Fix file name handling on MS-Windows 9X.
[bpt/emacs.git] / src / ChangeLog
1 2014-01-18 Eli Zaretskii <eliz@gnu.org>
2
3 Fix file name handling on MS-Windows 9X.
4 * w32.c (maybe_load_unicows_dll): New function.
5
6 * emacs.c (main) [WINDOWSNT]: Call maybe_load_unicows_dll early
7 on, to make sure we can convert file names to and from UTF-8 on
8 Windows 9X. This fixes a failure to start up because Emacs cannot
9 find term/w32-win.el. Reported by oslsachem <oslsachem@gmail.com>.
10
11 * w32font.c [WINDOWSNT]: Include w32.h.
12 (w32_load_unicows_or_gdi32): Call maybe_load_unicows_dll, instead
13 of implementing the same stuff.
14 Remove now unused g_b_init_is_windows_9x.
15
16 * w32.h (maybe_load_unicows_dll): Add prototype.
17
18 2014-01-17 Eli Zaretskii <eliz@gnu.org>
19
20 * menu.c (Fx_popup_menu): When invoking tty_menu_show, temporarily
21 switch to single keyboard. Prevents daemon crashes when a new
22 client connects while we show a TTY menu in an existing client.
23 (Bug#16479)
24
25 2014-01-14 Paul Eggert <eggert@cs.ucla.edu>
26
27 Fix MinGW64 porting problem with _setjmp.
28 Reported by Eli Zaretskii in:
29 http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01297.html
30 * image.c (FAST_SETJMP, FAST_LONGJMP): New macros, replacing
31 the old _setjmp and _longjmp. All uses changed.
32
33 2014-01-13 Daniel Colascione <dancol@dancol.org>
34
35 * textprop.c (Fremove_list_of_text_properties): Correctly
36 handle reaching the end of the interval tree. (Bug#15344)
37
38 2014-01-13 Martin Rudalics <rudalics@gmx.at>
39
40 * xdisp.c (resize_mini_window): Round height to a multiple of
41 frame's line height. Fix bug in calculation of window start
42 position (Bug#16424).
43
44 2014-01-13 Jan Djärv <jan.h.d@swipnet.se>
45
46 * macfont.m: Include termchar.h.
47 (CG_SET_FILL_COLOR_WITH_FACE_FOREGROUND)
48 (CG_SET_FILL_COLOR_WITH_FACE_BACKGROUND)
49 (CG_SET_STROKE_COLOR_WITH_FACE_FOREGROUND): Modified from
50 *_WITH_GC_* to take face and f as parameters.
51 (macfont_draw): Check for DRAW_MOUSE_FACE and set face accordingly.
52 Use *_WITH_FACE_*, and pass face as parameter (Bug#16425).
53
54 2014-01-13 Daniel Colascione <dancol@dancol.org>
55
56 Fix menu item updating in the presence of the Unity global menu
57 GTK+ module.
58
59 * gtkutil.h (xg_have_tear_offs): Add frame parameter
60 * gtkutil.c (xg_have_tear_offs): Count the global menu as a
61 tear-off.
62 (xg_update_menubar,xg_update_menu_item): Call g_object_notify when
63 updating menus; explain why.
64 (xg_update_frame_menubar): Remove the 23px hack: I can't repro the
65 problem it's supposed to solve and it interferes with detecting
66 the presence of a global menu.
67 * xmenu.c (set_frame_menubar): Call xg_have_tear_offs with new
68 parameter.
69
70 2014-01-11 K. Handa <handa@gnu.org>
71
72 * composite.c (composition_update_it): Fix indexing of
73 LGSTRING_CHAR (Bug#15984).
74
75 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
76
77 * unexw32.c (_start) [__MINGW64__]: Define to __start.
78
79 2014-01-11 Eli Zaretskii <eliz@gnu.org>
80
81 * xdisp.c (try_window_id): Don't use this function's optimizations
82 if overlays in the buffer displayed by the window have changed
83 since last redisplay. (Bug#16347)
84 (message_dolog): Fix indentation.
85
86 2014-01-11 Martin Rudalics <rudalics@gmx.at>
87
88 * frame.c (frame_resize_pixelwise): Fix doc-string.
89
90 2014-01-10 Martin Rudalics <rudalics@gmx.at>
91
92 Fix handling of internal borders (Bug#16348).
93 * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Remove
94 internal border width from pixel width of windows.
95 (change_frame_size_1): Don't return early when frame's pixel
96 size changes - we still have to record the new sizes in the
97 frame structure.
98 * w32fns.c (x_set_tool_bar_lines): Clear internal border width
99 also when toolbar gets larger.
100 * window.c (check_frame_size): Include internal_border_width in
101 check.
102 * xdisp.c (Ftool_bar_height): Fix doc-string typo.
103 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): In
104 non-toolkit/non-GTK version clear internal border.
105 * xterm.c (x_clear_under_internal_border): New function for
106 non-toolkit/non-GTK version.
107 (x_after_update_window_line): In non-toolkit/non-GTK version
108 don't do that.
109 (handle_one_xevent, x_set_window_size): Call
110 x_clear_under_internal_border in non-toolkit/non-GTK version.
111 * xterm.h (x_clear_under_internal_border): Extern it.
112
113 2014-01-07 Paul Eggert <eggert@cs.ucla.edu>
114
115 Fix misdisplay of interlaced GIFs with libgif5 (Bug#16372).
116 * image.c (gif_load): libgif5 deinterlaces for us, so don't do
117 it again.
118
119 2014-01-06 Eli Zaretskii <eliz@gnu.org>
120
121 * xdisp.c (redisplay_window): Don't skip window redisplay if the
122 last value of point is not equal to buffer's point. (Bug#16129)
123
124 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
125
126 Spelling fixes.
127 * nsterm.h (updateCollectionBehavior): Rename from
128 updateCollectionBehaviour. All uses changed.
129
130 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
131 * Makefile.in (SETFATTR): New macro.
132 (temacs$(EXEEXT)): Use it.
133
134 2014-01-04 Martin Rudalics <rudalics@gmx.at>
135
136 Fix maximization behavior on Windows (Bug#16300).
137 * w32fns.c (w32_fullscreen_rect): Don't handle
138 FULLSCREEN_MAXIMIZED and FULLSCREEN_NONE specially.
139 * w32term.c (w32fullscreen_hook): Use SetWindowPlacement instead
140 of SetWindowPos. Restore last placement also when leaving
141 FULLSCREEN_HEIGHT and FULLSCREEN_WIDTH. Call ShowWindow in all
142 but the FULLSCREEN_BOTH case.
143
144 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
145
146 Port to C89.
147 * data.c (arithcompare_driver):
148 * fileio.c (Fcar_less_than_car):
149 * fns.c (internal_equal):
150 * frame.c (delete_frame):
151 * lisp.h (enum More_Lisp_Bits):
152 * lread.c (read1):
153 Avoid C99 constructs that don't work in C89.
154 * data.c (ULL_MAX, count_trailing_zeros_ll): New macros,
155 to port to C89, which doesn't have 'long long'.
156 (count_trailing_zero_bits): Use them.
157
158 2014-01-03 Chong Yidong <cyd@gnu.org>
159
160 * doc.c (Fdocumentation): Remove dynamic-docstring-function.
161
162 2014-01-02 Martin Rudalics <rudalics@gmx.at>
163
164 Further adjust frame/window scrollbar width calculations.
165 * window.c (apply_window_adjustment): Set
166 windows_or_buffers_changed.
167 (Fwindow_scroll_bars): Return actual scrollbar width.
168 * xfns.c (x_set_scroll_bar_default_width): Rename wid to unit.
169 For non-toolkit builds again use 14 as minimum width and set
170 FRAME_CONFIG_SCROLL_BAR_WIDTH accordingly.
171 * xterm.c (XTset_vertical_scroll_bar): Take width from
172 WINDOW_SCROLL_BAR_AREA_WIDTH.
173 (x_new_font): Rename wid to unit. Base calculation of new
174 scrollbar width on toolkit used and make it analogous to that of
175 x_set_scroll_bar_default_width.
176 * w32fns.c (x_set_scroll_bar_default_width): Rename wid to unit.
177 (Fx_create_frame): Call x_set_scroll_bar_default_width instead
178 of GetSystemMetrics.
179 * w32term.c (w32_set_vertical_scroll_bar): Take width from
180 WINDOW_SCROLL_BAR_AREA_WIDTH.
181 (x_new_font): Make it correspond to changes in xterm.c.
182
183 2014-01-01 Paul Eggert <eggert@cs.ucla.edu>
184
185 * lisp.h (EMACS_INT): Configure based on INTPTR_MAX, not LONG_MAX.
186 This is a cleaner way to fix the MinGW-w64 porting problem.
187 Check for INTPTR_MAX misconfiguration.
188
189 2014-01-01 Eli Zaretskii <eliz@gnu.org>
190
191 * search.c (newline_cache_on_off, find_newline): In indirect
192 buffers, use the newline cache of the base buffer.
193
194 * insdel.c (invalidate_buffer_caches): If BUF is an indirect
195 buffer, invalidate the caches of its base buffer. (Bug#16265)
196
197 * indent.c (width_run_cache_on_off, compute_motion): In indirect
198 buffers, use the width-run cache of the base buffer.
199
200 * xdisp.c (redisplay_window): When the window displays an indirect
201 buffer, and the character widths in the display table have
202 changed, invalidate the width-run cache of the corresponding base
203 buffer.
204
205 * fileio.c (Finsert_file_contents): When invalidating the newline
206 cache, consider the case of inserting into indirect buffer.
207
208 * bidi.c (bidi_paragraph_cache_on_off, bidi_find_paragraph_start):
209 In indirect buffers, use the paragraph cache of the base buffer.
210
211 2013-12-31 Martin Rudalics <rudalics@gmx.at>
212
213 * window.c (grow_mini_window): Fix last change.
214
215 2013-12-31 Jan Djärv <jan.h.d@swipnet.se>
216
217 * nsterm.m (windowDidResignKey:): Set mouse_moved to 0 (Bug#8421).
218
219 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
220
221 * w32term.c (w32_initialize): Use LCID and LOWORD.
222
223 * w32proc.c (create_child): Use pid_t for 5th argument.
224 (IsValidLocale): Don't provide prototype for MinGW64.
225 (Fw32_get_valid_keyboard_layouts, Fw32_get_keyboard_layout)
226 (Fw32_set_keyboard_layout): Use HKL and HIWORD/LOWORD.
227
228 * w32heap.c (allocate_heap) [_WIN64]: Use "ull", not "i64", which
229 MinGW64 doesn't support.
230
231 * lisp.h (EMACS_INT) [_WIN64]: Define for the MinGW64 build.
232
233 * w32.c (set_named_security_info): New function.
234 (acl_set_file): Fall back on set_named_security_info if
235 set_file_security fails.
236 (g_b_init_set_named_security_info_w)
237 (g_b_init_set_named_security_info_a): New static variables.
238 (globals_of_w32): Initialize them to zero.
239 (set_named_security_info): Set them to non-zero if the
240 corresponding API is available.
241 (SetNamedSecurityInfoW_Proc, SetNamedSecurityInfoA_Proc): New
242 function typedefs.
243
244 2013-12-31 Martin Rudalics <rudalics@gmx.at>
245
246 Some more fixes following pixelwise resize changes including one
247 for Bug#16306.
248 * gtkutil.c (x_wm_set_size_hint): Have size hints respect value
249 of frame_resize_pixelwise.
250 * widget.c (pixel_to_text_size): New function.
251 (update_wm_hints): Have size hints respect value of
252 frame_resize_pixelwise.
253 (EmacsFrameResize): Alway process resize requests pixelwise.
254 * window.c (grow_mini_window): Make sure mini window is at least
255 one line tall.
256 * xdisp.c (display_menu_bar): Make sure menubar extends till
257 right end of frame.
258 * xfns.c (x_set_menu_bar_lines): Resize frame windows pixelwise.
259 (x_set_tool_bar_lines): Calculate pixelwise.
260 * xterm.c (x_wm_set_size_hint): Have size hints respect value of
261 frame_resize_pixelwise.
262
263 2013-12-30 Juanma Barranquero <lekktu@gmail.com>
264
265 * fileio.c (Fcopy_file) [!WINDOWSNT]: Don't declare on Windows
266 variables not used there.
267
268 2013-12-30 Eli Zaretskii <eliz@gnu.org>
269
270 * w32.c (sys_umask): New function. (Bug#16299)
271
272 2013-12-30 Martin Rudalics <rudalics@gmx.at>
273
274 * dispnew.c (change_frame_size_1): Take old width of root window
275 from that window's pixel width. (Bug#16284)
276
277 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
278
279 Plain copy-file no longer chmods an existing destination (Bug#16133).
280 * fileio.c (realmask): Now a static var, not a local.
281 (barf_or_query_if_file_exists): New arg KNOWN_TO_EXIST.
282 Remove arg STATPTR. All uses changed.
283 (Fcopy_file): Do not alter permissions of existing destinations,
284 unless PRESERVE-PERMISSIONS (renamed from
285 PRESERVE-EXTENDED-ATTRIBUTES) is non-nil.
286 Avoid race when testing for existing destinations and for
287 when input and output files are the same.
288 If changing the group fails, adjust both default and
289 preserved permissions so that access is not granted to the
290 wrong group.
291 (Fset_default_file_modes, init_fileio): Update realmask.
292 (Fdefault_file_modes): Use realmask instead of calling umask.
293
294 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
295
296 Fix pipe bug with OS X emacs --daemon (Bug#16262).
297 * emacs.c (main) [DAEMON_MUST_EXEC]: Clear the close-on-exec
298 flags on the daemon pipe ends before execing.
299
300 2013-12-28 Eli Zaretskii <eliz@gnu.org>
301
302 * w32fns.c (Fx_create_frame): Error out if called from a TTY
303 session. (Bug#14739)
304
305 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
306
307 * callproc.c (Vexec_path): Document that exec-directory is in it.
308
309 2013-12-27 Steve Purcell <steve@sanityinc.com> (tiny change)
310
311 * nsterm.m (syms_of_nsterm): Enable ns-use-srgb-colorspace by
312 default.
313
314 2013-12-27 Chong Yidong <cyd@gnu.org>
315
316 * data.c (Fsymbol_function): Doc fix.
317
318 2013-12-26 Martin Rudalics <rudalics@gmx.at>
319
320 Some more tinkering with Bug#16051.
321 * window.c (resize_frame_windows): Don't let the size of the
322 root window drop below the frame's default character size.
323 Never ever delete any subwindows - let the window manager do the
324 clipping.
325
326 * w32fns.c (x_set_tool_bar_lines): Rewrite calculation of number
327 of toolbar lines needed when they exceed the height of the root
328 window.
329 (unwind_create_frame_1): New function.
330 (Fx_create_frame): Generally inhibit calling the window
331 configuration change hook here. Remove extra call to
332 change_frame_size - it's not needed when we don't run the
333 configuration change hook.
334
335 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
336
337 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
338 On my Fedora 19 platform the core dumps were so big that
339 my desktop became nearly catatonic.
340 * alloc.c (no_sanitize_memcpy) [MAX_SAVE_STACK > 0]: New function.
341 (Fgarbage_collect) [MAX_SAVE_STACK > 0]: Use it.
342 (USE_ALIGNED_MALLOC): Do not define if addresses are sanitized.
343 (mark_memory): Use ATTRIBUTE_NO_SANITIZE_ADDRESS rather than
344 a clang-only syntax.
345 * conf_post.h (__has_feature): New macro, if not already defined.
346 (ADDRESS_SANITIZER, ADDRESS_SANITIZER_WORKAROUND)
347 (ATTRIBUTE_NO_SANITIZE_ADDRESS): New macros.
348
349 2013-12-25 Eli Zaretskii <eliz@gnu.org>
350
351 * w32fns.c (Fw32_shell_execute): Make DOCUMENT absolute only if it
352 is a file name. (Bug#16252)
353
354 2013-12-25 Chong Yidong <cyd@gnu.org>
355
356 * keyboard.c (Voverriding_terminal_local_map):
357 (Voverriding_local_map): Doc fix.
358
359 * keymap.c (Vemulation_mode_map_alists): Doc fix.
360
361 2013-12-24 Eli Zaretskii <eliz@gnu.org>
362
363 * w32fns.c (Fw32_shell_execute): Ensure DOCUMENT is an absolute
364 file name when it is submitted to ShellExecute. Simplify code.
365 Don't test DOCUMENT for being a string, as that is enforced by
366 CHECK_STRING. Doc fix.
367
368 2013-12-23 Eli Zaretskii <eliz@gnu.org>
369
370 * xdisp.c (tool_bar_height): Use WINDOW_PIXEL_WIDTH to set up the
371 iterator X limits, not FRAME_TOTAL_COLS, for consistency with what
372 redisplay_tool_bar does. Improve and fix commentary.
373 (hscroll_window_tree): Don't assume w->cursor.vpos is within the
374 limits of the glyph matrices. (Bug#16051)
375 (redisplay_tool_bar): Modify the tool-bar-lines frame parameter
376 only when the new size is different from the old one, and the new
377 size can be achieved given the frame height.
378
379 2013-12-23 Jan Djärv <jan.h.d@swipnet.se>
380
381 * conf_post.h: Use unsigned it for bool_bf if GNUSTEP (Bug#16210).
382
383 2013-12-23 Glenn Morris <rgm@gnu.org>
384
385 * lread.c (Fload): Mention load-prefer-newer in doc.
386
387 2013-12-22 Martin Rudalics <rudalics@gmx.at>
388
389 Handle Bug#16207 by being more restrictive when running hooks.
390 * window.c (unwind_change_frame): New function.
391 (Fset_window_configuration): Don't run configuration change hook
392 while the frame configuration is unsafe. Call select_window
393 twice.
394
395 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
396
397 * lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.
398
399 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
400
401 * nsterm.h: Declare EmacsColor category.
402
403 * nsterm.m (NSColor): Implement EmacsColor category.
404 (ns_get_color): Use colorUsingDefaultColorSpace.
405 (ns_get_color, ns_term_init): Use colorForEmacsRed.
406
407 * nsfns.m (Fxw_color_values): Use colorUsingDefaultColorSpace.
408
409 2013-12-21 Eli Zaretskii <eliz@gnu.org>
410
411 * image.c (fn_png_longjmp) [WINDOWSNT]: Mark the function as
412 having the PNG_NORETURN attribute, to avoid compiler warning in
413 my_png_error.
414
415 2013-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
416
417 * w32term.h (struct scroll_bar): Remove member `fringe_extended_p'.
418
419 * w32term.c (w32_draw_fringe_bitmap, x_scroll_run): Remove code for
420 fringe background extension.
421 (x_scroll_bar_create): Remove variables `sb_left' and `sb_width',
422 because they are now always the same as `left' and `width',
423 respectively. Remove code for the case that `width' and
424 `sb_width' are different.
425
426 2013-12-20 Martin Rudalics <rudalics@gmx.at>
427
428 Remove scroll_bar_actual_width from frames.
429 * frame.h (struct frame): Remove scroll_bar_actual_width slot.
430 * frame.c (Fscroll_bar_width): Return scroll bar area width.
431 (x_figure_window_size):
432 * nsterm.m (x_set_window_size):
433 * widget.c (set_frame_size):
434 * w32term.c (x_set_window_size):
435 * xterm.c (x_set_window_size, x_set_window_size_1): Don't set
436 scroll_bar_actual_width.
437
438 Convert scroll_bar members to integers on Windows.
439 * w32term.h (struct scroll_bar): Convert top, left, width,
440 height, start, end and dragging to integers.
441 * w32fns.c (w32_createscrollbar): Remove XINT conversions for
442 scroll_bar members.
443 * w32term.c (w32_set_scroll_bar_thumb)
444 (w32_scroll_bar_handle_click): Remove XINT conversions for
445 scroll_bar members. Treat bar->dragging as integer.
446 (x_scroll_bar_create): Call ALLOCATE_PSEUDOVECTOR with "top" as
447 first element. Remove XINT conversions for scroll_bar members.
448 (w32_set_vertical_scroll_bar, x_scroll_bar_report_motion):
449 Remove XINT conversions for scroll_bar members.
450
451 Fix assignment for new window total sizes.
452 * window.c (Fwindow_resize_apply_total): Assign values for
453 minibuffer window.
454
455 2013-12-20 Chong Yidong <cyd@gnu.org>
456
457 * textprop.c (Fadd_face_text_property): Doc fix. Rename `appendp'
458 argument to `append'.
459
460 2013-12-19 Eli Zaretskii <eliz@gnu.org>
461
462 * xdisp.c (extend_face_to_end_of_line): Use default face, not the
463 current text face, for extending the face of the display margins.
464 (Bug#16192)
465
466 * casefiddle.c (Fupcase_word, Fdowncase_word, Fcapitalize_word):
467 Doc fix. (Bug#16190)
468
469 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
470
471 * nsterm.h (KEY_NS_DRAG_FILE, KEY_NS_DRAG_COLOR, KEY_NS_DRAG_TEXT):
472 Remove.
473
474 * nsterm.m (Qfile, Qurl): New.
475 (EV_MODIFIERS2): New macro.
476 (EV_MODIFIERS): Use EV_MODIFIERS2.
477 (ns_term_init): Remove font and color from DND, does not work on
478 newer OSX, and other ports don't have them.
479 (performDragOperation:): Handle modifiers used during drag.
480 Use DRAG_N_DROP_EVENT instead of NS specific events (Bug#8051).
481 Remove global Lisp variables used to communicate with ns-win.el.
482 Remove font and color handling.
483 (syms_of_nsterm): Defsym Qfile and Qurl.
484
485 2013-12-19 Anders Lindgren <andlind@gmail.com>
486
487 * nsterm.m (NSTRACE_SIZE, NSTRACE_RECT): New macros.
488 (ns_constrain_all_frames, x_set_offset): Remove assignment to
489 dont_constrain.
490 (updateFrameSize:, windowWillResize:toSize:): Add trace.
491 (constrainFrameRect): Remove special case nr_screens == 1.
492 Don't constrain size to size of view.
493
494 * nsterm.h (ns_output): Remove dont_constrain.
495
496 2013-12-19 Anders Lindgren <andlind@gmail.com>
497
498 * nsterm.m (mouseDown:): Generate HORIZ_WHEEL_EVENT.
499
500 2013-12-18 Paul Eggert <eggert@cs.ucla.edu>
501
502 Minor fixes for recent openp changes.
503 * lisp.h (GCPRO7): New macro.
504 * lread.c (openp): Use bool for boolean; all callers changed.
505 Protect save_string from GC. Don't assume that file descriptors
506 are nonzero. Redo save_mtime comparison to avoid bogus GCC
507 warning about uninitialized variable.
508
509 2013-12-18 Eli Zaretskii <eliz@gnu.org>
510
511 * w32fns.c (emacs_abort): Use intptr_t as argument of
512 INT_BUFSIZE_BOUND, to avoid compiler warnings.
513
514 2013-12-18 Glenn Morris <rgm@gnu.org>
515
516 * lread.c (Fload): Pass load_prefer_newer to openp.
517 Don't bother checking mtime if openp already did it.
518 (openp): Add `newer' argument, to check all suffixes
519 and find the newest file.
520 (syms_of_lread) <load_prefer_newer>: New option. (Bug#2061)
521 * callproc.c (call_process):
522 * charset.c (load_charset_map_from_file):
523 * emacs.c (init_cmdargs):
524 * image.c (x_create_bitmap_from_file, x_find_image_file):
525 * lisp.h (openp):
526 * lread.c (Flocate_file_internal):
527 * process.c (Fformat_network_address):
528 * sound.c (Fplay_sound_internal):
529 * w32.c (check_windows_init_file):
530 * w32proc.c (sys_spawnve): Update for new arg spec of openp.
531
532 * emacs.c (standard_args) [HAVE_NS]: Remove -disable-font-backend.
533
534 2013-12-17 Eli Zaretskii <eliz@gnu.org>
535
536 * w32.c (getloadavg): Don't index samples[] array with negative
537 indices. Recover from wall-clock time being set backwards.
538
539 * w32term.c (w32_initialize): Declare the argument of
540 set_user_model as const.
541
542 * w32menu.c <MessageBoxW_Proc>: Fix argument declarations.
543 (w32_menu_show): Constify some arguments passed to MessageBox.
544
545 * w32uniscribe.c (uniscribe_font_driver): Use LISP_INITIALLY_ZERO
546 to initialize Lisp objects.
547
548 * w32font.c (w32font_driver): Use LISP_INITIALLY_ZERO to
549 initialize Lisp objects.
550
551 * frame.c (x_set_frame_parameters) [HAVE_X_WINDOWS]: Declare and
552 use variables used only on X under that condition.
553
554 * fileio.c (Fcopy_file) [!WINDOWSNT]: Don't declare on Windows
555 variables not used there.
556
557 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
558
559 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
560 * lread.c (init_lread): If CANNOT_DUMP, we can't be dumping.
561
562 2013-12-16 Eli Zaretskii <eliz@gnu.org>
563
564 * xdisp.c (Fmove_point_visually): Fix subtle bugs in the fallback
565 code, revealed in presence of R2L characters, character
566 compositions, and display vectors. A better fix for Bug#16148.
567 (extend_face_to_end_of_line): Don't reference tool_bar_window in
568 GTK and NS builds, they don't have this member of struct frame.
569
570 * dispextern.h (struct composition_it): Correct a comment for the
571 'width' member.
572
573 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
574
575 * font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy.
576 This prevents a compilation error on C compilers that do not
577 default functions to return 'int' if not declared. Also, add
578 INLINE_HEADER_BEGIN and INLINE_HEADER_END to this include file,
579 since it now uses inline functions.
580
581 2013-12-16 Eli Zaretskii <eliz@gnu.org>
582
583 * xdisp.c (extend_face_to_end_of_line): Don't fill background of
584 display margins on mode line, header line, and in the frame's
585 tool-bar window. (Bug#16165)
586
587 2013-12-16 Andreas Schwab <schwab@suse.de>
588
589 * gnutls.c (Fgnutls_boot): Properly check Flistp return value.
590
591 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
592
593 * gnutls.c (Fgnutls_boot): Use `Flistp' instead of
594 `CHECK_LIST_CONS`.
595
596 2013-12-16 Martin Rudalics <rudalics@gmx.at>
597
598 * w32term.c (w32_enable_frame_resize_hack): Default to 1.
599
600 2013-12-16 Dmitry Antipov <dmantipov@yandex.ru>
601
602 * font.c (valid_font_driver) [ENABLE_CHECKING]: New function
603 intended to find bogus pointers in font objects (Bug#16140).
604 * font.h (valid_font_driver) [ENABLE_CHECKING]: Add prototype.
605 * alloc.c (cleanup_vector): Use valid_font_driver in eassert.
606 (compact_font_cache_entry, compact_font_caches) [!HAVE_NTGUI]:
607 Disable for MS-Windows due to Bug#15876; apparently this
608 requires more or less substantial changes in fontset code.
609 * xfont.c (xfont_close):
610 * xftfont.c (xftfont_close): Call x_display_info_for_display
611 to check whether 'Display *' is valid (Bug#16093 and probably
612 Bug#16069).
613
614 2013-12-15 Eli Zaretskii <eliz@gnu.org>
615
616 * fileio.c (Fexpand_file_name) [WINDOWSNT]: Fix conditionals.
617 Reported by Juanma Barranquero <lekktu@gmail.com>.
618
619 * process.c (Fprocess_send_eof): Don't crash if someone tries to
620 open a pty on MS-Windows. (Bug#16152)
621
622 * emacs.c (decode_env_path): Fix bogus comparison against
623 emacs_dir. Reported by Juanma Barranquero <lekktu@gmail.com>.
624
625 2013-12-15 Juanma Barranquero <lekktu@gmail.com>
626
627 * w32fns.c (Fw32_shell_execute): Remove unused local variable.
628 (Fx_file_dialog): Add parentheses around && to silence warning.
629
630 * w32term.c (construct_drag_n_drop): Remove unused local variable.
631
632 2013-12-15 Eli Zaretskii <eliz@gnu.org>
633
634 * xdisp.c (extend_face_to_end_of_line): Extend background of
635 non-default face in margin areas as well. (Bug#16151)
636 (display_line): Call extend_face_to_end_of_line for continued
637 lines as well, if the display margins have non-zero width.
638 (set_glyph_string_background_width): When needed, set the
639 extends_to_end_of_line_p flag on glyph strings to be drawn in
640 margin areas, not only in the text area.
641
642 * frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at
643 startup.
644
645 2013-12-15 Paul Eggert <eggert@cs.ucla.edu>
646
647 * gnutls.c (Fgnutls_boot): Fix typo; "!" applied to a Lisp_Object.
648 Don't worry about verify_error being t, since it has to be a list.
649
650 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
651
652 Use bool for boolean, focusing on headers.
653 * atimer.h, lisp.h, syssignal.h, syswait.h, unexelf.c:
654 No need to include <stdbool.h>, since conf_post.h does it now.
655 * buffer.h (BUF_COMPUTE_UNCHANGED, DECODE_POSITION)
656 (BUFFER_CHECK_INDIRECTION, GET_OVERLAYS_AT, PER_BUFFER_VALUE_P)
657 (SET_PER_BUFFER_VALUE_P):
658 * ccl.c, ccl.h (setup_ccl_program):
659 * ccl.h (CHECK_CCL_PROGRAM):
660 * character.h (MAKE_CHAR_UNIBYTE, CHECK_CHARACTER_CAR)
661 (CHECK_CHARACTER_CDR, CHAR_STRING_ADVANCE, NEXT_CHAR_BOUNDARY)
662 (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE)
663 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
664 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, FETCH_CHAR_ADVANCE)
665 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, INC_BOTH)
666 (DEC_BOTH, BUF_INC_POS, BUF_DEC_POS):
667 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
668 (CHECK_CHARSET_GET_ATTR, CHECK_CHARSET_GET_CHARSET)
669 (CHARSET_FAST_MAP_SET):
670 * coding.c (decode_coding_ccl, encode_coding_ccl):
671 * coding.h (CHECK_CODING_SYSTEM, CHECK_CODING_SYSTEM_GET_SPEC)
672 (CHECK_CODING_SYSTEM_GET_ID, SJIS_TO_JIS, SJIS_TO_JIS2)
673 (JIS_TO_SJIS, JIS_TO_SJIS2, ENCODE_FILE, DECODE_FILE)
674 (ENCODE_SYSTEM, DECODE_SYSTEM, ENCODE_UTF_8)
675 (decode_coding_c_string):
676 * composite.h (COMPOSITION_DECODE_REFS, COMPOSITION_DECODE_RULE):
677 * conf_post.h (has_attribute):
678 * dispextern.h (trace_redisplay_p):
679 (INC_TEXT_POS, DEC_TEXT_POS, SET_GLYPH_FROM_GLYPH_CODE)
680 (SET_CHAR_GLYPH, SET_CHAR_GLYPH_FROM_GLYPH)
681 (SET_GLYPH_FROM_CHAR_GLYPH):
682 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P)
683 (FACE_SUITABLE_FOR_ASCII_CHAR_P, FACE_SUITABLE_FOR_CHAR_P)
684 (PRODUCE_GLYPHS, reset_mouse_highlight, in_display_vector_p)
685 (cursor_in_mouse_face_p):
686 * dispnew.c (adjust_glyph_matrix, clear_glyph_matrix_rows)
687 (blank_row, prepare_desired_row)
688 (build_frame_matrix_from_leaf_window, make_current)
689 (mirror_make_current, mirrored_line_dance, mirror_line_dance)
690 (update_window, scrolling_window, update_frame_line):
691 * disptab.h (GLYPH_FOLLOW_ALIASES):
692 * editfns.c (Fformat):
693 * font.h (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC)
694 (FONT_WIDTH_SYMBOLIC, FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE)
695 (FONT_WIDTH_FOR_FACE, FONT_WEIGHT_NAME_NUMERIC)
696 (FONT_SLANT_NAME_NUMERIC, FONT_WIDTH_NAME_NUMERIC)
697 (FONT_SET_STYLE, CHECK_FONT, CHECK_FONT_SPEC, CHECK_FONT_ENTITY)
698 (CHECK_FONT_OBJECT, CHECK_FONT_GET_OBJECT, FONT_ADD_LOG)
699 (FONT_DEFERRED_LOG):
700 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_WINDOW_P):
701 (FRAME_EXTERNAL_TOOL_BAR, FRAME_EXTERNAL_MENU_BAR, FOR_EACH_FRAME)
702 (FRAME_MOUSE_UPDATE):
703 * fringe.c (Fdefine_fringe_bitmap):
704 * image.c (x_create_bitmap_from_data, x_create_bitmap_mask)
705 (x_create_bitmap_from_xpm_data, xpm_load_image):
706 * intervals.h (INTERVAL_HAS_PARENT, INTERVAL_PARENT)
707 (set_interval_parent, RESET_INTERVAL, COPY_INTERVAL_CACHE)
708 (MERGE_INTERVAL_CACHE):
709 * keymap.h (KEYMAPP):
710 * lisp.h (eassert, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE)
711 (STRING_SET_UNIBYTE, STRING_SET_MULTIBYTE, DEFSYM, PSEUDOVECTORP)
712 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER)
713 (CHECK_NUMBER_COERCE_MARKER, CHECK_NUMBER_OR_FLOAT_COERCE_MARKER)
714 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
715 (DEFVAR_BUFFER_DEFAULTS, DEFVAR_KBOARD, QUIT)
716 (RETURN_UNGCPRO, USE_SAFE_ALLOCA, SAFE_NALLOCA, SAFE_FREE)
717 (SAFE_ALLOCA_LISP, FOR_EACH_ALIST_VALUE, functionp):
718 * syntax.h (SYNTAX_ENTRY, SYNTAX_WITH_FLAGS, SYNTAX)
719 (UPDATE_SYNTAX_TABLE_FORWARD, UPDATE_SYNTAX_TABLE_BACKWARD)
720 (SETUP_BUFFER_SYNTAX_TABLE):
721 * systime.h (timespec_valid_p):
722 * term.c (save_and_enable_current_matrix):
723 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P):
724 * xdisp.c (in_display_vector_p, display_tool_bar_line)
725 (redisplay_internal, try_window_reusing_current_matrix)
726 (sync_frame_with_window_matrix_rows, try_window_id)
727 (display_menu_bar, display_tty_menu_item, display_mode_line)
728 (coords_in_mouse_face_p, cursor_in_mouse_face_p):
729 * xdisp.c (trace_redisplay_p) [GLYPH_DEBUG]:
730 * xmenu.c (xmenu_show):
731 * xterm.c (use_xim, x_term_init):
732 * xterm.h (XSync, GTK_CHECK_VERSION, use_xim, SET_SCROLL_BAR_X_WIDGET)
733 (struct x_bitmap_record):
734 Use bool for booleans.
735 * ccl.c (struct buffer_text):
736 * ccl.h (struct ccl_program):
737 * charset.h (struct charset):
738 * cm.h (struct cm):
739 * coding.h (struct iso_2022_spec, struct coding_system):
740 * dispextern.h (struct glyph, struct glyph_matrix, struct glyph_row)
741 (struct glyph_string, struct face, struct face_cache)
742 (struct bidi_string_data, struct bidi_it)
743 (struct draw_fringe_bitmap_params, struct it, Mouse_HLInfo)
744 (struct image):
745 * editfns.c (Fformat):
746 * frame.h (struct frame):
747 * fringe.c (struct fringe_bitmap):
748 * intervals.h (struct interval):
749 * keyboard.h (struct kboard):
750 * lisp.h (struct Lisp_Symbol, struct Lisp_Misc_Any, struct Lisp_Marker)
751 (struct Lisp_Overlay, struct Lisp_Save_Value, struct Lisp_Free)
752 (struct Lisp_Buffer_Local_Value, union specbinding):
753 * macfont.m (struct macfont_info):
754 * process.h (struct Lisp_Process):
755 * termchar.h (struct tty_display_info):
756 * window.h (struct window):
757 * xterm.h (struct x_output):
758 Use bool_bf for boolean bit-fields.
759 * ccl.c (setup_ccl_program): Now returns bool instead of -1 or 0.
760 All callers changed.
761 * ccl.h (struct ccl_program): Remove unused members private_state,
762 src_multibyte, dst_multibyte, cr_consumed, suppress_error,
763 eight_bit_control.
764 (struct ccl_spec): Remove unused members cr_carryover,
765 eight_bit_carryover.
766 * conf_post.h: Include <stdbool.h>.
767 (bool_bf): New type.
768 * dispextern.h (TRACE, PREPARE_FACE_FOR_DISPLAY):
769 * intervals.h (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE)
770 Surround statement macro with proper 'do { ... } while (false)' brackets.
771 * dispextern.h (IF_DEBUG): Properly parenthesize and convert to void.
772 Args must now be expressions; all callers changed.
773 (SET_MATRIX_ROW_ENABLED_P): Assume 2nd arg is bool.
774 (PRODUCE_GLYPHS): Simplify use of boolean.
775 * fileio.c (Fcopy_file):
776 If I is an integer, prefer 'if (I != 0)' to 'if (I)'.
777 * lisp.h (UNGCPRO): Return void, not int.
778 (FOR_EACH_TAIL): Use void expression, not int expression.
779 * region-cache.c: Reindent.
780 * region-cache.h: Copy comments from region-cache.c, to fix
781 incorrect remarks about booleans.
782
783 2013-12-14 Eli Zaretskii <eliz@gnu.org>
784
785 * xdisp.c (Fmove_point_visually): Expect overshoot in move_it_to
786 when character at point is displayed from a display vector.
787 (Bug#16148)
788
789 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
790
791 * gnutls.c: Replace `:verify_hostname_error' with `:verify_error',
792 now a list of certificate validation checks that will abort a
793 connection with an error.
794 (Fgnutls_boot): Document it and use it.
795
796 2013-12-14 Martin Rudalics <rudalics@gmx.at>
797
798 * w32term.c (w32_enable_frame_resize_hack): New variable.
799 (x_set_window_size): Use it to hack frame resizing on Windows
800 (Bug#16028).
801
802 2013-12-14 Eli Zaretskii <eliz@gnu.org>
803
804 * fileio.c (Fcopy_file) [WINDOWSNT]: Move most of the
805 Windows-specific code to w32.c. Change error message text to
806 match that of Posix platforms.
807
808 * w32.c (w32_copy_file): New function, most of the code copied and
809 reworked from Fcopy_file. Improve error handling. Plug memory
810 leak when errors are thrown. Support file names outside of the
811 current codepage. (Bug#7100)
812
813 2013-12-13 Paul Eggert <eggert@cs.ucla.edu>
814
815 * lread.c (load_path_default): Prototype.
816
817 2013-12-13 Glenn Morris <rgm@gnu.org>
818
819 * lread.c: Unconditionally reset load-path after dumping. (Bug#16107)
820 (dump_path): Remove.
821 (load-path-default): Remove `changed' argument.
822 Do not set dump_path permanently. Simplify.
823 (init_lread): Simplify.
824 (syms_of_lread): Remove dump_path.
825
826 2013-12-13 Dmitry Antipov <dmantipov@yandex.ru>
827
828 * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,
829 * nsfont.m, w32font.c, xfont.c, xftfont.c: Revert last and
830 2013-12-12 font-related change to avoid Bug#16128, which
831 is quite hard to fix without even more substantial changes.
832
833 2013-12-13 Dmitry Antipov <dmantipov@yandex.ru>
834
835 * font.c (font_close_object): Check for live frame (Bug#16128).
836
837 2013-12-13 Paul Eggert <eggert@cs.ucla.edu>
838
839 * gnutls.c, gnutls.h (emacs_gnutls_record_check_pending):
840 Return ptrdiff_t, not int, since it's a buffer size.
841 Reindent/reparen some macros to a more Gnuish style.
842
843 2013-12-12 Paul Eggert <eggert@cs.ucla.edu>
844
845 Avoid undefined behavior with huge regexp interval counts.
846 * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER',
847 since it's now specialized to interval counts. All uses changed.
848 Do not assume wrapraound on signed integer overflow.
849 (regex_compile): Simplify based on the above changes.
850
851 2013-12-12 Eli Zaretskii <eliz@gnu.org>
852
853 Support file names on MS-Windows that use characters outside of
854 the current system codepage. (Bug#7100)
855
856 * w32.c (get_file_security, set_file_security)
857 (create_symbolic_link): Separate pointers and boolean flags for
858 ANSI and Unicode APIs. Use the latter if w32_unicode_filenames is
859 non-zero, else the former.
860 (codepage_for_filenames, filename_to_utf16, )
861 (filename_from_utf16, filename_to_ansi, filename_from_ansi): New
862 functions.
863 (init_user_info): Allow $HOME and $SHELL to include non-ANSI
864 characters.
865 (normalize_filename): Lose the DBCS code, now works on UTF-8.
866 Accept only one argument; all callers changed.
867 (dostounix_filename): Remove the second argument, now works in
868 UTF-8. All callers changed.
869 (parse_root): Lose DBCS code.
870 (get_long_basename, w32_get_short_filename, init_environment)
871 (GetCachedVolumeInformation, sys_readdir, open_unc_volume)
872 (read_unc_volume, logon_network_drive, faccessat, sys_chdir)
873 (sys_chmod, sys_creat, sys_fopen, sys_link, sys_mkdir, sys_open)
874 (sys_rename_replace, sys_rmdir, sys_unlink, stat_worker, utime)
875 (is_symlink, readlink, chase_symlinks, w32_delayed_load): Work in
876 Unicode mode if w32_unicode_filenames is non-zero, in ANSI mode
877 otherwise.
878 (ansi_encode_filename): New function.
879 (get_emacs_configuration, get_emacs_configuration_options):
880 Functions deleted.
881 (add_volume_info, GetCachedVolumeInformation): Run the input file
882 name through unixtodos_filename, to ensure it is stored and
883 referenced in canonical form.
884 (get_volume_info): Lose the DBCS code, now works in UTF-8.
885 (logon_network_drive, sys_link, utime): Improve error handling.
886 (sys_access): New function.
887 (hashval, generate_inode_val): Unused functions deleted.
888 (symlink, readlink, readlinkat): Lose DBCS code, now works in UTF-8.
889 (check_windows_init_file): Convert error message from UTF-8 to
890 ANSI codepage, for display in the message box.
891 (globals_of_w32): Set w32_unicode_filenames according to the OS
892 version.
893
894 * w32term.c (construct_drag_n_drop): Work in Unicode mode when
895 w32_unicode_filenames is non-zero, ANSI mode otherwise.
896 (syms_of_w32term): Declare w32-unicode-filenames.
897
898 * w32proc.c (new_child, delete_child): Remove code that handled
899 unused pending_deletion and input_file members of the child struct.
900 (create_child, sys_spawnve): Convert all file names to ANSI
901 codepage. Use ANSI APIs explicitly; forcibly fail if any file
902 name cannot be encoded in ANSI codepage. Don't use
903 unixtodos_filename, mirror slashes by hand.
904 (record_infile, record_pending_deletion): Functions deleted.
905 (Fw32_short_file_name): Call w32_get_short_filename instead of
906 GetShortPathName.
907
908 * w32notify.c (add_watch): Work in Unicode mode when
909 w32_unicode_filenames is non-zero, ANSI mode otherwise.
910 (Fw32notify_add_watch): Rewrite to avoid using GetFullPathName;
911 instead, do the same with Lisp primitives.
912
913 * w32fns.c (file_dialog_callback, Fx_file_dialog)
914 (Fsystem_move_file_to_trash, Fw32_shell_execute)
915 (Ffile_system_info, Fdefault_printer_name): Work in Unicode mode
916 when w32_unicode_filenames is non-zero, ANSI mode otherwise.
917 (Fw32_shell_execute): Improve error reporting.
918 (Fdefault_printer_name): Ifdef away for Cygwin.
919
920 * w32.h (struct _child_process): Remove input_file and
921 pending_deletion members that are no longer used.
922 (dostounix_filename, w32_get_short_filename, filename_from_ansi)
923 (filename_to_ansi, filename_from_utf16, filename_to_utf16)
924 (ansi_encode_filename): New and updated prototypes.
925
926 * unexw32.c (open_input_file, open_output_file, unexec): Use ANSI
927 APIs explicitly.
928 (unexec): Don't use dostounix_filename, it expects a file name in
929 UTF-8. Instead, mirror backslashes by hand. Convert NEW_NAME to
930 ANSI encoding.
931
932 * fileio.c (Ffile_name_directory, file_name_as_directory)
933 (directory_file_name, Fexpand_file_name)
934 (Fsubstitute_in_file_name) [WINDOWSNT]: Adapt to the change in
935 arguments of dostounix_filename.
936 (Fexpand_file_name) [WINDOWSNT]: Convert value of $HOME to UTF-8.
937 use MAX_UTF8_PATH for size of file-name strings.
938 (emacs_readlinkat): Build an explicitly unibyte string for file
939 names.
940 (syms_of_fileio) <file-name-coding-system>:
941 <default-file-name-coding-system>: Mention MS-Windows peculiarities.
942
943 * emacs.c (init_cmdargs) [WINDOWSNT]: Convert argv[0] to UTF-8.
944 (main) [WINDOWSNT]: Convert the argv[] elements that are files or
945 directories to UTF-8.
946 (decode_env_path) [WINDOWSNT]: Convert file names taken from the
947 environment, and each element of the input PATH, to UTF-8.
948
949 * dired.c (file_attributes): Use build_unibyte_string explicitly
950 to make Lisp strings from user and group names.
951
952 * coding.h (ENCODE_FILE, DECODE_FILE): Just call encode_file and
953 decode_file.
954
955 * coding.c (decode_file_name, encode_file_name): New functions.
956
957 * termcap.c (tgetent): Adapt to the change in arguments of
958 dostounix_filename.
959
960 * sysdep.c (sys_subshell) [WINDOWSNT]: Use MAX_UTF8_PATH for file
961 names.
962
963 * msdos.c (dostounix_filename, init_environment): Adapt to the
964 change in arguments of dostounix_filename.
965
966 * image.c (xpm_load, tiff_load, gif_load, imagemagick_load)
967 [WINDOWSNT]: Encode file names passed to the image libraries in
968 ANSI codepage.
969
970 * gnutls.c (Fgnutls_boot): Encode all file names passed to GnuTLS.
971 [WINDOWSNT]: Convert file names to the current ANSI codepage.
972
973 * filelock.c (lock_file) [WINDOWSNT]: Adapt to the change in
974 arguments of dostounix_filename.
975
976 2013-12-12 Dmitry Antipov <dmantipov@yandex.ru>
977
978 * font.h (struct font_entity) [HAVE_NS]: New field to record
979 font driver which was used to create this entity.
980 (struct font) [HAVE_WINDOW_SYSTEM]: New field to record
981 frame where the font was opened.
982 (font_close_object): Add prototype.
983 * font.c (font_make_entity) [HAVE_NS]: Zero out driver field.
984 (font_close_object): Not static any more. Lost frame arg.
985 Adjust comment and users.
986 * alloc.c (cleanup_vector): Call font_close_object to adjust
987 per-frame font counters correctly. If HAVE_NS, also call
988 driver-specific cleanup for font-entity objects.
989 * ftfont.c (ftfont_open):
990 * nsfont.m (nsfont_open):
991 * w32font.c (w32font_open_internal):
992 * xfont.c (xfont_open):
993 * xftfont.c (xftfont_open): Save frame pointer in font object.
994 * macfont.m (macfont_open): Likewise.
995 (macfont_descriptor_entity): Save driver pointer to be able
996 to call its free_entity routine when font-entity is swept.
997 * ftxfont.c (ftxfont_open): Add eassert because frame
998 pointer should be saved by ftfont_driver.open.
999
1000 2013-12-12 Dmitry Antipov <dmantipov@yandex.ru>
1001
1002 * xterm.c (x_make_frame_visible): Restore hack which is needed when
1003 input polling is used. This is still meaningful for Cygwin, see
1004 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00351.html.
1005 * keyboard.c (poll_for_input_1, input_polling_used): Define
1006 unconditionally.
1007 * dispextern.h (FACE_SUITABLE_FOR_CHAR_P): Remove unused macro.
1008 (FACE_FOR_CHAR): Simplify because face_for_char does the same.
1009 * fontset.c (face_suitable_for_char_p) [0]: Remove unused function.
1010 (font_for_char): Prefer ptrdiff_t to int for buffer position.
1011 (face_for_char): Likewise. Rearrange eassert and return ASCII
1012 face for CHAR_BYTE8_P.
1013 * fontset.h (font_for_char, face_for_char): Adjust prototypes.
1014
1015 2013-12-11 Ken Brown <kbrown@cornell.edu>
1016
1017 * dispextern.h (erase_phys_cursor):
1018 * keyboard.h (make_ctrl_char): Declare prototypes if HAVE_NTGUI.
1019
1020 2013-12-11 Dmitry Antipov <dmantipov@yandex.ru>
1021
1022 * nsterm.m (x_free_frame_resources):
1023 * term.c (tty_free_frame_resources):
1024 * xterm.c (x_free_frame_resources): Do not check for non-NULL
1025 face cache because it's implied by free_frame_faces anyway.
1026 * w32term.c (x_free_frame_resources): Likewise. Do not call
1027 free_frame_faces twice.
1028
1029 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1030
1031 * editfns.c (Fformat_time_string): Mention %F in the doc.
1032
1033 2013-12-11 Martin Rudalics <rudalics@gmx.at>
1034
1035 * window.c (resize_frame_windows): Don't return immediately when
1036 the root window's size doesn't change - the minibuffer window
1037 may still have to be repositioned/resized.
1038 * xfns.c (Fx_create_frame): Always change the frame size after
1039 initializing the frame's faces.
1040 * xterm.c (handle_one_xevent): Don't set pixel sizes here,
1041 change_frame_size should already have done it.
1042 (x_new_font): Assign new tool- and menu-bar heights.
1043 (x_set_window_size_1): Account for tool- and menu-bar heights
1044 (Bug#16013). Don't set pixel sizes since change_frame_size
1045 should already have done it.
1046
1047 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
1048
1049 Remove the option of using libcrypto.
1050 * Makefile.in (LIB_CRYPTO): Remove.
1051 (LIBES): Don't use it.
1052
1053 2013-12-11 Juri Linkov <juri@jurta.org>
1054
1055 * term.c (term_get_fkeys_1): Remove non-standard IBM terminfo
1056 as obsolete to avoid conflicts with <S-up>. (Bug#13471)
1057
1058 2013-12-10 Dmitry Antipov <dmantipov@yandex.ru>
1059
1060 * xdisp.c (display_tool_bar_line): Don't extend on a previously
1061 drawn tool bar items (Bug#16058).
1062 * font.c (font_find_for_lface): Ensure SAFE_FREE on return.
1063
1064 2013-12-09 Ken Brown <kbrown@cornell.edu>
1065
1066 * frame.c (get_frame_param): Make extern if HAVE_NTGUI.
1067
1068 * lisp.h (get_frame_param): Adjust conditions for prototype
1069 declaration.
1070
1071 2013-12-09 Dmitry Antipov <dmantipov@yandex.ru>
1072
1073 * gtkutil.c (USE_NEW_GTK_FONT_CHOOSER) [HAVE_FREETYPE]:
1074 Avoid unused macro warning if configured --without-xft.
1075
1076 2013-12-09 Jan Djärv <jan.h.d@swipnet.se>
1077
1078 * alloc.c (Fmemory_limit): Avoid compiler warning. Return 0 always.
1079
1080 2013-12-08 Jan Djärv <jan.h.d@swipnet.se>
1081
1082 * nsterm.m (updateFrameSize:): Fix GNUStep toolbar not updating.
1083
1084 * emacs.c (main): Call fixup_locale a second time for GNUStep.
1085
1086 2013-12-08 Martin Rudalics <rudalics@gmx.at>
1087
1088 * frame.c (x_set_font): Mark frame as garbaged (Bug#16028).
1089
1090 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
1091
1092 Use libcrypto's checksum implementations if available, for speed.
1093 * Makefile.in (LIB_CRYPTO): New macro.
1094 (LIBES): Use it.
1095
1096 * frame.h (SET_FRAME_VISIBLE): Now an inline function.
1097 The macro didn't conform to C99 due to type mismatch,
1098 which caused compilation failure with Sun C 5.12,
1099 and it was confusing anyway. Include window.h to declare
1100 redisplay_other_windows.
1101
1102 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * window.c (set_window_buffer): Update mode line (bug#16084).
1105
1106 2013-12-07 Paul Eggert <eggert@cs.ucla.edu>
1107
1108 Fix minor problems found by static checking.
1109 * keyboard.c (poll_for_input_1, input_polling_used):
1110 Define only if HAVE_NTGUI.
1111 * xmenu.c (popup_activate_callback): Omit unnecessary
1112 check against USE_X_TOOLKIT, which must be defined here anyway.
1113 * xterm.c, xterm.h (x_dispatch_event) [! (USE_X_TOOLKIT || USE_MOTIF)]:
1114 Now static.
1115
1116 2013-12-07 Martin Rudalics <rudalics@gmx.at>
1117
1118 * w32term.c (w32_read_socket): Fix int/Lisp_Object type mixup.
1119
1120 2013-12-07 Jan Djärv <jan.h.d@swipnet.se>
1121
1122 * gtkutil.c (tb_size_cb): Call xg_height_or_width_changed.
1123
1124 * nsterm.m (x_set_window_size): Remove fprintf.
1125 (init): Define always. Set applicationDidFinishLaunchingCalled
1126 for GNUStep.
1127 (applicationDidFinishLaunching:):
1128 Set applicationDidFinishLaunchingCalled.
1129 (applicationDidBecomeActive:): Call applicationDidFinishLaunching if
1130 not called.
1131
1132 * nsterm.h (EmacsApp): Add applicationDidFinishLaunchingCalled.
1133
1134 Pixel resize changes for NS (Bug#16049).
1135 * nsterm.m (x_set_window_size): Change parameters rows/cols to
1136 height/width. row/cols are locals.
1137 Pass pixelwise to check_frame_size. Don't set FRAME_PIXEL_WIDTH/HEIGHT.
1138 (updateFrameSize:): Remove gsextra. Adjust for pixelwise resize.
1139 (windowWillResize): Remove gsextra. Calculate extra as in
1140 updateFrameSize.
1141 (x_new_font): Don't change frame size if fullscreen.
1142 Change size pixelwise.
1143
1144 * nsfns.m (Fx_create_frame): Call change_frame_size twice as per
1145 comment in xfns.c. Change to pixelwise call.
1146
1147 2013-12-06 Eli Zaretskii <eliz@gnu.org>
1148
1149 * buffer.c (Fset_buffer_multibyte): Invalidate buffer caches.
1150 (Bug#16070)
1151
1152 2013-12-06 Dmitry Antipov <dmantipov@yandex.ru>
1153
1154 * xterm.c (input_signal_count): Remove.
1155 (x_dispatch_event): Define unconditionally.
1156 (x_make_frame_visible): Process X events until the frame
1157 is really visible (Bug#16027).
1158 * xterm.h (x_dispatch_event): Declare unconditionally.
1159
1160 2013-12-05 Jan Djärv <jan.h.d@swipnet.se>
1161
1162 * nsfns.m (ns_frame_parm_handlers): Add right/bottom_divider_width.
1163
1164 * nsterm.m (x_set_window_size): Handle pixelwise.
1165
1166 2013-12-05 Martin Rudalics <rudalics@gmx.at>
1167
1168 * w32term.c (x_new_font):
1169 * xterm.c (x_new_font): Calculate new frame size from new font
1170 size (Bug#16028).
1171
1172 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * lisp.h (FOR_EACH_TAIL): New macro.
1175 * fns.c (Fdelq): Use it to avoid inf-loops; remove QUIT.
1176
1177 * window.c (select_window): Call second wset_redisplay before we change
1178 selected_window (bug#16034).
1179
1180 2013-12-04 Paul Eggert <eggert@cs.ucla.edu>
1181
1182 * bidi.c (LRM_CHAR, RLM_CHAR): Remove; no longer used.
1183
1184 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1185
1186 * w32xfns.c: Include window.h, to avoid a compiler warning.
1187
1188 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * window.c (window_scroll): Mark window for redisplay (bug#16034).
1191 (scroll_command, Fscroll_other_window): Don't cause redisplay now that
1192 window_scroll takes care of it.
1193 (Fset_window_point, Fdelete_other_windows_internal)
1194 (set_window_buffer, Fwindow_resize_apply, resize_frame_windows)
1195 (Fsplit_window_internal, Fdelete_window_internal)
1196 (Fresize_mini_window_internal, Fset_window_configuration)
1197 (apply_window_adjustment): Use fset_redisplay and wset_redisplay to
1198 cause redisplay instead of forcing a complete redisplay.
1199 * xdisp.c (wset_redisplay): Don't set windows_or_buffers_changed if
1200 we're only affecting the selected_window.
1201
1202 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1203
1204 * bidi.c (bidi_get_type, bidi_get_category): Handle the isolate
1205 directional control characters. Update type and category
1206 determination according to the UBA from Unicode v6.3.
1207 (bidi_category_t): New category EXPLICIT_FORMATTING.
1208
1209 * dispextern.h (bidi_type_t): Update to include new bidirectional
1210 properties introduced with Unicode v6.3. (Bug#16043)
1211
1212 2013-12-04 Martin Rudalics <rudalics@gmx.at>
1213
1214 * xterm.c (XTflash): Fix coordinate of bottom area to flash
1215 (Bug#16044).
1216
1217 2013-12-04 Dmitry Antipov <dmantipov@yandex.ru>
1218
1219 * font.c (font_list_entities): Remove dummy assignment.
1220 * font.h (struct font) [HAVE_WINDOW_SYSTEM]: Group members which are
1221 used on graphic displays only. Remove unused 'font_encoder' member.
1222 (struct font_bitmap): Remove unused 'extra' member.
1223 * nsfont.m (nsfont_open):
1224 * w32font.c (w32font_open_internal):
1225 * ftfont.c (ftfont_get_bitmap): Adjust users.
1226
1227 2013-12-03 Paul Eggert <eggert@cs.ucla.edu>
1228
1229 Use bool for boolean.
1230 * tparam.c (tparam1):
1231 * undo.c (record_point, record_property_change):
1232 Use bool for boolean, for local vars that are always true or false.
1233
1234 Minor integer overflow fixes (Bug#16033).
1235 * window.c (Fset_window_new_pixel): Don't let new_pixel go negative.
1236 This improves on the previous fix to this function.
1237 (window_resize_check): When summing up pixel counts, don't rely on
1238 undefined behavior if the sum overflows.
1239
1240 2013-12-03 Martin Rudalics <rudalics@gmx.at>
1241
1242 * window.c (Fset_window_new_pixel): Don't choke at negative
1243 argument value (Bug#16033).
1244
1245 * xfns.c (Fx_create_frame): Add another call to change_frame_size
1246 to avoid crash in window_box_height.
1247
1248 * gtkutil.h: Fix external declaration of xg_frame_set_char_size.
1249 * gtkutil.c (xg_frame_set_char_size, style_changed_cb): Fix size
1250 calculation.
1251 * xterm.c (x_set_window_size): Fix size calculation (Bug#16013).
1252
1253 2013-12-03 Paul Eggert <eggert@cs.ucla.edu>
1254
1255 Minor integer overflow fixes.
1256 * window.c (Fset_window_new_pixel, grow_mini_window):
1257 * xdisp.c (Fwindow_text_pixel_size):
1258 Avoid undefined behavior on signed integer overflow.
1259 * xfns.c (x_set_mouse_color):
1260 Check that drag shape fits in 'unsigned', since that's what X wants.
1261
1262 2013-12-02 Eli Zaretskii <eliz@gnu.org>
1263
1264 Improve reporting of fatal exception on MS-Windows.
1265 * w32fns.c (my_exception_handler): New function.
1266 (globals_of_w32fns): Set it up as the unhandled exception
1267 handler. Initialize exception code and address to zeros.
1268 (emacs_abort): If the exception code and address are available,
1269 print them at the beginning of the backtrace. Fix the format of
1270 printing addresses (was producing 0x0x12345678 on XP).
1271 (Bug#15994)
1272
1273 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
1274
1275 * eval.c (Fbacktrace__locals): New function.
1276 (syms_of_eval): Defsubr it.
1277
1278 2013-12-02 Dmitry Antipov <dmantipov@yandex.ru>
1279
1280 * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT):
1281 Define here to unify between...
1282 * nsterm.h, w32term.h, xterm.h: ...port-specific headers.
1283 * w32term.h (CHECK_W32_FRAME): Remove unused macro.
1284
1285 2013-12-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1286
1287 * xterm.h (struct scroll_bar): Remove member `fringe_extended_p'.
1288
1289 * xterm.c (x_draw_fringe_bitmap, x_scroll_run): Remove code for
1290 fringe background extension.
1291 (x_scroll_bar_create): Remove variables `sb_left' and `sb_width',
1292 because they are now always the same as `left' and `width',
1293 respectively. Remove code for the case that `width' and
1294 `sb_width' are different.
1295
1296 2013-12-01 Paul Eggert <eggert@cs.ucla.edu>
1297
1298 Fix minor problems found by static checking.
1299 * dispextern.h, xdisp.c (x_draw_bottom_divider): Now static.
1300 * frame.c (set_frame_param) [!HAVE_NTGUI]: Remove.
1301 * xdisp.c (Ftool_bar_height) [USE_GTK || HAVE_NS]: Now const function.
1302
1303 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1304
1305 * image.c (imagemagick_compute_animated_image): Don't crash if we
1306 have an animation with different-sized images (bug#15313).
1307
1308 2013-11-30 Martin Rudalics <rudalics@gmx.at>
1309
1310 Remove some unused items introduced during pixelwise change.
1311 * window.c (window_resize_total_check): Remove unused function.
1312 * xdisp.c (remember_mouse_glyph): Remove unused label.
1313 (Ftool_bar_height): Move declaration inside #if.
1314 * xterm.c (x_set_window_size): Don't use r and c.
1315
1316 2013-11-30 Juanma Barranquero <lekktu@gmail.com>
1317
1318 * xdisp.c (Fwindow_text_pixel_size): Remove unused variables
1319 `value' and `endp'.
1320
1321 * window.c (Fset_window_configuration): Comment out unused variables.
1322
1323 * w32term.c (w32_read_socket): Remove unused variable `buf'.
1324
1325 2013-11-30 Jan Djärv <jan.h.d@swipnet.se>
1326
1327 * xdisp.c (redisplay_internal): unrequest_sigio => request_sigio.
1328
1329 * xfaces.c (NEAR_SAME_COLOR_THRESHOLD): Move inside HAVE_WINDOW_SYSTEM.
1330
1331 * gnutls.c (gnutls_audit_log_function): Only declare and define if
1332 HAVE_GNUTLS3 (Bug#16001).
1333
1334 * xdisp.c (redisplay_internal): Call request_sigio at end_of_redisplay
1335 if interrupts are deferred (Bug#15801).
1336
1337 2013-11-30 Martin Rudalics <rudalics@gmx.at>
1338
1339 Support resizing frames and windows pixelwise.
1340 * dispextern.h (enum window_part): Add ON_SCROLL_BAR,
1341 ON_RIGHT_DIVIDER and ON_BOTTOM_DIVIDER.
1342 (struct glyph_matrix): Replace window_left_col and
1343 window_top_line by window_pixel_left and window_pixel_top.
1344 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
1345 Minor rewrite.
1346 (enum face_id): Add WINDOW_DIVIDER_FACE_ID.
1347 (draw_window_divider, move_it_to, x_draw_right_divider)
1348 (x_draw_bottom_divider, change_frame_size): Add or fix
1349 declarations.
1350 * dispnew.c (change_frame_size_1): Change prototype.
1351 (adjust_glyph_matrix, required_matrix_width)
1352 (adjust_frame_glyphs_for_window_redisplay): Use pixel
1353 values instead of lines and columns.
1354 (marginal_area_string): Use WINDOW_FRINGES_WIDTH instead of
1355 WINDOW_TOTAL_FRINGE_WIDTH.
1356 (handle_window_change_signal, do_pending_window_change)
1357 (init_display): Adjusts calls of change_frame_size.
1358 (change_frame_size, change_frame_size_1): Handle pixelwise
1359 changes.
1360 * frame.c (Qright_divider_width, Qbottom_divider_width):
1361 New Lisp objects.
1362 (set_menu_bar_lines_1, set_menu_bar_lines, make_frame)
1363 (make_terminal_frame, Fmake_terminal_frame, Fframe_parameters)
1364 (x_set_internal_border_width, x_set_vertical_scroll_bars)
1365 (x_set_scroll_bar_width, x_figure_window_size): Handle pixel
1366 values.
1367 (set_frame_param): New function.
1368 (Fframe_text_cols, Fframe_text_lines, Fframe_total_cols)
1369 (Fframe_text_width, Fframe_text_height, Fscroll_bar_width)
1370 (Ffringe_width, Fborder_width, Fright_divider_width)
1371 (Fbottom_divider_width): New functions, defsubr them.
1372 (Fset_frame_height, Fset_frame_width, Fset_frame_size):
1373 New argument pixelwise.
1374 (struct frame_parm_table): New members Qright_divider_width and
1375 Qbottom_divider_width.
1376 (x_set_frame_parameters): Handle parameters for pixelwise sizes.
1377 (x_report_frame_params): Handle Qright_divider_width and
1378 Qbottom_divider_width.
1379 (x_set_right_divider_width, x_set_bottom_divider_width):
1380 New functions.
1381 (frame_resize_pixelwise): New option.
1382 * frame.h (struct frame): Add tool_bar_height, menu_bar_height,
1383 new_pixelwise, right_divider_width and bottom_divider_width;
1384 remove total_lines; rename text_lines, text_cols, new_text_lines
1385 and new_text_cols to text_height, text_width, new_height and
1386 new_width respectively.
1387 (FRAME_LINES, FRAME_COLS): Rename to FRAME_TEXT_HEIGHT and
1388 FRAME_TEXT_WIDTH respectively.
1389 (FRAME_MENU_BAR_HEIGHT, FRAME_TOOL_BAR_HEIGHT)
1390 (FRAME_RIGHT_DIVIDER_WIDTH, FRAME_BOTTOM_DIVIDER_WIDTH)
1391 (FRAME_TEXT_TO_PIXEL_WIDTH, FRAME_PIXEL_TO_TEXT_WIDTH):
1392 New macros.
1393 (FRAME_TOP_MARGIN_HEIGHT, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
1394 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH, FRAME_SCROLL_BAR_AREA_WIDTH)
1395 (SET_FRAME_COLS, SET_FRAME_WIDTH, SET_FRAME_HEIGHT)
1396 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH, FRAME_PIXEL_WIDTH_TO_TEXT_COLS)
1397 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rewrite macros.
1398 (FRAME_TOTAL_COLS_ARG): Remove macro.
1399 * fringe.c (draw_fringe_bitmap_1): Handle right divder.
1400 * gtkutil.c (xg_frame_resized, xg_frame_set_char_size)
1401 (x_wm_set_size_hint): Handle frame pixel sizes.
1402 * indent.c (compute_motion, Fcompute_motion):
1403 Call window_body_width instead of window_body_cols.
1404 * keyboard.c (Qright_divider, Qbottom_divider): New symbols.
1405 (make_lispy_position): Handle right and bottom dividers.
1406 (Fsuspend_emacs): Pixelize call of change_frame_size.
1407 * keyboard.h: Extern Qright_divider, Qbottom_divider.
1408 * lisp.h: Extern set_frame_param.
1409 * nsfns.m (x_set_tool_bar_lines): Pixelize call of
1410 x_set_window_size.
1411 (Fx_create_frame): Add entry for vertical_drag_cursor.
1412 Pixelize call of change_frame_size.
1413 * nsterm.h (struct ns_output): Add vertical_drag_cursor.
1414 * nsterm.m (ns_update_window_end): Optionally draw right
1415 divider.
1416 (x_set_window_size): Add argument pixelwise.
1417 Call check_frame_size and change_frame_size with pixelwise zero.
1418 (ns_draw_window_divider): New function.
1419 (ns_redisplay_interface): Add ns_draw_window_divider.
1420 (updateFrameSize:): Call change_frame_size with pixelwise zero.
1421 (x_new_font): Call x_set_window_size with pixelwise zero.
1422 * print.c (print_object): For a window print its sequence
1423 number again.
1424 * term.c (Fresume_tty): Pixelize call of change_frame_size.
1425 * w32fns.c (x_set_mouse_color): Handle vertical drag cursor.
1426 (x_set_menu_bar_lines, x_set_tool_bar_lines): Calculate pixelwise.
1427 (w32_createwindow): Use scroll bar area width.
1428 (w32_wnd_proc): Handle bottom divider width.
1429 For WM_WINDOWPOSCHANGING return zero if we resize pixelwise.
1430 (Fx_create_frame): Default divider width parameters.
1431 Caclulate sizes pixelwise. Add vertical drag cursor support.
1432 (x_create_tip_frame): Default divider widths to zero.
1433 Pixelize call to change_frame_size.
1434 (Fx_show_tip): Add handling of divider widths. Pixelize window
1435 position and sizes.
1436 (Fw32_frame_rect): New function.
1437 (frame_parm_handler w32_frame_parm_handlers): Add divider
1438 widths.
1439 (Vx_window_vertical_drag_shape): Add variable.
1440 * w32inevt.c (resize_event, maybe_generate_resize_event):
1441 Pixelize change_frame_size calls.
1442 * w32menu.c (set_frame_menubar): Pixelize x_set_window_size
1443 call.
1444 * w32term.c (w32_draw_window_divider): New function.
1445 (x_update_window_end): Handle right divider.
1446 (w32_draw_fringe_bitmap, x_scroll_run)
1447 (w32_set_vertical_scroll_bar): Pixelize scrollbar widths.
1448 (w32_read_socket): Handle SIZE_MAXIMIZED separately.
1449 Calculate new frame sizes pixelwise.
1450 (x_new_font): Pixelize call to x_set_window_size.
1451 (x_check_fullscreen): Pixelize call to change_frame_size.
1452 (x_set_window_size_1, x_set_window_size): New argument
1453 pixelwise. Calculate pixelwise.
1454 (x_wm_set_size_hint): Use scroll bar area width.
1455 (w32_redisplay_interface): Add w32_draw_window_divider.
1456 * w32term.h (struct w32_output): Add vertical drag cursor.
1457 * widget.c (set_frame_size, update_wm_hints)
1458 (EmacsFrameResize, EmacsFrameSetValues): Pixelize calls of
1459 change_frame_size.
1460 (EmacsFrameSetCharSize): Pixelize call of x_set_window_size.
1461 * window.c (sequence_number): Restore.
1462 (Fwindow_pixel_width, Fwindow_pixel_height)
1463 (Fwindow_mode_line_height, Fwindow_header_line_height)
1464 (window_pixel_to_total, Frun_window_scroll_functions)
1465 (Fset_window_new_pixel, window_resize_apply_total)
1466 (Fwindow_resize_apply_total): New functions.
1467 (window_body_height, window_body_width): Rename from
1468 window_body_lines. New argument PIXELWISE.
1469 Calculate pixelwise.
1470 (Fwindow_body_height, Fwindow_body_width): New argument
1471 PIXELWISE.
1472 (coordinates_in_window, window_relative_x_coord): Use window's
1473 pixel width instead of total width.
1474 (replace_window, recombine_windows): Initialize pixel values.
1475 (resize_root_window, resize_frame_windows, grow_mini_window)
1476 (shrink_mini_window): New argument PIXELWISE.
1477 Calculate pixelwise.
1478 (Fdelete_other_windows_internal, adjust_window_margins)
1479 (window_resize_check, window_resize_apply)
1480 (Fdelete_window_internal, Fresize_mini_window_internal)
1481 (Fwindow_text_width, Fwindow_text_height): Calculate pixelwise.
1482 (check_frame_size): Rename arguments. New argument PIXELWISE.
1483 Calculate pixelwise.
1484 (set_window_buffer): Make samebuf bool. Run configuration change
1485 hook only if buffer changed.
1486 (Fset_window_buffer): Rewrite doc-string.
1487 (make_window): Initialize new_pixel slot.
1488 (Fwindow_resize_apply): Check pixel size of root window.
1489 (Fsplit_window_internal): Call 2nd argument pixel_size.
1490 Calculate pixelwise.
1491 (Fscroll_left, Fscroll_right): Call window_body_width instead of
1492 window_body_cols.
1493 (save_window_data): New slots frame_text_width,
1494 frame_text_height, frame_menu_bar_height, frame_tool_bar_height.
1495 (saved_window): New slots pixel_left, pixel_top, pixel_height,
1496 pixel_width.
1497 (Fcurrent_window_configuration, Fset_window_configuration)
1498 (save_window_save, compare_window_configurations): Handle new
1499 slots in save_window_data and saved_window.
1500 (Fset_window_scroll_bars): Fix doc-string.
1501 (window_resize_pixelwise): New variable.
1502 (coordinates_in_window, Fcoordinates_in_window_p):
1503 Handle dividers.
1504 (make_parent_window): Adjust sequence_number.
1505 (Fwindow_right_divider_width, Fwindow_bottom_divider_width):
1506 New functions.
1507 * window.h (struct window): New members new_pixel, pixel_left,
1508 pixel_top, pixel_width, pixel_height. Restore sequence_number.
1509 (wset_new_pixel): New function.
1510 (WINDOW_PIXEL_WIDTH, WINDOW_PIXEL_HEIGHT)
1511 (MIN_SAFE_WINDOW_PIXEL_WIDTH, MIN_SAFE_WINDOW_PIXEL_HEIGHT)
1512 (WINDOW_LEFT_PIXEL_EDGE, WINDOW_RIGHT_PIXEL_EDGE)
1513 (WINDOW_TOP_PIXEL_EDGE, WINDOW_BOTTOM_PIXEL_EDGE)
1514 (WINDOW_BOTTOMMOST_P, WINDOW_BOX_LEFT_PIXEL_EDGE)
1515 (WINDOW_BOX_RIGHT_PIXEL_EDGE, WINDOW_MARGINS_COLS)
1516 (WINDOW_MARGINS_WIDTH, WINDOW_RIGHT_DIVIDER_WIDTH)
1517 (WINDOW_BOTTOM_DIVIDER_WIDTH): New macros.
1518 (WINDOW_TOTAL_FRINGE_WIDTH): Rename to WINDOW_FRINGES_WIDTH.
1519 (WINDOW_TOTAL_WIDTH, WINDOW_TOTAL_HEIGHT): Remove macros.
1520 (WINDOW_RIGHT_EDGE_X, WINDOW_LEFT_EDGE_X, WINDOW_TOP_EDGE_Y)
1521 (WINDOW_BOTTOM_EDGE_Y, WINDOW_FULL_WIDTH_P, WINDOW_LEFTMOST_P)
1522 (WINDOW_RIGHTMOST_P, WINDOW_BOX_LEFT_EDGE_X)
1523 (WINDOW_BOX_RIGHT_EDGE_X, WINDOW_FRINGE_COLS)
1524 (WINDOW_BOX_HEIGHT_NO_MODE_LINE, WINDOW_BOX_TEXT_HEIGHT):
1525 Rewrite.
1526 (resize_frame_windows, grow_mini_window, shrink_mini_window)
1527 (window_body_width, check_frame_size): Adapt external declarations.
1528 * xdisp.c (last_max_ascent): New integer.
1529 (window_text_bottom_y): Handle bottom divider.
1530 (window_box_width, window_box_height): Calculate pixelwise.
1531 (get_glyph_string_clip_rects): Handle right divider.
1532 (remember_mouse_glyph): When windows are resized pixelwise
1533 proceed with width and height set to 1.
1534 (init_iterator): Use WINDOW_PIXEL_WIDTH instead of
1535 WINDOW_TOTAL_WIDTH.
1536 (move_it_to): Calculate and return maximum x position
1537 encountered.
1538 (Fwindow_text_pixel_size): New function.
1539 (resize_mini_window, update_tool_bar): Calculate pixelwise.
1540 (tool_bar_lines_needed): Rename to tool_bar_height.
1541 Calculate pixelwise.
1542 (Ftool_bar_lines_needed): Rename to Ftool_bar_height.
1543 Calculate pixelwise.
1544 (redisplay_tool_bar): Calculate pixelwise.
1545 (redisplay_window): Calculate pixelwise. Handle dividers.
1546 (draw_glyphs, x_clear_end_of_line, note_mouse_highlight)
1547 (x_draw_vertical_border): Handle dividers.
1548 (define_frame_cursor1): Handle vertical drag cursor.
1549 (x_draw_right_divider, x_draw_bottom_divider): New functions.
1550 (expose_window): Calculate pixelwise. Handle dividers.
1551 (init_xdisp): Initialize pixel values.
1552 * xfaces.c (Qwindow_divider): New face.
1553 (realize_basic_faces): Realize it.
1554 * xfns.c (x_set_mouse_color): Handle vertical_drag_cursor.
1555 (x_set_menu_bar_lines, x_set_tool_bar_lines): Calculate pixelwise.
1556 (x_set_scroll_bar_default_width): Default actual width to 16.
1557 (Fx_create_frame): Set sizes pixelwise.
1558 (x_create_tip_frame): Default divider widths to zero.
1559 Pixelize call of change_frame_size.
1560 (Fx_show_tip): Handle divider widths. Initial pixel position
1561 and sizes.
1562 (frame_parm_handler x_frame_parm_handlers): Add divider widths.
1563 (Vx_window_vertical_drag_shape): New option.
1564 * xmenu.c (free_frame_menubar): Pixelize call of
1565 x_set_window_size.
1566 * xterm.c (x_draw_window_divider): New function.
1567 (x_update_window_end): Optionally draw right divider.
1568 (x_draw_fringe_bitmap, x_scroll_run, x_scroll_bar_create)
1569 (XTset_vertical_scroll_bar): Use scroll bar pixel width.
1570 (handle_one_xevent, x_new_font): Calculate pixelwise.
1571 (x_set_window_size_1, x_set_window_size): New argument
1572 pixelwise. Calculate pixelwise.
1573 (x_wm_set_size_hint): Pixelize call of check_frame_size.
1574 (struct x_redisplay_interface): Add x_draw_window_divider.
1575 * xterm.h (struct x_output): Add vertical_drag_cursor.
1576
1577 2013-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * xdisp.c (redisplay_internal): Don't call set_window_update_flags.
1580 Set invisible frames's `redisplay' when a full redisplay is requested.
1581 (redisplay_window): Set must_be_updated_p instead (bug#15999).
1582 (redisplay_mode_lines): Don't set must_be_updated_p any more.
1583 (display_mode_lines): Set it here instead.
1584
1585 * dispnew.c (set_window_update_flags): Remove `b' argument; make static.
1586
1587 * dispextern.h (set_window_update_flags): Remove.
1588
1589 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * fns.c (internal_equal): Add a hash_table argument to handle cycles.
1592
1593 * xdisp.c (REDISPLAY_SOME_P): New macro.
1594 (redisplay_internal): Use it (bug#15999).
1595 (prepare_menu_bars, redisplay_window): Use it as well.
1596
1597 * lisp.mk (lisp): Add electric.elc and uniquify.elc.
1598
1599 2013-11-29 Tom Seddon <emacs@tomseddon.plus.com> (tiny change)
1600
1601 * w32font.c (g_b_init_get_char_width_32_w): New static var.
1602 (globals_of_w32font): Zero it out.
1603 (GetCharWidth32W_Proc): New function pointer.
1604 (get_char_width_32_w): New function.
1605 (compute_metrics): If get_glyph_outline_w returns an error, try
1606 get_char_width_32_w before declaring a failure. This avoids
1607 punishing raster (a.k.a. "bitmap") fonts by slowing down
1608 redisplay. (Bug#6364).
1609
1610 2013-11-29 Eli Zaretskii <eliz@gnu.org>
1611
1612 * xdisp.c (clear_mouse_face): Don't invalidate the entire
1613 mouse-highlight info, just signal frame_up_to_date_hook that mouse
1614 highlight needs to be redisplayed. (Bug#15913)
1615
1616 2013-11-29 Paul Eggert <eggert@cs.ucla.edu>
1617
1618 Fix minor problems found by static checking.
1619 * buffer.h (struct buffer_text, struct buffer):
1620 * frame.h (struct frame):
1621 * window.h (struct window):
1622 Avoid 'bool foo : 1;', as it's not portable to pre-C99 compilers,
1623 as described in ../lib/stdbool.in.h. Use 'unsigned foo : 1;' instead.
1624 * menu.c (syms_of_menu): Define x-popup-dialog, removing a
1625 no-longer-valid use of HAVE_MENUS.
1626 * xdisp.c (propagate_buffer_redisplay): Now static.
1627
1628 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * xmenu.c (Fmenu_or_popup_active_p):
1631 * window.c (Fset_window_configuration):
1632 * menu.c (Fx_popup_menu, Fx_popup_dialog):
1633 * keyboard.c (record_menu_key, read_char_x_menu_prompt):
1634 * fns.c (Fyes_or_no_p):
1635 * editfns.c (Fmessage_box, Fmessage_or_box):
1636 * alloc.c (make_save_ptr_ptr):
1637 * xdisp.c, w32menu.c, term.c, xterm.h, xterm.c: Remove HAVE_MENUS.
1638
1639 * window.c (Fset_window_configuration): Move select_window later.
1640
1641 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 Refine redisplay optimizations to only redisplay *some* frames/windows
1644 rather than all of them.
1645 * xdisp.c (REDISPLAY_SOME): New constant.
1646 (redisplay_other_windows, wset_redisplay, fset_redisplay)
1647 (bset_redisplay, bset_update_mode_line): New functions.
1648 (message_dolog): Use bset_redisplay.
1649 (clear_garbaged_frames): Use fset_redisplay.
1650 (echo_area_display): Use wset_redisplay.
1651 (buffer_shared_and_changed): Remove.
1652 (prepare_menu_bars): Call Vpre_redisplay_function before updating
1653 frame titles. Compute the actual set of windows redisplayed.
1654 Don't update frame titles and menu bars for frames that don't need to
1655 be redisplayed.
1656 (propagate_buffer_redisplay): New function.
1657 (AINC): New macro.
1658 (redisplay_internal): Use it. Be more selective in the set of windows
1659 we redisplay. Propagate windows_or_buffers_changed to
1660 update_mode_lines a bit later to simplify the code.
1661 (mark_window_display_accurate_1): Reset window and buffer's
1662 `redisplay' flag.
1663 (redisplay_window): Do nothing if neither the window nor the buffer nor
1664 the frame needs redisplay.
1665 * window.h (struct window): Add `redisplay' field.
1666 (wset_redisplay, fset_redisplay, bset_redisplay, bset_update_mode_line)
1667 (redisplay_other_windows, window_list): New declarations.
1668 * window.c (select_window, Fset_window_start): Use wset_redisplay.
1669 (window_list): Not static any more.
1670 (grow_mini_window, shrink_mini_window): Use fset_redisplay.
1671 * minibuf.c (read_minibuf_unwind): Don't redisplay everything.
1672 * insdel.c (prepare_to_modify_buffer_1): Use bset_redisplay.
1673 * frame.c (Fmake_frame_visible): Don't redisplay everything.
1674 * frame.h (struct frame): Add `redisplay' field.
1675 Move `external_menu_bar' bitfield next to other bit-fields.
1676 (SET_FRAME_GARBAGED): Use fset_redisplay.
1677 (SET_FRAME_VISIBLE): Don't garbage the frame;
1678 Use redisplay_other_windows.
1679 * buffer.h (struct buffer): Add `redisplay' field.
1680 * buffer.c (Fforce_mode_line_update): Pay attention to the `all' flag.
1681 (modify_overlay): Use bset_redisplay.
1682 * alloc.c (gc_sweep): Don't unmark strings while sweeping symbols.
1683
1684 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1685
1686 Support w32 file notifications in batch mode.
1687 * w32proc.c (sys_select): Don't wait on interrupt_handle if it is
1688 invalid (which happens in batch mode). If non-interactive, call
1689 handle_file_notifications to store file notification events in the
1690 input queue. (Bug#15933)
1691
1692 * w32notify.c (send_notifications): Handle FRAME_INITIAL frames as well.
1693
1694 * w32inevt.c (handle_file_notifications): Now external, not static.
1695
1696 * w32term.h (handle_file_notifications): Provide prototype.
1697
1698 * emacs.c (main) [HAVE_W32NOTIFY]: When non-interactive, call
1699 init_crit, since init_display, which does that otherwise, is not
1700 called.
1701
1702 2013-11-27 Glenn Morris <rgm@gnu.org>
1703
1704 * Makefile.in ($(lispsource)/international/charprop.el): New.
1705 (emacs$(EXEEXT)): Depend on charprop.el.
1706
1707 2013-11-27 Eli Zaretskii <eliz@gnu.org>
1708
1709 * fileio.c (Finsert_file_contents): Invalidate buffer caches when
1710 deleting portions of the buffer under non-nil REPLACE argument.
1711 (Bug#15973)
1712
1713 * w32notify.c (Fw32notify_add_watch): If the argument FILE is a
1714 directory, watch it and not its parent.
1715 (add_watch): Allow empty string in FILE.
1716
1717 2013-11-27 Martin Rudalics <rudalics@gmx.at>
1718
1719 * window.c (Fset_window_start, window_resize_apply)
1720 (window_scroll): Reset window_end_valid (Bug#15957).
1721
1722 2013-11-27 Glenn Morris <rgm@gnu.org>
1723
1724 * Makefile.in (leimdir): Now in lisp source directory.
1725 ($(leimdir)/leim-list.el): Just use ../leim .
1726 * epaths.in (PATH_DUMPLOADSEARCH):
1727 * lread.c (load_path_default):
1728 * nsterm.m (ns_load_path): No more leim directory.
1729
1730 2013-11-26 Andreas Schwab <schwab@suse.de>
1731
1732 * .gdbinit (xgettype): Add cast.
1733
1734 2013-11-26 Glenn Morris <rgm@gnu.org>
1735
1736 Preload leim-list.el.
1737 * epaths.in (PATH_DUMPLOADSEARCH): Add leim/.
1738 * callproc.c (init_callproc): Don't assume PATH_DUMPLOADSEARCH
1739 is a single directory.
1740
1741 2013-11-25 Paul Eggert <eggert@cs.ucla.edu>
1742
1743 bool-vector-subsetp is now the normal direction (Bug#15912).
1744 * data.c (Fbool_vector_subsetp): Test whether the first argument
1745 is a subset of the second one, not the reverse. Add doc string.
1746
1747 Fix minor problems found by static checking.
1748 * lread.c (load_path_default): Now static.
1749 * textprop.c (text_property_stickiness): Be consistent about the
1750 test used when deciding whether to consider the previous character.
1751 This simplifies the code a bit.
1752
1753 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * textprop.c (text_property_stickiness): Fix front-stickiness at BOB.
1756
1757 * frame.c (Fhandle_focus_in, Fhandle_focus_out): Move to frame.el.
1758 (syms_of_frame): Don't defsubr them.
1759
1760 2013-11-25 Glenn Morris <rgm@gnu.org>
1761
1762 * lread.c (load_path_default): Change the sense of the argument.
1763 (init_lread): When EMACSLOADPATH is set, do not ignore changes
1764 from dump_path. When it is not, avoid checking dump_path twice.
1765
1766 * lread.c (init_lread): Fix 2013-11-23 goof that was checking
1767 uninstalled dump_path against installed Vload_path. (Bug#15964)
1768
1769 2013-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 Export get_pos_property to Elisp.
1772 * editfns.c (Fget_pos_property): Rename from get_pos_property.
1773 (syms_of_editfns): Export it to Elisp.
1774
1775 * data.c (Fmake_variable_buffer_local): Mention `permanent-local'.
1776
1777 2013-11-23 Romain Francoise <romain@orebokech.com>
1778
1779 * fileio.c (init_fileio): Move `write_region_inhibit_fsync'
1780 initialization here ...
1781 (syms_of_fileio): ... from here.
1782
1783 2013-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * lread.c (init_lread): Fix int/Lisp_Object mixup.
1786 Please use --enable-check-lisp-object-type.
1787
1788 2013-11-23 Glenn Morris <rgm@gnu.org>
1789
1790 * process.c (get_process): Explicit error for dead buffers.
1791
1792 2013-11-23 Andreas Schwab <schwab@linux-m68k.org>
1793
1794 * process.c (get_process): Check that OBJ is a live buffer. (Bug#15923)
1795
1796 2013-11-23 Glenn Morris <rgm@gnu.org>
1797
1798 Empty elements in EMACSLOADPATH stand for the default. (Bug#12100)
1799 * lread.c (load_path_check): Take path to check as argument.
1800 (load_path_default): New, split from init_lread.
1801 (init_lread): Move calc of default load-path to load_path_default.
1802 Empty elements in EMACSLOADPATH now stand for the default.
1803 (load-path): Doc fix.
1804 * emacs.c (decode_env_path): Add option to treat empty elements
1805 as nil rather than ".".
1806 * callproc.c (init_callproc_1, init_callproc):
1807 * image.c (Vx_bitmap_file_path):
1808 * lisp.h (decode_env_path):
1809 * lread.c (Vsource_directory):
1810 Update for new argument spec of decode_env_path.
1811
1812 2013-11-22 Eli Zaretskii <eliz@gnu.org>
1813
1814 * bidi.c (bidi_find_paragraph_start): Limit the returned positions
1815 to BEGV_BYTE..ZV_BYTE range. (Bug#15951)
1816
1817 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
1818
1819 Fix some dependency problems that cause unnecessary recompiles.
1820 Problem reported by RMS in
1821 <http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00421.html>.
1822 * Makefile.in (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS)
1823 (really-lwlib, really-oldXMenu, stamp-oldxmenu)
1824 (../src/$(OLDXMENU), $(OLDXMENU)): Remove.
1825 (temacs$(EXEEXT)): Depend on $(LIBXMENU), not stamp-oldxmenu.
1826 ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a, FORCE): New targets.
1827 (boostrap-clean): No need to remove stamp-oldxmenu.
1828
1829 Fix recently introduced bool vector overrun.
1830 This was due to an optimization that went awry.
1831 Reported by Glenn Morris in
1832 <http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00622.html>.
1833 * alloc.c (make_uninit_bool_vector): Don't allocate a dummy word
1834 for empty vectors, undoing the 2013-11-18 change.
1835 * data.c (bool_vector_binop_driver): Rely on this.
1836 Fix bug that occasionally overran the destination.
1837 * lisp.h (struct Lisp_Bool_vector): Document this.
1838
1839 2013-11-20 Jan Djärv <jan.h.d@swipnet.se>
1840
1841 * nsterm.m (init, run, stop:): Enable again. stop calls super stop
1842 to handle dialogs.
1843
1844 * nsterm.m (init, run, stop:): Comment out for now, does not work
1845 with dialogs.
1846
1847 2013-11-19 Paul Eggert <eggert@cs.ucla.edu>
1848
1849 * charset.c (syms_of_charset): Don't read past end of string.
1850
1851 2013-11-19 Glenn Morris <rgm@gnu.org>
1852
1853 * frame.c (Fhandle_focus_in, Fhandle_focus_out): Doc fixes.
1854
1855 2013-11-19 Brian Jenkins <brian@brianjenkins.org> (tiny change)
1856
1857 Add hooks to run on gaining/losing focus. (Bug#15029)
1858 * frame.c (Qfocus_in_hook, Qfocus_out_hook): New static lisp objects.
1859 (Fhandle_focus_in, Fhandle_focus_out): Run focus hooks.
1860 (syms_of_frame): Add focus-in-hook, focus-out-hook.
1861
1862 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
1863
1864 * data.c (bool_vector_binop_driver): Rename locals for sanity's sake.
1865 The old names predated the API change that put destination at end.
1866
1867 Improve API of recently-added bool vector functions (Bug#15912).
1868 The old API had (bool-vector-count-matches A B)
1869 and (bool-vector-count-matches-at A B I), which gave the
1870 misleading impression that the two functions were variants, one
1871 with a location I. The new API has (bool-vector-count-population A)
1872 and (bool-vector-count-consecutive A B I) to make the distinction
1873 clearer. The first function no longer has a B argument, since the
1874 caller can easily determine the number of nils if the length and
1875 number of ts is known.
1876 * data.c (Fbool_vector_count_population): Rename from
1877 bool_vector_count_matches, and accept just 1 argument.
1878 (Fbool_vector_count_consecutive): Rename from
1879 Fbool_vector_count_matches_at.
1880
1881 Always allocate at least one bits_word per bool vector.
1882 See Daniel Colascione in:
1883 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00518.html
1884 * alloc.c (make_uninit_bool_vector): Always allocate at least one word.
1885 * data.c (bool_vector_binop_driver): Rely on this. Tune.
1886 * lisp.h (struct Lisp_Bool_vector): Document this.
1887
1888 2013-11-18 Eli Zaretskii <eliz@gnu.org>
1889
1890 * insdel.c (invalidate_buffer_caches): New function, consolidated
1891 from part of prepare_to_modify_buffer.
1892 (insert_from_gap, prepare_to_modify_buffer):
1893 * coding.c (code_convert_region, code_convert_string):
1894 Call invalidate_buffer_caches. (Bug#15841)
1895
1896 * lisp.h (invalidate_buffer_caches): Add prototype.
1897
1898 2013-11-17 Eli Zaretskii <eliz@gnu.org>
1899
1900 * w32term.c (x_update_window_end): Don't invalidate the entire
1901 mouse-highlight info, just signal frame_up_to_date_hook that mouse
1902 highlight needs to be redisplayed. (Bug#15913)
1903
1904 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
1905
1906 * lisp.h (DEBUGGER_SEES_C_MACROS): Remove.
1907
1908 2013-11-16 Eli Zaretskii <eliz@gnu.org>
1909
1910 * doc.c (Fsubstitute_command_keys): Inhibit modification hooks
1911 while we are using Vprin1_to_string_buffer.
1912
1913 * keymap.c (describe_map): Don't crash if PT is 1 both before and
1914 after inserting the description string. (Bug#15907)
1915
1916 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
1917
1918 * data.c: Work around bogus GCC diagnostic about shift count.
1919 Reported by Eli Zaretskii in
1920 <http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00489.html>.
1921 (pre_value): New function.
1922 (count_trailing_zero_bits): Use it.
1923
1924 2013-11-15 Eli Zaretskii <eliz@gnu.org>
1925
1926 * lisp.h (DEBUGGER_SEES_C_MACROS) [GCC < v3.5]: Pessimistically
1927 assume C macros are not supported even under -g3 in these old GCC
1928 versions.
1929
1930 2013-11-15 Leo Liu <sdl.web@gmail.com>
1931
1932 * minibuf.c (Ftry_completion, Fall_completions)
1933 (Ftest_completion): Use FUNCTIONP. (Bug#15889)
1934
1935 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
1936
1937 * lisp.h (DEFINE_GDB_SYMBOL_BEGIN, DEFINE_GDB_SYMBOL_END):
1938 Define to empty if DEBUGGER_SEES_C_MACROS is defined.
1939 This avoids placing unnecessary constants into the Emacs code.
1940
1941 2013-11-14 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1942
1943 * keyboard.c (make_ctrl_char) [HAVE_NTGUI]: Now externally visible
1944 for Cygwin w32 build.
1945
1946 * xdisp.c (erase_phys_cursor) [HAVE_NTGUI]: Now externally visible
1947 for Cygwin w32 build. (Bug#15892)
1948
1949 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
1950
1951 Simplify, port and tune bool vector implementation.
1952 * alloc.c (bool_vector_exact_payload_bytes)
1953 (bool_vector_payload_bytes): Remove.
1954 (bool_vector_fill): Return its argument.
1955 * alloc.c (bool_vector_fill):
1956 * lread.c (read1):
1957 * print.c (print_object):
1958 Simplify by using bool_vector_bytes.
1959 * alloc.c (make_uninit_bool_vector):
1960 New function, broken out from Fmake_bool_vector.
1961 (Fmake_bool_vector): Use it. Use tail call.
1962 (make_uninit_bool_vector, vector_nbytes): Simplify size calculations.
1963 * data.c (BITS_PER_ULL): New constant.
1964 (ULLONG_MAX, count_one_bits_ll): Fall back on long counterparts
1965 if long long versions don't exist.
1966 (shift_right_ull): New function.
1967 (count_one_bits_word): New function, replacing popcount_bits_word
1968 macro. Don't assume that bits_word is no wider than long long.
1969 (count_one_bits_word, count_trailing_zero_bits):
1970 Don't assume that bits_word is no wider than long long.
1971 * data.c (bool_vector_binop_driver, bool_vector_not):
1972 * fns.c (Fcopy_sequence):
1973 * lread.c (read1):
1974 Create an uninitialized destination, to avoid needless work.
1975 (internal_equal): Simplify.
1976 (Ffillarray): Prefer tail call.
1977 * data.c (bool_vector_binop_driver): Don't assume bit vectors always
1978 contain at least one word.
1979 (bits_word_to_host_endian): Prefer if to #if. Don't assume
1980 chars are narrower than ints.
1981 * data.c (Fbool_vector_count_matches, Fbool_vector_count_matches_at):
1982 * fns.c (Fcopy_sequence):
1983 Simplify and tune.
1984 * lisp.h (bits_word, BITS_WORD_MAX, BITS_PER_BITS_WORD):
1985 Don't try to port to hosts where bits_word values have holes; the
1986 code wouldn't work there anyway. Verify this assumption, though.
1987 (bool_vector_bytes): New function.
1988 (make_uninit_bool_vector): New decl.
1989 (bool_vector_fill): Now returns Lisp_Object.
1990
1991 * xfns.c (xic_create_fontsetname):
1992 * xrdb.c (gethomedir): Prefer tail calls.
1993
1994 2013-11-12 Paul Eggert <eggert@cs.ucla.edu>
1995
1996 * xterm.c (syms_of_xterm): staticpro Qmodifier_value, Qalt, Qhyper,
1997 Qmeta, and Qsuper. This is safer, and it's what w32fns.c does.
1998
1999 * buffer.c (Fforce_mode_line_update): Don't fall off end of function
2000 that requires a return value.
2001 (Fset_buffer_modified_p): Take advantage of this change to do
2002 a tail call.
2003
2004 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * buffer.c (Frestore_buffer_modified_p): Sync it with
2007 Fset_buffer_modified_p.
2008 (Fforce_mode_line_update): New function, moved from subr.el.
2009 (Fset_buffer_modified_p): Use them.
2010 (syms_of_buffer): Defsubr Fforce_mode_line_update.
2011
2012 2013-11-11 Paul Eggert <eggert@cs.ucla.edu>
2013
2014 * search.c (find_newline): Rewrite to prefer offsets to pointers.
2015 This avoids undefined behavior when subtracting pointers into
2016 different aways. On my platform it also makes the code a tad
2017 smaller and presumably faster.
2018
2019 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * keyboard.c (command_loop_1): Use region-extract-function.
2022 * insdel.c (Qregion_extract_function): Not static any more (can we
2023 stop pretending that these vars can benefit from being marked static?).
2024
2025 2013-11-09 Eli Zaretskii <eliz@gnu.org>
2026
2027 * search.c (find_newline): If buffer text is relocated during the
2028 "dumb loop", adjust C pointers into buffer text to follow suit.
2029 (Bug#15841)
2030
2031 2013-11-09 Łukasz Stelmach <stlman@poczta.fm> (tiny change)
2032
2033 * gtkutil.c (xg_check_special_colors): Use rgb: instead of rgbi:
2034 for conversion (Bug#15837).
2035
2036 2013-11-09 Eli Zaretskii <eliz@gnu.org>
2037
2038 * fileio.c (Finsert_file_contents): Invalidate the newline cache
2039 for the entire range of inserted characters. (Bug#15841)
2040
2041 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
2042
2043 * xfaces.c (lface_fully_specified_p): Let distant-foreground be
2044 unspecified.
2045 (realize_default_face): Remove assignment to distant-foreground if
2046 unspecified (Bug#15815).
2047
2048 2013-11-08 Eli Zaretskii <eliz@gnu.org>
2049
2050 * xdisp.c (message_dolog): Make sure the *Messages* buffer has its
2051 cache-long-scans disabled, since we don't want to call
2052 prepare_to_modify_buffer (in insert_1_both) for each message we
2053 display.
2054
2055 * buffer.h (bset_cache_long_scans): New INLINE function, moved
2056 from buffer.c. Improve commentary to the buffer field setter
2057 functions.
2058
2059 * buffer.c (bset_cache_long_scans): Static function deleted.
2060 Improve commentary to the buffer field setter functions.
2061 (init_buffer_once): Default for cache-long-scans changed to t.
2062 (Bug#15797)
2063
2064 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
2065
2066 * gmalloc.c (special_realloc, calloc, mallochook): Use tail calls.
2067
2068 * chartab.c (make_sub_char_table): Fix size typo (Bug#15825).
2069 This bug was introduced in my 2013-06-21 change, and caused
2070 struct Lisp_Sub_Char_Table objects to be given too many slots,
2071 which broke 'make -C admin/unidata'.
2072
2073 2013-11-07 Jan Djärv <jan.h.d@swipnet.se>
2074
2075 Import changes from mac-port 4.5.
2076 * macfont.m (mac_font_copy_default_descriptors_for_language)
2077 (mac_font_copy_default_name_for_charset_and_languages): Declare.
2078 (cf_charset_table): big-5-0 has uniquifier 0x4EDC.
2079 (macfont_language_default_font_names): New.
2080 (macfont_list): Rearrange language/charset code.
2081 (macfont_close): Don't check for macfont_info->cache.
2082 (mac_ctfont_create_preferred_family_for_attributes): New font
2083 selection code, call
2084 mac_font_copy_default_name_for_charset_and_languages.
2085 (mac_font_copy_default_descriptors_for_language)
2086 (mac_font_copy_default_name_for_charset_and_languages): New functions.
2087
2088 * macfont.h (kCTVersionNumber10_9): Define if not defined.
2089
2090 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
2091
2092 Port to C11 aligned_alloc, and fix some integer overflows.
2093 * alloc.c (USE_ALIGNED_ALLOC): New symbol.
2094 (USE_POSIX_MEMALIGN): Remove. All uses replaced with USE_ALIGNED_ALLOC,
2095 and use of posix_memalign replaced with aligned_alloc.
2096 (aligned_alloc): New function, defined or declared as needed.
2097 * conf_post.h (HAVE_POSIX_MEMALIGN) [DARWIN_OS]:
2098 Don't undef; configure.ac now does this.
2099 * gmalloc.c (aligned_alloc) [MSDOS]: New decl.
2100 (calloc, aligned_alloc): Check for integer overflow.
2101 (aligned_alloc): Rename from memalign. All uses changed.
2102 (memalign): New function, an alias for aligned_alloc.
2103
2104 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * xdisp.c (redisplay_internal): Fix typo in last change.
2107
2108 2013-11-06 Paul Eggert <eggert@cs.ucla.edu>
2109
2110 * regex.c: Fix --enable-gcc-warning glitch with GCC 4.5.2.
2111
2112 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and
2115 redisplay--mode-lines-cause.
2116 (redisplay_internal): Keep them uptodate. Remove redundant check of
2117 buffer_shared_and_changed.
2118 * *.[chm]: Number every assignment to update_mode_lines so we
2119 can track why it is set.
2120
2121 2013-11-06 Eli Zaretskii <eliz@gnu.org>
2122
2123 * editfns.c (Fformat_time_string): Doc fix. (Bug#15816)
2124
2125 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * *.[chm]: Number every assignment to windows_or_buffers_changed so we
2128 can track why it is set.
2129
2130 2013-11-06 Paul Eggert <eggert@cs.ucla.edu>
2131
2132 Integer-related fixes for term.c etc.
2133 * dispextern.h (face_tty_specified_color): New function.
2134 * term.c (turn_on_face): Don't rely on undefined behavior when
2135 assigning an out-of-range value to 'long'.
2136 Simplify test for toggling highlight.
2137 (tty_capable_p): Omit last two (unused) args. All callers changed.
2138 * term.c (tty_capable_p, tty_menu_display, tty_menu_add_selection)
2139 (read_menu_input, tty_menu_activate, tty_menu_show):
2140 * xfaces.c (x_supports_face_attributes_p)
2141 (tty_supports_face_attributes_p):
2142 Use bool for boolean. All callers changed.
2143 (tty_supports_face_attributes_p): Omit defaults for color indices;
2144 no longer needed. Simplify tail call.
2145
2146 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * xdisp.c (prepare_menu_bars): Mark static.
2149 * lisp.h (prepare_menu_bars): Don't declare.
2150 * xselect.c (x_handle_selection_clear):
2151 * callproc.c (call_process): Remove redundant call to prepare_menu_bars.
2152
2153 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
2154
2155 * keyboard.c (Fcommand_error_default_function): Fix pointer signedness
2156 glitch. Eliminate 'sz' prefix; Hungarian notation is not helpful here.
2157
2158 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * keyboard.c (Fcommand_error_default_function): Rename from
2161 Fdefault_error_output.
2162
2163 2013-11-05 Jarek Czekalski <jarekczek@poczta.onet.pl> (tiny change)
2164
2165 * keyboard.c (Fdefault_error_output): New function, extracted from
2166 cmd_error_internal.
2167 (syms_of_keyboard): Use it for Vcommand_error_function.
2168
2169 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * eval.c (handlerlist_sentinel): New variable (bug#15802).
2172 (init_eval): Use it to ensure handlerlist is non-NULL.
2173 (unwind_to_catch): Make sure we never set handlerlist to NULL.
2174 (Fsignal): Adjust NULLness test of handlerlist.
2175 * lisp.h (PUSH_HANDLER): Assume handlerlist is non-NULL.
2176
2177 2013-11-05 Eli Zaretskii <eliz@gnu.org>
2178
2179 * callproc.c (call_process): Call prepare_to_modify_buffer before
2180 decoding text read from the sub-process, as the decoded stuff will
2181 be inserted into the buffer. This will invalidate the various
2182 caches maintained for the buffer. (Bug#15148)
2183
2184 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
2185
2186 * xdisp.c (syms_of_xdisp): Mention the active display table in doc
2187 string of glyphless-char-display.
2188
2189 2013-11-05 Jan Djärv <jan.h.d@swipnet.se>
2190
2191 * nsfns.m (ns_get_name_from_ioreg): New function.
2192 (ns_screen_name): Don't use deprecated CGDisplayIOServicePort on
2193 OSX >= 10.9. Use ns_get_name_from_ioreg.
2194
2195 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
2196
2197 Simplify and port recent bool vector changes.
2198 * alloc.c (ROUNDUP): Move here from lisp.h, since it's now used
2199 only in this file. Use a more-efficient implementation if the
2200 second argument is a power of 2.
2201 (ALIGN): Rewrite in terms of ROUNDUP. Make it a function.
2202 Remove no-longer-necessary compile-time checks.
2203 (bool_vector_exact_payload_bytes): New function.
2204 (bool_vector_payload_bytes): Remove 2nd arg; callers that need
2205 exact payload changed to call the new function. Do not assume
2206 that the arg or result fits in ptrdiff_t.
2207 (bool_vector_fill): New function.
2208 (Fmake_bool_vector): Use it. Don't assume bit counts fit
2209 in ptrdiff_t.
2210 (vroundup_ct): Don't assume arg fits in size_t.
2211 * category.c (SET_CATEGORY_SET): Remove. All callers now just
2212 invoke set_category_set.
2213 (set_category_set): 2nd arg is now EMACS_INT and 3rd is now bool.
2214 All callers changed. Use bool_vector_set.
2215 * category.h (XCATEGORY_SET): Remove; no longer needed.
2216 (CATEGORY_MEMBER): Now a function. Rewrite in terms of
2217 bool_vector_bitref.
2218 * data.c (Faref): Use bool_vector_ref.
2219 (Faset): Use bool_vector_set.
2220 (bits_word_to_host_endian): Don't assume you can shift by CHAR_BIT.
2221 (Fbool_vector_not, Fbool_vector_count_matches)
2222 (Fbool_vector_count_matches_at): Don't assume CHAR_BIT == 8.
2223 * fns.c (concat): Use bool_vector_ref.
2224 (Ffillarray): Use bool_vector_fill.
2225 (mapcar1): Use bool_vector_ref.
2226 (sxhash_bool_vector): Hash words, not bytes.
2227 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Now a macro as well as
2228 a constant, since it's now used in #if.
2229 (bits_word, BITS_WORD_MAX, BITS_PER_BITS_WORD): Fall back on
2230 unsigned char on unusual architectures, so that we no longer
2231 assume that the number of bits per bits_word is a power of two or
2232 is a multiple of 8 or of CHAR_BIT.
2233 (Qt): Add forward decl.
2234 (struct Lisp_Bool_Vector): Don't assume EMACS_INT is aligned
2235 at least as strictly as bits_word.
2236 (bool_vector_data, bool_vector_uchar_data): New accessors.
2237 All data structure accesses changed to use them.
2238 (bool_vector_words, bool_vector_bitref, bool_vector_ref)
2239 (bool_vector_set): New functions.
2240 (bool_vector_fill): New decl.
2241 (ROUNDUP): Move to alloc.c as described above.
2242
2243 Fix recent gnutls changes.
2244 * gnutls.c (Fgnutls_boot): Don't assume C99.
2245 * process.c (wait_reading_process_output): Fix typo in recent change.
2246
2247 2013-11-05 Teodor Zlatanov <tzz@lifelogs.com>
2248
2249 * process.c (wait_reading_process_output, read_process_output)
2250 (send_process): Check gnutls_state is not NULL.
2251
2252 * gnutls.c (emacs_gnutls_handle_error): Adjust log level for EAGAIN.
2253 (Fgnutls_boot): Set process gnutls_p later, after initialization.
2254
2255 2013-11-04 Jan Djärv <jan.h.d@swipnet.se>
2256
2257 * nsterm.m (init, run, stop:): New methods in EmacsApp for
2258 OSX >= 10.9 to prevent memory leak of GCD dispatch source.
2259
2260 * nsterm.h (EmacsApp): Add shouldKeepRunning and isFirst for
2261 OSX >= 10.9.
2262
2263 * nsfns.m (Fx_create_frame): Fix memory leak.
2264
2265 * macfont.m (CG_SET_FILL_COLOR_WITH_GC_FOREGROUND)
2266 (CG_SET_FILL_COLOR_WITH_GC_BACKGROUND)
2267 (CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND): Fix memory leak.
2268
2269 2013-11-04 Eli Zaretskii <eliz@gnu.org>
2270
2271 * xdisp.c (message3_nolog, message_with_string): Encode the string
2272 before writing it to the terminal in a non-interactive session.
2273
2274 * lread.c (openp): If both FILENAME and SUFFIX are unibyte, make
2275 sure we concatenate them into a unibyte string.
2276
2277 * fileio.c (make_temp_name): Encode PREFIX, and decode the
2278 resulting temporary name before returning it to the caller.
2279 (Fexpand_file_name): If NAME is pure-ASCII and DEFAULT_DIRECTORY
2280 is a unibyte string, convert NAME to a unibyte string to ensure
2281 that the result is also a unibyte string.
2282
2283 * emacs.c (init_cmdargs): Use build_unibyte_string to make sure we
2284 create unibyte strings from default paths and directory/file
2285 names.
2286
2287 * coding.h (ENCODE_FILE): Do not attempt to encode a unibyte
2288 string.
2289
2290 * callproc.c (init_callproc): Use build_unibyte_string to make
2291 sure we create unibyte strings from default paths and
2292 directory/file names.
2293
2294 * buffer.c (init_buffer): Don't store default-directory of
2295 *scratch* in multibyte form. The original problem which led to
2296 that is described in
2297 http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-11/msg00532.html,
2298 but it was solved long ago. (Bug#15260)
2299
2300 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
2301
2302 Port to stricter C99 platforms.
2303 Especially, C99 prohibits nesting a struct X inside struct Y if
2304 struct X has a flexible array member.
2305 * alloc.c (struct sdata): New type.
2306 (sdata): Implement in terms of struct sdata.
2307 Remove u member; all uses replaced by next_vector, set_next_vector.
2308 (SDATA_SELECTOR, SDATA_DATA, SDATA_DATA_OFFSET): Adjust to sdata change.
2309 (SDATA_DATA_OFFSET): Now a constant, not a macro.
2310 (struct sblock): Rename first_data member to data, which is now
2311 a flexible array member. All uses changed.
2312 (next_vector, set_next_vector, large_vector_vec): New functions.
2313 (vector_alignment): New constant.
2314 (roundup_size): Make it a multiple of ALIGNOF_STRUCT_LISP_VECTOR, too.
2315 (struct large-vector): Now merely a NEXT member, since the old approach
2316 ran afoul of stricter C99. All uses changed to use
2317 large_vector_vec or large_vector_offset.
2318 (large_vector_offset): New constant.
2319 * dispnew.c: Include tparam.h, for tgetent.
2320 Do not include term.h; no longer needed.
2321 * gnutls.c (Fgnutls_boot): Don't continue after calling a _Noreturn.
2322 * lisp.h (ENUM_BF) [__SUNPRO_C && __STDC__]: Use unsigned int.
2323 (struct Lisp_Vector): Use a flexible array member for contents,
2324 instead of a union with a member that is an array of size 1.
2325 All uses changed.
2326 (ALIGNOF_STRUCT_LISP_VECTOR): New constant, to make up for the
2327 fact that the struct no longer contains a union.
2328 (struct Lisp_Misc_Any, struct Lisp_Marker, struct Lisp_Overlay)
2329 (struct Lisp_Save_Value, struct Lisp_Free):
2330 Use unsigned, not int, for spacers, to avoid c99 warning.
2331 (union specbinding): Use unsigned, not bool, for bitfield, as
2332 bool is not portable to pre-C99 hosts.
2333
2334 2013-11-04 Glenn Morris <rgm@gnu.org>
2335
2336 * emacs.c (usage_message): Mention that `-L :...' appends.
2337
2338 2013-11-02 Glenn Morris <rgm@gnu.org>
2339
2340 * Makefile.in (abs_builddir): Remove.
2341 (bootstrap_exe): Use relative filename.
2342
2343 Use relative filenames in TAGS files.
2344 * Makefile.in (abs_srcdir): Remove it again.
2345 (.PHONY): Remove frc.
2346 (maintainer-clean): No more TAGS-LISP file.
2347 (TAGS): Pass relative file names to etags.
2348 (../lisp/TAGS): Rename from TAGS-LISP. Work in ../lisp.
2349
2350 * Makefile.in (abs_srcdir): New, set by configure.
2351 (lispdir): Remove.
2352 (maintainer-clean): Remove pointless echo. That should be in the
2353 top-level Makefile, if anywhere. Delete TAGS-LISP.
2354 (extraclean): No s/ and m/ directories for some time.
2355 (TAGS): Also depend on ctagsfiles3.
2356 Remove no-longer-defined S_FILE.
2357 Pass absolute filenames to etags once more.
2358 (TAGS-LISP): Replace lispdir with its expansion.
2359 (TAGS-LISP, $(lwlibdir)/TAGS): Correctly pass ETAGS to sub-makes.
2360 ($(lwlibdir)/TAGS): Remove useless subshell, check cd return value.
2361
2362 2013-11-02 Jan Djärv <jan.h.d@swipnet.se>
2363
2364 * xfaces.c (check_lface_attrs, realize_default_face):
2365 Add LFACE_DISTANT_FOREGROUND_INDEX (Bug#15788).
2366 (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.
2367
2368 2013-11-02 Paul Eggert <eggert@cs.ucla.edu>
2369
2370 * emacs.c (original_pwd): Remove global var by making it local.
2371 (init_cmdargs): New arg ORIGINAL_PWD; caller changed.
2372
2373 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
2374
2375 * xfaces.c: Declare color_distance.
2376 (QCdistant_foreground): New variable.
2377 (NEAR_SAME_COLOR_THRESHOLD): New define.
2378 (load_color2): New function.
2379 (load_color): Call load_color2.
2380 (load_face_colors): Call load_color2 and if distant-color is specified
2381 calculate distant and use distant-color if colors are near.
2382 (LFACE_DISTANT_FOREGROUND): New define.
2383 (merge_face_ref, Finternal_set_lisp_face_attribute)
2384 (Finternal_get_lisp_face_attribute)
2385 (x_supports_face_attributes_p): Handle distant-foreground similar to
2386 foreground.
2387 (syms_of_xfaces): DEFSYM QCdistant_foreground.
2388
2389 * dispextern.h (lface_attribute_index):
2390 Add LFACE_DISTANT_FOREGROUND_INDEX.
2391
2392 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
2393
2394 * image.c (pbm_next_char): New function.
2395 See http://netpbm.sourceforge.net/doc/pbm.html for the details.
2396 (pbm_scan_number): Use it.
2397 (Qlibjpeg_version): New variable.
2398 (syms_of_image): DEFSYM and initialize it.
2399
2400 2013-10-31 Jan Djärv <jan.h.d@swipnet.se>
2401
2402 * emacs.c (main): Skip -psn args on OSX even if ! isatty (0).
2403
2404 2013-10-31 Glenn Morris <rgm@gnu.org>
2405
2406 * emacs.c (original_pwd): New char.
2407 (main): If using --chdir, store original_pwd.
2408 (init_cmdargs): When setting Vinvocation_directory based on a
2409 relative argv[0], use original_pwd if set. (Bug#15768)
2410
2411 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * keyboard.c (command_loop_1): If command is nil, call `undefined'.
2414
2415 2013-10-29 Paul Eggert <eggert@cs.ucla.edu>
2416
2417 * insdel.c: Fix minor problems found by static checking.
2418 (Qregion_extract_function): Now static.
2419 (prepare_to_modify_buffer_1): Remove unused locals.
2420
2421 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * xdisp.c (prepare_menu_bars): Call Vpre_redisplay_function.
2424 (syms_of_xdisp): Declare pre-redisplay-function.
2425 (markpos_of_region): Remove function.
2426 (init_iterator, compute_stop_pos, handle_face_prop)
2427 (face_before_or_after_it_pos, reseat_to_string)
2428 (get_next_display_element, window_buffer_changed)
2429 (redisplay_internal, try_cursor_movement, redisplay_window)
2430 (try_window_reusing_current_matrix, try_window_id, display_line)
2431 (note_mode_line_or_margin_highlight, note_mouse_highlight)
2432 (display_string, mouse_face_from_buffer_pos): Remove region handling.
2433 * window.h (struct window): Remove field `region_showing'.
2434 * dispextern.h (struct it): Remove region_beg/end_charpos.
2435 (face_at_buffer_position, face_for_overlay_string)
2436 (face_at_string_position): Update prototypes.
2437 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2438 (face_at_string_position): Remove `region_beg' and `region_end' args.
2439 * fontset.c (Finternal_char_font):
2440 * font.c (font_at, font_range): Adjust calls accordingly.
2441 * insdel.c (Qregion_extract_function): New var.
2442 (syms_of_insdel): Initialize it.
2443 (prepare_to_modify_buffer_1): Use it.
2444
2445 2013-10-29 Dmitry Antipov <dmantipov@yandex.ru>
2446
2447 Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.
2448 * ftxfont.c (ftxfont_get_gcs):
2449 * gtkutil.c (xg_set_widget_bg, xg_set_background_color):
2450 * xfaces.c (x_free_colors, x_free_dpy_colors)
2451 (x_create_gc, unload_color):
2452 * xselect.c (x_property_data_to_lisp):
2453 * xsettings.c (parse_settings):
2454 * xterm.c (x_copy_color, x_alloc_lighter_color, x_setup_relief_color)
2455 (get_bits_and_offset): Adjust definition.
2456 * frame.c (XParseGeometry): Adjust locals.
2457 * lisp.h (toplevel): Adjust EMACS_UINT type definition.
2458 * regex.h (toplevel): Likewise for reg_syntax_t.
2459
2460 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * eval.c (run_hook_with_args): Use FUNCTIONP.
2463
2464 2013-10-29 Dmitry Antipov <dmantipov@yandex.ru>
2465
2466 * xterm.h (struct x_output): For 'black_relief' and 'white_relief'
2467 fields, drop 'allocated_p' member and use -1 for uninitialized value.
2468 * w32term.h (struct w32_output): Similarly but do not use -1 because...
2469 * xfaces.c (unload_color) [HAVE_X_WINDOWS]: ...this function is a no-op
2470 on MS-Windows anyway.
2471 (free_face_colors): Define only if HAVE_X_WINDOWS and...
2472 (free_realized_face): ...adjust user.
2473 * xfns.c (Fx_create_frame, x_create_tip_frame): Initialize black and
2474 white relief pixels to -1.
2475 * xterm.c (x_setup_relief_color, x_free_frame_resources): Adjust users.
2476 * w32term.c (w32_setup_relief_color, x_free_frame_resources): Likewise.
2477 * dispextern.h (unload_color): Move prototype under HAVE_X_WINDOWS.
2478
2479 2013-10-28 Paul Eggert <eggert@cs.ucla.edu>
2480
2481 * dispextern.h, image.c (x_bitmap_height, x_bitmap_width): Now static.
2482 * xfaces.c (load_pixmap): Omit last two args, which are always NULL
2483 in practice now. All callers changed.
2484
2485 2013-10-28 Dmitry Antipov <dmantipov@yandex.ru>
2486
2487 * dispextern.h (struct face): Use bitfields for 'underline_type'
2488 and 'box' members. Remove set-but-unused members 'pixmap_w' and
2489 'pixmap_h'. If not HAVE_WINDOW_SYSTEM, also remove dummy
2490 'stipple' member. Move 'lface' member up to help...
2491 * xfaces.c (make_realized_face): ...this function to find and
2492 clear just the members that need clearing.
2493 (load_face_colors, realize_x_face):
2494 * xdisp.c (extend_face_to_end_of_line): Adjust user.
2495
2496 2013-10-27 Dmitry Antipov <dmantipov@yandex.ru>
2497
2498 * xftfont.c (struct xftfont_info): Remove set-but-unused
2499 'screen' member.
2500 (xftfont_open): Adjust user.
2501 (xftfont_get_colors): Remove useless prototype.
2502
2503 2013-10-26 Eli Zaretskii <eliz@gnu.org>
2504
2505 * emacs.c (Fdump_emacs): Encode FILENAME and SYMFILE arguments
2506 before passing them to 'unexec'. (Bug#15260)
2507
2508 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
2509
2510 * fringe.c (set_fringe_bitmap_face): Add usage note from lispref.
2511
2512 2013-10-25 Eli Zaretskii <eliz@gnu.org>
2513
2514 * w32uniscribe.c (uniscribe_close): Adjust the argument list to
2515 the changed signature of the font driver's 'close' method.
2516
2517 * w32font.h (w32font_close): Adjust the prototype to the change in
2518 function definition.
2519
2520 * w32font.c (w32font_close): Reintroduce deleted declaration of i.
2521
2522 * w32uniscribe.c (uniscribe_close): Adapt the call to
2523 w32font_close to its new prototype.
2524
2525 2013-10-25 Dmitry Antipov <dmantipov@yandex.ru>
2526
2527 Omit unused frame argument of font API's close function.
2528 * font.h (struct font): Drop frame argument. Adjust comment.
2529 * font.c (font_clear_cache, font_close_object): Adjust users.
2530 * ftfont.c (ftfont_close):
2531 * ftxfont.c (ftxfont_close):
2532 * macfont.m (macfont_close):
2533 * nsfont.m (nsfont_close):
2534 * w32font.c (w32font_close):
2535 * xfont.c (xfont_close):
2536 * xftfont.c (xftfont_close): Adjust driver-specific close functions,
2537 tweak comments and make functions safe if called more than once for
2538 the same font object.
2539
2540 Perform font-specific cleanup when font object is swept by GC. See
2541 http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00740.html.
2542 * alloc.c (cleanup_vector): New function.
2543 (sweep_vector): Call it for each reclaimed vector object.
2544 * font.h (struct font): Adjust comment.
2545
2546 2013-10-24 Glenn Morris <rgm@gnu.org>
2547
2548 * Makefile.in (abs_top_srcdir): New, set by configure.
2549
2550 2013-10-23 Dmitry Antipov <dmantipov@yandex.ru>
2551
2552 Adjust recent font-related changes to fix bug#15686.
2553 * alloc.c (mark_object) [HAVE_WINDOW_SYSTEM]: If marked frame
2554 is a live window system frame, mark its default font too.
2555
2556 2013-10-23 Glenn Morris <rgm@gnu.org>
2557
2558 * Makefile.in (RUN_TEMACS): Make relative (again).
2559 ($(leimdir)/leim-list.el, .el.elc, $(lispsource)/loaddefs.el)
2560 (bootstrap-emacs$(EXEEXT)):
2561 Quote entities that might contain whitespace.
2562
2563 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
2564
2565 Port to Solaris 10 and its bundled GCC.
2566 Problem reported by Timothy C. Burt.
2567 * floatfns.c (isfinite, isnan): Redefine unconditionally.
2568
2569 2013-10-21 Dmitry Antipov <dmantipov@yandex.ru>
2570
2571 Do not allow font caches to grow too large.
2572 * alloc.c (compact_font_cache_entry, compact_font_caches):
2573 New functions or stub if not HAVE_WINDOW_SYSTEM.
2574 (compact_undo_list): Factor out from Fgarbage_collect.
2575 Add comment.
2576 (mark_face_cache): Mark face font. Move down to avoid
2577 extra prototypes.
2578 (mark_terminals): Do not mark font cache here.
2579 (Fgarbage_collect): Call compaction functions described
2580 above. Adjust comment.
2581
2582 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
2583
2584 * emacs.c (main): On Cocoa, if GUI session and 0 is not a tty,
2585 chdir to HOME (bug#15607).
2586
2587 * nsterm.m (Qcocoa, Qgnustep): New variables.
2588 (syms_of_nsterm): Defsym Qcocoa, Qgnustep. Fprovide appropriate one.
2589 (ns_get_color): Make selection color work for GNUStep also.
2590
2591 2013-10-18 Eli Zaretskii <eliz@gnu.org>
2592
2593 * keyboard.c (make_lispy_event): Remove GPM-specific code that
2594 handles mouse clicks. Instead, let GPM use the same code as all
2595 the other mice use. See the discussion starting at
2596 http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00521.html
2597 for the details of the problem with the menu bar this fixes.
2598
2599 2013-10-18 Dmitry Antipov <dmantipov@yandex.ru>
2600
2601 Remove port-specific display name lists to avoid extra
2602 complexity and data duplication with display info lists.
2603 * xterm.h (x_display_name_list): Remove declaration.
2604 * xterm.c (x_display_name_list): Remove.
2605 (x_term_init, x_delete_display, syms_of_xterm): Adjust users.
2606 * xfns.c (x_display_info_for_name, Fx_display_list):
2607 Likewise. Use x_display_list where appropriate.
2608 * w32term.h (w32_display_name_list): Remove declaration.
2609 * w32term.c (w32_display_name_list): Remove.
2610 (w32_initialize_display_info, x_delete_display, syms_of_w32term):
2611 Adjust users.
2612 * w32fns.c (x_display_info_for_name, Fx_display_list):
2613 Likewise. Use x_display_list where appropriate.
2614 * nsterm.h (ns_display_name_list): Remove declaration.
2615 * nsterm.m (ns_display_name_list): Remove.
2616 (ns_term_init, syms_of_nsterm): Adjust users.
2617 * nsfns.m (ns_display_info_for_name, Fx_display_list):
2618 Likewise. Use x_display_list where appropriate.
2619 * termhooks.h (TERMINAL_FONT_CACHE): New macro.
2620 * alloc.c (toplevel) [HAVE_WINDOW_SYSTEM]: Include TERM_HEADER.
2621 (mark_terminals): Mark per-terminal font cache.
2622
2623 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2624
2625 Don't run timers in input-pending-p. Its new check-timers param
2626 provides the prior behavior. (Bug#15045).
2627 * keyboard.c (Finput_pending_p): Accept optional check-timers param.
2628
2629 2013-10-17 Paul Eggert <eggert@cs.ucla.edu>
2630
2631 Make some functions static in non-Microsoft builds.
2632 On my platform (Fedora 19 x86-64), this shrinks the
2633 Emacs executable (text+data) by 0.25%.
2634 * dispextern.h (erase_phys_cursor) [!WINDOWSNT]:
2635 (load_color) [!MSDOS]:
2636 * gnutls.h (emacs_gnutls_transport_set_errno) [!WINDOWSNT]:
2637 * keyboard.h (make_ctrl_char) [!WINDOWSNT]:
2638 * lisp.h (check_existing):
2639 * process.h (conv_sockaddr_to_lisp, network_interface_list)
2640 (network_interface_info) [!WINDOWSNT]:
2641 * termhooks.h (encode_terminal_code) [!WINDOWSNT]:
2642 Remove extern decls.
2643 * fileio.c (check_existing):
2644 * keyboard.c (make_ctrl_char) [!WINDOWSNT]:
2645 * process.c (conv_sockaddr_to_lisp, network_interface_list)
2646 (network_interface_info) [!WINDOWSNT]:
2647 * term.c (encode_terminal_code) [!WINDOWSNT]:
2648 * xdisp.c (erase_phys_cursor) [!WINDOWSNT]:
2649 * xfaces.c (load_color) [!MSDOS]:
2650 Now static.
2651 * fileio.c (check_existing, check_executable, check_writable):
2652 * process.c (network_interface_list, network_interface_info):
2653 Move earlier, so that we don't need forward decls.
2654 * gnutls.c (fn_gnutls_transport_set_errno)
2655 (emacs_gnutls_transport_set_errno) [!WINDOWNT]:
2656 Remove; unused.
2657 * w32.c (init_environment): Use faccessat rather than
2658 check_existing, partly for consistency with the rest of the code
2659 in this file, partly so that check_existing can be static.
2660
2661 Make VALMASK visible to GDB even if clang is used (Bug#15574).
2662 * emacs.c (MAIN_PROGRAM): New macro.
2663 * lisp.h (DEFINE_GDB_SYMBOL_BEGIN, DEFINE_GDB_SYMBOL_END): New macros.
2664 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Use them.
2665
2666 bool vector int width fixes
2667 * data.c (bool_vector_spare_mask, Fbool_vector_count_matches)
2668 (Fbool_vector_count_matches_at):
2669 Use EMACS_INT, not ptrdiff_t, to record bit counts, as a bit count
2670 can exceed PTRDIFF_MAX, at least in theory.
2671 (Fbool_vector_count_matches_at):
2672 Use int, not ptrdiff_t, to record a value that can't exceed INT_MAX.
2673
2674 2013-10-16 Paul Eggert <eggert@cs.ucla.edu>
2675
2676 * process.h (conv_sockaddr_to_lisp): New decl, for newly-extern func.
2677 (struct sockaddr): Add forward decl, for platforms that lack it.
2678
2679 2013-10-16 Jan Djärv <jan.h.d@swipnet.se>
2680
2681 * nsselect.m (ns_string_from_pasteboard): Remove Fquit, just return
2682 Qnil (Bug#15628).
2683
2684 2013-10-16 Eli Zaretskii <eliz@gnu.org>
2685
2686 * w32.c (network_interface_get_info, network_interface_list)
2687 (network_interface_info): New functions. (Bug#15610)
2688 (GetAdaptersInfo_Proc): New typedef.
2689 (get_adapters_info): New wrapper function.
2690 (globals_of_w32): Initialize g_b_init_get_adapters_info.
2691
2692 * process.h (network_interface_list, network_interface_info):
2693 New prototypes.
2694
2695 * process.c (conv_sockaddr_to_lisp): Now externally-visible.
2696 (Fnetwork_interface_list, Fnetwork_interface_info): Define for
2697 all systems. Return non-nil for systems that HAVE_NET_IF_H and
2698 for WINDOWSNT. Doc fix.
2699 (syms_of_process): Defsubr Snetwork_interface_list and
2700 Snetwork_interface_info unconditionally.
2701
2702 * menu.c (have_boxes): Fix redundant simulation of radio buttons
2703 in NS GUI sessions. (Bug#15629)
2704
2705 2013-10-16 Dmitry Antipov <dmantipov@yandex.ru>
2706
2707 * fns.c (Fstring_as_unibyte): Use xlispstrdup.
2708
2709 2013-10-15 Paul Eggert <eggert@cs.ucla.edu>
2710
2711 * print.c (print_object): Print " ..." when truncating bool vectors.
2712
2713 2013-10-15 Eli Zaretskii <eliz@gnu.org>
2714
2715 * w32inevt.c (do_mouse_event): Support mouse wheel and all the 5
2716 standard mouse buttons.
2717
2718 * termhooks.h (struct input_event): Remove incorrect commentary.
2719
2720 2013-10-15 Paul Eggert <eggert@cs.ucla.edu>
2721
2722 Disallow bool vector operations on mixed-length operands.
2723 The old behavior left garbage in the result vector sometimes,
2724 and didn't seem to be useful.
2725 * data.c (Qwrong_length_argument): New static var.
2726 (wrong_length_argument): New function.
2727 (bool_vector_binop_driver): Check that args agree in length.
2728
2729 * keyboard.c, keyboard.h (all_kboards): Now static.
2730
2731 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
2732
2733 * buffer.c (syms_of_buffer) <buffer-invisibility-spec>: Add usage
2734 note from the lispref.
2735
2736 2013-10-15 Dmitry Antipov <dmantipov@yandex.ru>
2737
2738 * nsterm.h (struct ns_display_info): Remove set-but-unused
2739 member image_cache (image caches are per-terminal anyway).
2740 (FRAME_X_IMAGE_CACHE): Remove.
2741 * nsterm.m (ns_initialize_display_info): Adjust user.
2742
2743 2013-10-14 Eli Zaretskii <eliz@gnu.org>
2744
2745 * w32proc.c: Include mingw_time.h.
2746
2747 * w32.c: Include mingw_time.h.
2748
2749 Implement scrolling of TTY menus when the screen is too short.
2750
2751 * term.c (tty_menu_display): Accept an additional argument, the
2752 menu item from which to start displaying the menu. Account for
2753 the value of Y when limiting the menu to the number of available
2754 screen lines.
2755 (mi_result): New enumeration.
2756 (read_menu_input): Return enumerated value. When the y coordinate
2757 hits min_y or max_y, return scroll indication instead of wrapping
2758 around the menu.
2759 (tty_menu_activate): Handle the scrolling indications from
2760 read_menu_input. Compute the first menu item to display and pass
2761 it to tty_menu_display.
2762
2763 2013-10-14 Dmitry Antipov <dmantipov@yandex.ru>
2764
2765 * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)
2766 (FRAME_CHAR_INS_DEL_OK, FRAME_SCROLL_REGION_OK)
2767 (FRAME_SCROLL_REGION_COST, FRAME_MEMORY_BELOW_FRAME):
2768 Adjust to match the change described below.
2769 (struct terminal): Move must_write_spaces, line_ins_del_ok,
2770 char_ins_del_ok, scroll_region_ok, scroll_region_cost and
2771 memory_below_frame members to...
2772 * termchar.h (struct tty_display_info): ...here because they're
2773 relevant only on TTYs. Prefer unsigned bitfield where appropriate.
2774 * term.c (init_tty):
2775 * nsterm.m (ns_create_terminal):
2776 * w32term.c (w32_create_terminal):
2777 * xterm.c (x_create_terminal): Adjust users.
2778 * dispnew.c (line_hash_code, line_draw_cost): Pass frame arg
2779 to filter out non-TTY frames. Adjust comment.
2780 (scrolling): Adjust user. Prefer eassert for debugging check.
2781
2782 2013-10-14 Dmitry Antipov <dmantipov@yandex.ru>
2783
2784 * xfaces.c (PT_PER_INCH): Remove unused macro.
2785 * termhooks.h (struct terminal): Remove set-but-unused
2786 member fast_clear_end_of_line.
2787 (FRAME_FAST_CLEAR_END_OF_LINE): Remove.
2788 * nsterm.m (ns_create_terminal):
2789 * term.c (init_tty):
2790 * w32term.c (w32_create_terminal):
2791 * xterm.c (x_create_terminal): Adjust users.
2792
2793 2013-10-14 Paul Eggert <eggert@cs.ucla.edu>
2794
2795 * lisp.h (bool_vector_size): New function.
2796 All uses of XBOOL_VECTOR (x)->size changed to bool_vector_size (x).
2797 * data.c (bool_vector_spare_mask, bool_vector_binop_driver)
2798 (Fbool_vector_not, Fbool_vector_count_matches_at):
2799 Remove uses of 'eassume' that should no longer be needed,
2800 because they are subsumed by the 'eassume' in bool_vector_size.
2801
2802 2013-10-12 Eli Zaretskii <eliz@gnu.org>
2803
2804 * image.c (GIFLIB_MAJOR, GIFLIB_MINOR, GIFLIB_RELEASE): Move back
2805 after inclusion of gif_lib.h, thus fixing compiler warnings caused
2806 by 2013-10-10T19:15:33Z!eggert@cs.ucla.edu.
2807
2808 2013-10-11 Eli Zaretskii <eliz@gnu.org>
2809
2810 * xdisp.c (deep_copy_glyph_row): Handle the case that FROM and TO
2811 have different dimensions. (Bug#15575)
2812
2813 * dispnew.c (fill_up_frame_row_with_spaces): Now has external
2814 visibility.
2815
2816 * dispextern.h (fill_up_frame_row_with_spaces): Add prototype.
2817
2818 2013-10-11 Dmitry Antipov <dmantipov@yandex.ru>
2819
2820 * term.c (tty_menu_show): Never return with unbalanced
2821 specpdl. Use eassert for debugging check. Adjust style.
2822
2823 2013-10-11 Eli Zaretskii <eliz@gnu.org>
2824
2825 * term.c (read_menu_input): Make selection of menu items
2826 cyclical. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
2827 (tty_menu_activate): Fix off-by-one error when computing max_y.
2828
2829 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2830
2831 * gnutls.c (gnutls_audit_log_function): Add function for GnuTLS
2832 audit logging (only used with GnuTLS 3.x) and enable it.
2833
2834 2013-10-11 Dmitry Antipov <dmantipov@yandex.ru>
2835
2836 * dispnew.c (redraw_frame): Remove useless #ifdef because
2837 FRAME_MSDOS_P is a compile-time zero everywhere except MS-DOS.
2838 Also, move TTY fflush to...
2839 * term.c (tty_update_end): ...this function.
2840
2841 2013-10-11 Eli Zaretskii <eliz@gnu.org>
2842
2843 * xdisp.c (display_tty_menu_item): Make sure we never write beyond
2844 the end of the frame's glyph matrix. (Bug#15575)
2845
2846 * term.c (tty_menu_display): Don't move cursor while overwriting
2847 frame's glyphs with menu items. Limit the number of items
2848 displayed to what can be shown on the available screen lines,
2849 excluding the echo area.
2850 (tty_menu_activate): Limit the Y coordinate allowed by
2851 read_menu_input to the last screen line used for menu display.
2852
2853 2013-10-11 Paul Eggert <eggert@cs.ucla.edu>
2854
2855 * lisp.h (eassume): New macro.
2856 Also, include <verify.h>, for 'assume'.
2857 * alloc.c (bool_vector_payload_bytes, Fmake_bool_vector)
2858 (vroundup, vector_nbytes):
2859 * data.c (bool_vector_spare_mask, bool_vector_binop_driver)
2860 (Fbool_vector_not, Fbool_vector_count_matches)
2861 (Fbool_vector_count_matches_at):
2862 Use eassume, not eassert.
2863 * casetab.c (set_identity, shuffle):
2864 * composite.c (composition_gstring_put_cache):
2865 * dispnew.c (update_frame_1):
2866 * ftfont.c (ftfont_shape_by_flt):
2867 * image.c (gif_load):
2868 * intervals.c (offset_intervals):
2869 * macfont.m (macfont_shape):
2870 Remove calls to 'assume' that are no longer needed, because
2871 --enable-gcc-warnings no longer generates bogus warnings
2872 when these calls are removed.
2873
2874 2013-10-11 Dmitry Antipov <dmantipov@yandex.ru>
2875
2876 * xdisp.c (deep_copy_glyph_row): Remove unused locals.
2877
2878 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name.
2881 (Qsubstitute_env_in_file_name): New var.
2882 (syms_of_fileio): Define it.
2883
2884 2013-10-10 Eli Zaretskii <eliz@gnu.org>
2885
2886 * xdisp.c (deep_copy_glyph_row): Assert that the 'used' counts of
2887 FROM and TO are identical. Copy only the glyphs of TEXT_AREA.
2888 (Bug#15575)
2889
2890 * term.c (save_and_enable_current_matrix): Don't allocate and
2891 don't save margin areas.
2892 (restore_desired_matrix): Don't restore margin areas.
2893 (free_saved_screen): Don't free margin areas.
2894
2895 2013-10-10 Paul Eggert <eggert@cs.ucla.edu>
2896
2897 * image.c: Pacify --enable-gcc-warnings.
2898 (GIFLIB_MAJOR, GIFLIB_MINOR, GIFLIB_RELEASE, fn_GifErrorString):
2899 #define only if used.
2900
2901 2013-10-10 Eli Zaretskii <eliz@gnu.org>
2902
2903 * image.c (GIFLIB_MAJOR): Define to 4 if undefined.
2904 (GIFLIB_MINOR, GIFLIB_RELEASE): Define to zero if undefined.
2905 (GifErrorString) [GIFLIB_MAJOR >= 5]: Define a function pointer.
2906 (gif_load): For giflib v5.x and later, display the error message
2907 produced by giflib when its functions fail.
2908 (syms_of_image) <Qlibgif_version> [HAVE_NTGUI]: New DEFSYM.
2909 (Bug#15531)
2910
2911 2013-10-10 Dmitry Antipov <dmantipov@yandex.ru>
2912
2913 * keyboard.c (last_event_timestamp): Remove. For X selection and
2914 GTK popup menus, it may be obtained from per-frame X display info.
2915 (kbd_buffer_store_event_hold, kbd_buffer_get_event)
2916 (process_special_events): Adjust users.
2917 * keyboard.h (last_event_timestamp): Remove declaration.
2918 * xmenu.c (xmenu_show, create_and_show_popup_menu): Lost last arg.
2919 Use FRAME_DISPLAY_INFO (f)->last_user_time for gtk_menu_popup.
2920 * menu.h (xmenu_show): Adjust prototype.
2921 * menu.c (Fx_popup_menu): Adjust user.
2922 * xselect.c (x_own_selection, x_get_foreign_selection)
2923 (Fx_disown_selection_internal): Use dpyinfo->last_user_time.
2924
2925 2013-10-10 Dmitry Antipov <dmantipov@yandex.ru>
2926
2927 * keyboard.c (init_kboard): Now static. Add arg
2928 to denote window system. Adjust comment.
2929 (init_keyboard): Adjust user.
2930 (allocate_kboard): New function.
2931 (syms_of_keyboard):
2932 * nsterm.m (ns_term_init):
2933 * term.c (init_tty):
2934 * w32term.c (w32_create_terminal):
2935 * xterm.c (x_term_init): Use it.
2936 * keyboard.h (init_kboard): Remove prototype.
2937 (allocate_kboard): Add prototype.
2938
2939 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
2940
2941 * image.c (GIFLIB_MAJOR): Ensure it's defined.
2942 (DGifOpen, DGifOpenFileName): Handle giflib 5 syntax. (Bug#15531)
2943
2944 2013-10-09 Paul Eggert <eggert@cs.ucla.edu>
2945
2946 * fns.c (sxhash_bool_vector): Fix buffer read overrun.
2947
2948 2013-10-09 Eli Zaretskii <eliz@gnu.org>
2949
2950 * term.c (tty_menu_activate): Flush the output stream after
2951 showing the cursor, and don't mark the frame garbaged at exit from
2952 the function. Fixes redisplay glitches when moving from one menu
2953 to another.
2954
2955 2013-10-09 Jan Djärv <jan.h.d@swipnet.se>
2956
2957 * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8
2958 or throw error (Bug#15570).
2959
2960 2013-10-09 Paul Eggert <eggert@cs.ucla.edu>
2961
2962 * intervals.c (temp_set_point_both): Move test into 'eassert',
2963 for speed.
2964
2965 * lisp.h (eassert): Don't use 'assume'.
2966 Sometimes 'assume' wins in performance, and sometimes it loses,
2967 so it shouldn't be used all the time. Perhaps we need two
2968 flavors of 'eassert', one for where 'assume' is far more likely
2969 to help or to hurt; but that can be done later.
2970 Problem reported by Dmitry Antipov in
2971 <http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00276.html>.
2972 Also, don't include <verify.h>; no longer needed.
2973
2974 2013-10-09 Glenn Morris <rgm@gnu.org>
2975
2976 * eval.c (Fcond): Doc tweak.
2977
2978 2013-10-09 Eli Zaretskii <eliz@gnu.org>
2979
2980 * xfaces.c (x_free_gc) [HAVE_X_WINDOWS, HAVE_NTGUI]: Don't pass
2981 expressions with side effects to eassert. (Bug#15565)
2982
2983 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * fns.c (hashfn_user_defined): Allow hash functions to return any
2986 Lisp_Object.
2987
2988 2013-10-08 Paul Eggert <eggert@cs.ucla.edu>
2989
2990 Fix minor problems found by static checking.
2991 * dispnew.c (save_current_matrix): Omit unnecessary casts.
2992 * dispnew.c (update_frame_with_menu): Mark debug local as used.
2993 * keyboard.c, keyboard.h (Qmouse_movement): Now static.
2994 * keyboard.c (read_menu_command): Remove unused local.
2995 * lisp.h (read_menu_command): New decl.
2996 * menu.c, menu.h (menu_item_width): Arg is now unsigned char *, for
2997 benefit of STRING_CHAR_AND_LENGTH. All uses changed.
2998 Return ptrdiff_t, not int.
2999 * term.c (tty_menu_struct): 'allocated' member is now ptrdiff_t,
3000 not int, for benefit of xpalloc.
3001 (tty_menu_create, tty_menu_make_room): Simplify by using xzalloc
3002 and xpalloc.
3003 (have_menus_p): Remove; unused.
3004 (tty_menu_add_pane, tty_menu_add_selection): Change signedness of
3005 local char * pointer to pacify STRING_CHAR_AND_LENGTH.
3006 (tty_menu_add_selection, tty_menu_locate, tty_meny_destroy):
3007 Now static.
3008 (save_and_enable_current_matrix): Omit unnecessary casts.
3009 (read_menu_input): Omit local extern decl (now in lisp.h).
3010 Don't access uninitialized storage if mouse_get_xy fails.
3011 (tty_menu_activate): Mark local as initialized, for lint.
3012 (tty_menu_activate, tty_meny_show): Remove unused locals.
3013
3014 2013-10-08 Eli Zaretskii <eliz@gnu.org>
3015
3016 Support menus on text-mode terminals.
3017 * xterm.h (xw_popup_dialog): Add prototype.
3018
3019 * xmenu.c (Fx_popup_dialog): Function moved to menu.c.
3020 (xmenu_show): Block input here, instead in Fx_popup_menu.
3021 (xw_popup_dialog): New function, with X-specific bits of popup
3022 dialogs.
3023
3024 * xdisp.c (deep_copy_glyph_row, display_tty_menu_item):
3025 New functions.
3026
3027 * window.c (Fset_window_configuration): Use run-time tests of the
3028 frame type instead of compile-time conditionals, when menu-bar
3029 lines are considered.
3030
3031 * w32term.h (w32con_hide_cursor, w32con_show_cursor)
3032 (w32_popup_dialog): New prototypes.
3033
3034 * w32menu.c (Fx_popup_dialog): Function deleted.
3035 (w32_popup_dialog): New function, with w32 specific bits of popup
3036 dialogs. Block input here.
3037
3038 * w32inevt.c (w32_console_read_socket): Minor change to add
3039 debugging TTY events.
3040
3041 * w32fns.c (show_hourglass): If returning early because the frame
3042 is not a GUI frame, unblock input.
3043
3044 * w32console.c (w32con_hide_cursor, w32con_show_cursor, cursorX)
3045 (cursorY): New functions.
3046
3047 * termhooks.h (cursorX, cursorY): Prototypes of functions on
3048 WINDOWSNT, macros that call curX and curY elsewhere.
3049
3050 * termchar.h (struct tty_display_info) <showing_menu>: New flag.
3051
3052 * term.c (tty_hide_cursor, tty_show_cursor) [WINDOWSNT]: Call w32
3053 specific function to hide and show cursor on a text-mode terminal.
3054 (tty_menu_struct, struct tty_menu_state): New structures.
3055 (tty_menu_create, tty_menu_make_room, tty_menu_search_pane)
3056 (tty_menu_calc_size, mouse_get_xy, tty_menu_display)
3057 (have_menus_p, tty_menu_add_pane, tty_menu_add_selection)
3058 (tty_menu_locate, save_and_enable_current_matrix)
3059 (restore_desired_matrix, screen_update, read_menu_input)
3060 (tty_menu_activate, tty_menu_destroy, tty_menu_help_callback)
3061 (tty_pop_down_menu, tty_menu_last_menubar_item)
3062 (tty_menu_new_item_coords, tty_menu_show): New functions.
3063 (syms_of_term): New DEFSYMs for tty-menu-* symbols.
3064
3065 * nsterm.h (ns_popup_dialog): Adjust prototype.
3066
3067 * nsmenu.m (ns_menu_show): Block and unblock input here, instead
3068 of in x-popup-menu.
3069 (ns_popup_dialog): Adapt order of arguments to the other
3070 *_menu_show implementations.
3071 (Fx_popup_dialog): Function deleted.
3072
3073 * msdos.c (x_set_menu_bar_lines): Delete unused function.
3074
3075 * menu.h (tty_menu_show, menu_item_width): provide prototypes.
3076
3077 * menu.c (have_boxes): New function.
3078 (single_keymap_panes): Use it instead of a compile-time
3079 conditional.
3080 (single_menu_item): Use run-time tests of the frame type instead
3081 of compile-time conditionals.
3082 (encode_menu_string): New function.
3083 (list_of_items, list_of_panes): Use it instead of ENCODE_STRING
3084 the macro, since different types of frame need different encoding
3085 of menu items.
3086 (digest_single_submenu): Use run-time tests of frame type instead
3087 of, or in addition to, compile-time conditionals.
3088 (menu_item_width, Fmenu_bar_menu_at_x_y): New functions.
3089 (Fx_popup_menu): Detect when the function is called from keyboard
3090 on a TTY. Don't barf when invoked on a text-mode frame.
3091 Check frame type at run time, instead of compile-time conditionals for
3092 invoking terminal-specific menu-show functions.
3093 Call tty_menu_show on text-mode frames.
3094 (Fx_popup_dialog): Move here from xmenu.c. Test frame types at
3095 run time to determine which alternative to invoke; support dialogs
3096 on TTYs.
3097
3098 * keyboard.h <Qmouse_movement>: Declare.
3099
3100 * keyboard.c <Qmouse_movement>: Now extern.
3101 <Qecho_keystrokes>: New static variable.
3102 (read_key_sequence): Accept an additional argument, a flag to
3103 prevent redisplay during reading of the key sequence. All callers
3104 changed.
3105 (read_menu_command): New function.
3106 (read_char): When COMMANDFLAG is -2, do not redisplay and do not
3107 autosave.
3108 (toolkit_menubar_in_use): New function.
3109 (make_lispy_event): Use it instead of a compile-time test.
3110
3111 * fns.c (Fyes_or_no_p) [HAVE_MENUS]: Don't condition on
3112 window-system being available.
3113
3114 * editfns.c (Fmessage_box) [HAVE_MENUS]: Don't condition the call
3115 to x-popup-dialog on the frame type, they all now support popup
3116 dialogs.
3117
3118 * dispnew.c (save_current_matrix): Save the margin areas.
3119 (restore_current_matrix): Restore margin areas.
3120 (update_frame_with_menu): New function.
3121
3122 * dispextern.h (display_tty_menu_item, update_frame_with_menu):
3123 Add prototypes.
3124
3125 * alloc.c (make_save_ptr): Now compiled unconditionally.
3126
3127 2013-10-08 Dmitry Antipov <dmantipov@yandex.ru>
3128
3129 * dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment.
3130 (redraw_frame, update_frame): Adjust users.
3131 * dispextern.h (set_window_update_flags): Adjust prototype.
3132 * xdisp.c (redisplay_internal): When updating all frames with zero
3133 windows_or_buffers_changed, assume that only the windows that shows
3134 current buffer should be really updated.
3135
3136 2013-10-08 Dmitry Antipov <dmantipov@yandex.ru>
3137
3138 Do not allocate huge temporary memory areas and objects while encoding
3139 for file I/O, thus reducing an enormous memory usage for large buffers.
3140 See http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00180.html.
3141 * coding.h (struct coding_system): New member raw_destination.
3142 * coding.c (setup_coding_system): Initialize it to zero.
3143 (encode_coding_object): If raw_destination is set, do not create
3144 dst_object. Add comment.
3145 * fileio.c (toplevel): New constant E_WRITE_MAX.
3146 (e_write): Do not encode more than E_WRITE_MAX characters per one loop
3147 iteration. Use raw_destination if E_WRITE_MAX characters is encoded.
3148
3149 2013-10-08 Jan Djärv <jan.h.d@swipnet.se>
3150
3151 * nsterm.m (windowDidExitFullScreen:):
3152 (toggleFullScreen:): Change NS_IMPL_COCOA to HAVE_NATIVE_FS.
3153
3154 2013-10-08 Paul Eggert <eggert@cs.ucla.edu>
3155
3156 Fix race where emacs aborts when sent SIGTERM (Bug#15534).
3157 * keyboard.c (unblock_input_to): Don't process pending signals
3158 if a fatal error is in progress.
3159
3160 * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
3161 All uses of 'size_t' and 'SIZE_MAX' changed to use them, when
3162 they're talking about words in Lisp bool vectors.
3163 (BITS_PER_BITS_WORD): Rename from BITS_PER_SIZE_T. All uses changed.
3164 * data.c (popcount_bits_word): Rename from popcount_size_t.
3165 (bits_word_to_host_endian): Rename from size_t_to_host_endian.
3166 All uses changed.
3167
3168 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
3169
3170 Improve support for popcount and counting trailing zeros (Bug#15550).
3171 * data.c: Include <count-one-bits.h>, <count-trailing-zeros.h>.
3172 (USE_MSC_POPCOUNT, POPCOUNT_STATIC_INLINE)
3173 (NEED_GENERIC_POPCOUNT, popcount_size_t_generic)
3174 (popcount_size_t_msc, popcount_size_t_gcc):
3175 Remove; now done by Gnulib.
3176 (popcount_size_t): Now a macro that defers to Gnulib.
3177 (count_trailing_zero_bits): Return int, for consistency with
3178 Gnulib and because Emacs prefers signed to unsigned int.
3179 Don't assume that size_t is either unsigned int or unsigned long
3180 or unsigned long long.
3181 (size_t_to_host_endian): Do not assume that size_t is either
3182 exactly 32 or exactly 64 bits wide.
3183 * lisp.h (BITS_PER_SIZE_T): Define consistently with BITS_PER_LONG
3184 etc., so that it's now an enum constant, not a macro.
3185 No need to assume that it's either 32 or 64.
3186
3187 2013-10-07 Jan Djärv <jan.h.d@swipnet.se>
3188
3189 * nsterm.m (windowDidEnterFullScreen:): setPresentationOptions only
3190 on >= 10.7.
3191
3192 2013-10-07 Dmitry Antipov <dmantipov@yandex.ru>
3193
3194 * insdel.c (insert_from_gap): Prefer ptrdiff_t to int where needed.
3195 * xdisp.c (handle_fontified_prop): Likewise. Use bool for boolean.
3196
3197 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
3198
3199 emacs_read and emacs_write now use void *, not char *.
3200 * alloc.c (valid_pointer_p) [!WINDOWSNT]: Remove now-unnecessary cast.
3201 * sysdep.c (emacs_read, emacs_write, emacs_write_sig):
3202 Buffer arg is now void *, not char *. This matches plain
3203 'read' and 'write' better, and avoids a constraint violation
3204 on Solaris 9 with Oracle Studio.
3205
3206 2013-10-07 Dmitry Antipov <dmantipov@yandex.ru>
3207
3208 * alloc.c (Fmake_string): For ASCII char initializer, prefer
3209 memset to explicit loop. Otherwise copy largest possible chunk
3210 from initialized to uninitialized part, thus allowing the longer
3211 memcpy runs and reducing the number of loop iterations.
3212
3213 2013-10-06 Jan Djärv <jan.h.d@swipnet.se>
3214
3215 * nsterm.m (ns_update_begin): If native fullscreen and no toolbar,
3216 hide toolbar (Bug#15388).
3217 (windowDidEnterFullScreen:): If presentation options are zero,
3218 set them here (Bug#15388).
3219 (ns_update_auto_hide_menu_bar): Remove runtime check.
3220 Don't auto hide dock unless menubar is also auto hidden.
3221
3222 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
3223
3224 * editfns.c (message): Mention batch mode in doc string.
3225
3226 2013-10-05 Jan Djärv <jan.h.d@swipnet.se>
3227
3228 * nsterm.m (check_native_fs): Remove erroneous comment.
3229
3230 2013-10-04 Dmitry Antipov <dmantipov@yandex.ru>
3231
3232 * xdisp.c (redisplay_internal): Simplify because scan_for_column now
3233 uses find_newline instead of scan_newline and so doesn't move point.
3234
3235 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
3236
3237 Use hardware support for byteswapping on glibc x86 etc.
3238 On Fedora 19 x86-64, the new bswap_64 needs 1 instruction,
3239 whereas the old swap64 needed 30.
3240 * fringe.c (init_fringe_bitmap) [WORDS_BIGENDIAN]:
3241 * sound.c (le2hl, le2hs, be2hl) [!WINDOWSNT]:
3242 Use byteswap.h's macros to swap bytes.
3243 * lisp.h (swap16, swap32, swap64): Remove.
3244 All uses replaced by bswap_16, bswap_32, bswap_64.
3245
3246 * bytecode.c (exec_byte_code): Use some more volatile variables
3247 to work around local variables getting clobbered by longjmp.
3248 Port to pre-C99, which doesn't allow decls after stmts.
3249
3250 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
3251
3252 * lisp.h (eassert): Assume that COND is true when optimizing.
3253 In other words, take on the behavior of eassert_and_assume.
3254 This makes Emacs 0.2% smaller on my platform (Fedora 19, x86-64).
3255 (eassert_and_assume): Remove. All uses replaced by eassert.
3256
3257 * xdisp.c (Qglyphless_char): Now static.
3258
3259 Adjust to merge from gnulib.
3260 * conf_post.h (__has_builtin, assume): Remove; gnulib now does these.
3261 * lisp.h: Include <verify.h>, for 'assume'.
3262
3263 * eval.c (clobbered_eassert): New macro.
3264 (internal_catch, internal_condition_case)
3265 (internal_condition_case_1, internal_condition_case_2)
3266 (internal_condition_case_n): Use it instead of eassert
3267 when the argument contains locals clobbered by longjmp.
3268 Don't use clobbered locals outside of clobbered_eassert.
3269 (internal_lisp_condition_case): Use a volatile variable
3270 to work around a local variable's getting clobbered.
3271
3272 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * lisp.h (struct handler): Merge struct handler and struct catchtag.
3275 (PUSH_HANDLER): New macro.
3276 (catchlist): Remove.
3277 (handlerlist): Always declare.
3278
3279 * eval.c (catchlist): Remove (merge with handlerlist).
3280 (handlerlist, lisp_eval_depth): Not static any more.
3281 (internal_catch, internal_condition_case, internal_condition_case_1)
3282 (internal_condition_case_2, internal_condition_case_n):
3283 Use PUSH_HANDLER.
3284 (unwind_to_catch, Fthrow, Fsignal): Adjust to merged
3285 handlerlist/catchlist.
3286 (internal_lisp_condition_case): Use PUSH_HANDLER. Adjust to new
3287 handlerlist which can only handle a single condition-case handler at
3288 a time.
3289 (find_handler_clause): Simplify since we only a single branch here
3290 any more.
3291
3292 * bytecode.c (BYTE_CODES): Add Bpushcatch, Bpushconditioncase
3293 and Bpophandler.
3294 (bcall0): New function.
3295 (exec_byte_code): Add corresponding cases. Improve error message when
3296 encountering an invalid byte-code. Let Bunwind_protect accept
3297 a function (rather than a list of expressions) as argument.
3298
3299 * alloc.c (Fgarbage_collect): Merge scans of handlerlist and catchlist,
3300 and make them unconditional now that they're heap-allocated.
3301
3302 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * charset.c (Fdecode_char, Fencode_char): Remove description of
3305 `restriction' arg. now that it's hidden by advertised-calling-convention.
3306
3307 2013-10-02 Jan Djärv <jan.h.d@swipnet.se>
3308
3309 * macfont.m (mac_ctfont_create_preferred_family_for_attributes):
3310 Remove unused variable (from mac-port).
3311 (macfont_draw): Use s->ybase for correct y position.
3312
3313 2013-10-02 Dmitry Antipov <dmantipov@yandex.ru>
3314
3315 * frame.h (struct frame): Drop has_minibuffer member because...
3316 (FRAME_HAS_MINIBUF_P): ...this macro can be implemented without it.
3317 * frame.c (make_frame, make_minibuffer_frame): Adjust users.
3318
3319 2013-10-02 Dmitry Antipov <dmantipov@yandex.ru>
3320
3321 * window.h (struct window): Prefer enum text_cursor_kinds to int
3322 for phys_cursor_type member. Move the latter, phys_cursor_width,
3323 phys_cursor_ascent and phys_cursor_height under HAVE_WINDOW_SYSTEM.
3324 * window.c (replace_window, make_window): Adjust users.
3325
3326 2013-10-02 Dmitry Antipov <dmantipov@yandex.ru>
3327
3328 * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because
3329 this module is never compiled otherwise.
3330
3331 2013-10-01 Alp Aker <alp.tekin.aker@gmail.com>
3332
3333 * macfont.m (macfont_draw): Use CGRectMake rather than NSMakeRect
3334 (Bug#15500).
3335
3336 2013-09-29 Eli Zaretskii <eliz@gnu.org>
3337
3338 * xdisp.c (get_next_display_element): Don't call face_for_font in
3339 a build configured --without-x. (Bug#15484)
3340
3341 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
3342
3343 * window.c (calc_absolute_offset): #elif should be #elif defined.
3344
3345 * frame.c (delete_frame): Block/unblock input to overcome race
3346 condition (Bug#15475).
3347
3348 2013-09-29 Andreas Politz <politza@hochschule-trier.de> (tiny change)
3349
3350 * frame.c (delete_frame): Record selected frame only after
3351 calling Qdelete_frame_functions (Bug#15477).
3352
3353 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
3354
3355 * nsterm.m (ns_selection_color): Remove.
3356 (ns_get_color): Check for ns_selection_(fg|bg)_color using
3357 NSColor selectedText(Background)Color. Only for COCOA.
3358 (ns_term_init): Remove assignment of ns_selection_color, logic
3359 moved to ns_get_color.
3360
3361 * nsterm.h (NS_SELECTION_BG_COLOR_DEFAULT): Rename from
3362 NS_SELECTION_COLOR_DEFAULT.
3363 (NS_SELECTION_FG_COLOR_DEFAULT): New.
3364
3365 2013-09-28 Eli Zaretskii <eliz@gnu.org>
3366
3367 * xdisp.c (Fdump_tool_bar_row): Ifdef away the body if 'struct
3368 frame' does not have the tool_bar_window member.
3369
3370 2013-09-26 Barry O'Reilly <gundaetiapo@gmail.com>
3371
3372 Signal error when reading an empty byte-code object (Bug#15405)
3373 * lread.c (read1): signal error
3374 * alloc.c (make_byte_code): eassert header size
3375 (sweep_vectors): change an int to size_t
3376
3377 2013-09-24 Paul Eggert <eggert@cs.ucla.edu>
3378
3379 * dispnew.c (clear_glyph_row, copy_row_except_pointers): Use enums
3380 instead of ints, as it's the usual style for offsetof constants. See:
3381 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00478.html
3382
3383 * data.c (POPCOUNT_STATIC_INLINE): New macro, as a hack for popcount.
3384 This is ugly, but it should fix the performance problem for older
3385 GCC versions in the short run. I'll look into integrating the
3386 Gnulib module for popcount, as a better fix.
3387 See the thread starting in:
3388 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00474.html
3389 (popcount_size_t_generic) [NEED_GENERIC_POPCOUNT]:
3390 (popcount_size_t_msc) [USE_MSC_POPCOUNT]:
3391 (popcount_size_t_gcc) [USE_GCC_POPCOUNT]:
3392 (popcount_size_t): Use it.
3393
3394 2013-09-24 Daniel Colascione <dancol@dancol.org>
3395
3396 * process.c (Fnetwork_interface_info): Fix build break due to
3397 vector changes.
3398
3399 2013-09-24 Paul Eggert <eggert@cs.ucla.edu>
3400
3401 * dispnew.c (clear_glyph_row, copy_row_except_pointers):
3402 Prefer signed to unsigned integers where either will do.
3403 No need for 'const' on locals that do not escape.
3404 Omit easserts with unnecessary and unportable assumptions about
3405 alignment. Avoid unnecessary casts to char *.
3406
3407 2013-09-24 Dmitry Antipov <dmantipov@yandex.ru>
3408
3409 Use union for the payload of struct Lisp_Vector.
3410 This helps to avoid a few glitches dictated by C's aliasing rules.
3411 * lisp.h (struct Lisp_Vector): Use union for next and
3412 contents member. Adjust comment. Change related users.
3413 * alloc.c (next_in_free_list, set_next_in_free_list): Remove.
3414 Related users changed.
3415 * buffer.c, bytecode.c, ccl.c, character.h, chartab.c, composite.c:
3416 * composite.h, disptab.h, fns.c, fontset.c, indent.c, keyboard.c:
3417 * lread.c, msdos.c, process.c, w32menu.c, window.c, xdisp.c:
3418 * xfaces.c, xfont.c, xmenu.c: Related users changed.
3419
3420 2013-09-24 Dmitry Antipov <dmantipov@yandex.ru>
3421
3422 Optimize glyph row clearing and copying routines.
3423 * dispextern.h (struct glyph_row): Change layout of struct
3424 glyph_row to help copy_row_except_pointers. Adjust comment.
3425 * dispnew.c (null_row): Remove.
3426 (clear_glyph_row): Use offsetof and memset to find and clear
3427 just the members that need clearing. Adjust comment.
3428 (copy_row_except_pointers): Likewise for copying.
3429
3430 2013-09-24 Paul Eggert <eggert@cs.ucla.edu>
3431
3432 Some minor cleanups of recently-added bool vector code.
3433 * conf_post.h (assume): Always return void. Use lint version
3434 only if GCC and MSC versions don't apply.
3435 * conf_post.h (assume):
3436 * data.c (USC_MSC_POPCOUNT, count_trailing_zero_bits):
3437 Depend on _MSC_VER, not __MSC_VER, for consistency with
3438 the rest of Emacs.
3439 * data.c (bool_vector_spare_mask, popcount_size_t_generic)
3440 (popcount_size_t_msc, popcount_size_t_gcc, popcount_size_t)
3441 (bool_vector_binop_driver, count_trailing_zero_bits)
3442 (size_t_to_host_endian): Now static, not static inline;
3443 the latter isn't needed with modern compilers and doesn't
3444 work with older compilers anyway.
3445
3446 * alloc.c (valgrind_p): Use bool for boolean.
3447
3448 2013-09-23 Dmitry Antipov <dmantipov@yandex.ru>
3449
3450 * xdisp.c (noninteractive_need_newline, message_log_need_newline)
3451 (overlay_arrow_seen, message_enable_multibyte, line_number_displayed)
3452 (display_last_displayed_message_p, message_buf_print)
3453 (message_cleared_p, help_echo_showing_p, hourglass_shown_p):
3454 Use bool for boolean.
3455 * dispextern.h (cancel_line, init_desired_glyphs):
3456 Remove ancient leftover.
3457 (help_echo_showing_p, hourglass_shown_p):
3458 * lisp.h (noninteractive_need_newline): Adjust declaration.
3459
3460 2013-09-23 Dmitry Antipov <dmantipov@yandex.ru>
3461
3462 * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):
3463 Move to...
3464 * frame.c (frame_garbaged, selected_frame, last_nonminibuf_frame):
3465 ...this file and convert the latter to static. Adjust comment.
3466 (make_initial_frame):
3467 * window.c (init_window_once): Adjust user.
3468 * frame.h (last_nonminibuf_frame): Remove declaration.
3469 * lisp.h (selected_frame): Likewise.
3470 * msdos.c (the_only_display_info): Adjust comment.
3471
3472 2013-09-23 Eli Zaretskii <eliz@gnu.org>
3473
3474 * xdisp.c (mouse_face_from_string_pos): Fix off-by-one error in
3475 computing the end column of mouse-highlight that comes from
3476 display or overlay strings. (Bug#15437)
3477 (note_mouse_highlight): Adapt calculation of last argument to
3478 mouse_face_from_string_pos to the above change.
3479
3480 * conf_post.h (__has_builtin): Define to zero, if undefined, on
3481 all platforms, not just for clang.
3482
3483 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
3484
3485 * filelock.c (lock_file_1): Rearrange to remove compiler warning
3486 about excess arguments to snprintf.
3487
3488 * conf_post.h(assume): Use __builtin_unreachable for clang.
3489
3490 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
3491
3492 * w32console.c (initialize_w32_display): Remove unused variable hlinfo.
3493 * w32term.c (w32_scroll_bar_handle_click): Remove unused variable f.
3494
3495 2013-09-23 Daniel Colascione <dancol@dancol.org>
3496
3497 * alloc.c (USE_VALGRIND): New macro; on by default
3498 when ENABLE_CHECKING.
3499 (mark_maybe_object, mark_maybe_pointer)
3500 [USE_VALGRIND]: Mark conservatively-scanned regions valid for
3501 valgrind purposes.
3502 (valgrind_p) [USE_VALGRIND]: New variable.
3503 (init_alloc) [USE_VALGRIND]: Initialize valgrind_p.
3504
3505 2013-09-22 Jan Djärv <jan.h.d@swipnet.se>
3506
3507 * process.c (wait_reading_process_output): Change int pnamelen to
3508 socklen_t.
3509
3510 * nsterm.m (setMarkedText:selectedRange:):
3511 (deleteWorkingText):
3512 * nsmenu.m (addDisplayItemWithImage:idx:tag:helpText:enabled:):
3513 * nsfont.m (ns_get_covering_families, ns_findfonts): Cast NSLog
3514 argument to unsigned long to avoid warning.
3515 (nsfont_draw): Use 0.25 instead of Fix2X (kATSItalicQDSkew).
3516
3517 * conf_post.h (assume): Fix compiler error: x shall be cond.
3518
3519 2013-09-22 Daniel Colascione <dancol@dancol.org>
3520
3521 * xfns.c (x_get_monitor_attributes): Suppress unused variable
3522 warning when compiling without a window system.
3523
3524 2013-09-22 Daniel Colascione <dancol@dancol.org>
3525
3526 * data.c (Qbool_vector_p): New symbol.
3527 (bool_vector_spare_mask, popcount_size_t_generic)
3528 (popcount_size_t_msc, popcount_size_t_gcc)
3529 (popcount_size_t)
3530 (bool_vector_binop_driver)
3531 (count_trailing_zero_bits, size_t_to_host_endian)
3532 (Fbool_vector_exclusive_or)
3533 (Fbool_vector_union)
3534 (Fbool_vector_intersection, Fbool_vector_set_difference)
3535 (Fbool_vector_subsetp, Fbool_vector_not)
3536 (Fbool_vector_count_matches)
3537 (Fbool_vector_count_matches_at): New functions.
3538 (syms_of_data): Intern new symbol, functions.
3539 * alloc.c (bool_vector_payload_bytes): New function.
3540 (Fmake_bool_vector): Instead of calling Fmake_vector,
3541 which performs redundant initialization and argument checking,
3542 just call allocate_vector ourselves. Make sure we clear any
3543 terminating padding to zero.
3544 (vector_nbytes, sweep_vectors): Use bool_vector_payload_bytes
3545 instead of open-coding the size calculation.
3546 (vroundup_ct): New macro.
3547 (vroundup): Assume argument >= 0; invoke vroundup_ct.
3548 * casetab.c (shuffle, set_identity): Change lint_assume to assume.
3549 * composite.c (composition_gstring_put_cache):
3550 Change lint_assume to assume.
3551 * conf_post.h (assume): New macro.
3552 (lint_assume): Remove.
3553 * dispnew.c (update_frame_1): Change lint_assume to assume.
3554 * ftfont.c (ftfont_shape_by_flt): Change lint_assume
3555 to assume.
3556 * image.c (gif_load): Change lint_assume to assume.
3557 * lisp.h (eassert_and_assume): New macro.
3558 (Qbool_vector_p): Declare.
3559 (CHECK_BOOL_VECTOR, ROUNDUP, BITS_PER_SIZE_T): New macros.
3560 (swap16, swap32, swap64): New inline functions.
3561 * macfont.m (macfont_shape): Change lint_assume to assume.
3562 * ralloc.c: Rename ROUNDUP to PAGE_ROUNDUP throughout.
3563 * xsettings.c (parse_settings): Use new swap16 and
3564 swap32 from lisp.h instead of file-specific macros.
3565
3566 2013-09-22 Eli Zaretskii <eliz@gnu.org>
3567
3568 * xdisp.c (try_window_id): Don't abort if cursor row could not be
3569 found (which can legitimately happen when the glyph row at the
3570 window start is disabled in the current_matrix. (Bug#15365)
3571
3572 2013-09-22 Paul Eggert <eggert@cs.ucla.edu>
3573
3574 Fix syntax.h bug introduced by recent INLINE change.
3575 syntax.h defined an extern inline function SYNTAX_ENTRY that was
3576 conditionally compiled one way in some modules, and a different
3577 way in others. This doesn't work with extern inline functions,
3578 which must have the same definition in all modules, because the
3579 defining code might be shared across modules, depending on the
3580 implementation. Symptoms reported by Martin Rudalics in:
3581 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00414.html
3582 * regex.c, syntax.c (SYNTAX_ENTRY_VIA_PROPERTY): Remove.
3583 (SYNTAX, SYNTAX_ENTRY, SYNTAX_WITH_FLAGS): New macros,
3584 overriding the corresponding functions in syntax.h.
3585 * syntax.h (syntax_property_entry, syntax_property_with_flags)
3586 (syntax_property): New inline functions.
3587 (SYNTAX_ENTRY, SYNTAX_WITH_FLAGS, SYNTAX):
3588 Rewrite in terms of these new functions.
3589
3590 2013-09-21 Eli Zaretskii <eliz@gnu.org>
3591
3592 * dired.c (directory_files_internal): Use multibyte_chars_in_text,
3593 not chars_in_text, whose result depends on the multibyteness of
3594 the current buffer. (Bug#15426)
3595
3596 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
3597
3598 Port recent change to hosts where pointers aren't 'long'.
3599 * xterm.c (x_send_scroll_bar_event, x_scroll_bar_to_input_event):
3600 Don't assume that pointers are the same width as 'long'.
3601 Add a compile-time check that a pointer fits into two X slots.
3602
3603 A simpler, centralized INLINE.
3604 * conf_post.h (INLINE): Define only if not already defined.
3605 This allows us to use a single INLINE, defined by one file
3606 per executable.
3607 * emacs.c (INLINE): Define it.
3608 Also, include category.h, charset.h, composite.h, dispextern.h,
3609 syntax.h, systime.h, so that their INLINE definitions are expanded
3610 properly for Emacs.
3611 * blockinput.h, keyboard.c (BLOCKINPUT_INLINE):
3612 * buffer.h, buffer.c (BUFFER_INLINE):
3613 * category.h, category.c (CATEGORY_INLINE):
3614 * character.h, character.c (CHARACTER_INLINE):
3615 * charset.h, charset.c (CHARSET_INLINE):
3616 * composite.h, composite.c (COMPOSITE_INLINE):
3617 * dispextern.h, dispnew.c (DISPEXTERN_INLINE):
3618 * frame.h, frame.c (FRAME_INLINE):
3619 * intervals.h, intervals.c (INTERVALS_INLINE):
3620 * keyboard.h, keyboard.c (KEYBOARD_INLINE):
3621 * lisp.h, alloc.c (LISP_INLINE):
3622 * process.h, process.c (PROCESS_INLINE):
3623 * syntax.h, syntax.c (SYNTAX_INLINE):
3624 * systime.h, sysdep.c (SYSTIME_INLINE):
3625 * termhooks.h, terminal.c (TERMHOOKS_INLINE):
3626 * window.h, window.c (WINDOW_INLINE):
3627 Remove. All uses replaced with INLINE.
3628
3629 2013-09-20 Dmitry Antipov <dmantipov@yandex.ru>
3630
3631 * xterm.c (handle_one_xevent): Revert part of 2013-09-17 change
3632 to avoid Bug#15398.
3633
3634 2013-09-19 Eli Zaretskii <eliz@gnu.org>
3635
3636 * w32reg.c (w32_get_string_resource): Make the first 2 arguments
3637 'const char *' to avoid compiler warnings due to similar change in
3638 the prototype of x_get_string_resource.
3639
3640 2013-09-19 Dmitry Antipov <dmantipov@yandex.ru>
3641
3642 * xterm.h (struct x_display_info): New members last_mouse_glyph_frame,
3643 last_mouse_scroll_bar, last_mouse_glyph and last_mouse_movement_time,
3644 going to replace static variables below. Adjust comments.
3645 * xterm.c (last_mouse_glyph, last_mouse_glyph_frame)
3646 (last_mouse_scroll_bar, last_mouse_movement_time): Remove.
3647 (note_mouse_movement, XTmouse_position, x_scroll_bar_note_movement)
3648 (x_scroll_bar_report_motion, handle_one_xevent, syms_of_xterm):
3649 Related users changed.
3650 * w32term.h (struct w32_display_info): New members last_mouse_glyph_frame,
3651 last_mouse_scroll_bar, last_mouse_scroll_bar_pos, last_mouse_glyph and
3652 last_mouse_movement_time, going to replace static variables below.
3653 Adjust comments.
3654 * w32term.c (last_mouse_glyph_frame, last_mouse_scroll_bar)
3655 (last_mouse_scroll_bar_pos, last_mouse_glyph, last_mouse_movement_time):
3656 Remove.
3657 (note_mouse_movement, w32_mouse_position, w32_scroll_bar_handle_click)
3658 (x_scroll_bar_report_motion, syms_of_w32term): Related users changed.
3659 * nsterm.h (struct ns_display_info): New members last_mouse_glyph,
3660 last_mouse_movement_time and last_mouse_scroll_bar, going to replace
3661 static variables below.
3662 * nsterm.m (last_mouse_glyph, last_mouse_movement_time)
3663 (last_mouse_scroll_bar): Remove.
3664 (note_mouse_movement, ns_mouse_position, mouseMoved, mouseEntered)
3665 (mouseExited): Related users changed.
3666
3667 2013-09-19 Dmitry Antipov <dmantipov@yandex.ru>
3668
3669 Do not use external array to process X scroll bar messages.
3670 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): Remove.
3671 (x_send_scroll_bar_event): Pack window pointer into two slots
3672 of XClientMessageEvent if we're 64-bit. Adjust comment.
3673 (x_scroll_bar_to_input_event): Unpack accordingly.
3674
3675 2013-09-18 Dmitry Antipov <dmantipov@yandex.ru>
3676
3677 Ifdef away recent changes which aren't relevant to NS port.
3678 * dispextern.h (x_mouse_grabbed, x_redo_mouse_highlight)
3679 [!HAVE_NS]: Declare as such.
3680 * frame.c (x_mouse_grabbed, x_redo_mouse_highlight)
3681 [!HAVE_NS]: Define as such.
3682
3683 2013-09-18 Dmitry Antipov <dmantipov@yandex.ru>
3684
3685 * frame.c (x_redo_mouse_highlight): New function
3686 to factor out common code used in W32 and X ports.
3687 * dispextern.h (x_redo_mouse_highlight): Add prototype.
3688 * xterm.h (struct x_display_info):
3689 * w32term.h (struct w32_display_info):
3690 * nsterm.h (struct ns_display_info): New members
3691 last_mouse_motion_frame, last_mouse_motion_x and
3692 last_mouse_motion_y, going to replace static variables below.
3693 * xterm.c (last_mouse_motion_event, last_mouse_motion_frame)
3694 (redo_mouse_highlight): Remove.
3695 (note_mouse_movement, syms_of_xterm): Adjust user.
3696 (handle_one_xevent): Likewise. Use x_redo_mouse_highlight.
3697 * w32term.c (last_mouse_motion_event, last_mouse_motion_frame)
3698 (redo_mouse_highlight): Remove.
3699 (note_mouse_movement, syms_of_w32term): Adjust user.
3700 (w32_read_socket): Likewise. Use x_redo_mouse_highlight.
3701 * nsterm.m (last_mouse_motion_position, last_mouse_motion_frame):
3702 Remove.
3703 (note_mouse_movement, mouseMoved, syms_of_nsterm):
3704 * nsfns.m (compute_tip_xy): Adjust user.
3705
3706 2013-09-18 Dmitry Antipov <dmantipov@yandex.ru>
3707
3708 * frame.c (x_mouse_grabbed): New function.
3709 * dispextern.h (x_mouse_grabbed): Add prototype.
3710 (last_mouse_frame): Remove declaration.
3711 * xterm.h (struct x_display_info):
3712 * w32term.h (struct w32_display_info):
3713 * nsterm.h (struct ns_display_info): New member
3714 last_mouse_frame, going to replace...
3715 * xdisp.c (last_mouse_frame): ...global variable.
3716 (note_tool_bar_highlight):
3717 * w32term.c (w32_mouse_position, w32_read_socket):
3718 * xterm.c (XTmouse_position, handle_one_xevent):
3719 Use x_mouse_grabbed.
3720 * nsterm.m (ns_mouse_position, mouseDown): Adjust user.
3721
3722 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
3723
3724 * w32term.c (w32_read_socket): Avoid temporary
3725 variables in a call to x_real_positions.
3726 * xterm.c (handle_one_xevent): Likewise.
3727
3728 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
3729
3730 * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
3731 (x_icon_type): Remove prototype.
3732 (x_bitmap_icon) [!HAVE_NS]: Declare as such.
3733 * frame.c (x_icon_type): Remove.
3734 * w32term.c (x_make_frame_visible, x_iconify_frame):
3735 * xterm.c (x_make_frame_visible, x_iconify_frame):
3736 Use x_set_bitmap_icon to factor out common code.
3737
3738 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
3739
3740 * dispextern.h (check_x_display_info, x_get_string_resource):
3741 Declare here just once and unify the latter.
3742 * frame.c (check_x_display_info, x_get_string_resource):
3743 * nsterm.h (check_x_display_info):
3744 * xrdb.c (x_get_string_resource):
3745 * xterm.h (check_x_display_info): Remove prototypes.
3746 * nsfns.m (x_get_string_resource): Likewise. Adjust definition.
3747 * w32reg.c (x_get_string_resource): Likewise.
3748 (w32_get_rdb_resource): Adjust user.
3749
3750 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
3751
3752 * xterm.h (struct x_display_info): New member
3753 x_pending_autoraise_frame, going to replace...
3754 * xterm.c (pending_autoraise_frame): ...static variable.
3755 (x_new_focus_frame, XTread_socket): Adjust users.
3756 * w32term.h (struct w32_display_info): New member
3757 w32_pending_autoraise_frame, going to replace...
3758 * w32term.c (pending_autoraise_frame): ...global variable.
3759 (x_new_focus_frame, w32_read_socket): Adjust users.
3760
3761 2013-09-17 Glenn Morris <rgm@gnu.org>
3762
3763 * xdisp.c (message_dolog): If we create *Messages*,
3764 switch it to messages-buffer-mode.
3765
3766 2013-09-17 Paul Eggert <eggert@cs.ucla.edu>
3767
3768 Don't overuse 'const' in types of locals.
3769 * bidi.c (bidi_count_bytes):
3770 * gtkutil.c, gtkutil.h (xg_event_is_for_menubar)
3771 (xg_event_is_for_scrollbar):
3772 * xselect.c (x_handle_property_notify)
3773 (x_handle_selection_notify, x_handle_dnd_message):
3774 * xsettings.c, xsettings.h (xft_settings_event):
3775 * xterm.c (x_handle_net_wm_state, handle_one_event)
3776 (x_menubar_window_to_frame, x_detect_focus_change)
3777 (construct_mouse_click, note_mouse_movement)
3778 (x_scroll_bar_to_input_event, x_scroll_bar_expose)
3779 (x_scroll_bar_handle_click, x_scroll_bar_note_movement)
3780 (handle_one_xevent, x_handle_net_wm_state):
3781 * xterm.h (x_handle_property_notify, x_handle_selection_notify)
3782 (x_handle_dnd_message):
3783 Avoid unnecessary 'const', typically the second 'const' in
3784 'const foo * const arg', a 'const' that does not affect the API
3785 and doesn't significantly help the human reader.
3786
3787 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
3788
3789 * image.c (fn_g_type_init) [WINDOWSNT]: Define and load
3790 only if Glib < 2.36.0.
3791 (fn_g_type_init) [!WINDOWSNT]: Define only if Glib < 2.36.0.
3792 * xsettings.c (init_gconf, init_gsettings): Do not check
3793 for g_type_init.
3794 * xterm.c (handle_one_xevent): Do not call to x_clear_area
3795 if GTK >= 2.7.0.
3796 (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.
3797
3798 2013-09-16 Jan Djärv <jan.h.d@swipnet.se>
3799
3800 * xsettings.c (init_gconf, init_gsettings): Check for Glib 2.36.0
3801 before calling g_type_init.
3802
3803 * font.c (syms_of_font): Move call to syms_of_(ns|mac)font ...
3804
3805 * nsterm.m (syms_of_nsterm): ... to here.
3806
3807 2013-09-16 Dmitry Antipov <dmantipov@yandex.ru>
3808
3809 * xterm.c (toolkit_scroll_bar_interaction): Use bool for boolean.
3810 (ignore_next_mouse_click_timeout): Use Time as X does.
3811 (handle_one_xevent): Avoid cast and use unsigned comparison.
3812
3813 2013-09-16 Dmitry Antipov <dmantipov@yandex.ru>
3814
3815 Do not copy X event in handle_one_xevent except KeyPress case.
3816 Wnen XEvent is processed, it is unlikely to be changed except
3817 KeyPress case, so we can avoid copying and use const pointer to
3818 const data to make sure that an event is not changed elsewhere.
3819 * xterm.c (handle_one_xevent): Change 2nd arg to 'const XEvent *
3820 const' and do not create local copy except for the KeyPress event.
3821 Use casts to avoid a few glitches. Adjust formatting. Add comments.
3822 (SET_SAVED_BUTTON_EVENT): Remove and move the code to the only user.
3823 (x_handle_net_wm_state, x_menubar_window_to_frame)
3824 (x_detect_focus_change, construct_mouse_click, note_mouse_movement)
3825 (x_scroll_bar_to_input_event, x_scroll_bar_expose)
3826 (x_scroll_bar_handle_click, x_scroll_bar_note_movement):
3827 * gtkutil.c (xg_event_is_for_menubar, xg_event_is_for_scrollbar):
3828 * xselect.c (x_handle_property_notify, x_handle_selection_notify)
3829 (x_handle_dnd_message):
3830 * xsettings.c (xft_settings_event):
3831 Use 'const XEvent * const' where appropriate.
3832 * xterm.h, gtkutil.h, xsettings.h: Adjust related prototypes.
3833
3834 2013-09-16 Dmitry Antipov <dmantipov@yandex.ru>
3835
3836 Fix X event waiting to handle multiple frames.
3837 * frame.h (struct frame) [HAVE_X_WINDOWS]: New member wait_event_type.
3838 * xterm.c (pending_event_wait): Remove. Adjust users.
3839 (x_detect_focus_change): Pass frame arg.
3840 (handle_one_xevent): Find related frame early and clear per-frame
3841 wait_event_type only if this is an event for the relevant frame.
3842 (x_wait_for_event): Use per-frame wait_event_type.
3843
3844 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
3845
3846 * nsfns.m (Fx_create_frame): Fix font driver registration for
3847 GNUStep.
3848
3849 * font.c (syms_of_font): Check MAC_OS_X_VERSION_MAX_ALLOWED >= 1050
3850 for syms_of_macfont.
3851
3852 * nsterm.m: Include macfont.h.
3853 (ns_tmp_flags, ns_tmp_font): Remove.
3854 (ns_compute_glyph_string_overhangs): Check for driver Qns.
3855 (ns_draw_glyph_string): Use local variables instead of ns_tmp_flags,
3856 ns_tmp_font. Call ns_draw_text_decoration here instead of nsfont.m.
3857 (changeFont:): Fix code style. Check for font driver type when
3858 getiing font.
3859
3860 * nsterm.h (FONT_DESCENT, FONT_ASCENT): Define to (f)->ascent and
3861 (f)->descent.
3862
3863 * nsfont.m (ns_tmp_flags, ns_tmp_font): Remove.
3864 (nsfont_open): Set font driver type.
3865 Set font->ascent and font->descent. Figure out font instead of
3866 ns_tmp_font, and flags instead of ns_tmp_flags.
3867 Fix indentation. Remove call to ns_draw_text_decoration,
3868 moved to nsterm.
3869
3870 * nsfns.m: Include macfont.h.
3871 (Fx_create_frame): Register macfont driver, make a better default font.
3872 (Fns_popup_font_panel): Get font from macfont driver, if used.
3873
3874 * macfont.m, macfont.h, macuvs.h: New files.
3875
3876 * font.h: Declare syms_of_macfont.
3877
3878 * font.c (syms_of_font): Call syms_of_macfont.
3879
3880 * Makefile.in (NS_OBJ, SOME_MACHINE_OBJECTS): Add macfont.o.
3881
3882 2013-09-15 Dmitry Antipov <dmantipov@yandex.ru>
3883
3884 Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999,
3885 and it is always zero for others, so I assume that this is an ancient
3886 leftover which nobody will want to change any more.
3887 * xterm.h, w32term.h, nsterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Remove.
3888 (VERTICAL_SCROLL_BAR_INSIDE_WIDTH):
3889 * frame.c (x_set_scroll_bar_width):
3890 * w32fns.c (w32_createscrollbar):
3891 * w32term.c (w32_set_vertical_scroll_bar):
3892 * xfns.c (x_set_scroll_bar_default_width):
3893 * xterm.c (XTflash, x_scroll_bar_create, XTset_vertical_scroll_bar)
3894 (x_scroll_bar_expose): Related users changed.
3895
3896 2013-09-15 Dmitry Antipov <dmantipov@yandex.ru>
3897
3898 * xterm.h (FRAME_X_SCREEN_NUMBER): Add comment.
3899 (BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use FRAME_X_SCREEN_NUMBER.
3900 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET) [USE_X_TOOLKIT]:
3901 Define as such.
3902 * frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT):
3903 Define once here...
3904 * nsterm.h, w32term.h, xterm.h: ...and not here.
3905 * w32term.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
3906 Remove unused Xisms.
3907 * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because
3908 these modules are never compiled otherwise.
3909
3910 2013-09-14 Eli Zaretskii <eliz@gnu.org>
3911
3912 * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>:
3913 Doc fix. (Bug#15375)
3914
3915 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3916
3917 Unify Fx_focus_frame between all ports.
3918 * frame.h (x_focus_frame): New prototype.
3919 * xfns.c (Fx_focus_frame): Remove.
3920 (syms_of_xfns): Do not defsubr it.
3921 (x_focus_frame): X implementation.
3922 * nsfns.m (Fx_focus_frame): Remove.
3923 (syms_of_nsfns): Do not defsubr it.
3924 (x_focus_frame): NS implementation.
3925 * w32term.c (Fx_focus_frame): Remove.
3926 (x_focus_on_frame): Rename to...
3927 (x_focus_frame): W32 implementation.
3928 * w32term.h (x_focus_on_frame): Remove prototype.
3929 * w32fns.c (Fx_focus_frame): Remove.
3930 (syms_of_w32fns): Do not defsubr it.
3931 * frame.c (Fx_focus_frame): Define here.
3932 (syms_of_frame): Defsubr here.
3933 * gtkutil.c (xg_tool_bar_callback): Use x_focus_frame.
3934
3935 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3936
3937 Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
3938 All of them are replaced with FRAME_DISPLAY_INFO, defined in
3939 each port to reference the port-specific window system data.
3940 * msdos.h (FRAME_X_DISPLAY_INFO): Remove.
3941 (FRAME_DISPLAY_INFO): Define.
3942 * w32term.h (FRAME_W32_DISPLAY_INFO, FRAME_X_DISPLAY_INFO): Remove.
3943 (FRAME_DISPLAY_INFO): Define. Adjust users.
3944 * xterm.h (FRAME_X_DISPLAY_INFO): Remove.
3945 (FRAME_DISPLAY_INFO): Define. Adjust users.
3946 * frame.h (FRAME_RES_X, FRAME_RES_Y): Unify.
3947 * font.c, frame.c, gtkutil.c, image.c, menu.c, msdos.c, nsfns.m:
3948 * nsfont.m, nsterm.m, w32fns.c, w32font.c, w32menu.c, w32term.c:
3949 * w32xfns.c, widget.c, xdisp.c, xfaces.c, xfns.c, xfont.c, xmenu.c:
3950 * xselect.c, xterm.c: All related users changed.
3951
3952 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3953
3954 * xterm.h (x_window_to_frame, x_any_window_to_frame)
3955 (x_menubar_window_to_frame): Remove prototypes.
3956 * xfns.c (x_window_to_frame, x_any_window_to_frame)
3957 (x_menubar_window_to_frame, x_top_window_to_frame):
3958 Move from here...
3959 * xterm.c (x_window_to_frame, x_any_window_to_frame)
3960 (x_menubar_window_to_frame, x_top_window_to_frame):
3961 ...to here and convert all but the last to static.
3962
3963 2013-09-12 Eli Zaretskii <eliz@gnu.org>
3964
3965 * lisp.mk (lisp): Add w32-common-fns.elc.
3966
3967 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
3968
3969 * charset.c (char_charset): Document an exception for char-charset.
3970
3971 2013-09-12 Dmitry Antipov <dmantipov@yandex.ru>
3972
3973 * xterm.h (x_display_info): New field last_user_time...
3974 * xterm.c (toplevel): ...to replace static last_user_time.
3975 (handle_one_xevent, x_ewmh_activate_frame): Adjust users.
3976
3977 2013-09-12 Dmitry Antipov <dmantipov@yandex.ru>
3978
3979 * xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_XAW3D]: Clip
3980 scroll bar values to prevent thumb from disappear and update comment.
3981
3982 2013-09-11 Glenn Morris <rgm@gnu.org>
3983
3984 * emacs.c (usage_message): Possessive apostrophe tweak.
3985
3986 2013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
3987
3988 * nsterm.m (syms_of_nsterm): Use Qns.
3989 * w32fns.c (Fx_open_connection): Remove old '#if 0' code.
3990 * w32term.c (w32_create_terminal, syms_of_w32term): Use Qw32.
3991 * xfns.c (x_display_info_for_name, Fx_open_connection):
3992 Remove old '#if 0' code.
3993 (syms_of_xfns): Use Qx.
3994 * termhooks.h (fullscreen_hook): Remove the leftover.
3995 (struct terminal): Fix typo in comment.
3996
3997 2013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
3998
3999 Cleaning up a few X scroll bar bits.
4000 * termhooks.h (enum scroll_bar_part): Add scroll_bar_nowhere member.
4001 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS && USE_LUCID]:
4002 New member last_seen_part, going to replace...
4003 * xterm.c [USE_TOOLKIT_SCROLL_BARS]: ...global last_scroll_bar_part.
4004 (xt_action_hook) [USE_LUCID]: Adjust user.
4005 (xm_scroll_callback, xg_scroll_callback): Do not bloat with
4006 Lucid-specific scroll bar support.
4007 (xaw_jump_callback, xaw_scroll_callback): Prefer enum scroll_par_part
4008 to int and adjust to use last_seen_part member.
4009 (x_set_toolkit_scroll_bar_thumb) [USE_LUCID]: Adjust user.
4010 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS && USE_LUCID]:
4011 Initialize last_seen_part.
4012
4013 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * insdel.c (insert_from_buffer_1): Don't mark buffer as modified when
4016 insert-buffer-substring an empty string.
4017
4018 2013-09-11 Paul Eggert <eggert@cs.ucla.edu>
4019
4020 * xdisp.c (Ftool_bar_lines_needed): Declare as 'const' if ifdeffed out,
4021 avoiding a GCC warning.
4022
4023 2013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
4024
4025 Ifdef away frame tool bar code when it is not really used.
4026 * frame.h (struct frame) [HAVE_WINDOW_SYSTEM && !USE_GTK && !HAVE_NS]:
4027 Move tool_bar_window, desired_tool_bar_string, current_tool_bar_string
4028 and minimize_tool_bar_window_p under the above.
4029 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
4030 (fset_tool_bar_window): Likewise.
4031 * dispnew.c (clear_current_matrices, clear_desired_matrices)
4032 (adjust_frame_glyphs_for_window_redisplay, free_glyphs, update_frame)
4033 (change_frame_size_1):
4034 * window.c (window_from_coordinates, Frecenter): Adjust users.
4035 * window.h (WINDOW_TOOL_BAR_P): Define to zero when frame tool bar
4036 code is not really used.
4037 * xdisp.c (build_desired_tool_bar_string, display_tool_bar_line)
4038 (tool_bar_lines_needed, MAX_FRAME_TOOL_BAR_HEIGHT, tool_bar_item_info)
4039 (get_tool_bar_item, handle_tool_bar_click, note_tool_bar_highlight)
4040 [!USE_GTK && !HAVE_NS]: Define as such.
4041 (Ftool_bar_lines_needed, redisplay_tool_bar, show_mouse_face)
4042 (note_mouse_highlight, expose_frame):
4043 * xfns.c (x_set_tool_bar_lines):
4044 * xterm.c (handle_one_xevent): Adjust users.
4045
4046 2013-09-11 Paul Eggert <eggert@cs.ucla.edu>
4047
4048 Fix corruption with multiple emacsclient -t instances (Bug#15222).
4049 This bug was introduced by my 2013-08-26 patch, which incorrectly
4050 assumed that the terminfo implementation doesn't use termcap buffers.
4051 * term.c (init_tty) [TERMINFO]: Remove optimization, as
4052 these buffers apparently are used after all.
4053 * termchar.h (TERMCAP_BUFFER_SIZE) [TERMINFO]: Define here too.
4054 (struct tty_display_info): Define members termcap_term_buffer and
4055 termcap_strings_buffer even if TERMINFO.
4056
4057 2013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
4058
4059 Fix last change.
4060 * data.c (Feqlsign, Flss, Fgtr, Fleq, Fgeq): Add convenient
4061 'usage' docstring entry to pacify make-docfile.
4062
4063 2013-09-11 Barry O'Reilly <gundaetiapo@gmail.com>
4064
4065 Change comparison functions =, <, >, <=, >= to take many arguments.
4066 * data.c: Change comparison functions' interface and implementation.
4067 * lisp.h: Make arithcompare available for efficient two arg
4068 comparisons.
4069 * bytecode.c: Use arithcompare.
4070 * fileio.c: Use new interface.
4071
4072 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * keyboard.c (read_char): Don't break immediate_echo (bug#15332).
4075
4076 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * eval.c (Feval): Document the new use of `lexical'.
4079
4080 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru>
4081
4082 Review and drop old frame resize hack.
4083 * frame.h (struct frame): Remove force_flush_display_p.
4084 * dispnew.c (update_frame): Adjust user and don't call
4085 flush_frame here. The comment has said that there was an issues
4086 with redisplaying fringes, but I don't see any differences with
4087 and without this hack. Hopefully we can continue without it.
4088 * xdisp.c (clear_garbaged_frames): Adjust user and do not clear
4089 current frame matrices twice if resized_p is set.
4090
4091 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru>
4092
4093 Do not populate pure Xism x_sync to other ports.
4094 * frame.h (x_sync): Move under HAVE_X_WINDOWS.
4095 * frame.c (other_visible_frames) [HAVE_X_WINDOWS]: Use as such.
4096 * nsfns.m, w32xfns.c (x_sync): Remove no-op.
4097 * w32term.h (x_sync): Remove prototype.
4098
4099 2013-09-09 Dmitry Antipov <dmantipov@yandex.ru>
4100
4101 Cleanup frame flushing.
4102 * dispextern.h (struct redisplay_interface):
4103 Drop flush_display_optional because flush_display is enough
4104 for X and flushing via RIF is just a no-op for others.
4105 * frame.h (flush_frame): New function.
4106 * dispnew.c (update_frame):
4107 * minibuf.c (read_minibuf):
4108 * xdisp.c (echo_area_display, redisplay_preserve_echo_area):
4109 Use it.
4110 * keyboard.c (detect_input_pending_run_timers): Do not flush
4111 all frames but selected one in redisplay_preserve_echo_area.
4112 * nsterm.m (ns_flush): Remove no-op.
4113 (ns_redisplay_interface): Adjust user.
4114 * w32term.h (x_flush): Remove no-op.
4115 (w32_redisplay_interface): Adjust user.
4116 * xterm.c (x_flush): Simplify because we do not flush all
4117 frames at once any more. Adjust comment.
4118 (x_redisplay_interface): Adjust user.
4119
4120 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
4121
4122 Port --without-x --enable-gcc-warnings to Fedora 19.
4123 * gfilenotify.c (globals_of_gfilenotify):
4124 Call g_type_init only if using an older glib version that needs it.
4125
4126 2013-09-06 Dmitry Antipov <dmantipov@yandex.ru>
4127
4128 * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
4129 (last_glyphless_glyph_merged_face_id): Remove declarations.
4130 * dispextern.h (merge_glyphless_glyph_face): Add prototype.
4131 * xdisp.c (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
4132 (last_glyphless_glyph_merged_face_id): Now static.
4133 (merge_escape_glyph_face): New function, refactored from...
4134 (get_next_display_element): ...here.
4135 (merge_glyphless_glyph_face): New function, refactored from...
4136 (produce_glyphless_glyph): ...here...
4137 * term.c (produce_glyphless_glyph): ...and here.
4138
4139 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 * eval.c (eval_sub): Only call Ffunction if necessary.
4142
4143 2013-09-06 Dmitry Antipov <dmantipov@yandex.ru>
4144
4145 Attempt to make redisplay more selective when changing cursor type.
4146 * frame.h (struct frame): New bitfield cursor_type_changed.
4147 * xdisp.c (cursor_type_changed): Remove.
4148 (try_cursor_movement, redisplay_window, try_window_id)
4149 (set_frame_cursor_types, try_window_reusing_current_matrix):
4150 Adjust to use per-frame bitfield.
4151 (redisplay_internal): Look for cursor type change on each visible
4152 frame and consider all frames if cursor type has been changed on
4153 the frame other than selected. If cursor type has been changed on
4154 selected frame only, do not use fast update.
4155
4156 2013-09-06 Dmitry Antipov <dmantipov@yandex.ru>
4157
4158 Attempt to make redisplay more selective when changing fonts.
4159 * frame.h (struct frame): New bitfield fonts_changed.
4160 * dispextern.h (fonts_changed_p, adjust_glyphs): Remove declaration.
4161 (adjust_frame_glyphs): Add prototype.
4162 * dispnew.c (fonts_changed_p): Remove.
4163 (adjust_glyphs): Remove because we do not
4164 adjust matrices on all frames at once any more.
4165 (adjust_frame_glyphs): Block and unblock input here.
4166 (adjust_glyph_matrix): Use fonts_changed.
4167 (change_frame_size_1): Use adjust_frame_glyphs.
4168 * font.c (font_open_entity): Use fonts_changed.
4169 * frame.c (set_menu_bar_lines, Fmake_terminal_frame):
4170 * w32fns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_show_tip):
4171 * window.c (Fdelete_other_windows_internal, Fwindow_resize_apply)
4172 (Fsplit_window_internal, Fdelete_window_internal, grow_mini_window)
4173 (shrink_mini_window, Fresize_mini_window_internal)
4174 (window_scroll_pixel_based, Fset_window_configuration)
4175 (apply_window_adjustment, Fset_window_vscroll):
4176 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_show_tip):
4177 Use adjust_frame_glyphs.
4178 * xdisp.c (redisplay_tool_bar, redisplay_window, try_window)
4179 (try_window_reusing_current_matrix, try_window_id, display_line)
4180 (IT_EXPAND_MATRIX_WIDTH): Use fonts_changed.
4181 (redisplay_internal): Consider fonts_changed and adjust frame
4182 matrices for each frame only if the frame is visible. If font
4183 has been changed on some frame during full redisplay, retry
4184 only visible frames where the font has been actually changed.
4185
4186 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
4187
4188 Cache current header and mode line height for each window.
4189 * window.h (struct window): New fields mode_line_height
4190 and header_line_height.
4191 * window.c (make_window): Initialize them.
4192 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
4193 (CURRENT_HEADER_LINE_HEIGHT): Use them. Adjust comment.
4194 (current_mode_line_height, current_header_line_height):
4195 Remove declaration.
4196 * xdisp.c (current_mode_line_height, current_header_line_height):
4197 Remove.
4198 (pos_visible_p, init_xdisp): Adjust user.
4199 (redisplay_window): Invalidate mode_line_height and
4200 header_line_height if current and desired matrices do not agree.
4201
4202 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
4203
4204 * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.
4205 * xfaces.c (toplevel) [HAVE_X_WINDOWS]: Do not include xterm.h twice.
4206
4207 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
4208
4209 Make --without-x compatible with --enable-gcc-warnings.
4210 * font.c (register_font_driver): Move check under HAVE_WINDOW_SYSTEM.
4211 * font.h (struct font_driver): Move draw, get_bitmap and free_bitmap
4212 members under HAVE_WINDOW_SYSTEM.
4213 * keyboard.c (make_lispy_focus_out): Likewise.
4214 (record_menu_key): Move under HAVE_MENUS.
4215 * xdisp.c (toplevel): Move hourglass_shown_p, hourglass_atimer and
4216 THIN_SPACE_WIDTH under HAVE_WINDOW_SYSTEM.
4217 (syms_of_xdisp): Adjust user.
4218 (window_box_edges): Define only if HAVE_WINDOW_SYSTEM.
4219 (start_hourglass, cancel_hourglass):
4220 * xfaces.c (toplevel): Likewise with PT_PER_INCH,
4221 clear_font_table_count, CLEAR_FONT_TABLE_COUNT
4222 and CLEAR_FONT_TABLE_NFONTS.
4223 (set_font_frame_param, clear_face_gcs, realize_non_ascii_face):
4224 Declare only if HAVE_WINDOW_SYSTEM.
4225 (lface_same_font_attributes_p, clear_face_gcs): Define only
4226 if HAVE_WINDOW_SYSTEM.
4227
4228 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
4229
4230 * frame.c (check_minibuf_window): Update 'frame' with frame pointer.
4231 * xterm.c (x_scroll_bar_handle_click) [!USE_TOOLKIT_SCROLL_BARS]:
4232 Don't pass C integer to XINT (tiny fix for 2013-09-03 change).
4233
4234 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * cmds.c (Fself_insert_command): Don't pass a non-integer to XINT.
4237
4238 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
4239
4240 * alloc.c (make_event_array): First arg is now ptrdiff_t, not int.
4241 This fixes a type error on hosts where ptrdiff_t is wider than int.
4242
4243 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4244
4245 * keyboard.c (read_key_sequence_vs): New function.
4246 (Fread_key_sequence_vector, Fread_key_sequence): Use it to factor out
4247 common code.
4248
4249 * callint.c (Fcall_interactively): Always return a vector for 'K'.
4250
4251 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
4252
4253 Makefile improvements.
4254 * Makefile.in (config.status): Don't use double-colon rules, as
4255 they are not portable according to POSIX. Fix shell typo with `;
4256 I guess this rule has never been tested?
4257 (VCSWITNESS): New macro, to override any environment var.
4258
4259 2013-09-04 Dmitry Antipov <dmantipov@yandex.ru>
4260
4261 * xterm.h (struct x_display_info): Do not track X connection
4262 fd separately because it is always available from Display.
4263 * xterm.c (x_term_init, x_delete_terminal, x_delete_display):
4264 Adjust users.
4265
4266 2013-09-03 Dmitry Antipov <dmantipov@yandex.ru>
4267
4268 * buffer.c (drop_overlay):
4269 * fileio.c (restore_point_unwind): Prefer unchain_marker to
4270 Fset_marker (X, Qnil, ...) (which is the same but a bit slower).
4271
4272 2013-09-03 Dmitry Antipov <dmantipov@yandex.ru>
4273
4274 * buffer.c (Fmake_overlay, Fmove_overlay):
4275 * intervals.c (set_point_from_marker):
4276 * print.c (PRINTPREPARE): Prefer signal_error
4277 to plain error and report unsuitable marker too.
4278
4279 2013-09-03 Dmitry Antipov <dmantipov@yandex.ru>
4280
4281 * xterm.h (struct scroll_bar): Prefer int to Lisp_Object
4282 for 'dragging' member.
4283 (struct x_output): Remove set-but-unused leftovers
4284 'left_before_move' and 'top_before_move'.
4285 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb):
4286 * xterm.c (xt_action_hook, xm_scroll_callback, xg_scroll_callback)
4287 (xg_end_scroll_callback, xaw_jump_callback, xaw_scroll_callback)
4288 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
4289 (x_scroll_bar_set_handle, XTset_vertical_scroll_bar)
4290 (x_scroll_bar_handle_click, x_scroll_bar_note_movement)
4291 (x_scroll_bar_report_motion, x_set_offset): Related users changed.
4292 * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.
4293
4294 2013-09-03 Jan Djärv <jan.h.d@swipnet.se>
4295
4296 * nsfont.m (INVALID_GLYPH): New define.
4297 (nsfont_encode_char): Use INVALID_GLYPH.
4298 (ns_uni_to_glyphs): Ditto, check for NSNullGlyph (Bug#15138).
4299
4300 2013-09-02 Dmitry Antipov <dmantipov@yandex.ru>
4301
4302 * xterm.c (x_last_mouse_movement_time): Revert last change.
4303 This code should use XDisplayMotionBufferSize to check display's
4304 motion history first, and there are few other issues as well.
4305 (x_scroll_bar_note_movement): Pass XMotionEvent rather than XEvent.
4306 (handle_one_xevent): Adjust user.
4307
4308 2013-09-02 Martin Rudalics <rudalics@gmx.at>
4309
4310 * dispnew.c (Flast_nonminibuf_frame): Move from here ...
4311 * frame.c (Flast_nonminibuf_frame): ... to here.
4312 (check_minibuf_window): Don't abort if no window was found
4313 (Bug#15247).
4314
4315 2013-09-02 Dmitry Antipov <dmantipov@yandex.ru>
4316
4317 Use XGetMotionEvents to ask the last mouse motion time from X server.
4318 * xterm.c (X_MOTION_HISTORY): Default to 1.
4319 (x_last_mouse_movement_time) [X_MOTION_HISTORY]: New function.
4320 (x_last_mouse_movement_time) [!X_MOTION_HISTORY]: Legacy version.
4321 (note_mouse_movement, x_scroll_bar_note_movement) [!X_MOTION_HISTORY]:
4322 Ifdef away legacy code.
4323 (XTmouse_position, x_scroll_bar_report_motion):
4324 Use x_last_mouse_movement_time.
4325 (handle_one_xevent): Use event.xunmap and not event.xmap when handling
4326 UnmapNotify event.
4327
4328 2013-09-02 Dmitry Antipov <dmantipov@yandex.ru>
4329
4330 * msdos.c (last_mouse_window): Move to...
4331 (dos_rawgetc): ...this function and adjust comment.
4332 * nsterm.m (last_window): Rename to last_mouse_window, move to...
4333 (mouseMoved): ...this function and adjust comment.
4334 * w32term.c (last_window): Likewise with...
4335 (w32_read_socket): ...this function.
4336 * xterm.c (last_window): Likewise with...
4337 (handle_one_xevent): ...this function.
4338
4339 2013-09-02 Dmitry Antipov <dmantipov@yandex.ru>
4340
4341 * window.h (Vmouse_window, Vmouse_event): Remove the leftovers.
4342 * xterm.c (toplevel): Drop obsolete comment and move compose_status...
4343 (handle_one_xevent): ...to here.
4344 (STORE_KEYSYM_FOR_DEBUG): Move under ENABLE_CHECKING and make no-op
4345 otherwise.
4346
4347 2013-09-02 Dmitry Antipov <dmantipov@yandex.ru>
4348
4349 * msdos.c (IT_set_terminal_window): Remove no-op.
4350 (initialize_msdos_display): Adjust terminal setup.
4351 * w32console.c (w32con_set_terminal_window): Remove no-op.
4352 (initialize_w32_display): Adjust terminal setup.
4353 * w32term.c (w32_set_terminal_window): Remove no-op.
4354 (w32_create_terminal): Adjust terminal setup.
4355 * xterm.c (XTset_terminal_window): Remove no-op.
4356 (x_create_terminal): Adjust terminal setup.
4357
4358 2013-09-01 Dmitry Antipov <dmantipov@yandex.ru>
4359
4360 * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes):
4361 Remove no-ops.
4362 (ns_create_terminal): Adjust terminal setup.
4363 * w32term.c (w32_set_terminal_modes, w32_reset_terminal_modes):
4364 Remove no-ops.
4365 (w32_create_terminal): Adjust terminal setup.
4366 * xterm.c (XTset_terminal_modes, XTreset_terminal_modes):
4367 Remove no-ops.
4368 (x_create_terminal): Adjust terminal setup.
4369
4370 2013-09-01 Dmitry Antipov <dmantipov@yandex.ru>
4371
4372 * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.
4373 (CLIP_TEXT_POS_FROM_MARKER): New macro.
4374 * dispnew.c (buffer_posn_from_coords):
4375 * window.c (Fwindow_end, displayed_window_lines):
4376 * xdisp.c (redisplay_mode_lines): Use it.
4377
4378 2013-09-01 Jan Djärv <jan.h.d@swipnet.se>
4379
4380 * fontset.c (face_for_char): Check char in the current face font first
4381 if HAVE_NS (Bug#15138).
4382
4383 2013-08-31 Martin Rudalics <rudalics@gmx.at>
4384
4385 * window.c (temp_output_buffer_show): Make sure window returned
4386 by display_buffer is live (Bug#15213).
4387
4388 2013-08-30 Dmitry Antipov <dmantipov@yandex.ru>
4389
4390 Minor cleanup to avoid forward declarations.
4391 * coding.h (struct ccl_spec): Remove forward declaration.
4392 * composite.h (toplevel): Include font.h.
4393 (struct composition_it, struct face, struct font_metrics):
4394 Remove forward declaration.
4395 * dispextern.h (struct image, struct atimer): Likewise.
4396 * emacsgtkfixed.h (struct frame): Likewise.
4397 * emacsgtkfixed.c (toplevel): Reorder headers and drop stdio.h.
4398 * font.h (struct font_driver, struct font, struct glyph_string)
4399 (struct face): Remove forward declaration.
4400 * fontset.h (struct face, struct font): Likewise.
4401 * frame.h (toplevel): Style cleanup.
4402 (enum output_method): Move to...
4403 * termhooks.h (enum output_method): ...here.
4404 (struct glyph, struct frame, struct ns_display_info)
4405 (struct x_display_info, struct w32_display_info):
4406 Remove forward declaration.
4407 * xterm.h (toplevel): Include termhooks.h.
4408 (struct font, struct window, struct glyph_matrix, struct frame)
4409 (struct input_event, struct face, struct image): Remove forward
4410 declaration.
4411 * gtkutil.h (struct _widget_value): Likewise.
4412 * keyboard.h (toplevel): Include termhooks.h.
4413 (struct input_event): Remove forward declaration.
4414
4415 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru>
4416
4417 * intervals.c (set_point_from_marker): New function.
4418 * editfns.c (Fgoto_char):
4419 * process.c (Finternal_default_process_filter):
4420 * window.c (select_window_1): Use it.
4421 * buffer.h (set_point_from_marker): Add prototype.
4422
4423 2013-08-29 Eli Zaretskii <eliz@gnu.org>
4424
4425 * w32.c (term_winsock): Call release_listen_threads before calling
4426 WSACleanup.
4427 (_sys_wait_accept): Wait for accept event in a loop with a finite
4428 timeout, instead of waiting indefinitely. Will hopefully avoid
4429 hanging during exit because WSACleanup deadlocks waiting for the
4430 event object to be released. (Bug#14333)
4431
4432 * w32proc.c (release_listen_threads): New function, signals all
4433 the reader threads that listen for connections to stop waiting.
4434
4435 * w32.h (release_listen_threads): Add prototype.
4436
4437 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru>
4438
4439 * alloc.c (Fmake_marker, build_marker): Zero need_adjustment
4440 field of new marker (for sanity and safety).
4441 * lisp.h (XSETMARKER): Remove unused macro (it doesn't work
4442 anyway because XMISCTYPE is a function and can't be an lvalue).
4443
4444 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru>
4445
4446 * xterm.c (x_clear_area): Lost 7th arg because it is always False.
4447 (x_after_update_window_line, x_scroll_bar_create):
4448 (x_scroll_bar_set_handle, XTset_vertical_scroll_bar):
4449 (handle_one_xevent, x_clear_frame_area):
4450 * gtkutil.c (xg_clear_under_internal_border, xg_update_scrollbar_pos):
4451 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): Adjust users.
4452 * xterm.h (x_clear_area): Adjust prototype.
4453
4454 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru>
4455
4456 Hook scanning and indentation functions to find_newline. This helps
4457 to avoid duplicated code and renders more respect to newline cache.
4458 * lisp.h (scan_newline): Prefer ptrdiff_t to EMACS_INT.
4459 * cmds.c (Fforward_line):
4460 * indent.c (scan_for_column, Fcurrent_indentation, indented_beyond_p):
4461 Use find_newline and avoid unnecessary point movements.
4462 * search.c (scan_newline): Implement on top of find_newline.
4463
4464 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexically
4467 scoped code (bug#11258).
4468
4469 2013-08-28 Davor Cubranic <cubranic@stat.ubc.ca> (tiny change)
4470
4471 * nsterm.m (last_window): New variable.
4472 (EV_TRAILER2): New macro.
4473 (EV_TRAILER): Call EV_TRAILER2.
4474 (mouseMoved:): Add support for mouse-autoselect-window
4475 on nextstep (Bug#6888).
4476
4477 2013-08-28 Andreas Schwab <schwab@suse.de>
4478
4479 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)
4480 (SINGLE_BYTE_CHAR_P, SAME_CHARSET_P, MAKE_CHAR, BYTE8_TO_CHAR):
4481 Remove unused macro definitions.
4482 (CHARSET_RANGE_TABLE_BITS, EXTEND_RANGE_TABLE)
4483 (SET_RANGE_TABLE_WORK_AREA_BIT, SET_RANGE_TABLE_WORK_AREA):
4484 Only define if emacs.
4485
4486 2013-08-28 Dmitry Antipov <dmantipov@yandex.ru>
4487
4488 Prefer enum glyph_row_area to int where appropriate.
4489 * dispextern.h (enum glyph_row_area): Add ANY_AREA member.
4490 Fix comment.
4491 (window_box, window_box_width, window_box_left, window_box_left_offset)
4492 (window_box_right, window_box_right_offset): Adjust prototypes.
4493 * xdisp.c (window_box, window_box_width, window_box_left)
4494 (window_box_left_offset, window_box_right, window_box_right_offset):
4495 Use enum glyph_row_area. Adjust users and tweak comment where needed.
4496 (window_box_edges): Likewise. Lost 2nd arg since it is always ANY_AREA.
4497 * nsterm.m (ns_clip_to_row):
4498 * w32term.c (w32_clip_to_row):
4499 * xterm.c (x_clip_to_row): Likewise.
4500
4501 2013-08-28 Dmitry Antipov <dmantipov@yandex.ru>
4502
4503 * buffer.c (Foverlays_at, Foverlays_in, Fnext_overlay_change)
4504 (Fprevious_overlay_change): Fast path for buffer with no overlays.
4505
4506 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
4507
4508 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4509 for portability to hosts where /bin/sh has problems.
4510
4511 2013-08-28 Dmitry Antipov <dmantipov@yandex.ru>
4512
4513 Redesign redisplay interface to drop global output_cursor.
4514 * dispextern.h (struct redisplay_interface): Remove cursor_to member.
4515 (toplevel): Remove declaration of output_cursor.
4516 (set_output_cursor, x_cursor_to): Remove prototype.
4517 * window.h (struct window): New member output_cursor.
4518 (output_cursor_to): New function to replace RIF member.
4519 * dispnew.c (redraw_overlapped_rows, update_marginal_area)
4520 (update_text_area, set_window_cursor_after_update): Use it.
4521 * xdisp.c (output_cursor, set_output_cursor, x_cursor_to): Remove.
4522 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
4523 * nsterm.m (ns_update_window_begin, ns_update_window_end):
4524 * w32term.c (x_update_window_begin, x_update_window_end):
4525 * xterm.c (x_update_window_begin, x_update_window_end):
4526 Adjust to use per-window output cursor.
4527
4528 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
4529
4530 Simplify SELECT_TYPE-related code.
4531 Like EMACS_TIME, this portability layer is no longer needed, since
4532 Emacs has been using fd_set as a portability layer for some time.
4533 * sysselect.h (FD_SETSIZE): Rename from MAXDESC. All uses changed.
4534 (SELECT_TYPE): Remove. All uses changed to fd_set.
4535 (fd_set) [!FD_SET]: New typedef.
4536
4537 Simplify EMACS_TIME-related code.
4538 This portability layer is no longer needed, since Emacs has been
4539 using struct timespec as a portability layer for some time.
4540 * atimer.h, buffer.h, dispextern.h, xgselect.h:
4541 Include <time.h> rather than "systime.h"; that's all that's needed now.
4542 * dispnew.c: Include <timespec.h> rather than "systime.h";
4543 that's all that's needed now.
4544 * systime.h (EMACS_TIME): Remove. All uses changed to struct timespec.
4545 (EMACS_TIME_RESOLUTION): Remove. All uses changed to
4546 TIMESPEC_RESOLUTION.
4547 (LOG10_EMACS_TIME_RESOLUTION): Remove. All uses changed to
4548 LOG10_TIMESPEC_RESOLUTION.
4549 (EMACS_SECS, emacs_secs_addr): Remove. All uses changed to tv_sec.
4550 (EMACS_NSECS): Remove. All uses changed to tv_nsec.
4551 (make_emacs_time): Remove. All used changed to make_timespec.
4552 (invalid_timespec): Rename from invalid_emacs_time. All uses changed.
4553 (current_timespec): Rename from current_emacs_time. All uses changed.
4554 (add_emacs_time): Remove. All uses changed to timespec_add.
4555 (sub_emacs_time): Remove. All uses change dot timespec_sub.
4556 (EMACS_TIME_SIGN): Remove. All uses changed to timespec_sign.
4557 (timespec_valid_p): Rename from EMACS_TIME_VALID_P. All uses changed.
4558 (EMACS_TIME_FROM_DOUBLE): Remove. All uses changed to dtotimespec.
4559 (EMACS_TIME_TO_DOUBLE): Remove. All uses changed to timespectod.
4560 (current_timespec): Rename from current_emacs_time. All uses changed.
4561 (EMACS_TIME_EQ, EMACS_TIME_LT, EMACS_TIME_LE): Remove. All uses
4562 changed to timespec_cmp.
4563 * xgselect.c: Include <timespec.h>, since our .h files don't.
4564
4565 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
4566
4567 * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)
4568 * nsterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
4569 Remove the leftovers.
4570 * gtkutil.c (toplevel): Do not declare Qxft but include
4571 font.h to do so.
4572 * image.c (toplevel): Do not declare Vlibrary_cache because
4573 it's already done in lisp.h.
4574
4575 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
4576
4577 * lisp.h (Mouse_HLInfo): Move from here...
4578 * dispextern.h (Mouse_HLInfo): ...to here and offload lisp.h.
4579 (reset_mouse_highlight): New function.
4580 * msdos.c (dos_set_window_size, IT_update_begin)
4581 (internal_terminal_init):
4582 * nsterm.m (ns_update_window_end, x_free_frame_resources)
4583 (ns_initialize_display_info):
4584 * w32console.c (initialize_w32_display):
4585 * w32term.c (x_update_window_end, x_free_frame_resources)
4586 (w32_initialize_display_info):
4587 * xterm.c (x_update_window_end, x_free_frame_resources, x_term_init):
4588 * window.c (Fdelete_other_windows_internal):
4589 * xdisp.c (clear_mouse_face, cancel_mouse_face): Use it.
4590 * termchar.h (toplevel):
4591 * xterm.h (toplevel): Include dispextern.h.
4592
4593 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
4594
4595 Fix minor problems found by static checking.
4596 * image.c (XGetPixel, XPutPixel) [HAVE_NS]: Now static.
4597 (expect): Avoid nested-if warning.
4598 (x_build_heuristic_mask) [HAVE_NS]: Avoid unused-var warning.
4599 * nsmenu.m (fillWithWidgetValue:): Avoid type warning.
4600 * nsterm.h, nsterm.m (ns_select):
4601 * xgselect.c, xgselect.h (xg_select):
4602 Adjust signature to better match pselect's.
4603 * nsterm.m (ns_select):
4604 Don't set *TIMEOUT, since pselect doesn't.
4605 * regex.c (whitespace_regexp): Now const_re_char *, to avoid
4606 diagnostic about assigning const char * to it.
4607 * xfaces.c (x_display_info) [HAVE_NS]: Remove; unused.
4608
4609 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * lread.c (substitute_object_recurse): Handle hash-tables as well
4612 (bug#15190).
4613
4614 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
4615
4616 Fix unlikely core dump in init_tty, and simplify terminfo case.
4617 * term.c (init_tty) [TERMINFO]: Fix check for buffer overrun.
4618 The old version incorrectly dumped core if malloc returned a
4619 buffer containing only non-NUL bytes.
4620 (init_tty): Do not allocate or free termcap buffers; the
4621 struct does that for us now.
4622 * termchar.h (TERMCAP_BUFFER_SIZE) [!TERMINFO]: New constant.
4623 (struct tty_display_info): Define members termcap_term_buffer and
4624 termcap_strings_buffer only if !TERMINFO, since terminfo doesn't
4625 use them. Allocate them directly in struct rather than indirectly
4626 via a pointer, to simplify init_tty.
4627
4628 * frame.c (check_minibuf_window): Initialize 'window' properly,
4629 so that Emacs reliably aborts later if 'window' is not initialized.
4630
4631 2013-08-26 Jan Djärv <jan.h.d@swipnet.se>
4632
4633 * gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" instead
4634 of VoidSymbol (Bug#15154).
4635
4636 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru>
4637
4638 * lisp.h (Mouse_HLInfo): Drop set-but-unused members
4639 mouse_face_beg_y and mouse_face_end_y.
4640 * xdisp.c (note_tool_bar_highlight, mouse_face_from_buffer_pos)
4641 (mouse_face_from_string_pos, note_mode_line_or_margin_highlight):
4642 Adjust users and update comment where appropriate.
4643
4644 2013-08-26 Martin Rudalics <rudalics@gmx.at>
4645
4646 * frame.c (check_minibuf_window): New function.
4647 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
4648 Call check_minibuf_window (Bug#15183).
4649
4650 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru>
4651
4652 * window.h (struct window): Replace last_cursor with last_cursor_vpos
4653 because this is the only last cursor data we need to keep and consult.
4654 * window.c (replace_window, set_window_buffer, Fsplit_window_internal):
4655 * xdisp.c (mark_window_display_accurate_1, try_cursor_movement):
4656 Adjust users.
4657
4658 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru>
4659
4660 Fix recovering from possible decompression error.
4661 Since insert_from_gap doesn't always move point, we can't use PT as
4662 the position where the partially decompressed data ends, and
4663 should count how many bytes was produced so far.
4664 * decompress.c (struct decompress_unwind_data): Add nbytes member.
4665 (unwind_decompress): Really delete partially uncompressed data.
4666 (Fzlib_decompress_region): Take decompressed data size into account.
4667
4668 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru>
4669
4670 * syntax.c (init_syntax_once): Adjust comment and do an early
4671 initialization of Qchar_table_extra_slots just once...
4672 * casetab.c (init_casetab_once):
4673 * category.c (init_category_once):
4674 * character.c (syms_of_character):
4675 * coding.c (syms_of_coding):
4676 * xdisp.c (syms_of_xdisp): ...and omit it here.
4677
4678 2013-08-24 Eli Zaretskii <eliz@gnu.org>
4679
4680 * xdisp.c (get_next_display_element): Don't apply to characters
4681 from a display vector the logic of setting it->end_of_box_run_p
4682 suitable for characters from a buffer. (Bug#15175)
4683
4684 * w32.c (fdutimens): Call 'utime', which is implemented on w32.c
4685 to handle directories, rather than '_utime' which doesn't.
4686 (Bug#15176)
4687
4688 2013-08-24 Jan Djärv <jan.h.d@swipnet.se>
4689
4690 * gtkutil.c (x_wm_set_size_hint): Don't set hints when maximized
4691 or fullscreen (Bug#14627).
4692
4693 2013-08-24 Paul Eggert <eggert@cs.ucla.edu>
4694
4695 System-dependent integer overflow fixes.
4696 * process.c (Fset_process_window_size): Signal an error if
4697 the window size is outside the range supported by the lower level.
4698 * sysdep.c (set_window_size): Return negative on error,
4699 nonnegative on success, rather than -1, 0, 1 on not in system,
4700 failure, success. This is simpler. Caller changed.
4701 (serial_configure): Remove unnecessary initialization of local.
4702 (procfs_get_total_memory) [GNU_LINUX]: Don't assume system memory
4703 size fits in unsigned long; this isn't true on some 32-bit hosts.
4704 Avoid buffer overrun if some future version of /proc/meminfo has a
4705 variable name longer than 20 bytes.
4706 (system_process_attributes) [__FreeBSD__]:
4707 Don't assume hw.availpages fits in 'int'.
4708
4709 2013-08-23 Paul Eggert <eggert@cs.ucla.edu>
4710
4711 Don't let very long directory names overrun the stack.
4712 Fix some related minor problems involving "//", vfork.
4713 * callproc.c (encode_current_directory): New function.
4714 (call_process): Don't append "/"; not needed.
4715 * fileio.c (file_name_as_directory_slop): New constant.
4716 (file_name_as_directory): Allow SRC to be longer than SRCLEN;
4717 this can save the caller having to alloca.
4718 (Ffile_name_as_directory, Fdirectory_file_name, Fexpand_file_name):
4719 Use SAFE_ALLOCA, not alloca.
4720 (directory_file_name, Fexpand_file_name): Leave leading "//"
4721 alone, since it can be special even on POSIX platforms.
4722 * callproc.c (call_process):
4723 * process.c (Fformat_network_address):
4724 * sysdep.c (sys_subshell):
4725 Use encode_current_directory rather than rolling our own.
4726 (create_process): No need to encode directory; caller does that now.
4727 * process.h (encode_current_directory): New decl.
4728 * sysdep.c (sys_subshell): Work even if vfork trashes saved_handlers.
4729 Rework to avoid 'goto xyzzy;'.
4730
4731 2013-08-23 Eli Zaretskii <eliz@gnu.org>
4732
4733 * xdisp.c (handle_face_prop): If the default face was remapped use
4734 the remapped face for strings from prefix properties. (Bug#15155)
4735
4736 2013-08-23 Dmitry Antipov <dmantipov@yandex.ru>
4737
4738 Minor cleanup for redisplay interface and few related functions.
4739 * frame.h (enum text_cursor_kinds): Move from here...
4740 * dispextern.h (enum text_cursor_kinds): ...to here.
4741 (toplevel): Drop unnecessary declarations.
4742 (struct redisplay_interface): Use bool and enum text_cursor_kinds
4743 in update_window_end_hook and draw_window_cursor functions.
4744 (display_and_set_cursor, x_update_cursor): Adjust prototypes.
4745 * nsterm.m (ns_update_window_end, ns_draw_window_cursor):
4746 * w32term.c (x_update_window_end, w32_draw_window_cursor):
4747 * xterm.c (x_update_window_end, x_draw_window_cursor):
4748 * xdisp.c (display_and_set_cursor, update_window_cursor)
4749 (update_cursor_in_window_tree, x_update_cursor): Use bool and
4750 enum text_cursor_kinds where appropriate.
4751
4752 2013-08-23 Dmitry Antipov <dmantipov@yandex.ru>
4753
4754 Redesign redisplay interface to drop updated_row and updated_area.
4755 * dispextern.h (updated_row, updated_area): Remove declaration.
4756 (struct redisplay_interface): Pass glyph row and row area parameters
4757 to write_glyphs, insert_glyphs and clear_end_of_line functions.
4758 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
4759 Adjust prototypes.
4760 * dispnew.c (updated_row, updated_area): Remove.
4761 (redraw_overlapped_rows, update_window_line): Adjust user.
4762 (update_marginal_area, update_text_area): Likewise. Pass updated row
4763 as a parameter. Prefer enum glyph_row_area to int where appropriate.
4764 * xdisp.c (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
4765 Adjust users.
4766
4767 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
4768
4769 * process.c (flush_pending_output): Remove stub.
4770 All uses removed.
4771
4772 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
4773
4774 * callproc.c: Fix race that killed background processes (Bug#15144).
4775 (call_process): New arg TEMPFILE_INDEX. Callers changed.
4776 Record deleted process-id in critical section, not afterwards.
4777 Don't mistakenly kill process created by a call-process invocation
4778 that discards output and does not wait.
4779
4780 2013-08-21 Dmitry Antipov <dmantipov@yandex.ru>
4781
4782 Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE
4783 and GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES.
4784 * alloc.c (toplevel): Remove unnecessary nested #if...#endif.
4785 (mark_maybe_object) [!GC_MARK_STACK]: Define to emacs_abort
4786 to shut up compiler in mark_object.
4787 (dump_zombies): Convert to global and add EXTERNALLY_VISIBLE.
4788
4789 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
4790
4791 * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag.
4792 We can't portably rely on PTY_OPEN doing that, even if
4793 it calls posix_openpt with O_CLOEXEC.
4794
4795 2013-08-20 Kenichi Handa <handa@gnu.org>
4796
4797 * character.c (string_char): Improve commentary.
4798
4799 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
4800
4801 * image.c (SIGNATURE_DIGESTSIZE): Remove.
4802 (struct animation_cache): Make signature a flexible array member.
4803 All uses changed. This is a tad slower but may insulate us better
4804 from future changes to ImageMagick.
4805
4806 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
4807
4808 * image.c: Shrink memory needed for animation cache.
4809 (SIGNATURE_DIGESTSIZE): New constant.
4810 (struct animation_cache): Make 'signature' a fixed size array of bytes.
4811 (imagemagick_create_cache): Copy the signature. This saves
4812 several KB of memory that ImageMagick wastes per signature.
4813 Don't bother updating the update_time, as the caller does that now.
4814 (imagemagick_prune_animation_cache): Don't destroy the signature, as
4815 it's a fixed size struct member now.
4816 (imagemagick_get_animation_cache): Always destroy the signature,
4817 as it's now imagemagick_create_cache's responsibility to copy it.
4818 Avoid duplicate calls to strcmp and to imagemagick_create_cache,
4819 and use memcmp rather than strcmp.
4820 eassert that ImageMagick returns a signature of the specified length.
4821
4822 2013-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4823
4824 * image.c (imagemagick_get_animation_cache): Don't segfault on
4825 each invocation.
4826 (imagemagick_get_animation_cache): Revert to previous definition
4827 so that it actually works. But keep the memory leak fix.
4828 (imagemagick_get_animation_cache): Fix memory leak.
4829
4830 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
4831
4832 * image.c: Fix animation cache signature memory leak.
4833 Fix some other minor performance problems while we're at it.
4834 (imagemagick_create_cache): Clear just the members that
4835 need clearing. Don't set update_time, as caller does that now.
4836 (imagemagick_prune_animation_cache, imagemagick_get_animation_cache):
4837 Simplify by using pointer-to-pointer instead of a prev pointer.
4838 (imagemagick_prune_animation_cache): Use make_emacs_time rather
4839 than EMACS_TIME_FROM_DOUBLE, and DestroyString rather than free.
4840 (imagemagick_get_animation_cache): Don't xstrdup the image signature;
4841 it's already a copy. Free the signature probe unless it's cached.
4842
4843 * process.c (handle_child_signal): Fix crash; deleted pid (Bug#15106).
4844 This was introduced by my 2013-08-12 fix for Bug#15035.
4845
4846 2013-08-19 Dmitry Antipov <dmantipov@yandex.ru>
4847
4848 * image.c (imagemagick_create_cache, imagemagick_get_animation_cache)
4849 (imagemagick_prune_animation_cache): Now static.
4850
4851 2013-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4852
4853 * image.c (imagemagick_get_animation_cache): Don't segfault when
4854 pruning all entries.
4855
4856 2013-08-18 Ken Brown <kbrown@cornell.edu>
4857
4858 * sheap.c (STATIC_HEAP_SIZE): Adjust to current needs; use bigger
4859 static heap if ENABLE_CHECKING is defined.
4860 (max_bss_sbrk_ptr): New variable.
4861 (bss_sbrk): Use it.
4862 (report_sheap_usage): Report maximum static heap usage instead of
4863 ending static heap usage.
4864
4865 2013-08-17 Eli Zaretskii <eliz@gnu.org>
4866
4867 * decompress.c (Fzlib_available_p) [WINDOWSNT]: Update the value
4868 of zlib_initialized according to the results of calling
4869 init_zlib_functions.
4870
4871 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4872
4873 * image.c: Implement an ImageMagick per-image cache.
4874 (imagemagick_get_animation_cache): Fix a double-free error.
4875 (imagemagick_load_image): Remove the ping_wand code, which only
4876 apparently saved time on invalid animated images, and slowed down
4877 everything else. Optimise for the common case.
4878
4879 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
4880
4881 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
4882
4883 * editfns.c (insert_before_markers): Mention overlay in the doc string.
4884
4885 * marker.c (set_marker): Remove documentation of undefined behavior.
4886
4887 2013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4888
4889 * image.c (imagemagick_compute_animated_image): Animate correctly
4890 when sub-images are smaller than the main image.
4891 (imagemagick_compute_animated_image): Setting the iterator row to
4892 zero is apparently not allowed.
4893 (imagemagick_compute_animated_image): Allow images that say they
4894 have sub-images that are bigger than the main image, but just crop
4895 them.
4896
4897 2013-08-15 Jan Djärv <jan.h.d@swipnet.se>
4898
4899 * nsmenu.m (menuWillOpen:): Fix preprocessor test (Bug#15001).
4900
4901 2013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * image.c (imagemagick_compute_animated_image): Respect the GIF
4904 disposal methods.
4905
4906 2013-08-15 Ken Brown <kbrown@cornell.edu>
4907
4908 * emacs.c (main): Update comment about G_SLICE_ALWAYS_MALLOC.
4909 * gmalloc.c (memalign) [CYGWIN]: Revert last change; it's not
4910 needed.
4911
4912 2013-08-15 Paul Eggert <eggert@cs.ucla.edu>
4913
4914 Fix minor problems found by static checking.
4915 * frame.c (delete_frame):
4916 * xdisp.c (next_element_from_display_vector):
4917 Avoid uninitialized local.
4918 * image.c (imagemagick_compute_animated_image): Port to C89.
4919 Prefer usual GNU indentation style for loops.
4920 Be more careful about bizarrely large sizes, by using ptrdiff_t
4921 instead of int.
4922
4923 2013-08-15 Dmitry Antipov <dmantipov@yandex.ru>
4924
4925 Fix infinite frame selection loop (Bug#15025).
4926 * frame.c (delete_frame): Prefer fast ad-hoc loop to next_frame.
4927
4928 2013-08-15 Eli Zaretskii <eliz@gnu.org>
4929
4930 * xdisp.c (compute_window_start_on_continuation_line):
4931 When WORD_WRAP is in effect, use move_it_to instead of move_it_by_lines
4932 to make sure we end up setting the window start at the leftmost
4933 visible character of the display line. This avoids funky
4934 horizontal shifting because the window start is not kept on the
4935 same position. (Bug#15090)
4936 (next_element_from_display_vector): Support 'box' face attribute
4937 in the face definitions of a display vector. (Bug#15099)
4938
4939 2013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4940
4941 * image.c (imagemagick_compute_animated_image): Implement animated
4942 images (bug#14700).
4943 (imagemagick_compute_animated_image): Fix some compilation
4944 warnings. Implement a very simple cache to make the animation
4945 usable at all, but it should be replaced with a per-image cache.
4946
4947 2013-08-15 Dmitry Antipov <dmantipov@yandex.ru>
4948
4949 * lisp.h (FOR_EACH_ALIST_VALUE): New macro
4950 to do `for' loops over alist values.
4951 * buffer.h (FOR_EACH_BUFFER):
4952 * process.c (FOR_EACH_PROCESS): Use it.
4953 (handle_child_signal, status_notify, Fget_buffer_process)
4954 (kill_buffer_processes): Use FOR_EACH_PROCESS.
4955
4956 2013-08-15 Dmitry Antipov <dmantipov@yandex.ru>
4957
4958 * term.c (get_named_tty, create_tty_output, tty_free_frame_resources)
4959 (tty_free_frame_resources, delete_tty): Prefer eassert to emacs_abort.
4960 * image.c (make_image_cache): For struct image_cache, prefer xmalloc
4961 to xzalloc and so avoid redundant call to memset.
4962 * xterm.c (x_term_init): Avoid unnecessary initializations of dpyinfo
4963 members because it is allocated with xzalloc and so already zeroed.
4964
4965 2013-08-14 Ken Brown <kbrown@cornell.edu>
4966
4967 * gmalloc.c (memalign) [CYGWIN]: Rename to emacs_memalign
4968 (Bug#15094).
4969
4970 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
4971
4972 Utility function and macro to copy Lisp string to C string.
4973 * lisp.h (xlispstrdupa): New macro.
4974 (xlispstrdup): New prototype.
4975 * alloc.c (xlispstrdup): New function.
4976 * callint.c (Fcall_interactively):
4977 * fileio.c (Ffile_name_directory, Fexpand_file_name)
4978 (Fsubstitute_in_file_name):
4979 * frame.c (Fmake_terminal_frame): Use xlispstrdupa.
4980 * image.c (x_create_bitmap_from_file):
4981 * w32term.c (w32_term_init):
4982 * xterm.c (x_term_init): Use xlispstrdup.
4983
4984 2013-08-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4985
4986 * image.c (imagemagick_load_image): Make animated pictures work.
4987 There's still some problems with background color settings, though
4988 (bug#14700).
4989
4990 * decompress.c (unwind_decompress): Always restore point.
4991
4992 2013-08-14 Xue Fuqiao <xfq.free@gmail.com>
4993
4994 * marker.c (set_marker): Reformat documentation.
4995
4996 2013-08-14 Paul Eggert <eggert@cs.ucla.edu>
4997
4998 * xdisp.c (cursor_type_changed): Now static.
4999
5000 * image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
5001 Use changed. This avoids the need to call xmalloc and for the
5002 caller to call xfree, and avoids memory leaks in some situations.
5003
5004 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
5005
5006 * xdisp.c (adjust_window_ends): Move duplicated code to new function.
5007 (try_window, try_window_reusing_current_matrix, try_window_id): Use it.
5008 (redisplay_window): If window_end_valid is cleared due to non-zero
5009 windows_or_buffers_changed, clear current_matrix_up_to_date_p and
5010 so do not call to try_cursor_movement for that window.
5011
5012 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
5013
5014 * window.h (struct window): Convert window_end_pos and
5015 window_end_vpos from Lisp_Object to ptrdiff_t and int, respectively.
5016 (wset_window_end_pos, wset_window_end_vpos): Remove.
5017 * dispnew.c (adjust_glyph_matrix):
5018 * window.c (Fwindow_end, replace_window, set_window_buffer)
5019 (make_window):
5020 * xdisp.c (check_window_end, move_it_to, redisplay_internal)
5021 (set_vertical_scroll_bar, redisplay_window, try_window)
5022 (try_window_reusing_current_matrix, find_first_unchanged_at_end_row)
5023 (try_window_id, decode_mode_spec, mouse_face_from_buffer_pos)
5024 (note_mouse_highlight): Adjust users.
5025 (try_cursor_movement): Likewise. Convert old precondition to eassert.
5026 Add comment.
5027
5028 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
5029
5030 Fix --enable-gcc-warnings errors introduced in 2013-08-13 commit.
5031 * image.c (imagemagick_filename_hint): Use `const char *' and
5032 prefer SSDATA to SDATA to avoid warnings.
5033
5034 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
5035
5036 Cleanup window fringes, margins and scroll bars adjustments.
5037 * window.c (set_window_fringes, set_window_margins)
5038 (set_window_scroll_bars, apply_window_adjustment): New functions.
5039 (set_window_buffer, Fset_window_margins, Fset_window_fringes)
5040 (Fset_window_scroll_bars): Use them.
5041
5042 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
5043
5044 * window.h (struct window): Convert scroll_bar_width
5045 from Lisp_Object to integer. Adjust comment.
5046 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
5047 Adjust users.
5048 * window.c (wset_scroll_bar_width): Remove.
5049 (make_window): Initialize scroll_bar_width.
5050 (Fsplit_window_internal): Use direct assignment.
5051 (Fset_window_configuration, save_window_save):
5052 Convert Lisp_Object to integer and back where appropriate.
5053 (Fset_window_scroll_bars): Adjust user. Return t if any scroll
5054 bar was actually changed, and mention this in docstring.
5055
5056 2013-08-13 Paul Eggert <eggert@cs.ucla.edu>
5057
5058 * decompress.c: Minor simplifications.
5059 (Fzlib_decompress_region): Don't bother verifying
5060 that avail_out <= UINT_MAX, as that was confusing.
5061 Mention the restriction in a comment instead.
5062 Prefer 'int' to 'ptrdiff_t' when 'int' is wide enough.
5063
5064 2013-08-13 Jan Djärv <jan.h.d@swipnet.se>
5065
5066 * nsmenu.m (x_activate_menubar): Check for OSX >= 10.5
5067 (trackingNotification:): Call ns_check_menu_open only for OSX >= 10.5.
5068
5069 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5070
5071 * image.c (imagemagick_filename_hint): Check for errors in the
5072 alist structure.
5073
5074 2013-08-13 Eli Zaretskii <eliz@gnu.org>
5075
5076 * window.c (Fwindow_margins): Return nil when there's no marginal
5077 area, as per the documented API.
5078
5079 * w32term.c (x_scroll_bar_create): Use ALLOCATE_PSEUDOVECTOR, not
5080 Fmake_vector, as scroll bar's struct members are not all Lisp
5081 objects now. This avoids crashes in GC.
5082
5083 * w32term.h (struct scroll_bar): Convert fringe_extended_p to a
5084 bool, so its address could be taken.
5085
5086 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5087
5088 * image.c (imagemagick_filename_hint): New function to possibly
5089 apply `image-content-type-suffixes'.
5090 (imagemagick_load_image): Use it.
5091
5092 2013-08-13 Eli Zaretskii <eliz@gnu.org>
5093
5094 * decompress.c (Fzlib_decompress_region) [WINDOWSNT]: Return Qnil
5095 if loading zlib failed.
5096
5097 2013-08-13 Jan Djärv <jan.h.d@swipnet.se>
5098
5099 * nsterm.m (ns_set_vertical_scroll_bar): Fix breakage intruduced by
5100 2013-08-13 checkin below. Change bool to BOOL, rule is:
5101 All Obj-C code uses BOOL, except for interfaces callable from C.
5102
5103 * nsterm.h: Fix CGFloat for OSX 10.4 (Bug#15086).
5104
5105 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
5106
5107 * window.h (WINDOW_FRINGE_EXTENDED_P): New macro.
5108 * nsterm.m (ns_set_vertical_scroll_bar): Use it. Use convenient
5109 bool instead of BOOL.
5110 * w32term.h (struct scroll_bar): Convert fringe_extended_p
5111 from Lisp_Object to bitfield. Adjust comment.
5112 * w32term.c (x_scroll_bar_create): Adjust user.
5113 Use WINDOW_FRINGE_EXTENDED_P and bool for boolean.
5114 * xterm.c (XTset_vertical_scroll_bar): Likewise.
5115 Use bool for boolean.
5116 * xterm.h (struct scroll_bar): Prefer commonly used `unsigned'
5117 to `unsigned int' when defining a bitfield.
5118
5119 2013-08-13 Paul Eggert <eggert@cs.ucla.edu>
5120
5121 * decompress.c (Fzlib_decompress_region): Try to clarify 'avail_out'.
5122
5123 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
5124
5125 * window.h (struct window): Convert left_margin_cols and
5126 right_margin_cols from Lisp_Objects to integers. Adjust comment.
5127 (WINDOW_LEFT_MARGIN_COLS, WINDOW_RIGHT_MARGIN_COLS)
5128 (WINDOW_LEFT_MARGIN_WIDTH, WINDOW_RIGHT_MARGIN_WIDTH):
5129 Adjust users.
5130 * dispnew.c (margin_glyphs_to_reserve): Convert 3rd arg to int.
5131 Adjust comment.
5132 (showing_window_margins_p, update_window_line, update_frame_1):
5133 * fringe.c (draw_fringe_bitmap_1):
5134 * xdisp.c (window_box_width): Adjust users.
5135 * window.c (wset_left_margin_cols, wset_right_margin_cols): Remove.
5136 (adjust_window_margins, set_window_buffer, Fsplit_window_internal):
5137 Use direct assignment.
5138 (Fset_window_configuration, save_window_save, Fwindow_margins):
5139 Convert Lisp_Object to integer and back where appropriate.
5140 (Fset_window_margins): Adjust user. Return t if any margin
5141 was actually changed, and mention this in docstring.
5142
5143 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
5144
5145 * syntax.c (forward_word):
5146 * cmds.c (forward_char, backward_char): Mention the optional argument.
5147
5148 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
5149
5150 * window.h (struct window): Convert left_fringe_width
5151 and right_fringe_width from Lisp_Objects to integers.
5152 Adjust comment.
5153 (WINDOW_FRINGE_COLS, WINDOW_LEFT_FRINGE_WIDTH)
5154 (WINDOW_RIGHT_FRINGE_WIDTH): Adjust users.
5155 * window.c (wset_left_fringe_width, wset_right_fringe_width):
5156 Remove.
5157 (make_window): Initialize new integer fields to -1.
5158 (Fsplit_window_internal): Use direct assignment.
5159 (Fset_window_configuration, save_window_save):
5160 Convert Lisp_Object to integer and back where appropriate.
5161 (Fset_window_fringes): Adjust user. Return t if any fringe
5162 was actually changed, and mention this in docstring.
5163
5164 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
5165
5166 * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
5167 * nsfns.m (x_set_cursor_type):
5168 * w32fns.c (x_set_cursor_type):
5169 * xfns.c (x_set_cursor_type): Do not set cursor_type_changed here...
5170 * xdisp.c (set_frame_cursor_types): ...but in common code.
5171
5172 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
5173
5174 * font.c (clear_font_cache): New function, stripped from...
5175 (Fclear_font_cache): ...here, which now uses the function
5176 above. Adjust comment.
5177 * font.h (clear_font_cache): Add prototype.
5178 * xfaces.c (clear_face_cache): Use clear_font_cache.
5179
5180 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
5181
5182 * window.c (Fset_window_start): Compare `w', not `window' because
5183 `w' might not be equal to `window' after call to decode_live_window.
5184
5185 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
5186
5187 * process.c (deactivate_process): Reset fds to -1 (Bug#15035).
5188 This fixes a problem introduced by the Bug#15035 patch
5189 when using GPG. Reported by Herbert J. Skuhra.
5190
5191 2013-08-12 Eli Zaretskii <eliz@gnu.org>
5192
5193 * decompress.c <zlib_initialized> [WINDOWSNT]: New static variable.
5194 (Fzlib_decompress_region) [WINDOWSNT]: Call init_zlib_functions if
5195 not yet initialized.
5196
5197 2013-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5198
5199 * decompress.c (Fzlib_decompress_region): Support zlib
5200 decompression, too, and rename.
5201
5202 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
5203
5204 Minor zlib configuration tweaks.
5205 * decompress.c (fn_inflateInit2) [!WINDOWSNT]:
5206 Don't assume presence of fn_inflateInit2_ zlib internal function.
5207
5208 2013-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5209
5210 * decompress.c (Fzlib_decompress_gzipped_region): Rename to
5211 include the zlib prefix.
5212
5213 2013-08-12 Eli Zaretskii <eliz@gnu.org>
5214
5215 * decompress.c [WINDOWSNT]: Include windows.h and w32.h.
5216 (DEF_ZLIB_FN, LOAD_ZLIB_FN) [WINDOWSNT]: New macros. Use them to
5217 define static variables that are pointers to zlib functions to be
5218 dynamically loaded.
5219 (init_zlib_functions) [WINDOWSNT]: New function.
5220 (fn_inflateInit2_, fn_inflate, fn_inflateEnd, fn_inflateInit2):
5221 New macros.
5222 (Fdecompress_gzipped_region, unwind_decompress): Use the fn_*
5223 macros instead of invoking the zlib functions directly.
5224 (syms_of_decompress): DEFSYM Qzlib_dll.
5225 Staticpro Szlib_available_p.
5226
5227 2013-08-12 Dmitry Antipov <dmantipov@yandex.ru>
5228
5229 Avoid looping over all frame windows to freeze and unfreeze.
5230 * window.h (struct window): Drop frozen_window_start_p.
5231 (freeze_window_starts): Drop prototype.
5232 * frame.h (struct frame): New frozen_window_starts flag.
5233 (FRAME_WINDOWS_FROZEN): New macro.
5234 * window.c (freeze_window_start, freeze_window_starts):
5235 Remove.
5236 (select_window, replace_window): Adjust users.
5237 * xdisp.c (resize_mini_window): Use FRAME_WINDOWS_FROZEN.
5238 (window_frozen_p): New function.
5239 (redisplay_window): Use it.
5240
5241 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
5242
5243 Fix some fd issues when running subprocesses (Bug#15035).
5244 Fix bugs that can leak files or file descriptors on errors.
5245 Don't unlink open temp files, as that's hard for users to diagnose
5246 when things go awry (e.g., temp disk exhausted).
5247 Don't bother to lock temp files. Check for invalid recursion.
5248 * callproc.c (synch_process_fd): Remove. All uses removed.
5249 (synch_process_tempfile): New var or macro.
5250 (CALLPROC_STDOUT, CALLPROC_STDERR, CALLPROC_PIPEREAD, CALLPROC_FDS):
5251 New constants.
5252 (record_kill_process): New arg, the temp name. All callers changed.
5253 (delete_temp_file): Now just a simple wrapper around unlink.
5254 (call_process_kill): New arg, the call_process_fd array.
5255 Close them all. Clear synch_process_pid. Remove the temp file,
5256 or arrange for it to be removed.
5257 (call_process_cleanup) [MSDOS]: Arg no longer contains file name;
5258 that's been moved to synch_process_tempfile. Caller changed.
5259 Do not remove the tempfile; that's now call_process_kill's
5260 responsibility.
5261 (call_process_cleanup) [!MSDOS]: Do not record unwind-protect for
5262 call_process_kill; the caller now does that.
5263 (call_process_cleanup): Do not close the process fd; that's now
5264 call_process_kill's responsibility.
5265 (Fcall_process): Implement via new function call_process, which
5266 has most of the old body of Fcall_process, but with a different API.
5267 (call_process): New function that does not open or close filefd if
5268 it is nonnegative. Record which fds need to be closed, and let
5269 call_process_kill close (and remove the tempfile, on MSDOS) on error.
5270 Signal an error if invoked recursively (could be done via a hook).
5271 Simplify creation of the tempfile in the MSDOS case.
5272 Don't create the output file until after checking for the executable.
5273 Report any failure to open /dev/null.
5274 Don't open /dev/null for writing twice; once is enough.
5275 Don't create pipe if all output is being discarded or sent to file.
5276 Don't worry about setting up the coding system or reading from the
5277 pipe if all output is being discarded.
5278 Hoist fd_error local into top level, to lessen block nesting.
5279 Don't record deleted pid here; now done by Fcall_process_region.
5280 (Fcall_process) [MSDOS]: Report mktemp failure immediately,
5281 and note its success in synch_process_tempfile.
5282 Do not leak resources when child_setup fails.
5283 (Fcall_process) [!MSDOS && !WINDOWSNT]: Remove duplicate assignment
5284 to child_errno. Remove unnecessary close of fd0; it's close-on-exec.
5285 (create_temp_file): Now returns open fd, with an additional
5286 Lisp_Object * argument to return the name. All callers changed.
5287 Do not close the file; rewind it instead, and leave it open for
5288 the caller. Do not lock the temp file. Unwind-protect the file
5289 and the file-descriptor.
5290 (Fcall_process_region): If the input is /dev/null, unwind-protect it.
5291 If an asynchrounous process, record it here, not in call_process.
5292 (syms_of_callproc) [MSDOS]: Initialize synch_process_tempfile.
5293 * eval.c (set_unwind_protect): New function.
5294 * fileio.c (write_region): New function, generalized from the
5295 old Fwrite_region. Do not lock temp files.
5296 (Fwrite_region): Use it.
5297 * lisp.h (set_unwind_protect, write_region): New decls.
5298 * process.c: Include <verify.h>.
5299 (make_process): Mark fds as initially closed.
5300 (deleted_pid_list): Now a list of pid-filename pairs.
5301 All uses changed.
5302 (close_process_fd): New function.
5303 (SUBPROCESS_STDIN, WRITE_TO_SUBPROCESS, READ_FROM_SUBPROCESS)
5304 (SUBPROCESS_STDOUT, READ_FROM_EXEC_MONITOR, EXEC_MONITOR_OUTPUT):
5305 New constants. Verify that their number matches PROCESS_OPEN_FDS.
5306 (create_process, create_pty, Fmake_serial_process)
5307 (server_accept_connection): Record which fds need to be closed,
5308 and let deactivate_process close them.
5309 (Fmake_network_process): Do not discard the unwind-protect
5310 until it's safe to do so.
5311 (deactivate_process): Close the fds opened by create_process etc.
5312 (Fprocess_send_eof): Adjust to new way of recording open fds.
5313 Report an error if /dev/null can't be opened, instead of aborting.
5314 * process.h (PROCESS_OPEN_FDS): New constant.
5315 (struct Lisp_Process): New member open_fds.
5316 (record_kill_process, record_deleted_pid): Adjust signatures.
5317 (record_deleted_pid): Move decl here ...
5318 * syswait.h (record_deleted_pid): ... from here.
5319
5320 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
5321
5322 * decompress.c: Fix bugs with large buffers and weird inputs.
5323 Tune a bit. Reindent as per usual Emacs style.
5324 (BUFFER_SIZE): Remove.
5325 (Fdecompress_gzipped_region): Do not mishandle input buffers with
5326 more than UINT_MAX bytes. Decompress into the gap instead of into
5327 an auto buffer, as this should avoid copying. Return nil if
5328 'inflate' returns Z_NEED_DICT, as we have no dictionary. Do not
5329 set immediate_quit; we shouldn't trust zlib code that much.
5330
5331 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5332
5333 * decompress.c (Fdecompress_gzipped_region): Respect all zlib
5334 errors, and really move the gap to where we want it.
5335
5336 * lisp.h: Include decompress.c support.
5337
5338 * emacs.c (main): Include decompress.c support.
5339
5340 * Makefile.in: Include -lz if present.
5341
5342 2013-08-11 Jan Djärv <jan.h.d@swipnet.se>
5343
5344 * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:frame:
5345 (initWithTitle:): Initialize frame to 0.
5346 (fillWithWidgetValue:): Call fillWithWidgetValue:frame.
5347 (fillWithWidgetValue:frame:): Rename from
5348 fillWithWidgetValue:setDelegate, call initWithTile:frame: if f.
5349
5350 * nsterm.h (EmacsMenu): fillWithWidgetValue:setDelegate renamed to
5351 fillWithWidgetValue:frame:
5352
5353 * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Allocate and release pool to
5354 remove memory leak warnings.
5355
5356 * nsterm.m (menu_pending_title, ns_get_pending_menu_title): Remove.
5357 (ns_check_menu_open): Handle menu == nil. Remove assignment to
5358 menu_pending_title.
5359
5360 * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:setDelegate.
5361 (x_activate_menubar): Update the whole menu.
5362 (trackingNotification:): Call ns_check_menu_open if tracking ends.
5363 (menuWillOpen:): Increment trackingMenu. For OSX <= 10.6, exit if
5364 current event is not NSSystemDefined (Bug#15001).
5365 Call ns_check_menu_open only if trackingMenu is 2.
5366 (menuDidClose:): New method, decrease trackingMenu.
5367 (fillWithWidgetValue:setDelegate:): New method.
5368 (fillWithWidgetValue:): Call the above.
5369
5370 * nsterm.h (EmacsMenu): Add fillWithWidgetValue:setDelegate:
5371
5372 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
5373
5374 Omit some unnecessary casts.
5375 Many of these go back to the old pre-C89 days, when they may have
5376 been needed, but we've been assuming C89 or later for a while now.
5377 * alloc.c (live_string_p, live_cons_p, live_symbol_p)
5378 (live_float_p, live_misc_p, live_vector_p):
5379 * buffer.c (compare_overlays, cmp_for_strings, mmap_find)
5380 (mmap_alloc, alloc_buffer_text, enlarge_buffer_text)
5381 (defvar_per_buffer):
5382 * callint.c (Fcall_interactively):
5383 * doc.c (Fsubstitute_command_keys):
5384 * filelock.c (get_boot_time):
5385 * frame.c (xrdb_get_resource):
5386 * gtkutil.c (hierarchy_ch_cb, qttip_cb, style_changed_cb)
5387 (delete_cb, xg_dialog_response_cb, xg_maybe_add_timer)
5388 (xg_get_file_name_from_selector, menuitem_destroy_callback)
5389 (menuitem_highlight_callback, menu_destroy_callback)
5390 (xg_update_menu_item, xg_modify_menubar_widgets, menubar_map_cb)
5391 (xg_tool_bar_callback, xg_get_tool_bar_widgets)
5392 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
5393 (xg_tool_bar_help_callback, tb_size_cb):
5394 * image.c (xpm_alloc_color, png_read_from_memory)
5395 (png_read_from_file, png_load_body, our_memory_skip_input_data)
5396 (jpeg_memory_src, jpeg_file_src, imagemagick_load_image)
5397 (syms_of_image):
5398 * keymap.c (describe_map):
5399 * nsfns.m (Fns_display_monitor_attributes_list):
5400 * nsmenu.m (process_dialog:):
5401 * nsterm.m (hold_event):
5402 * process.c (wait_reading_process_output):
5403 * regex.c (REGEX_REALLOCATE, re_set_registers, re_exec, regexec):
5404 * scroll.c (do_direct_scrolling, scrolling_1):
5405 * termcap.c (tgetent):
5406 * window.c (check_window_containing, add_window_to_list)
5407 (freeze_window_starts):
5408 * xdisp.c (compare_overlay_entries, vmessage):
5409 * xfns.c (x_window, x_get_monitor_attributes_xinerama)
5410 (x_get_monitor_attributes_xrandr)
5411 (Fx_display_monitor_attributes_list, x_display_info_for_name)
5412 (Fx_open_connection, file_dialog_cb, file_dialog_unmap_cb):
5413 * xfont.c (xfont_match, xfont_open):
5414 * xmenu.c (x_menu_wait_for_event, menu_highlight_callback)
5415 (menubar_selection_callback, menu_position_func)
5416 (popup_selection_callback, create_and_show_popup_menu)
5417 (dialog_selection_callback, create_and_show_dialog):
5418 * xrdb.c (x_get_string_resource):
5419 (main) [TESTRM]:
5420 * xsmfns.c (x_session_check_input):
5421 * xterm.c (x_draw_glyphless_glyph_string_foreground)
5422 (xm_scroll_callback, xg_scroll_callback, xg_end_scroll_callback)
5423 (xaw_jump_callback, xaw_scroll_callback):
5424 Omit unnecessary casts.
5425
5426 2013-08-10 Paul Eggert <eggert@cs.ucla.edu>
5427
5428 Minor string-length refactoring.
5429 * alloc.c (xstrdup): Use memcpy, not strcpy, since the length's known.
5430 * frame.c (make_monitor_attribute_list):
5431 Prefer build_string to strlen + make_string.
5432
5433 2013-08-10 Jan Djärv <jan.h.d@swipnet.se>
5434
5435 * xterm.c (x_error_handler): Also ignore BadWindow for X_SetInputFocus,
5436 don't check minor_code (Bug#14417).
5437
5438 2013-08-09 Eli Zaretskii <eliz@gnu.org>
5439
5440 * xdisp.c (draw_glyphs): Don't compare row pointers, compare row
5441 vertical positions instead. This avoids calling MATRIX_ROW with
5442 row numbers that are possibly beyond valid limits. (Bug#15064)
5443
5444 2013-08-09 Dmitry Antipov <dmantipov@yandex.ru>
5445
5446 Use xstrdup and build_unibyte_string where applicable.
5447 * alloc.c (xstrdup): Tiny cleanup. Add eassert.
5448 * xfns.c (x_window):
5449 * xrdb.c (x_get_customization_string):
5450 * xterm.c (xim_initialize):
5451 * w32fns.c (w32_window): Use xstrdup.
5452 (w32_display_monitor_attributes_list):
5453 * emacs.c (init_cmdargs):
5454 * keyboard.c (PUSH_C_STR):
5455 * nsfont.m (nsfont_open):
5456 * sysdep.c (system_process_attributes):
5457 * w32.c (system_process_attributes):
5458 * xdisp.c (message1, message1_nolog): Use build_unibyte_string.
5459
5460 2013-08-09 Eli Zaretskii <eliz@gnu.org>
5461
5462 * w32.c (PEXCEPTION_POINTERS, PEXCEPTION_RECORD, PCONTEXT): Define
5463 variables of these types so that GDB would know about them, as aid
5464 for debugging fatal exceptions. (Bug#15024) See also
5465 http://sourceware.org/ml/gdb/2013-08/msg00010.html for related
5466 discussions.
5467
5468 2013-08-08 Jan Djärv <jan.h.d@swipnet.se>
5469
5470 * nsterm.m (ns_update_begin): Don't change clip path if it would be
5471 larger than the NSWindow (Bug#14934).
5472
5473 2013-08-08 Dmitry Antipov <dmantipov@yandex.ru>
5474
5475 Redesign redisplay interface to drop global variable updated_window.
5476 Always pass currently updated window as a parameter to update routines.
5477 * dispextern.h (updated_window): Remove declaration.
5478 (struct redisplay_interface): Pass window parameter to
5479 write_glyphs, insert_glyphs, clear_end_of_line, cursor_to
5480 and after_update_window_hook.
5481 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line, x_cursor_to):
5482 Adjust prototypes.
5483 * dispnew.c (updated_window): Remove.
5484 (redraw_overlapped_rows, update_marginal_area, update_text_area)
5485 (update_window_line): Adjust to match redisplay interface changes.
5486 * nsterm.m (ns_update_window_begin, ns_update_window_end)
5487 (ns_scroll_run, ns_after_update_window_line):
5488 * w32term.c (x_update_window_begin, x_update_window_end)
5489 (x_after_update_window_line, x_scroll_run):
5490 * xterm.c (x_update_window_begin, x_update_window_end)
5491 (x_after_update_window_line, x_scroll_run):
5492 * xdisp.c (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
5493 Likewise. Adjust comments where appropriate.
5494 (x_cursor_to): Simplify because this is always called during window
5495 update (but install debugging check anyway).
5496 (expose_window): Check must_be_updated_p flag to see whether this
5497 function is called during window update.
5498
5499 2013-08-08 Dmitry Antipov <dmantipov@yandex.ru>
5500
5501 Do not reset window modification event counters excessively.
5502 These leftovers and poor man's tricky methods to catch extra
5503 redisplay's attention are no longer needed.
5504 * frame.c (set_menu_bar_lines_1):
5505 * minibuf.c (read_minibuf_unwind):
5506 * window.c (Fset_window_start, set_window_buffer, window_resize_apply)
5507 (grow_mini_window, shrink_mini_window, window_scroll_pixel_based)
5508 (window_scroll_line_based, Fset_window_configuration):
5509 * xdisp.c (redisplay_window): Do not reset last_modified and
5510 last_overlay_modified counters.
5511
5512 2013-08-07 Jan Djärv <jan.h.d@swipnet.se>
5513
5514 * xselect.c (x_send_client_event): Set send_event and serial, memset
5515 data.l as it might be bigger than data.b. Use 24 bit mask to
5516 XSendEvent (Bug#15034).
5517
5518 2013-08-07 Eli Zaretskii <eliz@gnu.org>
5519
5520 * xdisp.c (prepare_menu_bars): Don't call x_consider_frame_title
5521 for TTY frames that are not the top frame on their console.
5522 (Bug#14616)
5523
5524 2013-08-07 Martin Rudalics <rudalics@gmx.at>
5525
5526 * w32term.c (w32fullscreen_hook): Really maximize frame when
5527 asked for (Bug#14841).
5528
5529 2013-08-07 Dmitry Antipov <dmantipov@yandex.ru>
5530
5531 Prefer selected_window to Fselected_window, likewise for frames.
5532 * buffer.c (Fbuffer_swap_text):
5533 * data.c (Fvariable_binding_locus):
5534 * window.c (run_window_configuration_change_hook): Adjust users.
5535 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
5536 Use decode_live_frame.
5537
5538 2013-08-07 Dmitry Antipov <dmantipov@yandex.ru>
5539
5540 Be more careful if selected window shows the buffer other than current,
5541 use window_outdated only if this is not so. This change should also
5542 address some weird issues discussed in Bug#13012.
5543 * window.h (window_outdated): New prototype.
5544 * window.c (window_outdated): Now here. Convert from static and
5545 always assume window's buffer.
5546 (Fwindow_end, Fwindow_line_height): Use it.
5547 * xdisp.c (reconsider_clip_changes): Remove prototype, drop 2nd arg
5548 and always assume window's buffer.
5549 (redisplay_window): Adjust user.
5550 (redisplay_internal): Call to reconsider_clip_changes once and
5551 check whether mode line should be updated only if selected window
5552 shows current buffer.
5553 (run_window_scroll_functions): Use eassert for debugging check.
5554 (Fmove_point_visually, note_mouse_highlight): Use window_outdated.
5555
5556 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5557
5558 * window.c (window_scroll, window_scroll_pixel_based)
5559 (window_scroll_line_based): Use bool for booleans.
5560
5561 2013-08-06 Paul Eggert <eggert@cs.ucla.edu>
5562
5563 * process.c: Fix minor off-by-one issues in descriptor counts.
5564 This shouldn't fix any real bugs, but it cleans up the code a bit.
5565 (max_process_desc, max_input_desc): -1, not 0, means none.
5566 All uses changed.
5567 (delete_input_desc): New function.
5568 (delete_write_fd, delete_keyboard_wait_descriptor): Use it.
5569 (deactivate_process): Scan backwards when recomuting max_process_desc;
5570 that should be faster.
5571 (init_process_emacs): Initialize max_input_desc.
5572
5573 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5574
5575 Use region cache to speedup bidi_find_paragraph_start.
5576 * buffer.h (struct buffer): New member bidi_paragraph_cache.
5577 Rename cache_long_line_scans to cache_long_scans.
5578 * buffer.c (bset_cache_long_line_scans): Rename to
5579 bset_cache_long_scans.
5580 (Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer)
5581 (Fbuffer_swap_text, init_buffer_once): Take bidi_paragraph_cache
5582 into account.
5583 (syms_of_buffer): Rename cache-long-line-scans to
5584 cache-long-scans. Adjust docstring.
5585 * search.c (newline_cache_on_off):
5586 * indent.c (width_run_cache_on_off): Adjust users.
5587 * bidi.c (bidi_paragraph_cache_on_off): New function.
5588 (bidi_find_paragraph_start): Use bidi_paragraph_cache if needed.
5589 * insdel.c (prepare_to_modify_buffer):
5590 Invalidate bidi_paragraph_cache if enabled.
5591
5592 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5593
5594 Invalidate region caches only if buffer text is going to be changed.
5595 * lisp.h (modify_region_1): Remove 3rd arg and rename to...
5596 (modify_text): ...new prototype.
5597 (prepare_to_modify_buffer_1): New prototype.
5598 * textprop.c (modify_region): Rename to...
5599 (modify_text_properties): ...new function.
5600 (add_text_properties_1, set_text_properties, Fremove_text_properties)
5601 (Fremove_list_of_text_properties): Adjust users.
5602 * insdel.c (modify_region_1): Remove 3rd arg and reimplement as...
5603 (modify_text): ...new function.
5604 (prepare_to_modify_buffer): Reimplement mostly as a wrapper for...
5605 (prepare_to_modify_buffer_1): ...new function.
5606 * casefiddle.c (casify_region):
5607 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
5608 (Ftranspose_regions): Use modify_text.
5609
5610 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * lisp.mk (lisp): Add nadvice.elc.
5613
5614 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5615
5616 New macro to iterate over live buffers similar to frames.
5617 * buffer.h (FOR_EACH_LIVE_BUFFER): New macro.
5618 (Vbuffer_alist, Qpriority, Qbefore_string, Qafter_string):
5619 Declare buffer-related variables here to offload lisp.h.
5620 * buffer.c (Vbuffer_alist): Adjust comment.
5621 (Fget_file_buffer, get_truename_buffer, Fother_buffer)
5622 (other_buffer_safely):
5623 * data.c (store_symval_forwarding):
5624 * dispnew.c (Fframe_or_buffer_changed_p):
5625 * fileio.c (Fdo_auto_save):
5626 * filelock.c (unlock_all_files):
5627 * minibuf.c (read_minibuf): Use FOR_EACH_LIVE_BUFFER.
5628
5629 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
5630
5631 Fix some minor races in hosts lacking mkostemp (Bug#15015).
5632 * callproc.c (create_temp_file):
5633 * filelock.c (create_lock_file):
5634 Assume mkostemp, since it's now provided by Gnulib.
5635
5636 2013-08-04 Eli Zaretskii <eliz@gnu.org>
5637
5638 * w32.c (mkostemp): New function.
5639 (mktemp): Remove, no longer used. Most of the code reused in
5640 mkostemp. (Bug#15015)
5641 (mktemp): Don't undef.
5642
5643 2013-08-04 Dmitry Antipov <dmantipov@yandex.ru>
5644
5645 * dispnew.c (glyph_matrix_count, glyph_pool_count):
5646 Move under GLYPH_DEBUG and ENABLE_CHECKING.
5647 (new_glyph_matrix, free_glyph_matrix, new_glyph_pool)
5648 (free_glyph_pool, check_glyph_memory): Likewise for
5649 all users. Adjust comments where appropriate.
5650
5651 2013-08-03 Paul Eggert <eggert@cs.ucla.edu>
5652
5653 * composite.h: Minor fixups.
5654 (composition_registered_p): Rename from COMPOSITION_REGISTERD_P
5655 to fix a misspelling, and change it to an inline function while
5656 we're at it (it need not be a macro). All uses changed.
5657 (composition_method, composition_valid_p):
5658 Rewrite to avoid assignments in if-conditions.
5659
5660 2013-08-03 Dmitry Antipov <dmantipov@yandex.ru>
5661
5662 Do not use global Lisp_Object in composition macros.
5663 * composite.h (composition_temp): Remove declaration.
5664 (COMPOSITION_METHOD, COMPOSITION_VALID_P): Replace with...
5665 (composition_method, composition_valid_p): ...inline functions.
5666 (compose_region): Remove the leftover.
5667 * composite.c (composition_temp): Remove.
5668 (run_composition_function, update_compositions)
5669 (composition_compute_stop_pos, composition_adjust_point)
5670 (Ffind_composition_internal):
5671 * coding.c (handle_composition_annotation):
5672 * xdisp.c (handle_composition_prop, check_point_in_composition):
5673 Related users changed.
5674
5675 2013-08-03 Dmitry Antipov <dmantipov@yandex.ru>
5676
5677 Drop FRAME_PTR typedef.
5678 * composite.c, font.c, font.h, fontset.c, fontset.h, frame.c, frame.h:
5679 * ftfont.c, ftxfont.c, gtkutil.c, gtkutil.h, image.c, keyboard.c:
5680 * menu.c, menu.h, msdos.c, nsfns.m, nsfont.m, nsmenu.m, nsterm.h:
5681 * nsterm.m, scroll.c, term.c, w32fns.c, w32font.c, w32font.h:
5682 * w32inevt.c, w32inevt.h, w32menu.c, w32notify.c, w32term.c, w32term.h:
5683 * w32uniscribe.c, w32xfns.c, widget.c, window.c, xdisp.c, xfaces.c:
5684 * xfns.c, xfont.c, xftfont.c, xmenu.c, xselect.c, xterm.c:
5685 All related users changed.
5686
5687 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * eval.c (default_toplevel_binding): New function.
5690 (Fdefvar): Use it.
5691 (unbind_to, backtrace_eval_unrewind): Do a bit of CSE simplification.
5692 (Fdefault_toplevel_value, Fset_default_toplevel_value): New subrs.
5693 (syms_of_eval): Export them.
5694 * data.c (Fdefault_value): Micro cleanup.
5695 * term.c (init_tty): Use "false".
5696
5697 2013-08-02 Dmitry Antipov <dmantipov@yandex.ru>
5698
5699 Fix X GC leak in GTK and raw (no toolkit) X ports.
5700 * xterm.c (x_free_frame_resources): If white and black relief
5701 GCs are allocated, always free them here.
5702 * xfns.c (x_make_gc): Omit redundant initialization.
5703 * widget.c (create_frame_gcs): Remove the leftover.
5704 (EmacsFrameDestroy): Do nothing because all GCs are now freed
5705 in x_free_frame_resources.
5706
5707 2013-08-02 Jan Djärv <jan.h.d@swipnet.se>
5708
5709 * nsterm.m (windowWillResize:toSize:): Only change title if
5710 ! maximizing_resize && FULLSCREEN_NONE (Bug#15005). strdup title before
5711 modifying it.
5712 (viewDidEndLiveResize): New method.
5713
5714 * nsterm.h (EmacsView): Add maximizing_resize, put it and old_title
5715 inside NS_IMPL_COCOA.
5716
5717 2013-08-02 Dmitry Antipov <dmantipov@yandex.ru>
5718
5719 * insdel.c (adjust_after_replace, replace_range, del_range_2):
5720 Do not check whether undo is enabled because record_insert and
5721 record_delete does that themselves.
5722
5723 2013-08-02 Dmitry Antipov <dmantipov@yandex.ru>
5724
5725 * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontname
5726 member which is not really used any more.
5727 (FRAME_XIC_BASE_FONTNAME): Remove.
5728 * xfns.c (xic_free_fontset): Adjust user.
5729 * xmenu.c (mouse_position_for_popup, x_activate_menubar)
5730 (update_frame_menubar, set_frame_menubar, free_frame_menubar)
5731 (create_and_show_popup_menu, xmenu_show, create_and_show_dialog)
5732 (xdialog_show): Use eassert for debugging check.
5733 * w32term.c (x_unfocus_frame): Remove unused dummy function.
5734
5735 2013-08-01 Paul Eggert <eggert@cs.ucla.edu>
5736
5737 * fileio.c, fns.c (merge): Move extern decl from here ...
5738 * lisp.h (merge): ... to here.
5739
5740 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru>
5741
5742 Fix last font-related change.
5743 * w32font.h (w32font_list_internal, w32font_match_internal):
5744 Fix prototype.
5745 * w32uniscribe.c (uniscribe_list, uniscribe_match):
5746 (uniscribe_list_family): Adjust to match font API change.
5747 MS-Windows breakage reported by Juanma Barranquero <lekktu@gmail.com>
5748 at http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00006.html.
5749
5750 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru>
5751
5752 * frame.h (FRAME_MOUSE_UPDATE):
5753 * nsterm.m (ns_frame_up_to_date): Omit redundant check
5754 whether hlinfo->mouse_face_mouse_frame is non-NULL.
5755
5756 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru>
5757
5758 Avoid redundant Lisp_Object <-> struct frame conversions in font API.
5759 * font.h (struct font_driver): Change list, match, and list_family
5760 functions to accept struct frame * as first arg.
5761 * font.c (font_score, font_compare, font_sort_entities):
5762 Remove prototypes.
5763 (font_sort_entities, font_list_entities, font_select_entity):
5764 (font_find_for_lface, Flist_fonts, Ffont_family_list): Adjust to
5765 match font API change.
5766 * xfont.c (xfont_list, xfont_match, xfont_list_family):
5767 * ftfont.c (ftfont_list, ftfont_match, ftfont_list_family):
5768 * ftxfont.c (ftxfont_list, ftxfont_match):
5769 * xftfont.c (xftfont_list, xftfont_match):
5770 * nsfont.m (nsfont_list, nsfont_match, nsfont_list_family):
5771 * w32font.c (w32font_list, w32font_match, w32font_list):
5772 (w32font_list_internal, w32_font_match_internal): Likewise.
5773 * xfaces.c (Fx_family_fonts): Adjust user.
5774
5775 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru>
5776
5777 Do not use pure Xism x_wm_set_icon_position in non-X ports.
5778 * frame.c (x_set_frame_parameters): Call to x_wm_set_icon_position
5779 only if HAVE_X_WINDOWS is in use.
5780 * frame.h (x_set_frame_parameters): Move under HAVE_X_WINDOWS.
5781 * nsterm.m (x_wm_set_icon_position): Remove no-op.
5782 * w32term.c (x_wm_set_icon_position): Likewise.
5783 * w32fns.c (x_icon): Adjust user.
5784
5785 2013-08-01 Dmitry Antipov <dmantipov@yandex.ru>
5786
5787 * xterm.c (last_mouse_press_frame): Remove the
5788 leftover which is not really used any more.
5789 (handle_one_xevent, syms_of_xterm): Adjust users.
5790 (x_flush): Call XFlush once per each X display, not frame.
5791 This is better because this code always unconditionally skips
5792 non-X frames in Vframe_list and issues the only XFlush if we
5793 have more than one X frame on the same X display.
5794 (any_help_event_p, x_draw_glyph_string_background, x_display_ok):
5795 Use bool for booleans.
5796 (x_draw_glyph_string_background, cvt_string_to_pixel):
5797 (cvt_pixel_dtor): Drop unnecessary prototypes.
5798 * xterm.h (x_display_ok): Adjust prototype.
5799
5800 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5801
5802 Drop unnecessary functions that deals with frame pixel size.
5803 * frame.h, msdos.h, w32term.h, xterm.h (x_pixel_width)
5804 (x_pixel_height): Drop prototypes.
5805 * msdos.c, nsfns.m, w32fns.c, xfns.c (x_pixel_width)
5806 (x_pixel_height): Drop implementations.
5807 * frame.c (Fframe_pixel_height): Use FRAME_PIXEL_HEIGHT
5808 which should be always valid for window frame.
5809 (Frame_pixel_width): Likewise with FRAME_PIXEL_WIDTH.
5810 * w32menu.c (Fx_popup_dialog):
5811 * xmenu.c (Fx_popup_dialog): Likewise for both.
5812
5813 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5814
5815 * frame.c (Fmake_terminal_frame): Use store_in_alist to setup
5816 frame parameters and call to Fmodify_frame_parameters just once.
5817 (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring.
5818 (Fset_frame_size, Fset_frame_position): Use decode_live_frame
5819 and mention nil frame in docstring.
5820
5821 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5822
5823 * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.
5824 (x_figure_window_size): Likewise. Adjust to return long.
5825 (syms_of_frame): Do not DEFSYM Qterminal_live_p.
5826 (toplevel): Move Qterminal_live_p to...
5827 * terminal.c (toplevel): ...here, make it static, and...
5828 (syms_of_terminal): ...DEFSYM here.
5829 * frame.h (Qterminal_live_p): Remove declaration.
5830 (make_frame, x_figure_window_size): Adjust prototype.
5831 * nsfns.m (Fx_create_frame): Use long for window flags.
5832
5833 2013-07-30 Paul Eggert <eggert@cs.ucla.edu>
5834
5835 Fix tempfile bug on platforms lacking mkostemp and mkstemp (Bug#14986).
5836 * callproc.c (create_temp_file) [! (HAVE_MKOSTEMP || HAVE_MKSTEMP)]:
5837 Do not assume that emacs_close (INT_MAX) is a no-op.
5838
5839 2013-07-30 Dmitry Antipov <dmantipov@yandex.ru>
5840
5841 * xfaces.c (make_face_cache): For struct face_cache, prefer
5842 xmalloc to xzalloc and so avoid redundant call to memset.
5843 (Finternal_set_lisp_face_attribute): Fix comment typo and style.
5844
5845 2013-07-30 Dmitry Antipov <dmantipov@yandex.ru>
5846
5847 * fringe.c (draw_window_fringes, update_window_fringes)
5848 (compute_fringe_widths):
5849 * w32term.c (x_draw_glyph_string):
5850 * window.c (candidate_window_p, Frecenter):
5851 * xfaces.c (realize_basic_faces, realize_default_face)
5852 (Fbitmap_space_p, Finternal_set_lisp_face_attribute)
5853 (x_update_menu_appearance, face_attr_equal_p, lface_equal_p):
5854 * xfns.c (x_set_cursor_color, xic_free_xfontset):
5855 * xmenu.c (Fx_menu_bar_open_internal):
5856 * xselect.c (x_reply_selection_request, Fx_get_atom_name):
5857 * xsettings.c (xft_settings_event):
5858 * xterm.c (x_draw_glyph_string, x_had_errors_p):
5859 Use bool for booleans. Adjust style and comments where
5860 appropriate.
5861 * dispextern.h (draw_window_fringes, update_window_fringes)
5862 (compute_fringe_widths):
5863 * xterm.h (x_had_errors_p): Adjust prototype.
5864
5865 2013-07-30 Dmitry Antipov <dmantipov@yandex.ru>
5866
5867 * frame.c (Fmodify_frame_parameters): Always check 2nd arg with
5868 CHECK_LIST. Rewrite the loop to avoid useless local variable.
5869
5870 2013-07-29 Dmitry Antipov <dmantipov@yandex.ru>
5871
5872 * fns.c (toplevel): Remove comment before Fsafe_length because
5873 it checks for QUIT.
5874
5875 2013-07-28 Paul Eggert <eggert@cs.ucla.edu>
5876
5877 * frame.c (delete_frame): Avoid unnecessary 'this_f' test (Bug#14970).
5878
5879 2013-07-28 Eli Zaretskii <eliz@gnu.org>
5880
5881 * w32fns.c (w32_wnd_proc) <WM_IME_STARTCOMPOSITION>: Make sure the
5882 frame which got the message is still alive, before dereferencing
5883 its pointer. (Bug#14970)
5884
5885 * frame.c (delete_frame): Test "this" frame's minibuffer window to
5886 be a live window, before using it as such. (Bug#14970)
5887
5888 2013-07-27 Eli Zaretskii <eliz@gnu.org>
5889
5890 * w32term.c (w32_read_socket) <WM_KILLFOCUS>: Call
5891 w32_detect_focus_change instead of doing part of its job by hand.
5892 This fixes the problem whereby FOCUS_OUT events were not sent to
5893 the event queue.
5894
5895 2013-07-26 Eli Zaretskii <eliz@gnu.org>
5896
5897 * process.c (Fprocess_list): Doc fix.
5898
5899 * w32term.c (w32_read_socket) <WM_EMACS_PAINT>: Warn about frame
5900 being re-exposed only if it didn't ask to become visible.
5901 <WM_SIZE>: Under SIZE_RESTORED, only set the frame visible if it
5902 was previously iconified. (Bug#14841)
5903 (x_iconify_frame): Mark the frame iconified.
5904
5905 2013-07-26 Paul Eggert <eggert@cs.ucla.edu>
5906
5907 Fix minor problems found by static checking.
5908 * eval.c (get_backtrace_frame, backtrace_eval_unrewind): Now static.
5909 (backtrace_eval_unrewind): ';' -> '{}' to pacify GCC.
5910
5911 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * eval.c (set_specpdl_old_value): New function.
5914 (unbind_to): Minor simplification.
5915 (get_backtrace_frame): New function.
5916 (Fbacktrace_frame): Use it. Add `base' argument.
5917 (backtrace_eval_unrewind, Fbacktrace_eval): New functions.
5918 (syms_of_eval): Export backtrace-eval.
5919 * xterm.c (x_focus_changed): Simplify.
5920
5921 2013-07-25 Paul Eggert <eggert@cs.ucla.edu>
5922
5923 * fileio.c (Finsert_file_contents): Avoid double-close (Bug#14936).
5924
5925 2013-07-24 Eli Zaretskii <eliz@gnu.org>
5926
5927 * xdisp.c (redisplay_window): Instead of moving point out of
5928 scroll margin, reject the force_start method, and try scrolling
5929 instead. (Bug#14780)
5930
5931 2013-07-24 Ken Brown <kbrown@cornell.edu>
5932
5933 * alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined
5934 (Bug#14944).
5935
5936 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
5937
5938 * eval.c (Fprogn): Do not check that BODY is a proper list.
5939 This undoes the previous change. The check slows down the
5940 interpreter, and is not needed to prevent a crash. See
5941 <http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00693.html>.
5942
5943 2013-07-23 Glenn Morris <rgm@gnu.org>
5944
5945 * Makefile.in ($(etc)/DOC, temacs$(EXEEXT)): Ensure etc/ exists.
5946
5947 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
5948
5949 Port to GNU/Linux systems with tinfo but not ncurses.
5950 * dispnew.c (init_display): Depend on USE_NCURSES, not GNU_LINUX,
5951 to decide whether ncurses is being used. Without this change,
5952 GCC complains about tgetent not being declared, on a system
5953 that has tinfo installed but ncurses not installed.
5954
5955 * eval.c (Fprogn): Check that BODY is a proper list.
5956
5957 Tune UNEVALLED functions by using XCAR instead of Fcar, etc.
5958 * data.c (Fsetq_default):
5959 * eval.c (Fif, Fcond, Fprog1, Fsetq, Fquote, Ffunction, Fdefvar)
5960 (Fdefconst, FletX, Flet, Fwhile, Fcatch, Funwind_protect)
5961 (Fcondition_case):
5962 Tune by taking advantage of the fact that ARGS is always a list
5963 when a function is declared to have UNEVALLED args.
5964
5965 * emacsgtkfixed.c: Port to GCC 4.6.
5966 GCC 4.6 complains about -Wunused-local-typedefs, introduced in 4.7.
5967
5968 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
5969
5970 * callproc.c (child_setup)[!WINDOWSNT]: Move exec_errno and pid
5971 here to silence compiler warnings.
5972
5973 2013-07-22 Paul Eggert <eggert@cs.ucla.edu>
5974
5975 * sysdep.c (frame) [__FreeBSD__]: #define to freebsd_frame
5976 when including <sys/user.h>, to prevent Sparc/ARM machine/frame.h
5977 from messing up Emacs's 'struct frame' (Bug#14923).
5978
5979 2013-07-21 Paul Eggert <eggert@cs.ucla.edu>
5980
5981 * alloc.c (make_save_ptr_ptr): Define this function.
5982 It was inadvertently omitted. It's needed only if
5983 HAVE_MENUS && ! (USE_X_TOOLKIT || USE_GTK).
5984
5985 2013-07-21 Jan Djärv <jan.h.d@swipnet.se>
5986
5987 * nsterm.m (sendEvent:): Skip mouse moved if no dialog and no Emacs
5988 frame have focus (Bug#14895).
5989
5990 2013-07-21 Paul Eggert <eggert@cs.ucla.edu>
5991
5992 Avoid vfork-related deadlock more cleanly.
5993 * callproc.c (child_setup): When the child's exec fails, output
5994 the program name, as that's more useful. Use O_NONBLOCK to avoid
5995 deadlock.
5996 * process.c (create_process_1): Remove; no longer needed.
5997 (create_process): Remove timer hack; no longer needed, now that
5998 the child avoids deadlock.
5999
6000 2013-07-20 Glenn Morris <rgm@gnu.org>
6001
6002 * image.c (Fimage_flush): Fix doc typo.
6003
6004 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
6005
6006 Fix array bounds violation when pty allocation fails.
6007 * process.c (PTY_NAME_SIZE): New constant.
6008 (pty_name): Remove static variable; it's now auto.
6009 (allocate_pty): Define even if !HAVE_PTYS; that's simpler.
6010 Take pty_name as an arg rather than using a static variable.
6011 All callers changed.
6012 (create_process): Recover pty_flag from process, not from volatile local.
6013 (create_pty): Stay inside array even when pty allocation fails.
6014 (Fmake_serial_process): Omit unnecessary initializaiton of pty_flag.
6015
6016 * lread.c (Fload): Avoid initialization only when lint checking.
6017 Mention that it's needed only for older GCCs.
6018
6019 2013-07-20 Kenichi Handa <handa@gnu.org>
6020
6021 * coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.
6022 (decode_coding_iso_2022): Check the single-shift area. (Bug#8522)
6023
6024 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
6025
6026 * lread.c (Fload): Avoid uninitialized warning.
6027
6028 2013-07-19 Paul Eggert <eggert@cs.ucla.edu>
6029
6030 Fix some minor file descriptor leaks and related glitches.
6031 * filelock.c (create_lock_file) [!O_CLOEXEC]: Use fcntl with FD_CLOEXEC.
6032 (create_lock_file): Use write, not emacs_write.
6033 * image.c (slurp_file, png_load_body):
6034 * process.c (Fnetwork_interface_list, Fnetwork_interface_info)
6035 (server_accept_connection):
6036 Don't leak an fd on memory allocation failure.
6037 * image.c (slurp_file): Add a cheap heuristic for growing files.
6038 * xfaces.c (Fx_load_color_file): Block input around the fopen too,
6039 as that's what the other routines do. Maybe input need not be
6040 blocked at all, but it's better to be consistent.
6041 Avoid undefined behavior when strlen is zero.
6042
6043 * alloc.c (staticpro): Avoid buffer overrun on repeated calls.
6044 (NSTATICS): Now a constant; doesn't need to be a macro.
6045
6046 2013-07-19 Richard Stallman <rms@gnu.org>
6047
6048 * coding.c (decode_coding_utf_8): Add simple loop for fast
6049 processing of ASCII characters.
6050
6051 2013-07-19 Paul Eggert <eggert@cs.ucla.edu>
6052
6053 * conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete optimization.
6054
6055 2013-07-19 Eli Zaretskii <eliz@gnu.org>
6056
6057 * keyboard.c (kbd_buffer_get_event): Use Display_Info instead of
6058 unportable 'struct x_display_info'.
6059 (DISPLAY_LIST_INFO): Delete macro: not needed, since Display_Info
6060 is a portable type.
6061
6062 2013-07-19 Paul Eggert <eggert@cs.ucla.edu>
6063
6064 * sysdep.c [GNU_LINUX]: Fix fd and memory leaks and similar issues.
6065 (procfs_ttyname): Don't use uninitialized storage if emacs_fopen
6066 or fscanf fails.
6067 (system_process_attributes): Prefer plain char to unsigned char
6068 when either will do. Clean up properly if interrupted or if
6069 memory allocations fail. Don't assume sscanf succeeds.
6070 Remove no-longer-needed workaround to stop GCC from whining.
6071 Read command-line once, instead of multiple times. Check read status a
6072 bit more carefully.
6073
6074 Fix obscure porting bug with varargs functions.
6075 The code assumed that int is treated like ptrdiff_t in a vararg
6076 function, which is not a portable assumption. There was a similar
6077 -- though these days less likely -- porting problem with various
6078 assumptions that pointers of different types all smell the same as
6079 far as vararg functions is conserved. To make this problem less
6080 likely in the future, redo the API to use varargs functions.
6081 * alloc.c (make_save_value): Remove this vararg function.
6082 All uses changed to ...
6083 (make_save_int_int_int, make_save_obj_obj_obj_obj)
6084 (make_save_ptr_int, make_save_funcptr_ptr_obj, make_save_memory):
6085 New functions.
6086 (make_save_ptr): Rename from make_save_pointer, for consistency with
6087 the above. Define only on platforms that need it. All uses changed.
6088
6089 2013-07-18 Paul Eggert <eggert@cs.ucla.edu>
6090
6091 * keyboard.c: Try to fix typos in previous change.
6092 (DISPLAY_LIST_INFO): New macro.
6093 (kbd_buffer_get_event): Do not access members that are not present
6094 in X11. Revert inadvertent change of "!=" to "=".
6095
6096 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
6097
6098 * keyboard.c (kbd_buffer_get_event):
6099 * w32term.c (x_focus_changed): Port FOCUS_(IN|OUT)_EVENT changes to W32.
6100 Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.
6101
6102 2013-07-18 Paul Eggert <eggert@cs.ucla.edu>
6103
6104 * filelock.c: Fix unlikely file descriptor leaks.
6105 (get_boot_time_1): Rework to avoid using emacs_open.
6106 This doesn't actually fix a leak, but is better anyway.
6107 (read_lock_data): Use read, not emacs_read.
6108
6109 * doc.c: Fix minor memory and file descriptor leaks.
6110 * doc.c (get_doc_string): Fix memory leak when doc file absent.
6111 (get_doc_string, Fsnarf_documentation):
6112 Fix file descriptor leak on error.
6113
6114 * term.c: Fix minor fdopen-related file descriptor leaks.
6115 * term.c (Fresume_tty) [!MSDOS]: Close fd if fdopen (fd) fails.
6116 (init_tty) [!DOS_NT]: Likewise. Also close fd if isatty (fd) fails.
6117
6118 * charset.c: Fix file descriptor leaks and errno issues.
6119 Include <errno.h>.
6120 (load_charset_map_from_file): Don't leak file descriptor on error.
6121 Use plain record_xmalloc since the allocation is larger than
6122 MAX_ALLOCA; that's simpler here. Simplify test for exhaustion
6123 of entries.
6124 * eval.c (record_unwind_protect_nothing):
6125 * fileio.c (fclose_unwind):
6126 New functions.
6127 * lread.c (load_unwind): Remove. All uses replaced by fclose_unwind.
6128 The replacement doesn't block input, but that no longer seems
6129 necessary.
6130
6131 2013-07-17 Paul Eggert <eggert@cs.ucla.edu>
6132
6133 * lread.c: Fix file descriptor leaks and errno issues.
6134 (Fload): Close some races that leaked fds or streams when 'load'
6135 was interrupted.
6136 (Fload, openp): Report error number of last nontrivial failure to open.
6137 ENOENT counts as trivial.
6138 * eval.c (do_nothing, clear_unwind_protect, set_unwind_protect_ptr):
6139 New functions.
6140 * fileio.c (close_file_unwind): No need to test whether FD is nonnegative,
6141 now that the function is always called with a nonnegative arg.
6142 * lisp.h (set_unwind_protect_ptr, set_unwind_protect_int): Remove.
6143 All uses replaced with ...
6144 (clear_unwind_protect, set_unwind_protect_ptr): New decls.
6145
6146 A few more minor file errno-reporting bugs.
6147 * callproc.c (Fcall_process):
6148 * doc.c (Fsnarf_documentation):
6149 * fileio.c (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
6150 * process.c (set_socket_option):
6151 Don't let a constructor trash errno.
6152 * doc.c: Include <errno.h>.
6153
6154 2013-07-16 Juanma Barranquero <lekktu@gmail.com>
6155
6156 * w32fns.c (unwind_create_tip_frame): Fix declaration.
6157
6158 2013-07-16 Paul Eggert <eggert@cs.ucla.edu>
6159
6160 Fix w32 bug with call-process-region (Bug#14885).
6161 * callproc.c (Fcall_process_region): Pass nil, not "/dev/null",
6162 to Fcall_process when the input is empty. This simplifies the
6163 code a bit. It makes no difference on POSIXish platforms but
6164 apparently it fixes a bug on w32.
6165
6166 Fix bug where insert-file-contents closes a file twice (Bug#14839).
6167 * fileio.c (close_file_unwind): Don't close if FD is negative;
6168 this can happen when unwinding a zapped file descriptor.
6169 (Finsert_file_contents): Unwind-protect the fd before the point marker,
6170 in case Emacs runs out of memory between the two unwind-protects.
6171 Don't trash errno when closing FD.
6172 Zap the FD in the specpdl when closing it, instead of deferring
6173 the removal of the unwind-protect; this fixes a bug where a child
6174 function unwinds the stack past us.
6175
6176 New unwind-protect flavors to better type-check C callbacks.
6177 This also lessens the need to write wrappers for callbacks,
6178 and the need for make_save_pointer.
6179 * alloc.c (free_save_value):
6180 * atimer.c (run_all_atimers):
6181 Now extern.
6182 * alloc.c (safe_alloca_unwind):
6183 * atimer.c (unwind_stop_other_atimers):
6184 * keyboard.c (cancel_hourglass_unwind) [HAVE_WINDOW_SYSTEM]:
6185 * menu.c (cleanup_popup_menu) [HAVE_NS]:
6186 * minibuf.c (choose_minibuf_frame_1):
6187 * process.c (make_serial_process_unwind):
6188 * xdisp.c (pop_message_unwind):
6189 * xselect.c (queue_selection_requests_unwind):
6190 Remove no-longer-needed wrapper. All uses replaced by the wrappee.
6191 * alloc.c (record_xmalloc):
6192 Prefer record_unwind_protect_ptr to record_unwind_protect with
6193 make_save_pointer.
6194 * alloc.c (Fgarbage_collect):
6195 Prefer record_unwind_protect_void to passing a dummy.
6196 * buffer.c (restore_buffer):
6197 * window.c (restore_window_configuration):
6198 * xfns.c, w32fns.c (do_unwind_create_frame)
6199 New wrapper. All record-unwind uses of wrappee changed.
6200 * buffer.c (set_buffer_if_live):
6201 * callproc.c (call_process_cleanup, delete_temp_file):
6202 * coding.c (code_conversion_restore):
6203 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
6204 * editfns.c (save_excursion_restore)
6205 (subst_char_in_region_unwind, subst_char_in_region_unwind_1)
6206 (save_restriction_restore):
6207 * eval.c (restore_stack_limits, un_autoload):
6208 * fns.c (require_unwind):
6209 * keyboard.c (recursive_edit_unwind, tracking_off):
6210 * lread.c (record_load_unwind, load_warn_old_style_backquotes):
6211 * macros.c (pop_kbd_macro, restore_menu_items):
6212 * nsfns.m (unwind_create_frame):
6213 * print.c (print_unwind):
6214 * process.c (start_process_unwind):
6215 * search.c (unwind_set_match_data):
6216 * window.c (select_window_norecord, select_frame_norecord):
6217 * xdisp.c (unwind_with_echo_area_buffer, unwind_format_mode_line)
6218 (fast_set_selected_frame):
6219 * xfns.c, w32fns.c (unwind_create_tip_frame):
6220 Return void, not a dummy Lisp_Object. All uses changed.
6221 * buffer.h (set_buffer_if_live): Move decl here from lisp.h.
6222 * callproc.c (call_process_kill):
6223 * fileio.c (restore_point_unwind, decide_coding_unwind)
6224 (build_annotations_unwind):
6225 * insdel.c (Fcombine_after_change_execute_1):
6226 * keyboard.c (read_char_help_form_unwind):
6227 * menu.c (unuse_menu_items):
6228 * minibuf.c (run_exit_minibuf_hook, read_minibuf_unwind):
6229 * sound.c (sound_cleanup):
6230 * xdisp.c (unwind_redisplay):
6231 * xfns.c (clean_up_dialog):
6232 * xselect.c (x_selection_request_lisp_error, x_catch_errors_unwind):
6233 Accept no args and return void, instead of accepting and returning
6234 a dummy Lisp_Object. All uses changed.
6235 * cygw32.c (fchdir_unwind):
6236 * fileio.c (close_file_unwind):
6237 * keyboard.c (restore_kboard_configuration):
6238 * lread.c (readevalllop_1):
6239 * process.c (wait_reading_process_output_unwind):
6240 Accept int and return void, rather than accepting an Emacs integer
6241 and returning a dummy object. In some cases this fixes an
6242 unlikely bug when the corresponding int is outside Emacs integer
6243 range. All uses changed.
6244 * dired.c (directory_files_internal_unwind):
6245 * fileio.c (do_auto_save_unwind):
6246 * gtkutil.c (pop_down_dialog):
6247 * insdel.c (reset_var_on_error):
6248 * lread.c (load_unwind):
6249 * xfns.c (clean_up_file_dialog):
6250 * xmenu.c, nsmenu.m (pop_down_menu):
6251 * xmenu.c (cleanup_widget_value_tree):
6252 * xselect.c (wait_for_property_change_unwind):
6253 Accept pointer and return void, rather than accepting an Emacs
6254 save value encapsulating the pointer and returning a dummy object.
6255 All uses changed.
6256 * editfns.c (Fformat): Update the saved pointer directly via
6257 set_unwind_protect_ptr rather than indirectly via make_save_pointer.
6258 * eval.c (specpdl_func): Remove. All uses replaced by definiens.
6259 (unwind_body): New function.
6260 (record_unwind_protect): First arg is now a function returning void,
6261 not a dummy Lisp_Object.
6262 (record_unwind_protect_ptr, record_unwind_protect_int)
6263 (record_unwind_protect_void): New functions.
6264 (unbind_to): Support SPECPDL_UNWIND_PTR etc.
6265 * fileio.c (struct auto_save_unwind): New type.
6266 (do_auto_save_unwind): Use it.
6267 (do_auto_save_unwind_1): Remove; subsumed by new do_auto_save_unwind.
6268 * insdel.c (struct rvoe_arg): New type.
6269 (reset_var_on_error): Use it.
6270 * lisp.h (SPECPDL_UNWIND_PTR, SPECPDL_UNWIND_INT, SPECPDL_UNWIND_VOID):
6271 New constants.
6272 (specbinding_func): Remove; there are now several such functions.
6273 (union specbinding): New members unwind_ptr, unwind_int, unwind_void.
6274 (set_unwind_protect_ptr): New function.
6275 * xselect.c: Remove unnecessary forward decls, to simplify maintenance.
6276
6277 Be simpler and more consistent about reporting I/O errors.
6278 * fileio.c (Fcopy_file, Finsert_file_contents, Fwrite_region):
6279 Say "Read error" and "Write error", rather than "I/O error", or
6280 "IO error reading", or "IO error writing", when a read or write
6281 error occurs.
6282 * process.c (Fmake_network_process, wait_reading_process_output)
6283 (send_process, Fprocess_send_eof, wait_reading_process_output):
6284 Capitalize diagnostics consistently. Put "failed foo" at the
6285 start of the diagnostic, so that we don't capitalize the
6286 function name "foo". Consistently say "failed" for such
6287 diagnostics.
6288 * sysdep.c, w32.c (serial_open): Now accepts Lisp string, not C string.
6289 All callers changed. This is so it can use report_file_error.
6290 * sysdep.c (serial_open, serial_configure): Capitalize I/O
6291 diagnostics consistently as above.
6292
6293 * fileio.c (report_file_errno): Fix errno reporting bug.
6294 If the file name is neither null nor a pair, package it up as a
6295 singleton list. All callers changed, both to this function and to
6296 report_file_error. This fixes a bug where the memory allocator
6297 invoked by list1 set errno so that the immediately following
6298 report_file_error reported the wrong errno value.
6299
6300 Fix minor problems found by --enable-gcc-warnings.
6301 * frame.c (Fhandle_focus_in, Fhandle_focus_out): Return a value.
6302 * keyboard.c (kbd_buffer_get_event): Remove unused local.
6303
6304 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
6305
6306 * xterm.c (x_focus_changed): Always generate FOCUS_IN_EVENT.
6307 Set event->arg to Qt if switch-event shall be generated.
6308 Generate FOCUS_OUT_EVENT for FocusOut if this is the focused frame.
6309
6310 * termhooks.h (enum event_kind): Add FOCUS_OUT_EVENT.
6311
6312 * nsterm.m (windowDidResignKey): If this is the focused frame, generate
6313 FOCUS_OUT_EVENT.
6314
6315 * keyboard.c (Qfocus_in, Qfocus_out): New static objects.
6316 (make_lispy_focus_in, make_lispy_focus_out): Declare and define.
6317 (kbd_buffer_get_event): For FOCUS_IN, make a focus_in event if no
6318 switch frame event is made. Check ! NILP (event->arg) if X11 (moved
6319 from xterm.c). Make focus_out event for FOCUS_OUT_EVENT if NS or X11
6320 and there is a focused frame.
6321 (head_table): Add focus-in and focus-out.
6322 (keys_of_keyboard): Add focus-in and focus-out to Vspecial_event_map,
6323 bind to handle-focus-in/out.
6324
6325 * frame.c (Fhandle_focus_in, Fhandle_focus_out): New functions.
6326 (Fhandle_switch_frame): Call Fhandle_focus_in.
6327 (syms_of_frame): defsubr handle-focus-in/out.
6328
6329 2013-07-16 Paul Eggert <eggert@cs.ucla.edu>
6330
6331 Fix porting bug to older POSIXish platforms (Bug#14862).
6332 * sysdep.c (emacs_pipe): New function, that implements
6333 pipe2 (fd, O_CLOEXEC) even on hosts that lack O_CLOEXEC.
6334 This should port better to CentOS 5 and to Mac OS X 10.6.
6335 All calls to pipe2 changed.
6336
6337 Prefer list1 (X) to Fcons (X, Qnil) when building lists.
6338 This makes the code easier to read and the executable a bit smaller.
6339 Do not replace all calls to Fcons that happen to create lists,
6340 just calls that are intended to create lists. For example, when
6341 creating an alist that maps FOO to nil, use list1 (Fcons (FOO, Qnil))
6342 rather than list1 (list1 (FOO)) or Fcons (Fcons (FOO, Qnil), Qnil).
6343 Similarly for list2 through list5.
6344 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
6345 * bytecode.c (exec_byte_code):
6346 * callint.c (quotify_arg, Fcall_interactively):
6347 * callproc.c (Fcall_process, create_temp_file):
6348 * charset.c (load_charset_map_from_file)
6349 (Fdefine_charset_internal, init_charset):
6350 * coding.c (get_translation_table, detect_coding_system)
6351 (Fcheck_coding_systems_region)
6352 (Fset_terminal_coding_system_internal)
6353 (Fdefine_coding_system_internal, Fdefine_coding_system_alias):
6354 * composite.c (update_compositions, Ffind_composition_internal):
6355 * dired.c (directory_files_internal, file_name_completion)
6356 (Fsystem_users):
6357 * dispnew.c (Fopen_termscript, bitch_at_user, init_display):
6358 * doc.c (Fsnarf_documentation):
6359 * editfns.c (Fmessage_box):
6360 * emacs.c (main):
6361 * eval.c (do_debug_on_call, signal_error, maybe_call_debugger)
6362 (Feval, eval_sub, Ffuncall, apply_lambda):
6363 * fileio.c (make_temp_name, Fcopy_file, Faccess_file)
6364 (Fset_file_selinux_context, Fset_file_acl, Fset_file_modes)
6365 (Fset_file_times, Finsert_file_contents)
6366 (Fchoose_write_coding_system, Fwrite_region):
6367 * fns.c (Flax_plist_put, Fyes_or_no_p, syms_of_fns):
6368 * font.c (font_registry_charsets, font_parse_fcname)
6369 (font_prepare_cache, font_update_drivers, Flist_fonts):
6370 * fontset.c (Fset_fontset_font, Ffontset_info, syms_of_fontset):
6371 * frame.c (make_frame, Fmake_terminal_frame)
6372 (x_set_frame_parameters, x_report_frame_params)
6373 (x_default_parameter, Fx_parse_geometry):
6374 * ftfont.c (syms_of_ftfont):
6375 * image.c (gif_load):
6376 * keyboard.c (command_loop_1):
6377 * keymap.c (Fmake_keymap, Fmake_sparse_keymap, access_keymap_1)
6378 (Fcopy_keymap, append_key, Fcurrent_active_maps)
6379 (Fminor_mode_key_binding, accessible_keymaps_1)
6380 (Faccessible_keymaps, Fwhere_is_internal):
6381 * lread.c (read_emacs_mule_char):
6382 * menu.c (find_and_return_menu_selection):
6383 * minibuf.c (get_minibuffer):
6384 * nsfns.m (Fns_perform_service):
6385 * nsfont.m (ns_script_to_charset):
6386 * nsmenu.m (ns_popup_dialog):
6387 * nsselect.m (ns_get_local_selection, ns_string_from_pasteboard)
6388 (Fx_own_selection_internal):
6389 * nsterm.m (append2):
6390 * print.c (Fredirect_debugging_output)
6391 (print_prune_string_charset):
6392 * process.c (Fdelete_process, Fprocess_contact)
6393 (Fformat_network_address, set_socket_option)
6394 (read_and_dispose_of_process_output, write_queue_push)
6395 (send_process, exec_sentinel):
6396 * sound.c (Fplay_sound_internal):
6397 * textprop.c (validate_plist, add_properties)
6398 (Fput_text_property, Fadd_face_text_property)
6399 (copy_text_properties, text_property_list, syms_of_textprop):
6400 * unexaix.c (report_error):
6401 * unexcoff.c (report_error):
6402 * unexsol.c (unexec):
6403 * xdisp.c (redisplay_tool_bar, store_mode_line_string)
6404 (Fformat_mode_line, syms_of_xdisp):
6405 * xfaces.c (set_font_frame_param)
6406 (Finternal_lisp_face_attribute_values)
6407 (Finternal_merge_in_global_face, syms_of_xfaces):
6408 * xfns.c (x_default_scroll_bar_color_parameter)
6409 (x_default_font_parameter, x_create_tip_frame):
6410 * xfont.c (xfont_supported_scripts):
6411 * xmenu.c (Fx_popup_dialog, xmenu_show, xdialog_show)
6412 (menu_help_callback, xmenu_show):
6413 * xml.c (make_dom):
6414 * xterm.c (set_wm_state):
6415 Prefer list1 (FOO) to Fcons (FOO, Qnil) when creating a list,
6416 and similarly for list2 through list5.
6417
6418 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
6419
6420 * callproc.c (Fcall_process_region): Fix minor race and tune.
6421 (create_temp_file): New function, with the temp-file-creation part
6422 of the old Fcall_process_region. Use Fcopy_sequence to create the
6423 temp file name, rather than alloca + build_string, for simplicity.
6424 Don't bother to block input around the temp file creation;
6425 shouldn't be needed. Simplify use of mktemp.
6426 Use record_unwind_protect immediately after creating the temp file;
6427 this closes an unlikely race where the temp file was not removed.
6428 Use memcpy rather than an open-coded loop.
6429 (Fcall_process_region): Use the new function. If the input is
6430 empty, redirect from /dev/null rather than from a newly created
6431 empty temp file; this avoids unnecessary file system traffic.
6432
6433 2013-07-14 Paul Eggert <eggert@cs.ucla.edu>
6434
6435 * filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:
6436 Simplify by making this case like the other two. This is a bit
6437 slower on obsolete hosts, but the extra complexity isn't worth it.
6438
6439 * callproc.c (child_setup, relocate_fd) [!DOS_NT]:
6440 * process.c (create_process) [!DOS_NT]:
6441 Remove now-unnecessary calls to emacs_close.
6442
6443 2013-07-13 Eli Zaretskii <eliz@gnu.org>
6444
6445 * w32term.c (x_draw_hollow_cursor): Delete the brush object when
6446 returning early. (Bug#14850)
6447
6448 * coding.c (syms_of_coding): Set up inhibit-null-byte-detection
6449 and inhibit-iso-escape-detection attributes of 'undecided'.
6450 (Bug#14822)
6451
6452 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
6453
6454 * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.
6455 Reported by Herbert J. Skuhra in
6456 <http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00455.html>.
6457
6458 Don't lose top specpdl entry when memory is exhausted.
6459 * eval.c (grow_specpdl): Increment specpdl top by 1 and check for
6460 specpdl overflow here, to simplify callers; all callers changed.
6461 Always reserve an unused entry at the stack top; this avoids
6462 losing the top entry's information when memory is exhausted.
6463
6464 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
6465
6466 Clean up errno reporting and fix some errno-reporting bugs.
6467 * callproc.c (Fcall_process):
6468 * fileio.c (Fcopy_file, Finsert_file_contents, Fwrite_region):
6469 * process.c (create_process, Fmake_network_process):
6470 * unexaix.c (report_error):
6471 * unexcoff.c (report_error):
6472 Be more careful about reporting the errno of failed operations.
6473 The code previously reported the wrong errno sometimes.
6474 Also, prefer report_file_errno to setting errno + report_file_error.
6475 (Fcall_process): Look at openp return value rather than at path,
6476 as that's a bit faster and clearer when there's a numeric predicate.
6477 * fileio.c (report_file_errno): New function, with most of the
6478 old contents of report_file_error.
6479 (report_file_error): Use it.
6480 (Ffile_exists_p, Ffile_accessible_directory_p):
6481 Set errno to 0 when it is junk.
6482 * fileio.c (Faccess_file):
6483 * image.c (x_create_bitmap_from_file):
6484 Use faccessat rather than opening the file, to avoid the hassle of
6485 having a file descriptor open.
6486 * lisp.h (report_file_errno): New decl.
6487 * lread.c (Flocate_file_internal): File descriptor 0 is valid, too.
6488
6489 Minor EBADF fixes.
6490 * process.c (create_process, wait_reading_process_output) [AIX]:
6491 Remove obsolete SIGHUP-related code, as Emacs no longer disables
6492 SIGHUP, so EBADF is no longer acceptable here (it wouldn't work in
6493 a multithreaded environment anyway).
6494 * sysdep.c (emacs_close): It's not dangerous to invoke emacs_close (-1).
6495
6496 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
6497
6498 * image.c (x_find_image_file): Don't close a remote file handle.
6499
6500 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
6501
6502 Fix races with threads and file descriptors.
6503 * callproc.c (Fcall_process_region):
6504 * dired.c (open_directory):
6505 * emacs.c (main, Fdaemon_initialized):
6506 * image.c (x_find_image_file):
6507 * inotify.c (Finotify_rm_watch):
6508 * lread.c (Flocate_file_internal):
6509 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
6510 * term.c (term_mouse_moveto, init_tty):
6511 * termcap.c (tgetent):
6512 * unexaix.c, unexcoff.c (report_error, report_error_1, adjust_lnnoptrs)
6513 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c (unexec):
6514 * unexhp9k800.c, unexmacosx.c (unexec):
6515 * callproc.c (Fcall_process_region):
6516 Use emacs_close, not close.
6517 * sysdep.c (POSIX_CLOSE_RESTART, posix_close) [!POSIX_CLOSE_RESTART]:
6518 New macro and function, which emulates the POSIX_CLOSE_RESTART macro
6519 and posix_close function on current platforms (which all lack them).
6520 (emacs_close): Use it. This should fix the races on GNU/Linux and
6521 on AIX and on future platforms that support POSIX_CLOSE_RESTART,
6522 and it should avoid closing random victim file descriptors on
6523 other platforms.
6524
6525 2013-07-11 Paul Eggert <eggert@cs.ucla.edu>
6526
6527 * inotify.c (uninitialized): Remove. All uses replaced by -1.
6528 (Finotify_add_watch): Simplify, since -1 means uninitialized now.
6529 Touch up doc a bit.
6530
6531 * eval.c (backtrace_function, backtrace_args): Now EXTERNALLY_VISIBLE.
6532 This is for .gdbinit xbacktrace.
6533
6534 * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.
6535 * sysdep.c (emacs_get_tty): Return void, since nobody uses the value.
6536 (emacs_set_tty): Now static.
6537 * sysdep.c (emacs_set_tty, tabs_safe_p, emacs_close):
6538 * term.c (tty_capable_p, tty_default_color_capabilities)
6539 (get_tty_terminal, term_mouse_movement)
6540 (handle_one_term_event, init_tty, maybe_fatal):
6541 * termcap.c (tgetst1, struct termcap_buffer, valid_filename_p)
6542 (tgetent, scan_file, name_match, compare_contin):
6543 * terminal.c (get_terminal):
6544 Use bool for boolean.
6545 * sysdep.c (init_system_name): Don't overflow stack on huge hostname.
6546 Prefer char to unsigned char if either will do.
6547 * term.c (OUTPUT, turn_on_face): Omit unnecessary casts to int.
6548 (tty_write_glyphs): Prefer int to unsigned.
6549 (produce_glyphless_glyph): Remove 2nd (unused) int arg.
6550 All callers changed.
6551 * termcap.c (tprint, main) [TEST]: Remove non-working test.
6552
6553 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
6554
6555 Port to C89.
6556 * bytecode.c (BYTE_CODE_THREADED): Do not define if __STRICT_ANSI__.
6557 (B__dummy__): New dummy symbol, to pacify C89.
6558 * dbusbind.c (XD_DEBUG_MESSAGE): Omit debugging on C89 hosts, since
6559 they can't grok varargs macros.
6560 * dispnew.c (add_window_display_history)
6561 (add_frame_display_history):
6562 * print.c (print_object):
6563 * xdisp.c (debug_method_add):
6564 Use %p printf format only for void pointers.
6565 * emacs.c (usage_message): New constant, replacing ...
6566 (USAGE1, USAGE2, USAGE3): Remove; they were too long for C89.
6567 (main): Adjust to usage reorg.
6568 * fns.c (syms_of_fns):
6569 * profiler.c (syms_of_profiler):
6570 Don't use non-constant struct initializers.
6571 * gnutls.h (gnutls_initstage_t):
6572 * lisp.h (enum Lisp_Fwd_Type):
6573 * lread.c (lisp_file_lexically_bound_p):
6574 * xsettings.c (anonymous enum):
6575 Remove trailing comma.
6576 * xsettings.c (apply_xft_settings): Use %f, not %lf; %lf is a C99ism.
6577 * lisp.h (ENUM_BF): Use unsigned if pedantic.
6578 (DEFUN_FUNCTION_INIT): New macro, that falls back on a cast if pre-C99.
6579 (DEFUN): Use it.
6580 * regex.c (const_re_char): New type, to pacify strict C89.
6581 All uses of 'const re_char' replaced to use it.
6582 * regex.h (_Restrict_): Rename from __restrict, to avoid clash
6583 with glibc when strict C89. This change is imported from gnulib.
6584 All uses changed.
6585 (_Restrict_arr_): Rename from __restrict_arr, similarly.
6586 * sysdep.c (time_from_jiffies) [!HAVE_LONG_LONG_INT]:
6587 Omit GNU_LINUX implementation, since it requires long long.
6588 * xterm.c (x_draw_underwave):
6589 Do not assume the traditional order of struct's members.
6590 (x_term_init): Rewrite to avoid the need for non-constant structure
6591 initializers.
6592
6593 Syntax cleanup, mostly replacing macros with functions.
6594 This removes the need for the syntax_temp hack.
6595 * search.c: Include syntax.h after buffer.h, since syntax.h uses BVAR.
6596 * syntax.c (SYNTAX_INLINE): New macro.
6597 (SYNTAX_FLAGS_COMSTART_FIRST, SYNTAX_FLAGS_COMSTART_SECOND)
6598 (SYNTAX_FLAGS_COMEND_FIRST, SYNTAX_FLAGS_COMEND_SECOND)
6599 (SYNTAX_FLAGS_PREFIX, SYNTAX_FLAGS_COMMENT_STYLEB)
6600 (SYNTAX_FLAGS_COMMENT_STYLEC, SYNTAX_FLAGS_COMMENT_STYLEC2)
6601 (SYNTAX_FLAGS_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_STYLE)
6602 (SYNTAX_COMEND_FIRST): Now functions, not macros.
6603 (ST_COMMENT_STYLE, ST_STRING_STYLE, INTERVALS_AT_ONCE):
6604 Now constants, not macros.
6605 (syntax_temp) [!__GNUC__]: Remove.
6606 (SYNTAX_PREFIX): Remove; all uses replaced by syntax_prefix_flag_p.
6607 (syntax_prefix_flag_p): Move implementation of SYNTAX_PREFIX here.
6608 (SET_RAW_SYNTAX_ENTRY, SET_RAW_SYNTAX_ENTRY_RANGE, SYNTAX_MATCH)
6609 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
6610 Move here from syntax.h; now functions, not macros. Except for the
6611 last function, these are static since only syntax.c uses them.
6612 (syntax_multibyte): Rename from SYNTAX_WITH_MULTIBYTE_CHECK.
6613 All uses changed. Now a function, not a macro; use this fact
6614 to simplify the code.
6615 (scan_lists, scan_sexps_forward): Remove workarounds for ancient
6616 compiler bugs; no longer relevant.
6617 * syntax.h: Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6618 (SYNTAX_INLINE): New macro.
6619 (struct gl_state_s, gl_state): Move earlier, so that it's in scope
6620 for the new functions. Use bool for boolean member.
6621 (SYNTAX_ENTRY, SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH)
6622 (SYNTAX_TABLE_BYTE_TO_CHAR, UPDATE_SYNTAX_TABLE_FORWARD)
6623 (UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE)
6624 (SETUP_BUFFER_SYNTAX_TABLE):
6625 Now extern inline functions, not macros.
6626 (CURRENT_SYNTAX_TABLE, SYNTAX_ENTRY_INT):
6627 Remove; all uses replaced by implementation.
6628 (syntax_temp) [!__GNUC__]: Remove decl.
6629 (SETUP_SYNTAX_TABLE_FOR_OBJECT): New decl.
6630
6631 2013-07-10 Jan Djärv <jan.h.d@swipnet.se>
6632
6633 * emacs.c (main): Fix syntax error.
6634
6635 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
6636
6637 Timestamp fixes for undo (Bug#14824).
6638 * atimer.c (schedule_atimer):
6639 * fileio.c (Ffile_newer_than_file_p):
6640 Minor cleanup: use EMACS_TIME_LT so that we can remove EMACS_TIME_GT.
6641 * buffer.c (buffer-undo-list): Document (t . 0) and (t . -1).
6642 * fileio.c (Fclear_visited_file_modtime): Move to lisp/files.el.
6643 (syms_of_fileio): Remove Sclear_visited_file_name.
6644 (Fvisited_file_modtime): Return -1, not (-1 ...), when the visited
6645 file doesn't exist; this avoids an ambiguity with negative timestamps.
6646 (Fset_visited_file_modtime): Accept -1 and 0 as time-list arg.
6647 * systime.h (make_emacs_time, invalid_emacs_time):
6648 Don't assume struct timespec layout; POSIX doesn't guarantee it.
6649 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE): Remove.
6650 * undo.c (record_first_change): Push (visited-file-modtime) onto
6651 undo list rather than reimplementing it by hand, incorrectly.
6652
6653 2013-07-09 Ken Brown <kbrown@cornell.edu>
6654
6655 * sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase to 18MB.
6656
6657 2013-07-09 Juanma Barranquero <lekktu@gmail.com>
6658
6659 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update.
6660
6661 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
6662
6663 Handle errno and exit status a bit more carefully.
6664 * callproc.c (child_setup) [!DOS_NT]: Don't try to stuff an error
6665 number into an exit status. Instead, use EXIT_CANCELED.
6666 (child_setup) [!MSDOS]: Avoid possible deadlock with vfork.
6667 * callproc.c (relocate_fd):
6668 * emacs.c (close_output_streams, main):
6669 * process.c (create_process):
6670 * sysdep.c (sys_subshell) [!DOS_NT || !WINDOWSNT]:
6671 Use emacs_perror for simplicity.
6672 * callproc.c (relocate_fd, main):
6673 * sysdep.c (sys_subshell):
6674 Exit with EXIT_CANCELED etc., not 1, when exec setup fails.
6675 (shut_down_emacs): Use emacs_write, not write.
6676 * emacs.c, sysdep.c: Don't include <ignore-value.h>.
6677 * fileio.c (Fcopy_file, e_write):
6678 * nsterm.m (ns_select):
6679 * process.c (send_process):
6680 * sound.c (vox_write):
6681 Use emacs_write_sig, not emacs_write.
6682 * lisp.h (emacs_write_sig, emacs_perror): New decls.
6683 * process.h (EXIT_CANCELED), EXIT_CANNOT_INVOKE, EXIT_ENOENT):
6684 New constants.
6685 * sysdep.c (emacs_backtrace): Use emacs_write, not ignore_value
6686 of write.
6687 (emacs_full_write): New function.
6688 (emacs_write): Rewrite to use it.
6689 (emacswrite_sig, emacs_perror): New functions.
6690 * xrdb.c (fatal): Don't invoke perror, since errno might be garbage.
6691
6692 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
6693
6694 * image.c (imagemagick_load_image): Do not use MagickExportImagePixels
6695 on NS even if it is present. Pixmap on NS is a void*.
6696
6697 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
6698
6699 Port to Ubuntu 10 (Bug#14803).
6700 Problem reported by T.V. Raman.
6701 * process.c (close_on_exec, accept4, process_socket):
6702 Define these if !HAVE_ACCEPT4, not if !SOCK_CLOEXEC.
6703
6704 2013-07-07 Eli Zaretskii <eliz@gnu.org>
6705
6706 * w32.c (sys_dup): Declare prototype.
6707
6708 * filelock.c:
6709 * emacs.c:
6710 * callproc.c [WINDOWSNT]: Include sys/socket.h.
6711
6712 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
6713
6714 Make file descriptors close-on-exec when possible (Bug#14803).
6715 This simplifies Emacs a bit, since it no longer needs to worry
6716 about closing file descriptors by hand in some cases.
6717 It also fixes some unlikely races. Not all such races, as
6718 libraries often open files internally without setting
6719 close-on-exec, but it's an improvement.
6720 * alloc.c (valid_pointer_p) [!WINDOWSNT]:
6721 * callproc.c (Fcall_process) [!MSDOS]:
6722 * emacs.c (main) [!DOS_NT]:
6723 * nsterm.m (ns_term_init):
6724 * process.c (create_process):
6725 Use 'pipe2' with O_CLOEXEC instead of 'pipe'.
6726 * emacs.c (Fcall_process_region) [HAVE_MKOSTEMP]:
6727 * filelock.c (create_lock_file) [HAVE_MKOSTEMP]:
6728 Prefer mkostemp with O_CLOEXEC to mkstemp.
6729 * callproc.c (relocate_fd) [!WINDOWSNT]:
6730 * emacs.c (main): Use F_DUPFD_CLOEXEC, not plain F_DUPFD.
6731 No need to use fcntl (..., F_SETFD, FD_CLOEXEC), since we're
6732 now using pipe2.
6733 * filelock.c (create_lock_file) [! HAVE_MKOSTEMP]:
6734 Make the resulting file descriptor close-on-exec.
6735 * lisp.h, lread.c, process.c (close_load_descs, close_process_descs):
6736 * lread.c (load_descriptor_list, load_descriptor_unwind):
6737 Remove; no longer needed. All uses removed.
6738 * process.c (SOCK_CLOEXEC): Define to 0 if not supplied by system.
6739 (close_on_exec, accept4, process_socket) [!SOCK_CLOEXEC]:
6740 New functions.
6741 (socket) [!SOCK_CLOEXEC]: Supply a substitute.
6742 (Fmake_network_process, Fnetwork_interface_list):
6743 (Fnetwork_interface_info, server_accept_connection):
6744 Make newly-created socket close-on-exec.
6745 * sysdep.c (emacs_open, emacs_fopen):
6746 Make new-created descriptor close-on-exec.
6747 * w32.c (fcntl): Support F_DUPFD_CLOEXEC well enough for Emacs.
6748 * w32.c, w32.h (pipe2): Rename from 'pipe', with new flags arg.
6749
6750 2013-07-07 Jan Djärv <jan.h.d@swipnet.se>
6751
6752 * nsterm.m (sendEvent:): Propagate keyboard events to modal windows
6753 for NS_IMPL_GNUSTEP.
6754
6755 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
6756
6757 Fix openp errno handling.
6758 * callproc.c (Fcall_process): Preserve openp errno around close.
6759 * lread.c (openp): Set errno when returning -1, as some callers
6760 expect this.
6761
6762 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
6763
6764 * nsterm.m (sendEvent:): Handle NSAPP_DATA2_RUNFILEDIALOG.
6765
6766 * nsterm.h (NSSavePanel): Update comment.
6767 (NSAPP_DATA2_RUNFILEDIALOG): Define.
6768 (ns_run_file_dialog): Declare.
6769
6770 * nsfns.m: Remove panelOK.
6771 (ns_fd_data): New.
6772 (ns_run_file_dialog): New function.
6773 (Fns_read_file_name): Fill in ns_fd_data, post an event and start the
6774 event loop, so file dialog is popped up by ns_run_file_dialog, called
6775 by sendEvent (Bug#14578).
6776 (EmacsSavePanel, EmacsOpenPanel): Remove ok and cancel methods.
6777
6778 2013-07-06 Eli Zaretskii <eliz@gnu.org>
6779
6780 * xdisp.c (default_line_pixel_height): New function.
6781 (pos_visible_p, move_it_vertically_backward, try_scrolling)
6782 (try_cursor_movement, redisplay_window, try_window)
6783 (try_window_id): Use it instead of FRAME_LINE_HEIGHT. (Bug#14771)
6784
6785 * window.c (window_scroll_pixel_based):
6786 use default_line_pixel_height.
6787
6788 * dispextern.h (default_line_pixel_height): Add prototype.
6789
6790 * frame.c (x_set_line_spacing): Accept a float value for
6791 line-spacing parameter, per the documentation.
6792
6793 * data.c (Fmultibyte_string_p): Doc fix.
6794
6795 2013-07-05 Paul Eggert <eggert@cs.ucla.edu>
6796
6797 Use emacs_open more consistently when opening files.
6798 This handles EINTR more consistently now, and makes it easier
6799 to introduce other uniform changes to file descriptor handling.
6800 * sysstdio.h: New file.
6801 * buffer.c (mmap_init):
6802 * cygw32.c (chdir_to_default_directory):
6803 * dispnew.c (Fopen_termscript):
6804 * emacs.c (Fdaemon_initialized):
6805 * fileio.c (Fdo_auto_save):
6806 * image.c (slurp_file, png_load_body, jpeg_load_body):
6807 * keyboard.c (Fopen_dribble_file):
6808 * lread.c (Fload):
6809 * print.c (Fredirect_debugging_output):
6810 * sysdep.c (get_up_time, procfs_ttyname, procfs_get_total_memory):
6811 * termcap.c (tgetent):
6812 * unexaix.c, unexcoff.c (unexec, adjust_lnnoptrs):
6813 * unexcw.c, unexelf.c, unexhp9k800.c, unexmacosx.c (unexec):
6814 * w32term.c (w32_initialize) [CYGWIN]:
6815 * xfaces.c (Fx_load_color_file):
6816 Use emacs_open instead of plain open, and emacs_fopen instead of
6817 plain fopen.
6818 * dispnew.c, fileio.c, image.c, keyboard.c, lread.c, print.c, sysdep.c:
6819 * xfaces.c: Include sysstdio.h rather than stdio.h, for emacs_fopen.
6820 * callproc.c (default_output_mode): New constant.
6821 (Fcall_process): Use it to call emacs_open instead of plain creat.
6822 * dispnew.c (Fopen_termscript): Fix minor race in opening termscript.
6823 * sysdep.c (emacs_open): Add commentary and don't call file name "path".
6824 (emacs_fopen): New function.
6825 * unexaix.c, unexcoff.c, unexelf.c, unexhp9k800.c, unexmacosx.c:
6826 Include <lisp.h>, for emacs_open.
6827 * unexelf.c (fatal): Remove decl; not needed with <lisp.h> included.
6828
6829 Remove duplicate #include directives.
6830 * alloc.c [GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES]:
6831 * xfaces.c:
6832 Don't include stdio.h twice.
6833 * buffer.c [USE_MMAP_FOR_BUFFERS]:
6834 Don't include sys/types.h or stdio.h twice.
6835 * fileio.c [WINDOWSNT | MSDOS]: Don't include fcntl.h twice.
6836 * lread.c: Don't include coding.h twice.
6837 * nsfont.m: Don't include frame.h twice.
6838 * process.c [HAVE_RES_INIT]: Don't include <netinet/in.h> twice.
6839 * ralloc.c: Don't include <unistd.h> twice.
6840 * xdisp.c: Don't include font.h twice.
6841 * xterm.c: Don't include fontset.h twice.
6842 * xterm.h [USE_X_TOOLKIT]: Don't include X11/StringDefs.h twice.
6843
6844 2013-07-04 Paul Eggert <eggert@cs.ucla.edu>
6845
6846 Scale ImageMagick images more carefully.
6847 * image.c (scale_image_size) [HAVE_IMAGEMAGICK]: New function.
6848 (compute_image_size): Use it. Define only if HAVE_IMAGEMAGICK.
6849 Be more careful about avoiding undefined behavior after
6850 integer overflow and division by zero.
6851
6852 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6853
6854 * w32fns.c (Qgeometry, Qworkarea, Qmm_size, Qframes): New variables.
6855 (syms_of_w32fns): DEFSYM them.
6856 (MONITORINFOF_PRIMARY, SM_XVIRTUALSCREEN, SM_YVIRTUALSCREEN)
6857 (CCHDEVICENAME): Define macros if not defined.
6858 (struct MONITOR_INFO_EX): New struct.
6859 (MonitorEnum_Proc, EnumDisplayMonitors_Proc): New prototypes.
6860 (enum_display_monitors_fn): New variable.
6861 (globals_of_w32fns): Initialize it.
6862 (Fx_display_pixel_width, Fx_display_pixel_height)
6863 (Fx_display_mm_height, Fx_display_mm_width): Mention behavior on
6864 multi-monitor setups in docstrings.
6865 (Fx_display_mm_height, Fx_display_mm_width): Approximate whole
6866 screen size by primary monitor's millimeter per pixel.
6867 (w32_monitor_enum, w32_display_monitor_attributes_list)
6868 (w32_display_monitor_attributes_list_fallback)
6869 (Fw32_display_monitor_attributes_list): New functions.
6870 (syms_of_w32fns): Defsubr Sw32_display_monitor_attributes_list.
6871
6872 * w32term.c (SM_CXVIRTUALSCREEN, SM_CYVIRTUALSCREEN): Define macros
6873 if not defined.
6874 (x_display_pixel_height, x_display_pixel_width): Use GetSystemMetrics.
6875
6876 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
6877
6878 * fileio.c (Qfile_notify_error): New error symbol.
6879
6880 * gfilenotify.c (Fgfile_add_watch, Fgfile_rm_watch):
6881 * inotify.c (inotify_callback, symbol_to_inotifymask)
6882 (Finotify_add_watch, Finotify_rm_watch): Use it.
6883 (inotifyevent_to_event): Exchange order of cookie and file name.
6884 (Finotify_add_watch): Adapt docstring.
6885
6886 * lisp.h (Qfile_notify_error): Declare.
6887
6888 2013-07-04 Paul Eggert <eggert@cs.ucla.edu>
6889
6890 Try again to fix FreeBSD bug re multithreaded memory alloc (Bug#14569).
6891 * emacs.c (main) [HAVE_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
6892 Do not clear _malloc_thread_enabled_p, undoing the previous change,
6893 which did not work (see <http://bugs.gnu.org/14569#307>).
6894 (main): Do not invoke malloc_enable_thread if (! CANNOT_DUMP
6895 && (!noninteractive || initialized)). This attempts to thread
6896 the needle between the Scylla of FreeBSD and the Charybdis of Cygwin.
6897
6898 2013-07-04 Juanma Barranquero <lekktu@gmail.com>
6899
6900 * image.c (x_to_xcolors) [HAVE_NTGUI]: Remove unused var `hdc'.
6901 (x_build_heuristic_mask) [HAVE_NTGUI]: Remove unused var `frame_dc'.
6902
6903 2013-07-04 Paul Eggert <eggert@cs.ucla.edu>
6904
6905 Try to fix FreeBSD bug re multithreaded memory allocation (Bug#14569).
6906 * emacs.c (main) [HAVE_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
6907 Clear _malloc_thread_enabled_p at startup. Reported by Ashish SHUKLA in
6908 <http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00088.html>.
6909
6910 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
6911
6912 * sysdep.c (sys_siglist) [HAVE_DECL___SYS_SIGLIST]:
6913 Define to __sys_siglist.
6914
6915 2013-07-02 Eli Zaretskii <eliz@gnu.org>
6916
6917 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Don't disallow
6918 word-wrap, so that overflow-newline-into-fringe would work in
6919 visual-line-mode. (Bug#2749)
6920 (move_it_in_display_line_to): When the last scanned display
6921 element fits exactly on the display line, and
6922 overflow-newline-into-fringe is non-nil, but wrap_it is valid,
6923 don't return MOVE_NEWLINE_OR_CR, but instead back up to the last
6924 wrap point and return MOVE_LINE_CONTINUED. Fixes problems with
6925 finding buffer position that corresponds to pixel coordinates,
6926 e.g. in buffer_posn_from_coords.
6927
6928 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
6929
6930 * process.c (handle_child_signal): Call catch_child_signal if
6931 NS_IMPL_GNUSTEP.
6932
6933 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
6934
6935 Don't convert function pointers to void * and back.
6936 It isn't portable C, and it's easy enough to avoid.
6937 * alloc.c: Verify SAVE_FUNCPOINTER bits, too.
6938 (make_save_value): Add support for SAVE_FUNCPOINTER.
6939 * keymap.c (map_keymap_char_table_item, map_keymap_internal):
6940 * print.c (print_object):
6941 Distinguish function from object pointers.
6942 * lisp.h (SAVE_FUNCPOINTER): New constant.
6943 (SAVE_SLOT_BITS): Adjust to it.
6944 (SAVE_TYPE_FUNCPTR_PTR_OBJ): New constant, replacing
6945 SAVE_TYPE_PTR_PTR_OBJ. Change the only use.
6946 (voidfuncptr): New typedef.
6947 (struct Lisp_Save_Value): New member data[0].funcpointer.
6948 (XSAVE_FUNCPOINTER): New function.
6949
6950 Simplify buildobj processing.
6951 * Makefile.in (buildobj.h): Make it a sequence of strings each
6952 followed by comma, rather than a single string. Put it into a
6953 .tmp file in case there's an error while generating it.
6954 (gl-stamp): Use .tmp for temp files.
6955 (mostlyclean): Clean .tmp files.
6956 * doc.c (buildobj): Move to just the routine that needs it.
6957 It's now an array of strings, so processing is simpler.
6958
6959 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
6960
6961 Fix bug re noninteractive multithreaded memory allocation (Bug#14569).
6962 * emacs.c (malloc_enable_thread): Hoist extern decl to top level.
6963 (main) [HAVE_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
6964 Invoke malloc_enable_thread even when not interactive.
6965 Problem reported by Ken Brown in <http://bugs.gnu.org/14569#275>.
6966 * process.c (init_process_emacs) [CYGWIN]: Tickle glib even
6967 in this case, since the underlying bug has now been fixed.
6968
6969 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
6970
6971 * emacs.c (Fkill_emacs): Expand Vauto_save_list_file_name before
6972 unlinking it (bug#14691).
6973
6974 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
6975
6976 * buffer.c (FKill_buffer): Run `kill-buffer-query-functions'
6977 before checking whether buffer is modified. This lets
6978 `kill-buffer-query-functions' cancel killing of the buffer or save
6979 its content before `kill-buffer' asks user the "Buffer %s
6980 modified; kill anyway?" question.
6981
6982 2013-06-30 Jan Djärv <jan.h.d@swipnet.se>
6983
6984 * nsfns.m (handlePanelKeys): Don't process Command+Function keys.
6985 Let the super performKeyEquivalent deal with them (Bug#14747).
6986
6987 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
6988
6989 * widget.c (resize_cb): Remove unused local.
6990
6991 Do not use GTK 3 if it exists but cannot be compiled.
6992 * xmenu.c (x_menu_wait_for_event) [!USE_GTK]:
6993 * xterm.c (x_error_handler) [!USE_GTK]:
6994 Do not use GTK 3.
6995
6996 * intervals.c (get_local_map): Actually clip POSITION (Bug#14753).
6997
6998 2013-06-30 Eli Zaretskii <eliz@gnu.org>
6999
7000 * intervals.c (get_local_map): Instead of aborting, clip POSITION
7001 to the valid range of values. (Bug#14753)
7002
7003 * xdisp.c (Fmove_point_visually): Invalidate the cursor position
7004 when moving point by using the current glyph matrix. This avoids
7005 the need to force redisplay when this function is called in a
7006 loop.
7007
7008 2013-06-29 Paul Eggert <eggert@cs.ucla.edu>
7009
7010 Fix minor problems found by static checking.
7011 * coding.c (encode_inhibit_flag, inhibit_flag): New functions.
7012 Redo the latter's body to sidestep GCC parenthesization warnings.
7013 (setup_coding_system, detect_coding, detect_coding_system): Use them.
7014 * coding.c (detect_coding, detect_coding_system):
7015 * coding.h (struct undecided_spec):
7016 Use bool for boolean.
7017 * image.c (QCmax_width, QCmax_height): Now static.
7018 * xdisp.c (Fmove_point_visually): Remove unused local.
7019
7020 2013-06-29 Eli Zaretskii <eliz@gnu.org>
7021
7022 * xdisp.c (Fmove_point_visually): New function.
7023
7024 2013-06-28 Kenichi Handa <handa@gnu.org>
7025
7026 * coding.h (define_coding_undecided_arg_index): New enum.
7027 (coding_attr_index): New members
7028 coding_attr_undecided_inhibit_null_byte_detection,
7029 coding_attr_undecided_inhibit_iso_escape_detection,
7030 coding_attr_undecided_prefer_utf_8.
7031 (undecided_spec): New struct.
7032 (struct coding_system): New member `undecided' of the member
7033 `spec'.
7034
7035 * coding.c (setup_coding_system): Handle CODING->spec.undecided.
7036 (detect_coding): Likewise.
7037 (detect_coding_system): Likewise.
7038 (Fdefine_coding_system_internal): New coding system properties
7039 :inhibit-null-byte-detection, :inhibit-iso-escape-detection, and
7040 :prefer-utf-8.
7041 (syms_of_coding): Adjust for coding_arg_undecided_max.
7042
7043 2013-06-28 Paul Eggert <eggert@cs.ucla.edu>
7044
7045 * image.c (x_from_xcolors): Remove unused local.
7046
7047 2013-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7048
7049 Defer image data transfer between X client and server until actual
7050 display happens.
7051
7052 * dispextern.h (struct image) [HAVE_X_WINDOWS]: New members `ximg'
7053 and `mask_img'.
7054
7055 * image.c (Destroy_Image): Remove.
7056 (x_clear_image_1): New arg `flags' instead of 3 bools `pixmap_p',
7057 `mask_p', and `colors_p'. All uses changed.
7058 (x_clear_image_1) [HAVE_X_WINDOWS]: Destroy `ximg' and `mask_img'.
7059 (CLEAR_IMAGE_PIXMAP, CLEAR_IMAGE_MASK, CLEAR_IMAGE_COLORS):
7060 New macros for `flags' arg to x_clear_image_1.
7061 (postprocess_image, xpm_load_image, x_build_heuristic_mask)
7062 (png_load_body): Use x_clear_image_1 instead of Free_Pixmap.
7063 (ZPixmap, XGetImage) [HAVE_NS]: Remove.
7064 (image_get_x_image_or_dc, image_unget_x_image_or_dc)
7065 (image_get_x_image, image_unget_x_image): New functions or macros.
7066 (image_background, image_background_transparent, x_to_xcolors)
7067 (x_build_heuristic_mask): Use image_get_x_image_or_dc instead of
7068 XGetImage or CreateCompatibleDC. Use image_unget_x_image_or_dc
7069 instead of Destroy_Image.
7070 (image_create_x_image_and_pixmap, image_put_x_image): New functions.
7071 (xpm_load_image, x_from_xcolors, x_build_heuristic_mask, pbm_load)
7072 (png_load_body, jpeg_load_body, tiff_load, gif_load)
7073 (imagemagick_load_image, svg_load_image): Use them instead of
7074 x_create_x_image_and_pixmap, and x_put_x_image followed by
7075 x_destroy_x_image, respectively.
7076 (xpm_load) [HAVE_XPM && !HAVE_NTGUI]: Use XpmReadFileToImage and
7077 XpmCreateImageFromBuffer instead of XpmReadFileToPixmap and
7078 XpmCreatePixmapFromBuffer. Create pixmaps. Fill background and
7079 background_transparent fields.
7080 (image_sync_to_pixmaps) [HAVE_X_WINDOWS]: New function.
7081 (prepare_image_for_display, x_disable_image) [HAVE_X_WINDOWS]: Use it.
7082
7083 2013-06-27 Paul Eggert <eggert@cs.ucla.edu>
7084
7085 Do not tickle glib SIGCHLD handling if Cygwin (Bug#14569).
7086 This mostly consists of undoing recent changes.
7087 * callproc.c (Fcall_process):
7088 * process.c (create_process):
7089 Do not worry about catching SIGCHLD here, undoing previous change.
7090 * nsterm.m (ns_term_init): Re-catch SIGCHLD, undoing previous change.
7091 * process.c, process.h (catch_child_signal):
7092 No longer extern if !NS_IMPL_GNUSTEP, undoing 06-22 change.
7093 * process.c (catch_child_handler): Don't worry about being called
7094 lazily and do not assume caller has blocked SIGCHLD, undoing
7095 previous change. Move first-time stuff back to
7096 init_process_emacs, undoing 06-22 change. If CYGWIN, do not
7097 tickle glib, as that causes Cygwin bootstrap to fail. Do not
7098 set lib_child_handler if it's already initialized, which may
7099 help avoid problems on GNUStep.
7100
7101 2013-06-23 Paul Eggert <eggert@cs.ucla.edu>
7102
7103 A more-conservative workaround for Cygwin SIGCHLD issues (Bug#14569).
7104 * callproc.c (Fcall_process):
7105 * process.c (create_process):
7106 Make sure SIGCHLD is caught before we fork,
7107 since Emacs startup no arranges to catch SIGCHLD.
7108 * process.c (lib_child_handler): Initialize to null, not to
7109 dummy_handler.
7110 (catch_child_signal): Allow self to be called lazily.
7111 Do nothing if it's already been called.
7112 Assume caller has blocked SIGCHLD (all callers do now).
7113 * emacs.c (main): Do not catch SIGCHLD here; defer it until
7114 just before it's really needed.
7115 * nsterm.m (ns_term_init): No need to re-catch SIGCHLD here,
7116 since it hasn't been caught yet.
7117
7118 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7119
7120 * image.c (compute_image_size): New function to implement
7121 :max-width and :max-height.
7122 (imagemagick_load_image): Use it.
7123
7124 2013-06-23 Paul Eggert <eggert@cs.ucla.edu>
7125
7126 Try to avoid malloc SEGVs on Cygwin (Bug#14569).
7127 * callproc.c, process.h (block_child_signal, unblock_child_signal):
7128 Now extern.
7129 * emacs.c (main): Catch SIGCHLD just before initializing gfilenotify.
7130 * process.c (catch_child_signal): Block SIGCHLD while futzing with
7131 the SIGCHLD handler, since the code is not atomic and (due to glib)
7132 signals may be arriving now.
7133 * sysdep.c (init_signals): Do not catch child signals here;
7134 'main' now does that later, at a safer time.
7135
7136 2013-06-22 Paul Eggert <eggert@cs.ucla.edu>
7137
7138 Clean up SIGCHLD handling a bit (Bug#14569).
7139 * process.c, process.h (catch_child_signal):
7140 Now always extern, even if !NS_IMPL_GNUSTEP.
7141 * process.c (catch_child_signal): Move glib tickler here from
7142 init_process_emacs, so that it's done earlier in Emacs
7143 initialization. Also move the noninteractive && !initialized
7144 check here from init_process_emacs. This is all a bit cleaner for
7145 GNUish platforms, and I hope it works around the Cygwin bug.
7146 * sysdep.c (init_signals): Invoke catch_child_signal here, so
7147 that glib signal handling is tickled before glib creates threads.
7148
7149 * process.c (wait_reading_process_output): Avoid int overflow
7150 when reading more than 2 GiB total from a process.
7151
7152 2013-06-21 Paul Eggert <eggert@cs.ucla.edu>
7153
7154 * process.c (create_process): Handle a couple more cases,
7155 i.e., work even if new_argv and wait_child_setup[i] are cached.
7156 Use Fcall_process's style for volatile vars.
7157
7158 2013-06-21 Andreas Schwab <schwab@linux-m68k.org>
7159
7160 * process.c (create_process): Mark PROCESS volatile.
7161
7162 2013-06-21 Paul Eggert <eggert@cs.ucla.edu>
7163
7164 Use C99-style flexible array members if available.
7165 This avoids some subtle aliasing issues, which typically
7166 aren't a problem with GCC but may be a problem elsewhere.
7167 * alloc.c (sdata): New typedef, replacing the old struct sdata.
7168 It is a struct if GC_CHECK_STRING_BYTES, a union otherwise.
7169 In either case, it uses a flexible array member rather than
7170 the old struct hack. All uses changed.
7171 (SDATA_NBYTES, sweep_strings) [!GC_CHECK_STRING_BYTES]:
7172 Adjust to sdata reorganization.
7173 * alloc.c (VBLOCK_BYTES_MIN, allocate_vectorlike, Fgarbage_collect):
7174 Use offsetof (struct, flex_array_member), not sizeof (struct), as
7175 that ports better to pre-C99 non-GCC.
7176 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
7177 Use CHAR_TABLE_STANDARD_SLOTS rather than its definition,
7178 as the latter has changed.
7179 * conf_post.h (FLEXIBLE_ARRAY_MEMBER): Move here from w32.c,
7180 and port better to pre-C99 GCC.
7181 * image.c (struct xpm_cached_color):
7182 * lisp.h (struct Lisp_Vector, struct Lisp_Bool_Vector)
7183 (struct Lisp_Char_Table, struct Lisp_Sub_Char_Table):
7184 Use FLEXIBLE_ARRAY_MEMBER.
7185 * lisp.h (string_bytes) [GC_CHECK_STRING_BYTES]:
7186 Move decl to top level so it gets checked against implementation.
7187 (CHAR_TABLE_STANDARD_SLOTS): Adjust to struct Lisp_Char_Table change.
7188 * w32.c (FLEXIBLE_ARRAY_MEMBER): Move to conf_post.h.
7189
7190 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
7191
7192 * syntax.c: Integer cleanups.
7193 (SYNTAX_FLAGS_COMMENT_STYLEC): Return a boolean, not 0-or-2.
7194 All uses that need 0-or-2 changed to:
7195 (SYNTAX_FLAGS_COMMENT_STYLEC2): New macro, with the same semantics
7196 as the old SYNTAX_FLAGS_COMMENT_STYLEC.
7197 (struct lisp_parse_state, syntax_prefix_flag_p, update_syntax_table)
7198 (char_quoted, prev_char_comend_first, back_comment)
7199 (Finternal_describe_syntax_value, skip_chars, skip_syntaxes)
7200 (in_classes, forw_comment, scan_lists, scan_sexps_forward):
7201 Use bool for boolean.
7202 (update_syntax_table, skip_chars, skip_syntaxes):
7203 Prefer int to unsigned when either will do.
7204 (back_comment): Return boolean success flag, like forw_comment,
7205 instead of positive-or-minus-1 (which might have overflowed int anyway).
7206 Don't stuff ptrdiff_t into int.
7207 (syntax_spec_code, syntax_code_spec): Now const.
7208 (Fmatching_paren, scan_lists, scan_sexps_forward):
7209 Use enum syntaxcode for syntax code.
7210 (Fmatching_paren): Check that arg is a character, not just an integer.
7211 (Fstring_to_syntax): Don't assume 0377 fits in enum syntaxcode.
7212 (Finternal_describe_syntax_value): Omit no-longer-needed
7213 comparison to 0.
7214 (skip_chars): Use char, not unsigned char, when the distinction
7215 doesn't matter.
7216 (forw_comment, scan_lists): Prefer A |= B to A = A || B when B's cheap.
7217 * bytecode.c (exec_byte_code):
7218 * syntax.c (syntax_spec_code, Fchar_syntax)
7219 (Finternal_describe_syntax_value, skip_chars, skip_syntaxes)
7220 (init_syntax_once):
7221 * syntax.h (SYNTAX_WITH_FLAGS):
7222 Omit unnecessary casts.
7223
7224 2013-06-20 Eli Zaretskii <eliz@gnu.org>
7225
7226 * w32fns.c (w32_wnd_proc): Don't compute the header line and mode
7227 line dimensions here, to avoid race conditions with the main
7228 thread. (Bug#14062, bug#14630, bug#14669)
7229
7230 * w32term.c (w32_draw_window_cursor): Compute the header line and
7231 mode line dimensions here.
7232 <w32_system_caret_window, w32_system_caret_hdr_height>:
7233 <w32_system_caret_mode_height>: New variables.
7234
7235 * w32term.h: Declare them.
7236
7237 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
7238
7239 * alloc.c (die): Move "assertion failed" string here ...
7240 * lisp.h (eassert): ... from here. Also, suppress evaluation of
7241 COND when SUPPRESS_CHECKING. This shrinks the executable text
7242 size by 0.8% to 2.2% when configured with --enable-checking,
7243 depending on optimization flags (GCC 4.8.1 x86-64).
7244
7245 * floatfns.c (Flog10): Move to Lisp (marked obsolete there).
7246
7247 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7248
7249 * floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the
7250 base is 2; this is more accurate.
7251
7252 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
7253
7254 * sound.c (string_default): Move to !WINDOWSNT section.
7255 (Fplay_sound_internal) [WINDOWSNT]: Remove i_result to avoid warning.
7256
7257 2013-06-19 Paul Eggert <eggert@cs.ucla.edu>
7258
7259 * sound.c: Integer cleanups.
7260 Remove unnecessary forward decls.
7261 (struct sound_device): The 'file' member is now a Lisp_Object, not
7262 a char *, so that we needn't invoke alloca on a huge size.
7263 (Fplay_sound_internal): Adjust to this.
7264 (string_default): New function.
7265 (vox_open, vox_init, alsa_open, alsa_configure, alsa_init):
7266 Use it to adjust to the struct sound_device change.
7267 (parse_sound, wav_init, au_init, alsa_init): Use bool for booleans.
7268 (be2hs) [0]: Remove.
7269
7270 * syntax.c (skip_chars): Don't use uninitialized storage
7271 when searching a multibyte buffer for characters that are not in a
7272 unibyte string that contains non-ASCII characters.
7273
7274 2013-06-18 Jan Djärv <jan.h.d@swipnet.se>
7275
7276 * process.c: Include xgselect.h if HAVE_GLIB. Include glib.h
7277 if HAVE_GLIB && ! WINDOWSNT (Bug#14654).
7278
7279 2013-06-18 Paul Eggert <eggert@cs.ucla.edu>
7280
7281 * conf_post.h: Add comments for INLINE, EXTERN_INLINE, etc.
7282
7283 2013-06-18 Kenichi Handa <handa@gnu.org>
7284
7285 * font.c (Ffont_spec): Signal an error for an invalid font name
7286 (Bug#14648).
7287
7288 2013-06-18 Paul Eggert <eggert@cs.ucla.edu>
7289
7290 Porting fixes for merged specpdl and backtrace stacks (Bug#14643).
7291 In particular this ports to 32-bit sparc Sun cc.
7292 * eval.c (init_eval_once, grow_specpdl): Allocate a specbinding
7293 array with a dummy element at specpdl[-1], so that its address can
7294 be taken portably.
7295 (unbind_to): Do not copy the binding; not needed, now that we
7296 copy old_value in the one place where the copy is needed.
7297 * fileio.c (Fwrite_region): Use ptrdiff_t, not int, for specpdl count.
7298 * lisp.h (BITS_PER_PTRDIFF_T): Remove; no longer needed.
7299 (union specbinding): Rename from struct specbinding. Redo layout
7300 to avoid the need for 'ptrdiff_t nargs : BITS_PER_PTRDIFF_T - 1;',
7301 which is not portable. With Sun C 5.12 32-bit sparc, the
7302 declaration causes nargs to be an unsigned bitfield, a behavior
7303 that the C standard allows; but Emacs wants nargs to be signed.
7304 The overall type is now a union of structures rather than a
7305 structure of union of structures, and the 'kind' member is now a
7306 bitfield, so that the overall type doesn't grow. All uses changed.
7307 * process.c (Fmake_serial_process): Remove unnecessary initialization.
7308
7309 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
7310
7311 * frame.c (x_report_frame_params): Cast parent_desc to uintptr_t.
7312 Needed if HAVE_NTGUI. Reported by Juanma Barranquero.
7313
7314 * nsfont.m (ns_registry_to_script): Parenthesize while expression.
7315
7316 2013-06-17 Eli Zaretskii <eliz@gnu.org>
7317
7318 * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT
7319 unless we know that the window w's frame is a frame object.
7320 Another attempt at solving bug#14062 and bug#14630.
7321
7322 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7323
7324 * textprop.c (property_set_type): New enum.
7325 (add_properties): Allow appending/prepending text properties.
7326 (add_text_properties_1): Factored out of Fadd_text_properties.
7327 (Fadd_text_properties): Move all the code into
7328 add_text_properties_1.
7329 (Fadd_face_text_property): New function that calls
7330 add_text_properties_1.
7331
7332 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
7333
7334 Move functions from lisp.h to individual modules when possible.
7335 From a suggestion by Andreas Schwab in <http://bugs.gnu.org/11935#68>.
7336 * alloc.c (XFLOAT_INIT, set_symbol_name):
7337 * buffer.c (CHECK_OVERLAY):
7338 * chartab.c (CHECK_CHAR_TABLE, set_char_table_ascii)
7339 (set_char_table_parent):
7340 * coding.c (CHECK_NATNUM_CAR, CHECK_NATNUM_CDR):
7341 * data.c (BOOLFWDP, INTFWDP, KBOARD_OBJFWDP, OBJFWDP, XBOOLFWD)
7342 (XKBOARD_OBJFWD, XINTFWD, XOBJFWD, CHECK_SUBR, set_blv_found)
7343 (blv_value, set_blv_value, set_blv_where, set_blv_defcell)
7344 (set_blv_valcell):
7345 * emacs.c (setlocale) [!HAVE_SETLOCALE]:
7346 * eval.c (specpdl_symbol, specpdl_old_value, specpdl_where)
7347 (specpdl_arg, specpdl_func, backtrace_function, backtrace_nargs)
7348 (backtrace_args, backtrace_debug_on_exit):
7349 * floatfns.c (CHECK_FLOAT):
7350 * fns.c (CHECK_HASH_TABLE, CHECK_LIST_END)
7351 (set_hash_key_and_value, set_hash_next, set_hash_next_slot)
7352 (set_hash_hash, set_hash_hash_slot, set_hash_index)
7353 (set_hash_index_slot):
7354 * keymap.c (CHECK_VECTOR_OR_CHAR_TABLE):
7355 * marker.c (CHECK_MARKER):
7356 * textprop.c (CHECK_STRING_OR_BUFFER):
7357 * window.c (CHECK_WINDOW_CONFIGURATION):
7358 Move here from lisp.h, and make these functions static rather than
7359 extern inline.
7360 * buffer.c (Qoverlayp):
7361 * data.c (Qsubrp):
7362 * fns.c (Qhash_table_p):
7363 * window.c (Qwindow_configuration_p):
7364 Now static.
7365 * lisp.h: Remove the abovementioned defns and decls.
7366
7367 Use functions, not macros, for XINT etc (Bug#11935).
7368 In lisp.h, prefer functions to function-like macros, and
7369 constants to object-like macros, when either will do. This:
7370 . simplifies use, as there's no more need to worry about
7371 arguments' side effects being evaluated multiple times.
7372 . makes the code easier to debug on some platforms.
7373 However, when using gcc -O0, keep using function-like macros
7374 for a few critical operations, for performance reasons.
7375 This sort of thing isn't needed with gcc -Og, but -Og
7376 is a GCC 4.8 feature and isn't widely-enough available yet.
7377 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]:
7378 Remove enum lsb_bits; no longer needed.
7379 (allocate_misc, free_misc): Don't use XMISCTYPE as an lvalue.
7380 * buffer.c (Qoverlap):
7381 * data.c (Qsubrp):
7382 * fns.c (Qhash_table_p):
7383 Now extern, so lisp.h can use these symbols.
7384 * dispextern.h: Include character.h, for MAX_CHAR etc.
7385 (GLYPH, GLYPH_CHAR, GLYPH_FACE, SET_GLYPH_CHAR, SET_GLYPH_FACE)
7386 (SET_GLYPH, GLYPH_CODE_CHAR, GLYPH_CODE_FACE)
7387 (SET_GLYPH_FROM_GLYPH_CODE, GLYPH_MODE_LINE_FACE, GLYPH_CHAR_VALID_P)
7388 (GLYPH_CODE_P): Move here from lisp.h.
7389 (GLYPH_CHAR, GLYPH_FACE, GLYPH_CODE_CHAR, GLYPH_CODE_FACE)
7390 (GLYPH_CHAR_VALID_P, GLYPH_CODE_P): Now functions, not macros.
7391 (GLYPH_MODE_LINE_FACE): Now enums, not macros.
7392 * eval.c (Fautoload): Cast XUNTAG output to intptr_t, since
7393 XUNTAG now returns void *.
7394 * lisp.h (lisp_h_XLI, lisp_h_XIL, lisp_h_CHECK_LIST_CONS)
7395 (lisp_h_CHECK_NUMBER CHECK_SYMBOL, lisp_h_CHECK_TYPE)
7396 (lisp_h_CONSP, lisp_h_EQ, lisp_h_FLOATP, lisp_h_INTEGERP)
7397 (lisp_h_MARKERP, lisp_h_MISCP, lisp_h_NILP)
7398 (lisp_h_SET_SYMBOL_VAL, lisp_h_SYMBOL_CONSTANT_P)
7399 (lisp_h_SYMBOL_VAL, lisp_h_SYMBOLP, lisp_h_VECTORLIKEP)
7400 (lisp_h_XCAR, lisp_h_XCDR, lisp_h_XCONS, lisp_h_XHASH)
7401 (lisp_h_XPNTR, lisp_h_XSYMBOL):
7402 New macros, renamed from their sans-lisp_h_ counterparts.
7403 (XLI, XIL, CHECK_LIST_CONS, CHECK_NUMBER CHECK_SYMBOL)
7404 (CHECK_TYPE, CONSP, EQ, FLOATP, INTEGERP, MARKERP)
7405 (MISCP, NILP, SET_SYMBOL_VAL, SYMBOL_CONSTANT_P, SYMBOL_VAL, SYMBOLP)
7406 (VECTORLIKEP, XCAR, XCDR, XCONS, XHASH, XPNTR, XSYMBOL):
7407 If compiling via GCC without optimization, define these as macros
7408 in addition to inline functions.
7409 To disable this, compile with -DINLINING=0.
7410 (LISP_MACRO_DEFUN, LISP_MACRO_DEFUN_VOID): New macros.
7411 (check_cons_list) [!GC_CHECK_CONS_LIST]: Likewise.
7412 (make_number, XFASTINT, XINT, XTYPE, XUNTAG): Likewise, but
7413 hand-optimize only in the USE_LSB_TAG case, as GNUish hosts do that.
7414 (INTMASK, VALMASK): Now macros, since static values cannot be
7415 accessed from extern inline functions.
7416 (VALMASK): Also a constant, for benefit of old GDB.
7417 (LISP_INT_TAG_P): Remove; no longer needed as the only caller
7418 is INTEGERP, which can fold it in.
7419 (XLI, XIL, XHASH, XTYPE, XINT, XFASTINT, XUINT)
7420 (make_number, XPNTR, XUNTAG, EQ, XCONS, XVECTOR, XSTRING, XSYMBOL)
7421 (XFLOAT, XPROCESS, XWINDOW, XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE)
7422 (XSUB_CHAR_TABLE, XBOOL_VECTOR, make_lisp_ptr, CHECK_TYPE)
7423 (CHECK_STRING_OR_BUFFER, XCAR, XCDR, XSETCAR, XSETCDR, CAR, CDR)
7424 (CAR_SAFE, CDR_SAFE, STRING_MULTIBYTE, SDATA, SSDATA, SREF, SSET)
7425 (SCHARS, STRING_BYTES, SBYTES, STRING_SET_CHARS, STRING_COPYIN, AREF)
7426 (ASIZE, ASET, CHAR_TABLE_REF_ASCII, CHAR_TABLE_REF)
7427 (CHAR_TABLE_SET, CHAR_TABLE_EXTRA_SLOTS, SYMBOL_VAL, SYMBOL_ALIAS)
7428 (SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL, SET_SYMBOL_ALIAS)
7429 (SET_SYMBOL_BLV, SET_SYMBOL_FWD, SYMBOL_NAME, SYMBOL_INTERNED_P)
7430 (SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P, SYMBOL_CONSTANT_P)
7431 (XHASH_TABLE, HASH_TABLE_P, CHECK_HASH_TABLE, HASH_KEY, HASH_VALUE)
7432 (HASH_NEXT, HASH_HASH, HASH_INDEX, HASH_TABLE_SIZE)
7433 (XMISC, XMISCANY, XMARKER, XOVERLAY, XSAVE_VALUE, XFWDTYPE)
7434 (XINTFWD, XBOOLFWD, XOBJFWD, XBUFFER_OBJFWD, XKBOARD_OBJFWD)
7435 (XFLOAT_DATA, XFLOAT_INIT, NILP, NUMBERP, NATNUMP)
7436 (RANGED_INTEGERP, CONSP, FLOATP, MISCP, STRINGP, SYMBOLP)
7437 (INTEGERP, VECTORLIKEP, VECTORP, OVERLAYP)
7438 (MARKERP, SAVE_VALUEP, AUTOLOADP, INTFWDP, BOOLFWDP, OBJFWDP)
7439 (BUFFER_OBJFWDP, KBOARD_OBJFWDP, PSEUDOVECTOR_TYPEP)
7440 (PSEUDOVECTORP, WINDOW_CONFIGURATIONP, PROCESSP, WINDOWP)
7441 (TERMINALP, SUBRP, COMPILEDP, BUFFERP, CHAR_TABLE_P)
7442 (SUB_CHAR_TABLE_P, BOOL_VECTOR_P, FRAMEP, IMAGEP, ARRAYP)
7443 (CHECK_LIST, CHECK_LIST_CONS, CHECK_LIST_END, CHECK_STRING)
7444 (CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
7445 (CHECK_VECTOR, CHECK_VECTOR_OR_STRING, CHECK_ARRAY)
7446 (CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER, CHECK_WINDOW)
7447 (CHECK_WINDOW_CONFIGURATION, CHECK_PROCESS, CHECK_SUBR)
7448 (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, XFLOATINT)
7449 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT, CHECK_OVERLAY)
7450 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR, CHECK_NATNUM_CAR)
7451 (CHECK_NATNUM_CDR, FUNCTIONP, SPECPDL_INDEX, LOADHIST_ATTACH)
7452 Now functions.
7453 (check_cons_list) [!GC_CHECK_CONS_LIST]: New empty function.
7454 (LISP_MAKE_RVALUE, TYPEMASK): Remove; no longer needed.
7455 (VALMASK): Define in one place rather than in two, merging the
7456 USE_LSB_TAG parts; this is simpler.
7457 (aref_addr, gc_aset, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM)
7458 (max, min, struct Lisp_String, UNSIGNED_CMP, ASCII_CHAR_P):
7459 Move up, to avoid use before definition.
7460 Also include "globals.h" earlier, for the same reason.
7461 (make_natnum): New function.
7462 (XUNTAG): Now returns void *, not intptr_t, as this means fewer casts.
7463 (union Lisp_Fwd, BOOLFWDP, BOOL_VECTOR_P, BUFFER_OBJFWDP, BUFFERP)
7464 (CHAR_TABLE_P, CHAR_TABLE_REF_ASCII, CONSP, FLOATP, INTEGERP, INTFWDP)
7465 (KBOARD_OBJFWDP, MARKERP, MISCP, NILP, OBJFWDP, OVERLAYP, PROCESSP)
7466 (PSEUDOVECTORP, SAVE_VALUEP, STRINGP, SUB_CHAR_TABLE_P, SUBRP, SYMBOLP)
7467 (VECTORLIKEP, WINDOWP, Qoverlayp, char_table_ref, char_table_set)
7468 (char_table_translate, Qarrayp, Qbufferp, Qbuffer_or_string_p)
7469 (Qchar_table_p, Qconsp, Qfloatp, Qintegerp, Qlambda, Qlistp, Qmarkerp)
7470 (Qnil, Qnumberp, Qsubrp, Qstringp, Qsymbolp, Qvectorp)
7471 (Qvector_or_char_table_p, Qwholenump, Ffboundp, wrong_type_argument)
7472 (initialized, Qhash_table_p, extract_float, Qprocessp, Qwindowp)
7473 (Qwindow_configuration_p, Qimage): New forward declarations.
7474 (XSETFASTINT): Simplify by rewriting in terms of make_natnum.
7475 (STRING_COPYIN): Remove; unused.
7476 (XCAR_AS_LVALUE, XCDR_AS_LVALUE): Remove these macros, replacing with ...
7477 (xcar_addr, xcdr_addr): New functions. All uses changed.
7478 (IEEE_FLOATING_POINT): Now a constant, not a macro.
7479 (GLYPH, GLYPH_CHAR, GLYPH_FACE, SET_GLYPH_CHAR, SET_GLYPH_FACE)
7480 (SET_GLYPH, GLYPH_CODE_CHAR, GLYPH_CODE_FACE)
7481 (SET_GLYPH_FROM_GLYPH_CODE, GLYPH_MODE_LINE_FACE, GLYPH_CHAR_VALID_P)
7482 (GLYPH_CODE_P): Move to dispextern.h, to avoid define-before-use.
7483 (TYPE_RANGED_INTEGERP): Simplify.
7484 (Qsubrp, Qhash_table_p, Qoverlayp): New extern decls.
7485 (setlocale, fixup_locale, synchronize_system_messages_locale)
7486 (synchronize_system_time_locale) [!HAVE_SETLOCALE]:
7487 Now empty functions, not macros.
7488 (functionp): Return bool, not int.
7489 * window.c (Qwindow_configuration_p): Now extern,
7490 so window.h can use it.
7491 * window.h (Qwindowp): Move decl back to lisp.h.
7492
7493 2013-06-15 Eli Zaretskii <eliz@gnu.org>
7494
7495 * xdisp.c (Fline_pixel_height): New function, required for solving
7496 bug #14567.
7497
7498 2013-06-15 Paul Eggert <eggert@cs.ucla.edu>
7499
7500 * fns.c (Fcopy_sequence): Simplify XTYPE calculation.
7501
7502 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * lread.c (syms_of_lread):
7505 * fns.c (Fprovide): Adjust to new format of after-load-alist.
7506
7507 2013-06-13 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
7508
7509 * fileio.c (Fdo_auto_save): Trap errors in auto-save-hook. (Bug#14479)
7510
7511 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7512
7513 * fileio.c (expand_file_name): Doc fix.
7514
7515 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
7516
7517 Tickle glib by waiting for Emacs itself, not for process 0 (Bug#14569).
7518 * process.c (init_process_emacs) [HAVE_GLIB && !WINDOWSNT]:
7519 Wait for self, not for 0. This can't hurt on GNU or similar
7520 system, and may help with Cygwin.
7521
7522 * keyboard.c: Don't use PROP (...) as an lvalue.
7523 (parse_tool_bar_item) [!USE_GTK && !HAVE_NS]:
7524 Use set_prop (A, B), not PROP (A) = B.
7525
7526 2013-06-10 Eli Zaretskii <eliz@gnu.org>
7527
7528 * xdisp.c (get_it_property): Use it->window instead of generating
7529 a Lisp object from it->w.
7530
7531 2013-06-09 Eli Zaretskii <eliz@gnu.org>
7532
7533 * xdisp.c (get_it_property): If it->object is a buffer, pass to
7534 get-char-property the window that is being rendered, instead of
7535 the buffer, to support window-specific overlays. (Bug#14575)
7536 (compute_display_string_pos): When W is NULL, use the current
7537 buffer as the object to pass to get-char-property.
7538 (Fcurrent_bidi_paragraph_direction): Assign NULL to the window
7539 pointer member of the bidi iterator, since no window is pertinent
7540 to this function.
7541
7542 2013-06-08 Eli Zaretskii <eliz@gnu.org>
7543
7544 * bidi.c (bidi_fetch_char): Accept additional argument, the window
7545 being displayed, and pass it to compute_display_string_pos.
7546 (bidi_level_of_next_char, bidi_resolve_explicit_1)
7547 (bidi_paragraph_init): All callers changed.
7548
7549 * xdisp.c (init_from_display_pos, init_iterator)
7550 (handle_single_display_spec, next_overlay_string)
7551 (get_overlay_strings_1, reseat_1, reseat_to_string)
7552 (push_prefix_prop, Fcurrent_bidi_paragraph_direction):
7553 Set bidi_it.w member from it->w.
7554 (compute_display_string_pos): Accept additional argument, the
7555 window being displayed, and pass it to Fget_char_property.
7556 (Bug#14575)
7557
7558 * dispextern.h (struct bidi_it): New member w, the window being
7559 displayed.
7560 (compute_display_string_pos): Adjust prototype.
7561
7562 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
7563
7564 * xgselect.c: Remove unneeded include xterm.h.
7565
7566 * process.c (wait_reading_process_output): Check for NS before GLIB.
7567 GLIB may be linked in due to rsvg, but ns_select must be called.
7568
7569 * xgselect.c (xg_select): Remove call to window_system_available
7570 and g_main_context_pending at the top, so Gdk events (i.e. file
7571 notify) are processed when Emacs is started with -nw.
7572
7573 2013-06-07 Eli Zaretskii <eliz@gnu.org>
7574
7575 * Makefile.in (ctagsfiles1, ctagsfiles2): Don't include *.m files.
7576 (ctagsfiles3): New variable, includes only *.m files.
7577 (TAGS): Use an explicit language name in the regular expressions,
7578 to avoid transformation of '/SOMETHING' by MSYS to
7579 'c:\MSYS\SOMETHING'.
7580
7581 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
7582
7583 * epaths.in: Fix commentary to PATH_SITELOADSEARCH.
7584
7585 2013-06-06 Eli Zaretskii <eliz@gnu.org>
7586
7587 * xdisp.c (note_mouse_highlight): When mouse-highlight is off,
7588 still need to set the mouse pointer shape and activate help-echo.
7589 (Bug#14558)
7590
7591 2013-06-06 Paul Eggert <eggert@cs.ucla.edu>
7592
7593 A few porting etc. fixes for the new file monitor code.
7594 See the thread containing
7595 <http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00109.html>.
7596 * gfilenotify.c (dir_monitor_callback, Fgfile_add_watch)
7597 (Fgfile_rm_watch): Don't assume EMACS_INT is the same width as a pointer.
7598 (dir_monitor_callback, Fgfile_rm_watch):
7599 Use assq_no_quit instead of Fassoc, for speed.
7600 (dir_monitor_callback, Fgfile_rm_watch):
7601 eassert that the monitor is a fixnum.
7602 (dir_monitor_callback): No need for CDR_SAFE.
7603 Simplify building of lisp with alternative tails.
7604 (Fgfile_add_watch, Fgfile_rm_watch):
7605 Do not assume glib functions set errno reliably on failure.
7606 (Fgfile_add_watch): Check that the monitor survives the XIL trick,
7607 and signal an error otherwise.
7608 (Fgfile_rm_watch): Prefer CONSP to !NILP.
7609 Use Fdelq instead of Fdelete, for speed.
7610
7611 2013-06-05 Eli Zaretskii <eliz@gnu.org>
7612
7613 * xdisp.c (handle_tool_bar_click): When mouse-highlight is off,
7614 don't insist on being invoked on a highlighted tool-bar button.
7615 Avoids losing tool-bar functionality when mouse-highlight is nil.
7616 (note_tool_bar_highlight, note_mode_line_or_margin_highlight):
7617 Don't highlight when mouse-highlight is nil.
7618 (note_mouse_highlight): When mouse-highlight is nil, don't return
7619 right away; instead, run tool-bar and mode-line highlight
7620 subroutine, clear any existing highlight, and revert the mouse
7621 pointer to its default shape. (Bug#14558)
7622
7623 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * lisp.mk (lisp): Add prog-mode.el.
7626
7627 2013-06-05 Paul Eggert <eggert@cs.ucla.edu>
7628
7629 Chain glib's SIGCHLD handler from Emacs's (Bug#14474).
7630 * process.c (dummy_handler): New function.
7631 (lib_child_handler): New static var.
7632 (handle_child_signal): Invoke it.
7633 (catch_child_signal): If a library has set up a signal handler,
7634 save it into lib_child_handler.
7635 (init_process_emacs): If using glib and not on Windows, tickle glib's
7636 child-handling code so that it initializes its private SIGCHLD handler.
7637 * syssignal.h (SA_SIGINFO): Default to 0.
7638 * xterm.c (x_term_init): Remove D-bus hack that I installed on May
7639 31; it should no longer be needed now.
7640
7641 2013-06-05 Michael Albinus <michael.albinus@gmx.de>
7642
7643 * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify.
7644
7645 * gfilenotify.c (globals_of_gfilenotify): New function.
7646 (syms_of_gfilenotify): Move global initialization there.
7647
7648 * lisp.h (globals_of_gfilenotify) [HAVE_GFILENOTIFY]: Add prototype.
7649
7650 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):
7653 * keyboard.c (menu_bar_items, tool_bar_items):
7654 * doc.c (Fsubstitute_command_keys): Voverriding_terminal_local_map does
7655 not override local keymaps any more.
7656
7657 2013-06-04 Eli Zaretskii <eliz@gnu.org>
7658
7659 * window.c (Fpos_visible_in_window_p): Doc fix. (Bug#14540)
7660
7661 2013-06-03 Eli Zaretskii <eliz@gnu.org>
7662
7663 * w32console.c (initialize_w32_display): Return the dimensions of
7664 the console window via 2 additional arguments, not via the current
7665 frame. This avoids crashes due to overrunning the bounds of
7666 frame's decode_mode_spec_buffer, which is not resized following
7667 the change of the frame dimensions from the initial 10x10.
7668
7669 * w32term.h (w32_initialize_display_info): Adjust prototype.
7670
7671 * term.c (init_tty): Take dimensions of the frame from the values
7672 returned by initialize_w32_display.
7673
7674 * Makefile.in (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): New variables.
7675 (ALL_CFLAGS): Add $(GFILENOTIFY_CFLAGS).
7676 (LIBES): Add $(GFILENOTIFY_LIBS).
7677
7678 * w32inevt.c (handle_file_notifications): Add dummy implementation
7679 for !HAVE_W32NOTIFY.
7680
7681 * w32term.c: Wrap code with HAVE_W32NOTIFY.
7682
7683 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
7684
7685 * xgselect.c: Replace #if defined ... with #ifdef HAVE_GLIB.
7686
7687 * process.c (wait_reading_process_output): Call xg_select if HAVE_GLIB.
7688
7689 * Makefile.in (XGSELOBJ): New, xgselect.o if GLib is used, or empty.
7690
7691 2013-06-03 Paul Eggert <eggert@cs.ucla.edu>
7692
7693 Fix minor problems found by static checking.
7694 * data.c (pure_write_error):
7695 Use xsignal2, not Fsignal, as Fsignal might return.
7696 * eval.c (set_backtrace_debug_on_exit): Now static.
7697 (backtrace_p, backtrace_top, backtrace_next, record_in_backtrace):
7698 No longer inline. EXTERN_INLINE is needed only for functions
7699 defined in .h files. Reindent function header as per GNU style.
7700 (backtrace_p, backtrace_top, backtrace_next):
7701 Mark EXTERNALLY_VISIBLE so they don't get optimized away by the
7702 compiler or linker. Add extern decls to pacify gcc -Wall.
7703 * frame.c, frame.h (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource):
7704 Now static.
7705 * frame.c (free_monitors): Define only on platforms that need it.
7706 * nsterm.m (ns_term_init):
7707 * process.c (catch_child_signal):
7708 Don't worry about whether SIGCHLD is defined, as SIGCHLD is
7709 defined on all porting targets these days.
7710 * process.c, process.h (catch_child_signal):
7711 Make it extern only if NS_IMPL_GNUSTEP is defined.
7712
7713 2013-06-03 Eli Zaretskii <eliz@gnu.org>
7714
7715 * w32.c (gettimeofday): Make the signature identical to prototype
7716 in nt/inc/sys/time.h.
7717
7718 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to
7721 .gdbinit.
7722
7723 * keyboard.c (safe_run_hooks_error): Improve error message.
7724
7725 * data.c (pure_write_error): Add `object' argument.
7726 * puresize.h (CHECK_IMPURE): Use it.
7727
7728 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
7729
7730 * Makefile.in (NOTIFY_OBJ): New variable.
7731 (base_obj): Replace inotify.o by $(NOTIFY_OBJ).
7732
7733 * emacs.c (main): Use HAVE_W32NOTIFY to wrap respective code.
7734 Call syms_of_gfilenotify.
7735
7736 * gfilenotify.c: New file.
7737
7738 * keyboard.c (Qfile_notify): New variable. Replaces Qfile_inotify
7739 and Qfile_w32notify.
7740 (top): Wrap respective code by HAVE_GFILENOTIFY, HAVE_INOTIFY,
7741 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
7742
7743 * lisp.h: Declare syms_of_gfilenotify.
7744
7745 * termhooks.h (e): Wrap enum by USE_FILE_NOTIFY.
7746
7747 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 Merge the specpdl and backtrace stacks. Make the structure of the
7750 specpdl entries more obvious via a tagged union of structs.
7751 * lisp.h (BITS_PER_PTRDIFF_T): New constant.
7752 (enum specbind_tag): New enum.
7753 (struct specbinding): Make it a tagged union of structs.
7754 Add a case for backtrace records.
7755 (specpdl_symbol, specpdl_old_value, specpdl_where, specpdl_arg)
7756 (specpdl_func, backtrace_function, backtrace_nargs, backtrace_args)
7757 (backtrace_debug_on_exit): New accessors.
7758 (struct backtrace): Remove.
7759 (struct catchtag): Remove backlist field.
7760 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
7761 Move to eval.c.
7762 (Flocal_variable_p): Speed up the common case where the binding is
7763 already loaded.
7764 * eval.c (backtrace_list): Remove.
7765 (set_specpdl_symbol, set_specpdl_old_value): Remove.
7766 (set_backtrace_args, set_backtrace_nargs)
7767 (set_backtrace_debug_on_exit, backtrace_p, backtrace_top)
7768 (backtrace_next): New functions.
7769 (Fdefvaralias, Fdefvar): Adjust to new specpdl format.
7770 (unwind_to_catch, internal_lisp_condition_case)
7771 (internal_condition_case, internal_condition_case_1)
7772 (internal_condition_case_2, internal_condition_case_n): Don't bother
7773 with backtrace_list any more.
7774 (Fsignal): Adjust to new backtrace format.
7775 (grow_specpdl): Move up.
7776 (record_in_backtrace): New function.
7777 (eval_sub, Ffuncall): Use it.
7778 (apply_lambda): Adjust to new backtrace format.
7779 (let_shadows_buffer_binding_p, let_shadows_global_binding_p): Move from
7780 data.c.
7781 (specbind): Adjust to new specpdl format. Simplify.
7782 (record_unwind_protect, unbind_to): Adjust to new specpdl format.
7783 (Fbacktrace_debug, Fbacktrace, Fbacktrace_frame): Adjust to new
7784 backtrace format.
7785 (mark_backtrace): Remove.
7786 (mark_specpdl, get_backtrace, backtrace_top_function): New functions.
7787 * xdisp.c (redisplay_internal): Use record_in_backtrace.
7788 * alloc.c (Fgarbage_collect): Use record_in_backtrace.
7789 Use mark_specpdl.
7790 * profiler.c (record_backtrace): Use get_backtrace.
7791 (handle_profiler_signal): Use backtrace_top_function.
7792 * .gdbinit (xbacktrace, hookpost-backtrace): Use new backtrace
7793 accessor functions.
7794
7795 2013-06-02 Jan Djärv <jan.h.d@swipnet.se>
7796
7797 * process.h (catch_child_signal): Declare.
7798
7799 * process.c (catch_child_signal): New function.
7800 (init_process_emacs): Call it.
7801
7802 * nsterm.m: Include process.h if NS_IMPL_GNUSTEP.
7803 (ns_menu_bar_is_hidden, menu_will_open_state): Define only if
7804 NS_IMPL_COCOA.
7805 (x_set_cursor_type): Remove declaration.
7806 (ns_update_begin): Only use r and bp if NS_IMPL_COCOA.
7807 (ns_update_end, ns_focus, ns_unfocus): Remove GNUStep specific code.
7808 (x_set_window_size): Remove 3 pixels from toolbar if NS_IMPL_GNUSTEP.
7809 (ns_get_color): Use F suffix on float.
7810 (ns_color_to_lisp, ns_query_color): Use EmacsCGFloat.
7811 (ns_get_rgb_color): Remove.
7812 (x_set_frame_alpha): Move view inside NS_IMPL_COCOA.
7813 (note_mouse_movement): x and y are CGFloat.
7814 (ns_draw_fringe_bitmap): Remove unused rowY.
7815 Change #if to COCOA && >= 10_6.
7816 (ns_draw_window_cursor): Remove unused overspill.
7817 (ns_draw_underwave): width and x are EamcsCGFloat.
7818 (ns_draw_box): thickness is CGFloat.
7819 (ns_dumpglyphs_image): Change #if to COCOA && >= 10_6.
7820 (ns_send_appdefined): When NS_IMPL_GNUSTEP, redirect to main thread
7821 if not in main thread.
7822 (ns_get_pending_menu_title, ns_check_menu_open)
7823 (ns_check_pending_open_menu): Put inside #if COCOA && >= 10_5.
7824 (ns_term_init): Call catch_child_signal if NS_IMPL_GNUSTEP && SIGCHLD.
7825 (sendFromMainThread:): New method.
7826 (changeFont:): size is CGFloat.
7827 (keyDown:): Check for Delete when NS_IMPL_GNUSTEP.
7828 Disable warning about permanent text.
7829 (characterIndexForPoint:): Adjust return type depending on GNUStep
7830 version.
7831 (mouseDown:): delta is CGFloat.
7832 (updateFrameSize): Remove unised variable f.
7833 (initFrameFromEmacs): Move toggleButton inside NS_IMPL_COCOA.
7834 Cast float to EmacsCGFloat.
7835 (windowWillUseStandardFrame:defaultFrame:): Set maximized_height
7836 also to -1 when restoring.
7837 (windowDidExitFullScreen:): Put call to updateCollectionBehaviour
7838 inside NS_IMPL_COCOA.
7839 (toggleFullScreen:): Put call to toggleFullScreen inside
7840 NS_IMPL_COCOA. Cast float to EmacsCGFloat.
7841 (setPosition:portion:whole:): por is CGFloat.
7842 (getMouseMotionPart:window:x:y:): Add F suffix to float.
7843 (mouseDown:): Use CGFloat.
7844 (mouseDragged:): Remove unised variable edge.
7845 (EmacsDocument): Implement for NS_IMPL_GNUSTEP.
7846
7847 * nsterm.h (EmacsCGFloat): Typedef for OSX and GNUStep when the size
7848 of CGFloat differs.
7849 (EmacsApp): New variable nextappdefined. Declare sendFromMainThread
7850 when NS_IMPL_GNUSTEP.
7851 (EmacsDocument): Declare when NS_IMPL_GNUSTEP.
7852 (EmacsView): Remove unlockFocusNeedsFlush, add windowDidMove.
7853 (EmacsToolbar): Add clearAll. Add tag argument to
7854 addDisplayItemWithImage.
7855 (EmacsSavePanel, EmacsOpenPanel): Remove getFilename and getDirectory.
7856
7857 * nsselect.m (ns_get_local_selection): Remove unused variable type.
7858
7859 * nsmenu.m (ns_update_menubar): Make static.
7860 (x_activate_menubar): Surround with ifdef NS_IMPL_COCOA
7861 (fillWithWidgetValue:): Add cast to SEL for setAction.
7862 (addSubmenuWithTitle:forFrame:): Add cast to SEL for action.
7863 (update_frame_tool_bar): Update code for GNUStep.
7864 (clearAll): New method.
7865 (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag
7866 argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
7867 Move identifierToItem setObject and activeIdentifiers addObject before
7868 call to insertItemWithItemIdentifier.
7869 (validateVisibleItems): Fix indentation.
7870 (toolbarAllowedItemIdentifiers:): Return activeIdentifiers.
7871 (initWithContentRect:styleMask:backing:defer:): Add ClosableWindow and
7872 UtilityWindow to aStyle, remove call to setStyleMask.
7873
7874 * nsimage.m (setXBMColor:, getPixelAtX:Y:): Use EmacsCGFloat.
7875
7876 * nsfont.m (ns_attribute_fvalue, ns_spec_to_descriptor)
7877 (ns_charset_covers, ns_get_covering_families, nsfont_open):
7878 Use F suffix on floats.
7879 (ns_char_width): Returns CGFloat.
7880 (ns_ascii_average_width): w is CGFloat instead of float.
7881 (nsfont_draw): cbuf and c are unsigned. Cast to char* in call to
7882 DPSxshow.
7883 (ns_glyph_metrics): CGFloat instead of float.
7884
7885 * nsfns.m (x_set_foreground_color, x_set_background_color):
7886 Use EmacsCGFloat.
7887 (ns_implicitly_set_icon_type, Fx_create_frame): Make static,
7888 remove unused variables.
7889 (Fns_read_file_name): Keep track if panel is for save.
7890 Use ns_filename_from_panel/ns_directory_from_panel.
7891 (Fns_list_services): delegate only used for COCOA.
7892 (Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep.
7893 Just return the input if GNUStep.
7894 (x_screen_planes): Remove.
7895 (Fxw_color_values): Use EmacsCGFloat
7896 (Fns_display_monitor_attributes_list): Only get screen number for
7897 Cocoa.
7898 (getDirectory, getFilename): Remove from EmacsOpenPanel and
7899 EmacsSavePanel.
7900 (EmacsOpenPanel:ok:): Use ns_filename_from_panel and
7901 ns_directory_from_panel.
7902
7903 2013-06-01 Paul Eggert <eggert@cs.ucla.edu>
7904
7905 * process.c (handle_child_signal): Also use WCONTINUED.
7906 This is so that list-processes doesn't mistakenly list the process
7907 as stopped, when the process has actually been continued and is
7908 now running.
7909
7910 2013-05-31 Paul Eggert <eggert@cs.ucla.edu>
7911
7912 Don't let D-bus autolaunch mess up SIGCHLD handling (Bug#14474).
7913 * xterm.c (x_term_init): Inhibit D-Bus autolaunch if D-Bus is
7914 not already configured.
7915
7916 * fileio.c (Finsert_file_contents): Remove unused local (Bug#8447).
7917
7918 2013-05-29 Eli Zaretskii <eliz@gnu.org>
7919
7920 * Makefile.in (mostlyclean): Remove *.res files.
7921
7922 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * fileio.c (Finsert_file_contents): Preserve undo info when reverting
7925 a buffer (bug#8447).
7926
7927 2013-05-27 Eli Zaretskii <eliz@gnu.org>
7928
7929 * xdisp.c (pos_visible_p): When CHARPOS is displayed frrom a
7930 display vector, and we backtrack, handle the case that the
7931 previous character position is also displayed from a display
7932 vector or covered by a display string or image. (Bug#14476)
7933
7934 2013-05-25 Jan Djärv <jan.h.d@swipnet.se>
7935
7936 * xfns.c (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Remove.
7937 (struct MonitorInfo, free_monitors): Remove.
7938 (x_make_monitor_attribute_list): Call make_monitor_attribute_list.
7939 (Fx_display_monitor_attributes_list): Call make_monitor_attribute_list.
7940 (syms_of_xfns): Remove DEFSYM for Qgeometry, Qworkarea, Qmm_size,
7941 Qframes, Qsource.
7942
7943 * nsfns.m (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Remove.
7944 (struct MonitorInfo, free_monitors): Remove.
7945 (ns_screen_name): Make static.
7946 (ns_make_monitor_attribute_list): Call make_monitor_attribute_list.
7947 (syms_of_nsfns): Remove DEFSYM for Qgeometry, Qworkarea, Qmm_size,
7948 Qframes, Qsource.
7949
7950 * frame.h (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Declare.
7951 (struct MonitorInfo): New struct.
7952 (free_monitors, make_monitor_attribute_list): Declare.
7953
7954 * frame.c (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource):
7955 New Lisp_Object:s.
7956 (free_monitors, make_monitor_attribute_list): New functions.
7957 (syms_of_frame): DEFSYM Qgeometry, Qworkarea, Qmm_size, Qframes,
7958 Qsource.
7959
7960 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
7961
7962 * callproc.c (call_process): Refine the doc string. (Bug#14045)
7963
7964 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7965
7966 * keyboard.c: Apply keyboard decoding only to events that come directly
7967 from the tty, not from unread-command-events (bug#14368).
7968 (read_event_from_main_queue): New function, extracted from read_char.
7969 (read_decoded_char): Remove.
7970 (read_decoded_event_from_main_queue): New function to replace it.
7971 (read_char): Use it.
7972 (read_key_sequence): Use read_char rather than read_decoded_char.
7973
7974 * keyboard.c (read_decoded_char): Don't decode under w32 (bug#14403).
7975
7976 2013-05-22 Barry O'Reilly <gundaetiapo@gmail.com>
7977
7978 * casetab.c (init_casetab_once): Fix last change (bug#14424).
7979
7980 2013-05-22 Kenichi Handa <handa@gnu.org>
7981
7982 The following changes are to fix the setting of
7983 buffer-file-coding-system on, for instance, C-x RET c unix RET
7984 _FILE_OF_DOS_EOL_TYPE_ RET.
7985
7986 * coding.h (struct coding_system): New member detected_utf8_chars.
7987
7988 * coding.c (detect_coding_utf_8): Count characters and check EOL
7989 format. Include CATEGORY_MASK_UTF_8_AUTO in detect_info->found if
7990 BOM is there.
7991 (setup_coding_system): Do not initialize coding->head_ascii.
7992 (check_ascii): Do not set coding->eol_seen but update it. Do not
7993 call adjust_coding_eol_type here.
7994 (detect_coding): Fix detection of BOM for utf-8 and utf-16.
7995 If the eol-type of CODING is already specified, adjust the eol type
7996 of the found coding-system.
7997 (decode_coding_gap): Cancel previous change. Utilize the
7998 character numbers counted by detect_coding_utf_8. Fix detection
7999 of BOM for utf-8.
8000
8001 2013-05-21 Barry O'Reilly <gundaetiapo@gmail.com>
8002
8003 * search.c (looking_at_1): Only set last_thing_searched if the match
8004 changed the match-data (bug#14281).
8005
8006 2013-05-21 Dmitry Antipov <dmantipov@yandex.ru>
8007
8008 * xdisp.c (reseat_at_previous_visible_line_start):
8009 Already declared in dispextern.h, so remove it here.
8010 (move_it_vertically_backward): Likewise.
8011
8012 2013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8013
8014 * xfns.c (check_x_display_info): Don't use XINT for terminal object.
8015 (Fx_display_pixel_width, Fx_display_pixel_height)
8016 (Fx_display_mm_width, Fx_display_mm_height):
8017 Mention `display-monitor-attributes-list' in docstrings.
8018
8019 * nsfns.m (ns_get_screen): Remove function. All uses removed.
8020 (check_ns_display_info): Sync with check_x_display_info in xfns.c.
8021 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
8022 (Fx_display_screens, Fx_display_mm_width, Fx_display_mm_height)
8023 (Fx_display_backing_store, Fx_display_visual_class)
8024 (Fx_display_save_under, Fx_close_connection, Fxw_display_color_p)
8025 (Fx_display_grayscale_p, Fx_display_pixel_width)
8026 (Fx_display_pixel_height, Fx_display_planes)
8027 (Fx_display_color_cells): Sync args and docstrings with xfns.c.
8028 (Fx_display_screens): Don't confuse X11 screens with NS screens.
8029 (Fx_display_mm_width, Fx_display_mm_height)
8030 (Fx_display_pixel_width, Fx_display_pixel_width): Return width or
8031 height for all physical monitors as in X11.
8032
8033 * nsterm.m (x_display_pixel_width, x_display_pixel_height):
8034 Return pixel width or height for all physical monitors as in X11.
8035
8036 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
8037
8038 Port --enable-gcc-warnings to clang.
8039 * bytecode.c (exec_byte_code):
8040 * regex.c:
8041 Redo diagnostic pragmas to pacify clang, too.
8042 * dbusbind.c (xd_retrieve_arg): Do not use uninitialized variable.
8043 * editfns.c (Fencode_time):
8044 * fileio.c (file_accessible_directory_p):
8045 * font.c (font_unparse_xlfd):
8046 Use '&"string"[index]' instead of '"string" + (index)'.
8047 * undo.c (user_error): Remove; unused.
8048
8049 2013-05-16 Eli Zaretskii <eliz@gnu.org>
8050
8051 * insdel.c (insert_1_both): Document the arguments, instead of
8052 referring to insert_1, which no longer exists.
8053
8054 * xdisp.c (message_dolog): If the *Messages* buffer is shown in
8055 some window, increment windows_or_buffers_changed, so that
8056 *Messages* display in that window is updated. (Bug#14408)
8057
8058 * w32.c: Include epaths.h.
8059 (init_environment): Use cmdproxy.exe without leading directories.
8060 Support emacs.exe in src; point SHELL to cmdproxy in ../nt in that
8061 case.
8062 (gettimeofday): Adjust signature and return value to Posix
8063 expectations.
8064
8065 * unexw32.c (open_output_file): Delete the existing emacs.exe
8066 before creating it, to break the hard link to the versioned
8067 executable.
8068
8069 * Makefile.in (EMACS_MANIFEST, CM_OBJ, TEMACS_POST_LINK)
8070 (ADDSECTION, EMACS_HEAPSIZE, MINGW_TEMACS_POST_LINK)
8071 (FIRSTFILE_OBJ): New variables.
8072 (W32_RES): Rename to EMACSRES. All users changed.
8073 (base_obj): Use $(CM_OBJ).
8074 (ALLOBJS): Use $(FIRSTFILE_OBJ).
8075 (emacs$(EXEEXT)): Depend on $(ADDSECTION).
8076 (temacs$(EXEEXT)): Use $(TEMACS_POST_LINK), and move
8077 $(W32_RES_LINK) before $(LIBES).
8078 (emacs.res): Depend on $(EMACS_MANIFEST). Put emacs.rc in nt.
8079
8080 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * makefile.w32-in (DOC): Use just "DOC".
8083
8084 * Makefile.in (bootstrap-clean): DOC-* doesn't exist any more.
8085
8086 * process.c: Export default filters and sentinels to Elisp.
8087 (Qinternal_default_process_sentinel, Qinternal_default_process_filter):
8088 New constants.
8089 (pset_filter, pset_sentinel, make_process, Fset_process_filter)
8090 (Fset_process_sentinel, Fformat_network_address):
8091 Default to them instead of nil.
8092 (server_accept_connection): Sentinels can't be nil any more.
8093 (read_and_dispose_of_process_output): New function, extracted from
8094 read_process_output.
8095 (read_process_output): Use it; filters can't be nil.
8096 (Finternal_default_process_filter): New function, extracted from
8097 read_process_output.
8098 (exec_sentinel_unwind): Remove function.
8099 (exec_sentinel): Don't zilch sentinel while running.
8100 (status_notify): Sentinels can't be nil.
8101 (Finternal_default_process_sentinel): New function extracted from
8102 status_notify.
8103 (setup_process_coding_systems): Default filter is not nil any more.
8104 (syms_of_process): Export new Elisp functions and initialize
8105 new constants.
8106 * lisp.h (make_lisp_proc): New function.
8107
8108 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart.
8111
8112 2013-05-14 Eli Zaretskii <eliz@gnu.org>
8113
8114 * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT
8115 unless we know that the window w is a leaf window.
8116 Another attempt at solving bug#14062.
8117
8118 2013-05-14 Jan Djärv <jan.h.d@swipnet.se>
8119
8120 * nsfont.m (ns_spec_to_descriptor): Retain and autorelease
8121 fdesc (Bug#14375).
8122
8123 2013-05-12 Paul Eggert <eggert@cs.ucla.edu>
8124
8125 * image.c (gif_load): Check that subimages fit (Bug#14345).
8126
8127 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * lread.c (skip_dyn_eof): New function.
8130 (read1): Use it to skip the end of a file in response to #@00.
8131
8132 * doc.c (get_doc_string): Slightly relax the sanity checking.
8133
8134 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
8135
8136 * nsfns.m: Include IOGraphicsLib.h if Cocoa.
8137 (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Declare.
8138 (MonitorInfo): New struct.
8139 (free_monitors, ns_screen_name, ns_make_monitor_attribute_list)
8140 (Fns_display_monitor_attributes_list): New functions.
8141 (display-usable-bounds): Remove.
8142 (syms_of_nsfns): DEFSYM Qgeometry, Qworkarea, Qmm_size, Qframes and
8143 Qsource.
8144
8145 2013-05-09 Paul Eggert <eggert@cs.ucla.edu>
8146
8147 * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION.
8148 (GTK_CHECK_VERSION): New macro, if not already defined.
8149 All uses of GTK_PREREQ, GTK_MAJOR_VERSION, etc.
8150 replaced by GTK_CHECK_VERSION.
8151
8152 2013-05-08 Paul Eggert <eggert@cs.ucla.edu>
8153
8154 * xterm.h (GTK_PREREQ): New macro.
8155 All simple uses of GTK_MAJOR_VERSION and GTK_MINOR_VERSION changed
8156 to use this macro instead, for consistency and clarity.
8157
8158 2013-05-08 Eli Zaretskii <eliz@gnu.org>
8159
8160 * xdisp.c (row_for_charpos_p): New function, with code of
8161 cursor_row_p, but accepts an additional argument CHARPOS instead
8162 of using a hardcoded PT.
8163 (cursor_row_p): Call row_for_charpos_p with 2nd argument PT.
8164 (row_containing_pos): Call row_for_charpos_p instead of partially
8165 doing the same. Fixes cursor positioning under longlines-mode
8166 when longlines-show-effect includes more than one newline, when
8167 moving the cursor vertically up.
8168
8169 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * makefile.w32-in (ACL_H): New macro.
8172 ($(BLD)/fileio.$(O)): Update dependencies.
8173
8174 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
8175
8176 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
8177 * Makefile.in (LIB_ACL): New macro.
8178 (LIBACL_LIBS): Remove.
8179 (LIBES): Use LIB_ACL, not LIBACL_LIBS.
8180 * fileio.c: Include <acl.h>.
8181 Use HAVE_ACL_SET_FILE rather than HAVE_POSIX_ACL.
8182 (ACL_NOT_WELL_SUPPORTED): Remove. All uses replaced by
8183 !acl_errno_valid.
8184 (Fcopy_file) [!WINDOWSNT]: Use qcopy_acl instead of rolling
8185 it ourselves.
8186
8187 * unexelf.c: Don't assume ElfW (Half) fits in int.
8188 (entry_address, find_section, unexec): Use ptrdiff_t, not int,
8189 when dealing with ElfW (Half) values, since they can exceed 2**31
8190 on 64-bit OpenBSD hosts. Problem reported privately by Han Boetes.
8191 (entry_address): Omit unused NUM arg. All uses changed.
8192
8193 2013-05-07 Juri Linkov <juri@jurta.org>
8194
8195 * callint.c (Fcall_interactively): Set `visargs[i]' for code 'n'
8196 to the string converted from number with `Fnumber_to_string'.
8197 (Bug#14254)
8198
8199 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
8200
8201 * xfns.c (x_get_net_workarea): Define only if !GTK || GTK<3.4.
8202 This fixes a problem introduced by my previous change.
8203
8204 2013-05-07 Glenn Morris <rgm@gnu.org>
8205
8206 * lread.c (readchar): Don't read from a dead buffer. (Bug#14280)
8207
8208 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
8209
8210 * xfns.c: Move misplaced ifndef USE_GTK from previous checkin.
8211
8212 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
8213
8214 Static checking by GCC 4.8.0.
8215 * xfns.c (x_get_net_workarea, struct MonitorInfo, free_monitors)
8216 (x_get_monitor_for_frame, x_make_monitor_attribute_list)
8217 (x_get_monitor_attributes_fallback)
8218 (x_get_monitor_attributes_xinerama)
8219 (x_get_monitor_attributes_xrandr, x_get_monitor_attributes):
8220 Define only if USE_GTK.
8221 (free_monitors): Define only if HAVE_XINERAMA || HAVE_XRANDR.
8222 (x_get_monitor_attributes_fallback): Omit unused locals.
8223 (x_get_monitor_attributes_xinerama, Fx_display_monitor_attributes_list):
8224 Use double, not float, to avoid mixed-mode floating point arithmetic.
8225
8226 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8227 Jan Djärv <jan.h.d@swipnet.se>
8228
8229 * Makefile.in (XRANDR_LIBS, XRANDR_CFLAGS, XINERAMA_LIBS)
8230 (XINERAMA_CFLAGS): New macros.
8231 (ALL_CFLAGS, LIBES): Use them.
8232
8233 * xfns.c: Include <X11/extensions/Xrandr.h> if HAVE_XRANDR, and
8234 include <X11/extensions/Xinerama.h> if HAVE_XINERAMA.
8235 (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): New variables.
8236 (syms_of_xfns): DEFSYM them.
8237 (struct MonitorInfo): New struct.
8238 (x_get_net_workarea, free_monitors, x_get_monitor_for_frame)
8239 (x_make_monitor_attribute_list, x_get_monitor_attributes_fallback)
8240 (x_get_monitor_attributes_xrandr, x_get_monitor_attributes)
8241 (x_get_monitor_attributes_xinerama): New functions.
8242 (Fx_display_monitor_attributes_list): New primitive.
8243 (syms_of_xfns): Defsubr it.
8244
8245 * xterm.h (x_display_info): Add Xatom_net_workarea and
8246 Xatom_net_current_desktop.
8247
8248 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_net_workarea
8249 and dpyinfo->Xatom_net_current_desktop.
8250
8251 2013-05-06 Eli Zaretskii <eliz@gnu.org>
8252
8253 * xdisp.c (pos_visible_p): Use the special code for finding the
8254 beginning of a display property or overlay for any "replacing"
8255 display property, not just for display strings. This solves
8256 incorrect reporting of position by posn-at-point. (Bug#14241)
8257
8258 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
8259
8260 * unexelf.c: Fix some 32-bit integer problems, notably when debugging.
8261 Include <limits.h>, <stdbool.h>, <intprops.h>, <verify.h>.
8262 Verify that ElfW (Half) fits in int.
8263 (fatal): Use same signature as lisp.h.
8264 (UNEXELF_DEBUG): New macro, replacing DEBUG, so that people can
8265 configure and build with -DUNEXELF_DEBUG without worrying about
8266 other modules that use DEBUG.
8267 (DEBUG_LOG) [UNEXELF_DEBUG]: New macro. All debug code that prints
8268 possibly-wide integers now uses it instead of plain fprintf.
8269 (entry_address): New function, which avoids problems with 32-bit
8270 overflow on 64-bit hosts.
8271 (OLD_SECTION_H, NEW_SECTION_H, NEW_PROGRAM_H): Use it.
8272 (round_up): Don't assume the remainder fits in int.
8273 (find_section): Use bool for boolean. Simplify debug code.
8274 (unexec): Don't assume file sizes fit in int or size_t.
8275 Omit unnecessary trailing newline in 'fatal' format.
8276 Use strerror rather than outputting decimal error number.
8277 Remove unused code when emacs is not defined;
8278 this file relies on Emacs now.
8279 Don't assume e_phnum and e_shnum are positive.
8280
8281 * regex.c: Fix problems when DEBUG is defined.
8282 (extract_number, extract_number_and_incr): Define regardless of
8283 whether DEBUG is defined; that's simpler and makes the code less
8284 likely to go stale in the normal case when DEBUG is not defined.
8285 Return int rather than taking an int * arg. All callers changed.
8286 (DEBUG_PRINT1, DEBUG_PRINT2, DEBUG_PRINT3, DEBUG_PRINT4):
8287 Remove, replacing with ...
8288 (DEBUG_PRINT): New macro. All callers changed.
8289 (DEBUG_COMPILES_ARGUMENTS): New macro.
8290 (print_fastmap, print_partial_compiled_pattern) [DEBUG]:
8291 (print_compiled_pattern, print_double_string) [DEBUG]:
8292 Use prototype rather than old-style definition.
8293 (print_partial_compiled_pattern, print_compiled_pattern) [DEBUG]:
8294 (ENSURE_FAIL_STACK, PUSH_FAILURE_REG) [DEBUG]:
8295 (POP_FAILURE_REG_OR_COUNT, PUSH_FAILURE_POINT) [DEBUG]:
8296 (POP_FAILURE_POINT, re_match_2_internal) [DEBUG]:
8297 Don't assume ptrdiff_t, size_t, and long are the same width as int.
8298 (POINTER_TO_OFFSET): Return ptrdiff_t, not regoff_t.
8299 This matters only when DEBUG is defined.
8300
8301 2013-05-05 Eli Zaretskii <eliz@gnu.org>
8302
8303 * xdisp.c (set_iterator_to_next): Set the
8304 ignore_overlay_strings_at_pos_p flag only if we are _really_
8305 iterating over an overlay string, as indicated by the
8306 current.overlay_string_index member. (Bug#14306)
8307
8308 2013-05-05 Jan Djärv <jan.h.d@swipnet.se>
8309
8310 * nsmenu.m (ns_update_menubar): Move initialization of submenuTitle
8311 to where it is used, to avoid autorelease issues (Bug#14050).
8312
8313 2013-05-05 Paul Eggert <eggert@cs.ucla.edu>
8314
8315 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
8316 * fileio.c (syms_of_fileio): Implement this.
8317 * filelock.c (create_lock_file): If symbolic links don't work, so
8318 we use a regular file as a lock file, do not fsync the lock file;
8319 it's not needed.
8320
8321 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Move to Elisp.
8324 (syms_of_minibuf): Adjust accodingly.
8325 * lread.c (Fread):
8326 * callint.c (Fcall_interactively): Adjust calls accordingly.
8327
8328 2013-05-04 Eli Zaretskii <eliz@gnu.org>
8329
8330 * dispextern.h (WINDOW_WANTS_HEADER_LINE_P): Verify that
8331 w->contents is a buffer before computing everything else.
8332 Use parentheses to disambiguate last part of the condition.
8333
8334 * w32fns.c (w32_wnd_proc): Remove temporary code used to trap
8335 assertion violations. (Bug#14062)
8336
8337 2013-05-01 David Reitter <david.reitter@gmail.com>
8338
8339 * nsfns.m (ns_tooltip): Initialize.
8340
8341 2013-04-28 Eli Zaretskii <eliz@gnu.org>
8342
8343 * coding.c (decode_coding_gap): Don't remove the character before
8344 a newline unless it's a CR character. (Bug#14287)
8345
8346 2013-04-28 Dan Nicolaescu <dann@gnu.org>
8347
8348 * dispextern.h (struct face): Move enum face_underline_type
8349 earlier so that bitfields can be in the same word.
8350
8351 2013-04-28 Jan Djärv <jan.h.d@swipnet.se>
8352
8353 * nsfns.m (handlePanelKeys): New function.
8354 (EmacsOpenPanel:performKeyEquivalent:)
8355 (EmacsSavePanel:performKeyEquivalent:): Call handlePanelKeys to handle
8356 arrows/function/control and copy/paste keys (Bug#14296).
8357
8358 2013-04-27 Juri Linkov <juri@jurta.org>
8359
8360 * callint.c (Fcall_interactively): Call `Qread_number' for
8361 interactive code letter `n' instead of using duplicate code.
8362 (Bug#14254)
8363
8364 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
8365
8366 * systime.h (make_timeval): Declare as 'const'.
8367
8368 2013-04-27 Kenichi Handa <handa@gnu.org>
8369
8370 * font.c (font_open_entity): Always open a font of manageable
8371 size.
8372
8373 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
8374
8375 Port better to AIX (Bug#14258).
8376 * lisp.h (ENUM_BF) [__IBMC__]: Make it 'unsigned int' here, too,
8377 to pacify AIX xlc.
8378
8379 2013-04-24 Kenichi Handa <handa@gnu.org>
8380
8381 * coding.c (decode_coding_iso_2022): When an invalid escape
8382 sequence is encountered, reset the invocation and designation
8383 status to the safest one.
8384
8385 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
8386
8387 * Makefile.in (bootstrap-clean): Remove stamp-h1 too.
8388 Without this fix, "make distclean" leaves stamp-h1 behind.
8389
8390 2013-04-20 Erik Charlebois <erikcharlebois@gmail.com>
8391
8392 * w32fns.c (w32_fullscreen_rect): New function to compute the
8393 window rectangle for the given fullscreen mode.
8394 (w32_wnd_proc): When in a fullscreen mode, WM_WINDOWPOSCHANGING no
8395 longer tunes the window size. This keeps the window's edges flush
8396 with the screen and allows the taskbar to hide itself in fullboth.
8397
8398 * w32term.c (w32fullscreen_hook): 'fullboth' now shows without
8399 window decorations and uses the entire screen.
8400
8401 * w32term.h (w32_fullscreen_rect) Add prototype.
8402 (struct w32_output): Replace normal_width, normal_height,
8403 normal_top, and normal_left members with a single normal_placement
8404 struct.
8405 (FRAME_NORMAL_WIDTH, FRAME_NORMAL_HEIGHT, FRAME_NORMAL_TOP):
8406 Remove macros.
8407 (FRAME_NORMAL_PLACEMENT): New macro.
8408
8409 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
8410
8411 * minibuf.c (Ftest_completion): Silence compiler warning.
8412
8413 2013-04-15 Eli Zaretskii <eliz@gnu.org>
8414
8415 * w32fns.c (w32_wnd_proc): Add more assertions to investigate
8416 bug#14062.
8417
8418 * frame.h (WINDOW_FRAME): Protect macro and its argument with
8419 parentheses.
8420
8421 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
8422 (CURRENT_HEADER_LINE_HEIGHT, WINDOW_WANTS_MODELINE_P)
8423 (WINDOW_WANTS_HEADER_LINE_P): Protect macro arguments with
8424 parentheses where appropriate.
8425
8426 2013-04-14 Paul Eggert <eggert@cs.ucla.edu>
8427
8428 * keyboard.c (timer_start_idle): Remove no-longer-used local.
8429
8430 2013-04-14 Eli Zaretskii <eliz@gnu.org>
8431
8432 * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>:
8433 <left-fringe-width, right-fringe-width, fringes-outside-margins>:
8434 Mention in the doc string that setting these variables takes
8435 effect only after a call to set-window-buffer. (Bug#14200)
8436
8437 2013-04-13 Eli Zaretskii <eliz@gnu.org>
8438
8439 * indent.c (Fvertical_motion): Don't consider display strings on
8440 overlay strings as display strings on the buffer position we
8441 started from. This prevents vertical cursor motion from jumping
8442 more than one line when there's an overlay string with a display
8443 property at end of line.
8444 Reported by Karl Chen <Karl.Chen@quarl.org> in
8445 http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00362.html.
8446
8447 2013-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * window.c (select_window): `record_buffer' even if window is
8450 already selected (bug#14191).
8451
8452 2013-04-11 Eli Zaretskii <eliz@gnu.org>
8453
8454 * window.c (Fwindow_end): Test more flags, including the buffer's
8455 last_overlay_modified flag, to determine whether the window's
8456 display is really up-to-date. Prevents the function from
8457 returning a stale value. (Bug#14170)
8458 (Fwindow_line_height): Fix the test for up-to-date-ness of the
8459 current matrix.
8460
8461 2013-04-10 Eli Zaretskii <eliz@gnu.org>
8462
8463 * frame.c (do_switch_frame): Mark the TTY frame we switch to as
8464 garbaged only if it is not already the top frame on its TTY.
8465 This prevents flickering due to constant redrawing of TTY frames when
8466 there are GUI frames open in the same session. (Bug#13864)
8467
8468 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * keyboard.c (timer_start_idle): Call internal-timer-start-idle instead
8471 of marking the idle timers directly.
8472
8473 2013-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * minibuf.c (Ftest_completion): Ignore non-string/symbol keys in hash
8476 tables (bug#14054).
8477
8478 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8479
8480 * window.c (select_window): Don't record_buffer while the invariant is
8481 temporarily broken (bug#14161).
8482
8483 * fns.c (Fdelq): Don't assume !NILP => CONSP.
8484
8485 2013-04-07 Eli Zaretskii <eliz@gnu.org>
8486
8487 * fileio.c (ACL_NOT_WELL_SUPPORTED): Define macro for WINDOWSNT.
8488
8489 2013-04-07 Romain Francoise <romain@orebokech.com>
8490
8491 Ignore additional platform-specific ACL errors (Bug#13702).
8492 * fileio.c (ACL_NOT_WELL_SUPPORTED): New macro copied from gnulib.
8493 (Fcopy_file, Fset_file_acl) [HAVE_POSIX_ACL]: Use it.
8494
8495 2013-03-31 Jan Djärv <jan.h.d@swipnet.se>
8496
8497 * nsterm.m (ns_mouse_position): Use NS_FRAME_P instead of checking
8498 f->output_data.ns.
8499
8500 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
8501
8502 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
8503 This bug was introduced by my 2013-02-25 change that simplified
8504 data_start configuration. Without this change, on GNU/Linux
8505 an Emacs configured with --enable-profiling fails immediately
8506 due to a profiler signal.
8507 * Makefile.in: Compile with $(PROFILING_CFLAGS), but do not link
8508 with these flags. On platforms where special flags are needed
8509 when linking temacs, the flags are now in LD_SWITCH_SYSTEM_TEMACS.
8510 (ALL_CFLAGS): Remove $(PROFILING_CFLAGS).
8511 (.c.o, .m.o): Compile with $(PROFILING_CFLAGS).
8512
8513 2013-04-07 Dmitry Antipov <dmantipov@yandex.ru>
8514
8515 Get rid of some platform-specific functions examining window
8516 system and its capabilities. This is a partial rework of the
8517 2013-04-05 change.
8518 * lisp.h (have_menus_p): Remove prototype. This function is
8519 replaced with platform-independent window_system_available.
8520 (check_window_system): Move to...
8521 * frame.h (decode_window_system_frame, window_system_available):
8522 ...here, add new prototypes.
8523 * frame.c (window_system_available, decode_window_system_frame):
8524 New functions.
8525 (check_window_system): Platform-independent now.
8526 * xterm.h (x_in_use): Remove declaration.
8527 (check_x_frame):
8528 * w32term.h (check_x_frame):
8529 * nsterm.h (check_x_frame): Remove prototypes. This function
8530 is replaced with platform-independent decode_window_system_frame.
8531 * msdos.c (have_menus_p): Remove.
8532 * nsfns.m (check_window_system, have_menus_p, check_ns_frame):
8533 Remove platform-specific functions. Use check_window_system,
8534 decode_window_system_frame and check_ns_display_info where
8535 appropriate. Minor style and comment tweaks.
8536 * w32fns.c (w32_in_use, check_window_system, have_menus_p)
8537 (check_x_frame): Likewise.
8538 * xfns.c (x_in_use, check_window_system, have_menus_p, check_x_frame):
8539 Likewise.
8540 * fileio.c, fns.c, font.c, fontset.c, image.c, menu.c, nsmenu.m:
8541 * nsselect.m, nsterm.m, w32font.c, w32menu.c, xfaces.c, xgselect.c:
8542 * xmenu.c, xselect.c: All related users changed.
8543
8544 2013-04-03 Kenichi Handa <handa@gnu.org>
8545
8546 The following changes is to optimize the code for reading UTF-8
8547 files.
8548
8549 * coding.c (check_ascii): Rename from detect_ascii. Return value
8550 changed. Check EOL format. Do not call adjust_coding_eol_type
8551 here.
8552 (check_utf_8): New function.
8553 (adjust_coding_eol_type): Do nothing if already adjusted.
8554 (detect_coding): Compare the return value of check_ascii with
8555 coding->src_bytes. Call adjust_coding_eol_type if necessary.
8556 (decode_coding_gap): Optimize for valid UTF-8.
8557
8558 2013-03-21 Kenichi Handa <handa@gnu.org>
8559
8560 * coding.c (syms_of_coding): Cancel previous change.
8561
8562 * insdel.c (insert_from_gap): Fix previous change.
8563
8564 2013-04-05 Dmitry Antipov <dmantipov@yandex.ru>
8565
8566 Consistently use platform-specific function to detect window system.
8567 * lisp.h (check_window_system): New prototype. This function is
8568 going to replace check_x, check_w32 and check_ns.
8569 (have_menus_p): Mention msdos.c in comment.
8570 * fontset.c (check_window_system_func): Remove. Adjust all users.
8571 * fontset.h (check_window_system_func): Remove prototype.
8572 * nsterm.h (check_ns):
8573 * xterm.h (check_x):
8574 * w32term.h (check_w32): Likewise.
8575 * menu.c (Fx_popup_menu): Use check_window_system.
8576 * msdos.c (check_window_system): Define for MS-DOS.
8577 * nsfns.m (check_window_system): Define for NS. Adjust all users.
8578 * w32fns.c (check_window_system): Likewise for MS-Windows.
8579 * xfns.c (check_window_system): Likewise for X.
8580 * font.c, frame.c, nsmenu.m, nsselect.m, nsterm.m, w32menu.c:
8581 * xfaces.c, xmenu.c: Use check_window_system where appropriate.
8582
8583 2013-04-02 Paul Eggert <eggert@cs.ucla.edu>
8584
8585 Prefer < to > in range checks such as 0 <= i && i < N.
8586 This makes it easier to visualize quantities on a number line.
8587 This patch doesn't apply to all such range checks,
8588 only to the range checks affected by the 2013-03-24 change.
8589 This patch reverts most of the 2013-03-24 change.
8590 * alloc.c (xpalloc, Fgarbage_collect):
8591 * ccl.c (ccl_driver, resolve_symbol_ccl_program):
8592 * character.c (string_escape_byte8):
8593 * charset.c (read_hex):
8594 * data.c (cons_to_unsigned):
8595 * dispnew.c (update_frame_1):
8596 * doc.c (Fsubstitute_command_keys):
8597 * doprnt.c (doprnt):
8598 * editfns.c (hi_time, decode_time_components):
8599 * fileio.c (file_offset):
8600 * fns.c (larger_vector, make_hash_table, Fmake_hash_table):
8601 * font.c (font_intern_prop):
8602 * frame.c (x_set_alpha):
8603 * gtkutil.c (get_utf8_string):
8604 * indent.c (check_display_width):
8605 * keymap.c (Fkey_description):
8606 * lisp.h (FIXNUM_OVERFLOW_P, vcopy):
8607 * lread.c (read1):
8608 * minibuf.c (read_minibuf_noninteractive):
8609 * process.c (wait_reading_process_output):
8610 * search.c (Freplace_match):
8611 * window.c (get_phys_cursor_glyph):
8612 * xdisp.c (redisplay_internal):
8613 * xsmfns.c (smc_save_yourself_CB):
8614 Prefer < to > for range checks.
8615 * dispnew.c (sit_for): Don't mishandle NaNs.
8616 This fixes a bug introduced in the 2013-03-24 change.
8617 * editfns.c (decode_time_components): Don't hoist comparison.
8618 This fixes another bug introduced in the 2013-03-24 change.
8619
8620 2013-03-31 Dmitry Antipov <dmantipov@yandex.ru>
8621
8622 * frame.h (struct frame): Drop scroll_bottom_vpos
8623 member becaue all real users are dead long ago.
8624 (FRAME_SCROLL_BOTTOM_VPOS): Remove.
8625 * xdisp.c (redisplay_internal): Adjust user.
8626
8627 2013-03-30 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8628
8629 * nsmenu.m (showAtX:Y:for:): setLevel to
8630 NSPopUpMenuWindowLevel (Bug#13998).
8631
8632 2013-03-30 Jan Djärv <jan.h.d@swipnet.se>
8633
8634 * nsterm.h (ns_get_pending_menu_title, ns_check_menu_open)
8635 (ns_check_pending_open_menu): Declare.
8636
8637 * nsmenu.m (ns_update_menubar): Correct NSTRACE.
8638 (x_activate_menubar): Update the menu with title that matches
8639 ns_get_pending_menu_title, and call
8640 ns_check_pending_openmenu (Bug#12698).
8641 (menuWillOpen:): New method.
8642 (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698).
8643
8644 * nsterm.m (menu_will_open_state, menu_mouse_point)
8645 (menu_pending_title): New varaibles.
8646 (ns_get_pending_menu_title, ns_check_menu_open)
8647 (ns_check_pending_open_menu): New functions.
8648
8649 2013-03-29 Dmitry Antipov <dmantipov@yandex.ru>
8650
8651 * indent.c (current_column_bol_cache): Remove leftover which is not
8652 used in Fmove_to_column any more.
8653 (current_column, scan_for_column): Adjust users.
8654 * keyboard.c (last_point_position_buffer, last_point_position_window):
8655 Remove leftovers which are not used for recording undo any more.
8656 (command_loop_1, syms_of_keyboard): Adjust users.
8657 * xdisp.c (last_max_ascent): Remove leftover which is not used in
8658 redisplay_window any more.
8659 (move_it_to): Adjust user.
8660
8661 2013-03-29 Juanma Barranquero <lekktu@gmail.com>
8662
8663 * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/filelock.$(O)):
8664 Update dependencies.
8665
8666 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER)
8669 (set_save_integer, XSAVE_OBJECT, XSAVE_VALUE): Move to avoid
8670 forward references.
8671
8672 2013-03-28 Dmitry Antipov <dmantipov@yandex.ru>
8673
8674 * window.h (struct window): Replace hchild, vchild and buffer slots
8675 with a single slot 'contents'. This is possible because each valid
8676 window may have either the child window (in vertical or horizontal
8677 combination) or buffer to display (for the leaf window). Using that,
8678 a lot of operations to traverse and/or change window hierarchies may
8679 be simplified. New member horizontal is used to distinguish between
8680 horizontal and vertical combinations of internal windows.
8681 (WINDOW_LEAF_P, WINDOW_HORIZONTAL_COMBINATION_P)
8682 (WINDOW_VERTICAL_COMBINATION_P): New macros.
8683 (WINDOW_VALID_P, WINDOW_LIVE_P): Adjust to match struct window changes.
8684 * window.c (wset_hchild, wset_vchild): Remove. Adjust all users.
8685 Use contents slot, not buffer, where appropriate.
8686 (wset_combination): New function.
8687 (wset_buffer): Add eassert.
8688 (Fframe_first_window): Simplify the loop reaching first window.
8689 (Fwindow_buffer): Use WINDOW_LEAF_P.
8690 (Fwindow_top_child): Use WINDOW_VERTICAL_COMBINATION_P.
8691 (Fwindow_left_child): Use WINDOW_HORIZONTAL_COMBINATION_P.
8692 (unshow_buffer): Convert initial debugging check to eassert.
8693 (replace_window, recombine_windows, Fdelete_other_windows_internal)
8694 (make_parent_window, window_resize_check, window_resize_apply)
8695 (resize_frame_windows, Fsplit_window_internal, Fdelete_window_internal)
8696 (Fset_window_configuration, delete_all_child_windows, save_window_save):
8697 Adjust to match struct window changes.
8698 (window_loop): Check for broken markers in CHECK_ALL_WINDOWS.
8699 (mark_window_cursors_off, count_windows, get_leaf_windows)
8700 (foreach_window_1): Simplify the loop.
8701 * alloc.c (mark_object): Do not check for the leaf window because
8702 internal windows has no glyph matrices anyway.
8703 * dispnew.c (clear_window_matrices, showing_window_margins_p)
8704 (allocate_matrices_for_window_redisplay, fake_current_matrices)
8705 (allocate_matrices_for_frame_redisplay, free_window_matrices)
8706 (build_frame_matrix_from_window_tree, mirror_make_current)
8707 (frame_row_to_window, mirror_line_dance, check_window_matrix_pointers)
8708 (update_window_tree, set_window_update_flags): Simplify the loop.
8709 (sync_window_with_frame_matrix_rows): Enforce live window.
8710 Use contents slot, not buffer, where appropriate.
8711 * frame.c (set_menu_bar_lines_1): Use WINDOW_VERTICAL_COMBINATION_P
8712 and WINDOW_HORIZONTAL_COMBINATION_P.
8713 (make_frame_visible_1): Simplify the loop.
8714 Use contents slot, not buffer, where appropriate.
8715 * xdisp.c (hscroll_window_tree, mark_window_display_accurate)
8716 (redisplay_windows, redisplay_mode_lines, update_cursor_in_window_tree)
8717 (expose_window_tree): Likewise.
8718 Use contents slot, not buffer, where appropriate.
8719 * textprop.c (get_char_property_and_overlay): Add CHECK_LIVE_WINDOW
8720 to avoid deleted windows. Use contents slot instead of buffer.
8721 * buffer.c, dispextern.h, editfns.c, fileio.c, font.c, fringe.c:
8722 * indent.c, insdel.c, keyboard.c, keymap.c, minibuf.c, msdos.c:
8723 * nsfns.m, nsmenu.m, nsterm.m, print.c, w32fns.c, w32menu.c, xfaces.c:
8724 * xfns.c, xmenu.c: Use contents slot, not buffer, where appropriate.
8725
8726 2013-03-28 Eli Zaretskii <eliz@gnu.org>
8727
8728 * w32fns.c (w32_wnd_proc) [ENABLE_CHECKING]: Add code to help
8729 identify the reasons for assertion violations in bug#14062 and
8730 similar ones.
8731 (Fx_show_tip): Fix compilation error under
8732 "--enable-check-lisp-object-type". (Bug#14073)
8733
8734 * image.c (g_error_free) [WINDOWSNT]: Add DEF_IMGLIB_FN.
8735 Reported by <rzl24ozi@gmail.com>.
8736
8737 2013-03-28 Dmitry Antipov <dmantipov@yandex.ru>
8738
8739 * xdisp.c (with_echo_area_buffer_unwind_data): Save window
8740 start marker...
8741 (unwind_with_echo_area_buffer): ...to restore it here.
8742 This is needed to ensure that...
8743 (redisplay_window): ...both window markers are valid here,
8744 which is verified by eassert.
8745 * editfns.c (save_excursion_save): Do not assume that
8746 selected_window always displays the buffer.
8747 * buffer.c (Fbuffer_swap_text): Adjust window start markers.
8748 Fix comment.
8749
8750 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * casetab.c (init_casetab_once): Don't abuse the ascii eqv table for
8753 the upcase table.
8754
8755 2013-03-27 rzl24ozi <rzl24ozi@gmail.com> (tiny changes)
8756
8757 * image.c [WINDOWSNT]: Fix calls to DEF_IMGLIB_FN for SVG function.
8758
8759 2013-03-27 Eli Zaretskii <eliz@gnu.org>
8760
8761 * w32proc.c (IsValidLocale) [__GNUC__]: Don't declare prototype,
8762 since MinGW's w32api headers do. This avoids compiler warnings.
8763
8764 * w32.c (FSCTL_GET_REPARSE_POINT) [_MSC_VER || _W64]: Don't define
8765 if already defined.
8766
8767 2013-03-26 Eli Zaretskii <eliz@gnu.org>
8768
8769 * w32.c (_REPARSE_DATA_BUFFER): Condition by _MSVC and _W64.
8770
8771 2013-03-26 Jan Djärv <jan.h.d@swipnet.se>
8772
8773 * gtkutil.c (style_changed_cb): Check if frame is live and an
8774 X frame (Bug#14038).
8775
8776 2013-03-26 Eli Zaretskii <eliz@gnu.org>
8777
8778 * w32.c (_PROCESS_MEMORY_COUNTERS_EX) [_WIN32_WINNT < 0x0500]:
8779 Define only for _WIN32_WINNT less than 0x0500.
8780 (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT) [!_W64]: Don't define for
8781 MinGW64.
8782 Move inclusion of time.h before sys/time.h, so that MinGW64 could
8783 see its own definitions of 'struct timeval' and 'struct timezone'.
8784
8785 Fix incompatibilities between MinGW.org and MinGW64 headers.
8786 * w32term.c (WCRANGE, GLYPHSET): Don't define if _W64 is defined.
8787
8788 * w32.c (REPARSE_DATA_BUFFER): Guard with
8789 MAXIMUM_REPARSE_DATA_BUFFER_SIZE being defined.
8790
8791 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
8792
8793 * xterm.c: Include X11/XKBlib.h
8794 (XTring_bell): Use XkbBell if HAVE_XKB (Bug#14041).
8795
8796 2013-03-24 Andreas Schwab <schwab@linux-m68k.org>
8797
8798 * alloc.c (xpalloc, Fgarbage_collect): Reorder conditions that are
8799 written backwards.
8800 * blockinput.h (input_blocked_p): Likewise.
8801 * bytecode.c (exec_byte_code): Likewise.
8802 * callproc.c (call_process_kill, call_process_cleanup)
8803 (Fcall_process): Likewise.
8804 * ccl.c (ccl_driver, resolve_symbol_ccl_program)
8805 (Fccl_execute_on_string): Likewise.
8806 * character.c (string_escape_byte8): Likewise.
8807 * charset.c (read_hex): Likewise.
8808 * cm.c (calccost): Likewise.
8809 * data.c (cons_to_unsigned): Likewise.
8810 * dired.c (directory_files_internal, file_name_completion):
8811 Likewise.
8812 * dispnew.c (scrolling_window, update_frame_1, Fsleep_for)
8813 (sit_for): Likewise.
8814 * doc.c (Fsubstitute_command_keys): Likewise.
8815 * doprnt.c (doprnt): Likewise.
8816 * editfns.c (hi_time, decode_time_components, Fformat): Likewise.
8817 * emacsgtkfixed.c: Likewise.
8818 * fileio.c (file_offset, Fwrite_region): Likewise.
8819 * floatfns.c (Fexpt, fmod_float): Likewise.
8820 * fns.c (larger_vector, make_hash_table, Fmake_hash_table):
8821 Likewise.
8822 * font.c (font_intern_prop): Likewise.
8823 * frame.c (x_set_alpha): Likewise.
8824 * gtkutil.c (get_utf8_string): Likewise.
8825 * indent.c (check_display_width): Likewise.
8826 * intervals.c (create_root_interval, rotate_right, rotate_left)
8827 (split_interval_right, split_interval_left)
8828 (adjust_intervals_for_insertion, delete_node)
8829 (interval_deletion_adjustment, adjust_intervals_for_deletion)
8830 (merge_interval_right, merge_interval_left, copy_intervals)
8831 (set_intervals_multibyte_1): Likewise.
8832 * keyboard.c (gobble_input, append_tool_bar_item): Likewise.
8833 * keymap.c (Fkey_description): Likewise.
8834 * lisp.h (FIXNUM_OVERFLOW_P, vcopy): Likewise.
8835 * lread.c (openp, read_integer, read1, string_to_number):
8836 Likewise.
8837 * menu.c (ensure_menu_items): Likewise.
8838 * minibuf.c (read_minibuf_noninteractive): Likewise.
8839 * print.c (printchar, strout): Likewise.
8840 * process.c (create_process, Faccept_process_output)
8841 (wait_reading_process_output, read_process_output, send_process)
8842 (wait_reading_process_output): Likewise.
8843 * profiler.c (make_log, handle_profiler_signal): Likewise.
8844 * regex.c (re_exec): Likewise.
8845 * regex.h: Likewise.
8846 * search.c (looking_at_1, Freplace_match): Likewise.
8847 * sysdep.c (get_child_status, procfs_ttyname)
8848 (procfs_get_total_memory): Likewise.
8849 * systime.h (EMACS_TIME_VALID_P): Likewise.
8850 * term.c (dissociate_if_controlling_tty): Likewise.
8851 * window.c (get_phys_cursor_glyph): Likewise.
8852 * xdisp.c (init_iterator, redisplay_internal, redisplay_window)
8853 (try_window_reusing_current_matrix, try_window_id, pint2hrstr):
8854 Likewise.
8855 * xfns.c (Fx_window_property): Likewise.
8856 * xmenu.c (set_frame_menubar): Likewise.
8857 * xselect.c (x_get_window_property, x_handle_dnd_message):
8858 Likewise.
8859 * xsmfns.c (smc_save_yourself_CB): Likewise.
8860 * xterm.c (x_scroll_bar_set_handle): Likewise.
8861
8862 2013-03-24 Dmitry Antipov <dmantipov@yandex.ru>
8863
8864 * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument
8865 to be optional or nil. Adjust comment and convert it to docstring.
8866 * xselect.c (Fx_send_client_event): Rename to Fx_send_client_message.
8867 * frame.c (display_x_get_resource, Fx_get_resource): Break long line.
8868
8869 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
8870
8871 Static checking by GCC 4.8-20130319.
8872 * image.c (gif_load): Assume pass < 3 to pacify GCC.
8873 * process.c (Fset_process_datagram_address)
8874 (Fmake_network_process): Check get_lisp_to_sockaddr_size return value.
8875 * xdisp.c (get_char_face_and_encoding):
8876 (get_glyph_face_and_encoding): Ensure that *CHAR2B is initialized.
8877 (get_glyph_face_and_encoding): Prepare face before possibly using it.
8878 (get_per_char_metric): Don't use CHAR2B if it might not be initialized.
8879
8880 2013-03-24 Ken Brown <kbrown@cornell.edu>
8881
8882 * w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro to
8883 fix compilation on 64-bit Cygwin, where underscores are not
8884 automatically prepended.
8885
8886 * w32term.c (w32_initialize): Silence compiler warning.
8887
8888 2013-03-23 Eli Zaretskii <eliz@gnu.org>
8889
8890 * w32term.c (w32fullscreen_hook): Use FRAME_NORMAL_WIDTH,
8891 FRAME_NORMAL_HEIGHT, and FRAME_PREV_FSMODE, instead of static
8892 variables, to save and restore frame dimensions.
8893 Use FRAME_NORMAL_LEFT and FRAME_NORMAL_TOP to restore frame position
8894 after returning from a 'fullscreen' configuration.
8895 use SendMessage instead of PostMessage to send the SC_RESTORE message,
8896 to avoid races between the main thread and the input thread.
8897
8898 * w32term.h (struct w32_output): New members normal_width,
8899 normal_height, normal_top, normal_left, and prev_fsmode.
8900 (FRAME_NORMAL_WIDTH, FRAME_NORMAL_HEIGHT, FRAME_NORMAL_TOP)
8901 (FRAME_NORMAL_LEFT, FRAME_PREV_FSMODE): New macros to access these
8902 members of a frame.
8903
8904 * w32term.c (w32fullscreen_hook): Record last value of the frame's
8905 'fullscreen' parameter. Always record previous width and height
8906 of the frame, except when switching out of maximized modes, so
8907 that they could be restored correctly, instead of resetting to the
8908 default frame dimensions. Send SC_RESTORE command to the frame,
8909 unless we are going to send SC_MAXIMIZE, to restore the frame
8910 resize hints in the mouse pointer shown by the window manager.
8911 (Bug#14032)
8912
8913 * frame.c (get_frame_param): Now extern for WINDOWSNT as well.
8914
8915 * lisp.h (get_frame_param): Adjust conditions for prototype
8916 declaration.
8917
8918 2013-03-22 Ken Brown <kbrown@cornell.edu>
8919
8920 * unexcw.c: Drop unneeded inclusion of w32common.h.
8921 (report_sheap_usage): Declare.
8922 (read_exe_header): Add magic numbers for x86_64.
8923 (fixup_executable): Fix printf format specifier for unsigned long
8924 argument.
8925
8926 2013-03-22 Dmitry Antipov <dmantipov@yandex.ru>
8927
8928 * frame.h (struct frame): Put menu_bar_window under #ifdef
8929 because this member is not needed when X toolkit is in use.
8930 (fset_menu_bar_window):
8931 * dispnew.c (clear_current_matrices, clear_desired_matrices)
8932 (free_glyphs, update_frame):
8933 * xdisp.c (expose_frame): Likewise.
8934 (display_menu_bar): Likewise. Remove redundant eassert.
8935 * window.h (WINDOW_MENU_BAR_P): Always define to 0 if X
8936 toolkit is in use.
8937
8938 2013-03-21 Paul Eggert <eggert@cs.ucla.edu>
8939
8940 Use functions and constants to manipulate Lisp_Save_Value objects.
8941 This replaces code that used macros and strings and token-pasting.
8942 The change makes the C source a bit easier to follow,
8943 and shrinks the Emacs executable a bit.
8944 * alloc.c: Verify some properties of Lisp_Save_Value's representation.
8945 (make_save_value): Change 1st arg from string to enum. All callers
8946 changed.
8947 (INTX): Remove.
8948 (mark_object): Use if, not #if, for GC_MARK_STACK.
8949 * lisp.h (SAVE_VALUEP, XSAVE_VALUE, XSAVE_POINTER, XSAVE_INTEGER)
8950 (XSAVE_OBJECT): Now functions, not macros.
8951 (STRING_BYTES_BOUND): Now just a macro, not a constant too;
8952 the constant was never used.
8953 (SAVE_SLOT_BITS, SAVE_VALUE_SLOTS, SAVE_TYPE_BITS, SAVE_TYPE_INT_INT)
8954 (SAVE_TYPE_INT_INT_INT, SAVE_TYPE_OBJ_OBJ, SAVE_TYPE_OBJ_OBJ_OBJ)
8955 (SAVE_TYPE_OBJ_OBJ_OBJ_OBJ, SAVE_TYPE_PTR_INT, SAVE_TYPE_PTR_OBJ)
8956 (SAVE_TYPE_PTR_PTR, SAVE_TYPE_PTR_PTR_OBJ, SAVE_TYPE_MEMORY):
8957 New constants.
8958 (struct Lisp_Save_Value): Replace members area, type0, type1, type2,
8959 type3 with a single member save_type. All uses changed.
8960 (save_type, set_save_pointer, set_save_integer): New functions.
8961 * print.c (PRINTX): Remove.
8962
8963 * alloc.c: Remove redundant static declarations.
8964
8965 2013-03-20 Dmitry Antipov <dmantipov@yandex.ru>
8966
8967 * window.h (struct window): Convert left_col, top_line, total_lines
8968 and total_cols from Lisp_Objects to integers. Adjust comments.
8969 (wset_left_col, wset_top_line, wset_total_cols, wset_total_lines):
8970 Remove.
8971 (WINDOW_TOTAL_COLS, WINDOW_TOTAL_LINES, WINDOW_LEFT_EDGE_COL)
8972 (WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion.
8973 * dispnew.c, frame.c, w32fns.c, window.c, xdisp.c, xfns.c:
8974 Adjust users where appropriate.
8975
8976 2013-03-20 Dmitry Antipov <dmantipov@yandex.ru>
8977
8978 * frame.h (struct frame): Drop resx and resy because the same data is
8979 available from window system-specific output context. Adjust users.
8980 (default_pixels_per_inch_x, default_pixels_per_inch_y):
8981 New functions to provide defaults when no window system available.
8982 (FRAME_RES_X, FRAME_RES_Y): New macros.
8983 (NUMVAL): Move from xdisp.c.
8984 * font.c (font_pixel_size, font_find_for_lface, font_open_for_lface)
8985 (Ffont_face_attributes, Fopen_font):
8986 * image.c (gs_load):
8987 * w32font.c (fill_in_logfont):
8988 * xdisp.c (calc_pixel_width_or_height):
8989 * xfaces.c (Fx_family_fonts, set_lface_from_font): Use them.
8990 * xsettings.c (apply_xft_settings): Drop frame loop and adjust comment.
8991
8992 2013-03-20 Kenichi Handa <handa@gnu.org>
8993
8994 * coding.c (syms_of_coding): Initialize disable_ascii_optimization
8995 to 1 (temporary workaround until a bug related to ASCII
8996 optimization is fixed).
8997
8998 2013-03-19 Dmitry Antipov <dmantipov@yandex.ru>
8999
9000 * window.c (Fwindow_combination_limit, Fset_window_combination_limit):
9001 Signal error if window is not internal. Adjust docstring.
9002 (delete_all_child_windows): Use combination_limit to save the buffer.
9003 (Fset_window_configuration): Adjust accordingly.
9004 * print.c (syms_of_print): Initialize debugging output not here...
9005 (init_print_once): ...but in a new function here.
9006 * lisp.h (init_print_once): Add prototype.
9007 * emacs.c (main): Add call to init_print_once. Adjust comments.
9008
9009 2013-03-18 Dmitry Antipov <dmantipov@yandex.ru>
9010
9011 * window.c (window_resize_check, window_resize_apply)
9012 (window_from_coordinates, recombine_windows, set_window_buffer)
9013 (make_parent_window, Fwindow_resize_apply, resize_frame_windows)
9014 (Fsplit_window_internal, Fdelete_window_internal)
9015 (freeze_window_starts): Use bool for booleans.
9016 * window.h (window_frame_coordinates, resize_frame_windows)
9017 (freeze_window_starts, set_window_buffer): Adjust prototypes.
9018
9019 2013-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * dispnew.c (bitch_at_user): Use `user-error'.
9022
9023 2013-03-17 Ken Brown <kbrown@cornell.edu>
9024
9025 * dispextern.h (RGB_PIXEL_COLOR): Move here from image.c. Use it
9026 as return type of image_background. (Bug#13981)
9027 * image.c (RGB_PIXEL_COLOR): Move to dispextern.h.
9028
9029 2013-03-16 Jan Djärv <jan.h.d@swipnet.se>
9030
9031 * nsterm.m (updateFrameSize:): Change resize increments if needed.
9032 (ns_select): Don't return with result uninitialized.
9033
9034 * nsterm.h (EmacsSavePanel, EmacsOpenPanel): Add getFilename
9035 and getDirectory.
9036
9037 * nsfns.m (ns_filename_from_panel, ns_directory_from_panel):
9038 New functions.
9039 (Fns_read_file_name): ret is BOOL. If ! dir_only_p, don't choose
9040 directories. If filename is nil, get directory name (Bug#13932).
9041 Use getFilename and getDirectory.
9042 (getFilename, getDirectory): New methods for EmacsSavePanel and
9043 EmacsOpenPanel.
9044 (ok:): In EmacsOpenPanel, if we can't choose directories, just return.
9045
9046 2013-03-15 Paul Eggert <eggert@cs.ucla.edu>
9047
9048 * coding.c (decode_coding_gap): Fix typo caught by static checking.
9049
9050 2013-03-15 Kenichi Handa <handa@gnu.org>
9051
9052 * insdel.c (insert_from_gap): New arg text_at_gap_tail.
9053 (adjust_after_replace): Make it back to static. Delete the third
9054 arg text_at_gap_tail. Cancel the code for handling it.
9055
9056 * coding.h (struct coding_system): New member eol_seen.
9057
9058 * coding.c (detect_ascii): New function.
9059 (detect_coding): Set coding->head_ascii and coding->eol_seen only
9060 when the source bytes are actually scanned. On detecting for
9061 coding_category_utf_8_auto, call detect_ascii instead of scanning
9062 source bytes directly.
9063 (produce_chars): Call insert_from_gap with the new arg 0.
9064 (encode_coding): Likewise.
9065 (decode_coding_gap): Control ASCII optimization by the variable
9066 disable_ascii_optimization instead of #ifndef .. #endif.
9067 Deccode EOL format according to coding->eol_seen.
9068 (syms_of_coding): Declare disable-ascii-optimization as a Lisp
9069 variable.
9070
9071 * lisp.h (adjust_after_replace): Cancel externing it.
9072 (insert_from_gap): Adjust prototype.
9073
9074 2013-03-15 Eli Zaretskii <eliz@gnu.org>
9075
9076 * w32term.c (w32fullscreen_hook): Swap FULLSCREEN_BOTH and
9077 FULLSCREEN_MAXIMIZED. (Bug#13935)
9078
9079 2013-03-15 Dmitry Antipov <dmantipov@yandex.ru>
9080
9081 * region-cache.c (find_cache_boundary, move_cache_gap)
9082 (insert_cache_boundary, delete_cache_boundaries, set_cache_region):
9083 Simplify debugging check and convert to eassert. Adjust comment.
9084 (pp_cache): Put under ENABLE_CHECKING.
9085
9086 2013-03-14 Eli Zaretskii <eliz@gnu.org>
9087
9088 * w32term.c (w32_read_socket) <WM_WINDOWPOSCHANGED>: Remove old
9089 and incorrect code. Treat WM_WINDOWPOSCHANGED like WM_ACTIVATE
9090 and WM_ACTIVATEAPP.
9091 (w32fullscreen_hook): If the frame is visible, reset
9092 f->want_fullscreen flag after changing the frame size. If the
9093 frame is not visible, set f->want_fullscreen to FULLSCREEN_WAIT.
9094 (Bug#13953)
9095
9096 2013-03-13 Daniel Colascione <dancol@dancol.org>
9097
9098 * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI builds
9099 too so that these builds can use Cygwin's file conversion
9100 functions. (We've been building and linking cygw32.o all along
9101 and just not using it.)
9102
9103 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
9104
9105 File synchronization fixes (Bug#13944).
9106 * Makefile.in (LIB_FDATASYNC): New macro.
9107 (LIBES): Use it.
9108 * conf_post.h (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
9109 * fileio.c (Fwrite_region, write_region_inhibit_fsync):
9110 Don't worry about HAVE_FSYNC, since a substitute fsync is
9111 available if the system lacks one.
9112 (Fwrite_regin): Retry fsync if interrupted.
9113
9114 2013-03-13 Eli Zaretskii <eliz@gnu.org>
9115
9116 * w32term.c (w32_read_socket): If the Emacs frame is being
9117 activated, call w32fullscreen_hook, to make sure the new frame
9118 dimensions are in effect. (Bug#13937)
9119
9120 2013-03-13 Dmitry Antipov <dmantipov@yandex.ru>
9121
9122 * xdisp.c (init_iterator): Simplify because both character and byte
9123 positions are either specified or -1. Add eassert. Adjust comment.
9124 * window.c (Fscroll_other_window): Use SET_PT_BOTH because both
9125 character and byte positions can be obtained from marker.
9126
9127 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
9128
9129 Static checking by Sun C 5.12.
9130 * alloc.c (buffer_memory_full) [REL_ALLOC]:
9131 * bytecode.c (exec_byte_code):
9132 * dispnew.c (init_display):
9133 * eval.c (error):
9134 * fileio.c (Fsubstitute_in_file_name):
9135 * keyboard.c (Fevent_convert_list):
9136 * keymap.c (Fsingle_key_description):
9137 * term.c (maybe_fatal, fatal):
9138 * xfns.c (Fx_display_backing_store, Fx_display_visual_class):
9139 * xsmfns.c (Fhandle_save_session):
9140 Omit unreachable code.
9141 * keymap.c (map_keymap_char_table_item): Cast void * to
9142 a function pointer type; the C Standard requires this.
9143
9144 * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.
9145 Include <sys/param.h> unconditionally, as that works elsewhere and
9146 is simpler here. Include <sys/sysctl.h> if DARWIN_OS ||
9147 __FreeBSD__, not if BSD_SYSTEM, since it's needed only for Darwin
9148 and FreeBSD now.
9149
9150 See ChangeLog.12 for earlier changes.
9151
9152 ;; Local Variables:
9153 ;; coding: utf-8
9154 ;; End:
9155
9156 Copyright (C) 2011-2014 Free Software Foundation, Inc.
9157
9158 This file is part of GNU Emacs.
9159
9160 GNU Emacs is free software: you can redistribute it and/or modify
9161 it under the terms of the GNU General Public License as published by
9162 the Free Software Foundation, either version 3 of the License, or
9163 (at your option) any later version.
9164
9165 GNU Emacs is distributed in the hope that it will be useful,
9166 but WITHOUT ANY WARRANTY; without even the implied warranty of
9167 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9168 GNU General Public License for more details.
9169
9170 You should have received a copy of the GNU General Public License
9171 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.