]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Minor hashing refactoring.
[gnu-emacs] / src / ChangeLog
1 2013-02-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Minor hashing refactoring.
4 * fns.c (SXHASH_REDUCE): Move to lisp.h.
5 (sxhash_float): Return EMACS_UINT, for consistency with the other
6 hash functions.
7 * lisp.h (INTMASK): Now a macro, since SXHASH_REDUCE is now a
8 non-static inline function and therefore can't use static vars.
9 (SXHASH_REDUCE): Move here from fns.c, and make it inline.
10 * profiler.c (hashfn_profiler): Use SXHASH_REDUCE, to be consistent
11 with the other hash functions.
12
13 2013-02-09 Eli Zaretskii <eliz@gnu.org>
14
15 * callproc.c (Fcall_process_region) [WINDOWSNT]: Make sure the
16 XXXXXX part of the temporary file pattern is not downcased even
17 when w32-downcase-file-names is non-nil. (Bug#13661)
18
19 * xdisp.c (decode_mode_spec): Remove handling of %t.
20
21 * msdos.c (careadlinkatcwd): Remove.
22
23 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * lread.c (skip_dyn_bytes): New function (bug#12598).
26 (read1): Use it. Use getc instead of READCHAR to read bytes.
27 (load_each_byte): Remove. Update users.
28
29 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
30
31 * search.c (scan_buffer): Calculate end byte position just once.
32 (scan_newline): Do not recalculate start_byte.
33 (search_command): Use eassert.
34 * syntax.c (struct lisp_parse_state): New member location_byte.
35 (scan_sexps_forward): Record from_byte and avoid redundant
36 character to byte position calculation ...
37 (Fparse_partial_sexp): ... here. Break too long line.
38
39 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
40
41 * lisp.h (make_uninit_vector): New function.
42 * alloc.c (Fvector, Fmake_byte_code):
43 * ccl.c (Fregister_ccl_program):
44 * charset.c (Fdefine_charset_internal, define_charset_internal):
45 * coding.c (make_subsidiaries, Fdefine_coding_system_internal):
46 * composite.c (syms_of_composite):
47 * font.c (Fquery_font, Ffont_info, syms_of_font):
48 * fontset.c (FONT_DEF_NEW, Fset_fontset_font):
49 * ftfont.c (ftfont_shape_by_flt):
50 * indent.c (recompute_width_table):
51 * nsselect.m (clean_local_selection_data):
52 * syntax.c (init_syntax_once):
53 * w32unsubscribe.c (uniscribe_shape):
54 * window.c (Fcurrent_window_configuration):
55 * xfaces.c (Fx_family_fonts):
56 * xselect.c (selection_data_to_lisp_data): Use it.
57
58 2013-02-07 Dmitry Antipov <dmantipov@yandex.ru>
59
60 * coding.c (Fdefine_coding_system_internal): Use AREF where
61 argument is known to be a vector.
62 * fns.c (Flocale_info): Likewise for ASET.
63 * xselect.c (selection_data_to_lisp_data): Likewise for ASET.
64 * w32fns.c (w32_parse_hot_key): Likewise for ASIZE and AREF.
65
66 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
67
68 * nsmenu.m (update_frame_tool_bar): Check for negative tool bar
69 height.
70
71 * nsterm.h (HAVE_NATIVE_FS): Define if OSX => 10.7.
72 (EmacsView): Add fs_is_native, fsIsNative, isFullscreen and
73 updateCollectionBehaviour.
74
75 * nsterm.m (NEW_STYLE_FS): Remove.
76 (ns_last_use_native_fullscreen): New variable.
77 (x_make_frame_visible): Replace NEW_STYLE_FS with isFullscreen.
78 (x_set_window_size): Do not take title bar and tool bar into account
79 if isFullscreen returns YES.
80 (ns_fullscreen_hook): Replace NEW_STYLE_FS with isFullscreen.
81 (check_native_fs): New function.
82 (ns_select, ns_read_socket): Call check_native_fs if HAVE_NATIVE_FS.
83 (ns_term_init): Remove NEW_STYLE_FS.
84 (updateFrameSize:, windowWillResize:toSize:): Only adjust for title bar
85 and tool bar if isFullscreen returns NO.
86 (windowDidResize:): Replace NEW_STYLE_FS with fsIsNative.
87 (initFrameFromEmacs:): Initialize fs_is_native. Replace NEW_STYLE_FS
88 with HAVE_NATIVE_FS.
89 (window:willUseFullScreenPresentationOptions:): New method.
90 (windowDidEnterFullScreen:): Replace NEW_STYLE_FS with fsIsNative.
91 Hide toolbar if not enabled (Bug#13444).
92 (windowDidExitFullScreen:): Call updateCollectionBehaviour.
93 Restore tool bar if enabled, hide it otherwise (Bug#13444).
94 (fsIsNative, isFullscreen, updateCollectionBehaviour): New methods.
95 (toggleFullScreen:): If fs_is_native, call toggleFullScreen on
96 window. Do no set FRAME_EXTERNAL_TOOL_BAR (f) to 0.
97 Check FRAME_EXTERNAL_TOOL_BAR (f) before restoring
98 FRAME_TOOLBAR_HEIGHT (f). Call updateFrameSize when going non-fs.
99 (syms_of_nsterm): Add ns-use-native-fullscreen.
100
101 2013-02-04 Paul Eggert <eggert@cs.ucla.edu>
102
103 * fileio.c (Qchoose_write_coding_system): Now static.
104
105 2013-02-04 Eli Zaretskii <eliz@gnu.org>
106
107 * xdisp.c (window_buffer_changed): region_showing can be negative,
108 which still means region is being displayed.
109 (redisplay_internal): Resurrect code that forced redisplay of the
110 whole window when showing region and the mark has changed. Record
111 the new mark position to allow redisplay optimizations.
112 (display_line): If it->region_beg_charpos is non-zero, set the
113 window's region_showing member to -1. (Bug#13623) (Bug#13626)
114
115 * window.h (struct window) <region_showing>: Declare ptrdiff_t,
116 not bitfield of 1 bit.
117
118 2013-02-03 Daniel Colascione <dancol@dancol.org>
119
120 * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
121 daemon mode works on cygw32 when Emacs is installed and not just
122 during development.
123
124 2013-02-02 Paul Eggert <eggert@cs.ucla.edu>
125
126 Avoid file time stamp bug on MS-Windows (Bug#13149).
127 * fileio.c (Fwrite_region): Don't use the heuristic on empty files,
128 as FAT32 doesn't update time stamps when truncating them.
129 Also, check that a file time stamp is not a multiple of 100 ns;
130 this should catch all instances of the problem on MS-Windows,
131 as its native file system resolution is 100 ns or worse, and
132 checking for a non-multiple of 100 ns should impose only a small
133 overhead on systems with ns resolution.
134
135 2013-02-02 Eli Zaretskii <eliz@gnu.org>
136
137 Avoid encoding file names on MS-Windows when they need to be run
138 through dostounix_filename.
139 * w32.c (normalize_filename): Accept an additional argument
140 MULTIBYTE; if non-zero, traverse the file name by bytes and don't
141 downcase it even if w32-downcase-file-names is non-nil.
142 (dostounix_filename): Accept an additional argument MULTIBYTE and
143 pass it to normalize_filename.
144 (emacs_root_dir): Adjust.
145
146 * msdos.h (dostounix_filename): Adjust prototype.
147
148 * w32.h (dostounix_filename): Adjust prototype.
149
150 * msdos.c (dostounix_filename): Accept an additional argument and
151 ignore it.
152 (init_environment): Adjust callers of dostounix_filename.
153
154 * fileio.c (Ffile_name_directory, file_name_as_directory)
155 (directory_file_name, Fexpand_file_name)
156 (Fsubstitute_in_file_name): [DOS_NT] Adjust call to
157 dostounix_filename.
158 [WINDOWSNT]: Downcase file names if w32-downcase-file-names is
159 non-nil.
160 (Fsubstitute_in_file_name): [DOS_NT] Don't downcase environment
161 variables, as egetenv is case-insensitive for DOS_NT.
162
163 * dired.c (file_name_completion): Don't call Fdirectory_file_name
164 with an encoded file name.
165
166 * w32proc.c (Fw32_short_file_name, Fw32_long_file_name): Adjust
167 calls to dostounix_filename.
168
169 * w32fns.c (Fx_file_dialog): Adjust call to dostounix_filename.
170
171 * unexw32.c (unexec): Adjust call to dostounix_filename.
172
173 * termcap.c (tgetent) [MSDOS]: Adjust call to dostounix_filename.
174
175 * emacs.c (decode_env_path) [DOS_NT]: Adjust call to
176 dostounix_filename.
177
178 * callproc.c (Fcall_process) [MSDOS]: Adjust call to
179 dostounix_filename.
180
181 * callproc.c (Fcall_process): Make sure program name in PATH and
182 new_argv[0] is encoded, if needed. Otherwise, un-encoded string
183 is passed to exec/spawnve, which fails unless the file-name
184 encoding is UTF-8.
185
186 * w32proc.c (sys_spawnve): Make sure escape_char is initialized,
187 even if w32-quote-process-args is nil.
188
189 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
190
191 Fix timestamp bug when write-region appends nothing (Bug#13149).
192 * fileio.c (Fwrite_region): When neither O_EXCL nor O_TRUNC is used,
193 the file's time stamp doesn't change if Emacs happens to write nothing
194 to the file, and on a buggy file system this could cause Emacs to
195 incorrectly infer that the file system doesn't have the bug.
196 Avoid this problem by inhibiting the inference in this case.
197
198 2013-02-01 Dmitry Antipov <dmantipov@yandex.ru>
199
200 * window.h (struct window): Convert base_line_number, base_line_pos
201 and column_number_displayed members from Lisp_Object to ptrdiff_t.
202 Convert region_showing member from Lisp_Object to bitfield.
203 Remove sequence_number member. Adjust comments.
204 * window.c (sequence_number): Remove.
205 (make_window): Initialize column_number_displayed.
206 * print.c (print_object): Follow the printed representation of
207 frames and print window pointer to distinguish between windows.
208 (adjust_window_count): Invalidate base_line_pos. Adjust comment.
209 * xdisp.c (wset_base_line_number, wset_base_line_pos)
210 (wset_column_number_displayed, wset_region_showing): Remove.
211 (window_buffer_changed, mode_line_update_needed, redisplay_internal)
212 (try_scrolling, try_cursor_movement, redisplay_window)
213 (try_window_reusing_current_matrix, try_window_id, display_line)
214 (display_mode_lines, decode_mode_spec): Adjust users.
215 * .gdbinit (pwinx): Do not print sequence_number.
216
217 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
218
219 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
220 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): Remove.
221 * dired.c: Include <fcntl.h>.
222 (open_directory): New function, which uses open and fdopendir
223 rather than opendir. DOS_NT platforms still use opendir, though.
224 (directory_files_internal, file_name_completion): Use it.
225 (file_attributes): New function, with most of the old Ffile_attributes.
226 (directory_files_internal, Ffile_attributes): Use it.
227 (file_attributes, file_name_completion_stat): First arg is now fd,
228 not dir name. All uses changed. Use fstatat rather than lstat +
229 stat.
230 (file_attributes): Use emacs_readlinkat rather than Ffile_symlink_p.
231 * fileio.c: Include <allocator.h>, <careadlinkat.h>.
232 (emacs_readlinkat): New function, with much of the old
233 Ffile_symlink_p, but with an fd argument for speed.
234 It uses readlinkat rather than careadlinkatcwd, so that it
235 need not assume the working directory.
236 (Ffile_symlink_p): Use it.
237 * filelock.c (current_lock_owner): Use emacs_readlinkat
238 rather than emacs_readlink.
239 * lisp.h (emacs_readlinkat): New decl.
240 (READLINK_BUFSIZE, emacs_readlink): Remove.
241 * sysdep.c: Do not include <allocator.h>, <careadlinkat.h>.
242 (emacs_norealloc_allocator, emacs_readlink): Remove.
243 This stuff is moved to fileio.c.
244 * w32.c (fstatat, readlinkat): New functions.
245 (careadlinkat): Don't check that fd == AT_FDCWD.
246 (careadlinkatcwd): Remove; no longer needed.
247
248 2013-01-31 Glenn Morris <rgm@gnu.org>
249
250 * fileio.c (choose_write_coding_system): Make it callable from Lisp.
251 (Fwrite_region): Update for new choose_write_coding_system args.
252 Move the last piece of choose_write_coding_system here. (Bug#13522)
253 (syms_of_fileio): Add choose-write-coding-system.
254
255 2013-01-30 Eli Zaretskii <eliz@gnu.org>
256
257 * w32.c (sys_open): Zero out the flags for the new file descriptor.
258 (sys_close): Zero out the flags for the file descriptor before
259 closing it. (Bug#13546)
260
261 * w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
262 (logon_network_drive, stat_worker, symlink, chase_symlinks): Use
263 CharNextExA and CharPrevExA to iterate over file names encoded in
264 DBCS. (Bug#13553)
265
266 * w32.c (w32_get_long_filename, init_environment, readlink):
267 Support file names encoded in DBCS codepages.
268 (readlink): Use the current file-name-coding-system, not the ANSI
269 codepage, to decode and handle targets of symlinks.
270
271 2013-01-28 Eli Zaretskii <eliz@gnu.org>
272
273 * w32.c (opendir): Now accepts a 'const char *'.
274
275 2013-01-28 Dmitry Antipov <dmantipov@yandex.ru>
276
277 Remove obsolete redisplay code. See the discussion at
278 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00576.html.
279 * dispnew.c (preemption_period, preemption_next_check): Remove.
280 (Vredisplay_preemption_period): Likewise.
281 (update_frame, update_single_window, update_window, update_frame_1):
282 Adjust users. Always assume that PERIODIC_PREEMPTION_CHECKING is not
283 used, following the 2012-06-22 change.
284
285 2013-01-25 Eli Zaretskii <eliz@gnu.org>
286
287 * w32notify.c (Fw32notify_add_watch): Doc fix. (Bug#13540)
288
289 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
290
291 * font.c (num_fonts): Remove the leftover from old
292 debugging code. Adjust comment style here and there.
293 * insdel.c (insert_1): Remove.
294 * lisp.h (insert_1): Remove prototype.
295 * xdisp.c (message_dolog): Adjust users to call insert_1_both.
296
297 2013-01-25 Eli Zaretskii <eliz@gnu.org>
298
299 * w32.c (max_filename_mbslen): New function.
300 (normalize_filename, readdir): Use it to detect locales where ANSI
301 encoding of file names uses a double-byte character set (DBCS).
302 If a DBCS encoding is used, advance by characters using
303 CharNextExA, instead of incrementing a 'char *' pointer. Use
304 _mbslwr instead of _strlwr. (Bug#13515)
305
306 * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial
307 request of memory reservation to 1.7GB. (Bug#13065)
308
309 2013-01-25 Andreas Schwab <schwab@linux-m68k.org>
310
311 * coding.c (detect_coding_iso_2022): Move back mis-reordered code
312 at check_extra_latin label. (Bug#13505)
313
314 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
315
316 * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):
317 Avoid redundant calls to strlen.
318
319 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
320
321 Drop async_visible and async_iconified fields of struct frame.
322 This is possible because async input is gone; for details, see
323 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00734.html.
324 * frame.h (struct frame): Remove async_visible and async_iconified
325 members, convert garbaged to unsigned bitfield. Adjust comments.
326 (FRAME_SAMPLE_VISIBILITY): Remove. Adjust all users.
327 (SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED): New macros.
328 * frame.c, gtkutil.c, term.c, w32fns.c, window.c, xdisp.c:
329 Consistently use SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED,
330 FRAME_VISIBLE_P and FRAME_ICONIFIED_P macros where appropriate.
331 * w32term.c: Ditto.
332 (w32_read_socket): Save iconified state to generate DEICONIFY_EVENT
333 properly. Likewise for obscured.
334 * xterm.c: Ditto.
335 (handle_one_xevent): Save visible state to generate ICONIFY_EVENT
336 properly.
337 * nsterm.m: Ditto.
338 (windowDidDeminiaturize): Generate DEICONIFY_EVENT.
339
340 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
341
342 * insdel.c (prepare_to_modify_buffer): Revert last change as suggested
343 in http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00555.html.
344
345 2013-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * xdisp.c (message2, message2_nolog): Remove functions.
348 (message3, message3_nolog): Extract nbytes and multibyteness directly
349 from the string. Change all callers.
350 (message3_nolog): Don't set message_enable_multibyte since set_message
351 will reset it anyway.
352 (message1, message1_nolog): Use message3.
353 (vmessage): Use a stack allocated buffer rather than f->message_buf.
354 (with_echo_area_buffer): Remove last two arguments. Update all callers.
355 (set_message): Drop all but the second arg, which has to be a string.
356 (set_message_1): Simplify now that we know that a1 is NULL and the
357 second arg is a string.
358 * frame.h (struct frame): Remove `message_buf' field.
359 Use glyphs_initialized_p instead.
360 (FRAME_MESSAGE_BUF): Remove macro.
361 * w16select.c (Fw16_set_clipboard_data): Prefer message3 to message2.
362 * lisp.h (message2, message2_nolog): Remove declarations.
363 (message3, message3_nolog): Update declarations.
364 * keyboard.c (read_char_minibuf_menu_text)
365 (read_char_minibuf_menu_width): Remove vars.
366 (read_char_minibuf_menu_prompt): Rewrite the menu's construction so as
367 to correctly handle multibyte strings.
368 * frame.c (delete_frame): Don't free message_buf any more.
369 * editfns.c (message_text, message_length): Remove vars.
370 (Fmessage_box): Don't copy the Lisp string's bytes any longer.
371 * fileio.c (auto_save_error): Use message3 instead of message2.
372 * dispnew.c (adjust_frame_message_buffer): Remove function.
373
374 2013-01-23 Eli Zaretskii <eliz@gnu.org>
375
376 * w32term.c (w32fullscreen_hook): Account correctly for the screen
377 real estate used for the tool bar and the menu bar.
378
379 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
380
381 * insdel.c (prepare_to_modify_buffer): Force redisplay if
382 hidden buffer is prepared to modification (Bug#13164).
383
384 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
385
386 * window.h (struct window): Change window_end_valid member from
387 Lisp_Object to a bitfield. Adjust comments.
388 (wset_window_end_valid): Remove.
389 * window.c (adjust_window_count): Clear window_end_valid.
390 (Fwindow_end): Adjust user. Remove ancient #if 0 code.
391 (Fwindow_line_height, set_window_buffer, Frecenter)
392 (Fsplit_window_internal, Fdelete_other_windows_internal)
393 (Fset_window_fringes, Fset_window_scroll_bars): Adjust users.
394 * dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise.
395 * xdisp.c (check_window_end, reconsider_clip_changes)
396 (redisplay_internal, mark_window_display_accurate_1, redisplay_window)
397 (try_window, try_window_reusing_current_matrix, note_mouse_highlight)
398 (find_first_unchanged_at_end_row, try_window_id): Likewise.
399
400 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
401
402 * xdisp.c (mark_window_display_accurate): Simplify the loop
403 assuming that the only one of vchild, hchild or buffer window
404 slots is non-nil. Call mark_window_display_accurate_1 for
405 the leaf windows only.
406 (mark_window_display_accurate_1): Always assume leaf window.
407 Adjust comment.
408
409 2013-01-22 Paul Eggert <eggert@cs.ucla.edu>
410
411 * emacs.c (Qkill_emacs_hook): Now static.
412
413 * fileio.c (Finsert_file_contents): Simplify.
414 Remove unnecessary assignments and tests.
415
416 2013-01-21 Eli Zaretskii <eliz@gnu.org>
417
418 * w32.c (acl_set_file): Don't test for errors unless
419 set_file_security returns FALSE. Avoids spurious errors when
420 saving files.
421
422 2013-01-21 Dmitry Antipov <dmantipov@yandex.ru>
423
424 * fileio.c (Finsert_file_contents): Revert code introduced at
425 2013-01-18 in favor of the simpler and generally better fix.
426 Save stack space by removing 'buffer' and reusing 'read_buf'
427 where appropriate.
428
429 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
430
431 * lisp.h (eabs): Define unconditionally (Bug#13419).
432 The old "#if !defined (eabs)" was an unnecessary revenant of back
433 when this macro was called "abs". Document 'eabs' better.
434
435 2013-01-19 Glenn Morris <rgm@gnu.org>
436
437 * fns.c (Frandom): Doc fix.
438
439 2013-01-19 Eli Zaretskii <eliz@gnu.org>
440
441 * editfns.c (get_pos_property): Use SAFE_ALLOCA_LISP, to avoid
442 segfault when there are lots of overlays.
443
444 * buffer.c (sort_overlays): Use SAFE_NALLOCA, to avoid segfault
445 when there are lots of overlays. See
446 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00421.html
447 for the details and a way to reproduce.
448
449 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
450
451 * fileio.c: Use O_APPEND to append.
452 This corresponds better to the natural interpretation of "append",
453 and avoids the need to open the output file twice, or to invoke
454 lseek when APPEND is neither nil nor a number.
455 This relies on POSIX 1003.1-1988 or later, which is OK nowadays.
456 (Fwrite_region): Simplify. Use O_APPEND instead of opening the
457 file possibly twice, and lseeking to its end; this avoids the
458 need to lseek on non-regular files. Do not use O_EXCL and O_TRUNC
459 at the same time: the combination is never needed and apparently
460 it doesn't work with DOS_NT.
461
462 Fix size bug on DOS_NT introduced by CIFS workaround (Bug#13149).
463 * fileio.c (Fwrite_region): Use O_BINARY in checking code, too.
464
465 Allow floating-point file offsets.
466 Problem reported by Vitalie Spinu in
467 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>.
468 * fileio.c (emacs_lseek): Remove.
469 (file_offset): New function.
470 (Finsert_file_contents, Fwrite_region): Use it.
471
472 2013-01-19 Chong Yidong <cyd@gnu.org>
473
474 * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid
475 aborting on Fsignal (Bug#13289).
476
477 2013-01-19 Eli Zaretskii <eliz@gnu.org>
478
479 * w32.c (acl_set_file): Treat ERROR_ACCESS_DENIED from
480 set_file_security as failure due to insufficient privileges.
481 Reported by Fabrice Popineau <fabrice.popineau@supelec.fr>.
482 (fstat): Return owner and group like 'stat' and 'lstat' do.
483
484 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
485
486 Work around bug in CIFS and vboxsf file systems (Bug#13149).
487 The bug was observed on Ubuntu operating inside a virtual machine,
488 editing files mounted via CIFS or vboxsf from the MS Windows 7 host.
489 The workaround introduces a race condition on non-buggy hosts,
490 but it's an unlikely race and anyway there's a nearly identical
491 nearby race that can't be fixed.
492 * fileio.c (valid_timestamp_file_system, timestamp_file_system):
493 New static vars.
494 (Fwrite_region): Test for file system time stamp bug.
495 (init_fileio): New function.
496 * lisp.h (init_fileio): Declare it.
497 * emacs.c (main): Call it.
498
499 * fileio.c (Finsert_file_contents): Simplify new diagnostic
500 and make it more consistent with other stat-failure diagnostics.
501
502 2013-01-18 Dmitry Antipov <dmantipov@yandex.ru>
503
504 Fix crash when inserting data from non-regular files. See
505 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00406.html
506 for the error description produced by valgrind.
507 * fileio.c (read_non_regular): Rename to read_contents.
508 Free Lisp_Save_Value object used to pass parameters.
509 (read_non_regular_quit): Rename to read_contents_quit.
510 (Finsert_file_contents): Redesign internal file reading loop to adjust
511 gap and end positions after each read and so help make_gap to work
512 properly. Do not signal an I/O error too early and so do not leave
513 not yet decoded characters in a buffer, which was the reason of
514 redisplay crash. Use list2 to build return value. Adjust comments.
515
516 2013-01-17 Paul Eggert <eggert@cs.ucla.edu>
517
518 Close a race when statting and reading files (Bug#13149).
519 * fileio.c (Finsert_file_contents): Use open+fstat, not stat+open.
520 This avoids a race if the file is renamed between stat and open.
521 This race is not the problem originally noted in Bug#13149;
522 see <http://bugs.gnu.org/13149#73> and later messages in the thread.
523
524 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
525
526 * lisp.h (toplevel): Add comment about using Lisp_Save_Value
527 objects, related functions and macros.
528 (make_save_value): Adjust prototype.
529 (make_save_pointer): New prototype.
530 (SAFE_NALLOCA): Fix indentation. Use make_save_pointer.
531 (SAFE_ALLOCA_LISP): Adjust make_save_value usage.
532 * alloc.c (format_save_value): Rename to make_save_value.
533 (make_save_pointer): New function.
534 (record_xmalloc): Use make_save_pointer.
535 * dired.c, editfns.c, fileio.c, font.c, gtkutil.c, lread.c:
536 * nsmenu.m, nsterm.m, xfns.c, xmenu.c, xselect.c, keymap.c:
537 Change users of make_save_value to make_save_pointer.
538 Likewise for format_save_value and make_save_value.
539
540 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
541
542 * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
543 (DECODE_POSITION, BUFFER_CHECK_INDIRECTION): Fix indentation.
544 * buffer.c (toplevel, syms_of_buffer): Drop old commented-out
545 debugging stubs.
546
547 2013-01-15 Paul Eggert <eggert@cs.ucla.edu>
548
549 * alloc.c (free_save_value): Now static.
550
551 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
552
553 * keymap.c (map_keymap_internal): Use format_save_value.
554 (map_keymap_char_table_item): Adjust accordingly.
555 * fileio.c (non_regular_fd, non_regular_inserted)
556 (non_regular_nbytes): Remove.
557 (Finsert_file_contents): Convert trytry to ptrdiff_t. Use
558 format_save_value to pass parameters to read_non_regular.
559 (read_non_regular): Use XSAVE_ macros to extract parameters.
560 Adjust comment.
561 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use
562 format_save_value.
563 (pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user.
564
565 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
566
567 * lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow
568 extraction from any Lisp_Save_Value slot. Add type checking.
569 * alloc.c, dired.c, editfns.c, fileio.c, ftfont.c, gtkutil.c:
570 * keymap.c, lread.c, nsterm.h, nsmenu.c, xfns.c, xmenu.c:
571 * xselect.c: All users changed.
572
573 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
574
575 Some convenient bits to deal with Lisp_Save_Values.
576 * lisp.h (XSAVE_OBJECT): New macro to extract saved objects.
577 (allocate_misc): Remove prototype.
578 (format_save_value): New prototype.
579 * alloc.c (allocate_misc): Revert back to static.
580 (format_save_value): New function to build Lisp_Save_Value
581 object with the specified internal structure.
582 (make_save_value): Reimplement using format_save_value.
583 * editfns.c (save_excursion_save): Use format_save_value.
584 (save_excursion_restore): Use XSAVE_OBJECT.
585
586 2013-01-14 Paul Eggert <eggert@cs.ucla.edu>
587
588 Avoid needless casts with XSAVE_POINTER.
589 * alloc.c (mark_object) [GC_MARK_STACK]:
590 * dired.c (directory_files_internal_unwind):
591 * fileio.c (do_auto_save_unwind):
592 * gtkutil.c (pop_down_dialog):
593 * keymap.c (map_keymap_char_table_item):
594 * lread.c (load_unwind):
595 * nsmenu.m (pop_down_menu):
596 * print.c (print_object) [GC_MARK_STACK]:
597 * xfns.c (clean_up_file_dialog):
598 * xmenu.c (cleanup_widget_value_tree):
599 Omit casts between XSAVE_POINTER and a pointer type.
600
601 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
602
603 Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
604 * eval.c (eval_sub): Protect `form' from being GCed before its
605 car and cdr becomes protected with the backtrace entry.
606
607 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
608
609 Make Lisp_Save_Value more versatile storage for up to four objects.
610 * lisp.h (toplevel): Enumeration to describe types of saved objects.
611 (struct Lisp_Save_Value): New layout. Adjust comments.
612 (XSAVE_POINTER): New macro.
613 (XSAVE_INTEGER): Likewise.
614 (allocate_misc): Add prototype.
615 (free_misc): Likewise.
616 * alloc.c (allocate_misc): Now global.
617 (free_misc): Likewise. Adjust comment.
618 (make_save_value): Use new Lisp_Save_Value layout. Adjust comment.
619 (free_save_value): Likewise.
620 (mark_object): Likewise.
621 * editfns.c (save_excursion_save): Pack everything within
622 Lisp_Save_Value and so avoid xmalloc.
623 (save_excursion_restore): Adjust to match new layout. Use free_misc
624 because we do not allocate extra memory any more. Add eassert.
625 * print.c (print_object): New code to print Lisp_Save_Value. Do not
626 rely on valid_lisp_object_p if !GC_MARK_STACK. Adjust comments.
627 * dired.c, fileio.c, font.c, ftfont.c, gtkutil.c, keymap.c,
628 * lread.c, nsmenu.m, nsterm.h, xfns.c, xmenu.c, xselect.c:
629 Use XSAVE_POINTER and XSAVE_INTEGER where appropriate.
630
631 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
632
633 * nsfont.m (LCD_SMOOTHING_MARGIN): New define.
634 (nsfont_draw): Remove disabling of LCD smoothing.
635 (ns_glyph_metrics): Add LCD_SMOOTHING_MARGIN to bearings to fix
636 Bug#11484 with LCD smoothing on.
637
638 2013-01-13 Paul Eggert <eggert@cs.ucla.edu>
639
640 Fix SIGDANGER handlers, for AIX (Bug#13408).
641 * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
642 Move handlers here from emacs.c; they were out of place.
643
644 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
645
646 * xterm.c (syms_of_xterm): Adjust documentation for
647 scroll-bar-adjust-thumb-portion.
648
649 2012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
650
651 * xterm.c (scroll-bar-adjust-thumb-portion): New variable to
652 determine whether scroll bar thumb size should be adjusted or
653 not. Use variable for MOTIF.
654
655 * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for
656 GTK.
657
658 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
659
660 * nsterm.m (keyDown:): Set processingCompose to NO if an emacs key
661 event is generated.
662 (doCommandBySelector:): Set processingCompose to NO.
663
664 * nsfont.m (ns_findfonts): Add block/unblock_input calls.
665 Remove check for fkeys count > zero, block/unblock fixes the real bug.
666 (nsfont_list_family): Add block/unblock_input calls.
667 (nsfont_open): Move block_input earlier. Add unblock_input before early
668 return.
669 (nsfont_draw): Add block/unblock_input calls.
670
671 2013-01-12 Dmitry Antipov <dmantipov@yandex.ru>
672
673 * indent.c (Fvertical_motion): Remove now-incorrect GCPROs
674 for old_charpos and old_bytepos.
675
676 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
677
678 Fix bug with set-time-zone-rule and LOCALTIME_CACHE (Bug#13415).
679 * editfns.c (set_time_zone_rule) [LOCALTIME_CACHE]:
680 Clear tzvalbuf_in_environ if this workaround is in effect.
681 Problem and fix reported by Kazuhiro Ito.
682
683 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
684
685 * insdel.c (Fcombine_after_change_execute, syms_of_insdel): Fix
686 ambiguous doc string cross-reference(s).
687
688 * keyboard.c (Fcommand_execute, syms_of_keyboard): Fix ambiguous
689 doc string cross-reference(s).
690
691 * window.c (Fwindow_point, syms_of_window): Fix ambiguous doc
692 string cross-reference(s).
693
694 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
695
696 Avoid unnecessary byte position calculation for the gap movement.
697 Since all users of move_gap do CHAR_TO_BYTE for other purposes
698 anyway, all of them should use move_gap_both instead.
699 * lisp.h (move_gap): Remove prototype.
700 * insdel.c (move_gap): Remove.
701 (move_gap_both): Add eassert.
702 * editfns.c (Ftranspose_regions): Tweak to use move_gap_both.
703 * xml.c (parse_region): Likewise.
704
705 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
706
707 emacsclient -t should not suspend Emacs server (Bug#13387)
708 * lisp.h, sysdep.c (block_tty_out_signal, unblock_tty_out_signal):
709 New functions.
710 * term.c (init_tty): Use them instead of rolling our own code.
711 * sysdep.c (tcsetpgrp_without_stopping): Likewise. Here, this
712 switches from 'signal' to 'pthread_sigmask', which is safer in
713 multithreaded applications.
714 * term.c (Fresume_tty): Don't bother dissociating if O_IGNORE_CTTY,
715 which has already arranged for that.
716 (dissociate_if_controlling_tty): If setsid fails, fall back on TIOCNOTTY.
717 This is the main part of the bug fix.
718
719 2013-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
720
721 * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
722 x_last_font_name (Bug#13403).
723
724 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
725
726 Omit buffer_slot_type_mismatch and use generic predicates to enforce
727 the type of per-buffer values where appropriate.
728 * lisp.h (struct Lisp_Buffer_Objfwd): Rename slottype member to
729 predicate, which is how it's really used now. Adjust comment.
730 * buffer.h (buffer_slot_type_mismatch): Remove prototype.
731 * buffer.c (buffer_slot_type_mismatch): Remove.
732 (DEFVAR_PER_BUFFER, defvar_per_buffer): Rename type argument to
733 predicate. Adjust comment.
734 (syms_of_buffer): Use Qsymbolp for major-mode. Use Qintegerp for
735 fill-column, left-margin, tab-width, buffer-saved-size,
736 left-margin-width, right-margin-width, left-fringe-width,
737 right-fringe-width, scroll-bar-width and buffer-display-count.
738 Use Qstringp for default-directory, buffer-file-name,
739 buffer-file-truename and buffer-auto-save-file-name. Use Qfloatp for
740 scroll-up-aggressively and scroll-down-aggressively. Use Qnumberp for
741 line-spacing.
742 * data.c (store_symval_forwarding): Adjust to call the predicate.
743
744 2013-01-09 Juanma Barranquero <lekktu@gmail.com>
745
746 * w32.c (get_name_and_id, acl_set_file):
747 * w32term.c (w32fullscreen_hook): Remove unused local variables.
748
749 2013-01-09 Dmitry Antipov <dmantipov@yandex.ru>
750
751 * lisp.h (make_gap_1): New prototype.
752 * buffer.h (GAP_BYTES_DFL, GAP_BYTES_MIN): New macros for the special
753 gap size values.
754 * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common
755 naming convention.
756 (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code.
757 * insdel.c (make_gap_larger): Use GAP_BYTES_DFL. Adjust comment.
758 (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment.
759 (make_gap_1): New function to adjust the gap of any buffer.
760 * coding.c (coding_alloc_by_making_gap): Use it.
761 * buffer.c (compact_buffer): Likewise. Use BUF_Z_BYTE, BUF_GAP_SIZE,
762 GAP_BYTES_DFL and GAP_BYTES_MIN. Adjust comment.
763
764 2013-01-08 Juri Linkov <juri@jurta.org>
765
766 * xfaces.c (tty_supports_face_attributes_p): Return 0 for the case
767 of (supports :underline (:style wave)). (Bug#13000)
768
769 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
770
771 * undo.c (Fprimitive_undo): Move to simple.el.
772 (syms_of_undo): Remove declarations for Sprimitive_undo.
773
774 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * keyboard.c (echo_add_key): Rename from echo_add_char.
777
778 2013-01-06 Chong Yidong <cyd@gnu.org>
779
780 * keyboard.c (echo_add_char): New function, factored out from
781 echo_char. Don't add a space if the previous echo string was
782 empty (Bug#13255).
783 (echo_char): Use it.
784 (read_key_sequence): When echoing mock input, ensure that the
785 trailing dash is properly added.
786
787 2013-01-05 Eli Zaretskii <eliz@gnu.org>
788
789 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead
790 of a non-portable "t" to print ptrdiff_t values. Allow up to 9
791 digits for buffer positions, before misalignment starts.
792 Display "0" for integer "object" field.
793 (dump_glyph_row): Adapt the header line to changes in dump_glyph.
794 Display the newline glyph more unambiguously.
795
796 2013-01-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
797
798 * nsterm.m (ns_draw_underwave):
799 * w32term.c (w32_draw_underwave):
800 * xterm.c (x_draw_underwave): Make underwave look more triangular
801 and also degrade gracefully for small fonts. (Bug#13000)
802
803 * nsterm.m (ns_draw_text_decoration):
804 * w32term.c (x_draw_glyph_string):
805 * xterm.c (x_draw_glyph_string): Don't use previous underline
806 thickness and position if previous underline type is underwave.
807
808 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * fileio.c (Ffile_acl): Undocument return format.
811
812 2013-01-02 Glenn Morris <rgm@gnu.org>
813
814 * keymap.c (Fkey_description): Doc fix. (Bug#13323)
815
816 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
817
818 Simplify via eabs.
819 * dired.c (file_name_completion):
820 * doc.c (get_doc_string):
821 * floatfns.c (round2):
822 * font.c (font_score, font_delete_unmatched):
823 * fringe.c (compute_fringe_widths):
824 * lread.c (read_list):
825 * minibuf.c (Ftry_completion):
826 * term.c (tty_ins_del_lines):
827 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
828 Use eabs (x) rather than open-coding it as (x < 0 ? -x : x).
829
830 2012-12-31 Eli Zaretskii <eliz@gnu.org>
831
832 * w32.c (unsetenv): Set up the string passed to _putenv
833 correctly.
834 See http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
835 for the bug this caused.
836
837 2012-12-30 Paul Eggert <eggert@cs.ucla.edu>
838
839 * coding.c (Qmac): Now static.
840
841 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
842
843 * gtkutil.c (TOOLBAR_TOP_WIDGET): New macro.
844 (xg_pack_tool_bar): Use TOOLBAR_TOP_WIDGET, condition out use of
845 handlebox_widget. Set toolbar_in_hbox to false/true, set
846 toolbar_is_packed to true.
847 (xg_update_tool_bar_sizes): Use widget returned by TOOLBAR_TOP_WIDGET.
848 (update_frame_tool_bar): Check toolbar_is_packed for packing.
849 Show all on TOOLBAR_TOP_WIDGET.
850 (free_frame_tool_bar): Check toolbar_is_packed. Use widget returned
851 by TOOLBAR_TOP_WIDGET.
852 (xg_change_toolbar_position): Use widget returned by TOOLBAR_TOP_WIDGET.
853 Check toolbar_is_packed.
854 (xg_have_tear_offs, tearoff_remove, tearoff_activate): Condition on
855 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
856 (xg_have_tear_offs): When ! HAVE_GTK_TEAROFF_MENU_ITEM_NEW, return
857 false.
858 (create_menus): Create tearoff only if HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
859 (xg_update_menubar): Update title only if
860 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
861 (xg_update_submenu): Skip tearoff only if
862 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
863 (xg_initialize): Initialize xg_detached_menus only if
864 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
865
866 * xterm.h (struct x_output): Surround handlebox_widget with
867 #ifdef HAVE_GTK_HANDLE_BOX_NEW. toolbar_is_packed is new,
868 toolbar_in_hbox is bool.
869
870 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
871
872 * src/Makefile.in (TEMACS_LDFLAGS2): Remove.
873 (LIBS_GNUSTEP): Define.
874 (LIBES): Add $(LIBS_GNUSTEP).
875 (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
876
877 2012-12-30 Eli Zaretskii <eliz@gnu.org>
878
879 * xdisp.c (set_cursor_from_row): Don't confuse a truncation or
880 continuation glyph on a TTY with an indication of an empty line.
881 (Bug#13277)
882
883 2012-12-29 Eli Zaretskii <eliz@gnu.org>
884
885 * fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if
886 file's SELinux context or ACLs successfully set, nil otherwise.
887 (Bug#13298)
888 (Fcopy_file) [WINDOWSNT]: Improve diagnostics when CopyFile fails.
889
890 * w32proc.c (reader_thread): Avoid passing NULL handles to
891 SetEvent and WaitForSingleObject.
892
893 2012-12-28 Paul Eggert <eggert@cs.ucla.edu>
894
895 Port EXTERNALLY_VISIBLE to Clang 3.2.
896 * conf_post.h (__has_attribute): New macro.
897 (EXTERNALLY_VISIBLE): Use it. This ports to Clang 3.2.
898
899 2012-12-27 Glenn Morris <rgm@gnu.org>
900
901 * cygw32.c (Fcygwin_convert_file_name_to_windows)
902 (Fcygwin_convert_file_name_from_windows): Doc fixes.
903
904 2012-12-27 Eli Zaretskii <eliz@gnu.org>
905
906 * fileio.c (file_name_as_directory, directory_file_name):
907 Accept an additional argument MULTIBYTE to indicate whether the input C
908 came from a multibyte or a unibyte Lisp string; all callers
909 adjusted. Don't assume the input string is always multibyte.
910 (Bug#13262)
911 (Ffile_name_directory) [DOS_NT]: Handle unibyte strings correctly:
912 don't ENCODE_FILE them, and return a unibyte string if the input
913 was unibyte.
914 (Fexpand_file_name): Don't mix unibyte with multibyte strings, and
915 don't assume the input strings will always be multibyte. If the
916 input strings are multibyte, decode strings obtained from C
917 library functions.
918
919 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
920
921 * lisp.h (toplevel): Add two notices to the comment about
922 defining a new Lisp data type.
923 * print.c (print_object): If Lisp_Save_Value object's pointer
924 is the address of a memory area containing Lisp_Objects, try
925 to print them.
926 * alloc.c (valid_lisp_object_p): Adjust comment.
927
928 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
929
930 * keyboard.c (record_asynch_buffer_change): Initialize an event
931 only if it's really needed.
932 * frame.h (enum output_method): Remove output_mac member since
933 it's a leftover from the deleted code.
934 * frame.c (Fframep): Adjust user here ...
935 * terminal.c (Fterminal_live_p): ... and here.
936 * coding.c (Qmac): Now here because it's only used to denote
937 end-of-line encoding type.
938 (syms_of_coding): DEFSYM it.
939 * frame.h (Qmac): Remove duplicated declaration.
940
941 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
942
943 * window.c (select_window_1): Now static, since it's used only here.
944
945 2012-12-25 Eli Zaretskii <eliz@gnu.org>
946
947 * window.c (window_body_cols): Subtract display margins from the
948 window body width on TTYs as well. See
949 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-12/msg00317.html
950 for the original report.
951
952 2012-12-25 Dmitry Antipov <dmantipov@yandex.ru>
953
954 * xdisp.c (redisplay_window): Remove inner local variable
955 because the outer shadowed one has the same meaning.
956 * xterm.h (struct x_output): Remove toolbar_detached member since it's
957 set but never used.
958 * gtkutil.c (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
959 (xg_create_tool_bar): Adjust users.
960
961 2012-12-24 Dmitry Antipov <dmantipov@yandex.ru>
962
963 * buffer.h (BUF_COMPACT): New macro to follow the common style.
964 * buffer.c (Fget_buffer_create): Use it to set compact field of
965 struct buffer_text to avoid accessing an uninitialized value
966 when compact_buffer is called for the first time.
967 (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF.
968 (Fset_buffer_modified_p): Use buffer_window_count to check
969 whether the buffer is displayed in some window.
970 * xdisp.c (message_dolog): Likewise.
971
972 2012-12-23 Eli Zaretskii <eliz@gnu.org>
973
974 * w32.c (acl_set_file): If setting the file security descriptor
975 fails, and the new DACL is identical to the existing one, silently
976 return success. This fixes problems for users backing up their
977 own files without having the necessary privileges for setting
978 security descriptors.
979
980 * w32proc.c (reader_thread): Do not index fd_info[] with negative
981 values.
982 (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR
983 after WaitForSingleObject returns normally. This expedites reader
984 thread shutdown when delete_child triggers it.
985 (reap_subprocess): More accurate commentary for why we call
986 delete_child only when cp->fd is negative.
987
988 * w32.c (sys_close): Do not call delete_child on a subprocess
989 whose handle is not yet closed. Instead, set its file descriptor
990 to a negative value, so that reap_subprocess will call
991 delete_child on that subprocess when its SIGCHLD arrives.
992 This avoids closing handles used for communications between sys_select
993 and reader_thread, which doesn't give sys_select a chance to
994 notice that the process exited and invoke the SIGCHLD handler for
995 it.
996
997 2012-12-23 Jan Djärv <jan.h.d@swipnet.se>
998
999 * nsfns.m (Fns_do_applescript): Run event loop until script has
1000 been executed (Bug#12969).
1001 (ns_run_ascript): Chech as_script for nil, set to nil after
1002 executing script.
1003
1004 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1005
1006 * window.c (Fselect_window): Reword doc-string (Bug#13248).
1007
1008 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1009
1010 * w32term.c (w32fullscreen_hook): New function.
1011 (w32_create_terminal): Plug it into the terminal's fullscreen_hook.
1012
1013 2012-12-21 Eli Zaretskii <eliz@gnu.org>
1014
1015 * fileio.c (Finsert_file_contents): Doc fix.
1016
1017 * w32proc.c (new_child, delete_child, find_child_pid): For a
1018 subprocess, consider its slot being in use as long as its process
1019 handle (procinfo.hProcess) is not NULL. This avoids reusing the
1020 slot when a new process is started immediately after killing
1021 another one, without waiting enough time for the first process to
1022 be reaped and resources allocated for it be orderly freed.
1023 (Bug#13086)
1024 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
1025
1026 2012-12-21 Chong Yidong <cyd@gnu.org>
1027
1028 * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231).
1029
1030 * fns.c (Fcompare_strings): Doc fix (Bug#13081).
1031
1032 2012-12-21 Eli Zaretskii <eliz@gnu.org>
1033
1034 * w32.c (get_name_and_id): Always pass NULL as the first argument
1035 of lookup_account_sid. Avoids crashes with UNC file names that
1036 refer to DFS domains, not to specific machine names. (Bug#12621)
1037 Remove now unused argument FNAME; all callers changed.
1038 (get_file_owner_and_group): Remove now unused argument FNAME; all
1039 callers changed.
1040
1041 2012-12-21 Chong Yidong <cyd@gnu.org>
1042
1043 * editfns.c (Finsert_char): Since read-char-by-name now signals an
1044 error for invalid chars, don't check for a nil return value.
1045
1046 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1047
1048 Avoid calls to CHAR_TO_BYTE if byte position is known.
1049 * editfns.c (make_buffer_string_both): Use move_gap_both.
1050 (Fbuffer_string): Use make_buffer_string_both.
1051 * marker.c (buf_charpos_to_bytepos): Convert to eassert.
1052 Adjust comment.
1053 (buf_bytepos_to_charpos): Likewise.
1054 (charpos_to_bytepos): Remove.
1055 * fileio.c (Finsert_file_contents): Use move_gap_both.
1056 * search.c (Freplace_match): Likewise.
1057 * process.c (process_send_region): Likewise. Use convenient
1058 names for byte positions.
1059 * lisp.h (charpos_to_bytepos): Remove prototype.
1060 * indent.c (scan_for_column): Use CHAR_TO_BYTE.
1061 * insdel.c (move_gap): Likewise.
1062
1063 2012-12-20 Paul Eggert <eggert@cs.ucla.edu>
1064
1065 * xdisp.c (redisplay_internal): Remove now-unused local.
1066
1067 2012-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.
1070 (redisplay_internal): Don't bother selecting the frame to get the
1071 proper value of frame-local variables (bug#13225).
1072
1073 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1074
1075 * textprop.c (set_text_properties_1): Do not allow NULL interval.
1076 Rename 4th argument since it may be buffer or string. Adjust comment.
1077 * intervals.c (graft_intervals_info_buffer): Find an interval here.
1078
1079 2012-12-19 Dmitry Antipov <dmantipov@yandex.ru>
1080
1081 * coding.c (Fdetect_coding_region): Do not check start and end with
1082 CHECK_NUMBER_COERCE_MARKER since validate_region does that itself.
1083 (code_convert_region): Likewise.
1084
1085 2012-12-18 Eli Zaretskii <eliz@gnu.org>
1086
1087 * w32.c (acl_get_file, acl_set_file): Run the file name through
1088 map_w32_filename, and resolve any symlinks in the file name, like
1089 Posix platforms do.
1090 (acl_set_file): Call revert_to_self, if any privileges were
1091 enabled.
1092
1093 2012-12-17 Juanma Barranquero <lekktu@gmail.com>
1094
1095 * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O))
1096 ($(BLD)/w32.$(O)): Update dependencies.
1097
1098 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * xdisp.c (select_frame_for_redisplay): Use select_window_1 to
1101 propagate redisplay's scrolling (if any) to the right window.
1102 (redisplay_internal): Use ensure_selected_frame.
1103 (display_mode_lines): Complete last fix.
1104 * window.c (select_window_1): New func, extracted from select_window.
1105 (select_window): Use it.
1106 * window.h (select_window_1): Declare.
1107
1108 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1109
1110 Emulate Posix ACL APIs on MS-Windows.
1111 * w32.c: Include sddl.h and sys/acl.h.
1112 (SDDL_REVISION_1): Define if not already defined.
1113 (g_b_init_get_security_descriptor_dacl)
1114 (g_b_init_convert_sd_to_sddl, g_b_init_convert_sddl_to_sd)
1115 (g_b_init_is_valid_security_descriptor)
1116 (g_b_init_set_file_security): New static flags.
1117 (globals_of_w32): Initialize them to zero.
1118 (SetFileSecurity_Name): New string constant.
1119 (SetFileSecurity_Proc, GetSecurityDescriptorDacl_Proc)
1120 (ConvertStringSecurityDescriptorToSecurityDescriptor_Proc)
1121 (ConvertSecurityDescriptorToStringSecurityDescriptor_Proc)
1122 (IsValidSecurityDescriptor_Proc): New typedefs.
1123 (get_file_security, get_security_descriptor_owner)
1124 (get_security_descriptor_group): Set errno to ENOTSUP.
1125 (set_file_security, get_security_descriptor_dacl)
1126 (is_valid_security_descriptor, convert_sd_to_sddl)
1127 (convert_sddl_to_sd, acl_valid, acl_to_text, acl_from_text)
1128 (acl_free, acl_get_file, acl_set_file): New functions.
1129
1130 * fileio.c (Fcopy_file) [WINDOWSNT]: Support copying ACLs.
1131
1132 2012-12-17 Paul Eggert <eggert@cs.ucla.edu>
1133
1134 Don't reraise SIGCHLD, as that can now lose (Bug#13192).
1135 With the 2012-12-03 fix for Bug#12980 in place, an old workaround
1136 for some of that bug's symptoms can now cause Emacs to abort.
1137 Remove the workaround.
1138 * process.c (wait_reading_process_output): Don't reraise SIGCHLD.
1139 The bug that caused SIGCHLD to get lost has been fixed, and the
1140 workaround for it can now cause Emacs to abort.
1141
1142 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1143
1144 * sysdep.c (emacs_abort): Bump backtrace size to 40.
1145 Companion to the 2012-09-30 patch. Suggested by Eli Zaretskii in
1146 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
1147
1148 2012-12-16 Romain Francoise <romain@orebokech.com>
1149
1150 * fileio.c (Ffile_acl, Fset_file_acl): New functions.
1151 (Fcopy_file): Change last arg to `preserve_extended_attributes'
1152 and copy ACL entries of file in addition to SELinux context if set.
1153 (syms_of_fileio): Add `file-acl' and `set-file-acl'.
1154
1155 * Makefile.in (LIBACL_LIBS): New macro.
1156 (LIBES): Use it.
1157
1158 2012-12-15 Paul Eggert <eggert@cs.ucla.edu>
1159
1160 * fileio.c (internal_delete_file): Use bool for boolean.
1161
1162 2012-12-15 Eli Zaretskii <eliz@gnu.org>
1163
1164 Fix bug #13079 on MS-Windows with temp files not being deleted.
1165 * w32.h (_child_process): New members input_file and
1166 pending_deletion.
1167 (register_child): First argument is now pid_t.
1168 (record_infile, record_pending_deletion): New prototypes.
1169
1170 * w32proc.c (new_child): Initialize input_file and
1171 pending_deletion members of the child.
1172 (delete_child): Delete the child's temporary input file, if any,
1173 that is pending deletion.
1174 (register_child): First argument is now pid_t.
1175 (record_infile, record_pending_deletion): New functions.
1176 (reap_subprocess): Fix a typo in DebPrint string.
1177 (sys_spawnve, sys_kill): Use pid_t for PID arguments.
1178
1179 * fileio.c (internal_delete_file): Return an int again: non-zero
1180 if delete-file succeeds, zero otherwise.
1181
1182 * lisp.h (internal_delete_file): Adjust prototype.
1183
1184 * callproc.c (Fcall_process): Don't overwrite infile with result
1185 of DECODE_FILE.
1186 [WINDOWSNT] If BUFFER is an integer, i.e. we are launching an
1187 asynchronous subprocess, record the name of the input file name,
1188 if any.
1189 (delete_temp_file) [WINDOWSNT]: If internal_delete_file fails to
1190 delete the file, record it as pending deletion when the subprocess
1191 exits.
1192
1193 2012-12-14 Eli Zaretskii <eliz@gnu.org>
1194
1195 * editfns.c [HAVE_PWD_H]: Include grp.h.
1196
1197 * makefile.w32-in ($(BLD)/editfns.$(O)): Add $(NT_INC)/grp.h.
1198
1199 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1200
1201 Fix permissions bugs with setgid directories etc. (Bug#13125)
1202 * dired.c (Ffile_attributes): Return t as the 9th attribute,
1203 to mark it as a placeholder. The old value was often wrong.
1204 The only user of this attribute has been changed to use
1205 file-ownership-preserved-p instead, with its new group arg.
1206 * editfns.c (Fgroup_gid, Fgroup_real_gid): New functions.
1207
1208 2012-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * xdisp.c (select_frame_for_redisplay, display_mode_lines):
1211 Keep selected_window and selected_frame in sync.
1212
1213 2012-12-14 Eli Zaretskii <eliz@gnu.org>
1214
1215 * w32.c (stat_worker): If w32_stat_get_owner_group is zero, do not
1216 try to get accurate owner and group information from NT file
1217 security APIs. This is to make most callers of 'stat' and
1218 'lstat', which don't need that information, much faster.
1219
1220 * dired.c (Ffile_attributes) [WINDOWSNT]:
1221 Set w32_stat_get_owner_group to a non-zero value, to request accurate
1222 owner and group information from 'lstat'.
1223
1224 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
1225
1226 * fileio.c (Finsert_file_contents): Don't put tail into head area,
1227 as that confuses set-auto-coding, so insist on the head-read
1228 returning the full 1024 bytes. Let lseek compute the tail offset;
1229 less work for us. Do not ignore I/O errors when reading the tail.
1230
1231 * xdisp.c: Minor style fixes.
1232 (init_iterator): Hoist assignment out of if-expression.
1233 (markpos_of_region): Callers now test for sign, not for -1.
1234
1235 2012-12-13 Dmitry Antipov <dmantipov@yandex.ru>
1236
1237 Minor redisplay optimization when the region length is zero.
1238 * xdisp.c (markpos_of_region): New function.
1239 (init_iterator): Do not highlight the region of zero length.
1240 (redisplay_window): Check whether the region is of non-zero length.
1241 (try_cursor_movement): Allow if the region length is zero.
1242 (try_window_reusing_current_matrix, try_window_id): Likewise.
1243
1244 2012-12-13 Eli Zaretskii <eliz@gnu.org>
1245
1246 * search.c (search_buffer): Check the inverse translations of each
1247 character in pattern when the buffer being searched is unibyte.
1248 (Bug#13084)
1249
1250 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
1251
1252 * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent
1253 files, fixing a regression from 24.2.
1254 (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.
1255
1256 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
1257
1258 * fileio.c (Fcopy_file): Make fstat failure as serious as open failure.
1259 fstat shouldn't fail, and if it does fail copy-file should not proceed.
1260 Remove unnecessary S_ISLNK test, as (contra the comments) this
1261 function can't copy symlinks. Improve quality of error message
1262 when attempting to copy files that are neither regular files nor
1263 directories.
1264
1265 2012-12-12 Dmitry Antipov <dmantipov@yandex.ru>
1266
1267 * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.
1268 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb):
1269 * window.c (Frecenter):
1270 * xdisp.c (resize_mini_window, hscroll_window_tree, draw_glyphs):
1271 * xterm.c (x_set_toolkit_scroll_bar_thumb): Likewise.
1272
1273 2012-12-12 Daniel Colascione <dancol@dancol.org>
1274
1275 * unexcw.c (fixup_executable): Use posix_fallocate to ensure that
1276 the dumped Emacs is not a sparse file, greatly improving Cygwin
1277 "make bootstrap" performance.
1278
1279 2012-12-11 Michael Albinus <michael.albinus@gmx.de>
1280
1281 * inotify.c (inotify_callback): Generate an Emacs event for every
1282 incoming inotify event.
1283
1284 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1285
1286 * xdisp.c (handle_face_prop): Fix logic of computing
1287 it->start_of_box_run_p.
1288 (append_space_for_newline): If the glyph row is R2L, reset the
1289 iterator's end_of_box_run_p flag before prepending the space glyph.
1290 (extend_face_to_end_of_line): If the glyph row is R2L, reset the
1291 iterator's start_of_box_run_p flag before prepending the stretch.
1292 (append_glyph, produce_image_glyph, append_composite_glyph)
1293 (append_stretch_glyph, append_glyphless_glyph): Reverse the
1294 left_box_line_p and right_box_line_p flags of the glyph for R2L
1295 glyph rows. (Bug#13011)
1296
1297 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
1298
1299 * buffer.c (Fset_buffer_multibyte): Do not force redisplay
1300 if changed buffer is not shown in a window.
1301 * insdel.c (prepare_to_modify_buffer): Likewise.
1302 * window.c (replace_buffer_in_windows_safely): Do nothing
1303 if buffer is not shown in a window.
1304 (Fforce_window_update): Likewise if string or buffer argument
1305 is passed.
1306
1307 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1308
1309 * inotify.c (Finotify_add_watch): Rename decoded_file_name to
1310 encoded_file_name, which is what it is.
1311
1312 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
1313
1314 Consistently use marker_position and marker_byte_position.
1315 * fringe.c (Ffringe_bitmaps_at_pos):
1316 * indent.c (Fvertical_motion):
1317 * insdel.c (prepare_to_modify_buffer):
1318 * keyboard.c (make_lispy_position):
1319 * window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer)
1320 (window_scroll_pixel_based, displayed_window_lines)
1321 (Fset_window_configuration):
1322 * xdisp.c (message_dolog, with_echo_area_buffer_unwind_data)
1323 (mark_window_display_accurate_1, redisplay_window, decode_mode_spec):
1324 Replace direct access to marker fields with calls
1325 to marker_position and/or marker_byte_position.
1326
1327 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
1328
1329 * makefile.w32-in (SIG2STR_H): New macro.
1330 (SYSWAIT_H, $(BLD)/emacs.$(O), $(BLD)/process.$(O))
1331 ($(BLD)/w32notify.$(O)): Update dependencies.
1332
1333 2012-12-10 Daniel Colascione <dancol@dancol.org>
1334
1335 * w32term.c, keyboard.c: Fix build break in cygw32 by omitting
1336 Windows file notification functionality unless WINDOWSNT.
1337
1338 * w32gui.h (hprevinst, lpCmdLine, nCmdShow): Remove unused
1339 declarations.
1340
1341 * w32fns.c (cache_system_info): Initialize the global hinst
1342 variable here so various initialization calls DTRT.
1343
1344 * unexw32.c (hprevinst, lpCmdLine, nCmdShow): Remove unused variables.
1345 (hinst): Remove unneeded extern declaration.
1346 (_start): Remove initialization of above variables; remove
1347 initialization of hinst, as cache_system_info now does that.
1348
1349 * emacs.c (main): Call cache_system_info early in startup; we
1350 previously weren't calling it in Cygwin builds.
1351
1352 * Makefile.in (ntsource, WINDRES, W32_RES, W#@_RES_LINK):
1353 Teach the autoconf build system how to compile a Windows resource file
1354 and link it to Emacs.
1355
1356 2012-12-10 Dmitry Antipov <dmantipov@yandex.ru>
1357
1358 Per-buffer window counters.
1359 * buffer.h (struct buffer): New member window_count.
1360 (buffer_window_count): New function.
1361 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
1362 Initialize window_count.
1363 (Fkill_buffer): Verify window_count for the buffer being killed.
1364 (modify_overlay): Do not force redisplay if buffer is not shown
1365 in any window.
1366 (init_buffer_once): Initialize window_count for buffer_defaults
1367 and buffer_local_symbols.
1368 * window.h (buffer_shared): Remove declaration.
1369 (wset_buffer): Convert from inline ...
1370 * window.c (wset_buffer): ... to an ordinary function.
1371 (adjust_window_count): New function.
1372 (make_parent_window): Use it.
1373 * xdisp.c (buffer_shared): Remove.
1374 (redisplay_internal, redisplay_window): Adjust users.
1375 (buffer_shared_and_changed): Use per-buffer window counter.
1376
1377 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1378
1379 Support for filesystem notifications on MS-Windows.
1380 * w32proc.c (sys_select): If drain_message_queue returns non-zero,
1381 and this is a TTY frame, signal the caller that keyboard input is
1382 available.
1383
1384 * w32xfns.c (drain_message_queue): Now returns an int: an
1385 indication whether any WM_EMACS_FILENOTIFY messages were found in
1386 the queue.
1387
1388 * w32inevt.c (handle_file_notifications): New function.
1389 (w32_console_read_socket): Call it to process file notifications.
1390
1391 * w32console.c (initialize_w32_display): Record the main thread ID
1392 in dwMainThreadId.
1393
1394 * deps.mk (inotify.o): New dependency list.
1395
1396 * Makefile.in (SOME_MACHINE_OBJECTS): Add w32notify.o.
1397
1398 * w32term.h (WM_EMACS_FILENOTIFY): New custom message.
1399 (WM_EMACS_END): Bump value by 1.
1400 (notification_buffer_in_use, file_notifications)
1401 (notifications_size, notifications_desc): Declare.
1402 (w32_get_watch_object, lispy_file_action, globals_of_w32notify):
1403 Add prototypes.
1404
1405 * w32term.c (lispy_file_action, queue_notifications): New functions.
1406 (syms_of_w32term) <Qadded, Qremoved, Qmodified, Qrenamed_from>
1407 <Qrenamed_to>: New symbols.
1408 (w32_read_socket): Handle the WM_EMACS_FILENOTIFY message.
1409
1410 * w32notify.c: New file, implements file event notifications for
1411 MS-Windows.
1412
1413 * w32fns.c (w32_wnd_proc): Handle the WM_EMACS_FILENOTIFY message
1414 by posting it to the w32_read_socket queue.
1415
1416 * termhooks.h (enum event_kind) [HAVE_NTGUI]: Support FILE_NOTIFY_EVENT.
1417
1418 * makefile.w32-in (OBJ2): Add $(BLD)/w32notify.$(O).
1419 (GLOBAL_SOURCES): Add w32notify.c
1420 ($(BLD)/w32notify.$(O)): New set of dependencies.
1421
1422 * lisp.h (syms_of_w32notify) [WINDOWSNT]: Add prototype.
1423
1424 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
1425 Handle FILE_NOTIFY_EVENT.
1426 (syms_of_keyboard) [HAVE_NTGUI] <Qfile_notify>: New symbol.
1427 (keys_of_keyboard) [WINDOWSNT]: Bind file-notify to
1428 w32notify-handle-event by default.
1429
1430 * emacs.c (main) [WINDOWSNT]: Call globals_of_w32notify and
1431 syms_of_w32notify.
1432
1433 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1434
1435 Support for filesystem notifications on GNU/Linux via inotify.
1436 * termhooks.h (enum event_kind) [HAVE_INOTIFY]: Add FILE_NOTIFY_EVENT.
1437
1438 * lisp.h (syms_of_inotify) [HAVE_INOTIFY]: Add prototype.
1439
1440 * keyboard.c (Qfile_inotify) [HAVE_INOTIFY]: New variable.
1441 (syms_of_keyboard): DEFSYM it.
1442 (kbd_buffer_get_event) [HAVE_INOTIFY]: Generate FILE_NOTIFY_EVENT.
1443 (make_lispy_event): Support FILE_NOTIFY_EVENT by generating
1444 Qfile_inotify events.
1445 (keys_of_keyboard) [HAVE_INOTIFY]: Bind file-inotify events in
1446 special-event-map to inotify-handle-event.
1447
1448 * emacs.c (main) [HAVE_INOTIFY]: Call syms_of_inotify.
1449
1450 * Makefile.in (base_obj): Add inotify.o.
1451
1452 * inotify.c: New file.
1453
1454 2012-12-10 Jan Djärv <jan.h.d@swipnet.se>
1455
1456 * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103).
1457
1458 2012-12-10 Fabrice Popineau <fabrice.popineau@gmail.com>
1459
1460 * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
1461 DWORD_PTR, for compatibility with 64-bit builds.
1462
1463 * w32.c (_PROCESS_MEMORY_COUNTERS_EX):
1464 (GetProcessWorkingSetSize_Proc, get_process_working_set_size)
1465 (system_process_attributes): Use SIZE_T rather than DWORD, for
1466 compatibility with 64-bit builds.
1467
1468 2012-12-10 Christopher Schmidt <christopher@ch.ristopher.com>
1469
1470 * lread.c (Vload_source_file_function): Doc fix (Bug#11647).
1471
1472 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1473
1474 * indent.c (Fvertical_motion): If a display string will be
1475 displayed on the left or the right margin, don't consider it as a
1476 factor in cursor positioning. (Bug#13108)
1477
1478 2012-12-10 Martin Rudalics <rudalics@gmx.at>
1479
1480 * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
1481
1482 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1483
1484 * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int,
1485 for string length.
1486
1487 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1488
1489 * w32.c (unsetenv): Return 0 if the input string is too long.
1490
1491 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1492
1493 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1494 * alloc.c (xputenv): New function.
1495 * dbusbind.c (Fdbus_init_bus):
1496 * emacs.c (main):
1497 * xterm.c (x_term_init):
1498 Use xputenv instead of setenv or putenv, to detect memory exhaustion.
1499 * editfns.c (initial_tz): Move static var decl up.
1500 (tzvalbuf_in_environ): New static var.
1501 (init_editfns): Initialize these two static vars.
1502 (Fencode_time): Don't assume arbitrary limit on EMACS_INT width.
1503 Save old TZ value on stack, if it's small.
1504 (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly;
1505 instead, use xputenv+unsetenv to set and restore TZ.
1506 (environbuf): Remove static var. All uses removed.
1507 (Fset_time_zone_rule): Do not save TZ and environ;
1508 no longer needed here.
1509 (set_time_zone_rule_tz1, set_time_zone_rule_tz2) [LOCALTIME_CACHE]:
1510 Move to inside set_time_zone_rule; they don't need file scope any more.
1511 (set_time_zone_rule): Maintain the TZ=value string separately.
1512 (syms_of_editfns): Don't initialize initial_tz;
1513 init_editfns now does it.
1514 * emacs.c (dump_tz) [HAVE_TZSET]: Now const.
1515 * lisp.h (xputenv): New decl.
1516
1517 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com>
1518
1519 * w32fns.c (emacs_abort): Don't do arithmetics on void pointers.
1520
1521 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1522
1523 * w32.c (unsetenv, sys_putenv): New functions.
1524
1525 2012-12-08 Chong Yidong <cyd@gnu.org>
1526
1527 * editfns.c (Finsert_char): Make the error message more
1528 informative (Bug#12992).
1529
1530 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1531
1532 Simplify get_lim_data.
1533 * vm-limit.c (get_lim_data): Combine RLIMIT_AS and RLIMIT_DATA methods.
1534 Remove USG and vlimit methods; no longer used these days.
1535 Add #error catchall just in case.
1536
1537 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1538 Exceptions: do not assume SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN,
1539 SIGTTOU, SIGUSR1, SIGUSR2, as Microsoft platforms lack these.
1540 * process.c [subprocesses]: Include <c-ctype.h>, <sig2str.h>.
1541 (deleted_pid_list, Fdelete_process, create_process)
1542 (record_child_status_change, handle_child_signal, deliver_child_signal)
1543 (init_process_emacs, syms_of_process):
1544 Assume SIGCHLD is defined.
1545 (parse_signal): Remove. All uses removed.
1546 (abbr_to_signal): New static function.
1547 (Fsignal_process): Use it to convert signal names to ints.
1548 * sysdep.c (sys_suspend) [!DOS_NT]: Use kill (0, ...) rather than
1549 kill (getpgrp (), ...).
1550 (emacs_sigaction_init): Assume SIGCHLD is defined.
1551 (init_signals): Assume SIGALRM, SIGCHLD, SIGHUP, SIGKILL,
1552 SIGPIPE, and SIGQUIT are defined. Do not worry about SIGCLD any more.
1553 * syssignal.h (EMACS_KILLPG): Remove.
1554 All uses replaced by 'kill' with a negative pid.
1555 (SIGCHLD): Remove definition, as we now assume SIGCHLD.
1556 * w32proc.c (sys_kill): Support negative pids compatibly with POSIX.
1557
1558 2012-12-07 Paul Eggert <eggert@cs.ucla.edu>
1559
1560 * sysdep.c (get_child_status): Abort on internal error (Bug#13086).
1561 This will cause a production Emacs to dump core instead of
1562 infinite-looping.
1563
1564 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
1565
1566 * frame.c (make_frame): Do not set window's buffer to t.
1567 * window.c (Fsplit_window_internal): Likewise. Previously it was
1568 used to indicate that the window is being set up. Now we use
1569 set_window_buffer for all new windows, so the condition in ...
1570 (Fset_window_buffer): ... is always true and can be removed.
1571
1572 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
1573
1574 Convenient macro to check whether the buffer is hidden.
1575 * buffer.h (BUFFER_HIDDEN_P): New macro.
1576 * frame.c (make_frame): Use it. Adjust comment.
1577 * buffer.c (candidate_buffer): New function.
1578 (Fother_buffer, other_buffer_safely): Use it.
1579
1580 2012-12-06 Eli Zaretskii <eliz@gnu.org>
1581
1582 * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG
1583 if the child process is still running. Instead, exit the wait
1584 loop and return zero. (Bug#13086)
1585
1586 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
1587
1588 * frame.h (x_char_width, x_char_height): Remove prototypes.
1589 * w32term.h (x_char_width, x_char_height): Likewise.
1590 * xfns.c (x_char_width, x_char_height): Remove.
1591 * w32fns.c (x_char_width, x_char_height): Likewise.
1592 * nsfns.c (x_char_width, x_char_height): Likewise.
1593 * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for
1594 all window frames.
1595 (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT.
1596 * keyboard.c (command_loop_1): Remove prototype.
1597 (command_loop_2, top_level_1): Add static to match prototype.
1598
1599 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1600
1601 Fix a recently-introduced delete-process race condition.
1602 * callproc.c, process.h (record_kill_process):
1603 New function, containing part of the old call_process_kill.
1604 (call_process_kill): Use it.
1605 This does not change call_process_kill's behavior.
1606 * process.c (Fdelete_process): Use record_kill_process to fix a
1607 race condition that could cause Emacs to lose track of a child.
1608
1609 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
1610
1611 Avoid code duplication between prev_frame and next_frame.
1612 * frame.c (candidate_frame): New function. Add comment.
1613 (prev_frame, next_frame): Use it. Adjust comment.
1614
1615 2012-12-06 Eli Zaretskii <eliz@gnu.org>
1616
1617 * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp
1618 fails, signal an error instead of continuing with an empty
1619 string. (Bug#13079)
1620 Encode expanded temp file pattern before passing it to mkstemp or
1621 mktemp.
1622
1623 * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
1624 Encode the file name before passing it to dostounix_filename, in
1625 case it will downcase it (under w32-downcase-file-names).
1626 (Bug#12933)
1627
1628 2012-12-05 Paul Eggert <eggert@cs.ucla.edu>
1629
1630 Minor call-process cleanups.
1631 * callproc.c (Fcall_process): Do record-unwind-protect on MSDOS
1632 at the same time as other platforms, to simplify analysis.
1633 No need for fd0_volatile since we have synch_process_fd.
1634 Avoid needless emacs_close; arg is always negative.
1635
1636 2012-12-04 Andreas Schwab <schwab@linux-m68k.org>
1637
1638 * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous
1639 processes.
1640
1641 2012-12-04 Dmitry Antipov <dmantipov@yandex.ru>
1642
1643 * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state
1644 member. Adjust users. Convert mouse_face_past_end, mouse_face_defer
1645 and mouse_face_hidden members to a bitfields.
1646 * frame.h (struct frame): Remove set-but-not-used space_width member.
1647 (FRAME_SPACE_WIDTH): Remove.
1648 * nsterm.m, w32term.c, xterm.c: Adjust users.
1649 * termchar.h (struct tty_display_info): Remove set-but-unused se_is_so
1650 member. Adjust users. Convert term_initted, delete_in_insert_mode,
1651 costs_set, insert_mode, standout_mode, cursor_hidden and flow_control
1652 members to a bitfields.
1653
1654 2012-12-03 Paul Eggert <eggert@cs.ucla.edu>
1655
1656 Don't let call-process be a zombie factory (Bug#12980).
1657 Fixing this bug required some cleanup of the signal-handling code.
1658 As a side effect, this change also fixes a longstanding rare race
1659 condition whereby Emacs could mistakenly kill unrelated processes,
1660 and it fixes a bug where a second C-g does not kill a recalcitrant
1661 synchronous process in GNU/Linux and similar platforms.
1662 The patch should also fix the last vestiges of Bug#9488,
1663 a bug which has mostly been fixed on the trunk by other changes.
1664 * callproc.c, process.h (synch_process_alive, synch_process_death)
1665 (synch_process_termsig, sync_process_retcode):
1666 Remove. All uses removed, to simplify analysis and so that
1667 less consing is done inside critical sections.
1668 * callproc.c (call_process_exited): Remove. All uses replaced
1669 with !synch_process_pid.
1670 * callproc.c (synch_process_pid, synch_process_fd): New static vars.
1671 These take the role of what used to be in unwind-protect arg.
1672 All uses changed.
1673 (block_child_signal, unblock_child_signal):
1674 New functions, to avoid races that could kill innocent-victim processes.
1675 (call_process_kill, call_process_cleanup, Fcall_process): Use them.
1676 (call_process_kill): Record killed processes as deleted, so that
1677 zombies do not clutter up the system. Do this inside a critical
1678 section, to avoid a race that would allow the clutter.
1679 (call_process_cleanup): Fix code so that the second C-g works again
1680 on common platforms such as GNU/Linux.
1681 (Fcall_process): Create the child process in a critical section,
1682 to fix a race condition. If creating an asynchronous process,
1683 record it as deleted so that zombies do not clutter up the system.
1684 Do unwind-protect for WINDOWSNT too, as that's simpler in the
1685 light of these changes. Omit unnecessary call to emacs_close
1686 before failure, as the unwind-protect code does that.
1687 * callproc.c (call_process_cleanup):
1688 * w32proc.c (waitpid): Simplify now that synch_process_alive is gone.
1689 * process.c (record_deleted_pid): New function, containing
1690 code refactored out of Fdelete_process.
1691 (Fdelete_process): Use it.
1692 (process_status_retrieved): Remove. All callers changed to use
1693 child_status_change.
1694 (record_child_status_change): Remove, folding its contents into ...
1695 (handle_child_signal): ... this signal handler. Now, this
1696 function is purely a handler for SIGCHLD, and is not called after
1697 a synchronous waitpid returns; the synchronous code is moved to
1698 wait_for_termination. There is no need to worry about reaping
1699 more than one child now.
1700 * sysdep.c (get_child_status, child_status_changed): New functions.
1701 (wait_for_termination): Now takes int * status and bool
1702 interruptible arguments, too. Do not record child status change;
1703 that's now the caller's responsibility. All callers changed.
1704 Reimplement in terms of get_child_status.
1705 (wait_for_termination_1, interruptible_wait_for_termination):
1706 Remove. All callers changed to use wait_for_termination.
1707 * syswait.h: Include <stdbool.h>, for bool.
1708 (record_child_status_change, interruptible_wait_for_termination):
1709 Remove decls.
1710 (record_deleted_pid, child_status_changed): New decls.
1711 (wait_for_termination): Adjust to API changes noted above.
1712
1713 * bytecode.c, lisp.h (Qbytecode): Remove.
1714 No longer needed after 2012-11-20 interactive-p changes.
1715
1716 2012-12-03 Eli Zaretskii <eliz@gnu.org>
1717
1718 * xdisp.c (redisplay_window): If the cursor is visible, but inside
1719 the scroll margin, move point outside the margin. (Bug#13055)
1720
1721 2012-12-03 Jan Djärv <jan.h.d@swipnet.se>
1722
1723 * gtkutil.c (my_log_handler): New function.
1724 (xg_set_geometry): Set log handler to my_log_handler (Bug#11177).
1725
1726 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
1727
1728 * lisp.h (modify_region): Rename to...
1729 (modify_region_1): ...new prototype.
1730 * textprop.c (modify_region): Now static. Adjust users.
1731 * insdel.c (modify_region): Rename to...
1732 (modify_region_1): ...new function to work with current buffer.
1733 Adjust comment and users. Use true and false for booleans.
1734
1735 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
1736
1737 * alloc.c (free_save_value): New function.
1738 (safe_alloca_unwind): Use it.
1739 * lisp.h (free_save_value): New prototype.
1740 * editfns.c (save_excursion_save): Use Lisp_Misc_Save_Value.
1741 Add comment.
1742 (save_excursion_restore): Adjust to match saved data structure.
1743 Use free_save_value to offload some work from GC. Drop obsolete
1744 #if 0 code.
1745
1746 2012-12-03 Chong Yidong <cyd@gnu.org>
1747
1748 * fileio.c (Vauto_save_list_file_name): Doc fix.
1749
1750 2012-12-03 Fabrice Popineau <fabrice.popineau@gmail.com>
1751
1752 * w32fns.c: Remove prototype of atof.
1753 (syspage_mask): Make it DWORD_PTR, for compatibility with 64-bit
1754 builds.
1755 (file_dialog_callback): Make it UINT_PTR.
1756
1757 * w32common.h (syspage_mask): Declare DWORD_PTR, for compatibility
1758 with 64-bit builds.
1759
1760 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
1761 (FILE_ANY_ACCESS, CTL_CODE) [_MSC_VER]: Define only if not already
1762 defined.
1763
1764 2012-12-03 Glenn Morris <rgm@gnu.org>
1765
1766 * data.c (Fboundp, Fsymbol_value): Doc fix re lexical-binding.
1767
1768 2012-12-02 Paul Eggert <eggert@cs.ucla.edu>
1769
1770 Fix xpalloc confusion after memory is exhausted.
1771 * alloc.c (xpalloc): Comment fix.
1772 * charset.c (Fdefine_charset_internal): If xpalloc exhausts memory
1773 and signals an error, do not clear charset_table_size, as
1774 charset_table is still valid.
1775 * doprnt.c (evxprintf): Clear *BUF after freeing it.
1776
1777 Use execve to avoid need to munge environ (Bug#13054).
1778 * callproc.c (Fcall_process):
1779 * process.c (create_process):
1780 Don't save and restore environ; no longer needed.
1781 * callproc.c (child_setup):
1782 Use execve, not execvp, to preserve environ.
1783
1784 2012-12-01 Paul Eggert <eggert@cs.ucla.edu>
1785
1786 * xterm.c (x_draw_image_relief): Remove unused locals (Bug#10500).
1787
1788 2012-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1789
1790 * xterm.c (x_draw_relief_rect, x_draw_image_relief): Fix relief
1791 display for sliced images (Bug#10500).
1792
1793 * w32term.c (w32_draw_relief_rect, x_draw_image_relief): Likewise.
1794
1795 2012-11-30 Juanma Barranquero <lekktu@gmail.com>
1796
1797 * doc.c (Fdocumentation): Re-add handling of function-documentation,
1798 accidentally removed in 2012-11-09T04:10:16Z!monnier@iro.umontreal.ca (bug#13034).
1799
1800 2012-11-29 Dmitry Antipov <dmantipov@yandex.ru>
1801
1802 * xdisp.c (window_outdated): Remove eassert since it hits
1803 some suspicious corner cases (see Bug#13007 and Bug#13012).
1804 (mode_line_update_needed): New function.
1805 (redisplay_internal, redisplay_window): Use it.
1806 (ensure_selected_frame): New function.
1807 (redisplay_internal, unwind_redisplay): Use it.
1808 (redisplay_internal): Move comment about buffer_shared...
1809 (buffer_shared_and_changed): ...near to its real use.
1810
1811 2012-11-29 Paul Eggert <eggert@cs.ucla.edu>
1812
1813 * callproc.c (Fcall_process): Don't misreport vfork failure.
1814
1815 2012-11-28 Paul Eggert <eggert@cs.ucla.edu>
1816
1817 * callproc.c (Fcall_process): Fix vfork portability problems.
1818 Do not assume that fd[0], count, filefd, and save_environ survive
1819 vfork. Fix bug whereby wrong errno value could be reported for
1820 pipe failure. Some minor cleanups, too, as follows. Move buf and
1821 bufsize to the context where they're needed. Change new_argv to
1822 be of type char **, as this is more convenient and avoids casts.
1823 (CALLPROC_BUFFER_SIZE_MIN, CALLPROC_BUFFER_SIZE_MAX):
1824 Now local constants, not macros.
1825
1826 2012-11-18 Kenichi Handa <handa@gnu.org>
1827
1828 * font.c (font_unparse_xlfd): Fix previous change. Keep "const"
1829 for the variable "f".
1830
1831 2012-11-13 Kenichi Handa <handa@gnu.org>
1832
1833 * font.c (font_unparse_xlfd): Exclude special characters from the
1834 generating XLFD name.
1835
1836 2012-11-27 Paul Eggert <eggert@cs.ucla.edu>
1837
1838 Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.
1839 * dired.c (stat_uname, stat_gname):
1840 * fileio.c (Fexpand_file_name): Remove no-longer-needed casts.
1841
1842 Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968).
1843 * dired.c (directory_files_internal, file_name_completion):
1844 Assume EAGAIN and EINTR are defined.
1845
1846 * fileio.c (Fcopy_file): Assume EISDIR is defined.
1847 * gmalloc.c (ENOMEM, EINVAL): Assume they're defined.
1848 * gnutls.c (emacs_gnutls_write): Assume EAGAIN is defined.
1849 * lread.c (readbyte_from_file): Assume EINTR is defined.
1850 * process.c (wait_reading_process_output, send_process) [subprocesses]:
1851 Assume EIO and EAGAIN are defined.
1852 * unexcoff.c (write_segment): Assume EFAULT is defined.
1853
1854 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1855
1856 * fontset.c (Finternal_char_font): Return nil on non-GUI frames.
1857 (Bug#11964)
1858
1859 * xdisp.c (draw_glyphs): Don't draw in mouse face if mouse
1860 highlighting on the frame was cleared. Prevents assertion
1861 violations when repeatedly clicking on the "Top" link of the
1862 "bread-crumbs" in Info buffers.
1863
1864 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1865
1866 * sysdep.c (sys_subshell): Don't assume pid_t fits in int.
1867
1868 2012-11-24 Ken Brown <kbrown@cornell.edu>
1869
1870 * keyboard.c (HAVE_MOUSE):
1871 * frame.c (HAVE_MOUSE): Remove, and rewrite code as if HAVE_MOUSE
1872 were always defined.
1873
1874 2012-11-24 Eli Zaretskii <eliz@gnu.org>
1875
1876 * xdisp.c (set_cursor_from_row): Skip step 2 only if point is not
1877 between bpos_covered and bpos_max. This fixes cursor display when
1878 several display strings follow each other.
1879
1880 * .gdbinit (pgx): If the glyph's object is a string, display the
1881 pointer to string data, rather than the value of the string object
1882 itself (which barfs under CHECK_LISP_OBJECT_TYPE).
1883
1884 * indent.c (Fvertical_motion): If the starting position is covered
1885 by a display string, return to one position before that, to avoid
1886 overshooting it inside move_it_to. (Bug#12930)
1887
1888 2012-11-23 Dmitry Antipov <dmantipov@yandex.ru>
1889
1890 * frame.h (struct frame): Remove display_preempted member
1891 since all users are dead long ago.
1892 * nsterm.h (struct x_output): Use the only dummy member.
1893 * w32menu.c (pending_menu_activation): Remove since not
1894 really used.
1895 (set_frame_menubar): Adjust user.
1896 * w32term.h (struct x_output): Drop outdated #if 0 code.
1897 (struct w32_output): Use bitfields for explicit_parent,
1898 asked_for_visible and menubar_active members.
1899 Drop unused pending_menu_activation member.
1900 * xterm.h (struct x_output): Drop outdated #if 0 code.
1901 Use bitfields for explicit_parent, asked_for_visible,
1902 has_been_visible and net_wm_state_hidden_seen members.
1903
1904 2012-11-23 Eli Zaretskii <eliz@gnu.org>
1905
1906 * makefile.w32-in (globals.h, gl-stamp): Use $(SWITCHCHAR) instead
1907 of a literal "/". (Bug#12955)
1908 (gl-stamp): Invoke fc.exe directly, not through cmd.
1909
1910 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1911
1912 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1913 * dired.c: Assume HAVE_DIRENT_H.
1914 (NAMLEN): Remove, replacing with ...
1915 (dirent_namelen): New function. All uses changed. Use the GNU macro
1916 _D_EXACT_NAMELEN if available, as it's faster than strlen.
1917 (DIRENTRY): Remove, replacing all uses with 'struct dirent'.
1918 (DIRENTRY_NONEMPTY): Remove. All callers now assume it's nonzero.
1919 * makefile.w32-in (DIR_H): Remove. All uses replaced with
1920 $(NT_INC)/dirent.h.
1921 ($(BLD)/w32.$(O)): Do not depend on $(SRC)/ndir.h.
1922 * ndir.h: Rename to ../nt/inc/dirent.h.
1923 * sysdep.h (closedir) [!HAVE_CLOSEDIR]: Remove.
1924 Do not include <dirent.h>; no longer needed.
1925 * w32.c: Include <dirent.h> rather than "ndir.h".
1926
1927 2012-11-23 Chong Yidong <cyd@gnu.org>
1928
1929 * xftfont.c (xftfont_open): Remove duplicate assignment.
1930
1931 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
1932
1933 * alloc.c (Fgarbage_collect): Unblock input after clearing
1934 gc_in_progress to avoid note_mouse_highlight glitch with GC.
1935 * frame.h (FRAME_MOUSE_UPDATE): New macro.
1936 * msdos.c (IT_frame_up_to_date): Use it here...
1937 * w32term.c (w32_frame_up_to_date): ...here...
1938 * xterm.c (XTframe_up_to_date): ...and here...
1939 * nsterm.m (ns_frame_up_to_date): ...but not here.
1940 * lisp.h (Mouse_HLInfo): Remove mouse_face_deferred_gc member.
1941 Adjust users.
1942 * xdisp.c (message2_nolog, message3_nolog, note_mouse_highlight):
1943 Do not check whether GC is in progress.
1944
1945 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
1946
1947 * xdisp.c (window_buffer_changed): New function.
1948 (update_menu_bar, update_tool_bar): Use it to
1949 simplify large 'if' statements.
1950 (redisplay_internal): Generalize commonly used
1951 'tail' and 'frame' local variables.
1952
1953 2012-11-22 Eli Zaretskii <eliz@gnu.org>
1954
1955 * w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts
1956 with Windows system header.
1957
1958 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1959
1960 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1961 * alloc.c: Assume unistd.h exists.
1962 * fileio.c (Fexpand_file_name) [DOS_NT]: Use getcwd, not getwd.
1963 * sysdep.c (get_current_dir_name): Assume getcwd exists.
1964 (getwd) [USG]: Remove; no longer needed.
1965 (sys_subshell) [DOS_NT]: Use getcwd, not getwd.
1966 * w32.c (getcwd): Rename from getwd, and switch to getcwd's API.
1967 * w32.h (getcwd): Remove decl.
1968
1969 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.
1972 Make it set selected_window as well.
1973 (update_tool_bar): Use it.
1974
1975 2012-11-21 Ken Brown <kbrown@cornell.edu>
1976
1977 * emacs.c (main): Set the G_SLICE environment variable for all
1978 Cygwin builds, not just GTK builds. See
1979 https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00368.html.
1980
1981 2012-11-21 Eli Zaretskii <eliz@gnu.org>
1982
1983 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
1984 (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]:
1985 Define for the MSVC compiler.
1986
1987 * w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing semi-colon.
1988
1989 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
1990 (Fexpand_file_name) [DOS_NT]: Pass encoded file name to
1991 dostounix_filename. Prevents crashes down the road, because
1992 dostounix_filename assumes it gets a unibyte string.
1993 Reported by Michel de Ruiter <michel@sentient.nl>, see
1994 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html
1995
1996 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 Conflate Qnil and Qunbound for `symbol-function'.
1999 * alloc.c (Fmake_symbol): Initialize `function' to Qnil.
2000 * lread.c (init_obarray): Set `function' fields to Qnil.
2001 * eval.c (Fcommandp): Ignore Qunbound.
2002 (Fautoload, eval_sub, Fapply, Ffuncall, Fmacroexpand):
2003 * data.c (Ffset, Ffboundp, indirect_function, Findirect_function):
2004 Test NILP rather than Qunbound.
2005 (Ffmakunbound): Set to Qnil.
2006 (Fsymbol_function): Never signal an error.
2007 (Finteractive_form): Ignore Qunbound.
2008
2009 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
2010
2011 * eval.c (interactive_p): Remove no-longer-used decl.
2012
2013 2012-11-20 Dmitry Antipov <dmantipov@yandex.ru>
2014
2015 * xdisp.c (buffer_shared): Adjust comment.
2016 (buffer_shared_and_changed): New function.
2017 (prepare_menu_bars, redisplay_internal): Use it to
2018 decide whether all windows or frames should be updated.
2019 (window_outdated): New function.
2020 (text_outside_line_unchanged_p, redisplay_window): Use it.
2021 (redisplay_internal): Likewise. Fix indentation.
2022
2023 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * eval.c (Finteractive_p, Fcalled_interactively_p, interactive_p): Remove.
2026 (syms_of_eval): Remove corresponding defsubr.
2027 * bytecode.c (exec_byte_code): `interactive-p' is now a Lisp function.
2028
2029 2012-11-19 Daniel Colascione <dancol@dancol.org>
2030
2031 * w32fns.c (Fx_file_dialog):
2032 (Fx_file_dialog): Accomodate rename of cygwin_convert_path* to
2033 cygwin_convert_file_name*.
2034
2035 * cygw32.c (Fcygwin_convert_path_to_windows, syms_of_cygw32):
2036 Rename cygwin_convert_path* to cygwin_convert_file_name*.
2037
2038 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
2039
2040 * nsterm.m (ns_select): Send SIGIO only to self, not to process group.
2041
2042 2012-11-18 Eli Zaretskii <eliz@gnu.org>
2043
2044 * w32select.c: Include w32common.h before w32term.h, so that
2045 windows.h gets included before w32term.h uses some of its
2046 features, see below.
2047
2048 * w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]:
2049 New typedefs.
2050 (EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]:
2051 New prototypes.
2052 (EnumSystemLocales) [_MSC_VER]: Define if undefined. (Bug#12878)
2053
2054 2012-11-18 Jan Djärv <jan.h.d@swipnet.se>
2055
2056 * nsterm.m (hold_event): Set send_appdefined to YES (Bug#12834).
2057 (ns_select): Return at once if events are held (Bug#12834).
2058
2059 2012-11-18 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2060
2061 * unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64.
2062 Needed following 2012-10-20 change. (Bug#12902)
2063
2064 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * w32proc.c (waitpid): Remove unused label get_result.
2067
2068 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2069
2070 * makefile.w32-in (SYSWAIT_H): New macro.
2071 ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
2072 ($(BLD)/sysdep.$(O)): Update dependencies.
2073
2074 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2075
2076 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
2077 * callproc.c (relocate_fd): Assume F_DUPFD.
2078 * emacs.c, term.c (O_RDWR): Remove.
2079 * keyboard.c (tty_read_avail_input): Use O_NONBLOCK rather than
2080 O_NDELAY, since O_NONBLOCK is the standard name for this flag.
2081 * nsterm.m: Assume <fcntl.h> exists.
2082 * process.c (NON_BLOCKING_CONNECT, allocate_pty, create_process)
2083 (create_pty, Fmake_network_process, server_accept_connection)
2084 (wait_reading_process_output, init_process_emacs):
2085 Assume O_NONBLOCK.
2086 (wait_reading_process_output): Put in a special case for WINDOWSNT
2087 to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK.
2088 It's not clear this is needed, but it's a more-conservative change.
2089 (create_process): Assume FD_CLOEXEC.
2090 (create_process, create_pty): Assume O_NOCTTY.
2091 * sysdep.c (init_sys_modes, reset_sys_modes): Assume F_SETFL.
2092 (reset_sys_modes): Use O_NONBLOCK rather than O_NDELAY.
2093 Omit if not DOS_NT, since F_GETFL is not defined there.
2094 (serial_open): Assume O_NONBLOCK and O_NOCTTY.
2095 * term.c: Include <fcntl.h>, for flags like O_NOCTTY.
2096 (O_NOCTTY): Remove.
2097 (init_tty): Assume O_IGNORE_CTTY is defined to 0 on platforms that
2098 lack it, since gnulib guarantees this.
2099 * w32.c (fcntl): Test for O_NONBLOCK rather than O_NDELAY.
2100
2101 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2102
2103 * w32.c (faccessat): Pretend that directories have the execute bit
2104 set. Emacs expects that, e.g., in files.el:cd-absolute.
2105
2106 * w32proc.c (create_child): Don't clip the PID of the child
2107 process to fit into an Emacs integer, as this is no longer a
2108 restriction.
2109 (waitpid): Rename from sys_wait. Emulate a Posix 'waitpid' by
2110 reaping only the process specified by PID argument, if that is
2111 positive. Use PID instead of dead_child to know which process to
2112 reap. Wait for the child to die only if WNOHANG is not in
2113 OPTIONS.
2114 (sys_select): Don't set dead_child.
2115
2116 * sysdep.c (wait_for_termination_1): Remove the WINDOWSNT portion,
2117 as it is no longer needed.
2118
2119 * process.c (waitpid, WUNTRACED) [!WNOHANG]: Remove definitions,
2120 no longer needed.
2121 (record_child_status_change): Remove the setting of
2122 record_at_most_one_child for the !WNOHANG case.
2123
2124 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2125
2126 Fix problems in ns port found by static checking.
2127 * nsterm.m: Include <pthread.h>, for pthread_mutex_lock etc.
2128 (hold_event, setPosition:portion:whole:): Send SIGIO only to self,
2129 not to process group.
2130 (ns_select): Use emacs_write, not write, as that's more robust
2131 in the presence of signals.
2132 (fd_handler:): Check for read errors.
2133
2134 2012-11-16 Glenn Morris <rgm@gnu.org>
2135
2136 * editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
2137
2138 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * eval.c (Finteractive_p): Revert lexbind-merge mishap.
2141
2142 2012-11-16 Eli Zaretskii <eliz@gnu.org>
2143
2144 * w32proc.c (timer_loop): Make sure SuspendThread and ResumeThread
2145 use the same value of thread handle.
2146 (start_timer_thread): If the timer thread exited (due to error),
2147 clean up by closing the two handles it used. Duplicate the caller
2148 thread's handle here, so it gets duplicated only once, when
2149 launching the timer thread. Set priority of the timer thread, not
2150 the caller thread.
2151 (getitimer): Don't duplicate the caller thread's handle here.
2152 (Bug#12832)
2153
2154 2012-11-16 Jan Djärv <jan.h.d@swipnet.se>
2155
2156 * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
2157 called (Bug#12834).
2158
2159 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2160
2161 Remove no-longer-used pty_max_bytes variable.
2162 * process.c (pty_max_bytes): Remove; unused.
2163 (send_process): Do not set it.
2164
2165 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
2166
2167 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/emacs.$(O)):
2168 Update dependencies.
2169
2170 2012-11-15 Paul Eggert <eggert@cs.ucla.edu>
2171
2172 * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
2173 This follows up on the 2012-09-29 patch that removed indirection
2174 for the 'function' field. Reported by Sergey Vinokurov in
2175 <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00263.html>.
2176
2177 2012-11-14 Eli Zaretskii <eliz@gnu.org>
2178
2179 * w32.c (faccessat): Rename from sys_faccessat. (No need to use a
2180 different name, as the MS runtime does not have such a function,
2181 and probably never will.) All callers changed. Ignore DIRFD
2182 value if PATH is an absolute file name, to match Posix spec
2183 better. If AT_SYMLINK_NOFOLLOW is set in FLAGS, don't resolve
2184 symlinks.
2185
2186 2012-11-14 Dmitry Antipov <dmantipov@yandex.ru>
2187
2188 * xdisp.c (echo_area_display, redisplay_internal):
2189 Omit redundant check whether frame_garbaged is set.
2190
2191 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2192
2193 Use faccessat, not access, when checking file permissions (Bug#12632).
2194 This fixes a bug that has been present in Emacs since its creation.
2195 It was reported by Chris Torek in 1983 even before GNU Emacs existed,
2196 which must set some sort of record. (Torek's bug report was against
2197 a predecessor of GNU Emacs, but GNU Emacs happened to have the
2198 same common flaw.) See Torek's Usenet posting
2199 "setuid/setgid programs & Emacs" Article-I.D.: sri-arpa.858
2200 Posted: Fri Apr 8 14:18:56 1983.
2201 * Makefile.in (LIB_EACCESS): New macro.
2202 (LIBES): Use it.
2203 * callproc.c (init_callproc):
2204 * charset.c (init_charset):
2205 * fileio.c (check_existing, check_executable, check_writable)
2206 (Ffile_readable_p):
2207 * lread.c (openp, load_path_check):
2208 * process.c (allocate_pty):
2209 * xrdb.c (file_p):
2210 Use effective UID when checking permissions, not real UID.
2211 * callproc.c (init_callproc):
2212 * charset.c (init_charset):
2213 * lread.c (load_path_check, init_lread):
2214 Test whether directories are accessible, not merely whether they exist.
2215 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): New macro.
2216 * fileio.c (check_existing, check_executable, check_writable)
2217 (Ffile_readable_p):
2218 Use symbolic names instead of integers for the flags, as they're
2219 portable now.
2220 (check_writable): New arg AMODE. All uses changed.
2221 Set errno on failure.
2222 (Ffile_readable_p): Use faccessat, not stat + open + close.
2223 (Ffile_writable_p): No need to call check_existing + check_writable.
2224 Just call check_writable and then look at errno. This saves a syscall.
2225 dir should never be nil; replace an unnecessary runtime check
2226 with an eassert. When checking the parent directory of a nonexistent
2227 file, check that the directory is searchable as well as writable, as
2228 we can't create files in unsearchable directories.
2229 (file_directory_p): New function, which uses 'stat' on most platforms
2230 but faccessat with D_OK (for efficiency) if WINDOWSNT.
2231 (Ffile_directory_p, Fset_file_times): Use it.
2232 (file_accessible_directory_p): New function, which uses a single
2233 syscall for efficiency.
2234 (Ffile_accessible_directory_p): Use it.
2235 * xrdb.c (file_p): Use file_directory_p.
2236 * lisp.h (file_directory_p, file_accessible_directory_p): New decls.
2237 * lread.c (openp): When opening a file, use fstat rather than
2238 stat, as that avoids a permissions race. When not opening a file,
2239 use file_directory_p rather than stat.
2240 (dir_warning): First arg is now a usage string, not a format.
2241 Use errno. All uses changed.
2242 * nsterm.m (ns_term_init): Remove unnecessary call to file-readable
2243 that merely introduced a race.
2244 * process.c, sysdep.c, term.c: All uses of '#ifdef O_NONBLOCK'
2245 changed to '#if O_NONBLOCK', to accommodate gnulib O_* style,
2246 and similarly for the other O_* flags.
2247 * w32.c (sys_faccessat): Rename from sys_access and switch to
2248 faccessat's API. All uses changed.
2249 * xrdb.c: Do not include <sys/stat.h>; no longer needed.
2250 (magic_db): Rename from magic_file_p.
2251 (magic_db, search_magic_path): Return an XrmDatabase rather than a
2252 char *, so that we don't have to test for file existence
2253 separately from opening the file for reading. This removes a race
2254 fixes a permission-checking problem, and simplifies the code.
2255 All uses changed.
2256 (file_p): Remove; no longer needed.
2257
2258 2012-11-13 Dmitry Antipov <dmantipov@yandex.ru>
2259
2260 Omit glyphs initialization at startup.
2261 * dispnew.c (glyphs_initialized_initially_p): Remove.
2262 (adjust_frame_glyphs_initially): Likewise. Adjust users.
2263 (Fredraw_frame): Move actual code from here...
2264 (redraw_frame): ...to here. Add eassert. Adjust comment.
2265 (Fredraw_display): Use redraw_frame.
2266 * xdisp.c (clear_garbaged_frames): Likewise.
2267
2268 2012-11-13 Eli Zaretskii <eliz@gnu.org>
2269
2270 * xdisp.c (decode_mode_spec): Limit the value of WIDTH argument
2271 passed to pint2str and pint2hrstr to be at most the size of the
2272 frame's decode_mode_spec_buffer. This avoids crashes with very
2273 large values of FIELD_WIDTH argument to decode_mode_spec.
2274 (Bug#12867)
2275
2276 2012-11-13 Paul Eggert <eggert@cs.ucla.edu>
2277
2278 Fix a race with verify-visited-file-modtime (Bug#12863).
2279 Since at least 1991 Emacs has ignored an mtime difference of no
2280 more than one second, but my guess is that this was to work around
2281 file system bugs that were fixed long ago. Since the race is
2282 causing problems now, let's remove that code.
2283 * fileio.c (Fverify_visited_file_modtime): Do not accept a file
2284 whose time stamp is off by no more than a second. Insist that the
2285 file time stamps match exactly.
2286
2287 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
2288
2289 * frame.h (struct frame): Convert external_tool_bar member to
2290 1-bit unsigned bitfield.
2291 * termhooks.h (struct terminal): Remove mouse_moved member since
2292 all users are long dead. Adjust comment on mouse_position_hook.
2293
2294 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
2295
2296 Simplify by using FOR_EACH_FRAME here and there.
2297 * frame.c (next_frame, prev_frame, other_visible_frames)
2298 (delete_frame, visible-frame-list): Use FOR_EACH_FRAME.
2299 * w32term.c (x_window_to_scroll_bar): Likewise.
2300 * window.c (window_list): Likewise.
2301 * xdisp.c (x_consider_frame_title): Likewise.
2302 * xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise.
2303 * xfns.c (x_window_to_frame, x_any_window_to_frame)
2304 (x_menubar_window_to_frame, x_top_window_to_frame): Likewise.
2305 * xmenu.c (menubar_id_to_frame): Likewise.
2306 * xselect.c (frame_for_x_selection): Likewise.
2307 * xterm.c (x_frame_of_widget, x_window_to_scroll_bar)
2308 (x_window_to_menu_bar): Likewise.
2309 * w32fns.c (x_window_to_frame): Likewise. Adjust comment.
2310
2311 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
2312
2313 * data.c (Qdefalias_fset_function): Now static.
2314
2315 Another tweak to vectorlike_header change.
2316 * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST):
2317 Remove, and replace all uses with ...
2318 (next_in_free_list, set_next_in_free_list):
2319 New functions, which respect C's aliasing rules better.
2320
2321 2012-11-11 Paul Eggert <eggert@cs.ucla.edu>
2322
2323 * window.c (list4i): Rename from 'quad'. All uses changed.
2324 Needed because <sys/types.h> defines 'quad' on Solaris 10.
2325
2326 2012-11-11 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * xdisp.c (start_hourglass) [HAVE_NTGUI]: Add block to silence
2329 warning about mixing declarations and code in ISO C90.
2330
2331 2012-11-10 Martin Rudalics <rudalics@gmx.at>
2332
2333 * window.c (Fsplit_window_internal): Set combination limit of
2334 new parent window to t iff Vwindow_combination_limit is t;
2335 fixing a regression introduced with the change from 2012-09-22.
2336 (Fset_window_combination_limit): Fix doc-string.
2337
2338 2012-11-10 Eli Zaretskii <eliz@gnu.org>
2339
2340 * xdisp.c (try_scrolling): Fix correction of aggressive-scroll
2341 amount when the scroll margins are too large. When scrolling
2342 backwards in the buffer, give up if cannot reach point or the
2343 scroll margin within a reasonable number of screen lines.
2344 Fixes point position in window under scroll-up/down-aggressively when
2345 point is positioned many lines beyond the window top/bottom.
2346 (Bug#12811)
2347
2348 * ralloc.c (relinquish): If real_morecore fails to return memory
2349 to the system, don't crash; instead, leave the last heap
2350 unchanged and return. (Bug#12774)
2351
2352 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * lisp.h (AUTOLOADP): New macro.
2355 * eval.c (Fautoload): Don't attach to loadhist, call Fdefalias instead.
2356 * data.c (Ffset): Remove special ad-advice-info handling.
2357 (Fdefalias): Handle autoload definitions and new Qdefalias_fset_function.
2358 (Fsubr_arity): CSE.
2359 (Finteractive_form): Simplify.
2360 (Fquo): Don't insist on having at least 2 arguments.
2361 (Qdefalias_fset_function): New var.
2362
2363 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
2364
2365 * image.c (xpm_make_color_table_h): Change to hashtest_equal.
2366
2367 * nsfont.m (Qcondensed, Qexpanded): New variables.
2368 (ns_descriptor_to_entity): Restore Qcondensed, Qexpanded setting.
2369 (syms_of_nsfont): Defsym Qcondensed, Qexpanded.
2370
2371 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
2372
2373 Fix recently introduced crash on MS-Windows (Bug#12839).
2374 * w32term.h (struct scroll_bar): Use convenient header.
2375 (SCROLL_BAR_VEC_SIZE): Remove.
2376 * w32term.c (x_scroll_bar_create): Use VECSIZE.
2377
2378 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
2379
2380 Tweak last vectorlike_header change.
2381 * alloc.c (struct Lisp_Vectorlike_Free): Special type to represent
2382 vectorlike object on the free list. This is introduced to avoid
2383 some (but not all) pointer casting and aliasing problems, see
2384 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00105.html.
2385 * .gdbinit (pvectype, pvecsize): New commands to examine vectorlike
2386 objects.
2387 (xvectype, xvecsize): Use them to examine Lisp_Object values.
2388
2389 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
2390
2391 * nsfont.m (ns_descriptor_to_entity): Qcondensed and Qexpanded has
2392 been removed, so remove them here also.
2393
2394 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * doc.c (Fdocumentation): Handle new property
2397 dynamic-docstring-function to replace the old ad-advice-info.
2398
2399 2012-11-09 Paul Eggert <eggert@cs.ucla.edu>
2400
2401 * fns.c (Qeql, hashtest_eq): Now static.
2402
2403 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
2406 * fns.c (hashfn_eq, hashfn_eql, sxhash):
2407 * profiler.c (hashfn_profiler): Don't use XUINT on non-integers.
2408 * buffer.c (compare_overlays): Use XLI rather than XHASH.
2409
2410 2012-11-08 Paul Eggert <eggert@cs.ucla.edu>
2411
2412 Use same hash function for hashfn_profiler as for hash_string etc.
2413 * fns.c (SXHASH_COMBINE): Remove. All uses replaced by sxhash_combine.
2414 * lisp.h (sxhash_combine): New inline function, with the contents
2415 of the old SXHASH_COMBINE.
2416 * profiler.c (hashfn_profiler): Use it, instead of having a
2417 special hash function containing a comparison that always yields 1.
2418
2419 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)
2422 (Qultra_condensed, Qextra_condensed, Qcondensed, Qsemi_condensed)
2423 (Qsemi_expanded, Qextra_expanded, Qexpanded, Qultra_expanded):
2424 Remove unused vars.
2425
2426 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
2427
2428 * image.c (xpm_make_color_table_h): Fix compiler error because
2429 make_hash_table changed.
2430
2431 2012-11-08 Thomas Kappler <tkappler@gmail.com> (tiny change)
2432
2433 * nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).
2434
2435 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2436
2437 Use ad-hoc comparison function for the profiler's hash-tables.
2438 * profiler.c (Qprofiler_backtrace_equal, hashtest_profiler): New vars.
2439 (make_log): Use them.
2440 (handle_profiler_signal): Don't inhibit quit any longer since we don't
2441 call Fequal any more.
2442 (Ffunction_equal): New function.
2443 (cmpfn_profiler, hashfn_profiler): New functions.
2444 (syms_of_profiler): Initialize them.
2445 * lisp.h (struct hash_table_test): New struct.
2446 (struct Lisp_Hash_Table): Use it.
2447 * alloc.c (mark_object): Mark hash_table_test fields of hash tables.
2448 * fns.c (make_hash_table): Take a struct to describe the test.
2449 (cmpfn_eql, cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
2450 (hashfn_equal, hashfn_user_defined): Adjust to new calling convention.
2451 (hash_lookup, hash_remove_from_table): Move assertion checking of
2452 hashfn result here. Check hash-equality before calling cmpfn.
2453 (Fmake_hash_table): Adjust call to make_hash_table.
2454 (hashtest_eq, hashtest_eql, hashtest_equal): New structs.
2455 (syms_of_fns): Initialize them.
2456 * emacs.c (main): Move syms_of_fns earlier.
2457 * xterm.c (syms_of_xterm):
2458 * category.c (hash_get_category_set): Adjust call to make_hash_table.
2459 * print.c (print_object): Adjust to new hash-table struct.
2460 * composite.c (composition_gstring_put_cache): Adjust to new hashfn.
2461
2462 2012-11-08 Eli Zaretskii <eliz@gnu.org>
2463
2464 * w32fns.c (modifier_set): Fix handling of Scroll Lock when the
2465 value of w32-scroll-lock-modifier is neither nil nor one of the
2466 known key modifiers. (Bug#12806)
2467
2468 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
2469
2470 Shrink struct vectorlike_header to the only size field.
2471 * lisp.h (enum pvec_type): Avoid explicit enum member values.
2472 Adjust comment.
2473 (enum More_Lisp_Bits): Change PSEUDOVECTOR_SIZE_BITS and
2474 PVEC_TYPE_MASK to arrange new bitfield in the vector header.
2475 (PSEUDOVECTOR_REST_BITS, PSEUDOVECTOR_REST_MASK): New members.
2476 (PSEUDOVECTOR_AREA_BITS): New member used to extract subtype
2477 information from the vector header. Adjust comment.
2478 (XSETPVECTYPE, XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR)
2479 (PSEUDOVECTOR_TYPEP, DEFUN): Adjust to match new vector header
2480 layout.
2481 (XSETSUBR, SUBRP): Adjust to match new Lisp_Subr layout.
2482 (struct vectorlike_header): Remove next member. Adjust comment.
2483 (struct Lisp_Subr): Add convenient header. Adjust comment.
2484 (allocate_pseudovector): Adjust prototype.
2485 * alloc.c (mark_glyph_matrix, mark_face_cache, allocate_string)
2486 (sweep_string, lisp_malloc): Remove useless prototypes.
2487 (enum mem_type): Adjust comment.
2488 (NEXT_IN_FREE_LIST): New macro.
2489 (SETUP_ON_FREE_LIST): Adjust XSETPVECTYPESIZE usage.
2490 (Fmake_bool_vector): Likewise.
2491 (struct large_vector): New type to represent allocation unit for
2492 the vectors with the memory footprint more than VBLOOCK_BYTES_MAX.
2493 (large_vectors): Change type to struct large_vector.
2494 (allocate_vector_from_block): Simplify.
2495 (PSEUDOVECTOR_NBYTES): Replace with...
2496 (vector_nbytes): ...new function. Adjust users.
2497 (sweep_vectors): Adjust processing of large vectors.
2498 (allocate_vectorlike): Likewise.
2499 (allocate_pseudovector): Change type of 3rd arg to enum pvec_type.
2500 Add easserts. Adjust XSETPVECTYPESIZE usage.
2501 (allocate_buffer): Use BUFFER_PVEC_INIT.
2502 (live_vector_p): Adjust to match large vector.
2503 * buffer.c (init_buffer_once): Use BUFFER_PVEC_INIT.
2504 * buffer.h (struct buffer): Add next member.
2505 (BUFFER_LISP_SIZE, BUFFER_REST_SIZE, BUFFER_PVEC_INIT):
2506 New macros.
2507 (FOR_EACH_BUFFER): Adjust to match struct buffer change.
2508 * fns.c (internal_equal): Adjust to match enum pvec_type change.
2509 (copy_hash_table): Adjust to match vector header change.
2510 * lread.c (defsubr): Use XSETPVECTYPE.
2511 * .gdbinit (xpr, xbacktrace): Adjust to match vector header change.
2512 (xvectype): Likewise. Print PVEC_NORMAL_VECTOR for regular vectors.
2513 (xvecsize): New command.
2514
2515 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
2516
2517 * keyboard.c (event_to_kboard): Do not dereference
2518 frame_or_window field of SELECTION_REQUEST_EVENT
2519 and SELECTION_CLEAR_EVENT events (Bug#12814).
2520 * xterm.h (struct selection_input_event): Adjust comment.
2521
2522 2012-11-07 Eli Zaretskii <eliz@gnu.org>
2523
2524 * w32fns.c (modifier_set): Don't report modifiers from toggle key,
2525 such as Scroll Lock, if the respective keys are treated as
2526 function keys, not as modifiers. This avoids destroying non-ASCII
2527 keyboard input when Scroll Lock is toggled ON. (Bug#12806)
2528
2529 2012-11-07 Dmitry Antipov <dmantipov@yandex.ru>
2530
2531 * xfns.c (Fx_wm_set_size_hint): Use check_x_frame. Adjust docstring.
2532
2533 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
2534
2535 Restore some duplicate definitions (Bug#12814).
2536 This undoes part of the 2012-11-03 changes. Some people build
2537 with plain -g rather than with -g3, and they need the duplicate
2538 definitions for .gdbinit to work; see <http://bugs.gnu.org/12814#26>.
2539 * lisp.h (GCTYPEBITS, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK):
2540 Define as macros, as well as as enums or as constants.
2541
2542 2012-11-06 Jan Djärv <jan.h.d@swipnet.se>
2543
2544 * nsterm.m (convert_ns_to_X_keysym, keyDown:): Add NSNumericPadKeyMask
2545 to keypad keys (Bug#12816).
2546
2547 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
2548
2549 Minor adjustments of recently-changed frame functions.
2550 * buffer.c (Fbuffer_list): Omit CHECK_FRAME, since arg is already
2551 known to be a frame (we're in the FRAMEP branch).
2552 * lisp.h (Qframep): Remove decl. frame.h declares this.
2553 * window.c (quad): Args are of type EMACS_INT, not ptrdiff_t,
2554 since they're meant for Lisp fixnum values.
2555
2556 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2557
2558 * window.c (Fwindow_combination_limit): Revert to the only
2559 required argument and adjust docstring as suggested in
2560 http://lists.gnu.org/archive/html/emacs-diffs/2012-11/msg01082.html
2561 by Martin Rudalics <rudalics@gmx.at>.
2562
2563 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2564
2565 Widely used frame validity and checking functions.
2566 * frame.h (decode_live_frame, decode_any_frame): Add prototypes.
2567 * frame.c (decode_live_frame, decode_any_frame): New functions.
2568 (delete_frame, Fredirect_frame_focus, Fframe_parameters)
2569 (Fframe_parameter, Fframe_char_height, Fframe_char_width)
2570 (Fframe_pixel_height, Fframe_pixel_width, Ftool_bar_pixel_width)
2571 (Fframe_pointer_visible_p): Use decode_any_frame.
2572 (Fmake_frame_visible, Fmake_frame_invisible, Ficonify_frame)
2573 (Fraise_frame, Flower_frame, Fmodify_frame_parameters)
2574 (Fset_frame_height, Fset_frame_width): Use decode_live_frame.
2575 (Fframe_focus): Likewise. Allow zero number of arguments.
2576 Adjust docstring.
2577 (frame_buffer_list, frame_buffer_predicate): Remove.
2578 * lisp.h (frame_buffer_predicate): Remove prototype.
2579 * buffer.c (Fother_buffer): Use decode_any_frame.
2580 * xdisp.c (Ftool_bar_lines_needed): Likewise.
2581 * xfaces.c (Fcolor_gray_p, Fcolor_supported_p): Likewise.
2582 * font.c (Ffont_face_attributes, Ffont_family_list, Fopen_font)
2583 (Fclose_font, Ffont_info): Use decode_live_frame.
2584 * fontset.c (check_fontset_name): Likewise.
2585 * terminal.c (Fframe_terminal): Likewise.
2586 * w32fns.c (check_x_frame): Likewise.
2587 * window.c (Fminibuffer_window, Fwindow_at)
2588 (Fcurrent_window_configuration): Likewise.
2589 (Frun_window_configuration_change_hook, Fwindow_resize_apply):
2590 Likewise. Allow zero number of arguments. Adjust docstring.
2591 * dispnew.c (Fredraw_frame): Likewise.
2592 * xfaces.c (frame_or_selected_frame): Remove.
2593 (Fx_list_fonts, Finternal_get_lisp_face_attribute, Fface_font)
2594 (Finternal_lisp_face_equal_p, Finternal_lisp_face_empty_p)
2595 (Fframe_face_alist): Use decode_live_frame.
2596 * xfns.c (check_x_frame): Likewise.
2597
2598 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2599
2600 * window.c (quad): New function.
2601 (Fwindow_edges, Fwindow_pixel_edges, Fwindow_inside_edges)
2602 (Fwindow_absolute_pixel_edges, Fwindow_inside_absolute_pixel_edges)
2603 (Fwindow_inside_pixel_edges, Fpos_visible_in_window_p)
2604 (Fwindow_line_height): Use it.
2605 (Fwindow_fringes): Use list3.
2606 (Fwindow_scroll_bars): Use list4.
2607 (Fwindow_frame, Fwindow_top_child, Fwindow_left_child)
2608 (Fwindow_combination_limit): Allow zero number of arguments.
2609
2610 2012-11-05 Eli Zaretskii <eliz@gnu.org>
2611
2612 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(NT_INC)/unistd.h.
2613
2614 * w32fns.c: Include unistd.h, to avoid compiler warnings on Cygwin.
2615 (emacs_abort) [CYGWIN]: Don't call _open_osfhandle; instead, use
2616 file descriptor 2 for standard error. (Bug#12805)
2617
2618 2012-11-05 Chong Yidong <cyd@gnu.org>
2619
2620 * process.c (wait_reading_process_output): Revert previous change.
2621
2622 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2623
2624 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2625 This removes code that has been obsolete since around 1990.
2626 * callproc.c (Fcall_process):
2627 * emacs.c (main):
2628 * process.c (create_process):
2629 * term.c (dissociate_if_controlling_tty):
2630 Assume setsid exists.
2631 * callproc.c (child_setup): Assume setpgid exists and behaves as
2632 per POSIX.1-1988 or later.
2633 * conf_post.h (setpgid) [!HAVE_SETPGID]: Remove.
2634 * emacs.c (shut_down_emacs):
2635 * sysdep.c (sys_suspend, init_foreground_group):
2636 Assume getpgrp behaves as per POSIX.1-1998 or later.
2637 * msdos.c (setpgrp): Remove.
2638 (tcgetpgrp, setpgid, setsid): New functions.
2639 * systty.h (EMACS_GETPGRP): Remove. All callers now use getpgrp.
2640 * term.c (no_controlling_tty): Remove; unused.
2641 * w32proc.c (setpgrp): Remove.
2642 (setsid, tcgetpgrp): New functions.
2643
2644 Simplify by assuming __fpending.
2645 * dispnew.c: Include <fpending.h>, not <stdio_ext.h>.
2646 (update_frame_1): Use __fpending, not PENDING_OUTPUT_COUNT.
2647 Do not assume that __fpending's result fits in int.
2648
2649 2012-11-04 Paul Eggert <eggert@cs.ucla.edu>
2650
2651 Remove EMACS_OUTQSIZE+sleep hack.
2652 * dispnew.c (update_frame_1): Remove hack for terminals slower
2653 than 2400 bps, which throttled Emacs by having it sleep.
2654 This code hasn't worked since at least 2007, when the multi-tty stuff
2655 was added, and anyway those old terminals are long dead.
2656 * systty.h (EMACS_OUTQSIZE): Remove; unused. The macro isn't used even
2657 without the dispnew.c change, as dispnew.c doesn't include systty.h.
2658
2659 Fix data-loss with --version (Bug#9574).
2660 * emacs.c (close_output_streams): Use strerror, not emacs_strerror,
2661 as we can't assume that emacs_strerror is initialized, and strerror
2662 is good enough here.
2663 (main): Invoke atexit earlier, to catch earlier instances of
2664 sending data to stdout and exiting, e.g., "emacs --version >/dev/full".
2665
2666 2012-11-04 Michael Marchionna <tralfaz@pacbell.net>
2667
2668 * nsterm.m: Add NSClearLineFunctionKey and keypad keys (Bug#8680).
2669 (keyDown): Remap keypad keys to X11 virtual key codes.
2670
2671 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2672
2673 Fix data-loss with --batch (Bug#9574).
2674 * emacs.c: Include <close-stream.h>.
2675 (close_output_streams): New function.
2676 (main): Pass it to atexit, so that Emacs closes stdout and stderr
2677 and handles errors appropriately.
2678 (Fkill_emacs): Don't worry about flushing, as close_output_stream
2679 does that now.
2680
2681 Fix a race condition that causes Emacs to mess up glib (Bug#8855).
2682 The symptom is a diagnostic "GLib-WARNING **: In call to
2683 g_spawn_sync(), exit status of a child process was requested but
2684 SIGCHLD action was set to SIG_IGN and ECHILD was received by
2685 waitpid(), so exit status can't be returned." The diagnostic
2686 is partly wrong, as the SIGCHLD action is not set to SIG_IGN.
2687 The real bug is a race condition between Emacs and glib: Emacs
2688 does a waitpid (-1, ...) and reaps glib's subprocess by mistake,
2689 so that glib can't find it. Work around the bug by invoking
2690 waitpid only on subprocesses that Emacs itself creates.
2691 * process.c (create_process, record_child_status_change):
2692 Don't use special value -1 in pid field, as the caller now must
2693 know the pid rather than having the callee infer it.
2694 The inference was sometimes incorrect anyway, due to another race.
2695 (create_process): Set new 'alive' member if child is created.
2696 (process_status_retrieved): New function.
2697 (record_child_status_change): Use it.
2698 Accept negative 1st argument, which means to wait for the
2699 processes that Emacs already knows about. Move special-case code
2700 for DOS_NT (which lacks WNOHANG) here, from caller. Keep track of
2701 processes that have already been waited for, by testing and
2702 clearing new 'alive' member.
2703 (CAN_HANDLE_MULTIPLE_CHILDREN): Remove, as record_child_status_change
2704 now does this internally.
2705 (handle_child_signal): Let record_child_status_change do all
2706 the work, since we do not want to reap all exited child processes,
2707 only the child processes that Emacs itself created.
2708 * process.h (Lisp_Process): New boolean member 'alive'.
2709
2710 Omit duplicate definitions no longer needed with gcc -g3.
2711 * lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG)
2712 (VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM):
2713 Define only as macros. There's no longer any need to also define
2714 these symbols as enums or as constants, since we now assume
2715 gcc -g3 when debugging.
2716
2717 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2718
2719 * lisp.mk: Adjust comments to the fact that term/internal is now
2720 loaded from loadup.el.
2721
2722 * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
2723 (msdos_fatal_signal): New function.
2724 (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
2725 its argument list.
2726
2727 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
2728 for GCC versions before 4.
2729 (emacs_raise): Define to call msdos_fatal_signal.
2730
2731 * xdisp.c (init_from_display_pos): Fix initialization of the bidi
2732 iterator when starting in the middle of a display or overlay
2733 string. (Bug#12745)
2734
2735 2012-11-03 Chong Yidong <cyd@gnu.org>
2736
2737 * process.c (wait_reading_process_output): Clean up the last
2738 change.
2739
2740 2012-11-03 Jim Paris <jim@jtan.com> (tiny change)
2741
2742 * process.c (wait_reading_process_output): Avoid a race condition
2743 with SIGIO delivery (Bug#11536).
2744
2745 2012-11-03 Chong Yidong <cyd@gnu.org>
2746
2747 * buffer.c (cursor_type): Untabify docstring.
2748
2749 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
2750
2751 * frame.h (struct frame): Drop can_have_scroll_bars member
2752 which is meaningless for a long time. Adjust comments.
2753 (FRAME_CAN_HAVE_SCROLL_BARS): Remove.
2754 * frame.c, nsfns.m, term.c, w32fns.c, xfns.c: Adjust users.
2755
2756 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
2757
2758 * window.c (decode_next_window_args): Update window arg after
2759 calling decode_live_window and so fix crash reported at
2760 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00035.html
2761 by Juanma Barranquero <lekktu@gmail.com>.
2762 (Fwindow_body_width, Fwindow_body_height): Simplify a bit.
2763 * font.c (Ffont_at): Likewise.
2764
2765 2012-11-01 Jan Djärv <jan.h.d@swipnet.se>
2766
2767 * widget.c (resize_cb): New function.
2768 (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733).
2769 (EmacsFrameResize): Check if all is up to date before changing frame
2770 size.
2771
2772 2012-11-02 Eli Zaretskii <eliz@gnu.org>
2773
2774 Implement backtrace output for fatal errors on MS-Windows.
2775 * w32fns.c (CaptureStackBackTrace_proc): New typedef.
2776 (BACKTRACE_LIMIT_MAX): New macro.
2777 (w32_backtrace): New function.
2778 (emacs_abort): Use w32_backtrace when the user chooses not to
2779 attach a debugger. Update the text of the abort dialog.
2780
2781 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
2782
2783 Window-related stuff cleanup here and there.
2784 * dispnew.c (Finternal_show_cursor, Finternal_show_cursor_p):
2785 Use decode_any_window.
2786 * fringe.c (Ffringe_bitmaps_at_pos): Likewise.
2787 * xdisp.c (Fformat_mode_line): Likewise.
2788 * font.c (Ffont_at): Use decode_live_window.
2789 * indent.c (Fcompute_motion, Fvertical_motion): Likewise.
2790 * window.c (decode_next_window_args): Likewise.
2791 (decode_any_window): Remove static.
2792 * window.h (decode_any_window): Add prototype.
2793 * lisp.h (CHECK_VALID_WINDOW, CHECK_LIVE_WINDOW): Move from here...
2794 * window.h: ...to here, redefine via WINDOW_VALID_P and WINDOW_LIVE_P,
2795 respectively.
2796
2797 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
2798
2799 Remove pad from struct input_event.
2800 * termhooks.h (struct input_event): Remove padding field.
2801 Adjust comment.
2802 * keyboard.c (event_to_kboard): Simplify because frame_or_window
2803 member is never cons for a long time. Adjust comment.
2804 (mark_kboards): Adjust because SELECTION_REQUEST_EVENT and
2805 SELECTION_CLEAR_EVENT has no Lisp_Objects to mark. Add comment.
2806 * xterm.c (handle_one_xevent): Do not initialize frame_or_window
2807 field of SELECTION_REQUEST_EVENT and SELECTION_CLEAR_EVENT.
2808
2809 2012-11-01 Eli Zaretskii <eliz@gnu.org>
2810
2811 * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776)
2812
2813 2012-10-31 Paul Eggert <eggert@cs.ucla.edu>
2814
2815 Fix crash when using Emacs as commit editor for git (Bug#12697).
2816 * callproc.c (setpgrp): Remove macro, as we now use setpgid
2817 and it is configured in conf_post.h.
2818 (Fcall_process): Don't invoke both setsid and setpgid; the former
2819 is enough, if it exists.
2820 * callproc.c (Fcall_process, child_setup):
2821 * process.c (create_process): Use setpgid.
2822 * conf_post.h (setpgid) [!HAVE_SETPGID]: New macro, which substitutes
2823 for the real thing.
2824 * dispnew.c (init_display): Initialize the foreground group
2825 if we are running a tty display.
2826 * emacs.c (main): Do not worry about setpgrp; init_display does it now.
2827 * lisp.h (init_foreground_group): New decl.
2828 * sysdep.c (inherited_pgroup): New static var.
2829 (init_foreground_group, tcsetpgrp_without_stopping)
2830 (narrow_foreground_group, widen_foreground_group): New functions.
2831 (init_sys_modes): Narrow foreground group.
2832 (reset_sys_modes): Widen foreground group.
2833
2834 2012-10-31 Michael Albinus <michael.albinus@gmx.de>
2835
2836 * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.
2837
2838 2012-10-31 Martin Rudalics <rudalics@gmx.at>
2839
2840 * minibuf.c (read_minibuf): Restore current buffer since
2841 choose_minibuf_frame calling Fset_frame_selected_window may
2842 change it (Bug#12766).
2843
2844 2012-10-30 Jan Djärv <jan.h.d@swipnet.se>
2845
2846 * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733).
2847
2848 2012-10-30 Kenichi Handa <handa@gnu.org>
2849
2850 * font.c (Ffont_at): If WINDOW is specified and it is not
2851 displaying the current buffer, signal an error.
2852
2853 2012-10-29 Daniel Colascione <dancol@dancol.org>
2854
2855 * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode):
2856 In preparation for fixing bug#12739, move these functions from
2857 here...
2858
2859 * coding.h, coding.c: ... to here, and compile them only when
2860 WINDOWSNT or CYGWIN. Moving these functions out of cygw32 proper
2861 lets us write cygw32-agnostic code for the HAVE_NTGUI case.
2862
2863 2012-10-28 Eli Zaretskii <eliz@gnu.org>
2864
2865 * w32proc.c (TIMER_TICKS_PER_SEC): New macro.
2866 (timer_loop, getitimer, setitimer): Use it instead of
2867 CLOCKS_PER_SEC, which is no longer pertinent, since we don't use
2868 'clock'.
2869 (w32_get_timer_time): Use 10*TIMER_TICKS_PER_SEC instead of a
2870 literal 10000.
2871
2872 2012-10-28 Jan Djärv <jan.h.d@swipnet.se>
2873
2874 * nsterm.m (NO_APPDEFINED_DATA): New define.
2875 (last_appdefined_event_data): New variable
2876 (last_appdefined_event): Remove.
2877 (ns_select): Initialize t from last_appdefined_event_data instead
2878 of [last_appdefined_event data1].
2879 (sendEvent:): Save [theEvent data1] to last_appdefined_event_data,
2880 remove last_appdefined_event (Bug#12698).
2881
2882 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * frame.c (x_set_font): Catch internal error.
2885
2886 2012-10-27 Eli Zaretskii <eliz@gnu.org>
2887
2888 Avoid overflow in w32 implementation of interval timers.
2889 When possible, for ITIMER_PROF count only times the main thread
2890 actually executes.
2891 * w32proc.c <struct itimer_data>: 'expire' and 'reload' are now
2892 'volatile ULONGLONG' types. All the other data which was
2893 previously clock_t is now ULONGLONG. 'terminate' is 'volatile int'.
2894 (GetThreadTimes_Proc): New typedef.
2895 (w32_get_timer_time): New function, returns a suitable time value
2896 for the timer.
2897 (timer_loop): Enter critical section when accessing ULONGLONG
2898 values of the itimer_data struct, as these accesses are no longer
2899 atomic. Call 'w32_get_timer_time' instead of 'clock'.
2900 Remove unused variable.
2901 (init_timers): Initialize s_pfn_Get_Thread_Times.
2902 (start_timer_thread): Don't assign itimer->caller_thread here.
2903 (getitimer): Assign itimer->caller_thread here.
2904 (setitimer): Always call getitimer to get the value of ticks_now.
2905 (sys_spawnve): Avoid compiler warning about format mismatch.
2906
2907 2012-10-26 Eli Zaretskii <eliz@gnu.org>
2908
2909 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Don't enable tracking of
2910 mouse movement events if the menu bar is active. This avoids
2911 producing a busy "hour-glass" cursor by Windows if the mouse
2912 pointer is positioned over a tooltip shown for some menu item.
2913
2914 2012-10-25 Paul Eggert <eggert@cs.ucla.edu>
2915
2916 Don't assume process IDs fit in int.
2917 * emacs.c (shut_down_emacs) [!DOS_NT]:
2918 * sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]:
2919 * term.c (dissociate_if_controlling_tty) [!DOS_NT]:
2920 Use pid_t, not int, to store process IDs, as 'int'
2921 is not wide enough on a few platforms (e.g., AIX and IRIX).
2922
2923 2012-10-23 Kenichi Handa <handa@gnu.org>
2924
2925 The following change is to make face-font-rescale-alist work
2926 correctly for non-ASCII fonts.
2927
2928 * font.c (font_open_entity): Don't handle Vface_font_rescale_alist.
2929 (font_open_for_lface): Handle Vface_font_rescale_alist.
2930
2931 2012-10-23 Chong Yidong <cyd@gnu.org>
2932
2933 * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
2934
2935 2012-10-21 Jan Djärv <jan.h.d@swipnet.se>
2936
2937 * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement
2938 for screen font.
2939 (nsfont_draw): Turn off LCD-smoothing (Bug#11484).
2940
2941 * xterm.c (x_focus_changed): Check if daemonp when sending focus in
2942 event (Bug#12681).
2943
2944 2012-10-21 Glenn Morris <rgm@gnu.org>
2945
2946 * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
2947
2948 2012-10-20 Paul Eggert <eggert@cs.ucla.edu>
2949
2950 Port to OpenBSD 5.1.
2951 * frame.c (Fmouse_position, Fmouse_pixel_position):
2952 * xdisp.c (produce_stretch_glyph):
2953 Declare local vars only when they're needed.
2954 This is clearer and avoids a warning on OpenBSD about unused vars.
2955 * frame.h (FRAME_WINDOW_P): Always evaluate its argument.
2956 This is safer, and avoids OpenBSD warnings about unused vars.
2957 * keyboard.c (record_menu_key): Remove unnecessary decl.
2958 (poll_timer): Define only if POLL_FOR_INPUT is defined.
2959 * unexelf.c (ELFSIZE) [!ElfW]: Do not define if already defined,
2960 as our definition clashes with OpenBSD's.
2961 * xfaces.c (load_face_colors, check_lface_attrs)
2962 (get_lface_attributes_no_remap, get_lface_attributes)
2963 (lface_fully_specified_p, x_supports_face_attributes_p)
2964 (tty_supports_face_attributes_p, face_fontset, realize_face)
2965 (realize_x_face, realize_tty_face):
2966 Declare parameters to be Lisp_Object[LFACE_VECTOR_SIZE], not
2967 merely Lisp_Object *. This is more informative and avoids
2968 a warning on OpenBSD about accessing beyond an object's size.
2969
2970 2012-10-20 Chong Yidong <cyd@gnu.org>
2971
2972 * lread.c (Fload): Doc fix (Bug#12592).
2973
2974 2012-10-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2975
2976 * font.c (Ffont_at): Fix previous change.
2977
2978 2012-10-19 Eli Zaretskii <eliz@gnu.org>
2979
2980 * puresize.h (BASE_PURESIZE): Bump the base value to 1700000.
2981 See http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
2982 for the reasons.
2983
2984 * alloc.c (NSTATICS): Decrease to 0x800.
2985
2986 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2987
2988 * fns.c (Fnreverse): Include the problem element when signaling an
2989 error (bug#12677).
2990
2991 2012-10-18 Jan Djärv <jan.h.d@swipnet.se>
2992
2993 * nsterm.m (ns_select): Check writefds before call to
2994 FD_ISSET (Bug#12668).
2995
2996 2012-10-18 Daniel Colascione <dancol@dancol.org>
2997
2998 * alloc.c (NSTATICS): Increase from 0x650 to 0x1000
2999 (staticpro): If we run out of staticpro slots, die with an
3000 informative error instead of just calling emacs_abort.
3001
3002 2012-10-18 Martin Rudalics <rudalics@gmx.at>
3003
3004 Fix two flaws reported by Dmitry Antipov.
3005 * window.c (Ftemp_output_buffer_show): Remove.
3006 (Fwindow_vscroll, Fset_window_vscroll): Use decode_live_window.
3007 (syms_of_window): Remove defsubr for Stemp_output_buffer_show.
3008
3009 2012-10-17 Eli Zaretskii <eliz@gnu.org>
3010
3011 * makefile.w32-in ($(BLD)/w32.$(O)):
3012 ($(BLD)/vm-limit.$(O)):
3013 ($(BLD)/term.$(O)):
3014 ($(BLD)/unexw32.$(O)):
3015 ($(BLD)/fileio.$(O)):
3016 ($(BLD)/dispnew.$(O)): Update dependencies.
3017
3018 * w32term.h (w32_initialize_display_info, initialize_w32_display):
3019 Add prototypes.
3020
3021 * w32proc.c: Include ctype.h.
3022
3023 * w32.h (init_environment, check_windows_init_file)
3024 (syms_of_ntproc, syms_of_ntterm, dostounix_filename)
3025 (unixtodos_filename, init_winsock, srandom, random, sys_pipe)
3026 (set_process_dir, sys_spawnve, register_child, sys_sleep, getwd)
3027 (sys_link): Add prototypes.
3028
3029 * w32.c: Include w32select.h.
3030 (sys_access, e_malloc, sys_select): Add prototypes.
3031 (emacs_gnutls_pull): 'timeout' is now EMACS_TIME, not struct timeval.
3032
3033 * vm-limit.c [WINDOWSNT]: Include w32heap.h.
3034
3035 * unexw32.c: Include lisp.h and w32.h.
3036
3037 * term.c [WINDOWSNT]: Include w32term.h.
3038
3039 * process.c [WINDOWSNT]: Add prototype of sys_select.
3040
3041 * fileio.c [WINDOWSNT]: Include w32.h.
3042
3043 * dispnew.c [WINDOWSNT]: Include w32.h.
3044
3045 * cygw32.c (Fcygwin_convert_path_to_windows)
3046 (Fcygwin_convert_path_from_windows): Use EQ to compare 2
3047 Lisp_Object values. (Bug#12661)
3048
3049 * w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
3050 to Lisp_Object. (Bug#12661)
3051
3052 2012-10-17 Kenichi Handa <handa@gnu.org>
3053
3054 * xdisp.c (reseat_1): Make the information stored in it->cmp_it
3055 invalidate.
3056
3057 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
3058
3059 * buffer.c (Fkill_buffer): When unchaining the marker,
3060 reset its buffer pointer to NULL (Bug#12652).
3061
3062 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
3063
3064 Do not verify indirection counters of killed buffers (Bug#12579).
3065 * buffer.h (BUFFER_CHECK_INDIRECTION): New macro.
3066 * buffer.c (compact_buffer, set_buffer_internal_1): Use it.
3067
3068 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
3069
3070 * alloc.c (Fmake_byte_code): Fix typo in comment.
3071 * print.c (print_interval): Define as static to match prototype.
3072 * indent.c (disptab_matches_widthtab, recompute_width_table):
3073 Convert to eassert.
3074
3075 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
3076
3077 * editfns.c (get_system_name): Remove.
3078 * lisp.h (get_system_name): Remove prototype.
3079 * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes.
3080 (get_environ_db): Use Vsystem_name. Avoid call to strlen.
3081
3082 2012-10-15 Daniel Colascione <dancol@dancol.org>
3083
3084 * dbusbind.c: Add comment explaining reason for previous change.
3085
3086 2012-10-15 Martin Rudalics <rudalics@gmx.at>
3087
3088 * window.c (Fwindow_end): Rewrite check whether cached position
3089 can be used (Bug#12600).
3090 (resize_frame_windows, grow_mini_window, shrink_mini_window):
3091 Set windows_or_buffers_changed.
3092
3093 2012-10-15 Daniel Colascione <dancol@dancol.org>
3094
3095 * dbusbind.c: Fix cygw32 build break when compiling with dbus
3096 enabled by undefining the symbol "interface", which the platform
3097 headers define to something incompatible.
3098
3099 2012-10-14 Daniel Colascione <dancol@dancol.org>
3100
3101 * image.c (init_tiff_functions, init_imagemagick_functions)
3102 (init_svg_functions): Fix cygw32 build break by using these
3103 functions only when WINDOWSNT _and_ HAVE_NTGUI.
3104
3105 2012-10-14 Jan Djärv <jan.h.d@swipnet.se>
3106
3107 * nsterm.m (ns_select): Count fd:s in writefs also (Bug#12422).
3108
3109 2012-10-13 Jan Djärv <jan.h.d@swipnet.se>
3110
3111 * gtkutil.c (xg_set_widget_bg): Divide by 65535 (Bug#12612).
3112
3113 2012-10-13 HANATAKA, Shinya <bogytech@gmail.com> (tiny change)
3114
3115 * coding.c (detect_coding): Set coding->id before calling
3116 this->detector.
3117
3118 2012-10-13 Andreas Schwab <schwab@linux-m68k.org>
3119
3120 * fileio.c: Formatting fixes.
3121
3122 2012-10-13 Paul Eggert <eggert@cs.ucla.edu>
3123
3124 Fix some stat-related races.
3125 * fileio.c (Fwrite_region): Avoid race condition if a file is
3126 removed or renamed by some other process immediately after Emacs
3127 writes it but before Emacs stats it. Do not assume that stat (or
3128 fstat) succeeds.
3129 * image.c (slurp_file): Resolve the file name with fopen + fstat
3130 rather than stat + fopen.
3131 (pbm_read_file) [0]: Remove unused code with stat race.
3132 * process.c (allocate_pty) [HAVE_PTYS && !PTY_ITERATION && !PTY_OPEN]:
3133 Remove ineffective code with stat race.
3134
3135 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * doc.c (get_doc_string): Don't signal an error if the file is missing.
3138
3139 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
3140
3141 * nsterm.m (hold_event_q): New static variable.
3142 (EV_TRAILER, sendScrollEventAtLoc:fromEvent:): Call hold_event if
3143 ! q_event_ptr.
3144 (hold_event): New function.
3145 (ns_read_socket): If hold_event_q have events, store them and
3146 return (Bug#12384).
3147 (setPosition:portion:whole:): Send SIGIO to ourselves if apploopnr
3148 is zero (Bug#12384).
3149
3150 2012-10-12 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
3153
3154 2012-10-12 Eli Zaretskii <eliz@gnu.org>
3155
3156 * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
3157
3158 * fileio.c (check_existing): New function.
3159 (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
3160 instead of calling 'stat', when what's needed is to check whether
3161 a file exists. This avoids expensive system calls on MS-Windows.
3162 (Bug#12587)
3163
3164 * w32.c (init_environment): Call 'check_existing' instead of 'stat'.
3165
3166 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
3167 determine whether a file exists and is not a directory.
3168
3169 * lisp.h (check_existing): Add prototype.
3170
3171 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
3172
3173 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.
3174
3175 2012-10-12 Glenn Morris <rgm@gnu.org>
3176
3177 * buffer.c (Fset_buffer): Doc fix. (Bug#12624)
3178
3179 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
3182
3183 * eval.c (Fautoload): Remember previous autoload status in load-history.
3184
3185 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
3186
3187 lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
3188 * lread.c (load_each_byte, new_backquote_flag, readchar)
3189 (read_filtered_event, lisp_file_lexically_bound_p)
3190 (safe_to_load_version, Fload, complete_filename_p, openp)
3191 (build_load_history, readevalloop, read_escape, read1)
3192 (string_to_number, read_vector, read_list):
3193 * macros.c (Fstart_kbd_macro):
3194 * marker.c (CONSIDER):
3195 * menu.c (parse_single_submenu, digest_single_submenu)
3196 (find_and_return_menu_selection, Fx_popup_menu):
3197 * minibuf.c (read_minibuf_noninteractive, read_minibuf)
3198 (Ftry_completion):
3199 * nsmenu.m (ns_update_menubar, runMenuAt:forFrame:keymaps:):
3200 (ns_menu_show):
3201 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
3202 (xmenu_show, xdialog_show):
3203 Use bool for booleans.
3204 * lread.c (safe_to_load_version): Rename from safe_to_load_p,
3205 as it's not a predicate. All uses changed. Omit unnecessary
3206 buffer termination.
3207
3208 2012-10-11 Dmitry Antipov <dmantipov@yandex.ru>
3209
3210 * editfns.c (save_excursion_save): Use nil if mark points to nowhere.
3211 (save_excursion_restore): Do not restore mark if it was not saved.
3212
3213 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
3214
3215 * marker.c (cached_modiff): EMACS_INT, not int.
3216
3217 * w32select.c (waiting_for_input): Declare by including "keyboard.h"
3218 instead of having a wrong decl.
3219 * nsmenu.m (waiting_for_input): Remove wrong decl.
3220
3221 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
3222
3223 keyboard.c, keymap.c: Use bool for booleans.
3224 * dispnew.c (sit_for): Distinguish between 3-way display_option
3225 and boolean do_display.
3226 * keyboard.c (single_kboard, this_command_key_count_reset)
3227 (waiting_for_input, echoing, immediate_quit, input_pending)
3228 (interrupt_input, interrupts_deferred, pop_kboard)
3229 (temporarily_switch_to_single_kboard, ignore_mouse_drag_p)
3230 (command_loop_1, adjust_point_for_property)
3231 (safe_run_hooks_error, input_polling_used, read_char):
3232 (help_char_p, readable_events, kbd_buffer_events_waiting)
3233 (kbd_buffer_get_event, timer_check_2, make_lispy_event)
3234 (lucid_event_type_list_p, get_input_pending):
3235 (gobble_input, menu_separator_name_p, menu_bar_item)
3236 (parse_menu_item, parse_tool_bar_item, read_char_x_menu_prompt)
3237 (read_char_minibuf_menu_prompt, access_keymap_keyremap)
3238 (keyremap_step, test_undefined, read_key_sequence)
3239 (detect_input_pending, detect_input_pending_ignore_squeezables)
3240 (detect_input_pending_run_timers, requeued_events_pending_p)
3241 (quit_throw_to_read_char, Fset_input_interrupt_mode):
3242 * keymap.c (get_keymap, keymap_parent, keymap_memberp)
3243 (access_keymap_1, access_keymap, map_keymap, get_keyelt)
3244 (Fdefine_key, Flookup_key, struct accessible_keymaps_data)
3245 (accessible_keymaps_1, Fkey_description, push_key_description):
3246 (shadow_lookup, struct where_is_internal_data)
3247 (where_is_internal, Fwhere_is_internal, where_is_internal_1)
3248 (Fdescribe_buffer_bindings, describe_map_tree, struct describe_map_elt)
3249 (describe_map, describe_vector):
3250 * menu.c (single_menu_item):
3251 * nsmenu.m (ns_update_menubar):
3252 * process.c (wait_reading_process_output):
3253 * search.c (scan_buffer, scan_newline):
3254 Use bool for boolean.
3255 * keyboard.c (timers_run, swallow_events)
3256 (detect_input_pending_run_timers):
3257 * process.c (wait_reading_process_output):
3258 Use unsigned for counter where wraparound-on-overflow is desired,
3259 since unsigned is guaranteed to have that behavior and signed is not.
3260 (read_char): Use ptrdiff_t for string length.
3261 (get_input_pending): Remove first argument, since it was always
3262 the same pointer-to-int (now pointer-to-boolean) &input_pending,
3263 and behave as if it had that value. Return new value of
3264 input_pending. All callers changed.
3265 * keyboard.h (struct kboard): Use unsigned : 1 for boolean member
3266 immediate_echo. Use ptrdiff_t for echo_after_prompt, since it's
3267 a string length.
3268 * keymap.c (push_key_description): Omit last arg, which was always 1.
3269 All callers changed.
3270
3271 * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
3272
3273 2012-10-10 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
3276 ($(BLD)/term.$(O)): Update dependencies.
3277
3278 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
3279
3280 * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
3281 * lisp.h (enum pvec_type): Adjust comments and omit explicit
3282 initializer for PVEC_NORMAL_VECTOR.
3283
3284 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
3285
3286 Clean out old termopts cruft.
3287 * termopts.h (flow_control, meta_key): Remove unused decls.
3288 * dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
3289 Don't include termopts.h.
3290
3291 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
3292
3293 * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
3294
3295 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
3296
3297 * commands.h (immediate_quit): Remove duplicate decl.
3298
3299 2012-10-09 Jan Djärv <jan.h.d@swipnet.se>
3300
3301 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
3302 caching.
3303 (nsfont_open): Remove setting of Vfonts_in_cache.
3304 (syms_of_nsfont): Remove initialization of Vfonts_in_cache.
3305
3306 2012-10-09 Eli Zaretskii <eliz@gnu.org>
3307
3308 * w32fns.c (w32_last_error): Change the return value to DWORD, to
3309 match what GetLastError returns. Explain why the function is
3310 needed.
3311
3312 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
3313 'is_tooltip_frame', to avoid confusion with its global namesake.
3314
3315 2012-10-08 Daniel Colascione <dancol@dancol.org>
3316
3317 * xdisp.c (start_hourglass): Call w32_note_current_window when
3318 HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
3319 build that caused Emacs to display the hourglass cursor forever.
3320
3321 * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
3322 which is broken under remote desktop, calculate the number of
3323 colors available for a display based on the display's number of
3324 planes and number of bits per pixel per plane. (bug#10397).
3325
3326 2012-10-08 Jan Djärv <jan.h.d@swipnet.se>
3327
3328 * nsfont.m (Vfonts_in_cache): New variable.
3329 (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
3330 are used. Add cached fonts to Vfonts_in_cache.
3331 (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
3332
3333 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
3334
3335 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
3336 in nt/config.nt.
3337 (FONT_H): Define after FRAME_H.
3338 ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
3339 Update dependencies.
3340
3341 * w32term.c: Remove leftover declaration of keyboard_codepage.
3342
3343 2012-10-08 Eli Zaretskii <eliz@gnu.org>
3344
3345 * makefile.w32-in (FONT_H): Add $(FRAME_H).
3346 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
3347 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
3348 (GLOBAL_SOURCES): Add cygw32.c.
3349 ($(BLD)/unexw32.$(O)):
3350 ($(BLD)/w32.$(O)):
3351 ($(BLD)/w32console.$(O)):
3352 ($(BLD)/w32fns.$(O)):
3353 ($(BLD)/w32heap.$(O)):
3354 ($(BLD)/w32menu.$(O)):
3355 ($(BLD)/w32proc.$(O)): Add w32common.h.
3356
3357 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
3358 'const char *'.
3359 (x_to_w32_color): Don't modify the argument, modify a copy instead.
3360
3361 2012-10-08 Daniel Colascione <dancol@dancol.org>
3362
3363 * w32term.h (WM_EMACS_BRINGTOTOP, WM_EMACS_INPUT_READY)
3364 (WM_EMACS_END): Change WM_EMACS_BRINGTOTOP from 22 to 21 to close
3365 accidental message numbering hole. Change other messages to
3366 match.
3367
3368 * w32select.h (HAVE_W32SELECT): Remove.
3369
3370 * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include
3371 w32common.h instead of w32heap.h.
3372
3373 * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size)
3374 (get_allocation_unit, get_processor_type, get_w32_major_version)
3375 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
3376 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
3377 (OS_NT, os_subtype, cache_system_info): Move declarations to
3378 w32common.
3379
3380 * w32heap.c: Include w32common.h.
3381 (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version)
3382 (w32_minor_version, w32_build_number, w32_subtype):
3383 Remove duplicate definitions.
3384
3385 * w32fns.c: Include w32common.h; include w32heap.h only in
3386 WINDOWSNT.
3387
3388 (Fx_file_dialog): Clarify comment on GetOpenFileName structure.
3389 Use `report_file_error' instead of `error' in order to better
3390 inform users of what went wrong. Increase NTGUI_UNICODE file
3391 dialog box file name length to 32k, the maximum allowed by the NT
3392 kernel.
3393
3394 * w32common.h: New file.
3395 (ROUND_UP, ROUND_DOWN, get_page_size)
3396 (get_allocation_unit, get_processor_type, get_w32_major_version)
3397 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
3398 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
3399 (OS_NT, os_subtype, cache_system_info): Move here.
3400
3401 * unexw32.c, unexcw.c: Include w32common.h.
3402
3403 * emacs.c (main): Use (defined (WINDOWSNT) || defined
3404 HAVE_NTGUI) instead of removed HAVE_W32SELECT to decide whether
3405 to call syms_of_w32select.
3406
3407 * cygw32.h: Remove obsolete EXFUN declarations.
3408
3409 * cygw32.c (Qutf_16_le): Rename to Qutf_16le.
3410
3411 * Makefile.in (SOME_MACHINE_OBJECTS): Reverse accidental removal
3412 of w32inevt.o from SOME_MACHINE_OBJECTS.
3413
3414 2012-10-08 Daniel Colascione <dancol@dancol.org>
3415
3416 * image.c: Permanent fix for JPEG compilation issue --- limit
3417 jpeglib `boolean' redefinition to Cygwin builds.
3418
3419 2012-10-08 Eli Zaretskii <eliz@gnu.org>
3420
3421 * image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
3422
3423 * emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on
3424 Cygwin.
3425
3426 2012-10-08 Daniel Colascione <dancol@dancol.org>
3427
3428 * xfaces.c, xdisp.c, window.c, w32xfns.c, w32term.h, w32term.c,
3429 w32select.h w32select.c, w32proc.c, w32menu.c, w32inevt.c,
3430 w32help.c, w32font.c, w32font.c, w32fns.c, w32console.c, w32.h,
3431 w32.c, unexw32.c, termhooks.h, process.c, menu.c, keyboard.h,
3432 keyboard.c, image.c, frame.h, frame.c, fontset.c, font.h, font.c,
3433 emacs.c, dispextern.h, cygw32.h, cygw32.c, conf_post.h,
3434 Makefile.in: use HAVE_NTGUI for W32 GUI and WINDOWSNT for the
3435 operating system. defined(HAVE_NTGUI) && !defined(WINDOWSNT) is
3436 now a supported configuration.
3437
3438 * Makefile.in: consolidate image variables into LIBIMAGE; add
3439 W32_OBJ and W32_LIBS. Compile new files.
3440
3441 * conf_post.h:
3442 (_DebPrint) declare tracing facility for W32 debugging. We need
3443 to unify tracing later.
3444
3445 (NTGUI_UNICODE) Define when compiling for Cygwin to allow the
3446 unconditional use of W32 Unicode functions. Cygwin runs only on
3447 100% Unicode operating systems.
3448
3449 * cygw32.c: New file. Define Cygwin-specific facilities.
3450 (Fcygwin_convert_path_to_windows)
3451 (Fcygwin_convert_path_from_windows): New user functions for
3452 accessing Cygwin path-munging routines.
3453
3454 * cygw32.h: New file.
3455 (WCSDATA, to_unicode, from_unicode): Define facilities for storing
3456 UTF-16LE strings temporarily inside non-Lisp-visible string
3457 objects.
3458
3459 (w32_strerror): Just what it says on the tin.
3460
3461 * emacs.c: Make the NS fork-then-exec code for daemon-launching
3462 also run for Cygwin; both systems have the same problem with using
3463 GUI facilities in a forked child. Also call syms_of_cygw32,
3464 syms_of_w32select in correct places.
3465
3466 (DAEMON_MUST_EXEC): new macro defined to signal that a platform
3467 needs fork-then-exec for daemon launching.
3468
3469 * font.h: Include frame.h.
3470
3471 * image.c: Use the image library cache machinery only when we're
3472 compiling for native WINDOWSNT; Cygwin can use shared libraries
3473 like any other Unixlike system.
3474
3475 * keyboard.c: Clarify a comment regarding the input loop.
3476
3477 * menu.c: When NTGUI_UNICODE is defined, use Unicode menu
3478 functions directly instead of trying to detect at runtime that our
3479 host operating system supports them. We make this change for two
3480 reasons: Cygwin lacks support for the multibyte character
3481 conversion functions used by the legacy menu code, and Cygwin
3482 never needs to rely on non-Unicode APIs.
3483
3484 * unexw32.c (hinst): Declare extern.
3485
3486 * w32.c: Change header order;
3487 (w32_strerror): Move to w32fns.c because we need it for
3488 non-WINDOWSNT builds.
3489
3490 * w32.h: Add #error macro to make sure we don't include w32.h for
3491 Cygwin builds. Remove w32select declarations.
3492
3493 * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to
3494 w32fns.c. w32console.c is WINDOWSNT-only.
3495
3496 * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more
3497 NTGUI_UNICODE tweaks. (See above.) Change _snprintf to the more
3498 POSIXy alternative.
3499 (faked_key, sysinfo_cache, osinfo_cahce, syspage_mask)
3500 (w32_major_version, w32_minor_version, w32_build_number)
3501 (os_subtype, sound_type): Define here
3502 (w32_defined_color): Make color parameter const for consistency
3503 with other _defined_color functions.
3504 (w32_createwindow): Unconditionally call w32_init_class instead of
3505 doing so only when hprevinst is non-NULL. Plumbing hprevinst
3506 through the code is complex and unnecessary because class
3507 registration is practically free.
3508 (w32_name_of_message): New EMACSDEBUG-only function.
3509 (Fset_message_beep): Move here
3510 (Fx_open_connection): Require that the display name for Windows be
3511 "w32" for consistency, emacsclient disambiguation, and maybe, one
3512 day, multi-window-system support.
3513 (file_dialog_callback): NTGUI_UNICODE changes; encode and decode
3514 Cygwin files for W32 GUI facilities, since these clearly don't
3515 expect Cygwin names.
3516 (_DebPrint): Define.
3517 (w32_strerror, w32_console_toggle_lock_key, w32_kbd_mods_to_emacs)
3518 (w32_kbd_patch_key, w32_sys_ring_bell): Move here.
3519 (Ssystem_move_file_to_trash): Define only for native WINDOWSNT.
3520 (w32_last_error): Remove.
3521
3522 * w32font.c: Define _strlwr to strlwr for non-WINDOWSNT builds.
3523
3524 * w32heap.c (syspage_mask): Declare here.
3525 (cache_system_info): Remove.
3526
3527 * w32inevt.c (faked_key): Define globally, not statically.
3528 (w32_kbd_mods_to_emacs, w32_kbd_patch_key, faked_key)
3529 (w32_console_toggle_lock_key): Move to w32fns.c.
3530
3531 * w32menu.c: Include setjmp.h. NTGUI_UNICODE changes throughout.
3532
3533 * w32proc.c (_DebPrint): Move to w32fns.c.
3534 * w32select.c: Include string.h, stdio.h for Cygwin.
3535 * w32select.h: New File.
3536
3537 * w32term.c: Include io.h for non-CYGWIN builds; needed for
3538 get_osfhandle.
3539 (w32_message_fd): New variable. Under Cygwin, holds the file
3540 descriptor the system used to tell us about pending thread
3541 messages.
3542
3543 (w32_init_term): Remove incorrect calls to fcntl and init_sigio
3544 that prevented compilation under non-WINDOWSNT systems.
3545
3546 (w32_initialize): Open /dev/windows and assign it to
3547 w32_message_fd. Provide w32 feature.
3548
3549 * w32term.h: Include frame.h, atimer.h. Declare various frame functions.
3550 (WM_EMACS_INPUT_READY): add.
3551 (prepend_msg, w32_message_fd): Declare globally.
3552
3553 * w32xfns.c:
3554 (keyboard_handle): Use only when WINDOWSNT.
3555 (notify_msg_ready): New function. Posts a message to the main
3556 thread's message queue under CYGWIN, which wakes up the main
3557 thread from select(2) by making the /dev/windows file descriptor
3558 ready. Under WINDOWSNT, it sets an event the same way the old
3559 code did.
3560
3561 (post, prepend_msg): Actually call notify_msg_ready instead of
3562 setting the input event directly.
3563
3564 2012-10-07 Eli Zaretskii <eliz@gnu.org>
3565
3566 * ralloc.c (relinquish): If a heap is ready to be relinquished,
3567 but it still has blocs in it, don't return it to the system,
3568 instead of aborting. (Bug#12402)
3569
3570 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
3571
3572 * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).
3573
3574 * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of
3575 MAC_OS_X_VERSION_10_6.
3576 (syms_of_nsterm): Remove comment about Panther and above for
3577 ns-antialias-text.
3578 * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
3579 (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
3580 (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
3581
3582 * nsselect.m (ns_string_from_pasteboard): Remove check for >=
3583 MAC_OS_X_VERSION_10_4.
3584
3585 * nsmenu.m (fillWithWidgetValue:): Remove code for <
3586 MAC_OS_X_VERSION_10_2.
3587
3588 * nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.
3589
3590 * nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
3591 (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.
3592
3593 * nsterm.m (ns_in_resize): Remove (Bug#12479).
3594 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
3595 (ns_clear_frame, sendEvent, windowDidResize, drawRect:):
3596 Remove ns_in_resize check.
3597 (ns_clear_frame_area): Remove resize handle code.
3598
3599 * nsfns.m (ns_in_resize): Remove.
3600 (x_set_icon_name, ns_set_name, ns_set_name_as_filename):
3601 Remove ns_in_resize check.
3602
3603 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
3604
3605 Improve sys_siglist detection.
3606 * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
3607 defined as a macro, as is done in Solaris.
3608 (sys_siglist_entries): New macro.
3609 (save_strsignal): Use it.
3610 * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
3611 GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
3612
3613 2012-10-06 Jan Djärv <jan.h.d@swipnet.se>
3614
3615 * nsfns.m (Fx_create_frame): Call x_default_parameter with
3616 fullscreen/Fullscreen.
3617
3618 * nsterm.h (EmacsView): Rename tbar_height to tibar_height.
3619 tobar_height is new.
3620
3621 * nsterm.m (x_make_frame_visible): Check for fullscreen.
3622 (ns_fullscreen_hook): Activate old style fullscreen with a timer.
3623 (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
3624 (windowDidResize:): Check for correct window if old style fullscreen.
3625 Capitalize word in comment. Remove incorrect comment.
3626 (initFrameFromEmacs:): tbar_height renamed tibar_height.
3627 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
3628 error in drawing background.
3629 (toggleFullScreen:): Remove comment. Rearrange calls.
3630 Set toolbar values to zero, save old height in tobar_height.
3631 Restore tool bar height when leaving fullscreen.
3632 (canBecomeMainWindow): New function.
3633
3634 2012-10-06 Paul Eggert <eggert@cs.ucla.edu>
3635
3636 * keyboard.c (read_char): Remove unnecessary 'volatile's and label.
3637
3638 2012-10-05 Eli Zaretskii <eliz@gnu.org>
3639
3640 * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
3641
3642 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
3643 that time stamps of directories could also be changed.
3644 Don't request the too broad GENERIC_WRITE, only the more restrictive
3645 FILE_WRITE_ATTRIBUTES access rights.
3646
3647 * fileio.c (Fset_file_times): Special-case ignoring errors for
3648 directories only on MSDOS, not on MS-Windows.
3649
3650 2012-10-05 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
3651
3652 * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555)
3653
3654 2012-10-04 Eli Zaretskii <eliz@gnu.org>
3655
3656 * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
3657 see whether CreateFile failed.
3658
3659 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
3660
3661 * profiler.c (handle_profiler_signal): Inhibit pending signals too,
3662 to avoid similar races.
3663 * keyboard.c (pending_signals): Now bool, not int.
3664
3665 Port timers to OpenBSD, plus check for timer failures.
3666 OpenBSD problem reported by Han Boetes.
3667 * profiler.c (setup_cpu_timer): Check for failure of timer_settime
3668 and/or setitimer.
3669 (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
3670 * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms
3671 like OpenBSD, which has timer_settime but does not declare it.
3672 OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
3673 whether to use itimerspec-related primitives. All uses of
3674 HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
3675
3676 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
3677
3678 * profiler.c (handle_profiler_signal): Fix a malloc race
3679 that caused Emacs to hang on Fedora 17 when profiling Lisp.
3680
3681 2012-10-02 Jan Djärv <jan.h.d@swipnet.se>
3682
3683 * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
3684
3685 2012-10-02 Eli Zaretskii <eliz@gnu.org>
3686
3687 * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
3688 consistent with the change in return value of 'safe_strsignal'.
3689
3690 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
3691
3692 Prefer plain 'static' to 'static inline' (Bug#12541).
3693 * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
3694 (bidi_set_sor_type, bidi_push_embedding_level)
3695 (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
3696 (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
3697 (bidi_cache_search, bidi_cache_ensure_space)
3698 (bidi_cache_iterator_state, bidi_cache_find)
3699 (bidi_peek_at_next_level, bidi_set_paragraph_end)
3700 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
3701 (bidi_explicit_dir_char, bidi_resolve_neutral_1):
3702 Now 'static', not 'static inline'.
3703
3704 Count overruns when profiling; change units to ns.
3705 * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
3706 Give extra weight to samples after overruns, to attempt to count
3707 the time more accurately.
3708 (setup_cpu_timer): Change sampling interval units from ms to ns, since
3709 the underlying primitives nominally do ns.
3710 (Fprofiler_cpu_start): Document the change. Mention that
3711 the sampling intervals are only approximate.
3712
3713 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
3716
3717 * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
3718 case for the special 0 coding-system.
3719
3720 * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
3721 (Fmake_overlay): Remove redundant tests.
3722 (fix_start_end_in_overlays): Remove redundant recentering.
3723
3724 2012-10-02 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
3727 Update dependencies.
3728
3729 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3730
3731 Fix a malloc race condition involving strsignal.
3732 A signal can arrive in the middle of a malloc, and Emacs's signal
3733 handler can invoke strsignal, which can invoke malloc, which is
3734 not portable. This race condition bug makes Emacs hang on GNU/Linux.
3735 Fix it by altering the signal handler so that it does not invoke
3736 strsignal.
3737 * emacs.c (shut_down_emacs): Use safe_strsignal, not strsignal.
3738 * process.c (status_message): Use const pointer, in case strsignal
3739 is #defined to safe_strsignal.
3740 * sysdep.c (sys_siglist, init_signals): Always define and
3741 initialize a substitute sys_siglist if the system does not define
3742 one, even if HAVE_STRSIGNAL.
3743 (safe_strsignal): Rename from strsignal. Always define,
3744 using sys_siglist. Return a const pointer.
3745 * syssignal.h (safe_strsignal): New decl.
3746 (strsignal) [!HAVE_STRSIGNAL]: Define in terms of safe_strsignal.
3747
3748 2012-10-01 Eli Zaretskii <eliz@gnu.org>
3749
3750 * w32proc.c (timer_loop): Fix code that waits for timer
3751 expiration, to avoid high CPU usage.
3752
3753 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
3756 (sweep_weak_table): Remove redundant prototypes.
3757
3758 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
3759
3760 * emacs.c: Move the inclusion of TERM_HEADER after including
3761 windows.h on WINDOWSNT. This avoids compilation problems with
3762 MSVC.
3763
3764 2012-10-01 Eli Zaretskii <eliz@gnu.org>
3765
3766 * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET)
3767 (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses.
3768 (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *',
3769 as the previous version used 'void *'.
3770
3771 * ralloc.c (ROUNDUP): Fix last change.
3772 (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type
3773 'size_t'.
3774
3775 * w32proc.c <disable_itimers>: New static flag.
3776 (init_timers): Initialize it to zero, after creating the critical
3777 sections used by the timer threads.
3778 (term_timers): Set to 1 before deleting the critical sections.
3779 (getitimer, setitimer): If disable_itimers is non-zero, return an
3780 error indication without doing anything. Reported by Fabrice
3781 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
3782 (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
3783 return results.
3784 [!HAVE_SETITIMER]: Behave as the previous version that didn't
3785 support timers.
3786
3787 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
3788 term_ntproc after all the other bookkeeping, to get timers working
3789 as long as possible.
3790
3791 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3792
3793 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
3794 Suggested by Juri Linkov in
3795 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
3796
3797 Prefer plain 'static' to 'static inline' (Bug#12541).
3798 With static functions, modern compilers inline pretty well by
3799 themselves; advice from programmers often hurts as much as it helps.
3800 On my host (x86-64, Fedora 17, GCC 4.7.2, default 'configure'),
3801 this change shrinks the text size of the Emacs executable by 1.1%
3802 without affecting CPU significantly in my benchmark.
3803 * alloc.c (mem_find, live_string_p, live_cons_p, live_symbol_p)
3804 (live_float_p, live_misc_p, live_vector_p, live_buffer_p)
3805 (mark_maybe_object, mark_maybe_pointer, bounded_number):
3806 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
3807 (bset_auto_fill_function, bset_auto_save_file_format)
3808 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
3809 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
3810 (bset_cache_long_line_scans, bset_case_fold_search)
3811 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
3812 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
3813 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
3814 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
3815 (bset_header_line_format, bset_indicate_buffer_boundaries)
3816 (bset_indicate_empty_lines, bset_invisibility_spec)
3817 (bset_left_fringe_width, bset_major_mode, bset_mark)
3818 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
3819 (bset_name, bset_overwrite_mode, bset_pt_marker)
3820 (bset_right_fringe_width, bset_save_length)
3821 (bset_scroll_bar_width, bset_scroll_down_aggressively)
3822 (bset_scroll_up_aggressively, bset_selective_display)
3823 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
3824 (bset_word_wrap, bset_zv_marker, set_buffer_overlays_before)
3825 (set_buffer_overlays_after):
3826 * category.c (bset_category_table):
3827 * charset.c (read_hex):
3828 * coding.c (produce_composition, produce_charset)
3829 (handle_composition_annotation, handle_charset_annotation)
3830 (char_encodable_p):
3831 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers)
3832 (assign_row, set_frame_matrix_frame, make_current)
3833 (add_row_entry):
3834 * eval.c (set_specpdl_symbol, set_specpdl_old_value):
3835 * fns.c (maybe_resize_hash_table):
3836 * frame.c (fset_buffer_predicate, fset_minibuffer_window):
3837 * gmalloc.c (register_heapinfo):
3838 * image.c (lookup_image_type):
3839 * intervals.c (set_interval_object, set_interval_left)
3840 (set_interval_right, copy_interval_parent, rotate_right)
3841 (rotate_left, balance_possible_root_interval):
3842 * keyboard.c (kset_echo_string, kset_kbd_queue)
3843 (kset_keyboard_translate_table, kset_last_prefix_arg)
3844 (kset_last_repeatable_command, kset_local_function_key_map)
3845 (kset_overriding_terminal_local_map, kset_real_last_command)
3846 (kset_system_key_syms, clear_event, set_prop):
3847 * lread.c (digit_to_number):
3848 * marker.c (attach_marker, live_buffer, set_marker_internal):
3849 * nsterm.m (ns_compute_glyph_string_overhangs):
3850 * process.c (pset_buffer, pset_command)
3851 (pset_decode_coding_system, pset_decoding_buf)
3852 (pset_encode_coding_system, pset_encoding_buf, pset_filter)
3853 (pset_log, pset_mark, pset_name, pset_plist, pset_sentinel)
3854 (pset_status, pset_tty_name, pset_type, pset_write_queue):
3855 * syntax.c (bset_syntax_table, dec_bytepos):
3856 * terminal.c (tset_param_alist):
3857 * textprop.c (interval_has_some_properties)
3858 (interval_has_some_properties_list):
3859 * window.c (wset_combination_limit, wset_dedicated)
3860 (wset_display_table, wset_hchild, wset_left_fringe_width)
3861 (wset_left_margin_cols, wset_new_normal, wset_new_total)
3862 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
3863 (wset_right_fringe_width, wset_right_margin_cols)
3864 (wset_scroll_bar_width, wset_start, wset_temslot, wset_vchild)
3865 (wset_vertical_scroll_bar_type, wset_window_parameters):
3866 * xdisp.c (wset_base_line_number, wset_base_line_pos)
3867 (wset_column_number_displayed, wset_region_showing)
3868 (window_box_edges, run_window_scroll_functions)
3869 (append_glyph_string_lists, prepend_glyph_string_lists)
3870 (append_glyph_string, set_glyph_string_background_width)
3871 (append_glyph, append_composite_glyph)
3872 (take_vertical_position_into_account):
3873 * xfaces.c (x_create_gc, x_free_gc, merge_face_vectors)
3874 (face_attr_equal_p, lface_equal_p, hash_string_case_insensitive)
3875 (lface_hash, lface_same_font_attributes_p, lookup_face):
3876 * xml.c (libxml2_loaded_p):
3877 * xterm.c (x_set_mode_line_face_gc, x_set_glyph_string_gc)
3878 (x_set_glyph_string_clipping, x_clear_glyph_string_rect):
3879 Now 'static', not 'static inline'.
3880
3881 * bidi.c: Tune.
3882 (bidi_copy_it): Do the whole copy with a single memcpy.
3883 (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
3884
3885 Revert the FOLLOW-SYMLINKS change for file-attributes.
3886 Doing it right would require several changes to Tramp, and there's
3887 not enough time to get that tested before the freeze today.
3888 * dired.c (directory_files_internal, Ffile_attributes):
3889 Undo last change.
3890
3891 * frame.c (x_report_frame_params): Port better to wider ints.
3892 Do not assume that EMACS_UINT is the same width as uprintmax_t,
3893 or that pointers can be printed in 15 decimal digits.
3894 Avoid GCC warnings if EMACS_UINT is wider than a pointer.
3895
3896 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
3897
3898 Support x64 build on MS-Windows.
3899 * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64.
3900 (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for
3901 compatibility with x64.
3902 (x_get_focus_frame): Add prototype.
3903
3904 * w32term.c (w32_draw_underwave): Don't use GCC extensions for
3905 defining an XRectangle structure.
3906
3907 * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
3908 arithmetics for compatibility with x64.
3909
3910 * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
3911 compatibility with x64.
3912
3913 * w32heap.h: Adjust prototypes and declarations.
3914
3915 * w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap)
3916 (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of
3917 DWORD, long, and unsigned long, for compatibility with x64.
3918 (allocate_heap) [_WIN64]: Reserve 32GB of memory.
3919 (sbrk): Argument is now of type ptrdiff_t.
3920
3921 * w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being
3922 less than 0x0500.
3923 (w32_msg_pump): Use WPARAM type for 'result'.
3924
3925 * w32.c (init_environment, get_emacs_configuration): Support AMD64
3926 architecture.
3927 (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for
3928 compatibility with x64.
3929
3930 * vm-limit.c (lim_data): Now size_t.
3931 (check_memory_limits): Adjust prototypes of real_morecore and
3932 __morecore to receive argument of type ptrdiff_t. Use size_t for
3933 five_percent and data_size.
3934
3935 * unexw32.c: Use DWORD_PTR instead of DWORD for file-scope
3936 variables, for compatibility with x64.
3937 (rva_to_section, offset_to_section, relocate_offset)
3938 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET)
3939 (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info)
3940 (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD
3941 for compatibility with x64.
3942
3943 * sysdep.c (STDERR_FILENO): Define if not already defined.
3944
3945 * ralloc.c (real_morecore): Argument type is now ptrdiff_t.
3946 (__morecore): Argument type is now ptrdiff_t.
3947 (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'.
3948 (relinquish): Use ptrdiff_t type for 'excess'.
3949 (r_alloc_sbrk): Argument type is now ptrdiff_t.
3950
3951 * makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE.
3952 (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE)
3953 instead of a literal number.
3954
3955 * gmalloc.c [WINDOWSNT]: Include w32heap.h.
3956 (min): Define only if not already defined.
3957
3958 * frame.c (x_report_frame_params): Use EMACS_UINT for the return
3959 value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows
3960 hosts.
3961
3962 * image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since
3963 'bitmaps' is a pointer.
3964
3965 * dispextern.h (x_bitmap_pixmap): Adjust prototype.
3966
3967 * alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__.
3968
3969 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3970
3971 file-attributes has a new optional arg FOLLOW-SYMLINKS.
3972 * dired.c (directory_files_internal, Ffile_attributes):
3973 New arg follow_symlinks. All uses changed.
3974
3975 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.
3978
3979 2012-09-30 Eli Zaretskii <eliz@gnu.org>
3980
3981 Support atimers and CPU profiler via profile.c on MS-Windows.
3982 * w32proc.c (sig_mask, crit_sig): New static variables.
3983 (sys_signal): Support SIGALRM and SIGPROF.
3984 (sigemptyset, sigaddset, sigfillset, sigprocmask)
3985 (pthread_sigmask, setpgrp): Move here from w32.c. sigaddset,
3986 sigfillset, and sigprocmask are no longer no-ops.
3987 (sigismember): New function.
3988 (struct itimer_data): New definition.
3989 (ticks_now, real_itimer, prof_itimer, clocks_min, crit_real)
3990 (crit_prof): New static variables.
3991 (MAX_SINGLE_SLEEP): New definition.
3992 (timer_loop, stop_timer_thread, term_timers, init_timers)
3993 (start_timer_thread, getitimer, setitimer): New functions.
3994 (alarm): No longer a no-op, calls setitimer.
3995
3996 * w32.c (term_ntproc): Call term_timers.
3997 (init_ntproc): Make sure all signals are unblocked at startup, to
3998 erase any traces of dumping. Call init_timers.
3999
4000 * w32fns.c (hourglass_timer, HOURGLASS_ID): Remove.
4001 Windows-specific code to display the hourglass mouse pointer is no
4002 longer used.
4003 (w32_wnd_proc): Remove code that handled the WM_TIMER message due
4004 to hourglass timer expiration.
4005 (start_hourglass, cancel_hourglass, DEFAULT_HOURGLASS_DELAY):
4006 Remove, no longer used.
4007 (w32_note_current_window, show_hourglass, hide_hourglass):
4008 New functions, in support of hourglass cursor display similar to other
4009 window systems.
4010 (syms_of_w32fns): Don't initialize hourglass_timer.
4011
4012 * xdisp.c (start_hourglass, cancel_hourglass): Now used on
4013 WINDOWSNT as well.
4014 (start_hourglass) [WINDOWSNT]: Call w32_note_current_window.
4015
4016 * w32.h (init_timers, term_timers): Add prototypes.
4017
4018 2012-09-30 Kenichi Handa <handa@gnu.org>
4019
4020 * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention
4021 to the buffer relocation which may be caused by ccl_driver.
4022
4023 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4024
4025 * xfns.c (Fx_file_dialog): Update comment.
4026
4027 * w32fns.c (Fx_file_dialog): Update comment.
4028
4029 * nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
4030 Initialize panel name field if OSX >= 10.6.
4031
4032 * fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.
4033
4034 * nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.
4035
4036 * nsterm.m (NEW_STYLE_FS): New define.
4037 (ns_fullscreen_hook, windowWillEnterFullScreen)
4038 (windowDidEnterFullScreen, windowWillExitFullScreen)
4039 (windowDidExitFullScreen, toggleFullScreen, handleFS)
4040 (setFSValue): New functions.
4041 (EmacsFSWindow): New implementation.
4042 (canBecomeKeyWindow): New function for EmacsFSWindow.
4043 (ns_create_terminal): Set fullscreen_hook to ns_fullscreen_hook.
4044 (dealloc): Release nonfs_window if in fullscreen.
4045 (updateFrameSize:): Call windowDidMove to update top/left.
4046 (windowWillResize:toSize:): Check if frame is still maximized.
4047 (initFrameFromEmacs:): Initialize fs_state, fs_before_fs,
4048 next_maximized, maximized_width, maximized_height and nonfs_window.
4049 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and
4050 tbar_height.
4051 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
4052 fullscreen. Set maximized_width/height. Act on next_maximized.
4053
4054 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
4055 (EmacsView): Add variables for fullscreen.
4056 (handleFS, setFSValue, toggleFullScreen): New in EmacsView.
4057 (EmacsFSWindow): New interface for fullscreen.
4058
4059 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4060
4061 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4062
4063 2012-09-30 Chong Yidong <cyd@gnu.org>
4064
4065 * fns.c (Frandom): Doc fix.
4066
4067 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4068
4069 * window.c (Vwindow_combination_limit): New default value.
4070 (Qwindow_size): New symbol replacing Qtemp_buffer_resize.
4071
4072 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4073
4074 * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.
4075 Suggested by Eli Zaretskii in
4076 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00811.html>.
4077
4078 2012-09-30 Eli Zaretskii <eliz@gnu.org>
4079
4080 * profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
4081 HAVE_TIMER_SETTIME is defined.
4082
4083 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4084
4085 Profiler improvements: more-accurate timers, overflow checks.
4086 * profiler.c: Don't include stdio.h, limits.h, sys/time.h,
4087 signal.h, setjmp.h. Include systime.h instead.
4088 (saturated_add): New function.
4089 (record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
4090 (record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
4091 (profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
4092 New static vars.
4093 (enum profiler_cpu_running): New enum.
4094 (profiler_cpu_running): Now of that enum type, not bool.
4095 All uses changed to store the new value.
4096 (handle_profiler_signal): Rename from sigprof_handler_1,
4097 for consistency with other handlers. Do not check whether
4098 cpu_log is a hash-table if garbage collecting, since it
4099 doesn't matter in that case.
4100 (deliver_profiler_signal): Rename from sigprof_handler,
4101 for consistency with other handlers.
4102 (setup_cpu_timer): New function, with much of what used to be in
4103 Fprofiler_cpu_start. Check for out-of-range argument.
4104 Prefer timer_settime if available, and prefer
4105 thread cputime clocks, then process cputime clocks, then
4106 monotonic clocks, to the old realtime clock. Use make_timeval
4107 to round more-correctly when falling back to setitimer.
4108 (Fprofiler_cpu_start): Use it.
4109 (Fprofiler_cpu_stop): Prefer timer_settime if available.
4110 Don't assume that passing NULL as the 2nd argument of setitimer
4111 is the same as passing a pointer to all-zero storage.
4112 Ignore SIGPROF afterwards.
4113 (malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
4114 * sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
4115 non-fatal signal handlers. Ignore SIGPROF on startup.
4116 * syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
4117 in profiler.c, since sysdep.c now uses it.
4118
4119 * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
4120 Suggested by Eli Zaretskii in
4121 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
4122
4123 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
4124
4125 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4126
4127 2012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * lisp.h (struct backtrace): Remove indirection for `function' field.
4130 * xdisp.c (redisplay_internal):
4131 * profiler.c (record_backtrace, sigprof_handler_1):
4132 * alloc.c (Fgarbage_collect):
4133 * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
4134 (Fbacktrace_frame): Adjust accordingly.
4135
4136 2012-09-28 Glenn Morris <rgm@gnu.org>
4137
4138 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
4139 (Frun_hook_with_args_until_failure): Doc fixes.
4140
4141 2012-09-28 Eli Zaretskii <eliz@gnu.org>
4142
4143 * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
4144 Qautomatic_redisplay and change the symbol name. All users changed.
4145
4146 2012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
4147
4148 * profiler.c (sigprof_handler): Fix race condition.
4149
4150 2012-09-28 Glenn Morris <rgm@gnu.org>
4151
4152 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528)
4153
4154 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
4155
4156 Check more robustly for timer_settime.
4157 * Makefile.in (LIB_TIMER_TIME): New macro.
4158 (LIBES): Add it.
4159 * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
4160 Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
4161 call timer_settime.
4162
4163 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4164
4165 * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
4166
4167 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4168
4169 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4170
4171 2012-09-26 Paul Eggert <eggert@cs.ucla.edu>
4172
4173 * character.h (MAYBE_UNIFY_CHAR): Remove.
4174 * charset.c, charset.h (maybe_unify_char): Now static.
4175 * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
4176 Since this stuff is now private to charset.c, there's no need for
4177 a public macro and no need to inline by hand.
4178
4179 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4180 Stefan Monnier <monnier@iro.umontreal.ca>
4181 Juanma Barranquero <lekktu@gmail.com>
4182
4183 * profiler.c: New file.
4184 * Makefile.in (base_obj): Add profiler.o.
4185 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
4186 ($(BLD)/profiler.$(O)): New target.
4187 * emacs.c (main): Call syms_of_profiler.
4188 * alloc.c (Qautomatic_gc): New constant.
4189 (MALLOC_PROBE): New macro.
4190 (xmalloc, xzalloc, xrealloc, lisp_malloc, lisp_align_malloc): Use it.
4191 (total_bytes_of_live_objects): New function.
4192 (Fgarbage_collect): Use it. Record itself in backtrace_list.
4193 Call malloc_probe for the memory profiler.
4194 (syms_of_alloc): Define Qautomatic_gc.
4195 * eval.c (eval_sub, Ffuncall): Reorder assignments to avoid
4196 race condition.
4197 (struct backtrace): Move definition...
4198 * lisp.h (struct backtrace): ..here.
4199 (Qautomatic_gc, profiler_memory_running): Declare vars.
4200 (malloc_probe, syms_of_profiler): Declare functions.
4201 * xdisp.c (Qautomatic_redisplay): New constant.
4202 (redisplay_internal): Record itself in backtrace_list.
4203 (syms_of_xdisp): Define Qautomatic_redisplay.
4204
4205 2012-09-25 Eli Zaretskii <eliz@gnu.org>
4206 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
4207
4208 * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
4209
4210 2012-09-25 Paul Eggert <eggert@cs.ucla.edu>
4211
4212 Prefer POSIX timers if available.
4213 They avoid a race if the timer is too close to the current time.
4214 * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
4215 (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
4216 (init_atimer) [SIGEV_SIGNAL]: Initialize them.
4217
4218 2012-09-25 Eli Zaretskii <eliz@gnu.org>
4219
4220 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
4221 CHAR_STRING_ADVANCE.
4222 (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
4223 STRING_CHAR_ADVANCE.
4224
4225 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
4226
4227 Move Vlibrary_cache to emacs.c and reset before dumping.
4228
4229 * lisp.h (reset_image_types): Declare.
4230 [WINDOWSNT] (Vlibrary_cache): Declare.
4231
4232 * image.c (reset_image_types): New function.
4233
4234 * emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
4235 (syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
4236 (Fdump_emacs): Reset Vlibrary_cache and image_types.
4237
4238 * w32.c (Vlibrary_cache): Do not define; moved to emacs.c
4239 (globals_of_w32) <Vlibrary_cache>: Do not initialize.
4240
4241 * w32.h (Vlibrary_cache): Do not declare.
4242
4243 2012-09-25 Eli Zaretskii <eliz@gnu.org>
4244
4245 * w32proc.c (sys_signal): Handle all signals defined by the
4246 MS-Windows runtime, not just SIGCHLD. Actually install the signal
4247 handlers for signals supported by Windows. Don't override
4248 term_ntproc as the handler for SIGABRT.
4249 (sigaction): Rewrite to call sys_signal instead of duplicating its
4250 code.
4251 (sys_kill): Improve commentary.
4252
4253 * w32.c (term_ntproc): Accept (and ignore) one argument, for
4254 consistency with a signature of a signal handler. All callers
4255 changed.
4256 (init_ntproc): Accept an argument DUMPING. If dumping, don't
4257 install term_ntproc as a signal handler for SIGABRT, as that
4258 should be done by the dumped Emacs.
4259
4260 * w32.h (init_ntproc, term_ntproc): Adjust prototypes.
4261
4262 * w32select.c (term_w32select): Protect against repeated
4263 invocation by setting clipboard_owner to NULL after calling
4264 DestroyWindow.
4265
4266 * emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
4267 and term_ntproc to their modified signatures.
4268
4269 * character.c (char_string, string_char): Remove calls to
4270 MAYBE_UNIFY_CHAR. See the discussion starting at
4271 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
4272 for the details.
4273
4274 2012-09-25 Chong Yidong <cyd@gnu.org>
4275
4276 * xdisp.c (mode_line_inverse_video): Delete obsolete variable.
4277
4278 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * bytecode.c (exec_byte_code): Signal an error instead of aborting,
4281 when encountering an unknown bytecode.
4282
4283 2012-09-24 Paul Eggert <eggert@cs.ucla.edu>
4284
4285 image.c, indent.c: Use bool for booleans.
4286 * dispextern.h (struct image_type): Members valid_p, load, init
4287 now return bool, not int. All uses changed.
4288 * image.c: Omit unnecessary static decls.
4289 (x_create_bitmap_mask, x_build_heuristic_mask):
4290 Return void, not int, since callers don't care about the return value.
4291 (x_create_bitmap_mask, define_image_type, valid_image_p)
4292 (struct image_keyword, parse_image_spec, image_spec_value)
4293 (check_image_size, image_background)
4294 (image_background_transparent, x_clear_image_1)
4295 (postprocess_image, lookup_image, x_check_image_size)
4296 (x_create_x_image_and_pixmap, xbm_image_p)
4297 (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
4298 (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
4299 (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
4300 (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
4301 (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
4302 (png_image_p, init_png_functions, png_load_body, png_load)
4303 (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
4304 (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
4305 (init_gif_functions, gif_load, imagemagick_image_p)
4306 (imagemagick_load_image, imagemagick_load, svg_image_p)
4307 (init_svg_functions, svg_load, svg_load_image, gs_image_p)
4308 (gs_load):
4309 * nsimage.m (ns_load_image):
4310 * nsterm.m (ns_defined_color):
4311 * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
4312 * xfns.c (x_defined_color):
4313 * xterm.c (x_alloc_lighter_color_for_widget)
4314 (x_alloc_nearest_color_1, x_alloc_nearest_color)
4315 (x_alloc_lighter_color):
4316 * indent.c (disptab_matches_widthtab, current_column)
4317 (scan_for_column, string_display_width, indented_beyond_p)
4318 (compute_motion, vmotion, Fvertical_motion):
4319 Use bool for booleans.
4320
4321 2012-09-24 Chong Yidong <cyd@gnu.org>
4322
4323 * chartab.c (Fset_char_table_default): Obsolete function removed.
4324
4325 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
4326
4327 Move pid_t related decls out of lisp.h.
4328 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
4329 (interruptible_wait_for_termination):
4330 Move these decls from lisp.h to syswait.h, since they use pid_t.
4331 Needed on FreeBSD; see Herbert J. Skuhra in
4332 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
4333 * callproc.c: Include syswait.h.
4334
4335 gnutls.c, gtkutil.c: Use bool for boolean.
4336 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
4337 (emacs_gnutls_handle_error):
4338 * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
4339 (xg_hide_tooltip, xg_create_frame_widgets)
4340 (create_dialog, xg_uses_old_file_dialog)
4341 (xg_get_file_with_chooser, xg_get_file_with_selection)
4342 (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
4343 (xg_item_label_same_p, xg_update_menubar)
4344 (xg_modify_menubar_widgets, xg_event_is_for_menubar)
4345 (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
4346 (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
4347 (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
4348 (update_frame_tool_bar, free_frame_tool_bar):
4349 * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
4350 * nsmenu.m (ns_update_menubar):
4351 * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
4352 * xfns.c (Fx_show_tip) [USE_GTK]:
4353 Use bool for boolean.
4354 * gtkutil.c (xg_update_frame_menubar):
4355 * xmenu.c (update_frame_menubar):
4356 Return void, not int, since caller ignores return value.
4357 * gtkutil.c (xg_change_toolbar_position):
4358 Return void, not 1.
4359
4360 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
4361
4362 * makefile.w32-in (BLOCKINPUT_H): Remove.
4363 (SYSSIGNAL_H): New macro.
4364 ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
4365 ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
4366 ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
4367 ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
4368 ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
4369 ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
4370 ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
4371 ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
4372 ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
4373 ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
4374 ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
4375 ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
4376 ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
4377 ($(BLD)/w32xfns.$(O)): Update dependencies.
4378
4379 2012-09-23 Eli Zaretskii <eliz@gnu.org>
4380
4381 * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
4382 fatal_error_backtrace.
4383
4384 * w32proc.c (sys_kill): Undo last change: don't do anything when
4385 invoked to deliver SIGABRT to our own process. This is now
4386 handled by emacs_raise.
4387
4388 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * w32term.c (w32_read_socket): Remove leftover reference to
4391 interrupt_input_pending.
4392
4393 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
4394
4395 Do not use SA_NODEFER.
4396 Problem reported by Dani Moncayo in
4397 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
4398 * alloc.c (die):
4399 * sysdep.c (emacs_abort): Do not reset signal handler.
4400 * emacs.c (terminate_due_to_signal): Reset signal handler here.
4401 * sysdep.c (init_signals): Do not use SA_NODEFER. It wasn't
4402 wanted even on POSIXish hosts, and it doesn't work on Windows.
4403
4404 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
4405
4406 * xterm.c (x_term_init): Call fixup_locale before and after calling
4407 gtk_init (Bug#12392).
4408
4409 2012-09-23 Chong Yidong <cyd@gnu.org>
4410
4411 * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
4412 Vdynamic_library_alist.
4413
4414 * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
4415 (Fgnutls_available_p): Caller changed.
4416
4417 * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
4418 (Flibxml_parse_xml_region): Likewise.
4419
4420 * dispextern.h (struct image_type): Remove arg from init function.
4421
4422 * image.c (Finit_image_library, lookup_image_type)
4423 (define_image_type): Remove now-unneeded second arg.
4424 (init_xpm_functions, init_png_functions, init_jpeg_functions)
4425 (init_tiff_functions, init_gif_functions, init_svg_functions):
4426 Arglist and w32_delayed_load calling convention changed.
4427 (gs_type): Remove init_gs_functions; there is no such function.
4428 (valid_image_p, make_image): Fix caller to lookup_image_type.
4429
4430 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
4431
4432 Simplify and avoid signal-handling races (Bug#12471).
4433 * alloc.c (die):
4434 * sysdep.c (emacs_abort) [HAVE_NTGUI]:
4435 Avoid recursive loop if there's a fatal error in the function itself.
4436 * atimer.c (pending_atimers):
4437 * blockinput.h: Don't include "atimer.h"; no longer needed.
4438 (interrupt_input_pending): Remove. All uses removed.
4439 pending_signals now counts both atimers and ordinary interrupts.
4440 This is less racy than having three separate pending-signal flags.
4441 (block_input, unblock_input, totally_unblock_input, unblock_input_to)
4442 (input_blocked_p):
4443 Rename from their upper-case counterparts BLOCK_INPUT,
4444 UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
4445 INPUT_BLOCKED_P, and turn into functions. All uses changed.
4446 This makes it easier to access volatile variables more accurately.
4447 (BLOCK_INPUT_RESIGNAL): Remove. All uses replaced by unblock_input ().
4448 (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
4449 that's more reliable if the code is buggy and sets
4450 interrupt_input_blocked to a negative value. All uses changed.
4451 * atimer.c (deliver_alarm_signal):
4452 Remove. No need to deliver this to the parent; any thread can
4453 handle this signal now. All uses replaced by underlying handler.
4454 * atimer.c (turn_on_atimers):
4455 * dispnew.c (handle_window_change_signal):
4456 * emacs.c (handle_danger_signal):
4457 * keyboard.c (kbd_buffer_get_event):
4458 Don't reestablish signal handler; not needed with sigaction.
4459 * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
4460 (UNBLOCK_INPUT_TO):
4461 Rework to avoid unnecessary accesses to volatile variables.
4462 (UNBLOCK_INPUT_TO): Now a function.
4463 (totally_unblock_input, unblock_input): New decls.
4464 * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
4465 (init_data): Remove. Necessary stuff now done in init_signal.
4466 * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
4467 * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
4468 (fatal_error_code): Remove; no longer needed.
4469 (terminate_due_to_signal): Rename from fatal_error_backtrace, since
4470 it doesn't always backtrace. All uses changed. No need to reset
4471 signal to default, since sigaction and/or die does that for us now.
4472 Use emacs_raise (FOO), not kill (getpid (), FOO).
4473 (main): Check more-accurately whether we're dumping.
4474 Move fatal-error setup to sysdep.c
4475 * floatfns.c: Do not include "syssignal.h"; no longer needed.
4476 * gtkutil.c (xg_get_file_name, xg_get_font):
4477 Remove no-longer-needed signal-mask manipulation.
4478 * keyboard.c, process.c (POLL_FOR_INPUT):
4479 Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
4480 * keyboard.c (read_avail_input): Remove.
4481 All uses replaced by gobble_input.
4482 (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
4483 (kbd_buffer_store_event_hold, gobble_input):
4484 (record_asynch_buffer_change) [USABLE_SIGIO]:
4485 (store_user_signal_events):
4486 No need to mess with signal mask.
4487 (gobble_input): If blocking input and there are terminals, simply
4488 set pending_signals to 1 and return. All hooks changed to not
4489 worry about whether input is blocked.
4490 (process_pending_signals): Clear pending_signals before processing
4491 them, in case a signal comes in while we're processing.
4492 By convention callers now test pending_signals before calling us.
4493 (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
4494 New functions, to support changes to blockinput.h.
4495 (handle_input_available_signal): Now extern.
4496 (reinvoke_input_signal): Remove. All uses replaced by
4497 handle_async_input.
4498 (quit_count): Now volatile, since a signal handler uses it.
4499 (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg.
4500 All callers changed. Block SIGINT only if not already blocked.
4501 Clear sigmask reliably, even if Fsignal returns, which it can.
4502 Omit unnecessary accesses to volatile var.
4503 (quit_throw_to_read_char): No need to restore sigmask.
4504 * keyboard.c (gobble_input, handle_user_signal):
4505 * process.c (wait_reading_process_output):
4506 Call signal-handling code rather than killing ourselves.
4507 * lisp.h: Include <float.h>, for...
4508 (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
4509 (pending_signals): Now volatile.
4510 (syms_of_data): Now const if IEEE floating point.
4511 (handle_input_available_signal) [USABLE_SIGIO]:
4512 (terminate_due_to_signal, record_child_status_change): New decls.
4513 * process.c (create_process): Avoid disaster if memory is exhausted
4514 while we're processing a vfork, by tightening the critical section
4515 around the vfork.
4516 (send_process_frame, process_sent_to, handle_pipe_signal)
4517 (deliver_pipe_signal): Remove. No longer needed, as Emacs now
4518 ignores SIGPIPE.
4519 (send_process): No need for setjmp/longjmp any more, since the
4520 SIGPIPE stuff is now gone. Instead, report an error if errno
4521 is EPIPE.
4522 (record_child_status_change): Now extern. PID and W are now args.
4523 Return void, not bool. All callers changed.
4524 * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
4525 Remove. All uses removed. This bug should be fixed now in a
4526 different way.
4527 (wait_for_termination_1): Use waitpid rather than sigsuspend,
4528 and record the child status change directly. This avoids the
4529 need to futz with the signal mask.
4530 (process_fatal_action): Move here from emacs.c.
4531 (emacs_sigaction_flags): New function, containing
4532 much of what used to be in emacs_sigaction_init.
4533 (emacs_sigaction_init): Use it. Block nonfatal system signals that are
4534 caught by emacs, to make races less likely.
4535 (deliver_process_signal): Rename from handle_on_main_thread.
4536 All uses changed.
4537 (BACKTRACE_LIMIT_MAX): Now at top level.
4538 (thread_backtrace_buffer, threadback_backtrace_pointers):
4539 New static vars.
4540 (deliver_thread_signal, deliver_fatal_thread_signal):
4541 New functions, for more-accurate delivery of thread-specific signals.
4542 (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
4543 (deliver_arith_signal): Handle in this thread, not
4544 in the main thread, since it's triggered by this thread.
4545 (maybe_fatal_sig): New function.
4546 (init_signals): New arg DUMPING so that we can be more accurate
4547 about whether we're dumping. Caller changed.
4548 Treat thread-specific signals differently from process-general signals.
4549 Block all signals while handling fatal error; that's safer.
4550 xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
4551 on IEEE hosts.
4552 When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
4553 Ignore SIGPIPE unless batch.
4554 (emacs_backtrace): Output backtrace for the appropriate thread,
4555 which is not necessarily the main thread.
4556 * syssignal.h: Include <stdbool.h>.
4557 (emacs_raise): New macro.
4558 * xterm.c (x_connection_signal): Remove; no longer needed
4559 now that we use sigaction.
4560 (x_connection_closed): No need to mess with sigmask now.
4561 (x_initialize): No need to reset SIGPIPE handler here, since
4562 init_signals does this for us now.
4563
4564 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
4565
4566 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
4567 background rect may be larger (Bug#12245).
4568
4569 2012-09-23 Chong Yidong <cyd@gnu.org>
4570
4571 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
4572
4573 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
4574
4575 * .gdbinit: Just stop at fatal_error_backtrace.
4576 See Stefan Monnier's request in
4577 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
4578 Remove no-longer-used query of system type.
4579
4580 2012-09-22 Chong Yidong <cyd@gnu.org>
4581
4582 * search.c (Freplace_match): Doc fix (Bug#12325).
4583
4584 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
4585
4586 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
4587 (Fline_end_position): Doc fix.
4588
4589 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
4590
4591 2012-09-22 Chong Yidong <cyd@gnu.org>
4592
4593 * dispextern.h (struct image_type): Add new slot, storing a type
4594 initialization function.
4595
4596 * image.c (define_image_type): Call the image initializer function
4597 if it is defined. Arguments and return value changed.
4598 (valid_image_p, make_image): Callers changed.
4599 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
4600 (gif_type, imagemagick_type, svg_type, gs_type):
4601 Add initialization functions.
4602 (Finit_image_library): Call lookup_image_type.
4603 (CHECK_LIB_AVAILABLE): Macro deleted.
4604 (lookup_image_type): Call define_image_type here, rather than via
4605 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
4606 (syms_of_image): Move define_image_type calls for xbm_type and
4607 pbm_type to lookup_image_type.
4608
4609 2012-09-22 Eli Zaretskii <eliz@gnu.org>
4610
4611 * keyboard.c (timer_check_2): Move calculation of 'timers' and
4612 'idle_timers' from here ...
4613 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
4614 lists, to avoid infloops when the timer does something stupid,
4615 like reinvoke itself with the same or smaller time-out.
4616 (Bug#12447)
4617
4618 2012-09-22 Martin Rudalics <rudalics@gmx.at>
4619
4620 * window.c (Fsplit_window_internal): Handle only Qt value of
4621 Vwindow_combination_limit separately.
4622 (Qtemp_buffer_resize): New symbol.
4623 (Vwindow_combination_limit): New default value.
4624 Rewrite doc-string.
4625
4626 2012-09-22 Eli Zaretskii <eliz@gnu.org>
4627
4628 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
4629 the new overlay string. (Bug#10159)
4630
4631 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
4632
4633 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
4634 or that fprintf is async-signal-safe. POSIX doesn't require
4635 either assumption.
4636
4637 2012-09-22 Chong Yidong <cyd@gnu.org>
4638
4639 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
4640 (Bug#8207).
4641
4642 2012-09-22 Kenichi Handa <handa@gnu.org>
4643
4644 * composite.c (composition_reseat_it): Handle the case that a
4645 grapheme cluster is not covered by a single font (Bug#12352).
4646
4647 2012-09-21 Chong Yidong <cyd@gnu.org>
4648
4649 * image.c (define_image_type): Avoid adding duplicate types to
4650 image_types (Bug#12463). Suggested by Jörg Walter.
4651
4652 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4653
4654 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
4655 (print_load_command_name): Add case LC_DATA_IN_CODE.
4656 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
4657
4658 2012-09-21 Glenn Morris <rgm@gnu.org>
4659
4660 * eval.c (Frun_hook_with_args_until_success)
4661 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
4662
4663 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
4664
4665 * fileio.c (Ffile_selinux_context): Only call freecon when
4666 lgetfilecon succeeded.
4667 (Fset_file_selinux_context): Likewise. (Bug#12444)
4668
4669 2012-09-21 Eli Zaretskii <eliz@gnu.org>
4670
4671 * xdisp.c (try_window_reusing_current_matrix): Under bidi
4672 reordering, locate the cursor by calling set_cursor_from_row; if
4673 that fails, clear the desired glyph matrix before returning a
4674 failure indication to the caller. Fixes leaving garbled display
4675 when fast scrolling with a down-key. (Bug#12403)
4676 (compute_stop_pos_backwards): Fix a typo that caused crashes while
4677 scrolling through multibyte text.
4678
4679 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
4682 calling mark_vectorlike since that's the one that marks the window.
4683 (mark_discard_killed_buffers): Mark the final cdr.
4684 * window.h (struct window): Move prev/next_buffers to the
4685 non-standard fields.
4686 * window.c (make_window): Initialize prev/next_buffers manually.
4687
4688 2012-09-20 Paul Eggert <eggert@cs.ucla.edu>
4689
4690 Omit unused arg EXPECTED from socket hooks.
4691 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
4692 * nsterm.m (ns_term_init):
4693 * termhooks.h (struct terminal.read_socket_hook):
4694 * w32inevt.c (w32_console_read_socket):
4695 * w32term.c (w32_read_socket):
4696 * xterm.c (XTread_socket):
4697 Omit unused arg EXPECTED. All callers changed.
4698 (store_user_signal_events): Return void, not int, since callers no
4699 longer care about the return value. All uses changed.
4700
4701 2012-09-20 Juanma Barranquero <lekktu@gmail.com>
4702
4703 * w32gui.h (XParseGeometry): Do not declare.
4704
4705 2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
4706
4707 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
4708 Ignore 'expected'. See Eli Zaretskii in
4709 <http://bugs.gnu.org/12471#8> (last line).
4710
4711 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
4712 (XParseGeometry): Now static. Substitute extremal values for
4713 values that are out of range.
4714
4715 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
4716
4717 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
4718
4719 * nsfns.m (XParseGeometry): Remove.
4720 (Fx_create_frame): Call x_set_offset to correctly interpret
4721 top_pos in geometry.
4722
4723 * frame.c (read_integer, XParseGeometry): Move from w32xfns.c.
4724 (Fx_parse_geometry): If there is a space in string, call
4725 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
4726
4727 2012-09-17 Eli Zaretskii <eliz@gnu.org>
4728
4729 * search.c (scan_buffer): Use character positions in calls to
4730 region_cache_forward and region_cache_backward, not byte
4731 positions. (Bug#12196)
4732
4733 * w32term.c (w32_read_socket): Set pending_signals to 1, like
4734 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
4735
4736 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
4737 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
4738 emacs_blocked_malloc, now deleted.
4739
4740 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
4741
4742 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
4743 The workaround was for improving performance on Solaris 2.4, but
4744 is getting in the way now. Emacs will still work if someone is
4745 still running Solaris 2.4 in a museum somewhere; Sun dropped
4746 support for Solaris 2.4 in 2003.
4747 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
4748 * process.c (create_process) [HAVE_WORKING_VFORK]:
4749 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
4750 since Emacs no longer uses vfork on that platform.
4751
4752 2012-09-17 Glenn Morris <rgm@gnu.org>
4753
4754 * emacs.c: Use COPYRIGHT.
4755
4756 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
4757
4758 Remove configure's --without-sync-input option (Bug#12450).
4759 When auditing signal-handling in preparation for cleaning it up,
4760 I found that SYNC_INPUT has race conditions and would be a real
4761 pain to fix. Since it's an undocumented and deprecated
4762 configure-time option, now seems like a good time to remove it.
4763 Also see <http://bugs.gnu.org/11080#16>.
4764 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
4765 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
4766 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
4767 (malloc_hysteresis):
4768 (check_depth) [XMALLOC_OVERRUN_CHECK]:
4769 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
4770 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
4771 (dont_register_blocks, bytes_used_when_reconsidered)
4772 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
4773 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
4774 [!SYSTEM_MALLOC && !SYNC_INPUT]:
4775 Remove. All uses removed.
4776 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
4777 implementation, one that depends on whether the new macro
4778 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
4779 is defined.
4780 * atimer.c (run_timers, handle_alarm_signal):
4781 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
4782 (handle_async_input, process_pending_signals)
4783 (handle_input_available_signal, init_keyboard):
4784 * nsterm.m (ns_read_socket):
4785 * process.c (wait_reading_process_output):
4786 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
4787 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
4788 (emacs_write):
4789 * xterm.c (XTread_socket):
4790 Assume SYNC_INPUT.
4791 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
4792 * eval.c (handling_signal): Remove. All uses removed.
4793 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
4794 All uses replaced with the SYNC_INPUT version.
4795 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
4796 Remove decls.
4797 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
4798 Now static.
4799
4800 * font.c (Ffont_shape_gstring): Remove unused local.
4801
4802 2012-09-16 Glenn Morris <rgm@gnu.org>
4803
4804 * Makefile.in (clean): No longer run nextstep's clean.
4805
4806 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
4807 (ns_frag): Remove.
4808 (ns-app): Move here from ns.mk, and simplify.
4809 (clean): Simplify nextstep entry.
4810 * ns.mk: Remove file.
4811
4812 2012-09-17 Kenichi Handa <handa@gnu.org>
4813
4814 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
4815 not covert the last few charactes.
4816
4817 2012-09-16 Kenichi Handa <handa@gnu.org>
4818
4819 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
4820 here, but just check the validity of glyphs in the glyph-string.
4821
4822 2012-09-16 Martin Rudalics <rudalics@gmx.at>
4823
4824 * window.c (Fwindow_parameter, Fset_window_parameter):
4825 Accept any window as argument (Bug#12452).
4826
4827 2012-09-16 Jan Djärv <jan.h.d@swipnet.se>
4828
4829 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
4830 to ns_term_init to avoid memory leak.
4831
4832 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
4833 explicit retain/release.
4834 (ns_term_init): Only allow one display. Initialize outerpool and
4835 ns_*_types.
4836
4837 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
4838
4839 Port _setjmp fix to POSIXish hosts as well as Microsoft.
4840 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
4841 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
4842 the Microsoft problem in a different way, by altering ../nt/config.nt.
4843
4844 2012-09-15 Eli Zaretskii <eliz@gnu.org>
4845
4846 * w32xfns.c:
4847 * w32uniscribe.c:
4848 * w32term.c:
4849 * w32select.c:
4850 * w32reg.c:
4851 * w32proc.c:
4852 * w32menu.c:
4853 * w32inevt.c:
4854 * w32heap.c:
4855 * w32font.c:
4856 * w32fns.c:
4857 * w32console.c:
4858 * w32.c:
4859 * w16select.c: Remove inclusion of setjmp.h, as it is now included
4860 by lisp.h. This completes removal of setjmp.h inclusion
4861 erroneously announced in the previous commit. (Bug#12446)
4862
4863 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
4864 more accurate.
4865
4866 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
4867 not defined as a macro. The latter happens on MS-Windows.
4868 (Bug#12446)
4869
4870 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
4871
4872 Port better to POSIX hosts lacking _setjmp (Bug#12446).
4873 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
4874 Some instances of '#include <setjmp.h>' removed, if the
4875 only reason for the instance was because "lisp.h" was included.
4876 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
4877 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
4878 and _longjmp with the new symbols. Emacs already uses _setjmp if
4879 available, so this change affects only POSIXish hosts that have
4880 sigsetjmp but not _setjmp, such as some versions of Solaris and
4881 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
4882 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
4883 (png_load_body) [HAVE_PNG]:
4884 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
4885 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
4886 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
4887 since PNG requires jmp_buf. This is the only exception to the
4888 general rule that we now use sys_setjmp and sys_longjmp.
4889 This exception is OK since this code does not change the signal
4890 mask or longjmp out of a signal handler.
4891
4892 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
4893
4894 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
4895 Include "syssignal.h", for 'main_thread'.
4896
4897 2012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
4898
4899 Avoid out-of-range marker position (Bug#12426).
4900 * insdel.c (replace_range, replace_range_2):
4901 Adjust markers before overlays, as suggested by comments.
4902 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
4903 Remove redundant check before calling offset_intervals.
4904
4905 2012-09-14 Martin Rudalics <rudalics@gmx.at>
4906
4907 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
4908 current buffer (Bug#12387).
4909
4910 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
4911
4912 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
4913
4914 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4915
4916 Use a more backwards-compatible timer format (Bug#12430).
4917 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
4918 vector element, not from the 4th, since PSECS is now at the end.
4919 (Fcurrent_idle_time): Doc fix.
4920
4921 2012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
4922
4923 Function to mark objects and remove killed buffers at once.
4924 * alloc.c (discard_killed_buffers): Rename to ...
4925 (mark_discard_killed buffers) ... new name. Add marking
4926 of remaining objects. Fix comment. Adjust users.
4927 (mark_object): Do not touch frame buffer lists here.
4928 * frame.c (delete_frame): Reset frame buffer lists here.
4929
4930 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4931
4932 Better workaround for GNOME bug when --enable-gcc-warnings.
4933 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
4934 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
4935 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
4936
4937 Simplify SIGIO usage (Bug#12408).
4938 The code that dealt with SIGIO was crufty and confusing, e.g., it
4939 played tricks like "#undef SIGIO" but these tricks were not used
4940 consistently. Simplify mostly by not #undeffing standard symbols,
4941 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
4942 or not as we please) rather than "defined SIGIO" (standard symbol
4943 that we probably shouldn't #undef).
4944 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
4945 Modules that need it can include it.
4946 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
4947 * dispextern.h (ignore_sigio): New decl.
4948 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
4949 unconditionally, since it's now a no-op if !USABLE_SIGIO.
4950 * emacs.c (shut_down_emacs):
4951 * keyboard.c (kbd_buffer_store_event_hold):
4952 Use ignore_sigio rather than invoking 'signal' directly.
4953 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
4954 for FIONREAD.
4955 (FIONREAD, SIGIO): Do not #undef.
4956 (tty_read_avail_input): Use #error rather than a syntax error.
4957 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
4958 for I_PIPE, used by SETUP_SLAVE_PTY.
4959 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
4960 * sysdep.c (croak): Remove; no longer needed. This bit of
4961 temporary code, with Fred N. Fish's comment that it's temporary,
4962 has been in Emacs since at least 1992!
4963 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
4964 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
4965 * syssignal.h (croak): Remove decl.
4966 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
4967 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
4968 now that we're termios-only.
4969 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
4970 * term.c (dissociate_if_controlling_tty): Use #error rather than
4971 a run-time error.
4972
4973 Work around GCC and GNOME bugs when --enable-gcc-warnings.
4974 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
4975 to work around GNOME bug 683906.
4976 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
4977 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
4978 This works around GCC bug 54561.
4979
4980 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
4981
4982 More fixes for 'volatile' and setjmp/longjmp.
4983 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
4984 * image.c (struct png_load_context) [HAVE_PNG]: New type.
4985 (png_load_body) [HAVE_PNG]:
4986 (jpeg_load_body) [HAVE_JPEG]:
4987 New function, with most of the old parent function's body.
4988 (png_load) [HAVE_PNG]:
4989 (jpeg_load) [HAVE_JPEG]:
4990 Invoke the new function, to avoid longjmp munging our locals.
4991 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
4992 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
4993 longjmp is passed 2, as the C standard doesn't guarantee this.
4994 Instead, store the failure code into mgr->failure_code.
4995
4996 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
4999 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
5000 (syms_of_keyboard): Remove support for unread-command-char.
5001
5002 2012-09-12 Eli Zaretskii <eliz@gnu.org>
5003
5004 * w32proc.c (sys_kill): If PID is our process ID and the signal is
5005 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
5006 violation. (Bug#12426)
5007
5008 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
5009
5010 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
5011
5012 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * eval.c: Add `inhibit-debugger'.
5015 (Qinhibit_debugger): New symbol.
5016 (call_debugger): Bind it instead of Qdebug_on_error.
5017 (maybe_call_debugger): Test Vinhibit_debugger.
5018 (syms_of_eval): Define inhibit-debugger.
5019 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
5020 (syms_of_xdisp): Remove inhibit-debug-on-message.
5021
5022 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
5023
5024 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
5025 If a nonvolatile local variable is written before a _longjmp to
5026 the frame containing the variable, and is read after the _longjmp,
5027 the value read is indeterminate. Some local variables of type
5028 'struct handler' and 'struct catchtag' are used in this way, so
5029 mark each of their slots as volatile if the slot can be set before
5030 _longjmp and read afterwards.
5031 * lisp.h (struct handler): var and chosen_clause are now volatile.
5032 (struct catchtag): val, next, and pdlcount are now volatile.
5033
5034 * bidi.c (bidi_push_it, bidi_pop_it):
5035 * fns.c (copy_hash_table):
5036 * image.c (define_image_type):
5037 * keyboard.c (kbd_buffer_store_event_hold):
5038 * process.c (Fprocess_send_eof):
5039 * xfaces.c (x_create_gc) [HAVE_NS]:
5040 * xgselect.c (xg_select):
5041 Prefer assignment to memcpy when either will do.
5042
5043 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
5044 Use pointer-to-a-pointer to simplify and avoid a NILP check each
5045 time an item is removed. No need to mark this function 'inline';
5046 the compiler knows better than we do.
5047
5048 2012-09-11 Jan Djärv <jan.h.d@swipnet.se>
5049
5050 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
5051 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
5052 to change_frame_size (Bug#12388).
5053 (windowDidResize:): Pass YES to updateFrameSize.
5054
5055 * nsterm.h: Add delay parameter to updateFrameSize.
5056
5057 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
5058
5059 Discard killed buffers from deleted window and frame objects.
5060 This reduces an amount of references to killed buffers and
5061 helps GC to reclaim them faster.
5062 * alloc.c (discard_killed_buffers): New function.
5063 (mark_object): Use it for deleted windows and frames.
5064 (mark_object): If symbol's value is set up for a killed buffer
5065 or deleted frame, restore its global binding.
5066 * data.c (swap_in_global_binding): Add GC notice.
5067 (swap_in_symval_forwarding): Use convenient set_blv_where.
5068 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
5069 * window.h: ... to here.
5070
5071 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
5072
5073 Convenient macro to check whether the buffer is live.
5074 * buffer.h (BUFFER_LIVE_P): New macro.
5075 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
5076 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
5077
5078 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5079
5080 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
5081 composition cases (Bug#12364).
5082
5083 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
5084 overhang of succeeding glyphs overlapping box cursor.
5085
5086 * w32term.c (x_draw_glyph_string): Likewise.
5087
5088 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
5089
5090 Simplify, document, and port floating-point (Bug#12381).
5091 The porting part of this patch fixes bugs on non-IEEE platforms
5092 with frexp, ldexp, logb.
5093 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
5094 Now static.
5095 * floatfns.c: Simplify discussion of functions that Emacs doesn't
5096 support, by removing commented-out code and briefly listing the
5097 C89 functions excluded. The commented-out stuff was confusing
5098 maintenance, e.g., we thought we needed cbrt but it was commented out.
5099 (logb): Remove decl; no longer needed.
5100 (isfinite): New macro, if not already supplied.
5101 (isnan): Don't replace any existing macro.
5102 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
5103 are present on all C89 platforms.
5104 (Ffrexp): Do not special-case zero, as frexp does the right thing
5105 for that case.
5106 (Flogb): Do not use logb, as it doesn't have the desired meaning
5107 on hosts that use non-base-2 floating point. Instead, stick with
5108 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
5109 frexp, to avoid getting an unspecified result.
5110
5111 * xdisp.c (Qinhibit_debug_on_message): Now static.
5112
5113 2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
5114
5115 * nsterm.m (ns_update_begin): Set clip path to whole view by using
5116 NSBezierPath (Bug#12131).
5117
5118 2012-09-10 Chong Yidong <cyd@gnu.org>
5119
5120 * fns.c (Fdelq, Fdelete): Doc fix.
5121
5122 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
5123
5124 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
5125 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
5126
5127 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * lisp.h (make_lisp_ptr): New macro to replace XSET.
5130 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
5131 Use it.
5132
5133 2012-09-09 Eli Zaretskii <eliz@gnu.org>
5134
5135 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
5136 left fringe if the window has a left margin. This avoids leaving
5137 traces of the cursor because its leftmost pixel is not drawn over.
5138
5139 * dispnew.c (update_window_line): When the left margin area of a
5140 screen line is updated, set the redraw_fringe_bitmaps_p flag of
5141 that screen line. (Bug#12277)
5142
5143 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
5144
5145 Assume C89 or later for math functions (Bug#12381).
5146 This simplifies the code, and makes it a bit smaller and faster,
5147 and (most important) makes it easier to clean up signal handling
5148 since we can stop worring about floating-point exceptions in
5149 library code. That was a problem before C89, but the problem
5150 went away many years ago on all practical Emacs targets.
5151 * data.c, image.c, lread.c, print.c:
5152 Don't include <math.h>; no longer needed.
5153 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
5154 might be autoconfigured, as that never happens.
5155 * data.c (fmod):
5156 * doprnt.c (DBL_MAX_10_EXP):
5157 * print.c (DBL_DIG):
5158 Remove. C89 or later always defines these.
5159 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
5160 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
5161 (arith_error, domain_error, domain_error2):
5162 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
5163 no longer needed -- we simply return what C returns. All uses removed.
5164 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
5165 the wrapped code.
5166 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
5167 Remove. All uses expanded, as these macros are no longer used
5168 more than once and are now more trouble than they're worth.
5169 (Ftan): Use tan, not sin / cos.
5170 (Flogb): Assume C89 frexp.
5171 (fmod_float): Assume C89 fmod.
5172 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
5173 (init_floatfns): Remove. All uses removed.
5174
5175 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
5176
5177 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
5178 compositeToPoint for OSX < 10.6 (Bug#12390).
5179
5180 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
5181
5182 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
5183 This produces more-accurate results.
5184
5185 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
5186
5187 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
5188 changes (Bug#12088).
5189
5190 2012-09-08 Chong Yidong <cyd@gnu.org>
5191
5192 * syntax.c (Fstring_to_syntax): Doc fix.
5193
5194 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
5195
5196 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
5197 in the internal border.
5198 (x_set_window_size): Remove static variables and their usage.
5199 (ns_redraw_scroll_bars): Fix NSTRACE arg.
5200 (ns_after_update_window_line, ns_draw_fringe_bitmap):
5201 Remove fringe/internal border adjustment (Bug#11052).
5202 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
5203 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
5204 (ns_fix_rect_ibw): Remove.
5205 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
5206 (ns_dumpglyphs_box_or_relief): Ditto.
5207 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
5208 adjustment.
5209 (ns_dumpglyphs_image): Ditto.
5210 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
5211 border adjustment.
5212 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
5213 their usage. Add fringe_extended_p and its use as in other terms.
5214 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
5215 scroll bar was removed.
5216 (updateFrameSize): New function.
5217 (windowDidResize): Move code to updateFrameSize and call it.
5218
5219 * nsterm.h (EmacsView): Add updateFrameSize.
5220
5221 2012-09-07 Chong Yidong <cyd@gnu.org>
5222
5223 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
5224
5225 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
5226
5227 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
5228
5229 More signal-handler cleanup (Bug#12327).
5230 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
5231 Problem introduced when merging patches. Noted by Eli Zaretskii in
5232 <http://bugs.gnu.org/12327#67>.
5233 * floatfns.c: Comment fix.
5234 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
5235 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
5236 and anyway the declaration is harmless even if SIGDANGER is not defined.
5237 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
5238 defined BROKEN_FIONREAD). systty.h formerly did this, but other
5239 source files not surprisingly expected syssignal.h to define, or
5240 not define, SIGIO, and it's cleaner to do it that way, for consistency.
5241 Include <sys/ioctl.h>, for FIONREAD.
5242 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
5243 This eliminates a problem whereby other files mysteriously had
5244 to include "syssignal.h" before including "systty.h" if they
5245 wanted to use "#ifdef SIGIO".
5246
5247 2012-09-07 Eli Zaretskii <eliz@gnu.org>
5248
5249 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
5250
5251 * w32.c (sigemptyset): Empty the set.
5252 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
5253
5254 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
5255
5256 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
5257
5258 * alloc.c (mark_buffer): Revert unsafe marking optimization.
5259 (mark_object): Likewise for frame objects.
5260
5261 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
5262
5263 * syssignal.h (handle_on_main_thread): Always declare,
5264 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
5265 This ports to platforms without HAVE_PTHREAD.
5266
5267 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
5268
5269 Signal-handler cleanup (Bug#12327).
5270 Emacs's signal handlers were written in the old 4.2BSD style with
5271 sigblock and sigmask and so forth, and this led to some
5272 inefficiencies and confusion. Rewrite these to use
5273 pthread_sigmask etc. without copying signal sets around. Also,
5274 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
5275 'signal', and instead use functions that do not attempt to take
5276 over the system name space. This patch causes Emacs's text
5277 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
5278 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
5279 Do not include <signal.h> or "syssignal.h", as these
5280 modules do not use signals.
5281 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
5282 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
5283 Do not include <signal.h>, as "syssignal.h" does that for us now.
5284 * atimer.c (sigmask_atimers): New function.
5285 (block_atimers, unblock_atimers): New functions,
5286 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
5287 All uses replaced.
5288 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
5289 no longer needed here.
5290 * emacs.c (main): Inspect existing signal handler with sigaction,
5291 so that there's no need to block and unblock SIGHUP.
5292 * sysdep.c (struct save_signal): New member 'action', replacing
5293 old member 'handler'.
5294 (save_signal_handlers, restore_signal_handlers):
5295 Use sigaction instead of 'signal' to save and restore.
5296 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
5297 New function. All users of 'signal' modified to use set_sighandler
5298 if they're writeonly, and to use sys_signal if they're read+write.
5299 (emacs_sigaction_init, forwarded_signal): New functions.
5300 (sys_signal): Remove. All uses replaced by calls to sigaction
5301 and emacs_sigaction_init, or by direct calls to 'signal'.
5302 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
5303 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
5304 all uses replaced by pthread_sigmask etc. calls.
5305 * syssignal.h: Include <signal.h>.
5306 (emacs_sigaction_init, forwarded_signal): New decls.
5307 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
5308 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
5309 (sigmask, sys_sigmask): Remove; no longer needed.
5310 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
5311 (sigblock, sigunblock, sigfree):
5312 (sigsetmask) [!defined sigsetmask]:
5313 Remove. All uses replaced by pthread_sigmask.
5314 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
5315 no longer need to be replaced, and its typical old uses
5316 are now done via emacs_sigaction_init and sigaction.
5317 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
5318 (sys_sigdel): Remove; unused.
5319 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
5320
5321 2012-09-06 Eli Zaretskii <eliz@gnu.org>
5322
5323 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
5324 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
5325
5326 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
5327
5328 Explicitly mark buffer_defaults and buffer_local_symbols.
5329 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
5330 mark_local_symbols here.
5331 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
5332 since special buffers aren't marked here any more.
5333 (allocate_buffer): Chain new buffer with all_buffers here...
5334 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
5335 not here.
5336 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
5337 (syms_of_buffer): Remove staticpro of the above.
5338 (init_buffer_once): Set names for buffer_defaults and
5339 buffer_local_symbols.
5340
5341 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
5342
5343 Use bool for booleans in font-related modules.
5344 * font.c (font_intern_prop, font_style_to_value)
5345 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
5346 (generate_otf_features, font_check_otf_features, font_check_otf)
5347 (font_match_p, font_list_entities, font_at):
5348 * fontset.c (fontset_id_valid_p, reorder_font_vector
5349 (fontset_find_font, Fset_fontset_font)
5350 (face_suitable_for_char_p) [0]:
5351 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
5352 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
5353 (m17n_flt_initialized, ftfont_shape_by_flt):
5354 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
5355 * nsfont.m (nsfont_draw):
5356 * w32font.c (w32font_draw):
5357 * w32term.c (x_draw_glyphless_glyph_string_foreground):
5358 Use bool for booleans.
5359 * font.h: Adjust to above API changes.
5360 (struct font, struct font_driver, struct font_driver_list):
5361 Use bool for booleans.
5362 (struct font): Remove useless member encoding_type.
5363 All users removed.
5364 * fontset.c, xftfont.c: Omit unnecessary static decls.
5365
5366 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
5367
5368 * alloc.c (mark_object): Revert window marking code
5369 since it's unsafe for the Fset_window_configuration.
5370
5371 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
5372
5373 Fix race conditions with signal handlers and errno (Bug#12327).
5374 Be more systematic about preserving errno whenever a signal
5375 handler returns, even if it's not in the main thread. Do this by
5376 renaming signal handlers to distinguish between signal delivery
5377 and signal handling. All uses changed.
5378 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
5379 * data.c (deliver_arith_signal): Rename from arith_error.
5380 * dispnew.c (deliver_window_change_signal): Rename from
5381 window_change_signal.
5382 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
5383 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
5384 * keyboard.c (deliver_input_available_signal): Rename from
5385 input_available_signal.
5386 (deliver_user_signal): Rename from handle_user_signal.
5387 (deliver_interrupt_signal): Rename from interrupt_signal.
5388 * process.c (deliver_pipe_signal): Rename from send_process_trap.
5389 (deliver_child_signal): Rename from sigchld_handler.
5390 * atimer.c (handle_alarm_signal):
5391 * data.c (handle_arith_signal):
5392 * dispnew.c (handle_window_change_signal):
5393 * emacs.c (handle_fatal_signal, handle_danger_signal):
5394 * keyboard.c (handle_input_available_signal):
5395 * keyboard.c (handle_user_signal, handle_interrupt_signal):
5396 * process.c (handle_pipe_signal, handle_child_signal):
5397 New functions, with the actual signal-handling code taken from the
5398 original respective signal handlers, sans the sporadic attempts to
5399 preserve errno, since that's now done by handle_on_main_thread.
5400 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
5401 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
5402 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5403 Move to sysdep.c.
5404 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5405 Move initialization of main_thread to sysdep.c's init_signals.
5406 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
5407 our usage, and simplifies the mainline code.
5408 (record_child_status_change): New static function, as a helper
5409 for handle_child_signal, and with most of the old child handler's
5410 contents.
5411 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
5412 (handle_child_signal): Use the above.
5413 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5414 Moved here from emacs.c.
5415 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
5416 code moved here from emacs.c's main function.
5417 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
5418 replacing the old SIGNAL_THREAD_CHECK. All uses changed.
5419 This lets callers save and restore errno properly.
5420
5421 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
5422
5423 Remove redundant or unused things here and there.
5424 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
5425 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
5426 * editfns.c (Fcompare_buffer_substrings): Likewise.
5427 * frame.h (struct terminal, struct font_driver_list):
5428 Remove redundant declarations.
5429 * window.h (Qleft, Qright): Likewise.
5430
5431 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
5432
5433 Do not mark objects from deleted buffers, windows and frames.
5434 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
5435 (mark_object): Likewise for windows and frames.
5436
5437 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
5438
5439 * alloc.c (valid_lisp_object_p): Treat killed buffers,
5440 buffer_defaults and buffer_local_symbols as valid objects.
5441 Return special value to denote them.
5442
5443 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
5444
5445 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
5446 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
5447 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
5448 (file_name_absolute_p, Fsubstitute_in_file_name):
5449 (check_executable, check_writable, Ffile_accessible_directory_p)
5450 (Fset_file_selinux_context, Fdefault_file_modes)
5451 (Finsert_file_contents, choose_write_coding_system)
5452 (Fwrite_region, build_annotations, a_write, e_write)
5453 (Fdo_auto_save):
5454 * filelock.c (boot_time_initialized, get_boot_time)
5455 (get_boot_time_1, lock_file_1, within_one_second):
5456 * floatfns.c (in_float):
5457 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
5458 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
5459 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
5460 * lisp.h (struct Lisp_Hash_Table.cmpfn):
5461 * window.c (compare_window_configurations):
5462 Use bool for booleans.
5463 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
5464 (Fdefault_file_modes): Now mode_t, not int, for modes.
5465 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
5466 (internal_delete_file): Now returns void, not a (boolean) int,
5467 since nobody was looking at the return value.
5468 * lisp.h, window.h: Adjust to above API changes.
5469
5470 * xdisp.c (set_message): Simplify and reindent last change.
5471
5472 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
5473
5474 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
5475
5476 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
5477
5478 * eval.c (call_debugger): Make the function non-static so that we
5479 can call it from set_message.
5480
5481 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
5482 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
5483
5484 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
5485
5486 Give more-useful info on a fatal error (Bug#12328).
5487 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
5488 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
5489 of doing the work ourselves.
5490 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
5491 do most of the work.
5492 (fatal_error_backtrace): New function, taken from the guts
5493 of the old fatal_error_signal, but with a new option to output
5494 a backtrace.
5495 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
5496 info about the signal than just its number.
5497 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
5498 * sysdep.c: Include <execinfo.h>
5499 (emacs_backtrace): New function, taken partly from the previous
5500 code of the 'die' function.
5501 (emacs_abort): Call fatal_error_backtrace rather than abort.
5502
5503 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
5506 eager (load-time) macro-expansion.
5507 * lisp.mk (lisp): Add macroexp.
5508
5509 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
5510
5511 Simplify redefinition of 'abort' (Bug#12316).
5512 Do not try to redefine the 'abort' function. Instead, redo
5513 the code so that it calls 'emacs_abort' rather than 'abort'.
5514 This removes the need for the NO_ABORT configure-time macro
5515 and makes it easier to change the abort code to do a backtrace.
5516 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
5517 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
5518 Remove; sysdep.c's emacs_abort now takes its place.
5519 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
5520 'abort' changed to use 'emacs_abort'.
5521 * msdos.c (dos_abort) [defined abort]: Remove; not used.
5522 (abort) [!defined abort]: Rename to ...
5523 (emacs_abort): ... new name.
5524 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
5525 the place of the old 'abort' in emacs.c.
5526 * w32.c, w32fns.c (abort): Do not #undef.
5527 * w32.c (emacs_abort): Rename from w32_abort.
5528
5529 2012-09-04 Eli Zaretskii <eliz@gnu.org>
5530
5531 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
5532 offsets[j].dv, since the y axis of the screen coordinates points
5533 down, while the y axis of the font definition coordinates points
5534 up. This fixes display of Arabic diacritics such as KASRA and
5535 KASRATAN. (Bug#11860)
5536
5537 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
5538
5539 Be more systematic about _setjmp vs setjmp.
5540 * alloc.c (test_setjmp, mark_stack):
5541 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
5542 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
5543 (png_load, my_error_exit, jpeg_load):
5544 * process.c (send_process_trap, send_process):
5545 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
5546 The underscored versions are up to 30x faster on some hosts.
5547 Formerly, the code used setjmp+longjmp sometimes and
5548 _setjmp+_longjmp at other times, with no particular reason to
5549 prefer setjmp+longjmp.
5550
5551 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
5552
5553 Fix minor problem found by static checking.
5554 * buffer.c (Fdelete_all_overlays): Return nil.
5555
5556 2012-09-03 Martin Rudalics <rudalics@gmx.at>
5557
5558 * buffer.c (Fdelete_all_overlays): New function.
5559
5560 2012-09-03 Chong Yidong <cyd@gnu.org>
5561
5562 * gtkutil.c: Add extern decl for Qxft.
5563
5564 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
5565
5566 * emacs.c, eval.c: Use bool for boolean.
5567 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
5568 (malloc_using_checking) [DOUG_LEA_MALLOC]:
5569 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
5570 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
5571 (main, decode_env_path, Fdaemon_initialized):
5572 * eval.c (call_debugger, Finteractive_p, interactive_p):
5573 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
5574 (maybe_call_debugger, Fbacktrace):
5575 * process.c (read_process_output, exec_sentinel):
5576 Use bool for booleans.
5577 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
5578 All callers changed.
5579 * eval.c (interactive_p): Omit always-true boolean argument
5580 EXCLUDE_SUBRS_P. All callers changed.
5581 * dispextern.h, lisp.h: Reflect above API changes.
5582 * firstfile.c (dummy): Use the address of 'main', whose signature
5583 won't change, instead of the address of 'initialize', whose
5584 signature just changed from int to bool.
5585 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
5586 * msdos.c (fatal_error_in_progress): ... from here.
5587 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
5588 of incrementing it.
5589 (redisplay_internal, unwind_redisplay): Simply clear
5590 REDISPLAYING_P when unwinding, instead of saving its previous,
5591 always-false value and then restoring it.
5592
5593 Clean up some extern decls.
5594 Mostly, this hoists extern decls out of .c files and into .h files.
5595 That way, we're more likely to catch errors if the interfaces change.
5596 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
5597 declare xg_mark_data.
5598 * dispextern.h (x_frame_parm_handlers):
5599 * font.h (Qxft):
5600 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
5601 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
5602 (Qultra_bold, Qoblique, Qitalic):
5603 Move extern decl here from .c file.
5604 * alloc.c (xg_mark_data) [USE_GTK]:
5605 * doc.c (Qclosure):
5606 * eval.c (Qlexical_binding):
5607 * fns.c (time) [!HAVE_UNISTD_H]:
5608 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
5609 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
5610 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
5611 * lread.c (Qinternal_interpreter_environment):
5612 * minibuf.c (Qbuffer):
5613 * process.c (QCfamily, QCfilter):
5614 * widget.c (free_frame_faces):
5615 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
5616 * xfont.c (x_clear_errors):
5617 * xterm.c (x_frame_parm_handlers):
5618 Remove now-redundant extern decls.
5619 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
5620 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
5621 Now static.
5622 * xfaces.c: Remove unnecessary static decls.
5623 * xterm.c (updating_frame): Remove decl of nonexistent object.
5624
5625 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
5626 when building globals.h, as the objects that are not built on
5627 this host are not needed to compile C files on this host.
5628
5629 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
5630
5631 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
5632
5633 * frame.h: Add missing prototype for x_wm_set_size_hint.
5634
5635 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
5636
5637 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
5638 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
5639 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
5640 (Fsubstitute_command_keys):
5641 * editfns.c (region_limit, find_field, Fconstrain_to_field)
5642 (save_excursion_save, save_excursion_restore)
5643 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
5644 (format_time_string, general_insert_function)
5645 (make_buffer_string, make_buffer_string_both)
5646 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
5647 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
5648 (copy_text, insert_1, insert_1_both, insert_from_string)
5649 (insert_from_string_before_markers, insert_from_string_1)
5650 (insert_from_buffer, insert_from_buffer_1, replace_range)
5651 (replace_range_2, del_range_1, del_range_byte, del_range_both)
5652 (del_range_2, modify_region):
5653 * intervals.c (intervals_equal, balance_possible_root_interval)
5654 (adjust_intervals_for_insertion, merge_properties_sticky)
5655 (graft_intervals_into_buffer, lookup_char_property)
5656 (adjust_for_invis_intang, set_point_both)
5657 (get_property_and_range, compare_string_intervals)
5658 (set_intervals_multibyte_1, set_intervals_multibyte):
5659 * keyboard.c (decode_timer):
5660 Use bool for boolean.
5661 * intervals.h, lisp.h, systime.h: Reflect above API changes.
5662 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
5663
5664 2012-09-02 Chong Yidong <cyd@gnu.org>
5665
5666 * keymap.c (push_key_description): Print M-TAB as C-M-i
5667 (Bug#11758).
5668
5669 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
5672 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
5673 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
5674 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
5675 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
5676 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
5677 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
5678
5679 2012-09-01 Eli Zaretskii <eliz@gnu.org>
5680
5681 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
5682 more than one grapheme cluster passed to the shaper: compute the
5683 offset adjustment values separately for each cluster. (Bug#11860)
5684
5685 * image.c: Restore mistakenly removed inclusion of w32.h. Without
5686 it, GCC doesn't see prototypes of w32_delayed_load, and complains
5687 about implicit conversions from integer to pointer.
5688
5689 2012-09-01 Daniel Colascione <dancol@dancol.org>
5690
5691 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
5692 system used too early.
5693
5694 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
5695
5696 Better seed support for (random).
5697 * emacs.c (main): Call init_random.
5698 * fns.c (Frandom): Set the seed from a string argument, if given.
5699 Remove long-obsolete Gentzel cruft.
5700 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
5701 (init_random): New function.
5702
5703 2012-09-01 Daniel Colascione <dancol@dancol.org>
5704
5705 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
5706 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
5707 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
5708 x_wm_set_size_hint, x_query_colors, x_real_positions,
5709 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
5710 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
5711 all of which have been moved to common code.
5712
5713 * xfaces.c: Include TERM_HEADER instead of listing all possible
5714 window-system headers.
5715
5716 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
5717 to match header.
5718
5719 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
5720 directly accessing frame internals.
5721
5722 * w32font.h: Include font.h. Define syms_of_w32font and
5723 globals_of_w32font.
5724
5725 * process.c: Include TERM_HEADER instead of listing all possible
5726 window-system headers.
5727
5728 * nsterm.h: Remove declarations now in frame.h.
5729 Define FRAME_X_SCREEN, FRAME_X_VISUAL.
5730
5731 * menu.c: Include TERM_HEADER instead of listing all possible
5732 window-system headers.
5733
5734 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
5735 window system.
5736
5737 * keyboard.c: Include TERM_HEADER instead of listing all possible
5738 window-system headers.
5739
5740 * image.c: Include TERM_HEADER instead of listing all possible
5741 window-system headers. Declare Vlibrary_cache when compiling for
5742 Windows.
5743
5744 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
5745 window system declarations.
5746
5747 * frame.h: Move common functions here: set_frame_menubar,
5748 x_set_window_size, x_sync, x_get_focus_frame,
5749 x_set_mouse_position, x_set_mouse_pixel_position,
5750 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
5751 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
5752 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
5753 x_activate_menubar, x_real_positions, x_bitmap_icon,
5754 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
5755 and x_query_colors.
5756
5757 * frame.c: Include TERM_HEADER instead of listing all possible
5758 window-system headers.
5759
5760 * font.c: Include TERM_HEADER instead of listing all possible
5761 window-system headers.
5762
5763 * emacs.c: Include TERM_HEADER.
5764
5765 * dispnew.c: Include TERM_HEADER instead of listing all possible
5766 window-system headers.
5767
5768 * ccl.h: Include character.h.
5769
5770 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
5771 the current window system; include in list of objects to link into
5772 Emacs.
5773
5774 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
5775
5776 Remove mark_ttys function and fix tty_display_info initialization.
5777 * lisp.h (mark_ttys): Remove prototype.
5778 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
5779 to mark_ttys because all possible values of 'top_frame' slot are
5780 the frames which are reachable from Vframe_list.
5781 * term.c (mark_ttys): Remove.
5782 (init_tty): Safely initialize 'top_frame' slot with Qnil.
5783
5784 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
5785
5786 Change struct frame bitfields from unsigned char to unsigned.
5787 * frame.h (struct frame): Change type of 'display_preempted',
5788 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
5789 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
5790 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
5791 bitfields from unsigned char to unsigned.
5792
5793 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
5794
5795 Remove unused member of struct x_output and struct w32_output.
5796 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
5797 * w32term.h (struct w32_output): Likewise.
5798
5799 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
5800
5801 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
5802 does not become zero (Bug#12234).
5803
5804 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
5805
5806 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
5807 for GCC 4.7.1 x86-64.
5808
5809 2012-08-30 Glenn Morris <rgm@gnu.org>
5810
5811 * lread.c (init_lread): For out-of-tree builds, only add the
5812 source directory's site-lisp dir to the load-path if it exists,
5813 consistent with in-tree builds. (Bug#12302)
5814
5815 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
5816
5817 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
5818 button_values to NULL. Call setStykeMask so dialogs get a close button.
5819 (windowShouldClose:): Set window_closed.
5820 (dealloc): New member, free button_values.
5821 (process_dialog:): Make member function. Remove window argument,
5822 replace window with self. Count buttons and allocate and store values
5823 in button_values.
5824 (addButton:value:row:): value is int with the name tag. Call setTag
5825 with tag. Remove return self, declare return value as void.
5826 (addString:row:): Remove return self, declare return value as void.
5827 (addSplit): Remove return self, declare return value as void.
5828 (clicked:): Remove return self, declare return value as void.
5829 Set dialog_return to button_values[seltag]. Code formatting change.
5830 (initFromContents:isQuestion:): Adjust call to process_dialog.
5831 Code formatting change.
5832 (timeout_handler:): Set timer_fired to YES.
5833 (runDialogAt:): Set timer_fired to NO.
5834 Handle click on close button as quit.
5835
5836 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
5837 Add window_closed and button_values. Add void as return value for
5838 add(Button|String|Split). addButton takes int instead of Lisp_Object.
5839 Add process_dialog as new member.
5840
5841 2012-08-28 Eli Zaretskii <eliz@gnu.org>
5842
5843 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
5844 is not one of the heaps we manage. (Bug#12242)
5845
5846 2012-08-28 Glenn Morris <rgm@gnu.org>
5847
5848 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
5849
5850 2012-08-28 Martin Rudalics <rudalics@gmx.at>
5851
5852 * window.c (Fset_window_configuration): Remove handling of
5853 auto-buffer-name window parameter. Install revision of reverted
5854 fix.
5855
5856 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
5857
5858 Do not allow to set major mode for a dead buffer.
5859 * buffer.c (Fset_buffer_major_mode): Signal an error
5860 if the buffer is dead.
5861 (Fother_buffer, other_buffer_safely): Remove redundant
5862 nested declaration.
5863
5864 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
5865
5866 Always use set_buffer_if_live to restore original buffer at unwind.
5867 * buffer.h (record_unwind_current_buffer): New function.
5868 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
5869 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
5870 * undo.c, window.c: Adjust users.
5871 * buffer.c (set_buffer_if_live): Fix comment.
5872
5873 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
5874
5875 Fix usage of set_buffer_internal.
5876 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
5877 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
5878 * coding.c (decode_coding): Omit redundant test.
5879 * fileio.c (decide_coding_unwind): Likewise.
5880 * fns.c (secure_hash): Likewise.
5881 * insdel.c (modify_region): Likewise.
5882 * keyboard.c (command_loop_1): Likewise.
5883 * print.c (PRINTFINISH): Likewise.
5884 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
5885
5886 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
5887
5888 * dispnew.c: Use bool for boolean.
5889 (frame_garbaged, display_completed, delayed_size_change)
5890 (fonts_changed_p, add_window_display_history)
5891 (add_frame_display_history, verify_row_hash)
5892 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
5893 (row_equal_p, realloc_glyph_pool)
5894 (allocate_matrices_for_frame_redisplay)
5895 (showing_window_margins_p)
5896 (adjust_frame_glyphs_for_frame_redisplay)
5897 (build_frame_matrix_from_leaf_window, make_current)
5898 (mirrored_line_dance, mirror_line_dance, update_frame)
5899 (update_window_tree, update_single_window)
5900 (check_current_matrix_flags, update_window, update_text_area)
5901 (update_window_line, set_window_update_flags, scrolling_window)
5902 (update_frame_1, scrolling, buffer_posn_from_coords)
5903 (do_pending_window_change, change_frame_size)
5904 (change_frame_size_1, sit_for):
5905 Use bool for boolean.
5906 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
5907 and remove last int (actually boolean) argument, which was always 0.
5908 All callers changed.
5909 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
5910 * dispextern.h (struct composition_it): Use bool for boolean.
5911 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
5912 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
5913 * dired.c (file_name_completion):
5914 Use bool for boolean. (This was missed in an earlier change.)
5915
5916 2012-08-27 Martin Rudalics <rudalics@gmx.at>
5917
5918 * window.c (Fset_window_configuration): Revert first part of
5919 last change.
5920
5921 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
5922
5923 * nsterm.h (NSPanel): New class variable dialog_return.
5924
5925 * nsmenu.m (initWithContentRect:styleMask:backing:defer:):
5926 Initialize dialog_return.
5927 (windowShouldClose:): Use stop instead of stopModalWithCode.
5928 (clicked:): Ditto, and also set dialog_return (Bug#12258).
5929 (timeout_handler:): Use stop instead of abortModal. Send a dummy
5930 event.
5931 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
5932 modal loop returns.
5933
5934 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
5935
5936 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
5937 * composite.c (find_composition, composition_gstring_p)
5938 (composition_reseat_it, find_automatic_composition):
5939 * data.c (let_shadows_buffer_binding_p)
5940 (let_shadows_global_binding_p, set_internal, make_blv)
5941 (Fmake_variable_buffer_local, Fmake_local_variable)
5942 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
5943 (cons_to_signed, arith_driver):
5944 * dbusbind.c (xd_in_read_queued_messages):
5945 * dired.c (directory_files_internal, file_name_completion):
5946 Use bool for booleans.
5947 * dired.c (file_name_completion):
5948 * process.h (fd_callback):
5949 Omit int (actually boolean) argument. It wasn't being used.
5950 All uses changed.
5951 * composite.h, lisp.h: Reflect above API changes.
5952
5953 * cmds.c, coding.c: Use bool for booleans.
5954 * cmds.c (move_point, Fself_insert_command):
5955 * coding.h (struct composition status, struct coding_system):
5956 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
5957 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
5958 (emacs_mule_char, decode_coding_emacs_mule)
5959 (encode_coding_emacs_mule, detect_coding_iso_2022)
5960 (decode_coding_iso_2022, encode_invocation_designation)
5961 (encode_designation_at_bol, encode_coding_iso_2022)
5962 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
5963 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
5964 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
5965 (encode_coding_raw_text, detect_coding_charset)
5966 (decode_coding_charset, encode_coding_charset, detect_eol)
5967 (detect_coding, get_translation_table, produce_chars)
5968 (consume_chars, reused_workbuf_in_use)
5969 (make_conversion_work_buffer, code_conversion_save)
5970 (decode_coding_object, encode_coding_object)
5971 (detect_coding_system, char_encodable_p)
5972 (Funencodable_char_position, code_convert_region)
5973 (code_convert_string, code_convert_string_norecord)
5974 (Fset_coding_system_priority):
5975 * fileio.c (Finsert_file_contents):
5976 Use bool for booleans.
5977 * coding.h, lisp.h: Reflect above API changes.
5978 * coding.c: Remove unnecessary static function decls.
5979 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
5980 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
5981 not a boolean 'int', since callers never look at the return value.
5982 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
5983 * coding.h (decoding_buffer_size, encoding_buffer_size)
5984 (emacs_mule_string_char): Remove unused extern decls.
5985 (struct iso_2022_spec, struct coding_system):
5986 Use 'unsigned int : 1' for boolean fields, since there's more than one.
5987 (struct emacs_mule_spec): Remove unused field 'full_support'.
5988 All initializations removed.
5989 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
5990
5991 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
5992
5993 Fix spare memory change (Bug#12286).
5994 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
5995 (valid_lisp_object_p): Likewise.
5996
5997 2012-08-27 Martin Rudalics <rudalics@gmx.at>
5998
5999 * window.c (Fset_window_configuration): Record any window's old
6000 buffer if it's replaced (see Bug#8789). If the new current
6001 buffer doesn't appear in the selected window, go to its old
6002 point (Bug#12208).
6003
6004 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
6005
6006 Special MEM_TYPE_SPARE to denote reserved memory.
6007 * alloc.c (enum mem_type): New memory type.
6008 (refill_memory_reserve): Use new type for spare memory.
6009 This prevents live_cons_p and live_string_p from incorrect
6010 detection of uninitialized objects from spare memory as live.
6011
6012 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
6013
6014 Spelling fixes.
6015 * Makefile.in (.PHONY): versioclean -> versionclean.
6016
6017 Remove unused external symbols.
6018 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
6019 * window.c (Qwindow_valid_p, decode_valid_window):
6020 Now static, not extern.
6021 * data.c (Qinterval): Remove; unused.
6022 (syms_of_data): Do not define 'interval'.
6023 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
6024 * window.h (decode_valid_window):
6025 Remove decls.
6026
6027 * character.c, charset.c, chartab.c: Use bool for booleans.
6028 * character.c (lisp_string_width, string_count_byte8)
6029 (string_escape_byte8):
6030 * charset.c (charset_map_loaded, load_charset_map, read_hex):
6031 (load_charset_map_from_file, map_charset_chars)
6032 (Fdefine_charset_internal, define_charset_internal)
6033 (Fdeclare_equiv_charset, find_charsets_in_text)
6034 (Ffind_charset_region, char_charset, Fiso_charset):
6035 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
6036 (sub_char_table_set, sub_char_table_set_range)
6037 (char_table_set_range, optimize_sub_char_table)
6038 (map_sub_char_table):
6039 Use bool for boolean.
6040 * character.c (str_to_unibyte): Omit last boolean argument; it was
6041 always 0. All callers changed.
6042 * character.h, charset.h: Adjust to match previous changes.
6043 * character.h (char_printable_p): Remove decl of nonexistent function.
6044 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
6045 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
6046 are all boolean, so make them single-bit bitfields.
6047
6048 * lisp.h (ASET): Remove attempt to detect side effects.
6049 It was meant to be temporary and it often doesn't work,
6050 because when IDX has side effects the behavior of IDX==IDX
6051 is undefined. See Stefan Monnier in
6052 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
6053
6054 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
6055
6056 * lisp.h (functionp): New function (extracted from Ffunctionp).
6057 (FUNCTIONP): Use it.
6058 * eval.c (Ffunctionp): Use it.
6059
6060 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
6061
6062 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
6063 as that's faster and simpler than static storage. Don't bother
6064 with the g_main_context_query overhead if g_main_context_pending
6065 says no events are pending.
6066 (gfds, gfds_size): Remove these static vars.
6067 (xgselect_initialize): Remove; no longer needed.
6068 All uses and decls removed.
6069
6070 * emacs.c (fatal_error_signal_hook): Remove.
6071 All uses removed. This leftover from old code was always 0.
6072
6073 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
6074 * casefiddle.c (casify_object, casify_region):
6075 * casetab.c (set_case_table):
6076 * category.c, category.h (word_boundary_p):
6077 * category.h (CHAR_HAS_CATEGORY):
6078 Use bool for booleans, instead of int.
6079
6080 2012-08-25 Eli Zaretskii <eliz@gnu.org>
6081
6082 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
6083
6084 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
6085
6086 On assertion failure, print backtrace if available.
6087 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
6088 (die) [ENABLE_CHECKING]: Print a backtrace if available.
6089 * Makefile.in (LIB_EXECINFO): New macro.
6090 (LIBES): Use it.
6091
6092 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
6093 * bytecode.c (exec_byte_code):
6094 * callint.c (check_mark, Fcall_interactively):
6095 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
6096 (getenv_internal, sync_process_alive, call_process_exited):
6097 * lisp.h (USE_SAFE_ALLOCA):
6098 Use bool for booleans, instead of int.
6099 * lisp.h, process.h: Adjust prototypes to match above changes.
6100 * callint.c (Fcall_interactively): Don't assume the mark's
6101 offset fits in 'int'.
6102
6103 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6104
6105 * buffer.c, buffer.h: Use bool for boolean.
6106 * buffer.c (reset_buffer_local_variables)
6107 (buffer_lisp_local_variables, Fset_buffer_modified_p)
6108 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
6109 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
6110 (overlay_touches_p, overlay_strings, Foverlay_put)
6111 (report_overlay_modification, call_overlay_mod_hooks):
6112 (mmap_enlarge, mmap_set_vars):
6113 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
6114 Use bool for booleans, instead of int.
6115 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
6116 since the 1-or-0 return value is always ignored anyway.
6117 (mmap_initialized_p):
6118 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
6119 * buffer.h, lisp.h: Adjust prototypes to match above changes.
6120
6121 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
6122
6123 * bidi.c: Use bool for boolean.
6124 This is a bit more readable, and makes the text segment of bidi.o
6125 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
6126 Presumably it's faster too.
6127 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
6128 Now bool.
6129 (bidi_cache_find_level_change, bidi_cache_iterator_state)
6130 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
6131 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
6132 (bidi_explicit_dir_char, bidi_level_of_next_char)
6133 (bidi_find_other_level_edge, bidi_move_to_visually_next):
6134 Use bool for booleans, instead of int.
6135 * dispextern.h (bidi_init_it, bidi_paragraph_init)
6136 (bidi_unshelve_cache): Adjust decls to match code.
6137
6138 2012-08-23 Martin Rudalics <rudalics@gmx.at>
6139
6140 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
6141 argument.
6142
6143 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
6144
6145 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
6146 * atimer.h: Include <stdbool.h>.
6147
6148 2012-08-22 Dan Nicolaescu <dann@gnu.org>
6149
6150 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
6151 compile time tests instead of run time tests on systems that do
6152 not use them.
6153 (FRAME_MAC_P): Remove leftover from deleted code.
6154 * frame.c (syms_of_frame): Remove leftover from deleted code.
6155
6156 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
6157
6158 * nsterm.m (insertText:): Don't clear modifiers if code is space.
6159
6160 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
6161
6162 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
6163 Otherwise, the compiler complains about (A?B:C) where B is void
6164 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
6165 (fontset_add): Return void, for FONTSET_ADD.
6166
6167 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
6168
6169 * alloc.c: Use bool for booleans.
6170 (gc_in_progress, abort_on_gc)
6171 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
6172 (dont_register_blocks) [GC_MALLOC_CHECK]:
6173 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
6174 (check_string_bytes, make_specified_string, memory_full)
6175 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
6176 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
6177 (mark_stack, valid_pointer_p, make_pure_string)
6178 (Fgarbage_collect, survives_gc_p, gc_sweep):
6179 Use bool for booleans, instead of int.
6180 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
6181 Remove unused local.
6182 * alloc.c (PURE_POINTER_P):
6183 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
6184 * editfns.c (Fformat):
6185 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
6186 (Fdo_auto_save):
6187 * fns.c (sweep_weak_table):
6188 * lisp.h (suppress_checking, push_message, survives_gc_p)
6189 (make_pure_string, gc_in_progress, abort_on_gc):
6190 * lread.c (readchar, read1):
6191 * print.c (Fprin1_to_string):
6192 * xdisp.c (push_message):
6193 Use bool for booleans affected directly or indirectly by
6194 alloc.c's changes.
6195
6196 Make recently-introduced setters macros.
6197 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
6198 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
6199 (set_fontset_default, set_fontset_fallback): Rename from their
6200 upper-case counterparts, and make them functions rather than macros.
6201 This is more consistent with the other recently-introduced setters.
6202 These don't need to be inline, since they're local.
6203
6204 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
6205
6206 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
6207 the loop (Bug#12247).
6208
6209 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
6210
6211 * lisp.h (vcopy): Use memcpy rather than our own loop.
6212 This fixes a performance regression introduced by the recent
6213 addition of vcopy. This means 'vcopy' will need to be modified
6214 for a copying collector, but that's OK. Also, tighten the
6215 checking in the assertion.
6216
6217 2012-08-21 Eli Zaretskii <eliz@gnu.org>
6218
6219 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
6220 components for RTL text (Bug#11860). Adjust X-OFFSET of each
6221 non-base glyph for the width of the base character, according to
6222 what x_draw_composite_glyph_string_foreground expects.
6223 Generate WADJUST value according to composition_gstring_width's
6224 expectations, to produce correct width of the composed character.
6225 Reverse the sign of the DU offset produced by ScriptPlace.
6226
6227 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
6228
6229 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
6230
6231 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
6232
6233 Avoid direct writes to contents member of struct Lisp_Vector.
6234 * lisp.h (vcopy): New function to copy data into vector.
6235 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
6236 * fns.c (Ffillarray): Use ASET.
6237 * keyboard.c (timer_check_2): Use AREF and ASET.
6238 (append_tool_bar_item, Frecent_keys): Use vcopy.
6239 * lread.c (read_vector): Use ASET.
6240 * msdos.c (Frecent_doskeys): Use vcopy.
6241 * xface.c (Finternal_copy_lisp_face): Use vcopy.
6242 (Finternal_merge_in_global_face): Use ASET and vcopy.
6243 * xfont.c (xfont_list_pattern): Likewise.
6244
6245 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6246
6247 * window.c (Fwindow_point): For the selected window always return
6248 the position of its buffer's point.
6249 (Fset_window_point): For the selected window always go in its
6250 buffer to the specified position.
6251
6252 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
6253
6254 Setter macros for fontsets.
6255 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
6256 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
6257 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
6258 Adjust users.
6259
6260 2012-08-20 Glenn Morris <rgm@gnu.org>
6261
6262 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
6263 Don't assume that `ln -f' works.
6264
6265 2012-08-20 Eli Zaretskii <eliz@gnu.org>
6266
6267 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
6268 and later about non-assignments with no effect. See discussion at
6269 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
6270 details.
6271
6272 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6273
6274 Inline setter functions for Lisp_Objects slots of struct specbinding.
6275 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
6276 Adjust users.
6277
6278 2012-08-20 Martin Rudalics <rudalics@gmx.at>
6279
6280 * window.c (select_window): Always make selected window's buffer
6281 current.
6282
6283 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6284
6285 Use AREF and ASET for docstrings of category tables.
6286 * category.h (CATEGORY_DOCSTRING): Use AREF.
6287 (SET_CATEGORY_DOCSTRING): Use ASET.
6288 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
6289
6290 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6291
6292 Inline setter functions for hash table members.
6293 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
6294 (set_hash_hash, set_hash_index): Rename with _slot suffix.
6295 (set_hash_key_and_value, set_hash_index, set_hash_next)
6296 (set_hash_hash): New functions.
6297 * charset.c, fns.c: Adjust users.
6298
6299 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6300
6301 Inline getter and setter functions for per-buffer values.
6302 * buffer.h (per_buffer_default, set_per_buffer_default)
6303 (per_buffer_value, set_per_buffer_value): New functions.
6304 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
6305 * buffer.c, data.c: Adjust users.
6306
6307 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
6308
6309 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
6310
6311 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
6312
6313 Rely on <config.h> + <unistd.h> to declare 'environ',
6314 as gnulib does this if the system doesn't.
6315 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
6316 Remove declaration. MS-Windows declares it on stdlib.h which is
6317 included by conf_post.h.
6318 * emacs.c (environ) [DOUG_LEA_MALLOC]:
6319 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
6320 * vm-limit.c: Include <unistd.h>, for 'environ'.
6321
6322 * unexaix.c, unexcoff.c: Include "mem-limits.h".
6323 (start_of_data): Remove decl; mem-limits.h provides it.
6324
6325 * xdisp.c (handle_invisible_prop): Make it a bit faster
6326 and avoid a gcc -Wmaybe-uninitialized diagnostic.
6327
6328 2012-08-19 Chong Yidong <cyd@gnu.org>
6329
6330 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
6331 ends (Bug#3874).
6332
6333 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
6334
6335 * .gdbinit: Use call instead of set when calling a function in the
6336 inferior.
6337
6338 * data.c (set_internal): Don't use set_blv_found.
6339 (Fkill_local_variable): Likewise.
6340
6341 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
6342
6343 * nsfont.m (ns_ascii_average_width): Ensure the string
6344 ascii_printable is initialized with a null-terminated character
6345 array. Otherwise, it can contain undesired extra characters.
6346
6347 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
6348
6349 port new setting code to Sun C 5.8 2005/10/13
6350 * chartab.c, lisp.h (char_table_set, char_table_set_range):
6351 Return void, not Lisp_Object. Otherwise, the compiler
6352 complains about (A?B:C) where B is void and C is Lisp_Object
6353 when compiling CHAR_TABLE_SET, due to the recent change to
6354 the API of sub_char_table_set_contents.
6355
6356 2012-08-18 Chong Yidong <cyd@gnu.org>
6357
6358 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
6359 for the string case (Bug#3874).
6360
6361 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
6362
6363 * buffer.h (BSET): Remove (Bug#12215).
6364 Replace all uses with calls to new setter functions.
6365 (bset_bidi_paragraph_direction, bset_case_canon_table)
6366 (bset_case_eqv_table, bset_directory, bset_display_count)
6367 (bset_display_time, bset_downcase_table)
6368 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
6369 (bset_last_selected_window, bset_local_var_alist)
6370 (bset_mark_active, bset_point_before_scroll, bset_read_only)
6371 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
6372 (bset_width_table):
6373 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
6374 (bset_auto_fill_function, bset_auto_save_file_format)
6375 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
6376 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
6377 (bset_cache_long_line_scans, bset_case_fold_search)
6378 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
6379 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
6380 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
6381 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
6382 (bset_header_line_format, bset_indicate_buffer_boundaries)
6383 (bset_indicate_empty_lines, bset_invisibility_spec)
6384 (bset_left_fringe_width, bset_major_mode, bset_mark)
6385 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
6386 (bset_name, bset_overwrite_mode, bset_pt_marker)
6387 (bset_right_fringe_width, bset_save_length)
6388 (bset_scroll_bar_width, bset_scroll_down_aggressively)
6389 (bset_scroll_up_aggressively, bset_selective_display)
6390 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
6391 (bset_word_wrap, bset_zv_marker):
6392 * category.c (bset_category_table):
6393 * syntax.c (bset_syntax_table):
6394 New setter functions.
6395
6396 * process.h (PSET): Remove (Bug#12215).
6397 Replace all uses with calls to new setter functions.
6398 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6399 (PROCESS_INLINE): New macro.
6400 (pset_childp): New setter function.
6401 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
6402 * process.c (PROCESS_INLINE):
6403 Define to EXTERN_INLINE, so that the corresponding functions
6404 are compiled into code.
6405 (pset_buffer, pset_command, pset_decode_coding_system)
6406 (pset_decoding_buf, pset_encode_coding_system)
6407 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
6408 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
6409 (pset_type, pset_write_queue): New setter functions.
6410
6411 * window.h (WSET): Remove (Bug#12215).
6412 Replace all uses with calls to new setter functions.
6413 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6414 (WINDOW_INLINE): New macro.
6415 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
6416 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
6417 (wset_total_lines, wset_vertical_scroll_bar)
6418 (wset_window_end_pos, wset_window_end_valid)
6419 (wset_window_end_vpos): New setter functions.
6420 * window.c (WINDOW_INLINE):
6421 Define to EXTERN_INLINE, so that the corresponding functions
6422 are compiled into code.
6423 (wset_combination_limit, wset_dedicated, wset_display_table)
6424 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
6425 (wset_new_normal, wset_new_total, wset_next_buffers)
6426 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
6427 (wset_prev_buffers, wset_right_fringe_width)
6428 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
6429 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
6430 (wset_window_parameters):
6431 * xdisp.c (wset_base_line_number, wset_base_line_pos)
6432 (wset_column_number_displayed, wset_region_showing):
6433 New setter functions.
6434
6435 * termhooks.h (TSET): Remove (Bug#12215).
6436 Replace all uses with calls to new setter functions.
6437 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6438 (TERMHOOKS_INLINE): New macro.
6439 (tset_charset_list, tset_selection_alist): New setter functions.
6440 * terminal.c (TERMHOOKS_INLINE):
6441 Define to EXTERN_INLINE, so that the corresponding functions
6442 are compiled into code.
6443 (tset_param_alist): New setter function.
6444
6445 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
6446
6447 * keyboard.h (KSET): Remove (Bug#12215).
6448 Replace all uses with calls to new setter functions.
6449 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6450 (KEYBOARD_INLINE): New macro.
6451 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
6452 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
6453 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
6454 New setter functions.
6455 * keyboard.c (KEYBOARD_INLINE):
6456 Define to EXTERN_INLINE, so that the corresponding functions
6457 are compiled into code.
6458 (kset_echo_string, kset_kbd_queue)
6459 (kset_keyboard_translate_table, kset_last_prefix_arg)
6460 (kset_last_repeatable_command, kset_local_function_key_map)
6461 (kset_overriding_terminal_local_map, kset_real_last_command)
6462 (kset_system_key_syms): New setter functions.
6463
6464 * frame.h (FSET): Remove (Bug#12215).
6465 Replace all uses with calls to new setter functions.
6466 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6467 (FRAME_INLINE): New macro.
6468 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
6469 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
6470 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
6471 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
6472 (fset_param_alist, fset_root_window, fset_scroll_bars)
6473 (fset_selected_window, fset_title, fset_tool_bar_items)
6474 (fset_tool_bar_position, fset_tool_bar_window): New functions.
6475 * frame.c (FRAME_INLINE):
6476 Define to EXTERN_INLINE, so that the corresponding functions
6477 are compiled into code.
6478 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
6479
6480 A few more naming-convention fixes for getters and setters.
6481 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
6482 and rename from buffer_overlays_set_before.
6483 (set_buffer_overlays_after): Move here from buffer.h, and rename
6484 from buffer_overlays_set_after.
6485 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
6486 All uses changed.
6487 (set_buffer_intervals): Rename from buffer_set_intervals.
6488 * intervals.c (set_interval_object): Move here from intervals.h,
6489 and rename from interval_set_object.
6490 (set_interval_left): Move here from intervals.h, and rename from
6491 interval_set_left.
6492 (set_interval_right): Move here from intervals.h, and rename from
6493 interval_set_right.
6494 (copy_interval_parent): Move here from intervals.h, and rename from
6495 interval_copy_parent.
6496 * intervals.h (set_interval_parent): Rename from interval_set_parent.
6497 (set_interval_plist): Rename from interval_set_plist.
6498 Return void, not Lisp_Object, since no caller uses the result.
6499 * lisp.h (string_intervals): Rename from string_get_intervals.
6500 (set_string_intervals): Rename from string_set_intervals.
6501
6502 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
6503 (set_char_table_contents): Rename from char_table_set_contents.
6504 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
6505 All uses changed. See the end of
6506 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
6507
6508 * lisp.h (CSET): Remove (Bug#12215).
6509 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
6510 (set_char_table_purpose): New functions,
6511 replacing CSET. All uses changed. For example, replace
6512 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
6513 "set_char_table_parent (char_table, parent);".
6514 The old version was confusing because it used the same name
6515 'parent' for two different things.
6516
6517 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
6518
6519 Functions to get and set Lisp_Object fields of buffer-local variables.
6520 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
6521 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
6522 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
6523 * data.c, eval.c, frame.c: Adjust users.
6524
6525 2012-08-17 Chong Yidong <cyd@gnu.org>
6526
6527 * xfaces.c (merge_face_vectors): If the target font specfies a
6528 font spec, make the font's attributes take precedence over
6529 directly-specified attributes.
6530 (merge_face_ref): Recognize :font.
6531
6532 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
6533
6534 Do not use memcpy for copying intervals.
6535 * intervals.c (reproduce_interval): New function.
6536 (reproduce_tree, reproduce_tree_obj): Use it.
6537 (reproduce_tree_obj): Remove prototype.
6538
6539 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
6540
6541 * lisp.h (duration_to_sec_usec): Remove unused decl.
6542
6543 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
6544
6545 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
6546 to an allocated instance of NSString, not to the class itself.
6547
6548 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * makefile.w32-in (C_CTYPE_H): New macro.
6551 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
6552 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
6553 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
6554
6555 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
6556
6557 Use ASCII tests for character types.
6558 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
6559 * xfns.c, xterm.c:
6560 Don't include <ctype.h>; was not needed.
6561 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
6562 * sysdep.c, xfaces.c:
6563 Include <c-ctype.h> instead of <ctype.h>.
6564 * nsterm.m: Include <c-ctype.h>.
6565 * charset.c (read_hex):
6566 * doc.c (Fsnarf_documentation):
6567 * fileio.c (IS_DRIVE) [WINDOWSNT]:
6568 (DRIVE_LETTER) [DOS_NT]:
6569 (Ffile_name_directory, Fexpand_file_name)
6570 (Fsubstitute_in_file_name):
6571 * font.c (font_parse_xlfd, font_parse_fcname):
6572 * frame.c (x_set_font_backend):
6573 * gtkutil.c (xg_get_font):
6574 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
6575 * nsimage.m (hexchar):
6576 * nsterm.m (ns_xlfd_to_fontname):
6577 * sysdep.c (system_process_attributes):
6578 * xfaces.c (hash_string_case_insensitive):
6579 Use C-locale tests instead of locale-specific tests for character
6580 types, since we want the ASCII interpretation here, not the
6581 interpretation suitable for whatever happens to be the current locale.
6582
6583 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6584
6585 Consistently check windows for validity/liveness
6586 (Bug#11984, Bug#12025, Bug#12026).
6587 * lisp.h (CHECK_VALID_WINDOW): New macro.
6588 * window.c (decode_window): Rename to decode_live_window.
6589 (decode_valid_window, Fwindow_valid_p): New functions.
6590 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
6591 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
6592 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
6593 (Fwindow_prev_sibling, Fwindow_combination_limit)
6594 (Fset_window_combination_limit, Fwindow_use_time)
6595 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
6596 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
6597 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
6598 (Fwindow_hscroll, Fset_window_hscroll)
6599 (Fwindow_redisplay_end_trigger)
6600 (Fset_window_redisplay_end_trigger, Fwindow_edges)
6601 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
6602 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
6603 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
6604 (Fwindow_end, Fset_window_point, Fset_window_start)
6605 (Fpos_visible_in_window_p, Fwindow_line_height)
6606 (Fwindow_dedicated_p, Fset_window_dedicated_p)
6607 (Fwindow_prev_buffers, Fset_window_prev_buffers)
6608 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
6609 (Fset_window_parameter, Fwindow_display_table)
6610 (Fset_window_display_table, Fdelete_other_windows_internal)
6611 (Fset_window_buffer, Fset_window_new_total)
6612 (Fset_window_new_normal, Fdelete_window_internal)
6613 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
6614 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
6615 (Fwindow_scroll_bars): Check whether argument window is a valid or
6616 live window. Update doc-strings.
6617 (syms_of_window): New symbol Qwindow_valid_p.
6618 * keyboard.c (Fposn_at_x_y): Check whether argument
6619 frame_or_window denotes a valid window.
6620
6621 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
6622
6623 Fix previous char table change.
6624 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
6625 * chartab.c (optimize_sub_char_table): Likewise.
6626
6627 2012-08-16 Chong Yidong <cyd@gnu.org>
6628
6629 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
6630
6631 * xfont.c (xfont_open):
6632 * xftfont.c (xftfont_open): Set the font's max_width field.
6633
6634 * nsfont.m (nsfont_open): Similar to the Xft backend, set
6635 min_width to space_width and average_width to the average over
6636 printable ASCII characters.
6637 (ns_char_width): Code cleanup.
6638 (ns_ascii_average_width): New utility function.
6639
6640 * font.h (struct font): Update comments.
6641
6642 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
6643
6644 Simple interface to set Lisp_Object fields of character tables.
6645 * lisp.h (CSET): New macro.
6646 (char_table_set_extras, char_table_set_contents)
6647 (sub_char_table_set_contents): New function.
6648 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
6649 * syntax.c: Adjust users.
6650
6651 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * eval.c (eval_sub): Bind lexical-binding.
6654 * lread.c (Qlexical_binding): Make non-static.
6655
6656 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
6657
6658 * nsmenu.m (popupSession): Remove.
6659 (pop_down_menu): Remove endModalSession.
6660 (timeout_handler:): New method.
6661 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
6662 Call runModalForWindow. Check timer_fired when it returns.
6663 If not set, cancel timer and break out of loop.
6664 Otherwise loop again, with a new timeout.
6665
6666 * nsterm.m: Include fcntl.h if present.
6667 (fd_entry, t_readfds, inNsSelect): Remove.
6668 (select_writefds, select_valid, select_timeout, selfds)
6669 (select_mutex, apploopnr): Add.
6670 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
6671 Otherwise call kbd_buffer_store_event.
6672 (ns_send_appdefined): Remove release of fd_entry.
6673 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
6674 Increment and decrement apploopnr.
6675 (ns_select): If no file descriptors, just do a NSTimer.
6676 Otherwise copy read/write masks and start select thread (fd_handler).
6677 Start main loop and wait for application defined event.
6678 Inform select thread to stop selecting after main loop is exited.
6679 (ns_term_init): Create selfds pipe and set non-blocking.
6680 Initialize select_mutex. Start the select thread (fd_handler).
6681 (fd_handler:): Loop forever, wait for info from the main thread
6682 to either start or stop selecting. When select returns, send
6683 and appdefined event.
6684 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
6685 If not call kbd_buffer_store_event.
6686
6687 * nsterm.h (EmacsApp): fd_handler takes id argument.
6688 (EmacsDialogPanel): Add timer_fired and timeout_handler.
6689
6690 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
6691
6692 2012-08-15 Eli Zaretskii <eliz@gnu.org>
6693
6694 * region-cache.c (move_cache_gap): Update gap_len using the actual
6695 growth of the boundaries array. Do not change cache_len.
6696 (Bug#12196)
6697
6698 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
6699
6700 Generalize and cleanup font subsystem checks.
6701 * font.h (FONT_DEBUG, font_assert): Remove.
6702 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
6703 Change font_assert to eassert. Use eassert where appropriate.
6704
6705 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
6706
6707 * gtkutil.c (xg_get_font): Use pango_units_to_double.
6708
6709 2012-08-15 Chong Yidong <cyd@gnu.org>
6710
6711 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
6712 When using the new font chooser, use gtk_font_chooser_get_font_desc to
6713 extract the font descriptor instead of just the font name.
6714 In that case, return a font spec instead of a string.
6715 (x_last_font_name): Move to this file from xfns.c.
6716
6717 * xfns.c (Fx_select_font): The return value can also be a font
6718 spec. Move x_last_font_name management to gtkutil.c.
6719
6720 * xfaces.c: Make font weight and style symbols non-static.
6721
6722 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
6725 (bug#12117).
6726
6727 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * alloc.c (Fgarbage_collect): Use plural form consistently.
6730
6731 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6732
6733 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
6734 iteration through the command loop. Fixes a problem whereby mouse
6735 movements are ignored until the first mouse click.
6736
6737 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
6738
6739 Use bool, not int, for Lisp booleans.
6740 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
6741 makes Emacs a bit smaller and presumably a bit faster.
6742 * lisp.h: Include <stdbool.h>.
6743 (struct Lisp_Boolfwd, defvar_bool):
6744 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
6745 * regex.c [!emacs]: Include <stdbool.h>.
6746 (false, true): Remove; <stdbool.h> does this for us now.
6747
6748 2012-08-14 Chong Yidong <cyd@gnu.org>
6749
6750 * character.c (Fcharacterp): Doc fix (Bug#12076).
6751
6752 * data.c (Findirect_variable): Doc fix (Bug#11040).
6753
6754 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
6755
6756 * editfns.c (Fformat): Doc fix (Bug#12059).
6757 (Fsave_current_buffer): Doc fix (Bug#11542).
6758
6759 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
6760
6761 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
6762 (bug#12022).
6763
6764 2012-08-14 Martin Rudalics <rudalics@gmx.at>
6765
6766 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
6767 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
6768 * minibuf.c (choose_minibuf_frame, read_minibuf):
6769 * w32fns.c (x_create_tip_frame):
6770 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
6771 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
6772
6773 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
6774
6775 * intervals.c (offset_intervals): Remove obsolete comment.
6776
6777 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6778
6779 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
6780
6781 2012-08-14 Gergely Risko <gergely@risko.hu>
6782
6783 * coding.c (decode_coding): Record buffer modification before
6784 disabling undo_list (Bug#11773).
6785
6786 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
6787
6788 Revert and cleanup some recent overlay changes.
6789 * buffer.h (enum overlay_type): Remove.
6790 (buffer_get_overlays, buffer_set_overlays): Likewise.
6791 (buffer_set_overlays_before, buffer_set_overlays_after):
6792 New function. Adjust users.
6793 (unchain_both): Add eassert.
6794
6795 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
6796
6797 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
6798
6799 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
6800
6801 * gtkutil.c (xg_mark_data): Don't assume C99.
6802
6803 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
6804
6805 * gtkutil.c (xg_frame_tb_info): New struct.
6806 (TB_INFO_KEY): New define.
6807 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
6808 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
6809 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
6810 if not present.
6811 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
6812 is up to date. Otherwise store new data.
6813 (free_frame_tool_bar): Free xg_frame_tb_info if present.
6814
6815 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
6816
6817 Use KSET for write access to Lisp_Object members of struct kboard.
6818 * keyboard.h (KSET): New macro.
6819 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
6820 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
6821 * xterm.c: Adjust users.
6822
6823 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
6824
6825 Use BSET for write access to Lisp_Object members of struct buffer.
6826 * buffer.h (BSET): New macro.
6827 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
6828 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
6829 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
6830 * window.c, xdisp.c, xfns.c: Adjust users.
6831
6832 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
6833
6834 * lread.c (syms_of_lread): Initialize Vlexical_binding.
6835
6836 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
6837
6838 * nsterm.m (not_in_argv): New function.
6839 (application:openFile, application:openTempFile:):
6840 (application:openFileWithoutUI:, application:openFiles:): Open file
6841 if not_in_argv returns non-zero (bug#12171).
6842
6843 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
6844 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
6845 Define for Gtk+ versions less than 3.2.
6846 (xg_get_font_name): Use those functions/macros here.
6847 Reported by Frans Oilinki <moilinki@gmail.com>.
6848
6849 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6850
6851 * unexmacosx.c (copy_data_segment): Copy initialized data in
6852 statically linked libraries from input file rather than memory.
6853
6854 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
6855 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
6856 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
6857
6858 2012-08-10 Glenn Morris <rgm@gnu.org>
6859
6860 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
6861 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
6862
6863 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6864
6865 Fix last change to allow compilation with low optimization levels.
6866 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
6867 Reported by Jan Djärv <jan.h.d@swipnet.se>.
6868
6869 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6870
6871 Use common inline syntax in intervals.h.
6872 * intervals.h (INTERVALS_INLINE): New macro.
6873 Change all users from LISP_INLINE.
6874
6875 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6876
6877 Define Qnone once for all platforms.
6878 * frame.c (Qnone): Define here.
6879 (syms_of_frame): DEFSYM it.
6880 * lisp.h (Qnone): New declaration.
6881 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
6882 * xfns.c: Remove duplication. Adjust users.
6883
6884 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6885
6886 Remove unused macros from intervals.h.
6887 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
6888 * intervals.c: Adjust comment.
6889
6890 2012-08-10 Eli Zaretskii <eliz@gnu.org>
6891
6892 * w32fns.c <w32_unicode_gui>: New static variable.
6893 (globals_of_w32fns): Initialize it according to os_subtype.
6894 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
6895 testing os_subtype.
6896
6897 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
6898 Eli Zaretskii <eliz@gnu.org>
6899
6900 Fix bug #10299 with Unicode characters sent by customized
6901 keyboards created by MSKLC.
6902 * w32fns.c (INIT_WINDOW_CLASS): New macro.
6903 (w32_init_class): Use it to initialize the Emacs class with either
6904 ANSI or Unicode API calls.
6905 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
6906 later.
6907 (w32_wnd_proc): If the character code sent by WM_CHAR or
6908 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
6909 original message. Call DefWindowProcW on NT and later.
6910
6911 2012-08-10 Glenn Morris <rgm@gnu.org>
6912
6913 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
6914
6915 * lisp.h (DIRECTORY_SEP): Let configure set it.
6916
6917 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
6918
6919 Use TSET for write access to Lisp_Object slots of struct terminal.
6920 * termhooks.h (TSET): New macro.
6921 * coding.c, terminal.c, xselect.c: Adjust users.
6922
6923 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
6926 the failing expression, include them in the error message.
6927 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
6928 * lisp.h (internal_condition_case_n): Update declaration.
6929
6930 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6931
6932 Inline functions to examine and change buffer overlays.
6933 * buffer.c (unchain_both): New function.
6934 * buffer.h (buffer_get_overlays, buffer_set_overlays):
6935 (buffer_has_overlays): New function.
6936 (enum overlay_type): New enum.
6937 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
6938 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
6939
6940 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6941
6942 Inline functions to examine and change buffer intervals.
6943 * alloc.c (mark_interval_tree): Remove.
6944 (MARK_INTERVAL_TREE): Simplify.
6945 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
6946 * intervals.c (buffer_balance_intervals): New function.
6947 (graft_intervals_into_buffer): Adjust indentation.
6948 (set_intervals_multibyte): Simplify.
6949 * buffer.h (BUF_INTERVALS): Remove.
6950 (buffer_get_intervals, buffer_set_intervals): New function.
6951 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
6952 * intervals.c, textprop.c: Adjust users.
6953
6954 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6955
6956 Inline functions to examine and change string intervals.
6957 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
6958 (string_get_intervals, string_set_intervals): New function.
6959 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
6960 * lread.c, print.c, textprop.c: Adjust users.
6961
6962 2012-08-08 Glenn Morris <rgm@gnu.org>
6963
6964 * lisp.mk (lisp): Remove language/persian.elc.
6965
6966 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6967
6968 Cleanup intervals.
6969 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
6970 (NULL_INTERVAL_P): Likewise. Adjust users.
6971 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
6972 Adjust comment. Move under #if 0.
6973 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
6974 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
6975
6976 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6977
6978 Check total length of intervals with eassert.
6979 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
6980 * intervals.c: Change all users to eassert.
6981
6982 2012-08-07 Eli Zaretskii <eliz@gnu.org>
6983
6984 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
6985 Rename fields to match removal of FGET and WGET and disuse of
6986 INTERNAL_FIELD in Lisp_Cons.
6987
6988 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
6989
6990 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
6991 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
6992 name since all xname users are fixed long time ago. Do not
6993 use INTERNAL_FIELD.
6994 (set_symbol_name, set_symbol_function, set_symbol_plist):
6995 (set_symbol_next, set_overlay_plist): New function.
6996 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
6997 (struct Lisp_Overlay): Likewise.
6998 (CVAR, MVAR, SVAR): Remove.
6999 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
7000 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
7001 * xterm.c: Adjust users.
7002 * .gdbinit: Change to use name field of struct Lisp_Symbol
7003 where appropriate.
7004
7005 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7006
7007 Basic functions to set Lisp_Object and pointer slots of intervals.
7008 * intervals.h (interval_set_parent, interval_set_object):
7009 (interval_set_left, interval_set_right, interval_set_plist):
7010 (interval_copy_parent): New function.
7011 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
7012 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
7013 Adjust indentation.
7014 (INTERVAL_SIZE): Remove. Adjust users.
7015 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
7016
7017 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7018
7019 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
7020 * process.h (PGET): Remove.
7021 (struct Lisp_Process): Do not use INTERNAL_FIELD.
7022 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
7023
7024 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7025
7026 Drop WGET and revert read access to Lisp_Objects slots of struct window.
7027 * window.h (WGET): Remove.
7028 (struct window): Do not use INTERNAL_FIELD.
7029 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7030 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7031 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
7032 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
7033 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
7034 Adjust users.
7035
7036 2012-08-07 Chong Yidong <cyd@gnu.org>
7037
7038 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7039 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
7040 (Fdelete_window_internal): Signal an error if the window is not on
7041 a live frame (Bug#12025).
7042
7043 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7044
7045 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
7046 * frame.h (FGET): Remove.
7047 (struct frame): Do not use INTERNAL_FIELD.
7048 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
7049 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
7050 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7051 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
7052
7053 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
7054
7055 * w32.c: Silence compiler warnings.
7056 (map_w32_filename): Remove unused variable `is_fat'.
7057 (chase_symlinks): Add parentheses around expression.
7058
7059 2012-08-06 Glenn Morris <rgm@gnu.org>
7060
7061 * sysdep.c: Respect BROKEN_GETWD.
7062
7063 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
7064 Let configure handle it.
7065 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
7066
7067 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7068
7069 Use GCALIGNMENT where appropriate.
7070 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
7071 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
7072 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
7073
7074 2012-08-06 Eli Zaretskii <eliz@gnu.org>
7075
7076 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
7077 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
7078
7079 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * buffer.h (struct buffer): Revert `indirections' to a simple int;
7082 that should be sufficient for everyone.
7083
7084 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
7085
7086 * keyboard.c (timer_check_2): Add break so timer_check returns next
7087 timeout.
7088
7089 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7090
7091 Fix Windows build errors introduced after converting to WGET and WSET.
7092 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
7093 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7094
7095 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
7096
7097 * nsterm.m (ns_frame_rehighlight): Use FSET.
7098
7099 * nsmenu.m (ns_update_menubar): Use FSET.
7100
7101 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7102
7103 Separate read and write access to Lisp_Object slots of Lisp_Process.
7104 * process.h (PGET, PSET): New macros similar to AREF and ASET.
7105 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
7106
7107 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7108
7109 Separate read and write access to Lisp_Object slots of struct window.
7110 * window.h (WGET, WSET): New macros similar to AREF and ASET.
7111 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7112 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7113 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
7114 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
7115 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
7116 Adjust users.
7117
7118 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7119
7120 Fix Windows build errors introduced after converting to FGET and FSET.
7121 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
7122 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
7123 (w32_judge_scroll_bars): Change to use FSET.
7124 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7125
7126 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7127
7128 Fix replacement typo.
7129 * window.c (replace_window): Set root_window instead of
7130 selected_window. This fixes a total window subsystem
7131 malfunction reported by Bastien Guerry <bzg@gnu.org>.
7132
7133 2012-08-06 Glenn Morris <rgm@gnu.org>
7134
7135 * lisp.mk (lisp): Add language/persian.elc.
7136
7137 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7138
7139 Separate read and write access to Lisp_Object slots of struct frame.
7140 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
7141 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
7142 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
7143 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7144 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
7145
7146 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
7147
7148 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
7149
7150 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7151
7152 Generalize common compile-time constants.
7153 * lisp.h (header_size, bool_header_size, word_size): Now here.
7154 (struct Lisp_Vector): Add comment.
7155 (struct Lisp_Bool_Vector): Move up to define handy constants.
7156 (VECSIZE, PSEUDOVECSIZE): Simplify.
7157 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
7158 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
7159 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
7160 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
7161 * xfont.c, xmenu.c: Use word_size where appropriate.
7162
7163 2012-08-05 Lawrence Mitchell <wence@gmx.li>
7164
7165 * search.c (Freplace_match): Treat \? in the replacement text
7166 literally (Bug#8161).
7167
7168 2012-08-05 Chong Yidong <cyd@gnu.org>
7169
7170 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
7171 * frame.c (Vdelete_frame_functions):
7172 * emacs.c (Vkill_emacs_hook): Doc fix.
7173
7174 2012-08-04 Eli Zaretskii <eliz@gnu.org>
7175
7176 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
7177 --with-x-toolkit=no builds.
7178 Reported by Carsten Mattner <carstenmattner@gmail.com>.
7179
7180 2012-08-04 Chong Yidong <cyd@gnu.org>
7181
7182 * syntax.c (Fmodify_syntax_entry): Doc fix.
7183
7184 2012-08-04 Eli Zaretskii <eliz@gnu.org>
7185
7186 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
7187 * w32.c (init_environment): Change the default values of many
7188 environment variables in dflt_envvars[] to NULL, to avoid pushing
7189 them into environment when they were not already defined.
7190 Remove the code that deletes site-lisp subdirectories from the default
7191 value of EMACSLOADPATH, as it is no longer needed.
7192 (check_windows_init_file): Now external, not static.
7193 Use Vload_path as is, without adding anything, as this function is now
7194 called when Vload_path is already set up.
7195
7196 * w32.h (check_windows_init_file): Add prototype.
7197
7198 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
7199 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
7200 compatibility with Posix platforms.
7201 (main): Move the call to check_windows_init_file to here from
7202 w32.c.
7203 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
7204 any, in the DEFALT argument into the root of the Emacs build or
7205 installation tree, as appropriate.
7206
7207 * callproc.c (init_callproc_1): Call decode_env_path instead of
7208 doing its equivalent by hand.
7209 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
7210 the code that sets Vexec_path run on MS-Windows.
7211
7212 * lread.c (init_lread): Add comments to #ifdef's.
7213
7214 * msdos.c (dos_set_window_size, IT_update_begin)
7215 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
7216 instead of direct references.
7217
7218 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
7219
7220 Export DEFAULT_REHASH_* to GDB.
7221 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
7222 Now constants, not macros.
7223
7224 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
7225
7226 Remove unnecessary casts involving pointers.
7227 These casts are no longer needed now that we assume C89 or later,
7228 since they involve casting to or from void *.
7229 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
7230 (make_pure_float, make_pure_vector):
7231 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
7232 * macros.c (Fstart_kbd_macro):
7233 * menu.c (find_and_return_menu_selection):
7234 * minibuf.c (read_minibuf_noninteractive):
7235 * sysdep.c (closedir):
7236 * xdisp.c (x_produce_glyphs):
7237 * xfaces.c (compare_fonts_by_sort_order):
7238 * xfns.c (x_real_positions, select_visual):
7239 * xselect.c (x_stop_queuing_selection_requests)
7240 (x_get_window_property, x_get_window_property_as_lisp_data):
7241 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
7242 Remove unnecessary pointer casts.
7243 * alloc.c (record_xmalloc): New function.
7244 * lisp.h (record_xmalloc): New decl.
7245 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
7246 more like a function. This is because the pointer cast is not
7247 needed. All uses changed.
7248 * print.c (print_string, print_error_message): Avoid length recalc.
7249
7250 Improve fix for macroexp crash with debugging (Bug#12118).
7251 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
7252 ARRAY_MARK_FLAG when checking subscripts, because ASET is
7253 not supposed to be invoked from the garbage collector.
7254 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
7255 (gc_aset): New function, which is like ASET but can be
7256 used in the garbage collector.
7257 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
7258 (set_hash_index): Use it instead of ASET.
7259
7260 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7261
7262 Support symlinks on latest versions of MS-Windows.
7263 * w32.c: Include winioctl.h and aclapi.h.
7264 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
7265 (revert_to_self): Forward declarations of static functions.
7266 <static BOOL g_b_init_get_security_info>:
7267 <g_b_init_create_symbolic_link>: New static flags.
7268 (globals_of_w32): Initialize them to zero.
7269 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
7270 (map_w32_filename): Improve commentary. Simplify switch.
7271 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
7272 headers (most versions of MinGW w32api don't).
7273 (get_security_info, create_symbolic_link)
7274 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
7275 New functions.
7276 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
7277 in the argument file name.
7278 (sys_access): Call unc_volume_file_attributes only if
7279 GetFileAttributes fails with network-related error codes.
7280 (sys_rename): Diagnose renaming of a symlink when the user doesn't
7281 have the required privileges.
7282 (get_file_security_desc_by_name): Rename from
7283 get_file_security_desc.
7284 (stat_worker): New function, with most of the guts of 'stat', and
7285 with addition of handling of symlinks and support for 'lstat'.
7286 If possible, get file's attributes and security information by
7287 handle, not by name. Produce S_IFLNK bit for symlinks, when
7288 called from 'lstat'.
7289 (stat, lstat): New functions, call 'stat_worker'.
7290 (symlink, readlink, careadlinkat): Rewritten to create and resolve
7291 symlinks when the underlying filesystem supports them.
7292
7293 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7294
7295 Fix macroexp crash on Windows with debugging (Bug#12118).
7296 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
7297 checking subscripts; problem introduced with the recent
7298 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
7299 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
7300 since it's used in non-static inline functions now.
7301
7302 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
7303 Don't assume buffer size fits in 'int'. Remove unused local.
7304
7305 Use C99-style 'extern inline' if available.
7306 * buffer.h (BUFFER_INLINE):
7307 * category.h (CATEGORY_INLINE):
7308 * character.h (CHARACTER_INLINE):
7309 * charset.h (CHARSET_INLINE):
7310 * composite.h (COMPOSITE_INLINE):
7311 * dispextern.h (DISPEXTERN_INLINE):
7312 * lisp.h (LISP_INLINE):
7313 * systime.h (SYSTIME_INLINE):
7314 New macro, replacing 'static inline' in this header.
7315 * buffer.h, category.h, character.h, charset.h, composite.h:
7316 * dispextern.h, lisp.h, systime.h:
7317 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
7318 * alloc.c (LISP_INLINE):
7319 * buffer.c (BUFFER_INLINE):
7320 * category.c (CATEGORY_INLINE):
7321 * character.c (CHARACTER_INLINE):
7322 * charset.c (CHARSET_INLINE):
7323 * composite.c (COMPOSITE_INLINE):
7324 * dispnew.c (DISPEXTERN_INLINE):
7325 * sysdep.c (SYSTIME_INLINE):
7326 Define to EXTERN_INLINE, so that the corresponding functions
7327 are compiled into code.
7328 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
7329 (INLINE_HEADER_END): New macros.
7330 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
7331 since it's used in non-static inline functions now.
7332 (VALMASK) [!USE_LSB_TAG]: Likewise.
7333
7334 2012-08-02 Glenn Morris <rgm@gnu.org>
7335
7336 * s/: Remove empty directory.
7337
7338 * s/ms-w32.h: Move to ../nt/inc.
7339 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
7340 Update for new ms-w32.h location.
7341
7342 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7343
7344 Port to Solaris 8.
7345 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
7346
7347 2012-08-02 Glenn Morris <rgm@gnu.org>
7348
7349 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
7350 hard-coding the path separator.
7351
7352 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
7353
7354 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
7355 This how ASET and AREF are supposed to work, and makes
7356 it easier to think about future improvements. See
7357 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
7358 * charset.h (set_charset_attr): New function.
7359 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
7360 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
7361 (aref_addr): New function. All uses of &AREF(...) changed.
7362 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
7363 (set_hash_index): New functions. All lvalue-style uses of
7364 HASH_KEY etc. changed.
7365 * keyboard.c (set_prop): New function. All lvalue-style uses
7366 of PROP changed.
7367
7368 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
7369
7370 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
7371 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
7372 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
7373 * nsfns.m (ns_set_name_as_filename): Likewise.
7374 * nsmenu.m (ns_update_menubar): Likewise.
7375 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
7376
7377 2012-08-01 Eli Zaretskii <eliz@gnu.org>
7378
7379 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
7380 Adapt to latest changes in field names of the corresponding Lisp
7381 objects.
7382
7383 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
7384
7385 2012-08-01 Glenn Morris <rgm@gnu.org>
7386
7387 * s/msdos.h: Remove file.
7388 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
7389 * Makefile.in (S_FILE): Remove.
7390 (config_h): Remove S_FILE.
7391
7392 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
7395 Remove; moved to nt/config.nt.
7396
7397 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7398
7399 Use INTERNAL_FIELD for conses and overlays.
7400 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
7401 Remove obsolete comment.
7402 (MVAR): New macro.
7403 (struct Lisp_Overlay): Use INTERNAL_FIELD.
7404 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
7405
7406 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7407
7408 Use INTERNAL_FIELD for symbols.
7409 * lisp.h (SVAR): New macro. Adjust users.
7410 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
7411 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
7412
7413 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7414
7415 Use INTERNAL_FIELD for processes.
7416 * process.h (PVAR): New macro. Adjust style.
7417 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
7418 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
7419
7420 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7421
7422 Use INTERNAL_FIELD for windows.
7423 * window.h (WVAR): New macro.
7424 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
7425 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7426 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7427 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
7428 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
7429 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
7430
7431 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
7432
7433 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
7434
7435 2012-08-01 Glenn Morris <rgm@gnu.org>
7436
7437 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
7438 Move to configure.ac.
7439
7440 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
7441
7442 * makefile.w32-in (CONFIG_H): Update dependencies.
7443 (CONF_POST_H): New macro.
7444
7445 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
7446
7447 2012-07-31 Glenn Morris <rgm@gnu.org>
7448
7449 * Makefile.in (S_FILE): No longer set by configure.
7450
7451 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
7452 is available.
7453 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
7454
7455 * process.h (NULL_DEVICE):
7456 * emacs.c (SEPCHAR):
7457 * editfns.c (USER_FULL_NAME): Let configure set them.
7458
7459 * s/README, s/template.h: Remove files.
7460
7461 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
7462
7463 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
7464 Move to configure.ac.
7465
7466 2012-07-31 Eli Zaretskii <eliz@gnu.org>
7467
7468 * .gdbinit (xframe): Adapt to introduction of FVAR and the
7469 resulting renaming of 'struct frame' members.
7470
7471 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
7472
7473 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
7474 after introduction of FVAR.
7475
7476 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
7477
7478 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
7479
7480 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
7481 instead of compositeToPoint.
7482 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
7483
7484 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
7485
7486 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7487
7488 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
7489 * lisp.h (INTERNAL_FIELD): New macro.
7490 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
7491 (BVAR): Change to use INTERNAL_FIELD.
7492 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
7493 (KVAR): Change to use INTERNAL_FIELD.
7494 * frame.h (FVAR): New macro.
7495 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
7496 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
7497 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
7498 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7499 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
7500
7501 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7502
7503 Miscellaneous fixes for non-default X toolkits.
7504 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
7505 * xterm.c (x_frame_of_widget): Remove redundant prototype.
7506 Move under #ifdef USE_LUCID.
7507 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
7508 definition and usage to avoid warnings.
7509
7510 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
7511
7512 * nsterm.m (openFiles): Fix previous checkin.
7513
7514 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
7515
7516 * indent.c (compute_motion): Remove unused local.
7517
7518 2012-07-31 Glenn Morris <rgm@gnu.org>
7519
7520 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
7521
7522 * conf_post.h [USG5_4]:
7523 Move remaining contents of s/usg5-4-common.h here.
7524 * s/usg5-4-common.h: Remove file.
7525
7526 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
7527 * s/irix6-5.h: Remove file.
7528
7529 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
7530 * s/darwin.h: Remove file.
7531
7532 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
7533 * s/hpux10-20.h: Remove file, which is now empty.
7534
7535 2012-07-30 Glenn Morris <rgm@gnu.org>
7536
7537 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
7538 * Makefile.in (config_h): Add conf_post.h.
7539 * makefile.w32-in (CONFIG_H): Add conf_post.h.
7540
7541 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
7542
7543 * nsterm.m (ns_do_open_file): New variable.
7544 (ns_term_init): Set ns_do_open_file to YES after run returns.
7545 (openFile, openTempFile, openFileWithoutUI, openFiles):
7546 Open files only if ns_do_open_file.
7547
7548 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7549
7550 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
7551 This no-op macro hasn't been needed for many years.
7552 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
7553
7554 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
7555 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
7556 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
7557 gdb_make_enums_visible.
7558 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
7559 (DIRECTORY_SEP): Now a constant, not a macro.
7560
7561 2012-07-30 Eli Zaretskii <eliz@gnu.org>
7562
7563 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
7564 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
7565
7566 * w32term.c <w32_keyboard_codepage>: Renamed from
7567 keyboard_codepage and now external. All users changed.
7568
7569 * w32term.h: Add declaration of w32_keyboard_codepage.
7570
7571 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
7572 the codepage to translate keys to Unicode. If this argument is
7573 -1, use the value returned by GetConsoleCP. All callers changed.
7574
7575 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7576
7577 Update .PHONY listings in makefiles.
7578 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
7579 bootstrap-clean, distclean, maintainer-clean, versioclean,
7580 extraclean, frc.
7581
7582 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
7583 This is a bit clearer. Fix some commentary typos.
7584
7585 2012-07-30 Glenn Morris <rgm@gnu.org>
7586
7587 * s/netbsd.h: Let configure include signal.h if needed.
7588 Remove file, which is now empty.
7589
7590 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
7591 Let configure set them.
7592 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
7593 No more need to undefine.
7594
7595 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
7596
7597 * keymap.c (Fkey_description): Don't remove 0x80 bit from
7598 non-single-byte char when adding meta modifier. (Bug#12090)
7599
7600 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
7601
7602 Convert safe_call to use variable number of arguments.
7603 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
7604 (safe_call2): Fix comment.
7605 * lisp.h (safe_call): Adjust prototype.
7606 * coding.c (encode_coding_object): Change to use safe_call2.
7607 * xfaces.c (merge_face_heights): Change to use safe_call1.
7608
7609 2012-07-30 Glenn Morris <rgm@gnu.org>
7610
7611 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
7612 does that unconditionally. Remove file, which is now empty.
7613
7614 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
7615 Remove empty files.
7616
7617 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7618
7619 Export to GDB most of lisp.h's remaining object-like macros.
7620 * lisp.h (min, max): Move earlier, because they're used earlier now.
7621 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
7622 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
7623 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
7624 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
7625 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
7626 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
7627 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
7628 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
7629 Now constants, for GDB. They need not be macros.
7630 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
7631 Now constants, for GDB, as well as macros, for static initializers.
7632 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
7633 Move to after the definition of struct Lisp_Char_Table,
7634 since the former now needs that type defined.
7635 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
7636 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
7637 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
7638 New enums, for gdb_make_enums_visible.
7639 (GLYPH_MODE_LINE_FACE): Remove; unused.
7640 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
7641 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
7642 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
7643 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
7644 enum maxargs, enum MAX_ALLOCA.
7645 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
7646 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
7647 no longer needed, now that they are done in lisp.h.
7648
7649 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
7650
7651 Cleanup string bytes checking.
7652 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
7653 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
7654 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
7655 (check_sblock, compact_small_strings): Simplify.
7656
7657 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7658
7659 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
7660 These macros are confusing and no longer need to be defined, as
7661 the enum values now suffice. All uses replaced with definiens.
7662 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
7663
7664 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
7665
7666 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
7667 ($(BLD)/w32console.$(O)): Update dependencies.
7668
7669 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
7670
7671 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
7672 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
7673 time. Adjust users.
7674 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
7675
7676 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
7677
7678 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
7679 setting sitelisp (Bug#12010).
7680
7681 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7682
7683 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
7684
7685 * w32heap.c (cache_system_info):
7686 * w32.c (sys_rename):
7687 * w32proc.c (find_child_console, sys_kill): All users changed.
7688
7689 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7690
7691 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
7692
7693 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7694
7695 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
7696
7697 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
7698
7699 Cleanup statistics calculation in Fgarbage_collect.
7700 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
7701 Fix zombies percentage calculation. Simplify elapsed time calculation.
7702
7703 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
7704
7705 Generalize marker debugging code under MARKER_DEBUG and use eassert.
7706 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
7707 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
7708 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
7709 (replace_range, replace_range_2, del_range_2): Change to eassert.
7710 * marker.c (byte_char_debug_check): Adjust style.
7711
7712 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7713
7714 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
7715 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
7716 long-ago-commented-out code that talks about "WIN32".
7717 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
7718 All uses changed.
7719
7720 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
7721
7722 Use Gnulib stdalign module (Bug#9772, Bug#9960).
7723 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
7724 Simplify by using alignof.
7725 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
7726 * lisp.h: Include <stdalign.h>.
7727 (GCALIGNMENT): New macro and constant.
7728 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
7729 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
7730 (stdalign): New macro, if not already defined.
7731
7732 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7733
7734 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
7735 * w32inevt.c: Include w32inevt.h.
7736 (w32_read_console_input): New inline function, calls either
7737 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
7738 w32_console_unicode_input.
7739 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
7740 (w32_kbd_patch_key, key_event): Use the codepage returned by
7741 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
7742 (key_event): use uChar.UnicodeChar only if
7743 w32_console_unicode_input is non-zero.
7744
7745 * w32console.c: Include w32heap.h.
7746 <w32_console_unicode_input>: New global variable.
7747 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
7748 family of Windows, zero otherwise.
7749
7750 * w32inevt.h: Declare w32_console_unicode_input.
7751
7752 * xdisp.c (init_iterator): Don't reference tip_frame in a build
7753 --without-x. (Bug#11742)
7754
7755 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
7756
7757 Adjust GDB to reflect pvec_type changes (Bug#12036).
7758 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
7759 2012-07-04 changes to pseudovector representation.
7760 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
7761
7762 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7763
7764 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
7765 bus address.
7766 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
7767
7768 2012-07-27 Eli Zaretskii <eliz@gnu.org>
7769
7770 * alloc.c (listn): Fix the order the arguments are consed onto the
7771 list.
7772
7773 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
7774 enumeration constants, as PURE and HEAP are too general, and clash
7775 with other headers and sources, such as gmalloc.c and the
7776 MS-Windows system headers. All users changed.
7777
7778 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7779
7780 Revert last save_excursion_save and save_excursion_restore changes.
7781 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
7782 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
7783
7784 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7785
7786 Fix recently-introduced typos in Windows port.
7787 Reported by Martin Rudalics <rudalics@gmx.at>.
7788 * w32.c (init_environment): Replace comma with semicolon.
7789 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
7790
7791 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
7792
7793 Improve GDB symbol export (Bug#12036).
7794 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
7795 arms of an 'if', not using conditional expressions; otherwise GDB
7796 complains about the types in the unevaluated arm when the argument
7797 is an integer literal.
7798 (xgetint): Simplify expression.
7799 * alloc.c (gdb_make_enums_visible): New constant. This ports to
7800 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
7801 Zaretskii in <http://bugs.gnu.org/12036#13>.
7802 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
7803 needed now that we have gdb_make_enums_visible.
7804 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
7805 (enum enum_USE_LSB_TAG):
7806 New enum types, packaging up enums that need to be exported to GDB.
7807
7808 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7809
7810 Utility function to make a list from specified amount of objects.
7811 * lisp.h (enum constype): New datatype.
7812 (listn): New prototype.
7813 * alloc.c (listn): New function.
7814 (Fmemory_use_count, syms_of_alloc): Use it.
7815 * buffer.c (syms_of_buffer): Likewise.
7816 * callint.c (syms_of_callint): Likewise.
7817 * charset.c (define_charset_internal): Likewise.
7818 * coding.c (syms_of_coding): Likewise.
7819 * keymap.c (syms_of_keymap): Likewise.
7820 * search.c (syms_of_search): Likewise.
7821 * syntax.c (syms_of_syntax): Likewise.
7822 * w32.c (init_environment): Likewise.
7823 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
7824 * xdisp.c (syms_of_xdisp): Likewise.
7825 * xfns.c (syms_of_xfns): Likewise.
7826
7827 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7828
7829 Fast save_excursion_save and save_excursion_restore.
7830 * lisp.h (struct Lisp_Excursion): New data type.
7831 (PVEC_EXCURSION): New pseudovector type.
7832 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
7833 to deal with it. Adjust comments.
7834 (init_marker, attach_marker): New prototype.
7835 (unchain_marker): Adjust prototype.
7836 * marker.c (attach_marker): Change to global.
7837 (init_marker): New function.
7838 * alloc.c (Fmake_marker, build_marker): Use it.
7839 (build_marker): More easserts.
7840 (mark_object): Handle struct Lisp_Excursion.
7841 * editfns.c (save_excursion_save, save_excursion_restore):
7842 Reimplement to use struct Lisp_Excursion. Add comments.
7843
7844 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
7845
7846 Fix export of symbols to GDB (Bug#12036).
7847 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
7848 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
7849 emacs.c, as this is a more-suitable home. Had this been done earlier
7850 the fix for 12036 would have avoided some of the problems noted in
7851 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
7852 would have been more obvious.
7853 * emacs.c: Do not include <verify.h>; no longer needed.
7854 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
7855 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
7856 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
7857 Remove; now done in lisp.h.
7858 * lisp.h (PUBLISH_TO_GDB): New macro.
7859 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
7860 (DATA_SEG_BITS): Use it.
7861 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
7862 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
7863 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
7864 not be usable in #if. This simplifies things.
7865
7866 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
7867
7868 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
7869
7870 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
7871
7872 Simplify export of symbols to GDB (Bug#12036).
7873 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
7874 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
7875 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
7876 Adjust to changes in lisp.h and emacs.c, by using
7877 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
7878 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
7879 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
7880 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
7881 instead of gdb_valbits.
7882 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
7883 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
7884 instead of gdb_array_mark_flag.
7885 (xboolvector): Get size from $->size, not $->header.size.
7886 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
7887 (xreload, hook-run, hookpost-run): Remove.
7888 * emacs.c: Include <verify.h>.
7889 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
7890 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
7891 Remove.
7892 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
7893 (gdb_USE_LSB_TAG): New enum constants.
7894 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
7895 Also define these as enum constants, so they're visible to GDB.
7896 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
7897 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
7898 as constants, so they're visible to GDB.
7899 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
7900 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
7901 Now enum constants, not macros, so they're visible to GDB.
7902 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
7903 more convenient now. All uses changed.
7904 (VALMASK) [USE_LSB_TAG]: Also define in this case.
7905 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
7906
7907 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
7908
7909 Explicitly free restriction data that are not needed anymore.
7910 * editfns.c (save_restriction_restore): Free restriction data.
7911
7912 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7913
7914 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
7915 add argument, tune behavior, and adjust all callers.
7916
7917 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7918
7919 Use typedef for EMACS_INT, EMACS_UINT.
7920 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
7921 than macros. This simplifies debugging in the usual case, since
7922 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
7923 and it allows expressions involving EMACS_INT casts.
7924 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
7925
7926 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
7927
7928 * nsterm.m (ns_read_socket): Return early if there is a modal
7929 window (Bug#12043).
7930
7931 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7932
7933 * frame.c (Fredirect_frame_focus): In doc-string don't mention
7934 that FOCUS-FRAME can be omitted.
7935
7936 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
7937
7938 Adjust buffer text indirection counters at the end of Fkill_buffer.
7939 * buffer.c (Fkill_buffer): Adjust indirection counters when the
7940 buffer is definitely dead. This should really fix an issue reported
7941 by Christoph Scholtes again. (Bug#12007).
7942 (init_buffer_once): Initialize indirection counters of
7943 buffer_defaults and buffer_local_symbols (for sanity and safety).
7944
7945 2012-07-24 Eli Zaretskii <eliz@gnu.org>
7946
7947 * xdisp.c (init_iterator): Don't compute dimensions of truncation
7948 and continuation glyphs on tooltip frames, leave them at zero.
7949 Avoids continued lines in tooltips. (Bug#11832)
7950
7951 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
7952
7953 Simplify copy_overlay.
7954 * buffer.c (copy_overlay): Simplify. Use build_marker.
7955 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
7956
7957 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7958
7959 * print.c (print_object): Don't crash when a frame's name is nil
7960 or invalid. (Bug#12025)
7961
7962 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
7963 it signals an error when a tooltip frame is being created.
7964
7965 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
7966
7967 Cleanup miscellaneous objects allocation and initialization.
7968 * alloc.c (allocate_misc): Change to static. Add argument to
7969 specify the subtype. Adjust comment and users.
7970 (build_overlay): New function.
7971 * buffer.c (copy_overlays, Fmake_overlay): Use it.
7972 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
7973 (allocate_misc): Remove prototype.
7974 (build_overlay): Add prototype.
7975
7976 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
7977
7978 Swap buffer text indirection counters in Fbuffer_swap_text.
7979 * buffer.c (Fbuffer_swap_text): Swap indirections too.
7980 This avoids crash reported by Christoph Scholtes at
7981 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
7982
7983 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
7984
7985 * nsmenu.m (Popdown_data): New struct.
7986 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
7987 free Popdown_data.
7988 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
7989 (initWithContentRect): Make imgView and contentView non-static
7990 and autorelease them. Also autorelease img and matrix (Bug#12005).
7991 (dealloc): Remove (Bug#12005).
7992
7993 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
7994
7995 Adjust consing_since_gc when objects are explicitly freed.
7996 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
7997 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
7998 (free_cons, free_misc): Subtract object size from consing_since_gc.
7999
8000 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
8001
8002 Simplify and cleanup markers positioning code.
8003 * marker.c (attach_marker): More useful eassert.
8004 (live_buffer, set_marker_internal): New function.
8005 (Fset_marker, set_marker_restricted): Use set_marker_internal.
8006 (set_marker_both, set_marker_restricted_both): Use live_buffer.
8007
8008 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
8009
8010 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
8011 as it's limited by the amount of memory, not by INT_MAX.
8012
8013 2012-07-21 Eli Zaretskii <eliz@gnu.org>
8014
8015 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
8016 in special-event-map. See the discussion at
8017 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
8018 for the reasons.
8019
8020 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
8021 info.dwItemData. Fixes crashes on 64-bit Windows.
8022 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
8023
8024 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
8025
8026 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
8027 (conversationIdentifier): Return value is NSInteger.
8028 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
8029
8030 2012-07-21 Chong Yidong <cyd@gnu.org>
8031
8032 * window.c (decode_any_window): Signal an error if the window is
8033 on a dead frame (Bug#11984).
8034
8035 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8036
8037 Add indirection counting to speed up Fkill_buffer.
8038 * buffer.h (struct buffer): New member.
8039 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
8040 (Fmake_indirect_buffer): Set indirection counter to -1, increment
8041 base buffer indirection counter.
8042 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
8043 (Fkill_buffer): Adjust indirection counters as needed, don't walk
8044 through buffer list if indirection counter is 0.
8045
8046 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8047
8048 Extend the value returned by Fgarbage_collect with heap statistics.
8049 * alloc.c (Qheap): New symbol.
8050 (syms_of_alloc): DEFSYM it.
8051 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
8052 (Fmemory_free): Remove.
8053 (syms_of_alloc): Don't defsubr it.
8054 * buffer.c (Fcompact_buffer): Remove.
8055 (syms_of_buffer): Don't defsubr it.
8056
8057 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8058
8059 Make maybe_gc inline.
8060 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
8061 * lisp.h (consing_since_gc, gc_relative_threshold)
8062 (memory_full_cons_threshold): Revert declaration.
8063 (maybe_gc): Remove prototype, define as inline.
8064 * alloc.c: Remove old commented-out code.
8065 (consing_since_gc, gc_relative_threshold)
8066 (memory_full_cons_threshold): Revert to global.
8067 (maybe_gc): Remove.
8068
8069 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8070
8071 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
8072 * lisp.h (build_unibyte_string): New function.
8073 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
8074 * sysdep.c, w32fns.c, xfns.c: Use it.
8075 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
8076 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
8077 Adjust users accordingly.
8078 * font.h (font_open_by_name): Adjust prototype.
8079
8080 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8081
8082 Cleanup calls to Fgarbage_collect.
8083 * lisp.h (maybe_gc): New prototype.
8084 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
8085 Remove declarations.
8086 * alloc.c (maybe_gc): New function.
8087 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
8088 Make them static.
8089 * bytecode.c (MAYBE_GC): Use maybe_gc.
8090 * eval.c (eval_sub, Ffuncall): Likewise.
8091 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
8092 to avoid dependency from auto-save feature.
8093
8094 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
8095
8096 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
8097 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
8098 'for_each_per_buffer_object_at'.
8099 All uses changed. It's better to use upper-case for macros that
8100 cannot be implemented as functions, to give the reader a clue
8101 that they're special.
8102
8103 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * alloc.c (Fgarbage_collect): Tweak docstring.
8106
8107 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8108
8109 Tweak the value returned from Fgarbage_collect again.
8110 * alloc.c (Fgarbage_collect): New return value, as confirmed in
8111 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
8112 Adjust documentation.
8113 (total_vector_bytes): Rename to total_vector_slots, adjust
8114 accounting.
8115 (total_free_vector_bytes): Rename to total_free_vector_slots,
8116 adjust accounting.
8117 (Qstring_bytes, Qvector_slots): New symbols.
8118 (syms_of_alloc): DEFSYM them.
8119
8120 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8121
8122 Buffer compaction primitive which may be used from Lisp.
8123 * buffer.c (compact_buffer, Fcompact_buffer): New function.
8124 (syms_of_buffer): Register Fcompact_buffer.
8125 * alloc.c (Fgarbage_collect): Use compact_buffer.
8126 * buffer.h (compact_buffer): New prototype.
8127 (struct buffer_text): New member.
8128
8129 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8130
8131 New macro to iterate over all buffers, miscellaneous cleanups.
8132 * lisp.h (all_buffers): Remove declaration.
8133 * buffer.h (all_buffers): Add declaration, with comment.
8134 (for_each_buffer): New macro.
8135 * alloc.c (Fgarbage_collect, mark_object): Use it.
8136 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
8137 (init_buffer): Likewise.
8138 * data.c (Fset_default): Likewise.
8139 * coding.c (code_conversion_restore): Remove redundant check
8140 for dead buffer.
8141 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
8142
8143 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
8144
8145 Fix bug that created negative-length intervals.
8146 * intervals.c (merge_interval_right, merge_interval_left):
8147 Do not zero out this interval if it is absorbed by its children,
8148 as this interval's total length doesn't change in that case. See
8149 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
8150
8151 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
8152
8153 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
8154 when invoking (make-bool-vector N t) and N is a positive
8155 multiple of 8 -- the last 8 bits were mistakenly cleared.
8156
8157 Remove some struct layout assumptions in bool vectors.
8158 * alloc.c (bool_header_size): New constant.
8159 (header_size, word_size): Move earlier, as they're now used earlier.
8160 Use 'word_size' in a few more places, where it's appropriate.
8161 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
8162 padding before the data member of a bool vector.
8163 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
8164 than doing the check by hand with an abort ().
8165
8166 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * eval.c (Fdefvar): Don't check constants since we only set the var if
8169 it's not yet defined anyway (bug#11904).
8170
8171 * lisp.h (last_undo_boundary): Declare new var.
8172 * keyboard.c (command_loop_1): Set it.
8173 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
8174 were auto-added by the command loop (bug#11774).
8175
8176 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
8177
8178 * w32font.c (Qsymbol): Remove local definition.
8179 (syms_of_w32font): Don't DEFSYM it.
8180
8181 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8182
8183 Fix sweep_vectors to handle large bool vectors correctly.
8184 * alloc.c (sweep_vectors): Account total_vector_bytes for
8185 bool vectors larger than VBLOCK_BYTES_MAX.
8186
8187 2012-07-18 Chong Yidong <cyd@gnu.org>
8188
8189 * frame.c (x_set_frame_parameters): Revert bogus change introduced
8190 in 2012-05-25 commit by Paul Eggert (Bug#11738).
8191
8192 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8193
8194 Return more descriptive data from Fgarbage_collect.
8195 Suggested by Stefan Monnier in
8196 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
8197 * alloc.c (bounded_number): New function.
8198 (total_buffers, total_vectors): New variable.
8199 (total_string_size): Rename to total_string_bytes, adjust users.
8200 (total_vector_size): Rename to total_vector_bytes, adjust users.
8201 (sweep_vectors): Account total_vectors and total_vector_bytes.
8202 (Fgarbage_collect): New return value. Adjust documentation.
8203 (gc_sweep): Account total_buffers.
8204 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
8205 (VECTOR_SIZE): Remove.
8206 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
8207 (Qinterval, Qmisc): New symbols.
8208 (syms_of_data): Initialize them.
8209 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
8210 (Qcons, Qbuffer): New declarations.
8211
8212 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
8213
8214 * alloc.c (Fmemory_free): Account for memory-free's own storage.
8215 Round up, not down. Improve doc.
8216
8217 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8218
8219 Restore old code in allocate_string_data to avoid Faset breakage.
8220 Reported by Julien Danjou <julien@danjou.info> in
8221 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
8222 * alloc.c (allocate_string_data): Restore old code with minor
8223 adjustments, fix comment to explain this subtle issue.
8224
8225 2012-07-17 Eli Zaretskii <eliz@gnu.org>
8226
8227 Remove FILE_SYSTEM_CASE.
8228 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
8229
8230 * fileio.c (FILE_SYSTEM_CASE): Don't define.
8231 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
8232 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
8233 call-process-region passes it through expand-file-name.
8234
8235 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
8236
8237 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8238
8239 Fix crash when creating indirect buffer (Bug#11917)
8240 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
8241 Don't handle unbound variables specially if non-zero.
8242 (Fbuffer_local_variables): Pass zero.
8243 (clone_per_buffer_values): Pass non-zero.
8244
8245 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8246
8247 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
8248 to make the loop interruptible.
8249
8250 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8251
8252 * gnutls.c (emacs_gnutls_handshake): Only retry if
8253 GNUTLS_E_INTERRUPTED.
8254
8255 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8256
8257 Cleanup and convert miscellaneous checks to eassert.
8258 * alloc.c (mark_interval): Fix comment, partially rephrase
8259 old comment from intervals.h (see below).
8260 * intervals.c (find_interval, adjust_intervals_for_insertion)
8261 (delete_interval, adjust_intervals_for_deletion)
8262 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
8263 Convert to eassert.
8264 (adjust_intervals_for_insertion, make_new_interval):
8265 Remove obsolete and unused code.
8266 * intervals.h (struct interval): Remove obsolete comment.
8267 * textprotp.c (erase_properties): Remove unused code.
8268 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
8269 (Fremove_list_of_text_properties): Convert to eassert.
8270
8271 2012-07-17 Chong Yidong <cyd@gnu.org>
8272
8273 * editfns.c (Finsert_char): Doc fix.
8274
8275 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8276
8277 Fix previous change to make Fmemory_free always accurate.
8278 * alloc.c (make_interval): Update total_free_intervals.
8279 (make_float): Likewise for total_free_floats.
8280 (free_cons, Fcons): Likewise for total_free_conses.
8281 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
8282 Likewise for total_free_vector_bytes.
8283 (Fmake_symbol): Likewise for total_free_symbols.
8284 (bytes_free): Remove.
8285
8286 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8287
8288 Simple free memory accounting feature.
8289 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
8290 (sweep_vectors): Accumulate size of free vectors.
8291 (Fgarbage_collect): Setup bytes_free.
8292 (Fmemory_free): New function.
8293 (syms_of_alloc): Register it.
8294
8295 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8296
8297 Cleanup overlays checking.
8298 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
8299 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
8300 eassert and OVERLAYP.
8301 (sort_overlays): Change to use OVERLAYP.
8302
8303 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
8304
8305 * editfns.c (Finsert_char): Make it interactive, and make the
8306 second arg optional. Copy interactive spec and docstring from
8307 ucs-insert.
8308
8309 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
8310
8311 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
8312 Unlike the other wrapped functions, fabs has an unspecified
8313 effect on errno.
8314
8315 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
8316
8317 * nsterm.m (keyDown): Interpret flags without left/right bits
8318 as the left key (Bug#11670).
8319
8320 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
8321
8322 Remove empty and useless init functions.
8323 * lisp.h (init_character_once, init_fns, init_image)
8324 (init_filelock, init_sound): Remove prototype.
8325 * character.c (init_character_once): Remove.
8326 * filelock.c (init_filelock): Likewise.
8327 * fns.c (init_fns): Likewise.
8328 * image.c (init_image): Likewise.
8329 * sound.c (init_sound): Likewise.
8330 * emacs.c (main): Adjust accordingly.
8331
8332 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
8333
8334 * gtkutil.h: Tiny cleanups.
8335 (use_old_gtk_file_dialog): Remove useless declaration.
8336 (xg_uses_old_file_dialog): Add suggested const attribute.
8337
8338 2012-07-15 Eli Zaretskii <eliz@gnu.org>
8339
8340 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
8341 (bidi_paragraph_init): Use it to limit search forward for a strong
8342 directional character in abnormally large paragraphs full of
8343 neutral or weak characters. (Bug#11943)
8344
8345 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
8346
8347 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
8348 the toolbar (Bug#9451).
8349 (xg_make_tool_item): Give the widget event box a transparent
8350 background.
8351
8352 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
8353
8354 Cleanup basic allocation variables and functions.
8355 * alloc.c (ignore_warnings, init_intervals, init_float)
8356 (init_cons, init_symbol, init_marker): Remove.
8357 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
8358 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
8359 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
8360 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
8361 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
8362 (staticidx, init_alloc_once, init_strings, free_ablock):
8363 Remove redundant initialization.
8364 * fns.c (init_weak_hash_tables): Remove.
8365 * lisp.h (init_weak_hash_tables): Remove prototype.
8366
8367 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
8368
8369 Use zero_vector where appropriate.
8370 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
8371 accordingly.
8372 * lisp.h (zero_vector): New declaration.
8373 * font.c (null_vector): Remove.
8374 (syms_of_font): Remove initialization and staticpro.
8375 (font_list_entities, font_find_for_lface): Change to use zero_vector.
8376 * keymap.c (Faccessible_keymaps): Likewise.
8377
8378 2012-07-15 Leo Liu <sdl.web@gmail.com>
8379
8380 * fringe.c: Fix typo in comments.
8381
8382 2012-07-14 Leo Liu <sdl.web@gmail.com>
8383
8384 * fringe.c: Add a new bitmap exclamation-mark.
8385
8386 2012-07-14 Eli Zaretskii <eliz@gnu.org>
8387
8388 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
8389
8390 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
8391 (HAVE_MENUS): Don't define, defined by editing config.in with
8392 msdos/sed2v2.inp.
8393 (GMALLOC_INHIBIT_VALLOC): Don't define.
8394 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
8395
8396 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
8397
8398 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
8399
8400 2012-07-14 Glenn Morris <rgm@gnu.org>
8401
8402 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
8403 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
8404 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
8405
8406 2012-07-13 Glenn Morris <rgm@gnu.org>
8407
8408 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
8409
8410 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
8411 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
8412
8413 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
8414
8415 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
8416 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
8417 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
8418 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
8419 where appropriate.
8420 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
8421 as boolean expression.
8422 (x_set_window_size): Remove unused variable toolbar.
8423 (ns_get_color_default, ns_mod_to_lisp): Remove.
8424 (ns_mouse_position): Remove unused variables xchar and ychar.
8425 (ns_compute_glyph_string_overhangs): Remove unused variable face.
8426 (ns_set_vertical_scroll_bar): Remove unused variable count.
8427 (ns_delete_terminal): Remove unused variable i.
8428 (ns_term_init): Remove unused variables r, g and b.
8429 (mouseDown): Remove unused variable window.
8430 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
8431 (initFrameFromEmacs): Remove unused variable vbextra.
8432 (mouseEntered): Remove unused variables p and dpyinfo.
8433 (mouseExited): Remove unused variables p and r.
8434 (ns_define_frame_cursor, ns_clear_frame_area)
8435 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
8436 (menuDown): Assign [sender tag] to variable and cast the variable.
8437
8438 * nsterm.h (menuDown): Add id as type to argument sender.
8439 (ns_display_info_for_name): Add Lisp_Object argument.
8440 (ns_term_init): Add Lisp_Object argument.
8441 (ns_map_event_to_object): Add void argument.
8442 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
8443 prototype with arguments and only declare if __OBJC__.
8444 (nxatoms_of_nsselect): Add void argument.
8445 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
8446 (ns_alloc_autorelease_pool): Add void argument.
8447 (ns_release_autorelease_pool): Add void* argument.
8448 (ns_get_defaults_value): Add const char* argument.
8449
8450 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
8451 (initFromContents): Use SSDATA where appropriate.
8452 (ns_update_menubar): Add braces to ambigous if-else.
8453 (initWithTitle): Put () around assignment in if statement.
8454 (ns_menu_show): Remove unused variables window and keymap.
8455 (update_frame_tool_bar): Remove unused variable selected_p.
8456 (initWithContentRect): Remove unused variable this_cmd_name.
8457
8458 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
8459 appropriate.
8460 (setXBMColor): Remove unused variable len.
8461 (setPixmapData): Put () around assignment in loop statement.
8462
8463 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
8464 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
8465 where appropriate.
8466 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
8467 around assignment in loop statement.
8468 (nsfont_open): Remove unused variable i.
8469 (nsfont_open): Remove unused variable len.
8470 (nsfont_draw): Remove unused variable cs.
8471
8472 * nsfns.m (x_set_icon_name, ns_set_name_internal)
8473 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
8474 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
8475 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
8476 (Fns_font_name, Fns_perform_service)
8477 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
8478 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
8479 (ns_set_name): Remove unused variable view.
8480 (x_set_menu_bar_lines): Remove unused variable olines.
8481 (x_set_tool_bar_lines): Remove unused variable root_window.
8482 (Fns_list_colors): Put () around assignment in while statement.
8483 (Fns_perform_service): Remove unused variable len.
8484 (Fns_display_usable_bounds): Remove unused variable top.
8485 (syms_of_nsfns): Remove unused variable i.
8486
8487 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
8488 memcpy (Bug#11907).
8489
8490 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
8491
8492 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
8493 and free it with DestroyExceptionInfo (Bug#11558).
8494
8495 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8496
8497 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
8498 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
8499 Set here, not in nt/config.nt.
8500
8501 2012-07-13 Eli Zaretskii <eliz@gnu.org>
8502
8503 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
8504 cursor overflow into the last glyph on display line when the right
8505 fringe is off. (Bug#11832)
8506
8507 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
8508
8509 * xdisp.c (produce_special_glyphs): Now static.
8510 * dispextern.h (produce_special_glyphs): Remove decl.
8511
8512 2012-07-13 Glenn Morris <rgm@gnu.org>
8513
8514 * s/bsd-common.h, s/cygwin.h: Remove empty files.
8515 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
8516
8517 * s/usg5-4-common.h (USG, USG5):
8518 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
8519 * s/sol2-6.h (SOLARIS2):
8520 * s/irix6-5.h (IRIX6_5):
8521 * s/hpux10-20.h (USG, USG5, HPUX):
8522 * s/gnu-linux.h (USG, GNU_LINUX):
8523 * s/freebsd.h (BSD_SYSTEM):
8524 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
8525 * s/cygwin.h (CYGWIN):
8526 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
8527 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
8528
8529 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
8530
8531 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
8532
8533 2012-07-13 Glenn Morris <rgm@gnu.org>
8534
8535 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
8536
8537 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
8538
8539 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
8540 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
8541
8542 2012-07-12 Glenn Morris <rgm@gnu.org>
8543
8544 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
8545
8546 * process.c (init_process_emacs): Rename from init_process.
8547 The old name is also the name of a Mach system call.
8548 * lisp.h, emacs.c: Update for this name change.
8549 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
8550 longer needed.
8551
8552 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8553
8554 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
8555 memmove call that removes glyphs covered by the left truncation
8556 glyph. Improve commentary.
8557 (display_line): Fix display of continuation glyphs on GUI frames
8558 when the right fringe is turned off and variable-size fonts are
8559 used in the window. Move the code that appends a stretch glyph to
8560 produce_special_glyphs, so that it could be used for truncation
8561 and continuation glyphs alike.
8562 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
8563 glyph of a suitably computed width, to align the special glyphs at
8564 the window margin. Code moved from display_line. (Bug#11832)
8565
8566 2012-07-12 Glenn Morris <rgm@gnu.org>
8567
8568 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
8569
8570 * s/gnu-linux.h, s/hpux10-20.h:
8571 Do not unconditionally define HAVE_XRMSETDATABASE.
8572
8573 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
8574
8575 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
8576
8577 Fix typos that broke OS X build.
8578 Reported by Randal L. Schwartz in
8579 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
8580 * nsterm.m (ns_timeout): Add missing local decl.
8581 (ns_get_color): snprintf -> sprintf, to fix typo.
8582
8583 2012-07-12 Glenn Morris <rgm@gnu.org>
8584
8585 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
8586 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
8587 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
8588 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
8589
8590 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
8591 Move PTY_OPEN to configure.
8592
8593 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
8594 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
8595 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
8596
8597 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
8598
8599 Use empty_unibyte_string where applicable.
8600 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
8601 * lread.c (read1): Likewise.
8602 * xsettings.c (syms_of_xsettings): Likewise.
8603
8604 2012-07-12 Glenn Morris <rgm@gnu.org>
8605
8606 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
8607 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
8608 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
8609 * s/hpux10-20.h (RUN_TIME_REMAP):
8610 * s/bsd-common.h (TABDLY): Move to configure.
8611
8612 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
8613
8614 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
8615
8616 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
8617 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
8618
8619 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
8620
8621 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
8622 * s/template.h: Move NARROWPROTO to configure.
8623
8624 2012-07-11 Glenn Morris <rgm@gnu.org>
8625
8626 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
8627 unused since 2011-01-17 change to systty.h.
8628
8629 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
8630 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
8631 Move HAVE_PTYS and HAVE_SOCKETS to configure.
8632
8633 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
8634
8635 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
8636
8637 2012-07-11 Glenn Morris <rgm@gnu.org>
8638
8639 * s/darwin.h, s/gnu-linux.h, s/template.h:
8640 Move INTERRUPT_INPUT to configure.
8641
8642 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8643
8644 Minor adjustments to interning code.
8645 * lisp.h (intern, intern_c_string): Redefine as static inline
8646 wrappers for intern_1 and intern_c_string_1, respectively.
8647 (intern_1, intern_c_string_1): Rename prototypes.
8648 * lread.c (intern_1, intern_c_string_1, oblookup):
8649 Simplify Vobarray checking.
8650 * font.c (font_intern_prop): Likewise. Adjust comment.
8651 * w32font.c (intern_font_name): Likewise.
8652
8653 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
8654
8655 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
8656
8657 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
8658 of Fcar/Fcdr if possible.
8659 * font.c (check_otf_features): Likewise.
8660 * fontset.c (Fnew_fontset): Likewise.
8661 * gnutls.c (Fgnutls_boot): Likewise.
8662 * minibuf.c (read_minibuf): Likewise.
8663 * msdos.c (IT_set_frame_parameters): Likewise.
8664 * xmenu.c (Fx_popup_dialog): Likewise.
8665 * w32menu.c (Fx_popup_dialog): Likewise.
8666
8667 2012-07-11 Glenn Morris <rgm@gnu.org>
8668
8669 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
8670 since nothing has defined it on these platforms.
8671
8672 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
8673 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
8674
8675 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
8676 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
8677 Move CLASH_DETECTION to configure.
8678
8679 * s/gnu.h: Remove file, which is now empty.
8680
8681 * s/gnu.h, s/gnu-linux.h:
8682 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
8683
8684 2012-07-11 John Wiegley <johnw@newartisans.com>
8685
8686 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
8687 function attribute, so we only use it if it exists in the
8688 compiler.
8689
8690 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8691
8692 Avoid call to strlen in fast_c_string_match_ignore_case.
8693 * search.c (fast_c_string_match_ignore_case): Change to use
8694 length argument. Adjust users accordingly.
8695 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
8696
8697 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
8698
8699 Assume mkdir, rmdir.
8700 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
8701 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
8702
8703 Assume rename.
8704 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
8705
8706 Assume perror.
8707 * s/hpux10-20.h (HAVE_PERROR): Remove.
8708 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
8709 Remove dummy definition, as this problem was obsolete long ago.
8710
8711 Assume strerror.
8712 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
8713
8714 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8715
8716 Avoid calls to strlen in font processing functions.
8717 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
8718 (font_open_by_name): Change to use length argument.
8719 Adjust users accordingly.
8720 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
8721 Adjust prototypes.
8722 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
8723 Change to return ptrdiff_t.
8724 (xfont_list_pattern, xfont_match): Use length returned by
8725 xfont_decode_coding_xlfd.
8726 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
8727
8728 2012-07-11 Glenn Morris <rgm@gnu.org>
8729
8730 * s/darwin.h, s/freebsd.h, s/netbsd.h:
8731 Move DONT_REOPEN_PTY to configure.
8732
8733 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
8734 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
8735
8736 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
8737
8738 Remove "#define unix" that is no longer needed (Bug#11905).
8739 * s/aix4-2.h (unix): Remove; no longer needed.
8740
8741 EMACS_TIME simplification (Bug#11875).
8742 This replaces macros (which typically do not work in GDB)
8743 with functions, typedefs and enums, making the code easier to debug.
8744 The functional style also makes code easier to read and maintain.
8745 * systime.h: Include <sys/time.h> on all hosts, not just if
8746 WINDOWSNT, since 'struct timeval' is needed in general.
8747 (EMACS_TIME): Now a typedef, not a macro.
8748 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
8749 not macros.
8750 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
8751 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
8752 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
8753 (EMACS_TIME_LE): Now functions, not macros.
8754 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
8755 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
8756 which are not functions. All uses rewritten to use:
8757 (make_emacs_time): New function.
8758 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
8759 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
8760 not functions. All uses rewritten to use the following, respectively:
8761 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
8762 (add_emacs_time, sub_emacs_time): New functions.
8763 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
8764 * fileio.c (Fcopy_file):
8765 * xterm.c (XTflash): Get the current time closer to when it's used.
8766 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
8767
8768 * bytecode.c (targets): Suppress -Woverride-init warnings.
8769
8770 Simplify by avoiding confusing use of strncpy etc.
8771 * doc.c (Fsnarf_documentation):
8772 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
8773 * frame.c (Fmake_terminal_frame):
8774 * gtkutil.c (get_utf8_string):
8775 * lread.c (openp):
8776 * nsmenu.m (ns_update_menubar):
8777 * regex.c (regerror):
8778 Prefer memcpy to strncpy and strncat when either will do.
8779 * fileio.c (Fsubstitute_in_file_name):
8780 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
8781 (menu_separator_name_p):
8782 * nsmenu.m (ns_update_menubar):
8783 Prefer memcmp to strncmp when either will do.
8784 * nsterm.m: Include <ftoastr.h>.
8785 (ns_get_color):
8786 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
8787 Prefer snprintf to strncpy.
8788 * nsterm.m (ns_term_init):
8789 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
8790 * nsterm.m (ns_term_init):
8791 Avoid the need for strncpy, by using build_string or
8792 make_unibyte_string directly. Use dtoastr, not snprintf.
8793 * process.c (Fmake_network_process): Diagnose service names that
8794 are too long, rather than silently truncating them or creating
8795 non-null-terminated names.
8796 (Fnetwork_interface_info): Likewise, for interface names.
8797 * sysdep.c (system_process_attributes) [GNU_LINUX]:
8798 Prefer sprintf to strncat.
8799 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
8800 Prefer vsnprintf to vsprintf + strncpy.
8801
8802 2012-07-10 Glenn Morris <rgm@gnu.org>
8803
8804 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
8805 Clarify fallback case.
8806
8807 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8808
8809 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
8810 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
8811 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
8812 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
8813 where argument type is known to be a Lisp_Cons.
8814
8815 2012-07-10 Tom Tromey <tromey@redhat.com>
8816
8817 * bytecode.c (BYTE_CODE_THREADED): New macro.
8818 (BYTE_CODES): New macro. Replaces all old byte-code defines.
8819 (enum byte_code_op): New type.
8820 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
8821 (exec_byte_code): Use them. Use token threading when applicable.
8822
8823 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8824
8825 Optimize pure C strings initialization.
8826 * lisp.h (make_pure_string): Fix prototype.
8827 (build_pure_c_string): New function, defined as static inline. This
8828 provides a better opportunity to optimize away calls to strlen when
8829 the function is called with compile-time constant argument.
8830 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
8831 argument, adjust users accordingly. Use build_pure_c_string where
8832 appropriate.
8833 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
8834 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
8835 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
8836
8837 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8838
8839 Avoid calls to strlen in miscellaneous functions.
8840 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
8841 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
8842 * lread.c (openp): Likewise.
8843
8844 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8845
8846 Avoid calls to strlen in path processing functions.
8847 * fileio.c (file_name_as_directory): Add comment. Change to add
8848 srclen argument and return the length of result. Adjust users
8849 accordingly.
8850 (directory_file_name): Fix comment. Change to add srclen argument,
8851 swap 1st and 2nd arguments to obey the common convention.
8852 Adjust users accordingly.
8853 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
8854
8855 2012-07-10 Glenn Morris <rgm@gnu.org>
8856
8857 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
8858 Move PENDING_OUTPUT_COUNT definition to configure.
8859
8860 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
8861 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
8862 * s/gnu.h (DATA_START): Move definitions to configure.
8863
8864 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
8865 We include usg5-4-common.h, which defines them both.
8866
8867 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
8868 O_RDONLY already includes it).
8869
8870 Stop ns builds setting the EMACSLOADPATH environment variable.
8871 * nsterm.m (ns_load_path): Rename from ns_init_paths.
8872 Now it does not set EMACSLOADPATH, just returns the load-path string.
8873 * nsterm.h: Update accordingly.
8874 * lread.c [HAVE_NS]: Include nsterm.h.
8875 (init_lread) [HAVE_NS]: Use ns_load_path.
8876 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
8877
8878 2012-07-09 Glenn Morris <rgm@gnu.org>
8879
8880 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
8881 since the included bsd-common.h does so.
8882
8883 Stop ns builds setting the EMACSPATH environment variable.
8884 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
8885 (ns_init_paths): Do not set EMACSPATH.
8886 * nsterm.h (ns_exec_path): Add it.
8887 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
8888 Use ns_exec_path.
8889
8890 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
8891
8892 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8893
8894 * process.c (wait_reading_process_output): 'waitchannels' was unset
8895 when read_kbd || !NILP (wait_for_cell); fix this.
8896
8897 Add GCC-style 'const' attribute to functions that can use it.
8898 * character.h (char_resolve_modifier_mask):
8899 * keyboard.h (make_ctrl_char):
8900 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
8901 (init_character_once, next_almost_prime, init_fns, init_image)
8902 (flush_pending_output, init_sound):
8903 * mem-limits.h (start_of_data):
8904 * menu.h (finish_menu_items):
8905 Add ATTRIBUTE_CONST.
8906 * emacs.c (DEFINE_DUMMY_FUNCTION):
8907 Declare the dummy function with ATTRIBUTE_CONST.
8908 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
8909 Add decls with ATTRIBUTE_CONST.
8910
8911 Minor improvements to make_formatted_string.
8912 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
8913 where int is good enough, as vsprintf returns an int.
8914 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
8915
8916 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
8917
8918 Use make_formatted_string to avoid double length calculation.
8919 * lisp.h (make_formatted_string): New prototype.
8920 * alloc.c (make_formatted_string): New function.
8921 * buffer.c (Fgenerate_new_buffer_name): Use it.
8922 * dbusbind.c (syms_of_dbusbind): Likewise.
8923 * editfns.c (Fcurrent_time_zone): Likewise.
8924 * filelock.c (get_boot_time): Likewise.
8925 * frame.c (make_terminal_frame, set_term_frame_name)
8926 (x_report_frame_params): Likewise.
8927 * image.c (gs_load): Likewise.
8928 * minibuf.c (get_minibuffer): Likewise.
8929 * msdos.c (dos_set_window_size): Likewise.
8930 * process.c (make_process): Likewise.
8931 * xdisp.c (ensure_echo_area_buffers): Likewise.
8932 * xsettings.c (apply_xft_settings): Likewise.
8933
8934 2012-07-09 Glenn Morris <rgm@gnu.org>
8935
8936 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
8937 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
8938 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
8939 * nsterm.h (ns_etc_directory): Add it.
8940 * callproc.c [HAVE_NS]: Include nsterm.h.
8941 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
8942
8943 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
8944
8945 Move marker debugging code under MARKER_DEBUG.
8946 * marker.c (MARKER_DEBUG): Move marker debugging code under
8947 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
8948 for bootstrap with --enable-checking (~3x slowdown reported
8949 by Juanma Barranquero <lekktu@gmail.com>).
8950 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
8951
8952 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
8953
8954 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
8955 See <http://bugs.gnu.org/11825#29>.
8956
8957 2012-07-08 Eli Zaretskii <eliz@gnu.org>
8958
8959 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
8960 has no font, use the frame's font. (Bug#11813)
8961 (display_line): Add commentary about displaying truncation glyphs
8962 on GUI frames.
8963 (produce_special_glyphs): Move here from term.c.
8964
8965 * term.c (produce_special_glyphs): Move to xdisp.c.
8966
8967 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
8968 section.
8969
8970 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
8971
8972 * xdisp.c (display_line): Avoid warning about implicit declaration
8973 of FRAME_FONT.
8974
8975 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
8976
8977 * lisp.h: Remove empty conditional.
8978
8979 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
8980
8981 * lread.c (load_path_check): Now static.
8982
8983 Fix some minor --with-ns problems found by static checking.
8984 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
8985 (x_set_font) [!HAVE_X_WINDOWS]:
8986 * image.c (xpm_load_image) [HAVE_NS]:
8987 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
8988 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
8989 Remove unused local.
8990 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
8991 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
8992 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
8993 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
8994 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
8995 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
8996 Fix pointer signedness problem.
8997 * xfaces.c (FRAME_X_FONT_TABLE):
8998 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
8999
9000 2012-07-07 Glenn Morris <rgm@gnu.org>
9001
9002 * lread.c (load_path_check): New function, split from init_lread.
9003 (init_lread): Reorganize. Motivation:
9004 If EMACSLOADPATH is set, check/warn about that rather than the
9005 defaults, which we are not going to use. Hence we can remove
9006 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
9007 Don't warn if site-lisp directories are missing.
9008 If not installed, start from a blank load-path, since
9009 PATH_LOADSEARCH refers to the eventual installation directories.
9010
9011 2012-07-07 Eli Zaretskii <eliz@gnu.org>
9012
9013 Support truncation and continuation glyphs on GUI frames, when
9014 fringes are disabled. (Bug#11832)
9015 * xdisp.c (init_iterator): Get dimensions of truncation and
9016 continuation glyphs even if on GUI frames.
9017 Adjust it->last_visible_x on GUI frames when the left or right fringes,
9018 or both, are absent.
9019 (start_display, move_it_in_display_line_to): Handle the case of a
9020 GUI frame without a fringe to display continuation or truncation
9021 glyphs.
9022 (insert_left_trunc_glyphs): Support GUI frames: make sure
9023 truncation glyphs overwrite enough glyphs from the current line to
9024 have sufficient space in pixels.
9025 (display_line): Support truncation and continuation glyphs on GUI
9026 frames. If some spare pixels are left on the line after inserting
9027 the truncation glyphs, fill that space with a stretch glyph of a
9028 suitably computed width.
9029
9030 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
9031 produce_glyphs, to support GUI sessions.
9032
9033 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
9034
9035 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
9036
9037 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
9038
9039 Do not require float-time's arg to fit in time_t (Bug#11825).
9040 This works better on hosts where time_t is unsigned, and where
9041 float-time is applied to the (negative) difference between two times.
9042 * editfns.c (decode_time_components): Last arg is now double *,
9043 not int *, and means to store all the result as a double, without
9044 worrying about whether the seconds part fits in time_t.
9045 All callers changed.
9046 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
9047 All callers changed.
9048 (Ffloat_time): Do not fail merely because the specified time falls
9049 outside of time_t range.
9050
9051 2012-07-07 Glenn Morris <rgm@gnu.org>
9052
9053 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
9054 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
9055 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
9056
9057 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
9058
9059 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
9060 Update dependencies.
9061
9062 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
9063
9064 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
9065
9066 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
9067 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
9068 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
9069 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
9070 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
9071 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
9072
9073 * xfont.c (compare_font_names): Redo to omit the need for casts.
9074
9075 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9076
9077 * xfns.c (Fx_change_window_property): Doc fix.
9078 * w32fns.c (Fx_change_window_property): Doc fix.
9079
9080 * w32fns.c (Fx_window_property): Accept the same arguments as the
9081 X Windows version. Doc fix.
9082 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
9083
9084 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
9085 Eli Zaretskii <eliz@gnu.org>
9086
9087 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
9088 Windows-specific code from nt/config.nt moved here.
9089 Obsolete settings removed.
9090
9091 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
9092
9093 * process.c: Avoid unnecessary calls to gettime.
9094 (wait_reading_process_output): Don't get the time of day
9095 when gobbling data immediately and not waiting, as there's no need
9096 for it in that case. This removes a FIXME.
9097
9098 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
9099
9100 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
9101 is defined (Bug#11768).
9102
9103 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9104
9105 Fix marker debugging code.
9106 * marker.c (byte_char_debug_check): Do not perform the check
9107 if buffer is not multibyte.
9108 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
9109 Call byte_char_debug_check with correct arguments.
9110
9111 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9112
9113 Compile marker debugging code only if ENABLE_CHECKING is defined.
9114 * marker.c (byte_char_debug_check, count_markers):
9115 Use only if ENABLE_CHECKING is defined.
9116 (byte_debug_flag): Remove.
9117 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
9118 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
9119
9120 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9121
9122 Avoid code repetition in marker-related functions.
9123 * marker.c (attach_marker): New function.
9124 (Fset_marker, set_marker_restricted, set_marker_both)
9125 (set_marker_restricted_both): Use it.
9126 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
9127 Consistently rename charno to charpos.
9128 (marker_position): Add eassert.
9129 (marker_byte_position): Convert to eassert.
9130
9131 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9132
9133 Simplify list operations in unchain_overlay and unchain_marker.
9134 * buffer.c (unchain_overlay): Simplify. Add comment.
9135 * marker.c (unchain_marker): Simplify. Fix comments.
9136
9137 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9138
9139 Introduce fast path for the widely used marker operation.
9140 * alloc.c (build_marker): New function.
9141 * lisp.h (build_marker): New prototype.
9142 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
9143 * composite.c (autocmp_chars): Likewise.
9144 * editfns.c (buildmark): Remove.
9145 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
9146 (save_restriction_save): Use build_marker.
9147 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
9148 * window.c (save_window_save): Likewise.
9149
9150 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9151
9152 Do not use Fdelete_overlay in delete_all_overlays
9153 to avoid redundant calls to unchain_overlay.
9154 * buffer.c (drop_overlay): New function.
9155 (delete_all_overlays, Fdelete_overlay): Use it.
9156 * minibuf.c (get_minibuffer): Fix comment.
9157
9158 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
9159
9160 Port to OpenBSD 5.1 amd64.
9161 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
9162 This is needed for OpenBSD, and should be harmless on all BSD systems.
9163 Also, include <sys/sysctl.h>, as it should be available on all
9164 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
9165 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
9166 use p_pid member, not kp_proc.pid.
9167
9168 2012-07-06 Glenn Morris <rgm@gnu.org>
9169
9170 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
9171
9172 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
9173
9174 More xmalloc and related cleanup.
9175 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
9176 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
9177 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
9178 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
9179 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
9180 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
9181 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
9182 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
9183 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
9184 * xterm.c:
9185 Omit needless casts involving void * pointers and allocation.
9186 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
9187 as the former is more robust if P's type is changed.
9188 Prefer xzalloc to xmalloc + memset 0.
9189 Simplify malloc-or-realloc to realloc.
9190 Don't worry about xmalloc returning a null pointer.
9191 Prefer xstrdup to xmalloc + strcpy.
9192 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
9193 growing it.
9194 * keyboard.c (apply_modifiers_uncached): Prefer local array to
9195 alloca of a constant.
9196
9197 2012-07-05 Eli Zaretskii <eliz@gnu.org>
9198
9199 * xdisp.c (display_line): Fix horizontal pixel coordinates when
9200 hscroll is larger than the line width. Fixes long and futile
9201 looping inside extend_face_to_end_of_line (on a TTY) producing
9202 glyphs that are not needed and thrown away.
9203
9204 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
9205
9206 * marker.c (set_marker_restricted_both): Simplify by using
9207 clip_to_bounds.
9208
9209 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
9210
9211 * editfns.c (region_limit): Simplify by using clip_to_bounds.
9212
9213 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
9214
9215 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
9216 not defined (Bug#11768).
9217 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
9218 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
9219 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
9220 followed by gtk_box_set_homogeneous (Bug#11768).
9221 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
9222 (update_theme_scrollbar_width, xg_create_scroll_bar):
9223 Use gtk_scrollbar_new (Bug#11768).
9224 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
9225 (is_box_type): New function (Bug#11768).
9226 (xg_tool_item_stale_p): Call is_box_type.
9227 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
9228 with default display (Bug#11768).
9229
9230 2012-07-05 Eli Zaretskii <eliz@gnu.org>
9231
9232 * xdisp.c (window_hscroll_limited): New function.
9233 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
9234 coordinates when window's hscroll is set to insanely large
9235 values. (Bug#11857)
9236
9237 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
9238
9239 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
9240 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
9241
9242 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
9243
9244 Cleanup xmalloc.
9245 * lisp.h (xzalloc): New prototype. Omit needless casts.
9246 * alloc.c (xzalloc): New function. Omit needless casts.
9247 * charset.c: Omit needless casts. Convert all calls to
9248 xmalloc with following memset to xzalloc.
9249 * dispnew.c: Likewise.
9250 * fringe.c: Likewise.
9251 * image.c: Likewise.
9252 * sound.c: Likewise.
9253 * term.c: Likewise.
9254 * w32fns.c: Likewise.
9255 * w32font.c: Likewise.
9256 * w32term.c: Likewise.
9257 * xfaces.c: Likewise.
9258 * xfns.c: Likewise.
9259 * xterm.c: Likewise.
9260 * atimer.c: Omit needless casts.
9261 * buffer.c: Likewise.
9262 * callproc.c: Likewise.
9263 * ccl.c: Likewise.
9264 * coding.c: Likewise.
9265 * composite.c: Likewise.
9266 * doc.c: Likewise.
9267 * doprnt.c: Likewise.
9268 * editfns.c: Likewise.
9269 * emacs.c: Likewise.
9270 * eval.c: Likewise.
9271 * filelock.c: Likewise.
9272 * fns.c: Likewise.
9273 * gtkutil.c: Likewise.
9274 * keyboard.c: Likewise.
9275 * lisp.h: Likewise.
9276 * lread.c: Likewise.
9277 * minibuf.c: Likewise.
9278 * msdos.c: Likewise.
9279 * print.c: Likewise.
9280 * process.c: Likewise.
9281 * region-cache.c: Likewise.
9282 * search.c: Likewise.
9283 * sysdep.c: Likewise.
9284 * termcap.c: Likewise.
9285 * terminal.c: Likewise.
9286 * tparam.c: Likewise.
9287 * w16select.c: Likewise.
9288 * w32.c: Likewise.
9289 * w32reg.c: Likewise.
9290 * w32select.c: Likewise.
9291 * w32uniscribe.c: Likewise.
9292 * widget.c: Likewise.
9293 * xdisp.c: Likewise.
9294 * xmenu.c: Likewise.
9295 * xrdb.c: Likewise.
9296 * xselect.c: Likewise.
9297
9298 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
9299
9300 * fileio.c (time_error_value): Check the right error number.
9301 Problem reported by Troels Nielsen in
9302 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
9303
9304 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9305
9306 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
9307 This should be fixed in a better way; see Eli Zaretskii in
9308 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
9309 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
9310
9311 * fileio.c (time_error_value): Rename from special_mtime.
9312 The old name's problems were noted by Eli Zaretskii in
9313 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
9314
9315 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
9316 This variable's comment says Emacs needs at least one GDB-visible
9317 symbol of type enum pvec_type, to work around GDB problems.
9318 The symbol's value doesn't matter.
9319
9320 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
9321 that causes compilation to fail on pre-C99 compilers.
9322
9323 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
9324
9325 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
9326 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
9327
9328 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
9329
9330 * buffer.c (init_buffer_once): Fix initialization of
9331 headers for buffer_defaults and buffer_local_symbols.
9332 Reported by Juanma Barranquero <lekktu@gmail.com>.
9333
9334 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9335
9336 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
9337 * lisp.h (enum pvec_type): Use fewer bits.
9338 (PSEUDOVECTOR_SIZE_BITS): New constant.
9339 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
9340 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
9341 change in pvec_type.
9342 (PSEUDOVECTOR_TYPEP): New macro.
9343 (TYPED_PSEUDOVECTORP): Use it.
9344 * fns.c (internal_equal): Adapt code to extract pvectype.
9345 * emacs.c (gdb_pvec_type): Update type.
9346 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
9347 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
9348 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
9349 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
9350 (sweep_vectors): Use it. Use local var `total_bytes' instead of
9351 abusing vector->header.next.nbytes.
9352 (live_vector_p): Use PVEC_TYPE.
9353 (mark_object): Adapt code to extract pvectype. Use switch.
9354
9355 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9356
9357 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
9358 Tighten new eassert a bit.
9359
9360 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
9361
9362 Fix compilation with --enable-gcc-warnings and -O1
9363 optimization level.
9364 * doprnt.c (doprnt): Change type of tem to int, initialize
9365 to avoid compiler warning. Add eassert.
9366 * search.c (simple_search): Initialize match_byte to avoid
9367 compiler warning. Add eassert.
9368
9369 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9370
9371 Avoid weird behavior with large horizontal scrolls.
9372 Without this change, for example, large hscroll values would
9373 mess up Emacs's display on Fedora 15 x86, presumably due to
9374 overflows in int calculations in the display code.
9375 Also, if buffers had long lines, Emacs would freeze.
9376 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
9377 (set_window_hscroll): New function, containing the old guts of
9378 Fset_window_hscroll. Return the clipped value.
9379 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
9380 This avoids the need to check against PTRDIFF_MAX.
9381
9382 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
9383
9384 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
9385
9386 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
9387
9388 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9389
9390 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
9391 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
9392 since GCC 4.4.6 issues a bogus warning for them.
9393
9394 Fix bugs in file timestamp newness comparisons.
9395 * fileio.c (Ffile_newer_than_file_p):
9396 * lread.c (Fload): Use full timestamp resolution of files,
9397 not just the 1-second resolution, so that files that are only
9398 slightly newer still count as newer.
9399 * fileio.c (Ffile_newer_than_file_p): Don't assume file
9400 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
9401
9402 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
9403
9404 * fileio.c: Improve handling of file time marker. (Bug#11852)
9405 (special_mtime): New function.
9406 (Finsert_file_contents, Fverify_visited_file_modtime):
9407 Use it to set special mtime values consistently.
9408
9409 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9410
9411 * fileio.c (Finsert_file_contents): Properly handle st_mtime
9412 marker for non-existing file. (Bug#11852)
9413
9414 2012-07-03 Glenn Morris <rgm@gnu.org>
9415
9416 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
9417 and did not make it into globals.h).
9418
9419 2012-07-03 Tom Tromey <tromey@redhat.com>
9420
9421 * window.c (Fset_window_margins, Fset_window_fringes)
9422 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
9423 * textprop.c (Fprevious_property_change): No longer static.
9424 * syntax.c (Fsyntax_table_p): No longer static.
9425 * process.c (Fget_process, Fprocess_datagram_address): No longer
9426 static.
9427 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
9428 * keyboard.c (Fcommand_execute): No longer static.
9429 Remove EXFUN.
9430 * insdel.c (Fcombine_after_change_execute): No longer static.
9431 * image.c (Finit_image_library): No longer static.
9432 * fileio.c (Fmake_symbolic_link): No longer static.
9433 * eval.c (Ffetch_bytecode): No longer static.
9434 * editfns.c (Fuser_full_name): No longer static.
9435 * doc.c (Fdocumentation_property, Fsnarf_documentation):
9436 No longer static.
9437 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
9438 static.
9439 * dired.c (Ffile_attributes): No longer static.
9440 * composite.c (Fcomposition_get_gstring): No longer static.
9441 * callproc.c (Fgetenv_internal): No longer static.
9442
9443 * ccl.h: Remove EXFUNs.
9444 * buffer.h: Remove EXFUNs.
9445 * dispextern.h: Remove EXFUNs.
9446 * intervals.h: Remove EXFUNs.
9447 * fontset.h: Remove EXFUN.
9448 * font.h: Remove EXFUNs.
9449 * dosfns.c (system_process_attributes): Remove EXFUN.
9450 * keymap.h: Remove EXFUNs.
9451 * lisp.h: Remove EXFUNs.
9452 * w32term.h: Remove EXFUNs.
9453 * window.h: Remove EXFUNs.
9454 * xsettings.h: Remove EXFUN.
9455 * xterm.h: Remove EXFUN.
9456
9457 2012-07-03 Glenn Morris <rgm@gnu.org>
9458
9459 * lisp.h (Frandom): Make it visible to C.
9460 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
9461 buffer for invisible buffers. (Bug#1229)
9462
9463 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9464
9465 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
9466 values which aren't power of 2.
9467 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
9468 Verify its value and the value of VECTOR_BLOCK_SIZE. Adjust users
9469 accordingly.
9470
9471 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
9474
9475 * alloc.c (mark_object): Revert part of last patch to use `switch'.
9476
9477 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9478
9479 * alloc.c (allocate_vector_block): Remove redundant
9480 calls to mallopt if DOUG_LEA_MALLOC is defined.
9481 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
9482 avoid calls to mallopt if zero_vector is returned.
9483
9484 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9485
9486 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
9487 is enabled, avoid dereferencing NULL current_sblock if
9488 running undumped.
9489
9490 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9491
9492 Cleanup basic buffer management.
9493 * buffer.h (struct buffer): Change layout to use generic vector
9494 marking code. Fix some comments. Change type of 'clip_changed'
9495 to bitfield. Remove unused #ifndef old.
9496 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
9497 (GET_OVERLAYS_AT): Fix indentation.
9498 (for_each_per_buffer_object_at): New macro.
9499 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
9500 (Fbuffer_local_variables): Use it.
9501 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
9502 * alloc.c (allocate_buffer): Adjust to match new layout of
9503 struct buffer. Fix comment.
9504 (mark_overlay): New function.
9505 (mark_buffer): Use it. Use mark_vectorlike to mark normal
9506 Lisp area of struct buffer.
9507 (mark_object): Use it. Adjust marking of misc objects
9508 and related comments.
9509
9510 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
9511
9512 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
9513 wrapper that is not needed because the wrapped code is a no-op (zero
9514 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
9515 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
9516
9517 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
9518
9519 * alloc.c (mark_buffer): Simplify. Remove prototype.
9520 (mark_object): Add comment. Reorganize marking of vector-like
9521 objects. Use CHECK_LIVE for all vector-like objects except buffers
9522 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
9523 Avoid redundant calls to mark_vectorlike for bool vectors.
9524
9525 2012-06-30 Glenn Morris <rgm@gnu.org>
9526
9527 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
9528
9529 * epaths.in (PATH_SITELOADSEARCH): New.
9530 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
9531 This is rather than relying on --enable-locallisppath elements
9532 having "site-lisp" in their names. (Bug#10208#25, 11658)
9533
9534 2012-06-30 Eli Zaretskii <eliz@gnu.org>
9535
9536 * w32proc.c (sys_select): Accept and ignore one more argument.
9537
9538 * w32.c (emacs_gnutls_pull): Call select with one more argument.
9539
9540 * sysselect.h [DOS_NT]: Don't include sys/select.h.
9541 (pselect) [!MS_DOS]: Redirect to sys_select.
9542
9543 * sysdep.c: Don't include dos.h and dosfns.h.
9544
9545 * process.c (sys_select):
9546 * msdos.c (sys_select): Accept one more argument and ignore it.
9547
9548 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
9549 adapt data types and code to that.
9550
9551 * dosfns.c:
9552 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
9553 which clashes with the gnulib function of the same name.
9554
9555 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
9556
9557 * font.c (font_style_to_value, font_style_symbolic)
9558 (font_prop_validate_style): Add type checks for values in
9559 font_style_table.
9560
9561 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
9562 argument.
9563 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
9564 uses.
9565
9566 2012-06-29 Eli Zaretskii <eliz@gnu.org>
9567
9568 * xdisp.c (try_window_id): Undo last change.
9569
9570 * w32.c (getwd): Adjust commentary about startup_dir.
9571 (init_environment): Always call sys_access, even in non-MSVC
9572 builds. Don't chdir to the directory of the Emacs executable.
9573 This undoes code from 1997 which was justified by the need to
9574 "avoid conflicts when removing and renaming directories". But its
9575 downside was that every relative file name was being interpreted
9576 relative to the directory of the Emacs executable, which can never
9577 be TRT. In particular, it broke sys_access when called with
9578 relative file names.
9579 (sys_access): Map GetLastError to errno.
9580
9581 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9582
9583 * window.h (struct window): Change type of 'fringes_outside_margins'
9584 to bitfield. Fix comment. Adjust users accordingly.
9585 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
9586 Adjust comment.
9587 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
9588 to ptrdiff_t.
9589
9590 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
9591
9592 * gnutls.c (emacs_gnutls_handshake):
9593 Add QUIT to make the loop interruptible.
9594
9595 2012-06-29 Glenn Morris <rgm@gnu.org>
9596
9597 * charset.c (init_charset): Make lack of etc/charsets fatal.
9598
9599 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9600
9601 * editfns.c (region_limit): Fix type mismatch.
9602
9603 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9604
9605 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
9606 undefined. Convert from xassert to eassert.
9607 * nsmenu.m: Convert from xassert to eassert.
9608 * nsterm.m: Likewise.
9609
9610 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * editfns.c (region_limit): Clip to narrowing (bug#11770).
9613
9614 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
9615
9616 Avoid integer overflow on scroll-left and scroll-right.
9617 * window.c (HSCROLL_MAX): New macro.
9618 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
9619 overflow when requested scroll falls outside ptrdiff_t range.
9620
9621 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9622
9623 * window.h (struct window): Change type of 'hscroll',
9624 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
9625 'last_modified' and 'last_overlay_modified' to EMACS_INT.
9626 Adjust users accordingly.
9627 * xdisp.c (try_cursor_movement): Replace type check with eassert.
9628 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
9629 from EMACS_INT to ptrdiff_t.
9630 (make_window): Omit redundant initialization.
9631
9632 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
9633
9634 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
9635
9636 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9637
9638 * window.h (struct window): Change type of 'use_time' and
9639 'sequence_number' from Lisp_Object to int.
9640 * frame.c (make_frame): Adjust users accordingly.
9641 * print.c (print_object): Likewise.
9642 * window.c (select_window, Fwindow_use_time, make_parent_window)
9643 (make_window): Likewise.
9644
9645 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9646
9647 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
9648 enabled with --enable-checking=[all,glyphs] configure option.
9649 Fix GLYPH_DEBUG usage assuming that it may be undefined,
9650 adjust comments accordingly.
9651 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
9652 undefined, adjust comments accordingly.
9653 * image.c: Likewise.
9654 * scroll.c: Likewise.
9655 * w32fns.c: Likewise.
9656 * w32term.c: Likewise.
9657 * xdisp.c: Likewise.
9658 * xfaces.c: Likewise.
9659 * xfns.c: Likewise.
9660 * xterm.c: Likewise.
9661
9662 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9663
9664 Generalize run-time debugging checks.
9665 * dispextern.h (XASSERTS): Remove.
9666 * fontset.c (xassert): Remove.
9667 Convert from xassert to eassert.
9668 * alloc.c: Convert from xassert to eassert.
9669 * bidi.c: Likewise.
9670 * dispnew.c: Likewise.
9671 * fns.c: Likewise.
9672 * fringe.c: Likewise.
9673 * ftfont.c: Likewise.
9674 * gtkutil.c: Likewise.
9675 * image.c: Likewise.
9676 * keyboard.c: Likewise.
9677 * menu.c: Likewise.
9678 * process.c: Likewise.
9679 * scroll.c: Likewise.
9680 * sound.c: Likewise.
9681 * term.c: Likewise.
9682 * w32console.c: Likewise.
9683 * w32fns.c: Likewise.
9684 * w32term.c: Likewise.
9685 * window.c: Likewise.
9686 * xdisp.c: Likewise.
9687 * xfaces.c: Likewise.
9688 * xfns.c: Likewise.
9689 * xselect.c: Likewise.
9690 * xterm.c: Likewise.
9691
9692 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * fns.c (maybe_resize_hash_table): Output message when growing the
9695 purify-hashtable.
9696
9697 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9698
9699 * alloc.c (allocate_string_data): Remove dead code.
9700 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
9701 avoid GCC warning about unused macro.
9702
9703 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9704
9705 * alloc.c (allocate_string): Omit intervals initialization.
9706 * alloc.c (make_uninit_multibyte_string): Initialize intervals
9707 as in make_pure_string and make_pure_c_string.
9708
9709 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9710
9711 * alloc.c (allocate_string): Fix last change.
9712
9713 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9714
9715 * alloc.c (allocate_string): Remove two redundant calls
9716 to memset, add explicit initialization where appropriate.
9717
9718 2012-06-27 Glenn Morris <rgm@gnu.org>
9719
9720 * lisp.mk (lisp): Remove paths.elc.
9721
9722 2012-06-27 Chong Yidong <cyd@gnu.org>
9723
9724 * doc.c (Fsubstitute_command_keys): Fix punctuation.
9725
9726 2012-06-26 John Wiegley <johnw@newartisans.com>
9727
9728 * unexmacosx.c (copy_data_segment): Add two section names used
9729 on Mac OS X Lion: __mod_init_func and __mod_term_func.
9730
9731 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
9732 when building with Clang.
9733
9734 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * eval.c (Fapply): Allow calling it with a single argument.
9737
9738 2012-06-26 Eli Zaretskii <eliz@gnu.org>
9739
9740 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
9741 _stricmp and _strnicmp.
9742 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
9743
9744 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
9745
9746 * alloc.c (allocate_window): Zero out non-Lisp part of newly
9747 allocated window.
9748 (allocate_process): Likewise for new process.
9749 (allocate_terminal): Change to use offsetof.
9750 (allocate_frame): Likewise.
9751 * frame.c (make_frame): Omit redundant initialization.
9752 * window.c (make_parent_window): Use memset.
9753 (make_window): Omit redundant initialization.
9754 * process.c (make_process): Omit redundant initialization.
9755 * terminal.c (create_terminal): Likewise.
9756
9757 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
9758
9759 * term.c (delete_tty): Remove redundant call to memset.
9760
9761 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
9762
9763 * alloc.c: Remove build_string.
9764 * lisp.h: Define build_string as static inline. This provides
9765 a better opportunity to optimize away calls to strlen when the
9766 function is called with compile-time constant argument.
9767 * image.c (imagemagick_error): Convert to build_string.
9768 * w32proc.c (sys_spawnve): Likewise.
9769 * xterm.c (x_term_init): Likewise.
9770
9771 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
9772
9773 Use sprintf return value instead of invoking strlen on result.
9774 In the old days this wasn't portable, since some sprintf
9775 implementations returned char *. But they died out years ago and
9776 Emacs already assumes sprintf returns int.
9777 Similarly for float_to_string.
9778 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
9779 * ccl.c (ccl_driver):
9780 * character.c (string_escape_byte8):
9781 * data.c (Fnumber_to_string):
9782 * doprnt.c (doprnt):
9783 * print.c (print_object):
9784 * xdisp.c (message_dolog):
9785 * xfns.c (syms_of_xfns):
9786 Use sprintf or float_to_string result to avoid need to call strlen.
9787 * data.c (Fnumber_to_string):
9788 Use make_unibyte_string, since the string must be ASCII.
9789 * lisp.h, print.c (float_to_string): Now returns int length.
9790 * term.c (produce_glyphless_glyph):
9791 Use sprintf result rather than recomputing it.
9792
9793 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
9794 * Makefile.in (ALL_CFLAGS):
9795 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
9796 * gmalloc.c, regex.c: Include <config.h> unconditionally.
9797
9798 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
9799
9800 * dispextern.h (xstrcasecmp): Define to library function
9801 strcasecmp if available.
9802 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
9803
9804 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
9805
9806 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
9807 Avoid comma operator.
9808 * menu.c (push_submenu_start, push_submenu_end)
9809 (push_left_right_boundary, push_menu_pane): Likewise.
9810 * msdos.c (dos_rawgetc): Likewise.
9811
9812 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
9813
9814 * xfns.c (xic_create_fontsetname): Remove redundant calls
9815 to memset.
9816
9817 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
9818
9819 * gtkutil.c (get_utf8_string): Remove redundant assignment.
9820 sprintf already null-terminates its output.
9821
9822 * xfns.c (x_window): Remove redundant cast.
9823
9824 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
9825
9826 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
9827 `const char *' to `char *' to avoid compiler warning.
9828
9829 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
9830
9831 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
9832 instead of truncating it to 63 (admittedly a generous limit).
9833
9834 * process.c: Fix spelling and caps in comments.
9835
9836 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
9837
9838 * emacs.c (setpgrp): Remove definition, unused.
9839 * sysdep.c (setpgrp): Remove definition, not used in this file.
9840
9841 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
9842
9843 * makefile.w32-in: Update dependencies.
9844
9845 2012-06-24 Eli Zaretskii <eliz@gnu.org>
9846
9847 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
9848 (SYSTIME_H): Add nt/inc/sys/time.h.
9849
9850 * systime.h [WINDOWSNT]: Include sys/time.h.
9851
9852 * s/ms-w32.h (struct timespec): Definition moved from
9853 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
9854
9855 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
9856
9857 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
9858 * buffer.h (buffer_slot_type_mismatch):
9859 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
9860 * eval.c (unwind_to_catch):
9861 * image.c (my_png_error, my_error_exit):
9862 * keyboard.c (quit_throw_to_read_char, user_error)
9863 (Fexit_recursive_edit, Fabort_recursive_edit):
9864 * lisp.h (die, args_out_of_range, args_out_of_range_3)
9865 (wrong_type_argument, buffer_overflow, __executable_start)
9866 (memory_full, buffer_memory_full, string_overflow, Fthrow)
9867 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
9868 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
9869 (fatal):
9870 (child_setup) [!DOS_NT]:
9871 * lread.c (end_of_file_error, invalid_syntax):
9872 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
9873 * puresize.h (pure_write_error):
9874 * search.c (matcher_overflow):
9875 * sound.c (sound_perror, alsa_sound_perror):
9876 * sysdep.c, syssignal.h (croak):
9877 * term.c (maybe_fatal, vfatal):
9878 * textprop.c (text_read_only):
9879 * undo.c (user_error):
9880 * unexmacosx.c (unexec_error):
9881 * xterm.c (x_ins_del_lines, x_delete_glyphs):
9882 Use _Noreturn rather than NO_RETURN.
9883 No need for separate decl merely because of _Noreturn.
9884 * sound.c (sound_warning, parse_sound):
9885 Remove unnecessary forward decls.
9886
9887 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
9888
9889 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
9890 * lisp.h (WAIT_READING_MAX): New macro.
9891 * dispnew.c (Fsleep_for, sit_for):
9892 * keyboard.c (kbd_buffer_get_event):
9893 * process.c (Faccept_process_output):
9894 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
9895 This improves on the previous patch, which introduced a bug
9896 when time_t is unsigned and as wide as intmax_t.
9897 See <http://bugs.gnu.org/9000#51>.
9898
9899 2012-06-23 Eli Zaretskii <eliz@gnu.org>
9900
9901 * dispnew.c (sit_for, Fsleep_for):
9902 * keyboard.c (kbd_buffer_get_event):
9903 * process.c (Faccept_process_output): Avoid compiler warnings when
9904 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
9905
9906 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
9907
9908 * makefile.w32-in: Update dependencies.
9909
9910 * w32.c (ltime): Add return type and declare static.
9911 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
9912
9913 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
9914
9915 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
9916 Privately reported by Herbert J. Skuhra.
9917 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
9918 All uses changed.
9919 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
9920 not make_lisp_timeval, when the argument is of type EMACS_TIME.
9921
9922 2012-06-23 Eli Zaretskii <eliz@gnu.org>
9923
9924 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
9925 last argument of make_unibyte_string.
9926
9927 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
9928 language ID in the event parameters.
9929
9930 * w32term.c (w32_read_socket): Put the new keyboard codepage into
9931 event.code, not the obscure "character set ID".
9932
9933 2012-06-23 Chong Yidong <cyd@gnu.org>
9934
9935 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
9936
9937 2012-06-23 Eli Zaretskii <eliz@gnu.org>
9938
9939 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
9940 * w32.c (fdutimens): New function.
9941
9942 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
9943
9944 * s/ms-w32.h (pselect): Redirect to sys_select.
9945
9946 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
9947
9948 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
9949 in the logic of incrementing and decrementing the value of
9950 use_relocatable_buffers.
9951
9952 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
9953
9954 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
9955 Privately reported by Herbert J. Skuhra.
9956 [__FreeBSD__]: Remove "*/" typo after "#include".
9957 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
9958 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
9959 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
9960 Don't assume EMACS_TIME and struct timeval are the same type.
9961
9962 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
9963
9964 Support higher-resolution time stamps (Bug#9000).
9965 The time stamps are only nanosecond-resolution at the C level,
9966 since that's the best that any real-world system supports now.
9967 But they are picosecond-resolution at the Lisp level, as that's
9968 easy, and leaves room for future OS improvements.
9969
9970 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
9971 (LIBES): Use it.
9972
9973 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
9974 Don't get current time unless it's needed.
9975
9976 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
9977 now provides it if it's absent.
9978 (start_atimer): Port to higher-res time stamps.
9979 Check for time stamp overflow. Don't get current time more
9980 often than is needed.
9981
9982 * buffer.h (struct buffer): Buffer modtime now has high resolution.
9983 Include systime.h, not time.h.
9984 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
9985
9986 * dired.c: Include stat-time.h.
9987 (Ffile-attributes): File times now have higher resolution.
9988
9989 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
9990 (struct image): Timestamp now has higher resolution.
9991
9992 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
9993 has at least microseconds now. All uses removed.
9994 (update_frame, update_single_window, update_window, update_frame_1)
9995 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
9996 (duration_to_sec_usec): Remove; no longer needed.
9997
9998 * editfns.c (time_overflow): Now extern.
9999 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
10000 (float-time, Fformat_time_string, Fcurrent_time_string)
10001 (Fcurrent_time_zone): Accept and generate higher-resolution
10002 time stamps.
10003 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
10004 (decode_time_components, lisp_seconds_argument): New functions.
10005 (make_time): Now static.
10006 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
10007 Report an error if the time is invalid, rather than having the caller
10008 do that.
10009
10010 * fileio.c: Include <stat-time.h>
10011 (Fcopy_file): Copy higher-resolution time stamps.
10012 Prefer to set the time stamp via a file descriptor if that works.
10013 (Fset_file_times, Finsert_file_contents, Fwrite_region)
10014 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
10015 (Fvisited_file_modtime, Fset_visited_file_modtime):
10016 Support higher-resolution time stamps.
10017
10018 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
10019
10020 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
10021
10022 * image.c (prepare_image_for_display, clear_image_cache)
10023 (lookup_image): Port to higer-resolution time stamps.
10024
10025 * keyboard.c (start_polling, bind_polling_period):
10026 Check for time stamp overflow.
10027 (read_char, kbd_buffer_get_event, timer_start_idle)
10028 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
10029 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
10030 Port to higher-resolution time stamps. Do not assume time_t is signed.
10031 (decode_timer): New function. Timers are now vectors of length 9,
10032 not 8, to accommodate the picosecond component.
10033 (timer_check_2): Use it.
10034
10035 * nsterm.m (select_timeout, timeval_subtract): Remove.
10036 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
10037 as they're a bit more accurate and handle overflow better.
10038 (ns_select): Change prototype to be compatible with pselect.
10039 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
10040 * nsterm.h (ns_select): Adjust prototype.
10041
10042 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
10043 us-resolution time stamps.
10044 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
10045
10046 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
10047
10048 * lisp.h (time_overflow): New decl.
10049 (wait_reading_process_output): First arg is now intmax_t, not int,
10050 to accommodate larger waits.
10051
10052 * process.h (struct Lisp_Process.read_output_delay):
10053 Now counts nanoseconds, not microseconds.
10054 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
10055 EMACS_HAS_USECS.
10056 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
10057 (wait_reading_process_output):
10058 Port to ns-resolution time stamps.
10059 (Faccept_process_output, wait_reading_process_output):
10060 Check for time stamp overflow. Do not assume time_t is signed.
10061 (select_wrapper): Remove; we now use pselect.
10062 (Fprocess_attributes): Now generates ns-resolution time stamps.
10063
10064 * sysdep.c: Include utimens.h. Don't include utime.h
10065 or worry about struct utimbuf; gnulib does that for us now.
10066 (gettimeofday): Remove; gnulib provides a substitute.
10067 (make_timeval): New function.
10068 (set_file_times): Now sets ns-resolution time stamps.
10069 New arg FD; all uses changed.
10070 (time_from_jiffies, ltime_from_jiffies, get_up_time)
10071 (system_process_attributes):
10072 Now returns ns-resolution time stamp. All uses changed.
10073 Check for time stamp overflow.
10074
10075 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
10076 provides a substitute now.
10077
10078 * systime.h: Include timespec.h rather than sys/time.h and time.h,
10079 since it guarantees struct timespec.
10080 (EMACS_TIME): Now struct timespec, so that we can support
10081 ns-resolution time stamps.
10082 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
10083 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
10084 (EMACS_USECS): Remove.
10085 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
10086 so multiply the arg by 1000 before storing it.
10087 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
10088 New macros.
10089 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
10090 Port to ns-resolution time stamps.
10091 (EMACS_TIME_NEG_P): Remove; replaced by....
10092 (EMACS_TIME_SIGN): New macro.
10093 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
10094 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
10095 (set_file_times, make_time, lisp_time_argument): Adjust signature.
10096 (make_timeval, make_lisp_time, decode_time_components): New decls.
10097 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
10098 that it mishandled time_t overflow. You can't compare by subtracting!
10099 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
10100 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
10101
10102 * term.c: Include <sys/time.h>.
10103 (timeval_to_Time): New function, for proper overflow wraparound.
10104 (term_mouse_position, term_mouse_click): Use it.
10105
10106 * undo.c (record_first_change): Support higher-resolution time stamps
10107 in the undo buffer.
10108 (Fprimitive_undo): Use them when restoring time stamps.
10109
10110 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
10111 (w32_get_internal_run_time):
10112 Port to higher-resolution Emacs time stamps.
10113 (ltime): Now accepts single 64-bit integer, as that's more convenient
10114 for callers.
10115
10116 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
10117
10118 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
10119 for compatibility with pselect. Support ns-resolution time stamps.
10120
10121 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
10122
10123 * xselect.c (wait_for_property_change, x_get_foreign_selection):
10124 Check for time stamp overflow, and support ns-resolution time stamps.
10125
10126 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
10127 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
10128 (timeval_subtract): Remove; no longer needed.
10129 (XTflash, XTring_bell, x_wait_for_event):
10130 Port to ns-resolution time stamps. Don't assume time_t is signed.
10131
10132 2012-06-22 Chong Yidong <cyd@gnu.org>
10133
10134 * xdisp.c (x_consider_frame_title): Revert last change.
10135
10136 2012-06-22 Eli Zaretskii <eliz@gnu.org>
10137
10138 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
10139 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
10140 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
10141 staticidx goes up to 1597 out of 1600 = 0x640.)
10142
10143 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
10144
10145 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
10146 Otherwise, the umask might be mistakenly 0 while handling input signals.
10147
10148 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
10151
10152 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
10153
10154 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
10155 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
10156 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
10157 access to `contents' member of Lisp_Vector objects with AREF and ASET
10158 where appropriate.
10159
10160 2012-06-19 Chong Yidong <cyd@gnu.org>
10161
10162 * frame.c (delete_frame): When selecting a frame on a different
10163 text terminal, do not alter the terminal's top-frame.
10164
10165 * xdisp.c (format_mode_line_unwind_data): Record the target
10166 frame's selected window and its terminal's top-frame.
10167 (unwind_format_mode_line): Restore them.
10168 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
10169 Callers changed.
10170 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
10171 since tty frames can be explicitly named.
10172 (prepare_menu_bars): Likewise.
10173
10174 * term.c (Ftty_top_frame): New function.
10175
10176 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
10177
10178 Port byte-code-meter to modern targets.
10179 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
10180 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
10181 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
10182 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
10183 (METER_1, METER_2): Simplify.
10184
10185 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * data.c (Fdefalias): Return `symbol' (bug#11686).
10188
10189 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10190
10191 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
10192 gets killed during executing of this function (Bug#11665).
10193 Try to always return Qt when the buffer has been actually killed.
10194 (Vkill_buffer_query_functions): In doc-string say that functions
10195 run by this hook should not change the current buffer.
10196
10197 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
10198
10199 Fix recently-introduced process.c problems found by static checking.
10200 * process.c (write_queue_push, write_queue_pop, send_process):
10201 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
10202 (write_queue_pop): Fix pointer signedness problem.
10203 (send_process): Remove unused local.
10204
10205 2012-06-17 Chong Yidong <cyd@gnu.org>
10206
10207 * xdisp.c (redisplay_internal): No need to redisplay terminal
10208 frames that are not on top.
10209
10210 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
10211
10212 * process.c (make_process): Initialize write_queue.
10213 (write_queue_push, write_queue_pop): New functions.
10214 (send_process): Use them to maintain correct ordering of process
10215 writes (Bug#10815).
10216
10217 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10218
10219 * lisp.h (eassert): Assume C89 or later.
10220 This removes the need for CHECK.
10221 (CHECK): Remove. Its comments about always evaluating its
10222 argument were confusing, as 'eassert' typically does not evaluate
10223 its argument.
10224
10225 * coding.c (produce_chars): Use ptrdiff_t, not int.
10226
10227 * xterm.c (x_draw_underwave): Check for integer overflow.
10228 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
10229
10230 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
10231
10232 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
10233 referenced (Bug#11583).
10234
10235 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10236
10237 Implement wave-style variant of underlining.
10238 * dispextern.h (face_underline_type): New enum.
10239 (face): Add field for underline type.
10240 * nsterm.m (ns_draw_underwave): New function.
10241 (ns_draw_text_decoration): Use it.
10242 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
10243 New functions.
10244 (x_draw_glyph_string): Use them.
10245 * xfaces.c (Qline, Qwave): New Lisp objects.
10246 (check_lface_attrs, merge_face_ref)
10247 (Finternal_set_lisp_face_attribute, realize_x_face):
10248 Handle wave-style underline face attributes.
10249 * xterm.c (x_draw_underwave): New function.
10250 (x_draw_glyph_string): Use it.
10251
10252 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
10253
10254 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
10255 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
10256 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
10257 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
10258 ($(BLD)/w32select.$(O)): Update dependencies.
10259
10260 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
10261
10262 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
10263 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
10264 * character.c (_fetch_multibyte_char_p): Remove.
10265 * alloc.c: Include "character.h" before "buffer.h".
10266 * bidi.c: Likewise.
10267 * buffer.c: Likewise.
10268 * bytecode.c: Likewise.
10269 * callint.c: Likewise.
10270 * callproc.c: Likewise.
10271 * casefiddle.c: Likewise.
10272 * casetab.c: Likewise.
10273 * category.c: Likewise.
10274 * cmds.c: Likewise.
10275 * coding.c: Likewise.
10276 * composite.c: Likewise.
10277 * dired.c: Likewise.
10278 * dispnew.c: Likewise.
10279 * doc.c: Likewise.
10280 * dosfns.c: Likewise.
10281 * editfns.c: Likewise.
10282 * emacs.c: Likewise.
10283 * fileio.c: Likewise.
10284 * filelock.c: Likewise.
10285 * font.c: Likewise.
10286 * fontset.c: Likewise.
10287 * fringe.c: Likewise.
10288 * indent.c: Likewise.
10289 * insdel.c: Likewise.
10290 * intervals.c: Likewise.
10291 * keyboard.c: Likewise.
10292 * keymap.c: Likewise.
10293 * lread.c: Likewise.
10294 * macros.c: Likewise.
10295 * marker.c: Likewise.
10296 * minibuf.c: Likewise.
10297 * nsfns.m: Likewise.
10298 * nsmenu.m: Likewise.
10299 * print.c: Likewise.
10300 * process.c: Likewise.
10301 * regex.c: Likewise.
10302 * region-cache.c: Likewise.
10303 * search.c: Likewise.
10304 * syntax.c: Likewise.
10305 * term.c: Likewise.
10306 * textprop.c: Likewise.
10307 * undo.c: Likewise.
10308 * unexsol.c: Likewise.
10309 * w16select.c: Likewise.
10310 * w32fns.c: Likewise.
10311 * w32menu.c: Likewise.
10312 * window.c: Likewise.
10313 * xdisp.c: Likewise.
10314 * xfns.c: Likewise.
10315 * xmenu.c: Likewise.
10316 * xml.c: Likewise.
10317 * xselect.c: Likewise.
10318
10319 2012-06-16 Eli Zaretskii <eliz@gnu.org>
10320
10321 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
10322 If all the glyphs of the glyph row came from strings, and we have no
10323 cursor positioning clues, put the cursor on the first glyph of the
10324 row.
10325 (handle_face_prop): Use chunk-relative overlay string index when
10326 indexing into it->string_overlays array. (Bug#11653)
10327 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
10328 the rightmost. (Bug#11720)
10329
10330 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
10331
10332 * category.h (CHAR_HAS_CATEGORY): Define as inline.
10333 (CATEGORY_MEMBER): Enforce 1/0 value.
10334 * category.c (_temp_category_set): Remove.
10335
10336 2012-06-16 Eli Zaretskii <eliz@gnu.org>
10337
10338 * window.c (Fdelete_other_windows_internal)
10339 (Fdelete_window_internal): Don't access frame's mouse highlight
10340 info of the initial frame. (Bug#11677)
10341
10342 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
10343
10344 * .gdbinit (xgetint): Fix recently-introduced paren typo.
10345 Assume USE_2_TAGS_FOR_INTS.
10346 (xreload): Adjust $tagmask width to match recent lisp.h change.
10347
10348 Simplify lisp.h in minor ways that should not affect code.
10349 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
10350 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
10351 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
10352 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
10353 (INTTYPEBITS): New macro, for clarity.
10354 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
10355 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
10356 Simplify now that USE_LSB_TAG is always defined.
10357 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
10358 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
10359
10360 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10361
10362 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
10363
10364 2012-06-13 Glenn Morris <rgm@gnu.org>
10365
10366 * s/bsd-common.h (BSD4_3):
10367 * s/usg5-4-common.h (USG5_4): No longer define; unused.
10368
10369 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
10370
10371 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
10372 instead of union.
10373 (XLI, XIL): Define.
10374 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
10375 Use them.
10376 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
10377 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
10378 * alloc.c (widen_to_Lisp_Object): Remove.
10379 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
10380 * frame.c (delete_frame): Remove outdated comment.
10381 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
10382 USE_LISP_UNION_TYPE.
10383 (Fw32_unregister_hot_key): Likewise.
10384 (Fw32_toggle_lock_key): Likewise.
10385 * w32menu.c (add_menu_item): Likewise.
10386 (w32_menu_display_help): Use XIL instead of checking
10387 USE_LISP_UNION_TYPE.
10388 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
10389 (init_heap): Likewise.
10390 * w32term.c (w32_read_socket): Update comment.
10391
10392 2012-06-13 Glenn Morris <rgm@gnu.org>
10393
10394 * s/usg5-4-common.h, src/s/unixware.h:
10395 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
10396
10397 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
10398
10399 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
10400
10401 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
10402 * alloc.c (make_number) [!defined make_number]:
10403 Remove, as lisp.h always defines this now.
10404 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
10405 (roundup_size): Verify that it is a power of 2.
10406 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
10407 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
10408 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
10409 -DUSE_LSB_TAG=0, to override the automatically-selected default.
10410 USE_LSB_TAG now is always defined to be either 0 or 1.
10411 All uses changed.
10412 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
10413 code works fine either way, and efficiency is not a concern here,
10414 as the union type is for debugging, not for production.
10415 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
10416 Use an inline function on all platforms when using the union type,
10417 since this is simpler and 'static inline' can be used portably
10418 within Emacs now.
10419 (LISP_INITIALLY_ZERO): New macro.
10420 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
10421 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
10422
10423 2012-06-12 Glenn Morris <rgm@gnu.org>
10424
10425 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
10426
10427 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
10428
10429 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
10430 Move BROKEN_SIGIO to configure.
10431
10432 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
10433 Move NO_TERMIO to configure.
10434
10435 2012-06-12 Chong Yidong <cyd@gnu.org>
10436
10437 * image.c (imagemagick_load_image): Use MagickFlattenImage if
10438 MagickMergeImageLayers is undefined. Use pixel pusher loop if
10439 MagickExportImagePixels is undefined.
10440
10441 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
10442
10443 * image.c (imagemagick_load_image): Remove unused label.
10444
10445 2012-06-11 Glenn Morris <rgm@gnu.org>
10446
10447 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
10448 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
10449 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
10450 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
10451
10452 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * alloc.c (make_byte_code): New function.
10455 (Fmake_byte_code): Use it. Don't purify here.
10456 * lread.c (read1): Use it as well to avoid extra allocation.
10457
10458 2012-06-11 Chong Yidong <cyd@gnu.org>
10459
10460 * image.c (imagemagick_load_image): Implement transparency.
10461
10462 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
10463
10464 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
10465 account for preceding backslashes. (Bug#11663)
10466
10467 2012-06-09 Chong Yidong <cyd@gnu.org>
10468
10469 * term.c: Support italics in capable terminals (Bug#9652).
10470 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
10471 (turn_on_face): Output using TS_enter_italic_mode if available.
10472 Don't handle unused blinking and alt-charset cases.
10473 (turn_off_face): Handle italic case; discard unused tty_blinking_p
10474 and tty_alt_charset_p cases.
10475 (tty_capable_p, init_tty): Support italics.
10476
10477 * termchar.h (struct tty_display_info): Add field for italics.
10478 Remove unused blink field.
10479
10480 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
10481 Handle slant.
10482
10483 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
10484 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
10485 tty_alt_charset_p. Add tty_italic_p.
10486
10487 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
10488
10489 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
10490 dbus_type_is_basic if available.
10491 (xd_extract_signed, xd_extract_unsigned): Rename from
10492 extract_signed and extract_unsigned, respectively. Adapt callers.
10493
10494 2012-06-09 Chong Yidong <cyd@gnu.org>
10495
10496 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
10497
10498 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
10499 case (Bug#9752).
10500
10501 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
10502
10503 * xdisp.c (vmessage): Treat frame message as multibyte.
10504 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
10505 would generate the diagnostic "Making \302\247 buffer-local while
10506 let-bound!".
10507
10508 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10509
10510 * dispnew.c (showing_window_margins_p): Undo last change, which
10511 was done due to an inadvertent commit.
10512 (adjust_frame_glyphs_for_frame_redisplay): Do call
10513 showing_window_margins_p.
10514
10515 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10516
10517 * eval.c (Fmake_var_non_special): New primitive.
10518 (syms_of_eval): Defsubr it.
10519 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
10520
10521 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
10522
10523 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
10524 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
10525
10526 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10527
10528 * alloc.c (allocate_vectorlike): Fix last change.
10529
10530 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
10531
10532 Block-based vector allocation of small vectors.
10533 * lisp.h (struct vectorlike_header): New field `nbytes',
10534 adjust comment accordingly.
10535 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
10536 to denote vector blocks. Adjust users (live_vector_p,
10537 mark_maybe_pointer, valid_lisp_object_p) accordingly.
10538 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
10539 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
10540 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
10541 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
10542 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
10543 (roundup_size): New constant.
10544 (struct vector_block): New data type.
10545 (vector_blocks, vector_free_lists, zero_vector): New variables.
10546 (all_vectors): Rename to `large_vectors'.
10547 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
10548 (sweep_vectors): New functions.
10549 (allocate_vectorlike): Return `zero_vector' as the only vector of
10550 0 items. Allocate new vector from block if vector size is less than
10551 or equal to VBLOCK_BYTES_MAX.
10552 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
10553 (init_alloc_once): Add call to init_vectors.
10554
10555 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
10558
10559 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
10560
10561 * doprnt.c (doprnt): Truncate multibyte char correctly.
10562 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
10563 would mishandle a string argument "Xc" if X was a multibyte
10564 character of length 2: it would truncate after X's first byte
10565 rather than including all of X.
10566
10567 2012-06-06 Chong Yidong <cyd@gnu.org>
10568
10569 * buffer.c (word_wrap): Doc fix.
10570
10571 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
10572
10573 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
10574
10575 2012-06-03 Glenn Morris <rgm@gnu.org>
10576
10577 * xdisp.c (tool-bar-style): Doc fix.
10578
10579 2012-06-03 Ulrich Müller <ulm@gentoo.org>
10580
10581 * Makefile.in (PAXCTL): Define.
10582 (temacs$(EXEEXT)): Disable memory randomization for the temacs
10583 binary via PaX flags if the paxctl utility is available.
10584 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
10585 Restore PaX flags to their default. (Bug#11398)
10586
10587 2012-06-03 Chong Yidong <cyd@gnu.org>
10588
10589 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
10590 buffer (Bug#11226).
10591
10592 2012-06-03 Chong Yidong <cyd@gnu.org>
10593
10594 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
10595 (note_mode_line_or_margin_highlight): If there is no help echo,
10596 use mode-line-default-help-echo. Handle the case where the mouse
10597 position is past the end of the mode line string.
10598
10599 * buffer.c (buffer_local_value_1): New function, split from
10600 Fbuffer_local_value; can return Qunbound.
10601 (Fbuffer_local_value): Use it.
10602 (Vmode_line_format): Docstring tweaks.
10603
10604 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
10605
10606 * sysdep.c (system_process_attributes): Improve comment.
10607
10608 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10609
10610 * keyboard.c: Export real-this-command to Elisp.
10611 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
10612 and DEFVAR it. Update all users.
10613
10614 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
10615
10616 * minibuf.c (Fassoc_string): Remove duplicate declaration.
10617
10618 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
10619 Convert pctcpu and pctmem to Lisp float properly.
10620 Let the compiler fold better, as 100.0/0x8000 is exact.
10621
10622 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
10623
10624 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
10625 cons_block.
10626
10627 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
10628
10629 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
10630
10631 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
10632
10633 For a 'struct window', replace some Lisp_Object fields to
10634 bitfields where appropriate, remove unused fields.
10635 * window.h (struct window): Remove unused 'last_mark_x' and
10636 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
10637 change its type from Lisp_Object to bitfield.
10638 Change type of 'force_start', 'optional_new_start',
10639 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
10640 fields from Lisp_Object to bitfield. Adjust users accordingly.
10641
10642 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
10643
10644 Pacify gcc -Wdouble-precision when using Xaw.
10645 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
10646 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
10647 Use 'float' consistently, rather than 'float' in most places
10648 and 'double' in a couple of places.
10649
10650 2012-05-31 Eli Zaretskii <eliz@gnu.org>
10651
10652 * xdisp.c (handle_stop): Detect whether we have overlay strings
10653 loaded by testing it->current.overlay_string_index to be
10654 non-negative, instead of checking whether n_overlay_strings is
10655 positive. (Bug#11587)
10656
10657 2012-05-31 Chong Yidong <cyd@gnu.org>
10658
10659 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
10660
10661 * doc.c (Fsubstitute_command_keys): Doc fix.
10662
10663 2012-05-31 Eli Zaretskii <eliz@gnu.org>
10664
10665 * search.c (search_buffer): Remove calls to
10666 r_alloc_inhibit_buffer_relocation, as it is now called by
10667 maybe_unify_char, which was the cause of relocation of buffer text
10668 in bug#11519.
10669
10670 2012-05-31 Eli Zaretskii <eliz@gnu.org>
10671
10672 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
10673 for the duration of call to load_charset, to avoid problems with
10674 callers of maybe_unify_char that access buffer text through C
10675 pointers.
10676
10677 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
10678 decrement the inhibition flag, instead of just setting or
10679 resetting it.
10680
10681 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
10682
10683 Remove obsolete '#define static' cruft.
10684 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
10685 This #undef was "temporary" in 2000; it is no longer needed
10686 now that '#define static' has gone away.
10687 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
10688 (gray_bitmap_bits): Remove; no longer needed.
10689 All uses replaced with definiens.
10690 * xterm.c: Include "bitmaps/gray.xbm".
10691
10692 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
10693
10694 Clean up __executable_start, monstartup when --enable-profiling.
10695 The following changes affect the code only when profiling.
10696 * dispnew.c (__executable_start): Rename from safe_bcopy.
10697 Define only on platforms that need it.
10698 * emacs.c: Include <sys/gmon.h> when profiling.
10699 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
10700 (__executable_start): Remove decl, since lisp.h does it now.
10701 (safe_bcopy): Remove decl; no longer has that name.
10702 (main): Coalesce #if into single bit of code, for simplicity.
10703 Cast pointers to uintptr_t, since standard libraries want integers
10704 and not pointers.
10705 * lisp.h (__executable_start): New decl.
10706
10707 2012-05-31 Glenn Morris <rgm@gnu.org>
10708
10709 * image.c (Fimagemagick_types): Doc fix.
10710
10711 2012-05-30 Jim Meyering <meyering@redhat.com>
10712
10713 * callproc.c (Fcall_process_region): Include directory component
10714 in mkstemp error message (Bug#11586).
10715
10716 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
10717
10718 * alloc.c, lisp.h (make_pure_vector): Now static.
10719
10720 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10721
10722 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
10723 Move to byte-run.el.
10724 (Fautoload): Do the hash-doc more carefully.
10725 * data.c (Fdefalias): Purify definition, except for keymaps.
10726 (Qdefun): Move from eval.c.
10727 * lisp.h (Qdefun): Remove.
10728 * lread.c (read1): Tiny simplification.
10729
10730 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10731
10732 Do not create empty overlays with the evaporate property (Bug#9642).
10733 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
10734 Bug#9642, but explicitly check that the buffer the overlay would
10735 be moved to is live and rearrange lines to make sure that errors
10736 will not put the overlay in an inconsistent state.
10737 (Fdelete_overlay): Cosmetics.
10738
10739 2012-05-28 Eli Zaretskii <eliz@gnu.org>
10740
10741 * w32term.c (my_bring_window_to_top): New function.
10742 (x_raise_frame): Use handle returned by DeferWindowPos, which
10743 could be different from the original one.
10744 Call my_bring_window_to_top instead of my_set_foreground_window.
10745 (Bug#11513)
10746
10747 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
10748 by calling BringWindowToTop.
10749
10750 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
10751 (WM_EMACS_END): Increase by one.
10752
10753 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
10754
10755 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
10756 This avoids undefined behavior that might cause the eassert
10757 to not catch an out-of-range value.
10758
10759 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
10760
10761 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
10762 Update dependencies.
10763
10764 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10765
10766 * bidi.c (bidi_mirror_char): Fix last change.
10767
10768 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
10769
10770 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
10771 when referring to sectname field in printf format.
10772
10773 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
10774
10775 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
10776 Only r_alloc_inhibit_buffer_relocation needed to be added;
10777 the others were already declared.
10778
10779 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
10780 before checking whether it's out of range. Put the check inside
10781 eassert. See
10782 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
10783
10784 2012-05-27 Ken Brown <kbrown@cornell.edu>
10785
10786 * callproc.c (Fcall_process): Restore a line that was accidentally
10787 commented out in the 2011-02-13 change (bug#11547).
10788
10789 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10790
10791 * lisp.h [REL_ALLOC]: Add prototypes for external functions
10792 defined on ralloc.c.
10793
10794 * buffer.c [REL_ALLOC]: Remove prototypes of
10795 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
10796 they are now on lisp.h.
10797
10798 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
10799
10800 * search.c (search_buffer): Use it to inhibit relocation of buffer
10801 text while re_search_2 is doing its job, because re_search_2 is
10802 passed C pointers to buffer text. (Bug#11519)
10803
10804 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
10805 Update value to 24.
10806
10807 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
10808 state after an additional call to move_it_in_display_line_to, keep
10809 the values of it->max_ascent and it->max_descent found for the
10810 entire line.
10811 (pos_visible_p): Revert the comparison against bottom_y to what it
10812 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
10813 (Bug#11464)
10814
10815 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
10816
10817 Fix coding-related core dumps with gcc -ftrapv.
10818 The code was computing A - B, where A and B are pointers, and B is
10819 random garbage. This can lead to core dumps on platforms that
10820 have special pointer registers, and it also leads to core dumps on
10821 x86-64 when compiled with gcc -ftrapv. The fix is to compute
10822 A - B only when B is initialized properly.
10823 * coding.c (coding_set_source, coding_set_destination): Return void.
10824 (coding_change_source, coding_change_destinations): New functions,
10825 with the old behaviors of coding_set_source and coding_set_destination.
10826 All callers that need an offset changed to use these new functions.
10827
10828 2012-05-26 Glenn Morris <rgm@gnu.org>
10829
10830 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
10831
10832 2012-05-26 Eli Zaretskii <eliz@gnu.org>
10833
10834 Extend mouse support on W32 text-mode console.
10835 * xdisp.c (draw_row_with_mouse_face):
10836 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
10837
10838 * w32console.c: Include window.h.
10839 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
10840 New functions.
10841 (initialize_w32_display): Initialize mouse-highlight data.
10842
10843 * w32inevt.c: Include termchar.h and window.h.
10844 (do_mouse_event): Support mouse-autoselect-window. When the mouse
10845 moves, call note_mouse_highlight. If help_echo changed, call
10846 gen_help_event to produce help-echo message in the echo area.
10847 Call clear_mouse_face if mouse_face_hidden is set in the mouse
10848 highlight info.
10849
10850 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
10851
10852 * lread.c (read1): Simplify slightly to avoid an overflow warning
10853 with GCC 4.7.0 on x86-64.
10854
10855 2012-05-26 Eli Zaretskii <eliz@gnu.org>
10856
10857 * bidi.c (bidi_mirror_char): Revert last change: an int is
10858 definitely wide enough here.
10859
10860 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
10861
10862 Fix integer width and related bugs (Bug#9874).
10863 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
10864 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
10865 (string_bytes, check_sblock, allocate_string_data):
10866 (compact_small_strings, Fmake_bool_vector, make_string)
10867 (make_unibyte_string, make_multibyte_string)
10868 (make_string_from_bytes, make_specified_string)
10869 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
10870 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
10871 (mark_vectorlike):
10872 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10873 (allocate_pseudovector):
10874 Use int, not EMACS_INT, where int is wide enough.
10875 (inhibit_garbage_collection, Fgarbage_collect):
10876 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10877 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
10878 int might not be wide enough.
10879 (bidi_cache_search, bidi_cache_find, bidi_init_it)
10880 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
10881 (bidi_at_paragraph_end, bidi_find_paragraph_start)
10882 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
10883 (bidi_level_of_next_char, bidi_move_to_visually_next):
10884 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10885 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
10886 (Fkill_buffer, Fset_buffer_major_mode)
10887 (advance_to_char_boundary, Fbuffer_swap_text)
10888 (Fset_buffer_multibyte, overlays_at, overlays_in)
10889 (overlay_touches_p, struct sortvec, record_overlay_string)
10890 (overlay_strings, recenter_overlay_lists)
10891 (adjust_overlays_for_insert, adjust_overlays_for_delete)
10892 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
10893 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
10894 (Foverlay_recenter, last_overlay_modification_hooks_used)
10895 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
10896 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10897 (validate_region): Omit unnecessary test for b <= e,
10898 since that's guaranteed by the previous test.
10899 (adjust_overlays_for_delete): Avoid pos + length overflow.
10900 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
10901 (report_overlay_modification):
10902 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10903 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
10904 Omit pointer cast, which isn't needed anyway, and doesn't work
10905 after the EMACS_INT -> ptrdiff_t change.
10906 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
10907 * buffer.h: Adjust decls to match defn changes elsewhere.
10908 (struct buffer_text, struct buffer):
10909 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10910 Use EMACS_INT, not int, where int might not be wide enough.
10911 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
10912 not int, to avoid needless 32-bit limit on 64-bit hosts.
10913 (exec_byte_code): Use tighter memory-full test, one that checks
10914 for alloca overflow. Don't compute the address of the object just
10915 before an array, as that's not portable. Use EMACS_INT, not
10916 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
10917 * callint.c (Fcall_interactively):
10918 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10919 * callproc.c (call_process_kill, Fcall_process):
10920 Don't assume pid_t fits into an Emacs fixnum.
10921 (call_process_cleanup, Fcall_process, child_setup):
10922 Don't assume pid_t fits into int.
10923 (call_process_cleanup, Fcall_process, delete_temp_file)
10924 (Fcall_process_region):
10925 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10926 (Fcall_process): Simplify handling of volatile integers.
10927 Use int, not EMACS_INT, where int will do.
10928 * casefiddle.c (casify_object, casify_region, operate_on_word)
10929 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
10930 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10931 (casify_object): Avoid integer overflow when overallocating buffer.
10932 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
10933 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
10934 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
10935 * category.h (CATEGORYP): Don't assume arg is nonnegative.
10936 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
10937 integers are now checked earlier. All uses replaced with XINT.
10938 (ccl_driver):
10939 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10940 For CCL_MapSingle, check that content and value are in int range.
10941 (ccl_driver, Fregister_code_conversion_map):
10942 Check that Vcode_version_map_vector is a vector.
10943 (resolve_symbol_ccl_program): Check that vector header is in range.
10944 Always copy the vector, so that we can check its contents reliably
10945 now rather than having to recheck each instruction as it's being
10946 executed. Check that vector words fit in 'int'.
10947 (ccl_get_compiled_code, Fregister_ccl_program)
10948 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
10949 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
10950 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
10951 contents are in range.
10952 (Fccl_execute_on_string): Check that status is in range.
10953 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
10954 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
10955 Accept and return EMACS_INT, not int, because callers can pass values
10956 out of 'int' range.
10957 (c_string_width, strwidth, lisp_string_width, chars_in_text)
10958 (multibyte_chars_in_text, parse_str_as_multibyte)
10959 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
10960 (str_as_unibyte, str_to_unibyte, string_count_byte8)
10961 (string_escape_byte8, Fget_byte):
10962 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10963 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
10964 avoid mishandling large integers.
10965 * character.h: Adjust decls to match defn changes elsewhere.
10966 * charset.c (load_charset_map_from_file, find_charsets_in_text)
10967 (Ffind_charset_region):
10968 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10969 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
10970 (load_charset_map_from_vector, Fdefine_charset_internal):
10971 Don't assume fixnum fits in int.
10972 (load_charset_map_from_vector, Fmap_charset_chars):
10973 Remove now-unnecessary CHECK_NATNUMs.
10974 (Fdefine_charset_internal): Check ranges here, more carefully.
10975 Don't rely on undefined behavior with signed left shift overflow.
10976 Don't assume unsigned int fits into fixnum, or that fixnum fits
10977 into unsigned int. Don't require max_code to be a valid fixnum;
10978 that's not true for gb10830 4-byte on a 32-bit host. Allow
10979 invalid_code to be a cons, for the same reason. Require code_offset
10980 to be a character. Avoid int overflow if max_char is close
10981 to INT_MAX.
10982 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
10983 this is intended anyway and avoids some undefined behavior.
10984 (load_charset_map): Pass unsigned, not int, as 2nd arg of
10985 INDEX_TO_CODE_POINT, as that's what it expects.
10986 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
10987 * charset.h (DECODE_CHAR): Return int, not unsigned;
10988 this is what was intended anyway, and it avoids undefined behavior.
10989 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
10990 integer-overflow issues.
10991 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
10992 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
10993 where the argument is EMACS_INT, and this behavior is not intended.
10994 * chartab.c (Fmake_char_table, Fset_char_table_range)
10995 (uniprop_get_decoder, uniprop_get_encoder):
10996 Don't assume fixnum fits in int.
10997 * cmds.c (move_point): New function, that does the gist of
10998 Fforward_char and Fbackward_char, but does so while checking
10999 for integer overflow more accurately.
11000 (Fforward_char, Fbackward_char): Use it.
11001 (Fforward_line, Fend_of_line, internal_self_insert)
11002 (internal_self_insert):
11003 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11004 Fix a FIXME, by checking for integer overflow when calculating
11005 target_clm and actual_clm.
11006 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
11007 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
11008 (ASSURE_DESTINATION, coding_alloc_by_realloc)
11009 (coding_alloc_by_making_gap, alloc_destination)
11010 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
11011 (encode_coding_utf_16, detect_coding_emacs_mule)
11012 (decode_coding_emacs_mule, encode_coding_emacs_mule)
11013 (detect_coding_iso_2022, decode_coding_iso_2022)
11014 (encode_invocation_designation, encode_designation_at_bol)
11015 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
11016 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
11017 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
11018 (encode_coding_ccl, encode_coding_raw_text)
11019 (detect_coding_charset, decode_coding_charset)
11020 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
11021 (produce_composition, produce_charset, produce_annotation)
11022 (decode_coding, handle_composition_annotation)
11023 (handle_charset_annotation, consume_chars, decode_coding_gap)
11024 (decode_coding_object, encode_coding_object, detect_coding_system)
11025 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
11026 (code_convert_region, code_convert_string)
11027 (Fdefine_coding_system_internal)
11028 (coding_set_source, coding_set_destination):
11029 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11030 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
11031 (Fdefine_coding_system_internal):
11032 Don't assume fixnums fit in int.
11033 (decode_coding_gap, decode_coding_object, encode_coding_object)
11034 (Fread_coding_system, Fdetect_coding_region)
11035 (Funencodable_char_position, Fcheck_coding_systems_region)
11036 (get_translation, handle_composition_annotation, consume_chars):
11037 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11038 (consume_chars): Rewrite to not calculate an address outside buffer.
11039 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
11040 Don't access memory outside of the args array.
11041 (Fdefine_coding_system_internal): Check for charset-id overflow.
11042 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
11043 result of ENCODE_CHAR.
11044 * coding.h: Adjust decls to match defn changes elsewhere.
11045 (struct coding_system):
11046 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11047 * composite.c (get_composition_id, find_composition)
11048 (run_composition_function, update_compositions)
11049 (compose_text, composition_gstring_put_cache)
11050 (composition_gstring_p, composition_gstring_width)
11051 (fill_gstring_header, fill_gstring_body, autocmp_chars)
11052 (composition_compute_stop_pos, composition_reseat_it)
11053 (composition_update_it, struct position_record)
11054 (find_automatic_composition, composition_adjust_point)
11055 (Fcomposition_get_gstring, Ffind_composition_internal):
11056 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11057 (update_compositions):
11058 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11059 * composite.h: Adjust decls to match defn changes elsewhere.
11060 (struct composition):
11061 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11062 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
11063 Do not attempt to compute the address of the object just before a
11064 buffer; this is not portable.
11065 (Faref, Faset):
11066 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11067 (Faset): Use int, not EMACS_INT, where int is wide enough.
11068 (Fstring_to_number): Don't assume fixnums fit in int.
11069 (Frem): Don't assume arg is nonnegative.
11070 * dbusbind.c (xd_append_arg): Check for integers out of range.
11071 (Fdbus_call_method): Don't overflow the timeout int.
11072 (extract_signed, extract_unsigned): New functions.
11073 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
11074 (xd_get_connection_references): Return ptrdiff_t, not int.
11075 All uses changed.
11076 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
11077 (xd_read_message_1):
11078 Use int, not unsigned, where the dbus API uses int.
11079 (Fdbus_message_internal): Don't overflow mtype.
11080 (syms_of_dbusbind): Allocate right-sized buffer for integers.
11081 * dired.c (directory_files_internal, file_name_completion, scmp)
11082 (file_name_completion_stat):
11083 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11084 (file_name_completion): Don't overflow matchcount.
11085 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
11086 * dispextern.h: Adjust decls to match defn changes elsewhere.
11087 (struct text_pos, struct glyph, struct bidi_saved_info)
11088 (struct bidi_string_data, struct bidi_it, struct composition_it)
11089 (struct it):
11090 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11091 (struct display_pos, struct composition_it, struct it):
11092 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11093 * dispnew.c (increment_matrix_positions)
11094 (increment_row_positions, mode_line_string)
11095 (marginal_area_string):
11096 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11097 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
11098 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11099 (duration_to_sec_usec): New function, to check for overflow better.
11100 (Fsleep_for, sit_for): Use it.
11101 * doc.c (get_doc_string, store_function_docstring):
11102 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11103 (get_doc_string, Fsnarf_documentation):
11104 Use int, not EMACS_INT, where int is wide enough.
11105 (get_doc_string):
11106 Use SAFE_ALLOCA, not alloca.
11107 Check for overflow when converting EMACS_INT to off_t.
11108 * doprnt.c (doprnt):
11109 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11110 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
11111 Don't assume uid_t fits into fixnum.
11112 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
11113 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
11114 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
11115 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
11116 (general_insert_function)
11117 (Finsert_char, make_buffer_string, make_buffer_string_both)
11118 (update_buffer_properties, Fbuffer_substring)
11119 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
11120 (Fsubst_char_in_region, check_translation)
11121 (Ftranslate_region_internal, save_restriction_restore, Fformat)
11122 (transpose_markers, Ftranspose_regions):
11123 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11124 (clip_to_bounds): Move to lisp.h as an inline function).
11125 (Fconstrain_to_field): Don't assume integers are nonnegative.
11126 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
11127 (Fsubst_char_in_region, Fsave_restriction):
11128 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11129 (Femacs_pid): Don't assume pid_t fits into fixnum.
11130 (lo_time): Use int, not EMACS_INT, when int suffices.
11131 (lisp_time_argument): Check for usec out of range.
11132 (Fencode_time): Don't assume fixnum fits in int.
11133 (Fuser_login_name, Fuser_full_name): Signal an error
11134 if a uid argument is out of range, rather than relying on
11135 undefined behavior.
11136 (Fformat_time_string): Remove now-unnecessary check.
11137 lisp_time_argument checks for out-of-range usec now.
11138 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
11139 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
11140 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
11141 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
11142 (init_cmdargs, Fdump_emacs):
11143 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11144 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
11145 the bottom (typically) 32 bits of the fixnum.
11146 * eval.c (specpdl_size, call_debugger):
11147 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11148 (when_entered_debugger, Fbacktrace_debug):
11149 Don't assume fixnum can fit in int.
11150 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
11151 the object just before a buffer; this is not portable.
11152 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
11153 (grow_specpdl, unbind_to):
11154 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11155 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
11156 (grow_specpdl): Simplify allocation by using xpalloc.
11157 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
11158 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
11159 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
11160 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11161 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
11162 (a_write, e_write):
11163 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11164 (Fcopy_file, non_regular_nbytes, read_non_regular)
11165 (Finsert_file_contents):
11166 Use int, not EMACS_INT, where int is wide enough.
11167 (READ_BUF_SIZE): Verify that it fits in int.
11168 (Finsert_file_contents): Check that counts are in proper range,
11169 rather than assuming fixnums fit into ptrdiff_t etc.
11170 Don't assume fixnums fit into int.
11171 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
11172 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
11173 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
11174 (string_char_to_byte, string_byte_to_char)
11175 (string_make_multibyte, string_to_multibyte)
11176 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
11177 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
11178 (substring_both, Fdelete, internal_equal, Ffillarray)
11179 (Fclear_string, mapcar1)
11180 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
11181 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
11182 (larger_vector, make_hash_table, maybe_resize_hash_table)
11183 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
11184 (Fmaphash, secure_hash):
11185 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11186 (concat): Check for string index and length overflow.
11187 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
11188 (Frequire):
11189 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11190 (larger_vector): New API (vec, incr_min, size_max) replaces old
11191 one (vec, new_size, init). This catches size overflow.
11192 INIT was removed because it was always Qnil.
11193 All callers changed.
11194 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
11195 the upper bound on a hash table index size.
11196 (make_hash_table, maybe_resize_hash_table): Use it.
11197 (secure_hash): Computer start_byte and end_byte only after
11198 they're known to be in ptrdiff_t range.
11199 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
11200 (Ffont_get_glyphs, Ffont_at):
11201 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11202 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
11203 (Flist_fonts, Fopen_font):
11204 Don't assume fixnum can fit in int.
11205 (check_gstring): Don't assume index can fit in int.
11206 (font_match_p): Check that fixnum is a character, not a nonnegative
11207 fixnum, since the later code needs to stuff it into an int.
11208 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
11209 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
11210 conversion overflow issues.
11211 (Fopen_font): Check for integer out of range.
11212 (Ffont_get_glyphs): Don't assume index can fit in int.
11213 * font.h: Adjust decls to match defn changes elsewhere.
11214 * fontset.c (reorder_font_vector): Redo score calculation to avoid
11215 integer overflow.
11216 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
11217 printmax_t, where ptrdiff_t is wide enough.
11218 (Finternal_char_font):
11219 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11220 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
11221 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
11222 (Fset_frame_position, x_set_frame_parameters)
11223 (x_set_line_spacing, x_set_border_width)
11224 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
11225 Check that fixnums are in proper range for system types.
11226 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
11227 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11228 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
11229 Use SAFE_ALLOCA_LISP, not alloca.
11230 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
11231 intptr_t is wide enough.
11232 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
11233 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
11234 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
11235 Check for fixnum out of range.
11236 * ftfont.c (ftfont_list): Don't assume index fits in int.
11237 Check that fixnums are in proper range for system types.
11238 (ftfont_shape_by_flt):
11239 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11240 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
11241 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11242 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
11243 Check that fixnums are in proper range for system types.
11244 * gnutls.h: Adjust decls to match defn changes elsewhere.
11245 * gtkutil.c (xg_dialog_run):
11246 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11247 (update_frame_tool_bar):
11248 Check that fixnums are in proper range for system types.
11249 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
11250 (lookup_image): Check that fixnums are in range for system types.
11251 * indent.c (last_known_column, last_known_column_point):
11252 (current_column_bol_cache):
11253 (skip_invisible, current_column, check_display_width):
11254 (check_display_width, scan_for_column, current_column_1)
11255 (Findent_to, Fcurrent_indentation, position_indentation)
11256 (indented_beyond_p, Fmove_to_column, compute_motion):
11257 (Fcompute_motion, Fvertical_motion):
11258 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11259 (last_known_column_modified): Use EMACS_INT, not int.
11260 (check_display_width):
11261 (Fcompute_motion):
11262 Check that fixnums and floats are in proper range for system types.
11263 (compute_motion): Don't assume index or fixnum fits in int.
11264 (compute_motion, Fcompute_motion):
11265 Use int, not EMACS_INT, when it is wide enough.
11266 (vmotion): Omit local var start_hpos that is always 0; that way
11267 we don't need to worry about overflow in expressions involving it.
11268 * indent.h: Adjust decls to match defn changes elsewhere.
11269 (struct position):
11270 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11271 Use int, not EMACS_INT, where int is wide enough.
11272 Remove unused members ovstring_chars_done and tab_offset;
11273 all uses removed.
11274 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
11275 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
11276 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
11277 (make_gap, copy_text, insert, insert_and_inherit)
11278 (insert_before_markers, insert_before_markers_and_inherit)
11279 (insert_1, count_combining_before, count_combining_after)
11280 (insert_1_both, insert_from_string)
11281 (insert_from_string_before_markers, insert_from_string_1)
11282 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
11283 (adjust_after_replace, adjust_after_insert, replace_range)
11284 (replace_range_2, del_range, del_range_1, del_range_byte)
11285 (del_range_both, del_range_2, modify_region)
11286 (prepare_to_modify_buffer, signal_before_change)
11287 (signal_after_change, Fcombine_after_change_execute):
11288 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11289 * intervals.c (traverse_intervals, rotate_right, rotate_left)
11290 (balance_an_interval, split_interval_right, split_interval_left)
11291 (find_interval, next_interval, update_interval)
11292 (adjust_intervals_for_insertion, delete_node, delete_interval)
11293 (interval_deletion_adjustment, adjust_intervals_for_deletion)
11294 (static_offset_intervals, offset_intervals)
11295 (merge_interval_right, merge_interval_left, make_new_interval)
11296 (graft_intervals_into_buffer, temp_set_point_both)
11297 (temp_set_point, set_point, adjust_for_invis_intang)
11298 (set_point_both, move_if_not_intangible, get_property_and_range)
11299 (get_local_map, copy_intervals, copy_intervals_to_string)
11300 (compare_string_intervals, set_intervals_multibyte_1):
11301 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11302 * intervals.h: Adjust decls to match defn changes elsewhere.
11303 (struct interval):
11304 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11305 * keyboard.c (this_command_key_count, this_single_command_key_start)
11306 (before_command_key_count, before_command_echo_length, echo_now)
11307 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
11308 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
11309 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
11310 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
11311 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11312 (last_non_minibuf_size, last_point_position, echo_truncate)
11313 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
11314 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
11315 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
11316 (stuff_buffered_input):
11317 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11318 (last_auto_save, command_loop_1, read_char):
11319 Use EMACS_INT, not int, to avoid integer overflow.
11320 (record_char): Avoid overflow in total_keys computation.
11321 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
11322 * keyboard.h: Adjust decls to match defn changes elsewhere.
11323 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
11324 (Fkey_description, Fdescribe_vector, Flookup_key):
11325 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11326 (click_position): New function, to check that positions are in range.
11327 (Fcurrent_active_maps):
11328 (describe_command):
11329 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11330 (Faccessible_keymaps, Fkey_description):
11331 (preferred_sequence_p):
11332 Don't assume fixnum can fit into int.
11333 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
11334 Check for integer overflow in size calculations.
11335 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
11336 avoid mishandling large integers.
11337 * lisp.h: Adjust decls to match defn changes elsewhere.
11338 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
11339 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
11340 (struct Lisp_Marker):
11341 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11342 (clip_to_bounds): Now an inline function, moved here from editfns.c.
11343 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
11344 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
11345 All callers changed.
11346 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
11347 Assume the arg has valid form, since it always does.
11348 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
11349 unsigned integer system type.
11350 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
11351 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
11352 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11353 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
11354 (duration_to_sec_usec): New decl.
11355 * lread.c (read_from_string_index, read_from_string_index_byte)
11356 (read_from_string_limit, readchar, unreadchar, openp)
11357 (read_internal_start, read1, oblookup):
11358 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11359 (Fload, readevalloop, Feval_buffer, Feval_region):
11360 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11361 (openp): Check for out-of-range argument to 'access'.
11362 (read1): Use int, not EMACS_INT, where int is wide enough.
11363 Don't assume fixnum fits into int.
11364 Fix off-by-one error that can read outside a buffer.
11365 (read_filtered_event): Use duration_to_sec_usec
11366 to do proper overflow checking on durations.
11367 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
11368 in size calculation.
11369 (Fexecute_kbd_macro):
11370 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11371 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
11372 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
11373 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
11374 (set_marker_both, set_marker_restricted_both, marker_position)
11375 (marker_byte_position, Fbuffer_has_markers_at):
11376 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11377 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
11378 * menu.c (ensure_menu_items): Rename from grow_menu_items.
11379 It now merely ensures that the menu is large enough, without
11380 necessarily growing it, as this avoids some integer overflow issues.
11381 All callers changed.
11382 (keymap_panes, parse_single_submenu, Fx_popup_menu):
11383 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11384 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
11385 Use SAFE_ALLOCA_LISP, not alloca.
11386 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
11387 to EMACS_INT. Check that fixnums are in proper range for system types.
11388 * minibuf.c (minibuf_prompt_width, string_to_object)
11389 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
11390 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
11391 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11392 (get_minibuffer, read_minibuf_unwind):
11393 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11394 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
11395 this simplifies overflow checking. All callers changed.
11396 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
11397 (Ftest_completion):
11398 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11399 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
11400 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
11401 Check that fixnums are in proper range for system types.
11402 (Fx_create_frame, Fx_show_tip):
11403 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11404 * nsfont.m (ns_findfonts, nsfont_list_family):
11405 Don't assume fixnum fits in long.
11406 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
11407 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11408 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
11409 wide enough.
11410 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
11411 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11412 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
11413 (PRINTDECLARE, PRINTPREPARE):
11414 (strout, print_string):
11415 (print, print_preprocess, print_check_string_charset_prop)
11416 (print_object):
11417 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11418 (PRINTDECLARE):
11419 (temp_output_buffer_setup, Fprin1_to_string, print_object):
11420 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11421 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
11422 (printchar, strout): Use xpalloc to catch size calculation overflow.
11423 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
11424 (print_error_message): Use SAFE_ALLOCA, not alloca.
11425 (print_object): Use int, not EMACS_INT, where int is wide enough.
11426 (print_depth, new_backquote_output, print_number_index):
11427 Use ptrdiff_t, not int, where int might not be wide enough.
11428 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
11429 (Fset_process_window_size, Fformat_network_address)
11430 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
11431 (sigchld_handler):
11432 Check that fixnums are in proper range for system types.
11433 (Fsignal_process): Simplify by avoiding a goto.
11434 Check for process-ids out of pid_t range rather than relying on
11435 undefined behavior.
11436 (process_tick, update_tick): Use EMACS_INT, not int.
11437 (Fformat_network_address, read_process_output, send_process)
11438 (Fprocess_send_region, status_notify):
11439 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11440 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
11441 (wait_reading_process_output, read_process_output, exec_sentinel):
11442 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11443 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
11444 (Faccept_process_output): Use duration_to_sec_usec to do proper
11445 overflow checking on durations.
11446 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
11447 Don't assume pid_t fits in int.
11448 * process.h (struct Lisp_Process): Members tick and update_tick
11449 are now of type EMACS_INT, not int.
11450 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
11451 configured --with-wide-int.
11452 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
11453 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
11454 * search.c (looking_at_1, string_match_1):
11455 (fast_string_match, fast_c_string_match_ignore_case)
11456 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
11457 (scan_newline, find_before_next_newline, search_command)
11458 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
11459 (set_search_regs, wordify):
11460 (Freplace_match):
11461 (Fmatch_data):
11462 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11463 (string_match_1, search_buffer, set_search_regs):
11464 (Fmatch_data):
11465 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11466 (wordify): Check for overflow in size calculation.
11467 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
11468 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
11469 Check that fixnums are in proper range for system types.
11470 * sound.c (struct sound_device)
11471 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
11472 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11473 (Fplay_sound_internal):
11474 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11475 * syntax.c (struct lisp_parse_state, find_start_modiff)
11476 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
11477 (Fparse_partial_sexp):
11478 Don't assume fixnums can fit in int.
11479 (struct lisp_parse_state, find_start_pos, find_start_value)
11480 (find_start_value_byte, find_start_begv)
11481 (update_syntax_table, char_quoted, dec_bytepos)
11482 (find_defun_start, prev_char_comend_first, back_comment):
11483 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
11484 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
11485 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11486 (Finternal_describe_syntax_value): Check that match_lisp is a
11487 character, not an integer, since the code stuffs it into int.
11488 (scan_words, scan_sexps_forward):
11489 Check that fixnums are in proper range for system types.
11490 (Fforward_word):
11491 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11492 (scan_sexps_forward):
11493 Use CHARACTERP, not INTEGERP, since the value must fit into int.
11494 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
11495 * syntax.h: Adjust decls to match defn changes elsewhere.
11496 (struct gl_state_s):
11497 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11498 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
11499 MOST_POSITIVE_FIXNUM.
11500 * sysdep.c (wait_for_termination_1, wait_for_termination)
11501 (interruptible_wait_for_termination, mkdir):
11502 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
11503 (emacs_read, emacs_write):
11504 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11505 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
11506 and double all fit in int.
11507 * term.c (set_tty_color_mode):
11508 Check that fixnums are in proper range for system types.
11509 * termhooks.h (struct input_event):
11510 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11511 * textprop.c (validate_interval_range, interval_of)
11512 (Fadd_text_properties, set_text_properties_1)
11513 (Fremove_text_properties, Fremove_list_of_text_properties)
11514 (Ftext_property_any, Ftext_property_not_all)
11515 (copy_text_properties, text_property_list, extend_property_ranges)
11516 (verify_interval_modification):
11517 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11518 (Fnext_single_char_property_change)
11519 (Fprevious_single_char_property_change):
11520 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11521 (copy_text_properties):
11522 Check for integer overflow in index calculation.
11523 * undo.c (last_boundary_position, record_point, record_insert)
11524 (record_delete, record_marker_adjustment, record_change)
11525 (record_property_change):
11526 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11527 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
11528 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11529 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
11530 (Fx_hide_tip, Fx_file_dialog):
11531 * w32menu.c (set_frame_menubar):
11532 Use ptrdiff_t, not int, for consistency with rest of code.
11533 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
11534 (select_window, Fdelete_other_windows_internal)
11535 (window_scroll_pixel_based, window_scroll_line_based)
11536 (Frecenter, Fset_window_configuration):
11537 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11538 (Fset_window_hscroll, run_window_configuration_change_hook)
11539 (set_window_buffer, temp_output_buffer_show, scroll_command)
11540 (Fscroll_other_window, Frecenter):
11541 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11542 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
11543 Don't assume fixnum fits in int.
11544 (Fset_window_scroll_bars):
11545 Check that fixnums are in proper range for system types.
11546 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
11547 (string_pos, c_string_pos, number_of_chars, init_iterator)
11548 (in_ellipses_for_invisible_text_p, init_from_display_pos)
11549 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
11550 (compute_display_string_end, handle_face_prop)
11551 (face_before_or_after_it_pos, handle_invisible_prop)
11552 (handle_display_prop, handle_display_spec, handle_single_display_spec)
11553 (display_prop_intangible_p, string_buffer_position_lim)
11554 (string_buffer_position, handle_composition_prop, load_overlay_strings)
11555 (get_overlay_strings_1, get_overlay_strings)
11556 (iterate_out_of_display_property, forward_to_next_line_start)
11557 (back_to_previous_visible_line_start, reseat, reseat_to_string)
11558 (get_next_display_element, set_iterator_to_next)
11559 (get_visually_first_element, compute_stop_pos_backwards)
11560 (handle_stop_backwards, next_element_from_buffer)
11561 (move_it_in_display_line_to, move_it_in_display_line)
11562 (move_it_to, move_it_vertically_backward, move_it_by_lines)
11563 (add_to_log, message_dolog, message_log_check_duplicate)
11564 (message2, message2_nolog, message3, message3_nolog
11565 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
11566 (current_message_1, truncate_echo_area, truncate_message_1)
11567 (set_message, set_message_1, store_mode_line_noprop)
11568 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
11569 (text_outside_line_unchanged_p, check_point_in_composition)
11570 (reconsider_clip_changes)
11571 (redisplay_internal, set_cursor_from_row, try_scrolling)
11572 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
11573 (redisplay_window, find_last_unchanged_at_beg_row)
11574 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
11575 (trailing_whitespace_p, find_row_edges, display_line)
11576 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
11577 (display_mode_element, store_mode_line_string)
11578 (pint2str, pint2hrstr, decode_mode_spec)
11579 (display_count_lines, display_string, draw_glyphs)
11580 (x_produce_glyphs, x_insert_glyphs)
11581 (rows_from_pos_range, mouse_face_from_buffer_pos)
11582 (fast_find_string_pos, mouse_face_from_string_pos)
11583 (note_mode_line_or_margin_highlight, note_mouse_highlight):
11584 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11585 (safe_call, init_from_display_pos, handle_fontified_prop)
11586 (handle_single_display_spec, load_overlay_strings)
11587 (with_echo_area_buffer, setup_echo_area_for_printing)
11588 (display_echo_area, echo_area_display)
11589 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
11590 (update_tool_bar, hscroll_window_tree, redisplay_internal)
11591 (redisplay_window, dump_glyph_row, display_mode_line)
11592 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
11593 (handle_display_spec, display_prop_string_p):
11594 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11595 (handle_single_display_spec, build_desired_tool_bar_string)
11596 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
11597 (get_specified_cursor_type):
11598 Check that fixnums are in proper range for system types.
11599 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
11600 (Flookup_image_map):
11601 Don't assume fixnums fit in int.
11602 (compare_overlay_entries):
11603 Avoid mishandling comparisons due to subtraction overflow.
11604 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
11605 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
11606 (handle_tool_bar_click):
11607 Use int, not unsigned, since we prefer signed and the signedness
11608 doesn't matter here.
11609 (get_next_display_element, next_element_from_display_vector):
11610 Use int, not EMACS_INT, when int is wide enough.
11611 (start_hourglass): Use duration_to_sec_usec to do proper
11612 overflow checking on durations.
11613 * xfaces.c (Fbitmap_spec_p):
11614 Check that fixnums are in proper range for system types.
11615 (compare_fonts_by_sort_order):
11616 Avoid mishandling comparisons due to subtraction overflow.
11617 (Fx_family_fonts, realize_basic_faces):
11618 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11619 (Fx_family_fonts):
11620 Don't assume fixnum fits in int.
11621 Use SAFE_ALLOCA_LISP, not alloca.
11622 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
11623 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
11624 (face_at_buffer_position, face_for_overlay_string)
11625 (face_at_string_position):
11626 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11627 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
11628 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
11629 (Fx_show_tip):
11630 Check that fixnums are in proper range for system types.
11631 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
11632 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
11633 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11634 (Fx_change_window_property): Don't assume fixnums fit in int.
11635 * xfont.c (xfont_chars_supported):
11636 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11637 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
11638 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
11639 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11640 * xml.c (parse_region):
11641 * xrdb.c (magic_file_p):
11642 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11643 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
11644 (x_get_local_selection, x_reply_selection_request)
11645 (x_handle_selection_request, wait_for_property_change):
11646 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11647 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
11648 short is wide enough.
11649 (x_send_client_event): Don't assume fixnum fits in int.
11650 * xterm.c (x_x_to_emacs_modifiers):
11651 Don't assume EMACS_INT overflows nicely into int.
11652 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
11653 may come from Lisp.
11654 (handle_one_xevent): NATNUMP can eval its arg twice.
11655 (x_connection_closed):
11656 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11657 * xterm.h: Adjust decls to match defn changes elsewhere.
11658 (struct scroll_bar): Use struct vectorlike_header
11659 rather than rolling our own approximation.
11660 (SCROLL_BAR_VEC_SIZE): Remove; not used.
11661
11662 2012-05-25 Glenn Morris <rgm@gnu.org>
11663
11664 * lisp.mk (lisp): Update for more files being compiled now.
11665
11666 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * lread.c: Remove `read_pure' which makes no difference.
11669 (read_pure): Remove var.
11670 (unreadpure): Remove function.
11671 (readevalloop): Don't call read_list with -1 flag.
11672 (read1, read_vector): Don't test read_pure any more.
11673 (read_list): Simplify.
11674
11675 * fileio.c, character.h: Minor style tweaks.
11676
11677 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
11678
11679 * window.h (clip_changed): Remove useless declaration.
11680
11681 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
11682
11683 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
11684 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
11685
11686 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
11687
11688 Remove src/m/*.
11689 This directory predates autoconf and is no longer needed nowadays.
11690 Move its few remaining bits of functionality to where they're needed.
11691 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
11692 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
11693 * m/template.h: Remove.
11694 * Makefile.in (M_FILE): Remove. All uses removed.
11695 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
11696 * lisp.h (USE_LSB_TAG):
11697 * mem-limits.h (EXCEEDS_LISP_PTR):
11698 Use VAL_MAX, not VALBITS, in #if.
11699 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
11700 (EMACS_UINT): Define unconditionally now.
11701 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
11702 (BITS_PER_EMACS_INT): New constants, replacing
11703 what used to be in config.h, but not useful in #if.
11704 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
11705 define them any more.
11706 (VAL_MAX): New macro.
11707 (VALMASK): Use it.
11708 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
11709 BITS_PER_EMACS_INT, in #if.
11710 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
11711 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
11712 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
11713 * s/ms-w32.h (DATA_START):
11714 Move here from removed file m/intel386.h.
11715 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
11716 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
11717
11718 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
11719
11720 Assume C89 or later.
11721 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
11722 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
11723 (xrealloc):
11724 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
11725 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
11726 * textprop.c, tparam.c (NULL): Remove.
11727 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
11728 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
11729 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
11730 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
11731 * xterm.c (input_signal_count): Assume volatile works.
11732
11733 2012-05-21 Ken Brown <kbrown@cornell.edu>
11734
11735 * xgselect.c (xg_select): Fix first argument in call to 'select'
11736 (bug#11508).
11737
11738 2012-05-20 Ken Brown <kbrown@cornell.edu>
11739
11740 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
11741 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
11742
11743 2012-05-19 Ken Brown <kbrown@cornell.edu>
11744
11745 * xfns.c (x_in_use): Remove `static' qualifier.
11746 * xterm.h (x_in_use): Declare.
11747 * xgselect.c: Include xterm.h.
11748 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
11749 and `display_arg' (bug#9754).
11750
11751 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
11752
11753 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
11754
11755 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
11756 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
11757
11758 2012-05-18 Eli Zaretskii <eliz@gnu.org>
11759
11760 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
11761
11762 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
11763 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
11764
11765 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
11766 reference to image_cache->refcount.
11767 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
11768
11769 2012-05-17 Juri Linkov <juri@jurta.org>
11770
11771 * search.c (Fword_search_regexp, Fword_search_backward)
11772 (Fword_search_forward, Fword_search_backward_lax)
11773 (Fword_search_forward_lax): Move functions to isearch.el
11774 (bug#10145, bug#11381).
11775
11776 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
11777
11778 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
11779
11780 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * lread.c (init_obarray): Declare Qt and Qnil as special.
11783
11784 2012-05-14 Glenn Morris <rgm@gnu.org>
11785
11786 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
11787 Put "libexec" before "bin", for the sake of init_callproc_1.
11788
11789 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
11790
11791 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
11792
11793 * unexaix.c: Port to more-recent AIX compilers.
11794 (report_error, report_error_1, make_hdr, copy_sym)
11795 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
11796 Make arguments const char *, not char *, to avoid violations of C
11797 standard and to fix some AIX warnings reported by Gilles Pion.
11798
11799 2012-05-14 Eli Zaretskii <eliz@gnu.org>
11800
11801 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
11802 already have overlays loaded.
11803 (handle_single_display_spec): Before returning without displaying
11804 fringe bitmap, synchronize the bidi iterator with the main display
11805 iterator, by calling iterate_out_of_display_property.
11806 (iterate_out_of_display_property): Detect buffer iteration by
11807 testing that it->string is a Lisp string.
11808 (get_next_display_element): When the current object is exhausted,
11809 and there's something on it->stack, call set_iterator_to_next to
11810 proceed with what's on the stack, instead of returning zero.
11811 (set_iterator_to_next): If called at the end of a Lisp string,
11812 proceed to consider_string_end without incrementing string
11813 position. Don't increment display vector index past the end of
11814 the display vector. (Bug#11417)
11815 (pos_visible_p): Don't report a position visible when move_it_to
11816 stopped at the last line of window, which happens to be scanned
11817 backwards by the bidi iteration. (Bug#11464)
11818
11819 2012-05-14 Eli Zaretskii <eliz@gnu.org>
11820
11821 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
11822 and right-margin display specs even if the spec is invalid or we
11823 are on a TTY, and thus unable to display on the fringes.
11824 That's because the text with the property will not be displayed anyway,
11825 so we need to signal to the caller that this is a "replacing"
11826 display spec. This fixes display when the spec is invalid or we
11827 are on a TTY.
11828
11829 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
11830
11831 * unexaix.c (make_hdr): Fix typo in prototype.
11832 This bug broke the build on AIX. Problem reported by Gilles Pion.
11833
11834 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
11835
11836 * keyboard.c (kbd_buffer_get_event): Read special events also in
11837 batch mode. (Bug#11415)
11838
11839 2012-05-12 Glenn Morris <rgm@gnu.org>
11840
11841 * ns.mk: Update for ns_appbindir no longer having trailing "/".
11842
11843 2012-05-12 Eli Zaretskii <eliz@gnu.org>
11844
11845 * lisp.mk (lisp): Add newcomment.elc.
11846
11847 2012-05-12 Glenn Morris <rgm@gnu.org>
11848
11849 * Makefile.in (MKDIR_P): New, set by configure.
11850 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
11851
11852 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
11853
11854 Remove unused function hourglass_started.
11855 * dispextern.h (hourglass_started):
11856 * w32fns.c (hourglass_started):
11857 * xdisp.c (hourglass_started): Remove.
11858
11859 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
11860
11861 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
11862 Update dependencies.
11863
11864 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
11865
11866 * xgselect.c (xg_select): Put maxfds+1 into a var.
11867 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
11868
11869 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
11870
11871 2012-05-10 Dave Abrahams <dave@boostpro.com>
11872
11873 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
11874 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
11875
11876 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
11877
11878 * dbusbind.c (xd_registered_buses): New internal Lisp object.
11879 Rename all occurrences of Vdbus_registered_buses to xd_registered_buses.
11880 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
11881 Initialize xd_registered_buses.
11882
11883 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
11884
11885 Untag more efficiently if USE_LSB_TAG.
11886 This is based on a proposal by YAMAMOTO Mitsuharu in
11887 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
11888 For an admittedly artificial (nth 8000 longlist) benchmark on
11889 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
11890 Emacs's overall text size by 1%.
11891 * lisp.h (XUNTAG): New macro.
11892 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
11893 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
11894 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
11895 * eval.c (Fautoload):
11896 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
11897 * frame.h (XFRAME): Use XUNTAG.
11898
11899 Port recent dbusbind.c changes to 32-bit --with-wide-int.
11900 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
11901 Remove unportable assumptions about print widths of types like
11902 dbus_uint32_t.
11903 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
11904 intptr_t when converting between pointer and integer, to avoid GCC
11905 warnings about wrong width.
11906
11907 2012-05-09 Eli Zaretskii <eliz@gnu.org>
11908
11909 * w32proc.c (new_child): Force Windows to reserve only 64KB of
11910 stack for each reader_thread, instead of defaulting to 8MB
11911 determined by the linker. This avoids failures in creating
11912 subprocesses on Windows 7, see the discussion in this thread:
11913 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
11914
11915 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
11916
11917 Fix up display of the *Minibuf-0* buffer in the mini window.
11918 * keyboard.c (read_char): Don't clear the echo area if there's no
11919 message to clear.
11920 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
11921 contents of *Minibuf-0*) if there's no message displayed in its stead.
11922
11923 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
11924
11925 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
11926 batch mode.
11927
11928 2012-05-06 Chong Yidong <cyd@gnu.org>
11929
11930 * lisp.mk (lisp): Update.
11931
11932 2012-05-05 Jim Meyering <meyering@redhat.com>
11933
11934 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
11935
11936 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * data.c (PUT_ERROR): New macro.
11939 (syms_of_data): Use it. Add new error type `user-error'.
11940 * undo.c (user_error): New function.
11941 (Fprimitive_undo): Use it.
11942 * print.c (print_error_message): Adjust print style for `user-error'.
11943 * keyboard.c (user_error): New function.
11944 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
11945
11946 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
11947
11948 Do not limit current-time-string to years 1000..9999.
11949 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
11950 (Fcurrent_time_string): Support any year that is supported by the
11951 underlying localtime representation. Don't use asctime, as it
11952 has undefined behavior for years outside the range -999..9999.
11953
11954 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
11955
11956 Fix race conditions involving setenv, gmtime, localtime, asctime.
11957 Without this fix, interrupts could mess up code that uses these
11958 nonreentrant functions, since setting TZ invalidates existing
11959 tm_zone or tzname values, and since most of these functions return
11960 pointers to static storage.
11961 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
11962 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
11963 Grow the critical sections to include not just invoking
11964 localtime/gmtime, but also accessing these functions' results
11965 including their tm_zone values if any, and any related TZ setting.
11966 (format_time_string): Last arg is now struct tm *, not struct tm **,
11967 so that the struct tm is saved in the critical section.
11968 All callers changed. Simplify allocation of initial buffer, partly
11969 motivated by the fact that memory allocation needs to be outside
11970 the critical section.
11971
11972 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
11973
11974 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
11975 with RESET_INTERVAL.
11976
11977 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
11978 Remove duplicated buffer name initialization.
11979
11980 2012-05-02 Jim Meyering <jim@meyering.net>
11981
11982 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
11983
11984 * xfns.c (x_window): Use xstrdup (Bug#11375).
11985
11986 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11987
11988 * xdisp.c (pos_visible_p): If already at a newline from the
11989 display string before the 'while' loop, don't walk back the glyphs
11990 from it3.glyph_row. Solves assertion violation when the display
11991 string begins with a newline (egg.el). (Bug#11367)
11992
11993 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11994
11995 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
11996 Move to simple.el.
11997
11998 2012-05-01 Glenn Morris <rgm@gnu.org>
11999
12000 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
12001 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
12002 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
12003 All were removed before 23.1.
12004
12005 * dispnew.c: Remove HAVE_LIBNCURSES test;
12006 it is always true on relevant platforms.
12007
12008 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
12009 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
12010
12011 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
12012
12013 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
12014
12015 * .gdbinit (xpr): Remove checks for no longer existing misc types.
12016 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
12017 Remove.
12018
12019 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
12020
12021 Do not avoid creating empty evaporating overlays (Bug#9642).
12022 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
12023 That is, do not delete an evaporating overlay if it becomes
12024 empty after its bounds are adjusted to fit within its buffer.
12025 This fix caused other problems, and I'm reverting it until we get
12026 to the bottom of them.
12027
12028 2012-04-27 Chong Yidong <cyd@gnu.org>
12029
12030 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
12031
12032 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12033
12034 * xdisp.c (pos_visible_p): If the window start position is beyond
12035 ZV, start the display from buffer beginning. Prevents assertion
12036 violation in init_iterator when the minibuffer window is scrolled
12037 via the scroll bar.
12038
12039 * window.c (window_scroll_pixel_based): Likewise.
12040
12041 2012-04-27 Chong Yidong <cyd@gnu.org>
12042
12043 * keymap.c (where_is_internal): Doc fix (Bug#10872).
12044
12045 2012-04-27 Glenn Morris <rgm@gnu.org>
12046
12047 * fileio.c (Fcopy_file, Fset_file_selinux_context):
12048 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
12049
12050 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12051
12052 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
12053 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
12054
12055 2012-04-26 Eli Zaretskii <eliz@gnu.org>
12056
12057 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
12058 display element, check also the underlying string or buffer
12059 character. (Bug#11341)
12060
12061 * w32menu.c: Include w32heap.h.
12062 (add_menu_item): If the call to AppendMenuW (via
12063 unicode_append_menu) fails, disable Unicode menus only if we are
12064 running on Windows 9X/Me.
12065
12066 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
12067
12068 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
12069 (xgetint): Add missing shift for LSB tags.
12070
12071 2012-04-24 Martin Rudalics <rudalics@gmx.at>
12072
12073 * keyboard.c (read_char): Don't wipe echo area for select window
12074 events: These might get delayed via `mouse-autoselect-window'
12075 (Bug#11304).
12076
12077 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
12078
12079 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
12080 manipulation of :loaded-from data.
12081
12082 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
12083
12084 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
12085 now a cons (bug#11311).
12086
12087 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
12088
12089 Do not create empty overlays with the evaporate property (Bug#9642).
12090 * buffer.c (Fmove_overlay): Delete an evaporating overlay
12091 if it becomes empty after its bounds are adjusted to fit within
12092 its buffer. Without this fix, in a nonempty buffer (let ((o
12093 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
12094 yields an empty overlay that has the evaporate property, which is
12095 not supposed to happen.
12096
12097 Fix minor GTK3 problems found by static checking.
12098 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
12099 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
12100 (struct _EmacsFixedClass, emacs_fixed_get_type):
12101 Move decls here from emacsgtkfixed.h, since they needn't be public.
12102 (emacs_fixed_get_type): Now static.
12103 (emacs_fixed_class_init): Omit unused local.
12104 (emacs_fixed_child_type): Remove; unused.
12105 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
12106 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
12107 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
12108 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
12109 (EMACS_FIXED_GET_CLASS): Remove; unused.
12110 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
12111
12112 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
12113 Problem reported by Juanma Barranquero for Windows -Wunused-function.
12114
12115 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
12116
12117 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
12118 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
12119 (__malloc_size_t, __malloc_ptrdiff_t):
12120 Remove. All uses removed, replaced by the definiens if needed,
12121 since we can assume C89 or better now.
12122 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
12123 (protect_malloc_state, align, get_contiguous_space)
12124 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
12125 (malloc_atfork_handler_child, malloc_enable_thread)
12126 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
12127 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
12128 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
12129 (special_realloc, _realloc_internal_nolock, _realloc_internal)
12130 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
12131 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
12132 Define using prototypes, not old style.
12133 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
12134 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
12135 (align): Don't assume that signed integer overflow wraps around.
12136 Omit unused local var.
12137 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
12138 (_free_internal_nolock, memalign, mallochook, reallochook):
12139 Omit no-longer-needed casts.
12140 (valloc): Use getpagesize, not __getpagesize.
12141 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
12142 (struct hdr): The 'magic' member is now size_t, not unsigned long.
12143
12144 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
12145
12146 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
12147
12148 Move functions from C to Lisp. Make non-blocking method calls
12149 the default. Implement further D-Bus standard interfaces.
12150
12151 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
12152 (QCdbus_request_name_allow_replacement)
12153 (QCdbus_request_name_replace_existing)
12154 (QCdbus_request_name_do_not_queue)
12155 (QCdbus_request_name_reply_primary_owner)
12156 (QCdbus_request_name_reply_in_queue)
12157 (QCdbus_request_name_reply_exists)
12158 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
12159 (QCdbus_registered_serial, QCdbus_registered_method)
12160 (QCdbus_registered_signal): New Lisp objects.
12161 (XD_DEBUG_MESSAGE): Use sizeof.
12162 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
12163 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
12164 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
12165 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
12166 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
12167 (xd_signature, xd_append_arg): Allow float for integer types.
12168 (xd_get_connection_references): New function.
12169 (xd_get_connection_address): Rename from xd_initialize.
12170 Return cached address.
12171 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
12172 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
12173 level.
12174 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
12175 Return number of refcounts.
12176 (Fdbus_get_unique_name): Make stronger parameter check.
12177 (Fdbus_message_internal): New defun.
12178 (Fdbus_call_method, Fdbus_call_method_asynchronously)
12179 (Fdbus_method_return_internal, Fdbus_method_error_internal)
12180 (Fdbus_send_signal, Fdbus_register_service)
12181 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
12182 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
12183 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
12184 (Vdbus_compiled_version, Vdbus_runtime_version)
12185 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
12186 (Vdbus_message_type_method_return, Vdbus_message_type_error)
12187 (Vdbus_message_type_signal): New defvars.
12188 (Vdbus_registered_buses, Vdbus_registered_objects_table):
12189 Adapt docstring.
12190
12191 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
12192
12193 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
12194 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
12195 Do not assume ptrdiff_t is the same width as 'int'.
12196
12197 * alloc.c: Handle unusual debugging option combinations.
12198 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
12199 since the two debugging options are incompatible.
12200 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
12201 is defined.
12202 (mem_init, mem_insert, mem_insert_fixup):
12203 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
12204 (NEED_MEM_INSERT): Remove; no longer needed.
12205
12206 2012-04-22 Leo Liu <sdl.web@gmail.com>
12207
12208 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
12209
12210 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
12211
12212 * sysdep.c [__FreeBSD__]: Minor cleanups.
12213 (list_system_processes, system_process_attributes) [__FreeBSD__]:
12214 Use Emacs indenting style more consistently. Avoid some casts.
12215 Use 'double' consistently rather than mixing 'float' and 'double'.
12216
12217 2012-04-21 Eduard Wiebe <usenet@pusto.de>
12218
12219 * sysdep.c (list_system_processes, system_process_attributes):
12220 Add implementation for FreeBSD (Bug#5243).
12221
12222 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
12223
12224 * lisp.mk (lisp): Update.
12225
12226 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
12227
12228 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
12229 It is never used otherwise.
12230
12231 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * print.c (print_preprocess): Only check print_depth if print-circle
12234 is nil.
12235 (print_object): Check for cycles even when print-circle is nil and
12236 print-gensym is t, but only check print_depth if print-circle is nil.
12237
12238 2012-04-20 Chong Yidong <cyd@gnu.org>
12239
12240 * process.c (wait_reading_process_output): If EIO occurs on a pty,
12241 set the status to "failed" and ensure that sentinel is run.
12242
12243 2012-04-20 Glenn Morris <rgm@gnu.org>
12244
12245 * process.c (Fset_process_inherit_coding_system_flag)
12246 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
12247 (Fmake_network_process, Fmake_serial_process): Doc fix.
12248
12249 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12250
12251 * xdisp.c (string_buffer_position_lim): Limit starting position to
12252 BEGV.
12253 (set_cursor_from_row): If called for a mode-line or header-line
12254 row, return zero immediately.
12255 (try_cursor_movement): If inside continuation line, don't back up
12256 farther than the first row after the header line, if any.
12257 Don't consider the header-line row as "partially visible", even if
12258 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
12259
12260 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
12261
12262 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
12263 (bug#11238).
12264
12265 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
12266 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
12267
12268 configure: new option --enable-gcc-warnings (Bug#11207)
12269 * Makefile.in (C_WARNINGS_SWITCH): Remove.
12270 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
12271 (ALL_CFLAGS): Use new macros rather than old.
12272 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
12273 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
12274 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
12275 -Wunused-result, -Wunused-variable. This should go away once
12276 the Emacs and Gnulib regex code is merged.
12277 (xmalloc, xrealloc): Now static.
12278
12279 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
12280
12281 * dired.c (Fsystem_groups): Remove unused local.
12282
12283 2012-04-17 Glenn Morris <rgm@gnu.org>
12284
12285 * dired.c (Fsystem_users): Doc fix.
12286
12287 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12288
12289 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
12290 (syms_of_dired): Add them.
12291
12292 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
12293
12294 Fix minor alloc.c problems found by static checking.
12295 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
12296 New extern decls, to avoid calling undeclared functions.
12297 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
12298 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
12299 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
12300 (NEED_MEM_INSERT): New macro.
12301 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
12302 Remove one incorrect comment and fix another.
12303
12304 Fix minor ralloc.c problems found by static checking.
12305 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
12306 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
12307 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
12308 (r_alloc_sbrk): Now static.
12309
12310 Improve ralloc.c interface checking.
12311 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
12312 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
12313 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
12314 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
12315 [REL_ALLOC]: ... to here, to check interface.
12316 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
12317 Remove decls. This fixes an "It stinks!".
12318
12319 * alloc.c (which_symbols): Fix alignment issue / type clash.
12320
12321 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
12322
12323 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
12324 (struct Lisp_Misc_Any): Likewise.
12325 (struct Lisp_Free): Likewise.
12326 * alloc.c (union aligned_Lisp_Symbol): Define.
12327 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
12328 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
12329 (union aligned_Lisp_Misc): Define.
12330 (MARKER_BLOCK_SIZE, struct marker_block): Use union
12331 aligned_Lisp_Misc instead of union Lisp_Misc.
12332 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
12333
12334 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12335
12336 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
12337 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
12338 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
12339 * s/netbsd.h, s/sol2-6.h:
12340 Remove definition of GC_MARK_STACK, since the default now works.
12341 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
12342 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
12343 no longer the default.
12344 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
12345
12346 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
12347
12348 * lread.c (lisp_file_lexically_bound_p):
12349 Fix hang at ";-*-\n" (bug#11238).
12350
12351 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12352
12353 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
12354 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
12355
12356 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
12357
12358 * nsterm.m (constrainFrameRect): Always constrain when there is only
12359 one screen (Bug#10962).
12360
12361 2012-04-13 Ken Brown <kbrown@cornell.edu>
12362
12363 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
12364
12365 2012-04-13 Reuben Thomas <rrt@sc3d.org>
12366
12367 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
12368
12369 2012-04-11 Daniel Colascione <dancol@dancol.org>
12370
12371 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
12372 against is gone. It's better to use vfork now so that when Cygwin
12373 gains a new, working vfork, we use it automatically (bug#10398).
12374
12375 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12376
12377 * window.c (save_window_save): Obey window-point-insertion-type.
12378
12379 2012-04-11 Glenn Morris <rgm@gnu.org>
12380
12381 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
12382
12383 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
12386
12387 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
12388
12389 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
12390 (force_quit_count): New var.
12391 (handle_interrupt): Use it.
12392
12393 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12394
12395 * w32.c (w32_delayed_load): Record the full path of the library
12396 being loaded (bug#10424).
12397
12398 2012-04-09 Glenn Morris <rgm@gnu.org>
12399
12400 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
12401 not just in the obarray, before snarfing them. (Bug#11036)
12402
12403 * Makefile.in ($(leimdir)/leim-list.el):
12404 Pass EMACS rather than BUILT_EMACS.
12405
12406 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12407
12408 * process.c (make_process):
12409 * process.h: Add integer `gnutls_handshakes_tried' member to
12410 process struct.
12411
12412 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
12413 Add convenience `GNUTLS_LOG2i' macro.
12414
12415 * gnutls.c (gnutls_log_function2i): Convenience log function.
12416 (emacs_gnutls_read): Use new log functions,
12417 `gnutls_handshakes_tried' process member, and
12418 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
12419 attempts per process (connection).
12420
12421 2012-04-09 Chong Yidong <cyd@gnu.org>
12422
12423 * eval.c (Fuser_variable_p, user_variable_p_eh)
12424 (lisp_indirect_variable): Functions deleted.
12425 (Fdefvar): Caller changed.
12426
12427 * callint.c (Finteractive, Fcall_interactively):
12428 * minibuf.c (Fread_variable): Callers changed.
12429
12430 2012-04-09 Eli Zaretskii <eliz@gnu.org>
12431
12432 * xdisp.c (set_cursor_from_row): If the display string appears in
12433 the buffer at position that is closer to point than the position
12434 after the display string, display the cursor on the first glyph of
12435 the display string. Fixes cursor display when a 'display' text
12436 property immediately follows invisible text. (Bug#11094)
12437
12438 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
12439
12440 composite.c: use 'double' consistently
12441 * composite.c (get_composition_id): Use 'double' consistently
12442 instead of converting 'float' to 'double' and vice versa; this is
12443 easier to understand and avoids a GCC warning.
12444
12445 2012-04-09 Glenn Morris <rgm@gnu.org>
12446
12447 * Makefile.in: Generate leim-list with bootstrap-emacs, in
12448 preparation for dumping it with emacs. (Bug#4789)
12449 (leimdir): New variable.
12450 ($(leimdir)/leim-list.el): New rule.
12451 (emacs$(EXEEXT)): Depend on leim-list.el.
12452
12453 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
12454 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
12455 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
12456
12457 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
12458
12459 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
12460 proper alignment.
12461
12462 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
12463
12464 * xml.c (init_libxml2_functions) [WINDOWSNT]:
12465 Remove unused local variable.
12466
12467 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
12468
12469 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
12470 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
12471 (mark_memory): Mark Lisp_Objects only if pointers might hide in
12472 objects, as mark_maybe_pointer will catch them otherwise.
12473 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
12474 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
12475
12476 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
12477
12478 Fix typo that broke non-Windows builds.
12479 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
12480
12481 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12482
12483 Support building on MS-Windows with libxml2.
12484
12485 * makefile.w32-in (OBJ2): Add xml.$(O).
12486 (GLOBAL_SOURCES): Add xml.c.
12487 ($(BLD)/xml.$(O)): New dependency list.
12488
12489 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
12490 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
12491 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
12492 [!WINDOWSNT]: New macros.
12493 (init_libxml2_functions, libxml2_loaded_p): New functions.
12494 (parse_region): Call fn_xmlCheckVersion instead of using the macro
12495 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
12496 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
12497 Calls xmlCleanupParser only if libxml2 was loaded (or statically
12498 linked in).
12499 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
12500 Call init_libxml2_functions before calling libxml2 functions.
12501 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
12502
12503 * emacs.c: Don't include libxml/parser.h.
12504 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
12505 xmlCleanupParser directly.
12506
12507 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
12508
12509 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12510
12511 * indent.c (Fvertical_motion): If there is a display string at
12512 point, use it.vpos to compute how many lines to backtrack after
12513 move_it_to point. (Bug#11133)
12514
12515 2012-04-06 Eli Zaretskii <eliz@gnu.org>
12516
12517 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
12518 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
12519 about subtle differences between FETCH_CHAR* and STRING_CHAR*
12520 macros related to unification of CJK characters. For the details,
12521 see the discussion following the message here:
12522 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
12523
12524 2012-04-04 Chong Yidong <cyd@gnu.org>
12525
12526 * keyboard.c (Vdelayed_warnings_list): Doc fix.
12527
12528 2012-04-01 Eli Zaretskii <eliz@gnu.org>
12529
12530 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
12531 instead of alloca. (Bug#11138)
12532
12533 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
12534
12535 * w32menu.c (is_simple_dialog): Properly check lisp types.
12536 (Bug#11141)
12537
12538 2012-03-31 Eli Zaretskii <eliz@gnu.org>
12539
12540 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
12541 position we get to after a call to move_it_to fails the
12542 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
12543 only if we wind up in a string from display property. (Bug#11063)
12544
12545 * window.c (Fdelete_other_windows_internal): Invalidate the row
12546 and column information about mouse highlight, so that redisplay
12547 restores it after reallocating the glyph matrices. (Bug#7464)
12548
12549 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
12550 string comes from a `display' text property, use the buffer
12551 position of that property as if we actually saw that position in
12552 the row's glyphs.
12553 (move_it_by_lines): Remove the assertion that
12554 "it->current_x == 0 && it->hpos == 0" which can be legitimately
12555 violated when there's a before-string at the beginning of a line.
12556 (Bug#11063)
12557
12558 2012-03-30 Eli Zaretskii <eliz@gnu.org>
12559
12560 * xdisp.c (append_space_for_newline): If the default face was
12561 remapped, use the remapped face for the appended newline.
12562 (extend_face_to_end_of_line): Use the remapped default face for
12563 extending the face to the end of the line.
12564 (display_line): Call extend_face_to_end_of_line when the default
12565 face was remapped. (Bug#11068)
12566
12567 2012-03-29 Eli Zaretskii <eliz@gnu.org>
12568
12569 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
12570
12571 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
12574
12575 2012-03-27 Glenn Morris <rgm@gnu.org>
12576
12577 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
12578 Doc fixes.
12579
12580 2012-03-26 Kenichi Handa <handa@m17n.org>
12581
12582 * dispextern.h (struct glyph): Fix previous change. Change the
12583 bit length of glyphless.ch to 25 (Bug#11082).
12584
12585 2012-03-26 Chong Yidong <cyd@gnu.org>
12586
12587 * keyboard.c (Vselection_inhibit_update_commands): New variable.
12588 (command_loop_1): Use it; inhibit selection update for
12589 handle-select-window too (Bug#8996).
12590
12591 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
12592
12593 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
12594
12595 2012-03-25 Kenichi Handa <handa@m17n.org>
12596
12597 * dispextern.h (struct glyph): Change the bit length of
12598 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
12599
12600 2012-03-24 Eli Zaretskii <eliz@gnu.org>
12601
12602 * s/ms-w32.h (tzname): Include time.h before redirecting to
12603 _tzname. Fixes the MSVC build. (Bug#9960)
12604
12605 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
12606
12607 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
12608 characters.
12609
12610 * xterm.c (XTread_socket): Only modify handling_signal if
12611 !SYNC_INPUT. (Bug#11080)
12612
12613 2012-03-23 Eli Zaretskii <eliz@gnu.org>
12614
12615 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
12616 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
12617 when fetching a multibyte character consumes more bytes than
12618 CHAR_BYTES returns, due to unification of CJK characters in
12619 string_char. (Bug#11073)
12620
12621 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12622
12623 * process.c (wait_reading_process_output): Handle pty disconnect
12624 by refraining from sending oneself a SIGCHLD (bug#10933).
12625
12626 2012-03-22 Chong Yidong <cyd@gnu.org>
12627
12628 * dispextern.h (struct it): New member string_from_prefix_prop_p.
12629
12630 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
12631 Mark string as coming from a prefix property.
12632 (handle_face_prop): Use default face for prefix strings (Bug#4281).
12633 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
12634
12635 2012-03-21 Chong Yidong <cyd@gnu.org>
12636
12637 * xfaces.c (Vface_remapping_alist): Doc fix.
12638
12639 2012-03-20 Eli Zaretskii <eliz@gnu.org>
12640
12641 * w32proc.c (Fw32_set_console_codepage)
12642 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
12643 Doc fixes.
12644
12645 2012-03-20 Chong Yidong <cyd@gnu.org>
12646
12647 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
12648 to reflect default non-nil value of redisplay-dont-pause.
12649
12650 2012-03-19 Kenichi Handa <handa@m17n.org>
12651
12652 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
12653 it fit in a valid range (Bug#11003).
12654
12655 2012-03-18 Eli Zaretskii <eliz@gnu.org>
12656
12657 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
12658 that is not from display property, accept the row as a "cursor
12659 row" if one of the string's character has a non-nil `cursor'
12660 property. Fixes cursor positioning when there are newlines in
12661 overlay strings, e.g. in icomplete.el. (Bug#11035)
12662
12663 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
12664
12665 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
12666
12667 2012-03-12 Chong Yidong <cyd@gnu.org>
12668
12669 * eval.c (inhibit_lisp_code): Rename from
12670 inhibit_window_configuration_change_hook; move from window.c.
12671
12672 * xfns.c (unwind_create_frame_1, Fx_create_frame):
12673 * window.c (run_window_configuration_change_hook)
12674 (syms_of_window): Callers changed.
12675
12676 2012-03-11 Chong Yidong <cyd@gnu.org>
12677
12678 * keymap.c (Fkey_description): Doc fix (Bug#9700).
12679
12680 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
12681
12682 2012-03-10 Chong Yidong <cyd@gnu.org>
12683
12684 * frame.c (other_visible_frames): Don't assume the selected frame
12685 is visible (Bug#10955).
12686
12687 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
12690
12691 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
12692
12693 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
12694 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
12695 zero (Bug#10954).
12696
12697 2012-03-03 Glenn Morris <rgm@gnu.org>
12698
12699 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
12700
12701 2012-03-02 Eli Zaretskii <eliz@gnu.org>
12702
12703 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
12704 position past the first glyph_row that ends at ZV. (Bug#10902)
12705 (redisplay_window, next_element_from_string): Fix typos in
12706 comments.
12707 (redisplay_window): Pass to move_it_vertically the margin in
12708 pixels, not in screen lines.
12709
12710 2012-03-02 Glenn Morris <rgm@gnu.org>
12711
12712 * buffer.c (buffer-list-update-hook): Doc fix.
12713
12714 2012-02-29 Eli Zaretskii <eliz@gnu.org>
12715
12716 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
12717 push_it before setting up the iterator for the first overlay
12718 string, even if we have an empty string loaded.
12719 (next_overlay_string): If there's an empty string on the iterator
12720 stack, pop the stack. (Bug#10903)
12721
12722 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
12723
12724 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
12725 Suggested by Stefan Monnier in
12726 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
12727 * alloc.c (widen_to_Lisp_Object): New static function.
12728 (mark_memory): Also mark Lisp_Objects by fetching pointer words
12729 and widening them to Lisp_Objects. This would work even if
12730 USE_LSB_TAG is defined and wide integers are used, which might
12731 happen in a future version of Emacs.
12732
12733 2012-02-25 Chong Yidong <cyd@gnu.org>
12734
12735 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
12736 Doc fix.
12737
12738 * xselect.c (Fx_selection_exists_p): Doc fix.
12739 (x_clipboard_manager_save_all): Print an informative message
12740 before saving to clipboard manager.
12741
12742 2012-02-24 Chong Yidong <cyd@gnu.org>
12743
12744 * keyboard.c (process_special_events): Handle all X selection
12745 requests in kbd_buffer, not just the next one (Bug#8869).
12746
12747 2012-02-23 Chong Yidong <cyd@gnu.org>
12748
12749 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
12750 call when setting menu-bar-lines and tool-bar-lines parameters.
12751 (unwind_create_frame_1): New helper function.
12752
12753 * window.c (inhibit_window_configuration_change_hook): New var.
12754 (run_window_configuration_change_hook): Obey it.
12755 (syms_of_window): Initialize it.
12756
12757 2012-02-22 Chong Yidong <cyd@gnu.org>
12758
12759 * xterm.c (x_draw_image_relief): Add missing type check for
12760 Vtool_bar_button_margin (Bug#10743).
12761
12762 2012-02-21 Chong Yidong <cyd@gnu.org>
12763
12764 * fileio.c (Vfile_name_handler_alist): Doc fix.
12765
12766 * buffer.c (Fget_file_buffer): Protect against invalid file
12767 handler return value.
12768
12769 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
12770
12771 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
12772 when computing $valmask.
12773
12774 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
12775 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
12776 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
12777 It's useless in that case, and it can cause problems on hosts
12778 that allocate halves of EMACS_INT values separately.
12779 Reported by Dan Horák. Diagnosed by Andreas Schwab in
12780 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
12781 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
12782 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
12783 it avoids undefined behavior on hosts where shifting right by more
12784 than the word width has undefined behavior.
12785
12786 2012-02-19 Chong Yidong <cyd@gnu.org>
12787
12788 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
12789 (Funhandled_file_name_directory, Ffile_name_as_directory)
12790 (Fdirectory_file_name, Fexpand_file_name)
12791 (Fsubstitute_in_file_name): Protect against invalid file handler
12792 return values (Bug#10845).
12793
12794 2012-02-18 Eli Zaretskii <eliz@gnu.org>
12795
12796 * .gdbinit (pitx): Fix incorrect references to fields of the
12797 iterator stack.
12798
12799 2012-02-17 Chong Yidong <cyd@gnu.org>
12800
12801 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
12802
12803 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
12804
12805 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
12806 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
12807
12808 2012-02-15 Chong Yidong <cyd@gnu.org>
12809
12810 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
12811 marked as special. Also, starting docstrings with * is obsolete.
12812
12813 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
12814
12815 * gnutls.c (emacs_gnutls_write): Fix last change.
12816
12817 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
12818
12819 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
12820 send_process.
12821
12822 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * keymap.c (Fsingle_key_description): Handle char ranges.
12825
12826 2012-02-12 Chong Yidong <cyd@gnu.org>
12827
12828 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
12829 as that creates a dangerous corner case.
12830
12831 * window.c (Fdelete_window_internal): Invalidate the mouse
12832 highlight (Bug#9904).
12833
12834 2012-02-12 Glenn Morris <rgm@gnu.org>
12835
12836 * xselect.c (Fx_own_selection_internal)
12837 (Fx_get_selection_internal, Fx_disown_selection_internal)
12838 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
12839 * nsselect.m (Fx_own_selection_internal)
12840 (Fx_disown_selection_internal, Fx_selection_exists_p)
12841 (Fx_selection_owner_p, Fx_get_selection_internal):
12842 Sync docs and argument specs with the xselect.c versions.
12843
12844 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
12845
12846 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
12847
12848 2012-02-11 Eli Zaretskii <eliz@gnu.org>
12849
12850 * w32select.c (Fx_selection_exists_p): Sync doc string and
12851 argument list with xselect.c. (Bug#10783)
12852
12853 * w16select.c (Fx_selection_exists_p): Sync doc string and
12854 argument list with xselect.c. (Bug#10783)
12855
12856 2012-02-10 Glenn Morris <rgm@gnu.org>
12857
12858 * fns.c (Fsecure_hash): Doc fix.
12859
12860 2012-02-09 Kenichi Handa <handa@m17n.org>
12861
12862 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
12863
12864 2012-02-07 Chong Yidong <cyd@gnu.org>
12865
12866 * buffer.c (Fbuffer_local_variables)
12867 (buffer_lisp_local_variables): Handle unbound vars correctly;
12868 don't let Qunbound leak into Lisp.
12869
12870 2012-02-07 Glenn Morris <rgm@gnu.org>
12871
12872 * image.c (Fimagemagick_types): Doc fix.
12873
12874 * image.c (imagemagick-render-type): Change it from a lisp object
12875 to an integer. Move the doc here from the lisp manual.
12876 Treat all values not equal to 0 the same.
12877
12878 2012-02-06 Chong Yidong <cyd@gnu.org>
12879
12880 * doc.c (store_function_docstring): Avoid applying docstring of
12881 alias to base function (Bug#2603).
12882
12883 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
12884
12885 * .gdbinit (pp1, pv1): Remove redundant defines.
12886 (pr): Use pp.
12887
12888 2012-02-04 Chong Yidong <cyd@gnu.org>
12889
12890 * nsterm.m: Declare a global (Bug#10694).
12891
12892 2012-02-04 Eli Zaretskii <eliz@gnu.org>
12893
12894 * w32.c (get_emacs_configuration_options):
12895 Include --enable-checking, if specified, in the return value.
12896
12897 2012-02-04 Martin Rudalics <rudalics@gmx.at>
12898
12899 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
12900 after rounding frame sizes. (Bug#9723)
12901
12902 2012-02-04 Eli Zaretskii <eliz@gnu.org>
12903
12904 * keyboard.c (adjust_point_for_property): Don't position point
12905 before BEGV. (Bug#10696)
12906
12907 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
12908
12909 Handle overflow when computing char display width (Bug#9496).
12910 * character.c (char_width): Return EMACS_INT, not int.
12911 (char_width, c_string_width): Check for overflow when
12912 computing the width; this is possible now that individual
12913 characters can have unbounded width. Problem introduced
12914 by merge from Emacs 23 on 2012-01-19.
12915
12916 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
12917
12918 * dbusbind.c (Fdbus_register_method): Mention the return value
12919 :ignore in the docstring.
12920
12921 2012-02-02 Glenn Morris <rgm@gnu.org>
12922
12923 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
12924
12925 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12926 Unconditionally set to t. (Bug#10673)
12927 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12928 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
12929 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
12930
12931 2012-02-02 Kenichi Handa <handa@m17n.org>
12932
12933 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
12934 0, do not call append_composite_glyph.
12935
12936 2012-02-02 Kenichi Handa <handa@m17n.org>
12937
12938 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
12939 NULL (Bug#6988).
12940 (x_produce_glyphs): If the component of a composition is a null
12941 string, set it->pixel_width to 1 to avoid zero-width glyph.
12942
12943 2012-02-01 Eli Zaretskii <eliz@gnu.org>
12944
12945 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
12946 first 2 arguments are identical. This makes inserting large
12947 output from a subprocess an order of magnitude faster on
12948 MS-Windows, where all sbrk'ed memory is always contiguous.
12949
12950 2012-01-31 Glenn Morris <rgm@gnu.org>
12951
12952 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12953 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
12954 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
12955
12956 2012-01-29 Glenn Morris <rgm@gnu.org>
12957
12958 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
12959
12960 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
12961
12962 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
12963
12964 2012-01-28 Chong Yidong <cyd@gnu.org>
12965
12966 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
12967
12968 2012-01-26 Chong Yidong <cyd@gnu.org>
12969
12970 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
12971
12972 * search.c (Fsearch_forward, Fsearch_backward): Document negative
12973 repeat counts (Bug#10507).
12974
12975 2012-01-26 Glenn Morris <rgm@gnu.org>
12976
12977 * lread.c (syms_of_lread): Doc fix.
12978
12979 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
12980
12981 * coding.c (encode_designation_at_bol): Change return value to
12982 EMACS_INT.
12983
12984 2012-01-25 Chong Yidong <cyd@gnu.org>
12985
12986 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
12987
12988 2012-01-21 Chong Yidong <cyd@gnu.org>
12989
12990 * floatfns.c (Fcopysign): Make the second argument non-optional,
12991 since nil is not allowed anyway.
12992
12993 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
12994
12995 * process.c (read_process_output): Use p instead of XPROCESS (proc).
12996 (send_process): Likewise.
12997
12998 2012-01-19 Martin Rudalics <rudalics@gmx.at>
12999
13000 * window.c (save_window_save, Fcurrent_window_configuration)
13001 (Vwindow_persistent_parameters): Do not use Qstate.
13002 Rewrite doc-strings.
13003
13004 2012-01-19 Kenichi Handa <handa@m17n.org>
13005
13006 * character.c (char_width): New function.
13007 (Fchar_width, c_string_width, lisp_string_width):
13008 Use char_width (Bug#9496).
13009
13010 2012-01-16 Martin Rudalics <rudalics@gmx.at>
13011
13012 * window.c (Vwindow_persistent_parameters): New variable.
13013 (Fset_window_configuration, save_window_save): Handle persistent
13014 window parameters.
13015
13016 2012-01-14 Eli Zaretskii <eliz@gnu.org>
13017
13018 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
13019 thrashing the stack of the thread. (Bug#9087)
13020
13021 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
13022
13023 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
13024
13025 2012-01-11 Eli Zaretskii <eliz@gnu.org>
13026
13027 * xdisp.c (rows_from_pos_range): Handle the case where the
13028 highlight ends on a newline. (Bug#10464)
13029 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
13030 he end column for display of highlight that ends on a newline
13031 before a R2L line.
13032
13033 2012-01-11 Glenn Morris <rgm@gnu.org>
13034
13035 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
13036 from load-path also when installation-directory is nil. (Bug#10208)
13037
13038 2012-01-10 Glenn Morris <rgm@gnu.org>
13039
13040 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
13041
13042 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
13043 Update template values to be closer to their typical values these days.
13044
13045 2012-01-09 Eli Zaretskii <eliz@gnu.org>
13046
13047 * xdisp.c (rows_from_pos_range): Accept additional argument
13048 DISP_STRING, and accept any glyph in a row whose object is that
13049 string as eligible for mouse highlight. Fixes mouse highlight of
13050 display strings from overlays. (Bug#10464)
13051
13052 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
13053
13054 emacs: fix an auto-save permissions race condition (Bug#10400)
13055 * fileio.c (auto_saving_dir_umask): New static var.
13056 (Fmake_directory_internal): Use it.
13057 (do_auto_save_make_dir): Set it, instead of invoking chmod after
13058 creating the directory. The old code temporarily assigns
13059 too-generous permissions to the directory.
13060 (do_auto_save_eh): Clear it.
13061 (Fdo_auto_save): Catch all errors, not just file errors, so
13062 that the var is always cleared.
13063
13064 2012-01-07 Eli Zaretskii <eliz@gnu.org>
13065
13066 * search.c (scan_buffer): Pass character positions to
13067 know_region_cache, not byte positions. (Bug#6540)
13068
13069 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
13070
13071 * w32.c (sys_rename): Report EXDEV when rename of a directory
13072 fails because the target is on another logical disk. (Bug#10284)
13073
13074 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
13075
13076 * xterm.c (x_embed_request_focus): New function.
13077
13078 * xterm.h: Add prototype.
13079
13080 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
13081
13082 2012-01-05 Glenn Morris <rgm@gnu.org>
13083
13084 * emacs.c (emacs_copyright): Update short copyright year to 2012.
13085
13086 2012-01-01 Eli Zaretskii <eliz@gnu.org>
13087
13088 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
13089 Load gnutls_transport_set_lowat only if GnuTLS version is below
13090 2.11.1.
13091 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
13092 GnuTLS versions below 2.11.1.
13093
13094 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
13095
13096 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
13097 to the doc string advising against its use for altering the way
13098 windows are scrolled.
13099
13100 2011-12-28 Kenichi Handa <handa@m17n.org>
13101
13102 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
13103 coding-system ASCII compatible only when it does not produce BOM
13104 on encoding (Bug#10383).
13105
13106 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
13107
13108 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
13109 can scroll.
13110 (create_and_show_popup_menu): Always use menu_position_func for
13111 Gtk3 (Bug#10361).
13112
13113 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
13114
13115 * callint.c (Fcall_interactively): Don't truncate prompt string.
13116
13117 2011-12-23 Eli Zaretskii <eliz@gnu.org>
13118
13119 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
13120 property that ends at ZV, so that the bidi iteration could be
13121 resumed from there (after widening). (Bug#10360)
13122
13123 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
13124
13125 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
13126
13127 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
13128
13129 * nsterm.m (x_free_frame_resources):
13130 Release f->output_data.ns->miniimage.
13131 (ns_index_color): Fix indentation. Do not retain
13132 color_table->colors[i].
13133
13134 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
13135 before returning.
13136
13137 * nsfns.m (x_set_background_color): Assign return value from
13138 ns_index_color to face-background instead of NSColor*.
13139 (ns_implicitly_set_icon_type): Fix indentation.
13140 Change assignment in for loop to comparison.
13141
13142 * emacs.c (ns_pool): New variable.
13143 (main): Assign ns_pool.
13144 (Fkill_emacs): Call ns_release_autorelease_pool.
13145
13146 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
13147 autorelease fdesc, release fdAttrs and tdict.
13148 (ns_get_covering_families): Release charset.
13149 (ns_findfonts): Release NSFontDescriptor created with new.
13150 (ns_uni_to_glyphs): Fix indentation.
13151 (setString): Release attrStr before assigning new value.
13152
13153 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13154
13155 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
13156 and NS_IMPL_COCOA.
13157 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
13158 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
13159
13160 2011-12-18 David Reitter <reitter@cmu.edu>
13161
13162 * nsterm.m (ns_term_init): Subscribe for notifications
13163 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
13164 to method trackingNotification in EmacsMenu.
13165
13166 * nsmenu.m (trackingMenu): New variable.
13167 (trackingNotification): New method (from Aquamacs).
13168 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
13169 from Aquamacs (Bug#7030).
13170
13171 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13172
13173 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
13174 (symbol_to_nsstring): Fix indentation.
13175 (ns_symbol_to_pb): New function.
13176 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
13177 (Fns_rotate_cut_buffers_internal): Remove.
13178 (Fns_store_selection_internal): Rename from
13179 Fns_store_cut_buffer_internal.
13180 (ns_get_foreign_selection, Fx_own_selection_internal)
13181 (Fx_disown_selection_internal, Fx_selection_exists_p)
13182 (Fns_get_selection_internal, Fns_store_selection_internal):
13183 Use ns_symbol_to_pb and check if return value is nil.
13184 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
13185 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
13186 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
13187 renamed to Sns_store_selection_internal.
13188 (ns_handle_selection_request): Move code to Fx_own_selection_internal
13189 and remove this function.
13190 (ns_handle_selection_clear): Remove, never used.
13191 (Fx_own_selection_internal): Move code from ns_handle_selection_request
13192 here.
13193
13194 2011-12-17 Ken Brown <kbrown@cornell.edu>
13195
13196 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
13197 GID is unknown (Bug#10257).
13198
13199 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
13200
13201 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
13202 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
13203 which caused a build failure on GNU/Linux IA-64. This problem was
13204 introduced by my 2011-10-07 patch.
13205
13206 2011-12-15 Juri Linkov <juri@jurta.org>
13207
13208 * image.c (imagemagick_error): New function. (Bug#10112)
13209 (imagemagick_load_image): Comment out `MagickSetResolution' call.
13210 Use `imagemagick_error' where ImageMagick functions return
13211 `MagickFalse'.
13212 (Fimagemagick_types): Add `Fnreverse' to return the list in the
13213 proper order.
13214
13215 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13216
13217 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
13218 fill background (Bug#8992).
13219
13220 2011-12-13 Martin Rudalics <rudalics@gmx.at>
13221
13222 * window.c (Vwindow_combination_resize)
13223 (Vwindow_combination_limit): Use t instead of non-nil in
13224 doc-strings.
13225 (Vrecenter_redisplay): Add first sentence of doc-string on
13226 separate line.
13227 (Frecenter): Fix doc-string typo.
13228
13229 2011-12-11 Kenichi Handa <handa@m17n.org>
13230
13231 * coding.c (Funencodable_char_position): Pay attention to the
13232 buffer text relocation (Bug#9389).
13233
13234 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
13235
13236 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
13237 gtk_init (Bug#10100).
13238
13239 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13240
13241 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
13242 IT->string is nil. (Bug#10263)
13243
13244 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
13245
13246 * nsterm.h (x_free_frame_resources): Declare.
13247
13248 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
13249 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
13250
13251 * nsterm.h (ns_get_defaults_value): Declare.
13252
13253 * nsterm.m (ns_default): Call ns_get_defaults_value.
13254
13255 2011-12-09 Eli Zaretskii <eliz@gnu.org>
13256
13257 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
13258 (Bug#10170)
13259
13260 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13261
13262 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
13263 that where the value of an _OBJC_* symbol points to is in the .bss
13264 section (Bug#10240).
13265
13266 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
13267
13268 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
13269 after the loop to call ccl_driver at least once (Bug#8619).
13270
13271 2011-12-08 Kenichi Handa <handa@m17n.org>
13272
13273 * ftfont.c (get_adstyle_property): Fix previous change
13274 (Bug#10233).
13275
13276 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
13277
13278 * w32.c (init_environment): If no_site_lisp, remove site-lisp
13279 dirs from the default value of EMACSLOADPATH (bug#10208).
13280
13281 2011-12-07 Glenn Morris <rgm@gnu.org>
13282
13283 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
13284 installation and source directories as well. (Bug#10208)
13285
13286 2011-12-06 Chong Yidong <cyd@gnu.org>
13287
13288 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
13289
13290 2011-12-06 Glenn Morris <rgm@gnu.org>
13291
13292 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
13293 as an error, not just -1. (Bug#10217)
13294
13295 2011-12-05 Chong Yidong <cyd@gnu.org>
13296
13297 * keyboard.c (process_special_events): New function.
13298 (swallow_events, Finput_pending_p): Use it (Bug#10195).
13299
13300 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
13301
13302 * coding.c (encode_designation_at_bol): Don't use uninitialized
13303 local variable (Bug#9318).
13304
13305 2011-12-05 Kenichi Handa <handa@m17n.org>
13306
13307 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
13308 return Qnil (Bug#8046, Bug#10193).
13309
13310 2011-12-05 Kenichi Handa <handa@m17n.org>
13311
13312 * coding.c (encode_designation_at_bol): New args charbuf_end and
13313 dst. Return the number of produced bytes. Callers changed.
13314 (coding_set_source): Return how many bytes coding->source was
13315 relocated.
13316 (coding_set_destination): Return how many bytes
13317 coding->destination was relocated.
13318 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
13319 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
13320
13321 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
13322
13323 * coding.c (CODING_CHAR_CHARSET_P): New macro.
13324 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
13325 macro (Bug#9318).
13326
13327 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
13328
13329 The following changes are to fix Bug#9318.
13330
13331 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
13332 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
13333 (encode_coding_iso_2022, encode_coding_sjis)
13334 (encode_coding_big5, encode_coding_charset): Use the above macros.
13335
13336 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
13337
13338 * lisp.h (process_quit_flag): Fix external declaration.
13339
13340 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 Don't macro-inline non-performance-critical code.
13343 * eval.c (process_quit_flag): New function.
13344 * lisp.h (QUIT): Use it.
13345
13346 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
13347
13348 * nsfns.m (get_geometry_from_preferences): New function.
13349 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
13350
13351 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
13352
13353 * emacs.c (Qkill_emacs): Define.
13354 (syms_of_emacs): Initialize it.
13355 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
13356 Qquit_flag to `kill-emacs' instead.
13357 (quit_throw_to_read_char): Add parameter `from_signal'.
13358 All callers changed. Call Fkill_emacs if requested and safe.
13359 * lisp.h (QUIT): Call Fkill_emacs if requested.
13360
13361 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
13362
13363 * widget.c (update_wm_hints): Return if wmshell is null.
13364 (widget_update_wm_size_hints): New function.
13365
13366 * widget.h (widget_update_wm_size_hints): Declare.
13367
13368 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
13369 widget_update_wm_size_hints (Bug#10104).
13370
13371 2011-12-03 Eli Zaretskii <eliz@gnu.org>
13372
13373 * xdisp.c (handle_invisible_prop): If the invisible text ends just
13374 before a newline, prepare the bidi iterator for consuming the
13375 newline, and keep the current paragraph direction. (Bug#10183)
13376 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
13377
13378 2011-12-02 Juri Linkov <juri@jurta.org>
13379
13380 * search.c (Fword_search_regexp): New Lisp function created from
13381 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
13382 (Fword_search_backward, Fword_search_forward)
13383 (Fword_search_backward_lax, Fword_search_forward_lax):
13384 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
13385 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
13386
13387 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * fileio.c (Finsert_file_contents): Move after-change-function call
13390 to before the "handled:" label, since all "goto handled" appear in
13391 cases where the *-change-functions have already been properly called
13392 (bug#10117).
13393
13394 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
13395
13396 * keyboard.c (interrupt_signal): Don't call kill-emacs when
13397 waiting for input. (Bug#10169)
13398
13399 2011-11-30 Eli Zaretskii <eliz@gnu.org>
13400
13401 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
13402 verifies glyph row's hash code--we have just reallocated the
13403 glyphs, so their contents can be complete garbage. (Bug#10164)
13404
13405 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
13406
13407 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
13408
13409 2011-11-30 Eli Zaretskii <eliz@gnu.org>
13410
13411 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
13412 attributes are tested _before_ calling verify_row_hash, to protect
13413 against GCC re-ordering of the tests. (Bug#10164)
13414
13415 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
13416
13417 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
13418
13419 * xterm.c (handle_one_xevent): Only set async_visible and friends
13420 if net_wm_state_hidden_seen is non-zero (Bug#10002)
13421 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
13422 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
13423
13424 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
13425
13426 Remove GCPRO-related macros that exist only to avoid shadowing locals.
13427 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
13428 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
13429 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
13430 All uses changed to use GCPRO1 etc.
13431 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
13432 Revert to old implementation (i.e., before 2011-03-11).
13433
13434 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13435
13436 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
13437 of scroll runs so as to avoid assigning disabled bogus rows and
13438 unnecessary graphics copy operations.
13439
13440 2011-11-27 Eli Zaretskii <eliz@gnu.org>
13441
13442 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
13443 (snprintf) [_MSC_VER]: Redirect to _snprintf.
13444 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
13445 (malloc, free, realloc, calloc): Redirect to e_* only when
13446 compiling Emacs.
13447
13448 * lisp.h (GCTYPEBITS): Move before first use.
13449 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
13450 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
13451 this macro definition.
13452
13453 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
13454 _MSC_VER.
13455
13456 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
13457
13458 * gtkutil.c (xg_create_frame_widgets):
13459 Call gtk_window_set_has_resize_grip (FALSE) if that function is
13460 present with Gtk+ 2.0.
13461
13462 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
13463
13464 * fileio.c (Finsert_file_contents): Undo previous change; see
13465 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
13466
13467 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
13468
13469 Rename locals to avoid shadowing.
13470 * fileio.c (Finsert_file_contents):
13471 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
13472 * process.c (wait_reading_process_output):
13473 Rename inner 'proc' to 'p' to avoid shadowing.
13474 Indent for consistency with usual Emacs style.
13475
13476 2011-11-25 Eli Zaretskii <eliz@gnu.org>
13477
13478 * xdisp.c (redisplay_window): If cursor row is not fully visible
13479 after recentering, and scroll-conservatively is set to a large
13480 number, scroll window by a few more lines to make the cursor fully
13481 visible and out of scroll-margin. (Bug#10105)
13482 (start_display): Don't move to the next line if the display should
13483 start at a newline that is part of a display vector or an overlay
13484 string. (Bug#10119)
13485
13486 2011-11-24 Juri Linkov <juri@jurta.org>
13487
13488 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
13489 after the `MagickPingImage' call. (Bug#10112)
13490
13491 2011-11-23 Chong Yidong <cyd@gnu.org>
13492
13493 * window.c (Fcoordinates_in_window_p): Accept only live windows.
13494
13495 2011-11-23 Martin Rudalics <rudalics@gmx.at>
13496
13497 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
13498 making another buffer current. (Bug#10114)
13499
13500 2011-11-23 Glenn Morris <rgm@gnu.org>
13501
13502 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
13503
13504 2011-11-23 Chong Yidong <cyd@gnu.org>
13505
13506 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
13507 using it (Bug#5984).
13508
13509 2011-11-22 Eli Zaretskii <eliz@gnu.org>
13510
13511 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
13512 and header-lines, as they don't have one computed for them.
13513 (Bug#10098)
13514
13515 * .gdbinit (prow): Make displayed values more self-explaining.
13516 Add row's hash code.
13517
13518 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13519
13520 * process.c (wait_reading_process_output): Fix asynchrounous
13521 GnuTLS socket handling on some versions of the GnuTLS library.
13522 (wait_reading_process_output): Add comment and URL.
13523
13524 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
13525
13526 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
13527
13528 2011-11-21 Chong Yidong <cyd@gnu.org>
13529
13530 * window.c (Fnext_window, Fprevious_window): Doc fix.
13531
13532 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
13535
13536 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13537
13538 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
13539
13540 2011-11-20 Martin Rudalics <rudalics@gmx.at>
13541
13542 * window.c (Fset_window_combination_limit): Rename argument
13543 STATUS to LIMIT.
13544 (Vwindow_combination_limit): Remove "status" from doc-string.
13545
13546 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
13547
13548 * m/ibms390.h: Remove.
13549 * m/ibms390x.h: Don't include "ibms390.h".
13550
13551 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13552
13553 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
13554 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
13555
13556 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13557
13558 * casetab.c (Fset_case_table):
13559 * charset.c (Fcharset_after): Fix typos.
13560
13561 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
13562
13563 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
13564 Otherwise, valgrind does not work on some platforms.
13565 Problem reported by Andreas Schwab in
13566 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
13567 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
13568 is set, removing the need for VIRT_ADDRESS_VARIES.
13569 (PURE_P): Use a more-efficient implementation that needs just one
13570 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
13571 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
13572 to 4 (xorl, subq, cmpq, setbe).
13573 * alloc.c (pure): Always extern now, since that's the
13574 VIRT_ADDR_VARIES behavior.
13575 (PURE_POINTER_P): Use a single comparison, not two, for
13576 consistency with the new puresize.h.
13577 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
13578 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
13579 Remove VIRT_ADDR_VARIES no longer needed.
13580
13581 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13582
13583 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
13584 (erase_phys_cursor, update_window_cursor, show_mouse_face)
13585 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
13586 behave as if the cursor position were at the window margin.
13587
13588 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
13589 and the cursor position is out of bounds, behave as if the cursor
13590 position were at the window margin. (Bug#10075)
13591
13592 2011-11-18 Chong Yidong <cyd@gnu.org>
13593
13594 * window.c (Fwindow_combination_limit): Make first argument
13595 non-optional, since it is meaningless for live windows like the
13596 selected window.
13597
13598 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
13599
13600 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
13601
13602 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * intervals.c: Fix grafting over the whole buffer (bug#10071).
13605 (graft_intervals_into_buffer): Simplify.
13606
13607 2011-11-18 Eli Zaretskii <eliz@gnu.org>
13608
13609 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
13610 hash values of the two rows.
13611 (copy_row_except_pointers): Preserve the used[] arrays and the
13612 hash values of the two rows. (Bug#10035)
13613 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
13614
13615 * xdisp.c (row_hash): New function, body extracted from
13616 compute_line_metrics.
13617 (compute_line_metrics): Call row_hash, instead of computing the
13618 hash code inline.
13619
13620 * dispnew.c (verify_row_hash): Call row_hash for computing the
13621 hash code of a row, instead of duplicating code from xdisp.c.
13622
13623 * dispextern.h (row_hash): Add prototype.
13624
13625 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
13626
13627 * frame.c (delete_frame): Don't delete the terminal when the last
13628 X frame is closed if emacs is built with GTK toolkit.
13629
13630 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
13631
13632 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
13633
13634 2011-11-17 Martin Rudalics <rudalics@gmx.at>
13635
13636 * window.c (Vwindow_splits): Rename to
13637 Vwindow_combination_resize. Suggested by Juri Linkov.
13638 (Fsplit_window_internal): Use Vwindow_combination_resize instead
13639 of Vwindow_splits.
13640
13641 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13642
13643 * nsfns.m (Fns_font_name):
13644 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
13645
13646 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13647
13648 * window.h (window): Rename slot "nest" to "combination_limit".
13649 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
13650 (Fset_window_nest): Rename to Fset_window_combination_limit.
13651 (Vwindow_nest): Rename to Vwindow_combination_limit.
13652 (recombine_windows, make_parent_window, make_window)
13653 (Fsplit_window_internal, saved_window)
13654 (Fset_window_configuration, save_window_save): Rename all
13655 occurrences of window_nest to window_combination_limit.
13656
13657 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13658
13659 * image.c (imagemagick_load_image): Fix typo.
13660
13661 2011-11-14 Eli Zaretskii <eliz@gnu.org>
13662
13663 * xdisp.c (display_line): Move the call to
13664 highlight_trailing_whitespace before the call to
13665 compute_line_metrics, since the latter needs to see the final
13666 faces of all the glyphs to compute ROW's hash value.
13667 Fixes assertion violations in row_equal_p. (Bug#10035)
13668
13669 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
13670
13671 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
13672 just return (bug#10044).
13673
13674 2011-11-12 Eli Zaretskii <eliz@gnu.org>
13675
13676 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
13677 with user-defined heap size. Bump the default size of the temacs
13678 heap to 27MB, to avoid memory warning when running temacs.
13679 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
13680
13681 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
13682 current_matrix and desired_matrix. (Bug#9990)
13683 (verify_row_hash) [XASSERTS]: New function.
13684 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
13685 that the hash value of glyph rows is correct.
13686
13687 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13688
13689 * window.h (window): Remove splits slot.
13690 * window.c (Fwindow_splits, Fset_window_splits): Remove.
13691 (Fdelete_other_windows_internal, make_parent_window)
13692 (make_window, Fsplit_window_internal, Fdelete_window_internal)
13693 (Fset_window_configuration, save_window_save): Don't deal with
13694 split status of windows.
13695 (saved_window): Remove splits slot.
13696 (Vwindow_splits): Rewrite doc-string.
13697
13698 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
13699
13700 * xfns.c (unwind_create_frame):
13701 * nsfns.m (unwind_create_frame):
13702 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
13703 Vframe_list (Bug#9999).
13704
13705 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
13706
13707 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
13708
13709 2011-11-11 Kenichi Handa <handa@m17n.org>
13710
13711 * callproc.c (Fcall_process): Set the member dst_multibyte of
13712 process_coding.
13713
13714 2011-11-11 Johan Bockgård <bojohan@gnu.org>
13715
13716 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
13717 avoid a crash (bug#9496).
13718
13719 2011-11-09 Chong Yidong <cyd@gnu.org>
13720
13721 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
13722 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
13723
13724 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
13725
13726 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
13727
13728 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
13729
13730 Avoid some portability problems by eschewing 'extern inline' functions.
13731 The trivial performance wins aren't worth the portability hassles; see
13732 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
13733 et seq.
13734 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
13735 (window_box_width, window_box_left, window_box_left_offset)
13736 (window_box_right, window_box_right_offset): Undo previous change,
13737 by removing the "extern"s.
13738 * intervals.c (adjust_intervals_for_insertion)
13739 (adjust_intervals_for_deletion): Undo previous change,
13740 making these static again.
13741 (offset_intervals, temp_set_point_both, temp_set_point)
13742 (copy_intervals_to_string): No longer inline.
13743 * xdisp.c (window_text_bottom_y, window_box_width)
13744 (window_box_height, window_box_left_offset)
13745 (window_box_right_offset, window_box_left, window_box_right)
13746 (window_box): No longer inline.
13747
13748 2011-11-08 Chong Yidong <cyd@gnu.org>
13749
13750 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
13751 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
13752 Signal an error if not a live window.
13753 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
13754 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
13755
13756 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
13757
13758 * lisp.h (syms_of_abbrev): Remove declaration.
13759 Reported by CHENG Gao <chenggao@royau.me>.
13760
13761 2011-11-07 Eli Zaretskii <eliz@gnu.org>
13762
13763 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
13764 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
13765 of temacs in GUI mode.
13766
13767 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13768
13769 * window.h: Declare delete_all_child_windows instead of
13770 delete_all_subwindows.
13771 * window.c (Fwindow_nest, Fset_window_nest)
13772 (Fset_window_new_total, Fset_window_new_normal)
13773 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
13774 (delete_all_subwindows): Rename to delete_all_child_windows.
13775 (Fdelete_other_windows_internal, Fset_window_configuration):
13776 Call delete_all_child_windows instead of delete_all_subwindows.
13777 * frame.c (delete_frame): Call delete_all_child_windows instead
13778 of delete_all_subwindows.
13779
13780 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
13781
13782 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
13783 This is also needed for porting to any host where GC_MARK_STACK is
13784 not GC_MAKE_GCPROS_NOOPS.
13785 (which_symbols): Use it.
13786
13787 2011-11-07 Kenichi Handa <handa@m17n.org>
13788
13789 * coding.c (coding_set_destination): Check coding->src_pos only
13790 when coding->src_object is a buffer (bug#9910).
13791
13792 * process.c (send_process): Set the member src_multibyte of coding
13793 to 0 (bug#9911) when sending a unibyte text.
13794
13795 * callproc.c (Fcall_process): Set the member src_multibyte of
13796 process_coding to 0 (bug#9912).
13797
13798 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13799
13800 * xmenu.c (cleanup_widget_value_tree): New function.
13801 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
13802 calling free_menubar_widget_value_tree directly (Bug#9830).
13803
13804 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
13805
13806 Fix some portability problems with 'inline'.
13807 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
13808 (window_box_width, window_box_left, window_box_left_offset)
13809 (window_box_right, window_box_right_offset): Declare extern.
13810 Otherwise, these inline functions do not conform to C99 and
13811 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
13812 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
13813 * intervals.c (adjust_intervals_for_insertion)
13814 (adjust_intervals_for_deletion): Now extern, because otherwise the
13815 extern inline functions 'offset_intervals' couldn't refer to it.
13816 (static_offset_intervals): Remove.
13817 (offset_intervals): Rewrite using the old contents of
13818 static_offset_intervals. The old version didn't conform to C99
13819 because an extern inline function contained a reference to an
13820 identifier with static linkage.
13821
13822 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
13823
13824 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
13825 GC.
13826
13827 2011-11-06 Eli Zaretskii <eliz@gnu.org>
13828
13829 * xdisp.c (init_iterator, reseat_to_string): Don't set the
13830 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
13831 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
13832 return Qleft_to_right.
13833
13834 2011-11-06 Chong Yidong <cyd@gnu.org>
13835
13836 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
13837 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
13838 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
13839 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
13840 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
13841 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
13842 (Fwindow_vscroll): Doc fix.
13843 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
13844 argument, since it makes no sense to pass a live window and for
13845 consistency with window-child.
13846
13847 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
13848
13849 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
13850 support MSVC.
13851
13852 2011-11-05 Jason Rumney <jasonr@gnu.org>
13853
13854 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
13855 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
13856 fonts (Bug#6029).
13857 (add_font_entity_to_list): Fix logic errors in mixed boolean and
13858 bitwise arithmetic preventing use of unicode-sip and non-truetype
13859 opentype fonts.
13860
13861 2011-11-05 Eli Zaretskii <eliz@gnu.org>
13862
13863 * s/ms-w32.h (fstat, stat, utime): Move redirections to
13864 "emacs"-only part.
13865
13866 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
13867 initialization code to keep similarity to xfns.c after changes
13868 from 2011-11-05.
13869
13870 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
13871
13872 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
13873 (unwind_create_frame): New function (Bug#9943).
13874 (Fx_create_frame): Restructure code to be more similar to the one in
13875 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
13876 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
13877 Move terminal->reference_count++ just before making the frame official
13878 (Bug#9943).
13879
13880 * nsterm.m (x_free_frame_resources): New function.
13881 (x_destroy_window): Move code to x_free_frame_resources.
13882
13883 * xfns.c (unwind_create_frame): Fix comment.
13884 (Fx_create_frame, x_create_tip_frame):
13885 Move terminal->reference_count++ just before making the frame
13886 official. Move initialization of image_cache_refcount and
13887 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
13888
13889 2011-11-05 Eli Zaretskii <eliz@gnu.org>
13890
13891 Support MSVC build with newer versions of Visual Studio.
13892 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
13893 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
13894 nt/gmake.defs.
13895
13896 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
13897 which are not supported by MSVC.
13898 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
13899 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
13900 bitfields.
13901 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
13902 types in bitfields.
13903 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
13904
13905 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
13906
13907 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
13908
13909 Support MSVC build with newer versions of Visual Studio.
13910 * w32.c: Don't include w32api.h for MSVC.
13911 (init_environment) [_MSC_VER]: Call sys_access, not _access.
13912
13913 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
13914 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
13915 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
13916 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
13917 e_* cousins.
13918 (alloca) [_MSC_VER]: Define to _alloca.
13919
13920 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
13921
13922 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
13923
13924 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13925
13926 * xdisp.c (note_mouse_highlight): If either of
13927 previous/next-single-property-change returns nil, treat that as
13928 the beginning or the end of the buffer. (Bug#9955)
13929
13930 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
13931
13932 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
13933 label is not null (Bug#9951).
13934 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
13935 may be NULL.
13936
13937 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13938
13939 * window.c (Fwindow_body_size): Mention in the doc string that the
13940 return value is in frame's canonical units. (Bug#9949)
13941
13942 2011-11-03 Eli Zaretskii <eliz@gnu.org>
13943
13944 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
13945
13946 * w32fns.c (unwind_create_frame): If needed, free the glyph
13947 matrices of the partially constructed frame. (Bug#9943)
13948 * xfns.c (unwind_create_frame): Likewise.
13949
13950 2011-11-01 Eli Zaretskii <eliz@gnu.org>
13951
13952 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
13953 Don't stop backward scan on the continuation glyph, even though
13954 its CHARPOS is positive.
13955 (mouse_face_from_buffer_pos, note_mouse_highlight):
13956 Rename cover_string to disp_string.
13957
13958 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13959
13960 * window.c (temp_output_buffer_show): Don't use
13961 Vtemp_buffer_show_specifiers.
13962 (Vtemp_buffer_show_specifiers): Remove unused variable.
13963
13964 2011-10-30 Eli Zaretskii <eliz@gnu.org>
13965
13966 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
13967 past the beginning of the current glyph matrix.
13968
13969 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
13970
13971 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
13972 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
13973 HAVE_GTK3 (Bug#9869).
13974
13975 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
13976 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
13977
13978 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
13979
13980 * xterm.c: Declare x_handle_net_wm_state to return int.
13981 (handle_one_xevent): Check if we are iconified but don't have
13982 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
13983 (get_current_wm_state): Return non-zero if not hidden,
13984 check for _NET_WM_STATE_HIDDEN (Bug#9893).
13985 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
13986 (x_handle_net_wm_state): Return what get_current_wm_state returns.
13987 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
13988
13989 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
13990
13991 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
13992 so that this new function doesn't get optimized away by a
13993 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
13994
13995 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
13996
13997 * frame.h (MOUSE_HL_INFO): Remove excess parens.
13998
13999 2011-10-29 Eli Zaretskii <eliz@gnu.org>
14000
14001 Fix the `xbytecode' command.
14002 * .gdbinit (xprintbytestr): New command.
14003 (xwhichsymbols): Rename from `which'; all callers changed.
14004 (xbytecode): Print the byte-code string as well.
14005
14006 2011-10-29 Kim Storm <storm@cua.dk>
14007
14008 * alloc.c (which_symbols): New function.
14009
14010 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
14011
14012 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
14013 line. (Bug#9903)
14014
14015 2011-10-29 Glenn Morris <rgm@gnu.org>
14016
14017 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
14018 Not clear what it was for, and it causes various bugs. (Bug#9839)
14019
14020 2011-10-28 Eli Zaretskii <eliz@gnu.org>
14021
14022 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
14023 possible random value that matches one of those tested as
14024 condition to clear the mouse face.
14025
14026 2011-10-28 Chong Yidong <cyd@gnu.org>
14027
14028 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
14029
14030 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
14031
14032 * window.c (make_window): Initialize phys_cursor_on_p.
14033
14034 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14035
14036 * lisp.h (struct Lisp_Symbol): Update comments.
14037
14038 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
14039
14040 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
14041
14042 2011-10-28 Eli Zaretskii <eliz@gnu.org>
14043
14044 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
14045 <oslsachem@gmail.com> for helping to debug this.
14046
14047 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
14048 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
14049 (g_b_init_get_glyph_outline_w): New static variables.
14050 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
14051 (GetGlyphOutlineW_Proc): New typedefs.
14052 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
14053 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
14054 New functions.
14055 (w32font_open_internal, compute_metrics):
14056 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
14057 instead of calling the "wide" APIs directly.
14058
14059 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
14060
14061 * w32.h (syms_of_w32font): Add prototype.
14062
14063 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
14064
14065 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
14066 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
14067 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
14068 (Fmove_to_window_line): Doc fix.
14069
14070 2011-10-27 Chong Yidong <cyd@gnu.org>
14071
14072 * process.c (make_process): Set gnutls_state to NULL.
14073
14074 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
14075 non-NULL, regardless of GNUTLS_INITSTAGE.
14076 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
14077 an error. Set process slots as soon as we allocate them.
14078
14079 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
14080
14081 2011-10-27 Chong Yidong <cyd@gnu.org>
14082
14083 * gnutls.c (emacs_gnutls_deinit): New function.
14084 Deallocate credentials structures as well as calling gnutls_deinit.
14085 (Fgnutls_deinit, Fgnutls_boot): Use it.
14086
14087 * process.c (make_process): Initialize GnuTLS credentials to NULL.
14088 (deactivate_process): Call emacs_gnutls_deinit.
14089
14090 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
14091
14092 * image.c (x_create_x_image_and_pixmap):
14093 * w32.c (sys_rename, w32_delayed_load):
14094 * w32font.c (fill_in_logfont):
14095 * w32reg.c (x_get_string_resource): Silence compiler warnings.
14096
14097 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
14098
14099 * w32fns.c (w32_default_color_map): New function,
14100 extracted from Fw32_default_color_map.
14101 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
14102
14103 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
14104
14105 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
14106
14107 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * keyboard.c (test_undefined): New function (bug#9751).
14110 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
14111
14112 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
14113
14114 * sysdep.c (init_sys_modes): Fix the check for the controlling
14115 terminal (Bug#6649).
14116
14117 2011-10-20 Eli Zaretskii <eliz@gnu.org>
14118
14119 * dispextern.h (struct bidi_it): New member next_en_type.
14120
14121 * bidi.c (bidi_line_init): Initialize the next_en_type member.
14122 (bidi_resolve_explicit_1): When next_en_pos is valid for the
14123 current character, check also for next_en_type being WEAK_EN.
14124 (bidi_resolve_weak): Don't enter the expensive loop if the current
14125 position is before next_en_pos. Record the bidi type of the first
14126 non-ET, non-BN character we find, in addition to its position.
14127 (bidi_level_of_next_char): Invalidate next_en_type when
14128 next_en_pos is over-stepped.
14129
14130 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
14131
14132 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
14133 * editfns.c: Rewrite current-time-zone so that it invokes
14134 the equivalent of (format-time-string "%Z") to get the time zone name.
14135 This fixes a bug when the time zone name contains characters that
14136 need converting from the system time locale to Emacs internal format.
14137 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
14138 that patch fixed format-time-string to do the conversion, but
14139 I forgot to fix current-time-zone.
14140 (format_time_string): New function, containing most of
14141 what Fformat_time_string used to contain.
14142 (Fformat_time_string): Rewrite in terms of format_time_string.
14143 This doesn't change this function's behavior.
14144 (current-time-zone): Rewrite to use format_time_string.
14145 This fixes the bug reported by Michael Schierl in
14146 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
14147 Jason Rumney's 2007-06-07 change worked around this bug, but
14148 didn't fix it.
14149 * systime.h (tzname, timezone): Remove no-longer-used declarations.
14150
14151 2011-10-19 Eli Zaretskii <eliz@gnu.org>
14152
14153 * xdisp.c (start_display): If the character at POS is displayed
14154 via a display vector, reset IT->current.dpvec_index to zero.
14155 (try_window_reusing_current_matrix): If a line ends in a display
14156 vector or the next line starts in a display vector, continue
14157 redrawing the window even though the character position of
14158 start_row was reached.
14159 (Bug#9771, part 2)
14160
14161 2011-10-18 Chong Yidong <cyd@gnu.org>
14162
14163 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
14164 with nobreak-char-display too.
14165
14166 2011-10-18 Eli Zaretskii <eliz@gnu.org>
14167
14168 Fix part 3 of bug#9771.
14169 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
14170 (bidi_resolve_neutral): Don't enter the expensive loop looking for
14171 non-neutral characters if the current character is a paragraph
14172 separator (a.k.a. Newline). This avoids running the same
14173 expensive loop twice, once when we consume the preceding newline
14174 and the other time when the line actually needs to be displayed.
14175 Avoid the loop when we see neutrals on the base embedding level
14176 following a character whose directionality is the same as the
14177 paragraph's. This avoids running the expensive loop when a line
14178 ends in a long sequence of neutrals, like control characters.
14179 Add assertion against STRONG_AL type. Slightly rearrange code
14180 that determines the type of a neutral given the first non-neutral
14181 that follows it.
14182 (bidi_level_of_next_char): Set next_en_pos to zero when
14183 invalidating its info.
14184
14185 2011-10-17 Eli Zaretskii <eliz@gnu.org>
14186
14187 * xdisp.c (push_display_prop): Determine whether to record string
14188 or buffer position by IT->string, not by IT->method. Allow
14189 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
14190 (move_it_vertically_backward): Don't look for character position
14191 immediately after the newline when in a continuation line.
14192 (Bug#9771, part 1)
14193
14194 2011-10-15 Martin Rudalics <rudalics@gmx.at>
14195
14196 * window.c (coordinates_in_window): Rewrite and delabelize
14197 vertical border check. (Bug#5357) (Bug#9618)
14198
14199 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14200
14201 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
14202 errors in XSetWindowBorder (bug#9310).
14203
14204 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
14205
14206 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
14207 avoid crash when xmalloc overrun checking is enabled.
14208
14209 2011-10-13 Eli Zaretskii <eliz@gnu.org>
14210
14211 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
14212 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
14213 cursor motion with <left> and <right> arrow keys.
14214
14215 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
14216 some callers set that themselves.
14217
14218 2011-10-12 Eli Zaretskii <eliz@gnu.org>
14219
14220 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
14221 display string and the previous row comes from the same string and
14222 is empty. (Bug#9739) (Bug#9738)
14223
14224 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14225
14226 * doc.c (get_doc_string): Encode file name (bug#9735).
14227
14228 2011-10-12 Eli Zaretskii <eliz@gnu.org>
14229
14230 * bidi.c (bidi_level_of_next_char):
14231 * xdisp.c (get_visually_first_element): Remove old incorrect
14232 comments regarding the Unicode Line Separator character.
14233
14234 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
14235
14236 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
14237
14238 * alloc.c (Fgc_status): Do not access beyond zombies array
14239 boundary if nzombies > MAX_ZOMBIES.
14240 * alloc.c (dump_zombies): Add missing format specifier.
14241
14242 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
14243
14244 * xdisp.c (set_cursor_from_row): Simplify conditionals,
14245 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
14246
14247 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
14248 Some packages use them to denote characters with modifiers.
14249
14250 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
14251
14252 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
14253 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
14254 matching a pp-number. Rename parameter var to var1.
14255
14256 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14257
14258 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
14259
14260 2011-10-08 Glenn Morris <rgm@gnu.org>
14261
14262 * callint.c (Fcall_interactively): Give a more explicit error for the
14263 'c' case with a non-character input. (Bug#8479)
14264
14265 2011-10-08 Eli Zaretskii <eliz@gnu.org>
14266
14267 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
14268 lines.
14269 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
14270 lines that are hscrolled on the left.
14271
14272 * dispnew.c (buffer_posn_from_coords): Account for a possible
14273 presence of header-line. (Bug#4426)
14274
14275 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
14276
14277 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
14278 Don't advertise functionality which we discourage or doesn't work.
14279
14280 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
14281
14282 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
14283 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
14284 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
14285 this makes Emacs dump core during garbage collection on rare
14286 occasions. sizeof is obviously inferior to offsetof here, so
14287 stick with offsetof.
14288 (GC_POINTER_ALIGNMENT): New macro.
14289 (mark_memory): Omit 3rd (offset) arg; caller changed.
14290 Don't assume EMACS_INT alignment is the same as pointer alignment.
14291
14292 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14293
14294 * keyboard.c (read_key_sequence_remapped): New var.
14295 (read_key_sequence): Compute remapping in the right buffer.
14296 (command_loop_1): Use read_key_sequence's remapping directly.
14297
14298 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14299
14300 * dired.c (file_name_completion): Don't expand file name.
14301 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
14302 before checking file name handler.
14303
14304 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
14305 they've been requested explicitly (bug#9591).
14306
14307 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
14308
14309 * keymap.c (Fsingle_key_description): Use make_specified_string
14310 instead of build_string to build string from push_key_description.
14311 (Bug#5193)
14312
14313 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
14314
14315 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
14316 This fixes a Y2038 bug on 64-bit hosts.
14317 * buffer.c (reset_buffer):
14318 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
14319 (Fclear_buffer_auto_save_failure):
14320 Use 0, not -1, to represent an unset failure time, since time_t
14321 might not be signed.
14322
14323 Remove dependency on glibc malloc internals.
14324 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14325 Move back here from lisp.h, but with their new implementations.
14326 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14327 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
14328 * charset.c (charset_table_init): New static var.
14329 (syms_of_charset): Use it instead of xmalloc. This removes a
14330 dependency on glibc malloc internals. See Eli Zaretskii's comment in
14331 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
14332 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14333 Move back to alloc.c.
14334 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14335 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
14336
14337 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
14338
14339 * nsterm.m (windowDidResize): Call x_set_window_size only when
14340 ns_in_resize is true. Otherwise set pixelwidth/height and
14341 call change_frame_size (Bug#9628).
14342
14343 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
14344
14345 Port --enable-checking=all to Fedora 14 x86-64.
14346 * charset.c (syms_of_charset): Also account for glibc malloc's
14347 internal overhead when calculating the initial malloc maximum.
14348
14349 Port --enable-checking=all to Fedora 14 x86.
14350 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14351 Move to lisp.h.
14352 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
14353 (overrun_check_realloc, overrun_check_free):
14354 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
14355 That way, xmalloc returns a properly-aligned pointer even if
14356 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
14357 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
14358 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
14359 into account when calculating the initial malloc maximum.
14360 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14361 Move here from alloc.c, so that charset.c can use it too.
14362 Properly align; the old code wasn't right for common 32-bit hosts
14363 when configured with --enable-checking=all.
14364 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14365 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
14366
14367 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14368
14369 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
14370 use EDOM.
14371
14372 2011-09-28 Eli Zaretskii <eliz@gnu.org>
14373
14374 * xdisp.c (compute_display_string_end): If there's no display
14375 string at CHARPOS, return -1.
14376
14377 * bidi.c (bidi_fetch_char): When compute_display_string_end
14378 returns a negative value, treat the character as a normal
14379 character not covered by a display string. (Bug#9624)
14380
14381 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14382
14383 * lread.c (Fread_from_string): Fix typo in docstring.
14384
14385 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14386
14387 * xdisp.c (handle_invisible_prop): If invisible text ends on a
14388 newline, reseat the iterator instead of bidi-iterating there one
14389 character at a time. (Bug#9610)
14390 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
14391 TO_CHARPOS if the bidi iterator is at base embedding level.
14392
14393 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
14394
14395 * lread.c (readevalloop): Use correct code for NBSP.
14396 (read1): Likewise. (Bug#9608)
14397
14398 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14399
14400 * dbusbind.c (Fdbus_register_signal): When service is not
14401 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
14402
14403 2011-09-25 Glenn Morris <rgm@gnu.org>
14404
14405 * buffer.c (truncate-lines): Doc fix.
14406
14407 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14408
14409 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
14410 (Fset_window_next_buffers): Doc fix.
14411
14412 2011-09-24 Glenn Morris <rgm@gnu.org>
14413
14414 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
14415
14416 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
14417
14418 Fix minor problems found by static checking.
14419 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
14420 * indent.c (Fvertical_motion): Fix == vs = typo.
14421
14422 2011-09-24 Eli Zaretskii <eliz@gnu.org>
14423
14424 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
14425 Default value is now t. Doc fix.
14426
14427 * indent.c (Fvertical_motion): Compute and apply the overshoot
14428 logic when moving up, not only when moving down. Fix the
14429 confusing name and values of the it_overshoot_expected variable;
14430 logic changes accordingly. (Bug#9254) (Bug#9549)
14431
14432 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
14433 CHARPOS is covered by a display string which includes newlines.
14434 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
14435 is covered by a display string with embedded newlines.
14436
14437 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14438
14439 * dbusbind.c (Fdbus_register_signal): Add match rule to
14440 Vdbus_registered_objects_table. (Bug#9581)
14441 (Fdbus_register_method, Vdbus_registered_objects_table):
14442 Fix docstring.
14443
14444 2011-09-24 Jim Meyering <meyering@redhat.com>
14445
14446 do not ignore write error for any output size
14447 The previous change was incomplete.
14448 While it makes emacs --batch detect the vast majority of stdout
14449 write failures, errors were still ignored whenever the output size is
14450 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
14451 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
14452 && echo FAIL: ignored write error
14453 FAIL: ignored write error
14454 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
14455 && echo FAIL: ignored write error
14456 FAIL: ignored write error
14457 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
14458
14459 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14460
14461 * emacs.c (Fkill_emacs): In noninteractive mode exit
14462 non-successfully if a write error occurred on stdout. (Bug#9574)
14463
14464 2011-09-21 Eli Zaretskii <eliz@gnu.org>
14465
14466 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
14467 the xassert test.
14468
14469 * dispextern.h (struct it): Update the comment documenting what
14470 can it->OBJECT be.
14471
14472 2011-09-20 Eli Zaretskii <eliz@gnu.org>
14473
14474 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
14475 a display string, extend search for cursor position to end of row.
14476 (find_row_edges): If the row ends in a newline from a display
14477 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
14478 Handle the case of a display string with multiple newlines.
14479 (Fcurrent_bidi_paragraph_direction): Fix search for previous
14480 non-empty line. Fixes confusing cursor motion with arrow keys at
14481 the beginning of a line that starts with whitespace.
14482
14483 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14484
14485 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
14486 (bug#9493).
14487
14488 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14489
14490 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
14491 boolean (Bug#9154).
14492
14493 2011-09-18 Eli Zaretskii <eliz@gnu.org>
14494
14495 * xdisp.c (display_line): Record maximum and minimum buffer
14496 positions even if no glyphs were produced (e.g., by a zero-width
14497 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
14498 buffer positions that will be removed from the glyph row because
14499 they don't fit.
14500 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
14501 column is beyond frame width: don't subtract 1 "pixel" when
14502 computing width of the stretch.
14503 (reseat_at_next_visible_line_start): Undo the change made on
14504 2011-09-17 that saved paragraph information and restored it after
14505 the call to `reseat'. (Bug#9545)
14506
14507 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14508
14509 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
14510 and turn window cursor on if cleared (Bug#9415).
14511
14512 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
14513
14514 * search.c (boyer_moore): Take unibyte characters from pattern
14515 literally. (Bug#9458)
14516
14517 2011-09-18 Eli Zaretskii <eliz@gnu.org>
14518
14519 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
14520
14521 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
14522
14523 Fix minor problem found by static checking.
14524 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
14525 initialized, to pacify gcc -Wuninitialized.
14526
14527 * fileio.c: Report proper errno when syscall falls.
14528 (Finsert_file_contents): Save and restore errno,
14529 so that report_file_error outputs the correct diagnostic.
14530 (Fwrite_region) [CLASH_DETECTION]: Likewise.
14531
14532 2011-09-18 Eli Zaretskii <eliz@gnu.org>
14533
14534 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
14535
14536 2011-09-17 Eli Zaretskii <eliz@gnu.org>
14537
14538 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
14539 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
14540
14541 2011-09-17 Eli Zaretskii <eliz@gnu.org>
14542
14543 * xdisp.c (reseat_at_next_visible_line_start): Keep information
14544 about the current paragraph and restore it after the call to reseat.
14545
14546 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
14547 (bidi_find_paragraph_start): Search back for paragraph beginning
14548 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
14549 (bidi_move_to_visually_next): Only trigger paragraph-related
14550 computations when the last character is a newline or at EOB, not
14551 just any NEUTRAL_B. (Bug#9470)
14552
14553 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
14554 truncated lines if point is covered by a display string. (Bug#9524)
14555
14556 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
14557
14558 * xselect.c: Relax test for outgoing X longs (Bug#9498).
14559 (cons_to_x_long): New function.
14560 (lisp_data_to_selection_data): Use it. Correct the test for
14561 short-versus-long data; it was negated. Break out of vector
14562 loop, for efficiency, when a long datum is discovered.
14563
14564 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14565
14566 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
14567
14568 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14569
14570 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
14571 GCC PR/17406) by declaring this function with external scope.
14572
14573 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
14574
14575 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
14576 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
14577
14578 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
14579
14580 * editfns.c (Fformat): Correctly handle text properties on "%%".
14581
14582 2011-09-15 Eli Zaretskii <eliz@gnu.org>
14583
14584 * xterm.c (x_draw_composite_glyph_string_foreground):
14585 * w32term.c (x_draw_composite_glyph_string_foreground):
14586 * term.c (encode_terminal_code):
14587 * composite.c (composition_update_it, get_composition_id):
14588 * xdisp.c (get_next_display_element)
14589 (fill_composite_glyph_string): Add comments about special meaning
14590 of TAB characters in a composition.
14591
14592 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
14593
14594 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
14595 This occurs when processing a multibyte format.
14596 Problem reported by Wolfgang Jenker.
14597
14598 2011-09-15 Johan Bockgård <bojohan@gnu.org>
14599
14600 * xdisp.c (try_cursor_movement): Only check for exact match if
14601 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
14602
14603 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
14604
14605 Remove unused external symbols.
14606 * dispextern.h (calc_pixel_width_or_height): Remove decl.
14607 * xdisp.c (calc_pixel_width_or_height): Now static.
14608 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
14609 * indent.c (check_display_width):
14610 * w32term.c: Fix comment to match code.
14611 * xterm.c, xterm.h (x_catching_errors): Remove.
14612
14613 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
14614
14615 * xselect.c: Use signed conversions more consistently (Bug#9498).
14616 (selection_data_to_lisp_data): Assume incoming selection data are
14617 signed integers, not unsigned. This is to be consistent with
14618 outgoing selection data, which was modified to use signed integers
14619 in as part of the fix to Bug#9196 in response to Jan D.'s comment
14620 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
14621 expects long, not unsigned long.
14622
14623 2011-09-14 Eli Zaretskii <eliz@gnu.org>
14624
14625 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
14626 computation of loop end. Reported by Johan Bockgård
14627 <bojohan@gnu.org>.
14628
14629 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14630
14631 * frame.c (Fother_visible_frames_p): Function deleted.
14632
14633 2011-09-12 Eli Zaretskii <eliz@gnu.org>
14634
14635 * indent.c (compute_motion): Process display vector front to back
14636 rather than the other way around. (Bug#2496)
14637
14638 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
14641
14642 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14643
14644 * minibuf.c (Fread_from_minibuffer): Doc fix.
14645
14646 2011-09-11 Eli Zaretskii <eliz@gnu.org>
14647
14648 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
14649 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
14650
14651 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14652
14653 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
14654 value for non-existent files.
14655
14656 2011-09-11 Eli Zaretskii <eliz@gnu.org>
14657
14658 * fileio.c (Finsert_file_contents): If the file cannot be opened,
14659 set its "size" to -1. This will set the modtime_size field of
14660 the corresponding buffer to -1, which is what
14661 verify-visited-file-modtime expects for files that do not exist.
14662 (Bug#9139)
14663
14664 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
14665
14666 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
14667 here ...
14668 * lisp.h: ... from here. push_key_description is no longer
14669 defined in keyboard.c, so its declaration should not be in
14670 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
14671 logically belongs with push_key_description.
14672
14673 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
14674
14675 * buffer.h: Include <sys/types.h> instead of <time.h>.
14676 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
14677 Problem reported by Herbert J. Skuhra.
14678
14679 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14680
14681 * xml.c (parse_region): Make the parsing work for
14682 non-comment-starting XML files again (bug#9144).
14683
14684 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
14685
14686 * image.c (gif_load): Fix calculation of bottom and right corner.
14687 (Bug#9468)
14688
14689 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14690
14691 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
14692 redisplay in small windows.
14693
14694 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14695
14696 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
14697
14698 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14699
14700 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
14701 Operate on live windows only.
14702
14703 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
14704
14705 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
14706
14707 2011-09-07 Eli Zaretskii <eliz@gnu.org>
14708
14709 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
14710 only under bidi iteration.
14711
14712 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
14713
14714 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
14715
14716 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
14717
14718 isnan: Fix porting problem to Solaris 10 with bundled gcc.
14719 Without this fix, the command to link temacs failed due to an
14720 undefined symbol __builtin_isnan. This is because
14721 /usr/include/iso/math_c99.h #defines isnan(x) to
14722 __builtin_isnan(x), but the bundled gcc, which identifies itself
14723 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
14724 a __builtin_isnan.
14725 * floatfns.c (isnan): #undef, and then #define to a clone of
14726 what's in data.c.
14727 (Fisnan): Always define, since it's always available now.
14728 (syms_of_floatfns): Always define isnan at the Lisp level.
14729
14730 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
14731
14732 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
14733
14734 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
14735
14736 * fileio.c: Fix bugs with large file offsets (Bug#9428).
14737 The previous code assumed that file offsets (off_t values) fit in
14738 EMACS_INT variables, which is not true on typical 32-bit hosts.
14739 The code messed up by falsely reporting buffer overflow in cases
14740 such as (insert-file-contents "big" nil 1 2) into an empty buffer
14741 when "big" contains more than 2**29 bytes, even though this
14742 inserts just one byte and does not overflow the buffer.
14743 (Finsert_file_contents): Store file offsets as off_t
14744 values, not as EMACS_INT values. Check for overflow when
14745 converting between EMACS_INT and off_t. When checking for
14746 buffer overflow or for overlap, take the offsets into account.
14747 Don't use EMACS_INT for small values where int suffices.
14748 When checking for overlap, fix a typo: ZV was used where
14749 ZV_BYTE was intended.
14750 (Fwrite_region): Don't assume off_t fits into 'long'.
14751 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
14752
14753 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
14754
14755 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
14756
14757 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
14758
14759 sprintf-related integer and memory overflow issues (Bug#9412).
14760
14761 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
14762 (esprintf, exprintf, evxprintf): New functions.
14763 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
14764 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
14765 (modify_event_symbol): Do not assume that the length of
14766 name_alist_or_stem is safe to alloca and fits in int.
14767 (Fexecute_extended_command): Likewise for function name and binding.
14768 (Frecursion_depth): Wrap around reliably on integer overflow.
14769 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
14770 since some callers pass EMACS_INT values.
14771 (Fsingle_key_description): Don't crash if symbol name contains more
14772 than MAX_ALLOCA bytes.
14773 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
14774 (get_minibuffer): Arg is now EMACS_INT, not int.
14775 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
14776 (esprintf, exprintf, evxprintf): New decls.
14777 * window.h (command_loop_level, minibuf_level): Reflect API changes.
14778
14779 * dbusbind.c (signature_cat): New function.
14780 (xd_signature, Fdbus_register_signal):
14781 Do not overrun buffer; instead, report string overflow.
14782
14783 * dispnew.c (add_window_display_history): Don't overrun buffer.
14784 Truncate instead; this is OK since it's just a log.
14785
14786 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
14787 even if the time zone offset is outlandishly large.
14788 Don't mishandle offset == INT_MIN.
14789
14790 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
14791 when creating daemon; the previous buffer-overflow check was incorrect.
14792
14793 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
14794 which has the guts of the old verror function.
14795
14796 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
14797 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
14798
14799 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
14800 (font_unparse_xlfd): Don't blindly alloca long strings.
14801 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
14802 fits in int, when using sprintf. Use single snprintf to count
14803 length of string rather than counting it via multiple sprintfs;
14804 that's simpler and more reliable.
14805 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
14806 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
14807 sprintf, in case result does not fit in int.
14808
14809 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
14810 (fontset_from_font): Print it.
14811
14812 * frame.c (tty_frame_count): Now printmax_t, not int.
14813 (make_terminal_frame, set_term_frame_name): Print it.
14814 (x_report_frame_params): In X, window IDs are unsigned long,
14815 not signed long, so print them as unsigned.
14816 (validate_x_resource_name): Check for implausibly long names,
14817 and don't assume name length fits in 'int'.
14818 (x_get_resource_string): Don't blindly alloca invocation name;
14819 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
14820 not fit in int.
14821
14822 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
14823 (xg_check_special_colors, xg_set_geometry):
14824 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
14825
14826 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
14827 Use esprintf, not sprintf, in case result does not fit in int.
14828
14829 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
14830 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
14831 it as a large positive number.
14832 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
14833 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
14834
14835 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
14836 in case result does not fit in int.
14837
14838 * print.c (float_to_string): Detect width overflow more reliably.
14839 (print_object): Make sprintf buffer a bit bigger, to avoid potential
14840 buffer overrun. Don't assume list length fits in 'int'. Treat
14841 print length of 0 as 0, not as infinity; to be consistent with other
14842 uses of print length in this function. Don't overflow print length
14843 index. Don't assume hash table size fits in 'long', or that
14844 vectorlike size fits in 'unsigned long'.
14845
14846 * process.c (make_process): Use printmax_t, not int, to format
14847 process-name gensyms.
14848
14849 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
14850
14851 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
14852 to avoid potential buffer overrun.
14853
14854 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
14855 if X resource line is longer than 512 bytes.
14856
14857 * xfns.c (x_window): Make sprintf buffer a bit bigger
14858 to avoid potential buffer overrun.
14859
14860 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
14861
14862 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
14863
14864 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
14865
14866 Integer overflow fixes for scrolling, etc.
14867 Without these, Emacs silently mishandles large integers sometimes.
14868 For example, "C-u 4294967297 M-x recenter" was treated as if
14869 it were "C-u 1 M-x recenter" on a typical 64-bit host.
14870
14871 * xdisp.c (try_window_id): Check Emacs fixnum range before
14872 converting to 'int'.
14873
14874 * window.c (window_scroll_line_based, Frecenter):
14875 Check that an Emacs fixnum is in range before assigning it to 'int'.
14876 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
14877 values converted from Emacs fixnums.
14878 (Frecenter): Don't wrap around a line count if it is out of 'int'
14879 range; instead, treat it as an extreme value.
14880 (Fset_window_configuration, compare_window_configurations):
14881 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
14882
14883 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
14884 that can exceed INT_MAX. Check that EMACS_INT value is in range
14885 before assigning it to the (possibly-narrower) index.
14886 (match_limit): Don't assume that a fixnum can fit in 'int'.
14887
14888 * print.c (print_object): Use ptrdiff_t, not int, for index that can
14889 exceed INT_MAX.
14890
14891 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
14892 (Fvertical_motion): Don't wrap around LINES values that don't fit
14893 in 'int'. Instead, treat them as extreme values. This is good
14894 enough for windows, which can't have more than INT_MAX lines anyway.
14895
14896 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14897
14898 * Require libxml/parser.h to avoid compilation warning.
14899
14900 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
14901
14902 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
14903 since this reportedly can destroy thread storage.
14904
14905 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
14906
14907 * syntax.c (find_defun_start): Update all cache variables if
14908 exiting early (Bug#9401).
14909
14910 2011-08-30 Eli Zaretskii <eliz@gnu.org>
14911
14912 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
14913
14914 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
14915 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
14916 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
14917
14918 * term.c (tty_append_glyph): New function.
14919 (produce_stretch_glyph): Static function and its prototype deleted.
14920
14921 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
14922 Add prototypes.
14923
14924 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
14925
14926 * image.c (parse_image_spec): Check for nonnegative, not for positive,
14927 when checking :margin (Bug#9390).
14928 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
14929 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
14930 so that the name doesn't mislead. All uses changed.
14931
14932 2011-08-28 Johan Bockgård <bojohan@gnu.org>
14933
14934 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
14935 set_tty_hooks.
14936
14937 2011-08-27 Eli Zaretskii <eliz@gnu.org>
14938
14939 * xdisp.c (move_it_to): Don't bail out early when reaching
14940 position beyond to_charpos, if we are scanning backwards.
14941 (move_it_vertically_backward): When DY == 0, make sure we get to
14942 the first character in the line after the newline.
14943
14944 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
14945
14946 * ccl.c: Improve and simplify overflow checking (Bug#9196).
14947 (ccl_driver): Do not generate an out-of-range pointer.
14948 (Fccl_execute_on_string): Remove unnecessary check for
14949 integer overflow, noted by Stefan Monnier in
14950 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
14951 Remove a FIXME that didn't need fixing.
14952 Simplify the newly-introduced buffer reallocation code.
14953
14954 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
14955
14956 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
14957
14958 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
14959
14960 Integer and memory overflow issues (Bug#9196).
14961
14962 * doc.c (get_doc_string): Rework so that
14963 get_doc_string_buffer_size is the actual buffer size, rather than
14964 being 1 less than the actual buffer size; this makes xpalloc more
14965 convenient.
14966
14967 * image.c (x_allocate_bitmap_record, cache_image):
14968 * xselect.c (Fx_register_dnd_atom):
14969 Simplify previous changes by using xpalloc.
14970
14971 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
14972 since either will do and ptrdiff_t is convenient with xpalloc.
14973
14974 * charset.c (charset_table_size)
14975 (struct charset_sort_data.priority): Now ptrdiff_t.
14976 (charset_compare): Don't overflow if priorities differ greatly.
14977 (Fsort_charsets): Don't assume list length fits in int.
14978 Check for size-calculation overflow when allocating sort data.
14979 (syms_of_charset): Allocate an initial charset table that is
14980 just under 64 KiB, to avoid problems with glibc malloc and mmap.
14981
14982 * cmds.c (internal_self_insert): Check for size-calculation overflow.
14983
14984 * composite.h (struct composition.glyph_len): Now int, not unsigned.
14985 The actual value is always <= INT_MAX, and leaving it unsigned made
14986 overflow checking harder.
14987
14988 * dispextern.h (struct glyph_matrix.rows_allocated)
14989 (struct face_cache.size): Now ptrdiff_t, for convenience in use
14990 with xpalloc. The values are still always <= INT_MAX.
14991
14992 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
14993
14994 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
14995 (SAFE_NALLOCA): New macro.
14996
14997 * region-cache.c (struct boundary.pos, find_cache_boundary)
14998 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
14999 (set_cache_region, invalidate_region_cache)
15000 (revalidate_region_cache, know_region_cache, region_cache_forward)
15001 (region_cache_backward, pp_cache):
15002 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
15003 so that ptrdiff_t * can be passed to xpalloc.
15004 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
15005 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
15006 (pp_cache): Don't assume cache_len fits in int.
15007 * region-cache.h: Adjust extern decls to match.
15008
15009 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
15010 EMACS_INT, since either will do, for xpalloc.
15011
15012 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
15013 (xnmalloc, xnrealloc, xpalloc): New functions.
15014
15015 * bidi.c (bidi_shelve_header_size): New constant.
15016 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
15017 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
15018
15019 * bidi.c (bidi_cache_shrink):
15020 * buffer.c (overlays_at, overlays_in, record_overlay_string)
15021 (overlay_strings):
15022 Don't update size of array until after memory allocation succeeds,
15023 because xmalloc/xrealloc may not return.
15024 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
15025 now that we have proper integer overflow checking.
15026 (record_overlay_string, overlay_strings): Catch overflows when
15027 calculating size of overlay_str_buf.
15028
15029 * callproc.c (Fcall_process): Check for size overflow when
15030 calculating size of args2.
15031 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
15032 Normally we prefer signed values, but sticking with ptrdiff_t would
15033 require adding more-complicated checks.
15034
15035 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
15036 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
15037 Redo buffer-overflow calculations to avoid integer overflow.
15038 Add a FIXME comment where memory seems to be over-allocated.
15039
15040 * character.c (Fstring): Check for size-calculation overflow.
15041
15042 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
15043 unnecessary integer overflow. Check for size overflow.
15044 (encode_coding_object): Don't update size until xmalloc succeeds.
15045
15046 * composite.c (get_composition_id): Check for overflow in glyph
15047 length calculations.
15048
15049 Integer and memory overflow fixes for display code.
15050 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
15051 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
15052 (scrolling_window): Check for overflow in size calculations.
15053 (line_draw_cost, realloc_glyph_pool, add_row_entry):
15054 Don't assume glyph table len fits in int.
15055 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
15056 (row_table_size): Now ptrdiff_t, not int.
15057 (scrolling_window): Avoid overflow in size calculations.
15058 Don't update size until allocation succeeds.
15059 * fns.c (concat): Check for overflow in size calculations.
15060 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
15061 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
15062 (NEXT_ALMOST_PRIME_LIMIT): New constant.
15063
15064 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
15065 (get_doc_string): Check for size calculation overflow.
15066 Don't update size until allocation succeeds.
15067 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
15068 EMACS_INT, where ptrdiff_t will do.
15069 (Fsubstitute_command_keys): Check for string overflow.
15070
15071 * editfns.c (set_time_zone_rule): Don't assume environment length
15072 fits in int.
15073 (message_length): Now ptrdiff_t, not int.
15074 (Fmessage_box): Don't update size until allocation succeeds.
15075 Don't assume message length fits in int.
15076 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
15077
15078 * emacs.c (main): Do not reallocate argv, since there is a null at
15079 the end that can be overwritten, and this way there's no need to
15080 worry about size-calculation overflow.
15081 (sort_args): Check for size-calculation overflow.
15082
15083 * eval.c (init_eval_once, grow_specpdl): Don't update size until
15084 alloc succeeds.
15085 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
15086
15087 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
15088 (x_set_scroll_bar_width, x_figure_window_size):
15089 Check for integer overflow.
15090 (x_set_alpha): Do not assume XINT fits in int.
15091
15092 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
15093 This is for the members text_lines, text_cols, total_lines, total_cols,
15094 where the system imposes an 'int' limit.
15095
15096 * fringe.c (Fdefine_fringe_bitmap):
15097 Don't update size until alloc works.
15098
15099 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
15100 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
15101
15102 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
15103 Check for size-calculation overflow.
15104 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
15105 do, as we prefer signed integers.
15106 (id_to_widget.max_size, id_to_widget.used)
15107 (xg_store_widget_in_map, xg_remove_widget_from_map)
15108 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
15109 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
15110 Use and return ptrdiff_t, not int.
15111 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
15112 * gtkutil.h: Change prototypes to match the above.
15113
15114 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
15115 are duplicate now that they've been promoted to lisp.h.
15116 (x_allocate_bitmap_record, x_alloc_image_color)
15117 (make_image_cache, cache_image, xpm_load):
15118 Don't update size until alloc is done.
15119 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
15120 (x_detect_edges):
15121 Check for size calculation overflow.
15122 (ct_colors_allocated_max): New constant.
15123 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
15124 overflow.
15125
15126 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
15127 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
15128 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
15129 Use ptrdiff_t, not int, to count maps.
15130 (read_char_minibuf_menu_prompt): Check for overflow in size
15131 calculations. Don't update size until allocation succeeds.
15132 Redo calculations to avoid overflow.
15133 * keyboard.h: Change prototypes to match the above.
15134
15135 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
15136 to count maps.
15137 (current_minor_maps): Check for size calculation overflow.
15138 * keymap.h: Change prototypes to match the above.
15139
15140 * lread.c (read1, init_obarray): Don't update size until alloc done.
15141
15142 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
15143 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
15144
15145 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
15146 Now ptrdiff_t, not int.
15147 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
15148 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
15149
15150 * process.c (Fnetwork_interface_list): Check for overflow
15151 in size calculation.
15152
15153 * region-cache.c (move_cache_gap): Check for size calculation overflow.
15154
15155 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
15156 overflow. Don't bother calling xmalloc when xrealloc will do.
15157
15158 * search.c (Freplace_match): Check for size calculation overflow.
15159 (Fset_match_data): Don't assume list lengths fit in 'int'.
15160
15161 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
15162 for command line length. Do not attempt to address one before the
15163 beginning of an array, as that's not portable.
15164
15165 * term.c (max_frame_lines): Remove; unused.
15166 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
15167 not int.
15168 (encode_terminal_code, calculate_costs): Check for size
15169 calculation overflow.
15170 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
15171 table lengths and related sizes. Don't update size until alloc
15172 done. Redo calculations to avoid overflow.
15173 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
15174
15175 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
15176 subtracting pointers.
15177 (gobble_line): Check for overflow more carefully. Don't update size
15178 until alloc done.
15179
15180 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
15181 Don't update size until alloc done.
15182 Redo size calculations to avoid overflow.
15183 Check for size calculation overflow.
15184 (main) [DEBUG]: Fix typo in invoking tparam1.
15185
15186 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
15187 Use ptrdiff_t, not int, for sizes.
15188 (store_mode_line_noprop_char): Don't update size until alloc done.
15189
15190 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
15191 Use ptrdiff_t, not int, for sizes.
15192 (Finternal_make_lisp_face, cache_face):
15193 Check for size calculation overflow.
15194 (cache_face): Treat size calculation overflows as if they were
15195 memory exhaustion (the usual treatment), rather than aborting.
15196
15197 * xfns.c (x_encode_text, x_set_name_internal)
15198 (Fx_change_window_property): Use ptrdiff_t, not int, to count
15199 sizes, since they can exceed INT_MAX in size. Check for size
15200 calculation overflow.
15201
15202 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
15203 (xg_select): Check for size calculation overflow.
15204 Don't update size until alloc done.
15205
15206 * xrdb.c (get_environ_db): Don't assume path length fits in int,
15207 as sprintf is limited to int lengths.
15208
15209 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
15210 (X_LONG_MIN): New macros.
15211 Use them to make the following changes clearer.
15212 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
15213 This change doesn't affect the value now, but it may help remind
15214 future maintainers not to raise the value too much later.
15215 (SELECTION_QUANTUM): Remove, replacing with ...
15216 (selection_quantum): ... new function, which avoids overflow.
15217 All uses changed.
15218 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
15219 assumption that selection length fits in 'int'.
15220 (x_reply_selection_request, x_handle_selection_request)
15221 (x_get_window_property, receive_incremental_selection)
15222 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
15223 (lisp_data_to_selection_data, clean_local_selection_data):
15224 Use ptrdiff_t, not int, to record length of selection.
15225 (x_reply_selection_request, x_get_window_property)
15226 (receive_incremental_selection, x_property_data_to_lisp):
15227 Redo calculations to avoid overflow.
15228 (x_reply_selection_request): When sending hint, ceiling it at
15229 X_LONG_MAX rather than relying on wraparound overflow to send
15230 something.
15231 (x_get_window_property, receive_incremental_selection)
15232 (lisp_data_to_selection_data, x_property_data_to_lisp):
15233 Check for size-calculation overflow.
15234 (x_get_window_property, receive_incremental_selection)
15235 (lisp_data_to_selection_data, Fx_register_dnd_atom):
15236 Don't store size until memory allocation succeeds.
15237 (x_get_window_property): Plug memory leak on memory exhaustion.
15238 Don't double-block input; malloc is safe here. Don't assume 2**34
15239 - 4 fits in unsigned long. Add an xassert to check
15240 XGetWindowProperty overflow. Be more careful about overflow
15241 calculations, and distinguish size from memory overflow better.
15242 (receive_incremental_selection): When tracing, don't assume
15243 unsigned int is less than INT_MAX.
15244 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
15245 harmful) conversions of unsigned short to int.
15246 (lisp_data_to_selection_data): Don't assume that integers
15247 in the range -65535 through -1 fit in an X unsigned short.
15248 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
15249 result parameters unless successful. Rely on cons_to_unsigned
15250 to report problems with elements; the old code wasn't right anyway.
15251 (x_check_property_data): Check for int overflow; we cannot use
15252 a wider type due to X limits.
15253 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
15254
15255 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
15256
15257 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
15258 (x_term_init): Check for size calculation overflow.
15259 (x_color_cells): Don't store size until memory allocation succeeds.
15260 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
15261 Don't assume alloca size is less than MAX_ALLOCA.
15262 (x_term_init): Don't assume length fits in int (sprintf is limited
15263 to int size).
15264
15265 Use ptrdiff_t for composition IDs.
15266 * character.c (lisp_string_width):
15267 * composite.c (composition_table_size, n_compositions)
15268 (get_composition_id, composition_gstring_from_id):
15269 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
15270 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
15271 * window.c (Frecenter):
15272 Use ptrdiff_t, not int, for composition IDs.
15273 * composite.c (get_composition_id): Check for integer overflow.
15274 * composite.h: Adjust prototypes to match the above changes.
15275
15276 Use ptrdiff_t for hash table indexes.
15277 * category.c (hash_get_category_set):
15278 * ccl.c (ccl_driver):
15279 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
15280 * coding.c (coding_system_charset_list, detect_coding_system):
15281 * coding.h (struct coding_system.id):
15282 * composite.c (get_composition_id, gstring_lookup_cache):
15283 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
15284 * image.c (xpm_get_color_table_h):
15285 * lisp.h (hash_lookup, hash_put):
15286 * minibuf.c (Ftest_completion):
15287 Use ptrdiff_t for hash table indexes, not int (which is too
15288 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
15289 32-bit --with-wide-int hosts).
15290
15291 * charset.c (Fdefine_charset_internal): Check for integer overflow.
15292 Add a FIXME comment about memory leaks.
15293 (syms_of_charset): Don't assume xmalloc returns.
15294
15295 Don't assume that stated character widths fit in int.
15296 * character.c (Fchar_width, c_string_width, lisp_string_width):
15297 * character.h (CHAR_WIDTH):
15298 * indent.c (MULTIBYTE_BYTES_WIDTH):
15299 Use sanitize_char_width to avoid undefined and/or bad behavior
15300 with outlandish widths.
15301 * character.h (sanitize_tab_width): Rename from sanitize_width,
15302 now that we have two such functions. All uses changed.
15303 (sanitize_char_width): New inline function.
15304
15305 Don't assume that tab-width fits in int.
15306 * character.h (sanitize_width): New inline function.
15307 (SANE_TAB_WIDTH): New macro.
15308 (ASCII_CHAR_WIDTH): Use it.
15309 * indent.c (sane_tab_width): Remove. All uses replaced by
15310 SANE_TAB_WIDTH (current_buffer).
15311 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
15312
15313 * fileio.c: Integer overflow issues with file modes.
15314 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
15315
15316 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
15317 Remove unreachable code.
15318 (read_hex, load_charset_map_from_file): Check for integer overflow.
15319
15320 * xterm.c: Don't go over XClientMessageEvent limit.
15321 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
15322 (x_send_scroll_bar_event): Likewise. Check that the size does not
15323 exceed limits imposed by XClientMessageEvent, as well as the usual
15324 ptrdiff_t and size_t limits.
15325
15326 * keyboard.c: Overflow, signedness and related fixes.
15327 (make_lispy_movement): Use same integer type in forward decl
15328 that is used in the definition.
15329 (read_key_sequence, keyremap_step):
15330 Change bufsize argument back to int, undoing my 2011-03-30 change.
15331 We prefer signed types, and int is wide enough here.
15332 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
15333 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
15334 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
15335 length, not size_t. Use ptrdiff_t for index, not int.
15336 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
15337 possibility of integer overflow.
15338
15339 Overflow, signedness and related fixes for images.
15340
15341 * dispextern.h (struct it.stack[0].u.image.image_id)
15342 (struct_it.image_id, struct image.id, struct image_cache.size)
15343 (struct image_cache.used, struct image_cache.ref_count):
15344 * gtkutil.c (update_frame_tool_bar):
15345 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
15346 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
15347 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
15348 * nsmenu.m (update_frame_tool_bar):
15349 * xdisp.c (calc_pixel_width_or_height):
15350 * xfns.c (image_cache_refcount):
15351 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
15352 on typical 64-bit hosts.
15353
15354 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
15355 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
15356 Omit unnecessary casts to int.
15357 (parse_image_spec): Check that integers fall into 'int' range
15358 when the callers expect that.
15359 (image_ascent): Redo ascent calculation to avoid int overflow.
15360 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
15361 (lookup_image): Remove unnecessary tests.
15362 (xbm_image_p): Locals are now of int, not EMACS_INT,
15363 since parse_image_check makes sure they fit into int.
15364 (png_load, gif_load, svg_load_image):
15365 Prefer int to unsigned where either will do.
15366 (tiff_handler): New function, combining the cores of the
15367 old tiff_error_handler and tiff_warning_handler.
15368 This function is rewritten to use vsnprintf and thereby avoid
15369 stack buffer overflows. It uses only the features of vsnprintf
15370 that are common to both POSIX and native Microsoft.
15371 (tiff_error_handler, tiff_warning_handler): Use it.
15372 (tiff_load, gif_load, imagemagick_load_image):
15373 Don't assume :index value fits in 'int'.
15374 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
15375 (imagemagick_load_image): Check that crop parameters fit into
15376 the integer types that MagickCropImage accepts. Don't assume
15377 Vimagemagick_render_type has a nonnegative value. Don't assume
15378 size_t fits in 'long'.
15379 (gs_load): Use printmax_t to print the widest integers possible.
15380 Check for integer overflow when computing image height and width.
15381
15382 2011-08-26 Eli Zaretskii <eliz@gnu.org>
15383
15384 * xdisp.c (redisplay_window): Don't force window start if point
15385 will be invisible in the resulting window. (Bug#9324)
15386
15387 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15388
15389 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
15390 the display spec is of the form `(space ...)'.
15391 (handle_display_spec): Return the value returned by
15392 handle_single_display_spec, not just 1 or zero.
15393 (handle_single_display_spec): If the display spec is of the form
15394 `(space ...)', and specifies display in the text area, return 2
15395 rather than 1.
15396 (try_cursor_movement): Check for the need to scroll more
15397 accurately, and prefer exact match for point under bidi.
15398 Don't advance `row' beyond the last row of the window.
15399
15400 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
15401 into disp_prop; all users changed.
15402
15403 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
15404 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
15405 for the text covered by the display property.
15406
15407 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15408
15409 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
15410 Change return value to nil.
15411 (Frecord_buffer): Delete unused function.
15412
15413 2011-08-24 Eli Zaretskii <eliz@gnu.org>
15414
15415 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
15416 buffers, return left-to-right.
15417 (set_cursor_from_row): Consider candidate row a win if its glyph
15418 represents a newline and point is on that newline. Fixes cursor
15419 positioning on the newline at EOL of R2L text within L2R
15420 paragraph, and vice versa.
15421 (try_cursor_movement): Check continued rows, in addition to
15422 continuation rows. Fixes unwarranted scroll when point enters a
15423 continued line of R2L text within an L2R paragraph, or vice versa.
15424 (cursor_row_p): Consider the case of point being equal to
15425 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
15426 from the end of a short line to the beginning of a continued line
15427 of R2L text within L2R paragraph.
15428 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
15429 composed characters.
15430
15431 * bidi.c (bidi_check_type): Use xassert.
15432 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
15433 members.
15434
15435 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15436
15437 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
15438 a character.
15439
15440 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
15441
15442 * nsfont.m (ns_otf_to_script): Fix typo.
15443
15444 2011-08-22 Kenichi Handa <handa@m17n.org>
15445
15446 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
15447 extra slot even if the purpose is char-code-property-table.
15448
15449 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15450
15451 * xdisp.c (redisplay_window): When computing centering_position,
15452 account for the height of the header line. (Bug#8874)
15453
15454 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
15455 instead of CHAR_TO_BYTE. Fixes a crash when a completion
15456 candidate is selected by the mouse, and that candidate has a
15457 composed character under the mouse.
15458
15459 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
15460 coordinates reported by pos-visible-in-window-p for a composed
15461 character in column zero.
15462
15463 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15464
15465 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
15466
15467 2011-08-22 Eli Zaretskii <eliz@gnu.org>
15468
15469 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
15470 consider it a hit if to_charpos is anywhere in the range of the
15471 composed buffer positions.
15472
15473 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15474
15475 * image.c (gif_load): Don't assume that each subimage has the same
15476 dimensions as the base image. Handle disposal method that is
15477 "undefined" by the gif spec (Bug#9335).
15478
15479 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15480
15481 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
15482 (Fcondition_case): Document `debug' symbol in error handler.
15483
15484 2011-08-19 Eli Zaretskii <eliz@gnu.org>
15485
15486 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
15487 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
15488 from an Org mode buffer to a Speedbar frame.
15489
15490 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
15491 a composition, take its buffer position from IT->cmp_it.charpos.
15492 Fixes cursor positioning at the beginning of a line that begins
15493 with a composed character.
15494
15495 2011-08-18 Eli Zaretskii <eliz@gnu.org>
15496
15497 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
15498 character bidirectional type, use STRONG_L instead. Fixes crashes
15499 in a buffer produced by `describe-categories'.
15500
15501 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
15502 members before the level stack, so they would be saved and
15503 restored when copying iterator state. Fixes incorrect reordering
15504 around TABs covered by display properties.
15505
15506 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
15507
15508 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
15509
15510 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
15511
15512 * eval.c (internal_condition_case, internal_condition_case_1)
15513 (internal_condition_case_2, internal_condition_case_n):
15514 Remove unnecessary aborts (Bug#9081).
15515
15516 2011-08-17 Eli Zaretskii <eliz@gnu.org>
15517
15518 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
15519 has no `load' handler, try opening the file locally. (Bug#9311)
15520
15521 2011-08-16 Ken Brown <kbrown@cornell.edu>
15522
15523 * gmalloc.c: Expand comment.
15524
15525 2011-08-16 Eli Zaretskii <eliz@gnu.org>
15526
15527 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
15528 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
15529
15530 2011-08-16 Ken Brown <kbrown@cornell.edu>
15531
15532 Fix memory allocation problems in Cygwin build (Bug#9273).
15533
15534 * unexcw.c ( __malloc_initialized): Declare external variable.
15535 (fixup_executable): Force the dumped emacs to reinitialize malloc.
15536
15537 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
15538 New variables.
15539 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
15540 dumped emacs.
15541 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
15542 in the static heap.
15543 [CYGWIN] (special_realloc): New function.
15544 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
15545 requests to realloc storage in the static heap.
15546
15547 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
15548
15549 * bidi.c (bidi_initialize): Remove unused local.
15550
15551 2011-08-15 Eli Zaretskii <eliz@gnu.org>
15552
15553 * bidimirror.h:
15554 * biditype.h: Remove file.
15555 * makefile.w32-in ($(BLD)/bidi.$(O)):
15556 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
15557
15558 * dispextern.h: Fix a typo in the comment to bidi_type_t.
15559
15560 * chartab.c: Improve commentary for the uniprop_table API.
15561
15562 * bidi.c (bidi_paragraph_init): Support zero value of
15563 bidi_ignore_explicit_marks_for_paragraph_level.
15564 (bidi_initialize): Use uniprop_table instead of including
15565 biditype.h and bidimirror.h.
15566
15567 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
15568 coordinates of the iterator when restoring from ppos_it.
15569 (Bug#9296)
15570
15571 2011-08-14 Kenichi Handa <handa@m17n.org>
15572
15573 * process.c (create_process): Call setup_process_coding_systems
15574 after the pid of the process is set to -1 (Bug#8162).
15575
15576 2011-08-14 Eli Zaretskii <eliz@gnu.org>
15577
15578 * xdisp.c (move_it_in_display_line_to): Don't invoke
15579 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
15580 ppos_it. Fixes vertical cursor motion when line beginning is
15581 covered by an image. (Bug#9296)
15582
15583 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
15584
15585 * nsterm.h (ns_run_ascript): Declare.
15586 (NSAPP_DATA2_RUNASSCRIPT): Define.
15587
15588 * nsfns.m (as_script, as_result, as_status): New static variables.
15589 (ns_run_ascript): New function.
15590 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
15591 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
15592 the event loop. Get status from as_status (Bug#7276).
15593
15594 * nsterm.m (sendEvent): If event is NSApplicationDefined and
15595 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
15596 the event loop (Bug#7276).
15597
15598 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
15599
15600 * gnutls.c (QCgnutls_bootprop_priority)
15601 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
15602 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
15603 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
15604 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
15605 (QCgnutls_bootprop_verify_hostname_error)
15606 (QCgnutls_bootprop_callbacks_verify): Rename from
15607 Qgnutls_bootprop_..., all uses changed.
15608
15609 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
15610 uses changed.
15611
15612 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
15613
15614 * xfaces.c (Qframe_set_background_mode): Now static.
15615 * dispextern.h (Qframe_set_background_mode): Remove decl.
15616
15617 * process.c (Fnetwork_interface_info): Declare local only if needed.
15618
15619 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
15620
15621 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
15622 (Fnetwork_interface_list): Allocate in increments of bytes instead
15623 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
15624 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
15625 sockaddr.
15626 (struct ifflag_def): notrailers is smart on OSX.
15627 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
15628 Get hardware address with getifaddrs if available.
15629
15630 2011-08-12 Eli Zaretskii <eliz@gnu.org>
15631
15632 * xdisp.c (iterate_out_of_display_property): xassert that
15633 IT->position is set to within IT->object's boundaries. Break from
15634 the loop as soon as EOB is reached; avoids infloops in redisplay
15635 when IT->position is set up wrongly due to some bug.
15636 Set IT->current to match the bidi iterator unconditionally.
15637 (push_display_prop): Allow GET_FROM_STRING as IT->method on
15638 entry. Force push_it to save on the stack the current
15639 buffer/string position, to be restored by pop_it. Fix flags in
15640 the iterator structure wrt the object coming from a display
15641 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
15642 properties. (Bug#9284)
15643
15644 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15645
15646 * fontset.c (fontset_get_font_group): Add proper type checks.
15647 (Bug#9172)
15648
15649 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15650
15651 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
15652 and LC_VERSION_MIN_MACOSX.
15653 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
15654 (dump_it) [LC_FUNCTION_STARTS]: Use it.
15655
15656 2011-08-08 Eli Zaretskii <eliz@gnu.org>
15657
15658 * xdisp.c (forward_to_next_line_start): Allow to use the
15659 no-display-properties-and-no-overlays under bidi display.
15660 Set disp_pos in the bidi iterator to avoid searches for display
15661 properties and overlays.
15662
15663 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15664
15665 * editfns.c (Fset_time_zone_rule): Document relationship with the
15666 setenv function.
15667
15668 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
15669 the font entity extracted from the cache (Bug#8109).
15670
15671 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
15672
15673 * composite.c (autocmp_chars): Don't reset point. That is done by
15674 restore_point_unwind (Bug#5984).
15675
15676 2011-08-07 Juri Linkov <juri@jurta.org>
15677
15678 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
15679 to show the arg `TIME' instead of `TIMEVAL'.
15680
15681 2011-08-06 Eli Zaretskii <eliz@gnu.org>
15682
15683 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
15684 display property strides EOL and includes a newline, as in
15685 longlines-mode. (Bug#9254)
15686 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
15687 word-wrap under bidirectional display. (Bug#9224)
15688
15689 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
15690 is non-zero, even if the data buffer is NULL. Fixes a crash in
15691 vertical-motion with longlines-mode. (Bug#9254)
15692
15693 2011-08-05 Eli Zaretskii <eliz@gnu.org>
15694
15695 * bidi.c <bidi_cache_total_alloc>: Now static.
15696 (bidi_initialize): Initialize bidi_cache_total_alloc.
15697
15698 * xdisp.c (display_line): Release buffer allocated for shelved bidi
15699 cache. (Bug#9221)
15700
15701 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
15702 amount allocated this far in `bidi_cache_total_alloc'.
15703 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
15704 non-zero, only free the data buffer without restoring the cache
15705 contents. All callers changed.
15706
15707 * dispextern.h (bidi_unshelve_cache): Update prototype.
15708
15709 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
15710 (move_it_in_display_line, move_it_to)
15711 (move_it_vertically_backward, move_it_by_lines): Replace the call
15712 to xfree to an equivalent call to bidi_unshelve_cache.
15713 (move_it_in_display_line_to): Fix logic of returning
15714 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
15715
15716 2011-08-05 Eli Zaretskii <eliz@gnu.org>
15717
15718 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
15719 came from a string character with a `cursor' property. (Bug#9229)
15720
15721 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
15722
15723 * Makefile.in (LIB_PTHREAD): New variable.
15724 (LIBES): Add LIB_PTHREAD (Bug#9216).
15725
15726 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
15727 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
15728
15729 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
15730
15731 * regex.c (re_iswctype): Remove some redundant boolean conversions.
15732
15733 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
15734
15735 * xterm.c (x_find_topmost_parent): New function.
15736 (x_set_frame_alpha): Find topmost parent window with
15737 x_find_topmost_parent and set the property there also (bug#9181).
15738 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
15739
15740 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
15741
15742 * callproc.c (Fcall_process): Avoid vfork clobbering
15743 the local vars buffer, coding_systems, current_dir.
15744
15745 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15746
15747 * keymap.c (Fmake_composed_keymap): Move to subr.el.
15748
15749 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
15750
15751 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
15752 so that it is not optimized away.
15753
15754 * xdisp.c (compute_display_string_pos): Remove unused local.
15755
15756 2011-08-02 Eli Zaretskii <eliz@gnu.org>
15757
15758 Fix slow cursor motion and scrolling in large buffers with
15759 selective display, like Org Mode buffers. (Bug#9218)
15760
15761 * dispextern.h (struct bidi_it): New member disp_prop_p.
15762
15763 * xdisp.c: Remove one-slot cache of display string positions.
15764 (compute_display_string_pos): Accept an additional argument
15765 DISP_PROP_P; callers changed. Scan at most 5K characters forward
15766 for a display string or property. If found, set DISP_PROP_P
15767 non-zero.
15768
15769 * bidi.c (bidi_fetch_char): Accept an additional argument
15770 DISP_PROP_P, and pass it to compute_display_string_pos.
15771 Only handle text covered by a display string if DISP_PROP_P is returned
15772 non-zero. All callers of bidi_fetch_char changed.
15773
15774 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
15775
15776 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
15777
15778 2010-12-03 Don March <don@ohspite.net>
15779
15780 * keymap.c (Fdefine_key): Fix non-prefix key error message when
15781 last character M-[char] is translated to ESC [char] (bug#7541).
15782
15783 2011-08-02 Kenichi Handa <handa@m17n.org>
15784
15785 * lisp.h (uniprop_table): Extern it.
15786
15787 * chartab.c (uniprop_table): Make it non-static.
15788
15789 2011-08-01 Eli Zaretskii <eliz@gnu.org>
15790
15791 * xdisp.c (forward_to_next_line_start): Accept additional argument
15792 BIDI_IT_PREV, and store into it the state of the bidi iterator had
15793 on the newline.
15794 (reseat_at_next_visible_line_start): Use the bidi iterator state
15795 returned by forward_to_next_line_start to restore the state of
15796 it->bidi_it after backing up to previous newline. (Bug#9212)
15797
15798 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
15799
15800 * regex.c (re_comp): Protoize.
15801 (re_exec): Fix return type.
15802 (regexec): Fix type of `ret'. (Bug#9203)
15803
15804 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15805
15806 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
15807 This is needed if max-image-size is a floating-point number.
15808
15809 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
15810
15811 * print.c (print_object): Print empty symbol as ##.
15812
15813 * lread.c (read1): Read ## as empty symbol.
15814
15815 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
15816
15817 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
15818 setting frame foreground color (Bug#9175).
15819 (x_set_background_color): Likewise.
15820
15821 * nsmenu.m (-setText): Size tooltip dimensions precisely to
15822 contents (Bug#9176).
15823 (EmacsTooltip -init): Remove bezels and add shadows to
15824 tooltip windows.
15825
15826 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
15827 or scroll bar (Bug#8470).
15828
15829 * nsfont.m (nsfont_open): Remove assignment to voffset and
15830 unnecessary vars hshink, expand, hd, full_height, min_height.
15831 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
15832
15833 * nsterm.h (nsfont_info): Remove voffset field.
15834
15835 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
15836
15837 Implement strike-through and overline on NextStep (Bug#8863).
15838
15839 * nsfont.m (nsfont_open): Use underline position provided by font,
15840 instead of hard-coded value of 2.
15841 (nsfont_draw): Call ns_draw_text_decoration instead.
15842
15843 * nsterm.h: Add declaration for ns_draw_text_decoration.
15844
15845 * nsterm.m (ns_draw_text_decoration): New function for drawing
15846 underline, overline, and strike-through.
15847 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
15848 ns_draw_text_decoration. Change treatment of cursor drawing to
15849 accommodate underlining, etc.
15850
15851 2011-07-28 Eli Zaretskii <eliz@gnu.org>
15852
15853 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
15854 default.
15855
15856 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15857
15858 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
15859 Without this fix, if a signal arrives just after memory fills up,
15860 'malloc' might be invoked reentrantly.
15861
15862 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
15863 In other words, assume that every image size is allowed, on non-X
15864 hosts. This assumption is probably wrong, but it lets Emacs compile.
15865
15866 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
15867
15868 * regex.c (re_iswctype): Convert return values to boolean.
15869
15870 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
15871
15872 * xdisp.c (compute_display_string_pos): Don't use cached display
15873 string position if the buffer had its restriction changed.
15874 (Bug#9184)
15875
15876 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15877
15878 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
15879
15880 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15881
15882 Integer signedness and overflow and related fixes. (Bug#9079)
15883
15884 * bidi.c: Integer size and overflow fixes.
15885 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
15886 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
15887 (bidi_cache_find_level_change, bidi_cache_ensure_space)
15888 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
15889 (bidi_find_other_level_edge):
15890 Use ptrdiff_t instead of EMACS_INT where either will do.
15891 This works better on 32-bit hosts configured --with-wide-int.
15892 (bidi_cache_ensure_space): Check for size-calculation overflow.
15893 Use % rather than repeated addition, for better worst-case speed.
15894 Don't set bidi_cache_size until after xrealloc returns, because it
15895 might not return.
15896 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
15897 (bidi_cache_ensure_space): Also check that the bidi cache size
15898 does not exceed that of the largest Lisp string or buffer. See Eli
15899 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
15900
15901 * alloc.c (__malloc_size_t): Remove.
15902 All uses replaced by size_t. See Andreas Schwab's note
15903 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
15904
15905 * image.c: Improve checking for integer overflow.
15906 (check_image_size): Assume that f is nonnull, since
15907 it is always nonnull in practice. This is one less thing to
15908 worry about when checking for integer overflow later.
15909 (x_check_image_size): New function, which checks for integer
15910 overflow issues inside X.
15911 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
15912 This removes the need for a memory_full check.
15913 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
15914 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
15915 (xbm_read_bitmap_data): Change locals back to 'int', since
15916 their values must fit in 'int'.
15917 (xpm_load_image, png_load, tiff_load):
15918 Invoke x_create_x_image_and_pixmap earlier,
15919 to avoid much needless work if the image is too large.
15920 (tiff_load): Treat overly large images as if
15921 x_create_x_image_and_pixmap failed, not as malloc failures.
15922 (gs_load): Use x_check_image_size.
15923
15924 * gtkutil.c: Omit integer casts.
15925 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
15926 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
15927
15928 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
15929
15930 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
15931 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
15932 would wrongly return t on a 64-bit host.
15933
15934 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
15935 The plain *_OVERFLOW macros run afoul of GCC bug 49705
15936 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
15937 and therefore cause GCC to emit a bogus diagnostic in some cases.
15938
15939 * image.c: Integer signedness and overflow and related fixes.
15940 This is not an exhaustive set of fixes, but it's time to
15941 record what I've got.
15942 (lookup_pixel_color, check_image_size): Remove redundant decls.
15943 (check_image_size): Don't assume that arbitrary EMACS_INT values
15944 fit in 'int', or that arbitrary 'double' values fit in 'int'.
15945 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
15946 (tiff_load, imagemagick_load_image):
15947 Check for overflow in size calculations.
15948 (x_create_x_image_and_pixmap): Remove unnecessary test for
15949 xmalloc returning NULL; that can't happen.
15950 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
15951 (xpm_color_bucket): Use better integer hashing function.
15952 (xpm_cache_color): Don't possibly over-allocate memory.
15953 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
15954 (gif_memory_source):
15955 Use ptrdiff_t, not int or size_t, to record sizes.
15956 (png_load): Don't assume values greater than 2**31 fit in 'int'.
15957 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
15958 either works, as we prefer signed integers.
15959 (tiff_read_from_memory, tiff_write_from_memory):
15960 Return tsize_t, not size_t, since that's what the TIFF API wants.
15961 (tiff_read_from_memory): Don't fail simply because the read would
15962 go past EOF; instead, return a short read.
15963 (tiff_load): Omit no-longer-needed casts.
15964 (Fimagemagick_types): Don't assume size fits into 'int'.
15965
15966 Improve hashing quality when configured --with-wide-int.
15967 * fns.c (hash_string): New function, taken from sxhash_string.
15968 Do not discard information about ASCII character case; this
15969 discarding is no longer needed.
15970 (sxhash-string): Use it. Change sig to match it. Caller changed.
15971 * lisp.h: Declare it.
15972 * lread.c (hash_string): Remove, since we now use fns.c's version.
15973 The fns.c version returns a wider integer if --with-wide-int is
15974 specified, so this should help the quality of the hashing a bit.
15975
15976 * emacs.c: Integer overflow minor fix.
15977 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
15978 Define only if GNU_LINUX.
15979 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
15980
15981 * dispnew.c: Integer signedness and overflow fixes.
15982 Remove unnecessary forward decls, that were a maintenance hassle.
15983 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
15984 All uses changed.
15985 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
15986 (scrolling_window): Use ptrdiff_t, not int, for byte count.
15987 (prepare_desired_row, line_draw_cost):
15988 Use int, not unsigned, where either works.
15989 (save_current_matrix, restore_current_matrix):
15990 Use ptrdiff_t, not size_t, where either works.
15991 (init_display): Check for overflow more accurately, and without
15992 relying on undefined behavior.
15993
15994 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
15995 Remove, replacing with the new symbols in lisp.h. All uses changed.
15996 * fileio.c (make_temp_name):
15997 * filelock.c (lock_file_1, lock_file):
15998 * xdisp.c (message_dolog):
15999 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
16000 Use pMd etc. instead.
16001 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
16002 replacing the pWIDE etc. symbols removed from editfns.c.
16003
16004 * keyboard.h (num_input_events): Now uintmax_t.
16005 This is (very slightly) less likely to mess up due to wraparound.
16006 All uses changed.
16007
16008 * buffer.c: Integer signedness fixes.
16009 (alloc_buffer_text, enlarge_buffer_text):
16010 Use ptrdiff_t rather than size_t when either will do, as we prefer
16011 signed integers.
16012
16013 * alloc.c: Integer signedness and overflow fixes.
16014 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
16015 (__malloc_size_t): Default to size_t, not to int.
16016 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
16017 (Fgarbage_collect, mark_object_loop_halt, mark_object):
16018 Prefer ptrdiff_t to size_t when either would do, as we prefer
16019 signed integers.
16020 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
16021 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
16022 Now const. Initialize with values that are in range even if char
16023 is signed.
16024 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
16025 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
16026 These functions do the right thing with sizes > 2**32.
16027 (check_depth): Now ptrdiff_t, not int.
16028 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
16029 Adjust to new way of storing sizes. Check for size overflow bugs
16030 in rest of code.
16031 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
16032 slightly wrong anyway, as it missed one instance of
16033 XMALLOC_OVERRUN_CHECK_OVERHEAD.
16034 (refill_memory_reserve): Omit needless cast to size_t.
16035 (mark_object_loop_halt): Mark as externally visible.
16036
16037 * xselect.c: Integer signedness and overflow fixes.
16038 (Fx_register_dnd_atom, x_handle_dnd_message):
16039 Use ptrdiff_t, not size_t, since we prefer signed.
16040 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
16041 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
16042 x_dnd_atoms_size and x_dnd_atoms_length.
16043
16044 * doprnt.c: Prefer signed to unsigned when either works.
16045 * eval.c (verror):
16046 * doprnt.c (doprnt):
16047 * lisp.h (doprnt):
16048 * xdisp.c (vmessage):
16049 Use ptrdiff_t, not size_t, when using or implementing doprnt,
16050 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
16051 prefer signed arithmetic to avoid comparison confusion.
16052 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
16053 but is a bit tricky.
16054
16055 Assume freestanding C89 headers, string.h, stdlib.h.
16056 * data.c, doprnt.c, floatfns.c, print.c:
16057 Include float.h unconditionally.
16058 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
16059 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
16060 * regex.c: Likewise for stddef.h, string.h.
16061 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
16062 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
16063 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
16064 (STDC_HEADERS): Remove obsolete defines.
16065 * sysdep.c: Include limits.h unconditionally.
16066
16067 Assume support for memcmp, memcpy, memmove, memset.
16068 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
16069 * regex.c (memcmp, memcpy):
16070 Remove; we assume C89 now.
16071
16072 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
16073 (__malloc_safe_bcopy): Remove; no longer needed.
16074
16075 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
16076 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
16077 well either way, and we prefer signed to unsigned.
16078
16079 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16080
16081 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
16082 closes the connection while we're reading (bug#9182).
16083
16084 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
16085
16086 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
16087 are specified (Bug#9168).
16088
16089 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
16090
16091 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
16092 Found by GCC static checking and --with-wide-int on a 32-bit host.
16093
16094 2011-07-25 Eli Zaretskii <eliz@gnu.org>
16095
16096 * xdisp.c (compute_display_string_pos): Fix logic of caching
16097 previous display string position. Initialize cached_prev_pos to
16098 -1. Fixes slow-down at the beginning of a buffer.
16099
16100 2011-07-24 Eli Zaretskii <eliz@gnu.org>
16101
16102 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
16103 for attrs[LFACE_FONTSET_INDEX].
16104
16105 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
16106
16107 * xml.c (parse_region): Remove unused local
16108 that was recently introduced.
16109
16110 2011-07-23 Eli Zaretskii <eliz@gnu.org>
16111
16112 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
16113 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
16114
16115 * xdisp.c (move_it_in_display_line_to): Record the best matching
16116 position for TO_CHARPOS while scanning the line, and restore it on
16117 exit if none of the characters scanned was an exact match.
16118 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
16119 when exact match is impossible due to invisible text, and the
16120 lines are truncated.
16121
16122 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
16123
16124 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
16125 for OSX >= 10.7.
16126
16127 2011-07-22 Eli Zaretskii <eliz@gnu.org>
16128
16129 Fix a significant slow-down of cursor motion with C-n, C-p,
16130 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
16131 auto-repeat under bidi redisplay in fontified buffers.
16132 * xdisp.c (compute_stop_pos_backwards): New function.
16133 (next_element_from_buffer): Call compute_stop_pos_backwards to
16134 find a suitable prev_stop when we find ourselves before
16135 base_level_stop.
16136 (reseat): Don't look for prev_stop, as that could mean a very long
16137 run.
16138 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
16139 <cached_disp_overlay_modiff>: Cache for last found display string
16140 position.
16141 (compute_display_string_pos): Return the cached position if asked
16142 about the same buffer in the same area of character positions, and
16143 the buffer wasn't changed since the time the display string
16144 position was cached.
16145
16146 2011-07-22 Eli Zaretskii <eliz@gnu.org>
16147
16148 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
16149 is an integer, which is important for empty lines. (Bug#9149)
16150
16151 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
16152
16153 * frame.c (Fmodify_frame_parameters): In tty case, update the
16154 default face if necessary (Bug#4238).
16155
16156 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
16157
16158 * editfns.c (Fstring_to_char): No need to explain what a character
16159 is in the docstring (Bug#6576).
16160
16161 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16162
16163 * xml.c (parse_region): Make sure we always return a tree.
16164
16165 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
16166
16167 * xml.c (parse_region): If a document contains only comments,
16168 return that, too.
16169
16170 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16171
16172 * xml.c (make_dom): Return comments, too.
16173
16174 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
16175
16176 Port to OpenBSD.
16177 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
16178 and the surrounding thread.
16179 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
16180 rather than fgets, and retry after EINTR. Otherwise, 'emacs
16181 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
16182 timer goes off.
16183 * s/openbsd.h (BROKEN_SIGIO): Define.
16184 * unexelf.c (unexec) [__OpenBSD__]:
16185 Don't update the .mdebug section of the Alpha COFF symbol table.
16186
16187 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16188
16189 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
16190 (bug#8460).
16191
16192 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
16193
16194 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
16195 This fixes some race conditions on the permissions of any newly
16196 created file.
16197
16198 * alloc.c (valid_pointer_p): Use pipe, not open.
16199 This fixes some permissions issues when debugging.
16200
16201 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
16202 If fchown fails to set both uid and gid, try to set just gid,
16203 as that is sometimes allowed. Adjust the file's mode to eliminate
16204 setuid or setgid bits that are inappropriate if fchown fails.
16205
16206 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
16209 to compare Lisp_Objects.
16210 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
16211 global_gnutls_log_level, don't mistake it for a Lisp_Object.
16212 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
16213
16214 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
16215
16216 * lread.c (read_integer): Unread even EOF character.
16217 (read1): Likewise. Properly record start position of symbol.
16218
16219 * lread.c (read1): Read `#:' as empty uninterned symbol if no
16220 symbol character follows.
16221
16222 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
16223
16224 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
16225 This works around a problem with the previous change to Fcopy_file.
16226 Recent glibc declares fchown with __attribute__((warn_unused_result)),
16227 and without this change, GCC might complain about discarding
16228 fchown's return value.
16229
16230 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
16231
16232 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
16233
16234 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
16235
16236 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
16237
16238 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16239
16240 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
16241 it's used from the C level.
16242
16243 * process.c: Use the same condition for POLL_FOR_INPUT in both
16244 keyboard.c and process.c (bug#1858).
16245
16246 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16247
16248 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
16249 (Fgnutls_boot): Use it.
16250
16251 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
16252
16253 * doc.c (Fsubstitute_command_keys): Revert last change.
16254
16255 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16256
16257 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
16258 quotes the next character, and doesn't affect other longer
16259 sequences (bug#8935).
16260
16261 * lread.c (syms_of_lread): Clarify that is isn't only
16262 `eval-buffer' and `eval-defun' that's affected by
16263 `lexical-binding' (bug#8460).
16264
16265 2011-07-15 Eli Zaretskii <eliz@gnu.org>
16266
16267 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
16268 bidi redisplay when a line includes both an image and is truncated.
16269
16270 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
16271
16272 Fix minor problems found by static checking.
16273 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
16274 (elsz): Now a signed constant, not a size_t var. We prefer signed
16275 types to unsigned, to avoid integer comparison confusion. Without
16276 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
16277 "cannot optimize loop, the loop counter may overflow", a symptom
16278 of the confusion.
16279 * indent.c (Fvertical_motion): Mark locals as initialized.
16280 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
16281
16282 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16283
16284 * search.c (Fre_search_backward): Mention `case-fold-search' in
16285 all the re_search_* functions (bug#8138).
16286
16287 * keyboard.c (Fopen_dribble_file): Document when the file is
16288 closed (bug#8056).
16289
16290 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16291
16292 * bidi.c (bidi_dump_cached_states): Fix format of displaying
16293 bidi_cache_idx.
16294
16295 Support bidi reordering of display and overlay strings.
16296 * xdisp.c (compute_display_string_pos)
16297 (compute_display_string_end): Accept additional argument STRING.
16298 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
16299 (reseat_to_string): Initialize bidi_it->string.s and
16300 bidi_it->string.schars.
16301 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
16302 NULL (avoids a crash in bidi_paragraph_init).
16303 Initialize itb.string.lstring.
16304 (init_iterator): Call bidi_init_it only of a valid
16305 buffer position was specified. Initialize paragraph_embedding to
16306 L2R.
16307 (reseat_to_string): Initialize the bidi iterator.
16308 (display_string): If we need to ignore text properties of
16309 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
16310 original value of -1 will not work with bidi.)
16311 (compute_display_string_pos): First arg is now struct
16312 `text_pos *'; all callers changed. Support display properties on
16313 Lisp strings.
16314 (compute_display_string_end): Support display properties on Lisp
16315 strings.
16316 (init_iterator, reseat_1, reseat_to_string): Initialize the
16317 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
16318 when iterating on a string not from display properties).
16319 (compute_display_string_pos, compute_display_string_end):
16320 Fix calculation of the object to scan. Fixes an error when using
16321 arrow keys.
16322 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
16323 base_level_stop; instead, set base_level_stop to BEGV.
16324 Fixes crashes in vertical-motion.
16325 (next_element_from_buffer): Improve commentary for when
16326 the iterator is before prev_stop.
16327 (init_iterator): Initialize bidi_p from the default value of
16328 bidi-display-reordering, not from buffer-local value. Use the
16329 buffer-local value only if initializing for buffer iteration.
16330 (handle_invisible_prop): Support invisible properties on strings
16331 that are being bidi-reordered.
16332 (set_iterator_to_next): Support bidi reordering of C strings and
16333 Lisp strings.
16334 (next_element_from_string): Support bidi reordering of Lisp
16335 strings.
16336 (handle_stop_backwards): Support Lisp strings as well.
16337 (display_string): Support display of R2L glyph rows.
16338 Use IT_STRING_CHARPOS when displaying from a Lisp string.
16339 (init_iterator): Don't initialize it->bidi_p for strings
16340 here.
16341 (reseat_to_string): Initialize it->bidi_p for strings here.
16342 (next_element_from_string, next_element_from_c_string)
16343 (next_element_from_buffer): Add xassert's for correspondence
16344 between IT's object being iterated and it->bidi_it.string
16345 structure.
16346 (face_before_or_after_it_pos): Support bidi iteration.
16347 (next_element_from_c_string): Handle the case of the first string
16348 character that is not the first one in the visual order.
16349 (get_visually_first_element): New function, refactored from common
16350 parts of next_element_from_buffer, next_element_from_string, and
16351 next_element_from_c_string.
16352 (tool_bar_lines_needed, redisplay_tool_bar)
16353 (display_menu_bar): Force left-to-right direction. Add a FIXME
16354 comment for making that be controlled by a user option.
16355 (push_it, pop_it): Save and restore the state of the
16356 bidi iterator. Save and restore the bidi_p flag.
16357 (pop_it): Iterate out of display property for string iteration as
16358 well.
16359 (iterate_out_of_display_property): Support iteration over strings.
16360 (handle_single_display_spec): Set up it->bidi_it for iteration
16361 over a display string, and call bidi_init_it.
16362 (handle_single_display_spec, next_overlay_string)
16363 (get_overlay_strings_1, push_display_prop): Set up the bidi
16364 iterator for displaying display or overlay strings.
16365 (forward_to_next_line_start): Don't use the shortcut if
16366 bidi-iterating.
16367 (back_to_previous_visible_line_start): If handle_display_prop
16368 pushed the iterator stack, restore the internal state of the bidi
16369 iterator by calling bidi_pop_it same number of times.
16370 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
16371 and we are bidi-iterating, don't decrement the iterator position;
16372 instead, set the first_elt flag in the bidi iterator, to produce
16373 the same effect.
16374 (reseat_1): Remove redundant setting of string_from_display_prop_p.
16375 (push_display_prop): xassert that we are iterating a buffer.
16376 (push_it, pop_it): Save and restore paragraph_embedding member.
16377 (handle_single_display_spec, next_overlay_string)
16378 (get_overlay_strings_1, reseat_1, reseat_to_string)
16379 (push_display_prop): Set up the `unibyte' member of bidi_it.string
16380 correctly. Don't assume unibyte strings are not bidi-reordered.
16381 (compute_display_string_pos)
16382 (compute_display_string_end): Fix handling the case of C string.
16383 (push_it, pop_it): Save and restore from_disp_prop_p.
16384 (handle_single_display_spec, push_display_prop): Set the
16385 from_disp_prop_p flag.
16386 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
16387 (pop_it): Call iterate_out_of_display_property only if we are
16388 popping after iteration over a string that came from a display
16389 property. Fix a typo in popping stretch info. Add an assertion
16390 for verifying that the iterator position is in sync with the bidi
16391 iterator.
16392 (handle_single_display_spec, get_overlay_strings_1)
16393 (push_display_prop): Fix initialization of paragraph direction for
16394 string when that of the parent object is not yet determined.
16395 (reseat_1): Call bidi_init_it to resync the bidi
16396 iterator with IT's position. (Bug#7616)
16397 (find_row_edges): If ROW->start.pos gives position
16398 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
16399 (handle_stop, back_to_previous_visible_line_start, reseat_1):
16400 Reset the from_disp_prop_p flag.
16401 (SAVE_IT, RESTORE_IT): New macros.
16402 (pos_visible_p, face_before_or_after_it_pos)
16403 (back_to_previous_visible_line_start)
16404 (move_it_in_display_line_to, move_it_in_display_line)
16405 (move_it_to, move_it_vertically_backward, move_it_by_lines)
16406 (try_scrolling, redisplay_window, display_line): Use them when
16407 saving a temporary copy of the iterator and restoring it back.
16408 (back_to_previous_visible_line_start, reseat_1)
16409 (init_iterator): Empty the bidi cache "stack".
16410 (move_it_in_display_line_to): If iterator ended up at
16411 EOL, but we never saw any buffer positions smaller than
16412 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
16413 motion in bidi-reordered lines.
16414 (move_it_in_display_line_to): Record prev_method and prev_pos
16415 immediately before the call to set_iterator_to_next. Fixes cursor
16416 motion in bidi-reordered lines with stretch glyphs and strings
16417 displayed in margins. (Bug#8133) (Bug#8867)
16418 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
16419 TO_CHARPOS.
16420 (pos_visible_p): Support positions in bidi-reordered lines.
16421 Save and restore bidi cache.
16422
16423 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
16424 (bidi_paragraph_info): Delete unused struct.
16425 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
16426 (bidi_cache_start): New variable.
16427 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
16428 to zero.
16429 (bidi_cache_fetch_state, bidi_cache_search)
16430 (bidi_cache_find_level_change, bidi_cache_iterator_state)
16431 (bidi_cache_find, bidi_peek_at_next_level)
16432 (bidi_level_of_next_char, bidi_find_other_level_edge)
16433 (bidi_move_to_visually_next): Compare cache index with
16434 bidi_cache_start rather than with zero.
16435 (bidi_fetch_char): Accept new argument STRING; all callers
16436 changed. Support iteration over a string. Support strings with
16437 display properties. Support unibyte strings. Fix the type of
16438 `len' according to what STRING_CHAR_AND_LENGTH expects.
16439 (bidi_paragraph_init, bidi_resolve_explicit_1)
16440 (bidi_resolve_explicit, bidi_resolve_weak)
16441 (bidi_level_of_next_char, bidi_move_to_visually_next):
16442 Support iteration over a string.
16443 (bidi_set_sor_type, bidi_resolve_explicit_1)
16444 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
16445 can now be zero (for strings); special values 0 and -1 were
16446 changed to -1 and -2, respectively.
16447 (bidi_char_at_pos): New function.
16448 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
16449 Call it instead of FETCH_MULTIBYTE_CHAR.
16450 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
16451 initialized to valid values.
16452 (bidi_init_it): Don't initialize charpos and bytepos with invalid
16453 values.
16454 (bidi_level_of_next_char): Allow the sentinel "position" to pass
16455 the test for valid cached positions. Fix the logic for looking up
16456 the sentinel state in the cache. GCPRO the Lisp string we are
16457 iterating.
16458 (bidi_push_it, bidi_pop_it): New functions.
16459 (bidi_initialize): Initialize the bidi cache start stack pointer.
16460 (bidi_cache_ensure_space): New function, refactored from part of
16461 bidi_cache_iterator_state. Don't assume the required size is just
16462 one BIDI_CACHE_CHUNK away.
16463 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
16464 (bidi_count_bytes, bidi_char_at_pos): New functions.
16465 (bidi_cache_search): Don't assume bidi_cache_last_idx is
16466 always valid if bidi_cache_idx is valid.
16467 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
16468 is valid if it's going to be used.
16469 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
16470 (bidi_cache_fetch_state, bidi_cache_search)
16471 (bidi_cache_find_level_change, bidi_cache_ensure_space)
16472 (bidi_cache_iterator_state, bidi_cache_find)
16473 (bidi_find_other_level_edge, bidi_cache_start_stack):
16474 All variables related to cache indices are now EMACS_INT.
16475
16476 * dispextern.h (struct bidi_string_data): New structure.
16477 (struct bidi_it): New member `string'. Make flag members be 1-bit
16478 fields, and put them last in the struct.
16479 (compute_display_string_pos, compute_display_string_end):
16480 Update prototypes.
16481 (bidi_push_it, bidi_pop_it): Add prototypes.
16482 (struct iterator_stack_entry): New members bidi_p,
16483 paragraph_embedding, and from_disp_prop_p.
16484 (struct it): Member bidi_p is now a bit field 1 bit wide.
16485 (bidi_shelve_cache, bidi_unshelve_cache):
16486 Declare prototypes.
16487
16488 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
16489 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
16490 and vector-like objects.
16491
16492 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
16493 cache around display iteration.
16494
16495 * window.c (Fwindow_end, window_scroll_pixel_based)
16496 (displayed_window_lines, Frecenter): Save and restore the bidi
16497 cache around display iteration.
16498
16499 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16500
16501 * editfns.c (Fdelete_region): Clarify the use of the named
16502 parameters (bug#6788).
16503
16504 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16505
16506 * indent.c (Fvertical_motion): Set and restore w->pointm when
16507 saving and restoring the window's buffer (Bug#9006).
16508
16509 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16510
16511 * editfns.c (Fstring_to_char): Clarify just what is returned
16512 (bug#6576). Text by Eli Zaretskii.
16513
16514 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16515
16516 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
16517
16518 2011-07-13 Eli Zaretskii <eliz@gnu.org>
16519
16520 * buffer.c (mmap_find): Fix a typo.
16521
16522 2011-07-13 Johan Bockgård <bojohan@gnu.org>
16523
16524 Fix execution of x selection hooks.
16525 * xselect.c (Qx_lost_selection_functions)
16526 (Qx_sent_selection_functions): New vars.
16527 (syms_of_xselect): DEFSYM them.
16528 (x_handle_selection_request): Pass Qx_sent_selection_functions
16529 rather than Vx_sent_selection_functions to Frun_hook_with_args.
16530 (x_handle_selection_clear,x_clear_frame_selections):
16531 Pass Qx_lost_selection_functions rather than
16532 Vx_lost_selection_functions to Frun_hook_with_args.
16533
16534 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
16535
16536 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
16537 The old code sometimes used this field without initializing it.
16538
16539 * alloc.c (gc_sweep): Don't read past end of array.
16540 In theory, the old code could also have corrupted Emacs internals,
16541 though it'd be very unlikely.
16542
16543 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
16544
16545 * character.c (Fcharacterp): Don't advertise optional ignored
16546 argument. (Bug#4026)
16547
16548 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16549
16550 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
16551 key" (bug#4257).
16552
16553 * window.c (Fset_window_start): Doc fix (bug#4199).
16554 (Fset_window_hscroll): Ditto.
16555
16556 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
16557
16558 Fix minor new problems caught by GCC 4.6.1.
16559 * term.c (init_tty): Remove unused local.
16560 * xsettings.c (store_monospaced_changed): Define this function only
16561 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
16562 not used otherwise.
16563
16564 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16565
16566 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
16567
16568 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16569
16570 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
16571 are the mini-buffer and the echo area (bug#3320).
16572
16573 * term.c (init_tty): Remove support for supdup, c10 and perq
16574 terminals, which are no longer supported (bug#1482).
16575
16576 2011-07-10 Johan Bockgård <bojohan@gnu.org>
16577
16578 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
16579
16580 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
16581
16582 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
16583 for non-popups (Bug#3642).
16584
16585 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
16586
16587 * alloc.c (reset_malloc_hooks): Protoize.
16588 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
16589 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
16590 * cm.c (losecursor): Likewise.
16591 * data.c (fmod): Likewise.
16592 * dispnew.c (swap_glyphs_in_rows): Likewise.
16593 * emacs.c (memory_warning_signal): Likewise.
16594 * floatfns.c (float_error): Likewise.
16595 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
16596 (otf_open, font_otf_capability, generate_otf_features)
16597 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16598 Likewise.
16599 * image.c (pbm_read_file): Likewise.
16600 * indent.c (string_display_width): Likewise.
16601 * intervals.c (check_for_interval, search_for_interval)
16602 (inc_interval_count, count_intervals, root_interval)
16603 (adjust_intervals_for_insertion, make_new_interval): Likewise.
16604 * lread.c (defalias): Likewise.
16605 * ralloc.c (r_alloc_check): Likewise.
16606 * regex.c (set_image_of_range_1, set_image_of_range)
16607 (regex_grow_registers): Likewise.
16608 * sysdep.c (strerror): Likewise.
16609 * termcap.c (valid_filename_p, tprint, main): Likewise.
16610 * tparam.c (main): Likewise.
16611 * unexhp9k800.c (run_time_remap, save_data_space)
16612 (update_file_ptrs, read_header, write_header, calculate_checksum)
16613 (copy_file, copy_rest, display_header): Likewise.
16614 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
16615 Likewise.
16616 * xdisp.c (check_it): Likewise.
16617 * xfaces.c (register_color, unregister_color, unregister_colors):
16618 Likewise.
16619 * xfns.c (print_fontset_result): Likewise.
16620 * xrdb.c (member, fatal, main): Likewise.
16621
16622 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
16623
16624 Fix minor problems found by static checking (Bug#9031).
16625 * chartab.c (char_table_set_range, map_sub_char_table):
16626 Remove unused locals.
16627 (uniprop_table): Now static.
16628 * composite.c (_work_char): Remove unused static var.
16629
16630 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
16631
16632 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
16633
16634 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
16635
16636 * gtkutil.c (qttip_cb): Remove code without function.
16637
16638 2011-07-09 Eli Zaretskii <eliz@gnu.org>
16639
16640 * w32.c (pthread_sigmask): New stub.
16641
16642 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
16643
16644 Use pthread_sigmask, not sigprocmask (Bug#9010).
16645 sigprocmask is portable only for single-threaded applications, and
16646 Emacs can be multi-threaded when it uses GTK.
16647 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
16648 (LIBES): Use it.
16649 * callproc.c (Fcall_process):
16650 * process.c (create_process):
16651 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
16652 Use pthread_sigmask, not sigprocmask.
16653
16654 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
16655
16656 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
16657 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
16658 wrong (Bug#8591).
16659
16660 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
16661
16662 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
16663 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
16664 (xg_hide_tooltip): Fix comment.
16665
16666 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
16667 in registerServicesMenuSendTypes.
16668 (validRequestorForSendType): Don't check ns_return_types.
16669
16670 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
16671 ns_return_type.
16672
16673 2011-07-08 Jason Rumney <jasonr@gnu.org>
16674
16675 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
16676 SH_SHOW for hidden windows (Bug#5482).
16677
16678 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
16679 frame struct members of non-existent frames (Bug#6284).
16680
16681 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
16682
16683 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
16684 variable firstTime not needed on OSX >= 10.6.
16685 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
16686 >= 10.5. Use setKnobProportion, setDoubleValue.
16687
16688 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
16689 (MAC_OS_X_VERSION_10_5): Define if not defined.
16690 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
16691 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
16692 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
16693
16694 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
16695 cString and lossyCString on OSX >= 10.4.
16696
16697 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
16698 sizeToFit on OSX >= 10.2.
16699
16700 * nsimage.m (allocInitFromFile): Don't use deprecated method
16701 bestRepresentationForDevice on OSX >= 10.6.
16702
16703 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
16704 to avoid warning.
16705
16706 * emacs.c: Declare unexec_init_emacs_zone.
16707
16708 * nsgui.h: Fix compiler warning about gnulib redefining verify.
16709
16710 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
16711
16712 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
16713 on svcsMenu (Bug#8842).
16714
16715 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
16716 ns_return_types.
16717 (Fns_list_services): Just return Qnil on 10.6, code not working there.
16718
16719 * nsterm.m (QUTF8_STRING): Declare.
16720 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
16721 (validRequestorForSendType): Return type is (id).
16722 Change indexOfObjectIdenticalTo to indexOfObject.
16723 Check if we have local selection before returning self (Bug#8842).
16724 (writeSelectionToPasteboard): Put local selection into paste board
16725 if we have a local selection (Bug#8842).
16726 (syms_of_nsterm): DEFSYM QUTF8_STRING.
16727
16728 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
16729 (ns_get_local_selection): Declare.
16730
16731 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16732
16733 * keymap.c (describe_map_tree): Don't insert a double newline at
16734 the end of the buffer (bug#1169) and return whether we inserted
16735 something.
16736
16737 * callint.c (Fcall_interactively): Change "reading args" to
16738 "providing args" to try to clarify what it does (bug#1010).
16739
16740 2011-07-07 Kenichi Handa <handa@m17n.org>
16741
16742 * composite.c (composition_compute_stop_pos): Ignore a static
16743 composition starting before CHARPOS (Bug#8915).
16744
16745 * xdisp.c (handle_composition_prop): Likewise.
16746
16747 2011-07-07 Eli Zaretskii <eliz@gnu.org>
16748
16749 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
16750 (Bug#9015)
16751
16752 2011-07-07 Kenichi Handa <handa@m17n.org>
16753
16754 * character.h (unicode_category_t): New enum type.
16755
16756 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
16757 (Qchar_code_property_table): New variable.
16758 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
16759 (UNIPROP_COMPRESSED_FORM_P): New macros.
16760 (char_table_ascii): Uncompress the compressed values.
16761 (sub_char_table_ref): New arg is_uniprop. Callers changed.
16762 Uncompress the compressed values.
16763 (sub_char_table_ref_and_range): Likewise.
16764 (char_table_ref_and_range): Uncompress the compressed values.
16765 (sub_char_table_set): New arg is_uniprop. Callers changed.
16766 Uncompress the compressed values.
16767 (sub_char_table_set_range): Args changed. Callers changed.
16768 (char_table_set_range): Adjuted for the above change.
16769 (map_sub_char_table): Delete args default_val and parent. Add arg
16770 top. Give decoded values to a Lisp function.
16771 (map_char_table): Adjust for the above change. Give decoded
16772 values to a Lisp function. Gcpro more variables.
16773 (uniprop_table_uncompress)
16774 (uniprop_decode_value_run_length): New functions.
16775 (uniprop_decoder, uniprop_decoder_count): New variables.
16776 (uniprop_get_decoder, uniprop_encode_value_character)
16777 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
16778 New functions.
16779 (uniprop_encoder, uniprop_encoder_count): New variables.
16780 (uniprop_get_encoder, uniprop_table)
16781 (Funicode_property_table_internal, Fget_unicode_property_internal)
16782 (Fput_unicode_property_internal): New functions.
16783 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
16784 Sunicode_property_table_internal, Sget_unicode_property_internal,
16785 and Sput_unicode_property_internal. Defvar_lisp
16786 char-code-property-alist.
16787
16788 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
16789 Vunicode_category_table.
16790
16791 * font.c (font_range): Adjust for the change of
16792 Vunicode_category_table.
16793
16794 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
16795
16796 * m/iris4d.h: Remove file, move contents ...
16797 * s/irix6-5.h: ... here.
16798
16799 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
16800
16801 Remove unportable assumption about struct layout (Bug#8884).
16802 * alloc.c (mark_buffer):
16803 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
16804 (clone_per_buffer_values): Don't assume that
16805 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
16806 This isn't true in general, and it's particularly not true
16807 if Emacs is configured with --with-wide-int.
16808 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
16809 New macros, used in the buffer.c change.
16810
16811 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16812
16813 * xsettings.c: Use both GConf and GSettings if both are available.
16814 (store_config_changed_event): Add comment.
16815 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
16816 (store_tool_bar_style_changed): New functions.
16817 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
16818 (struct xsettings): Move font inside HAVE_XFT.
16819 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
16820 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
16821 Move inside HAVE_XFT.
16822 (something_changed_gsettingsCB): Rename from something_changedCB.
16823 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
16824 also.
16825 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
16826 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
16827 (something_changed_gconfCB): Rename from something_changedCB.
16828 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
16829 (parse_settings): Move check for font inside HAVE_XFT.
16830 (read_settings, apply_xft_settings): Add comment.
16831 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
16832 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
16833 call store_font_name_changed.
16834 (xft_settings_event): Add comment.
16835 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
16836 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
16837 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
16838 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
16839 (xsettings_initialize): Call init_gsettings last.
16840 (xsettings_get_system_font, xsettings_get_system_normal_font):
16841 Add comment.
16842
16843 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
16844
16845 Random fixes. E.g., (random) never returned negative values.
16846 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
16847 subseconds part to the entropy, as that's a bit more random.
16848 Prefer signed to unsigned, since the signedness doesn't matter and
16849 in general we prefer signed. When given a limit, use a
16850 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
16851 latter isn't right if USE_2_TAGS_FOR_INTS.
16852 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
16853 not 0..VALMASK. Don't discard "excess" bits that random () returns.
16854
16855 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16856
16857 * textprop.c (text_property_stickiness):
16858 Obey Vtext_property_default_nonsticky.
16859 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
16860 * w32fns.c (syms_of_w32fns):
16861 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
16862
16863 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16864
16865 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
16866 This is more efficient than Ffile_directory_p and avoids a minor race.
16867
16868 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16869
16870 * buffer.c (Foverlay_put): Say what the return value is
16871 (bug#7835).
16872
16873 * fileio.c (barf_or_query_if_file_exists): Check first if the file
16874 is a directory before asking whether to use the file name
16875 (bug#7564).
16876 (barf_or_query_if_file_exists): Make the "File is a directory"
16877 error be more correct.
16878
16879 * fns.c (Frequire): Remove the mention of the .gz files, since
16880 that's installation-specific, but keep the mention of
16881 `get-load-suffixes'.
16882
16883 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16884
16885 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
16886 Report string overflow if the output is too long.
16887
16888 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16889
16890 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
16891 (syms_of_gnutls): Remove duplicate DEFSYM for
16892 Qgnutls_bootprop_verify_hostname_error, an error for
16893 Qgnutls_bootprop_verify_error (which is no longer used).
16894
16895 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
16896 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
16897 Also (re)move comments that are misplaced or no longer relevant.
16898
16899 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16900
16901 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
16902
16903 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16904
16905 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
16906 and background color parameters if they have been changed.
16907
16908 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16909
16910 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
16911
16912 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16913
16914 * xsettings.c (SYSTEM_FONT): Define only when used.
16915 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
16916
16917 * keymap.c (access_keymap_1): Now static.
16918
16919 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
16920
16921 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
16922 leave any prefix arg for the up event (Bug#1586).
16923
16924 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16925
16926 * lread.c (syms_of_lread): Mention single symbols defined by
16927 `defvar' or `defconst' (bug#7154).
16928
16929 * fns.c (Frequire): Mention .el.gz files (bug#7314).
16930 (Frequire): Mention get-load-suffixes.
16931
16932 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16933
16934 * window.h (window): Remove clone_number slot.
16935 * window.c (Fwindow_clone_number, Fset_window_clone_number):
16936 Remove.
16937 (make_parent_window, make_window, saved_window)
16938 (Fset_window_configuration, save_window_save): Don't deal with
16939 clone numbers.
16940 * buffer.c (Qclone_number): Remove declaration.
16941 (sort_overlays, overlay_strings): Don't deal with clone numbers.
16942
16943 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16944
16945 Add multiple inheritance to keymaps.
16946 * keymap.c (Fmake_composed_keymap): New function.
16947 (Fset_keymap_parent): Simplify.
16948 (fix_submap_inheritance): Remove.
16949 (access_keymap_1): New function extracted from access_keymap to handle
16950 embedded parents and handle lists of maps.
16951 (access_keymap): Use it.
16952 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
16953 (Fcopy_keymap): Handle embedded parents.
16954 (Fcommand_remapping, define_as_prefix): Simplify.
16955 (Fkey_binding): Simplify.
16956 (syms_of_keymap): Move minibuffer-local-completion-map,
16957 minibuffer-local-filename-completion-map,
16958 minibuffer-local-must-match-map, and
16959 minibuffer-local-filename-must-match-map to Elisp.
16960 (syms_of_keymap): Defsubr make-composed-keymap.
16961 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
16962 (parse_menu_item): Trivial simplification.
16963
16964 2011-07-01 Glenn Morris <rgm@gnu.org>
16965
16966 * Makefile.in (SETTINGS_LIBS): Fix typo.
16967
16968 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
16969
16970 * coding.c (Fencode_coding_string): Record the last coding system
16971 used, as the function doc string says (bug#8738).
16972
16973 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
16974
16975 * xsettings.c (store_monospaced_changed): Take new font as arg and
16976 check for change against current_mono_font.
16977 (EMACS_TYPE_SETTINGS): Remove this and related defines.
16978 (emacs_settings_constructor, emacs_settings_get_property)
16979 (emacs_settings_set_property, emacs_settings_class_init)
16980 (emacs_settings_init, gsettings_obj): Remove.
16981 (something_changedCB): New function for HAVE_GSETTINGS.
16982 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
16983 with value as argument.
16984 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
16985 g_settings_new (Bug#8967). Do not create gsettings_obj.
16986 Remove calls to g_settings_bind. Connect something_changedCB to
16987 "changed".
16988
16989 * xgselect.c: Add defined (HAVE_GSETTINGS).
16990 (xgselect_initialize): Ditto.
16991
16992 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
16993 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
16994 xg_select.
16995
16996 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16997
16998 * eval.c (struct backtrace): Simplify and port the data structure.
16999 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
17000 signed bit field, as this assumption is not portable and it makes
17001 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
17002 "char debug_on_exit : 1" as this is not portable either; instead,
17003 use the portable "unsigned int debug_on_exit : 1". Remove unused
17004 member evalargs. Remove obsolete comments about cc bombing out.
17005
17006 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
17007
17008 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
17009 Let HAVE_GSETTINGS override HAVE_GCONF.
17010 (store_monospaced_changed): New function.
17011 (EMACS_SETTINGS): A new type derived from GObject to handle
17012 GSettings notifications.
17013 (emacs_settings_constructor, emacs_settings_get_property)
17014 (emacs_settings_set_property, emacs_settings_class_init):
17015 New functions.
17016 (gsettings_client, gsettings_obj): New variables.
17017 (GSETTINGS_SCHEMA): New define.
17018 (something_changedCB): Call store_monospaced_changed.
17019 (init_gsettings): New function.
17020 (xsettings_initialize): Call init_gsettings.
17021 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
17022 to NULL.
17023
17024 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
17025 GCONF_CFLAGS/LIBS.
17026
17027 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17028
17029 * window.c (resize_root_window, grow_mini_window)
17030 (shrink_mini_window): Rename Qresize_root_window to
17031 Qwindow_resize_root_window and Qresize_root_window_vertically to
17032 Qwindow_resize_root_window_vertically.
17033
17034 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
17035
17036 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
17037
17038 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
17039
17040 * makefile.w32-in: Redesign dependencies so they reflect more
17041 clearly which files are directly included by each source file,
17042 and not through other includes.
17043
17044 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17045
17046 * buffer.c (Qclone_number): Declare static and DEFSYM it.
17047 (sort_overlays, overlay_strings): When an overlay's clone number
17048 matches the window's clone number process the overlay even if
17049 the overlay's window property doesn't match the current window.
17050
17051 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
17052 (Fwindow_hchild): Rename to Fwindow_left_child.
17053 (Fwindow_next): Rename to Fwindow_next_sibling.
17054 (Fwindow_prev): Rename to Fwindow_prev_sibling.
17055 (resize_window_check): Rename to window_resize_check.
17056 (resize_window_apply): Rename to window_resize_apply.
17057 (Fresize_window_apply): Rename to Fwindow_resize_apply.
17058 (Fdelete_other_windows_internal, resize_frame_windows)
17059 (Fsplit_window_internal, Fdelete_window_internal)
17060 (grow_mini_window, shrink_mini_window)
17061 (Fresize_mini_window_internal): Fix callers accordingly.
17062
17063 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
17064
17065 * emacsgtkfixed.h: State that this is only used with Gtk+3.
17066 (emacs_fixed_set_min_size): Remove.
17067 (emacs_fixed_new): Take frame as argument.
17068
17069 * emacsgtkfixed.c: State that this is only used with Gtk+3.
17070 (_EmacsFixedPrivate): Remove minwidth/height.
17071 Add struct frame *f.
17072 (emacs_fixed_init): Initialize priv->f.
17073 (get_parent_class, emacs_fixed_set_min_size): Remove.
17074 (emacs_fixed_new): Set priv->f to argument.
17075 (emacs_fixed_get_preferred_width)
17076 (emacs_fixed_get_preferred_height): Use min_width/height from
17077 frames size_hint to set minimum and natural (Bug#8919).
17078 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
17079 and use min_width/height from frames size_hint to set
17080 min_width/height (Bug#8919).
17081
17082 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
17083 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
17084 Fix indentation.
17085
17086 2011-06-26 Eli Zaretskii <eliz@gnu.org>
17087
17088 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
17089 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
17090 called at ZV.
17091
17092 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17093
17094 * process.c (wait_reading_process_output): Bypass select if
17095 waiting for a cell while ignoring keyboard input, and input is
17096 pending. Suggested by Jan Djärv (Bug#8869).
17097
17098 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
17099
17100 Use gnulib's dup2 module instead of rolling our own.
17101 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
17102
17103 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17104
17105 * dispnew.c (scrolling_window): Before scrolling, turn off a
17106 mouse-highlight in the window being scrolled.
17107
17108 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17109
17110 Move DEFSYM to lisp.h and use everywhere.
17111
17112 * character.h (DEFSYM): Move declaration...
17113 * lisp.h (DEFSYM): ...here.
17114
17115 * gnutls.c:
17116 * minibuf.c:
17117 * w32menu.c:
17118 * w32proc.c:
17119 * w32select.c: Don't include character.h.
17120
17121 * alloc.c (syms_of_alloc):
17122 * buffer.c (syms_of_buffer):
17123 * bytecode.c (syms_of_bytecode):
17124 * callint.c (syms_of_callint):
17125 * casefiddle.c (syms_of_casefiddle):
17126 * casetab.c (init_casetab_once):
17127 * category.c (init_category_once, syms_of_category):
17128 * ccl.c (syms_of_ccl):
17129 * cmds.c (syms_of_cmds):
17130 * composite.c (syms_of_composite):
17131 * dbusbind.c (syms_of_dbusbind):
17132 * dired.c (syms_of_dired):
17133 * dispnew.c (syms_of_display):
17134 * doc.c (syms_of_doc):
17135 * editfns.c (syms_of_editfns):
17136 * emacs.c (syms_of_emacs):
17137 * eval.c (syms_of_eval):
17138 * fileio.c (syms_of_fileio):
17139 * fns.c (syms_of_fns):
17140 * frame.c (syms_of_frame):
17141 * fringe.c (syms_of_fringe):
17142 * insdel.c (syms_of_insdel):
17143 * keymap.c (syms_of_keymap):
17144 * lread.c (init_obarray, syms_of_lread):
17145 * macros.c (syms_of_macros):
17146 * msdos.c (syms_of_msdos):
17147 * print.c (syms_of_print):
17148 * process.c (syms_of_process):
17149 * search.c (syms_of_search):
17150 * sound.c (syms_of_sound):
17151 * syntax.c (init_syntax_once, syms_of_syntax):
17152 * terminal.c (syms_of_terminal):
17153 * textprop.c (syms_of_textprop):
17154 * undo.c (syms_of_undo):
17155 * w32.c (globals_of_w32):
17156 * window.c (syms_of_window):
17157 * xdisp.c (syms_of_xdisp):
17158 * xfaces.c (syms_of_xfaces):
17159 * xfns.c (syms_of_xfns):
17160 * xmenu.c (syms_of_xmenu):
17161 * xsettings.c (syms_of_xsettings):
17162 * xterm.c (syms_of_xterm): Use DEFSYM.
17163
17164 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
17165
17166 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
17167
17168 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
17169
17170 Integer and buffer overflow fixes (Bug#8873).
17171
17172 * print.c (printchar, strout): Check for string overflow.
17173 (PRINTPREPARE, printchar, strout):
17174 Don't set size unless allocation succeeds.
17175
17176 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
17177 for sizes. Check for string overflow more accurately.
17178 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
17179
17180 * macros.c: Integer and buffer overflow fixes.
17181 * keyboard.h (struct keyboard.kbd_macro_bufsize):
17182 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
17183 Use ptrdiff_t, not int, for sizes.
17184 Don't increment bufsize until after realloc succeeds.
17185 Check for size-calculation overflow.
17186 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
17187
17188 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
17189
17190 * lread.c: Integer overflow fixes.
17191 (read_integer): Radix is now EMACS_INT, not int,
17192 to improve quality of diagnostics for out-of-range radices.
17193 Calculate buffer size correctly for out-of-range radices.
17194 (read1): Check for integer overflow in radices, and in
17195 read-circle numbers.
17196 (read_escape): Avoid int overflow.
17197 (Fload, openp, read_buffer_size, read1)
17198 (substitute_object_recurse, read_vector, read_list, map_obarray):
17199 Use ptrdiff_t, not int, for sizes.
17200 (read1): Use EMACS_INT, not int, for sizes.
17201 Check for size overflow.
17202
17203 * image.c (cache_image): Check for size arithmetic overflow.
17204
17205 * lread.c: Integer overflow issues.
17206 (saved_doc_string_size, saved_doc_string_length)
17207 (prev_saved_doc_string_size, prev_saved_doc_string_length):
17208 Now ptrdiff_t, not int.
17209 (read1): Don't assume doc string length fits in int. Check for
17210 out-of-range doc string lengths.
17211 (read_list): Don't assume file position fits in int.
17212 (read_escape): Check for hex character overflow.
17213
17214 2011-06-22 Leo Liu <sdl.web@gmail.com>
17215
17216 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
17217 Move to minibuffer.el.
17218
17219 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
17220
17221 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
17222 The following patches are for when GLYPH_DEBUG && !XASSERT.
17223 * dispextern.h (trace_redisplay_p, dump_glyph_string):
17224 * dispnew.c (flush_stdout):
17225 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
17226 Mark as externally visible.
17227 * dispnew.c (check_window_matrix_pointers): Now static.
17228 * dispnew.c (window_to_frame_vpos):
17229 * xfns.c (unwind_create_frame):
17230 * xterm.c (x_check_font): Remove unused local.
17231 * scroll.c (CHECK_BOUNDS):
17232 * xfaces.c (cache_fache): Rename local to avoid shadowing.
17233 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
17234 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
17235 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
17236 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
17237 Now static.
17238 (debug_method_add): Use va_list and vsprintf rather than relying
17239 on undefined behavior with wrong number of arguments.
17240 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
17241 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
17242 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
17243 since we're not interested in debugging glyphs with old libraries.
17244 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
17245 GCC 4.6.0's static checking.
17246
17247 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
17248
17249 Integer overflow and signedness fixes (Bug#8873).
17250 A few related buffer overrun fixes, too.
17251
17252 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
17253
17254 * dispextern.h (struct face.stipple):
17255 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
17256 (x_bitmap_mask, x_allocate_bitmap_record)
17257 (x_create_bitmap_from_data, x_create_bitmap_from_file)
17258 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
17259 (x_create_bitmap_from_xpm_data):
17260 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
17261 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
17262 (.bitmaps_last):
17263 * xfaces.c (load_pixmap):
17264 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
17265 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
17266 (.bitmaps_last, struct x_output.icon_bitmap):
17267 Use ptrdiff_t, not int, for bitmap indexes.
17268 (x_allocate_bitmap_record): Check for size overflow.
17269 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
17270
17271 Use ptrdiff_t, not int, for overlay counts.
17272 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
17273 * editfns.c (overlays_around, get_pos_property):
17274 * textprop.c (get_char_property_and_overlay):
17275 * xdisp.c (next_overlay_change, note_mouse_highlight):
17276 * xfaces.c (face_at_buffer_position):
17277 * buffer.c (OVERLAY_COUNT_MAX): New macro.
17278 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
17279 (Fnext_overlay_change, Fprevious_overlay_change)
17280 (mouse_face_overlay_overlaps, Foverlays_in):
17281 Use ptrdiff_t, not int, for sizes.
17282 (overlays_at, overlays_in): Check for size-calculation overflow.
17283
17284 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
17285
17286 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
17287 (x_session_initialize): Do not assume string length fits in int.
17288
17289 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
17290 This is unlikely, but can occur if DPI is outlandish.
17291
17292 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
17293 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
17294
17295 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
17296 * xrdb.c (magic_file_p, search_magic_path):
17297 Omit last arg SUFFIX; it was always 0. All callers changed.
17298 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
17299
17300 * xfont.c (xfont_match): Avoid need for strlen.
17301
17302 * xfns.c: Don't assume strlen fits in int.
17303 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
17304
17305 * xdisp.c (message_log_check_duplicate): Return intmax_t,
17306 not unsigned long, as we prefer signed integers. All callers changed.
17307 Detect integer overflow in repeat count.
17308 (message_dolog): Don't assume print length fits in 39 bytes.
17309 (display_mode_element): Don't assume strlen fits in int.
17310
17311 * termcap.c: Don't assume sizes fit in int and never overflow.
17312 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
17313 (gobble_line): Check for size-calculation overflow.
17314
17315 * minibuf.c (Fread_buffer):
17316 * lread.c (intern, intern_c_string):
17317 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
17318 Don't assume string length fits in int.
17319
17320 * keyboard.c (parse_tool_bar_item):
17321 * gtkutil.c (style_changed_cb): Avoid need for strlen.
17322
17323 * font.c: Don't assume string length fits in int.
17324 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
17325 Use ptrdiff_t, not int.
17326 (font_intern_prop): Don't assume string length fits in int.
17327 Don't assume integer property fits in fixnum.
17328 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
17329
17330 * filelock.c: Fix some buffer overrun and integer overflow issues.
17331 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
17332 Reformulate so as not to need the command string.
17333 Invoke gzip -cd rather than gunzip, as it's more portable.
17334 (lock_info_type, lock_file_1, lock_file):
17335 Don't assume pid_t and time_t fit in unsigned long.
17336 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
17337 (current_lock_owner): Prefer signed type for sizes.
17338 Use memcpy, not strncpy, where memcpy is what is really wanted.
17339 Don't assume (via atoi) that time_t and pid_t fit in int.
17340 Check for time_t and/or pid_t out of range, e.g., via a network share.
17341 Don't alloca where an auto var works fine.
17342
17343 * fileio.c: Fix some integer overflow issues.
17344 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
17345 Don't assume string length fits in int.
17346 (directory_file_name): Don't assume string length fits in long.
17347 (make_temp_name): Don't assume pid fits in int, or that its print
17348 length is less than 20.
17349
17350 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
17351
17352 * coding.c (make_subsidiaries): Don't assume string length fits in int.
17353
17354 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
17355
17356 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
17357 We prefer signed integers, even for size calculations.
17358
17359 * emacs.c: Don't assume string length fits in 'int'.
17360 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
17361 (main): Don't invoke strlen when not needed.
17362
17363 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
17364 (XD_DEBUG_MESSAGE): Don't waste a byte.
17365
17366 * callproc.c (getenv_internal_1, getenv_internal)
17367 (Fgetenv_internal):
17368 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
17369
17370 * lread.c (invalid_syntax): Omit length argument.
17371 All uses changed. This doesn't fix a bug, but it simplifies the
17372 code away from its former Hollerith-constant appearance, and it's
17373 one less 'int' to worry about when looking at integer-overflow issues.
17374 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
17375
17376 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
17377 This didn't break anything, but it didn't help either.
17378 It's confusing to put a bogus integer in a place where the actual
17379 value does not matter.
17380 (LIST_END_P): Remove unused macro and its bogus comment.
17381 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
17382
17383 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
17384 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
17385 implementation.
17386 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
17387 We prefer signed types, and the value cannot exceed the EMACS_INT
17388 range anyway (because otherwise the length would not be representable).
17389 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
17390 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
17391 This avoids a GCC warning when WIDE_EMACS_INT.
17392
17393 * indent.c (sane_tab_width): New function.
17394 (current_column, scan_for_column, Findent_to, position_indentation)
17395 (compute_motion): Use it. This is just for clarity.
17396 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
17397
17398 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
17399
17400 * lisp.h (lint_assume): New macro.
17401 * composite.c (composition_gstring_put_cache):
17402 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
17403
17404 * editfns.c, insdel.c:
17405 Omit unnecessary forward decls, to simplify future changes.
17406
17407 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
17408
17409 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
17410
17411 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
17412 Use much-faster test for byte-length change.
17413 Don't assume string byte-length fits in 'int'.
17414 Check that character arg fits in 'int'.
17415 (mapcar1): Declare byte as byte, for clarity.
17416
17417 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
17418
17419 * fns.c (concat): Catch string overflow earlier.
17420 Do not rely on integer wraparound.
17421
17422 * dispextern.h (struct it.overlay_strings_charpos)
17423 (struct it.selective): Now EMACS_INT, not int.
17424 * xdisp.c (forward_to_next_line_start)
17425 (back_to_previous_visible_line_start)
17426 (reseat_at_next_visible_line_start, next_element_from_buffer):
17427 Don't arbitrarily truncate the value of 'selective' to int.
17428
17429 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
17430
17431 * composite.c: Don't truncate sizes to 'int'.
17432 (composition_gstring_p, composition_reseat_it)
17433 (composition_adjust_point): Use EMACS_INT, not int.
17434 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
17435 not EMACS_UINT, for indexes.
17436
17437 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
17438
17439 * buffer.c: Include <verify.h>.
17440 (struct sortvec.priority, struct sortstr.priority):
17441 Now EMACS_INT, not int.
17442 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
17443 (struct sortstr.size, record_overlay_string)
17444 (struct sortstrlist.size, struct sortlist.used):
17445 Don't truncate size to int.
17446 (record_overlay_string): Check for size-calculation overflow.
17447 (init_buffer_once): Check at compile-time, not run-time.
17448
17449 2011-06-22 Jim Meyering <meyering@redhat.com>
17450
17451 Don't leak an XBM-image-sized buffer
17452 * image.c (xbm_load): Free the image buffer after using it.
17453
17454 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
17455
17456 Port to Sun C.
17457 * composite.c (find_automatic_composition): Omit needless 'return 0;'
17458 that Sun C diagnosed.
17459 * fns.c (secure_hash): Fix pointer signedness issue.
17460 * intervals.c (static_offset_intervals): New function.
17461 (offset_intervals): Use it.
17462
17463 2011-06-21 Leo Liu <sdl.web@gmail.com>
17464
17465 * deps.mk (fns.o):
17466 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
17467 sha512.h.
17468
17469 * fns.c (secure_hash): Rename from crypto_hash_function and change
17470 the first arg to accept symbols.
17471 (Fsecure_hash): New primitive.
17472 (syms_of_fns): New symbols.
17473
17474 2011-06-20 Deniz Dogan <deniz@dogan.se>
17475
17476 * process.c (Fset_process_buffer): Clarify return value in
17477 docstring.
17478
17479 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17480
17481 * dispnew.c (add_window_display_history): Use BVAR.
17482
17483 * xdisp.c (debug_method_add): Use BVAR.
17484 (check_window_end, dump_glyph_matrix, dump_glyph)
17485 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
17486
17487 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
17488 Likewise.
17489
17490 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
17491 check till after the cache is created in init_frame_faces.
17492
17493 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17494
17495 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
17496
17497 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
17498
17499 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
17500 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
17501 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
17502
17503 Improve buffer-overflow checking (Bug#8873).
17504 * fileio.c (Finsert_file_contents):
17505 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
17506 Remove the old (too-loose) buffer overflow checks.
17507 They weren't needed, since make_gap checks for buffer overflow.
17508 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
17509 The old code merely checked for Emacs fixnum overflow, and relied
17510 on undefined (wraparound) behavior. The new code avoids undefined
17511 behavior, and also checks for ptrdiff_t and/or size_t overflow.
17512
17513 * editfns.c (Finsert_char): Don't dump core with very negative counts.
17514 Tune. Don't use wider integers than needed. Don't use alloca.
17515 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
17516
17517 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
17518
17519 * insdel.c, lisp.h (buffer_overflow): New function.
17520 (insert_from_buffer_1, replace_range, replace_range_2):
17521 * insdel.c (make_gap_larger):
17522 * editfns.c (Finsert_char):
17523 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
17524
17525 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
17526
17527 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
17528
17529 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
17530
17531 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
17532 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
17533
17534 * fileio.c: Don't assume EMACS_INT fits in off_t.
17535 (emacs_lseek): New static function.
17536 (Finsert_file_contents, Fwrite_region): Use it.
17537 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
17538
17539 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
17540
17541 * fns.c: Don't overflow int when computing a list length.
17542 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
17543 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
17544 truncation on 64-bit hosts. Check for QUIT every
17545 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
17546 faster and is responsive enough.
17547 (Flength): Report an error instead of overflowing an integer.
17548 (Fsafe_length): Return a float if the value is not representable
17549 as a fixnum. This shouldn't happen except in contrived situations.
17550 (Fnthcdr, Fsort): Don't assume list length fits in int.
17551 (Fcopy_sequence): Don't assume vector length fits in int.
17552
17553 * alloc.c: Check that resized vectors' lengths fit in fixnums.
17554 (header_size, word_size): New constants.
17555 (allocate_vectorlike): Don't check size overflow here.
17556 (allocate_vector): Check it here instead, since this is the only
17557 caller of allocate_vectorlike that could cause overflow.
17558 Check that the new vector's length is representable as a fixnum.
17559
17560 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
17561 The previous code was bogus. For example, next_almost_prime (32)
17562 returned 39, which is undesirable as it is a multiple of 3; and
17563 next_almost_prime (24) returned 25, which is a multiple of 5 so
17564 why was the code bothering to check for multiples of 7?
17565
17566 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
17567
17568 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
17569
17570 Variadic C functions now count arguments with ptrdiff_t.
17571 This partly undoes my 2011-03-30 change, which replaced int with size_t.
17572 Back then I didn't know that the Emacs coding style prefers signed int.
17573 Also, in the meantime I found a few more instances where arguments
17574 were being counted with int, which may truncate counts on 64-bit
17575 machines, or EMACS_INT, which may be unnecessarily wide.
17576 * lisp.h (struct Lisp_Subr.function.aMANY)
17577 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
17578 Arg counts are now ptrdiff_t, not size_t.
17579 All variadic functions and their callers changed accordingly.
17580 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
17581 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
17582 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
17583 * callint.c (Fcall_interactively): Check arg count for overflow,
17584 to avoid potential buffer overrun. Use signed char, not 'int',
17585 for 'varies' array, so that we needn't bother to check its size
17586 calculation for overflow.
17587 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
17588 * eval.c (apply_lambda):
17589 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
17590 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
17591 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
17592
17593 * callint.c (Fcall_interactively): Don't use index var as event count.
17594
17595 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
17596 * mem-limits.h (SIZE): Remove; no longer used.
17597
17598 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
17599
17600 Remove unnecessary casts.
17601 * xterm.c (x_term_init):
17602 * xfns.c (x_set_border_pixel):
17603 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
17604 These aren't needed now that we assume ANSI C.
17605
17606 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
17607 It's more likely to cause problems (due to unsigned overflow)
17608 than to cure them.
17609
17610 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
17611
17612 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
17613
17614 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
17615
17616 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
17617
17618 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
17619
17620 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
17621
17622 GLYPH_CODE_FACE returns EMACS_INT, not int.
17623 * dispextern.h (merge_faces):
17624 * xfaces.c (merge_faces):
17625 * xdisp.c (get_next_display_element, next_element_from_display_vector):
17626 Don't assume EMACS_INT fits in int.
17627
17628 * character.h (CHAR_VALID_P): Remove unused parameter.
17629 * fontset.c, lisp.h, xdisp.c: All uses changed.
17630
17631 * editfns.c (Ftranslate_region_internal): Omit redundant test.
17632
17633 * fns.c (concat): Minor tuning based on overflow analysis.
17634 This doesn't fix any bugs. Use int to hold character, instead
17635 of constantly refetching from Emacs object. Use XFASTINT, not
17636 XINT, for value known to be a character. Don't bother comparing
17637 a single byte to 0400, as it's always less.
17638
17639 * floatfns.c (Fexpt):
17640 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
17641
17642 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
17643 for characters.
17644
17645 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
17646
17647 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
17648 Without this fix, on a 64-bit host (aset S 0 4294967386) would
17649 incorrectly succeed when S was a string, because 4294967386 was
17650 truncated before it was used.
17651
17652 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
17653 Otherwise, an out-of-range integer could cause undefined behavior
17654 on a 64-bit host.
17655
17656 * composite.c: Use int, not EMACS_INT, for characters.
17657 (fill_gstring_body, composition_compute_stop_pos): Use int, not
17658 EMACS_INT, for values that are known to be in character range.
17659 This doesn't fix any bugs but is the usual style inside Emacs and
17660 may generate better code on 32-bit machines.
17661
17662 Make sure a 64-bit char is never passed to ENCODE_CHAR.
17663 This is for reasons similar to the recent CHAR_STRING fix.
17664 * charset.c (Fencode_char): Check that character arg is actually
17665 a character. Pass an int to ENCODE_CHAR.
17666 * charset.h (ENCODE_CHAR): Verify that the character argument is no
17667 wider than 'int', as a compile-time check to prevent future regressions
17668 in this area.
17669
17670 * character.c (char_string): Remove unnecessary casts.
17671
17672 Make sure a 64-bit char is never passed to CHAR_STRING.
17673 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
17674 by silently ignoring the top 32 bits, allowing some values
17675 that were far too large to be valid characters.
17676 * character.h: Include <verify.h>.
17677 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
17678 arguments are no wider than unsigned, as a compile-time check
17679 to prevent future regressions in this area.
17680 * data.c (Faset):
17681 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
17682 (Fsubst_char_in_region):
17683 * fns.c (concat):
17684 * xdisp.c (decode_mode_spec_coding):
17685 Adjust to CHAR_STRING's new requirement.
17686 * editfns.c (Finsert_char, Fsubst_char_in_region):
17687 * fns.c (concat): Check that character args are actually
17688 characters. Without this test, these functions did the wrong
17689 thing with wildly out-of-range values on 64-bit hosts.
17690
17691 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
17692 These casts should not be needed on 32-bit hosts, either.
17693 * keyboard.c (read_char):
17694 * lread.c (Fload): Remove casts to unsigned.
17695
17696 * lisp.h (UNSIGNED_CMP): New macro.
17697 This fixes comparison bugs on 64-bit hosts.
17698 (ASCII_CHAR_P): Use it.
17699 * casefiddle.c (casify_object):
17700 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
17701 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
17702 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
17703 * dispextern.h (FACE_FROM_ID):
17704 * keyboard.c (read_char): Use UNSIGNED_CMP.
17705
17706 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
17707 not to EMACS_INT, to avoid GCC warning.
17708
17709 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
17710
17711 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
17712 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
17713 isn't needed on 32-bit machines.
17714
17715 * buffer.c (Fgenerate_new_buffer_name):
17716 Use EMACS_INT for count, not int.
17717 (advance_to_char_boundary): Return EMACS_INT, not int.
17718
17719 * data.c (Qcompiled_function): Now static.
17720
17721 * window.c (window_body_lines): Now static.
17722
17723 * image.c (gif_load): Rename local to avoid shadowing.
17724
17725 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
17726 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
17727 * alloc.c (make_save_value): Integer argument is now of type
17728 ptrdiff_t, not int.
17729 (mark_object): Use ptrdiff_t, not int.
17730 * lisp.h (pD): New macro.
17731 * print.c (print_object): Use it.
17732
17733 * alloc.c: Use EMACS_INT, not int, to count objects.
17734 (total_conses, total_markers, total_symbols, total_vector_size)
17735 (total_free_conses, total_free_markers, total_free_symbols)
17736 (total_free_floats, total_floats, total_free_intervals)
17737 (total_intervals, total_strings, total_free_strings):
17738 Now EMACS_INT, not int. All uses changed.
17739 (Fgarbage_collect): Compute overall total using a double, so that
17740 integer overflow is less likely to be a problem. Check for overflow
17741 when converting back to an integer.
17742 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
17743 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
17744 These were 'int' variables that could overflow on 64-bit hosts;
17745 they were never used, so remove them instead of repairing them.
17746 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
17747 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
17748 Previously, this ceilinged at INT_MAX, but that doesn't work on
17749 64-bit machines.
17750 (allocate_pseudovector): Don't use EMACS_INT when int would do.
17751
17752 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
17753 (allocate_vectorlike): Check for ptrdiff_t overflow.
17754 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
17755 when a (possibly-narrower) signed value would do just as well.
17756 We prefer using signed arithmetic, to avoid comparison confusion.
17757
17758 * alloc.c: Catch some string size overflows that we were missing.
17759 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
17760 for convenience in STRING_BYTES_MAX.
17761 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
17762 The definition here is exact; the one in lisp.h was approximate.
17763 (allocate_string_data): Check for string overflow. This catches
17764 some instances we weren't catching before. Also, it catches
17765 size_t overflow on (unusual) hosts where SIZE_MAX <= min
17766 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
17767 and ptrdiff_t and EMACS_INT are both 64 bits.
17768
17769 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
17770 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
17771 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
17772
17773 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
17774
17775 * alloc.c (Fmake_string): Check for out-of-range init.
17776
17777 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
17780
17781 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
17782
17783 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
17784 xg_get_default_scrollbar_width.
17785
17786 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
17787 (int_gtk_range_get_value): Move to the scroll bar part of the file.
17788 (style_changed_cb): Call update_theme_scrollbar_width and call
17789 x_set_scroll_bar_default_width and xg_frame_set_char_size for
17790 all frames (Bug#8505).
17791 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
17792 Call gtk_window_set_resizable if HAVE_GTK3.
17793 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
17794 and height if HAVE_GTK3 (Bug#8505).
17795 (scroll_bar_width_for_theme): New variable.
17796 (update_theme_scrollbar_width): New function.
17797 (xg_get_default_scrollbar_width): Move code to
17798 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
17799 (xg_initialize): Call update_theme_scrollbar_width.
17800
17801 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
17802
17803 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
17804
17805 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17806
17807 * frame.c (make_frame): Call other_buffer_safely instead of
17808 other_buffer.
17809
17810 * window.c (temp_output_buffer_show): Call display_buffer with
17811 second argument Vtemp_buffer_show_specifiers and reset latter
17812 immediately after the call.
17813 (Vtemp_buffer_show_specifiers): New variable.
17814 (auto_window_vscroll_p, next_screen_context_lines)
17815 (Vscroll_preserve_screen_position): Remove leading asterisks from
17816 doc-strings.
17817
17818 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
17819
17820 Fix minor problems found by GCC 4.6.0 static checking.
17821 * buffer.c (Qclone_number): Remove for now, as it's unused.
17822 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
17823 (record_buffer): Remove unused local.
17824 * frame.c (other_visible_frames, frame_buffer_list): Now static.
17825 (set_frame_buffer_list): Remove; unused.
17826 * frame.h (other_visible_frames): Remove decl.
17827 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
17828 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
17829 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
17830 if HAVE_GPM.
17831 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
17832 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
17833 Define only if HAVE_GPM.
17834 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
17835 (update_hints_inhibit): Remove; never set. All uses removed.
17836 * widgetprv.h (emacsFrameClassRec): Remove decl.
17837 * window.c (delete_deletable_window): Now returns void, since it
17838 wasn't returning anything.
17839 (compare_window_configurations): Remove unused locals.
17840 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
17841 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
17842 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
17843 the same widths as pointers. This follows up on the 2011-05-06 patch.
17844 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
17845 * xterm.h: Likewise.
17846 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
17847
17848 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
17849
17850 * makefile.w32-in: Update dependencies.
17851 (LISP_H): Add lib/intprops.h.
17852
17853 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17854
17855 * image.c (gif_load): Add animation frame delay to the metadata.
17856 (syms_of_image): Use DEFSYM. New symbol `delay'.
17857
17858 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17859
17860 * window.c (delete_deletable_window): Re-add.
17861 (Fset_window_configuration): Rewrite to handle dead buffers and
17862 consequently deletable windows.
17863 (window_tree, Fwindow_tree): Remove. Supply functionality in
17864 window.el.
17865 (compare_window_configurations): Simplify code.
17866
17867 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
17868
17869 * image.c (imagemagick_load_image): Fix type mismatch.
17870 (Fimagemagick_types): Likewise.
17871
17872 * window.h (replace_buffer_in_windows): Declare.
17873
17874 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17875
17876 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
17877 Qclone_number. Remove external declaration of Qdelete_window.
17878 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
17879 code.
17880 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
17881 Run Qbuffer_list_update_hook if allowed.
17882 (Fother_buffer): Rewrite doc-string. Major rewrite for new
17883 buffer list implementation.
17884 (other_buffer_safely): New function.
17885 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
17886 calls to replace_buffer_in_windows and
17887 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
17888 if allowed.
17889 (record_buffer): Inhibit quitting and rewrite using quittable
17890 functions. Run Qbuffer_list_update_hook if allowed.
17891 (Frecord_buffer, Funrecord_buffer): New functions.
17892 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
17893 Move switch-to-buffer to window.el.
17894 (bury-buffer): Move to window.el.
17895 (Vbuffer_list_update_hook): New variable.
17896
17897 * lisp.h (other_buffer_safely): Add prototype in buffer.c
17898 section.
17899
17900 * window.h (resize_frame_windows): Move up in code.
17901 (Fwindow_frame): Remove EXFUN.
17902 (replace_buffer_in_all_windows): Remove prototype.
17903 (replace_buffer_in_windows_safely): Add prototype.
17904
17905 * window.c: Declare Qdelete_window static again. Move down
17906 declaration of select_count.
17907 (Fnext_window, Fprevious_window): Rewrite doc-strings.
17908 (Fother_window): Move to window.el.
17909 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
17910 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
17911 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
17912 window.el.
17913 (replace_buffer_in_windows): Implement by calling
17914 Qreplace_buffer_in_windows.
17915 (replace_buffer_in_all_windows): Remove with some functionality
17916 moved into replace_buffer_in_windows_safely.
17917 (replace_buffer_in_windows_safely): New function.
17918 (select_window_norecord, select_frame_norecord): Move in front
17919 of run_window_configuration_change_hook. Remove now obsolete
17920 declarations.
17921 (Fset_window_buffer): Rewrite doc-string.
17922 Call Qrecord_window_buffer.
17923 (keys_of_window): Move binding for other-window to window.el.
17924
17925 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17926
17927 * dispextern.h (struct image): Replace data member, whose int_val
17928 and ptr_val fields were not used by anything, with a single
17929 lisp_val object.
17930
17931 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
17932 (gif_clear_image, gif_load, imagemagick_load_image)
17933 (gs_clear_image, gs_load): Callers changed.
17934
17935 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
17936
17937 * buffer.h: Include <time.h>, for time_t.
17938 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
17939
17940 Fix minor problems found by static checking.
17941
17942 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
17943
17944 Make identifiers static if they are not used in other modules.
17945 * data.c (Qcompiled_function, Qframe, Qvector):
17946 * image.c (QimageMagick, Qsvg):
17947 * minibuf.c (Qmetadata):
17948 * window.c (resize_window_check, resize_root_window): Now static.
17949 * window.h (resize_window_check, resize_root_window): Remove decls.
17950
17951 * window.c (window_deletion_count, delete_deletable_window):
17952 Remove; unused.
17953 (window_body_lines): Now static.
17954 (Fdelete_other_windows_internal): Mark vars as initialized.
17955 Make sure 'resize_failed' is initialized.
17956 (run_window_configuration_change_hook): Rename local to avoid shadowing.
17957 (resize_window_apply): Remove unused local.
17958 * window.h (delete_deletable_window): Remove decl.
17959
17960 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
17961 (imagemagick_load_image): Fix pointer signedness problem by changing
17962 last arg from unsigned char * to char *. All uses changed.
17963 Also, fix a local for similar reasons.
17964 Remove unused locals. Remove locals to avoid shadowing.
17965 (fn_rsvg_handle_free): Remove; unused.
17966 (svg_load, svg_load_image): Fix pointer signedness problem.
17967 (imagemagick_load_image): Don't use garbage pointer image_wand.
17968
17969 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
17970
17971 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
17972
17973 * image.c (gif_load): Fix omitted cast error introduced by
17974 2011-06-06 change.
17975
17976 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17977
17978 * window.h (resize_proportionally, orig_total_lines)
17979 (orig_top_line): Remove from window structure.
17980 (set_window_height, set_window_width, change_window_heights)
17981 (Fdelete_window): Remove prototypes.
17982 (resize_frame_windows): Remove duplicate declaration.
17983
17984 2011-06-10 Eli Zaretskii <eliz@gnu.org>
17985
17986 * window.h (resize_frame_windows, resize_window_check)
17987 (delete_deletable_window, resize_root_window)
17988 (resize_frame_windows): Declare prototypes.
17989
17990 * window.c (resize_window_apply): Make definition be "static" to
17991 match the prototype.
17992
17993 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17994
17995 * window.c: Remove declarations of Qwindow_size_fixed,
17996 window_min_size_1, window_min_size_2, window_min_size,
17997 size_window, window_fixed_size_p, enlarge_window, delete_window.
17998 Remove static from declaration of Qdelete_window, it's
17999 temporarily needed by Fbury_buffer.
18000 (replace_window): Don't assign orig_top_line and
18001 orig_total_lines.
18002 (Fdelete_window, delete_window): Remove. Window deletion is
18003 handled by window.el.
18004 (window_loop): Remove DELETE_OTHER_WINDOWS case.
18005 Replace Fdelete_window calls with calls to Qdelete_window.
18006 (Fdelete_other_windows): Remove. Deleting other windows is
18007 handled by window.el.
18008 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
18009 handled in window.el.
18010 (window_min_size_2, window_min_size_1, window_min_size): Remove.
18011 Window minimum sizes are handled in window.el.
18012 (shrink_windows, size_window, set_window_height)
18013 (set_window_width, change_window_heights, window_height)
18014 (window_width, CURBEG, CURSIZE, enlarge_window)
18015 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
18016 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
18017 handled in window.el.
18018 (make_dummy_parent): Rename to make_parent_window and give it a
18019 second argument horflag.
18020 (make_window): Don't set resize_proportionally any more.
18021 (Fsplit_window): Remove. Windows are split in window.el.
18022 (save_restore_action, save_restore_orig_size)
18023 (shrink_window_lowest_first, save_restore_orig_size): Remove.
18024 Resize mini windows in window.el.
18025 (grow_mini_window, shrink_mini_window): Implement by calling
18026 Qresize_root_window_vertically, resize_window_check and
18027 resize_window_apply.
18028 (saved_window, Fset_window_configuration, save_window_save):
18029 Do not handle orig_top_line, orig_total_lines, and
18030 resize_proportionally.
18031 (window_min_height, window_min_width): Move to window.el.
18032 (keys_of_window): Move bindings for delete-other-windows,
18033 split-window, delete-window and enlarge-window to window.el.
18034
18035 * buffer.c: Temporarily extern Qdelete_window.
18036 (Fbury_buffer): Temporarily call Qdelete_window instead of
18037 Fdelete_window (Fbury_buffer will move to window.el soon).
18038
18039 * frame.c (set_menu_bar_lines_1): Remove code handling
18040 orig_top_line and orig_total_lines.
18041
18042 * dispnew.c (adjust_frame_glyphs_initially): Don't use
18043 set_window_height but set heights directly.
18044 (change_frame_size_1): Use resize_frame_windows.
18045
18046 * xdisp.c (init_xdisp): Don't use set_window_height but set
18047 heights directly.
18048
18049 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
18050 Use resize_frame_windows instead of change_window_heights and run
18051 run_window_configuration_change_hook.
18052
18053 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
18054 instead of change_window_heights and run
18055 run_window_configuration_change_hook.
18056
18057 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18058
18059 * window.c (replace_window): Rename second argument REPLACEMENT to
18060 NEW. New third argument SETFLAG. Rewrite.
18061 (delete_window, make_dummy_parent): Call replace_window with
18062 third argument 1.
18063 (window_list_1): Move down in code.
18064 (run_window_configuration_change_hook): Move set_buffer part
18065 before select_frame_norecord part in order to unwind correctly.
18066 Rename count1 to count.
18067 (recombine_windows, delete_deletable_window, resize_root_window)
18068 (Fdelete_other_windows_internal)
18069 (Frun_window_configuration_change_hook, make_parent_window)
18070 (resize_window_check, resize_window_apply, Fresize_window_apply)
18071 (resize_frame_windows, Fsplit_window_internal)
18072 (Fdelete_window_internal, Fresize_mini_window_internal):
18073 New functions.
18074 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
18075
18076 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18077
18078 * window.h (window): Add some new members to window structure -
18079 normal_lines, normal_cols, new_total, new_normal, clone_number,
18080 splits, nest, prev_buffers, next_buffers.
18081 (WINDOW_TOTAL_SIZE): Move here from window.c.
18082 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
18083
18084 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
18085 Remove.
18086 (make_dummy_parent): Set new members of windows structure.
18087 (make_window): Move down in code. Handle new members of window
18088 structure.
18089 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
18090 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
18091 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
18092 (Fset_window_prev_buffers, Fwindow_next_buffers)
18093 (Fset_window_next_buffers, Fset_window_clone_number):
18094 New functions.
18095 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
18096 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
18097 Doc-string fixes.
18098 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
18099 Argument WINDOW can be now internal window too.
18100 (Fwindow_use_time): Move up in code.
18101 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
18102 Rewrite doc-string.
18103 (Fset_window_configuration, saved_window)
18104 (Fcurrent_window_configuration, save_window_save): Handle new
18105 members of window structure.
18106 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
18107 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
18108 (syms_of_window): New Lisp objects Qrecord_window_buffer,
18109 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
18110 Qget_mru_window, Qresize_root_window,
18111 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
18112 Qauto_buffer_name; staticpro them.
18113
18114 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18115
18116 * window.c (Fwindow_total_size, Fwindow_left_column)
18117 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
18118 (Fwindow_list_1): New functions.
18119 (window_box_text_cols): Replace with window_body_cols.
18120 (Fwindow_width, Fscroll_left, Fscroll_right):
18121 Use window_body_cols instead of window_box_text_cols.
18122 (delete_window, Fset_window_configuration):
18123 Call delete_all_subwindows with window as argument.
18124 (delete_all_subwindows): Take a window as argument and not a
18125 structure. Rewrite.
18126 (window_loop): Remove handling of GET_LRU_WINDOW and
18127 GET_LARGEST_WINDOW.
18128 (Fget_lru_window, Fget_largest_window): Move to window.el.
18129
18130 * window.h: Extern window_body_cols instead of
18131 window_box_text_cols. delete_all_subwindows now takes a
18132 Lisp_Object as argument.
18133
18134 * indent.c (compute_motion, Fcompute_motion):
18135 Use window_body_cols instead of window_box_text_cols.
18136
18137 * frame.c (delete_frame): Call delete_all_subwindows with root
18138 window as argument.
18139
18140 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
18141
18142 * fns.c (Fputhash): Document return value.
18143
18144 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
18145
18146 * image.c (gif_load): Implement gif89a spec "no disposal" method.
18147
18148 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
18149
18150 Cons<->int and similar integer overflow fixes (Bug#8794).
18151
18152 Check for overflow when converting integer to cons and back.
18153 * charset.c (Fdefine_charset_internal, Fdecode_char):
18154 Use cons_to_unsigned to catch overflow.
18155 (Fencode_char): Use INTEGER_TO_CONS.
18156 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
18157 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
18158 * data.c (long_to_cons, cons_to_long): Remove.
18159 (cons_to_unsigned, cons_to_signed): New functions.
18160 These signal an error for invalid or out-of-range values.
18161 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
18162 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
18163 * font.c (Ffont_variation_glyphs):
18164 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
18165 * lisp.h: Include <intprops.h>.
18166 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
18167 (cons_to_signed, cons_to_unsigned): New decls.
18168 (long_to_cons, cons_to_long): Remove decls.
18169 * undo.c (record_first_change): Use INTEGER_TO_CONS.
18170 (Fprimitive_undo): Use CONS_TO_INTEGER.
18171 * xfns.c (Fx_window_property): Likewise.
18172 * xselect.c: Include <limits.h>.
18173 (x_own_selection, selection_data_to_lisp_data):
18174 Use INTEGER_TO_CONS.
18175 (x_handle_selection_request, x_handle_selection_clear)
18176 (x_get_foreign_selection, Fx_disown_selection_internal)
18177 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
18178 (lisp_data_to_selection_data): Use cons_to_unsigned.
18179 (x_fill_property_data): Use cons_to_signed.
18180 Report values out of range.
18181
18182 Check for buffer and string overflow more precisely.
18183 * buffer.h (BUF_BYTES_MAX): New macro.
18184 * lisp.h (STRING_BYTES_MAX): New macro.
18185 * alloc.c (Fmake_string):
18186 * character.c (string_escape_byte8):
18187 * coding.c (coding_alloc_by_realloc):
18188 * doprnt.c (doprnt):
18189 * editfns.c (Fformat):
18190 * eval.c (verror):
18191 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
18192 since they may not be the same number.
18193 * editfns.c (Finsert_char):
18194 * fileio.c (Finsert_file_contents):
18195 Likewise for BUF_BYTES_MAX.
18196
18197 * image.c: Use ptrdiff_t, not int, for sizes.
18198 (slurp_file): Switch from int to ptrdiff_t.
18199 All uses changed.
18200 (slurp_file): Check that file size fits in both size_t (for
18201 malloc) and ptrdiff_t (for sanity and safety).
18202
18203 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
18204 if b->modtime has its maximal value.
18205
18206 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
18207
18208 Don't assume time_t can fit into int.
18209 * buffer.h (struct buffer.modtime): Now time_t, not int.
18210 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
18211 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
18212
18213 Minor fixes for signed vs unsigned integers.
18214 * character.h (MAYBE_UNIFY_CHAR):
18215 * charset.c (maybe_unify_char):
18216 * keyboard.c (read_char, reorder_modifiers):
18217 XINT -> XFASTINT, since the integer must be nonnegative.
18218 * ftfont.c (ftfont_spec_pattern):
18219 * keymap.c (access_keymap, silly_event_symbol_error):
18220 XUINT -> XFASTINT, since the integer must be nonnegative.
18221 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
18222 since it makes no difference and we prefer signed.
18223 * keyboard.c (record_char): Use XUINT when all the neighbors do.
18224 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
18225 nonnegative.
18226
18227 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18228
18229 * window.h (Fwindow_frame): Declare.
18230
18231 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
18232
18233 * alloc.c: Simplify handling of large-request failures (Bug#8800).
18234 (SPARE_MEMORY): Always define.
18235 (LARGE_REQUEST): Remove.
18236 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
18237
18238 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18239
18240 * lisp.h: Move EXFUNS for Fframe_root_window,
18241 Fframe_first_window and Fset_frame_selected_window to window.h.
18242
18243 * window.h: Move EXFUNS for Fframe_root_window,
18244 Fframe_first_window and Fset_frame_selected_window here from
18245 lisp.h.
18246
18247 * frame.c (Fwindow_frame, Fframe_first_window)
18248 (Fframe_root_window, Fframe_selected_window)
18249 (Fset_frame_selected_window): Move to window.c.
18250 (Factive_minibuffer_window): Move to minibuf.c.
18251 (Fother_visible_frames_p): New function.
18252
18253 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
18254
18255 * window.c (decode_window, decode_any_window): Move up in code.
18256 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
18257 (inhibit_frame_unsplittable): Remove unused variable.
18258 (Fwindow_buffer): Move up and rewrite doc-string.
18259 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
18260 (Fwindow_prev): New functions.
18261 (Fwindow_frame): Move here from frame.c. Accept any window as
18262 argument.
18263 (Fframe_root_window, Fframe_first_window)
18264 (Fframe_selected_window): Move here from frame.c. Accept frame
18265 or arbitrary window as argument. Update doc-strings.
18266 (Fminibuffer_window): Move up in code.
18267 (Fwindow_minibuffer_p): Move up in code and simplify.
18268 (Fset_frame_selected_window): Move here from frame.c.
18269 Marginal rewrite.
18270 (Fselected_window, select_window, Fselect_window): Move up in
18271 code. Minor doc-string fixes.
18272
18273 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
18274
18275 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
18276 Do not assume that spare memory exists; that assumption is valid
18277 only if SYSTEM_MALLOC.
18278 (LARGE_REQUEST): New macro, so that the issue of large requests
18279 is separated from the issue of spare memory.
18280
18281 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18282
18283 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
18284 format. (Bug#8806)
18285
18286 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
18287
18288 * xfns.c (x_set_scroll_bar_default_width): Move declarations
18289 before statements.
18290
18291 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
18292
18293 * gtkutil.c (xg_get_default_scrollbar_width): New function.
18294
18295 * gtkutil.h: Declare xg_get_default_scrollbar_width.
18296
18297 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
18298 min width by calling x_set_scroll_bar_default_width (Bug#8505).
18299
18300 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18301
18302 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
18303
18304 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18305
18306 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
18307 (x_clipboard_manager_save): Add return value.
18308 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
18309 New error handlers.
18310 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
18311 Obey Vx_select_enable_clipboard_manager. Catch errors in
18312 x_clipboard_manager_save (Bug#8779).
18313 (Vx_select_enable_clipboard_manager): New variable.
18314 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
18315
18316 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
18317
18318 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
18319
18320 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18321
18322 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
18323 in the current matrix if keep_current_p is non-zero.
18324
18325 2011-06-04 Eli Zaretskii <eliz@gnu.org>
18326
18327 * bidi.c (bidi_level_of_next_char): Fix last change.
18328
18329 2011-06-03 Eli Zaretskii <eliz@gnu.org>
18330
18331 Support bidi reordering of text covered by display properties.
18332
18333 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
18334 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
18335 (bidi_cache_search, bidi_cache_iterator_state)
18336 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
18337 (bidi_level_of_next_char, bidi_move_to_visually_next):
18338 Support character positions inside a run of characters covered by a
18339 display string.
18340 (bidi_paragraph_init, bidi_resolve_explicit_1)
18341 (bidi_level_of_next_char): Call bidi_fetch_char and
18342 bidi_fetch_char_advance instead of FETCH_CHAR and
18343 FETCH_CHAR_ADVANCE.
18344 (bidi_init_it): Initialize new members.
18345 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
18346 definitions.
18347 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
18348 instead of using explicit *_CHAR codes.
18349 (bidi_resolve_explicit, bidi_resolve_weak):
18350 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
18351 bidirectional text is supported only in multibyte buffers.
18352 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
18353 it to initialize the frame_window_p member of struct bidi_it.
18354 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
18355 (bidi_resolve_explicit, bidi_resolve_weak)
18356 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
18357 bidi_it->nchars is non-positive.
18358 (bidi_level_of_next_char): Don't try to lookup the cache for the
18359 next/previous character if nothing is cached there yet, or if we
18360 were just reseat()'ed to a new position.
18361
18362 * xdisp.c (set_cursor_from_row): Set start and stop points
18363 according to the row's direction when priming the loop that looks
18364 for the glyph on which to display cursor.
18365 (single_display_spec_intangible_p): Function deleted.
18366 (display_prop_intangible_p): Reimplement to call
18367 handle_display_spec instead of single_display_spec_intangible_p.
18368 Accept 3 additional arguments needed by handle_display_spec.
18369 This fixes incorrect cursor motion across display property with complex
18370 values: lists, `(when COND...)' forms, etc.
18371 (single_display_spec_string_p): Support property values that are
18372 lists with the argument STRING its top-level element.
18373 (display_prop_string_p): Fix the condition for processing a
18374 property that is a list to be consistent with handle_display_spec.
18375 (handle_display_spec): New function, refactored from the
18376 last portion of handle_display_prop.
18377 (compute_display_string_pos): Accept additional argument
18378 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
18379 value of a `display' property is a "replacing spec".
18380 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
18381 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
18382 the display property, but just return a value indicating whether
18383 the display property will replace the characters it covers.
18384 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
18385 frame_window_p members of struct bidi_it.
18386 (compute_display_string_pos, compute_display_string_end):
18387 New functions.
18388 (push_it): Accept second argument POSITION, where pop_it should
18389 jump to continue iteration.
18390 (reseat_1): Initialize bidi_it.disp_pos.
18391
18392 * keyboard.c (adjust_point_for_property): Adjust the call to
18393 display_prop_intangible_p to its new signature.
18394
18395 * dispextern.h (struct bidi_it): New member frame_window_p.
18396 (bidi_init_it): Update prototypes.
18397 (display_prop_intangible_p): Update prototype.
18398 (compute_display_string_pos, compute_display_string_end):
18399 Declare prototypes.
18400 (struct bidi_it): New members nchars and disp_pos. ch_len is now
18401 EMACS_INT.
18402
18403 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
18404
18405 Malloc failure behavior now depends on size of allocation.
18406 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
18407 * lisp.h: Change signatures accordingly.
18408 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
18409 All callers changed. (Bug#8762)
18410
18411 * gnutls.c: Use Emacs's memory allocators.
18412 Without this change, the gnutls library would invoke malloc etc.
18413 directly, which causes problems on non-SYNC_INPUT hosts, and which
18414 runs afoul of improving memory_full behavior. (Bug#8761)
18415 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
18416 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
18417 xfree instead of the default malloc, realloc, free.
18418 (Fgnutls_boot): No need to check for memory allocation failure,
18419 since xmalloc does that for us.
18420
18421 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
18422 * category.c (hash_get_category_set):
18423 * ccl.c (ccl_driver):
18424 * charset.c (Fdefine_charset_internal):
18425 * charset.h (struct charset.hash_index):
18426 * composite.c (get_composition_id, gstring_lookup_cache)
18427 (composition_gstring_put_cache):
18428 * composite.h (struct composition.hash_index):
18429 * dispextern.h (struct image.hash):
18430 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
18431 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
18432 (hashfn_equal, hashfn_user_defined, make_hash_table)
18433 (maybe_resize_hash_table, hash_lookup, hash_put)
18434 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
18435 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
18436 (Fsxhash, Fgethash, Fputhash, Fmaphash):
18437 * image.c (make_image, search_image_cache, lookup_image)
18438 (xpm_put_color_table_h):
18439 * lisp.h (struct Lisp_Hash_Table):
18440 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
18441 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
18442 for hashes and hash indexes, instead of 'unsigned' and 'int'.
18443 * alloc.c (allocate_vectorlike):
18444 Check for overflow in vector size calculations.
18445 * ccl.c (ccl_driver):
18446 Check for overflow when converting EMACS_INT to int.
18447 * fns.c, image.c: Remove unnecessary static decls that would otherwise
18448 need to be updated by these changes.
18449 * fns.c (make_hash_table, maybe_resize_hash_table):
18450 Check for integer overflow with large hash tables.
18451 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
18452 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
18453 (SXHASH_REDUCE): New macro.
18454 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
18455 Use it instead of discarding useful hash info with large hash values.
18456 (sxhash_float): New function.
18457 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
18458 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
18459 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
18460 Rewrite to use FIXNUM_BITS, as this simplifies things.
18461 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
18462 Adjust signatures to match updated version of code.
18463 (consing_since_gc): Now EMACS_INT, since a single hash table can
18464 use more than INT_MAX bytes.
18465
18466 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
18467
18468 Make it possible to build with GCC-4.6+ -O2 -flto.
18469
18470 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
18471
18472 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18473
18474 * minibuf.c (get_minibuffer, read_minibuf_unwind):
18475 Call minibuffer-inactive-mode.
18476
18477 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
18478
18479 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
18480 Update dependencies.
18481
18482 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18483
18484 * data.c (init_data): Remove code for UTS, this system is not
18485 supported anymore.
18486
18487 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18488
18489 Don't force ./temacs to start in terminal mode.
18490
18491 * frame.c (make_initial_frame): Initialize faces in all cases, not
18492 only when CANNOT_DUMP is defined.
18493 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
18494
18495 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18496
18497 * dispnew.c (add_window_display_history): Use const for the string
18498 pointer. Remove declaration, not needed.
18499
18500 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
18501
18502 Use 'inline', not 'INLINE'.
18503 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
18504 * alloc.c, fontset.c (INLINE): Remove.
18505 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
18506 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
18507 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
18508 * gmalloc.c (register_heapinfo): Use inline unconditionally.
18509 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
18510
18511 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18512
18513 Make it possible to run ./temacs.
18514
18515 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
18516 syms_of_callproc does the same thing. Remove test for
18517 "initialized", do it in the caller.
18518 * emacs.c (main): Avoid calling set_initial_environment when dumping.
18519
18520 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18521
18522 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
18523 (read_minibuf): Use get_minibuffer.
18524 (syms_of_minibuf): Use DEFSYM.
18525 (Qmetadata): New var.
18526 * data.c (Qbuffer): Don't make it static.
18527 (syms_of_data): Use DEFSYM.
18528
18529 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
18530
18531 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
18532 (CCL_CODE_MIN): New macro.
18533
18534 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
18535
18536 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
18537
18538 * eval.c (Qdebug): Now static.
18539 * lisp.h (Qdebug): Remove decl. This reverts a part of the
18540 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
18541 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
18542
18543 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18544
18545 * image.c: Various fixes to ImageMagick code comments.
18546 (Fimagemagick_types): Doc fix.
18547
18548 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
18549
18550 Minor fixes prompted by GCC 4.6.0 warnings.
18551
18552 * xselect.c (converted_selections, conversion_fail_tag): Now static.
18553
18554 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
18555 (x_clipboard_manager_save_all): Move extern decl to ...
18556 * xterm.h: ... here, so that it can be checked for consistency.
18557
18558 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18559
18560 * xselect.c (x_clipboard_manager_save_frame)
18561 (x_clipboard_manager_save_all): New functions.
18562 (Fx_clipboard_manager_save): Lisp function deleted.
18563
18564 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
18565 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
18566
18567 * xterm.h: Update prototype.
18568
18569 2011-05-28 William Xu <william.xwl@gmail.com>
18570
18571 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
18572 exiting (Bug#8239).
18573
18574 2011-05-28 Jim Meyering <meyering@redhat.com>
18575
18576 Avoid a sign-extension bug in crypto_hash_function.
18577 * fns.c (to_uchar): Define.
18578 (crypto_hash_function): Use it to convert some newly-signed
18579 variables to unsigned, to avoid sign-extension bugs. For example,
18580 without this change, (md5 "truc") would evaluate to
18581 45723a2aff78ff4fff7fff1114760e62 rather than the expected
18582 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
18583 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
18584
18585 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
18586
18587 Integer overflow fixes.
18588
18589 * dbusbind.c: Serial number integer overflow fixes.
18590 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
18591 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
18592 to hold a serial number that is too large for a fixnum.
18593 (Fdbus_method_return_internal, Fdbus_method_error_internal):
18594 Check for serial numbers out of range. Decode any serial number
18595 that was so large that it became a float. (Bug#8722)
18596
18597 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
18598 (Fdbus_call_method, Fdbus_call_method_asynchronously):
18599 Use XFASTINT rather than XUINT when numbers are nonnegative.
18600 (xd_append_arg, Fdbus_method_return_internal):
18601 (Fdbus_method_error_internal): Likewise. Also, for unsigned
18602 arguments, check that Lisp number is nonnegative, rather than
18603 silently wrapping negative numbers around. (Bug#8722)
18604 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
18605 (Bug#8722)
18606
18607 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
18608
18609 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
18610
18611 ccl: Add integer overflow checks.
18612 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
18613 (IN_INT_RANGE): New macros.
18614 (ccl_driver): Use them to check for integer overflow when
18615 decoding a CCL program. Many of the new checks are whether XINT (x)
18616 fits in int; it doesn't always, on 64-bit hosts. The new version
18617 doesn't catch all possible integer overflows, but it's an
18618 improvement. (Bug#8719)
18619
18620 * alloc.c (make_event_array): Use XINT, not XUINT.
18621 There's no need for unsigned here.
18622
18623 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
18624 This follows up to the 2011-05-06 change that substituted uintptr_t
18625 for EMACS_INT. This case wasn't caught back then.
18626
18627 Rework Fformat to avoid integer overflow issues.
18628 * editfns.c: Include <float.h> unconditionally, as it's everywhere
18629 now (part of C89). Include <verify.h>.
18630 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
18631 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
18632 (Fformat): Avoid the prepass trying to compute sizes; it was only
18633 approximate and thus did not catch overflow reliably. Instead, walk
18634 through the format just once, formatting and computing sizes as we go,
18635 checking for integer overflow at every step, and allocating a larger
18636 buffer as needed. Keep track separately whether the format is
18637 multibyte. Keep only the most-recently calculated precision, rather
18638 than them all. Record whether each argument has been converted to
18639 string. Use EMACS_INT, not int, for byte and char and arg counts.
18640 Support field widths and precisions larger than INT_MAX. Avoid
18641 sprintf's undefined behavior with conversion specifications such as %#d
18642 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
18643 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
18644 formatting out-of-range floating point numbers with int
18645 formats. (Bug#8668)
18646
18647 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
18648
18649 * data.c: Avoid integer truncation in expressions involving floats.
18650 * data.c: Include <intprops.h>.
18651 (arith_driver): When there's an integer overflow in an expression
18652 involving floating point, convert the integers to floating point
18653 so that the resulting value does not suffer from catastrophic
18654 integer truncation. For example, on a 64-bit host (* 4
18655 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
18656 Do not rely on undefined behavior after integer overflow.
18657
18658 merge count_size_as_multibyte, parse_str_to_multibyte
18659 * character.c, character.h (count_size_as_multibyte):
18660 Rename from parse_str_to_multibyte; all uses changed.
18661 Check for integer overflow.
18662 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
18663 since it's now a duplicate of the other. This is more of
18664 a character than a buffer op, so better that it's in character.c.
18665 * fns.c, print.c: Adjust to above changes.
18666
18667 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18668
18669 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
18670
18671 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
18672
18673 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
18674 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
18675 (x_clipboard_manager_save): Now static.
18676 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
18677
18678 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
18679 (crypto_hash_function): Now static.
18680 Fix pointer signedness problems. Avoid unnecessary initializations.
18681
18682 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18683
18684 * termhooks.h (Vselection_alist): Make it terminal-local.
18685
18686 * terminal.c (create_terminal): Initialize it.
18687
18688 * xselect.c: Support for clipboard managers.
18689 (Vselection_alist): Move to termhooks.h as terminal-local var.
18690 (LOCAL_SELECTION): New macro.
18691 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
18692 (symbol_to_x_atom): Remove gratuitous arg.
18693 (x_handle_selection_request, lisp_data_to_selection_data)
18694 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
18695 (x_own_selection, x_get_local_selection, x_convert_selection):
18696 New arg, specifying work frame. Use terminal-local Vselection_alist.
18697 (some_frame_on_display): Delete unused function.
18698 (Fx_own_selection_internal, Fx_get_selection_internal)
18699 (Fx_disown_selection_internal, Fx_selection_owner_p)
18700 (Fx_selection_exists_p): New optional frame arg.
18701 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
18702 (x_handle_selection_clear): Don't treat other terminals with the
18703 same keyboard specially. Use the terminal-local Vselection_alist.
18704 (x_clear_frame_selections): Use Frun_hook_with_args.
18705
18706 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
18707
18708 * xterm.h: Add support for those atoms.
18709
18710 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
18711
18712 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
18713 (converted_selections, conversion_fail_tag): New global variables.
18714 (x_selection_request_lisp_error): Free the above.
18715 (x_get_local_selection): Remove unnecessary code.
18716 (x_reply_selection_request): Args changed; handle arbitrary array
18717 of converted selections stored in converted_selections.
18718 Separate the XChangeProperty and SelectionNotify steps.
18719 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
18720 (x_convert_selection): New function.
18721 (x_handle_selection_event): Simplify.
18722 (x_get_foreign_selection): Don't ignore incoming requests while
18723 waiting for an answer; this will fail when we implement
18724 SAVE_TARGETS, and seems unnecessary anyway.
18725 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
18726 (Vx_sent_selection_functions): Doc fix.
18727
18728 2011-05-26 Leo Liu <sdl.web@gmail.com>
18729
18730 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
18731
18732 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18733
18734 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
18735
18736 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
18737 for fringe update if it has periodic bitmap.
18738 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
18739 and fringe_bitmap_periodic_p.
18740
18741 * fringe.c (get_fringe_bitmap_data): New function.
18742 (draw_fringe_bitmap_1, update_window_fringes): Use it.
18743 (update_window_fringes): Record periodicity of fringe bitmap in glyph
18744 row. Mark glyph row for fringe update if periodicity changed.
18745
18746 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
18747 for fringe update unless it has periodic bitmap.
18748
18749 2011-05-25 Kenichi Handa <handa@m17n.org>
18750
18751 * xdisp.c (get_next_display_element): Set correct it->face_id for
18752 a static composition.
18753
18754 2011-05-24 Leo Liu <sdl.web@gmail.com>
18755
18756 * deps.mk (fns.o):
18757 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
18758
18759 * fns.c (crypto_hash_function, Fsha1): New function.
18760 (Fmd5): Use crypto_hash_function.
18761 (syms_of_fns): Add Ssha1.
18762
18763 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
18764
18765 * gnutls.c: Remove unused macros.
18766 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
18767 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
18768 Remove macros that are defined and never used.
18769 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
18770
18771 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18772
18773 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
18774 (Fx_get_selection_internal): Minor cleanup.
18775 (Fx_own_selection_internal): Rename arguments for consistency with
18776 select.el.
18777
18778 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
18779
18780 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
18781
18782 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18783
18784 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
18785
18786 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18787
18788 * dispnew.c (scrolling_window): Don't exclude the case that the
18789 last enabled row in the desired matrix touches the bottom boundary.
18790
18791 2011-05-21 Glenn Morris <rgm@gnu.org>
18792
18793 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
18794 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
18795 and add some more files.
18796
18797 2011-05-20 Eli Zaretskii <eliz@gnu.org>
18798
18799 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
18800 report_file_error introduced by the change from 2011-05-07.
18801
18802 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
18803
18804 * systime.h (Time): Define only if emacs is defined.
18805 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
18806 where the include path doesn't have X11/X.h by default. See
18807 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
18808
18809 2011-05-20 Kenichi Handa <handa@m17n.org>
18810
18811 * composite.c (find_automatic_composition): Fix previous change.
18812
18813 2011-05-20 Glenn Morris <rgm@gnu.org>
18814
18815 * lisp.mk: New file, split from Makefile.in.
18816 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
18817 (shortlisp): Remove.
18818 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
18819
18820 2011-05-19 Glenn Morris <rgm@gnu.org>
18821
18822 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
18823 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
18824 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
18825 (lisp): Set the order to that of loadup.el.
18826 (shortlisp): Make it a copy of $lisp.
18827 (SOME_MACHINE_LISP): Remove.
18828 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
18829 Use just $shortlisp, not $SOME_MACHINE_LISP too.
18830
18831 2011-05-18 Kenichi Handa <handa@m17n.org>
18832
18833 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
18834 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
18835 (find_automatic_composition): Mostly rewrite for efficiency.
18836
18837 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
18838
18839 * makefile.w32-in: Update dependencies.
18840
18841 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
18842
18843 * menu.c: Include limits.h (fixes the MS-Windows build broken by
18844 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
18845
18846 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
18847
18848 Fix some integer overflow issues, such as string length overflow.
18849
18850 * insdel.c (count_size_as_multibyte): Check for string overflow.
18851
18852 * character.c (lisp_string_width): Check for string overflow.
18853 Use EMACS_INT, not int, for string indexes and lengths; in
18854 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
18855 the resulting string length overflows an EMACS_INT; instead,
18856 report a string overflow if no precision given. When checking for
18857 precision exhaustion, use a check that cannot possibly have
18858 integer overflow. (Bug#8675)
18859 * character.h (lisp_string_width): Adjust to new signature.
18860
18861 * alloc.c (string_overflow): New function.
18862 (Fmake_string): Use it. This doesn't change behavior, but saves
18863 a few bytes and will simplify future changes.
18864 * character.c (string_escape_byte8): Likewise.
18865 * lisp.h (string_overflow): New decl.
18866
18867 Fixups, following up to the user-interface timestamp change.
18868 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
18869 for UI timestamps, instead of unsigned long.
18870 * msdos.c (mouse_get_pos): Likewise.
18871 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
18872 * w32gui.h (Time): Define by including "systime.h" rather than by
18873 declaring it ourselves. (Bug#8664)
18874
18875 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
18876 * image.c (clear_image_cache): Likewise.
18877
18878 * term.c (term_mouse_position): Don't assume time_t wraparound.
18879
18880 Be more systematic about user-interface timestamps.
18881 Before, the code sometimes used 'Time', sometimes 'unsigned long',
18882 and sometimes 'EMACS_UINT', to represent these timestamps.
18883 This change causes it to use 'Time' uniformly, as that's what X uses.
18884 This makes the code easier to follow, and makes it easier to catch
18885 integer overflow bugs such as Bug#8664.
18886 * frame.c (Fmouse_position, Fmouse_pixel_position):
18887 Use Time, not unsigned long, for user-interface timestamps.
18888 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
18889 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
18890 * keyboard.h (last_event_timestamp): Likewise.
18891 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
18892 * menu.h (xmenu_show): Likewise.
18893 * term.c (term_mouse_position): Likewise.
18894 * termhooks.h (struct input_event.timestamp): Likewise.
18895 (struct terminal.mouse_position_hook): Likewise.
18896 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
18897 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
18898 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
18899 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
18900 what it was before.
18901 * menu.h, termhooks.h: Include "systime.h", for Time.
18902
18903 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
18904 Don't assume that the difference between two unsigned long values
18905 can fit into an integer. At this point, we know button_down_time
18906 <= event->timestamp, so the difference must be nonnegative, so
18907 there's no need to cast the result if double-click-time is
18908 nonnegative, as it should be; check that it's nonnegative, just in
18909 case. This bug is triggered when events are more than 2**31 ms
18910 apart (about 25 days). (Bug#8664)
18911
18912 * xselect.c (last_event_timestamp): Remove duplicate decl.
18913 (x_own_selection): Remove needless cast to unsigned long.
18914
18915 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
18916 that always fit in int. Use a sentinel instead of a counter, to
18917 avoid a temp and to allay GCC's concerns about possible int overflow.
18918 * frame.h (struct frame): Use int for menu_bar_items_used
18919 instead of EMACS_INT, since it always fits in int.
18920
18921 * menu.c (grow_menu_items): Check for int overflow.
18922
18923 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
18924
18925 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
18926 Before, the code was not consistent. These values cannot exceed
18927 2**31 - 1 so there's no need to make them unsigned.
18928 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
18929 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
18930 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
18931 as modifiers.
18932 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
18933
18934 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
18935 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
18936 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
18937 presumably because the widths might not match.
18938
18939 * window.c (size_window): Avoid needless test at loop start.
18940
18941 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
18942
18943 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
18944
18945 2011-05-12 Drew Adams <drew.adams@oracle.com>
18946
18947 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
18948
18949 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18950
18951 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
18952 `width' to `bar_area_x' and `bar_area_width', respectively.
18953 (x_scroll_run): Take account of fringe background extension.
18954
18955 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
18956 Rename local vars `left' and `width' to `bar_area_x' and
18957 `bar_area_width', respectively.
18958 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
18959 background extension.
18960
18961 2011-05-10 Jim Meyering <meyering@redhat.com>
18962
18963 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
18964
18965 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
18966
18967 * image.c (Finit_image_library): Return t for built-in image types,
18968 like pbm and xbm. (Bug#8640)
18969
18970 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
18971
18972 * w32menu.c (set_frame_menubar): Fix submenu allocation.
18973
18974 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18975
18976 * w32console.c (Fset_screen_color): Doc fix.
18977 (Fget_screen_color): New function.
18978 (syms_of_ntterm): Defsubr it.
18979
18980 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
18981 unlink the temporary file if Fcall_process didn't create it in the
18982 first place.
18983 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
18984 child process will be redirected to a file specified with `:file'.
18985 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
18986 cue to call_process_cleanup not to close that handle.
18987
18988 2011-05-07 Ben Key <bkey76@gmail.com>
18989
18990 * makefile.w32-in: The bootstrap-temacs rule now makes use of
18991 one of two shell specific rules, either bootstrap-temacs-CMD or
18992 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
18993 to the previous implementation of the bootstrap-temacs rule.
18994 The bootstrap-temacs-CMD rule is similar to the previous
18995 implementation of the bootstrap-temacs rule except that it
18996 makes use of the ESC_CFLAGS variable instead of the CFLAGS
18997 variable.
18998
18999 These changes, along with some changes to nt/configure.bat,
19000 nt/gmake.defs, and nt/nmake.defs, are required to extend my
19001 earlier fix to add support for --cflags and --ldflags options
19002 that include quotes so that it works whether make uses cmd or
19003 sh as the shell.
19004
19005 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
19006
19007 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
19008 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
19009 is a constant.
19010 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
19011 a string. Handle both cases.
19012 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
19013 (Fdbus_register_method): Use Qinvalid_function.
19014
19015 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19016
19017 * makefile.w32-in: Update dependencies.
19018 (LISP_H): Add inttypes.h and stdin.h.
19019 (PROCESS_H): Add unistd.h.
19020
19021 2011-05-06 Eli Zaretskii <eliz@gnu.org>
19022
19023 * lread.c: Include limits.h (fixes the MS-Windows build broken by
19024 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
19025
19026 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19027
19028 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
19029
19030 * term.c (vfatal): Remove stray call to va_end.
19031 It's not needed and the C Standard doesn't allow it here anyway.
19032
19033 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
19034 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
19035
19036 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
19037 bytes.
19038
19039 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
19040
19041 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
19042
19043 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
19044
19045 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
19046
19047 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
19048
19049 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
19050 * charset.c (Fdefine_charset_internal): Don't initialize
19051 charset.code_space[15]. The value was garbage, on hosts with
19052 32-bit int (Bug#8600).
19053
19054 * lread.c (read_integer): Be more consistent with string-to-number.
19055 Use string_to_number to do the actual conversion; this avoids
19056 rounding errors and fixes some other screwups. Without this fix,
19057 for example, #x1fffffffffffffff was misread as -2305843009213693952.
19058 (digit_to_number): Move earlier, for benefit of read_integer.
19059 Return -1 if the digit is out of range for the base, -2 if it is
19060 not a digit in any supported base. (Bug#8602)
19061
19062 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
19063
19064 * dispnew.c (scrolling_window): Return 1 if we scrolled,
19065 to match comment at start of function. This also removes a
19066 GCC warning about overflow in a 32+64-bit port.
19067
19068 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
19069
19070 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
19071 Reported by Stefan Monnier in
19072 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
19073 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
19074 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
19075
19076 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
19077 (EMACS_UINTPTR): Likewise, with uintptr_t.
19078
19079 * lisp.h: Prefer 64-bit EMACS_INT if available.
19080 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
19081 on 32-bit hosts that have 64-bit int, so that they can access
19082 large files.
19083 However, temporarily disable this change unless the temporary
19084 symbol WIDE_EMACS_INT is defined.
19085
19086 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
19087
19088 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
19089 This removes an assumption that EMACS_INT and long are the same
19090 width as pointers. The assumption is true for Emacs porting targets
19091 now, but we want to make other targets possible.
19092 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
19093 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
19094 In the rest of the code, change types of integers that hold casted
19095 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
19096 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
19097 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
19098 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
19099 No need to cast type when ORing.
19100 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
19101 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
19102 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
19103 assume EMACS_INT is the same width as char *.
19104 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
19105 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
19106 Remove no-longer-needed casts.
19107 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
19108 (xg_tool_bar_help_callback, xg_make_tool_item):
19109 Use EMACS_INTPTR to hold an integer
19110 that will be cast to void *; this can avoid a GCC warning
19111 if EMACS_INT is not the same width as void *.
19112 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
19113 * xdisp.c (display_echo_area_1, resize_mini_window_1):
19114 (current_message_1, set_message_1):
19115 Use a local to convert to proper width without a cast.
19116 * xmenu.c (dialog_selection_callback): Likewise.
19117
19118 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
19119 Also, don't assume VALBITS / RAND_BITS is less than 5,
19120 and don't rely on undefined behavior when shifting a 1 left into
19121 the sign bit.
19122 * lisp.h (get_random): Change signature to match.
19123
19124 * lread.c (hash_string): Use size_t, not int, for hash computation.
19125 Normally we prefer signed values; but hashing is special, because
19126 it's better to use unsigned division on hash table sizes so that
19127 the remainder is nonnegative. Also, size_t is the natural width
19128 for hashing into memory. The previous code used 'int', which doesn't
19129 retain enough info to hash well into very large tables.
19130 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
19131
19132 * dbusbind.c: Don't possibly lose pointer info when converting.
19133 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
19134 Use XPNTR rather than XHASH, so that the high-order bits of
19135 the pointer aren't lost when converting through void *.
19136
19137 * eval.c (Fautoload): Don't double-shift a pointer.
19138
19139 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
19140
19141 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19142
19143 * gnutls.c (DEF_GNUTLS_FN):
19144 * image.c (DEF_IMGLIB_FN): Make function pointers static.
19145
19146 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
19147
19148 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
19149 marker. (Bug#8610)
19150
19151 2011-05-05 Eli Zaretskii <eliz@gnu.org>
19152
19153 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
19154 New version that can reserve upto 2GB of heap space.
19155
19156 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
19157
19158 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
19159
19160 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
19161
19162 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
19163 `gnutls_certificate_set_x509_key_file'.
19164
19165 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19166
19167 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
19168 Update dependencies.
19169
19170 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19171
19172 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
19173 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
19174 Remove unused parameter `fildes'.
19175 * process.c (read_process_output, send_process): Don't pass it.
19176
19177 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19178
19179 Fix previous change: the library cache is defined in w32.c.
19180 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
19181 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
19182
19183 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19184
19185 Implement dynamic loading of GnuTLS on Windows.
19186
19187 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
19188 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
19189 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
19190 Declare.
19191
19192 * gnutls.c (Qgnutls_dll): Define.
19193 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
19194 (gnutls_*): Declare function pointers.
19195 (init_gnutls_functions): New function to initialize function pointers.
19196 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
19197 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
19198 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
19199 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
19200 (emacs_gnutls_write, emacs_gnutls_read)
19201 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
19202 (Fgnutls_available_p): New function.
19203 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
19204 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
19205 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
19206
19207 * image.c: Include w32.h.
19208 (Vimage_type_cache): Delete.
19209 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
19210 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
19211 (w32_delayed_load): Move to w32.c.
19212
19213 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
19214
19215 * w32.c (QCloaded_from, Vlibrary_cache): Define.
19216 (w32_delayed_load): Move from image.c. When loading a library, record
19217 its filename in the :loaded-from property of the library id.
19218 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
19219 Initialize and staticpro them.
19220 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
19221
19222 * process.c: Include lisp.h before w32.h, not after.
19223 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
19224 instead of gnutls_record_check_pending.
19225
19226 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
19227
19228 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19229
19230 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
19231 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
19232 as passed in.
19233
19234 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
19235
19236 * xterm.c (x_set_frame_alpha): Do not set property on anything
19237 else than FRAME_X_OUTER_WINDOW (Bug#8608).
19238
19239 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
19240
19241 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
19242
19243 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
19244
19245 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
19246 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
19247 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
19248 (gnutls_global_initialized, Qgnutls_bootprop_priority)
19249 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
19250 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
19251 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
19252 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
19253 (Qgnutls_bootprop_callbacks_verify): Make static.
19254
19255 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
19256
19257 * callproc.c: Indentation fixup.
19258
19259 * sysdep.c (wait_for_termination_1): Make static.
19260 (wait_for_termination, interruptible_wait_for_termination):
19261 Move after wait_for_termination_1.
19262
19263 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19264
19265 * sysdep.c (interruptible_wait_for_termination): New function
19266 which is like wait_for_termination, but allows keyboard
19267 interruptions.
19268
19269 * callproc.c (Fcall_process): Add (:file "file") as an option for
19270 the STDOUT buffer.
19271 (Fcall_process_region): Ditto.
19272
19273 2011-04-30 Eli Zaretskii <eliz@gnu.org>
19274
19275 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
19276 rather than `XVECTOR (FOO)->size'.
19277
19278 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
19279 inttypes.h, as a gnulib replacement is used if it not available in
19280 system headers.
19281
19282 2011-04-21 Eli Zaretskii <eliz@gnu.org>
19283
19284 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
19285 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
19286 of MOST_POSITIVE_FIXNUM. (Bug#8528)
19287
19288 * coding.c (coding_alloc_by_realloc): Error out if destination
19289 will grow beyond MOST_POSITIVE_FIXNUM.
19290 (decode_coding_emacs_mule): Abort if there isn't enough place in
19291 charbuf for the composition carryover bytes. Reserve an extra
19292 space for up to 2 characters produced in a loop.
19293 (decode_coding_iso_2022): Abort if there isn't enough place in
19294 charbuf for the composition carryover bytes.
19295
19296 2011-04-21 Eli Zaretskii <eliz@gnu.org>
19297
19298 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
19299 aborting when %lld or %lll format is passed.
19300 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
19301 %llo or %llx format is passed. (Bug#8545)
19302
19303 * window.c (window_scroll_line_based): Use a marker instead of
19304 simple variables to record original value of point. (Bug#7952)
19305
19306 * doprnt.c (doprnt): Fix the case where a multibyte sequence
19307 produced by %s or %c overflows available buffer space. (Bug#8545)
19308
19309 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
19310
19311 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
19312 (SIZE_MAX): Move defn after all includes, as they might #define it.
19313
19314 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19315
19316 * w32.c (init_environment): Warn about defaulting HOME to C:\.
19317
19318 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19319
19320 * keyboard.c (Qdelayed_warnings_hook): Define.
19321 (command_loop_1): Run `delayed-warnings-hook'
19322 if Vdelayed_warnings_list is non-nil.
19323 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
19324 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
19325
19326 2011-04-28 Eli Zaretskii <eliz@gnu.org>
19327
19328 * doprnt.c (doprnt): Don't return value smaller than the buffer
19329 size if the message was truncated. (Bug#8545).
19330
19331 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19332
19333 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
19334 (Fx_window_property): #if-0 the whole functions, not just the bodies.
19335
19336 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
19337
19338 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
19339
19340 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
19341
19342 * makefile.w32-in: Update dependencies.
19343
19344 2011-04-27 Eli Zaretskii <eliz@gnu.org>
19345
19346 Improve `doprnt' and its usage. (Bug#8545)
19347 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
19348 `format_end'. Remove support for %l as a conversion specifier.
19349 Don't use xrealloc. Improve diagnostics when the %l size modifier
19350 is used. Update the commentary.
19351
19352 * eval.c (verror): Simplify calculation of size_t.
19353
19354 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
19355 messages.
19356
19357 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
19358
19359 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
19360 change.
19361
19362 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
19363
19364 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
19365 This makes this file independent of the recent pseudovector change.
19366
19367 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
19368
19369 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
19370
19371 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
19372 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
19373 Remove unused local.
19374 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
19375
19376 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
19377 GCC 4.6.0 optimizes based on type-based alias analysis.
19378 For example, if b is of type struct buffer * and v of type struct
19379 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
19380 != &v->size, and therefore "v->size = 1; b->size = 2; return
19381 v->size;" must therefore return 1. This assumption is incorrect
19382 for Emacs, since it type-puns struct Lisp_Vector * with many other
19383 types. To fix this problem, this patch adds a new type struct
19384 vectorlike_header that documents the constraints on layout of vectors
19385 and pseudovectors, and helps optimizing compilers not get fooled
19386 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
19387 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
19388 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
19389 the size member.
19390 (XSETPVECTYPE): Rewrite in terms of new macro.
19391 (XSETPVECTYPESIZE): New macro, specifying both type and size.
19392 This is a bit clearer, and further avoids the possibility of
19393 undesirable aliasing.
19394 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
19395 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
19396 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
19397 since Lisp_Subr is a special case (no "next" field).
19398 (ASIZE): Now uses header.size rather than size.
19399 All previous uses of XVECTOR (foo)->size replaced to use this macro,
19400 to avoid the hassle of writing XVECTOR (foo)->header.size.
19401 (struct vectorlike_header): New type.
19402 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
19403 object, to help avoid aliasing.
19404 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
19405 (SUBRP): Likewise, since Lisp_Subr is a special case.
19406 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
19407 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
19408 (struct Lisp_Hash_Table): Combine first two members into a single
19409 struct vectorlike_header member. All uses of "size" and "next" members
19410 changed to be "header.size" and "header.next".
19411 * buffer.h (struct buffer): Likewise.
19412 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
19413 * frame.h (struct frame): Likewise.
19414 * process.h (struct Lisp_Process): Likewise.
19415 * termhooks.h (struct terminal): Likewise.
19416 * window.c (struct save_window_data, struct saved_window): Likewise.
19417 * window.h (struct window): Likewise.
19418 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
19419 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
19420 * buffer.c (init_buffer_once): Likewise.
19421 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
19422 special case.
19423 * process.c (Fformat_network_address): Use local var for size,
19424 for brevity.
19425
19426 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
19427
19428 Make the Lisp reader and string-to-float more consistent (Bug#8525)
19429 * data.c (atof): Remove decl; no longer used or needed.
19430 (digit_to_number): Move to lread.c.
19431 (Fstring_to_number): Use new string_to_number function, to be
19432 consistent with how the Lisp reader treats infinities and NaNs.
19433 Do not assume that floating-point numbers represent EMACS_INT
19434 without losing information; this is not true on most 64-bit hosts.
19435 Avoid double-rounding errors, by insisting on integers when
19436 parsing non-base-10 numbers, as the documentation specifies.
19437 * lisp.h (string_to_number): New decl, replacing ...
19438 (isfloat_string): Remove.
19439 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
19440 (read1): Do not accept +. and -. as integers; this
19441 appears to have been a coding error. Similarly, do not accept
19442 strings like +-1e0 as floating point numbers. Do not report
19443 overflow for integer overflows unless the base is not 10 which
19444 means we have no simple and reliable way to continue.
19445 Break out the floating-point parsing into a new
19446 function string_to_number, so that Fstring_to_number parses
19447 floating point numbers consistently with the Lisp reader.
19448 (digit_to_number): Move here from data.c. Make it static inline.
19449 (E_CHAR, EXP_INT): Remove, replacing with ...
19450 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
19451 (string_to_number): New function, replacing isfloat_string.
19452 This function checks for valid syntax and produces the resulting
19453 Lisp float number too. Rework it so that string-to-number
19454 no longer mishandles examples like "1.0e+". Use strtoumax,
19455 so that overflow for non-base-10 numbers is reported only when
19456 there's no portable and simple way to convert to floating point.
19457
19458 * textprop.c (set_text_properties_1): Rewrite for clarity,
19459 and to avoid GCC warning about integer overflow.
19460
19461 * intervals.h (struct interval): Use EMACS_INT for members
19462 where EMACS_UINT might cause problems. See
19463 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
19464 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
19465 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
19466 All uses changed.
19467 (offset_intervals): Tell GCC not to worry about length overflow
19468 when negating a negative length.
19469
19470 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
19471 (overrun_check_free): Likewise.
19472
19473 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
19474 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
19475 word size.
19476
19477 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
19478 (gnutls_make_error): Rename local to avoid shadowing.
19479 (gnutls_emacs_global_deinit): ifdef out; not used.
19480 (Fgnutls_boot): Use const for pointer to readonly storage.
19481 Comment out unused local. Fix pointer signedness problems.
19482
19483 * lread.c (openp): Don't stuff size_t into an 'int'.
19484 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
19485 about possible signed overflow.
19486
19487 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
19488 (GDK_KEY_g): Don't define if already defined.
19489 (xg_prepare_tooltip): Avoid pointer signedness problem.
19490 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
19491
19492 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
19493 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
19494
19495 * xfns.c (Fx_window_property): Simplify a bit,
19496 to make a bit faster and to avoid GCC 4.6.0 warning.
19497 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
19498
19499 * fns.c (internal_equal): Don't assume size_t fits in int.
19500
19501 * alloc.c (compact_small_strings): Tighten assertion a little.
19502
19503 Replace pEd with more-general pI, and fix some printf arg casts.
19504 * lisp.h (pI): New macro, generalizing old pEd macro to other
19505 conversion specifiers. For example, use "...%"pI"d..." rather
19506 than "...%"pEd"...".
19507 (pEd): Remove. All uses replaced with similar uses of pI.
19508 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
19509 * alloc.c (check_pure_size): Don't overflow by converting size to int.
19510 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
19511 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
19512 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
19513 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
19514 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
19515 64-bit hosts.
19516 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
19517 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
19518 * print.c (safe_debug_print, print_object): Likewise.
19519 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
19520 to int.
19521 Use pI instead of if-then-else-abort. Use %p to avoid casts,
19522 avoiding the 0 flag, which is not portable.
19523 * process.c (Fmake_network_process): Use pI to avoid cast.
19524 * region-cache.c (pp_cache): Likewise.
19525 * xdisp.c (decode_mode_spec): Likewise.
19526 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
19527 behavior on 64-bit hosts with printf arg.
19528 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
19529 (x_stop_queuing_selection_requests): Likewise.
19530 (x_get_window_property): Don't truncate byte count to an 'int'
19531 when tracing.
19532
19533 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
19534 here, since it parses constructs like leading '-' and spaces,
19535 which are not wanted; and it overflows with large numbers.
19536 Instead, simply match F[0-9]+, which is what is wanted anyway.
19537
19538 * alloc.c: Remove unportable assumptions about struct layout.
19539 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
19540 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
19541 (allocate_vectorlike, make_pure_vector): Use the new macros,
19542 plus offsetof, to remove unportable assumptions about struct layout.
19543 These assumptions hold on all porting targets that I know of, but
19544 they are not guaranteed, they're easy to remove, and removing them
19545 makes further changes easier.
19546
19547 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
19548 This doesn't fix a bug but makes the code clearer.
19549 (string_overrun_cookie): Now const. Use initializers that
19550 don't formally overflow signed char, to avoid warnings.
19551 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
19552 can cause Emacs to crash when string overrun checking is enabled.
19553 (allocate_buffer): Don't assume sizeof (struct buffer) is a
19554 multiple of sizeof (EMACS_INT); it need not be, if
19555 alignof(EMACS_INT) < sizeof (EMACS_INT).
19556 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
19557
19558 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
19559
19560 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
19561
19562 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
19563
19564 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
19565 supposed to be handshaking. (Bug#8556)
19566 Reported by Paul Eggert <eggert@cs.ucla.edu>.
19567
19568 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19569
19570 * lisp.h (Qdebug): List symbol.
19571 * eval.c (Qdebug): Restore global linkage.
19572 * keyboard.c (debug-on-event): New variable.
19573 (handle_user_signal): Break into debugger when debug-on-event
19574 matches the current signal symbol.
19575
19576 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19577
19578 * alloc.c (check_sblock, check_string_bytes)
19579 (check_string_free_list): Convert to standard C.
19580
19581 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
19582
19583 * w32.c (emacs_gnutls_push): Fix typo.
19584
19585 2011-04-25 Eli Zaretskii <eliz@gnu.org>
19586
19587 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
19588 "cast to pointer from integer of different size".
19589
19590 Improve doprnt and its use in verror. (Bug#8545)
19591 * doprnt.c (doprnt): Document the set of format control sequences
19592 supported by the function. Use SAFE_ALLOCA instead of always
19593 using `alloca'.
19594
19595 * eval.c (verror): Don't limit the buffer size at size_max-1, that
19596 is one byte too soon. Don't use xrealloc; instead xfree and
19597 xmalloc anew.
19598
19599 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19600
19601 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
19602 callbacks stage.
19603
19604 * gnutls.c: Renamed global_initialized to
19605 gnutls_global_initialized. Added internals for the
19606 :verify-hostname-error, :verify-error, and :verify-flags
19607 parameters of `gnutls-boot' and documented those parameters in the
19608 docstring. Start callback support.
19609 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
19610 unless a fatal error occurred. Call gnutls_alert_send_appropriate
19611 on error. Return error code.
19612 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
19613 (emacs_gnutls_read): Likewise.
19614 (Fgnutls_boot): Return handshake error code.
19615 (emacs_gnutls_handle_error): New function.
19616 (wsaerror_to_errno): Likewise.
19617
19618 * w32.h (emacs_gnutls_pull): Add prototype.
19619 (emacs_gnutls_push): Likewise.
19620
19621 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
19622 (emacs_gnutls_push): Likewise.
19623
19624 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
19625
19626 * process.c (wait_reading_process_output): Check if GnuTLS
19627 buffered some data internally if no FDs are set for TLS
19628 connections.
19629
19630 * makefile.w32-in (OBJ2): Add gnutls.$(O).
19631 (LIBS): Link to USER_LIBS.
19632 ($(BLD)/gnutls.$(0)): New target.
19633
19634 2011-04-24 Eli Zaretskii <eliz@gnu.org>
19635
19636 * xdisp.c (handle_single_display_spec): Rename the
19637 display_replaced_before_p argument into display_replaced_p, to
19638 make it consistent with the commentary. Fix typos in the
19639 commentary.
19640
19641 * textprop.c (syms_of_textprop): Remove dead code.
19642 (copy_text_properties): Delete obsolete commentary about an
19643 interface that was deleted long ago. Fix typos in the description
19644 of arguments.
19645
19646 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
19647 to changes in oldXMenu/XMenu.h from 2011-04-16.
19648 <menu_help_message, prev_menu_help_message>: Constify.
19649 (IT_menu_make_room): menu->help_text is now `const char **';
19650 adjust.
19651
19652 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
19653 to changes in oldXMenu/XMenu.h from 2011-04-16.
19654 (struct XMenu): Declare `help_text' `const char **'.
19655
19656 * xfaces.c <Qunspecified>: Make extern again.
19657
19658 * syntax.c: Include sys/types.h before including regex.h, as
19659 required by POSIX.
19660
19661 * doc.c (get_doc_string): Improve the format passed to `error'.
19662
19663 * doprnt.c (doprnt): Improve commentary.
19664
19665 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
19666
19667 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
19668 them with etags.
19669
19670 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
19671 changes in globals.h immediately force recompilation.
19672 (TAGS): Depend on $(CURDIR)/m/intel386.h and
19673 $(CURDIR)/s/ms-w32.h.
19674 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
19675
19676 * character.c (Fchar_direction): Function deleted.
19677 (syms_of_character): Don't defsubr it.
19678 <char-direction-table>: Deleted.
19679
19680 2011-04-23 Eli Zaretskii <eliz@gnu.org>
19681
19682 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
19683 * doprnt.c: Include limits.h.
19684 (SIZE_MAX): New macro.
19685 (doprnt): Return a size_t value. 2nd arg is now size_t.
19686 Many local variables are now size_t instead of int or unsigned.
19687 Improve overflow protection. Support `l' modifier for integer
19688 conversions. Support %l conversion. Don't assume an EMACS_INT
19689 argument for integer conversions and for %c.
19690
19691 * lisp.h (doprnt): Restore prototype.
19692
19693 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
19694 $(SRC)/character.h.
19695
19696 * Makefile.in (base_obj): Add back doprnt.o.
19697
19698 * deps.mk (doprnt.o): Add back prerequisites.
19699 (callint.o): Depend on character.h.
19700
19701 * eval.c (internal_lisp_condition_case): Include the handler
19702 representation in the error message.
19703 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
19704 when breaking from the loop.
19705
19706 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
19707
19708 * callint.c (Fcall_interactively): When displaying error message
19709 about invalid control letter, pass the character's codepoint, not
19710 a pointer to its multibyte form. Improve display of the character
19711 in octal and display also its hex code.
19712
19713 * character.c (char_string): Use %x to display the (unsigned)
19714 codepoint of an invalid character, to avoid displaying a bogus
19715 negative value.
19716
19717 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
19718 `error', not SYMBOL_NAME itself.
19719
19720 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
19721 character arguments to `error'.
19722
19723 * charset.c (check_iso_charset_parameter): Fix incorrect argument
19724 to `error' in error message about FINAL_CHAR argument. Make sure
19725 FINAL_CHAR is a character, and use %c when it is passed as
19726 argument to `error'.
19727
19728 2011-04-23 Eli Zaretskii <eliz@gnu.org>
19729
19730 * s/ms-w32.h (localtime): Redirect to sys_localtime.
19731
19732 * w32.c: Include <time.h>.
19733 (sys_localtime): New function.
19734
19735 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19736
19737 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
19738
19739 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
19740
19741 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
19742
19743 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
19744 zombies (Bug#8467).
19745
19746 2011-04-19 Eli Zaretskii <eliz@gnu.org>
19747
19748 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
19749 gl_state.e_property when gl_state.object is Qt.
19750
19751 * insdel.c (make_gap_larger): Remove limitation of buffer size
19752 to <= INT_MAX.
19753
19754 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
19755
19756 * xdisp.c (lookup_glyphless_char_display)
19757 (produce_glyphless_glyph): Handle cons cell entry in
19758 glyphless-char-display.
19759 (Vglyphless_char_display): Document it.
19760
19761 * term.c (produce_glyphless_glyph): Handle cons cell entry in
19762 glyphless-char-display.
19763
19764 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
19765
19766 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
19767
19768 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
19769
19770 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
19771 definition for no-X builds.
19772
19773 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
19774
19775 Static checks with GCC 4.6.0 and non-default toolkits.
19776
19777 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
19778
19779 * process.c (keyboard_bit_set): Define only if SIGIO.
19780 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
19781 (send_process): Repair possible setjmp clobbering.
19782
19783 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
19784
19785 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
19786
19787 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
19788
19789 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
19790 Define only if needed.
19791
19792 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
19793 by pacifying GCC about it. Maybe it's time to retire it?
19794 * xfaces.c (USG, __TIMEVAL__): Likewise.
19795
19796 * dispextern.h (struct redisplay_interface): Rename param
19797 to avoid shadowing.
19798 * termhooks.h (struct terminal): Likewise.
19799 * xterm.c (xembed_send_message): Likewise.
19800
19801 * insdel.c (make_gap_smaller): Define only if
19802 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
19803
19804 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
19805 it.
19806
19807 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
19808 so that we aren't warned about unused symbols.
19809
19810 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
19811
19812 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
19813
19814 * xfns.c (x_real_positions): Mark locals as initialized.
19815
19816 * xmenu.c (xmenu_show): Don't use uninitialized vars.
19817
19818 * xterm.c: Fix problems found by static analysis with other toolkits.
19819 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
19820 (x_dispatch_event): Declare static if USE_GTK, and
19821 define if USE_GTK || USE_X_TOOLKIT.
19822 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
19823 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
19824 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
19825 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
19826
19827 * xmenu.c (menu_help_callback): Pointer type fixes.
19828 Use const pointers when pointing at readonly data. Avoid pointer
19829 signedness clashes.
19830 (FALSE): Remove unused macro.
19831 (update_frame_menubar): Remove unused decl.
19832
19833 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
19834
19835 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
19836 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
19837 (single_menu_item): Rename local to avoid shadowing.
19838
19839 * keyboard.c (make_lispy_event): Remove unused local var.
19840
19841 * frame.c, frame.h (x_get_resource_string): Bring this back, but
19842 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
19843
19844 * bitmaps: Change bitmaps from unsigned char back to the X11
19845 compatible char. Avoid the old compiler warnings about
19846 out-of-range initializers by using, for example, '\xab' rather
19847 than 0xab.
19848
19849 * xgselect.c (xgselect_initialize): Check vs interface
19850 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
19851
19852 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
19853
19854 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
19855 to read-only memory.
19856
19857 * fns.c (vector): Remove; this old hack is no longer needed.
19858
19859 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
19860 Remove unused var.
19861 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
19862
19863 * xrdb.c (x_load_resources): Omit unused local.
19864
19865 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
19866 (x_window): Rename locals to avoid shadowing.
19867 (USG): Use the kludged USG macro, to pacify gcc.
19868
19869 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
19870 (x_term_init): Remove local to avoid shadowing.
19871
19872 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
19873
19874 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
19875 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
19876
19877 2011-04-16 Eli Zaretskii <eliz@gnu.org>
19878
19879 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
19880
19881 Fix regex.c, syntax.c and friends for buffers > 2GB.
19882 * syntax.h (struct gl_state_s): Declare character position members
19883 EMACS_INT.
19884
19885 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
19886
19887 * textprop.c (verify_interval_modification, interval_of):
19888 Declare arguments EMACS_INT.
19889
19890 * intervals.c (adjust_intervals_for_insertion): Declare arguments
19891 EMACS_INT.
19892
19893 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
19894
19895 * indent.c (Fvertical_motion): Local variable it_start is now
19896 EMACS_INT.
19897
19898 * regex.c (re_match, re_match_2, re_match_2_internal)
19899 (bcmp_translate, regcomp, regexec, print_double_string)
19900 (group_in_compile_stack, re_search, re_search_2, regex_compile)
19901 (re_compile_pattern, re_exec): Declare arguments and local
19902 variables `size_t' and `ssize_t' and return values `regoff_t', as
19903 appropriate.
19904 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
19905 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
19906 <compile_stack_type>: `size' and `avail' are now `size_t'.
19907
19908 * regex.h <regoff_t>: Use ssize_t, not int.
19909 (re_search, re_search_2, re_match, re_match_2): Arguments that
19910 specify buffer/string position and length are now ssize_t and
19911 size_t. Return type is regoff_t.
19912
19913 2011-04-16 Ben Key <bkey76@gmail.com>
19914
19915 * nsfont.m: Fixed bugs in ns_get_family and
19916 ns_descriptor_to_entity that were caused by using free to
19917 deallocate memory blocks that were allocated by xmalloc (via
19918 xstrdup). This caused Emacs to crash when compiled with
19919 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
19920 --enable-checking=xmallocoverrun). xfree is now used to
19921 deallocate these memory blocks.
19922
19923 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
19924
19925 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
19926
19927 emacs_write: Accept and return EMACS_INT for sizes.
19928 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
19929 et seq.
19930 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
19931 Accept and return EMACS_INT.
19932 (emacs_gnutls_write): Return the number of bytes written on
19933 partial writes.
19934 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
19935 (emacs_read, emacs_write): Remove check for negative size, as the
19936 Emacs source code has been audited now.
19937 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
19938 (emacs_read, emacs_write): Use it.
19939 * process.c (send_process): Adjust to the new signatures of
19940 emacs_write and emacs_gnutls_write. Do not attempt to store
19941 a byte offset into an 'int'; it might overflow.
19942 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
19943
19944 * sound.c: Don't assume sizes fit in 'int'.
19945 (struct sound_device.period_size, alsa_period_size):
19946 Return EMACS_INT, not int.
19947 (struct sound_device.write, vox_write, alsa_write):
19948 Accept EMACS_INT, not int.
19949 (wav_play, au_play): Use EMACS_INT to store sizes and to
19950 record read return values.
19951
19952 2011-04-15 Ben Key <bkey76@gmail.com>
19953
19954 * keyboard.c (Qundefined): Don't declare static since it is used
19955 in nsfns.m.
19956 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
19957 static since they are used in nsfont.m.
19958
19959 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19960
19961 * process.c (Qprocessp): Don't declare static.
19962 * lisp.h (Qprocessp): Declare again.
19963
19964 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
19965
19966 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
19967
19968 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
19969
19970 Improve C-level modularity by making more things 'static'.
19971
19972 Don't publish debugger-only interfaces to other modules.
19973 * lisp.h (safe_debug_print, debug_output_compilation_hack):
19974 (verify_bytepos, count_markers): Move decls to the only modules
19975 that need them.
19976 * region-cache.h (pp_cache): Likewise.
19977 * window.h (check_all_windows): Likewise.
19978 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
19979
19980 * sysdep.c (croak): Now static, if
19981 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
19982 * syssignal.h (croak): Declare only if not static.
19983
19984 * alloc.c (refill_memory_reserve): Now static if
19985 !defined REL_ALLOC || defined SYSTEM_MALLOC.
19986 * lisp.h (refill_memory_reserve): Declare only if not static.
19987
19988 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
19989 Define only if USE_LUCID.
19990
19991 * xrdb.c (x_customization_string, x_rm_string): Now static.
19992
19993 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
19994 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
19995
19996 * xdisp.c (draw_row_with_mouse_face): Now static.
19997 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
19998
19999 * window.h (check_all_windows): Mark externally visible.
20000
20001 * window.c (window_deletion_count): Now static.
20002
20003 * undo.c: Make symbols static if they're not exported.
20004 (last_undo_buffer, last_boundary_position, pending_boundary):
20005 Now static.
20006
20007 * textprop.c (interval_insert_behind_hooks): Now static.
20008 (interval_insert_in_front_hooks): Likewise.
20009
20010 * term.c: Make symbols static if they're not exported.
20011 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
20012 (max_frame_lines, tty_set_terminal_modes):
20013 (tty_reset_terminal_modes, tty_turn_off_highlight):
20014 (get_tty_terminal): Now static.
20015 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
20016 * termhooks.h (term_mouse_moveto): Do not declare if
20017 HAVE_WINDOW_SYSTEM.
20018 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
20019 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
20020
20021 * sysdep.c: Make symbols static if they're not exported.
20022 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
20023 Now static.
20024 (sigprocmask_set, full_mask): Remove; unused.
20025 (wait_debugging): Mark as visible.
20026 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
20027 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
20028
20029 * syntax.c (syntax_temp): Define only if !__GNUC__.
20030
20031 * sound.c (current_sound_device, current_sound): Now static.
20032
20033 * search.c (searchbufs, searchbuf_head): Now static.
20034
20035 * scroll.c (scroll_cost): Remove; unused.
20036 * dispextern.h (scroll_cost): Remove decl.
20037
20038 * region-cache.h (pp_cache): Mark as externally visible.
20039
20040 * process.c: Make symbols static if they're not exported.
20041 (process_tick, update_tick, create_process, chan_process):
20042 (Vprocess_alist, proc_buffered_char, datagram_access):
20043 (fd_callback_data, send_process_frame, process_sent_to): Now static.
20044 (deactivate_process): Mark defn as static, as well as decl.
20045 * lisp.h (create_process): Remove decl.
20046 * process.h (chan_process, Vprocess_alist): Remove decls.
20047
20048 * print.c: Make symbols static if they're not exported.
20049 (print_depth, new_backquote_output, being_printed, print_buffer):
20050 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
20051 (print_interval, print_number_index, initial_stderr_stream):
20052 Now static.
20053 * lisp.h (Fprinc): Remove decl.
20054 (debug_output_compilation_hack): Mark as externally visible.
20055
20056 * sysdep.c (croak): Move decl from here to syssignal.h.
20057 * syssignal.h (croak): Put it here, so the API can be checked when
20058 'croak' is called from dissociate_if_controlling_tty.
20059
20060 * minibuf.c: Make symbols static if they're not exported.
20061 (minibuf_save_list, choose_minibuf_frame): Now static.
20062 * lisp.h (choose_minibuf_frame): Remove decl.
20063
20064 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
20065
20066 * lread.c: Make symbols static if they're not exported.
20067 (read_objects, initial_obarray, oblookup_last_bucket_number):
20068 Now static.
20069 (make_symbol): Remove; unused.
20070 * lisp.h (initial_obarray, make_symbol): Remove decls.
20071
20072 * keyboard.c: Make symbols static if they're not exported.
20073 (single_kboard, recent_keys_index, total_keys, recent_keys):
20074 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
20075 (this_single_command_key_start, echoing, last_auto_save):
20076 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
20077 (command_loop, echo_now, keyboard_init_hook, help_char_p):
20078 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
20079 (Vlispy_mouse_stem, double_click_count):
20080 Now static.
20081 (force_auto_save_soon): Define only if SIGDANGER.
20082 (ignore_mouse_drag_p): Now static if
20083 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
20084 (print_help): Remove; unused.
20085 (stop_character, last_timer_event): Mark as externally visible.
20086 * keyboard.h (ignore_mouse_drag_p): Declare only if
20087 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
20088 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
20089 * lisp.h (echoing): Remove decl.
20090 (force_auto_save_soon): Declare only if SIGDANGER.
20091 * xdisp.c (redisplay_window): Simplify code, to make it more
20092 obvious that ignore_mouse_drag_p is not accessed if !defined
20093 USE_GTK && !defined HAVE_NS.
20094
20095 * intervals.c: Make symbols static if they're not exported.
20096 (merge_properties_sticky, merge_interval_right, delete_interval):
20097 Now static.
20098 * intervals.h (merge_interval_right, delete_interval): Remove decls.
20099
20100 * insdel.c: Make symbols static if they're not exported.
20101 However, leave prepare_to_modify_buffer alone. It's never
20102 called from outside this function, but that appears to be a bug.
20103 (combine_after_change_list, combine_after_change_buffer):
20104 (adjust_after_replace, signal_before_change): Now static.
20105 (adjust_after_replace_noundo): Remove; unused.
20106 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
20107 (signal_before_change): Remove decls.
20108
20109 * indent.c (val_compute_motion, val_vmotion): Now static.
20110
20111 * image.c: Make symbols static if they're not exported.
20112 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
20113 if USE_GTK.
20114 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
20115 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
20116
20117 * fringe.c (standard_bitmaps): Now static.
20118 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
20119
20120 * frame.c: Make symbols static if they're not exported.
20121 (x_report_frame_params, make_terminal_frame): Now static.
20122 (get_frame_param): Now static, unless HAVE_NS.
20123 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
20124 (x_get_resource_string): Remove; not used.
20125 * frame.h (make_terminal_frame, x_report_frame_params):
20126 (x_get_resource_string); Remove decls.
20127 (x_fullscreen_adjust): Declare only if WINDOWSNT.
20128 * lisp.h (get_frame_param): Declare only if HAVE_NS.
20129
20130 * font.c, fontset.c: Make symbols static if they're not exported.
20131 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
20132 (FACE_SUITABLE_FOR_CHAR_P): Use it.
20133 * font.c (font_close_object): Now static.
20134 * font.h (font_close_object): Remove.
20135 * fontset.c (FONTSET_OBJLIST): Remove.
20136 (free_realized_fontset) #if-0 the body, which does nothing.
20137 (face_suitable_for_char_p): #if-0, as it's never called.
20138 * fontset.h (face_suitable_for_char_p): Remove decl.
20139 * xfaces.c (face_at_string_position):
20140 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
20141 since 0 is always ASCII.
20142
20143 * fns.c (weak_hash_tables): Now static.
20144
20145 * fileio.c: Make symbols static if they're not exported.
20146 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
20147 (Vwrite_region_annotation_buffers): Now static.
20148
20149 * eval.c: Make symbols static if they're not exported.
20150 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
20151 * lisp.h (backtrace_list): Remove decl.
20152
20153 * emacs.c: Make symbols static if they're not exported.
20154 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
20155 (fatal_error_code, fatal_error_signal_hook, standard_args):
20156 Now static.
20157 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
20158 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
20159 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
20160 * lisp.h (fatal_error_signal_hook): Remove decl.
20161 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
20162
20163 * editfns.c: Move a (normally-unused) function to its only use.
20164 * editfns.c, lisp.h (get_operating_system_release): Remove.
20165 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
20166 worth the hassle of breaking this out.
20167
20168 * xterm.c: Make symbols static if they're not exported.
20169 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
20170 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
20171 (x_destroy_window, x_delete_display):
20172 Now static.
20173 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
20174 (x_mouse_leave): Remove; unused.
20175 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
20176 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
20177 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
20178 Remove decls.
20179 (x_mouse_leave): Declare only if WINDOWSNT.
20180 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
20181 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
20182 USE_X_TOOLKIT.
20183
20184 * ftxfont.c: Make symbols static if they're not exported.
20185 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
20186 HAVE_FREETYPE.
20187 * font.h (ftxfont_driver): Likewise.
20188
20189 * xfns.c: Make symbols static if they're not exported.
20190 (x_last_font_name, x_display_info_for_name):
20191 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
20192 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
20193 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
20194 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
20195 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
20196 (last_show_tip_args): Now static.
20197 (xic_defaut_fontset, xic_create_fontsetname): Define only if
20198 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
20199 (x_screen_planes): Remove; unused.
20200 * dispextern.h (x_screen_planes): Remove decl.
20201
20202 * dispnew.c: Make symbols static if they're not exported.
20203 * dispextern.h (redraw_garbaged_frames, scrolling):
20204 (increment_row_positions): Remove.
20205 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
20206 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
20207 Now static.
20208 (redraw_garbaged_frames): Remove; unused.
20209
20210 * xfaces.c: Make symbols static if they're not exported.
20211 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
20212 Remove decls.
20213 * xterm.h (defined_color): Remove decls.
20214 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
20215 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
20216 (menu_face_changed_default, defined_color, free_realized_face):
20217 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
20218 (ascii_face_of_lisp_face): Remove; unused.
20219
20220 * xdisp.c: Make symbols static if they're not exported.
20221 * dispextern.h (scratch_glyph_row, window_box_edges):
20222 (glyph_to_pixel_coords, set_cursor_from_row):
20223 (get_next_display_element, set_iterator_to_next):
20224 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
20225 (show_mouse_face): Remove decls
20226 * frame.h (message_buf_print): Likewise.
20227 * lisp.h (pop_message, set_message, check_point_in_composition):
20228 Likewise.
20229 * xterm.h (set_vertical_scroll_bar): Likewise.
20230 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
20231 (message_buf_print, scratch_glyph_row, displayed_buffer):
20232 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
20233 (get_next_display_element, show_mouse_face, window_box_edges):
20234 (frame_to_window_pixel_xy, check_point_in_composition):
20235 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
20236 (glyph_to_pixel_coords): Remove; unused.
20237
20238 * dired.c (file_name_completion): Now static.
20239
20240 * dbusbind.c (xd_in_read_queued_messages): Now static.
20241
20242 * lisp.h (circular_list_error, FOREACH): Remove; unused.
20243 * data.c (circular_list_error): Remove.
20244
20245 * commands.h (last_point_position, last_point_position_buffer):
20246 (last_point_position_window): Remove decls.
20247 * keyboard.c: Make these variables static.
20248
20249 * coding.h (coding, code_convert_region, encode_coding_gap):
20250 Remove decls.
20251 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
20252 (iso_code_class, detect_coding, code_convert_region): Now static.
20253 (encode_coding_gap): Remove; unused.
20254
20255 * chartab.c (chartab_chars, chartab_bits): Now static.
20256
20257 * charset.h (charset_iso_8859_1): Remove decl.
20258 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
20259 Now static.
20260
20261 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
20262 * ccl.c (Vccl_program_table): Now static.
20263 (check_ccl_update): Remove; unused.
20264
20265 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
20266 * category.h: ... from here.
20267 * category.c (check_category_table, set_category_set): Now static.
20268
20269 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
20270 * lisp.h: Remove these decls.
20271
20272 * buffer.c (buffer_count): Remove unused var.
20273
20274 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
20275 so that it's not optimized away.
20276 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
20277 * dispextern.h (bidi_dump_cached_states): Remove, since it's
20278 exported only to the debugger.
20279
20280 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
20281 * atimer.h (run_all_atimers): Remove; not exported.
20282
20283 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
20284 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
20285 was inaccessible from Lisp.
20286 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
20287 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
20288
20289 alloc.c: Import and export fewer symbols, and remove unused items.
20290 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
20291 is defined.
20292 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
20293 it's not optimized away by whole-program optimization.
20294 (message_enable_multibyte, free_misc): Remove.
20295 (catchlist, handlerlist, mark_backtrace):
20296 Declare only if BYTE_MARK_STACK.
20297 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
20298 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
20299 (message_enable_multibyte): Remove decl.
20300 (free_misc, interval_free_list, float_block, float_block_index):
20301 (n_float_blocks, float_free_list, cons_block, cons_block_index):
20302 (cons_free_list, last_marked_index):
20303 Now static.
20304 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
20305 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
20306 (mark_backtrace): Define only if BYTE_MARK_STACK.
20307 * xdisp.c (message_enable_multibyte): Now static.
20308
20309 Declare Lisp_Object Q* variables to be 'static' if not exported.
20310 This makes it easier for human readers (and static analyzers)
20311 to see whether these variables are used from other modules.
20312 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
20313 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
20314 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
20315 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
20316 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
20317 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
20318 * xmenu.c, xselect.c:
20319 Declare Q* vars static if they are not used in other modules.
20320 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
20321 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
20322 Remove decls of unexported vars.
20323 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
20324
20325 * lisp.h (DEFINE_FUNC): Make sname 'static'.
20326
20327 Make Emacs functions such as Fatom 'static' by default.
20328 This makes it easier for human readers (and static analyzers)
20329 to see whether these functions can be called from other modules.
20330 DEFUN now defines a static function. To make the function external
20331 so that it can be used in other C modules, use the new macro DEFUE.
20332 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
20333 (Finit_image_library):
20334 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
20335 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
20336 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
20337 Remove decls, since these functions are now static.
20338 (Funintern, Fget_internal_run_time): New decls, since these functions
20339 were already external.
20340
20341 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
20342 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
20343 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
20344 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
20345 * keyboard.c, keymap.c, lread.c:
20346 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
20347 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
20348 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
20349 Mark functions with DEFUE instead of DEFUN,
20350 if they are used in other modules.
20351 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
20352 decls for now-static functions.
20353 * buffer.h (Fdelete_overlay): Remove decl.
20354 * callproc.c (Fgetenv_internal): Mark as internal.
20355 * composite.c (Fremove_list_of_text_properties): Remove decl.
20356 (Fcomposition_get_gstring): New forward static decl.
20357 * composite.h (Fcomposite_get_gstring): Remove decl.
20358 * dired.c (Ffile_attributes): New forward static decl.
20359 * doc.c (Fdocumntation_property): New forward static decl.
20360 * eval.c (Ffetch_bytecode): New forward static decl.
20361 (Funintern): Remove extern decl; now in .h file where it belongs.
20362 * fileio.c (Fmake_symbolic_link): New forward static decl.
20363 * image.c (Finit_image_library): New forward static decl.
20364 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
20365 * intervals.h (Fprevious_property_change):
20366 (Fremove_list_of_text_properties): Remove decls.
20367 * keyboard.c (Fthis_command_keys): Remove decl.
20368 (Fcommand_execute): New forward static decl.
20369 * keymap.c (Flookup_key): New forward static decl.
20370 (Fcopy_keymap): Now static.
20371 * keymap.h (Flookup_key): Remove decl.
20372 * process.c (Fget_process): New forward static decl.
20373 (Fprocess_datagram_address): Mark as internal.
20374 * syntax.c (Fsyntax_table_p): New forward static decl.
20375 (skip_chars): Remove duplicate decl.
20376 * textprop.c (Fprevious_property_change): New forward static decl.
20377 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
20378 Now internal.
20379 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
20380 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
20381
20382 * editfns.c (Fformat): Remove unreachable code.
20383
20384 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
20385
20386 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
20387 change. (Bug#8496)
20388
20389 2011-04-13 Eli Zaretskii <eliz@gnu.org>
20390
20391 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
20392 when at ZV. (Bug#8487)
20393
20394 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
20395
20396 * charset.c (Fclear_charset_maps): Use xfree instead of free.
20397 (Bug#8437)
20398 * keyboard.c (parse_tool_bar_item): Likewise.
20399 * sound.c (sound_cleanup, alsa_close): Likewise.
20400 * termcap.c (tgetent): Likewise.
20401 * xfns.c (x_default_font_parameter): Likewise.
20402 * xsettings.c (read_and_apply_settings): Likewise.
20403
20404 * alloc.c (overrun_check_malloc, overrun_check_realloc)
20405 (overrun_check_free): Protoize.
20406
20407 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
20408
20409 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
20410 since callers should never pass a negative size.
20411 Change the signature to match that of plain 'read' and 'write'; see
20412 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
20413 * lisp.h: Update prototypes of emacs_write and emacs_read.
20414
20415 2011-04-11 Eli Zaretskii <eliz@gnu.org>
20416
20417 * xdisp.c (redisplay_window): Don't try to determine the character
20418 position of the scroll margin if the window start point w->startp
20419 is outside the buffer's accessible region. (Bug#8468)
20420
20421 2011-04-10 Eli Zaretskii <eliz@gnu.org>
20422
20423 Fix write-region and its subroutines for buffers > 2GB.
20424 * fileio.c (a_write, e_write): Modify declaration of arguments and
20425 local variables to support buffers larger than 2GB.
20426 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
20427
20428 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
20429 argument, local variables, and return value.
20430
20431 * lisp.h: Update prototypes of emacs_write and emacs_read.
20432
20433 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
20434
20435 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
20436
20437 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
20438
20439 Fix more problems found by GCC 4.6.0's static checks.
20440
20441 * xdisp.c (vmessage): Use a better test for character truncation.
20442
20443 * charset.c (load_charset_map): <, not <=, for optimization,
20444 and to avoid potential problems with integer overflow.
20445 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
20446 * casetab.c (set_identity, shuffle): Likewise.
20447 * editfns.c (Fformat): Likewise.
20448 * syntax.c (skip_chars): Likewise.
20449
20450 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
20451 This also lets GCC 4.6.0 generate slightly better loop code.
20452
20453 * callint.c (Fcall_interactively): <, not <=, for optimization.
20454 (Fcall_interactively): Count the number of arguments produced,
20455 not the number of arguments given. This is simpler and lets GCC
20456 4.6.0 generate slightly better code.
20457
20458 * ftfont.c: Distingish more carefully between FcChar8 and char.
20459 The previous code passed unsigned char * to a functions like
20460 strlen and xstrcasecmp that expect char *, which does not
20461 conform to the C standard.
20462 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
20463 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
20464 char * when the C standard requires it.
20465
20466 * keyboard.c (read_char): Remove unused var.
20467
20468 * eval.c: Port to Windows vsnprintf (Bug#8435).
20469 Include <limits.h>.
20470 (SIZE_MAX): Define if the headers do not.
20471 (verror): Do not give up if vsnprintf returns a negative count.
20472 Instead, grow the buffer. This ports to Windows vsnprintf, which
20473 does not conform to C99. Problem reported by Eli Zaretskii.
20474 Also, simplify the allocation scheme, by avoiding the need for
20475 calling realloc, and removing the ALLOCATED variable.
20476
20477 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
20478
20479 Remove invocations of doprnt, as Emacs now uses vsnprintf.
20480 But keep the doprint source code for now, as we might revamp it
20481 and use it again (Bug#8435).
20482 * lisp.h (doprnt): Remove.
20483 * Makefile.in (base_obj): Remove doprnt.o.
20484 * deps.mk (doprnt.o): Remove.
20485
20486 error: Print 32- and 64-bit integers portably (Bug#8435).
20487 Without this change, on typical 64-bit hosts error ("...%d...", N)
20488 was used to print both 32- and 64-bit integers N, which relied on
20489 undefined behavior.
20490 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
20491 * lisp.h (error, verror): Mark as printf-like functions.
20492 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
20493 Report overflow in size calculations when allocating printf buffer.
20494 Do not truncate output string at its first null byte.
20495 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
20496 Truncate the output at a character boundary, since vsnprintf does not
20497 do that.
20498 * charset.c (check_iso_charset_parameter): Convert internal
20499 character to string before calling 'error', since %c now has the
20500 printf meaning.
20501 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
20502 overflow when computing char to be passed to 'error'. Do not
20503 pass Lisp_Object to 'error'; pass the integer instead.
20504 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
20505 formatted with plain %d.
20506
20507 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
20508
20509 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
20510
20511 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
20512
20513 * xterm.c (x_catch_errors): Remove duplicate declaration.
20514
20515 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
20516
20517 * xdisp.c, lisp.h (message_nolog): Remove; unused.
20518
20519 2011-04-10 Jim Meyering <meyering@redhat.com>
20520
20521 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
20522 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
20523 return ssize_t not "int", and use size_t as the buffer length.
20524 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
20525 * gnutls.h: Update declarations.
20526 * process.c (read_process_output): Use ssize_t, to match.
20527 (send_process): Likewise.
20528
20529 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20530
20531 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
20532
20533 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20534
20535 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
20536 Use unsigned char, to match FcChar8 type definition.
20537
20538 * xterm.c (handle_one_xevent):
20539 * xmenu.c (create_and_show_popup_menu):
20540 * xselect.c (x_decline_selection_request)
20541 (x_reply_selection_request): Avoid type-punned deref of X events.
20542
20543 2011-04-09 Eli Zaretskii <eliz@gnu.org>
20544
20545 Fix some uses of `int' instead of EMACS_INT.
20546 * search.c (string_match_1, fast_string_match)
20547 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
20548 (scan_buffer, find_next_newline_no_quit)
20549 (find_before_next_newline, search_command, Freplace_match)
20550 (Fmatch_data): Make some `int' variables be EMACS_INT.
20551
20552 * xdisp.c (display_count_lines): 3rd argument and return value now
20553 EMACS_INT. All callers changed.
20554 (pint2hrstr): Last argument is now EMACS_INT.
20555
20556 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
20557 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
20558 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
20559 (decode_coding_utf_16, decode_coding_emacs_mule)
20560 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20561 (decode_coding_ccl, decode_coding_charset)
20562 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
20563 (decode_coding_iso_2022, decode_coding_emacs_mule)
20564 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
20565 <char_offset, last_offset>: Declare EMACS_INT.
20566 (encode_coding_utf_8, encode_coding_utf_16)
20567 (encode_coding_emacs_mule, encode_invocation_designation)
20568 (encode_designation_at_bol, encode_coding_iso_2022)
20569 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
20570 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
20571 Declare EMACS_INT.
20572 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
20573 (encode_invocation_designation): Last argument P_NCHARS is now
20574 EMACS_INT.
20575 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
20576 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
20577
20578 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
20579 All users changed.
20580
20581 * ccl.c (Fccl_execute_on_string): Declare some variables
20582 EMACS_INT.
20583
20584 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
20585
20586 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
20587
20588 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
20589
20590 * process.c (Fformat_network_address): Doc fix.
20591
20592 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
20593
20594 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
20595
20596 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20597
20598 * keyboard.c (read_char): Call Lisp function help-form-show,
20599 instead of using internal_with_output_to_temp_buffer.
20600 (Qhelp_form_show): New var.
20601 (syms_of_keyboard): Use DEFSYM macro.
20602
20603 * print.c (internal_with_output_to_temp_buffer): Function deleted.
20604
20605 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
20606
20607 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20608
20609 * process.c (Flist_processes): Remove to Lisp.
20610 (list_processes_1): Delete.
20611
20612 2011-04-06 Eli Zaretskii <eliz@gnu.org>
20613
20614 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
20615
20616 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
20617
20618 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
20619
20620 Fix more problems found by GCC 4.6.0's static checks.
20621
20622 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
20623
20624 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
20625
20626 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
20627
20628 * xdisp.c (vmessage): Mark as a printf-like function.
20629
20630 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
20631
20632 * sound.c (sound_warning): Don't crash if arg contains a printf format.
20633
20634 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
20635 printf-like functions.
20636 (tiff_load): Add casts to remove these marks before passing them
20637 to system-supplied API.
20638
20639 * eval.c (Fsignal): Remove excess argument to 'fatal'.
20640
20641 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
20642 This avoids several warnings with gcc -Wstrict-overflow.
20643 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
20644 directly, rather than having caller test rule sign. This avoids
20645 some unnecessary tests.
20646 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
20647 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
20648 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
20649
20650 * xfont.c (xfont_text_extents): Remove var that was set but not used.
20651 (xfont_open): Avoid unnecessary tests.
20652
20653 * composite.c (composition_gstring_put_cache): Use unsigned integer.
20654
20655 * composite.h, composite.c (composition_gstring_put_cache):
20656 Use EMACS_INT, not int, for length.
20657
20658 * composite.h (COMPOSITION_DECODE_REFS): New macro,
20659 breaking out part of COMPOSITION_DECODE_RULE.
20660 (COMPOSITION_DECODE_RULE): Use it.
20661 * composite.c (get_composition_id): Remove unused local vars,
20662 by using the new macro.
20663
20664 * textprop.c (set_text_properties_1): Change while to do-while,
20665 since the condition is always true at first.
20666
20667 * intervals.c (graft_intervals_into_buffer): Mark var as used.
20668 (interval_deletion_adjustment): Return unsigned value.
20669 All uses changed.
20670
20671 * process.c (list_processes_1, create_pty, read_process_output):
20672 (exec_sentinel): Remove vars that were set but not used.
20673 (create_pty): Remove unnecessary "volatile"s.
20674 (Fnetwork_interface_info): Avoid possibility of int overflow.
20675 (read_process_output): Do adaptive read buffering even if carryover.
20676 (read_process_output): Simplify nbytes computation if buffered.
20677
20678 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
20679
20680 * syntax.c (scan_words): Remove var that was set but not used.
20681 (update_syntax_table): Use unsigned instead of int.
20682
20683 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
20684 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
20685 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
20686
20687 * print.c (print_error_message): Avoid int overflow.
20688
20689 * font.c (font_list_entities): Redo for clarity,
20690 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
20691
20692 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
20693 (font_score): Avoid potential overflow in diff calculation.
20694
20695 * fns.c (substring_both): Remove var that is set but not used.
20696 (sxhash): Redo loop for clarity and to avoid wraparound warning.
20697
20698 * eval.c (funcall_lambda): Rename local to avoid shadowing.
20699
20700 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
20701 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
20702 can always succeed if overflow has undefined behavior.
20703
20704 * search.c (boyer_moore, wordify): Remove vars set but not used.
20705 (wordify): Omit three unnecessary tests.
20706
20707 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
20708 All callers changed. This avoids the need for an unused var.
20709
20710 * casefiddle.c (casify_region): Remove var that is set but not used.
20711
20712 * dired.c (file_name_completion): Remove var that is set but not used.
20713
20714 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
20715
20716 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
20717 (Finsert_file_contents): Remove unnecessary code checking fd.
20718
20719 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
20720 Check for integer overflow on size calculations.
20721
20722 * buffer.c (Fprevious_overlay_change): Remove var that is set
20723 but not used.
20724
20725 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
20726 Remove vars that are set but not used.
20727 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
20728 (timer_check_2): Mark vars as initialized.
20729
20730 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
20731
20732 * image.c (lookup_image): Remove var that is set but not used.
20733 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
20734
20735 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
20736 that are set but not used.
20737
20738 * xfns.c (make_invisible_cursor): Don't return garbage
20739 if XCreateBitmapFromData fails (Bug#8410).
20740
20741 * xselect.c (x_get_local_selection, x_handle_property_notify):
20742 Remove vars that are set but not used.
20743
20744 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
20745 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
20746
20747 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
20748 Remove var that is set but not used.
20749 (scroll_bar_windows_size): Now size_t, not int.
20750 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
20751 Check for overflow.
20752
20753 * xfaces.c (realize_named_face): Remove vars that are set but not used.
20754 (map_tty_color) [!defined MSDOS]: Likewise.
20755
20756 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
20757
20758 * coding.c: Remove vars that are set but not used.
20759 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
20760 All callers changed.
20761 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
20762 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
20763 (decode_coding_charset): Remove vars that are set but not used.
20764
20765 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
20766 that is set but not used.
20767
20768 * print.c (print_object): Remove var that is set but not used.
20769
20770 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
20771 The gnulib version avoids calling malloc in the usual case,
20772 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
20773 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
20774 * filelock.c (current_lock_owner): Likewise.
20775 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
20776 * sysdep.c: Include allocator.h, careadlinkat.h.
20777 (emacs_no_realloc_allocator): New static constant.
20778 (emacs_readlink): New function.
20779 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
20780 ../lib/careadlinkat.h.
20781
20782 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20783
20784 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
20785 first non-nil return value).
20786
20787 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
20788
20789 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
20790 if not defined (Bug#8403).
20791
20792 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
20793
20794 * xdisp.c (display_count_lines): Remove parameter `start',
20795 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
20796 (get_char_face_and_encoding): Remove parameter `multibyte_p',
20797 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
20798 (fill_stretch_glyph_string): Remove parameters `row' and `area',
20799 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
20800 and thereabouts. All callers changed.
20801 (get_per_char_metric): Remove parameter `f', unused since
20802 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
20803
20804 2011-04-02 Jim Meyering <meyering@redhat.com>
20805
20806 do not dereference NULL upon failed strdup
20807 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
20808 (ns_get_family): Likewise.
20809
20810 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
20811
20812 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
20813
20814 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
20815
20816 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
20817 later (Bug#8403).
20818
20819 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20820
20821 Add lexical binding.
20822
20823 * window.c (Ftemp_output_buffer_show): New fun.
20824 (Fsave_window_excursion):
20825 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
20826
20827 * lread.c (lisp_file_lexically_bound_p): New function.
20828 (Fload): Bind Qlexical_binding.
20829 (readevalloop): Remove `evalfun' arg.
20830 Bind Qinternal_interpreter_environment.
20831 (Feval_buffer): Bind Qlexical_binding.
20832 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
20833 Mark as dynamic.
20834 (syms_of_lread): Declare `lexical-binding'.
20835
20836 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
20837
20838 * keyboard.c (eval_dyn): New fun.
20839 (menu_item_eval_property): Use it.
20840
20841 * image.c (parse_image_spec): Use Ffunctionp.
20842
20843 * fns.c (concat, mapcar1): Accept byte-code-functions.
20844
20845 * eval.c (Fsetq): Handle lexical vars.
20846 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
20847 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
20848 (FletX, Flet): Obey lexical binding.
20849 (Fcommandp): Handle closures.
20850 (Feval): New `lexical' arg.
20851 (eval_sub): New function extracted from Feval. Use it almost
20852 everywhere where Feval was used. Look up vars in lexical env.
20853 Handle closures.
20854 (Ffunctionp): Move from subr.el.
20855 (Ffuncall): Handle closures.
20856 (apply_lambda): Remove `eval_flags'.
20857 (funcall_lambda): Handle closures and new byte-code-functions.
20858 (Fspecial_variable_p): New function.
20859 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
20860 but without exporting it to Lisp.
20861
20862 * doc.c (Fdocumentation, store_function_docstring):
20863 * data.c (Finteractive_form): Handle closures.
20864
20865 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
20866 interactive spec.
20867
20868 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
20869 New byte-codes.
20870 (exec_byte_code): New function extracted from Fbyte_code to handle new
20871 calling convention for byte-code-functions. Add new byte-codes.
20872
20873 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
20874
20875 * alloc.c (Fmake_symbol): Init new `declared_special' field.
20876
20877 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
20878
20879 * xdisp.c (redisplay_internal): Fix prototype.
20880
20881 2011-03-31 Eli Zaretskii <eliz@gnu.org>
20882
20883 * xdisp.c (SCROLL_LIMIT): New macro.
20884 (try_scrolling): Use it when setting scroll_limit.
20885 Limit scrolling to 100 screen lines.
20886 (redisplay_window): Even when falling back on "recentering",
20887 position point in the window according to scroll-conservatively,
20888 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
20889
20890 (try_scrolling): When point is above the window, allow searching
20891 as far as scroll_max, or one screenful, to compute vertical
20892 distance from PT to the scroll margin position. This prevents
20893 try_scrolling from unnecessarily failing when
20894 scroll-conservatively is set to a value slightly larger than the
20895 window height. Clean up the case of PT below the margin at bottom
20896 of window: scroll_max can no longer be INT_MAX. When aggressive
20897 scrolling is in use, don't let point enter the opposite scroll
20898 margin as result of the scroll.
20899 (syms_of_xdisp) <scroll-conservatively>: Document the
20900 threshold of 100 lines for never-recentering scrolling.
20901
20902 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
20903
20904 * dispextern.h (move_it_by_lines):
20905 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
20906 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
20907 (message_log_check_duplicate): Remove parameters `prev_bol' and
20908 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
20909 (redisplay_internal): Remove parameter `preserve_echo_area',
20910 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
20911
20912 * indent.c (Fvertical_motion):
20913 * window.c (window_scroll_pixel_based, Frecenter):
20914 Don't pass `need_y_p' to `move_it_by_lines'.
20915
20916 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20917
20918 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
20919 steal a few bits to be more compact.
20920 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
20921 Remove unneeded casts.
20922
20923 * bytecode.c (Fbyte_code): CAR and CDR can GC.
20924
20925 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
20926
20927 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
20928 binding" message (bug#7967).
20929
20930 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
20931
20932 Fix more problems found by GCC 4.6.0's static checks.
20933
20934 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
20935 Remove unused local var.
20936
20937 * editfns.c (Fmessage_box): Remove unused local var.
20938
20939 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
20940 (note_mode_line_or_margin_highlight, note_mouse_highlight):
20941 Omit unused local vars.
20942 * window.c (shrink_windows): Omit unused local var.
20943 * menu.c (digest_single_submenu): Omit unused local var.
20944 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
20945 Omit unused local var.
20946
20947 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
20948 Don't assume string length fits in int.
20949 (keyremap_step, read_key_sequence): Use size_t for sizes.
20950 (read_key_sequence): Don't check last_real_key_start redundantly.
20951
20952 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
20953 instead of alloca (Bug#8344).
20954
20955 * eval.c (Fbacktrace): Don't assume nargs fits in int.
20956 (Fbacktrace_frame): Don't assume nframes fits in int.
20957
20958 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
20959
20960 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
20961 concerns.
20962
20963 * term.c (produce_glyphless_glyph): Remove unnecessary test.
20964
20965 * cm.c (calccost): Turn while-do into do-while, for clarity.
20966
20967 * keyboard.c (syms_of_keyboard): Use the same style as later
20968 in this function when indexing through an array. This also
20969 works around GCC bug 48267.
20970
20971 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
20972
20973 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
20974
20975 * chartab.c (sub_char_table_ref_and_range): Redo for slight
20976 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
20977
20978 * keyboard.c, keyboard.h (num_input_events): Now size_t.
20979 This avoids undefined behavior on integer overflow, and is a bit
20980 more convenient anyway since it is compared to a size_t variable.
20981
20982 Variadic C functions now count arguments with size_t, not int.
20983 This avoids an unnecessary limitation on 64-bit machines, which
20984 caused (substring ...) to crash on large vectors (Bug#8344).
20985 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
20986 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
20987 All variadic functions and their callers changed accordingly.
20988 (struct gcpro.nvars): Now size_t, not int. All uses changed.
20989 * data.c (arith_driver, float_arith_driver): Likewise.
20990 * editfns.c (general_insert_function): Likewise.
20991 * eval.c (struct backtrace.nargs, interactive_p)
20992 (internal_condition_case_n, run_hook_with_args, apply_lambda)
20993 (funcall_lambda, mark_backtrace): Likewise.
20994 * fns.c (concat): Likewise.
20995 * frame.c (x_set_frame_parameters): Likewise.
20996 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
20997 0 if not found, not -1. All callers changed.
20998
20999 * alloc.c (garbage_collect): Don't assume stack size fits in int.
21000 (stack_copy_size): Now size_t, not int.
21001 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
21002
21003 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
21004
21005 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
21006 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
21007 All callers changed.
21008
21009 * lisp.h (multibyte_char_to_unibyte):
21010 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
21011 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
21012 * character.h (CHAR_TO_BYTE8):
21013 * cmds.c (internal_self_insert):
21014 * editfns.c (general_insert_function):
21015 * keymap.c (push_key_description):
21016 * search.c (Freplace_match):
21017 * xdisp.c (message_dolog, set_message_1): All callers changed.
21018
21019 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21020
21021 * keyboard.c (safe_run_hook_funcall): New function.
21022 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
21023 don't set the hook to nil, but remove the offending function instead.
21024 (Qcommand_hook_internal): Remove, unused.
21025 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
21026 Vcommand_hook_internal.
21027
21028 * eval.c (enum run_hooks_condition): Remove.
21029 (funcall_nil, funcall_not): New functions.
21030 (run_hook_with_args): Call each function through a `funcall' argument.
21031 Remove `cond' argument, now redundant.
21032 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
21033 (Frun_hook_with_args_until_failure): Adjust accordingly.
21034 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
21035
21036 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
21037
21038 * dispextern.h (string_buffer_position): Remove declaration.
21039
21040 * print.c (strout): Remove parameter `multibyte', unused since
21041 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
21042
21043 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
21044 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
21045 All callers changed.
21046
21047 * w32.c (_wsa_errlist): Use braces for struct initializers.
21048
21049 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
21050 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
21051 All callers changed.
21052 (string_buffer_position): Likewise. Also, make static (it's never
21053 used outside xdisp.c).
21054 (cursor_row_p): Remove parameter `w', unused since
21055 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
21056 (decode_mode_spec): Remove parameter `precision', introduced during
21057 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
21058 All callers changed.
21059
21060 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21061
21062 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
21063
21064 2011-03-27 Anders Lindgren <andlind@gmail.com>
21065
21066 * nsterm.m (ns_menu_bar_is_hidden): New variable.
21067 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
21068 (ns_update_auto_hide_menu_bar): New functions.
21069 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
21070 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
21071 ns_constrain_all_frames.
21072 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
21073 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
21074
21075 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21076
21077 * nsmenu.m (runDialogAt): Remove argument to timer_check.
21078
21079 2011-03-27 Glenn Morris <rgm@gnu.org>
21080
21081 * syssignal.h: Replace RETSIGTYPE with void.
21082 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
21083 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
21084 Replace SIGTYPE with void everywhere.
21085 * s/usg5-4-common.h (SIGTYPE): Remove definition.
21086 * s/template.h (SIGTYPE): Remove commented out definition.
21087
21088 2011-03-26 Eli Zaretskii <eliz@gnu.org>
21089
21090 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
21091 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
21092
21093 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
21094
21095 * w32.c (read_unc_volume): Use parameter `henum', instead of
21096 global variable `wget_enum_handle'.
21097
21098 * keymap.c (describe_vector): Remove parameters `indices' and
21099 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
21100 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
21101
21102 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
21103
21104 * keyboard.c (timer_check): Remove parameter `do_it_now',
21105 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
21106 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
21107 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
21108
21109 * keyboard.c (read_char):
21110 * w32menu.c (w32_menu_display_help):
21111 * xmenu.c (show_help_event, menu_help_callback):
21112 Adjust calls to `show_help_echo'.
21113
21114 * gtkutil.c (xg_maybe_add_timer):
21115 * keyboard.c (readable_events):
21116 * process.c (wait_reading_process_output):
21117 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
21118
21119 * insdel.c (adjust_markers_gap_motion):
21120 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
21121 (gap_left, gap_right): Don't call it.
21122
21123 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
21124
21125 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
21126 incurred during fontification.
21127
21128 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
21129
21130 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
21131 (DEFVAR_PER_BUFFER): Don't pass it.
21132
21133 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
21134 (scrolling_window): Don't pass it.
21135
21136 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
21137
21138 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
21139
21140 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
21141 and `suffix'.
21142 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
21143 of variables specific to SELinux and computation of `encoded_absname'.
21144
21145 * image.c (XPutPixel): Remove unused variable `height'.
21146
21147 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
21148
21149 * unexw32.c (get_section_info): Remove unused variable `section'.
21150
21151 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
21152 (system_process_attributes): Remove unused variable `sess'.
21153 (sys_read): Remove unused variable `err'.
21154
21155 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
21156 (w32_wnd_proc): Remove unused variable `isdead'.
21157 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
21158 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
21159 (x_create_tip_frame): Remove unused variable `tem'.
21160
21161 * w32inevt.c (w32_console_read_socket):
21162 Remove unused variable `no_events'.
21163
21164 * w32term.c (x_draw_composite_glyph_string_foreground):
21165 Remove unused variable `width'.
21166
21167 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
21168
21169 * w32term.c (x_set_glyph_string_clipping):
21170 Don't pass uninitialized region to CombineRgn.
21171
21172 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
21173
21174 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
21175 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
21176 (Fx_close_connection): Remove unused variable `i'.
21177
21178 * w32font.c (w32font_draw): Return number of glyphs.
21179 (w32font_open_internal): Remove unused variable `i'.
21180 (w32font_driver): Add missing initializer.
21181
21182 * w32menu.c (utf8to16): Remove unused variable `utf16'.
21183 (fill_in_menu): Remove unused variable `items_added'.
21184
21185 * w32term.c (last_mouse_press_frame): Remove static global variable.
21186 (w32_clip_to_row): Remove unused variable `f'.
21187 (x_delete_terminal): Remove unused variable `i'.
21188
21189 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
21190 (NOTHING): Remove unused static global variable.
21191 (uniscribe_check_otf): Remove unused variable `table'.
21192 (uniscribe_font_driver): Add missing initializers.
21193
21194 2011-03-23 Julien Danjou <julien@danjou.info>
21195
21196 * term.c (Fsuspend_tty, Fresume_tty):
21197 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
21198 * window.c (temp_output_buffer_show):
21199 * insdel.c (signal_before_change):
21200 * frame.c (Fhandle_switch_frame):
21201 * fileio.c (Fdo_auto_save):
21202 * emacs.c (Fkill_emacs):
21203 * editfns.c (save_excursion_restore):
21204 * cmds.c (internal_self_insert):
21205 * callint.c (Fcall_interactively):
21206 * buffer.c (Fkill_all_local_variables):
21207 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
21208 Use Frun_hooks.
21209 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
21210 unconditionally since it does the check itself.
21211
21212 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
21213
21214 Fix more problems found by GCC 4.5.2's static checks.
21215
21216 * coding.c (encode_coding_raw_text): Avoid unnecessary test
21217 the first time through the loop, since we know p0 < p1 then.
21218 This also avoids a gcc -Wstrict-overflow warning.
21219
21220 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
21221 leading to a memory leak, possible in functions like
21222 load_charset_map_from_file that can allocate an unbounded number
21223 of objects (Bug#8318).
21224
21225 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
21226 that could (at least in theory) be that large.
21227
21228 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
21229 This is less likely to overflow, and avoids undefined behavior if
21230 overflow does occur. All callers changed. Use strtoul to scan
21231 for the unsigned long integer.
21232 (pint2hrstr): Simplify and tune code slightly.
21233 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
21234
21235 * scroll.c (do_scrolling): Work around GCC bug 48228.
21236 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
21237
21238 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
21239 This also avoids a warning with gcc -Wstrict-overflow.
21240 (validate_x_resource_name): Simplify count usage.
21241 This also avoids a warning with gcc -Wstrict-overflow.
21242
21243 * fileio.c (Fcopy_file): Report error if fchown or fchmod
21244 fail (Bug#8306).
21245
21246 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
21247
21248 * process.c (Fmake_network_process): Use socklen_t, not int,
21249 where POSIX says socklen_t is required in portable programs.
21250 This fixes a porting bug on hosts like 64-bit HP-UX, where
21251 socklen_t is wider than int (Bug#8277).
21252 (Fmake_network_process, server_accept_connection):
21253 (wait_reading_process_output, read_process_output):
21254 Likewise.
21255
21256 * process.c: Rename or move locals to avoid shadowing.
21257 (list_processes_1, Fmake_network_process):
21258 (read_process_output_error_handler, exec_sentinel_error_handler):
21259 Rename or move locals.
21260 (Fmake_network_process): Define label "retry_connect" only if needed.
21261 (Fnetwork_interface_info): Fix pointer signedness.
21262 (process_send_signal): Add cast to avoid pointer signedness problem.
21263 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
21264 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
21265
21266 Make tparam.h and terminfo.c consistent.
21267 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
21268 Include tparam.h instead, since it declares them.
21269 * cm.h (PC): Remove extern decl; tparam.h now does this.
21270 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
21271 * terminfo.c: Include tparam.h, to check interfaces.
21272 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
21273 (tparam): Adjust signature to match interface in tparam.h;
21274 this removes some undefined behavior. Check that outstring and len
21275 are zero, which they always are with Emacs.
21276 * tparam.h (PC, BC, UP): New extern decls.
21277
21278 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
21279 (xftfont_open): Rename locals to avoid shadowing.
21280
21281 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
21282 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
21283 (OTF_TAG_SYM): Omit macro if not needed.
21284 (ftfont_list): Remove unused local.
21285 (get_adstyle_property, ftfont_pattern_entity):
21286 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
21287 Rename locals to avoid shadowing.
21288
21289 * xfont.c (xfont_list_family): Mark var as initialized.
21290
21291 * xml.c (make_dom): Now static.
21292
21293 * composite.c (composition_compute_stop_pos): Rename local to
21294 avoid shadowing.
21295 (composition_reseat_it): Remove unused locals.
21296 (find_automatic_composition, composition_adjust_point): Likewise.
21297 (composition_update_it): Mark var as initialized.
21298 (find_automatic_composition): Mark vars as initialized,
21299 with a FIXME (Bug#8290).
21300
21301 character.h: Rename locals to avoid shadowing.
21302 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
21303 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
21304 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
21305 (BUF_DEC_POS): Be more systematic about renaming local temporaries
21306 to avoid shadowing.
21307
21308 * textprop.c (property_change_between_p): Remove; unused.
21309
21310 * intervals.c (interval_start_pos): Now static.
21311
21312 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
21313
21314 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
21315 Rename locals to avoid shadowing.
21316
21317 * sound.c (wav_play, au_play, Fplay_sound_internal):
21318 Fix pointer signedness.
21319 (alsa_choose_format): Remove unused local var.
21320 (wav_play): Initialize a variable to 0, to prevent undefined
21321 behavior (Bug#8278).
21322
21323 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
21324
21325 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
21326
21327 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
21328 clobbering (Bug#8298).
21329 * sysdep.c (sys_subshell): Likewise.
21330 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
21331
21332 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
21333 This should get cleaned up, so that child_setup has the
21334 same signature on all platforms.
21335
21336 * callproc.c (call_process_cleanup): Now static.
21337 (relocate_fd): Rename locals to avoid shadowing.
21338
21339 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21340
21341 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
21342 not to be necessary, and produces flickering.
21343
21344 2011-03-20 Glenn Morris <rgm@gnu.org>
21345
21346 * config.in: Remove file.
21347
21348 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
21349
21350 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
21351 are now in src/globals.h.
21352 (syms_of_minibuf): Remove spurious & from previous change.
21353
21354 2011-03-20 Leo Liu <sdl.web@gmail.com>
21355
21356 * minibuf.c (completing-read-function): New variable.
21357 (completing-read-default): Rename from completing-read.
21358 (completing-read): Call completing-read-function.
21359
21360 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21361
21362 * xfaces.c (Fx_load_color_file):
21363 Read color file from absolute filename (bug#8250).
21364
21365 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21366
21367 * makefile.w32-in: Update dependencies.
21368
21369 2011-03-17 Eli Zaretskii <eliz@gnu.org>
21370
21371 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
21372
21373 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
21374
21375 Fix more problems found by GCC 4.5.2's static checks.
21376
21377 * process.c (make_serial_process_unwind, send_process_trap):
21378 (sigchld_handler): Now static.
21379
21380 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
21381 That way, the code declares only the vars that it needs.
21382 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
21383 * s/cygwin.h (PTY_ITERATION): Likewise.
21384 * s/darwin.h (PTY_ITERATION): Likewise.
21385 * s/gnu-linux.h (PTY_ITERATION): Likewise.
21386
21387 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
21388 * process.c (allocate_pty): Don't declare stb unless it's needed.
21389
21390 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
21391 (CONSTANTLIM): Remove; unused.
21392 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
21393 Define only if needed.
21394
21395 * unexelf.c (unexec): Name an expression,
21396 to avoid gcc -Wbad-function-cast warning.
21397 Use a different way to cause a compilation error if anyone uses
21398 n rather than nn, a way that does not involve shadowing.
21399 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
21400
21401 * deps.mk (unexalpha.o): Remove; unused.
21402
21403 New file unexec.h, the (simple) interface for unexec (Bug#8267).
21404 * unexec.h: New file.
21405 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
21406 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
21407 Depend on unexec.h.
21408 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
21409 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
21410 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
21411 Change as necessary to match prototype in unexec.h.
21412
21413 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
21414 shadowing.
21415 (back_comment, skip_chars): Mark vars as initialized.
21416
21417 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
21418 Rename locals to avoid shadowing.
21419
21420 * lread.c (read1): Rewrite so as not to use empty "else".
21421 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
21422
21423 * print.c (Fredirect_debugging_output): Fix pointer signedess.
21424
21425 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
21426 warning when compiling print.c.
21427
21428 * font.c (font_unparse_fcname): Abort in an "impossible" situation
21429 instead of using an uninitialized var.
21430 (font_sort_entities): Mark var as initialized.
21431
21432 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
21433
21434 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
21435 pointers to constants.
21436 (font_parse_fcname): Remove unused vars.
21437 (font_delete_unmatched): Now static.
21438 (font_get_spec): Remove; unused.
21439 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
21440 (font_update_drivers, Ffont_get_glyphs, font_add_log):
21441 Rename or move locals to avoid shadowing.
21442
21443 * fns.c (require_nesting_list, require_unwind): Now static.
21444 (Ffillarray): Rename locals to avoid shadowing.
21445
21446 * floatfns.c (domain_error2): Define only if needed.
21447 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
21448
21449 * alloc.c (mark_backtrace): Move decl from here ...
21450 * lisp.h: ... to here, so that it can be checked.
21451
21452 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
21453 (Fdefvar): Rewrite so as not to use empty "else".
21454 (lisp_indirect_variable): Name an expression,
21455 to avoid gcc -Wbad-function-cast warning.
21456 (Fdefvar): Rename locals to avoid shadowing.
21457
21458 * callint.c (quotify_arg, quotify_args): Now static.
21459 (Fcall_interactively): Rename locals to avoid shadowing.
21460 Use const pointer when appropriate.
21461
21462 * lisp.h (get_system_name, get_operating_system_release):
21463 Move decls here, to check interfaces.
21464 * process.c (get_operating_system_release): Move decl to lisp.h.
21465 * xrdb.c (get_system_name): Likewise.
21466 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
21467 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
21468 some of which prompt warnings from gcc -Wbad-function-cast.
21469 (Fformat_time_string, Fencode_time, Finsert_char):
21470 (Ftranslate_region_internal, Fformat):
21471 Rename or remove local vars to avoid shadowing.
21472 (Ftranslate_region_internal): Mark var as initialized.
21473
21474 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
21475 avoid shadowing.
21476
21477 * lisp.h (eassert): Check that the argument compiles, even if
21478 ENABLE_CHECKING is not defined.
21479
21480 * data.c (Findirect_variable): Name an expression, to avoid
21481 gcc -Wbad-function-cast warning.
21482 (default_value, arithcompare, arith_driver, arith_error): Now static.
21483 (store_symval_forwarding): Rename local to avoid shadowing.
21484 (Fmake_variable_buffer_local, Fmake_local_variable):
21485 Mark variables as initialized.
21486 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
21487
21488 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
21489 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
21490 Rename locals to avoid shadowing.
21491 (mark_stack): Move local variables into the #ifdef region where
21492 they're used.
21493 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
21494 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
21495 needed otherwise.
21496 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
21497 (GC_STRING_CHARS): Remove; not used.
21498 (Fmemory_limit): Cast sbrk's returned value to char *.
21499
21500 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
21501 avoids undefined behavior in theory.
21502
21503 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
21504
21505 Use functions, not macros, for up- and down-casing (Bug#8254).
21506 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
21507 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
21508 to use the following functions instead of these macros.
21509 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
21510 EMACS_INT, since callers assume the returned value fits in int.
21511 (upcase1): Likewise, for UPCASE_TABLE.
21512 (uppercasep, lowercasep, upcase): New static inline functions.
21513 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
21514 the race-condition problem in the old DOWNCASE.
21515
21516 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
21517 Rename locals to avoid shadowing.
21518 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
21519 (regex_compile, re_search_2, re_match_2_internal):
21520 Remove unused local vars.
21521 (FREE_VAR): Rewrite so as not to use empty "else",
21522 which gcc can warn about.
21523 (regex_compile, re_match_2_internal): Mark locals as initialized.
21524 (RETALLOC_IF): Define only if needed.
21525 (WORDCHAR_P): Likewise. This one is never needed, but is used
21526 only in a comment talking about a compiler bug, so put inside
21527 the #if 0 of that comment.
21528 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
21529 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
21530 Remove; unused.
21531
21532 * search.c (boyer_moore): Rename locals to avoid shadowing.
21533 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
21534 (PREV_CHAR_BOUNDARY): Likewise.
21535
21536 * search.c (simple_search): Remove unused var.
21537
21538 * dired.c (compile_pattern): Move decl from here ...
21539 * lisp.h: ... to here, so that it can be checked.
21540 (struct re_registers): New forward decl.
21541
21542 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
21543
21544 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
21545 All uses changed.
21546 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
21547 Rename locals to avoid shadowing.
21548 (Fvertical_motion): Mark locals as initialized.
21549
21550 * casefiddle.c (casify_object, casify_region): Now static.
21551 (casify_region): Mark local as initialized.
21552
21553 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
21554
21555 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
21556 New macros, so that the caller can use some names other than
21557 gcpro1, gcpro2, etc.
21558 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
21559 of the new macros.
21560 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
21561 argument, for consistency with GCPRO2_VAR, etc: it is now the
21562 prefix of the variable, not the variable itself. All uses
21563 changed.
21564 * dired.c (directory_files_internal, file_name_completion):
21565 Rename locals to avoid shadowing.
21566
21567 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
21568 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
21569 dired.c's scmp function, had undefined behavior.
21570 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
21571 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
21572 * buffer.h: ... to here, because these macros use current_buffer,
21573 and the new implementation with inline functions needs to have
21574 current_buffer in scope now, rather than later when the macros
21575 are used.
21576 (downcase, upcase1): New static inline functions.
21577 (DOWNCASE, UPCASE1): Reimplement using these functions.
21578 This avoids undefined behavior in expressions like
21579 DOWNCASE (x) == DOWNCASE (y), which previously suffered
21580 from race conditions in accessing the global variables
21581 case_temp1 and case_temp2.
21582 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
21583 * lisp.h (case_temp1, case_temp2): Remove their decls.
21584 * character.h (ASCII_CHAR_P): Move from here ...
21585 * lisp.h: ... to here, so that the inline functions mentioned
21586 above can use them.
21587
21588 * dired.c (directory_files_internal_unwind): Now static.
21589
21590 * fileio.c (file_name_as_directory, directory_file_name):
21591 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
21592 Now static.
21593 (file_name_as_directory): Use const pointers when appropriate.
21594 (Fexpand_file_name): Likewise. In particular, newdir might
21595 point at constant storage, so make it a const pointer.
21596 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
21597 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
21598 signedness issues.
21599 (Fset_file_times, Finsert_file_contents, auto_save_error):
21600 Rename locals to avoid shadowing.
21601
21602 * minibuf.c (choose_minibuf_frame_1): Now static.
21603 (Ftry_completion, Fall_completions): Rename or remove locals
21604 to avoid shadowing.
21605
21606 * marker.c (bytepos_to_charpos): Remove; unused.
21607
21608 * lisp.h (verify_bytepos, count_markers): New decls,
21609 so that gcc does not warn that these functions aren't declared.
21610
21611 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
21612 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
21613 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
21614 (copy_text): Remove unused local var.
21615
21616 * filelock.c (within_one_second): Now static.
21617 (lock_file_1): Rename local to avoid shadowing.
21618
21619 * buffer.c (fix_overlays_before): Mark locals as initialized.
21620 (fix_start_end_in_overlays): Likewise. This function should be
21621 simplified by using pointers-to-pointers, but that's a different
21622 matter.
21623 (switch_to_buffer_1): Now static.
21624 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
21625 (report_overlay_modification): Rename locals to avoid shadowing.
21626
21627 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
21628 Fix pointer signedness issue.
21629 (sys_subshell): Mark local as volatile if checking for lint,
21630 to suppress a gcc -Wclobbered warning that does not seem to be right.
21631 (MAXPATHLEN): Define only if needed.
21632
21633 * process.c (serial_open, serial_configure): Move decls from here ...
21634 * systty.h: ... to here, so that they can be checked.
21635
21636 * fns.c (get_random, seed_random): Move extern decls from here ...
21637 * lisp.h: ... to here, so that they can be checked.
21638
21639 * sysdep.c (reset_io): Now static.
21640 (wait_for_termination_signal): Remove; unused.
21641
21642 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
21643 (copy_keymap_item, append_key, push_text_char_description):
21644 Now static.
21645 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
21646 (DENSE_TABLE_SIZE): Remove; unused.
21647 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
21648 (describe_map_tree):
21649 Rename locals to avoid shadowing.
21650
21651 * keyboard.c: Declare functions static if they are not used elsewhere.
21652 (echo_char, echo_dash, cmd_error, top_level_2):
21653 (poll_for_input, handle_async_input): Now static.
21654 (read_char, kbd_buffer_get_event, make_lispy_position):
21655 (make_lispy_event, make_lispy_movement, apply_modifiers):
21656 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
21657 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
21658 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
21659 (read_key_sequence, read_char): Mark locals as initialized.
21660 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
21661
21662 * keyboard.h (make_ctrl_char): New decl.
21663 (mark_kboards): Move decl here ...
21664 * alloc.c (mark_kboards): ... from here.
21665
21666 * lisp.h (force_auto_save_soon): New decl.
21667
21668 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
21669 (DEFINE_DUMMY_FUNCTION): New macro.
21670 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
21671 Use it.
21672 (main): Add casts to avoid warnings
21673 if GCC considers string literals to be constants.
21674
21675 * lisp.h (fatal_error_signal): Add decl, since it's exported.
21676
21677 * dbusbind.c: Pointer signedness fixes.
21678 (xd_signature, xd_append_arg, xd_initialize):
21679 (Fdbus_call_method, Fdbus_call_method_asynchronously):
21680 (Fdbus_method_return_internal, Fdbus_method_error_internal):
21681 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
21682 (Fdbus_register_signal): Use SSDATA when the context wants char *.
21683
21684 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
21685 if GCC considers string literals to be constants.
21686 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
21687
21688 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21689
21690 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
21691 (print_preprocess, print_object): New macro to fix last change.
21692
21693 * print.c (print_preprocess): Don't forget font objects.
21694
21695 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21696
21697 * emacs.c (USAGE3): Doc fixes.
21698
21699 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
21700
21701 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
21702 structure.
21703
21704 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
21705
21706 * lisp.h (VWindow_system, Qfile_name_history):
21707 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
21708 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
21709 (w32_system_caret_x, w32_system_caret_y): Declare extern.
21710
21711 * w32select.c: Don't #include "keyboard.h".
21712 (run_protected): Add extern declaration for waiting_for_input.
21713
21714 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
21715 * w32console.c (detect_input_pending, read_input_pending)
21716 (encode_terminal_code):
21717 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
21718 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
21719 (w32_system_caret_y, Qfile_name_history):
21720 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
21721 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
21722 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
21723 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
21724 * w32proc.c (Qlocal, report_file_error):
21725 * w32term.c (Vwindow_system, updating_frame):
21726 * w32uniscribe.c (initialized, uniscribe_font_driver):
21727 Remove unneeded extern declarations.
21728
21729 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
21730
21731 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
21732
21733 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
21734
21735 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
21736 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
21737 These macros can no longer be used for assignment.
21738
21739 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21740 Assign struct members directly, instead of using BUF_BEGV etc.
21741 (record_buffer_markers, fetch_buffer_markers): New functions for
21742 recording and fetching special buffer markers.
21743 (set_buffer_internal_1, set_buffer_temp): Use them.
21744
21745 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
21746
21747 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
21748
21749 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
21750 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
21751
21752 * xdisp.c (hscroll_window_tree):
21753 (reconsider_clip_changes): Use PT instead of BUF_PT.
21754
21755 2011-03-13 Eli Zaretskii <eliz@gnu.org>
21756
21757 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
21758 $(EMACS_ROOT)/lib/intprops.h.
21759
21760 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
21761
21762 Fix more problems found by GCC 4.5.2's static checks.
21763
21764 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
21765 to unsigned char * to avoid compiler diagnostic.
21766 (xg_free_frame_widgets): Make it clear that a local variable is
21767 needed only if USE_GTK_TOOLTIP.
21768 (gdk_window_get_screen): Make it clear that this macro is needed
21769 only if USE_GTK_TOOLTIP.
21770 (int_gtk_range_get_value): New function, which avoids a diagnostic
21771 from gcc -Wbad-function-cast.
21772 (xg_set_toolkit_scroll_bar_thumb): Use it.
21773 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
21774 diagnostic from gcc -Wbad-function-cast.
21775 (get_utf8_string, xg_get_file_with_chooser):
21776 Rename locals to avoid shadowing.
21777 (create_dialog): Move locals to avoid shadowing.
21778
21779 * xgselect.c (xg_select): Remove unused var.
21780
21781 * image.c (four_corners_best): Mark locals as initialized.
21782 (gif_load): Initialize transparent_p to zero (Bug#8238).
21783 Mark another local as initialized.
21784 (my_png_error, my_error_exit): Mark with NO_RETURN.
21785
21786 * image.c (clear_image_cache): Now static.
21787 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
21788 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
21789 (x_edge_detection): Remove unnecessary cast that
21790 gcc -Wbad-function-cast diagnoses.
21791 (gif_load): Fix pointer signedness.
21792 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
21793 (jpeg_load, gif_load): Rename locals to avoid shadowing.
21794
21795 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
21796
21797 Improve quality of tests for time stamp overflow.
21798 For example, without this patch (encode-time 0 0 0 1 1
21799 1152921504606846976) returns the obviously-bogus value (-948597
21800 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
21801 reports time overflow. See
21802 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
21803 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
21804 * editfns.c: Include limits.h and intprops.h.
21805 (TIME_T_MIN, TIME_T_MAX): New macros.
21806 (time_overflow): Move earlier, to before first use.
21807 (hi_time, lo_time): New functions, for an accurate test for
21808 out-of-range times.
21809 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
21810 (Fget_internal_run_time): Don't assume time_t fits in int.
21811 (make_time): Use list2 instead of Fcons twice.
21812 (Fdecode_time): More accurate test for out-of-range times.
21813 (check_tm_member): New function.
21814 (Fencode_time): Use it, to test for out-of-range times.
21815 (lisp_time_argument): Don't rely on undefined left-shift and
21816 right-shift behavior when checking for time stamp overflow.
21817
21818 * editfns.c (time_overflow): New function, refactoring common code.
21819 (Fformat_time_string, Fdecode_time, Fencode_time):
21820 (Fcurrent_time_string): Use it.
21821
21822 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
21823 * dired.c (make_time): Move to ...
21824 * editfns.c (make_time): ... here.
21825 * systime.h: Note the move.
21826
21827 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21828
21829 * fringe.c (update_window_fringes): Remove unused variables.
21830
21831 * unexmacosx.c (copy_data_segment): Also copy __got section.
21832 (Bug#8223)
21833
21834 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21835
21836 * termcap.c [MSDOS]: Include "msdos.h".
21837 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
21838 Constify `char *' arguments and their references according to
21839 prototypes in tparam.h.
21840
21841 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
21842
21843 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
21844 Adapt all references accordingly.
21845
21846 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
21847
21848 2011-03-11 Tom Tromey <tromey@redhat.com>
21849
21850 * buffer.c (syms_of_buffer): Remove obsolete comment.
21851
21852 2011-03-11 Eli Zaretskii <eliz@gnu.org>
21853
21854 * termhooks.h (encode_terminal_code): Declare prototype.
21855
21856 * msdos.c (encode_terminal_code): Don't declare prototype.
21857
21858 * term.c (encode_terminal_code): Now external again, used by
21859 w32console.c and msdos.c.
21860
21861 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
21862 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
21863
21864 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
21865
21866 Fix some minor problems found by GCC 4.5.2's static checks.
21867
21868 * fringe.c (update_window_fringes): Mark locals as initialized
21869 (Bug#8227).
21870 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
21871
21872 * alloc.c (mark_fringe_data): Move decl from here ...
21873 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
21874 to check its interface.
21875 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
21876
21877 * fontset.c (free_realized_fontset): Now static.
21878 (Fset_fontset_font): Rename local to avoid shadowing.
21879 (fontset_font): Mark local as initialized.
21880 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
21881
21882 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
21883
21884 * xselect.c (x_disown_buffer_selections): Remove; not used.
21885 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
21886 (x_own_selection, Fx_disown_selection_internal): Rename locals
21887 to avoid shadowing.
21888 (x_handle_dnd_message): Remove local to avoid shadowing.
21889
21890 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
21891 so that the caller can use some name other than gcpro1.
21892 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
21893 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
21894 (Fx_backspace_delete_keys_p):
21895 Use them to avoid shadowing, and rename vars to avoid shadowing.
21896 (x_decode_color, x_set_name, x_window): Now static.
21897 (Fx_create_frame): Add braces to silence GCC warning.
21898 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
21899 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
21900 Remove unused locals.
21901 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
21902 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
21903 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
21904 macros.
21905
21906 * xterm.h (x_mouse_leave): New decl.
21907
21908 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
21909 Remove unused functions.
21910 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
21911 (x_calc_absolute_position): Now static.
21912 (XTread_socket): Don't define label "out" unless it's used.
21913 Don't declare local "event" unless it's used.
21914 (x_iconify_frame, x_free_frame_resources): Don't declare locals
21915 unless they are used.
21916 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
21917 (x_fatal_error_signal): Remove; not used.
21918 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
21919 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
21920 (x_error_catcher, x_connection_closed, x_error_handler):
21921 (x_error_quitter, xembed_send_message, x_iconify_frame):
21922 (my_log_handler): Rename locals to avoid shadowing.
21923 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
21924 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
21925
21926 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
21927 Rename or move locals to avoid shadowing.
21928 (tty_defined_color, merge_face_heights): Now static.
21929 (free_realized_faces_for_fontset): Remove; not used.
21930 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
21931 does not deduce is never used uninitialized.
21932 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
21933 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
21934
21935 * terminal.c (store_terminal_param): Now static.
21936
21937 * xmenu.c (menu_highlight_callback): Now static.
21938 (set_frame_menubar): Remove unused local.
21939 (xmenu_show): Rename parameter to avoid shadowing.
21940 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
21941 since they might point to immutable storage.
21942 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
21943 since it's unused otherwise.
21944
21945 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
21946 Add a FIXME, since the code still doesn't look right. (Bug#8215)
21947 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
21948 avoids a gcc -Wuninitialized diagnostic.
21949 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
21950 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
21951 does not deduce are never used uninitialized.
21952
21953 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
21954
21955 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
21956 * window.c (window_loop, size_window):
21957 (run_window_configuration_change_hook, enlarge_window): Likewise.
21958
21959 * window.c (display_buffer): Now static.
21960 (size_window): Mark variables that gcc -Wuninitialized
21961 does not deduce are never used uninitialized.
21962 * window.h (check_all_windows): New decl, to forestall
21963 gcc -Wmissing-prototypes diagnostic.
21964 * dispextern.h (bidi_dump_cached_states): Likewise.
21965
21966 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
21967 shadowing.
21968 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
21969 Include <limits.h>.
21970 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
21971 and to avoid gcc -Wuninitialized warning.
21972 (load_charset_map): Mark variables that gcc -Wuninitialized
21973 does not deduce are never used uninitialized.
21974 (load_charset): Abort instead of using uninitialized var (Bug#8229).
21975
21976 * coding.c (coding_set_source, coding_set_destination):
21977 Use "else { /* comment */ }" rather than "else /* comment */;"
21978 for clarity, and to avoid gcc -Wempty-body warning.
21979 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
21980 a block, when the outer 'i' will do.
21981 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
21982 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
21983 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
21984 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
21985 (Fdecode_sjis_char, Fdefine_coding_system_internal):
21986 Rename locals to avoid shadowing.
21987 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
21988 * coding.c (emacs_mule_char, encode_invocation_designation):
21989 Now static, since they're not used elsewhere.
21990 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
21991 (decode_coding_object, encode_coding_object, detect_coding_system):
21992 (decode_coding_emacs_mule): Mark variables that gcc
21993 -Wuninitialized does not deduce are never used uninitialized.
21994 (detect_coding_iso_2022): Initialize a local variable that might
21995 be used uninitialized. Leave a FIXME because it's not clear that
21996 this initialization is needed. (Bug#8211)
21997 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
21998 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
21999 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
22000 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
22001 Remove unused macros.
22002
22003 * category.c (hash_get_category_set): Remove unused local var.
22004 (copy_category_table): Now static, since it's not used elsewhere.
22005 * character.c (string_count_byte8): Likewise.
22006
22007 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
22008 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
22009
22010 * chartab.c (copy_sub_char_table): Now static, since it's not used
22011 elsewhere.
22012 (sub_char_table_ref_and_range, char_table_ref_and_range):
22013 Rename locals to avoid shadowing.
22014 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
22015
22016 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
22017 (BIDI_BOB): Remove unused macro.
22018
22019 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
22020 deduce are never used uninitialized.
22021 * term.c (encode_terminal_code): Likewise.
22022
22023 * term.c (encode_terminal_code): Now static. Remove unused local.
22024
22025 * tparam.h: New file.
22026 * term.c, tparam.h: Include it.
22027 * deps.mk (term.o, tparam.o): Depend on tparam.h.
22028 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
22029 Move these decls to tparam.h, and make them agree with what
22030 is actually in tparam.c. The previous trick of using incompatible
22031 decls in different modules does not conform to the C standard.
22032 All callers of tparam changed to use tparam's actual API.
22033 * tparam.c (tparam1, tparam, tgoto):
22034 Use const pointers where appropriate.
22035
22036 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
22037 * cm.h (struct cm): Likewise.
22038 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
22039 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
22040 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
22041 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
22042 (turn_on_face, init_tty): Likewise.
22043 * termchar.h (struct tty_display_info): Likewise.
22044
22045 * term.c (term_mouse_position): Rename local to avoid shadowing.
22046
22047 * alloc.c (mark_ttys): Move decl from here ...
22048 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
22049
22050 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
22051
22052 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
22053
22054 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
22055
22056 * search.c (compile_pattern_1): Remove argument regp, unused since
22057 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
22058 (compile_pattern): Don't pass it.
22059
22060 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
22061
22062 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
22063 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
22064 for ! HAVE_GTK3.
22065 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
22066
22067 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
22068
22069 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
22070 gdk_window_get_screen, gdk_window_get_geometry,
22071 gdk_x11_window_lookup_for_display and GDK_KEY_g.
22072 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
22073 (xg_get_pixbuf_from_pixmap): New function.
22074 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
22075 to Pixmap, take frame as parameter, remove GdkColormap parameter.
22076 Call xg_get_pixbuf_from_pixmap instead of
22077 gdk_pixbuf_get_from_drawable.
22078 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
22079 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
22080 (xg_check_special_colors): Use GtkStyleContext and its functions
22081 for HAVE_GTK3.
22082 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
22083 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
22084 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
22085 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
22086 Call gtk_widget_get_preferred_size.
22087 (xg_frame_resized): gdk_window_get_geometry only takes 5
22088 parameters.
22089 (xg_win_to_widget, xg_event_is_for_menubar):
22090 Call gdk_x11_window_lookup_for_display.
22091 (xg_set_widget_bg): New function.
22092 (delete_cb): New function.
22093 (xg_create_frame_widgets): Connect delete-event to delete_cb.
22094 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
22095 (xg_set_background_color): Call xg_set_widget_bg.
22096 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
22097 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
22098 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
22099 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
22100 if ! HAVE_GTK3.
22101 (update_frame_tool_bar): Call gtk_widget_hide.
22102 (xg_initialize): Use GDK_KEY_g.
22103
22104 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
22105 if ! HAVE_GTK3
22106 (x_session_initialize): Call gdk_x11_set_sm_client_id.
22107
22108 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
22109 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
22110 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
22111
22112 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
22113
22114 * w32xfns.c (select_palette): Check success of RealizePalette against
22115 GDI_ERROR, not zero.
22116
22117 See ChangeLog.11 for earlier changes.
22118
22119 ;; Local Variables:
22120 ;; coding: utf-8
22121 ;; End:
22122
22123 Copyright (C) 2011-2013 Free Software Foundation, Inc.
22124
22125 This file is part of GNU Emacs.
22126
22127 GNU Emacs is free software: you can redistribute it and/or modify
22128 it under the terms of the GNU General Public License as published by
22129 the Free Software Foundation, either version 3 of the License, or
22130 (at your option) any later version.
22131
22132 GNU Emacs is distributed in the hope that it will be useful,
22133 but WITHOUT ANY WARRANTY; without even the implied warranty of
22134 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22135 GNU General Public License for more details.
22136
22137 You should have received a copy of the GNU General Public License
22138 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.