Chain glib's SIGCHLD handler from Emacs's (Bug#14474).
[bpt/emacs.git] / src / ChangeLog
1 2013-06-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 Chain glib's SIGCHLD handler from Emacs's (Bug#14474).
4 * process.c (dummy_handler): New function.
5 (lib_child_handler): New static var.
6 (handle_child_signal): Invoke it.
7 (catch_child_signal): If a library has set up a signal handler,
8 save it into lib_child_handler.
9 (init_process_emacs): If using glib and not on Windows, tickle glib's
10 child-handling code so that it initializes its private SIGCHLD handler.
11 * syssignal.h (SA_SIGINFO): Default to 0.
12 * xterm.c (x_term_init): Remove D-bus hack that I installed on May
13 31; it should no longer be needed now.
14
15 2013-06-05 Michael Albinus <michael.albinus@gmx.de>
16
17 * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify.
18
19 * gfilenotify.c (globals_of_gfilenotify): New function.
20 (syms_of_gfilenotify): Move global initialization there.
21
22 * lisp.h (globals_of_gfilenotify) [HAVE_GFILENOTIFY]: Add prototype.
23
24 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):
27 * keyboard.c (menu_bar_items, tool_bar_items):
28 * doc.c (Fsubstitute_command_keys): Voverriding_terminal_local_map does
29 not override local keymaps any more.
30
31 2013-06-04 Eli Zaretskii <eliz@gnu.org>
32
33 * window.c (Fpos_visible_in_window_p): Doc fix. (Bug#14540)
34
35 2013-06-03 Eli Zaretskii <eliz@gnu.org>
36
37 * w32console.c (initialize_w32_display): Return the dimensions of
38 the console window via 2 additional arguments, not via the current
39 frame. This avoids crashes due to overrunning the bounds of
40 frame's decode_mode_spec_buffer, which is not resized following
41 the change of the frame dimensions from the initial 10x10.
42
43 * w32term.h (w32_initialize_display_info): Adjust prototype.
44
45 * term.c (init_tty): Take dimensions of the frame from the values
46 returned by initialize_w32_display.
47
48 * Makefile.in (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): New variables.
49 (ALL_CFLAGS): Add $(GFILENOTIFY_CFLAGS).
50 (LIBES): Add $(GFILENOTIFY_LIBS).
51
52 * w32inevt.c (handle_file_notifications): Add dummy implementation
53 for !HAVE_W32NOTIFY.
54
55 * w32term.c: Wrap code with HAVE_W32NOTIFY.
56
57 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
58
59 * xgselect.c: Replace #if defined ... with #ifdef HAVE_GLIB.
60
61 * process.c (wait_reading_process_output): Call xg_select if HAVE_GLIB.
62
63 * Makefile.in (XGSELOBJ): New, xgselect.o if GLib is used, or empty.
64
65 2013-06-03 Paul Eggert <eggert@cs.ucla.edu>
66
67 Fix minor problems found by static checking.
68 * data.c (pure_write_error):
69 Use xsignal2, not Fsignal, as Fsignal might return.
70 * eval.c (set_backtrace_debug_on_exit): Now static.
71 (backtrace_p, backtrace_top, backtrace_next, record_in_backtrace):
72 No longer inline. EXTERN_INLINE is needed only for functions
73 defined in .h files. Reindent function header as per GNU style.
74 (backtrace_p, backtrace_top, backtrace_next):
75 Mark EXTERNALLY_VISIBLE so they don't get optimized away by the
76 compiler or linker. Add extern decls to pacify gcc -Wall.
77 * frame.c, frame.h (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource):
78 Now static.
79 * frame.c (free_monitors): Define only on platforms that need it.
80 * nsterm.m (ns_term_init):
81 * process.c (catch_child_signal):
82 Don't worry about whether SIGCHLD is defined, as SIGCHLD is
83 defined on all porting targets these days.
84 * process.c, process.h (catch_child_signal):
85 Make it extern only if NS_IMPL_GNUSTEP is defined.
86
87 2013-06-03 Eli Zaretskii <eliz@gnu.org>
88
89 * w32.c (gettimeofday): Make the signature identical to prototype
90 in nt/inc/sys/time.h.
91
92 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to
95 .gdbinit.
96
97 * keyboard.c (safe_run_hooks_error): Improve error message.
98
99 * data.c (pure_write_error): Add `object' argument.
100 * puresize.h (CHECK_IMPURE): Use it.
101
102 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
103
104 * Makefile.in (NOTIFY_OBJ): New variable.
105 (base_obj): Replace inotify.o by $(NOTIFY_OBJ).
106
107 * emacs.c (main): Use HAVE_W32NOTIFY to wrap respective code.
108 Call syms_of_gfilenotify.
109
110 * gfilenotify.c: New file.
111
112 * keyboard.c (Qfile_notify): New variable. Replaces Qfile_inotify
113 and Qfile_w32notify.
114 (top): Wrap respective code by HAVE_GFILENOTIFY, HAVE_INOTIFY,
115 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
116
117 * lisp.h: Declare syms_of_gfilenotify.
118
119 * termhooks.h (e): Wrap enum by USE_FILE_NOTIFY.
120
121 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 Merge the specpdl and backtrace stacks. Make the structure of the
124 specpdl entries more obvious via a tagged union of structs.
125 * lisp.h (BITS_PER_PTRDIFF_T): New constant.
126 (enum specbind_tag): New enum.
127 (struct specbinding): Make it a tagged union of structs.
128 Add a case for backtrace records.
129 (specpdl_symbol, specpdl_old_value, specpdl_where, specpdl_arg)
130 (specpdl_func, backtrace_function, backtrace_nargs, backtrace_args)
131 (backtrace_debug_on_exit): New accessors.
132 (struct backtrace): Remove.
133 (struct catchtag): Remove backlist field.
134 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
135 Move to eval.c.
136 (Flocal_variable_p): Speed up the common case where the binding is
137 already loaded.
138 * eval.c (backtrace_list): Remove.
139 (set_specpdl_symbol, set_specpdl_old_value): Remove.
140 (set_backtrace_args, set_backtrace_nargs)
141 (set_backtrace_debug_on_exit, backtrace_p, backtrace_top)
142 (backtrace_next): New functions.
143 (Fdefvaralias, Fdefvar): Adjust to new specpdl format.
144 (unwind_to_catch, internal_lisp_condition_case)
145 (internal_condition_case, internal_condition_case_1)
146 (internal_condition_case_2, internal_condition_case_n): Don't bother
147 with backtrace_list any more.
148 (Fsignal): Adjust to new backtrace format.
149 (grow_specpdl): Move up.
150 (record_in_backtrace): New function.
151 (eval_sub, Ffuncall): Use it.
152 (apply_lambda): Adjust to new backtrace format.
153 (let_shadows_buffer_binding_p, let_shadows_global_binding_p): Move from
154 data.c.
155 (specbind): Adjust to new specpdl format. Simplify.
156 (record_unwind_protect, unbind_to): Adjust to new specpdl format.
157 (Fbacktrace_debug, Fbacktrace, Fbacktrace_frame): Adjust to new
158 backtrace format.
159 (mark_backtrace): Remove.
160 (mark_specpdl, get_backtrace, backtrace_top_function): New functions.
161 * xdisp.c (redisplay_internal): Use record_in_backtrace.
162 * alloc.c (Fgarbage_collect): Use record_in_backtrace.
163 Use mark_specpdl.
164 * profiler.c (record_backtrace): Use get_backtrace.
165 (handle_profiler_signal): Use backtrace_top_function.
166 * .gdbinit (xbacktrace, hookpost-backtrace): Use new backtrace
167 accessor functions.
168
169 2013-06-02 Jan Djärv <jan.h.d@swipnet.se>
170
171 * process.h (catch_child_signal): Declare.
172
173 * process.c (catch_child_signal): New function.
174 (init_process_emacs): Call it.
175
176 * nsterm.m: Include process.h if NS_IMPL_GNUSTEP.
177 (ns_menu_bar_is_hidden, menu_will_open_state): Define only if
178 NS_IMPL_COCOA.
179 (x_set_cursor_type): Remove declaration.
180 (ns_update_begin): Only use r and bp if NS_IMPL_COCOA.
181 (ns_update_end, ns_focus, ns_unfocus): Remove GNUStep specific code.
182 (x_set_window_size): Remove 3 pixels from toolbar if NS_IMPL_GNUSTEP.
183 (ns_get_color): Use F suffix on float.
184 (ns_color_to_lisp, ns_query_color): Use EmacsCGFloat.
185 (ns_get_rgb_color): Remove.
186 (x_set_frame_alpha): Move view inside NS_IMPL_COCOA.
187 (note_mouse_movement): x and y are CGFloat.
188 (ns_draw_fringe_bitmap): Remove unused rowY.
189 Change #if to COCOA && >= 10_6.
190 (ns_draw_window_cursor): Remove unused overspill.
191 (ns_draw_underwave): width and x are EamcsCGFloat.
192 (ns_draw_box): thickness is CGFloat.
193 (ns_dumpglyphs_image): Change #if to COCOA && >= 10_6.
194 (ns_send_appdefined): When NS_IMPL_GNUSTEP, redirect to main thread
195 if not in main thread.
196 (ns_get_pending_menu_title, ns_check_menu_open)
197 (ns_check_pending_open_menu): Put inside #if COCOA && >= 10_5.
198 (ns_term_init): Call catch_child_signal if NS_IMPL_GNUSTEP && SIGCHLD.
199 (sendFromMainThread:): New method.
200 (changeFont:): size is CGFloat.
201 (keyDown:): Check for Delete when NS_IMPL_GNUSTEP.
202 Disable warning about permanent text.
203 (characterIndexForPoint:): Adjust return type depending on GNUStep
204 version.
205 (mouseDown:): delta is CGFloat.
206 (updateFrameSize): Remove unised variable f.
207 (initFrameFromEmacs): Move toggleButton inside NS_IMPL_COCOA.
208 Cast float to EmacsCGFloat.
209 (windowWillUseStandardFrame:defaultFrame:): Set maximized_height
210 also to -1 when restoring.
211 (windowDidExitFullScreen:): Put call to updateCollectionBehaviour
212 inside NS_IMPL_COCOA.
213 (toggleFullScreen:): Put call to toggleFullScreen inside
214 NS_IMPL_COCOA. Cast float to EmacsCGFloat.
215 (setPosition:portion:whole:): por is CGFloat.
216 (getMouseMotionPart:window:x:y:): Add F suffix to float.
217 (mouseDown:): Use CGFloat.
218 (mouseDragged:): Remove unised variable edge.
219 (EmacsDocument): Implement for NS_IMPL_GNUSTEP.
220
221 * nsterm.h (EmacsCGFloat): Typedef for OSX and GNUStep when the size
222 of CGFloat differs.
223 (EmacsApp): New variable nextappdefined. Declare sendFromMainThread
224 when NS_IMPL_GNUSTEP.
225 (EmacsDocument): Declare when NS_IMPL_GNUSTEP.
226 (EmacsView): Remove unlockFocusNeedsFlush, add windowDidMove.
227 (EmacsToolbar): Add clearAll. Add tag argument to
228 addDisplayItemWithImage.
229 (EmacsSavePanel, EmacsOpenPanel): Remove getFilename and getDirectory.
230
231 * nsselect.m (ns_get_local_selection): Remove unused variable type.
232
233 * nsmenu.m (ns_update_menubar): Make static.
234 (x_activate_menubar): Surround with ifdef NS_IMPL_COCOA
235 (fillWithWidgetValue:): Add cast to SEL for setAction.
236 (addSubmenuWithTitle:forFrame:): Add cast to SEL for action.
237 (update_frame_tool_bar): Update code for GNUStep.
238 (clearAll): New method.
239 (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag
240 argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP. Move
241 identifierToItem setObject and activeIdentifiers addObject before
242 call to insertItemWithItemIdentifier.
243 (validateVisibleItems): Fix indentation.
244 (toolbarAllowedItemIdentifiers:): Return activeIdentifiers.
245 (initWithContentRect:styleMask:backing:defer:): Add ClosableWindow and
246 UtilityWindow to aStyle, remove call to setStyleMask.
247
248 * nsimage.m (setXBMColor:, getPixelAtX:Y:): Use EmacsCGFloat.
249
250 * nsfont.m (ns_attribute_fvalue, ns_spec_to_descriptor)
251 (ns_charset_covers, ns_get_covering_families, nsfont_open):
252 Use F suffix on floats.
253 (ns_char_width): Returns CGFloat.
254 (ns_ascii_average_width): w is CGFloat instead of float.
255 (nsfont_draw): cbuf and c are unsigned. Cast to char* in call to
256 DPSxshow.
257 (ns_glyph_metrics): CGFloat instead of float.
258
259 * nsfns.m (x_set_foreground_color, x_set_background_color): Use
260 EmacsCGFloat.
261 (ns_implicitly_set_icon_type, Fx_create_frame): Make static, remove
262 unused variables.
263 (Fns_read_file_name): Keep track if panel is for save. Use
264 ns_filename_from_panel/ns_directory_from_panel.
265 (Fns_list_services): delegate only used for COCOA.
266 (Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep. Just
267 return the input if GNUStep.
268 (x_screen_planes): Remove.
269 (Fxw_color_values): Use EmacsCGFloat
270 (Fns_display_monitor_attributes_list): Only get screen number for
271 Cocoa.
272 (getDirectory, getFilename): Removed from EmacsOpenPanel and
273 EmacsSavePanel.
274 (EmacsOpenPanel:ok:): Use ns_filename_from_panel and
275 ns_directory_from_panel.
276
277 2013-06-01 Paul Eggert <eggert@cs.ucla.edu>
278
279 * process.c (handle_child_signal): Also use WCONTINUED.
280 This is so that list-processes doesn't mistakenly list the process
281 as stopped, when the process has actually been continued and is
282 now running.
283
284 2013-05-31 Paul Eggert <eggert@cs.ucla.edu>
285
286 Don't let D-bus autolaunch mess up SIGCHLD handling (Bug#14474).
287 * xterm.c (x_term_init): Inhibit D-Bus autolaunch if D-Bus is
288 not already configured.
289
290 * fileio.c (Finsert_file_contents): Remove unused local (Bug#8447).
291
292 2013-05-29 Eli Zaretskii <eliz@gnu.org>
293
294 * Makefile.in (mostlyclean): Remove *.res files.
295
296 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * fileio.c (Finsert_file_contents): Preserve undo info when reverting
299 a buffer (bug#8447).
300
301 2013-05-27 Eli Zaretskii <eliz@gnu.org>
302
303 * xdisp.c (pos_visible_p): When CHARPOS is displayed frrom a
304 display vector, and we backtrack, handle the case that the
305 previous character position is also displayed from a display
306 vector or covered by a display string or image. (Bug#14476)
307
308 2013-05-25 Jan Djärv <jan.h.d@swipnet.se>
309
310 * xfns.c (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Remove.
311 (struct MonitorInfo, free_monitors): Remove.
312 (x_make_monitor_attribute_list): Call make_monitor_attribute_list.
313 (Fx_display_monitor_attributes_list): Call make_monitor_attribute_list.
314 (syms_of_xfns): Remove DEFSYM for Qgeometry, Qworkarea, Qmm_size,
315 Qframes, Qsource.
316
317 * nsfns.m (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Remove.
318 (struct MonitorInfo, free_monitors): Remove.
319 (ns_screen_name): Make static.
320 (ns_make_monitor_attribute_list): Call make_monitor_attribute_list.
321 (syms_of_nsfns): Remove DEFSYM for Qgeometry, Qworkarea, Qmm_size,
322 Qframes, Qsource.
323
324 * frame.h (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Declare.
325 (struct MonitorInfo): New struct.
326 (free_monitors, make_monitor_attribute_list): Declare.
327
328 * frame.c (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource):
329 New Lisp_Object:s.
330 (free_monitors, make_monitor_attribute_list): New functions.
331 (syms_of_frame): DEFSYM Qgeometry, Qworkarea, Qmm_size, Qframes,
332 Qsource.
333
334 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
335
336 * callproc.c (call_process): Refine the doc string. (Bug#14045)
337
338 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * keyboard.c: Apply keyboard decoding only to events that come directly
341 from the tty, not from unread-command-events (bug#14368).
342 (read_event_from_main_queue): New function, extracted from read_char).
343 (read_decoded_char): Remove.
344 (read_decoded_event_from_main_queue): New function to replace it.
345 (read_char): Use it.
346 (read_key_sequence): Use read_char rather than read_decoded_char.
347
348 * keyboard.c (read_decoded_char): Don't decode under w32 (bug#14403).
349
350 2013-05-22 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
351
352 * casetab.c (init_casetab_once): Fix last change (bug#14424).
353
354 2013-05-22 Kenichi Handa <handa@gnu.org>
355
356 The following changes are to fix the setting of
357 buffer-file-coding-system on, for instance, C-x RET c unix RET
358 _FILE_OF_DOS_EOL_TYPE_ RET.
359
360 * coding.h (struct coding_system): New member detected_utf8_chars.
361
362 * coding.c (detect_coding_utf_8): Count characters and check EOL
363 format. Include CATEGORY_MASK_UTF_8_AUTO in detect_info->found if
364 BOM is there.
365 (setup_coding_system): Do not initialize coding->head_ascii.
366 (check_ascii): Do not set coding->eol_seen but update it. Do not
367 call adjust_coding_eol_type here.
368 (detect_coding): Fix detection of BOM for utf-8 and utf-16.
369 If the eol-type of CODING is already specified, adjust the eol type
370 of the found coding-system.
371 (decode_coding_gap): Cancel previous change. Utilize the
372 character numbers counted by detect_coding_utf_8. Fix detection
373 of BOM for utf-8.
374
375 2013-05-21 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
376
377 * search.c (looking_at_1): Only set last_thing_searched if the match
378 changed the match-data (bug#14281).
379
380 2013-05-21 Dmitry Antipov <dmantipov@yandex.ru>
381
382 * xdisp.c (reseat_at_previous_visible_line_start):
383 Already declared in dispextern.h, so remove it here.
384 (move_it_vertically_backward): Likewise.
385
386 2013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
387
388 * xfns.c (check_x_display_info): Don't use XINT for terminal object.
389 (Fx_display_pixel_width, Fx_display_pixel_height)
390 (Fx_display_mm_width, Fx_display_mm_height):
391 Mention `display-monitor-attributes-list' in docstrings.
392
393 * nsfns.m (ns_get_screen): Remove function. All uses removed.
394 (check_ns_display_info): Sync with check_x_display_info in xfns.c.
395 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
396 (Fx_display_screens, Fx_display_mm_width, Fx_display_mm_height)
397 (Fx_display_backing_store, Fx_display_visual_class)
398 (Fx_display_save_under, Fx_close_connection, Fxw_display_color_p)
399 (Fx_display_grayscale_p, Fx_display_pixel_width)
400 (Fx_display_pixel_height, Fx_display_planes)
401 (Fx_display_color_cells): Sync args and docstrings with xfns.c.
402 (Fx_display_screens): Don't confuse X11 screens with NS screens.
403 (Fx_display_mm_width, Fx_display_mm_height)
404 (Fx_display_pixel_width, Fx_display_pixel_width): Return width or
405 height for all physical monitors as in X11.
406
407 * nsterm.m (x_display_pixel_width, x_display_pixel_height):
408 Return pixel width or height for all physical monitors as in X11.
409
410 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
411
412 Port --enable-gcc-warnings to clang.
413 * bytecode.c (exec_byte_code):
414 * regex.c:
415 Redo diagnostic pragmas to pacify clang, too.
416 * dbusbind.c (xd_retrieve_arg): Do not use uninitialized variable.
417 * editfns.c (Fencode_time):
418 * fileio.c (file_accessible_directory_p):
419 * font.c (font_unparse_xlfd):
420 Use '&"string"[index]' instead of '"string" + (index)'.
421 * undo.c (user_error): Remove; unused.
422
423 2013-05-16 Eli Zaretskii <eliz@gnu.org>
424
425 * insdel.c (insert_1_both): Document the arguments, instead of
426 referring to insert_1, which no longer exists.
427
428 * xdisp.c (message_dolog): If the *Messages* buffer is shown in
429 some window, increment windows_or_buffers_changed, so that
430 *Messages* display in that window is updated. (Bug#14408)
431
432 * w32.c: Include epaths.h.
433 (init_environment): Use cmdproxy.exe without leading directories.
434 Support emacs.exe in src; point SHELL to cmdproxy in ../nt in that
435 case.
436 (gettimeofday): Adjust signature and return value to Posix
437 expectations.
438
439 * unexw32.c (open_output_file): Delete the existing emacs.exe
440 before creating it, to break the hard link to the versioned
441 executable.
442
443 * Makefile.in (EMACS_MANIFEST, CM_OBJ, TEMACS_POST_LINK)
444 (ADDSECTION, EMACS_HEAPSIZE, MINGW_TEMACS_POST_LINK)
445 (FIRSTFILE_OBJ): New variables.
446 (W32_RES): Rename to EMACSRES. All users changed.
447 (base_obj): Use $(CM_OBJ).
448 (ALLOBJS): Use $(FIRSTFILE_OBJ).
449 (emacs$(EXEEXT)): Depend on $(ADDSECTION).
450 (temacs$(EXEEXT)): Use $(TEMACS_POST_LINK), and move
451 $(W32_RES_LINK) before $(LIBES).
452 (emacs.res): Depend on $(EMACS_MANIFEST). Put emacs.rc in nt.
453
454 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * makefile.w32-in (DOC): Use just "DOC".
457
458 * Makefile.in (bootstrap-clean): DOC-* doesn't exist any more.
459
460 * process.c: Export default filters and sentinels to Elisp.
461 (Qinternal_default_process_sentinel, Qinternal_default_process_filter):
462 New constants.
463 (pset_filter, pset_sentinel, make_process, Fset_process_filter)
464 (Fset_process_sentinel, Fformat_network_address):
465 Default to them instead of nil.
466 (server_accept_connection): Sentinels can't be nil any more.
467 (read_and_dispose_of_process_output): New function, extracted from
468 read_process_output.
469 (read_process_output): Use it; filters can't be nil.
470 (Finternal_default_process_filter): New function, extracted from
471 read_process_output.
472 (exec_sentinel_unwind): Remove function.
473 (exec_sentinel): Don't zilch sentinel while running.
474 (status_notify): Sentinels can't be nil.
475 (Finternal_default_process_sentinel): New function extracted from
476 status_notify.
477 (setup_process_coding_systems): Default filter is not nil any more.
478 (syms_of_process): Export new Elisp functions and initialize
479 new constants.
480 * lisp.h (make_lisp_proc): New function.
481
482 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart.
485
486 2013-05-14 Eli Zaretskii <eliz@gnu.org>
487
488 * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT
489 unless we know that the window w is a leaf window.
490 Another attempt at solving bug#14062.
491
492 2013-05-14 Jan Djärv <jan.h.d@swipnet.se>
493
494 * nsfont.m (ns_spec_to_descriptor): Retain and autorelease
495 fdesc (Bug#14375).
496
497 2013-05-12 Paul Eggert <eggert@cs.ucla.edu>
498
499 * image.c (gif_load): Check that subimages fit (Bug#14345).
500
501 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * lread.c (skip_dyn_eof): New function.
504 (read1): Use it to skip the end of a file in response to #@00.
505
506 * doc.c (get_doc_string): Slightly relax the sanity checking.
507
508 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
509
510 * nsfns.m: Include IOGraphicsLib.h if Cocoa.
511 (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Declare.
512 (MonitorInfo): New struct.
513 (free_monitors, ns_screen_name, ns_make_monitor_attribute_list)
514 (Fns_display_monitor_attributes_list): New functions.
515 (display-usable-bounds): Remove.
516 (syms_of_nsfns): DEFSYM Qgeometry, Qworkarea, Qmm_size, Qframes and
517 Qsource.
518
519 2013-05-09 Paul Eggert <eggert@cs.ucla.edu>
520
521 * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION.
522 (GTK_CHECK_VERSION): New macro, if not already defined.
523 All uses of GTK_PREREQ, GTK_MAJOR_VERSION, etc.
524 replaced by GTK_CHECK_VERSION.
525
526 2013-05-08 Paul Eggert <eggert@cs.ucla.edu>
527
528 * xterm.h (GTK_PREREQ): New macro.
529 All simple uses of GTK_MAJOR_VERSION and GTK_MINOR_VERSION changed
530 to use this macro instead, for consistency and clarity.
531
532 2013-05-08 Eli Zaretskii <eliz@gnu.org>
533
534 * xdisp.c (row_for_charpos_p): New function, with code of
535 cursor_row_p, but accepts an additional argument CHARPOS instead
536 of using a hardcoded PT.
537 (cursor_row_p): Call row_for_charpos_p with 2nd argument PT.
538 (row_containing_pos): Call row_for_charpos_p instead of partially
539 doing the same. Fixes cursor positioning under longlines-mode
540 when longlines-show-effect includes more than one newline, when
541 moving the cursor vertically up.
542
543 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
544
545 * makefile.w32-in (ACL_H): New macro.
546 ($(BLD)/fileio.$(O)): Update dependencies.
547
548 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
549
550 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
551 * Makefile.in (LIB_ACL): New macro.
552 (LIBACL_LIBS): Remove.
553 (LIBES): Use LIB_ACL, not LIBACL_LIBS.
554 * fileio.c: Include <acl.h>.
555 Use HAVE_ACL_SET_FILE rather than HAVE_POSIX_ACL.
556 (ACL_NOT_WELL_SUPPORTED): Remove. All uses replaced by
557 !acl_errno_valid.
558 (Fcopy_file) [!WINDOWSNT]: Use qcopy_acl instead of rolling
559 it ourselves.
560
561 * unexelf.c: Don't assume ElfW (Half) fits in int.
562 (entry_address, find_section, unexec): Use ptrdiff_t, not int,
563 when dealing with ElfW (Half) values, since they can exceed 2**31
564 on 64-bit OpenBSD hosts. Problem reported privately by Han Boetes.
565 (entry_address): Omit unused NUM arg. All uses changed.
566
567 2013-05-07 Juri Linkov <juri@jurta.org>
568
569 * callint.c (Fcall_interactively): Set `visargs[i]' for code 'n'
570 to the string converted from number with `Fnumber_to_string'.
571 (Bug#14254)
572
573 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
574
575 * xfns.c (x_get_net_workarea): Define only if !GTK || GTK<3.4.
576 This fixes a problem introduced by my previous change.
577
578 2013-05-07 Glenn Morris <rgm@gnu.org>
579
580 * lread.c (readchar): Don't read from a dead buffer. (Bug#14280)
581
582 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
583
584 * xfns.c: Move misplaced ifndef USE_GTK from previous checkin.
585
586 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
587
588 Static checking by GCC 4.8.0.
589 * xfns.c (x_get_net_workarea, struct MonitorInfo, free_monitors)
590 (x_get_monitor_for_frame, x_make_monitor_attribute_list)
591 (x_get_monitor_attributes_fallback)
592 (x_get_monitor_attributes_xinerama)
593 (x_get_monitor_attributes_xrandr, x_get_monitor_attributes):
594 Define only if USE_GTK.
595 (free_monitors): Define only if HAVE_XINERAMA || HAVE_XRANDR.
596 (x_get_monitor_attributes_fallback): Omit unused locals.
597 (x_get_monitor_attributes_xinerama, Fx_display_monitor_attributes_list):
598 Use double, not float, to avoid mixed-mode floating point arithmetic.
599
600 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
601 Jan Djärv <jan.h.d@swipnet.se>
602
603 * Makefile.in (XRANDR_LIBS, XRANDR_CFLAGS, XINERAMA_LIBS)
604 (XINERAMA_CFLAGS): New macros.
605 (ALL_CFLAGS, LIBES): Use them.
606
607 * xfns.c: Include <X11/extensions/Xrandr.h> if HAVE_XRANDR, and
608 include <X11/extensions/Xinerama.h> if HAVE_XINERAMA.
609 (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): New variables.
610 (syms_of_xfns): DEFSYM them.
611 (struct MonitorInfo): New struct.
612 (x_get_net_workarea, free_monitors, x_get_monitor_for_frame)
613 (x_make_monitor_attribute_list, x_get_monitor_attributes_fallback)
614 (x_get_monitor_attributes_xrandr, x_get_monitor_attributes)
615 (x_get_monitor_attributes_xinerama): New functions.
616 (Fx_display_monitor_attributes_list): New primitive.
617 (syms_of_xfns): Defsubr it.
618
619 * xterm.h (x_display_info): Add Xatom_net_workarea and
620 Xatom_net_current_desktop.
621
622 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_net_workarea
623 and dpyinfo->Xatom_net_current_desktop.
624
625 2013-05-06 Eli Zaretskii <eliz@gnu.org>
626
627 * xdisp.c (pos_visible_p): Use the special code for finding the
628 beginning of a display property or overlay for any "replacing"
629 display property, not just for display strings. This solves
630 incorrect reporting of position by posn-at-point. (Bug#14241)
631
632 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
633
634 * unexelf.c: Fix some 32-bit integer problems, notably when debugging.
635 Include <limits.h>, <stdbool.h>, <intprops.h>, <verify.h>.
636 Verify that ElfW (Half) fits in int.
637 (fatal): Use same signature as lisp.h.
638 (UNEXELF_DEBUG): New macro, replacing DEBUG, so that people can
639 configure and build with -DUNEXELF_DEBUG without worrying about
640 other modules that use DEBUG.
641 (DEBUG_LOG) [UNEXELF_DEBUG]: New macro. All debug code that prints
642 possibly-wide integers now uses it instead of plain fprintf.
643 (entry_address): New function, which avoids problems with 32-bit
644 overflow on 64-bit hosts.
645 (OLD_SECTION_H, NEW_SECTION_H, NEW_PROGRAM_H): Use it.
646 (round_up): Don't assume the remainder fits in int.
647 (find_section): Use bool for boolean. Simplify debug code.
648 (unexec): Don't assume file sizes fit in int or size_t.
649 Omit unnecessary trailing newline in 'fatal' format.
650 Use strerror rather than outputting decimal error number.
651 Remove unused code when emacs is not defined;
652 this file relies on Emacs now.
653 Don't assume e_phnum and e_shnum are positive.
654
655 * regex.c: Fix problems when DEBUG is defined.
656 (extract_number, extract_number_and_incr): Define regardless of
657 whether DEBUG is defined; that's simpler and makes the code less
658 likely to go stale in the normal case when DEBUG is not defined.
659 Return int rather than taking an int * arg. All callers changed.
660 (DEBUG_PRINT1, DEBUG_PRINT2, DEBUG_PRINT3, DEBUG_PRINT4):
661 Remove, replacing with ...
662 (DEBUG_PRINT): New macro. All callers changed.
663 (DEBUG_COMPILES_ARGUMENTS): New macro.
664 (print_fastmap, print_partial_compiled_pattern) [DEBUG]:
665 (print_compiled_pattern, print_double_string) [DEBUG]:
666 Use prototype rather than old-style definition.
667 (print_partial_compiled_pattern, print_compiled_pattern) [DEBUG]:
668 (ENSURE_FAIL_STACK, PUSH_FAILURE_REG) [DEBUG]:
669 (POP_FAILURE_REG_OR_COUNT, PUSH_FAILURE_POINT) [DEBUG]:
670 (POP_FAILURE_POINT, re_match_2_internal) [DEBUG]:
671 Don't assume ptrdiff_t, size_t, and long are the same width as int.
672 (POINTER_TO_OFFSET): Return ptrdiff_t, not regoff_t.
673 This matters only when DEBUG is defined.
674
675 2013-05-05 Eli Zaretskii <eliz@gnu.org>
676
677 * xdisp.c (set_iterator_to_next): Set the
678 ignore_overlay_strings_at_pos_p flag only if we are _really_
679 iterating over an overlay string, as indicated by the
680 current.overlay_string_index member. (Bug#14306)
681
682 2013-05-05 Jan Djärv <jan.h.d@swipnet.se>
683
684 * nsmenu.m (ns_update_menubar): Move initialization of submenuTitle
685 to where it is used, to avoid autorelease issues (Bug#14050).
686
687 2013-05-05 Paul Eggert <eggert@cs.ucla.edu>
688
689 `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
690 * fileio.c (syms_of_fileio): Implement this.
691 * filelock.c (create_lock_file): If symbolic links don't work, so
692 we use a regular file as a lock file, do not fsync the lock file;
693 it's not needed.
694
695 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
696
697 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Move to Elisp.
698 (syms_of_minibuf): Adjust accodingly.
699 * lread.c (Fread):
700 * callint.c (Fcall_interactively): Adjust calls accordingly.
701
702 2013-05-04 Eli Zaretskii <eliz@gnu.org>
703
704 * dispextern.h (WINDOW_WANTS_HEADER_LINE_P): Verify that
705 w->contents is a buffer before computing everything else.
706 Use parentheses to disambiguate last part of the condition.
707
708 * w32fns.c (w32_wnd_proc): Remove temporary code used to trap
709 assertion violations. (Bug#14062)
710
711 2013-05-01 David Reitter <david.reitter@gmail.com>
712
713 * nsfns.m (ns_tooltip): Initialize.
714
715 2013-04-28 Eli Zaretskii <eliz@gnu.org>
716
717 * coding.c (decode_coding_gap): Don't remove the character before
718 a newline unless it's a CR character. (Bug#14287)
719
720 2013-04-28 Dan Nicolaescu <dann@gnu.org>
721
722 * dispextern.h (struct face): Move enum face_underline_type
723 earlier so that bitfields can be in the same word.
724
725 2013-04-28 Jan Djärv <jan.h.d@swipnet.se>
726
727 * nsfns.m (handlePanelKeys): New function.
728 (EmacsOpenPanel:performKeyEquivalent:)
729 (EmacsSavePanel:performKeyEquivalent:): Call handlePanelKeys to handle
730 arrows/function/control and copy/paste keys (Bug#14296).
731
732 2013-04-27 Juri Linkov <juri@jurta.org>
733
734 * callint.c (Fcall_interactively): Call `Qread_number' for
735 interactive code letter `n' instead of using duplicate code.
736 (Bug#14254)
737
738 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
739
740 * systime.h (make_timeval): Declare as 'const'.
741
742 2013-04-27 Kenichi Handa <handa@gnu.org>
743
744 * font.c (font_open_entity): Always open a font of manageable
745 size.
746
747 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
748
749 Port better to AIX (Bug#14258).
750 * lisp.h (ENUM_BF) [__IBMC__]: Make it 'unsigned int' here, too,
751 to pacify AIX xlc.
752
753 2013-04-24 Kenichi Handa <handa@gnu.org>
754
755 * coding.c (decode_coding_iso_2022): When an invalid escape
756 sequence is encountered, reset the invocation and designation
757 status to the safest one.
758
759 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
760
761 * Makefile.in (bootstrap-clean): Remove stamp-h1 too.
762 Without this fix, "make distclean" leaves stamp-h1 behind.
763
764 2013-04-20 Erik Charlebois <erikcharlebois@gmail.com>
765
766 * w32fns.c (w32_fullscreen_rect): New function to compute the
767 window rectangle for the given fullscreen mode.
768 (w32_wnd_proc): When in a fullscreen mode, WM_WINDOWPOSCHANGING no
769 longer tunes the window size. This keeps the window's edges flush
770 with the screen and allows the taskbar to hide itself in fullboth.
771
772 * w32term.c (w32fullscreen_hook): 'fullboth' now shows without
773 window decorations and uses the entire screen.
774
775 * w32term.h (w32_fullscreen_rect) Add prototype.
776 (struct w32_output): Replace normal_width, normal_height,
777 normal_top, and normal_left members with a single normal_placement
778 struct.
779 (FRAME_NORMAL_WIDTH, FRAME_NORMAL_HEIGHT, FRAME_NORMAL_TOP):
780 Remove macros.
781 (FRAME_NORMAL_PLACEMENT): New macro.
782
783 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
784
785 * minibuf.c (Ftest_completion): Silence compiler warning.
786
787 2013-04-15 Eli Zaretskii <eliz@gnu.org>
788
789 * w32fns.c (w32_wnd_proc): Add more assertions to investigate
790 bug#14062.
791
792 * frame.h (WINDOW_FRAME): Protect macro and its argument with
793 parentheses.
794
795 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
796 (CURRENT_HEADER_LINE_HEIGHT, WINDOW_WANTS_MODELINE_P)
797 (WINDOW_WANTS_HEADER_LINE_P): Protect macro arguments with
798 parentheses where appropriate.
799
800 2013-04-14 Paul Eggert <eggert@cs.ucla.edu>
801
802 * keyboard.c (timer_start_idle): Remove no-longer-used local.
803
804 2013-04-14 Eli Zaretskii <eliz@gnu.org>
805
806 * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>
807 <left-fringe-width, right-fringe-width, fringes-outside-margins>:
808 Mention in the doc string that setting these variables takes
809 effect only after a call to set-window-buffer. (Bug#14200)
810
811 2013-04-13 Eli Zaretskii <eliz@gnu.org>
812
813 * indent.c (Fvertical_motion): Don't consider display strings on
814 overlay strings as display strings on the buffer position we
815 started from. This prevents vertical cursor motion from jumping
816 more than one line when there's an overlay string with a display
817 property at end of line.
818 Reported by Karl Chen <Karl.Chen@quarl.org> in
819 http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00362.html.
820
821 2013-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * window.c (select_window): `record_buffer' even if window is
824 already selected (bug#14191).
825
826 2013-04-11 Eli Zaretskii <eliz@gnu.org>
827
828 * window.c (Fwindow_end): Test more flags, including the buffer's
829 last_overlay_modified flag, to determine whether the window's
830 display is really up-to-date. Prevents the function from
831 returning a stale value. (Bug#14170)
832 (Fwindow_line_height): Fix the test for up-to-date-ness of the
833 current matrix.
834
835 2013-04-10 Eli Zaretskii <eliz@gnu.org>
836
837 * frame.c (do_switch_frame): Mark the TTY frame we switch to as
838 garbaged only if it is not already the top frame on its TTY.
839 This prevents flickering due to constant redrawing of TTY frames when
840 there are GUI frames open in the same session. (Bug#13864)
841
842 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * keyboard.c (timer_start_idle): Call internal-timer-start-idle instead
845 of marking the idle timers directly.
846
847 2013-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * minibuf.c (Ftest_completion): Ignore non-string/symbol keys in hash
850 tables (bug#14054).
851
852 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * window.c (select_window): Don't record_buffer while the invariant is
855 temporarily broken (bug#14161).
856
857 * fns.c (Fdelq): Don't assume !NILP => CONSP.
858
859 2013-04-07 Eli Zaretskii <eliz@gnu.org>
860
861 * fileio.c (ACL_NOT_WELL_SUPPORTED): Define macro for WINDOWSNT.
862
863 2013-04-07 Romain Francoise <romain@orebokech.com>
864
865 Ignore additional platform-specific ACL errors (Bug#13702).
866 * fileio.c (ACL_NOT_WELL_SUPPORTED): New macro copied from gnulib.
867 (Fcopy_file, Fset_file_acl) [HAVE_POSIX_ACL]: Use it.
868
869 2013-03-31 Jan Djärv <jan.h.d@swipnet.se>
870
871 * nsterm.m (ns_mouse_position): Use NS_FRAME_P instead of checking
872 f->output_data.ns.
873
874 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
875
876 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
877 This bug was introduced by my 2013-02-25 change that simplified
878 data_start configuration. Without this change, on GNU/Linux
879 an Emacs configured with --enable-profiling fails immediately
880 due to a profiler signal.
881 * Makefile.in: Compile with $(PROFILING_CFLAGS), but do not link
882 with these flags. On platforms where special flags are needed
883 when linking temacs, the flags are now in LD_SWITCH_SYSTEM_TEMACS.
884 (ALL_CFLAGS): Remove $(PROFILING_CFLAGS).
885 (.c.o, .m.o): Compile with $(PROFILING_CFLAGS).
886
887 2013-04-07 Dmitry Antipov <dmantipov@yandex.ru>
888
889 Get rid of some platform-specific functions examining window
890 system and its capabilities. This is a partial rework of the
891 2013-04-05 change.
892 * lisp.h (have_menus_p): Remove prototype. This function is
893 replaced with platform-independent window_system_available.
894 (check_window_system): Move to...
895 * frame.h (decode_window_system_frame, window_system_available):
896 ...here, add new prototypes.
897 * frame.c (window_system_available, decode_window_system_frame):
898 New functions.
899 (check_window_system): Platform-independent now.
900 * xterm.h (x_in_use): Remove declaration.
901 (check_x_frame):
902 * w32term.h (check_x_frame):
903 * nsterm.h (check_x_frame): Remove prototypes. This function
904 is replaced with platform-independent decode_window_system_frame.
905 * msdos.c (have_menus_p): Remove.
906 * nsfns.m (check_window_system, have_menus_p, check_ns_frame):
907 Remove platform-specific functions. Use check_window_system,
908 decode_window_system_frame and check_ns_display_info where
909 appropriate. Minor style and comment tweaks.
910 * w32fns.c (w32_in_use, check_window_system, have_menus_p)
911 (check_x_frame): Likewise.
912 * xfns.c (x_in_use, check_window_system, have_menus_p, check_x_frame):
913 Likewise.
914 * fileio.c, fns.c, font.c, fontset.c, image.c, menu.c, nsmenu.m:
915 * nsselect.m, nsterm.m, w32font.c, w32menu.c, xfaces.c, xgselect.c:
916 * xmenu.c, xselect.c: All related users changed.
917
918 2013-04-03 Kenichi Handa <handa@gnu.org>
919
920 The following changes is to optimize the code for reading UTF-8
921 files.
922
923 * coding.c (check_ascii): Rename from detect_ascii. Return value
924 changed. Check EOL format. Do not call adjust_coding_eol_type
925 here.
926 (check_utf_8): New function.
927 (adjust_coding_eol_type): Do nothing if already adjusted.
928 (detect_coding): Compare the return value of check_ascii with
929 coding->src_bytes. Call adjust_coding_eol_type if necessary.
930 (decode_coding_gap): Optimize for valid UTF-8.
931
932 2013-03-21 Kenichi Handa <handa@gnu.org>
933
934 * coding.c (syms_of_coding): Cancel previous change.
935
936 * insdel.c (insert_from_gap): Fix previous change.
937
938 2013-04-05 Dmitry Antipov <dmantipov@yandex.ru>
939
940 Consistently use platform-specific function to detect window system.
941 * lisp.h (check_window_system): New prototype. This function is
942 going to replace check_x, check_w32 and check_ns.
943 (have_menus_p): Mention msdos.c in comment.
944 * fontset.c (check_window_system_func): Remove. Adjust all users.
945 * fontset.h (check_window_system_func): Remove prototype.
946 * nsterm.h (check_ns):
947 * xterm.h (check_x):
948 * w32term.h (check_w32): Likewise.
949 * menu.c (Fx_popup_menu): Use check_window_system.
950 * msdos.c (check_window_system): Define for MS-DOS.
951 * nsfns.m (check_window_system): Define for NS. Adjust all users.
952 * w32fns.c (check_window_system): Likewise for MS-Windows.
953 * xfns.c (check_window_system): Likewise for X.
954 * font.c, frame.c, nsmenu.m, nsselect.m, nsterm.m, w32menu.c:
955 * xfaces.c, xmenu.c: Use check_window_system where appropriate.
956
957 2013-04-02 Paul Eggert <eggert@cs.ucla.edu>
958
959 Prefer < to > in range checks such as 0 <= i && i < N.
960 This makes it easier to visualize quantities on a number line.
961 This patch doesn't apply to all such range checks,
962 only to the range checks affected by the 2013-03-24 change.
963 This patch reverts most of the 2013-03-24 change.
964 * alloc.c (xpalloc, Fgarbage_collect):
965 * ccl.c (ccl_driver, resolve_symbol_ccl_program):
966 * character.c (string_escape_byte8):
967 * charset.c (read_hex):
968 * data.c (cons_to_unsigned):
969 * dispnew.c (update_frame_1):
970 * doc.c (Fsubstitute_command_keys):
971 * doprnt.c (doprnt):
972 * editfns.c (hi_time, decode_time_components):
973 * fileio.c (file_offset):
974 * fns.c (larger_vector, make_hash_table, Fmake_hash_table):
975 * font.c (font_intern_prop):
976 * frame.c (x_set_alpha):
977 * gtkutil.c (get_utf8_string):
978 * indent.c (check_display_width):
979 * keymap.c (Fkey_description):
980 * lisp.h (FIXNUM_OVERFLOW_P, vcopy):
981 * lread.c (read1):
982 * minibuf.c (read_minibuf_noninteractive):
983 * process.c (wait_reading_process_output):
984 * search.c (Freplace_match):
985 * window.c (get_phys_cursor_glyph):
986 * xdisp.c (redisplay_internal):
987 * xsmfns.c (smc_save_yourself_CB):
988 Prefer < to > for range checks.
989 * dispnew.c (sit_for): Don't mishandle NaNs.
990 This fixes a bug introduced in the 2013-03-24 change.
991 * editfns.c (decode_time_components): Don't hoist comparison.
992 This fixes another bug introduced in the 2013-03-24 change.
993
994 2013-03-31 Dmitry Antipov <dmantipov@yandex.ru>
995
996 * frame.h (struct frame): Drop scroll_bottom_vpos
997 member becaue all real users are dead long ago.
998 (FRAME_SCROLL_BOTTOM_VPOS): Remove.
999 * xdisp.c (redisplay_internal): Adjust user.
1000
1001 2013-03-30 Darren Ho <darren.hoo@gmail.com> (tiny change)
1002
1003 * nsmenu.m (showAtX:Y:for:): setLevel to
1004 NSPopUpMenuWindowLevel (Bug#13998).
1005
1006 2013-03-30 Jan Djärv <jan.h.d@swipnet.se>
1007
1008 * nsterm.h (ns_get_pending_menu_title, ns_check_menu_open)
1009 (ns_check_pending_open_menu): Declare.
1010
1011 * nsmenu.m (ns_update_menubar): Correct NSTRACE.
1012 (x_activate_menubar): Update the menu with title that matches
1013 ns_get_pending_menu_title, and call
1014 ns_check_pending_openmenu (Bug#12698).
1015 (menuWillOpen:): New method.
1016 (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698).
1017
1018 * nsterm.m (menu_will_open_state, menu_mouse_point)
1019 (menu_pending_title): New varaibles.
1020 (ns_get_pending_menu_title, ns_check_menu_open)
1021 (ns_check_pending_open_menu): New functions.
1022
1023 2013-03-29 Dmitry Antipov <dmantipov@yandex.ru>
1024
1025 * indent.c (current_column_bol_cache): Remove leftover which is not
1026 used in Fmove_to_column any more.
1027 (current_column, scan_for_column): Adjust users.
1028 * keyboard.c (last_point_position_buffer, last_point_position_window):
1029 Remove leftovers which are not used for recording undo any more.
1030 (command_loop_1, syms_of_keyboard): Adjust users.
1031 * xdisp.c (last_max_ascent): Remove leftover which is not used in
1032 redisplay_window any more.
1033 (move_it_to): Adjust user.
1034
1035 2013-03-29 Juanma Barranquero <lekktu@gmail.com>
1036
1037 * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/filelock.$(O)):
1038 Update dependencies.
1039
1040 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER)
1043 (set_save_integer, XSAVE_OBJECT, XSAVE_VALUE): Move to avoid
1044 forward references.
1045
1046 2013-03-28 Dmitry Antipov <dmantipov@yandex.ru>
1047
1048 * window.h (struct window): Replace hchild, vchild and buffer slots
1049 with the only contents slot. This is possible because each valid
1050 window may have either the child window (in vertical or horizontal
1051 combination) or buffer to display (for the leaf window). Using that,
1052 a lof of operations to traverse and/or change window hierarchies may
1053 be simplified. New member horizontal is used to distinguish between
1054 horizontal and vertical combinations of internal windows.
1055 (WINDOW_LEAF_P, WINDOW_HORIZONTAL_COMBINATION_P)
1056 (WINDOW_VERTICAL_COMBINATION_P): New macros.
1057 (WINDOW_VALID_P, WINDOW_LIVE_P): Adjust to match struct window changes.
1058 * window.c (wset_hchild, wset_vchild): Remove. Adjust all users.
1059 Use contents slot, not buffer, where appropriate.
1060 (wset_combination): New function.
1061 (wset_buffer): Add eassert.
1062 (Fframe_first_window): Simplify the loop reaching first window.
1063 (Fwindow_buffer): Use WINDOW_LEAF_P.
1064 (Fwindow_top_child): Use WINDOW_VERTICAL_COMBINATION_P.
1065 (Fwindow_left_child): Use WINDOW_HORIZONTAL_COMBINATION_P.
1066 (unshow_buffer): Convert initial debugging check to eassert.
1067 (replace_window, recombine_windows, Fdelete_other_windows_internal)
1068 (make_parent_window, window_resize_check, window_resize_apply)
1069 (resize_frame_windows, Fsplit_window_internal, Fdelete_window_internal)
1070 (Fset_window_configuration, delete_all_child_windows, save_window_save):
1071 Adjust to match struct window changes.
1072 (window_loop): Check for broken markers in CHECK_ALL_WINDOWS.
1073 (mark_window_cursors_off, count_windows, get_leaf_windows)
1074 (foreach_window_1): Simplify the loop.
1075 * alloc.c (mark_object): Do not check for the leaf window because
1076 internal windows has no glyph matrices anyway.
1077 * dispnew.c (clear_window_matrices, showing_window_margins_p)
1078 (allocate_matrices_for_window_redisplay, fake_current_matrices)
1079 (allocate_matrices_for_frame_redisplay, free_window_matrices)
1080 (build_frame_matrix_from_window_tree, mirror_make_current)
1081 (frame_row_to_window, mirror_line_dance, check_window_matrix_pointers)
1082 (update_window_tree, set_window_update_flags): Simplify the loop.
1083 (sync_window_with_frame_matrix_rows): Enforce live window.
1084 Use contents slot, not buffer, where appropriate.
1085 * frame.c (set_menu_bar_lines_1): Use WINDOW_VERTICAL_COMBINATION_P
1086 and WINDOW_HORIZONTAL_COMBINATION_P.
1087 (make_frame_visible_1): Simplify the loop.
1088 Use contents slot, not buffer, where appropriate.
1089 * xdisp.c (hscroll_window_tree, mark_window_display_accurate)
1090 (redisplay_windows, redisplay_mode_lines, update_cursor_in_window_tree)
1091 (expose_window_tree): Likewise.
1092 Use contents slot, not buffer, where appropriate.
1093 * textprop.c (get_char_property_and_overlay): Add CHECK_LIVE_WINDOW
1094 to avoid deleted windows. Use contents slot instead of buffer.
1095 * buffer.c, dispextern.h, editfns.c, fileio.c, font.c, fringe.c:
1096 * indent.c, insdel.c, keyboard.c, keymap.c, minibuf.c, msdos.c:
1097 * nsfns.m, nsmenu.m, nsterm.m, print.c, w32fns.c, w32menu.c, xfaces.c:
1098 * xfns.c, xmenu.c: Use contents slot, not buffer, where appropriate.
1099
1100 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1101
1102 * w32fns.c (w32_wnd_proc) [ENABLE_CHECKING]: Add code to help
1103 identify the reasons for assertion violations in bug#14062 and
1104 similar ones.
1105 (Fx_show_tip): Fix compilation error under
1106 "--enable-check-lisp-object-type". (Bug#14073)
1107
1108 * image.c (g_error_free) [WINDOWSNT]: Add DEF_IMGLIB_FN.
1109 Reported by <rzl24ozi@gmail.com>.
1110
1111 2013-03-28 Dmitry Antipov <dmantipov@yandex.ru>
1112
1113 * xdisp.c (with_echo_area_buffer_unwind_data): Save window
1114 start marker...
1115 (unwind_with_echo_area_buffer): ...to restore it here.
1116 This is needed to ensure that...
1117 (redisplay_window): ...both window markers are valid here,
1118 which is verified by eassert.
1119 * editfns.c (save_excursion_save): Do not assume that
1120 selected_window always displays the buffer.
1121 * buffer.c (Fbuffer_swap_text): Adjust window start markers.
1122 Fix comment.
1123
1124 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * casetab.c (init_casetab_once): Don't abuse the ascii eqv table for
1127 the upcase table.
1128
1129 2013-03-27 rzl24ozi <rzl24ozi@gmail.com> (tiny changes)
1130
1131 * image.c [WINDOWSNT]: Fix calls to DEF_IMGLIB_FN for SVG function.
1132
1133 2013-03-27 Eli Zaretskii <eliz@gnu.org>
1134
1135 * w32proc.c (IsValidLocale) [__GNUC__]: Don't declare prototype,
1136 since MinGW's w32api headers do. This avoids compiler warnings.
1137
1138 * w32.c (FSCTL_GET_REPARSE_POINT) [_MSC_VER || _W64]: Don't define
1139 if already defined.
1140
1141 2013-03-26 Eli Zaretskii <eliz@gnu.org>
1142
1143 * w32.c (_REPARSE_DATA_BUFFER): Condition by _MSVC and _W64.
1144
1145 2013-03-26 Jan Djärv <jan.h.d@swipnet.se>
1146
1147 * gtkutil.c (style_changed_cb): Check if frame is live and an
1148 X frame (Bug#14038).
1149
1150 2013-03-26 Eli Zaretskii <eliz@gnu.org>
1151
1152 * w32.c (_PROCESS_MEMORY_COUNTERS_EX) [_WIN32_WINNT < 0x0500]:
1153 Define only for _WIN32_WINNT less than 0x0500.
1154 (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT) [!_W64]: Don't define for
1155 MinGW64.
1156 Move inclusion of time.h before sys/time.h, so that MinGW64 could
1157 see its own definitions of 'struct timeval' and 'struct timezone'.
1158
1159 Fix incompatibilities between MinGW.org and MinGW64 headers.
1160 * w32term.c (WCRANGE, GLYPHSET): Don't define if _W64 is defined.
1161
1162 * w32.c (REPARSE_DATA_BUFFER): Guard with
1163 MAXIMUM_REPARSE_DATA_BUFFER_SIZE being defined.
1164
1165 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
1166
1167 * xterm.c: Include X11/XKBlib.h
1168 (XTring_bell): Use XkbBell if HAVE_XKB (Bug#14041).
1169
1170 2013-03-24 Andreas Schwab <schwab@linux-m68k.org>
1171
1172 * alloc.c (xpalloc, Fgarbage_collect): Reorder conditions that are
1173 written backwards.
1174 * blockinput.h (input_blocked_p): Likewise.
1175 * bytecode.c (exec_byte_code): Likewise.
1176 * callproc.c (call_process_kill, call_process_cleanup)
1177 (Fcall_process): Likewise.
1178 * ccl.c (ccl_driver, resolve_symbol_ccl_program)
1179 (Fccl_execute_on_string): Likewise.
1180 * character.c (string_escape_byte8): Likewise.
1181 * charset.c (read_hex): Likewise.
1182 * cm.c (calccost): Likewise.
1183 * data.c (cons_to_unsigned): Likewise.
1184 * dired.c (directory_files_internal, file_name_completion):
1185 Likewise.
1186 * dispnew.c (scrolling_window, update_frame_1, Fsleep_for)
1187 (sit_for): Likewise.
1188 * doc.c (Fsubstitute_command_keys): Likewise.
1189 * doprnt.c (doprnt): Likewise.
1190 * editfns.c (hi_time, decode_time_components, Fformat): Likewise.
1191 * emacsgtkfixed.c: Likewise.
1192 * fileio.c (file_offset, Fwrite_region): Likewise.
1193 * floatfns.c (Fexpt, fmod_float): Likewise.
1194 * fns.c (larger_vector, make_hash_table, Fmake_hash_table):
1195 Likewise.
1196 * font.c (font_intern_prop): Likewise.
1197 * frame.c (x_set_alpha): Likewise.
1198 * gtkutil.c (get_utf8_string): Likewise.
1199 * indent.c (check_display_width): Likewise.
1200 * intervals.c (create_root_interval, rotate_right, rotate_left)
1201 (split_interval_right, split_interval_left)
1202 (adjust_intervals_for_insertion, delete_node)
1203 (interval_deletion_adjustment, adjust_intervals_for_deletion)
1204 (merge_interval_right, merge_interval_left, copy_intervals)
1205 (set_intervals_multibyte_1): Likewise.
1206 * keyboard.c (gobble_input, append_tool_bar_item): Likewise.
1207 * keymap.c (Fkey_description): Likewise.
1208 * lisp.h (FIXNUM_OVERFLOW_P, vcopy): Likewise.
1209 * lread.c (openp, read_integer, read1, string_to_number):
1210 Likewise.
1211 * menu.c (ensure_menu_items): Likewise.
1212 * minibuf.c (read_minibuf_noninteractive): Likewise.
1213 * print.c (printchar, strout): Likewise.
1214 * process.c (create_process, Faccept_process_output)
1215 (wait_reading_process_output, read_process_output, send_process)
1216 (wait_reading_process_output): Likewise.
1217 * profiler.c (make_log, handle_profiler_signal): Likewise.
1218 * regex.c (re_exec): Likewise.
1219 * regex.h: Likewise.
1220 * search.c (looking_at_1, Freplace_match): Likewise.
1221 * sysdep.c (get_child_status, procfs_ttyname)
1222 (procfs_get_total_memory): Likewise.
1223 * systime.h (EMACS_TIME_VALID_P): Likewise.
1224 * term.c (dissociate_if_controlling_tty): Likewise.
1225 * window.c (get_phys_cursor_glyph): Likewise.
1226 * xdisp.c (init_iterator, redisplay_internal, redisplay_window)
1227 (try_window_reusing_current_matrix, try_window_id, pint2hrstr):
1228 Likewise.
1229 * xfns.c (Fx_window_property): Likewise.
1230 * xmenu.c (set_frame_menubar): Likewise.
1231 * xselect.c (x_get_window_property, x_handle_dnd_message):
1232 Likewise.
1233 * xsmfns.c (smc_save_yourself_CB): Likewise.
1234 * xterm.c (x_scroll_bar_set_handle): Likewise.
1235
1236 2013-03-24 Dmitry Antipov <dmantipov@yandex.ru>
1237
1238 * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument
1239 to be optional or nil. Adjust comment and convert it to docstring.
1240 * xselect.c (Fx_send_client_event): Rename to Fx_send_client_message.
1241 * frame.c (display_x_get_resource, Fx_get_resource): Break long line.
1242
1243 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
1244
1245 Static checking by GCC 4.8-20130319.
1246 * image.c (gif_load): Assume pass < 3 to pacify GCC.
1247 * process.c (Fset_process_datagram_address)
1248 (Fmake_network_process): Check get_lisp_to_sockaddr_size return value.
1249 * xdisp.c (get_char_face_and_encoding):
1250 (get_glyph_face_and_encoding): Ensure that *CHAR2B is initialized.
1251 (get_glyph_face_and_encoding): Prepare face before possibly using it.
1252 (get_per_char_metric): Don't use CHAR2B if it might not be initialized.
1253
1254 2013-03-24 Ken Brown <kbrown@cornell.edu>
1255
1256 * w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro to
1257 fix compilation on 64-bit Cygwin, where underscores are not
1258 automatically prepended.
1259
1260 * w32term.c (w32_initialize): Silence compiler warning.
1261
1262 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1263
1264 * w32term.c (w32fullscreen_hook): Use FRAME_NORMAL_WIDTH,
1265 FRAME_NORMAL_HEIGHT, and FRAME_PREV_FSMODE, instead of static
1266 variables, to save and restore frame dimensions.
1267 Use FRAME_NORMAL_LEFT and FRAME_NORMAL_TOP to restore frame position
1268 after returning from a 'fullscreen' configuration.
1269 use SendMessage instead of PostMessage to send the SC_RESTORE message,
1270 to avoid races between the main thread and the input thread.
1271
1272 * w32term.h (struct w32_output): New members normal_width,
1273 normal_height, normal_top, normal_left, and prev_fsmode.
1274 (FRAME_NORMAL_WIDTH, FRAME_NORMAL_HEIGHT, FRAME_NORMAL_TOP)
1275 (FRAME_NORMAL_LEFT, FRAME_PREV_FSMODE): New macros to access these
1276 members of a frame.
1277
1278 * w32term.c (w32fullscreen_hook): Record last value of the frame's
1279 'fullscreen' parameter. Always record previous width and height
1280 of the frame, except when switching out of maximized modes, so
1281 that they could be restored correctly, instead of resetting to the
1282 default frame dimensions. Send SC_RESTORE command to the frame,
1283 unless we are going to send SC_MAXIMIZE, to restore the frame
1284 resize hints in the mouse pointer shown by the window manager.
1285 (Bug#14032)
1286
1287 * frame.c (get_frame_param): Now extern for WINDOWSNT as well.
1288
1289 * lisp.h (get_frame_param): Adjust conditions for prototype
1290 declaration.
1291
1292 2013-03-22 Ken Brown <kbrown@cornell.edu>
1293
1294 * unexcw.c: Drop unneeded inclusion of w32common.h.
1295 (report_sheap_usage): Declare.
1296 (read_exe_header): Add magic numbers for x86_64.
1297 (fixup_executable): Fix printf format specifier for unsigned long
1298 argument.
1299
1300 2013-03-22 Dmitry Antipov <dmantipov@yandex.ru>
1301
1302 * frame.h (struct frame): Put menu_bar_window under #ifdef
1303 because this member is not needed when X toolkit is in use.
1304 (fset_menu_bar_window):
1305 * dispnew.c (clear_current_matrices, clear_desired_matrices)
1306 (free_glyphs, update_frame):
1307 * xdisp.c (expose_frame): Likewise.
1308 (display_menu_bar): Likewise. Remove redundant eassert.
1309 * window.h (WINDOW_MENU_BAR_P): Always define to 0 if X
1310 toolkit is in use.
1311
1312 2013-03-21 Paul Eggert <eggert@cs.ucla.edu>
1313
1314 Use functions and constants to manipulate Lisp_Save_Value objects.
1315 This replaces code that used macros and strings and token-pasting.
1316 The change makes the C source a bit easier to follow,
1317 and shrinks the Emacs executable a bit.
1318 * alloc.c: Verify some properties of Lisp_Save_Value's representation.
1319 (make_save_value): Change 1st arg from string to enum. All callers
1320 changed.
1321 (INTX): Remove.
1322 (mark_object): Use if, not #if, for GC_MARK_STACK.
1323 * lisp.h (SAVE_VALUEP, XSAVE_VALUE, XSAVE_POINTER, XSAVE_INTEGER)
1324 (XSAVE_OBJECT): Now functions, not macros.
1325 (STRING_BYTES_BOUND): Now just a macro, not a constant too;
1326 the constant was never used.
1327 (SAVE_SLOT_BITS, SAVE_VALUE_SLOTS, SAVE_TYPE_BITS, SAVE_TYPE_INT_INT)
1328 (SAVE_TYPE_INT_INT_INT, SAVE_TYPE_OBJ_OBJ, SAVE_TYPE_OBJ_OBJ_OBJ)
1329 (SAVE_TYPE_OBJ_OBJ_OBJ_OBJ, SAVE_TYPE_PTR_INT, SAVE_TYPE_PTR_OBJ)
1330 (SAVE_TYPE_PTR_PTR, SAVE_TYPE_PTR_PTR_OBJ, SAVE_TYPE_MEMORY):
1331 New constants.
1332 (struct Lisp_Save_Value): Replace members area, type0, type1, type2,
1333 type3 with a single member save_type. All uses changed.
1334 (save_type, set_save_pointer, set_save_integer): New functions.
1335 * print.c (PRINTX): Remove.
1336
1337 * alloc.c: Remove redundant static declarations.
1338
1339 2013-03-20 Dmitry Antipov <dmantipov@yandex.ru>
1340
1341 * window.h (struct window): Convert left_col, top_line, total_lines
1342 and total_cols from Lisp_Objects to integers. Adjust comments.
1343 (wset_left_col, wset_top_line, wset_total_cols, wset_total_lines):
1344 Remove.
1345 (WINDOW_TOTAL_COLS, WINDOW_TOTAL_LINES, WINDOW_LEFT_EDGE_COL)
1346 (WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion.
1347 * dispnew.c, frame.c, w32fns.c, window.c, xdisp.c, xfns.c:
1348 Adjust users where appropriate.
1349
1350 2013-03-20 Dmitry Antipov <dmantipov@yandex.ru>
1351
1352 * frame.h (struct frame): Drop resx and resy because the same data is
1353 available from window system-specific output context. Adjust users.
1354 (default_pixels_per_inch_x, default_pixels_per_inch_y):
1355 New functions to provide defaults when no window system available.
1356 (FRAME_RES_X, FRAME_RES_Y): New macros.
1357 (NUMVAL): Move from xdisp.c.
1358 * font.c (font_pixel_size, font_find_for_lface, font_open_for_lface)
1359 (Ffont_face_attributes, Fopen_font):
1360 * image.c (gs_load):
1361 * w32font.c (fill_in_logfont):
1362 * xdisp.c (calc_pixel_width_or_height):
1363 * xfaces.c (Fx_family_fonts, set_lface_from_font): Use them.
1364 * xsettings.c (apply_xft_settings): Drop frame loop and adjust comment.
1365
1366 2013-03-20 Kenichi Handa <handa@gnu.org>
1367
1368 * coding.c (syms_of_coding): Initialize disable_ascii_optimization
1369 to 1 (temporary workaround until a bug related to ASCII
1370 optimization is fixed).
1371
1372 2013-03-19 Dmitry Antipov <dmantipov@yandex.ru>
1373
1374 * window.c (Fwindow_combination_limit, Fset_window_combination_limit):
1375 Signal error if window is not internal. Adjust docstring.
1376 (delete_all_child_windows): Use combination_limit to save the buffer.
1377 (Fset_window_configuration): Adjust accordingly.
1378 * print.c (syms_of_print): Initialize debugging output not here...
1379 (init_print_once): ...but in a new function here.
1380 * lisp.h (init_print_once): Add prototype.
1381 * emacs.c (main): Add call to init_print_once. Adjust comments.
1382
1383 2013-03-18 Dmitry Antipov <dmantipov@yandex.ru>
1384
1385 * window.c (window_resize_check, window_resize_apply)
1386 (window_from_coordinates, recombine_windows, set_window_buffer)
1387 (make_parent_window, Fwindow_resize_apply, resize_frame_windows)
1388 (Fsplit_window_internal, Fdelete_window_internal)
1389 (freeze_window_starts): Use bool for booleans.
1390 * window.h (window_frame_coordinates, resize_frame_windows)
1391 (freeze_window_starts, set_window_buffer): Adjust prototypes.
1392
1393 2013-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * dispnew.c (bitch_at_user): Use `user-error'.
1396
1397 2013-03-17 Ken Brown <kbrown@cornell.edu>
1398
1399 * dispextern.h (RGB_PIXEL_COLOR): Move here from image.c. Use it
1400 as return type of image_background. (Bug#13981)
1401 * image.c (RGB_PIXEL_COLOR): Move to dispextern.h.
1402
1403 2013-03-16 Jan Djärv <jan.h.d@swipnet.se>
1404
1405 * nsterm.m (updateFrameSize:): Change resize increments if needed.
1406 (ns_select): Don't return with result uninitialized.
1407
1408 * nsterm.h (EmacsSavePanel, EmacsOpenPanel): Add getFilename
1409 and getDirectory.
1410
1411 * nsfns.m (ns_filename_from_panel, ns_directory_from_panel):
1412 New functions.
1413 (Fns_read_file_name): ret is BOOL. If ! dir_only_p, don't choose
1414 directories. If filename is nil, get directory name (Bug#13932).
1415 Use getFilename and getDirectory.
1416 (getFilename, getDirectory): New methods for EmacsSavePanel and
1417 EmacsOpenPanel.
1418 (ok:): In EmacsOpenPanel, if we can't choose directories, just return.
1419
1420 2013-03-15 Paul Eggert <eggert@cs.ucla.edu>
1421
1422 * coding.c (decode_coding_gap): Fix typo caught by static checking.
1423
1424 2013-03-15 Kenichi Handa <handa@gnu.org>
1425
1426 * insdel.c (insert_from_gap): New arg text_at_gap_tail.
1427 (adjust_after_replace): Make it back to static. Delete the third
1428 arg text_at_gap_tail. Cancel the code for handling it.
1429
1430 * coding.h (struct coding_system): New member eol_seen.
1431
1432 * coding.c (detect_ascii): New function.
1433 (detect_coding): Set coding->head_ascii and coding->eol_seen only
1434 when the source bytes are actually scanned. On detecting for
1435 coding_category_utf_8_auto, call detect_ascii instead of scanning
1436 source bytes directly.
1437 (produce_chars): Call insert_from_gap with the new arg 0.
1438 (encode_coding): Likewise.
1439 (decode_coding_gap): Control ASCII optimization by the variable
1440 disable_ascii_optimization instead of #ifndef .. #endif.
1441 Deccode EOL format according to coding->eol_seen.
1442 (syms_of_coding): Declare disable-ascii-optimization as a Lisp
1443 variable.
1444
1445 * lisp.h (adjust_after_replace): Cancel externing it.
1446 (insert_from_gap): Adjust prototype.
1447
1448 2013-03-15 Eli Zaretskii <eliz@gnu.org>
1449
1450 * w32term.c (w32fullscreen_hook): Swap FULLSCREEN_BOTH and
1451 FULLSCREEN_MAXIMIZED. (Bug#13935)
1452
1453 2013-03-15 Dmitry Antipov <dmantipov@yandex.ru>
1454
1455 * region-cache.c (find_cache_boundary, move_cache_gap)
1456 (insert_cache_boundary, delete_cache_boundaries, set_cache_region):
1457 Simplify debugging check and convert to eassert. Adjust comment.
1458 (pp_cache): Put under ENABLE_CHECKING.
1459
1460 2013-03-14 Eli Zaretskii <eliz@gnu.org>
1461
1462 * w32term.c (w32_read_socket) <WM_WINDOWPOSCHANGED>: Remove old
1463 and incorrect code. Treat WM_WINDOWPOSCHANGED like WM_ACTIVATE
1464 and WM_ACTIVATEAPP.
1465 (w32fullscreen_hook): If the frame is visible, reset
1466 f->want_fullscreen flag after changing the frame size. If the
1467 frame is not visible, set f->want_fullscreen to FULLSCREEN_WAIT.
1468 (Bug#13953)
1469
1470 2013-03-13 Daniel Colascione <dancol@dancol.org>
1471
1472 * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI builds
1473 too so that these builds can use Cygwin's file conversion
1474 functions. (We've been building and linking cygw32.o all along
1475 and just not using it.)
1476
1477 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
1478
1479 File synchronization fixes (Bug#13944).
1480 * Makefile.in (LIB_FDATASYNC): New macro.
1481 (LIBES): Use it.
1482 * conf_post.h (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
1483 * fileio.c (Fwrite_region, write_region_inhibit_fsync):
1484 Don't worry about HAVE_FSYNC, since a substitute fsync is
1485 available if the system lacks one.
1486 (Fwrite_regin): Retry fsync if interrupted.
1487
1488 2013-03-13 Eli Zaretskii <eliz@gnu.org>
1489
1490 * w32term.c (w32_read_socket): If the Emacs frame is being
1491 activated, call w32fullscreen_hook, to make sure the new frame
1492 dimensions are in effect. (Bug#13937)
1493
1494 2013-03-13 Dmitry Antipov <dmantipov@yandex.ru>
1495
1496 * xdisp.c (init_iterator): Simplify because both character and byte
1497 positions are either specified or -1. Add eassert. Adjust comment.
1498 * window.c (Fscroll_other_window): Use SET_PT_BOTH because both
1499 character and byte positions can be obtained from marker.
1500
1501 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
1502
1503 Static checking by Sun C 5.12.
1504 * alloc.c (buffer_memory_full) [REL_ALLOC]:
1505 * bytecode.c (exec_byte_code):
1506 * dispnew.c (init_display):
1507 * eval.c (error):
1508 * fileio.c (Fsubstitute_in_file_name):
1509 * keyboard.c (Fevent_convert_list):
1510 * keymap.c (Fsingle_key_description):
1511 * term.c (maybe_fatal, fatal):
1512 * xfns.c (Fx_display_backing_store, Fx_display_visual_class):
1513 * xsmfns.c (Fhandle_save_session):
1514 Omit unreachable code.
1515 * keymap.c (map_keymap_char_table_item): Cast void * to
1516 a function pointer type; the C Standard requires this.
1517
1518 * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.
1519 Include <sys/param.h> unconditionally, as that works elsewhere and
1520 is simpler here. Include <sys/sysctl.h> if DARWIN_OS ||
1521 __FreeBSD__, not if BSD_SYSTEM, since it's needed only for Darwin
1522 and FreeBSD now.
1523
1524 2013-03-11 Paul Eggert <eggert@cs.ucla.edu>
1525
1526 * insdel.c (adjust_after_replace): Use bool for boolean.
1527
1528 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * keyboard.c: Move keyboard decoding to read_key_sequence.
1531 (decode_keyboard_code): Remove.
1532 (tty_read_avail_input): Don't try to decode input.
1533 (read_decoded_char): New function.
1534 (read_key_sequence): Use it.
1535
1536 2013-03-10 Daniel Colascione <dancol@dancol.org>
1537
1538 * w32term.h (GUISTR, GUI_ENCODE_FILE, GUI_ENCODE_SYSTEM, GUI_FN)
1539 (GUI_SDATA, guichar_t): Macros to abstract out differences between
1540 NTGUI_UNICODE and !NTGUI_UNICODE builds, some moved out of
1541 w32fns.c.
1542
1543 * w32term.c (construct_drag_n_drop): Use the above macros to make
1544 drag-and-drop work for non-ASCII filenames in cygw32 builds.
1545
1546 * w32fns.c (x_set_name, x_set_title): Use the above macros to
1547 properly display non-ASCII frame titles in cygw32 builds.
1548
1549 * w32fns.c (Fw32_shell_execute): Use the above macros to properly
1550 call ShellExecute in cygw32 builds.
1551
1552 * w32fn.c (Fx_file_dialog): Use the above macros to simplify the
1553 common file dialog code.
1554
1555 * w32fns.c (Ffile_system_info): Remove from cygw32 builds, which
1556 can just use du like other systems.
1557
1558 * coding.c (from_unicode_buffer): Declare.
1559 * coding.c (from_unicode_buffer): Implement.
1560
1561 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * lread.c: Minor cleanup.
1564 (FROM_FILE_P): New macro.
1565 (skip_dyn_bytes, unreadchar, read1): Use it.
1566 (read_list): Consolidate duplicated code.
1567
1568 * bytecode.c (struct byte_stack): Remove `constants' when unused.
1569
1570 2013-03-10 Eli Zaretskii <eliz@gnu.org>
1571
1572 * xdisp.c (display_tool_bar_line, redisplay_tool_bar)
1573 (redisplay_internal, set_cursor_from_row, try_window)
1574 (try_window_id, dump_glyph_row, extend_face_to_end_of_line)
1575 (display_line, notice_overwritten_cursor)
1576 (mouse_face_from_buffer_pos, note_mouse_highlight):
1577 Use MATRIX_ROW_DISPLAYS_TEXT_P.
1578 (note_mouse_highlight): Use MATRIX_ROW_GLYPH_START.
1579 (mouse_face_from_string_pos, fast_find_string_pos):
1580 Use MATRIX_ROW_VPOS.
1581
1582 * xfns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P.
1583
1584 * w32fns.c (Fx_show_tip): Use MATRIX_ROW_DISPLAYS_TEXT_P.
1585
1586 * xdisp.c (try_cursor_movement): Use MATRIX_ROW and
1587 MATRIX_MODE_LINE_ROW.
1588
1589 * dispnew.c (update_window): Use MATRIX_ROW and MATRIX_MODE_LINE_ROW.
1590
1591 2013-03-10 handa <handa@gnu.org>
1592
1593 * lisp.h (adjust_after_replace): Extern it.
1594
1595 * coding.c (detect_coding): Cound the heading ASCII bytes in the
1596 case of detection for coding_category_utf_8_auto.
1597 (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]:
1598 Skip decoding if all bytes are ASCII.
1599
1600 * insdel.c (adjust_after_replace): Make it public. New arg
1601 text_at_gap_tail.
1602 (adjust_after_insert): Call adjust_after_replace with the new arg
1603 value 0.
1604
1605 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * keyboard.h (EVENT_START, EVENT_END, POSN_WINDOW, POSN_POSN)
1608 (POSN_WINDOW_POSN, POSN_TIMESTAMP): Be careful since events may come
1609 from Elisp via unread-command-events.
1610
1611 * keyboard.c (access_keymap_keyremap): Accept nil return value from
1612 functions to mean "no change".
1613
1614 2013-03-08 Paul Eggert <eggert@cs.ucla.edu>
1615
1616 region-cache.c, scroll.c, search.c: Use bool for booleans.
1617 * lisp.h (compile_pattern):
1618 * scroll.c (do_scrolling, do_direct_scrolling):
1619 * search.c (struct regexp_cache, compile_pattern_1)
1620 (compile_pattern, string_match_1, search_command)
1621 (trivial_regexp_p, search_buffer, Freplace_match, match_limit)
1622 (search_regs_saved, Fregexp_quote):
1623 Use bool for boolean.
1624 * region-cache.c (region_cache_forward, region_cache_backward):
1625 Fix comments to match code: these functions return int, not boolean.
1626
1627 2013-03-08 Dmitry Antipov <dmantipov@yandex.ru>
1628
1629 * search.c (find_newline): Accept start and end byte positions
1630 as arguments and allow -1 if not known.
1631 (find_newline_no_quit): Likewise for start position.
1632 * lisp.h (find_newline, find_newline_no_quit): Adjust prototype.
1633 * bidi.c (bidi_find_paragraph_start): Pass byte position to
1634 find_newline_no_quit, thus eliminating CHAR_TO_BYTE.
1635 * editfns.c (Fconstrain_to_field): Break long line.
1636 Adjust call to find_newline.
1637 * indent.c (vmotion): Adjust calls to find_newline_no_quit.
1638 Use DEC_BOTH to start next search from the previous buffer
1639 position, where appropriate.
1640 * xdisp.c (back_to_previous_line_start, forward_to_next_line_start)
1641 (get_visually_first_element, move_it_vertically_backward): Likewise.
1642 Obtain byte position from the display iterator, where appropriate.
1643
1644 2013-03-08 Paul Eggert <eggert@cs.ucla.edu>
1645
1646 print.c, process.c: Use bool for booleans.
1647 * lisp.h (wait_reading_process_output):
1648 * print.c (print_output_debug_flag, PRINTDECLARE, printchar)
1649 (strout, debug_output_compilation_hack, float_to_string, print)
1650 (print_object):
1651 * process.c (kbd_is_on_hold, inhibit_sentinels, process_output_skip)
1652 (decode_status, status_message, create_process, create_pty)
1653 (Fmake_network_process, Fnetwork_interface_info)
1654 (wait_reading_process_output, read_process_output)
1655 (write_queue_push, write_queue_pop, process_send_signal)
1656 (handle_child_signal, keyboard_bit_set, kbd_on_hold_p):
1657 * process.h (struct Lisp_Process, inhibit_sentinels, kbd_on_hold_p):
1658 Use bool for booleans.
1659 * process.c (Fnetwork_interface_list): Remove unused local.
1660 (connect_counter): Now EMACS_INT, not int.
1661
1662 2013-03-08 Dmitry Antipov <dmantipov@yandex.ru>
1663
1664 * bidi.c (bidi_fetch_char): Swap first and second arguments
1665 to match other functions accepting character and byte positions.
1666 Adjust comment.
1667 (bidi_resolve_explicit_1, bidi_level_of_next_char): Adjust users.
1668 (bidi_paragraph_init): Likewise. Use DEC_BOTH which is faster
1669 when you need just to move to the previous buffer position.
1670 * xdisp.c (Fcurrent_bidi_paragraph_direction): Use DEC_BOTH.
1671
1672 2013-03-07 Eli Zaretskii <eliz@gnu.org>
1673
1674 * .gdbinit (prowlims): Display the enabled_p flag of the row.
1675
1676 2013-03-07 Dmitry Antipov <dmantipov@yandex.ru>
1677
1678 Avoid character to byte conversions in motion subroutines.
1679 * indent.h (compute_motion, vmotion): Add byte position argument.
1680 * indent.c (compute_motion): Use it and avoid CHAR_TO_BYTE.
1681 Add eassert.
1682 (Fcompute_motion): Break long line. Adjust call to compute_motion.
1683 Use list5 for return value.
1684 (vmotion): Use byte position argument and avoid call to CHAR_TO_BYTE.
1685 Adjust comments, style and calls to compute_motion.
1686 (Fvertical_motion): Adjust call to vmotion.
1687 * window.c (Fdelete_other_windows_internal): Record window start
1688 byte position and adjust call to vmotion.
1689 (window_scroll_line_based): Likewise with call to compute_motion.
1690 Use SET_PT_BOTH.
1691 (Frecenter): Adjust calls to vmotion.
1692
1693 2013-03-07 Dmitry Antipov <dmantipov@yandex.ru>
1694
1695 * lisp.h (list2i, list3i): New functions.
1696 (list4i): Move from window.c and make LISP_INLINE.
1697 * editfns.c (make_lisp_time):
1698 * fns.c (Flocale_info):
1699 * keyboard.c (parse_modifiers):
1700 * xterm.c (x_ewmh_activate_frame): Use list2i.
1701 * instel.c (signal_after_change):
1702 * nsfns.m (Fx_server_version, Fxw_color_values):
1703 * w32fns.c (Fxw_color_values, Fx_server_version):
1704 * xfns.c (Fxw_color_values, Fx_server_version): Use list3i.
1705 * fileio.c (Fvisited_file_modtime):
1706 * nsfns.m (Fns_display_usable_bounds):
1707 * w32.c (ltime): Use list4i.
1708
1709 2013-03-06 Eli Zaretskii <eliz@gnu.org>
1710
1711 * search.c (find_newline_no_quit): Rename from find_next_newline.
1712 Add commentary.
1713
1714 * lisp.h (find_newline_no_quit): Rename prototype.
1715
1716 * xdisp.c (back_to_previous_line_start)
1717 (forward_to_next_line_start, get_visually_first_element)
1718 (move_it_vertically_backward): Callers of find_newline_no_quit changed.
1719 * indent.c (vmotion): Callers of find_newline_no_quit changed.
1720 * bidi.c (bidi_find_paragraph_start): Callers of
1721 find_newline_no_quit changed.
1722
1723 * msdos.c: Change encoding to cp850. (Bug#13879)
1724 (fr_keyboard, it_keyboard, dk_keyboard): Update keyboard layouts.
1725
1726 2013-03-06 Dmitry Antipov <dmantipov@yandex.ru>
1727
1728 Coding system support cleanup and minor refactoring.
1729 * coding.h (enum coding_result_code): Remove
1730 CODING_RESULT_INCONSISTENT_EOL and CODING_RESULT_INSUFFICIENT_MEM.
1731 (toplevel): Remove unused CODING_MODE_INHIBIT_INCONSISTENT_EOL.
1732 (CODING_MODE_LAST_BLOCK, CODING_MODE_SELECTIVE_DISPLAY)
1733 (CODING_MODE_DIRECTION, CODING_MODE_FIXED_DESTINATION)
1734 (CODING_MODE_SAFE_ENCODING): Rearrange bit values.
1735 (decode_coding_region, encode_coding_region, decode_coding_string):
1736 Remove unused compatibility macros.
1737 * coding.c (Qinconsistent_eol, Qinsufficient_memory): Remove.
1738 (record_conversion_result): Adjust user.
1739 (syms_of_coding): Likewise.
1740 (ALLOC_CONVERSION_WORK_AREA): Use SAFE_ALLOCA.
1741 (decode_coding, encode_coding): Add USE_SAFE_ALLOCA and SAFE_FREE.
1742 (decode_coding_object): Simplify since xrealloc never returns NULL.
1743 Add eassert.
1744
1745 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
1746
1747 Fix a build failure on OpenBSD 4.x and MirBSD (Bug#13881).
1748 * sysdep.c (list_system_processes)
1749 [BSD_SYSTEM && !DARWIN_OS && !__FreeBSD__]:
1750 Make it a stub in this case; otherwise the build might fail,
1751 and this code hasn't been tested on such hosts anyway.
1752 Problem reported by Nelson H. F. Beebe in
1753 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>
1754 and analyzed by Jérémie Courrèges-Anglas in
1755 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00062.html>.
1756
1757 2013-03-06 Dmitry Antipov <dmantipov@yandex.ru>
1758
1759 * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.
1760 * xdisp.c (back_to_previous_line_start, forward_to_next_line_start)
1761 (get_visually_first_element, move_it_vertically_backward): Ajust users.
1762 * bidi.c (bidi_find_paragraph_start): Likewise.
1763 * indent.c (vmotion): Likewise.
1764
1765 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
1766
1767 FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
1768 * filelock.c: Include <c-ctype.h>.
1769 (MAX_LFINFO): New top-level constant.
1770 (lock_info_type): Remove members pid, boot_time. Add members at,
1771 dot, colon. Change user member to be the entire buffer, not a
1772 pointer. This allows us to handle the case where a foreign
1773 pid or boot time exceeds the local range. All uses changed.
1774 (LINKS_MIGHT_NOT_WORK): New constant.
1775 (FREE_LOCK_INFO): Remove, as the pieces no longer need freeing.
1776 (defined_WINDOWSNT): Remove.
1777 (MAKE_LOCK_NAME, file_in_lock_file_name):
1778 Always use .#FILE (not .#-FILE) for the file lock,
1779 even if it is a regular file.
1780 (rename_lock_file): New function.
1781 (create_lock_file): Use it.
1782 (create_lock_file, read_lock_data):
1783 Prefer a symbolic link for the lock file, falling back on a
1784 regular file if symlinks don't work. Do not try to create
1785 symlinks on MS-Windows, due to security hassles. Stick with
1786 POSIXish functions (open, read, write, close, fchmod, readlink, symlink,
1787 link, rename, unlink, mkstemp) when creating locks, as a GNUish
1788 host may be using a Windowsish file system, and cannot use
1789 MS-Windows-only system calls. Fall back on mktemp if mkstemp
1790 doesn't work. Don't fail merely because of a symlink-contents
1791 length limit in the current file system; fall back on regular
1792 files. Increase the symlink contents length limit to 8 KiB, this
1793 should be big enough for any real use and doesn't crunch the
1794 stack.
1795 (create_lock_file, lock_file_1, read_lock_data):
1796 Simplify allocation of lock file buffers now that they fit in 8 KiB.
1797 (lock_file_1): Return error number, not bool. All callers changed.
1798 (ELOOP): New macro, if not already defined.
1799 (read_lock_data): Return size of lock file contents, not Lisp object.
1800 All callers changed. Handle a race condition if some other process
1801 replaces a regular-file lock with a symlink lock or vice versa,
1802 while we're trying to read the lock.
1803 (current_lock_owner): Parse contents more carefully, to help avoid
1804 confusing a regular-file lock with some other application's use
1805 of the file. Check for lock file contents being too long, or
1806 not parsing correctly.
1807 (current_lock_owner, lock_file):
1808 Allow foreign pid and boot times that exceed the local range.
1809 (current_lock_owner, lock_if_free, lock_file):
1810 Simplify allocation of lock file contents.
1811 * w32.c (sys_rename_replace): New function, containing most of
1812 the contents of the old sys_rename.
1813 (sys_rename): Use it.
1814 (fchmod): New dummy function.
1815 * w32.h (sys_rename_replace, fchmod): New decls.
1816
1817 2013-03-05 Eli Zaretskii <eliz@gnu.org>
1818
1819 * bidi.c (bidi_resolve_explicit_1): Don't call CHAR_TO_BYTE or
1820 bidi_count_bytes, as the callers now arrange for bidi_it->charpos
1821 to be in sync with bidi_it->bytepos. Suggested by Dmitry Antipov
1822 <dmantipov@yandex.ru>.
1823
1824 2013-03-05 Dmitry Antipov <dmantipov@yandex.ru>
1825
1826 * composite.c (get_composition_id, fill_gstring_header):
1827 Use make_uninit_vector where appropriate.
1828 * font.c (Ffont_get_glyphs, build_style_table): Likewise.
1829 * xselect.c (clean_local_selection_data): Likewise.
1830
1831 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1832
1833 Fix misuse of ImageMagick that caused core dump (Bug#13846).
1834 * image.c (imagemagick_load_image): Calculate height and width
1835 after flattening the image, not before.
1836
1837 2013-03-04 Dmitry Antipov <dmantipov@yandex.ru>
1838
1839 * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.
1840 * ftfont.c (ftfont_shape_by_flt): Likewise.
1841 * w32uniscribe.c (uniscribe_shape): Likewise.
1842
1843 2013-03-02 Paul Eggert <eggert@cs.ucla.edu>
1844
1845 The lock for FILE is now .#FILE or .#-FILE (Bug#13807).
1846 The old approach, which fell back on DIR/.#FILE.0 through
1847 DIR/.#FILE.9, had race conditions that could not be easily fixed.
1848 If DIR/.#FILE is a non-symlink file, Emacs now does not create a
1849 lock file for DIR/FILE; that is, DIR/FILE is no longer partly
1850 protected by a lock if DIR/.#FILE is a non-symlink file ("partly"
1851 because the locking mechanism was never reliable in that case).
1852 This patch fixes this and other bugs discovered by a code
1853 inspection that was prompted by
1854 <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00531.html>.
1855 Also, this patch switches to .#-FILE (not .#FILE) on MS-Windows,
1856 to avoid interoperability problems between the MS-Windows and
1857 non-MS-Windows implementations. MS-Windows and non-MS-Windows
1858 instances of Emacs now ignore each others' locks.
1859 * filelock.c (defined_WINDOWSNT): New constant.
1860 (MAKE_LOCK_NAME, fill_in_lock_file_name):
1861 Don't create DIR/.#FILE.0 through DIR/.#FILE.9. Instead, create
1862 DIR/.#FILE symlinks on non-MS-Windows hosts, and DIR/.#-FILE
1863 regular files on MS-Windows hosts.
1864 (MAKE_LOCK_NAME, unlock_file, Ffile_locked_p):
1865 Use SAFE_ALLOCA to avoid problems with long file names.
1866 (MAX_LFINFO): Now a local constant, not a global macro.
1867 (IS_LOCK_FILE): Remove.
1868 (lock_file_1): Don't inspect errno if symlink call succeeds;
1869 that's not portable.
1870 (lock_file): Document that this function can return if lock
1871 creation fails.
1872 (lock_file): Don't access freed storage.
1873
1874 2013-03-02 Andreas Schwab <schwab@linux-m68k.org>
1875
1876 * lisp.h (XPNTR) [!USE_LSB_TAG]: Remove extra paren. (Bug#13734)
1877
1878 2013-03-02 Paul Eggert <eggert@cs.ucla.edu>
1879
1880 * textprop.c: Use bool for booleans.
1881 (validate_interval_range, Fadd_text_properties)
1882 (Fremove_text_properties): Prefer bool to int when either works.
1883
1884 2013-03-02 Eli Zaretskii <eliz@gnu.org>
1885
1886 * textprop.c (Fadd_text_properties, Fremove_text_properties):
1887 If the interval tree changes as a side effect of calling
1888 modify_region, re-do processing starting from the call to
1889 validate_interval_range. (Bug#13743)
1890
1891 2013-02-28 Eli Zaretskii <eliz@gnu.org>
1892
1893 * w32.c (sys_open): Don't reset the flags for FD in fd_info[].
1894 (Bug#13546).
1895
1896 2013-02-27 Eli Zaretskii <eliz@gnu.org>
1897
1898 * filelock.c (create_lock_file) [WINDOWSNT]: Use _sopen with
1899 _SH_DENYRW flag, instead of emacs_open, to deny any other process
1900 access to the lock file until it is written and closed.
1901 (Bug#13807)
1902
1903 2013-02-27 Paul Eggert <eggert@cs.ucla.edu>
1904
1905 * callint.c (Qcall_interactively):
1906 * macros.c (Qexecute_kbd_macro):
1907 Now static.
1908
1909 2013-02-26 Bastien Guerry <bzg@gnu.org>
1910
1911 * window.c (Frecenter): Tiny docstring enhancement.
1912
1913 2013-02-26 Paul Eggert <eggert@cs.ucla.edu>
1914
1915 Minor textprop integer cleanup.
1916 * intervals.h, textprop.c (add_text_properties_from_list):
1917 Return void, not int, since nobody uses the return value.
1918 * textprop.c (validate_plist, add_properties, remove_properties)
1919 (Fadd_text_properties):
1920 Don't assume list length fits in int.
1921 (interval_has_all_properties, interval_has_some_properties)
1922 (interval_has_some_properties_list, add_properties, remove_properties)
1923 (Fadd_text_properties, Fremove_text_properties)
1924 (Fremove_list_of_text_properties, text_property_stickiness):
1925 Use bool for booleans.
1926 (Fadd_text_properties, Fremove_text_properties):
1927 (Fremove_list_of_text_properties):
1928 Reindent do-while as per GNU style.
1929
1930 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1931
1932 Implement CLASH_DETECTION for MS-Windows.
1933
1934 * filelock.c [WINDOWSNT]: Include w32.h.
1935 (MAKE_LOCK_NAME): Don't use 'lock', it clashes with MS runtime
1936 function of that name. Up-case the macro arguments.
1937 (IS_LOCK_FILE): New macro.
1938 (fill_in_lock_file_name): Use IS_LOCK_FILE instead of S_ISLNK.
1939 (create_lock_file): New function, with body extracted from
1940 lock_file_1.
1941 [WINDOWSNT]: Implement lock files by writing a regular file with
1942 the lock information as its contents.
1943 (read_lock_data): New function, on Posix platforms just calls
1944 emacs_readlinkat.
1945 [WINDOWSNT]: Read the lock info from the file.
1946 (current_lock_owner): Call read_lock_data instead of calling
1947 emacs_readlinkat directly.
1948 (lock_file) [WINDOWSNT]: Run the file name through
1949 dostounix_filename.
1950
1951 * w32proc.c (sys_kill): Support the case of SIG = 0, in which case
1952 just check if the process by that PID exists.
1953
1954 * w32.c (sys_open): Don't reset the _O_CREAT flag if _O_EXCL is
1955 also present, as doing so will fail to error out if the file
1956 already exists.
1957
1958 * makefile.w32-in ($(BLD)/filelock.$(O)): Depend on src/w32.h.
1959
1960 * textprop.c (Fadd_text_properties, Fremove_text_properties)
1961 (Fremove_list_of_text_properties): Skip all of the intervals in
1962 the region between START and END that already have resp. don't
1963 have the requested properties, not just the first one.
1964 Add assertions that the loop afterwards always modifies the
1965 properties. (Bug#13743)
1966
1967 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * callint.c (Fcall_interactively): Use the right lexical environment
1970 for `interactive' specs (bug#13811).
1971 * eval.c (Feval): Accept a lexical environment.
1972
1973 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
1974
1975 Simplify data_start configuration (Bug#13783).
1976 This is a followon simplification to the fix for Bug#13650.
1977 * Makefile.in (LD_FIRSTFLAG, LIB_GCC, CRT_DIR, LIB_STANDARD)
1978 (START_FILES): Remove. All uses removed.
1979 (otherobj): Remove $(VMLIMIT_OBJ), as it's now first.
1980 (ALLOBJS): Move here from autodeps.mk, and with VMLIMITS_OBJ first.
1981 (buildobj.h): Use it.
1982 ($(ALLOBJS)): Depend on globals.h.
1983 (temacs$(EXEEXT)): Use $(ALLOBJS).
1984 * autodeps.mk (ALLOBJS): Move to Makefile.in.
1985 * deps.mk (vm-limit.o):
1986 * makefile.w32-in ($(BLD)/vm-limit.$(O)):
1987 Do not depend on mem-limits.h.
1988 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
1989 (__do_global_dtors, __CTOR_LIST__, __DTOR_LIST__)
1990 [__GNUC__ && !ORDINARY_LINK]: Remove.
1991 * mem-limits.h, pre-crt0.c: Remove.
1992 * unexaix.c, unexcoff.c: Don't include mem-limits.h.
1993 * unexcoff.c (etext): New decl.
1994 (make_hdr): Use DATA_START instead of start_of_data.
1995 * vm-limit.c: Move most of mem-limits.h's contents here.
1996 (data_start): New decl. It's OK if this is approximate,
1997 so simplify-away some unnecessary exactness.
1998 (POINTER): Remove; all uses removed.
1999 (data_space_start): Now char *, to avoid casts.
2000 (exceeds_lisp_ptr): New function, replacing the old
2001 EXCEEDS_LISP_PTR macro. All uses changed.
2002 (check_memory_limits): Simplify and remove casts.
2003 (start_of_data) [!CANNOT_DUMP || !SYSTEM_MALLOC]: Remove.
2004 (memory_warnings): Use data_start instead of start_of_data.
2005
2006 2013-02-24 Andreas Schwab <schwab@linux-m68k.org>
2007
2008 * xdisp.c (set_message): Only check for debug-on-message if STRING
2009 is a string. (Bug#13797)
2010
2011 2013-02-24 Paul Eggert <eggert@cs.ucla.edu>
2012
2013 Fix regression introduced by July 10 filelock.c patch.
2014 * filelock.c (fill_in_lock_file_name): Fix crash caused by the
2015 2012-07-10 patch to this file. Reported by Eli Zaretskii in
2016 <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00533.html>
2017 and diagnosed by Andreas Schwab in
2018 <http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00534.html>.
2019
2020 2013-02-22 Paul Eggert <eggert@cs.ucla.edu>
2021
2022 Assume C89 or better.
2023 * ralloc.c (SIZE, POINTER, NIL):
2024 * vm-limit.c (POINTER):
2025 Remove, replacing all uses with C89 equivalents. These old
2026 symbols were present only for porting to pre-C89 platforms.
2027
2028 2013-02-22 Claudio Bley <claudio.bley@gmail.com>
2029
2030 * w32.c (emacs_gnutls_pull): Don't call 'select', and don't loop.
2031 This avoids warning messages reported as part of Bug#13546.
2032
2033 2013-02-21 Ken Brown <kbrown@cornell.edu>
2034
2035 * sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
2036
2037 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * sheap.c (report_sheap_usage): Prefer message1_nolog.
2040
2041 * keyboard.c (Qcommand_execute): New var.
2042 (command_loop_1, read_char): Use it.
2043 (Fcommand_execute): Remove, replace by an Elisp implementation.
2044 (syms_of_keyboard): Adjust accordingly.
2045
2046 2013-02-19 Daniel Colascione <dancol@dancol.org>
2047
2048 * sheap.c (report_sheap_usage): Use message, not message1, so
2049 that we don't try to create a buffer while we're in the middle
2050 of dumping Emacs. Explain why.
2051
2052 2013-02-20 Dmitry Antipov <dmantipov@yandex.ru>
2053
2054 * search.c (find_newline): Return byte position in bytepos.
2055 Adjust comment.
2056 (find_next_newline_no_quit, find_before_next_newline):
2057 Add bytepos argument.
2058 * lisp.h (find_newline, find_next_newline_no_quit)
2059 (find_before_next_newline): Adjust prototypes.
2060 * bidi.c (bidi_find_paragraph_start):
2061 * editfns.c (Fconstrain_to_field, Fline_end_position):
2062 * indent.c (compute_motion, vmotion):
2063 * xdisp.c (back_to_previous_line_start, forward_to_next_line_start):
2064 (get_visually_first_element, move_it_vertically_backward):
2065 Adjust users and avoid calls to CHAR_TO_BYTE where appropriate.
2066
2067 2013-02-19 Eli Zaretskii <eliz@gnu.org>
2068
2069 * w32proc.c (new_child): Avoid leaking handles if the subprocess
2070 resources were not orderly released.
2071
2072 2013-02-17 Eli Zaretskii <eliz@gnu.org>
2073
2074 * xdisp.c (x_draw_vertical_border): For a window that is neither
2075 the leftmost nor the rightmost, redraw both the left and the right
2076 vertical borders. (Bug#13723)
2077
2078 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2079
2080 * xml.c (init_libxml2_functions):
2081 * sound.c (sound_warning):
2082 * sheap.c (report_sheap_usage):
2083 * process.c (wait_reading_process_output):
2084 * msdos.c (XMenuActivate):
2085 * macros.c (Fstart_kbd_macro, Fend_kbd_macro):
2086 * keyboard.c (top_level_1):
2087 * editfns.c (Fmessage, Fmessage_box):
2088 * callint.c (Fcall_interactively):
2089 * fns.c (Fyes_or_no_p): Prefer `message1' over `message'.
2090
2091 2013-02-17 Jan Djärv <jan.h.d@swipnet.se>
2092
2093 * xterm.c (syms_of_xterm): Move scroll-bar-adjust-thumb-portion ...
2094 * frame.c (syms_of_frame): ... to here.
2095
2096 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2097
2098 * w32.c (sys_chown): Remove unused function.
2099
2100 * w32term.c <input_signal_count>: Declare 'volatile'
2101 unconditionally. (Bug#9066)
2102
2103 * w32.c (set_errno): Reset h_errno and don't set it to any other
2104 value. Set errno instead.
2105 (check_errno): Reset h_errno.
2106 (sys_socket, socket_to_fd, sys_bind, sys_connect)
2107 (sys_gethostname, sys_getservbyname, sys_getpeername)
2108 (sys_shutdown, sys_setsockopt, sys_listen, sys_getsockname)
2109 (sys_accept, sys_recvfrom, sys_sendto, fcntl, sys_read): Don't set
2110 h_errno.
2111 (sys_gethostbyname): Set h_errno only errors detected.
2112
2113 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
2114
2115 * process.c (h_errno) [!HAVE_H_ERRNO]: Remove unused decl.
2116
2117 2013-02-15 Eli Zaretskii <eliz@gnu.org>
2118
2119 * keyboard.c (read_char): Fix calculation of auto-save time out
2120 when auto-save-timeout is less than 4. (Bug#13720)
2121
2122 * w32proc.c (new_child): Free up to 2 slots of dead processes at a
2123 time. Improve diagnostics in DebPrint. (Bug#13546)
2124
2125 * w32.c (sys_socket, sys_bind, sys_connect, sys_gethostname)
2126 (sys_gethostbyname, sys_getservbyname, sys_getpeername)
2127 (sys_shutdown, sys_setsockopt, sys_listen, sys_getsockname)
2128 (sys_accept, sys_recvfrom, sys_sendto, fcntl): In case of failure,
2129 make sure errno is set to an appropriate value. (Bug#13546)
2130 (socket_to_fd): Add assertion against indexing fd_info[] with a
2131 value that is out of bounds.
2132 (sys_accept): If fd is negative, do not set up the child_process
2133 structure for reading.
2134
2135 2013-02-15 Dmitry Antipov <dmantipov@yandex.ru>
2136
2137 * composite.c (fill_gstring_header): Remove useless prototype.
2138 Break long line.
2139 * lisp.h (message_dolog, compile_pattern): Adjust prototype.
2140 * print.c (PRINTDECLARE, print_object):
2141 * search.c (compile_pattern, fast_looking_at, search_buffer):
2142 (simple_search, boyer_moore, Freplace_match):
2143 * xdisp.c (c_string_pos, number_of_chars, message_dolog):
2144 (get_overlay_arrow_glyph_row, display_mode_element):
2145 (decode_mode_spec_coding, message3):
2146 * xfaces.c (face_at_string_position): Use bool for booleans.
2147 Adjust comments.
2148
2149 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
2150
2151 Fix AIX port (Bug#13650).
2152 * lisp.h (XPNTR) [!USE_LSB_TAG && DATA_SEG_BITS]:
2153 Fix bug introduced in 2012-07-27 change. DATA_SEG_BITS, if set,
2154 was #undeffed earlier, so it cannot be used as a macro here.
2155 Use the constant and not the macro.
2156
2157 2013-02-15 Eli Zaretskii <eliz@gnu.org>
2158
2159 * w32proc.c (new_child): If no vacant slots are found in
2160 child_procs[], make another pass looking for slots whose process
2161 has exited or died. (Bug#13546)
2162
2163 * w32.c (sys_pipe): When failing due to file descriptors above
2164 MAXDESC, set errno to EMFILE.
2165 (_sys_read_ahead): Update cp->status when failing to read serial
2166 communications input, so that the status doesn't stay at
2167 STATUS_READ_IN_PROGRESS. (Bug#13546)
2168
2169 2013-02-14 Jan Djärv <jan.h.d@swipnet.se>
2170
2171 * gtkutil.c (tb_size_cb): New function.
2172 (xg_create_tool_bar): Connect size-allocate to tb_size_cb (Bug#13512).
2173
2174 2013-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * keyboard.c (active_maps): Fcurrent_active_maps expects a position, not
2177 an event.
2178
2179 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * keyboard.c (syms_of_keyboard): Further tweaks of docstring.
2182
2183 2013-02-13 Dmitry Antipov <dmantipov@yandex.ru>
2184
2185 * font.c (font_range): Add pos_byte argument. Adjust comment
2186 and break long line.
2187 * font.h (font_range): Adjust prototype.
2188 * composite.c (autocmp_chars): Pass byte position to font_range.
2189 Break long line. Remove useless prototype and format comment.
2190
2191 2013-02-13 Glenn Morris <rgm@gnu.org>
2192
2193 * keyboard.c (input-decode-map, key-translation-map): Doc fixes.
2194
2195 2013-02-13 Paul Eggert <eggert@cs.ucla.edu>
2196
2197 Improve AIX port some more (Bug#13650).
2198 With this, it should be as good as it was in 23.3, though it's
2199 still pretty bad: the dumped emacs does not run. See Mark Fleishman in
2200 http://lists.gnu.org/archive/html/help-gnu-emacs/2011-04/msg00287.html
2201 * unexaix.c (start_of_text): Remove.
2202 (_data, _text): Declare as char[], not int, as AIX manual suggests.
2203 (bias, lnnoptr, text_scnptr, data_scnptr, load_scnptr)
2204 (orig_load_scnptr, orig_data_scnptr):
2205 Now off_t, not long, since they are file offsets.
2206 (make_hdr): Use _data, not start_of_data ().
2207 This is the key part of the fix.
2208 (make_hdr, unrelocate_symbols): Use off_t for file offsets.
2209 (unrelocate_symbols): Cast pointers to intptr_t, not to ulong.
2210
2211 * pre-crt0.c (data_start): Initialize to 1.
2212 This ports to compilers that optimize the external declaration
2213 'int x = 0;' as if it were 'int x;' to shrink the executable.
2214
2215 Improve AIX port (Bug#13650).
2216 This doesn't fix the bug, but it makes progress: Emacs builds now.
2217 * unexaix.c: Include inttypes.h, stdarg.h.
2218 (report_error, report_error_1): Mark as _Noreturn.
2219 (report_error): Don't report the wrong errno.
2220 (report_error_1): Now varargs. All callers changed.
2221 (make_hdr): Use uintptr_t, not unsigned, when converting pointers
2222 to unsigned. Don't use ADDR_CORRECT, as it no longer exists.
2223 (write_ptr): Use %p to print address rather than %lx and a cast
2224 to unsigned long. Grow buffer a bit, to be safer.
2225
2226 2013-02-13 Eli Zaretskii <eliz@gnu.org>
2227
2228 * bidi.c (bidi_resolve_neutral): After finding the next
2229 non-neutral character, accept NEUTRAL_ON type as well, because
2230 directional control characters, such as LRE and RLE, have their
2231 type converted to that by bidi_resolve_weak. This avoids aborts
2232 when LRE/RLE follows a run of neutrals.
2233 (bidi_move_to_visually_next): Assert that return value of
2234 bidi_peek_at_next_level is non-negative. Negative values will
2235 cause an infloop.
2236
2237 2013-02-13 Paul Eggert <eggert@cs.ucla.edu>
2238
2239 Minor getenv-related fixes.
2240 * callproc.c (Fcall_process_region) [!DOS_NT]:
2241 Avoid unnecessary duplicate call to getenv.
2242 * callproc.c (init_callproc):
2243 * dispnew.c (init_display):
2244 * sysdep.c (sys_subshell):
2245 Omit unnecessary cast of getenv or egetenv.
2246
2247 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2248
2249 * makefile.w32-in ($(BLD)/filelock.$(O), $(BLD)/sysdep.$(O)):
2250 Update dependencies.
2251
2252 2013-02-12 Eli Zaretskii <eliz@gnu.org>
2253
2254 * xdisp.c (redisplay_internal): Don't set w->region_showing to the
2255 marker's position.
2256 (display_line): Set w->region_showing to the value of
2257 it->region_beg_charpos, not to -1. This fixes redisplay
2258 optimization when cursor is moved up after M->. (Bug#13623)
2259 (Bug#13626)
2260 (try_scrolling): Scroll text up more if point is too close to ZV
2261 and inside the scroll margin. This makes sure point is moved
2262 outside the scroll margin in these cases.
2263
2264 * window.h (struct window): region_showing can no longer be
2265 negative.
2266
2267 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
2268
2269 Tune by using memchr and memrchr.
2270 * doc.c (Fsnarf_documentation):
2271 * fileio.c (Fsubstitute_in_file_name):
2272 * search.c (find_newline, scan_newline):
2273 * xdisp.c (pos_visible_p, display_count_lines):
2274 Use memchr and memrchr rather than scanning byte-by-byte.
2275 * search.c (find_newline): Rename from scan_buffer.
2276 Omit first arg TARGET, as it's always '\n'. All callers changed.
2277
2278 Clean up read_key_sequence a tiny bit more.
2279 * keyboard.c (read_char_x_menu_prompt) [HAVE_MENUS]:
2280 (read_key_sequence): Remove unused locals.
2281
2282 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 Clean up read_key_sequence a bit; reread active keymaps after first event.
2285 * keyboard.c (read_char, read_char_x_menu_prompt)
2286 (read_char_minibuf_menu_prompt):
2287 Replace nmaps+maps with a single `map' arg.
2288 (follow_key): Operate on a single map.
2289 (active_maps): New function.
2290 (test_undefined): Also return true for nil bindings.
2291 (read_key_sequence): Use active_maps to replace the arrays of keymaps with
2292 a single (composed) keymap. Remember `first_event' to choose the right
2293 set of active keymaps. Recompute the set of keymaps after receiving
2294 the first event. Remove GOBBLE_FIRST_EVENT.
2295 (syms_of_keyboard): Remove inhibit_local_menu_bar_menus.
2296 * keyboard.h (read_char): Update declaration.
2297 * lread.c (read_filtered_event): Adjust call to read_char.
2298
2299 2013-02-11 Eli Zaretskii <eliz@gnu.org>
2300
2301 * xdisp.c (move_it_vertically_backward, move_it_by_lines):
2302 Don't use the limitation on backwards movement when lines are truncated
2303 in the window. (Bug#13675)
2304
2305 2013-02-11 Dmitry Antipov <dmantipov@yandex.ru>
2306
2307 * marker.c (set_marker_internal): If desired position is passed
2308 as a marker, avoid call to buf_charpos_to_bytepos.
2309 * window.c (Fset_window_point): Omit redundant type checking.
2310 (Fset_window_start): Likewise. Format comment.
2311 (window_scroll_pixel_based): Use set_marker_restricted_both
2312 with character and byte positions obtained from an iterator.
2313 (Fset_window_configuration): Use set_marker_restricted_both.
2314 * xdisp.c (message_dolog): Likewise.
2315
2316 2013-02-10 Eli Zaretskii <eliz@gnu.org>
2317
2318 * xdisp.c (move_it_vertically_backward, move_it_by_lines):
2319 When text lines are longer than window's screen lines, don't move back
2320 too far. This speeds up some redisplay operations. (Bug#13675)
2321
2322 2013-02-10 Dmitry Antipov <dmantipov@yandex.ru>
2323
2324 * syntax.c (scan_sexps_forward): Fix byte position calculation
2325 Bug#13664 (a.k.a Bug#13667) introduced with 2013-02-08 change.
2326
2327 2013-02-10 Paul Eggert <eggert@cs.ucla.edu>
2328
2329 * fileio.c (Fexpand_file_name): Omit confusing pointer comparison
2330 that was not needed.
2331
2332 2013-02-09 Paul Eggert <eggert@cs.ucla.edu>
2333
2334 Minor hashing refactoring.
2335 * fns.c (SXHASH_REDUCE): Move to lisp.h.
2336 (sxhash_float): Return EMACS_UINT, for consistency with the other
2337 hash functions.
2338 * lisp.h (INTMASK): Now a macro, since SXHASH_REDUCE is now a
2339 non-static inline function and therefore can't use static vars.
2340 (SXHASH_REDUCE): Move here from fns.c, and make it inline.
2341 * profiler.c (hashfn_profiler): Use SXHASH_REDUCE, to be consistent
2342 with the other hash functions.
2343
2344 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2345
2346 * callproc.c (Fcall_process_region) [WINDOWSNT]: Make sure the
2347 XXXXXX part of the temporary file pattern is not downcased even
2348 when w32-downcase-file-names is non-nil. (Bug#13661)
2349
2350 * xdisp.c (decode_mode_spec): Remove handling of %t.
2351
2352 * msdos.c (careadlinkatcwd): Remove.
2353
2354 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * lread.c (skip_dyn_bytes): New function (bug#12598).
2357 (read1): Use it. Use getc instead of READCHAR to read bytes.
2358 (load_each_byte): Remove. Update users.
2359
2360 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
2361
2362 * search.c (scan_buffer): Calculate end byte position just once.
2363 (scan_newline): Do not recalculate start_byte.
2364 (search_command): Use eassert.
2365 * syntax.c (struct lisp_parse_state): New member location_byte.
2366 (scan_sexps_forward): Record from_byte and avoid redundant
2367 character to byte position calculation ...
2368 (Fparse_partial_sexp): ... here. Break too long line.
2369
2370 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
2371
2372 * lisp.h (make_uninit_vector): New function.
2373 * alloc.c (Fvector, Fmake_byte_code):
2374 * ccl.c (Fregister_ccl_program):
2375 * charset.c (Fdefine_charset_internal, define_charset_internal):
2376 * coding.c (make_subsidiaries, Fdefine_coding_system_internal):
2377 * composite.c (syms_of_composite):
2378 * font.c (Fquery_font, Ffont_info, syms_of_font):
2379 * fontset.c (FONT_DEF_NEW, Fset_fontset_font):
2380 * ftfont.c (ftfont_shape_by_flt):
2381 * indent.c (recompute_width_table):
2382 * nsselect.m (clean_local_selection_data):
2383 * syntax.c (init_syntax_once):
2384 * w32unsubscribe.c (uniscribe_shape):
2385 * window.c (Fcurrent_window_configuration):
2386 * xfaces.c (Fx_family_fonts):
2387 * xselect.c (selection_data_to_lisp_data): Use it.
2388
2389 2013-02-07 Dmitry Antipov <dmantipov@yandex.ru>
2390
2391 * coding.c (Fdefine_coding_system_internal): Use AREF where
2392 argument is known to be a vector.
2393 * fns.c (Flocale_info): Likewise for ASET.
2394 * xselect.c (selection_data_to_lisp_data): Likewise for ASET.
2395 * w32fns.c (w32_parse_hot_key): Likewise for ASIZE and AREF.
2396
2397 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2398
2399 * nsmenu.m (update_frame_tool_bar): Check for negative tool bar
2400 height.
2401
2402 * nsterm.h (HAVE_NATIVE_FS): Define if OSX => 10.7.
2403 (EmacsView): Add fs_is_native, fsIsNative, isFullscreen and
2404 updateCollectionBehaviour.
2405
2406 * nsterm.m (NEW_STYLE_FS): Remove.
2407 (ns_last_use_native_fullscreen): New variable.
2408 (x_make_frame_visible): Replace NEW_STYLE_FS with isFullscreen.
2409 (x_set_window_size): Do not take title bar and tool bar into account
2410 if isFullscreen returns YES.
2411 (ns_fullscreen_hook): Replace NEW_STYLE_FS with isFullscreen.
2412 (check_native_fs): New function.
2413 (ns_select, ns_read_socket): Call check_native_fs if HAVE_NATIVE_FS.
2414 (ns_term_init): Remove NEW_STYLE_FS.
2415 (updateFrameSize:, windowWillResize:toSize:): Only adjust for title bar
2416 and tool bar if isFullscreen returns NO.
2417 (windowDidResize:): Replace NEW_STYLE_FS with fsIsNative.
2418 (initFrameFromEmacs:): Initialize fs_is_native. Replace NEW_STYLE_FS
2419 with HAVE_NATIVE_FS.
2420 (window:willUseFullScreenPresentationOptions:): New method.
2421 (windowDidEnterFullScreen:): Replace NEW_STYLE_FS with fsIsNative.
2422 Hide toolbar if not enabled (Bug#13444).
2423 (windowDidExitFullScreen:): Call updateCollectionBehaviour.
2424 Restore tool bar if enabled, hide it otherwise (Bug#13444).
2425 (fsIsNative, isFullscreen, updateCollectionBehaviour): New methods.
2426 (toggleFullScreen:): If fs_is_native, call toggleFullScreen on
2427 window. Do no set FRAME_EXTERNAL_TOOL_BAR (f) to 0.
2428 Check FRAME_EXTERNAL_TOOL_BAR (f) before restoring
2429 FRAME_TOOLBAR_HEIGHT (f). Call updateFrameSize when going non-fs.
2430 (syms_of_nsterm): Add ns-use-native-fullscreen.
2431
2432 2013-02-04 Paul Eggert <eggert@cs.ucla.edu>
2433
2434 * fileio.c (Qchoose_write_coding_system): Now static.
2435
2436 2013-02-04 Eli Zaretskii <eliz@gnu.org>
2437
2438 * xdisp.c (window_buffer_changed): region_showing can be negative,
2439 which still means region is being displayed.
2440 (redisplay_internal): Resurrect code that forced redisplay of the
2441 whole window when showing region and the mark has changed.
2442 Record the new mark position to allow redisplay optimizations.
2443 (display_line): If it->region_beg_charpos is non-zero, set the
2444 window's region_showing member to -1. (Bug#13623) (Bug#13626)
2445
2446 * window.h (struct window) <region_showing>: Declare ptrdiff_t,
2447 not bitfield of 1 bit.
2448
2449 2013-02-03 Daniel Colascione <dancol@dancol.org>
2450
2451 * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
2452 daemon mode works on cygw32 when Emacs is installed and not just
2453 during development.
2454
2455 2013-02-02 Paul Eggert <eggert@cs.ucla.edu>
2456
2457 Avoid file time stamp bug on MS-Windows (Bug#13149).
2458 * fileio.c (Fwrite_region): Don't use the heuristic on empty files,
2459 as FAT32 doesn't update time stamps when truncating them.
2460 Also, check that a file time stamp is not a multiple of 100 ns;
2461 this should catch all instances of the problem on MS-Windows,
2462 as its native file system resolution is 100 ns or worse, and
2463 checking for a non-multiple of 100 ns should impose only a small
2464 overhead on systems with ns resolution.
2465
2466 2013-02-02 Eli Zaretskii <eliz@gnu.org>
2467
2468 Avoid encoding file names on MS-Windows when they need to be run
2469 through dostounix_filename.
2470 * w32.c (normalize_filename): Accept an additional argument
2471 MULTIBYTE; if non-zero, traverse the file name by bytes and don't
2472 downcase it even if w32-downcase-file-names is non-nil.
2473 (dostounix_filename): Accept an additional argument MULTIBYTE and
2474 pass it to normalize_filename.
2475 (emacs_root_dir): Adjust.
2476
2477 * msdos.h (dostounix_filename): Adjust prototype.
2478
2479 * w32.h (dostounix_filename): Adjust prototype.
2480
2481 * msdos.c (dostounix_filename): Accept an additional argument and
2482 ignore it.
2483 (init_environment): Adjust callers of dostounix_filename.
2484
2485 * fileio.c (Ffile_name_directory, file_name_as_directory)
2486 (directory_file_name, Fexpand_file_name)
2487 (Fsubstitute_in_file_name): [DOS_NT] Adjust call to
2488 dostounix_filename.
2489 [WINDOWSNT]: Downcase file names if w32-downcase-file-names is
2490 non-nil.
2491 (Fsubstitute_in_file_name): [DOS_NT] Don't downcase environment
2492 variables, as egetenv is case-insensitive for DOS_NT.
2493
2494 * dired.c (file_name_completion): Don't call Fdirectory_file_name
2495 with an encoded file name.
2496
2497 * w32proc.c (Fw32_short_file_name, Fw32_long_file_name):
2498 Adjust calls to dostounix_filename.
2499
2500 * w32fns.c (Fx_file_dialog): Adjust call to dostounix_filename.
2501
2502 * unexw32.c (unexec): Adjust call to dostounix_filename.
2503
2504 * termcap.c (tgetent) [MSDOS]: Adjust call to dostounix_filename.
2505
2506 * emacs.c (decode_env_path) [DOS_NT]: Adjust call to
2507 dostounix_filename.
2508
2509 * callproc.c (Fcall_process) [MSDOS]: Adjust call to
2510 dostounix_filename.
2511
2512 * callproc.c (Fcall_process): Make sure program name in PATH and
2513 new_argv[0] is encoded, if needed. Otherwise, un-encoded string
2514 is passed to exec/spawnve, which fails unless the file-name
2515 encoding is UTF-8.
2516
2517 * w32proc.c (sys_spawnve): Make sure escape_char is initialized,
2518 even if w32-quote-process-args is nil.
2519
2520 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
2521
2522 Fix timestamp bug when write-region appends nothing (Bug#13149).
2523 * fileio.c (Fwrite_region): When neither O_EXCL nor O_TRUNC is used,
2524 the file's time stamp doesn't change if Emacs happens to write nothing
2525 to the file, and on a buggy file system this could cause Emacs to
2526 incorrectly infer that the file system doesn't have the bug.
2527 Avoid this problem by inhibiting the inference in this case.
2528
2529 2013-02-01 Dmitry Antipov <dmantipov@yandex.ru>
2530
2531 * window.h (struct window): Convert base_line_number, base_line_pos
2532 and column_number_displayed members from Lisp_Object to ptrdiff_t.
2533 Convert region_showing member from Lisp_Object to bitfield.
2534 Remove sequence_number member. Adjust comments.
2535 * window.c (sequence_number): Remove.
2536 (make_window): Initialize column_number_displayed.
2537 * print.c (print_object): Follow the printed representation of
2538 frames and print window pointer to distinguish between windows.
2539 (adjust_window_count): Invalidate base_line_pos. Adjust comment.
2540 * xdisp.c (wset_base_line_number, wset_base_line_pos)
2541 (wset_column_number_displayed, wset_region_showing): Remove.
2542 (window_buffer_changed, mode_line_update_needed, redisplay_internal)
2543 (try_scrolling, try_cursor_movement, redisplay_window)
2544 (try_window_reusing_current_matrix, try_window_id, display_line)
2545 (display_mode_lines, decode_mode_spec): Adjust users.
2546 * .gdbinit (pwinx): Do not print sequence_number.
2547
2548 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
2549
2550 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
2551 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): Remove.
2552 * dired.c: Include <fcntl.h>.
2553 (open_directory): New function, which uses open and fdopendir
2554 rather than opendir. DOS_NT platforms still use opendir, though.
2555 (directory_files_internal, file_name_completion): Use it.
2556 (file_attributes): New function, with most of the old Ffile_attributes.
2557 (directory_files_internal, Ffile_attributes): Use it.
2558 (file_attributes, file_name_completion_stat): First arg is now fd,
2559 not dir name. All uses changed. Use fstatat rather than lstat +
2560 stat.
2561 (file_attributes): Use emacs_readlinkat rather than Ffile_symlink_p.
2562 * fileio.c: Include <allocator.h>, <careadlinkat.h>.
2563 (emacs_readlinkat): New function, with much of the old
2564 Ffile_symlink_p, but with an fd argument for speed.
2565 It uses readlinkat rather than careadlinkatcwd, so that it
2566 need not assume the working directory.
2567 (Ffile_symlink_p): Use it.
2568 * filelock.c (current_lock_owner): Use emacs_readlinkat
2569 rather than emacs_readlink.
2570 * lisp.h (emacs_readlinkat): New decl.
2571 (READLINK_BUFSIZE, emacs_readlink): Remove.
2572 * sysdep.c: Do not include <allocator.h>, <careadlinkat.h>.
2573 (emacs_norealloc_allocator, emacs_readlink): Remove.
2574 This stuff is moved to fileio.c.
2575 * w32.c (fstatat, readlinkat): New functions.
2576 (careadlinkat): Don't check that fd == AT_FDCWD.
2577 (careadlinkatcwd): Remove; no longer needed.
2578
2579 2013-01-31 Glenn Morris <rgm@gnu.org>
2580
2581 * fileio.c (choose_write_coding_system): Make it callable from Lisp.
2582 (Fwrite_region): Update for new choose_write_coding_system args.
2583 Move the last piece of choose_write_coding_system here. (Bug#13522)
2584 (syms_of_fileio): Add choose-write-coding-system.
2585
2586 2013-01-30 Eli Zaretskii <eliz@gnu.org>
2587
2588 * w32.c (sys_open): Zero out the flags for the new file descriptor.
2589 (sys_close): Zero out the flags for the file descriptor before
2590 closing it. (Bug#13546)
2591
2592 * w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
2593 (logon_network_drive, stat_worker, symlink, chase_symlinks):
2594 Use CharNextExA and CharPrevExA to iterate over file names encoded in
2595 DBCS. (Bug#13553)
2596
2597 * w32.c (w32_get_long_filename, init_environment, readlink):
2598 Support file names encoded in DBCS codepages.
2599 (readlink): Use the current file-name-coding-system, not the ANSI
2600 codepage, to decode and handle targets of symlinks.
2601
2602 2013-01-28 Eli Zaretskii <eliz@gnu.org>
2603
2604 * w32.c (opendir): Now accepts a 'const char *'.
2605
2606 2013-01-28 Dmitry Antipov <dmantipov@yandex.ru>
2607
2608 Remove obsolete redisplay code. See the discussion at
2609 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00576.html.
2610 * dispnew.c (preemption_period, preemption_next_check): Remove.
2611 (Vredisplay_preemption_period): Likewise.
2612 (update_frame, update_single_window, update_window, update_frame_1):
2613 Adjust users. Always assume that PERIODIC_PREEMPTION_CHECKING is not
2614 used, following the 2012-06-22 change.
2615
2616 2013-01-25 Eli Zaretskii <eliz@gnu.org>
2617
2618 * w32notify.c (Fw32notify_add_watch): Doc fix. (Bug#13540)
2619
2620 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2621
2622 * font.c (num_fonts): Remove the leftover from old
2623 debugging code. Adjust comment style here and there.
2624 * insdel.c (insert_1): Remove.
2625 * lisp.h (insert_1): Remove prototype.
2626 * xdisp.c (message_dolog): Adjust users to call insert_1_both.
2627
2628 2013-01-25 Eli Zaretskii <eliz@gnu.org>
2629
2630 * w32.c (max_filename_mbslen): New function.
2631 (normalize_filename, readdir): Use it to detect locales where ANSI
2632 encoding of file names uses a double-byte character set (DBCS).
2633 If a DBCS encoding is used, advance by characters using
2634 CharNextExA, instead of incrementing a 'char *' pointer.
2635 Use _mbslwr instead of _strlwr. (Bug#13515)
2636
2637 * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial
2638 request of memory reservation to 1.7GB. (Bug#13065)
2639
2640 2013-01-25 Andreas Schwab <schwab@linux-m68k.org>
2641
2642 * coding.c (detect_coding_iso_2022): Move back mis-reordered code
2643 at check_extra_latin label. (Bug#13505)
2644
2645 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2646
2647 * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):
2648 Avoid redundant calls to strlen.
2649
2650 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2651
2652 Drop async_visible and async_iconified fields of struct frame.
2653 This is possible because async input is gone; for details, see
2654 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00734.html.
2655 * frame.h (struct frame): Remove async_visible and async_iconified
2656 members, convert garbaged to unsigned bitfield. Adjust comments.
2657 (FRAME_SAMPLE_VISIBILITY): Remove. Adjust all users.
2658 (SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED): New macros.
2659 * frame.c, gtkutil.c, term.c, w32fns.c, window.c, xdisp.c:
2660 Consistently use SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED,
2661 FRAME_VISIBLE_P and FRAME_ICONIFIED_P macros where appropriate.
2662 * w32term.c: Ditto.
2663 (w32_read_socket): Save iconified state to generate DEICONIFY_EVENT
2664 properly. Likewise for obscured.
2665 * xterm.c: Ditto.
2666 (handle_one_xevent): Save visible state to generate ICONIFY_EVENT
2667 properly.
2668 * nsterm.m: Ditto.
2669 (windowDidDeminiaturize): Generate DEICONIFY_EVENT.
2670
2671 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2672
2673 * insdel.c (prepare_to_modify_buffer): Revert last change as suggested
2674 in http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00555.html.
2675
2676 2013-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * xdisp.c (message2, message2_nolog): Remove functions.
2679 (message3, message3_nolog): Extract nbytes and multibyteness directly
2680 from the string. Change all callers.
2681 (message3_nolog): Don't set message_enable_multibyte since set_message
2682 will reset it anyway.
2683 (message1, message1_nolog): Use message3.
2684 (vmessage): Use a stack allocated buffer rather than f->message_buf.
2685 (with_echo_area_buffer): Remove last two arguments. Update all callers.
2686 (set_message): Drop all but the second arg, which has to be a string.
2687 (set_message_1): Simplify now that we know that a1 is NULL and the
2688 second arg is a string.
2689 * frame.h (struct frame): Remove `message_buf' field.
2690 Use glyphs_initialized_p instead.
2691 (FRAME_MESSAGE_BUF): Remove macro.
2692 * w16select.c (Fw16_set_clipboard_data): Prefer message3 to message2.
2693 * lisp.h (message2, message2_nolog): Remove declarations.
2694 (message3, message3_nolog): Update declarations.
2695 * keyboard.c (read_char_minibuf_menu_text)
2696 (read_char_minibuf_menu_width): Remove vars.
2697 (read_char_minibuf_menu_prompt): Rewrite the menu's construction so as
2698 to correctly handle multibyte strings.
2699 * frame.c (delete_frame): Don't free message_buf any more.
2700 * editfns.c (message_text, message_length): Remove vars.
2701 (Fmessage_box): Don't copy the Lisp string's bytes any longer.
2702 * fileio.c (auto_save_error): Use message3 instead of message2.
2703 * dispnew.c (adjust_frame_message_buffer): Remove function.
2704
2705 2013-01-23 Eli Zaretskii <eliz@gnu.org>
2706
2707 * w32term.c (w32fullscreen_hook): Account correctly for the screen
2708 real estate used for the tool bar and the menu bar.
2709
2710 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2711
2712 * insdel.c (prepare_to_modify_buffer): Force redisplay if
2713 hidden buffer is prepared to modification (Bug#13164).
2714
2715 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
2716
2717 * window.h (struct window): Change window_end_valid member from
2718 Lisp_Object to a bitfield. Adjust comments.
2719 (wset_window_end_valid): Remove.
2720 * window.c (adjust_window_count): Clear window_end_valid.
2721 (Fwindow_end): Adjust user. Remove ancient #if 0 code.
2722 (Fwindow_line_height, set_window_buffer, Frecenter)
2723 (Fsplit_window_internal, Fdelete_other_windows_internal)
2724 (Fset_window_fringes, Fset_window_scroll_bars): Adjust users.
2725 * dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise.
2726 * xdisp.c (check_window_end, reconsider_clip_changes)
2727 (redisplay_internal, mark_window_display_accurate_1, redisplay_window)
2728 (try_window, try_window_reusing_current_matrix, note_mouse_highlight)
2729 (find_first_unchanged_at_end_row, try_window_id): Likewise.
2730
2731 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
2732
2733 * xdisp.c (mark_window_display_accurate): Simplify the loop
2734 assuming that the only one of vchild, hchild or buffer window
2735 slots is non-nil. Call mark_window_display_accurate_1 for
2736 the leaf windows only.
2737 (mark_window_display_accurate_1): Always assume leaf window.
2738 Adjust comment.
2739
2740 2013-01-22 Paul Eggert <eggert@cs.ucla.edu>
2741
2742 * emacs.c (Qkill_emacs_hook): Now static.
2743
2744 * fileio.c (Finsert_file_contents): Simplify.
2745 Remove unnecessary assignments and tests.
2746
2747 2013-01-21 Eli Zaretskii <eliz@gnu.org>
2748
2749 * w32.c (acl_set_file): Don't test for errors unless
2750 set_file_security returns FALSE. Avoids spurious errors when
2751 saving files.
2752
2753 2013-01-21 Dmitry Antipov <dmantipov@yandex.ru>
2754
2755 * fileio.c (Finsert_file_contents): Revert code introduced at
2756 2013-01-18 in favor of the simpler and generally better fix.
2757 Save stack space by removing 'buffer' and reusing 'read_buf'
2758 where appropriate.
2759
2760 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
2761
2762 * lisp.h (eabs): Define unconditionally (Bug#13419).
2763 The old "#if !defined (eabs)" was an unnecessary revenant of back
2764 when this macro was called "abs". Document 'eabs' better.
2765
2766 2013-01-19 Glenn Morris <rgm@gnu.org>
2767
2768 * fns.c (Frandom): Doc fix.
2769
2770 2013-01-19 Eli Zaretskii <eliz@gnu.org>
2771
2772 * editfns.c (get_pos_property): Use SAFE_ALLOCA_LISP, to avoid
2773 segfault when there are lots of overlays.
2774
2775 * buffer.c (sort_overlays): Use SAFE_NALLOCA, to avoid segfault
2776 when there are lots of overlays.
2777 See http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00421.html
2778 for the details and a way to reproduce.
2779
2780 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
2781
2782 * fileio.c: Use O_APPEND to append.
2783 This corresponds better to the natural interpretation of "append",
2784 and avoids the need to open the output file twice, or to invoke
2785 lseek when APPEND is neither nil nor a number.
2786 This relies on POSIX 1003.1-1988 or later, which is OK nowadays.
2787 (Fwrite_region): Simplify. Use O_APPEND instead of opening the
2788 file possibly twice, and lseeking to its end; this avoids the
2789 need to lseek on non-regular files. Do not use O_EXCL and O_TRUNC
2790 at the same time: the combination is never needed and apparently
2791 it doesn't work with DOS_NT.
2792
2793 Fix size bug on DOS_NT introduced by CIFS workaround (Bug#13149).
2794 * fileio.c (Fwrite_region): Use O_BINARY in checking code, too.
2795
2796 Allow floating-point file offsets.
2797 Problem reported by Vitalie Spinu in
2798 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>.
2799 * fileio.c (emacs_lseek): Remove.
2800 (file_offset): New function.
2801 (Finsert_file_contents, Fwrite_region): Use it.
2802
2803 2013-01-19 Chong Yidong <cyd@gnu.org>
2804
2805 * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid
2806 aborting on Fsignal (Bug#13289).
2807
2808 2013-01-19 Eli Zaretskii <eliz@gnu.org>
2809
2810 * w32.c (acl_set_file): Treat ERROR_ACCESS_DENIED from
2811 set_file_security as failure due to insufficient privileges.
2812 Reported by Fabrice Popineau <fabrice.popineau@supelec.fr>.
2813 (fstat): Return owner and group like 'stat' and 'lstat' do.
2814
2815 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
2816
2817 Work around bug in CIFS and vboxsf file systems (Bug#13149).
2818 The bug was observed on Ubuntu operating inside a virtual machine,
2819 editing files mounted via CIFS or vboxsf from the MS Windows 7 host.
2820 The workaround introduces a race condition on non-buggy hosts,
2821 but it's an unlikely race and anyway there's a nearly identical
2822 nearby race that can't be fixed.
2823 * fileio.c (valid_timestamp_file_system, timestamp_file_system):
2824 New static vars.
2825 (Fwrite_region): Test for file system time stamp bug.
2826 (init_fileio): New function.
2827 * lisp.h (init_fileio): Declare it.
2828 * emacs.c (main): Call it.
2829
2830 * fileio.c (Finsert_file_contents): Simplify new diagnostic
2831 and make it more consistent with other stat-failure diagnostics.
2832
2833 2013-01-18 Dmitry Antipov <dmantipov@yandex.ru>
2834
2835 Fix crash when inserting data from non-regular files.
2836 See http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00406.html
2837 for the error description produced by valgrind.
2838 * fileio.c (read_non_regular): Rename to read_contents.
2839 Free Lisp_Save_Value object used to pass parameters.
2840 (read_non_regular_quit): Rename to read_contents_quit.
2841 (Finsert_file_contents): Redesign internal file reading loop to adjust
2842 gap and end positions after each read and so help make_gap to work
2843 properly. Do not signal an I/O error too early and so do not leave
2844 not yet decoded characters in a buffer, which was the reason of
2845 redisplay crash. Use list2 to build return value. Adjust comments.
2846
2847 2013-01-17 Paul Eggert <eggert@cs.ucla.edu>
2848
2849 Close a race when statting and reading files (Bug#13149).
2850 * fileio.c (Finsert_file_contents): Use open+fstat, not stat+open.
2851 This avoids a race if the file is renamed between stat and open.
2852 This race is not the problem originally noted in Bug#13149;
2853 see <http://bugs.gnu.org/13149#73> and later messages in the thread.
2854
2855 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
2856
2857 * lisp.h (toplevel): Add comment about using Lisp_Save_Value
2858 objects, related functions and macros.
2859 (make_save_value): Adjust prototype.
2860 (make_save_pointer): New prototype.
2861 (SAFE_NALLOCA): Fix indentation. Use make_save_pointer.
2862 (SAFE_ALLOCA_LISP): Adjust make_save_value usage.
2863 * alloc.c (format_save_value): Rename to make_save_value.
2864 (make_save_pointer): New function.
2865 (record_xmalloc): Use make_save_pointer.
2866 * dired.c, editfns.c, fileio.c, font.c, gtkutil.c, lread.c:
2867 * nsmenu.m, nsterm.m, xfns.c, xmenu.c, xselect.c, keymap.c:
2868 Change users of make_save_value to make_save_pointer.
2869 Likewise for format_save_value and make_save_value.
2870
2871 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
2872
2873 * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
2874 (DECODE_POSITION, BUFFER_CHECK_INDIRECTION): Fix indentation.
2875 * buffer.c (toplevel, syms_of_buffer): Drop old commented-out
2876 debugging stubs.
2877
2878 2013-01-15 Paul Eggert <eggert@cs.ucla.edu>
2879
2880 * alloc.c (free_save_value): Now static.
2881
2882 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
2883
2884 * keymap.c (map_keymap_internal): Use format_save_value.
2885 (map_keymap_char_table_item): Adjust accordingly.
2886 * fileio.c (non_regular_fd, non_regular_inserted)
2887 (non_regular_nbytes): Remove.
2888 (Finsert_file_contents): Convert trytry to ptrdiff_t.
2889 Use format_save_value to pass parameters to read_non_regular.
2890 (read_non_regular): Use XSAVE_ macros to extract parameters.
2891 Adjust comment.
2892 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use
2893 format_save_value.
2894 (pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user.
2895
2896 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
2897
2898 * lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow
2899 extraction from any Lisp_Save_Value slot. Add type checking.
2900 * alloc.c, dired.c, editfns.c, fileio.c, ftfont.c, gtkutil.c:
2901 * keymap.c, lread.c, nsterm.h, nsmenu.c, xfns.c, xmenu.c:
2902 * xselect.c: All users changed.
2903
2904 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
2905
2906 Some convenient bits to deal with Lisp_Save_Values.
2907 * lisp.h (XSAVE_OBJECT): New macro to extract saved objects.
2908 (allocate_misc): Remove prototype.
2909 (format_save_value): New prototype.
2910 * alloc.c (allocate_misc): Revert back to static.
2911 (format_save_value): New function to build Lisp_Save_Value
2912 object with the specified internal structure.
2913 (make_save_value): Reimplement using format_save_value.
2914 * editfns.c (save_excursion_save): Use format_save_value.
2915 (save_excursion_restore): Use XSAVE_OBJECT.
2916
2917 2013-01-14 Paul Eggert <eggert@cs.ucla.edu>
2918
2919 Avoid needless casts with XSAVE_POINTER.
2920 * alloc.c (mark_object) [GC_MARK_STACK]:
2921 * dired.c (directory_files_internal_unwind):
2922 * fileio.c (do_auto_save_unwind):
2923 * gtkutil.c (pop_down_dialog):
2924 * keymap.c (map_keymap_char_table_item):
2925 * lread.c (load_unwind):
2926 * nsmenu.m (pop_down_menu):
2927 * print.c (print_object) [GC_MARK_STACK]:
2928 * xfns.c (clean_up_file_dialog):
2929 * xmenu.c (cleanup_widget_value_tree):
2930 Omit casts between XSAVE_POINTER and a pointer type.
2931
2932 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
2933
2934 Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
2935 * eval.c (eval_sub): Protect `form' from being GCed before its
2936 car and cdr becomes protected with the backtrace entry.
2937
2938 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
2939
2940 Make Lisp_Save_Value more versatile storage for up to four objects.
2941 * lisp.h (toplevel): Enumeration to describe types of saved objects.
2942 (struct Lisp_Save_Value): New layout. Adjust comments.
2943 (XSAVE_POINTER): New macro.
2944 (XSAVE_INTEGER): Likewise.
2945 (allocate_misc): Add prototype.
2946 (free_misc): Likewise.
2947 * alloc.c (allocate_misc): Now global.
2948 (free_misc): Likewise. Adjust comment.
2949 (make_save_value): Use new Lisp_Save_Value layout. Adjust comment.
2950 (free_save_value): Likewise.
2951 (mark_object): Likewise.
2952 * editfns.c (save_excursion_save): Pack everything within
2953 Lisp_Save_Value and so avoid xmalloc.
2954 (save_excursion_restore): Adjust to match new layout. Use free_misc
2955 because we do not allocate extra memory any more. Add eassert.
2956 * print.c (print_object): New code to print Lisp_Save_Value. Do not
2957 rely on valid_lisp_object_p if !GC_MARK_STACK. Adjust comments.
2958 * dired.c, fileio.c, font.c, ftfont.c, gtkutil.c, keymap.c,
2959 * lread.c, nsmenu.m, nsterm.h, xfns.c, xmenu.c, xselect.c:
2960 Use XSAVE_POINTER and XSAVE_INTEGER where appropriate.
2961
2962 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
2963
2964 * nsfont.m (LCD_SMOOTHING_MARGIN): New define.
2965 (nsfont_draw): Remove disabling of LCD smoothing.
2966 (ns_glyph_metrics): Add LCD_SMOOTHING_MARGIN to bearings to fix
2967 Bug#11484 with LCD smoothing on.
2968
2969 2013-01-13 Paul Eggert <eggert@cs.ucla.edu>
2970
2971 Fix SIGDANGER handlers, for AIX (Bug#13408).
2972 * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
2973 Move handlers here from emacs.c; they were out of place.
2974
2975 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
2976
2977 * xterm.c (syms_of_xterm): Adjust documentation for
2978 scroll-bar-adjust-thumb-portion.
2979
2980 2012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
2981
2982 * xterm.c (scroll-bar-adjust-thumb-portion): New variable to
2983 determine whether scroll bar thumb size should be adjusted or
2984 not. Use variable for MOTIF.
2985
2986 * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for
2987 GTK.
2988
2989 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
2990
2991 * nsterm.m (keyDown:): Set processingCompose to NO if an emacs key
2992 event is generated.
2993 (doCommandBySelector:): Set processingCompose to NO.
2994
2995 * nsfont.m (ns_findfonts): Add block/unblock_input calls.
2996 Remove check for fkeys count > zero, block/unblock fixes the real bug.
2997 (nsfont_list_family): Add block/unblock_input calls.
2998 (nsfont_open): Move block_input earlier. Add unblock_input before early
2999 return.
3000 (nsfont_draw): Add block/unblock_input calls.
3001
3002 2013-01-12 Dmitry Antipov <dmantipov@yandex.ru>
3003
3004 * indent.c (Fvertical_motion): Remove now-incorrect GCPROs
3005 for old_charpos and old_bytepos.
3006
3007 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
3008
3009 Fix bug with set-time-zone-rule and LOCALTIME_CACHE (Bug#13415).
3010 * editfns.c (set_time_zone_rule) [LOCALTIME_CACHE]:
3011 Clear tzvalbuf_in_environ if this workaround is in effect.
3012 Problem and fix reported by Kazuhiro Ito.
3013
3014 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
3015
3016 * insdel.c (Fcombine_after_change_execute, syms_of_insdel):
3017 Fix ambiguous doc string cross-reference(s).
3018
3019 * keyboard.c (Fcommand_execute, syms_of_keyboard): Fix ambiguous
3020 doc string cross-reference(s).
3021
3022 * window.c (Fwindow_point, syms_of_window): Fix ambiguous doc
3023 string cross-reference(s).
3024
3025 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3026
3027 Avoid unnecessary byte position calculation for the gap movement.
3028 Since all users of move_gap do CHAR_TO_BYTE for other purposes
3029 anyway, all of them should use move_gap_both instead.
3030 * lisp.h (move_gap): Remove prototype.
3031 * insdel.c (move_gap): Remove.
3032 (move_gap_both): Add eassert.
3033 * editfns.c (Ftranspose_regions): Tweak to use move_gap_both.
3034 * xml.c (parse_region): Likewise.
3035
3036 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
3037
3038 emacsclient -t should not suspend Emacs server (Bug#13387)
3039 * lisp.h, sysdep.c (block_tty_out_signal, unblock_tty_out_signal):
3040 New functions.
3041 * term.c (init_tty): Use them instead of rolling our own code.
3042 * sysdep.c (tcsetpgrp_without_stopping): Likewise. Here, this
3043 switches from 'signal' to 'pthread_sigmask', which is safer in
3044 multithreaded applications.
3045 * term.c (Fresume_tty): Don't bother dissociating if O_IGNORE_CTTY,
3046 which has already arranged for that.
3047 (dissociate_if_controlling_tty): If setsid fails, fall back on TIOCNOTTY.
3048 This is the main part of the bug fix.
3049
3050 2013-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
3051
3052 * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
3053 x_last_font_name (Bug#13403).
3054
3055 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3056
3057 Omit buffer_slot_type_mismatch and use generic predicates to enforce
3058 the type of per-buffer values where appropriate.
3059 * lisp.h (struct Lisp_Buffer_Objfwd): Rename slottype member to
3060 predicate, which is how it's really used now. Adjust comment.
3061 * buffer.h (buffer_slot_type_mismatch): Remove prototype.
3062 * buffer.c (buffer_slot_type_mismatch): Remove.
3063 (DEFVAR_PER_BUFFER, defvar_per_buffer): Rename type argument to
3064 predicate. Adjust comment.
3065 (syms_of_buffer): Use Qsymbolp for major-mode. Use Qintegerp for
3066 fill-column, left-margin, tab-width, buffer-saved-size,
3067 left-margin-width, right-margin-width, left-fringe-width,
3068 right-fringe-width, scroll-bar-width and buffer-display-count.
3069 Use Qstringp for default-directory, buffer-file-name,
3070 buffer-file-truename and buffer-auto-save-file-name. Use Qfloatp for
3071 scroll-up-aggressively and scroll-down-aggressively. Use Qnumberp for
3072 line-spacing.
3073 * data.c (store_symval_forwarding): Adjust to call the predicate.
3074
3075 2013-01-09 Juanma Barranquero <lekktu@gmail.com>
3076
3077 * w32.c (get_name_and_id, acl_set_file):
3078 * w32term.c (w32fullscreen_hook): Remove unused local variables.
3079
3080 2013-01-09 Dmitry Antipov <dmantipov@yandex.ru>
3081
3082 * lisp.h (make_gap_1): New prototype.
3083 * buffer.h (GAP_BYTES_DFL, GAP_BYTES_MIN): New macros for the special
3084 gap size values.
3085 * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common
3086 naming convention.
3087 (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code.
3088 * insdel.c (make_gap_larger): Use GAP_BYTES_DFL. Adjust comment.
3089 (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment.
3090 (make_gap_1): New function to adjust the gap of any buffer.
3091 * coding.c (coding_alloc_by_making_gap): Use it.
3092 * buffer.c (compact_buffer): Likewise. Use BUF_Z_BYTE, BUF_GAP_SIZE,
3093 GAP_BYTES_DFL and GAP_BYTES_MIN. Adjust comment.
3094
3095 2013-01-08 Juri Linkov <juri@jurta.org>
3096
3097 * xfaces.c (tty_supports_face_attributes_p): Return 0 for the case
3098 of (supports :underline (:style wave)). (Bug#13000)
3099
3100 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3101
3102 * undo.c (Fprimitive_undo): Move to simple.el.
3103 (syms_of_undo): Remove declarations for Sprimitive_undo.
3104
3105 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * keyboard.c (echo_add_key): Rename from echo_add_char.
3108
3109 2013-01-06 Chong Yidong <cyd@gnu.org>
3110
3111 * keyboard.c (echo_add_char): New function, factored out from
3112 echo_char. Don't add a space if the previous echo string was
3113 empty (Bug#13255).
3114 (echo_char): Use it.
3115 (read_key_sequence): When echoing mock input, ensure that the
3116 trailing dash is properly added.
3117
3118 2013-01-05 Eli Zaretskii <eliz@gnu.org>
3119
3120 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead
3121 of a non-portable "t" to print ptrdiff_t values. Allow up to 9
3122 digits for buffer positions, before misalignment starts.
3123 Display "0" for integer "object" field.
3124 (dump_glyph_row): Adapt the header line to changes in dump_glyph.
3125 Display the newline glyph more unambiguously.
3126
3127 2013-01-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3128
3129 * nsterm.m (ns_draw_underwave):
3130 * w32term.c (w32_draw_underwave):
3131 * xterm.c (x_draw_underwave): Make underwave look more triangular
3132 and also degrade gracefully for small fonts. (Bug#13000)
3133
3134 * nsterm.m (ns_draw_text_decoration):
3135 * w32term.c (x_draw_glyph_string):
3136 * xterm.c (x_draw_glyph_string): Don't use previous underline
3137 thickness and position if previous underline type is underwave.
3138
3139 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * fileio.c (Ffile_acl): Undocument return format.
3142
3143 2013-01-02 Glenn Morris <rgm@gnu.org>
3144
3145 * keymap.c (Fkey_description): Doc fix. (Bug#13323)
3146
3147 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
3148
3149 Simplify via eabs.
3150 * dired.c (file_name_completion):
3151 * doc.c (get_doc_string):
3152 * floatfns.c (round2):
3153 * font.c (font_score, font_delete_unmatched):
3154 * fringe.c (compute_fringe_widths):
3155 * lread.c (read_list):
3156 * minibuf.c (Ftry_completion):
3157 * term.c (tty_ins_del_lines):
3158 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
3159 Use eabs (x) rather than open-coding it as (x < 0 ? -x : x).
3160
3161 2012-12-31 Eli Zaretskii <eliz@gnu.org>
3162
3163 * w32.c (unsetenv): Set up the string passed to _putenv
3164 correctly.
3165 See http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
3166 for the bug this caused.
3167
3168 2012-12-30 Paul Eggert <eggert@cs.ucla.edu>
3169
3170 * coding.c (Qmac): Now static.
3171
3172 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
3173
3174 * gtkutil.c (TOOLBAR_TOP_WIDGET): New macro.
3175 (xg_pack_tool_bar): Use TOOLBAR_TOP_WIDGET, condition out use of
3176 handlebox_widget. Set toolbar_in_hbox to false/true, set
3177 toolbar_is_packed to true.
3178 (xg_update_tool_bar_sizes): Use widget returned by TOOLBAR_TOP_WIDGET.
3179 (update_frame_tool_bar): Check toolbar_is_packed for packing.
3180 Show all on TOOLBAR_TOP_WIDGET.
3181 (free_frame_tool_bar): Check toolbar_is_packed. Use widget returned
3182 by TOOLBAR_TOP_WIDGET.
3183 (xg_change_toolbar_position): Use widget returned by TOOLBAR_TOP_WIDGET.
3184 Check toolbar_is_packed.
3185 (xg_have_tear_offs, tearoff_remove, tearoff_activate): Condition on
3186 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
3187 (xg_have_tear_offs): When ! HAVE_GTK_TEAROFF_MENU_ITEM_NEW, return
3188 false.
3189 (create_menus): Create tearoff only if HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
3190 (xg_update_menubar): Update title only if
3191 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
3192 (xg_update_submenu): Skip tearoff only if
3193 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
3194 (xg_initialize): Initialize xg_detached_menus only if
3195 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
3196
3197 * xterm.h (struct x_output): Surround handlebox_widget with
3198 #ifdef HAVE_GTK_HANDLE_BOX_NEW. toolbar_is_packed is new,
3199 toolbar_in_hbox is bool.
3200
3201 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
3202
3203 * src/Makefile.in (TEMACS_LDFLAGS2): Remove.
3204 (LIBS_GNUSTEP): Define.
3205 (LIBES): Add $(LIBS_GNUSTEP).
3206 (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
3207
3208 2012-12-30 Eli Zaretskii <eliz@gnu.org>
3209
3210 * xdisp.c (set_cursor_from_row): Don't confuse a truncation or
3211 continuation glyph on a TTY with an indication of an empty line.
3212 (Bug#13277)
3213
3214 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3215
3216 * fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if
3217 file's SELinux context or ACLs successfully set, nil otherwise.
3218 (Bug#13298)
3219 (Fcopy_file) [WINDOWSNT]: Improve diagnostics when CopyFile fails.
3220
3221 * w32proc.c (reader_thread): Avoid passing NULL handles to
3222 SetEvent and WaitForSingleObject.
3223
3224 2012-12-28 Paul Eggert <eggert@cs.ucla.edu>
3225
3226 Port EXTERNALLY_VISIBLE to Clang 3.2.
3227 * conf_post.h (__has_attribute): New macro.
3228 (EXTERNALLY_VISIBLE): Use it. This ports to Clang 3.2.
3229
3230 2012-12-27 Glenn Morris <rgm@gnu.org>
3231
3232 * cygw32.c (Fcygwin_convert_file_name_to_windows)
3233 (Fcygwin_convert_file_name_from_windows): Doc fixes.
3234
3235 2012-12-27 Eli Zaretskii <eliz@gnu.org>
3236
3237 * fileio.c (file_name_as_directory, directory_file_name):
3238 Accept an additional argument MULTIBYTE to indicate whether the input C
3239 came from a multibyte or a unibyte Lisp string; all callers
3240 adjusted. Don't assume the input string is always multibyte.
3241 (Bug#13262)
3242 (Ffile_name_directory) [DOS_NT]: Handle unibyte strings correctly:
3243 don't ENCODE_FILE them, and return a unibyte string if the input
3244 was unibyte.
3245 (Fexpand_file_name): Don't mix unibyte with multibyte strings, and
3246 don't assume the input strings will always be multibyte. If the
3247 input strings are multibyte, decode strings obtained from C
3248 library functions.
3249
3250 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
3251
3252 * lisp.h (toplevel): Add two notices to the comment about
3253 defining a new Lisp data type.
3254 * print.c (print_object): If Lisp_Save_Value object's pointer
3255 is the address of a memory area containing Lisp_Objects, try
3256 to print them.
3257 * alloc.c (valid_lisp_object_p): Adjust comment.
3258
3259 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
3260
3261 * keyboard.c (record_asynch_buffer_change): Initialize an event
3262 only if it's really needed.
3263 * frame.h (enum output_method): Remove output_mac member since
3264 it's a leftover from the deleted code.
3265 * frame.c (Fframep): Adjust user here ...
3266 * terminal.c (Fterminal_live_p): ... and here.
3267 * coding.c (Qmac): Now here because it's only used to denote
3268 end-of-line encoding type.
3269 (syms_of_coding): DEFSYM it.
3270 * frame.h (Qmac): Remove duplicated declaration.
3271
3272 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
3273
3274 * window.c (select_window_1): Now static, since it's used only here.
3275
3276 2012-12-25 Eli Zaretskii <eliz@gnu.org>
3277
3278 * window.c (window_body_cols): Subtract display margins from the
3279 window body width on TTYs as well. See
3280 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-12/msg00317.html
3281 for the original report.
3282
3283 2012-12-25 Dmitry Antipov <dmantipov@yandex.ru>
3284
3285 * xdisp.c (redisplay_window): Remove inner local variable
3286 because the outer shadowed one has the same meaning.
3287 * xterm.h (struct x_output): Remove toolbar_detached member since it's
3288 set but never used.
3289 * gtkutil.c (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
3290 (xg_create_tool_bar): Adjust users.
3291
3292 2012-12-24 Dmitry Antipov <dmantipov@yandex.ru>
3293
3294 * buffer.h (BUF_COMPACT): New macro to follow the common style.
3295 * buffer.c (Fget_buffer_create): Use it to set compact field of
3296 struct buffer_text to avoid accessing an uninitialized value
3297 when compact_buffer is called for the first time.
3298 (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF.
3299 (Fset_buffer_modified_p): Use buffer_window_count to check
3300 whether the buffer is displayed in some window.
3301 * xdisp.c (message_dolog): Likewise.
3302
3303 2012-12-23 Eli Zaretskii <eliz@gnu.org>
3304
3305 * w32.c (acl_set_file): If setting the file security descriptor
3306 fails, and the new DACL is identical to the existing one, silently
3307 return success. This fixes problems for users backing up their
3308 own files without having the necessary privileges for setting
3309 security descriptors.
3310
3311 * w32proc.c (reader_thread): Do not index fd_info[] with negative
3312 values.
3313 (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR
3314 after WaitForSingleObject returns normally. This expedites reader
3315 thread shutdown when delete_child triggers it.
3316 (reap_subprocess): More accurate commentary for why we call
3317 delete_child only when cp->fd is negative.
3318
3319 * w32.c (sys_close): Do not call delete_child on a subprocess
3320 whose handle is not yet closed. Instead, set its file descriptor
3321 to a negative value, so that reap_subprocess will call
3322 delete_child on that subprocess when its SIGCHLD arrives.
3323 This avoids closing handles used for communications between sys_select
3324 and reader_thread, which doesn't give sys_select a chance to
3325 notice that the process exited and invoke the SIGCHLD handler for
3326 it.
3327
3328 2012-12-23 Jan Djärv <jan.h.d@swipnet.se>
3329
3330 * nsfns.m (Fns_do_applescript): Run event loop until script has
3331 been executed (Bug#12969).
3332 (ns_run_ascript): Chech as_script for nil, set to nil after
3333 executing script.
3334
3335 2012-12-22 Martin Rudalics <rudalics@gmx.at>
3336
3337 * window.c (Fselect_window): Reword doc-string (Bug#13248).
3338
3339 2012-12-22 Eli Zaretskii <eliz@gnu.org>
3340
3341 * w32term.c (w32fullscreen_hook): New function.
3342 (w32_create_terminal): Plug it into the terminal's fullscreen_hook.
3343
3344 2012-12-21 Eli Zaretskii <eliz@gnu.org>
3345
3346 * fileio.c (Finsert_file_contents): Doc fix.
3347
3348 * w32proc.c (new_child, delete_child, find_child_pid): For a
3349 subprocess, consider its slot being in use as long as its process
3350 handle (procinfo.hProcess) is not NULL. This avoids reusing the
3351 slot when a new process is started immediately after killing
3352 another one, without waiting enough time for the first process to
3353 be reaped and resources allocated for it be orderly freed.
3354 (Bug#13086)
3355 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
3356
3357 2012-12-21 Chong Yidong <cyd@gnu.org>
3358
3359 * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231).
3360
3361 * fns.c (Fcompare_strings): Doc fix (Bug#13081).
3362
3363 2012-12-21 Eli Zaretskii <eliz@gnu.org>
3364
3365 * w32.c (get_name_and_id): Always pass NULL as the first argument
3366 of lookup_account_sid. Avoids crashes with UNC file names that
3367 refer to DFS domains, not to specific machine names. (Bug#12621)
3368 Remove now unused argument FNAME; all callers changed.
3369 (get_file_owner_and_group): Remove now unused argument FNAME; all
3370 callers changed.
3371
3372 2012-12-21 Chong Yidong <cyd@gnu.org>
3373
3374 * editfns.c (Finsert_char): Since read-char-by-name now signals an
3375 error for invalid chars, don't check for a nil return value.
3376
3377 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3378
3379 Avoid calls to CHAR_TO_BYTE if byte position is known.
3380 * editfns.c (make_buffer_string_both): Use move_gap_both.
3381 (Fbuffer_string): Use make_buffer_string_both.
3382 * marker.c (buf_charpos_to_bytepos): Convert to eassert.
3383 Adjust comment.
3384 (buf_bytepos_to_charpos): Likewise.
3385 (charpos_to_bytepos): Remove.
3386 * fileio.c (Finsert_file_contents): Use move_gap_both.
3387 * search.c (Freplace_match): Likewise.
3388 * process.c (process_send_region): Likewise. Use convenient
3389 names for byte positions.
3390 * lisp.h (charpos_to_bytepos): Remove prototype.
3391 * indent.c (scan_for_column): Use CHAR_TO_BYTE.
3392 * insdel.c (move_gap): Likewise.
3393
3394 2012-12-20 Paul Eggert <eggert@cs.ucla.edu>
3395
3396 * xdisp.c (redisplay_internal): Remove now-unused local.
3397
3398 2012-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.
3401 (redisplay_internal): Don't bother selecting the frame to get the
3402 proper value of frame-local variables (bug#13225).
3403
3404 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3405
3406 * textprop.c (set_text_properties_1): Do not allow NULL interval.
3407 Rename 4th argument since it may be buffer or string. Adjust comment.
3408 * intervals.c (graft_intervals_info_buffer): Find an interval here.
3409
3410 2012-12-19 Dmitry Antipov <dmantipov@yandex.ru>
3411
3412 * coding.c (Fdetect_coding_region): Do not check start and end with
3413 CHECK_NUMBER_COERCE_MARKER since validate_region does that itself.
3414 (code_convert_region): Likewise.
3415
3416 2012-12-18 Eli Zaretskii <eliz@gnu.org>
3417
3418 * w32.c (acl_get_file, acl_set_file): Run the file name through
3419 map_w32_filename, and resolve any symlinks in the file name, like
3420 Posix platforms do.
3421 (acl_set_file): Call revert_to_self, if any privileges were
3422 enabled.
3423
3424 2012-12-17 Juanma Barranquero <lekktu@gmail.com>
3425
3426 * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O))
3427 ($(BLD)/w32.$(O)): Update dependencies.
3428
3429 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * xdisp.c (select_frame_for_redisplay): Use select_window_1 to
3432 propagate redisplay's scrolling (if any) to the right window.
3433 (redisplay_internal): Use ensure_selected_frame.
3434 (display_mode_lines): Complete last fix.
3435 * window.c (select_window_1): New func, extracted from select_window.
3436 (select_window): Use it.
3437 * window.h (select_window_1): Declare.
3438
3439 2012-12-17 Eli Zaretskii <eliz@gnu.org>
3440
3441 Emulate Posix ACL APIs on MS-Windows.
3442 * w32.c: Include sddl.h and sys/acl.h.
3443 (SDDL_REVISION_1): Define if not already defined.
3444 (g_b_init_get_security_descriptor_dacl)
3445 (g_b_init_convert_sd_to_sddl, g_b_init_convert_sddl_to_sd)
3446 (g_b_init_is_valid_security_descriptor)
3447 (g_b_init_set_file_security): New static flags.
3448 (globals_of_w32): Initialize them to zero.
3449 (SetFileSecurity_Name): New string constant.
3450 (SetFileSecurity_Proc, GetSecurityDescriptorDacl_Proc)
3451 (ConvertStringSecurityDescriptorToSecurityDescriptor_Proc)
3452 (ConvertSecurityDescriptorToStringSecurityDescriptor_Proc)
3453 (IsValidSecurityDescriptor_Proc): New typedefs.
3454 (get_file_security, get_security_descriptor_owner)
3455 (get_security_descriptor_group): Set errno to ENOTSUP.
3456 (set_file_security, get_security_descriptor_dacl)
3457 (is_valid_security_descriptor, convert_sd_to_sddl)
3458 (convert_sddl_to_sd, acl_valid, acl_to_text, acl_from_text)
3459 (acl_free, acl_get_file, acl_set_file): New functions.
3460
3461 * fileio.c (Fcopy_file) [WINDOWSNT]: Support copying ACLs.
3462
3463 2012-12-17 Paul Eggert <eggert@cs.ucla.edu>
3464
3465 Don't reraise SIGCHLD, as that can now lose (Bug#13192).
3466 With the 2012-12-03 fix for Bug#12980 in place, an old workaround
3467 for some of that bug's symptoms can now cause Emacs to abort.
3468 Remove the workaround.
3469 * process.c (wait_reading_process_output): Don't reraise SIGCHLD.
3470 The bug that caused SIGCHLD to get lost has been fixed, and the
3471 workaround for it can now cause Emacs to abort.
3472
3473 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
3474
3475 * sysdep.c (emacs_abort): Bump backtrace size to 40.
3476 Companion to the 2012-09-30 patch. Suggested by Eli Zaretskii in
3477 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
3478
3479 2012-12-16 Romain Francoise <romain@orebokech.com>
3480
3481 * fileio.c (Ffile_acl, Fset_file_acl): New functions.
3482 (Fcopy_file): Change last arg to `preserve_extended_attributes'
3483 and copy ACL entries of file in addition to SELinux context if set.
3484 (syms_of_fileio): Add `file-acl' and `set-file-acl'.
3485
3486 * Makefile.in (LIBACL_LIBS): New macro.
3487 (LIBES): Use it.
3488
3489 2012-12-15 Paul Eggert <eggert@cs.ucla.edu>
3490
3491 * fileio.c (internal_delete_file): Use bool for boolean.
3492
3493 2012-12-15 Eli Zaretskii <eliz@gnu.org>
3494
3495 Fix bug #13079 on MS-Windows with temp files not being deleted.
3496 * w32.h (_child_process): New members input_file and
3497 pending_deletion.
3498 (register_child): First argument is now pid_t.
3499 (record_infile, record_pending_deletion): New prototypes.
3500
3501 * w32proc.c (new_child): Initialize input_file and
3502 pending_deletion members of the child.
3503 (delete_child): Delete the child's temporary input file, if any,
3504 that is pending deletion.
3505 (register_child): First argument is now pid_t.
3506 (record_infile, record_pending_deletion): New functions.
3507 (reap_subprocess): Fix a typo in DebPrint string.
3508 (sys_spawnve, sys_kill): Use pid_t for PID arguments.
3509
3510 * fileio.c (internal_delete_file): Return an int again: non-zero
3511 if delete-file succeeds, zero otherwise.
3512
3513 * lisp.h (internal_delete_file): Adjust prototype.
3514
3515 * callproc.c (Fcall_process): Don't overwrite infile with result
3516 of DECODE_FILE.
3517 [WINDOWSNT] If BUFFER is an integer, i.e. we are launching an
3518 asynchronous subprocess, record the name of the input file name,
3519 if any.
3520 (delete_temp_file) [WINDOWSNT]: If internal_delete_file fails to
3521 delete the file, record it as pending deletion when the subprocess
3522 exits.
3523
3524 2012-12-14 Eli Zaretskii <eliz@gnu.org>
3525
3526 * editfns.c [HAVE_PWD_H]: Include grp.h.
3527
3528 * makefile.w32-in ($(BLD)/editfns.$(O)): Add $(NT_INC)/grp.h.
3529
3530 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3531
3532 Fix permissions bugs with setgid directories etc. (Bug#13125)
3533 * dired.c (Ffile_attributes): Return t as the 9th attribute,
3534 to mark it as a placeholder. The old value was often wrong.
3535 The only user of this attribute has been changed to use
3536 file-ownership-preserved-p instead, with its new group arg.
3537 * editfns.c (Fgroup_gid, Fgroup_real_gid): New functions.
3538
3539 2012-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * xdisp.c (select_frame_for_redisplay, display_mode_lines):
3542 Keep selected_window and selected_frame in sync.
3543
3544 2012-12-14 Eli Zaretskii <eliz@gnu.org>
3545
3546 * w32.c (stat_worker): If w32_stat_get_owner_group is zero, do not
3547 try to get accurate owner and group information from NT file
3548 security APIs. This is to make most callers of 'stat' and
3549 'lstat', which don't need that information, much faster.
3550
3551 * dired.c (Ffile_attributes) [WINDOWSNT]:
3552 Set w32_stat_get_owner_group to a non-zero value, to request accurate
3553 owner and group information from 'lstat'.
3554
3555 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
3556
3557 * fileio.c (Finsert_file_contents): Don't put tail into head area,
3558 as that confuses set-auto-coding, so insist on the head-read
3559 returning the full 1024 bytes. Let lseek compute the tail offset;
3560 less work for us. Do not ignore I/O errors when reading the tail.
3561
3562 * xdisp.c: Minor style fixes.
3563 (init_iterator): Hoist assignment out of if-expression.
3564 (markpos_of_region): Callers now test for sign, not for -1.
3565
3566 2012-12-13 Dmitry Antipov <dmantipov@yandex.ru>
3567
3568 Minor redisplay optimization when the region length is zero.
3569 * xdisp.c (markpos_of_region): New function.
3570 (init_iterator): Do not highlight the region of zero length.
3571 (redisplay_window): Check whether the region is of non-zero length.
3572 (try_cursor_movement): Allow if the region length is zero.
3573 (try_window_reusing_current_matrix, try_window_id): Likewise.
3574
3575 2012-12-13 Eli Zaretskii <eliz@gnu.org>
3576
3577 * search.c (search_buffer): Check the inverse translations of each
3578 character in pattern when the buffer being searched is unibyte.
3579 (Bug#13084)
3580
3581 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
3582
3583 * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent
3584 files, fixing a regression from 24.2.
3585 (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.
3586
3587 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
3588
3589 * fileio.c (Fcopy_file): Make fstat failure as serious as open failure.
3590 fstat shouldn't fail, and if it does fail copy-file should not proceed.
3591 Remove unnecessary S_ISLNK test, as (contra the comments) this
3592 function can't copy symlinks. Improve quality of error message
3593 when attempting to copy files that are neither regular files nor
3594 directories.
3595
3596 2012-12-12 Dmitry Antipov <dmantipov@yandex.ru>
3597
3598 * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.
3599 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb):
3600 * window.c (Frecenter):
3601 * xdisp.c (resize_mini_window, hscroll_window_tree, draw_glyphs):
3602 * xterm.c (x_set_toolkit_scroll_bar_thumb): Likewise.
3603
3604 2012-12-12 Daniel Colascione <dancol@dancol.org>
3605
3606 * unexcw.c (fixup_executable): Use posix_fallocate to ensure that
3607 the dumped Emacs is not a sparse file, greatly improving Cygwin
3608 "make bootstrap" performance.
3609
3610 2012-12-11 Michael Albinus <michael.albinus@gmx.de>
3611
3612 * inotify.c (inotify_callback): Generate an Emacs event for every
3613 incoming inotify event.
3614
3615 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3616
3617 * xdisp.c (handle_face_prop): Fix logic of computing
3618 it->start_of_box_run_p.
3619 (append_space_for_newline): If the glyph row is R2L, reset the
3620 iterator's end_of_box_run_p flag before prepending the space glyph.
3621 (extend_face_to_end_of_line): If the glyph row is R2L, reset the
3622 iterator's start_of_box_run_p flag before prepending the stretch.
3623 (append_glyph, produce_image_glyph, append_composite_glyph)
3624 (append_stretch_glyph, append_glyphless_glyph): Reverse the
3625 left_box_line_p and right_box_line_p flags of the glyph for R2L
3626 glyph rows. (Bug#13011)
3627
3628 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
3629
3630 * buffer.c (Fset_buffer_multibyte): Do not force redisplay
3631 if changed buffer is not shown in a window.
3632 * insdel.c (prepare_to_modify_buffer): Likewise.
3633 * window.c (replace_buffer_in_windows_safely): Do nothing
3634 if buffer is not shown in a window.
3635 (Fforce_window_update): Likewise if string or buffer argument
3636 is passed.
3637
3638 2012-12-11 Eli Zaretskii <eliz@gnu.org>
3639
3640 * inotify.c (Finotify_add_watch): Rename decoded_file_name to
3641 encoded_file_name, which is what it is.
3642
3643 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
3644
3645 Consistently use marker_position and marker_byte_position.
3646 * fringe.c (Ffringe_bitmaps_at_pos):
3647 * indent.c (Fvertical_motion):
3648 * insdel.c (prepare_to_modify_buffer):
3649 * keyboard.c (make_lispy_position):
3650 * window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer)
3651 (window_scroll_pixel_based, displayed_window_lines)
3652 (Fset_window_configuration):
3653 * xdisp.c (message_dolog, with_echo_area_buffer_unwind_data)
3654 (mark_window_display_accurate_1, redisplay_window, decode_mode_spec):
3655 Replace direct access to marker fields with calls
3656 to marker_position and/or marker_byte_position.
3657
3658 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * makefile.w32-in (SIG2STR_H): New macro.
3661 (SYSWAIT_H, $(BLD)/emacs.$(O), $(BLD)/process.$(O))
3662 ($(BLD)/w32notify.$(O)): Update dependencies.
3663
3664 2012-12-10 Daniel Colascione <dancol@dancol.org>
3665
3666 * w32term.c, keyboard.c: Fix build break in cygw32 by omitting
3667 Windows file notification functionality unless WINDOWSNT.
3668
3669 * w32gui.h (hprevinst, lpCmdLine, nCmdShow): Remove unused
3670 declarations.
3671
3672 * w32fns.c (cache_system_info): Initialize the global hinst
3673 variable here so various initialization calls DTRT.
3674
3675 * unexw32.c (hprevinst, lpCmdLine, nCmdShow): Remove unused variables.
3676 (hinst): Remove unneeded extern declaration.
3677 (_start): Remove initialization of above variables; remove
3678 initialization of hinst, as cache_system_info now does that.
3679
3680 * emacs.c (main): Call cache_system_info early in startup; we
3681 previously weren't calling it in Cygwin builds.
3682
3683 * Makefile.in (ntsource, WINDRES, W32_RES, W#@_RES_LINK):
3684 Teach the autoconf build system how to compile a Windows resource file
3685 and link it to Emacs.
3686
3687 2012-12-10 Dmitry Antipov <dmantipov@yandex.ru>
3688
3689 Per-buffer window counters.
3690 * buffer.h (struct buffer): New member window_count.
3691 (buffer_window_count): New function.
3692 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
3693 Initialize window_count.
3694 (Fkill_buffer): Verify window_count for the buffer being killed.
3695 (modify_overlay): Do not force redisplay if buffer is not shown
3696 in any window.
3697 (init_buffer_once): Initialize window_count for buffer_defaults
3698 and buffer_local_symbols.
3699 * window.h (buffer_shared): Remove declaration.
3700 (wset_buffer): Convert from inline ...
3701 * window.c (wset_buffer): ... to an ordinary function.
3702 (adjust_window_count): New function.
3703 (make_parent_window): Use it.
3704 * xdisp.c (buffer_shared): Remove.
3705 (redisplay_internal, redisplay_window): Adjust users.
3706 (buffer_shared_and_changed): Use per-buffer window counter.
3707
3708 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3709
3710 Support for filesystem notifications on MS-Windows.
3711 * w32proc.c (sys_select): If drain_message_queue returns non-zero,
3712 and this is a TTY frame, signal the caller that keyboard input is
3713 available.
3714
3715 * w32xfns.c (drain_message_queue): Now returns an int: an
3716 indication whether any WM_EMACS_FILENOTIFY messages were found in
3717 the queue.
3718
3719 * w32inevt.c (handle_file_notifications): New function.
3720 (w32_console_read_socket): Call it to process file notifications.
3721
3722 * w32console.c (initialize_w32_display): Record the main thread ID
3723 in dwMainThreadId.
3724
3725 * deps.mk (inotify.o): New dependency list.
3726
3727 * Makefile.in (SOME_MACHINE_OBJECTS): Add w32notify.o.
3728
3729 * w32term.h (WM_EMACS_FILENOTIFY): New custom message.
3730 (WM_EMACS_END): Bump value by 1.
3731 (notification_buffer_in_use, file_notifications)
3732 (notifications_size, notifications_desc): Declare.
3733 (w32_get_watch_object, lispy_file_action, globals_of_w32notify):
3734 Add prototypes.
3735
3736 * w32term.c (lispy_file_action, queue_notifications): New functions.
3737 (syms_of_w32term) <Qadded, Qremoved, Qmodified, Qrenamed_from>
3738 <Qrenamed_to>: New symbols.
3739 (w32_read_socket): Handle the WM_EMACS_FILENOTIFY message.
3740
3741 * w32notify.c: New file, implements file event notifications for
3742 MS-Windows.
3743
3744 * w32fns.c (w32_wnd_proc): Handle the WM_EMACS_FILENOTIFY message
3745 by posting it to the w32_read_socket queue.
3746
3747 * termhooks.h (enum event_kind) [HAVE_NTGUI]: Support FILE_NOTIFY_EVENT.
3748
3749 * makefile.w32-in (OBJ2): Add $(BLD)/w32notify.$(O).
3750 (GLOBAL_SOURCES): Add w32notify.c
3751 ($(BLD)/w32notify.$(O)): New set of dependencies.
3752
3753 * lisp.h (syms_of_w32notify) [WINDOWSNT]: Add prototype.
3754
3755 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
3756 Handle FILE_NOTIFY_EVENT.
3757 (syms_of_keyboard) [HAVE_NTGUI] <Qfile_notify>: New symbol.
3758 (keys_of_keyboard) [WINDOWSNT]: Bind file-notify to
3759 w32notify-handle-event by default.
3760
3761 * emacs.c (main) [WINDOWSNT]: Call globals_of_w32notify and
3762 syms_of_w32notify.
3763
3764 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3765
3766 Support for filesystem notifications on GNU/Linux via inotify.
3767 * termhooks.h (enum event_kind) [HAVE_INOTIFY]: Add FILE_NOTIFY_EVENT.
3768
3769 * lisp.h (syms_of_inotify) [HAVE_INOTIFY]: Add prototype.
3770
3771 * keyboard.c (Qfile_inotify) [HAVE_INOTIFY]: New variable.
3772 (syms_of_keyboard): DEFSYM it.
3773 (kbd_buffer_get_event) [HAVE_INOTIFY]: Generate FILE_NOTIFY_EVENT.
3774 (make_lispy_event): Support FILE_NOTIFY_EVENT by generating
3775 Qfile_inotify events.
3776 (keys_of_keyboard) [HAVE_INOTIFY]: Bind file-inotify events in
3777 special-event-map to inotify-handle-event.
3778
3779 * emacs.c (main) [HAVE_INOTIFY]: Call syms_of_inotify.
3780
3781 * Makefile.in (base_obj): Add inotify.o.
3782
3783 * inotify.c: New file.
3784
3785 2012-12-10 Jan Djärv <jan.h.d@swipnet.se>
3786
3787 * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103).
3788
3789 2012-12-10 Fabrice Popineau <fabrice.popineau@gmail.com>
3790
3791 * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
3792 DWORD_PTR, for compatibility with 64-bit builds.
3793
3794 * w32.c (_PROCESS_MEMORY_COUNTERS_EX):
3795 (GetProcessWorkingSetSize_Proc, get_process_working_set_size)
3796 (system_process_attributes): Use SIZE_T rather than DWORD, for
3797 compatibility with 64-bit builds.
3798
3799 2012-12-10 Christopher Schmidt <christopher@ch.ristopher.com>
3800
3801 * lread.c (Vload_source_file_function): Doc fix (Bug#11647).
3802
3803 2012-12-10 Eli Zaretskii <eliz@gnu.org>
3804
3805 * indent.c (Fvertical_motion): If a display string will be
3806 displayed on the left or the right margin, don't consider it as a
3807 factor in cursor positioning. (Bug#13108)
3808
3809 2012-12-10 Martin Rudalics <rudalics@gmx.at>
3810
3811 * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
3812
3813 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
3814
3815 * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int,
3816 for string length.
3817
3818 2012-12-08 Eli Zaretskii <eliz@gnu.org>
3819
3820 * w32.c (unsetenv): Return 0 if the input string is too long.
3821
3822 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
3823
3824 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
3825 * alloc.c (xputenv): New function.
3826 * dbusbind.c (Fdbus_init_bus):
3827 * emacs.c (main):
3828 * xterm.c (x_term_init):
3829 Use xputenv instead of setenv or putenv, to detect memory exhaustion.
3830 * editfns.c (initial_tz): Move static var decl up.
3831 (tzvalbuf_in_environ): New static var.
3832 (init_editfns): Initialize these two static vars.
3833 (Fencode_time): Don't assume arbitrary limit on EMACS_INT width.
3834 Save old TZ value on stack, if it's small.
3835 (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly;
3836 instead, use xputenv+unsetenv to set and restore TZ.
3837 (environbuf): Remove static var. All uses removed.
3838 (Fset_time_zone_rule): Do not save TZ and environ;
3839 no longer needed here.
3840 (set_time_zone_rule_tz1, set_time_zone_rule_tz2) [LOCALTIME_CACHE]:
3841 Move to inside set_time_zone_rule; they don't need file scope any more.
3842 (set_time_zone_rule): Maintain the TZ=value string separately.
3843 (syms_of_editfns): Don't initialize initial_tz;
3844 init_editfns now does it.
3845 * emacs.c (dump_tz) [HAVE_TZSET]: Now const.
3846 * lisp.h (xputenv): New decl.
3847
3848 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com>
3849
3850 * w32fns.c (emacs_abort): Don't do arithmetics on void pointers.
3851
3852 2012-12-08 Eli Zaretskii <eliz@gnu.org>
3853
3854 * w32.c (unsetenv, sys_putenv): New functions.
3855
3856 2012-12-08 Chong Yidong <cyd@gnu.org>
3857
3858 * editfns.c (Finsert_char): Make the error message more
3859 informative (Bug#12992).
3860
3861 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
3862
3863 Simplify get_lim_data.
3864 * vm-limit.c (get_lim_data): Combine RLIMIT_AS and RLIMIT_DATA methods.
3865 Remove USG and vlimit methods; no longer used these days.
3866 Add #error catchall just in case.
3867
3868 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
3869 Exceptions: do not assume SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN,
3870 SIGTTOU, SIGUSR1, SIGUSR2, as Microsoft platforms lack these.
3871 * process.c [subprocesses]: Include <c-ctype.h>, <sig2str.h>.
3872 (deleted_pid_list, Fdelete_process, create_process)
3873 (record_child_status_change, handle_child_signal, deliver_child_signal)
3874 (init_process_emacs, syms_of_process):
3875 Assume SIGCHLD is defined.
3876 (parse_signal): Remove. All uses removed.
3877 (abbr_to_signal): New static function.
3878 (Fsignal_process): Use it to convert signal names to ints.
3879 * sysdep.c (sys_suspend) [!DOS_NT]: Use kill (0, ...) rather than
3880 kill (getpgrp (), ...).
3881 (emacs_sigaction_init): Assume SIGCHLD is defined.
3882 (init_signals): Assume SIGALRM, SIGCHLD, SIGHUP, SIGKILL,
3883 SIGPIPE, and SIGQUIT are defined. Do not worry about SIGCLD any more.
3884 * syssignal.h (EMACS_KILLPG): Remove.
3885 All uses replaced by 'kill' with a negative pid.
3886 (SIGCHLD): Remove definition, as we now assume SIGCHLD.
3887 * w32proc.c (sys_kill): Support negative pids compatibly with POSIX.
3888
3889 2012-12-07 Paul Eggert <eggert@cs.ucla.edu>
3890
3891 * sysdep.c (get_child_status): Abort on internal error (Bug#13086).
3892 This will cause a production Emacs to dump core instead of
3893 infinite-looping.
3894
3895 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
3896
3897 * frame.c (make_frame): Do not set window's buffer to t.
3898 * window.c (Fsplit_window_internal): Likewise. Previously it was
3899 used to indicate that the window is being set up. Now we use
3900 set_window_buffer for all new windows, so the condition in ...
3901 (Fset_window_buffer): ... is always true and can be removed.
3902
3903 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
3904
3905 Convenient macro to check whether the buffer is hidden.
3906 * buffer.h (BUFFER_HIDDEN_P): New macro.
3907 * frame.c (make_frame): Use it. Adjust comment.
3908 * buffer.c (candidate_buffer): New function.
3909 (Fother_buffer, other_buffer_safely): Use it.
3910
3911 2012-12-06 Eli Zaretskii <eliz@gnu.org>
3912
3913 * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG
3914 if the child process is still running. Instead, exit the wait
3915 loop and return zero. (Bug#13086)
3916
3917 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
3918
3919 * frame.h (x_char_width, x_char_height): Remove prototypes.
3920 * w32term.h (x_char_width, x_char_height): Likewise.
3921 * xfns.c (x_char_width, x_char_height): Remove.
3922 * w32fns.c (x_char_width, x_char_height): Likewise.
3923 * nsfns.c (x_char_width, x_char_height): Likewise.
3924 * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for
3925 all window frames.
3926 (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT.
3927 * keyboard.c (command_loop_1): Remove prototype.
3928 (command_loop_2, top_level_1): Add static to match prototype.
3929
3930 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
3931
3932 Fix a recently-introduced delete-process race condition.
3933 * callproc.c, process.h (record_kill_process):
3934 New function, containing part of the old call_process_kill.
3935 (call_process_kill): Use it.
3936 This does not change call_process_kill's behavior.
3937 * process.c (Fdelete_process): Use record_kill_process to fix a
3938 race condition that could cause Emacs to lose track of a child.
3939
3940 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
3941
3942 Avoid code duplication between prev_frame and next_frame.
3943 * frame.c (candidate_frame): New function. Add comment.
3944 (prev_frame, next_frame): Use it. Adjust comment.
3945
3946 2012-12-06 Eli Zaretskii <eliz@gnu.org>
3947
3948 * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp
3949 fails, signal an error instead of continuing with an empty
3950 string. (Bug#13079)
3951 Encode expanded temp file pattern before passing it to mkstemp or
3952 mktemp.
3953
3954 * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
3955 Encode the file name before passing it to dostounix_filename, in
3956 case it will downcase it (under w32-downcase-file-names).
3957 (Bug#12933)
3958
3959 2012-12-05 Paul Eggert <eggert@cs.ucla.edu>
3960
3961 Minor call-process cleanups.
3962 * callproc.c (Fcall_process): Do record-unwind-protect on MSDOS
3963 at the same time as other platforms, to simplify analysis.
3964 No need for fd0_volatile since we have synch_process_fd.
3965 Avoid needless emacs_close; arg is always negative.
3966
3967 2012-12-04 Andreas Schwab <schwab@linux-m68k.org>
3968
3969 * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous
3970 processes.
3971
3972 2012-12-04 Dmitry Antipov <dmantipov@yandex.ru>
3973
3974 * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state
3975 member. Adjust users. Convert mouse_face_past_end, mouse_face_defer
3976 and mouse_face_hidden members to a bitfields.
3977 * frame.h (struct frame): Remove set-but-not-used space_width member.
3978 (FRAME_SPACE_WIDTH): Remove.
3979 * nsterm.m, w32term.c, xterm.c: Adjust users.
3980 * termchar.h (struct tty_display_info): Remove set-but-unused se_is_so
3981 member. Adjust users. Convert term_initted, delete_in_insert_mode,
3982 costs_set, insert_mode, standout_mode, cursor_hidden and flow_control
3983 members to a bitfields.
3984
3985 2012-12-03 Paul Eggert <eggert@cs.ucla.edu>
3986
3987 Don't let call-process be a zombie factory (Bug#12980).
3988 Fixing this bug required some cleanup of the signal-handling code.
3989 As a side effect, this change also fixes a longstanding rare race
3990 condition whereby Emacs could mistakenly kill unrelated processes,
3991 and it fixes a bug where a second C-g does not kill a recalcitrant
3992 synchronous process in GNU/Linux and similar platforms.
3993 The patch should also fix the last vestiges of Bug#9488,
3994 a bug which has mostly been fixed on the trunk by other changes.
3995 * callproc.c, process.h (synch_process_alive, synch_process_death)
3996 (synch_process_termsig, sync_process_retcode):
3997 Remove. All uses removed, to simplify analysis and so that
3998 less consing is done inside critical sections.
3999 * callproc.c (call_process_exited): Remove. All uses replaced
4000 with !synch_process_pid.
4001 * callproc.c (synch_process_pid, synch_process_fd): New static vars.
4002 These take the role of what used to be in unwind-protect arg.
4003 All uses changed.
4004 (block_child_signal, unblock_child_signal):
4005 New functions, to avoid races that could kill innocent-victim processes.
4006 (call_process_kill, call_process_cleanup, Fcall_process): Use them.
4007 (call_process_kill): Record killed processes as deleted, so that
4008 zombies do not clutter up the system. Do this inside a critical
4009 section, to avoid a race that would allow the clutter.
4010 (call_process_cleanup): Fix code so that the second C-g works again
4011 on common platforms such as GNU/Linux.
4012 (Fcall_process): Create the child process in a critical section,
4013 to fix a race condition. If creating an asynchronous process,
4014 record it as deleted so that zombies do not clutter up the system.
4015 Do unwind-protect for WINDOWSNT too, as that's simpler in the
4016 light of these changes. Omit unnecessary call to emacs_close
4017 before failure, as the unwind-protect code does that.
4018 * callproc.c (call_process_cleanup):
4019 * w32proc.c (waitpid): Simplify now that synch_process_alive is gone.
4020 * process.c (record_deleted_pid): New function, containing
4021 code refactored out of Fdelete_process.
4022 (Fdelete_process): Use it.
4023 (process_status_retrieved): Remove. All callers changed to use
4024 child_status_change.
4025 (record_child_status_change): Remove, folding its contents into ...
4026 (handle_child_signal): ... this signal handler. Now, this
4027 function is purely a handler for SIGCHLD, and is not called after
4028 a synchronous waitpid returns; the synchronous code is moved to
4029 wait_for_termination. There is no need to worry about reaping
4030 more than one child now.
4031 * sysdep.c (get_child_status, child_status_changed): New functions.
4032 (wait_for_termination): Now takes int * status and bool
4033 interruptible arguments, too. Do not record child status change;
4034 that's now the caller's responsibility. All callers changed.
4035 Reimplement in terms of get_child_status.
4036 (wait_for_termination_1, interruptible_wait_for_termination):
4037 Remove. All callers changed to use wait_for_termination.
4038 * syswait.h: Include <stdbool.h>, for bool.
4039 (record_child_status_change, interruptible_wait_for_termination):
4040 Remove decls.
4041 (record_deleted_pid, child_status_changed): New decls.
4042 (wait_for_termination): Adjust to API changes noted above.
4043
4044 * bytecode.c, lisp.h (Qbytecode): Remove.
4045 No longer needed after 2012-11-20 interactive-p changes.
4046
4047 2012-12-03 Eli Zaretskii <eliz@gnu.org>
4048
4049 * xdisp.c (redisplay_window): If the cursor is visible, but inside
4050 the scroll margin, move point outside the margin. (Bug#13055)
4051
4052 2012-12-03 Jan Djärv <jan.h.d@swipnet.se>
4053
4054 * gtkutil.c (my_log_handler): New function.
4055 (xg_set_geometry): Set log handler to my_log_handler (Bug#11177).
4056
4057 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
4058
4059 * lisp.h (modify_region): Rename to...
4060 (modify_region_1): ...new prototype.
4061 * textprop.c (modify_region): Now static. Adjust users.
4062 * insdel.c (modify_region): Rename to...
4063 (modify_region_1): ...new function to work with current buffer.
4064 Adjust comment and users. Use true and false for booleans.
4065
4066 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
4067
4068 * alloc.c (free_save_value): New function.
4069 (safe_alloca_unwind): Use it.
4070 * lisp.h (free_save_value): New prototype.
4071 * editfns.c (save_excursion_save): Use Lisp_Misc_Save_Value.
4072 Add comment.
4073 (save_excursion_restore): Adjust to match saved data structure.
4074 Use free_save_value to offload some work from GC. Drop obsolete
4075 #if 0 code.
4076
4077 2012-12-03 Chong Yidong <cyd@gnu.org>
4078
4079 * fileio.c (Vauto_save_list_file_name): Doc fix.
4080
4081 2012-12-03 Fabrice Popineau <fabrice.popineau@gmail.com>
4082
4083 * w32fns.c: Remove prototype of atof.
4084 (syspage_mask): Make it DWORD_PTR, for compatibility with 64-bit
4085 builds.
4086 (file_dialog_callback): Make it UINT_PTR.
4087
4088 * w32common.h (syspage_mask): Declare DWORD_PTR, for compatibility
4089 with 64-bit builds.
4090
4091 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
4092 (FILE_ANY_ACCESS, CTL_CODE) [_MSC_VER]: Define only if not already
4093 defined.
4094
4095 2012-12-03 Glenn Morris <rgm@gnu.org>
4096
4097 * data.c (Fboundp, Fsymbol_value): Doc fix re lexical-binding.
4098
4099 2012-12-02 Paul Eggert <eggert@cs.ucla.edu>
4100
4101 Fix xpalloc confusion after memory is exhausted.
4102 * alloc.c (xpalloc): Comment fix.
4103 * charset.c (Fdefine_charset_internal): If xpalloc exhausts memory
4104 and signals an error, do not clear charset_table_size, as
4105 charset_table is still valid.
4106 * doprnt.c (evxprintf): Clear *BUF after freeing it.
4107
4108 Use execve to avoid need to munge environ (Bug#13054).
4109 * callproc.c (Fcall_process):
4110 * process.c (create_process):
4111 Don't save and restore environ; no longer needed.
4112 * callproc.c (child_setup):
4113 Use execve, not execvp, to preserve environ.
4114
4115 2012-12-01 Paul Eggert <eggert@cs.ucla.edu>
4116
4117 * xterm.c (x_draw_image_relief): Remove unused locals (Bug#10500).
4118
4119 2012-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4120
4121 * xterm.c (x_draw_relief_rect, x_draw_image_relief): Fix relief
4122 display for sliced images (Bug#10500).
4123
4124 * w32term.c (w32_draw_relief_rect, x_draw_image_relief): Likewise.
4125
4126 2012-11-30 Juanma Barranquero <lekktu@gmail.com>
4127
4128 * doc.c (Fdocumentation): Re-add handling of function-documentation,
4129 accidentally removed in 2012-11-09T04:10:16Z!monnier@iro.umontreal.ca (bug#13034).
4130
4131 2012-11-29 Dmitry Antipov <dmantipov@yandex.ru>
4132
4133 * xdisp.c (window_outdated): Remove eassert since it hits
4134 some suspicious corner cases (see Bug#13007 and Bug#13012).
4135 (mode_line_update_needed): New function.
4136 (redisplay_internal, redisplay_window): Use it.
4137 (ensure_selected_frame): New function.
4138 (redisplay_internal, unwind_redisplay): Use it.
4139 (redisplay_internal): Move comment about buffer_shared...
4140 (buffer_shared_and_changed): ...near to its real use.
4141
4142 2012-11-29 Paul Eggert <eggert@cs.ucla.edu>
4143
4144 * callproc.c (Fcall_process): Don't misreport vfork failure.
4145
4146 2012-11-28 Paul Eggert <eggert@cs.ucla.edu>
4147
4148 * callproc.c (Fcall_process): Fix vfork portability problems.
4149 Do not assume that fd[0], count, filefd, and save_environ survive
4150 vfork. Fix bug whereby wrong errno value could be reported for
4151 pipe failure. Some minor cleanups, too, as follows. Move buf and
4152 bufsize to the context where they're needed. Change new_argv to
4153 be of type char **, as this is more convenient and avoids casts.
4154 (CALLPROC_BUFFER_SIZE_MIN, CALLPROC_BUFFER_SIZE_MAX):
4155 Now local constants, not macros.
4156
4157 2012-11-18 Kenichi Handa <handa@gnu.org>
4158
4159 * font.c (font_unparse_xlfd): Fix previous change. Keep "const"
4160 for the variable "f".
4161
4162 2012-11-13 Kenichi Handa <handa@gnu.org>
4163
4164 * font.c (font_unparse_xlfd): Exclude special characters from the
4165 generating XLFD name.
4166
4167 2012-11-27 Paul Eggert <eggert@cs.ucla.edu>
4168
4169 Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.
4170 * dired.c (stat_uname, stat_gname):
4171 * fileio.c (Fexpand_file_name): Remove no-longer-needed casts.
4172
4173 Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968).
4174 * dired.c (directory_files_internal, file_name_completion):
4175 Assume EAGAIN and EINTR are defined.
4176
4177 * fileio.c (Fcopy_file): Assume EISDIR is defined.
4178 * gmalloc.c (ENOMEM, EINVAL): Assume they're defined.
4179 * gnutls.c (emacs_gnutls_write): Assume EAGAIN is defined.
4180 * lread.c (readbyte_from_file): Assume EINTR is defined.
4181 * process.c (wait_reading_process_output, send_process) [subprocesses]:
4182 Assume EIO and EAGAIN are defined.
4183 * unexcoff.c (write_segment): Assume EFAULT is defined.
4184
4185 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4186
4187 * fontset.c (Finternal_char_font): Return nil on non-GUI frames.
4188 (Bug#11964)
4189
4190 * xdisp.c (draw_glyphs): Don't draw in mouse face if mouse
4191 highlighting on the frame was cleared. Prevents assertion
4192 violations when repeatedly clicking on the "Top" link of the
4193 "bread-crumbs" in Info buffers.
4194
4195 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
4196
4197 * sysdep.c (sys_subshell): Don't assume pid_t fits in int.
4198
4199 2012-11-24 Ken Brown <kbrown@cornell.edu>
4200
4201 * keyboard.c (HAVE_MOUSE):
4202 * frame.c (HAVE_MOUSE): Remove, and rewrite code as if HAVE_MOUSE
4203 were always defined.
4204
4205 2012-11-24 Eli Zaretskii <eliz@gnu.org>
4206
4207 * xdisp.c (set_cursor_from_row): Skip step 2 only if point is not
4208 between bpos_covered and bpos_max. This fixes cursor display when
4209 several display strings follow each other.
4210
4211 * .gdbinit (pgx): If the glyph's object is a string, display the
4212 pointer to string data, rather than the value of the string object
4213 itself (which barfs under CHECK_LISP_OBJECT_TYPE).
4214
4215 * indent.c (Fvertical_motion): If the starting position is covered
4216 by a display string, return to one position before that, to avoid
4217 overshooting it inside move_it_to. (Bug#12930)
4218
4219 2012-11-23 Dmitry Antipov <dmantipov@yandex.ru>
4220
4221 * frame.h (struct frame): Remove display_preempted member
4222 since all users are dead long ago.
4223 * nsterm.h (struct x_output): Use the only dummy member.
4224 * w32menu.c (pending_menu_activation): Remove since not
4225 really used.
4226 (set_frame_menubar): Adjust user.
4227 * w32term.h (struct x_output): Drop outdated #if 0 code.
4228 (struct w32_output): Use bitfields for explicit_parent,
4229 asked_for_visible and menubar_active members.
4230 Drop unused pending_menu_activation member.
4231 * xterm.h (struct x_output): Drop outdated #if 0 code.
4232 Use bitfields for explicit_parent, asked_for_visible,
4233 has_been_visible and net_wm_state_hidden_seen members.
4234
4235 2012-11-23 Eli Zaretskii <eliz@gnu.org>
4236
4237 * makefile.w32-in (globals.h, gl-stamp): Use $(SWITCHCHAR) instead
4238 of a literal "/". (Bug#12955)
4239 (gl-stamp): Invoke fc.exe directly, not through cmd.
4240
4241 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
4242
4243 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
4244 * dired.c: Assume HAVE_DIRENT_H.
4245 (NAMLEN): Remove, replacing with ...
4246 (dirent_namelen): New function. All uses changed. Use the GNU macro
4247 _D_EXACT_NAMELEN if available, as it's faster than strlen.
4248 (DIRENTRY): Remove, replacing all uses with 'struct dirent'.
4249 (DIRENTRY_NONEMPTY): Remove. All callers now assume it's nonzero.
4250 * makefile.w32-in (DIR_H): Remove. All uses replaced with
4251 $(NT_INC)/dirent.h.
4252 ($(BLD)/w32.$(O)): Do not depend on $(SRC)/ndir.h.
4253 * ndir.h: Rename to ../nt/inc/dirent.h.
4254 * sysdep.h (closedir) [!HAVE_CLOSEDIR]: Remove.
4255 Do not include <dirent.h>; no longer needed.
4256 * w32.c: Include <dirent.h> rather than "ndir.h".
4257
4258 2012-11-23 Chong Yidong <cyd@gnu.org>
4259
4260 * xftfont.c (xftfont_open): Remove duplicate assignment.
4261
4262 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
4263
4264 * alloc.c (Fgarbage_collect): Unblock input after clearing
4265 gc_in_progress to avoid note_mouse_highlight glitch with GC.
4266 * frame.h (FRAME_MOUSE_UPDATE): New macro.
4267 * msdos.c (IT_frame_up_to_date): Use it here...
4268 * w32term.c (w32_frame_up_to_date): ...here...
4269 * xterm.c (XTframe_up_to_date): ...and here...
4270 * nsterm.m (ns_frame_up_to_date): ...but not here.
4271 * lisp.h (Mouse_HLInfo): Remove mouse_face_deferred_gc member.
4272 Adjust users.
4273 * xdisp.c (message2_nolog, message3_nolog, note_mouse_highlight):
4274 Do not check whether GC is in progress.
4275
4276 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
4277
4278 * xdisp.c (window_buffer_changed): New function.
4279 (update_menu_bar, update_tool_bar): Use it to
4280 simplify large 'if' statements.
4281 (redisplay_internal): Generalize commonly used
4282 'tail' and 'frame' local variables.
4283
4284 2012-11-22 Eli Zaretskii <eliz@gnu.org>
4285
4286 * w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts
4287 with Windows system header.
4288
4289 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4290
4291 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
4292 * alloc.c: Assume unistd.h exists.
4293 * fileio.c (Fexpand_file_name) [DOS_NT]: Use getcwd, not getwd.
4294 * sysdep.c (get_current_dir_name): Assume getcwd exists.
4295 (getwd) [USG]: Remove; no longer needed.
4296 (sys_subshell) [DOS_NT]: Use getcwd, not getwd.
4297 * w32.c (getcwd): Rename from getwd, and switch to getcwd's API.
4298 * w32.h (getcwd): Remove decl.
4299
4300 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.
4303 Make it set selected_window as well.
4304 (update_tool_bar): Use it.
4305
4306 2012-11-21 Ken Brown <kbrown@cornell.edu>
4307
4308 * emacs.c (main): Set the G_SLICE environment variable for all
4309 Cygwin builds, not just GTK builds. See
4310 https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00368.html.
4311
4312 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4313
4314 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
4315 (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]:
4316 Define for the MSVC compiler.
4317
4318 * w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing semi-colon.
4319
4320 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
4321 (Fexpand_file_name) [DOS_NT]: Pass encoded file name to
4322 dostounix_filename. Prevents crashes down the road, because
4323 dostounix_filename assumes it gets a unibyte string.
4324 Reported by Michel de Ruiter <michel@sentient.nl>, see
4325 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html
4326
4327 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 Conflate Qnil and Qunbound for `symbol-function'.
4330 * alloc.c (Fmake_symbol): Initialize `function' to Qnil.
4331 * lread.c (init_obarray): Set `function' fields to Qnil.
4332 * eval.c (Fcommandp): Ignore Qunbound.
4333 (Fautoload, eval_sub, Fapply, Ffuncall, Fmacroexpand):
4334 * data.c (Ffset, Ffboundp, indirect_function, Findirect_function):
4335 Test NILP rather than Qunbound.
4336 (Ffmakunbound): Set to Qnil.
4337 (Fsymbol_function): Never signal an error.
4338 (Finteractive_form): Ignore Qunbound.
4339
4340 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
4341
4342 * eval.c (interactive_p): Remove no-longer-used decl.
4343
4344 2012-11-20 Dmitry Antipov <dmantipov@yandex.ru>
4345
4346 * xdisp.c (buffer_shared): Adjust comment.
4347 (buffer_shared_and_changed): New function.
4348 (prepare_menu_bars, redisplay_internal): Use it to
4349 decide whether all windows or frames should be updated.
4350 (window_outdated): New function.
4351 (text_outside_line_unchanged_p, redisplay_window): Use it.
4352 (redisplay_internal): Likewise. Fix indentation.
4353
4354 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * eval.c (Finteractive_p, Fcalled_interactively_p, interactive_p): Remove.
4357 (syms_of_eval): Remove corresponding defsubr.
4358 * bytecode.c (exec_byte_code): `interactive-p' is now a Lisp function.
4359
4360 2012-11-19 Daniel Colascione <dancol@dancol.org>
4361
4362 * w32fns.c (Fx_file_dialog):
4363 (Fx_file_dialog): Accomodate rename of cygwin_convert_path* to
4364 cygwin_convert_file_name*.
4365
4366 * cygw32.c (Fcygwin_convert_path_to_windows, syms_of_cygw32):
4367 Rename cygwin_convert_path* to cygwin_convert_file_name*.
4368
4369 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
4370
4371 * nsterm.m (ns_select): Send SIGIO only to self, not to process group.
4372
4373 2012-11-18 Eli Zaretskii <eliz@gnu.org>
4374
4375 * w32select.c: Include w32common.h before w32term.h, so that
4376 windows.h gets included before w32term.h uses some of its
4377 features, see below.
4378
4379 * w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]:
4380 New typedefs.
4381 (EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]:
4382 New prototypes.
4383 (EnumSystemLocales) [_MSC_VER]: Define if undefined. (Bug#12878)
4384
4385 2012-11-18 Jan Djärv <jan.h.d@swipnet.se>
4386
4387 * nsterm.m (hold_event): Set send_appdefined to YES (Bug#12834).
4388 (ns_select): Return at once if events are held (Bug#12834).
4389
4390 2012-11-18 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4391
4392 * unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64.
4393 Needed following 2012-10-20 change. (Bug#12902)
4394
4395 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
4396
4397 * w32proc.c (waitpid): Remove unused label get_result.
4398
4399 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
4400
4401 * makefile.w32-in (SYSWAIT_H): New macro.
4402 ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
4403 ($(BLD)/sysdep.$(O)): Update dependencies.
4404
4405 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4406
4407 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
4408 * callproc.c (relocate_fd): Assume F_DUPFD.
4409 * emacs.c, term.c (O_RDWR): Remove.
4410 * keyboard.c (tty_read_avail_input): Use O_NONBLOCK rather than
4411 O_NDELAY, since O_NONBLOCK is the standard name for this flag.
4412 * nsterm.m: Assume <fcntl.h> exists.
4413 * process.c (NON_BLOCKING_CONNECT, allocate_pty, create_process)
4414 (create_pty, Fmake_network_process, server_accept_connection)
4415 (wait_reading_process_output, init_process_emacs):
4416 Assume O_NONBLOCK.
4417 (wait_reading_process_output): Put in a special case for WINDOWSNT
4418 to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK.
4419 It's not clear this is needed, but it's a more-conservative change.
4420 (create_process): Assume FD_CLOEXEC.
4421 (create_process, create_pty): Assume O_NOCTTY.
4422 * sysdep.c (init_sys_modes, reset_sys_modes): Assume F_SETFL.
4423 (reset_sys_modes): Use O_NONBLOCK rather than O_NDELAY.
4424 Omit if not DOS_NT, since F_GETFL is not defined there.
4425 (serial_open): Assume O_NONBLOCK and O_NOCTTY.
4426 * term.c: Include <fcntl.h>, for flags like O_NOCTTY.
4427 (O_NOCTTY): Remove.
4428 (init_tty): Assume O_IGNORE_CTTY is defined to 0 on platforms that
4429 lack it, since gnulib guarantees this.
4430 * w32.c (fcntl): Test for O_NONBLOCK rather than O_NDELAY.
4431
4432 2012-11-17 Eli Zaretskii <eliz@gnu.org>
4433
4434 * w32.c (faccessat): Pretend that directories have the execute bit
4435 set. Emacs expects that, e.g., in files.el:cd-absolute.
4436
4437 * w32proc.c (create_child): Don't clip the PID of the child
4438 process to fit into an Emacs integer, as this is no longer a
4439 restriction.
4440 (waitpid): Rename from sys_wait. Emulate a Posix 'waitpid' by
4441 reaping only the process specified by PID argument, if that is
4442 positive. Use PID instead of dead_child to know which process to
4443 reap. Wait for the child to die only if WNOHANG is not in
4444 OPTIONS.
4445 (sys_select): Don't set dead_child.
4446
4447 * sysdep.c (wait_for_termination_1): Remove the WINDOWSNT portion,
4448 as it is no longer needed.
4449
4450 * process.c (waitpid, WUNTRACED) [!WNOHANG]: Remove definitions,
4451 no longer needed.
4452 (record_child_status_change): Remove the setting of
4453 record_at_most_one_child for the !WNOHANG case.
4454
4455 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
4456
4457 Fix problems in ns port found by static checking.
4458 * nsterm.m: Include <pthread.h>, for pthread_mutex_lock etc.
4459 (hold_event, setPosition:portion:whole:): Send SIGIO only to self,
4460 not to process group.
4461 (ns_select): Use emacs_write, not write, as that's more robust
4462 in the presence of signals.
4463 (fd_handler:): Check for read errors.
4464
4465 2012-11-16 Glenn Morris <rgm@gnu.org>
4466
4467 * editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
4468
4469 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * eval.c (Finteractive_p): Revert lexbind-merge mishap.
4472
4473 2012-11-16 Eli Zaretskii <eliz@gnu.org>
4474
4475 * w32proc.c (timer_loop): Make sure SuspendThread and ResumeThread
4476 use the same value of thread handle.
4477 (start_timer_thread): If the timer thread exited (due to error),
4478 clean up by closing the two handles it used. Duplicate the caller
4479 thread's handle here, so it gets duplicated only once, when
4480 launching the timer thread. Set priority of the timer thread, not
4481 the caller thread.
4482 (getitimer): Don't duplicate the caller thread's handle here.
4483 (Bug#12832)
4484
4485 2012-11-16 Jan Djärv <jan.h.d@swipnet.se>
4486
4487 * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
4488 called (Bug#12834).
4489
4490 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
4491
4492 Remove no-longer-used pty_max_bytes variable.
4493 * process.c (pty_max_bytes): Remove; unused.
4494 (send_process): Do not set it.
4495
4496 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
4497
4498 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/emacs.$(O)):
4499 Update dependencies.
4500
4501 2012-11-15 Paul Eggert <eggert@cs.ucla.edu>
4502
4503 * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
4504 This follows up on the 2012-09-29 patch that removed indirection
4505 for the 'function' field. Reported by Sergey Vinokurov in
4506 <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00263.html>.
4507
4508 2012-11-14 Eli Zaretskii <eliz@gnu.org>
4509
4510 * w32.c (faccessat): Rename from sys_faccessat. (No need to use a
4511 different name, as the MS runtime does not have such a function,
4512 and probably never will.) All callers changed. Ignore DIRFD
4513 value if PATH is an absolute file name, to match Posix spec
4514 better. If AT_SYMLINK_NOFOLLOW is set in FLAGS, don't resolve
4515 symlinks.
4516
4517 2012-11-14 Dmitry Antipov <dmantipov@yandex.ru>
4518
4519 * xdisp.c (echo_area_display, redisplay_internal):
4520 Omit redundant check whether frame_garbaged is set.
4521
4522 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
4523
4524 Use faccessat, not access, when checking file permissions (Bug#12632).
4525 This fixes a bug that has been present in Emacs since its creation.
4526 It was reported by Chris Torek in 1983 even before GNU Emacs existed,
4527 which must set some sort of record. (Torek's bug report was against
4528 a predecessor of GNU Emacs, but GNU Emacs happened to have the
4529 same common flaw.) See Torek's Usenet posting
4530 "setuid/setgid programs & Emacs" Article-I.D.: sri-arpa.858
4531 Posted: Fri Apr 8 14:18:56 1983.
4532 * Makefile.in (LIB_EACCESS): New macro.
4533 (LIBES): Use it.
4534 * callproc.c (init_callproc):
4535 * charset.c (init_charset):
4536 * fileio.c (check_existing, check_executable, check_writable)
4537 (Ffile_readable_p):
4538 * lread.c (openp, load_path_check):
4539 * process.c (allocate_pty):
4540 * xrdb.c (file_p):
4541 Use effective UID when checking permissions, not real UID.
4542 * callproc.c (init_callproc):
4543 * charset.c (init_charset):
4544 * lread.c (load_path_check, init_lread):
4545 Test whether directories are accessible, not merely whether they exist.
4546 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): New macro.
4547 * fileio.c (check_existing, check_executable, check_writable)
4548 (Ffile_readable_p):
4549 Use symbolic names instead of integers for the flags, as they're
4550 portable now.
4551 (check_writable): New arg AMODE. All uses changed.
4552 Set errno on failure.
4553 (Ffile_readable_p): Use faccessat, not stat + open + close.
4554 (Ffile_writable_p): No need to call check_existing + check_writable.
4555 Just call check_writable and then look at errno. This saves a syscall.
4556 dir should never be nil; replace an unnecessary runtime check
4557 with an eassert. When checking the parent directory of a nonexistent
4558 file, check that the directory is searchable as well as writable, as
4559 we can't create files in unsearchable directories.
4560 (file_directory_p): New function, which uses 'stat' on most platforms
4561 but faccessat with D_OK (for efficiency) if WINDOWSNT.
4562 (Ffile_directory_p, Fset_file_times): Use it.
4563 (file_accessible_directory_p): New function, which uses a single
4564 syscall for efficiency.
4565 (Ffile_accessible_directory_p): Use it.
4566 * xrdb.c (file_p): Use file_directory_p.
4567 * lisp.h (file_directory_p, file_accessible_directory_p): New decls.
4568 * lread.c (openp): When opening a file, use fstat rather than
4569 stat, as that avoids a permissions race. When not opening a file,
4570 use file_directory_p rather than stat.
4571 (dir_warning): First arg is now a usage string, not a format.
4572 Use errno. All uses changed.
4573 * nsterm.m (ns_term_init): Remove unnecessary call to file-readable
4574 that merely introduced a race.
4575 * process.c, sysdep.c, term.c: All uses of '#ifdef O_NONBLOCK'
4576 changed to '#if O_NONBLOCK', to accommodate gnulib O_* style,
4577 and similarly for the other O_* flags.
4578 * w32.c (sys_faccessat): Rename from sys_access and switch to
4579 faccessat's API. All uses changed.
4580 * xrdb.c: Do not include <sys/stat.h>; no longer needed.
4581 (magic_db): Rename from magic_file_p.
4582 (magic_db, search_magic_path): Return an XrmDatabase rather than a
4583 char *, so that we don't have to test for file existence
4584 separately from opening the file for reading. This removes a race
4585 fixes a permission-checking problem, and simplifies the code.
4586 All uses changed.
4587 (file_p): Remove; no longer needed.
4588
4589 2012-11-13 Dmitry Antipov <dmantipov@yandex.ru>
4590
4591 Omit glyphs initialization at startup.
4592 * dispnew.c (glyphs_initialized_initially_p): Remove.
4593 (adjust_frame_glyphs_initially): Likewise. Adjust users.
4594 (Fredraw_frame): Move actual code from here...
4595 (redraw_frame): ...to here. Add eassert. Adjust comment.
4596 (Fredraw_display): Use redraw_frame.
4597 * xdisp.c (clear_garbaged_frames): Likewise.
4598
4599 2012-11-13 Eli Zaretskii <eliz@gnu.org>
4600
4601 * xdisp.c (decode_mode_spec): Limit the value of WIDTH argument
4602 passed to pint2str and pint2hrstr to be at most the size of the
4603 frame's decode_mode_spec_buffer. This avoids crashes with very
4604 large values of FIELD_WIDTH argument to decode_mode_spec.
4605 (Bug#12867)
4606
4607 2012-11-13 Paul Eggert <eggert@cs.ucla.edu>
4608
4609 Fix a race with verify-visited-file-modtime (Bug#12863).
4610 Since at least 1991 Emacs has ignored an mtime difference of no
4611 more than one second, but my guess is that this was to work around
4612 file system bugs that were fixed long ago. Since the race is
4613 causing problems now, let's remove that code.
4614 * fileio.c (Fverify_visited_file_modtime): Do not accept a file
4615 whose time stamp is off by no more than a second. Insist that the
4616 file time stamps match exactly.
4617
4618 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
4619
4620 * frame.h (struct frame): Convert external_tool_bar member to
4621 1-bit unsigned bitfield.
4622 * termhooks.h (struct terminal): Remove mouse_moved member since
4623 all users are long dead. Adjust comment on mouse_position_hook.
4624
4625 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
4626
4627 Simplify by using FOR_EACH_FRAME here and there.
4628 * frame.c (next_frame, prev_frame, other_visible_frames)
4629 (delete_frame, visible-frame-list): Use FOR_EACH_FRAME.
4630 * w32term.c (x_window_to_scroll_bar): Likewise.
4631 * window.c (window_list): Likewise.
4632 * xdisp.c (x_consider_frame_title): Likewise.
4633 * xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise.
4634 * xfns.c (x_window_to_frame, x_any_window_to_frame)
4635 (x_menubar_window_to_frame, x_top_window_to_frame): Likewise.
4636 * xmenu.c (menubar_id_to_frame): Likewise.
4637 * xselect.c (frame_for_x_selection): Likewise.
4638 * xterm.c (x_frame_of_widget, x_window_to_scroll_bar)
4639 (x_window_to_menu_bar): Likewise.
4640 * w32fns.c (x_window_to_frame): Likewise. Adjust comment.
4641
4642 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
4643
4644 * data.c (Qdefalias_fset_function): Now static.
4645
4646 Another tweak to vectorlike_header change.
4647 * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST):
4648 Remove, and replace all uses with ...
4649 (next_in_free_list, set_next_in_free_list):
4650 New functions, which respect C's aliasing rules better.
4651
4652 2012-11-11 Paul Eggert <eggert@cs.ucla.edu>
4653
4654 * window.c (list4i): Rename from 'quad'. All uses changed.
4655 Needed because <sys/types.h> defines 'quad' on Solaris 10.
4656
4657 2012-11-11 Juanma Barranquero <lekktu@gmail.com>
4658
4659 * xdisp.c (start_hourglass) [HAVE_NTGUI]: Add block to silence
4660 warning about mixing declarations and code in ISO C90.
4661
4662 2012-11-10 Martin Rudalics <rudalics@gmx.at>
4663
4664 * window.c (Fsplit_window_internal): Set combination limit of
4665 new parent window to t iff Vwindow_combination_limit is t;
4666 fixing a regression introduced with the change from 2012-09-22.
4667 (Fset_window_combination_limit): Fix doc-string.
4668
4669 2012-11-10 Eli Zaretskii <eliz@gnu.org>
4670
4671 * xdisp.c (try_scrolling): Fix correction of aggressive-scroll
4672 amount when the scroll margins are too large. When scrolling
4673 backwards in the buffer, give up if cannot reach point or the
4674 scroll margin within a reasonable number of screen lines.
4675 Fixes point position in window under scroll-up/down-aggressively when
4676 point is positioned many lines beyond the window top/bottom.
4677 (Bug#12811)
4678
4679 * ralloc.c (relinquish): If real_morecore fails to return memory
4680 to the system, don't crash; instead, leave the last heap
4681 unchanged and return. (Bug#12774)
4682
4683 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * lisp.h (AUTOLOADP): New macro.
4686 * eval.c (Fautoload): Don't attach to loadhist, call Fdefalias instead.
4687 * data.c (Ffset): Remove special ad-advice-info handling.
4688 (Fdefalias): Handle autoload definitions and new Qdefalias_fset_function.
4689 (Fsubr_arity): CSE.
4690 (Finteractive_form): Simplify.
4691 (Fquo): Don't insist on having at least 2 arguments.
4692 (Qdefalias_fset_function): New var.
4693
4694 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
4695
4696 * image.c (xpm_make_color_table_h): Change to hashtest_equal.
4697
4698 * nsfont.m (Qcondensed, Qexpanded): New variables.
4699 (ns_descriptor_to_entity): Restore Qcondensed, Qexpanded setting.
4700 (syms_of_nsfont): Defsym Qcondensed, Qexpanded.
4701
4702 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
4703
4704 Fix recently introduced crash on MS-Windows (Bug#12839).
4705 * w32term.h (struct scroll_bar): Use convenient header.
4706 (SCROLL_BAR_VEC_SIZE): Remove.
4707 * w32term.c (x_scroll_bar_create): Use VECSIZE.
4708
4709 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
4710
4711 Tweak last vectorlike_header change.
4712 * alloc.c (struct Lisp_Vectorlike_Free): Special type to represent
4713 vectorlike object on the free list. This is introduced to avoid
4714 some (but not all) pointer casting and aliasing problems, see
4715 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00105.html.
4716 * .gdbinit (pvectype, pvecsize): New commands to examine vectorlike
4717 objects.
4718 (xvectype, xvecsize): Use them to examine Lisp_Object values.
4719
4720 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
4721
4722 * nsfont.m (ns_descriptor_to_entity): Qcondensed and Qexpanded has
4723 been removed, so remove them here also.
4724
4725 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * doc.c (Fdocumentation): Handle new property
4728 dynamic-docstring-function to replace the old ad-advice-info.
4729
4730 2012-11-09 Paul Eggert <eggert@cs.ucla.edu>
4731
4732 * fns.c (Qeql, hashtest_eq): Now static.
4733
4734 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
4737 * fns.c (hashfn_eq, hashfn_eql, sxhash):
4738 * profiler.c (hashfn_profiler): Don't use XUINT on non-integers.
4739 * buffer.c (compare_overlays): Use XLI rather than XHASH.
4740
4741 2012-11-08 Paul Eggert <eggert@cs.ucla.edu>
4742
4743 Use same hash function for hashfn_profiler as for hash_string etc.
4744 * fns.c (SXHASH_COMBINE): Remove. All uses replaced by sxhash_combine.
4745 * lisp.h (sxhash_combine): New inline function, with the contents
4746 of the old SXHASH_COMBINE.
4747 * profiler.c (hashfn_profiler): Use it, instead of having a
4748 special hash function containing a comparison that always yields 1.
4749
4750 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4751
4752 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)
4753 (Qultra_condensed, Qextra_condensed, Qcondensed, Qsemi_condensed)
4754 (Qsemi_expanded, Qextra_expanded, Qexpanded, Qultra_expanded):
4755 Remove unused vars.
4756
4757 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
4758
4759 * image.c (xpm_make_color_table_h): Fix compiler error because
4760 make_hash_table changed.
4761
4762 2012-11-08 Thomas Kappler <tkappler@gmail.com> (tiny change)
4763
4764 * nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).
4765
4766 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 Use ad-hoc comparison function for the profiler's hash-tables.
4769 * profiler.c (Qprofiler_backtrace_equal, hashtest_profiler): New vars.
4770 (make_log): Use them.
4771 (handle_profiler_signal): Don't inhibit quit any longer since we don't
4772 call Fequal any more.
4773 (Ffunction_equal): New function.
4774 (cmpfn_profiler, hashfn_profiler): New functions.
4775 (syms_of_profiler): Initialize them.
4776 * lisp.h (struct hash_table_test): New struct.
4777 (struct Lisp_Hash_Table): Use it.
4778 * alloc.c (mark_object): Mark hash_table_test fields of hash tables.
4779 * fns.c (make_hash_table): Take a struct to describe the test.
4780 (cmpfn_eql, cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
4781 (hashfn_equal, hashfn_user_defined): Adjust to new calling convention.
4782 (hash_lookup, hash_remove_from_table): Move assertion checking of
4783 hashfn result here. Check hash-equality before calling cmpfn.
4784 (Fmake_hash_table): Adjust call to make_hash_table.
4785 (hashtest_eq, hashtest_eql, hashtest_equal): New structs.
4786 (syms_of_fns): Initialize them.
4787 * emacs.c (main): Move syms_of_fns earlier.
4788 * xterm.c (syms_of_xterm):
4789 * category.c (hash_get_category_set): Adjust call to make_hash_table.
4790 * print.c (print_object): Adjust to new hash-table struct.
4791 * composite.c (composition_gstring_put_cache): Adjust to new hashfn.
4792
4793 2012-11-08 Eli Zaretskii <eliz@gnu.org>
4794
4795 * w32fns.c (modifier_set): Fix handling of Scroll Lock when the
4796 value of w32-scroll-lock-modifier is neither nil nor one of the
4797 known key modifiers. (Bug#12806)
4798
4799 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
4800
4801 Shrink struct vectorlike_header to the only size field.
4802 * lisp.h (enum pvec_type): Avoid explicit enum member values.
4803 Adjust comment.
4804 (enum More_Lisp_Bits): Change PSEUDOVECTOR_SIZE_BITS and
4805 PVEC_TYPE_MASK to arrange new bitfield in the vector header.
4806 (PSEUDOVECTOR_REST_BITS, PSEUDOVECTOR_REST_MASK): New members.
4807 (PSEUDOVECTOR_AREA_BITS): New member used to extract subtype
4808 information from the vector header. Adjust comment.
4809 (XSETPVECTYPE, XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR)
4810 (PSEUDOVECTOR_TYPEP, DEFUN): Adjust to match new vector header
4811 layout.
4812 (XSETSUBR, SUBRP): Adjust to match new Lisp_Subr layout.
4813 (struct vectorlike_header): Remove next member. Adjust comment.
4814 (struct Lisp_Subr): Add convenient header. Adjust comment.
4815 (allocate_pseudovector): Adjust prototype.
4816 * alloc.c (mark_glyph_matrix, mark_face_cache, allocate_string)
4817 (sweep_string, lisp_malloc): Remove useless prototypes.
4818 (enum mem_type): Adjust comment.
4819 (NEXT_IN_FREE_LIST): New macro.
4820 (SETUP_ON_FREE_LIST): Adjust XSETPVECTYPESIZE usage.
4821 (Fmake_bool_vector): Likewise.
4822 (struct large_vector): New type to represent allocation unit for
4823 the vectors with the memory footprint more than VBLOOCK_BYTES_MAX.
4824 (large_vectors): Change type to struct large_vector.
4825 (allocate_vector_from_block): Simplify.
4826 (PSEUDOVECTOR_NBYTES): Replace with...
4827 (vector_nbytes): ...new function. Adjust users.
4828 (sweep_vectors): Adjust processing of large vectors.
4829 (allocate_vectorlike): Likewise.
4830 (allocate_pseudovector): Change type of 3rd arg to enum pvec_type.
4831 Add easserts. Adjust XSETPVECTYPESIZE usage.
4832 (allocate_buffer): Use BUFFER_PVEC_INIT.
4833 (live_vector_p): Adjust to match large vector.
4834 * buffer.c (init_buffer_once): Use BUFFER_PVEC_INIT.
4835 * buffer.h (struct buffer): Add next member.
4836 (BUFFER_LISP_SIZE, BUFFER_REST_SIZE, BUFFER_PVEC_INIT):
4837 New macros.
4838 (FOR_EACH_BUFFER): Adjust to match struct buffer change.
4839 * fns.c (internal_equal): Adjust to match enum pvec_type change.
4840 (copy_hash_table): Adjust to match vector header change.
4841 * lread.c (defsubr): Use XSETPVECTYPE.
4842 * .gdbinit (xpr, xbacktrace): Adjust to match vector header change.
4843 (xvectype): Likewise. Print PVEC_NORMAL_VECTOR for regular vectors.
4844 (xvecsize): New command.
4845
4846 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
4847
4848 * keyboard.c (event_to_kboard): Do not dereference
4849 frame_or_window field of SELECTION_REQUEST_EVENT
4850 and SELECTION_CLEAR_EVENT events (Bug#12814).
4851 * xterm.h (struct selection_input_event): Adjust comment.
4852
4853 2012-11-07 Eli Zaretskii <eliz@gnu.org>
4854
4855 * w32fns.c (modifier_set): Don't report modifiers from toggle key,
4856 such as Scroll Lock, if the respective keys are treated as
4857 function keys, not as modifiers. This avoids destroying non-ASCII
4858 keyboard input when Scroll Lock is toggled ON. (Bug#12806)
4859
4860 2012-11-07 Dmitry Antipov <dmantipov@yandex.ru>
4861
4862 * xfns.c (Fx_wm_set_size_hint): Use check_x_frame. Adjust docstring.
4863
4864 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
4865
4866 Restore some duplicate definitions (Bug#12814).
4867 This undoes part of the 2012-11-03 changes. Some people build
4868 with plain -g rather than with -g3, and they need the duplicate
4869 definitions for .gdbinit to work; see <http://bugs.gnu.org/12814#26>.
4870 * lisp.h (GCTYPEBITS, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK):
4871 Define as macros, as well as as enums or as constants.
4872
4873 2012-11-06 Jan Djärv <jan.h.d@swipnet.se>
4874
4875 * nsterm.m (convert_ns_to_X_keysym, keyDown:): Add NSNumericPadKeyMask
4876 to keypad keys (Bug#12816).
4877
4878 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
4879
4880 Minor adjustments of recently-changed frame functions.
4881 * buffer.c (Fbuffer_list): Omit CHECK_FRAME, since arg is already
4882 known to be a frame (we're in the FRAMEP branch).
4883 * lisp.h (Qframep): Remove decl. frame.h declares this.
4884 * window.c (quad): Args are of type EMACS_INT, not ptrdiff_t,
4885 since they're meant for Lisp fixnum values.
4886
4887 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
4888
4889 * window.c (Fwindow_combination_limit): Revert to the only
4890 required argument and adjust docstring as suggested in
4891 http://lists.gnu.org/archive/html/emacs-diffs/2012-11/msg01082.html
4892 by Martin Rudalics <rudalics@gmx.at>.
4893
4894 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
4895
4896 Widely used frame validity and checking functions.
4897 * frame.h (decode_live_frame, decode_any_frame): Add prototypes.
4898 * frame.c (decode_live_frame, decode_any_frame): New functions.
4899 (delete_frame, Fredirect_frame_focus, Fframe_parameters)
4900 (Fframe_parameter, Fframe_char_height, Fframe_char_width)
4901 (Fframe_pixel_height, Fframe_pixel_width, Ftool_bar_pixel_width)
4902 (Fframe_pointer_visible_p): Use decode_any_frame.
4903 (Fmake_frame_visible, Fmake_frame_invisible, Ficonify_frame)
4904 (Fraise_frame, Flower_frame, Fmodify_frame_parameters)
4905 (Fset_frame_height, Fset_frame_width): Use decode_live_frame.
4906 (Fframe_focus): Likewise. Allow zero number of arguments.
4907 Adjust docstring.
4908 (frame_buffer_list, frame_buffer_predicate): Remove.
4909 * lisp.h (frame_buffer_predicate): Remove prototype.
4910 * buffer.c (Fother_buffer): Use decode_any_frame.
4911 * xdisp.c (Ftool_bar_lines_needed): Likewise.
4912 * xfaces.c (Fcolor_gray_p, Fcolor_supported_p): Likewise.
4913 * font.c (Ffont_face_attributes, Ffont_family_list, Fopen_font)
4914 (Fclose_font, Ffont_info): Use decode_live_frame.
4915 * fontset.c (check_fontset_name): Likewise.
4916 * terminal.c (Fframe_terminal): Likewise.
4917 * w32fns.c (check_x_frame): Likewise.
4918 * window.c (Fminibuffer_window, Fwindow_at)
4919 (Fcurrent_window_configuration): Likewise.
4920 (Frun_window_configuration_change_hook, Fwindow_resize_apply):
4921 Likewise. Allow zero number of arguments. Adjust docstring.
4922 * dispnew.c (Fredraw_frame): Likewise.
4923 * xfaces.c (frame_or_selected_frame): Remove.
4924 (Fx_list_fonts, Finternal_get_lisp_face_attribute, Fface_font)
4925 (Finternal_lisp_face_equal_p, Finternal_lisp_face_empty_p)
4926 (Fframe_face_alist): Use decode_live_frame.
4927 * xfns.c (check_x_frame): Likewise.
4928
4929 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
4930
4931 * window.c (quad): New function.
4932 (Fwindow_edges, Fwindow_pixel_edges, Fwindow_inside_edges)
4933 (Fwindow_absolute_pixel_edges, Fwindow_inside_absolute_pixel_edges)
4934 (Fwindow_inside_pixel_edges, Fpos_visible_in_window_p)
4935 (Fwindow_line_height): Use it.
4936 (Fwindow_fringes): Use list3.
4937 (Fwindow_scroll_bars): Use list4.
4938 (Fwindow_frame, Fwindow_top_child, Fwindow_left_child)
4939 (Fwindow_combination_limit): Allow zero number of arguments.
4940
4941 2012-11-05 Eli Zaretskii <eliz@gnu.org>
4942
4943 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(NT_INC)/unistd.h.
4944
4945 * w32fns.c: Include unistd.h, to avoid compiler warnings on Cygwin.
4946 (emacs_abort) [CYGWIN]: Don't call _open_osfhandle; instead, use
4947 file descriptor 2 for standard error. (Bug#12805)
4948
4949 2012-11-05 Chong Yidong <cyd@gnu.org>
4950
4951 * process.c (wait_reading_process_output): Revert previous change.
4952
4953 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
4954
4955 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
4956 This removes code that has been obsolete since around 1990.
4957 * callproc.c (Fcall_process):
4958 * emacs.c (main):
4959 * process.c (create_process):
4960 * term.c (dissociate_if_controlling_tty):
4961 Assume setsid exists.
4962 * callproc.c (child_setup): Assume setpgid exists and behaves as
4963 per POSIX.1-1988 or later.
4964 * conf_post.h (setpgid) [!HAVE_SETPGID]: Remove.
4965 * emacs.c (shut_down_emacs):
4966 * sysdep.c (sys_suspend, init_foreground_group):
4967 Assume getpgrp behaves as per POSIX.1-1998 or later.
4968 * msdos.c (setpgrp): Remove.
4969 (tcgetpgrp, setpgid, setsid): New functions.
4970 * systty.h (EMACS_GETPGRP): Remove. All callers now use getpgrp.
4971 * term.c (no_controlling_tty): Remove; unused.
4972 * w32proc.c (setpgrp): Remove.
4973 (setsid, tcgetpgrp): New functions.
4974
4975 Simplify by assuming __fpending.
4976 * dispnew.c: Include <fpending.h>, not <stdio_ext.h>.
4977 (update_frame_1): Use __fpending, not PENDING_OUTPUT_COUNT.
4978 Do not assume that __fpending's result fits in int.
4979
4980 2012-11-04 Paul Eggert <eggert@cs.ucla.edu>
4981
4982 Remove EMACS_OUTQSIZE+sleep hack.
4983 * dispnew.c (update_frame_1): Remove hack for terminals slower
4984 than 2400 bps, which throttled Emacs by having it sleep.
4985 This code hasn't worked since at least 2007, when the multi-tty stuff
4986 was added, and anyway those old terminals are long dead.
4987 * systty.h (EMACS_OUTQSIZE): Remove; unused. The macro isn't used even
4988 without the dispnew.c change, as dispnew.c doesn't include systty.h.
4989
4990 Fix data-loss with --version (Bug#9574).
4991 * emacs.c (close_output_streams): Use strerror, not emacs_strerror,
4992 as we can't assume that emacs_strerror is initialized, and strerror
4993 is good enough here.
4994 (main): Invoke atexit earlier, to catch earlier instances of
4995 sending data to stdout and exiting, e.g., "emacs --version >/dev/full".
4996
4997 2012-11-04 Michael Marchionna <tralfaz@pacbell.net>
4998
4999 * nsterm.m: Add NSClearLineFunctionKey and keypad keys (Bug#8680).
5000 (keyDown): Remap keypad keys to X11 virtual key codes.
5001
5002 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
5003
5004 Fix data-loss with --batch (Bug#9574).
5005 * emacs.c: Include <close-stream.h>.
5006 (close_output_streams): New function.
5007 (main): Pass it to atexit, so that Emacs closes stdout and stderr
5008 and handles errors appropriately.
5009 (Fkill_emacs): Don't worry about flushing, as close_output_stream
5010 does that now.
5011
5012 Fix a race condition that causes Emacs to mess up glib (Bug#8855).
5013 The symptom is a diagnostic "GLib-WARNING **: In call to
5014 g_spawn_sync(), exit status of a child process was requested but
5015 SIGCHLD action was set to SIG_IGN and ECHILD was received by
5016 waitpid(), so exit status can't be returned." The diagnostic
5017 is partly wrong, as the SIGCHLD action is not set to SIG_IGN.
5018 The real bug is a race condition between Emacs and glib: Emacs
5019 does a waitpid (-1, ...) and reaps glib's subprocess by mistake,
5020 so that glib can't find it. Work around the bug by invoking
5021 waitpid only on subprocesses that Emacs itself creates.
5022 * process.c (create_process, record_child_status_change):
5023 Don't use special value -1 in pid field, as the caller now must
5024 know the pid rather than having the callee infer it.
5025 The inference was sometimes incorrect anyway, due to another race.
5026 (create_process): Set new 'alive' member if child is created.
5027 (process_status_retrieved): New function.
5028 (record_child_status_change): Use it.
5029 Accept negative 1st argument, which means to wait for the
5030 processes that Emacs already knows about. Move special-case code
5031 for DOS_NT (which lacks WNOHANG) here, from caller. Keep track of
5032 processes that have already been waited for, by testing and
5033 clearing new 'alive' member.
5034 (CAN_HANDLE_MULTIPLE_CHILDREN): Remove, as record_child_status_change
5035 now does this internally.
5036 (handle_child_signal): Let record_child_status_change do all
5037 the work, since we do not want to reap all exited child processes,
5038 only the child processes that Emacs itself created.
5039 * process.h (Lisp_Process): New boolean member 'alive'.
5040
5041 Omit duplicate definitions no longer needed with gcc -g3.
5042 * lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG)
5043 (VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM):
5044 Define only as macros. There's no longer any need to also define
5045 these symbols as enums or as constants, since we now assume
5046 gcc -g3 when debugging.
5047
5048 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5049
5050 * lisp.mk: Adjust comments to the fact that term/internal is now
5051 loaded from loadup.el.
5052
5053 * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
5054 (msdos_fatal_signal): New function.
5055 (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
5056 its argument list.
5057
5058 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
5059 for GCC versions before 4.
5060 (emacs_raise): Define to call msdos_fatal_signal.
5061
5062 * xdisp.c (init_from_display_pos): Fix initialization of the bidi
5063 iterator when starting in the middle of a display or overlay
5064 string. (Bug#12745)
5065
5066 2012-11-03 Chong Yidong <cyd@gnu.org>
5067
5068 * process.c (wait_reading_process_output): Clean up the last
5069 change.
5070
5071 2012-11-03 Jim Paris <jim@jtan.com> (tiny change)
5072
5073 * process.c (wait_reading_process_output): Avoid a race condition
5074 with SIGIO delivery (Bug#11536).
5075
5076 2012-11-03 Chong Yidong <cyd@gnu.org>
5077
5078 * buffer.c (cursor_type): Untabify docstring.
5079
5080 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
5081
5082 * frame.h (struct frame): Drop can_have_scroll_bars member
5083 which is meaningless for a long time. Adjust comments.
5084 (FRAME_CAN_HAVE_SCROLL_BARS): Remove.
5085 * frame.c, nsfns.m, term.c, w32fns.c, xfns.c: Adjust users.
5086
5087 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
5088
5089 * window.c (decode_next_window_args): Update window arg after
5090 calling decode_live_window and so fix crash reported at
5091 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00035.html
5092 by Juanma Barranquero <lekktu@gmail.com>.
5093 (Fwindow_body_width, Fwindow_body_height): Simplify a bit.
5094 * font.c (Ffont_at): Likewise.
5095
5096 2012-11-01 Jan Djärv <jan.h.d@swipnet.se>
5097
5098 * widget.c (resize_cb): New function.
5099 (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733).
5100 (EmacsFrameResize): Check if all is up to date before changing frame
5101 size.
5102
5103 2012-11-02 Eli Zaretskii <eliz@gnu.org>
5104
5105 Implement backtrace output for fatal errors on MS-Windows.
5106 * w32fns.c (CaptureStackBackTrace_proc): New typedef.
5107 (BACKTRACE_LIMIT_MAX): New macro.
5108 (w32_backtrace): New function.
5109 (emacs_abort): Use w32_backtrace when the user chooses not to
5110 attach a debugger. Update the text of the abort dialog.
5111
5112 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
5113
5114 Window-related stuff cleanup here and there.
5115 * dispnew.c (Finternal_show_cursor, Finternal_show_cursor_p):
5116 Use decode_any_window.
5117 * fringe.c (Ffringe_bitmaps_at_pos): Likewise.
5118 * xdisp.c (Fformat_mode_line): Likewise.
5119 * font.c (Ffont_at): Use decode_live_window.
5120 * indent.c (Fcompute_motion, Fvertical_motion): Likewise.
5121 * window.c (decode_next_window_args): Likewise.
5122 (decode_any_window): Remove static.
5123 * window.h (decode_any_window): Add prototype.
5124 * lisp.h (CHECK_VALID_WINDOW, CHECK_LIVE_WINDOW): Move from here...
5125 * window.h: ...to here, redefine via WINDOW_VALID_P and WINDOW_LIVE_P,
5126 respectively.
5127
5128 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
5129
5130 Remove pad from struct input_event.
5131 * termhooks.h (struct input_event): Remove padding field.
5132 Adjust comment.
5133 * keyboard.c (event_to_kboard): Simplify because frame_or_window
5134 member is never cons for a long time. Adjust comment.
5135 (mark_kboards): Adjust because SELECTION_REQUEST_EVENT and
5136 SELECTION_CLEAR_EVENT has no Lisp_Objects to mark. Add comment.
5137 * xterm.c (handle_one_xevent): Do not initialize frame_or_window
5138 field of SELECTION_REQUEST_EVENT and SELECTION_CLEAR_EVENT.
5139
5140 2012-11-01 Eli Zaretskii <eliz@gnu.org>
5141
5142 * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776)
5143
5144 2012-10-31 Paul Eggert <eggert@cs.ucla.edu>
5145
5146 Fix crash when using Emacs as commit editor for git (Bug#12697).
5147 * callproc.c (setpgrp): Remove macro, as we now use setpgid
5148 and it is configured in conf_post.h.
5149 (Fcall_process): Don't invoke both setsid and setpgid; the former
5150 is enough, if it exists.
5151 * callproc.c (Fcall_process, child_setup):
5152 * process.c (create_process): Use setpgid.
5153 * conf_post.h (setpgid) [!HAVE_SETPGID]: New macro, which substitutes
5154 for the real thing.
5155 * dispnew.c (init_display): Initialize the foreground group
5156 if we are running a tty display.
5157 * emacs.c (main): Do not worry about setpgrp; init_display does it now.
5158 * lisp.h (init_foreground_group): New decl.
5159 * sysdep.c (inherited_pgroup): New static var.
5160 (init_foreground_group, tcsetpgrp_without_stopping)
5161 (narrow_foreground_group, widen_foreground_group): New functions.
5162 (init_sys_modes): Narrow foreground group.
5163 (reset_sys_modes): Widen foreground group.
5164
5165 2012-10-31 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.
5168
5169 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5170
5171 * minibuf.c (read_minibuf): Restore current buffer since
5172 choose_minibuf_frame calling Fset_frame_selected_window may
5173 change it (Bug#12766).
5174
5175 2012-10-30 Jan Djärv <jan.h.d@swipnet.se>
5176
5177 * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733).
5178
5179 2012-10-30 Kenichi Handa <handa@gnu.org>
5180
5181 * font.c (Ffont_at): If WINDOW is specified and it is not
5182 displaying the current buffer, signal an error.
5183
5184 2012-10-29 Daniel Colascione <dancol@dancol.org>
5185
5186 * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode):
5187 In preparation for fixing bug#12739, move these functions from
5188 here...
5189
5190 * coding.h, coding.c: ... to here, and compile them only when
5191 WINDOWSNT or CYGWIN. Moving these functions out of cygw32 proper
5192 lets us write cygw32-agnostic code for the HAVE_NTGUI case.
5193
5194 2012-10-28 Eli Zaretskii <eliz@gnu.org>
5195
5196 * w32proc.c (TIMER_TICKS_PER_SEC): New macro.
5197 (timer_loop, getitimer, setitimer): Use it instead of
5198 CLOCKS_PER_SEC, which is no longer pertinent, since we don't use
5199 'clock'.
5200 (w32_get_timer_time): Use 10*TIMER_TICKS_PER_SEC instead of a
5201 literal 10000.
5202
5203 2012-10-28 Jan Djärv <jan.h.d@swipnet.se>
5204
5205 * nsterm.m (NO_APPDEFINED_DATA): New define.
5206 (last_appdefined_event_data): New variable
5207 (last_appdefined_event): Remove.
5208 (ns_select): Initialize t from last_appdefined_event_data instead
5209 of [last_appdefined_event data1].
5210 (sendEvent:): Save [theEvent data1] to last_appdefined_event_data,
5211 remove last_appdefined_event (Bug#12698).
5212
5213 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * frame.c (x_set_font): Catch internal error.
5216
5217 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5218
5219 Avoid overflow in w32 implementation of interval timers.
5220 When possible, for ITIMER_PROF count only times the main thread
5221 actually executes.
5222 * w32proc.c <struct itimer_data>: 'expire' and 'reload' are now
5223 'volatile ULONGLONG' types. All the other data which was
5224 previously clock_t is now ULONGLONG. 'terminate' is 'volatile int'.
5225 (GetThreadTimes_Proc): New typedef.
5226 (w32_get_timer_time): New function, returns a suitable time value
5227 for the timer.
5228 (timer_loop): Enter critical section when accessing ULONGLONG
5229 values of the itimer_data struct, as these accesses are no longer
5230 atomic. Call 'w32_get_timer_time' instead of 'clock'.
5231 Remove unused variable.
5232 (init_timers): Initialize s_pfn_Get_Thread_Times.
5233 (start_timer_thread): Don't assign itimer->caller_thread here.
5234 (getitimer): Assign itimer->caller_thread here.
5235 (setitimer): Always call getitimer to get the value of ticks_now.
5236 (sys_spawnve): Avoid compiler warning about format mismatch.
5237
5238 2012-10-26 Eli Zaretskii <eliz@gnu.org>
5239
5240 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Don't enable tracking of
5241 mouse movement events if the menu bar is active. This avoids
5242 producing a busy "hour-glass" cursor by Windows if the mouse
5243 pointer is positioned over a tooltip shown for some menu item.
5244
5245 2012-10-25 Paul Eggert <eggert@cs.ucla.edu>
5246
5247 Don't assume process IDs fit in int.
5248 * emacs.c (shut_down_emacs) [!DOS_NT]:
5249 * sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]:
5250 * term.c (dissociate_if_controlling_tty) [!DOS_NT]:
5251 Use pid_t, not int, to store process IDs, as 'int'
5252 is not wide enough on a few platforms (e.g., AIX and IRIX).
5253
5254 2012-10-23 Kenichi Handa <handa@gnu.org>
5255
5256 The following change is to make face-font-rescale-alist work
5257 correctly for non-ASCII fonts.
5258
5259 * font.c (font_open_entity): Don't handle Vface_font_rescale_alist.
5260 (font_open_for_lface): Handle Vface_font_rescale_alist.
5261
5262 2012-10-23 Chong Yidong <cyd@gnu.org>
5263
5264 * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
5265
5266 2012-10-21 Jan Djärv <jan.h.d@swipnet.se>
5267
5268 * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement
5269 for screen font.
5270 (nsfont_draw): Turn off LCD-smoothing (Bug#11484).
5271
5272 * xterm.c (x_focus_changed): Check if daemonp when sending focus in
5273 event (Bug#12681).
5274
5275 2012-10-21 Glenn Morris <rgm@gnu.org>
5276
5277 * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
5278
5279 2012-10-20 Paul Eggert <eggert@cs.ucla.edu>
5280
5281 Port to OpenBSD 5.1.
5282 * frame.c (Fmouse_position, Fmouse_pixel_position):
5283 * xdisp.c (produce_stretch_glyph):
5284 Declare local vars only when they're needed.
5285 This is clearer and avoids a warning on OpenBSD about unused vars.
5286 * frame.h (FRAME_WINDOW_P): Always evaluate its argument.
5287 This is safer, and avoids OpenBSD warnings about unused vars.
5288 * keyboard.c (record_menu_key): Remove unnecessary decl.
5289 (poll_timer): Define only if POLL_FOR_INPUT is defined.
5290 * unexelf.c (ELFSIZE) [!ElfW]: Do not define if already defined,
5291 as our definition clashes with OpenBSD's.
5292 * xfaces.c (load_face_colors, check_lface_attrs)
5293 (get_lface_attributes_no_remap, get_lface_attributes)
5294 (lface_fully_specified_p, x_supports_face_attributes_p)
5295 (tty_supports_face_attributes_p, face_fontset, realize_face)
5296 (realize_x_face, realize_tty_face):
5297 Declare parameters to be Lisp_Object[LFACE_VECTOR_SIZE], not
5298 merely Lisp_Object *. This is more informative and avoids
5299 a warning on OpenBSD about accessing beyond an object's size.
5300
5301 2012-10-20 Chong Yidong <cyd@gnu.org>
5302
5303 * lread.c (Fload): Doc fix (Bug#12592).
5304
5305 2012-10-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5306
5307 * font.c (Ffont_at): Fix previous change.
5308
5309 2012-10-19 Eli Zaretskii <eliz@gnu.org>
5310
5311 * puresize.h (BASE_PURESIZE): Bump the base value to 1700000.
5312 See http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
5313 for the reasons.
5314
5315 * alloc.c (NSTATICS): Decrease to 0x800.
5316
5317 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * fns.c (Fnreverse): Include the problem element when signaling an
5320 error (bug#12677).
5321
5322 2012-10-18 Jan Djärv <jan.h.d@swipnet.se>
5323
5324 * nsterm.m (ns_select): Check writefds before call to
5325 FD_ISSET (Bug#12668).
5326
5327 2012-10-18 Daniel Colascione <dancol@dancol.org>
5328
5329 * alloc.c (NSTATICS): Increase from 0x650 to 0x1000
5330 (staticpro): If we run out of staticpro slots, die with an
5331 informative error instead of just calling emacs_abort.
5332
5333 2012-10-18 Martin Rudalics <rudalics@gmx.at>
5334
5335 Fix two flaws reported by Dmitry Antipov.
5336 * window.c (Ftemp_output_buffer_show): Remove.
5337 (Fwindow_vscroll, Fset_window_vscroll): Use decode_live_window.
5338 (syms_of_window): Remove defsubr for Stemp_output_buffer_show.
5339
5340 2012-10-17 Eli Zaretskii <eliz@gnu.org>
5341
5342 * makefile.w32-in ($(BLD)/w32.$(O)):
5343 ($(BLD)/vm-limit.$(O)):
5344 ($(BLD)/term.$(O)):
5345 ($(BLD)/unexw32.$(O)):
5346 ($(BLD)/fileio.$(O)):
5347 ($(BLD)/dispnew.$(O)): Update dependencies.
5348
5349 * w32term.h (w32_initialize_display_info, initialize_w32_display):
5350 Add prototypes.
5351
5352 * w32proc.c: Include ctype.h.
5353
5354 * w32.h (init_environment, check_windows_init_file)
5355 (syms_of_ntproc, syms_of_ntterm, dostounix_filename)
5356 (unixtodos_filename, init_winsock, srandom, random, sys_pipe)
5357 (set_process_dir, sys_spawnve, register_child, sys_sleep, getwd)
5358 (sys_link): Add prototypes.
5359
5360 * w32.c: Include w32select.h.
5361 (sys_access, e_malloc, sys_select): Add prototypes.
5362 (emacs_gnutls_pull): 'timeout' is now EMACS_TIME, not struct timeval.
5363
5364 * vm-limit.c [WINDOWSNT]: Include w32heap.h.
5365
5366 * unexw32.c: Include lisp.h and w32.h.
5367
5368 * term.c [WINDOWSNT]: Include w32term.h.
5369
5370 * process.c [WINDOWSNT]: Add prototype of sys_select.
5371
5372 * fileio.c [WINDOWSNT]: Include w32.h.
5373
5374 * dispnew.c [WINDOWSNT]: Include w32.h.
5375
5376 * cygw32.c (Fcygwin_convert_path_to_windows)
5377 (Fcygwin_convert_path_from_windows): Use EQ to compare 2
5378 Lisp_Object values. (Bug#12661)
5379
5380 * w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
5381 to Lisp_Object. (Bug#12661)
5382
5383 2012-10-17 Kenichi Handa <handa@gnu.org>
5384
5385 * xdisp.c (reseat_1): Make the information stored in it->cmp_it
5386 invalidate.
5387
5388 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
5389
5390 * buffer.c (Fkill_buffer): When unchaining the marker,
5391 reset its buffer pointer to NULL (Bug#12652).
5392
5393 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
5394
5395 Do not verify indirection counters of killed buffers (Bug#12579).
5396 * buffer.h (BUFFER_CHECK_INDIRECTION): New macro.
5397 * buffer.c (compact_buffer, set_buffer_internal_1): Use it.
5398
5399 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
5400
5401 * alloc.c (Fmake_byte_code): Fix typo in comment.
5402 * print.c (print_interval): Define as static to match prototype.
5403 * indent.c (disptab_matches_widthtab, recompute_width_table):
5404 Convert to eassert.
5405
5406 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
5407
5408 * editfns.c (get_system_name): Remove.
5409 * lisp.h (get_system_name): Remove prototype.
5410 * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes.
5411 (get_environ_db): Use Vsystem_name. Avoid call to strlen.
5412
5413 2012-10-15 Daniel Colascione <dancol@dancol.org>
5414
5415 * dbusbind.c: Add comment explaining reason for previous change.
5416
5417 2012-10-15 Martin Rudalics <rudalics@gmx.at>
5418
5419 * window.c (Fwindow_end): Rewrite check whether cached position
5420 can be used (Bug#12600).
5421 (resize_frame_windows, grow_mini_window, shrink_mini_window):
5422 Set windows_or_buffers_changed.
5423
5424 2012-10-15 Daniel Colascione <dancol@dancol.org>
5425
5426 * dbusbind.c: Fix cygw32 build break when compiling with dbus
5427 enabled by undefining the symbol "interface", which the platform
5428 headers define to something incompatible.
5429
5430 2012-10-14 Daniel Colascione <dancol@dancol.org>
5431
5432 * image.c (init_tiff_functions, init_imagemagick_functions)
5433 (init_svg_functions): Fix cygw32 build break by using these
5434 functions only when WINDOWSNT _and_ HAVE_NTGUI.
5435
5436 2012-10-14 Jan Djärv <jan.h.d@swipnet.se>
5437
5438 * nsterm.m (ns_select): Count fd:s in writefs also (Bug#12422).
5439
5440 2012-10-13 Jan Djärv <jan.h.d@swipnet.se>
5441
5442 * gtkutil.c (xg_set_widget_bg): Divide by 65535 (Bug#12612).
5443
5444 2012-10-13 HANATAKA, Shinya <bogytech@gmail.com> (tiny change)
5445
5446 * coding.c (detect_coding): Set coding->id before calling
5447 this->detector.
5448
5449 2012-10-13 Andreas Schwab <schwab@linux-m68k.org>
5450
5451 * fileio.c: Formatting fixes.
5452
5453 2012-10-13 Paul Eggert <eggert@cs.ucla.edu>
5454
5455 Fix some stat-related races.
5456 * fileio.c (Fwrite_region): Avoid race condition if a file is
5457 removed or renamed by some other process immediately after Emacs
5458 writes it but before Emacs stats it. Do not assume that stat (or
5459 fstat) succeeds.
5460 * image.c (slurp_file): Resolve the file name with fopen + fstat
5461 rather than stat + fopen.
5462 (pbm_read_file) [0]: Remove unused code with stat race.
5463 * process.c (allocate_pty) [HAVE_PTYS && !PTY_ITERATION && !PTY_OPEN]:
5464 Remove ineffective code with stat race.
5465
5466 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * doc.c (get_doc_string): Don't signal an error if the file is missing.
5469
5470 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
5471
5472 * nsterm.m (hold_event_q): New static variable.
5473 (EV_TRAILER, sendScrollEventAtLoc:fromEvent:): Call hold_event if
5474 ! q_event_ptr.
5475 (hold_event): New function.
5476 (ns_read_socket): If hold_event_q have events, store them and
5477 return (Bug#12384).
5478 (setPosition:portion:whole:): Send SIGIO to ourselves if apploopnr
5479 is zero (Bug#12384).
5480
5481 2012-10-12 Juanma Barranquero <lekktu@gmail.com>
5482
5483 * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
5484
5485 2012-10-12 Eli Zaretskii <eliz@gnu.org>
5486
5487 * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
5488
5489 * fileio.c (check_existing): New function.
5490 (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
5491 instead of calling 'stat', when what's needed is to check whether
5492 a file exists. This avoids expensive system calls on MS-Windows.
5493 (Bug#12587)
5494
5495 * w32.c (init_environment): Call 'check_existing' instead of 'stat'.
5496
5497 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
5498 determine whether a file exists and is not a directory.
5499
5500 * lisp.h (check_existing): Add prototype.
5501
5502 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
5503
5504 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.
5505
5506 2012-10-12 Glenn Morris <rgm@gnu.org>
5507
5508 * buffer.c (Fset_buffer): Doc fix. (Bug#12624)
5509
5510 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
5513
5514 * eval.c (Fautoload): Remember previous autoload status in load-history.
5515
5516 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
5517
5518 lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
5519 * lread.c (load_each_byte, new_backquote_flag, readchar)
5520 (read_filtered_event, lisp_file_lexically_bound_p)
5521 (safe_to_load_version, Fload, complete_filename_p, openp)
5522 (build_load_history, readevalloop, read_escape, read1)
5523 (string_to_number, read_vector, read_list):
5524 * macros.c (Fstart_kbd_macro):
5525 * marker.c (CONSIDER):
5526 * menu.c (parse_single_submenu, digest_single_submenu)
5527 (find_and_return_menu_selection, Fx_popup_menu):
5528 * minibuf.c (read_minibuf_noninteractive, read_minibuf)
5529 (Ftry_completion):
5530 * nsmenu.m (ns_update_menubar, runMenuAt:forFrame:keymaps:):
5531 (ns_menu_show):
5532 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
5533 (xmenu_show, xdialog_show):
5534 Use bool for booleans.
5535 * lread.c (safe_to_load_version): Rename from safe_to_load_p,
5536 as it's not a predicate. All uses changed. Omit unnecessary
5537 buffer termination.
5538
5539 2012-10-11 Dmitry Antipov <dmantipov@yandex.ru>
5540
5541 * editfns.c (save_excursion_save): Use nil if mark points to nowhere.
5542 (save_excursion_restore): Do not restore mark if it was not saved.
5543
5544 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
5545
5546 * marker.c (cached_modiff): EMACS_INT, not int.
5547
5548 * w32select.c (waiting_for_input): Declare by including "keyboard.h"
5549 instead of having a wrong decl.
5550 * nsmenu.m (waiting_for_input): Remove wrong decl.
5551
5552 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
5553
5554 keyboard.c, keymap.c: Use bool for booleans.
5555 * dispnew.c (sit_for): Distinguish between 3-way display_option
5556 and boolean do_display.
5557 * keyboard.c (single_kboard, this_command_key_count_reset)
5558 (waiting_for_input, echoing, immediate_quit, input_pending)
5559 (interrupt_input, interrupts_deferred, pop_kboard)
5560 (temporarily_switch_to_single_kboard, ignore_mouse_drag_p)
5561 (command_loop_1, adjust_point_for_property)
5562 (safe_run_hooks_error, input_polling_used, read_char):
5563 (help_char_p, readable_events, kbd_buffer_events_waiting)
5564 (kbd_buffer_get_event, timer_check_2, make_lispy_event)
5565 (lucid_event_type_list_p, get_input_pending):
5566 (gobble_input, menu_separator_name_p, menu_bar_item)
5567 (parse_menu_item, parse_tool_bar_item, read_char_x_menu_prompt)
5568 (read_char_minibuf_menu_prompt, access_keymap_keyremap)
5569 (keyremap_step, test_undefined, read_key_sequence)
5570 (detect_input_pending, detect_input_pending_ignore_squeezables)
5571 (detect_input_pending_run_timers, requeued_events_pending_p)
5572 (quit_throw_to_read_char, Fset_input_interrupt_mode):
5573 * keymap.c (get_keymap, keymap_parent, keymap_memberp)
5574 (access_keymap_1, access_keymap, map_keymap, get_keyelt)
5575 (Fdefine_key, Flookup_key, struct accessible_keymaps_data)
5576 (accessible_keymaps_1, Fkey_description, push_key_description):
5577 (shadow_lookup, struct where_is_internal_data)
5578 (where_is_internal, Fwhere_is_internal, where_is_internal_1)
5579 (Fdescribe_buffer_bindings, describe_map_tree, struct describe_map_elt)
5580 (describe_map, describe_vector):
5581 * menu.c (single_menu_item):
5582 * nsmenu.m (ns_update_menubar):
5583 * process.c (wait_reading_process_output):
5584 * search.c (scan_buffer, scan_newline):
5585 Use bool for boolean.
5586 * keyboard.c (timers_run, swallow_events)
5587 (detect_input_pending_run_timers):
5588 * process.c (wait_reading_process_output):
5589 Use unsigned for counter where wraparound-on-overflow is desired,
5590 since unsigned is guaranteed to have that behavior and signed is not.
5591 (read_char): Use ptrdiff_t for string length.
5592 (get_input_pending): Remove first argument, since it was always
5593 the same pointer-to-int (now pointer-to-boolean) &input_pending,
5594 and behave as if it had that value. Return new value of
5595 input_pending. All callers changed.
5596 * keyboard.h (struct kboard): Use unsigned : 1 for boolean member
5597 immediate_echo. Use ptrdiff_t for echo_after_prompt, since it's
5598 a string length.
5599 * keymap.c (push_key_description): Omit last arg, which was always 1.
5600 All callers changed.
5601
5602 * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
5603
5604 2012-10-10 Juanma Barranquero <lekktu@gmail.com>
5605
5606 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
5607 ($(BLD)/term.$(O)): Update dependencies.
5608
5609 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
5610
5611 * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
5612 * lisp.h (enum pvec_type): Adjust comments and omit explicit
5613 initializer for PVEC_NORMAL_VECTOR.
5614
5615 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
5616
5617 Clean out old termopts cruft.
5618 * termopts.h (flow_control, meta_key): Remove unused decls.
5619 * dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
5620 Don't include termopts.h.
5621
5622 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
5623
5624 * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
5625
5626 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
5627
5628 * commands.h (immediate_quit): Remove duplicate decl.
5629
5630 2012-10-09 Jan Djärv <jan.h.d@swipnet.se>
5631
5632 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
5633 caching.
5634 (nsfont_open): Remove setting of Vfonts_in_cache.
5635 (syms_of_nsfont): Remove initialization of Vfonts_in_cache.
5636
5637 2012-10-09 Eli Zaretskii <eliz@gnu.org>
5638
5639 * w32fns.c (w32_last_error): Change the return value to DWORD, to
5640 match what GetLastError returns. Explain why the function is
5641 needed.
5642
5643 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
5644 'is_tooltip_frame', to avoid confusion with its global namesake.
5645
5646 2012-10-08 Daniel Colascione <dancol@dancol.org>
5647
5648 * xdisp.c (start_hourglass): Call w32_note_current_window when
5649 HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
5650 build that caused Emacs to display the hourglass cursor forever.
5651
5652 * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
5653 which is broken under remote desktop, calculate the number of
5654 colors available for a display based on the display's number of
5655 planes and number of bits per pixel per plane. (bug#10397).
5656
5657 2012-10-08 Jan Djärv <jan.h.d@swipnet.se>
5658
5659 * nsfont.m (Vfonts_in_cache): New variable.
5660 (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
5661 are used. Add cached fonts to Vfonts_in_cache.
5662 (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
5663
5664 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
5665
5666 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
5667 in nt/config.nt.
5668 (FONT_H): Define after FRAME_H.
5669 ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
5670 Update dependencies.
5671
5672 * w32term.c: Remove leftover declaration of keyboard_codepage.
5673
5674 2012-10-08 Eli Zaretskii <eliz@gnu.org>
5675
5676 * makefile.w32-in (FONT_H): Add $(FRAME_H).
5677 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
5678 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
5679 (GLOBAL_SOURCES): Add cygw32.c.
5680 ($(BLD)/unexw32.$(O)):
5681 ($(BLD)/w32.$(O)):
5682 ($(BLD)/w32console.$(O)):
5683 ($(BLD)/w32fns.$(O)):
5684 ($(BLD)/w32heap.$(O)):
5685 ($(BLD)/w32menu.$(O)):
5686 ($(BLD)/w32proc.$(O)): Add w32common.h.
5687
5688 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
5689 'const char *'.
5690 (x_to_w32_color): Don't modify the argument, modify a copy instead.
5691
5692 2012-10-08 Daniel Colascione <dancol@dancol.org>
5693
5694 * w32term.h (WM_EMACS_BRINGTOTOP, WM_EMACS_INPUT_READY)
5695 (WM_EMACS_END): Change WM_EMACS_BRINGTOTOP from 22 to 21 to close
5696 accidental message numbering hole. Change other messages to
5697 match.
5698
5699 * w32select.h (HAVE_W32SELECT): Remove.
5700
5701 * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include
5702 w32common.h instead of w32heap.h.
5703
5704 * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size)
5705 (get_allocation_unit, get_processor_type, get_w32_major_version)
5706 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
5707 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
5708 (OS_NT, os_subtype, cache_system_info): Move declarations to
5709 w32common.
5710
5711 * w32heap.c: Include w32common.h.
5712 (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version)
5713 (w32_minor_version, w32_build_number, w32_subtype):
5714 Remove duplicate definitions.
5715
5716 * w32fns.c: Include w32common.h; include w32heap.h only in
5717 WINDOWSNT.
5718
5719 (Fx_file_dialog): Clarify comment on GetOpenFileName structure.
5720 Use `report_file_error' instead of `error' in order to better
5721 inform users of what went wrong. Increase NTGUI_UNICODE file
5722 dialog box file name length to 32k, the maximum allowed by the NT
5723 kernel.
5724
5725 * w32common.h: New file.
5726 (ROUND_UP, ROUND_DOWN, get_page_size)
5727 (get_allocation_unit, get_processor_type, get_w32_major_version)
5728 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
5729 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
5730 (OS_NT, os_subtype, cache_system_info): Move here.
5731
5732 * unexw32.c, unexcw.c: Include w32common.h.
5733
5734 * emacs.c (main): Use (defined (WINDOWSNT) || defined
5735 HAVE_NTGUI) instead of removed HAVE_W32SELECT to decide whether
5736 to call syms_of_w32select.
5737
5738 * cygw32.h: Remove obsolete EXFUN declarations.
5739
5740 * cygw32.c (Qutf_16_le): Rename to Qutf_16le.
5741
5742 * Makefile.in (SOME_MACHINE_OBJECTS): Reverse accidental removal
5743 of w32inevt.o from SOME_MACHINE_OBJECTS.
5744
5745 2012-10-08 Daniel Colascione <dancol@dancol.org>
5746
5747 * image.c: Permanent fix for JPEG compilation issue --- limit
5748 jpeglib `boolean' redefinition to Cygwin builds.
5749
5750 2012-10-08 Eli Zaretskii <eliz@gnu.org>
5751
5752 * image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
5753
5754 * emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on
5755 Cygwin.
5756
5757 2012-10-08 Daniel Colascione <dancol@dancol.org>
5758
5759 * xfaces.c, xdisp.c, window.c, w32xfns.c, w32term.h, w32term.c,
5760 w32select.h w32select.c, w32proc.c, w32menu.c, w32inevt.c,
5761 w32help.c, w32font.c, w32font.c, w32fns.c, w32console.c, w32.h,
5762 w32.c, unexw32.c, termhooks.h, process.c, menu.c, keyboard.h,
5763 keyboard.c, image.c, frame.h, frame.c, fontset.c, font.h, font.c,
5764 emacs.c, dispextern.h, cygw32.h, cygw32.c, conf_post.h,
5765 Makefile.in: use HAVE_NTGUI for W32 GUI and WINDOWSNT for the
5766 operating system. defined(HAVE_NTGUI) && !defined(WINDOWSNT) is
5767 now a supported configuration.
5768
5769 * Makefile.in: consolidate image variables into LIBIMAGE; add
5770 W32_OBJ and W32_LIBS. Compile new files.
5771
5772 * conf_post.h:
5773 (_DebPrint) declare tracing facility for W32 debugging. We need
5774 to unify tracing later.
5775
5776 (NTGUI_UNICODE) Define when compiling for Cygwin to allow the
5777 unconditional use of W32 Unicode functions. Cygwin runs only on
5778 100% Unicode operating systems.
5779
5780 * cygw32.c: New file. Define Cygwin-specific facilities.
5781 (Fcygwin_convert_path_to_windows)
5782 (Fcygwin_convert_path_from_windows): New user functions for
5783 accessing Cygwin path-munging routines.
5784
5785 * cygw32.h: New file.
5786 (WCSDATA, to_unicode, from_unicode): Define facilities for storing
5787 UTF-16LE strings temporarily inside non-Lisp-visible string
5788 objects.
5789
5790 (w32_strerror): Just what it says on the tin.
5791
5792 * emacs.c: Make the NS fork-then-exec code for daemon-launching
5793 also run for Cygwin; both systems have the same problem with using
5794 GUI facilities in a forked child. Also call syms_of_cygw32,
5795 syms_of_w32select in correct places.
5796
5797 (DAEMON_MUST_EXEC): new macro defined to signal that a platform
5798 needs fork-then-exec for daemon launching.
5799
5800 * font.h: Include frame.h.
5801
5802 * image.c: Use the image library cache machinery only when we're
5803 compiling for native WINDOWSNT; Cygwin can use shared libraries
5804 like any other Unixlike system.
5805
5806 * keyboard.c: Clarify a comment regarding the input loop.
5807
5808 * menu.c: When NTGUI_UNICODE is defined, use Unicode menu
5809 functions directly instead of trying to detect at runtime that our
5810 host operating system supports them. We make this change for two
5811 reasons: Cygwin lacks support for the multibyte character
5812 conversion functions used by the legacy menu code, and Cygwin
5813 never needs to rely on non-Unicode APIs.
5814
5815 * unexw32.c (hinst): Declare extern.
5816
5817 * w32.c: Change header order;
5818 (w32_strerror): Move to w32fns.c because we need it for
5819 non-WINDOWSNT builds.
5820
5821 * w32.h: Add #error macro to make sure we don't include w32.h for
5822 Cygwin builds. Remove w32select declarations.
5823
5824 * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to
5825 w32fns.c. w32console.c is WINDOWSNT-only.
5826
5827 * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more
5828 NTGUI_UNICODE tweaks. (See above.) Change _snprintf to the more
5829 POSIXy alternative.
5830 (faked_key, sysinfo_cache, osinfo_cahce, syspage_mask)
5831 (w32_major_version, w32_minor_version, w32_build_number)
5832 (os_subtype, sound_type): Define here
5833 (w32_defined_color): Make color parameter const for consistency
5834 with other _defined_color functions.
5835 (w32_createwindow): Unconditionally call w32_init_class instead of
5836 doing so only when hprevinst is non-NULL. Plumbing hprevinst
5837 through the code is complex and unnecessary because class
5838 registration is practically free.
5839 (w32_name_of_message): New EMACSDEBUG-only function.
5840 (Fset_message_beep): Move here
5841 (Fx_open_connection): Require that the display name for Windows be
5842 "w32" for consistency, emacsclient disambiguation, and maybe, one
5843 day, multi-window-system support.
5844 (file_dialog_callback): NTGUI_UNICODE changes; encode and decode
5845 Cygwin files for W32 GUI facilities, since these clearly don't
5846 expect Cygwin names.
5847 (_DebPrint): Define.
5848 (w32_strerror, w32_console_toggle_lock_key, w32_kbd_mods_to_emacs)
5849 (w32_kbd_patch_key, w32_sys_ring_bell): Move here.
5850 (Ssystem_move_file_to_trash): Define only for native WINDOWSNT.
5851 (w32_last_error): Remove.
5852
5853 * w32font.c: Define _strlwr to strlwr for non-WINDOWSNT builds.
5854
5855 * w32heap.c (syspage_mask): Declare here.
5856 (cache_system_info): Remove.
5857
5858 * w32inevt.c (faked_key): Define globally, not statically.
5859 (w32_kbd_mods_to_emacs, w32_kbd_patch_key, faked_key)
5860 (w32_console_toggle_lock_key): Move to w32fns.c.
5861
5862 * w32menu.c: Include setjmp.h. NTGUI_UNICODE changes throughout.
5863
5864 * w32proc.c (_DebPrint): Move to w32fns.c.
5865 * w32select.c: Include string.h, stdio.h for Cygwin.
5866 * w32select.h: New File.
5867
5868 * w32term.c: Include io.h for non-CYGWIN builds; needed for
5869 get_osfhandle.
5870 (w32_message_fd): New variable. Under Cygwin, holds the file
5871 descriptor the system used to tell us about pending thread
5872 messages.
5873
5874 (w32_init_term): Remove incorrect calls to fcntl and init_sigio
5875 that prevented compilation under non-WINDOWSNT systems.
5876
5877 (w32_initialize): Open /dev/windows and assign it to
5878 w32_message_fd. Provide w32 feature.
5879
5880 * w32term.h: Include frame.h, atimer.h. Declare various frame functions.
5881 (WM_EMACS_INPUT_READY): add.
5882 (prepend_msg, w32_message_fd): Declare globally.
5883
5884 * w32xfns.c:
5885 (keyboard_handle): Use only when WINDOWSNT.
5886 (notify_msg_ready): New function. Posts a message to the main
5887 thread's message queue under CYGWIN, which wakes up the main
5888 thread from select(2) by making the /dev/windows file descriptor
5889 ready. Under WINDOWSNT, it sets an event the same way the old
5890 code did.
5891
5892 (post, prepend_msg): Actually call notify_msg_ready instead of
5893 setting the input event directly.
5894
5895 2012-10-07 Eli Zaretskii <eliz@gnu.org>
5896
5897 * ralloc.c (relinquish): If a heap is ready to be relinquished,
5898 but it still has blocs in it, don't return it to the system,
5899 instead of aborting. (Bug#12402)
5900
5901 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
5902
5903 * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).
5904
5905 * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of
5906 MAC_OS_X_VERSION_10_6.
5907 (syms_of_nsterm): Remove comment about Panther and above for
5908 ns-antialias-text.
5909 * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
5910 (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
5911 (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
5912
5913 * nsselect.m (ns_string_from_pasteboard): Remove check for >=
5914 MAC_OS_X_VERSION_10_4.
5915
5916 * nsmenu.m (fillWithWidgetValue:): Remove code for <
5917 MAC_OS_X_VERSION_10_2.
5918
5919 * nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.
5920
5921 * nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
5922 (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.
5923
5924 * nsterm.m (ns_in_resize): Remove (Bug#12479).
5925 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
5926 (ns_clear_frame, sendEvent, windowDidResize, drawRect:):
5927 Remove ns_in_resize check.
5928 (ns_clear_frame_area): Remove resize handle code.
5929
5930 * nsfns.m (ns_in_resize): Remove.
5931 (x_set_icon_name, ns_set_name, ns_set_name_as_filename):
5932 Remove ns_in_resize check.
5933
5934 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
5935
5936 Improve sys_siglist detection.
5937 * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
5938 defined as a macro, as is done in Solaris.
5939 (sys_siglist_entries): New macro.
5940 (save_strsignal): Use it.
5941 * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
5942 GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
5943
5944 2012-10-06 Jan Djärv <jan.h.d@swipnet.se>
5945
5946 * nsfns.m (Fx_create_frame): Call x_default_parameter with
5947 fullscreen/Fullscreen.
5948
5949 * nsterm.h (EmacsView): Rename tbar_height to tibar_height.
5950 tobar_height is new.
5951
5952 * nsterm.m (x_make_frame_visible): Check for fullscreen.
5953 (ns_fullscreen_hook): Activate old style fullscreen with a timer.
5954 (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
5955 (windowDidResize:): Check for correct window if old style fullscreen.
5956 Capitalize word in comment. Remove incorrect comment.
5957 (initFrameFromEmacs:): tbar_height renamed tibar_height.
5958 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
5959 error in drawing background.
5960 (toggleFullScreen:): Remove comment. Rearrange calls.
5961 Set toolbar values to zero, save old height in tobar_height.
5962 Restore tool bar height when leaving fullscreen.
5963 (canBecomeMainWindow): New function.
5964
5965 2012-10-06 Paul Eggert <eggert@cs.ucla.edu>
5966
5967 * keyboard.c (read_char): Remove unnecessary 'volatile's and label.
5968
5969 2012-10-05 Eli Zaretskii <eliz@gnu.org>
5970
5971 * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
5972
5973 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
5974 that time stamps of directories could also be changed.
5975 Don't request the too broad GENERIC_WRITE, only the more restrictive
5976 FILE_WRITE_ATTRIBUTES access rights.
5977
5978 * fileio.c (Fset_file_times): Special-case ignoring errors for
5979 directories only on MSDOS, not on MS-Windows.
5980
5981 2012-10-05 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
5982
5983 * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555)
5984
5985 2012-10-04 Eli Zaretskii <eliz@gnu.org>
5986
5987 * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
5988 see whether CreateFile failed.
5989
5990 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
5991
5992 * profiler.c (handle_profiler_signal): Inhibit pending signals too,
5993 to avoid similar races.
5994 * keyboard.c (pending_signals): Now bool, not int.
5995
5996 Port timers to OpenBSD, plus check for timer failures.
5997 OpenBSD problem reported by Han Boetes.
5998 * profiler.c (setup_cpu_timer): Check for failure of timer_settime
5999 and/or setitimer.
6000 (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
6001 * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms
6002 like OpenBSD, which has timer_settime but does not declare it.
6003 OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
6004 whether to use itimerspec-related primitives. All uses of
6005 HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
6006
6007 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6008
6009 * profiler.c (handle_profiler_signal): Fix a malloc race
6010 that caused Emacs to hang on Fedora 17 when profiling Lisp.
6011
6012 2012-10-02 Jan Djärv <jan.h.d@swipnet.se>
6013
6014 * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
6015
6016 2012-10-02 Eli Zaretskii <eliz@gnu.org>
6017
6018 * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
6019 consistent with the change in return value of 'safe_strsignal'.
6020
6021 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6022
6023 Prefer plain 'static' to 'static inline' (Bug#12541).
6024 * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
6025 (bidi_set_sor_type, bidi_push_embedding_level)
6026 (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
6027 (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
6028 (bidi_cache_search, bidi_cache_ensure_space)
6029 (bidi_cache_iterator_state, bidi_cache_find)
6030 (bidi_peek_at_next_level, bidi_set_paragraph_end)
6031 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
6032 (bidi_explicit_dir_char, bidi_resolve_neutral_1):
6033 Now 'static', not 'static inline'.
6034
6035 Count overruns when profiling; change units to ns.
6036 * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
6037 Give extra weight to samples after overruns, to attempt to count
6038 the time more accurately.
6039 (setup_cpu_timer): Change sampling interval units from ms to ns, since
6040 the underlying primitives nominally do ns.
6041 (Fprofiler_cpu_start): Document the change. Mention that
6042 the sampling intervals are only approximate.
6043
6044 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
6047
6048 * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
6049 case for the special 0 coding-system.
6050
6051 * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
6052 (Fmake_overlay): Remove redundant tests.
6053 (fix_start_end_in_overlays): Remove redundant recentering.
6054
6055 2012-10-02 Juanma Barranquero <lekktu@gmail.com>
6056
6057 * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
6058 Update dependencies.
6059
6060 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6061
6062 Fix a malloc race condition involving strsignal.
6063 A signal can arrive in the middle of a malloc, and Emacs's signal
6064 handler can invoke strsignal, which can invoke malloc, which is
6065 not portable. This race condition bug makes Emacs hang on GNU/Linux.
6066 Fix it by altering the signal handler so that it does not invoke
6067 strsignal.
6068 * emacs.c (shut_down_emacs): Use safe_strsignal, not strsignal.
6069 * process.c (status_message): Use const pointer, in case strsignal
6070 is #defined to safe_strsignal.
6071 * sysdep.c (sys_siglist, init_signals): Always define and
6072 initialize a substitute sys_siglist if the system does not define
6073 one, even if HAVE_STRSIGNAL.
6074 (safe_strsignal): Rename from strsignal. Always define,
6075 using sys_siglist. Return a const pointer.
6076 * syssignal.h (safe_strsignal): New decl.
6077 (strsignal) [!HAVE_STRSIGNAL]: Define in terms of safe_strsignal.
6078
6079 2012-10-01 Eli Zaretskii <eliz@gnu.org>
6080
6081 * w32proc.c (timer_loop): Fix code that waits for timer
6082 expiration, to avoid high CPU usage.
6083
6084 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
6087 (sweep_weak_table): Remove redundant prototypes.
6088
6089 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
6090
6091 * emacs.c: Move the inclusion of TERM_HEADER after including
6092 windows.h on WINDOWSNT. This avoids compilation problems with
6093 MSVC.
6094
6095 2012-10-01 Eli Zaretskii <eliz@gnu.org>
6096
6097 * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET)
6098 (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses.
6099 (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *',
6100 as the previous version used 'void *'.
6101
6102 * ralloc.c (ROUNDUP): Fix last change.
6103 (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type
6104 'size_t'.
6105
6106 * w32proc.c <disable_itimers>: New static flag.
6107 (init_timers): Initialize it to zero, after creating the critical
6108 sections used by the timer threads.
6109 (term_timers): Set to 1 before deleting the critical sections.
6110 (getitimer, setitimer): If disable_itimers is non-zero, return an
6111 error indication without doing anything. Reported by Fabrice
6112 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
6113 (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
6114 return results.
6115 [!HAVE_SETITIMER]: Behave as the previous version that didn't
6116 support timers.
6117
6118 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
6119 term_ntproc after all the other bookkeeping, to get timers working
6120 as long as possible.
6121
6122 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6123
6124 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
6125 Suggested by Juri Linkov in
6126 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
6127
6128 Prefer plain 'static' to 'static inline' (Bug#12541).
6129 With static functions, modern compilers inline pretty well by
6130 themselves; advice from programmers often hurts as much as it helps.
6131 On my host (x86-64, Fedora 17, GCC 4.7.2, default 'configure'),
6132 this change shrinks the text size of the Emacs executable by 1.1%
6133 without affecting CPU significantly in my benchmark.
6134 * alloc.c (mem_find, live_string_p, live_cons_p, live_symbol_p)
6135 (live_float_p, live_misc_p, live_vector_p, live_buffer_p)
6136 (mark_maybe_object, mark_maybe_pointer, bounded_number):
6137 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
6138 (bset_auto_fill_function, bset_auto_save_file_format)
6139 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
6140 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
6141 (bset_cache_long_line_scans, bset_case_fold_search)
6142 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
6143 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
6144 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
6145 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
6146 (bset_header_line_format, bset_indicate_buffer_boundaries)
6147 (bset_indicate_empty_lines, bset_invisibility_spec)
6148 (bset_left_fringe_width, bset_major_mode, bset_mark)
6149 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
6150 (bset_name, bset_overwrite_mode, bset_pt_marker)
6151 (bset_right_fringe_width, bset_save_length)
6152 (bset_scroll_bar_width, bset_scroll_down_aggressively)
6153 (bset_scroll_up_aggressively, bset_selective_display)
6154 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
6155 (bset_word_wrap, bset_zv_marker, set_buffer_overlays_before)
6156 (set_buffer_overlays_after):
6157 * category.c (bset_category_table):
6158 * charset.c (read_hex):
6159 * coding.c (produce_composition, produce_charset)
6160 (handle_composition_annotation, handle_charset_annotation)
6161 (char_encodable_p):
6162 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers)
6163 (assign_row, set_frame_matrix_frame, make_current)
6164 (add_row_entry):
6165 * eval.c (set_specpdl_symbol, set_specpdl_old_value):
6166 * fns.c (maybe_resize_hash_table):
6167 * frame.c (fset_buffer_predicate, fset_minibuffer_window):
6168 * gmalloc.c (register_heapinfo):
6169 * image.c (lookup_image_type):
6170 * intervals.c (set_interval_object, set_interval_left)
6171 (set_interval_right, copy_interval_parent, rotate_right)
6172 (rotate_left, balance_possible_root_interval):
6173 * keyboard.c (kset_echo_string, kset_kbd_queue)
6174 (kset_keyboard_translate_table, kset_last_prefix_arg)
6175 (kset_last_repeatable_command, kset_local_function_key_map)
6176 (kset_overriding_terminal_local_map, kset_real_last_command)
6177 (kset_system_key_syms, clear_event, set_prop):
6178 * lread.c (digit_to_number):
6179 * marker.c (attach_marker, live_buffer, set_marker_internal):
6180 * nsterm.m (ns_compute_glyph_string_overhangs):
6181 * process.c (pset_buffer, pset_command)
6182 (pset_decode_coding_system, pset_decoding_buf)
6183 (pset_encode_coding_system, pset_encoding_buf, pset_filter)
6184 (pset_log, pset_mark, pset_name, pset_plist, pset_sentinel)
6185 (pset_status, pset_tty_name, pset_type, pset_write_queue):
6186 * syntax.c (bset_syntax_table, dec_bytepos):
6187 * terminal.c (tset_param_alist):
6188 * textprop.c (interval_has_some_properties)
6189 (interval_has_some_properties_list):
6190 * window.c (wset_combination_limit, wset_dedicated)
6191 (wset_display_table, wset_hchild, wset_left_fringe_width)
6192 (wset_left_margin_cols, wset_new_normal, wset_new_total)
6193 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
6194 (wset_right_fringe_width, wset_right_margin_cols)
6195 (wset_scroll_bar_width, wset_start, wset_temslot, wset_vchild)
6196 (wset_vertical_scroll_bar_type, wset_window_parameters):
6197 * xdisp.c (wset_base_line_number, wset_base_line_pos)
6198 (wset_column_number_displayed, wset_region_showing)
6199 (window_box_edges, run_window_scroll_functions)
6200 (append_glyph_string_lists, prepend_glyph_string_lists)
6201 (append_glyph_string, set_glyph_string_background_width)
6202 (append_glyph, append_composite_glyph)
6203 (take_vertical_position_into_account):
6204 * xfaces.c (x_create_gc, x_free_gc, merge_face_vectors)
6205 (face_attr_equal_p, lface_equal_p, hash_string_case_insensitive)
6206 (lface_hash, lface_same_font_attributes_p, lookup_face):
6207 * xml.c (libxml2_loaded_p):
6208 * xterm.c (x_set_mode_line_face_gc, x_set_glyph_string_gc)
6209 (x_set_glyph_string_clipping, x_clear_glyph_string_rect):
6210 Now 'static', not 'static inline'.
6211
6212 * bidi.c: Tune.
6213 (bidi_copy_it): Do the whole copy with a single memcpy.
6214 (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
6215
6216 Revert the FOLLOW-SYMLINKS change for file-attributes.
6217 Doing it right would require several changes to Tramp, and there's
6218 not enough time to get that tested before the freeze today.
6219 * dired.c (directory_files_internal, Ffile_attributes):
6220 Undo last change.
6221
6222 * frame.c (x_report_frame_params): Port better to wider ints.
6223 Do not assume that EMACS_UINT is the same width as uprintmax_t,
6224 or that pointers can be printed in 15 decimal digits.
6225 Avoid GCC warnings if EMACS_UINT is wider than a pointer.
6226
6227 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
6228
6229 Support x64 build on MS-Windows.
6230 * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64.
6231 (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for
6232 compatibility with x64.
6233 (x_get_focus_frame): Add prototype.
6234
6235 * w32term.c (w32_draw_underwave): Don't use GCC extensions for
6236 defining an XRectangle structure.
6237
6238 * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
6239 arithmetics for compatibility with x64.
6240
6241 * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
6242 compatibility with x64.
6243
6244 * w32heap.h: Adjust prototypes and declarations.
6245
6246 * w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap)
6247 (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of
6248 DWORD, long, and unsigned long, for compatibility with x64.
6249 (allocate_heap) [_WIN64]: Reserve 32GB of memory.
6250 (sbrk): Argument is now of type ptrdiff_t.
6251
6252 * w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being
6253 less than 0x0500.
6254 (w32_msg_pump): Use WPARAM type for 'result'.
6255
6256 * w32.c (init_environment, get_emacs_configuration): Support AMD64
6257 architecture.
6258 (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for
6259 compatibility with x64.
6260
6261 * vm-limit.c (lim_data): Now size_t.
6262 (check_memory_limits): Adjust prototypes of real_morecore and
6263 __morecore to receive argument of type ptrdiff_t. Use size_t for
6264 five_percent and data_size.
6265
6266 * unexw32.c: Use DWORD_PTR instead of DWORD for file-scope
6267 variables, for compatibility with x64.
6268 (rva_to_section, offset_to_section, relocate_offset)
6269 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET)
6270 (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info)
6271 (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD
6272 for compatibility with x64.
6273
6274 * sysdep.c (STDERR_FILENO): Define if not already defined.
6275
6276 * ralloc.c (real_morecore): Argument type is now ptrdiff_t.
6277 (__morecore): Argument type is now ptrdiff_t.
6278 (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'.
6279 (relinquish): Use ptrdiff_t type for 'excess'.
6280 (r_alloc_sbrk): Argument type is now ptrdiff_t.
6281
6282 * makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE.
6283 (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE)
6284 instead of a literal number.
6285
6286 * gmalloc.c [WINDOWSNT]: Include w32heap.h.
6287 (min): Define only if not already defined.
6288
6289 * frame.c (x_report_frame_params): Use EMACS_UINT for the return
6290 value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows
6291 hosts.
6292
6293 * image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since
6294 'bitmaps' is a pointer.
6295
6296 * dispextern.h (x_bitmap_pixmap): Adjust prototype.
6297
6298 * alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__.
6299
6300 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6301
6302 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6303 * dired.c (directory_files_internal, Ffile_attributes):
6304 New arg follow_symlinks. All uses changed.
6305
6306 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.
6309
6310 2012-09-30 Eli Zaretskii <eliz@gnu.org>
6311
6312 Support atimers and CPU profiler via profile.c on MS-Windows.
6313 * w32proc.c (sig_mask, crit_sig): New static variables.
6314 (sys_signal): Support SIGALRM and SIGPROF.
6315 (sigemptyset, sigaddset, sigfillset, sigprocmask)
6316 (pthread_sigmask, setpgrp): Move here from w32.c. sigaddset,
6317 sigfillset, and sigprocmask are no longer no-ops.
6318 (sigismember): New function.
6319 (struct itimer_data): New definition.
6320 (ticks_now, real_itimer, prof_itimer, clocks_min, crit_real)
6321 (crit_prof): New static variables.
6322 (MAX_SINGLE_SLEEP): New definition.
6323 (timer_loop, stop_timer_thread, term_timers, init_timers)
6324 (start_timer_thread, getitimer, setitimer): New functions.
6325 (alarm): No longer a no-op, calls setitimer.
6326
6327 * w32.c (term_ntproc): Call term_timers.
6328 (init_ntproc): Make sure all signals are unblocked at startup, to
6329 erase any traces of dumping. Call init_timers.
6330
6331 * w32fns.c (hourglass_timer, HOURGLASS_ID): Remove.
6332 Windows-specific code to display the hourglass mouse pointer is no
6333 longer used.
6334 (w32_wnd_proc): Remove code that handled the WM_TIMER message due
6335 to hourglass timer expiration.
6336 (start_hourglass, cancel_hourglass, DEFAULT_HOURGLASS_DELAY):
6337 Remove, no longer used.
6338 (w32_note_current_window, show_hourglass, hide_hourglass):
6339 New functions, in support of hourglass cursor display similar to other
6340 window systems.
6341 (syms_of_w32fns): Don't initialize hourglass_timer.
6342
6343 * xdisp.c (start_hourglass, cancel_hourglass): Now used on
6344 WINDOWSNT as well.
6345 (start_hourglass) [WINDOWSNT]: Call w32_note_current_window.
6346
6347 * w32.h (init_timers, term_timers): Add prototypes.
6348
6349 2012-09-30 Kenichi Handa <handa@gnu.org>
6350
6351 * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention
6352 to the buffer relocation which may be caused by ccl_driver.
6353
6354 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6355
6356 * xfns.c (Fx_file_dialog): Update comment.
6357
6358 * w32fns.c (Fx_file_dialog): Update comment.
6359
6360 * nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
6361 Initialize panel name field if OSX >= 10.6.
6362
6363 * fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.
6364
6365 * nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.
6366
6367 * nsterm.m (NEW_STYLE_FS): New define.
6368 (ns_fullscreen_hook, windowWillEnterFullScreen)
6369 (windowDidEnterFullScreen, windowWillExitFullScreen)
6370 (windowDidExitFullScreen, toggleFullScreen, handleFS)
6371 (setFSValue): New functions.
6372 (EmacsFSWindow): New implementation.
6373 (canBecomeKeyWindow): New function for EmacsFSWindow.
6374 (ns_create_terminal): Set fullscreen_hook to ns_fullscreen_hook.
6375 (dealloc): Release nonfs_window if in fullscreen.
6376 (updateFrameSize:): Call windowDidMove to update top/left.
6377 (windowWillResize:toSize:): Check if frame is still maximized.
6378 (initFrameFromEmacs:): Initialize fs_state, fs_before_fs,
6379 next_maximized, maximized_width, maximized_height and nonfs_window.
6380 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and
6381 tbar_height.
6382 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
6383 fullscreen. Set maximized_width/height. Act on next_maximized.
6384
6385 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
6386 (EmacsView): Add variables for fullscreen.
6387 (handleFS, setFSValue, toggleFullScreen): New in EmacsView.
6388 (EmacsFSWindow): New interface for fullscreen.
6389
6390 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6391
6392 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
6393
6394 2012-09-30 Chong Yidong <cyd@gnu.org>
6395
6396 * fns.c (Frandom): Doc fix.
6397
6398 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6399
6400 * window.c (Vwindow_combination_limit): New default value.
6401 (Qwindow_size): New symbol replacing Qtemp_buffer_resize.
6402
6403 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6404
6405 * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.
6406 Suggested by Eli Zaretskii in
6407 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00811.html>.
6408
6409 2012-09-30 Eli Zaretskii <eliz@gnu.org>
6410
6411 * profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
6412 HAVE_TIMER_SETTIME is defined.
6413
6414 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6415
6416 Profiler improvements: more-accurate timers, overflow checks.
6417 * profiler.c: Don't include stdio.h, limits.h, sys/time.h,
6418 signal.h, setjmp.h. Include systime.h instead.
6419 (saturated_add): New function.
6420 (record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
6421 (record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
6422 (profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
6423 New static vars.
6424 (enum profiler_cpu_running): New enum.
6425 (profiler_cpu_running): Now of that enum type, not bool.
6426 All uses changed to store the new value.
6427 (handle_profiler_signal): Rename from sigprof_handler_1,
6428 for consistency with other handlers. Do not check whether
6429 cpu_log is a hash-table if garbage collecting, since it
6430 doesn't matter in that case.
6431 (deliver_profiler_signal): Rename from sigprof_handler,
6432 for consistency with other handlers.
6433 (setup_cpu_timer): New function, with much of what used to be in
6434 Fprofiler_cpu_start. Check for out-of-range argument.
6435 Prefer timer_settime if available, and prefer
6436 thread cputime clocks, then process cputime clocks, then
6437 monotonic clocks, to the old realtime clock. Use make_timeval
6438 to round more-correctly when falling back to setitimer.
6439 (Fprofiler_cpu_start): Use it.
6440 (Fprofiler_cpu_stop): Prefer timer_settime if available.
6441 Don't assume that passing NULL as the 2nd argument of setitimer
6442 is the same as passing a pointer to all-zero storage.
6443 Ignore SIGPROF afterwards.
6444 (malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
6445 * sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
6446 non-fatal signal handlers. Ignore SIGPROF on startup.
6447 * syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
6448 in profiler.c, since sysdep.c now uses it.
6449
6450 * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
6451 Suggested by Eli Zaretskii in
6452 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
6453
6454 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
6455
6456 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
6457
6458 2012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * lisp.h (struct backtrace): Remove indirection for `function' field.
6461 * xdisp.c (redisplay_internal):
6462 * profiler.c (record_backtrace, sigprof_handler_1):
6463 * alloc.c (Fgarbage_collect):
6464 * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
6465 (Fbacktrace_frame): Adjust accordingly.
6466
6467 2012-09-28 Glenn Morris <rgm@gnu.org>
6468
6469 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
6470 (Frun_hook_with_args_until_failure): Doc fixes.
6471
6472 2012-09-28 Eli Zaretskii <eliz@gnu.org>
6473
6474 * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
6475 Qautomatic_redisplay and change the symbol name. All users changed.
6476
6477 2012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
6478
6479 * profiler.c (sigprof_handler): Fix race condition.
6480
6481 2012-09-28 Glenn Morris <rgm@gnu.org>
6482
6483 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528)
6484
6485 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
6486
6487 Check more robustly for timer_settime.
6488 * Makefile.in (LIB_TIMER_TIME): New macro.
6489 (LIBES): Add it.
6490 * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
6491 Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
6492 call timer_settime.
6493
6494 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6495
6496 * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
6497
6498 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
6499
6500 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
6501
6502 2012-09-26 Paul Eggert <eggert@cs.ucla.edu>
6503
6504 * character.h (MAYBE_UNIFY_CHAR): Remove.
6505 * charset.c, charset.h (maybe_unify_char): Now static.
6506 * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
6507 Since this stuff is now private to charset.c, there's no need for
6508 a public macro and no need to inline by hand.
6509
6510 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
6511 Stefan Monnier <monnier@iro.umontreal.ca>
6512 Juanma Barranquero <lekktu@gmail.com>
6513
6514 * profiler.c: New file.
6515 * Makefile.in (base_obj): Add profiler.o.
6516 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
6517 ($(BLD)/profiler.$(O)): New target.
6518 * emacs.c (main): Call syms_of_profiler.
6519 * alloc.c (Qautomatic_gc): New constant.
6520 (MALLOC_PROBE): New macro.
6521 (xmalloc, xzalloc, xrealloc, lisp_malloc, lisp_align_malloc): Use it.
6522 (total_bytes_of_live_objects): New function.
6523 (Fgarbage_collect): Use it. Record itself in backtrace_list.
6524 Call malloc_probe for the memory profiler.
6525 (syms_of_alloc): Define Qautomatic_gc.
6526 * eval.c (eval_sub, Ffuncall): Reorder assignments to avoid
6527 race condition.
6528 (struct backtrace): Move definition...
6529 * lisp.h (struct backtrace): ..here.
6530 (Qautomatic_gc, profiler_memory_running): Declare vars.
6531 (malloc_probe, syms_of_profiler): Declare functions.
6532 * xdisp.c (Qautomatic_redisplay): New constant.
6533 (redisplay_internal): Record itself in backtrace_list.
6534 (syms_of_xdisp): Define Qautomatic_redisplay.
6535
6536 2012-09-25 Eli Zaretskii <eliz@gnu.org>
6537 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
6538
6539 * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
6540
6541 2012-09-25 Paul Eggert <eggert@cs.ucla.edu>
6542
6543 Prefer POSIX timers if available.
6544 They avoid a race if the timer is too close to the current time.
6545 * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
6546 (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
6547 (init_atimer) [SIGEV_SIGNAL]: Initialize them.
6548
6549 2012-09-25 Eli Zaretskii <eliz@gnu.org>
6550
6551 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
6552 CHAR_STRING_ADVANCE.
6553 (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
6554 STRING_CHAR_ADVANCE.
6555
6556 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
6557
6558 Move Vlibrary_cache to emacs.c and reset before dumping.
6559
6560 * lisp.h (reset_image_types): Declare.
6561 [WINDOWSNT] (Vlibrary_cache): Declare.
6562
6563 * image.c (reset_image_types): New function.
6564
6565 * emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
6566 (syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
6567 (Fdump_emacs): Reset Vlibrary_cache and image_types.
6568
6569 * w32.c (Vlibrary_cache): Do not define; moved to emacs.c
6570 (globals_of_w32) <Vlibrary_cache>: Do not initialize.
6571
6572 * w32.h (Vlibrary_cache): Do not declare.
6573
6574 2012-09-25 Eli Zaretskii <eliz@gnu.org>
6575
6576 * w32proc.c (sys_signal): Handle all signals defined by the
6577 MS-Windows runtime, not just SIGCHLD. Actually install the signal
6578 handlers for signals supported by Windows. Don't override
6579 term_ntproc as the handler for SIGABRT.
6580 (sigaction): Rewrite to call sys_signal instead of duplicating its
6581 code.
6582 (sys_kill): Improve commentary.
6583
6584 * w32.c (term_ntproc): Accept (and ignore) one argument, for
6585 consistency with a signature of a signal handler. All callers
6586 changed.
6587 (init_ntproc): Accept an argument DUMPING. If dumping, don't
6588 install term_ntproc as a signal handler for SIGABRT, as that
6589 should be done by the dumped Emacs.
6590
6591 * w32.h (init_ntproc, term_ntproc): Adjust prototypes.
6592
6593 * w32select.c (term_w32select): Protect against repeated
6594 invocation by setting clipboard_owner to NULL after calling
6595 DestroyWindow.
6596
6597 * emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
6598 and term_ntproc to their modified signatures.
6599
6600 * character.c (char_string, string_char): Remove calls to
6601 MAYBE_UNIFY_CHAR. See the discussion starting at
6602 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
6603 for the details.
6604
6605 2012-09-25 Chong Yidong <cyd@gnu.org>
6606
6607 * xdisp.c (mode_line_inverse_video): Delete obsolete variable.
6608
6609 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * bytecode.c (exec_byte_code): Signal an error instead of aborting,
6612 when encountering an unknown bytecode.
6613
6614 2012-09-24 Paul Eggert <eggert@cs.ucla.edu>
6615
6616 image.c, indent.c: Use bool for booleans.
6617 * dispextern.h (struct image_type): Members valid_p, load, init
6618 now return bool, not int. All uses changed.
6619 * image.c: Omit unnecessary static decls.
6620 (x_create_bitmap_mask, x_build_heuristic_mask):
6621 Return void, not int, since callers don't care about the return value.
6622 (x_create_bitmap_mask, define_image_type, valid_image_p)
6623 (struct image_keyword, parse_image_spec, image_spec_value)
6624 (check_image_size, image_background)
6625 (image_background_transparent, x_clear_image_1)
6626 (postprocess_image, lookup_image, x_check_image_size)
6627 (x_create_x_image_and_pixmap, xbm_image_p)
6628 (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
6629 (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
6630 (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
6631 (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
6632 (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
6633 (png_image_p, init_png_functions, png_load_body, png_load)
6634 (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
6635 (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
6636 (init_gif_functions, gif_load, imagemagick_image_p)
6637 (imagemagick_load_image, imagemagick_load, svg_image_p)
6638 (init_svg_functions, svg_load, svg_load_image, gs_image_p)
6639 (gs_load):
6640 * nsimage.m (ns_load_image):
6641 * nsterm.m (ns_defined_color):
6642 * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
6643 * xfns.c (x_defined_color):
6644 * xterm.c (x_alloc_lighter_color_for_widget)
6645 (x_alloc_nearest_color_1, x_alloc_nearest_color)
6646 (x_alloc_lighter_color):
6647 * indent.c (disptab_matches_widthtab, current_column)
6648 (scan_for_column, string_display_width, indented_beyond_p)
6649 (compute_motion, vmotion, Fvertical_motion):
6650 Use bool for booleans.
6651
6652 2012-09-24 Chong Yidong <cyd@gnu.org>
6653
6654 * chartab.c (Fset_char_table_default): Obsolete function removed.
6655
6656 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
6657
6658 Move pid_t related decls out of lisp.h.
6659 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
6660 (interruptible_wait_for_termination):
6661 Move these decls from lisp.h to syswait.h, since they use pid_t.
6662 Needed on FreeBSD; see Herbert J. Skuhra in
6663 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
6664 * callproc.c: Include syswait.h.
6665
6666 gnutls.c, gtkutil.c: Use bool for boolean.
6667 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
6668 (emacs_gnutls_handle_error):
6669 * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
6670 (xg_hide_tooltip, xg_create_frame_widgets)
6671 (create_dialog, xg_uses_old_file_dialog)
6672 (xg_get_file_with_chooser, xg_get_file_with_selection)
6673 (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
6674 (xg_item_label_same_p, xg_update_menubar)
6675 (xg_modify_menubar_widgets, xg_event_is_for_menubar)
6676 (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
6677 (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
6678 (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
6679 (update_frame_tool_bar, free_frame_tool_bar):
6680 * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
6681 * nsmenu.m (ns_update_menubar):
6682 * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
6683 * xfns.c (Fx_show_tip) [USE_GTK]:
6684 Use bool for boolean.
6685 * gtkutil.c (xg_update_frame_menubar):
6686 * xmenu.c (update_frame_menubar):
6687 Return void, not int, since caller ignores return value.
6688 * gtkutil.c (xg_change_toolbar_position):
6689 Return void, not 1.
6690
6691 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
6692
6693 * makefile.w32-in (BLOCKINPUT_H): Remove.
6694 (SYSSIGNAL_H): New macro.
6695 ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
6696 ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
6697 ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
6698 ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
6699 ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
6700 ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
6701 ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
6702 ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
6703 ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
6704 ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
6705 ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
6706 ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
6707 ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
6708 ($(BLD)/w32xfns.$(O)): Update dependencies.
6709
6710 2012-09-23 Eli Zaretskii <eliz@gnu.org>
6711
6712 * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
6713 fatal_error_backtrace.
6714
6715 * w32proc.c (sys_kill): Undo last change: don't do anything when
6716 invoked to deliver SIGABRT to our own process. This is now
6717 handled by emacs_raise.
6718
6719 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
6720
6721 * w32term.c (w32_read_socket): Remove leftover reference to
6722 interrupt_input_pending.
6723
6724 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
6725
6726 Do not use SA_NODEFER.
6727 Problem reported by Dani Moncayo in
6728 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
6729 * alloc.c (die):
6730 * sysdep.c (emacs_abort): Do not reset signal handler.
6731 * emacs.c (terminate_due_to_signal): Reset signal handler here.
6732 * sysdep.c (init_signals): Do not use SA_NODEFER. It wasn't
6733 wanted even on POSIXish hosts, and it doesn't work on Windows.
6734
6735 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
6736
6737 * xterm.c (x_term_init): Call fixup_locale before and after calling
6738 gtk_init (Bug#12392).
6739
6740 2012-09-23 Chong Yidong <cyd@gnu.org>
6741
6742 * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
6743 Vdynamic_library_alist.
6744
6745 * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
6746 (Fgnutls_available_p): Caller changed.
6747
6748 * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
6749 (Flibxml_parse_xml_region): Likewise.
6750
6751 * dispextern.h (struct image_type): Remove arg from init function.
6752
6753 * image.c (Finit_image_library, lookup_image_type)
6754 (define_image_type): Remove now-unneeded second arg.
6755 (init_xpm_functions, init_png_functions, init_jpeg_functions)
6756 (init_tiff_functions, init_gif_functions, init_svg_functions):
6757 Arglist and w32_delayed_load calling convention changed.
6758 (gs_type): Remove init_gs_functions; there is no such function.
6759 (valid_image_p, make_image): Fix caller to lookup_image_type.
6760
6761 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
6762
6763 Simplify and avoid signal-handling races (Bug#12471).
6764 * alloc.c (die):
6765 * sysdep.c (emacs_abort) [HAVE_NTGUI]:
6766 Avoid recursive loop if there's a fatal error in the function itself.
6767 * atimer.c (pending_atimers):
6768 * blockinput.h: Don't include "atimer.h"; no longer needed.
6769 (interrupt_input_pending): Remove. All uses removed.
6770 pending_signals now counts both atimers and ordinary interrupts.
6771 This is less racy than having three separate pending-signal flags.
6772 (block_input, unblock_input, totally_unblock_input, unblock_input_to)
6773 (input_blocked_p):
6774 Rename from their upper-case counterparts BLOCK_INPUT,
6775 UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
6776 INPUT_BLOCKED_P, and turn into functions. All uses changed.
6777 This makes it easier to access volatile variables more accurately.
6778 (BLOCK_INPUT_RESIGNAL): Remove. All uses replaced by unblock_input ().
6779 (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
6780 that's more reliable if the code is buggy and sets
6781 interrupt_input_blocked to a negative value. All uses changed.
6782 * atimer.c (deliver_alarm_signal):
6783 Remove. No need to deliver this to the parent; any thread can
6784 handle this signal now. All uses replaced by underlying handler.
6785 * atimer.c (turn_on_atimers):
6786 * dispnew.c (handle_window_change_signal):
6787 * emacs.c (handle_danger_signal):
6788 * keyboard.c (kbd_buffer_get_event):
6789 Don't reestablish signal handler; not needed with sigaction.
6790 * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
6791 (UNBLOCK_INPUT_TO):
6792 Rework to avoid unnecessary accesses to volatile variables.
6793 (UNBLOCK_INPUT_TO): Now a function.
6794 (totally_unblock_input, unblock_input): New decls.
6795 * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
6796 (init_data): Remove. Necessary stuff now done in init_signal.
6797 * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
6798 * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
6799 (fatal_error_code): Remove; no longer needed.
6800 (terminate_due_to_signal): Rename from fatal_error_backtrace, since
6801 it doesn't always backtrace. All uses changed. No need to reset
6802 signal to default, since sigaction and/or die does that for us now.
6803 Use emacs_raise (FOO), not kill (getpid (), FOO).
6804 (main): Check more-accurately whether we're dumping.
6805 Move fatal-error setup to sysdep.c
6806 * floatfns.c: Do not include "syssignal.h"; no longer needed.
6807 * gtkutil.c (xg_get_file_name, xg_get_font):
6808 Remove no-longer-needed signal-mask manipulation.
6809 * keyboard.c, process.c (POLL_FOR_INPUT):
6810 Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
6811 * keyboard.c (read_avail_input): Remove.
6812 All uses replaced by gobble_input.
6813 (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
6814 (kbd_buffer_store_event_hold, gobble_input):
6815 (record_asynch_buffer_change) [USABLE_SIGIO]:
6816 (store_user_signal_events):
6817 No need to mess with signal mask.
6818 (gobble_input): If blocking input and there are terminals, simply
6819 set pending_signals to 1 and return. All hooks changed to not
6820 worry about whether input is blocked.
6821 (process_pending_signals): Clear pending_signals before processing
6822 them, in case a signal comes in while we're processing.
6823 By convention callers now test pending_signals before calling us.
6824 (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
6825 New functions, to support changes to blockinput.h.
6826 (handle_input_available_signal): Now extern.
6827 (reinvoke_input_signal): Remove. All uses replaced by
6828 handle_async_input.
6829 (quit_count): Now volatile, since a signal handler uses it.
6830 (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg.
6831 All callers changed. Block SIGINT only if not already blocked.
6832 Clear sigmask reliably, even if Fsignal returns, which it can.
6833 Omit unnecessary accesses to volatile var.
6834 (quit_throw_to_read_char): No need to restore sigmask.
6835 * keyboard.c (gobble_input, handle_user_signal):
6836 * process.c (wait_reading_process_output):
6837 Call signal-handling code rather than killing ourselves.
6838 * lisp.h: Include <float.h>, for...
6839 (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
6840 (pending_signals): Now volatile.
6841 (syms_of_data): Now const if IEEE floating point.
6842 (handle_input_available_signal) [USABLE_SIGIO]:
6843 (terminate_due_to_signal, record_child_status_change): New decls.
6844 * process.c (create_process): Avoid disaster if memory is exhausted
6845 while we're processing a vfork, by tightening the critical section
6846 around the vfork.
6847 (send_process_frame, process_sent_to, handle_pipe_signal)
6848 (deliver_pipe_signal): Remove. No longer needed, as Emacs now
6849 ignores SIGPIPE.
6850 (send_process): No need for setjmp/longjmp any more, since the
6851 SIGPIPE stuff is now gone. Instead, report an error if errno
6852 is EPIPE.
6853 (record_child_status_change): Now extern. PID and W are now args.
6854 Return void, not bool. All callers changed.
6855 * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
6856 Remove. All uses removed. This bug should be fixed now in a
6857 different way.
6858 (wait_for_termination_1): Use waitpid rather than sigsuspend,
6859 and record the child status change directly. This avoids the
6860 need to futz with the signal mask.
6861 (process_fatal_action): Move here from emacs.c.
6862 (emacs_sigaction_flags): New function, containing
6863 much of what used to be in emacs_sigaction_init.
6864 (emacs_sigaction_init): Use it. Block nonfatal system signals that are
6865 caught by emacs, to make races less likely.
6866 (deliver_process_signal): Rename from handle_on_main_thread.
6867 All uses changed.
6868 (BACKTRACE_LIMIT_MAX): Now at top level.
6869 (thread_backtrace_buffer, threadback_backtrace_pointers):
6870 New static vars.
6871 (deliver_thread_signal, deliver_fatal_thread_signal):
6872 New functions, for more-accurate delivery of thread-specific signals.
6873 (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
6874 (deliver_arith_signal): Handle in this thread, not
6875 in the main thread, since it's triggered by this thread.
6876 (maybe_fatal_sig): New function.
6877 (init_signals): New arg DUMPING so that we can be more accurate
6878 about whether we're dumping. Caller changed.
6879 Treat thread-specific signals differently from process-general signals.
6880 Block all signals while handling fatal error; that's safer.
6881 xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
6882 on IEEE hosts.
6883 When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
6884 Ignore SIGPIPE unless batch.
6885 (emacs_backtrace): Output backtrace for the appropriate thread,
6886 which is not necessarily the main thread.
6887 * syssignal.h: Include <stdbool.h>.
6888 (emacs_raise): New macro.
6889 * xterm.c (x_connection_signal): Remove; no longer needed
6890 now that we use sigaction.
6891 (x_connection_closed): No need to mess with sigmask now.
6892 (x_initialize): No need to reset SIGPIPE handler here, since
6893 init_signals does this for us now.
6894
6895 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
6896
6897 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
6898 background rect may be larger (Bug#12245).
6899
6900 2012-09-23 Chong Yidong <cyd@gnu.org>
6901
6902 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
6903
6904 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
6905
6906 * .gdbinit: Just stop at fatal_error_backtrace.
6907 See Stefan Monnier's request in
6908 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
6909 Remove no-longer-used query of system type.
6910
6911 2012-09-22 Chong Yidong <cyd@gnu.org>
6912
6913 * search.c (Freplace_match): Doc fix (Bug#12325).
6914
6915 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
6916
6917 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
6918 (Fline_end_position): Doc fix.
6919
6920 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
6921
6922 2012-09-22 Chong Yidong <cyd@gnu.org>
6923
6924 * dispextern.h (struct image_type): Add new slot, storing a type
6925 initialization function.
6926
6927 * image.c (define_image_type): Call the image initializer function
6928 if it is defined. Arguments and return value changed.
6929 (valid_image_p, make_image): Callers changed.
6930 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
6931 (gif_type, imagemagick_type, svg_type, gs_type):
6932 Add initialization functions.
6933 (Finit_image_library): Call lookup_image_type.
6934 (CHECK_LIB_AVAILABLE): Macro deleted.
6935 (lookup_image_type): Call define_image_type here, rather than via
6936 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
6937 (syms_of_image): Move define_image_type calls for xbm_type and
6938 pbm_type to lookup_image_type.
6939
6940 2012-09-22 Eli Zaretskii <eliz@gnu.org>
6941
6942 * keyboard.c (timer_check_2): Move calculation of 'timers' and
6943 'idle_timers' from here ...
6944 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
6945 lists, to avoid infloops when the timer does something stupid,
6946 like reinvoke itself with the same or smaller time-out.
6947 (Bug#12447)
6948
6949 2012-09-22 Martin Rudalics <rudalics@gmx.at>
6950
6951 * window.c (Fsplit_window_internal): Handle only Qt value of
6952 Vwindow_combination_limit separately.
6953 (Qtemp_buffer_resize): New symbol.
6954 (Vwindow_combination_limit): New default value.
6955 Rewrite doc-string.
6956
6957 2012-09-22 Eli Zaretskii <eliz@gnu.org>
6958
6959 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
6960 the new overlay string. (Bug#10159)
6961
6962 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
6963
6964 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
6965 or that fprintf is async-signal-safe. POSIX doesn't require
6966 either assumption.
6967
6968 2012-09-22 Chong Yidong <cyd@gnu.org>
6969
6970 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
6971 (Bug#8207).
6972
6973 2012-09-22 Kenichi Handa <handa@gnu.org>
6974
6975 * composite.c (composition_reseat_it): Handle the case that a
6976 grapheme cluster is not covered by a single font (Bug#12352).
6977
6978 2012-09-21 Chong Yidong <cyd@gnu.org>
6979
6980 * image.c (define_image_type): Avoid adding duplicate types to
6981 image_types (Bug#12463). Suggested by Jörg Walter.
6982
6983 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6984
6985 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
6986 (print_load_command_name): Add case LC_DATA_IN_CODE.
6987 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
6988
6989 2012-09-21 Glenn Morris <rgm@gnu.org>
6990
6991 * eval.c (Frun_hook_with_args_until_success)
6992 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
6993
6994 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
6995
6996 * fileio.c (Ffile_selinux_context): Only call freecon when
6997 lgetfilecon succeeded.
6998 (Fset_file_selinux_context): Likewise. (Bug#12444)
6999
7000 2012-09-21 Eli Zaretskii <eliz@gnu.org>
7001
7002 * xdisp.c (try_window_reusing_current_matrix): Under bidi
7003 reordering, locate the cursor by calling set_cursor_from_row; if
7004 that fails, clear the desired glyph matrix before returning a
7005 failure indication to the caller. Fixes leaving garbled display
7006 when fast scrolling with a down-key. (Bug#12403)
7007 (compute_stop_pos_backwards): Fix a typo that caused crashes while
7008 scrolling through multibyte text.
7009
7010 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
7013 calling mark_vectorlike since that's the one that marks the window.
7014 (mark_discard_killed_buffers): Mark the final cdr.
7015 * window.h (struct window): Move prev/next_buffers to the
7016 non-standard fields.
7017 * window.c (make_window): Initialize prev/next_buffers manually.
7018
7019 2012-09-20 Paul Eggert <eggert@cs.ucla.edu>
7020
7021 Omit unused arg EXPECTED from socket hooks.
7022 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
7023 * nsterm.m (ns_term_init):
7024 * termhooks.h (struct terminal.read_socket_hook):
7025 * w32inevt.c (w32_console_read_socket):
7026 * w32term.c (w32_read_socket):
7027 * xterm.c (XTread_socket):
7028 Omit unused arg EXPECTED. All callers changed.
7029 (store_user_signal_events): Return void, not int, since callers no
7030 longer care about the return value. All uses changed.
7031
7032 2012-09-20 Juanma Barranquero <lekktu@gmail.com>
7033
7034 * w32gui.h (XParseGeometry): Do not declare.
7035
7036 2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
7037
7038 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
7039 Ignore 'expected'. See Eli Zaretskii in
7040 <http://bugs.gnu.org/12471#8> (last line).
7041
7042 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
7043 (XParseGeometry): Now static. Substitute extremal values for
7044 values that are out of range.
7045
7046 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7047
7048 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
7049
7050 * nsfns.m (XParseGeometry): Remove.
7051 (Fx_create_frame): Call x_set_offset to correctly interpret
7052 top_pos in geometry.
7053
7054 * frame.c (read_integer, XParseGeometry): Move from w32xfns.c.
7055 (Fx_parse_geometry): If there is a space in string, call
7056 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
7057
7058 2012-09-17 Eli Zaretskii <eliz@gnu.org>
7059
7060 * search.c (scan_buffer): Use character positions in calls to
7061 region_cache_forward and region_cache_backward, not byte
7062 positions. (Bug#12196)
7063
7064 * w32term.c (w32_read_socket): Set pending_signals to 1, like
7065 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
7066
7067 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
7068 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
7069 emacs_blocked_malloc, now deleted.
7070
7071 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
7072
7073 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
7074 The workaround was for improving performance on Solaris 2.4, but
7075 is getting in the way now. Emacs will still work if someone is
7076 still running Solaris 2.4 in a museum somewhere; Sun dropped
7077 support for Solaris 2.4 in 2003.
7078 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
7079 * process.c (create_process) [HAVE_WORKING_VFORK]:
7080 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
7081 since Emacs no longer uses vfork on that platform.
7082
7083 2012-09-17 Glenn Morris <rgm@gnu.org>
7084
7085 * emacs.c: Use COPYRIGHT.
7086
7087 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
7088
7089 Remove configure's --without-sync-input option (Bug#12450).
7090 When auditing signal-handling in preparation for cleaning it up,
7091 I found that SYNC_INPUT has race conditions and would be a real
7092 pain to fix. Since it's an undocumented and deprecated
7093 configure-time option, now seems like a good time to remove it.
7094 Also see <http://bugs.gnu.org/11080#16>.
7095 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
7096 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
7097 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
7098 (malloc_hysteresis):
7099 (check_depth) [XMALLOC_OVERRUN_CHECK]:
7100 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
7101 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
7102 (dont_register_blocks, bytes_used_when_reconsidered)
7103 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
7104 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
7105 [!SYSTEM_MALLOC && !SYNC_INPUT]:
7106 Remove. All uses removed.
7107 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
7108 implementation, one that depends on whether the new macro
7109 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
7110 is defined.
7111 * atimer.c (run_timers, handle_alarm_signal):
7112 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
7113 (handle_async_input, process_pending_signals)
7114 (handle_input_available_signal, init_keyboard):
7115 * nsterm.m (ns_read_socket):
7116 * process.c (wait_reading_process_output):
7117 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
7118 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
7119 (emacs_write):
7120 * xterm.c (XTread_socket):
7121 Assume SYNC_INPUT.
7122 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
7123 * eval.c (handling_signal): Remove. All uses removed.
7124 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
7125 All uses replaced with the SYNC_INPUT version.
7126 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
7127 Remove decls.
7128 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
7129 Now static.
7130
7131 * font.c (Ffont_shape_gstring): Remove unused local.
7132
7133 2012-09-16 Glenn Morris <rgm@gnu.org>
7134
7135 * Makefile.in (clean): No longer run nextstep's clean.
7136
7137 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
7138 (ns_frag): Remove.
7139 (ns-app): Move here from ns.mk, and simplify.
7140 (clean): Simplify nextstep entry.
7141 * ns.mk: Remove file.
7142
7143 2012-09-17 Kenichi Handa <handa@gnu.org>
7144
7145 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
7146 not covert the last few charactes.
7147
7148 2012-09-16 Kenichi Handa <handa@gnu.org>
7149
7150 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
7151 here, but just check the validity of glyphs in the glyph-string.
7152
7153 2012-09-16 Martin Rudalics <rudalics@gmx.at>
7154
7155 * window.c (Fwindow_parameter, Fset_window_parameter):
7156 Accept any window as argument (Bug#12452).
7157
7158 2012-09-16 Jan Djärv <jan.h.d@swipnet.se>
7159
7160 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
7161 to ns_term_init to avoid memory leak.
7162
7163 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
7164 explicit retain/release.
7165 (ns_term_init): Only allow one display. Initialize outerpool and
7166 ns_*_types.
7167
7168 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
7169
7170 Port _setjmp fix to POSIXish hosts as well as Microsoft.
7171 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
7172 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
7173 the Microsoft problem in a different way, by altering ../nt/config.nt.
7174
7175 2012-09-15 Eli Zaretskii <eliz@gnu.org>
7176
7177 * w32xfns.c:
7178 * w32uniscribe.c:
7179 * w32term.c:
7180 * w32select.c:
7181 * w32reg.c:
7182 * w32proc.c:
7183 * w32menu.c:
7184 * w32inevt.c:
7185 * w32heap.c:
7186 * w32font.c:
7187 * w32fns.c:
7188 * w32console.c:
7189 * w32.c:
7190 * w16select.c: Remove inclusion of setjmp.h, as it is now included
7191 by lisp.h. This completes removal of setjmp.h inclusion
7192 erroneously announced in the previous commit. (Bug#12446)
7193
7194 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
7195 more accurate.
7196
7197 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
7198 not defined as a macro. The latter happens on MS-Windows.
7199 (Bug#12446)
7200
7201 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
7202
7203 Port better to POSIX hosts lacking _setjmp (Bug#12446).
7204 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
7205 Some instances of '#include <setjmp.h>' removed, if the
7206 only reason for the instance was because "lisp.h" was included.
7207 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
7208 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
7209 and _longjmp with the new symbols. Emacs already uses _setjmp if
7210 available, so this change affects only POSIXish hosts that have
7211 sigsetjmp but not _setjmp, such as some versions of Solaris and
7212 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
7213 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
7214 (png_load_body) [HAVE_PNG]:
7215 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
7216 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
7217 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
7218 since PNG requires jmp_buf. This is the only exception to the
7219 general rule that we now use sys_setjmp and sys_longjmp.
7220 This exception is OK since this code does not change the signal
7221 mask or longjmp out of a signal handler.
7222
7223 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
7224
7225 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
7226 Include "syssignal.h", for 'main_thread'.
7227
7228 2012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
7229
7230 Avoid out-of-range marker position (Bug#12426).
7231 * insdel.c (replace_range, replace_range_2):
7232 Adjust markers before overlays, as suggested by comments.
7233 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
7234 Remove redundant check before calling offset_intervals.
7235
7236 2012-09-14 Martin Rudalics <rudalics@gmx.at>
7237
7238 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
7239 current buffer (Bug#12387).
7240
7241 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
7242
7243 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
7244
7245 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7246
7247 Use a more backwards-compatible timer format (Bug#12430).
7248 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
7249 vector element, not from the 4th, since PSECS is now at the end.
7250 (Fcurrent_idle_time): Doc fix.
7251
7252 2012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7253
7254 Function to mark objects and remove killed buffers at once.
7255 * alloc.c (discard_killed_buffers): Rename to ...
7256 (mark_discard_killed buffers) ... new name. Add marking
7257 of remaining objects. Fix comment. Adjust users.
7258 (mark_object): Do not touch frame buffer lists here.
7259 * frame.c (delete_frame): Reset frame buffer lists here.
7260
7261 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7262
7263 Better workaround for GNOME bug when --enable-gcc-warnings.
7264 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
7265 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
7266 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
7267
7268 Simplify SIGIO usage (Bug#12408).
7269 The code that dealt with SIGIO was crufty and confusing, e.g., it
7270 played tricks like "#undef SIGIO" but these tricks were not used
7271 consistently. Simplify mostly by not #undeffing standard symbols,
7272 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
7273 or not as we please) rather than "defined SIGIO" (standard symbol
7274 that we probably shouldn't #undef).
7275 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
7276 Modules that need it can include it.
7277 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
7278 * dispextern.h (ignore_sigio): New decl.
7279 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
7280 unconditionally, since it's now a no-op if !USABLE_SIGIO.
7281 * emacs.c (shut_down_emacs):
7282 * keyboard.c (kbd_buffer_store_event_hold):
7283 Use ignore_sigio rather than invoking 'signal' directly.
7284 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
7285 for FIONREAD.
7286 (FIONREAD, SIGIO): Do not #undef.
7287 (tty_read_avail_input): Use #error rather than a syntax error.
7288 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
7289 for I_PIPE, used by SETUP_SLAVE_PTY.
7290 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
7291 * sysdep.c (croak): Remove; no longer needed. This bit of
7292 temporary code, with Fred N. Fish's comment that it's temporary,
7293 has been in Emacs since at least 1992!
7294 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
7295 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
7296 * syssignal.h (croak): Remove decl.
7297 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
7298 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
7299 now that we're termios-only.
7300 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
7301 * term.c (dissociate_if_controlling_tty): Use #error rather than
7302 a run-time error.
7303
7304 Work around GCC and GNOME bugs when --enable-gcc-warnings.
7305 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
7306 to work around GNOME bug 683906.
7307 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
7308 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
7309 This works around GCC bug 54561.
7310
7311 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
7312
7313 More fixes for 'volatile' and setjmp/longjmp.
7314 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
7315 * image.c (struct png_load_context) [HAVE_PNG]: New type.
7316 (png_load_body) [HAVE_PNG]:
7317 (jpeg_load_body) [HAVE_JPEG]:
7318 New function, with most of the old parent function's body.
7319 (png_load) [HAVE_PNG]:
7320 (jpeg_load) [HAVE_JPEG]:
7321 Invoke the new function, to avoid longjmp munging our locals.
7322 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
7323 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
7324 longjmp is passed 2, as the C standard doesn't guarantee this.
7325 Instead, store the failure code into mgr->failure_code.
7326
7327 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
7330 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
7331 (syms_of_keyboard): Remove support for unread-command-char.
7332
7333 2012-09-12 Eli Zaretskii <eliz@gnu.org>
7334
7335 * w32proc.c (sys_kill): If PID is our process ID and the signal is
7336 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
7337 violation. (Bug#12426)
7338
7339 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
7340
7341 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
7342
7343 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * eval.c: Add `inhibit-debugger'.
7346 (Qinhibit_debugger): New symbol.
7347 (call_debugger): Bind it instead of Qdebug_on_error.
7348 (maybe_call_debugger): Test Vinhibit_debugger.
7349 (syms_of_eval): Define inhibit-debugger.
7350 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
7351 (syms_of_xdisp): Remove inhibit-debug-on-message.
7352
7353 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
7354
7355 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
7356 If a nonvolatile local variable is written before a _longjmp to
7357 the frame containing the variable, and is read after the _longjmp,
7358 the value read is indeterminate. Some local variables of type
7359 'struct handler' and 'struct catchtag' are used in this way, so
7360 mark each of their slots as volatile if the slot can be set before
7361 _longjmp and read afterwards.
7362 * lisp.h (struct handler): var and chosen_clause are now volatile.
7363 (struct catchtag): val, next, and pdlcount are now volatile.
7364
7365 * bidi.c (bidi_push_it, bidi_pop_it):
7366 * fns.c (copy_hash_table):
7367 * image.c (define_image_type):
7368 * keyboard.c (kbd_buffer_store_event_hold):
7369 * process.c (Fprocess_send_eof):
7370 * xfaces.c (x_create_gc) [HAVE_NS]:
7371 * xgselect.c (xg_select):
7372 Prefer assignment to memcpy when either will do.
7373
7374 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
7375 Use pointer-to-a-pointer to simplify and avoid a NILP check each
7376 time an item is removed. No need to mark this function 'inline';
7377 the compiler knows better than we do.
7378
7379 2012-09-11 Jan Djärv <jan.h.d@swipnet.se>
7380
7381 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
7382 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
7383 to change_frame_size (Bug#12388).
7384 (windowDidResize:): Pass YES to updateFrameSize.
7385
7386 * nsterm.h: Add delay parameter to updateFrameSize.
7387
7388 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
7389
7390 Discard killed buffers from deleted window and frame objects.
7391 This reduces an amount of references to killed buffers and
7392 helps GC to reclaim them faster.
7393 * alloc.c (discard_killed_buffers): New function.
7394 (mark_object): Use it for deleted windows and frames.
7395 (mark_object): If symbol's value is set up for a killed buffer
7396 or deleted frame, restore its global binding.
7397 * data.c (swap_in_global_binding): Add GC notice.
7398 (swap_in_symval_forwarding): Use convenient set_blv_where.
7399 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
7400 * window.h: ... to here.
7401
7402 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
7403
7404 Convenient macro to check whether the buffer is live.
7405 * buffer.h (BUFFER_LIVE_P): New macro.
7406 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
7407 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
7408
7409 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7410
7411 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
7412 composition cases (Bug#12364).
7413
7414 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
7415 overhang of succeeding glyphs overlapping box cursor.
7416
7417 * w32term.c (x_draw_glyph_string): Likewise.
7418
7419 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
7420
7421 Simplify, document, and port floating-point (Bug#12381).
7422 The porting part of this patch fixes bugs on non-IEEE platforms
7423 with frexp, ldexp, logb.
7424 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
7425 Now static.
7426 * floatfns.c: Simplify discussion of functions that Emacs doesn't
7427 support, by removing commented-out code and briefly listing the
7428 C89 functions excluded. The commented-out stuff was confusing
7429 maintenance, e.g., we thought we needed cbrt but it was commented out.
7430 (logb): Remove decl; no longer needed.
7431 (isfinite): New macro, if not already supplied.
7432 (isnan): Don't replace any existing macro.
7433 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
7434 are present on all C89 platforms.
7435 (Ffrexp): Do not special-case zero, as frexp does the right thing
7436 for that case.
7437 (Flogb): Do not use logb, as it doesn't have the desired meaning
7438 on hosts that use non-base-2 floating point. Instead, stick with
7439 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
7440 frexp, to avoid getting an unspecified result.
7441
7442 * xdisp.c (Qinhibit_debug_on_message): Now static.
7443
7444 2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
7445
7446 * nsterm.m (ns_update_begin): Set clip path to whole view by using
7447 NSBezierPath (Bug#12131).
7448
7449 2012-09-10 Chong Yidong <cyd@gnu.org>
7450
7451 * fns.c (Fdelq, Fdelete): Doc fix.
7452
7453 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
7454
7455 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
7456 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
7457
7458 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * lisp.h (make_lisp_ptr): New macro to replace XSET.
7461 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
7462 Use it.
7463
7464 2012-09-09 Eli Zaretskii <eliz@gnu.org>
7465
7466 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
7467 left fringe if the window has a left margin. This avoids leaving
7468 traces of the cursor because its leftmost pixel is not drawn over.
7469
7470 * dispnew.c (update_window_line): When the left margin area of a
7471 screen line is updated, set the redraw_fringe_bitmaps_p flag of
7472 that screen line. (Bug#12277)
7473
7474 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
7475
7476 Assume C89 or later for math functions (Bug#12381).
7477 This simplifies the code, and makes it a bit smaller and faster,
7478 and (most important) makes it easier to clean up signal handling
7479 since we can stop worring about floating-point exceptions in
7480 library code. That was a problem before C89, but the problem
7481 went away many years ago on all practical Emacs targets.
7482 * data.c, image.c, lread.c, print.c:
7483 Don't include <math.h>; no longer needed.
7484 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
7485 might be autoconfigured, as that never happens.
7486 * data.c (fmod):
7487 * doprnt.c (DBL_MAX_10_EXP):
7488 * print.c (DBL_DIG):
7489 Remove. C89 or later always defines these.
7490 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
7491 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
7492 (arith_error, domain_error, domain_error2):
7493 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
7494 no longer needed -- we simply return what C returns. All uses removed.
7495 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
7496 the wrapped code.
7497 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
7498 Remove. All uses expanded, as these macros are no longer used
7499 more than once and are now more trouble than they're worth.
7500 (Ftan): Use tan, not sin / cos.
7501 (Flogb): Assume C89 frexp.
7502 (fmod_float): Assume C89 fmod.
7503 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
7504 (init_floatfns): Remove. All uses removed.
7505
7506 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
7507
7508 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
7509 compositeToPoint for OSX < 10.6 (Bug#12390).
7510
7511 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
7512
7513 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
7514 This produces more-accurate results.
7515
7516 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
7517
7518 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
7519 changes (Bug#12088).
7520
7521 2012-09-08 Chong Yidong <cyd@gnu.org>
7522
7523 * syntax.c (Fstring_to_syntax): Doc fix.
7524
7525 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
7526
7527 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
7528 in the internal border.
7529 (x_set_window_size): Remove static variables and their usage.
7530 (ns_redraw_scroll_bars): Fix NSTRACE arg.
7531 (ns_after_update_window_line, ns_draw_fringe_bitmap):
7532 Remove fringe/internal border adjustment (Bug#11052).
7533 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
7534 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
7535 (ns_fix_rect_ibw): Remove.
7536 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
7537 (ns_dumpglyphs_box_or_relief): Ditto.
7538 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
7539 adjustment.
7540 (ns_dumpglyphs_image): Ditto.
7541 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
7542 border adjustment.
7543 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
7544 their usage. Add fringe_extended_p and its use as in other terms.
7545 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
7546 scroll bar was removed.
7547 (updateFrameSize): New function.
7548 (windowDidResize): Move code to updateFrameSize and call it.
7549
7550 * nsterm.h (EmacsView): Add updateFrameSize.
7551
7552 2012-09-07 Chong Yidong <cyd@gnu.org>
7553
7554 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
7555
7556 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
7557
7558 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
7559
7560 More signal-handler cleanup (Bug#12327).
7561 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
7562 Problem introduced when merging patches. Noted by Eli Zaretskii in
7563 <http://bugs.gnu.org/12327#67>.
7564 * floatfns.c: Comment fix.
7565 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
7566 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
7567 and anyway the declaration is harmless even if SIGDANGER is not defined.
7568 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
7569 defined BROKEN_FIONREAD). systty.h formerly did this, but other
7570 source files not surprisingly expected syssignal.h to define, or
7571 not define, SIGIO, and it's cleaner to do it that way, for consistency.
7572 Include <sys/ioctl.h>, for FIONREAD.
7573 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
7574 This eliminates a problem whereby other files mysteriously had
7575 to include "syssignal.h" before including "systty.h" if they
7576 wanted to use "#ifdef SIGIO".
7577
7578 2012-09-07 Eli Zaretskii <eliz@gnu.org>
7579
7580 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
7581
7582 * w32.c (sigemptyset): Empty the set.
7583 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
7584
7585 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
7586
7587 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
7588
7589 * alloc.c (mark_buffer): Revert unsafe marking optimization.
7590 (mark_object): Likewise for frame objects.
7591
7592 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
7593
7594 * syssignal.h (handle_on_main_thread): Always declare,
7595 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
7596 This ports to platforms without HAVE_PTHREAD.
7597
7598 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
7599
7600 Signal-handler cleanup (Bug#12327).
7601 Emacs's signal handlers were written in the old 4.2BSD style with
7602 sigblock and sigmask and so forth, and this led to some
7603 inefficiencies and confusion. Rewrite these to use
7604 pthread_sigmask etc. without copying signal sets around. Also,
7605 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
7606 'signal', and instead use functions that do not attempt to take
7607 over the system name space. This patch causes Emacs's text
7608 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
7609 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
7610 Do not include <signal.h> or "syssignal.h", as these
7611 modules do not use signals.
7612 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
7613 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
7614 Do not include <signal.h>, as "syssignal.h" does that for us now.
7615 * atimer.c (sigmask_atimers): New function.
7616 (block_atimers, unblock_atimers): New functions,
7617 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
7618 All uses replaced.
7619 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
7620 no longer needed here.
7621 * emacs.c (main): Inspect existing signal handler with sigaction,
7622 so that there's no need to block and unblock SIGHUP.
7623 * sysdep.c (struct save_signal): New member 'action', replacing
7624 old member 'handler'.
7625 (save_signal_handlers, restore_signal_handlers):
7626 Use sigaction instead of 'signal' to save and restore.
7627 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
7628 New function. All users of 'signal' modified to use set_sighandler
7629 if they're writeonly, and to use sys_signal if they're read+write.
7630 (emacs_sigaction_init, forwarded_signal): New functions.
7631 (sys_signal): Remove. All uses replaced by calls to sigaction
7632 and emacs_sigaction_init, or by direct calls to 'signal'.
7633 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
7634 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
7635 all uses replaced by pthread_sigmask etc. calls.
7636 * syssignal.h: Include <signal.h>.
7637 (emacs_sigaction_init, forwarded_signal): New decls.
7638 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
7639 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
7640 (sigmask, sys_sigmask): Remove; no longer needed.
7641 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
7642 (sigblock, sigunblock, sigfree):
7643 (sigsetmask) [!defined sigsetmask]:
7644 Remove. All uses replaced by pthread_sigmask.
7645 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
7646 no longer need to be replaced, and its typical old uses
7647 are now done via emacs_sigaction_init and sigaction.
7648 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
7649 (sys_sigdel): Remove; unused.
7650 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
7651
7652 2012-09-06 Eli Zaretskii <eliz@gnu.org>
7653
7654 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
7655 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
7656
7657 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
7658
7659 Explicitly mark buffer_defaults and buffer_local_symbols.
7660 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
7661 mark_local_symbols here.
7662 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
7663 since special buffers aren't marked here any more.
7664 (allocate_buffer): Chain new buffer with all_buffers here...
7665 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
7666 not here.
7667 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
7668 (syms_of_buffer): Remove staticpro of the above.
7669 (init_buffer_once): Set names for buffer_defaults and
7670 buffer_local_symbols.
7671
7672 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
7673
7674 Use bool for booleans in font-related modules.
7675 * font.c (font_intern_prop, font_style_to_value)
7676 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
7677 (generate_otf_features, font_check_otf_features, font_check_otf)
7678 (font_match_p, font_list_entities, font_at):
7679 * fontset.c (fontset_id_valid_p, reorder_font_vector
7680 (fontset_find_font, Fset_fontset_font)
7681 (face_suitable_for_char_p) [0]:
7682 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
7683 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
7684 (m17n_flt_initialized, ftfont_shape_by_flt):
7685 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
7686 * nsfont.m (nsfont_draw):
7687 * w32font.c (w32font_draw):
7688 * w32term.c (x_draw_glyphless_glyph_string_foreground):
7689 Use bool for booleans.
7690 * font.h: Adjust to above API changes.
7691 (struct font, struct font_driver, struct font_driver_list):
7692 Use bool for booleans.
7693 (struct font): Remove useless member encoding_type.
7694 All users removed.
7695 * fontset.c, xftfont.c: Omit unnecessary static decls.
7696
7697 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
7698
7699 * alloc.c (mark_object): Revert window marking code
7700 since it's unsafe for the Fset_window_configuration.
7701
7702 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
7703
7704 Fix race conditions with signal handlers and errno (Bug#12327).
7705 Be more systematic about preserving errno whenever a signal
7706 handler returns, even if it's not in the main thread. Do this by
7707 renaming signal handlers to distinguish between signal delivery
7708 and signal handling. All uses changed.
7709 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
7710 * data.c (deliver_arith_signal): Rename from arith_error.
7711 * dispnew.c (deliver_window_change_signal): Rename from
7712 window_change_signal.
7713 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
7714 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
7715 * keyboard.c (deliver_input_available_signal): Rename from
7716 input_available_signal.
7717 (deliver_user_signal): Rename from handle_user_signal.
7718 (deliver_interrupt_signal): Rename from interrupt_signal.
7719 * process.c (deliver_pipe_signal): Rename from send_process_trap.
7720 (deliver_child_signal): Rename from sigchld_handler.
7721 * atimer.c (handle_alarm_signal):
7722 * data.c (handle_arith_signal):
7723 * dispnew.c (handle_window_change_signal):
7724 * emacs.c (handle_fatal_signal, handle_danger_signal):
7725 * keyboard.c (handle_input_available_signal):
7726 * keyboard.c (handle_user_signal, handle_interrupt_signal):
7727 * process.c (handle_pipe_signal, handle_child_signal):
7728 New functions, with the actual signal-handling code taken from the
7729 original respective signal handlers, sans the sporadic attempts to
7730 preserve errno, since that's now done by handle_on_main_thread.
7731 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
7732 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
7733 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
7734 Move to sysdep.c.
7735 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
7736 Move initialization of main_thread to sysdep.c's init_signals.
7737 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
7738 our usage, and simplifies the mainline code.
7739 (record_child_status_change): New static function, as a helper
7740 for handle_child_signal, and with most of the old child handler's
7741 contents.
7742 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
7743 (handle_child_signal): Use the above.
7744 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
7745 Moved here from emacs.c.
7746 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
7747 code moved here from emacs.c's main function.
7748 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
7749 replacing the old SIGNAL_THREAD_CHECK. All uses changed.
7750 This lets callers save and restore errno properly.
7751
7752 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
7753
7754 Remove redundant or unused things here and there.
7755 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
7756 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
7757 * editfns.c (Fcompare_buffer_substrings): Likewise.
7758 * frame.h (struct terminal, struct font_driver_list):
7759 Remove redundant declarations.
7760 * window.h (Qleft, Qright): Likewise.
7761
7762 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
7763
7764 Do not mark objects from deleted buffers, windows and frames.
7765 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
7766 (mark_object): Likewise for windows and frames.
7767
7768 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
7769
7770 * alloc.c (valid_lisp_object_p): Treat killed buffers,
7771 buffer_defaults and buffer_local_symbols as valid objects.
7772 Return special value to denote them.
7773
7774 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
7775
7776 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
7777 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
7778 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
7779 (file_name_absolute_p, Fsubstitute_in_file_name):
7780 (check_executable, check_writable, Ffile_accessible_directory_p)
7781 (Fset_file_selinux_context, Fdefault_file_modes)
7782 (Finsert_file_contents, choose_write_coding_system)
7783 (Fwrite_region, build_annotations, a_write, e_write)
7784 (Fdo_auto_save):
7785 * filelock.c (boot_time_initialized, get_boot_time)
7786 (get_boot_time_1, lock_file_1, within_one_second):
7787 * floatfns.c (in_float):
7788 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
7789 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
7790 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
7791 * lisp.h (struct Lisp_Hash_Table.cmpfn):
7792 * window.c (compare_window_configurations):
7793 Use bool for booleans.
7794 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
7795 (Fdefault_file_modes): Now mode_t, not int, for modes.
7796 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
7797 (internal_delete_file): Now returns void, not a (boolean) int,
7798 since nobody was looking at the return value.
7799 * lisp.h, window.h: Adjust to above API changes.
7800
7801 * xdisp.c (set_message): Simplify and reindent last change.
7802
7803 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
7804
7805 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
7806
7807 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
7808
7809 * eval.c (call_debugger): Make the function non-static so that we
7810 can call it from set_message.
7811
7812 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
7813 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
7814
7815 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
7816
7817 Give more-useful info on a fatal error (Bug#12328).
7818 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
7819 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
7820 of doing the work ourselves.
7821 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
7822 do most of the work.
7823 (fatal_error_backtrace): New function, taken from the guts
7824 of the old fatal_error_signal, but with a new option to output
7825 a backtrace.
7826 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
7827 info about the signal than just its number.
7828 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
7829 * sysdep.c: Include <execinfo.h>
7830 (emacs_backtrace): New function, taken partly from the previous
7831 code of the 'die' function.
7832 (emacs_abort): Call fatal_error_backtrace rather than abort.
7833
7834 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
7837 eager (load-time) macro-expansion.
7838 * lisp.mk (lisp): Add macroexp.
7839
7840 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
7841
7842 Simplify redefinition of 'abort' (Bug#12316).
7843 Do not try to redefine the 'abort' function. Instead, redo
7844 the code so that it calls 'emacs_abort' rather than 'abort'.
7845 This removes the need for the NO_ABORT configure-time macro
7846 and makes it easier to change the abort code to do a backtrace.
7847 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
7848 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
7849 Remove; sysdep.c's emacs_abort now takes its place.
7850 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
7851 'abort' changed to use 'emacs_abort'.
7852 * msdos.c (dos_abort) [defined abort]: Remove; not used.
7853 (abort) [!defined abort]: Rename to ...
7854 (emacs_abort): ... new name.
7855 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
7856 the place of the old 'abort' in emacs.c.
7857 * w32.c, w32fns.c (abort): Do not #undef.
7858 * w32.c (emacs_abort): Rename from w32_abort.
7859
7860 2012-09-04 Eli Zaretskii <eliz@gnu.org>
7861
7862 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
7863 offsets[j].dv, since the y axis of the screen coordinates points
7864 down, while the y axis of the font definition coordinates points
7865 up. This fixes display of Arabic diacritics such as KASRA and
7866 KASRATAN. (Bug#11860)
7867
7868 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
7869
7870 Be more systematic about _setjmp vs setjmp.
7871 * alloc.c (test_setjmp, mark_stack):
7872 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
7873 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
7874 (png_load, my_error_exit, jpeg_load):
7875 * process.c (send_process_trap, send_process):
7876 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
7877 The underscored versions are up to 30x faster on some hosts.
7878 Formerly, the code used setjmp+longjmp sometimes and
7879 _setjmp+_longjmp at other times, with no particular reason to
7880 prefer setjmp+longjmp.
7881
7882 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
7883
7884 Fix minor problem found by static checking.
7885 * buffer.c (Fdelete_all_overlays): Return nil.
7886
7887 2012-09-03 Martin Rudalics <rudalics@gmx.at>
7888
7889 * buffer.c (Fdelete_all_overlays): New function.
7890
7891 2012-09-03 Chong Yidong <cyd@gnu.org>
7892
7893 * gtkutil.c: Add extern decl for Qxft.
7894
7895 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
7896
7897 * emacs.c, eval.c: Use bool for boolean.
7898 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
7899 (malloc_using_checking) [DOUG_LEA_MALLOC]:
7900 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
7901 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
7902 (main, decode_env_path, Fdaemon_initialized):
7903 * eval.c (call_debugger, Finteractive_p, interactive_p):
7904 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
7905 (maybe_call_debugger, Fbacktrace):
7906 * process.c (read_process_output, exec_sentinel):
7907 Use bool for booleans.
7908 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
7909 All callers changed.
7910 * eval.c (interactive_p): Omit always-true boolean argument
7911 EXCLUDE_SUBRS_P. All callers changed.
7912 * dispextern.h, lisp.h: Reflect above API changes.
7913 * firstfile.c (dummy): Use the address of 'main', whose signature
7914 won't change, instead of the address of 'initialize', whose
7915 signature just changed from int to bool.
7916 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
7917 * msdos.c (fatal_error_in_progress): ... from here.
7918 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
7919 of incrementing it.
7920 (redisplay_internal, unwind_redisplay): Simply clear
7921 REDISPLAYING_P when unwinding, instead of saving its previous,
7922 always-false value and then restoring it.
7923
7924 Clean up some extern decls.
7925 Mostly, this hoists extern decls out of .c files and into .h files.
7926 That way, we're more likely to catch errors if the interfaces change.
7927 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
7928 declare xg_mark_data.
7929 * dispextern.h (x_frame_parm_handlers):
7930 * font.h (Qxft):
7931 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
7932 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
7933 (Qultra_bold, Qoblique, Qitalic):
7934 Move extern decl here from .c file.
7935 * alloc.c (xg_mark_data) [USE_GTK]:
7936 * doc.c (Qclosure):
7937 * eval.c (Qlexical_binding):
7938 * fns.c (time) [!HAVE_UNISTD_H]:
7939 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
7940 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
7941 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
7942 * lread.c (Qinternal_interpreter_environment):
7943 * minibuf.c (Qbuffer):
7944 * process.c (QCfamily, QCfilter):
7945 * widget.c (free_frame_faces):
7946 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
7947 * xfont.c (x_clear_errors):
7948 * xterm.c (x_frame_parm_handlers):
7949 Remove now-redundant extern decls.
7950 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
7951 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
7952 Now static.
7953 * xfaces.c: Remove unnecessary static decls.
7954 * xterm.c (updating_frame): Remove decl of nonexistent object.
7955
7956 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
7957 when building globals.h, as the objects that are not built on
7958 this host are not needed to compile C files on this host.
7959
7960 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
7961
7962 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
7963
7964 * frame.h: Add missing prototype for x_wm_set_size_hint.
7965
7966 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
7967
7968 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
7969 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
7970 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
7971 (Fsubstitute_command_keys):
7972 * editfns.c (region_limit, find_field, Fconstrain_to_field)
7973 (save_excursion_save, save_excursion_restore)
7974 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
7975 (format_time_string, general_insert_function)
7976 (make_buffer_string, make_buffer_string_both)
7977 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
7978 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
7979 (copy_text, insert_1, insert_1_both, insert_from_string)
7980 (insert_from_string_before_markers, insert_from_string_1)
7981 (insert_from_buffer, insert_from_buffer_1, replace_range)
7982 (replace_range_2, del_range_1, del_range_byte, del_range_both)
7983 (del_range_2, modify_region):
7984 * intervals.c (intervals_equal, balance_possible_root_interval)
7985 (adjust_intervals_for_insertion, merge_properties_sticky)
7986 (graft_intervals_into_buffer, lookup_char_property)
7987 (adjust_for_invis_intang, set_point_both)
7988 (get_property_and_range, compare_string_intervals)
7989 (set_intervals_multibyte_1, set_intervals_multibyte):
7990 * keyboard.c (decode_timer):
7991 Use bool for boolean.
7992 * intervals.h, lisp.h, systime.h: Reflect above API changes.
7993 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
7994
7995 2012-09-02 Chong Yidong <cyd@gnu.org>
7996
7997 * keymap.c (push_key_description): Print M-TAB as C-M-i
7998 (Bug#11758).
7999
8000 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
8001
8002 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
8003 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
8004 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
8005 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
8006 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
8007 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
8008 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
8009
8010 2012-09-01 Eli Zaretskii <eliz@gnu.org>
8011
8012 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
8013 more than one grapheme cluster passed to the shaper: compute the
8014 offset adjustment values separately for each cluster. (Bug#11860)
8015
8016 * image.c: Restore mistakenly removed inclusion of w32.h. Without
8017 it, GCC doesn't see prototypes of w32_delayed_load, and complains
8018 about implicit conversions from integer to pointer.
8019
8020 2012-09-01 Daniel Colascione <dancol@dancol.org>
8021
8022 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
8023 system used too early.
8024
8025 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8026
8027 Better seed support for (random).
8028 * emacs.c (main): Call init_random.
8029 * fns.c (Frandom): Set the seed from a string argument, if given.
8030 Remove long-obsolete Gentzel cruft.
8031 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
8032 (init_random): New function.
8033
8034 2012-09-01 Daniel Colascione <dancol@dancol.org>
8035
8036 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
8037 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
8038 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
8039 x_wm_set_size_hint, x_query_colors, x_real_positions,
8040 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
8041 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
8042 all of which have been moved to common code.
8043
8044 * xfaces.c: Include TERM_HEADER instead of listing all possible
8045 window-system headers.
8046
8047 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
8048 to match header.
8049
8050 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
8051 directly accessing frame internals.
8052
8053 * w32font.h: Include font.h. Define syms_of_w32font and
8054 globals_of_w32font.
8055
8056 * process.c: Include TERM_HEADER instead of listing all possible
8057 window-system headers.
8058
8059 * nsterm.h: Remove declarations now in frame.h.
8060 Define FRAME_X_SCREEN, FRAME_X_VISUAL.
8061
8062 * menu.c: Include TERM_HEADER instead of listing all possible
8063 window-system headers.
8064
8065 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
8066 window system.
8067
8068 * keyboard.c: Include TERM_HEADER instead of listing all possible
8069 window-system headers.
8070
8071 * image.c: Include TERM_HEADER instead of listing all possible
8072 window-system headers. Declare Vlibrary_cache when compiling for
8073 Windows.
8074
8075 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
8076 window system declarations.
8077
8078 * frame.h: Move common functions here: set_frame_menubar,
8079 x_set_window_size, x_sync, x_get_focus_frame,
8080 x_set_mouse_position, x_set_mouse_pixel_position,
8081 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
8082 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
8083 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
8084 x_activate_menubar, x_real_positions, x_bitmap_icon,
8085 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
8086 and x_query_colors.
8087
8088 * frame.c: Include TERM_HEADER instead of listing all possible
8089 window-system headers.
8090
8091 * font.c: Include TERM_HEADER instead of listing all possible
8092 window-system headers.
8093
8094 * emacs.c: Include TERM_HEADER.
8095
8096 * dispnew.c: Include TERM_HEADER instead of listing all possible
8097 window-system headers.
8098
8099 * ccl.h: Include character.h.
8100
8101 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
8102 the current window system; include in list of objects to link into
8103 Emacs.
8104
8105 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
8106
8107 Remove mark_ttys function and fix tty_display_info initialization.
8108 * lisp.h (mark_ttys): Remove prototype.
8109 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
8110 to mark_ttys because all possible values of 'top_frame' slot are
8111 the frames which are reachable from Vframe_list.
8112 * term.c (mark_ttys): Remove.
8113 (init_tty): Safely initialize 'top_frame' slot with Qnil.
8114
8115 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
8116
8117 Change struct frame bitfields from unsigned char to unsigned.
8118 * frame.h (struct frame): Change type of 'display_preempted',
8119 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
8120 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
8121 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
8122 bitfields from unsigned char to unsigned.
8123
8124 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
8125
8126 Remove unused member of struct x_output and struct w32_output.
8127 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
8128 * w32term.h (struct w32_output): Likewise.
8129
8130 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
8131
8132 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
8133 does not become zero (Bug#12234).
8134
8135 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
8136
8137 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
8138 for GCC 4.7.1 x86-64.
8139
8140 2012-08-30 Glenn Morris <rgm@gnu.org>
8141
8142 * lread.c (init_lread): For out-of-tree builds, only add the
8143 source directory's site-lisp dir to the load-path if it exists,
8144 consistent with in-tree builds. (Bug#12302)
8145
8146 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
8147
8148 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
8149 button_values to NULL. Call setStykeMask so dialogs get a close button.
8150 (windowShouldClose:): Set window_closed.
8151 (dealloc): New member, free button_values.
8152 (process_dialog:): Make member function. Remove window argument,
8153 replace window with self. Count buttons and allocate and store values
8154 in button_values.
8155 (addButton:value:row:): value is int with the name tag. Call setTag
8156 with tag. Remove return self, declare return value as void.
8157 (addString:row:): Remove return self, declare return value as void.
8158 (addSplit): Remove return self, declare return value as void.
8159 (clicked:): Remove return self, declare return value as void.
8160 Set dialog_return to button_values[seltag]. Code formatting change.
8161 (initFromContents:isQuestion:): Adjust call to process_dialog.
8162 Code formatting change.
8163 (timeout_handler:): Set timer_fired to YES.
8164 (runDialogAt:): Set timer_fired to NO.
8165 Handle click on close button as quit.
8166
8167 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
8168 Add window_closed and button_values. Add void as return value for
8169 add(Button|String|Split). addButton takes int instead of Lisp_Object.
8170 Add process_dialog as new member.
8171
8172 2012-08-28 Eli Zaretskii <eliz@gnu.org>
8173
8174 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
8175 is not one of the heaps we manage. (Bug#12242)
8176
8177 2012-08-28 Glenn Morris <rgm@gnu.org>
8178
8179 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
8180
8181 2012-08-28 Martin Rudalics <rudalics@gmx.at>
8182
8183 * window.c (Fset_window_configuration): Remove handling of
8184 auto-buffer-name window parameter. Install revision of reverted
8185 fix.
8186
8187 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
8188
8189 Do not allow to set major mode for a dead buffer.
8190 * buffer.c (Fset_buffer_major_mode): Signal an error
8191 if the buffer is dead.
8192 (Fother_buffer, other_buffer_safely): Remove redundant
8193 nested declaration.
8194
8195 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
8196
8197 Always use set_buffer_if_live to restore original buffer at unwind.
8198 * buffer.h (record_unwind_current_buffer): New function.
8199 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
8200 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
8201 * undo.c, window.c: Adjust users.
8202 * buffer.c (set_buffer_if_live): Fix comment.
8203
8204 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
8205
8206 Fix usage of set_buffer_internal.
8207 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
8208 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
8209 * coding.c (decode_coding): Omit redundant test.
8210 * fileio.c (decide_coding_unwind): Likewise.
8211 * fns.c (secure_hash): Likewise.
8212 * insdel.c (modify_region): Likewise.
8213 * keyboard.c (command_loop_1): Likewise.
8214 * print.c (PRINTFINISH): Likewise.
8215 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
8216
8217 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
8218
8219 * dispnew.c: Use bool for boolean.
8220 (frame_garbaged, display_completed, delayed_size_change)
8221 (fonts_changed_p, add_window_display_history)
8222 (add_frame_display_history, verify_row_hash)
8223 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
8224 (row_equal_p, realloc_glyph_pool)
8225 (allocate_matrices_for_frame_redisplay)
8226 (showing_window_margins_p)
8227 (adjust_frame_glyphs_for_frame_redisplay)
8228 (build_frame_matrix_from_leaf_window, make_current)
8229 (mirrored_line_dance, mirror_line_dance, update_frame)
8230 (update_window_tree, update_single_window)
8231 (check_current_matrix_flags, update_window, update_text_area)
8232 (update_window_line, set_window_update_flags, scrolling_window)
8233 (update_frame_1, scrolling, buffer_posn_from_coords)
8234 (do_pending_window_change, change_frame_size)
8235 (change_frame_size_1, sit_for):
8236 Use bool for boolean.
8237 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
8238 and remove last int (actually boolean) argument, which was always 0.
8239 All callers changed.
8240 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
8241 * dispextern.h (struct composition_it): Use bool for boolean.
8242 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
8243 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
8244 * dired.c (file_name_completion):
8245 Use bool for boolean. (This was missed in an earlier change.)
8246
8247 2012-08-27 Martin Rudalics <rudalics@gmx.at>
8248
8249 * window.c (Fset_window_configuration): Revert first part of
8250 last change.
8251
8252 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
8253
8254 * nsterm.h (NSPanel): New class variable dialog_return.
8255
8256 * nsmenu.m (initWithContentRect:styleMask:backing:defer:):
8257 Initialize dialog_return.
8258 (windowShouldClose:): Use stop instead of stopModalWithCode.
8259 (clicked:): Ditto, and also set dialog_return (Bug#12258).
8260 (timeout_handler:): Use stop instead of abortModal. Send a dummy
8261 event.
8262 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
8263 modal loop returns.
8264
8265 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
8266
8267 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
8268 * composite.c (find_composition, composition_gstring_p)
8269 (composition_reseat_it, find_automatic_composition):
8270 * data.c (let_shadows_buffer_binding_p)
8271 (let_shadows_global_binding_p, set_internal, make_blv)
8272 (Fmake_variable_buffer_local, Fmake_local_variable)
8273 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
8274 (cons_to_signed, arith_driver):
8275 * dbusbind.c (xd_in_read_queued_messages):
8276 * dired.c (directory_files_internal, file_name_completion):
8277 Use bool for booleans.
8278 * dired.c (file_name_completion):
8279 * process.h (fd_callback):
8280 Omit int (actually boolean) argument. It wasn't being used.
8281 All uses changed.
8282 * composite.h, lisp.h: Reflect above API changes.
8283
8284 * cmds.c, coding.c: Use bool for booleans.
8285 * cmds.c (move_point, Fself_insert_command):
8286 * coding.h (struct composition status, struct coding_system):
8287 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
8288 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
8289 (emacs_mule_char, decode_coding_emacs_mule)
8290 (encode_coding_emacs_mule, detect_coding_iso_2022)
8291 (decode_coding_iso_2022, encode_invocation_designation)
8292 (encode_designation_at_bol, encode_coding_iso_2022)
8293 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
8294 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
8295 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
8296 (encode_coding_raw_text, detect_coding_charset)
8297 (decode_coding_charset, encode_coding_charset, detect_eol)
8298 (detect_coding, get_translation_table, produce_chars)
8299 (consume_chars, reused_workbuf_in_use)
8300 (make_conversion_work_buffer, code_conversion_save)
8301 (decode_coding_object, encode_coding_object)
8302 (detect_coding_system, char_encodable_p)
8303 (Funencodable_char_position, code_convert_region)
8304 (code_convert_string, code_convert_string_norecord)
8305 (Fset_coding_system_priority):
8306 * fileio.c (Finsert_file_contents):
8307 Use bool for booleans.
8308 * coding.h, lisp.h: Reflect above API changes.
8309 * coding.c: Remove unnecessary static function decls.
8310 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
8311 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
8312 not a boolean 'int', since callers never look at the return value.
8313 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
8314 * coding.h (decoding_buffer_size, encoding_buffer_size)
8315 (emacs_mule_string_char): Remove unused extern decls.
8316 (struct iso_2022_spec, struct coding_system):
8317 Use 'unsigned int : 1' for boolean fields, since there's more than one.
8318 (struct emacs_mule_spec): Remove unused field 'full_support'.
8319 All initializations removed.
8320 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
8321
8322 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
8323
8324 Fix spare memory change (Bug#12286).
8325 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
8326 (valid_lisp_object_p): Likewise.
8327
8328 2012-08-27 Martin Rudalics <rudalics@gmx.at>
8329
8330 * window.c (Fset_window_configuration): Record any window's old
8331 buffer if it's replaced (see Bug#8789). If the new current
8332 buffer doesn't appear in the selected window, go to its old
8333 point (Bug#12208).
8334
8335 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
8336
8337 Special MEM_TYPE_SPARE to denote reserved memory.
8338 * alloc.c (enum mem_type): New memory type.
8339 (refill_memory_reserve): Use new type for spare memory.
8340 This prevents live_cons_p and live_string_p from incorrect
8341 detection of uninitialized objects from spare memory as live.
8342
8343 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
8344
8345 Spelling fixes.
8346 * Makefile.in (.PHONY): versioclean -> versionclean.
8347
8348 Remove unused external symbols.
8349 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
8350 * window.c (Qwindow_valid_p, decode_valid_window):
8351 Now static, not extern.
8352 * data.c (Qinterval): Remove; unused.
8353 (syms_of_data): Do not define 'interval'.
8354 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
8355 * window.h (decode_valid_window):
8356 Remove decls.
8357
8358 * character.c, charset.c, chartab.c: Use bool for booleans.
8359 * character.c (lisp_string_width, string_count_byte8)
8360 (string_escape_byte8):
8361 * charset.c (charset_map_loaded, load_charset_map, read_hex):
8362 (load_charset_map_from_file, map_charset_chars)
8363 (Fdefine_charset_internal, define_charset_internal)
8364 (Fdeclare_equiv_charset, find_charsets_in_text)
8365 (Ffind_charset_region, char_charset, Fiso_charset):
8366 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
8367 (sub_char_table_set, sub_char_table_set_range)
8368 (char_table_set_range, optimize_sub_char_table)
8369 (map_sub_char_table):
8370 Use bool for boolean.
8371 * character.c (str_to_unibyte): Omit last boolean argument; it was
8372 always 0. All callers changed.
8373 * character.h, charset.h: Adjust to match previous changes.
8374 * character.h (char_printable_p): Remove decl of nonexistent function.
8375 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
8376 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
8377 are all boolean, so make them single-bit bitfields.
8378
8379 * lisp.h (ASET): Remove attempt to detect side effects.
8380 It was meant to be temporary and it often doesn't work,
8381 because when IDX has side effects the behavior of IDX==IDX
8382 is undefined. See Stefan Monnier in
8383 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
8384
8385 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
8386
8387 * lisp.h (functionp): New function (extracted from Ffunctionp).
8388 (FUNCTIONP): Use it.
8389 * eval.c (Ffunctionp): Use it.
8390
8391 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
8392
8393 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
8394 as that's faster and simpler than static storage. Don't bother
8395 with the g_main_context_query overhead if g_main_context_pending
8396 says no events are pending.
8397 (gfds, gfds_size): Remove these static vars.
8398 (xgselect_initialize): Remove; no longer needed.
8399 All uses and decls removed.
8400
8401 * emacs.c (fatal_error_signal_hook): Remove.
8402 All uses removed. This leftover from old code was always 0.
8403
8404 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
8405 * casefiddle.c (casify_object, casify_region):
8406 * casetab.c (set_case_table):
8407 * category.c, category.h (word_boundary_p):
8408 * category.h (CHAR_HAS_CATEGORY):
8409 Use bool for booleans, instead of int.
8410
8411 2012-08-25 Eli Zaretskii <eliz@gnu.org>
8412
8413 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
8414
8415 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
8416
8417 On assertion failure, print backtrace if available.
8418 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
8419 (die) [ENABLE_CHECKING]: Print a backtrace if available.
8420 * Makefile.in (LIB_EXECINFO): New macro.
8421 (LIBES): Use it.
8422
8423 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
8424 * bytecode.c (exec_byte_code):
8425 * callint.c (check_mark, Fcall_interactively):
8426 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
8427 (getenv_internal, sync_process_alive, call_process_exited):
8428 * lisp.h (USE_SAFE_ALLOCA):
8429 Use bool for booleans, instead of int.
8430 * lisp.h, process.h: Adjust prototypes to match above changes.
8431 * callint.c (Fcall_interactively): Don't assume the mark's
8432 offset fits in 'int'.
8433
8434 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8435
8436 * buffer.c, buffer.h: Use bool for boolean.
8437 * buffer.c (reset_buffer_local_variables)
8438 (buffer_lisp_local_variables, Fset_buffer_modified_p)
8439 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
8440 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
8441 (overlay_touches_p, overlay_strings, Foverlay_put)
8442 (report_overlay_modification, call_overlay_mod_hooks):
8443 (mmap_enlarge, mmap_set_vars):
8444 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
8445 Use bool for booleans, instead of int.
8446 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
8447 since the 1-or-0 return value is always ignored anyway.
8448 (mmap_initialized_p):
8449 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
8450 * buffer.h, lisp.h: Adjust prototypes to match above changes.
8451
8452 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
8453
8454 * bidi.c: Use bool for boolean.
8455 This is a bit more readable, and makes the text segment of bidi.o
8456 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
8457 Presumably it's faster too.
8458 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
8459 Now bool.
8460 (bidi_cache_find_level_change, bidi_cache_iterator_state)
8461 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
8462 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
8463 (bidi_explicit_dir_char, bidi_level_of_next_char)
8464 (bidi_find_other_level_edge, bidi_move_to_visually_next):
8465 Use bool for booleans, instead of int.
8466 * dispextern.h (bidi_init_it, bidi_paragraph_init)
8467 (bidi_unshelve_cache): Adjust decls to match code.
8468
8469 2012-08-23 Martin Rudalics <rudalics@gmx.at>
8470
8471 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
8472 argument.
8473
8474 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
8475
8476 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
8477 * atimer.h: Include <stdbool.h>.
8478
8479 2012-08-22 Dan Nicolaescu <dann@gnu.org>
8480
8481 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
8482 compile time tests instead of run time tests on systems that do
8483 not use them.
8484 (FRAME_MAC_P): Remove leftover from deleted code.
8485 * frame.c (syms_of_frame): Remove leftover from deleted code.
8486
8487 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
8488
8489 * nsterm.m (insertText:): Don't clear modifiers if code is space.
8490
8491 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
8492
8493 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
8494 Otherwise, the compiler complains about (A?B:C) where B is void
8495 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
8496 (fontset_add): Return void, for FONTSET_ADD.
8497
8498 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
8499
8500 * alloc.c: Use bool for booleans.
8501 (gc_in_progress, abort_on_gc)
8502 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
8503 (dont_register_blocks) [GC_MALLOC_CHECK]:
8504 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
8505 (check_string_bytes, make_specified_string, memory_full)
8506 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
8507 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
8508 (mark_stack, valid_pointer_p, make_pure_string)
8509 (Fgarbage_collect, survives_gc_p, gc_sweep):
8510 Use bool for booleans, instead of int.
8511 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
8512 Remove unused local.
8513 * alloc.c (PURE_POINTER_P):
8514 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
8515 * editfns.c (Fformat):
8516 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
8517 (Fdo_auto_save):
8518 * fns.c (sweep_weak_table):
8519 * lisp.h (suppress_checking, push_message, survives_gc_p)
8520 (make_pure_string, gc_in_progress, abort_on_gc):
8521 * lread.c (readchar, read1):
8522 * print.c (Fprin1_to_string):
8523 * xdisp.c (push_message):
8524 Use bool for booleans affected directly or indirectly by
8525 alloc.c's changes.
8526
8527 Make recently-introduced setters macros.
8528 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
8529 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
8530 (set_fontset_default, set_fontset_fallback): Rename from their
8531 upper-case counterparts, and make them functions rather than macros.
8532 This is more consistent with the other recently-introduced setters.
8533 These don't need to be inline, since they're local.
8534
8535 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
8536
8537 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
8538 the loop (Bug#12247).
8539
8540 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
8541
8542 * lisp.h (vcopy): Use memcpy rather than our own loop.
8543 This fixes a performance regression introduced by the recent
8544 addition of vcopy. This means 'vcopy' will need to be modified
8545 for a copying collector, but that's OK. Also, tighten the
8546 checking in the assertion.
8547
8548 2012-08-21 Eli Zaretskii <eliz@gnu.org>
8549
8550 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
8551 components for RTL text (Bug#11860). Adjust X-OFFSET of each
8552 non-base glyph for the width of the base character, according to
8553 what x_draw_composite_glyph_string_foreground expects.
8554 Generate WADJUST value according to composition_gstring_width's
8555 expectations, to produce correct width of the composed character.
8556 Reverse the sign of the DU offset produced by ScriptPlace.
8557
8558 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
8559
8560 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
8561
8562 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
8563
8564 Avoid direct writes to contents member of struct Lisp_Vector.
8565 * lisp.h (vcopy): New function to copy data into vector.
8566 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
8567 * fns.c (Ffillarray): Use ASET.
8568 * keyboard.c (timer_check_2): Use AREF and ASET.
8569 (append_tool_bar_item, Frecent_keys): Use vcopy.
8570 * lread.c (read_vector): Use ASET.
8571 * msdos.c (Frecent_doskeys): Use vcopy.
8572 * xface.c (Finternal_copy_lisp_face): Use vcopy.
8573 (Finternal_merge_in_global_face): Use ASET and vcopy.
8574 * xfont.c (xfont_list_pattern): Likewise.
8575
8576 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8577
8578 * window.c (Fwindow_point): For the selected window always return
8579 the position of its buffer's point.
8580 (Fset_window_point): For the selected window always go in its
8581 buffer to the specified position.
8582
8583 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
8584
8585 Setter macros for fontsets.
8586 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
8587 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
8588 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
8589 Adjust users.
8590
8591 2012-08-20 Glenn Morris <rgm@gnu.org>
8592
8593 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
8594 Don't assume that `ln -f' works.
8595
8596 2012-08-20 Eli Zaretskii <eliz@gnu.org>
8597
8598 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
8599 and later about non-assignments with no effect. See discussion at
8600 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
8601 details.
8602
8603 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
8604
8605 Inline setter functions for Lisp_Objects slots of struct specbinding.
8606 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
8607 Adjust users.
8608
8609 2012-08-20 Martin Rudalics <rudalics@gmx.at>
8610
8611 * window.c (select_window): Always make selected window's buffer
8612 current.
8613
8614 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
8615
8616 Use AREF and ASET for docstrings of category tables.
8617 * category.h (CATEGORY_DOCSTRING): Use AREF.
8618 (SET_CATEGORY_DOCSTRING): Use ASET.
8619 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
8620
8621 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
8622
8623 Inline setter functions for hash table members.
8624 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
8625 (set_hash_hash, set_hash_index): Rename with _slot suffix.
8626 (set_hash_key_and_value, set_hash_index, set_hash_next)
8627 (set_hash_hash): New functions.
8628 * charset.c, fns.c: Adjust users.
8629
8630 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
8631
8632 Inline getter and setter functions for per-buffer values.
8633 * buffer.h (per_buffer_default, set_per_buffer_default)
8634 (per_buffer_value, set_per_buffer_value): New functions.
8635 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
8636 * buffer.c, data.c: Adjust users.
8637
8638 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
8639
8640 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
8641
8642 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
8643
8644 Rely on <config.h> + <unistd.h> to declare 'environ',
8645 as gnulib does this if the system doesn't.
8646 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
8647 Remove declaration. MS-Windows declares it on stdlib.h which is
8648 included by conf_post.h.
8649 * emacs.c (environ) [DOUG_LEA_MALLOC]:
8650 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
8651 * vm-limit.c: Include <unistd.h>, for 'environ'.
8652
8653 * unexaix.c, unexcoff.c: Include "mem-limits.h".
8654 (start_of_data): Remove decl; mem-limits.h provides it.
8655
8656 * xdisp.c (handle_invisible_prop): Make it a bit faster
8657 and avoid a gcc -Wmaybe-uninitialized diagnostic.
8658
8659 2012-08-19 Chong Yidong <cyd@gnu.org>
8660
8661 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
8662 ends (Bug#3874).
8663
8664 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
8665
8666 * .gdbinit: Use call instead of set when calling a function in the
8667 inferior.
8668
8669 * data.c (set_internal): Don't use set_blv_found.
8670 (Fkill_local_variable): Likewise.
8671
8672 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
8673
8674 * nsfont.m (ns_ascii_average_width): Ensure the string
8675 ascii_printable is initialized with a null-terminated character
8676 array. Otherwise, it can contain undesired extra characters.
8677
8678 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
8679
8680 port new setting code to Sun C 5.8 2005/10/13
8681 * chartab.c, lisp.h (char_table_set, char_table_set_range):
8682 Return void, not Lisp_Object. Otherwise, the compiler
8683 complains about (A?B:C) where B is void and C is Lisp_Object
8684 when compiling CHAR_TABLE_SET, due to the recent change to
8685 the API of sub_char_table_set_contents.
8686
8687 2012-08-18 Chong Yidong <cyd@gnu.org>
8688
8689 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
8690 for the string case (Bug#3874).
8691
8692 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
8693
8694 * buffer.h (BSET): Remove (Bug#12215).
8695 Replace all uses with calls to new setter functions.
8696 (bset_bidi_paragraph_direction, bset_case_canon_table)
8697 (bset_case_eqv_table, bset_directory, bset_display_count)
8698 (bset_display_time, bset_downcase_table)
8699 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
8700 (bset_last_selected_window, bset_local_var_alist)
8701 (bset_mark_active, bset_point_before_scroll, bset_read_only)
8702 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
8703 (bset_width_table):
8704 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
8705 (bset_auto_fill_function, bset_auto_save_file_format)
8706 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
8707 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
8708 (bset_cache_long_line_scans, bset_case_fold_search)
8709 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
8710 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
8711 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
8712 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
8713 (bset_header_line_format, bset_indicate_buffer_boundaries)
8714 (bset_indicate_empty_lines, bset_invisibility_spec)
8715 (bset_left_fringe_width, bset_major_mode, bset_mark)
8716 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
8717 (bset_name, bset_overwrite_mode, bset_pt_marker)
8718 (bset_right_fringe_width, bset_save_length)
8719 (bset_scroll_bar_width, bset_scroll_down_aggressively)
8720 (bset_scroll_up_aggressively, bset_selective_display)
8721 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
8722 (bset_word_wrap, bset_zv_marker):
8723 * category.c (bset_category_table):
8724 * syntax.c (bset_syntax_table):
8725 New setter functions.
8726
8727 * process.h (PSET): Remove (Bug#12215).
8728 Replace all uses with calls to new setter functions.
8729 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
8730 (PROCESS_INLINE): New macro.
8731 (pset_childp): New setter function.
8732 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
8733 * process.c (PROCESS_INLINE):
8734 Define to EXTERN_INLINE, so that the corresponding functions
8735 are compiled into code.
8736 (pset_buffer, pset_command, pset_decode_coding_system)
8737 (pset_decoding_buf, pset_encode_coding_system)
8738 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
8739 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
8740 (pset_type, pset_write_queue): New setter functions.
8741
8742 * window.h (WSET): Remove (Bug#12215).
8743 Replace all uses with calls to new setter functions.
8744 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
8745 (WINDOW_INLINE): New macro.
8746 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
8747 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
8748 (wset_total_lines, wset_vertical_scroll_bar)
8749 (wset_window_end_pos, wset_window_end_valid)
8750 (wset_window_end_vpos): New setter functions.
8751 * window.c (WINDOW_INLINE):
8752 Define to EXTERN_INLINE, so that the corresponding functions
8753 are compiled into code.
8754 (wset_combination_limit, wset_dedicated, wset_display_table)
8755 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
8756 (wset_new_normal, wset_new_total, wset_next_buffers)
8757 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
8758 (wset_prev_buffers, wset_right_fringe_width)
8759 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
8760 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
8761 (wset_window_parameters):
8762 * xdisp.c (wset_base_line_number, wset_base_line_pos)
8763 (wset_column_number_displayed, wset_region_showing):
8764 New setter functions.
8765
8766 * termhooks.h (TSET): Remove (Bug#12215).
8767 Replace all uses with calls to new setter functions.
8768 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
8769 (TERMHOOKS_INLINE): New macro.
8770 (tset_charset_list, tset_selection_alist): New setter functions.
8771 * terminal.c (TERMHOOKS_INLINE):
8772 Define to EXTERN_INLINE, so that the corresponding functions
8773 are compiled into code.
8774 (tset_param_alist): New setter function.
8775
8776 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
8777
8778 * keyboard.h (KSET): Remove (Bug#12215).
8779 Replace all uses with calls to new setter functions.
8780 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
8781 (KEYBOARD_INLINE): New macro.
8782 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
8783 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
8784 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
8785 New setter functions.
8786 * keyboard.c (KEYBOARD_INLINE):
8787 Define to EXTERN_INLINE, so that the corresponding functions
8788 are compiled into code.
8789 (kset_echo_string, kset_kbd_queue)
8790 (kset_keyboard_translate_table, kset_last_prefix_arg)
8791 (kset_last_repeatable_command, kset_local_function_key_map)
8792 (kset_overriding_terminal_local_map, kset_real_last_command)
8793 (kset_system_key_syms): New setter functions.
8794
8795 * frame.h (FSET): Remove (Bug#12215).
8796 Replace all uses with calls to new setter functions.
8797 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
8798 (FRAME_INLINE): New macro.
8799 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
8800 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
8801 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
8802 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
8803 (fset_param_alist, fset_root_window, fset_scroll_bars)
8804 (fset_selected_window, fset_title, fset_tool_bar_items)
8805 (fset_tool_bar_position, fset_tool_bar_window): New functions.
8806 * frame.c (FRAME_INLINE):
8807 Define to EXTERN_INLINE, so that the corresponding functions
8808 are compiled into code.
8809 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
8810
8811 A few more naming-convention fixes for getters and setters.
8812 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
8813 and rename from buffer_overlays_set_before.
8814 (set_buffer_overlays_after): Move here from buffer.h, and rename
8815 from buffer_overlays_set_after.
8816 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
8817 All uses changed.
8818 (set_buffer_intervals): Rename from buffer_set_intervals.
8819 * intervals.c (set_interval_object): Move here from intervals.h,
8820 and rename from interval_set_object.
8821 (set_interval_left): Move here from intervals.h, and rename from
8822 interval_set_left.
8823 (set_interval_right): Move here from intervals.h, and rename from
8824 interval_set_right.
8825 (copy_interval_parent): Move here from intervals.h, and rename from
8826 interval_copy_parent.
8827 * intervals.h (set_interval_parent): Rename from interval_set_parent.
8828 (set_interval_plist): Rename from interval_set_plist.
8829 Return void, not Lisp_Object, since no caller uses the result.
8830 * lisp.h (string_intervals): Rename from string_get_intervals.
8831 (set_string_intervals): Rename from string_set_intervals.
8832
8833 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
8834 (set_char_table_contents): Rename from char_table_set_contents.
8835 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
8836 All uses changed. See the end of
8837 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
8838
8839 * lisp.h (CSET): Remove (Bug#12215).
8840 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
8841 (set_char_table_purpose): New functions,
8842 replacing CSET. All uses changed. For example, replace
8843 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
8844 "set_char_table_parent (char_table, parent);".
8845 The old version was confusing because it used the same name
8846 'parent' for two different things.
8847
8848 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
8849
8850 Functions to get and set Lisp_Object fields of buffer-local variables.
8851 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
8852 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
8853 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
8854 * data.c, eval.c, frame.c: Adjust users.
8855
8856 2012-08-17 Chong Yidong <cyd@gnu.org>
8857
8858 * xfaces.c (merge_face_vectors): If the target font specfies a
8859 font spec, make the font's attributes take precedence over
8860 directly-specified attributes.
8861 (merge_face_ref): Recognize :font.
8862
8863 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
8864
8865 Do not use memcpy for copying intervals.
8866 * intervals.c (reproduce_interval): New function.
8867 (reproduce_tree, reproduce_tree_obj): Use it.
8868 (reproduce_tree_obj): Remove prototype.
8869
8870 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
8871
8872 * lisp.h (duration_to_sec_usec): Remove unused decl.
8873
8874 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
8875
8876 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
8877 to an allocated instance of NSString, not to the class itself.
8878
8879 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
8880
8881 * makefile.w32-in (C_CTYPE_H): New macro.
8882 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
8883 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
8884 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
8885
8886 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
8887
8888 Use ASCII tests for character types.
8889 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
8890 * xfns.c, xterm.c:
8891 Don't include <ctype.h>; was not needed.
8892 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
8893 * sysdep.c, xfaces.c:
8894 Include <c-ctype.h> instead of <ctype.h>.
8895 * nsterm.m: Include <c-ctype.h>.
8896 * charset.c (read_hex):
8897 * doc.c (Fsnarf_documentation):
8898 * fileio.c (IS_DRIVE) [WINDOWSNT]:
8899 (DRIVE_LETTER) [DOS_NT]:
8900 (Ffile_name_directory, Fexpand_file_name)
8901 (Fsubstitute_in_file_name):
8902 * font.c (font_parse_xlfd, font_parse_fcname):
8903 * frame.c (x_set_font_backend):
8904 * gtkutil.c (xg_get_font):
8905 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
8906 * nsimage.m (hexchar):
8907 * nsterm.m (ns_xlfd_to_fontname):
8908 * sysdep.c (system_process_attributes):
8909 * xfaces.c (hash_string_case_insensitive):
8910 Use C-locale tests instead of locale-specific tests for character
8911 types, since we want the ASCII interpretation here, not the
8912 interpretation suitable for whatever happens to be the current locale.
8913
8914 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8915
8916 Consistently check windows for validity/liveness
8917 (Bug#11984, Bug#12025, Bug#12026).
8918 * lisp.h (CHECK_VALID_WINDOW): New macro.
8919 * window.c (decode_window): Rename to decode_live_window.
8920 (decode_valid_window, Fwindow_valid_p): New functions.
8921 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
8922 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
8923 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
8924 (Fwindow_prev_sibling, Fwindow_combination_limit)
8925 (Fset_window_combination_limit, Fwindow_use_time)
8926 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
8927 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
8928 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
8929 (Fwindow_hscroll, Fset_window_hscroll)
8930 (Fwindow_redisplay_end_trigger)
8931 (Fset_window_redisplay_end_trigger, Fwindow_edges)
8932 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
8933 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
8934 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
8935 (Fwindow_end, Fset_window_point, Fset_window_start)
8936 (Fpos_visible_in_window_p, Fwindow_line_height)
8937 (Fwindow_dedicated_p, Fset_window_dedicated_p)
8938 (Fwindow_prev_buffers, Fset_window_prev_buffers)
8939 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
8940 (Fset_window_parameter, Fwindow_display_table)
8941 (Fset_window_display_table, Fdelete_other_windows_internal)
8942 (Fset_window_buffer, Fset_window_new_total)
8943 (Fset_window_new_normal, Fdelete_window_internal)
8944 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
8945 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
8946 (Fwindow_scroll_bars): Check whether argument window is a valid or
8947 live window. Update doc-strings.
8948 (syms_of_window): New symbol Qwindow_valid_p.
8949 * keyboard.c (Fposn_at_x_y): Check whether argument
8950 frame_or_window denotes a valid window.
8951
8952 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
8953
8954 Fix previous char table change.
8955 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
8956 * chartab.c (optimize_sub_char_table): Likewise.
8957
8958 2012-08-16 Chong Yidong <cyd@gnu.org>
8959
8960 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
8961
8962 * xfont.c (xfont_open):
8963 * xftfont.c (xftfont_open): Set the font's max_width field.
8964
8965 * nsfont.m (nsfont_open): Similar to the Xft backend, set
8966 min_width to space_width and average_width to the average over
8967 printable ASCII characters.
8968 (ns_char_width): Code cleanup.
8969 (ns_ascii_average_width): New utility function.
8970
8971 * font.h (struct font): Update comments.
8972
8973 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
8974
8975 Simple interface to set Lisp_Object fields of character tables.
8976 * lisp.h (CSET): New macro.
8977 (char_table_set_extras, char_table_set_contents)
8978 (sub_char_table_set_contents): New function.
8979 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
8980 * syntax.c: Adjust users.
8981
8982 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * eval.c (eval_sub): Bind lexical-binding.
8985 * lread.c (Qlexical_binding): Make non-static.
8986
8987 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
8988
8989 * nsmenu.m (popupSession): Remove.
8990 (pop_down_menu): Remove endModalSession.
8991 (timeout_handler:): New method.
8992 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
8993 Call runModalForWindow. Check timer_fired when it returns.
8994 If not set, cancel timer and break out of loop.
8995 Otherwise loop again, with a new timeout.
8996
8997 * nsterm.m: Include fcntl.h if present.
8998 (fd_entry, t_readfds, inNsSelect): Remove.
8999 (select_writefds, select_valid, select_timeout, selfds)
9000 (select_mutex, apploopnr): Add.
9001 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
9002 Otherwise call kbd_buffer_store_event.
9003 (ns_send_appdefined): Remove release of fd_entry.
9004 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
9005 Increment and decrement apploopnr.
9006 (ns_select): If no file descriptors, just do a NSTimer.
9007 Otherwise copy read/write masks and start select thread (fd_handler).
9008 Start main loop and wait for application defined event.
9009 Inform select thread to stop selecting after main loop is exited.
9010 (ns_term_init): Create selfds pipe and set non-blocking.
9011 Initialize select_mutex. Start the select thread (fd_handler).
9012 (fd_handler:): Loop forever, wait for info from the main thread
9013 to either start or stop selecting. When select returns, send
9014 and appdefined event.
9015 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
9016 If not call kbd_buffer_store_event.
9017
9018 * nsterm.h (EmacsApp): fd_handler takes id argument.
9019 (EmacsDialogPanel): Add timer_fired and timeout_handler.
9020
9021 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
9022
9023 2012-08-15 Eli Zaretskii <eliz@gnu.org>
9024
9025 * region-cache.c (move_cache_gap): Update gap_len using the actual
9026 growth of the boundaries array. Do not change cache_len.
9027 (Bug#12196)
9028
9029 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
9030
9031 Generalize and cleanup font subsystem checks.
9032 * font.h (FONT_DEBUG, font_assert): Remove.
9033 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
9034 Change font_assert to eassert. Use eassert where appropriate.
9035
9036 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
9037
9038 * gtkutil.c (xg_get_font): Use pango_units_to_double.
9039
9040 2012-08-15 Chong Yidong <cyd@gnu.org>
9041
9042 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
9043 When using the new font chooser, use gtk_font_chooser_get_font_desc to
9044 extract the font descriptor instead of just the font name.
9045 In that case, return a font spec instead of a string.
9046 (x_last_font_name): Move to this file from xfns.c.
9047
9048 * xfns.c (Fx_select_font): The return value can also be a font
9049 spec. Move x_last_font_name management to gtkutil.c.
9050
9051 * xfaces.c: Make font weight and style symbols non-static.
9052
9053 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
9056 (bug#12117).
9057
9058 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * alloc.c (Fgarbage_collect): Use plural form consistently.
9061
9062 2012-08-14 Eli Zaretskii <eliz@gnu.org>
9063
9064 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
9065 iteration through the command loop. Fixes a problem whereby mouse
9066 movements are ignored until the first mouse click.
9067
9068 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
9069
9070 Use bool, not int, for Lisp booleans.
9071 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
9072 makes Emacs a bit smaller and presumably a bit faster.
9073 * lisp.h: Include <stdbool.h>.
9074 (struct Lisp_Boolfwd, defvar_bool):
9075 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
9076 * regex.c [!emacs]: Include <stdbool.h>.
9077 (false, true): Remove; <stdbool.h> does this for us now.
9078
9079 2012-08-14 Chong Yidong <cyd@gnu.org>
9080
9081 * character.c (Fcharacterp): Doc fix (Bug#12076).
9082
9083 * data.c (Findirect_variable): Doc fix (Bug#11040).
9084
9085 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
9086
9087 * editfns.c (Fformat): Doc fix (Bug#12059).
9088 (Fsave_current_buffer): Doc fix (Bug#11542).
9089
9090 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
9091
9092 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
9093 (bug#12022).
9094
9095 2012-08-14 Martin Rudalics <rudalics@gmx.at>
9096
9097 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
9098 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
9099 * minibuf.c (choose_minibuf_frame, read_minibuf):
9100 * w32fns.c (x_create_tip_frame):
9101 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
9102 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
9103
9104 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
9105
9106 * intervals.c (offset_intervals): Remove obsolete comment.
9107
9108 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
9109
9110 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
9111
9112 2012-08-14 Gergely Risko <gergely@risko.hu>
9113
9114 * coding.c (decode_coding): Record buffer modification before
9115 disabling undo_list (Bug#11773).
9116
9117 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
9118
9119 Revert and cleanup some recent overlay changes.
9120 * buffer.h (enum overlay_type): Remove.
9121 (buffer_get_overlays, buffer_set_overlays): Likewise.
9122 (buffer_set_overlays_before, buffer_set_overlays_after):
9123 New function. Adjust users.
9124 (unchain_both): Add eassert.
9125
9126 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
9127
9128 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
9129
9130 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
9131
9132 * gtkutil.c (xg_mark_data): Don't assume C99.
9133
9134 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
9135
9136 * gtkutil.c (xg_frame_tb_info): New struct.
9137 (TB_INFO_KEY): New define.
9138 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
9139 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
9140 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
9141 if not present.
9142 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
9143 is up to date. Otherwise store new data.
9144 (free_frame_tool_bar): Free xg_frame_tb_info if present.
9145
9146 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
9147
9148 Use KSET for write access to Lisp_Object members of struct kboard.
9149 * keyboard.h (KSET): New macro.
9150 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
9151 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
9152 * xterm.c: Adjust users.
9153
9154 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
9155
9156 Use BSET for write access to Lisp_Object members of struct buffer.
9157 * buffer.h (BSET): New macro.
9158 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
9159 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
9160 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
9161 * window.c, xdisp.c, xfns.c: Adjust users.
9162
9163 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
9164
9165 * lread.c (syms_of_lread): Initialize Vlexical_binding.
9166
9167 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
9168
9169 * nsterm.m (not_in_argv): New function.
9170 (application:openFile, application:openTempFile:):
9171 (application:openFileWithoutUI:, application:openFiles:): Open file
9172 if not_in_argv returns non-zero (bug#12171).
9173
9174 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
9175 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
9176 Define for Gtk+ versions less than 3.2.
9177 (xg_get_font_name): Use those functions/macros here.
9178 Reported by Frans Oilinki <moilinki@gmail.com>.
9179
9180 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9181
9182 * unexmacosx.c (copy_data_segment): Copy initialized data in
9183 statically linked libraries from input file rather than memory.
9184
9185 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
9186 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
9187 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
9188
9189 2012-08-10 Glenn Morris <rgm@gnu.org>
9190
9191 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
9192 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
9193
9194 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
9195
9196 Fix last change to allow compilation with low optimization levels.
9197 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
9198 Reported by Jan Djärv <jan.h.d@swipnet.se>.
9199
9200 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
9201
9202 Use common inline syntax in intervals.h.
9203 * intervals.h (INTERVALS_INLINE): New macro.
9204 Change all users from LISP_INLINE.
9205
9206 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
9207
9208 Define Qnone once for all platforms.
9209 * frame.c (Qnone): Define here.
9210 (syms_of_frame): DEFSYM it.
9211 * lisp.h (Qnone): New declaration.
9212 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
9213 * xfns.c: Remove duplication. Adjust users.
9214
9215 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
9216
9217 Remove unused macros from intervals.h.
9218 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
9219 * intervals.c: Adjust comment.
9220
9221 2012-08-10 Eli Zaretskii <eliz@gnu.org>
9222
9223 * w32fns.c <w32_unicode_gui>: New static variable.
9224 (globals_of_w32fns): Initialize it according to os_subtype.
9225 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
9226 testing os_subtype.
9227
9228 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
9229 Eli Zaretskii <eliz@gnu.org>
9230
9231 Fix bug #10299 with Unicode characters sent by customized
9232 keyboards created by MSKLC.
9233 * w32fns.c (INIT_WINDOW_CLASS): New macro.
9234 (w32_init_class): Use it to initialize the Emacs class with either
9235 ANSI or Unicode API calls.
9236 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
9237 later.
9238 (w32_wnd_proc): If the character code sent by WM_CHAR or
9239 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
9240 original message. Call DefWindowProcW on NT and later.
9241
9242 2012-08-10 Glenn Morris <rgm@gnu.org>
9243
9244 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
9245
9246 * lisp.h (DIRECTORY_SEP): Let configure set it.
9247
9248 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
9249
9250 Use TSET for write access to Lisp_Object slots of struct terminal.
9251 * termhooks.h (TSET): New macro.
9252 * coding.c, terminal.c, xselect.c: Adjust users.
9253
9254 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9255
9256 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
9257 the failing expression, include them in the error message.
9258 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
9259 * lisp.h (internal_condition_case_n): Update declaration.
9260
9261 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
9262
9263 Inline functions to examine and change buffer overlays.
9264 * buffer.c (unchain_both): New function.
9265 * buffer.h (buffer_get_overlays, buffer_set_overlays):
9266 (buffer_has_overlays): New function.
9267 (enum overlay_type): New enum.
9268 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
9269 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
9270
9271 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
9272
9273 Inline functions to examine and change buffer intervals.
9274 * alloc.c (mark_interval_tree): Remove.
9275 (MARK_INTERVAL_TREE): Simplify.
9276 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
9277 * intervals.c (buffer_balance_intervals): New function.
9278 (graft_intervals_into_buffer): Adjust indentation.
9279 (set_intervals_multibyte): Simplify.
9280 * buffer.h (BUF_INTERVALS): Remove.
9281 (buffer_get_intervals, buffer_set_intervals): New function.
9282 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
9283 * intervals.c, textprop.c: Adjust users.
9284
9285 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
9286
9287 Inline functions to examine and change string intervals.
9288 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
9289 (string_get_intervals, string_set_intervals): New function.
9290 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
9291 * lread.c, print.c, textprop.c: Adjust users.
9292
9293 2012-08-08 Glenn Morris <rgm@gnu.org>
9294
9295 * lisp.mk (lisp): Remove language/persian.elc.
9296
9297 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
9298
9299 Cleanup intervals.
9300 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
9301 (NULL_INTERVAL_P): Likewise. Adjust users.
9302 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
9303 Adjust comment. Move under #if 0.
9304 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
9305 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
9306
9307 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
9308
9309 Check total length of intervals with eassert.
9310 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
9311 * intervals.c: Change all users to eassert.
9312
9313 2012-08-07 Eli Zaretskii <eliz@gnu.org>
9314
9315 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
9316 Rename fields to match removal of FGET and WGET and disuse of
9317 INTERNAL_FIELD in Lisp_Cons.
9318
9319 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
9320
9321 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
9322 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
9323 name since all xname users are fixed long time ago. Do not
9324 use INTERNAL_FIELD.
9325 (set_symbol_name, set_symbol_function, set_symbol_plist):
9326 (set_symbol_next, set_overlay_plist): New function.
9327 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
9328 (struct Lisp_Overlay): Likewise.
9329 (CVAR, MVAR, SVAR): Remove.
9330 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
9331 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
9332 * xterm.c: Adjust users.
9333 * .gdbinit: Change to use name field of struct Lisp_Symbol
9334 where appropriate.
9335
9336 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
9337
9338 Basic functions to set Lisp_Object and pointer slots of intervals.
9339 * intervals.h (interval_set_parent, interval_set_object):
9340 (interval_set_left, interval_set_right, interval_set_plist):
9341 (interval_copy_parent): New function.
9342 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
9343 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
9344 Adjust indentation.
9345 (INTERVAL_SIZE): Remove. Adjust users.
9346 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
9347
9348 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
9349
9350 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
9351 * process.h (PGET): Remove.
9352 (struct Lisp_Process): Do not use INTERNAL_FIELD.
9353 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
9354
9355 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
9356
9357 Drop WGET and revert read access to Lisp_Objects slots of struct window.
9358 * window.h (WGET): Remove.
9359 (struct window): Do not use INTERNAL_FIELD.
9360 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
9361 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
9362 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
9363 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
9364 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
9365 Adjust users.
9366
9367 2012-08-07 Chong Yidong <cyd@gnu.org>
9368
9369 * window.c (Fwindow_edges, Fwindow_pixel_edges)
9370 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
9371 (Fdelete_window_internal): Signal an error if the window is not on
9372 a live frame (Bug#12025).
9373
9374 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
9375
9376 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
9377 * frame.h (FGET): Remove.
9378 (struct frame): Do not use INTERNAL_FIELD.
9379 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
9380 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
9381 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
9382 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
9383
9384 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
9385
9386 * w32.c: Silence compiler warnings.
9387 (map_w32_filename): Remove unused variable `is_fat'.
9388 (chase_symlinks): Add parentheses around expression.
9389
9390 2012-08-06 Glenn Morris <rgm@gnu.org>
9391
9392 * sysdep.c: Respect BROKEN_GETWD.
9393
9394 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
9395 Let configure handle it.
9396 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
9397
9398 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9399
9400 Use GCALIGNMENT where appropriate.
9401 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
9402 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
9403 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
9404
9405 2012-08-06 Eli Zaretskii <eliz@gnu.org>
9406
9407 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
9408 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
9409
9410 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * buffer.h (struct buffer): Revert `indirections' to a simple int;
9413 that should be sufficient for everyone.
9414
9415 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
9416
9417 * keyboard.c (timer_check_2): Add break so timer_check returns next
9418 timeout.
9419
9420 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9421
9422 Fix Windows build errors introduced after converting to WGET and WSET.
9423 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
9424 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9425
9426 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
9427
9428 * nsterm.m (ns_frame_rehighlight): Use FSET.
9429
9430 * nsmenu.m (ns_update_menubar): Use FSET.
9431
9432 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9433
9434 Separate read and write access to Lisp_Object slots of Lisp_Process.
9435 * process.h (PGET, PSET): New macros similar to AREF and ASET.
9436 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
9437
9438 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9439
9440 Separate read and write access to Lisp_Object slots of struct window.
9441 * window.h (WGET, WSET): New macros similar to AREF and ASET.
9442 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
9443 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
9444 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
9445 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
9446 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
9447 Adjust users.
9448
9449 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9450
9451 Fix Windows build errors introduced after converting to FGET and FSET.
9452 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
9453 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
9454 (w32_judge_scroll_bars): Change to use FSET.
9455 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9456
9457 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9458
9459 Fix replacement typo.
9460 * window.c (replace_window): Set root_window instead of
9461 selected_window. This fixes a total window subsystem
9462 malfunction reported by Bastien Guerry <bzg@gnu.org>.
9463
9464 2012-08-06 Glenn Morris <rgm@gnu.org>
9465
9466 * lisp.mk (lisp): Add language/persian.elc.
9467
9468 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9469
9470 Separate read and write access to Lisp_Object slots of struct frame.
9471 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
9472 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
9473 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
9474 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
9475 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
9476
9477 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
9478
9479 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
9480
9481 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9482
9483 Generalize common compile-time constants.
9484 * lisp.h (header_size, bool_header_size, word_size): Now here.
9485 (struct Lisp_Vector): Add comment.
9486 (struct Lisp_Bool_Vector): Move up to define handy constants.
9487 (VECSIZE, PSEUDOVECSIZE): Simplify.
9488 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
9489 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
9490 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
9491 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
9492 * xfont.c, xmenu.c: Use word_size where appropriate.
9493
9494 2012-08-05 Lawrence Mitchell <wence@gmx.li>
9495
9496 * search.c (Freplace_match): Treat \? in the replacement text
9497 literally (Bug#8161).
9498
9499 2012-08-05 Chong Yidong <cyd@gnu.org>
9500
9501 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
9502 * frame.c (Vdelete_frame_functions):
9503 * emacs.c (Vkill_emacs_hook): Doc fix.
9504
9505 2012-08-04 Eli Zaretskii <eliz@gnu.org>
9506
9507 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
9508 --with-x-toolkit=no builds.
9509 Reported by Carsten Mattner <carstenmattner@gmail.com>.
9510
9511 2012-08-04 Chong Yidong <cyd@gnu.org>
9512
9513 * syntax.c (Fmodify_syntax_entry): Doc fix.
9514
9515 2012-08-04 Eli Zaretskii <eliz@gnu.org>
9516
9517 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
9518 * w32.c (init_environment): Change the default values of many
9519 environment variables in dflt_envvars[] to NULL, to avoid pushing
9520 them into environment when they were not already defined.
9521 Remove the code that deletes site-lisp subdirectories from the default
9522 value of EMACSLOADPATH, as it is no longer needed.
9523 (check_windows_init_file): Now external, not static.
9524 Use Vload_path as is, without adding anything, as this function is now
9525 called when Vload_path is already set up.
9526
9527 * w32.h (check_windows_init_file): Add prototype.
9528
9529 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
9530 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
9531 compatibility with Posix platforms.
9532 (main): Move the call to check_windows_init_file to here from
9533 w32.c.
9534 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
9535 any, in the DEFALT argument into the root of the Emacs build or
9536 installation tree, as appropriate.
9537
9538 * callproc.c (init_callproc_1): Call decode_env_path instead of
9539 doing its equivalent by hand.
9540 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
9541 the code that sets Vexec_path run on MS-Windows.
9542
9543 * lread.c (init_lread): Add comments to #ifdef's.
9544
9545 * msdos.c (dos_set_window_size, IT_update_begin)
9546 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
9547 instead of direct references.
9548
9549 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
9550
9551 Export DEFAULT_REHASH_* to GDB.
9552 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
9553 Now constants, not macros.
9554
9555 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
9556
9557 Remove unnecessary casts involving pointers.
9558 These casts are no longer needed now that we assume C89 or later,
9559 since they involve casting to or from void *.
9560 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
9561 (make_pure_float, make_pure_vector):
9562 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
9563 * macros.c (Fstart_kbd_macro):
9564 * menu.c (find_and_return_menu_selection):
9565 * minibuf.c (read_minibuf_noninteractive):
9566 * sysdep.c (closedir):
9567 * xdisp.c (x_produce_glyphs):
9568 * xfaces.c (compare_fonts_by_sort_order):
9569 * xfns.c (x_real_positions, select_visual):
9570 * xselect.c (x_stop_queuing_selection_requests)
9571 (x_get_window_property, x_get_window_property_as_lisp_data):
9572 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
9573 Remove unnecessary pointer casts.
9574 * alloc.c (record_xmalloc): New function.
9575 * lisp.h (record_xmalloc): New decl.
9576 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
9577 more like a function. This is because the pointer cast is not
9578 needed. All uses changed.
9579 * print.c (print_string, print_error_message): Avoid length recalc.
9580
9581 Improve fix for macroexp crash with debugging (Bug#12118).
9582 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
9583 ARRAY_MARK_FLAG when checking subscripts, because ASET is
9584 not supposed to be invoked from the garbage collector.
9585 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
9586 (gc_aset): New function, which is like ASET but can be
9587 used in the garbage collector.
9588 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
9589 (set_hash_index): Use it instead of ASET.
9590
9591 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9592
9593 Support symlinks on latest versions of MS-Windows.
9594 * w32.c: Include winioctl.h and aclapi.h.
9595 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
9596 (revert_to_self): Forward declarations of static functions.
9597 <static BOOL g_b_init_get_security_info>:
9598 <g_b_init_create_symbolic_link>: New static flags.
9599 (globals_of_w32): Initialize them to zero.
9600 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
9601 (map_w32_filename): Improve commentary. Simplify switch.
9602 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
9603 headers (most versions of MinGW w32api don't).
9604 (get_security_info, create_symbolic_link)
9605 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
9606 New functions.
9607 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
9608 in the argument file name.
9609 (sys_access): Call unc_volume_file_attributes only if
9610 GetFileAttributes fails with network-related error codes.
9611 (sys_rename): Diagnose renaming of a symlink when the user doesn't
9612 have the required privileges.
9613 (get_file_security_desc_by_name): Rename from
9614 get_file_security_desc.
9615 (stat_worker): New function, with most of the guts of 'stat', and
9616 with addition of handling of symlinks and support for 'lstat'.
9617 If possible, get file's attributes and security information by
9618 handle, not by name. Produce S_IFLNK bit for symlinks, when
9619 called from 'lstat'.
9620 (stat, lstat): New functions, call 'stat_worker'.
9621 (symlink, readlink, careadlinkat): Rewritten to create and resolve
9622 symlinks when the underlying filesystem supports them.
9623
9624 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9625
9626 Fix macroexp crash on Windows with debugging (Bug#12118).
9627 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
9628 checking subscripts; problem introduced with the recent
9629 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
9630 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
9631 since it's used in non-static inline functions now.
9632
9633 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
9634 Don't assume buffer size fits in 'int'. Remove unused local.
9635
9636 Use C99-style 'extern inline' if available.
9637 * buffer.h (BUFFER_INLINE):
9638 * category.h (CATEGORY_INLINE):
9639 * character.h (CHARACTER_INLINE):
9640 * charset.h (CHARSET_INLINE):
9641 * composite.h (COMPOSITE_INLINE):
9642 * dispextern.h (DISPEXTERN_INLINE):
9643 * lisp.h (LISP_INLINE):
9644 * systime.h (SYSTIME_INLINE):
9645 New macro, replacing 'static inline' in this header.
9646 * buffer.h, category.h, character.h, charset.h, composite.h:
9647 * dispextern.h, lisp.h, systime.h:
9648 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
9649 * alloc.c (LISP_INLINE):
9650 * buffer.c (BUFFER_INLINE):
9651 * category.c (CATEGORY_INLINE):
9652 * character.c (CHARACTER_INLINE):
9653 * charset.c (CHARSET_INLINE):
9654 * composite.c (COMPOSITE_INLINE):
9655 * dispnew.c (DISPEXTERN_INLINE):
9656 * sysdep.c (SYSTIME_INLINE):
9657 Define to EXTERN_INLINE, so that the corresponding functions
9658 are compiled into code.
9659 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
9660 (INLINE_HEADER_END): New macros.
9661 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
9662 since it's used in non-static inline functions now.
9663 (VALMASK) [!USE_LSB_TAG]: Likewise.
9664
9665 2012-08-02 Glenn Morris <rgm@gnu.org>
9666
9667 * s/: Remove empty directory.
9668
9669 * s/ms-w32.h: Move to ../nt/inc.
9670 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
9671 Update for new ms-w32.h location.
9672
9673 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9674
9675 Port to Solaris 8.
9676 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
9677
9678 2012-08-02 Glenn Morris <rgm@gnu.org>
9679
9680 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
9681 hard-coding the path separator.
9682
9683 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
9684
9685 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
9686 This how ASET and AREF are supposed to work, and makes
9687 it easier to think about future improvements. See
9688 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
9689 * charset.h (set_charset_attr): New function.
9690 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
9691 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
9692 (aref_addr): New function. All uses of &AREF(...) changed.
9693 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
9694 (set_hash_index): New functions. All lvalue-style uses of
9695 HASH_KEY etc. changed.
9696 * keyboard.c (set_prop): New function. All lvalue-style uses
9697 of PROP changed.
9698
9699 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
9700
9701 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
9702 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
9703 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
9704 * nsfns.m (ns_set_name_as_filename): Likewise.
9705 * nsmenu.m (ns_update_menubar): Likewise.
9706 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
9707
9708 2012-08-01 Eli Zaretskii <eliz@gnu.org>
9709
9710 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
9711 Adapt to latest changes in field names of the corresponding Lisp
9712 objects.
9713
9714 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
9715
9716 2012-08-01 Glenn Morris <rgm@gnu.org>
9717
9718 * s/msdos.h: Remove file.
9719 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
9720 * Makefile.in (S_FILE): Remove.
9721 (config_h): Remove S_FILE.
9722
9723 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
9724
9725 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
9726 Remove; moved to nt/config.nt.
9727
9728 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
9729
9730 Use INTERNAL_FIELD for conses and overlays.
9731 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
9732 Remove obsolete comment.
9733 (MVAR): New macro.
9734 (struct Lisp_Overlay): Use INTERNAL_FIELD.
9735 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
9736
9737 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
9738
9739 Use INTERNAL_FIELD for symbols.
9740 * lisp.h (SVAR): New macro. Adjust users.
9741 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
9742 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
9743
9744 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
9745
9746 Use INTERNAL_FIELD for processes.
9747 * process.h (PVAR): New macro. Adjust style.
9748 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
9749 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
9750
9751 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
9752
9753 Use INTERNAL_FIELD for windows.
9754 * window.h (WVAR): New macro.
9755 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
9756 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
9757 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
9758 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
9759 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
9760 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
9761
9762 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
9763
9764 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
9765
9766 2012-08-01 Glenn Morris <rgm@gnu.org>
9767
9768 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
9769 Move to configure.ac.
9770
9771 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
9772
9773 * makefile.w32-in (CONFIG_H): Update dependencies.
9774 (CONF_POST_H): New macro.
9775
9776 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
9777
9778 2012-07-31 Glenn Morris <rgm@gnu.org>
9779
9780 * Makefile.in (S_FILE): No longer set by configure.
9781
9782 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
9783 is available.
9784 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
9785
9786 * process.h (NULL_DEVICE):
9787 * emacs.c (SEPCHAR):
9788 * editfns.c (USER_FULL_NAME): Let configure set them.
9789
9790 * s/README, s/template.h: Remove files.
9791
9792 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
9793
9794 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
9795 Move to configure.ac.
9796
9797 2012-07-31 Eli Zaretskii <eliz@gnu.org>
9798
9799 * .gdbinit (xframe): Adapt to introduction of FVAR and the
9800 resulting renaming of 'struct frame' members.
9801
9802 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
9803
9804 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
9805 after introduction of FVAR.
9806
9807 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
9808
9809 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
9810
9811 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
9812 instead of compositeToPoint.
9813 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
9814
9815 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
9816
9817 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9818
9819 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
9820 * lisp.h (INTERNAL_FIELD): New macro.
9821 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
9822 (BVAR): Change to use INTERNAL_FIELD.
9823 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
9824 (KVAR): Change to use INTERNAL_FIELD.
9825 * frame.h (FVAR): New macro.
9826 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
9827 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
9828 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
9829 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
9830 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
9831
9832 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9833
9834 Miscellaneous fixes for non-default X toolkits.
9835 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
9836 * xterm.c (x_frame_of_widget): Remove redundant prototype.
9837 Move under #ifdef USE_LUCID.
9838 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
9839 definition and usage to avoid warnings.
9840
9841 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
9842
9843 * nsterm.m (openFiles): Fix previous checkin.
9844
9845 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
9846
9847 * indent.c (compute_motion): Remove unused local.
9848
9849 2012-07-31 Glenn Morris <rgm@gnu.org>
9850
9851 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
9852
9853 * conf_post.h [USG5_4]:
9854 Move remaining contents of s/usg5-4-common.h here.
9855 * s/usg5-4-common.h: Remove file.
9856
9857 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
9858 * s/irix6-5.h: Remove file.
9859
9860 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
9861 * s/darwin.h: Remove file.
9862
9863 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
9864 * s/hpux10-20.h: Remove file, which is now empty.
9865
9866 2012-07-30 Glenn Morris <rgm@gnu.org>
9867
9868 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
9869 * Makefile.in (config_h): Add conf_post.h.
9870 * makefile.w32-in (CONFIG_H): Add conf_post.h.
9871
9872 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
9873
9874 * nsterm.m (ns_do_open_file): New variable.
9875 (ns_term_init): Set ns_do_open_file to YES after run returns.
9876 (openFile, openTempFile, openFileWithoutUI, openFiles):
9877 Open files only if ns_do_open_file.
9878
9879 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9880
9881 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
9882 This no-op macro hasn't been needed for many years.
9883 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
9884
9885 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
9886 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
9887 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
9888 gdb_make_enums_visible.
9889 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
9890 (DIRECTORY_SEP): Now a constant, not a macro.
9891
9892 2012-07-30 Eli Zaretskii <eliz@gnu.org>
9893
9894 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
9895 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
9896
9897 * w32term.c <w32_keyboard_codepage>: Renamed from
9898 keyboard_codepage and now external. All users changed.
9899
9900 * w32term.h: Add declaration of w32_keyboard_codepage.
9901
9902 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
9903 the codepage to translate keys to Unicode. If this argument is
9904 -1, use the value returned by GetConsoleCP. All callers changed.
9905
9906 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9907
9908 Update .PHONY listings in makefiles.
9909 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
9910 bootstrap-clean, distclean, maintainer-clean, versioclean,
9911 extraclean, frc.
9912
9913 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
9914 This is a bit clearer. Fix some commentary typos.
9915
9916 2012-07-30 Glenn Morris <rgm@gnu.org>
9917
9918 * s/netbsd.h: Let configure include signal.h if needed.
9919 Remove file, which is now empty.
9920
9921 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
9922 Let configure set them.
9923 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
9924 No more need to undefine.
9925
9926 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
9927
9928 * keymap.c (Fkey_description): Don't remove 0x80 bit from
9929 non-single-byte char when adding meta modifier. (Bug#12090)
9930
9931 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
9932
9933 Convert safe_call to use variable number of arguments.
9934 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
9935 (safe_call2): Fix comment.
9936 * lisp.h (safe_call): Adjust prototype.
9937 * coding.c (encode_coding_object): Change to use safe_call2.
9938 * xfaces.c (merge_face_heights): Change to use safe_call1.
9939
9940 2012-07-30 Glenn Morris <rgm@gnu.org>
9941
9942 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
9943 does that unconditionally. Remove file, which is now empty.
9944
9945 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
9946 Remove empty files.
9947
9948 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9949
9950 Export to GDB most of lisp.h's remaining object-like macros.
9951 * lisp.h (min, max): Move earlier, because they're used earlier now.
9952 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
9953 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
9954 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
9955 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
9956 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
9957 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
9958 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
9959 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
9960 Now constants, for GDB. They need not be macros.
9961 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
9962 Now constants, for GDB, as well as macros, for static initializers.
9963 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
9964 Move to after the definition of struct Lisp_Char_Table,
9965 since the former now needs that type defined.
9966 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
9967 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
9968 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
9969 New enums, for gdb_make_enums_visible.
9970 (GLYPH_MODE_LINE_FACE): Remove; unused.
9971 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
9972 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
9973 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
9974 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
9975 enum maxargs, enum MAX_ALLOCA.
9976 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
9977 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
9978 no longer needed, now that they are done in lisp.h.
9979
9980 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
9981
9982 Cleanup string bytes checking.
9983 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
9984 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
9985 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
9986 (check_sblock, compact_small_strings): Simplify.
9987
9988 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9989
9990 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
9991 These macros are confusing and no longer need to be defined, as
9992 the enum values now suffice. All uses replaced with definiens.
9993 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
9994
9995 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
9996
9997 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
9998 ($(BLD)/w32console.$(O)): Update dependencies.
9999
10000 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
10001
10002 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
10003 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
10004 time. Adjust users.
10005 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
10006
10007 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
10008
10009 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
10010 setting sitelisp (Bug#12010).
10011
10012 2012-07-29 Eli Zaretskii <eliz@gnu.org>
10013
10014 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
10015
10016 * w32heap.c (cache_system_info):
10017 * w32.c (sys_rename):
10018 * w32proc.c (find_child_console, sys_kill): All users changed.
10019
10020 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10021
10022 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
10023
10024 2012-07-29 Eli Zaretskii <eliz@gnu.org>
10025
10026 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
10027
10028 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
10029
10030 Cleanup statistics calculation in Fgarbage_collect.
10031 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
10032 Fix zombies percentage calculation. Simplify elapsed time calculation.
10033
10034 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
10035
10036 Generalize marker debugging code under MARKER_DEBUG and use eassert.
10037 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
10038 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
10039 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
10040 (replace_range, replace_range_2, del_range_2): Change to eassert.
10041 * marker.c (byte_char_debug_check): Adjust style.
10042
10043 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10044
10045 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
10046 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
10047 long-ago-commented-out code that talks about "WIN32".
10048 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
10049 All uses changed.
10050
10051 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
10052
10053 Use Gnulib stdalign module (Bug#9772, Bug#9960).
10054 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
10055 Simplify by using alignof.
10056 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
10057 * lisp.h: Include <stdalign.h>.
10058 (GCALIGNMENT): New macro and constant.
10059 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
10060 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
10061 (stdalign): New macro, if not already defined.
10062
10063 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10064
10065 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
10066 * w32inevt.c: Include w32inevt.h.
10067 (w32_read_console_input): New inline function, calls either
10068 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
10069 w32_console_unicode_input.
10070 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
10071 (w32_kbd_patch_key, key_event): Use the codepage returned by
10072 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
10073 (key_event): use uChar.UnicodeChar only if
10074 w32_console_unicode_input is non-zero.
10075
10076 * w32console.c: Include w32heap.h.
10077 <w32_console_unicode_input>: New global variable.
10078 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
10079 family of Windows, zero otherwise.
10080
10081 * w32inevt.h: Declare w32_console_unicode_input.
10082
10083 * xdisp.c (init_iterator): Don't reference tip_frame in a build
10084 --without-x. (Bug#11742)
10085
10086 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
10087
10088 Adjust GDB to reflect pvec_type changes (Bug#12036).
10089 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
10090 2012-07-04 changes to pseudovector representation.
10091 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
10092
10093 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
10094
10095 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
10096 bus address.
10097 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
10098
10099 2012-07-27 Eli Zaretskii <eliz@gnu.org>
10100
10101 * alloc.c (listn): Fix the order the arguments are consed onto the
10102 list.
10103
10104 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
10105 enumeration constants, as PURE and HEAP are too general, and clash
10106 with other headers and sources, such as gmalloc.c and the
10107 MS-Windows system headers. All users changed.
10108
10109 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
10110
10111 Revert last save_excursion_save and save_excursion_restore changes.
10112 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
10113 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
10114
10115 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
10116
10117 Fix recently-introduced typos in Windows port.
10118 Reported by Martin Rudalics <rudalics@gmx.at>.
10119 * w32.c (init_environment): Replace comma with semicolon.
10120 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
10121
10122 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
10123
10124 Improve GDB symbol export (Bug#12036).
10125 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
10126 arms of an 'if', not using conditional expressions; otherwise GDB
10127 complains about the types in the unevaluated arm when the argument
10128 is an integer literal.
10129 (xgetint): Simplify expression.
10130 * alloc.c (gdb_make_enums_visible): New constant. This ports to
10131 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
10132 Zaretskii in <http://bugs.gnu.org/12036#13>.
10133 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
10134 needed now that we have gdb_make_enums_visible.
10135 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
10136 (enum enum_USE_LSB_TAG):
10137 New enum types, packaging up enums that need to be exported to GDB.
10138
10139 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
10140
10141 Utility function to make a list from specified amount of objects.
10142 * lisp.h (enum constype): New datatype.
10143 (listn): New prototype.
10144 * alloc.c (listn): New function.
10145 (Fmemory_use_count, syms_of_alloc): Use it.
10146 * buffer.c (syms_of_buffer): Likewise.
10147 * callint.c (syms_of_callint): Likewise.
10148 * charset.c (define_charset_internal): Likewise.
10149 * coding.c (syms_of_coding): Likewise.
10150 * keymap.c (syms_of_keymap): Likewise.
10151 * search.c (syms_of_search): Likewise.
10152 * syntax.c (syms_of_syntax): Likewise.
10153 * w32.c (init_environment): Likewise.
10154 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
10155 * xdisp.c (syms_of_xdisp): Likewise.
10156 * xfns.c (syms_of_xfns): Likewise.
10157
10158 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
10159
10160 Fast save_excursion_save and save_excursion_restore.
10161 * lisp.h (struct Lisp_Excursion): New data type.
10162 (PVEC_EXCURSION): New pseudovector type.
10163 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
10164 to deal with it. Adjust comments.
10165 (init_marker, attach_marker): New prototype.
10166 (unchain_marker): Adjust prototype.
10167 * marker.c (attach_marker): Change to global.
10168 (init_marker): New function.
10169 * alloc.c (Fmake_marker, build_marker): Use it.
10170 (build_marker): More easserts.
10171 (mark_object): Handle struct Lisp_Excursion.
10172 * editfns.c (save_excursion_save, save_excursion_restore):
10173 Reimplement to use struct Lisp_Excursion. Add comments.
10174
10175 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
10176
10177 Fix export of symbols to GDB (Bug#12036).
10178 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
10179 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
10180 emacs.c, as this is a more-suitable home. Had this been done earlier
10181 the fix for 12036 would have avoided some of the problems noted in
10182 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
10183 would have been more obvious.
10184 * emacs.c: Do not include <verify.h>; no longer needed.
10185 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
10186 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
10187 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
10188 Remove; now done in lisp.h.
10189 * lisp.h (PUBLISH_TO_GDB): New macro.
10190 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
10191 (DATA_SEG_BITS): Use it.
10192 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
10193 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
10194 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
10195 not be usable in #if. This simplifies things.
10196
10197 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
10198
10199 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
10200
10201 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
10202
10203 Simplify export of symbols to GDB (Bug#12036).
10204 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
10205 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
10206 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
10207 Adjust to changes in lisp.h and emacs.c, by using
10208 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
10209 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
10210 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
10211 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
10212 instead of gdb_valbits.
10213 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
10214 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
10215 instead of gdb_array_mark_flag.
10216 (xboolvector): Get size from $->size, not $->header.size.
10217 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
10218 (xreload, hook-run, hookpost-run): Remove.
10219 * emacs.c: Include <verify.h>.
10220 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
10221 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
10222 Remove.
10223 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
10224 (gdb_USE_LSB_TAG): New enum constants.
10225 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
10226 Also define these as enum constants, so they're visible to GDB.
10227 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
10228 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
10229 as constants, so they're visible to GDB.
10230 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
10231 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
10232 Now enum constants, not macros, so they're visible to GDB.
10233 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
10234 more convenient now. All uses changed.
10235 (VALMASK) [USE_LSB_TAG]: Also define in this case.
10236 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
10237
10238 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
10239
10240 Explicitly free restriction data that are not needed anymore.
10241 * editfns.c (save_restriction_restore): Free restriction data.
10242
10243 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10244
10245 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
10246 add argument, tune behavior, and adjust all callers.
10247
10248 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
10249
10250 Use typedef for EMACS_INT, EMACS_UINT.
10251 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
10252 than macros. This simplifies debugging in the usual case, since
10253 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
10254 and it allows expressions involving EMACS_INT casts.
10255 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
10256
10257 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
10258
10259 * nsterm.m (ns_read_socket): Return early if there is a modal
10260 window (Bug#12043).
10261
10262 2012-07-25 Martin Rudalics <rudalics@gmx.at>
10263
10264 * frame.c (Fredirect_frame_focus): In doc-string don't mention
10265 that FOCUS-FRAME can be omitted.
10266
10267 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
10268
10269 Adjust buffer text indirection counters at the end of Fkill_buffer.
10270 * buffer.c (Fkill_buffer): Adjust indirection counters when the
10271 buffer is definitely dead. This should really fix an issue reported
10272 by Christoph Scholtes again. (Bug#12007).
10273 (init_buffer_once): Initialize indirection counters of
10274 buffer_defaults and buffer_local_symbols (for sanity and safety).
10275
10276 2012-07-24 Eli Zaretskii <eliz@gnu.org>
10277
10278 * xdisp.c (init_iterator): Don't compute dimensions of truncation
10279 and continuation glyphs on tooltip frames, leave them at zero.
10280 Avoids continued lines in tooltips. (Bug#11832)
10281
10282 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
10283
10284 Simplify copy_overlay.
10285 * buffer.c (copy_overlay): Simplify. Use build_marker.
10286 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
10287
10288 2012-07-23 Eli Zaretskii <eliz@gnu.org>
10289
10290 * print.c (print_object): Don't crash when a frame's name is nil
10291 or invalid. (Bug#12025)
10292
10293 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
10294 it signals an error when a tooltip frame is being created.
10295
10296 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
10297
10298 Cleanup miscellaneous objects allocation and initialization.
10299 * alloc.c (allocate_misc): Change to static. Add argument to
10300 specify the subtype. Adjust comment and users.
10301 (build_overlay): New function.
10302 * buffer.c (copy_overlays, Fmake_overlay): Use it.
10303 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
10304 (allocate_misc): Remove prototype.
10305 (build_overlay): Add prototype.
10306
10307 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
10308
10309 Swap buffer text indirection counters in Fbuffer_swap_text.
10310 * buffer.c (Fbuffer_swap_text): Swap indirections too.
10311 This avoids crash reported by Christoph Scholtes at
10312 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
10313
10314 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
10315
10316 * nsmenu.m (Popdown_data): New struct.
10317 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
10318 free Popdown_data.
10319 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
10320 (initWithContentRect): Make imgView and contentView non-static
10321 and autorelease them. Also autorelease img and matrix (Bug#12005).
10322 (dealloc): Remove (Bug#12005).
10323
10324 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
10325
10326 Adjust consing_since_gc when objects are explicitly freed.
10327 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
10328 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
10329 (free_cons, free_misc): Subtract object size from consing_since_gc.
10330
10331 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
10332
10333 Simplify and cleanup markers positioning code.
10334 * marker.c (attach_marker): More useful eassert.
10335 (live_buffer, set_marker_internal): New function.
10336 (Fset_marker, set_marker_restricted): Use set_marker_internal.
10337 (set_marker_both, set_marker_restricted_both): Use live_buffer.
10338
10339 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
10340
10341 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
10342 as it's limited by the amount of memory, not by INT_MAX.
10343
10344 2012-07-21 Eli Zaretskii <eliz@gnu.org>
10345
10346 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
10347 in special-event-map. See the discussion at
10348 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
10349 for the reasons.
10350
10351 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
10352 info.dwItemData. Fixes crashes on 64-bit Windows.
10353 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
10354
10355 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
10356
10357 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
10358 (conversationIdentifier): Return value is NSInteger.
10359 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
10360
10361 2012-07-21 Chong Yidong <cyd@gnu.org>
10362
10363 * window.c (decode_any_window): Signal an error if the window is
10364 on a dead frame (Bug#11984).
10365
10366 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10367
10368 Add indirection counting to speed up Fkill_buffer.
10369 * buffer.h (struct buffer): New member.
10370 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
10371 (Fmake_indirect_buffer): Set indirection counter to -1, increment
10372 base buffer indirection counter.
10373 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
10374 (Fkill_buffer): Adjust indirection counters as needed, don't walk
10375 through buffer list if indirection counter is 0.
10376
10377 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10378
10379 Extend the value returned by Fgarbage_collect with heap statistics.
10380 * alloc.c (Qheap): New symbol.
10381 (syms_of_alloc): DEFSYM it.
10382 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
10383 (Fmemory_free): Remove.
10384 (syms_of_alloc): Don't defsubr it.
10385 * buffer.c (Fcompact_buffer): Remove.
10386 (syms_of_buffer): Don't defsubr it.
10387
10388 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10389
10390 Make maybe_gc inline.
10391 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
10392 * lisp.h (consing_since_gc, gc_relative_threshold)
10393 (memory_full_cons_threshold): Revert declaration.
10394 (maybe_gc): Remove prototype, define as inline.
10395 * alloc.c: Remove old commented-out code.
10396 (consing_since_gc, gc_relative_threshold)
10397 (memory_full_cons_threshold): Revert to global.
10398 (maybe_gc): Remove.
10399
10400 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10401
10402 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
10403 * lisp.h (build_unibyte_string): New function.
10404 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
10405 * sysdep.c, w32fns.c, xfns.c: Use it.
10406 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
10407 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
10408 Adjust users accordingly.
10409 * font.h (font_open_by_name): Adjust prototype.
10410
10411 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10412
10413 Cleanup calls to Fgarbage_collect.
10414 * lisp.h (maybe_gc): New prototype.
10415 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
10416 Remove declarations.
10417 * alloc.c (maybe_gc): New function.
10418 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
10419 Make them static.
10420 * bytecode.c (MAYBE_GC): Use maybe_gc.
10421 * eval.c (eval_sub, Ffuncall): Likewise.
10422 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
10423 to avoid dependency from auto-save feature.
10424
10425 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
10426
10427 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
10428 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
10429 'for_each_per_buffer_object_at'.
10430 All uses changed. It's better to use upper-case for macros that
10431 cannot be implemented as functions, to give the reader a clue
10432 that they're special.
10433
10434 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * alloc.c (Fgarbage_collect): Tweak docstring.
10437
10438 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10439
10440 Tweak the value returned from Fgarbage_collect again.
10441 * alloc.c (Fgarbage_collect): New return value, as confirmed in
10442 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
10443 Adjust documentation.
10444 (total_vector_bytes): Rename to total_vector_slots, adjust
10445 accounting.
10446 (total_free_vector_bytes): Rename to total_free_vector_slots,
10447 adjust accounting.
10448 (Qstring_bytes, Qvector_slots): New symbols.
10449 (syms_of_alloc): DEFSYM them.
10450
10451 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10452
10453 Buffer compaction primitive which may be used from Lisp.
10454 * buffer.c (compact_buffer, Fcompact_buffer): New function.
10455 (syms_of_buffer): Register Fcompact_buffer.
10456 * alloc.c (Fgarbage_collect): Use compact_buffer.
10457 * buffer.h (compact_buffer): New prototype.
10458 (struct buffer_text): New member.
10459
10460 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10461
10462 New macro to iterate over all buffers, miscellaneous cleanups.
10463 * lisp.h (all_buffers): Remove declaration.
10464 * buffer.h (all_buffers): Add declaration, with comment.
10465 (for_each_buffer): New macro.
10466 * alloc.c (Fgarbage_collect, mark_object): Use it.
10467 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
10468 (init_buffer): Likewise.
10469 * data.c (Fset_default): Likewise.
10470 * coding.c (code_conversion_restore): Remove redundant check
10471 for dead buffer.
10472 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
10473
10474 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
10475
10476 Fix bug that created negative-length intervals.
10477 * intervals.c (merge_interval_right, merge_interval_left):
10478 Do not zero out this interval if it is absorbed by its children,
10479 as this interval's total length doesn't change in that case. See
10480 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
10481
10482 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
10483
10484 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
10485 when invoking (make-bool-vector N t) and N is a positive
10486 multiple of 8 -- the last 8 bits were mistakenly cleared.
10487
10488 Remove some struct layout assumptions in bool vectors.
10489 * alloc.c (bool_header_size): New constant.
10490 (header_size, word_size): Move earlier, as they're now used earlier.
10491 Use 'word_size' in a few more places, where it's appropriate.
10492 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
10493 padding before the data member of a bool vector.
10494 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
10495 than doing the check by hand with an abort ().
10496
10497 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * eval.c (Fdefvar): Don't check constants since we only set the var if
10500 it's not yet defined anyway (bug#11904).
10501
10502 * lisp.h (last_undo_boundary): Declare new var.
10503 * keyboard.c (command_loop_1): Set it.
10504 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
10505 were auto-added by the command loop (bug#11774).
10506
10507 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
10508
10509 * w32font.c (Qsymbol): Remove local definition.
10510 (syms_of_w32font): Don't DEFSYM it.
10511
10512 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
10513
10514 Fix sweep_vectors to handle large bool vectors correctly.
10515 * alloc.c (sweep_vectors): Account total_vector_bytes for
10516 bool vectors larger than VBLOCK_BYTES_MAX.
10517
10518 2012-07-18 Chong Yidong <cyd@gnu.org>
10519
10520 * frame.c (x_set_frame_parameters): Revert bogus change introduced
10521 in 2012-05-25 commit by Paul Eggert (Bug#11738).
10522
10523 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
10524
10525 Return more descriptive data from Fgarbage_collect.
10526 Suggested by Stefan Monnier in
10527 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
10528 * alloc.c (bounded_number): New function.
10529 (total_buffers, total_vectors): New variable.
10530 (total_string_size): Rename to total_string_bytes, adjust users.
10531 (total_vector_size): Rename to total_vector_bytes, adjust users.
10532 (sweep_vectors): Account total_vectors and total_vector_bytes.
10533 (Fgarbage_collect): New return value. Adjust documentation.
10534 (gc_sweep): Account total_buffers.
10535 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
10536 (VECTOR_SIZE): Remove.
10537 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
10538 (Qinterval, Qmisc): New symbols.
10539 (syms_of_data): Initialize them.
10540 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
10541 (Qcons, Qbuffer): New declarations.
10542
10543 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
10544
10545 * alloc.c (Fmemory_free): Account for memory-free's own storage.
10546 Round up, not down. Improve doc.
10547
10548 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
10549
10550 Restore old code in allocate_string_data to avoid Faset breakage.
10551 Reported by Julien Danjou <julien@danjou.info> in
10552 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
10553 * alloc.c (allocate_string_data): Restore old code with minor
10554 adjustments, fix comment to explain this subtle issue.
10555
10556 2012-07-17 Eli Zaretskii <eliz@gnu.org>
10557
10558 Remove FILE_SYSTEM_CASE.
10559 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
10560
10561 * fileio.c (FILE_SYSTEM_CASE): Don't define.
10562 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
10563 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
10564 call-process-region passes it through expand-file-name.
10565
10566 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
10567
10568 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10569
10570 Fix crash when creating indirect buffer (Bug#11917)
10571 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
10572 Don't handle unbound variables specially if non-zero.
10573 (Fbuffer_local_variables): Pass zero.
10574 (clone_per_buffer_values): Pass non-zero.
10575
10576 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10577
10578 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
10579 to make the loop interruptible.
10580
10581 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10582
10583 * gnutls.c (emacs_gnutls_handshake): Only retry if
10584 GNUTLS_E_INTERRUPTED.
10585
10586 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
10587
10588 Cleanup and convert miscellaneous checks to eassert.
10589 * alloc.c (mark_interval): Fix comment, partially rephrase
10590 old comment from intervals.h (see below).
10591 * intervals.c (find_interval, adjust_intervals_for_insertion)
10592 (delete_interval, adjust_intervals_for_deletion)
10593 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
10594 Convert to eassert.
10595 (adjust_intervals_for_insertion, make_new_interval):
10596 Remove obsolete and unused code.
10597 * intervals.h (struct interval): Remove obsolete comment.
10598 * textprotp.c (erase_properties): Remove unused code.
10599 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
10600 (Fremove_list_of_text_properties): Convert to eassert.
10601
10602 2012-07-17 Chong Yidong <cyd@gnu.org>
10603
10604 * editfns.c (Finsert_char): Doc fix.
10605
10606 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
10607
10608 Fix previous change to make Fmemory_free always accurate.
10609 * alloc.c (make_interval): Update total_free_intervals.
10610 (make_float): Likewise for total_free_floats.
10611 (free_cons, Fcons): Likewise for total_free_conses.
10612 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
10613 Likewise for total_free_vector_bytes.
10614 (Fmake_symbol): Likewise for total_free_symbols.
10615 (bytes_free): Remove.
10616
10617 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
10618
10619 Simple free memory accounting feature.
10620 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
10621 (sweep_vectors): Accumulate size of free vectors.
10622 (Fgarbage_collect): Setup bytes_free.
10623 (Fmemory_free): New function.
10624 (syms_of_alloc): Register it.
10625
10626 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
10627
10628 Cleanup overlays checking.
10629 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
10630 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
10631 eassert and OVERLAYP.
10632 (sort_overlays): Change to use OVERLAYP.
10633
10634 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10635
10636 * editfns.c (Finsert_char): Make it interactive, and make the
10637 second arg optional. Copy interactive spec and docstring from
10638 ucs-insert.
10639
10640 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
10641
10642 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
10643 Unlike the other wrapped functions, fabs has an unspecified
10644 effect on errno.
10645
10646 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
10647
10648 * nsterm.m (keyDown): Interpret flags without left/right bits
10649 as the left key (Bug#11670).
10650
10651 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
10652
10653 Remove empty and useless init functions.
10654 * lisp.h (init_character_once, init_fns, init_image)
10655 (init_filelock, init_sound): Remove prototype.
10656 * character.c (init_character_once): Remove.
10657 * filelock.c (init_filelock): Likewise.
10658 * fns.c (init_fns): Likewise.
10659 * image.c (init_image): Likewise.
10660 * sound.c (init_sound): Likewise.
10661 * emacs.c (main): Adjust accordingly.
10662
10663 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
10664
10665 * gtkutil.h: Tiny cleanups.
10666 (use_old_gtk_file_dialog): Remove useless declaration.
10667 (xg_uses_old_file_dialog): Add suggested const attribute.
10668
10669 2012-07-15 Eli Zaretskii <eliz@gnu.org>
10670
10671 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
10672 (bidi_paragraph_init): Use it to limit search forward for a strong
10673 directional character in abnormally large paragraphs full of
10674 neutral or weak characters. (Bug#11943)
10675
10676 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
10677
10678 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
10679 the toolbar (Bug#9451).
10680 (xg_make_tool_item): Give the widget event box a transparent
10681 background.
10682
10683 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
10684
10685 Cleanup basic allocation variables and functions.
10686 * alloc.c (ignore_warnings, init_intervals, init_float)
10687 (init_cons, init_symbol, init_marker): Remove.
10688 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
10689 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
10690 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
10691 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
10692 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
10693 (staticidx, init_alloc_once, init_strings, free_ablock):
10694 Remove redundant initialization.
10695 * fns.c (init_weak_hash_tables): Remove.
10696 * lisp.h (init_weak_hash_tables): Remove prototype.
10697
10698 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
10699
10700 Use zero_vector where appropriate.
10701 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
10702 accordingly.
10703 * lisp.h (zero_vector): New declaration.
10704 * font.c (null_vector): Remove.
10705 (syms_of_font): Remove initialization and staticpro.
10706 (font_list_entities, font_find_for_lface): Change to use zero_vector.
10707 * keymap.c (Faccessible_keymaps): Likewise.
10708
10709 2012-07-15 Leo Liu <sdl.web@gmail.com>
10710
10711 * fringe.c: Fix typo in comments.
10712
10713 2012-07-14 Leo Liu <sdl.web@gmail.com>
10714
10715 * fringe.c: Add a new bitmap exclamation-mark.
10716
10717 2012-07-14 Eli Zaretskii <eliz@gnu.org>
10718
10719 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
10720
10721 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
10722 (HAVE_MENUS): Don't define, defined by editing config.in with
10723 msdos/sed2v2.inp.
10724 (GMALLOC_INHIBIT_VALLOC): Don't define.
10725 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
10726
10727 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
10728
10729 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
10730
10731 2012-07-14 Glenn Morris <rgm@gnu.org>
10732
10733 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
10734 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
10735 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
10736
10737 2012-07-13 Glenn Morris <rgm@gnu.org>
10738
10739 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
10740
10741 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
10742 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
10743
10744 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
10745
10746 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
10747 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
10748 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
10749 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
10750 where appropriate.
10751 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
10752 as boolean expression.
10753 (x_set_window_size): Remove unused variable toolbar.
10754 (ns_get_color_default, ns_mod_to_lisp): Remove.
10755 (ns_mouse_position): Remove unused variables xchar and ychar.
10756 (ns_compute_glyph_string_overhangs): Remove unused variable face.
10757 (ns_set_vertical_scroll_bar): Remove unused variable count.
10758 (ns_delete_terminal): Remove unused variable i.
10759 (ns_term_init): Remove unused variables r, g and b.
10760 (mouseDown): Remove unused variable window.
10761 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
10762 (initFrameFromEmacs): Remove unused variable vbextra.
10763 (mouseEntered): Remove unused variables p and dpyinfo.
10764 (mouseExited): Remove unused variables p and r.
10765 (ns_define_frame_cursor, ns_clear_frame_area)
10766 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
10767 (menuDown): Assign [sender tag] to variable and cast the variable.
10768
10769 * nsterm.h (menuDown): Add id as type to argument sender.
10770 (ns_display_info_for_name): Add Lisp_Object argument.
10771 (ns_term_init): Add Lisp_Object argument.
10772 (ns_map_event_to_object): Add void argument.
10773 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
10774 prototype with arguments and only declare if __OBJC__.
10775 (nxatoms_of_nsselect): Add void argument.
10776 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
10777 (ns_alloc_autorelease_pool): Add void argument.
10778 (ns_release_autorelease_pool): Add void* argument.
10779 (ns_get_defaults_value): Add const char* argument.
10780
10781 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
10782 (initFromContents): Use SSDATA where appropriate.
10783 (ns_update_menubar): Add braces to ambigous if-else.
10784 (initWithTitle): Put () around assignment in if statement.
10785 (ns_menu_show): Remove unused variables window and keymap.
10786 (update_frame_tool_bar): Remove unused variable selected_p.
10787 (initWithContentRect): Remove unused variable this_cmd_name.
10788
10789 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
10790 appropriate.
10791 (setXBMColor): Remove unused variable len.
10792 (setPixmapData): Put () around assignment in loop statement.
10793
10794 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
10795 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
10796 where appropriate.
10797 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
10798 around assignment in loop statement.
10799 (nsfont_open): Remove unused variable i.
10800 (nsfont_open): Remove unused variable len.
10801 (nsfont_draw): Remove unused variable cs.
10802
10803 * nsfns.m (x_set_icon_name, ns_set_name_internal)
10804 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
10805 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
10806 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
10807 (Fns_font_name, Fns_perform_service)
10808 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
10809 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
10810 (ns_set_name): Remove unused variable view.
10811 (x_set_menu_bar_lines): Remove unused variable olines.
10812 (x_set_tool_bar_lines): Remove unused variable root_window.
10813 (Fns_list_colors): Put () around assignment in while statement.
10814 (Fns_perform_service): Remove unused variable len.
10815 (Fns_display_usable_bounds): Remove unused variable top.
10816 (syms_of_nsfns): Remove unused variable i.
10817
10818 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
10819 memcpy (Bug#11907).
10820
10821 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
10822
10823 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
10824 and free it with DestroyExceptionInfo (Bug#11558).
10825
10826 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10827
10828 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
10829 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
10830 Set here, not in nt/config.nt.
10831
10832 2012-07-13 Eli Zaretskii <eliz@gnu.org>
10833
10834 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
10835 cursor overflow into the last glyph on display line when the right
10836 fringe is off. (Bug#11832)
10837
10838 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
10839
10840 * xdisp.c (produce_special_glyphs): Now static.
10841 * dispextern.h (produce_special_glyphs): Remove decl.
10842
10843 2012-07-13 Glenn Morris <rgm@gnu.org>
10844
10845 * s/bsd-common.h, s/cygwin.h: Remove empty files.
10846 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
10847
10848 * s/usg5-4-common.h (USG, USG5):
10849 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
10850 * s/sol2-6.h (SOLARIS2):
10851 * s/irix6-5.h (IRIX6_5):
10852 * s/hpux10-20.h (USG, USG5, HPUX):
10853 * s/gnu-linux.h (USG, GNU_LINUX):
10854 * s/freebsd.h (BSD_SYSTEM):
10855 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
10856 * s/cygwin.h (CYGWIN):
10857 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
10858 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
10859
10860 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
10861
10862 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
10863
10864 2012-07-13 Glenn Morris <rgm@gnu.org>
10865
10866 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
10867
10868 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
10869
10870 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
10871 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
10872
10873 2012-07-12 Glenn Morris <rgm@gnu.org>
10874
10875 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
10876
10877 * process.c (init_process_emacs): Rename from init_process.
10878 The old name is also the name of a Mach system call.
10879 * lisp.h, emacs.c: Update for this name change.
10880 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
10881 longer needed.
10882
10883 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10884
10885 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
10886 memmove call that removes glyphs covered by the left truncation
10887 glyph. Improve commentary.
10888 (display_line): Fix display of continuation glyphs on GUI frames
10889 when the right fringe is turned off and variable-size fonts are
10890 used in the window. Move the code that appends a stretch glyph to
10891 produce_special_glyphs, so that it could be used for truncation
10892 and continuation glyphs alike.
10893 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
10894 glyph of a suitably computed width, to align the special glyphs at
10895 the window margin. Code moved from display_line. (Bug#11832)
10896
10897 2012-07-12 Glenn Morris <rgm@gnu.org>
10898
10899 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
10900
10901 * s/gnu-linux.h, s/hpux10-20.h:
10902 Do not unconditionally define HAVE_XRMSETDATABASE.
10903
10904 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
10905
10906 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
10907
10908 Fix typos that broke OS X build.
10909 Reported by Randal L. Schwartz in
10910 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
10911 * nsterm.m (ns_timeout): Add missing local decl.
10912 (ns_get_color): snprintf -> sprintf, to fix typo.
10913
10914 2012-07-12 Glenn Morris <rgm@gnu.org>
10915
10916 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
10917 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
10918 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
10919 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
10920
10921 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
10922 Move PTY_OPEN to configure.
10923
10924 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
10925 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
10926 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
10927
10928 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
10929
10930 Use empty_unibyte_string where applicable.
10931 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
10932 * lread.c (read1): Likewise.
10933 * xsettings.c (syms_of_xsettings): Likewise.
10934
10935 2012-07-12 Glenn Morris <rgm@gnu.org>
10936
10937 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
10938 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
10939 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
10940 * s/hpux10-20.h (RUN_TIME_REMAP):
10941 * s/bsd-common.h (TABDLY): Move to configure.
10942
10943 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
10944
10945 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
10946
10947 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
10948 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
10949
10950 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
10951
10952 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
10953 * s/template.h: Move NARROWPROTO to configure.
10954
10955 2012-07-11 Glenn Morris <rgm@gnu.org>
10956
10957 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
10958 unused since 2011-01-17 change to systty.h.
10959
10960 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
10961 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
10962 Move HAVE_PTYS and HAVE_SOCKETS to configure.
10963
10964 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
10965
10966 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
10967
10968 2012-07-11 Glenn Morris <rgm@gnu.org>
10969
10970 * s/darwin.h, s/gnu-linux.h, s/template.h:
10971 Move INTERRUPT_INPUT to configure.
10972
10973 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
10974
10975 Minor adjustments to interning code.
10976 * lisp.h (intern, intern_c_string): Redefine as static inline
10977 wrappers for intern_1 and intern_c_string_1, respectively.
10978 (intern_1, intern_c_string_1): Rename prototypes.
10979 * lread.c (intern_1, intern_c_string_1, oblookup):
10980 Simplify Vobarray checking.
10981 * font.c (font_intern_prop): Likewise. Adjust comment.
10982 * w32font.c (intern_font_name): Likewise.
10983
10984 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
10985
10986 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
10987
10988 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
10989 of Fcar/Fcdr if possible.
10990 * font.c (check_otf_features): Likewise.
10991 * fontset.c (Fnew_fontset): Likewise.
10992 * gnutls.c (Fgnutls_boot): Likewise.
10993 * minibuf.c (read_minibuf): Likewise.
10994 * msdos.c (IT_set_frame_parameters): Likewise.
10995 * xmenu.c (Fx_popup_dialog): Likewise.
10996 * w32menu.c (Fx_popup_dialog): Likewise.
10997
10998 2012-07-11 Glenn Morris <rgm@gnu.org>
10999
11000 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
11001 since nothing has defined it on these platforms.
11002
11003 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
11004 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
11005
11006 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
11007 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
11008 Move CLASH_DETECTION to configure.
11009
11010 * s/gnu.h: Remove file, which is now empty.
11011
11012 * s/gnu.h, s/gnu-linux.h:
11013 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
11014
11015 2012-07-11 John Wiegley <johnw@newartisans.com>
11016
11017 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
11018 function attribute, so we only use it if it exists in the
11019 compiler.
11020
11021 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
11022
11023 Avoid call to strlen in fast_c_string_match_ignore_case.
11024 * search.c (fast_c_string_match_ignore_case): Change to use
11025 length argument. Adjust users accordingly.
11026 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
11027
11028 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
11029
11030 Assume mkdir, rmdir.
11031 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
11032 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
11033
11034 Assume rename.
11035 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
11036
11037 Assume perror.
11038 * s/hpux10-20.h (HAVE_PERROR): Remove.
11039 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
11040 Remove dummy definition, as this problem was obsolete long ago.
11041
11042 Assume strerror.
11043 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
11044
11045 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
11046
11047 Avoid calls to strlen in font processing functions.
11048 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
11049 (font_open_by_name): Change to use length argument.
11050 Adjust users accordingly.
11051 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
11052 Adjust prototypes.
11053 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
11054 Change to return ptrdiff_t.
11055 (xfont_list_pattern, xfont_match): Use length returned by
11056 xfont_decode_coding_xlfd.
11057 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
11058
11059 2012-07-11 Glenn Morris <rgm@gnu.org>
11060
11061 * s/darwin.h, s/freebsd.h, s/netbsd.h:
11062 Move DONT_REOPEN_PTY to configure.
11063
11064 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
11065 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
11066
11067 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
11068
11069 Remove "#define unix" that is no longer needed (Bug#11905).
11070 * s/aix4-2.h (unix): Remove; no longer needed.
11071
11072 EMACS_TIME simplification (Bug#11875).
11073 This replaces macros (which typically do not work in GDB)
11074 with functions, typedefs and enums, making the code easier to debug.
11075 The functional style also makes code easier to read and maintain.
11076 * systime.h: Include <sys/time.h> on all hosts, not just if
11077 WINDOWSNT, since 'struct timeval' is needed in general.
11078 (EMACS_TIME): Now a typedef, not a macro.
11079 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
11080 not macros.
11081 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
11082 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
11083 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
11084 (EMACS_TIME_LE): Now functions, not macros.
11085 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
11086 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
11087 which are not functions. All uses rewritten to use:
11088 (make_emacs_time): New function.
11089 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
11090 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
11091 not functions. All uses rewritten to use the following, respectively:
11092 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
11093 (add_emacs_time, sub_emacs_time): New functions.
11094 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
11095 * fileio.c (Fcopy_file):
11096 * xterm.c (XTflash): Get the current time closer to when it's used.
11097 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
11098
11099 * bytecode.c (targets): Suppress -Woverride-init warnings.
11100
11101 Simplify by avoiding confusing use of strncpy etc.
11102 * doc.c (Fsnarf_documentation):
11103 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
11104 * frame.c (Fmake_terminal_frame):
11105 * gtkutil.c (get_utf8_string):
11106 * lread.c (openp):
11107 * nsmenu.m (ns_update_menubar):
11108 * regex.c (regerror):
11109 Prefer memcpy to strncpy and strncat when either will do.
11110 * fileio.c (Fsubstitute_in_file_name):
11111 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
11112 (menu_separator_name_p):
11113 * nsmenu.m (ns_update_menubar):
11114 Prefer memcmp to strncmp when either will do.
11115 * nsterm.m: Include <ftoastr.h>.
11116 (ns_get_color):
11117 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
11118 Prefer snprintf to strncpy.
11119 * nsterm.m (ns_term_init):
11120 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
11121 * nsterm.m (ns_term_init):
11122 Avoid the need for strncpy, by using build_string or
11123 make_unibyte_string directly. Use dtoastr, not snprintf.
11124 * process.c (Fmake_network_process): Diagnose service names that
11125 are too long, rather than silently truncating them or creating
11126 non-null-terminated names.
11127 (Fnetwork_interface_info): Likewise, for interface names.
11128 * sysdep.c (system_process_attributes) [GNU_LINUX]:
11129 Prefer sprintf to strncat.
11130 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
11131 Prefer vsnprintf to vsprintf + strncpy.
11132
11133 2012-07-10 Glenn Morris <rgm@gnu.org>
11134
11135 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
11136 Clarify fallback case.
11137
11138 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
11139
11140 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
11141 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
11142 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
11143 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
11144 where argument type is known to be a Lisp_Cons.
11145
11146 2012-07-10 Tom Tromey <tromey@redhat.com>
11147
11148 * bytecode.c (BYTE_CODE_THREADED): New macro.
11149 (BYTE_CODES): New macro. Replaces all old byte-code defines.
11150 (enum byte_code_op): New type.
11151 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
11152 (exec_byte_code): Use them. Use token threading when applicable.
11153
11154 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
11155
11156 Optimize pure C strings initialization.
11157 * lisp.h (make_pure_string): Fix prototype.
11158 (build_pure_c_string): New function, defined as static inline. This
11159 provides a better opportunity to optimize away calls to strlen when
11160 the function is called with compile-time constant argument.
11161 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
11162 argument, adjust users accordingly. Use build_pure_c_string where
11163 appropriate.
11164 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
11165 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
11166 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
11167
11168 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
11169
11170 Avoid calls to strlen in miscellaneous functions.
11171 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
11172 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
11173 * lread.c (openp): Likewise.
11174
11175 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
11176
11177 Avoid calls to strlen in path processing functions.
11178 * fileio.c (file_name_as_directory): Add comment. Change to add
11179 srclen argument and return the length of result. Adjust users
11180 accordingly.
11181 (directory_file_name): Fix comment. Change to add srclen argument,
11182 swap 1st and 2nd arguments to obey the common convention.
11183 Adjust users accordingly.
11184 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
11185
11186 2012-07-10 Glenn Morris <rgm@gnu.org>
11187
11188 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
11189 Move PENDING_OUTPUT_COUNT definition to configure.
11190
11191 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
11192 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
11193 * s/gnu.h (DATA_START): Move definitions to configure.
11194
11195 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
11196 We include usg5-4-common.h, which defines them both.
11197
11198 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
11199 O_RDONLY already includes it).
11200
11201 Stop ns builds setting the EMACSLOADPATH environment variable.
11202 * nsterm.m (ns_load_path): Rename from ns_init_paths.
11203 Now it does not set EMACSLOADPATH, just returns the load-path string.
11204 * nsterm.h: Update accordingly.
11205 * lread.c [HAVE_NS]: Include nsterm.h.
11206 (init_lread) [HAVE_NS]: Use ns_load_path.
11207 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
11208
11209 2012-07-09 Glenn Morris <rgm@gnu.org>
11210
11211 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
11212 since the included bsd-common.h does so.
11213
11214 Stop ns builds setting the EMACSPATH environment variable.
11215 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
11216 (ns_init_paths): Do not set EMACSPATH.
11217 * nsterm.h (ns_exec_path): Add it.
11218 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
11219 Use ns_exec_path.
11220
11221 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
11222
11223 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11224
11225 * process.c (wait_reading_process_output): 'waitchannels' was unset
11226 when read_kbd || !NILP (wait_for_cell); fix this.
11227
11228 Add GCC-style 'const' attribute to functions that can use it.
11229 * character.h (char_resolve_modifier_mask):
11230 * keyboard.h (make_ctrl_char):
11231 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
11232 (init_character_once, next_almost_prime, init_fns, init_image)
11233 (flush_pending_output, init_sound):
11234 * mem-limits.h (start_of_data):
11235 * menu.h (finish_menu_items):
11236 Add ATTRIBUTE_CONST.
11237 * emacs.c (DEFINE_DUMMY_FUNCTION):
11238 Declare the dummy function with ATTRIBUTE_CONST.
11239 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
11240 Add decls with ATTRIBUTE_CONST.
11241
11242 Minor improvements to make_formatted_string.
11243 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
11244 where int is good enough, as vsprintf returns an int.
11245 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
11246
11247 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
11248
11249 Use make_formatted_string to avoid double length calculation.
11250 * lisp.h (make_formatted_string): New prototype.
11251 * alloc.c (make_formatted_string): New function.
11252 * buffer.c (Fgenerate_new_buffer_name): Use it.
11253 * dbusbind.c (syms_of_dbusbind): Likewise.
11254 * editfns.c (Fcurrent_time_zone): Likewise.
11255 * filelock.c (get_boot_time): Likewise.
11256 * frame.c (make_terminal_frame, set_term_frame_name)
11257 (x_report_frame_params): Likewise.
11258 * image.c (gs_load): Likewise.
11259 * minibuf.c (get_minibuffer): Likewise.
11260 * msdos.c (dos_set_window_size): Likewise.
11261 * process.c (make_process): Likewise.
11262 * xdisp.c (ensure_echo_area_buffers): Likewise.
11263 * xsettings.c (apply_xft_settings): Likewise.
11264
11265 2012-07-09 Glenn Morris <rgm@gnu.org>
11266
11267 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
11268 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
11269 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
11270 * nsterm.h (ns_etc_directory): Add it.
11271 * callproc.c [HAVE_NS]: Include nsterm.h.
11272 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
11273
11274 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
11275
11276 Move marker debugging code under MARKER_DEBUG.
11277 * marker.c (MARKER_DEBUG): Move marker debugging code under
11278 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
11279 for bootstrap with --enable-checking (~3x slowdown reported
11280 by Juanma Barranquero <lekktu@gmail.com>).
11281 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
11282
11283 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
11284
11285 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
11286 See <http://bugs.gnu.org/11825#29>.
11287
11288 2012-07-08 Eli Zaretskii <eliz@gnu.org>
11289
11290 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
11291 has no font, use the frame's font. (Bug#11813)
11292 (display_line): Add commentary about displaying truncation glyphs
11293 on GUI frames.
11294 (produce_special_glyphs): Move here from term.c.
11295
11296 * term.c (produce_special_glyphs): Move to xdisp.c.
11297
11298 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
11299 section.
11300
11301 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
11302
11303 * xdisp.c (display_line): Avoid warning about implicit declaration
11304 of FRAME_FONT.
11305
11306 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
11307
11308 * lisp.h: Remove empty conditional.
11309
11310 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
11311
11312 * lread.c (load_path_check): Now static.
11313
11314 Fix some minor --with-ns problems found by static checking.
11315 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
11316 (x_set_font) [!HAVE_X_WINDOWS]:
11317 * image.c (xpm_load_image) [HAVE_NS]:
11318 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
11319 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
11320 Remove unused local.
11321 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
11322 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
11323 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
11324 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
11325 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
11326 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
11327 Fix pointer signedness problem.
11328 * xfaces.c (FRAME_X_FONT_TABLE):
11329 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
11330
11331 2012-07-07 Glenn Morris <rgm@gnu.org>
11332
11333 * lread.c (load_path_check): New function, split from init_lread.
11334 (init_lread): Reorganize. Motivation:
11335 If EMACSLOADPATH is set, check/warn about that rather than the
11336 defaults, which we are not going to use. Hence we can remove
11337 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
11338 Don't warn if site-lisp directories are missing.
11339 If not installed, start from a blank load-path, since
11340 PATH_LOADSEARCH refers to the eventual installation directories.
11341
11342 2012-07-07 Eli Zaretskii <eliz@gnu.org>
11343
11344 Support truncation and continuation glyphs on GUI frames, when
11345 fringes are disabled. (Bug#11832)
11346 * xdisp.c (init_iterator): Get dimensions of truncation and
11347 continuation glyphs even if on GUI frames.
11348 Adjust it->last_visible_x on GUI frames when the left or right fringes,
11349 or both, are absent.
11350 (start_display, move_it_in_display_line_to): Handle the case of a
11351 GUI frame without a fringe to display continuation or truncation
11352 glyphs.
11353 (insert_left_trunc_glyphs): Support GUI frames: make sure
11354 truncation glyphs overwrite enough glyphs from the current line to
11355 have sufficient space in pixels.
11356 (display_line): Support truncation and continuation glyphs on GUI
11357 frames. If some spare pixels are left on the line after inserting
11358 the truncation glyphs, fill that space with a stretch glyph of a
11359 suitably computed width.
11360
11361 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
11362 produce_glyphs, to support GUI sessions.
11363
11364 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
11365
11366 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
11367
11368 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
11369
11370 Do not require float-time's arg to fit in time_t (Bug#11825).
11371 This works better on hosts where time_t is unsigned, and where
11372 float-time is applied to the (negative) difference between two times.
11373 * editfns.c (decode_time_components): Last arg is now double *,
11374 not int *, and means to store all the result as a double, without
11375 worrying about whether the seconds part fits in time_t.
11376 All callers changed.
11377 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
11378 All callers changed.
11379 (Ffloat_time): Do not fail merely because the specified time falls
11380 outside of time_t range.
11381
11382 2012-07-07 Glenn Morris <rgm@gnu.org>
11383
11384 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
11385 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
11386 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
11387
11388 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
11389
11390 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
11391 Update dependencies.
11392
11393 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
11394
11395 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
11396
11397 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
11398 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
11399 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
11400 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
11401 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
11402 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
11403
11404 * xfont.c (compare_font_names): Redo to omit the need for casts.
11405
11406 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11407
11408 * xfns.c (Fx_change_window_property): Doc fix.
11409 * w32fns.c (Fx_change_window_property): Doc fix.
11410
11411 * w32fns.c (Fx_window_property): Accept the same arguments as the
11412 X Windows version. Doc fix.
11413 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
11414
11415 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
11416 Eli Zaretskii <eliz@gnu.org>
11417
11418 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
11419 Windows-specific code from nt/config.nt moved here.
11420 Obsolete settings removed.
11421
11422 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
11423
11424 * process.c: Avoid unnecessary calls to gettime.
11425 (wait_reading_process_output): Don't get the time of day
11426 when gobbling data immediately and not waiting, as there's no need
11427 for it in that case. This removes a FIXME.
11428
11429 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
11430
11431 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
11432 is defined (Bug#11768).
11433
11434 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
11435
11436 Fix marker debugging code.
11437 * marker.c (byte_char_debug_check): Do not perform the check
11438 if buffer is not multibyte.
11439 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
11440 Call byte_char_debug_check with correct arguments.
11441
11442 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
11443
11444 Compile marker debugging code only if ENABLE_CHECKING is defined.
11445 * marker.c (byte_char_debug_check, count_markers):
11446 Use only if ENABLE_CHECKING is defined.
11447 (byte_debug_flag): Remove.
11448 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
11449 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
11450
11451 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
11452
11453 Avoid code repetition in marker-related functions.
11454 * marker.c (attach_marker): New function.
11455 (Fset_marker, set_marker_restricted, set_marker_both)
11456 (set_marker_restricted_both): Use it.
11457 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
11458 Consistently rename charno to charpos.
11459 (marker_position): Add eassert.
11460 (marker_byte_position): Convert to eassert.
11461
11462 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
11463
11464 Simplify list operations in unchain_overlay and unchain_marker.
11465 * buffer.c (unchain_overlay): Simplify. Add comment.
11466 * marker.c (unchain_marker): Simplify. Fix comments.
11467
11468 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
11469
11470 Introduce fast path for the widely used marker operation.
11471 * alloc.c (build_marker): New function.
11472 * lisp.h (build_marker): New prototype.
11473 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
11474 * composite.c (autocmp_chars): Likewise.
11475 * editfns.c (buildmark): Remove.
11476 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
11477 (save_restriction_save): Use build_marker.
11478 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
11479 * window.c (save_window_save): Likewise.
11480
11481 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
11482
11483 Do not use Fdelete_overlay in delete_all_overlays
11484 to avoid redundant calls to unchain_overlay.
11485 * buffer.c (drop_overlay): New function.
11486 (delete_all_overlays, Fdelete_overlay): Use it.
11487 * minibuf.c (get_minibuffer): Fix comment.
11488
11489 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
11490
11491 Port to OpenBSD 5.1 amd64.
11492 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
11493 This is needed for OpenBSD, and should be harmless on all BSD systems.
11494 Also, include <sys/sysctl.h>, as it should be available on all
11495 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
11496 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
11497 use p_pid member, not kp_proc.pid.
11498
11499 2012-07-06 Glenn Morris <rgm@gnu.org>
11500
11501 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
11502
11503 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
11504
11505 More xmalloc and related cleanup.
11506 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
11507 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
11508 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
11509 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
11510 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
11511 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
11512 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
11513 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
11514 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
11515 * xterm.c:
11516 Omit needless casts involving void * pointers and allocation.
11517 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
11518 as the former is more robust if P's type is changed.
11519 Prefer xzalloc to xmalloc + memset 0.
11520 Simplify malloc-or-realloc to realloc.
11521 Don't worry about xmalloc returning a null pointer.
11522 Prefer xstrdup to xmalloc + strcpy.
11523 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
11524 growing it.
11525 * keyboard.c (apply_modifiers_uncached): Prefer local array to
11526 alloca of a constant.
11527
11528 2012-07-05 Eli Zaretskii <eliz@gnu.org>
11529
11530 * xdisp.c (display_line): Fix horizontal pixel coordinates when
11531 hscroll is larger than the line width. Fixes long and futile
11532 looping inside extend_face_to_end_of_line (on a TTY) producing
11533 glyphs that are not needed and thrown away.
11534
11535 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
11536
11537 * marker.c (set_marker_restricted_both): Simplify by using
11538 clip_to_bounds.
11539
11540 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
11541
11542 * editfns.c (region_limit): Simplify by using clip_to_bounds.
11543
11544 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
11545
11546 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
11547 not defined (Bug#11768).
11548 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
11549 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
11550 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
11551 followed by gtk_box_set_homogeneous (Bug#11768).
11552 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
11553 (update_theme_scrollbar_width, xg_create_scroll_bar):
11554 Use gtk_scrollbar_new (Bug#11768).
11555 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
11556 (is_box_type): New function (Bug#11768).
11557 (xg_tool_item_stale_p): Call is_box_type.
11558 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
11559 with default display (Bug#11768).
11560
11561 2012-07-05 Eli Zaretskii <eliz@gnu.org>
11562
11563 * xdisp.c (window_hscroll_limited): New function.
11564 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
11565 coordinates when window's hscroll is set to insanely large
11566 values. (Bug#11857)
11567
11568 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
11569
11570 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
11571 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
11572
11573 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
11574
11575 Cleanup xmalloc.
11576 * lisp.h (xzalloc): New prototype. Omit needless casts.
11577 * alloc.c (xzalloc): New function. Omit needless casts.
11578 * charset.c: Omit needless casts. Convert all calls to
11579 xmalloc with following memset to xzalloc.
11580 * dispnew.c: Likewise.
11581 * fringe.c: Likewise.
11582 * image.c: Likewise.
11583 * sound.c: Likewise.
11584 * term.c: Likewise.
11585 * w32fns.c: Likewise.
11586 * w32font.c: Likewise.
11587 * w32term.c: Likewise.
11588 * xfaces.c: Likewise.
11589 * xfns.c: Likewise.
11590 * xterm.c: Likewise.
11591 * atimer.c: Omit needless casts.
11592 * buffer.c: Likewise.
11593 * callproc.c: Likewise.
11594 * ccl.c: Likewise.
11595 * coding.c: Likewise.
11596 * composite.c: Likewise.
11597 * doc.c: Likewise.
11598 * doprnt.c: Likewise.
11599 * editfns.c: Likewise.
11600 * emacs.c: Likewise.
11601 * eval.c: Likewise.
11602 * filelock.c: Likewise.
11603 * fns.c: Likewise.
11604 * gtkutil.c: Likewise.
11605 * keyboard.c: Likewise.
11606 * lisp.h: Likewise.
11607 * lread.c: Likewise.
11608 * minibuf.c: Likewise.
11609 * msdos.c: Likewise.
11610 * print.c: Likewise.
11611 * process.c: Likewise.
11612 * region-cache.c: Likewise.
11613 * search.c: Likewise.
11614 * sysdep.c: Likewise.
11615 * termcap.c: Likewise.
11616 * terminal.c: Likewise.
11617 * tparam.c: Likewise.
11618 * w16select.c: Likewise.
11619 * w32.c: Likewise.
11620 * w32reg.c: Likewise.
11621 * w32select.c: Likewise.
11622 * w32uniscribe.c: Likewise.
11623 * widget.c: Likewise.
11624 * xdisp.c: Likewise.
11625 * xmenu.c: Likewise.
11626 * xrdb.c: Likewise.
11627 * xselect.c: Likewise.
11628
11629 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
11630
11631 * fileio.c (time_error_value): Check the right error number.
11632 Problem reported by Troels Nielsen in
11633 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
11634
11635 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
11636
11637 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
11638 This should be fixed in a better way; see Eli Zaretskii in
11639 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
11640 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
11641
11642 * fileio.c (time_error_value): Rename from special_mtime.
11643 The old name's problems were noted by Eli Zaretskii in
11644 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
11645
11646 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
11647 This variable's comment says Emacs needs at least one GDB-visible
11648 symbol of type enum pvec_type, to work around GDB problems.
11649 The symbol's value doesn't matter.
11650
11651 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
11652 that causes compilation to fail on pre-C99 compilers.
11653
11654 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
11655
11656 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
11657 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
11658
11659 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
11660
11661 * buffer.c (init_buffer_once): Fix initialization of
11662 headers for buffer_defaults and buffer_local_symbols.
11663 Reported by Juanma Barranquero <lekktu@gmail.com>.
11664
11665 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
11668 * lisp.h (enum pvec_type): Use fewer bits.
11669 (PSEUDOVECTOR_SIZE_BITS): New constant.
11670 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
11671 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
11672 change in pvec_type.
11673 (PSEUDOVECTOR_TYPEP): New macro.
11674 (TYPED_PSEUDOVECTORP): Use it.
11675 * fns.c (internal_equal): Adapt code to extract pvectype.
11676 * emacs.c (gdb_pvec_type): Update type.
11677 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
11678 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
11679 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
11680 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
11681 (sweep_vectors): Use it. Use local var `total_bytes' instead of
11682 abusing vector->header.next.nbytes.
11683 (live_vector_p): Use PVEC_TYPE.
11684 (mark_object): Adapt code to extract pvectype. Use switch.
11685
11686 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
11687
11688 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
11689 Tighten new eassert a bit.
11690
11691 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
11692
11693 Fix compilation with --enable-gcc-warnings and -O1
11694 optimization level.
11695 * doprnt.c (doprnt): Change type of tem to int, initialize
11696 to avoid compiler warning. Add eassert.
11697 * search.c (simple_search): Initialize match_byte to avoid
11698 compiler warning. Add eassert.
11699
11700 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
11701
11702 Avoid weird behavior with large horizontal scrolls.
11703 Without this change, for example, large hscroll values would
11704 mess up Emacs's display on Fedora 15 x86, presumably due to
11705 overflows in int calculations in the display code.
11706 Also, if buffers had long lines, Emacs would freeze.
11707 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
11708 (set_window_hscroll): New function, containing the old guts of
11709 Fset_window_hscroll. Return the clipped value.
11710 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
11711 This avoids the need to check against PTRDIFF_MAX.
11712
11713 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
11714
11715 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
11716
11717 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
11718
11719 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
11720
11721 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
11722 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
11723 since GCC 4.4.6 issues a bogus warning for them.
11724
11725 Fix bugs in file timestamp newness comparisons.
11726 * fileio.c (Ffile_newer_than_file_p):
11727 * lread.c (Fload): Use full timestamp resolution of files,
11728 not just the 1-second resolution, so that files that are only
11729 slightly newer still count as newer.
11730 * fileio.c (Ffile_newer_than_file_p): Don't assume file
11731 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
11732
11733 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
11734
11735 * fileio.c: Improve handling of file time marker. (Bug#11852)
11736 (special_mtime): New function.
11737 (Finsert_file_contents, Fverify_visited_file_modtime):
11738 Use it to set special mtime values consistently.
11739
11740 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11741
11742 * fileio.c (Finsert_file_contents): Properly handle st_mtime
11743 marker for non-existing file. (Bug#11852)
11744
11745 2012-07-03 Glenn Morris <rgm@gnu.org>
11746
11747 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
11748 and did not make it into globals.h).
11749
11750 2012-07-03 Tom Tromey <tromey@redhat.com>
11751
11752 * window.c (Fset_window_margins, Fset_window_fringes)
11753 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
11754 * textprop.c (Fprevious_property_change): No longer static.
11755 * syntax.c (Fsyntax_table_p): No longer static.
11756 * process.c (Fget_process, Fprocess_datagram_address): No longer
11757 static.
11758 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
11759 * keyboard.c (Fcommand_execute): No longer static.
11760 Remove EXFUN.
11761 * insdel.c (Fcombine_after_change_execute): No longer static.
11762 * image.c (Finit_image_library): No longer static.
11763 * fileio.c (Fmake_symbolic_link): No longer static.
11764 * eval.c (Ffetch_bytecode): No longer static.
11765 * editfns.c (Fuser_full_name): No longer static.
11766 * doc.c (Fdocumentation_property, Fsnarf_documentation):
11767 No longer static.
11768 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
11769 static.
11770 * dired.c (Ffile_attributes): No longer static.
11771 * composite.c (Fcomposition_get_gstring): No longer static.
11772 * callproc.c (Fgetenv_internal): No longer static.
11773
11774 * ccl.h: Remove EXFUNs.
11775 * buffer.h: Remove EXFUNs.
11776 * dispextern.h: Remove EXFUNs.
11777 * intervals.h: Remove EXFUNs.
11778 * fontset.h: Remove EXFUN.
11779 * font.h: Remove EXFUNs.
11780 * dosfns.c (system_process_attributes): Remove EXFUN.
11781 * keymap.h: Remove EXFUNs.
11782 * lisp.h: Remove EXFUNs.
11783 * w32term.h: Remove EXFUNs.
11784 * window.h: Remove EXFUNs.
11785 * xsettings.h: Remove EXFUN.
11786 * xterm.h: Remove EXFUN.
11787
11788 2012-07-03 Glenn Morris <rgm@gnu.org>
11789
11790 * lisp.h (Frandom): Make it visible to C.
11791 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
11792 buffer for invisible buffers. (Bug#1229)
11793
11794 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
11795
11796 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
11797 values which aren't power of 2.
11798 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
11799 Verify its value and the value of VECTOR_BLOCK_SIZE. Adjust users
11800 accordingly.
11801
11802 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
11803
11804 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
11805
11806 * alloc.c (mark_object): Revert part of last patch to use `switch'.
11807
11808 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
11809
11810 * alloc.c (allocate_vector_block): Remove redundant
11811 calls to mallopt if DOUG_LEA_MALLOC is defined.
11812 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
11813 avoid calls to mallopt if zero_vector is returned.
11814
11815 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
11816
11817 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
11818 is enabled, avoid dereferencing NULL current_sblock if
11819 running undumped.
11820
11821 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
11822
11823 Cleanup basic buffer management.
11824 * buffer.h (struct buffer): Change layout to use generic vector
11825 marking code. Fix some comments. Change type of 'clip_changed'
11826 to bitfield. Remove unused #ifndef old.
11827 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
11828 (GET_OVERLAYS_AT): Fix indentation.
11829 (for_each_per_buffer_object_at): New macro.
11830 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
11831 (Fbuffer_local_variables): Use it.
11832 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
11833 * alloc.c (allocate_buffer): Adjust to match new layout of
11834 struct buffer. Fix comment.
11835 (mark_overlay): New function.
11836 (mark_buffer): Use it. Use mark_vectorlike to mark normal
11837 Lisp area of struct buffer.
11838 (mark_object): Use it. Adjust marking of misc objects
11839 and related comments.
11840
11841 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11842
11843 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
11844 wrapper that is not needed because the wrapped code is a no-op (zero
11845 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
11846 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
11847
11848 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
11849
11850 * alloc.c (mark_buffer): Simplify. Remove prototype.
11851 (mark_object): Add comment. Reorganize marking of vector-like
11852 objects. Use CHECK_LIVE for all vector-like objects except buffers
11853 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
11854 Avoid redundant calls to mark_vectorlike for bool vectors.
11855
11856 2012-06-30 Glenn Morris <rgm@gnu.org>
11857
11858 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
11859
11860 * epaths.in (PATH_SITELOADSEARCH): New.
11861 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
11862 This is rather than relying on --enable-locallisppath elements
11863 having "site-lisp" in their names. (Bug#10208#25, 11658)
11864
11865 2012-06-30 Eli Zaretskii <eliz@gnu.org>
11866
11867 * w32proc.c (sys_select): Accept and ignore one more argument.
11868
11869 * w32.c (emacs_gnutls_pull): Call select with one more argument.
11870
11871 * sysselect.h [DOS_NT]: Don't include sys/select.h.
11872 (pselect) [!MS_DOS]: Redirect to sys_select.
11873
11874 * sysdep.c: Don't include dos.h and dosfns.h.
11875
11876 * process.c (sys_select):
11877 * msdos.c (sys_select): Accept one more argument and ignore it.
11878
11879 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
11880 adapt data types and code to that.
11881
11882 * dosfns.c:
11883 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
11884 which clashes with the gnulib function of the same name.
11885
11886 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
11887
11888 * font.c (font_style_to_value, font_style_symbolic)
11889 (font_prop_validate_style): Add type checks for values in
11890 font_style_table.
11891
11892 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
11893 argument.
11894 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
11895 uses.
11896
11897 2012-06-29 Eli Zaretskii <eliz@gnu.org>
11898
11899 * xdisp.c (try_window_id): Undo last change.
11900
11901 * w32.c (getwd): Adjust commentary about startup_dir.
11902 (init_environment): Always call sys_access, even in non-MSVC
11903 builds. Don't chdir to the directory of the Emacs executable.
11904 This undoes code from 1997 which was justified by the need to
11905 "avoid conflicts when removing and renaming directories". But its
11906 downside was that every relative file name was being interpreted
11907 relative to the directory of the Emacs executable, which can never
11908 be TRT. In particular, it broke sys_access when called with
11909 relative file names.
11910 (sys_access): Map GetLastError to errno.
11911
11912 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11913
11914 * window.h (struct window): Change type of 'fringes_outside_margins'
11915 to bitfield. Fix comment. Adjust users accordingly.
11916 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
11917 Adjust comment.
11918 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
11919 to ptrdiff_t.
11920
11921 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
11922
11923 * gnutls.c (emacs_gnutls_handshake):
11924 Add QUIT to make the loop interruptible.
11925
11926 2012-06-29 Glenn Morris <rgm@gnu.org>
11927
11928 * charset.c (init_charset): Make lack of etc/charsets fatal.
11929
11930 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11931
11932 * editfns.c (region_limit): Fix type mismatch.
11933
11934 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11935
11936 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
11937 undefined. Convert from xassert to eassert.
11938 * nsmenu.m: Convert from xassert to eassert.
11939 * nsterm.m: Likewise.
11940
11941 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * editfns.c (region_limit): Clip to narrowing (bug#11770).
11944
11945 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
11946
11947 Avoid integer overflow on scroll-left and scroll-right.
11948 * window.c (HSCROLL_MAX): New macro.
11949 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
11950 overflow when requested scroll falls outside ptrdiff_t range.
11951
11952 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
11953
11954 * window.h (struct window): Change type of 'hscroll',
11955 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
11956 'last_modified' and 'last_overlay_modified' to EMACS_INT.
11957 Adjust users accordingly.
11958 * xdisp.c (try_cursor_movement): Replace type check with eassert.
11959 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
11960 from EMACS_INT to ptrdiff_t.
11961 (make_window): Omit redundant initialization.
11962
11963 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
11964
11965 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
11966
11967 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
11968
11969 * window.h (struct window): Change type of 'use_time' and
11970 'sequence_number' from Lisp_Object to int.
11971 * frame.c (make_frame): Adjust users accordingly.
11972 * print.c (print_object): Likewise.
11973 * window.c (select_window, Fwindow_use_time, make_parent_window)
11974 (make_window): Likewise.
11975
11976 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
11977
11978 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
11979 enabled with --enable-checking=[all,glyphs] configure option.
11980 Fix GLYPH_DEBUG usage assuming that it may be undefined,
11981 adjust comments accordingly.
11982 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
11983 undefined, adjust comments accordingly.
11984 * image.c: Likewise.
11985 * scroll.c: Likewise.
11986 * w32fns.c: Likewise.
11987 * w32term.c: Likewise.
11988 * xdisp.c: Likewise.
11989 * xfaces.c: Likewise.
11990 * xfns.c: Likewise.
11991 * xterm.c: Likewise.
11992
11993 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
11994
11995 Generalize run-time debugging checks.
11996 * dispextern.h (XASSERTS): Remove.
11997 * fontset.c (xassert): Remove.
11998 Convert from xassert to eassert.
11999 * alloc.c: Convert from xassert to eassert.
12000 * bidi.c: Likewise.
12001 * dispnew.c: Likewise.
12002 * fns.c: Likewise.
12003 * fringe.c: Likewise.
12004 * ftfont.c: Likewise.
12005 * gtkutil.c: Likewise.
12006 * image.c: Likewise.
12007 * keyboard.c: Likewise.
12008 * menu.c: Likewise.
12009 * process.c: Likewise.
12010 * scroll.c: Likewise.
12011 * sound.c: Likewise.
12012 * term.c: Likewise.
12013 * w32console.c: Likewise.
12014 * w32fns.c: Likewise.
12015 * w32term.c: Likewise.
12016 * window.c: Likewise.
12017 * xdisp.c: Likewise.
12018 * xfaces.c: Likewise.
12019 * xfns.c: Likewise.
12020 * xselect.c: Likewise.
12021 * xterm.c: Likewise.
12022
12023 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * fns.c (maybe_resize_hash_table): Output message when growing the
12026 purify-hashtable.
12027
12028 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
12029
12030 * alloc.c (allocate_string_data): Remove dead code.
12031 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
12032 avoid GCC warning about unused macro.
12033
12034 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
12035
12036 * alloc.c (allocate_string): Omit intervals initialization.
12037 * alloc.c (make_uninit_multibyte_string): Initialize intervals
12038 as in make_pure_string and make_pure_c_string.
12039
12040 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
12041
12042 * alloc.c (allocate_string): Fix last change.
12043
12044 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
12045
12046 * alloc.c (allocate_string): Remove two redundant calls
12047 to memset, add explicit initialization where appropriate.
12048
12049 2012-06-27 Glenn Morris <rgm@gnu.org>
12050
12051 * lisp.mk (lisp): Remove paths.elc.
12052
12053 2012-06-27 Chong Yidong <cyd@gnu.org>
12054
12055 * doc.c (Fsubstitute_command_keys): Fix punctuation.
12056
12057 2012-06-26 John Wiegley <johnw@newartisans.com>
12058
12059 * unexmacosx.c (copy_data_segment): Add two section names used
12060 on Mac OS X Lion: __mod_init_func and __mod_term_func.
12061
12062 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
12063 when building with Clang.
12064
12065 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * eval.c (Fapply): Allow calling it with a single argument.
12068
12069 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12070
12071 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
12072 _stricmp and _strnicmp.
12073 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
12074
12075 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
12076
12077 * alloc.c (allocate_window): Zero out non-Lisp part of newly
12078 allocated window.
12079 (allocate_process): Likewise for new process.
12080 (allocate_terminal): Change to use offsetof.
12081 (allocate_frame): Likewise.
12082 * frame.c (make_frame): Omit redundant initialization.
12083 * window.c (make_parent_window): Use memset.
12084 (make_window): Omit redundant initialization.
12085 * process.c (make_process): Omit redundant initialization.
12086 * terminal.c (create_terminal): Likewise.
12087
12088 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
12089
12090 * term.c (delete_tty): Remove redundant call to memset.
12091
12092 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
12093
12094 * alloc.c: Remove build_string.
12095 * lisp.h: Define build_string as static inline. This provides
12096 a better opportunity to optimize away calls to strlen when the
12097 function is called with compile-time constant argument.
12098 * image.c (imagemagick_error): Convert to build_string.
12099 * w32proc.c (sys_spawnve): Likewise.
12100 * xterm.c (x_term_init): Likewise.
12101
12102 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
12103
12104 Use sprintf return value instead of invoking strlen on result.
12105 In the old days this wasn't portable, since some sprintf
12106 implementations returned char *. But they died out years ago and
12107 Emacs already assumes sprintf returns int.
12108 Similarly for float_to_string.
12109 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
12110 * ccl.c (ccl_driver):
12111 * character.c (string_escape_byte8):
12112 * data.c (Fnumber_to_string):
12113 * doprnt.c (doprnt):
12114 * print.c (print_object):
12115 * xdisp.c (message_dolog):
12116 * xfns.c (syms_of_xfns):
12117 Use sprintf or float_to_string result to avoid need to call strlen.
12118 * data.c (Fnumber_to_string):
12119 Use make_unibyte_string, since the string must be ASCII.
12120 * lisp.h, print.c (float_to_string): Now returns int length.
12121 * term.c (produce_glyphless_glyph):
12122 Use sprintf result rather than recomputing it.
12123
12124 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
12125 * Makefile.in (ALL_CFLAGS):
12126 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
12127 * gmalloc.c, regex.c: Include <config.h> unconditionally.
12128
12129 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
12130
12131 * dispextern.h (xstrcasecmp): Define to library function
12132 strcasecmp if available.
12133 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
12134
12135 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
12136
12137 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
12138 Avoid comma operator.
12139 * menu.c (push_submenu_start, push_submenu_end)
12140 (push_left_right_boundary, push_menu_pane): Likewise.
12141 * msdos.c (dos_rawgetc): Likewise.
12142
12143 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
12144
12145 * xfns.c (xic_create_fontsetname): Remove redundant calls
12146 to memset.
12147
12148 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
12149
12150 * gtkutil.c (get_utf8_string): Remove redundant assignment.
12151 sprintf already null-terminates its output.
12152
12153 * xfns.c (x_window): Remove redundant cast.
12154
12155 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
12156
12157 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
12158 `const char *' to `char *' to avoid compiler warning.
12159
12160 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
12161
12162 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
12163 instead of truncating it to 63 (admittedly a generous limit).
12164
12165 * process.c: Fix spelling and caps in comments.
12166
12167 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
12168
12169 * emacs.c (setpgrp): Remove definition, unused.
12170 * sysdep.c (setpgrp): Remove definition, not used in this file.
12171
12172 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
12173
12174 * makefile.w32-in: Update dependencies.
12175
12176 2012-06-24 Eli Zaretskii <eliz@gnu.org>
12177
12178 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
12179 (SYSTIME_H): Add nt/inc/sys/time.h.
12180
12181 * systime.h [WINDOWSNT]: Include sys/time.h.
12182
12183 * s/ms-w32.h (struct timespec): Definition moved from
12184 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12185
12186 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
12187
12188 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
12189 * buffer.h (buffer_slot_type_mismatch):
12190 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
12191 * eval.c (unwind_to_catch):
12192 * image.c (my_png_error, my_error_exit):
12193 * keyboard.c (quit_throw_to_read_char, user_error)
12194 (Fexit_recursive_edit, Fabort_recursive_edit):
12195 * lisp.h (die, args_out_of_range, args_out_of_range_3)
12196 (wrong_type_argument, buffer_overflow, __executable_start)
12197 (memory_full, buffer_memory_full, string_overflow, Fthrow)
12198 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
12199 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
12200 (fatal):
12201 (child_setup) [!DOS_NT]:
12202 * lread.c (end_of_file_error, invalid_syntax):
12203 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
12204 * puresize.h (pure_write_error):
12205 * search.c (matcher_overflow):
12206 * sound.c (sound_perror, alsa_sound_perror):
12207 * sysdep.c, syssignal.h (croak):
12208 * term.c (maybe_fatal, vfatal):
12209 * textprop.c (text_read_only):
12210 * undo.c (user_error):
12211 * unexmacosx.c (unexec_error):
12212 * xterm.c (x_ins_del_lines, x_delete_glyphs):
12213 Use _Noreturn rather than NO_RETURN.
12214 No need for separate decl merely because of _Noreturn.
12215 * sound.c (sound_warning, parse_sound):
12216 Remove unnecessary forward decls.
12217
12218 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
12219
12220 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
12221 * lisp.h (WAIT_READING_MAX): New macro.
12222 * dispnew.c (Fsleep_for, sit_for):
12223 * keyboard.c (kbd_buffer_get_event):
12224 * process.c (Faccept_process_output):
12225 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
12226 This improves on the previous patch, which introduced a bug
12227 when time_t is unsigned and as wide as intmax_t.
12228 See <http://bugs.gnu.org/9000#51>.
12229
12230 2012-06-23 Eli Zaretskii <eliz@gnu.org>
12231
12232 * dispnew.c (sit_for, Fsleep_for):
12233 * keyboard.c (kbd_buffer_get_event):
12234 * process.c (Faccept_process_output): Avoid compiler warnings when
12235 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
12236
12237 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12238
12239 * makefile.w32-in: Update dependencies.
12240
12241 * w32.c (ltime): Add return type and declare static.
12242 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
12243
12244 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
12245
12246 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
12247 Privately reported by Herbert J. Skuhra.
12248 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
12249 All uses changed.
12250 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
12251 not make_lisp_timeval, when the argument is of type EMACS_TIME.
12252
12253 2012-06-23 Eli Zaretskii <eliz@gnu.org>
12254
12255 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
12256 last argument of make_unibyte_string.
12257
12258 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
12259 language ID in the event parameters.
12260
12261 * w32term.c (w32_read_socket): Put the new keyboard codepage into
12262 event.code, not the obscure "character set ID".
12263
12264 2012-06-23 Chong Yidong <cyd@gnu.org>
12265
12266 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
12267
12268 2012-06-23 Eli Zaretskii <eliz@gnu.org>
12269
12270 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
12271 * w32.c (fdutimens): New function.
12272
12273 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
12274
12275 * s/ms-w32.h (pselect): Redirect to sys_select.
12276
12277 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
12278
12279 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
12280 in the logic of incrementing and decrementing the value of
12281 use_relocatable_buffers.
12282
12283 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
12284
12285 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
12286 Privately reported by Herbert J. Skuhra.
12287 [__FreeBSD__]: Remove "*/" typo after "#include".
12288 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
12289 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
12290 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
12291 Don't assume EMACS_TIME and struct timeval are the same type.
12292
12293 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12294
12295 Support higher-resolution time stamps (Bug#9000).
12296 The time stamps are only nanosecond-resolution at the C level,
12297 since that's the best that any real-world system supports now.
12298 But they are picosecond-resolution at the Lisp level, as that's
12299 easy, and leaves room for future OS improvements.
12300
12301 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
12302 (LIBES): Use it.
12303
12304 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
12305 Don't get current time unless it's needed.
12306
12307 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
12308 now provides it if it's absent.
12309 (start_atimer): Port to higher-res time stamps.
12310 Check for time stamp overflow. Don't get current time more
12311 often than is needed.
12312
12313 * buffer.h (struct buffer): Buffer modtime now has high resolution.
12314 Include systime.h, not time.h.
12315 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
12316
12317 * dired.c: Include stat-time.h.
12318 (Ffile-attributes): File times now have higher resolution.
12319
12320 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
12321 (struct image): Timestamp now has higher resolution.
12322
12323 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
12324 has at least microseconds now. All uses removed.
12325 (update_frame, update_single_window, update_window, update_frame_1)
12326 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
12327 (duration_to_sec_usec): Remove; no longer needed.
12328
12329 * editfns.c (time_overflow): Now extern.
12330 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
12331 (float-time, Fformat_time_string, Fcurrent_time_string)
12332 (Fcurrent_time_zone): Accept and generate higher-resolution
12333 time stamps.
12334 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
12335 (decode_time_components, lisp_seconds_argument): New functions.
12336 (make_time): Now static.
12337 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
12338 Report an error if the time is invalid, rather than having the caller
12339 do that.
12340
12341 * fileio.c: Include <stat-time.h>
12342 (Fcopy_file): Copy higher-resolution time stamps.
12343 Prefer to set the time stamp via a file descriptor if that works.
12344 (Fset_file_times, Finsert_file_contents, Fwrite_region)
12345 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
12346 (Fvisited_file_modtime, Fset_visited_file_modtime):
12347 Support higher-resolution time stamps.
12348
12349 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
12350
12351 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
12352
12353 * image.c (prepare_image_for_display, clear_image_cache)
12354 (lookup_image): Port to higer-resolution time stamps.
12355
12356 * keyboard.c (start_polling, bind_polling_period):
12357 Check for time stamp overflow.
12358 (read_char, kbd_buffer_get_event, timer_start_idle)
12359 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
12360 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
12361 Port to higher-resolution time stamps. Do not assume time_t is signed.
12362 (decode_timer): New function. Timers are now vectors of length 9,
12363 not 8, to accommodate the picosecond component.
12364 (timer_check_2): Use it.
12365
12366 * nsterm.m (select_timeout, timeval_subtract): Remove.
12367 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
12368 as they're a bit more accurate and handle overflow better.
12369 (ns_select): Change prototype to be compatible with pselect.
12370 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
12371 * nsterm.h (ns_select): Adjust prototype.
12372
12373 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
12374 us-resolution time stamps.
12375 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
12376
12377 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
12378
12379 * lisp.h (time_overflow): New decl.
12380 (wait_reading_process_output): First arg is now intmax_t, not int,
12381 to accommodate larger waits.
12382
12383 * process.h (struct Lisp_Process.read_output_delay):
12384 Now counts nanoseconds, not microseconds.
12385 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
12386 EMACS_HAS_USECS.
12387 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
12388 (wait_reading_process_output):
12389 Port to ns-resolution time stamps.
12390 (Faccept_process_output, wait_reading_process_output):
12391 Check for time stamp overflow. Do not assume time_t is signed.
12392 (select_wrapper): Remove; we now use pselect.
12393 (Fprocess_attributes): Now generates ns-resolution time stamps.
12394
12395 * sysdep.c: Include utimens.h. Don't include utime.h
12396 or worry about struct utimbuf; gnulib does that for us now.
12397 (gettimeofday): Remove; gnulib provides a substitute.
12398 (make_timeval): New function.
12399 (set_file_times): Now sets ns-resolution time stamps.
12400 New arg FD; all uses changed.
12401 (time_from_jiffies, ltime_from_jiffies, get_up_time)
12402 (system_process_attributes):
12403 Now returns ns-resolution time stamp. All uses changed.
12404 Check for time stamp overflow.
12405
12406 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
12407 provides a substitute now.
12408
12409 * systime.h: Include timespec.h rather than sys/time.h and time.h,
12410 since it guarantees struct timespec.
12411 (EMACS_TIME): Now struct timespec, so that we can support
12412 ns-resolution time stamps.
12413 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
12414 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
12415 (EMACS_USECS): Remove.
12416 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
12417 so multiply the arg by 1000 before storing it.
12418 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
12419 New macros.
12420 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
12421 Port to ns-resolution time stamps.
12422 (EMACS_TIME_NEG_P): Remove; replaced by....
12423 (EMACS_TIME_SIGN): New macro.
12424 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
12425 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
12426 (set_file_times, make_time, lisp_time_argument): Adjust signature.
12427 (make_timeval, make_lisp_time, decode_time_components): New decls.
12428 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
12429 that it mishandled time_t overflow. You can't compare by subtracting!
12430 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
12431 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
12432
12433 * term.c: Include <sys/time.h>.
12434 (timeval_to_Time): New function, for proper overflow wraparound.
12435 (term_mouse_position, term_mouse_click): Use it.
12436
12437 * undo.c (record_first_change): Support higher-resolution time stamps
12438 in the undo buffer.
12439 (Fprimitive_undo): Use them when restoring time stamps.
12440
12441 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
12442 (w32_get_internal_run_time):
12443 Port to higher-resolution Emacs time stamps.
12444 (ltime): Now accepts single 64-bit integer, as that's more convenient
12445 for callers.
12446
12447 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
12448
12449 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
12450 for compatibility with pselect. Support ns-resolution time stamps.
12451
12452 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
12453
12454 * xselect.c (wait_for_property_change, x_get_foreign_selection):
12455 Check for time stamp overflow, and support ns-resolution time stamps.
12456
12457 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
12458 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
12459 (timeval_subtract): Remove; no longer needed.
12460 (XTflash, XTring_bell, x_wait_for_event):
12461 Port to ns-resolution time stamps. Don't assume time_t is signed.
12462
12463 2012-06-22 Chong Yidong <cyd@gnu.org>
12464
12465 * xdisp.c (x_consider_frame_title): Revert last change.
12466
12467 2012-06-22 Eli Zaretskii <eliz@gnu.org>
12468
12469 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
12470 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
12471 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
12472 staticidx goes up to 1597 out of 1600 = 0x640.)
12473
12474 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
12475
12476 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
12477 Otherwise, the umask might be mistakenly 0 while handling input signals.
12478
12479 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
12482
12483 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
12484
12485 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
12486 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
12487 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
12488 access to `contents' member of Lisp_Vector objects with AREF and ASET
12489 where appropriate.
12490
12491 2012-06-19 Chong Yidong <cyd@gnu.org>
12492
12493 * frame.c (delete_frame): When selecting a frame on a different
12494 text terminal, do not alter the terminal's top-frame.
12495
12496 * xdisp.c (format_mode_line_unwind_data): Record the target
12497 frame's selected window and its terminal's top-frame.
12498 (unwind_format_mode_line): Restore them.
12499 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
12500 Callers changed.
12501 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
12502 since tty frames can be explicitly named.
12503 (prepare_menu_bars): Likewise.
12504
12505 * term.c (Ftty_top_frame): New function.
12506
12507 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
12508
12509 Port byte-code-meter to modern targets.
12510 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
12511 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
12512 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
12513 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
12514 (METER_1, METER_2): Simplify.
12515
12516 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * data.c (Fdefalias): Return `symbol' (bug#11686).
12519
12520 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12521
12522 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
12523 gets killed during executing of this function (Bug#11665).
12524 Try to always return Qt when the buffer has been actually killed.
12525 (Vkill_buffer_query_functions): In doc-string say that functions
12526 run by this hook should not change the current buffer.
12527
12528 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
12529
12530 Fix recently-introduced process.c problems found by static checking.
12531 * process.c (write_queue_push, write_queue_pop, send_process):
12532 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
12533 (write_queue_pop): Fix pointer signedness problem.
12534 (send_process): Remove unused local.
12535
12536 2012-06-17 Chong Yidong <cyd@gnu.org>
12537
12538 * xdisp.c (redisplay_internal): No need to redisplay terminal
12539 frames that are not on top.
12540
12541 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
12542
12543 * process.c (make_process): Initialize write_queue.
12544 (write_queue_push, write_queue_pop): New functions.
12545 (send_process): Use them to maintain correct ordering of process
12546 writes (Bug#10815).
12547
12548 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12549
12550 * lisp.h (eassert): Assume C89 or later.
12551 This removes the need for CHECK.
12552 (CHECK): Remove. Its comments about always evaluating its
12553 argument were confusing, as 'eassert' typically does not evaluate
12554 its argument.
12555
12556 * coding.c (produce_chars): Use ptrdiff_t, not int.
12557
12558 * xterm.c (x_draw_underwave): Check for integer overflow.
12559 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
12560
12561 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
12562
12563 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
12564 referenced (Bug#11583).
12565
12566 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12567
12568 Implement wave-style variant of underlining.
12569 * dispextern.h (face_underline_type): New enum.
12570 (face): Add field for underline type.
12571 * nsterm.m (ns_draw_underwave): New function.
12572 (ns_draw_text_decoration): Use it.
12573 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
12574 New functions.
12575 (x_draw_glyph_string): Use them.
12576 * xfaces.c (Qline, Qwave): New Lisp objects.
12577 (check_lface_attrs, merge_face_ref)
12578 (Finternal_set_lisp_face_attribute, realize_x_face):
12579 Handle wave-style underline face attributes.
12580 * xterm.c (x_draw_underwave): New function.
12581 (x_draw_glyph_string): Use it.
12582
12583 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
12584
12585 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
12586 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
12587 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
12588 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
12589 ($(BLD)/w32select.$(O)): Update dependencies.
12590
12591 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
12592
12593 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
12594 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
12595 * character.c (_fetch_multibyte_char_p): Remove.
12596 * alloc.c: Include "character.h" before "buffer.h".
12597 * bidi.c: Likewise.
12598 * buffer.c: Likewise.
12599 * bytecode.c: Likewise.
12600 * callint.c: Likewise.
12601 * callproc.c: Likewise.
12602 * casefiddle.c: Likewise.
12603 * casetab.c: Likewise.
12604 * category.c: Likewise.
12605 * cmds.c: Likewise.
12606 * coding.c: Likewise.
12607 * composite.c: Likewise.
12608 * dired.c: Likewise.
12609 * dispnew.c: Likewise.
12610 * doc.c: Likewise.
12611 * dosfns.c: Likewise.
12612 * editfns.c: Likewise.
12613 * emacs.c: Likewise.
12614 * fileio.c: Likewise.
12615 * filelock.c: Likewise.
12616 * font.c: Likewise.
12617 * fontset.c: Likewise.
12618 * fringe.c: Likewise.
12619 * indent.c: Likewise.
12620 * insdel.c: Likewise.
12621 * intervals.c: Likewise.
12622 * keyboard.c: Likewise.
12623 * keymap.c: Likewise.
12624 * lread.c: Likewise.
12625 * macros.c: Likewise.
12626 * marker.c: Likewise.
12627 * minibuf.c: Likewise.
12628 * nsfns.m: Likewise.
12629 * nsmenu.m: Likewise.
12630 * print.c: Likewise.
12631 * process.c: Likewise.
12632 * regex.c: Likewise.
12633 * region-cache.c: Likewise.
12634 * search.c: Likewise.
12635 * syntax.c: Likewise.
12636 * term.c: Likewise.
12637 * textprop.c: Likewise.
12638 * undo.c: Likewise.
12639 * unexsol.c: Likewise.
12640 * w16select.c: Likewise.
12641 * w32fns.c: Likewise.
12642 * w32menu.c: Likewise.
12643 * window.c: Likewise.
12644 * xdisp.c: Likewise.
12645 * xfns.c: Likewise.
12646 * xmenu.c: Likewise.
12647 * xml.c: Likewise.
12648 * xselect.c: Likewise.
12649
12650 2012-06-16 Eli Zaretskii <eliz@gnu.org>
12651
12652 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
12653 If all the glyphs of the glyph row came from strings, and we have no
12654 cursor positioning clues, put the cursor on the first glyph of the
12655 row.
12656 (handle_face_prop): Use chunk-relative overlay string index when
12657 indexing into it->string_overlays array. (Bug#11653)
12658 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
12659 the rightmost. (Bug#11720)
12660
12661 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
12662
12663 * category.h (CHAR_HAS_CATEGORY): Define as inline.
12664 (CATEGORY_MEMBER): Enforce 1/0 value.
12665 * category.c (_temp_category_set): Remove.
12666
12667 2012-06-16 Eli Zaretskii <eliz@gnu.org>
12668
12669 * window.c (Fdelete_other_windows_internal)
12670 (Fdelete_window_internal): Don't access frame's mouse highlight
12671 info of the initial frame. (Bug#11677)
12672
12673 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
12674
12675 * .gdbinit (xgetint): Fix recently-introduced paren typo.
12676 Assume USE_2_TAGS_FOR_INTS.
12677 (xreload): Adjust $tagmask width to match recent lisp.h change.
12678
12679 Simplify lisp.h in minor ways that should not affect code.
12680 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
12681 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
12682 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
12683 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
12684 (INTTYPEBITS): New macro, for clarity.
12685 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
12686 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
12687 Simplify now that USE_LSB_TAG is always defined.
12688 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
12689 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
12690
12691 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12692
12693 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
12694
12695 2012-06-13 Glenn Morris <rgm@gnu.org>
12696
12697 * s/bsd-common.h (BSD4_3):
12698 * s/usg5-4-common.h (USG5_4): No longer define; unused.
12699
12700 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
12701
12702 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
12703 instead of union.
12704 (XLI, XIL): Define.
12705 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
12706 Use them.
12707 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
12708 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
12709 * alloc.c (widen_to_Lisp_Object): Remove.
12710 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
12711 * frame.c (delete_frame): Remove outdated comment.
12712 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
12713 USE_LISP_UNION_TYPE.
12714 (Fw32_unregister_hot_key): Likewise.
12715 (Fw32_toggle_lock_key): Likewise.
12716 * w32menu.c (add_menu_item): Likewise.
12717 (w32_menu_display_help): Use XIL instead of checking
12718 USE_LISP_UNION_TYPE.
12719 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
12720 (init_heap): Likewise.
12721 * w32term.c (w32_read_socket): Update comment.
12722
12723 2012-06-13 Glenn Morris <rgm@gnu.org>
12724
12725 * s/usg5-4-common.h, src/s/unixware.h:
12726 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
12727
12728 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
12729
12730 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
12731
12732 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
12733 * alloc.c (make_number) [!defined make_number]:
12734 Remove, as lisp.h always defines this now.
12735 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
12736 (roundup_size): Verify that it is a power of 2.
12737 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
12738 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
12739 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
12740 -DUSE_LSB_TAG=0, to override the automatically-selected default.
12741 USE_LSB_TAG now is always defined to be either 0 or 1.
12742 All uses changed.
12743 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
12744 code works fine either way, and efficiency is not a concern here,
12745 as the union type is for debugging, not for production.
12746 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
12747 Use an inline function on all platforms when using the union type,
12748 since this is simpler and 'static inline' can be used portably
12749 within Emacs now.
12750 (LISP_INITIALLY_ZERO): New macro.
12751 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
12752 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
12753
12754 2012-06-12 Glenn Morris <rgm@gnu.org>
12755
12756 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
12757
12758 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
12759
12760 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
12761 Move BROKEN_SIGIO to configure.
12762
12763 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
12764 Move NO_TERMIO to configure.
12765
12766 2012-06-12 Chong Yidong <cyd@gnu.org>
12767
12768 * image.c (imagemagick_load_image): Use MagickFlattenImage if
12769 MagickMergeImageLayers is undefined. Use pixel pusher loop if
12770 MagickExportImagePixels is undefined.
12771
12772 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
12773
12774 * image.c (imagemagick_load_image): Remove unused label.
12775
12776 2012-06-11 Glenn Morris <rgm@gnu.org>
12777
12778 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
12779 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
12780 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
12781 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
12782
12783 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12784
12785 * alloc.c (make_byte_code): New function.
12786 (Fmake_byte_code): Use it. Don't purify here.
12787 * lread.c (read1): Use it as well to avoid extra allocation.
12788
12789 2012-06-11 Chong Yidong <cyd@gnu.org>
12790
12791 * image.c (imagemagick_load_image): Implement transparency.
12792
12793 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
12794
12795 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
12796 account for preceding backslashes. (Bug#11663)
12797
12798 2012-06-09 Chong Yidong <cyd@gnu.org>
12799
12800 * term.c: Support italics in capable terminals (Bug#9652).
12801 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
12802 (turn_on_face): Output using TS_enter_italic_mode if available.
12803 Don't handle unused blinking and alt-charset cases.
12804 (turn_off_face): Handle italic case; discard unused tty_blinking_p
12805 and tty_alt_charset_p cases.
12806 (tty_capable_p, init_tty): Support italics.
12807
12808 * termchar.h (struct tty_display_info): Add field for italics.
12809 Remove unused blink field.
12810
12811 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
12812 Handle slant.
12813
12814 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
12815 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
12816 tty_alt_charset_p. Add tty_italic_p.
12817
12818 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
12819
12820 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
12821 dbus_type_is_basic if available.
12822 (xd_extract_signed, xd_extract_unsigned): Rename from
12823 extract_signed and extract_unsigned, respectively. Adapt callers.
12824
12825 2012-06-09 Chong Yidong <cyd@gnu.org>
12826
12827 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
12828
12829 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
12830 case (Bug#9752).
12831
12832 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
12833
12834 * xdisp.c (vmessage): Treat frame message as multibyte.
12835 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
12836 would generate the diagnostic "Making \302\247 buffer-local while
12837 let-bound!".
12838
12839 2012-06-08 Eli Zaretskii <eliz@gnu.org>
12840
12841 * dispnew.c (showing_window_margins_p): Undo last change, which
12842 was done due to an inadvertent commit.
12843 (adjust_frame_glyphs_for_frame_redisplay): Do call
12844 showing_window_margins_p.
12845
12846 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 * eval.c (Fmake_var_non_special): New primitive.
12849 (syms_of_eval): Defsubr it.
12850 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
12851
12852 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
12853
12854 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
12855 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
12856
12857 2012-06-08 Eli Zaretskii <eliz@gnu.org>
12858
12859 * alloc.c (allocate_vectorlike): Fix last change.
12860
12861 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
12862
12863 Block-based vector allocation of small vectors.
12864 * lisp.h (struct vectorlike_header): New field `nbytes',
12865 adjust comment accordingly.
12866 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
12867 to denote vector blocks. Adjust users (live_vector_p,
12868 mark_maybe_pointer, valid_lisp_object_p) accordingly.
12869 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
12870 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES)
12871 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX)
12872 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST)
12873 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
12874 (roundup_size): New constant.
12875 (struct vector_block): New data type.
12876 (vector_blocks, vector_free_lists, zero_vector): New variables.
12877 (all_vectors): Rename to `large_vectors'.
12878 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
12879 (sweep_vectors): New functions.
12880 (allocate_vectorlike): Return `zero_vector' as the only vector of
12881 0 items. Allocate new vector from block if vector size is less than
12882 or equal to VBLOCK_BYTES_MAX.
12883 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
12884 (init_alloc_once): Add call to init_vectors.
12885
12886 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12887
12888 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
12889
12890 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
12891
12892 * doprnt.c (doprnt): Truncate multibyte char correctly.
12893 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
12894 would mishandle a string argument "Xc" if X was a multibyte
12895 character of length 2: it would truncate after X's first byte
12896 rather than including all of X.
12897
12898 2012-06-06 Chong Yidong <cyd@gnu.org>
12899
12900 * buffer.c (word_wrap): Doc fix.
12901
12902 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
12903
12904 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
12905
12906 2012-06-03 Glenn Morris <rgm@gnu.org>
12907
12908 * xdisp.c (tool-bar-style): Doc fix.
12909
12910 2012-06-03 Ulrich Müller <ulm@gentoo.org>
12911
12912 * Makefile.in (PAXCTL): Define.
12913 (temacs$(EXEEXT)): Disable memory randomization for the temacs
12914 binary via PaX flags if the paxctl utility is available.
12915 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
12916 Restore PaX flags to their default. (Bug#11398)
12917
12918 2012-06-03 Chong Yidong <cyd@gnu.org>
12919
12920 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
12921 buffer (Bug#11226).
12922
12923 2012-06-03 Chong Yidong <cyd@gnu.org>
12924
12925 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
12926 (note_mode_line_or_margin_highlight): If there is no help echo,
12927 use mode-line-default-help-echo. Handle the case where the mouse
12928 position is past the end of the mode line string.
12929
12930 * buffer.c (buffer_local_value_1): New function, split from
12931 Fbuffer_local_value; can return Qunbound.
12932 (Fbuffer_local_value): Use it.
12933 (Vmode_line_format): Docstring tweaks.
12934
12935 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
12936
12937 * sysdep.c (system_process_attributes): Improve comment.
12938
12939 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * keyboard.c: Export real-this-command to Elisp.
12942 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
12943 and DEFVAR it. Update all users.
12944
12945 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
12946
12947 * minibuf.c (Fassoc_string): Remove duplicate declaration.
12948
12949 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
12950 Convert pctcpu and pctmem to Lisp float properly.
12951 Let the compiler fold better, as 100.0/0x8000 is exact.
12952
12953 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
12954
12955 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
12956 cons_block.
12957
12958 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
12959
12960 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
12961
12962 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
12963
12964 For a 'struct window', replace some Lisp_Object fields to
12965 bitfields where appropriate, remove unused fields.
12966 * window.h (struct window): Remove unused 'last_mark_x' and
12967 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
12968 change its type from Lisp_Object to bitfield.
12969 Change type of 'force_start', 'optional_new_start',
12970 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
12971 fields from Lisp_Object to bitfield. Adjust users accordingly.
12972
12973 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
12974
12975 Pacify gcc -Wdouble-precision when using Xaw.
12976 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
12977 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
12978 Use 'float' consistently, rather than 'float' in most places
12979 and 'double' in a couple of places.
12980
12981 2012-05-31 Eli Zaretskii <eliz@gnu.org>
12982
12983 * xdisp.c (handle_stop): Detect whether we have overlay strings
12984 loaded by testing it->current.overlay_string_index to be
12985 non-negative, instead of checking whether n_overlay_strings is
12986 positive. (Bug#11587)
12987
12988 2012-05-31 Chong Yidong <cyd@gnu.org>
12989
12990 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
12991
12992 * doc.c (Fsubstitute_command_keys): Doc fix.
12993
12994 2012-05-31 Eli Zaretskii <eliz@gnu.org>
12995
12996 * search.c (search_buffer): Remove calls to
12997 r_alloc_inhibit_buffer_relocation, as it is now called by
12998 maybe_unify_char, which was the cause of relocation of buffer text
12999 in bug#11519.
13000
13001 2012-05-31 Eli Zaretskii <eliz@gnu.org>
13002
13003 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
13004 for the duration of call to load_charset, to avoid problems with
13005 callers of maybe_unify_char that access buffer text through C
13006 pointers.
13007
13008 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
13009 decrement the inhibition flag, instead of just setting or
13010 resetting it.
13011
13012 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
13013
13014 Remove obsolete '#define static' cruft.
13015 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
13016 This #undef was "temporary" in 2000; it is no longer needed
13017 now that '#define static' has gone away.
13018 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
13019 (gray_bitmap_bits): Remove; no longer needed.
13020 All uses replaced with definiens.
13021 * xterm.c: Include "bitmaps/gray.xbm".
13022
13023 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
13024
13025 Clean up __executable_start, monstartup when --enable-profiling.
13026 The following changes affect the code only when profiling.
13027 * dispnew.c (__executable_start): Rename from safe_bcopy.
13028 Define only on platforms that need it.
13029 * emacs.c: Include <sys/gmon.h> when profiling.
13030 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
13031 (__executable_start): Remove decl, since lisp.h does it now.
13032 (safe_bcopy): Remove decl; no longer has that name.
13033 (main): Coalesce #if into single bit of code, for simplicity.
13034 Cast pointers to uintptr_t, since standard libraries want integers
13035 and not pointers.
13036 * lisp.h (__executable_start): New decl.
13037
13038 2012-05-31 Glenn Morris <rgm@gnu.org>
13039
13040 * image.c (Fimagemagick_types): Doc fix.
13041
13042 2012-05-30 Jim Meyering <meyering@redhat.com>
13043
13044 * callproc.c (Fcall_process_region): Include directory component
13045 in mkstemp error message (Bug#11586).
13046
13047 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
13048
13049 * alloc.c, lisp.h (make_pure_vector): Now static.
13050
13051 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
13054 Move to byte-run.el.
13055 (Fautoload): Do the hash-doc more carefully.
13056 * data.c (Fdefalias): Purify definition, except for keymaps.
13057 (Qdefun): Move from eval.c.
13058 * lisp.h (Qdefun): Remove.
13059 * lread.c (read1): Tiny simplification.
13060
13061 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13062
13063 Do not create empty overlays with the evaporate property (Bug#9642).
13064 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
13065 Bug#9642, but explicitly check that the buffer the overlay would
13066 be moved to is live and rearrange lines to make sure that errors
13067 will not put the overlay in an inconsistent state.
13068 (Fdelete_overlay): Cosmetics.
13069
13070 2012-05-28 Eli Zaretskii <eliz@gnu.org>
13071
13072 * w32term.c (my_bring_window_to_top): New function.
13073 (x_raise_frame): Use handle returned by DeferWindowPos, which
13074 could be different from the original one.
13075 Call my_bring_window_to_top instead of my_set_foreground_window.
13076 (Bug#11513)
13077
13078 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
13079 by calling BringWindowToTop.
13080
13081 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
13082 (WM_EMACS_END): Increase by one.
13083
13084 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
13085
13086 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
13087 This avoids undefined behavior that might cause the eassert
13088 to not catch an out-of-range value.
13089
13090 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
13091
13092 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
13093 Update dependencies.
13094
13095 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13096
13097 * bidi.c (bidi_mirror_char): Fix last change.
13098
13099 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
13100
13101 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
13102 when referring to sectname field in printf format.
13103
13104 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
13105
13106 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
13107 Only r_alloc_inhibit_buffer_relocation needed to be added;
13108 the others were already declared.
13109
13110 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
13111 before checking whether it's out of range. Put the check inside
13112 eassert. See
13113 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
13114
13115 2012-05-27 Ken Brown <kbrown@cornell.edu>
13116
13117 * callproc.c (Fcall_process): Restore a line that was accidentally
13118 commented out in the 2011-02-13 change (bug#11547).
13119
13120 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13121
13122 * lisp.h [REL_ALLOC]: Add prototypes for external functions
13123 defined on ralloc.c.
13124
13125 * buffer.c [REL_ALLOC]: Remove prototypes of
13126 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
13127 they are now on lisp.h.
13128
13129 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
13130
13131 * search.c (search_buffer): Use it to inhibit relocation of buffer
13132 text while re_search_2 is doing its job, because re_search_2 is
13133 passed C pointers to buffer text. (Bug#11519)
13134
13135 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
13136 Update value to 24.
13137
13138 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
13139 state after an additional call to move_it_in_display_line_to, keep
13140 the values of it->max_ascent and it->max_descent found for the
13141 entire line.
13142 (pos_visible_p): Revert the comparison against bottom_y to what it
13143 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
13144 (Bug#11464)
13145
13146 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
13147
13148 Fix coding-related core dumps with gcc -ftrapv.
13149 The code was computing A - B, where A and B are pointers, and B is
13150 random garbage. This can lead to core dumps on platforms that
13151 have special pointer registers, and it also leads to core dumps on
13152 x86-64 when compiled with gcc -ftrapv. The fix is to compute
13153 A - B only when B is initialized properly.
13154 * coding.c (coding_set_source, coding_set_destination): Return void.
13155 (coding_change_source, coding_change_destinations): New functions,
13156 with the old behaviors of coding_set_source and coding_set_destination.
13157 All callers that need an offset changed to use these new functions.
13158
13159 2012-05-26 Glenn Morris <rgm@gnu.org>
13160
13161 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
13162
13163 2012-05-26 Eli Zaretskii <eliz@gnu.org>
13164
13165 Extend mouse support on W32 text-mode console.
13166 * xdisp.c (draw_row_with_mouse_face):
13167 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
13168
13169 * w32console.c: Include window.h.
13170 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
13171 New functions.
13172 (initialize_w32_display): Initialize mouse-highlight data.
13173
13174 * w32inevt.c: Include termchar.h and window.h.
13175 (do_mouse_event): Support mouse-autoselect-window. When the mouse
13176 moves, call note_mouse_highlight. If help_echo changed, call
13177 gen_help_event to produce help-echo message in the echo area.
13178 Call clear_mouse_face if mouse_face_hidden is set in the mouse
13179 highlight info.
13180
13181 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
13182
13183 * lread.c (read1): Simplify slightly to avoid an overflow warning
13184 with GCC 4.7.0 on x86-64.
13185
13186 2012-05-26 Eli Zaretskii <eliz@gnu.org>
13187
13188 * bidi.c (bidi_mirror_char): Revert last change: an int is
13189 definitely wide enough here.
13190
13191 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
13192
13193 Fix integer width and related bugs (Bug#9874).
13194 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
13195 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
13196 (string_bytes, check_sblock, allocate_string_data):
13197 (compact_small_strings, Fmake_bool_vector, make_string)
13198 (make_unibyte_string, make_multibyte_string)
13199 (make_string_from_bytes, make_specified_string)
13200 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
13201 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
13202 (mark_vectorlike):
13203 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13204 (allocate_pseudovector):
13205 Use int, not EMACS_INT, where int is wide enough.
13206 (inhibit_garbage_collection, Fgarbage_collect):
13207 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13208 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
13209 int might not be wide enough.
13210 (bidi_cache_search, bidi_cache_find, bidi_init_it)
13211 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
13212 (bidi_at_paragraph_end, bidi_find_paragraph_start)
13213 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
13214 (bidi_level_of_next_char, bidi_move_to_visually_next):
13215 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13216 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
13217 (Fkill_buffer, Fset_buffer_major_mode)
13218 (advance_to_char_boundary, Fbuffer_swap_text)
13219 (Fset_buffer_multibyte, overlays_at, overlays_in)
13220 (overlay_touches_p, struct sortvec, record_overlay_string)
13221 (overlay_strings, recenter_overlay_lists)
13222 (adjust_overlays_for_insert, adjust_overlays_for_delete)
13223 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
13224 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
13225 (Foverlay_recenter, last_overlay_modification_hooks_used)
13226 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
13227 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13228 (validate_region): Omit unnecessary test for b <= e,
13229 since that's guaranteed by the previous test.
13230 (adjust_overlays_for_delete): Avoid pos + length overflow.
13231 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
13232 (report_overlay_modification):
13233 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13234 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
13235 Omit pointer cast, which isn't needed anyway, and doesn't work
13236 after the EMACS_INT -> ptrdiff_t change.
13237 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
13238 * buffer.h: Adjust decls to match defn changes elsewhere.
13239 (struct buffer_text, struct buffer):
13240 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13241 Use EMACS_INT, not int, where int might not be wide enough.
13242 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
13243 not int, to avoid needless 32-bit limit on 64-bit hosts.
13244 (exec_byte_code): Use tighter memory-full test, one that checks
13245 for alloca overflow. Don't compute the address of the object just
13246 before an array, as that's not portable. Use EMACS_INT, not
13247 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
13248 * callint.c (Fcall_interactively):
13249 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13250 * callproc.c (call_process_kill, Fcall_process):
13251 Don't assume pid_t fits into an Emacs fixnum.
13252 (call_process_cleanup, Fcall_process, child_setup):
13253 Don't assume pid_t fits into int.
13254 (call_process_cleanup, Fcall_process, delete_temp_file)
13255 (Fcall_process_region):
13256 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13257 (Fcall_process): Simplify handling of volatile integers.
13258 Use int, not EMACS_INT, where int will do.
13259 * casefiddle.c (casify_object, casify_region, operate_on_word)
13260 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
13261 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13262 (casify_object): Avoid integer overflow when overallocating buffer.
13263 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
13264 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
13265 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
13266 * category.h (CATEGORYP): Don't assume arg is nonnegative.
13267 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
13268 integers are now checked earlier. All uses replaced with XINT.
13269 (ccl_driver):
13270 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13271 For CCL_MapSingle, check that content and value are in int range.
13272 (ccl_driver, Fregister_code_conversion_map):
13273 Check that Vcode_version_map_vector is a vector.
13274 (resolve_symbol_ccl_program): Check that vector header is in range.
13275 Always copy the vector, so that we can check its contents reliably
13276 now rather than having to recheck each instruction as it's being
13277 executed. Check that vector words fit in 'int'.
13278 (ccl_get_compiled_code, Fregister_ccl_program)
13279 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
13280 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
13281 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
13282 contents are in range.
13283 (Fccl_execute_on_string): Check that status is in range.
13284 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
13285 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
13286 Accept and return EMACS_INT, not int, because callers can pass values
13287 out of 'int' range.
13288 (c_string_width, strwidth, lisp_string_width, chars_in_text)
13289 (multibyte_chars_in_text, parse_str_as_multibyte)
13290 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
13291 (str_as_unibyte, str_to_unibyte, string_count_byte8)
13292 (string_escape_byte8, Fget_byte):
13293 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13294 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
13295 avoid mishandling large integers.
13296 * character.h: Adjust decls to match defn changes elsewhere.
13297 * charset.c (load_charset_map_from_file, find_charsets_in_text)
13298 (Ffind_charset_region):
13299 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13300 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
13301 (load_charset_map_from_vector, Fdefine_charset_internal):
13302 Don't assume fixnum fits in int.
13303 (load_charset_map_from_vector, Fmap_charset_chars):
13304 Remove now-unnecessary CHECK_NATNUMs.
13305 (Fdefine_charset_internal): Check ranges here, more carefully.
13306 Don't rely on undefined behavior with signed left shift overflow.
13307 Don't assume unsigned int fits into fixnum, or that fixnum fits
13308 into unsigned int. Don't require max_code to be a valid fixnum;
13309 that's not true for gb10830 4-byte on a 32-bit host. Allow
13310 invalid_code to be a cons, for the same reason. Require code_offset
13311 to be a character. Avoid int overflow if max_char is close
13312 to INT_MAX.
13313 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
13314 this is intended anyway and avoids some undefined behavior.
13315 (load_charset_map): Pass unsigned, not int, as 2nd arg of
13316 INDEX_TO_CODE_POINT, as that's what it expects.
13317 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
13318 * charset.h (DECODE_CHAR): Return int, not unsigned;
13319 this is what was intended anyway, and it avoids undefined behavior.
13320 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
13321 integer-overflow issues.
13322 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
13323 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
13324 where the argument is EMACS_INT, and this behavior is not intended.
13325 * chartab.c (Fmake_char_table, Fset_char_table_range)
13326 (uniprop_get_decoder, uniprop_get_encoder):
13327 Don't assume fixnum fits in int.
13328 * cmds.c (move_point): New function, that does the gist of
13329 Fforward_char and Fbackward_char, but does so while checking
13330 for integer overflow more accurately.
13331 (Fforward_char, Fbackward_char): Use it.
13332 (Fforward_line, Fend_of_line, internal_self_insert)
13333 (internal_self_insert):
13334 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13335 Fix a FIXME, by checking for integer overflow when calculating
13336 target_clm and actual_clm.
13337 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
13338 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
13339 (ASSURE_DESTINATION, coding_alloc_by_realloc)
13340 (coding_alloc_by_making_gap, alloc_destination)
13341 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
13342 (encode_coding_utf_16, detect_coding_emacs_mule)
13343 (decode_coding_emacs_mule, encode_coding_emacs_mule)
13344 (detect_coding_iso_2022, decode_coding_iso_2022)
13345 (encode_invocation_designation, encode_designation_at_bol)
13346 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
13347 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
13348 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
13349 (encode_coding_ccl, encode_coding_raw_text)
13350 (detect_coding_charset, decode_coding_charset)
13351 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
13352 (produce_composition, produce_charset, produce_annotation)
13353 (decode_coding, handle_composition_annotation)
13354 (handle_charset_annotation, consume_chars, decode_coding_gap)
13355 (decode_coding_object, encode_coding_object, detect_coding_system)
13356 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
13357 (code_convert_region, code_convert_string)
13358 (Fdefine_coding_system_internal)
13359 (coding_set_source, coding_set_destination):
13360 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13361 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
13362 (Fdefine_coding_system_internal):
13363 Don't assume fixnums fit in int.
13364 (decode_coding_gap, decode_coding_object, encode_coding_object)
13365 (Fread_coding_system, Fdetect_coding_region)
13366 (Funencodable_char_position, Fcheck_coding_systems_region)
13367 (get_translation, handle_composition_annotation, consume_chars):
13368 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13369 (consume_chars): Rewrite to not calculate an address outside buffer.
13370 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
13371 Don't access memory outside of the args array.
13372 (Fdefine_coding_system_internal): Check for charset-id overflow.
13373 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
13374 result of ENCODE_CHAR.
13375 * coding.h: Adjust decls to match defn changes elsewhere.
13376 (struct coding_system):
13377 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13378 * composite.c (get_composition_id, find_composition)
13379 (run_composition_function, update_compositions)
13380 (compose_text, composition_gstring_put_cache)
13381 (composition_gstring_p, composition_gstring_width)
13382 (fill_gstring_header, fill_gstring_body, autocmp_chars)
13383 (composition_compute_stop_pos, composition_reseat_it)
13384 (composition_update_it, struct position_record)
13385 (find_automatic_composition, composition_adjust_point)
13386 (Fcomposition_get_gstring, Ffind_composition_internal):
13387 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13388 (update_compositions):
13389 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13390 * composite.h: Adjust decls to match defn changes elsewhere.
13391 (struct composition):
13392 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13393 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
13394 Do not attempt to compute the address of the object just before a
13395 buffer; this is not portable.
13396 (Faref, Faset):
13397 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13398 (Faset): Use int, not EMACS_INT, where int is wide enough.
13399 (Fstring_to_number): Don't assume fixnums fit in int.
13400 (Frem): Don't assume arg is nonnegative.
13401 * dbusbind.c (xd_append_arg): Check for integers out of range.
13402 (Fdbus_call_method): Don't overflow the timeout int.
13403 (extract_signed, extract_unsigned): New functions.
13404 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
13405 (xd_get_connection_references): Return ptrdiff_t, not int.
13406 All uses changed.
13407 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
13408 (xd_read_message_1):
13409 Use int, not unsigned, where the dbus API uses int.
13410 (Fdbus_message_internal): Don't overflow mtype.
13411 (syms_of_dbusbind): Allocate right-sized buffer for integers.
13412 * dired.c (directory_files_internal, file_name_completion, scmp)
13413 (file_name_completion_stat):
13414 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13415 (file_name_completion): Don't overflow matchcount.
13416 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
13417 * dispextern.h: Adjust decls to match defn changes elsewhere.
13418 (struct text_pos, struct glyph, struct bidi_saved_info)
13419 (struct bidi_string_data, struct bidi_it, struct composition_it)
13420 (struct it):
13421 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13422 (struct display_pos, struct composition_it, struct it):
13423 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13424 * dispnew.c (increment_matrix_positions)
13425 (increment_row_positions, mode_line_string)
13426 (marginal_area_string):
13427 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13428 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
13429 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13430 (duration_to_sec_usec): New function, to check for overflow better.
13431 (Fsleep_for, sit_for): Use it.
13432 * doc.c (get_doc_string, store_function_docstring):
13433 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13434 (get_doc_string, Fsnarf_documentation):
13435 Use int, not EMACS_INT, where int is wide enough.
13436 (get_doc_string):
13437 Use SAFE_ALLOCA, not alloca.
13438 Check for overflow when converting EMACS_INT to off_t.
13439 * doprnt.c (doprnt):
13440 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13441 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
13442 Don't assume uid_t fits into fixnum.
13443 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
13444 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
13445 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
13446 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
13447 (general_insert_function)
13448 (Finsert_char, make_buffer_string, make_buffer_string_both)
13449 (update_buffer_properties, Fbuffer_substring)
13450 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
13451 (Fsubst_char_in_region, check_translation)
13452 (Ftranslate_region_internal, save_restriction_restore, Fformat)
13453 (transpose_markers, Ftranspose_regions):
13454 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13455 (clip_to_bounds): Move to lisp.h as an inline function).
13456 (Fconstrain_to_field): Don't assume integers are nonnegative.
13457 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
13458 (Fsubst_char_in_region, Fsave_restriction):
13459 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13460 (Femacs_pid): Don't assume pid_t fits into fixnum.
13461 (lo_time): Use int, not EMACS_INT, when int suffices.
13462 (lisp_time_argument): Check for usec out of range.
13463 (Fencode_time): Don't assume fixnum fits in int.
13464 (Fuser_login_name, Fuser_full_name): Signal an error
13465 if a uid argument is out of range, rather than relying on
13466 undefined behavior.
13467 (Fformat_time_string): Remove now-unnecessary check.
13468 lisp_time_argument checks for out-of-range usec now.
13469 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
13470 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
13471 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
13472 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
13473 (init_cmdargs, Fdump_emacs):
13474 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13475 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
13476 the bottom (typically) 32 bits of the fixnum.
13477 * eval.c (specpdl_size, call_debugger):
13478 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13479 (when_entered_debugger, Fbacktrace_debug):
13480 Don't assume fixnum can fit in int.
13481 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
13482 the object just before a buffer; this is not portable.
13483 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
13484 (grow_specpdl, unbind_to):
13485 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13486 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
13487 (grow_specpdl): Simplify allocation by using xpalloc.
13488 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
13489 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
13490 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
13491 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13492 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
13493 (a_write, e_write):
13494 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13495 (Fcopy_file, non_regular_nbytes, read_non_regular)
13496 (Finsert_file_contents):
13497 Use int, not EMACS_INT, where int is wide enough.
13498 (READ_BUF_SIZE): Verify that it fits in int.
13499 (Finsert_file_contents): Check that counts are in proper range,
13500 rather than assuming fixnums fit into ptrdiff_t etc.
13501 Don't assume fixnums fit into int.
13502 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
13503 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
13504 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
13505 (string_char_to_byte, string_byte_to_char)
13506 (string_make_multibyte, string_to_multibyte)
13507 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
13508 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
13509 (substring_both, Fdelete, internal_equal, Ffillarray)
13510 (Fclear_string, mapcar1)
13511 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
13512 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
13513 (larger_vector, make_hash_table, maybe_resize_hash_table)
13514 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
13515 (Fmaphash, secure_hash):
13516 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13517 (concat): Check for string index and length overflow.
13518 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
13519 (Frequire):
13520 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13521 (larger_vector): New API (vec, incr_min, size_max) replaces old
13522 one (vec, new_size, init). This catches size overflow.
13523 INIT was removed because it was always Qnil.
13524 All callers changed.
13525 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
13526 the upper bound on a hash table index size.
13527 (make_hash_table, maybe_resize_hash_table): Use it.
13528 (secure_hash): Computer start_byte and end_byte only after
13529 they're known to be in ptrdiff_t range.
13530 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
13531 (Ffont_get_glyphs, Ffont_at):
13532 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13533 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
13534 (Flist_fonts, Fopen_font):
13535 Don't assume fixnum can fit in int.
13536 (check_gstring): Don't assume index can fit in int.
13537 (font_match_p): Check that fixnum is a character, not a nonnegative
13538 fixnum, since the later code needs to stuff it into an int.
13539 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
13540 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
13541 conversion overflow issues.
13542 (Fopen_font): Check for integer out of range.
13543 (Ffont_get_glyphs): Don't assume index can fit in int.
13544 * font.h: Adjust decls to match defn changes elsewhere.
13545 * fontset.c (reorder_font_vector): Redo score calculation to avoid
13546 integer overflow.
13547 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
13548 printmax_t, where ptrdiff_t is wide enough.
13549 (Finternal_char_font):
13550 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13551 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
13552 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
13553 (Fset_frame_position, x_set_frame_parameters)
13554 (x_set_line_spacing, x_set_border_width)
13555 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
13556 Check that fixnums are in proper range for system types.
13557 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
13558 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13559 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
13560 Use SAFE_ALLOCA_LISP, not alloca.
13561 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
13562 intptr_t is wide enough.
13563 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
13564 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
13565 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
13566 Check for fixnum out of range.
13567 * ftfont.c (ftfont_list): Don't assume index fits in int.
13568 Check that fixnums are in proper range for system types.
13569 (ftfont_shape_by_flt):
13570 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13571 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
13572 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13573 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
13574 Check that fixnums are in proper range for system types.
13575 * gnutls.h: Adjust decls to match defn changes elsewhere.
13576 * gtkutil.c (xg_dialog_run):
13577 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13578 (update_frame_tool_bar):
13579 Check that fixnums are in proper range for system types.
13580 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
13581 (lookup_image): Check that fixnums are in range for system types.
13582 * indent.c (last_known_column, last_known_column_point):
13583 (current_column_bol_cache):
13584 (skip_invisible, current_column, check_display_width):
13585 (check_display_width, scan_for_column, current_column_1)
13586 (Findent_to, Fcurrent_indentation, position_indentation)
13587 (indented_beyond_p, Fmove_to_column, compute_motion):
13588 (Fcompute_motion, Fvertical_motion):
13589 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13590 (last_known_column_modified): Use EMACS_INT, not int.
13591 (check_display_width):
13592 (Fcompute_motion):
13593 Check that fixnums and floats are in proper range for system types.
13594 (compute_motion): Don't assume index or fixnum fits in int.
13595 (compute_motion, Fcompute_motion):
13596 Use int, not EMACS_INT, when it is wide enough.
13597 (vmotion): Omit local var start_hpos that is always 0; that way
13598 we don't need to worry about overflow in expressions involving it.
13599 * indent.h: Adjust decls to match defn changes elsewhere.
13600 (struct position):
13601 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13602 Use int, not EMACS_INT, where int is wide enough.
13603 Remove unused members ovstring_chars_done and tab_offset;
13604 all uses removed.
13605 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
13606 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
13607 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
13608 (make_gap, copy_text, insert, insert_and_inherit)
13609 (insert_before_markers, insert_before_markers_and_inherit)
13610 (insert_1, count_combining_before, count_combining_after)
13611 (insert_1_both, insert_from_string)
13612 (insert_from_string_before_markers, insert_from_string_1)
13613 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
13614 (adjust_after_replace, adjust_after_insert, replace_range)
13615 (replace_range_2, del_range, del_range_1, del_range_byte)
13616 (del_range_both, del_range_2, modify_region)
13617 (prepare_to_modify_buffer, signal_before_change)
13618 (signal_after_change, Fcombine_after_change_execute):
13619 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13620 * intervals.c (traverse_intervals, rotate_right, rotate_left)
13621 (balance_an_interval, split_interval_right, split_interval_left)
13622 (find_interval, next_interval, update_interval)
13623 (adjust_intervals_for_insertion, delete_node, delete_interval)
13624 (interval_deletion_adjustment, adjust_intervals_for_deletion)
13625 (static_offset_intervals, offset_intervals)
13626 (merge_interval_right, merge_interval_left, make_new_interval)
13627 (graft_intervals_into_buffer, temp_set_point_both)
13628 (temp_set_point, set_point, adjust_for_invis_intang)
13629 (set_point_both, move_if_not_intangible, get_property_and_range)
13630 (get_local_map, copy_intervals, copy_intervals_to_string)
13631 (compare_string_intervals, set_intervals_multibyte_1):
13632 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13633 * intervals.h: Adjust decls to match defn changes elsewhere.
13634 (struct interval):
13635 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13636 * keyboard.c (this_command_key_count, this_single_command_key_start)
13637 (before_command_key_count, before_command_echo_length, echo_now)
13638 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
13639 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
13640 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
13641 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
13642 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13643 (last_non_minibuf_size, last_point_position, echo_truncate)
13644 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
13645 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
13646 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
13647 (stuff_buffered_input):
13648 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13649 (last_auto_save, command_loop_1, read_char):
13650 Use EMACS_INT, not int, to avoid integer overflow.
13651 (record_char): Avoid overflow in total_keys computation.
13652 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
13653 * keyboard.h: Adjust decls to match defn changes elsewhere.
13654 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
13655 (Fkey_description, Fdescribe_vector, Flookup_key):
13656 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13657 (click_position): New function, to check that positions are in range.
13658 (Fcurrent_active_maps):
13659 (describe_command):
13660 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13661 (Faccessible_keymaps, Fkey_description):
13662 (preferred_sequence_p):
13663 Don't assume fixnum can fit into int.
13664 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
13665 Check for integer overflow in size calculations.
13666 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
13667 avoid mishandling large integers.
13668 * lisp.h: Adjust decls to match defn changes elsewhere.
13669 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
13670 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
13671 (struct Lisp_Marker):
13672 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13673 (clip_to_bounds): Now an inline function, moved here from editfns.c.
13674 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
13675 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
13676 All callers changed.
13677 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
13678 Assume the arg has valid form, since it always does.
13679 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
13680 unsigned integer system type.
13681 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
13682 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
13683 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13684 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
13685 (duration_to_sec_usec): New decl.
13686 * lread.c (read_from_string_index, read_from_string_index_byte)
13687 (read_from_string_limit, readchar, unreadchar, openp)
13688 (read_internal_start, read1, oblookup):
13689 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13690 (Fload, readevalloop, Feval_buffer, Feval_region):
13691 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13692 (openp): Check for out-of-range argument to 'access'.
13693 (read1): Use int, not EMACS_INT, where int is wide enough.
13694 Don't assume fixnum fits into int.
13695 Fix off-by-one error that can read outside a buffer.
13696 (read_filtered_event): Use duration_to_sec_usec
13697 to do proper overflow checking on durations.
13698 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
13699 in size calculation.
13700 (Fexecute_kbd_macro):
13701 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13702 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
13703 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
13704 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
13705 (set_marker_both, set_marker_restricted_both, marker_position)
13706 (marker_byte_position, Fbuffer_has_markers_at):
13707 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13708 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
13709 * menu.c (ensure_menu_items): Rename from grow_menu_items.
13710 It now merely ensures that the menu is large enough, without
13711 necessarily growing it, as this avoids some integer overflow issues.
13712 All callers changed.
13713 (keymap_panes, parse_single_submenu, Fx_popup_menu):
13714 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13715 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
13716 Use SAFE_ALLOCA_LISP, not alloca.
13717 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
13718 to EMACS_INT. Check that fixnums are in proper range for system types.
13719 * minibuf.c (minibuf_prompt_width, string_to_object)
13720 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
13721 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
13722 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13723 (get_minibuffer, read_minibuf_unwind):
13724 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13725 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
13726 this simplifies overflow checking. All callers changed.
13727 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
13728 (Ftest_completion):
13729 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13730 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
13731 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
13732 Check that fixnums are in proper range for system types.
13733 (Fx_create_frame, Fx_show_tip):
13734 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13735 * nsfont.m (ns_findfonts, nsfont_list_family):
13736 Don't assume fixnum fits in long.
13737 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
13738 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13739 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
13740 wide enough.
13741 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
13742 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13743 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
13744 (PRINTDECLARE, PRINTPREPARE):
13745 (strout, print_string):
13746 (print, print_preprocess, print_check_string_charset_prop)
13747 (print_object):
13748 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13749 (PRINTDECLARE):
13750 (temp_output_buffer_setup, Fprin1_to_string, print_object):
13751 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13752 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
13753 (printchar, strout): Use xpalloc to catch size calculation overflow.
13754 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
13755 (print_error_message): Use SAFE_ALLOCA, not alloca.
13756 (print_object): Use int, not EMACS_INT, where int is wide enough.
13757 (print_depth, new_backquote_output, print_number_index):
13758 Use ptrdiff_t, not int, where int might not be wide enough.
13759 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
13760 (Fset_process_window_size, Fformat_network_address)
13761 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
13762 (sigchld_handler):
13763 Check that fixnums are in proper range for system types.
13764 (Fsignal_process): Simplify by avoiding a goto.
13765 Check for process-ids out of pid_t range rather than relying on
13766 undefined behavior.
13767 (process_tick, update_tick): Use EMACS_INT, not int.
13768 (Fformat_network_address, read_process_output, send_process)
13769 (Fprocess_send_region, status_notify):
13770 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13771 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
13772 (wait_reading_process_output, read_process_output, exec_sentinel):
13773 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13774 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
13775 (Faccept_process_output): Use duration_to_sec_usec to do proper
13776 overflow checking on durations.
13777 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
13778 Don't assume pid_t fits in int.
13779 * process.h (struct Lisp_Process): Members tick and update_tick
13780 are now of type EMACS_INT, not int.
13781 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
13782 configured --with-wide-int.
13783 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
13784 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
13785 * search.c (looking_at_1, string_match_1):
13786 (fast_string_match, fast_c_string_match_ignore_case)
13787 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
13788 (scan_newline, find_before_next_newline, search_command)
13789 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
13790 (set_search_regs, wordify):
13791 (Freplace_match):
13792 (Fmatch_data):
13793 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13794 (string_match_1, search_buffer, set_search_regs):
13795 (Fmatch_data):
13796 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13797 (wordify): Check for overflow in size calculation.
13798 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
13799 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
13800 Check that fixnums are in proper range for system types.
13801 * sound.c (struct sound_device)
13802 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
13803 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13804 (Fplay_sound_internal):
13805 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13806 * syntax.c (struct lisp_parse_state, find_start_modiff)
13807 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
13808 (Fparse_partial_sexp):
13809 Don't assume fixnums can fit in int.
13810 (struct lisp_parse_state, find_start_pos, find_start_value)
13811 (find_start_value_byte, find_start_begv)
13812 (update_syntax_table, char_quoted, dec_bytepos)
13813 (find_defun_start, prev_char_comend_first, back_comment):
13814 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
13815 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
13816 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13817 (Finternal_describe_syntax_value): Check that match_lisp is a
13818 character, not an integer, since the code stuffs it into int.
13819 (scan_words, scan_sexps_forward):
13820 Check that fixnums are in proper range for system types.
13821 (Fforward_word):
13822 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13823 (scan_sexps_forward):
13824 Use CHARACTERP, not INTEGERP, since the value must fit into int.
13825 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
13826 * syntax.h: Adjust decls to match defn changes elsewhere.
13827 (struct gl_state_s):
13828 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13829 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
13830 MOST_POSITIVE_FIXNUM.
13831 * sysdep.c (wait_for_termination_1, wait_for_termination)
13832 (interruptible_wait_for_termination, mkdir):
13833 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
13834 (emacs_read, emacs_write):
13835 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13836 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
13837 and double all fit in int.
13838 * term.c (set_tty_color_mode):
13839 Check that fixnums are in proper range for system types.
13840 * termhooks.h (struct input_event):
13841 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13842 * textprop.c (validate_interval_range, interval_of)
13843 (Fadd_text_properties, set_text_properties_1)
13844 (Fremove_text_properties, Fremove_list_of_text_properties)
13845 (Ftext_property_any, Ftext_property_not_all)
13846 (copy_text_properties, text_property_list, extend_property_ranges)
13847 (verify_interval_modification):
13848 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13849 (Fnext_single_char_property_change)
13850 (Fprevious_single_char_property_change):
13851 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13852 (copy_text_properties):
13853 Check for integer overflow in index calculation.
13854 * undo.c (last_boundary_position, record_point, record_insert)
13855 (record_delete, record_marker_adjustment, record_change)
13856 (record_property_change):
13857 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13858 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
13859 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13860 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
13861 (Fx_hide_tip, Fx_file_dialog):
13862 * w32menu.c (set_frame_menubar):
13863 Use ptrdiff_t, not int, for consistency with rest of code.
13864 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
13865 (select_window, Fdelete_other_windows_internal)
13866 (window_scroll_pixel_based, window_scroll_line_based)
13867 (Frecenter, Fset_window_configuration):
13868 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13869 (Fset_window_hscroll, run_window_configuration_change_hook)
13870 (set_window_buffer, temp_output_buffer_show, scroll_command)
13871 (Fscroll_other_window, Frecenter):
13872 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13873 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
13874 Don't assume fixnum fits in int.
13875 (Fset_window_scroll_bars):
13876 Check that fixnums are in proper range for system types.
13877 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
13878 (string_pos, c_string_pos, number_of_chars, init_iterator)
13879 (in_ellipses_for_invisible_text_p, init_from_display_pos)
13880 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
13881 (compute_display_string_end, handle_face_prop)
13882 (face_before_or_after_it_pos, handle_invisible_prop)
13883 (handle_display_prop, handle_display_spec, handle_single_display_spec)
13884 (display_prop_intangible_p, string_buffer_position_lim)
13885 (string_buffer_position, handle_composition_prop, load_overlay_strings)
13886 (get_overlay_strings_1, get_overlay_strings)
13887 (iterate_out_of_display_property, forward_to_next_line_start)
13888 (back_to_previous_visible_line_start, reseat, reseat_to_string)
13889 (get_next_display_element, set_iterator_to_next)
13890 (get_visually_first_element, compute_stop_pos_backwards)
13891 (handle_stop_backwards, next_element_from_buffer)
13892 (move_it_in_display_line_to, move_it_in_display_line)
13893 (move_it_to, move_it_vertically_backward, move_it_by_lines)
13894 (add_to_log, message_dolog, message_log_check_duplicate)
13895 (message2, message2_nolog, message3, message3_nolog
13896 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
13897 (current_message_1, truncate_echo_area, truncate_message_1)
13898 (set_message, set_message_1, store_mode_line_noprop)
13899 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
13900 (text_outside_line_unchanged_p, check_point_in_composition)
13901 (reconsider_clip_changes)
13902 (redisplay_internal, set_cursor_from_row, try_scrolling)
13903 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
13904 (redisplay_window, find_last_unchanged_at_beg_row)
13905 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
13906 (trailing_whitespace_p, find_row_edges, display_line)
13907 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
13908 (display_mode_element, store_mode_line_string)
13909 (pint2str, pint2hrstr, decode_mode_spec)
13910 (display_count_lines, display_string, draw_glyphs)
13911 (x_produce_glyphs, x_insert_glyphs)
13912 (rows_from_pos_range, mouse_face_from_buffer_pos)
13913 (fast_find_string_pos, mouse_face_from_string_pos)
13914 (note_mode_line_or_margin_highlight, note_mouse_highlight):
13915 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13916 (safe_call, init_from_display_pos, handle_fontified_prop)
13917 (handle_single_display_spec, load_overlay_strings)
13918 (with_echo_area_buffer, setup_echo_area_for_printing)
13919 (display_echo_area, echo_area_display)
13920 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
13921 (update_tool_bar, hscroll_window_tree, redisplay_internal)
13922 (redisplay_window, dump_glyph_row, display_mode_line)
13923 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
13924 (handle_display_spec, display_prop_string_p):
13925 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13926 (handle_single_display_spec, build_desired_tool_bar_string)
13927 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
13928 (get_specified_cursor_type):
13929 Check that fixnums are in proper range for system types.
13930 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
13931 (Flookup_image_map):
13932 Don't assume fixnums fit in int.
13933 (compare_overlay_entries):
13934 Avoid mishandling comparisons due to subtraction overflow.
13935 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
13936 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
13937 (handle_tool_bar_click):
13938 Use int, not unsigned, since we prefer signed and the signedness
13939 doesn't matter here.
13940 (get_next_display_element, next_element_from_display_vector):
13941 Use int, not EMACS_INT, when int is wide enough.
13942 (start_hourglass): Use duration_to_sec_usec to do proper
13943 overflow checking on durations.
13944 * xfaces.c (Fbitmap_spec_p):
13945 Check that fixnums are in proper range for system types.
13946 (compare_fonts_by_sort_order):
13947 Avoid mishandling comparisons due to subtraction overflow.
13948 (Fx_family_fonts, realize_basic_faces):
13949 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13950 (Fx_family_fonts):
13951 Don't assume fixnum fits in int.
13952 Use SAFE_ALLOCA_LISP, not alloca.
13953 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
13954 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
13955 (face_at_buffer_position, face_for_overlay_string)
13956 (face_at_string_position):
13957 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13958 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
13959 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
13960 (Fx_show_tip):
13961 Check that fixnums are in proper range for system types.
13962 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
13963 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
13964 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13965 (Fx_change_window_property): Don't assume fixnums fit in int.
13966 * xfont.c (xfont_chars_supported):
13967 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13968 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
13969 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
13970 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13971 * xml.c (parse_region):
13972 * xrdb.c (magic_file_p):
13973 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
13974 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
13975 (x_get_local_selection, x_reply_selection_request)
13976 (x_handle_selection_request, wait_for_property_change):
13977 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13978 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
13979 short is wide enough.
13980 (x_send_client_event): Don't assume fixnum fits in int.
13981 * xterm.c (x_x_to_emacs_modifiers):
13982 Don't assume EMACS_INT overflows nicely into int.
13983 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
13984 may come from Lisp.
13985 (handle_one_xevent): NATNUMP can eval its arg twice.
13986 (x_connection_closed):
13987 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
13988 * xterm.h: Adjust decls to match defn changes elsewhere.
13989 (struct scroll_bar): Use struct vectorlike_header
13990 rather than rolling our own approximation.
13991 (SCROLL_BAR_VEC_SIZE): Remove; not used.
13992
13993 2012-05-25 Glenn Morris <rgm@gnu.org>
13994
13995 * lisp.mk (lisp): Update for more files being compiled now.
13996
13997 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * lread.c: Remove `read_pure' which makes no difference.
14000 (read_pure): Remove var.
14001 (unreadpure): Remove function.
14002 (readevalloop): Don't call read_list with -1 flag.
14003 (read1, read_vector): Don't test read_pure any more.
14004 (read_list): Simplify.
14005
14006 * fileio.c, character.h: Minor style tweaks.
14007
14008 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
14009
14010 * window.h (clip_changed): Remove useless declaration.
14011
14012 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
14013
14014 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
14015 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
14016
14017 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
14018
14019 Remove src/m/*.
14020 This directory predates autoconf and is no longer needed nowadays.
14021 Move its few remaining bits of functionality to where they're needed.
14022 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
14023 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
14024 * m/template.h: Remove.
14025 * Makefile.in (M_FILE): Remove. All uses removed.
14026 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
14027 * lisp.h (USE_LSB_TAG):
14028 * mem-limits.h (EXCEEDS_LISP_PTR):
14029 Use VAL_MAX, not VALBITS, in #if.
14030 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
14031 (EMACS_UINT): Define unconditionally now.
14032 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
14033 (BITS_PER_EMACS_INT): New constants, replacing
14034 what used to be in config.h, but not useful in #if.
14035 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
14036 define them any more.
14037 (VAL_MAX): New macro.
14038 (VALMASK): Use it.
14039 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
14040 BITS_PER_EMACS_INT, in #if.
14041 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
14042 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
14043 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
14044 * s/ms-w32.h (DATA_START):
14045 Move here from removed file m/intel386.h.
14046 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
14047 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
14048
14049 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
14050
14051 Assume C89 or later.
14052 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
14053 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
14054 (xrealloc):
14055 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
14056 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
14057 * textprop.c, tparam.c (NULL): Remove.
14058 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
14059 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
14060 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
14061 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
14062 * xterm.c (input_signal_count): Assume volatile works.
14063
14064 2012-05-21 Ken Brown <kbrown@cornell.edu>
14065
14066 * xgselect.c (xg_select): Fix first argument in call to 'select'
14067 (bug#11508).
14068
14069 2012-05-20 Ken Brown <kbrown@cornell.edu>
14070
14071 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
14072 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
14073
14074 2012-05-19 Ken Brown <kbrown@cornell.edu>
14075
14076 * xfns.c (x_in_use): Remove `static' qualifier.
14077 * xterm.h (x_in_use): Declare.
14078 * xgselect.c: Include xterm.h.
14079 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
14080 and `display_arg' (bug#9754).
14081
14082 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
14083
14084 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
14085
14086 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
14087 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
14088
14089 2012-05-18 Eli Zaretskii <eliz@gnu.org>
14090
14091 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
14092
14093 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
14094 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
14095
14096 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
14097 reference to image_cache->refcount.
14098 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
14099
14100 2012-05-17 Juri Linkov <juri@jurta.org>
14101
14102 * search.c (Fword_search_regexp, Fword_search_backward)
14103 (Fword_search_forward, Fword_search_backward_lax)
14104 (Fword_search_forward_lax): Move functions to isearch.el
14105 (bug#10145, bug#11381).
14106
14107 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
14108
14109 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
14110
14111 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14112
14113 * lread.c (init_obarray): Declare Qt and Qnil as special.
14114
14115 2012-05-14 Glenn Morris <rgm@gnu.org>
14116
14117 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
14118 Put "libexec" before "bin", for the sake of init_callproc_1.
14119
14120 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
14121
14122 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
14123
14124 * unexaix.c: Port to more-recent AIX compilers.
14125 (report_error, report_error_1, make_hdr, copy_sym)
14126 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
14127 Make arguments const char *, not char *, to avoid violations of C
14128 standard and to fix some AIX warnings reported by Gilles Pion.
14129
14130 2012-05-14 Eli Zaretskii <eliz@gnu.org>
14131
14132 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
14133 already have overlays loaded.
14134 (handle_single_display_spec): Before returning without displaying
14135 fringe bitmap, synchronize the bidi iterator with the main display
14136 iterator, by calling iterate_out_of_display_property.
14137 (iterate_out_of_display_property): Detect buffer iteration by
14138 testing that it->string is a Lisp string.
14139 (get_next_display_element): When the current object is exhausted,
14140 and there's something on it->stack, call set_iterator_to_next to
14141 proceed with what's on the stack, instead of returning zero.
14142 (set_iterator_to_next): If called at the end of a Lisp string,
14143 proceed to consider_string_end without incrementing string
14144 position. Don't increment display vector index past the end of
14145 the display vector. (Bug#11417)
14146 (pos_visible_p): Don't report a position visible when move_it_to
14147 stopped at the last line of window, which happens to be scanned
14148 backwards by the bidi iteration. (Bug#11464)
14149
14150 2012-05-14 Eli Zaretskii <eliz@gnu.org>
14151
14152 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
14153 and right-margin display specs even if the spec is invalid or we
14154 are on a TTY, and thus unable to display on the fringes.
14155 That's because the text with the property will not be displayed anyway,
14156 so we need to signal to the caller that this is a "replacing"
14157 display spec. This fixes display when the spec is invalid or we
14158 are on a TTY.
14159
14160 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
14161
14162 * unexaix.c (make_hdr): Fix typo in prototype.
14163 This bug broke the build on AIX. Problem reported by Gilles Pion.
14164
14165 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
14166
14167 * keyboard.c (kbd_buffer_get_event): Read special events also in
14168 batch mode. (Bug#11415)
14169
14170 2012-05-12 Glenn Morris <rgm@gnu.org>
14171
14172 * ns.mk: Update for ns_appbindir no longer having trailing "/".
14173
14174 2012-05-12 Eli Zaretskii <eliz@gnu.org>
14175
14176 * lisp.mk (lisp): Add newcomment.elc.
14177
14178 2012-05-12 Glenn Morris <rgm@gnu.org>
14179
14180 * Makefile.in (MKDIR_P): New, set by configure.
14181 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
14182
14183 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
14184
14185 Remove unused function hourglass_started.
14186 * dispextern.h (hourglass_started):
14187 * w32fns.c (hourglass_started):
14188 * xdisp.c (hourglass_started): Remove.
14189
14190 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
14191
14192 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
14193 Update dependencies.
14194
14195 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
14196
14197 * xgselect.c (xg_select): Put maxfds+1 into a var.
14198 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
14199
14200 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
14201
14202 2012-05-10 Dave Abrahams <dave@boostpro.com>
14203
14204 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
14205 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
14206
14207 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
14208
14209 * dbusbind.c (xd_registered_buses): New internal Lisp object.
14210 Rename all occurrences of Vdbus_registered_buses to xd_registered_buses.
14211 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
14212 Initialize xd_registered_buses.
14213
14214 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
14215
14216 Untag more efficiently if USE_LSB_TAG.
14217 This is based on a proposal by YAMAMOTO Mitsuharu in
14218 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
14219 For an admittedly artificial (nth 8000 longlist) benchmark on
14220 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
14221 Emacs's overall text size by 1%.
14222 * lisp.h (XUNTAG): New macro.
14223 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
14224 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
14225 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
14226 * eval.c (Fautoload):
14227 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
14228 * frame.h (XFRAME): Use XUNTAG.
14229
14230 Port recent dbusbind.c changes to 32-bit --with-wide-int.
14231 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
14232 Remove unportable assumptions about print widths of types like
14233 dbus_uint32_t.
14234 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
14235 intptr_t when converting between pointer and integer, to avoid GCC
14236 warnings about wrong width.
14237
14238 2012-05-09 Eli Zaretskii <eliz@gnu.org>
14239
14240 * w32proc.c (new_child): Force Windows to reserve only 64KB of
14241 stack for each reader_thread, instead of defaulting to 8MB
14242 determined by the linker. This avoids failures in creating
14243 subprocesses on Windows 7, see the discussion in this thread:
14244 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
14245
14246 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
14247
14248 Fix up display of the *Minibuf-0* buffer in the mini window.
14249 * keyboard.c (read_char): Don't clear the echo area if there's no
14250 message to clear.
14251 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
14252 contents of *Minibuf-0*) if there's no message displayed in its stead.
14253
14254 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
14255
14256 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
14257 batch mode.
14258
14259 2012-05-06 Chong Yidong <cyd@gnu.org>
14260
14261 * lisp.mk (lisp): Update.
14262
14263 2012-05-05 Jim Meyering <meyering@redhat.com>
14264
14265 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
14266
14267 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * data.c (PUT_ERROR): New macro.
14270 (syms_of_data): Use it. Add new error type `user-error'.
14271 * undo.c (user_error): New function.
14272 (Fprimitive_undo): Use it.
14273 * print.c (print_error_message): Adjust print style for `user-error'.
14274 * keyboard.c (user_error): New function.
14275 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
14276
14277 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
14278
14279 Do not limit current-time-string to years 1000..9999.
14280 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
14281 (Fcurrent_time_string): Support any year that is supported by the
14282 underlying localtime representation. Don't use asctime, as it
14283 has undefined behavior for years outside the range -999..9999.
14284
14285 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
14286
14287 Fix race conditions involving setenv, gmtime, localtime, asctime.
14288 Without this fix, interrupts could mess up code that uses these
14289 nonreentrant functions, since setting TZ invalidates existing
14290 tm_zone or tzname values, and since most of these functions return
14291 pointers to static storage.
14292 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
14293 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
14294 Grow the critical sections to include not just invoking
14295 localtime/gmtime, but also accessing these functions' results
14296 including their tm_zone values if any, and any related TZ setting.
14297 (format_time_string): Last arg is now struct tm *, not struct tm **,
14298 so that the struct tm is saved in the critical section.
14299 All callers changed. Simplify allocation of initial buffer, partly
14300 motivated by the fact that memory allocation needs to be outside
14301 the critical section.
14302
14303 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
14304
14305 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
14306 with RESET_INTERVAL.
14307
14308 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
14309 Remove duplicated buffer name initialization.
14310
14311 2012-05-02 Jim Meyering <jim@meyering.net>
14312
14313 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
14314
14315 * xfns.c (x_window): Use xstrdup (Bug#11375).
14316
14317 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14318
14319 * xdisp.c (pos_visible_p): If already at a newline from the
14320 display string before the 'while' loop, don't walk back the glyphs
14321 from it3.glyph_row. Solves assertion violation when the display
14322 string begins with a newline (egg.el). (Bug#11367)
14323
14324 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14325
14326 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
14327 Move to simple.el.
14328
14329 2012-05-01 Glenn Morris <rgm@gnu.org>
14330
14331 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
14332 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
14333 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
14334 All were removed before 23.1.
14335
14336 * dispnew.c: Remove HAVE_LIBNCURSES test;
14337 it is always true on relevant platforms.
14338
14339 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
14340 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
14341
14342 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
14343
14344 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
14345
14346 * .gdbinit (xpr): Remove checks for no longer existing misc types.
14347 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
14348 Remove.
14349
14350 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
14351
14352 Do not avoid creating empty evaporating overlays (Bug#9642).
14353 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
14354 That is, do not delete an evaporating overlay if it becomes
14355 empty after its bounds are adjusted to fit within its buffer.
14356 This fix caused other problems, and I'm reverting it until we get
14357 to the bottom of them.
14358
14359 2012-04-27 Chong Yidong <cyd@gnu.org>
14360
14361 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
14362
14363 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14364
14365 * xdisp.c (pos_visible_p): If the window start position is beyond
14366 ZV, start the display from buffer beginning. Prevents assertion
14367 violation in init_iterator when the minibuffer window is scrolled
14368 via the scroll bar.
14369
14370 * window.c (window_scroll_pixel_based): Likewise.
14371
14372 2012-04-27 Chong Yidong <cyd@gnu.org>
14373
14374 * keymap.c (where_is_internal): Doc fix (Bug#10872).
14375
14376 2012-04-27 Glenn Morris <rgm@gnu.org>
14377
14378 * fileio.c (Fcopy_file, Fset_file_selinux_context):
14379 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
14380
14381 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14382
14383 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
14384 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
14385
14386 2012-04-26 Eli Zaretskii <eliz@gnu.org>
14387
14388 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
14389 display element, check also the underlying string or buffer
14390 character. (Bug#11341)
14391
14392 * w32menu.c: Include w32heap.h.
14393 (add_menu_item): If the call to AppendMenuW (via
14394 unicode_append_menu) fails, disable Unicode menus only if we are
14395 running on Windows 9X/Me.
14396
14397 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
14398
14399 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
14400 (xgetint): Add missing shift for LSB tags.
14401
14402 2012-04-24 Martin Rudalics <rudalics@gmx.at>
14403
14404 * keyboard.c (read_char): Don't wipe echo area for select window
14405 events: These might get delayed via `mouse-autoselect-window'
14406 (Bug#11304).
14407
14408 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
14409
14410 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
14411 manipulation of :loaded-from data.
14412
14413 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
14414
14415 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
14416 now a cons (bug#11311).
14417
14418 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
14419
14420 Do not create empty overlays with the evaporate property (Bug#9642).
14421 * buffer.c (Fmove_overlay): Delete an evaporating overlay
14422 if it becomes empty after its bounds are adjusted to fit within
14423 its buffer. Without this fix, in a nonempty buffer (let ((o
14424 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
14425 yields an empty overlay that has the evaporate property, which is
14426 not supposed to happen.
14427
14428 Fix minor GTK3 problems found by static checking.
14429 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
14430 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
14431 (struct _EmacsFixedClass, emacs_fixed_get_type):
14432 Move decls here from emacsgtkfixed.h, since they needn't be public.
14433 (emacs_fixed_get_type): Now static.
14434 (emacs_fixed_class_init): Omit unused local.
14435 (emacs_fixed_child_type): Remove; unused.
14436 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
14437 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
14438 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
14439 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
14440 (EMACS_FIXED_GET_CLASS): Remove; unused.
14441 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
14442
14443 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
14444 Problem reported by Juanma Barranquero for Windows -Wunused-function.
14445
14446 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
14447
14448 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
14449 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
14450 (__malloc_size_t, __malloc_ptrdiff_t):
14451 Remove. All uses removed, replaced by the definiens if needed,
14452 since we can assume C89 or better now.
14453 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
14454 (protect_malloc_state, align, get_contiguous_space)
14455 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
14456 (malloc_atfork_handler_child, malloc_enable_thread)
14457 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
14458 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
14459 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
14460 (special_realloc, _realloc_internal_nolock, _realloc_internal)
14461 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
14462 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
14463 Define using prototypes, not old style.
14464 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
14465 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
14466 (align): Don't assume that signed integer overflow wraps around.
14467 Omit unused local var.
14468 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
14469 (_free_internal_nolock, memalign, mallochook, reallochook):
14470 Omit no-longer-needed casts.
14471 (valloc): Use getpagesize, not __getpagesize.
14472 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
14473 (struct hdr): The 'magic' member is now size_t, not unsigned long.
14474
14475 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
14476
14477 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
14478
14479 Move functions from C to Lisp. Make non-blocking method calls
14480 the default. Implement further D-Bus standard interfaces.
14481
14482 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
14483 (QCdbus_request_name_allow_replacement)
14484 (QCdbus_request_name_replace_existing)
14485 (QCdbus_request_name_do_not_queue)
14486 (QCdbus_request_name_reply_primary_owner)
14487 (QCdbus_request_name_reply_in_queue)
14488 (QCdbus_request_name_reply_exists)
14489 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
14490 (QCdbus_registered_serial, QCdbus_registered_method)
14491 (QCdbus_registered_signal): New Lisp objects.
14492 (XD_DEBUG_MESSAGE): Use sizeof.
14493 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
14494 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
14495 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
14496 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
14497 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
14498 (xd_signature, xd_append_arg): Allow float for integer types.
14499 (xd_get_connection_references): New function.
14500 (xd_get_connection_address): Rename from xd_initialize.
14501 Return cached address.
14502 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
14503 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
14504 level.
14505 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
14506 Return number of refcounts.
14507 (Fdbus_get_unique_name): Make stronger parameter check.
14508 (Fdbus_message_internal): New defun.
14509 (Fdbus_call_method, Fdbus_call_method_asynchronously)
14510 (Fdbus_method_return_internal, Fdbus_method_error_internal)
14511 (Fdbus_send_signal, Fdbus_register_service)
14512 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
14513 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
14514 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
14515 (Vdbus_compiled_version, Vdbus_runtime_version)
14516 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
14517 (Vdbus_message_type_method_return, Vdbus_message_type_error)
14518 (Vdbus_message_type_signal): New defvars.
14519 (Vdbus_registered_buses, Vdbus_registered_objects_table):
14520 Adapt docstring.
14521
14522 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
14523
14524 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
14525 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
14526 Do not assume ptrdiff_t is the same width as 'int'.
14527
14528 * alloc.c: Handle unusual debugging option combinations.
14529 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
14530 since the two debugging options are incompatible.
14531 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
14532 is defined.
14533 (mem_init, mem_insert, mem_insert_fixup):
14534 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
14535 (NEED_MEM_INSERT): Remove; no longer needed.
14536
14537 2012-04-22 Leo Liu <sdl.web@gmail.com>
14538
14539 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
14540
14541 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
14542
14543 * sysdep.c [__FreeBSD__]: Minor cleanups.
14544 (list_system_processes, system_process_attributes) [__FreeBSD__]:
14545 Use Emacs indenting style more consistently. Avoid some casts.
14546 Use 'double' consistently rather than mixing 'float' and 'double'.
14547
14548 2012-04-21 Eduard Wiebe <usenet@pusto.de>
14549
14550 * sysdep.c (list_system_processes, system_process_attributes):
14551 Add implementation for FreeBSD (Bug#5243).
14552
14553 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
14554
14555 * lisp.mk (lisp): Update.
14556
14557 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
14558
14559 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
14560 It is never used otherwise.
14561
14562 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14563
14564 * print.c (print_preprocess): Only check print_depth if print-circle
14565 is nil.
14566 (print_object): Check for cycles even when print-circle is nil and
14567 print-gensym is t, but only check print_depth if print-circle is nil.
14568
14569 2012-04-20 Chong Yidong <cyd@gnu.org>
14570
14571 * process.c (wait_reading_process_output): If EIO occurs on a pty,
14572 set the status to "failed" and ensure that sentinel is run.
14573
14574 2012-04-20 Glenn Morris <rgm@gnu.org>
14575
14576 * process.c (Fset_process_inherit_coding_system_flag)
14577 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
14578 (Fmake_network_process, Fmake_serial_process): Doc fix.
14579
14580 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14581
14582 * xdisp.c (string_buffer_position_lim): Limit starting position to
14583 BEGV.
14584 (set_cursor_from_row): If called for a mode-line or header-line
14585 row, return zero immediately.
14586 (try_cursor_movement): If inside continuation line, don't back up
14587 farther than the first row after the header line, if any.
14588 Don't consider the header-line row as "partially visible", even if
14589 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
14590
14591 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
14592
14593 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
14594 (bug#11238).
14595
14596 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
14597 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
14598
14599 configure: new option --enable-gcc-warnings (Bug#11207)
14600 * Makefile.in (C_WARNINGS_SWITCH): Remove.
14601 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
14602 (ALL_CFLAGS): Use new macros rather than old.
14603 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
14604 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
14605 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
14606 -Wunused-result, -Wunused-variable. This should go away once
14607 the Emacs and Gnulib regex code is merged.
14608 (xmalloc, xrealloc): Now static.
14609
14610 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
14611
14612 * dired.c (Fsystem_groups): Remove unused local.
14613
14614 2012-04-17 Glenn Morris <rgm@gnu.org>
14615
14616 * dired.c (Fsystem_users): Doc fix.
14617
14618 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14619
14620 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
14621 (syms_of_dired): Add them.
14622
14623 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
14624
14625 Fix minor alloc.c problems found by static checking.
14626 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
14627 New extern decls, to avoid calling undeclared functions.
14628 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
14629 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
14630 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
14631 (NEED_MEM_INSERT): New macro.
14632 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
14633 Remove one incorrect comment and fix another.
14634
14635 Fix minor ralloc.c problems found by static checking.
14636 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
14637 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
14638 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
14639 (r_alloc_sbrk): Now static.
14640
14641 Improve ralloc.c interface checking.
14642 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
14643 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
14644 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
14645 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
14646 [REL_ALLOC]: ... to here, to check interface.
14647 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
14648 Remove decls. This fixes an "It stinks!".
14649
14650 * alloc.c (which_symbols): Fix alignment issue / type clash.
14651
14652 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
14653
14654 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
14655 (struct Lisp_Misc_Any): Likewise.
14656 (struct Lisp_Free): Likewise.
14657 * alloc.c (union aligned_Lisp_Symbol): Define.
14658 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
14659 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
14660 (union aligned_Lisp_Misc): Define.
14661 (MARKER_BLOCK_SIZE, struct marker_block): Use union
14662 aligned_Lisp_Misc instead of union Lisp_Misc.
14663 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
14664
14665 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14666
14667 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
14668 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
14669 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
14670 * s/netbsd.h, s/sol2-6.h:
14671 Remove definition of GC_MARK_STACK, since the default now works.
14672 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
14673 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
14674 no longer the default.
14675 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
14676
14677 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
14678
14679 * lread.c (lisp_file_lexically_bound_p):
14680 Fix hang at ";-*-\n" (bug#11238).
14681
14682 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14683
14684 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
14685 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
14686
14687 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
14688
14689 * nsterm.m (constrainFrameRect): Always constrain when there is only
14690 one screen (Bug#10962).
14691
14692 2012-04-13 Ken Brown <kbrown@cornell.edu>
14693
14694 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
14695
14696 2012-04-13 Reuben Thomas <rrt@sc3d.org>
14697
14698 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
14699
14700 2012-04-11 Daniel Colascione <dancol@dancol.org>
14701
14702 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
14703 against is gone. It's better to use vfork now so that when Cygwin
14704 gains a new, working vfork, we use it automatically (bug#10398).
14705
14706 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * window.c (save_window_save): Obey window-point-insertion-type.
14709
14710 2012-04-11 Glenn Morris <rgm@gnu.org>
14711
14712 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
14713
14714 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14715
14716 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
14717
14718 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
14719
14720 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
14721 (force_quit_count): New var.
14722 (handle_interrupt): Use it.
14723
14724 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14725
14726 * w32.c (w32_delayed_load): Record the full path of the library
14727 being loaded (bug#10424).
14728
14729 2012-04-09 Glenn Morris <rgm@gnu.org>
14730
14731 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
14732 not just in the obarray, before snarfing them. (Bug#11036)
14733
14734 * Makefile.in ($(leimdir)/leim-list.el):
14735 Pass EMACS rather than BUILT_EMACS.
14736
14737 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
14738
14739 * process.c (make_process):
14740 * process.h: Add integer `gnutls_handshakes_tried' member to
14741 process struct.
14742
14743 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
14744 Add convenience `GNUTLS_LOG2i' macro.
14745
14746 * gnutls.c (gnutls_log_function2i): Convenience log function.
14747 (emacs_gnutls_read): Use new log functions,
14748 `gnutls_handshakes_tried' process member, and
14749 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
14750 attempts per process (connection).
14751
14752 2012-04-09 Chong Yidong <cyd@gnu.org>
14753
14754 * eval.c (Fuser_variable_p, user_variable_p_eh)
14755 (lisp_indirect_variable): Functions deleted.
14756 (Fdefvar): Caller changed.
14757
14758 * callint.c (Finteractive, Fcall_interactively):
14759 * minibuf.c (Fread_variable): Callers changed.
14760
14761 2012-04-09 Eli Zaretskii <eliz@gnu.org>
14762
14763 * xdisp.c (set_cursor_from_row): If the display string appears in
14764 the buffer at position that is closer to point than the position
14765 after the display string, display the cursor on the first glyph of
14766 the display string. Fixes cursor display when a 'display' text
14767 property immediately follows invisible text. (Bug#11094)
14768
14769 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
14770
14771 composite.c: use 'double' consistently
14772 * composite.c (get_composition_id): Use 'double' consistently
14773 instead of converting 'float' to 'double' and vice versa; this is
14774 easier to understand and avoids a GCC warning.
14775
14776 2012-04-09 Glenn Morris <rgm@gnu.org>
14777
14778 * Makefile.in: Generate leim-list with bootstrap-emacs, in
14779 preparation for dumping it with emacs. (Bug#4789)
14780 (leimdir): New variable.
14781 ($(leimdir)/leim-list.el): New rule.
14782 (emacs$(EXEEXT)): Depend on leim-list.el.
14783
14784 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
14785 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
14786 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
14787
14788 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
14789
14790 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
14791 proper alignment.
14792
14793 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
14794
14795 * xml.c (init_libxml2_functions) [WINDOWSNT]:
14796 Remove unused local variable.
14797
14798 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
14799
14800 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
14801 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
14802 (mark_memory): Mark Lisp_Objects only if pointers might hide in
14803 objects, as mark_maybe_pointer will catch them otherwise.
14804 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
14805 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
14806
14807 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
14808
14809 Fix typo that broke non-Windows builds.
14810 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
14811
14812 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14813
14814 Support building on MS-Windows with libxml2.
14815
14816 * makefile.w32-in (OBJ2): Add xml.$(O).
14817 (GLOBAL_SOURCES): Add xml.c.
14818 ($(BLD)/xml.$(O)): New dependency list.
14819
14820 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
14821 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
14822 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
14823 [!WINDOWSNT]: New macros.
14824 (init_libxml2_functions, libxml2_loaded_p): New functions.
14825 (parse_region): Call fn_xmlCheckVersion instead of using the macro
14826 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
14827 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
14828 Calls xmlCleanupParser only if libxml2 was loaded (or statically
14829 linked in).
14830 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
14831 Call init_libxml2_functions before calling libxml2 functions.
14832 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
14833
14834 * emacs.c: Don't include libxml/parser.h.
14835 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
14836 xmlCleanupParser directly.
14837
14838 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
14839
14840 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14841
14842 * indent.c (Fvertical_motion): If there is a display string at
14843 point, use it.vpos to compute how many lines to backtrack after
14844 move_it_to point. (Bug#11133)
14845
14846 2012-04-06 Eli Zaretskii <eliz@gnu.org>
14847
14848 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
14849 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
14850 about subtle differences between FETCH_CHAR* and STRING_CHAR*
14851 macros related to unification of CJK characters. For the details,
14852 see the discussion following the message here:
14853 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
14854
14855 2012-04-04 Chong Yidong <cyd@gnu.org>
14856
14857 * keyboard.c (Vdelayed_warnings_list): Doc fix.
14858
14859 2012-04-01 Eli Zaretskii <eliz@gnu.org>
14860
14861 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
14862 instead of alloca. (Bug#11138)
14863
14864 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
14865
14866 * w32menu.c (is_simple_dialog): Properly check lisp types.
14867 (Bug#11141)
14868
14869 2012-03-31 Eli Zaretskii <eliz@gnu.org>
14870
14871 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
14872 position we get to after a call to move_it_to fails the
14873 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
14874 only if we wind up in a string from display property. (Bug#11063)
14875
14876 * window.c (Fdelete_other_windows_internal): Invalidate the row
14877 and column information about mouse highlight, so that redisplay
14878 restores it after reallocating the glyph matrices. (Bug#7464)
14879
14880 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
14881 string comes from a `display' text property, use the buffer
14882 position of that property as if we actually saw that position in
14883 the row's glyphs.
14884 (move_it_by_lines): Remove the assertion that
14885 "it->current_x == 0 && it->hpos == 0" which can be legitimately
14886 violated when there's a before-string at the beginning of a line.
14887 (Bug#11063)
14888
14889 2012-03-30 Eli Zaretskii <eliz@gnu.org>
14890
14891 * xdisp.c (append_space_for_newline): If the default face was
14892 remapped, use the remapped face for the appended newline.
14893 (extend_face_to_end_of_line): Use the remapped default face for
14894 extending the face to the end of the line.
14895 (display_line): Call extend_face_to_end_of_line when the default
14896 face was remapped. (Bug#11068)
14897
14898 2012-03-29 Eli Zaretskii <eliz@gnu.org>
14899
14900 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
14901
14902 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
14905
14906 2012-03-27 Glenn Morris <rgm@gnu.org>
14907
14908 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
14909 Doc fixes.
14910
14911 2012-03-26 Kenichi Handa <handa@m17n.org>
14912
14913 * dispextern.h (struct glyph): Fix previous change. Change the
14914 bit length of glyphless.ch to 25 (Bug#11082).
14915
14916 2012-03-26 Chong Yidong <cyd@gnu.org>
14917
14918 * keyboard.c (Vselection_inhibit_update_commands): New variable.
14919 (command_loop_1): Use it; inhibit selection update for
14920 handle-select-window too (Bug#8996).
14921
14922 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
14923
14924 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
14925
14926 2012-03-25 Kenichi Handa <handa@m17n.org>
14927
14928 * dispextern.h (struct glyph): Change the bit length of
14929 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
14930
14931 2012-03-24 Eli Zaretskii <eliz@gnu.org>
14932
14933 * s/ms-w32.h (tzname): Include time.h before redirecting to
14934 _tzname. Fixes the MSVC build. (Bug#9960)
14935
14936 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
14937
14938 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
14939 characters.
14940
14941 * xterm.c (XTread_socket): Only modify handling_signal if
14942 !SYNC_INPUT. (Bug#11080)
14943
14944 2012-03-23 Eli Zaretskii <eliz@gnu.org>
14945
14946 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
14947 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
14948 when fetching a multibyte character consumes more bytes than
14949 CHAR_BYTES returns, due to unification of CJK characters in
14950 string_char. (Bug#11073)
14951
14952 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14953
14954 * process.c (wait_reading_process_output): Handle pty disconnect
14955 by refraining from sending oneself a SIGCHLD (bug#10933).
14956
14957 2012-03-22 Chong Yidong <cyd@gnu.org>
14958
14959 * dispextern.h (struct it): New member string_from_prefix_prop_p.
14960
14961 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
14962 Mark string as coming from a prefix property.
14963 (handle_face_prop): Use default face for prefix strings (Bug#4281).
14964 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
14965
14966 2012-03-21 Chong Yidong <cyd@gnu.org>
14967
14968 * xfaces.c (Vface_remapping_alist): Doc fix.
14969
14970 2012-03-20 Eli Zaretskii <eliz@gnu.org>
14971
14972 * w32proc.c (Fw32_set_console_codepage)
14973 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
14974 Doc fixes.
14975
14976 2012-03-20 Chong Yidong <cyd@gnu.org>
14977
14978 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
14979 to reflect default non-nil value of redisplay-dont-pause.
14980
14981 2012-03-19 Kenichi Handa <handa@m17n.org>
14982
14983 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
14984 it fit in a valid range (Bug#11003).
14985
14986 2012-03-18 Eli Zaretskii <eliz@gnu.org>
14987
14988 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
14989 that is not from display property, accept the row as a "cursor
14990 row" if one of the string's character has a non-nil `cursor'
14991 property. Fixes cursor positioning when there are newlines in
14992 overlay strings, e.g. in icomplete.el. (Bug#11035)
14993
14994 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
14995
14996 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
14997
14998 2012-03-12 Chong Yidong <cyd@gnu.org>
14999
15000 * eval.c (inhibit_lisp_code): Rename from
15001 inhibit_window_configuration_change_hook; move from window.c.
15002
15003 * xfns.c (unwind_create_frame_1, Fx_create_frame):
15004 * window.c (run_window_configuration_change_hook)
15005 (syms_of_window): Callers changed.
15006
15007 2012-03-11 Chong Yidong <cyd@gnu.org>
15008
15009 * keymap.c (Fkey_description): Doc fix (Bug#9700).
15010
15011 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
15012
15013 2012-03-10 Chong Yidong <cyd@gnu.org>
15014
15015 * frame.c (other_visible_frames): Don't assume the selected frame
15016 is visible (Bug#10955).
15017
15018 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
15019
15020 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
15021
15022 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
15023
15024 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
15025 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
15026 zero (Bug#10954).
15027
15028 2012-03-03 Glenn Morris <rgm@gnu.org>
15029
15030 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
15031
15032 2012-03-02 Eli Zaretskii <eliz@gnu.org>
15033
15034 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
15035 position past the first glyph_row that ends at ZV. (Bug#10902)
15036 (redisplay_window, next_element_from_string): Fix typos in
15037 comments.
15038 (redisplay_window): Pass to move_it_vertically the margin in
15039 pixels, not in screen lines.
15040
15041 2012-03-02 Glenn Morris <rgm@gnu.org>
15042
15043 * buffer.c (buffer-list-update-hook): Doc fix.
15044
15045 2012-02-29 Eli Zaretskii <eliz@gnu.org>
15046
15047 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
15048 push_it before setting up the iterator for the first overlay
15049 string, even if we have an empty string loaded.
15050 (next_overlay_string): If there's an empty string on the iterator
15051 stack, pop the stack. (Bug#10903)
15052
15053 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
15054
15055 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
15056 Suggested by Stefan Monnier in
15057 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
15058 * alloc.c (widen_to_Lisp_Object): New static function.
15059 (mark_memory): Also mark Lisp_Objects by fetching pointer words
15060 and widening them to Lisp_Objects. This would work even if
15061 USE_LSB_TAG is defined and wide integers are used, which might
15062 happen in a future version of Emacs.
15063
15064 2012-02-25 Chong Yidong <cyd@gnu.org>
15065
15066 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
15067 Doc fix.
15068
15069 * xselect.c (Fx_selection_exists_p): Doc fix.
15070 (x_clipboard_manager_save_all): Print an informative message
15071 before saving to clipboard manager.
15072
15073 2012-02-24 Chong Yidong <cyd@gnu.org>
15074
15075 * keyboard.c (process_special_events): Handle all X selection
15076 requests in kbd_buffer, not just the next one (Bug#8869).
15077
15078 2012-02-23 Chong Yidong <cyd@gnu.org>
15079
15080 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
15081 call when setting menu-bar-lines and tool-bar-lines parameters.
15082 (unwind_create_frame_1): New helper function.
15083
15084 * window.c (inhibit_window_configuration_change_hook): New var.
15085 (run_window_configuration_change_hook): Obey it.
15086 (syms_of_window): Initialize it.
15087
15088 2012-02-22 Chong Yidong <cyd@gnu.org>
15089
15090 * xterm.c (x_draw_image_relief): Add missing type check for
15091 Vtool_bar_button_margin (Bug#10743).
15092
15093 2012-02-21 Chong Yidong <cyd@gnu.org>
15094
15095 * fileio.c (Vfile_name_handler_alist): Doc fix.
15096
15097 * buffer.c (Fget_file_buffer): Protect against invalid file
15098 handler return value.
15099
15100 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
15101
15102 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
15103 when computing $valmask.
15104
15105 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
15106 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
15107 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
15108 It's useless in that case, and it can cause problems on hosts
15109 that allocate halves of EMACS_INT values separately.
15110 Reported by Dan Horák. Diagnosed by Andreas Schwab in
15111 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
15112 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
15113 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
15114 it avoids undefined behavior on hosts where shifting right by more
15115 than the word width has undefined behavior.
15116
15117 2012-02-19 Chong Yidong <cyd@gnu.org>
15118
15119 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
15120 (Funhandled_file_name_directory, Ffile_name_as_directory)
15121 (Fdirectory_file_name, Fexpand_file_name)
15122 (Fsubstitute_in_file_name): Protect against invalid file handler
15123 return values (Bug#10845).
15124
15125 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15126
15127 * .gdbinit (pitx): Fix incorrect references to fields of the
15128 iterator stack.
15129
15130 2012-02-17 Chong Yidong <cyd@gnu.org>
15131
15132 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
15133
15134 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
15135
15136 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
15137 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
15138
15139 2012-02-15 Chong Yidong <cyd@gnu.org>
15140
15141 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
15142 marked as special. Also, starting docstrings with * is obsolete.
15143
15144 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
15145
15146 * gnutls.c (emacs_gnutls_write): Fix last change.
15147
15148 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15149
15150 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
15151 send_process.
15152
15153 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
15154
15155 * keymap.c (Fsingle_key_description): Handle char ranges.
15156
15157 2012-02-12 Chong Yidong <cyd@gnu.org>
15158
15159 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
15160 as that creates a dangerous corner case.
15161
15162 * window.c (Fdelete_window_internal): Invalidate the mouse
15163 highlight (Bug#9904).
15164
15165 2012-02-12 Glenn Morris <rgm@gnu.org>
15166
15167 * xselect.c (Fx_own_selection_internal)
15168 (Fx_get_selection_internal, Fx_disown_selection_internal)
15169 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
15170 * nsselect.m (Fx_own_selection_internal)
15171 (Fx_disown_selection_internal, Fx_selection_exists_p)
15172 (Fx_selection_owner_p, Fx_get_selection_internal):
15173 Sync docs and argument specs with the xselect.c versions.
15174
15175 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
15176
15177 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
15178
15179 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15180
15181 * w32select.c (Fx_selection_exists_p): Sync doc string and
15182 argument list with xselect.c. (Bug#10783)
15183
15184 * w16select.c (Fx_selection_exists_p): Sync doc string and
15185 argument list with xselect.c. (Bug#10783)
15186
15187 2012-02-10 Glenn Morris <rgm@gnu.org>
15188
15189 * fns.c (Fsecure_hash): Doc fix.
15190
15191 2012-02-09 Kenichi Handa <handa@m17n.org>
15192
15193 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
15194
15195 2012-02-07 Chong Yidong <cyd@gnu.org>
15196
15197 * buffer.c (Fbuffer_local_variables)
15198 (buffer_lisp_local_variables): Handle unbound vars correctly;
15199 don't let Qunbound leak into Lisp.
15200
15201 2012-02-07 Glenn Morris <rgm@gnu.org>
15202
15203 * image.c (Fimagemagick_types): Doc fix.
15204
15205 * image.c (imagemagick-render-type): Change it from a lisp object
15206 to an integer. Move the doc here from the lisp manual.
15207 Treat all values not equal to 0 the same.
15208
15209 2012-02-06 Chong Yidong <cyd@gnu.org>
15210
15211 * doc.c (store_function_docstring): Avoid applying docstring of
15212 alias to base function (Bug#2603).
15213
15214 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
15215
15216 * .gdbinit (pp1, pv1): Remove redundant defines.
15217 (pr): Use pp.
15218
15219 2012-02-04 Chong Yidong <cyd@gnu.org>
15220
15221 * nsterm.m: Declare a global (Bug#10694).
15222
15223 2012-02-04 Eli Zaretskii <eliz@gnu.org>
15224
15225 * w32.c (get_emacs_configuration_options):
15226 Include --enable-checking, if specified, in the return value.
15227
15228 2012-02-04 Martin Rudalics <rudalics@gmx.at>
15229
15230 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
15231 after rounding frame sizes. (Bug#9723)
15232
15233 2012-02-04 Eli Zaretskii <eliz@gnu.org>
15234
15235 * keyboard.c (adjust_point_for_property): Don't position point
15236 before BEGV. (Bug#10696)
15237
15238 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
15239
15240 Handle overflow when computing char display width (Bug#9496).
15241 * character.c (char_width): Return EMACS_INT, not int.
15242 (char_width, c_string_width): Check for overflow when
15243 computing the width; this is possible now that individual
15244 characters can have unbounded width. Problem introduced
15245 by merge from Emacs 23 on 2012-01-19.
15246
15247 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
15248
15249 * dbusbind.c (Fdbus_register_method): Mention the return value
15250 :ignore in the docstring.
15251
15252 2012-02-02 Glenn Morris <rgm@gnu.org>
15253
15254 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
15255
15256 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
15257 Unconditionally set to t. (Bug#10673)
15258 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
15259 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
15260 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
15261
15262 2012-02-02 Kenichi Handa <handa@m17n.org>
15263
15264 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
15265 0, do not call append_composite_glyph.
15266
15267 2012-02-02 Kenichi Handa <handa@m17n.org>
15268
15269 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
15270 NULL (Bug#6988).
15271 (x_produce_glyphs): If the component of a composition is a null
15272 string, set it->pixel_width to 1 to avoid zero-width glyph.
15273
15274 2012-02-01 Eli Zaretskii <eliz@gnu.org>
15275
15276 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
15277 first 2 arguments are identical. This makes inserting large
15278 output from a subprocess an order of magnitude faster on
15279 MS-Windows, where all sbrk'ed memory is always contiguous.
15280
15281 2012-01-31 Glenn Morris <rgm@gnu.org>
15282
15283 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
15284 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
15285 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
15286
15287 2012-01-29 Glenn Morris <rgm@gnu.org>
15288
15289 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
15290
15291 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
15292
15293 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
15294
15295 2012-01-28 Chong Yidong <cyd@gnu.org>
15296
15297 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
15298
15299 2012-01-26 Chong Yidong <cyd@gnu.org>
15300
15301 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
15302
15303 * search.c (Fsearch_forward, Fsearch_backward): Document negative
15304 repeat counts (Bug#10507).
15305
15306 2012-01-26 Glenn Morris <rgm@gnu.org>
15307
15308 * lread.c (syms_of_lread): Doc fix.
15309
15310 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
15311
15312 * coding.c (encode_designation_at_bol): Change return value to
15313 EMACS_INT.
15314
15315 2012-01-25 Chong Yidong <cyd@gnu.org>
15316
15317 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
15318
15319 2012-01-21 Chong Yidong <cyd@gnu.org>
15320
15321 * floatfns.c (Fcopysign): Make the second argument non-optional,
15322 since nil is not allowed anyway.
15323
15324 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
15325
15326 * process.c (read_process_output): Use p instead of XPROCESS (proc).
15327 (send_process): Likewise.
15328
15329 2012-01-19 Martin Rudalics <rudalics@gmx.at>
15330
15331 * window.c (save_window_save, Fcurrent_window_configuration)
15332 (Vwindow_persistent_parameters): Do not use Qstate.
15333 Rewrite doc-strings.
15334
15335 2012-01-19 Kenichi Handa <handa@m17n.org>
15336
15337 * character.c (char_width): New function.
15338 (Fchar_width, c_string_width, lisp_string_width):
15339 Use char_width (Bug#9496).
15340
15341 2012-01-16 Martin Rudalics <rudalics@gmx.at>
15342
15343 * window.c (Vwindow_persistent_parameters): New variable.
15344 (Fset_window_configuration, save_window_save): Handle persistent
15345 window parameters.
15346
15347 2012-01-14 Eli Zaretskii <eliz@gnu.org>
15348
15349 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
15350 thrashing the stack of the thread. (Bug#9087)
15351
15352 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
15353
15354 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
15355
15356 2012-01-11 Eli Zaretskii <eliz@gnu.org>
15357
15358 * xdisp.c (rows_from_pos_range): Handle the case where the
15359 highlight ends on a newline. (Bug#10464)
15360 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
15361 he end column for display of highlight that ends on a newline
15362 before a R2L line.
15363
15364 2012-01-11 Glenn Morris <rgm@gnu.org>
15365
15366 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
15367 from load-path also when installation-directory is nil. (Bug#10208)
15368
15369 2012-01-10 Glenn Morris <rgm@gnu.org>
15370
15371 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
15372
15373 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
15374 Update template values to be closer to their typical values these days.
15375
15376 2012-01-09 Eli Zaretskii <eliz@gnu.org>
15377
15378 * xdisp.c (rows_from_pos_range): Accept additional argument
15379 DISP_STRING, and accept any glyph in a row whose object is that
15380 string as eligible for mouse highlight. Fixes mouse highlight of
15381 display strings from overlays. (Bug#10464)
15382
15383 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
15384
15385 emacs: fix an auto-save permissions race condition (Bug#10400)
15386 * fileio.c (auto_saving_dir_umask): New static var.
15387 (Fmake_directory_internal): Use it.
15388 (do_auto_save_make_dir): Set it, instead of invoking chmod after
15389 creating the directory. The old code temporarily assigns
15390 too-generous permissions to the directory.
15391 (do_auto_save_eh): Clear it.
15392 (Fdo_auto_save): Catch all errors, not just file errors, so
15393 that the var is always cleared.
15394
15395 2012-01-07 Eli Zaretskii <eliz@gnu.org>
15396
15397 * search.c (scan_buffer): Pass character positions to
15398 know_region_cache, not byte positions. (Bug#6540)
15399
15400 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
15401
15402 * w32.c (sys_rename): Report EXDEV when rename of a directory
15403 fails because the target is on another logical disk. (Bug#10284)
15404
15405 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
15406
15407 * xterm.c (x_embed_request_focus): New function.
15408
15409 * xterm.h: Add prototype.
15410
15411 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
15412
15413 2012-01-05 Glenn Morris <rgm@gnu.org>
15414
15415 * emacs.c (emacs_copyright): Update short copyright year to 2012.
15416
15417 2012-01-01 Eli Zaretskii <eliz@gnu.org>
15418
15419 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
15420 Load gnutls_transport_set_lowat only if GnuTLS version is below
15421 2.11.1.
15422 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
15423 GnuTLS versions below 2.11.1.
15424
15425 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
15426
15427 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
15428 to the doc string advising against its use for altering the way
15429 windows are scrolled.
15430
15431 2011-12-28 Kenichi Handa <handa@m17n.org>
15432
15433 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
15434 coding-system ASCII compatible only when it does not produce BOM
15435 on encoding (Bug#10383).
15436
15437 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
15438
15439 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
15440 can scroll.
15441 (create_and_show_popup_menu): Always use menu_position_func for
15442 Gtk3 (Bug#10361).
15443
15444 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
15445
15446 * callint.c (Fcall_interactively): Don't truncate prompt string.
15447
15448 2011-12-23 Eli Zaretskii <eliz@gnu.org>
15449
15450 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
15451 property that ends at ZV, so that the bidi iteration could be
15452 resumed from there (after widening). (Bug#10360)
15453
15454 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
15455
15456 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
15457
15458 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
15459
15460 * nsterm.m (x_free_frame_resources):
15461 Release f->output_data.ns->miniimage.
15462 (ns_index_color): Fix indentation. Do not retain
15463 color_table->colors[i].
15464
15465 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
15466 before returning.
15467
15468 * nsfns.m (x_set_background_color): Assign return value from
15469 ns_index_color to face-background instead of NSColor*.
15470 (ns_implicitly_set_icon_type): Fix indentation.
15471 Change assignment in for loop to comparison.
15472
15473 * emacs.c (ns_pool): New variable.
15474 (main): Assign ns_pool.
15475 (Fkill_emacs): Call ns_release_autorelease_pool.
15476
15477 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
15478 autorelease fdesc, release fdAttrs and tdict.
15479 (ns_get_covering_families): Release charset.
15480 (ns_findfonts): Release NSFontDescriptor created with new.
15481 (ns_uni_to_glyphs): Fix indentation.
15482 (setString): Release attrStr before assigning new value.
15483
15484 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
15485
15486 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
15487 and NS_IMPL_COCOA.
15488 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
15489 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
15490
15491 2011-12-18 David Reitter <reitter@cmu.edu>
15492
15493 * nsterm.m (ns_term_init): Subscribe for notifications
15494 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
15495 to method trackingNotification in EmacsMenu.
15496
15497 * nsmenu.m (trackingMenu): New variable.
15498 (trackingNotification): New method (from Aquamacs).
15499 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
15500 from Aquamacs (Bug#7030).
15501
15502 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
15503
15504 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
15505 (symbol_to_nsstring): Fix indentation.
15506 (ns_symbol_to_pb): New function.
15507 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
15508 (Fns_rotate_cut_buffers_internal): Remove.
15509 (Fns_store_selection_internal): Rename from
15510 Fns_store_cut_buffer_internal.
15511 (ns_get_foreign_selection, Fx_own_selection_internal)
15512 (Fx_disown_selection_internal, Fx_selection_exists_p)
15513 (Fns_get_selection_internal, Fns_store_selection_internal):
15514 Use ns_symbol_to_pb and check if return value is nil.
15515 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
15516 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
15517 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
15518 renamed to Sns_store_selection_internal.
15519 (ns_handle_selection_request): Move code to Fx_own_selection_internal
15520 and remove this function.
15521 (ns_handle_selection_clear): Remove, never used.
15522 (Fx_own_selection_internal): Move code from ns_handle_selection_request
15523 here.
15524
15525 2011-12-17 Ken Brown <kbrown@cornell.edu>
15526
15527 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
15528 GID is unknown (Bug#10257).
15529
15530 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
15531
15532 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
15533 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
15534 which caused a build failure on GNU/Linux IA-64. This problem was
15535 introduced by my 2011-10-07 patch.
15536
15537 2011-12-15 Juri Linkov <juri@jurta.org>
15538
15539 * image.c (imagemagick_error): New function. (Bug#10112)
15540 (imagemagick_load_image): Comment out `MagickSetResolution' call.
15541 Use `imagemagick_error' where ImageMagick functions return
15542 `MagickFalse'.
15543 (Fimagemagick_types): Add `Fnreverse' to return the list in the
15544 proper order.
15545
15546 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15547
15548 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
15549 fill background (Bug#8992).
15550
15551 2011-12-13 Martin Rudalics <rudalics@gmx.at>
15552
15553 * window.c (Vwindow_combination_resize)
15554 (Vwindow_combination_limit): Use t instead of non-nil in
15555 doc-strings.
15556 (Vrecenter_redisplay): Add first sentence of doc-string on
15557 separate line.
15558 (Frecenter): Fix doc-string typo.
15559
15560 2011-12-11 Kenichi Handa <handa@m17n.org>
15561
15562 * coding.c (Funencodable_char_position): Pay attention to the
15563 buffer text relocation (Bug#9389).
15564
15565 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
15566
15567 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
15568 gtk_init (Bug#10100).
15569
15570 2011-12-10 Eli Zaretskii <eliz@gnu.org>
15571
15572 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
15573 IT->string is nil. (Bug#10263)
15574
15575 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
15576
15577 * nsterm.h (x_free_frame_resources): Declare.
15578
15579 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
15580 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
15581
15582 * nsterm.h (ns_get_defaults_value): Declare.
15583
15584 * nsterm.m (ns_default): Call ns_get_defaults_value.
15585
15586 2011-12-09 Eli Zaretskii <eliz@gnu.org>
15587
15588 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
15589 (Bug#10170)
15590
15591 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15592
15593 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
15594 that where the value of an _OBJC_* symbol points to is in the .bss
15595 section (Bug#10240).
15596
15597 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
15598
15599 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
15600 after the loop to call ccl_driver at least once (Bug#8619).
15601
15602 2011-12-08 Kenichi Handa <handa@m17n.org>
15603
15604 * ftfont.c (get_adstyle_property): Fix previous change
15605 (Bug#10233).
15606
15607 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
15608
15609 * w32.c (init_environment): If no_site_lisp, remove site-lisp
15610 dirs from the default value of EMACSLOADPATH (bug#10208).
15611
15612 2011-12-07 Glenn Morris <rgm@gnu.org>
15613
15614 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
15615 installation and source directories as well. (Bug#10208)
15616
15617 2011-12-06 Chong Yidong <cyd@gnu.org>
15618
15619 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
15620
15621 2011-12-06 Glenn Morris <rgm@gnu.org>
15622
15623 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
15624 as an error, not just -1. (Bug#10217)
15625
15626 2011-12-05 Chong Yidong <cyd@gnu.org>
15627
15628 * keyboard.c (process_special_events): New function.
15629 (swallow_events, Finput_pending_p): Use it (Bug#10195).
15630
15631 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
15632
15633 * coding.c (encode_designation_at_bol): Don't use uninitialized
15634 local variable (Bug#9318).
15635
15636 2011-12-05 Kenichi Handa <handa@m17n.org>
15637
15638 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
15639 return Qnil (Bug#8046, Bug#10193).
15640
15641 2011-12-05 Kenichi Handa <handa@m17n.org>
15642
15643 * coding.c (encode_designation_at_bol): New args charbuf_end and
15644 dst. Return the number of produced bytes. Callers changed.
15645 (coding_set_source): Return how many bytes coding->source was
15646 relocated.
15647 (coding_set_destination): Return how many bytes
15648 coding->destination was relocated.
15649 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
15650 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
15651
15652 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
15653
15654 * coding.c (CODING_CHAR_CHARSET_P): New macro.
15655 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
15656 macro (Bug#9318).
15657
15658 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
15659
15660 The following changes are to fix Bug#9318.
15661
15662 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
15663 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
15664 (encode_coding_iso_2022, encode_coding_sjis)
15665 (encode_coding_big5, encode_coding_charset): Use the above macros.
15666
15667 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
15668
15669 * lisp.h (process_quit_flag): Fix external declaration.
15670
15671 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15672
15673 Don't macro-inline non-performance-critical code.
15674 * eval.c (process_quit_flag): New function.
15675 * lisp.h (QUIT): Use it.
15676
15677 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
15678
15679 * nsfns.m (get_geometry_from_preferences): New function.
15680 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
15681
15682 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
15683
15684 * emacs.c (Qkill_emacs): Define.
15685 (syms_of_emacs): Initialize it.
15686 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
15687 Qquit_flag to `kill-emacs' instead.
15688 (quit_throw_to_read_char): Add parameter `from_signal'.
15689 All callers changed. Call Fkill_emacs if requested and safe.
15690 * lisp.h (QUIT): Call Fkill_emacs if requested.
15691
15692 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
15693
15694 * widget.c (update_wm_hints): Return if wmshell is null.
15695 (widget_update_wm_size_hints): New function.
15696
15697 * widget.h (widget_update_wm_size_hints): Declare.
15698
15699 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
15700 widget_update_wm_size_hints (Bug#10104).
15701
15702 2011-12-03 Eli Zaretskii <eliz@gnu.org>
15703
15704 * xdisp.c (handle_invisible_prop): If the invisible text ends just
15705 before a newline, prepare the bidi iterator for consuming the
15706 newline, and keep the current paragraph direction. (Bug#10183)
15707 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
15708
15709 2011-12-02 Juri Linkov <juri@jurta.org>
15710
15711 * search.c (Fword_search_regexp): New Lisp function created from
15712 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
15713 (Fword_search_backward, Fword_search_forward)
15714 (Fword_search_backward_lax, Fword_search_forward_lax):
15715 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
15716 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
15717
15718 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * fileio.c (Finsert_file_contents): Move after-change-function call
15721 to before the "handled:" label, since all "goto handled" appear in
15722 cases where the *-change-functions have already been properly called
15723 (bug#10117).
15724
15725 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
15726
15727 * keyboard.c (interrupt_signal): Don't call kill-emacs when
15728 waiting for input. (Bug#10169)
15729
15730 2011-11-30 Eli Zaretskii <eliz@gnu.org>
15731
15732 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
15733 verifies glyph row's hash code--we have just reallocated the
15734 glyphs, so their contents can be complete garbage. (Bug#10164)
15735
15736 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15737
15738 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
15739
15740 2011-11-30 Eli Zaretskii <eliz@gnu.org>
15741
15742 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
15743 attributes are tested _before_ calling verify_row_hash, to protect
15744 against GCC re-ordering of the tests. (Bug#10164)
15745
15746 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
15747
15748 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
15749
15750 * xterm.c (handle_one_xevent): Only set async_visible and friends
15751 if net_wm_state_hidden_seen is non-zero (Bug#10002)
15752 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
15753 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
15754
15755 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
15756
15757 Remove GCPRO-related macros that exist only to avoid shadowing locals.
15758 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
15759 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
15760 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
15761 All uses changed to use GCPRO1 etc.
15762 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
15763 Revert to old implementation (i.e., before 2011-03-11).
15764
15765 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15766
15767 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
15768 of scroll runs so as to avoid assigning disabled bogus rows and
15769 unnecessary graphics copy operations.
15770
15771 2011-11-27 Eli Zaretskii <eliz@gnu.org>
15772
15773 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
15774 (snprintf) [_MSC_VER]: Redirect to _snprintf.
15775 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
15776 (malloc, free, realloc, calloc): Redirect to e_* only when
15777 compiling Emacs.
15778
15779 * lisp.h (GCTYPEBITS): Move before first use.
15780 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
15781 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
15782 this macro definition.
15783
15784 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
15785 _MSC_VER.
15786
15787 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
15788
15789 * gtkutil.c (xg_create_frame_widgets):
15790 Call gtk_window_set_has_resize_grip (FALSE) if that function is
15791 present with Gtk+ 2.0.
15792
15793 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
15794
15795 * fileio.c (Finsert_file_contents): Undo previous change; see
15796 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
15797
15798 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
15799
15800 Rename locals to avoid shadowing.
15801 * fileio.c (Finsert_file_contents):
15802 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
15803 * process.c (wait_reading_process_output):
15804 Rename inner 'proc' to 'p' to avoid shadowing.
15805 Indent for consistency with usual Emacs style.
15806
15807 2011-11-25 Eli Zaretskii <eliz@gnu.org>
15808
15809 * xdisp.c (redisplay_window): If cursor row is not fully visible
15810 after recentering, and scroll-conservatively is set to a large
15811 number, scroll window by a few more lines to make the cursor fully
15812 visible and out of scroll-margin. (Bug#10105)
15813 (start_display): Don't move to the next line if the display should
15814 start at a newline that is part of a display vector or an overlay
15815 string. (Bug#10119)
15816
15817 2011-11-24 Juri Linkov <juri@jurta.org>
15818
15819 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
15820 after the `MagickPingImage' call. (Bug#10112)
15821
15822 2011-11-23 Chong Yidong <cyd@gnu.org>
15823
15824 * window.c (Fcoordinates_in_window_p): Accept only live windows.
15825
15826 2011-11-23 Martin Rudalics <rudalics@gmx.at>
15827
15828 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
15829 making another buffer current. (Bug#10114)
15830
15831 2011-11-23 Glenn Morris <rgm@gnu.org>
15832
15833 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
15834
15835 2011-11-23 Chong Yidong <cyd@gnu.org>
15836
15837 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
15838 using it (Bug#5984).
15839
15840 2011-11-22 Eli Zaretskii <eliz@gnu.org>
15841
15842 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
15843 and header-lines, as they don't have one computed for them.
15844 (Bug#10098)
15845
15846 * .gdbinit (prow): Make displayed values more self-explaining.
15847 Add row's hash code.
15848
15849 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15850
15851 * process.c (wait_reading_process_output): Fix asynchrounous
15852 GnuTLS socket handling on some versions of the GnuTLS library.
15853 (wait_reading_process_output): Add comment and URL.
15854
15855 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
15856
15857 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
15858
15859 2011-11-21 Chong Yidong <cyd@gnu.org>
15860
15861 * window.c (Fnext_window, Fprevious_window): Doc fix.
15862
15863 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15864
15865 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
15866
15867 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15868
15869 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
15870
15871 2011-11-20 Martin Rudalics <rudalics@gmx.at>
15872
15873 * window.c (Fset_window_combination_limit): Rename argument
15874 STATUS to LIMIT.
15875 (Vwindow_combination_limit): Remove "status" from doc-string.
15876
15877 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
15878
15879 * m/ibms390.h: Remove.
15880 * m/ibms390x.h: Don't include "ibms390.h".
15881
15882 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15883
15884 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
15885 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
15886
15887 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15888
15889 * casetab.c (Fset_case_table):
15890 * charset.c (Fcharset_after): Fix typos.
15891
15892 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
15893
15894 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
15895 Otherwise, valgrind does not work on some platforms.
15896 Problem reported by Andreas Schwab in
15897 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
15898 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
15899 is set, removing the need for VIRT_ADDRESS_VARIES.
15900 (PURE_P): Use a more-efficient implementation that needs just one
15901 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
15902 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
15903 to 4 (xorl, subq, cmpq, setbe).
15904 * alloc.c (pure): Always extern now, since that's the
15905 VIRT_ADDR_VARIES behavior.
15906 (PURE_POINTER_P): Use a single comparison, not two, for
15907 consistency with the new puresize.h.
15908 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
15909 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
15910 Remove VIRT_ADDR_VARIES no longer needed.
15911
15912 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15913
15914 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
15915 (erase_phys_cursor, update_window_cursor, show_mouse_face)
15916 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
15917 behave as if the cursor position were at the window margin.
15918
15919 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
15920 and the cursor position is out of bounds, behave as if the cursor
15921 position were at the window margin. (Bug#10075)
15922
15923 2011-11-18 Chong Yidong <cyd@gnu.org>
15924
15925 * window.c (Fwindow_combination_limit): Make first argument
15926 non-optional, since it is meaningless for live windows like the
15927 selected window.
15928
15929 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
15930
15931 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
15932
15933 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15934
15935 * intervals.c: Fix grafting over the whole buffer (bug#10071).
15936 (graft_intervals_into_buffer): Simplify.
15937
15938 2011-11-18 Eli Zaretskii <eliz@gnu.org>
15939
15940 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
15941 hash values of the two rows.
15942 (copy_row_except_pointers): Preserve the used[] arrays and the
15943 hash values of the two rows. (Bug#10035)
15944 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
15945
15946 * xdisp.c (row_hash): New function, body extracted from
15947 compute_line_metrics.
15948 (compute_line_metrics): Call row_hash, instead of computing the
15949 hash code inline.
15950
15951 * dispnew.c (verify_row_hash): Call row_hash for computing the
15952 hash code of a row, instead of duplicating code from xdisp.c.
15953
15954 * dispextern.h (row_hash): Add prototype.
15955
15956 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
15957
15958 * frame.c (delete_frame): Don't delete the terminal when the last
15959 X frame is closed if emacs is built with GTK toolkit.
15960
15961 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
15964
15965 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15966
15967 * window.c (Vwindow_splits): Rename to
15968 Vwindow_combination_resize. Suggested by Juri Linkov.
15969 (Fsplit_window_internal): Use Vwindow_combination_resize instead
15970 of Vwindow_splits.
15971
15972 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15973
15974 * nsfns.m (Fns_font_name):
15975 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
15976
15977 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15978
15979 * window.h (window): Rename slot "nest" to "combination_limit".
15980 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
15981 (Fset_window_nest): Rename to Fset_window_combination_limit.
15982 (Vwindow_nest): Rename to Vwindow_combination_limit.
15983 (recombine_windows, make_parent_window, make_window)
15984 (Fsplit_window_internal, saved_window)
15985 (Fset_window_configuration, save_window_save): Rename all
15986 occurrences of window_nest to window_combination_limit.
15987
15988 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15989
15990 * image.c (imagemagick_load_image): Fix typo.
15991
15992 2011-11-14 Eli Zaretskii <eliz@gnu.org>
15993
15994 * xdisp.c (display_line): Move the call to
15995 highlight_trailing_whitespace before the call to
15996 compute_line_metrics, since the latter needs to see the final
15997 faces of all the glyphs to compute ROW's hash value.
15998 Fixes assertion violations in row_equal_p. (Bug#10035)
15999
16000 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
16001
16002 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
16003 just return (bug#10044).
16004
16005 2011-11-12 Eli Zaretskii <eliz@gnu.org>
16006
16007 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
16008 with user-defined heap size. Bump the default size of the temacs
16009 heap to 27MB, to avoid memory warning when running temacs.
16010 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
16011
16012 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
16013 current_matrix and desired_matrix. (Bug#9990)
16014 (verify_row_hash) [XASSERTS]: New function.
16015 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
16016 that the hash value of glyph rows is correct.
16017
16018 2011-11-12 Martin Rudalics <rudalics@gmx.at>
16019
16020 * window.h (window): Remove splits slot.
16021 * window.c (Fwindow_splits, Fset_window_splits): Remove.
16022 (Fdelete_other_windows_internal, make_parent_window)
16023 (make_window, Fsplit_window_internal, Fdelete_window_internal)
16024 (Fset_window_configuration, save_window_save): Don't deal with
16025 split status of windows.
16026 (saved_window): Remove splits slot.
16027 (Vwindow_splits): Rewrite doc-string.
16028
16029 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
16030
16031 * xfns.c (unwind_create_frame):
16032 * nsfns.m (unwind_create_frame):
16033 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
16034 Vframe_list (Bug#9999).
16035
16036 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
16037
16038 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
16039
16040 2011-11-11 Kenichi Handa <handa@m17n.org>
16041
16042 * callproc.c (Fcall_process): Set the member dst_multibyte of
16043 process_coding.
16044
16045 2011-11-11 Johan Bockgård <bojohan@gnu.org>
16046
16047 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
16048 avoid a crash (bug#9496).
16049
16050 2011-11-09 Chong Yidong <cyd@gnu.org>
16051
16052 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
16053 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
16054
16055 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
16056
16057 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
16058
16059 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
16060
16061 Avoid some portability problems by eschewing 'extern inline' functions.
16062 The trivial performance wins aren't worth the portability hassles; see
16063 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
16064 et seq.
16065 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
16066 (window_box_width, window_box_left, window_box_left_offset)
16067 (window_box_right, window_box_right_offset): Undo previous change,
16068 by removing the "extern"s.
16069 * intervals.c (adjust_intervals_for_insertion)
16070 (adjust_intervals_for_deletion): Undo previous change,
16071 making these static again.
16072 (offset_intervals, temp_set_point_both, temp_set_point)
16073 (copy_intervals_to_string): No longer inline.
16074 * xdisp.c (window_text_bottom_y, window_box_width)
16075 (window_box_height, window_box_left_offset)
16076 (window_box_right_offset, window_box_left, window_box_right)
16077 (window_box): No longer inline.
16078
16079 2011-11-08 Chong Yidong <cyd@gnu.org>
16080
16081 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
16082 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
16083 Signal an error if not a live window.
16084 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
16085 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
16086
16087 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
16088
16089 * lisp.h (syms_of_abbrev): Remove declaration.
16090 Reported by CHENG Gao <chenggao@royau.me>.
16091
16092 2011-11-07 Eli Zaretskii <eliz@gnu.org>
16093
16094 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
16095 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
16096 of temacs in GUI mode.
16097
16098 2011-11-07 Martin Rudalics <rudalics@gmx.at>
16099
16100 * window.h: Declare delete_all_child_windows instead of
16101 delete_all_subwindows.
16102 * window.c (Fwindow_nest, Fset_window_nest)
16103 (Fset_window_new_total, Fset_window_new_normal)
16104 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
16105 (delete_all_subwindows): Rename to delete_all_child_windows.
16106 (Fdelete_other_windows_internal, Fset_window_configuration):
16107 Call delete_all_child_windows instead of delete_all_subwindows.
16108 * frame.c (delete_frame): Call delete_all_child_windows instead
16109 of delete_all_subwindows.
16110
16111 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
16112
16113 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
16114 This is also needed for porting to any host where GC_MARK_STACK is
16115 not GC_MAKE_GCPROS_NOOPS.
16116 (which_symbols): Use it.
16117
16118 2011-11-07 Kenichi Handa <handa@m17n.org>
16119
16120 * coding.c (coding_set_destination): Check coding->src_pos only
16121 when coding->src_object is a buffer (bug#9910).
16122
16123 * process.c (send_process): Set the member src_multibyte of coding
16124 to 0 (bug#9911) when sending a unibyte text.
16125
16126 * callproc.c (Fcall_process): Set the member src_multibyte of
16127 process_coding to 0 (bug#9912).
16128
16129 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16130
16131 * xmenu.c (cleanup_widget_value_tree): New function.
16132 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
16133 calling free_menubar_widget_value_tree directly (Bug#9830).
16134
16135 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
16136
16137 Fix some portability problems with 'inline'.
16138 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
16139 (window_box_width, window_box_left, window_box_left_offset)
16140 (window_box_right, window_box_right_offset): Declare extern.
16141 Otherwise, these inline functions do not conform to C99 and
16142 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
16143 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
16144 * intervals.c (adjust_intervals_for_insertion)
16145 (adjust_intervals_for_deletion): Now extern, because otherwise the
16146 extern inline functions 'offset_intervals' couldn't refer to it.
16147 (static_offset_intervals): Remove.
16148 (offset_intervals): Rewrite using the old contents of
16149 static_offset_intervals. The old version didn't conform to C99
16150 because an extern inline function contained a reference to an
16151 identifier with static linkage.
16152
16153 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
16154
16155 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
16156 GC.
16157
16158 2011-11-06 Eli Zaretskii <eliz@gnu.org>
16159
16160 * xdisp.c (init_iterator, reseat_to_string): Don't set the
16161 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
16162 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
16163 return Qleft_to_right.
16164
16165 2011-11-06 Chong Yidong <cyd@gnu.org>
16166
16167 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
16168 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
16169 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
16170 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
16171 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
16172 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
16173 (Fwindow_vscroll): Doc fix.
16174 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
16175 argument, since it makes no sense to pass a live window and for
16176 consistency with window-child.
16177
16178 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
16179
16180 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
16181 support MSVC.
16182
16183 2011-11-05 Jason Rumney <jasonr@gnu.org>
16184
16185 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
16186 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
16187 fonts (Bug#6029).
16188 (add_font_entity_to_list): Fix logic errors in mixed boolean and
16189 bitwise arithmetic preventing use of unicode-sip and non-truetype
16190 opentype fonts.
16191
16192 2011-11-05 Eli Zaretskii <eliz@gnu.org>
16193
16194 * s/ms-w32.h (fstat, stat, utime): Move redirections to
16195 "emacs"-only part.
16196
16197 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
16198 initialization code to keep similarity to xfns.c after changes
16199 from 2011-11-05.
16200
16201 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
16202
16203 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
16204 (unwind_create_frame): New function (Bug#9943).
16205 (Fx_create_frame): Restructure code to be more similar to the one in
16206 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
16207 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
16208 Move terminal->reference_count++ just before making the frame official
16209 (Bug#9943).
16210
16211 * nsterm.m (x_free_frame_resources): New function.
16212 (x_destroy_window): Move code to x_free_frame_resources.
16213
16214 * xfns.c (unwind_create_frame): Fix comment.
16215 (Fx_create_frame, x_create_tip_frame):
16216 Move terminal->reference_count++ just before making the frame
16217 official. Move initialization of image_cache_refcount and
16218 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
16219
16220 2011-11-05 Eli Zaretskii <eliz@gnu.org>
16221
16222 Support MSVC build with newer versions of Visual Studio.
16223 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
16224 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
16225 nt/gmake.defs.
16226
16227 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
16228 which are not supported by MSVC.
16229 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
16230 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
16231 bitfields.
16232 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
16233 types in bitfields.
16234 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
16235
16236 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
16237
16238 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
16239
16240 Support MSVC build with newer versions of Visual Studio.
16241 * w32.c: Don't include w32api.h for MSVC.
16242 (init_environment) [_MSC_VER]: Call sys_access, not _access.
16243
16244 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
16245 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
16246 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
16247 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
16248 e_* cousins.
16249 (alloca) [_MSC_VER]: Define to _alloca.
16250
16251 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
16252
16253 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
16254
16255 2011-11-04 Eli Zaretskii <eliz@gnu.org>
16256
16257 * xdisp.c (note_mouse_highlight): If either of
16258 previous/next-single-property-change returns nil, treat that as
16259 the beginning or the end of the buffer. (Bug#9955)
16260
16261 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
16262
16263 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
16264 label is not null (Bug#9951).
16265 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
16266 may be NULL.
16267
16268 2011-11-04 Eli Zaretskii <eliz@gnu.org>
16269
16270 * window.c (Fwindow_body_size): Mention in the doc string that the
16271 return value is in frame's canonical units. (Bug#9949)
16272
16273 2011-11-03 Eli Zaretskii <eliz@gnu.org>
16274
16275 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
16276
16277 * w32fns.c (unwind_create_frame): If needed, free the glyph
16278 matrices of the partially constructed frame. (Bug#9943)
16279 * xfns.c (unwind_create_frame): Likewise.
16280
16281 2011-11-01 Eli Zaretskii <eliz@gnu.org>
16282
16283 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
16284 Don't stop backward scan on the continuation glyph, even though
16285 its CHARPOS is positive.
16286 (mouse_face_from_buffer_pos, note_mouse_highlight):
16287 Rename cover_string to disp_string.
16288
16289 2011-11-01 Martin Rudalics <rudalics@gmx.at>
16290
16291 * window.c (temp_output_buffer_show): Don't use
16292 Vtemp_buffer_show_specifiers.
16293 (Vtemp_buffer_show_specifiers): Remove unused variable.
16294
16295 2011-10-30 Eli Zaretskii <eliz@gnu.org>
16296
16297 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
16298 past the beginning of the current glyph matrix.
16299
16300 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
16301
16302 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
16303 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
16304 HAVE_GTK3 (Bug#9869).
16305
16306 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
16307 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
16308
16309 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
16310
16311 * xterm.c: Declare x_handle_net_wm_state to return int.
16312 (handle_one_xevent): Check if we are iconified but don't have
16313 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
16314 (get_current_wm_state): Return non-zero if not hidden,
16315 check for _NET_WM_STATE_HIDDEN (Bug#9893).
16316 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
16317 (x_handle_net_wm_state): Return what get_current_wm_state returns.
16318 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
16319
16320 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
16321
16322 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
16323 so that this new function doesn't get optimized away by a
16324 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
16325
16326 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
16327
16328 * frame.h (MOUSE_HL_INFO): Remove excess parens.
16329
16330 2011-10-29 Eli Zaretskii <eliz@gnu.org>
16331
16332 Fix the `xbytecode' command.
16333 * .gdbinit (xprintbytestr): New command.
16334 (xwhichsymbols): Rename from `which'; all callers changed.
16335 (xbytecode): Print the byte-code string as well.
16336
16337 2011-10-29 Kim Storm <storm@cua.dk>
16338
16339 * alloc.c (which_symbols): New function.
16340
16341 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
16342
16343 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
16344 line. (Bug#9903)
16345
16346 2011-10-29 Glenn Morris <rgm@gnu.org>
16347
16348 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
16349 Not clear what it was for, and it causes various bugs. (Bug#9839)
16350
16351 2011-10-28 Eli Zaretskii <eliz@gnu.org>
16352
16353 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
16354 possible random value that matches one of those tested as
16355 condition to clear the mouse face.
16356
16357 2011-10-28 Chong Yidong <cyd@gnu.org>
16358
16359 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
16360
16361 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
16362
16363 * window.c (make_window): Initialize phys_cursor_on_p.
16364
16365 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16366
16367 * lisp.h (struct Lisp_Symbol): Update comments.
16368
16369 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
16370
16371 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
16372
16373 2011-10-28 Eli Zaretskii <eliz@gnu.org>
16374
16375 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
16376 <oslsachem@gmail.com> for helping to debug this.
16377
16378 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
16379 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
16380 (g_b_init_get_glyph_outline_w): New static variables.
16381 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
16382 (GetGlyphOutlineW_Proc): New typedefs.
16383 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
16384 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
16385 New functions.
16386 (w32font_open_internal, compute_metrics):
16387 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
16388 instead of calling the "wide" APIs directly.
16389
16390 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
16391
16392 * w32.h (syms_of_w32font): Add prototype.
16393
16394 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
16395
16396 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
16397 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
16398 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
16399 (Fmove_to_window_line): Doc fix.
16400
16401 2011-10-27 Chong Yidong <cyd@gnu.org>
16402
16403 * process.c (make_process): Set gnutls_state to NULL.
16404
16405 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
16406 non-NULL, regardless of GNUTLS_INITSTAGE.
16407 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
16408 an error. Set process slots as soon as we allocate them.
16409
16410 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
16411
16412 2011-10-27 Chong Yidong <cyd@gnu.org>
16413
16414 * gnutls.c (emacs_gnutls_deinit): New function.
16415 Deallocate credentials structures as well as calling gnutls_deinit.
16416 (Fgnutls_deinit, Fgnutls_boot): Use it.
16417
16418 * process.c (make_process): Initialize GnuTLS credentials to NULL.
16419 (deactivate_process): Call emacs_gnutls_deinit.
16420
16421 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
16422
16423 * image.c (x_create_x_image_and_pixmap):
16424 * w32.c (sys_rename, w32_delayed_load):
16425 * w32font.c (fill_in_logfont):
16426 * w32reg.c (x_get_string_resource): Silence compiler warnings.
16427
16428 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16429
16430 * w32fns.c (w32_default_color_map): New function,
16431 extracted from Fw32_default_color_map.
16432 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
16433
16434 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
16435
16436 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
16437
16438 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16439
16440 * keyboard.c (test_undefined): New function (bug#9751).
16441 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
16442
16443 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
16444
16445 * sysdep.c (init_sys_modes): Fix the check for the controlling
16446 terminal (Bug#6649).
16447
16448 2011-10-20 Eli Zaretskii <eliz@gnu.org>
16449
16450 * dispextern.h (struct bidi_it): New member next_en_type.
16451
16452 * bidi.c (bidi_line_init): Initialize the next_en_type member.
16453 (bidi_resolve_explicit_1): When next_en_pos is valid for the
16454 current character, check also for next_en_type being WEAK_EN.
16455 (bidi_resolve_weak): Don't enter the expensive loop if the current
16456 position is before next_en_pos. Record the bidi type of the first
16457 non-ET, non-BN character we find, in addition to its position.
16458 (bidi_level_of_next_char): Invalidate next_en_type when
16459 next_en_pos is over-stepped.
16460
16461 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
16462
16463 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
16464 * editfns.c: Rewrite current-time-zone so that it invokes
16465 the equivalent of (format-time-string "%Z") to get the time zone name.
16466 This fixes a bug when the time zone name contains characters that
16467 need converting from the system time locale to Emacs internal format.
16468 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
16469 that patch fixed format-time-string to do the conversion, but
16470 I forgot to fix current-time-zone.
16471 (format_time_string): New function, containing most of
16472 what Fformat_time_string used to contain.
16473 (Fformat_time_string): Rewrite in terms of format_time_string.
16474 This doesn't change this function's behavior.
16475 (current-time-zone): Rewrite to use format_time_string.
16476 This fixes the bug reported by Michael Schierl in
16477 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
16478 Jason Rumney's 2007-06-07 change worked around this bug, but
16479 didn't fix it.
16480 * systime.h (tzname, timezone): Remove no-longer-used declarations.
16481
16482 2011-10-19 Eli Zaretskii <eliz@gnu.org>
16483
16484 * xdisp.c (start_display): If the character at POS is displayed
16485 via a display vector, reset IT->current.dpvec_index to zero.
16486 (try_window_reusing_current_matrix): If a line ends in a display
16487 vector or the next line starts in a display vector, continue
16488 redrawing the window even though the character position of
16489 start_row was reached.
16490 (Bug#9771, part 2)
16491
16492 2011-10-18 Chong Yidong <cyd@gnu.org>
16493
16494 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
16495 with nobreak-char-display too.
16496
16497 2011-10-18 Eli Zaretskii <eliz@gnu.org>
16498
16499 Fix part 3 of bug#9771.
16500 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
16501 (bidi_resolve_neutral): Don't enter the expensive loop looking for
16502 non-neutral characters if the current character is a paragraph
16503 separator (a.k.a. Newline). This avoids running the same
16504 expensive loop twice, once when we consume the preceding newline
16505 and the other time when the line actually needs to be displayed.
16506 Avoid the loop when we see neutrals on the base embedding level
16507 following a character whose directionality is the same as the
16508 paragraph's. This avoids running the expensive loop when a line
16509 ends in a long sequence of neutrals, like control characters.
16510 Add assertion against STRONG_AL type. Slightly rearrange code
16511 that determines the type of a neutral given the first non-neutral
16512 that follows it.
16513 (bidi_level_of_next_char): Set next_en_pos to zero when
16514 invalidating its info.
16515
16516 2011-10-17 Eli Zaretskii <eliz@gnu.org>
16517
16518 * xdisp.c (push_display_prop): Determine whether to record string
16519 or buffer position by IT->string, not by IT->method. Allow
16520 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
16521 (move_it_vertically_backward): Don't look for character position
16522 immediately after the newline when in a continuation line.
16523 (Bug#9771, part 1)
16524
16525 2011-10-15 Martin Rudalics <rudalics@gmx.at>
16526
16527 * window.c (coordinates_in_window): Rewrite and delabelize
16528 vertical border check. (Bug#5357) (Bug#9618)
16529
16530 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16531
16532 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
16533 errors in XSetWindowBorder (bug#9310).
16534
16535 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
16536
16537 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
16538 avoid crash when xmalloc overrun checking is enabled.
16539
16540 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16541
16542 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
16543 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
16544 cursor motion with <left> and <right> arrow keys.
16545
16546 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
16547 some callers set that themselves.
16548
16549 2011-10-12 Eli Zaretskii <eliz@gnu.org>
16550
16551 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
16552 display string and the previous row comes from the same string and
16553 is empty. (Bug#9739) (Bug#9738)
16554
16555 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16556
16557 * doc.c (get_doc_string): Encode file name (bug#9735).
16558
16559 2011-10-12 Eli Zaretskii <eliz@gnu.org>
16560
16561 * bidi.c (bidi_level_of_next_char):
16562 * xdisp.c (get_visually_first_element): Remove old incorrect
16563 comments regarding the Unicode Line Separator character.
16564
16565 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
16566
16567 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
16568
16569 * alloc.c (Fgc_status): Do not access beyond zombies array
16570 boundary if nzombies > MAX_ZOMBIES.
16571 * alloc.c (dump_zombies): Add missing format specifier.
16572
16573 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
16574
16575 * xdisp.c (set_cursor_from_row): Simplify conditionals,
16576 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
16577
16578 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
16579 Some packages use them to denote characters with modifiers.
16580
16581 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
16582
16583 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
16584 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
16585 matching a pp-number. Rename parameter var to var1.
16586
16587 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16588
16589 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
16590
16591 2011-10-08 Glenn Morris <rgm@gnu.org>
16592
16593 * callint.c (Fcall_interactively): Give a more explicit error for the
16594 'c' case with a non-character input. (Bug#8479)
16595
16596 2011-10-08 Eli Zaretskii <eliz@gnu.org>
16597
16598 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
16599 lines.
16600 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
16601 lines that are hscrolled on the left.
16602
16603 * dispnew.c (buffer_posn_from_coords): Account for a possible
16604 presence of header-line. (Bug#4426)
16605
16606 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
16607
16608 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
16609 Don't advertise functionality which we discourage or doesn't work.
16610
16611 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
16612
16613 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
16614 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
16615 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
16616 this makes Emacs dump core during garbage collection on rare
16617 occasions. sizeof is obviously inferior to offsetof here, so
16618 stick with offsetof.
16619 (GC_POINTER_ALIGNMENT): New macro.
16620 (mark_memory): Omit 3rd (offset) arg; caller changed.
16621 Don't assume EMACS_INT alignment is the same as pointer alignment.
16622
16623 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16624
16625 * keyboard.c (read_key_sequence_remapped): New var.
16626 (read_key_sequence): Compute remapping in the right buffer.
16627 (command_loop_1): Use read_key_sequence's remapping directly.
16628
16629 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16630
16631 * dired.c (file_name_completion): Don't expand file name.
16632 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
16633 before checking file name handler.
16634
16635 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
16636 they've been requested explicitly (bug#9591).
16637
16638 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
16639
16640 * keymap.c (Fsingle_key_description): Use make_specified_string
16641 instead of build_string to build string from push_key_description.
16642 (Bug#5193)
16643
16644 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
16645
16646 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
16647 This fixes a Y2038 bug on 64-bit hosts.
16648 * buffer.c (reset_buffer):
16649 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
16650 (Fclear_buffer_auto_save_failure):
16651 Use 0, not -1, to represent an unset failure time, since time_t
16652 might not be signed.
16653
16654 Remove dependency on glibc malloc internals.
16655 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
16656 Move back here from lisp.h, but with their new implementations.
16657 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
16658 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
16659 * charset.c (charset_table_init): New static var.
16660 (syms_of_charset): Use it instead of xmalloc. This removes a
16661 dependency on glibc malloc internals. See Eli Zaretskii's comment in
16662 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
16663 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
16664 Move back to alloc.c.
16665 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
16666 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
16667
16668 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
16669
16670 * nsterm.m (windowDidResize): Call x_set_window_size only when
16671 ns_in_resize is true. Otherwise set pixelwidth/height and
16672 call change_frame_size (Bug#9628).
16673
16674 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
16675
16676 Port --enable-checking=all to Fedora 14 x86-64.
16677 * charset.c (syms_of_charset): Also account for glibc malloc's
16678 internal overhead when calculating the initial malloc maximum.
16679
16680 Port --enable-checking=all to Fedora 14 x86.
16681 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
16682 Move to lisp.h.
16683 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
16684 (overrun_check_realloc, overrun_check_free):
16685 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
16686 That way, xmalloc returns a properly-aligned pointer even if
16687 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
16688 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
16689 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
16690 into account when calculating the initial malloc maximum.
16691 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
16692 Move here from alloc.c, so that charset.c can use it too.
16693 Properly align; the old code wasn't right for common 32-bit hosts
16694 when configured with --enable-checking=all.
16695 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
16696 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
16697
16698 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16699
16700 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
16701 use EDOM.
16702
16703 2011-09-28 Eli Zaretskii <eliz@gnu.org>
16704
16705 * xdisp.c (compute_display_string_end): If there's no display
16706 string at CHARPOS, return -1.
16707
16708 * bidi.c (bidi_fetch_char): When compute_display_string_end
16709 returns a negative value, treat the character as a normal
16710 character not covered by a display string. (Bug#9624)
16711
16712 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16713
16714 * lread.c (Fread_from_string): Fix typo in docstring.
16715
16716 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16717
16718 * xdisp.c (handle_invisible_prop): If invisible text ends on a
16719 newline, reseat the iterator instead of bidi-iterating there one
16720 character at a time. (Bug#9610)
16721 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
16722 TO_CHARPOS if the bidi iterator is at base embedding level.
16723
16724 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
16725
16726 * lread.c (readevalloop): Use correct code for NBSP.
16727 (read1): Likewise. (Bug#9608)
16728
16729 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16730
16731 * dbusbind.c (Fdbus_register_signal): When service is not
16732 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
16733
16734 2011-09-25 Glenn Morris <rgm@gnu.org>
16735
16736 * buffer.c (truncate-lines): Doc fix.
16737
16738 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16739
16740 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
16741 (Fset_window_next_buffers): Doc fix.
16742
16743 2011-09-24 Glenn Morris <rgm@gnu.org>
16744
16745 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
16746
16747 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
16748
16749 Fix minor problems found by static checking.
16750 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
16751 * indent.c (Fvertical_motion): Fix == vs = typo.
16752
16753 2011-09-24 Eli Zaretskii <eliz@gnu.org>
16754
16755 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
16756 Default value is now t. Doc fix.
16757
16758 * indent.c (Fvertical_motion): Compute and apply the overshoot
16759 logic when moving up, not only when moving down. Fix the
16760 confusing name and values of the it_overshoot_expected variable;
16761 logic changes accordingly. (Bug#9254) (Bug#9549)
16762
16763 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
16764 CHARPOS is covered by a display string which includes newlines.
16765 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
16766 is covered by a display string with embedded newlines.
16767
16768 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
16769
16770 * dbusbind.c (Fdbus_register_signal): Add match rule to
16771 Vdbus_registered_objects_table. (Bug#9581)
16772 (Fdbus_register_method, Vdbus_registered_objects_table):
16773 Fix docstring.
16774
16775 2011-09-24 Jim Meyering <meyering@redhat.com>
16776
16777 do not ignore write error for any output size
16778 The previous change was incomplete.
16779 While it makes emacs --batch detect the vast majority of stdout
16780 write failures, errors were still ignored whenever the output size is
16781 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
16782 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
16783 && echo FAIL: ignored write error
16784 FAIL: ignored write error
16785 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
16786 && echo FAIL: ignored write error
16787 FAIL: ignored write error
16788 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
16789
16790 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16791
16792 * emacs.c (Fkill_emacs): In noninteractive mode exit
16793 non-successfully if a write error occurred on stdout. (Bug#9574)
16794
16795 2011-09-21 Eli Zaretskii <eliz@gnu.org>
16796
16797 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
16798 the xassert test.
16799
16800 * dispextern.h (struct it): Update the comment documenting what
16801 can it->OBJECT be.
16802
16803 2011-09-20 Eli Zaretskii <eliz@gnu.org>
16804
16805 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
16806 a display string, extend search for cursor position to end of row.
16807 (find_row_edges): If the row ends in a newline from a display
16808 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
16809 Handle the case of a display string with multiple newlines.
16810 (Fcurrent_bidi_paragraph_direction): Fix search for previous
16811 non-empty line. Fixes confusing cursor motion with arrow keys at
16812 the beginning of a line that starts with whitespace.
16813
16814 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16815
16816 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
16817 (bug#9493).
16818
16819 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
16820
16821 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
16822 boolean (Bug#9154).
16823
16824 2011-09-18 Eli Zaretskii <eliz@gnu.org>
16825
16826 * xdisp.c (display_line): Record maximum and minimum buffer
16827 positions even if no glyphs were produced (e.g., by a zero-width
16828 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
16829 buffer positions that will be removed from the glyph row because
16830 they don't fit.
16831 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
16832 column is beyond frame width: don't subtract 1 "pixel" when
16833 computing width of the stretch.
16834 (reseat_at_next_visible_line_start): Undo the change made on
16835 2011-09-17 that saved paragraph information and restored it after
16836 the call to `reseat'. (Bug#9545)
16837
16838 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16839
16840 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
16841 and turn window cursor on if cleared (Bug#9415).
16842
16843 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
16844
16845 * search.c (boyer_moore): Take unibyte characters from pattern
16846 literally. (Bug#9458)
16847
16848 2011-09-18 Eli Zaretskii <eliz@gnu.org>
16849
16850 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
16851
16852 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
16853
16854 Fix minor problem found by static checking.
16855 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
16856 initialized, to pacify gcc -Wuninitialized.
16857
16858 * fileio.c: Report proper errno when syscall falls.
16859 (Finsert_file_contents): Save and restore errno,
16860 so that report_file_error outputs the correct diagnostic.
16861 (Fwrite_region) [CLASH_DETECTION]: Likewise.
16862
16863 2011-09-18 Eli Zaretskii <eliz@gnu.org>
16864
16865 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
16866
16867 2011-09-17 Eli Zaretskii <eliz@gnu.org>
16868
16869 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
16870 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
16871
16872 2011-09-17 Eli Zaretskii <eliz@gnu.org>
16873
16874 * xdisp.c (reseat_at_next_visible_line_start): Keep information
16875 about the current paragraph and restore it after the call to reseat.
16876
16877 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
16878 (bidi_find_paragraph_start): Search back for paragraph beginning
16879 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
16880 (bidi_move_to_visually_next): Only trigger paragraph-related
16881 computations when the last character is a newline or at EOB, not
16882 just any NEUTRAL_B. (Bug#9470)
16883
16884 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
16885 truncated lines if point is covered by a display string. (Bug#9524)
16886
16887 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
16888
16889 * xselect.c: Relax test for outgoing X longs (Bug#9498).
16890 (cons_to_x_long): New function.
16891 (lisp_data_to_selection_data): Use it. Correct the test for
16892 short-versus-long data; it was negated. Break out of vector
16893 loop, for efficiency, when a long datum is discovered.
16894
16895 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16896
16897 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
16898
16899 2011-09-16 Eli Zaretskii <eliz@gnu.org>
16900
16901 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
16902 GCC PR/17406) by declaring this function with external scope.
16903
16904 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
16905
16906 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
16907 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
16908
16909 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
16910
16911 * editfns.c (Fformat): Correctly handle text properties on "%%".
16912
16913 2011-09-15 Eli Zaretskii <eliz@gnu.org>
16914
16915 * xterm.c (x_draw_composite_glyph_string_foreground):
16916 * w32term.c (x_draw_composite_glyph_string_foreground):
16917 * term.c (encode_terminal_code):
16918 * composite.c (composition_update_it, get_composition_id):
16919 * xdisp.c (get_next_display_element)
16920 (fill_composite_glyph_string): Add comments about special meaning
16921 of TAB characters in a composition.
16922
16923 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
16924
16925 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
16926 This occurs when processing a multibyte format.
16927 Problem reported by Wolfgang Jenker.
16928
16929 2011-09-15 Johan Bockgård <bojohan@gnu.org>
16930
16931 * xdisp.c (try_cursor_movement): Only check for exact match if
16932 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
16933
16934 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
16935
16936 Remove unused external symbols.
16937 * dispextern.h (calc_pixel_width_or_height): Remove decl.
16938 * xdisp.c (calc_pixel_width_or_height): Now static.
16939 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
16940 * indent.c (check_display_width):
16941 * w32term.c: Fix comment to match code.
16942 * xterm.c, xterm.h (x_catching_errors): Remove.
16943
16944 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
16945
16946 * xselect.c: Use signed conversions more consistently (Bug#9498).
16947 (selection_data_to_lisp_data): Assume incoming selection data are
16948 signed integers, not unsigned. This is to be consistent with
16949 outgoing selection data, which was modified to use signed integers
16950 in as part of the fix to Bug#9196 in response to Jan D.'s comment
16951 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
16952 expects long, not unsigned long.
16953
16954 2011-09-14 Eli Zaretskii <eliz@gnu.org>
16955
16956 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
16957 computation of loop end. Reported by Johan Bockgård
16958 <bojohan@gnu.org>.
16959
16960 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
16961
16962 * frame.c (Fother_visible_frames_p): Function deleted.
16963
16964 2011-09-12 Eli Zaretskii <eliz@gnu.org>
16965
16966 * indent.c (compute_motion): Process display vector front to back
16967 rather than the other way around. (Bug#2496)
16968
16969 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16970
16971 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
16972
16973 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
16974
16975 * minibuf.c (Fread_from_minibuffer): Doc fix.
16976
16977 2011-09-11 Eli Zaretskii <eliz@gnu.org>
16978
16979 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
16980 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
16981
16982 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16983
16984 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
16985 value for non-existent files.
16986
16987 2011-09-11 Eli Zaretskii <eliz@gnu.org>
16988
16989 * fileio.c (Finsert_file_contents): If the file cannot be opened,
16990 set its "size" to -1. This will set the modtime_size field of
16991 the corresponding buffer to -1, which is what
16992 verify-visited-file-modtime expects for files that do not exist.
16993 (Bug#9139)
16994
16995 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
16996
16997 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
16998 here ...
16999 * lisp.h: ... from here. push_key_description is no longer
17000 defined in keyboard.c, so its declaration should not be in
17001 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
17002 logically belongs with push_key_description.
17003
17004 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
17005
17006 * buffer.h: Include <sys/types.h> instead of <time.h>.
17007 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
17008 Problem reported by Herbert J. Skuhra.
17009
17010 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17011
17012 * xml.c (parse_region): Make the parsing work for
17013 non-comment-starting XML files again (bug#9144).
17014
17015 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
17016
17017 * image.c (gif_load): Fix calculation of bottom and right corner.
17018 (Bug#9468)
17019
17020 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17021
17022 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
17023 redisplay in small windows.
17024
17025 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17026
17027 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
17028
17029 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17030
17031 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
17032 Operate on live windows only.
17033
17034 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
17035
17036 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
17037
17038 2011-09-07 Eli Zaretskii <eliz@gnu.org>
17039
17040 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
17041 only under bidi iteration.
17042
17043 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
17044
17045 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
17046
17047 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
17048
17049 isnan: Fix porting problem to Solaris 10 with bundled gcc.
17050 Without this fix, the command to link temacs failed due to an
17051 undefined symbol __builtin_isnan. This is because
17052 /usr/include/iso/math_c99.h #defines isnan(x) to
17053 __builtin_isnan(x), but the bundled gcc, which identifies itself
17054 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
17055 a __builtin_isnan.
17056 * floatfns.c (isnan): #undef, and then #define to a clone of
17057 what's in data.c.
17058 (Fisnan): Always define, since it's always available now.
17059 (syms_of_floatfns): Always define isnan at the Lisp level.
17060
17061 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
17062
17063 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
17064
17065 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
17066
17067 * fileio.c: Fix bugs with large file offsets (Bug#9428).
17068 The previous code assumed that file offsets (off_t values) fit in
17069 EMACS_INT variables, which is not true on typical 32-bit hosts.
17070 The code messed up by falsely reporting buffer overflow in cases
17071 such as (insert-file-contents "big" nil 1 2) into an empty buffer
17072 when "big" contains more than 2**29 bytes, even though this
17073 inserts just one byte and does not overflow the buffer.
17074 (Finsert_file_contents): Store file offsets as off_t
17075 values, not as EMACS_INT values. Check for overflow when
17076 converting between EMACS_INT and off_t. When checking for
17077 buffer overflow or for overlap, take the offsets into account.
17078 Don't use EMACS_INT for small values where int suffices.
17079 When checking for overlap, fix a typo: ZV was used where
17080 ZV_BYTE was intended.
17081 (Fwrite_region): Don't assume off_t fits into 'long'.
17082 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
17083
17084 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
17085
17086 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
17087
17088 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
17089
17090 sprintf-related integer and memory overflow issues (Bug#9412).
17091
17092 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
17093 (esprintf, exprintf, evxprintf): New functions.
17094 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
17095 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
17096 (modify_event_symbol): Do not assume that the length of
17097 name_alist_or_stem is safe to alloca and fits in int.
17098 (Fexecute_extended_command): Likewise for function name and binding.
17099 (Frecursion_depth): Wrap around reliably on integer overflow.
17100 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
17101 since some callers pass EMACS_INT values.
17102 (Fsingle_key_description): Don't crash if symbol name contains more
17103 than MAX_ALLOCA bytes.
17104 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
17105 (get_minibuffer): Arg is now EMACS_INT, not int.
17106 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
17107 (esprintf, exprintf, evxprintf): New decls.
17108 * window.h (command_loop_level, minibuf_level): Reflect API changes.
17109
17110 * dbusbind.c (signature_cat): New function.
17111 (xd_signature, Fdbus_register_signal):
17112 Do not overrun buffer; instead, report string overflow.
17113
17114 * dispnew.c (add_window_display_history): Don't overrun buffer.
17115 Truncate instead; this is OK since it's just a log.
17116
17117 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
17118 even if the time zone offset is outlandishly large.
17119 Don't mishandle offset == INT_MIN.
17120
17121 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
17122 when creating daemon; the previous buffer-overflow check was incorrect.
17123
17124 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
17125 which has the guts of the old verror function.
17126
17127 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
17128 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
17129
17130 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
17131 (font_unparse_xlfd): Don't blindly alloca long strings.
17132 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
17133 fits in int, when using sprintf. Use single snprintf to count
17134 length of string rather than counting it via multiple sprintfs;
17135 that's simpler and more reliable.
17136 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
17137 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
17138 sprintf, in case result does not fit in int.
17139
17140 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
17141 (fontset_from_font): Print it.
17142
17143 * frame.c (tty_frame_count): Now printmax_t, not int.
17144 (make_terminal_frame, set_term_frame_name): Print it.
17145 (x_report_frame_params): In X, window IDs are unsigned long,
17146 not signed long, so print them as unsigned.
17147 (validate_x_resource_name): Check for implausibly long names,
17148 and don't assume name length fits in 'int'.
17149 (x_get_resource_string): Don't blindly alloca invocation name;
17150 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
17151 not fit in int.
17152
17153 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
17154 (xg_check_special_colors, xg_set_geometry):
17155 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
17156
17157 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
17158 Use esprintf, not sprintf, in case result does not fit in int.
17159
17160 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
17161 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
17162 it as a large positive number.
17163 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
17164 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
17165
17166 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
17167 in case result does not fit in int.
17168
17169 * print.c (float_to_string): Detect width overflow more reliably.
17170 (print_object): Make sprintf buffer a bit bigger, to avoid potential
17171 buffer overrun. Don't assume list length fits in 'int'. Treat
17172 print length of 0 as 0, not as infinity; to be consistent with other
17173 uses of print length in this function. Don't overflow print length
17174 index. Don't assume hash table size fits in 'long', or that
17175 vectorlike size fits in 'unsigned long'.
17176
17177 * process.c (make_process): Use printmax_t, not int, to format
17178 process-name gensyms.
17179
17180 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
17181
17182 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
17183 to avoid potential buffer overrun.
17184
17185 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
17186 if X resource line is longer than 512 bytes.
17187
17188 * xfns.c (x_window): Make sprintf buffer a bit bigger
17189 to avoid potential buffer overrun.
17190
17191 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
17192
17193 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
17194
17195 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
17196
17197 Integer overflow fixes for scrolling, etc.
17198 Without these, Emacs silently mishandles large integers sometimes.
17199 For example, "C-u 4294967297 M-x recenter" was treated as if
17200 it were "C-u 1 M-x recenter" on a typical 64-bit host.
17201
17202 * xdisp.c (try_window_id): Check Emacs fixnum range before
17203 converting to 'int'.
17204
17205 * window.c (window_scroll_line_based, Frecenter):
17206 Check that an Emacs fixnum is in range before assigning it to 'int'.
17207 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
17208 values converted from Emacs fixnums.
17209 (Frecenter): Don't wrap around a line count if it is out of 'int'
17210 range; instead, treat it as an extreme value.
17211 (Fset_window_configuration, compare_window_configurations):
17212 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
17213
17214 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
17215 that can exceed INT_MAX. Check that EMACS_INT value is in range
17216 before assigning it to the (possibly-narrower) index.
17217 (match_limit): Don't assume that a fixnum can fit in 'int'.
17218
17219 * print.c (print_object): Use ptrdiff_t, not int, for index that can
17220 exceed INT_MAX.
17221
17222 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
17223 (Fvertical_motion): Don't wrap around LINES values that don't fit
17224 in 'int'. Instead, treat them as extreme values. This is good
17225 enough for windows, which can't have more than INT_MAX lines anyway.
17226
17227 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17228
17229 * Require libxml/parser.h to avoid compilation warning.
17230
17231 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
17232
17233 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
17234 since this reportedly can destroy thread storage.
17235
17236 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
17237
17238 * syntax.c (find_defun_start): Update all cache variables if
17239 exiting early (Bug#9401).
17240
17241 2011-08-30 Eli Zaretskii <eliz@gnu.org>
17242
17243 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
17244
17245 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
17246 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
17247 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
17248
17249 * term.c (tty_append_glyph): New function.
17250 (produce_stretch_glyph): Static function and its prototype deleted.
17251
17252 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
17253 Add prototypes.
17254
17255 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
17256
17257 * image.c (parse_image_spec): Check for nonnegative, not for positive,
17258 when checking :margin (Bug#9390).
17259 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
17260 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
17261 so that the name doesn't mislead. All uses changed.
17262
17263 2011-08-28 Johan Bockgård <bojohan@gnu.org>
17264
17265 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
17266 set_tty_hooks.
17267
17268 2011-08-27 Eli Zaretskii <eliz@gnu.org>
17269
17270 * xdisp.c (move_it_to): Don't bail out early when reaching
17271 position beyond to_charpos, if we are scanning backwards.
17272 (move_it_vertically_backward): When DY == 0, make sure we get to
17273 the first character in the line after the newline.
17274
17275 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
17276
17277 * ccl.c: Improve and simplify overflow checking (Bug#9196).
17278 (ccl_driver): Do not generate an out-of-range pointer.
17279 (Fccl_execute_on_string): Remove unnecessary check for
17280 integer overflow, noted by Stefan Monnier in
17281 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
17282 Remove a FIXME that didn't need fixing.
17283 Simplify the newly-introduced buffer reallocation code.
17284
17285 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
17286
17287 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
17288
17289 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
17290
17291 Integer and memory overflow issues (Bug#9196).
17292
17293 * doc.c (get_doc_string): Rework so that
17294 get_doc_string_buffer_size is the actual buffer size, rather than
17295 being 1 less than the actual buffer size; this makes xpalloc more
17296 convenient.
17297
17298 * image.c (x_allocate_bitmap_record, cache_image):
17299 * xselect.c (Fx_register_dnd_atom):
17300 Simplify previous changes by using xpalloc.
17301
17302 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
17303 since either will do and ptrdiff_t is convenient with xpalloc.
17304
17305 * charset.c (charset_table_size)
17306 (struct charset_sort_data.priority): Now ptrdiff_t.
17307 (charset_compare): Don't overflow if priorities differ greatly.
17308 (Fsort_charsets): Don't assume list length fits in int.
17309 Check for size-calculation overflow when allocating sort data.
17310 (syms_of_charset): Allocate an initial charset table that is
17311 just under 64 KiB, to avoid problems with glibc malloc and mmap.
17312
17313 * cmds.c (internal_self_insert): Check for size-calculation overflow.
17314
17315 * composite.h (struct composition.glyph_len): Now int, not unsigned.
17316 The actual value is always <= INT_MAX, and leaving it unsigned made
17317 overflow checking harder.
17318
17319 * dispextern.h (struct glyph_matrix.rows_allocated)
17320 (struct face_cache.size): Now ptrdiff_t, for convenience in use
17321 with xpalloc. The values are still always <= INT_MAX.
17322
17323 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
17324
17325 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
17326 (SAFE_NALLOCA): New macro.
17327
17328 * region-cache.c (struct boundary.pos, find_cache_boundary)
17329 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
17330 (set_cache_region, invalidate_region_cache)
17331 (revalidate_region_cache, know_region_cache, region_cache_forward)
17332 (region_cache_backward, pp_cache):
17333 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
17334 so that ptrdiff_t * can be passed to xpalloc.
17335 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
17336 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
17337 (pp_cache): Don't assume cache_len fits in int.
17338 * region-cache.h: Adjust extern decls to match.
17339
17340 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
17341 EMACS_INT, since either will do, for xpalloc.
17342
17343 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
17344 (xnmalloc, xnrealloc, xpalloc): New functions.
17345
17346 * bidi.c (bidi_shelve_header_size): New constant.
17347 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
17348 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
17349
17350 * bidi.c (bidi_cache_shrink):
17351 * buffer.c (overlays_at, overlays_in, record_overlay_string)
17352 (overlay_strings):
17353 Don't update size of array until after memory allocation succeeds,
17354 because xmalloc/xrealloc may not return.
17355 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
17356 now that we have proper integer overflow checking.
17357 (record_overlay_string, overlay_strings): Catch overflows when
17358 calculating size of overlay_str_buf.
17359
17360 * callproc.c (Fcall_process): Check for size overflow when
17361 calculating size of args2.
17362 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
17363 Normally we prefer signed values, but sticking with ptrdiff_t would
17364 require adding more-complicated checks.
17365
17366 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
17367 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
17368 Redo buffer-overflow calculations to avoid integer overflow.
17369 Add a FIXME comment where memory seems to be over-allocated.
17370
17371 * character.c (Fstring): Check for size-calculation overflow.
17372
17373 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
17374 unnecessary integer overflow. Check for size overflow.
17375 (encode_coding_object): Don't update size until xmalloc succeeds.
17376
17377 * composite.c (get_composition_id): Check for overflow in glyph
17378 length calculations.
17379
17380 Integer and memory overflow fixes for display code.
17381 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
17382 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
17383 (scrolling_window): Check for overflow in size calculations.
17384 (line_draw_cost, realloc_glyph_pool, add_row_entry):
17385 Don't assume glyph table len fits in int.
17386 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
17387 (row_table_size): Now ptrdiff_t, not int.
17388 (scrolling_window): Avoid overflow in size calculations.
17389 Don't update size until allocation succeeds.
17390 * fns.c (concat): Check for overflow in size calculations.
17391 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
17392 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
17393 (NEXT_ALMOST_PRIME_LIMIT): New constant.
17394
17395 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
17396 (get_doc_string): Check for size calculation overflow.
17397 Don't update size until allocation succeeds.
17398 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
17399 EMACS_INT, where ptrdiff_t will do.
17400 (Fsubstitute_command_keys): Check for string overflow.
17401
17402 * editfns.c (set_time_zone_rule): Don't assume environment length
17403 fits in int.
17404 (message_length): Now ptrdiff_t, not int.
17405 (Fmessage_box): Don't update size until allocation succeeds.
17406 Don't assume message length fits in int.
17407 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
17408
17409 * emacs.c (main): Do not reallocate argv, since there is a null at
17410 the end that can be overwritten, and this way there's no need to
17411 worry about size-calculation overflow.
17412 (sort_args): Check for size-calculation overflow.
17413
17414 * eval.c (init_eval_once, grow_specpdl): Don't update size until
17415 alloc succeeds.
17416 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
17417
17418 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
17419 (x_set_scroll_bar_width, x_figure_window_size):
17420 Check for integer overflow.
17421 (x_set_alpha): Do not assume XINT fits in int.
17422
17423 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
17424 This is for the members text_lines, text_cols, total_lines, total_cols,
17425 where the system imposes an 'int' limit.
17426
17427 * fringe.c (Fdefine_fringe_bitmap):
17428 Don't update size until alloc works.
17429
17430 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
17431 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
17432
17433 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
17434 Check for size-calculation overflow.
17435 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
17436 do, as we prefer signed integers.
17437 (id_to_widget.max_size, id_to_widget.used)
17438 (xg_store_widget_in_map, xg_remove_widget_from_map)
17439 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
17440 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
17441 Use and return ptrdiff_t, not int.
17442 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
17443 * gtkutil.h: Change prototypes to match the above.
17444
17445 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
17446 are duplicate now that they've been promoted to lisp.h.
17447 (x_allocate_bitmap_record, x_alloc_image_color)
17448 (make_image_cache, cache_image, xpm_load):
17449 Don't update size until alloc is done.
17450 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
17451 (x_detect_edges):
17452 Check for size calculation overflow.
17453 (ct_colors_allocated_max): New constant.
17454 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
17455 overflow.
17456
17457 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
17458 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
17459 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
17460 Use ptrdiff_t, not int, to count maps.
17461 (read_char_minibuf_menu_prompt): Check for overflow in size
17462 calculations. Don't update size until allocation succeeds.
17463 Redo calculations to avoid overflow.
17464 * keyboard.h: Change prototypes to match the above.
17465
17466 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
17467 to count maps.
17468 (current_minor_maps): Check for size calculation overflow.
17469 * keymap.h: Change prototypes to match the above.
17470
17471 * lread.c (read1, init_obarray): Don't update size until alloc done.
17472
17473 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
17474 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
17475
17476 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
17477 Now ptrdiff_t, not int.
17478 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
17479 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
17480
17481 * process.c (Fnetwork_interface_list): Check for overflow
17482 in size calculation.
17483
17484 * region-cache.c (move_cache_gap): Check for size calculation overflow.
17485
17486 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
17487 overflow. Don't bother calling xmalloc when xrealloc will do.
17488
17489 * search.c (Freplace_match): Check for size calculation overflow.
17490 (Fset_match_data): Don't assume list lengths fit in 'int'.
17491
17492 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
17493 for command line length. Do not attempt to address one before the
17494 beginning of an array, as that's not portable.
17495
17496 * term.c (max_frame_lines): Remove; unused.
17497 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
17498 not int.
17499 (encode_terminal_code, calculate_costs): Check for size
17500 calculation overflow.
17501 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
17502 table lengths and related sizes. Don't update size until alloc
17503 done. Redo calculations to avoid overflow.
17504 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
17505
17506 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
17507 subtracting pointers.
17508 (gobble_line): Check for overflow more carefully. Don't update size
17509 until alloc done.
17510
17511 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
17512 Don't update size until alloc done.
17513 Redo size calculations to avoid overflow.
17514 Check for size calculation overflow.
17515 (main) [DEBUG]: Fix typo in invoking tparam1.
17516
17517 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
17518 Use ptrdiff_t, not int, for sizes.
17519 (store_mode_line_noprop_char): Don't update size until alloc done.
17520
17521 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
17522 Use ptrdiff_t, not int, for sizes.
17523 (Finternal_make_lisp_face, cache_face):
17524 Check for size calculation overflow.
17525 (cache_face): Treat size calculation overflows as if they were
17526 memory exhaustion (the usual treatment), rather than aborting.
17527
17528 * xfns.c (x_encode_text, x_set_name_internal)
17529 (Fx_change_window_property): Use ptrdiff_t, not int, to count
17530 sizes, since they can exceed INT_MAX in size. Check for size
17531 calculation overflow.
17532
17533 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
17534 (xg_select): Check for size calculation overflow.
17535 Don't update size until alloc done.
17536
17537 * xrdb.c (get_environ_db): Don't assume path length fits in int,
17538 as sprintf is limited to int lengths.
17539
17540 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
17541 (X_LONG_MIN): New macros.
17542 Use them to make the following changes clearer.
17543 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
17544 This change doesn't affect the value now, but it may help remind
17545 future maintainers not to raise the value too much later.
17546 (SELECTION_QUANTUM): Remove, replacing with ...
17547 (selection_quantum): ... new function, which avoids overflow.
17548 All uses changed.
17549 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
17550 assumption that selection length fits in 'int'.
17551 (x_reply_selection_request, x_handle_selection_request)
17552 (x_get_window_property, receive_incremental_selection)
17553 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
17554 (lisp_data_to_selection_data, clean_local_selection_data):
17555 Use ptrdiff_t, not int, to record length of selection.
17556 (x_reply_selection_request, x_get_window_property)
17557 (receive_incremental_selection, x_property_data_to_lisp):
17558 Redo calculations to avoid overflow.
17559 (x_reply_selection_request): When sending hint, ceiling it at
17560 X_LONG_MAX rather than relying on wraparound overflow to send
17561 something.
17562 (x_get_window_property, receive_incremental_selection)
17563 (lisp_data_to_selection_data, x_property_data_to_lisp):
17564 Check for size-calculation overflow.
17565 (x_get_window_property, receive_incremental_selection)
17566 (lisp_data_to_selection_data, Fx_register_dnd_atom):
17567 Don't store size until memory allocation succeeds.
17568 (x_get_window_property): Plug memory leak on memory exhaustion.
17569 Don't double-block input; malloc is safe here. Don't assume 2**34
17570 - 4 fits in unsigned long. Add an xassert to check
17571 XGetWindowProperty overflow. Be more careful about overflow
17572 calculations, and distinguish size from memory overflow better.
17573 (receive_incremental_selection): When tracing, don't assume
17574 unsigned int is less than INT_MAX.
17575 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
17576 harmful) conversions of unsigned short to int.
17577 (lisp_data_to_selection_data): Don't assume that integers
17578 in the range -65535 through -1 fit in an X unsigned short.
17579 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
17580 result parameters unless successful. Rely on cons_to_unsigned
17581 to report problems with elements; the old code wasn't right anyway.
17582 (x_check_property_data): Check for int overflow; we cannot use
17583 a wider type due to X limits.
17584 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
17585
17586 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
17587
17588 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
17589 (x_term_init): Check for size calculation overflow.
17590 (x_color_cells): Don't store size until memory allocation succeeds.
17591 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
17592 Don't assume alloca size is less than MAX_ALLOCA.
17593 (x_term_init): Don't assume length fits in int (sprintf is limited
17594 to int size).
17595
17596 Use ptrdiff_t for composition IDs.
17597 * character.c (lisp_string_width):
17598 * composite.c (composition_table_size, n_compositions)
17599 (get_composition_id, composition_gstring_from_id):
17600 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
17601 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
17602 * window.c (Frecenter):
17603 Use ptrdiff_t, not int, for composition IDs.
17604 * composite.c (get_composition_id): Check for integer overflow.
17605 * composite.h: Adjust prototypes to match the above changes.
17606
17607 Use ptrdiff_t for hash table indexes.
17608 * category.c (hash_get_category_set):
17609 * ccl.c (ccl_driver):
17610 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
17611 * coding.c (coding_system_charset_list, detect_coding_system):
17612 * coding.h (struct coding_system.id):
17613 * composite.c (get_composition_id, gstring_lookup_cache):
17614 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
17615 * image.c (xpm_get_color_table_h):
17616 * lisp.h (hash_lookup, hash_put):
17617 * minibuf.c (Ftest_completion):
17618 Use ptrdiff_t for hash table indexes, not int (which is too
17619 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
17620 32-bit --with-wide-int hosts).
17621
17622 * charset.c (Fdefine_charset_internal): Check for integer overflow.
17623 Add a FIXME comment about memory leaks.
17624 (syms_of_charset): Don't assume xmalloc returns.
17625
17626 Don't assume that stated character widths fit in int.
17627 * character.c (Fchar_width, c_string_width, lisp_string_width):
17628 * character.h (CHAR_WIDTH):
17629 * indent.c (MULTIBYTE_BYTES_WIDTH):
17630 Use sanitize_char_width to avoid undefined and/or bad behavior
17631 with outlandish widths.
17632 * character.h (sanitize_tab_width): Rename from sanitize_width,
17633 now that we have two such functions. All uses changed.
17634 (sanitize_char_width): New inline function.
17635
17636 Don't assume that tab-width fits in int.
17637 * character.h (sanitize_width): New inline function.
17638 (SANE_TAB_WIDTH): New macro.
17639 (ASCII_CHAR_WIDTH): Use it.
17640 * indent.c (sane_tab_width): Remove. All uses replaced by
17641 SANE_TAB_WIDTH (current_buffer).
17642 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
17643
17644 * fileio.c: Integer overflow issues with file modes.
17645 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
17646
17647 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
17648 Remove unreachable code.
17649 (read_hex, load_charset_map_from_file): Check for integer overflow.
17650
17651 * xterm.c: Don't go over XClientMessageEvent limit.
17652 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
17653 (x_send_scroll_bar_event): Likewise. Check that the size does not
17654 exceed limits imposed by XClientMessageEvent, as well as the usual
17655 ptrdiff_t and size_t limits.
17656
17657 * keyboard.c: Overflow, signedness and related fixes.
17658 (make_lispy_movement): Use same integer type in forward decl
17659 that is used in the definition.
17660 (read_key_sequence, keyremap_step):
17661 Change bufsize argument back to int, undoing my 2011-03-30 change.
17662 We prefer signed types, and int is wide enough here.
17663 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
17664 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
17665 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
17666 length, not size_t. Use ptrdiff_t for index, not int.
17667 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
17668 possibility of integer overflow.
17669
17670 Overflow, signedness and related fixes for images.
17671
17672 * dispextern.h (struct it.stack[0].u.image.image_id)
17673 (struct_it.image_id, struct image.id, struct image_cache.size)
17674 (struct image_cache.used, struct image_cache.ref_count):
17675 * gtkutil.c (update_frame_tool_bar):
17676 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
17677 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
17678 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
17679 * nsmenu.m (update_frame_tool_bar):
17680 * xdisp.c (calc_pixel_width_or_height):
17681 * xfns.c (image_cache_refcount):
17682 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
17683 on typical 64-bit hosts.
17684
17685 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
17686 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
17687 Omit unnecessary casts to int.
17688 (parse_image_spec): Check that integers fall into 'int' range
17689 when the callers expect that.
17690 (image_ascent): Redo ascent calculation to avoid int overflow.
17691 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
17692 (lookup_image): Remove unnecessary tests.
17693 (xbm_image_p): Locals are now of int, not EMACS_INT,
17694 since parse_image_check makes sure they fit into int.
17695 (png_load, gif_load, svg_load_image):
17696 Prefer int to unsigned where either will do.
17697 (tiff_handler): New function, combining the cores of the
17698 old tiff_error_handler and tiff_warning_handler.
17699 This function is rewritten to use vsnprintf and thereby avoid
17700 stack buffer overflows. It uses only the features of vsnprintf
17701 that are common to both POSIX and native Microsoft.
17702 (tiff_error_handler, tiff_warning_handler): Use it.
17703 (tiff_load, gif_load, imagemagick_load_image):
17704 Don't assume :index value fits in 'int'.
17705 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
17706 (imagemagick_load_image): Check that crop parameters fit into
17707 the integer types that MagickCropImage accepts. Don't assume
17708 Vimagemagick_render_type has a nonnegative value. Don't assume
17709 size_t fits in 'long'.
17710 (gs_load): Use printmax_t to print the widest integers possible.
17711 Check for integer overflow when computing image height and width.
17712
17713 2011-08-26 Eli Zaretskii <eliz@gnu.org>
17714
17715 * xdisp.c (redisplay_window): Don't force window start if point
17716 will be invisible in the resulting window. (Bug#9324)
17717
17718 2011-08-25 Eli Zaretskii <eliz@gnu.org>
17719
17720 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
17721 the display spec is of the form `(space ...)'.
17722 (handle_display_spec): Return the value returned by
17723 handle_single_display_spec, not just 1 or zero.
17724 (handle_single_display_spec): If the display spec is of the form
17725 `(space ...)', and specifies display in the text area, return 2
17726 rather than 1.
17727 (try_cursor_movement): Check for the need to scroll more
17728 accurately, and prefer exact match for point under bidi.
17729 Don't advance `row' beyond the last row of the window.
17730
17731 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
17732 into disp_prop; all users changed.
17733
17734 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
17735 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
17736 for the text covered by the display property.
17737
17738 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
17739
17740 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
17741 Change return value to nil.
17742 (Frecord_buffer): Delete unused function.
17743
17744 2011-08-24 Eli Zaretskii <eliz@gnu.org>
17745
17746 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
17747 buffers, return left-to-right.
17748 (set_cursor_from_row): Consider candidate row a win if its glyph
17749 represents a newline and point is on that newline. Fixes cursor
17750 positioning on the newline at EOL of R2L text within L2R
17751 paragraph, and vice versa.
17752 (try_cursor_movement): Check continued rows, in addition to
17753 continuation rows. Fixes unwarranted scroll when point enters a
17754 continued line of R2L text within an L2R paragraph, or vice versa.
17755 (cursor_row_p): Consider the case of point being equal to
17756 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
17757 from the end of a short line to the beginning of a continued line
17758 of R2L text within L2R paragraph.
17759 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
17760 composed characters.
17761
17762 * bidi.c (bidi_check_type): Use xassert.
17763 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
17764 members.
17765
17766 2011-08-23 Eli Zaretskii <eliz@gnu.org>
17767
17768 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
17769 a character.
17770
17771 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
17772
17773 * nsfont.m (ns_otf_to_script): Fix typo.
17774
17775 2011-08-22 Kenichi Handa <handa@m17n.org>
17776
17777 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
17778 extra slot even if the purpose is char-code-property-table.
17779
17780 2011-08-23 Eli Zaretskii <eliz@gnu.org>
17781
17782 * xdisp.c (redisplay_window): When computing centering_position,
17783 account for the height of the header line. (Bug#8874)
17784
17785 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
17786 instead of CHAR_TO_BYTE. Fixes a crash when a completion
17787 candidate is selected by the mouse, and that candidate has a
17788 composed character under the mouse.
17789
17790 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
17791 coordinates reported by pos-visible-in-window-p for a composed
17792 character in column zero.
17793
17794 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17795
17796 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
17797
17798 2011-08-22 Eli Zaretskii <eliz@gnu.org>
17799
17800 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
17801 consider it a hit if to_charpos is anywhere in the range of the
17802 composed buffer positions.
17803
17804 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
17805
17806 * image.c (gif_load): Don't assume that each subimage has the same
17807 dimensions as the base image. Handle disposal method that is
17808 "undefined" by the gif spec (Bug#9335).
17809
17810 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
17811
17812 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
17813 (Fcondition_case): Document `debug' symbol in error handler.
17814
17815 2011-08-19 Eli Zaretskii <eliz@gnu.org>
17816
17817 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
17818 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
17819 from an Org mode buffer to a Speedbar frame.
17820
17821 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
17822 a composition, take its buffer position from IT->cmp_it.charpos.
17823 Fixes cursor positioning at the beginning of a line that begins
17824 with a composed character.
17825
17826 2011-08-18 Eli Zaretskii <eliz@gnu.org>
17827
17828 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
17829 character bidirectional type, use STRONG_L instead. Fixes crashes
17830 in a buffer produced by `describe-categories'.
17831
17832 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
17833 members before the level stack, so they would be saved and
17834 restored when copying iterator state. Fixes incorrect reordering
17835 around TABs covered by display properties.
17836
17837 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
17838
17839 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
17840
17841 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
17842
17843 * eval.c (internal_condition_case, internal_condition_case_1)
17844 (internal_condition_case_2, internal_condition_case_n):
17845 Remove unnecessary aborts (Bug#9081).
17846
17847 2011-08-17 Eli Zaretskii <eliz@gnu.org>
17848
17849 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
17850 has no `load' handler, try opening the file locally. (Bug#9311)
17851
17852 2011-08-16 Ken Brown <kbrown@cornell.edu>
17853
17854 * gmalloc.c: Expand comment.
17855
17856 2011-08-16 Eli Zaretskii <eliz@gnu.org>
17857
17858 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
17859 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
17860
17861 2011-08-16 Ken Brown <kbrown@cornell.edu>
17862
17863 Fix memory allocation problems in Cygwin build (Bug#9273).
17864
17865 * unexcw.c ( __malloc_initialized): Declare external variable.
17866 (fixup_executable): Force the dumped emacs to reinitialize malloc.
17867
17868 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
17869 New variables.
17870 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
17871 dumped emacs.
17872 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
17873 in the static heap.
17874 [CYGWIN] (special_realloc): New function.
17875 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
17876 requests to realloc storage in the static heap.
17877
17878 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
17879
17880 * bidi.c (bidi_initialize): Remove unused local.
17881
17882 2011-08-15 Eli Zaretskii <eliz@gnu.org>
17883
17884 * bidimirror.h:
17885 * biditype.h: Remove file.
17886 * makefile.w32-in ($(BLD)/bidi.$(O)):
17887 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
17888
17889 * dispextern.h: Fix a typo in the comment to bidi_type_t.
17890
17891 * chartab.c: Improve commentary for the uniprop_table API.
17892
17893 * bidi.c (bidi_paragraph_init): Support zero value of
17894 bidi_ignore_explicit_marks_for_paragraph_level.
17895 (bidi_initialize): Use uniprop_table instead of including
17896 biditype.h and bidimirror.h.
17897
17898 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
17899 coordinates of the iterator when restoring from ppos_it.
17900 (Bug#9296)
17901
17902 2011-08-14 Kenichi Handa <handa@m17n.org>
17903
17904 * process.c (create_process): Call setup_process_coding_systems
17905 after the pid of the process is set to -1 (Bug#8162).
17906
17907 2011-08-14 Eli Zaretskii <eliz@gnu.org>
17908
17909 * xdisp.c (move_it_in_display_line_to): Don't invoke
17910 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
17911 ppos_it. Fixes vertical cursor motion when line beginning is
17912 covered by an image. (Bug#9296)
17913
17914 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
17915
17916 * nsterm.h (ns_run_ascript): Declare.
17917 (NSAPP_DATA2_RUNASSCRIPT): Define.
17918
17919 * nsfns.m (as_script, as_result, as_status): New static variables.
17920 (ns_run_ascript): New function.
17921 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
17922 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
17923 the event loop. Get status from as_status (Bug#7276).
17924
17925 * nsterm.m (sendEvent): If event is NSApplicationDefined and
17926 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
17927 the event loop (Bug#7276).
17928
17929 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
17930
17931 * gnutls.c (QCgnutls_bootprop_priority)
17932 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
17933 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
17934 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
17935 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
17936 (QCgnutls_bootprop_verify_hostname_error)
17937 (QCgnutls_bootprop_callbacks_verify): Rename from
17938 Qgnutls_bootprop_..., all uses changed.
17939
17940 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
17941 uses changed.
17942
17943 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
17944
17945 * xfaces.c (Qframe_set_background_mode): Now static.
17946 * dispextern.h (Qframe_set_background_mode): Remove decl.
17947
17948 * process.c (Fnetwork_interface_info): Declare local only if needed.
17949
17950 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
17951
17952 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
17953 (Fnetwork_interface_list): Allocate in increments of bytes instead
17954 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
17955 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
17956 sockaddr.
17957 (struct ifflag_def): notrailers is smart on OSX.
17958 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
17959 Get hardware address with getifaddrs if available.
17960
17961 2011-08-12 Eli Zaretskii <eliz@gnu.org>
17962
17963 * xdisp.c (iterate_out_of_display_property): xassert that
17964 IT->position is set to within IT->object's boundaries. Break from
17965 the loop as soon as EOB is reached; avoids infloops in redisplay
17966 when IT->position is set up wrongly due to some bug.
17967 Set IT->current to match the bidi iterator unconditionally.
17968 (push_display_prop): Allow GET_FROM_STRING as IT->method on
17969 entry. Force push_it to save on the stack the current
17970 buffer/string position, to be restored by pop_it. Fix flags in
17971 the iterator structure wrt the object coming from a display
17972 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
17973 properties. (Bug#9284)
17974
17975 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
17976
17977 * fontset.c (fontset_get_font_group): Add proper type checks.
17978 (Bug#9172)
17979
17980 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17981
17982 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
17983 and LC_VERSION_MIN_MACOSX.
17984 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
17985 (dump_it) [LC_FUNCTION_STARTS]: Use it.
17986
17987 2011-08-08 Eli Zaretskii <eliz@gnu.org>
17988
17989 * xdisp.c (forward_to_next_line_start): Allow to use the
17990 no-display-properties-and-no-overlays under bidi display.
17991 Set disp_pos in the bidi iterator to avoid searches for display
17992 properties and overlays.
17993
17994 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
17995
17996 * editfns.c (Fset_time_zone_rule): Document relationship with the
17997 setenv function.
17998
17999 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
18000 the font entity extracted from the cache (Bug#8109).
18001
18002 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
18003
18004 * composite.c (autocmp_chars): Don't reset point. That is done by
18005 restore_point_unwind (Bug#5984).
18006
18007 2011-08-07 Juri Linkov <juri@jurta.org>
18008
18009 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
18010 to show the arg `TIME' instead of `TIMEVAL'.
18011
18012 2011-08-06 Eli Zaretskii <eliz@gnu.org>
18013
18014 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
18015 display property strides EOL and includes a newline, as in
18016 longlines-mode. (Bug#9254)
18017 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
18018 word-wrap under bidirectional display. (Bug#9224)
18019
18020 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
18021 is non-zero, even if the data buffer is NULL. Fixes a crash in
18022 vertical-motion with longlines-mode. (Bug#9254)
18023
18024 2011-08-05 Eli Zaretskii <eliz@gnu.org>
18025
18026 * bidi.c <bidi_cache_total_alloc>: Now static.
18027 (bidi_initialize): Initialize bidi_cache_total_alloc.
18028
18029 * xdisp.c (display_line): Release buffer allocated for shelved bidi
18030 cache. (Bug#9221)
18031
18032 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
18033 amount allocated this far in `bidi_cache_total_alloc'.
18034 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
18035 non-zero, only free the data buffer without restoring the cache
18036 contents. All callers changed.
18037
18038 * dispextern.h (bidi_unshelve_cache): Update prototype.
18039
18040 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
18041 (move_it_in_display_line, move_it_to)
18042 (move_it_vertically_backward, move_it_by_lines): Replace the call
18043 to xfree to an equivalent call to bidi_unshelve_cache.
18044 (move_it_in_display_line_to): Fix logic of returning
18045 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
18046
18047 2011-08-05 Eli Zaretskii <eliz@gnu.org>
18048
18049 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
18050 came from a string character with a `cursor' property. (Bug#9229)
18051
18052 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
18053
18054 * Makefile.in (LIB_PTHREAD): New variable.
18055 (LIBES): Add LIB_PTHREAD (Bug#9216).
18056
18057 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
18058 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
18059
18060 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
18061
18062 * regex.c (re_iswctype): Remove some redundant boolean conversions.
18063
18064 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
18065
18066 * xterm.c (x_find_topmost_parent): New function.
18067 (x_set_frame_alpha): Find topmost parent window with
18068 x_find_topmost_parent and set the property there also (bug#9181).
18069 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
18070
18071 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
18072
18073 * callproc.c (Fcall_process): Avoid vfork clobbering
18074 the local vars buffer, coding_systems, current_dir.
18075
18076 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18077
18078 * keymap.c (Fmake_composed_keymap): Move to subr.el.
18079
18080 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
18081
18082 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
18083 so that it is not optimized away.
18084
18085 * xdisp.c (compute_display_string_pos): Remove unused local.
18086
18087 2011-08-02 Eli Zaretskii <eliz@gnu.org>
18088
18089 Fix slow cursor motion and scrolling in large buffers with
18090 selective display, like Org Mode buffers. (Bug#9218)
18091
18092 * dispextern.h (struct bidi_it): New member disp_prop_p.
18093
18094 * xdisp.c: Remove one-slot cache of display string positions.
18095 (compute_display_string_pos): Accept an additional argument
18096 DISP_PROP_P; callers changed. Scan at most 5K characters forward
18097 for a display string or property. If found, set DISP_PROP_P
18098 non-zero.
18099
18100 * bidi.c (bidi_fetch_char): Accept an additional argument
18101 DISP_PROP_P, and pass it to compute_display_string_pos.
18102 Only handle text covered by a display string if DISP_PROP_P is returned
18103 non-zero. All callers of bidi_fetch_char changed.
18104
18105 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
18108
18109 2010-12-03 Don March <don@ohspite.net>
18110
18111 * keymap.c (Fdefine_key): Fix non-prefix key error message when
18112 last character M-[char] is translated to ESC [char] (bug#7541).
18113
18114 2011-08-02 Kenichi Handa <handa@m17n.org>
18115
18116 * lisp.h (uniprop_table): Extern it.
18117
18118 * chartab.c (uniprop_table): Make it non-static.
18119
18120 2011-08-01 Eli Zaretskii <eliz@gnu.org>
18121
18122 * xdisp.c (forward_to_next_line_start): Accept additional argument
18123 BIDI_IT_PREV, and store into it the state of the bidi iterator had
18124 on the newline.
18125 (reseat_at_next_visible_line_start): Use the bidi iterator state
18126 returned by forward_to_next_line_start to restore the state of
18127 it->bidi_it after backing up to previous newline. (Bug#9212)
18128
18129 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
18130
18131 * regex.c (re_comp): Protoize.
18132 (re_exec): Fix return type.
18133 (regexec): Fix type of `ret'. (Bug#9203)
18134
18135 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
18136
18137 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
18138 This is needed if max-image-size is a floating-point number.
18139
18140 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
18141
18142 * print.c (print_object): Print empty symbol as ##.
18143
18144 * lread.c (read1): Read ## as empty symbol.
18145
18146 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
18147
18148 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
18149 setting frame foreground color (Bug#9175).
18150 (x_set_background_color): Likewise.
18151
18152 * nsmenu.m (-setText): Size tooltip dimensions precisely to
18153 contents (Bug#9176).
18154 (EmacsTooltip -init): Remove bezels and add shadows to
18155 tooltip windows.
18156
18157 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
18158 or scroll bar (Bug#8470).
18159
18160 * nsfont.m (nsfont_open): Remove assignment to voffset and
18161 unnecessary vars hshink, expand, hd, full_height, min_height.
18162 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
18163
18164 * nsterm.h (nsfont_info): Remove voffset field.
18165
18166 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
18167
18168 Implement strike-through and overline on NextStep (Bug#8863).
18169
18170 * nsfont.m (nsfont_open): Use underline position provided by font,
18171 instead of hard-coded value of 2.
18172 (nsfont_draw): Call ns_draw_text_decoration instead.
18173
18174 * nsterm.h: Add declaration for ns_draw_text_decoration.
18175
18176 * nsterm.m (ns_draw_text_decoration): New function for drawing
18177 underline, overline, and strike-through.
18178 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
18179 ns_draw_text_decoration. Change treatment of cursor drawing to
18180 accommodate underlining, etc.
18181
18182 2011-07-28 Eli Zaretskii <eliz@gnu.org>
18183
18184 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
18185 default.
18186
18187 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
18188
18189 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
18190 Without this fix, if a signal arrives just after memory fills up,
18191 'malloc' might be invoked reentrantly.
18192
18193 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
18194 In other words, assume that every image size is allowed, on non-X
18195 hosts. This assumption is probably wrong, but it lets Emacs compile.
18196
18197 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
18198
18199 * regex.c (re_iswctype): Convert return values to boolean.
18200
18201 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
18202
18203 * xdisp.c (compute_display_string_pos): Don't use cached display
18204 string position if the buffer had its restriction changed.
18205 (Bug#9184)
18206
18207 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
18208
18209 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
18210
18211 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
18212
18213 Integer signedness and overflow and related fixes. (Bug#9079)
18214
18215 * bidi.c: Integer size and overflow fixes.
18216 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
18217 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
18218 (bidi_cache_find_level_change, bidi_cache_ensure_space)
18219 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
18220 (bidi_find_other_level_edge):
18221 Use ptrdiff_t instead of EMACS_INT where either will do.
18222 This works better on 32-bit hosts configured --with-wide-int.
18223 (bidi_cache_ensure_space): Check for size-calculation overflow.
18224 Use % rather than repeated addition, for better worst-case speed.
18225 Don't set bidi_cache_size until after xrealloc returns, because it
18226 might not return.
18227 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
18228 (bidi_cache_ensure_space): Also check that the bidi cache size
18229 does not exceed that of the largest Lisp string or buffer. See Eli
18230 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
18231
18232 * alloc.c (__malloc_size_t): Remove.
18233 All uses replaced by size_t. See Andreas Schwab's note
18234 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
18235
18236 * image.c: Improve checking for integer overflow.
18237 (check_image_size): Assume that f is nonnull, since
18238 it is always nonnull in practice. This is one less thing to
18239 worry about when checking for integer overflow later.
18240 (x_check_image_size): New function, which checks for integer
18241 overflow issues inside X.
18242 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
18243 This removes the need for a memory_full check.
18244 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
18245 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
18246 (xbm_read_bitmap_data): Change locals back to 'int', since
18247 their values must fit in 'int'.
18248 (xpm_load_image, png_load, tiff_load):
18249 Invoke x_create_x_image_and_pixmap earlier,
18250 to avoid much needless work if the image is too large.
18251 (tiff_load): Treat overly large images as if
18252 x_create_x_image_and_pixmap failed, not as malloc failures.
18253 (gs_load): Use x_check_image_size.
18254
18255 * gtkutil.c: Omit integer casts.
18256 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
18257 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
18258
18259 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
18260
18261 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
18262 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
18263 would wrongly return t on a 64-bit host.
18264
18265 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
18266 The plain *_OVERFLOW macros run afoul of GCC bug 49705
18267 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
18268 and therefore cause GCC to emit a bogus diagnostic in some cases.
18269
18270 * image.c: Integer signedness and overflow and related fixes.
18271 This is not an exhaustive set of fixes, but it's time to
18272 record what I've got.
18273 (lookup_pixel_color, check_image_size): Remove redundant decls.
18274 (check_image_size): Don't assume that arbitrary EMACS_INT values
18275 fit in 'int', or that arbitrary 'double' values fit in 'int'.
18276 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
18277 (tiff_load, imagemagick_load_image):
18278 Check for overflow in size calculations.
18279 (x_create_x_image_and_pixmap): Remove unnecessary test for
18280 xmalloc returning NULL; that can't happen.
18281 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
18282 (xpm_color_bucket): Use better integer hashing function.
18283 (xpm_cache_color): Don't possibly over-allocate memory.
18284 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
18285 (gif_memory_source):
18286 Use ptrdiff_t, not int or size_t, to record sizes.
18287 (png_load): Don't assume values greater than 2**31 fit in 'int'.
18288 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
18289 either works, as we prefer signed integers.
18290 (tiff_read_from_memory, tiff_write_from_memory):
18291 Return tsize_t, not size_t, since that's what the TIFF API wants.
18292 (tiff_read_from_memory): Don't fail simply because the read would
18293 go past EOF; instead, return a short read.
18294 (tiff_load): Omit no-longer-needed casts.
18295 (Fimagemagick_types): Don't assume size fits into 'int'.
18296
18297 Improve hashing quality when configured --with-wide-int.
18298 * fns.c (hash_string): New function, taken from sxhash_string.
18299 Do not discard information about ASCII character case; this
18300 discarding is no longer needed.
18301 (sxhash-string): Use it. Change sig to match it. Caller changed.
18302 * lisp.h: Declare it.
18303 * lread.c (hash_string): Remove, since we now use fns.c's version.
18304 The fns.c version returns a wider integer if --with-wide-int is
18305 specified, so this should help the quality of the hashing a bit.
18306
18307 * emacs.c: Integer overflow minor fix.
18308 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
18309 Define only if GNU_LINUX.
18310 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
18311
18312 * dispnew.c: Integer signedness and overflow fixes.
18313 Remove unnecessary forward decls, that were a maintenance hassle.
18314 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
18315 All uses changed.
18316 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
18317 (scrolling_window): Use ptrdiff_t, not int, for byte count.
18318 (prepare_desired_row, line_draw_cost):
18319 Use int, not unsigned, where either works.
18320 (save_current_matrix, restore_current_matrix):
18321 Use ptrdiff_t, not size_t, where either works.
18322 (init_display): Check for overflow more accurately, and without
18323 relying on undefined behavior.
18324
18325 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
18326 Remove, replacing with the new symbols in lisp.h. All uses changed.
18327 * fileio.c (make_temp_name):
18328 * filelock.c (lock_file_1, lock_file):
18329 * xdisp.c (message_dolog):
18330 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
18331 Use pMd etc. instead.
18332 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
18333 replacing the pWIDE etc. symbols removed from editfns.c.
18334
18335 * keyboard.h (num_input_events): Now uintmax_t.
18336 This is (very slightly) less likely to mess up due to wraparound.
18337 All uses changed.
18338
18339 * buffer.c: Integer signedness fixes.
18340 (alloc_buffer_text, enlarge_buffer_text):
18341 Use ptrdiff_t rather than size_t when either will do, as we prefer
18342 signed integers.
18343
18344 * alloc.c: Integer signedness and overflow fixes.
18345 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
18346 (__malloc_size_t): Default to size_t, not to int.
18347 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
18348 (Fgarbage_collect, mark_object_loop_halt, mark_object):
18349 Prefer ptrdiff_t to size_t when either would do, as we prefer
18350 signed integers.
18351 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
18352 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
18353 Now const. Initialize with values that are in range even if char
18354 is signed.
18355 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
18356 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
18357 These functions do the right thing with sizes > 2**32.
18358 (check_depth): Now ptrdiff_t, not int.
18359 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
18360 Adjust to new way of storing sizes. Check for size overflow bugs
18361 in rest of code.
18362 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
18363 slightly wrong anyway, as it missed one instance of
18364 XMALLOC_OVERRUN_CHECK_OVERHEAD.
18365 (refill_memory_reserve): Omit needless cast to size_t.
18366 (mark_object_loop_halt): Mark as externally visible.
18367
18368 * xselect.c: Integer signedness and overflow fixes.
18369 (Fx_register_dnd_atom, x_handle_dnd_message):
18370 Use ptrdiff_t, not size_t, since we prefer signed.
18371 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
18372 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
18373 x_dnd_atoms_size and x_dnd_atoms_length.
18374
18375 * doprnt.c: Prefer signed to unsigned when either works.
18376 * eval.c (verror):
18377 * doprnt.c (doprnt):
18378 * lisp.h (doprnt):
18379 * xdisp.c (vmessage):
18380 Use ptrdiff_t, not size_t, when using or implementing doprnt,
18381 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
18382 prefer signed arithmetic to avoid comparison confusion.
18383 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
18384 but is a bit tricky.
18385
18386 Assume freestanding C89 headers, string.h, stdlib.h.
18387 * data.c, doprnt.c, floatfns.c, print.c:
18388 Include float.h unconditionally.
18389 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
18390 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
18391 * regex.c: Likewise for stddef.h, string.h.
18392 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
18393 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
18394 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
18395 (STDC_HEADERS): Remove obsolete defines.
18396 * sysdep.c: Include limits.h unconditionally.
18397
18398 Assume support for memcmp, memcpy, memmove, memset.
18399 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
18400 * regex.c (memcmp, memcpy):
18401 Remove; we assume C89 now.
18402
18403 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
18404 (__malloc_safe_bcopy): Remove; no longer needed.
18405
18406 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
18407 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
18408 well either way, and we prefer signed to unsigned.
18409
18410 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18411
18412 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
18413 closes the connection while we're reading (bug#9182).
18414
18415 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
18416
18417 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
18418 are specified (Bug#9168).
18419
18420 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
18421
18422 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
18423 Found by GCC static checking and --with-wide-int on a 32-bit host.
18424
18425 2011-07-25 Eli Zaretskii <eliz@gnu.org>
18426
18427 * xdisp.c (compute_display_string_pos): Fix logic of caching
18428 previous display string position. Initialize cached_prev_pos to
18429 -1. Fixes slow-down at the beginning of a buffer.
18430
18431 2011-07-24 Eli Zaretskii <eliz@gnu.org>
18432
18433 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
18434 for attrs[LFACE_FONTSET_INDEX].
18435
18436 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
18437
18438 * xml.c (parse_region): Remove unused local
18439 that was recently introduced.
18440
18441 2011-07-23 Eli Zaretskii <eliz@gnu.org>
18442
18443 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
18444 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
18445
18446 * xdisp.c (move_it_in_display_line_to): Record the best matching
18447 position for TO_CHARPOS while scanning the line, and restore it on
18448 exit if none of the characters scanned was an exact match.
18449 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
18450 when exact match is impossible due to invisible text, and the
18451 lines are truncated.
18452
18453 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
18454
18455 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
18456 for OSX >= 10.7.
18457
18458 2011-07-22 Eli Zaretskii <eliz@gnu.org>
18459
18460 Fix a significant slow-down of cursor motion with C-n, C-p,
18461 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
18462 auto-repeat under bidi redisplay in fontified buffers.
18463 * xdisp.c (compute_stop_pos_backwards): New function.
18464 (next_element_from_buffer): Call compute_stop_pos_backwards to
18465 find a suitable prev_stop when we find ourselves before
18466 base_level_stop.
18467 (reseat): Don't look for prev_stop, as that could mean a very long
18468 run.
18469 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
18470 <cached_disp_overlay_modiff>: Cache for last found display string
18471 position.
18472 (compute_display_string_pos): Return the cached position if asked
18473 about the same buffer in the same area of character positions, and
18474 the buffer wasn't changed since the time the display string
18475 position was cached.
18476
18477 2011-07-22 Eli Zaretskii <eliz@gnu.org>
18478
18479 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
18480 is an integer, which is important for empty lines. (Bug#9149)
18481
18482 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
18483
18484 * frame.c (Fmodify_frame_parameters): In tty case, update the
18485 default face if necessary (Bug#4238).
18486
18487 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
18488
18489 * editfns.c (Fstring_to_char): No need to explain what a character
18490 is in the docstring (Bug#6576).
18491
18492 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18493
18494 * xml.c (parse_region): Make sure we always return a tree.
18495
18496 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
18497
18498 * xml.c (parse_region): If a document contains only comments,
18499 return that, too.
18500
18501 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18502
18503 * xml.c (make_dom): Return comments, too.
18504
18505 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
18506
18507 Port to OpenBSD.
18508 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
18509 and the surrounding thread.
18510 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
18511 rather than fgets, and retry after EINTR. Otherwise, 'emacs
18512 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
18513 timer goes off.
18514 * s/openbsd.h (BROKEN_SIGIO): Define.
18515 * unexelf.c (unexec) [__OpenBSD__]:
18516 Don't update the .mdebug section of the Alpha COFF symbol table.
18517
18518 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18519
18520 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
18521 (bug#8460).
18522
18523 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
18524
18525 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
18526 This fixes some race conditions on the permissions of any newly
18527 created file.
18528
18529 * alloc.c (valid_pointer_p): Use pipe, not open.
18530 This fixes some permissions issues when debugging.
18531
18532 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
18533 If fchown fails to set both uid and gid, try to set just gid,
18534 as that is sometimes allowed. Adjust the file's mode to eliminate
18535 setuid or setgid bits that are inappropriate if fchown fails.
18536
18537 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
18538
18539 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
18540 to compare Lisp_Objects.
18541 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
18542 global_gnutls_log_level, don't mistake it for a Lisp_Object.
18543 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
18544
18545 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
18546
18547 * lread.c (read_integer): Unread even EOF character.
18548 (read1): Likewise. Properly record start position of symbol.
18549
18550 * lread.c (read1): Read `#:' as empty uninterned symbol if no
18551 symbol character follows.
18552
18553 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
18554
18555 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
18556 This works around a problem with the previous change to Fcopy_file.
18557 Recent glibc declares fchown with __attribute__((warn_unused_result)),
18558 and without this change, GCC might complain about discarding
18559 fchown's return value.
18560
18561 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
18562
18563 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
18564
18565 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
18566
18567 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
18568
18569 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18570
18571 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
18572 it's used from the C level.
18573
18574 * process.c: Use the same condition for POLL_FOR_INPUT in both
18575 keyboard.c and process.c (bug#1858).
18576
18577 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18578
18579 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
18580 (Fgnutls_boot): Use it.
18581
18582 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
18583
18584 * doc.c (Fsubstitute_command_keys): Revert last change.
18585
18586 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18587
18588 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
18589 quotes the next character, and doesn't affect other longer
18590 sequences (bug#8935).
18591
18592 * lread.c (syms_of_lread): Clarify that is isn't only
18593 `eval-buffer' and `eval-defun' that's affected by
18594 `lexical-binding' (bug#8460).
18595
18596 2011-07-15 Eli Zaretskii <eliz@gnu.org>
18597
18598 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
18599 bidi redisplay when a line includes both an image and is truncated.
18600
18601 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
18602
18603 Fix minor problems found by static checking.
18604 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
18605 (elsz): Now a signed constant, not a size_t var. We prefer signed
18606 types to unsigned, to avoid integer comparison confusion. Without
18607 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
18608 "cannot optimize loop, the loop counter may overflow", a symptom
18609 of the confusion.
18610 * indent.c (Fvertical_motion): Mark locals as initialized.
18611 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
18612
18613 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18614
18615 * search.c (Fre_search_backward): Mention `case-fold-search' in
18616 all the re_search_* functions (bug#8138).
18617
18618 * keyboard.c (Fopen_dribble_file): Document when the file is
18619 closed (bug#8056).
18620
18621 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18622
18623 * bidi.c (bidi_dump_cached_states): Fix format of displaying
18624 bidi_cache_idx.
18625
18626 Support bidi reordering of display and overlay strings.
18627 * xdisp.c (compute_display_string_pos)
18628 (compute_display_string_end): Accept additional argument STRING.
18629 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
18630 (reseat_to_string): Initialize bidi_it->string.s and
18631 bidi_it->string.schars.
18632 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
18633 NULL (avoids a crash in bidi_paragraph_init).
18634 Initialize itb.string.lstring.
18635 (init_iterator): Call bidi_init_it only of a valid
18636 buffer position was specified. Initialize paragraph_embedding to
18637 L2R.
18638 (reseat_to_string): Initialize the bidi iterator.
18639 (display_string): If we need to ignore text properties of
18640 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
18641 original value of -1 will not work with bidi.)
18642 (compute_display_string_pos): First arg is now struct
18643 `text_pos *'; all callers changed. Support display properties on
18644 Lisp strings.
18645 (compute_display_string_end): Support display properties on Lisp
18646 strings.
18647 (init_iterator, reseat_1, reseat_to_string): Initialize the
18648 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
18649 when iterating on a string not from display properties).
18650 (compute_display_string_pos, compute_display_string_end):
18651 Fix calculation of the object to scan. Fixes an error when using
18652 arrow keys.
18653 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
18654 base_level_stop; instead, set base_level_stop to BEGV.
18655 Fixes crashes in vertical-motion.
18656 (next_element_from_buffer): Improve commentary for when
18657 the iterator is before prev_stop.
18658 (init_iterator): Initialize bidi_p from the default value of
18659 bidi-display-reordering, not from buffer-local value. Use the
18660 buffer-local value only if initializing for buffer iteration.
18661 (handle_invisible_prop): Support invisible properties on strings
18662 that are being bidi-reordered.
18663 (set_iterator_to_next): Support bidi reordering of C strings and
18664 Lisp strings.
18665 (next_element_from_string): Support bidi reordering of Lisp
18666 strings.
18667 (handle_stop_backwards): Support Lisp strings as well.
18668 (display_string): Support display of R2L glyph rows.
18669 Use IT_STRING_CHARPOS when displaying from a Lisp string.
18670 (init_iterator): Don't initialize it->bidi_p for strings
18671 here.
18672 (reseat_to_string): Initialize it->bidi_p for strings here.
18673 (next_element_from_string, next_element_from_c_string)
18674 (next_element_from_buffer): Add xassert's for correspondence
18675 between IT's object being iterated and it->bidi_it.string
18676 structure.
18677 (face_before_or_after_it_pos): Support bidi iteration.
18678 (next_element_from_c_string): Handle the case of the first string
18679 character that is not the first one in the visual order.
18680 (get_visually_first_element): New function, refactored from common
18681 parts of next_element_from_buffer, next_element_from_string, and
18682 next_element_from_c_string.
18683 (tool_bar_lines_needed, redisplay_tool_bar)
18684 (display_menu_bar): Force left-to-right direction. Add a FIXME
18685 comment for making that be controlled by a user option.
18686 (push_it, pop_it): Save and restore the state of the
18687 bidi iterator. Save and restore the bidi_p flag.
18688 (pop_it): Iterate out of display property for string iteration as
18689 well.
18690 (iterate_out_of_display_property): Support iteration over strings.
18691 (handle_single_display_spec): Set up it->bidi_it for iteration
18692 over a display string, and call bidi_init_it.
18693 (handle_single_display_spec, next_overlay_string)
18694 (get_overlay_strings_1, push_display_prop): Set up the bidi
18695 iterator for displaying display or overlay strings.
18696 (forward_to_next_line_start): Don't use the shortcut if
18697 bidi-iterating.
18698 (back_to_previous_visible_line_start): If handle_display_prop
18699 pushed the iterator stack, restore the internal state of the bidi
18700 iterator by calling bidi_pop_it same number of times.
18701 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
18702 and we are bidi-iterating, don't decrement the iterator position;
18703 instead, set the first_elt flag in the bidi iterator, to produce
18704 the same effect.
18705 (reseat_1): Remove redundant setting of string_from_display_prop_p.
18706 (push_display_prop): xassert that we are iterating a buffer.
18707 (push_it, pop_it): Save and restore paragraph_embedding member.
18708 (handle_single_display_spec, next_overlay_string)
18709 (get_overlay_strings_1, reseat_1, reseat_to_string)
18710 (push_display_prop): Set up the `unibyte' member of bidi_it.string
18711 correctly. Don't assume unibyte strings are not bidi-reordered.
18712 (compute_display_string_pos)
18713 (compute_display_string_end): Fix handling the case of C string.
18714 (push_it, pop_it): Save and restore from_disp_prop_p.
18715 (handle_single_display_spec, push_display_prop): Set the
18716 from_disp_prop_p flag.
18717 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
18718 (pop_it): Call iterate_out_of_display_property only if we are
18719 popping after iteration over a string that came from a display
18720 property. Fix a typo in popping stretch info. Add an assertion
18721 for verifying that the iterator position is in sync with the bidi
18722 iterator.
18723 (handle_single_display_spec, get_overlay_strings_1)
18724 (push_display_prop): Fix initialization of paragraph direction for
18725 string when that of the parent object is not yet determined.
18726 (reseat_1): Call bidi_init_it to resync the bidi
18727 iterator with IT's position. (Bug#7616)
18728 (find_row_edges): If ROW->start.pos gives position
18729 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
18730 (handle_stop, back_to_previous_visible_line_start, reseat_1):
18731 Reset the from_disp_prop_p flag.
18732 (SAVE_IT, RESTORE_IT): New macros.
18733 (pos_visible_p, face_before_or_after_it_pos)
18734 (back_to_previous_visible_line_start)
18735 (move_it_in_display_line_to, move_it_in_display_line)
18736 (move_it_to, move_it_vertically_backward, move_it_by_lines)
18737 (try_scrolling, redisplay_window, display_line): Use them when
18738 saving a temporary copy of the iterator and restoring it back.
18739 (back_to_previous_visible_line_start, reseat_1)
18740 (init_iterator): Empty the bidi cache "stack".
18741 (move_it_in_display_line_to): If iterator ended up at
18742 EOL, but we never saw any buffer positions smaller than
18743 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
18744 motion in bidi-reordered lines.
18745 (move_it_in_display_line_to): Record prev_method and prev_pos
18746 immediately before the call to set_iterator_to_next. Fixes cursor
18747 motion in bidi-reordered lines with stretch glyphs and strings
18748 displayed in margins. (Bug#8133) (Bug#8867)
18749 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
18750 TO_CHARPOS.
18751 (pos_visible_p): Support positions in bidi-reordered lines.
18752 Save and restore bidi cache.
18753
18754 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
18755 (bidi_paragraph_info): Delete unused struct.
18756 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
18757 (bidi_cache_start): New variable.
18758 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
18759 to zero.
18760 (bidi_cache_fetch_state, bidi_cache_search)
18761 (bidi_cache_find_level_change, bidi_cache_iterator_state)
18762 (bidi_cache_find, bidi_peek_at_next_level)
18763 (bidi_level_of_next_char, bidi_find_other_level_edge)
18764 (bidi_move_to_visually_next): Compare cache index with
18765 bidi_cache_start rather than with zero.
18766 (bidi_fetch_char): Accept new argument STRING; all callers
18767 changed. Support iteration over a string. Support strings with
18768 display properties. Support unibyte strings. Fix the type of
18769 `len' according to what STRING_CHAR_AND_LENGTH expects.
18770 (bidi_paragraph_init, bidi_resolve_explicit_1)
18771 (bidi_resolve_explicit, bidi_resolve_weak)
18772 (bidi_level_of_next_char, bidi_move_to_visually_next):
18773 Support iteration over a string.
18774 (bidi_set_sor_type, bidi_resolve_explicit_1)
18775 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
18776 can now be zero (for strings); special values 0 and -1 were
18777 changed to -1 and -2, respectively.
18778 (bidi_char_at_pos): New function.
18779 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
18780 Call it instead of FETCH_MULTIBYTE_CHAR.
18781 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
18782 initialized to valid values.
18783 (bidi_init_it): Don't initialize charpos and bytepos with invalid
18784 values.
18785 (bidi_level_of_next_char): Allow the sentinel "position" to pass
18786 the test for valid cached positions. Fix the logic for looking up
18787 the sentinel state in the cache. GCPRO the Lisp string we are
18788 iterating.
18789 (bidi_push_it, bidi_pop_it): New functions.
18790 (bidi_initialize): Initialize the bidi cache start stack pointer.
18791 (bidi_cache_ensure_space): New function, refactored from part of
18792 bidi_cache_iterator_state. Don't assume the required size is just
18793 one BIDI_CACHE_CHUNK away.
18794 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
18795 (bidi_count_bytes, bidi_char_at_pos): New functions.
18796 (bidi_cache_search): Don't assume bidi_cache_last_idx is
18797 always valid if bidi_cache_idx is valid.
18798 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
18799 is valid if it's going to be used.
18800 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
18801 (bidi_cache_fetch_state, bidi_cache_search)
18802 (bidi_cache_find_level_change, bidi_cache_ensure_space)
18803 (bidi_cache_iterator_state, bidi_cache_find)
18804 (bidi_find_other_level_edge, bidi_cache_start_stack):
18805 All variables related to cache indices are now EMACS_INT.
18806
18807 * dispextern.h (struct bidi_string_data): New structure.
18808 (struct bidi_it): New member `string'. Make flag members be 1-bit
18809 fields, and put them last in the struct.
18810 (compute_display_string_pos, compute_display_string_end):
18811 Update prototypes.
18812 (bidi_push_it, bidi_pop_it): Add prototypes.
18813 (struct iterator_stack_entry): New members bidi_p,
18814 paragraph_embedding, and from_disp_prop_p.
18815 (struct it): Member bidi_p is now a bit field 1 bit wide.
18816 (bidi_shelve_cache, bidi_unshelve_cache):
18817 Declare prototypes.
18818
18819 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
18820 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
18821 and vector-like objects.
18822
18823 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
18824 cache around display iteration.
18825
18826 * window.c (Fwindow_end, window_scroll_pixel_based)
18827 (displayed_window_lines, Frecenter): Save and restore the bidi
18828 cache around display iteration.
18829
18830 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18831
18832 * editfns.c (Fdelete_region): Clarify the use of the named
18833 parameters (bug#6788).
18834
18835 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18836
18837 * indent.c (Fvertical_motion): Set and restore w->pointm when
18838 saving and restoring the window's buffer (Bug#9006).
18839
18840 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18841
18842 * editfns.c (Fstring_to_char): Clarify just what is returned
18843 (bug#6576). Text by Eli Zaretskii.
18844
18845 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18846
18847 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
18848
18849 2011-07-13 Eli Zaretskii <eliz@gnu.org>
18850
18851 * buffer.c (mmap_find): Fix a typo.
18852
18853 2011-07-13 Johan Bockgård <bojohan@gnu.org>
18854
18855 Fix execution of x selection hooks.
18856 * xselect.c (Qx_lost_selection_functions)
18857 (Qx_sent_selection_functions): New vars.
18858 (syms_of_xselect): DEFSYM them.
18859 (x_handle_selection_request): Pass Qx_sent_selection_functions
18860 rather than Vx_sent_selection_functions to Frun_hook_with_args.
18861 (x_handle_selection_clear,x_clear_frame_selections):
18862 Pass Qx_lost_selection_functions rather than
18863 Vx_lost_selection_functions to Frun_hook_with_args.
18864
18865 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
18866
18867 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
18868 The old code sometimes used this field without initializing it.
18869
18870 * alloc.c (gc_sweep): Don't read past end of array.
18871 In theory, the old code could also have corrupted Emacs internals,
18872 though it'd be very unlikely.
18873
18874 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
18875
18876 * character.c (Fcharacterp): Don't advertise optional ignored
18877 argument. (Bug#4026)
18878
18879 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18880
18881 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
18882 key" (bug#4257).
18883
18884 * window.c (Fset_window_start): Doc fix (bug#4199).
18885 (Fset_window_hscroll): Ditto.
18886
18887 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
18888
18889 Fix minor new problems caught by GCC 4.6.1.
18890 * term.c (init_tty): Remove unused local.
18891 * xsettings.c (store_monospaced_changed): Define this function only
18892 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
18893 not used otherwise.
18894
18895 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18896
18897 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
18898
18899 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18900
18901 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
18902 are the mini-buffer and the echo area (bug#3320).
18903
18904 * term.c (init_tty): Remove support for supdup, c10 and perq
18905 terminals, which are no longer supported (bug#1482).
18906
18907 2011-07-10 Johan Bockgård <bojohan@gnu.org>
18908
18909 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
18910
18911 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
18912
18913 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
18914 for non-popups (Bug#3642).
18915
18916 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
18917
18918 * alloc.c (reset_malloc_hooks): Protoize.
18919 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
18920 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
18921 * cm.c (losecursor): Likewise.
18922 * data.c (fmod): Likewise.
18923 * dispnew.c (swap_glyphs_in_rows): Likewise.
18924 * emacs.c (memory_warning_signal): Likewise.
18925 * floatfns.c (float_error): Likewise.
18926 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
18927 (otf_open, font_otf_capability, generate_otf_features)
18928 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
18929 Likewise.
18930 * image.c (pbm_read_file): Likewise.
18931 * indent.c (string_display_width): Likewise.
18932 * intervals.c (check_for_interval, search_for_interval)
18933 (inc_interval_count, count_intervals, root_interval)
18934 (adjust_intervals_for_insertion, make_new_interval): Likewise.
18935 * lread.c (defalias): Likewise.
18936 * ralloc.c (r_alloc_check): Likewise.
18937 * regex.c (set_image_of_range_1, set_image_of_range)
18938 (regex_grow_registers): Likewise.
18939 * sysdep.c (strerror): Likewise.
18940 * termcap.c (valid_filename_p, tprint, main): Likewise.
18941 * tparam.c (main): Likewise.
18942 * unexhp9k800.c (run_time_remap, save_data_space)
18943 (update_file_ptrs, read_header, write_header, calculate_checksum)
18944 (copy_file, copy_rest, display_header): Likewise.
18945 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
18946 Likewise.
18947 * xdisp.c (check_it): Likewise.
18948 * xfaces.c (register_color, unregister_color, unregister_colors):
18949 Likewise.
18950 * xfns.c (print_fontset_result): Likewise.
18951 * xrdb.c (member, fatal, main): Likewise.
18952
18953 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
18954
18955 Fix minor problems found by static checking (Bug#9031).
18956 * chartab.c (char_table_set_range, map_sub_char_table):
18957 Remove unused locals.
18958 (uniprop_table): Now static.
18959 * composite.c (_work_char): Remove unused static var.
18960
18961 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
18962
18963 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
18964
18965 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
18966
18967 * gtkutil.c (qttip_cb): Remove code without function.
18968
18969 2011-07-09 Eli Zaretskii <eliz@gnu.org>
18970
18971 * w32.c (pthread_sigmask): New stub.
18972
18973 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
18974
18975 Use pthread_sigmask, not sigprocmask (Bug#9010).
18976 sigprocmask is portable only for single-threaded applications, and
18977 Emacs can be multi-threaded when it uses GTK.
18978 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
18979 (LIBES): Use it.
18980 * callproc.c (Fcall_process):
18981 * process.c (create_process):
18982 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
18983 Use pthread_sigmask, not sigprocmask.
18984
18985 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
18986
18987 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
18988 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
18989 wrong (Bug#8591).
18990
18991 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
18992
18993 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
18994 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
18995 (xg_hide_tooltip): Fix comment.
18996
18997 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
18998 in registerServicesMenuSendTypes.
18999 (validRequestorForSendType): Don't check ns_return_types.
19000
19001 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
19002 ns_return_type.
19003
19004 2011-07-08 Jason Rumney <jasonr@gnu.org>
19005
19006 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
19007 SH_SHOW for hidden windows (Bug#5482).
19008
19009 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
19010 frame struct members of non-existent frames (Bug#6284).
19011
19012 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
19013
19014 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
19015 variable firstTime not needed on OSX >= 10.6.
19016 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
19017 >= 10.5. Use setKnobProportion, setDoubleValue.
19018
19019 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
19020 (MAC_OS_X_VERSION_10_5): Define if not defined.
19021 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
19022 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
19023 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
19024
19025 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
19026 cString and lossyCString on OSX >= 10.4.
19027
19028 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
19029 sizeToFit on OSX >= 10.2.
19030
19031 * nsimage.m (allocInitFromFile): Don't use deprecated method
19032 bestRepresentationForDevice on OSX >= 10.6.
19033
19034 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
19035 to avoid warning.
19036
19037 * emacs.c: Declare unexec_init_emacs_zone.
19038
19039 * nsgui.h: Fix compiler warning about gnulib redefining verify.
19040
19041 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
19042
19043 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
19044 on svcsMenu (Bug#8842).
19045
19046 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
19047 ns_return_types.
19048 (Fns_list_services): Just return Qnil on 10.6, code not working there.
19049
19050 * nsterm.m (QUTF8_STRING): Declare.
19051 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
19052 (validRequestorForSendType): Return type is (id).
19053 Change indexOfObjectIdenticalTo to indexOfObject.
19054 Check if we have local selection before returning self (Bug#8842).
19055 (writeSelectionToPasteboard): Put local selection into paste board
19056 if we have a local selection (Bug#8842).
19057 (syms_of_nsterm): DEFSYM QUTF8_STRING.
19058
19059 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
19060 (ns_get_local_selection): Declare.
19061
19062 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19063
19064 * keymap.c (describe_map_tree): Don't insert a double newline at
19065 the end of the buffer (bug#1169) and return whether we inserted
19066 something.
19067
19068 * callint.c (Fcall_interactively): Change "reading args" to
19069 "providing args" to try to clarify what it does (bug#1010).
19070
19071 2011-07-07 Kenichi Handa <handa@m17n.org>
19072
19073 * composite.c (composition_compute_stop_pos): Ignore a static
19074 composition starting before CHARPOS (Bug#8915).
19075
19076 * xdisp.c (handle_composition_prop): Likewise.
19077
19078 2011-07-07 Eli Zaretskii <eliz@gnu.org>
19079
19080 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
19081 (Bug#9015)
19082
19083 2011-07-07 Kenichi Handa <handa@m17n.org>
19084
19085 * character.h (unicode_category_t): New enum type.
19086
19087 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
19088 (Qchar_code_property_table): New variable.
19089 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
19090 (UNIPROP_COMPRESSED_FORM_P): New macros.
19091 (char_table_ascii): Uncompress the compressed values.
19092 (sub_char_table_ref): New arg is_uniprop. Callers changed.
19093 Uncompress the compressed values.
19094 (sub_char_table_ref_and_range): Likewise.
19095 (char_table_ref_and_range): Uncompress the compressed values.
19096 (sub_char_table_set): New arg is_uniprop. Callers changed.
19097 Uncompress the compressed values.
19098 (sub_char_table_set_range): Args changed. Callers changed.
19099 (char_table_set_range): Adjuted for the above change.
19100 (map_sub_char_table): Delete args default_val and parent. Add arg
19101 top. Give decoded values to a Lisp function.
19102 (map_char_table): Adjust for the above change. Give decoded
19103 values to a Lisp function. Gcpro more variables.
19104 (uniprop_table_uncompress)
19105 (uniprop_decode_value_run_length): New functions.
19106 (uniprop_decoder, uniprop_decoder_count): New variables.
19107 (uniprop_get_decoder, uniprop_encode_value_character)
19108 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
19109 New functions.
19110 (uniprop_encoder, uniprop_encoder_count): New variables.
19111 (uniprop_get_encoder, uniprop_table)
19112 (Funicode_property_table_internal, Fget_unicode_property_internal)
19113 (Fput_unicode_property_internal): New functions.
19114 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
19115 Sunicode_property_table_internal, Sget_unicode_property_internal,
19116 and Sput_unicode_property_internal. Defvar_lisp
19117 char-code-property-alist.
19118
19119 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
19120 Vunicode_category_table.
19121
19122 * font.c (font_range): Adjust for the change of
19123 Vunicode_category_table.
19124
19125 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
19126
19127 * m/iris4d.h: Remove file, move contents ...
19128 * s/irix6-5.h: ... here.
19129
19130 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
19131
19132 Remove unportable assumption about struct layout (Bug#8884).
19133 * alloc.c (mark_buffer):
19134 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
19135 (clone_per_buffer_values): Don't assume that
19136 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
19137 This isn't true in general, and it's particularly not true
19138 if Emacs is configured with --with-wide-int.
19139 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
19140 New macros, used in the buffer.c change.
19141
19142 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19143
19144 * xsettings.c: Use both GConf and GSettings if both are available.
19145 (store_config_changed_event): Add comment.
19146 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
19147 (store_tool_bar_style_changed): New functions.
19148 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
19149 (struct xsettings): Move font inside HAVE_XFT.
19150 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
19151 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
19152 Move inside HAVE_XFT.
19153 (something_changed_gsettingsCB): Rename from something_changedCB.
19154 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
19155 also.
19156 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
19157 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
19158 (something_changed_gconfCB): Rename from something_changedCB.
19159 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
19160 (parse_settings): Move check for font inside HAVE_XFT.
19161 (read_settings, apply_xft_settings): Add comment.
19162 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
19163 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
19164 call store_font_name_changed.
19165 (xft_settings_event): Add comment.
19166 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
19167 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
19168 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
19169 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
19170 (xsettings_initialize): Call init_gsettings last.
19171 (xsettings_get_system_font, xsettings_get_system_normal_font):
19172 Add comment.
19173
19174 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
19175
19176 Random fixes. E.g., (random) never returned negative values.
19177 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
19178 subseconds part to the entropy, as that's a bit more random.
19179 Prefer signed to unsigned, since the signedness doesn't matter and
19180 in general we prefer signed. When given a limit, use a
19181 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
19182 latter isn't right if USE_2_TAGS_FOR_INTS.
19183 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
19184 not 0..VALMASK. Don't discard "excess" bits that random () returns.
19185
19186 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19187
19188 * textprop.c (text_property_stickiness):
19189 Obey Vtext_property_default_nonsticky.
19190 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
19191 * w32fns.c (syms_of_w32fns):
19192 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
19193
19194 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19195
19196 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
19197 This is more efficient than Ffile_directory_p and avoids a minor race.
19198
19199 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19200
19201 * buffer.c (Foverlay_put): Say what the return value is
19202 (bug#7835).
19203
19204 * fileio.c (barf_or_query_if_file_exists): Check first if the file
19205 is a directory before asking whether to use the file name
19206 (bug#7564).
19207 (barf_or_query_if_file_exists): Make the "File is a directory"
19208 error be more correct.
19209
19210 * fns.c (Frequire): Remove the mention of the .gz files, since
19211 that's installation-specific, but keep the mention of
19212 `get-load-suffixes'.
19213
19214 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19215
19216 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
19217 Report string overflow if the output is too long.
19218
19219 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19220
19221 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
19222 (syms_of_gnutls): Remove duplicate DEFSYM for
19223 Qgnutls_bootprop_verify_hostname_error, an error for
19224 Qgnutls_bootprop_verify_error (which is no longer used).
19225
19226 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
19227 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
19228 Also (re)move comments that are misplaced or no longer relevant.
19229
19230 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19231
19232 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
19233
19234 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19235
19236 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
19237 and background color parameters if they have been changed.
19238
19239 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19240
19241 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
19242
19243 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19244
19245 * xsettings.c (SYSTEM_FONT): Define only when used.
19246 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
19247
19248 * keymap.c (access_keymap_1): Now static.
19249
19250 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
19251
19252 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
19253 leave any prefix arg for the up event (Bug#1586).
19254
19255 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19256
19257 * lread.c (syms_of_lread): Mention single symbols defined by
19258 `defvar' or `defconst' (bug#7154).
19259
19260 * fns.c (Frequire): Mention .el.gz files (bug#7314).
19261 (Frequire): Mention get-load-suffixes.
19262
19263 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19264
19265 * window.h (window): Remove clone_number slot.
19266 * window.c (Fwindow_clone_number, Fset_window_clone_number):
19267 Remove.
19268 (make_parent_window, make_window, saved_window)
19269 (Fset_window_configuration, save_window_save): Don't deal with
19270 clone numbers.
19271 * buffer.c (Qclone_number): Remove declaration.
19272 (sort_overlays, overlay_strings): Don't deal with clone numbers.
19273
19274 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19275
19276 Add multiple inheritance to keymaps.
19277 * keymap.c (Fmake_composed_keymap): New function.
19278 (Fset_keymap_parent): Simplify.
19279 (fix_submap_inheritance): Remove.
19280 (access_keymap_1): New function extracted from access_keymap to handle
19281 embedded parents and handle lists of maps.
19282 (access_keymap): Use it.
19283 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
19284 (Fcopy_keymap): Handle embedded parents.
19285 (Fcommand_remapping, define_as_prefix): Simplify.
19286 (Fkey_binding): Simplify.
19287 (syms_of_keymap): Move minibuffer-local-completion-map,
19288 minibuffer-local-filename-completion-map,
19289 minibuffer-local-must-match-map, and
19290 minibuffer-local-filename-must-match-map to Elisp.
19291 (syms_of_keymap): Defsubr make-composed-keymap.
19292 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
19293 (parse_menu_item): Trivial simplification.
19294
19295 2011-07-01 Glenn Morris <rgm@gnu.org>
19296
19297 * Makefile.in (SETTINGS_LIBS): Fix typo.
19298
19299 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
19300
19301 * coding.c (Fencode_coding_string): Record the last coding system
19302 used, as the function doc string says (bug#8738).
19303
19304 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
19305
19306 * xsettings.c (store_monospaced_changed): Take new font as arg and
19307 check for change against current_mono_font.
19308 (EMACS_TYPE_SETTINGS): Remove this and related defines.
19309 (emacs_settings_constructor, emacs_settings_get_property)
19310 (emacs_settings_set_property, emacs_settings_class_init)
19311 (emacs_settings_init, gsettings_obj): Remove.
19312 (something_changedCB): New function for HAVE_GSETTINGS.
19313 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
19314 with value as argument.
19315 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
19316 g_settings_new (Bug#8967). Do not create gsettings_obj.
19317 Remove calls to g_settings_bind. Connect something_changedCB to
19318 "changed".
19319
19320 * xgselect.c: Add defined (HAVE_GSETTINGS).
19321 (xgselect_initialize): Ditto.
19322
19323 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
19324 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
19325 xg_select.
19326
19327 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19328
19329 * eval.c (struct backtrace): Simplify and port the data structure.
19330 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
19331 signed bit field, as this assumption is not portable and it makes
19332 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
19333 "char debug_on_exit : 1" as this is not portable either; instead,
19334 use the portable "unsigned int debug_on_exit : 1". Remove unused
19335 member evalargs. Remove obsolete comments about cc bombing out.
19336
19337 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
19338
19339 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
19340 Let HAVE_GSETTINGS override HAVE_GCONF.
19341 (store_monospaced_changed): New function.
19342 (EMACS_SETTINGS): A new type derived from GObject to handle
19343 GSettings notifications.
19344 (emacs_settings_constructor, emacs_settings_get_property)
19345 (emacs_settings_set_property, emacs_settings_class_init):
19346 New functions.
19347 (gsettings_client, gsettings_obj): New variables.
19348 (GSETTINGS_SCHEMA): New define.
19349 (something_changedCB): Call store_monospaced_changed.
19350 (init_gsettings): New function.
19351 (xsettings_initialize): Call init_gsettings.
19352 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
19353 to NULL.
19354
19355 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
19356 GCONF_CFLAGS/LIBS.
19357
19358 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19359
19360 * window.c (resize_root_window, grow_mini_window)
19361 (shrink_mini_window): Rename Qresize_root_window to
19362 Qwindow_resize_root_window and Qresize_root_window_vertically to
19363 Qwindow_resize_root_window_vertically.
19364
19365 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
19366
19367 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
19368
19369 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
19370
19371 * makefile.w32-in: Redesign dependencies so they reflect more
19372 clearly which files are directly included by each source file,
19373 and not through other includes.
19374
19375 2011-06-27 Martin Rudalics <rudalics@gmx.at>
19376
19377 * buffer.c (Qclone_number): Declare static and DEFSYM it.
19378 (sort_overlays, overlay_strings): When an overlay's clone number
19379 matches the window's clone number process the overlay even if
19380 the overlay's window property doesn't match the current window.
19381
19382 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
19383 (Fwindow_hchild): Rename to Fwindow_left_child.
19384 (Fwindow_next): Rename to Fwindow_next_sibling.
19385 (Fwindow_prev): Rename to Fwindow_prev_sibling.
19386 (resize_window_check): Rename to window_resize_check.
19387 (resize_window_apply): Rename to window_resize_apply.
19388 (Fresize_window_apply): Rename to Fwindow_resize_apply.
19389 (Fdelete_other_windows_internal, resize_frame_windows)
19390 (Fsplit_window_internal, Fdelete_window_internal)
19391 (grow_mini_window, shrink_mini_window)
19392 (Fresize_mini_window_internal): Fix callers accordingly.
19393
19394 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
19395
19396 * emacsgtkfixed.h: State that this is only used with Gtk+3.
19397 (emacs_fixed_set_min_size): Remove.
19398 (emacs_fixed_new): Take frame as argument.
19399
19400 * emacsgtkfixed.c: State that this is only used with Gtk+3.
19401 (_EmacsFixedPrivate): Remove minwidth/height.
19402 Add struct frame *f.
19403 (emacs_fixed_init): Initialize priv->f.
19404 (get_parent_class, emacs_fixed_set_min_size): Remove.
19405 (emacs_fixed_new): Set priv->f to argument.
19406 (emacs_fixed_get_preferred_width)
19407 (emacs_fixed_get_preferred_height): Use min_width/height from
19408 frames size_hint to set minimum and natural (Bug#8919).
19409 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
19410 and use min_width/height from frames size_hint to set
19411 min_width/height (Bug#8919).
19412
19413 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
19414 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
19415 Fix indentation.
19416
19417 2011-06-26 Eli Zaretskii <eliz@gnu.org>
19418
19419 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
19420 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
19421 called at ZV.
19422
19423 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
19424
19425 * process.c (wait_reading_process_output): Bypass select if
19426 waiting for a cell while ignoring keyboard input, and input is
19427 pending. Suggested by Jan Djärv (Bug#8869).
19428
19429 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
19430
19431 Use gnulib's dup2 module instead of rolling our own.
19432 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
19433
19434 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19435
19436 * dispnew.c (scrolling_window): Before scrolling, turn off a
19437 mouse-highlight in the window being scrolled.
19438
19439 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
19440
19441 Move DEFSYM to lisp.h and use everywhere.
19442
19443 * character.h (DEFSYM): Move declaration...
19444 * lisp.h (DEFSYM): ...here.
19445
19446 * gnutls.c:
19447 * minibuf.c:
19448 * w32menu.c:
19449 * w32proc.c:
19450 * w32select.c: Don't include character.h.
19451
19452 * alloc.c (syms_of_alloc):
19453 * buffer.c (syms_of_buffer):
19454 * bytecode.c (syms_of_bytecode):
19455 * callint.c (syms_of_callint):
19456 * casefiddle.c (syms_of_casefiddle):
19457 * casetab.c (init_casetab_once):
19458 * category.c (init_category_once, syms_of_category):
19459 * ccl.c (syms_of_ccl):
19460 * cmds.c (syms_of_cmds):
19461 * composite.c (syms_of_composite):
19462 * dbusbind.c (syms_of_dbusbind):
19463 * dired.c (syms_of_dired):
19464 * dispnew.c (syms_of_display):
19465 * doc.c (syms_of_doc):
19466 * editfns.c (syms_of_editfns):
19467 * emacs.c (syms_of_emacs):
19468 * eval.c (syms_of_eval):
19469 * fileio.c (syms_of_fileio):
19470 * fns.c (syms_of_fns):
19471 * frame.c (syms_of_frame):
19472 * fringe.c (syms_of_fringe):
19473 * insdel.c (syms_of_insdel):
19474 * keymap.c (syms_of_keymap):
19475 * lread.c (init_obarray, syms_of_lread):
19476 * macros.c (syms_of_macros):
19477 * msdos.c (syms_of_msdos):
19478 * print.c (syms_of_print):
19479 * process.c (syms_of_process):
19480 * search.c (syms_of_search):
19481 * sound.c (syms_of_sound):
19482 * syntax.c (init_syntax_once, syms_of_syntax):
19483 * terminal.c (syms_of_terminal):
19484 * textprop.c (syms_of_textprop):
19485 * undo.c (syms_of_undo):
19486 * w32.c (globals_of_w32):
19487 * window.c (syms_of_window):
19488 * xdisp.c (syms_of_xdisp):
19489 * xfaces.c (syms_of_xfaces):
19490 * xfns.c (syms_of_xfns):
19491 * xmenu.c (syms_of_xmenu):
19492 * xsettings.c (syms_of_xsettings):
19493 * xterm.c (syms_of_xterm): Use DEFSYM.
19494
19495 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
19496
19497 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
19498
19499 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
19500
19501 Integer and buffer overflow fixes (Bug#8873).
19502
19503 * print.c (printchar, strout): Check for string overflow.
19504 (PRINTPREPARE, printchar, strout):
19505 Don't set size unless allocation succeeds.
19506
19507 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
19508 for sizes. Check for string overflow more accurately.
19509 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
19510
19511 * macros.c: Integer and buffer overflow fixes.
19512 * keyboard.h (struct keyboard.kbd_macro_bufsize):
19513 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
19514 Use ptrdiff_t, not int, for sizes.
19515 Don't increment bufsize until after realloc succeeds.
19516 Check for size-calculation overflow.
19517 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
19518
19519 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
19520
19521 * lread.c: Integer overflow fixes.
19522 (read_integer): Radix is now EMACS_INT, not int,
19523 to improve quality of diagnostics for out-of-range radices.
19524 Calculate buffer size correctly for out-of-range radices.
19525 (read1): Check for integer overflow in radices, and in
19526 read-circle numbers.
19527 (read_escape): Avoid int overflow.
19528 (Fload, openp, read_buffer_size, read1)
19529 (substitute_object_recurse, read_vector, read_list, map_obarray):
19530 Use ptrdiff_t, not int, for sizes.
19531 (read1): Use EMACS_INT, not int, for sizes.
19532 Check for size overflow.
19533
19534 * image.c (cache_image): Check for size arithmetic overflow.
19535
19536 * lread.c: Integer overflow issues.
19537 (saved_doc_string_size, saved_doc_string_length)
19538 (prev_saved_doc_string_size, prev_saved_doc_string_length):
19539 Now ptrdiff_t, not int.
19540 (read1): Don't assume doc string length fits in int. Check for
19541 out-of-range doc string lengths.
19542 (read_list): Don't assume file position fits in int.
19543 (read_escape): Check for hex character overflow.
19544
19545 2011-06-22 Leo Liu <sdl.web@gmail.com>
19546
19547 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
19548 Move to minibuffer.el.
19549
19550 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
19551
19552 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
19553 The following patches are for when GLYPH_DEBUG && !XASSERT.
19554 * dispextern.h (trace_redisplay_p, dump_glyph_string):
19555 * dispnew.c (flush_stdout):
19556 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
19557 Mark as externally visible.
19558 * dispnew.c (check_window_matrix_pointers): Now static.
19559 * dispnew.c (window_to_frame_vpos):
19560 * xfns.c (unwind_create_frame):
19561 * xterm.c (x_check_font): Remove unused local.
19562 * scroll.c (CHECK_BOUNDS):
19563 * xfaces.c (cache_fache): Rename local to avoid shadowing.
19564 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
19565 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
19566 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
19567 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
19568 Now static.
19569 (debug_method_add): Use va_list and vsprintf rather than relying
19570 on undefined behavior with wrong number of arguments.
19571 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
19572 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
19573 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
19574 since we're not interested in debugging glyphs with old libraries.
19575 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
19576 GCC 4.6.0's static checking.
19577
19578 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
19579
19580 Integer overflow and signedness fixes (Bug#8873).
19581 A few related buffer overrun fixes, too.
19582
19583 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
19584
19585 * dispextern.h (struct face.stipple):
19586 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
19587 (x_bitmap_mask, x_allocate_bitmap_record)
19588 (x_create_bitmap_from_data, x_create_bitmap_from_file)
19589 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
19590 (x_create_bitmap_from_xpm_data):
19591 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
19592 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
19593 (.bitmaps_last):
19594 * xfaces.c (load_pixmap):
19595 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
19596 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
19597 (.bitmaps_last, struct x_output.icon_bitmap):
19598 Use ptrdiff_t, not int, for bitmap indexes.
19599 (x_allocate_bitmap_record): Check for size overflow.
19600 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
19601
19602 Use ptrdiff_t, not int, for overlay counts.
19603 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
19604 * editfns.c (overlays_around, get_pos_property):
19605 * textprop.c (get_char_property_and_overlay):
19606 * xdisp.c (next_overlay_change, note_mouse_highlight):
19607 * xfaces.c (face_at_buffer_position):
19608 * buffer.c (OVERLAY_COUNT_MAX): New macro.
19609 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
19610 (Fnext_overlay_change, Fprevious_overlay_change)
19611 (mouse_face_overlay_overlaps, Foverlays_in):
19612 Use ptrdiff_t, not int, for sizes.
19613 (overlays_at, overlays_in): Check for size-calculation overflow.
19614
19615 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
19616
19617 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
19618 (x_session_initialize): Do not assume string length fits in int.
19619
19620 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
19621 This is unlikely, but can occur if DPI is outlandish.
19622
19623 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
19624 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
19625
19626 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
19627 * xrdb.c (magic_file_p, search_magic_path):
19628 Omit last arg SUFFIX; it was always 0. All callers changed.
19629 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
19630
19631 * xfont.c (xfont_match): Avoid need for strlen.
19632
19633 * xfns.c: Don't assume strlen fits in int.
19634 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
19635
19636 * xdisp.c (message_log_check_duplicate): Return intmax_t,
19637 not unsigned long, as we prefer signed integers. All callers changed.
19638 Detect integer overflow in repeat count.
19639 (message_dolog): Don't assume print length fits in 39 bytes.
19640 (display_mode_element): Don't assume strlen fits in int.
19641
19642 * termcap.c: Don't assume sizes fit in int and never overflow.
19643 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
19644 (gobble_line): Check for size-calculation overflow.
19645
19646 * minibuf.c (Fread_buffer):
19647 * lread.c (intern, intern_c_string):
19648 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
19649 Don't assume string length fits in int.
19650
19651 * keyboard.c (parse_tool_bar_item):
19652 * gtkutil.c (style_changed_cb): Avoid need for strlen.
19653
19654 * font.c: Don't assume string length fits in int.
19655 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
19656 Use ptrdiff_t, not int.
19657 (font_intern_prop): Don't assume string length fits in int.
19658 Don't assume integer property fits in fixnum.
19659 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
19660
19661 * filelock.c: Fix some buffer overrun and integer overflow issues.
19662 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
19663 Reformulate so as not to need the command string.
19664 Invoke gzip -cd rather than gunzip, as it's more portable.
19665 (lock_info_type, lock_file_1, lock_file):
19666 Don't assume pid_t and time_t fit in unsigned long.
19667 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
19668 (current_lock_owner): Prefer signed type for sizes.
19669 Use memcpy, not strncpy, where memcpy is what is really wanted.
19670 Don't assume (via atoi) that time_t and pid_t fit in int.
19671 Check for time_t and/or pid_t out of range, e.g., via a network share.
19672 Don't alloca where an auto var works fine.
19673
19674 * fileio.c: Fix some integer overflow issues.
19675 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
19676 Don't assume string length fits in int.
19677 (directory_file_name): Don't assume string length fits in long.
19678 (make_temp_name): Don't assume pid fits in int, or that its print
19679 length is less than 20.
19680
19681 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
19682
19683 * coding.c (make_subsidiaries): Don't assume string length fits in int.
19684
19685 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
19686
19687 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
19688 We prefer signed integers, even for size calculations.
19689
19690 * emacs.c: Don't assume string length fits in 'int'.
19691 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
19692 (main): Don't invoke strlen when not needed.
19693
19694 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
19695 (XD_DEBUG_MESSAGE): Don't waste a byte.
19696
19697 * callproc.c (getenv_internal_1, getenv_internal)
19698 (Fgetenv_internal):
19699 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
19700
19701 * lread.c (invalid_syntax): Omit length argument.
19702 All uses changed. This doesn't fix a bug, but it simplifies the
19703 code away from its former Hollerith-constant appearance, and it's
19704 one less 'int' to worry about when looking at integer-overflow issues.
19705 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
19706
19707 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
19708 This didn't break anything, but it didn't help either.
19709 It's confusing to put a bogus integer in a place where the actual
19710 value does not matter.
19711 (LIST_END_P): Remove unused macro and its bogus comment.
19712 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
19713
19714 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
19715 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
19716 implementation.
19717 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
19718 We prefer signed types, and the value cannot exceed the EMACS_INT
19719 range anyway (because otherwise the length would not be representable).
19720 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
19721 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
19722 This avoids a GCC warning when WIDE_EMACS_INT.
19723
19724 * indent.c (sane_tab_width): New function.
19725 (current_column, scan_for_column, Findent_to, position_indentation)
19726 (compute_motion): Use it. This is just for clarity.
19727 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
19728
19729 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
19730
19731 * lisp.h (lint_assume): New macro.
19732 * composite.c (composition_gstring_put_cache):
19733 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
19734
19735 * editfns.c, insdel.c:
19736 Omit unnecessary forward decls, to simplify future changes.
19737
19738 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
19739
19740 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
19741
19742 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
19743 Use much-faster test for byte-length change.
19744 Don't assume string byte-length fits in 'int'.
19745 Check that character arg fits in 'int'.
19746 (mapcar1): Declare byte as byte, for clarity.
19747
19748 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
19749
19750 * fns.c (concat): Catch string overflow earlier.
19751 Do not rely on integer wraparound.
19752
19753 * dispextern.h (struct it.overlay_strings_charpos)
19754 (struct it.selective): Now EMACS_INT, not int.
19755 * xdisp.c (forward_to_next_line_start)
19756 (back_to_previous_visible_line_start)
19757 (reseat_at_next_visible_line_start, next_element_from_buffer):
19758 Don't arbitrarily truncate the value of 'selective' to int.
19759
19760 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
19761
19762 * composite.c: Don't truncate sizes to 'int'.
19763 (composition_gstring_p, composition_reseat_it)
19764 (composition_adjust_point): Use EMACS_INT, not int.
19765 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
19766 not EMACS_UINT, for indexes.
19767
19768 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
19769
19770 * buffer.c: Include <verify.h>.
19771 (struct sortvec.priority, struct sortstr.priority):
19772 Now EMACS_INT, not int.
19773 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
19774 (struct sortstr.size, record_overlay_string)
19775 (struct sortstrlist.size, struct sortlist.used):
19776 Don't truncate size to int.
19777 (record_overlay_string): Check for size-calculation overflow.
19778 (init_buffer_once): Check at compile-time, not run-time.
19779
19780 2011-06-22 Jim Meyering <meyering@redhat.com>
19781
19782 Don't leak an XBM-image-sized buffer
19783 * image.c (xbm_load): Free the image buffer after using it.
19784
19785 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
19786
19787 Port to Sun C.
19788 * composite.c (find_automatic_composition): Omit needless 'return 0;'
19789 that Sun C diagnosed.
19790 * fns.c (secure_hash): Fix pointer signedness issue.
19791 * intervals.c (static_offset_intervals): New function.
19792 (offset_intervals): Use it.
19793
19794 2011-06-21 Leo Liu <sdl.web@gmail.com>
19795
19796 * deps.mk (fns.o):
19797 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
19798 sha512.h.
19799
19800 * fns.c (secure_hash): Rename from crypto_hash_function and change
19801 the first arg to accept symbols.
19802 (Fsecure_hash): New primitive.
19803 (syms_of_fns): New symbols.
19804
19805 2011-06-20 Deniz Dogan <deniz@dogan.se>
19806
19807 * process.c (Fset_process_buffer): Clarify return value in
19808 docstring.
19809
19810 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
19811
19812 * dispnew.c (add_window_display_history): Use BVAR.
19813
19814 * xdisp.c (debug_method_add): Use BVAR.
19815 (check_window_end, dump_glyph_matrix, dump_glyph)
19816 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
19817
19818 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
19819 Likewise.
19820
19821 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
19822 check till after the cache is created in init_frame_faces.
19823
19824 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
19825
19826 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
19827
19828 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
19829
19830 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
19831 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
19832 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
19833
19834 Improve buffer-overflow checking (Bug#8873).
19835 * fileio.c (Finsert_file_contents):
19836 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
19837 Remove the old (too-loose) buffer overflow checks.
19838 They weren't needed, since make_gap checks for buffer overflow.
19839 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
19840 The old code merely checked for Emacs fixnum overflow, and relied
19841 on undefined (wraparound) behavior. The new code avoids undefined
19842 behavior, and also checks for ptrdiff_t and/or size_t overflow.
19843
19844 * editfns.c (Finsert_char): Don't dump core with very negative counts.
19845 Tune. Don't use wider integers than needed. Don't use alloca.
19846 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
19847
19848 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
19849
19850 * insdel.c, lisp.h (buffer_overflow): New function.
19851 (insert_from_buffer_1, replace_range, replace_range_2):
19852 * insdel.c (make_gap_larger):
19853 * editfns.c (Finsert_char):
19854 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
19855
19856 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
19857
19858 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
19859
19860 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
19861
19862 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
19863 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
19864
19865 * fileio.c: Don't assume EMACS_INT fits in off_t.
19866 (emacs_lseek): New static function.
19867 (Finsert_file_contents, Fwrite_region): Use it.
19868 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
19869
19870 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
19871
19872 * fns.c: Don't overflow int when computing a list length.
19873 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
19874 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
19875 truncation on 64-bit hosts. Check for QUIT every
19876 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
19877 faster and is responsive enough.
19878 (Flength): Report an error instead of overflowing an integer.
19879 (Fsafe_length): Return a float if the value is not representable
19880 as a fixnum. This shouldn't happen except in contrived situations.
19881 (Fnthcdr, Fsort): Don't assume list length fits in int.
19882 (Fcopy_sequence): Don't assume vector length fits in int.
19883
19884 * alloc.c: Check that resized vectors' lengths fit in fixnums.
19885 (header_size, word_size): New constants.
19886 (allocate_vectorlike): Don't check size overflow here.
19887 (allocate_vector): Check it here instead, since this is the only
19888 caller of allocate_vectorlike that could cause overflow.
19889 Check that the new vector's length is representable as a fixnum.
19890
19891 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
19892 The previous code was bogus. For example, next_almost_prime (32)
19893 returned 39, which is undesirable as it is a multiple of 3; and
19894 next_almost_prime (24) returned 25, which is a multiple of 5 so
19895 why was the code bothering to check for multiples of 7?
19896
19897 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
19898
19899 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
19900
19901 Variadic C functions now count arguments with ptrdiff_t.
19902 This partly undoes my 2011-03-30 change, which replaced int with size_t.
19903 Back then I didn't know that the Emacs coding style prefers signed int.
19904 Also, in the meantime I found a few more instances where arguments
19905 were being counted with int, which may truncate counts on 64-bit
19906 machines, or EMACS_INT, which may be unnecessarily wide.
19907 * lisp.h (struct Lisp_Subr.function.aMANY)
19908 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
19909 Arg counts are now ptrdiff_t, not size_t.
19910 All variadic functions and their callers changed accordingly.
19911 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
19912 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
19913 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
19914 * callint.c (Fcall_interactively): Check arg count for overflow,
19915 to avoid potential buffer overrun. Use signed char, not 'int',
19916 for 'varies' array, so that we needn't bother to check its size
19917 calculation for overflow.
19918 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
19919 * eval.c (apply_lambda):
19920 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
19921 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
19922 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
19923
19924 * callint.c (Fcall_interactively): Don't use index var as event count.
19925
19926 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
19927 * mem-limits.h (SIZE): Remove; no longer used.
19928
19929 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
19930
19931 Remove unnecessary casts.
19932 * xterm.c (x_term_init):
19933 * xfns.c (x_set_border_pixel):
19934 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
19935 These aren't needed now that we assume ANSI C.
19936
19937 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
19938 It's more likely to cause problems (due to unsigned overflow)
19939 than to cure them.
19940
19941 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
19942
19943 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
19944
19945 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
19946
19947 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
19948
19949 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
19950
19951 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
19952
19953 GLYPH_CODE_FACE returns EMACS_INT, not int.
19954 * dispextern.h (merge_faces):
19955 * xfaces.c (merge_faces):
19956 * xdisp.c (get_next_display_element, next_element_from_display_vector):
19957 Don't assume EMACS_INT fits in int.
19958
19959 * character.h (CHAR_VALID_P): Remove unused parameter.
19960 * fontset.c, lisp.h, xdisp.c: All uses changed.
19961
19962 * editfns.c (Ftranslate_region_internal): Omit redundant test.
19963
19964 * fns.c (concat): Minor tuning based on overflow analysis.
19965 This doesn't fix any bugs. Use int to hold character, instead
19966 of constantly refetching from Emacs object. Use XFASTINT, not
19967 XINT, for value known to be a character. Don't bother comparing
19968 a single byte to 0400, as it's always less.
19969
19970 * floatfns.c (Fexpt):
19971 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
19972
19973 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
19974 for characters.
19975
19976 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
19977
19978 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
19979 Without this fix, on a 64-bit host (aset S 0 4294967386) would
19980 incorrectly succeed when S was a string, because 4294967386 was
19981 truncated before it was used.
19982
19983 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
19984 Otherwise, an out-of-range integer could cause undefined behavior
19985 on a 64-bit host.
19986
19987 * composite.c: Use int, not EMACS_INT, for characters.
19988 (fill_gstring_body, composition_compute_stop_pos): Use int, not
19989 EMACS_INT, for values that are known to be in character range.
19990 This doesn't fix any bugs but is the usual style inside Emacs and
19991 may generate better code on 32-bit machines.
19992
19993 Make sure a 64-bit char is never passed to ENCODE_CHAR.
19994 This is for reasons similar to the recent CHAR_STRING fix.
19995 * charset.c (Fencode_char): Check that character arg is actually
19996 a character. Pass an int to ENCODE_CHAR.
19997 * charset.h (ENCODE_CHAR): Verify that the character argument is no
19998 wider than 'int', as a compile-time check to prevent future regressions
19999 in this area.
20000
20001 * character.c (char_string): Remove unnecessary casts.
20002
20003 Make sure a 64-bit char is never passed to CHAR_STRING.
20004 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
20005 by silently ignoring the top 32 bits, allowing some values
20006 that were far too large to be valid characters.
20007 * character.h: Include <verify.h>.
20008 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
20009 arguments are no wider than unsigned, as a compile-time check
20010 to prevent future regressions in this area.
20011 * data.c (Faset):
20012 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
20013 (Fsubst_char_in_region):
20014 * fns.c (concat):
20015 * xdisp.c (decode_mode_spec_coding):
20016 Adjust to CHAR_STRING's new requirement.
20017 * editfns.c (Finsert_char, Fsubst_char_in_region):
20018 * fns.c (concat): Check that character args are actually
20019 characters. Without this test, these functions did the wrong
20020 thing with wildly out-of-range values on 64-bit hosts.
20021
20022 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
20023 These casts should not be needed on 32-bit hosts, either.
20024 * keyboard.c (read_char):
20025 * lread.c (Fload): Remove casts to unsigned.
20026
20027 * lisp.h (UNSIGNED_CMP): New macro.
20028 This fixes comparison bugs on 64-bit hosts.
20029 (ASCII_CHAR_P): Use it.
20030 * casefiddle.c (casify_object):
20031 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
20032 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
20033 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
20034 * dispextern.h (FACE_FROM_ID):
20035 * keyboard.c (read_char): Use UNSIGNED_CMP.
20036
20037 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
20038 not to EMACS_INT, to avoid GCC warning.
20039
20040 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
20041
20042 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
20043 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
20044 isn't needed on 32-bit machines.
20045
20046 * buffer.c (Fgenerate_new_buffer_name):
20047 Use EMACS_INT for count, not int.
20048 (advance_to_char_boundary): Return EMACS_INT, not int.
20049
20050 * data.c (Qcompiled_function): Now static.
20051
20052 * window.c (window_body_lines): Now static.
20053
20054 * image.c (gif_load): Rename local to avoid shadowing.
20055
20056 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
20057 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
20058 * alloc.c (make_save_value): Integer argument is now of type
20059 ptrdiff_t, not int.
20060 (mark_object): Use ptrdiff_t, not int.
20061 * lisp.h (pD): New macro.
20062 * print.c (print_object): Use it.
20063
20064 * alloc.c: Use EMACS_INT, not int, to count objects.
20065 (total_conses, total_markers, total_symbols, total_vector_size)
20066 (total_free_conses, total_free_markers, total_free_symbols)
20067 (total_free_floats, total_floats, total_free_intervals)
20068 (total_intervals, total_strings, total_free_strings):
20069 Now EMACS_INT, not int. All uses changed.
20070 (Fgarbage_collect): Compute overall total using a double, so that
20071 integer overflow is less likely to be a problem. Check for overflow
20072 when converting back to an integer.
20073 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
20074 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
20075 These were 'int' variables that could overflow on 64-bit hosts;
20076 they were never used, so remove them instead of repairing them.
20077 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
20078 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
20079 Previously, this ceilinged at INT_MAX, but that doesn't work on
20080 64-bit machines.
20081 (allocate_pseudovector): Don't use EMACS_INT when int would do.
20082
20083 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
20084 (allocate_vectorlike): Check for ptrdiff_t overflow.
20085 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
20086 when a (possibly-narrower) signed value would do just as well.
20087 We prefer using signed arithmetic, to avoid comparison confusion.
20088
20089 * alloc.c: Catch some string size overflows that we were missing.
20090 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
20091 for convenience in STRING_BYTES_MAX.
20092 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
20093 The definition here is exact; the one in lisp.h was approximate.
20094 (allocate_string_data): Check for string overflow. This catches
20095 some instances we weren't catching before. Also, it catches
20096 size_t overflow on (unusual) hosts where SIZE_MAX <= min
20097 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
20098 and ptrdiff_t and EMACS_INT are both 64 bits.
20099
20100 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
20101 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
20102 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
20103
20104 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
20105
20106 * alloc.c (Fmake_string): Check for out-of-range init.
20107
20108 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20109
20110 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
20111
20112 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
20113
20114 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
20115 xg_get_default_scrollbar_width.
20116
20117 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
20118 (int_gtk_range_get_value): Move to the scroll bar part of the file.
20119 (style_changed_cb): Call update_theme_scrollbar_width and call
20120 x_set_scroll_bar_default_width and xg_frame_set_char_size for
20121 all frames (Bug#8505).
20122 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
20123 Call gtk_window_set_resizable if HAVE_GTK3.
20124 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
20125 and height if HAVE_GTK3 (Bug#8505).
20126 (scroll_bar_width_for_theme): New variable.
20127 (update_theme_scrollbar_width): New function.
20128 (xg_get_default_scrollbar_width): Move code to
20129 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
20130 (xg_initialize): Call update_theme_scrollbar_width.
20131
20132 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
20133
20134 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
20135
20136 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20137
20138 * frame.c (make_frame): Call other_buffer_safely instead of
20139 other_buffer.
20140
20141 * window.c (temp_output_buffer_show): Call display_buffer with
20142 second argument Vtemp_buffer_show_specifiers and reset latter
20143 immediately after the call.
20144 (Vtemp_buffer_show_specifiers): New variable.
20145 (auto_window_vscroll_p, next_screen_context_lines)
20146 (Vscroll_preserve_screen_position): Remove leading asterisks from
20147 doc-strings.
20148
20149 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
20150
20151 Fix minor problems found by GCC 4.6.0 static checking.
20152 * buffer.c (Qclone_number): Remove for now, as it's unused.
20153 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
20154 (record_buffer): Remove unused local.
20155 * frame.c (other_visible_frames, frame_buffer_list): Now static.
20156 (set_frame_buffer_list): Remove; unused.
20157 * frame.h (other_visible_frames): Remove decl.
20158 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
20159 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
20160 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
20161 if HAVE_GPM.
20162 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
20163 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
20164 Define only if HAVE_GPM.
20165 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
20166 (update_hints_inhibit): Remove; never set. All uses removed.
20167 * widgetprv.h (emacsFrameClassRec): Remove decl.
20168 * window.c (delete_deletable_window): Now returns void, since it
20169 wasn't returning anything.
20170 (compare_window_configurations): Remove unused locals.
20171 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
20172 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
20173 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
20174 the same widths as pointers. This follows up on the 2011-05-06 patch.
20175 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
20176 * xterm.h: Likewise.
20177 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
20178
20179 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
20180
20181 * makefile.w32-in: Update dependencies.
20182 (LISP_H): Add lib/intprops.h.
20183
20184 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20185
20186 * image.c (gif_load): Add animation frame delay to the metadata.
20187 (syms_of_image): Use DEFSYM. New symbol `delay'.
20188
20189 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20190
20191 * window.c (delete_deletable_window): Re-add.
20192 (Fset_window_configuration): Rewrite to handle dead buffers and
20193 consequently deletable windows.
20194 (window_tree, Fwindow_tree): Remove. Supply functionality in
20195 window.el.
20196 (compare_window_configurations): Simplify code.
20197
20198 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
20199
20200 * image.c (imagemagick_load_image): Fix type mismatch.
20201 (Fimagemagick_types): Likewise.
20202
20203 * window.h (replace_buffer_in_windows): Declare.
20204
20205 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20206
20207 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
20208 Qclone_number. Remove external declaration of Qdelete_window.
20209 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
20210 code.
20211 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
20212 Run Qbuffer_list_update_hook if allowed.
20213 (Fother_buffer): Rewrite doc-string. Major rewrite for new
20214 buffer list implementation.
20215 (other_buffer_safely): New function.
20216 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
20217 calls to replace_buffer_in_windows and
20218 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
20219 if allowed.
20220 (record_buffer): Inhibit quitting and rewrite using quittable
20221 functions. Run Qbuffer_list_update_hook if allowed.
20222 (Frecord_buffer, Funrecord_buffer): New functions.
20223 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
20224 Move switch-to-buffer to window.el.
20225 (bury-buffer): Move to window.el.
20226 (Vbuffer_list_update_hook): New variable.
20227
20228 * lisp.h (other_buffer_safely): Add prototype in buffer.c
20229 section.
20230
20231 * window.h (resize_frame_windows): Move up in code.
20232 (Fwindow_frame): Remove EXFUN.
20233 (replace_buffer_in_all_windows): Remove prototype.
20234 (replace_buffer_in_windows_safely): Add prototype.
20235
20236 * window.c: Declare Qdelete_window static again. Move down
20237 declaration of select_count.
20238 (Fnext_window, Fprevious_window): Rewrite doc-strings.
20239 (Fother_window): Move to window.el.
20240 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
20241 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
20242 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
20243 window.el.
20244 (replace_buffer_in_windows): Implement by calling
20245 Qreplace_buffer_in_windows.
20246 (replace_buffer_in_all_windows): Remove with some functionality
20247 moved into replace_buffer_in_windows_safely.
20248 (replace_buffer_in_windows_safely): New function.
20249 (select_window_norecord, select_frame_norecord): Move in front
20250 of run_window_configuration_change_hook. Remove now obsolete
20251 declarations.
20252 (Fset_window_buffer): Rewrite doc-string.
20253 Call Qrecord_window_buffer.
20254 (keys_of_window): Move binding for other-window to window.el.
20255
20256 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20257
20258 * dispextern.h (struct image): Replace data member, whose int_val
20259 and ptr_val fields were not used by anything, with a single
20260 lisp_val object.
20261
20262 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
20263 (gif_clear_image, gif_load, imagemagick_load_image)
20264 (gs_clear_image, gs_load): Callers changed.
20265
20266 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
20267
20268 * buffer.h: Include <time.h>, for time_t.
20269 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
20270
20271 Fix minor problems found by static checking.
20272
20273 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
20274
20275 Make identifiers static if they are not used in other modules.
20276 * data.c (Qcompiled_function, Qframe, Qvector):
20277 * image.c (QimageMagick, Qsvg):
20278 * minibuf.c (Qmetadata):
20279 * window.c (resize_window_check, resize_root_window): Now static.
20280 * window.h (resize_window_check, resize_root_window): Remove decls.
20281
20282 * window.c (window_deletion_count, delete_deletable_window):
20283 Remove; unused.
20284 (window_body_lines): Now static.
20285 (Fdelete_other_windows_internal): Mark vars as initialized.
20286 Make sure 'resize_failed' is initialized.
20287 (run_window_configuration_change_hook): Rename local to avoid shadowing.
20288 (resize_window_apply): Remove unused local.
20289 * window.h (delete_deletable_window): Remove decl.
20290
20291 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
20292 (imagemagick_load_image): Fix pointer signedness problem by changing
20293 last arg from unsigned char * to char *. All uses changed.
20294 Also, fix a local for similar reasons.
20295 Remove unused locals. Remove locals to avoid shadowing.
20296 (fn_rsvg_handle_free): Remove; unused.
20297 (svg_load, svg_load_image): Fix pointer signedness problem.
20298 (imagemagick_load_image): Don't use garbage pointer image_wand.
20299
20300 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
20301
20302 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
20303
20304 * image.c (gif_load): Fix omitted cast error introduced by
20305 2011-06-06 change.
20306
20307 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20308
20309 * window.h (resize_proportionally, orig_total_lines)
20310 (orig_top_line): Remove from window structure.
20311 (set_window_height, set_window_width, change_window_heights)
20312 (Fdelete_window): Remove prototypes.
20313 (resize_frame_windows): Remove duplicate declaration.
20314
20315 2011-06-10 Eli Zaretskii <eliz@gnu.org>
20316
20317 * window.h (resize_frame_windows, resize_window_check)
20318 (delete_deletable_window, resize_root_window)
20319 (resize_frame_windows): Declare prototypes.
20320
20321 * window.c (resize_window_apply): Make definition be "static" to
20322 match the prototype.
20323
20324 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20325
20326 * window.c: Remove declarations of Qwindow_size_fixed,
20327 window_min_size_1, window_min_size_2, window_min_size,
20328 size_window, window_fixed_size_p, enlarge_window, delete_window.
20329 Remove static from declaration of Qdelete_window, it's
20330 temporarily needed by Fbury_buffer.
20331 (replace_window): Don't assign orig_top_line and
20332 orig_total_lines.
20333 (Fdelete_window, delete_window): Remove. Window deletion is
20334 handled by window.el.
20335 (window_loop): Remove DELETE_OTHER_WINDOWS case.
20336 Replace Fdelete_window calls with calls to Qdelete_window.
20337 (Fdelete_other_windows): Remove. Deleting other windows is
20338 handled by window.el.
20339 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
20340 handled in window.el.
20341 (window_min_size_2, window_min_size_1, window_min_size): Remove.
20342 Window minimum sizes are handled in window.el.
20343 (shrink_windows, size_window, set_window_height)
20344 (set_window_width, change_window_heights, window_height)
20345 (window_width, CURBEG, CURSIZE, enlarge_window)
20346 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
20347 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
20348 handled in window.el.
20349 (make_dummy_parent): Rename to make_parent_window and give it a
20350 second argument horflag.
20351 (make_window): Don't set resize_proportionally any more.
20352 (Fsplit_window): Remove. Windows are split in window.el.
20353 (save_restore_action, save_restore_orig_size)
20354 (shrink_window_lowest_first, save_restore_orig_size): Remove.
20355 Resize mini windows in window.el.
20356 (grow_mini_window, shrink_mini_window): Implement by calling
20357 Qresize_root_window_vertically, resize_window_check and
20358 resize_window_apply.
20359 (saved_window, Fset_window_configuration, save_window_save):
20360 Do not handle orig_top_line, orig_total_lines, and
20361 resize_proportionally.
20362 (window_min_height, window_min_width): Move to window.el.
20363 (keys_of_window): Move bindings for delete-other-windows,
20364 split-window, delete-window and enlarge-window to window.el.
20365
20366 * buffer.c: Temporarily extern Qdelete_window.
20367 (Fbury_buffer): Temporarily call Qdelete_window instead of
20368 Fdelete_window (Fbury_buffer will move to window.el soon).
20369
20370 * frame.c (set_menu_bar_lines_1): Remove code handling
20371 orig_top_line and orig_total_lines.
20372
20373 * dispnew.c (adjust_frame_glyphs_initially): Don't use
20374 set_window_height but set heights directly.
20375 (change_frame_size_1): Use resize_frame_windows.
20376
20377 * xdisp.c (init_xdisp): Don't use set_window_height but set
20378 heights directly.
20379
20380 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
20381 Use resize_frame_windows instead of change_window_heights and run
20382 run_window_configuration_change_hook.
20383
20384 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
20385 instead of change_window_heights and run
20386 run_window_configuration_change_hook.
20387
20388 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20389
20390 * window.c (replace_window): Rename second argument REPLACEMENT to
20391 NEW. New third argument SETFLAG. Rewrite.
20392 (delete_window, make_dummy_parent): Call replace_window with
20393 third argument 1.
20394 (window_list_1): Move down in code.
20395 (run_window_configuration_change_hook): Move set_buffer part
20396 before select_frame_norecord part in order to unwind correctly.
20397 Rename count1 to count.
20398 (recombine_windows, delete_deletable_window, resize_root_window)
20399 (Fdelete_other_windows_internal)
20400 (Frun_window_configuration_change_hook, make_parent_window)
20401 (resize_window_check, resize_window_apply, Fresize_window_apply)
20402 (resize_frame_windows, Fsplit_window_internal)
20403 (Fdelete_window_internal, Fresize_mini_window_internal):
20404 New functions.
20405 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
20406
20407 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20408
20409 * window.h (window): Add some new members to window structure -
20410 normal_lines, normal_cols, new_total, new_normal, clone_number,
20411 splits, nest, prev_buffers, next_buffers.
20412 (WINDOW_TOTAL_SIZE): Move here from window.c.
20413 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
20414
20415 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
20416 Remove.
20417 (make_dummy_parent): Set new members of windows structure.
20418 (make_window): Move down in code. Handle new members of window
20419 structure.
20420 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
20421 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
20422 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
20423 (Fset_window_prev_buffers, Fwindow_next_buffers)
20424 (Fset_window_next_buffers, Fset_window_clone_number):
20425 New functions.
20426 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
20427 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
20428 Doc-string fixes.
20429 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
20430 Argument WINDOW can be now internal window too.
20431 (Fwindow_use_time): Move up in code.
20432 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
20433 Rewrite doc-string.
20434 (Fset_window_configuration, saved_window)
20435 (Fcurrent_window_configuration, save_window_save): Handle new
20436 members of window structure.
20437 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
20438 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
20439 (syms_of_window): New Lisp objects Qrecord_window_buffer,
20440 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
20441 Qget_mru_window, Qresize_root_window,
20442 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
20443 Qauto_buffer_name; staticpro them.
20444
20445 2011-06-07 Martin Rudalics <rudalics@gmx.at>
20446
20447 * window.c (Fwindow_total_size, Fwindow_left_column)
20448 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
20449 (Fwindow_list_1): New functions.
20450 (window_box_text_cols): Replace with window_body_cols.
20451 (Fwindow_width, Fscroll_left, Fscroll_right):
20452 Use window_body_cols instead of window_box_text_cols.
20453 (delete_window, Fset_window_configuration):
20454 Call delete_all_subwindows with window as argument.
20455 (delete_all_subwindows): Take a window as argument and not a
20456 structure. Rewrite.
20457 (window_loop): Remove handling of GET_LRU_WINDOW and
20458 GET_LARGEST_WINDOW.
20459 (Fget_lru_window, Fget_largest_window): Move to window.el.
20460
20461 * window.h: Extern window_body_cols instead of
20462 window_box_text_cols. delete_all_subwindows now takes a
20463 Lisp_Object as argument.
20464
20465 * indent.c (compute_motion, Fcompute_motion):
20466 Use window_body_cols instead of window_box_text_cols.
20467
20468 * frame.c (delete_frame): Call delete_all_subwindows with root
20469 window as argument.
20470
20471 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
20472
20473 * fns.c (Fputhash): Document return value.
20474
20475 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
20476
20477 * image.c (gif_load): Implement gif89a spec "no disposal" method.
20478
20479 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
20480
20481 Cons<->int and similar integer overflow fixes (Bug#8794).
20482
20483 Check for overflow when converting integer to cons and back.
20484 * charset.c (Fdefine_charset_internal, Fdecode_char):
20485 Use cons_to_unsigned to catch overflow.
20486 (Fencode_char): Use INTEGER_TO_CONS.
20487 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
20488 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
20489 * data.c (long_to_cons, cons_to_long): Remove.
20490 (cons_to_unsigned, cons_to_signed): New functions.
20491 These signal an error for invalid or out-of-range values.
20492 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
20493 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
20494 * font.c (Ffont_variation_glyphs):
20495 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
20496 * lisp.h: Include <intprops.h>.
20497 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
20498 (cons_to_signed, cons_to_unsigned): New decls.
20499 (long_to_cons, cons_to_long): Remove decls.
20500 * undo.c (record_first_change): Use INTEGER_TO_CONS.
20501 (Fprimitive_undo): Use CONS_TO_INTEGER.
20502 * xfns.c (Fx_window_property): Likewise.
20503 * xselect.c: Include <limits.h>.
20504 (x_own_selection, selection_data_to_lisp_data):
20505 Use INTEGER_TO_CONS.
20506 (x_handle_selection_request, x_handle_selection_clear)
20507 (x_get_foreign_selection, Fx_disown_selection_internal)
20508 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
20509 (lisp_data_to_selection_data): Use cons_to_unsigned.
20510 (x_fill_property_data): Use cons_to_signed.
20511 Report values out of range.
20512
20513 Check for buffer and string overflow more precisely.
20514 * buffer.h (BUF_BYTES_MAX): New macro.
20515 * lisp.h (STRING_BYTES_MAX): New macro.
20516 * alloc.c (Fmake_string):
20517 * character.c (string_escape_byte8):
20518 * coding.c (coding_alloc_by_realloc):
20519 * doprnt.c (doprnt):
20520 * editfns.c (Fformat):
20521 * eval.c (verror):
20522 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
20523 since they may not be the same number.
20524 * editfns.c (Finsert_char):
20525 * fileio.c (Finsert_file_contents):
20526 Likewise for BUF_BYTES_MAX.
20527
20528 * image.c: Use ptrdiff_t, not int, for sizes.
20529 (slurp_file): Switch from int to ptrdiff_t.
20530 All uses changed.
20531 (slurp_file): Check that file size fits in both size_t (for
20532 malloc) and ptrdiff_t (for sanity and safety).
20533
20534 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
20535 if b->modtime has its maximal value.
20536
20537 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
20538
20539 Don't assume time_t can fit into int.
20540 * buffer.h (struct buffer.modtime): Now time_t, not int.
20541 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
20542 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
20543
20544 Minor fixes for signed vs unsigned integers.
20545 * character.h (MAYBE_UNIFY_CHAR):
20546 * charset.c (maybe_unify_char):
20547 * keyboard.c (read_char, reorder_modifiers):
20548 XINT -> XFASTINT, since the integer must be nonnegative.
20549 * ftfont.c (ftfont_spec_pattern):
20550 * keymap.c (access_keymap, silly_event_symbol_error):
20551 XUINT -> XFASTINT, since the integer must be nonnegative.
20552 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
20553 since it makes no difference and we prefer signed.
20554 * keyboard.c (record_char): Use XUINT when all the neighbors do.
20555 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
20556 nonnegative.
20557
20558 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20559
20560 * window.h (Fwindow_frame): Declare.
20561
20562 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
20563
20564 * alloc.c: Simplify handling of large-request failures (Bug#8800).
20565 (SPARE_MEMORY): Always define.
20566 (LARGE_REQUEST): Remove.
20567 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
20568
20569 2011-06-06 Martin Rudalics <rudalics@gmx.at>
20570
20571 * lisp.h: Move EXFUNS for Fframe_root_window,
20572 Fframe_first_window and Fset_frame_selected_window to window.h.
20573
20574 * window.h: Move EXFUNS for Fframe_root_window,
20575 Fframe_first_window and Fset_frame_selected_window here from
20576 lisp.h.
20577
20578 * frame.c (Fwindow_frame, Fframe_first_window)
20579 (Fframe_root_window, Fframe_selected_window)
20580 (Fset_frame_selected_window): Move to window.c.
20581 (Factive_minibuffer_window): Move to minibuf.c.
20582 (Fother_visible_frames_p): New function.
20583
20584 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
20585
20586 * window.c (decode_window, decode_any_window): Move up in code.
20587 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
20588 (inhibit_frame_unsplittable): Remove unused variable.
20589 (Fwindow_buffer): Move up and rewrite doc-string.
20590 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
20591 (Fwindow_prev): New functions.
20592 (Fwindow_frame): Move here from frame.c. Accept any window as
20593 argument.
20594 (Fframe_root_window, Fframe_first_window)
20595 (Fframe_selected_window): Move here from frame.c. Accept frame
20596 or arbitrary window as argument. Update doc-strings.
20597 (Fminibuffer_window): Move up in code.
20598 (Fwindow_minibuffer_p): Move up in code and simplify.
20599 (Fset_frame_selected_window): Move here from frame.c.
20600 Marginal rewrite.
20601 (Fselected_window, select_window, Fselect_window): Move up in
20602 code. Minor doc-string fixes.
20603
20604 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
20605
20606 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
20607 Do not assume that spare memory exists; that assumption is valid
20608 only if SYSTEM_MALLOC.
20609 (LARGE_REQUEST): New macro, so that the issue of large requests
20610 is separated from the issue of spare memory.
20611
20612 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
20613
20614 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
20615 format. (Bug#8806)
20616
20617 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
20618
20619 * xfns.c (x_set_scroll_bar_default_width): Move declarations
20620 before statements.
20621
20622 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
20623
20624 * gtkutil.c (xg_get_default_scrollbar_width): New function.
20625
20626 * gtkutil.h: Declare xg_get_default_scrollbar_width.
20627
20628 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
20629 min width by calling x_set_scroll_bar_default_width (Bug#8505).
20630
20631 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
20632
20633 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
20634
20635 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
20636
20637 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
20638 (x_clipboard_manager_save): Add return value.
20639 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
20640 New error handlers.
20641 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
20642 Obey Vx_select_enable_clipboard_manager. Catch errors in
20643 x_clipboard_manager_save (Bug#8779).
20644 (Vx_select_enable_clipboard_manager): New variable.
20645 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
20646
20647 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
20648
20649 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
20650
20651 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20652
20653 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
20654 in the current matrix if keep_current_p is non-zero.
20655
20656 2011-06-04 Eli Zaretskii <eliz@gnu.org>
20657
20658 * bidi.c (bidi_level_of_next_char): Fix last change.
20659
20660 2011-06-03 Eli Zaretskii <eliz@gnu.org>
20661
20662 Support bidi reordering of text covered by display properties.
20663
20664 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
20665 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
20666 (bidi_cache_search, bidi_cache_iterator_state)
20667 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
20668 (bidi_level_of_next_char, bidi_move_to_visually_next):
20669 Support character positions inside a run of characters covered by a
20670 display string.
20671 (bidi_paragraph_init, bidi_resolve_explicit_1)
20672 (bidi_level_of_next_char): Call bidi_fetch_char and
20673 bidi_fetch_char_advance instead of FETCH_CHAR and
20674 FETCH_CHAR_ADVANCE.
20675 (bidi_init_it): Initialize new members.
20676 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
20677 definitions.
20678 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
20679 instead of using explicit *_CHAR codes.
20680 (bidi_resolve_explicit, bidi_resolve_weak):
20681 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
20682 bidirectional text is supported only in multibyte buffers.
20683 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
20684 it to initialize the frame_window_p member of struct bidi_it.
20685 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
20686 (bidi_resolve_explicit, bidi_resolve_weak)
20687 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
20688 bidi_it->nchars is non-positive.
20689 (bidi_level_of_next_char): Don't try to lookup the cache for the
20690 next/previous character if nothing is cached there yet, or if we
20691 were just reseat()'ed to a new position.
20692
20693 * xdisp.c (set_cursor_from_row): Set start and stop points
20694 according to the row's direction when priming the loop that looks
20695 for the glyph on which to display cursor.
20696 (single_display_spec_intangible_p): Function deleted.
20697 (display_prop_intangible_p): Reimplement to call
20698 handle_display_spec instead of single_display_spec_intangible_p.
20699 Accept 3 additional arguments needed by handle_display_spec.
20700 This fixes incorrect cursor motion across display property with complex
20701 values: lists, `(when COND...)' forms, etc.
20702 (single_display_spec_string_p): Support property values that are
20703 lists with the argument STRING its top-level element.
20704 (display_prop_string_p): Fix the condition for processing a
20705 property that is a list to be consistent with handle_display_spec.
20706 (handle_display_spec): New function, refactored from the
20707 last portion of handle_display_prop.
20708 (compute_display_string_pos): Accept additional argument
20709 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
20710 value of a `display' property is a "replacing spec".
20711 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
20712 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
20713 the display property, but just return a value indicating whether
20714 the display property will replace the characters it covers.
20715 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
20716 frame_window_p members of struct bidi_it.
20717 (compute_display_string_pos, compute_display_string_end):
20718 New functions.
20719 (push_it): Accept second argument POSITION, where pop_it should
20720 jump to continue iteration.
20721 (reseat_1): Initialize bidi_it.disp_pos.
20722
20723 * keyboard.c (adjust_point_for_property): Adjust the call to
20724 display_prop_intangible_p to its new signature.
20725
20726 * dispextern.h (struct bidi_it): New member frame_window_p.
20727 (bidi_init_it): Update prototypes.
20728 (display_prop_intangible_p): Update prototype.
20729 (compute_display_string_pos, compute_display_string_end):
20730 Declare prototypes.
20731 (struct bidi_it): New members nchars and disp_pos. ch_len is now
20732 EMACS_INT.
20733
20734 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
20735
20736 Malloc failure behavior now depends on size of allocation.
20737 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
20738 * lisp.h: Change signatures accordingly.
20739 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
20740 All callers changed. (Bug#8762)
20741
20742 * gnutls.c: Use Emacs's memory allocators.
20743 Without this change, the gnutls library would invoke malloc etc.
20744 directly, which causes problems on non-SYNC_INPUT hosts, and which
20745 runs afoul of improving memory_full behavior. (Bug#8761)
20746 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
20747 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
20748 xfree instead of the default malloc, realloc, free.
20749 (Fgnutls_boot): No need to check for memory allocation failure,
20750 since xmalloc does that for us.
20751
20752 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
20753 * category.c (hash_get_category_set):
20754 * ccl.c (ccl_driver):
20755 * charset.c (Fdefine_charset_internal):
20756 * charset.h (struct charset.hash_index):
20757 * composite.c (get_composition_id, gstring_lookup_cache)
20758 (composition_gstring_put_cache):
20759 * composite.h (struct composition.hash_index):
20760 * dispextern.h (struct image.hash):
20761 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
20762 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
20763 (hashfn_equal, hashfn_user_defined, make_hash_table)
20764 (maybe_resize_hash_table, hash_lookup, hash_put)
20765 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
20766 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
20767 (Fsxhash, Fgethash, Fputhash, Fmaphash):
20768 * image.c (make_image, search_image_cache, lookup_image)
20769 (xpm_put_color_table_h):
20770 * lisp.h (struct Lisp_Hash_Table):
20771 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
20772 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
20773 for hashes and hash indexes, instead of 'unsigned' and 'int'.
20774 * alloc.c (allocate_vectorlike):
20775 Check for overflow in vector size calculations.
20776 * ccl.c (ccl_driver):
20777 Check for overflow when converting EMACS_INT to int.
20778 * fns.c, image.c: Remove unnecessary static decls that would otherwise
20779 need to be updated by these changes.
20780 * fns.c (make_hash_table, maybe_resize_hash_table):
20781 Check for integer overflow with large hash tables.
20782 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
20783 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
20784 (SXHASH_REDUCE): New macro.
20785 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
20786 Use it instead of discarding useful hash info with large hash values.
20787 (sxhash_float): New function.
20788 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
20789 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
20790 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
20791 Rewrite to use FIXNUM_BITS, as this simplifies things.
20792 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
20793 Adjust signatures to match updated version of code.
20794 (consing_since_gc): Now EMACS_INT, since a single hash table can
20795 use more than INT_MAX bytes.
20796
20797 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
20798
20799 Make it possible to build with GCC-4.6+ -O2 -flto.
20800
20801 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
20802
20803 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20804
20805 * minibuf.c (get_minibuffer, read_minibuf_unwind):
20806 Call minibuffer-inactive-mode.
20807
20808 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
20809
20810 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
20811 Update dependencies.
20812
20813 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
20814
20815 * data.c (init_data): Remove code for UTS, this system is not
20816 supported anymore.
20817
20818 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
20819
20820 Don't force ./temacs to start in terminal mode.
20821
20822 * frame.c (make_initial_frame): Initialize faces in all cases, not
20823 only when CANNOT_DUMP is defined.
20824 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
20825
20826 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
20827
20828 * dispnew.c (add_window_display_history): Use const for the string
20829 pointer. Remove declaration, not needed.
20830
20831 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
20832
20833 Use 'inline', not 'INLINE'.
20834 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
20835 * alloc.c, fontset.c (INLINE): Remove.
20836 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
20837 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
20838 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
20839 * gmalloc.c (register_heapinfo): Use inline unconditionally.
20840 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
20841
20842 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
20843
20844 Make it possible to run ./temacs.
20845
20846 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
20847 syms_of_callproc does the same thing. Remove test for
20848 "initialized", do it in the caller.
20849 * emacs.c (main): Avoid calling set_initial_environment when dumping.
20850
20851 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20852
20853 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
20854 (read_minibuf): Use get_minibuffer.
20855 (syms_of_minibuf): Use DEFSYM.
20856 (Qmetadata): New var.
20857 * data.c (Qbuffer): Don't make it static.
20858 (syms_of_data): Use DEFSYM.
20859
20860 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
20861
20862 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
20863 (CCL_CODE_MIN): New macro.
20864
20865 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
20866
20867 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
20868
20869 * eval.c (Qdebug): Now static.
20870 * lisp.h (Qdebug): Remove decl. This reverts a part of the
20871 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
20872 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
20873
20874 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
20875
20876 * image.c: Various fixes to ImageMagick code comments.
20877 (Fimagemagick_types): Doc fix.
20878
20879 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
20880
20881 Minor fixes prompted by GCC 4.6.0 warnings.
20882
20883 * xselect.c (converted_selections, conversion_fail_tag): Now static.
20884
20885 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
20886 (x_clipboard_manager_save_all): Move extern decl to ...
20887 * xterm.h: ... here, so that it can be checked for consistency.
20888
20889 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
20890
20891 * xselect.c (x_clipboard_manager_save_frame)
20892 (x_clipboard_manager_save_all): New functions.
20893 (Fx_clipboard_manager_save): Lisp function deleted.
20894
20895 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
20896 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
20897
20898 * xterm.h: Update prototype.
20899
20900 2011-05-28 William Xu <william.xwl@gmail.com>
20901
20902 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
20903 exiting (Bug#8239).
20904
20905 2011-05-28 Jim Meyering <meyering@redhat.com>
20906
20907 Avoid a sign-extension bug in crypto_hash_function.
20908 * fns.c (to_uchar): Define.
20909 (crypto_hash_function): Use it to convert some newly-signed
20910 variables to unsigned, to avoid sign-extension bugs. For example,
20911 without this change, (md5 "truc") would evaluate to
20912 45723a2aff78ff4fff7fff1114760e62 rather than the expected
20913 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
20914 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
20915
20916 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
20917
20918 Integer overflow fixes.
20919
20920 * dbusbind.c: Serial number integer overflow fixes.
20921 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
20922 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
20923 to hold a serial number that is too large for a fixnum.
20924 (Fdbus_method_return_internal, Fdbus_method_error_internal):
20925 Check for serial numbers out of range. Decode any serial number
20926 that was so large that it became a float. (Bug#8722)
20927
20928 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
20929 (Fdbus_call_method, Fdbus_call_method_asynchronously):
20930 Use XFASTINT rather than XUINT when numbers are nonnegative.
20931 (xd_append_arg, Fdbus_method_return_internal):
20932 (Fdbus_method_error_internal): Likewise. Also, for unsigned
20933 arguments, check that Lisp number is nonnegative, rather than
20934 silently wrapping negative numbers around. (Bug#8722)
20935 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
20936 (Bug#8722)
20937
20938 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
20939
20940 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
20941
20942 ccl: Add integer overflow checks.
20943 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
20944 (IN_INT_RANGE): New macros.
20945 (ccl_driver): Use them to check for integer overflow when
20946 decoding a CCL program. Many of the new checks are whether XINT (x)
20947 fits in int; it doesn't always, on 64-bit hosts. The new version
20948 doesn't catch all possible integer overflows, but it's an
20949 improvement. (Bug#8719)
20950
20951 * alloc.c (make_event_array): Use XINT, not XUINT.
20952 There's no need for unsigned here.
20953
20954 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
20955 This follows up to the 2011-05-06 change that substituted uintptr_t
20956 for EMACS_INT. This case wasn't caught back then.
20957
20958 Rework Fformat to avoid integer overflow issues.
20959 * editfns.c: Include <float.h> unconditionally, as it's everywhere
20960 now (part of C89). Include <verify.h>.
20961 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
20962 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
20963 (Fformat): Avoid the prepass trying to compute sizes; it was only
20964 approximate and thus did not catch overflow reliably. Instead, walk
20965 through the format just once, formatting and computing sizes as we go,
20966 checking for integer overflow at every step, and allocating a larger
20967 buffer as needed. Keep track separately whether the format is
20968 multibyte. Keep only the most-recently calculated precision, rather
20969 than them all. Record whether each argument has been converted to
20970 string. Use EMACS_INT, not int, for byte and char and arg counts.
20971 Support field widths and precisions larger than INT_MAX. Avoid
20972 sprintf's undefined behavior with conversion specifications such as %#d
20973 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
20974 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
20975 formatting out-of-range floating point numbers with int
20976 formats. (Bug#8668)
20977
20978 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
20979
20980 * data.c: Avoid integer truncation in expressions involving floats.
20981 * data.c: Include <intprops.h>.
20982 (arith_driver): When there's an integer overflow in an expression
20983 involving floating point, convert the integers to floating point
20984 so that the resulting value does not suffer from catastrophic
20985 integer truncation. For example, on a 64-bit host (* 4
20986 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
20987 Do not rely on undefined behavior after integer overflow.
20988
20989 merge count_size_as_multibyte, parse_str_to_multibyte
20990 * character.c, character.h (count_size_as_multibyte):
20991 Rename from parse_str_to_multibyte; all uses changed.
20992 Check for integer overflow.
20993 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
20994 since it's now a duplicate of the other. This is more of
20995 a character than a buffer op, so better that it's in character.c.
20996 * fns.c, print.c: Adjust to above changes.
20997
20998 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20999
21000 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
21001
21002 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
21003
21004 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
21005 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
21006 (x_clipboard_manager_save): Now static.
21007 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
21008
21009 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
21010 (crypto_hash_function): Now static.
21011 Fix pointer signedness problems. Avoid unnecessary initializations.
21012
21013 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21014
21015 * termhooks.h (Vselection_alist): Make it terminal-local.
21016
21017 * terminal.c (create_terminal): Initialize it.
21018
21019 * xselect.c: Support for clipboard managers.
21020 (Vselection_alist): Move to termhooks.h as terminal-local var.
21021 (LOCAL_SELECTION): New macro.
21022 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
21023 (symbol_to_x_atom): Remove gratuitous arg.
21024 (x_handle_selection_request, lisp_data_to_selection_data)
21025 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
21026 (x_own_selection, x_get_local_selection, x_convert_selection):
21027 New arg, specifying work frame. Use terminal-local Vselection_alist.
21028 (some_frame_on_display): Delete unused function.
21029 (Fx_own_selection_internal, Fx_get_selection_internal)
21030 (Fx_disown_selection_internal, Fx_selection_owner_p)
21031 (Fx_selection_exists_p): New optional frame arg.
21032 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
21033 (x_handle_selection_clear): Don't treat other terminals with the
21034 same keyboard specially. Use the terminal-local Vselection_alist.
21035 (x_clear_frame_selections): Use Frun_hook_with_args.
21036
21037 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
21038
21039 * xterm.h: Add support for those atoms.
21040
21041 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
21042
21043 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
21044 (converted_selections, conversion_fail_tag): New global variables.
21045 (x_selection_request_lisp_error): Free the above.
21046 (x_get_local_selection): Remove unnecessary code.
21047 (x_reply_selection_request): Args changed; handle arbitrary array
21048 of converted selections stored in converted_selections.
21049 Separate the XChangeProperty and SelectionNotify steps.
21050 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
21051 (x_convert_selection): New function.
21052 (x_handle_selection_event): Simplify.
21053 (x_get_foreign_selection): Don't ignore incoming requests while
21054 waiting for an answer; this will fail when we implement
21055 SAVE_TARGETS, and seems unnecessary anyway.
21056 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
21057 (Vx_sent_selection_functions): Doc fix.
21058
21059 2011-05-26 Leo Liu <sdl.web@gmail.com>
21060
21061 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
21062
21063 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21064
21065 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
21066
21067 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
21068 for fringe update if it has periodic bitmap.
21069 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
21070 and fringe_bitmap_periodic_p.
21071
21072 * fringe.c (get_fringe_bitmap_data): New function.
21073 (draw_fringe_bitmap_1, update_window_fringes): Use it.
21074 (update_window_fringes): Record periodicity of fringe bitmap in glyph
21075 row. Mark glyph row for fringe update if periodicity changed.
21076
21077 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
21078 for fringe update unless it has periodic bitmap.
21079
21080 2011-05-25 Kenichi Handa <handa@m17n.org>
21081
21082 * xdisp.c (get_next_display_element): Set correct it->face_id for
21083 a static composition.
21084
21085 2011-05-24 Leo Liu <sdl.web@gmail.com>
21086
21087 * deps.mk (fns.o):
21088 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
21089
21090 * fns.c (crypto_hash_function, Fsha1): New function.
21091 (Fmd5): Use crypto_hash_function.
21092 (syms_of_fns): Add Ssha1.
21093
21094 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
21095
21096 * gnutls.c: Remove unused macros.
21097 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
21098 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
21099 Remove macros that are defined and never used.
21100 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
21101
21102 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21103
21104 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
21105 (Fx_get_selection_internal): Minor cleanup.
21106 (Fx_own_selection_internal): Rename arguments for consistency with
21107 select.el.
21108
21109 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
21110
21111 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
21112
21113 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21114
21115 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
21116
21117 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21118
21119 * dispnew.c (scrolling_window): Don't exclude the case that the
21120 last enabled row in the desired matrix touches the bottom boundary.
21121
21122 2011-05-21 Glenn Morris <rgm@gnu.org>
21123
21124 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
21125 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
21126 and add some more files.
21127
21128 2011-05-20 Eli Zaretskii <eliz@gnu.org>
21129
21130 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
21131 report_file_error introduced by the change from 2011-05-07.
21132
21133 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
21134
21135 * systime.h (Time): Define only if emacs is defined.
21136 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
21137 where the include path doesn't have X11/X.h by default. See
21138 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
21139
21140 2011-05-20 Kenichi Handa <handa@m17n.org>
21141
21142 * composite.c (find_automatic_composition): Fix previous change.
21143
21144 2011-05-20 Glenn Morris <rgm@gnu.org>
21145
21146 * lisp.mk: New file, split from Makefile.in.
21147 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
21148 (shortlisp): Remove.
21149 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
21150
21151 2011-05-19 Glenn Morris <rgm@gnu.org>
21152
21153 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
21154 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
21155 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
21156 (lisp): Set the order to that of loadup.el.
21157 (shortlisp): Make it a copy of $lisp.
21158 (SOME_MACHINE_LISP): Remove.
21159 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
21160 Use just $shortlisp, not $SOME_MACHINE_LISP too.
21161
21162 2011-05-18 Kenichi Handa <handa@m17n.org>
21163
21164 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
21165 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
21166 (find_automatic_composition): Mostly rewrite for efficiency.
21167
21168 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
21169
21170 * makefile.w32-in: Update dependencies.
21171
21172 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
21173
21174 * menu.c: Include limits.h (fixes the MS-Windows build broken by
21175 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
21176
21177 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
21178
21179 Fix some integer overflow issues, such as string length overflow.
21180
21181 * insdel.c (count_size_as_multibyte): Check for string overflow.
21182
21183 * character.c (lisp_string_width): Check for string overflow.
21184 Use EMACS_INT, not int, for string indexes and lengths; in
21185 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
21186 the resulting string length overflows an EMACS_INT; instead,
21187 report a string overflow if no precision given. When checking for
21188 precision exhaustion, use a check that cannot possibly have
21189 integer overflow. (Bug#8675)
21190 * character.h (lisp_string_width): Adjust to new signature.
21191
21192 * alloc.c (string_overflow): New function.
21193 (Fmake_string): Use it. This doesn't change behavior, but saves
21194 a few bytes and will simplify future changes.
21195 * character.c (string_escape_byte8): Likewise.
21196 * lisp.h (string_overflow): New decl.
21197
21198 Fixups, following up to the user-interface timestamp change.
21199 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
21200 for UI timestamps, instead of unsigned long.
21201 * msdos.c (mouse_get_pos): Likewise.
21202 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
21203 * w32gui.h (Time): Define by including "systime.h" rather than by
21204 declaring it ourselves. (Bug#8664)
21205
21206 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
21207 * image.c (clear_image_cache): Likewise.
21208
21209 * term.c (term_mouse_position): Don't assume time_t wraparound.
21210
21211 Be more systematic about user-interface timestamps.
21212 Before, the code sometimes used 'Time', sometimes 'unsigned long',
21213 and sometimes 'EMACS_UINT', to represent these timestamps.
21214 This change causes it to use 'Time' uniformly, as that's what X uses.
21215 This makes the code easier to follow, and makes it easier to catch
21216 integer overflow bugs such as Bug#8664.
21217 * frame.c (Fmouse_position, Fmouse_pixel_position):
21218 Use Time, not unsigned long, for user-interface timestamps.
21219 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
21220 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
21221 * keyboard.h (last_event_timestamp): Likewise.
21222 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
21223 * menu.h (xmenu_show): Likewise.
21224 * term.c (term_mouse_position): Likewise.
21225 * termhooks.h (struct input_event.timestamp): Likewise.
21226 (struct terminal.mouse_position_hook): Likewise.
21227 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
21228 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
21229 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
21230 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
21231 what it was before.
21232 * menu.h, termhooks.h: Include "systime.h", for Time.
21233
21234 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
21235 Don't assume that the difference between two unsigned long values
21236 can fit into an integer. At this point, we know button_down_time
21237 <= event->timestamp, so the difference must be nonnegative, so
21238 there's no need to cast the result if double-click-time is
21239 nonnegative, as it should be; check that it's nonnegative, just in
21240 case. This bug is triggered when events are more than 2**31 ms
21241 apart (about 25 days). (Bug#8664)
21242
21243 * xselect.c (last_event_timestamp): Remove duplicate decl.
21244 (x_own_selection): Remove needless cast to unsigned long.
21245
21246 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
21247 that always fit in int. Use a sentinel instead of a counter, to
21248 avoid a temp and to allay GCC's concerns about possible int overflow.
21249 * frame.h (struct frame): Use int for menu_bar_items_used
21250 instead of EMACS_INT, since it always fits in int.
21251
21252 * menu.c (grow_menu_items): Check for int overflow.
21253
21254 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
21255
21256 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
21257 Before, the code was not consistent. These values cannot exceed
21258 2**31 - 1 so there's no need to make them unsigned.
21259 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
21260 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
21261 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
21262 as modifiers.
21263 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
21264
21265 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
21266 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
21267 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
21268 presumably because the widths might not match.
21269
21270 * window.c (size_window): Avoid needless test at loop start.
21271
21272 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
21273
21274 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
21275
21276 2011-05-12 Drew Adams <drew.adams@oracle.com>
21277
21278 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
21279
21280 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21281
21282 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
21283 `width' to `bar_area_x' and `bar_area_width', respectively.
21284 (x_scroll_run): Take account of fringe background extension.
21285
21286 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
21287 Rename local vars `left' and `width' to `bar_area_x' and
21288 `bar_area_width', respectively.
21289 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
21290 background extension.
21291
21292 2011-05-10 Jim Meyering <meyering@redhat.com>
21293
21294 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
21295
21296 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
21297
21298 * image.c (Finit_image_library): Return t for built-in image types,
21299 like pbm and xbm. (Bug#8640)
21300
21301 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
21302
21303 * w32menu.c (set_frame_menubar): Fix submenu allocation.
21304
21305 2011-05-07 Eli Zaretskii <eliz@gnu.org>
21306
21307 * w32console.c (Fset_screen_color): Doc fix.
21308 (Fget_screen_color): New function.
21309 (syms_of_ntterm): Defsubr it.
21310
21311 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
21312 unlink the temporary file if Fcall_process didn't create it in the
21313 first place.
21314 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
21315 child process will be redirected to a file specified with `:file'.
21316 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
21317 cue to call_process_cleanup not to close that handle.
21318
21319 2011-05-07 Ben Key <bkey76@gmail.com>
21320
21321 * makefile.w32-in: The bootstrap-temacs rule now makes use of
21322 one of two shell specific rules, either bootstrap-temacs-CMD or
21323 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
21324 to the previous implementation of the bootstrap-temacs rule.
21325 The bootstrap-temacs-CMD rule is similar to the previous
21326 implementation of the bootstrap-temacs rule except that it
21327 makes use of the ESC_CFLAGS variable instead of the CFLAGS
21328 variable.
21329
21330 These changes, along with some changes to nt/configure.bat,
21331 nt/gmake.defs, and nt/nmake.defs, are required to extend my
21332 earlier fix to add support for --cflags and --ldflags options
21333 that include quotes so that it works whether make uses cmd or
21334 sh as the shell.
21335
21336 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
21337
21338 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
21339 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
21340 is a constant.
21341 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
21342 a string. Handle both cases.
21343 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
21344 (Fdbus_register_method): Use Qinvalid_function.
21345
21346 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
21347
21348 * makefile.w32-in: Update dependencies.
21349 (LISP_H): Add inttypes.h and stdin.h.
21350 (PROCESS_H): Add unistd.h.
21351
21352 2011-05-06 Eli Zaretskii <eliz@gnu.org>
21353
21354 * lread.c: Include limits.h (fixes the MS-Windows build broken by
21355 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
21356
21357 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
21358
21359 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
21360
21361 * term.c (vfatal): Remove stray call to va_end.
21362 It's not needed and the C Standard doesn't allow it here anyway.
21363
21364 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
21365 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
21366
21367 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
21368 bytes.
21369
21370 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
21371
21372 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
21373
21374 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
21375
21376 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
21377
21378 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
21379
21380 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
21381 * charset.c (Fdefine_charset_internal): Don't initialize
21382 charset.code_space[15]. The value was garbage, on hosts with
21383 32-bit int (Bug#8600).
21384
21385 * lread.c (read_integer): Be more consistent with string-to-number.
21386 Use string_to_number to do the actual conversion; this avoids
21387 rounding errors and fixes some other screwups. Without this fix,
21388 for example, #x1fffffffffffffff was misread as -2305843009213693952.
21389 (digit_to_number): Move earlier, for benefit of read_integer.
21390 Return -1 if the digit is out of range for the base, -2 if it is
21391 not a digit in any supported base. (Bug#8602)
21392
21393 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
21394
21395 * dispnew.c (scrolling_window): Return 1 if we scrolled,
21396 to match comment at start of function. This also removes a
21397 GCC warning about overflow in a 32+64-bit port.
21398
21399 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
21400
21401 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
21402 Reported by Stefan Monnier in
21403 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
21404 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
21405 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
21406
21407 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
21408 (EMACS_UINTPTR): Likewise, with uintptr_t.
21409
21410 * lisp.h: Prefer 64-bit EMACS_INT if available.
21411 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
21412 on 32-bit hosts that have 64-bit int, so that they can access
21413 large files.
21414 However, temporarily disable this change unless the temporary
21415 symbol WIDE_EMACS_INT is defined.
21416
21417 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
21418
21419 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
21420 This removes an assumption that EMACS_INT and long are the same
21421 width as pointers. The assumption is true for Emacs porting targets
21422 now, but we want to make other targets possible.
21423 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
21424 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
21425 In the rest of the code, change types of integers that hold casted
21426 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
21427 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
21428 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
21429 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
21430 No need to cast type when ORing.
21431 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
21432 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
21433 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
21434 assume EMACS_INT is the same width as char *.
21435 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
21436 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
21437 Remove no-longer-needed casts.
21438 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
21439 (xg_tool_bar_help_callback, xg_make_tool_item):
21440 Use EMACS_INTPTR to hold an integer
21441 that will be cast to void *; this can avoid a GCC warning
21442 if EMACS_INT is not the same width as void *.
21443 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
21444 * xdisp.c (display_echo_area_1, resize_mini_window_1):
21445 (current_message_1, set_message_1):
21446 Use a local to convert to proper width without a cast.
21447 * xmenu.c (dialog_selection_callback): Likewise.
21448
21449 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
21450 Also, don't assume VALBITS / RAND_BITS is less than 5,
21451 and don't rely on undefined behavior when shifting a 1 left into
21452 the sign bit.
21453 * lisp.h (get_random): Change signature to match.
21454
21455 * lread.c (hash_string): Use size_t, not int, for hash computation.
21456 Normally we prefer signed values; but hashing is special, because
21457 it's better to use unsigned division on hash table sizes so that
21458 the remainder is nonnegative. Also, size_t is the natural width
21459 for hashing into memory. The previous code used 'int', which doesn't
21460 retain enough info to hash well into very large tables.
21461 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
21462
21463 * dbusbind.c: Don't possibly lose pointer info when converting.
21464 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
21465 Use XPNTR rather than XHASH, so that the high-order bits of
21466 the pointer aren't lost when converting through void *.
21467
21468 * eval.c (Fautoload): Don't double-shift a pointer.
21469
21470 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
21471
21472 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
21473
21474 * gnutls.c (DEF_GNUTLS_FN):
21475 * image.c (DEF_IMGLIB_FN): Make function pointers static.
21476
21477 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
21478
21479 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
21480 marker. (Bug#8610)
21481
21482 2011-05-05 Eli Zaretskii <eliz@gnu.org>
21483
21484 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
21485 New version that can reserve upto 2GB of heap space.
21486
21487 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
21488
21489 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
21490
21491 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
21492
21493 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
21494 `gnutls_certificate_set_x509_key_file'.
21495
21496 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
21497
21498 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
21499 Update dependencies.
21500
21501 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
21502
21503 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
21504 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
21505 Remove unused parameter `fildes'.
21506 * process.c (read_process_output, send_process): Don't pass it.
21507
21508 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
21509
21510 Fix previous change: the library cache is defined in w32.c.
21511 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
21512 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
21513
21514 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
21515
21516 Implement dynamic loading of GnuTLS on Windows.
21517
21518 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
21519 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
21520 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
21521 Declare.
21522
21523 * gnutls.c (Qgnutls_dll): Define.
21524 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
21525 (gnutls_*): Declare function pointers.
21526 (init_gnutls_functions): New function to initialize function pointers.
21527 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
21528 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
21529 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
21530 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
21531 (emacs_gnutls_write, emacs_gnutls_read)
21532 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
21533 (Fgnutls_available_p): New function.
21534 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
21535 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
21536 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
21537
21538 * image.c: Include w32.h.
21539 (Vimage_type_cache): Delete.
21540 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
21541 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
21542 (w32_delayed_load): Move to w32.c.
21543
21544 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
21545
21546 * w32.c (QCloaded_from, Vlibrary_cache): Define.
21547 (w32_delayed_load): Move from image.c. When loading a library, record
21548 its filename in the :loaded-from property of the library id.
21549 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
21550 Initialize and staticpro them.
21551 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
21552
21553 * process.c: Include lisp.h before w32.h, not after.
21554 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
21555 instead of gnutls_record_check_pending.
21556
21557 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
21558
21559 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
21560
21561 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
21562 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
21563 as passed in.
21564
21565 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
21566
21567 * xterm.c (x_set_frame_alpha): Do not set property on anything
21568 else than FRAME_X_OUTER_WINDOW (Bug#8608).
21569
21570 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
21571
21572 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
21573
21574 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
21575
21576 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
21577 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
21578 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
21579 (gnutls_global_initialized, Qgnutls_bootprop_priority)
21580 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
21581 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
21582 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
21583 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
21584 (Qgnutls_bootprop_callbacks_verify): Make static.
21585
21586 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
21587
21588 * callproc.c: Indentation fixup.
21589
21590 * sysdep.c (wait_for_termination_1): Make static.
21591 (wait_for_termination, interruptible_wait_for_termination):
21592 Move after wait_for_termination_1.
21593
21594 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21595
21596 * sysdep.c (interruptible_wait_for_termination): New function
21597 which is like wait_for_termination, but allows keyboard
21598 interruptions.
21599
21600 * callproc.c (Fcall_process): Add (:file "file") as an option for
21601 the STDOUT buffer.
21602 (Fcall_process_region): Ditto.
21603
21604 2011-04-30 Eli Zaretskii <eliz@gnu.org>
21605
21606 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
21607 rather than `XVECTOR (FOO)->size'.
21608
21609 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
21610 inttypes.h, as a gnulib replacement is used if it not available in
21611 system headers.
21612
21613 2011-04-21 Eli Zaretskii <eliz@gnu.org>
21614
21615 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
21616 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
21617 of MOST_POSITIVE_FIXNUM. (Bug#8528)
21618
21619 * coding.c (coding_alloc_by_realloc): Error out if destination
21620 will grow beyond MOST_POSITIVE_FIXNUM.
21621 (decode_coding_emacs_mule): Abort if there isn't enough place in
21622 charbuf for the composition carryover bytes. Reserve an extra
21623 space for up to 2 characters produced in a loop.
21624 (decode_coding_iso_2022): Abort if there isn't enough place in
21625 charbuf for the composition carryover bytes.
21626
21627 2011-04-21 Eli Zaretskii <eliz@gnu.org>
21628
21629 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
21630 aborting when %lld or %lll format is passed.
21631 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
21632 %llo or %llx format is passed. (Bug#8545)
21633
21634 * window.c (window_scroll_line_based): Use a marker instead of
21635 simple variables to record original value of point. (Bug#7952)
21636
21637 * doprnt.c (doprnt): Fix the case where a multibyte sequence
21638 produced by %s or %c overflows available buffer space. (Bug#8545)
21639
21640 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
21641
21642 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
21643 (SIZE_MAX): Move defn after all includes, as they might #define it.
21644
21645 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
21646
21647 * w32.c (init_environment): Warn about defaulting HOME to C:\.
21648
21649 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
21650
21651 * keyboard.c (Qdelayed_warnings_hook): Define.
21652 (command_loop_1): Run `delayed-warnings-hook'
21653 if Vdelayed_warnings_list is non-nil.
21654 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
21655 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
21656
21657 2011-04-28 Eli Zaretskii <eliz@gnu.org>
21658
21659 * doprnt.c (doprnt): Don't return value smaller than the buffer
21660 size if the message was truncated. (Bug#8545).
21661
21662 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
21663
21664 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
21665 (Fx_window_property): #if-0 the whole functions, not just the bodies.
21666
21667 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
21668
21669 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
21670
21671 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
21672
21673 * makefile.w32-in: Update dependencies.
21674
21675 2011-04-27 Eli Zaretskii <eliz@gnu.org>
21676
21677 Improve `doprnt' and its usage. (Bug#8545)
21678 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
21679 `format_end'. Remove support for %l as a conversion specifier.
21680 Don't use xrealloc. Improve diagnostics when the %l size modifier
21681 is used. Update the commentary.
21682
21683 * eval.c (verror): Simplify calculation of size_t.
21684
21685 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
21686 messages.
21687
21688 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
21689
21690 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
21691 change.
21692
21693 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
21694
21695 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
21696 This makes this file independent of the recent pseudovector change.
21697
21698 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
21699
21700 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
21701
21702 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
21703 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
21704 Remove unused local.
21705 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
21706
21707 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
21708 GCC 4.6.0 optimizes based on type-based alias analysis.
21709 For example, if b is of type struct buffer * and v of type struct
21710 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
21711 != &v->size, and therefore "v->size = 1; b->size = 2; return
21712 v->size;" must therefore return 1. This assumption is incorrect
21713 for Emacs, since it type-puns struct Lisp_Vector * with many other
21714 types. To fix this problem, this patch adds a new type struct
21715 vectorlike_header that documents the constraints on layout of vectors
21716 and pseudovectors, and helps optimizing compilers not get fooled
21717 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
21718 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
21719 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
21720 the size member.
21721 (XSETPVECTYPE): Rewrite in terms of new macro.
21722 (XSETPVECTYPESIZE): New macro, specifying both type and size.
21723 This is a bit clearer, and further avoids the possibility of
21724 undesirable aliasing.
21725 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
21726 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
21727 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
21728 since Lisp_Subr is a special case (no "next" field).
21729 (ASIZE): Now uses header.size rather than size.
21730 All previous uses of XVECTOR (foo)->size replaced to use this macro,
21731 to avoid the hassle of writing XVECTOR (foo)->header.size.
21732 (struct vectorlike_header): New type.
21733 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
21734 object, to help avoid aliasing.
21735 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
21736 (SUBRP): Likewise, since Lisp_Subr is a special case.
21737 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
21738 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
21739 (struct Lisp_Hash_Table): Combine first two members into a single
21740 struct vectorlike_header member. All uses of "size" and "next" members
21741 changed to be "header.size" and "header.next".
21742 * buffer.h (struct buffer): Likewise.
21743 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
21744 * frame.h (struct frame): Likewise.
21745 * process.h (struct Lisp_Process): Likewise.
21746 * termhooks.h (struct terminal): Likewise.
21747 * window.c (struct save_window_data, struct saved_window): Likewise.
21748 * window.h (struct window): Likewise.
21749 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
21750 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
21751 * buffer.c (init_buffer_once): Likewise.
21752 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
21753 special case.
21754 * process.c (Fformat_network_address): Use local var for size,
21755 for brevity.
21756
21757 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
21758
21759 Make the Lisp reader and string-to-float more consistent (Bug#8525)
21760 * data.c (atof): Remove decl; no longer used or needed.
21761 (digit_to_number): Move to lread.c.
21762 (Fstring_to_number): Use new string_to_number function, to be
21763 consistent with how the Lisp reader treats infinities and NaNs.
21764 Do not assume that floating-point numbers represent EMACS_INT
21765 without losing information; this is not true on most 64-bit hosts.
21766 Avoid double-rounding errors, by insisting on integers when
21767 parsing non-base-10 numbers, as the documentation specifies.
21768 * lisp.h (string_to_number): New decl, replacing ...
21769 (isfloat_string): Remove.
21770 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
21771 (read1): Do not accept +. and -. as integers; this
21772 appears to have been a coding error. Similarly, do not accept
21773 strings like +-1e0 as floating point numbers. Do not report
21774 overflow for integer overflows unless the base is not 10 which
21775 means we have no simple and reliable way to continue.
21776 Break out the floating-point parsing into a new
21777 function string_to_number, so that Fstring_to_number parses
21778 floating point numbers consistently with the Lisp reader.
21779 (digit_to_number): Move here from data.c. Make it static inline.
21780 (E_CHAR, EXP_INT): Remove, replacing with ...
21781 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
21782 (string_to_number): New function, replacing isfloat_string.
21783 This function checks for valid syntax and produces the resulting
21784 Lisp float number too. Rework it so that string-to-number
21785 no longer mishandles examples like "1.0e+". Use strtoumax,
21786 so that overflow for non-base-10 numbers is reported only when
21787 there's no portable and simple way to convert to floating point.
21788
21789 * textprop.c (set_text_properties_1): Rewrite for clarity,
21790 and to avoid GCC warning about integer overflow.
21791
21792 * intervals.h (struct interval): Use EMACS_INT for members
21793 where EMACS_UINT might cause problems. See
21794 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
21795 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
21796 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
21797 All uses changed.
21798 (offset_intervals): Tell GCC not to worry about length overflow
21799 when negating a negative length.
21800
21801 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
21802 (overrun_check_free): Likewise.
21803
21804 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
21805 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
21806 word size.
21807
21808 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
21809 (gnutls_make_error): Rename local to avoid shadowing.
21810 (gnutls_emacs_global_deinit): ifdef out; not used.
21811 (Fgnutls_boot): Use const for pointer to readonly storage.
21812 Comment out unused local. Fix pointer signedness problems.
21813
21814 * lread.c (openp): Don't stuff size_t into an 'int'.
21815 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
21816 about possible signed overflow.
21817
21818 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
21819 (GDK_KEY_g): Don't define if already defined.
21820 (xg_prepare_tooltip): Avoid pointer signedness problem.
21821 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
21822
21823 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
21824 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
21825
21826 * xfns.c (Fx_window_property): Simplify a bit,
21827 to make a bit faster and to avoid GCC 4.6.0 warning.
21828 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
21829
21830 * fns.c (internal_equal): Don't assume size_t fits in int.
21831
21832 * alloc.c (compact_small_strings): Tighten assertion a little.
21833
21834 Replace pEd with more-general pI, and fix some printf arg casts.
21835 * lisp.h (pI): New macro, generalizing old pEd macro to other
21836 conversion specifiers. For example, use "...%"pI"d..." rather
21837 than "...%"pEd"...".
21838 (pEd): Remove. All uses replaced with similar uses of pI.
21839 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
21840 * alloc.c (check_pure_size): Don't overflow by converting size to int.
21841 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
21842 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
21843 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
21844 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
21845 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
21846 64-bit hosts.
21847 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
21848 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
21849 * print.c (safe_debug_print, print_object): Likewise.
21850 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
21851 to int.
21852 Use pI instead of if-then-else-abort. Use %p to avoid casts,
21853 avoiding the 0 flag, which is not portable.
21854 * process.c (Fmake_network_process): Use pI to avoid cast.
21855 * region-cache.c (pp_cache): Likewise.
21856 * xdisp.c (decode_mode_spec): Likewise.
21857 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
21858 behavior on 64-bit hosts with printf arg.
21859 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
21860 (x_stop_queuing_selection_requests): Likewise.
21861 (x_get_window_property): Don't truncate byte count to an 'int'
21862 when tracing.
21863
21864 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
21865 here, since it parses constructs like leading '-' and spaces,
21866 which are not wanted; and it overflows with large numbers.
21867 Instead, simply match F[0-9]+, which is what is wanted anyway.
21868
21869 * alloc.c: Remove unportable assumptions about struct layout.
21870 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
21871 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
21872 (allocate_vectorlike, make_pure_vector): Use the new macros,
21873 plus offsetof, to remove unportable assumptions about struct layout.
21874 These assumptions hold on all porting targets that I know of, but
21875 they are not guaranteed, they're easy to remove, and removing them
21876 makes further changes easier.
21877
21878 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
21879 This doesn't fix a bug but makes the code clearer.
21880 (string_overrun_cookie): Now const. Use initializers that
21881 don't formally overflow signed char, to avoid warnings.
21882 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
21883 can cause Emacs to crash when string overrun checking is enabled.
21884 (allocate_buffer): Don't assume sizeof (struct buffer) is a
21885 multiple of sizeof (EMACS_INT); it need not be, if
21886 alignof(EMACS_INT) < sizeof (EMACS_INT).
21887 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
21888
21889 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
21890
21891 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
21892
21893 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
21894
21895 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
21896 supposed to be handshaking. (Bug#8556)
21897 Reported by Paul Eggert <eggert@cs.ucla.edu>.
21898
21899 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
21900
21901 * lisp.h (Qdebug): List symbol.
21902 * eval.c (Qdebug): Restore global linkage.
21903 * keyboard.c (debug-on-event): New variable.
21904 (handle_user_signal): Break into debugger when debug-on-event
21905 matches the current signal symbol.
21906
21907 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21908
21909 * alloc.c (check_sblock, check_string_bytes)
21910 (check_string_free_list): Convert to standard C.
21911
21912 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
21913
21914 * w32.c (emacs_gnutls_push): Fix typo.
21915
21916 2011-04-25 Eli Zaretskii <eliz@gnu.org>
21917
21918 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
21919 "cast to pointer from integer of different size".
21920
21921 Improve doprnt and its use in verror. (Bug#8545)
21922 * doprnt.c (doprnt): Document the set of format control sequences
21923 supported by the function. Use SAFE_ALLOCA instead of always
21924 using `alloca'.
21925
21926 * eval.c (verror): Don't limit the buffer size at size_max-1, that
21927 is one byte too soon. Don't use xrealloc; instead xfree and
21928 xmalloc anew.
21929
21930 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
21931
21932 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
21933 callbacks stage.
21934
21935 * gnutls.c: Renamed global_initialized to
21936 gnutls_global_initialized. Added internals for the
21937 :verify-hostname-error, :verify-error, and :verify-flags
21938 parameters of `gnutls-boot' and documented those parameters in the
21939 docstring. Start callback support.
21940 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
21941 unless a fatal error occurred. Call gnutls_alert_send_appropriate
21942 on error. Return error code.
21943 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
21944 (emacs_gnutls_read): Likewise.
21945 (Fgnutls_boot): Return handshake error code.
21946 (emacs_gnutls_handle_error): New function.
21947 (wsaerror_to_errno): Likewise.
21948
21949 * w32.h (emacs_gnutls_pull): Add prototype.
21950 (emacs_gnutls_push): Likewise.
21951
21952 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
21953 (emacs_gnutls_push): Likewise.
21954
21955 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
21956
21957 * process.c (wait_reading_process_output): Check if GnuTLS
21958 buffered some data internally if no FDs are set for TLS
21959 connections.
21960
21961 * makefile.w32-in (OBJ2): Add gnutls.$(O).
21962 (LIBS): Link to USER_LIBS.
21963 ($(BLD)/gnutls.$(0)): New target.
21964
21965 2011-04-24 Eli Zaretskii <eliz@gnu.org>
21966
21967 * xdisp.c (handle_single_display_spec): Rename the
21968 display_replaced_before_p argument into display_replaced_p, to
21969 make it consistent with the commentary. Fix typos in the
21970 commentary.
21971
21972 * textprop.c (syms_of_textprop): Remove dead code.
21973 (copy_text_properties): Delete obsolete commentary about an
21974 interface that was deleted long ago. Fix typos in the description
21975 of arguments.
21976
21977 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
21978 to changes in oldXMenu/XMenu.h from 2011-04-16.
21979 <menu_help_message, prev_menu_help_message>: Constify.
21980 (IT_menu_make_room): menu->help_text is now `const char **';
21981 adjust.
21982
21983 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
21984 to changes in oldXMenu/XMenu.h from 2011-04-16.
21985 (struct XMenu): Declare `help_text' `const char **'.
21986
21987 * xfaces.c <Qunspecified>: Make extern again.
21988
21989 * syntax.c: Include sys/types.h before including regex.h, as
21990 required by POSIX.
21991
21992 * doc.c (get_doc_string): Improve the format passed to `error'.
21993
21994 * doprnt.c (doprnt): Improve commentary.
21995
21996 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
21997
21998 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
21999 them with etags.
22000
22001 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
22002 changes in globals.h immediately force recompilation.
22003 (TAGS): Depend on $(CURDIR)/m/intel386.h and
22004 $(CURDIR)/s/ms-w32.h.
22005 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
22006
22007 * character.c (Fchar_direction): Function deleted.
22008 (syms_of_character): Don't defsubr it.
22009 <char-direction-table>: Deleted.
22010
22011 2011-04-23 Eli Zaretskii <eliz@gnu.org>
22012
22013 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
22014 * doprnt.c: Include limits.h.
22015 (SIZE_MAX): New macro.
22016 (doprnt): Return a size_t value. 2nd arg is now size_t.
22017 Many local variables are now size_t instead of int or unsigned.
22018 Improve overflow protection. Support `l' modifier for integer
22019 conversions. Support %l conversion. Don't assume an EMACS_INT
22020 argument for integer conversions and for %c.
22021
22022 * lisp.h (doprnt): Restore prototype.
22023
22024 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
22025 $(SRC)/character.h.
22026
22027 * Makefile.in (base_obj): Add back doprnt.o.
22028
22029 * deps.mk (doprnt.o): Add back prerequisites.
22030 (callint.o): Depend on character.h.
22031
22032 * eval.c (internal_lisp_condition_case): Include the handler
22033 representation in the error message.
22034 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
22035 when breaking from the loop.
22036
22037 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
22038
22039 * callint.c (Fcall_interactively): When displaying error message
22040 about invalid control letter, pass the character's codepoint, not
22041 a pointer to its multibyte form. Improve display of the character
22042 in octal and display also its hex code.
22043
22044 * character.c (char_string): Use %x to display the (unsigned)
22045 codepoint of an invalid character, to avoid displaying a bogus
22046 negative value.
22047
22048 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
22049 `error', not SYMBOL_NAME itself.
22050
22051 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
22052 character arguments to `error'.
22053
22054 * charset.c (check_iso_charset_parameter): Fix incorrect argument
22055 to `error' in error message about FINAL_CHAR argument. Make sure
22056 FINAL_CHAR is a character, and use %c when it is passed as
22057 argument to `error'.
22058
22059 2011-04-23 Eli Zaretskii <eliz@gnu.org>
22060
22061 * s/ms-w32.h (localtime): Redirect to sys_localtime.
22062
22063 * w32.c: Include <time.h>.
22064 (sys_localtime): New function.
22065
22066 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22067
22068 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
22069
22070 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
22071
22072 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
22073
22074 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
22075 zombies (Bug#8467).
22076
22077 2011-04-19 Eli Zaretskii <eliz@gnu.org>
22078
22079 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
22080 gl_state.e_property when gl_state.object is Qt.
22081
22082 * insdel.c (make_gap_larger): Remove limitation of buffer size
22083 to <= INT_MAX.
22084
22085 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
22086
22087 * xdisp.c (lookup_glyphless_char_display)
22088 (produce_glyphless_glyph): Handle cons cell entry in
22089 glyphless-char-display.
22090 (Vglyphless_char_display): Document it.
22091
22092 * term.c (produce_glyphless_glyph): Handle cons cell entry in
22093 glyphless-char-display.
22094
22095 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
22096
22097 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
22098
22099 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
22100
22101 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
22102 definition for no-X builds.
22103
22104 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
22105
22106 Static checks with GCC 4.6.0 and non-default toolkits.
22107
22108 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
22109
22110 * process.c (keyboard_bit_set): Define only if SIGIO.
22111 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
22112 (send_process): Repair possible setjmp clobbering.
22113
22114 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
22115
22116 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
22117
22118 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
22119
22120 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
22121 Define only if needed.
22122
22123 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
22124 by pacifying GCC about it. Maybe it's time to retire it?
22125 * xfaces.c (USG, __TIMEVAL__): Likewise.
22126
22127 * dispextern.h (struct redisplay_interface): Rename param
22128 to avoid shadowing.
22129 * termhooks.h (struct terminal): Likewise.
22130 * xterm.c (xembed_send_message): Likewise.
22131
22132 * insdel.c (make_gap_smaller): Define only if
22133 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
22134
22135 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
22136 it.
22137
22138 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
22139 so that we aren't warned about unused symbols.
22140
22141 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
22142
22143 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
22144
22145 * xfns.c (x_real_positions): Mark locals as initialized.
22146
22147 * xmenu.c (xmenu_show): Don't use uninitialized vars.
22148
22149 * xterm.c: Fix problems found by static analysis with other toolkits.
22150 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
22151 (x_dispatch_event): Declare static if USE_GTK, and
22152 define if USE_GTK || USE_X_TOOLKIT.
22153 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
22154 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
22155 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
22156 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
22157
22158 * xmenu.c (menu_help_callback): Pointer type fixes.
22159 Use const pointers when pointing at readonly data. Avoid pointer
22160 signedness clashes.
22161 (FALSE): Remove unused macro.
22162 (update_frame_menubar): Remove unused decl.
22163
22164 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
22165
22166 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
22167 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
22168 (single_menu_item): Rename local to avoid shadowing.
22169
22170 * keyboard.c (make_lispy_event): Remove unused local var.
22171
22172 * frame.c, frame.h (x_get_resource_string): Bring this back, but
22173 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
22174
22175 * bitmaps: Change bitmaps from unsigned char back to the X11
22176 compatible char. Avoid the old compiler warnings about
22177 out-of-range initializers by using, for example, '\xab' rather
22178 than 0xab.
22179
22180 * xgselect.c (xgselect_initialize): Check vs interface
22181 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
22182
22183 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
22184
22185 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
22186 to read-only memory.
22187
22188 * fns.c (vector): Remove; this old hack is no longer needed.
22189
22190 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
22191 Remove unused var.
22192 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
22193
22194 * xrdb.c (x_load_resources): Omit unused local.
22195
22196 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
22197 (x_window): Rename locals to avoid shadowing.
22198 (USG): Use the kludged USG macro, to pacify gcc.
22199
22200 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
22201 (x_term_init): Remove local to avoid shadowing.
22202
22203 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
22204
22205 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
22206 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
22207
22208 2011-04-16 Eli Zaretskii <eliz@gnu.org>
22209
22210 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
22211
22212 Fix regex.c, syntax.c and friends for buffers > 2GB.
22213 * syntax.h (struct gl_state_s): Declare character position members
22214 EMACS_INT.
22215
22216 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
22217
22218 * textprop.c (verify_interval_modification, interval_of):
22219 Declare arguments EMACS_INT.
22220
22221 * intervals.c (adjust_intervals_for_insertion): Declare arguments
22222 EMACS_INT.
22223
22224 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
22225
22226 * indent.c (Fvertical_motion): Local variable it_start is now
22227 EMACS_INT.
22228
22229 * regex.c (re_match, re_match_2, re_match_2_internal)
22230 (bcmp_translate, regcomp, regexec, print_double_string)
22231 (group_in_compile_stack, re_search, re_search_2, regex_compile)
22232 (re_compile_pattern, re_exec): Declare arguments and local
22233 variables `size_t' and `ssize_t' and return values `regoff_t', as
22234 appropriate.
22235 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
22236 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
22237 <compile_stack_type>: `size' and `avail' are now `size_t'.
22238
22239 * regex.h <regoff_t>: Use ssize_t, not int.
22240 (re_search, re_search_2, re_match, re_match_2): Arguments that
22241 specify buffer/string position and length are now ssize_t and
22242 size_t. Return type is regoff_t.
22243
22244 2011-04-16 Ben Key <bkey76@gmail.com>
22245
22246 * nsfont.m: Fixed bugs in ns_get_family and
22247 ns_descriptor_to_entity that were caused by using free to
22248 deallocate memory blocks that were allocated by xmalloc (via
22249 xstrdup). This caused Emacs to crash when compiled with
22250 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
22251 --enable-checking=xmallocoverrun). xfree is now used to
22252 deallocate these memory blocks.
22253
22254 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
22255
22256 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
22257
22258 emacs_write: Accept and return EMACS_INT for sizes.
22259 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
22260 et seq.
22261 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
22262 Accept and return EMACS_INT.
22263 (emacs_gnutls_write): Return the number of bytes written on
22264 partial writes.
22265 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
22266 (emacs_read, emacs_write): Remove check for negative size, as the
22267 Emacs source code has been audited now.
22268 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
22269 (emacs_read, emacs_write): Use it.
22270 * process.c (send_process): Adjust to the new signatures of
22271 emacs_write and emacs_gnutls_write. Do not attempt to store
22272 a byte offset into an 'int'; it might overflow.
22273 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
22274
22275 * sound.c: Don't assume sizes fit in 'int'.
22276 (struct sound_device.period_size, alsa_period_size):
22277 Return EMACS_INT, not int.
22278 (struct sound_device.write, vox_write, alsa_write):
22279 Accept EMACS_INT, not int.
22280 (wav_play, au_play): Use EMACS_INT to store sizes and to
22281 record read return values.
22282
22283 2011-04-15 Ben Key <bkey76@gmail.com>
22284
22285 * keyboard.c (Qundefined): Don't declare static since it is used
22286 in nsfns.m.
22287 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
22288 static since they are used in nsfont.m.
22289
22290 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
22291
22292 * process.c (Qprocessp): Don't declare static.
22293 * lisp.h (Qprocessp): Declare again.
22294
22295 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
22296
22297 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
22298
22299 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
22300
22301 Improve C-level modularity by making more things 'static'.
22302
22303 Don't publish debugger-only interfaces to other modules.
22304 * lisp.h (safe_debug_print, debug_output_compilation_hack):
22305 (verify_bytepos, count_markers): Move decls to the only modules
22306 that need them.
22307 * region-cache.h (pp_cache): Likewise.
22308 * window.h (check_all_windows): Likewise.
22309 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
22310
22311 * sysdep.c (croak): Now static, if
22312 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
22313 * syssignal.h (croak): Declare only if not static.
22314
22315 * alloc.c (refill_memory_reserve): Now static if
22316 !defined REL_ALLOC || defined SYSTEM_MALLOC.
22317 * lisp.h (refill_memory_reserve): Declare only if not static.
22318
22319 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
22320 Define only if USE_LUCID.
22321
22322 * xrdb.c (x_customization_string, x_rm_string): Now static.
22323
22324 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
22325 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
22326
22327 * xdisp.c (draw_row_with_mouse_face): Now static.
22328 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
22329
22330 * window.h (check_all_windows): Mark externally visible.
22331
22332 * window.c (window_deletion_count): Now static.
22333
22334 * undo.c: Make symbols static if they're not exported.
22335 (last_undo_buffer, last_boundary_position, pending_boundary):
22336 Now static.
22337
22338 * textprop.c (interval_insert_behind_hooks): Now static.
22339 (interval_insert_in_front_hooks): Likewise.
22340
22341 * term.c: Make symbols static if they're not exported.
22342 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
22343 (max_frame_lines, tty_set_terminal_modes):
22344 (tty_reset_terminal_modes, tty_turn_off_highlight):
22345 (get_tty_terminal): Now static.
22346 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
22347 * termhooks.h (term_mouse_moveto): Do not declare if
22348 HAVE_WINDOW_SYSTEM.
22349 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
22350 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
22351
22352 * sysdep.c: Make symbols static if they're not exported.
22353 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
22354 Now static.
22355 (sigprocmask_set, full_mask): Remove; unused.
22356 (wait_debugging): Mark as visible.
22357 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
22358 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
22359
22360 * syntax.c (syntax_temp): Define only if !__GNUC__.
22361
22362 * sound.c (current_sound_device, current_sound): Now static.
22363
22364 * search.c (searchbufs, searchbuf_head): Now static.
22365
22366 * scroll.c (scroll_cost): Remove; unused.
22367 * dispextern.h (scroll_cost): Remove decl.
22368
22369 * region-cache.h (pp_cache): Mark as externally visible.
22370
22371 * process.c: Make symbols static if they're not exported.
22372 (process_tick, update_tick, create_process, chan_process):
22373 (Vprocess_alist, proc_buffered_char, datagram_access):
22374 (fd_callback_data, send_process_frame, process_sent_to): Now static.
22375 (deactivate_process): Mark defn as static, as well as decl.
22376 * lisp.h (create_process): Remove decl.
22377 * process.h (chan_process, Vprocess_alist): Remove decls.
22378
22379 * print.c: Make symbols static if they're not exported.
22380 (print_depth, new_backquote_output, being_printed, print_buffer):
22381 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
22382 (print_interval, print_number_index, initial_stderr_stream):
22383 Now static.
22384 * lisp.h (Fprinc): Remove decl.
22385 (debug_output_compilation_hack): Mark as externally visible.
22386
22387 * sysdep.c (croak): Move decl from here to syssignal.h.
22388 * syssignal.h (croak): Put it here, so the API can be checked when
22389 'croak' is called from dissociate_if_controlling_tty.
22390
22391 * minibuf.c: Make symbols static if they're not exported.
22392 (minibuf_save_list, choose_minibuf_frame): Now static.
22393 * lisp.h (choose_minibuf_frame): Remove decl.
22394
22395 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
22396
22397 * lread.c: Make symbols static if they're not exported.
22398 (read_objects, initial_obarray, oblookup_last_bucket_number):
22399 Now static.
22400 (make_symbol): Remove; unused.
22401 * lisp.h (initial_obarray, make_symbol): Remove decls.
22402
22403 * keyboard.c: Make symbols static if they're not exported.
22404 (single_kboard, recent_keys_index, total_keys, recent_keys):
22405 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
22406 (this_single_command_key_start, echoing, last_auto_save):
22407 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
22408 (command_loop, echo_now, keyboard_init_hook, help_char_p):
22409 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
22410 (Vlispy_mouse_stem, double_click_count):
22411 Now static.
22412 (force_auto_save_soon): Define only if SIGDANGER.
22413 (ignore_mouse_drag_p): Now static if
22414 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
22415 (print_help): Remove; unused.
22416 (stop_character, last_timer_event): Mark as externally visible.
22417 * keyboard.h (ignore_mouse_drag_p): Declare only if
22418 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
22419 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
22420 * lisp.h (echoing): Remove decl.
22421 (force_auto_save_soon): Declare only if SIGDANGER.
22422 * xdisp.c (redisplay_window): Simplify code, to make it more
22423 obvious that ignore_mouse_drag_p is not accessed if !defined
22424 USE_GTK && !defined HAVE_NS.
22425
22426 * intervals.c: Make symbols static if they're not exported.
22427 (merge_properties_sticky, merge_interval_right, delete_interval):
22428 Now static.
22429 * intervals.h (merge_interval_right, delete_interval): Remove decls.
22430
22431 * insdel.c: Make symbols static if they're not exported.
22432 However, leave prepare_to_modify_buffer alone. It's never
22433 called from outside this function, but that appears to be a bug.
22434 (combine_after_change_list, combine_after_change_buffer):
22435 (adjust_after_replace, signal_before_change): Now static.
22436 (adjust_after_replace_noundo): Remove; unused.
22437 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
22438 (signal_before_change): Remove decls.
22439
22440 * indent.c (val_compute_motion, val_vmotion): Now static.
22441
22442 * image.c: Make symbols static if they're not exported.
22443 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
22444 if USE_GTK.
22445 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
22446 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
22447
22448 * fringe.c (standard_bitmaps): Now static.
22449 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
22450
22451 * frame.c: Make symbols static if they're not exported.
22452 (x_report_frame_params, make_terminal_frame): Now static.
22453 (get_frame_param): Now static, unless HAVE_NS.
22454 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
22455 (x_get_resource_string): Remove; not used.
22456 * frame.h (make_terminal_frame, x_report_frame_params):
22457 (x_get_resource_string); Remove decls.
22458 (x_fullscreen_adjust): Declare only if WINDOWSNT.
22459 * lisp.h (get_frame_param): Declare only if HAVE_NS.
22460
22461 * font.c, fontset.c: Make symbols static if they're not exported.
22462 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
22463 (FACE_SUITABLE_FOR_CHAR_P): Use it.
22464 * font.c (font_close_object): Now static.
22465 * font.h (font_close_object): Remove.
22466 * fontset.c (FONTSET_OBJLIST): Remove.
22467 (free_realized_fontset) #if-0 the body, which does nothing.
22468 (face_suitable_for_char_p): #if-0, as it's never called.
22469 * fontset.h (face_suitable_for_char_p): Remove decl.
22470 * xfaces.c (face_at_string_position):
22471 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
22472 since 0 is always ASCII.
22473
22474 * fns.c (weak_hash_tables): Now static.
22475
22476 * fileio.c: Make symbols static if they're not exported.
22477 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
22478 (Vwrite_region_annotation_buffers): Now static.
22479
22480 * eval.c: Make symbols static if they're not exported.
22481 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
22482 * lisp.h (backtrace_list): Remove decl.
22483
22484 * emacs.c: Make symbols static if they're not exported.
22485 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
22486 (fatal_error_code, fatal_error_signal_hook, standard_args):
22487 Now static.
22488 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
22489 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
22490 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
22491 * lisp.h (fatal_error_signal_hook): Remove decl.
22492 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
22493
22494 * editfns.c: Move a (normally-unused) function to its only use.
22495 * editfns.c, lisp.h (get_operating_system_release): Remove.
22496 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
22497 worth the hassle of breaking this out.
22498
22499 * xterm.c: Make symbols static if they're not exported.
22500 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
22501 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
22502 (x_destroy_window, x_delete_display):
22503 Now static.
22504 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
22505 (x_mouse_leave): Remove; unused.
22506 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
22507 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
22508 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
22509 Remove decls.
22510 (x_mouse_leave): Declare only if WINDOWSNT.
22511 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
22512 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
22513 USE_X_TOOLKIT.
22514
22515 * ftxfont.c: Make symbols static if they're not exported.
22516 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
22517 HAVE_FREETYPE.
22518 * font.h (ftxfont_driver): Likewise.
22519
22520 * xfns.c: Make symbols static if they're not exported.
22521 (x_last_font_name, x_display_info_for_name):
22522 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
22523 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
22524 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
22525 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
22526 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
22527 (last_show_tip_args): Now static.
22528 (xic_defaut_fontset, xic_create_fontsetname): Define only if
22529 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
22530 (x_screen_planes): Remove; unused.
22531 * dispextern.h (x_screen_planes): Remove decl.
22532
22533 * dispnew.c: Make symbols static if they're not exported.
22534 * dispextern.h (redraw_garbaged_frames, scrolling):
22535 (increment_row_positions): Remove.
22536 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
22537 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
22538 Now static.
22539 (redraw_garbaged_frames): Remove; unused.
22540
22541 * xfaces.c: Make symbols static if they're not exported.
22542 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
22543 Remove decls.
22544 * xterm.h (defined_color): Remove decls.
22545 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
22546 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
22547 (menu_face_changed_default, defined_color, free_realized_face):
22548 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
22549 (ascii_face_of_lisp_face): Remove; unused.
22550
22551 * xdisp.c: Make symbols static if they're not exported.
22552 * dispextern.h (scratch_glyph_row, window_box_edges):
22553 (glyph_to_pixel_coords, set_cursor_from_row):
22554 (get_next_display_element, set_iterator_to_next):
22555 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
22556 (show_mouse_face): Remove decls
22557 * frame.h (message_buf_print): Likewise.
22558 * lisp.h (pop_message, set_message, check_point_in_composition):
22559 Likewise.
22560 * xterm.h (set_vertical_scroll_bar): Likewise.
22561 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
22562 (message_buf_print, scratch_glyph_row, displayed_buffer):
22563 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
22564 (get_next_display_element, show_mouse_face, window_box_edges):
22565 (frame_to_window_pixel_xy, check_point_in_composition):
22566 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
22567 (glyph_to_pixel_coords): Remove; unused.
22568
22569 * dired.c (file_name_completion): Now static.
22570
22571 * dbusbind.c (xd_in_read_queued_messages): Now static.
22572
22573 * lisp.h (circular_list_error, FOREACH): Remove; unused.
22574 * data.c (circular_list_error): Remove.
22575
22576 * commands.h (last_point_position, last_point_position_buffer):
22577 (last_point_position_window): Remove decls.
22578 * keyboard.c: Make these variables static.
22579
22580 * coding.h (coding, code_convert_region, encode_coding_gap):
22581 Remove decls.
22582 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
22583 (iso_code_class, detect_coding, code_convert_region): Now static.
22584 (encode_coding_gap): Remove; unused.
22585
22586 * chartab.c (chartab_chars, chartab_bits): Now static.
22587
22588 * charset.h (charset_iso_8859_1): Remove decl.
22589 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
22590 Now static.
22591
22592 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
22593 * ccl.c (Vccl_program_table): Now static.
22594 (check_ccl_update): Remove; unused.
22595
22596 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
22597 * category.h: ... from here.
22598 * category.c (check_category_table, set_category_set): Now static.
22599
22600 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
22601 * lisp.h: Remove these decls.
22602
22603 * buffer.c (buffer_count): Remove unused var.
22604
22605 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
22606 so that it's not optimized away.
22607 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
22608 * dispextern.h (bidi_dump_cached_states): Remove, since it's
22609 exported only to the debugger.
22610
22611 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
22612 * atimer.h (run_all_atimers): Remove; not exported.
22613
22614 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
22615 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
22616 was inaccessible from Lisp.
22617 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
22618 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
22619
22620 alloc.c: Import and export fewer symbols, and remove unused items.
22621 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
22622 is defined.
22623 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
22624 it's not optimized away by whole-program optimization.
22625 (message_enable_multibyte, free_misc): Remove.
22626 (catchlist, handlerlist, mark_backtrace):
22627 Declare only if BYTE_MARK_STACK.
22628 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
22629 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
22630 (message_enable_multibyte): Remove decl.
22631 (free_misc, interval_free_list, float_block, float_block_index):
22632 (n_float_blocks, float_free_list, cons_block, cons_block_index):
22633 (cons_free_list, last_marked_index):
22634 Now static.
22635 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
22636 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
22637 (mark_backtrace): Define only if BYTE_MARK_STACK.
22638 * xdisp.c (message_enable_multibyte): Now static.
22639
22640 Declare Lisp_Object Q* variables to be 'static' if not exported.
22641 This makes it easier for human readers (and static analyzers)
22642 to see whether these variables are used from other modules.
22643 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
22644 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
22645 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
22646 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
22647 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
22648 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
22649 * xmenu.c, xselect.c:
22650 Declare Q* vars static if they are not used in other modules.
22651 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
22652 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
22653 Remove decls of unexported vars.
22654 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
22655
22656 * lisp.h (DEFINE_FUNC): Make sname 'static'.
22657
22658 Make Emacs functions such as Fatom 'static' by default.
22659 This makes it easier for human readers (and static analyzers)
22660 to see whether these functions can be called from other modules.
22661 DEFUN now defines a static function. To make the function external
22662 so that it can be used in other C modules, use the new macro DEFUE.
22663 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
22664 (Finit_image_library):
22665 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
22666 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
22667 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
22668 Remove decls, since these functions are now static.
22669 (Funintern, Fget_internal_run_time): New decls, since these functions
22670 were already external.
22671
22672 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
22673 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
22674 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
22675 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
22676 * keyboard.c, keymap.c, lread.c:
22677 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
22678 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
22679 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
22680 Mark functions with DEFUE instead of DEFUN,
22681 if they are used in other modules.
22682 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
22683 decls for now-static functions.
22684 * buffer.h (Fdelete_overlay): Remove decl.
22685 * callproc.c (Fgetenv_internal): Mark as internal.
22686 * composite.c (Fremove_list_of_text_properties): Remove decl.
22687 (Fcomposition_get_gstring): New forward static decl.
22688 * composite.h (Fcomposite_get_gstring): Remove decl.
22689 * dired.c (Ffile_attributes): New forward static decl.
22690 * doc.c (Fdocumntation_property): New forward static decl.
22691 * eval.c (Ffetch_bytecode): New forward static decl.
22692 (Funintern): Remove extern decl; now in .h file where it belongs.
22693 * fileio.c (Fmake_symbolic_link): New forward static decl.
22694 * image.c (Finit_image_library): New forward static decl.
22695 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
22696 * intervals.h (Fprevious_property_change):
22697 (Fremove_list_of_text_properties): Remove decls.
22698 * keyboard.c (Fthis_command_keys): Remove decl.
22699 (Fcommand_execute): New forward static decl.
22700 * keymap.c (Flookup_key): New forward static decl.
22701 (Fcopy_keymap): Now static.
22702 * keymap.h (Flookup_key): Remove decl.
22703 * process.c (Fget_process): New forward static decl.
22704 (Fprocess_datagram_address): Mark as internal.
22705 * syntax.c (Fsyntax_table_p): New forward static decl.
22706 (skip_chars): Remove duplicate decl.
22707 * textprop.c (Fprevious_property_change): New forward static decl.
22708 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
22709 Now internal.
22710 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
22711 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
22712
22713 * editfns.c (Fformat): Remove unreachable code.
22714
22715 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
22716
22717 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
22718 change. (Bug#8496)
22719
22720 2011-04-13 Eli Zaretskii <eliz@gnu.org>
22721
22722 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
22723 when at ZV. (Bug#8487)
22724
22725 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
22726
22727 * charset.c (Fclear_charset_maps): Use xfree instead of free.
22728 (Bug#8437)
22729 * keyboard.c (parse_tool_bar_item): Likewise.
22730 * sound.c (sound_cleanup, alsa_close): Likewise.
22731 * termcap.c (tgetent): Likewise.
22732 * xfns.c (x_default_font_parameter): Likewise.
22733 * xsettings.c (read_and_apply_settings): Likewise.
22734
22735 * alloc.c (overrun_check_malloc, overrun_check_realloc)
22736 (overrun_check_free): Protoize.
22737
22738 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
22739
22740 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
22741 since callers should never pass a negative size.
22742 Change the signature to match that of plain 'read' and 'write'; see
22743 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
22744 * lisp.h: Update prototypes of emacs_write and emacs_read.
22745
22746 2011-04-11 Eli Zaretskii <eliz@gnu.org>
22747
22748 * xdisp.c (redisplay_window): Don't try to determine the character
22749 position of the scroll margin if the window start point w->startp
22750 is outside the buffer's accessible region. (Bug#8468)
22751
22752 2011-04-10 Eli Zaretskii <eliz@gnu.org>
22753
22754 Fix write-region and its subroutines for buffers > 2GB.
22755 * fileio.c (a_write, e_write): Modify declaration of arguments and
22756 local variables to support buffers larger than 2GB.
22757 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
22758
22759 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
22760 argument, local variables, and return value.
22761
22762 * lisp.h: Update prototypes of emacs_write and emacs_read.
22763
22764 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
22765
22766 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
22767
22768 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
22769
22770 Fix more problems found by GCC 4.6.0's static checks.
22771
22772 * xdisp.c (vmessage): Use a better test for character truncation.
22773
22774 * charset.c (load_charset_map): <, not <=, for optimization,
22775 and to avoid potential problems with integer overflow.
22776 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
22777 * casetab.c (set_identity, shuffle): Likewise.
22778 * editfns.c (Fformat): Likewise.
22779 * syntax.c (skip_chars): Likewise.
22780
22781 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
22782 This also lets GCC 4.6.0 generate slightly better loop code.
22783
22784 * callint.c (Fcall_interactively): <, not <=, for optimization.
22785 (Fcall_interactively): Count the number of arguments produced,
22786 not the number of arguments given. This is simpler and lets GCC
22787 4.6.0 generate slightly better code.
22788
22789 * ftfont.c: Distingish more carefully between FcChar8 and char.
22790 The previous code passed unsigned char * to a functions like
22791 strlen and xstrcasecmp that expect char *, which does not
22792 conform to the C standard.
22793 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
22794 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
22795 char * when the C standard requires it.
22796
22797 * keyboard.c (read_char): Remove unused var.
22798
22799 * eval.c: Port to Windows vsnprintf (Bug#8435).
22800 Include <limits.h>.
22801 (SIZE_MAX): Define if the headers do not.
22802 (verror): Do not give up if vsnprintf returns a negative count.
22803 Instead, grow the buffer. This ports to Windows vsnprintf, which
22804 does not conform to C99. Problem reported by Eli Zaretskii.
22805 Also, simplify the allocation scheme, by avoiding the need for
22806 calling realloc, and removing the ALLOCATED variable.
22807
22808 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
22809
22810 Remove invocations of doprnt, as Emacs now uses vsnprintf.
22811 But keep the doprint source code for now, as we might revamp it
22812 and use it again (Bug#8435).
22813 * lisp.h (doprnt): Remove.
22814 * Makefile.in (base_obj): Remove doprnt.o.
22815 * deps.mk (doprnt.o): Remove.
22816
22817 error: Print 32- and 64-bit integers portably (Bug#8435).
22818 Without this change, on typical 64-bit hosts error ("...%d...", N)
22819 was used to print both 32- and 64-bit integers N, which relied on
22820 undefined behavior.
22821 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
22822 * lisp.h (error, verror): Mark as printf-like functions.
22823 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
22824 Report overflow in size calculations when allocating printf buffer.
22825 Do not truncate output string at its first null byte.
22826 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
22827 Truncate the output at a character boundary, since vsnprintf does not
22828 do that.
22829 * charset.c (check_iso_charset_parameter): Convert internal
22830 character to string before calling 'error', since %c now has the
22831 printf meaning.
22832 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
22833 overflow when computing char to be passed to 'error'. Do not
22834 pass Lisp_Object to 'error'; pass the integer instead.
22835 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
22836 formatted with plain %d.
22837
22838 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
22839
22840 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
22841
22842 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
22843
22844 * xterm.c (x_catch_errors): Remove duplicate declaration.
22845
22846 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
22847
22848 * xdisp.c, lisp.h (message_nolog): Remove; unused.
22849
22850 2011-04-10 Jim Meyering <meyering@redhat.com>
22851
22852 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
22853 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
22854 return ssize_t not "int", and use size_t as the buffer length.
22855 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
22856 * gnutls.h: Update declarations.
22857 * process.c (read_process_output): Use ssize_t, to match.
22858 (send_process): Likewise.
22859
22860 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
22861
22862 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
22863
22864 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
22865
22866 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
22867 Use unsigned char, to match FcChar8 type definition.
22868
22869 * xterm.c (handle_one_xevent):
22870 * xmenu.c (create_and_show_popup_menu):
22871 * xselect.c (x_decline_selection_request)
22872 (x_reply_selection_request): Avoid type-punned deref of X events.
22873
22874 2011-04-09 Eli Zaretskii <eliz@gnu.org>
22875
22876 Fix some uses of `int' instead of EMACS_INT.
22877 * search.c (string_match_1, fast_string_match)
22878 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
22879 (scan_buffer, find_next_newline_no_quit)
22880 (find_before_next_newline, search_command, Freplace_match)
22881 (Fmatch_data): Make some `int' variables be EMACS_INT.
22882
22883 * xdisp.c (display_count_lines): 3rd argument and return value now
22884 EMACS_INT. All callers changed.
22885 (pint2hrstr): Last argument is now EMACS_INT.
22886
22887 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
22888 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
22889 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
22890 (decode_coding_utf_16, decode_coding_emacs_mule)
22891 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22892 (decode_coding_ccl, decode_coding_charset)
22893 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
22894 (decode_coding_iso_2022, decode_coding_emacs_mule)
22895 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
22896 <char_offset, last_offset>: Declare EMACS_INT.
22897 (encode_coding_utf_8, encode_coding_utf_16)
22898 (encode_coding_emacs_mule, encode_invocation_designation)
22899 (encode_designation_at_bol, encode_coding_iso_2022)
22900 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
22901 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
22902 Declare EMACS_INT.
22903 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
22904 (encode_invocation_designation): Last argument P_NCHARS is now
22905 EMACS_INT.
22906 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
22907 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
22908
22909 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
22910 All users changed.
22911
22912 * ccl.c (Fccl_execute_on_string): Declare some variables
22913 EMACS_INT.
22914
22915 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
22916
22917 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
22918
22919 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
22920
22921 * process.c (Fformat_network_address): Doc fix.
22922
22923 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
22924
22925 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
22926
22927 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
22928
22929 * keyboard.c (read_char): Call Lisp function help-form-show,
22930 instead of using internal_with_output_to_temp_buffer.
22931 (Qhelp_form_show): New var.
22932 (syms_of_keyboard): Use DEFSYM macro.
22933
22934 * print.c (internal_with_output_to_temp_buffer): Function deleted.
22935
22936 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
22937
22938 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
22939
22940 * process.c (Flist_processes): Remove to Lisp.
22941 (list_processes_1): Delete.
22942
22943 2011-04-06 Eli Zaretskii <eliz@gnu.org>
22944
22945 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
22946
22947 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
22948
22949 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
22950
22951 Fix more problems found by GCC 4.6.0's static checks.
22952
22953 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
22954
22955 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
22956
22957 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
22958
22959 * xdisp.c (vmessage): Mark as a printf-like function.
22960
22961 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
22962
22963 * sound.c (sound_warning): Don't crash if arg contains a printf format.
22964
22965 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
22966 printf-like functions.
22967 (tiff_load): Add casts to remove these marks before passing them
22968 to system-supplied API.
22969
22970 * eval.c (Fsignal): Remove excess argument to 'fatal'.
22971
22972 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
22973 This avoids several warnings with gcc -Wstrict-overflow.
22974 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
22975 directly, rather than having caller test rule sign. This avoids
22976 some unnecessary tests.
22977 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
22978 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
22979 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
22980
22981 * xfont.c (xfont_text_extents): Remove var that was set but not used.
22982 (xfont_open): Avoid unnecessary tests.
22983
22984 * composite.c (composition_gstring_put_cache): Use unsigned integer.
22985
22986 * composite.h, composite.c (composition_gstring_put_cache):
22987 Use EMACS_INT, not int, for length.
22988
22989 * composite.h (COMPOSITION_DECODE_REFS): New macro,
22990 breaking out part of COMPOSITION_DECODE_RULE.
22991 (COMPOSITION_DECODE_RULE): Use it.
22992 * composite.c (get_composition_id): Remove unused local vars,
22993 by using the new macro.
22994
22995 * textprop.c (set_text_properties_1): Change while to do-while,
22996 since the condition is always true at first.
22997
22998 * intervals.c (graft_intervals_into_buffer): Mark var as used.
22999 (interval_deletion_adjustment): Return unsigned value.
23000 All uses changed.
23001
23002 * process.c (list_processes_1, create_pty, read_process_output):
23003 (exec_sentinel): Remove vars that were set but not used.
23004 (create_pty): Remove unnecessary "volatile"s.
23005 (Fnetwork_interface_info): Avoid possibility of int overflow.
23006 (read_process_output): Do adaptive read buffering even if carryover.
23007 (read_process_output): Simplify nbytes computation if buffered.
23008
23009 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
23010
23011 * syntax.c (scan_words): Remove var that was set but not used.
23012 (update_syntax_table): Use unsigned instead of int.
23013
23014 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
23015 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
23016 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
23017
23018 * print.c (print_error_message): Avoid int overflow.
23019
23020 * font.c (font_list_entities): Redo for clarity,
23021 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
23022
23023 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
23024 (font_score): Avoid potential overflow in diff calculation.
23025
23026 * fns.c (substring_both): Remove var that is set but not used.
23027 (sxhash): Redo loop for clarity and to avoid wraparound warning.
23028
23029 * eval.c (funcall_lambda): Rename local to avoid shadowing.
23030
23031 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
23032 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
23033 can always succeed if overflow has undefined behavior.
23034
23035 * search.c (boyer_moore, wordify): Remove vars set but not used.
23036 (wordify): Omit three unnecessary tests.
23037
23038 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
23039 All callers changed. This avoids the need for an unused var.
23040
23041 * casefiddle.c (casify_region): Remove var that is set but not used.
23042
23043 * dired.c (file_name_completion): Remove var that is set but not used.
23044
23045 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
23046
23047 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
23048 (Finsert_file_contents): Remove unnecessary code checking fd.
23049
23050 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
23051 Check for integer overflow on size calculations.
23052
23053 * buffer.c (Fprevious_overlay_change): Remove var that is set
23054 but not used.
23055
23056 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
23057 Remove vars that are set but not used.
23058 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
23059 (timer_check_2): Mark vars as initialized.
23060
23061 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
23062
23063 * image.c (lookup_image): Remove var that is set but not used.
23064 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
23065
23066 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
23067 that are set but not used.
23068
23069 * xfns.c (make_invisible_cursor): Don't return garbage
23070 if XCreateBitmapFromData fails (Bug#8410).
23071
23072 * xselect.c (x_get_local_selection, x_handle_property_notify):
23073 Remove vars that are set but not used.
23074
23075 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
23076 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
23077
23078 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
23079 Remove var that is set but not used.
23080 (scroll_bar_windows_size): Now size_t, not int.
23081 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
23082 Check for overflow.
23083
23084 * xfaces.c (realize_named_face): Remove vars that are set but not used.
23085 (map_tty_color) [!defined MSDOS]: Likewise.
23086
23087 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
23088
23089 * coding.c: Remove vars that are set but not used.
23090 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
23091 All callers changed.
23092 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
23093 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
23094 (decode_coding_charset): Remove vars that are set but not used.
23095
23096 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
23097 that is set but not used.
23098
23099 * print.c (print_object): Remove var that is set but not used.
23100
23101 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
23102 The gnulib version avoids calling malloc in the usual case,
23103 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
23104 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
23105 * filelock.c (current_lock_owner): Likewise.
23106 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
23107 * sysdep.c: Include allocator.h, careadlinkat.h.
23108 (emacs_no_realloc_allocator): New static constant.
23109 (emacs_readlink): New function.
23110 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
23111 ../lib/careadlinkat.h.
23112
23113 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
23114
23115 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
23116 first non-nil return value).
23117
23118 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
23119
23120 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
23121 if not defined (Bug#8403).
23122
23123 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
23124
23125 * xdisp.c (display_count_lines): Remove parameter `start',
23126 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
23127 (get_char_face_and_encoding): Remove parameter `multibyte_p',
23128 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
23129 (fill_stretch_glyph_string): Remove parameters `row' and `area',
23130 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
23131 and thereabouts. All callers changed.
23132 (get_per_char_metric): Remove parameter `f', unused since
23133 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
23134
23135 2011-04-02 Jim Meyering <meyering@redhat.com>
23136
23137 do not dereference NULL upon failed strdup
23138 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
23139 (ns_get_family): Likewise.
23140
23141 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
23142
23143 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
23144
23145 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
23146
23147 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
23148 later (Bug#8403).
23149
23150 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23151
23152 Add lexical binding.
23153
23154 * window.c (Ftemp_output_buffer_show): New fun.
23155 (Fsave_window_excursion):
23156 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
23157
23158 * lread.c (lisp_file_lexically_bound_p): New function.
23159 (Fload): Bind Qlexical_binding.
23160 (readevalloop): Remove `evalfun' arg.
23161 Bind Qinternal_interpreter_environment.
23162 (Feval_buffer): Bind Qlexical_binding.
23163 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
23164 Mark as dynamic.
23165 (syms_of_lread): Declare `lexical-binding'.
23166
23167 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
23168
23169 * keyboard.c (eval_dyn): New fun.
23170 (menu_item_eval_property): Use it.
23171
23172 * image.c (parse_image_spec): Use Ffunctionp.
23173
23174 * fns.c (concat, mapcar1): Accept byte-code-functions.
23175
23176 * eval.c (Fsetq): Handle lexical vars.
23177 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
23178 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
23179 (FletX, Flet): Obey lexical binding.
23180 (Fcommandp): Handle closures.
23181 (Feval): New `lexical' arg.
23182 (eval_sub): New function extracted from Feval. Use it almost
23183 everywhere where Feval was used. Look up vars in lexical env.
23184 Handle closures.
23185 (Ffunctionp): Move from subr.el.
23186 (Ffuncall): Handle closures.
23187 (apply_lambda): Remove `eval_flags'.
23188 (funcall_lambda): Handle closures and new byte-code-functions.
23189 (Fspecial_variable_p): New function.
23190 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
23191 but without exporting it to Lisp.
23192
23193 * doc.c (Fdocumentation, store_function_docstring):
23194 * data.c (Finteractive_form): Handle closures.
23195
23196 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
23197 interactive spec.
23198
23199 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
23200 New byte-codes.
23201 (exec_byte_code): New function extracted from Fbyte_code to handle new
23202 calling convention for byte-code-functions. Add new byte-codes.
23203
23204 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
23205
23206 * alloc.c (Fmake_symbol): Init new `declared_special' field.
23207
23208 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
23209
23210 * xdisp.c (redisplay_internal): Fix prototype.
23211
23212 2011-03-31 Eli Zaretskii <eliz@gnu.org>
23213
23214 * xdisp.c (SCROLL_LIMIT): New macro.
23215 (try_scrolling): Use it when setting scroll_limit.
23216 Limit scrolling to 100 screen lines.
23217 (redisplay_window): Even when falling back on "recentering",
23218 position point in the window according to scroll-conservatively,
23219 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
23220
23221 (try_scrolling): When point is above the window, allow searching
23222 as far as scroll_max, or one screenful, to compute vertical
23223 distance from PT to the scroll margin position. This prevents
23224 try_scrolling from unnecessarily failing when
23225 scroll-conservatively is set to a value slightly larger than the
23226 window height. Clean up the case of PT below the margin at bottom
23227 of window: scroll_max can no longer be INT_MAX. When aggressive
23228 scrolling is in use, don't let point enter the opposite scroll
23229 margin as result of the scroll.
23230 (syms_of_xdisp) <scroll-conservatively>: Document the
23231 threshold of 100 lines for never-recentering scrolling.
23232
23233 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
23234
23235 * dispextern.h (move_it_by_lines):
23236 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
23237 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
23238 (message_log_check_duplicate): Remove parameters `prev_bol' and
23239 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
23240 (redisplay_internal): Remove parameter `preserve_echo_area',
23241 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
23242
23243 * indent.c (Fvertical_motion):
23244 * window.c (window_scroll_pixel_based, Frecenter):
23245 Don't pass `need_y_p' to `move_it_by_lines'.
23246
23247 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23248
23249 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
23250 steal a few bits to be more compact.
23251 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
23252 Remove unneeded casts.
23253
23254 * bytecode.c (Fbyte_code): CAR and CDR can GC.
23255
23256 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
23257
23258 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
23259 binding" message (bug#7967).
23260
23261 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
23262
23263 Fix more problems found by GCC 4.6.0's static checks.
23264
23265 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
23266 Remove unused local var.
23267
23268 * editfns.c (Fmessage_box): Remove unused local var.
23269
23270 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
23271 (note_mode_line_or_margin_highlight, note_mouse_highlight):
23272 Omit unused local vars.
23273 * window.c (shrink_windows): Omit unused local var.
23274 * menu.c (digest_single_submenu): Omit unused local var.
23275 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
23276 Omit unused local var.
23277
23278 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
23279 Don't assume string length fits in int.
23280 (keyremap_step, read_key_sequence): Use size_t for sizes.
23281 (read_key_sequence): Don't check last_real_key_start redundantly.
23282
23283 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
23284 instead of alloca (Bug#8344).
23285
23286 * eval.c (Fbacktrace): Don't assume nargs fits in int.
23287 (Fbacktrace_frame): Don't assume nframes fits in int.
23288
23289 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
23290
23291 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
23292 concerns.
23293
23294 * term.c (produce_glyphless_glyph): Remove unnecessary test.
23295
23296 * cm.c (calccost): Turn while-do into do-while, for clarity.
23297
23298 * keyboard.c (syms_of_keyboard): Use the same style as later
23299 in this function when indexing through an array. This also
23300 works around GCC bug 48267.
23301
23302 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
23303
23304 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
23305
23306 * chartab.c (sub_char_table_ref_and_range): Redo for slight
23307 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
23308
23309 * keyboard.c, keyboard.h (num_input_events): Now size_t.
23310 This avoids undefined behavior on integer overflow, and is a bit
23311 more convenient anyway since it is compared to a size_t variable.
23312
23313 Variadic C functions now count arguments with size_t, not int.
23314 This avoids an unnecessary limitation on 64-bit machines, which
23315 caused (substring ...) to crash on large vectors (Bug#8344).
23316 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
23317 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
23318 All variadic functions and their callers changed accordingly.
23319 (struct gcpro.nvars): Now size_t, not int. All uses changed.
23320 * data.c (arith_driver, float_arith_driver): Likewise.
23321 * editfns.c (general_insert_function): Likewise.
23322 * eval.c (struct backtrace.nargs, interactive_p)
23323 (internal_condition_case_n, run_hook_with_args, apply_lambda)
23324 (funcall_lambda, mark_backtrace): Likewise.
23325 * fns.c (concat): Likewise.
23326 * frame.c (x_set_frame_parameters): Likewise.
23327 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
23328 0 if not found, not -1. All callers changed.
23329
23330 * alloc.c (garbage_collect): Don't assume stack size fits in int.
23331 (stack_copy_size): Now size_t, not int.
23332 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
23333
23334 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
23335
23336 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
23337 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
23338 All callers changed.
23339
23340 * lisp.h (multibyte_char_to_unibyte):
23341 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
23342 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
23343 * character.h (CHAR_TO_BYTE8):
23344 * cmds.c (internal_self_insert):
23345 * editfns.c (general_insert_function):
23346 * keymap.c (push_key_description):
23347 * search.c (Freplace_match):
23348 * xdisp.c (message_dolog, set_message_1): All callers changed.
23349
23350 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23351
23352 * keyboard.c (safe_run_hook_funcall): New function.
23353 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
23354 don't set the hook to nil, but remove the offending function instead.
23355 (Qcommand_hook_internal): Remove, unused.
23356 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
23357 Vcommand_hook_internal.
23358
23359 * eval.c (enum run_hooks_condition): Remove.
23360 (funcall_nil, funcall_not): New functions.
23361 (run_hook_with_args): Call each function through a `funcall' argument.
23362 Remove `cond' argument, now redundant.
23363 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
23364 (Frun_hook_with_args_until_failure): Adjust accordingly.
23365 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
23366
23367 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
23368
23369 * dispextern.h (string_buffer_position): Remove declaration.
23370
23371 * print.c (strout): Remove parameter `multibyte', unused since
23372 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
23373
23374 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
23375 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
23376 All callers changed.
23377
23378 * w32.c (_wsa_errlist): Use braces for struct initializers.
23379
23380 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
23381 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
23382 All callers changed.
23383 (string_buffer_position): Likewise. Also, make static (it's never
23384 used outside xdisp.c).
23385 (cursor_row_p): Remove parameter `w', unused since
23386 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
23387 (decode_mode_spec): Remove parameter `precision', introduced during
23388 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
23389 All callers changed.
23390
23391 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23392
23393 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
23394
23395 2011-03-27 Anders Lindgren <andlind@gmail.com>
23396
23397 * nsterm.m (ns_menu_bar_is_hidden): New variable.
23398 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
23399 (ns_update_auto_hide_menu_bar): New functions.
23400 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
23401 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
23402 ns_constrain_all_frames.
23403 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
23404 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
23405
23406 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23407
23408 * nsmenu.m (runDialogAt): Remove argument to timer_check.
23409
23410 2011-03-27 Glenn Morris <rgm@gnu.org>
23411
23412 * syssignal.h: Replace RETSIGTYPE with void.
23413 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
23414 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
23415 Replace SIGTYPE with void everywhere.
23416 * s/usg5-4-common.h (SIGTYPE): Remove definition.
23417 * s/template.h (SIGTYPE): Remove commented out definition.
23418
23419 2011-03-26 Eli Zaretskii <eliz@gnu.org>
23420
23421 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
23422 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
23423
23424 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
23425
23426 * w32.c (read_unc_volume): Use parameter `henum', instead of
23427 global variable `wget_enum_handle'.
23428
23429 * keymap.c (describe_vector): Remove parameters `indices' and
23430 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
23431 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
23432
23433 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
23434
23435 * keyboard.c (timer_check): Remove parameter `do_it_now',
23436 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
23437 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
23438 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
23439
23440 * keyboard.c (read_char):
23441 * w32menu.c (w32_menu_display_help):
23442 * xmenu.c (show_help_event, menu_help_callback):
23443 Adjust calls to `show_help_echo'.
23444
23445 * gtkutil.c (xg_maybe_add_timer):
23446 * keyboard.c (readable_events):
23447 * process.c (wait_reading_process_output):
23448 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
23449
23450 * insdel.c (adjust_markers_gap_motion):
23451 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
23452 (gap_left, gap_right): Don't call it.
23453
23454 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
23455
23456 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
23457 incurred during fontification.
23458
23459 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
23460
23461 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
23462 (DEFVAR_PER_BUFFER): Don't pass it.
23463
23464 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
23465 (scrolling_window): Don't pass it.
23466
23467 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
23468
23469 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
23470
23471 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
23472 and `suffix'.
23473 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
23474 of variables specific to SELinux and computation of `encoded_absname'.
23475
23476 * image.c (XPutPixel): Remove unused variable `height'.
23477
23478 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
23479
23480 * unexw32.c (get_section_info): Remove unused variable `section'.
23481
23482 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
23483 (system_process_attributes): Remove unused variable `sess'.
23484 (sys_read): Remove unused variable `err'.
23485
23486 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
23487 (w32_wnd_proc): Remove unused variable `isdead'.
23488 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
23489 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
23490 (x_create_tip_frame): Remove unused variable `tem'.
23491
23492 * w32inevt.c (w32_console_read_socket):
23493 Remove unused variable `no_events'.
23494
23495 * w32term.c (x_draw_composite_glyph_string_foreground):
23496 Remove unused variable `width'.
23497
23498 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
23499
23500 * w32term.c (x_set_glyph_string_clipping):
23501 Don't pass uninitialized region to CombineRgn.
23502
23503 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
23504
23505 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
23506 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
23507 (Fx_close_connection): Remove unused variable `i'.
23508
23509 * w32font.c (w32font_draw): Return number of glyphs.
23510 (w32font_open_internal): Remove unused variable `i'.
23511 (w32font_driver): Add missing initializer.
23512
23513 * w32menu.c (utf8to16): Remove unused variable `utf16'.
23514 (fill_in_menu): Remove unused variable `items_added'.
23515
23516 * w32term.c (last_mouse_press_frame): Remove static global variable.
23517 (w32_clip_to_row): Remove unused variable `f'.
23518 (x_delete_terminal): Remove unused variable `i'.
23519
23520 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
23521 (NOTHING): Remove unused static global variable.
23522 (uniscribe_check_otf): Remove unused variable `table'.
23523 (uniscribe_font_driver): Add missing initializers.
23524
23525 2011-03-23 Julien Danjou <julien@danjou.info>
23526
23527 * term.c (Fsuspend_tty, Fresume_tty):
23528 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
23529 * window.c (temp_output_buffer_show):
23530 * insdel.c (signal_before_change):
23531 * frame.c (Fhandle_switch_frame):
23532 * fileio.c (Fdo_auto_save):
23533 * emacs.c (Fkill_emacs):
23534 * editfns.c (save_excursion_restore):
23535 * cmds.c (internal_self_insert):
23536 * callint.c (Fcall_interactively):
23537 * buffer.c (Fkill_all_local_variables):
23538 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
23539 Use Frun_hooks.
23540 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
23541 unconditionally since it does the check itself.
23542
23543 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
23544
23545 Fix more problems found by GCC 4.5.2's static checks.
23546
23547 * coding.c (encode_coding_raw_text): Avoid unnecessary test
23548 the first time through the loop, since we know p0 < p1 then.
23549 This also avoids a gcc -Wstrict-overflow warning.
23550
23551 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
23552 leading to a memory leak, possible in functions like
23553 load_charset_map_from_file that can allocate an unbounded number
23554 of objects (Bug#8318).
23555
23556 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
23557 that could (at least in theory) be that large.
23558
23559 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
23560 This is less likely to overflow, and avoids undefined behavior if
23561 overflow does occur. All callers changed. Use strtoul to scan
23562 for the unsigned long integer.
23563 (pint2hrstr): Simplify and tune code slightly.
23564 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
23565
23566 * scroll.c (do_scrolling): Work around GCC bug 48228.
23567 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
23568
23569 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
23570 This also avoids a warning with gcc -Wstrict-overflow.
23571 (validate_x_resource_name): Simplify count usage.
23572 This also avoids a warning with gcc -Wstrict-overflow.
23573
23574 * fileio.c (Fcopy_file): Report error if fchown or fchmod
23575 fail (Bug#8306).
23576
23577 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
23578
23579 * process.c (Fmake_network_process): Use socklen_t, not int,
23580 where POSIX says socklen_t is required in portable programs.
23581 This fixes a porting bug on hosts like 64-bit HP-UX, where
23582 socklen_t is wider than int (Bug#8277).
23583 (Fmake_network_process, server_accept_connection):
23584 (wait_reading_process_output, read_process_output):
23585 Likewise.
23586
23587 * process.c: Rename or move locals to avoid shadowing.
23588 (list_processes_1, Fmake_network_process):
23589 (read_process_output_error_handler, exec_sentinel_error_handler):
23590 Rename or move locals.
23591 (Fmake_network_process): Define label "retry_connect" only if needed.
23592 (Fnetwork_interface_info): Fix pointer signedness.
23593 (process_send_signal): Add cast to avoid pointer signedness problem.
23594 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
23595 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
23596
23597 Make tparam.h and terminfo.c consistent.
23598 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
23599 Include tparam.h instead, since it declares them.
23600 * cm.h (PC): Remove extern decl; tparam.h now does this.
23601 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
23602 * terminfo.c: Include tparam.h, to check interfaces.
23603 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
23604 (tparam): Adjust signature to match interface in tparam.h;
23605 this removes some undefined behavior. Check that outstring and len
23606 are zero, which they always are with Emacs.
23607 * tparam.h (PC, BC, UP): New extern decls.
23608
23609 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
23610 (xftfont_open): Rename locals to avoid shadowing.
23611
23612 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
23613 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
23614 (OTF_TAG_SYM): Omit macro if not needed.
23615 (ftfont_list): Remove unused local.
23616 (get_adstyle_property, ftfont_pattern_entity):
23617 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
23618 Rename locals to avoid shadowing.
23619
23620 * xfont.c (xfont_list_family): Mark var as initialized.
23621
23622 * xml.c (make_dom): Now static.
23623
23624 * composite.c (composition_compute_stop_pos): Rename local to
23625 avoid shadowing.
23626 (composition_reseat_it): Remove unused locals.
23627 (find_automatic_composition, composition_adjust_point): Likewise.
23628 (composition_update_it): Mark var as initialized.
23629 (find_automatic_composition): Mark vars as initialized,
23630 with a FIXME (Bug#8290).
23631
23632 character.h: Rename locals to avoid shadowing.
23633 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
23634 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
23635 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
23636 (BUF_DEC_POS): Be more systematic about renaming local temporaries
23637 to avoid shadowing.
23638
23639 * textprop.c (property_change_between_p): Remove; unused.
23640
23641 * intervals.c (interval_start_pos): Now static.
23642
23643 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
23644
23645 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
23646 Rename locals to avoid shadowing.
23647
23648 * sound.c (wav_play, au_play, Fplay_sound_internal):
23649 Fix pointer signedness.
23650 (alsa_choose_format): Remove unused local var.
23651 (wav_play): Initialize a variable to 0, to prevent undefined
23652 behavior (Bug#8278).
23653
23654 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
23655
23656 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
23657
23658 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
23659 clobbering (Bug#8298).
23660 * sysdep.c (sys_subshell): Likewise.
23661 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
23662
23663 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
23664 This should get cleaned up, so that child_setup has the
23665 same signature on all platforms.
23666
23667 * callproc.c (call_process_cleanup): Now static.
23668 (relocate_fd): Rename locals to avoid shadowing.
23669
23670 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
23671
23672 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
23673 not to be necessary, and produces flickering.
23674
23675 2011-03-20 Glenn Morris <rgm@gnu.org>
23676
23677 * config.in: Remove file.
23678
23679 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
23680
23681 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
23682 are now in src/globals.h.
23683 (syms_of_minibuf): Remove spurious & from previous change.
23684
23685 2011-03-20 Leo Liu <sdl.web@gmail.com>
23686
23687 * minibuf.c (completing-read-function): New variable.
23688 (completing-read-default): Rename from completing-read.
23689 (completing-read): Call completing-read-function.
23690
23691 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
23692
23693 * xfaces.c (Fx_load_color_file):
23694 Read color file from absolute filename (bug#8250).
23695
23696 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
23697
23698 * makefile.w32-in: Update dependencies.
23699
23700 2011-03-17 Eli Zaretskii <eliz@gnu.org>
23701
23702 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
23703
23704 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
23705
23706 Fix more problems found by GCC 4.5.2's static checks.
23707
23708 * process.c (make_serial_process_unwind, send_process_trap):
23709 (sigchld_handler): Now static.
23710
23711 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
23712 That way, the code declares only the vars that it needs.
23713 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
23714 * s/cygwin.h (PTY_ITERATION): Likewise.
23715 * s/darwin.h (PTY_ITERATION): Likewise.
23716 * s/gnu-linux.h (PTY_ITERATION): Likewise.
23717
23718 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
23719 * process.c (allocate_pty): Don't declare stb unless it's needed.
23720
23721 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
23722 (CONSTANTLIM): Remove; unused.
23723 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
23724 Define only if needed.
23725
23726 * unexelf.c (unexec): Name an expression,
23727 to avoid gcc -Wbad-function-cast warning.
23728 Use a different way to cause a compilation error if anyone uses
23729 n rather than nn, a way that does not involve shadowing.
23730 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
23731
23732 * deps.mk (unexalpha.o): Remove; unused.
23733
23734 New file unexec.h, the (simple) interface for unexec (Bug#8267).
23735 * unexec.h: New file.
23736 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
23737 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
23738 Depend on unexec.h.
23739 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
23740 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
23741 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
23742 Change as necessary to match prototype in unexec.h.
23743
23744 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
23745 shadowing.
23746 (back_comment, skip_chars): Mark vars as initialized.
23747
23748 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
23749 Rename locals to avoid shadowing.
23750
23751 * lread.c (read1): Rewrite so as not to use empty "else".
23752 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
23753
23754 * print.c (Fredirect_debugging_output): Fix pointer signedess.
23755
23756 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
23757 warning when compiling print.c.
23758
23759 * font.c (font_unparse_fcname): Abort in an "impossible" situation
23760 instead of using an uninitialized var.
23761 (font_sort_entities): Mark var as initialized.
23762
23763 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
23764
23765 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
23766 pointers to constants.
23767 (font_parse_fcname): Remove unused vars.
23768 (font_delete_unmatched): Now static.
23769 (font_get_spec): Remove; unused.
23770 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
23771 (font_update_drivers, Ffont_get_glyphs, font_add_log):
23772 Rename or move locals to avoid shadowing.
23773
23774 * fns.c (require_nesting_list, require_unwind): Now static.
23775 (Ffillarray): Rename locals to avoid shadowing.
23776
23777 * floatfns.c (domain_error2): Define only if needed.
23778 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
23779
23780 * alloc.c (mark_backtrace): Move decl from here ...
23781 * lisp.h: ... to here, so that it can be checked.
23782
23783 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
23784 (Fdefvar): Rewrite so as not to use empty "else".
23785 (lisp_indirect_variable): Name an expression,
23786 to avoid gcc -Wbad-function-cast warning.
23787 (Fdefvar): Rename locals to avoid shadowing.
23788
23789 * callint.c (quotify_arg, quotify_args): Now static.
23790 (Fcall_interactively): Rename locals to avoid shadowing.
23791 Use const pointer when appropriate.
23792
23793 * lisp.h (get_system_name, get_operating_system_release):
23794 Move decls here, to check interfaces.
23795 * process.c (get_operating_system_release): Move decl to lisp.h.
23796 * xrdb.c (get_system_name): Likewise.
23797 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
23798 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
23799 some of which prompt warnings from gcc -Wbad-function-cast.
23800 (Fformat_time_string, Fencode_time, Finsert_char):
23801 (Ftranslate_region_internal, Fformat):
23802 Rename or remove local vars to avoid shadowing.
23803 (Ftranslate_region_internal): Mark var as initialized.
23804
23805 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
23806 avoid shadowing.
23807
23808 * lisp.h (eassert): Check that the argument compiles, even if
23809 ENABLE_CHECKING is not defined.
23810
23811 * data.c (Findirect_variable): Name an expression, to avoid
23812 gcc -Wbad-function-cast warning.
23813 (default_value, arithcompare, arith_driver, arith_error): Now static.
23814 (store_symval_forwarding): Rename local to avoid shadowing.
23815 (Fmake_variable_buffer_local, Fmake_local_variable):
23816 Mark variables as initialized.
23817 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
23818
23819 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
23820 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
23821 Rename locals to avoid shadowing.
23822 (mark_stack): Move local variables into the #ifdef region where
23823 they're used.
23824 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
23825 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
23826 needed otherwise.
23827 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
23828 (GC_STRING_CHARS): Remove; not used.
23829 (Fmemory_limit): Cast sbrk's returned value to char *.
23830
23831 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
23832 avoids undefined behavior in theory.
23833
23834 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
23835
23836 Use functions, not macros, for up- and down-casing (Bug#8254).
23837 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
23838 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
23839 to use the following functions instead of these macros.
23840 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
23841 EMACS_INT, since callers assume the returned value fits in int.
23842 (upcase1): Likewise, for UPCASE_TABLE.
23843 (uppercasep, lowercasep, upcase): New static inline functions.
23844 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
23845 the race-condition problem in the old DOWNCASE.
23846
23847 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
23848 Rename locals to avoid shadowing.
23849 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
23850 (regex_compile, re_search_2, re_match_2_internal):
23851 Remove unused local vars.
23852 (FREE_VAR): Rewrite so as not to use empty "else",
23853 which gcc can warn about.
23854 (regex_compile, re_match_2_internal): Mark locals as initialized.
23855 (RETALLOC_IF): Define only if needed.
23856 (WORDCHAR_P): Likewise. This one is never needed, but is used
23857 only in a comment talking about a compiler bug, so put inside
23858 the #if 0 of that comment.
23859 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
23860 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
23861 Remove; unused.
23862
23863 * search.c (boyer_moore): Rename locals to avoid shadowing.
23864 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
23865 (PREV_CHAR_BOUNDARY): Likewise.
23866
23867 * search.c (simple_search): Remove unused var.
23868
23869 * dired.c (compile_pattern): Move decl from here ...
23870 * lisp.h: ... to here, so that it can be checked.
23871 (struct re_registers): New forward decl.
23872
23873 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
23874
23875 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
23876 All uses changed.
23877 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
23878 Rename locals to avoid shadowing.
23879 (Fvertical_motion): Mark locals as initialized.
23880
23881 * casefiddle.c (casify_object, casify_region): Now static.
23882 (casify_region): Mark local as initialized.
23883
23884 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
23885
23886 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
23887 New macros, so that the caller can use some names other than
23888 gcpro1, gcpro2, etc.
23889 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
23890 of the new macros.
23891 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
23892 argument, for consistency with GCPRO2_VAR, etc: it is now the
23893 prefix of the variable, not the variable itself. All uses
23894 changed.
23895 * dired.c (directory_files_internal, file_name_completion):
23896 Rename locals to avoid shadowing.
23897
23898 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
23899 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
23900 dired.c's scmp function, had undefined behavior.
23901 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
23902 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
23903 * buffer.h: ... to here, because these macros use current_buffer,
23904 and the new implementation with inline functions needs to have
23905 current_buffer in scope now, rather than later when the macros
23906 are used.
23907 (downcase, upcase1): New static inline functions.
23908 (DOWNCASE, UPCASE1): Reimplement using these functions.
23909 This avoids undefined behavior in expressions like
23910 DOWNCASE (x) == DOWNCASE (y), which previously suffered
23911 from race conditions in accessing the global variables
23912 case_temp1 and case_temp2.
23913 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
23914 * lisp.h (case_temp1, case_temp2): Remove their decls.
23915 * character.h (ASCII_CHAR_P): Move from here ...
23916 * lisp.h: ... to here, so that the inline functions mentioned
23917 above can use them.
23918
23919 * dired.c (directory_files_internal_unwind): Now static.
23920
23921 * fileio.c (file_name_as_directory, directory_file_name):
23922 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
23923 Now static.
23924 (file_name_as_directory): Use const pointers when appropriate.
23925 (Fexpand_file_name): Likewise. In particular, newdir might
23926 point at constant storage, so make it a const pointer.
23927 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
23928 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
23929 signedness issues.
23930 (Fset_file_times, Finsert_file_contents, auto_save_error):
23931 Rename locals to avoid shadowing.
23932
23933 * minibuf.c (choose_minibuf_frame_1): Now static.
23934 (Ftry_completion, Fall_completions): Rename or remove locals
23935 to avoid shadowing.
23936
23937 * marker.c (bytepos_to_charpos): Remove; unused.
23938
23939 * lisp.h (verify_bytepos, count_markers): New decls,
23940 so that gcc does not warn that these functions aren't declared.
23941
23942 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
23943 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
23944 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
23945 (copy_text): Remove unused local var.
23946
23947 * filelock.c (within_one_second): Now static.
23948 (lock_file_1): Rename local to avoid shadowing.
23949
23950 * buffer.c (fix_overlays_before): Mark locals as initialized.
23951 (fix_start_end_in_overlays): Likewise. This function should be
23952 simplified by using pointers-to-pointers, but that's a different
23953 matter.
23954 (switch_to_buffer_1): Now static.
23955 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
23956 (report_overlay_modification): Rename locals to avoid shadowing.
23957
23958 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
23959 Fix pointer signedness issue.
23960 (sys_subshell): Mark local as volatile if checking for lint,
23961 to suppress a gcc -Wclobbered warning that does not seem to be right.
23962 (MAXPATHLEN): Define only if needed.
23963
23964 * process.c (serial_open, serial_configure): Move decls from here ...
23965 * systty.h: ... to here, so that they can be checked.
23966
23967 * fns.c (get_random, seed_random): Move extern decls from here ...
23968 * lisp.h: ... to here, so that they can be checked.
23969
23970 * sysdep.c (reset_io): Now static.
23971 (wait_for_termination_signal): Remove; unused.
23972
23973 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
23974 (copy_keymap_item, append_key, push_text_char_description):
23975 Now static.
23976 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
23977 (DENSE_TABLE_SIZE): Remove; unused.
23978 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
23979 (describe_map_tree):
23980 Rename locals to avoid shadowing.
23981
23982 * keyboard.c: Declare functions static if they are not used elsewhere.
23983 (echo_char, echo_dash, cmd_error, top_level_2):
23984 (poll_for_input, handle_async_input): Now static.
23985 (read_char, kbd_buffer_get_event, make_lispy_position):
23986 (make_lispy_event, make_lispy_movement, apply_modifiers):
23987 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
23988 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
23989 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
23990 (read_key_sequence, read_char): Mark locals as initialized.
23991 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
23992
23993 * keyboard.h (make_ctrl_char): New decl.
23994 (mark_kboards): Move decl here ...
23995 * alloc.c (mark_kboards): ... from here.
23996
23997 * lisp.h (force_auto_save_soon): New decl.
23998
23999 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
24000 (DEFINE_DUMMY_FUNCTION): New macro.
24001 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
24002 Use it.
24003 (main): Add casts to avoid warnings
24004 if GCC considers string literals to be constants.
24005
24006 * lisp.h (fatal_error_signal): Add decl, since it's exported.
24007
24008 * dbusbind.c: Pointer signedness fixes.
24009 (xd_signature, xd_append_arg, xd_initialize):
24010 (Fdbus_call_method, Fdbus_call_method_asynchronously):
24011 (Fdbus_method_return_internal, Fdbus_method_error_internal):
24012 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
24013 (Fdbus_register_signal): Use SSDATA when the context wants char *.
24014
24015 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
24016 if GCC considers string literals to be constants.
24017 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
24018
24019 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24020
24021 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
24022 (print_preprocess, print_object): New macro to fix last change.
24023
24024 * print.c (print_preprocess): Don't forget font objects.
24025
24026 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24027
24028 * emacs.c (USAGE3): Doc fixes.
24029
24030 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
24031
24032 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
24033 structure.
24034
24035 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
24036
24037 * lisp.h (VWindow_system, Qfile_name_history):
24038 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
24039 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
24040 (w32_system_caret_x, w32_system_caret_y): Declare extern.
24041
24042 * w32select.c: Don't #include "keyboard.h".
24043 (run_protected): Add extern declaration for waiting_for_input.
24044
24045 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
24046 * w32console.c (detect_input_pending, read_input_pending)
24047 (encode_terminal_code):
24048 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
24049 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
24050 (w32_system_caret_y, Qfile_name_history):
24051 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
24052 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
24053 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
24054 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
24055 * w32proc.c (Qlocal, report_file_error):
24056 * w32term.c (Vwindow_system, updating_frame):
24057 * w32uniscribe.c (initialized, uniscribe_font_driver):
24058 Remove unneeded extern declarations.
24059
24060 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
24061
24062 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
24063
24064 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
24065
24066 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
24067 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
24068 These macros can no longer be used for assignment.
24069
24070 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24071 Assign struct members directly, instead of using BUF_BEGV etc.
24072 (record_buffer_markers, fetch_buffer_markers): New functions for
24073 recording and fetching special buffer markers.
24074 (set_buffer_internal_1, set_buffer_temp): Use them.
24075
24076 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
24077
24078 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
24079
24080 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
24081 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
24082
24083 * xdisp.c (hscroll_window_tree):
24084 (reconsider_clip_changes): Use PT instead of BUF_PT.
24085
24086 2011-03-13 Eli Zaretskii <eliz@gnu.org>
24087
24088 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
24089 $(EMACS_ROOT)/lib/intprops.h.
24090
24091 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
24092
24093 Fix more problems found by GCC 4.5.2's static checks.
24094
24095 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
24096 to unsigned char * to avoid compiler diagnostic.
24097 (xg_free_frame_widgets): Make it clear that a local variable is
24098 needed only if USE_GTK_TOOLTIP.
24099 (gdk_window_get_screen): Make it clear that this macro is needed
24100 only if USE_GTK_TOOLTIP.
24101 (int_gtk_range_get_value): New function, which avoids a diagnostic
24102 from gcc -Wbad-function-cast.
24103 (xg_set_toolkit_scroll_bar_thumb): Use it.
24104 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
24105 diagnostic from gcc -Wbad-function-cast.
24106 (get_utf8_string, xg_get_file_with_chooser):
24107 Rename locals to avoid shadowing.
24108 (create_dialog): Move locals to avoid shadowing.
24109
24110 * xgselect.c (xg_select): Remove unused var.
24111
24112 * image.c (four_corners_best): Mark locals as initialized.
24113 (gif_load): Initialize transparent_p to zero (Bug#8238).
24114 Mark another local as initialized.
24115 (my_png_error, my_error_exit): Mark with NO_RETURN.
24116
24117 * image.c (clear_image_cache): Now static.
24118 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
24119 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
24120 (x_edge_detection): Remove unnecessary cast that
24121 gcc -Wbad-function-cast diagnoses.
24122 (gif_load): Fix pointer signedness.
24123 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
24124 (jpeg_load, gif_load): Rename locals to avoid shadowing.
24125
24126 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
24127
24128 Improve quality of tests for time stamp overflow.
24129 For example, without this patch (encode-time 0 0 0 1 1
24130 1152921504606846976) returns the obviously-bogus value (-948597
24131 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
24132 reports time overflow. See
24133 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
24134 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
24135 * editfns.c: Include limits.h and intprops.h.
24136 (TIME_T_MIN, TIME_T_MAX): New macros.
24137 (time_overflow): Move earlier, to before first use.
24138 (hi_time, lo_time): New functions, for an accurate test for
24139 out-of-range times.
24140 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
24141 (Fget_internal_run_time): Don't assume time_t fits in int.
24142 (make_time): Use list2 instead of Fcons twice.
24143 (Fdecode_time): More accurate test for out-of-range times.
24144 (check_tm_member): New function.
24145 (Fencode_time): Use it, to test for out-of-range times.
24146 (lisp_time_argument): Don't rely on undefined left-shift and
24147 right-shift behavior when checking for time stamp overflow.
24148
24149 * editfns.c (time_overflow): New function, refactoring common code.
24150 (Fformat_time_string, Fdecode_time, Fencode_time):
24151 (Fcurrent_time_string): Use it.
24152
24153 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
24154 * dired.c (make_time): Move to ...
24155 * editfns.c (make_time): ... here.
24156 * systime.h: Note the move.
24157
24158 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24159
24160 * fringe.c (update_window_fringes): Remove unused variables.
24161
24162 * unexmacosx.c (copy_data_segment): Also copy __got section.
24163 (Bug#8223)
24164
24165 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24166
24167 * termcap.c [MSDOS]: Include "msdos.h".
24168 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
24169 Constify `char *' arguments and their references according to
24170 prototypes in tparam.h.
24171
24172 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
24173
24174 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
24175 Adapt all references accordingly.
24176
24177 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
24178
24179 2011-03-11 Tom Tromey <tromey@redhat.com>
24180
24181 * buffer.c (syms_of_buffer): Remove obsolete comment.
24182
24183 2011-03-11 Eli Zaretskii <eliz@gnu.org>
24184
24185 * termhooks.h (encode_terminal_code): Declare prototype.
24186
24187 * msdos.c (encode_terminal_code): Don't declare prototype.
24188
24189 * term.c (encode_terminal_code): Now external again, used by
24190 w32console.c and msdos.c.
24191
24192 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
24193 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
24194
24195 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
24196
24197 Fix some minor problems found by GCC 4.5.2's static checks.
24198
24199 * fringe.c (update_window_fringes): Mark locals as initialized
24200 (Bug#8227).
24201 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
24202
24203 * alloc.c (mark_fringe_data): Move decl from here ...
24204 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
24205 to check its interface.
24206 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
24207
24208 * fontset.c (free_realized_fontset): Now static.
24209 (Fset_fontset_font): Rename local to avoid shadowing.
24210 (fontset_font): Mark local as initialized.
24211 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
24212
24213 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
24214
24215 * xselect.c (x_disown_buffer_selections): Remove; not used.
24216 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
24217 (x_own_selection, Fx_disown_selection_internal): Rename locals
24218 to avoid shadowing.
24219 (x_handle_dnd_message): Remove local to avoid shadowing.
24220
24221 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
24222 so that the caller can use some name other than gcpro1.
24223 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
24224 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
24225 (Fx_backspace_delete_keys_p):
24226 Use them to avoid shadowing, and rename vars to avoid shadowing.
24227 (x_decode_color, x_set_name, x_window): Now static.
24228 (Fx_create_frame): Add braces to silence GCC warning.
24229 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
24230 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
24231 Remove unused locals.
24232 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
24233 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
24234 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
24235 macros.
24236
24237 * xterm.h (x_mouse_leave): New decl.
24238
24239 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
24240 Remove unused functions.
24241 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
24242 (x_calc_absolute_position): Now static.
24243 (XTread_socket): Don't define label "out" unless it's used.
24244 Don't declare local "event" unless it's used.
24245 (x_iconify_frame, x_free_frame_resources): Don't declare locals
24246 unless they are used.
24247 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
24248 (x_fatal_error_signal): Remove; not used.
24249 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
24250 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
24251 (x_error_catcher, x_connection_closed, x_error_handler):
24252 (x_error_quitter, xembed_send_message, x_iconify_frame):
24253 (my_log_handler): Rename locals to avoid shadowing.
24254 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
24255 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
24256
24257 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
24258 Rename or move locals to avoid shadowing.
24259 (tty_defined_color, merge_face_heights): Now static.
24260 (free_realized_faces_for_fontset): Remove; not used.
24261 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
24262 does not deduce is never used uninitialized.
24263 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
24264 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
24265
24266 * terminal.c (store_terminal_param): Now static.
24267
24268 * xmenu.c (menu_highlight_callback): Now static.
24269 (set_frame_menubar): Remove unused local.
24270 (xmenu_show): Rename parameter to avoid shadowing.
24271 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
24272 since they might point to immutable storage.
24273 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
24274 since it's unused otherwise.
24275
24276 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
24277 Add a FIXME, since the code still doesn't look right. (Bug#8215)
24278 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
24279 avoids a gcc -Wuninitialized diagnostic.
24280 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
24281 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
24282 does not deduce are never used uninitialized.
24283
24284 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
24285
24286 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
24287 * window.c (window_loop, size_window):
24288 (run_window_configuration_change_hook, enlarge_window): Likewise.
24289
24290 * window.c (display_buffer): Now static.
24291 (size_window): Mark variables that gcc -Wuninitialized
24292 does not deduce are never used uninitialized.
24293 * window.h (check_all_windows): New decl, to forestall
24294 gcc -Wmissing-prototypes diagnostic.
24295 * dispextern.h (bidi_dump_cached_states): Likewise.
24296
24297 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
24298 shadowing.
24299 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
24300 Include <limits.h>.
24301 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
24302 and to avoid gcc -Wuninitialized warning.
24303 (load_charset_map): Mark variables that gcc -Wuninitialized
24304 does not deduce are never used uninitialized.
24305 (load_charset): Abort instead of using uninitialized var (Bug#8229).
24306
24307 * coding.c (coding_set_source, coding_set_destination):
24308 Use "else { /* comment */ }" rather than "else /* comment */;"
24309 for clarity, and to avoid gcc -Wempty-body warning.
24310 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
24311 a block, when the outer 'i' will do.
24312 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
24313 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
24314 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
24315 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
24316 (Fdecode_sjis_char, Fdefine_coding_system_internal):
24317 Rename locals to avoid shadowing.
24318 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
24319 * coding.c (emacs_mule_char, encode_invocation_designation):
24320 Now static, since they're not used elsewhere.
24321 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
24322 (decode_coding_object, encode_coding_object, detect_coding_system):
24323 (decode_coding_emacs_mule): Mark variables that gcc
24324 -Wuninitialized does not deduce are never used uninitialized.
24325 (detect_coding_iso_2022): Initialize a local variable that might
24326 be used uninitialized. Leave a FIXME because it's not clear that
24327 this initialization is needed. (Bug#8211)
24328 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
24329 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
24330 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
24331 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
24332 Remove unused macros.
24333
24334 * category.c (hash_get_category_set): Remove unused local var.
24335 (copy_category_table): Now static, since it's not used elsewhere.
24336 * character.c (string_count_byte8): Likewise.
24337
24338 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
24339 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
24340
24341 * chartab.c (copy_sub_char_table): Now static, since it's not used
24342 elsewhere.
24343 (sub_char_table_ref_and_range, char_table_ref_and_range):
24344 Rename locals to avoid shadowing.
24345 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
24346
24347 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
24348 (BIDI_BOB): Remove unused macro.
24349
24350 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
24351 deduce are never used uninitialized.
24352 * term.c (encode_terminal_code): Likewise.
24353
24354 * term.c (encode_terminal_code): Now static. Remove unused local.
24355
24356 * tparam.h: New file.
24357 * term.c, tparam.h: Include it.
24358 * deps.mk (term.o, tparam.o): Depend on tparam.h.
24359 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
24360 Move these decls to tparam.h, and make them agree with what
24361 is actually in tparam.c. The previous trick of using incompatible
24362 decls in different modules does not conform to the C standard.
24363 All callers of tparam changed to use tparam's actual API.
24364 * tparam.c (tparam1, tparam, tgoto):
24365 Use const pointers where appropriate.
24366
24367 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
24368 * cm.h (struct cm): Likewise.
24369 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
24370 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
24371 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
24372 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
24373 (turn_on_face, init_tty): Likewise.
24374 * termchar.h (struct tty_display_info): Likewise.
24375
24376 * term.c (term_mouse_position): Rename local to avoid shadowing.
24377
24378 * alloc.c (mark_ttys): Move decl from here ...
24379 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
24380
24381 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
24382
24383 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
24384
24385 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
24386
24387 * search.c (compile_pattern_1): Remove argument regp, unused since
24388 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
24389 (compile_pattern): Don't pass it.
24390
24391 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
24392
24393 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
24394 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
24395 for ! HAVE_GTK3.
24396 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
24397
24398 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
24399
24400 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
24401 gdk_window_get_screen, gdk_window_get_geometry,
24402 gdk_x11_window_lookup_for_display and GDK_KEY_g.
24403 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
24404 (xg_get_pixbuf_from_pixmap): New function.
24405 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
24406 to Pixmap, take frame as parameter, remove GdkColormap parameter.
24407 Call xg_get_pixbuf_from_pixmap instead of
24408 gdk_pixbuf_get_from_drawable.
24409 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
24410 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
24411 (xg_check_special_colors): Use GtkStyleContext and its functions
24412 for HAVE_GTK3.
24413 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
24414 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
24415 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
24416 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
24417 Call gtk_widget_get_preferred_size.
24418 (xg_frame_resized): gdk_window_get_geometry only takes 5
24419 parameters.
24420 (xg_win_to_widget, xg_event_is_for_menubar):
24421 Call gdk_x11_window_lookup_for_display.
24422 (xg_set_widget_bg): New function.
24423 (delete_cb): New function.
24424 (xg_create_frame_widgets): Connect delete-event to delete_cb.
24425 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
24426 (xg_set_background_color): Call xg_set_widget_bg.
24427 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
24428 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
24429 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
24430 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
24431 if ! HAVE_GTK3.
24432 (update_frame_tool_bar): Call gtk_widget_hide.
24433 (xg_initialize): Use GDK_KEY_g.
24434
24435 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
24436 if ! HAVE_GTK3
24437 (x_session_initialize): Call gdk_x11_set_sm_client_id.
24438
24439 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
24440 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
24441 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
24442
24443 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
24444
24445 * w32xfns.c (select_palette): Check success of RealizePalette against
24446 GDI_ERROR, not zero.
24447
24448 See ChangeLog.11 for earlier changes.
24449
24450 ;; Local Variables:
24451 ;; coding: utf-8
24452 ;; End:
24453
24454 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24455
24456 This file is part of GNU Emacs.
24457
24458 GNU Emacs is free software: you can redistribute it and/or modify
24459 it under the terms of the GNU General Public License as published by
24460 the Free Software Foundation, either version 3 of the License, or
24461 (at your option) any later version.
24462
24463 GNU Emacs is distributed in the hope that it will be useful,
24464 but WITHOUT ANY WARRANTY; without even the implied warranty of
24465 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24466 GNU General Public License for more details.
24467
24468 You should have received a copy of the GNU General Public License
24469 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.