src/msdos.c (careadlinkatcwd): Remove.
[bpt/emacs.git] / src / ChangeLog
1 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2
3 * msdos.c (careadlinkatcwd): Remove.
4
5 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * lread.c (skip_dyn_bytes): New function (bug#12598).
8 (read1): Use it. Use getc instead of READCHAR to read bytes.
9 (load_each_byte): Remove. Update users.
10
11 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * search.c (scan_buffer): Calculate end byte position just once.
14 (scan_newline): Do not recalculate start_byte.
15 (search_command): Use eassert.
16 * syntax.c (struct lisp_parse_state): New member location_byte.
17 (scan_sexps_forward): Record from_byte and avoid redundant
18 character to byte position calculation ...
19 (Fparse_partial_sexp): ... here. Break too long line.
20
21 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
22
23 * lisp.h (make_uninit_vector): New function.
24 * alloc.c (Fvector, Fmake_byte_code):
25 * ccl.c (Fregister_ccl_program):
26 * charset.c (Fdefine_charset_internal, define_charset_internal):
27 * coding.c (make_subsidiaries, Fdefine_coding_system_internal):
28 * composite.c (syms_of_composite):
29 * font.c (Fquery_font, Ffont_info, syms_of_font):
30 * fontset.c (FONT_DEF_NEW, Fset_fontset_font):
31 * ftfont.c (ftfont_shape_by_flt):
32 * indent.c (recompute_width_table):
33 * nsselect.m (clean_local_selection_data):
34 * syntax.c (init_syntax_once):
35 * w32unsubscribe.c (uniscribe_shape):
36 * window.c (Fcurrent_window_configuration):
37 * xfaces.c (Fx_family_fonts):
38 * xselect.c (selection_data_to_lisp_data): Use it.
39
40 2013-02-07 Dmitry Antipov <dmantipov@yandex.ru>
41
42 * coding.c (Fdefine_coding_system_internal): Use AREF where
43 argument is known to be a vector.
44 * fns.c (Flocale_info): Likewise for ASET.
45 * xselect.c (selection_data_to_lisp_data): Likewise for ASET.
46 * w32fns.c (w32_parse_hot_key): Likewise for ASIZE and AREF.
47
48 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
49
50 * nsmenu.m (update_frame_tool_bar): Check for negative tool bar
51 height.
52
53 * nsterm.h (HAVE_NATIVE_FS): Define if OSX => 10.7.
54 (EmacsView): Add fs_is_native, fsIsNative, isFullscreen and
55 updateCollectionBehaviour.
56
57 * nsterm.m (NEW_STYLE_FS): Remove.
58 (ns_last_use_native_fullscreen): New variable.
59 (x_make_frame_visible): Replace NEW_STYLE_FS with isFullscreen.
60 (x_set_window_size): Do not take title bar and tool bar into account
61 if isFullscreen returns YES.
62 (ns_fullscreen_hook): Replace NEW_STYLE_FS with isFullscreen.
63 (check_native_fs): New function.
64 (ns_select, ns_read_socket): Call check_native_fs if HAVE_NATIVE_FS.
65 (ns_term_init): Remove NEW_STYLE_FS.
66 (updateFrameSize:, windowWillResize:toSize:): Only adjust for title bar
67 and tool bar if isFullscreen returns NO.
68 (windowDidResize:): Replace NEW_STYLE_FS with fsIsNative.
69 (initFrameFromEmacs:): Initialize fs_is_native. Replace NEW_STYLE_FS
70 with HAVE_NATIVE_FS.
71 (window:willUseFullScreenPresentationOptions:): New method.
72 (windowDidEnterFullScreen:): Replace NEW_STYLE_FS with fsIsNative.
73 Hide toolbar if not enabled (Bug#13444).
74 (windowDidExitFullScreen:): Call updateCollectionBehaviour.
75 Restore tool bar if enabled, hide it otherwise (Bug#13444).
76 (fsIsNative, isFullscreen, updateCollectionBehaviour): New methods.
77 (toggleFullScreen:): If fs_is_native, call toggleFullScreen on
78 window. Do no set FRAME_EXTERNAL_TOOL_BAR (f) to 0.
79 Check FRAME_EXTERNAL_TOOL_BAR (f) before restoring
80 FRAME_TOOLBAR_HEIGHT (f). Call updateFrameSize when going non-fs.
81 (syms_of_nsterm): Add ns-use-native-fullscreen.
82
83 2013-02-04 Paul Eggert <eggert@cs.ucla.edu>
84
85 * fileio.c (Qchoose_write_coding_system): Now static.
86
87 2013-02-04 Eli Zaretskii <eliz@gnu.org>
88
89 * xdisp.c (window_buffer_changed): region_showing can be negative,
90 which still means region is being displayed.
91 (redisplay_internal): Resurrect code that forced redisplay of the
92 whole window when showing region and the mark has changed. Record
93 the new mark position to allow redisplay optimizations.
94 (display_line): If it->region_beg_charpos is non-zero, set the
95 window's region_showing member to -1. (Bug#13623) (Bug#13626)
96
97 * window.h (struct window) <region_showing>: Declare ptrdiff_t,
98 not bitfield of 1 bit.
99
100 2013-02-03 Daniel Colascione <dancol@dancol.org>
101
102 * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
103 daemon mode works on cygw32 when Emacs is installed and not just
104 during development.
105
106 2013-02-02 Paul Eggert <eggert@cs.ucla.edu>
107
108 Avoid file time stamp bug on MS-Windows (Bug#13149).
109 * fileio.c (Fwrite_region): Don't use the heuristic on empty files,
110 as FAT32 doesn't update time stamps when truncating them.
111 Also, check that a file time stamp is not a multiple of 100 ns;
112 this should catch all instances of the problem on MS-Windows,
113 as its native file system resolution is 100 ns or worse, and
114 checking for a non-multiple of 100 ns should impose only a small
115 overhead on systems with ns resolution.
116
117 2013-02-02 Eli Zaretskii <eliz@gnu.org>
118
119 Avoid encoding file names on MS-Windows when they need to be run
120 through dostounix_filename.
121 * w32.c (normalize_filename): Accept an additional argument
122 MULTIBYTE; if non-zero, traverse the file name by bytes and don't
123 downcase it even if w32-downcase-file-names is non-nil.
124 (dostounix_filename): Accept an additional argument MULTIBYTE and
125 pass it to normalize_filename.
126 (emacs_root_dir): Adjust.
127
128 * msdos.h (dostounix_filename): Adjust prototype.
129
130 * w32.h (dostounix_filename): Adjust prototype.
131
132 * msdos.c (dostounix_filename): Accept an additional argument and
133 ignore it.
134 (init_environment): Adjust callers of dostounix_filename.
135
136 * fileio.c (Ffile_name_directory, file_name_as_directory)
137 (directory_file_name, Fexpand_file_name)
138 (Fsubstitute_in_file_name): [DOS_NT] Adjust call to
139 dostounix_filename.
140 [WINDOWSNT]: Downcase file names if w32-downcase-file-names is
141 non-nil.
142 (Fsubstitute_in_file_name): [DOS_NT] Don't downcase environment
143 variables, as egetenv is case-insensitive for DOS_NT.
144
145 * dired.c (file_name_completion): Don't call Fdirectory_file_name
146 with an encoded file name.
147
148 * w32proc.c (Fw32_short_file_name, Fw32_long_file_name): Adjust
149 calls to dostounix_filename.
150
151 * w32fns.c (Fx_file_dialog): Adjust call to dostounix_filename.
152
153 * unexw32.c (unexec): Adjust call to dostounix_filename.
154
155 * termcap.c (tgetent) [MSDOS]: Adjust call to dostounix_filename.
156
157 * emacs.c (decode_env_path) [DOS_NT]: Adjust call to
158 dostounix_filename.
159
160 * callproc.c (Fcall_process) [MSDOS]: Adjust call to
161 dostounix_filename.
162
163 * callproc.c (Fcall_process): Make sure program name in PATH and
164 new_argv[0] is encoded, if needed. Otherwise, un-encoded string
165 is passed to exec/spawnve, which fails unless the file-name
166 encoding is UTF-8.
167
168 * w32proc.c (sys_spawnve): Make sure escape_char is initialized,
169 even if w32-quote-process-args is nil.
170
171 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
172
173 Fix timestamp bug when write-region appends nothing (Bug#13149).
174 * fileio.c (Fwrite_region): When neither O_EXCL nor O_TRUNC is used,
175 the file's time stamp doesn't change if Emacs happens to write nothing
176 to the file, and on a buggy file system this could cause Emacs to
177 incorrectly infer that the file system doesn't have the bug.
178 Avoid this problem by inhibiting the inference in this case.
179
180 2013-02-01 Dmitry Antipov <dmantipov@yandex.ru>
181
182 * window.h (struct window): Convert base_line_number, base_line_pos
183 and column_number_displayed members from Lisp_Object to ptrdiff_t.
184 Convert region_showing member from Lisp_Object to bitfield.
185 Remove sequence_number member. Adjust comments.
186 * window.c (sequence_number): Remove.
187 (make_window): Initialize column_number_displayed.
188 * print.c (print_object): Follow the printed representation of
189 frames and print window pointer to distinguish between windows.
190 (adjust_window_count): Invalidate base_line_pos. Adjust comment.
191 * xdisp.c (wset_base_line_number, wset_base_line_pos)
192 (wset_column_number_displayed, wset_region_showing): Remove.
193 (window_buffer_changed, mode_line_update_needed, redisplay_internal)
194 (try_scrolling, try_cursor_movement, redisplay_window)
195 (try_window_reusing_current_matrix, try_window_id, display_line)
196 (display_mode_lines, decode_mode_spec): Adjust users.
197 * .gdbinit (pwinx): Do not print sequence_number.
198
199 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
200
201 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
202 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): Remove.
203 * dired.c: Include <fcntl.h>.
204 (open_directory): New function, which uses open and fdopendir
205 rather than opendir. DOS_NT platforms still use opendir, though.
206 (directory_files_internal, file_name_completion): Use it.
207 (file_attributes): New function, with most of the old Ffile_attributes.
208 (directory_files_internal, Ffile_attributes): Use it.
209 (file_attributes, file_name_completion_stat): First arg is now fd,
210 not dir name. All uses changed. Use fstatat rather than lstat +
211 stat.
212 (file_attributes): Use emacs_readlinkat rather than Ffile_symlink_p.
213 * fileio.c: Include <allocator.h>, <careadlinkat.h>.
214 (emacs_readlinkat): New function, with much of the old
215 Ffile_symlink_p, but with an fd argument for speed.
216 It uses readlinkat rather than careadlinkatcwd, so that it
217 need not assume the working directory.
218 (Ffile_symlink_p): Use it.
219 * filelock.c (current_lock_owner): Use emacs_readlinkat
220 rather than emacs_readlink.
221 * lisp.h (emacs_readlinkat): New decl.
222 (READLINK_BUFSIZE, emacs_readlink): Remove.
223 * sysdep.c: Do not include <allocator.h>, <careadlinkat.h>.
224 (emacs_norealloc_allocator, emacs_readlink): Remove.
225 This stuff is moved to fileio.c.
226 * w32.c (fstatat, readlinkat): New functions.
227 (careadlinkat): Don't check that fd == AT_FDCWD.
228 (careadlinkatcwd): Remove; no longer needed.
229
230 2013-01-31 Glenn Morris <rgm@gnu.org>
231
232 * fileio.c (choose_write_coding_system): Make it callable from Lisp.
233 (Fwrite_region): Update for new choose_write_coding_system args.
234 Move the last piece of choose_write_coding_system here. (Bug#13522)
235 (syms_of_fileio): Add choose-write-coding-system.
236
237 2013-01-30 Eli Zaretskii <eliz@gnu.org>
238
239 * w32.c (sys_open): Zero out the flags for the new file descriptor.
240 (sys_close): Zero out the flags for the file descriptor before
241 closing it. (Bug#13546)
242
243 * w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
244 (logon_network_drive, stat_worker, symlink, chase_symlinks): Use
245 CharNextExA and CharPrevExA to iterate over file names encoded in
246 DBCS. (Bug#13553)
247
248 * w32.c (w32_get_long_filename, init_environment, readlink):
249 Support file names encoded in DBCS codepages.
250 (readlink): Use the current file-name-coding-system, not the ANSI
251 codepage, to decode and handle targets of symlinks.
252
253 2013-01-28 Eli Zaretskii <eliz@gnu.org>
254
255 * w32.c (opendir): Now accepts a 'const char *'.
256
257 2013-01-28 Dmitry Antipov <dmantipov@yandex.ru>
258
259 Remove obsolete redisplay code. See the discussion at
260 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00576.html.
261 * dispnew.c (preemption_period, preemption_next_check): Remove.
262 (Vredisplay_preemption_period): Likewise.
263 (update_frame, update_single_window, update_window, update_frame_1):
264 Adjust users. Always assume that PERIODIC_PREEMPTION_CHECKING is not
265 used, following the 2012-06-22 change.
266
267 2013-01-25 Eli Zaretskii <eliz@gnu.org>
268
269 * w32notify.c (Fw32notify_add_watch): Doc fix. (Bug#13540)
270
271 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
272
273 * font.c (num_fonts): Remove the leftover from old
274 debugging code. Adjust comment style here and there.
275 * insdel.c (insert_1): Remove.
276 * lisp.h (insert_1): Remove prototype.
277 * xdisp.c (message_dolog): Adjust users to call insert_1_both.
278
279 2013-01-25 Eli Zaretskii <eliz@gnu.org>
280
281 * w32.c (max_filename_mbslen): New function.
282 (normalize_filename, readdir): Use it to detect locales where ANSI
283 encoding of file names uses a double-byte character set (DBCS).
284 If a DBCS encoding is used, advance by characters using
285 CharNextExA, instead of incrementing a 'char *' pointer. Use
286 _mbslwr instead of _strlwr. (Bug#13515)
287
288 * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial
289 request of memory reservation to 1.7GB. (Bug#13065)
290
291 2013-01-25 Andreas Schwab <schwab@linux-m68k.org>
292
293 * coding.c (detect_coding_iso_2022): Move back mis-reordered code
294 at check_extra_latin label. (Bug#13505)
295
296 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
297
298 * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):
299 Avoid redundant calls to strlen.
300
301 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
302
303 Drop async_visible and async_iconified fields of struct frame.
304 This is possible because async input is gone; for details, see
305 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00734.html.
306 * frame.h (struct frame): Remove async_visible and async_iconified
307 members, convert garbaged to unsigned bitfield. Adjust comments.
308 (FRAME_SAMPLE_VISIBILITY): Remove. Adjust all users.
309 (SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED): New macros.
310 * frame.c, gtkutil.c, term.c, w32fns.c, window.c, xdisp.c:
311 Consistently use SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED,
312 FRAME_VISIBLE_P and FRAME_ICONIFIED_P macros where appropriate.
313 * w32term.c: Ditto.
314 (w32_read_socket): Save iconified state to generate DEICONIFY_EVENT
315 properly. Likewise for obscured.
316 * xterm.c: Ditto.
317 (handle_one_xevent): Save visible state to generate ICONIFY_EVENT
318 properly.
319 * nsterm.m: Ditto.
320 (windowDidDeminiaturize): Generate DEICONIFY_EVENT.
321
322 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
323
324 * insdel.c (prepare_to_modify_buffer): Revert last change as suggested
325 in http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00555.html.
326
327 2013-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * xdisp.c (message2, message2_nolog): Remove functions.
330 (message3, message3_nolog): Extract nbytes and multibyteness directly
331 from the string. Change all callers.
332 (message3_nolog): Don't set message_enable_multibyte since set_message
333 will reset it anyway.
334 (message1, message1_nolog): Use message3.
335 (vmessage): Use a stack allocated buffer rather than f->message_buf.
336 (with_echo_area_buffer): Remove last two arguments. Update all callers.
337 (set_message): Drop all but the second arg, which has to be a string.
338 (set_message_1): Simplify now that we know that a1 is NULL and the
339 second arg is a string.
340 * frame.h (struct frame): Remove `message_buf' field.
341 Use glyphs_initialized_p instead.
342 (FRAME_MESSAGE_BUF): Remove macro.
343 * w16select.c (Fw16_set_clipboard_data): Prefer message3 to message2.
344 * lisp.h (message2, message2_nolog): Remove declarations.
345 (message3, message3_nolog): Update declarations.
346 * keyboard.c (read_char_minibuf_menu_text)
347 (read_char_minibuf_menu_width): Remove vars.
348 (read_char_minibuf_menu_prompt): Rewrite the menu's construction so as
349 to correctly handle multibyte strings.
350 * frame.c (delete_frame): Don't free message_buf any more.
351 * editfns.c (message_text, message_length): Remove vars.
352 (Fmessage_box): Don't copy the Lisp string's bytes any longer.
353 * fileio.c (auto_save_error): Use message3 instead of message2.
354 * dispnew.c (adjust_frame_message_buffer): Remove function.
355
356 2013-01-23 Eli Zaretskii <eliz@gnu.org>
357
358 * w32term.c (w32fullscreen_hook): Account correctly for the screen
359 real estate used for the tool bar and the menu bar.
360
361 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
362
363 * insdel.c (prepare_to_modify_buffer): Force redisplay if
364 hidden buffer is prepared to modification (Bug#13164).
365
366 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
367
368 * window.h (struct window): Change window_end_valid member from
369 Lisp_Object to a bitfield. Adjust comments.
370 (wset_window_end_valid): Remove.
371 * window.c (adjust_window_count): Clear window_end_valid.
372 (Fwindow_end): Adjust user. Remove ancient #if 0 code.
373 (Fwindow_line_height, set_window_buffer, Frecenter)
374 (Fsplit_window_internal, Fdelete_other_windows_internal)
375 (Fset_window_fringes, Fset_window_scroll_bars): Adjust users.
376 * dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise.
377 * xdisp.c (check_window_end, reconsider_clip_changes)
378 (redisplay_internal, mark_window_display_accurate_1, redisplay_window)
379 (try_window, try_window_reusing_current_matrix, note_mouse_highlight)
380 (find_first_unchanged_at_end_row, try_window_id): Likewise.
381
382 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
383
384 * xdisp.c (mark_window_display_accurate): Simplify the loop
385 assuming that the only one of vchild, hchild or buffer window
386 slots is non-nil. Call mark_window_display_accurate_1 for
387 the leaf windows only.
388 (mark_window_display_accurate_1): Always assume leaf window.
389 Adjust comment.
390
391 2013-01-22 Paul Eggert <eggert@cs.ucla.edu>
392
393 * emacs.c (Qkill_emacs_hook): Now static.
394
395 * fileio.c (Finsert_file_contents): Simplify.
396 Remove unnecessary assignments and tests.
397
398 2013-01-21 Eli Zaretskii <eliz@gnu.org>
399
400 * w32.c (acl_set_file): Don't test for errors unless
401 set_file_security returns FALSE. Avoids spurious errors when
402 saving files.
403
404 2013-01-21 Dmitry Antipov <dmantipov@yandex.ru>
405
406 * fileio.c (Finsert_file_contents): Revert code introduced at
407 2013-01-18 in favor of the simpler and generally better fix.
408 Save stack space by removing 'buffer' and reusing 'read_buf'
409 where appropriate.
410
411 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
412
413 * lisp.h (eabs): Define unconditionally (Bug#13419).
414 The old "#if !defined (eabs)" was an unnecessary revenant of back
415 when this macro was called "abs". Document 'eabs' better.
416
417 2013-01-19 Glenn Morris <rgm@gnu.org>
418
419 * fns.c (Frandom): Doc fix.
420
421 2013-01-19 Eli Zaretskii <eliz@gnu.org>
422
423 * editfns.c (get_pos_property): Use SAFE_ALLOCA_LISP, to avoid
424 segfault when there are lots of overlays.
425
426 * buffer.c (sort_overlays): Use SAFE_NALLOCA, to avoid segfault
427 when there are lots of overlays. See
428 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00421.html
429 for the details and a way to reproduce.
430
431 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
432
433 * fileio.c: Use O_APPEND to append.
434 This corresponds better to the natural interpretation of "append",
435 and avoids the need to open the output file twice, or to invoke
436 lseek when APPEND is neither nil nor a number.
437 This relies on POSIX 1003.1-1988 or later, which is OK nowadays.
438 (Fwrite_region): Simplify. Use O_APPEND instead of opening the
439 file possibly twice, and lseeking to its end; this avoids the
440 need to lseek on non-regular files. Do not use O_EXCL and O_TRUNC
441 at the same time: the combination is never needed and apparently
442 it doesn't work with DOS_NT.
443
444 Fix size bug on DOS_NT introduced by CIFS workaround (Bug#13149).
445 * fileio.c (Fwrite_region): Use O_BINARY in checking code, too.
446
447 Allow floating-point file offsets.
448 Problem reported by Vitalie Spinu in
449 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>.
450 * fileio.c (emacs_lseek): Remove.
451 (file_offset): New function.
452 (Finsert_file_contents, Fwrite_region): Use it.
453
454 2013-01-19 Chong Yidong <cyd@gnu.org>
455
456 * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid
457 aborting on Fsignal (Bug#13289).
458
459 2013-01-19 Eli Zaretskii <eliz@gnu.org>
460
461 * w32.c (acl_set_file): Treat ERROR_ACCESS_DENIED from
462 set_file_security as failure due to insufficient privileges.
463 Reported by Fabrice Popineau <fabrice.popineau@supelec.fr>.
464 (fstat): Return owner and group like 'stat' and 'lstat' do.
465
466 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
467
468 Work around bug in CIFS and vboxsf file systems (Bug#13149).
469 The bug was observed on Ubuntu operating inside a virtual machine,
470 editing files mounted via CIFS or vboxsf from the MS Windows 7 host.
471 The workaround introduces a race condition on non-buggy hosts,
472 but it's an unlikely race and anyway there's a nearly identical
473 nearby race that can't be fixed.
474 * fileio.c (valid_timestamp_file_system, timestamp_file_system):
475 New static vars.
476 (Fwrite_region): Test for file system time stamp bug.
477 (init_fileio): New function.
478 * lisp.h (init_fileio): Declare it.
479 * emacs.c (main): Call it.
480
481 * fileio.c (Finsert_file_contents): Simplify new diagnostic
482 and make it more consistent with other stat-failure diagnostics.
483
484 2013-01-18 Dmitry Antipov <dmantipov@yandex.ru>
485
486 Fix crash when inserting data from non-regular files. See
487 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00406.html
488 for the error description produced by valgrind.
489 * fileio.c (read_non_regular): Rename to read_contents.
490 Free Lisp_Save_Value object used to pass parameters.
491 (read_non_regular_quit): Rename to read_contents_quit.
492 (Finsert_file_contents): Redesign internal file reading loop to adjust
493 gap and end positions after each read and so help make_gap to work
494 properly. Do not signal an I/O error too early and so do not leave
495 not yet decoded characters in a buffer, which was the reason of
496 redisplay crash. Use list2 to build return value. Adjust comments.
497
498 2013-01-17 Paul Eggert <eggert@cs.ucla.edu>
499
500 Close a race when statting and reading files (Bug#13149).
501 * fileio.c (Finsert_file_contents): Use open+fstat, not stat+open.
502 This avoids a race if the file is renamed between stat and open.
503 This race is not the problem originally noted in Bug#13149;
504 see <http://bugs.gnu.org/13149#73> and later messages in the thread.
505
506 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
507
508 * lisp.h (toplevel): Add comment about using Lisp_Save_Value
509 objects, related functions and macros.
510 (make_save_value): Adjust prototype.
511 (make_save_pointer): New prototype.
512 (SAFE_NALLOCA): Fix indentation. Use make_save_pointer.
513 (SAFE_ALLOCA_LISP): Adjust make_save_value usage.
514 * alloc.c (format_save_value): Rename to make_save_value.
515 (make_save_pointer): New function.
516 (record_xmalloc): Use make_save_pointer.
517 * dired.c, editfns.c, fileio.c, font.c, gtkutil.c, lread.c:
518 * nsmenu.m, nsterm.m, xfns.c, xmenu.c, xselect.c, keymap.c:
519 Change users of make_save_value to make_save_pointer.
520 Likewise for format_save_value and make_save_value.
521
522 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
523
524 * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
525 (DECODE_POSITION, BUFFER_CHECK_INDIRECTION): Fix indentation.
526 * buffer.c (toplevel, syms_of_buffer): Drop old commented-out
527 debugging stubs.
528
529 2013-01-15 Paul Eggert <eggert@cs.ucla.edu>
530
531 * alloc.c (free_save_value): Now static.
532
533 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
534
535 * keymap.c (map_keymap_internal): Use format_save_value.
536 (map_keymap_char_table_item): Adjust accordingly.
537 * fileio.c (non_regular_fd, non_regular_inserted)
538 (non_regular_nbytes): Remove.
539 (Finsert_file_contents): Convert trytry to ptrdiff_t. Use
540 format_save_value to pass parameters to read_non_regular.
541 (read_non_regular): Use XSAVE_ macros to extract parameters.
542 Adjust comment.
543 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use
544 format_save_value.
545 (pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user.
546
547 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
548
549 * lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow
550 extraction from any Lisp_Save_Value slot. Add type checking.
551 * alloc.c, dired.c, editfns.c, fileio.c, ftfont.c, gtkutil.c:
552 * keymap.c, lread.c, nsterm.h, nsmenu.c, xfns.c, xmenu.c:
553 * xselect.c: All users changed.
554
555 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
556
557 Some convenient bits to deal with Lisp_Save_Values.
558 * lisp.h (XSAVE_OBJECT): New macro to extract saved objects.
559 (allocate_misc): Remove prototype.
560 (format_save_value): New prototype.
561 * alloc.c (allocate_misc): Revert back to static.
562 (format_save_value): New function to build Lisp_Save_Value
563 object with the specified internal structure.
564 (make_save_value): Reimplement using format_save_value.
565 * editfns.c (save_excursion_save): Use format_save_value.
566 (save_excursion_restore): Use XSAVE_OBJECT.
567
568 2013-01-14 Paul Eggert <eggert@cs.ucla.edu>
569
570 Avoid needless casts with XSAVE_POINTER.
571 * alloc.c (mark_object) [GC_MARK_STACK]:
572 * dired.c (directory_files_internal_unwind):
573 * fileio.c (do_auto_save_unwind):
574 * gtkutil.c (pop_down_dialog):
575 * keymap.c (map_keymap_char_table_item):
576 * lread.c (load_unwind):
577 * nsmenu.m (pop_down_menu):
578 * print.c (print_object) [GC_MARK_STACK]:
579 * xfns.c (clean_up_file_dialog):
580 * xmenu.c (cleanup_widget_value_tree):
581 Omit casts between XSAVE_POINTER and a pointer type.
582
583 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
584
585 Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
586 * eval.c (eval_sub): Protect `form' from being GCed before its
587 car and cdr becomes protected with the backtrace entry.
588
589 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
590
591 Make Lisp_Save_Value more versatile storage for up to four objects.
592 * lisp.h (toplevel): Enumeration to describe types of saved objects.
593 (struct Lisp_Save_Value): New layout. Adjust comments.
594 (XSAVE_POINTER): New macro.
595 (XSAVE_INTEGER): Likewise.
596 (allocate_misc): Add prototype.
597 (free_misc): Likewise.
598 * alloc.c (allocate_misc): Now global.
599 (free_misc): Likewise. Adjust comment.
600 (make_save_value): Use new Lisp_Save_Value layout. Adjust comment.
601 (free_save_value): Likewise.
602 (mark_object): Likewise.
603 * editfns.c (save_excursion_save): Pack everything within
604 Lisp_Save_Value and so avoid xmalloc.
605 (save_excursion_restore): Adjust to match new layout. Use free_misc
606 because we do not allocate extra memory any more. Add eassert.
607 * print.c (print_object): New code to print Lisp_Save_Value. Do not
608 rely on valid_lisp_object_p if !GC_MARK_STACK. Adjust comments.
609 * dired.c, fileio.c, font.c, ftfont.c, gtkutil.c, keymap.c,
610 * lread.c, nsmenu.m, nsterm.h, xfns.c, xmenu.c, xselect.c:
611 Use XSAVE_POINTER and XSAVE_INTEGER where appropriate.
612
613 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
614
615 * nsfont.m (LCD_SMOOTHING_MARGIN): New define.
616 (nsfont_draw): Remove disabling of LCD smoothing.
617 (ns_glyph_metrics): Add LCD_SMOOTHING_MARGIN to bearings to fix
618 Bug#11484 with LCD smoothing on.
619
620 2013-01-13 Paul Eggert <eggert@cs.ucla.edu>
621
622 Fix SIGDANGER handlers, for AIX (Bug#13408).
623 * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
624 Move handlers here from emacs.c; they were out of place.
625
626 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
627
628 * xterm.c (syms_of_xterm): Adjust documentation for
629 scroll-bar-adjust-thumb-portion.
630
631 2012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
632
633 * xterm.c (scroll-bar-adjust-thumb-portion): New variable to
634 determine whether scroll bar thumb size should be adjusted or
635 not. Use variable for MOTIF.
636
637 * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for
638 GTK.
639
640 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
641
642 * nsterm.m (keyDown:): Set processingCompose to NO if an emacs key
643 event is generated.
644 (doCommandBySelector:): Set processingCompose to NO.
645
646 * nsfont.m (ns_findfonts): Add block/unblock_input calls.
647 Remove check for fkeys count > zero, block/unblock fixes the real bug.
648 (nsfont_list_family): Add block/unblock_input calls.
649 (nsfont_open): Move block_input earlier. Add unblock_input before early
650 return.
651 (nsfont_draw): Add block/unblock_input calls.
652
653 2013-01-12 Dmitry Antipov <dmantipov@yandex.ru>
654
655 * indent.c (Fvertical_motion): Remove now-incorrect GCPROs
656 for old_charpos and old_bytepos.
657
658 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
659
660 Fix bug with set-time-zone-rule and LOCALTIME_CACHE (Bug#13415).
661 * editfns.c (set_time_zone_rule) [LOCALTIME_CACHE]:
662 Clear tzvalbuf_in_environ if this workaround is in effect.
663 Problem and fix reported by Kazuhiro Ito.
664
665 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
666
667 * insdel.c (Fcombine_after_change_execute, syms_of_insdel): Fix
668 ambiguous doc string cross-reference(s).
669
670 * keyboard.c (Fcommand_execute, syms_of_keyboard): Fix ambiguous
671 doc string cross-reference(s).
672
673 * window.c (Fwindow_point, syms_of_window): Fix ambiguous doc
674 string cross-reference(s).
675
676 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
677
678 Avoid unnecessary byte position calculation for the gap movement.
679 Since all users of move_gap do CHAR_TO_BYTE for other purposes
680 anyway, all of them should use move_gap_both instead.
681 * lisp.h (move_gap): Remove prototype.
682 * insdel.c (move_gap): Remove.
683 (move_gap_both): Add eassert.
684 * editfns.c (Ftranspose_regions): Tweak to use move_gap_both.
685 * xml.c (parse_region): Likewise.
686
687 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
688
689 emacsclient -t should not suspend Emacs server (Bug#13387)
690 * lisp.h, sysdep.c (block_tty_out_signal, unblock_tty_out_signal):
691 New functions.
692 * term.c (init_tty): Use them instead of rolling our own code.
693 * sysdep.c (tcsetpgrp_without_stopping): Likewise. Here, this
694 switches from 'signal' to 'pthread_sigmask', which is safer in
695 multithreaded applications.
696 * term.c (Fresume_tty): Don't bother dissociating if O_IGNORE_CTTY,
697 which has already arranged for that.
698 (dissociate_if_controlling_tty): If setsid fails, fall back on TIOCNOTTY.
699 This is the main part of the bug fix.
700
701 2013-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
702
703 * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
704 x_last_font_name (Bug#13403).
705
706 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
707
708 Omit buffer_slot_type_mismatch and use generic predicates to enforce
709 the type of per-buffer values where appropriate.
710 * lisp.h (struct Lisp_Buffer_Objfwd): Rename slottype member to
711 predicate, which is how it's really used now. Adjust comment.
712 * buffer.h (buffer_slot_type_mismatch): Remove prototype.
713 * buffer.c (buffer_slot_type_mismatch): Remove.
714 (DEFVAR_PER_BUFFER, defvar_per_buffer): Rename type argument to
715 predicate. Adjust comment.
716 (syms_of_buffer): Use Qsymbolp for major-mode. Use Qintegerp for
717 fill-column, left-margin, tab-width, buffer-saved-size,
718 left-margin-width, right-margin-width, left-fringe-width,
719 right-fringe-width, scroll-bar-width and buffer-display-count.
720 Use Qstringp for default-directory, buffer-file-name,
721 buffer-file-truename and buffer-auto-save-file-name. Use Qfloatp for
722 scroll-up-aggressively and scroll-down-aggressively. Use Qnumberp for
723 line-spacing.
724 * data.c (store_symval_forwarding): Adjust to call the predicate.
725
726 2013-01-09 Juanma Barranquero <lekktu@gmail.com>
727
728 * w32.c (get_name_and_id, acl_set_file):
729 * w32term.c (w32fullscreen_hook): Remove unused local variables.
730
731 2013-01-09 Dmitry Antipov <dmantipov@yandex.ru>
732
733 * lisp.h (make_gap_1): New prototype.
734 * buffer.h (GAP_BYTES_DFL, GAP_BYTES_MIN): New macros for the special
735 gap size values.
736 * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common
737 naming convention.
738 (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code.
739 * insdel.c (make_gap_larger): Use GAP_BYTES_DFL. Adjust comment.
740 (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment.
741 (make_gap_1): New function to adjust the gap of any buffer.
742 * coding.c (coding_alloc_by_making_gap): Use it.
743 * buffer.c (compact_buffer): Likewise. Use BUF_Z_BYTE, BUF_GAP_SIZE,
744 GAP_BYTES_DFL and GAP_BYTES_MIN. Adjust comment.
745
746 2013-01-08 Juri Linkov <juri@jurta.org>
747
748 * xfaces.c (tty_supports_face_attributes_p): Return 0 for the case
749 of (supports :underline (:style wave)). (Bug#13000)
750
751 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
752
753 * undo.c (Fprimitive_undo): Move to simple.el.
754 (syms_of_undo): Remove declarations for Sprimitive_undo.
755
756 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * keyboard.c (echo_add_key): Rename from echo_add_char.
759
760 2013-01-06 Chong Yidong <cyd@gnu.org>
761
762 * keyboard.c (echo_add_char): New function, factored out from
763 echo_char. Don't add a space if the previous echo string was
764 empty (Bug#13255).
765 (echo_char): Use it.
766 (read_key_sequence): When echoing mock input, ensure that the
767 trailing dash is properly added.
768
769 2013-01-05 Eli Zaretskii <eliz@gnu.org>
770
771 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead
772 of a non-portable "t" to print ptrdiff_t values. Allow up to 9
773 digits for buffer positions, before misalignment starts.
774 Display "0" for integer "object" field.
775 (dump_glyph_row): Adapt the header line to changes in dump_glyph.
776 Display the newline glyph more unambiguously.
777
778 2013-01-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
779
780 * nsterm.m (ns_draw_underwave):
781 * w32term.c (w32_draw_underwave):
782 * xterm.c (x_draw_underwave): Make underwave look more triangular
783 and also degrade gracefully for small fonts. (Bug#13000)
784
785 * nsterm.m (ns_draw_text_decoration):
786 * w32term.c (x_draw_glyph_string):
787 * xterm.c (x_draw_glyph_string): Don't use previous underline
788 thickness and position if previous underline type is underwave.
789
790 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * fileio.c (Ffile_acl): Undocument return format.
793
794 2013-01-02 Glenn Morris <rgm@gnu.org>
795
796 * keymap.c (Fkey_description): Doc fix. (Bug#13323)
797
798 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
799
800 Simplify via eabs.
801 * dired.c (file_name_completion):
802 * doc.c (get_doc_string):
803 * floatfns.c (round2):
804 * font.c (font_score, font_delete_unmatched):
805 * fringe.c (compute_fringe_widths):
806 * lread.c (read_list):
807 * minibuf.c (Ftry_completion):
808 * term.c (tty_ins_del_lines):
809 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
810 Use eabs (x) rather than open-coding it as (x < 0 ? -x : x).
811
812 2012-12-31 Eli Zaretskii <eliz@gnu.org>
813
814 * w32.c (unsetenv): Set up the string passed to _putenv
815 correctly.
816 See http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
817 for the bug this caused.
818
819 2012-12-30 Paul Eggert <eggert@cs.ucla.edu>
820
821 * coding.c (Qmac): Now static.
822
823 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
824
825 * gtkutil.c (TOOLBAR_TOP_WIDGET): New macro.
826 (xg_pack_tool_bar): Use TOOLBAR_TOP_WIDGET, condition out use of
827 handlebox_widget. Set toolbar_in_hbox to false/true, set
828 toolbar_is_packed to true.
829 (xg_update_tool_bar_sizes): Use widget returned by TOOLBAR_TOP_WIDGET.
830 (update_frame_tool_bar): Check toolbar_is_packed for packing.
831 Show all on TOOLBAR_TOP_WIDGET.
832 (free_frame_tool_bar): Check toolbar_is_packed. Use widget returned
833 by TOOLBAR_TOP_WIDGET.
834 (xg_change_toolbar_position): Use widget returned by TOOLBAR_TOP_WIDGET.
835 Check toolbar_is_packed.
836 (xg_have_tear_offs, tearoff_remove, tearoff_activate): Condition on
837 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
838 (xg_have_tear_offs): When ! HAVE_GTK_TEAROFF_MENU_ITEM_NEW, return
839 false.
840 (create_menus): Create tearoff only if HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
841 (xg_update_menubar): Update title only if
842 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
843 (xg_update_submenu): Skip tearoff only if
844 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
845 (xg_initialize): Initialize xg_detached_menus only if
846 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
847
848 * xterm.h (struct x_output): Surround handlebox_widget with
849 #ifdef HAVE_GTK_HANDLE_BOX_NEW. toolbar_is_packed is new,
850 toolbar_in_hbox is bool.
851
852 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
853
854 * src/Makefile.in (TEMACS_LDFLAGS2): Remove.
855 (LIBS_GNUSTEP): Define.
856 (LIBES): Add $(LIBS_GNUSTEP).
857 (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
858
859 2012-12-30 Eli Zaretskii <eliz@gnu.org>
860
861 * xdisp.c (set_cursor_from_row): Don't confuse a truncation or
862 continuation glyph on a TTY with an indication of an empty line.
863 (Bug#13277)
864
865 2012-12-29 Eli Zaretskii <eliz@gnu.org>
866
867 * fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if
868 file's SELinux context or ACLs successfully set, nil otherwise.
869 (Bug#13298)
870 (Fcopy_file) [WINDOWSNT]: Improve diagnostics when CopyFile fails.
871
872 * w32proc.c (reader_thread): Avoid passing NULL handles to
873 SetEvent and WaitForSingleObject.
874
875 2012-12-28 Paul Eggert <eggert@cs.ucla.edu>
876
877 Port EXTERNALLY_VISIBLE to Clang 3.2.
878 * conf_post.h (__has_attribute): New macro.
879 (EXTERNALLY_VISIBLE): Use it. This ports to Clang 3.2.
880
881 2012-12-27 Glenn Morris <rgm@gnu.org>
882
883 * cygw32.c (Fcygwin_convert_file_name_to_windows)
884 (Fcygwin_convert_file_name_from_windows): Doc fixes.
885
886 2012-12-27 Eli Zaretskii <eliz@gnu.org>
887
888 * fileio.c (file_name_as_directory, directory_file_name):
889 Accept an additional argument MULTIBYTE to indicate whether the input C
890 came from a multibyte or a unibyte Lisp string; all callers
891 adjusted. Don't assume the input string is always multibyte.
892 (Bug#13262)
893 (Ffile_name_directory) [DOS_NT]: Handle unibyte strings correctly:
894 don't ENCODE_FILE them, and return a unibyte string if the input
895 was unibyte.
896 (Fexpand_file_name): Don't mix unibyte with multibyte strings, and
897 don't assume the input strings will always be multibyte. If the
898 input strings are multibyte, decode strings obtained from C
899 library functions.
900
901 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
902
903 * lisp.h (toplevel): Add two notices to the comment about
904 defining a new Lisp data type.
905 * print.c (print_object): If Lisp_Save_Value object's pointer
906 is the address of a memory area containing Lisp_Objects, try
907 to print them.
908 * alloc.c (valid_lisp_object_p): Adjust comment.
909
910 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
911
912 * keyboard.c (record_asynch_buffer_change): Initialize an event
913 only if it's really needed.
914 * frame.h (enum output_method): Remove output_mac member since
915 it's a leftover from the deleted code.
916 * frame.c (Fframep): Adjust user here ...
917 * terminal.c (Fterminal_live_p): ... and here.
918 * coding.c (Qmac): Now here because it's only used to denote
919 end-of-line encoding type.
920 (syms_of_coding): DEFSYM it.
921 * frame.h (Qmac): Remove duplicated declaration.
922
923 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
924
925 * window.c (select_window_1): Now static, since it's used only here.
926
927 2012-12-25 Eli Zaretskii <eliz@gnu.org>
928
929 * window.c (window_body_cols): Subtract display margins from the
930 window body width on TTYs as well. See
931 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-12/msg00317.html
932 for the original report.
933
934 2012-12-25 Dmitry Antipov <dmantipov@yandex.ru>
935
936 * xdisp.c (redisplay_window): Remove inner local variable
937 because the outer shadowed one has the same meaning.
938 * xterm.h (struct x_output): Remove toolbar_detached member since it's
939 set but never used.
940 * gtkutil.c (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
941 (xg_create_tool_bar): Adjust users.
942
943 2012-12-24 Dmitry Antipov <dmantipov@yandex.ru>
944
945 * buffer.h (BUF_COMPACT): New macro to follow the common style.
946 * buffer.c (Fget_buffer_create): Use it to set compact field of
947 struct buffer_text to avoid accessing an uninitialized value
948 when compact_buffer is called for the first time.
949 (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF.
950 (Fset_buffer_modified_p): Use buffer_window_count to check
951 whether the buffer is displayed in some window.
952 * xdisp.c (message_dolog): Likewise.
953
954 2012-12-23 Eli Zaretskii <eliz@gnu.org>
955
956 * w32.c (acl_set_file): If setting the file security descriptor
957 fails, and the new DACL is identical to the existing one, silently
958 return success. This fixes problems for users backing up their
959 own files without having the necessary privileges for setting
960 security descriptors.
961
962 * w32proc.c (reader_thread): Do not index fd_info[] with negative
963 values.
964 (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR
965 after WaitForSingleObject returns normally. This expedites reader
966 thread shutdown when delete_child triggers it.
967 (reap_subprocess): More accurate commentary for why we call
968 delete_child only when cp->fd is negative.
969
970 * w32.c (sys_close): Do not call delete_child on a subprocess
971 whose handle is not yet closed. Instead, set its file descriptor
972 to a negative value, so that reap_subprocess will call
973 delete_child on that subprocess when its SIGCHLD arrives.
974 This avoids closing handles used for communications between sys_select
975 and reader_thread, which doesn't give sys_select a chance to
976 notice that the process exited and invoke the SIGCHLD handler for
977 it.
978
979 2012-12-23 Jan Djärv <jan.h.d@swipnet.se>
980
981 * nsfns.m (Fns_do_applescript): Run event loop until script has
982 been executed (Bug#12969).
983 (ns_run_ascript): Chech as_script for nil, set to nil after
984 executing script.
985
986 2012-12-22 Martin Rudalics <rudalics@gmx.at>
987
988 * window.c (Fselect_window): Reword doc-string (Bug#13248).
989
990 2012-12-22 Eli Zaretskii <eliz@gnu.org>
991
992 * w32term.c (w32fullscreen_hook): New function.
993 (w32_create_terminal): Plug it into the terminal's fullscreen_hook.
994
995 2012-12-21 Eli Zaretskii <eliz@gnu.org>
996
997 * fileio.c (Finsert_file_contents): Doc fix.
998
999 * w32proc.c (new_child, delete_child, find_child_pid): For a
1000 subprocess, consider its slot being in use as long as its process
1001 handle (procinfo.hProcess) is not NULL. This avoids reusing the
1002 slot when a new process is started immediately after killing
1003 another one, without waiting enough time for the first process to
1004 be reaped and resources allocated for it be orderly freed.
1005 (Bug#13086)
1006 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
1007
1008 2012-12-21 Chong Yidong <cyd@gnu.org>
1009
1010 * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231).
1011
1012 * fns.c (Fcompare_strings): Doc fix (Bug#13081).
1013
1014 2012-12-21 Eli Zaretskii <eliz@gnu.org>
1015
1016 * w32.c (get_name_and_id): Always pass NULL as the first argument
1017 of lookup_account_sid. Avoids crashes with UNC file names that
1018 refer to DFS domains, not to specific machine names. (Bug#12621)
1019 Remove now unused argument FNAME; all callers changed.
1020 (get_file_owner_and_group): Remove now unused argument FNAME; all
1021 callers changed.
1022
1023 2012-12-21 Chong Yidong <cyd@gnu.org>
1024
1025 * editfns.c (Finsert_char): Since read-char-by-name now signals an
1026 error for invalid chars, don't check for a nil return value.
1027
1028 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1029
1030 Avoid calls to CHAR_TO_BYTE if byte position is known.
1031 * editfns.c (make_buffer_string_both): Use move_gap_both.
1032 (Fbuffer_string): Use make_buffer_string_both.
1033 * marker.c (buf_charpos_to_bytepos): Convert to eassert.
1034 Adjust comment.
1035 (buf_bytepos_to_charpos): Likewise.
1036 (charpos_to_bytepos): Remove.
1037 * fileio.c (Finsert_file_contents): Use move_gap_both.
1038 * search.c (Freplace_match): Likewise.
1039 * process.c (process_send_region): Likewise. Use convenient
1040 names for byte positions.
1041 * lisp.h (charpos_to_bytepos): Remove prototype.
1042 * indent.c (scan_for_column): Use CHAR_TO_BYTE.
1043 * insdel.c (move_gap): Likewise.
1044
1045 2012-12-20 Paul Eggert <eggert@cs.ucla.edu>
1046
1047 * xdisp.c (redisplay_internal): Remove now-unused local.
1048
1049 2012-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.
1052 (redisplay_internal): Don't bother selecting the frame to get the
1053 proper value of frame-local variables (bug#13225).
1054
1055 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1056
1057 * textprop.c (set_text_properties_1): Do not allow NULL interval.
1058 Rename 4th argument since it may be buffer or string. Adjust comment.
1059 * intervals.c (graft_intervals_info_buffer): Find an interval here.
1060
1061 2012-12-19 Dmitry Antipov <dmantipov@yandex.ru>
1062
1063 * coding.c (Fdetect_coding_region): Do not check start and end with
1064 CHECK_NUMBER_COERCE_MARKER since validate_region does that itself.
1065 (code_convert_region): Likewise.
1066
1067 2012-12-18 Eli Zaretskii <eliz@gnu.org>
1068
1069 * w32.c (acl_get_file, acl_set_file): Run the file name through
1070 map_w32_filename, and resolve any symlinks in the file name, like
1071 Posix platforms do.
1072 (acl_set_file): Call revert_to_self, if any privileges were
1073 enabled.
1074
1075 2012-12-17 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O))
1078 ($(BLD)/w32.$(O)): Update dependencies.
1079
1080 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * xdisp.c (select_frame_for_redisplay): Use select_window_1 to
1083 propagate redisplay's scrolling (if any) to the right window.
1084 (redisplay_internal): Use ensure_selected_frame.
1085 (display_mode_lines): Complete last fix.
1086 * window.c (select_window_1): New func, extracted from select_window.
1087 (select_window): Use it.
1088 * window.h (select_window_1): Declare.
1089
1090 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1091
1092 Emulate Posix ACL APIs on MS-Windows.
1093 * w32.c: Include sddl.h and sys/acl.h.
1094 (SDDL_REVISION_1): Define if not already defined.
1095 (g_b_init_get_security_descriptor_dacl)
1096 (g_b_init_convert_sd_to_sddl, g_b_init_convert_sddl_to_sd)
1097 (g_b_init_is_valid_security_descriptor)
1098 (g_b_init_set_file_security): New static flags.
1099 (globals_of_w32): Initialize them to zero.
1100 (SetFileSecurity_Name): New string constant.
1101 (SetFileSecurity_Proc, GetSecurityDescriptorDacl_Proc)
1102 (ConvertStringSecurityDescriptorToSecurityDescriptor_Proc)
1103 (ConvertSecurityDescriptorToStringSecurityDescriptor_Proc)
1104 (IsValidSecurityDescriptor_Proc): New typedefs.
1105 (get_file_security, get_security_descriptor_owner)
1106 (get_security_descriptor_group): Set errno to ENOTSUP.
1107 (set_file_security, get_security_descriptor_dacl)
1108 (is_valid_security_descriptor, convert_sd_to_sddl)
1109 (convert_sddl_to_sd, acl_valid, acl_to_text, acl_from_text)
1110 (acl_free, acl_get_file, acl_set_file): New functions.
1111
1112 * fileio.c (Fcopy_file) [WINDOWSNT]: Support copying ACLs.
1113
1114 2012-12-17 Paul Eggert <eggert@cs.ucla.edu>
1115
1116 Don't reraise SIGCHLD, as that can now lose (Bug#13192).
1117 With the 2012-12-03 fix for Bug#12980 in place, an old workaround
1118 for some of that bug's symptoms can now cause Emacs to abort.
1119 Remove the workaround.
1120 * process.c (wait_reading_process_output): Don't reraise SIGCHLD.
1121 The bug that caused SIGCHLD to get lost has been fixed, and the
1122 workaround for it can now cause Emacs to abort.
1123
1124 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1125
1126 * sysdep.c (emacs_abort): Bump backtrace size to 40.
1127 Companion to the 2012-09-30 patch. Suggested by Eli Zaretskii in
1128 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
1129
1130 2012-12-16 Romain Francoise <romain@orebokech.com>
1131
1132 * fileio.c (Ffile_acl, Fset_file_acl): New functions.
1133 (Fcopy_file): Change last arg to `preserve_extended_attributes'
1134 and copy ACL entries of file in addition to SELinux context if set.
1135 (syms_of_fileio): Add `file-acl' and `set-file-acl'.
1136
1137 * Makefile.in (LIBACL_LIBS): New macro.
1138 (LIBES): Use it.
1139
1140 2012-12-15 Paul Eggert <eggert@cs.ucla.edu>
1141
1142 * fileio.c (internal_delete_file): Use bool for boolean.
1143
1144 2012-12-15 Eli Zaretskii <eliz@gnu.org>
1145
1146 Fix bug #13079 on MS-Windows with temp files not being deleted.
1147 * w32.h (_child_process): New members input_file and
1148 pending_deletion.
1149 (register_child): First argument is now pid_t.
1150 (record_infile, record_pending_deletion): New prototypes.
1151
1152 * w32proc.c (new_child): Initialize input_file and
1153 pending_deletion members of the child.
1154 (delete_child): Delete the child's temporary input file, if any,
1155 that is pending deletion.
1156 (register_child): First argument is now pid_t.
1157 (record_infile, record_pending_deletion): New functions.
1158 (reap_subprocess): Fix a typo in DebPrint string.
1159 (sys_spawnve, sys_kill): Use pid_t for PID arguments.
1160
1161 * fileio.c (internal_delete_file): Return an int again: non-zero
1162 if delete-file succeeds, zero otherwise.
1163
1164 * lisp.h (internal_delete_file): Adjust prototype.
1165
1166 * callproc.c (Fcall_process): Don't overwrite infile with result
1167 of DECODE_FILE.
1168 [WINDOWSNT] If BUFFER is an integer, i.e. we are launching an
1169 asynchronous subprocess, record the name of the input file name,
1170 if any.
1171 (delete_temp_file) [WINDOWSNT]: If internal_delete_file fails to
1172 delete the file, record it as pending deletion when the subprocess
1173 exits.
1174
1175 2012-12-14 Eli Zaretskii <eliz@gnu.org>
1176
1177 * editfns.c [HAVE_PWD_H]: Include grp.h.
1178
1179 * makefile.w32-in ($(BLD)/editfns.$(O)): Add $(NT_INC)/grp.h.
1180
1181 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1182
1183 Fix permissions bugs with setgid directories etc. (Bug#13125)
1184 * dired.c (Ffile_attributes): Return t as the 9th attribute,
1185 to mark it as a placeholder. The old value was often wrong.
1186 The only user of this attribute has been changed to use
1187 file-ownership-preserved-p instead, with its new group arg.
1188 * editfns.c (Fgroup_gid, Fgroup_real_gid): New functions.
1189
1190 2012-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * xdisp.c (select_frame_for_redisplay, display_mode_lines):
1193 Keep selected_window and selected_frame in sync.
1194
1195 2012-12-14 Eli Zaretskii <eliz@gnu.org>
1196
1197 * w32.c (stat_worker): If w32_stat_get_owner_group is zero, do not
1198 try to get accurate owner and group information from NT file
1199 security APIs. This is to make most callers of 'stat' and
1200 'lstat', which don't need that information, much faster.
1201
1202 * dired.c (Ffile_attributes) [WINDOWSNT]:
1203 Set w32_stat_get_owner_group to a non-zero value, to request accurate
1204 owner and group information from 'lstat'.
1205
1206 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
1207
1208 * fileio.c (Finsert_file_contents): Don't put tail into head area,
1209 as that confuses set-auto-coding, so insist on the head-read
1210 returning the full 1024 bytes. Let lseek compute the tail offset;
1211 less work for us. Do not ignore I/O errors when reading the tail.
1212
1213 * xdisp.c: Minor style fixes.
1214 (init_iterator): Hoist assignment out of if-expression.
1215 (markpos_of_region): Callers now test for sign, not for -1.
1216
1217 2012-12-13 Dmitry Antipov <dmantipov@yandex.ru>
1218
1219 Minor redisplay optimization when the region length is zero.
1220 * xdisp.c (markpos_of_region): New function.
1221 (init_iterator): Do not highlight the region of zero length.
1222 (redisplay_window): Check whether the region is of non-zero length.
1223 (try_cursor_movement): Allow if the region length is zero.
1224 (try_window_reusing_current_matrix, try_window_id): Likewise.
1225
1226 2012-12-13 Eli Zaretskii <eliz@gnu.org>
1227
1228 * search.c (search_buffer): Check the inverse translations of each
1229 character in pattern when the buffer being searched is unibyte.
1230 (Bug#13084)
1231
1232 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
1233
1234 * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent
1235 files, fixing a regression from 24.2.
1236 (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.
1237
1238 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
1239
1240 * fileio.c (Fcopy_file): Make fstat failure as serious as open failure.
1241 fstat shouldn't fail, and if it does fail copy-file should not proceed.
1242 Remove unnecessary S_ISLNK test, as (contra the comments) this
1243 function can't copy symlinks. Improve quality of error message
1244 when attempting to copy files that are neither regular files nor
1245 directories.
1246
1247 2012-12-12 Dmitry Antipov <dmantipov@yandex.ru>
1248
1249 * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.
1250 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb):
1251 * window.c (Frecenter):
1252 * xdisp.c (resize_mini_window, hscroll_window_tree, draw_glyphs):
1253 * xterm.c (x_set_toolkit_scroll_bar_thumb): Likewise.
1254
1255 2012-12-12 Daniel Colascione <dancol@dancol.org>
1256
1257 * unexcw.c (fixup_executable): Use posix_fallocate to ensure that
1258 the dumped Emacs is not a sparse file, greatly improving Cygwin
1259 "make bootstrap" performance.
1260
1261 2012-12-11 Michael Albinus <michael.albinus@gmx.de>
1262
1263 * inotify.c (inotify_callback): Generate an Emacs event for every
1264 incoming inotify event.
1265
1266 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1267
1268 * xdisp.c (handle_face_prop): Fix logic of computing
1269 it->start_of_box_run_p.
1270 (append_space_for_newline): If the glyph row is R2L, reset the
1271 iterator's end_of_box_run_p flag before prepending the space glyph.
1272 (extend_face_to_end_of_line): If the glyph row is R2L, reset the
1273 iterator's start_of_box_run_p flag before prepending the stretch.
1274 (append_glyph, produce_image_glyph, append_composite_glyph)
1275 (append_stretch_glyph, append_glyphless_glyph): Reverse the
1276 left_box_line_p and right_box_line_p flags of the glyph for R2L
1277 glyph rows. (Bug#13011)
1278
1279 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
1280
1281 * buffer.c (Fset_buffer_multibyte): Do not force redisplay
1282 if changed buffer is not shown in a window.
1283 * insdel.c (prepare_to_modify_buffer): Likewise.
1284 * window.c (replace_buffer_in_windows_safely): Do nothing
1285 if buffer is not shown in a window.
1286 (Fforce_window_update): Likewise if string or buffer argument
1287 is passed.
1288
1289 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1290
1291 * inotify.c (Finotify_add_watch): Rename decoded_file_name to
1292 encoded_file_name, which is what it is.
1293
1294 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
1295
1296 Consistently use marker_position and marker_byte_position.
1297 * fringe.c (Ffringe_bitmaps_at_pos):
1298 * indent.c (Fvertical_motion):
1299 * insdel.c (prepare_to_modify_buffer):
1300 * keyboard.c (make_lispy_position):
1301 * window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer)
1302 (window_scroll_pixel_based, displayed_window_lines)
1303 (Fset_window_configuration):
1304 * xdisp.c (message_dolog, with_echo_area_buffer_unwind_data)
1305 (mark_window_display_accurate_1, redisplay_window, decode_mode_spec):
1306 Replace direct access to marker fields with calls
1307 to marker_position and/or marker_byte_position.
1308
1309 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * makefile.w32-in (SIG2STR_H): New macro.
1312 (SYSWAIT_H, $(BLD)/emacs.$(O), $(BLD)/process.$(O))
1313 ($(BLD)/w32notify.$(O)): Update dependencies.
1314
1315 2012-12-10 Daniel Colascione <dancol@dancol.org>
1316
1317 * w32term.c, keyboard.c: Fix build break in cygw32 by omitting
1318 Windows file notification functionality unless WINDOWSNT.
1319
1320 * w32gui.h (hprevinst, lpCmdLine, nCmdShow): Remove unused
1321 declarations.
1322
1323 * w32fns.c (cache_system_info): Initialize the global hinst
1324 variable here so various initialization calls DTRT.
1325
1326 * unexw32.c (hprevinst, lpCmdLine, nCmdShow): Remove unused variables.
1327 (hinst): Remove unneeded extern declaration.
1328 (_start): Remove initialization of above variables; remove
1329 initialization of hinst, as cache_system_info now does that.
1330
1331 * emacs.c (main): Call cache_system_info early in startup; we
1332 previously weren't calling it in Cygwin builds.
1333
1334 * Makefile.in (ntsource, WINDRES, W32_RES, W#@_RES_LINK):
1335 Teach the autoconf build system how to compile a Windows resource file
1336 and link it to Emacs.
1337
1338 2012-12-10 Dmitry Antipov <dmantipov@yandex.ru>
1339
1340 Per-buffer window counters.
1341 * buffer.h (struct buffer): New member window_count.
1342 (buffer_window_count): New function.
1343 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
1344 Initialize window_count.
1345 (Fkill_buffer): Verify window_count for the buffer being killed.
1346 (modify_overlay): Do not force redisplay if buffer is not shown
1347 in any window.
1348 (init_buffer_once): Initialize window_count for buffer_defaults
1349 and buffer_local_symbols.
1350 * window.h (buffer_shared): Remove declaration.
1351 (wset_buffer): Convert from inline ...
1352 * window.c (wset_buffer): ... to an ordinary function.
1353 (adjust_window_count): New function.
1354 (make_parent_window): Use it.
1355 * xdisp.c (buffer_shared): Remove.
1356 (redisplay_internal, redisplay_window): Adjust users.
1357 (buffer_shared_and_changed): Use per-buffer window counter.
1358
1359 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1360
1361 Support for filesystem notifications on MS-Windows.
1362 * w32proc.c (sys_select): If drain_message_queue returns non-zero,
1363 and this is a TTY frame, signal the caller that keyboard input is
1364 available.
1365
1366 * w32xfns.c (drain_message_queue): Now returns an int: an
1367 indication whether any WM_EMACS_FILENOTIFY messages were found in
1368 the queue.
1369
1370 * w32inevt.c (handle_file_notifications): New function.
1371 (w32_console_read_socket): Call it to process file notifications.
1372
1373 * w32console.c (initialize_w32_display): Record the main thread ID
1374 in dwMainThreadId.
1375
1376 * deps.mk (inotify.o): New dependency list.
1377
1378 * Makefile.in (SOME_MACHINE_OBJECTS): Add w32notify.o.
1379
1380 * w32term.h (WM_EMACS_FILENOTIFY): New custom message.
1381 (WM_EMACS_END): Bump value by 1.
1382 (notification_buffer_in_use, file_notifications)
1383 (notifications_size, notifications_desc): Declare.
1384 (w32_get_watch_object, lispy_file_action, globals_of_w32notify):
1385 Add prototypes.
1386
1387 * w32term.c (lispy_file_action, queue_notifications): New functions.
1388 (syms_of_w32term) <Qadded, Qremoved, Qmodified, Qrenamed_from>
1389 <Qrenamed_to>: New symbols.
1390 (w32_read_socket): Handle the WM_EMACS_FILENOTIFY message.
1391
1392 * w32notify.c: New file, implements file event notifications for
1393 MS-Windows.
1394
1395 * w32fns.c (w32_wnd_proc): Handle the WM_EMACS_FILENOTIFY message
1396 by posting it to the w32_read_socket queue.
1397
1398 * termhooks.h (enum event_kind) [HAVE_NTGUI]: Support FILE_NOTIFY_EVENT.
1399
1400 * makefile.w32-in (OBJ2): Add $(BLD)/w32notify.$(O).
1401 (GLOBAL_SOURCES): Add w32notify.c
1402 ($(BLD)/w32notify.$(O)): New set of dependencies.
1403
1404 * lisp.h (syms_of_w32notify) [WINDOWSNT]: Add prototype.
1405
1406 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
1407 Handle FILE_NOTIFY_EVENT.
1408 (syms_of_keyboard) [HAVE_NTGUI] <Qfile_notify>: New symbol.
1409 (keys_of_keyboard) [WINDOWSNT]: Bind file-notify to
1410 w32notify-handle-event by default.
1411
1412 * emacs.c (main) [WINDOWSNT]: Call globals_of_w32notify and
1413 syms_of_w32notify.
1414
1415 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1416
1417 Support for filesystem notifications on GNU/Linux via inotify.
1418 * termhooks.h (enum event_kind) [HAVE_INOTIFY]: Add FILE_NOTIFY_EVENT.
1419
1420 * lisp.h (syms_of_inotify) [HAVE_INOTIFY]: Add prototype.
1421
1422 * keyboard.c (Qfile_inotify) [HAVE_INOTIFY]: New variable.
1423 (syms_of_keyboard): DEFSYM it.
1424 (kbd_buffer_get_event) [HAVE_INOTIFY]: Generate FILE_NOTIFY_EVENT.
1425 (make_lispy_event): Support FILE_NOTIFY_EVENT by generating
1426 Qfile_inotify events.
1427 (keys_of_keyboard) [HAVE_INOTIFY]: Bind file-inotify events in
1428 special-event-map to inotify-handle-event.
1429
1430 * emacs.c (main) [HAVE_INOTIFY]: Call syms_of_inotify.
1431
1432 * Makefile.in (base_obj): Add inotify.o.
1433
1434 * inotify.c: New file.
1435
1436 2012-12-10 Jan Djärv <jan.h.d@swipnet.se>
1437
1438 * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103).
1439
1440 2012-12-10 Fabrice Popineau <fabrice.popineau@gmail.com>
1441
1442 * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
1443 DWORD_PTR, for compatibility with 64-bit builds.
1444
1445 * w32.c (_PROCESS_MEMORY_COUNTERS_EX):
1446 (GetProcessWorkingSetSize_Proc, get_process_working_set_size)
1447 (system_process_attributes): Use SIZE_T rather than DWORD, for
1448 compatibility with 64-bit builds.
1449
1450 2012-12-10 Christopher Schmidt <christopher@ch.ristopher.com>
1451
1452 * lread.c (Vload_source_file_function): Doc fix (Bug#11647).
1453
1454 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1455
1456 * indent.c (Fvertical_motion): If a display string will be
1457 displayed on the left or the right margin, don't consider it as a
1458 factor in cursor positioning. (Bug#13108)
1459
1460 2012-12-10 Martin Rudalics <rudalics@gmx.at>
1461
1462 * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
1463
1464 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1465
1466 * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int,
1467 for string length.
1468
1469 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1470
1471 * w32.c (unsetenv): Return 0 if the input string is too long.
1472
1473 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1474
1475 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1476 * alloc.c (xputenv): New function.
1477 * dbusbind.c (Fdbus_init_bus):
1478 * emacs.c (main):
1479 * xterm.c (x_term_init):
1480 Use xputenv instead of setenv or putenv, to detect memory exhaustion.
1481 * editfns.c (initial_tz): Move static var decl up.
1482 (tzvalbuf_in_environ): New static var.
1483 (init_editfns): Initialize these two static vars.
1484 (Fencode_time): Don't assume arbitrary limit on EMACS_INT width.
1485 Save old TZ value on stack, if it's small.
1486 (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly;
1487 instead, use xputenv+unsetenv to set and restore TZ.
1488 (environbuf): Remove static var. All uses removed.
1489 (Fset_time_zone_rule): Do not save TZ and environ;
1490 no longer needed here.
1491 (set_time_zone_rule_tz1, set_time_zone_rule_tz2) [LOCALTIME_CACHE]:
1492 Move to inside set_time_zone_rule; they don't need file scope any more.
1493 (set_time_zone_rule): Maintain the TZ=value string separately.
1494 (syms_of_editfns): Don't initialize initial_tz;
1495 init_editfns now does it.
1496 * emacs.c (dump_tz) [HAVE_TZSET]: Now const.
1497 * lisp.h (xputenv): New decl.
1498
1499 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com>
1500
1501 * w32fns.c (emacs_abort): Don't do arithmetics on void pointers.
1502
1503 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1504
1505 * w32.c (unsetenv, sys_putenv): New functions.
1506
1507 2012-12-08 Chong Yidong <cyd@gnu.org>
1508
1509 * editfns.c (Finsert_char): Make the error message more
1510 informative (Bug#12992).
1511
1512 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1513
1514 Simplify get_lim_data.
1515 * vm-limit.c (get_lim_data): Combine RLIMIT_AS and RLIMIT_DATA methods.
1516 Remove USG and vlimit methods; no longer used these days.
1517 Add #error catchall just in case.
1518
1519 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1520 Exceptions: do not assume SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN,
1521 SIGTTOU, SIGUSR1, SIGUSR2, as Microsoft platforms lack these.
1522 * process.c [subprocesses]: Include <c-ctype.h>, <sig2str.h>.
1523 (deleted_pid_list, Fdelete_process, create_process)
1524 (record_child_status_change, handle_child_signal, deliver_child_signal)
1525 (init_process_emacs, syms_of_process):
1526 Assume SIGCHLD is defined.
1527 (parse_signal): Remove. All uses removed.
1528 (abbr_to_signal): New static function.
1529 (Fsignal_process): Use it to convert signal names to ints.
1530 * sysdep.c (sys_suspend) [!DOS_NT]: Use kill (0, ...) rather than
1531 kill (getpgrp (), ...).
1532 (emacs_sigaction_init): Assume SIGCHLD is defined.
1533 (init_signals): Assume SIGALRM, SIGCHLD, SIGHUP, SIGKILL,
1534 SIGPIPE, and SIGQUIT are defined. Do not worry about SIGCLD any more.
1535 * syssignal.h (EMACS_KILLPG): Remove.
1536 All uses replaced by 'kill' with a negative pid.
1537 (SIGCHLD): Remove definition, as we now assume SIGCHLD.
1538 * w32proc.c (sys_kill): Support negative pids compatibly with POSIX.
1539
1540 2012-12-07 Paul Eggert <eggert@cs.ucla.edu>
1541
1542 * sysdep.c (get_child_status): Abort on internal error (Bug#13086).
1543 This will cause a production Emacs to dump core instead of
1544 infinite-looping.
1545
1546 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
1547
1548 * frame.c (make_frame): Do not set window's buffer to t.
1549 * window.c (Fsplit_window_internal): Likewise. Previously it was
1550 used to indicate that the window is being set up. Now we use
1551 set_window_buffer for all new windows, so the condition in ...
1552 (Fset_window_buffer): ... is always true and can be removed.
1553
1554 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
1555
1556 Convenient macro to check whether the buffer is hidden.
1557 * buffer.h (BUFFER_HIDDEN_P): New macro.
1558 * frame.c (make_frame): Use it. Adjust comment.
1559 * buffer.c (candidate_buffer): New function.
1560 (Fother_buffer, other_buffer_safely): Use it.
1561
1562 2012-12-06 Eli Zaretskii <eliz@gnu.org>
1563
1564 * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG
1565 if the child process is still running. Instead, exit the wait
1566 loop and return zero. (Bug#13086)
1567
1568 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
1569
1570 * frame.h (x_char_width, x_char_height): Remove prototypes.
1571 * w32term.h (x_char_width, x_char_height): Likewise.
1572 * xfns.c (x_char_width, x_char_height): Remove.
1573 * w32fns.c (x_char_width, x_char_height): Likewise.
1574 * nsfns.c (x_char_width, x_char_height): Likewise.
1575 * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for
1576 all window frames.
1577 (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT.
1578 * keyboard.c (command_loop_1): Remove prototype.
1579 (command_loop_2, top_level_1): Add static to match prototype.
1580
1581 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1582
1583 Fix a recently-introduced delete-process race condition.
1584 * callproc.c, process.h (record_kill_process):
1585 New function, containing part of the old call_process_kill.
1586 (call_process_kill): Use it.
1587 This does not change call_process_kill's behavior.
1588 * process.c (Fdelete_process): Use record_kill_process to fix a
1589 race condition that could cause Emacs to lose track of a child.
1590
1591 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
1592
1593 Avoid code duplication between prev_frame and next_frame.
1594 * frame.c (candidate_frame): New function. Add comment.
1595 (prev_frame, next_frame): Use it. Adjust comment.
1596
1597 2012-12-06 Eli Zaretskii <eliz@gnu.org>
1598
1599 * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp
1600 fails, signal an error instead of continuing with an empty
1601 string. (Bug#13079)
1602 Encode expanded temp file pattern before passing it to mkstemp or
1603 mktemp.
1604
1605 * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
1606 Encode the file name before passing it to dostounix_filename, in
1607 case it will downcase it (under w32-downcase-file-names).
1608 (Bug#12933)
1609
1610 2012-12-05 Paul Eggert <eggert@cs.ucla.edu>
1611
1612 Minor call-process cleanups.
1613 * callproc.c (Fcall_process): Do record-unwind-protect on MSDOS
1614 at the same time as other platforms, to simplify analysis.
1615 No need for fd0_volatile since we have synch_process_fd.
1616 Avoid needless emacs_close; arg is always negative.
1617
1618 2012-12-04 Andreas Schwab <schwab@linux-m68k.org>
1619
1620 * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous
1621 processes.
1622
1623 2012-12-04 Dmitry Antipov <dmantipov@yandex.ru>
1624
1625 * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state
1626 member. Adjust users. Convert mouse_face_past_end, mouse_face_defer
1627 and mouse_face_hidden members to a bitfields.
1628 * frame.h (struct frame): Remove set-but-not-used space_width member.
1629 (FRAME_SPACE_WIDTH): Remove.
1630 * nsterm.m, w32term.c, xterm.c: Adjust users.
1631 * termchar.h (struct tty_display_info): Remove set-but-unused se_is_so
1632 member. Adjust users. Convert term_initted, delete_in_insert_mode,
1633 costs_set, insert_mode, standout_mode, cursor_hidden and flow_control
1634 members to a bitfields.
1635
1636 2012-12-03 Paul Eggert <eggert@cs.ucla.edu>
1637
1638 Don't let call-process be a zombie factory (Bug#12980).
1639 Fixing this bug required some cleanup of the signal-handling code.
1640 As a side effect, this change also fixes a longstanding rare race
1641 condition whereby Emacs could mistakenly kill unrelated processes,
1642 and it fixes a bug where a second C-g does not kill a recalcitrant
1643 synchronous process in GNU/Linux and similar platforms.
1644 The patch should also fix the last vestiges of Bug#9488,
1645 a bug which has mostly been fixed on the trunk by other changes.
1646 * callproc.c, process.h (synch_process_alive, synch_process_death)
1647 (synch_process_termsig, sync_process_retcode):
1648 Remove. All uses removed, to simplify analysis and so that
1649 less consing is done inside critical sections.
1650 * callproc.c (call_process_exited): Remove. All uses replaced
1651 with !synch_process_pid.
1652 * callproc.c (synch_process_pid, synch_process_fd): New static vars.
1653 These take the role of what used to be in unwind-protect arg.
1654 All uses changed.
1655 (block_child_signal, unblock_child_signal):
1656 New functions, to avoid races that could kill innocent-victim processes.
1657 (call_process_kill, call_process_cleanup, Fcall_process): Use them.
1658 (call_process_kill): Record killed processes as deleted, so that
1659 zombies do not clutter up the system. Do this inside a critical
1660 section, to avoid a race that would allow the clutter.
1661 (call_process_cleanup): Fix code so that the second C-g works again
1662 on common platforms such as GNU/Linux.
1663 (Fcall_process): Create the child process in a critical section,
1664 to fix a race condition. If creating an asynchronous process,
1665 record it as deleted so that zombies do not clutter up the system.
1666 Do unwind-protect for WINDOWSNT too, as that's simpler in the
1667 light of these changes. Omit unnecessary call to emacs_close
1668 before failure, as the unwind-protect code does that.
1669 * callproc.c (call_process_cleanup):
1670 * w32proc.c (waitpid): Simplify now that synch_process_alive is gone.
1671 * process.c (record_deleted_pid): New function, containing
1672 code refactored out of Fdelete_process.
1673 (Fdelete_process): Use it.
1674 (process_status_retrieved): Remove. All callers changed to use
1675 child_status_change.
1676 (record_child_status_change): Remove, folding its contents into ...
1677 (handle_child_signal): ... this signal handler. Now, this
1678 function is purely a handler for SIGCHLD, and is not called after
1679 a synchronous waitpid returns; the synchronous code is moved to
1680 wait_for_termination. There is no need to worry about reaping
1681 more than one child now.
1682 * sysdep.c (get_child_status, child_status_changed): New functions.
1683 (wait_for_termination): Now takes int * status and bool
1684 interruptible arguments, too. Do not record child status change;
1685 that's now the caller's responsibility. All callers changed.
1686 Reimplement in terms of get_child_status.
1687 (wait_for_termination_1, interruptible_wait_for_termination):
1688 Remove. All callers changed to use wait_for_termination.
1689 * syswait.h: Include <stdbool.h>, for bool.
1690 (record_child_status_change, interruptible_wait_for_termination):
1691 Remove decls.
1692 (record_deleted_pid, child_status_changed): New decls.
1693 (wait_for_termination): Adjust to API changes noted above.
1694
1695 * bytecode.c, lisp.h (Qbytecode): Remove.
1696 No longer needed after 2012-11-20 interactive-p changes.
1697
1698 2012-12-03 Eli Zaretskii <eliz@gnu.org>
1699
1700 * xdisp.c (redisplay_window): If the cursor is visible, but inside
1701 the scroll margin, move point outside the margin. (Bug#13055)
1702
1703 2012-12-03 Jan Djärv <jan.h.d@swipnet.se>
1704
1705 * gtkutil.c (my_log_handler): New function.
1706 (xg_set_geometry): Set log handler to my_log_handler (Bug#11177).
1707
1708 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
1709
1710 * lisp.h (modify_region): Rename to...
1711 (modify_region_1): ...new prototype.
1712 * textprop.c (modify_region): Now static. Adjust users.
1713 * insdel.c (modify_region): Rename to...
1714 (modify_region_1): ...new function to work with current buffer.
1715 Adjust comment and users. Use true and false for booleans.
1716
1717 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
1718
1719 * alloc.c (free_save_value): New function.
1720 (safe_alloca_unwind): Use it.
1721 * lisp.h (free_save_value): New prototype.
1722 * editfns.c (save_excursion_save): Use Lisp_Misc_Save_Value.
1723 Add comment.
1724 (save_excursion_restore): Adjust to match saved data structure.
1725 Use free_save_value to offload some work from GC. Drop obsolete
1726 #if 0 code.
1727
1728 2012-12-03 Chong Yidong <cyd@gnu.org>
1729
1730 * fileio.c (Vauto_save_list_file_name): Doc fix.
1731
1732 2012-12-03 Fabrice Popineau <fabrice.popineau@gmail.com>
1733
1734 * w32fns.c: Remove prototype of atof.
1735 (syspage_mask): Make it DWORD_PTR, for compatibility with 64-bit
1736 builds.
1737 (file_dialog_callback): Make it UINT_PTR.
1738
1739 * w32common.h (syspage_mask): Declare DWORD_PTR, for compatibility
1740 with 64-bit builds.
1741
1742 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
1743 (FILE_ANY_ACCESS, CTL_CODE) [_MSC_VER]: Define only if not already
1744 defined.
1745
1746 2012-12-03 Glenn Morris <rgm@gnu.org>
1747
1748 * data.c (Fboundp, Fsymbol_value): Doc fix re lexical-binding.
1749
1750 2012-12-02 Paul Eggert <eggert@cs.ucla.edu>
1751
1752 Fix xpalloc confusion after memory is exhausted.
1753 * alloc.c (xpalloc): Comment fix.
1754 * charset.c (Fdefine_charset_internal): If xpalloc exhausts memory
1755 and signals an error, do not clear charset_table_size, as
1756 charset_table is still valid.
1757 * doprnt.c (evxprintf): Clear *BUF after freeing it.
1758
1759 Use execve to avoid need to munge environ (Bug#13054).
1760 * callproc.c (Fcall_process):
1761 * process.c (create_process):
1762 Don't save and restore environ; no longer needed.
1763 * callproc.c (child_setup):
1764 Use execve, not execvp, to preserve environ.
1765
1766 2012-12-01 Paul Eggert <eggert@cs.ucla.edu>
1767
1768 * xterm.c (x_draw_image_relief): Remove unused locals (Bug#10500).
1769
1770 2012-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1771
1772 * xterm.c (x_draw_relief_rect, x_draw_image_relief): Fix relief
1773 display for sliced images (Bug#10500).
1774
1775 * w32term.c (w32_draw_relief_rect, x_draw_image_relief): Likewise.
1776
1777 2012-11-30 Juanma Barranquero <lekktu@gmail.com>
1778
1779 * doc.c (Fdocumentation): Re-add handling of function-documentation,
1780 accidentally removed in 2012-11-09T04:10:16Z!monnier@iro.umontreal.ca (bug#13034).
1781
1782 2012-11-29 Dmitry Antipov <dmantipov@yandex.ru>
1783
1784 * xdisp.c (window_outdated): Remove eassert since it hits
1785 some suspicious corner cases (see Bug#13007 and Bug#13012).
1786 (mode_line_update_needed): New function.
1787 (redisplay_internal, redisplay_window): Use it.
1788 (ensure_selected_frame): New function.
1789 (redisplay_internal, unwind_redisplay): Use it.
1790 (redisplay_internal): Move comment about buffer_shared...
1791 (buffer_shared_and_changed): ...near to its real use.
1792
1793 2012-11-29 Paul Eggert <eggert@cs.ucla.edu>
1794
1795 * callproc.c (Fcall_process): Don't misreport vfork failure.
1796
1797 2012-11-28 Paul Eggert <eggert@cs.ucla.edu>
1798
1799 * callproc.c (Fcall_process): Fix vfork portability problems.
1800 Do not assume that fd[0], count, filefd, and save_environ survive
1801 vfork. Fix bug whereby wrong errno value could be reported for
1802 pipe failure. Some minor cleanups, too, as follows. Move buf and
1803 bufsize to the context where they're needed. Change new_argv to
1804 be of type char **, as this is more convenient and avoids casts.
1805 (CALLPROC_BUFFER_SIZE_MIN, CALLPROC_BUFFER_SIZE_MAX):
1806 Now local constants, not macros.
1807
1808 2012-11-18 Kenichi Handa <handa@gnu.org>
1809
1810 * font.c (font_unparse_xlfd): Fix previous change. Keep "const"
1811 for the variable "f".
1812
1813 2012-11-13 Kenichi Handa <handa@gnu.org>
1814
1815 * font.c (font_unparse_xlfd): Exclude special characters from the
1816 generating XLFD name.
1817
1818 2012-11-27 Paul Eggert <eggert@cs.ucla.edu>
1819
1820 Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.
1821 * dired.c (stat_uname, stat_gname):
1822 * fileio.c (Fexpand_file_name): Remove no-longer-needed casts.
1823
1824 Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968).
1825 * dired.c (directory_files_internal, file_name_completion):
1826 Assume EAGAIN and EINTR are defined.
1827
1828 * fileio.c (Fcopy_file): Assume EISDIR is defined.
1829 * gmalloc.c (ENOMEM, EINVAL): Assume they're defined.
1830 * gnutls.c (emacs_gnutls_write): Assume EAGAIN is defined.
1831 * lread.c (readbyte_from_file): Assume EINTR is defined.
1832 * process.c (wait_reading_process_output, send_process) [subprocesses]:
1833 Assume EIO and EAGAIN are defined.
1834 * unexcoff.c (write_segment): Assume EFAULT is defined.
1835
1836 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1837
1838 * fontset.c (Finternal_char_font): Return nil on non-GUI frames.
1839 (Bug#11964)
1840
1841 * xdisp.c (draw_glyphs): Don't draw in mouse face if mouse
1842 highlighting on the frame was cleared. Prevents assertion
1843 violations when repeatedly clicking on the "Top" link of the
1844 "bread-crumbs" in Info buffers.
1845
1846 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1847
1848 * sysdep.c (sys_subshell): Don't assume pid_t fits in int.
1849
1850 2012-11-24 Ken Brown <kbrown@cornell.edu>
1851
1852 * keyboard.c (HAVE_MOUSE):
1853 * frame.c (HAVE_MOUSE): Remove, and rewrite code as if HAVE_MOUSE
1854 were always defined.
1855
1856 2012-11-24 Eli Zaretskii <eliz@gnu.org>
1857
1858 * xdisp.c (set_cursor_from_row): Skip step 2 only if point is not
1859 between bpos_covered and bpos_max. This fixes cursor display when
1860 several display strings follow each other.
1861
1862 * .gdbinit (pgx): If the glyph's object is a string, display the
1863 pointer to string data, rather than the value of the string object
1864 itself (which barfs under CHECK_LISP_OBJECT_TYPE).
1865
1866 * indent.c (Fvertical_motion): If the starting position is covered
1867 by a display string, return to one position before that, to avoid
1868 overshooting it inside move_it_to. (Bug#12930)
1869
1870 2012-11-23 Dmitry Antipov <dmantipov@yandex.ru>
1871
1872 * frame.h (struct frame): Remove display_preempted member
1873 since all users are dead long ago.
1874 * nsterm.h (struct x_output): Use the only dummy member.
1875 * w32menu.c (pending_menu_activation): Remove since not
1876 really used.
1877 (set_frame_menubar): Adjust user.
1878 * w32term.h (struct x_output): Drop outdated #if 0 code.
1879 (struct w32_output): Use bitfields for explicit_parent,
1880 asked_for_visible and menubar_active members.
1881 Drop unused pending_menu_activation member.
1882 * xterm.h (struct x_output): Drop outdated #if 0 code.
1883 Use bitfields for explicit_parent, asked_for_visible,
1884 has_been_visible and net_wm_state_hidden_seen members.
1885
1886 2012-11-23 Eli Zaretskii <eliz@gnu.org>
1887
1888 * makefile.w32-in (globals.h, gl-stamp): Use $(SWITCHCHAR) instead
1889 of a literal "/". (Bug#12955)
1890 (gl-stamp): Invoke fc.exe directly, not through cmd.
1891
1892 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1893
1894 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1895 * dired.c: Assume HAVE_DIRENT_H.
1896 (NAMLEN): Remove, replacing with ...
1897 (dirent_namelen): New function. All uses changed. Use the GNU macro
1898 _D_EXACT_NAMELEN if available, as it's faster than strlen.
1899 (DIRENTRY): Remove, replacing all uses with 'struct dirent'.
1900 (DIRENTRY_NONEMPTY): Remove. All callers now assume it's nonzero.
1901 * makefile.w32-in (DIR_H): Remove. All uses replaced with
1902 $(NT_INC)/dirent.h.
1903 ($(BLD)/w32.$(O)): Do not depend on $(SRC)/ndir.h.
1904 * ndir.h: Rename to ../nt/inc/dirent.h.
1905 * sysdep.h (closedir) [!HAVE_CLOSEDIR]: Remove.
1906 Do not include <dirent.h>; no longer needed.
1907 * w32.c: Include <dirent.h> rather than "ndir.h".
1908
1909 2012-11-23 Chong Yidong <cyd@gnu.org>
1910
1911 * xftfont.c (xftfont_open): Remove duplicate assignment.
1912
1913 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
1914
1915 * alloc.c (Fgarbage_collect): Unblock input after clearing
1916 gc_in_progress to avoid note_mouse_highlight glitch with GC.
1917 * frame.h (FRAME_MOUSE_UPDATE): New macro.
1918 * msdos.c (IT_frame_up_to_date): Use it here...
1919 * w32term.c (w32_frame_up_to_date): ...here...
1920 * xterm.c (XTframe_up_to_date): ...and here...
1921 * nsterm.m (ns_frame_up_to_date): ...but not here.
1922 * lisp.h (Mouse_HLInfo): Remove mouse_face_deferred_gc member.
1923 Adjust users.
1924 * xdisp.c (message2_nolog, message3_nolog, note_mouse_highlight):
1925 Do not check whether GC is in progress.
1926
1927 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
1928
1929 * xdisp.c (window_buffer_changed): New function.
1930 (update_menu_bar, update_tool_bar): Use it to
1931 simplify large 'if' statements.
1932 (redisplay_internal): Generalize commonly used
1933 'tail' and 'frame' local variables.
1934
1935 2012-11-22 Eli Zaretskii <eliz@gnu.org>
1936
1937 * w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts
1938 with Windows system header.
1939
1940 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1941
1942 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1943 * alloc.c: Assume unistd.h exists.
1944 * fileio.c (Fexpand_file_name) [DOS_NT]: Use getcwd, not getwd.
1945 * sysdep.c (get_current_dir_name): Assume getcwd exists.
1946 (getwd) [USG]: Remove; no longer needed.
1947 (sys_subshell) [DOS_NT]: Use getcwd, not getwd.
1948 * w32.c (getcwd): Rename from getwd, and switch to getcwd's API.
1949 * w32.h (getcwd): Remove decl.
1950
1951 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.
1954 Make it set selected_window as well.
1955 (update_tool_bar): Use it.
1956
1957 2012-11-21 Ken Brown <kbrown@cornell.edu>
1958
1959 * emacs.c (main): Set the G_SLICE environment variable for all
1960 Cygwin builds, not just GTK builds. See
1961 https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00368.html.
1962
1963 2012-11-21 Eli Zaretskii <eliz@gnu.org>
1964
1965 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
1966 (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]:
1967 Define for the MSVC compiler.
1968
1969 * w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing semi-colon.
1970
1971 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
1972 (Fexpand_file_name) [DOS_NT]: Pass encoded file name to
1973 dostounix_filename. Prevents crashes down the road, because
1974 dostounix_filename assumes it gets a unibyte string.
1975 Reported by Michel de Ruiter <michel@sentient.nl>, see
1976 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html
1977
1978 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 Conflate Qnil and Qunbound for `symbol-function'.
1981 * alloc.c (Fmake_symbol): Initialize `function' to Qnil.
1982 * lread.c (init_obarray): Set `function' fields to Qnil.
1983 * eval.c (Fcommandp): Ignore Qunbound.
1984 (Fautoload, eval_sub, Fapply, Ffuncall, Fmacroexpand):
1985 * data.c (Ffset, Ffboundp, indirect_function, Findirect_function):
1986 Test NILP rather than Qunbound.
1987 (Ffmakunbound): Set to Qnil.
1988 (Fsymbol_function): Never signal an error.
1989 (Finteractive_form): Ignore Qunbound.
1990
1991 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
1992
1993 * eval.c (interactive_p): Remove no-longer-used decl.
1994
1995 2012-11-20 Dmitry Antipov <dmantipov@yandex.ru>
1996
1997 * xdisp.c (buffer_shared): Adjust comment.
1998 (buffer_shared_and_changed): New function.
1999 (prepare_menu_bars, redisplay_internal): Use it to
2000 decide whether all windows or frames should be updated.
2001 (window_outdated): New function.
2002 (text_outside_line_unchanged_p, redisplay_window): Use it.
2003 (redisplay_internal): Likewise. Fix indentation.
2004
2005 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * eval.c (Finteractive_p, Fcalled_interactively_p, interactive_p): Remove.
2008 (syms_of_eval): Remove corresponding defsubr.
2009 * bytecode.c (exec_byte_code): `interactive-p' is now a Lisp function.
2010
2011 2012-11-19 Daniel Colascione <dancol@dancol.org>
2012
2013 * w32fns.c (Fx_file_dialog):
2014 (Fx_file_dialog): Accomodate rename of cygwin_convert_path* to
2015 cygwin_convert_file_name*.
2016
2017 * cygw32.c (Fcygwin_convert_path_to_windows, syms_of_cygw32):
2018 Rename cygwin_convert_path* to cygwin_convert_file_name*.
2019
2020 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
2021
2022 * nsterm.m (ns_select): Send SIGIO only to self, not to process group.
2023
2024 2012-11-18 Eli Zaretskii <eliz@gnu.org>
2025
2026 * w32select.c: Include w32common.h before w32term.h, so that
2027 windows.h gets included before w32term.h uses some of its
2028 features, see below.
2029
2030 * w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]:
2031 New typedefs.
2032 (EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]:
2033 New prototypes.
2034 (EnumSystemLocales) [_MSC_VER]: Define if undefined. (Bug#12878)
2035
2036 2012-11-18 Jan Djärv <jan.h.d@swipnet.se>
2037
2038 * nsterm.m (hold_event): Set send_appdefined to YES (Bug#12834).
2039 (ns_select): Return at once if events are held (Bug#12834).
2040
2041 2012-11-18 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2042
2043 * unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64.
2044 Needed following 2012-10-20 change. (Bug#12902)
2045
2046 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2047
2048 * w32proc.c (waitpid): Remove unused label get_result.
2049
2050 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2051
2052 * makefile.w32-in (SYSWAIT_H): New macro.
2053 ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
2054 ($(BLD)/sysdep.$(O)): Update dependencies.
2055
2056 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2057
2058 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
2059 * callproc.c (relocate_fd): Assume F_DUPFD.
2060 * emacs.c, term.c (O_RDWR): Remove.
2061 * keyboard.c (tty_read_avail_input): Use O_NONBLOCK rather than
2062 O_NDELAY, since O_NONBLOCK is the standard name for this flag.
2063 * nsterm.m: Assume <fcntl.h> exists.
2064 * process.c (NON_BLOCKING_CONNECT, allocate_pty, create_process)
2065 (create_pty, Fmake_network_process, server_accept_connection)
2066 (wait_reading_process_output, init_process_emacs):
2067 Assume O_NONBLOCK.
2068 (wait_reading_process_output): Put in a special case for WINDOWSNT
2069 to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK.
2070 It's not clear this is needed, but it's a more-conservative change.
2071 (create_process): Assume FD_CLOEXEC.
2072 (create_process, create_pty): Assume O_NOCTTY.
2073 * sysdep.c (init_sys_modes, reset_sys_modes): Assume F_SETFL.
2074 (reset_sys_modes): Use O_NONBLOCK rather than O_NDELAY.
2075 Omit if not DOS_NT, since F_GETFL is not defined there.
2076 (serial_open): Assume O_NONBLOCK and O_NOCTTY.
2077 * term.c: Include <fcntl.h>, for flags like O_NOCTTY.
2078 (O_NOCTTY): Remove.
2079 (init_tty): Assume O_IGNORE_CTTY is defined to 0 on platforms that
2080 lack it, since gnulib guarantees this.
2081 * w32.c (fcntl): Test for O_NONBLOCK rather than O_NDELAY.
2082
2083 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2084
2085 * w32.c (faccessat): Pretend that directories have the execute bit
2086 set. Emacs expects that, e.g., in files.el:cd-absolute.
2087
2088 * w32proc.c (create_child): Don't clip the PID of the child
2089 process to fit into an Emacs integer, as this is no longer a
2090 restriction.
2091 (waitpid): Rename from sys_wait. Emulate a Posix 'waitpid' by
2092 reaping only the process specified by PID argument, if that is
2093 positive. Use PID instead of dead_child to know which process to
2094 reap. Wait for the child to die only if WNOHANG is not in
2095 OPTIONS.
2096 (sys_select): Don't set dead_child.
2097
2098 * sysdep.c (wait_for_termination_1): Remove the WINDOWSNT portion,
2099 as it is no longer needed.
2100
2101 * process.c (waitpid, WUNTRACED) [!WNOHANG]: Remove definitions,
2102 no longer needed.
2103 (record_child_status_change): Remove the setting of
2104 record_at_most_one_child for the !WNOHANG case.
2105
2106 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2107
2108 Fix problems in ns port found by static checking.
2109 * nsterm.m: Include <pthread.h>, for pthread_mutex_lock etc.
2110 (hold_event, setPosition:portion:whole:): Send SIGIO only to self,
2111 not to process group.
2112 (ns_select): Use emacs_write, not write, as that's more robust
2113 in the presence of signals.
2114 (fd_handler:): Check for read errors.
2115
2116 2012-11-16 Glenn Morris <rgm@gnu.org>
2117
2118 * editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
2119
2120 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * eval.c (Finteractive_p): Revert lexbind-merge mishap.
2123
2124 2012-11-16 Eli Zaretskii <eliz@gnu.org>
2125
2126 * w32proc.c (timer_loop): Make sure SuspendThread and ResumeThread
2127 use the same value of thread handle.
2128 (start_timer_thread): If the timer thread exited (due to error),
2129 clean up by closing the two handles it used. Duplicate the caller
2130 thread's handle here, so it gets duplicated only once, when
2131 launching the timer thread. Set priority of the timer thread, not
2132 the caller thread.
2133 (getitimer): Don't duplicate the caller thread's handle here.
2134 (Bug#12832)
2135
2136 2012-11-16 Jan Djärv <jan.h.d@swipnet.se>
2137
2138 * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
2139 called (Bug#12834).
2140
2141 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2142
2143 Remove no-longer-used pty_max_bytes variable.
2144 * process.c (pty_max_bytes): Remove; unused.
2145 (send_process): Do not set it.
2146
2147 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
2148
2149 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/emacs.$(O)):
2150 Update dependencies.
2151
2152 2012-11-15 Paul Eggert <eggert@cs.ucla.edu>
2153
2154 * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
2155 This follows up on the 2012-09-29 patch that removed indirection
2156 for the 'function' field. Reported by Sergey Vinokurov in
2157 <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00263.html>.
2158
2159 2012-11-14 Eli Zaretskii <eliz@gnu.org>
2160
2161 * w32.c (faccessat): Rename from sys_faccessat. (No need to use a
2162 different name, as the MS runtime does not have such a function,
2163 and probably never will.) All callers changed. Ignore DIRFD
2164 value if PATH is an absolute file name, to match Posix spec
2165 better. If AT_SYMLINK_NOFOLLOW is set in FLAGS, don't resolve
2166 symlinks.
2167
2168 2012-11-14 Dmitry Antipov <dmantipov@yandex.ru>
2169
2170 * xdisp.c (echo_area_display, redisplay_internal):
2171 Omit redundant check whether frame_garbaged is set.
2172
2173 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2174
2175 Use faccessat, not access, when checking file permissions (Bug#12632).
2176 This fixes a bug that has been present in Emacs since its creation.
2177 It was reported by Chris Torek in 1983 even before GNU Emacs existed,
2178 which must set some sort of record. (Torek's bug report was against
2179 a predecessor of GNU Emacs, but GNU Emacs happened to have the
2180 same common flaw.) See Torek's Usenet posting
2181 "setuid/setgid programs & Emacs" Article-I.D.: sri-arpa.858
2182 Posted: Fri Apr 8 14:18:56 1983.
2183 * Makefile.in (LIB_EACCESS): New macro.
2184 (LIBES): Use it.
2185 * callproc.c (init_callproc):
2186 * charset.c (init_charset):
2187 * fileio.c (check_existing, check_executable, check_writable)
2188 (Ffile_readable_p):
2189 * lread.c (openp, load_path_check):
2190 * process.c (allocate_pty):
2191 * xrdb.c (file_p):
2192 Use effective UID when checking permissions, not real UID.
2193 * callproc.c (init_callproc):
2194 * charset.c (init_charset):
2195 * lread.c (load_path_check, init_lread):
2196 Test whether directories are accessible, not merely whether they exist.
2197 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): New macro.
2198 * fileio.c (check_existing, check_executable, check_writable)
2199 (Ffile_readable_p):
2200 Use symbolic names instead of integers for the flags, as they're
2201 portable now.
2202 (check_writable): New arg AMODE. All uses changed.
2203 Set errno on failure.
2204 (Ffile_readable_p): Use faccessat, not stat + open + close.
2205 (Ffile_writable_p): No need to call check_existing + check_writable.
2206 Just call check_writable and then look at errno. This saves a syscall.
2207 dir should never be nil; replace an unnecessary runtime check
2208 with an eassert. When checking the parent directory of a nonexistent
2209 file, check that the directory is searchable as well as writable, as
2210 we can't create files in unsearchable directories.
2211 (file_directory_p): New function, which uses 'stat' on most platforms
2212 but faccessat with D_OK (for efficiency) if WINDOWSNT.
2213 (Ffile_directory_p, Fset_file_times): Use it.
2214 (file_accessible_directory_p): New function, which uses a single
2215 syscall for efficiency.
2216 (Ffile_accessible_directory_p): Use it.
2217 * xrdb.c (file_p): Use file_directory_p.
2218 * lisp.h (file_directory_p, file_accessible_directory_p): New decls.
2219 * lread.c (openp): When opening a file, use fstat rather than
2220 stat, as that avoids a permissions race. When not opening a file,
2221 use file_directory_p rather than stat.
2222 (dir_warning): First arg is now a usage string, not a format.
2223 Use errno. All uses changed.
2224 * nsterm.m (ns_term_init): Remove unnecessary call to file-readable
2225 that merely introduced a race.
2226 * process.c, sysdep.c, term.c: All uses of '#ifdef O_NONBLOCK'
2227 changed to '#if O_NONBLOCK', to accommodate gnulib O_* style,
2228 and similarly for the other O_* flags.
2229 * w32.c (sys_faccessat): Rename from sys_access and switch to
2230 faccessat's API. All uses changed.
2231 * xrdb.c: Do not include <sys/stat.h>; no longer needed.
2232 (magic_db): Rename from magic_file_p.
2233 (magic_db, search_magic_path): Return an XrmDatabase rather than a
2234 char *, so that we don't have to test for file existence
2235 separately from opening the file for reading. This removes a race
2236 fixes a permission-checking problem, and simplifies the code.
2237 All uses changed.
2238 (file_p): Remove; no longer needed.
2239
2240 2012-11-13 Dmitry Antipov <dmantipov@yandex.ru>
2241
2242 Omit glyphs initialization at startup.
2243 * dispnew.c (glyphs_initialized_initially_p): Remove.
2244 (adjust_frame_glyphs_initially): Likewise. Adjust users.
2245 (Fredraw_frame): Move actual code from here...
2246 (redraw_frame): ...to here. Add eassert. Adjust comment.
2247 (Fredraw_display): Use redraw_frame.
2248 * xdisp.c (clear_garbaged_frames): Likewise.
2249
2250 2012-11-13 Eli Zaretskii <eliz@gnu.org>
2251
2252 * xdisp.c (decode_mode_spec): Limit the value of WIDTH argument
2253 passed to pint2str and pint2hrstr to be at most the size of the
2254 frame's decode_mode_spec_buffer. This avoids crashes with very
2255 large values of FIELD_WIDTH argument to decode_mode_spec.
2256 (Bug#12867)
2257
2258 2012-11-13 Paul Eggert <eggert@cs.ucla.edu>
2259
2260 Fix a race with verify-visited-file-modtime (Bug#12863).
2261 Since at least 1991 Emacs has ignored an mtime difference of no
2262 more than one second, but my guess is that this was to work around
2263 file system bugs that were fixed long ago. Since the race is
2264 causing problems now, let's remove that code.
2265 * fileio.c (Fverify_visited_file_modtime): Do not accept a file
2266 whose time stamp is off by no more than a second. Insist that the
2267 file time stamps match exactly.
2268
2269 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
2270
2271 * frame.h (struct frame): Convert external_tool_bar member to
2272 1-bit unsigned bitfield.
2273 * termhooks.h (struct terminal): Remove mouse_moved member since
2274 all users are long dead. Adjust comment on mouse_position_hook.
2275
2276 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
2277
2278 Simplify by using FOR_EACH_FRAME here and there.
2279 * frame.c (next_frame, prev_frame, other_visible_frames)
2280 (delete_frame, visible-frame-list): Use FOR_EACH_FRAME.
2281 * w32term.c (x_window_to_scroll_bar): Likewise.
2282 * window.c (window_list): Likewise.
2283 * xdisp.c (x_consider_frame_title): Likewise.
2284 * xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise.
2285 * xfns.c (x_window_to_frame, x_any_window_to_frame)
2286 (x_menubar_window_to_frame, x_top_window_to_frame): Likewise.
2287 * xmenu.c (menubar_id_to_frame): Likewise.
2288 * xselect.c (frame_for_x_selection): Likewise.
2289 * xterm.c (x_frame_of_widget, x_window_to_scroll_bar)
2290 (x_window_to_menu_bar): Likewise.
2291 * w32fns.c (x_window_to_frame): Likewise. Adjust comment.
2292
2293 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
2294
2295 * data.c (Qdefalias_fset_function): Now static.
2296
2297 Another tweak to vectorlike_header change.
2298 * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST):
2299 Remove, and replace all uses with ...
2300 (next_in_free_list, set_next_in_free_list):
2301 New functions, which respect C's aliasing rules better.
2302
2303 2012-11-11 Paul Eggert <eggert@cs.ucla.edu>
2304
2305 * window.c (list4i): Rename from 'quad'. All uses changed.
2306 Needed because <sys/types.h> defines 'quad' on Solaris 10.
2307
2308 2012-11-11 Juanma Barranquero <lekktu@gmail.com>
2309
2310 * xdisp.c (start_hourglass) [HAVE_NTGUI]: Add block to silence
2311 warning about mixing declarations and code in ISO C90.
2312
2313 2012-11-10 Martin Rudalics <rudalics@gmx.at>
2314
2315 * window.c (Fsplit_window_internal): Set combination limit of
2316 new parent window to t iff Vwindow_combination_limit is t;
2317 fixing a regression introduced with the change from 2012-09-22.
2318 (Fset_window_combination_limit): Fix doc-string.
2319
2320 2012-11-10 Eli Zaretskii <eliz@gnu.org>
2321
2322 * xdisp.c (try_scrolling): Fix correction of aggressive-scroll
2323 amount when the scroll margins are too large. When scrolling
2324 backwards in the buffer, give up if cannot reach point or the
2325 scroll margin within a reasonable number of screen lines.
2326 Fixes point position in window under scroll-up/down-aggressively when
2327 point is positioned many lines beyond the window top/bottom.
2328 (Bug#12811)
2329
2330 * ralloc.c (relinquish): If real_morecore fails to return memory
2331 to the system, don't crash; instead, leave the last heap
2332 unchanged and return. (Bug#12774)
2333
2334 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * lisp.h (AUTOLOADP): New macro.
2337 * eval.c (Fautoload): Don't attach to loadhist, call Fdefalias instead.
2338 * data.c (Ffset): Remove special ad-advice-info handling.
2339 (Fdefalias): Handle autoload definitions and new Qdefalias_fset_function.
2340 (Fsubr_arity): CSE.
2341 (Finteractive_form): Simplify.
2342 (Fquo): Don't insist on having at least 2 arguments.
2343 (Qdefalias_fset_function): New var.
2344
2345 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
2346
2347 * image.c (xpm_make_color_table_h): Change to hashtest_equal.
2348
2349 * nsfont.m (Qcondensed, Qexpanded): New variables.
2350 (ns_descriptor_to_entity): Restore Qcondensed, Qexpanded setting.
2351 (syms_of_nsfont): Defsym Qcondensed, Qexpanded.
2352
2353 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
2354
2355 Fix recently introduced crash on MS-Windows (Bug#12839).
2356 * w32term.h (struct scroll_bar): Use convenient header.
2357 (SCROLL_BAR_VEC_SIZE): Remove.
2358 * w32term.c (x_scroll_bar_create): Use VECSIZE.
2359
2360 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
2361
2362 Tweak last vectorlike_header change.
2363 * alloc.c (struct Lisp_Vectorlike_Free): Special type to represent
2364 vectorlike object on the free list. This is introduced to avoid
2365 some (but not all) pointer casting and aliasing problems, see
2366 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00105.html.
2367 * .gdbinit (pvectype, pvecsize): New commands to examine vectorlike
2368 objects.
2369 (xvectype, xvecsize): Use them to examine Lisp_Object values.
2370
2371 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
2372
2373 * nsfont.m (ns_descriptor_to_entity): Qcondensed and Qexpanded has
2374 been removed, so remove them here also.
2375
2376 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * doc.c (Fdocumentation): Handle new property
2379 dynamic-docstring-function to replace the old ad-advice-info.
2380
2381 2012-11-09 Paul Eggert <eggert@cs.ucla.edu>
2382
2383 * fns.c (Qeql, hashtest_eq): Now static.
2384
2385 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
2388 * fns.c (hashfn_eq, hashfn_eql, sxhash):
2389 * profiler.c (hashfn_profiler): Don't use XUINT on non-integers.
2390 * buffer.c (compare_overlays): Use XLI rather than XHASH.
2391
2392 2012-11-08 Paul Eggert <eggert@cs.ucla.edu>
2393
2394 Use same hash function for hashfn_profiler as for hash_string etc.
2395 * fns.c (SXHASH_COMBINE): Remove. All uses replaced by sxhash_combine.
2396 * lisp.h (sxhash_combine): New inline function, with the contents
2397 of the old SXHASH_COMBINE.
2398 * profiler.c (hashfn_profiler): Use it, instead of having a
2399 special hash function containing a comparison that always yields 1.
2400
2401 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2402
2403 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)
2404 (Qultra_condensed, Qextra_condensed, Qcondensed, Qsemi_condensed)
2405 (Qsemi_expanded, Qextra_expanded, Qexpanded, Qultra_expanded):
2406 Remove unused vars.
2407
2408 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
2409
2410 * image.c (xpm_make_color_table_h): Fix compiler error because
2411 make_hash_table changed.
2412
2413 2012-11-08 Thomas Kappler <tkappler@gmail.com> (tiny change)
2414
2415 * nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).
2416
2417 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 Use ad-hoc comparison function for the profiler's hash-tables.
2420 * profiler.c (Qprofiler_backtrace_equal, hashtest_profiler): New vars.
2421 (make_log): Use them.
2422 (handle_profiler_signal): Don't inhibit quit any longer since we don't
2423 call Fequal any more.
2424 (Ffunction_equal): New function.
2425 (cmpfn_profiler, hashfn_profiler): New functions.
2426 (syms_of_profiler): Initialize them.
2427 * lisp.h (struct hash_table_test): New struct.
2428 (struct Lisp_Hash_Table): Use it.
2429 * alloc.c (mark_object): Mark hash_table_test fields of hash tables.
2430 * fns.c (make_hash_table): Take a struct to describe the test.
2431 (cmpfn_eql, cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
2432 (hashfn_equal, hashfn_user_defined): Adjust to new calling convention.
2433 (hash_lookup, hash_remove_from_table): Move assertion checking of
2434 hashfn result here. Check hash-equality before calling cmpfn.
2435 (Fmake_hash_table): Adjust call to make_hash_table.
2436 (hashtest_eq, hashtest_eql, hashtest_equal): New structs.
2437 (syms_of_fns): Initialize them.
2438 * emacs.c (main): Move syms_of_fns earlier.
2439 * xterm.c (syms_of_xterm):
2440 * category.c (hash_get_category_set): Adjust call to make_hash_table.
2441 * print.c (print_object): Adjust to new hash-table struct.
2442 * composite.c (composition_gstring_put_cache): Adjust to new hashfn.
2443
2444 2012-11-08 Eli Zaretskii <eliz@gnu.org>
2445
2446 * w32fns.c (modifier_set): Fix handling of Scroll Lock when the
2447 value of w32-scroll-lock-modifier is neither nil nor one of the
2448 known key modifiers. (Bug#12806)
2449
2450 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
2451
2452 Shrink struct vectorlike_header to the only size field.
2453 * lisp.h (enum pvec_type): Avoid explicit enum member values.
2454 Adjust comment.
2455 (enum More_Lisp_Bits): Change PSEUDOVECTOR_SIZE_BITS and
2456 PVEC_TYPE_MASK to arrange new bitfield in the vector header.
2457 (PSEUDOVECTOR_REST_BITS, PSEUDOVECTOR_REST_MASK): New members.
2458 (PSEUDOVECTOR_AREA_BITS): New member used to extract subtype
2459 information from the vector header. Adjust comment.
2460 (XSETPVECTYPE, XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR)
2461 (PSEUDOVECTOR_TYPEP, DEFUN): Adjust to match new vector header
2462 layout.
2463 (XSETSUBR, SUBRP): Adjust to match new Lisp_Subr layout.
2464 (struct vectorlike_header): Remove next member. Adjust comment.
2465 (struct Lisp_Subr): Add convenient header. Adjust comment.
2466 (allocate_pseudovector): Adjust prototype.
2467 * alloc.c (mark_glyph_matrix, mark_face_cache, allocate_string)
2468 (sweep_string, lisp_malloc): Remove useless prototypes.
2469 (enum mem_type): Adjust comment.
2470 (NEXT_IN_FREE_LIST): New macro.
2471 (SETUP_ON_FREE_LIST): Adjust XSETPVECTYPESIZE usage.
2472 (Fmake_bool_vector): Likewise.
2473 (struct large_vector): New type to represent allocation unit for
2474 the vectors with the memory footprint more than VBLOOCK_BYTES_MAX.
2475 (large_vectors): Change type to struct large_vector.
2476 (allocate_vector_from_block): Simplify.
2477 (PSEUDOVECTOR_NBYTES): Replace with...
2478 (vector_nbytes): ...new function. Adjust users.
2479 (sweep_vectors): Adjust processing of large vectors.
2480 (allocate_vectorlike): Likewise.
2481 (allocate_pseudovector): Change type of 3rd arg to enum pvec_type.
2482 Add easserts. Adjust XSETPVECTYPESIZE usage.
2483 (allocate_buffer): Use BUFFER_PVEC_INIT.
2484 (live_vector_p): Adjust to match large vector.
2485 * buffer.c (init_buffer_once): Use BUFFER_PVEC_INIT.
2486 * buffer.h (struct buffer): Add next member.
2487 (BUFFER_LISP_SIZE, BUFFER_REST_SIZE, BUFFER_PVEC_INIT):
2488 New macros.
2489 (FOR_EACH_BUFFER): Adjust to match struct buffer change.
2490 * fns.c (internal_equal): Adjust to match enum pvec_type change.
2491 (copy_hash_table): Adjust to match vector header change.
2492 * lread.c (defsubr): Use XSETPVECTYPE.
2493 * .gdbinit (xpr, xbacktrace): Adjust to match vector header change.
2494 (xvectype): Likewise. Print PVEC_NORMAL_VECTOR for regular vectors.
2495 (xvecsize): New command.
2496
2497 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
2498
2499 * keyboard.c (event_to_kboard): Do not dereference
2500 frame_or_window field of SELECTION_REQUEST_EVENT
2501 and SELECTION_CLEAR_EVENT events (Bug#12814).
2502 * xterm.h (struct selection_input_event): Adjust comment.
2503
2504 2012-11-07 Eli Zaretskii <eliz@gnu.org>
2505
2506 * w32fns.c (modifier_set): Don't report modifiers from toggle key,
2507 such as Scroll Lock, if the respective keys are treated as
2508 function keys, not as modifiers. This avoids destroying non-ASCII
2509 keyboard input when Scroll Lock is toggled ON. (Bug#12806)
2510
2511 2012-11-07 Dmitry Antipov <dmantipov@yandex.ru>
2512
2513 * xfns.c (Fx_wm_set_size_hint): Use check_x_frame. Adjust docstring.
2514
2515 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
2516
2517 Restore some duplicate definitions (Bug#12814).
2518 This undoes part of the 2012-11-03 changes. Some people build
2519 with plain -g rather than with -g3, and they need the duplicate
2520 definitions for .gdbinit to work; see <http://bugs.gnu.org/12814#26>.
2521 * lisp.h (GCTYPEBITS, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK):
2522 Define as macros, as well as as enums or as constants.
2523
2524 2012-11-06 Jan Djärv <jan.h.d@swipnet.se>
2525
2526 * nsterm.m (convert_ns_to_X_keysym, keyDown:): Add NSNumericPadKeyMask
2527 to keypad keys (Bug#12816).
2528
2529 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
2530
2531 Minor adjustments of recently-changed frame functions.
2532 * buffer.c (Fbuffer_list): Omit CHECK_FRAME, since arg is already
2533 known to be a frame (we're in the FRAMEP branch).
2534 * lisp.h (Qframep): Remove decl. frame.h declares this.
2535 * window.c (quad): Args are of type EMACS_INT, not ptrdiff_t,
2536 since they're meant for Lisp fixnum values.
2537
2538 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2539
2540 * window.c (Fwindow_combination_limit): Revert to the only
2541 required argument and adjust docstring as suggested in
2542 http://lists.gnu.org/archive/html/emacs-diffs/2012-11/msg01082.html
2543 by Martin Rudalics <rudalics@gmx.at>.
2544
2545 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2546
2547 Widely used frame validity and checking functions.
2548 * frame.h (decode_live_frame, decode_any_frame): Add prototypes.
2549 * frame.c (decode_live_frame, decode_any_frame): New functions.
2550 (delete_frame, Fredirect_frame_focus, Fframe_parameters)
2551 (Fframe_parameter, Fframe_char_height, Fframe_char_width)
2552 (Fframe_pixel_height, Fframe_pixel_width, Ftool_bar_pixel_width)
2553 (Fframe_pointer_visible_p): Use decode_any_frame.
2554 (Fmake_frame_visible, Fmake_frame_invisible, Ficonify_frame)
2555 (Fraise_frame, Flower_frame, Fmodify_frame_parameters)
2556 (Fset_frame_height, Fset_frame_width): Use decode_live_frame.
2557 (Fframe_focus): Likewise. Allow zero number of arguments.
2558 Adjust docstring.
2559 (frame_buffer_list, frame_buffer_predicate): Remove.
2560 * lisp.h (frame_buffer_predicate): Remove prototype.
2561 * buffer.c (Fother_buffer): Use decode_any_frame.
2562 * xdisp.c (Ftool_bar_lines_needed): Likewise.
2563 * xfaces.c (Fcolor_gray_p, Fcolor_supported_p): Likewise.
2564 * font.c (Ffont_face_attributes, Ffont_family_list, Fopen_font)
2565 (Fclose_font, Ffont_info): Use decode_live_frame.
2566 * fontset.c (check_fontset_name): Likewise.
2567 * terminal.c (Fframe_terminal): Likewise.
2568 * w32fns.c (check_x_frame): Likewise.
2569 * window.c (Fminibuffer_window, Fwindow_at)
2570 (Fcurrent_window_configuration): Likewise.
2571 (Frun_window_configuration_change_hook, Fwindow_resize_apply):
2572 Likewise. Allow zero number of arguments. Adjust docstring.
2573 * dispnew.c (Fredraw_frame): Likewise.
2574 * xfaces.c (frame_or_selected_frame): Remove.
2575 (Fx_list_fonts, Finternal_get_lisp_face_attribute, Fface_font)
2576 (Finternal_lisp_face_equal_p, Finternal_lisp_face_empty_p)
2577 (Fframe_face_alist): Use decode_live_frame.
2578 * xfns.c (check_x_frame): Likewise.
2579
2580 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2581
2582 * window.c (quad): New function.
2583 (Fwindow_edges, Fwindow_pixel_edges, Fwindow_inside_edges)
2584 (Fwindow_absolute_pixel_edges, Fwindow_inside_absolute_pixel_edges)
2585 (Fwindow_inside_pixel_edges, Fpos_visible_in_window_p)
2586 (Fwindow_line_height): Use it.
2587 (Fwindow_fringes): Use list3.
2588 (Fwindow_scroll_bars): Use list4.
2589 (Fwindow_frame, Fwindow_top_child, Fwindow_left_child)
2590 (Fwindow_combination_limit): Allow zero number of arguments.
2591
2592 2012-11-05 Eli Zaretskii <eliz@gnu.org>
2593
2594 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(NT_INC)/unistd.h.
2595
2596 * w32fns.c: Include unistd.h, to avoid compiler warnings on Cygwin.
2597 (emacs_abort) [CYGWIN]: Don't call _open_osfhandle; instead, use
2598 file descriptor 2 for standard error. (Bug#12805)
2599
2600 2012-11-05 Chong Yidong <cyd@gnu.org>
2601
2602 * process.c (wait_reading_process_output): Revert previous change.
2603
2604 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2605
2606 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2607 This removes code that has been obsolete since around 1990.
2608 * callproc.c (Fcall_process):
2609 * emacs.c (main):
2610 * process.c (create_process):
2611 * term.c (dissociate_if_controlling_tty):
2612 Assume setsid exists.
2613 * callproc.c (child_setup): Assume setpgid exists and behaves as
2614 per POSIX.1-1988 or later.
2615 * conf_post.h (setpgid) [!HAVE_SETPGID]: Remove.
2616 * emacs.c (shut_down_emacs):
2617 * sysdep.c (sys_suspend, init_foreground_group):
2618 Assume getpgrp behaves as per POSIX.1-1998 or later.
2619 * msdos.c (setpgrp): Remove.
2620 (tcgetpgrp, setpgid, setsid): New functions.
2621 * systty.h (EMACS_GETPGRP): Remove. All callers now use getpgrp.
2622 * term.c (no_controlling_tty): Remove; unused.
2623 * w32proc.c (setpgrp): Remove.
2624 (setsid, tcgetpgrp): New functions.
2625
2626 Simplify by assuming __fpending.
2627 * dispnew.c: Include <fpending.h>, not <stdio_ext.h>.
2628 (update_frame_1): Use __fpending, not PENDING_OUTPUT_COUNT.
2629 Do not assume that __fpending's result fits in int.
2630
2631 2012-11-04 Paul Eggert <eggert@cs.ucla.edu>
2632
2633 Remove EMACS_OUTQSIZE+sleep hack.
2634 * dispnew.c (update_frame_1): Remove hack for terminals slower
2635 than 2400 bps, which throttled Emacs by having it sleep.
2636 This code hasn't worked since at least 2007, when the multi-tty stuff
2637 was added, and anyway those old terminals are long dead.
2638 * systty.h (EMACS_OUTQSIZE): Remove; unused. The macro isn't used even
2639 without the dispnew.c change, as dispnew.c doesn't include systty.h.
2640
2641 Fix data-loss with --version (Bug#9574).
2642 * emacs.c (close_output_streams): Use strerror, not emacs_strerror,
2643 as we can't assume that emacs_strerror is initialized, and strerror
2644 is good enough here.
2645 (main): Invoke atexit earlier, to catch earlier instances of
2646 sending data to stdout and exiting, e.g., "emacs --version >/dev/full".
2647
2648 2012-11-04 Michael Marchionna <tralfaz@pacbell.net>
2649
2650 * nsterm.m: Add NSClearLineFunctionKey and keypad keys (Bug#8680).
2651 (keyDown): Remap keypad keys to X11 virtual key codes.
2652
2653 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2654
2655 Fix data-loss with --batch (Bug#9574).
2656 * emacs.c: Include <close-stream.h>.
2657 (close_output_streams): New function.
2658 (main): Pass it to atexit, so that Emacs closes stdout and stderr
2659 and handles errors appropriately.
2660 (Fkill_emacs): Don't worry about flushing, as close_output_stream
2661 does that now.
2662
2663 Fix a race condition that causes Emacs to mess up glib (Bug#8855).
2664 The symptom is a diagnostic "GLib-WARNING **: In call to
2665 g_spawn_sync(), exit status of a child process was requested but
2666 SIGCHLD action was set to SIG_IGN and ECHILD was received by
2667 waitpid(), so exit status can't be returned." The diagnostic
2668 is partly wrong, as the SIGCHLD action is not set to SIG_IGN.
2669 The real bug is a race condition between Emacs and glib: Emacs
2670 does a waitpid (-1, ...) and reaps glib's subprocess by mistake,
2671 so that glib can't find it. Work around the bug by invoking
2672 waitpid only on subprocesses that Emacs itself creates.
2673 * process.c (create_process, record_child_status_change):
2674 Don't use special value -1 in pid field, as the caller now must
2675 know the pid rather than having the callee infer it.
2676 The inference was sometimes incorrect anyway, due to another race.
2677 (create_process): Set new 'alive' member if child is created.
2678 (process_status_retrieved): New function.
2679 (record_child_status_change): Use it.
2680 Accept negative 1st argument, which means to wait for the
2681 processes that Emacs already knows about. Move special-case code
2682 for DOS_NT (which lacks WNOHANG) here, from caller. Keep track of
2683 processes that have already been waited for, by testing and
2684 clearing new 'alive' member.
2685 (CAN_HANDLE_MULTIPLE_CHILDREN): Remove, as record_child_status_change
2686 now does this internally.
2687 (handle_child_signal): Let record_child_status_change do all
2688 the work, since we do not want to reap all exited child processes,
2689 only the child processes that Emacs itself created.
2690 * process.h (Lisp_Process): New boolean member 'alive'.
2691
2692 Omit duplicate definitions no longer needed with gcc -g3.
2693 * lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG)
2694 (VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM):
2695 Define only as macros. There's no longer any need to also define
2696 these symbols as enums or as constants, since we now assume
2697 gcc -g3 when debugging.
2698
2699 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2700
2701 * lisp.mk: Adjust comments to the fact that term/internal is now
2702 loaded from loadup.el.
2703
2704 * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
2705 (msdos_fatal_signal): New function.
2706 (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
2707 its argument list.
2708
2709 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
2710 for GCC versions before 4.
2711 (emacs_raise): Define to call msdos_fatal_signal.
2712
2713 * xdisp.c (init_from_display_pos): Fix initialization of the bidi
2714 iterator when starting in the middle of a display or overlay
2715 string. (Bug#12745)
2716
2717 2012-11-03 Chong Yidong <cyd@gnu.org>
2718
2719 * process.c (wait_reading_process_output): Clean up the last
2720 change.
2721
2722 2012-11-03 Jim Paris <jim@jtan.com> (tiny change)
2723
2724 * process.c (wait_reading_process_output): Avoid a race condition
2725 with SIGIO delivery (Bug#11536).
2726
2727 2012-11-03 Chong Yidong <cyd@gnu.org>
2728
2729 * buffer.c (cursor_type): Untabify docstring.
2730
2731 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
2732
2733 * frame.h (struct frame): Drop can_have_scroll_bars member
2734 which is meaningless for a long time. Adjust comments.
2735 (FRAME_CAN_HAVE_SCROLL_BARS): Remove.
2736 * frame.c, nsfns.m, term.c, w32fns.c, xfns.c: Adjust users.
2737
2738 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
2739
2740 * window.c (decode_next_window_args): Update window arg after
2741 calling decode_live_window and so fix crash reported at
2742 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00035.html
2743 by Juanma Barranquero <lekktu@gmail.com>.
2744 (Fwindow_body_width, Fwindow_body_height): Simplify a bit.
2745 * font.c (Ffont_at): Likewise.
2746
2747 2012-11-01 Jan Djärv <jan.h.d@swipnet.se>
2748
2749 * widget.c (resize_cb): New function.
2750 (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733).
2751 (EmacsFrameResize): Check if all is up to date before changing frame
2752 size.
2753
2754 2012-11-02 Eli Zaretskii <eliz@gnu.org>
2755
2756 Implement backtrace output for fatal errors on MS-Windows.
2757 * w32fns.c (CaptureStackBackTrace_proc): New typedef.
2758 (BACKTRACE_LIMIT_MAX): New macro.
2759 (w32_backtrace): New function.
2760 (emacs_abort): Use w32_backtrace when the user chooses not to
2761 attach a debugger. Update the text of the abort dialog.
2762
2763 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
2764
2765 Window-related stuff cleanup here and there.
2766 * dispnew.c (Finternal_show_cursor, Finternal_show_cursor_p):
2767 Use decode_any_window.
2768 * fringe.c (Ffringe_bitmaps_at_pos): Likewise.
2769 * xdisp.c (Fformat_mode_line): Likewise.
2770 * font.c (Ffont_at): Use decode_live_window.
2771 * indent.c (Fcompute_motion, Fvertical_motion): Likewise.
2772 * window.c (decode_next_window_args): Likewise.
2773 (decode_any_window): Remove static.
2774 * window.h (decode_any_window): Add prototype.
2775 * lisp.h (CHECK_VALID_WINDOW, CHECK_LIVE_WINDOW): Move from here...
2776 * window.h: ...to here, redefine via WINDOW_VALID_P and WINDOW_LIVE_P,
2777 respectively.
2778
2779 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
2780
2781 Remove pad from struct input_event.
2782 * termhooks.h (struct input_event): Remove padding field.
2783 Adjust comment.
2784 * keyboard.c (event_to_kboard): Simplify because frame_or_window
2785 member is never cons for a long time. Adjust comment.
2786 (mark_kboards): Adjust because SELECTION_REQUEST_EVENT and
2787 SELECTION_CLEAR_EVENT has no Lisp_Objects to mark. Add comment.
2788 * xterm.c (handle_one_xevent): Do not initialize frame_or_window
2789 field of SELECTION_REQUEST_EVENT and SELECTION_CLEAR_EVENT.
2790
2791 2012-11-01 Eli Zaretskii <eliz@gnu.org>
2792
2793 * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776)
2794
2795 2012-10-31 Paul Eggert <eggert@cs.ucla.edu>
2796
2797 Fix crash when using Emacs as commit editor for git (Bug#12697).
2798 * callproc.c (setpgrp): Remove macro, as we now use setpgid
2799 and it is configured in conf_post.h.
2800 (Fcall_process): Don't invoke both setsid and setpgid; the former
2801 is enough, if it exists.
2802 * callproc.c (Fcall_process, child_setup):
2803 * process.c (create_process): Use setpgid.
2804 * conf_post.h (setpgid) [!HAVE_SETPGID]: New macro, which substitutes
2805 for the real thing.
2806 * dispnew.c (init_display): Initialize the foreground group
2807 if we are running a tty display.
2808 * emacs.c (main): Do not worry about setpgrp; init_display does it now.
2809 * lisp.h (init_foreground_group): New decl.
2810 * sysdep.c (inherited_pgroup): New static var.
2811 (init_foreground_group, tcsetpgrp_without_stopping)
2812 (narrow_foreground_group, widen_foreground_group): New functions.
2813 (init_sys_modes): Narrow foreground group.
2814 (reset_sys_modes): Widen foreground group.
2815
2816 2012-10-31 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.
2819
2820 2012-10-31 Martin Rudalics <rudalics@gmx.at>
2821
2822 * minibuf.c (read_minibuf): Restore current buffer since
2823 choose_minibuf_frame calling Fset_frame_selected_window may
2824 change it (Bug#12766).
2825
2826 2012-10-30 Jan Djärv <jan.h.d@swipnet.se>
2827
2828 * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733).
2829
2830 2012-10-30 Kenichi Handa <handa@gnu.org>
2831
2832 * font.c (Ffont_at): If WINDOW is specified and it is not
2833 displaying the current buffer, signal an error.
2834
2835 2012-10-29 Daniel Colascione <dancol@dancol.org>
2836
2837 * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode):
2838 In preparation for fixing bug#12739, move these functions from
2839 here...
2840
2841 * coding.h, coding.c: ... to here, and compile them only when
2842 WINDOWSNT or CYGWIN. Moving these functions out of cygw32 proper
2843 lets us write cygw32-agnostic code for the HAVE_NTGUI case.
2844
2845 2012-10-28 Eli Zaretskii <eliz@gnu.org>
2846
2847 * w32proc.c (TIMER_TICKS_PER_SEC): New macro.
2848 (timer_loop, getitimer, setitimer): Use it instead of
2849 CLOCKS_PER_SEC, which is no longer pertinent, since we don't use
2850 'clock'.
2851 (w32_get_timer_time): Use 10*TIMER_TICKS_PER_SEC instead of a
2852 literal 10000.
2853
2854 2012-10-28 Jan Djärv <jan.h.d@swipnet.se>
2855
2856 * nsterm.m (NO_APPDEFINED_DATA): New define.
2857 (last_appdefined_event_data): New variable
2858 (last_appdefined_event): Remove.
2859 (ns_select): Initialize t from last_appdefined_event_data instead
2860 of [last_appdefined_event data1].
2861 (sendEvent:): Save [theEvent data1] to last_appdefined_event_data,
2862 remove last_appdefined_event (Bug#12698).
2863
2864 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * frame.c (x_set_font): Catch internal error.
2867
2868 2012-10-27 Eli Zaretskii <eliz@gnu.org>
2869
2870 Avoid overflow in w32 implementation of interval timers.
2871 When possible, for ITIMER_PROF count only times the main thread
2872 actually executes.
2873 * w32proc.c <struct itimer_data>: 'expire' and 'reload' are now
2874 'volatile ULONGLONG' types. All the other data which was
2875 previously clock_t is now ULONGLONG. 'terminate' is 'volatile int'.
2876 (GetThreadTimes_Proc): New typedef.
2877 (w32_get_timer_time): New function, returns a suitable time value
2878 for the timer.
2879 (timer_loop): Enter critical section when accessing ULONGLONG
2880 values of the itimer_data struct, as these accesses are no longer
2881 atomic. Call 'w32_get_timer_time' instead of 'clock'.
2882 Remove unused variable.
2883 (init_timers): Initialize s_pfn_Get_Thread_Times.
2884 (start_timer_thread): Don't assign itimer->caller_thread here.
2885 (getitimer): Assign itimer->caller_thread here.
2886 (setitimer): Always call getitimer to get the value of ticks_now.
2887 (sys_spawnve): Avoid compiler warning about format mismatch.
2888
2889 2012-10-26 Eli Zaretskii <eliz@gnu.org>
2890
2891 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Don't enable tracking of
2892 mouse movement events if the menu bar is active. This avoids
2893 producing a busy "hour-glass" cursor by Windows if the mouse
2894 pointer is positioned over a tooltip shown for some menu item.
2895
2896 2012-10-25 Paul Eggert <eggert@cs.ucla.edu>
2897
2898 Don't assume process IDs fit in int.
2899 * emacs.c (shut_down_emacs) [!DOS_NT]:
2900 * sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]:
2901 * term.c (dissociate_if_controlling_tty) [!DOS_NT]:
2902 Use pid_t, not int, to store process IDs, as 'int'
2903 is not wide enough on a few platforms (e.g., AIX and IRIX).
2904
2905 2012-10-23 Kenichi Handa <handa@gnu.org>
2906
2907 The following change is to make face-font-rescale-alist work
2908 correctly for non-ASCII fonts.
2909
2910 * font.c (font_open_entity): Don't handle Vface_font_rescale_alist.
2911 (font_open_for_lface): Handle Vface_font_rescale_alist.
2912
2913 2012-10-23 Chong Yidong <cyd@gnu.org>
2914
2915 * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
2916
2917 2012-10-21 Jan Djärv <jan.h.d@swipnet.se>
2918
2919 * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement
2920 for screen font.
2921 (nsfont_draw): Turn off LCD-smoothing (Bug#11484).
2922
2923 * xterm.c (x_focus_changed): Check if daemonp when sending focus in
2924 event (Bug#12681).
2925
2926 2012-10-21 Glenn Morris <rgm@gnu.org>
2927
2928 * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
2929
2930 2012-10-20 Paul Eggert <eggert@cs.ucla.edu>
2931
2932 Port to OpenBSD 5.1.
2933 * frame.c (Fmouse_position, Fmouse_pixel_position):
2934 * xdisp.c (produce_stretch_glyph):
2935 Declare local vars only when they're needed.
2936 This is clearer and avoids a warning on OpenBSD about unused vars.
2937 * frame.h (FRAME_WINDOW_P): Always evaluate its argument.
2938 This is safer, and avoids OpenBSD warnings about unused vars.
2939 * keyboard.c (record_menu_key): Remove unnecessary decl.
2940 (poll_timer): Define only if POLL_FOR_INPUT is defined.
2941 * unexelf.c (ELFSIZE) [!ElfW]: Do not define if already defined,
2942 as our definition clashes with OpenBSD's.
2943 * xfaces.c (load_face_colors, check_lface_attrs)
2944 (get_lface_attributes_no_remap, get_lface_attributes)
2945 (lface_fully_specified_p, x_supports_face_attributes_p)
2946 (tty_supports_face_attributes_p, face_fontset, realize_face)
2947 (realize_x_face, realize_tty_face):
2948 Declare parameters to be Lisp_Object[LFACE_VECTOR_SIZE], not
2949 merely Lisp_Object *. This is more informative and avoids
2950 a warning on OpenBSD about accessing beyond an object's size.
2951
2952 2012-10-20 Chong Yidong <cyd@gnu.org>
2953
2954 * lread.c (Fload): Doc fix (Bug#12592).
2955
2956 2012-10-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2957
2958 * font.c (Ffont_at): Fix previous change.
2959
2960 2012-10-19 Eli Zaretskii <eliz@gnu.org>
2961
2962 * puresize.h (BASE_PURESIZE): Bump the base value to 1700000.
2963 See http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
2964 for the reasons.
2965
2966 * alloc.c (NSTATICS): Decrease to 0x800.
2967
2968 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * fns.c (Fnreverse): Include the problem element when signaling an
2971 error (bug#12677).
2972
2973 2012-10-18 Jan Djärv <jan.h.d@swipnet.se>
2974
2975 * nsterm.m (ns_select): Check writefds before call to
2976 FD_ISSET (Bug#12668).
2977
2978 2012-10-18 Daniel Colascione <dancol@dancol.org>
2979
2980 * alloc.c (NSTATICS): Increase from 0x650 to 0x1000
2981 (staticpro): If we run out of staticpro slots, die with an
2982 informative error instead of just calling emacs_abort.
2983
2984 2012-10-18 Martin Rudalics <rudalics@gmx.at>
2985
2986 Fix two flaws reported by Dmitry Antipov.
2987 * window.c (Ftemp_output_buffer_show): Remove.
2988 (Fwindow_vscroll, Fset_window_vscroll): Use decode_live_window.
2989 (syms_of_window): Remove defsubr for Stemp_output_buffer_show.
2990
2991 2012-10-17 Eli Zaretskii <eliz@gnu.org>
2992
2993 * makefile.w32-in ($(BLD)/w32.$(O)):
2994 ($(BLD)/vm-limit.$(O)):
2995 ($(BLD)/term.$(O)):
2996 ($(BLD)/unexw32.$(O)):
2997 ($(BLD)/fileio.$(O)):
2998 ($(BLD)/dispnew.$(O)): Update dependencies.
2999
3000 * w32term.h (w32_initialize_display_info, initialize_w32_display):
3001 Add prototypes.
3002
3003 * w32proc.c: Include ctype.h.
3004
3005 * w32.h (init_environment, check_windows_init_file)
3006 (syms_of_ntproc, syms_of_ntterm, dostounix_filename)
3007 (unixtodos_filename, init_winsock, srandom, random, sys_pipe)
3008 (set_process_dir, sys_spawnve, register_child, sys_sleep, getwd)
3009 (sys_link): Add prototypes.
3010
3011 * w32.c: Include w32select.h.
3012 (sys_access, e_malloc, sys_select): Add prototypes.
3013 (emacs_gnutls_pull): 'timeout' is now EMACS_TIME, not struct timeval.
3014
3015 * vm-limit.c [WINDOWSNT]: Include w32heap.h.
3016
3017 * unexw32.c: Include lisp.h and w32.h.
3018
3019 * term.c [WINDOWSNT]: Include w32term.h.
3020
3021 * process.c [WINDOWSNT]: Add prototype of sys_select.
3022
3023 * fileio.c [WINDOWSNT]: Include w32.h.
3024
3025 * dispnew.c [WINDOWSNT]: Include w32.h.
3026
3027 * cygw32.c (Fcygwin_convert_path_to_windows)
3028 (Fcygwin_convert_path_from_windows): Use EQ to compare 2
3029 Lisp_Object values. (Bug#12661)
3030
3031 * w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
3032 to Lisp_Object. (Bug#12661)
3033
3034 2012-10-17 Kenichi Handa <handa@gnu.org>
3035
3036 * xdisp.c (reseat_1): Make the information stored in it->cmp_it
3037 invalidate.
3038
3039 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
3040
3041 * buffer.c (Fkill_buffer): When unchaining the marker,
3042 reset its buffer pointer to NULL (Bug#12652).
3043
3044 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
3045
3046 Do not verify indirection counters of killed buffers (Bug#12579).
3047 * buffer.h (BUFFER_CHECK_INDIRECTION): New macro.
3048 * buffer.c (compact_buffer, set_buffer_internal_1): Use it.
3049
3050 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
3051
3052 * alloc.c (Fmake_byte_code): Fix typo in comment.
3053 * print.c (print_interval): Define as static to match prototype.
3054 * indent.c (disptab_matches_widthtab, recompute_width_table):
3055 Convert to eassert.
3056
3057 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
3058
3059 * editfns.c (get_system_name): Remove.
3060 * lisp.h (get_system_name): Remove prototype.
3061 * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes.
3062 (get_environ_db): Use Vsystem_name. Avoid call to strlen.
3063
3064 2012-10-15 Daniel Colascione <dancol@dancol.org>
3065
3066 * dbusbind.c: Add comment explaining reason for previous change.
3067
3068 2012-10-15 Martin Rudalics <rudalics@gmx.at>
3069
3070 * window.c (Fwindow_end): Rewrite check whether cached position
3071 can be used (Bug#12600).
3072 (resize_frame_windows, grow_mini_window, shrink_mini_window):
3073 Set windows_or_buffers_changed.
3074
3075 2012-10-15 Daniel Colascione <dancol@dancol.org>
3076
3077 * dbusbind.c: Fix cygw32 build break when compiling with dbus
3078 enabled by undefining the symbol "interface", which the platform
3079 headers define to something incompatible.
3080
3081 2012-10-14 Daniel Colascione <dancol@dancol.org>
3082
3083 * image.c (init_tiff_functions, init_imagemagick_functions)
3084 (init_svg_functions): Fix cygw32 build break by using these
3085 functions only when WINDOWSNT _and_ HAVE_NTGUI.
3086
3087 2012-10-14 Jan Djärv <jan.h.d@swipnet.se>
3088
3089 * nsterm.m (ns_select): Count fd:s in writefs also (Bug#12422).
3090
3091 2012-10-13 Jan Djärv <jan.h.d@swipnet.se>
3092
3093 * gtkutil.c (xg_set_widget_bg): Divide by 65535 (Bug#12612).
3094
3095 2012-10-13 HANATAKA, Shinya <bogytech@gmail.com> (tiny change)
3096
3097 * coding.c (detect_coding): Set coding->id before calling
3098 this->detector.
3099
3100 2012-10-13 Andreas Schwab <schwab@linux-m68k.org>
3101
3102 * fileio.c: Formatting fixes.
3103
3104 2012-10-13 Paul Eggert <eggert@cs.ucla.edu>
3105
3106 Fix some stat-related races.
3107 * fileio.c (Fwrite_region): Avoid race condition if a file is
3108 removed or renamed by some other process immediately after Emacs
3109 writes it but before Emacs stats it. Do not assume that stat (or
3110 fstat) succeeds.
3111 * image.c (slurp_file): Resolve the file name with fopen + fstat
3112 rather than stat + fopen.
3113 (pbm_read_file) [0]: Remove unused code with stat race.
3114 * process.c (allocate_pty) [HAVE_PTYS && !PTY_ITERATION && !PTY_OPEN]:
3115 Remove ineffective code with stat race.
3116
3117 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * doc.c (get_doc_string): Don't signal an error if the file is missing.
3120
3121 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
3122
3123 * nsterm.m (hold_event_q): New static variable.
3124 (EV_TRAILER, sendScrollEventAtLoc:fromEvent:): Call hold_event if
3125 ! q_event_ptr.
3126 (hold_event): New function.
3127 (ns_read_socket): If hold_event_q have events, store them and
3128 return (Bug#12384).
3129 (setPosition:portion:whole:): Send SIGIO to ourselves if apploopnr
3130 is zero (Bug#12384).
3131
3132 2012-10-12 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
3135
3136 2012-10-12 Eli Zaretskii <eliz@gnu.org>
3137
3138 * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
3139
3140 * fileio.c (check_existing): New function.
3141 (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
3142 instead of calling 'stat', when what's needed is to check whether
3143 a file exists. This avoids expensive system calls on MS-Windows.
3144 (Bug#12587)
3145
3146 * w32.c (init_environment): Call 'check_existing' instead of 'stat'.
3147
3148 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
3149 determine whether a file exists and is not a directory.
3150
3151 * lisp.h (check_existing): Add prototype.
3152
3153 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
3154
3155 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.
3156
3157 2012-10-12 Glenn Morris <rgm@gnu.org>
3158
3159 * buffer.c (Fset_buffer): Doc fix. (Bug#12624)
3160
3161 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
3164
3165 * eval.c (Fautoload): Remember previous autoload status in load-history.
3166
3167 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
3168
3169 lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
3170 * lread.c (load_each_byte, new_backquote_flag, readchar)
3171 (read_filtered_event, lisp_file_lexically_bound_p)
3172 (safe_to_load_version, Fload, complete_filename_p, openp)
3173 (build_load_history, readevalloop, read_escape, read1)
3174 (string_to_number, read_vector, read_list):
3175 * macros.c (Fstart_kbd_macro):
3176 * marker.c (CONSIDER):
3177 * menu.c (parse_single_submenu, digest_single_submenu)
3178 (find_and_return_menu_selection, Fx_popup_menu):
3179 * minibuf.c (read_minibuf_noninteractive, read_minibuf)
3180 (Ftry_completion):
3181 * nsmenu.m (ns_update_menubar, runMenuAt:forFrame:keymaps:):
3182 (ns_menu_show):
3183 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
3184 (xmenu_show, xdialog_show):
3185 Use bool for booleans.
3186 * lread.c (safe_to_load_version): Rename from safe_to_load_p,
3187 as it's not a predicate. All uses changed. Omit unnecessary
3188 buffer termination.
3189
3190 2012-10-11 Dmitry Antipov <dmantipov@yandex.ru>
3191
3192 * editfns.c (save_excursion_save): Use nil if mark points to nowhere.
3193 (save_excursion_restore): Do not restore mark if it was not saved.
3194
3195 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
3196
3197 * marker.c (cached_modiff): EMACS_INT, not int.
3198
3199 * w32select.c (waiting_for_input): Declare by including "keyboard.h"
3200 instead of having a wrong decl.
3201 * nsmenu.m (waiting_for_input): Remove wrong decl.
3202
3203 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
3204
3205 keyboard.c, keymap.c: Use bool for booleans.
3206 * dispnew.c (sit_for): Distinguish between 3-way display_option
3207 and boolean do_display.
3208 * keyboard.c (single_kboard, this_command_key_count_reset)
3209 (waiting_for_input, echoing, immediate_quit, input_pending)
3210 (interrupt_input, interrupts_deferred, pop_kboard)
3211 (temporarily_switch_to_single_kboard, ignore_mouse_drag_p)
3212 (command_loop_1, adjust_point_for_property)
3213 (safe_run_hooks_error, input_polling_used, read_char):
3214 (help_char_p, readable_events, kbd_buffer_events_waiting)
3215 (kbd_buffer_get_event, timer_check_2, make_lispy_event)
3216 (lucid_event_type_list_p, get_input_pending):
3217 (gobble_input, menu_separator_name_p, menu_bar_item)
3218 (parse_menu_item, parse_tool_bar_item, read_char_x_menu_prompt)
3219 (read_char_minibuf_menu_prompt, access_keymap_keyremap)
3220 (keyremap_step, test_undefined, read_key_sequence)
3221 (detect_input_pending, detect_input_pending_ignore_squeezables)
3222 (detect_input_pending_run_timers, requeued_events_pending_p)
3223 (quit_throw_to_read_char, Fset_input_interrupt_mode):
3224 * keymap.c (get_keymap, keymap_parent, keymap_memberp)
3225 (access_keymap_1, access_keymap, map_keymap, get_keyelt)
3226 (Fdefine_key, Flookup_key, struct accessible_keymaps_data)
3227 (accessible_keymaps_1, Fkey_description, push_key_description):
3228 (shadow_lookup, struct where_is_internal_data)
3229 (where_is_internal, Fwhere_is_internal, where_is_internal_1)
3230 (Fdescribe_buffer_bindings, describe_map_tree, struct describe_map_elt)
3231 (describe_map, describe_vector):
3232 * menu.c (single_menu_item):
3233 * nsmenu.m (ns_update_menubar):
3234 * process.c (wait_reading_process_output):
3235 * search.c (scan_buffer, scan_newline):
3236 Use bool for boolean.
3237 * keyboard.c (timers_run, swallow_events)
3238 (detect_input_pending_run_timers):
3239 * process.c (wait_reading_process_output):
3240 Use unsigned for counter where wraparound-on-overflow is desired,
3241 since unsigned is guaranteed to have that behavior and signed is not.
3242 (read_char): Use ptrdiff_t for string length.
3243 (get_input_pending): Remove first argument, since it was always
3244 the same pointer-to-int (now pointer-to-boolean) &input_pending,
3245 and behave as if it had that value. Return new value of
3246 input_pending. All callers changed.
3247 * keyboard.h (struct kboard): Use unsigned : 1 for boolean member
3248 immediate_echo. Use ptrdiff_t for echo_after_prompt, since it's
3249 a string length.
3250 * keymap.c (push_key_description): Omit last arg, which was always 1.
3251 All callers changed.
3252
3253 * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
3254
3255 2012-10-10 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
3258 ($(BLD)/term.$(O)): Update dependencies.
3259
3260 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
3261
3262 * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
3263 * lisp.h (enum pvec_type): Adjust comments and omit explicit
3264 initializer for PVEC_NORMAL_VECTOR.
3265
3266 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
3267
3268 Clean out old termopts cruft.
3269 * termopts.h (flow_control, meta_key): Remove unused decls.
3270 * dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
3271 Don't include termopts.h.
3272
3273 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
3274
3275 * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
3276
3277 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
3278
3279 * commands.h (immediate_quit): Remove duplicate decl.
3280
3281 2012-10-09 Jan Djärv <jan.h.d@swipnet.se>
3282
3283 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
3284 caching.
3285 (nsfont_open): Remove setting of Vfonts_in_cache.
3286 (syms_of_nsfont): Remove initialization of Vfonts_in_cache.
3287
3288 2012-10-09 Eli Zaretskii <eliz@gnu.org>
3289
3290 * w32fns.c (w32_last_error): Change the return value to DWORD, to
3291 match what GetLastError returns. Explain why the function is
3292 needed.
3293
3294 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
3295 'is_tooltip_frame', to avoid confusion with its global namesake.
3296
3297 2012-10-08 Daniel Colascione <dancol@dancol.org>
3298
3299 * xdisp.c (start_hourglass): Call w32_note_current_window when
3300 HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
3301 build that caused Emacs to display the hourglass cursor forever.
3302
3303 * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
3304 which is broken under remote desktop, calculate the number of
3305 colors available for a display based on the display's number of
3306 planes and number of bits per pixel per plane. (bug#10397).
3307
3308 2012-10-08 Jan Djärv <jan.h.d@swipnet.se>
3309
3310 * nsfont.m (Vfonts_in_cache): New variable.
3311 (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
3312 are used. Add cached fonts to Vfonts_in_cache.
3313 (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
3314
3315 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
3318 in nt/config.nt.
3319 (FONT_H): Define after FRAME_H.
3320 ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
3321 Update dependencies.
3322
3323 * w32term.c: Remove leftover declaration of keyboard_codepage.
3324
3325 2012-10-08 Eli Zaretskii <eliz@gnu.org>
3326
3327 * makefile.w32-in (FONT_H): Add $(FRAME_H).
3328 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
3329 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
3330 (GLOBAL_SOURCES): Add cygw32.c.
3331 ($(BLD)/unexw32.$(O)):
3332 ($(BLD)/w32.$(O)):
3333 ($(BLD)/w32console.$(O)):
3334 ($(BLD)/w32fns.$(O)):
3335 ($(BLD)/w32heap.$(O)):
3336 ($(BLD)/w32menu.$(O)):
3337 ($(BLD)/w32proc.$(O)): Add w32common.h.
3338
3339 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
3340 'const char *'.
3341 (x_to_w32_color): Don't modify the argument, modify a copy instead.
3342
3343 2012-10-08 Daniel Colascione <dancol@dancol.org>
3344
3345 * w32term.h (WM_EMACS_BRINGTOTOP, WM_EMACS_INPUT_READY)
3346 (WM_EMACS_END): Change WM_EMACS_BRINGTOTOP from 22 to 21 to close
3347 accidental message numbering hole. Change other messages to
3348 match.
3349
3350 * w32select.h (HAVE_W32SELECT): Remove.
3351
3352 * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include
3353 w32common.h instead of w32heap.h.
3354
3355 * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size)
3356 (get_allocation_unit, get_processor_type, get_w32_major_version)
3357 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
3358 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
3359 (OS_NT, os_subtype, cache_system_info): Move declarations to
3360 w32common.
3361
3362 * w32heap.c: Include w32common.h.
3363 (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version)
3364 (w32_minor_version, w32_build_number, w32_subtype):
3365 Remove duplicate definitions.
3366
3367 * w32fns.c: Include w32common.h; include w32heap.h only in
3368 WINDOWSNT.
3369
3370 (Fx_file_dialog): Clarify comment on GetOpenFileName structure.
3371 Use `report_file_error' instead of `error' in order to better
3372 inform users of what went wrong. Increase NTGUI_UNICODE file
3373 dialog box file name length to 32k, the maximum allowed by the NT
3374 kernel.
3375
3376 * w32common.h: New file.
3377 (ROUND_UP, ROUND_DOWN, get_page_size)
3378 (get_allocation_unit, get_processor_type, get_w32_major_version)
3379 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
3380 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
3381 (OS_NT, os_subtype, cache_system_info): Move here.
3382
3383 * unexw32.c, unexcw.c: Include w32common.h.
3384
3385 * emacs.c (main): Use (defined (WINDOWSNT) || defined
3386 HAVE_NTGUI) instead of removed HAVE_W32SELECT to decide whether
3387 to call syms_of_w32select.
3388
3389 * cygw32.h: Remove obsolete EXFUN declarations.
3390
3391 * cygw32.c (Qutf_16_le): Rename to Qutf_16le.
3392
3393 * Makefile.in (SOME_MACHINE_OBJECTS): Reverse accidental removal
3394 of w32inevt.o from SOME_MACHINE_OBJECTS.
3395
3396 2012-10-08 Daniel Colascione <dancol@dancol.org>
3397
3398 * image.c: Permanent fix for JPEG compilation issue --- limit
3399 jpeglib `boolean' redefinition to Cygwin builds.
3400
3401 2012-10-08 Eli Zaretskii <eliz@gnu.org>
3402
3403 * image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
3404
3405 * emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on
3406 Cygwin.
3407
3408 2012-10-08 Daniel Colascione <dancol@dancol.org>
3409
3410 * xfaces.c, xdisp.c, window.c, w32xfns.c, w32term.h, w32term.c,
3411 w32select.h w32select.c, w32proc.c, w32menu.c, w32inevt.c,
3412 w32help.c, w32font.c, w32font.c, w32fns.c, w32console.c, w32.h,
3413 w32.c, unexw32.c, termhooks.h, process.c, menu.c, keyboard.h,
3414 keyboard.c, image.c, frame.h, frame.c, fontset.c, font.h, font.c,
3415 emacs.c, dispextern.h, cygw32.h, cygw32.c, conf_post.h,
3416 Makefile.in: use HAVE_NTGUI for W32 GUI and WINDOWSNT for the
3417 operating system. defined(HAVE_NTGUI) && !defined(WINDOWSNT) is
3418 now a supported configuration.
3419
3420 * Makefile.in: consolidate image variables into LIBIMAGE; add
3421 W32_OBJ and W32_LIBS. Compile new files.
3422
3423 * conf_post.h:
3424 (_DebPrint) declare tracing facility for W32 debugging. We need
3425 to unify tracing later.
3426
3427 (NTGUI_UNICODE) Define when compiling for Cygwin to allow the
3428 unconditional use of W32 Unicode functions. Cygwin runs only on
3429 100% Unicode operating systems.
3430
3431 * cygw32.c: New file. Define Cygwin-specific facilities.
3432 (Fcygwin_convert_path_to_windows)
3433 (Fcygwin_convert_path_from_windows): New user functions for
3434 accessing Cygwin path-munging routines.
3435
3436 * cygw32.h: New file.
3437 (WCSDATA, to_unicode, from_unicode): Define facilities for storing
3438 UTF-16LE strings temporarily inside non-Lisp-visible string
3439 objects.
3440
3441 (w32_strerror): Just what it says on the tin.
3442
3443 * emacs.c: Make the NS fork-then-exec code for daemon-launching
3444 also run for Cygwin; both systems have the same problem with using
3445 GUI facilities in a forked child. Also call syms_of_cygw32,
3446 syms_of_w32select in correct places.
3447
3448 (DAEMON_MUST_EXEC): new macro defined to signal that a platform
3449 needs fork-then-exec for daemon launching.
3450
3451 * font.h: Include frame.h.
3452
3453 * image.c: Use the image library cache machinery only when we're
3454 compiling for native WINDOWSNT; Cygwin can use shared libraries
3455 like any other Unixlike system.
3456
3457 * keyboard.c: Clarify a comment regarding the input loop.
3458
3459 * menu.c: When NTGUI_UNICODE is defined, use Unicode menu
3460 functions directly instead of trying to detect at runtime that our
3461 host operating system supports them. We make this change for two
3462 reasons: Cygwin lacks support for the multibyte character
3463 conversion functions used by the legacy menu code, and Cygwin
3464 never needs to rely on non-Unicode APIs.
3465
3466 * unexw32.c (hinst): Declare extern.
3467
3468 * w32.c: Change header order;
3469 (w32_strerror): Move to w32fns.c because we need it for
3470 non-WINDOWSNT builds.
3471
3472 * w32.h: Add #error macro to make sure we don't include w32.h for
3473 Cygwin builds. Remove w32select declarations.
3474
3475 * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to
3476 w32fns.c. w32console.c is WINDOWSNT-only.
3477
3478 * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more
3479 NTGUI_UNICODE tweaks. (See above.) Change _snprintf to the more
3480 POSIXy alternative.
3481 (faked_key, sysinfo_cache, osinfo_cahce, syspage_mask)
3482 (w32_major_version, w32_minor_version, w32_build_number)
3483 (os_subtype, sound_type): Define here
3484 (w32_defined_color): Make color parameter const for consistency
3485 with other _defined_color functions.
3486 (w32_createwindow): Unconditionally call w32_init_class instead of
3487 doing so only when hprevinst is non-NULL. Plumbing hprevinst
3488 through the code is complex and unnecessary because class
3489 registration is practically free.
3490 (w32_name_of_message): New EMACSDEBUG-only function.
3491 (Fset_message_beep): Move here
3492 (Fx_open_connection): Require that the display name for Windows be
3493 "w32" for consistency, emacsclient disambiguation, and maybe, one
3494 day, multi-window-system support.
3495 (file_dialog_callback): NTGUI_UNICODE changes; encode and decode
3496 Cygwin files for W32 GUI facilities, since these clearly don't
3497 expect Cygwin names.
3498 (_DebPrint): Define.
3499 (w32_strerror, w32_console_toggle_lock_key, w32_kbd_mods_to_emacs)
3500 (w32_kbd_patch_key, w32_sys_ring_bell): Move here.
3501 (Ssystem_move_file_to_trash): Define only for native WINDOWSNT.
3502 (w32_last_error): Remove.
3503
3504 * w32font.c: Define _strlwr to strlwr for non-WINDOWSNT builds.
3505
3506 * w32heap.c (syspage_mask): Declare here.
3507 (cache_system_info): Remove.
3508
3509 * w32inevt.c (faked_key): Define globally, not statically.
3510 (w32_kbd_mods_to_emacs, w32_kbd_patch_key, faked_key)
3511 (w32_console_toggle_lock_key): Move to w32fns.c.
3512
3513 * w32menu.c: Include setjmp.h. NTGUI_UNICODE changes throughout.
3514
3515 * w32proc.c (_DebPrint): Move to w32fns.c.
3516 * w32select.c: Include string.h, stdio.h for Cygwin.
3517 * w32select.h: New File.
3518
3519 * w32term.c: Include io.h for non-CYGWIN builds; needed for
3520 get_osfhandle.
3521 (w32_message_fd): New variable. Under Cygwin, holds the file
3522 descriptor the system used to tell us about pending thread
3523 messages.
3524
3525 (w32_init_term): Remove incorrect calls to fcntl and init_sigio
3526 that prevented compilation under non-WINDOWSNT systems.
3527
3528 (w32_initialize): Open /dev/windows and assign it to
3529 w32_message_fd. Provide w32 feature.
3530
3531 * w32term.h: Include frame.h, atimer.h. Declare various frame functions.
3532 (WM_EMACS_INPUT_READY): add.
3533 (prepend_msg, w32_message_fd): Declare globally.
3534
3535 * w32xfns.c:
3536 (keyboard_handle): Use only when WINDOWSNT.
3537 (notify_msg_ready): New function. Posts a message to the main
3538 thread's message queue under CYGWIN, which wakes up the main
3539 thread from select(2) by making the /dev/windows file descriptor
3540 ready. Under WINDOWSNT, it sets an event the same way the old
3541 code did.
3542
3543 (post, prepend_msg): Actually call notify_msg_ready instead of
3544 setting the input event directly.
3545
3546 2012-10-07 Eli Zaretskii <eliz@gnu.org>
3547
3548 * ralloc.c (relinquish): If a heap is ready to be relinquished,
3549 but it still has blocs in it, don't return it to the system,
3550 instead of aborting. (Bug#12402)
3551
3552 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
3553
3554 * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).
3555
3556 * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of
3557 MAC_OS_X_VERSION_10_6.
3558 (syms_of_nsterm): Remove comment about Panther and above for
3559 ns-antialias-text.
3560 * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
3561 (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
3562 (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
3563
3564 * nsselect.m (ns_string_from_pasteboard): Remove check for >=
3565 MAC_OS_X_VERSION_10_4.
3566
3567 * nsmenu.m (fillWithWidgetValue:): Remove code for <
3568 MAC_OS_X_VERSION_10_2.
3569
3570 * nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.
3571
3572 * nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
3573 (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.
3574
3575 * nsterm.m (ns_in_resize): Remove (Bug#12479).
3576 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
3577 (ns_clear_frame, sendEvent, windowDidResize, drawRect:):
3578 Remove ns_in_resize check.
3579 (ns_clear_frame_area): Remove resize handle code.
3580
3581 * nsfns.m (ns_in_resize): Remove.
3582 (x_set_icon_name, ns_set_name, ns_set_name_as_filename):
3583 Remove ns_in_resize check.
3584
3585 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
3586
3587 Improve sys_siglist detection.
3588 * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
3589 defined as a macro, as is done in Solaris.
3590 (sys_siglist_entries): New macro.
3591 (save_strsignal): Use it.
3592 * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
3593 GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
3594
3595 2012-10-06 Jan Djärv <jan.h.d@swipnet.se>
3596
3597 * nsfns.m (Fx_create_frame): Call x_default_parameter with
3598 fullscreen/Fullscreen.
3599
3600 * nsterm.h (EmacsView): Rename tbar_height to tibar_height.
3601 tobar_height is new.
3602
3603 * nsterm.m (x_make_frame_visible): Check for fullscreen.
3604 (ns_fullscreen_hook): Activate old style fullscreen with a timer.
3605 (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
3606 (windowDidResize:): Check for correct window if old style fullscreen.
3607 Capitalize word in comment. Remove incorrect comment.
3608 (initFrameFromEmacs:): tbar_height renamed tibar_height.
3609 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
3610 error in drawing background.
3611 (toggleFullScreen:): Remove comment. Rearrange calls.
3612 Set toolbar values to zero, save old height in tobar_height.
3613 Restore tool bar height when leaving fullscreen.
3614 (canBecomeMainWindow): New function.
3615
3616 2012-10-06 Paul Eggert <eggert@cs.ucla.edu>
3617
3618 * keyboard.c (read_char): Remove unnecessary 'volatile's and label.
3619
3620 2012-10-05 Eli Zaretskii <eliz@gnu.org>
3621
3622 * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
3623
3624 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
3625 that time stamps of directories could also be changed.
3626 Don't request the too broad GENERIC_WRITE, only the more restrictive
3627 FILE_WRITE_ATTRIBUTES access rights.
3628
3629 * fileio.c (Fset_file_times): Special-case ignoring errors for
3630 directories only on MSDOS, not on MS-Windows.
3631
3632 2012-10-05 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
3633
3634 * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555)
3635
3636 2012-10-04 Eli Zaretskii <eliz@gnu.org>
3637
3638 * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
3639 see whether CreateFile failed.
3640
3641 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
3642
3643 * profiler.c (handle_profiler_signal): Inhibit pending signals too,
3644 to avoid similar races.
3645 * keyboard.c (pending_signals): Now bool, not int.
3646
3647 Port timers to OpenBSD, plus check for timer failures.
3648 OpenBSD problem reported by Han Boetes.
3649 * profiler.c (setup_cpu_timer): Check for failure of timer_settime
3650 and/or setitimer.
3651 (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
3652 * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms
3653 like OpenBSD, which has timer_settime but does not declare it.
3654 OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
3655 whether to use itimerspec-related primitives. All uses of
3656 HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
3657
3658 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
3659
3660 * profiler.c (handle_profiler_signal): Fix a malloc race
3661 that caused Emacs to hang on Fedora 17 when profiling Lisp.
3662
3663 2012-10-02 Jan Djärv <jan.h.d@swipnet.se>
3664
3665 * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
3666
3667 2012-10-02 Eli Zaretskii <eliz@gnu.org>
3668
3669 * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
3670 consistent with the change in return value of 'safe_strsignal'.
3671
3672 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
3673
3674 Prefer plain 'static' to 'static inline' (Bug#12541).
3675 * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
3676 (bidi_set_sor_type, bidi_push_embedding_level)
3677 (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
3678 (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
3679 (bidi_cache_search, bidi_cache_ensure_space)
3680 (bidi_cache_iterator_state, bidi_cache_find)
3681 (bidi_peek_at_next_level, bidi_set_paragraph_end)
3682 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
3683 (bidi_explicit_dir_char, bidi_resolve_neutral_1):
3684 Now 'static', not 'static inline'.
3685
3686 Count overruns when profiling; change units to ns.
3687 * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
3688 Give extra weight to samples after overruns, to attempt to count
3689 the time more accurately.
3690 (setup_cpu_timer): Change sampling interval units from ms to ns, since
3691 the underlying primitives nominally do ns.
3692 (Fprofiler_cpu_start): Document the change. Mention that
3693 the sampling intervals are only approximate.
3694
3695 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
3698
3699 * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
3700 case for the special 0 coding-system.
3701
3702 * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
3703 (Fmake_overlay): Remove redundant tests.
3704 (fix_start_end_in_overlays): Remove redundant recentering.
3705
3706 2012-10-02 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
3709 Update dependencies.
3710
3711 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3712
3713 Fix a malloc race condition involving strsignal.
3714 A signal can arrive in the middle of a malloc, and Emacs's signal
3715 handler can invoke strsignal, which can invoke malloc, which is
3716 not portable. This race condition bug makes Emacs hang on GNU/Linux.
3717 Fix it by altering the signal handler so that it does not invoke
3718 strsignal.
3719 * emacs.c (shut_down_emacs): Use safe_strsignal, not strsignal.
3720 * process.c (status_message): Use const pointer, in case strsignal
3721 is #defined to safe_strsignal.
3722 * sysdep.c (sys_siglist, init_signals): Always define and
3723 initialize a substitute sys_siglist if the system does not define
3724 one, even if HAVE_STRSIGNAL.
3725 (safe_strsignal): Rename from strsignal. Always define,
3726 using sys_siglist. Return a const pointer.
3727 * syssignal.h (safe_strsignal): New decl.
3728 (strsignal) [!HAVE_STRSIGNAL]: Define in terms of safe_strsignal.
3729
3730 2012-10-01 Eli Zaretskii <eliz@gnu.org>
3731
3732 * w32proc.c (timer_loop): Fix code that waits for timer
3733 expiration, to avoid high CPU usage.
3734
3735 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
3738 (sweep_weak_table): Remove redundant prototypes.
3739
3740 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
3741
3742 * emacs.c: Move the inclusion of TERM_HEADER after including
3743 windows.h on WINDOWSNT. This avoids compilation problems with
3744 MSVC.
3745
3746 2012-10-01 Eli Zaretskii <eliz@gnu.org>
3747
3748 * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET)
3749 (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses.
3750 (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *',
3751 as the previous version used 'void *'.
3752
3753 * ralloc.c (ROUNDUP): Fix last change.
3754 (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type
3755 'size_t'.
3756
3757 * w32proc.c <disable_itimers>: New static flag.
3758 (init_timers): Initialize it to zero, after creating the critical
3759 sections used by the timer threads.
3760 (term_timers): Set to 1 before deleting the critical sections.
3761 (getitimer, setitimer): If disable_itimers is non-zero, return an
3762 error indication without doing anything. Reported by Fabrice
3763 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
3764 (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
3765 return results.
3766 [!HAVE_SETITIMER]: Behave as the previous version that didn't
3767 support timers.
3768
3769 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
3770 term_ntproc after all the other bookkeeping, to get timers working
3771 as long as possible.
3772
3773 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3774
3775 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
3776 Suggested by Juri Linkov in
3777 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
3778
3779 Prefer plain 'static' to 'static inline' (Bug#12541).
3780 With static functions, modern compilers inline pretty well by
3781 themselves; advice from programmers often hurts as much as it helps.
3782 On my host (x86-64, Fedora 17, GCC 4.7.2, default 'configure'),
3783 this change shrinks the text size of the Emacs executable by 1.1%
3784 without affecting CPU significantly in my benchmark.
3785 * alloc.c (mem_find, live_string_p, live_cons_p, live_symbol_p)
3786 (live_float_p, live_misc_p, live_vector_p, live_buffer_p)
3787 (mark_maybe_object, mark_maybe_pointer, bounded_number):
3788 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
3789 (bset_auto_fill_function, bset_auto_save_file_format)
3790 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
3791 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
3792 (bset_cache_long_line_scans, bset_case_fold_search)
3793 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
3794 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
3795 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
3796 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
3797 (bset_header_line_format, bset_indicate_buffer_boundaries)
3798 (bset_indicate_empty_lines, bset_invisibility_spec)
3799 (bset_left_fringe_width, bset_major_mode, bset_mark)
3800 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
3801 (bset_name, bset_overwrite_mode, bset_pt_marker)
3802 (bset_right_fringe_width, bset_save_length)
3803 (bset_scroll_bar_width, bset_scroll_down_aggressively)
3804 (bset_scroll_up_aggressively, bset_selective_display)
3805 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
3806 (bset_word_wrap, bset_zv_marker, set_buffer_overlays_before)
3807 (set_buffer_overlays_after):
3808 * category.c (bset_category_table):
3809 * charset.c (read_hex):
3810 * coding.c (produce_composition, produce_charset)
3811 (handle_composition_annotation, handle_charset_annotation)
3812 (char_encodable_p):
3813 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers)
3814 (assign_row, set_frame_matrix_frame, make_current)
3815 (add_row_entry):
3816 * eval.c (set_specpdl_symbol, set_specpdl_old_value):
3817 * fns.c (maybe_resize_hash_table):
3818 * frame.c (fset_buffer_predicate, fset_minibuffer_window):
3819 * gmalloc.c (register_heapinfo):
3820 * image.c (lookup_image_type):
3821 * intervals.c (set_interval_object, set_interval_left)
3822 (set_interval_right, copy_interval_parent, rotate_right)
3823 (rotate_left, balance_possible_root_interval):
3824 * keyboard.c (kset_echo_string, kset_kbd_queue)
3825 (kset_keyboard_translate_table, kset_last_prefix_arg)
3826 (kset_last_repeatable_command, kset_local_function_key_map)
3827 (kset_overriding_terminal_local_map, kset_real_last_command)
3828 (kset_system_key_syms, clear_event, set_prop):
3829 * lread.c (digit_to_number):
3830 * marker.c (attach_marker, live_buffer, set_marker_internal):
3831 * nsterm.m (ns_compute_glyph_string_overhangs):
3832 * process.c (pset_buffer, pset_command)
3833 (pset_decode_coding_system, pset_decoding_buf)
3834 (pset_encode_coding_system, pset_encoding_buf, pset_filter)
3835 (pset_log, pset_mark, pset_name, pset_plist, pset_sentinel)
3836 (pset_status, pset_tty_name, pset_type, pset_write_queue):
3837 * syntax.c (bset_syntax_table, dec_bytepos):
3838 * terminal.c (tset_param_alist):
3839 * textprop.c (interval_has_some_properties)
3840 (interval_has_some_properties_list):
3841 * window.c (wset_combination_limit, wset_dedicated)
3842 (wset_display_table, wset_hchild, wset_left_fringe_width)
3843 (wset_left_margin_cols, wset_new_normal, wset_new_total)
3844 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
3845 (wset_right_fringe_width, wset_right_margin_cols)
3846 (wset_scroll_bar_width, wset_start, wset_temslot, wset_vchild)
3847 (wset_vertical_scroll_bar_type, wset_window_parameters):
3848 * xdisp.c (wset_base_line_number, wset_base_line_pos)
3849 (wset_column_number_displayed, wset_region_showing)
3850 (window_box_edges, run_window_scroll_functions)
3851 (append_glyph_string_lists, prepend_glyph_string_lists)
3852 (append_glyph_string, set_glyph_string_background_width)
3853 (append_glyph, append_composite_glyph)
3854 (take_vertical_position_into_account):
3855 * xfaces.c (x_create_gc, x_free_gc, merge_face_vectors)
3856 (face_attr_equal_p, lface_equal_p, hash_string_case_insensitive)
3857 (lface_hash, lface_same_font_attributes_p, lookup_face):
3858 * xml.c (libxml2_loaded_p):
3859 * xterm.c (x_set_mode_line_face_gc, x_set_glyph_string_gc)
3860 (x_set_glyph_string_clipping, x_clear_glyph_string_rect):
3861 Now 'static', not 'static inline'.
3862
3863 * bidi.c: Tune.
3864 (bidi_copy_it): Do the whole copy with a single memcpy.
3865 (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
3866
3867 Revert the FOLLOW-SYMLINKS change for file-attributes.
3868 Doing it right would require several changes to Tramp, and there's
3869 not enough time to get that tested before the freeze today.
3870 * dired.c (directory_files_internal, Ffile_attributes):
3871 Undo last change.
3872
3873 * frame.c (x_report_frame_params): Port better to wider ints.
3874 Do not assume that EMACS_UINT is the same width as uprintmax_t,
3875 or that pointers can be printed in 15 decimal digits.
3876 Avoid GCC warnings if EMACS_UINT is wider than a pointer.
3877
3878 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
3879
3880 Support x64 build on MS-Windows.
3881 * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64.
3882 (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for
3883 compatibility with x64.
3884 (x_get_focus_frame): Add prototype.
3885
3886 * w32term.c (w32_draw_underwave): Don't use GCC extensions for
3887 defining an XRectangle structure.
3888
3889 * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
3890 arithmetics for compatibility with x64.
3891
3892 * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
3893 compatibility with x64.
3894
3895 * w32heap.h: Adjust prototypes and declarations.
3896
3897 * w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap)
3898 (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of
3899 DWORD, long, and unsigned long, for compatibility with x64.
3900 (allocate_heap) [_WIN64]: Reserve 32GB of memory.
3901 (sbrk): Argument is now of type ptrdiff_t.
3902
3903 * w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being
3904 less than 0x0500.
3905 (w32_msg_pump): Use WPARAM type for 'result'.
3906
3907 * w32.c (init_environment, get_emacs_configuration): Support AMD64
3908 architecture.
3909 (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for
3910 compatibility with x64.
3911
3912 * vm-limit.c (lim_data): Now size_t.
3913 (check_memory_limits): Adjust prototypes of real_morecore and
3914 __morecore to receive argument of type ptrdiff_t. Use size_t for
3915 five_percent and data_size.
3916
3917 * unexw32.c: Use DWORD_PTR instead of DWORD for file-scope
3918 variables, for compatibility with x64.
3919 (rva_to_section, offset_to_section, relocate_offset)
3920 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET)
3921 (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info)
3922 (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD
3923 for compatibility with x64.
3924
3925 * sysdep.c (STDERR_FILENO): Define if not already defined.
3926
3927 * ralloc.c (real_morecore): Argument type is now ptrdiff_t.
3928 (__morecore): Argument type is now ptrdiff_t.
3929 (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'.
3930 (relinquish): Use ptrdiff_t type for 'excess'.
3931 (r_alloc_sbrk): Argument type is now ptrdiff_t.
3932
3933 * makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE.
3934 (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE)
3935 instead of a literal number.
3936
3937 * gmalloc.c [WINDOWSNT]: Include w32heap.h.
3938 (min): Define only if not already defined.
3939
3940 * frame.c (x_report_frame_params): Use EMACS_UINT for the return
3941 value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows
3942 hosts.
3943
3944 * image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since
3945 'bitmaps' is a pointer.
3946
3947 * dispextern.h (x_bitmap_pixmap): Adjust prototype.
3948
3949 * alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__.
3950
3951 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3952
3953 file-attributes has a new optional arg FOLLOW-SYMLINKS.
3954 * dired.c (directory_files_internal, Ffile_attributes):
3955 New arg follow_symlinks. All uses changed.
3956
3957 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.
3960
3961 2012-09-30 Eli Zaretskii <eliz@gnu.org>
3962
3963 Support atimers and CPU profiler via profile.c on MS-Windows.
3964 * w32proc.c (sig_mask, crit_sig): New static variables.
3965 (sys_signal): Support SIGALRM and SIGPROF.
3966 (sigemptyset, sigaddset, sigfillset, sigprocmask)
3967 (pthread_sigmask, setpgrp): Move here from w32.c. sigaddset,
3968 sigfillset, and sigprocmask are no longer no-ops.
3969 (sigismember): New function.
3970 (struct itimer_data): New definition.
3971 (ticks_now, real_itimer, prof_itimer, clocks_min, crit_real)
3972 (crit_prof): New static variables.
3973 (MAX_SINGLE_SLEEP): New definition.
3974 (timer_loop, stop_timer_thread, term_timers, init_timers)
3975 (start_timer_thread, getitimer, setitimer): New functions.
3976 (alarm): No longer a no-op, calls setitimer.
3977
3978 * w32.c (term_ntproc): Call term_timers.
3979 (init_ntproc): Make sure all signals are unblocked at startup, to
3980 erase any traces of dumping. Call init_timers.
3981
3982 * w32fns.c (hourglass_timer, HOURGLASS_ID): Remove.
3983 Windows-specific code to display the hourglass mouse pointer is no
3984 longer used.
3985 (w32_wnd_proc): Remove code that handled the WM_TIMER message due
3986 to hourglass timer expiration.
3987 (start_hourglass, cancel_hourglass, DEFAULT_HOURGLASS_DELAY):
3988 Remove, no longer used.
3989 (w32_note_current_window, show_hourglass, hide_hourglass):
3990 New functions, in support of hourglass cursor display similar to other
3991 window systems.
3992 (syms_of_w32fns): Don't initialize hourglass_timer.
3993
3994 * xdisp.c (start_hourglass, cancel_hourglass): Now used on
3995 WINDOWSNT as well.
3996 (start_hourglass) [WINDOWSNT]: Call w32_note_current_window.
3997
3998 * w32.h (init_timers, term_timers): Add prototypes.
3999
4000 2012-09-30 Kenichi Handa <handa@gnu.org>
4001
4002 * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention
4003 to the buffer relocation which may be caused by ccl_driver.
4004
4005 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4006
4007 * xfns.c (Fx_file_dialog): Update comment.
4008
4009 * w32fns.c (Fx_file_dialog): Update comment.
4010
4011 * nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
4012 Initialize panel name field if OSX >= 10.6.
4013
4014 * fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.
4015
4016 * nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.
4017
4018 * nsterm.m (NEW_STYLE_FS): New define.
4019 (ns_fullscreen_hook, windowWillEnterFullScreen)
4020 (windowDidEnterFullScreen, windowWillExitFullScreen)
4021 (windowDidExitFullScreen, toggleFullScreen, handleFS)
4022 (setFSValue): New functions.
4023 (EmacsFSWindow): New implementation.
4024 (canBecomeKeyWindow): New function for EmacsFSWindow.
4025 (ns_create_terminal): Set fullscreen_hook to ns_fullscreen_hook.
4026 (dealloc): Release nonfs_window if in fullscreen.
4027 (updateFrameSize:): Call windowDidMove to update top/left.
4028 (windowWillResize:toSize:): Check if frame is still maximized.
4029 (initFrameFromEmacs:): Initialize fs_state, fs_before_fs,
4030 next_maximized, maximized_width, maximized_height and nonfs_window.
4031 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and
4032 tbar_height.
4033 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
4034 fullscreen. Set maximized_width/height. Act on next_maximized.
4035
4036 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
4037 (EmacsView): Add variables for fullscreen.
4038 (handleFS, setFSValue, toggleFullScreen): New in EmacsView.
4039 (EmacsFSWindow): New interface for fullscreen.
4040
4041 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4042
4043 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4044
4045 2012-09-30 Chong Yidong <cyd@gnu.org>
4046
4047 * fns.c (Frandom): Doc fix.
4048
4049 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4050
4051 * window.c (Vwindow_combination_limit): New default value.
4052 (Qwindow_size): New symbol replacing Qtemp_buffer_resize.
4053
4054 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4055
4056 * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.
4057 Suggested by Eli Zaretskii in
4058 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00811.html>.
4059
4060 2012-09-30 Eli Zaretskii <eliz@gnu.org>
4061
4062 * profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
4063 HAVE_TIMER_SETTIME is defined.
4064
4065 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4066
4067 Profiler improvements: more-accurate timers, overflow checks.
4068 * profiler.c: Don't include stdio.h, limits.h, sys/time.h,
4069 signal.h, setjmp.h. Include systime.h instead.
4070 (saturated_add): New function.
4071 (record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
4072 (record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
4073 (profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
4074 New static vars.
4075 (enum profiler_cpu_running): New enum.
4076 (profiler_cpu_running): Now of that enum type, not bool.
4077 All uses changed to store the new value.
4078 (handle_profiler_signal): Rename from sigprof_handler_1,
4079 for consistency with other handlers. Do not check whether
4080 cpu_log is a hash-table if garbage collecting, since it
4081 doesn't matter in that case.
4082 (deliver_profiler_signal): Rename from sigprof_handler,
4083 for consistency with other handlers.
4084 (setup_cpu_timer): New function, with much of what used to be in
4085 Fprofiler_cpu_start. Check for out-of-range argument.
4086 Prefer timer_settime if available, and prefer
4087 thread cputime clocks, then process cputime clocks, then
4088 monotonic clocks, to the old realtime clock. Use make_timeval
4089 to round more-correctly when falling back to setitimer.
4090 (Fprofiler_cpu_start): Use it.
4091 (Fprofiler_cpu_stop): Prefer timer_settime if available.
4092 Don't assume that passing NULL as the 2nd argument of setitimer
4093 is the same as passing a pointer to all-zero storage.
4094 Ignore SIGPROF afterwards.
4095 (malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
4096 * sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
4097 non-fatal signal handlers. Ignore SIGPROF on startup.
4098 * syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
4099 in profiler.c, since sysdep.c now uses it.
4100
4101 * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
4102 Suggested by Eli Zaretskii in
4103 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
4104
4105 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
4106
4107 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4108
4109 2012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * lisp.h (struct backtrace): Remove indirection for `function' field.
4112 * xdisp.c (redisplay_internal):
4113 * profiler.c (record_backtrace, sigprof_handler_1):
4114 * alloc.c (Fgarbage_collect):
4115 * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
4116 (Fbacktrace_frame): Adjust accordingly.
4117
4118 2012-09-28 Glenn Morris <rgm@gnu.org>
4119
4120 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
4121 (Frun_hook_with_args_until_failure): Doc fixes.
4122
4123 2012-09-28 Eli Zaretskii <eliz@gnu.org>
4124
4125 * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
4126 Qautomatic_redisplay and change the symbol name. All users changed.
4127
4128 2012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
4129
4130 * profiler.c (sigprof_handler): Fix race condition.
4131
4132 2012-09-28 Glenn Morris <rgm@gnu.org>
4133
4134 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528)
4135
4136 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
4137
4138 Check more robustly for timer_settime.
4139 * Makefile.in (LIB_TIMER_TIME): New macro.
4140 (LIBES): Add it.
4141 * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
4142 Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
4143 call timer_settime.
4144
4145 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4146
4147 * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
4148
4149 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4150
4151 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4152
4153 2012-09-26 Paul Eggert <eggert@cs.ucla.edu>
4154
4155 * character.h (MAYBE_UNIFY_CHAR): Remove.
4156 * charset.c, charset.h (maybe_unify_char): Now static.
4157 * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
4158 Since this stuff is now private to charset.c, there's no need for
4159 a public macro and no need to inline by hand.
4160
4161 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4162 Stefan Monnier <monnier@iro.umontreal.ca>
4163 Juanma Barranquero <lekktu@gmail.com>
4164
4165 * profiler.c: New file.
4166 * Makefile.in (base_obj): Add profiler.o.
4167 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
4168 ($(BLD)/profiler.$(O)): New target.
4169 * emacs.c (main): Call syms_of_profiler.
4170 * alloc.c (Qautomatic_gc): New constant.
4171 (MALLOC_PROBE): New macro.
4172 (xmalloc, xzalloc, xrealloc, lisp_malloc, lisp_align_malloc): Use it.
4173 (total_bytes_of_live_objects): New function.
4174 (Fgarbage_collect): Use it. Record itself in backtrace_list.
4175 Call malloc_probe for the memory profiler.
4176 (syms_of_alloc): Define Qautomatic_gc.
4177 * eval.c (eval_sub, Ffuncall): Reorder assignments to avoid
4178 race condition.
4179 (struct backtrace): Move definition...
4180 * lisp.h (struct backtrace): ..here.
4181 (Qautomatic_gc, profiler_memory_running): Declare vars.
4182 (malloc_probe, syms_of_profiler): Declare functions.
4183 * xdisp.c (Qautomatic_redisplay): New constant.
4184 (redisplay_internal): Record itself in backtrace_list.
4185 (syms_of_xdisp): Define Qautomatic_redisplay.
4186
4187 2012-09-25 Eli Zaretskii <eliz@gnu.org>
4188 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
4189
4190 * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
4191
4192 2012-09-25 Paul Eggert <eggert@cs.ucla.edu>
4193
4194 Prefer POSIX timers if available.
4195 They avoid a race if the timer is too close to the current time.
4196 * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
4197 (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
4198 (init_atimer) [SIGEV_SIGNAL]: Initialize them.
4199
4200 2012-09-25 Eli Zaretskii <eliz@gnu.org>
4201
4202 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
4203 CHAR_STRING_ADVANCE.
4204 (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
4205 STRING_CHAR_ADVANCE.
4206
4207 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
4208
4209 Move Vlibrary_cache to emacs.c and reset before dumping.
4210
4211 * lisp.h (reset_image_types): Declare.
4212 [WINDOWSNT] (Vlibrary_cache): Declare.
4213
4214 * image.c (reset_image_types): New function.
4215
4216 * emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
4217 (syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
4218 (Fdump_emacs): Reset Vlibrary_cache and image_types.
4219
4220 * w32.c (Vlibrary_cache): Do not define; moved to emacs.c
4221 (globals_of_w32) <Vlibrary_cache>: Do not initialize.
4222
4223 * w32.h (Vlibrary_cache): Do not declare.
4224
4225 2012-09-25 Eli Zaretskii <eliz@gnu.org>
4226
4227 * w32proc.c (sys_signal): Handle all signals defined by the
4228 MS-Windows runtime, not just SIGCHLD. Actually install the signal
4229 handlers for signals supported by Windows. Don't override
4230 term_ntproc as the handler for SIGABRT.
4231 (sigaction): Rewrite to call sys_signal instead of duplicating its
4232 code.
4233 (sys_kill): Improve commentary.
4234
4235 * w32.c (term_ntproc): Accept (and ignore) one argument, for
4236 consistency with a signature of a signal handler. All callers
4237 changed.
4238 (init_ntproc): Accept an argument DUMPING. If dumping, don't
4239 install term_ntproc as a signal handler for SIGABRT, as that
4240 should be done by the dumped Emacs.
4241
4242 * w32.h (init_ntproc, term_ntproc): Adjust prototypes.
4243
4244 * w32select.c (term_w32select): Protect against repeated
4245 invocation by setting clipboard_owner to NULL after calling
4246 DestroyWindow.
4247
4248 * emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
4249 and term_ntproc to their modified signatures.
4250
4251 * character.c (char_string, string_char): Remove calls to
4252 MAYBE_UNIFY_CHAR. See the discussion starting at
4253 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
4254 for the details.
4255
4256 2012-09-25 Chong Yidong <cyd@gnu.org>
4257
4258 * xdisp.c (mode_line_inverse_video): Delete obsolete variable.
4259
4260 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * bytecode.c (exec_byte_code): Signal an error instead of aborting,
4263 when encountering an unknown bytecode.
4264
4265 2012-09-24 Paul Eggert <eggert@cs.ucla.edu>
4266
4267 image.c, indent.c: Use bool for booleans.
4268 * dispextern.h (struct image_type): Members valid_p, load, init
4269 now return bool, not int. All uses changed.
4270 * image.c: Omit unnecessary static decls.
4271 (x_create_bitmap_mask, x_build_heuristic_mask):
4272 Return void, not int, since callers don't care about the return value.
4273 (x_create_bitmap_mask, define_image_type, valid_image_p)
4274 (struct image_keyword, parse_image_spec, image_spec_value)
4275 (check_image_size, image_background)
4276 (image_background_transparent, x_clear_image_1)
4277 (postprocess_image, lookup_image, x_check_image_size)
4278 (x_create_x_image_and_pixmap, xbm_image_p)
4279 (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
4280 (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
4281 (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
4282 (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
4283 (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
4284 (png_image_p, init_png_functions, png_load_body, png_load)
4285 (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
4286 (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
4287 (init_gif_functions, gif_load, imagemagick_image_p)
4288 (imagemagick_load_image, imagemagick_load, svg_image_p)
4289 (init_svg_functions, svg_load, svg_load_image, gs_image_p)
4290 (gs_load):
4291 * nsimage.m (ns_load_image):
4292 * nsterm.m (ns_defined_color):
4293 * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
4294 * xfns.c (x_defined_color):
4295 * xterm.c (x_alloc_lighter_color_for_widget)
4296 (x_alloc_nearest_color_1, x_alloc_nearest_color)
4297 (x_alloc_lighter_color):
4298 * indent.c (disptab_matches_widthtab, current_column)
4299 (scan_for_column, string_display_width, indented_beyond_p)
4300 (compute_motion, vmotion, Fvertical_motion):
4301 Use bool for booleans.
4302
4303 2012-09-24 Chong Yidong <cyd@gnu.org>
4304
4305 * chartab.c (Fset_char_table_default): Obsolete function removed.
4306
4307 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
4308
4309 Move pid_t related decls out of lisp.h.
4310 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
4311 (interruptible_wait_for_termination):
4312 Move these decls from lisp.h to syswait.h, since they use pid_t.
4313 Needed on FreeBSD; see Herbert J. Skuhra in
4314 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
4315 * callproc.c: Include syswait.h.
4316
4317 gnutls.c, gtkutil.c: Use bool for boolean.
4318 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
4319 (emacs_gnutls_handle_error):
4320 * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
4321 (xg_hide_tooltip, xg_create_frame_widgets)
4322 (create_dialog, xg_uses_old_file_dialog)
4323 (xg_get_file_with_chooser, xg_get_file_with_selection)
4324 (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
4325 (xg_item_label_same_p, xg_update_menubar)
4326 (xg_modify_menubar_widgets, xg_event_is_for_menubar)
4327 (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
4328 (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
4329 (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
4330 (update_frame_tool_bar, free_frame_tool_bar):
4331 * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
4332 * nsmenu.m (ns_update_menubar):
4333 * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
4334 * xfns.c (Fx_show_tip) [USE_GTK]:
4335 Use bool for boolean.
4336 * gtkutil.c (xg_update_frame_menubar):
4337 * xmenu.c (update_frame_menubar):
4338 Return void, not int, since caller ignores return value.
4339 * gtkutil.c (xg_change_toolbar_position):
4340 Return void, not 1.
4341
4342 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * makefile.w32-in (BLOCKINPUT_H): Remove.
4345 (SYSSIGNAL_H): New macro.
4346 ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
4347 ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
4348 ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
4349 ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
4350 ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
4351 ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
4352 ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
4353 ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
4354 ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
4355 ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
4356 ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
4357 ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
4358 ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
4359 ($(BLD)/w32xfns.$(O)): Update dependencies.
4360
4361 2012-09-23 Eli Zaretskii <eliz@gnu.org>
4362
4363 * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
4364 fatal_error_backtrace.
4365
4366 * w32proc.c (sys_kill): Undo last change: don't do anything when
4367 invoked to deliver SIGABRT to our own process. This is now
4368 handled by emacs_raise.
4369
4370 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
4371
4372 * w32term.c (w32_read_socket): Remove leftover reference to
4373 interrupt_input_pending.
4374
4375 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
4376
4377 Do not use SA_NODEFER.
4378 Problem reported by Dani Moncayo in
4379 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
4380 * alloc.c (die):
4381 * sysdep.c (emacs_abort): Do not reset signal handler.
4382 * emacs.c (terminate_due_to_signal): Reset signal handler here.
4383 * sysdep.c (init_signals): Do not use SA_NODEFER. It wasn't
4384 wanted even on POSIXish hosts, and it doesn't work on Windows.
4385
4386 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
4387
4388 * xterm.c (x_term_init): Call fixup_locale before and after calling
4389 gtk_init (Bug#12392).
4390
4391 2012-09-23 Chong Yidong <cyd@gnu.org>
4392
4393 * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
4394 Vdynamic_library_alist.
4395
4396 * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
4397 (Fgnutls_available_p): Caller changed.
4398
4399 * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
4400 (Flibxml_parse_xml_region): Likewise.
4401
4402 * dispextern.h (struct image_type): Remove arg from init function.
4403
4404 * image.c (Finit_image_library, lookup_image_type)
4405 (define_image_type): Remove now-unneeded second arg.
4406 (init_xpm_functions, init_png_functions, init_jpeg_functions)
4407 (init_tiff_functions, init_gif_functions, init_svg_functions):
4408 Arglist and w32_delayed_load calling convention changed.
4409 (gs_type): Remove init_gs_functions; there is no such function.
4410 (valid_image_p, make_image): Fix caller to lookup_image_type.
4411
4412 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
4413
4414 Simplify and avoid signal-handling races (Bug#12471).
4415 * alloc.c (die):
4416 * sysdep.c (emacs_abort) [HAVE_NTGUI]:
4417 Avoid recursive loop if there's a fatal error in the function itself.
4418 * atimer.c (pending_atimers):
4419 * blockinput.h: Don't include "atimer.h"; no longer needed.
4420 (interrupt_input_pending): Remove. All uses removed.
4421 pending_signals now counts both atimers and ordinary interrupts.
4422 This is less racy than having three separate pending-signal flags.
4423 (block_input, unblock_input, totally_unblock_input, unblock_input_to)
4424 (input_blocked_p):
4425 Rename from their upper-case counterparts BLOCK_INPUT,
4426 UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
4427 INPUT_BLOCKED_P, and turn into functions. All uses changed.
4428 This makes it easier to access volatile variables more accurately.
4429 (BLOCK_INPUT_RESIGNAL): Remove. All uses replaced by unblock_input ().
4430 (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
4431 that's more reliable if the code is buggy and sets
4432 interrupt_input_blocked to a negative value. All uses changed.
4433 * atimer.c (deliver_alarm_signal):
4434 Remove. No need to deliver this to the parent; any thread can
4435 handle this signal now. All uses replaced by underlying handler.
4436 * atimer.c (turn_on_atimers):
4437 * dispnew.c (handle_window_change_signal):
4438 * emacs.c (handle_danger_signal):
4439 * keyboard.c (kbd_buffer_get_event):
4440 Don't reestablish signal handler; not needed with sigaction.
4441 * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
4442 (UNBLOCK_INPUT_TO):
4443 Rework to avoid unnecessary accesses to volatile variables.
4444 (UNBLOCK_INPUT_TO): Now a function.
4445 (totally_unblock_input, unblock_input): New decls.
4446 * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
4447 (init_data): Remove. Necessary stuff now done in init_signal.
4448 * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
4449 * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
4450 (fatal_error_code): Remove; no longer needed.
4451 (terminate_due_to_signal): Rename from fatal_error_backtrace, since
4452 it doesn't always backtrace. All uses changed. No need to reset
4453 signal to default, since sigaction and/or die does that for us now.
4454 Use emacs_raise (FOO), not kill (getpid (), FOO).
4455 (main): Check more-accurately whether we're dumping.
4456 Move fatal-error setup to sysdep.c
4457 * floatfns.c: Do not include "syssignal.h"; no longer needed.
4458 * gtkutil.c (xg_get_file_name, xg_get_font):
4459 Remove no-longer-needed signal-mask manipulation.
4460 * keyboard.c, process.c (POLL_FOR_INPUT):
4461 Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
4462 * keyboard.c (read_avail_input): Remove.
4463 All uses replaced by gobble_input.
4464 (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
4465 (kbd_buffer_store_event_hold, gobble_input):
4466 (record_asynch_buffer_change) [USABLE_SIGIO]:
4467 (store_user_signal_events):
4468 No need to mess with signal mask.
4469 (gobble_input): If blocking input and there are terminals, simply
4470 set pending_signals to 1 and return. All hooks changed to not
4471 worry about whether input is blocked.
4472 (process_pending_signals): Clear pending_signals before processing
4473 them, in case a signal comes in while we're processing.
4474 By convention callers now test pending_signals before calling us.
4475 (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
4476 New functions, to support changes to blockinput.h.
4477 (handle_input_available_signal): Now extern.
4478 (reinvoke_input_signal): Remove. All uses replaced by
4479 handle_async_input.
4480 (quit_count): Now volatile, since a signal handler uses it.
4481 (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg.
4482 All callers changed. Block SIGINT only if not already blocked.
4483 Clear sigmask reliably, even if Fsignal returns, which it can.
4484 Omit unnecessary accesses to volatile var.
4485 (quit_throw_to_read_char): No need to restore sigmask.
4486 * keyboard.c (gobble_input, handle_user_signal):
4487 * process.c (wait_reading_process_output):
4488 Call signal-handling code rather than killing ourselves.
4489 * lisp.h: Include <float.h>, for...
4490 (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
4491 (pending_signals): Now volatile.
4492 (syms_of_data): Now const if IEEE floating point.
4493 (handle_input_available_signal) [USABLE_SIGIO]:
4494 (terminate_due_to_signal, record_child_status_change): New decls.
4495 * process.c (create_process): Avoid disaster if memory is exhausted
4496 while we're processing a vfork, by tightening the critical section
4497 around the vfork.
4498 (send_process_frame, process_sent_to, handle_pipe_signal)
4499 (deliver_pipe_signal): Remove. No longer needed, as Emacs now
4500 ignores SIGPIPE.
4501 (send_process): No need for setjmp/longjmp any more, since the
4502 SIGPIPE stuff is now gone. Instead, report an error if errno
4503 is EPIPE.
4504 (record_child_status_change): Now extern. PID and W are now args.
4505 Return void, not bool. All callers changed.
4506 * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
4507 Remove. All uses removed. This bug should be fixed now in a
4508 different way.
4509 (wait_for_termination_1): Use waitpid rather than sigsuspend,
4510 and record the child status change directly. This avoids the
4511 need to futz with the signal mask.
4512 (process_fatal_action): Move here from emacs.c.
4513 (emacs_sigaction_flags): New function, containing
4514 much of what used to be in emacs_sigaction_init.
4515 (emacs_sigaction_init): Use it. Block nonfatal system signals that are
4516 caught by emacs, to make races less likely.
4517 (deliver_process_signal): Rename from handle_on_main_thread.
4518 All uses changed.
4519 (BACKTRACE_LIMIT_MAX): Now at top level.
4520 (thread_backtrace_buffer, threadback_backtrace_pointers):
4521 New static vars.
4522 (deliver_thread_signal, deliver_fatal_thread_signal):
4523 New functions, for more-accurate delivery of thread-specific signals.
4524 (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
4525 (deliver_arith_signal): Handle in this thread, not
4526 in the main thread, since it's triggered by this thread.
4527 (maybe_fatal_sig): New function.
4528 (init_signals): New arg DUMPING so that we can be more accurate
4529 about whether we're dumping. Caller changed.
4530 Treat thread-specific signals differently from process-general signals.
4531 Block all signals while handling fatal error; that's safer.
4532 xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
4533 on IEEE hosts.
4534 When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
4535 Ignore SIGPIPE unless batch.
4536 (emacs_backtrace): Output backtrace for the appropriate thread,
4537 which is not necessarily the main thread.
4538 * syssignal.h: Include <stdbool.h>.
4539 (emacs_raise): New macro.
4540 * xterm.c (x_connection_signal): Remove; no longer needed
4541 now that we use sigaction.
4542 (x_connection_closed): No need to mess with sigmask now.
4543 (x_initialize): No need to reset SIGPIPE handler here, since
4544 init_signals does this for us now.
4545
4546 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
4547
4548 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
4549 background rect may be larger (Bug#12245).
4550
4551 2012-09-23 Chong Yidong <cyd@gnu.org>
4552
4553 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
4554
4555 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
4556
4557 * .gdbinit: Just stop at fatal_error_backtrace.
4558 See Stefan Monnier's request in
4559 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
4560 Remove no-longer-used query of system type.
4561
4562 2012-09-22 Chong Yidong <cyd@gnu.org>
4563
4564 * search.c (Freplace_match): Doc fix (Bug#12325).
4565
4566 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
4567
4568 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
4569 (Fline_end_position): Doc fix.
4570
4571 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
4572
4573 2012-09-22 Chong Yidong <cyd@gnu.org>
4574
4575 * dispextern.h (struct image_type): Add new slot, storing a type
4576 initialization function.
4577
4578 * image.c (define_image_type): Call the image initializer function
4579 if it is defined. Arguments and return value changed.
4580 (valid_image_p, make_image): Callers changed.
4581 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
4582 (gif_type, imagemagick_type, svg_type, gs_type):
4583 Add initialization functions.
4584 (Finit_image_library): Call lookup_image_type.
4585 (CHECK_LIB_AVAILABLE): Macro deleted.
4586 (lookup_image_type): Call define_image_type here, rather than via
4587 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
4588 (syms_of_image): Move define_image_type calls for xbm_type and
4589 pbm_type to lookup_image_type.
4590
4591 2012-09-22 Eli Zaretskii <eliz@gnu.org>
4592
4593 * keyboard.c (timer_check_2): Move calculation of 'timers' and
4594 'idle_timers' from here ...
4595 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
4596 lists, to avoid infloops when the timer does something stupid,
4597 like reinvoke itself with the same or smaller time-out.
4598 (Bug#12447)
4599
4600 2012-09-22 Martin Rudalics <rudalics@gmx.at>
4601
4602 * window.c (Fsplit_window_internal): Handle only Qt value of
4603 Vwindow_combination_limit separately.
4604 (Qtemp_buffer_resize): New symbol.
4605 (Vwindow_combination_limit): New default value.
4606 Rewrite doc-string.
4607
4608 2012-09-22 Eli Zaretskii <eliz@gnu.org>
4609
4610 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
4611 the new overlay string. (Bug#10159)
4612
4613 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
4614
4615 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
4616 or that fprintf is async-signal-safe. POSIX doesn't require
4617 either assumption.
4618
4619 2012-09-22 Chong Yidong <cyd@gnu.org>
4620
4621 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
4622 (Bug#8207).
4623
4624 2012-09-22 Kenichi Handa <handa@gnu.org>
4625
4626 * composite.c (composition_reseat_it): Handle the case that a
4627 grapheme cluster is not covered by a single font (Bug#12352).
4628
4629 2012-09-21 Chong Yidong <cyd@gnu.org>
4630
4631 * image.c (define_image_type): Avoid adding duplicate types to
4632 image_types (Bug#12463). Suggested by Jörg Walter.
4633
4634 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4635
4636 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
4637 (print_load_command_name): Add case LC_DATA_IN_CODE.
4638 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
4639
4640 2012-09-21 Glenn Morris <rgm@gnu.org>
4641
4642 * eval.c (Frun_hook_with_args_until_success)
4643 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
4644
4645 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
4646
4647 * fileio.c (Ffile_selinux_context): Only call freecon when
4648 lgetfilecon succeeded.
4649 (Fset_file_selinux_context): Likewise. (Bug#12444)
4650
4651 2012-09-21 Eli Zaretskii <eliz@gnu.org>
4652
4653 * xdisp.c (try_window_reusing_current_matrix): Under bidi
4654 reordering, locate the cursor by calling set_cursor_from_row; if
4655 that fails, clear the desired glyph matrix before returning a
4656 failure indication to the caller. Fixes leaving garbled display
4657 when fast scrolling with a down-key. (Bug#12403)
4658 (compute_stop_pos_backwards): Fix a typo that caused crashes while
4659 scrolling through multibyte text.
4660
4661 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
4664 calling mark_vectorlike since that's the one that marks the window.
4665 (mark_discard_killed_buffers): Mark the final cdr.
4666 * window.h (struct window): Move prev/next_buffers to the
4667 non-standard fields.
4668 * window.c (make_window): Initialize prev/next_buffers manually.
4669
4670 2012-09-20 Paul Eggert <eggert@cs.ucla.edu>
4671
4672 Omit unused arg EXPECTED from socket hooks.
4673 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
4674 * nsterm.m (ns_term_init):
4675 * termhooks.h (struct terminal.read_socket_hook):
4676 * w32inevt.c (w32_console_read_socket):
4677 * w32term.c (w32_read_socket):
4678 * xterm.c (XTread_socket):
4679 Omit unused arg EXPECTED. All callers changed.
4680 (store_user_signal_events): Return void, not int, since callers no
4681 longer care about the return value. All uses changed.
4682
4683 2012-09-20 Juanma Barranquero <lekktu@gmail.com>
4684
4685 * w32gui.h (XParseGeometry): Do not declare.
4686
4687 2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
4688
4689 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
4690 Ignore 'expected'. See Eli Zaretskii in
4691 <http://bugs.gnu.org/12471#8> (last line).
4692
4693 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
4694 (XParseGeometry): Now static. Substitute extremal values for
4695 values that are out of range.
4696
4697 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
4698
4699 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
4700
4701 * nsfns.m (XParseGeometry): Remove.
4702 (Fx_create_frame): Call x_set_offset to correctly interpret
4703 top_pos in geometry.
4704
4705 * frame.c (read_integer, XParseGeometry): Move from w32xfns.c.
4706 (Fx_parse_geometry): If there is a space in string, call
4707 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
4708
4709 2012-09-17 Eli Zaretskii <eliz@gnu.org>
4710
4711 * search.c (scan_buffer): Use character positions in calls to
4712 region_cache_forward and region_cache_backward, not byte
4713 positions. (Bug#12196)
4714
4715 * w32term.c (w32_read_socket): Set pending_signals to 1, like
4716 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
4717
4718 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
4719 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
4720 emacs_blocked_malloc, now deleted.
4721
4722 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
4723
4724 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
4725 The workaround was for improving performance on Solaris 2.4, but
4726 is getting in the way now. Emacs will still work if someone is
4727 still running Solaris 2.4 in a museum somewhere; Sun dropped
4728 support for Solaris 2.4 in 2003.
4729 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
4730 * process.c (create_process) [HAVE_WORKING_VFORK]:
4731 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
4732 since Emacs no longer uses vfork on that platform.
4733
4734 2012-09-17 Glenn Morris <rgm@gnu.org>
4735
4736 * emacs.c: Use COPYRIGHT.
4737
4738 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
4739
4740 Remove configure's --without-sync-input option (Bug#12450).
4741 When auditing signal-handling in preparation for cleaning it up,
4742 I found that SYNC_INPUT has race conditions and would be a real
4743 pain to fix. Since it's an undocumented and deprecated
4744 configure-time option, now seems like a good time to remove it.
4745 Also see <http://bugs.gnu.org/11080#16>.
4746 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
4747 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
4748 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
4749 (malloc_hysteresis):
4750 (check_depth) [XMALLOC_OVERRUN_CHECK]:
4751 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
4752 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
4753 (dont_register_blocks, bytes_used_when_reconsidered)
4754 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
4755 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
4756 [!SYSTEM_MALLOC && !SYNC_INPUT]:
4757 Remove. All uses removed.
4758 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
4759 implementation, one that depends on whether the new macro
4760 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
4761 is defined.
4762 * atimer.c (run_timers, handle_alarm_signal):
4763 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
4764 (handle_async_input, process_pending_signals)
4765 (handle_input_available_signal, init_keyboard):
4766 * nsterm.m (ns_read_socket):
4767 * process.c (wait_reading_process_output):
4768 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
4769 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
4770 (emacs_write):
4771 * xterm.c (XTread_socket):
4772 Assume SYNC_INPUT.
4773 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
4774 * eval.c (handling_signal): Remove. All uses removed.
4775 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
4776 All uses replaced with the SYNC_INPUT version.
4777 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
4778 Remove decls.
4779 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
4780 Now static.
4781
4782 * font.c (Ffont_shape_gstring): Remove unused local.
4783
4784 2012-09-16 Glenn Morris <rgm@gnu.org>
4785
4786 * Makefile.in (clean): No longer run nextstep's clean.
4787
4788 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
4789 (ns_frag): Remove.
4790 (ns-app): Move here from ns.mk, and simplify.
4791 (clean): Simplify nextstep entry.
4792 * ns.mk: Remove file.
4793
4794 2012-09-17 Kenichi Handa <handa@gnu.org>
4795
4796 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
4797 not covert the last few charactes.
4798
4799 2012-09-16 Kenichi Handa <handa@gnu.org>
4800
4801 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
4802 here, but just check the validity of glyphs in the glyph-string.
4803
4804 2012-09-16 Martin Rudalics <rudalics@gmx.at>
4805
4806 * window.c (Fwindow_parameter, Fset_window_parameter):
4807 Accept any window as argument (Bug#12452).
4808
4809 2012-09-16 Jan Djärv <jan.h.d@swipnet.se>
4810
4811 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
4812 to ns_term_init to avoid memory leak.
4813
4814 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
4815 explicit retain/release.
4816 (ns_term_init): Only allow one display. Initialize outerpool and
4817 ns_*_types.
4818
4819 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
4820
4821 Port _setjmp fix to POSIXish hosts as well as Microsoft.
4822 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
4823 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
4824 the Microsoft problem in a different way, by altering ../nt/config.nt.
4825
4826 2012-09-15 Eli Zaretskii <eliz@gnu.org>
4827
4828 * w32xfns.c:
4829 * w32uniscribe.c:
4830 * w32term.c:
4831 * w32select.c:
4832 * w32reg.c:
4833 * w32proc.c:
4834 * w32menu.c:
4835 * w32inevt.c:
4836 * w32heap.c:
4837 * w32font.c:
4838 * w32fns.c:
4839 * w32console.c:
4840 * w32.c:
4841 * w16select.c: Remove inclusion of setjmp.h, as it is now included
4842 by lisp.h. This completes removal of setjmp.h inclusion
4843 erroneously announced in the previous commit. (Bug#12446)
4844
4845 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
4846 more accurate.
4847
4848 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
4849 not defined as a macro. The latter happens on MS-Windows.
4850 (Bug#12446)
4851
4852 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
4853
4854 Port better to POSIX hosts lacking _setjmp (Bug#12446).
4855 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
4856 Some instances of '#include <setjmp.h>' removed, if the
4857 only reason for the instance was because "lisp.h" was included.
4858 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
4859 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
4860 and _longjmp with the new symbols. Emacs already uses _setjmp if
4861 available, so this change affects only POSIXish hosts that have
4862 sigsetjmp but not _setjmp, such as some versions of Solaris and
4863 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
4864 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
4865 (png_load_body) [HAVE_PNG]:
4866 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
4867 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
4868 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
4869 since PNG requires jmp_buf. This is the only exception to the
4870 general rule that we now use sys_setjmp and sys_longjmp.
4871 This exception is OK since this code does not change the signal
4872 mask or longjmp out of a signal handler.
4873
4874 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
4875
4876 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
4877 Include "syssignal.h", for 'main_thread'.
4878
4879 2012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
4880
4881 Avoid out-of-range marker position (Bug#12426).
4882 * insdel.c (replace_range, replace_range_2):
4883 Adjust markers before overlays, as suggested by comments.
4884 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
4885 Remove redundant check before calling offset_intervals.
4886
4887 2012-09-14 Martin Rudalics <rudalics@gmx.at>
4888
4889 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
4890 current buffer (Bug#12387).
4891
4892 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
4893
4894 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
4895
4896 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4897
4898 Use a more backwards-compatible timer format (Bug#12430).
4899 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
4900 vector element, not from the 4th, since PSECS is now at the end.
4901 (Fcurrent_idle_time): Doc fix.
4902
4903 2012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
4904
4905 Function to mark objects and remove killed buffers at once.
4906 * alloc.c (discard_killed_buffers): Rename to ...
4907 (mark_discard_killed buffers) ... new name. Add marking
4908 of remaining objects. Fix comment. Adjust users.
4909 (mark_object): Do not touch frame buffer lists here.
4910 * frame.c (delete_frame): Reset frame buffer lists here.
4911
4912 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4913
4914 Better workaround for GNOME bug when --enable-gcc-warnings.
4915 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
4916 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
4917 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
4918
4919 Simplify SIGIO usage (Bug#12408).
4920 The code that dealt with SIGIO was crufty and confusing, e.g., it
4921 played tricks like "#undef SIGIO" but these tricks were not used
4922 consistently. Simplify mostly by not #undeffing standard symbols,
4923 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
4924 or not as we please) rather than "defined SIGIO" (standard symbol
4925 that we probably shouldn't #undef).
4926 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
4927 Modules that need it can include it.
4928 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
4929 * dispextern.h (ignore_sigio): New decl.
4930 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
4931 unconditionally, since it's now a no-op if !USABLE_SIGIO.
4932 * emacs.c (shut_down_emacs):
4933 * keyboard.c (kbd_buffer_store_event_hold):
4934 Use ignore_sigio rather than invoking 'signal' directly.
4935 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
4936 for FIONREAD.
4937 (FIONREAD, SIGIO): Do not #undef.
4938 (tty_read_avail_input): Use #error rather than a syntax error.
4939 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
4940 for I_PIPE, used by SETUP_SLAVE_PTY.
4941 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
4942 * sysdep.c (croak): Remove; no longer needed. This bit of
4943 temporary code, with Fred N. Fish's comment that it's temporary,
4944 has been in Emacs since at least 1992!
4945 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
4946 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
4947 * syssignal.h (croak): Remove decl.
4948 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
4949 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
4950 now that we're termios-only.
4951 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
4952 * term.c (dissociate_if_controlling_tty): Use #error rather than
4953 a run-time error.
4954
4955 Work around GCC and GNOME bugs when --enable-gcc-warnings.
4956 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
4957 to work around GNOME bug 683906.
4958 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
4959 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
4960 This works around GCC bug 54561.
4961
4962 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
4963
4964 More fixes for 'volatile' and setjmp/longjmp.
4965 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
4966 * image.c (struct png_load_context) [HAVE_PNG]: New type.
4967 (png_load_body) [HAVE_PNG]:
4968 (jpeg_load_body) [HAVE_JPEG]:
4969 New function, with most of the old parent function's body.
4970 (png_load) [HAVE_PNG]:
4971 (jpeg_load) [HAVE_JPEG]:
4972 Invoke the new function, to avoid longjmp munging our locals.
4973 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
4974 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
4975 longjmp is passed 2, as the C standard doesn't guarantee this.
4976 Instead, store the failure code into mgr->failure_code.
4977
4978 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
4981 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
4982 (syms_of_keyboard): Remove support for unread-command-char.
4983
4984 2012-09-12 Eli Zaretskii <eliz@gnu.org>
4985
4986 * w32proc.c (sys_kill): If PID is our process ID and the signal is
4987 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
4988 violation. (Bug#12426)
4989
4990 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
4991
4992 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
4993
4994 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * eval.c: Add `inhibit-debugger'.
4997 (Qinhibit_debugger): New symbol.
4998 (call_debugger): Bind it instead of Qdebug_on_error.
4999 (maybe_call_debugger): Test Vinhibit_debugger.
5000 (syms_of_eval): Define inhibit-debugger.
5001 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
5002 (syms_of_xdisp): Remove inhibit-debug-on-message.
5003
5004 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
5005
5006 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
5007 If a nonvolatile local variable is written before a _longjmp to
5008 the frame containing the variable, and is read after the _longjmp,
5009 the value read is indeterminate. Some local variables of type
5010 'struct handler' and 'struct catchtag' are used in this way, so
5011 mark each of their slots as volatile if the slot can be set before
5012 _longjmp and read afterwards.
5013 * lisp.h (struct handler): var and chosen_clause are now volatile.
5014 (struct catchtag): val, next, and pdlcount are now volatile.
5015
5016 * bidi.c (bidi_push_it, bidi_pop_it):
5017 * fns.c (copy_hash_table):
5018 * image.c (define_image_type):
5019 * keyboard.c (kbd_buffer_store_event_hold):
5020 * process.c (Fprocess_send_eof):
5021 * xfaces.c (x_create_gc) [HAVE_NS]:
5022 * xgselect.c (xg_select):
5023 Prefer assignment to memcpy when either will do.
5024
5025 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
5026 Use pointer-to-a-pointer to simplify and avoid a NILP check each
5027 time an item is removed. No need to mark this function 'inline';
5028 the compiler knows better than we do.
5029
5030 2012-09-11 Jan Djärv <jan.h.d@swipnet.se>
5031
5032 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
5033 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
5034 to change_frame_size (Bug#12388).
5035 (windowDidResize:): Pass YES to updateFrameSize.
5036
5037 * nsterm.h: Add delay parameter to updateFrameSize.
5038
5039 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
5040
5041 Discard killed buffers from deleted window and frame objects.
5042 This reduces an amount of references to killed buffers and
5043 helps GC to reclaim them faster.
5044 * alloc.c (discard_killed_buffers): New function.
5045 (mark_object): Use it for deleted windows and frames.
5046 (mark_object): If symbol's value is set up for a killed buffer
5047 or deleted frame, restore its global binding.
5048 * data.c (swap_in_global_binding): Add GC notice.
5049 (swap_in_symval_forwarding): Use convenient set_blv_where.
5050 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
5051 * window.h: ... to here.
5052
5053 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
5054
5055 Convenient macro to check whether the buffer is live.
5056 * buffer.h (BUFFER_LIVE_P): New macro.
5057 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
5058 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
5059
5060 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5061
5062 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
5063 composition cases (Bug#12364).
5064
5065 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
5066 overhang of succeeding glyphs overlapping box cursor.
5067
5068 * w32term.c (x_draw_glyph_string): Likewise.
5069
5070 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
5071
5072 Simplify, document, and port floating-point (Bug#12381).
5073 The porting part of this patch fixes bugs on non-IEEE platforms
5074 with frexp, ldexp, logb.
5075 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
5076 Now static.
5077 * floatfns.c: Simplify discussion of functions that Emacs doesn't
5078 support, by removing commented-out code and briefly listing the
5079 C89 functions excluded. The commented-out stuff was confusing
5080 maintenance, e.g., we thought we needed cbrt but it was commented out.
5081 (logb): Remove decl; no longer needed.
5082 (isfinite): New macro, if not already supplied.
5083 (isnan): Don't replace any existing macro.
5084 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
5085 are present on all C89 platforms.
5086 (Ffrexp): Do not special-case zero, as frexp does the right thing
5087 for that case.
5088 (Flogb): Do not use logb, as it doesn't have the desired meaning
5089 on hosts that use non-base-2 floating point. Instead, stick with
5090 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
5091 frexp, to avoid getting an unspecified result.
5092
5093 * xdisp.c (Qinhibit_debug_on_message): Now static.
5094
5095 2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
5096
5097 * nsterm.m (ns_update_begin): Set clip path to whole view by using
5098 NSBezierPath (Bug#12131).
5099
5100 2012-09-10 Chong Yidong <cyd@gnu.org>
5101
5102 * fns.c (Fdelq, Fdelete): Doc fix.
5103
5104 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
5105
5106 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
5107 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
5108
5109 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * lisp.h (make_lisp_ptr): New macro to replace XSET.
5112 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
5113 Use it.
5114
5115 2012-09-09 Eli Zaretskii <eliz@gnu.org>
5116
5117 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
5118 left fringe if the window has a left margin. This avoids leaving
5119 traces of the cursor because its leftmost pixel is not drawn over.
5120
5121 * dispnew.c (update_window_line): When the left margin area of a
5122 screen line is updated, set the redraw_fringe_bitmaps_p flag of
5123 that screen line. (Bug#12277)
5124
5125 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
5126
5127 Assume C89 or later for math functions (Bug#12381).
5128 This simplifies the code, and makes it a bit smaller and faster,
5129 and (most important) makes it easier to clean up signal handling
5130 since we can stop worring about floating-point exceptions in
5131 library code. That was a problem before C89, but the problem
5132 went away many years ago on all practical Emacs targets.
5133 * data.c, image.c, lread.c, print.c:
5134 Don't include <math.h>; no longer needed.
5135 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
5136 might be autoconfigured, as that never happens.
5137 * data.c (fmod):
5138 * doprnt.c (DBL_MAX_10_EXP):
5139 * print.c (DBL_DIG):
5140 Remove. C89 or later always defines these.
5141 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
5142 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
5143 (arith_error, domain_error, domain_error2):
5144 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
5145 no longer needed -- we simply return what C returns. All uses removed.
5146 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
5147 the wrapped code.
5148 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
5149 Remove. All uses expanded, as these macros are no longer used
5150 more than once and are now more trouble than they're worth.
5151 (Ftan): Use tan, not sin / cos.
5152 (Flogb): Assume C89 frexp.
5153 (fmod_float): Assume C89 fmod.
5154 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
5155 (init_floatfns): Remove. All uses removed.
5156
5157 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
5158
5159 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
5160 compositeToPoint for OSX < 10.6 (Bug#12390).
5161
5162 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
5163
5164 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
5165 This produces more-accurate results.
5166
5167 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
5168
5169 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
5170 changes (Bug#12088).
5171
5172 2012-09-08 Chong Yidong <cyd@gnu.org>
5173
5174 * syntax.c (Fstring_to_syntax): Doc fix.
5175
5176 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
5177
5178 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
5179 in the internal border.
5180 (x_set_window_size): Remove static variables and their usage.
5181 (ns_redraw_scroll_bars): Fix NSTRACE arg.
5182 (ns_after_update_window_line, ns_draw_fringe_bitmap):
5183 Remove fringe/internal border adjustment (Bug#11052).
5184 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
5185 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
5186 (ns_fix_rect_ibw): Remove.
5187 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
5188 (ns_dumpglyphs_box_or_relief): Ditto.
5189 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
5190 adjustment.
5191 (ns_dumpglyphs_image): Ditto.
5192 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
5193 border adjustment.
5194 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
5195 their usage. Add fringe_extended_p and its use as in other terms.
5196 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
5197 scroll bar was removed.
5198 (updateFrameSize): New function.
5199 (windowDidResize): Move code to updateFrameSize and call it.
5200
5201 * nsterm.h (EmacsView): Add updateFrameSize.
5202
5203 2012-09-07 Chong Yidong <cyd@gnu.org>
5204
5205 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
5206
5207 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
5208
5209 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
5210
5211 More signal-handler cleanup (Bug#12327).
5212 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
5213 Problem introduced when merging patches. Noted by Eli Zaretskii in
5214 <http://bugs.gnu.org/12327#67>.
5215 * floatfns.c: Comment fix.
5216 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
5217 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
5218 and anyway the declaration is harmless even if SIGDANGER is not defined.
5219 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
5220 defined BROKEN_FIONREAD). systty.h formerly did this, but other
5221 source files not surprisingly expected syssignal.h to define, or
5222 not define, SIGIO, and it's cleaner to do it that way, for consistency.
5223 Include <sys/ioctl.h>, for FIONREAD.
5224 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
5225 This eliminates a problem whereby other files mysteriously had
5226 to include "syssignal.h" before including "systty.h" if they
5227 wanted to use "#ifdef SIGIO".
5228
5229 2012-09-07 Eli Zaretskii <eliz@gnu.org>
5230
5231 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
5232
5233 * w32.c (sigemptyset): Empty the set.
5234 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
5235
5236 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
5237
5238 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
5239
5240 * alloc.c (mark_buffer): Revert unsafe marking optimization.
5241 (mark_object): Likewise for frame objects.
5242
5243 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
5244
5245 * syssignal.h (handle_on_main_thread): Always declare,
5246 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
5247 This ports to platforms without HAVE_PTHREAD.
5248
5249 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
5250
5251 Signal-handler cleanup (Bug#12327).
5252 Emacs's signal handlers were written in the old 4.2BSD style with
5253 sigblock and sigmask and so forth, and this led to some
5254 inefficiencies and confusion. Rewrite these to use
5255 pthread_sigmask etc. without copying signal sets around. Also,
5256 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
5257 'signal', and instead use functions that do not attempt to take
5258 over the system name space. This patch causes Emacs's text
5259 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
5260 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
5261 Do not include <signal.h> or "syssignal.h", as these
5262 modules do not use signals.
5263 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
5264 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
5265 Do not include <signal.h>, as "syssignal.h" does that for us now.
5266 * atimer.c (sigmask_atimers): New function.
5267 (block_atimers, unblock_atimers): New functions,
5268 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
5269 All uses replaced.
5270 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
5271 no longer needed here.
5272 * emacs.c (main): Inspect existing signal handler with sigaction,
5273 so that there's no need to block and unblock SIGHUP.
5274 * sysdep.c (struct save_signal): New member 'action', replacing
5275 old member 'handler'.
5276 (save_signal_handlers, restore_signal_handlers):
5277 Use sigaction instead of 'signal' to save and restore.
5278 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
5279 New function. All users of 'signal' modified to use set_sighandler
5280 if they're writeonly, and to use sys_signal if they're read+write.
5281 (emacs_sigaction_init, forwarded_signal): New functions.
5282 (sys_signal): Remove. All uses replaced by calls to sigaction
5283 and emacs_sigaction_init, or by direct calls to 'signal'.
5284 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
5285 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
5286 all uses replaced by pthread_sigmask etc. calls.
5287 * syssignal.h: Include <signal.h>.
5288 (emacs_sigaction_init, forwarded_signal): New decls.
5289 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
5290 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
5291 (sigmask, sys_sigmask): Remove; no longer needed.
5292 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
5293 (sigblock, sigunblock, sigfree):
5294 (sigsetmask) [!defined sigsetmask]:
5295 Remove. All uses replaced by pthread_sigmask.
5296 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
5297 no longer need to be replaced, and its typical old uses
5298 are now done via emacs_sigaction_init and sigaction.
5299 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
5300 (sys_sigdel): Remove; unused.
5301 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
5302
5303 2012-09-06 Eli Zaretskii <eliz@gnu.org>
5304
5305 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
5306 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
5307
5308 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
5309
5310 Explicitly mark buffer_defaults and buffer_local_symbols.
5311 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
5312 mark_local_symbols here.
5313 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
5314 since special buffers aren't marked here any more.
5315 (allocate_buffer): Chain new buffer with all_buffers here...
5316 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
5317 not here.
5318 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
5319 (syms_of_buffer): Remove staticpro of the above.
5320 (init_buffer_once): Set names for buffer_defaults and
5321 buffer_local_symbols.
5322
5323 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
5324
5325 Use bool for booleans in font-related modules.
5326 * font.c (font_intern_prop, font_style_to_value)
5327 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
5328 (generate_otf_features, font_check_otf_features, font_check_otf)
5329 (font_match_p, font_list_entities, font_at):
5330 * fontset.c (fontset_id_valid_p, reorder_font_vector
5331 (fontset_find_font, Fset_fontset_font)
5332 (face_suitable_for_char_p) [0]:
5333 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
5334 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
5335 (m17n_flt_initialized, ftfont_shape_by_flt):
5336 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
5337 * nsfont.m (nsfont_draw):
5338 * w32font.c (w32font_draw):
5339 * w32term.c (x_draw_glyphless_glyph_string_foreground):
5340 Use bool for booleans.
5341 * font.h: Adjust to above API changes.
5342 (struct font, struct font_driver, struct font_driver_list):
5343 Use bool for booleans.
5344 (struct font): Remove useless member encoding_type.
5345 All users removed.
5346 * fontset.c, xftfont.c: Omit unnecessary static decls.
5347
5348 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
5349
5350 * alloc.c (mark_object): Revert window marking code
5351 since it's unsafe for the Fset_window_configuration.
5352
5353 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
5354
5355 Fix race conditions with signal handlers and errno (Bug#12327).
5356 Be more systematic about preserving errno whenever a signal
5357 handler returns, even if it's not in the main thread. Do this by
5358 renaming signal handlers to distinguish between signal delivery
5359 and signal handling. All uses changed.
5360 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
5361 * data.c (deliver_arith_signal): Rename from arith_error.
5362 * dispnew.c (deliver_window_change_signal): Rename from
5363 window_change_signal.
5364 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
5365 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
5366 * keyboard.c (deliver_input_available_signal): Rename from
5367 input_available_signal.
5368 (deliver_user_signal): Rename from handle_user_signal.
5369 (deliver_interrupt_signal): Rename from interrupt_signal.
5370 * process.c (deliver_pipe_signal): Rename from send_process_trap.
5371 (deliver_child_signal): Rename from sigchld_handler.
5372 * atimer.c (handle_alarm_signal):
5373 * data.c (handle_arith_signal):
5374 * dispnew.c (handle_window_change_signal):
5375 * emacs.c (handle_fatal_signal, handle_danger_signal):
5376 * keyboard.c (handle_input_available_signal):
5377 * keyboard.c (handle_user_signal, handle_interrupt_signal):
5378 * process.c (handle_pipe_signal, handle_child_signal):
5379 New functions, with the actual signal-handling code taken from the
5380 original respective signal handlers, sans the sporadic attempts to
5381 preserve errno, since that's now done by handle_on_main_thread.
5382 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
5383 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
5384 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5385 Move to sysdep.c.
5386 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5387 Move initialization of main_thread to sysdep.c's init_signals.
5388 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
5389 our usage, and simplifies the mainline code.
5390 (record_child_status_change): New static function, as a helper
5391 for handle_child_signal, and with most of the old child handler's
5392 contents.
5393 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
5394 (handle_child_signal): Use the above.
5395 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5396 Moved here from emacs.c.
5397 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
5398 code moved here from emacs.c's main function.
5399 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
5400 replacing the old SIGNAL_THREAD_CHECK. All uses changed.
5401 This lets callers save and restore errno properly.
5402
5403 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
5404
5405 Remove redundant or unused things here and there.
5406 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
5407 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
5408 * editfns.c (Fcompare_buffer_substrings): Likewise.
5409 * frame.h (struct terminal, struct font_driver_list):
5410 Remove redundant declarations.
5411 * window.h (Qleft, Qright): Likewise.
5412
5413 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
5414
5415 Do not mark objects from deleted buffers, windows and frames.
5416 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
5417 (mark_object): Likewise for windows and frames.
5418
5419 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
5420
5421 * alloc.c (valid_lisp_object_p): Treat killed buffers,
5422 buffer_defaults and buffer_local_symbols as valid objects.
5423 Return special value to denote them.
5424
5425 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
5426
5427 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
5428 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
5429 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
5430 (file_name_absolute_p, Fsubstitute_in_file_name):
5431 (check_executable, check_writable, Ffile_accessible_directory_p)
5432 (Fset_file_selinux_context, Fdefault_file_modes)
5433 (Finsert_file_contents, choose_write_coding_system)
5434 (Fwrite_region, build_annotations, a_write, e_write)
5435 (Fdo_auto_save):
5436 * filelock.c (boot_time_initialized, get_boot_time)
5437 (get_boot_time_1, lock_file_1, within_one_second):
5438 * floatfns.c (in_float):
5439 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
5440 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
5441 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
5442 * lisp.h (struct Lisp_Hash_Table.cmpfn):
5443 * window.c (compare_window_configurations):
5444 Use bool for booleans.
5445 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
5446 (Fdefault_file_modes): Now mode_t, not int, for modes.
5447 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
5448 (internal_delete_file): Now returns void, not a (boolean) int,
5449 since nobody was looking at the return value.
5450 * lisp.h, window.h: Adjust to above API changes.
5451
5452 * xdisp.c (set_message): Simplify and reindent last change.
5453
5454 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
5455
5456 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
5457
5458 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
5459
5460 * eval.c (call_debugger): Make the function non-static so that we
5461 can call it from set_message.
5462
5463 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
5464 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
5465
5466 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
5467
5468 Give more-useful info on a fatal error (Bug#12328).
5469 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
5470 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
5471 of doing the work ourselves.
5472 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
5473 do most of the work.
5474 (fatal_error_backtrace): New function, taken from the guts
5475 of the old fatal_error_signal, but with a new option to output
5476 a backtrace.
5477 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
5478 info about the signal than just its number.
5479 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
5480 * sysdep.c: Include <execinfo.h>
5481 (emacs_backtrace): New function, taken partly from the previous
5482 code of the 'die' function.
5483 (emacs_abort): Call fatal_error_backtrace rather than abort.
5484
5485 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
5488 eager (load-time) macro-expansion.
5489 * lisp.mk (lisp): Add macroexp.
5490
5491 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
5492
5493 Simplify redefinition of 'abort' (Bug#12316).
5494 Do not try to redefine the 'abort' function. Instead, redo
5495 the code so that it calls 'emacs_abort' rather than 'abort'.
5496 This removes the need for the NO_ABORT configure-time macro
5497 and makes it easier to change the abort code to do a backtrace.
5498 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
5499 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
5500 Remove; sysdep.c's emacs_abort now takes its place.
5501 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
5502 'abort' changed to use 'emacs_abort'.
5503 * msdos.c (dos_abort) [defined abort]: Remove; not used.
5504 (abort) [!defined abort]: Rename to ...
5505 (emacs_abort): ... new name.
5506 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
5507 the place of the old 'abort' in emacs.c.
5508 * w32.c, w32fns.c (abort): Do not #undef.
5509 * w32.c (emacs_abort): Rename from w32_abort.
5510
5511 2012-09-04 Eli Zaretskii <eliz@gnu.org>
5512
5513 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
5514 offsets[j].dv, since the y axis of the screen coordinates points
5515 down, while the y axis of the font definition coordinates points
5516 up. This fixes display of Arabic diacritics such as KASRA and
5517 KASRATAN. (Bug#11860)
5518
5519 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
5520
5521 Be more systematic about _setjmp vs setjmp.
5522 * alloc.c (test_setjmp, mark_stack):
5523 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
5524 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
5525 (png_load, my_error_exit, jpeg_load):
5526 * process.c (send_process_trap, send_process):
5527 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
5528 The underscored versions are up to 30x faster on some hosts.
5529 Formerly, the code used setjmp+longjmp sometimes and
5530 _setjmp+_longjmp at other times, with no particular reason to
5531 prefer setjmp+longjmp.
5532
5533 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
5534
5535 Fix minor problem found by static checking.
5536 * buffer.c (Fdelete_all_overlays): Return nil.
5537
5538 2012-09-03 Martin Rudalics <rudalics@gmx.at>
5539
5540 * buffer.c (Fdelete_all_overlays): New function.
5541
5542 2012-09-03 Chong Yidong <cyd@gnu.org>
5543
5544 * gtkutil.c: Add extern decl for Qxft.
5545
5546 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
5547
5548 * emacs.c, eval.c: Use bool for boolean.
5549 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
5550 (malloc_using_checking) [DOUG_LEA_MALLOC]:
5551 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
5552 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
5553 (main, decode_env_path, Fdaemon_initialized):
5554 * eval.c (call_debugger, Finteractive_p, interactive_p):
5555 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
5556 (maybe_call_debugger, Fbacktrace):
5557 * process.c (read_process_output, exec_sentinel):
5558 Use bool for booleans.
5559 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
5560 All callers changed.
5561 * eval.c (interactive_p): Omit always-true boolean argument
5562 EXCLUDE_SUBRS_P. All callers changed.
5563 * dispextern.h, lisp.h: Reflect above API changes.
5564 * firstfile.c (dummy): Use the address of 'main', whose signature
5565 won't change, instead of the address of 'initialize', whose
5566 signature just changed from int to bool.
5567 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
5568 * msdos.c (fatal_error_in_progress): ... from here.
5569 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
5570 of incrementing it.
5571 (redisplay_internal, unwind_redisplay): Simply clear
5572 REDISPLAYING_P when unwinding, instead of saving its previous,
5573 always-false value and then restoring it.
5574
5575 Clean up some extern decls.
5576 Mostly, this hoists extern decls out of .c files and into .h files.
5577 That way, we're more likely to catch errors if the interfaces change.
5578 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
5579 declare xg_mark_data.
5580 * dispextern.h (x_frame_parm_handlers):
5581 * font.h (Qxft):
5582 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
5583 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
5584 (Qultra_bold, Qoblique, Qitalic):
5585 Move extern decl here from .c file.
5586 * alloc.c (xg_mark_data) [USE_GTK]:
5587 * doc.c (Qclosure):
5588 * eval.c (Qlexical_binding):
5589 * fns.c (time) [!HAVE_UNISTD_H]:
5590 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
5591 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
5592 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
5593 * lread.c (Qinternal_interpreter_environment):
5594 * minibuf.c (Qbuffer):
5595 * process.c (QCfamily, QCfilter):
5596 * widget.c (free_frame_faces):
5597 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
5598 * xfont.c (x_clear_errors):
5599 * xterm.c (x_frame_parm_handlers):
5600 Remove now-redundant extern decls.
5601 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
5602 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
5603 Now static.
5604 * xfaces.c: Remove unnecessary static decls.
5605 * xterm.c (updating_frame): Remove decl of nonexistent object.
5606
5607 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
5608 when building globals.h, as the objects that are not built on
5609 this host are not needed to compile C files on this host.
5610
5611 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
5612
5613 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
5614
5615 * frame.h: Add missing prototype for x_wm_set_size_hint.
5616
5617 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
5618
5619 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
5620 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
5621 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
5622 (Fsubstitute_command_keys):
5623 * editfns.c (region_limit, find_field, Fconstrain_to_field)
5624 (save_excursion_save, save_excursion_restore)
5625 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
5626 (format_time_string, general_insert_function)
5627 (make_buffer_string, make_buffer_string_both)
5628 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
5629 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
5630 (copy_text, insert_1, insert_1_both, insert_from_string)
5631 (insert_from_string_before_markers, insert_from_string_1)
5632 (insert_from_buffer, insert_from_buffer_1, replace_range)
5633 (replace_range_2, del_range_1, del_range_byte, del_range_both)
5634 (del_range_2, modify_region):
5635 * intervals.c (intervals_equal, balance_possible_root_interval)
5636 (adjust_intervals_for_insertion, merge_properties_sticky)
5637 (graft_intervals_into_buffer, lookup_char_property)
5638 (adjust_for_invis_intang, set_point_both)
5639 (get_property_and_range, compare_string_intervals)
5640 (set_intervals_multibyte_1, set_intervals_multibyte):
5641 * keyboard.c (decode_timer):
5642 Use bool for boolean.
5643 * intervals.h, lisp.h, systime.h: Reflect above API changes.
5644 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
5645
5646 2012-09-02 Chong Yidong <cyd@gnu.org>
5647
5648 * keymap.c (push_key_description): Print M-TAB as C-M-i
5649 (Bug#11758).
5650
5651 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
5652
5653 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
5654 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
5655 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
5656 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
5657 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
5658 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
5659 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
5660
5661 2012-09-01 Eli Zaretskii <eliz@gnu.org>
5662
5663 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
5664 more than one grapheme cluster passed to the shaper: compute the
5665 offset adjustment values separately for each cluster. (Bug#11860)
5666
5667 * image.c: Restore mistakenly removed inclusion of w32.h. Without
5668 it, GCC doesn't see prototypes of w32_delayed_load, and complains
5669 about implicit conversions from integer to pointer.
5670
5671 2012-09-01 Daniel Colascione <dancol@dancol.org>
5672
5673 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
5674 system used too early.
5675
5676 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
5677
5678 Better seed support for (random).
5679 * emacs.c (main): Call init_random.
5680 * fns.c (Frandom): Set the seed from a string argument, if given.
5681 Remove long-obsolete Gentzel cruft.
5682 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
5683 (init_random): New function.
5684
5685 2012-09-01 Daniel Colascione <dancol@dancol.org>
5686
5687 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
5688 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
5689 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
5690 x_wm_set_size_hint, x_query_colors, x_real_positions,
5691 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
5692 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
5693 all of which have been moved to common code.
5694
5695 * xfaces.c: Include TERM_HEADER instead of listing all possible
5696 window-system headers.
5697
5698 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
5699 to match header.
5700
5701 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
5702 directly accessing frame internals.
5703
5704 * w32font.h: Include font.h. Define syms_of_w32font and
5705 globals_of_w32font.
5706
5707 * process.c: Include TERM_HEADER instead of listing all possible
5708 window-system headers.
5709
5710 * nsterm.h: Remove declarations now in frame.h.
5711 Define FRAME_X_SCREEN, FRAME_X_VISUAL.
5712
5713 * menu.c: Include TERM_HEADER instead of listing all possible
5714 window-system headers.
5715
5716 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
5717 window system.
5718
5719 * keyboard.c: Include TERM_HEADER instead of listing all possible
5720 window-system headers.
5721
5722 * image.c: Include TERM_HEADER instead of listing all possible
5723 window-system headers. Declare Vlibrary_cache when compiling for
5724 Windows.
5725
5726 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
5727 window system declarations.
5728
5729 * frame.h: Move common functions here: set_frame_menubar,
5730 x_set_window_size, x_sync, x_get_focus_frame,
5731 x_set_mouse_position, x_set_mouse_pixel_position,
5732 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
5733 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
5734 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
5735 x_activate_menubar, x_real_positions, x_bitmap_icon,
5736 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
5737 and x_query_colors.
5738
5739 * frame.c: Include TERM_HEADER instead of listing all possible
5740 window-system headers.
5741
5742 * font.c: Include TERM_HEADER instead of listing all possible
5743 window-system headers.
5744
5745 * emacs.c: Include TERM_HEADER.
5746
5747 * dispnew.c: Include TERM_HEADER instead of listing all possible
5748 window-system headers.
5749
5750 * ccl.h: Include character.h.
5751
5752 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
5753 the current window system; include in list of objects to link into
5754 Emacs.
5755
5756 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
5757
5758 Remove mark_ttys function and fix tty_display_info initialization.
5759 * lisp.h (mark_ttys): Remove prototype.
5760 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
5761 to mark_ttys because all possible values of 'top_frame' slot are
5762 the frames which are reachable from Vframe_list.
5763 * term.c (mark_ttys): Remove.
5764 (init_tty): Safely initialize 'top_frame' slot with Qnil.
5765
5766 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
5767
5768 Change struct frame bitfields from unsigned char to unsigned.
5769 * frame.h (struct frame): Change type of 'display_preempted',
5770 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
5771 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
5772 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
5773 bitfields from unsigned char to unsigned.
5774
5775 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
5776
5777 Remove unused member of struct x_output and struct w32_output.
5778 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
5779 * w32term.h (struct w32_output): Likewise.
5780
5781 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
5782
5783 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
5784 does not become zero (Bug#12234).
5785
5786 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
5787
5788 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
5789 for GCC 4.7.1 x86-64.
5790
5791 2012-08-30 Glenn Morris <rgm@gnu.org>
5792
5793 * lread.c (init_lread): For out-of-tree builds, only add the
5794 source directory's site-lisp dir to the load-path if it exists,
5795 consistent with in-tree builds. (Bug#12302)
5796
5797 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
5798
5799 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
5800 button_values to NULL. Call setStykeMask so dialogs get a close button.
5801 (windowShouldClose:): Set window_closed.
5802 (dealloc): New member, free button_values.
5803 (process_dialog:): Make member function. Remove window argument,
5804 replace window with self. Count buttons and allocate and store values
5805 in button_values.
5806 (addButton:value:row:): value is int with the name tag. Call setTag
5807 with tag. Remove return self, declare return value as void.
5808 (addString:row:): Remove return self, declare return value as void.
5809 (addSplit): Remove return self, declare return value as void.
5810 (clicked:): Remove return self, declare return value as void.
5811 Set dialog_return to button_values[seltag]. Code formatting change.
5812 (initFromContents:isQuestion:): Adjust call to process_dialog.
5813 Code formatting change.
5814 (timeout_handler:): Set timer_fired to YES.
5815 (runDialogAt:): Set timer_fired to NO.
5816 Handle click on close button as quit.
5817
5818 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
5819 Add window_closed and button_values. Add void as return value for
5820 add(Button|String|Split). addButton takes int instead of Lisp_Object.
5821 Add process_dialog as new member.
5822
5823 2012-08-28 Eli Zaretskii <eliz@gnu.org>
5824
5825 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
5826 is not one of the heaps we manage. (Bug#12242)
5827
5828 2012-08-28 Glenn Morris <rgm@gnu.org>
5829
5830 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
5831
5832 2012-08-28 Martin Rudalics <rudalics@gmx.at>
5833
5834 * window.c (Fset_window_configuration): Remove handling of
5835 auto-buffer-name window parameter. Install revision of reverted
5836 fix.
5837
5838 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
5839
5840 Do not allow to set major mode for a dead buffer.
5841 * buffer.c (Fset_buffer_major_mode): Signal an error
5842 if the buffer is dead.
5843 (Fother_buffer, other_buffer_safely): Remove redundant
5844 nested declaration.
5845
5846 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
5847
5848 Always use set_buffer_if_live to restore original buffer at unwind.
5849 * buffer.h (record_unwind_current_buffer): New function.
5850 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
5851 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
5852 * undo.c, window.c: Adjust users.
5853 * buffer.c (set_buffer_if_live): Fix comment.
5854
5855 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
5856
5857 Fix usage of set_buffer_internal.
5858 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
5859 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
5860 * coding.c (decode_coding): Omit redundant test.
5861 * fileio.c (decide_coding_unwind): Likewise.
5862 * fns.c (secure_hash): Likewise.
5863 * insdel.c (modify_region): Likewise.
5864 * keyboard.c (command_loop_1): Likewise.
5865 * print.c (PRINTFINISH): Likewise.
5866 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
5867
5868 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
5869
5870 * dispnew.c: Use bool for boolean.
5871 (frame_garbaged, display_completed, delayed_size_change)
5872 (fonts_changed_p, add_window_display_history)
5873 (add_frame_display_history, verify_row_hash)
5874 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
5875 (row_equal_p, realloc_glyph_pool)
5876 (allocate_matrices_for_frame_redisplay)
5877 (showing_window_margins_p)
5878 (adjust_frame_glyphs_for_frame_redisplay)
5879 (build_frame_matrix_from_leaf_window, make_current)
5880 (mirrored_line_dance, mirror_line_dance, update_frame)
5881 (update_window_tree, update_single_window)
5882 (check_current_matrix_flags, update_window, update_text_area)
5883 (update_window_line, set_window_update_flags, scrolling_window)
5884 (update_frame_1, scrolling, buffer_posn_from_coords)
5885 (do_pending_window_change, change_frame_size)
5886 (change_frame_size_1, sit_for):
5887 Use bool for boolean.
5888 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
5889 and remove last int (actually boolean) argument, which was always 0.
5890 All callers changed.
5891 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
5892 * dispextern.h (struct composition_it): Use bool for boolean.
5893 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
5894 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
5895 * dired.c (file_name_completion):
5896 Use bool for boolean. (This was missed in an earlier change.)
5897
5898 2012-08-27 Martin Rudalics <rudalics@gmx.at>
5899
5900 * window.c (Fset_window_configuration): Revert first part of
5901 last change.
5902
5903 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
5904
5905 * nsterm.h (NSPanel): New class variable dialog_return.
5906
5907 * nsmenu.m (initWithContentRect:styleMask:backing:defer:):
5908 Initialize dialog_return.
5909 (windowShouldClose:): Use stop instead of stopModalWithCode.
5910 (clicked:): Ditto, and also set dialog_return (Bug#12258).
5911 (timeout_handler:): Use stop instead of abortModal. Send a dummy
5912 event.
5913 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
5914 modal loop returns.
5915
5916 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
5917
5918 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
5919 * composite.c (find_composition, composition_gstring_p)
5920 (composition_reseat_it, find_automatic_composition):
5921 * data.c (let_shadows_buffer_binding_p)
5922 (let_shadows_global_binding_p, set_internal, make_blv)
5923 (Fmake_variable_buffer_local, Fmake_local_variable)
5924 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
5925 (cons_to_signed, arith_driver):
5926 * dbusbind.c (xd_in_read_queued_messages):
5927 * dired.c (directory_files_internal, file_name_completion):
5928 Use bool for booleans.
5929 * dired.c (file_name_completion):
5930 * process.h (fd_callback):
5931 Omit int (actually boolean) argument. It wasn't being used.
5932 All uses changed.
5933 * composite.h, lisp.h: Reflect above API changes.
5934
5935 * cmds.c, coding.c: Use bool for booleans.
5936 * cmds.c (move_point, Fself_insert_command):
5937 * coding.h (struct composition status, struct coding_system):
5938 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
5939 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
5940 (emacs_mule_char, decode_coding_emacs_mule)
5941 (encode_coding_emacs_mule, detect_coding_iso_2022)
5942 (decode_coding_iso_2022, encode_invocation_designation)
5943 (encode_designation_at_bol, encode_coding_iso_2022)
5944 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
5945 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
5946 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
5947 (encode_coding_raw_text, detect_coding_charset)
5948 (decode_coding_charset, encode_coding_charset, detect_eol)
5949 (detect_coding, get_translation_table, produce_chars)
5950 (consume_chars, reused_workbuf_in_use)
5951 (make_conversion_work_buffer, code_conversion_save)
5952 (decode_coding_object, encode_coding_object)
5953 (detect_coding_system, char_encodable_p)
5954 (Funencodable_char_position, code_convert_region)
5955 (code_convert_string, code_convert_string_norecord)
5956 (Fset_coding_system_priority):
5957 * fileio.c (Finsert_file_contents):
5958 Use bool for booleans.
5959 * coding.h, lisp.h: Reflect above API changes.
5960 * coding.c: Remove unnecessary static function decls.
5961 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
5962 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
5963 not a boolean 'int', since callers never look at the return value.
5964 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
5965 * coding.h (decoding_buffer_size, encoding_buffer_size)
5966 (emacs_mule_string_char): Remove unused extern decls.
5967 (struct iso_2022_spec, struct coding_system):
5968 Use 'unsigned int : 1' for boolean fields, since there's more than one.
5969 (struct emacs_mule_spec): Remove unused field 'full_support'.
5970 All initializations removed.
5971 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
5972
5973 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
5974
5975 Fix spare memory change (Bug#12286).
5976 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
5977 (valid_lisp_object_p): Likewise.
5978
5979 2012-08-27 Martin Rudalics <rudalics@gmx.at>
5980
5981 * window.c (Fset_window_configuration): Record any window's old
5982 buffer if it's replaced (see Bug#8789). If the new current
5983 buffer doesn't appear in the selected window, go to its old
5984 point (Bug#12208).
5985
5986 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
5987
5988 Special MEM_TYPE_SPARE to denote reserved memory.
5989 * alloc.c (enum mem_type): New memory type.
5990 (refill_memory_reserve): Use new type for spare memory.
5991 This prevents live_cons_p and live_string_p from incorrect
5992 detection of uninitialized objects from spare memory as live.
5993
5994 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
5995
5996 Spelling fixes.
5997 * Makefile.in (.PHONY): versioclean -> versionclean.
5998
5999 Remove unused external symbols.
6000 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
6001 * window.c (Qwindow_valid_p, decode_valid_window):
6002 Now static, not extern.
6003 * data.c (Qinterval): Remove; unused.
6004 (syms_of_data): Do not define 'interval'.
6005 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
6006 * window.h (decode_valid_window):
6007 Remove decls.
6008
6009 * character.c, charset.c, chartab.c: Use bool for booleans.
6010 * character.c (lisp_string_width, string_count_byte8)
6011 (string_escape_byte8):
6012 * charset.c (charset_map_loaded, load_charset_map, read_hex):
6013 (load_charset_map_from_file, map_charset_chars)
6014 (Fdefine_charset_internal, define_charset_internal)
6015 (Fdeclare_equiv_charset, find_charsets_in_text)
6016 (Ffind_charset_region, char_charset, Fiso_charset):
6017 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
6018 (sub_char_table_set, sub_char_table_set_range)
6019 (char_table_set_range, optimize_sub_char_table)
6020 (map_sub_char_table):
6021 Use bool for boolean.
6022 * character.c (str_to_unibyte): Omit last boolean argument; it was
6023 always 0. All callers changed.
6024 * character.h, charset.h: Adjust to match previous changes.
6025 * character.h (char_printable_p): Remove decl of nonexistent function.
6026 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
6027 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
6028 are all boolean, so make them single-bit bitfields.
6029
6030 * lisp.h (ASET): Remove attempt to detect side effects.
6031 It was meant to be temporary and it often doesn't work,
6032 because when IDX has side effects the behavior of IDX==IDX
6033 is undefined. See Stefan Monnier in
6034 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
6035
6036 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
6037
6038 * lisp.h (functionp): New function (extracted from Ffunctionp).
6039 (FUNCTIONP): Use it.
6040 * eval.c (Ffunctionp): Use it.
6041
6042 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
6043
6044 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
6045 as that's faster and simpler than static storage. Don't bother
6046 with the g_main_context_query overhead if g_main_context_pending
6047 says no events are pending.
6048 (gfds, gfds_size): Remove these static vars.
6049 (xgselect_initialize): Remove; no longer needed.
6050 All uses and decls removed.
6051
6052 * emacs.c (fatal_error_signal_hook): Remove.
6053 All uses removed. This leftover from old code was always 0.
6054
6055 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
6056 * casefiddle.c (casify_object, casify_region):
6057 * casetab.c (set_case_table):
6058 * category.c, category.h (word_boundary_p):
6059 * category.h (CHAR_HAS_CATEGORY):
6060 Use bool for booleans, instead of int.
6061
6062 2012-08-25 Eli Zaretskii <eliz@gnu.org>
6063
6064 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
6065
6066 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
6067
6068 On assertion failure, print backtrace if available.
6069 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
6070 (die) [ENABLE_CHECKING]: Print a backtrace if available.
6071 * Makefile.in (LIB_EXECINFO): New macro.
6072 (LIBES): Use it.
6073
6074 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
6075 * bytecode.c (exec_byte_code):
6076 * callint.c (check_mark, Fcall_interactively):
6077 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
6078 (getenv_internal, sync_process_alive, call_process_exited):
6079 * lisp.h (USE_SAFE_ALLOCA):
6080 Use bool for booleans, instead of int.
6081 * lisp.h, process.h: Adjust prototypes to match above changes.
6082 * callint.c (Fcall_interactively): Don't assume the mark's
6083 offset fits in 'int'.
6084
6085 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6086
6087 * buffer.c, buffer.h: Use bool for boolean.
6088 * buffer.c (reset_buffer_local_variables)
6089 (buffer_lisp_local_variables, Fset_buffer_modified_p)
6090 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
6091 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
6092 (overlay_touches_p, overlay_strings, Foverlay_put)
6093 (report_overlay_modification, call_overlay_mod_hooks):
6094 (mmap_enlarge, mmap_set_vars):
6095 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
6096 Use bool for booleans, instead of int.
6097 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
6098 since the 1-or-0 return value is always ignored anyway.
6099 (mmap_initialized_p):
6100 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
6101 * buffer.h, lisp.h: Adjust prototypes to match above changes.
6102
6103 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
6104
6105 * bidi.c: Use bool for boolean.
6106 This is a bit more readable, and makes the text segment of bidi.o
6107 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
6108 Presumably it's faster too.
6109 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
6110 Now bool.
6111 (bidi_cache_find_level_change, bidi_cache_iterator_state)
6112 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
6113 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
6114 (bidi_explicit_dir_char, bidi_level_of_next_char)
6115 (bidi_find_other_level_edge, bidi_move_to_visually_next):
6116 Use bool for booleans, instead of int.
6117 * dispextern.h (bidi_init_it, bidi_paragraph_init)
6118 (bidi_unshelve_cache): Adjust decls to match code.
6119
6120 2012-08-23 Martin Rudalics <rudalics@gmx.at>
6121
6122 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
6123 argument.
6124
6125 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
6126
6127 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
6128 * atimer.h: Include <stdbool.h>.
6129
6130 2012-08-22 Dan Nicolaescu <dann@gnu.org>
6131
6132 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
6133 compile time tests instead of run time tests on systems that do
6134 not use them.
6135 (FRAME_MAC_P): Remove leftover from deleted code.
6136 * frame.c (syms_of_frame): Remove leftover from deleted code.
6137
6138 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
6139
6140 * nsterm.m (insertText:): Don't clear modifiers if code is space.
6141
6142 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
6143
6144 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
6145 Otherwise, the compiler complains about (A?B:C) where B is void
6146 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
6147 (fontset_add): Return void, for FONTSET_ADD.
6148
6149 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
6150
6151 * alloc.c: Use bool for booleans.
6152 (gc_in_progress, abort_on_gc)
6153 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
6154 (dont_register_blocks) [GC_MALLOC_CHECK]:
6155 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
6156 (check_string_bytes, make_specified_string, memory_full)
6157 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
6158 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
6159 (mark_stack, valid_pointer_p, make_pure_string)
6160 (Fgarbage_collect, survives_gc_p, gc_sweep):
6161 Use bool for booleans, instead of int.
6162 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
6163 Remove unused local.
6164 * alloc.c (PURE_POINTER_P):
6165 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
6166 * editfns.c (Fformat):
6167 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
6168 (Fdo_auto_save):
6169 * fns.c (sweep_weak_table):
6170 * lisp.h (suppress_checking, push_message, survives_gc_p)
6171 (make_pure_string, gc_in_progress, abort_on_gc):
6172 * lread.c (readchar, read1):
6173 * print.c (Fprin1_to_string):
6174 * xdisp.c (push_message):
6175 Use bool for booleans affected directly or indirectly by
6176 alloc.c's changes.
6177
6178 Make recently-introduced setters macros.
6179 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
6180 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
6181 (set_fontset_default, set_fontset_fallback): Rename from their
6182 upper-case counterparts, and make them functions rather than macros.
6183 This is more consistent with the other recently-introduced setters.
6184 These don't need to be inline, since they're local.
6185
6186 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
6187
6188 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
6189 the loop (Bug#12247).
6190
6191 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
6192
6193 * lisp.h (vcopy): Use memcpy rather than our own loop.
6194 This fixes a performance regression introduced by the recent
6195 addition of vcopy. This means 'vcopy' will need to be modified
6196 for a copying collector, but that's OK. Also, tighten the
6197 checking in the assertion.
6198
6199 2012-08-21 Eli Zaretskii <eliz@gnu.org>
6200
6201 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
6202 components for RTL text (Bug#11860). Adjust X-OFFSET of each
6203 non-base glyph for the width of the base character, according to
6204 what x_draw_composite_glyph_string_foreground expects.
6205 Generate WADJUST value according to composition_gstring_width's
6206 expectations, to produce correct width of the composed character.
6207 Reverse the sign of the DU offset produced by ScriptPlace.
6208
6209 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
6210
6211 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
6212
6213 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
6214
6215 Avoid direct writes to contents member of struct Lisp_Vector.
6216 * lisp.h (vcopy): New function to copy data into vector.
6217 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
6218 * fns.c (Ffillarray): Use ASET.
6219 * keyboard.c (timer_check_2): Use AREF and ASET.
6220 (append_tool_bar_item, Frecent_keys): Use vcopy.
6221 * lread.c (read_vector): Use ASET.
6222 * msdos.c (Frecent_doskeys): Use vcopy.
6223 * xface.c (Finternal_copy_lisp_face): Use vcopy.
6224 (Finternal_merge_in_global_face): Use ASET and vcopy.
6225 * xfont.c (xfont_list_pattern): Likewise.
6226
6227 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6228
6229 * window.c (Fwindow_point): For the selected window always return
6230 the position of its buffer's point.
6231 (Fset_window_point): For the selected window always go in its
6232 buffer to the specified position.
6233
6234 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
6235
6236 Setter macros for fontsets.
6237 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
6238 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
6239 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
6240 Adjust users.
6241
6242 2012-08-20 Glenn Morris <rgm@gnu.org>
6243
6244 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
6245 Don't assume that `ln -f' works.
6246
6247 2012-08-20 Eli Zaretskii <eliz@gnu.org>
6248
6249 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
6250 and later about non-assignments with no effect. See discussion at
6251 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
6252 details.
6253
6254 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6255
6256 Inline setter functions for Lisp_Objects slots of struct specbinding.
6257 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
6258 Adjust users.
6259
6260 2012-08-20 Martin Rudalics <rudalics@gmx.at>
6261
6262 * window.c (select_window): Always make selected window's buffer
6263 current.
6264
6265 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6266
6267 Use AREF and ASET for docstrings of category tables.
6268 * category.h (CATEGORY_DOCSTRING): Use AREF.
6269 (SET_CATEGORY_DOCSTRING): Use ASET.
6270 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
6271
6272 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6273
6274 Inline setter functions for hash table members.
6275 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
6276 (set_hash_hash, set_hash_index): Rename with _slot suffix.
6277 (set_hash_key_and_value, set_hash_index, set_hash_next)
6278 (set_hash_hash): New functions.
6279 * charset.c, fns.c: Adjust users.
6280
6281 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6282
6283 Inline getter and setter functions for per-buffer values.
6284 * buffer.h (per_buffer_default, set_per_buffer_default)
6285 (per_buffer_value, set_per_buffer_value): New functions.
6286 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
6287 * buffer.c, data.c: Adjust users.
6288
6289 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
6292
6293 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
6294
6295 Rely on <config.h> + <unistd.h> to declare 'environ',
6296 as gnulib does this if the system doesn't.
6297 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
6298 Remove declaration. MS-Windows declares it on stdlib.h which is
6299 included by conf_post.h.
6300 * emacs.c (environ) [DOUG_LEA_MALLOC]:
6301 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
6302 * vm-limit.c: Include <unistd.h>, for 'environ'.
6303
6304 * unexaix.c, unexcoff.c: Include "mem-limits.h".
6305 (start_of_data): Remove decl; mem-limits.h provides it.
6306
6307 * xdisp.c (handle_invisible_prop): Make it a bit faster
6308 and avoid a gcc -Wmaybe-uninitialized diagnostic.
6309
6310 2012-08-19 Chong Yidong <cyd@gnu.org>
6311
6312 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
6313 ends (Bug#3874).
6314
6315 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
6316
6317 * .gdbinit: Use call instead of set when calling a function in the
6318 inferior.
6319
6320 * data.c (set_internal): Don't use set_blv_found.
6321 (Fkill_local_variable): Likewise.
6322
6323 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
6324
6325 * nsfont.m (ns_ascii_average_width): Ensure the string
6326 ascii_printable is initialized with a null-terminated character
6327 array. Otherwise, it can contain undesired extra characters.
6328
6329 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
6330
6331 port new setting code to Sun C 5.8 2005/10/13
6332 * chartab.c, lisp.h (char_table_set, char_table_set_range):
6333 Return void, not Lisp_Object. Otherwise, the compiler
6334 complains about (A?B:C) where B is void and C is Lisp_Object
6335 when compiling CHAR_TABLE_SET, due to the recent change to
6336 the API of sub_char_table_set_contents.
6337
6338 2012-08-18 Chong Yidong <cyd@gnu.org>
6339
6340 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
6341 for the string case (Bug#3874).
6342
6343 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
6344
6345 * buffer.h (BSET): Remove (Bug#12215).
6346 Replace all uses with calls to new setter functions.
6347 (bset_bidi_paragraph_direction, bset_case_canon_table)
6348 (bset_case_eqv_table, bset_directory, bset_display_count)
6349 (bset_display_time, bset_downcase_table)
6350 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
6351 (bset_last_selected_window, bset_local_var_alist)
6352 (bset_mark_active, bset_point_before_scroll, bset_read_only)
6353 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
6354 (bset_width_table):
6355 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
6356 (bset_auto_fill_function, bset_auto_save_file_format)
6357 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
6358 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
6359 (bset_cache_long_line_scans, bset_case_fold_search)
6360 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
6361 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
6362 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
6363 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
6364 (bset_header_line_format, bset_indicate_buffer_boundaries)
6365 (bset_indicate_empty_lines, bset_invisibility_spec)
6366 (bset_left_fringe_width, bset_major_mode, bset_mark)
6367 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
6368 (bset_name, bset_overwrite_mode, bset_pt_marker)
6369 (bset_right_fringe_width, bset_save_length)
6370 (bset_scroll_bar_width, bset_scroll_down_aggressively)
6371 (bset_scroll_up_aggressively, bset_selective_display)
6372 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
6373 (bset_word_wrap, bset_zv_marker):
6374 * category.c (bset_category_table):
6375 * syntax.c (bset_syntax_table):
6376 New setter functions.
6377
6378 * process.h (PSET): Remove (Bug#12215).
6379 Replace all uses with calls to new setter functions.
6380 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6381 (PROCESS_INLINE): New macro.
6382 (pset_childp): New setter function.
6383 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
6384 * process.c (PROCESS_INLINE):
6385 Define to EXTERN_INLINE, so that the corresponding functions
6386 are compiled into code.
6387 (pset_buffer, pset_command, pset_decode_coding_system)
6388 (pset_decoding_buf, pset_encode_coding_system)
6389 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
6390 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
6391 (pset_type, pset_write_queue): New setter functions.
6392
6393 * window.h (WSET): Remove (Bug#12215).
6394 Replace all uses with calls to new setter functions.
6395 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6396 (WINDOW_INLINE): New macro.
6397 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
6398 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
6399 (wset_total_lines, wset_vertical_scroll_bar)
6400 (wset_window_end_pos, wset_window_end_valid)
6401 (wset_window_end_vpos): New setter functions.
6402 * window.c (WINDOW_INLINE):
6403 Define to EXTERN_INLINE, so that the corresponding functions
6404 are compiled into code.
6405 (wset_combination_limit, wset_dedicated, wset_display_table)
6406 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
6407 (wset_new_normal, wset_new_total, wset_next_buffers)
6408 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
6409 (wset_prev_buffers, wset_right_fringe_width)
6410 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
6411 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
6412 (wset_window_parameters):
6413 * xdisp.c (wset_base_line_number, wset_base_line_pos)
6414 (wset_column_number_displayed, wset_region_showing):
6415 New setter functions.
6416
6417 * termhooks.h (TSET): Remove (Bug#12215).
6418 Replace all uses with calls to new setter functions.
6419 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6420 (TERMHOOKS_INLINE): New macro.
6421 (tset_charset_list, tset_selection_alist): New setter functions.
6422 * terminal.c (TERMHOOKS_INLINE):
6423 Define to EXTERN_INLINE, so that the corresponding functions
6424 are compiled into code.
6425 (tset_param_alist): New setter function.
6426
6427 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
6428
6429 * keyboard.h (KSET): Remove (Bug#12215).
6430 Replace all uses with calls to new setter functions.
6431 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6432 (KEYBOARD_INLINE): New macro.
6433 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
6434 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
6435 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
6436 New setter functions.
6437 * keyboard.c (KEYBOARD_INLINE):
6438 Define to EXTERN_INLINE, so that the corresponding functions
6439 are compiled into code.
6440 (kset_echo_string, kset_kbd_queue)
6441 (kset_keyboard_translate_table, kset_last_prefix_arg)
6442 (kset_last_repeatable_command, kset_local_function_key_map)
6443 (kset_overriding_terminal_local_map, kset_real_last_command)
6444 (kset_system_key_syms): New setter functions.
6445
6446 * frame.h (FSET): Remove (Bug#12215).
6447 Replace all uses with calls to new setter functions.
6448 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6449 (FRAME_INLINE): New macro.
6450 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
6451 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
6452 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
6453 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
6454 (fset_param_alist, fset_root_window, fset_scroll_bars)
6455 (fset_selected_window, fset_title, fset_tool_bar_items)
6456 (fset_tool_bar_position, fset_tool_bar_window): New functions.
6457 * frame.c (FRAME_INLINE):
6458 Define to EXTERN_INLINE, so that the corresponding functions
6459 are compiled into code.
6460 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
6461
6462 A few more naming-convention fixes for getters and setters.
6463 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
6464 and rename from buffer_overlays_set_before.
6465 (set_buffer_overlays_after): Move here from buffer.h, and rename
6466 from buffer_overlays_set_after.
6467 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
6468 All uses changed.
6469 (set_buffer_intervals): Rename from buffer_set_intervals.
6470 * intervals.c (set_interval_object): Move here from intervals.h,
6471 and rename from interval_set_object.
6472 (set_interval_left): Move here from intervals.h, and rename from
6473 interval_set_left.
6474 (set_interval_right): Move here from intervals.h, and rename from
6475 interval_set_right.
6476 (copy_interval_parent): Move here from intervals.h, and rename from
6477 interval_copy_parent.
6478 * intervals.h (set_interval_parent): Rename from interval_set_parent.
6479 (set_interval_plist): Rename from interval_set_plist.
6480 Return void, not Lisp_Object, since no caller uses the result.
6481 * lisp.h (string_intervals): Rename from string_get_intervals.
6482 (set_string_intervals): Rename from string_set_intervals.
6483
6484 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
6485 (set_char_table_contents): Rename from char_table_set_contents.
6486 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
6487 All uses changed. See the end of
6488 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
6489
6490 * lisp.h (CSET): Remove (Bug#12215).
6491 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
6492 (set_char_table_purpose): New functions,
6493 replacing CSET. All uses changed. For example, replace
6494 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
6495 "set_char_table_parent (char_table, parent);".
6496 The old version was confusing because it used the same name
6497 'parent' for two different things.
6498
6499 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
6500
6501 Functions to get and set Lisp_Object fields of buffer-local variables.
6502 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
6503 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
6504 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
6505 * data.c, eval.c, frame.c: Adjust users.
6506
6507 2012-08-17 Chong Yidong <cyd@gnu.org>
6508
6509 * xfaces.c (merge_face_vectors): If the target font specfies a
6510 font spec, make the font's attributes take precedence over
6511 directly-specified attributes.
6512 (merge_face_ref): Recognize :font.
6513
6514 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
6515
6516 Do not use memcpy for copying intervals.
6517 * intervals.c (reproduce_interval): New function.
6518 (reproduce_tree, reproduce_tree_obj): Use it.
6519 (reproduce_tree_obj): Remove prototype.
6520
6521 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
6522
6523 * lisp.h (duration_to_sec_usec): Remove unused decl.
6524
6525 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
6526
6527 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
6528 to an allocated instance of NSString, not to the class itself.
6529
6530 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
6531
6532 * makefile.w32-in (C_CTYPE_H): New macro.
6533 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
6534 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
6535 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
6536
6537 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
6538
6539 Use ASCII tests for character types.
6540 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
6541 * xfns.c, xterm.c:
6542 Don't include <ctype.h>; was not needed.
6543 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
6544 * sysdep.c, xfaces.c:
6545 Include <c-ctype.h> instead of <ctype.h>.
6546 * nsterm.m: Include <c-ctype.h>.
6547 * charset.c (read_hex):
6548 * doc.c (Fsnarf_documentation):
6549 * fileio.c (IS_DRIVE) [WINDOWSNT]:
6550 (DRIVE_LETTER) [DOS_NT]:
6551 (Ffile_name_directory, Fexpand_file_name)
6552 (Fsubstitute_in_file_name):
6553 * font.c (font_parse_xlfd, font_parse_fcname):
6554 * frame.c (x_set_font_backend):
6555 * gtkutil.c (xg_get_font):
6556 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
6557 * nsimage.m (hexchar):
6558 * nsterm.m (ns_xlfd_to_fontname):
6559 * sysdep.c (system_process_attributes):
6560 * xfaces.c (hash_string_case_insensitive):
6561 Use C-locale tests instead of locale-specific tests for character
6562 types, since we want the ASCII interpretation here, not the
6563 interpretation suitable for whatever happens to be the current locale.
6564
6565 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6566
6567 Consistently check windows for validity/liveness
6568 (Bug#11984, Bug#12025, Bug#12026).
6569 * lisp.h (CHECK_VALID_WINDOW): New macro.
6570 * window.c (decode_window): Rename to decode_live_window.
6571 (decode_valid_window, Fwindow_valid_p): New functions.
6572 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
6573 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
6574 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
6575 (Fwindow_prev_sibling, Fwindow_combination_limit)
6576 (Fset_window_combination_limit, Fwindow_use_time)
6577 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
6578 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
6579 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
6580 (Fwindow_hscroll, Fset_window_hscroll)
6581 (Fwindow_redisplay_end_trigger)
6582 (Fset_window_redisplay_end_trigger, Fwindow_edges)
6583 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
6584 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
6585 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
6586 (Fwindow_end, Fset_window_point, Fset_window_start)
6587 (Fpos_visible_in_window_p, Fwindow_line_height)
6588 (Fwindow_dedicated_p, Fset_window_dedicated_p)
6589 (Fwindow_prev_buffers, Fset_window_prev_buffers)
6590 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
6591 (Fset_window_parameter, Fwindow_display_table)
6592 (Fset_window_display_table, Fdelete_other_windows_internal)
6593 (Fset_window_buffer, Fset_window_new_total)
6594 (Fset_window_new_normal, Fdelete_window_internal)
6595 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
6596 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
6597 (Fwindow_scroll_bars): Check whether argument window is a valid or
6598 live window. Update doc-strings.
6599 (syms_of_window): New symbol Qwindow_valid_p.
6600 * keyboard.c (Fposn_at_x_y): Check whether argument
6601 frame_or_window denotes a valid window.
6602
6603 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
6604
6605 Fix previous char table change.
6606 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
6607 * chartab.c (optimize_sub_char_table): Likewise.
6608
6609 2012-08-16 Chong Yidong <cyd@gnu.org>
6610
6611 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
6612
6613 * xfont.c (xfont_open):
6614 * xftfont.c (xftfont_open): Set the font's max_width field.
6615
6616 * nsfont.m (nsfont_open): Similar to the Xft backend, set
6617 min_width to space_width and average_width to the average over
6618 printable ASCII characters.
6619 (ns_char_width): Code cleanup.
6620 (ns_ascii_average_width): New utility function.
6621
6622 * font.h (struct font): Update comments.
6623
6624 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
6625
6626 Simple interface to set Lisp_Object fields of character tables.
6627 * lisp.h (CSET): New macro.
6628 (char_table_set_extras, char_table_set_contents)
6629 (sub_char_table_set_contents): New function.
6630 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
6631 * syntax.c: Adjust users.
6632
6633 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * eval.c (eval_sub): Bind lexical-binding.
6636 * lread.c (Qlexical_binding): Make non-static.
6637
6638 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
6639
6640 * nsmenu.m (popupSession): Remove.
6641 (pop_down_menu): Remove endModalSession.
6642 (timeout_handler:): New method.
6643 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
6644 Call runModalForWindow. Check timer_fired when it returns.
6645 If not set, cancel timer and break out of loop.
6646 Otherwise loop again, with a new timeout.
6647
6648 * nsterm.m: Include fcntl.h if present.
6649 (fd_entry, t_readfds, inNsSelect): Remove.
6650 (select_writefds, select_valid, select_timeout, selfds)
6651 (select_mutex, apploopnr): Add.
6652 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
6653 Otherwise call kbd_buffer_store_event.
6654 (ns_send_appdefined): Remove release of fd_entry.
6655 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
6656 Increment and decrement apploopnr.
6657 (ns_select): If no file descriptors, just do a NSTimer.
6658 Otherwise copy read/write masks and start select thread (fd_handler).
6659 Start main loop and wait for application defined event.
6660 Inform select thread to stop selecting after main loop is exited.
6661 (ns_term_init): Create selfds pipe and set non-blocking.
6662 Initialize select_mutex. Start the select thread (fd_handler).
6663 (fd_handler:): Loop forever, wait for info from the main thread
6664 to either start or stop selecting. When select returns, send
6665 and appdefined event.
6666 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
6667 If not call kbd_buffer_store_event.
6668
6669 * nsterm.h (EmacsApp): fd_handler takes id argument.
6670 (EmacsDialogPanel): Add timer_fired and timeout_handler.
6671
6672 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
6673
6674 2012-08-15 Eli Zaretskii <eliz@gnu.org>
6675
6676 * region-cache.c (move_cache_gap): Update gap_len using the actual
6677 growth of the boundaries array. Do not change cache_len.
6678 (Bug#12196)
6679
6680 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
6681
6682 Generalize and cleanup font subsystem checks.
6683 * font.h (FONT_DEBUG, font_assert): Remove.
6684 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
6685 Change font_assert to eassert. Use eassert where appropriate.
6686
6687 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
6688
6689 * gtkutil.c (xg_get_font): Use pango_units_to_double.
6690
6691 2012-08-15 Chong Yidong <cyd@gnu.org>
6692
6693 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
6694 When using the new font chooser, use gtk_font_chooser_get_font_desc to
6695 extract the font descriptor instead of just the font name.
6696 In that case, return a font spec instead of a string.
6697 (x_last_font_name): Move to this file from xfns.c.
6698
6699 * xfns.c (Fx_select_font): The return value can also be a font
6700 spec. Move x_last_font_name management to gtkutil.c.
6701
6702 * xfaces.c: Make font weight and style symbols non-static.
6703
6704 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
6707 (bug#12117).
6708
6709 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * alloc.c (Fgarbage_collect): Use plural form consistently.
6712
6713 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6714
6715 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
6716 iteration through the command loop. Fixes a problem whereby mouse
6717 movements are ignored until the first mouse click.
6718
6719 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
6720
6721 Use bool, not int, for Lisp booleans.
6722 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
6723 makes Emacs a bit smaller and presumably a bit faster.
6724 * lisp.h: Include <stdbool.h>.
6725 (struct Lisp_Boolfwd, defvar_bool):
6726 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
6727 * regex.c [!emacs]: Include <stdbool.h>.
6728 (false, true): Remove; <stdbool.h> does this for us now.
6729
6730 2012-08-14 Chong Yidong <cyd@gnu.org>
6731
6732 * character.c (Fcharacterp): Doc fix (Bug#12076).
6733
6734 * data.c (Findirect_variable): Doc fix (Bug#11040).
6735
6736 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
6737
6738 * editfns.c (Fformat): Doc fix (Bug#12059).
6739 (Fsave_current_buffer): Doc fix (Bug#11542).
6740
6741 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
6742
6743 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
6744 (bug#12022).
6745
6746 2012-08-14 Martin Rudalics <rudalics@gmx.at>
6747
6748 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
6749 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
6750 * minibuf.c (choose_minibuf_frame, read_minibuf):
6751 * w32fns.c (x_create_tip_frame):
6752 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
6753 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
6754
6755 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
6756
6757 * intervals.c (offset_intervals): Remove obsolete comment.
6758
6759 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6760
6761 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
6762
6763 2012-08-14 Gergely Risko <gergely@risko.hu>
6764
6765 * coding.c (decode_coding): Record buffer modification before
6766 disabling undo_list (Bug#11773).
6767
6768 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
6769
6770 Revert and cleanup some recent overlay changes.
6771 * buffer.h (enum overlay_type): Remove.
6772 (buffer_get_overlays, buffer_set_overlays): Likewise.
6773 (buffer_set_overlays_before, buffer_set_overlays_after):
6774 New function. Adjust users.
6775 (unchain_both): Add eassert.
6776
6777 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
6778
6779 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
6780
6781 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
6782
6783 * gtkutil.c (xg_mark_data): Don't assume C99.
6784
6785 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
6786
6787 * gtkutil.c (xg_frame_tb_info): New struct.
6788 (TB_INFO_KEY): New define.
6789 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
6790 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
6791 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
6792 if not present.
6793 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
6794 is up to date. Otherwise store new data.
6795 (free_frame_tool_bar): Free xg_frame_tb_info if present.
6796
6797 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
6798
6799 Use KSET for write access to Lisp_Object members of struct kboard.
6800 * keyboard.h (KSET): New macro.
6801 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
6802 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
6803 * xterm.c: Adjust users.
6804
6805 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
6806
6807 Use BSET for write access to Lisp_Object members of struct buffer.
6808 * buffer.h (BSET): New macro.
6809 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
6810 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
6811 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
6812 * window.c, xdisp.c, xfns.c: Adjust users.
6813
6814 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
6815
6816 * lread.c (syms_of_lread): Initialize Vlexical_binding.
6817
6818 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
6819
6820 * nsterm.m (not_in_argv): New function.
6821 (application:openFile, application:openTempFile:):
6822 (application:openFileWithoutUI:, application:openFiles:): Open file
6823 if not_in_argv returns non-zero (bug#12171).
6824
6825 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
6826 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
6827 Define for Gtk+ versions less than 3.2.
6828 (xg_get_font_name): Use those functions/macros here.
6829 Reported by Frans Oilinki <moilinki@gmail.com>.
6830
6831 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6832
6833 * unexmacosx.c (copy_data_segment): Copy initialized data in
6834 statically linked libraries from input file rather than memory.
6835
6836 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
6837 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
6838 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
6839
6840 2012-08-10 Glenn Morris <rgm@gnu.org>
6841
6842 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
6843 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
6844
6845 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6846
6847 Fix last change to allow compilation with low optimization levels.
6848 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
6849 Reported by Jan Djärv <jan.h.d@swipnet.se>.
6850
6851 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6852
6853 Use common inline syntax in intervals.h.
6854 * intervals.h (INTERVALS_INLINE): New macro.
6855 Change all users from LISP_INLINE.
6856
6857 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6858
6859 Define Qnone once for all platforms.
6860 * frame.c (Qnone): Define here.
6861 (syms_of_frame): DEFSYM it.
6862 * lisp.h (Qnone): New declaration.
6863 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
6864 * xfns.c: Remove duplication. Adjust users.
6865
6866 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6867
6868 Remove unused macros from intervals.h.
6869 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
6870 * intervals.c: Adjust comment.
6871
6872 2012-08-10 Eli Zaretskii <eliz@gnu.org>
6873
6874 * w32fns.c <w32_unicode_gui>: New static variable.
6875 (globals_of_w32fns): Initialize it according to os_subtype.
6876 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
6877 testing os_subtype.
6878
6879 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
6880 Eli Zaretskii <eliz@gnu.org>
6881
6882 Fix bug #10299 with Unicode characters sent by customized
6883 keyboards created by MSKLC.
6884 * w32fns.c (INIT_WINDOW_CLASS): New macro.
6885 (w32_init_class): Use it to initialize the Emacs class with either
6886 ANSI or Unicode API calls.
6887 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
6888 later.
6889 (w32_wnd_proc): If the character code sent by WM_CHAR or
6890 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
6891 original message. Call DefWindowProcW on NT and later.
6892
6893 2012-08-10 Glenn Morris <rgm@gnu.org>
6894
6895 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
6896
6897 * lisp.h (DIRECTORY_SEP): Let configure set it.
6898
6899 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
6900
6901 Use TSET for write access to Lisp_Object slots of struct terminal.
6902 * termhooks.h (TSET): New macro.
6903 * coding.c, terminal.c, xselect.c: Adjust users.
6904
6905 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6906
6907 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
6908 the failing expression, include them in the error message.
6909 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
6910 * lisp.h (internal_condition_case_n): Update declaration.
6911
6912 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6913
6914 Inline functions to examine and change buffer overlays.
6915 * buffer.c (unchain_both): New function.
6916 * buffer.h (buffer_get_overlays, buffer_set_overlays):
6917 (buffer_has_overlays): New function.
6918 (enum overlay_type): New enum.
6919 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
6920 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
6921
6922 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6923
6924 Inline functions to examine and change buffer intervals.
6925 * alloc.c (mark_interval_tree): Remove.
6926 (MARK_INTERVAL_TREE): Simplify.
6927 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
6928 * intervals.c (buffer_balance_intervals): New function.
6929 (graft_intervals_into_buffer): Adjust indentation.
6930 (set_intervals_multibyte): Simplify.
6931 * buffer.h (BUF_INTERVALS): Remove.
6932 (buffer_get_intervals, buffer_set_intervals): New function.
6933 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
6934 * intervals.c, textprop.c: Adjust users.
6935
6936 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6937
6938 Inline functions to examine and change string intervals.
6939 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
6940 (string_get_intervals, string_set_intervals): New function.
6941 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
6942 * lread.c, print.c, textprop.c: Adjust users.
6943
6944 2012-08-08 Glenn Morris <rgm@gnu.org>
6945
6946 * lisp.mk (lisp): Remove language/persian.elc.
6947
6948 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6949
6950 Cleanup intervals.
6951 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
6952 (NULL_INTERVAL_P): Likewise. Adjust users.
6953 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
6954 Adjust comment. Move under #if 0.
6955 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
6956 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
6957
6958 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6959
6960 Check total length of intervals with eassert.
6961 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
6962 * intervals.c: Change all users to eassert.
6963
6964 2012-08-07 Eli Zaretskii <eliz@gnu.org>
6965
6966 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
6967 Rename fields to match removal of FGET and WGET and disuse of
6968 INTERNAL_FIELD in Lisp_Cons.
6969
6970 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
6971
6972 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
6973 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
6974 name since all xname users are fixed long time ago. Do not
6975 use INTERNAL_FIELD.
6976 (set_symbol_name, set_symbol_function, set_symbol_plist):
6977 (set_symbol_next, set_overlay_plist): New function.
6978 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
6979 (struct Lisp_Overlay): Likewise.
6980 (CVAR, MVAR, SVAR): Remove.
6981 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
6982 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
6983 * xterm.c: Adjust users.
6984 * .gdbinit: Change to use name field of struct Lisp_Symbol
6985 where appropriate.
6986
6987 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
6988
6989 Basic functions to set Lisp_Object and pointer slots of intervals.
6990 * intervals.h (interval_set_parent, interval_set_object):
6991 (interval_set_left, interval_set_right, interval_set_plist):
6992 (interval_copy_parent): New function.
6993 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
6994 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
6995 Adjust indentation.
6996 (INTERVAL_SIZE): Remove. Adjust users.
6997 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
6998
6999 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7000
7001 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
7002 * process.h (PGET): Remove.
7003 (struct Lisp_Process): Do not use INTERNAL_FIELD.
7004 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
7005
7006 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7007
7008 Drop WGET and revert read access to Lisp_Objects slots of struct window.
7009 * window.h (WGET): Remove.
7010 (struct window): Do not use INTERNAL_FIELD.
7011 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7012 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7013 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
7014 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
7015 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
7016 Adjust users.
7017
7018 2012-08-07 Chong Yidong <cyd@gnu.org>
7019
7020 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7021 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
7022 (Fdelete_window_internal): Signal an error if the window is not on
7023 a live frame (Bug#12025).
7024
7025 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7026
7027 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
7028 * frame.h (FGET): Remove.
7029 (struct frame): Do not use INTERNAL_FIELD.
7030 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
7031 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
7032 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7033 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
7034
7035 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
7036
7037 * w32.c: Silence compiler warnings.
7038 (map_w32_filename): Remove unused variable `is_fat'.
7039 (chase_symlinks): Add parentheses around expression.
7040
7041 2012-08-06 Glenn Morris <rgm@gnu.org>
7042
7043 * sysdep.c: Respect BROKEN_GETWD.
7044
7045 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
7046 Let configure handle it.
7047 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
7048
7049 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7050
7051 Use GCALIGNMENT where appropriate.
7052 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
7053 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
7054 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
7055
7056 2012-08-06 Eli Zaretskii <eliz@gnu.org>
7057
7058 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
7059 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
7060
7061 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * buffer.h (struct buffer): Revert `indirections' to a simple int;
7064 that should be sufficient for everyone.
7065
7066 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
7067
7068 * keyboard.c (timer_check_2): Add break so timer_check returns next
7069 timeout.
7070
7071 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7072
7073 Fix Windows build errors introduced after converting to WGET and WSET.
7074 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
7075 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7076
7077 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
7078
7079 * nsterm.m (ns_frame_rehighlight): Use FSET.
7080
7081 * nsmenu.m (ns_update_menubar): Use FSET.
7082
7083 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7084
7085 Separate read and write access to Lisp_Object slots of Lisp_Process.
7086 * process.h (PGET, PSET): New macros similar to AREF and ASET.
7087 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
7088
7089 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7090
7091 Separate read and write access to Lisp_Object slots of struct window.
7092 * window.h (WGET, WSET): New macros similar to AREF and ASET.
7093 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7094 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7095 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
7096 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
7097 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
7098 Adjust users.
7099
7100 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7101
7102 Fix Windows build errors introduced after converting to FGET and FSET.
7103 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
7104 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
7105 (w32_judge_scroll_bars): Change to use FSET.
7106 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7107
7108 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7109
7110 Fix replacement typo.
7111 * window.c (replace_window): Set root_window instead of
7112 selected_window. This fixes a total window subsystem
7113 malfunction reported by Bastien Guerry <bzg@gnu.org>.
7114
7115 2012-08-06 Glenn Morris <rgm@gnu.org>
7116
7117 * lisp.mk (lisp): Add language/persian.elc.
7118
7119 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7120
7121 Separate read and write access to Lisp_Object slots of struct frame.
7122 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
7123 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
7124 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
7125 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7126 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
7127
7128 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
7129
7130 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
7131
7132 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7133
7134 Generalize common compile-time constants.
7135 * lisp.h (header_size, bool_header_size, word_size): Now here.
7136 (struct Lisp_Vector): Add comment.
7137 (struct Lisp_Bool_Vector): Move up to define handy constants.
7138 (VECSIZE, PSEUDOVECSIZE): Simplify.
7139 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
7140 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
7141 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
7142 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
7143 * xfont.c, xmenu.c: Use word_size where appropriate.
7144
7145 2012-08-05 Lawrence Mitchell <wence@gmx.li>
7146
7147 * search.c (Freplace_match): Treat \? in the replacement text
7148 literally (Bug#8161).
7149
7150 2012-08-05 Chong Yidong <cyd@gnu.org>
7151
7152 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
7153 * frame.c (Vdelete_frame_functions):
7154 * emacs.c (Vkill_emacs_hook): Doc fix.
7155
7156 2012-08-04 Eli Zaretskii <eliz@gnu.org>
7157
7158 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
7159 --with-x-toolkit=no builds.
7160 Reported by Carsten Mattner <carstenmattner@gmail.com>.
7161
7162 2012-08-04 Chong Yidong <cyd@gnu.org>
7163
7164 * syntax.c (Fmodify_syntax_entry): Doc fix.
7165
7166 2012-08-04 Eli Zaretskii <eliz@gnu.org>
7167
7168 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
7169 * w32.c (init_environment): Change the default values of many
7170 environment variables in dflt_envvars[] to NULL, to avoid pushing
7171 them into environment when they were not already defined.
7172 Remove the code that deletes site-lisp subdirectories from the default
7173 value of EMACSLOADPATH, as it is no longer needed.
7174 (check_windows_init_file): Now external, not static.
7175 Use Vload_path as is, without adding anything, as this function is now
7176 called when Vload_path is already set up.
7177
7178 * w32.h (check_windows_init_file): Add prototype.
7179
7180 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
7181 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
7182 compatibility with Posix platforms.
7183 (main): Move the call to check_windows_init_file to here from
7184 w32.c.
7185 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
7186 any, in the DEFALT argument into the root of the Emacs build or
7187 installation tree, as appropriate.
7188
7189 * callproc.c (init_callproc_1): Call decode_env_path instead of
7190 doing its equivalent by hand.
7191 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
7192 the code that sets Vexec_path run on MS-Windows.
7193
7194 * lread.c (init_lread): Add comments to #ifdef's.
7195
7196 * msdos.c (dos_set_window_size, IT_update_begin)
7197 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
7198 instead of direct references.
7199
7200 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
7201
7202 Export DEFAULT_REHASH_* to GDB.
7203 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
7204 Now constants, not macros.
7205
7206 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
7207
7208 Remove unnecessary casts involving pointers.
7209 These casts are no longer needed now that we assume C89 or later,
7210 since they involve casting to or from void *.
7211 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
7212 (make_pure_float, make_pure_vector):
7213 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
7214 * macros.c (Fstart_kbd_macro):
7215 * menu.c (find_and_return_menu_selection):
7216 * minibuf.c (read_minibuf_noninteractive):
7217 * sysdep.c (closedir):
7218 * xdisp.c (x_produce_glyphs):
7219 * xfaces.c (compare_fonts_by_sort_order):
7220 * xfns.c (x_real_positions, select_visual):
7221 * xselect.c (x_stop_queuing_selection_requests)
7222 (x_get_window_property, x_get_window_property_as_lisp_data):
7223 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
7224 Remove unnecessary pointer casts.
7225 * alloc.c (record_xmalloc): New function.
7226 * lisp.h (record_xmalloc): New decl.
7227 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
7228 more like a function. This is because the pointer cast is not
7229 needed. All uses changed.
7230 * print.c (print_string, print_error_message): Avoid length recalc.
7231
7232 Improve fix for macroexp crash with debugging (Bug#12118).
7233 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
7234 ARRAY_MARK_FLAG when checking subscripts, because ASET is
7235 not supposed to be invoked from the garbage collector.
7236 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
7237 (gc_aset): New function, which is like ASET but can be
7238 used in the garbage collector.
7239 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
7240 (set_hash_index): Use it instead of ASET.
7241
7242 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7243
7244 Support symlinks on latest versions of MS-Windows.
7245 * w32.c: Include winioctl.h and aclapi.h.
7246 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
7247 (revert_to_self): Forward declarations of static functions.
7248 <static BOOL g_b_init_get_security_info>:
7249 <g_b_init_create_symbolic_link>: New static flags.
7250 (globals_of_w32): Initialize them to zero.
7251 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
7252 (map_w32_filename): Improve commentary. Simplify switch.
7253 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
7254 headers (most versions of MinGW w32api don't).
7255 (get_security_info, create_symbolic_link)
7256 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
7257 New functions.
7258 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
7259 in the argument file name.
7260 (sys_access): Call unc_volume_file_attributes only if
7261 GetFileAttributes fails with network-related error codes.
7262 (sys_rename): Diagnose renaming of a symlink when the user doesn't
7263 have the required privileges.
7264 (get_file_security_desc_by_name): Rename from
7265 get_file_security_desc.
7266 (stat_worker): New function, with most of the guts of 'stat', and
7267 with addition of handling of symlinks and support for 'lstat'.
7268 If possible, get file's attributes and security information by
7269 handle, not by name. Produce S_IFLNK bit for symlinks, when
7270 called from 'lstat'.
7271 (stat, lstat): New functions, call 'stat_worker'.
7272 (symlink, readlink, careadlinkat): Rewritten to create and resolve
7273 symlinks when the underlying filesystem supports them.
7274
7275 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7276
7277 Fix macroexp crash on Windows with debugging (Bug#12118).
7278 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
7279 checking subscripts; problem introduced with the recent
7280 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
7281 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
7282 since it's used in non-static inline functions now.
7283
7284 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
7285 Don't assume buffer size fits in 'int'. Remove unused local.
7286
7287 Use C99-style 'extern inline' if available.
7288 * buffer.h (BUFFER_INLINE):
7289 * category.h (CATEGORY_INLINE):
7290 * character.h (CHARACTER_INLINE):
7291 * charset.h (CHARSET_INLINE):
7292 * composite.h (COMPOSITE_INLINE):
7293 * dispextern.h (DISPEXTERN_INLINE):
7294 * lisp.h (LISP_INLINE):
7295 * systime.h (SYSTIME_INLINE):
7296 New macro, replacing 'static inline' in this header.
7297 * buffer.h, category.h, character.h, charset.h, composite.h:
7298 * dispextern.h, lisp.h, systime.h:
7299 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
7300 * alloc.c (LISP_INLINE):
7301 * buffer.c (BUFFER_INLINE):
7302 * category.c (CATEGORY_INLINE):
7303 * character.c (CHARACTER_INLINE):
7304 * charset.c (CHARSET_INLINE):
7305 * composite.c (COMPOSITE_INLINE):
7306 * dispnew.c (DISPEXTERN_INLINE):
7307 * sysdep.c (SYSTIME_INLINE):
7308 Define to EXTERN_INLINE, so that the corresponding functions
7309 are compiled into code.
7310 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
7311 (INLINE_HEADER_END): New macros.
7312 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
7313 since it's used in non-static inline functions now.
7314 (VALMASK) [!USE_LSB_TAG]: Likewise.
7315
7316 2012-08-02 Glenn Morris <rgm@gnu.org>
7317
7318 * s/: Remove empty directory.
7319
7320 * s/ms-w32.h: Move to ../nt/inc.
7321 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
7322 Update for new ms-w32.h location.
7323
7324 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7325
7326 Port to Solaris 8.
7327 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
7328
7329 2012-08-02 Glenn Morris <rgm@gnu.org>
7330
7331 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
7332 hard-coding the path separator.
7333
7334 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
7335
7336 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
7337 This how ASET and AREF are supposed to work, and makes
7338 it easier to think about future improvements. See
7339 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
7340 * charset.h (set_charset_attr): New function.
7341 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
7342 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
7343 (aref_addr): New function. All uses of &AREF(...) changed.
7344 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
7345 (set_hash_index): New functions. All lvalue-style uses of
7346 HASH_KEY etc. changed.
7347 * keyboard.c (set_prop): New function. All lvalue-style uses
7348 of PROP changed.
7349
7350 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
7351
7352 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
7353 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
7354 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
7355 * nsfns.m (ns_set_name_as_filename): Likewise.
7356 * nsmenu.m (ns_update_menubar): Likewise.
7357 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
7358
7359 2012-08-01 Eli Zaretskii <eliz@gnu.org>
7360
7361 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
7362 Adapt to latest changes in field names of the corresponding Lisp
7363 objects.
7364
7365 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
7366
7367 2012-08-01 Glenn Morris <rgm@gnu.org>
7368
7369 * s/msdos.h: Remove file.
7370 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
7371 * Makefile.in (S_FILE): Remove.
7372 (config_h): Remove S_FILE.
7373
7374 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
7375
7376 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
7377 Remove; moved to nt/config.nt.
7378
7379 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7380
7381 Use INTERNAL_FIELD for conses and overlays.
7382 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
7383 Remove obsolete comment.
7384 (MVAR): New macro.
7385 (struct Lisp_Overlay): Use INTERNAL_FIELD.
7386 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
7387
7388 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7389
7390 Use INTERNAL_FIELD for symbols.
7391 * lisp.h (SVAR): New macro. Adjust users.
7392 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
7393 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
7394
7395 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7396
7397 Use INTERNAL_FIELD for processes.
7398 * process.h (PVAR): New macro. Adjust style.
7399 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
7400 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
7401
7402 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7403
7404 Use INTERNAL_FIELD for windows.
7405 * window.h (WVAR): New macro.
7406 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
7407 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7408 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7409 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
7410 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
7411 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
7412
7413 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
7414
7415 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
7416
7417 2012-08-01 Glenn Morris <rgm@gnu.org>
7418
7419 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
7420 Move to configure.ac.
7421
7422 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * makefile.w32-in (CONFIG_H): Update dependencies.
7425 (CONF_POST_H): New macro.
7426
7427 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
7428
7429 2012-07-31 Glenn Morris <rgm@gnu.org>
7430
7431 * Makefile.in (S_FILE): No longer set by configure.
7432
7433 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
7434 is available.
7435 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
7436
7437 * process.h (NULL_DEVICE):
7438 * emacs.c (SEPCHAR):
7439 * editfns.c (USER_FULL_NAME): Let configure set them.
7440
7441 * s/README, s/template.h: Remove files.
7442
7443 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
7444
7445 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
7446 Move to configure.ac.
7447
7448 2012-07-31 Eli Zaretskii <eliz@gnu.org>
7449
7450 * .gdbinit (xframe): Adapt to introduction of FVAR and the
7451 resulting renaming of 'struct frame' members.
7452
7453 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
7454
7455 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
7456 after introduction of FVAR.
7457
7458 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
7459
7460 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
7461
7462 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
7463 instead of compositeToPoint.
7464 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
7465
7466 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
7467
7468 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7469
7470 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
7471 * lisp.h (INTERNAL_FIELD): New macro.
7472 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
7473 (BVAR): Change to use INTERNAL_FIELD.
7474 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
7475 (KVAR): Change to use INTERNAL_FIELD.
7476 * frame.h (FVAR): New macro.
7477 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
7478 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
7479 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
7480 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7481 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
7482
7483 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7484
7485 Miscellaneous fixes for non-default X toolkits.
7486 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
7487 * xterm.c (x_frame_of_widget): Remove redundant prototype.
7488 Move under #ifdef USE_LUCID.
7489 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
7490 definition and usage to avoid warnings.
7491
7492 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
7493
7494 * nsterm.m (openFiles): Fix previous checkin.
7495
7496 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
7497
7498 * indent.c (compute_motion): Remove unused local.
7499
7500 2012-07-31 Glenn Morris <rgm@gnu.org>
7501
7502 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
7503
7504 * conf_post.h [USG5_4]:
7505 Move remaining contents of s/usg5-4-common.h here.
7506 * s/usg5-4-common.h: Remove file.
7507
7508 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
7509 * s/irix6-5.h: Remove file.
7510
7511 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
7512 * s/darwin.h: Remove file.
7513
7514 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
7515 * s/hpux10-20.h: Remove file, which is now empty.
7516
7517 2012-07-30 Glenn Morris <rgm@gnu.org>
7518
7519 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
7520 * Makefile.in (config_h): Add conf_post.h.
7521 * makefile.w32-in (CONFIG_H): Add conf_post.h.
7522
7523 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
7524
7525 * nsterm.m (ns_do_open_file): New variable.
7526 (ns_term_init): Set ns_do_open_file to YES after run returns.
7527 (openFile, openTempFile, openFileWithoutUI, openFiles):
7528 Open files only if ns_do_open_file.
7529
7530 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7531
7532 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
7533 This no-op macro hasn't been needed for many years.
7534 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
7535
7536 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
7537 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
7538 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
7539 gdb_make_enums_visible.
7540 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
7541 (DIRECTORY_SEP): Now a constant, not a macro.
7542
7543 2012-07-30 Eli Zaretskii <eliz@gnu.org>
7544
7545 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
7546 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
7547
7548 * w32term.c <w32_keyboard_codepage>: Renamed from
7549 keyboard_codepage and now external. All users changed.
7550
7551 * w32term.h: Add declaration of w32_keyboard_codepage.
7552
7553 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
7554 the codepage to translate keys to Unicode. If this argument is
7555 -1, use the value returned by GetConsoleCP. All callers changed.
7556
7557 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7558
7559 Update .PHONY listings in makefiles.
7560 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
7561 bootstrap-clean, distclean, maintainer-clean, versioclean,
7562 extraclean, frc.
7563
7564 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
7565 This is a bit clearer. Fix some commentary typos.
7566
7567 2012-07-30 Glenn Morris <rgm@gnu.org>
7568
7569 * s/netbsd.h: Let configure include signal.h if needed.
7570 Remove file, which is now empty.
7571
7572 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
7573 Let configure set them.
7574 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
7575 No more need to undefine.
7576
7577 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
7578
7579 * keymap.c (Fkey_description): Don't remove 0x80 bit from
7580 non-single-byte char when adding meta modifier. (Bug#12090)
7581
7582 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
7583
7584 Convert safe_call to use variable number of arguments.
7585 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
7586 (safe_call2): Fix comment.
7587 * lisp.h (safe_call): Adjust prototype.
7588 * coding.c (encode_coding_object): Change to use safe_call2.
7589 * xfaces.c (merge_face_heights): Change to use safe_call1.
7590
7591 2012-07-30 Glenn Morris <rgm@gnu.org>
7592
7593 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
7594 does that unconditionally. Remove file, which is now empty.
7595
7596 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
7597 Remove empty files.
7598
7599 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7600
7601 Export to GDB most of lisp.h's remaining object-like macros.
7602 * lisp.h (min, max): Move earlier, because they're used earlier now.
7603 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
7604 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
7605 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
7606 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
7607 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
7608 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
7609 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
7610 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
7611 Now constants, for GDB. They need not be macros.
7612 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
7613 Now constants, for GDB, as well as macros, for static initializers.
7614 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
7615 Move to after the definition of struct Lisp_Char_Table,
7616 since the former now needs that type defined.
7617 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
7618 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
7619 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
7620 New enums, for gdb_make_enums_visible.
7621 (GLYPH_MODE_LINE_FACE): Remove; unused.
7622 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
7623 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
7624 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
7625 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
7626 enum maxargs, enum MAX_ALLOCA.
7627 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
7628 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
7629 no longer needed, now that they are done in lisp.h.
7630
7631 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
7632
7633 Cleanup string bytes checking.
7634 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
7635 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
7636 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
7637 (check_sblock, compact_small_strings): Simplify.
7638
7639 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7640
7641 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
7642 These macros are confusing and no longer need to be defined, as
7643 the enum values now suffice. All uses replaced with definiens.
7644 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
7645
7646 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
7647
7648 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
7649 ($(BLD)/w32console.$(O)): Update dependencies.
7650
7651 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
7652
7653 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
7654 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
7655 time. Adjust users.
7656 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
7657
7658 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
7659
7660 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
7661 setting sitelisp (Bug#12010).
7662
7663 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7664
7665 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
7666
7667 * w32heap.c (cache_system_info):
7668 * w32.c (sys_rename):
7669 * w32proc.c (find_child_console, sys_kill): All users changed.
7670
7671 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7672
7673 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
7674
7675 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7676
7677 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
7678
7679 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
7680
7681 Cleanup statistics calculation in Fgarbage_collect.
7682 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
7683 Fix zombies percentage calculation. Simplify elapsed time calculation.
7684
7685 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
7686
7687 Generalize marker debugging code under MARKER_DEBUG and use eassert.
7688 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
7689 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
7690 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
7691 (replace_range, replace_range_2, del_range_2): Change to eassert.
7692 * marker.c (byte_char_debug_check): Adjust style.
7693
7694 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7695
7696 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
7697 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
7698 long-ago-commented-out code that talks about "WIN32".
7699 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
7700 All uses changed.
7701
7702 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
7703
7704 Use Gnulib stdalign module (Bug#9772, Bug#9960).
7705 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
7706 Simplify by using alignof.
7707 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
7708 * lisp.h: Include <stdalign.h>.
7709 (GCALIGNMENT): New macro and constant.
7710 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
7711 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
7712 (stdalign): New macro, if not already defined.
7713
7714 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7715
7716 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
7717 * w32inevt.c: Include w32inevt.h.
7718 (w32_read_console_input): New inline function, calls either
7719 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
7720 w32_console_unicode_input.
7721 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
7722 (w32_kbd_patch_key, key_event): Use the codepage returned by
7723 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
7724 (key_event): use uChar.UnicodeChar only if
7725 w32_console_unicode_input is non-zero.
7726
7727 * w32console.c: Include w32heap.h.
7728 <w32_console_unicode_input>: New global variable.
7729 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
7730 family of Windows, zero otherwise.
7731
7732 * w32inevt.h: Declare w32_console_unicode_input.
7733
7734 * xdisp.c (init_iterator): Don't reference tip_frame in a build
7735 --without-x. (Bug#11742)
7736
7737 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
7738
7739 Adjust GDB to reflect pvec_type changes (Bug#12036).
7740 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
7741 2012-07-04 changes to pseudovector representation.
7742 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
7743
7744 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7745
7746 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
7747 bus address.
7748 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
7749
7750 2012-07-27 Eli Zaretskii <eliz@gnu.org>
7751
7752 * alloc.c (listn): Fix the order the arguments are consed onto the
7753 list.
7754
7755 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
7756 enumeration constants, as PURE and HEAP are too general, and clash
7757 with other headers and sources, such as gmalloc.c and the
7758 MS-Windows system headers. All users changed.
7759
7760 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7761
7762 Revert last save_excursion_save and save_excursion_restore changes.
7763 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
7764 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
7765
7766 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7767
7768 Fix recently-introduced typos in Windows port.
7769 Reported by Martin Rudalics <rudalics@gmx.at>.
7770 * w32.c (init_environment): Replace comma with semicolon.
7771 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
7772
7773 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
7774
7775 Improve GDB symbol export (Bug#12036).
7776 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
7777 arms of an 'if', not using conditional expressions; otherwise GDB
7778 complains about the types in the unevaluated arm when the argument
7779 is an integer literal.
7780 (xgetint): Simplify expression.
7781 * alloc.c (gdb_make_enums_visible): New constant. This ports to
7782 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
7783 Zaretskii in <http://bugs.gnu.org/12036#13>.
7784 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
7785 needed now that we have gdb_make_enums_visible.
7786 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
7787 (enum enum_USE_LSB_TAG):
7788 New enum types, packaging up enums that need to be exported to GDB.
7789
7790 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7791
7792 Utility function to make a list from specified amount of objects.
7793 * lisp.h (enum constype): New datatype.
7794 (listn): New prototype.
7795 * alloc.c (listn): New function.
7796 (Fmemory_use_count, syms_of_alloc): Use it.
7797 * buffer.c (syms_of_buffer): Likewise.
7798 * callint.c (syms_of_callint): Likewise.
7799 * charset.c (define_charset_internal): Likewise.
7800 * coding.c (syms_of_coding): Likewise.
7801 * keymap.c (syms_of_keymap): Likewise.
7802 * search.c (syms_of_search): Likewise.
7803 * syntax.c (syms_of_syntax): Likewise.
7804 * w32.c (init_environment): Likewise.
7805 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
7806 * xdisp.c (syms_of_xdisp): Likewise.
7807 * xfns.c (syms_of_xfns): Likewise.
7808
7809 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7810
7811 Fast save_excursion_save and save_excursion_restore.
7812 * lisp.h (struct Lisp_Excursion): New data type.
7813 (PVEC_EXCURSION): New pseudovector type.
7814 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
7815 to deal with it. Adjust comments.
7816 (init_marker, attach_marker): New prototype.
7817 (unchain_marker): Adjust prototype.
7818 * marker.c (attach_marker): Change to global.
7819 (init_marker): New function.
7820 * alloc.c (Fmake_marker, build_marker): Use it.
7821 (build_marker): More easserts.
7822 (mark_object): Handle struct Lisp_Excursion.
7823 * editfns.c (save_excursion_save, save_excursion_restore):
7824 Reimplement to use struct Lisp_Excursion. Add comments.
7825
7826 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
7827
7828 Fix export of symbols to GDB (Bug#12036).
7829 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
7830 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
7831 emacs.c, as this is a more-suitable home. Had this been done earlier
7832 the fix for 12036 would have avoided some of the problems noted in
7833 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
7834 would have been more obvious.
7835 * emacs.c: Do not include <verify.h>; no longer needed.
7836 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
7837 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
7838 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
7839 Remove; now done in lisp.h.
7840 * lisp.h (PUBLISH_TO_GDB): New macro.
7841 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
7842 (DATA_SEG_BITS): Use it.
7843 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
7844 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
7845 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
7846 not be usable in #if. This simplifies things.
7847
7848 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
7851
7852 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
7853
7854 Simplify export of symbols to GDB (Bug#12036).
7855 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
7856 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
7857 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
7858 Adjust to changes in lisp.h and emacs.c, by using
7859 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
7860 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
7861 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
7862 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
7863 instead of gdb_valbits.
7864 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
7865 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
7866 instead of gdb_array_mark_flag.
7867 (xboolvector): Get size from $->size, not $->header.size.
7868 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
7869 (xreload, hook-run, hookpost-run): Remove.
7870 * emacs.c: Include <verify.h>.
7871 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
7872 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
7873 Remove.
7874 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
7875 (gdb_USE_LSB_TAG): New enum constants.
7876 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
7877 Also define these as enum constants, so they're visible to GDB.
7878 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
7879 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
7880 as constants, so they're visible to GDB.
7881 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
7882 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
7883 Now enum constants, not macros, so they're visible to GDB.
7884 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
7885 more convenient now. All uses changed.
7886 (VALMASK) [USE_LSB_TAG]: Also define in this case.
7887 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
7888
7889 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
7890
7891 Explicitly free restriction data that are not needed anymore.
7892 * editfns.c (save_restriction_restore): Free restriction data.
7893
7894 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
7897 add argument, tune behavior, and adjust all callers.
7898
7899 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7900
7901 Use typedef for EMACS_INT, EMACS_UINT.
7902 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
7903 than macros. This simplifies debugging in the usual case, since
7904 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
7905 and it allows expressions involving EMACS_INT casts.
7906 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
7907
7908 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
7909
7910 * nsterm.m (ns_read_socket): Return early if there is a modal
7911 window (Bug#12043).
7912
7913 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7914
7915 * frame.c (Fredirect_frame_focus): In doc-string don't mention
7916 that FOCUS-FRAME can be omitted.
7917
7918 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
7919
7920 Adjust buffer text indirection counters at the end of Fkill_buffer.
7921 * buffer.c (Fkill_buffer): Adjust indirection counters when the
7922 buffer is definitely dead. This should really fix an issue reported
7923 by Christoph Scholtes again. (Bug#12007).
7924 (init_buffer_once): Initialize indirection counters of
7925 buffer_defaults and buffer_local_symbols (for sanity and safety).
7926
7927 2012-07-24 Eli Zaretskii <eliz@gnu.org>
7928
7929 * xdisp.c (init_iterator): Don't compute dimensions of truncation
7930 and continuation glyphs on tooltip frames, leave them at zero.
7931 Avoids continued lines in tooltips. (Bug#11832)
7932
7933 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
7934
7935 Simplify copy_overlay.
7936 * buffer.c (copy_overlay): Simplify. Use build_marker.
7937 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
7938
7939 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7940
7941 * print.c (print_object): Don't crash when a frame's name is nil
7942 or invalid. (Bug#12025)
7943
7944 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
7945 it signals an error when a tooltip frame is being created.
7946
7947 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
7948
7949 Cleanup miscellaneous objects allocation and initialization.
7950 * alloc.c (allocate_misc): Change to static. Add argument to
7951 specify the subtype. Adjust comment and users.
7952 (build_overlay): New function.
7953 * buffer.c (copy_overlays, Fmake_overlay): Use it.
7954 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
7955 (allocate_misc): Remove prototype.
7956 (build_overlay): Add prototype.
7957
7958 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
7959
7960 Swap buffer text indirection counters in Fbuffer_swap_text.
7961 * buffer.c (Fbuffer_swap_text): Swap indirections too.
7962 This avoids crash reported by Christoph Scholtes at
7963 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
7964
7965 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
7966
7967 * nsmenu.m (Popdown_data): New struct.
7968 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
7969 free Popdown_data.
7970 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
7971 (initWithContentRect): Make imgView and contentView non-static
7972 and autorelease them. Also autorelease img and matrix (Bug#12005).
7973 (dealloc): Remove (Bug#12005).
7974
7975 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
7976
7977 Adjust consing_since_gc when objects are explicitly freed.
7978 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
7979 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
7980 (free_cons, free_misc): Subtract object size from consing_since_gc.
7981
7982 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
7983
7984 Simplify and cleanup markers positioning code.
7985 * marker.c (attach_marker): More useful eassert.
7986 (live_buffer, set_marker_internal): New function.
7987 (Fset_marker, set_marker_restricted): Use set_marker_internal.
7988 (set_marker_both, set_marker_restricted_both): Use live_buffer.
7989
7990 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
7991
7992 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
7993 as it's limited by the amount of memory, not by INT_MAX.
7994
7995 2012-07-21 Eli Zaretskii <eliz@gnu.org>
7996
7997 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
7998 in special-event-map. See the discussion at
7999 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
8000 for the reasons.
8001
8002 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
8003 info.dwItemData. Fixes crashes on 64-bit Windows.
8004 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
8005
8006 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
8007
8008 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
8009 (conversationIdentifier): Return value is NSInteger.
8010 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
8011
8012 2012-07-21 Chong Yidong <cyd@gnu.org>
8013
8014 * window.c (decode_any_window): Signal an error if the window is
8015 on a dead frame (Bug#11984).
8016
8017 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8018
8019 Add indirection counting to speed up Fkill_buffer.
8020 * buffer.h (struct buffer): New member.
8021 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
8022 (Fmake_indirect_buffer): Set indirection counter to -1, increment
8023 base buffer indirection counter.
8024 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
8025 (Fkill_buffer): Adjust indirection counters as needed, don't walk
8026 through buffer list if indirection counter is 0.
8027
8028 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8029
8030 Extend the value returned by Fgarbage_collect with heap statistics.
8031 * alloc.c (Qheap): New symbol.
8032 (syms_of_alloc): DEFSYM it.
8033 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
8034 (Fmemory_free): Remove.
8035 (syms_of_alloc): Don't defsubr it.
8036 * buffer.c (Fcompact_buffer): Remove.
8037 (syms_of_buffer): Don't defsubr it.
8038
8039 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8040
8041 Make maybe_gc inline.
8042 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
8043 * lisp.h (consing_since_gc, gc_relative_threshold)
8044 (memory_full_cons_threshold): Revert declaration.
8045 (maybe_gc): Remove prototype, define as inline.
8046 * alloc.c: Remove old commented-out code.
8047 (consing_since_gc, gc_relative_threshold)
8048 (memory_full_cons_threshold): Revert to global.
8049 (maybe_gc): Remove.
8050
8051 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8052
8053 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
8054 * lisp.h (build_unibyte_string): New function.
8055 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
8056 * sysdep.c, w32fns.c, xfns.c: Use it.
8057 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
8058 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
8059 Adjust users accordingly.
8060 * font.h (font_open_by_name): Adjust prototype.
8061
8062 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8063
8064 Cleanup calls to Fgarbage_collect.
8065 * lisp.h (maybe_gc): New prototype.
8066 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
8067 Remove declarations.
8068 * alloc.c (maybe_gc): New function.
8069 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
8070 Make them static.
8071 * bytecode.c (MAYBE_GC): Use maybe_gc.
8072 * eval.c (eval_sub, Ffuncall): Likewise.
8073 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
8074 to avoid dependency from auto-save feature.
8075
8076 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
8077
8078 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
8079 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
8080 'for_each_per_buffer_object_at'.
8081 All uses changed. It's better to use upper-case for macros that
8082 cannot be implemented as functions, to give the reader a clue
8083 that they're special.
8084
8085 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * alloc.c (Fgarbage_collect): Tweak docstring.
8088
8089 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8090
8091 Tweak the value returned from Fgarbage_collect again.
8092 * alloc.c (Fgarbage_collect): New return value, as confirmed in
8093 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
8094 Adjust documentation.
8095 (total_vector_bytes): Rename to total_vector_slots, adjust
8096 accounting.
8097 (total_free_vector_bytes): Rename to total_free_vector_slots,
8098 adjust accounting.
8099 (Qstring_bytes, Qvector_slots): New symbols.
8100 (syms_of_alloc): DEFSYM them.
8101
8102 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8103
8104 Buffer compaction primitive which may be used from Lisp.
8105 * buffer.c (compact_buffer, Fcompact_buffer): New function.
8106 (syms_of_buffer): Register Fcompact_buffer.
8107 * alloc.c (Fgarbage_collect): Use compact_buffer.
8108 * buffer.h (compact_buffer): New prototype.
8109 (struct buffer_text): New member.
8110
8111 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8112
8113 New macro to iterate over all buffers, miscellaneous cleanups.
8114 * lisp.h (all_buffers): Remove declaration.
8115 * buffer.h (all_buffers): Add declaration, with comment.
8116 (for_each_buffer): New macro.
8117 * alloc.c (Fgarbage_collect, mark_object): Use it.
8118 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
8119 (init_buffer): Likewise.
8120 * data.c (Fset_default): Likewise.
8121 * coding.c (code_conversion_restore): Remove redundant check
8122 for dead buffer.
8123 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
8124
8125 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
8126
8127 Fix bug that created negative-length intervals.
8128 * intervals.c (merge_interval_right, merge_interval_left):
8129 Do not zero out this interval if it is absorbed by its children,
8130 as this interval's total length doesn't change in that case. See
8131 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
8132
8133 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
8134
8135 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
8136 when invoking (make-bool-vector N t) and N is a positive
8137 multiple of 8 -- the last 8 bits were mistakenly cleared.
8138
8139 Remove some struct layout assumptions in bool vectors.
8140 * alloc.c (bool_header_size): New constant.
8141 (header_size, word_size): Move earlier, as they're now used earlier.
8142 Use 'word_size' in a few more places, where it's appropriate.
8143 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
8144 padding before the data member of a bool vector.
8145 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
8146 than doing the check by hand with an abort ().
8147
8148 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * eval.c (Fdefvar): Don't check constants since we only set the var if
8151 it's not yet defined anyway (bug#11904).
8152
8153 * lisp.h (last_undo_boundary): Declare new var.
8154 * keyboard.c (command_loop_1): Set it.
8155 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
8156 were auto-added by the command loop (bug#11774).
8157
8158 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
8159
8160 * w32font.c (Qsymbol): Remove local definition.
8161 (syms_of_w32font): Don't DEFSYM it.
8162
8163 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8164
8165 Fix sweep_vectors to handle large bool vectors correctly.
8166 * alloc.c (sweep_vectors): Account total_vector_bytes for
8167 bool vectors larger than VBLOCK_BYTES_MAX.
8168
8169 2012-07-18 Chong Yidong <cyd@gnu.org>
8170
8171 * frame.c (x_set_frame_parameters): Revert bogus change introduced
8172 in 2012-05-25 commit by Paul Eggert (Bug#11738).
8173
8174 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8175
8176 Return more descriptive data from Fgarbage_collect.
8177 Suggested by Stefan Monnier in
8178 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
8179 * alloc.c (bounded_number): New function.
8180 (total_buffers, total_vectors): New variable.
8181 (total_string_size): Rename to total_string_bytes, adjust users.
8182 (total_vector_size): Rename to total_vector_bytes, adjust users.
8183 (sweep_vectors): Account total_vectors and total_vector_bytes.
8184 (Fgarbage_collect): New return value. Adjust documentation.
8185 (gc_sweep): Account total_buffers.
8186 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
8187 (VECTOR_SIZE): Remove.
8188 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
8189 (Qinterval, Qmisc): New symbols.
8190 (syms_of_data): Initialize them.
8191 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
8192 (Qcons, Qbuffer): New declarations.
8193
8194 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
8195
8196 * alloc.c (Fmemory_free): Account for memory-free's own storage.
8197 Round up, not down. Improve doc.
8198
8199 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8200
8201 Restore old code in allocate_string_data to avoid Faset breakage.
8202 Reported by Julien Danjou <julien@danjou.info> in
8203 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
8204 * alloc.c (allocate_string_data): Restore old code with minor
8205 adjustments, fix comment to explain this subtle issue.
8206
8207 2012-07-17 Eli Zaretskii <eliz@gnu.org>
8208
8209 Remove FILE_SYSTEM_CASE.
8210 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
8211
8212 * fileio.c (FILE_SYSTEM_CASE): Don't define.
8213 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
8214 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
8215 call-process-region passes it through expand-file-name.
8216
8217 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
8218
8219 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8220
8221 Fix crash when creating indirect buffer (Bug#11917)
8222 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
8223 Don't handle unbound variables specially if non-zero.
8224 (Fbuffer_local_variables): Pass zero.
8225 (clone_per_buffer_values): Pass non-zero.
8226
8227 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8228
8229 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
8230 to make the loop interruptible.
8231
8232 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8233
8234 * gnutls.c (emacs_gnutls_handshake): Only retry if
8235 GNUTLS_E_INTERRUPTED.
8236
8237 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8238
8239 Cleanup and convert miscellaneous checks to eassert.
8240 * alloc.c (mark_interval): Fix comment, partially rephrase
8241 old comment from intervals.h (see below).
8242 * intervals.c (find_interval, adjust_intervals_for_insertion)
8243 (delete_interval, adjust_intervals_for_deletion)
8244 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
8245 Convert to eassert.
8246 (adjust_intervals_for_insertion, make_new_interval):
8247 Remove obsolete and unused code.
8248 * intervals.h (struct interval): Remove obsolete comment.
8249 * textprotp.c (erase_properties): Remove unused code.
8250 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
8251 (Fremove_list_of_text_properties): Convert to eassert.
8252
8253 2012-07-17 Chong Yidong <cyd@gnu.org>
8254
8255 * editfns.c (Finsert_char): Doc fix.
8256
8257 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8258
8259 Fix previous change to make Fmemory_free always accurate.
8260 * alloc.c (make_interval): Update total_free_intervals.
8261 (make_float): Likewise for total_free_floats.
8262 (free_cons, Fcons): Likewise for total_free_conses.
8263 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
8264 Likewise for total_free_vector_bytes.
8265 (Fmake_symbol): Likewise for total_free_symbols.
8266 (bytes_free): Remove.
8267
8268 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8269
8270 Simple free memory accounting feature.
8271 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
8272 (sweep_vectors): Accumulate size of free vectors.
8273 (Fgarbage_collect): Setup bytes_free.
8274 (Fmemory_free): New function.
8275 (syms_of_alloc): Register it.
8276
8277 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8278
8279 Cleanup overlays checking.
8280 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
8281 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
8282 eassert and OVERLAYP.
8283 (sort_overlays): Change to use OVERLAYP.
8284
8285 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
8286
8287 * editfns.c (Finsert_char): Make it interactive, and make the
8288 second arg optional. Copy interactive spec and docstring from
8289 ucs-insert.
8290
8291 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
8292
8293 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
8294 Unlike the other wrapped functions, fabs has an unspecified
8295 effect on errno.
8296
8297 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
8298
8299 * nsterm.m (keyDown): Interpret flags without left/right bits
8300 as the left key (Bug#11670).
8301
8302 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
8303
8304 Remove empty and useless init functions.
8305 * lisp.h (init_character_once, init_fns, init_image)
8306 (init_filelock, init_sound): Remove prototype.
8307 * character.c (init_character_once): Remove.
8308 * filelock.c (init_filelock): Likewise.
8309 * fns.c (init_fns): Likewise.
8310 * image.c (init_image): Likewise.
8311 * sound.c (init_sound): Likewise.
8312 * emacs.c (main): Adjust accordingly.
8313
8314 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
8315
8316 * gtkutil.h: Tiny cleanups.
8317 (use_old_gtk_file_dialog): Remove useless declaration.
8318 (xg_uses_old_file_dialog): Add suggested const attribute.
8319
8320 2012-07-15 Eli Zaretskii <eliz@gnu.org>
8321
8322 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
8323 (bidi_paragraph_init): Use it to limit search forward for a strong
8324 directional character in abnormally large paragraphs full of
8325 neutral or weak characters. (Bug#11943)
8326
8327 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
8328
8329 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
8330 the toolbar (Bug#9451).
8331 (xg_make_tool_item): Give the widget event box a transparent
8332 background.
8333
8334 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
8335
8336 Cleanup basic allocation variables and functions.
8337 * alloc.c (ignore_warnings, init_intervals, init_float)
8338 (init_cons, init_symbol, init_marker): Remove.
8339 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
8340 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
8341 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
8342 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
8343 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
8344 (staticidx, init_alloc_once, init_strings, free_ablock):
8345 Remove redundant initialization.
8346 * fns.c (init_weak_hash_tables): Remove.
8347 * lisp.h (init_weak_hash_tables): Remove prototype.
8348
8349 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
8350
8351 Use zero_vector where appropriate.
8352 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
8353 accordingly.
8354 * lisp.h (zero_vector): New declaration.
8355 * font.c (null_vector): Remove.
8356 (syms_of_font): Remove initialization and staticpro.
8357 (font_list_entities, font_find_for_lface): Change to use zero_vector.
8358 * keymap.c (Faccessible_keymaps): Likewise.
8359
8360 2012-07-15 Leo Liu <sdl.web@gmail.com>
8361
8362 * fringe.c: Fix typo in comments.
8363
8364 2012-07-14 Leo Liu <sdl.web@gmail.com>
8365
8366 * fringe.c: Add a new bitmap exclamation-mark.
8367
8368 2012-07-14 Eli Zaretskii <eliz@gnu.org>
8369
8370 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
8371
8372 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
8373 (HAVE_MENUS): Don't define, defined by editing config.in with
8374 msdos/sed2v2.inp.
8375 (GMALLOC_INHIBIT_VALLOC): Don't define.
8376 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
8377
8378 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
8379
8380 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
8381
8382 2012-07-14 Glenn Morris <rgm@gnu.org>
8383
8384 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
8385 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
8386 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
8387
8388 2012-07-13 Glenn Morris <rgm@gnu.org>
8389
8390 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
8391
8392 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
8393 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
8394
8395 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
8396
8397 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
8398 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
8399 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
8400 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
8401 where appropriate.
8402 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
8403 as boolean expression.
8404 (x_set_window_size): Remove unused variable toolbar.
8405 (ns_get_color_default, ns_mod_to_lisp): Remove.
8406 (ns_mouse_position): Remove unused variables xchar and ychar.
8407 (ns_compute_glyph_string_overhangs): Remove unused variable face.
8408 (ns_set_vertical_scroll_bar): Remove unused variable count.
8409 (ns_delete_terminal): Remove unused variable i.
8410 (ns_term_init): Remove unused variables r, g and b.
8411 (mouseDown): Remove unused variable window.
8412 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
8413 (initFrameFromEmacs): Remove unused variable vbextra.
8414 (mouseEntered): Remove unused variables p and dpyinfo.
8415 (mouseExited): Remove unused variables p and r.
8416 (ns_define_frame_cursor, ns_clear_frame_area)
8417 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
8418 (menuDown): Assign [sender tag] to variable and cast the variable.
8419
8420 * nsterm.h (menuDown): Add id as type to argument sender.
8421 (ns_display_info_for_name): Add Lisp_Object argument.
8422 (ns_term_init): Add Lisp_Object argument.
8423 (ns_map_event_to_object): Add void argument.
8424 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
8425 prototype with arguments and only declare if __OBJC__.
8426 (nxatoms_of_nsselect): Add void argument.
8427 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
8428 (ns_alloc_autorelease_pool): Add void argument.
8429 (ns_release_autorelease_pool): Add void* argument.
8430 (ns_get_defaults_value): Add const char* argument.
8431
8432 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
8433 (initFromContents): Use SSDATA where appropriate.
8434 (ns_update_menubar): Add braces to ambigous if-else.
8435 (initWithTitle): Put () around assignment in if statement.
8436 (ns_menu_show): Remove unused variables window and keymap.
8437 (update_frame_tool_bar): Remove unused variable selected_p.
8438 (initWithContentRect): Remove unused variable this_cmd_name.
8439
8440 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
8441 appropriate.
8442 (setXBMColor): Remove unused variable len.
8443 (setPixmapData): Put () around assignment in loop statement.
8444
8445 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
8446 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
8447 where appropriate.
8448 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
8449 around assignment in loop statement.
8450 (nsfont_open): Remove unused variable i.
8451 (nsfont_open): Remove unused variable len.
8452 (nsfont_draw): Remove unused variable cs.
8453
8454 * nsfns.m (x_set_icon_name, ns_set_name_internal)
8455 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
8456 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
8457 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
8458 (Fns_font_name, Fns_perform_service)
8459 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
8460 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
8461 (ns_set_name): Remove unused variable view.
8462 (x_set_menu_bar_lines): Remove unused variable olines.
8463 (x_set_tool_bar_lines): Remove unused variable root_window.
8464 (Fns_list_colors): Put () around assignment in while statement.
8465 (Fns_perform_service): Remove unused variable len.
8466 (Fns_display_usable_bounds): Remove unused variable top.
8467 (syms_of_nsfns): Remove unused variable i.
8468
8469 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
8470 memcpy (Bug#11907).
8471
8472 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
8473
8474 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
8475 and free it with DestroyExceptionInfo (Bug#11558).
8476
8477 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8478
8479 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
8480 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
8481 Set here, not in nt/config.nt.
8482
8483 2012-07-13 Eli Zaretskii <eliz@gnu.org>
8484
8485 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
8486 cursor overflow into the last glyph on display line when the right
8487 fringe is off. (Bug#11832)
8488
8489 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
8490
8491 * xdisp.c (produce_special_glyphs): Now static.
8492 * dispextern.h (produce_special_glyphs): Remove decl.
8493
8494 2012-07-13 Glenn Morris <rgm@gnu.org>
8495
8496 * s/bsd-common.h, s/cygwin.h: Remove empty files.
8497 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
8498
8499 * s/usg5-4-common.h (USG, USG5):
8500 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
8501 * s/sol2-6.h (SOLARIS2):
8502 * s/irix6-5.h (IRIX6_5):
8503 * s/hpux10-20.h (USG, USG5, HPUX):
8504 * s/gnu-linux.h (USG, GNU_LINUX):
8505 * s/freebsd.h (BSD_SYSTEM):
8506 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
8507 * s/cygwin.h (CYGWIN):
8508 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
8509 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
8510
8511 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
8512
8513 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
8514
8515 2012-07-13 Glenn Morris <rgm@gnu.org>
8516
8517 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
8518
8519 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
8520
8521 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
8522 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
8523
8524 2012-07-12 Glenn Morris <rgm@gnu.org>
8525
8526 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
8527
8528 * process.c (init_process_emacs): Rename from init_process.
8529 The old name is also the name of a Mach system call.
8530 * lisp.h, emacs.c: Update for this name change.
8531 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
8532 longer needed.
8533
8534 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8535
8536 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
8537 memmove call that removes glyphs covered by the left truncation
8538 glyph. Improve commentary.
8539 (display_line): Fix display of continuation glyphs on GUI frames
8540 when the right fringe is turned off and variable-size fonts are
8541 used in the window. Move the code that appends a stretch glyph to
8542 produce_special_glyphs, so that it could be used for truncation
8543 and continuation glyphs alike.
8544 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
8545 glyph of a suitably computed width, to align the special glyphs at
8546 the window margin. Code moved from display_line. (Bug#11832)
8547
8548 2012-07-12 Glenn Morris <rgm@gnu.org>
8549
8550 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
8551
8552 * s/gnu-linux.h, s/hpux10-20.h:
8553 Do not unconditionally define HAVE_XRMSETDATABASE.
8554
8555 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
8556
8557 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
8558
8559 Fix typos that broke OS X build.
8560 Reported by Randal L. Schwartz in
8561 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
8562 * nsterm.m (ns_timeout): Add missing local decl.
8563 (ns_get_color): snprintf -> sprintf, to fix typo.
8564
8565 2012-07-12 Glenn Morris <rgm@gnu.org>
8566
8567 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
8568 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
8569 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
8570 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
8571
8572 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
8573 Move PTY_OPEN to configure.
8574
8575 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
8576 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
8577 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
8578
8579 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
8580
8581 Use empty_unibyte_string where applicable.
8582 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
8583 * lread.c (read1): Likewise.
8584 * xsettings.c (syms_of_xsettings): Likewise.
8585
8586 2012-07-12 Glenn Morris <rgm@gnu.org>
8587
8588 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
8589 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
8590 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
8591 * s/hpux10-20.h (RUN_TIME_REMAP):
8592 * s/bsd-common.h (TABDLY): Move to configure.
8593
8594 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
8595
8596 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
8597
8598 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
8599 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
8600
8601 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
8602
8603 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
8604 * s/template.h: Move NARROWPROTO to configure.
8605
8606 2012-07-11 Glenn Morris <rgm@gnu.org>
8607
8608 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
8609 unused since 2011-01-17 change to systty.h.
8610
8611 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
8612 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
8613 Move HAVE_PTYS and HAVE_SOCKETS to configure.
8614
8615 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
8616
8617 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
8618
8619 2012-07-11 Glenn Morris <rgm@gnu.org>
8620
8621 * s/darwin.h, s/gnu-linux.h, s/template.h:
8622 Move INTERRUPT_INPUT to configure.
8623
8624 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8625
8626 Minor adjustments to interning code.
8627 * lisp.h (intern, intern_c_string): Redefine as static inline
8628 wrappers for intern_1 and intern_c_string_1, respectively.
8629 (intern_1, intern_c_string_1): Rename prototypes.
8630 * lread.c (intern_1, intern_c_string_1, oblookup):
8631 Simplify Vobarray checking.
8632 * font.c (font_intern_prop): Likewise. Adjust comment.
8633 * w32font.c (intern_font_name): Likewise.
8634
8635 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
8636
8637 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
8638
8639 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
8640 of Fcar/Fcdr if possible.
8641 * font.c (check_otf_features): Likewise.
8642 * fontset.c (Fnew_fontset): Likewise.
8643 * gnutls.c (Fgnutls_boot): Likewise.
8644 * minibuf.c (read_minibuf): Likewise.
8645 * msdos.c (IT_set_frame_parameters): Likewise.
8646 * xmenu.c (Fx_popup_dialog): Likewise.
8647 * w32menu.c (Fx_popup_dialog): Likewise.
8648
8649 2012-07-11 Glenn Morris <rgm@gnu.org>
8650
8651 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
8652 since nothing has defined it on these platforms.
8653
8654 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
8655 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
8656
8657 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
8658 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
8659 Move CLASH_DETECTION to configure.
8660
8661 * s/gnu.h: Remove file, which is now empty.
8662
8663 * s/gnu.h, s/gnu-linux.h:
8664 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
8665
8666 2012-07-11 John Wiegley <johnw@newartisans.com>
8667
8668 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
8669 function attribute, so we only use it if it exists in the
8670 compiler.
8671
8672 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8673
8674 Avoid call to strlen in fast_c_string_match_ignore_case.
8675 * search.c (fast_c_string_match_ignore_case): Change to use
8676 length argument. Adjust users accordingly.
8677 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
8678
8679 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
8680
8681 Assume mkdir, rmdir.
8682 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
8683 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
8684
8685 Assume rename.
8686 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
8687
8688 Assume perror.
8689 * s/hpux10-20.h (HAVE_PERROR): Remove.
8690 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
8691 Remove dummy definition, as this problem was obsolete long ago.
8692
8693 Assume strerror.
8694 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
8695
8696 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8697
8698 Avoid calls to strlen in font processing functions.
8699 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
8700 (font_open_by_name): Change to use length argument.
8701 Adjust users accordingly.
8702 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
8703 Adjust prototypes.
8704 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
8705 Change to return ptrdiff_t.
8706 (xfont_list_pattern, xfont_match): Use length returned by
8707 xfont_decode_coding_xlfd.
8708 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
8709
8710 2012-07-11 Glenn Morris <rgm@gnu.org>
8711
8712 * s/darwin.h, s/freebsd.h, s/netbsd.h:
8713 Move DONT_REOPEN_PTY to configure.
8714
8715 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
8716 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
8717
8718 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
8719
8720 Remove "#define unix" that is no longer needed (Bug#11905).
8721 * s/aix4-2.h (unix): Remove; no longer needed.
8722
8723 EMACS_TIME simplification (Bug#11875).
8724 This replaces macros (which typically do not work in GDB)
8725 with functions, typedefs and enums, making the code easier to debug.
8726 The functional style also makes code easier to read and maintain.
8727 * systime.h: Include <sys/time.h> on all hosts, not just if
8728 WINDOWSNT, since 'struct timeval' is needed in general.
8729 (EMACS_TIME): Now a typedef, not a macro.
8730 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
8731 not macros.
8732 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
8733 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
8734 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
8735 (EMACS_TIME_LE): Now functions, not macros.
8736 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
8737 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
8738 which are not functions. All uses rewritten to use:
8739 (make_emacs_time): New function.
8740 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
8741 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
8742 not functions. All uses rewritten to use the following, respectively:
8743 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
8744 (add_emacs_time, sub_emacs_time): New functions.
8745 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
8746 * fileio.c (Fcopy_file):
8747 * xterm.c (XTflash): Get the current time closer to when it's used.
8748 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
8749
8750 * bytecode.c (targets): Suppress -Woverride-init warnings.
8751
8752 Simplify by avoiding confusing use of strncpy etc.
8753 * doc.c (Fsnarf_documentation):
8754 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
8755 * frame.c (Fmake_terminal_frame):
8756 * gtkutil.c (get_utf8_string):
8757 * lread.c (openp):
8758 * nsmenu.m (ns_update_menubar):
8759 * regex.c (regerror):
8760 Prefer memcpy to strncpy and strncat when either will do.
8761 * fileio.c (Fsubstitute_in_file_name):
8762 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
8763 (menu_separator_name_p):
8764 * nsmenu.m (ns_update_menubar):
8765 Prefer memcmp to strncmp when either will do.
8766 * nsterm.m: Include <ftoastr.h>.
8767 (ns_get_color):
8768 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
8769 Prefer snprintf to strncpy.
8770 * nsterm.m (ns_term_init):
8771 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
8772 * nsterm.m (ns_term_init):
8773 Avoid the need for strncpy, by using build_string or
8774 make_unibyte_string directly. Use dtoastr, not snprintf.
8775 * process.c (Fmake_network_process): Diagnose service names that
8776 are too long, rather than silently truncating them or creating
8777 non-null-terminated names.
8778 (Fnetwork_interface_info): Likewise, for interface names.
8779 * sysdep.c (system_process_attributes) [GNU_LINUX]:
8780 Prefer sprintf to strncat.
8781 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
8782 Prefer vsnprintf to vsprintf + strncpy.
8783
8784 2012-07-10 Glenn Morris <rgm@gnu.org>
8785
8786 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
8787 Clarify fallback case.
8788
8789 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8790
8791 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
8792 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
8793 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
8794 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
8795 where argument type is known to be a Lisp_Cons.
8796
8797 2012-07-10 Tom Tromey <tromey@redhat.com>
8798
8799 * bytecode.c (BYTE_CODE_THREADED): New macro.
8800 (BYTE_CODES): New macro. Replaces all old byte-code defines.
8801 (enum byte_code_op): New type.
8802 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
8803 (exec_byte_code): Use them. Use token threading when applicable.
8804
8805 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8806
8807 Optimize pure C strings initialization.
8808 * lisp.h (make_pure_string): Fix prototype.
8809 (build_pure_c_string): New function, defined as static inline. This
8810 provides a better opportunity to optimize away calls to strlen when
8811 the function is called with compile-time constant argument.
8812 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
8813 argument, adjust users accordingly. Use build_pure_c_string where
8814 appropriate.
8815 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
8816 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
8817 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
8818
8819 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8820
8821 Avoid calls to strlen in miscellaneous functions.
8822 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
8823 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
8824 * lread.c (openp): Likewise.
8825
8826 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8827
8828 Avoid calls to strlen in path processing functions.
8829 * fileio.c (file_name_as_directory): Add comment. Change to add
8830 srclen argument and return the length of result. Adjust users
8831 accordingly.
8832 (directory_file_name): Fix comment. Change to add srclen argument,
8833 swap 1st and 2nd arguments to obey the common convention.
8834 Adjust users accordingly.
8835 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
8836
8837 2012-07-10 Glenn Morris <rgm@gnu.org>
8838
8839 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
8840 Move PENDING_OUTPUT_COUNT definition to configure.
8841
8842 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
8843 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
8844 * s/gnu.h (DATA_START): Move definitions to configure.
8845
8846 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
8847 We include usg5-4-common.h, which defines them both.
8848
8849 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
8850 O_RDONLY already includes it).
8851
8852 Stop ns builds setting the EMACSLOADPATH environment variable.
8853 * nsterm.m (ns_load_path): Rename from ns_init_paths.
8854 Now it does not set EMACSLOADPATH, just returns the load-path string.
8855 * nsterm.h: Update accordingly.
8856 * lread.c [HAVE_NS]: Include nsterm.h.
8857 (init_lread) [HAVE_NS]: Use ns_load_path.
8858 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
8859
8860 2012-07-09 Glenn Morris <rgm@gnu.org>
8861
8862 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
8863 since the included bsd-common.h does so.
8864
8865 Stop ns builds setting the EMACSPATH environment variable.
8866 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
8867 (ns_init_paths): Do not set EMACSPATH.
8868 * nsterm.h (ns_exec_path): Add it.
8869 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
8870 Use ns_exec_path.
8871
8872 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
8873
8874 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8875
8876 * process.c (wait_reading_process_output): 'waitchannels' was unset
8877 when read_kbd || !NILP (wait_for_cell); fix this.
8878
8879 Add GCC-style 'const' attribute to functions that can use it.
8880 * character.h (char_resolve_modifier_mask):
8881 * keyboard.h (make_ctrl_char):
8882 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
8883 (init_character_once, next_almost_prime, init_fns, init_image)
8884 (flush_pending_output, init_sound):
8885 * mem-limits.h (start_of_data):
8886 * menu.h (finish_menu_items):
8887 Add ATTRIBUTE_CONST.
8888 * emacs.c (DEFINE_DUMMY_FUNCTION):
8889 Declare the dummy function with ATTRIBUTE_CONST.
8890 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
8891 Add decls with ATTRIBUTE_CONST.
8892
8893 Minor improvements to make_formatted_string.
8894 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
8895 where int is good enough, as vsprintf returns an int.
8896 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
8897
8898 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
8899
8900 Use make_formatted_string to avoid double length calculation.
8901 * lisp.h (make_formatted_string): New prototype.
8902 * alloc.c (make_formatted_string): New function.
8903 * buffer.c (Fgenerate_new_buffer_name): Use it.
8904 * dbusbind.c (syms_of_dbusbind): Likewise.
8905 * editfns.c (Fcurrent_time_zone): Likewise.
8906 * filelock.c (get_boot_time): Likewise.
8907 * frame.c (make_terminal_frame, set_term_frame_name)
8908 (x_report_frame_params): Likewise.
8909 * image.c (gs_load): Likewise.
8910 * minibuf.c (get_minibuffer): Likewise.
8911 * msdos.c (dos_set_window_size): Likewise.
8912 * process.c (make_process): Likewise.
8913 * xdisp.c (ensure_echo_area_buffers): Likewise.
8914 * xsettings.c (apply_xft_settings): Likewise.
8915
8916 2012-07-09 Glenn Morris <rgm@gnu.org>
8917
8918 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
8919 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
8920 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
8921 * nsterm.h (ns_etc_directory): Add it.
8922 * callproc.c [HAVE_NS]: Include nsterm.h.
8923 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
8924
8925 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
8926
8927 Move marker debugging code under MARKER_DEBUG.
8928 * marker.c (MARKER_DEBUG): Move marker debugging code under
8929 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
8930 for bootstrap with --enable-checking (~3x slowdown reported
8931 by Juanma Barranquero <lekktu@gmail.com>).
8932 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
8933
8934 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
8935
8936 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
8937 See <http://bugs.gnu.org/11825#29>.
8938
8939 2012-07-08 Eli Zaretskii <eliz@gnu.org>
8940
8941 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
8942 has no font, use the frame's font. (Bug#11813)
8943 (display_line): Add commentary about displaying truncation glyphs
8944 on GUI frames.
8945 (produce_special_glyphs): Move here from term.c.
8946
8947 * term.c (produce_special_glyphs): Move to xdisp.c.
8948
8949 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
8950 section.
8951
8952 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
8953
8954 * xdisp.c (display_line): Avoid warning about implicit declaration
8955 of FRAME_FONT.
8956
8957 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
8958
8959 * lisp.h: Remove empty conditional.
8960
8961 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
8962
8963 * lread.c (load_path_check): Now static.
8964
8965 Fix some minor --with-ns problems found by static checking.
8966 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
8967 (x_set_font) [!HAVE_X_WINDOWS]:
8968 * image.c (xpm_load_image) [HAVE_NS]:
8969 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
8970 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
8971 Remove unused local.
8972 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
8973 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
8974 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
8975 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
8976 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
8977 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
8978 Fix pointer signedness problem.
8979 * xfaces.c (FRAME_X_FONT_TABLE):
8980 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
8981
8982 2012-07-07 Glenn Morris <rgm@gnu.org>
8983
8984 * lread.c (load_path_check): New function, split from init_lread.
8985 (init_lread): Reorganize. Motivation:
8986 If EMACSLOADPATH is set, check/warn about that rather than the
8987 defaults, which we are not going to use. Hence we can remove
8988 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
8989 Don't warn if site-lisp directories are missing.
8990 If not installed, start from a blank load-path, since
8991 PATH_LOADSEARCH refers to the eventual installation directories.
8992
8993 2012-07-07 Eli Zaretskii <eliz@gnu.org>
8994
8995 Support truncation and continuation glyphs on GUI frames, when
8996 fringes are disabled. (Bug#11832)
8997 * xdisp.c (init_iterator): Get dimensions of truncation and
8998 continuation glyphs even if on GUI frames.
8999 Adjust it->last_visible_x on GUI frames when the left or right fringes,
9000 or both, are absent.
9001 (start_display, move_it_in_display_line_to): Handle the case of a
9002 GUI frame without a fringe to display continuation or truncation
9003 glyphs.
9004 (insert_left_trunc_glyphs): Support GUI frames: make sure
9005 truncation glyphs overwrite enough glyphs from the current line to
9006 have sufficient space in pixels.
9007 (display_line): Support truncation and continuation glyphs on GUI
9008 frames. If some spare pixels are left on the line after inserting
9009 the truncation glyphs, fill that space with a stretch glyph of a
9010 suitably computed width.
9011
9012 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
9013 produce_glyphs, to support GUI sessions.
9014
9015 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
9016
9017 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
9018
9019 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
9020
9021 Do not require float-time's arg to fit in time_t (Bug#11825).
9022 This works better on hosts where time_t is unsigned, and where
9023 float-time is applied to the (negative) difference between two times.
9024 * editfns.c (decode_time_components): Last arg is now double *,
9025 not int *, and means to store all the result as a double, without
9026 worrying about whether the seconds part fits in time_t.
9027 All callers changed.
9028 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
9029 All callers changed.
9030 (Ffloat_time): Do not fail merely because the specified time falls
9031 outside of time_t range.
9032
9033 2012-07-07 Glenn Morris <rgm@gnu.org>
9034
9035 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
9036 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
9037 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
9038
9039 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
9040
9041 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
9042 Update dependencies.
9043
9044 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
9045
9046 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
9047
9048 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
9049 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
9050 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
9051 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
9052 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
9053 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
9054
9055 * xfont.c (compare_font_names): Redo to omit the need for casts.
9056
9057 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9058
9059 * xfns.c (Fx_change_window_property): Doc fix.
9060 * w32fns.c (Fx_change_window_property): Doc fix.
9061
9062 * w32fns.c (Fx_window_property): Accept the same arguments as the
9063 X Windows version. Doc fix.
9064 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
9065
9066 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
9067 Eli Zaretskii <eliz@gnu.org>
9068
9069 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
9070 Windows-specific code from nt/config.nt moved here.
9071 Obsolete settings removed.
9072
9073 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
9074
9075 * process.c: Avoid unnecessary calls to gettime.
9076 (wait_reading_process_output): Don't get the time of day
9077 when gobbling data immediately and not waiting, as there's no need
9078 for it in that case. This removes a FIXME.
9079
9080 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
9081
9082 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
9083 is defined (Bug#11768).
9084
9085 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9086
9087 Fix marker debugging code.
9088 * marker.c (byte_char_debug_check): Do not perform the check
9089 if buffer is not multibyte.
9090 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
9091 Call byte_char_debug_check with correct arguments.
9092
9093 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9094
9095 Compile marker debugging code only if ENABLE_CHECKING is defined.
9096 * marker.c (byte_char_debug_check, count_markers):
9097 Use only if ENABLE_CHECKING is defined.
9098 (byte_debug_flag): Remove.
9099 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
9100 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
9101
9102 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9103
9104 Avoid code repetition in marker-related functions.
9105 * marker.c (attach_marker): New function.
9106 (Fset_marker, set_marker_restricted, set_marker_both)
9107 (set_marker_restricted_both): Use it.
9108 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
9109 Consistently rename charno to charpos.
9110 (marker_position): Add eassert.
9111 (marker_byte_position): Convert to eassert.
9112
9113 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9114
9115 Simplify list operations in unchain_overlay and unchain_marker.
9116 * buffer.c (unchain_overlay): Simplify. Add comment.
9117 * marker.c (unchain_marker): Simplify. Fix comments.
9118
9119 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9120
9121 Introduce fast path for the widely used marker operation.
9122 * alloc.c (build_marker): New function.
9123 * lisp.h (build_marker): New prototype.
9124 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
9125 * composite.c (autocmp_chars): Likewise.
9126 * editfns.c (buildmark): Remove.
9127 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
9128 (save_restriction_save): Use build_marker.
9129 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
9130 * window.c (save_window_save): Likewise.
9131
9132 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9133
9134 Do not use Fdelete_overlay in delete_all_overlays
9135 to avoid redundant calls to unchain_overlay.
9136 * buffer.c (drop_overlay): New function.
9137 (delete_all_overlays, Fdelete_overlay): Use it.
9138 * minibuf.c (get_minibuffer): Fix comment.
9139
9140 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
9141
9142 Port to OpenBSD 5.1 amd64.
9143 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
9144 This is needed for OpenBSD, and should be harmless on all BSD systems.
9145 Also, include <sys/sysctl.h>, as it should be available on all
9146 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
9147 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
9148 use p_pid member, not kp_proc.pid.
9149
9150 2012-07-06 Glenn Morris <rgm@gnu.org>
9151
9152 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
9153
9154 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
9155
9156 More xmalloc and related cleanup.
9157 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
9158 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
9159 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
9160 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
9161 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
9162 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
9163 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
9164 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
9165 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
9166 * xterm.c:
9167 Omit needless casts involving void * pointers and allocation.
9168 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
9169 as the former is more robust if P's type is changed.
9170 Prefer xzalloc to xmalloc + memset 0.
9171 Simplify malloc-or-realloc to realloc.
9172 Don't worry about xmalloc returning a null pointer.
9173 Prefer xstrdup to xmalloc + strcpy.
9174 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
9175 growing it.
9176 * keyboard.c (apply_modifiers_uncached): Prefer local array to
9177 alloca of a constant.
9178
9179 2012-07-05 Eli Zaretskii <eliz@gnu.org>
9180
9181 * xdisp.c (display_line): Fix horizontal pixel coordinates when
9182 hscroll is larger than the line width. Fixes long and futile
9183 looping inside extend_face_to_end_of_line (on a TTY) producing
9184 glyphs that are not needed and thrown away.
9185
9186 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
9187
9188 * marker.c (set_marker_restricted_both): Simplify by using
9189 clip_to_bounds.
9190
9191 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
9192
9193 * editfns.c (region_limit): Simplify by using clip_to_bounds.
9194
9195 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
9196
9197 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
9198 not defined (Bug#11768).
9199 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
9200 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
9201 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
9202 followed by gtk_box_set_homogeneous (Bug#11768).
9203 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
9204 (update_theme_scrollbar_width, xg_create_scroll_bar):
9205 Use gtk_scrollbar_new (Bug#11768).
9206 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
9207 (is_box_type): New function (Bug#11768).
9208 (xg_tool_item_stale_p): Call is_box_type.
9209 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
9210 with default display (Bug#11768).
9211
9212 2012-07-05 Eli Zaretskii <eliz@gnu.org>
9213
9214 * xdisp.c (window_hscroll_limited): New function.
9215 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
9216 coordinates when window's hscroll is set to insanely large
9217 values. (Bug#11857)
9218
9219 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
9220
9221 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
9222 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
9223
9224 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
9225
9226 Cleanup xmalloc.
9227 * lisp.h (xzalloc): New prototype. Omit needless casts.
9228 * alloc.c (xzalloc): New function. Omit needless casts.
9229 * charset.c: Omit needless casts. Convert all calls to
9230 xmalloc with following memset to xzalloc.
9231 * dispnew.c: Likewise.
9232 * fringe.c: Likewise.
9233 * image.c: Likewise.
9234 * sound.c: Likewise.
9235 * term.c: Likewise.
9236 * w32fns.c: Likewise.
9237 * w32font.c: Likewise.
9238 * w32term.c: Likewise.
9239 * xfaces.c: Likewise.
9240 * xfns.c: Likewise.
9241 * xterm.c: Likewise.
9242 * atimer.c: Omit needless casts.
9243 * buffer.c: Likewise.
9244 * callproc.c: Likewise.
9245 * ccl.c: Likewise.
9246 * coding.c: Likewise.
9247 * composite.c: Likewise.
9248 * doc.c: Likewise.
9249 * doprnt.c: Likewise.
9250 * editfns.c: Likewise.
9251 * emacs.c: Likewise.
9252 * eval.c: Likewise.
9253 * filelock.c: Likewise.
9254 * fns.c: Likewise.
9255 * gtkutil.c: Likewise.
9256 * keyboard.c: Likewise.
9257 * lisp.h: Likewise.
9258 * lread.c: Likewise.
9259 * minibuf.c: Likewise.
9260 * msdos.c: Likewise.
9261 * print.c: Likewise.
9262 * process.c: Likewise.
9263 * region-cache.c: Likewise.
9264 * search.c: Likewise.
9265 * sysdep.c: Likewise.
9266 * termcap.c: Likewise.
9267 * terminal.c: Likewise.
9268 * tparam.c: Likewise.
9269 * w16select.c: Likewise.
9270 * w32.c: Likewise.
9271 * w32reg.c: Likewise.
9272 * w32select.c: Likewise.
9273 * w32uniscribe.c: Likewise.
9274 * widget.c: Likewise.
9275 * xdisp.c: Likewise.
9276 * xmenu.c: Likewise.
9277 * xrdb.c: Likewise.
9278 * xselect.c: Likewise.
9279
9280 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
9281
9282 * fileio.c (time_error_value): Check the right error number.
9283 Problem reported by Troels Nielsen in
9284 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
9285
9286 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9287
9288 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
9289 This should be fixed in a better way; see Eli Zaretskii in
9290 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
9291 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
9292
9293 * fileio.c (time_error_value): Rename from special_mtime.
9294 The old name's problems were noted by Eli Zaretskii in
9295 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
9296
9297 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
9298 This variable's comment says Emacs needs at least one GDB-visible
9299 symbol of type enum pvec_type, to work around GDB problems.
9300 The symbol's value doesn't matter.
9301
9302 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
9303 that causes compilation to fail on pre-C99 compilers.
9304
9305 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
9306
9307 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
9308 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
9309
9310 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
9311
9312 * buffer.c (init_buffer_once): Fix initialization of
9313 headers for buffer_defaults and buffer_local_symbols.
9314 Reported by Juanma Barranquero <lekktu@gmail.com>.
9315
9316 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
9319 * lisp.h (enum pvec_type): Use fewer bits.
9320 (PSEUDOVECTOR_SIZE_BITS): New constant.
9321 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
9322 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
9323 change in pvec_type.
9324 (PSEUDOVECTOR_TYPEP): New macro.
9325 (TYPED_PSEUDOVECTORP): Use it.
9326 * fns.c (internal_equal): Adapt code to extract pvectype.
9327 * emacs.c (gdb_pvec_type): Update type.
9328 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
9329 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
9330 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
9331 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
9332 (sweep_vectors): Use it. Use local var `total_bytes' instead of
9333 abusing vector->header.next.nbytes.
9334 (live_vector_p): Use PVEC_TYPE.
9335 (mark_object): Adapt code to extract pvectype. Use switch.
9336
9337 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9338
9339 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
9340 Tighten new eassert a bit.
9341
9342 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
9343
9344 Fix compilation with --enable-gcc-warnings and -O1
9345 optimization level.
9346 * doprnt.c (doprnt): Change type of tem to int, initialize
9347 to avoid compiler warning. Add eassert.
9348 * search.c (simple_search): Initialize match_byte to avoid
9349 compiler warning. Add eassert.
9350
9351 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9352
9353 Avoid weird behavior with large horizontal scrolls.
9354 Without this change, for example, large hscroll values would
9355 mess up Emacs's display on Fedora 15 x86, presumably due to
9356 overflows in int calculations in the display code.
9357 Also, if buffers had long lines, Emacs would freeze.
9358 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
9359 (set_window_hscroll): New function, containing the old guts of
9360 Fset_window_hscroll. Return the clipped value.
9361 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
9362 This avoids the need to check against PTRDIFF_MAX.
9363
9364 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
9365
9366 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
9367
9368 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
9369
9370 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9371
9372 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
9373 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
9374 since GCC 4.4.6 issues a bogus warning for them.
9375
9376 Fix bugs in file timestamp newness comparisons.
9377 * fileio.c (Ffile_newer_than_file_p):
9378 * lread.c (Fload): Use full timestamp resolution of files,
9379 not just the 1-second resolution, so that files that are only
9380 slightly newer still count as newer.
9381 * fileio.c (Ffile_newer_than_file_p): Don't assume file
9382 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
9383
9384 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
9385
9386 * fileio.c: Improve handling of file time marker. (Bug#11852)
9387 (special_mtime): New function.
9388 (Finsert_file_contents, Fverify_visited_file_modtime):
9389 Use it to set special mtime values consistently.
9390
9391 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9392
9393 * fileio.c (Finsert_file_contents): Properly handle st_mtime
9394 marker for non-existing file. (Bug#11852)
9395
9396 2012-07-03 Glenn Morris <rgm@gnu.org>
9397
9398 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
9399 and did not make it into globals.h).
9400
9401 2012-07-03 Tom Tromey <tromey@redhat.com>
9402
9403 * window.c (Fset_window_margins, Fset_window_fringes)
9404 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
9405 * textprop.c (Fprevious_property_change): No longer static.
9406 * syntax.c (Fsyntax_table_p): No longer static.
9407 * process.c (Fget_process, Fprocess_datagram_address): No longer
9408 static.
9409 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
9410 * keyboard.c (Fcommand_execute): No longer static.
9411 Remove EXFUN.
9412 * insdel.c (Fcombine_after_change_execute): No longer static.
9413 * image.c (Finit_image_library): No longer static.
9414 * fileio.c (Fmake_symbolic_link): No longer static.
9415 * eval.c (Ffetch_bytecode): No longer static.
9416 * editfns.c (Fuser_full_name): No longer static.
9417 * doc.c (Fdocumentation_property, Fsnarf_documentation):
9418 No longer static.
9419 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
9420 static.
9421 * dired.c (Ffile_attributes): No longer static.
9422 * composite.c (Fcomposition_get_gstring): No longer static.
9423 * callproc.c (Fgetenv_internal): No longer static.
9424
9425 * ccl.h: Remove EXFUNs.
9426 * buffer.h: Remove EXFUNs.
9427 * dispextern.h: Remove EXFUNs.
9428 * intervals.h: Remove EXFUNs.
9429 * fontset.h: Remove EXFUN.
9430 * font.h: Remove EXFUNs.
9431 * dosfns.c (system_process_attributes): Remove EXFUN.
9432 * keymap.h: Remove EXFUNs.
9433 * lisp.h: Remove EXFUNs.
9434 * w32term.h: Remove EXFUNs.
9435 * window.h: Remove EXFUNs.
9436 * xsettings.h: Remove EXFUN.
9437 * xterm.h: Remove EXFUN.
9438
9439 2012-07-03 Glenn Morris <rgm@gnu.org>
9440
9441 * lisp.h (Frandom): Make it visible to C.
9442 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
9443 buffer for invisible buffers. (Bug#1229)
9444
9445 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9446
9447 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
9448 values which aren't power of 2.
9449 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
9450 Verify its value and the value of VECTOR_BLOCK_SIZE. Adjust users
9451 accordingly.
9452
9453 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
9456
9457 * alloc.c (mark_object): Revert part of last patch to use `switch'.
9458
9459 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9460
9461 * alloc.c (allocate_vector_block): Remove redundant
9462 calls to mallopt if DOUG_LEA_MALLOC is defined.
9463 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
9464 avoid calls to mallopt if zero_vector is returned.
9465
9466 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9467
9468 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
9469 is enabled, avoid dereferencing NULL current_sblock if
9470 running undumped.
9471
9472 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9473
9474 Cleanup basic buffer management.
9475 * buffer.h (struct buffer): Change layout to use generic vector
9476 marking code. Fix some comments. Change type of 'clip_changed'
9477 to bitfield. Remove unused #ifndef old.
9478 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
9479 (GET_OVERLAYS_AT): Fix indentation.
9480 (for_each_per_buffer_object_at): New macro.
9481 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
9482 (Fbuffer_local_variables): Use it.
9483 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
9484 * alloc.c (allocate_buffer): Adjust to match new layout of
9485 struct buffer. Fix comment.
9486 (mark_overlay): New function.
9487 (mark_buffer): Use it. Use mark_vectorlike to mark normal
9488 Lisp area of struct buffer.
9489 (mark_object): Use it. Adjust marking of misc objects
9490 and related comments.
9491
9492 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
9493
9494 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
9495 wrapper that is not needed because the wrapped code is a no-op (zero
9496 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
9497 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
9498
9499 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
9500
9501 * alloc.c (mark_buffer): Simplify. Remove prototype.
9502 (mark_object): Add comment. Reorganize marking of vector-like
9503 objects. Use CHECK_LIVE for all vector-like objects except buffers
9504 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
9505 Avoid redundant calls to mark_vectorlike for bool vectors.
9506
9507 2012-06-30 Glenn Morris <rgm@gnu.org>
9508
9509 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
9510
9511 * epaths.in (PATH_SITELOADSEARCH): New.
9512 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
9513 This is rather than relying on --enable-locallisppath elements
9514 having "site-lisp" in their names. (Bug#10208#25, 11658)
9515
9516 2012-06-30 Eli Zaretskii <eliz@gnu.org>
9517
9518 * w32proc.c (sys_select): Accept and ignore one more argument.
9519
9520 * w32.c (emacs_gnutls_pull): Call select with one more argument.
9521
9522 * sysselect.h [DOS_NT]: Don't include sys/select.h.
9523 (pselect) [!MS_DOS]: Redirect to sys_select.
9524
9525 * sysdep.c: Don't include dos.h and dosfns.h.
9526
9527 * process.c (sys_select):
9528 * msdos.c (sys_select): Accept one more argument and ignore it.
9529
9530 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
9531 adapt data types and code to that.
9532
9533 * dosfns.c:
9534 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
9535 which clashes with the gnulib function of the same name.
9536
9537 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
9538
9539 * font.c (font_style_to_value, font_style_symbolic)
9540 (font_prop_validate_style): Add type checks for values in
9541 font_style_table.
9542
9543 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
9544 argument.
9545 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
9546 uses.
9547
9548 2012-06-29 Eli Zaretskii <eliz@gnu.org>
9549
9550 * xdisp.c (try_window_id): Undo last change.
9551
9552 * w32.c (getwd): Adjust commentary about startup_dir.
9553 (init_environment): Always call sys_access, even in non-MSVC
9554 builds. Don't chdir to the directory of the Emacs executable.
9555 This undoes code from 1997 which was justified by the need to
9556 "avoid conflicts when removing and renaming directories". But its
9557 downside was that every relative file name was being interpreted
9558 relative to the directory of the Emacs executable, which can never
9559 be TRT. In particular, it broke sys_access when called with
9560 relative file names.
9561 (sys_access): Map GetLastError to errno.
9562
9563 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9564
9565 * window.h (struct window): Change type of 'fringes_outside_margins'
9566 to bitfield. Fix comment. Adjust users accordingly.
9567 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
9568 Adjust comment.
9569 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
9570 to ptrdiff_t.
9571
9572 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
9573
9574 * gnutls.c (emacs_gnutls_handshake):
9575 Add QUIT to make the loop interruptible.
9576
9577 2012-06-29 Glenn Morris <rgm@gnu.org>
9578
9579 * charset.c (init_charset): Make lack of etc/charsets fatal.
9580
9581 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9582
9583 * editfns.c (region_limit): Fix type mismatch.
9584
9585 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9586
9587 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
9588 undefined. Convert from xassert to eassert.
9589 * nsmenu.m: Convert from xassert to eassert.
9590 * nsterm.m: Likewise.
9591
9592 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9593
9594 * editfns.c (region_limit): Clip to narrowing (bug#11770).
9595
9596 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
9597
9598 Avoid integer overflow on scroll-left and scroll-right.
9599 * window.c (HSCROLL_MAX): New macro.
9600 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
9601 overflow when requested scroll falls outside ptrdiff_t range.
9602
9603 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9604
9605 * window.h (struct window): Change type of 'hscroll',
9606 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
9607 'last_modified' and 'last_overlay_modified' to EMACS_INT.
9608 Adjust users accordingly.
9609 * xdisp.c (try_cursor_movement): Replace type check with eassert.
9610 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
9611 from EMACS_INT to ptrdiff_t.
9612 (make_window): Omit redundant initialization.
9613
9614 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
9615
9616 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
9617
9618 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9619
9620 * window.h (struct window): Change type of 'use_time' and
9621 'sequence_number' from Lisp_Object to int.
9622 * frame.c (make_frame): Adjust users accordingly.
9623 * print.c (print_object): Likewise.
9624 * window.c (select_window, Fwindow_use_time, make_parent_window)
9625 (make_window): Likewise.
9626
9627 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9628
9629 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
9630 enabled with --enable-checking=[all,glyphs] configure option.
9631 Fix GLYPH_DEBUG usage assuming that it may be undefined,
9632 adjust comments accordingly.
9633 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
9634 undefined, adjust comments accordingly.
9635 * image.c: Likewise.
9636 * scroll.c: Likewise.
9637 * w32fns.c: Likewise.
9638 * w32term.c: Likewise.
9639 * xdisp.c: Likewise.
9640 * xfaces.c: Likewise.
9641 * xfns.c: Likewise.
9642 * xterm.c: Likewise.
9643
9644 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9645
9646 Generalize run-time debugging checks.
9647 * dispextern.h (XASSERTS): Remove.
9648 * fontset.c (xassert): Remove.
9649 Convert from xassert to eassert.
9650 * alloc.c: Convert from xassert to eassert.
9651 * bidi.c: Likewise.
9652 * dispnew.c: Likewise.
9653 * fns.c: Likewise.
9654 * fringe.c: Likewise.
9655 * ftfont.c: Likewise.
9656 * gtkutil.c: Likewise.
9657 * image.c: Likewise.
9658 * keyboard.c: Likewise.
9659 * menu.c: Likewise.
9660 * process.c: Likewise.
9661 * scroll.c: Likewise.
9662 * sound.c: Likewise.
9663 * term.c: Likewise.
9664 * w32console.c: Likewise.
9665 * w32fns.c: Likewise.
9666 * w32term.c: Likewise.
9667 * window.c: Likewise.
9668 * xdisp.c: Likewise.
9669 * xfaces.c: Likewise.
9670 * xfns.c: Likewise.
9671 * xselect.c: Likewise.
9672 * xterm.c: Likewise.
9673
9674 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * fns.c (maybe_resize_hash_table): Output message when growing the
9677 purify-hashtable.
9678
9679 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9680
9681 * alloc.c (allocate_string_data): Remove dead code.
9682 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
9683 avoid GCC warning about unused macro.
9684
9685 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9686
9687 * alloc.c (allocate_string): Omit intervals initialization.
9688 * alloc.c (make_uninit_multibyte_string): Initialize intervals
9689 as in make_pure_string and make_pure_c_string.
9690
9691 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9692
9693 * alloc.c (allocate_string): Fix last change.
9694
9695 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9696
9697 * alloc.c (allocate_string): Remove two redundant calls
9698 to memset, add explicit initialization where appropriate.
9699
9700 2012-06-27 Glenn Morris <rgm@gnu.org>
9701
9702 * lisp.mk (lisp): Remove paths.elc.
9703
9704 2012-06-27 Chong Yidong <cyd@gnu.org>
9705
9706 * doc.c (Fsubstitute_command_keys): Fix punctuation.
9707
9708 2012-06-26 John Wiegley <johnw@newartisans.com>
9709
9710 * unexmacosx.c (copy_data_segment): Add two section names used
9711 on Mac OS X Lion: __mod_init_func and __mod_term_func.
9712
9713 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
9714 when building with Clang.
9715
9716 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * eval.c (Fapply): Allow calling it with a single argument.
9719
9720 2012-06-26 Eli Zaretskii <eliz@gnu.org>
9721
9722 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
9723 _stricmp and _strnicmp.
9724 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
9725
9726 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
9727
9728 * alloc.c (allocate_window): Zero out non-Lisp part of newly
9729 allocated window.
9730 (allocate_process): Likewise for new process.
9731 (allocate_terminal): Change to use offsetof.
9732 (allocate_frame): Likewise.
9733 * frame.c (make_frame): Omit redundant initialization.
9734 * window.c (make_parent_window): Use memset.
9735 (make_window): Omit redundant initialization.
9736 * process.c (make_process): Omit redundant initialization.
9737 * terminal.c (create_terminal): Likewise.
9738
9739 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
9740
9741 * term.c (delete_tty): Remove redundant call to memset.
9742
9743 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
9744
9745 * alloc.c: Remove build_string.
9746 * lisp.h: Define build_string as static inline. This provides
9747 a better opportunity to optimize away calls to strlen when the
9748 function is called with compile-time constant argument.
9749 * image.c (imagemagick_error): Convert to build_string.
9750 * w32proc.c (sys_spawnve): Likewise.
9751 * xterm.c (x_term_init): Likewise.
9752
9753 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
9754
9755 Use sprintf return value instead of invoking strlen on result.
9756 In the old days this wasn't portable, since some sprintf
9757 implementations returned char *. But they died out years ago and
9758 Emacs already assumes sprintf returns int.
9759 Similarly for float_to_string.
9760 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
9761 * ccl.c (ccl_driver):
9762 * character.c (string_escape_byte8):
9763 * data.c (Fnumber_to_string):
9764 * doprnt.c (doprnt):
9765 * print.c (print_object):
9766 * xdisp.c (message_dolog):
9767 * xfns.c (syms_of_xfns):
9768 Use sprintf or float_to_string result to avoid need to call strlen.
9769 * data.c (Fnumber_to_string):
9770 Use make_unibyte_string, since the string must be ASCII.
9771 * lisp.h, print.c (float_to_string): Now returns int length.
9772 * term.c (produce_glyphless_glyph):
9773 Use sprintf result rather than recomputing it.
9774
9775 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
9776 * Makefile.in (ALL_CFLAGS):
9777 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
9778 * gmalloc.c, regex.c: Include <config.h> unconditionally.
9779
9780 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
9781
9782 * dispextern.h (xstrcasecmp): Define to library function
9783 strcasecmp if available.
9784 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
9785
9786 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
9787
9788 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
9789 Avoid comma operator.
9790 * menu.c (push_submenu_start, push_submenu_end)
9791 (push_left_right_boundary, push_menu_pane): Likewise.
9792 * msdos.c (dos_rawgetc): Likewise.
9793
9794 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
9795
9796 * xfns.c (xic_create_fontsetname): Remove redundant calls
9797 to memset.
9798
9799 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
9800
9801 * gtkutil.c (get_utf8_string): Remove redundant assignment.
9802 sprintf already null-terminates its output.
9803
9804 * xfns.c (x_window): Remove redundant cast.
9805
9806 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
9807
9808 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
9809 `const char *' to `char *' to avoid compiler warning.
9810
9811 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
9812
9813 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
9814 instead of truncating it to 63 (admittedly a generous limit).
9815
9816 * process.c: Fix spelling and caps in comments.
9817
9818 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
9819
9820 * emacs.c (setpgrp): Remove definition, unused.
9821 * sysdep.c (setpgrp): Remove definition, not used in this file.
9822
9823 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
9824
9825 * makefile.w32-in: Update dependencies.
9826
9827 2012-06-24 Eli Zaretskii <eliz@gnu.org>
9828
9829 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
9830 (SYSTIME_H): Add nt/inc/sys/time.h.
9831
9832 * systime.h [WINDOWSNT]: Include sys/time.h.
9833
9834 * s/ms-w32.h (struct timespec): Definition moved from
9835 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
9836
9837 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
9838
9839 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
9840 * buffer.h (buffer_slot_type_mismatch):
9841 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
9842 * eval.c (unwind_to_catch):
9843 * image.c (my_png_error, my_error_exit):
9844 * keyboard.c (quit_throw_to_read_char, user_error)
9845 (Fexit_recursive_edit, Fabort_recursive_edit):
9846 * lisp.h (die, args_out_of_range, args_out_of_range_3)
9847 (wrong_type_argument, buffer_overflow, __executable_start)
9848 (memory_full, buffer_memory_full, string_overflow, Fthrow)
9849 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
9850 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
9851 (fatal):
9852 (child_setup) [!DOS_NT]:
9853 * lread.c (end_of_file_error, invalid_syntax):
9854 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
9855 * puresize.h (pure_write_error):
9856 * search.c (matcher_overflow):
9857 * sound.c (sound_perror, alsa_sound_perror):
9858 * sysdep.c, syssignal.h (croak):
9859 * term.c (maybe_fatal, vfatal):
9860 * textprop.c (text_read_only):
9861 * undo.c (user_error):
9862 * unexmacosx.c (unexec_error):
9863 * xterm.c (x_ins_del_lines, x_delete_glyphs):
9864 Use _Noreturn rather than NO_RETURN.
9865 No need for separate decl merely because of _Noreturn.
9866 * sound.c (sound_warning, parse_sound):
9867 Remove unnecessary forward decls.
9868
9869 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
9870
9871 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
9872 * lisp.h (WAIT_READING_MAX): New macro.
9873 * dispnew.c (Fsleep_for, sit_for):
9874 * keyboard.c (kbd_buffer_get_event):
9875 * process.c (Faccept_process_output):
9876 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
9877 This improves on the previous patch, which introduced a bug
9878 when time_t is unsigned and as wide as intmax_t.
9879 See <http://bugs.gnu.org/9000#51>.
9880
9881 2012-06-23 Eli Zaretskii <eliz@gnu.org>
9882
9883 * dispnew.c (sit_for, Fsleep_for):
9884 * keyboard.c (kbd_buffer_get_event):
9885 * process.c (Faccept_process_output): Avoid compiler warnings when
9886 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
9887
9888 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
9889
9890 * makefile.w32-in: Update dependencies.
9891
9892 * w32.c (ltime): Add return type and declare static.
9893 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
9894
9895 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
9896
9897 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
9898 Privately reported by Herbert J. Skuhra.
9899 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
9900 All uses changed.
9901 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
9902 not make_lisp_timeval, when the argument is of type EMACS_TIME.
9903
9904 2012-06-23 Eli Zaretskii <eliz@gnu.org>
9905
9906 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
9907 last argument of make_unibyte_string.
9908
9909 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
9910 language ID in the event parameters.
9911
9912 * w32term.c (w32_read_socket): Put the new keyboard codepage into
9913 event.code, not the obscure "character set ID".
9914
9915 2012-06-23 Chong Yidong <cyd@gnu.org>
9916
9917 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
9918
9919 2012-06-23 Eli Zaretskii <eliz@gnu.org>
9920
9921 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
9922 * w32.c (fdutimens): New function.
9923
9924 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
9925
9926 * s/ms-w32.h (pselect): Redirect to sys_select.
9927
9928 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
9929
9930 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
9931 in the logic of incrementing and decrementing the value of
9932 use_relocatable_buffers.
9933
9934 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
9935
9936 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
9937 Privately reported by Herbert J. Skuhra.
9938 [__FreeBSD__]: Remove "*/" typo after "#include".
9939 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
9940 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
9941 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
9942 Don't assume EMACS_TIME and struct timeval are the same type.
9943
9944 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
9945
9946 Support higher-resolution time stamps (Bug#9000).
9947 The time stamps are only nanosecond-resolution at the C level,
9948 since that's the best that any real-world system supports now.
9949 But they are picosecond-resolution at the Lisp level, as that's
9950 easy, and leaves room for future OS improvements.
9951
9952 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
9953 (LIBES): Use it.
9954
9955 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
9956 Don't get current time unless it's needed.
9957
9958 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
9959 now provides it if it's absent.
9960 (start_atimer): Port to higher-res time stamps.
9961 Check for time stamp overflow. Don't get current time more
9962 often than is needed.
9963
9964 * buffer.h (struct buffer): Buffer modtime now has high resolution.
9965 Include systime.h, not time.h.
9966 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
9967
9968 * dired.c: Include stat-time.h.
9969 (Ffile-attributes): File times now have higher resolution.
9970
9971 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
9972 (struct image): Timestamp now has higher resolution.
9973
9974 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
9975 has at least microseconds now. All uses removed.
9976 (update_frame, update_single_window, update_window, update_frame_1)
9977 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
9978 (duration_to_sec_usec): Remove; no longer needed.
9979
9980 * editfns.c (time_overflow): Now extern.
9981 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
9982 (float-time, Fformat_time_string, Fcurrent_time_string)
9983 (Fcurrent_time_zone): Accept and generate higher-resolution
9984 time stamps.
9985 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
9986 (decode_time_components, lisp_seconds_argument): New functions.
9987 (make_time): Now static.
9988 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
9989 Report an error if the time is invalid, rather than having the caller
9990 do that.
9991
9992 * fileio.c: Include <stat-time.h>
9993 (Fcopy_file): Copy higher-resolution time stamps.
9994 Prefer to set the time stamp via a file descriptor if that works.
9995 (Fset_file_times, Finsert_file_contents, Fwrite_region)
9996 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
9997 (Fvisited_file_modtime, Fset_visited_file_modtime):
9998 Support higher-resolution time stamps.
9999
10000 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
10001
10002 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
10003
10004 * image.c (prepare_image_for_display, clear_image_cache)
10005 (lookup_image): Port to higer-resolution time stamps.
10006
10007 * keyboard.c (start_polling, bind_polling_period):
10008 Check for time stamp overflow.
10009 (read_char, kbd_buffer_get_event, timer_start_idle)
10010 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
10011 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
10012 Port to higher-resolution time stamps. Do not assume time_t is signed.
10013 (decode_timer): New function. Timers are now vectors of length 9,
10014 not 8, to accommodate the picosecond component.
10015 (timer_check_2): Use it.
10016
10017 * nsterm.m (select_timeout, timeval_subtract): Remove.
10018 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
10019 as they're a bit more accurate and handle overflow better.
10020 (ns_select): Change prototype to be compatible with pselect.
10021 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
10022 * nsterm.h (ns_select): Adjust prototype.
10023
10024 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
10025 us-resolution time stamps.
10026 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
10027
10028 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
10029
10030 * lisp.h (time_overflow): New decl.
10031 (wait_reading_process_output): First arg is now intmax_t, not int,
10032 to accommodate larger waits.
10033
10034 * process.h (struct Lisp_Process.read_output_delay):
10035 Now counts nanoseconds, not microseconds.
10036 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
10037 EMACS_HAS_USECS.
10038 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
10039 (wait_reading_process_output):
10040 Port to ns-resolution time stamps.
10041 (Faccept_process_output, wait_reading_process_output):
10042 Check for time stamp overflow. Do not assume time_t is signed.
10043 (select_wrapper): Remove; we now use pselect.
10044 (Fprocess_attributes): Now generates ns-resolution time stamps.
10045
10046 * sysdep.c: Include utimens.h. Don't include utime.h
10047 or worry about struct utimbuf; gnulib does that for us now.
10048 (gettimeofday): Remove; gnulib provides a substitute.
10049 (make_timeval): New function.
10050 (set_file_times): Now sets ns-resolution time stamps.
10051 New arg FD; all uses changed.
10052 (time_from_jiffies, ltime_from_jiffies, get_up_time)
10053 (system_process_attributes):
10054 Now returns ns-resolution time stamp. All uses changed.
10055 Check for time stamp overflow.
10056
10057 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
10058 provides a substitute now.
10059
10060 * systime.h: Include timespec.h rather than sys/time.h and time.h,
10061 since it guarantees struct timespec.
10062 (EMACS_TIME): Now struct timespec, so that we can support
10063 ns-resolution time stamps.
10064 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
10065 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
10066 (EMACS_USECS): Remove.
10067 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
10068 so multiply the arg by 1000 before storing it.
10069 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
10070 New macros.
10071 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
10072 Port to ns-resolution time stamps.
10073 (EMACS_TIME_NEG_P): Remove; replaced by....
10074 (EMACS_TIME_SIGN): New macro.
10075 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
10076 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
10077 (set_file_times, make_time, lisp_time_argument): Adjust signature.
10078 (make_timeval, make_lisp_time, decode_time_components): New decls.
10079 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
10080 that it mishandled time_t overflow. You can't compare by subtracting!
10081 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
10082 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
10083
10084 * term.c: Include <sys/time.h>.
10085 (timeval_to_Time): New function, for proper overflow wraparound.
10086 (term_mouse_position, term_mouse_click): Use it.
10087
10088 * undo.c (record_first_change): Support higher-resolution time stamps
10089 in the undo buffer.
10090 (Fprimitive_undo): Use them when restoring time stamps.
10091
10092 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
10093 (w32_get_internal_run_time):
10094 Port to higher-resolution Emacs time stamps.
10095 (ltime): Now accepts single 64-bit integer, as that's more convenient
10096 for callers.
10097
10098 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
10099
10100 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
10101 for compatibility with pselect. Support ns-resolution time stamps.
10102
10103 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
10104
10105 * xselect.c (wait_for_property_change, x_get_foreign_selection):
10106 Check for time stamp overflow, and support ns-resolution time stamps.
10107
10108 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
10109 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
10110 (timeval_subtract): Remove; no longer needed.
10111 (XTflash, XTring_bell, x_wait_for_event):
10112 Port to ns-resolution time stamps. Don't assume time_t is signed.
10113
10114 2012-06-22 Chong Yidong <cyd@gnu.org>
10115
10116 * xdisp.c (x_consider_frame_title): Revert last change.
10117
10118 2012-06-22 Eli Zaretskii <eliz@gnu.org>
10119
10120 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
10121 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
10122 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
10123 staticidx goes up to 1597 out of 1600 = 0x640.)
10124
10125 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
10126
10127 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
10128 Otherwise, the umask might be mistakenly 0 while handling input signals.
10129
10130 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10131
10132 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
10133
10134 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
10135
10136 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
10137 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
10138 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
10139 access to `contents' member of Lisp_Vector objects with AREF and ASET
10140 where appropriate.
10141
10142 2012-06-19 Chong Yidong <cyd@gnu.org>
10143
10144 * frame.c (delete_frame): When selecting a frame on a different
10145 text terminal, do not alter the terminal's top-frame.
10146
10147 * xdisp.c (format_mode_line_unwind_data): Record the target
10148 frame's selected window and its terminal's top-frame.
10149 (unwind_format_mode_line): Restore them.
10150 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
10151 Callers changed.
10152 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
10153 since tty frames can be explicitly named.
10154 (prepare_menu_bars): Likewise.
10155
10156 * term.c (Ftty_top_frame): New function.
10157
10158 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
10159
10160 Port byte-code-meter to modern targets.
10161 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
10162 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
10163 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
10164 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
10165 (METER_1, METER_2): Simplify.
10166
10167 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * data.c (Fdefalias): Return `symbol' (bug#11686).
10170
10171 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10172
10173 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
10174 gets killed during executing of this function (Bug#11665).
10175 Try to always return Qt when the buffer has been actually killed.
10176 (Vkill_buffer_query_functions): In doc-string say that functions
10177 run by this hook should not change the current buffer.
10178
10179 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
10180
10181 Fix recently-introduced process.c problems found by static checking.
10182 * process.c (write_queue_push, write_queue_pop, send_process):
10183 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
10184 (write_queue_pop): Fix pointer signedness problem.
10185 (send_process): Remove unused local.
10186
10187 2012-06-17 Chong Yidong <cyd@gnu.org>
10188
10189 * xdisp.c (redisplay_internal): No need to redisplay terminal
10190 frames that are not on top.
10191
10192 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
10193
10194 * process.c (make_process): Initialize write_queue.
10195 (write_queue_push, write_queue_pop): New functions.
10196 (send_process): Use them to maintain correct ordering of process
10197 writes (Bug#10815).
10198
10199 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10200
10201 * lisp.h (eassert): Assume C89 or later.
10202 This removes the need for CHECK.
10203 (CHECK): Remove. Its comments about always evaluating its
10204 argument were confusing, as 'eassert' typically does not evaluate
10205 its argument.
10206
10207 * coding.c (produce_chars): Use ptrdiff_t, not int.
10208
10209 * xterm.c (x_draw_underwave): Check for integer overflow.
10210 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
10211
10212 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
10213
10214 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
10215 referenced (Bug#11583).
10216
10217 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10218
10219 Implement wave-style variant of underlining.
10220 * dispextern.h (face_underline_type): New enum.
10221 (face): Add field for underline type.
10222 * nsterm.m (ns_draw_underwave): New function.
10223 (ns_draw_text_decoration): Use it.
10224 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
10225 New functions.
10226 (x_draw_glyph_string): Use them.
10227 * xfaces.c (Qline, Qwave): New Lisp objects.
10228 (check_lface_attrs, merge_face_ref)
10229 (Finternal_set_lisp_face_attribute, realize_x_face):
10230 Handle wave-style underline face attributes.
10231 * xterm.c (x_draw_underwave): New function.
10232 (x_draw_glyph_string): Use it.
10233
10234 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
10235
10236 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
10237 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
10238 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
10239 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
10240 ($(BLD)/w32select.$(O)): Update dependencies.
10241
10242 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
10243
10244 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
10245 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
10246 * character.c (_fetch_multibyte_char_p): Remove.
10247 * alloc.c: Include "character.h" before "buffer.h".
10248 * bidi.c: Likewise.
10249 * buffer.c: Likewise.
10250 * bytecode.c: Likewise.
10251 * callint.c: Likewise.
10252 * callproc.c: Likewise.
10253 * casefiddle.c: Likewise.
10254 * casetab.c: Likewise.
10255 * category.c: Likewise.
10256 * cmds.c: Likewise.
10257 * coding.c: Likewise.
10258 * composite.c: Likewise.
10259 * dired.c: Likewise.
10260 * dispnew.c: Likewise.
10261 * doc.c: Likewise.
10262 * dosfns.c: Likewise.
10263 * editfns.c: Likewise.
10264 * emacs.c: Likewise.
10265 * fileio.c: Likewise.
10266 * filelock.c: Likewise.
10267 * font.c: Likewise.
10268 * fontset.c: Likewise.
10269 * fringe.c: Likewise.
10270 * indent.c: Likewise.
10271 * insdel.c: Likewise.
10272 * intervals.c: Likewise.
10273 * keyboard.c: Likewise.
10274 * keymap.c: Likewise.
10275 * lread.c: Likewise.
10276 * macros.c: Likewise.
10277 * marker.c: Likewise.
10278 * minibuf.c: Likewise.
10279 * nsfns.m: Likewise.
10280 * nsmenu.m: Likewise.
10281 * print.c: Likewise.
10282 * process.c: Likewise.
10283 * regex.c: Likewise.
10284 * region-cache.c: Likewise.
10285 * search.c: Likewise.
10286 * syntax.c: Likewise.
10287 * term.c: Likewise.
10288 * textprop.c: Likewise.
10289 * undo.c: Likewise.
10290 * unexsol.c: Likewise.
10291 * w16select.c: Likewise.
10292 * w32fns.c: Likewise.
10293 * w32menu.c: Likewise.
10294 * window.c: Likewise.
10295 * xdisp.c: Likewise.
10296 * xfns.c: Likewise.
10297 * xmenu.c: Likewise.
10298 * xml.c: Likewise.
10299 * xselect.c: Likewise.
10300
10301 2012-06-16 Eli Zaretskii <eliz@gnu.org>
10302
10303 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
10304 If all the glyphs of the glyph row came from strings, and we have no
10305 cursor positioning clues, put the cursor on the first glyph of the
10306 row.
10307 (handle_face_prop): Use chunk-relative overlay string index when
10308 indexing into it->string_overlays array. (Bug#11653)
10309 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
10310 the rightmost. (Bug#11720)
10311
10312 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
10313
10314 * category.h (CHAR_HAS_CATEGORY): Define as inline.
10315 (CATEGORY_MEMBER): Enforce 1/0 value.
10316 * category.c (_temp_category_set): Remove.
10317
10318 2012-06-16 Eli Zaretskii <eliz@gnu.org>
10319
10320 * window.c (Fdelete_other_windows_internal)
10321 (Fdelete_window_internal): Don't access frame's mouse highlight
10322 info of the initial frame. (Bug#11677)
10323
10324 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
10325
10326 * .gdbinit (xgetint): Fix recently-introduced paren typo.
10327 Assume USE_2_TAGS_FOR_INTS.
10328 (xreload): Adjust $tagmask width to match recent lisp.h change.
10329
10330 Simplify lisp.h in minor ways that should not affect code.
10331 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
10332 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
10333 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
10334 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
10335 (INTTYPEBITS): New macro, for clarity.
10336 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
10337 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
10338 Simplify now that USE_LSB_TAG is always defined.
10339 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
10340 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
10341
10342 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10343
10344 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
10345
10346 2012-06-13 Glenn Morris <rgm@gnu.org>
10347
10348 * s/bsd-common.h (BSD4_3):
10349 * s/usg5-4-common.h (USG5_4): No longer define; unused.
10350
10351 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
10352
10353 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
10354 instead of union.
10355 (XLI, XIL): Define.
10356 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
10357 Use them.
10358 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
10359 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
10360 * alloc.c (widen_to_Lisp_Object): Remove.
10361 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
10362 * frame.c (delete_frame): Remove outdated comment.
10363 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
10364 USE_LISP_UNION_TYPE.
10365 (Fw32_unregister_hot_key): Likewise.
10366 (Fw32_toggle_lock_key): Likewise.
10367 * w32menu.c (add_menu_item): Likewise.
10368 (w32_menu_display_help): Use XIL instead of checking
10369 USE_LISP_UNION_TYPE.
10370 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
10371 (init_heap): Likewise.
10372 * w32term.c (w32_read_socket): Update comment.
10373
10374 2012-06-13 Glenn Morris <rgm@gnu.org>
10375
10376 * s/usg5-4-common.h, src/s/unixware.h:
10377 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
10378
10379 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
10380
10381 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
10382
10383 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
10384 * alloc.c (make_number) [!defined make_number]:
10385 Remove, as lisp.h always defines this now.
10386 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
10387 (roundup_size): Verify that it is a power of 2.
10388 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
10389 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
10390 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
10391 -DUSE_LSB_TAG=0, to override the automatically-selected default.
10392 USE_LSB_TAG now is always defined to be either 0 or 1.
10393 All uses changed.
10394 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
10395 code works fine either way, and efficiency is not a concern here,
10396 as the union type is for debugging, not for production.
10397 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
10398 Use an inline function on all platforms when using the union type,
10399 since this is simpler and 'static inline' can be used portably
10400 within Emacs now.
10401 (LISP_INITIALLY_ZERO): New macro.
10402 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
10403 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
10404
10405 2012-06-12 Glenn Morris <rgm@gnu.org>
10406
10407 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
10408
10409 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
10410
10411 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
10412 Move BROKEN_SIGIO to configure.
10413
10414 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
10415 Move NO_TERMIO to configure.
10416
10417 2012-06-12 Chong Yidong <cyd@gnu.org>
10418
10419 * image.c (imagemagick_load_image): Use MagickFlattenImage if
10420 MagickMergeImageLayers is undefined. Use pixel pusher loop if
10421 MagickExportImagePixels is undefined.
10422
10423 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
10424
10425 * image.c (imagemagick_load_image): Remove unused label.
10426
10427 2012-06-11 Glenn Morris <rgm@gnu.org>
10428
10429 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
10430 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
10431 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
10432 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
10433
10434 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * alloc.c (make_byte_code): New function.
10437 (Fmake_byte_code): Use it. Don't purify here.
10438 * lread.c (read1): Use it as well to avoid extra allocation.
10439
10440 2012-06-11 Chong Yidong <cyd@gnu.org>
10441
10442 * image.c (imagemagick_load_image): Implement transparency.
10443
10444 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
10445
10446 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
10447 account for preceding backslashes. (Bug#11663)
10448
10449 2012-06-09 Chong Yidong <cyd@gnu.org>
10450
10451 * term.c: Support italics in capable terminals (Bug#9652).
10452 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
10453 (turn_on_face): Output using TS_enter_italic_mode if available.
10454 Don't handle unused blinking and alt-charset cases.
10455 (turn_off_face): Handle italic case; discard unused tty_blinking_p
10456 and tty_alt_charset_p cases.
10457 (tty_capable_p, init_tty): Support italics.
10458
10459 * termchar.h (struct tty_display_info): Add field for italics.
10460 Remove unused blink field.
10461
10462 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
10463 Handle slant.
10464
10465 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
10466 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
10467 tty_alt_charset_p. Add tty_italic_p.
10468
10469 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
10470
10471 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
10472 dbus_type_is_basic if available.
10473 (xd_extract_signed, xd_extract_unsigned): Rename from
10474 extract_signed and extract_unsigned, respectively. Adapt callers.
10475
10476 2012-06-09 Chong Yidong <cyd@gnu.org>
10477
10478 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
10479
10480 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
10481 case (Bug#9752).
10482
10483 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
10484
10485 * xdisp.c (vmessage): Treat frame message as multibyte.
10486 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
10487 would generate the diagnostic "Making \302\247 buffer-local while
10488 let-bound!".
10489
10490 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10491
10492 * dispnew.c (showing_window_margins_p): Undo last change, which
10493 was done due to an inadvertent commit.
10494 (adjust_frame_glyphs_for_frame_redisplay): Do call
10495 showing_window_margins_p.
10496
10497 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * eval.c (Fmake_var_non_special): New primitive.
10500 (syms_of_eval): Defsubr it.
10501 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
10502
10503 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
10504
10505 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
10506 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
10507
10508 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10509
10510 * alloc.c (allocate_vectorlike): Fix last change.
10511
10512 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
10513
10514 Block-based vector allocation of small vectors.
10515 * lisp.h (struct vectorlike_header): New field `nbytes',
10516 adjust comment accordingly.
10517 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
10518 to denote vector blocks. Adjust users (live_vector_p,
10519 mark_maybe_pointer, valid_lisp_object_p) accordingly.
10520 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
10521 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
10522 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
10523 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
10524 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
10525 (roundup_size): New constant.
10526 (struct vector_block): New data type.
10527 (vector_blocks, vector_free_lists, zero_vector): New variables.
10528 (all_vectors): Rename to `large_vectors'.
10529 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
10530 (sweep_vectors): New functions.
10531 (allocate_vectorlike): Return `zero_vector' as the only vector of
10532 0 items. Allocate new vector from block if vector size is less than
10533 or equal to VBLOCK_BYTES_MAX.
10534 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
10535 (init_alloc_once): Add call to init_vectors.
10536
10537 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10538
10539 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
10540
10541 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
10542
10543 * doprnt.c (doprnt): Truncate multibyte char correctly.
10544 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
10545 would mishandle a string argument "Xc" if X was a multibyte
10546 character of length 2: it would truncate after X's first byte
10547 rather than including all of X.
10548
10549 2012-06-06 Chong Yidong <cyd@gnu.org>
10550
10551 * buffer.c (word_wrap): Doc fix.
10552
10553 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
10554
10555 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
10556
10557 2012-06-03 Glenn Morris <rgm@gnu.org>
10558
10559 * xdisp.c (tool-bar-style): Doc fix.
10560
10561 2012-06-03 Ulrich Müller <ulm@gentoo.org>
10562
10563 * Makefile.in (PAXCTL): Define.
10564 (temacs$(EXEEXT)): Disable memory randomization for the temacs
10565 binary via PaX flags if the paxctl utility is available.
10566 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
10567 Restore PaX flags to their default. (Bug#11398)
10568
10569 2012-06-03 Chong Yidong <cyd@gnu.org>
10570
10571 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
10572 buffer (Bug#11226).
10573
10574 2012-06-03 Chong Yidong <cyd@gnu.org>
10575
10576 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
10577 (note_mode_line_or_margin_highlight): If there is no help echo,
10578 use mode-line-default-help-echo. Handle the case where the mouse
10579 position is past the end of the mode line string.
10580
10581 * buffer.c (buffer_local_value_1): New function, split from
10582 Fbuffer_local_value; can return Qunbound.
10583 (Fbuffer_local_value): Use it.
10584 (Vmode_line_format): Docstring tweaks.
10585
10586 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
10587
10588 * sysdep.c (system_process_attributes): Improve comment.
10589
10590 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10591
10592 * keyboard.c: Export real-this-command to Elisp.
10593 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
10594 and DEFVAR it. Update all users.
10595
10596 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
10597
10598 * minibuf.c (Fassoc_string): Remove duplicate declaration.
10599
10600 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
10601 Convert pctcpu and pctmem to Lisp float properly.
10602 Let the compiler fold better, as 100.0/0x8000 is exact.
10603
10604 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
10605
10606 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
10607 cons_block.
10608
10609 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
10610
10611 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
10612
10613 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
10614
10615 For a 'struct window', replace some Lisp_Object fields to
10616 bitfields where appropriate, remove unused fields.
10617 * window.h (struct window): Remove unused 'last_mark_x' and
10618 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
10619 change its type from Lisp_Object to bitfield.
10620 Change type of 'force_start', 'optional_new_start',
10621 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
10622 fields from Lisp_Object to bitfield. Adjust users accordingly.
10623
10624 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
10625
10626 Pacify gcc -Wdouble-precision when using Xaw.
10627 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
10628 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
10629 Use 'float' consistently, rather than 'float' in most places
10630 and 'double' in a couple of places.
10631
10632 2012-05-31 Eli Zaretskii <eliz@gnu.org>
10633
10634 * xdisp.c (handle_stop): Detect whether we have overlay strings
10635 loaded by testing it->current.overlay_string_index to be
10636 non-negative, instead of checking whether n_overlay_strings is
10637 positive. (Bug#11587)
10638
10639 2012-05-31 Chong Yidong <cyd@gnu.org>
10640
10641 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
10642
10643 * doc.c (Fsubstitute_command_keys): Doc fix.
10644
10645 2012-05-31 Eli Zaretskii <eliz@gnu.org>
10646
10647 * search.c (search_buffer): Remove calls to
10648 r_alloc_inhibit_buffer_relocation, as it is now called by
10649 maybe_unify_char, which was the cause of relocation of buffer text
10650 in bug#11519.
10651
10652 2012-05-31 Eli Zaretskii <eliz@gnu.org>
10653
10654 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
10655 for the duration of call to load_charset, to avoid problems with
10656 callers of maybe_unify_char that access buffer text through C
10657 pointers.
10658
10659 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
10660 decrement the inhibition flag, instead of just setting or
10661 resetting it.
10662
10663 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
10664
10665 Remove obsolete '#define static' cruft.
10666 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
10667 This #undef was "temporary" in 2000; it is no longer needed
10668 now that '#define static' has gone away.
10669 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
10670 (gray_bitmap_bits): Remove; no longer needed.
10671 All uses replaced with definiens.
10672 * xterm.c: Include "bitmaps/gray.xbm".
10673
10674 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
10675
10676 Clean up __executable_start, monstartup when --enable-profiling.
10677 The following changes affect the code only when profiling.
10678 * dispnew.c (__executable_start): Rename from safe_bcopy.
10679 Define only on platforms that need it.
10680 * emacs.c: Include <sys/gmon.h> when profiling.
10681 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
10682 (__executable_start): Remove decl, since lisp.h does it now.
10683 (safe_bcopy): Remove decl; no longer has that name.
10684 (main): Coalesce #if into single bit of code, for simplicity.
10685 Cast pointers to uintptr_t, since standard libraries want integers
10686 and not pointers.
10687 * lisp.h (__executable_start): New decl.
10688
10689 2012-05-31 Glenn Morris <rgm@gnu.org>
10690
10691 * image.c (Fimagemagick_types): Doc fix.
10692
10693 2012-05-30 Jim Meyering <meyering@redhat.com>
10694
10695 * callproc.c (Fcall_process_region): Include directory component
10696 in mkstemp error message (Bug#11586).
10697
10698 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
10699
10700 * alloc.c, lisp.h (make_pure_vector): Now static.
10701
10702 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
10705 Move to byte-run.el.
10706 (Fautoload): Do the hash-doc more carefully.
10707 * data.c (Fdefalias): Purify definition, except for keymaps.
10708 (Qdefun): Move from eval.c.
10709 * lisp.h (Qdefun): Remove.
10710 * lread.c (read1): Tiny simplification.
10711
10712 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10713
10714 Do not create empty overlays with the evaporate property (Bug#9642).
10715 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
10716 Bug#9642, but explicitly check that the buffer the overlay would
10717 be moved to is live and rearrange lines to make sure that errors
10718 will not put the overlay in an inconsistent state.
10719 (Fdelete_overlay): Cosmetics.
10720
10721 2012-05-28 Eli Zaretskii <eliz@gnu.org>
10722
10723 * w32term.c (my_bring_window_to_top): New function.
10724 (x_raise_frame): Use handle returned by DeferWindowPos, which
10725 could be different from the original one.
10726 Call my_bring_window_to_top instead of my_set_foreground_window.
10727 (Bug#11513)
10728
10729 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
10730 by calling BringWindowToTop.
10731
10732 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
10733 (WM_EMACS_END): Increase by one.
10734
10735 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
10736
10737 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
10738 This avoids undefined behavior that might cause the eassert
10739 to not catch an out-of-range value.
10740
10741 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
10742
10743 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
10744 Update dependencies.
10745
10746 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10747
10748 * bidi.c (bidi_mirror_char): Fix last change.
10749
10750 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
10751
10752 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
10753 when referring to sectname field in printf format.
10754
10755 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
10756
10757 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
10758 Only r_alloc_inhibit_buffer_relocation needed to be added;
10759 the others were already declared.
10760
10761 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
10762 before checking whether it's out of range. Put the check inside
10763 eassert. See
10764 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
10765
10766 2012-05-27 Ken Brown <kbrown@cornell.edu>
10767
10768 * callproc.c (Fcall_process): Restore a line that was accidentally
10769 commented out in the 2011-02-13 change (bug#11547).
10770
10771 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10772
10773 * lisp.h [REL_ALLOC]: Add prototypes for external functions
10774 defined on ralloc.c.
10775
10776 * buffer.c [REL_ALLOC]: Remove prototypes of
10777 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
10778 they are now on lisp.h.
10779
10780 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
10781
10782 * search.c (search_buffer): Use it to inhibit relocation of buffer
10783 text while re_search_2 is doing its job, because re_search_2 is
10784 passed C pointers to buffer text. (Bug#11519)
10785
10786 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
10787 Update value to 24.
10788
10789 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
10790 state after an additional call to move_it_in_display_line_to, keep
10791 the values of it->max_ascent and it->max_descent found for the
10792 entire line.
10793 (pos_visible_p): Revert the comparison against bottom_y to what it
10794 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
10795 (Bug#11464)
10796
10797 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
10798
10799 Fix coding-related core dumps with gcc -ftrapv.
10800 The code was computing A - B, where A and B are pointers, and B is
10801 random garbage. This can lead to core dumps on platforms that
10802 have special pointer registers, and it also leads to core dumps on
10803 x86-64 when compiled with gcc -ftrapv. The fix is to compute
10804 A - B only when B is initialized properly.
10805 * coding.c (coding_set_source, coding_set_destination): Return void.
10806 (coding_change_source, coding_change_destinations): New functions,
10807 with the old behaviors of coding_set_source and coding_set_destination.
10808 All callers that need an offset changed to use these new functions.
10809
10810 2012-05-26 Glenn Morris <rgm@gnu.org>
10811
10812 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
10813
10814 2012-05-26 Eli Zaretskii <eliz@gnu.org>
10815
10816 Extend mouse support on W32 text-mode console.
10817 * xdisp.c (draw_row_with_mouse_face):
10818 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
10819
10820 * w32console.c: Include window.h.
10821 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
10822 New functions.
10823 (initialize_w32_display): Initialize mouse-highlight data.
10824
10825 * w32inevt.c: Include termchar.h and window.h.
10826 (do_mouse_event): Support mouse-autoselect-window. When the mouse
10827 moves, call note_mouse_highlight. If help_echo changed, call
10828 gen_help_event to produce help-echo message in the echo area.
10829 Call clear_mouse_face if mouse_face_hidden is set in the mouse
10830 highlight info.
10831
10832 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
10833
10834 * lread.c (read1): Simplify slightly to avoid an overflow warning
10835 with GCC 4.7.0 on x86-64.
10836
10837 2012-05-26 Eli Zaretskii <eliz@gnu.org>
10838
10839 * bidi.c (bidi_mirror_char): Revert last change: an int is
10840 definitely wide enough here.
10841
10842 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
10843
10844 Fix integer width and related bugs (Bug#9874).
10845 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
10846 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
10847 (string_bytes, check_sblock, allocate_string_data):
10848 (compact_small_strings, Fmake_bool_vector, make_string)
10849 (make_unibyte_string, make_multibyte_string)
10850 (make_string_from_bytes, make_specified_string)
10851 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
10852 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
10853 (mark_vectorlike):
10854 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10855 (allocate_pseudovector):
10856 Use int, not EMACS_INT, where int is wide enough.
10857 (inhibit_garbage_collection, Fgarbage_collect):
10858 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10859 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
10860 int might not be wide enough.
10861 (bidi_cache_search, bidi_cache_find, bidi_init_it)
10862 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
10863 (bidi_at_paragraph_end, bidi_find_paragraph_start)
10864 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
10865 (bidi_level_of_next_char, bidi_move_to_visually_next):
10866 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10867 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
10868 (Fkill_buffer, Fset_buffer_major_mode)
10869 (advance_to_char_boundary, Fbuffer_swap_text)
10870 (Fset_buffer_multibyte, overlays_at, overlays_in)
10871 (overlay_touches_p, struct sortvec, record_overlay_string)
10872 (overlay_strings, recenter_overlay_lists)
10873 (adjust_overlays_for_insert, adjust_overlays_for_delete)
10874 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
10875 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
10876 (Foverlay_recenter, last_overlay_modification_hooks_used)
10877 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
10878 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10879 (validate_region): Omit unnecessary test for b <= e,
10880 since that's guaranteed by the previous test.
10881 (adjust_overlays_for_delete): Avoid pos + length overflow.
10882 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
10883 (report_overlay_modification):
10884 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10885 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
10886 Omit pointer cast, which isn't needed anyway, and doesn't work
10887 after the EMACS_INT -> ptrdiff_t change.
10888 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
10889 * buffer.h: Adjust decls to match defn changes elsewhere.
10890 (struct buffer_text, struct buffer):
10891 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10892 Use EMACS_INT, not int, where int might not be wide enough.
10893 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
10894 not int, to avoid needless 32-bit limit on 64-bit hosts.
10895 (exec_byte_code): Use tighter memory-full test, one that checks
10896 for alloca overflow. Don't compute the address of the object just
10897 before an array, as that's not portable. Use EMACS_INT, not
10898 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
10899 * callint.c (Fcall_interactively):
10900 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10901 * callproc.c (call_process_kill, Fcall_process):
10902 Don't assume pid_t fits into an Emacs fixnum.
10903 (call_process_cleanup, Fcall_process, child_setup):
10904 Don't assume pid_t fits into int.
10905 (call_process_cleanup, Fcall_process, delete_temp_file)
10906 (Fcall_process_region):
10907 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10908 (Fcall_process): Simplify handling of volatile integers.
10909 Use int, not EMACS_INT, where int will do.
10910 * casefiddle.c (casify_object, casify_region, operate_on_word)
10911 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
10912 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10913 (casify_object): Avoid integer overflow when overallocating buffer.
10914 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
10915 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
10916 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
10917 * category.h (CATEGORYP): Don't assume arg is nonnegative.
10918 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
10919 integers are now checked earlier. All uses replaced with XINT.
10920 (ccl_driver):
10921 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10922 For CCL_MapSingle, check that content and value are in int range.
10923 (ccl_driver, Fregister_code_conversion_map):
10924 Check that Vcode_version_map_vector is a vector.
10925 (resolve_symbol_ccl_program): Check that vector header is in range.
10926 Always copy the vector, so that we can check its contents reliably
10927 now rather than having to recheck each instruction as it's being
10928 executed. Check that vector words fit in 'int'.
10929 (ccl_get_compiled_code, Fregister_ccl_program)
10930 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
10931 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
10932 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
10933 contents are in range.
10934 (Fccl_execute_on_string): Check that status is in range.
10935 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
10936 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
10937 Accept and return EMACS_INT, not int, because callers can pass values
10938 out of 'int' range.
10939 (c_string_width, strwidth, lisp_string_width, chars_in_text)
10940 (multibyte_chars_in_text, parse_str_as_multibyte)
10941 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
10942 (str_as_unibyte, str_to_unibyte, string_count_byte8)
10943 (string_escape_byte8, Fget_byte):
10944 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10945 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
10946 avoid mishandling large integers.
10947 * character.h: Adjust decls to match defn changes elsewhere.
10948 * charset.c (load_charset_map_from_file, find_charsets_in_text)
10949 (Ffind_charset_region):
10950 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10951 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
10952 (load_charset_map_from_vector, Fdefine_charset_internal):
10953 Don't assume fixnum fits in int.
10954 (load_charset_map_from_vector, Fmap_charset_chars):
10955 Remove now-unnecessary CHECK_NATNUMs.
10956 (Fdefine_charset_internal): Check ranges here, more carefully.
10957 Don't rely on undefined behavior with signed left shift overflow.
10958 Don't assume unsigned int fits into fixnum, or that fixnum fits
10959 into unsigned int. Don't require max_code to be a valid fixnum;
10960 that's not true for gb10830 4-byte on a 32-bit host. Allow
10961 invalid_code to be a cons, for the same reason. Require code_offset
10962 to be a character. Avoid int overflow if max_char is close
10963 to INT_MAX.
10964 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
10965 this is intended anyway and avoids some undefined behavior.
10966 (load_charset_map): Pass unsigned, not int, as 2nd arg of
10967 INDEX_TO_CODE_POINT, as that's what it expects.
10968 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
10969 * charset.h (DECODE_CHAR): Return int, not unsigned;
10970 this is what was intended anyway, and it avoids undefined behavior.
10971 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
10972 integer-overflow issues.
10973 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
10974 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
10975 where the argument is EMACS_INT, and this behavior is not intended.
10976 * chartab.c (Fmake_char_table, Fset_char_table_range)
10977 (uniprop_get_decoder, uniprop_get_encoder):
10978 Don't assume fixnum fits in int.
10979 * cmds.c (move_point): New function, that does the gist of
10980 Fforward_char and Fbackward_char, but does so while checking
10981 for integer overflow more accurately.
10982 (Fforward_char, Fbackward_char): Use it.
10983 (Fforward_line, Fend_of_line, internal_self_insert)
10984 (internal_self_insert):
10985 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10986 Fix a FIXME, by checking for integer overflow when calculating
10987 target_clm and actual_clm.
10988 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
10989 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
10990 (ASSURE_DESTINATION, coding_alloc_by_realloc)
10991 (coding_alloc_by_making_gap, alloc_destination)
10992 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
10993 (encode_coding_utf_16, detect_coding_emacs_mule)
10994 (decode_coding_emacs_mule, encode_coding_emacs_mule)
10995 (detect_coding_iso_2022, decode_coding_iso_2022)
10996 (encode_invocation_designation, encode_designation_at_bol)
10997 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
10998 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
10999 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
11000 (encode_coding_ccl, encode_coding_raw_text)
11001 (detect_coding_charset, decode_coding_charset)
11002 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
11003 (produce_composition, produce_charset, produce_annotation)
11004 (decode_coding, handle_composition_annotation)
11005 (handle_charset_annotation, consume_chars, decode_coding_gap)
11006 (decode_coding_object, encode_coding_object, detect_coding_system)
11007 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
11008 (code_convert_region, code_convert_string)
11009 (Fdefine_coding_system_internal)
11010 (coding_set_source, coding_set_destination):
11011 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11012 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
11013 (Fdefine_coding_system_internal):
11014 Don't assume fixnums fit in int.
11015 (decode_coding_gap, decode_coding_object, encode_coding_object)
11016 (Fread_coding_system, Fdetect_coding_region)
11017 (Funencodable_char_position, Fcheck_coding_systems_region)
11018 (get_translation, handle_composition_annotation, consume_chars):
11019 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11020 (consume_chars): Rewrite to not calculate an address outside buffer.
11021 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
11022 Don't access memory outside of the args array.
11023 (Fdefine_coding_system_internal): Check for charset-id overflow.
11024 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
11025 result of ENCODE_CHAR.
11026 * coding.h: Adjust decls to match defn changes elsewhere.
11027 (struct coding_system):
11028 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11029 * composite.c (get_composition_id, find_composition)
11030 (run_composition_function, update_compositions)
11031 (compose_text, composition_gstring_put_cache)
11032 (composition_gstring_p, composition_gstring_width)
11033 (fill_gstring_header, fill_gstring_body, autocmp_chars)
11034 (composition_compute_stop_pos, composition_reseat_it)
11035 (composition_update_it, struct position_record)
11036 (find_automatic_composition, composition_adjust_point)
11037 (Fcomposition_get_gstring, Ffind_composition_internal):
11038 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11039 (update_compositions):
11040 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11041 * composite.h: Adjust decls to match defn changes elsewhere.
11042 (struct composition):
11043 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11044 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
11045 Do not attempt to compute the address of the object just before a
11046 buffer; this is not portable.
11047 (Faref, Faset):
11048 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11049 (Faset): Use int, not EMACS_INT, where int is wide enough.
11050 (Fstring_to_number): Don't assume fixnums fit in int.
11051 (Frem): Don't assume arg is nonnegative.
11052 * dbusbind.c (xd_append_arg): Check for integers out of range.
11053 (Fdbus_call_method): Don't overflow the timeout int.
11054 (extract_signed, extract_unsigned): New functions.
11055 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
11056 (xd_get_connection_references): Return ptrdiff_t, not int.
11057 All uses changed.
11058 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
11059 (xd_read_message_1):
11060 Use int, not unsigned, where the dbus API uses int.
11061 (Fdbus_message_internal): Don't overflow mtype.
11062 (syms_of_dbusbind): Allocate right-sized buffer for integers.
11063 * dired.c (directory_files_internal, file_name_completion, scmp)
11064 (file_name_completion_stat):
11065 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11066 (file_name_completion): Don't overflow matchcount.
11067 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
11068 * dispextern.h: Adjust decls to match defn changes elsewhere.
11069 (struct text_pos, struct glyph, struct bidi_saved_info)
11070 (struct bidi_string_data, struct bidi_it, struct composition_it)
11071 (struct it):
11072 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11073 (struct display_pos, struct composition_it, struct it):
11074 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11075 * dispnew.c (increment_matrix_positions)
11076 (increment_row_positions, mode_line_string)
11077 (marginal_area_string):
11078 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11079 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
11080 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11081 (duration_to_sec_usec): New function, to check for overflow better.
11082 (Fsleep_for, sit_for): Use it.
11083 * doc.c (get_doc_string, store_function_docstring):
11084 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11085 (get_doc_string, Fsnarf_documentation):
11086 Use int, not EMACS_INT, where int is wide enough.
11087 (get_doc_string):
11088 Use SAFE_ALLOCA, not alloca.
11089 Check for overflow when converting EMACS_INT to off_t.
11090 * doprnt.c (doprnt):
11091 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11092 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
11093 Don't assume uid_t fits into fixnum.
11094 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
11095 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
11096 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
11097 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
11098 (general_insert_function)
11099 (Finsert_char, make_buffer_string, make_buffer_string_both)
11100 (update_buffer_properties, Fbuffer_substring)
11101 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
11102 (Fsubst_char_in_region, check_translation)
11103 (Ftranslate_region_internal, save_restriction_restore, Fformat)
11104 (transpose_markers, Ftranspose_regions):
11105 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11106 (clip_to_bounds): Move to lisp.h as an inline function).
11107 (Fconstrain_to_field): Don't assume integers are nonnegative.
11108 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
11109 (Fsubst_char_in_region, Fsave_restriction):
11110 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11111 (Femacs_pid): Don't assume pid_t fits into fixnum.
11112 (lo_time): Use int, not EMACS_INT, when int suffices.
11113 (lisp_time_argument): Check for usec out of range.
11114 (Fencode_time): Don't assume fixnum fits in int.
11115 (Fuser_login_name, Fuser_full_name): Signal an error
11116 if a uid argument is out of range, rather than relying on
11117 undefined behavior.
11118 (Fformat_time_string): Remove now-unnecessary check.
11119 lisp_time_argument checks for out-of-range usec now.
11120 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
11121 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
11122 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
11123 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
11124 (init_cmdargs, Fdump_emacs):
11125 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11126 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
11127 the bottom (typically) 32 bits of the fixnum.
11128 * eval.c (specpdl_size, call_debugger):
11129 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11130 (when_entered_debugger, Fbacktrace_debug):
11131 Don't assume fixnum can fit in int.
11132 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
11133 the object just before a buffer; this is not portable.
11134 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
11135 (grow_specpdl, unbind_to):
11136 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11137 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
11138 (grow_specpdl): Simplify allocation by using xpalloc.
11139 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
11140 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
11141 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
11142 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11143 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
11144 (a_write, e_write):
11145 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11146 (Fcopy_file, non_regular_nbytes, read_non_regular)
11147 (Finsert_file_contents):
11148 Use int, not EMACS_INT, where int is wide enough.
11149 (READ_BUF_SIZE): Verify that it fits in int.
11150 (Finsert_file_contents): Check that counts are in proper range,
11151 rather than assuming fixnums fit into ptrdiff_t etc.
11152 Don't assume fixnums fit into int.
11153 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
11154 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
11155 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
11156 (string_char_to_byte, string_byte_to_char)
11157 (string_make_multibyte, string_to_multibyte)
11158 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
11159 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
11160 (substring_both, Fdelete, internal_equal, Ffillarray)
11161 (Fclear_string, mapcar1)
11162 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
11163 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
11164 (larger_vector, make_hash_table, maybe_resize_hash_table)
11165 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
11166 (Fmaphash, secure_hash):
11167 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11168 (concat): Check for string index and length overflow.
11169 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
11170 (Frequire):
11171 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11172 (larger_vector): New API (vec, incr_min, size_max) replaces old
11173 one (vec, new_size, init). This catches size overflow.
11174 INIT was removed because it was always Qnil.
11175 All callers changed.
11176 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
11177 the upper bound on a hash table index size.
11178 (make_hash_table, maybe_resize_hash_table): Use it.
11179 (secure_hash): Computer start_byte and end_byte only after
11180 they're known to be in ptrdiff_t range.
11181 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
11182 (Ffont_get_glyphs, Ffont_at):
11183 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11184 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
11185 (Flist_fonts, Fopen_font):
11186 Don't assume fixnum can fit in int.
11187 (check_gstring): Don't assume index can fit in int.
11188 (font_match_p): Check that fixnum is a character, not a nonnegative
11189 fixnum, since the later code needs to stuff it into an int.
11190 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
11191 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
11192 conversion overflow issues.
11193 (Fopen_font): Check for integer out of range.
11194 (Ffont_get_glyphs): Don't assume index can fit in int.
11195 * font.h: Adjust decls to match defn changes elsewhere.
11196 * fontset.c (reorder_font_vector): Redo score calculation to avoid
11197 integer overflow.
11198 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
11199 printmax_t, where ptrdiff_t is wide enough.
11200 (Finternal_char_font):
11201 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11202 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
11203 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
11204 (Fset_frame_position, x_set_frame_parameters)
11205 (x_set_line_spacing, x_set_border_width)
11206 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
11207 Check that fixnums are in proper range for system types.
11208 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
11209 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11210 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
11211 Use SAFE_ALLOCA_LISP, not alloca.
11212 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
11213 intptr_t is wide enough.
11214 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
11215 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
11216 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
11217 Check for fixnum out of range.
11218 * ftfont.c (ftfont_list): Don't assume index fits in int.
11219 Check that fixnums are in proper range for system types.
11220 (ftfont_shape_by_flt):
11221 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11222 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
11223 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11224 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
11225 Check that fixnums are in proper range for system types.
11226 * gnutls.h: Adjust decls to match defn changes elsewhere.
11227 * gtkutil.c (xg_dialog_run):
11228 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11229 (update_frame_tool_bar):
11230 Check that fixnums are in proper range for system types.
11231 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
11232 (lookup_image): Check that fixnums are in range for system types.
11233 * indent.c (last_known_column, last_known_column_point):
11234 (current_column_bol_cache):
11235 (skip_invisible, current_column, check_display_width):
11236 (check_display_width, scan_for_column, current_column_1)
11237 (Findent_to, Fcurrent_indentation, position_indentation)
11238 (indented_beyond_p, Fmove_to_column, compute_motion):
11239 (Fcompute_motion, Fvertical_motion):
11240 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11241 (last_known_column_modified): Use EMACS_INT, not int.
11242 (check_display_width):
11243 (Fcompute_motion):
11244 Check that fixnums and floats are in proper range for system types.
11245 (compute_motion): Don't assume index or fixnum fits in int.
11246 (compute_motion, Fcompute_motion):
11247 Use int, not EMACS_INT, when it is wide enough.
11248 (vmotion): Omit local var start_hpos that is always 0; that way
11249 we don't need to worry about overflow in expressions involving it.
11250 * indent.h: Adjust decls to match defn changes elsewhere.
11251 (struct position):
11252 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11253 Use int, not EMACS_INT, where int is wide enough.
11254 Remove unused members ovstring_chars_done and tab_offset;
11255 all uses removed.
11256 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
11257 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
11258 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
11259 (make_gap, copy_text, insert, insert_and_inherit)
11260 (insert_before_markers, insert_before_markers_and_inherit)
11261 (insert_1, count_combining_before, count_combining_after)
11262 (insert_1_both, insert_from_string)
11263 (insert_from_string_before_markers, insert_from_string_1)
11264 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
11265 (adjust_after_replace, adjust_after_insert, replace_range)
11266 (replace_range_2, del_range, del_range_1, del_range_byte)
11267 (del_range_both, del_range_2, modify_region)
11268 (prepare_to_modify_buffer, signal_before_change)
11269 (signal_after_change, Fcombine_after_change_execute):
11270 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11271 * intervals.c (traverse_intervals, rotate_right, rotate_left)
11272 (balance_an_interval, split_interval_right, split_interval_left)
11273 (find_interval, next_interval, update_interval)
11274 (adjust_intervals_for_insertion, delete_node, delete_interval)
11275 (interval_deletion_adjustment, adjust_intervals_for_deletion)
11276 (static_offset_intervals, offset_intervals)
11277 (merge_interval_right, merge_interval_left, make_new_interval)
11278 (graft_intervals_into_buffer, temp_set_point_both)
11279 (temp_set_point, set_point, adjust_for_invis_intang)
11280 (set_point_both, move_if_not_intangible, get_property_and_range)
11281 (get_local_map, copy_intervals, copy_intervals_to_string)
11282 (compare_string_intervals, set_intervals_multibyte_1):
11283 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11284 * intervals.h: Adjust decls to match defn changes elsewhere.
11285 (struct interval):
11286 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11287 * keyboard.c (this_command_key_count, this_single_command_key_start)
11288 (before_command_key_count, before_command_echo_length, echo_now)
11289 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
11290 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
11291 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
11292 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
11293 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11294 (last_non_minibuf_size, last_point_position, echo_truncate)
11295 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
11296 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
11297 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
11298 (stuff_buffered_input):
11299 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11300 (last_auto_save, command_loop_1, read_char):
11301 Use EMACS_INT, not int, to avoid integer overflow.
11302 (record_char): Avoid overflow in total_keys computation.
11303 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
11304 * keyboard.h: Adjust decls to match defn changes elsewhere.
11305 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
11306 (Fkey_description, Fdescribe_vector, Flookup_key):
11307 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11308 (click_position): New function, to check that positions are in range.
11309 (Fcurrent_active_maps):
11310 (describe_command):
11311 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11312 (Faccessible_keymaps, Fkey_description):
11313 (preferred_sequence_p):
11314 Don't assume fixnum can fit into int.
11315 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
11316 Check for integer overflow in size calculations.
11317 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
11318 avoid mishandling large integers.
11319 * lisp.h: Adjust decls to match defn changes elsewhere.
11320 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
11321 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
11322 (struct Lisp_Marker):
11323 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11324 (clip_to_bounds): Now an inline function, moved here from editfns.c.
11325 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
11326 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
11327 All callers changed.
11328 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
11329 Assume the arg has valid form, since it always does.
11330 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
11331 unsigned integer system type.
11332 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
11333 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
11334 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11335 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
11336 (duration_to_sec_usec): New decl.
11337 * lread.c (read_from_string_index, read_from_string_index_byte)
11338 (read_from_string_limit, readchar, unreadchar, openp)
11339 (read_internal_start, read1, oblookup):
11340 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11341 (Fload, readevalloop, Feval_buffer, Feval_region):
11342 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11343 (openp): Check for out-of-range argument to 'access'.
11344 (read1): Use int, not EMACS_INT, where int is wide enough.
11345 Don't assume fixnum fits into int.
11346 Fix off-by-one error that can read outside a buffer.
11347 (read_filtered_event): Use duration_to_sec_usec
11348 to do proper overflow checking on durations.
11349 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
11350 in size calculation.
11351 (Fexecute_kbd_macro):
11352 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11353 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
11354 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
11355 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
11356 (set_marker_both, set_marker_restricted_both, marker_position)
11357 (marker_byte_position, Fbuffer_has_markers_at):
11358 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11359 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
11360 * menu.c (ensure_menu_items): Rename from grow_menu_items.
11361 It now merely ensures that the menu is large enough, without
11362 necessarily growing it, as this avoids some integer overflow issues.
11363 All callers changed.
11364 (keymap_panes, parse_single_submenu, Fx_popup_menu):
11365 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11366 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
11367 Use SAFE_ALLOCA_LISP, not alloca.
11368 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
11369 to EMACS_INT. Check that fixnums are in proper range for system types.
11370 * minibuf.c (minibuf_prompt_width, string_to_object)
11371 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
11372 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
11373 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11374 (get_minibuffer, read_minibuf_unwind):
11375 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11376 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
11377 this simplifies overflow checking. All callers changed.
11378 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
11379 (Ftest_completion):
11380 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11381 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
11382 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
11383 Check that fixnums are in proper range for system types.
11384 (Fx_create_frame, Fx_show_tip):
11385 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11386 * nsfont.m (ns_findfonts, nsfont_list_family):
11387 Don't assume fixnum fits in long.
11388 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
11389 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11390 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
11391 wide enough.
11392 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
11393 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11394 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
11395 (PRINTDECLARE, PRINTPREPARE):
11396 (strout, print_string):
11397 (print, print_preprocess, print_check_string_charset_prop)
11398 (print_object):
11399 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11400 (PRINTDECLARE):
11401 (temp_output_buffer_setup, Fprin1_to_string, print_object):
11402 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11403 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
11404 (printchar, strout): Use xpalloc to catch size calculation overflow.
11405 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
11406 (print_error_message): Use SAFE_ALLOCA, not alloca.
11407 (print_object): Use int, not EMACS_INT, where int is wide enough.
11408 (print_depth, new_backquote_output, print_number_index):
11409 Use ptrdiff_t, not int, where int might not be wide enough.
11410 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
11411 (Fset_process_window_size, Fformat_network_address)
11412 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
11413 (sigchld_handler):
11414 Check that fixnums are in proper range for system types.
11415 (Fsignal_process): Simplify by avoiding a goto.
11416 Check for process-ids out of pid_t range rather than relying on
11417 undefined behavior.
11418 (process_tick, update_tick): Use EMACS_INT, not int.
11419 (Fformat_network_address, read_process_output, send_process)
11420 (Fprocess_send_region, status_notify):
11421 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11422 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
11423 (wait_reading_process_output, read_process_output, exec_sentinel):
11424 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11425 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
11426 (Faccept_process_output): Use duration_to_sec_usec to do proper
11427 overflow checking on durations.
11428 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
11429 Don't assume pid_t fits in int.
11430 * process.h (struct Lisp_Process): Members tick and update_tick
11431 are now of type EMACS_INT, not int.
11432 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
11433 configured --with-wide-int.
11434 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
11435 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
11436 * search.c (looking_at_1, string_match_1):
11437 (fast_string_match, fast_c_string_match_ignore_case)
11438 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
11439 (scan_newline, find_before_next_newline, search_command)
11440 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
11441 (set_search_regs, wordify):
11442 (Freplace_match):
11443 (Fmatch_data):
11444 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11445 (string_match_1, search_buffer, set_search_regs):
11446 (Fmatch_data):
11447 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11448 (wordify): Check for overflow in size calculation.
11449 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
11450 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
11451 Check that fixnums are in proper range for system types.
11452 * sound.c (struct sound_device)
11453 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
11454 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11455 (Fplay_sound_internal):
11456 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11457 * syntax.c (struct lisp_parse_state, find_start_modiff)
11458 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
11459 (Fparse_partial_sexp):
11460 Don't assume fixnums can fit in int.
11461 (struct lisp_parse_state, find_start_pos, find_start_value)
11462 (find_start_value_byte, find_start_begv)
11463 (update_syntax_table, char_quoted, dec_bytepos)
11464 (find_defun_start, prev_char_comend_first, back_comment):
11465 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
11466 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
11467 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11468 (Finternal_describe_syntax_value): Check that match_lisp is a
11469 character, not an integer, since the code stuffs it into int.
11470 (scan_words, scan_sexps_forward):
11471 Check that fixnums are in proper range for system types.
11472 (Fforward_word):
11473 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11474 (scan_sexps_forward):
11475 Use CHARACTERP, not INTEGERP, since the value must fit into int.
11476 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
11477 * syntax.h: Adjust decls to match defn changes elsewhere.
11478 (struct gl_state_s):
11479 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11480 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
11481 MOST_POSITIVE_FIXNUM.
11482 * sysdep.c (wait_for_termination_1, wait_for_termination)
11483 (interruptible_wait_for_termination, mkdir):
11484 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
11485 (emacs_read, emacs_write):
11486 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11487 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
11488 and double all fit in int.
11489 * term.c (set_tty_color_mode):
11490 Check that fixnums are in proper range for system types.
11491 * termhooks.h (struct input_event):
11492 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11493 * textprop.c (validate_interval_range, interval_of)
11494 (Fadd_text_properties, set_text_properties_1)
11495 (Fremove_text_properties, Fremove_list_of_text_properties)
11496 (Ftext_property_any, Ftext_property_not_all)
11497 (copy_text_properties, text_property_list, extend_property_ranges)
11498 (verify_interval_modification):
11499 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11500 (Fnext_single_char_property_change)
11501 (Fprevious_single_char_property_change):
11502 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11503 (copy_text_properties):
11504 Check for integer overflow in index calculation.
11505 * undo.c (last_boundary_position, record_point, record_insert)
11506 (record_delete, record_marker_adjustment, record_change)
11507 (record_property_change):
11508 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11509 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
11510 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11511 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
11512 (Fx_hide_tip, Fx_file_dialog):
11513 * w32menu.c (set_frame_menubar):
11514 Use ptrdiff_t, not int, for consistency with rest of code.
11515 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
11516 (select_window, Fdelete_other_windows_internal)
11517 (window_scroll_pixel_based, window_scroll_line_based)
11518 (Frecenter, Fset_window_configuration):
11519 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11520 (Fset_window_hscroll, run_window_configuration_change_hook)
11521 (set_window_buffer, temp_output_buffer_show, scroll_command)
11522 (Fscroll_other_window, Frecenter):
11523 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11524 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
11525 Don't assume fixnum fits in int.
11526 (Fset_window_scroll_bars):
11527 Check that fixnums are in proper range for system types.
11528 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
11529 (string_pos, c_string_pos, number_of_chars, init_iterator)
11530 (in_ellipses_for_invisible_text_p, init_from_display_pos)
11531 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
11532 (compute_display_string_end, handle_face_prop)
11533 (face_before_or_after_it_pos, handle_invisible_prop)
11534 (handle_display_prop, handle_display_spec, handle_single_display_spec)
11535 (display_prop_intangible_p, string_buffer_position_lim)
11536 (string_buffer_position, handle_composition_prop, load_overlay_strings)
11537 (get_overlay_strings_1, get_overlay_strings)
11538 (iterate_out_of_display_property, forward_to_next_line_start)
11539 (back_to_previous_visible_line_start, reseat, reseat_to_string)
11540 (get_next_display_element, set_iterator_to_next)
11541 (get_visually_first_element, compute_stop_pos_backwards)
11542 (handle_stop_backwards, next_element_from_buffer)
11543 (move_it_in_display_line_to, move_it_in_display_line)
11544 (move_it_to, move_it_vertically_backward, move_it_by_lines)
11545 (add_to_log, message_dolog, message_log_check_duplicate)
11546 (message2, message2_nolog, message3, message3_nolog
11547 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
11548 (current_message_1, truncate_echo_area, truncate_message_1)
11549 (set_message, set_message_1, store_mode_line_noprop)
11550 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
11551 (text_outside_line_unchanged_p, check_point_in_composition)
11552 (reconsider_clip_changes)
11553 (redisplay_internal, set_cursor_from_row, try_scrolling)
11554 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
11555 (redisplay_window, find_last_unchanged_at_beg_row)
11556 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
11557 (trailing_whitespace_p, find_row_edges, display_line)
11558 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
11559 (display_mode_element, store_mode_line_string)
11560 (pint2str, pint2hrstr, decode_mode_spec)
11561 (display_count_lines, display_string, draw_glyphs)
11562 (x_produce_glyphs, x_insert_glyphs)
11563 (rows_from_pos_range, mouse_face_from_buffer_pos)
11564 (fast_find_string_pos, mouse_face_from_string_pos)
11565 (note_mode_line_or_margin_highlight, note_mouse_highlight):
11566 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11567 (safe_call, init_from_display_pos, handle_fontified_prop)
11568 (handle_single_display_spec, load_overlay_strings)
11569 (with_echo_area_buffer, setup_echo_area_for_printing)
11570 (display_echo_area, echo_area_display)
11571 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
11572 (update_tool_bar, hscroll_window_tree, redisplay_internal)
11573 (redisplay_window, dump_glyph_row, display_mode_line)
11574 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
11575 (handle_display_spec, display_prop_string_p):
11576 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11577 (handle_single_display_spec, build_desired_tool_bar_string)
11578 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
11579 (get_specified_cursor_type):
11580 Check that fixnums are in proper range for system types.
11581 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
11582 (Flookup_image_map):
11583 Don't assume fixnums fit in int.
11584 (compare_overlay_entries):
11585 Avoid mishandling comparisons due to subtraction overflow.
11586 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
11587 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
11588 (handle_tool_bar_click):
11589 Use int, not unsigned, since we prefer signed and the signedness
11590 doesn't matter here.
11591 (get_next_display_element, next_element_from_display_vector):
11592 Use int, not EMACS_INT, when int is wide enough.
11593 (start_hourglass): Use duration_to_sec_usec to do proper
11594 overflow checking on durations.
11595 * xfaces.c (Fbitmap_spec_p):
11596 Check that fixnums are in proper range for system types.
11597 (compare_fonts_by_sort_order):
11598 Avoid mishandling comparisons due to subtraction overflow.
11599 (Fx_family_fonts, realize_basic_faces):
11600 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11601 (Fx_family_fonts):
11602 Don't assume fixnum fits in int.
11603 Use SAFE_ALLOCA_LISP, not alloca.
11604 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
11605 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
11606 (face_at_buffer_position, face_for_overlay_string)
11607 (face_at_string_position):
11608 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11609 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
11610 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
11611 (Fx_show_tip):
11612 Check that fixnums are in proper range for system types.
11613 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
11614 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
11615 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11616 (Fx_change_window_property): Don't assume fixnums fit in int.
11617 * xfont.c (xfont_chars_supported):
11618 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11619 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
11620 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
11621 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11622 * xml.c (parse_region):
11623 * xrdb.c (magic_file_p):
11624 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11625 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
11626 (x_get_local_selection, x_reply_selection_request)
11627 (x_handle_selection_request, wait_for_property_change):
11628 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11629 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
11630 short is wide enough.
11631 (x_send_client_event): Don't assume fixnum fits in int.
11632 * xterm.c (x_x_to_emacs_modifiers):
11633 Don't assume EMACS_INT overflows nicely into int.
11634 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
11635 may come from Lisp.
11636 (handle_one_xevent): NATNUMP can eval its arg twice.
11637 (x_connection_closed):
11638 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11639 * xterm.h: Adjust decls to match defn changes elsewhere.
11640 (struct scroll_bar): Use struct vectorlike_header
11641 rather than rolling our own approximation.
11642 (SCROLL_BAR_VEC_SIZE): Remove; not used.
11643
11644 2012-05-25 Glenn Morris <rgm@gnu.org>
11645
11646 * lisp.mk (lisp): Update for more files being compiled now.
11647
11648 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 * lread.c: Remove `read_pure' which makes no difference.
11651 (read_pure): Remove var.
11652 (unreadpure): Remove function.
11653 (readevalloop): Don't call read_list with -1 flag.
11654 (read1, read_vector): Don't test read_pure any more.
11655 (read_list): Simplify.
11656
11657 * fileio.c, character.h: Minor style tweaks.
11658
11659 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
11660
11661 * window.h (clip_changed): Remove useless declaration.
11662
11663 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
11664
11665 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
11666 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
11667
11668 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
11669
11670 Remove src/m/*.
11671 This directory predates autoconf and is no longer needed nowadays.
11672 Move its few remaining bits of functionality to where they're needed.
11673 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
11674 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
11675 * m/template.h: Remove.
11676 * Makefile.in (M_FILE): Remove. All uses removed.
11677 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
11678 * lisp.h (USE_LSB_TAG):
11679 * mem-limits.h (EXCEEDS_LISP_PTR):
11680 Use VAL_MAX, not VALBITS, in #if.
11681 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
11682 (EMACS_UINT): Define unconditionally now.
11683 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
11684 (BITS_PER_EMACS_INT): New constants, replacing
11685 what used to be in config.h, but not useful in #if.
11686 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
11687 define them any more.
11688 (VAL_MAX): New macro.
11689 (VALMASK): Use it.
11690 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
11691 BITS_PER_EMACS_INT, in #if.
11692 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
11693 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
11694 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
11695 * s/ms-w32.h (DATA_START):
11696 Move here from removed file m/intel386.h.
11697 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
11698 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
11699
11700 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
11701
11702 Assume C89 or later.
11703 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
11704 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
11705 (xrealloc):
11706 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
11707 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
11708 * textprop.c, tparam.c (NULL): Remove.
11709 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
11710 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
11711 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
11712 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
11713 * xterm.c (input_signal_count): Assume volatile works.
11714
11715 2012-05-21 Ken Brown <kbrown@cornell.edu>
11716
11717 * xgselect.c (xg_select): Fix first argument in call to 'select'
11718 (bug#11508).
11719
11720 2012-05-20 Ken Brown <kbrown@cornell.edu>
11721
11722 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
11723 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
11724
11725 2012-05-19 Ken Brown <kbrown@cornell.edu>
11726
11727 * xfns.c (x_in_use): Remove `static' qualifier.
11728 * xterm.h (x_in_use): Declare.
11729 * xgselect.c: Include xterm.h.
11730 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
11731 and `display_arg' (bug#9754).
11732
11733 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
11734
11735 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
11736
11737 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
11738 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
11739
11740 2012-05-18 Eli Zaretskii <eliz@gnu.org>
11741
11742 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
11743
11744 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
11745 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
11746
11747 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
11748 reference to image_cache->refcount.
11749 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
11750
11751 2012-05-17 Juri Linkov <juri@jurta.org>
11752
11753 * search.c (Fword_search_regexp, Fword_search_backward)
11754 (Fword_search_forward, Fword_search_backward_lax)
11755 (Fword_search_forward_lax): Move functions to isearch.el
11756 (bug#10145, bug#11381).
11757
11758 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
11759
11760 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
11761
11762 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * lread.c (init_obarray): Declare Qt and Qnil as special.
11765
11766 2012-05-14 Glenn Morris <rgm@gnu.org>
11767
11768 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
11769 Put "libexec" before "bin", for the sake of init_callproc_1.
11770
11771 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
11772
11773 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
11774
11775 * unexaix.c: Port to more-recent AIX compilers.
11776 (report_error, report_error_1, make_hdr, copy_sym)
11777 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
11778 Make arguments const char *, not char *, to avoid violations of C
11779 standard and to fix some AIX warnings reported by Gilles Pion.
11780
11781 2012-05-14 Eli Zaretskii <eliz@gnu.org>
11782
11783 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
11784 already have overlays loaded.
11785 (handle_single_display_spec): Before returning without displaying
11786 fringe bitmap, synchronize the bidi iterator with the main display
11787 iterator, by calling iterate_out_of_display_property.
11788 (iterate_out_of_display_property): Detect buffer iteration by
11789 testing that it->string is a Lisp string.
11790 (get_next_display_element): When the current object is exhausted,
11791 and there's something on it->stack, call set_iterator_to_next to
11792 proceed with what's on the stack, instead of returning zero.
11793 (set_iterator_to_next): If called at the end of a Lisp string,
11794 proceed to consider_string_end without incrementing string
11795 position. Don't increment display vector index past the end of
11796 the display vector. (Bug#11417)
11797 (pos_visible_p): Don't report a position visible when move_it_to
11798 stopped at the last line of window, which happens to be scanned
11799 backwards by the bidi iteration. (Bug#11464)
11800
11801 2012-05-14 Eli Zaretskii <eliz@gnu.org>
11802
11803 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
11804 and right-margin display specs even if the spec is invalid or we
11805 are on a TTY, and thus unable to display on the fringes.
11806 That's because the text with the property will not be displayed anyway,
11807 so we need to signal to the caller that this is a "replacing"
11808 display spec. This fixes display when the spec is invalid or we
11809 are on a TTY.
11810
11811 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
11812
11813 * unexaix.c (make_hdr): Fix typo in prototype.
11814 This bug broke the build on AIX. Problem reported by Gilles Pion.
11815
11816 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
11817
11818 * keyboard.c (kbd_buffer_get_event): Read special events also in
11819 batch mode. (Bug#11415)
11820
11821 2012-05-12 Glenn Morris <rgm@gnu.org>
11822
11823 * ns.mk: Update for ns_appbindir no longer having trailing "/".
11824
11825 2012-05-12 Eli Zaretskii <eliz@gnu.org>
11826
11827 * lisp.mk (lisp): Add newcomment.elc.
11828
11829 2012-05-12 Glenn Morris <rgm@gnu.org>
11830
11831 * Makefile.in (MKDIR_P): New, set by configure.
11832 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
11833
11834 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
11835
11836 Remove unused function hourglass_started.
11837 * dispextern.h (hourglass_started):
11838 * w32fns.c (hourglass_started):
11839 * xdisp.c (hourglass_started): Remove.
11840
11841 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
11842
11843 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
11844 Update dependencies.
11845
11846 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
11847
11848 * xgselect.c (xg_select): Put maxfds+1 into a var.
11849 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
11850
11851 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
11852
11853 2012-05-10 Dave Abrahams <dave@boostpro.com>
11854
11855 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
11856 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
11857
11858 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
11859
11860 * dbusbind.c (xd_registered_buses): New internal Lisp object.
11861 Rename all occurrences of Vdbus_registered_buses to xd_registered_buses.
11862 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
11863 Initialize xd_registered_buses.
11864
11865 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
11866
11867 Untag more efficiently if USE_LSB_TAG.
11868 This is based on a proposal by YAMAMOTO Mitsuharu in
11869 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
11870 For an admittedly artificial (nth 8000 longlist) benchmark on
11871 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
11872 Emacs's overall text size by 1%.
11873 * lisp.h (XUNTAG): New macro.
11874 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
11875 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
11876 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
11877 * eval.c (Fautoload):
11878 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
11879 * frame.h (XFRAME): Use XUNTAG.
11880
11881 Port recent dbusbind.c changes to 32-bit --with-wide-int.
11882 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
11883 Remove unportable assumptions about print widths of types like
11884 dbus_uint32_t.
11885 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
11886 intptr_t when converting between pointer and integer, to avoid GCC
11887 warnings about wrong width.
11888
11889 2012-05-09 Eli Zaretskii <eliz@gnu.org>
11890
11891 * w32proc.c (new_child): Force Windows to reserve only 64KB of
11892 stack for each reader_thread, instead of defaulting to 8MB
11893 determined by the linker. This avoids failures in creating
11894 subprocesses on Windows 7, see the discussion in this thread:
11895 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
11896
11897 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
11898
11899 Fix up display of the *Minibuf-0* buffer in the mini window.
11900 * keyboard.c (read_char): Don't clear the echo area if there's no
11901 message to clear.
11902 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
11903 contents of *Minibuf-0*) if there's no message displayed in its stead.
11904
11905 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
11906
11907 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
11908 batch mode.
11909
11910 2012-05-06 Chong Yidong <cyd@gnu.org>
11911
11912 * lisp.mk (lisp): Update.
11913
11914 2012-05-05 Jim Meyering <meyering@redhat.com>
11915
11916 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
11917
11918 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * data.c (PUT_ERROR): New macro.
11921 (syms_of_data): Use it. Add new error type `user-error'.
11922 * undo.c (user_error): New function.
11923 (Fprimitive_undo): Use it.
11924 * print.c (print_error_message): Adjust print style for `user-error'.
11925 * keyboard.c (user_error): New function.
11926 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
11927
11928 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
11929
11930 Do not limit current-time-string to years 1000..9999.
11931 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
11932 (Fcurrent_time_string): Support any year that is supported by the
11933 underlying localtime representation. Don't use asctime, as it
11934 has undefined behavior for years outside the range -999..9999.
11935
11936 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
11937
11938 Fix race conditions involving setenv, gmtime, localtime, asctime.
11939 Without this fix, interrupts could mess up code that uses these
11940 nonreentrant functions, since setting TZ invalidates existing
11941 tm_zone or tzname values, and since most of these functions return
11942 pointers to static storage.
11943 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
11944 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
11945 Grow the critical sections to include not just invoking
11946 localtime/gmtime, but also accessing these functions' results
11947 including their tm_zone values if any, and any related TZ setting.
11948 (format_time_string): Last arg is now struct tm *, not struct tm **,
11949 so that the struct tm is saved in the critical section.
11950 All callers changed. Simplify allocation of initial buffer, partly
11951 motivated by the fact that memory allocation needs to be outside
11952 the critical section.
11953
11954 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
11955
11956 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
11957 with RESET_INTERVAL.
11958
11959 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
11960 Remove duplicated buffer name initialization.
11961
11962 2012-05-02 Jim Meyering <jim@meyering.net>
11963
11964 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
11965
11966 * xfns.c (x_window): Use xstrdup (Bug#11375).
11967
11968 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11969
11970 * xdisp.c (pos_visible_p): If already at a newline from the
11971 display string before the 'while' loop, don't walk back the glyphs
11972 from it3.glyph_row. Solves assertion violation when the display
11973 string begins with a newline (egg.el). (Bug#11367)
11974
11975 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11976
11977 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
11978 Move to simple.el.
11979
11980 2012-05-01 Glenn Morris <rgm@gnu.org>
11981
11982 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
11983 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
11984 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
11985 All were removed before 23.1.
11986
11987 * dispnew.c: Remove HAVE_LIBNCURSES test;
11988 it is always true on relevant platforms.
11989
11990 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
11991 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
11992
11993 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
11994
11995 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
11996
11997 * .gdbinit (xpr): Remove checks for no longer existing misc types.
11998 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
11999 Remove.
12000
12001 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
12002
12003 Do not avoid creating empty evaporating overlays (Bug#9642).
12004 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
12005 That is, do not delete an evaporating overlay if it becomes
12006 empty after its bounds are adjusted to fit within its buffer.
12007 This fix caused other problems, and I'm reverting it until we get
12008 to the bottom of them.
12009
12010 2012-04-27 Chong Yidong <cyd@gnu.org>
12011
12012 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
12013
12014 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12015
12016 * xdisp.c (pos_visible_p): If the window start position is beyond
12017 ZV, start the display from buffer beginning. Prevents assertion
12018 violation in init_iterator when the minibuffer window is scrolled
12019 via the scroll bar.
12020
12021 * window.c (window_scroll_pixel_based): Likewise.
12022
12023 2012-04-27 Chong Yidong <cyd@gnu.org>
12024
12025 * keymap.c (where_is_internal): Doc fix (Bug#10872).
12026
12027 2012-04-27 Glenn Morris <rgm@gnu.org>
12028
12029 * fileio.c (Fcopy_file, Fset_file_selinux_context):
12030 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
12031
12032 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12033
12034 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
12035 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
12036
12037 2012-04-26 Eli Zaretskii <eliz@gnu.org>
12038
12039 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
12040 display element, check also the underlying string or buffer
12041 character. (Bug#11341)
12042
12043 * w32menu.c: Include w32heap.h.
12044 (add_menu_item): If the call to AppendMenuW (via
12045 unicode_append_menu) fails, disable Unicode menus only if we are
12046 running on Windows 9X/Me.
12047
12048 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
12049
12050 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
12051 (xgetint): Add missing shift for LSB tags.
12052
12053 2012-04-24 Martin Rudalics <rudalics@gmx.at>
12054
12055 * keyboard.c (read_char): Don't wipe echo area for select window
12056 events: These might get delayed via `mouse-autoselect-window'
12057 (Bug#11304).
12058
12059 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
12060
12061 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
12062 manipulation of :loaded-from data.
12063
12064 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
12065
12066 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
12067 now a cons (bug#11311).
12068
12069 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
12070
12071 Do not create empty overlays with the evaporate property (Bug#9642).
12072 * buffer.c (Fmove_overlay): Delete an evaporating overlay
12073 if it becomes empty after its bounds are adjusted to fit within
12074 its buffer. Without this fix, in a nonempty buffer (let ((o
12075 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
12076 yields an empty overlay that has the evaporate property, which is
12077 not supposed to happen.
12078
12079 Fix minor GTK3 problems found by static checking.
12080 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
12081 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
12082 (struct _EmacsFixedClass, emacs_fixed_get_type):
12083 Move decls here from emacsgtkfixed.h, since they needn't be public.
12084 (emacs_fixed_get_type): Now static.
12085 (emacs_fixed_class_init): Omit unused local.
12086 (emacs_fixed_child_type): Remove; unused.
12087 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
12088 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
12089 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
12090 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
12091 (EMACS_FIXED_GET_CLASS): Remove; unused.
12092 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
12093
12094 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
12095 Problem reported by Juanma Barranquero for Windows -Wunused-function.
12096
12097 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
12098
12099 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
12100 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
12101 (__malloc_size_t, __malloc_ptrdiff_t):
12102 Remove. All uses removed, replaced by the definiens if needed,
12103 since we can assume C89 or better now.
12104 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
12105 (protect_malloc_state, align, get_contiguous_space)
12106 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
12107 (malloc_atfork_handler_child, malloc_enable_thread)
12108 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
12109 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
12110 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
12111 (special_realloc, _realloc_internal_nolock, _realloc_internal)
12112 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
12113 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
12114 Define using prototypes, not old style.
12115 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
12116 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
12117 (align): Don't assume that signed integer overflow wraps around.
12118 Omit unused local var.
12119 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
12120 (_free_internal_nolock, memalign, mallochook, reallochook):
12121 Omit no-longer-needed casts.
12122 (valloc): Use getpagesize, not __getpagesize.
12123 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
12124 (struct hdr): The 'magic' member is now size_t, not unsigned long.
12125
12126 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
12127
12128 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
12129
12130 Move functions from C to Lisp. Make non-blocking method calls
12131 the default. Implement further D-Bus standard interfaces.
12132
12133 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
12134 (QCdbus_request_name_allow_replacement)
12135 (QCdbus_request_name_replace_existing)
12136 (QCdbus_request_name_do_not_queue)
12137 (QCdbus_request_name_reply_primary_owner)
12138 (QCdbus_request_name_reply_in_queue)
12139 (QCdbus_request_name_reply_exists)
12140 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
12141 (QCdbus_registered_serial, QCdbus_registered_method)
12142 (QCdbus_registered_signal): New Lisp objects.
12143 (XD_DEBUG_MESSAGE): Use sizeof.
12144 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
12145 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
12146 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
12147 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
12148 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
12149 (xd_signature, xd_append_arg): Allow float for integer types.
12150 (xd_get_connection_references): New function.
12151 (xd_get_connection_address): Rename from xd_initialize.
12152 Return cached address.
12153 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
12154 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
12155 level.
12156 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
12157 Return number of refcounts.
12158 (Fdbus_get_unique_name): Make stronger parameter check.
12159 (Fdbus_message_internal): New defun.
12160 (Fdbus_call_method, Fdbus_call_method_asynchronously)
12161 (Fdbus_method_return_internal, Fdbus_method_error_internal)
12162 (Fdbus_send_signal, Fdbus_register_service)
12163 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
12164 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
12165 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
12166 (Vdbus_compiled_version, Vdbus_runtime_version)
12167 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
12168 (Vdbus_message_type_method_return, Vdbus_message_type_error)
12169 (Vdbus_message_type_signal): New defvars.
12170 (Vdbus_registered_buses, Vdbus_registered_objects_table):
12171 Adapt docstring.
12172
12173 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
12174
12175 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
12176 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
12177 Do not assume ptrdiff_t is the same width as 'int'.
12178
12179 * alloc.c: Handle unusual debugging option combinations.
12180 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
12181 since the two debugging options are incompatible.
12182 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
12183 is defined.
12184 (mem_init, mem_insert, mem_insert_fixup):
12185 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
12186 (NEED_MEM_INSERT): Remove; no longer needed.
12187
12188 2012-04-22 Leo Liu <sdl.web@gmail.com>
12189
12190 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
12191
12192 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
12193
12194 * sysdep.c [__FreeBSD__]: Minor cleanups.
12195 (list_system_processes, system_process_attributes) [__FreeBSD__]:
12196 Use Emacs indenting style more consistently. Avoid some casts.
12197 Use 'double' consistently rather than mixing 'float' and 'double'.
12198
12199 2012-04-21 Eduard Wiebe <usenet@pusto.de>
12200
12201 * sysdep.c (list_system_processes, system_process_attributes):
12202 Add implementation for FreeBSD (Bug#5243).
12203
12204 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
12205
12206 * lisp.mk (lisp): Update.
12207
12208 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
12209
12210 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
12211 It is never used otherwise.
12212
12213 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * print.c (print_preprocess): Only check print_depth if print-circle
12216 is nil.
12217 (print_object): Check for cycles even when print-circle is nil and
12218 print-gensym is t, but only check print_depth if print-circle is nil.
12219
12220 2012-04-20 Chong Yidong <cyd@gnu.org>
12221
12222 * process.c (wait_reading_process_output): If EIO occurs on a pty,
12223 set the status to "failed" and ensure that sentinel is run.
12224
12225 2012-04-20 Glenn Morris <rgm@gnu.org>
12226
12227 * process.c (Fset_process_inherit_coding_system_flag)
12228 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
12229 (Fmake_network_process, Fmake_serial_process): Doc fix.
12230
12231 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12232
12233 * xdisp.c (string_buffer_position_lim): Limit starting position to
12234 BEGV.
12235 (set_cursor_from_row): If called for a mode-line or header-line
12236 row, return zero immediately.
12237 (try_cursor_movement): If inside continuation line, don't back up
12238 farther than the first row after the header line, if any.
12239 Don't consider the header-line row as "partially visible", even if
12240 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
12241
12242 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
12243
12244 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
12245 (bug#11238).
12246
12247 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
12248 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
12249
12250 configure: new option --enable-gcc-warnings (Bug#11207)
12251 * Makefile.in (C_WARNINGS_SWITCH): Remove.
12252 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
12253 (ALL_CFLAGS): Use new macros rather than old.
12254 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
12255 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
12256 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
12257 -Wunused-result, -Wunused-variable. This should go away once
12258 the Emacs and Gnulib regex code is merged.
12259 (xmalloc, xrealloc): Now static.
12260
12261 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
12262
12263 * dired.c (Fsystem_groups): Remove unused local.
12264
12265 2012-04-17 Glenn Morris <rgm@gnu.org>
12266
12267 * dired.c (Fsystem_users): Doc fix.
12268
12269 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12270
12271 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
12272 (syms_of_dired): Add them.
12273
12274 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
12275
12276 Fix minor alloc.c problems found by static checking.
12277 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
12278 New extern decls, to avoid calling undeclared functions.
12279 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
12280 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
12281 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
12282 (NEED_MEM_INSERT): New macro.
12283 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
12284 Remove one incorrect comment and fix another.
12285
12286 Fix minor ralloc.c problems found by static checking.
12287 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
12288 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
12289 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
12290 (r_alloc_sbrk): Now static.
12291
12292 Improve ralloc.c interface checking.
12293 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
12294 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
12295 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
12296 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
12297 [REL_ALLOC]: ... to here, to check interface.
12298 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
12299 Remove decls. This fixes an "It stinks!".
12300
12301 * alloc.c (which_symbols): Fix alignment issue / type clash.
12302
12303 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
12304
12305 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
12306 (struct Lisp_Misc_Any): Likewise.
12307 (struct Lisp_Free): Likewise.
12308 * alloc.c (union aligned_Lisp_Symbol): Define.
12309 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
12310 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
12311 (union aligned_Lisp_Misc): Define.
12312 (MARKER_BLOCK_SIZE, struct marker_block): Use union
12313 aligned_Lisp_Misc instead of union Lisp_Misc.
12314 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
12315
12316 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12317
12318 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
12319 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
12320 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
12321 * s/netbsd.h, s/sol2-6.h:
12322 Remove definition of GC_MARK_STACK, since the default now works.
12323 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
12324 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
12325 no longer the default.
12326 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
12327
12328 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
12329
12330 * lread.c (lisp_file_lexically_bound_p):
12331 Fix hang at ";-*-\n" (bug#11238).
12332
12333 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12334
12335 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
12336 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
12337
12338 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
12339
12340 * nsterm.m (constrainFrameRect): Always constrain when there is only
12341 one screen (Bug#10962).
12342
12343 2012-04-13 Ken Brown <kbrown@cornell.edu>
12344
12345 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
12346
12347 2012-04-13 Reuben Thomas <rrt@sc3d.org>
12348
12349 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
12350
12351 2012-04-11 Daniel Colascione <dancol@dancol.org>
12352
12353 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
12354 against is gone. It's better to use vfork now so that when Cygwin
12355 gains a new, working vfork, we use it automatically (bug#10398).
12356
12357 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12358
12359 * window.c (save_window_save): Obey window-point-insertion-type.
12360
12361 2012-04-11 Glenn Morris <rgm@gnu.org>
12362
12363 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
12364
12365 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12366
12367 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
12368
12369 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
12370
12371 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
12372 (force_quit_count): New var.
12373 (handle_interrupt): Use it.
12374
12375 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12376
12377 * w32.c (w32_delayed_load): Record the full path of the library
12378 being loaded (bug#10424).
12379
12380 2012-04-09 Glenn Morris <rgm@gnu.org>
12381
12382 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
12383 not just in the obarray, before snarfing them. (Bug#11036)
12384
12385 * Makefile.in ($(leimdir)/leim-list.el):
12386 Pass EMACS rather than BUILT_EMACS.
12387
12388 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12389
12390 * process.c (make_process):
12391 * process.h: Add integer `gnutls_handshakes_tried' member to
12392 process struct.
12393
12394 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
12395 Add convenience `GNUTLS_LOG2i' macro.
12396
12397 * gnutls.c (gnutls_log_function2i): Convenience log function.
12398 (emacs_gnutls_read): Use new log functions,
12399 `gnutls_handshakes_tried' process member, and
12400 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
12401 attempts per process (connection).
12402
12403 2012-04-09 Chong Yidong <cyd@gnu.org>
12404
12405 * eval.c (Fuser_variable_p, user_variable_p_eh)
12406 (lisp_indirect_variable): Functions deleted.
12407 (Fdefvar): Caller changed.
12408
12409 * callint.c (Finteractive, Fcall_interactively):
12410 * minibuf.c (Fread_variable): Callers changed.
12411
12412 2012-04-09 Eli Zaretskii <eliz@gnu.org>
12413
12414 * xdisp.c (set_cursor_from_row): If the display string appears in
12415 the buffer at position that is closer to point than the position
12416 after the display string, display the cursor on the first glyph of
12417 the display string. Fixes cursor display when a 'display' text
12418 property immediately follows invisible text. (Bug#11094)
12419
12420 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
12421
12422 composite.c: use 'double' consistently
12423 * composite.c (get_composition_id): Use 'double' consistently
12424 instead of converting 'float' to 'double' and vice versa; this is
12425 easier to understand and avoids a GCC warning.
12426
12427 2012-04-09 Glenn Morris <rgm@gnu.org>
12428
12429 * Makefile.in: Generate leim-list with bootstrap-emacs, in
12430 preparation for dumping it with emacs. (Bug#4789)
12431 (leimdir): New variable.
12432 ($(leimdir)/leim-list.el): New rule.
12433 (emacs$(EXEEXT)): Depend on leim-list.el.
12434
12435 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
12436 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
12437 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
12438
12439 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
12440
12441 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
12442 proper alignment.
12443
12444 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
12445
12446 * xml.c (init_libxml2_functions) [WINDOWSNT]:
12447 Remove unused local variable.
12448
12449 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
12450
12451 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
12452 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
12453 (mark_memory): Mark Lisp_Objects only if pointers might hide in
12454 objects, as mark_maybe_pointer will catch them otherwise.
12455 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
12456 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
12457
12458 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
12459
12460 Fix typo that broke non-Windows builds.
12461 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
12462
12463 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12464
12465 Support building on MS-Windows with libxml2.
12466
12467 * makefile.w32-in (OBJ2): Add xml.$(O).
12468 (GLOBAL_SOURCES): Add xml.c.
12469 ($(BLD)/xml.$(O)): New dependency list.
12470
12471 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
12472 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
12473 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
12474 [!WINDOWSNT]: New macros.
12475 (init_libxml2_functions, libxml2_loaded_p): New functions.
12476 (parse_region): Call fn_xmlCheckVersion instead of using the macro
12477 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
12478 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
12479 Calls xmlCleanupParser only if libxml2 was loaded (or statically
12480 linked in).
12481 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
12482 Call init_libxml2_functions before calling libxml2 functions.
12483 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
12484
12485 * emacs.c: Don't include libxml/parser.h.
12486 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
12487 xmlCleanupParser directly.
12488
12489 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
12490
12491 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12492
12493 * indent.c (Fvertical_motion): If there is a display string at
12494 point, use it.vpos to compute how many lines to backtrack after
12495 move_it_to point. (Bug#11133)
12496
12497 2012-04-06 Eli Zaretskii <eliz@gnu.org>
12498
12499 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
12500 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
12501 about subtle differences between FETCH_CHAR* and STRING_CHAR*
12502 macros related to unification of CJK characters. For the details,
12503 see the discussion following the message here:
12504 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
12505
12506 2012-04-04 Chong Yidong <cyd@gnu.org>
12507
12508 * keyboard.c (Vdelayed_warnings_list): Doc fix.
12509
12510 2012-04-01 Eli Zaretskii <eliz@gnu.org>
12511
12512 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
12513 instead of alloca. (Bug#11138)
12514
12515 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
12516
12517 * w32menu.c (is_simple_dialog): Properly check lisp types.
12518 (Bug#11141)
12519
12520 2012-03-31 Eli Zaretskii <eliz@gnu.org>
12521
12522 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
12523 position we get to after a call to move_it_to fails the
12524 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
12525 only if we wind up in a string from display property. (Bug#11063)
12526
12527 * window.c (Fdelete_other_windows_internal): Invalidate the row
12528 and column information about mouse highlight, so that redisplay
12529 restores it after reallocating the glyph matrices. (Bug#7464)
12530
12531 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
12532 string comes from a `display' text property, use the buffer
12533 position of that property as if we actually saw that position in
12534 the row's glyphs.
12535 (move_it_by_lines): Remove the assertion that
12536 "it->current_x == 0 && it->hpos == 0" which can be legitimately
12537 violated when there's a before-string at the beginning of a line.
12538 (Bug#11063)
12539
12540 2012-03-30 Eli Zaretskii <eliz@gnu.org>
12541
12542 * xdisp.c (append_space_for_newline): If the default face was
12543 remapped, use the remapped face for the appended newline.
12544 (extend_face_to_end_of_line): Use the remapped default face for
12545 extending the face to the end of the line.
12546 (display_line): Call extend_face_to_end_of_line when the default
12547 face was remapped. (Bug#11068)
12548
12549 2012-03-29 Eli Zaretskii <eliz@gnu.org>
12550
12551 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
12552
12553 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
12556
12557 2012-03-27 Glenn Morris <rgm@gnu.org>
12558
12559 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
12560 Doc fixes.
12561
12562 2012-03-26 Kenichi Handa <handa@m17n.org>
12563
12564 * dispextern.h (struct glyph): Fix previous change. Change the
12565 bit length of glyphless.ch to 25 (Bug#11082).
12566
12567 2012-03-26 Chong Yidong <cyd@gnu.org>
12568
12569 * keyboard.c (Vselection_inhibit_update_commands): New variable.
12570 (command_loop_1): Use it; inhibit selection update for
12571 handle-select-window too (Bug#8996).
12572
12573 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
12574
12575 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
12576
12577 2012-03-25 Kenichi Handa <handa@m17n.org>
12578
12579 * dispextern.h (struct glyph): Change the bit length of
12580 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
12581
12582 2012-03-24 Eli Zaretskii <eliz@gnu.org>
12583
12584 * s/ms-w32.h (tzname): Include time.h before redirecting to
12585 _tzname. Fixes the MSVC build. (Bug#9960)
12586
12587 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
12588
12589 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
12590 characters.
12591
12592 * xterm.c (XTread_socket): Only modify handling_signal if
12593 !SYNC_INPUT. (Bug#11080)
12594
12595 2012-03-23 Eli Zaretskii <eliz@gnu.org>
12596
12597 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
12598 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
12599 when fetching a multibyte character consumes more bytes than
12600 CHAR_BYTES returns, due to unification of CJK characters in
12601 string_char. (Bug#11073)
12602
12603 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12604
12605 * process.c (wait_reading_process_output): Handle pty disconnect
12606 by refraining from sending oneself a SIGCHLD (bug#10933).
12607
12608 2012-03-22 Chong Yidong <cyd@gnu.org>
12609
12610 * dispextern.h (struct it): New member string_from_prefix_prop_p.
12611
12612 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
12613 Mark string as coming from a prefix property.
12614 (handle_face_prop): Use default face for prefix strings (Bug#4281).
12615 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
12616
12617 2012-03-21 Chong Yidong <cyd@gnu.org>
12618
12619 * xfaces.c (Vface_remapping_alist): Doc fix.
12620
12621 2012-03-20 Eli Zaretskii <eliz@gnu.org>
12622
12623 * w32proc.c (Fw32_set_console_codepage)
12624 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
12625 Doc fixes.
12626
12627 2012-03-20 Chong Yidong <cyd@gnu.org>
12628
12629 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
12630 to reflect default non-nil value of redisplay-dont-pause.
12631
12632 2012-03-19 Kenichi Handa <handa@m17n.org>
12633
12634 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
12635 it fit in a valid range (Bug#11003).
12636
12637 2012-03-18 Eli Zaretskii <eliz@gnu.org>
12638
12639 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
12640 that is not from display property, accept the row as a "cursor
12641 row" if one of the string's character has a non-nil `cursor'
12642 property. Fixes cursor positioning when there are newlines in
12643 overlay strings, e.g. in icomplete.el. (Bug#11035)
12644
12645 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
12646
12647 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
12648
12649 2012-03-12 Chong Yidong <cyd@gnu.org>
12650
12651 * eval.c (inhibit_lisp_code): Rename from
12652 inhibit_window_configuration_change_hook; move from window.c.
12653
12654 * xfns.c (unwind_create_frame_1, Fx_create_frame):
12655 * window.c (run_window_configuration_change_hook)
12656 (syms_of_window): Callers changed.
12657
12658 2012-03-11 Chong Yidong <cyd@gnu.org>
12659
12660 * keymap.c (Fkey_description): Doc fix (Bug#9700).
12661
12662 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
12663
12664 2012-03-10 Chong Yidong <cyd@gnu.org>
12665
12666 * frame.c (other_visible_frames): Don't assume the selected frame
12667 is visible (Bug#10955).
12668
12669 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
12670
12671 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
12672
12673 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
12674
12675 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
12676 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
12677 zero (Bug#10954).
12678
12679 2012-03-03 Glenn Morris <rgm@gnu.org>
12680
12681 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
12682
12683 2012-03-02 Eli Zaretskii <eliz@gnu.org>
12684
12685 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
12686 position past the first glyph_row that ends at ZV. (Bug#10902)
12687 (redisplay_window, next_element_from_string): Fix typos in
12688 comments.
12689 (redisplay_window): Pass to move_it_vertically the margin in
12690 pixels, not in screen lines.
12691
12692 2012-03-02 Glenn Morris <rgm@gnu.org>
12693
12694 * buffer.c (buffer-list-update-hook): Doc fix.
12695
12696 2012-02-29 Eli Zaretskii <eliz@gnu.org>
12697
12698 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
12699 push_it before setting up the iterator for the first overlay
12700 string, even if we have an empty string loaded.
12701 (next_overlay_string): If there's an empty string on the iterator
12702 stack, pop the stack. (Bug#10903)
12703
12704 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
12705
12706 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
12707 Suggested by Stefan Monnier in
12708 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
12709 * alloc.c (widen_to_Lisp_Object): New static function.
12710 (mark_memory): Also mark Lisp_Objects by fetching pointer words
12711 and widening them to Lisp_Objects. This would work even if
12712 USE_LSB_TAG is defined and wide integers are used, which might
12713 happen in a future version of Emacs.
12714
12715 2012-02-25 Chong Yidong <cyd@gnu.org>
12716
12717 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
12718 Doc fix.
12719
12720 * xselect.c (Fx_selection_exists_p): Doc fix.
12721 (x_clipboard_manager_save_all): Print an informative message
12722 before saving to clipboard manager.
12723
12724 2012-02-24 Chong Yidong <cyd@gnu.org>
12725
12726 * keyboard.c (process_special_events): Handle all X selection
12727 requests in kbd_buffer, not just the next one (Bug#8869).
12728
12729 2012-02-23 Chong Yidong <cyd@gnu.org>
12730
12731 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
12732 call when setting menu-bar-lines and tool-bar-lines parameters.
12733 (unwind_create_frame_1): New helper function.
12734
12735 * window.c (inhibit_window_configuration_change_hook): New var.
12736 (run_window_configuration_change_hook): Obey it.
12737 (syms_of_window): Initialize it.
12738
12739 2012-02-22 Chong Yidong <cyd@gnu.org>
12740
12741 * xterm.c (x_draw_image_relief): Add missing type check for
12742 Vtool_bar_button_margin (Bug#10743).
12743
12744 2012-02-21 Chong Yidong <cyd@gnu.org>
12745
12746 * fileio.c (Vfile_name_handler_alist): Doc fix.
12747
12748 * buffer.c (Fget_file_buffer): Protect against invalid file
12749 handler return value.
12750
12751 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
12752
12753 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
12754 when computing $valmask.
12755
12756 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
12757 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
12758 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
12759 It's useless in that case, and it can cause problems on hosts
12760 that allocate halves of EMACS_INT values separately.
12761 Reported by Dan Horák. Diagnosed by Andreas Schwab in
12762 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
12763 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
12764 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
12765 it avoids undefined behavior on hosts where shifting right by more
12766 than the word width has undefined behavior.
12767
12768 2012-02-19 Chong Yidong <cyd@gnu.org>
12769
12770 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
12771 (Funhandled_file_name_directory, Ffile_name_as_directory)
12772 (Fdirectory_file_name, Fexpand_file_name)
12773 (Fsubstitute_in_file_name): Protect against invalid file handler
12774 return values (Bug#10845).
12775
12776 2012-02-18 Eli Zaretskii <eliz@gnu.org>
12777
12778 * .gdbinit (pitx): Fix incorrect references to fields of the
12779 iterator stack.
12780
12781 2012-02-17 Chong Yidong <cyd@gnu.org>
12782
12783 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
12784
12785 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
12786
12787 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
12788 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
12789
12790 2012-02-15 Chong Yidong <cyd@gnu.org>
12791
12792 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
12793 marked as special. Also, starting docstrings with * is obsolete.
12794
12795 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
12796
12797 * gnutls.c (emacs_gnutls_write): Fix last change.
12798
12799 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
12800
12801 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
12802 send_process.
12803
12804 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * keymap.c (Fsingle_key_description): Handle char ranges.
12807
12808 2012-02-12 Chong Yidong <cyd@gnu.org>
12809
12810 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
12811 as that creates a dangerous corner case.
12812
12813 * window.c (Fdelete_window_internal): Invalidate the mouse
12814 highlight (Bug#9904).
12815
12816 2012-02-12 Glenn Morris <rgm@gnu.org>
12817
12818 * xselect.c (Fx_own_selection_internal)
12819 (Fx_get_selection_internal, Fx_disown_selection_internal)
12820 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
12821 * nsselect.m (Fx_own_selection_internal)
12822 (Fx_disown_selection_internal, Fx_selection_exists_p)
12823 (Fx_selection_owner_p, Fx_get_selection_internal):
12824 Sync docs and argument specs with the xselect.c versions.
12825
12826 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
12827
12828 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
12829
12830 2012-02-11 Eli Zaretskii <eliz@gnu.org>
12831
12832 * w32select.c (Fx_selection_exists_p): Sync doc string and
12833 argument list with xselect.c. (Bug#10783)
12834
12835 * w16select.c (Fx_selection_exists_p): Sync doc string and
12836 argument list with xselect.c. (Bug#10783)
12837
12838 2012-02-10 Glenn Morris <rgm@gnu.org>
12839
12840 * fns.c (Fsecure_hash): Doc fix.
12841
12842 2012-02-09 Kenichi Handa <handa@m17n.org>
12843
12844 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
12845
12846 2012-02-07 Chong Yidong <cyd@gnu.org>
12847
12848 * buffer.c (Fbuffer_local_variables)
12849 (buffer_lisp_local_variables): Handle unbound vars correctly;
12850 don't let Qunbound leak into Lisp.
12851
12852 2012-02-07 Glenn Morris <rgm@gnu.org>
12853
12854 * image.c (Fimagemagick_types): Doc fix.
12855
12856 * image.c (imagemagick-render-type): Change it from a lisp object
12857 to an integer. Move the doc here from the lisp manual.
12858 Treat all values not equal to 0 the same.
12859
12860 2012-02-06 Chong Yidong <cyd@gnu.org>
12861
12862 * doc.c (store_function_docstring): Avoid applying docstring of
12863 alias to base function (Bug#2603).
12864
12865 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
12866
12867 * .gdbinit (pp1, pv1): Remove redundant defines.
12868 (pr): Use pp.
12869
12870 2012-02-04 Chong Yidong <cyd@gnu.org>
12871
12872 * nsterm.m: Declare a global (Bug#10694).
12873
12874 2012-02-04 Eli Zaretskii <eliz@gnu.org>
12875
12876 * w32.c (get_emacs_configuration_options):
12877 Include --enable-checking, if specified, in the return value.
12878
12879 2012-02-04 Martin Rudalics <rudalics@gmx.at>
12880
12881 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
12882 after rounding frame sizes. (Bug#9723)
12883
12884 2012-02-04 Eli Zaretskii <eliz@gnu.org>
12885
12886 * keyboard.c (adjust_point_for_property): Don't position point
12887 before BEGV. (Bug#10696)
12888
12889 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
12890
12891 Handle overflow when computing char display width (Bug#9496).
12892 * character.c (char_width): Return EMACS_INT, not int.
12893 (char_width, c_string_width): Check for overflow when
12894 computing the width; this is possible now that individual
12895 characters can have unbounded width. Problem introduced
12896 by merge from Emacs 23 on 2012-01-19.
12897
12898 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
12899
12900 * dbusbind.c (Fdbus_register_method): Mention the return value
12901 :ignore in the docstring.
12902
12903 2012-02-02 Glenn Morris <rgm@gnu.org>
12904
12905 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
12906
12907 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12908 Unconditionally set to t. (Bug#10673)
12909 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12910 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
12911 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
12912
12913 2012-02-02 Kenichi Handa <handa@m17n.org>
12914
12915 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
12916 0, do not call append_composite_glyph.
12917
12918 2012-02-02 Kenichi Handa <handa@m17n.org>
12919
12920 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
12921 NULL (Bug#6988).
12922 (x_produce_glyphs): If the component of a composition is a null
12923 string, set it->pixel_width to 1 to avoid zero-width glyph.
12924
12925 2012-02-01 Eli Zaretskii <eliz@gnu.org>
12926
12927 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
12928 first 2 arguments are identical. This makes inserting large
12929 output from a subprocess an order of magnitude faster on
12930 MS-Windows, where all sbrk'ed memory is always contiguous.
12931
12932 2012-01-31 Glenn Morris <rgm@gnu.org>
12933
12934 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12935 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
12936 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
12937
12938 2012-01-29 Glenn Morris <rgm@gnu.org>
12939
12940 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
12941
12942 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
12943
12944 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
12945
12946 2012-01-28 Chong Yidong <cyd@gnu.org>
12947
12948 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
12949
12950 2012-01-26 Chong Yidong <cyd@gnu.org>
12951
12952 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
12953
12954 * search.c (Fsearch_forward, Fsearch_backward): Document negative
12955 repeat counts (Bug#10507).
12956
12957 2012-01-26 Glenn Morris <rgm@gnu.org>
12958
12959 * lread.c (syms_of_lread): Doc fix.
12960
12961 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
12962
12963 * coding.c (encode_designation_at_bol): Change return value to
12964 EMACS_INT.
12965
12966 2012-01-25 Chong Yidong <cyd@gnu.org>
12967
12968 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
12969
12970 2012-01-21 Chong Yidong <cyd@gnu.org>
12971
12972 * floatfns.c (Fcopysign): Make the second argument non-optional,
12973 since nil is not allowed anyway.
12974
12975 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
12976
12977 * process.c (read_process_output): Use p instead of XPROCESS (proc).
12978 (send_process): Likewise.
12979
12980 2012-01-19 Martin Rudalics <rudalics@gmx.at>
12981
12982 * window.c (save_window_save, Fcurrent_window_configuration)
12983 (Vwindow_persistent_parameters): Do not use Qstate.
12984 Rewrite doc-strings.
12985
12986 2012-01-19 Kenichi Handa <handa@m17n.org>
12987
12988 * character.c (char_width): New function.
12989 (Fchar_width, c_string_width, lisp_string_width):
12990 Use char_width (Bug#9496).
12991
12992 2012-01-16 Martin Rudalics <rudalics@gmx.at>
12993
12994 * window.c (Vwindow_persistent_parameters): New variable.
12995 (Fset_window_configuration, save_window_save): Handle persistent
12996 window parameters.
12997
12998 2012-01-14 Eli Zaretskii <eliz@gnu.org>
12999
13000 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
13001 thrashing the stack of the thread. (Bug#9087)
13002
13003 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
13004
13005 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
13006
13007 2012-01-11 Eli Zaretskii <eliz@gnu.org>
13008
13009 * xdisp.c (rows_from_pos_range): Handle the case where the
13010 highlight ends on a newline. (Bug#10464)
13011 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
13012 he end column for display of highlight that ends on a newline
13013 before a R2L line.
13014
13015 2012-01-11 Glenn Morris <rgm@gnu.org>
13016
13017 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
13018 from load-path also when installation-directory is nil. (Bug#10208)
13019
13020 2012-01-10 Glenn Morris <rgm@gnu.org>
13021
13022 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
13023
13024 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
13025 Update template values to be closer to their typical values these days.
13026
13027 2012-01-09 Eli Zaretskii <eliz@gnu.org>
13028
13029 * xdisp.c (rows_from_pos_range): Accept additional argument
13030 DISP_STRING, and accept any glyph in a row whose object is that
13031 string as eligible for mouse highlight. Fixes mouse highlight of
13032 display strings from overlays. (Bug#10464)
13033
13034 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
13035
13036 emacs: fix an auto-save permissions race condition (Bug#10400)
13037 * fileio.c (auto_saving_dir_umask): New static var.
13038 (Fmake_directory_internal): Use it.
13039 (do_auto_save_make_dir): Set it, instead of invoking chmod after
13040 creating the directory. The old code temporarily assigns
13041 too-generous permissions to the directory.
13042 (do_auto_save_eh): Clear it.
13043 (Fdo_auto_save): Catch all errors, not just file errors, so
13044 that the var is always cleared.
13045
13046 2012-01-07 Eli Zaretskii <eliz@gnu.org>
13047
13048 * search.c (scan_buffer): Pass character positions to
13049 know_region_cache, not byte positions. (Bug#6540)
13050
13051 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
13052
13053 * w32.c (sys_rename): Report EXDEV when rename of a directory
13054 fails because the target is on another logical disk. (Bug#10284)
13055
13056 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
13057
13058 * xterm.c (x_embed_request_focus): New function.
13059
13060 * xterm.h: Add prototype.
13061
13062 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
13063
13064 2012-01-05 Glenn Morris <rgm@gnu.org>
13065
13066 * emacs.c (emacs_copyright): Update short copyright year to 2012.
13067
13068 2012-01-01 Eli Zaretskii <eliz@gnu.org>
13069
13070 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
13071 Load gnutls_transport_set_lowat only if GnuTLS version is below
13072 2.11.1.
13073 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
13074 GnuTLS versions below 2.11.1.
13075
13076 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
13077
13078 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
13079 to the doc string advising against its use for altering the way
13080 windows are scrolled.
13081
13082 2011-12-28 Kenichi Handa <handa@m17n.org>
13083
13084 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
13085 coding-system ASCII compatible only when it does not produce BOM
13086 on encoding (Bug#10383).
13087
13088 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
13089
13090 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
13091 can scroll.
13092 (create_and_show_popup_menu): Always use menu_position_func for
13093 Gtk3 (Bug#10361).
13094
13095 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
13096
13097 * callint.c (Fcall_interactively): Don't truncate prompt string.
13098
13099 2011-12-23 Eli Zaretskii <eliz@gnu.org>
13100
13101 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
13102 property that ends at ZV, so that the bidi iteration could be
13103 resumed from there (after widening). (Bug#10360)
13104
13105 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
13106
13107 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
13108
13109 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
13110
13111 * nsterm.m (x_free_frame_resources):
13112 Release f->output_data.ns->miniimage.
13113 (ns_index_color): Fix indentation. Do not retain
13114 color_table->colors[i].
13115
13116 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
13117 before returning.
13118
13119 * nsfns.m (x_set_background_color): Assign return value from
13120 ns_index_color to face-background instead of NSColor*.
13121 (ns_implicitly_set_icon_type): Fix indentation.
13122 Change assignment in for loop to comparison.
13123
13124 * emacs.c (ns_pool): New variable.
13125 (main): Assign ns_pool.
13126 (Fkill_emacs): Call ns_release_autorelease_pool.
13127
13128 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
13129 autorelease fdesc, release fdAttrs and tdict.
13130 (ns_get_covering_families): Release charset.
13131 (ns_findfonts): Release NSFontDescriptor created with new.
13132 (ns_uni_to_glyphs): Fix indentation.
13133 (setString): Release attrStr before assigning new value.
13134
13135 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13136
13137 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
13138 and NS_IMPL_COCOA.
13139 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
13140 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
13141
13142 2011-12-18 David Reitter <reitter@cmu.edu>
13143
13144 * nsterm.m (ns_term_init): Subscribe for notifications
13145 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
13146 to method trackingNotification in EmacsMenu.
13147
13148 * nsmenu.m (trackingMenu): New variable.
13149 (trackingNotification): New method (from Aquamacs).
13150 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
13151 from Aquamacs (Bug#7030).
13152
13153 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13154
13155 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
13156 (symbol_to_nsstring): Fix indentation.
13157 (ns_symbol_to_pb): New function.
13158 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
13159 (Fns_rotate_cut_buffers_internal): Remove.
13160 (Fns_store_selection_internal): Rename from
13161 Fns_store_cut_buffer_internal.
13162 (ns_get_foreign_selection, Fx_own_selection_internal)
13163 (Fx_disown_selection_internal, Fx_selection_exists_p)
13164 (Fns_get_selection_internal, Fns_store_selection_internal):
13165 Use ns_symbol_to_pb and check if return value is nil.
13166 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
13167 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
13168 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
13169 renamed to Sns_store_selection_internal.
13170 (ns_handle_selection_request): Move code to Fx_own_selection_internal
13171 and remove this function.
13172 (ns_handle_selection_clear): Remove, never used.
13173 (Fx_own_selection_internal): Move code from ns_handle_selection_request
13174 here.
13175
13176 2011-12-17 Ken Brown <kbrown@cornell.edu>
13177
13178 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
13179 GID is unknown (Bug#10257).
13180
13181 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
13182
13183 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
13184 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
13185 which caused a build failure on GNU/Linux IA-64. This problem was
13186 introduced by my 2011-10-07 patch.
13187
13188 2011-12-15 Juri Linkov <juri@jurta.org>
13189
13190 * image.c (imagemagick_error): New function. (Bug#10112)
13191 (imagemagick_load_image): Comment out `MagickSetResolution' call.
13192 Use `imagemagick_error' where ImageMagick functions return
13193 `MagickFalse'.
13194 (Fimagemagick_types): Add `Fnreverse' to return the list in the
13195 proper order.
13196
13197 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13198
13199 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
13200 fill background (Bug#8992).
13201
13202 2011-12-13 Martin Rudalics <rudalics@gmx.at>
13203
13204 * window.c (Vwindow_combination_resize)
13205 (Vwindow_combination_limit): Use t instead of non-nil in
13206 doc-strings.
13207 (Vrecenter_redisplay): Add first sentence of doc-string on
13208 separate line.
13209 (Frecenter): Fix doc-string typo.
13210
13211 2011-12-11 Kenichi Handa <handa@m17n.org>
13212
13213 * coding.c (Funencodable_char_position): Pay attention to the
13214 buffer text relocation (Bug#9389).
13215
13216 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
13217
13218 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
13219 gtk_init (Bug#10100).
13220
13221 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13222
13223 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
13224 IT->string is nil. (Bug#10263)
13225
13226 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
13227
13228 * nsterm.h (x_free_frame_resources): Declare.
13229
13230 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
13231 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
13232
13233 * nsterm.h (ns_get_defaults_value): Declare.
13234
13235 * nsterm.m (ns_default): Call ns_get_defaults_value.
13236
13237 2011-12-09 Eli Zaretskii <eliz@gnu.org>
13238
13239 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
13240 (Bug#10170)
13241
13242 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13243
13244 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
13245 that where the value of an _OBJC_* symbol points to is in the .bss
13246 section (Bug#10240).
13247
13248 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
13249
13250 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
13251 after the loop to call ccl_driver at least once (Bug#8619).
13252
13253 2011-12-08 Kenichi Handa <handa@m17n.org>
13254
13255 * ftfont.c (get_adstyle_property): Fix previous change
13256 (Bug#10233).
13257
13258 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
13259
13260 * w32.c (init_environment): If no_site_lisp, remove site-lisp
13261 dirs from the default value of EMACSLOADPATH (bug#10208).
13262
13263 2011-12-07 Glenn Morris <rgm@gnu.org>
13264
13265 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
13266 installation and source directories as well. (Bug#10208)
13267
13268 2011-12-06 Chong Yidong <cyd@gnu.org>
13269
13270 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
13271
13272 2011-12-06 Glenn Morris <rgm@gnu.org>
13273
13274 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
13275 as an error, not just -1. (Bug#10217)
13276
13277 2011-12-05 Chong Yidong <cyd@gnu.org>
13278
13279 * keyboard.c (process_special_events): New function.
13280 (swallow_events, Finput_pending_p): Use it (Bug#10195).
13281
13282 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
13283
13284 * coding.c (encode_designation_at_bol): Don't use uninitialized
13285 local variable (Bug#9318).
13286
13287 2011-12-05 Kenichi Handa <handa@m17n.org>
13288
13289 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
13290 return Qnil (Bug#8046, Bug#10193).
13291
13292 2011-12-05 Kenichi Handa <handa@m17n.org>
13293
13294 * coding.c (encode_designation_at_bol): New args charbuf_end and
13295 dst. Return the number of produced bytes. Callers changed.
13296 (coding_set_source): Return how many bytes coding->source was
13297 relocated.
13298 (coding_set_destination): Return how many bytes
13299 coding->destination was relocated.
13300 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
13301 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
13302
13303 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
13304
13305 * coding.c (CODING_CHAR_CHARSET_P): New macro.
13306 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
13307 macro (Bug#9318).
13308
13309 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
13310
13311 The following changes are to fix Bug#9318.
13312
13313 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
13314 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
13315 (encode_coding_iso_2022, encode_coding_sjis)
13316 (encode_coding_big5, encode_coding_charset): Use the above macros.
13317
13318 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
13319
13320 * lisp.h (process_quit_flag): Fix external declaration.
13321
13322 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 Don't macro-inline non-performance-critical code.
13325 * eval.c (process_quit_flag): New function.
13326 * lisp.h (QUIT): Use it.
13327
13328 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
13329
13330 * nsfns.m (get_geometry_from_preferences): New function.
13331 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
13332
13333 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
13334
13335 * emacs.c (Qkill_emacs): Define.
13336 (syms_of_emacs): Initialize it.
13337 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
13338 Qquit_flag to `kill-emacs' instead.
13339 (quit_throw_to_read_char): Add parameter `from_signal'.
13340 All callers changed. Call Fkill_emacs if requested and safe.
13341 * lisp.h (QUIT): Call Fkill_emacs if requested.
13342
13343 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
13344
13345 * widget.c (update_wm_hints): Return if wmshell is null.
13346 (widget_update_wm_size_hints): New function.
13347
13348 * widget.h (widget_update_wm_size_hints): Declare.
13349
13350 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
13351 widget_update_wm_size_hints (Bug#10104).
13352
13353 2011-12-03 Eli Zaretskii <eliz@gnu.org>
13354
13355 * xdisp.c (handle_invisible_prop): If the invisible text ends just
13356 before a newline, prepare the bidi iterator for consuming the
13357 newline, and keep the current paragraph direction. (Bug#10183)
13358 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
13359
13360 2011-12-02 Juri Linkov <juri@jurta.org>
13361
13362 * search.c (Fword_search_regexp): New Lisp function created from
13363 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
13364 (Fword_search_backward, Fword_search_forward)
13365 (Fword_search_backward_lax, Fword_search_forward_lax):
13366 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
13367 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
13368
13369 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * fileio.c (Finsert_file_contents): Move after-change-function call
13372 to before the "handled:" label, since all "goto handled" appear in
13373 cases where the *-change-functions have already been properly called
13374 (bug#10117).
13375
13376 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
13377
13378 * keyboard.c (interrupt_signal): Don't call kill-emacs when
13379 waiting for input. (Bug#10169)
13380
13381 2011-11-30 Eli Zaretskii <eliz@gnu.org>
13382
13383 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
13384 verifies glyph row's hash code--we have just reallocated the
13385 glyphs, so their contents can be complete garbage. (Bug#10164)
13386
13387 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
13388
13389 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
13390
13391 2011-11-30 Eli Zaretskii <eliz@gnu.org>
13392
13393 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
13394 attributes are tested _before_ calling verify_row_hash, to protect
13395 against GCC re-ordering of the tests. (Bug#10164)
13396
13397 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
13398
13399 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
13400
13401 * xterm.c (handle_one_xevent): Only set async_visible and friends
13402 if net_wm_state_hidden_seen is non-zero (Bug#10002)
13403 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
13404 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
13405
13406 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
13407
13408 Remove GCPRO-related macros that exist only to avoid shadowing locals.
13409 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
13410 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
13411 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
13412 All uses changed to use GCPRO1 etc.
13413 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
13414 Revert to old implementation (i.e., before 2011-03-11).
13415
13416 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13417
13418 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
13419 of scroll runs so as to avoid assigning disabled bogus rows and
13420 unnecessary graphics copy operations.
13421
13422 2011-11-27 Eli Zaretskii <eliz@gnu.org>
13423
13424 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
13425 (snprintf) [_MSC_VER]: Redirect to _snprintf.
13426 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
13427 (malloc, free, realloc, calloc): Redirect to e_* only when
13428 compiling Emacs.
13429
13430 * lisp.h (GCTYPEBITS): Move before first use.
13431 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
13432 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
13433 this macro definition.
13434
13435 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
13436 _MSC_VER.
13437
13438 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
13439
13440 * gtkutil.c (xg_create_frame_widgets):
13441 Call gtk_window_set_has_resize_grip (FALSE) if that function is
13442 present with Gtk+ 2.0.
13443
13444 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
13445
13446 * fileio.c (Finsert_file_contents): Undo previous change; see
13447 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
13448
13449 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
13450
13451 Rename locals to avoid shadowing.
13452 * fileio.c (Finsert_file_contents):
13453 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
13454 * process.c (wait_reading_process_output):
13455 Rename inner 'proc' to 'p' to avoid shadowing.
13456 Indent for consistency with usual Emacs style.
13457
13458 2011-11-25 Eli Zaretskii <eliz@gnu.org>
13459
13460 * xdisp.c (redisplay_window): If cursor row is not fully visible
13461 after recentering, and scroll-conservatively is set to a large
13462 number, scroll window by a few more lines to make the cursor fully
13463 visible and out of scroll-margin. (Bug#10105)
13464 (start_display): Don't move to the next line if the display should
13465 start at a newline that is part of a display vector or an overlay
13466 string. (Bug#10119)
13467
13468 2011-11-24 Juri Linkov <juri@jurta.org>
13469
13470 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
13471 after the `MagickPingImage' call. (Bug#10112)
13472
13473 2011-11-23 Chong Yidong <cyd@gnu.org>
13474
13475 * window.c (Fcoordinates_in_window_p): Accept only live windows.
13476
13477 2011-11-23 Martin Rudalics <rudalics@gmx.at>
13478
13479 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
13480 making another buffer current. (Bug#10114)
13481
13482 2011-11-23 Glenn Morris <rgm@gnu.org>
13483
13484 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
13485
13486 2011-11-23 Chong Yidong <cyd@gnu.org>
13487
13488 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
13489 using it (Bug#5984).
13490
13491 2011-11-22 Eli Zaretskii <eliz@gnu.org>
13492
13493 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
13494 and header-lines, as they don't have one computed for them.
13495 (Bug#10098)
13496
13497 * .gdbinit (prow): Make displayed values more self-explaining.
13498 Add row's hash code.
13499
13500 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13501
13502 * process.c (wait_reading_process_output): Fix asynchrounous
13503 GnuTLS socket handling on some versions of the GnuTLS library.
13504 (wait_reading_process_output): Add comment and URL.
13505
13506 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
13507
13508 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
13509
13510 2011-11-21 Chong Yidong <cyd@gnu.org>
13511
13512 * window.c (Fnext_window, Fprevious_window): Doc fix.
13513
13514 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13515
13516 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
13517
13518 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13519
13520 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
13521
13522 2011-11-20 Martin Rudalics <rudalics@gmx.at>
13523
13524 * window.c (Fset_window_combination_limit): Rename argument
13525 STATUS to LIMIT.
13526 (Vwindow_combination_limit): Remove "status" from doc-string.
13527
13528 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
13529
13530 * m/ibms390.h: Remove.
13531 * m/ibms390x.h: Don't include "ibms390.h".
13532
13533 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13534
13535 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
13536 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
13537
13538 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13539
13540 * casetab.c (Fset_case_table):
13541 * charset.c (Fcharset_after): Fix typos.
13542
13543 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
13544
13545 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
13546 Otherwise, valgrind does not work on some platforms.
13547 Problem reported by Andreas Schwab in
13548 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
13549 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
13550 is set, removing the need for VIRT_ADDRESS_VARIES.
13551 (PURE_P): Use a more-efficient implementation that needs just one
13552 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
13553 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
13554 to 4 (xorl, subq, cmpq, setbe).
13555 * alloc.c (pure): Always extern now, since that's the
13556 VIRT_ADDR_VARIES behavior.
13557 (PURE_POINTER_P): Use a single comparison, not two, for
13558 consistency with the new puresize.h.
13559 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
13560 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
13561 Remove VIRT_ADDR_VARIES no longer needed.
13562
13563 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13564
13565 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
13566 (erase_phys_cursor, update_window_cursor, show_mouse_face)
13567 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
13568 behave as if the cursor position were at the window margin.
13569
13570 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
13571 and the cursor position is out of bounds, behave as if the cursor
13572 position were at the window margin. (Bug#10075)
13573
13574 2011-11-18 Chong Yidong <cyd@gnu.org>
13575
13576 * window.c (Fwindow_combination_limit): Make first argument
13577 non-optional, since it is meaningless for live windows like the
13578 selected window.
13579
13580 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
13581
13582 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
13583
13584 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13585
13586 * intervals.c: Fix grafting over the whole buffer (bug#10071).
13587 (graft_intervals_into_buffer): Simplify.
13588
13589 2011-11-18 Eli Zaretskii <eliz@gnu.org>
13590
13591 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
13592 hash values of the two rows.
13593 (copy_row_except_pointers): Preserve the used[] arrays and the
13594 hash values of the two rows. (Bug#10035)
13595 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
13596
13597 * xdisp.c (row_hash): New function, body extracted from
13598 compute_line_metrics.
13599 (compute_line_metrics): Call row_hash, instead of computing the
13600 hash code inline.
13601
13602 * dispnew.c (verify_row_hash): Call row_hash for computing the
13603 hash code of a row, instead of duplicating code from xdisp.c.
13604
13605 * dispextern.h (row_hash): Add prototype.
13606
13607 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
13608
13609 * frame.c (delete_frame): Don't delete the terminal when the last
13610 X frame is closed if emacs is built with GTK toolkit.
13611
13612 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
13613
13614 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
13615
13616 2011-11-17 Martin Rudalics <rudalics@gmx.at>
13617
13618 * window.c (Vwindow_splits): Rename to
13619 Vwindow_combination_resize. Suggested by Juri Linkov.
13620 (Fsplit_window_internal): Use Vwindow_combination_resize instead
13621 of Vwindow_splits.
13622
13623 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13624
13625 * nsfns.m (Fns_font_name):
13626 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
13627
13628 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13629
13630 * window.h (window): Rename slot "nest" to "combination_limit".
13631 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
13632 (Fset_window_nest): Rename to Fset_window_combination_limit.
13633 (Vwindow_nest): Rename to Vwindow_combination_limit.
13634 (recombine_windows, make_parent_window, make_window)
13635 (Fsplit_window_internal, saved_window)
13636 (Fset_window_configuration, save_window_save): Rename all
13637 occurrences of window_nest to window_combination_limit.
13638
13639 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13640
13641 * image.c (imagemagick_load_image): Fix typo.
13642
13643 2011-11-14 Eli Zaretskii <eliz@gnu.org>
13644
13645 * xdisp.c (display_line): Move the call to
13646 highlight_trailing_whitespace before the call to
13647 compute_line_metrics, since the latter needs to see the final
13648 faces of all the glyphs to compute ROW's hash value.
13649 Fixes assertion violations in row_equal_p. (Bug#10035)
13650
13651 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
13652
13653 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
13654 just return (bug#10044).
13655
13656 2011-11-12 Eli Zaretskii <eliz@gnu.org>
13657
13658 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
13659 with user-defined heap size. Bump the default size of the temacs
13660 heap to 27MB, to avoid memory warning when running temacs.
13661 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
13662
13663 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
13664 current_matrix and desired_matrix. (Bug#9990)
13665 (verify_row_hash) [XASSERTS]: New function.
13666 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
13667 that the hash value of glyph rows is correct.
13668
13669 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13670
13671 * window.h (window): Remove splits slot.
13672 * window.c (Fwindow_splits, Fset_window_splits): Remove.
13673 (Fdelete_other_windows_internal, make_parent_window)
13674 (make_window, Fsplit_window_internal, Fdelete_window_internal)
13675 (Fset_window_configuration, save_window_save): Don't deal with
13676 split status of windows.
13677 (saved_window): Remove splits slot.
13678 (Vwindow_splits): Rewrite doc-string.
13679
13680 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
13681
13682 * xfns.c (unwind_create_frame):
13683 * nsfns.m (unwind_create_frame):
13684 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
13685 Vframe_list (Bug#9999).
13686
13687 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
13688
13689 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
13690
13691 2011-11-11 Kenichi Handa <handa@m17n.org>
13692
13693 * callproc.c (Fcall_process): Set the member dst_multibyte of
13694 process_coding.
13695
13696 2011-11-11 Johan Bockgård <bojohan@gnu.org>
13697
13698 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
13699 avoid a crash (bug#9496).
13700
13701 2011-11-09 Chong Yidong <cyd@gnu.org>
13702
13703 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
13704 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
13705
13706 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
13707
13708 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
13709
13710 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
13711
13712 Avoid some portability problems by eschewing 'extern inline' functions.
13713 The trivial performance wins aren't worth the portability hassles; see
13714 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
13715 et seq.
13716 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
13717 (window_box_width, window_box_left, window_box_left_offset)
13718 (window_box_right, window_box_right_offset): Undo previous change,
13719 by removing the "extern"s.
13720 * intervals.c (adjust_intervals_for_insertion)
13721 (adjust_intervals_for_deletion): Undo previous change,
13722 making these static again.
13723 (offset_intervals, temp_set_point_both, temp_set_point)
13724 (copy_intervals_to_string): No longer inline.
13725 * xdisp.c (window_text_bottom_y, window_box_width)
13726 (window_box_height, window_box_left_offset)
13727 (window_box_right_offset, window_box_left, window_box_right)
13728 (window_box): No longer inline.
13729
13730 2011-11-08 Chong Yidong <cyd@gnu.org>
13731
13732 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
13733 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
13734 Signal an error if not a live window.
13735 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
13736 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
13737
13738 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
13739
13740 * lisp.h (syms_of_abbrev): Remove declaration.
13741 Reported by CHENG Gao <chenggao@royau.me>.
13742
13743 2011-11-07 Eli Zaretskii <eliz@gnu.org>
13744
13745 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
13746 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
13747 of temacs in GUI mode.
13748
13749 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13750
13751 * window.h: Declare delete_all_child_windows instead of
13752 delete_all_subwindows.
13753 * window.c (Fwindow_nest, Fset_window_nest)
13754 (Fset_window_new_total, Fset_window_new_normal)
13755 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
13756 (delete_all_subwindows): Rename to delete_all_child_windows.
13757 (Fdelete_other_windows_internal, Fset_window_configuration):
13758 Call delete_all_child_windows instead of delete_all_subwindows.
13759 * frame.c (delete_frame): Call delete_all_child_windows instead
13760 of delete_all_subwindows.
13761
13762 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
13763
13764 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
13765 This is also needed for porting to any host where GC_MARK_STACK is
13766 not GC_MAKE_GCPROS_NOOPS.
13767 (which_symbols): Use it.
13768
13769 2011-11-07 Kenichi Handa <handa@m17n.org>
13770
13771 * coding.c (coding_set_destination): Check coding->src_pos only
13772 when coding->src_object is a buffer (bug#9910).
13773
13774 * process.c (send_process): Set the member src_multibyte of coding
13775 to 0 (bug#9911) when sending a unibyte text.
13776
13777 * callproc.c (Fcall_process): Set the member src_multibyte of
13778 process_coding to 0 (bug#9912).
13779
13780 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13781
13782 * xmenu.c (cleanup_widget_value_tree): New function.
13783 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
13784 calling free_menubar_widget_value_tree directly (Bug#9830).
13785
13786 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
13787
13788 Fix some portability problems with 'inline'.
13789 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
13790 (window_box_width, window_box_left, window_box_left_offset)
13791 (window_box_right, window_box_right_offset): Declare extern.
13792 Otherwise, these inline functions do not conform to C99 and
13793 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
13794 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
13795 * intervals.c (adjust_intervals_for_insertion)
13796 (adjust_intervals_for_deletion): Now extern, because otherwise the
13797 extern inline functions 'offset_intervals' couldn't refer to it.
13798 (static_offset_intervals): Remove.
13799 (offset_intervals): Rewrite using the old contents of
13800 static_offset_intervals. The old version didn't conform to C99
13801 because an extern inline function contained a reference to an
13802 identifier with static linkage.
13803
13804 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
13805
13806 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
13807 GC.
13808
13809 2011-11-06 Eli Zaretskii <eliz@gnu.org>
13810
13811 * xdisp.c (init_iterator, reseat_to_string): Don't set the
13812 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
13813 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
13814 return Qleft_to_right.
13815
13816 2011-11-06 Chong Yidong <cyd@gnu.org>
13817
13818 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
13819 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
13820 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
13821 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
13822 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
13823 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
13824 (Fwindow_vscroll): Doc fix.
13825 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
13826 argument, since it makes no sense to pass a live window and for
13827 consistency with window-child.
13828
13829 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
13830
13831 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
13832 support MSVC.
13833
13834 2011-11-05 Jason Rumney <jasonr@gnu.org>
13835
13836 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
13837 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
13838 fonts (Bug#6029).
13839 (add_font_entity_to_list): Fix logic errors in mixed boolean and
13840 bitwise arithmetic preventing use of unicode-sip and non-truetype
13841 opentype fonts.
13842
13843 2011-11-05 Eli Zaretskii <eliz@gnu.org>
13844
13845 * s/ms-w32.h (fstat, stat, utime): Move redirections to
13846 "emacs"-only part.
13847
13848 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
13849 initialization code to keep similarity to xfns.c after changes
13850 from 2011-11-05.
13851
13852 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
13853
13854 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
13855 (unwind_create_frame): New function (Bug#9943).
13856 (Fx_create_frame): Restructure code to be more similar to the one in
13857 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
13858 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
13859 Move terminal->reference_count++ just before making the frame official
13860 (Bug#9943).
13861
13862 * nsterm.m (x_free_frame_resources): New function.
13863 (x_destroy_window): Move code to x_free_frame_resources.
13864
13865 * xfns.c (unwind_create_frame): Fix comment.
13866 (Fx_create_frame, x_create_tip_frame):
13867 Move terminal->reference_count++ just before making the frame
13868 official. Move initialization of image_cache_refcount and
13869 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
13870
13871 2011-11-05 Eli Zaretskii <eliz@gnu.org>
13872
13873 Support MSVC build with newer versions of Visual Studio.
13874 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
13875 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
13876 nt/gmake.defs.
13877
13878 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
13879 which are not supported by MSVC.
13880 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
13881 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
13882 bitfields.
13883 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
13884 types in bitfields.
13885 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
13886
13887 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
13888
13889 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
13890
13891 Support MSVC build with newer versions of Visual Studio.
13892 * w32.c: Don't include w32api.h for MSVC.
13893 (init_environment) [_MSC_VER]: Call sys_access, not _access.
13894
13895 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
13896 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
13897 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
13898 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
13899 e_* cousins.
13900 (alloca) [_MSC_VER]: Define to _alloca.
13901
13902 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
13903
13904 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
13905
13906 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13907
13908 * xdisp.c (note_mouse_highlight): If either of
13909 previous/next-single-property-change returns nil, treat that as
13910 the beginning or the end of the buffer. (Bug#9955)
13911
13912 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
13913
13914 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
13915 label is not null (Bug#9951).
13916 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
13917 may be NULL.
13918
13919 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13920
13921 * window.c (Fwindow_body_size): Mention in the doc string that the
13922 return value is in frame's canonical units. (Bug#9949)
13923
13924 2011-11-03 Eli Zaretskii <eliz@gnu.org>
13925
13926 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
13927
13928 * w32fns.c (unwind_create_frame): If needed, free the glyph
13929 matrices of the partially constructed frame. (Bug#9943)
13930 * xfns.c (unwind_create_frame): Likewise.
13931
13932 2011-11-01 Eli Zaretskii <eliz@gnu.org>
13933
13934 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
13935 Don't stop backward scan on the continuation glyph, even though
13936 its CHARPOS is positive.
13937 (mouse_face_from_buffer_pos, note_mouse_highlight):
13938 Rename cover_string to disp_string.
13939
13940 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13941
13942 * window.c (temp_output_buffer_show): Don't use
13943 Vtemp_buffer_show_specifiers.
13944 (Vtemp_buffer_show_specifiers): Remove unused variable.
13945
13946 2011-10-30 Eli Zaretskii <eliz@gnu.org>
13947
13948 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
13949 past the beginning of the current glyph matrix.
13950
13951 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
13952
13953 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
13954 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
13955 HAVE_GTK3 (Bug#9869).
13956
13957 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
13958 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
13959
13960 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
13961
13962 * xterm.c: Declare x_handle_net_wm_state to return int.
13963 (handle_one_xevent): Check if we are iconified but don't have
13964 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
13965 (get_current_wm_state): Return non-zero if not hidden,
13966 check for _NET_WM_STATE_HIDDEN (Bug#9893).
13967 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
13968 (x_handle_net_wm_state): Return what get_current_wm_state returns.
13969 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
13970
13971 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
13972
13973 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
13974 so that this new function doesn't get optimized away by a
13975 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
13976
13977 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
13978
13979 * frame.h (MOUSE_HL_INFO): Remove excess parens.
13980
13981 2011-10-29 Eli Zaretskii <eliz@gnu.org>
13982
13983 Fix the `xbytecode' command.
13984 * .gdbinit (xprintbytestr): New command.
13985 (xwhichsymbols): Rename from `which'; all callers changed.
13986 (xbytecode): Print the byte-code string as well.
13987
13988 2011-10-29 Kim Storm <storm@cua.dk>
13989
13990 * alloc.c (which_symbols): New function.
13991
13992 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
13993
13994 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
13995 line. (Bug#9903)
13996
13997 2011-10-29 Glenn Morris <rgm@gnu.org>
13998
13999 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
14000 Not clear what it was for, and it causes various bugs. (Bug#9839)
14001
14002 2011-10-28 Eli Zaretskii <eliz@gnu.org>
14003
14004 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
14005 possible random value that matches one of those tested as
14006 condition to clear the mouse face.
14007
14008 2011-10-28 Chong Yidong <cyd@gnu.org>
14009
14010 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
14011
14012 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
14013
14014 * window.c (make_window): Initialize phys_cursor_on_p.
14015
14016 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14017
14018 * lisp.h (struct Lisp_Symbol): Update comments.
14019
14020 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
14021
14022 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
14023
14024 2011-10-28 Eli Zaretskii <eliz@gnu.org>
14025
14026 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
14027 <oslsachem@gmail.com> for helping to debug this.
14028
14029 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
14030 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
14031 (g_b_init_get_glyph_outline_w): New static variables.
14032 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
14033 (GetGlyphOutlineW_Proc): New typedefs.
14034 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
14035 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
14036 New functions.
14037 (w32font_open_internal, compute_metrics):
14038 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
14039 instead of calling the "wide" APIs directly.
14040
14041 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
14042
14043 * w32.h (syms_of_w32font): Add prototype.
14044
14045 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
14046
14047 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
14048 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
14049 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
14050 (Fmove_to_window_line): Doc fix.
14051
14052 2011-10-27 Chong Yidong <cyd@gnu.org>
14053
14054 * process.c (make_process): Set gnutls_state to NULL.
14055
14056 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
14057 non-NULL, regardless of GNUTLS_INITSTAGE.
14058 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
14059 an error. Set process slots as soon as we allocate them.
14060
14061 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
14062
14063 2011-10-27 Chong Yidong <cyd@gnu.org>
14064
14065 * gnutls.c (emacs_gnutls_deinit): New function.
14066 Deallocate credentials structures as well as calling gnutls_deinit.
14067 (Fgnutls_deinit, Fgnutls_boot): Use it.
14068
14069 * process.c (make_process): Initialize GnuTLS credentials to NULL.
14070 (deactivate_process): Call emacs_gnutls_deinit.
14071
14072 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
14073
14074 * image.c (x_create_x_image_and_pixmap):
14075 * w32.c (sys_rename, w32_delayed_load):
14076 * w32font.c (fill_in_logfont):
14077 * w32reg.c (x_get_string_resource): Silence compiler warnings.
14078
14079 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
14080
14081 * w32fns.c (w32_default_color_map): New function,
14082 extracted from Fw32_default_color_map.
14083 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
14084
14085 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
14086
14087 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
14088
14089 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14090
14091 * keyboard.c (test_undefined): New function (bug#9751).
14092 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
14093
14094 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
14095
14096 * sysdep.c (init_sys_modes): Fix the check for the controlling
14097 terminal (Bug#6649).
14098
14099 2011-10-20 Eli Zaretskii <eliz@gnu.org>
14100
14101 * dispextern.h (struct bidi_it): New member next_en_type.
14102
14103 * bidi.c (bidi_line_init): Initialize the next_en_type member.
14104 (bidi_resolve_explicit_1): When next_en_pos is valid for the
14105 current character, check also for next_en_type being WEAK_EN.
14106 (bidi_resolve_weak): Don't enter the expensive loop if the current
14107 position is before next_en_pos. Record the bidi type of the first
14108 non-ET, non-BN character we find, in addition to its position.
14109 (bidi_level_of_next_char): Invalidate next_en_type when
14110 next_en_pos is over-stepped.
14111
14112 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
14113
14114 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
14115 * editfns.c: Rewrite current-time-zone so that it invokes
14116 the equivalent of (format-time-string "%Z") to get the time zone name.
14117 This fixes a bug when the time zone name contains characters that
14118 need converting from the system time locale to Emacs internal format.
14119 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
14120 that patch fixed format-time-string to do the conversion, but
14121 I forgot to fix current-time-zone.
14122 (format_time_string): New function, containing most of
14123 what Fformat_time_string used to contain.
14124 (Fformat_time_string): Rewrite in terms of format_time_string.
14125 This doesn't change this function's behavior.
14126 (current-time-zone): Rewrite to use format_time_string.
14127 This fixes the bug reported by Michael Schierl in
14128 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
14129 Jason Rumney's 2007-06-07 change worked around this bug, but
14130 didn't fix it.
14131 * systime.h (tzname, timezone): Remove no-longer-used declarations.
14132
14133 2011-10-19 Eli Zaretskii <eliz@gnu.org>
14134
14135 * xdisp.c (start_display): If the character at POS is displayed
14136 via a display vector, reset IT->current.dpvec_index to zero.
14137 (try_window_reusing_current_matrix): If a line ends in a display
14138 vector or the next line starts in a display vector, continue
14139 redrawing the window even though the character position of
14140 start_row was reached.
14141 (Bug#9771, part 2)
14142
14143 2011-10-18 Chong Yidong <cyd@gnu.org>
14144
14145 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
14146 with nobreak-char-display too.
14147
14148 2011-10-18 Eli Zaretskii <eliz@gnu.org>
14149
14150 Fix part 3 of bug#9771.
14151 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
14152 (bidi_resolve_neutral): Don't enter the expensive loop looking for
14153 non-neutral characters if the current character is a paragraph
14154 separator (a.k.a. Newline). This avoids running the same
14155 expensive loop twice, once when we consume the preceding newline
14156 and the other time when the line actually needs to be displayed.
14157 Avoid the loop when we see neutrals on the base embedding level
14158 following a character whose directionality is the same as the
14159 paragraph's. This avoids running the expensive loop when a line
14160 ends in a long sequence of neutrals, like control characters.
14161 Add assertion against STRONG_AL type. Slightly rearrange code
14162 that determines the type of a neutral given the first non-neutral
14163 that follows it.
14164 (bidi_level_of_next_char): Set next_en_pos to zero when
14165 invalidating its info.
14166
14167 2011-10-17 Eli Zaretskii <eliz@gnu.org>
14168
14169 * xdisp.c (push_display_prop): Determine whether to record string
14170 or buffer position by IT->string, not by IT->method. Allow
14171 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
14172 (move_it_vertically_backward): Don't look for character position
14173 immediately after the newline when in a continuation line.
14174 (Bug#9771, part 1)
14175
14176 2011-10-15 Martin Rudalics <rudalics@gmx.at>
14177
14178 * window.c (coordinates_in_window): Rewrite and delabelize
14179 vertical border check. (Bug#5357) (Bug#9618)
14180
14181 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14182
14183 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
14184 errors in XSetWindowBorder (bug#9310).
14185
14186 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
14187
14188 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
14189 avoid crash when xmalloc overrun checking is enabled.
14190
14191 2011-10-13 Eli Zaretskii <eliz@gnu.org>
14192
14193 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
14194 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
14195 cursor motion with <left> and <right> arrow keys.
14196
14197 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
14198 some callers set that themselves.
14199
14200 2011-10-12 Eli Zaretskii <eliz@gnu.org>
14201
14202 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
14203 display string and the previous row comes from the same string and
14204 is empty. (Bug#9739) (Bug#9738)
14205
14206 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14207
14208 * doc.c (get_doc_string): Encode file name (bug#9735).
14209
14210 2011-10-12 Eli Zaretskii <eliz@gnu.org>
14211
14212 * bidi.c (bidi_level_of_next_char):
14213 * xdisp.c (get_visually_first_element): Remove old incorrect
14214 comments regarding the Unicode Line Separator character.
14215
14216 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
14217
14218 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
14219
14220 * alloc.c (Fgc_status): Do not access beyond zombies array
14221 boundary if nzombies > MAX_ZOMBIES.
14222 * alloc.c (dump_zombies): Add missing format specifier.
14223
14224 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
14225
14226 * xdisp.c (set_cursor_from_row): Simplify conditionals,
14227 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
14228
14229 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
14230 Some packages use them to denote characters with modifiers.
14231
14232 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
14233
14234 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
14235 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
14236 matching a pp-number. Rename parameter var to var1.
14237
14238 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
14241
14242 2011-10-08 Glenn Morris <rgm@gnu.org>
14243
14244 * callint.c (Fcall_interactively): Give a more explicit error for the
14245 'c' case with a non-character input. (Bug#8479)
14246
14247 2011-10-08 Eli Zaretskii <eliz@gnu.org>
14248
14249 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
14250 lines.
14251 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
14252 lines that are hscrolled on the left.
14253
14254 * dispnew.c (buffer_posn_from_coords): Account for a possible
14255 presence of header-line. (Bug#4426)
14256
14257 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
14258
14259 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
14260 Don't advertise functionality which we discourage or doesn't work.
14261
14262 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
14263
14264 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
14265 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
14266 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
14267 this makes Emacs dump core during garbage collection on rare
14268 occasions. sizeof is obviously inferior to offsetof here, so
14269 stick with offsetof.
14270 (GC_POINTER_ALIGNMENT): New macro.
14271 (mark_memory): Omit 3rd (offset) arg; caller changed.
14272 Don't assume EMACS_INT alignment is the same as pointer alignment.
14273
14274 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14275
14276 * keyboard.c (read_key_sequence_remapped): New var.
14277 (read_key_sequence): Compute remapping in the right buffer.
14278 (command_loop_1): Use read_key_sequence's remapping directly.
14279
14280 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14281
14282 * dired.c (file_name_completion): Don't expand file name.
14283 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
14284 before checking file name handler.
14285
14286 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
14287 they've been requested explicitly (bug#9591).
14288
14289 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
14290
14291 * keymap.c (Fsingle_key_description): Use make_specified_string
14292 instead of build_string to build string from push_key_description.
14293 (Bug#5193)
14294
14295 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
14296
14297 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
14298 This fixes a Y2038 bug on 64-bit hosts.
14299 * buffer.c (reset_buffer):
14300 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
14301 (Fclear_buffer_auto_save_failure):
14302 Use 0, not -1, to represent an unset failure time, since time_t
14303 might not be signed.
14304
14305 Remove dependency on glibc malloc internals.
14306 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14307 Move back here from lisp.h, but with their new implementations.
14308 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14309 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
14310 * charset.c (charset_table_init): New static var.
14311 (syms_of_charset): Use it instead of xmalloc. This removes a
14312 dependency on glibc malloc internals. See Eli Zaretskii's comment in
14313 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
14314 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14315 Move back to alloc.c.
14316 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14317 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
14318
14319 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
14320
14321 * nsterm.m (windowDidResize): Call x_set_window_size only when
14322 ns_in_resize is true. Otherwise set pixelwidth/height and
14323 call change_frame_size (Bug#9628).
14324
14325 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
14326
14327 Port --enable-checking=all to Fedora 14 x86-64.
14328 * charset.c (syms_of_charset): Also account for glibc malloc's
14329 internal overhead when calculating the initial malloc maximum.
14330
14331 Port --enable-checking=all to Fedora 14 x86.
14332 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14333 Move to lisp.h.
14334 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
14335 (overrun_check_realloc, overrun_check_free):
14336 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
14337 That way, xmalloc returns a properly-aligned pointer even if
14338 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
14339 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
14340 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
14341 into account when calculating the initial malloc maximum.
14342 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14343 Move here from alloc.c, so that charset.c can use it too.
14344 Properly align; the old code wasn't right for common 32-bit hosts
14345 when configured with --enable-checking=all.
14346 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14347 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
14348
14349 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14350
14351 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
14352 use EDOM.
14353
14354 2011-09-28 Eli Zaretskii <eliz@gnu.org>
14355
14356 * xdisp.c (compute_display_string_end): If there's no display
14357 string at CHARPOS, return -1.
14358
14359 * bidi.c (bidi_fetch_char): When compute_display_string_end
14360 returns a negative value, treat the character as a normal
14361 character not covered by a display string. (Bug#9624)
14362
14363 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14364
14365 * lread.c (Fread_from_string): Fix typo in docstring.
14366
14367 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14368
14369 * xdisp.c (handle_invisible_prop): If invisible text ends on a
14370 newline, reseat the iterator instead of bidi-iterating there one
14371 character at a time. (Bug#9610)
14372 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
14373 TO_CHARPOS if the bidi iterator is at base embedding level.
14374
14375 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
14376
14377 * lread.c (readevalloop): Use correct code for NBSP.
14378 (read1): Likewise. (Bug#9608)
14379
14380 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14381
14382 * dbusbind.c (Fdbus_register_signal): When service is not
14383 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
14384
14385 2011-09-25 Glenn Morris <rgm@gnu.org>
14386
14387 * buffer.c (truncate-lines): Doc fix.
14388
14389 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14390
14391 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
14392 (Fset_window_next_buffers): Doc fix.
14393
14394 2011-09-24 Glenn Morris <rgm@gnu.org>
14395
14396 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
14397
14398 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
14399
14400 Fix minor problems found by static checking.
14401 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
14402 * indent.c (Fvertical_motion): Fix == vs = typo.
14403
14404 2011-09-24 Eli Zaretskii <eliz@gnu.org>
14405
14406 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
14407 Default value is now t. Doc fix.
14408
14409 * indent.c (Fvertical_motion): Compute and apply the overshoot
14410 logic when moving up, not only when moving down. Fix the
14411 confusing name and values of the it_overshoot_expected variable;
14412 logic changes accordingly. (Bug#9254) (Bug#9549)
14413
14414 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
14415 CHARPOS is covered by a display string which includes newlines.
14416 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
14417 is covered by a display string with embedded newlines.
14418
14419 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14420
14421 * dbusbind.c (Fdbus_register_signal): Add match rule to
14422 Vdbus_registered_objects_table. (Bug#9581)
14423 (Fdbus_register_method, Vdbus_registered_objects_table):
14424 Fix docstring.
14425
14426 2011-09-24 Jim Meyering <meyering@redhat.com>
14427
14428 do not ignore write error for any output size
14429 The previous change was incomplete.
14430 While it makes emacs --batch detect the vast majority of stdout
14431 write failures, errors were still ignored whenever the output size is
14432 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
14433 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
14434 && echo FAIL: ignored write error
14435 FAIL: ignored write error
14436 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
14437 && echo FAIL: ignored write error
14438 FAIL: ignored write error
14439 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
14440
14441 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14442
14443 * emacs.c (Fkill_emacs): In noninteractive mode exit
14444 non-successfully if a write error occurred on stdout. (Bug#9574)
14445
14446 2011-09-21 Eli Zaretskii <eliz@gnu.org>
14447
14448 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
14449 the xassert test.
14450
14451 * dispextern.h (struct it): Update the comment documenting what
14452 can it->OBJECT be.
14453
14454 2011-09-20 Eli Zaretskii <eliz@gnu.org>
14455
14456 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
14457 a display string, extend search for cursor position to end of row.
14458 (find_row_edges): If the row ends in a newline from a display
14459 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
14460 Handle the case of a display string with multiple newlines.
14461 (Fcurrent_bidi_paragraph_direction): Fix search for previous
14462 non-empty line. Fixes confusing cursor motion with arrow keys at
14463 the beginning of a line that starts with whitespace.
14464
14465 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14466
14467 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
14468 (bug#9493).
14469
14470 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14471
14472 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
14473 boolean (Bug#9154).
14474
14475 2011-09-18 Eli Zaretskii <eliz@gnu.org>
14476
14477 * xdisp.c (display_line): Record maximum and minimum buffer
14478 positions even if no glyphs were produced (e.g., by a zero-width
14479 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
14480 buffer positions that will be removed from the glyph row because
14481 they don't fit.
14482 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
14483 column is beyond frame width: don't subtract 1 "pixel" when
14484 computing width of the stretch.
14485 (reseat_at_next_visible_line_start): Undo the change made on
14486 2011-09-17 that saved paragraph information and restored it after
14487 the call to `reseat'. (Bug#9545)
14488
14489 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14490
14491 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
14492 and turn window cursor on if cleared (Bug#9415).
14493
14494 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
14495
14496 * search.c (boyer_moore): Take unibyte characters from pattern
14497 literally. (Bug#9458)
14498
14499 2011-09-18 Eli Zaretskii <eliz@gnu.org>
14500
14501 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
14502
14503 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
14504
14505 Fix minor problem found by static checking.
14506 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
14507 initialized, to pacify gcc -Wuninitialized.
14508
14509 * fileio.c: Report proper errno when syscall falls.
14510 (Finsert_file_contents): Save and restore errno,
14511 so that report_file_error outputs the correct diagnostic.
14512 (Fwrite_region) [CLASH_DETECTION]: Likewise.
14513
14514 2011-09-18 Eli Zaretskii <eliz@gnu.org>
14515
14516 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
14517
14518 2011-09-17 Eli Zaretskii <eliz@gnu.org>
14519
14520 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
14521 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
14522
14523 2011-09-17 Eli Zaretskii <eliz@gnu.org>
14524
14525 * xdisp.c (reseat_at_next_visible_line_start): Keep information
14526 about the current paragraph and restore it after the call to reseat.
14527
14528 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
14529 (bidi_find_paragraph_start): Search back for paragraph beginning
14530 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
14531 (bidi_move_to_visually_next): Only trigger paragraph-related
14532 computations when the last character is a newline or at EOB, not
14533 just any NEUTRAL_B. (Bug#9470)
14534
14535 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
14536 truncated lines if point is covered by a display string. (Bug#9524)
14537
14538 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
14539
14540 * xselect.c: Relax test for outgoing X longs (Bug#9498).
14541 (cons_to_x_long): New function.
14542 (lisp_data_to_selection_data): Use it. Correct the test for
14543 short-versus-long data; it was negated. Break out of vector
14544 loop, for efficiency, when a long datum is discovered.
14545
14546 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14547
14548 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
14549
14550 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14551
14552 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
14553 GCC PR/17406) by declaring this function with external scope.
14554
14555 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
14556
14557 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
14558 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
14559
14560 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
14561
14562 * editfns.c (Fformat): Correctly handle text properties on "%%".
14563
14564 2011-09-15 Eli Zaretskii <eliz@gnu.org>
14565
14566 * xterm.c (x_draw_composite_glyph_string_foreground):
14567 * w32term.c (x_draw_composite_glyph_string_foreground):
14568 * term.c (encode_terminal_code):
14569 * composite.c (composition_update_it, get_composition_id):
14570 * xdisp.c (get_next_display_element)
14571 (fill_composite_glyph_string): Add comments about special meaning
14572 of TAB characters in a composition.
14573
14574 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
14575
14576 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
14577 This occurs when processing a multibyte format.
14578 Problem reported by Wolfgang Jenker.
14579
14580 2011-09-15 Johan Bockgård <bojohan@gnu.org>
14581
14582 * xdisp.c (try_cursor_movement): Only check for exact match if
14583 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
14584
14585 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
14586
14587 Remove unused external symbols.
14588 * dispextern.h (calc_pixel_width_or_height): Remove decl.
14589 * xdisp.c (calc_pixel_width_or_height): Now static.
14590 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
14591 * indent.c (check_display_width):
14592 * w32term.c: Fix comment to match code.
14593 * xterm.c, xterm.h (x_catching_errors): Remove.
14594
14595 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
14596
14597 * xselect.c: Use signed conversions more consistently (Bug#9498).
14598 (selection_data_to_lisp_data): Assume incoming selection data are
14599 signed integers, not unsigned. This is to be consistent with
14600 outgoing selection data, which was modified to use signed integers
14601 in as part of the fix to Bug#9196 in response to Jan D.'s comment
14602 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
14603 expects long, not unsigned long.
14604
14605 2011-09-14 Eli Zaretskii <eliz@gnu.org>
14606
14607 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
14608 computation of loop end. Reported by Johan Bockgård
14609 <bojohan@gnu.org>.
14610
14611 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14612
14613 * frame.c (Fother_visible_frames_p): Function deleted.
14614
14615 2011-09-12 Eli Zaretskii <eliz@gnu.org>
14616
14617 * indent.c (compute_motion): Process display vector front to back
14618 rather than the other way around. (Bug#2496)
14619
14620 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14621
14622 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
14623
14624 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14625
14626 * minibuf.c (Fread_from_minibuffer): Doc fix.
14627
14628 2011-09-11 Eli Zaretskii <eliz@gnu.org>
14629
14630 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
14631 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
14632
14633 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14634
14635 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
14636 value for non-existent files.
14637
14638 2011-09-11 Eli Zaretskii <eliz@gnu.org>
14639
14640 * fileio.c (Finsert_file_contents): If the file cannot be opened,
14641 set its "size" to -1. This will set the modtime_size field of
14642 the corresponding buffer to -1, which is what
14643 verify-visited-file-modtime expects for files that do not exist.
14644 (Bug#9139)
14645
14646 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
14647
14648 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
14649 here ...
14650 * lisp.h: ... from here. push_key_description is no longer
14651 defined in keyboard.c, so its declaration should not be in
14652 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
14653 logically belongs with push_key_description.
14654
14655 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
14656
14657 * buffer.h: Include <sys/types.h> instead of <time.h>.
14658 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
14659 Problem reported by Herbert J. Skuhra.
14660
14661 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14662
14663 * xml.c (parse_region): Make the parsing work for
14664 non-comment-starting XML files again (bug#9144).
14665
14666 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
14667
14668 * image.c (gif_load): Fix calculation of bottom and right corner.
14669 (Bug#9468)
14670
14671 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14672
14673 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
14674 redisplay in small windows.
14675
14676 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14677
14678 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
14679
14680 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14681
14682 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
14683 Operate on live windows only.
14684
14685 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
14686
14687 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
14688
14689 2011-09-07 Eli Zaretskii <eliz@gnu.org>
14690
14691 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
14692 only under bidi iteration.
14693
14694 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
14695
14696 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
14697
14698 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
14699
14700 isnan: Fix porting problem to Solaris 10 with bundled gcc.
14701 Without this fix, the command to link temacs failed due to an
14702 undefined symbol __builtin_isnan. This is because
14703 /usr/include/iso/math_c99.h #defines isnan(x) to
14704 __builtin_isnan(x), but the bundled gcc, which identifies itself
14705 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
14706 a __builtin_isnan.
14707 * floatfns.c (isnan): #undef, and then #define to a clone of
14708 what's in data.c.
14709 (Fisnan): Always define, since it's always available now.
14710 (syms_of_floatfns): Always define isnan at the Lisp level.
14711
14712 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
14713
14714 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
14715
14716 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
14717
14718 * fileio.c: Fix bugs with large file offsets (Bug#9428).
14719 The previous code assumed that file offsets (off_t values) fit in
14720 EMACS_INT variables, which is not true on typical 32-bit hosts.
14721 The code messed up by falsely reporting buffer overflow in cases
14722 such as (insert-file-contents "big" nil 1 2) into an empty buffer
14723 when "big" contains more than 2**29 bytes, even though this
14724 inserts just one byte and does not overflow the buffer.
14725 (Finsert_file_contents): Store file offsets as off_t
14726 values, not as EMACS_INT values. Check for overflow when
14727 converting between EMACS_INT and off_t. When checking for
14728 buffer overflow or for overlap, take the offsets into account.
14729 Don't use EMACS_INT for small values where int suffices.
14730 When checking for overlap, fix a typo: ZV was used where
14731 ZV_BYTE was intended.
14732 (Fwrite_region): Don't assume off_t fits into 'long'.
14733 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
14734
14735 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
14736
14737 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
14738
14739 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
14740
14741 sprintf-related integer and memory overflow issues (Bug#9412).
14742
14743 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
14744 (esprintf, exprintf, evxprintf): New functions.
14745 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
14746 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
14747 (modify_event_symbol): Do not assume that the length of
14748 name_alist_or_stem is safe to alloca and fits in int.
14749 (Fexecute_extended_command): Likewise for function name and binding.
14750 (Frecursion_depth): Wrap around reliably on integer overflow.
14751 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
14752 since some callers pass EMACS_INT values.
14753 (Fsingle_key_description): Don't crash if symbol name contains more
14754 than MAX_ALLOCA bytes.
14755 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
14756 (get_minibuffer): Arg is now EMACS_INT, not int.
14757 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
14758 (esprintf, exprintf, evxprintf): New decls.
14759 * window.h (command_loop_level, minibuf_level): Reflect API changes.
14760
14761 * dbusbind.c (signature_cat): New function.
14762 (xd_signature, Fdbus_register_signal):
14763 Do not overrun buffer; instead, report string overflow.
14764
14765 * dispnew.c (add_window_display_history): Don't overrun buffer.
14766 Truncate instead; this is OK since it's just a log.
14767
14768 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
14769 even if the time zone offset is outlandishly large.
14770 Don't mishandle offset == INT_MIN.
14771
14772 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
14773 when creating daemon; the previous buffer-overflow check was incorrect.
14774
14775 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
14776 which has the guts of the old verror function.
14777
14778 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
14779 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
14780
14781 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
14782 (font_unparse_xlfd): Don't blindly alloca long strings.
14783 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
14784 fits in int, when using sprintf. Use single snprintf to count
14785 length of string rather than counting it via multiple sprintfs;
14786 that's simpler and more reliable.
14787 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
14788 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
14789 sprintf, in case result does not fit in int.
14790
14791 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
14792 (fontset_from_font): Print it.
14793
14794 * frame.c (tty_frame_count): Now printmax_t, not int.
14795 (make_terminal_frame, set_term_frame_name): Print it.
14796 (x_report_frame_params): In X, window IDs are unsigned long,
14797 not signed long, so print them as unsigned.
14798 (validate_x_resource_name): Check for implausibly long names,
14799 and don't assume name length fits in 'int'.
14800 (x_get_resource_string): Don't blindly alloca invocation name;
14801 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
14802 not fit in int.
14803
14804 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
14805 (xg_check_special_colors, xg_set_geometry):
14806 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
14807
14808 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
14809 Use esprintf, not sprintf, in case result does not fit in int.
14810
14811 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
14812 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
14813 it as a large positive number.
14814 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
14815 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
14816
14817 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
14818 in case result does not fit in int.
14819
14820 * print.c (float_to_string): Detect width overflow more reliably.
14821 (print_object): Make sprintf buffer a bit bigger, to avoid potential
14822 buffer overrun. Don't assume list length fits in 'int'. Treat
14823 print length of 0 as 0, not as infinity; to be consistent with other
14824 uses of print length in this function. Don't overflow print length
14825 index. Don't assume hash table size fits in 'long', or that
14826 vectorlike size fits in 'unsigned long'.
14827
14828 * process.c (make_process): Use printmax_t, not int, to format
14829 process-name gensyms.
14830
14831 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
14832
14833 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
14834 to avoid potential buffer overrun.
14835
14836 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
14837 if X resource line is longer than 512 bytes.
14838
14839 * xfns.c (x_window): Make sprintf buffer a bit bigger
14840 to avoid potential buffer overrun.
14841
14842 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
14843
14844 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
14845
14846 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
14847
14848 Integer overflow fixes for scrolling, etc.
14849 Without these, Emacs silently mishandles large integers sometimes.
14850 For example, "C-u 4294967297 M-x recenter" was treated as if
14851 it were "C-u 1 M-x recenter" on a typical 64-bit host.
14852
14853 * xdisp.c (try_window_id): Check Emacs fixnum range before
14854 converting to 'int'.
14855
14856 * window.c (window_scroll_line_based, Frecenter):
14857 Check that an Emacs fixnum is in range before assigning it to 'int'.
14858 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
14859 values converted from Emacs fixnums.
14860 (Frecenter): Don't wrap around a line count if it is out of 'int'
14861 range; instead, treat it as an extreme value.
14862 (Fset_window_configuration, compare_window_configurations):
14863 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
14864
14865 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
14866 that can exceed INT_MAX. Check that EMACS_INT value is in range
14867 before assigning it to the (possibly-narrower) index.
14868 (match_limit): Don't assume that a fixnum can fit in 'int'.
14869
14870 * print.c (print_object): Use ptrdiff_t, not int, for index that can
14871 exceed INT_MAX.
14872
14873 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
14874 (Fvertical_motion): Don't wrap around LINES values that don't fit
14875 in 'int'. Instead, treat them as extreme values. This is good
14876 enough for windows, which can't have more than INT_MAX lines anyway.
14877
14878 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14879
14880 * Require libxml/parser.h to avoid compilation warning.
14881
14882 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
14883
14884 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
14885 since this reportedly can destroy thread storage.
14886
14887 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
14888
14889 * syntax.c (find_defun_start): Update all cache variables if
14890 exiting early (Bug#9401).
14891
14892 2011-08-30 Eli Zaretskii <eliz@gnu.org>
14893
14894 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
14895
14896 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
14897 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
14898 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
14899
14900 * term.c (tty_append_glyph): New function.
14901 (produce_stretch_glyph): Static function and its prototype deleted.
14902
14903 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
14904 Add prototypes.
14905
14906 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
14907
14908 * image.c (parse_image_spec): Check for nonnegative, not for positive,
14909 when checking :margin (Bug#9390).
14910 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
14911 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
14912 so that the name doesn't mislead. All uses changed.
14913
14914 2011-08-28 Johan Bockgård <bojohan@gnu.org>
14915
14916 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
14917 set_tty_hooks.
14918
14919 2011-08-27 Eli Zaretskii <eliz@gnu.org>
14920
14921 * xdisp.c (move_it_to): Don't bail out early when reaching
14922 position beyond to_charpos, if we are scanning backwards.
14923 (move_it_vertically_backward): When DY == 0, make sure we get to
14924 the first character in the line after the newline.
14925
14926 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
14927
14928 * ccl.c: Improve and simplify overflow checking (Bug#9196).
14929 (ccl_driver): Do not generate an out-of-range pointer.
14930 (Fccl_execute_on_string): Remove unnecessary check for
14931 integer overflow, noted by Stefan Monnier in
14932 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
14933 Remove a FIXME that didn't need fixing.
14934 Simplify the newly-introduced buffer reallocation code.
14935
14936 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
14937
14938 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
14939
14940 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
14941
14942 Integer and memory overflow issues (Bug#9196).
14943
14944 * doc.c (get_doc_string): Rework so that
14945 get_doc_string_buffer_size is the actual buffer size, rather than
14946 being 1 less than the actual buffer size; this makes xpalloc more
14947 convenient.
14948
14949 * image.c (x_allocate_bitmap_record, cache_image):
14950 * xselect.c (Fx_register_dnd_atom):
14951 Simplify previous changes by using xpalloc.
14952
14953 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
14954 since either will do and ptrdiff_t is convenient with xpalloc.
14955
14956 * charset.c (charset_table_size)
14957 (struct charset_sort_data.priority): Now ptrdiff_t.
14958 (charset_compare): Don't overflow if priorities differ greatly.
14959 (Fsort_charsets): Don't assume list length fits in int.
14960 Check for size-calculation overflow when allocating sort data.
14961 (syms_of_charset): Allocate an initial charset table that is
14962 just under 64 KiB, to avoid problems with glibc malloc and mmap.
14963
14964 * cmds.c (internal_self_insert): Check for size-calculation overflow.
14965
14966 * composite.h (struct composition.glyph_len): Now int, not unsigned.
14967 The actual value is always <= INT_MAX, and leaving it unsigned made
14968 overflow checking harder.
14969
14970 * dispextern.h (struct glyph_matrix.rows_allocated)
14971 (struct face_cache.size): Now ptrdiff_t, for convenience in use
14972 with xpalloc. The values are still always <= INT_MAX.
14973
14974 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
14975
14976 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
14977 (SAFE_NALLOCA): New macro.
14978
14979 * region-cache.c (struct boundary.pos, find_cache_boundary)
14980 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
14981 (set_cache_region, invalidate_region_cache)
14982 (revalidate_region_cache, know_region_cache, region_cache_forward)
14983 (region_cache_backward, pp_cache):
14984 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
14985 so that ptrdiff_t * can be passed to xpalloc.
14986 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
14987 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
14988 (pp_cache): Don't assume cache_len fits in int.
14989 * region-cache.h: Adjust extern decls to match.
14990
14991 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
14992 EMACS_INT, since either will do, for xpalloc.
14993
14994 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
14995 (xnmalloc, xnrealloc, xpalloc): New functions.
14996
14997 * bidi.c (bidi_shelve_header_size): New constant.
14998 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
14999 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
15000
15001 * bidi.c (bidi_cache_shrink):
15002 * buffer.c (overlays_at, overlays_in, record_overlay_string)
15003 (overlay_strings):
15004 Don't update size of array until after memory allocation succeeds,
15005 because xmalloc/xrealloc may not return.
15006 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
15007 now that we have proper integer overflow checking.
15008 (record_overlay_string, overlay_strings): Catch overflows when
15009 calculating size of overlay_str_buf.
15010
15011 * callproc.c (Fcall_process): Check for size overflow when
15012 calculating size of args2.
15013 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
15014 Normally we prefer signed values, but sticking with ptrdiff_t would
15015 require adding more-complicated checks.
15016
15017 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
15018 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
15019 Redo buffer-overflow calculations to avoid integer overflow.
15020 Add a FIXME comment where memory seems to be over-allocated.
15021
15022 * character.c (Fstring): Check for size-calculation overflow.
15023
15024 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
15025 unnecessary integer overflow. Check for size overflow.
15026 (encode_coding_object): Don't update size until xmalloc succeeds.
15027
15028 * composite.c (get_composition_id): Check for overflow in glyph
15029 length calculations.
15030
15031 Integer and memory overflow fixes for display code.
15032 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
15033 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
15034 (scrolling_window): Check for overflow in size calculations.
15035 (line_draw_cost, realloc_glyph_pool, add_row_entry):
15036 Don't assume glyph table len fits in int.
15037 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
15038 (row_table_size): Now ptrdiff_t, not int.
15039 (scrolling_window): Avoid overflow in size calculations.
15040 Don't update size until allocation succeeds.
15041 * fns.c (concat): Check for overflow in size calculations.
15042 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
15043 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
15044 (NEXT_ALMOST_PRIME_LIMIT): New constant.
15045
15046 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
15047 (get_doc_string): Check for size calculation overflow.
15048 Don't update size until allocation succeeds.
15049 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
15050 EMACS_INT, where ptrdiff_t will do.
15051 (Fsubstitute_command_keys): Check for string overflow.
15052
15053 * editfns.c (set_time_zone_rule): Don't assume environment length
15054 fits in int.
15055 (message_length): Now ptrdiff_t, not int.
15056 (Fmessage_box): Don't update size until allocation succeeds.
15057 Don't assume message length fits in int.
15058 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
15059
15060 * emacs.c (main): Do not reallocate argv, since there is a null at
15061 the end that can be overwritten, and this way there's no need to
15062 worry about size-calculation overflow.
15063 (sort_args): Check for size-calculation overflow.
15064
15065 * eval.c (init_eval_once, grow_specpdl): Don't update size until
15066 alloc succeeds.
15067 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
15068
15069 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
15070 (x_set_scroll_bar_width, x_figure_window_size):
15071 Check for integer overflow.
15072 (x_set_alpha): Do not assume XINT fits in int.
15073
15074 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
15075 This is for the members text_lines, text_cols, total_lines, total_cols,
15076 where the system imposes an 'int' limit.
15077
15078 * fringe.c (Fdefine_fringe_bitmap):
15079 Don't update size until alloc works.
15080
15081 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
15082 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
15083
15084 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
15085 Check for size-calculation overflow.
15086 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
15087 do, as we prefer signed integers.
15088 (id_to_widget.max_size, id_to_widget.used)
15089 (xg_store_widget_in_map, xg_remove_widget_from_map)
15090 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
15091 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
15092 Use and return ptrdiff_t, not int.
15093 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
15094 * gtkutil.h: Change prototypes to match the above.
15095
15096 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
15097 are duplicate now that they've been promoted to lisp.h.
15098 (x_allocate_bitmap_record, x_alloc_image_color)
15099 (make_image_cache, cache_image, xpm_load):
15100 Don't update size until alloc is done.
15101 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
15102 (x_detect_edges):
15103 Check for size calculation overflow.
15104 (ct_colors_allocated_max): New constant.
15105 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
15106 overflow.
15107
15108 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
15109 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
15110 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
15111 Use ptrdiff_t, not int, to count maps.
15112 (read_char_minibuf_menu_prompt): Check for overflow in size
15113 calculations. Don't update size until allocation succeeds.
15114 Redo calculations to avoid overflow.
15115 * keyboard.h: Change prototypes to match the above.
15116
15117 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
15118 to count maps.
15119 (current_minor_maps): Check for size calculation overflow.
15120 * keymap.h: Change prototypes to match the above.
15121
15122 * lread.c (read1, init_obarray): Don't update size until alloc done.
15123
15124 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
15125 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
15126
15127 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
15128 Now ptrdiff_t, not int.
15129 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
15130 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
15131
15132 * process.c (Fnetwork_interface_list): Check for overflow
15133 in size calculation.
15134
15135 * region-cache.c (move_cache_gap): Check for size calculation overflow.
15136
15137 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
15138 overflow. Don't bother calling xmalloc when xrealloc will do.
15139
15140 * search.c (Freplace_match): Check for size calculation overflow.
15141 (Fset_match_data): Don't assume list lengths fit in 'int'.
15142
15143 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
15144 for command line length. Do not attempt to address one before the
15145 beginning of an array, as that's not portable.
15146
15147 * term.c (max_frame_lines): Remove; unused.
15148 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
15149 not int.
15150 (encode_terminal_code, calculate_costs): Check for size
15151 calculation overflow.
15152 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
15153 table lengths and related sizes. Don't update size until alloc
15154 done. Redo calculations to avoid overflow.
15155 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
15156
15157 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
15158 subtracting pointers.
15159 (gobble_line): Check for overflow more carefully. Don't update size
15160 until alloc done.
15161
15162 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
15163 Don't update size until alloc done.
15164 Redo size calculations to avoid overflow.
15165 Check for size calculation overflow.
15166 (main) [DEBUG]: Fix typo in invoking tparam1.
15167
15168 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
15169 Use ptrdiff_t, not int, for sizes.
15170 (store_mode_line_noprop_char): Don't update size until alloc done.
15171
15172 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
15173 Use ptrdiff_t, not int, for sizes.
15174 (Finternal_make_lisp_face, cache_face):
15175 Check for size calculation overflow.
15176 (cache_face): Treat size calculation overflows as if they were
15177 memory exhaustion (the usual treatment), rather than aborting.
15178
15179 * xfns.c (x_encode_text, x_set_name_internal)
15180 (Fx_change_window_property): Use ptrdiff_t, not int, to count
15181 sizes, since they can exceed INT_MAX in size. Check for size
15182 calculation overflow.
15183
15184 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
15185 (xg_select): Check for size calculation overflow.
15186 Don't update size until alloc done.
15187
15188 * xrdb.c (get_environ_db): Don't assume path length fits in int,
15189 as sprintf is limited to int lengths.
15190
15191 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
15192 (X_LONG_MIN): New macros.
15193 Use them to make the following changes clearer.
15194 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
15195 This change doesn't affect the value now, but it may help remind
15196 future maintainers not to raise the value too much later.
15197 (SELECTION_QUANTUM): Remove, replacing with ...
15198 (selection_quantum): ... new function, which avoids overflow.
15199 All uses changed.
15200 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
15201 assumption that selection length fits in 'int'.
15202 (x_reply_selection_request, x_handle_selection_request)
15203 (x_get_window_property, receive_incremental_selection)
15204 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
15205 (lisp_data_to_selection_data, clean_local_selection_data):
15206 Use ptrdiff_t, not int, to record length of selection.
15207 (x_reply_selection_request, x_get_window_property)
15208 (receive_incremental_selection, x_property_data_to_lisp):
15209 Redo calculations to avoid overflow.
15210 (x_reply_selection_request): When sending hint, ceiling it at
15211 X_LONG_MAX rather than relying on wraparound overflow to send
15212 something.
15213 (x_get_window_property, receive_incremental_selection)
15214 (lisp_data_to_selection_data, x_property_data_to_lisp):
15215 Check for size-calculation overflow.
15216 (x_get_window_property, receive_incremental_selection)
15217 (lisp_data_to_selection_data, Fx_register_dnd_atom):
15218 Don't store size until memory allocation succeeds.
15219 (x_get_window_property): Plug memory leak on memory exhaustion.
15220 Don't double-block input; malloc is safe here. Don't assume 2**34
15221 - 4 fits in unsigned long. Add an xassert to check
15222 XGetWindowProperty overflow. Be more careful about overflow
15223 calculations, and distinguish size from memory overflow better.
15224 (receive_incremental_selection): When tracing, don't assume
15225 unsigned int is less than INT_MAX.
15226 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
15227 harmful) conversions of unsigned short to int.
15228 (lisp_data_to_selection_data): Don't assume that integers
15229 in the range -65535 through -1 fit in an X unsigned short.
15230 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
15231 result parameters unless successful. Rely on cons_to_unsigned
15232 to report problems with elements; the old code wasn't right anyway.
15233 (x_check_property_data): Check for int overflow; we cannot use
15234 a wider type due to X limits.
15235 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
15236
15237 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
15238
15239 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
15240 (x_term_init): Check for size calculation overflow.
15241 (x_color_cells): Don't store size until memory allocation succeeds.
15242 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
15243 Don't assume alloca size is less than MAX_ALLOCA.
15244 (x_term_init): Don't assume length fits in int (sprintf is limited
15245 to int size).
15246
15247 Use ptrdiff_t for composition IDs.
15248 * character.c (lisp_string_width):
15249 * composite.c (composition_table_size, n_compositions)
15250 (get_composition_id, composition_gstring_from_id):
15251 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
15252 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
15253 * window.c (Frecenter):
15254 Use ptrdiff_t, not int, for composition IDs.
15255 * composite.c (get_composition_id): Check for integer overflow.
15256 * composite.h: Adjust prototypes to match the above changes.
15257
15258 Use ptrdiff_t for hash table indexes.
15259 * category.c (hash_get_category_set):
15260 * ccl.c (ccl_driver):
15261 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
15262 * coding.c (coding_system_charset_list, detect_coding_system):
15263 * coding.h (struct coding_system.id):
15264 * composite.c (get_composition_id, gstring_lookup_cache):
15265 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
15266 * image.c (xpm_get_color_table_h):
15267 * lisp.h (hash_lookup, hash_put):
15268 * minibuf.c (Ftest_completion):
15269 Use ptrdiff_t for hash table indexes, not int (which is too
15270 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
15271 32-bit --with-wide-int hosts).
15272
15273 * charset.c (Fdefine_charset_internal): Check for integer overflow.
15274 Add a FIXME comment about memory leaks.
15275 (syms_of_charset): Don't assume xmalloc returns.
15276
15277 Don't assume that stated character widths fit in int.
15278 * character.c (Fchar_width, c_string_width, lisp_string_width):
15279 * character.h (CHAR_WIDTH):
15280 * indent.c (MULTIBYTE_BYTES_WIDTH):
15281 Use sanitize_char_width to avoid undefined and/or bad behavior
15282 with outlandish widths.
15283 * character.h (sanitize_tab_width): Rename from sanitize_width,
15284 now that we have two such functions. All uses changed.
15285 (sanitize_char_width): New inline function.
15286
15287 Don't assume that tab-width fits in int.
15288 * character.h (sanitize_width): New inline function.
15289 (SANE_TAB_WIDTH): New macro.
15290 (ASCII_CHAR_WIDTH): Use it.
15291 * indent.c (sane_tab_width): Remove. All uses replaced by
15292 SANE_TAB_WIDTH (current_buffer).
15293 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
15294
15295 * fileio.c: Integer overflow issues with file modes.
15296 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
15297
15298 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
15299 Remove unreachable code.
15300 (read_hex, load_charset_map_from_file): Check for integer overflow.
15301
15302 * xterm.c: Don't go over XClientMessageEvent limit.
15303 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
15304 (x_send_scroll_bar_event): Likewise. Check that the size does not
15305 exceed limits imposed by XClientMessageEvent, as well as the usual
15306 ptrdiff_t and size_t limits.
15307
15308 * keyboard.c: Overflow, signedness and related fixes.
15309 (make_lispy_movement): Use same integer type in forward decl
15310 that is used in the definition.
15311 (read_key_sequence, keyremap_step):
15312 Change bufsize argument back to int, undoing my 2011-03-30 change.
15313 We prefer signed types, and int is wide enough here.
15314 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
15315 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
15316 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
15317 length, not size_t. Use ptrdiff_t for index, not int.
15318 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
15319 possibility of integer overflow.
15320
15321 Overflow, signedness and related fixes for images.
15322
15323 * dispextern.h (struct it.stack[0].u.image.image_id)
15324 (struct_it.image_id, struct image.id, struct image_cache.size)
15325 (struct image_cache.used, struct image_cache.ref_count):
15326 * gtkutil.c (update_frame_tool_bar):
15327 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
15328 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
15329 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
15330 * nsmenu.m (update_frame_tool_bar):
15331 * xdisp.c (calc_pixel_width_or_height):
15332 * xfns.c (image_cache_refcount):
15333 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
15334 on typical 64-bit hosts.
15335
15336 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
15337 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
15338 Omit unnecessary casts to int.
15339 (parse_image_spec): Check that integers fall into 'int' range
15340 when the callers expect that.
15341 (image_ascent): Redo ascent calculation to avoid int overflow.
15342 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
15343 (lookup_image): Remove unnecessary tests.
15344 (xbm_image_p): Locals are now of int, not EMACS_INT,
15345 since parse_image_check makes sure they fit into int.
15346 (png_load, gif_load, svg_load_image):
15347 Prefer int to unsigned where either will do.
15348 (tiff_handler): New function, combining the cores of the
15349 old tiff_error_handler and tiff_warning_handler.
15350 This function is rewritten to use vsnprintf and thereby avoid
15351 stack buffer overflows. It uses only the features of vsnprintf
15352 that are common to both POSIX and native Microsoft.
15353 (tiff_error_handler, tiff_warning_handler): Use it.
15354 (tiff_load, gif_load, imagemagick_load_image):
15355 Don't assume :index value fits in 'int'.
15356 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
15357 (imagemagick_load_image): Check that crop parameters fit into
15358 the integer types that MagickCropImage accepts. Don't assume
15359 Vimagemagick_render_type has a nonnegative value. Don't assume
15360 size_t fits in 'long'.
15361 (gs_load): Use printmax_t to print the widest integers possible.
15362 Check for integer overflow when computing image height and width.
15363
15364 2011-08-26 Eli Zaretskii <eliz@gnu.org>
15365
15366 * xdisp.c (redisplay_window): Don't force window start if point
15367 will be invisible in the resulting window. (Bug#9324)
15368
15369 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15370
15371 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
15372 the display spec is of the form `(space ...)'.
15373 (handle_display_spec): Return the value returned by
15374 handle_single_display_spec, not just 1 or zero.
15375 (handle_single_display_spec): If the display spec is of the form
15376 `(space ...)', and specifies display in the text area, return 2
15377 rather than 1.
15378 (try_cursor_movement): Check for the need to scroll more
15379 accurately, and prefer exact match for point under bidi.
15380 Don't advance `row' beyond the last row of the window.
15381
15382 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
15383 into disp_prop; all users changed.
15384
15385 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
15386 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
15387 for the text covered by the display property.
15388
15389 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15390
15391 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
15392 Change return value to nil.
15393 (Frecord_buffer): Delete unused function.
15394
15395 2011-08-24 Eli Zaretskii <eliz@gnu.org>
15396
15397 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
15398 buffers, return left-to-right.
15399 (set_cursor_from_row): Consider candidate row a win if its glyph
15400 represents a newline and point is on that newline. Fixes cursor
15401 positioning on the newline at EOL of R2L text within L2R
15402 paragraph, and vice versa.
15403 (try_cursor_movement): Check continued rows, in addition to
15404 continuation rows. Fixes unwarranted scroll when point enters a
15405 continued line of R2L text within an L2R paragraph, or vice versa.
15406 (cursor_row_p): Consider the case of point being equal to
15407 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
15408 from the end of a short line to the beginning of a continued line
15409 of R2L text within L2R paragraph.
15410 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
15411 composed characters.
15412
15413 * bidi.c (bidi_check_type): Use xassert.
15414 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
15415 members.
15416
15417 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15418
15419 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
15420 a character.
15421
15422 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
15423
15424 * nsfont.m (ns_otf_to_script): Fix typo.
15425
15426 2011-08-22 Kenichi Handa <handa@m17n.org>
15427
15428 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
15429 extra slot even if the purpose is char-code-property-table.
15430
15431 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15432
15433 * xdisp.c (redisplay_window): When computing centering_position,
15434 account for the height of the header line. (Bug#8874)
15435
15436 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
15437 instead of CHAR_TO_BYTE. Fixes a crash when a completion
15438 candidate is selected by the mouse, and that candidate has a
15439 composed character under the mouse.
15440
15441 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
15442 coordinates reported by pos-visible-in-window-p for a composed
15443 character in column zero.
15444
15445 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
15448
15449 2011-08-22 Eli Zaretskii <eliz@gnu.org>
15450
15451 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
15452 consider it a hit if to_charpos is anywhere in the range of the
15453 composed buffer positions.
15454
15455 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15456
15457 * image.c (gif_load): Don't assume that each subimage has the same
15458 dimensions as the base image. Handle disposal method that is
15459 "undefined" by the gif spec (Bug#9335).
15460
15461 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15462
15463 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
15464 (Fcondition_case): Document `debug' symbol in error handler.
15465
15466 2011-08-19 Eli Zaretskii <eliz@gnu.org>
15467
15468 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
15469 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
15470 from an Org mode buffer to a Speedbar frame.
15471
15472 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
15473 a composition, take its buffer position from IT->cmp_it.charpos.
15474 Fixes cursor positioning at the beginning of a line that begins
15475 with a composed character.
15476
15477 2011-08-18 Eli Zaretskii <eliz@gnu.org>
15478
15479 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
15480 character bidirectional type, use STRONG_L instead. Fixes crashes
15481 in a buffer produced by `describe-categories'.
15482
15483 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
15484 members before the level stack, so they would be saved and
15485 restored when copying iterator state. Fixes incorrect reordering
15486 around TABs covered by display properties.
15487
15488 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
15489
15490 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
15491
15492 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
15493
15494 * eval.c (internal_condition_case, internal_condition_case_1)
15495 (internal_condition_case_2, internal_condition_case_n):
15496 Remove unnecessary aborts (Bug#9081).
15497
15498 2011-08-17 Eli Zaretskii <eliz@gnu.org>
15499
15500 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
15501 has no `load' handler, try opening the file locally. (Bug#9311)
15502
15503 2011-08-16 Ken Brown <kbrown@cornell.edu>
15504
15505 * gmalloc.c: Expand comment.
15506
15507 2011-08-16 Eli Zaretskii <eliz@gnu.org>
15508
15509 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
15510 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
15511
15512 2011-08-16 Ken Brown <kbrown@cornell.edu>
15513
15514 Fix memory allocation problems in Cygwin build (Bug#9273).
15515
15516 * unexcw.c ( __malloc_initialized): Declare external variable.
15517 (fixup_executable): Force the dumped emacs to reinitialize malloc.
15518
15519 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
15520 New variables.
15521 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
15522 dumped emacs.
15523 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
15524 in the static heap.
15525 [CYGWIN] (special_realloc): New function.
15526 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
15527 requests to realloc storage in the static heap.
15528
15529 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
15530
15531 * bidi.c (bidi_initialize): Remove unused local.
15532
15533 2011-08-15 Eli Zaretskii <eliz@gnu.org>
15534
15535 * bidimirror.h:
15536 * biditype.h: Remove file.
15537 * makefile.w32-in ($(BLD)/bidi.$(O)):
15538 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
15539
15540 * dispextern.h: Fix a typo in the comment to bidi_type_t.
15541
15542 * chartab.c: Improve commentary for the uniprop_table API.
15543
15544 * bidi.c (bidi_paragraph_init): Support zero value of
15545 bidi_ignore_explicit_marks_for_paragraph_level.
15546 (bidi_initialize): Use uniprop_table instead of including
15547 biditype.h and bidimirror.h.
15548
15549 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
15550 coordinates of the iterator when restoring from ppos_it.
15551 (Bug#9296)
15552
15553 2011-08-14 Kenichi Handa <handa@m17n.org>
15554
15555 * process.c (create_process): Call setup_process_coding_systems
15556 after the pid of the process is set to -1 (Bug#8162).
15557
15558 2011-08-14 Eli Zaretskii <eliz@gnu.org>
15559
15560 * xdisp.c (move_it_in_display_line_to): Don't invoke
15561 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
15562 ppos_it. Fixes vertical cursor motion when line beginning is
15563 covered by an image. (Bug#9296)
15564
15565 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
15566
15567 * nsterm.h (ns_run_ascript): Declare.
15568 (NSAPP_DATA2_RUNASSCRIPT): Define.
15569
15570 * nsfns.m (as_script, as_result, as_status): New static variables.
15571 (ns_run_ascript): New function.
15572 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
15573 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
15574 the event loop. Get status from as_status (Bug#7276).
15575
15576 * nsterm.m (sendEvent): If event is NSApplicationDefined and
15577 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
15578 the event loop (Bug#7276).
15579
15580 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
15581
15582 * gnutls.c (QCgnutls_bootprop_priority)
15583 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
15584 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
15585 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
15586 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
15587 (QCgnutls_bootprop_verify_hostname_error)
15588 (QCgnutls_bootprop_callbacks_verify): Rename from
15589 Qgnutls_bootprop_..., all uses changed.
15590
15591 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
15592 uses changed.
15593
15594 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
15595
15596 * xfaces.c (Qframe_set_background_mode): Now static.
15597 * dispextern.h (Qframe_set_background_mode): Remove decl.
15598
15599 * process.c (Fnetwork_interface_info): Declare local only if needed.
15600
15601 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
15602
15603 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
15604 (Fnetwork_interface_list): Allocate in increments of bytes instead
15605 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
15606 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
15607 sockaddr.
15608 (struct ifflag_def): notrailers is smart on OSX.
15609 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
15610 Get hardware address with getifaddrs if available.
15611
15612 2011-08-12 Eli Zaretskii <eliz@gnu.org>
15613
15614 * xdisp.c (iterate_out_of_display_property): xassert that
15615 IT->position is set to within IT->object's boundaries. Break from
15616 the loop as soon as EOB is reached; avoids infloops in redisplay
15617 when IT->position is set up wrongly due to some bug.
15618 Set IT->current to match the bidi iterator unconditionally.
15619 (push_display_prop): Allow GET_FROM_STRING as IT->method on
15620 entry. Force push_it to save on the stack the current
15621 buffer/string position, to be restored by pop_it. Fix flags in
15622 the iterator structure wrt the object coming from a display
15623 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
15624 properties. (Bug#9284)
15625
15626 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15627
15628 * fontset.c (fontset_get_font_group): Add proper type checks.
15629 (Bug#9172)
15630
15631 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15632
15633 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
15634 and LC_VERSION_MIN_MACOSX.
15635 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
15636 (dump_it) [LC_FUNCTION_STARTS]: Use it.
15637
15638 2011-08-08 Eli Zaretskii <eliz@gnu.org>
15639
15640 * xdisp.c (forward_to_next_line_start): Allow to use the
15641 no-display-properties-and-no-overlays under bidi display.
15642 Set disp_pos in the bidi iterator to avoid searches for display
15643 properties and overlays.
15644
15645 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15646
15647 * editfns.c (Fset_time_zone_rule): Document relationship with the
15648 setenv function.
15649
15650 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
15651 the font entity extracted from the cache (Bug#8109).
15652
15653 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
15654
15655 * composite.c (autocmp_chars): Don't reset point. That is done by
15656 restore_point_unwind (Bug#5984).
15657
15658 2011-08-07 Juri Linkov <juri@jurta.org>
15659
15660 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
15661 to show the arg `TIME' instead of `TIMEVAL'.
15662
15663 2011-08-06 Eli Zaretskii <eliz@gnu.org>
15664
15665 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
15666 display property strides EOL and includes a newline, as in
15667 longlines-mode. (Bug#9254)
15668 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
15669 word-wrap under bidirectional display. (Bug#9224)
15670
15671 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
15672 is non-zero, even if the data buffer is NULL. Fixes a crash in
15673 vertical-motion with longlines-mode. (Bug#9254)
15674
15675 2011-08-05 Eli Zaretskii <eliz@gnu.org>
15676
15677 * bidi.c <bidi_cache_total_alloc>: Now static.
15678 (bidi_initialize): Initialize bidi_cache_total_alloc.
15679
15680 * xdisp.c (display_line): Release buffer allocated for shelved bidi
15681 cache. (Bug#9221)
15682
15683 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
15684 amount allocated this far in `bidi_cache_total_alloc'.
15685 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
15686 non-zero, only free the data buffer without restoring the cache
15687 contents. All callers changed.
15688
15689 * dispextern.h (bidi_unshelve_cache): Update prototype.
15690
15691 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
15692 (move_it_in_display_line, move_it_to)
15693 (move_it_vertically_backward, move_it_by_lines): Replace the call
15694 to xfree to an equivalent call to bidi_unshelve_cache.
15695 (move_it_in_display_line_to): Fix logic of returning
15696 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
15697
15698 2011-08-05 Eli Zaretskii <eliz@gnu.org>
15699
15700 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
15701 came from a string character with a `cursor' property. (Bug#9229)
15702
15703 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
15704
15705 * Makefile.in (LIB_PTHREAD): New variable.
15706 (LIBES): Add LIB_PTHREAD (Bug#9216).
15707
15708 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
15709 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
15710
15711 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
15712
15713 * regex.c (re_iswctype): Remove some redundant boolean conversions.
15714
15715 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
15716
15717 * xterm.c (x_find_topmost_parent): New function.
15718 (x_set_frame_alpha): Find topmost parent window with
15719 x_find_topmost_parent and set the property there also (bug#9181).
15720 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
15721
15722 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
15723
15724 * callproc.c (Fcall_process): Avoid vfork clobbering
15725 the local vars buffer, coding_systems, current_dir.
15726
15727 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * keymap.c (Fmake_composed_keymap): Move to subr.el.
15730
15731 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
15732
15733 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
15734 so that it is not optimized away.
15735
15736 * xdisp.c (compute_display_string_pos): Remove unused local.
15737
15738 2011-08-02 Eli Zaretskii <eliz@gnu.org>
15739
15740 Fix slow cursor motion and scrolling in large buffers with
15741 selective display, like Org Mode buffers. (Bug#9218)
15742
15743 * dispextern.h (struct bidi_it): New member disp_prop_p.
15744
15745 * xdisp.c: Remove one-slot cache of display string positions.
15746 (compute_display_string_pos): Accept an additional argument
15747 DISP_PROP_P; callers changed. Scan at most 5K characters forward
15748 for a display string or property. If found, set DISP_PROP_P
15749 non-zero.
15750
15751 * bidi.c (bidi_fetch_char): Accept an additional argument
15752 DISP_PROP_P, and pass it to compute_display_string_pos.
15753 Only handle text covered by a display string if DISP_PROP_P is returned
15754 non-zero. All callers of bidi_fetch_char changed.
15755
15756 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
15759
15760 2010-12-03 Don March <don@ohspite.net>
15761
15762 * keymap.c (Fdefine_key): Fix non-prefix key error message when
15763 last character M-[char] is translated to ESC [char] (bug#7541).
15764
15765 2011-08-02 Kenichi Handa <handa@m17n.org>
15766
15767 * lisp.h (uniprop_table): Extern it.
15768
15769 * chartab.c (uniprop_table): Make it non-static.
15770
15771 2011-08-01 Eli Zaretskii <eliz@gnu.org>
15772
15773 * xdisp.c (forward_to_next_line_start): Accept additional argument
15774 BIDI_IT_PREV, and store into it the state of the bidi iterator had
15775 on the newline.
15776 (reseat_at_next_visible_line_start): Use the bidi iterator state
15777 returned by forward_to_next_line_start to restore the state of
15778 it->bidi_it after backing up to previous newline. (Bug#9212)
15779
15780 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
15781
15782 * regex.c (re_comp): Protoize.
15783 (re_exec): Fix return type.
15784 (regexec): Fix type of `ret'. (Bug#9203)
15785
15786 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15787
15788 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
15789 This is needed if max-image-size is a floating-point number.
15790
15791 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
15792
15793 * print.c (print_object): Print empty symbol as ##.
15794
15795 * lread.c (read1): Read ## as empty symbol.
15796
15797 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
15798
15799 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
15800 setting frame foreground color (Bug#9175).
15801 (x_set_background_color): Likewise.
15802
15803 * nsmenu.m (-setText): Size tooltip dimensions precisely to
15804 contents (Bug#9176).
15805 (EmacsTooltip -init): Remove bezels and add shadows to
15806 tooltip windows.
15807
15808 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
15809 or scroll bar (Bug#8470).
15810
15811 * nsfont.m (nsfont_open): Remove assignment to voffset and
15812 unnecessary vars hshink, expand, hd, full_height, min_height.
15813 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
15814
15815 * nsterm.h (nsfont_info): Remove voffset field.
15816
15817 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
15818
15819 Implement strike-through and overline on NextStep (Bug#8863).
15820
15821 * nsfont.m (nsfont_open): Use underline position provided by font,
15822 instead of hard-coded value of 2.
15823 (nsfont_draw): Call ns_draw_text_decoration instead.
15824
15825 * nsterm.h: Add declaration for ns_draw_text_decoration.
15826
15827 * nsterm.m (ns_draw_text_decoration): New function for drawing
15828 underline, overline, and strike-through.
15829 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
15830 ns_draw_text_decoration. Change treatment of cursor drawing to
15831 accommodate underlining, etc.
15832
15833 2011-07-28 Eli Zaretskii <eliz@gnu.org>
15834
15835 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
15836 default.
15837
15838 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15839
15840 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
15841 Without this fix, if a signal arrives just after memory fills up,
15842 'malloc' might be invoked reentrantly.
15843
15844 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
15845 In other words, assume that every image size is allowed, on non-X
15846 hosts. This assumption is probably wrong, but it lets Emacs compile.
15847
15848 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
15849
15850 * regex.c (re_iswctype): Convert return values to boolean.
15851
15852 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
15853
15854 * xdisp.c (compute_display_string_pos): Don't use cached display
15855 string position if the buffer had its restriction changed.
15856 (Bug#9184)
15857
15858 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15859
15860 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
15861
15862 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15863
15864 Integer signedness and overflow and related fixes. (Bug#9079)
15865
15866 * bidi.c: Integer size and overflow fixes.
15867 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
15868 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
15869 (bidi_cache_find_level_change, bidi_cache_ensure_space)
15870 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
15871 (bidi_find_other_level_edge):
15872 Use ptrdiff_t instead of EMACS_INT where either will do.
15873 This works better on 32-bit hosts configured --with-wide-int.
15874 (bidi_cache_ensure_space): Check for size-calculation overflow.
15875 Use % rather than repeated addition, for better worst-case speed.
15876 Don't set bidi_cache_size until after xrealloc returns, because it
15877 might not return.
15878 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
15879 (bidi_cache_ensure_space): Also check that the bidi cache size
15880 does not exceed that of the largest Lisp string or buffer. See Eli
15881 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
15882
15883 * alloc.c (__malloc_size_t): Remove.
15884 All uses replaced by size_t. See Andreas Schwab's note
15885 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
15886
15887 * image.c: Improve checking for integer overflow.
15888 (check_image_size): Assume that f is nonnull, since
15889 it is always nonnull in practice. This is one less thing to
15890 worry about when checking for integer overflow later.
15891 (x_check_image_size): New function, which checks for integer
15892 overflow issues inside X.
15893 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
15894 This removes the need for a memory_full check.
15895 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
15896 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
15897 (xbm_read_bitmap_data): Change locals back to 'int', since
15898 their values must fit in 'int'.
15899 (xpm_load_image, png_load, tiff_load):
15900 Invoke x_create_x_image_and_pixmap earlier,
15901 to avoid much needless work if the image is too large.
15902 (tiff_load): Treat overly large images as if
15903 x_create_x_image_and_pixmap failed, not as malloc failures.
15904 (gs_load): Use x_check_image_size.
15905
15906 * gtkutil.c: Omit integer casts.
15907 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
15908 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
15909
15910 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
15911
15912 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
15913 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
15914 would wrongly return t on a 64-bit host.
15915
15916 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
15917 The plain *_OVERFLOW macros run afoul of GCC bug 49705
15918 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
15919 and therefore cause GCC to emit a bogus diagnostic in some cases.
15920
15921 * image.c: Integer signedness and overflow and related fixes.
15922 This is not an exhaustive set of fixes, but it's time to
15923 record what I've got.
15924 (lookup_pixel_color, check_image_size): Remove redundant decls.
15925 (check_image_size): Don't assume that arbitrary EMACS_INT values
15926 fit in 'int', or that arbitrary 'double' values fit in 'int'.
15927 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
15928 (tiff_load, imagemagick_load_image):
15929 Check for overflow in size calculations.
15930 (x_create_x_image_and_pixmap): Remove unnecessary test for
15931 xmalloc returning NULL; that can't happen.
15932 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
15933 (xpm_color_bucket): Use better integer hashing function.
15934 (xpm_cache_color): Don't possibly over-allocate memory.
15935 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
15936 (gif_memory_source):
15937 Use ptrdiff_t, not int or size_t, to record sizes.
15938 (png_load): Don't assume values greater than 2**31 fit in 'int'.
15939 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
15940 either works, as we prefer signed integers.
15941 (tiff_read_from_memory, tiff_write_from_memory):
15942 Return tsize_t, not size_t, since that's what the TIFF API wants.
15943 (tiff_read_from_memory): Don't fail simply because the read would
15944 go past EOF; instead, return a short read.
15945 (tiff_load): Omit no-longer-needed casts.
15946 (Fimagemagick_types): Don't assume size fits into 'int'.
15947
15948 Improve hashing quality when configured --with-wide-int.
15949 * fns.c (hash_string): New function, taken from sxhash_string.
15950 Do not discard information about ASCII character case; this
15951 discarding is no longer needed.
15952 (sxhash-string): Use it. Change sig to match it. Caller changed.
15953 * lisp.h: Declare it.
15954 * lread.c (hash_string): Remove, since we now use fns.c's version.
15955 The fns.c version returns a wider integer if --with-wide-int is
15956 specified, so this should help the quality of the hashing a bit.
15957
15958 * emacs.c: Integer overflow minor fix.
15959 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
15960 Define only if GNU_LINUX.
15961 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
15962
15963 * dispnew.c: Integer signedness and overflow fixes.
15964 Remove unnecessary forward decls, that were a maintenance hassle.
15965 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
15966 All uses changed.
15967 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
15968 (scrolling_window): Use ptrdiff_t, not int, for byte count.
15969 (prepare_desired_row, line_draw_cost):
15970 Use int, not unsigned, where either works.
15971 (save_current_matrix, restore_current_matrix):
15972 Use ptrdiff_t, not size_t, where either works.
15973 (init_display): Check for overflow more accurately, and without
15974 relying on undefined behavior.
15975
15976 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
15977 Remove, replacing with the new symbols in lisp.h. All uses changed.
15978 * fileio.c (make_temp_name):
15979 * filelock.c (lock_file_1, lock_file):
15980 * xdisp.c (message_dolog):
15981 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
15982 Use pMd etc. instead.
15983 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
15984 replacing the pWIDE etc. symbols removed from editfns.c.
15985
15986 * keyboard.h (num_input_events): Now uintmax_t.
15987 This is (very slightly) less likely to mess up due to wraparound.
15988 All uses changed.
15989
15990 * buffer.c: Integer signedness fixes.
15991 (alloc_buffer_text, enlarge_buffer_text):
15992 Use ptrdiff_t rather than size_t when either will do, as we prefer
15993 signed integers.
15994
15995 * alloc.c: Integer signedness and overflow fixes.
15996 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
15997 (__malloc_size_t): Default to size_t, not to int.
15998 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
15999 (Fgarbage_collect, mark_object_loop_halt, mark_object):
16000 Prefer ptrdiff_t to size_t when either would do, as we prefer
16001 signed integers.
16002 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
16003 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
16004 Now const. Initialize with values that are in range even if char
16005 is signed.
16006 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
16007 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
16008 These functions do the right thing with sizes > 2**32.
16009 (check_depth): Now ptrdiff_t, not int.
16010 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
16011 Adjust to new way of storing sizes. Check for size overflow bugs
16012 in rest of code.
16013 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
16014 slightly wrong anyway, as it missed one instance of
16015 XMALLOC_OVERRUN_CHECK_OVERHEAD.
16016 (refill_memory_reserve): Omit needless cast to size_t.
16017 (mark_object_loop_halt): Mark as externally visible.
16018
16019 * xselect.c: Integer signedness and overflow fixes.
16020 (Fx_register_dnd_atom, x_handle_dnd_message):
16021 Use ptrdiff_t, not size_t, since we prefer signed.
16022 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
16023 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
16024 x_dnd_atoms_size and x_dnd_atoms_length.
16025
16026 * doprnt.c: Prefer signed to unsigned when either works.
16027 * eval.c (verror):
16028 * doprnt.c (doprnt):
16029 * lisp.h (doprnt):
16030 * xdisp.c (vmessage):
16031 Use ptrdiff_t, not size_t, when using or implementing doprnt,
16032 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
16033 prefer signed arithmetic to avoid comparison confusion.
16034 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
16035 but is a bit tricky.
16036
16037 Assume freestanding C89 headers, string.h, stdlib.h.
16038 * data.c, doprnt.c, floatfns.c, print.c:
16039 Include float.h unconditionally.
16040 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
16041 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
16042 * regex.c: Likewise for stddef.h, string.h.
16043 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
16044 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
16045 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
16046 (STDC_HEADERS): Remove obsolete defines.
16047 * sysdep.c: Include limits.h unconditionally.
16048
16049 Assume support for memcmp, memcpy, memmove, memset.
16050 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
16051 * regex.c (memcmp, memcpy):
16052 Remove; we assume C89 now.
16053
16054 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
16055 (__malloc_safe_bcopy): Remove; no longer needed.
16056
16057 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
16058 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
16059 well either way, and we prefer signed to unsigned.
16060
16061 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16062
16063 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
16064 closes the connection while we're reading (bug#9182).
16065
16066 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
16067
16068 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
16069 are specified (Bug#9168).
16070
16071 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
16072
16073 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
16074 Found by GCC static checking and --with-wide-int on a 32-bit host.
16075
16076 2011-07-25 Eli Zaretskii <eliz@gnu.org>
16077
16078 * xdisp.c (compute_display_string_pos): Fix logic of caching
16079 previous display string position. Initialize cached_prev_pos to
16080 -1. Fixes slow-down at the beginning of a buffer.
16081
16082 2011-07-24 Eli Zaretskii <eliz@gnu.org>
16083
16084 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
16085 for attrs[LFACE_FONTSET_INDEX].
16086
16087 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
16088
16089 * xml.c (parse_region): Remove unused local
16090 that was recently introduced.
16091
16092 2011-07-23 Eli Zaretskii <eliz@gnu.org>
16093
16094 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
16095 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
16096
16097 * xdisp.c (move_it_in_display_line_to): Record the best matching
16098 position for TO_CHARPOS while scanning the line, and restore it on
16099 exit if none of the characters scanned was an exact match.
16100 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
16101 when exact match is impossible due to invisible text, and the
16102 lines are truncated.
16103
16104 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
16105
16106 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
16107 for OSX >= 10.7.
16108
16109 2011-07-22 Eli Zaretskii <eliz@gnu.org>
16110
16111 Fix a significant slow-down of cursor motion with C-n, C-p,
16112 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
16113 auto-repeat under bidi redisplay in fontified buffers.
16114 * xdisp.c (compute_stop_pos_backwards): New function.
16115 (next_element_from_buffer): Call compute_stop_pos_backwards to
16116 find a suitable prev_stop when we find ourselves before
16117 base_level_stop.
16118 (reseat): Don't look for prev_stop, as that could mean a very long
16119 run.
16120 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
16121 <cached_disp_overlay_modiff>: Cache for last found display string
16122 position.
16123 (compute_display_string_pos): Return the cached position if asked
16124 about the same buffer in the same area of character positions, and
16125 the buffer wasn't changed since the time the display string
16126 position was cached.
16127
16128 2011-07-22 Eli Zaretskii <eliz@gnu.org>
16129
16130 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
16131 is an integer, which is important for empty lines. (Bug#9149)
16132
16133 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
16134
16135 * frame.c (Fmodify_frame_parameters): In tty case, update the
16136 default face if necessary (Bug#4238).
16137
16138 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
16139
16140 * editfns.c (Fstring_to_char): No need to explain what a character
16141 is in the docstring (Bug#6576).
16142
16143 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16144
16145 * xml.c (parse_region): Make sure we always return a tree.
16146
16147 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
16148
16149 * xml.c (parse_region): If a document contains only comments,
16150 return that, too.
16151
16152 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16153
16154 * xml.c (make_dom): Return comments, too.
16155
16156 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
16157
16158 Port to OpenBSD.
16159 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
16160 and the surrounding thread.
16161 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
16162 rather than fgets, and retry after EINTR. Otherwise, 'emacs
16163 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
16164 timer goes off.
16165 * s/openbsd.h (BROKEN_SIGIO): Define.
16166 * unexelf.c (unexec) [__OpenBSD__]:
16167 Don't update the .mdebug section of the Alpha COFF symbol table.
16168
16169 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16170
16171 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
16172 (bug#8460).
16173
16174 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
16175
16176 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
16177 This fixes some race conditions on the permissions of any newly
16178 created file.
16179
16180 * alloc.c (valid_pointer_p): Use pipe, not open.
16181 This fixes some permissions issues when debugging.
16182
16183 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
16184 If fchown fails to set both uid and gid, try to set just gid,
16185 as that is sometimes allowed. Adjust the file's mode to eliminate
16186 setuid or setgid bits that are inappropriate if fchown fails.
16187
16188 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
16189
16190 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
16191 to compare Lisp_Objects.
16192 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
16193 global_gnutls_log_level, don't mistake it for a Lisp_Object.
16194 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
16195
16196 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
16197
16198 * lread.c (read_integer): Unread even EOF character.
16199 (read1): Likewise. Properly record start position of symbol.
16200
16201 * lread.c (read1): Read `#:' as empty uninterned symbol if no
16202 symbol character follows.
16203
16204 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
16205
16206 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
16207 This works around a problem with the previous change to Fcopy_file.
16208 Recent glibc declares fchown with __attribute__((warn_unused_result)),
16209 and without this change, GCC might complain about discarding
16210 fchown's return value.
16211
16212 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
16213
16214 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
16215
16216 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
16217
16218 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
16219
16220 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16221
16222 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
16223 it's used from the C level.
16224
16225 * process.c: Use the same condition for POLL_FOR_INPUT in both
16226 keyboard.c and process.c (bug#1858).
16227
16228 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16229
16230 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
16231 (Fgnutls_boot): Use it.
16232
16233 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
16234
16235 * doc.c (Fsubstitute_command_keys): Revert last change.
16236
16237 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16238
16239 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
16240 quotes the next character, and doesn't affect other longer
16241 sequences (bug#8935).
16242
16243 * lread.c (syms_of_lread): Clarify that is isn't only
16244 `eval-buffer' and `eval-defun' that's affected by
16245 `lexical-binding' (bug#8460).
16246
16247 2011-07-15 Eli Zaretskii <eliz@gnu.org>
16248
16249 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
16250 bidi redisplay when a line includes both an image and is truncated.
16251
16252 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
16253
16254 Fix minor problems found by static checking.
16255 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
16256 (elsz): Now a signed constant, not a size_t var. We prefer signed
16257 types to unsigned, to avoid integer comparison confusion. Without
16258 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
16259 "cannot optimize loop, the loop counter may overflow", a symptom
16260 of the confusion.
16261 * indent.c (Fvertical_motion): Mark locals as initialized.
16262 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
16263
16264 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16265
16266 * search.c (Fre_search_backward): Mention `case-fold-search' in
16267 all the re_search_* functions (bug#8138).
16268
16269 * keyboard.c (Fopen_dribble_file): Document when the file is
16270 closed (bug#8056).
16271
16272 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16273
16274 * bidi.c (bidi_dump_cached_states): Fix format of displaying
16275 bidi_cache_idx.
16276
16277 Support bidi reordering of display and overlay strings.
16278 * xdisp.c (compute_display_string_pos)
16279 (compute_display_string_end): Accept additional argument STRING.
16280 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
16281 (reseat_to_string): Initialize bidi_it->string.s and
16282 bidi_it->string.schars.
16283 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
16284 NULL (avoids a crash in bidi_paragraph_init).
16285 Initialize itb.string.lstring.
16286 (init_iterator): Call bidi_init_it only of a valid
16287 buffer position was specified. Initialize paragraph_embedding to
16288 L2R.
16289 (reseat_to_string): Initialize the bidi iterator.
16290 (display_string): If we need to ignore text properties of
16291 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
16292 original value of -1 will not work with bidi.)
16293 (compute_display_string_pos): First arg is now struct
16294 `text_pos *'; all callers changed. Support display properties on
16295 Lisp strings.
16296 (compute_display_string_end): Support display properties on Lisp
16297 strings.
16298 (init_iterator, reseat_1, reseat_to_string): Initialize the
16299 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
16300 when iterating on a string not from display properties).
16301 (compute_display_string_pos, compute_display_string_end):
16302 Fix calculation of the object to scan. Fixes an error when using
16303 arrow keys.
16304 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
16305 base_level_stop; instead, set base_level_stop to BEGV.
16306 Fixes crashes in vertical-motion.
16307 (next_element_from_buffer): Improve commentary for when
16308 the iterator is before prev_stop.
16309 (init_iterator): Initialize bidi_p from the default value of
16310 bidi-display-reordering, not from buffer-local value. Use the
16311 buffer-local value only if initializing for buffer iteration.
16312 (handle_invisible_prop): Support invisible properties on strings
16313 that are being bidi-reordered.
16314 (set_iterator_to_next): Support bidi reordering of C strings and
16315 Lisp strings.
16316 (next_element_from_string): Support bidi reordering of Lisp
16317 strings.
16318 (handle_stop_backwards): Support Lisp strings as well.
16319 (display_string): Support display of R2L glyph rows.
16320 Use IT_STRING_CHARPOS when displaying from a Lisp string.
16321 (init_iterator): Don't initialize it->bidi_p for strings
16322 here.
16323 (reseat_to_string): Initialize it->bidi_p for strings here.
16324 (next_element_from_string, next_element_from_c_string)
16325 (next_element_from_buffer): Add xassert's for correspondence
16326 between IT's object being iterated and it->bidi_it.string
16327 structure.
16328 (face_before_or_after_it_pos): Support bidi iteration.
16329 (next_element_from_c_string): Handle the case of the first string
16330 character that is not the first one in the visual order.
16331 (get_visually_first_element): New function, refactored from common
16332 parts of next_element_from_buffer, next_element_from_string, and
16333 next_element_from_c_string.
16334 (tool_bar_lines_needed, redisplay_tool_bar)
16335 (display_menu_bar): Force left-to-right direction. Add a FIXME
16336 comment for making that be controlled by a user option.
16337 (push_it, pop_it): Save and restore the state of the
16338 bidi iterator. Save and restore the bidi_p flag.
16339 (pop_it): Iterate out of display property for string iteration as
16340 well.
16341 (iterate_out_of_display_property): Support iteration over strings.
16342 (handle_single_display_spec): Set up it->bidi_it for iteration
16343 over a display string, and call bidi_init_it.
16344 (handle_single_display_spec, next_overlay_string)
16345 (get_overlay_strings_1, push_display_prop): Set up the bidi
16346 iterator for displaying display or overlay strings.
16347 (forward_to_next_line_start): Don't use the shortcut if
16348 bidi-iterating.
16349 (back_to_previous_visible_line_start): If handle_display_prop
16350 pushed the iterator stack, restore the internal state of the bidi
16351 iterator by calling bidi_pop_it same number of times.
16352 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
16353 and we are bidi-iterating, don't decrement the iterator position;
16354 instead, set the first_elt flag in the bidi iterator, to produce
16355 the same effect.
16356 (reseat_1): Remove redundant setting of string_from_display_prop_p.
16357 (push_display_prop): xassert that we are iterating a buffer.
16358 (push_it, pop_it): Save and restore paragraph_embedding member.
16359 (handle_single_display_spec, next_overlay_string)
16360 (get_overlay_strings_1, reseat_1, reseat_to_string)
16361 (push_display_prop): Set up the `unibyte' member of bidi_it.string
16362 correctly. Don't assume unibyte strings are not bidi-reordered.
16363 (compute_display_string_pos)
16364 (compute_display_string_end): Fix handling the case of C string.
16365 (push_it, pop_it): Save and restore from_disp_prop_p.
16366 (handle_single_display_spec, push_display_prop): Set the
16367 from_disp_prop_p flag.
16368 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
16369 (pop_it): Call iterate_out_of_display_property only if we are
16370 popping after iteration over a string that came from a display
16371 property. Fix a typo in popping stretch info. Add an assertion
16372 for verifying that the iterator position is in sync with the bidi
16373 iterator.
16374 (handle_single_display_spec, get_overlay_strings_1)
16375 (push_display_prop): Fix initialization of paragraph direction for
16376 string when that of the parent object is not yet determined.
16377 (reseat_1): Call bidi_init_it to resync the bidi
16378 iterator with IT's position. (Bug#7616)
16379 (find_row_edges): If ROW->start.pos gives position
16380 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
16381 (handle_stop, back_to_previous_visible_line_start, reseat_1):
16382 Reset the from_disp_prop_p flag.
16383 (SAVE_IT, RESTORE_IT): New macros.
16384 (pos_visible_p, face_before_or_after_it_pos)
16385 (back_to_previous_visible_line_start)
16386 (move_it_in_display_line_to, move_it_in_display_line)
16387 (move_it_to, move_it_vertically_backward, move_it_by_lines)
16388 (try_scrolling, redisplay_window, display_line): Use them when
16389 saving a temporary copy of the iterator and restoring it back.
16390 (back_to_previous_visible_line_start, reseat_1)
16391 (init_iterator): Empty the bidi cache "stack".
16392 (move_it_in_display_line_to): If iterator ended up at
16393 EOL, but we never saw any buffer positions smaller than
16394 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
16395 motion in bidi-reordered lines.
16396 (move_it_in_display_line_to): Record prev_method and prev_pos
16397 immediately before the call to set_iterator_to_next. Fixes cursor
16398 motion in bidi-reordered lines with stretch glyphs and strings
16399 displayed in margins. (Bug#8133) (Bug#8867)
16400 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
16401 TO_CHARPOS.
16402 (pos_visible_p): Support positions in bidi-reordered lines.
16403 Save and restore bidi cache.
16404
16405 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
16406 (bidi_paragraph_info): Delete unused struct.
16407 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
16408 (bidi_cache_start): New variable.
16409 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
16410 to zero.
16411 (bidi_cache_fetch_state, bidi_cache_search)
16412 (bidi_cache_find_level_change, bidi_cache_iterator_state)
16413 (bidi_cache_find, bidi_peek_at_next_level)
16414 (bidi_level_of_next_char, bidi_find_other_level_edge)
16415 (bidi_move_to_visually_next): Compare cache index with
16416 bidi_cache_start rather than with zero.
16417 (bidi_fetch_char): Accept new argument STRING; all callers
16418 changed. Support iteration over a string. Support strings with
16419 display properties. Support unibyte strings. Fix the type of
16420 `len' according to what STRING_CHAR_AND_LENGTH expects.
16421 (bidi_paragraph_init, bidi_resolve_explicit_1)
16422 (bidi_resolve_explicit, bidi_resolve_weak)
16423 (bidi_level_of_next_char, bidi_move_to_visually_next):
16424 Support iteration over a string.
16425 (bidi_set_sor_type, bidi_resolve_explicit_1)
16426 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
16427 can now be zero (for strings); special values 0 and -1 were
16428 changed to -1 and -2, respectively.
16429 (bidi_char_at_pos): New function.
16430 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
16431 Call it instead of FETCH_MULTIBYTE_CHAR.
16432 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
16433 initialized to valid values.
16434 (bidi_init_it): Don't initialize charpos and bytepos with invalid
16435 values.
16436 (bidi_level_of_next_char): Allow the sentinel "position" to pass
16437 the test for valid cached positions. Fix the logic for looking up
16438 the sentinel state in the cache. GCPRO the Lisp string we are
16439 iterating.
16440 (bidi_push_it, bidi_pop_it): New functions.
16441 (bidi_initialize): Initialize the bidi cache start stack pointer.
16442 (bidi_cache_ensure_space): New function, refactored from part of
16443 bidi_cache_iterator_state. Don't assume the required size is just
16444 one BIDI_CACHE_CHUNK away.
16445 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
16446 (bidi_count_bytes, bidi_char_at_pos): New functions.
16447 (bidi_cache_search): Don't assume bidi_cache_last_idx is
16448 always valid if bidi_cache_idx is valid.
16449 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
16450 is valid if it's going to be used.
16451 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
16452 (bidi_cache_fetch_state, bidi_cache_search)
16453 (bidi_cache_find_level_change, bidi_cache_ensure_space)
16454 (bidi_cache_iterator_state, bidi_cache_find)
16455 (bidi_find_other_level_edge, bidi_cache_start_stack):
16456 All variables related to cache indices are now EMACS_INT.
16457
16458 * dispextern.h (struct bidi_string_data): New structure.
16459 (struct bidi_it): New member `string'. Make flag members be 1-bit
16460 fields, and put them last in the struct.
16461 (compute_display_string_pos, compute_display_string_end):
16462 Update prototypes.
16463 (bidi_push_it, bidi_pop_it): Add prototypes.
16464 (struct iterator_stack_entry): New members bidi_p,
16465 paragraph_embedding, and from_disp_prop_p.
16466 (struct it): Member bidi_p is now a bit field 1 bit wide.
16467 (bidi_shelve_cache, bidi_unshelve_cache):
16468 Declare prototypes.
16469
16470 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
16471 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
16472 and vector-like objects.
16473
16474 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
16475 cache around display iteration.
16476
16477 * window.c (Fwindow_end, window_scroll_pixel_based)
16478 (displayed_window_lines, Frecenter): Save and restore the bidi
16479 cache around display iteration.
16480
16481 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16482
16483 * editfns.c (Fdelete_region): Clarify the use of the named
16484 parameters (bug#6788).
16485
16486 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16487
16488 * indent.c (Fvertical_motion): Set and restore w->pointm when
16489 saving and restoring the window's buffer (Bug#9006).
16490
16491 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16492
16493 * editfns.c (Fstring_to_char): Clarify just what is returned
16494 (bug#6576). Text by Eli Zaretskii.
16495
16496 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16497
16498 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
16499
16500 2011-07-13 Eli Zaretskii <eliz@gnu.org>
16501
16502 * buffer.c (mmap_find): Fix a typo.
16503
16504 2011-07-13 Johan Bockgård <bojohan@gnu.org>
16505
16506 Fix execution of x selection hooks.
16507 * xselect.c (Qx_lost_selection_functions)
16508 (Qx_sent_selection_functions): New vars.
16509 (syms_of_xselect): DEFSYM them.
16510 (x_handle_selection_request): Pass Qx_sent_selection_functions
16511 rather than Vx_sent_selection_functions to Frun_hook_with_args.
16512 (x_handle_selection_clear,x_clear_frame_selections):
16513 Pass Qx_lost_selection_functions rather than
16514 Vx_lost_selection_functions to Frun_hook_with_args.
16515
16516 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
16517
16518 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
16519 The old code sometimes used this field without initializing it.
16520
16521 * alloc.c (gc_sweep): Don't read past end of array.
16522 In theory, the old code could also have corrupted Emacs internals,
16523 though it'd be very unlikely.
16524
16525 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
16526
16527 * character.c (Fcharacterp): Don't advertise optional ignored
16528 argument. (Bug#4026)
16529
16530 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16531
16532 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
16533 key" (bug#4257).
16534
16535 * window.c (Fset_window_start): Doc fix (bug#4199).
16536 (Fset_window_hscroll): Ditto.
16537
16538 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
16539
16540 Fix minor new problems caught by GCC 4.6.1.
16541 * term.c (init_tty): Remove unused local.
16542 * xsettings.c (store_monospaced_changed): Define this function only
16543 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
16544 not used otherwise.
16545
16546 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16547
16548 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
16549
16550 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16551
16552 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
16553 are the mini-buffer and the echo area (bug#3320).
16554
16555 * term.c (init_tty): Remove support for supdup, c10 and perq
16556 terminals, which are no longer supported (bug#1482).
16557
16558 2011-07-10 Johan Bockgård <bojohan@gnu.org>
16559
16560 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
16561
16562 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
16563
16564 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
16565 for non-popups (Bug#3642).
16566
16567 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
16568
16569 * alloc.c (reset_malloc_hooks): Protoize.
16570 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
16571 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
16572 * cm.c (losecursor): Likewise.
16573 * data.c (fmod): Likewise.
16574 * dispnew.c (swap_glyphs_in_rows): Likewise.
16575 * emacs.c (memory_warning_signal): Likewise.
16576 * floatfns.c (float_error): Likewise.
16577 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
16578 (otf_open, font_otf_capability, generate_otf_features)
16579 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16580 Likewise.
16581 * image.c (pbm_read_file): Likewise.
16582 * indent.c (string_display_width): Likewise.
16583 * intervals.c (check_for_interval, search_for_interval)
16584 (inc_interval_count, count_intervals, root_interval)
16585 (adjust_intervals_for_insertion, make_new_interval): Likewise.
16586 * lread.c (defalias): Likewise.
16587 * ralloc.c (r_alloc_check): Likewise.
16588 * regex.c (set_image_of_range_1, set_image_of_range)
16589 (regex_grow_registers): Likewise.
16590 * sysdep.c (strerror): Likewise.
16591 * termcap.c (valid_filename_p, tprint, main): Likewise.
16592 * tparam.c (main): Likewise.
16593 * unexhp9k800.c (run_time_remap, save_data_space)
16594 (update_file_ptrs, read_header, write_header, calculate_checksum)
16595 (copy_file, copy_rest, display_header): Likewise.
16596 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
16597 Likewise.
16598 * xdisp.c (check_it): Likewise.
16599 * xfaces.c (register_color, unregister_color, unregister_colors):
16600 Likewise.
16601 * xfns.c (print_fontset_result): Likewise.
16602 * xrdb.c (member, fatal, main): Likewise.
16603
16604 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
16605
16606 Fix minor problems found by static checking (Bug#9031).
16607 * chartab.c (char_table_set_range, map_sub_char_table):
16608 Remove unused locals.
16609 (uniprop_table): Now static.
16610 * composite.c (_work_char): Remove unused static var.
16611
16612 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
16613
16614 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
16615
16616 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
16617
16618 * gtkutil.c (qttip_cb): Remove code without function.
16619
16620 2011-07-09 Eli Zaretskii <eliz@gnu.org>
16621
16622 * w32.c (pthread_sigmask): New stub.
16623
16624 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
16625
16626 Use pthread_sigmask, not sigprocmask (Bug#9010).
16627 sigprocmask is portable only for single-threaded applications, and
16628 Emacs can be multi-threaded when it uses GTK.
16629 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
16630 (LIBES): Use it.
16631 * callproc.c (Fcall_process):
16632 * process.c (create_process):
16633 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
16634 Use pthread_sigmask, not sigprocmask.
16635
16636 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
16637
16638 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
16639 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
16640 wrong (Bug#8591).
16641
16642 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
16643
16644 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
16645 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
16646 (xg_hide_tooltip): Fix comment.
16647
16648 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
16649 in registerServicesMenuSendTypes.
16650 (validRequestorForSendType): Don't check ns_return_types.
16651
16652 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
16653 ns_return_type.
16654
16655 2011-07-08 Jason Rumney <jasonr@gnu.org>
16656
16657 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
16658 SH_SHOW for hidden windows (Bug#5482).
16659
16660 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
16661 frame struct members of non-existent frames (Bug#6284).
16662
16663 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
16664
16665 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
16666 variable firstTime not needed on OSX >= 10.6.
16667 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
16668 >= 10.5. Use setKnobProportion, setDoubleValue.
16669
16670 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
16671 (MAC_OS_X_VERSION_10_5): Define if not defined.
16672 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
16673 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
16674 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
16675
16676 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
16677 cString and lossyCString on OSX >= 10.4.
16678
16679 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
16680 sizeToFit on OSX >= 10.2.
16681
16682 * nsimage.m (allocInitFromFile): Don't use deprecated method
16683 bestRepresentationForDevice on OSX >= 10.6.
16684
16685 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
16686 to avoid warning.
16687
16688 * emacs.c: Declare unexec_init_emacs_zone.
16689
16690 * nsgui.h: Fix compiler warning about gnulib redefining verify.
16691
16692 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
16693
16694 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
16695 on svcsMenu (Bug#8842).
16696
16697 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
16698 ns_return_types.
16699 (Fns_list_services): Just return Qnil on 10.6, code not working there.
16700
16701 * nsterm.m (QUTF8_STRING): Declare.
16702 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
16703 (validRequestorForSendType): Return type is (id).
16704 Change indexOfObjectIdenticalTo to indexOfObject.
16705 Check if we have local selection before returning self (Bug#8842).
16706 (writeSelectionToPasteboard): Put local selection into paste board
16707 if we have a local selection (Bug#8842).
16708 (syms_of_nsterm): DEFSYM QUTF8_STRING.
16709
16710 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
16711 (ns_get_local_selection): Declare.
16712
16713 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16714
16715 * keymap.c (describe_map_tree): Don't insert a double newline at
16716 the end of the buffer (bug#1169) and return whether we inserted
16717 something.
16718
16719 * callint.c (Fcall_interactively): Change "reading args" to
16720 "providing args" to try to clarify what it does (bug#1010).
16721
16722 2011-07-07 Kenichi Handa <handa@m17n.org>
16723
16724 * composite.c (composition_compute_stop_pos): Ignore a static
16725 composition starting before CHARPOS (Bug#8915).
16726
16727 * xdisp.c (handle_composition_prop): Likewise.
16728
16729 2011-07-07 Eli Zaretskii <eliz@gnu.org>
16730
16731 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
16732 (Bug#9015)
16733
16734 2011-07-07 Kenichi Handa <handa@m17n.org>
16735
16736 * character.h (unicode_category_t): New enum type.
16737
16738 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
16739 (Qchar_code_property_table): New variable.
16740 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
16741 (UNIPROP_COMPRESSED_FORM_P): New macros.
16742 (char_table_ascii): Uncompress the compressed values.
16743 (sub_char_table_ref): New arg is_uniprop. Callers changed.
16744 Uncompress the compressed values.
16745 (sub_char_table_ref_and_range): Likewise.
16746 (char_table_ref_and_range): Uncompress the compressed values.
16747 (sub_char_table_set): New arg is_uniprop. Callers changed.
16748 Uncompress the compressed values.
16749 (sub_char_table_set_range): Args changed. Callers changed.
16750 (char_table_set_range): Adjuted for the above change.
16751 (map_sub_char_table): Delete args default_val and parent. Add arg
16752 top. Give decoded values to a Lisp function.
16753 (map_char_table): Adjust for the above change. Give decoded
16754 values to a Lisp function. Gcpro more variables.
16755 (uniprop_table_uncompress)
16756 (uniprop_decode_value_run_length): New functions.
16757 (uniprop_decoder, uniprop_decoder_count): New variables.
16758 (uniprop_get_decoder, uniprop_encode_value_character)
16759 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
16760 New functions.
16761 (uniprop_encoder, uniprop_encoder_count): New variables.
16762 (uniprop_get_encoder, uniprop_table)
16763 (Funicode_property_table_internal, Fget_unicode_property_internal)
16764 (Fput_unicode_property_internal): New functions.
16765 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
16766 Sunicode_property_table_internal, Sget_unicode_property_internal,
16767 and Sput_unicode_property_internal. Defvar_lisp
16768 char-code-property-alist.
16769
16770 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
16771 Vunicode_category_table.
16772
16773 * font.c (font_range): Adjust for the change of
16774 Vunicode_category_table.
16775
16776 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
16777
16778 * m/iris4d.h: Remove file, move contents ...
16779 * s/irix6-5.h: ... here.
16780
16781 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
16782
16783 Remove unportable assumption about struct layout (Bug#8884).
16784 * alloc.c (mark_buffer):
16785 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
16786 (clone_per_buffer_values): Don't assume that
16787 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
16788 This isn't true in general, and it's particularly not true
16789 if Emacs is configured with --with-wide-int.
16790 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
16791 New macros, used in the buffer.c change.
16792
16793 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16794
16795 * xsettings.c: Use both GConf and GSettings if both are available.
16796 (store_config_changed_event): Add comment.
16797 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
16798 (store_tool_bar_style_changed): New functions.
16799 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
16800 (struct xsettings): Move font inside HAVE_XFT.
16801 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
16802 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
16803 Move inside HAVE_XFT.
16804 (something_changed_gsettingsCB): Rename from something_changedCB.
16805 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
16806 also.
16807 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
16808 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
16809 (something_changed_gconfCB): Rename from something_changedCB.
16810 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
16811 (parse_settings): Move check for font inside HAVE_XFT.
16812 (read_settings, apply_xft_settings): Add comment.
16813 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
16814 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
16815 call store_font_name_changed.
16816 (xft_settings_event): Add comment.
16817 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
16818 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
16819 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
16820 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
16821 (xsettings_initialize): Call init_gsettings last.
16822 (xsettings_get_system_font, xsettings_get_system_normal_font):
16823 Add comment.
16824
16825 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
16826
16827 Random fixes. E.g., (random) never returned negative values.
16828 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
16829 subseconds part to the entropy, as that's a bit more random.
16830 Prefer signed to unsigned, since the signedness doesn't matter and
16831 in general we prefer signed. When given a limit, use a
16832 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
16833 latter isn't right if USE_2_TAGS_FOR_INTS.
16834 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
16835 not 0..VALMASK. Don't discard "excess" bits that random () returns.
16836
16837 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16838
16839 * textprop.c (text_property_stickiness):
16840 Obey Vtext_property_default_nonsticky.
16841 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
16842 * w32fns.c (syms_of_w32fns):
16843 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
16844
16845 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16846
16847 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
16848 This is more efficient than Ffile_directory_p and avoids a minor race.
16849
16850 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16851
16852 * buffer.c (Foverlay_put): Say what the return value is
16853 (bug#7835).
16854
16855 * fileio.c (barf_or_query_if_file_exists): Check first if the file
16856 is a directory before asking whether to use the file name
16857 (bug#7564).
16858 (barf_or_query_if_file_exists): Make the "File is a directory"
16859 error be more correct.
16860
16861 * fns.c (Frequire): Remove the mention of the .gz files, since
16862 that's installation-specific, but keep the mention of
16863 `get-load-suffixes'.
16864
16865 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16866
16867 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
16868 Report string overflow if the output is too long.
16869
16870 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16871
16872 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
16873 (syms_of_gnutls): Remove duplicate DEFSYM for
16874 Qgnutls_bootprop_verify_hostname_error, an error for
16875 Qgnutls_bootprop_verify_error (which is no longer used).
16876
16877 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
16878 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
16879 Also (re)move comments that are misplaced or no longer relevant.
16880
16881 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16882
16883 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
16884
16885 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16886
16887 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
16888 and background color parameters if they have been changed.
16889
16890 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16891
16892 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
16893
16894 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16895
16896 * xsettings.c (SYSTEM_FONT): Define only when used.
16897 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
16898
16899 * keymap.c (access_keymap_1): Now static.
16900
16901 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
16902
16903 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
16904 leave any prefix arg for the up event (Bug#1586).
16905
16906 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16907
16908 * lread.c (syms_of_lread): Mention single symbols defined by
16909 `defvar' or `defconst' (bug#7154).
16910
16911 * fns.c (Frequire): Mention .el.gz files (bug#7314).
16912 (Frequire): Mention get-load-suffixes.
16913
16914 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16915
16916 * window.h (window): Remove clone_number slot.
16917 * window.c (Fwindow_clone_number, Fset_window_clone_number):
16918 Remove.
16919 (make_parent_window, make_window, saved_window)
16920 (Fset_window_configuration, save_window_save): Don't deal with
16921 clone numbers.
16922 * buffer.c (Qclone_number): Remove declaration.
16923 (sort_overlays, overlay_strings): Don't deal with clone numbers.
16924
16925 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16926
16927 Add multiple inheritance to keymaps.
16928 * keymap.c (Fmake_composed_keymap): New function.
16929 (Fset_keymap_parent): Simplify.
16930 (fix_submap_inheritance): Remove.
16931 (access_keymap_1): New function extracted from access_keymap to handle
16932 embedded parents and handle lists of maps.
16933 (access_keymap): Use it.
16934 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
16935 (Fcopy_keymap): Handle embedded parents.
16936 (Fcommand_remapping, define_as_prefix): Simplify.
16937 (Fkey_binding): Simplify.
16938 (syms_of_keymap): Move minibuffer-local-completion-map,
16939 minibuffer-local-filename-completion-map,
16940 minibuffer-local-must-match-map, and
16941 minibuffer-local-filename-must-match-map to Elisp.
16942 (syms_of_keymap): Defsubr make-composed-keymap.
16943 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
16944 (parse_menu_item): Trivial simplification.
16945
16946 2011-07-01 Glenn Morris <rgm@gnu.org>
16947
16948 * Makefile.in (SETTINGS_LIBS): Fix typo.
16949
16950 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
16951
16952 * coding.c (Fencode_coding_string): Record the last coding system
16953 used, as the function doc string says (bug#8738).
16954
16955 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
16956
16957 * xsettings.c (store_monospaced_changed): Take new font as arg and
16958 check for change against current_mono_font.
16959 (EMACS_TYPE_SETTINGS): Remove this and related defines.
16960 (emacs_settings_constructor, emacs_settings_get_property)
16961 (emacs_settings_set_property, emacs_settings_class_init)
16962 (emacs_settings_init, gsettings_obj): Remove.
16963 (something_changedCB): New function for HAVE_GSETTINGS.
16964 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
16965 with value as argument.
16966 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
16967 g_settings_new (Bug#8967). Do not create gsettings_obj.
16968 Remove calls to g_settings_bind. Connect something_changedCB to
16969 "changed".
16970
16971 * xgselect.c: Add defined (HAVE_GSETTINGS).
16972 (xgselect_initialize): Ditto.
16973
16974 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
16975 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
16976 xg_select.
16977
16978 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16979
16980 * eval.c (struct backtrace): Simplify and port the data structure.
16981 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
16982 signed bit field, as this assumption is not portable and it makes
16983 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
16984 "char debug_on_exit : 1" as this is not portable either; instead,
16985 use the portable "unsigned int debug_on_exit : 1". Remove unused
16986 member evalargs. Remove obsolete comments about cc bombing out.
16987
16988 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
16989
16990 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
16991 Let HAVE_GSETTINGS override HAVE_GCONF.
16992 (store_monospaced_changed): New function.
16993 (EMACS_SETTINGS): A new type derived from GObject to handle
16994 GSettings notifications.
16995 (emacs_settings_constructor, emacs_settings_get_property)
16996 (emacs_settings_set_property, emacs_settings_class_init):
16997 New functions.
16998 (gsettings_client, gsettings_obj): New variables.
16999 (GSETTINGS_SCHEMA): New define.
17000 (something_changedCB): Call store_monospaced_changed.
17001 (init_gsettings): New function.
17002 (xsettings_initialize): Call init_gsettings.
17003 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
17004 to NULL.
17005
17006 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
17007 GCONF_CFLAGS/LIBS.
17008
17009 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17010
17011 * window.c (resize_root_window, grow_mini_window)
17012 (shrink_mini_window): Rename Qresize_root_window to
17013 Qwindow_resize_root_window and Qresize_root_window_vertically to
17014 Qwindow_resize_root_window_vertically.
17015
17016 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
17017
17018 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
17019
17020 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
17021
17022 * makefile.w32-in: Redesign dependencies so they reflect more
17023 clearly which files are directly included by each source file,
17024 and not through other includes.
17025
17026 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17027
17028 * buffer.c (Qclone_number): Declare static and DEFSYM it.
17029 (sort_overlays, overlay_strings): When an overlay's clone number
17030 matches the window's clone number process the overlay even if
17031 the overlay's window property doesn't match the current window.
17032
17033 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
17034 (Fwindow_hchild): Rename to Fwindow_left_child.
17035 (Fwindow_next): Rename to Fwindow_next_sibling.
17036 (Fwindow_prev): Rename to Fwindow_prev_sibling.
17037 (resize_window_check): Rename to window_resize_check.
17038 (resize_window_apply): Rename to window_resize_apply.
17039 (Fresize_window_apply): Rename to Fwindow_resize_apply.
17040 (Fdelete_other_windows_internal, resize_frame_windows)
17041 (Fsplit_window_internal, Fdelete_window_internal)
17042 (grow_mini_window, shrink_mini_window)
17043 (Fresize_mini_window_internal): Fix callers accordingly.
17044
17045 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
17046
17047 * emacsgtkfixed.h: State that this is only used with Gtk+3.
17048 (emacs_fixed_set_min_size): Remove.
17049 (emacs_fixed_new): Take frame as argument.
17050
17051 * emacsgtkfixed.c: State that this is only used with Gtk+3.
17052 (_EmacsFixedPrivate): Remove minwidth/height.
17053 Add struct frame *f.
17054 (emacs_fixed_init): Initialize priv->f.
17055 (get_parent_class, emacs_fixed_set_min_size): Remove.
17056 (emacs_fixed_new): Set priv->f to argument.
17057 (emacs_fixed_get_preferred_width)
17058 (emacs_fixed_get_preferred_height): Use min_width/height from
17059 frames size_hint to set minimum and natural (Bug#8919).
17060 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
17061 and use min_width/height from frames size_hint to set
17062 min_width/height (Bug#8919).
17063
17064 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
17065 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
17066 Fix indentation.
17067
17068 2011-06-26 Eli Zaretskii <eliz@gnu.org>
17069
17070 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
17071 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
17072 called at ZV.
17073
17074 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17075
17076 * process.c (wait_reading_process_output): Bypass select if
17077 waiting for a cell while ignoring keyboard input, and input is
17078 pending. Suggested by Jan Djärv (Bug#8869).
17079
17080 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
17081
17082 Use gnulib's dup2 module instead of rolling our own.
17083 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
17084
17085 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17086
17087 * dispnew.c (scrolling_window): Before scrolling, turn off a
17088 mouse-highlight in the window being scrolled.
17089
17090 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17091
17092 Move DEFSYM to lisp.h and use everywhere.
17093
17094 * character.h (DEFSYM): Move declaration...
17095 * lisp.h (DEFSYM): ...here.
17096
17097 * gnutls.c:
17098 * minibuf.c:
17099 * w32menu.c:
17100 * w32proc.c:
17101 * w32select.c: Don't include character.h.
17102
17103 * alloc.c (syms_of_alloc):
17104 * buffer.c (syms_of_buffer):
17105 * bytecode.c (syms_of_bytecode):
17106 * callint.c (syms_of_callint):
17107 * casefiddle.c (syms_of_casefiddle):
17108 * casetab.c (init_casetab_once):
17109 * category.c (init_category_once, syms_of_category):
17110 * ccl.c (syms_of_ccl):
17111 * cmds.c (syms_of_cmds):
17112 * composite.c (syms_of_composite):
17113 * dbusbind.c (syms_of_dbusbind):
17114 * dired.c (syms_of_dired):
17115 * dispnew.c (syms_of_display):
17116 * doc.c (syms_of_doc):
17117 * editfns.c (syms_of_editfns):
17118 * emacs.c (syms_of_emacs):
17119 * eval.c (syms_of_eval):
17120 * fileio.c (syms_of_fileio):
17121 * fns.c (syms_of_fns):
17122 * frame.c (syms_of_frame):
17123 * fringe.c (syms_of_fringe):
17124 * insdel.c (syms_of_insdel):
17125 * keymap.c (syms_of_keymap):
17126 * lread.c (init_obarray, syms_of_lread):
17127 * macros.c (syms_of_macros):
17128 * msdos.c (syms_of_msdos):
17129 * print.c (syms_of_print):
17130 * process.c (syms_of_process):
17131 * search.c (syms_of_search):
17132 * sound.c (syms_of_sound):
17133 * syntax.c (init_syntax_once, syms_of_syntax):
17134 * terminal.c (syms_of_terminal):
17135 * textprop.c (syms_of_textprop):
17136 * undo.c (syms_of_undo):
17137 * w32.c (globals_of_w32):
17138 * window.c (syms_of_window):
17139 * xdisp.c (syms_of_xdisp):
17140 * xfaces.c (syms_of_xfaces):
17141 * xfns.c (syms_of_xfns):
17142 * xmenu.c (syms_of_xmenu):
17143 * xsettings.c (syms_of_xsettings):
17144 * xterm.c (syms_of_xterm): Use DEFSYM.
17145
17146 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
17147
17148 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
17149
17150 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
17151
17152 Integer and buffer overflow fixes (Bug#8873).
17153
17154 * print.c (printchar, strout): Check for string overflow.
17155 (PRINTPREPARE, printchar, strout):
17156 Don't set size unless allocation succeeds.
17157
17158 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
17159 for sizes. Check for string overflow more accurately.
17160 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
17161
17162 * macros.c: Integer and buffer overflow fixes.
17163 * keyboard.h (struct keyboard.kbd_macro_bufsize):
17164 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
17165 Use ptrdiff_t, not int, for sizes.
17166 Don't increment bufsize until after realloc succeeds.
17167 Check for size-calculation overflow.
17168 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
17169
17170 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
17171
17172 * lread.c: Integer overflow fixes.
17173 (read_integer): Radix is now EMACS_INT, not int,
17174 to improve quality of diagnostics for out-of-range radices.
17175 Calculate buffer size correctly for out-of-range radices.
17176 (read1): Check for integer overflow in radices, and in
17177 read-circle numbers.
17178 (read_escape): Avoid int overflow.
17179 (Fload, openp, read_buffer_size, read1)
17180 (substitute_object_recurse, read_vector, read_list, map_obarray):
17181 Use ptrdiff_t, not int, for sizes.
17182 (read1): Use EMACS_INT, not int, for sizes.
17183 Check for size overflow.
17184
17185 * image.c (cache_image): Check for size arithmetic overflow.
17186
17187 * lread.c: Integer overflow issues.
17188 (saved_doc_string_size, saved_doc_string_length)
17189 (prev_saved_doc_string_size, prev_saved_doc_string_length):
17190 Now ptrdiff_t, not int.
17191 (read1): Don't assume doc string length fits in int. Check for
17192 out-of-range doc string lengths.
17193 (read_list): Don't assume file position fits in int.
17194 (read_escape): Check for hex character overflow.
17195
17196 2011-06-22 Leo Liu <sdl.web@gmail.com>
17197
17198 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
17199 Move to minibuffer.el.
17200
17201 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
17202
17203 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
17204 The following patches are for when GLYPH_DEBUG && !XASSERT.
17205 * dispextern.h (trace_redisplay_p, dump_glyph_string):
17206 * dispnew.c (flush_stdout):
17207 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
17208 Mark as externally visible.
17209 * dispnew.c (check_window_matrix_pointers): Now static.
17210 * dispnew.c (window_to_frame_vpos):
17211 * xfns.c (unwind_create_frame):
17212 * xterm.c (x_check_font): Remove unused local.
17213 * scroll.c (CHECK_BOUNDS):
17214 * xfaces.c (cache_fache): Rename local to avoid shadowing.
17215 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
17216 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
17217 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
17218 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
17219 Now static.
17220 (debug_method_add): Use va_list and vsprintf rather than relying
17221 on undefined behavior with wrong number of arguments.
17222 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
17223 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
17224 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
17225 since we're not interested in debugging glyphs with old libraries.
17226 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
17227 GCC 4.6.0's static checking.
17228
17229 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
17230
17231 Integer overflow and signedness fixes (Bug#8873).
17232 A few related buffer overrun fixes, too.
17233
17234 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
17235
17236 * dispextern.h (struct face.stipple):
17237 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
17238 (x_bitmap_mask, x_allocate_bitmap_record)
17239 (x_create_bitmap_from_data, x_create_bitmap_from_file)
17240 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
17241 (x_create_bitmap_from_xpm_data):
17242 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
17243 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
17244 (.bitmaps_last):
17245 * xfaces.c (load_pixmap):
17246 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
17247 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
17248 (.bitmaps_last, struct x_output.icon_bitmap):
17249 Use ptrdiff_t, not int, for bitmap indexes.
17250 (x_allocate_bitmap_record): Check for size overflow.
17251 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
17252
17253 Use ptrdiff_t, not int, for overlay counts.
17254 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
17255 * editfns.c (overlays_around, get_pos_property):
17256 * textprop.c (get_char_property_and_overlay):
17257 * xdisp.c (next_overlay_change, note_mouse_highlight):
17258 * xfaces.c (face_at_buffer_position):
17259 * buffer.c (OVERLAY_COUNT_MAX): New macro.
17260 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
17261 (Fnext_overlay_change, Fprevious_overlay_change)
17262 (mouse_face_overlay_overlaps, Foverlays_in):
17263 Use ptrdiff_t, not int, for sizes.
17264 (overlays_at, overlays_in): Check for size-calculation overflow.
17265
17266 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
17267
17268 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
17269 (x_session_initialize): Do not assume string length fits in int.
17270
17271 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
17272 This is unlikely, but can occur if DPI is outlandish.
17273
17274 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
17275 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
17276
17277 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
17278 * xrdb.c (magic_file_p, search_magic_path):
17279 Omit last arg SUFFIX; it was always 0. All callers changed.
17280 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
17281
17282 * xfont.c (xfont_match): Avoid need for strlen.
17283
17284 * xfns.c: Don't assume strlen fits in int.
17285 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
17286
17287 * xdisp.c (message_log_check_duplicate): Return intmax_t,
17288 not unsigned long, as we prefer signed integers. All callers changed.
17289 Detect integer overflow in repeat count.
17290 (message_dolog): Don't assume print length fits in 39 bytes.
17291 (display_mode_element): Don't assume strlen fits in int.
17292
17293 * termcap.c: Don't assume sizes fit in int and never overflow.
17294 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
17295 (gobble_line): Check for size-calculation overflow.
17296
17297 * minibuf.c (Fread_buffer):
17298 * lread.c (intern, intern_c_string):
17299 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
17300 Don't assume string length fits in int.
17301
17302 * keyboard.c (parse_tool_bar_item):
17303 * gtkutil.c (style_changed_cb): Avoid need for strlen.
17304
17305 * font.c: Don't assume string length fits in int.
17306 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
17307 Use ptrdiff_t, not int.
17308 (font_intern_prop): Don't assume string length fits in int.
17309 Don't assume integer property fits in fixnum.
17310 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
17311
17312 * filelock.c: Fix some buffer overrun and integer overflow issues.
17313 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
17314 Reformulate so as not to need the command string.
17315 Invoke gzip -cd rather than gunzip, as it's more portable.
17316 (lock_info_type, lock_file_1, lock_file):
17317 Don't assume pid_t and time_t fit in unsigned long.
17318 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
17319 (current_lock_owner): Prefer signed type for sizes.
17320 Use memcpy, not strncpy, where memcpy is what is really wanted.
17321 Don't assume (via atoi) that time_t and pid_t fit in int.
17322 Check for time_t and/or pid_t out of range, e.g., via a network share.
17323 Don't alloca where an auto var works fine.
17324
17325 * fileio.c: Fix some integer overflow issues.
17326 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
17327 Don't assume string length fits in int.
17328 (directory_file_name): Don't assume string length fits in long.
17329 (make_temp_name): Don't assume pid fits in int, or that its print
17330 length is less than 20.
17331
17332 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
17333
17334 * coding.c (make_subsidiaries): Don't assume string length fits in int.
17335
17336 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
17337
17338 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
17339 We prefer signed integers, even for size calculations.
17340
17341 * emacs.c: Don't assume string length fits in 'int'.
17342 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
17343 (main): Don't invoke strlen when not needed.
17344
17345 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
17346 (XD_DEBUG_MESSAGE): Don't waste a byte.
17347
17348 * callproc.c (getenv_internal_1, getenv_internal)
17349 (Fgetenv_internal):
17350 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
17351
17352 * lread.c (invalid_syntax): Omit length argument.
17353 All uses changed. This doesn't fix a bug, but it simplifies the
17354 code away from its former Hollerith-constant appearance, and it's
17355 one less 'int' to worry about when looking at integer-overflow issues.
17356 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
17357
17358 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
17359 This didn't break anything, but it didn't help either.
17360 It's confusing to put a bogus integer in a place where the actual
17361 value does not matter.
17362 (LIST_END_P): Remove unused macro and its bogus comment.
17363 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
17364
17365 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
17366 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
17367 implementation.
17368 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
17369 We prefer signed types, and the value cannot exceed the EMACS_INT
17370 range anyway (because otherwise the length would not be representable).
17371 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
17372 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
17373 This avoids a GCC warning when WIDE_EMACS_INT.
17374
17375 * indent.c (sane_tab_width): New function.
17376 (current_column, scan_for_column, Findent_to, position_indentation)
17377 (compute_motion): Use it. This is just for clarity.
17378 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
17379
17380 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
17381
17382 * lisp.h (lint_assume): New macro.
17383 * composite.c (composition_gstring_put_cache):
17384 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
17385
17386 * editfns.c, insdel.c:
17387 Omit unnecessary forward decls, to simplify future changes.
17388
17389 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
17390
17391 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
17392
17393 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
17394 Use much-faster test for byte-length change.
17395 Don't assume string byte-length fits in 'int'.
17396 Check that character arg fits in 'int'.
17397 (mapcar1): Declare byte as byte, for clarity.
17398
17399 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
17400
17401 * fns.c (concat): Catch string overflow earlier.
17402 Do not rely on integer wraparound.
17403
17404 * dispextern.h (struct it.overlay_strings_charpos)
17405 (struct it.selective): Now EMACS_INT, not int.
17406 * xdisp.c (forward_to_next_line_start)
17407 (back_to_previous_visible_line_start)
17408 (reseat_at_next_visible_line_start, next_element_from_buffer):
17409 Don't arbitrarily truncate the value of 'selective' to int.
17410
17411 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
17412
17413 * composite.c: Don't truncate sizes to 'int'.
17414 (composition_gstring_p, composition_reseat_it)
17415 (composition_adjust_point): Use EMACS_INT, not int.
17416 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
17417 not EMACS_UINT, for indexes.
17418
17419 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
17420
17421 * buffer.c: Include <verify.h>.
17422 (struct sortvec.priority, struct sortstr.priority):
17423 Now EMACS_INT, not int.
17424 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
17425 (struct sortstr.size, record_overlay_string)
17426 (struct sortstrlist.size, struct sortlist.used):
17427 Don't truncate size to int.
17428 (record_overlay_string): Check for size-calculation overflow.
17429 (init_buffer_once): Check at compile-time, not run-time.
17430
17431 2011-06-22 Jim Meyering <meyering@redhat.com>
17432
17433 Don't leak an XBM-image-sized buffer
17434 * image.c (xbm_load): Free the image buffer after using it.
17435
17436 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
17437
17438 Port to Sun C.
17439 * composite.c (find_automatic_composition): Omit needless 'return 0;'
17440 that Sun C diagnosed.
17441 * fns.c (secure_hash): Fix pointer signedness issue.
17442 * intervals.c (static_offset_intervals): New function.
17443 (offset_intervals): Use it.
17444
17445 2011-06-21 Leo Liu <sdl.web@gmail.com>
17446
17447 * deps.mk (fns.o):
17448 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
17449 sha512.h.
17450
17451 * fns.c (secure_hash): Rename from crypto_hash_function and change
17452 the first arg to accept symbols.
17453 (Fsecure_hash): New primitive.
17454 (syms_of_fns): New symbols.
17455
17456 2011-06-20 Deniz Dogan <deniz@dogan.se>
17457
17458 * process.c (Fset_process_buffer): Clarify return value in
17459 docstring.
17460
17461 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17462
17463 * dispnew.c (add_window_display_history): Use BVAR.
17464
17465 * xdisp.c (debug_method_add): Use BVAR.
17466 (check_window_end, dump_glyph_matrix, dump_glyph)
17467 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
17468
17469 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
17470 Likewise.
17471
17472 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
17473 check till after the cache is created in init_frame_faces.
17474
17475 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17476
17477 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
17478
17479 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
17480
17481 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
17482 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
17483 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
17484
17485 Improve buffer-overflow checking (Bug#8873).
17486 * fileio.c (Finsert_file_contents):
17487 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
17488 Remove the old (too-loose) buffer overflow checks.
17489 They weren't needed, since make_gap checks for buffer overflow.
17490 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
17491 The old code merely checked for Emacs fixnum overflow, and relied
17492 on undefined (wraparound) behavior. The new code avoids undefined
17493 behavior, and also checks for ptrdiff_t and/or size_t overflow.
17494
17495 * editfns.c (Finsert_char): Don't dump core with very negative counts.
17496 Tune. Don't use wider integers than needed. Don't use alloca.
17497 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
17498
17499 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
17500
17501 * insdel.c, lisp.h (buffer_overflow): New function.
17502 (insert_from_buffer_1, replace_range, replace_range_2):
17503 * insdel.c (make_gap_larger):
17504 * editfns.c (Finsert_char):
17505 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
17506
17507 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
17508
17509 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
17510
17511 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
17512
17513 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
17514 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
17515
17516 * fileio.c: Don't assume EMACS_INT fits in off_t.
17517 (emacs_lseek): New static function.
17518 (Finsert_file_contents, Fwrite_region): Use it.
17519 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
17520
17521 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
17522
17523 * fns.c: Don't overflow int when computing a list length.
17524 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
17525 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
17526 truncation on 64-bit hosts. Check for QUIT every
17527 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
17528 faster and is responsive enough.
17529 (Flength): Report an error instead of overflowing an integer.
17530 (Fsafe_length): Return a float if the value is not representable
17531 as a fixnum. This shouldn't happen except in contrived situations.
17532 (Fnthcdr, Fsort): Don't assume list length fits in int.
17533 (Fcopy_sequence): Don't assume vector length fits in int.
17534
17535 * alloc.c: Check that resized vectors' lengths fit in fixnums.
17536 (header_size, word_size): New constants.
17537 (allocate_vectorlike): Don't check size overflow here.
17538 (allocate_vector): Check it here instead, since this is the only
17539 caller of allocate_vectorlike that could cause overflow.
17540 Check that the new vector's length is representable as a fixnum.
17541
17542 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
17543 The previous code was bogus. For example, next_almost_prime (32)
17544 returned 39, which is undesirable as it is a multiple of 3; and
17545 next_almost_prime (24) returned 25, which is a multiple of 5 so
17546 why was the code bothering to check for multiples of 7?
17547
17548 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
17549
17550 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
17551
17552 Variadic C functions now count arguments with ptrdiff_t.
17553 This partly undoes my 2011-03-30 change, which replaced int with size_t.
17554 Back then I didn't know that the Emacs coding style prefers signed int.
17555 Also, in the meantime I found a few more instances where arguments
17556 were being counted with int, which may truncate counts on 64-bit
17557 machines, or EMACS_INT, which may be unnecessarily wide.
17558 * lisp.h (struct Lisp_Subr.function.aMANY)
17559 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
17560 Arg counts are now ptrdiff_t, not size_t.
17561 All variadic functions and their callers changed accordingly.
17562 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
17563 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
17564 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
17565 * callint.c (Fcall_interactively): Check arg count for overflow,
17566 to avoid potential buffer overrun. Use signed char, not 'int',
17567 for 'varies' array, so that we needn't bother to check its size
17568 calculation for overflow.
17569 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
17570 * eval.c (apply_lambda):
17571 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
17572 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
17573 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
17574
17575 * callint.c (Fcall_interactively): Don't use index var as event count.
17576
17577 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
17578 * mem-limits.h (SIZE): Remove; no longer used.
17579
17580 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
17581
17582 Remove unnecessary casts.
17583 * xterm.c (x_term_init):
17584 * xfns.c (x_set_border_pixel):
17585 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
17586 These aren't needed now that we assume ANSI C.
17587
17588 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
17589 It's more likely to cause problems (due to unsigned overflow)
17590 than to cure them.
17591
17592 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
17593
17594 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
17595
17596 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
17597
17598 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
17599
17600 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
17601
17602 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
17603
17604 GLYPH_CODE_FACE returns EMACS_INT, not int.
17605 * dispextern.h (merge_faces):
17606 * xfaces.c (merge_faces):
17607 * xdisp.c (get_next_display_element, next_element_from_display_vector):
17608 Don't assume EMACS_INT fits in int.
17609
17610 * character.h (CHAR_VALID_P): Remove unused parameter.
17611 * fontset.c, lisp.h, xdisp.c: All uses changed.
17612
17613 * editfns.c (Ftranslate_region_internal): Omit redundant test.
17614
17615 * fns.c (concat): Minor tuning based on overflow analysis.
17616 This doesn't fix any bugs. Use int to hold character, instead
17617 of constantly refetching from Emacs object. Use XFASTINT, not
17618 XINT, for value known to be a character. Don't bother comparing
17619 a single byte to 0400, as it's always less.
17620
17621 * floatfns.c (Fexpt):
17622 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
17623
17624 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
17625 for characters.
17626
17627 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
17628
17629 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
17630 Without this fix, on a 64-bit host (aset S 0 4294967386) would
17631 incorrectly succeed when S was a string, because 4294967386 was
17632 truncated before it was used.
17633
17634 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
17635 Otherwise, an out-of-range integer could cause undefined behavior
17636 on a 64-bit host.
17637
17638 * composite.c: Use int, not EMACS_INT, for characters.
17639 (fill_gstring_body, composition_compute_stop_pos): Use int, not
17640 EMACS_INT, for values that are known to be in character range.
17641 This doesn't fix any bugs but is the usual style inside Emacs and
17642 may generate better code on 32-bit machines.
17643
17644 Make sure a 64-bit char is never passed to ENCODE_CHAR.
17645 This is for reasons similar to the recent CHAR_STRING fix.
17646 * charset.c (Fencode_char): Check that character arg is actually
17647 a character. Pass an int to ENCODE_CHAR.
17648 * charset.h (ENCODE_CHAR): Verify that the character argument is no
17649 wider than 'int', as a compile-time check to prevent future regressions
17650 in this area.
17651
17652 * character.c (char_string): Remove unnecessary casts.
17653
17654 Make sure a 64-bit char is never passed to CHAR_STRING.
17655 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
17656 by silently ignoring the top 32 bits, allowing some values
17657 that were far too large to be valid characters.
17658 * character.h: Include <verify.h>.
17659 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
17660 arguments are no wider than unsigned, as a compile-time check
17661 to prevent future regressions in this area.
17662 * data.c (Faset):
17663 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
17664 (Fsubst_char_in_region):
17665 * fns.c (concat):
17666 * xdisp.c (decode_mode_spec_coding):
17667 Adjust to CHAR_STRING's new requirement.
17668 * editfns.c (Finsert_char, Fsubst_char_in_region):
17669 * fns.c (concat): Check that character args are actually
17670 characters. Without this test, these functions did the wrong
17671 thing with wildly out-of-range values on 64-bit hosts.
17672
17673 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
17674 These casts should not be needed on 32-bit hosts, either.
17675 * keyboard.c (read_char):
17676 * lread.c (Fload): Remove casts to unsigned.
17677
17678 * lisp.h (UNSIGNED_CMP): New macro.
17679 This fixes comparison bugs on 64-bit hosts.
17680 (ASCII_CHAR_P): Use it.
17681 * casefiddle.c (casify_object):
17682 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
17683 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
17684 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
17685 * dispextern.h (FACE_FROM_ID):
17686 * keyboard.c (read_char): Use UNSIGNED_CMP.
17687
17688 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
17689 not to EMACS_INT, to avoid GCC warning.
17690
17691 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
17692
17693 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
17694 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
17695 isn't needed on 32-bit machines.
17696
17697 * buffer.c (Fgenerate_new_buffer_name):
17698 Use EMACS_INT for count, not int.
17699 (advance_to_char_boundary): Return EMACS_INT, not int.
17700
17701 * data.c (Qcompiled_function): Now static.
17702
17703 * window.c (window_body_lines): Now static.
17704
17705 * image.c (gif_load): Rename local to avoid shadowing.
17706
17707 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
17708 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
17709 * alloc.c (make_save_value): Integer argument is now of type
17710 ptrdiff_t, not int.
17711 (mark_object): Use ptrdiff_t, not int.
17712 * lisp.h (pD): New macro.
17713 * print.c (print_object): Use it.
17714
17715 * alloc.c: Use EMACS_INT, not int, to count objects.
17716 (total_conses, total_markers, total_symbols, total_vector_size)
17717 (total_free_conses, total_free_markers, total_free_symbols)
17718 (total_free_floats, total_floats, total_free_intervals)
17719 (total_intervals, total_strings, total_free_strings):
17720 Now EMACS_INT, not int. All uses changed.
17721 (Fgarbage_collect): Compute overall total using a double, so that
17722 integer overflow is less likely to be a problem. Check for overflow
17723 when converting back to an integer.
17724 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
17725 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
17726 These were 'int' variables that could overflow on 64-bit hosts;
17727 they were never used, so remove them instead of repairing them.
17728 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
17729 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
17730 Previously, this ceilinged at INT_MAX, but that doesn't work on
17731 64-bit machines.
17732 (allocate_pseudovector): Don't use EMACS_INT when int would do.
17733
17734 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
17735 (allocate_vectorlike): Check for ptrdiff_t overflow.
17736 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
17737 when a (possibly-narrower) signed value would do just as well.
17738 We prefer using signed arithmetic, to avoid comparison confusion.
17739
17740 * alloc.c: Catch some string size overflows that we were missing.
17741 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
17742 for convenience in STRING_BYTES_MAX.
17743 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
17744 The definition here is exact; the one in lisp.h was approximate.
17745 (allocate_string_data): Check for string overflow. This catches
17746 some instances we weren't catching before. Also, it catches
17747 size_t overflow on (unusual) hosts where SIZE_MAX <= min
17748 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
17749 and ptrdiff_t and EMACS_INT are both 64 bits.
17750
17751 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
17752 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
17753 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
17754
17755 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
17756
17757 * alloc.c (Fmake_string): Check for out-of-range init.
17758
17759 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17760
17761 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
17762
17763 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
17764
17765 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
17766 xg_get_default_scrollbar_width.
17767
17768 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
17769 (int_gtk_range_get_value): Move to the scroll bar part of the file.
17770 (style_changed_cb): Call update_theme_scrollbar_width and call
17771 x_set_scroll_bar_default_width and xg_frame_set_char_size for
17772 all frames (Bug#8505).
17773 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
17774 Call gtk_window_set_resizable if HAVE_GTK3.
17775 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
17776 and height if HAVE_GTK3 (Bug#8505).
17777 (scroll_bar_width_for_theme): New variable.
17778 (update_theme_scrollbar_width): New function.
17779 (xg_get_default_scrollbar_width): Move code to
17780 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
17781 (xg_initialize): Call update_theme_scrollbar_width.
17782
17783 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
17784
17785 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
17786
17787 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17788
17789 * frame.c (make_frame): Call other_buffer_safely instead of
17790 other_buffer.
17791
17792 * window.c (temp_output_buffer_show): Call display_buffer with
17793 second argument Vtemp_buffer_show_specifiers and reset latter
17794 immediately after the call.
17795 (Vtemp_buffer_show_specifiers): New variable.
17796 (auto_window_vscroll_p, next_screen_context_lines)
17797 (Vscroll_preserve_screen_position): Remove leading asterisks from
17798 doc-strings.
17799
17800 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
17801
17802 Fix minor problems found by GCC 4.6.0 static checking.
17803 * buffer.c (Qclone_number): Remove for now, as it's unused.
17804 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
17805 (record_buffer): Remove unused local.
17806 * frame.c (other_visible_frames, frame_buffer_list): Now static.
17807 (set_frame_buffer_list): Remove; unused.
17808 * frame.h (other_visible_frames): Remove decl.
17809 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
17810 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
17811 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
17812 if HAVE_GPM.
17813 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
17814 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
17815 Define only if HAVE_GPM.
17816 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
17817 (update_hints_inhibit): Remove; never set. All uses removed.
17818 * widgetprv.h (emacsFrameClassRec): Remove decl.
17819 * window.c (delete_deletable_window): Now returns void, since it
17820 wasn't returning anything.
17821 (compare_window_configurations): Remove unused locals.
17822 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
17823 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
17824 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
17825 the same widths as pointers. This follows up on the 2011-05-06 patch.
17826 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
17827 * xterm.h: Likewise.
17828 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
17829
17830 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
17831
17832 * makefile.w32-in: Update dependencies.
17833 (LISP_H): Add lib/intprops.h.
17834
17835 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17836
17837 * image.c (gif_load): Add animation frame delay to the metadata.
17838 (syms_of_image): Use DEFSYM. New symbol `delay'.
17839
17840 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17841
17842 * window.c (delete_deletable_window): Re-add.
17843 (Fset_window_configuration): Rewrite to handle dead buffers and
17844 consequently deletable windows.
17845 (window_tree, Fwindow_tree): Remove. Supply functionality in
17846 window.el.
17847 (compare_window_configurations): Simplify code.
17848
17849 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
17850
17851 * image.c (imagemagick_load_image): Fix type mismatch.
17852 (Fimagemagick_types): Likewise.
17853
17854 * window.h (replace_buffer_in_windows): Declare.
17855
17856 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17857
17858 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
17859 Qclone_number. Remove external declaration of Qdelete_window.
17860 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
17861 code.
17862 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
17863 Run Qbuffer_list_update_hook if allowed.
17864 (Fother_buffer): Rewrite doc-string. Major rewrite for new
17865 buffer list implementation.
17866 (other_buffer_safely): New function.
17867 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
17868 calls to replace_buffer_in_windows and
17869 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
17870 if allowed.
17871 (record_buffer): Inhibit quitting and rewrite using quittable
17872 functions. Run Qbuffer_list_update_hook if allowed.
17873 (Frecord_buffer, Funrecord_buffer): New functions.
17874 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
17875 Move switch-to-buffer to window.el.
17876 (bury-buffer): Move to window.el.
17877 (Vbuffer_list_update_hook): New variable.
17878
17879 * lisp.h (other_buffer_safely): Add prototype in buffer.c
17880 section.
17881
17882 * window.h (resize_frame_windows): Move up in code.
17883 (Fwindow_frame): Remove EXFUN.
17884 (replace_buffer_in_all_windows): Remove prototype.
17885 (replace_buffer_in_windows_safely): Add prototype.
17886
17887 * window.c: Declare Qdelete_window static again. Move down
17888 declaration of select_count.
17889 (Fnext_window, Fprevious_window): Rewrite doc-strings.
17890 (Fother_window): Move to window.el.
17891 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
17892 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
17893 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
17894 window.el.
17895 (replace_buffer_in_windows): Implement by calling
17896 Qreplace_buffer_in_windows.
17897 (replace_buffer_in_all_windows): Remove with some functionality
17898 moved into replace_buffer_in_windows_safely.
17899 (replace_buffer_in_windows_safely): New function.
17900 (select_window_norecord, select_frame_norecord): Move in front
17901 of run_window_configuration_change_hook. Remove now obsolete
17902 declarations.
17903 (Fset_window_buffer): Rewrite doc-string.
17904 Call Qrecord_window_buffer.
17905 (keys_of_window): Move binding for other-window to window.el.
17906
17907 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17908
17909 * dispextern.h (struct image): Replace data member, whose int_val
17910 and ptr_val fields were not used by anything, with a single
17911 lisp_val object.
17912
17913 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
17914 (gif_clear_image, gif_load, imagemagick_load_image)
17915 (gs_clear_image, gs_load): Callers changed.
17916
17917 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
17918
17919 * buffer.h: Include <time.h>, for time_t.
17920 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
17921
17922 Fix minor problems found by static checking.
17923
17924 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
17925
17926 Make identifiers static if they are not used in other modules.
17927 * data.c (Qcompiled_function, Qframe, Qvector):
17928 * image.c (QimageMagick, Qsvg):
17929 * minibuf.c (Qmetadata):
17930 * window.c (resize_window_check, resize_root_window): Now static.
17931 * window.h (resize_window_check, resize_root_window): Remove decls.
17932
17933 * window.c (window_deletion_count, delete_deletable_window):
17934 Remove; unused.
17935 (window_body_lines): Now static.
17936 (Fdelete_other_windows_internal): Mark vars as initialized.
17937 Make sure 'resize_failed' is initialized.
17938 (run_window_configuration_change_hook): Rename local to avoid shadowing.
17939 (resize_window_apply): Remove unused local.
17940 * window.h (delete_deletable_window): Remove decl.
17941
17942 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
17943 (imagemagick_load_image): Fix pointer signedness problem by changing
17944 last arg from unsigned char * to char *. All uses changed.
17945 Also, fix a local for similar reasons.
17946 Remove unused locals. Remove locals to avoid shadowing.
17947 (fn_rsvg_handle_free): Remove; unused.
17948 (svg_load, svg_load_image): Fix pointer signedness problem.
17949 (imagemagick_load_image): Don't use garbage pointer image_wand.
17950
17951 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
17952
17953 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
17954
17955 * image.c (gif_load): Fix omitted cast error introduced by
17956 2011-06-06 change.
17957
17958 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17959
17960 * window.h (resize_proportionally, orig_total_lines)
17961 (orig_top_line): Remove from window structure.
17962 (set_window_height, set_window_width, change_window_heights)
17963 (Fdelete_window): Remove prototypes.
17964 (resize_frame_windows): Remove duplicate declaration.
17965
17966 2011-06-10 Eli Zaretskii <eliz@gnu.org>
17967
17968 * window.h (resize_frame_windows, resize_window_check)
17969 (delete_deletable_window, resize_root_window)
17970 (resize_frame_windows): Declare prototypes.
17971
17972 * window.c (resize_window_apply): Make definition be "static" to
17973 match the prototype.
17974
17975 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17976
17977 * window.c: Remove declarations of Qwindow_size_fixed,
17978 window_min_size_1, window_min_size_2, window_min_size,
17979 size_window, window_fixed_size_p, enlarge_window, delete_window.
17980 Remove static from declaration of Qdelete_window, it's
17981 temporarily needed by Fbury_buffer.
17982 (replace_window): Don't assign orig_top_line and
17983 orig_total_lines.
17984 (Fdelete_window, delete_window): Remove. Window deletion is
17985 handled by window.el.
17986 (window_loop): Remove DELETE_OTHER_WINDOWS case.
17987 Replace Fdelete_window calls with calls to Qdelete_window.
17988 (Fdelete_other_windows): Remove. Deleting other windows is
17989 handled by window.el.
17990 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
17991 handled in window.el.
17992 (window_min_size_2, window_min_size_1, window_min_size): Remove.
17993 Window minimum sizes are handled in window.el.
17994 (shrink_windows, size_window, set_window_height)
17995 (set_window_width, change_window_heights, window_height)
17996 (window_width, CURBEG, CURSIZE, enlarge_window)
17997 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
17998 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
17999 handled in window.el.
18000 (make_dummy_parent): Rename to make_parent_window and give it a
18001 second argument horflag.
18002 (make_window): Don't set resize_proportionally any more.
18003 (Fsplit_window): Remove. Windows are split in window.el.
18004 (save_restore_action, save_restore_orig_size)
18005 (shrink_window_lowest_first, save_restore_orig_size): Remove.
18006 Resize mini windows in window.el.
18007 (grow_mini_window, shrink_mini_window): Implement by calling
18008 Qresize_root_window_vertically, resize_window_check and
18009 resize_window_apply.
18010 (saved_window, Fset_window_configuration, save_window_save):
18011 Do not handle orig_top_line, orig_total_lines, and
18012 resize_proportionally.
18013 (window_min_height, window_min_width): Move to window.el.
18014 (keys_of_window): Move bindings for delete-other-windows,
18015 split-window, delete-window and enlarge-window to window.el.
18016
18017 * buffer.c: Temporarily extern Qdelete_window.
18018 (Fbury_buffer): Temporarily call Qdelete_window instead of
18019 Fdelete_window (Fbury_buffer will move to window.el soon).
18020
18021 * frame.c (set_menu_bar_lines_1): Remove code handling
18022 orig_top_line and orig_total_lines.
18023
18024 * dispnew.c (adjust_frame_glyphs_initially): Don't use
18025 set_window_height but set heights directly.
18026 (change_frame_size_1): Use resize_frame_windows.
18027
18028 * xdisp.c (init_xdisp): Don't use set_window_height but set
18029 heights directly.
18030
18031 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
18032 Use resize_frame_windows instead of change_window_heights and run
18033 run_window_configuration_change_hook.
18034
18035 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
18036 instead of change_window_heights and run
18037 run_window_configuration_change_hook.
18038
18039 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18040
18041 * window.c (replace_window): Rename second argument REPLACEMENT to
18042 NEW. New third argument SETFLAG. Rewrite.
18043 (delete_window, make_dummy_parent): Call replace_window with
18044 third argument 1.
18045 (window_list_1): Move down in code.
18046 (run_window_configuration_change_hook): Move set_buffer part
18047 before select_frame_norecord part in order to unwind correctly.
18048 Rename count1 to count.
18049 (recombine_windows, delete_deletable_window, resize_root_window)
18050 (Fdelete_other_windows_internal)
18051 (Frun_window_configuration_change_hook, make_parent_window)
18052 (resize_window_check, resize_window_apply, Fresize_window_apply)
18053 (resize_frame_windows, Fsplit_window_internal)
18054 (Fdelete_window_internal, Fresize_mini_window_internal):
18055 New functions.
18056 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
18057
18058 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18059
18060 * window.h (window): Add some new members to window structure -
18061 normal_lines, normal_cols, new_total, new_normal, clone_number,
18062 splits, nest, prev_buffers, next_buffers.
18063 (WINDOW_TOTAL_SIZE): Move here from window.c.
18064 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
18065
18066 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
18067 Remove.
18068 (make_dummy_parent): Set new members of windows structure.
18069 (make_window): Move down in code. Handle new members of window
18070 structure.
18071 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
18072 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
18073 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
18074 (Fset_window_prev_buffers, Fwindow_next_buffers)
18075 (Fset_window_next_buffers, Fset_window_clone_number):
18076 New functions.
18077 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
18078 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
18079 Doc-string fixes.
18080 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
18081 Argument WINDOW can be now internal window too.
18082 (Fwindow_use_time): Move up in code.
18083 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
18084 Rewrite doc-string.
18085 (Fset_window_configuration, saved_window)
18086 (Fcurrent_window_configuration, save_window_save): Handle new
18087 members of window structure.
18088 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
18089 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
18090 (syms_of_window): New Lisp objects Qrecord_window_buffer,
18091 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
18092 Qget_mru_window, Qresize_root_window,
18093 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
18094 Qauto_buffer_name; staticpro them.
18095
18096 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18097
18098 * window.c (Fwindow_total_size, Fwindow_left_column)
18099 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
18100 (Fwindow_list_1): New functions.
18101 (window_box_text_cols): Replace with window_body_cols.
18102 (Fwindow_width, Fscroll_left, Fscroll_right):
18103 Use window_body_cols instead of window_box_text_cols.
18104 (delete_window, Fset_window_configuration):
18105 Call delete_all_subwindows with window as argument.
18106 (delete_all_subwindows): Take a window as argument and not a
18107 structure. Rewrite.
18108 (window_loop): Remove handling of GET_LRU_WINDOW and
18109 GET_LARGEST_WINDOW.
18110 (Fget_lru_window, Fget_largest_window): Move to window.el.
18111
18112 * window.h: Extern window_body_cols instead of
18113 window_box_text_cols. delete_all_subwindows now takes a
18114 Lisp_Object as argument.
18115
18116 * indent.c (compute_motion, Fcompute_motion):
18117 Use window_body_cols instead of window_box_text_cols.
18118
18119 * frame.c (delete_frame): Call delete_all_subwindows with root
18120 window as argument.
18121
18122 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
18123
18124 * fns.c (Fputhash): Document return value.
18125
18126 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
18127
18128 * image.c (gif_load): Implement gif89a spec "no disposal" method.
18129
18130 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
18131
18132 Cons<->int and similar integer overflow fixes (Bug#8794).
18133
18134 Check for overflow when converting integer to cons and back.
18135 * charset.c (Fdefine_charset_internal, Fdecode_char):
18136 Use cons_to_unsigned to catch overflow.
18137 (Fencode_char): Use INTEGER_TO_CONS.
18138 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
18139 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
18140 * data.c (long_to_cons, cons_to_long): Remove.
18141 (cons_to_unsigned, cons_to_signed): New functions.
18142 These signal an error for invalid or out-of-range values.
18143 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
18144 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
18145 * font.c (Ffont_variation_glyphs):
18146 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
18147 * lisp.h: Include <intprops.h>.
18148 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
18149 (cons_to_signed, cons_to_unsigned): New decls.
18150 (long_to_cons, cons_to_long): Remove decls.
18151 * undo.c (record_first_change): Use INTEGER_TO_CONS.
18152 (Fprimitive_undo): Use CONS_TO_INTEGER.
18153 * xfns.c (Fx_window_property): Likewise.
18154 * xselect.c: Include <limits.h>.
18155 (x_own_selection, selection_data_to_lisp_data):
18156 Use INTEGER_TO_CONS.
18157 (x_handle_selection_request, x_handle_selection_clear)
18158 (x_get_foreign_selection, Fx_disown_selection_internal)
18159 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
18160 (lisp_data_to_selection_data): Use cons_to_unsigned.
18161 (x_fill_property_data): Use cons_to_signed.
18162 Report values out of range.
18163
18164 Check for buffer and string overflow more precisely.
18165 * buffer.h (BUF_BYTES_MAX): New macro.
18166 * lisp.h (STRING_BYTES_MAX): New macro.
18167 * alloc.c (Fmake_string):
18168 * character.c (string_escape_byte8):
18169 * coding.c (coding_alloc_by_realloc):
18170 * doprnt.c (doprnt):
18171 * editfns.c (Fformat):
18172 * eval.c (verror):
18173 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
18174 since they may not be the same number.
18175 * editfns.c (Finsert_char):
18176 * fileio.c (Finsert_file_contents):
18177 Likewise for BUF_BYTES_MAX.
18178
18179 * image.c: Use ptrdiff_t, not int, for sizes.
18180 (slurp_file): Switch from int to ptrdiff_t.
18181 All uses changed.
18182 (slurp_file): Check that file size fits in both size_t (for
18183 malloc) and ptrdiff_t (for sanity and safety).
18184
18185 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
18186 if b->modtime has its maximal value.
18187
18188 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
18189
18190 Don't assume time_t can fit into int.
18191 * buffer.h (struct buffer.modtime): Now time_t, not int.
18192 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
18193 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
18194
18195 Minor fixes for signed vs unsigned integers.
18196 * character.h (MAYBE_UNIFY_CHAR):
18197 * charset.c (maybe_unify_char):
18198 * keyboard.c (read_char, reorder_modifiers):
18199 XINT -> XFASTINT, since the integer must be nonnegative.
18200 * ftfont.c (ftfont_spec_pattern):
18201 * keymap.c (access_keymap, silly_event_symbol_error):
18202 XUINT -> XFASTINT, since the integer must be nonnegative.
18203 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
18204 since it makes no difference and we prefer signed.
18205 * keyboard.c (record_char): Use XUINT when all the neighbors do.
18206 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
18207 nonnegative.
18208
18209 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18210
18211 * window.h (Fwindow_frame): Declare.
18212
18213 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
18214
18215 * alloc.c: Simplify handling of large-request failures (Bug#8800).
18216 (SPARE_MEMORY): Always define.
18217 (LARGE_REQUEST): Remove.
18218 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
18219
18220 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18221
18222 * lisp.h: Move EXFUNS for Fframe_root_window,
18223 Fframe_first_window and Fset_frame_selected_window to window.h.
18224
18225 * window.h: Move EXFUNS for Fframe_root_window,
18226 Fframe_first_window and Fset_frame_selected_window here from
18227 lisp.h.
18228
18229 * frame.c (Fwindow_frame, Fframe_first_window)
18230 (Fframe_root_window, Fframe_selected_window)
18231 (Fset_frame_selected_window): Move to window.c.
18232 (Factive_minibuffer_window): Move to minibuf.c.
18233 (Fother_visible_frames_p): New function.
18234
18235 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
18236
18237 * window.c (decode_window, decode_any_window): Move up in code.
18238 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
18239 (inhibit_frame_unsplittable): Remove unused variable.
18240 (Fwindow_buffer): Move up and rewrite doc-string.
18241 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
18242 (Fwindow_prev): New functions.
18243 (Fwindow_frame): Move here from frame.c. Accept any window as
18244 argument.
18245 (Fframe_root_window, Fframe_first_window)
18246 (Fframe_selected_window): Move here from frame.c. Accept frame
18247 or arbitrary window as argument. Update doc-strings.
18248 (Fminibuffer_window): Move up in code.
18249 (Fwindow_minibuffer_p): Move up in code and simplify.
18250 (Fset_frame_selected_window): Move here from frame.c.
18251 Marginal rewrite.
18252 (Fselected_window, select_window, Fselect_window): Move up in
18253 code. Minor doc-string fixes.
18254
18255 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
18256
18257 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
18258 Do not assume that spare memory exists; that assumption is valid
18259 only if SYSTEM_MALLOC.
18260 (LARGE_REQUEST): New macro, so that the issue of large requests
18261 is separated from the issue of spare memory.
18262
18263 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18264
18265 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
18266 format. (Bug#8806)
18267
18268 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
18269
18270 * xfns.c (x_set_scroll_bar_default_width): Move declarations
18271 before statements.
18272
18273 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
18274
18275 * gtkutil.c (xg_get_default_scrollbar_width): New function.
18276
18277 * gtkutil.h: Declare xg_get_default_scrollbar_width.
18278
18279 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
18280 min width by calling x_set_scroll_bar_default_width (Bug#8505).
18281
18282 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18283
18284 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
18285
18286 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18287
18288 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
18289 (x_clipboard_manager_save): Add return value.
18290 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
18291 New error handlers.
18292 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
18293 Obey Vx_select_enable_clipboard_manager. Catch errors in
18294 x_clipboard_manager_save (Bug#8779).
18295 (Vx_select_enable_clipboard_manager): New variable.
18296 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
18297
18298 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
18299
18300 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
18301
18302 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18303
18304 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
18305 in the current matrix if keep_current_p is non-zero.
18306
18307 2011-06-04 Eli Zaretskii <eliz@gnu.org>
18308
18309 * bidi.c (bidi_level_of_next_char): Fix last change.
18310
18311 2011-06-03 Eli Zaretskii <eliz@gnu.org>
18312
18313 Support bidi reordering of text covered by display properties.
18314
18315 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
18316 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
18317 (bidi_cache_search, bidi_cache_iterator_state)
18318 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
18319 (bidi_level_of_next_char, bidi_move_to_visually_next):
18320 Support character positions inside a run of characters covered by a
18321 display string.
18322 (bidi_paragraph_init, bidi_resolve_explicit_1)
18323 (bidi_level_of_next_char): Call bidi_fetch_char and
18324 bidi_fetch_char_advance instead of FETCH_CHAR and
18325 FETCH_CHAR_ADVANCE.
18326 (bidi_init_it): Initialize new members.
18327 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
18328 definitions.
18329 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
18330 instead of using explicit *_CHAR codes.
18331 (bidi_resolve_explicit, bidi_resolve_weak):
18332 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
18333 bidirectional text is supported only in multibyte buffers.
18334 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
18335 it to initialize the frame_window_p member of struct bidi_it.
18336 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
18337 (bidi_resolve_explicit, bidi_resolve_weak)
18338 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
18339 bidi_it->nchars is non-positive.
18340 (bidi_level_of_next_char): Don't try to lookup the cache for the
18341 next/previous character if nothing is cached there yet, or if we
18342 were just reseat()'ed to a new position.
18343
18344 * xdisp.c (set_cursor_from_row): Set start and stop points
18345 according to the row's direction when priming the loop that looks
18346 for the glyph on which to display cursor.
18347 (single_display_spec_intangible_p): Function deleted.
18348 (display_prop_intangible_p): Reimplement to call
18349 handle_display_spec instead of single_display_spec_intangible_p.
18350 Accept 3 additional arguments needed by handle_display_spec.
18351 This fixes incorrect cursor motion across display property with complex
18352 values: lists, `(when COND...)' forms, etc.
18353 (single_display_spec_string_p): Support property values that are
18354 lists with the argument STRING its top-level element.
18355 (display_prop_string_p): Fix the condition for processing a
18356 property that is a list to be consistent with handle_display_spec.
18357 (handle_display_spec): New function, refactored from the
18358 last portion of handle_display_prop.
18359 (compute_display_string_pos): Accept additional argument
18360 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
18361 value of a `display' property is a "replacing spec".
18362 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
18363 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
18364 the display property, but just return a value indicating whether
18365 the display property will replace the characters it covers.
18366 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
18367 frame_window_p members of struct bidi_it.
18368 (compute_display_string_pos, compute_display_string_end):
18369 New functions.
18370 (push_it): Accept second argument POSITION, where pop_it should
18371 jump to continue iteration.
18372 (reseat_1): Initialize bidi_it.disp_pos.
18373
18374 * keyboard.c (adjust_point_for_property): Adjust the call to
18375 display_prop_intangible_p to its new signature.
18376
18377 * dispextern.h (struct bidi_it): New member frame_window_p.
18378 (bidi_init_it): Update prototypes.
18379 (display_prop_intangible_p): Update prototype.
18380 (compute_display_string_pos, compute_display_string_end):
18381 Declare prototypes.
18382 (struct bidi_it): New members nchars and disp_pos. ch_len is now
18383 EMACS_INT.
18384
18385 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
18386
18387 Malloc failure behavior now depends on size of allocation.
18388 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
18389 * lisp.h: Change signatures accordingly.
18390 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
18391 All callers changed. (Bug#8762)
18392
18393 * gnutls.c: Use Emacs's memory allocators.
18394 Without this change, the gnutls library would invoke malloc etc.
18395 directly, which causes problems on non-SYNC_INPUT hosts, and which
18396 runs afoul of improving memory_full behavior. (Bug#8761)
18397 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
18398 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
18399 xfree instead of the default malloc, realloc, free.
18400 (Fgnutls_boot): No need to check for memory allocation failure,
18401 since xmalloc does that for us.
18402
18403 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
18404 * category.c (hash_get_category_set):
18405 * ccl.c (ccl_driver):
18406 * charset.c (Fdefine_charset_internal):
18407 * charset.h (struct charset.hash_index):
18408 * composite.c (get_composition_id, gstring_lookup_cache)
18409 (composition_gstring_put_cache):
18410 * composite.h (struct composition.hash_index):
18411 * dispextern.h (struct image.hash):
18412 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
18413 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
18414 (hashfn_equal, hashfn_user_defined, make_hash_table)
18415 (maybe_resize_hash_table, hash_lookup, hash_put)
18416 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
18417 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
18418 (Fsxhash, Fgethash, Fputhash, Fmaphash):
18419 * image.c (make_image, search_image_cache, lookup_image)
18420 (xpm_put_color_table_h):
18421 * lisp.h (struct Lisp_Hash_Table):
18422 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
18423 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
18424 for hashes and hash indexes, instead of 'unsigned' and 'int'.
18425 * alloc.c (allocate_vectorlike):
18426 Check for overflow in vector size calculations.
18427 * ccl.c (ccl_driver):
18428 Check for overflow when converting EMACS_INT to int.
18429 * fns.c, image.c: Remove unnecessary static decls that would otherwise
18430 need to be updated by these changes.
18431 * fns.c (make_hash_table, maybe_resize_hash_table):
18432 Check for integer overflow with large hash tables.
18433 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
18434 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
18435 (SXHASH_REDUCE): New macro.
18436 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
18437 Use it instead of discarding useful hash info with large hash values.
18438 (sxhash_float): New function.
18439 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
18440 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
18441 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
18442 Rewrite to use FIXNUM_BITS, as this simplifies things.
18443 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
18444 Adjust signatures to match updated version of code.
18445 (consing_since_gc): Now EMACS_INT, since a single hash table can
18446 use more than INT_MAX bytes.
18447
18448 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
18449
18450 Make it possible to build with GCC-4.6+ -O2 -flto.
18451
18452 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
18453
18454 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18455
18456 * minibuf.c (get_minibuffer, read_minibuf_unwind):
18457 Call minibuffer-inactive-mode.
18458
18459 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
18460
18461 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
18462 Update dependencies.
18463
18464 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18465
18466 * data.c (init_data): Remove code for UTS, this system is not
18467 supported anymore.
18468
18469 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18470
18471 Don't force ./temacs to start in terminal mode.
18472
18473 * frame.c (make_initial_frame): Initialize faces in all cases, not
18474 only when CANNOT_DUMP is defined.
18475 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
18476
18477 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18478
18479 * dispnew.c (add_window_display_history): Use const for the string
18480 pointer. Remove declaration, not needed.
18481
18482 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
18483
18484 Use 'inline', not 'INLINE'.
18485 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
18486 * alloc.c, fontset.c (INLINE): Remove.
18487 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
18488 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
18489 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
18490 * gmalloc.c (register_heapinfo): Use inline unconditionally.
18491 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
18492
18493 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18494
18495 Make it possible to run ./temacs.
18496
18497 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
18498 syms_of_callproc does the same thing. Remove test for
18499 "initialized", do it in the caller.
18500 * emacs.c (main): Avoid calling set_initial_environment when dumping.
18501
18502 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18503
18504 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
18505 (read_minibuf): Use get_minibuffer.
18506 (syms_of_minibuf): Use DEFSYM.
18507 (Qmetadata): New var.
18508 * data.c (Qbuffer): Don't make it static.
18509 (syms_of_data): Use DEFSYM.
18510
18511 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
18512
18513 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
18514 (CCL_CODE_MIN): New macro.
18515
18516 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
18517
18518 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
18519
18520 * eval.c (Qdebug): Now static.
18521 * lisp.h (Qdebug): Remove decl. This reverts a part of the
18522 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
18523 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
18524
18525 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18526
18527 * image.c: Various fixes to ImageMagick code comments.
18528 (Fimagemagick_types): Doc fix.
18529
18530 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
18531
18532 Minor fixes prompted by GCC 4.6.0 warnings.
18533
18534 * xselect.c (converted_selections, conversion_fail_tag): Now static.
18535
18536 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
18537 (x_clipboard_manager_save_all): Move extern decl to ...
18538 * xterm.h: ... here, so that it can be checked for consistency.
18539
18540 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18541
18542 * xselect.c (x_clipboard_manager_save_frame)
18543 (x_clipboard_manager_save_all): New functions.
18544 (Fx_clipboard_manager_save): Lisp function deleted.
18545
18546 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
18547 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
18548
18549 * xterm.h: Update prototype.
18550
18551 2011-05-28 William Xu <william.xwl@gmail.com>
18552
18553 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
18554 exiting (Bug#8239).
18555
18556 2011-05-28 Jim Meyering <meyering@redhat.com>
18557
18558 Avoid a sign-extension bug in crypto_hash_function.
18559 * fns.c (to_uchar): Define.
18560 (crypto_hash_function): Use it to convert some newly-signed
18561 variables to unsigned, to avoid sign-extension bugs. For example,
18562 without this change, (md5 "truc") would evaluate to
18563 45723a2aff78ff4fff7fff1114760e62 rather than the expected
18564 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
18565 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
18566
18567 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
18568
18569 Integer overflow fixes.
18570
18571 * dbusbind.c: Serial number integer overflow fixes.
18572 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
18573 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
18574 to hold a serial number that is too large for a fixnum.
18575 (Fdbus_method_return_internal, Fdbus_method_error_internal):
18576 Check for serial numbers out of range. Decode any serial number
18577 that was so large that it became a float. (Bug#8722)
18578
18579 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
18580 (Fdbus_call_method, Fdbus_call_method_asynchronously):
18581 Use XFASTINT rather than XUINT when numbers are nonnegative.
18582 (xd_append_arg, Fdbus_method_return_internal):
18583 (Fdbus_method_error_internal): Likewise. Also, for unsigned
18584 arguments, check that Lisp number is nonnegative, rather than
18585 silently wrapping negative numbers around. (Bug#8722)
18586 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
18587 (Bug#8722)
18588
18589 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
18590
18591 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
18592
18593 ccl: Add integer overflow checks.
18594 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
18595 (IN_INT_RANGE): New macros.
18596 (ccl_driver): Use them to check for integer overflow when
18597 decoding a CCL program. Many of the new checks are whether XINT (x)
18598 fits in int; it doesn't always, on 64-bit hosts. The new version
18599 doesn't catch all possible integer overflows, but it's an
18600 improvement. (Bug#8719)
18601
18602 * alloc.c (make_event_array): Use XINT, not XUINT.
18603 There's no need for unsigned here.
18604
18605 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
18606 This follows up to the 2011-05-06 change that substituted uintptr_t
18607 for EMACS_INT. This case wasn't caught back then.
18608
18609 Rework Fformat to avoid integer overflow issues.
18610 * editfns.c: Include <float.h> unconditionally, as it's everywhere
18611 now (part of C89). Include <verify.h>.
18612 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
18613 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
18614 (Fformat): Avoid the prepass trying to compute sizes; it was only
18615 approximate and thus did not catch overflow reliably. Instead, walk
18616 through the format just once, formatting and computing sizes as we go,
18617 checking for integer overflow at every step, and allocating a larger
18618 buffer as needed. Keep track separately whether the format is
18619 multibyte. Keep only the most-recently calculated precision, rather
18620 than them all. Record whether each argument has been converted to
18621 string. Use EMACS_INT, not int, for byte and char and arg counts.
18622 Support field widths and precisions larger than INT_MAX. Avoid
18623 sprintf's undefined behavior with conversion specifications such as %#d
18624 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
18625 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
18626 formatting out-of-range floating point numbers with int
18627 formats. (Bug#8668)
18628
18629 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
18630
18631 * data.c: Avoid integer truncation in expressions involving floats.
18632 * data.c: Include <intprops.h>.
18633 (arith_driver): When there's an integer overflow in an expression
18634 involving floating point, convert the integers to floating point
18635 so that the resulting value does not suffer from catastrophic
18636 integer truncation. For example, on a 64-bit host (* 4
18637 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
18638 Do not rely on undefined behavior after integer overflow.
18639
18640 merge count_size_as_multibyte, parse_str_to_multibyte
18641 * character.c, character.h (count_size_as_multibyte):
18642 Rename from parse_str_to_multibyte; all uses changed.
18643 Check for integer overflow.
18644 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
18645 since it's now a duplicate of the other. This is more of
18646 a character than a buffer op, so better that it's in character.c.
18647 * fns.c, print.c: Adjust to above changes.
18648
18649 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18650
18651 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
18652
18653 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
18654
18655 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
18656 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
18657 (x_clipboard_manager_save): Now static.
18658 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
18659
18660 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
18661 (crypto_hash_function): Now static.
18662 Fix pointer signedness problems. Avoid unnecessary initializations.
18663
18664 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18665
18666 * termhooks.h (Vselection_alist): Make it terminal-local.
18667
18668 * terminal.c (create_terminal): Initialize it.
18669
18670 * xselect.c: Support for clipboard managers.
18671 (Vselection_alist): Move to termhooks.h as terminal-local var.
18672 (LOCAL_SELECTION): New macro.
18673 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
18674 (symbol_to_x_atom): Remove gratuitous arg.
18675 (x_handle_selection_request, lisp_data_to_selection_data)
18676 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
18677 (x_own_selection, x_get_local_selection, x_convert_selection):
18678 New arg, specifying work frame. Use terminal-local Vselection_alist.
18679 (some_frame_on_display): Delete unused function.
18680 (Fx_own_selection_internal, Fx_get_selection_internal)
18681 (Fx_disown_selection_internal, Fx_selection_owner_p)
18682 (Fx_selection_exists_p): New optional frame arg.
18683 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
18684 (x_handle_selection_clear): Don't treat other terminals with the
18685 same keyboard specially. Use the terminal-local Vselection_alist.
18686 (x_clear_frame_selections): Use Frun_hook_with_args.
18687
18688 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
18689
18690 * xterm.h: Add support for those atoms.
18691
18692 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
18693
18694 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
18695 (converted_selections, conversion_fail_tag): New global variables.
18696 (x_selection_request_lisp_error): Free the above.
18697 (x_get_local_selection): Remove unnecessary code.
18698 (x_reply_selection_request): Args changed; handle arbitrary array
18699 of converted selections stored in converted_selections.
18700 Separate the XChangeProperty and SelectionNotify steps.
18701 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
18702 (x_convert_selection): New function.
18703 (x_handle_selection_event): Simplify.
18704 (x_get_foreign_selection): Don't ignore incoming requests while
18705 waiting for an answer; this will fail when we implement
18706 SAVE_TARGETS, and seems unnecessary anyway.
18707 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
18708 (Vx_sent_selection_functions): Doc fix.
18709
18710 2011-05-26 Leo Liu <sdl.web@gmail.com>
18711
18712 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
18713
18714 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18715
18716 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
18717
18718 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
18719 for fringe update if it has periodic bitmap.
18720 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
18721 and fringe_bitmap_periodic_p.
18722
18723 * fringe.c (get_fringe_bitmap_data): New function.
18724 (draw_fringe_bitmap_1, update_window_fringes): Use it.
18725 (update_window_fringes): Record periodicity of fringe bitmap in glyph
18726 row. Mark glyph row for fringe update if periodicity changed.
18727
18728 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
18729 for fringe update unless it has periodic bitmap.
18730
18731 2011-05-25 Kenichi Handa <handa@m17n.org>
18732
18733 * xdisp.c (get_next_display_element): Set correct it->face_id for
18734 a static composition.
18735
18736 2011-05-24 Leo Liu <sdl.web@gmail.com>
18737
18738 * deps.mk (fns.o):
18739 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
18740
18741 * fns.c (crypto_hash_function, Fsha1): New function.
18742 (Fmd5): Use crypto_hash_function.
18743 (syms_of_fns): Add Ssha1.
18744
18745 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
18746
18747 * gnutls.c: Remove unused macros.
18748 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
18749 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
18750 Remove macros that are defined and never used.
18751 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
18752
18753 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18754
18755 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
18756 (Fx_get_selection_internal): Minor cleanup.
18757 (Fx_own_selection_internal): Rename arguments for consistency with
18758 select.el.
18759
18760 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
18761
18762 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
18763
18764 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18765
18766 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
18767
18768 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18769
18770 * dispnew.c (scrolling_window): Don't exclude the case that the
18771 last enabled row in the desired matrix touches the bottom boundary.
18772
18773 2011-05-21 Glenn Morris <rgm@gnu.org>
18774
18775 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
18776 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
18777 and add some more files.
18778
18779 2011-05-20 Eli Zaretskii <eliz@gnu.org>
18780
18781 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
18782 report_file_error introduced by the change from 2011-05-07.
18783
18784 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
18785
18786 * systime.h (Time): Define only if emacs is defined.
18787 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
18788 where the include path doesn't have X11/X.h by default. See
18789 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
18790
18791 2011-05-20 Kenichi Handa <handa@m17n.org>
18792
18793 * composite.c (find_automatic_composition): Fix previous change.
18794
18795 2011-05-20 Glenn Morris <rgm@gnu.org>
18796
18797 * lisp.mk: New file, split from Makefile.in.
18798 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
18799 (shortlisp): Remove.
18800 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
18801
18802 2011-05-19 Glenn Morris <rgm@gnu.org>
18803
18804 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
18805 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
18806 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
18807 (lisp): Set the order to that of loadup.el.
18808 (shortlisp): Make it a copy of $lisp.
18809 (SOME_MACHINE_LISP): Remove.
18810 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
18811 Use just $shortlisp, not $SOME_MACHINE_LISP too.
18812
18813 2011-05-18 Kenichi Handa <handa@m17n.org>
18814
18815 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
18816 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
18817 (find_automatic_composition): Mostly rewrite for efficiency.
18818
18819 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
18820
18821 * makefile.w32-in: Update dependencies.
18822
18823 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
18824
18825 * menu.c: Include limits.h (fixes the MS-Windows build broken by
18826 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
18827
18828 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
18829
18830 Fix some integer overflow issues, such as string length overflow.
18831
18832 * insdel.c (count_size_as_multibyte): Check for string overflow.
18833
18834 * character.c (lisp_string_width): Check for string overflow.
18835 Use EMACS_INT, not int, for string indexes and lengths; in
18836 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
18837 the resulting string length overflows an EMACS_INT; instead,
18838 report a string overflow if no precision given. When checking for
18839 precision exhaustion, use a check that cannot possibly have
18840 integer overflow. (Bug#8675)
18841 * character.h (lisp_string_width): Adjust to new signature.
18842
18843 * alloc.c (string_overflow): New function.
18844 (Fmake_string): Use it. This doesn't change behavior, but saves
18845 a few bytes and will simplify future changes.
18846 * character.c (string_escape_byte8): Likewise.
18847 * lisp.h (string_overflow): New decl.
18848
18849 Fixups, following up to the user-interface timestamp change.
18850 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
18851 for UI timestamps, instead of unsigned long.
18852 * msdos.c (mouse_get_pos): Likewise.
18853 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
18854 * w32gui.h (Time): Define by including "systime.h" rather than by
18855 declaring it ourselves. (Bug#8664)
18856
18857 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
18858 * image.c (clear_image_cache): Likewise.
18859
18860 * term.c (term_mouse_position): Don't assume time_t wraparound.
18861
18862 Be more systematic about user-interface timestamps.
18863 Before, the code sometimes used 'Time', sometimes 'unsigned long',
18864 and sometimes 'EMACS_UINT', to represent these timestamps.
18865 This change causes it to use 'Time' uniformly, as that's what X uses.
18866 This makes the code easier to follow, and makes it easier to catch
18867 integer overflow bugs such as Bug#8664.
18868 * frame.c (Fmouse_position, Fmouse_pixel_position):
18869 Use Time, not unsigned long, for user-interface timestamps.
18870 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
18871 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
18872 * keyboard.h (last_event_timestamp): Likewise.
18873 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
18874 * menu.h (xmenu_show): Likewise.
18875 * term.c (term_mouse_position): Likewise.
18876 * termhooks.h (struct input_event.timestamp): Likewise.
18877 (struct terminal.mouse_position_hook): Likewise.
18878 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
18879 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
18880 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
18881 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
18882 what it was before.
18883 * menu.h, termhooks.h: Include "systime.h", for Time.
18884
18885 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
18886 Don't assume that the difference between two unsigned long values
18887 can fit into an integer. At this point, we know button_down_time
18888 <= event->timestamp, so the difference must be nonnegative, so
18889 there's no need to cast the result if double-click-time is
18890 nonnegative, as it should be; check that it's nonnegative, just in
18891 case. This bug is triggered when events are more than 2**31 ms
18892 apart (about 25 days). (Bug#8664)
18893
18894 * xselect.c (last_event_timestamp): Remove duplicate decl.
18895 (x_own_selection): Remove needless cast to unsigned long.
18896
18897 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
18898 that always fit in int. Use a sentinel instead of a counter, to
18899 avoid a temp and to allay GCC's concerns about possible int overflow.
18900 * frame.h (struct frame): Use int for menu_bar_items_used
18901 instead of EMACS_INT, since it always fits in int.
18902
18903 * menu.c (grow_menu_items): Check for int overflow.
18904
18905 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
18906
18907 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
18908 Before, the code was not consistent. These values cannot exceed
18909 2**31 - 1 so there's no need to make them unsigned.
18910 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
18911 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
18912 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
18913 as modifiers.
18914 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
18915
18916 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
18917 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
18918 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
18919 presumably because the widths might not match.
18920
18921 * window.c (size_window): Avoid needless test at loop start.
18922
18923 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
18924
18925 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
18926
18927 2011-05-12 Drew Adams <drew.adams@oracle.com>
18928
18929 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
18930
18931 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18932
18933 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
18934 `width' to `bar_area_x' and `bar_area_width', respectively.
18935 (x_scroll_run): Take account of fringe background extension.
18936
18937 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
18938 Rename local vars `left' and `width' to `bar_area_x' and
18939 `bar_area_width', respectively.
18940 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
18941 background extension.
18942
18943 2011-05-10 Jim Meyering <meyering@redhat.com>
18944
18945 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
18946
18947 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
18948
18949 * image.c (Finit_image_library): Return t for built-in image types,
18950 like pbm and xbm. (Bug#8640)
18951
18952 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
18953
18954 * w32menu.c (set_frame_menubar): Fix submenu allocation.
18955
18956 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18957
18958 * w32console.c (Fset_screen_color): Doc fix.
18959 (Fget_screen_color): New function.
18960 (syms_of_ntterm): Defsubr it.
18961
18962 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
18963 unlink the temporary file if Fcall_process didn't create it in the
18964 first place.
18965 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
18966 child process will be redirected to a file specified with `:file'.
18967 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
18968 cue to call_process_cleanup not to close that handle.
18969
18970 2011-05-07 Ben Key <bkey76@gmail.com>
18971
18972 * makefile.w32-in: The bootstrap-temacs rule now makes use of
18973 one of two shell specific rules, either bootstrap-temacs-CMD or
18974 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
18975 to the previous implementation of the bootstrap-temacs rule.
18976 The bootstrap-temacs-CMD rule is similar to the previous
18977 implementation of the bootstrap-temacs rule except that it
18978 makes use of the ESC_CFLAGS variable instead of the CFLAGS
18979 variable.
18980
18981 These changes, along with some changes to nt/configure.bat,
18982 nt/gmake.defs, and nt/nmake.defs, are required to extend my
18983 earlier fix to add support for --cflags and --ldflags options
18984 that include quotes so that it works whether make uses cmd or
18985 sh as the shell.
18986
18987 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
18988
18989 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
18990 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
18991 is a constant.
18992 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
18993 a string. Handle both cases.
18994 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
18995 (Fdbus_register_method): Use Qinvalid_function.
18996
18997 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
18998
18999 * makefile.w32-in: Update dependencies.
19000 (LISP_H): Add inttypes.h and stdin.h.
19001 (PROCESS_H): Add unistd.h.
19002
19003 2011-05-06 Eli Zaretskii <eliz@gnu.org>
19004
19005 * lread.c: Include limits.h (fixes the MS-Windows build broken by
19006 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
19007
19008 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19009
19010 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
19011
19012 * term.c (vfatal): Remove stray call to va_end.
19013 It's not needed and the C Standard doesn't allow it here anyway.
19014
19015 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
19016 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
19017
19018 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
19019 bytes.
19020
19021 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
19022
19023 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
19024
19025 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
19026
19027 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
19028
19029 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
19030
19031 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
19032 * charset.c (Fdefine_charset_internal): Don't initialize
19033 charset.code_space[15]. The value was garbage, on hosts with
19034 32-bit int (Bug#8600).
19035
19036 * lread.c (read_integer): Be more consistent with string-to-number.
19037 Use string_to_number to do the actual conversion; this avoids
19038 rounding errors and fixes some other screwups. Without this fix,
19039 for example, #x1fffffffffffffff was misread as -2305843009213693952.
19040 (digit_to_number): Move earlier, for benefit of read_integer.
19041 Return -1 if the digit is out of range for the base, -2 if it is
19042 not a digit in any supported base. (Bug#8602)
19043
19044 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
19045
19046 * dispnew.c (scrolling_window): Return 1 if we scrolled,
19047 to match comment at start of function. This also removes a
19048 GCC warning about overflow in a 32+64-bit port.
19049
19050 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
19051
19052 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
19053 Reported by Stefan Monnier in
19054 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
19055 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
19056 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
19057
19058 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
19059 (EMACS_UINTPTR): Likewise, with uintptr_t.
19060
19061 * lisp.h: Prefer 64-bit EMACS_INT if available.
19062 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
19063 on 32-bit hosts that have 64-bit int, so that they can access
19064 large files.
19065 However, temporarily disable this change unless the temporary
19066 symbol WIDE_EMACS_INT is defined.
19067
19068 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
19069
19070 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
19071 This removes an assumption that EMACS_INT and long are the same
19072 width as pointers. The assumption is true for Emacs porting targets
19073 now, but we want to make other targets possible.
19074 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
19075 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
19076 In the rest of the code, change types of integers that hold casted
19077 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
19078 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
19079 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
19080 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
19081 No need to cast type when ORing.
19082 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
19083 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
19084 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
19085 assume EMACS_INT is the same width as char *.
19086 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
19087 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
19088 Remove no-longer-needed casts.
19089 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
19090 (xg_tool_bar_help_callback, xg_make_tool_item):
19091 Use EMACS_INTPTR to hold an integer
19092 that will be cast to void *; this can avoid a GCC warning
19093 if EMACS_INT is not the same width as void *.
19094 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
19095 * xdisp.c (display_echo_area_1, resize_mini_window_1):
19096 (current_message_1, set_message_1):
19097 Use a local to convert to proper width without a cast.
19098 * xmenu.c (dialog_selection_callback): Likewise.
19099
19100 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
19101 Also, don't assume VALBITS / RAND_BITS is less than 5,
19102 and don't rely on undefined behavior when shifting a 1 left into
19103 the sign bit.
19104 * lisp.h (get_random): Change signature to match.
19105
19106 * lread.c (hash_string): Use size_t, not int, for hash computation.
19107 Normally we prefer signed values; but hashing is special, because
19108 it's better to use unsigned division on hash table sizes so that
19109 the remainder is nonnegative. Also, size_t is the natural width
19110 for hashing into memory. The previous code used 'int', which doesn't
19111 retain enough info to hash well into very large tables.
19112 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
19113
19114 * dbusbind.c: Don't possibly lose pointer info when converting.
19115 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
19116 Use XPNTR rather than XHASH, so that the high-order bits of
19117 the pointer aren't lost when converting through void *.
19118
19119 * eval.c (Fautoload): Don't double-shift a pointer.
19120
19121 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
19122
19123 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19124
19125 * gnutls.c (DEF_GNUTLS_FN):
19126 * image.c (DEF_IMGLIB_FN): Make function pointers static.
19127
19128 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
19129
19130 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
19131 marker. (Bug#8610)
19132
19133 2011-05-05 Eli Zaretskii <eliz@gnu.org>
19134
19135 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
19136 New version that can reserve upto 2GB of heap space.
19137
19138 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
19139
19140 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
19141
19142 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
19143
19144 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
19145 `gnutls_certificate_set_x509_key_file'.
19146
19147 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19148
19149 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
19150 Update dependencies.
19151
19152 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19153
19154 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
19155 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
19156 Remove unused parameter `fildes'.
19157 * process.c (read_process_output, send_process): Don't pass it.
19158
19159 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19160
19161 Fix previous change: the library cache is defined in w32.c.
19162 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
19163 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
19164
19165 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19166
19167 Implement dynamic loading of GnuTLS on Windows.
19168
19169 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
19170 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
19171 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
19172 Declare.
19173
19174 * gnutls.c (Qgnutls_dll): Define.
19175 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
19176 (gnutls_*): Declare function pointers.
19177 (init_gnutls_functions): New function to initialize function pointers.
19178 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
19179 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
19180 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
19181 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
19182 (emacs_gnutls_write, emacs_gnutls_read)
19183 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
19184 (Fgnutls_available_p): New function.
19185 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
19186 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
19187 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
19188
19189 * image.c: Include w32.h.
19190 (Vimage_type_cache): Delete.
19191 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
19192 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
19193 (w32_delayed_load): Move to w32.c.
19194
19195 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
19196
19197 * w32.c (QCloaded_from, Vlibrary_cache): Define.
19198 (w32_delayed_load): Move from image.c. When loading a library, record
19199 its filename in the :loaded-from property of the library id.
19200 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
19201 Initialize and staticpro them.
19202 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
19203
19204 * process.c: Include lisp.h before w32.h, not after.
19205 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
19206 instead of gnutls_record_check_pending.
19207
19208 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
19209
19210 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19211
19212 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
19213 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
19214 as passed in.
19215
19216 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
19217
19218 * xterm.c (x_set_frame_alpha): Do not set property on anything
19219 else than FRAME_X_OUTER_WINDOW (Bug#8608).
19220
19221 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
19222
19223 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
19224
19225 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
19226
19227 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
19228 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
19229 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
19230 (gnutls_global_initialized, Qgnutls_bootprop_priority)
19231 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
19232 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
19233 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
19234 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
19235 (Qgnutls_bootprop_callbacks_verify): Make static.
19236
19237 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
19238
19239 * callproc.c: Indentation fixup.
19240
19241 * sysdep.c (wait_for_termination_1): Make static.
19242 (wait_for_termination, interruptible_wait_for_termination):
19243 Move after wait_for_termination_1.
19244
19245 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19246
19247 * sysdep.c (interruptible_wait_for_termination): New function
19248 which is like wait_for_termination, but allows keyboard
19249 interruptions.
19250
19251 * callproc.c (Fcall_process): Add (:file "file") as an option for
19252 the STDOUT buffer.
19253 (Fcall_process_region): Ditto.
19254
19255 2011-04-30 Eli Zaretskii <eliz@gnu.org>
19256
19257 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
19258 rather than `XVECTOR (FOO)->size'.
19259
19260 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
19261 inttypes.h, as a gnulib replacement is used if it not available in
19262 system headers.
19263
19264 2011-04-21 Eli Zaretskii <eliz@gnu.org>
19265
19266 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
19267 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
19268 of MOST_POSITIVE_FIXNUM. (Bug#8528)
19269
19270 * coding.c (coding_alloc_by_realloc): Error out if destination
19271 will grow beyond MOST_POSITIVE_FIXNUM.
19272 (decode_coding_emacs_mule): Abort if there isn't enough place in
19273 charbuf for the composition carryover bytes. Reserve an extra
19274 space for up to 2 characters produced in a loop.
19275 (decode_coding_iso_2022): Abort if there isn't enough place in
19276 charbuf for the composition carryover bytes.
19277
19278 2011-04-21 Eli Zaretskii <eliz@gnu.org>
19279
19280 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
19281 aborting when %lld or %lll format is passed.
19282 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
19283 %llo or %llx format is passed. (Bug#8545)
19284
19285 * window.c (window_scroll_line_based): Use a marker instead of
19286 simple variables to record original value of point. (Bug#7952)
19287
19288 * doprnt.c (doprnt): Fix the case where a multibyte sequence
19289 produced by %s or %c overflows available buffer space. (Bug#8545)
19290
19291 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
19292
19293 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
19294 (SIZE_MAX): Move defn after all includes, as they might #define it.
19295
19296 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19297
19298 * w32.c (init_environment): Warn about defaulting HOME to C:\.
19299
19300 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19301
19302 * keyboard.c (Qdelayed_warnings_hook): Define.
19303 (command_loop_1): Run `delayed-warnings-hook'
19304 if Vdelayed_warnings_list is non-nil.
19305 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
19306 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
19307
19308 2011-04-28 Eli Zaretskii <eliz@gnu.org>
19309
19310 * doprnt.c (doprnt): Don't return value smaller than the buffer
19311 size if the message was truncated. (Bug#8545).
19312
19313 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19314
19315 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
19316 (Fx_window_property): #if-0 the whole functions, not just the bodies.
19317
19318 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
19319
19320 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
19321
19322 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
19323
19324 * makefile.w32-in: Update dependencies.
19325
19326 2011-04-27 Eli Zaretskii <eliz@gnu.org>
19327
19328 Improve `doprnt' and its usage. (Bug#8545)
19329 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
19330 `format_end'. Remove support for %l as a conversion specifier.
19331 Don't use xrealloc. Improve diagnostics when the %l size modifier
19332 is used. Update the commentary.
19333
19334 * eval.c (verror): Simplify calculation of size_t.
19335
19336 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
19337 messages.
19338
19339 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
19340
19341 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
19342 change.
19343
19344 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
19345
19346 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
19347 This makes this file independent of the recent pseudovector change.
19348
19349 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
19350
19351 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
19352
19353 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
19354 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
19355 Remove unused local.
19356 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
19357
19358 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
19359 GCC 4.6.0 optimizes based on type-based alias analysis.
19360 For example, if b is of type struct buffer * and v of type struct
19361 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
19362 != &v->size, and therefore "v->size = 1; b->size = 2; return
19363 v->size;" must therefore return 1. This assumption is incorrect
19364 for Emacs, since it type-puns struct Lisp_Vector * with many other
19365 types. To fix this problem, this patch adds a new type struct
19366 vectorlike_header that documents the constraints on layout of vectors
19367 and pseudovectors, and helps optimizing compilers not get fooled
19368 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
19369 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
19370 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
19371 the size member.
19372 (XSETPVECTYPE): Rewrite in terms of new macro.
19373 (XSETPVECTYPESIZE): New macro, specifying both type and size.
19374 This is a bit clearer, and further avoids the possibility of
19375 undesirable aliasing.
19376 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
19377 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
19378 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
19379 since Lisp_Subr is a special case (no "next" field).
19380 (ASIZE): Now uses header.size rather than size.
19381 All previous uses of XVECTOR (foo)->size replaced to use this macro,
19382 to avoid the hassle of writing XVECTOR (foo)->header.size.
19383 (struct vectorlike_header): New type.
19384 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
19385 object, to help avoid aliasing.
19386 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
19387 (SUBRP): Likewise, since Lisp_Subr is a special case.
19388 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
19389 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
19390 (struct Lisp_Hash_Table): Combine first two members into a single
19391 struct vectorlike_header member. All uses of "size" and "next" members
19392 changed to be "header.size" and "header.next".
19393 * buffer.h (struct buffer): Likewise.
19394 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
19395 * frame.h (struct frame): Likewise.
19396 * process.h (struct Lisp_Process): Likewise.
19397 * termhooks.h (struct terminal): Likewise.
19398 * window.c (struct save_window_data, struct saved_window): Likewise.
19399 * window.h (struct window): Likewise.
19400 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
19401 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
19402 * buffer.c (init_buffer_once): Likewise.
19403 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
19404 special case.
19405 * process.c (Fformat_network_address): Use local var for size,
19406 for brevity.
19407
19408 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
19409
19410 Make the Lisp reader and string-to-float more consistent (Bug#8525)
19411 * data.c (atof): Remove decl; no longer used or needed.
19412 (digit_to_number): Move to lread.c.
19413 (Fstring_to_number): Use new string_to_number function, to be
19414 consistent with how the Lisp reader treats infinities and NaNs.
19415 Do not assume that floating-point numbers represent EMACS_INT
19416 without losing information; this is not true on most 64-bit hosts.
19417 Avoid double-rounding errors, by insisting on integers when
19418 parsing non-base-10 numbers, as the documentation specifies.
19419 * lisp.h (string_to_number): New decl, replacing ...
19420 (isfloat_string): Remove.
19421 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
19422 (read1): Do not accept +. and -. as integers; this
19423 appears to have been a coding error. Similarly, do not accept
19424 strings like +-1e0 as floating point numbers. Do not report
19425 overflow for integer overflows unless the base is not 10 which
19426 means we have no simple and reliable way to continue.
19427 Break out the floating-point parsing into a new
19428 function string_to_number, so that Fstring_to_number parses
19429 floating point numbers consistently with the Lisp reader.
19430 (digit_to_number): Move here from data.c. Make it static inline.
19431 (E_CHAR, EXP_INT): Remove, replacing with ...
19432 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
19433 (string_to_number): New function, replacing isfloat_string.
19434 This function checks for valid syntax and produces the resulting
19435 Lisp float number too. Rework it so that string-to-number
19436 no longer mishandles examples like "1.0e+". Use strtoumax,
19437 so that overflow for non-base-10 numbers is reported only when
19438 there's no portable and simple way to convert to floating point.
19439
19440 * textprop.c (set_text_properties_1): Rewrite for clarity,
19441 and to avoid GCC warning about integer overflow.
19442
19443 * intervals.h (struct interval): Use EMACS_INT for members
19444 where EMACS_UINT might cause problems. See
19445 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
19446 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
19447 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
19448 All uses changed.
19449 (offset_intervals): Tell GCC not to worry about length overflow
19450 when negating a negative length.
19451
19452 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
19453 (overrun_check_free): Likewise.
19454
19455 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
19456 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
19457 word size.
19458
19459 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
19460 (gnutls_make_error): Rename local to avoid shadowing.
19461 (gnutls_emacs_global_deinit): ifdef out; not used.
19462 (Fgnutls_boot): Use const for pointer to readonly storage.
19463 Comment out unused local. Fix pointer signedness problems.
19464
19465 * lread.c (openp): Don't stuff size_t into an 'int'.
19466 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
19467 about possible signed overflow.
19468
19469 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
19470 (GDK_KEY_g): Don't define if already defined.
19471 (xg_prepare_tooltip): Avoid pointer signedness problem.
19472 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
19473
19474 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
19475 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
19476
19477 * xfns.c (Fx_window_property): Simplify a bit,
19478 to make a bit faster and to avoid GCC 4.6.0 warning.
19479 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
19480
19481 * fns.c (internal_equal): Don't assume size_t fits in int.
19482
19483 * alloc.c (compact_small_strings): Tighten assertion a little.
19484
19485 Replace pEd with more-general pI, and fix some printf arg casts.
19486 * lisp.h (pI): New macro, generalizing old pEd macro to other
19487 conversion specifiers. For example, use "...%"pI"d..." rather
19488 than "...%"pEd"...".
19489 (pEd): Remove. All uses replaced with similar uses of pI.
19490 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
19491 * alloc.c (check_pure_size): Don't overflow by converting size to int.
19492 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
19493 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
19494 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
19495 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
19496 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
19497 64-bit hosts.
19498 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
19499 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
19500 * print.c (safe_debug_print, print_object): Likewise.
19501 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
19502 to int.
19503 Use pI instead of if-then-else-abort. Use %p to avoid casts,
19504 avoiding the 0 flag, which is not portable.
19505 * process.c (Fmake_network_process): Use pI to avoid cast.
19506 * region-cache.c (pp_cache): Likewise.
19507 * xdisp.c (decode_mode_spec): Likewise.
19508 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
19509 behavior on 64-bit hosts with printf arg.
19510 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
19511 (x_stop_queuing_selection_requests): Likewise.
19512 (x_get_window_property): Don't truncate byte count to an 'int'
19513 when tracing.
19514
19515 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
19516 here, since it parses constructs like leading '-' and spaces,
19517 which are not wanted; and it overflows with large numbers.
19518 Instead, simply match F[0-9]+, which is what is wanted anyway.
19519
19520 * alloc.c: Remove unportable assumptions about struct layout.
19521 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
19522 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
19523 (allocate_vectorlike, make_pure_vector): Use the new macros,
19524 plus offsetof, to remove unportable assumptions about struct layout.
19525 These assumptions hold on all porting targets that I know of, but
19526 they are not guaranteed, they're easy to remove, and removing them
19527 makes further changes easier.
19528
19529 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
19530 This doesn't fix a bug but makes the code clearer.
19531 (string_overrun_cookie): Now const. Use initializers that
19532 don't formally overflow signed char, to avoid warnings.
19533 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
19534 can cause Emacs to crash when string overrun checking is enabled.
19535 (allocate_buffer): Don't assume sizeof (struct buffer) is a
19536 multiple of sizeof (EMACS_INT); it need not be, if
19537 alignof(EMACS_INT) < sizeof (EMACS_INT).
19538 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
19539
19540 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
19541
19542 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
19543
19544 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
19545
19546 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
19547 supposed to be handshaking. (Bug#8556)
19548 Reported by Paul Eggert <eggert@cs.ucla.edu>.
19549
19550 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19551
19552 * lisp.h (Qdebug): List symbol.
19553 * eval.c (Qdebug): Restore global linkage.
19554 * keyboard.c (debug-on-event): New variable.
19555 (handle_user_signal): Break into debugger when debug-on-event
19556 matches the current signal symbol.
19557
19558 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19559
19560 * alloc.c (check_sblock, check_string_bytes)
19561 (check_string_free_list): Convert to standard C.
19562
19563 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
19564
19565 * w32.c (emacs_gnutls_push): Fix typo.
19566
19567 2011-04-25 Eli Zaretskii <eliz@gnu.org>
19568
19569 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
19570 "cast to pointer from integer of different size".
19571
19572 Improve doprnt and its use in verror. (Bug#8545)
19573 * doprnt.c (doprnt): Document the set of format control sequences
19574 supported by the function. Use SAFE_ALLOCA instead of always
19575 using `alloca'.
19576
19577 * eval.c (verror): Don't limit the buffer size at size_max-1, that
19578 is one byte too soon. Don't use xrealloc; instead xfree and
19579 xmalloc anew.
19580
19581 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19582
19583 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
19584 callbacks stage.
19585
19586 * gnutls.c: Renamed global_initialized to
19587 gnutls_global_initialized. Added internals for the
19588 :verify-hostname-error, :verify-error, and :verify-flags
19589 parameters of `gnutls-boot' and documented those parameters in the
19590 docstring. Start callback support.
19591 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
19592 unless a fatal error occurred. Call gnutls_alert_send_appropriate
19593 on error. Return error code.
19594 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
19595 (emacs_gnutls_read): Likewise.
19596 (Fgnutls_boot): Return handshake error code.
19597 (emacs_gnutls_handle_error): New function.
19598 (wsaerror_to_errno): Likewise.
19599
19600 * w32.h (emacs_gnutls_pull): Add prototype.
19601 (emacs_gnutls_push): Likewise.
19602
19603 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
19604 (emacs_gnutls_push): Likewise.
19605
19606 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
19607
19608 * process.c (wait_reading_process_output): Check if GnuTLS
19609 buffered some data internally if no FDs are set for TLS
19610 connections.
19611
19612 * makefile.w32-in (OBJ2): Add gnutls.$(O).
19613 (LIBS): Link to USER_LIBS.
19614 ($(BLD)/gnutls.$(0)): New target.
19615
19616 2011-04-24 Eli Zaretskii <eliz@gnu.org>
19617
19618 * xdisp.c (handle_single_display_spec): Rename the
19619 display_replaced_before_p argument into display_replaced_p, to
19620 make it consistent with the commentary. Fix typos in the
19621 commentary.
19622
19623 * textprop.c (syms_of_textprop): Remove dead code.
19624 (copy_text_properties): Delete obsolete commentary about an
19625 interface that was deleted long ago. Fix typos in the description
19626 of arguments.
19627
19628 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
19629 to changes in oldXMenu/XMenu.h from 2011-04-16.
19630 <menu_help_message, prev_menu_help_message>: Constify.
19631 (IT_menu_make_room): menu->help_text is now `const char **';
19632 adjust.
19633
19634 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
19635 to changes in oldXMenu/XMenu.h from 2011-04-16.
19636 (struct XMenu): Declare `help_text' `const char **'.
19637
19638 * xfaces.c <Qunspecified>: Make extern again.
19639
19640 * syntax.c: Include sys/types.h before including regex.h, as
19641 required by POSIX.
19642
19643 * doc.c (get_doc_string): Improve the format passed to `error'.
19644
19645 * doprnt.c (doprnt): Improve commentary.
19646
19647 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
19648
19649 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
19650 them with etags.
19651
19652 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
19653 changes in globals.h immediately force recompilation.
19654 (TAGS): Depend on $(CURDIR)/m/intel386.h and
19655 $(CURDIR)/s/ms-w32.h.
19656 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
19657
19658 * character.c (Fchar_direction): Function deleted.
19659 (syms_of_character): Don't defsubr it.
19660 <char-direction-table>: Deleted.
19661
19662 2011-04-23 Eli Zaretskii <eliz@gnu.org>
19663
19664 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
19665 * doprnt.c: Include limits.h.
19666 (SIZE_MAX): New macro.
19667 (doprnt): Return a size_t value. 2nd arg is now size_t.
19668 Many local variables are now size_t instead of int or unsigned.
19669 Improve overflow protection. Support `l' modifier for integer
19670 conversions. Support %l conversion. Don't assume an EMACS_INT
19671 argument for integer conversions and for %c.
19672
19673 * lisp.h (doprnt): Restore prototype.
19674
19675 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
19676 $(SRC)/character.h.
19677
19678 * Makefile.in (base_obj): Add back doprnt.o.
19679
19680 * deps.mk (doprnt.o): Add back prerequisites.
19681 (callint.o): Depend on character.h.
19682
19683 * eval.c (internal_lisp_condition_case): Include the handler
19684 representation in the error message.
19685 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
19686 when breaking from the loop.
19687
19688 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
19689
19690 * callint.c (Fcall_interactively): When displaying error message
19691 about invalid control letter, pass the character's codepoint, not
19692 a pointer to its multibyte form. Improve display of the character
19693 in octal and display also its hex code.
19694
19695 * character.c (char_string): Use %x to display the (unsigned)
19696 codepoint of an invalid character, to avoid displaying a bogus
19697 negative value.
19698
19699 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
19700 `error', not SYMBOL_NAME itself.
19701
19702 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
19703 character arguments to `error'.
19704
19705 * charset.c (check_iso_charset_parameter): Fix incorrect argument
19706 to `error' in error message about FINAL_CHAR argument. Make sure
19707 FINAL_CHAR is a character, and use %c when it is passed as
19708 argument to `error'.
19709
19710 2011-04-23 Eli Zaretskii <eliz@gnu.org>
19711
19712 * s/ms-w32.h (localtime): Redirect to sys_localtime.
19713
19714 * w32.c: Include <time.h>.
19715 (sys_localtime): New function.
19716
19717 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19718
19719 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
19720
19721 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
19722
19723 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
19724
19725 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
19726 zombies (Bug#8467).
19727
19728 2011-04-19 Eli Zaretskii <eliz@gnu.org>
19729
19730 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
19731 gl_state.e_property when gl_state.object is Qt.
19732
19733 * insdel.c (make_gap_larger): Remove limitation of buffer size
19734 to <= INT_MAX.
19735
19736 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
19737
19738 * xdisp.c (lookup_glyphless_char_display)
19739 (produce_glyphless_glyph): Handle cons cell entry in
19740 glyphless-char-display.
19741 (Vglyphless_char_display): Document it.
19742
19743 * term.c (produce_glyphless_glyph): Handle cons cell entry in
19744 glyphless-char-display.
19745
19746 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
19747
19748 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
19749
19750 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
19751
19752 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
19753 definition for no-X builds.
19754
19755 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
19756
19757 Static checks with GCC 4.6.0 and non-default toolkits.
19758
19759 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
19760
19761 * process.c (keyboard_bit_set): Define only if SIGIO.
19762 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
19763 (send_process): Repair possible setjmp clobbering.
19764
19765 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
19766
19767 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
19768
19769 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
19770
19771 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
19772 Define only if needed.
19773
19774 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
19775 by pacifying GCC about it. Maybe it's time to retire it?
19776 * xfaces.c (USG, __TIMEVAL__): Likewise.
19777
19778 * dispextern.h (struct redisplay_interface): Rename param
19779 to avoid shadowing.
19780 * termhooks.h (struct terminal): Likewise.
19781 * xterm.c (xembed_send_message): Likewise.
19782
19783 * insdel.c (make_gap_smaller): Define only if
19784 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
19785
19786 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
19787 it.
19788
19789 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
19790 so that we aren't warned about unused symbols.
19791
19792 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
19793
19794 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
19795
19796 * xfns.c (x_real_positions): Mark locals as initialized.
19797
19798 * xmenu.c (xmenu_show): Don't use uninitialized vars.
19799
19800 * xterm.c: Fix problems found by static analysis with other toolkits.
19801 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
19802 (x_dispatch_event): Declare static if USE_GTK, and
19803 define if USE_GTK || USE_X_TOOLKIT.
19804 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
19805 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
19806 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
19807 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
19808
19809 * xmenu.c (menu_help_callback): Pointer type fixes.
19810 Use const pointers when pointing at readonly data. Avoid pointer
19811 signedness clashes.
19812 (FALSE): Remove unused macro.
19813 (update_frame_menubar): Remove unused decl.
19814
19815 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
19816
19817 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
19818 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
19819 (single_menu_item): Rename local to avoid shadowing.
19820
19821 * keyboard.c (make_lispy_event): Remove unused local var.
19822
19823 * frame.c, frame.h (x_get_resource_string): Bring this back, but
19824 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
19825
19826 * bitmaps: Change bitmaps from unsigned char back to the X11
19827 compatible char. Avoid the old compiler warnings about
19828 out-of-range initializers by using, for example, '\xab' rather
19829 than 0xab.
19830
19831 * xgselect.c (xgselect_initialize): Check vs interface
19832 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
19833
19834 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
19835
19836 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
19837 to read-only memory.
19838
19839 * fns.c (vector): Remove; this old hack is no longer needed.
19840
19841 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
19842 Remove unused var.
19843 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
19844
19845 * xrdb.c (x_load_resources): Omit unused local.
19846
19847 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
19848 (x_window): Rename locals to avoid shadowing.
19849 (USG): Use the kludged USG macro, to pacify gcc.
19850
19851 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
19852 (x_term_init): Remove local to avoid shadowing.
19853
19854 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
19855
19856 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
19857 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
19858
19859 2011-04-16 Eli Zaretskii <eliz@gnu.org>
19860
19861 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
19862
19863 Fix regex.c, syntax.c and friends for buffers > 2GB.
19864 * syntax.h (struct gl_state_s): Declare character position members
19865 EMACS_INT.
19866
19867 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
19868
19869 * textprop.c (verify_interval_modification, interval_of):
19870 Declare arguments EMACS_INT.
19871
19872 * intervals.c (adjust_intervals_for_insertion): Declare arguments
19873 EMACS_INT.
19874
19875 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
19876
19877 * indent.c (Fvertical_motion): Local variable it_start is now
19878 EMACS_INT.
19879
19880 * regex.c (re_match, re_match_2, re_match_2_internal)
19881 (bcmp_translate, regcomp, regexec, print_double_string)
19882 (group_in_compile_stack, re_search, re_search_2, regex_compile)
19883 (re_compile_pattern, re_exec): Declare arguments and local
19884 variables `size_t' and `ssize_t' and return values `regoff_t', as
19885 appropriate.
19886 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
19887 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
19888 <compile_stack_type>: `size' and `avail' are now `size_t'.
19889
19890 * regex.h <regoff_t>: Use ssize_t, not int.
19891 (re_search, re_search_2, re_match, re_match_2): Arguments that
19892 specify buffer/string position and length are now ssize_t and
19893 size_t. Return type is regoff_t.
19894
19895 2011-04-16 Ben Key <bkey76@gmail.com>
19896
19897 * nsfont.m: Fixed bugs in ns_get_family and
19898 ns_descriptor_to_entity that were caused by using free to
19899 deallocate memory blocks that were allocated by xmalloc (via
19900 xstrdup). This caused Emacs to crash when compiled with
19901 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
19902 --enable-checking=xmallocoverrun). xfree is now used to
19903 deallocate these memory blocks.
19904
19905 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
19906
19907 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
19908
19909 emacs_write: Accept and return EMACS_INT for sizes.
19910 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
19911 et seq.
19912 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
19913 Accept and return EMACS_INT.
19914 (emacs_gnutls_write): Return the number of bytes written on
19915 partial writes.
19916 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
19917 (emacs_read, emacs_write): Remove check for negative size, as the
19918 Emacs source code has been audited now.
19919 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
19920 (emacs_read, emacs_write): Use it.
19921 * process.c (send_process): Adjust to the new signatures of
19922 emacs_write and emacs_gnutls_write. Do not attempt to store
19923 a byte offset into an 'int'; it might overflow.
19924 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
19925
19926 * sound.c: Don't assume sizes fit in 'int'.
19927 (struct sound_device.period_size, alsa_period_size):
19928 Return EMACS_INT, not int.
19929 (struct sound_device.write, vox_write, alsa_write):
19930 Accept EMACS_INT, not int.
19931 (wav_play, au_play): Use EMACS_INT to store sizes and to
19932 record read return values.
19933
19934 2011-04-15 Ben Key <bkey76@gmail.com>
19935
19936 * keyboard.c (Qundefined): Don't declare static since it is used
19937 in nsfns.m.
19938 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
19939 static since they are used in nsfont.m.
19940
19941 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19942
19943 * process.c (Qprocessp): Don't declare static.
19944 * lisp.h (Qprocessp): Declare again.
19945
19946 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
19947
19948 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
19949
19950 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
19951
19952 Improve C-level modularity by making more things 'static'.
19953
19954 Don't publish debugger-only interfaces to other modules.
19955 * lisp.h (safe_debug_print, debug_output_compilation_hack):
19956 (verify_bytepos, count_markers): Move decls to the only modules
19957 that need them.
19958 * region-cache.h (pp_cache): Likewise.
19959 * window.h (check_all_windows): Likewise.
19960 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
19961
19962 * sysdep.c (croak): Now static, if
19963 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
19964 * syssignal.h (croak): Declare only if not static.
19965
19966 * alloc.c (refill_memory_reserve): Now static if
19967 !defined REL_ALLOC || defined SYSTEM_MALLOC.
19968 * lisp.h (refill_memory_reserve): Declare only if not static.
19969
19970 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
19971 Define only if USE_LUCID.
19972
19973 * xrdb.c (x_customization_string, x_rm_string): Now static.
19974
19975 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
19976 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
19977
19978 * xdisp.c (draw_row_with_mouse_face): Now static.
19979 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
19980
19981 * window.h (check_all_windows): Mark externally visible.
19982
19983 * window.c (window_deletion_count): Now static.
19984
19985 * undo.c: Make symbols static if they're not exported.
19986 (last_undo_buffer, last_boundary_position, pending_boundary):
19987 Now static.
19988
19989 * textprop.c (interval_insert_behind_hooks): Now static.
19990 (interval_insert_in_front_hooks): Likewise.
19991
19992 * term.c: Make symbols static if they're not exported.
19993 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
19994 (max_frame_lines, tty_set_terminal_modes):
19995 (tty_reset_terminal_modes, tty_turn_off_highlight):
19996 (get_tty_terminal): Now static.
19997 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
19998 * termhooks.h (term_mouse_moveto): Do not declare if
19999 HAVE_WINDOW_SYSTEM.
20000 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
20001 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
20002
20003 * sysdep.c: Make symbols static if they're not exported.
20004 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
20005 Now static.
20006 (sigprocmask_set, full_mask): Remove; unused.
20007 (wait_debugging): Mark as visible.
20008 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
20009 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
20010
20011 * syntax.c (syntax_temp): Define only if !__GNUC__.
20012
20013 * sound.c (current_sound_device, current_sound): Now static.
20014
20015 * search.c (searchbufs, searchbuf_head): Now static.
20016
20017 * scroll.c (scroll_cost): Remove; unused.
20018 * dispextern.h (scroll_cost): Remove decl.
20019
20020 * region-cache.h (pp_cache): Mark as externally visible.
20021
20022 * process.c: Make symbols static if they're not exported.
20023 (process_tick, update_tick, create_process, chan_process):
20024 (Vprocess_alist, proc_buffered_char, datagram_access):
20025 (fd_callback_data, send_process_frame, process_sent_to): Now static.
20026 (deactivate_process): Mark defn as static, as well as decl.
20027 * lisp.h (create_process): Remove decl.
20028 * process.h (chan_process, Vprocess_alist): Remove decls.
20029
20030 * print.c: Make symbols static if they're not exported.
20031 (print_depth, new_backquote_output, being_printed, print_buffer):
20032 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
20033 (print_interval, print_number_index, initial_stderr_stream):
20034 Now static.
20035 * lisp.h (Fprinc): Remove decl.
20036 (debug_output_compilation_hack): Mark as externally visible.
20037
20038 * sysdep.c (croak): Move decl from here to syssignal.h.
20039 * syssignal.h (croak): Put it here, so the API can be checked when
20040 'croak' is called from dissociate_if_controlling_tty.
20041
20042 * minibuf.c: Make symbols static if they're not exported.
20043 (minibuf_save_list, choose_minibuf_frame): Now static.
20044 * lisp.h (choose_minibuf_frame): Remove decl.
20045
20046 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
20047
20048 * lread.c: Make symbols static if they're not exported.
20049 (read_objects, initial_obarray, oblookup_last_bucket_number):
20050 Now static.
20051 (make_symbol): Remove; unused.
20052 * lisp.h (initial_obarray, make_symbol): Remove decls.
20053
20054 * keyboard.c: Make symbols static if they're not exported.
20055 (single_kboard, recent_keys_index, total_keys, recent_keys):
20056 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
20057 (this_single_command_key_start, echoing, last_auto_save):
20058 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
20059 (command_loop, echo_now, keyboard_init_hook, help_char_p):
20060 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
20061 (Vlispy_mouse_stem, double_click_count):
20062 Now static.
20063 (force_auto_save_soon): Define only if SIGDANGER.
20064 (ignore_mouse_drag_p): Now static if
20065 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
20066 (print_help): Remove; unused.
20067 (stop_character, last_timer_event): Mark as externally visible.
20068 * keyboard.h (ignore_mouse_drag_p): Declare only if
20069 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
20070 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
20071 * lisp.h (echoing): Remove decl.
20072 (force_auto_save_soon): Declare only if SIGDANGER.
20073 * xdisp.c (redisplay_window): Simplify code, to make it more
20074 obvious that ignore_mouse_drag_p is not accessed if !defined
20075 USE_GTK && !defined HAVE_NS.
20076
20077 * intervals.c: Make symbols static if they're not exported.
20078 (merge_properties_sticky, merge_interval_right, delete_interval):
20079 Now static.
20080 * intervals.h (merge_interval_right, delete_interval): Remove decls.
20081
20082 * insdel.c: Make symbols static if they're not exported.
20083 However, leave prepare_to_modify_buffer alone. It's never
20084 called from outside this function, but that appears to be a bug.
20085 (combine_after_change_list, combine_after_change_buffer):
20086 (adjust_after_replace, signal_before_change): Now static.
20087 (adjust_after_replace_noundo): Remove; unused.
20088 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
20089 (signal_before_change): Remove decls.
20090
20091 * indent.c (val_compute_motion, val_vmotion): Now static.
20092
20093 * image.c: Make symbols static if they're not exported.
20094 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
20095 if USE_GTK.
20096 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
20097 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
20098
20099 * fringe.c (standard_bitmaps): Now static.
20100 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
20101
20102 * frame.c: Make symbols static if they're not exported.
20103 (x_report_frame_params, make_terminal_frame): Now static.
20104 (get_frame_param): Now static, unless HAVE_NS.
20105 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
20106 (x_get_resource_string): Remove; not used.
20107 * frame.h (make_terminal_frame, x_report_frame_params):
20108 (x_get_resource_string); Remove decls.
20109 (x_fullscreen_adjust): Declare only if WINDOWSNT.
20110 * lisp.h (get_frame_param): Declare only if HAVE_NS.
20111
20112 * font.c, fontset.c: Make symbols static if they're not exported.
20113 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
20114 (FACE_SUITABLE_FOR_CHAR_P): Use it.
20115 * font.c (font_close_object): Now static.
20116 * font.h (font_close_object): Remove.
20117 * fontset.c (FONTSET_OBJLIST): Remove.
20118 (free_realized_fontset) #if-0 the body, which does nothing.
20119 (face_suitable_for_char_p): #if-0, as it's never called.
20120 * fontset.h (face_suitable_for_char_p): Remove decl.
20121 * xfaces.c (face_at_string_position):
20122 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
20123 since 0 is always ASCII.
20124
20125 * fns.c (weak_hash_tables): Now static.
20126
20127 * fileio.c: Make symbols static if they're not exported.
20128 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
20129 (Vwrite_region_annotation_buffers): Now static.
20130
20131 * eval.c: Make symbols static if they're not exported.
20132 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
20133 * lisp.h (backtrace_list): Remove decl.
20134
20135 * emacs.c: Make symbols static if they're not exported.
20136 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
20137 (fatal_error_code, fatal_error_signal_hook, standard_args):
20138 Now static.
20139 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
20140 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
20141 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
20142 * lisp.h (fatal_error_signal_hook): Remove decl.
20143 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
20144
20145 * editfns.c: Move a (normally-unused) function to its only use.
20146 * editfns.c, lisp.h (get_operating_system_release): Remove.
20147 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
20148 worth the hassle of breaking this out.
20149
20150 * xterm.c: Make symbols static if they're not exported.
20151 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
20152 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
20153 (x_destroy_window, x_delete_display):
20154 Now static.
20155 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
20156 (x_mouse_leave): Remove; unused.
20157 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
20158 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
20159 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
20160 Remove decls.
20161 (x_mouse_leave): Declare only if WINDOWSNT.
20162 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
20163 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
20164 USE_X_TOOLKIT.
20165
20166 * ftxfont.c: Make symbols static if they're not exported.
20167 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
20168 HAVE_FREETYPE.
20169 * font.h (ftxfont_driver): Likewise.
20170
20171 * xfns.c: Make symbols static if they're not exported.
20172 (x_last_font_name, x_display_info_for_name):
20173 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
20174 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
20175 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
20176 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
20177 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
20178 (last_show_tip_args): Now static.
20179 (xic_defaut_fontset, xic_create_fontsetname): Define only if
20180 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
20181 (x_screen_planes): Remove; unused.
20182 * dispextern.h (x_screen_planes): Remove decl.
20183
20184 * dispnew.c: Make symbols static if they're not exported.
20185 * dispextern.h (redraw_garbaged_frames, scrolling):
20186 (increment_row_positions): Remove.
20187 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
20188 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
20189 Now static.
20190 (redraw_garbaged_frames): Remove; unused.
20191
20192 * xfaces.c: Make symbols static if they're not exported.
20193 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
20194 Remove decls.
20195 * xterm.h (defined_color): Remove decls.
20196 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
20197 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
20198 (menu_face_changed_default, defined_color, free_realized_face):
20199 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
20200 (ascii_face_of_lisp_face): Remove; unused.
20201
20202 * xdisp.c: Make symbols static if they're not exported.
20203 * dispextern.h (scratch_glyph_row, window_box_edges):
20204 (glyph_to_pixel_coords, set_cursor_from_row):
20205 (get_next_display_element, set_iterator_to_next):
20206 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
20207 (show_mouse_face): Remove decls
20208 * frame.h (message_buf_print): Likewise.
20209 * lisp.h (pop_message, set_message, check_point_in_composition):
20210 Likewise.
20211 * xterm.h (set_vertical_scroll_bar): Likewise.
20212 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
20213 (message_buf_print, scratch_glyph_row, displayed_buffer):
20214 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
20215 (get_next_display_element, show_mouse_face, window_box_edges):
20216 (frame_to_window_pixel_xy, check_point_in_composition):
20217 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
20218 (glyph_to_pixel_coords): Remove; unused.
20219
20220 * dired.c (file_name_completion): Now static.
20221
20222 * dbusbind.c (xd_in_read_queued_messages): Now static.
20223
20224 * lisp.h (circular_list_error, FOREACH): Remove; unused.
20225 * data.c (circular_list_error): Remove.
20226
20227 * commands.h (last_point_position, last_point_position_buffer):
20228 (last_point_position_window): Remove decls.
20229 * keyboard.c: Make these variables static.
20230
20231 * coding.h (coding, code_convert_region, encode_coding_gap):
20232 Remove decls.
20233 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
20234 (iso_code_class, detect_coding, code_convert_region): Now static.
20235 (encode_coding_gap): Remove; unused.
20236
20237 * chartab.c (chartab_chars, chartab_bits): Now static.
20238
20239 * charset.h (charset_iso_8859_1): Remove decl.
20240 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
20241 Now static.
20242
20243 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
20244 * ccl.c (Vccl_program_table): Now static.
20245 (check_ccl_update): Remove; unused.
20246
20247 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
20248 * category.h: ... from here.
20249 * category.c (check_category_table, set_category_set): Now static.
20250
20251 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
20252 * lisp.h: Remove these decls.
20253
20254 * buffer.c (buffer_count): Remove unused var.
20255
20256 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
20257 so that it's not optimized away.
20258 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
20259 * dispextern.h (bidi_dump_cached_states): Remove, since it's
20260 exported only to the debugger.
20261
20262 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
20263 * atimer.h (run_all_atimers): Remove; not exported.
20264
20265 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
20266 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
20267 was inaccessible from Lisp.
20268 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
20269 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
20270
20271 alloc.c: Import and export fewer symbols, and remove unused items.
20272 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
20273 is defined.
20274 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
20275 it's not optimized away by whole-program optimization.
20276 (message_enable_multibyte, free_misc): Remove.
20277 (catchlist, handlerlist, mark_backtrace):
20278 Declare only if BYTE_MARK_STACK.
20279 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
20280 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
20281 (message_enable_multibyte): Remove decl.
20282 (free_misc, interval_free_list, float_block, float_block_index):
20283 (n_float_blocks, float_free_list, cons_block, cons_block_index):
20284 (cons_free_list, last_marked_index):
20285 Now static.
20286 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
20287 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
20288 (mark_backtrace): Define only if BYTE_MARK_STACK.
20289 * xdisp.c (message_enable_multibyte): Now static.
20290
20291 Declare Lisp_Object Q* variables to be 'static' if not exported.
20292 This makes it easier for human readers (and static analyzers)
20293 to see whether these variables are used from other modules.
20294 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
20295 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
20296 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
20297 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
20298 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
20299 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
20300 * xmenu.c, xselect.c:
20301 Declare Q* vars static if they are not used in other modules.
20302 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
20303 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
20304 Remove decls of unexported vars.
20305 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
20306
20307 * lisp.h (DEFINE_FUNC): Make sname 'static'.
20308
20309 Make Emacs functions such as Fatom 'static' by default.
20310 This makes it easier for human readers (and static analyzers)
20311 to see whether these functions can be called from other modules.
20312 DEFUN now defines a static function. To make the function external
20313 so that it can be used in other C modules, use the new macro DEFUE.
20314 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
20315 (Finit_image_library):
20316 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
20317 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
20318 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
20319 Remove decls, since these functions are now static.
20320 (Funintern, Fget_internal_run_time): New decls, since these functions
20321 were already external.
20322
20323 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
20324 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
20325 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
20326 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
20327 * keyboard.c, keymap.c, lread.c:
20328 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
20329 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
20330 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
20331 Mark functions with DEFUE instead of DEFUN,
20332 if they are used in other modules.
20333 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
20334 decls for now-static functions.
20335 * buffer.h (Fdelete_overlay): Remove decl.
20336 * callproc.c (Fgetenv_internal): Mark as internal.
20337 * composite.c (Fremove_list_of_text_properties): Remove decl.
20338 (Fcomposition_get_gstring): New forward static decl.
20339 * composite.h (Fcomposite_get_gstring): Remove decl.
20340 * dired.c (Ffile_attributes): New forward static decl.
20341 * doc.c (Fdocumntation_property): New forward static decl.
20342 * eval.c (Ffetch_bytecode): New forward static decl.
20343 (Funintern): Remove extern decl; now in .h file where it belongs.
20344 * fileio.c (Fmake_symbolic_link): New forward static decl.
20345 * image.c (Finit_image_library): New forward static decl.
20346 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
20347 * intervals.h (Fprevious_property_change):
20348 (Fremove_list_of_text_properties): Remove decls.
20349 * keyboard.c (Fthis_command_keys): Remove decl.
20350 (Fcommand_execute): New forward static decl.
20351 * keymap.c (Flookup_key): New forward static decl.
20352 (Fcopy_keymap): Now static.
20353 * keymap.h (Flookup_key): Remove decl.
20354 * process.c (Fget_process): New forward static decl.
20355 (Fprocess_datagram_address): Mark as internal.
20356 * syntax.c (Fsyntax_table_p): New forward static decl.
20357 (skip_chars): Remove duplicate decl.
20358 * textprop.c (Fprevious_property_change): New forward static decl.
20359 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
20360 Now internal.
20361 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
20362 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
20363
20364 * editfns.c (Fformat): Remove unreachable code.
20365
20366 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
20367
20368 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
20369 change. (Bug#8496)
20370
20371 2011-04-13 Eli Zaretskii <eliz@gnu.org>
20372
20373 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
20374 when at ZV. (Bug#8487)
20375
20376 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
20377
20378 * charset.c (Fclear_charset_maps): Use xfree instead of free.
20379 (Bug#8437)
20380 * keyboard.c (parse_tool_bar_item): Likewise.
20381 * sound.c (sound_cleanup, alsa_close): Likewise.
20382 * termcap.c (tgetent): Likewise.
20383 * xfns.c (x_default_font_parameter): Likewise.
20384 * xsettings.c (read_and_apply_settings): Likewise.
20385
20386 * alloc.c (overrun_check_malloc, overrun_check_realloc)
20387 (overrun_check_free): Protoize.
20388
20389 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
20390
20391 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
20392 since callers should never pass a negative size.
20393 Change the signature to match that of plain 'read' and 'write'; see
20394 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
20395 * lisp.h: Update prototypes of emacs_write and emacs_read.
20396
20397 2011-04-11 Eli Zaretskii <eliz@gnu.org>
20398
20399 * xdisp.c (redisplay_window): Don't try to determine the character
20400 position of the scroll margin if the window start point w->startp
20401 is outside the buffer's accessible region. (Bug#8468)
20402
20403 2011-04-10 Eli Zaretskii <eliz@gnu.org>
20404
20405 Fix write-region and its subroutines for buffers > 2GB.
20406 * fileio.c (a_write, e_write): Modify declaration of arguments and
20407 local variables to support buffers larger than 2GB.
20408 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
20409
20410 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
20411 argument, local variables, and return value.
20412
20413 * lisp.h: Update prototypes of emacs_write and emacs_read.
20414
20415 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
20416
20417 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
20418
20419 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
20420
20421 Fix more problems found by GCC 4.6.0's static checks.
20422
20423 * xdisp.c (vmessage): Use a better test for character truncation.
20424
20425 * charset.c (load_charset_map): <, not <=, for optimization,
20426 and to avoid potential problems with integer overflow.
20427 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
20428 * casetab.c (set_identity, shuffle): Likewise.
20429 * editfns.c (Fformat): Likewise.
20430 * syntax.c (skip_chars): Likewise.
20431
20432 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
20433 This also lets GCC 4.6.0 generate slightly better loop code.
20434
20435 * callint.c (Fcall_interactively): <, not <=, for optimization.
20436 (Fcall_interactively): Count the number of arguments produced,
20437 not the number of arguments given. This is simpler and lets GCC
20438 4.6.0 generate slightly better code.
20439
20440 * ftfont.c: Distingish more carefully between FcChar8 and char.
20441 The previous code passed unsigned char * to a functions like
20442 strlen and xstrcasecmp that expect char *, which does not
20443 conform to the C standard.
20444 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
20445 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
20446 char * when the C standard requires it.
20447
20448 * keyboard.c (read_char): Remove unused var.
20449
20450 * eval.c: Port to Windows vsnprintf (Bug#8435).
20451 Include <limits.h>.
20452 (SIZE_MAX): Define if the headers do not.
20453 (verror): Do not give up if vsnprintf returns a negative count.
20454 Instead, grow the buffer. This ports to Windows vsnprintf, which
20455 does not conform to C99. Problem reported by Eli Zaretskii.
20456 Also, simplify the allocation scheme, by avoiding the need for
20457 calling realloc, and removing the ALLOCATED variable.
20458
20459 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
20460
20461 Remove invocations of doprnt, as Emacs now uses vsnprintf.
20462 But keep the doprint source code for now, as we might revamp it
20463 and use it again (Bug#8435).
20464 * lisp.h (doprnt): Remove.
20465 * Makefile.in (base_obj): Remove doprnt.o.
20466 * deps.mk (doprnt.o): Remove.
20467
20468 error: Print 32- and 64-bit integers portably (Bug#8435).
20469 Without this change, on typical 64-bit hosts error ("...%d...", N)
20470 was used to print both 32- and 64-bit integers N, which relied on
20471 undefined behavior.
20472 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
20473 * lisp.h (error, verror): Mark as printf-like functions.
20474 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
20475 Report overflow in size calculations when allocating printf buffer.
20476 Do not truncate output string at its first null byte.
20477 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
20478 Truncate the output at a character boundary, since vsnprintf does not
20479 do that.
20480 * charset.c (check_iso_charset_parameter): Convert internal
20481 character to string before calling 'error', since %c now has the
20482 printf meaning.
20483 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
20484 overflow when computing char to be passed to 'error'. Do not
20485 pass Lisp_Object to 'error'; pass the integer instead.
20486 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
20487 formatted with plain %d.
20488
20489 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
20490
20491 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
20492
20493 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
20494
20495 * xterm.c (x_catch_errors): Remove duplicate declaration.
20496
20497 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
20498
20499 * xdisp.c, lisp.h (message_nolog): Remove; unused.
20500
20501 2011-04-10 Jim Meyering <meyering@redhat.com>
20502
20503 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
20504 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
20505 return ssize_t not "int", and use size_t as the buffer length.
20506 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
20507 * gnutls.h: Update declarations.
20508 * process.c (read_process_output): Use ssize_t, to match.
20509 (send_process): Likewise.
20510
20511 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20512
20513 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
20514
20515 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20516
20517 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
20518 Use unsigned char, to match FcChar8 type definition.
20519
20520 * xterm.c (handle_one_xevent):
20521 * xmenu.c (create_and_show_popup_menu):
20522 * xselect.c (x_decline_selection_request)
20523 (x_reply_selection_request): Avoid type-punned deref of X events.
20524
20525 2011-04-09 Eli Zaretskii <eliz@gnu.org>
20526
20527 Fix some uses of `int' instead of EMACS_INT.
20528 * search.c (string_match_1, fast_string_match)
20529 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
20530 (scan_buffer, find_next_newline_no_quit)
20531 (find_before_next_newline, search_command, Freplace_match)
20532 (Fmatch_data): Make some `int' variables be EMACS_INT.
20533
20534 * xdisp.c (display_count_lines): 3rd argument and return value now
20535 EMACS_INT. All callers changed.
20536 (pint2hrstr): Last argument is now EMACS_INT.
20537
20538 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
20539 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
20540 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
20541 (decode_coding_utf_16, decode_coding_emacs_mule)
20542 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20543 (decode_coding_ccl, decode_coding_charset)
20544 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
20545 (decode_coding_iso_2022, decode_coding_emacs_mule)
20546 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
20547 <char_offset, last_offset>: Declare EMACS_INT.
20548 (encode_coding_utf_8, encode_coding_utf_16)
20549 (encode_coding_emacs_mule, encode_invocation_designation)
20550 (encode_designation_at_bol, encode_coding_iso_2022)
20551 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
20552 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
20553 Declare EMACS_INT.
20554 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
20555 (encode_invocation_designation): Last argument P_NCHARS is now
20556 EMACS_INT.
20557 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
20558 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
20559
20560 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
20561 All users changed.
20562
20563 * ccl.c (Fccl_execute_on_string): Declare some variables
20564 EMACS_INT.
20565
20566 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
20567
20568 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
20569
20570 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
20571
20572 * process.c (Fformat_network_address): Doc fix.
20573
20574 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
20575
20576 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
20577
20578 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20579
20580 * keyboard.c (read_char): Call Lisp function help-form-show,
20581 instead of using internal_with_output_to_temp_buffer.
20582 (Qhelp_form_show): New var.
20583 (syms_of_keyboard): Use DEFSYM macro.
20584
20585 * print.c (internal_with_output_to_temp_buffer): Function deleted.
20586
20587 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
20588
20589 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20590
20591 * process.c (Flist_processes): Remove to Lisp.
20592 (list_processes_1): Delete.
20593
20594 2011-04-06 Eli Zaretskii <eliz@gnu.org>
20595
20596 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
20597
20598 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
20599
20600 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
20601
20602 Fix more problems found by GCC 4.6.0's static checks.
20603
20604 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
20605
20606 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
20607
20608 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
20609
20610 * xdisp.c (vmessage): Mark as a printf-like function.
20611
20612 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
20613
20614 * sound.c (sound_warning): Don't crash if arg contains a printf format.
20615
20616 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
20617 printf-like functions.
20618 (tiff_load): Add casts to remove these marks before passing them
20619 to system-supplied API.
20620
20621 * eval.c (Fsignal): Remove excess argument to 'fatal'.
20622
20623 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
20624 This avoids several warnings with gcc -Wstrict-overflow.
20625 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
20626 directly, rather than having caller test rule sign. This avoids
20627 some unnecessary tests.
20628 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
20629 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
20630 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
20631
20632 * xfont.c (xfont_text_extents): Remove var that was set but not used.
20633 (xfont_open): Avoid unnecessary tests.
20634
20635 * composite.c (composition_gstring_put_cache): Use unsigned integer.
20636
20637 * composite.h, composite.c (composition_gstring_put_cache):
20638 Use EMACS_INT, not int, for length.
20639
20640 * composite.h (COMPOSITION_DECODE_REFS): New macro,
20641 breaking out part of COMPOSITION_DECODE_RULE.
20642 (COMPOSITION_DECODE_RULE): Use it.
20643 * composite.c (get_composition_id): Remove unused local vars,
20644 by using the new macro.
20645
20646 * textprop.c (set_text_properties_1): Change while to do-while,
20647 since the condition is always true at first.
20648
20649 * intervals.c (graft_intervals_into_buffer): Mark var as used.
20650 (interval_deletion_adjustment): Return unsigned value.
20651 All uses changed.
20652
20653 * process.c (list_processes_1, create_pty, read_process_output):
20654 (exec_sentinel): Remove vars that were set but not used.
20655 (create_pty): Remove unnecessary "volatile"s.
20656 (Fnetwork_interface_info): Avoid possibility of int overflow.
20657 (read_process_output): Do adaptive read buffering even if carryover.
20658 (read_process_output): Simplify nbytes computation if buffered.
20659
20660 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
20661
20662 * syntax.c (scan_words): Remove var that was set but not used.
20663 (update_syntax_table): Use unsigned instead of int.
20664
20665 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
20666 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
20667 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
20668
20669 * print.c (print_error_message): Avoid int overflow.
20670
20671 * font.c (font_list_entities): Redo for clarity,
20672 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
20673
20674 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
20675 (font_score): Avoid potential overflow in diff calculation.
20676
20677 * fns.c (substring_both): Remove var that is set but not used.
20678 (sxhash): Redo loop for clarity and to avoid wraparound warning.
20679
20680 * eval.c (funcall_lambda): Rename local to avoid shadowing.
20681
20682 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
20683 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
20684 can always succeed if overflow has undefined behavior.
20685
20686 * search.c (boyer_moore, wordify): Remove vars set but not used.
20687 (wordify): Omit three unnecessary tests.
20688
20689 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
20690 All callers changed. This avoids the need for an unused var.
20691
20692 * casefiddle.c (casify_region): Remove var that is set but not used.
20693
20694 * dired.c (file_name_completion): Remove var that is set but not used.
20695
20696 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
20697
20698 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
20699 (Finsert_file_contents): Remove unnecessary code checking fd.
20700
20701 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
20702 Check for integer overflow on size calculations.
20703
20704 * buffer.c (Fprevious_overlay_change): Remove var that is set
20705 but not used.
20706
20707 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
20708 Remove vars that are set but not used.
20709 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
20710 (timer_check_2): Mark vars as initialized.
20711
20712 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
20713
20714 * image.c (lookup_image): Remove var that is set but not used.
20715 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
20716
20717 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
20718 that are set but not used.
20719
20720 * xfns.c (make_invisible_cursor): Don't return garbage
20721 if XCreateBitmapFromData fails (Bug#8410).
20722
20723 * xselect.c (x_get_local_selection, x_handle_property_notify):
20724 Remove vars that are set but not used.
20725
20726 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
20727 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
20728
20729 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
20730 Remove var that is set but not used.
20731 (scroll_bar_windows_size): Now size_t, not int.
20732 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
20733 Check for overflow.
20734
20735 * xfaces.c (realize_named_face): Remove vars that are set but not used.
20736 (map_tty_color) [!defined MSDOS]: Likewise.
20737
20738 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
20739
20740 * coding.c: Remove vars that are set but not used.
20741 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
20742 All callers changed.
20743 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
20744 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
20745 (decode_coding_charset): Remove vars that are set but not used.
20746
20747 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
20748 that is set but not used.
20749
20750 * print.c (print_object): Remove var that is set but not used.
20751
20752 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
20753 The gnulib version avoids calling malloc in the usual case,
20754 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
20755 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
20756 * filelock.c (current_lock_owner): Likewise.
20757 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
20758 * sysdep.c: Include allocator.h, careadlinkat.h.
20759 (emacs_no_realloc_allocator): New static constant.
20760 (emacs_readlink): New function.
20761 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
20762 ../lib/careadlinkat.h.
20763
20764 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20765
20766 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
20767 first non-nil return value).
20768
20769 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
20770
20771 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
20772 if not defined (Bug#8403).
20773
20774 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
20775
20776 * xdisp.c (display_count_lines): Remove parameter `start',
20777 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
20778 (get_char_face_and_encoding): Remove parameter `multibyte_p',
20779 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
20780 (fill_stretch_glyph_string): Remove parameters `row' and `area',
20781 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
20782 and thereabouts. All callers changed.
20783 (get_per_char_metric): Remove parameter `f', unused since
20784 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
20785
20786 2011-04-02 Jim Meyering <meyering@redhat.com>
20787
20788 do not dereference NULL upon failed strdup
20789 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
20790 (ns_get_family): Likewise.
20791
20792 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
20793
20794 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
20795
20796 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
20797
20798 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
20799 later (Bug#8403).
20800
20801 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20802
20803 Add lexical binding.
20804
20805 * window.c (Ftemp_output_buffer_show): New fun.
20806 (Fsave_window_excursion):
20807 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
20808
20809 * lread.c (lisp_file_lexically_bound_p): New function.
20810 (Fload): Bind Qlexical_binding.
20811 (readevalloop): Remove `evalfun' arg.
20812 Bind Qinternal_interpreter_environment.
20813 (Feval_buffer): Bind Qlexical_binding.
20814 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
20815 Mark as dynamic.
20816 (syms_of_lread): Declare `lexical-binding'.
20817
20818 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
20819
20820 * keyboard.c (eval_dyn): New fun.
20821 (menu_item_eval_property): Use it.
20822
20823 * image.c (parse_image_spec): Use Ffunctionp.
20824
20825 * fns.c (concat, mapcar1): Accept byte-code-functions.
20826
20827 * eval.c (Fsetq): Handle lexical vars.
20828 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
20829 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
20830 (FletX, Flet): Obey lexical binding.
20831 (Fcommandp): Handle closures.
20832 (Feval): New `lexical' arg.
20833 (eval_sub): New function extracted from Feval. Use it almost
20834 everywhere where Feval was used. Look up vars in lexical env.
20835 Handle closures.
20836 (Ffunctionp): Move from subr.el.
20837 (Ffuncall): Handle closures.
20838 (apply_lambda): Remove `eval_flags'.
20839 (funcall_lambda): Handle closures and new byte-code-functions.
20840 (Fspecial_variable_p): New function.
20841 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
20842 but without exporting it to Lisp.
20843
20844 * doc.c (Fdocumentation, store_function_docstring):
20845 * data.c (Finteractive_form): Handle closures.
20846
20847 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
20848 interactive spec.
20849
20850 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
20851 New byte-codes.
20852 (exec_byte_code): New function extracted from Fbyte_code to handle new
20853 calling convention for byte-code-functions. Add new byte-codes.
20854
20855 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
20856
20857 * alloc.c (Fmake_symbol): Init new `declared_special' field.
20858
20859 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
20860
20861 * xdisp.c (redisplay_internal): Fix prototype.
20862
20863 2011-03-31 Eli Zaretskii <eliz@gnu.org>
20864
20865 * xdisp.c (SCROLL_LIMIT): New macro.
20866 (try_scrolling): Use it when setting scroll_limit.
20867 Limit scrolling to 100 screen lines.
20868 (redisplay_window): Even when falling back on "recentering",
20869 position point in the window according to scroll-conservatively,
20870 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
20871
20872 (try_scrolling): When point is above the window, allow searching
20873 as far as scroll_max, or one screenful, to compute vertical
20874 distance from PT to the scroll margin position. This prevents
20875 try_scrolling from unnecessarily failing when
20876 scroll-conservatively is set to a value slightly larger than the
20877 window height. Clean up the case of PT below the margin at bottom
20878 of window: scroll_max can no longer be INT_MAX. When aggressive
20879 scrolling is in use, don't let point enter the opposite scroll
20880 margin as result of the scroll.
20881 (syms_of_xdisp) <scroll-conservatively>: Document the
20882 threshold of 100 lines for never-recentering scrolling.
20883
20884 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
20885
20886 * dispextern.h (move_it_by_lines):
20887 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
20888 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
20889 (message_log_check_duplicate): Remove parameters `prev_bol' and
20890 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
20891 (redisplay_internal): Remove parameter `preserve_echo_area',
20892 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
20893
20894 * indent.c (Fvertical_motion):
20895 * window.c (window_scroll_pixel_based, Frecenter):
20896 Don't pass `need_y_p' to `move_it_by_lines'.
20897
20898 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20899
20900 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
20901 steal a few bits to be more compact.
20902 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
20903 Remove unneeded casts.
20904
20905 * bytecode.c (Fbyte_code): CAR and CDR can GC.
20906
20907 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
20908
20909 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
20910 binding" message (bug#7967).
20911
20912 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
20913
20914 Fix more problems found by GCC 4.6.0's static checks.
20915
20916 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
20917 Remove unused local var.
20918
20919 * editfns.c (Fmessage_box): Remove unused local var.
20920
20921 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
20922 (note_mode_line_or_margin_highlight, note_mouse_highlight):
20923 Omit unused local vars.
20924 * window.c (shrink_windows): Omit unused local var.
20925 * menu.c (digest_single_submenu): Omit unused local var.
20926 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
20927 Omit unused local var.
20928
20929 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
20930 Don't assume string length fits in int.
20931 (keyremap_step, read_key_sequence): Use size_t for sizes.
20932 (read_key_sequence): Don't check last_real_key_start redundantly.
20933
20934 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
20935 instead of alloca (Bug#8344).
20936
20937 * eval.c (Fbacktrace): Don't assume nargs fits in int.
20938 (Fbacktrace_frame): Don't assume nframes fits in int.
20939
20940 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
20941
20942 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
20943 concerns.
20944
20945 * term.c (produce_glyphless_glyph): Remove unnecessary test.
20946
20947 * cm.c (calccost): Turn while-do into do-while, for clarity.
20948
20949 * keyboard.c (syms_of_keyboard): Use the same style as later
20950 in this function when indexing through an array. This also
20951 works around GCC bug 48267.
20952
20953 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
20954
20955 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
20956
20957 * chartab.c (sub_char_table_ref_and_range): Redo for slight
20958 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
20959
20960 * keyboard.c, keyboard.h (num_input_events): Now size_t.
20961 This avoids undefined behavior on integer overflow, and is a bit
20962 more convenient anyway since it is compared to a size_t variable.
20963
20964 Variadic C functions now count arguments with size_t, not int.
20965 This avoids an unnecessary limitation on 64-bit machines, which
20966 caused (substring ...) to crash on large vectors (Bug#8344).
20967 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
20968 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
20969 All variadic functions and their callers changed accordingly.
20970 (struct gcpro.nvars): Now size_t, not int. All uses changed.
20971 * data.c (arith_driver, float_arith_driver): Likewise.
20972 * editfns.c (general_insert_function): Likewise.
20973 * eval.c (struct backtrace.nargs, interactive_p)
20974 (internal_condition_case_n, run_hook_with_args, apply_lambda)
20975 (funcall_lambda, mark_backtrace): Likewise.
20976 * fns.c (concat): Likewise.
20977 * frame.c (x_set_frame_parameters): Likewise.
20978 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
20979 0 if not found, not -1. All callers changed.
20980
20981 * alloc.c (garbage_collect): Don't assume stack size fits in int.
20982 (stack_copy_size): Now size_t, not int.
20983 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
20984
20985 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
20986
20987 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
20988 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
20989 All callers changed.
20990
20991 * lisp.h (multibyte_char_to_unibyte):
20992 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
20993 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
20994 * character.h (CHAR_TO_BYTE8):
20995 * cmds.c (internal_self_insert):
20996 * editfns.c (general_insert_function):
20997 * keymap.c (push_key_description):
20998 * search.c (Freplace_match):
20999 * xdisp.c (message_dolog, set_message_1): All callers changed.
21000
21001 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21002
21003 * keyboard.c (safe_run_hook_funcall): New function.
21004 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
21005 don't set the hook to nil, but remove the offending function instead.
21006 (Qcommand_hook_internal): Remove, unused.
21007 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
21008 Vcommand_hook_internal.
21009
21010 * eval.c (enum run_hooks_condition): Remove.
21011 (funcall_nil, funcall_not): New functions.
21012 (run_hook_with_args): Call each function through a `funcall' argument.
21013 Remove `cond' argument, now redundant.
21014 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
21015 (Frun_hook_with_args_until_failure): Adjust accordingly.
21016 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
21017
21018 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
21019
21020 * dispextern.h (string_buffer_position): Remove declaration.
21021
21022 * print.c (strout): Remove parameter `multibyte', unused since
21023 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
21024
21025 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
21026 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
21027 All callers changed.
21028
21029 * w32.c (_wsa_errlist): Use braces for struct initializers.
21030
21031 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
21032 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
21033 All callers changed.
21034 (string_buffer_position): Likewise. Also, make static (it's never
21035 used outside xdisp.c).
21036 (cursor_row_p): Remove parameter `w', unused since
21037 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
21038 (decode_mode_spec): Remove parameter `precision', introduced during
21039 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
21040 All callers changed.
21041
21042 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21043
21044 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
21045
21046 2011-03-27 Anders Lindgren <andlind@gmail.com>
21047
21048 * nsterm.m (ns_menu_bar_is_hidden): New variable.
21049 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
21050 (ns_update_auto_hide_menu_bar): New functions.
21051 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
21052 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
21053 ns_constrain_all_frames.
21054 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
21055 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
21056
21057 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21058
21059 * nsmenu.m (runDialogAt): Remove argument to timer_check.
21060
21061 2011-03-27 Glenn Morris <rgm@gnu.org>
21062
21063 * syssignal.h: Replace RETSIGTYPE with void.
21064 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
21065 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
21066 Replace SIGTYPE with void everywhere.
21067 * s/usg5-4-common.h (SIGTYPE): Remove definition.
21068 * s/template.h (SIGTYPE): Remove commented out definition.
21069
21070 2011-03-26 Eli Zaretskii <eliz@gnu.org>
21071
21072 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
21073 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
21074
21075 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
21076
21077 * w32.c (read_unc_volume): Use parameter `henum', instead of
21078 global variable `wget_enum_handle'.
21079
21080 * keymap.c (describe_vector): Remove parameters `indices' and
21081 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
21082 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
21083
21084 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
21085
21086 * keyboard.c (timer_check): Remove parameter `do_it_now',
21087 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
21088 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
21089 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
21090
21091 * keyboard.c (read_char):
21092 * w32menu.c (w32_menu_display_help):
21093 * xmenu.c (show_help_event, menu_help_callback):
21094 Adjust calls to `show_help_echo'.
21095
21096 * gtkutil.c (xg_maybe_add_timer):
21097 * keyboard.c (readable_events):
21098 * process.c (wait_reading_process_output):
21099 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
21100
21101 * insdel.c (adjust_markers_gap_motion):
21102 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
21103 (gap_left, gap_right): Don't call it.
21104
21105 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
21106
21107 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
21108 incurred during fontification.
21109
21110 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
21111
21112 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
21113 (DEFVAR_PER_BUFFER): Don't pass it.
21114
21115 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
21116 (scrolling_window): Don't pass it.
21117
21118 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
21119
21120 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
21121
21122 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
21123 and `suffix'.
21124 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
21125 of variables specific to SELinux and computation of `encoded_absname'.
21126
21127 * image.c (XPutPixel): Remove unused variable `height'.
21128
21129 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
21130
21131 * unexw32.c (get_section_info): Remove unused variable `section'.
21132
21133 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
21134 (system_process_attributes): Remove unused variable `sess'.
21135 (sys_read): Remove unused variable `err'.
21136
21137 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
21138 (w32_wnd_proc): Remove unused variable `isdead'.
21139 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
21140 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
21141 (x_create_tip_frame): Remove unused variable `tem'.
21142
21143 * w32inevt.c (w32_console_read_socket):
21144 Remove unused variable `no_events'.
21145
21146 * w32term.c (x_draw_composite_glyph_string_foreground):
21147 Remove unused variable `width'.
21148
21149 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
21150
21151 * w32term.c (x_set_glyph_string_clipping):
21152 Don't pass uninitialized region to CombineRgn.
21153
21154 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
21155
21156 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
21157 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
21158 (Fx_close_connection): Remove unused variable `i'.
21159
21160 * w32font.c (w32font_draw): Return number of glyphs.
21161 (w32font_open_internal): Remove unused variable `i'.
21162 (w32font_driver): Add missing initializer.
21163
21164 * w32menu.c (utf8to16): Remove unused variable `utf16'.
21165 (fill_in_menu): Remove unused variable `items_added'.
21166
21167 * w32term.c (last_mouse_press_frame): Remove static global variable.
21168 (w32_clip_to_row): Remove unused variable `f'.
21169 (x_delete_terminal): Remove unused variable `i'.
21170
21171 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
21172 (NOTHING): Remove unused static global variable.
21173 (uniscribe_check_otf): Remove unused variable `table'.
21174 (uniscribe_font_driver): Add missing initializers.
21175
21176 2011-03-23 Julien Danjou <julien@danjou.info>
21177
21178 * term.c (Fsuspend_tty, Fresume_tty):
21179 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
21180 * window.c (temp_output_buffer_show):
21181 * insdel.c (signal_before_change):
21182 * frame.c (Fhandle_switch_frame):
21183 * fileio.c (Fdo_auto_save):
21184 * emacs.c (Fkill_emacs):
21185 * editfns.c (save_excursion_restore):
21186 * cmds.c (internal_self_insert):
21187 * callint.c (Fcall_interactively):
21188 * buffer.c (Fkill_all_local_variables):
21189 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
21190 Use Frun_hooks.
21191 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
21192 unconditionally since it does the check itself.
21193
21194 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
21195
21196 Fix more problems found by GCC 4.5.2's static checks.
21197
21198 * coding.c (encode_coding_raw_text): Avoid unnecessary test
21199 the first time through the loop, since we know p0 < p1 then.
21200 This also avoids a gcc -Wstrict-overflow warning.
21201
21202 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
21203 leading to a memory leak, possible in functions like
21204 load_charset_map_from_file that can allocate an unbounded number
21205 of objects (Bug#8318).
21206
21207 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
21208 that could (at least in theory) be that large.
21209
21210 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
21211 This is less likely to overflow, and avoids undefined behavior if
21212 overflow does occur. All callers changed. Use strtoul to scan
21213 for the unsigned long integer.
21214 (pint2hrstr): Simplify and tune code slightly.
21215 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
21216
21217 * scroll.c (do_scrolling): Work around GCC bug 48228.
21218 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
21219
21220 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
21221 This also avoids a warning with gcc -Wstrict-overflow.
21222 (validate_x_resource_name): Simplify count usage.
21223 This also avoids a warning with gcc -Wstrict-overflow.
21224
21225 * fileio.c (Fcopy_file): Report error if fchown or fchmod
21226 fail (Bug#8306).
21227
21228 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
21229
21230 * process.c (Fmake_network_process): Use socklen_t, not int,
21231 where POSIX says socklen_t is required in portable programs.
21232 This fixes a porting bug on hosts like 64-bit HP-UX, where
21233 socklen_t is wider than int (Bug#8277).
21234 (Fmake_network_process, server_accept_connection):
21235 (wait_reading_process_output, read_process_output):
21236 Likewise.
21237
21238 * process.c: Rename or move locals to avoid shadowing.
21239 (list_processes_1, Fmake_network_process):
21240 (read_process_output_error_handler, exec_sentinel_error_handler):
21241 Rename or move locals.
21242 (Fmake_network_process): Define label "retry_connect" only if needed.
21243 (Fnetwork_interface_info): Fix pointer signedness.
21244 (process_send_signal): Add cast to avoid pointer signedness problem.
21245 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
21246 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
21247
21248 Make tparam.h and terminfo.c consistent.
21249 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
21250 Include tparam.h instead, since it declares them.
21251 * cm.h (PC): Remove extern decl; tparam.h now does this.
21252 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
21253 * terminfo.c: Include tparam.h, to check interfaces.
21254 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
21255 (tparam): Adjust signature to match interface in tparam.h;
21256 this removes some undefined behavior. Check that outstring and len
21257 are zero, which they always are with Emacs.
21258 * tparam.h (PC, BC, UP): New extern decls.
21259
21260 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
21261 (xftfont_open): Rename locals to avoid shadowing.
21262
21263 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
21264 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
21265 (OTF_TAG_SYM): Omit macro if not needed.
21266 (ftfont_list): Remove unused local.
21267 (get_adstyle_property, ftfont_pattern_entity):
21268 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
21269 Rename locals to avoid shadowing.
21270
21271 * xfont.c (xfont_list_family): Mark var as initialized.
21272
21273 * xml.c (make_dom): Now static.
21274
21275 * composite.c (composition_compute_stop_pos): Rename local to
21276 avoid shadowing.
21277 (composition_reseat_it): Remove unused locals.
21278 (find_automatic_composition, composition_adjust_point): Likewise.
21279 (composition_update_it): Mark var as initialized.
21280 (find_automatic_composition): Mark vars as initialized,
21281 with a FIXME (Bug#8290).
21282
21283 character.h: Rename locals to avoid shadowing.
21284 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
21285 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
21286 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
21287 (BUF_DEC_POS): Be more systematic about renaming local temporaries
21288 to avoid shadowing.
21289
21290 * textprop.c (property_change_between_p): Remove; unused.
21291
21292 * intervals.c (interval_start_pos): Now static.
21293
21294 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
21295
21296 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
21297 Rename locals to avoid shadowing.
21298
21299 * sound.c (wav_play, au_play, Fplay_sound_internal):
21300 Fix pointer signedness.
21301 (alsa_choose_format): Remove unused local var.
21302 (wav_play): Initialize a variable to 0, to prevent undefined
21303 behavior (Bug#8278).
21304
21305 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
21306
21307 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
21308
21309 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
21310 clobbering (Bug#8298).
21311 * sysdep.c (sys_subshell): Likewise.
21312 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
21313
21314 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
21315 This should get cleaned up, so that child_setup has the
21316 same signature on all platforms.
21317
21318 * callproc.c (call_process_cleanup): Now static.
21319 (relocate_fd): Rename locals to avoid shadowing.
21320
21321 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21322
21323 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
21324 not to be necessary, and produces flickering.
21325
21326 2011-03-20 Glenn Morris <rgm@gnu.org>
21327
21328 * config.in: Remove file.
21329
21330 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
21331
21332 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
21333 are now in src/globals.h.
21334 (syms_of_minibuf): Remove spurious & from previous change.
21335
21336 2011-03-20 Leo Liu <sdl.web@gmail.com>
21337
21338 * minibuf.c (completing-read-function): New variable.
21339 (completing-read-default): Rename from completing-read.
21340 (completing-read): Call completing-read-function.
21341
21342 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21343
21344 * xfaces.c (Fx_load_color_file):
21345 Read color file from absolute filename (bug#8250).
21346
21347 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21348
21349 * makefile.w32-in: Update dependencies.
21350
21351 2011-03-17 Eli Zaretskii <eliz@gnu.org>
21352
21353 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
21354
21355 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
21356
21357 Fix more problems found by GCC 4.5.2's static checks.
21358
21359 * process.c (make_serial_process_unwind, send_process_trap):
21360 (sigchld_handler): Now static.
21361
21362 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
21363 That way, the code declares only the vars that it needs.
21364 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
21365 * s/cygwin.h (PTY_ITERATION): Likewise.
21366 * s/darwin.h (PTY_ITERATION): Likewise.
21367 * s/gnu-linux.h (PTY_ITERATION): Likewise.
21368
21369 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
21370 * process.c (allocate_pty): Don't declare stb unless it's needed.
21371
21372 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
21373 (CONSTANTLIM): Remove; unused.
21374 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
21375 Define only if needed.
21376
21377 * unexelf.c (unexec): Name an expression,
21378 to avoid gcc -Wbad-function-cast warning.
21379 Use a different way to cause a compilation error if anyone uses
21380 n rather than nn, a way that does not involve shadowing.
21381 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
21382
21383 * deps.mk (unexalpha.o): Remove; unused.
21384
21385 New file unexec.h, the (simple) interface for unexec (Bug#8267).
21386 * unexec.h: New file.
21387 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
21388 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
21389 Depend on unexec.h.
21390 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
21391 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
21392 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
21393 Change as necessary to match prototype in unexec.h.
21394
21395 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
21396 shadowing.
21397 (back_comment, skip_chars): Mark vars as initialized.
21398
21399 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
21400 Rename locals to avoid shadowing.
21401
21402 * lread.c (read1): Rewrite so as not to use empty "else".
21403 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
21404
21405 * print.c (Fredirect_debugging_output): Fix pointer signedess.
21406
21407 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
21408 warning when compiling print.c.
21409
21410 * font.c (font_unparse_fcname): Abort in an "impossible" situation
21411 instead of using an uninitialized var.
21412 (font_sort_entities): Mark var as initialized.
21413
21414 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
21415
21416 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
21417 pointers to constants.
21418 (font_parse_fcname): Remove unused vars.
21419 (font_delete_unmatched): Now static.
21420 (font_get_spec): Remove; unused.
21421 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
21422 (font_update_drivers, Ffont_get_glyphs, font_add_log):
21423 Rename or move locals to avoid shadowing.
21424
21425 * fns.c (require_nesting_list, require_unwind): Now static.
21426 (Ffillarray): Rename locals to avoid shadowing.
21427
21428 * floatfns.c (domain_error2): Define only if needed.
21429 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
21430
21431 * alloc.c (mark_backtrace): Move decl from here ...
21432 * lisp.h: ... to here, so that it can be checked.
21433
21434 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
21435 (Fdefvar): Rewrite so as not to use empty "else".
21436 (lisp_indirect_variable): Name an expression,
21437 to avoid gcc -Wbad-function-cast warning.
21438 (Fdefvar): Rename locals to avoid shadowing.
21439
21440 * callint.c (quotify_arg, quotify_args): Now static.
21441 (Fcall_interactively): Rename locals to avoid shadowing.
21442 Use const pointer when appropriate.
21443
21444 * lisp.h (get_system_name, get_operating_system_release):
21445 Move decls here, to check interfaces.
21446 * process.c (get_operating_system_release): Move decl to lisp.h.
21447 * xrdb.c (get_system_name): Likewise.
21448 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
21449 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
21450 some of which prompt warnings from gcc -Wbad-function-cast.
21451 (Fformat_time_string, Fencode_time, Finsert_char):
21452 (Ftranslate_region_internal, Fformat):
21453 Rename or remove local vars to avoid shadowing.
21454 (Ftranslate_region_internal): Mark var as initialized.
21455
21456 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
21457 avoid shadowing.
21458
21459 * lisp.h (eassert): Check that the argument compiles, even if
21460 ENABLE_CHECKING is not defined.
21461
21462 * data.c (Findirect_variable): Name an expression, to avoid
21463 gcc -Wbad-function-cast warning.
21464 (default_value, arithcompare, arith_driver, arith_error): Now static.
21465 (store_symval_forwarding): Rename local to avoid shadowing.
21466 (Fmake_variable_buffer_local, Fmake_local_variable):
21467 Mark variables as initialized.
21468 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
21469
21470 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
21471 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
21472 Rename locals to avoid shadowing.
21473 (mark_stack): Move local variables into the #ifdef region where
21474 they're used.
21475 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
21476 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
21477 needed otherwise.
21478 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
21479 (GC_STRING_CHARS): Remove; not used.
21480 (Fmemory_limit): Cast sbrk's returned value to char *.
21481
21482 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
21483 avoids undefined behavior in theory.
21484
21485 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
21486
21487 Use functions, not macros, for up- and down-casing (Bug#8254).
21488 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
21489 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
21490 to use the following functions instead of these macros.
21491 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
21492 EMACS_INT, since callers assume the returned value fits in int.
21493 (upcase1): Likewise, for UPCASE_TABLE.
21494 (uppercasep, lowercasep, upcase): New static inline functions.
21495 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
21496 the race-condition problem in the old DOWNCASE.
21497
21498 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
21499 Rename locals to avoid shadowing.
21500 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
21501 (regex_compile, re_search_2, re_match_2_internal):
21502 Remove unused local vars.
21503 (FREE_VAR): Rewrite so as not to use empty "else",
21504 which gcc can warn about.
21505 (regex_compile, re_match_2_internal): Mark locals as initialized.
21506 (RETALLOC_IF): Define only if needed.
21507 (WORDCHAR_P): Likewise. This one is never needed, but is used
21508 only in a comment talking about a compiler bug, so put inside
21509 the #if 0 of that comment.
21510 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
21511 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
21512 Remove; unused.
21513
21514 * search.c (boyer_moore): Rename locals to avoid shadowing.
21515 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
21516 (PREV_CHAR_BOUNDARY): Likewise.
21517
21518 * search.c (simple_search): Remove unused var.
21519
21520 * dired.c (compile_pattern): Move decl from here ...
21521 * lisp.h: ... to here, so that it can be checked.
21522 (struct re_registers): New forward decl.
21523
21524 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
21525
21526 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
21527 All uses changed.
21528 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
21529 Rename locals to avoid shadowing.
21530 (Fvertical_motion): Mark locals as initialized.
21531
21532 * casefiddle.c (casify_object, casify_region): Now static.
21533 (casify_region): Mark local as initialized.
21534
21535 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
21536
21537 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
21538 New macros, so that the caller can use some names other than
21539 gcpro1, gcpro2, etc.
21540 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
21541 of the new macros.
21542 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
21543 argument, for consistency with GCPRO2_VAR, etc: it is now the
21544 prefix of the variable, not the variable itself. All uses
21545 changed.
21546 * dired.c (directory_files_internal, file_name_completion):
21547 Rename locals to avoid shadowing.
21548
21549 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
21550 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
21551 dired.c's scmp function, had undefined behavior.
21552 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
21553 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
21554 * buffer.h: ... to here, because these macros use current_buffer,
21555 and the new implementation with inline functions needs to have
21556 current_buffer in scope now, rather than later when the macros
21557 are used.
21558 (downcase, upcase1): New static inline functions.
21559 (DOWNCASE, UPCASE1): Reimplement using these functions.
21560 This avoids undefined behavior in expressions like
21561 DOWNCASE (x) == DOWNCASE (y), which previously suffered
21562 from race conditions in accessing the global variables
21563 case_temp1 and case_temp2.
21564 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
21565 * lisp.h (case_temp1, case_temp2): Remove their decls.
21566 * character.h (ASCII_CHAR_P): Move from here ...
21567 * lisp.h: ... to here, so that the inline functions mentioned
21568 above can use them.
21569
21570 * dired.c (directory_files_internal_unwind): Now static.
21571
21572 * fileio.c (file_name_as_directory, directory_file_name):
21573 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
21574 Now static.
21575 (file_name_as_directory): Use const pointers when appropriate.
21576 (Fexpand_file_name): Likewise. In particular, newdir might
21577 point at constant storage, so make it a const pointer.
21578 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
21579 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
21580 signedness issues.
21581 (Fset_file_times, Finsert_file_contents, auto_save_error):
21582 Rename locals to avoid shadowing.
21583
21584 * minibuf.c (choose_minibuf_frame_1): Now static.
21585 (Ftry_completion, Fall_completions): Rename or remove locals
21586 to avoid shadowing.
21587
21588 * marker.c (bytepos_to_charpos): Remove; unused.
21589
21590 * lisp.h (verify_bytepos, count_markers): New decls,
21591 so that gcc does not warn that these functions aren't declared.
21592
21593 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
21594 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
21595 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
21596 (copy_text): Remove unused local var.
21597
21598 * filelock.c (within_one_second): Now static.
21599 (lock_file_1): Rename local to avoid shadowing.
21600
21601 * buffer.c (fix_overlays_before): Mark locals as initialized.
21602 (fix_start_end_in_overlays): Likewise. This function should be
21603 simplified by using pointers-to-pointers, but that's a different
21604 matter.
21605 (switch_to_buffer_1): Now static.
21606 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
21607 (report_overlay_modification): Rename locals to avoid shadowing.
21608
21609 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
21610 Fix pointer signedness issue.
21611 (sys_subshell): Mark local as volatile if checking for lint,
21612 to suppress a gcc -Wclobbered warning that does not seem to be right.
21613 (MAXPATHLEN): Define only if needed.
21614
21615 * process.c (serial_open, serial_configure): Move decls from here ...
21616 * systty.h: ... to here, so that they can be checked.
21617
21618 * fns.c (get_random, seed_random): Move extern decls from here ...
21619 * lisp.h: ... to here, so that they can be checked.
21620
21621 * sysdep.c (reset_io): Now static.
21622 (wait_for_termination_signal): Remove; unused.
21623
21624 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
21625 (copy_keymap_item, append_key, push_text_char_description):
21626 Now static.
21627 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
21628 (DENSE_TABLE_SIZE): Remove; unused.
21629 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
21630 (describe_map_tree):
21631 Rename locals to avoid shadowing.
21632
21633 * keyboard.c: Declare functions static if they are not used elsewhere.
21634 (echo_char, echo_dash, cmd_error, top_level_2):
21635 (poll_for_input, handle_async_input): Now static.
21636 (read_char, kbd_buffer_get_event, make_lispy_position):
21637 (make_lispy_event, make_lispy_movement, apply_modifiers):
21638 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
21639 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
21640 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
21641 (read_key_sequence, read_char): Mark locals as initialized.
21642 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
21643
21644 * keyboard.h (make_ctrl_char): New decl.
21645 (mark_kboards): Move decl here ...
21646 * alloc.c (mark_kboards): ... from here.
21647
21648 * lisp.h (force_auto_save_soon): New decl.
21649
21650 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
21651 (DEFINE_DUMMY_FUNCTION): New macro.
21652 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
21653 Use it.
21654 (main): Add casts to avoid warnings
21655 if GCC considers string literals to be constants.
21656
21657 * lisp.h (fatal_error_signal): Add decl, since it's exported.
21658
21659 * dbusbind.c: Pointer signedness fixes.
21660 (xd_signature, xd_append_arg, xd_initialize):
21661 (Fdbus_call_method, Fdbus_call_method_asynchronously):
21662 (Fdbus_method_return_internal, Fdbus_method_error_internal):
21663 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
21664 (Fdbus_register_signal): Use SSDATA when the context wants char *.
21665
21666 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
21667 if GCC considers string literals to be constants.
21668 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
21669
21670 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21671
21672 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
21673 (print_preprocess, print_object): New macro to fix last change.
21674
21675 * print.c (print_preprocess): Don't forget font objects.
21676
21677 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21678
21679 * emacs.c (USAGE3): Doc fixes.
21680
21681 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
21682
21683 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
21684 structure.
21685
21686 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
21687
21688 * lisp.h (VWindow_system, Qfile_name_history):
21689 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
21690 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
21691 (w32_system_caret_x, w32_system_caret_y): Declare extern.
21692
21693 * w32select.c: Don't #include "keyboard.h".
21694 (run_protected): Add extern declaration for waiting_for_input.
21695
21696 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
21697 * w32console.c (detect_input_pending, read_input_pending)
21698 (encode_terminal_code):
21699 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
21700 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
21701 (w32_system_caret_y, Qfile_name_history):
21702 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
21703 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
21704 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
21705 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
21706 * w32proc.c (Qlocal, report_file_error):
21707 * w32term.c (Vwindow_system, updating_frame):
21708 * w32uniscribe.c (initialized, uniscribe_font_driver):
21709 Remove unneeded extern declarations.
21710
21711 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
21712
21713 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
21714
21715 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
21716
21717 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
21718 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
21719 These macros can no longer be used for assignment.
21720
21721 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21722 Assign struct members directly, instead of using BUF_BEGV etc.
21723 (record_buffer_markers, fetch_buffer_markers): New functions for
21724 recording and fetching special buffer markers.
21725 (set_buffer_internal_1, set_buffer_temp): Use them.
21726
21727 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
21728
21729 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
21730
21731 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
21732 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
21733
21734 * xdisp.c (hscroll_window_tree):
21735 (reconsider_clip_changes): Use PT instead of BUF_PT.
21736
21737 2011-03-13 Eli Zaretskii <eliz@gnu.org>
21738
21739 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
21740 $(EMACS_ROOT)/lib/intprops.h.
21741
21742 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
21743
21744 Fix more problems found by GCC 4.5.2's static checks.
21745
21746 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
21747 to unsigned char * to avoid compiler diagnostic.
21748 (xg_free_frame_widgets): Make it clear that a local variable is
21749 needed only if USE_GTK_TOOLTIP.
21750 (gdk_window_get_screen): Make it clear that this macro is needed
21751 only if USE_GTK_TOOLTIP.
21752 (int_gtk_range_get_value): New function, which avoids a diagnostic
21753 from gcc -Wbad-function-cast.
21754 (xg_set_toolkit_scroll_bar_thumb): Use it.
21755 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
21756 diagnostic from gcc -Wbad-function-cast.
21757 (get_utf8_string, xg_get_file_with_chooser):
21758 Rename locals to avoid shadowing.
21759 (create_dialog): Move locals to avoid shadowing.
21760
21761 * xgselect.c (xg_select): Remove unused var.
21762
21763 * image.c (four_corners_best): Mark locals as initialized.
21764 (gif_load): Initialize transparent_p to zero (Bug#8238).
21765 Mark another local as initialized.
21766 (my_png_error, my_error_exit): Mark with NO_RETURN.
21767
21768 * image.c (clear_image_cache): Now static.
21769 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
21770 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
21771 (x_edge_detection): Remove unnecessary cast that
21772 gcc -Wbad-function-cast diagnoses.
21773 (gif_load): Fix pointer signedness.
21774 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
21775 (jpeg_load, gif_load): Rename locals to avoid shadowing.
21776
21777 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
21778
21779 Improve quality of tests for time stamp overflow.
21780 For example, without this patch (encode-time 0 0 0 1 1
21781 1152921504606846976) returns the obviously-bogus value (-948597
21782 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
21783 reports time overflow. See
21784 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
21785 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
21786 * editfns.c: Include limits.h and intprops.h.
21787 (TIME_T_MIN, TIME_T_MAX): New macros.
21788 (time_overflow): Move earlier, to before first use.
21789 (hi_time, lo_time): New functions, for an accurate test for
21790 out-of-range times.
21791 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
21792 (Fget_internal_run_time): Don't assume time_t fits in int.
21793 (make_time): Use list2 instead of Fcons twice.
21794 (Fdecode_time): More accurate test for out-of-range times.
21795 (check_tm_member): New function.
21796 (Fencode_time): Use it, to test for out-of-range times.
21797 (lisp_time_argument): Don't rely on undefined left-shift and
21798 right-shift behavior when checking for time stamp overflow.
21799
21800 * editfns.c (time_overflow): New function, refactoring common code.
21801 (Fformat_time_string, Fdecode_time, Fencode_time):
21802 (Fcurrent_time_string): Use it.
21803
21804 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
21805 * dired.c (make_time): Move to ...
21806 * editfns.c (make_time): ... here.
21807 * systime.h: Note the move.
21808
21809 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21810
21811 * fringe.c (update_window_fringes): Remove unused variables.
21812
21813 * unexmacosx.c (copy_data_segment): Also copy __got section.
21814 (Bug#8223)
21815
21816 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21817
21818 * termcap.c [MSDOS]: Include "msdos.h".
21819 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
21820 Constify `char *' arguments and their references according to
21821 prototypes in tparam.h.
21822
21823 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
21824
21825 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
21826 Adapt all references accordingly.
21827
21828 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
21829
21830 2011-03-11 Tom Tromey <tromey@redhat.com>
21831
21832 * buffer.c (syms_of_buffer): Remove obsolete comment.
21833
21834 2011-03-11 Eli Zaretskii <eliz@gnu.org>
21835
21836 * termhooks.h (encode_terminal_code): Declare prototype.
21837
21838 * msdos.c (encode_terminal_code): Don't declare prototype.
21839
21840 * term.c (encode_terminal_code): Now external again, used by
21841 w32console.c and msdos.c.
21842
21843 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
21844 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
21845
21846 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
21847
21848 Fix some minor problems found by GCC 4.5.2's static checks.
21849
21850 * fringe.c (update_window_fringes): Mark locals as initialized
21851 (Bug#8227).
21852 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
21853
21854 * alloc.c (mark_fringe_data): Move decl from here ...
21855 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
21856 to check its interface.
21857 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
21858
21859 * fontset.c (free_realized_fontset): Now static.
21860 (Fset_fontset_font): Rename local to avoid shadowing.
21861 (fontset_font): Mark local as initialized.
21862 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
21863
21864 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
21865
21866 * xselect.c (x_disown_buffer_selections): Remove; not used.
21867 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
21868 (x_own_selection, Fx_disown_selection_internal): Rename locals
21869 to avoid shadowing.
21870 (x_handle_dnd_message): Remove local to avoid shadowing.
21871
21872 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
21873 so that the caller can use some name other than gcpro1.
21874 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
21875 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
21876 (Fx_backspace_delete_keys_p):
21877 Use them to avoid shadowing, and rename vars to avoid shadowing.
21878 (x_decode_color, x_set_name, x_window): Now static.
21879 (Fx_create_frame): Add braces to silence GCC warning.
21880 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
21881 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
21882 Remove unused locals.
21883 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
21884 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
21885 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
21886 macros.
21887
21888 * xterm.h (x_mouse_leave): New decl.
21889
21890 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
21891 Remove unused functions.
21892 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
21893 (x_calc_absolute_position): Now static.
21894 (XTread_socket): Don't define label "out" unless it's used.
21895 Don't declare local "event" unless it's used.
21896 (x_iconify_frame, x_free_frame_resources): Don't declare locals
21897 unless they are used.
21898 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
21899 (x_fatal_error_signal): Remove; not used.
21900 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
21901 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
21902 (x_error_catcher, x_connection_closed, x_error_handler):
21903 (x_error_quitter, xembed_send_message, x_iconify_frame):
21904 (my_log_handler): Rename locals to avoid shadowing.
21905 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
21906 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
21907
21908 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
21909 Rename or move locals to avoid shadowing.
21910 (tty_defined_color, merge_face_heights): Now static.
21911 (free_realized_faces_for_fontset): Remove; not used.
21912 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
21913 does not deduce is never used uninitialized.
21914 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
21915 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
21916
21917 * terminal.c (store_terminal_param): Now static.
21918
21919 * xmenu.c (menu_highlight_callback): Now static.
21920 (set_frame_menubar): Remove unused local.
21921 (xmenu_show): Rename parameter to avoid shadowing.
21922 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
21923 since they might point to immutable storage.
21924 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
21925 since it's unused otherwise.
21926
21927 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
21928 Add a FIXME, since the code still doesn't look right. (Bug#8215)
21929 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
21930 avoids a gcc -Wuninitialized diagnostic.
21931 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
21932 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
21933 does not deduce are never used uninitialized.
21934
21935 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
21936
21937 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
21938 * window.c (window_loop, size_window):
21939 (run_window_configuration_change_hook, enlarge_window): Likewise.
21940
21941 * window.c (display_buffer): Now static.
21942 (size_window): Mark variables that gcc -Wuninitialized
21943 does not deduce are never used uninitialized.
21944 * window.h (check_all_windows): New decl, to forestall
21945 gcc -Wmissing-prototypes diagnostic.
21946 * dispextern.h (bidi_dump_cached_states): Likewise.
21947
21948 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
21949 shadowing.
21950 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
21951 Include <limits.h>.
21952 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
21953 and to avoid gcc -Wuninitialized warning.
21954 (load_charset_map): Mark variables that gcc -Wuninitialized
21955 does not deduce are never used uninitialized.
21956 (load_charset): Abort instead of using uninitialized var (Bug#8229).
21957
21958 * coding.c (coding_set_source, coding_set_destination):
21959 Use "else { /* comment */ }" rather than "else /* comment */;"
21960 for clarity, and to avoid gcc -Wempty-body warning.
21961 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
21962 a block, when the outer 'i' will do.
21963 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
21964 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
21965 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
21966 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
21967 (Fdecode_sjis_char, Fdefine_coding_system_internal):
21968 Rename locals to avoid shadowing.
21969 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
21970 * coding.c (emacs_mule_char, encode_invocation_designation):
21971 Now static, since they're not used elsewhere.
21972 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
21973 (decode_coding_object, encode_coding_object, detect_coding_system):
21974 (decode_coding_emacs_mule): Mark variables that gcc
21975 -Wuninitialized does not deduce are never used uninitialized.
21976 (detect_coding_iso_2022): Initialize a local variable that might
21977 be used uninitialized. Leave a FIXME because it's not clear that
21978 this initialization is needed. (Bug#8211)
21979 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
21980 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
21981 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
21982 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
21983 Remove unused macros.
21984
21985 * category.c (hash_get_category_set): Remove unused local var.
21986 (copy_category_table): Now static, since it's not used elsewhere.
21987 * character.c (string_count_byte8): Likewise.
21988
21989 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
21990 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
21991
21992 * chartab.c (copy_sub_char_table): Now static, since it's not used
21993 elsewhere.
21994 (sub_char_table_ref_and_range, char_table_ref_and_range):
21995 Rename locals to avoid shadowing.
21996 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
21997
21998 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
21999 (BIDI_BOB): Remove unused macro.
22000
22001 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
22002 deduce are never used uninitialized.
22003 * term.c (encode_terminal_code): Likewise.
22004
22005 * term.c (encode_terminal_code): Now static. Remove unused local.
22006
22007 * tparam.h: New file.
22008 * term.c, tparam.h: Include it.
22009 * deps.mk (term.o, tparam.o): Depend on tparam.h.
22010 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
22011 Move these decls to tparam.h, and make them agree with what
22012 is actually in tparam.c. The previous trick of using incompatible
22013 decls in different modules does not conform to the C standard.
22014 All callers of tparam changed to use tparam's actual API.
22015 * tparam.c (tparam1, tparam, tgoto):
22016 Use const pointers where appropriate.
22017
22018 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
22019 * cm.h (struct cm): Likewise.
22020 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
22021 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
22022 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
22023 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
22024 (turn_on_face, init_tty): Likewise.
22025 * termchar.h (struct tty_display_info): Likewise.
22026
22027 * term.c (term_mouse_position): Rename local to avoid shadowing.
22028
22029 * alloc.c (mark_ttys): Move decl from here ...
22030 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
22031
22032 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
22033
22034 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
22035
22036 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
22037
22038 * search.c (compile_pattern_1): Remove argument regp, unused since
22039 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
22040 (compile_pattern): Don't pass it.
22041
22042 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
22043
22044 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
22045 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
22046 for ! HAVE_GTK3.
22047 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
22048
22049 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
22050
22051 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
22052 gdk_window_get_screen, gdk_window_get_geometry,
22053 gdk_x11_window_lookup_for_display and GDK_KEY_g.
22054 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
22055 (xg_get_pixbuf_from_pixmap): New function.
22056 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
22057 to Pixmap, take frame as parameter, remove GdkColormap parameter.
22058 Call xg_get_pixbuf_from_pixmap instead of
22059 gdk_pixbuf_get_from_drawable.
22060 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
22061 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
22062 (xg_check_special_colors): Use GtkStyleContext and its functions
22063 for HAVE_GTK3.
22064 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
22065 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
22066 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
22067 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
22068 Call gtk_widget_get_preferred_size.
22069 (xg_frame_resized): gdk_window_get_geometry only takes 5
22070 parameters.
22071 (xg_win_to_widget, xg_event_is_for_menubar):
22072 Call gdk_x11_window_lookup_for_display.
22073 (xg_set_widget_bg): New function.
22074 (delete_cb): New function.
22075 (xg_create_frame_widgets): Connect delete-event to delete_cb.
22076 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
22077 (xg_set_background_color): Call xg_set_widget_bg.
22078 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
22079 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
22080 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
22081 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
22082 if ! HAVE_GTK3.
22083 (update_frame_tool_bar): Call gtk_widget_hide.
22084 (xg_initialize): Use GDK_KEY_g.
22085
22086 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
22087 if ! HAVE_GTK3
22088 (x_session_initialize): Call gdk_x11_set_sm_client_id.
22089
22090 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
22091 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
22092 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
22093
22094 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
22095
22096 * w32xfns.c (select_palette): Check success of RealizePalette against
22097 GDI_ERROR, not zero.
22098
22099 See ChangeLog.11 for earlier changes.
22100
22101 ;; Local Variables:
22102 ;; coding: utf-8
22103 ;; End:
22104
22105 Copyright (C) 2011-2013 Free Software Foundation, Inc.
22106
22107 This file is part of GNU Emacs.
22108
22109 GNU Emacs is free software: you can redistribute it and/or modify
22110 it under the terms of the GNU General Public License as published by
22111 the Free Software Foundation, either version 3 of the License, or
22112 (at your option) any later version.
22113
22114 GNU Emacs is distributed in the hope that it will be useful,
22115 but WITHOUT ANY WARRANTY; without even the implied warranty of
22116 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22117 GNU General Public License for more details.
22118
22119 You should have received a copy of the GNU General Public License
22120 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.