]> code.delx.au - gnu-emacs/blob - src/ChangeLog
* syntax.c (scan_sexps_forward): Fix byte position calculation
[gnu-emacs] / src / ChangeLog
1 2013-02-10 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * syntax.c (scan_sexps_forward): Fix byte position calculation
4 Bug#13664 (a.k.a Bug#13667) introduced with 2013-02-08 change.
5
6 2013-02-10 Paul Eggert <eggert@cs.ucla.edu>
7
8 * fileio.c (Fexpand_file_name): Omit confusing pointer comparison
9 that was not needed.
10
11 2013-02-09 Paul Eggert <eggert@cs.ucla.edu>
12
13 Minor hashing refactoring.
14 * fns.c (SXHASH_REDUCE): Move to lisp.h.
15 (sxhash_float): Return EMACS_UINT, for consistency with the other
16 hash functions.
17 * lisp.h (INTMASK): Now a macro, since SXHASH_REDUCE is now a
18 non-static inline function and therefore can't use static vars.
19 (SXHASH_REDUCE): Move here from fns.c, and make it inline.
20 * profiler.c (hashfn_profiler): Use SXHASH_REDUCE, to be consistent
21 with the other hash functions.
22
23 2013-02-09 Eli Zaretskii <eliz@gnu.org>
24
25 * callproc.c (Fcall_process_region) [WINDOWSNT]: Make sure the
26 XXXXXX part of the temporary file pattern is not downcased even
27 when w32-downcase-file-names is non-nil. (Bug#13661)
28
29 * xdisp.c (decode_mode_spec): Remove handling of %t.
30
31 * msdos.c (careadlinkatcwd): Remove.
32
33 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * lread.c (skip_dyn_bytes): New function (bug#12598).
36 (read1): Use it. Use getc instead of READCHAR to read bytes.
37 (load_each_byte): Remove. Update users.
38
39 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
40
41 * search.c (scan_buffer): Calculate end byte position just once.
42 (scan_newline): Do not recalculate start_byte.
43 (search_command): Use eassert.
44 * syntax.c (struct lisp_parse_state): New member location_byte.
45 (scan_sexps_forward): Record from_byte and avoid redundant
46 character to byte position calculation ...
47 (Fparse_partial_sexp): ... here. Break too long line.
48
49 2013-02-08 Dmitry Antipov <dmantipov@yandex.ru>
50
51 * lisp.h (make_uninit_vector): New function.
52 * alloc.c (Fvector, Fmake_byte_code):
53 * ccl.c (Fregister_ccl_program):
54 * charset.c (Fdefine_charset_internal, define_charset_internal):
55 * coding.c (make_subsidiaries, Fdefine_coding_system_internal):
56 * composite.c (syms_of_composite):
57 * font.c (Fquery_font, Ffont_info, syms_of_font):
58 * fontset.c (FONT_DEF_NEW, Fset_fontset_font):
59 * ftfont.c (ftfont_shape_by_flt):
60 * indent.c (recompute_width_table):
61 * nsselect.m (clean_local_selection_data):
62 * syntax.c (init_syntax_once):
63 * w32unsubscribe.c (uniscribe_shape):
64 * window.c (Fcurrent_window_configuration):
65 * xfaces.c (Fx_family_fonts):
66 * xselect.c (selection_data_to_lisp_data): Use it.
67
68 2013-02-07 Dmitry Antipov <dmantipov@yandex.ru>
69
70 * coding.c (Fdefine_coding_system_internal): Use AREF where
71 argument is known to be a vector.
72 * fns.c (Flocale_info): Likewise for ASET.
73 * xselect.c (selection_data_to_lisp_data): Likewise for ASET.
74 * w32fns.c (w32_parse_hot_key): Likewise for ASIZE and AREF.
75
76 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
77
78 * nsmenu.m (update_frame_tool_bar): Check for negative tool bar
79 height.
80
81 * nsterm.h (HAVE_NATIVE_FS): Define if OSX => 10.7.
82 (EmacsView): Add fs_is_native, fsIsNative, isFullscreen and
83 updateCollectionBehaviour.
84
85 * nsterm.m (NEW_STYLE_FS): Remove.
86 (ns_last_use_native_fullscreen): New variable.
87 (x_make_frame_visible): Replace NEW_STYLE_FS with isFullscreen.
88 (x_set_window_size): Do not take title bar and tool bar into account
89 if isFullscreen returns YES.
90 (ns_fullscreen_hook): Replace NEW_STYLE_FS with isFullscreen.
91 (check_native_fs): New function.
92 (ns_select, ns_read_socket): Call check_native_fs if HAVE_NATIVE_FS.
93 (ns_term_init): Remove NEW_STYLE_FS.
94 (updateFrameSize:, windowWillResize:toSize:): Only adjust for title bar
95 and tool bar if isFullscreen returns NO.
96 (windowDidResize:): Replace NEW_STYLE_FS with fsIsNative.
97 (initFrameFromEmacs:): Initialize fs_is_native. Replace NEW_STYLE_FS
98 with HAVE_NATIVE_FS.
99 (window:willUseFullScreenPresentationOptions:): New method.
100 (windowDidEnterFullScreen:): Replace NEW_STYLE_FS with fsIsNative.
101 Hide toolbar if not enabled (Bug#13444).
102 (windowDidExitFullScreen:): Call updateCollectionBehaviour.
103 Restore tool bar if enabled, hide it otherwise (Bug#13444).
104 (fsIsNative, isFullscreen, updateCollectionBehaviour): New methods.
105 (toggleFullScreen:): If fs_is_native, call toggleFullScreen on
106 window. Do no set FRAME_EXTERNAL_TOOL_BAR (f) to 0.
107 Check FRAME_EXTERNAL_TOOL_BAR (f) before restoring
108 FRAME_TOOLBAR_HEIGHT (f). Call updateFrameSize when going non-fs.
109 (syms_of_nsterm): Add ns-use-native-fullscreen.
110
111 2013-02-04 Paul Eggert <eggert@cs.ucla.edu>
112
113 * fileio.c (Qchoose_write_coding_system): Now static.
114
115 2013-02-04 Eli Zaretskii <eliz@gnu.org>
116
117 * xdisp.c (window_buffer_changed): region_showing can be negative,
118 which still means region is being displayed.
119 (redisplay_internal): Resurrect code that forced redisplay of the
120 whole window when showing region and the mark has changed. Record
121 the new mark position to allow redisplay optimizations.
122 (display_line): If it->region_beg_charpos is non-zero, set the
123 window's region_showing member to -1. (Bug#13623) (Bug#13626)
124
125 * window.h (struct window) <region_showing>: Declare ptrdiff_t,
126 not bitfield of 1 bit.
127
128 2013-02-03 Daniel Colascione <dancol@dancol.org>
129
130 * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
131 daemon mode works on cygw32 when Emacs is installed and not just
132 during development.
133
134 2013-02-02 Paul Eggert <eggert@cs.ucla.edu>
135
136 Avoid file time stamp bug on MS-Windows (Bug#13149).
137 * fileio.c (Fwrite_region): Don't use the heuristic on empty files,
138 as FAT32 doesn't update time stamps when truncating them.
139 Also, check that a file time stamp is not a multiple of 100 ns;
140 this should catch all instances of the problem on MS-Windows,
141 as its native file system resolution is 100 ns or worse, and
142 checking for a non-multiple of 100 ns should impose only a small
143 overhead on systems with ns resolution.
144
145 2013-02-02 Eli Zaretskii <eliz@gnu.org>
146
147 Avoid encoding file names on MS-Windows when they need to be run
148 through dostounix_filename.
149 * w32.c (normalize_filename): Accept an additional argument
150 MULTIBYTE; if non-zero, traverse the file name by bytes and don't
151 downcase it even if w32-downcase-file-names is non-nil.
152 (dostounix_filename): Accept an additional argument MULTIBYTE and
153 pass it to normalize_filename.
154 (emacs_root_dir): Adjust.
155
156 * msdos.h (dostounix_filename): Adjust prototype.
157
158 * w32.h (dostounix_filename): Adjust prototype.
159
160 * msdos.c (dostounix_filename): Accept an additional argument and
161 ignore it.
162 (init_environment): Adjust callers of dostounix_filename.
163
164 * fileio.c (Ffile_name_directory, file_name_as_directory)
165 (directory_file_name, Fexpand_file_name)
166 (Fsubstitute_in_file_name): [DOS_NT] Adjust call to
167 dostounix_filename.
168 [WINDOWSNT]: Downcase file names if w32-downcase-file-names is
169 non-nil.
170 (Fsubstitute_in_file_name): [DOS_NT] Don't downcase environment
171 variables, as egetenv is case-insensitive for DOS_NT.
172
173 * dired.c (file_name_completion): Don't call Fdirectory_file_name
174 with an encoded file name.
175
176 * w32proc.c (Fw32_short_file_name, Fw32_long_file_name): Adjust
177 calls to dostounix_filename.
178
179 * w32fns.c (Fx_file_dialog): Adjust call to dostounix_filename.
180
181 * unexw32.c (unexec): Adjust call to dostounix_filename.
182
183 * termcap.c (tgetent) [MSDOS]: Adjust call to dostounix_filename.
184
185 * emacs.c (decode_env_path) [DOS_NT]: Adjust call to
186 dostounix_filename.
187
188 * callproc.c (Fcall_process) [MSDOS]: Adjust call to
189 dostounix_filename.
190
191 * callproc.c (Fcall_process): Make sure program name in PATH and
192 new_argv[0] is encoded, if needed. Otherwise, un-encoded string
193 is passed to exec/spawnve, which fails unless the file-name
194 encoding is UTF-8.
195
196 * w32proc.c (sys_spawnve): Make sure escape_char is initialized,
197 even if w32-quote-process-args is nil.
198
199 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
200
201 Fix timestamp bug when write-region appends nothing (Bug#13149).
202 * fileio.c (Fwrite_region): When neither O_EXCL nor O_TRUNC is used,
203 the file's time stamp doesn't change if Emacs happens to write nothing
204 to the file, and on a buggy file system this could cause Emacs to
205 incorrectly infer that the file system doesn't have the bug.
206 Avoid this problem by inhibiting the inference in this case.
207
208 2013-02-01 Dmitry Antipov <dmantipov@yandex.ru>
209
210 * window.h (struct window): Convert base_line_number, base_line_pos
211 and column_number_displayed members from Lisp_Object to ptrdiff_t.
212 Convert region_showing member from Lisp_Object to bitfield.
213 Remove sequence_number member. Adjust comments.
214 * window.c (sequence_number): Remove.
215 (make_window): Initialize column_number_displayed.
216 * print.c (print_object): Follow the printed representation of
217 frames and print window pointer to distinguish between windows.
218 (adjust_window_count): Invalidate base_line_pos. Adjust comment.
219 * xdisp.c (wset_base_line_number, wset_base_line_pos)
220 (wset_column_number_displayed, wset_region_showing): Remove.
221 (window_buffer_changed, mode_line_update_needed, redisplay_internal)
222 (try_scrolling, try_cursor_movement, redisplay_window)
223 (try_window_reusing_current_matrix, try_window_id, display_line)
224 (display_mode_lines, decode_mode_spec): Adjust users.
225 * .gdbinit (pwinx): Do not print sequence_number.
226
227 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
228
229 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
230 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): Remove.
231 * dired.c: Include <fcntl.h>.
232 (open_directory): New function, which uses open and fdopendir
233 rather than opendir. DOS_NT platforms still use opendir, though.
234 (directory_files_internal, file_name_completion): Use it.
235 (file_attributes): New function, with most of the old Ffile_attributes.
236 (directory_files_internal, Ffile_attributes): Use it.
237 (file_attributes, file_name_completion_stat): First arg is now fd,
238 not dir name. All uses changed. Use fstatat rather than lstat +
239 stat.
240 (file_attributes): Use emacs_readlinkat rather than Ffile_symlink_p.
241 * fileio.c: Include <allocator.h>, <careadlinkat.h>.
242 (emacs_readlinkat): New function, with much of the old
243 Ffile_symlink_p, but with an fd argument for speed.
244 It uses readlinkat rather than careadlinkatcwd, so that it
245 need not assume the working directory.
246 (Ffile_symlink_p): Use it.
247 * filelock.c (current_lock_owner): Use emacs_readlinkat
248 rather than emacs_readlink.
249 * lisp.h (emacs_readlinkat): New decl.
250 (READLINK_BUFSIZE, emacs_readlink): Remove.
251 * sysdep.c: Do not include <allocator.h>, <careadlinkat.h>.
252 (emacs_norealloc_allocator, emacs_readlink): Remove.
253 This stuff is moved to fileio.c.
254 * w32.c (fstatat, readlinkat): New functions.
255 (careadlinkat): Don't check that fd == AT_FDCWD.
256 (careadlinkatcwd): Remove; no longer needed.
257
258 2013-01-31 Glenn Morris <rgm@gnu.org>
259
260 * fileio.c (choose_write_coding_system): Make it callable from Lisp.
261 (Fwrite_region): Update for new choose_write_coding_system args.
262 Move the last piece of choose_write_coding_system here. (Bug#13522)
263 (syms_of_fileio): Add choose-write-coding-system.
264
265 2013-01-30 Eli Zaretskii <eliz@gnu.org>
266
267 * w32.c (sys_open): Zero out the flags for the new file descriptor.
268 (sys_close): Zero out the flags for the file descriptor before
269 closing it. (Bug#13546)
270
271 * w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
272 (logon_network_drive, stat_worker, symlink, chase_symlinks): Use
273 CharNextExA and CharPrevExA to iterate over file names encoded in
274 DBCS. (Bug#13553)
275
276 * w32.c (w32_get_long_filename, init_environment, readlink):
277 Support file names encoded in DBCS codepages.
278 (readlink): Use the current file-name-coding-system, not the ANSI
279 codepage, to decode and handle targets of symlinks.
280
281 2013-01-28 Eli Zaretskii <eliz@gnu.org>
282
283 * w32.c (opendir): Now accepts a 'const char *'.
284
285 2013-01-28 Dmitry Antipov <dmantipov@yandex.ru>
286
287 Remove obsolete redisplay code. See the discussion at
288 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00576.html.
289 * dispnew.c (preemption_period, preemption_next_check): Remove.
290 (Vredisplay_preemption_period): Likewise.
291 (update_frame, update_single_window, update_window, update_frame_1):
292 Adjust users. Always assume that PERIODIC_PREEMPTION_CHECKING is not
293 used, following the 2012-06-22 change.
294
295 2013-01-25 Eli Zaretskii <eliz@gnu.org>
296
297 * w32notify.c (Fw32notify_add_watch): Doc fix. (Bug#13540)
298
299 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
300
301 * font.c (num_fonts): Remove the leftover from old
302 debugging code. Adjust comment style here and there.
303 * insdel.c (insert_1): Remove.
304 * lisp.h (insert_1): Remove prototype.
305 * xdisp.c (message_dolog): Adjust users to call insert_1_both.
306
307 2013-01-25 Eli Zaretskii <eliz@gnu.org>
308
309 * w32.c (max_filename_mbslen): New function.
310 (normalize_filename, readdir): Use it to detect locales where ANSI
311 encoding of file names uses a double-byte character set (DBCS).
312 If a DBCS encoding is used, advance by characters using
313 CharNextExA, instead of incrementing a 'char *' pointer. Use
314 _mbslwr instead of _strlwr. (Bug#13515)
315
316 * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial
317 request of memory reservation to 1.7GB. (Bug#13065)
318
319 2013-01-25 Andreas Schwab <schwab@linux-m68k.org>
320
321 * coding.c (detect_coding_iso_2022): Move back mis-reordered code
322 at check_extra_latin label. (Bug#13505)
323
324 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
325
326 * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):
327 Avoid redundant calls to strlen.
328
329 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
330
331 Drop async_visible and async_iconified fields of struct frame.
332 This is possible because async input is gone; for details, see
333 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00734.html.
334 * frame.h (struct frame): Remove async_visible and async_iconified
335 members, convert garbaged to unsigned bitfield. Adjust comments.
336 (FRAME_SAMPLE_VISIBILITY): Remove. Adjust all users.
337 (SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED): New macros.
338 * frame.c, gtkutil.c, term.c, w32fns.c, window.c, xdisp.c:
339 Consistently use SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED,
340 FRAME_VISIBLE_P and FRAME_ICONIFIED_P macros where appropriate.
341 * w32term.c: Ditto.
342 (w32_read_socket): Save iconified state to generate DEICONIFY_EVENT
343 properly. Likewise for obscured.
344 * xterm.c: Ditto.
345 (handle_one_xevent): Save visible state to generate ICONIFY_EVENT
346 properly.
347 * nsterm.m: Ditto.
348 (windowDidDeminiaturize): Generate DEICONIFY_EVENT.
349
350 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
351
352 * insdel.c (prepare_to_modify_buffer): Revert last change as suggested
353 in http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00555.html.
354
355 2013-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * xdisp.c (message2, message2_nolog): Remove functions.
358 (message3, message3_nolog): Extract nbytes and multibyteness directly
359 from the string. Change all callers.
360 (message3_nolog): Don't set message_enable_multibyte since set_message
361 will reset it anyway.
362 (message1, message1_nolog): Use message3.
363 (vmessage): Use a stack allocated buffer rather than f->message_buf.
364 (with_echo_area_buffer): Remove last two arguments. Update all callers.
365 (set_message): Drop all but the second arg, which has to be a string.
366 (set_message_1): Simplify now that we know that a1 is NULL and the
367 second arg is a string.
368 * frame.h (struct frame): Remove `message_buf' field.
369 Use glyphs_initialized_p instead.
370 (FRAME_MESSAGE_BUF): Remove macro.
371 * w16select.c (Fw16_set_clipboard_data): Prefer message3 to message2.
372 * lisp.h (message2, message2_nolog): Remove declarations.
373 (message3, message3_nolog): Update declarations.
374 * keyboard.c (read_char_minibuf_menu_text)
375 (read_char_minibuf_menu_width): Remove vars.
376 (read_char_minibuf_menu_prompt): Rewrite the menu's construction so as
377 to correctly handle multibyte strings.
378 * frame.c (delete_frame): Don't free message_buf any more.
379 * editfns.c (message_text, message_length): Remove vars.
380 (Fmessage_box): Don't copy the Lisp string's bytes any longer.
381 * fileio.c (auto_save_error): Use message3 instead of message2.
382 * dispnew.c (adjust_frame_message_buffer): Remove function.
383
384 2013-01-23 Eli Zaretskii <eliz@gnu.org>
385
386 * w32term.c (w32fullscreen_hook): Account correctly for the screen
387 real estate used for the tool bar and the menu bar.
388
389 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
390
391 * insdel.c (prepare_to_modify_buffer): Force redisplay if
392 hidden buffer is prepared to modification (Bug#13164).
393
394 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
395
396 * window.h (struct window): Change window_end_valid member from
397 Lisp_Object to a bitfield. Adjust comments.
398 (wset_window_end_valid): Remove.
399 * window.c (adjust_window_count): Clear window_end_valid.
400 (Fwindow_end): Adjust user. Remove ancient #if 0 code.
401 (Fwindow_line_height, set_window_buffer, Frecenter)
402 (Fsplit_window_internal, Fdelete_other_windows_internal)
403 (Fset_window_fringes, Fset_window_scroll_bars): Adjust users.
404 * dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise.
405 * xdisp.c (check_window_end, reconsider_clip_changes)
406 (redisplay_internal, mark_window_display_accurate_1, redisplay_window)
407 (try_window, try_window_reusing_current_matrix, note_mouse_highlight)
408 (find_first_unchanged_at_end_row, try_window_id): Likewise.
409
410 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
411
412 * xdisp.c (mark_window_display_accurate): Simplify the loop
413 assuming that the only one of vchild, hchild or buffer window
414 slots is non-nil. Call mark_window_display_accurate_1 for
415 the leaf windows only.
416 (mark_window_display_accurate_1): Always assume leaf window.
417 Adjust comment.
418
419 2013-01-22 Paul Eggert <eggert@cs.ucla.edu>
420
421 * emacs.c (Qkill_emacs_hook): Now static.
422
423 * fileio.c (Finsert_file_contents): Simplify.
424 Remove unnecessary assignments and tests.
425
426 2013-01-21 Eli Zaretskii <eliz@gnu.org>
427
428 * w32.c (acl_set_file): Don't test for errors unless
429 set_file_security returns FALSE. Avoids spurious errors when
430 saving files.
431
432 2013-01-21 Dmitry Antipov <dmantipov@yandex.ru>
433
434 * fileio.c (Finsert_file_contents): Revert code introduced at
435 2013-01-18 in favor of the simpler and generally better fix.
436 Save stack space by removing 'buffer' and reusing 'read_buf'
437 where appropriate.
438
439 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
440
441 * lisp.h (eabs): Define unconditionally (Bug#13419).
442 The old "#if !defined (eabs)" was an unnecessary revenant of back
443 when this macro was called "abs". Document 'eabs' better.
444
445 2013-01-19 Glenn Morris <rgm@gnu.org>
446
447 * fns.c (Frandom): Doc fix.
448
449 2013-01-19 Eli Zaretskii <eliz@gnu.org>
450
451 * editfns.c (get_pos_property): Use SAFE_ALLOCA_LISP, to avoid
452 segfault when there are lots of overlays.
453
454 * buffer.c (sort_overlays): Use SAFE_NALLOCA, to avoid segfault
455 when there are lots of overlays. See
456 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00421.html
457 for the details and a way to reproduce.
458
459 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
460
461 * fileio.c: Use O_APPEND to append.
462 This corresponds better to the natural interpretation of "append",
463 and avoids the need to open the output file twice, or to invoke
464 lseek when APPEND is neither nil nor a number.
465 This relies on POSIX 1003.1-1988 or later, which is OK nowadays.
466 (Fwrite_region): Simplify. Use O_APPEND instead of opening the
467 file possibly twice, and lseeking to its end; this avoids the
468 need to lseek on non-regular files. Do not use O_EXCL and O_TRUNC
469 at the same time: the combination is never needed and apparently
470 it doesn't work with DOS_NT.
471
472 Fix size bug on DOS_NT introduced by CIFS workaround (Bug#13149).
473 * fileio.c (Fwrite_region): Use O_BINARY in checking code, too.
474
475 Allow floating-point file offsets.
476 Problem reported by Vitalie Spinu in
477 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>.
478 * fileio.c (emacs_lseek): Remove.
479 (file_offset): New function.
480 (Finsert_file_contents, Fwrite_region): Use it.
481
482 2013-01-19 Chong Yidong <cyd@gnu.org>
483
484 * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid
485 aborting on Fsignal (Bug#13289).
486
487 2013-01-19 Eli Zaretskii <eliz@gnu.org>
488
489 * w32.c (acl_set_file): Treat ERROR_ACCESS_DENIED from
490 set_file_security as failure due to insufficient privileges.
491 Reported by Fabrice Popineau <fabrice.popineau@supelec.fr>.
492 (fstat): Return owner and group like 'stat' and 'lstat' do.
493
494 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
495
496 Work around bug in CIFS and vboxsf file systems (Bug#13149).
497 The bug was observed on Ubuntu operating inside a virtual machine,
498 editing files mounted via CIFS or vboxsf from the MS Windows 7 host.
499 The workaround introduces a race condition on non-buggy hosts,
500 but it's an unlikely race and anyway there's a nearly identical
501 nearby race that can't be fixed.
502 * fileio.c (valid_timestamp_file_system, timestamp_file_system):
503 New static vars.
504 (Fwrite_region): Test for file system time stamp bug.
505 (init_fileio): New function.
506 * lisp.h (init_fileio): Declare it.
507 * emacs.c (main): Call it.
508
509 * fileio.c (Finsert_file_contents): Simplify new diagnostic
510 and make it more consistent with other stat-failure diagnostics.
511
512 2013-01-18 Dmitry Antipov <dmantipov@yandex.ru>
513
514 Fix crash when inserting data from non-regular files. See
515 http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00406.html
516 for the error description produced by valgrind.
517 * fileio.c (read_non_regular): Rename to read_contents.
518 Free Lisp_Save_Value object used to pass parameters.
519 (read_non_regular_quit): Rename to read_contents_quit.
520 (Finsert_file_contents): Redesign internal file reading loop to adjust
521 gap and end positions after each read and so help make_gap to work
522 properly. Do not signal an I/O error too early and so do not leave
523 not yet decoded characters in a buffer, which was the reason of
524 redisplay crash. Use list2 to build return value. Adjust comments.
525
526 2013-01-17 Paul Eggert <eggert@cs.ucla.edu>
527
528 Close a race when statting and reading files (Bug#13149).
529 * fileio.c (Finsert_file_contents): Use open+fstat, not stat+open.
530 This avoids a race if the file is renamed between stat and open.
531 This race is not the problem originally noted in Bug#13149;
532 see <http://bugs.gnu.org/13149#73> and later messages in the thread.
533
534 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
535
536 * lisp.h (toplevel): Add comment about using Lisp_Save_Value
537 objects, related functions and macros.
538 (make_save_value): Adjust prototype.
539 (make_save_pointer): New prototype.
540 (SAFE_NALLOCA): Fix indentation. Use make_save_pointer.
541 (SAFE_ALLOCA_LISP): Adjust make_save_value usage.
542 * alloc.c (format_save_value): Rename to make_save_value.
543 (make_save_pointer): New function.
544 (record_xmalloc): Use make_save_pointer.
545 * dired.c, editfns.c, fileio.c, font.c, gtkutil.c, lread.c:
546 * nsmenu.m, nsterm.m, xfns.c, xmenu.c, xselect.c, keymap.c:
547 Change users of make_save_value to make_save_pointer.
548 Likewise for format_save_value and make_save_value.
549
550 2013-01-17 Dmitry Antipov <dmantipov@yandex.ru>
551
552 * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
553 (DECODE_POSITION, BUFFER_CHECK_INDIRECTION): Fix indentation.
554 * buffer.c (toplevel, syms_of_buffer): Drop old commented-out
555 debugging stubs.
556
557 2013-01-15 Paul Eggert <eggert@cs.ucla.edu>
558
559 * alloc.c (free_save_value): Now static.
560
561 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
562
563 * keymap.c (map_keymap_internal): Use format_save_value.
564 (map_keymap_char_table_item): Adjust accordingly.
565 * fileio.c (non_regular_fd, non_regular_inserted)
566 (non_regular_nbytes): Remove.
567 (Finsert_file_contents): Convert trytry to ptrdiff_t. Use
568 format_save_value to pass parameters to read_non_regular.
569 (read_non_regular): Use XSAVE_ macros to extract parameters.
570 Adjust comment.
571 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use
572 format_save_value.
573 (pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user.
574
575 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
576
577 * lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow
578 extraction from any Lisp_Save_Value slot. Add type checking.
579 * alloc.c, dired.c, editfns.c, fileio.c, ftfont.c, gtkutil.c:
580 * keymap.c, lread.c, nsterm.h, nsmenu.c, xfns.c, xmenu.c:
581 * xselect.c: All users changed.
582
583 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
584
585 Some convenient bits to deal with Lisp_Save_Values.
586 * lisp.h (XSAVE_OBJECT): New macro to extract saved objects.
587 (allocate_misc): Remove prototype.
588 (format_save_value): New prototype.
589 * alloc.c (allocate_misc): Revert back to static.
590 (format_save_value): New function to build Lisp_Save_Value
591 object with the specified internal structure.
592 (make_save_value): Reimplement using format_save_value.
593 * editfns.c (save_excursion_save): Use format_save_value.
594 (save_excursion_restore): Use XSAVE_OBJECT.
595
596 2013-01-14 Paul Eggert <eggert@cs.ucla.edu>
597
598 Avoid needless casts with XSAVE_POINTER.
599 * alloc.c (mark_object) [GC_MARK_STACK]:
600 * dired.c (directory_files_internal_unwind):
601 * fileio.c (do_auto_save_unwind):
602 * gtkutil.c (pop_down_dialog):
603 * keymap.c (map_keymap_char_table_item):
604 * lread.c (load_unwind):
605 * nsmenu.m (pop_down_menu):
606 * print.c (print_object) [GC_MARK_STACK]:
607 * xfns.c (clean_up_file_dialog):
608 * xmenu.c (cleanup_widget_value_tree):
609 Omit casts between XSAVE_POINTER and a pointer type.
610
611 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
612
613 Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
614 * eval.c (eval_sub): Protect `form' from being GCed before its
615 car and cdr becomes protected with the backtrace entry.
616
617 2013-01-14 Dmitry Antipov <dmantipov@yandex.ru>
618
619 Make Lisp_Save_Value more versatile storage for up to four objects.
620 * lisp.h (toplevel): Enumeration to describe types of saved objects.
621 (struct Lisp_Save_Value): New layout. Adjust comments.
622 (XSAVE_POINTER): New macro.
623 (XSAVE_INTEGER): Likewise.
624 (allocate_misc): Add prototype.
625 (free_misc): Likewise.
626 * alloc.c (allocate_misc): Now global.
627 (free_misc): Likewise. Adjust comment.
628 (make_save_value): Use new Lisp_Save_Value layout. Adjust comment.
629 (free_save_value): Likewise.
630 (mark_object): Likewise.
631 * editfns.c (save_excursion_save): Pack everything within
632 Lisp_Save_Value and so avoid xmalloc.
633 (save_excursion_restore): Adjust to match new layout. Use free_misc
634 because we do not allocate extra memory any more. Add eassert.
635 * print.c (print_object): New code to print Lisp_Save_Value. Do not
636 rely on valid_lisp_object_p if !GC_MARK_STACK. Adjust comments.
637 * dired.c, fileio.c, font.c, ftfont.c, gtkutil.c, keymap.c,
638 * lread.c, nsmenu.m, nsterm.h, xfns.c, xmenu.c, xselect.c:
639 Use XSAVE_POINTER and XSAVE_INTEGER where appropriate.
640
641 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
642
643 * nsfont.m (LCD_SMOOTHING_MARGIN): New define.
644 (nsfont_draw): Remove disabling of LCD smoothing.
645 (ns_glyph_metrics): Add LCD_SMOOTHING_MARGIN to bearings to fix
646 Bug#11484 with LCD smoothing on.
647
648 2013-01-13 Paul Eggert <eggert@cs.ucla.edu>
649
650 Fix SIGDANGER handlers, for AIX (Bug#13408).
651 * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
652 Move handlers here from emacs.c; they were out of place.
653
654 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
655
656 * xterm.c (syms_of_xterm): Adjust documentation for
657 scroll-bar-adjust-thumb-portion.
658
659 2012-12-31 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
660
661 * xterm.c (scroll-bar-adjust-thumb-portion): New variable to
662 determine whether scroll bar thumb size should be adjusted or
663 not. Use variable for MOTIF.
664
665 * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for
666 GTK.
667
668 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
669
670 * nsterm.m (keyDown:): Set processingCompose to NO if an emacs key
671 event is generated.
672 (doCommandBySelector:): Set processingCompose to NO.
673
674 * nsfont.m (ns_findfonts): Add block/unblock_input calls.
675 Remove check for fkeys count > zero, block/unblock fixes the real bug.
676 (nsfont_list_family): Add block/unblock_input calls.
677 (nsfont_open): Move block_input earlier. Add unblock_input before early
678 return.
679 (nsfont_draw): Add block/unblock_input calls.
680
681 2013-01-12 Dmitry Antipov <dmantipov@yandex.ru>
682
683 * indent.c (Fvertical_motion): Remove now-incorrect GCPROs
684 for old_charpos and old_bytepos.
685
686 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
687
688 Fix bug with set-time-zone-rule and LOCALTIME_CACHE (Bug#13415).
689 * editfns.c (set_time_zone_rule) [LOCALTIME_CACHE]:
690 Clear tzvalbuf_in_environ if this workaround is in effect.
691 Problem and fix reported by Kazuhiro Ito.
692
693 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
694
695 * insdel.c (Fcombine_after_change_execute, syms_of_insdel): Fix
696 ambiguous doc string cross-reference(s).
697
698 * keyboard.c (Fcommand_execute, syms_of_keyboard): Fix ambiguous
699 doc string cross-reference(s).
700
701 * window.c (Fwindow_point, syms_of_window): Fix ambiguous doc
702 string cross-reference(s).
703
704 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
705
706 Avoid unnecessary byte position calculation for the gap movement.
707 Since all users of move_gap do CHAR_TO_BYTE for other purposes
708 anyway, all of them should use move_gap_both instead.
709 * lisp.h (move_gap): Remove prototype.
710 * insdel.c (move_gap): Remove.
711 (move_gap_both): Add eassert.
712 * editfns.c (Ftranspose_regions): Tweak to use move_gap_both.
713 * xml.c (parse_region): Likewise.
714
715 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
716
717 emacsclient -t should not suspend Emacs server (Bug#13387)
718 * lisp.h, sysdep.c (block_tty_out_signal, unblock_tty_out_signal):
719 New functions.
720 * term.c (init_tty): Use them instead of rolling our own code.
721 * sysdep.c (tcsetpgrp_without_stopping): Likewise. Here, this
722 switches from 'signal' to 'pthread_sigmask', which is safer in
723 multithreaded applications.
724 * term.c (Fresume_tty): Don't bother dissociating if O_IGNORE_CTTY,
725 which has already arranged for that.
726 (dissociate_if_controlling_tty): If setsid fails, fall back on TIOCNOTTY.
727 This is the main part of the bug fix.
728
729 2013-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
730
731 * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
732 x_last_font_name (Bug#13403).
733
734 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
735
736 Omit buffer_slot_type_mismatch and use generic predicates to enforce
737 the type of per-buffer values where appropriate.
738 * lisp.h (struct Lisp_Buffer_Objfwd): Rename slottype member to
739 predicate, which is how it's really used now. Adjust comment.
740 * buffer.h (buffer_slot_type_mismatch): Remove prototype.
741 * buffer.c (buffer_slot_type_mismatch): Remove.
742 (DEFVAR_PER_BUFFER, defvar_per_buffer): Rename type argument to
743 predicate. Adjust comment.
744 (syms_of_buffer): Use Qsymbolp for major-mode. Use Qintegerp for
745 fill-column, left-margin, tab-width, buffer-saved-size,
746 left-margin-width, right-margin-width, left-fringe-width,
747 right-fringe-width, scroll-bar-width and buffer-display-count.
748 Use Qstringp for default-directory, buffer-file-name,
749 buffer-file-truename and buffer-auto-save-file-name. Use Qfloatp for
750 scroll-up-aggressively and scroll-down-aggressively. Use Qnumberp for
751 line-spacing.
752 * data.c (store_symval_forwarding): Adjust to call the predicate.
753
754 2013-01-09 Juanma Barranquero <lekktu@gmail.com>
755
756 * w32.c (get_name_and_id, acl_set_file):
757 * w32term.c (w32fullscreen_hook): Remove unused local variables.
758
759 2013-01-09 Dmitry Antipov <dmantipov@yandex.ru>
760
761 * lisp.h (make_gap_1): New prototype.
762 * buffer.h (GAP_BYTES_DFL, GAP_BYTES_MIN): New macros for the special
763 gap size values.
764 * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common
765 naming convention.
766 (syms_of_editfns): Adjust defsubr. Drop commented-out obsolete code.
767 * insdel.c (make_gap_larger): Use GAP_BYTES_DFL. Adjust comment.
768 (make_gap_smaller): Use GAP_BYTES_MIN. Adjust comment.
769 (make_gap_1): New function to adjust the gap of any buffer.
770 * coding.c (coding_alloc_by_making_gap): Use it.
771 * buffer.c (compact_buffer): Likewise. Use BUF_Z_BYTE, BUF_GAP_SIZE,
772 GAP_BYTES_DFL and GAP_BYTES_MIN. Adjust comment.
773
774 2013-01-08 Juri Linkov <juri@jurta.org>
775
776 * xfaces.c (tty_supports_face_attributes_p): Return 0 for the case
777 of (supports :underline (:style wave)). (Bug#13000)
778
779 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
780
781 * undo.c (Fprimitive_undo): Move to simple.el.
782 (syms_of_undo): Remove declarations for Sprimitive_undo.
783
784 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * keyboard.c (echo_add_key): Rename from echo_add_char.
787
788 2013-01-06 Chong Yidong <cyd@gnu.org>
789
790 * keyboard.c (echo_add_char): New function, factored out from
791 echo_char. Don't add a space if the previous echo string was
792 empty (Bug#13255).
793 (echo_char): Use it.
794 (read_key_sequence): When echoing mock input, ensure that the
795 trailing dash is properly added.
796
797 2013-01-05 Eli Zaretskii <eliz@gnu.org>
798
799 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead
800 of a non-portable "t" to print ptrdiff_t values. Allow up to 9
801 digits for buffer positions, before misalignment starts.
802 Display "0" for integer "object" field.
803 (dump_glyph_row): Adapt the header line to changes in dump_glyph.
804 Display the newline glyph more unambiguously.
805
806 2013-01-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
807
808 * nsterm.m (ns_draw_underwave):
809 * w32term.c (w32_draw_underwave):
810 * xterm.c (x_draw_underwave): Make underwave look more triangular
811 and also degrade gracefully for small fonts. (Bug#13000)
812
813 * nsterm.m (ns_draw_text_decoration):
814 * w32term.c (x_draw_glyph_string):
815 * xterm.c (x_draw_glyph_string): Don't use previous underline
816 thickness and position if previous underline type is underwave.
817
818 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * fileio.c (Ffile_acl): Undocument return format.
821
822 2013-01-02 Glenn Morris <rgm@gnu.org>
823
824 * keymap.c (Fkey_description): Doc fix. (Bug#13323)
825
826 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
827
828 Simplify via eabs.
829 * dired.c (file_name_completion):
830 * doc.c (get_doc_string):
831 * floatfns.c (round2):
832 * font.c (font_score, font_delete_unmatched):
833 * fringe.c (compute_fringe_widths):
834 * lread.c (read_list):
835 * minibuf.c (Ftry_completion):
836 * term.c (tty_ins_del_lines):
837 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
838 Use eabs (x) rather than open-coding it as (x < 0 ? -x : x).
839
840 2012-12-31 Eli Zaretskii <eliz@gnu.org>
841
842 * w32.c (unsetenv): Set up the string passed to _putenv
843 correctly.
844 See http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
845 for the bug this caused.
846
847 2012-12-30 Paul Eggert <eggert@cs.ucla.edu>
848
849 * coding.c (Qmac): Now static.
850
851 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
852
853 * gtkutil.c (TOOLBAR_TOP_WIDGET): New macro.
854 (xg_pack_tool_bar): Use TOOLBAR_TOP_WIDGET, condition out use of
855 handlebox_widget. Set toolbar_in_hbox to false/true, set
856 toolbar_is_packed to true.
857 (xg_update_tool_bar_sizes): Use widget returned by TOOLBAR_TOP_WIDGET.
858 (update_frame_tool_bar): Check toolbar_is_packed for packing.
859 Show all on TOOLBAR_TOP_WIDGET.
860 (free_frame_tool_bar): Check toolbar_is_packed. Use widget returned
861 by TOOLBAR_TOP_WIDGET.
862 (xg_change_toolbar_position): Use widget returned by TOOLBAR_TOP_WIDGET.
863 Check toolbar_is_packed.
864 (xg_have_tear_offs, tearoff_remove, tearoff_activate): Condition on
865 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
866 (xg_have_tear_offs): When ! HAVE_GTK_TEAROFF_MENU_ITEM_NEW, return
867 false.
868 (create_menus): Create tearoff only if HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
869 (xg_update_menubar): Update title only if
870 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
871 (xg_update_submenu): Skip tearoff only if
872 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
873 (xg_initialize): Initialize xg_detached_menus only if
874 HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
875
876 * xterm.h (struct x_output): Surround handlebox_widget with
877 #ifdef HAVE_GTK_HANDLE_BOX_NEW. toolbar_is_packed is new,
878 toolbar_in_hbox is bool.
879
880 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
881
882 * src/Makefile.in (TEMACS_LDFLAGS2): Remove.
883 (LIBS_GNUSTEP): Define.
884 (LIBES): Add $(LIBS_GNUSTEP).
885 (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
886
887 2012-12-30 Eli Zaretskii <eliz@gnu.org>
888
889 * xdisp.c (set_cursor_from_row): Don't confuse a truncation or
890 continuation glyph on a TTY with an indication of an empty line.
891 (Bug#13277)
892
893 2012-12-29 Eli Zaretskii <eliz@gnu.org>
894
895 * fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if
896 file's SELinux context or ACLs successfully set, nil otherwise.
897 (Bug#13298)
898 (Fcopy_file) [WINDOWSNT]: Improve diagnostics when CopyFile fails.
899
900 * w32proc.c (reader_thread): Avoid passing NULL handles to
901 SetEvent and WaitForSingleObject.
902
903 2012-12-28 Paul Eggert <eggert@cs.ucla.edu>
904
905 Port EXTERNALLY_VISIBLE to Clang 3.2.
906 * conf_post.h (__has_attribute): New macro.
907 (EXTERNALLY_VISIBLE): Use it. This ports to Clang 3.2.
908
909 2012-12-27 Glenn Morris <rgm@gnu.org>
910
911 * cygw32.c (Fcygwin_convert_file_name_to_windows)
912 (Fcygwin_convert_file_name_from_windows): Doc fixes.
913
914 2012-12-27 Eli Zaretskii <eliz@gnu.org>
915
916 * fileio.c (file_name_as_directory, directory_file_name):
917 Accept an additional argument MULTIBYTE to indicate whether the input C
918 came from a multibyte or a unibyte Lisp string; all callers
919 adjusted. Don't assume the input string is always multibyte.
920 (Bug#13262)
921 (Ffile_name_directory) [DOS_NT]: Handle unibyte strings correctly:
922 don't ENCODE_FILE them, and return a unibyte string if the input
923 was unibyte.
924 (Fexpand_file_name): Don't mix unibyte with multibyte strings, and
925 don't assume the input strings will always be multibyte. If the
926 input strings are multibyte, decode strings obtained from C
927 library functions.
928
929 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
930
931 * lisp.h (toplevel): Add two notices to the comment about
932 defining a new Lisp data type.
933 * print.c (print_object): If Lisp_Save_Value object's pointer
934 is the address of a memory area containing Lisp_Objects, try
935 to print them.
936 * alloc.c (valid_lisp_object_p): Adjust comment.
937
938 2012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
939
940 * keyboard.c (record_asynch_buffer_change): Initialize an event
941 only if it's really needed.
942 * frame.h (enum output_method): Remove output_mac member since
943 it's a leftover from the deleted code.
944 * frame.c (Fframep): Adjust user here ...
945 * terminal.c (Fterminal_live_p): ... and here.
946 * coding.c (Qmac): Now here because it's only used to denote
947 end-of-line encoding type.
948 (syms_of_coding): DEFSYM it.
949 * frame.h (Qmac): Remove duplicated declaration.
950
951 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
952
953 * window.c (select_window_1): Now static, since it's used only here.
954
955 2012-12-25 Eli Zaretskii <eliz@gnu.org>
956
957 * window.c (window_body_cols): Subtract display margins from the
958 window body width on TTYs as well. See
959 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-12/msg00317.html
960 for the original report.
961
962 2012-12-25 Dmitry Antipov <dmantipov@yandex.ru>
963
964 * xdisp.c (redisplay_window): Remove inner local variable
965 because the outer shadowed one has the same meaning.
966 * xterm.h (struct x_output): Remove toolbar_detached member since it's
967 set but never used.
968 * gtkutil.c (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
969 (xg_create_tool_bar): Adjust users.
970
971 2012-12-24 Dmitry Antipov <dmantipov@yandex.ru>
972
973 * buffer.h (BUF_COMPACT): New macro to follow the common style.
974 * buffer.c (Fget_buffer_create): Use it to set compact field of
975 struct buffer_text to avoid accessing an uninitialized value
976 when compact_buffer is called for the first time.
977 (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF.
978 (Fset_buffer_modified_p): Use buffer_window_count to check
979 whether the buffer is displayed in some window.
980 * xdisp.c (message_dolog): Likewise.
981
982 2012-12-23 Eli Zaretskii <eliz@gnu.org>
983
984 * w32.c (acl_set_file): If setting the file security descriptor
985 fails, and the new DACL is identical to the existing one, silently
986 return success. This fixes problems for users backing up their
987 own files without having the necessary privileges for setting
988 security descriptors.
989
990 * w32proc.c (reader_thread): Do not index fd_info[] with negative
991 values.
992 (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR
993 after WaitForSingleObject returns normally. This expedites reader
994 thread shutdown when delete_child triggers it.
995 (reap_subprocess): More accurate commentary for why we call
996 delete_child only when cp->fd is negative.
997
998 * w32.c (sys_close): Do not call delete_child on a subprocess
999 whose handle is not yet closed. Instead, set its file descriptor
1000 to a negative value, so that reap_subprocess will call
1001 delete_child on that subprocess when its SIGCHLD arrives.
1002 This avoids closing handles used for communications between sys_select
1003 and reader_thread, which doesn't give sys_select a chance to
1004 notice that the process exited and invoke the SIGCHLD handler for
1005 it.
1006
1007 2012-12-23 Jan Djärv <jan.h.d@swipnet.se>
1008
1009 * nsfns.m (Fns_do_applescript): Run event loop until script has
1010 been executed (Bug#12969).
1011 (ns_run_ascript): Chech as_script for nil, set to nil after
1012 executing script.
1013
1014 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1015
1016 * window.c (Fselect_window): Reword doc-string (Bug#13248).
1017
1018 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1019
1020 * w32term.c (w32fullscreen_hook): New function.
1021 (w32_create_terminal): Plug it into the terminal's fullscreen_hook.
1022
1023 2012-12-21 Eli Zaretskii <eliz@gnu.org>
1024
1025 * fileio.c (Finsert_file_contents): Doc fix.
1026
1027 * w32proc.c (new_child, delete_child, find_child_pid): For a
1028 subprocess, consider its slot being in use as long as its process
1029 handle (procinfo.hProcess) is not NULL. This avoids reusing the
1030 slot when a new process is started immediately after killing
1031 another one, without waiting enough time for the first process to
1032 be reaped and resources allocated for it be orderly freed.
1033 (Bug#13086)
1034 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
1035
1036 2012-12-21 Chong Yidong <cyd@gnu.org>
1037
1038 * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231).
1039
1040 * fns.c (Fcompare_strings): Doc fix (Bug#13081).
1041
1042 2012-12-21 Eli Zaretskii <eliz@gnu.org>
1043
1044 * w32.c (get_name_and_id): Always pass NULL as the first argument
1045 of lookup_account_sid. Avoids crashes with UNC file names that
1046 refer to DFS domains, not to specific machine names. (Bug#12621)
1047 Remove now unused argument FNAME; all callers changed.
1048 (get_file_owner_and_group): Remove now unused argument FNAME; all
1049 callers changed.
1050
1051 2012-12-21 Chong Yidong <cyd@gnu.org>
1052
1053 * editfns.c (Finsert_char): Since read-char-by-name now signals an
1054 error for invalid chars, don't check for a nil return value.
1055
1056 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1057
1058 Avoid calls to CHAR_TO_BYTE if byte position is known.
1059 * editfns.c (make_buffer_string_both): Use move_gap_both.
1060 (Fbuffer_string): Use make_buffer_string_both.
1061 * marker.c (buf_charpos_to_bytepos): Convert to eassert.
1062 Adjust comment.
1063 (buf_bytepos_to_charpos): Likewise.
1064 (charpos_to_bytepos): Remove.
1065 * fileio.c (Finsert_file_contents): Use move_gap_both.
1066 * search.c (Freplace_match): Likewise.
1067 * process.c (process_send_region): Likewise. Use convenient
1068 names for byte positions.
1069 * lisp.h (charpos_to_bytepos): Remove prototype.
1070 * indent.c (scan_for_column): Use CHAR_TO_BYTE.
1071 * insdel.c (move_gap): Likewise.
1072
1073 2012-12-20 Paul Eggert <eggert@cs.ucla.edu>
1074
1075 * xdisp.c (redisplay_internal): Remove now-unused local.
1076
1077 2012-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.
1080 (redisplay_internal): Don't bother selecting the frame to get the
1081 proper value of frame-local variables (bug#13225).
1082
1083 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1084
1085 * textprop.c (set_text_properties_1): Do not allow NULL interval.
1086 Rename 4th argument since it may be buffer or string. Adjust comment.
1087 * intervals.c (graft_intervals_info_buffer): Find an interval here.
1088
1089 2012-12-19 Dmitry Antipov <dmantipov@yandex.ru>
1090
1091 * coding.c (Fdetect_coding_region): Do not check start and end with
1092 CHECK_NUMBER_COERCE_MARKER since validate_region does that itself.
1093 (code_convert_region): Likewise.
1094
1095 2012-12-18 Eli Zaretskii <eliz@gnu.org>
1096
1097 * w32.c (acl_get_file, acl_set_file): Run the file name through
1098 map_w32_filename, and resolve any symlinks in the file name, like
1099 Posix platforms do.
1100 (acl_set_file): Call revert_to_self, if any privileges were
1101 enabled.
1102
1103 2012-12-17 Juanma Barranquero <lekktu@gmail.com>
1104
1105 * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O))
1106 ($(BLD)/w32.$(O)): Update dependencies.
1107
1108 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * xdisp.c (select_frame_for_redisplay): Use select_window_1 to
1111 propagate redisplay's scrolling (if any) to the right window.
1112 (redisplay_internal): Use ensure_selected_frame.
1113 (display_mode_lines): Complete last fix.
1114 * window.c (select_window_1): New func, extracted from select_window.
1115 (select_window): Use it.
1116 * window.h (select_window_1): Declare.
1117
1118 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1119
1120 Emulate Posix ACL APIs on MS-Windows.
1121 * w32.c: Include sddl.h and sys/acl.h.
1122 (SDDL_REVISION_1): Define if not already defined.
1123 (g_b_init_get_security_descriptor_dacl)
1124 (g_b_init_convert_sd_to_sddl, g_b_init_convert_sddl_to_sd)
1125 (g_b_init_is_valid_security_descriptor)
1126 (g_b_init_set_file_security): New static flags.
1127 (globals_of_w32): Initialize them to zero.
1128 (SetFileSecurity_Name): New string constant.
1129 (SetFileSecurity_Proc, GetSecurityDescriptorDacl_Proc)
1130 (ConvertStringSecurityDescriptorToSecurityDescriptor_Proc)
1131 (ConvertSecurityDescriptorToStringSecurityDescriptor_Proc)
1132 (IsValidSecurityDescriptor_Proc): New typedefs.
1133 (get_file_security, get_security_descriptor_owner)
1134 (get_security_descriptor_group): Set errno to ENOTSUP.
1135 (set_file_security, get_security_descriptor_dacl)
1136 (is_valid_security_descriptor, convert_sd_to_sddl)
1137 (convert_sddl_to_sd, acl_valid, acl_to_text, acl_from_text)
1138 (acl_free, acl_get_file, acl_set_file): New functions.
1139
1140 * fileio.c (Fcopy_file) [WINDOWSNT]: Support copying ACLs.
1141
1142 2012-12-17 Paul Eggert <eggert@cs.ucla.edu>
1143
1144 Don't reraise SIGCHLD, as that can now lose (Bug#13192).
1145 With the 2012-12-03 fix for Bug#12980 in place, an old workaround
1146 for some of that bug's symptoms can now cause Emacs to abort.
1147 Remove the workaround.
1148 * process.c (wait_reading_process_output): Don't reraise SIGCHLD.
1149 The bug that caused SIGCHLD to get lost has been fixed, and the
1150 workaround for it can now cause Emacs to abort.
1151
1152 2012-12-16 Paul Eggert <eggert@cs.ucla.edu>
1153
1154 * sysdep.c (emacs_abort): Bump backtrace size to 40.
1155 Companion to the 2012-09-30 patch. Suggested by Eli Zaretskii in
1156 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
1157
1158 2012-12-16 Romain Francoise <romain@orebokech.com>
1159
1160 * fileio.c (Ffile_acl, Fset_file_acl): New functions.
1161 (Fcopy_file): Change last arg to `preserve_extended_attributes'
1162 and copy ACL entries of file in addition to SELinux context if set.
1163 (syms_of_fileio): Add `file-acl' and `set-file-acl'.
1164
1165 * Makefile.in (LIBACL_LIBS): New macro.
1166 (LIBES): Use it.
1167
1168 2012-12-15 Paul Eggert <eggert@cs.ucla.edu>
1169
1170 * fileio.c (internal_delete_file): Use bool for boolean.
1171
1172 2012-12-15 Eli Zaretskii <eliz@gnu.org>
1173
1174 Fix bug #13079 on MS-Windows with temp files not being deleted.
1175 * w32.h (_child_process): New members input_file and
1176 pending_deletion.
1177 (register_child): First argument is now pid_t.
1178 (record_infile, record_pending_deletion): New prototypes.
1179
1180 * w32proc.c (new_child): Initialize input_file and
1181 pending_deletion members of the child.
1182 (delete_child): Delete the child's temporary input file, if any,
1183 that is pending deletion.
1184 (register_child): First argument is now pid_t.
1185 (record_infile, record_pending_deletion): New functions.
1186 (reap_subprocess): Fix a typo in DebPrint string.
1187 (sys_spawnve, sys_kill): Use pid_t for PID arguments.
1188
1189 * fileio.c (internal_delete_file): Return an int again: non-zero
1190 if delete-file succeeds, zero otherwise.
1191
1192 * lisp.h (internal_delete_file): Adjust prototype.
1193
1194 * callproc.c (Fcall_process): Don't overwrite infile with result
1195 of DECODE_FILE.
1196 [WINDOWSNT] If BUFFER is an integer, i.e. we are launching an
1197 asynchronous subprocess, record the name of the input file name,
1198 if any.
1199 (delete_temp_file) [WINDOWSNT]: If internal_delete_file fails to
1200 delete the file, record it as pending deletion when the subprocess
1201 exits.
1202
1203 2012-12-14 Eli Zaretskii <eliz@gnu.org>
1204
1205 * editfns.c [HAVE_PWD_H]: Include grp.h.
1206
1207 * makefile.w32-in ($(BLD)/editfns.$(O)): Add $(NT_INC)/grp.h.
1208
1209 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1210
1211 Fix permissions bugs with setgid directories etc. (Bug#13125)
1212 * dired.c (Ffile_attributes): Return t as the 9th attribute,
1213 to mark it as a placeholder. The old value was often wrong.
1214 The only user of this attribute has been changed to use
1215 file-ownership-preserved-p instead, with its new group arg.
1216 * editfns.c (Fgroup_gid, Fgroup_real_gid): New functions.
1217
1218 2012-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * xdisp.c (select_frame_for_redisplay, display_mode_lines):
1221 Keep selected_window and selected_frame in sync.
1222
1223 2012-12-14 Eli Zaretskii <eliz@gnu.org>
1224
1225 * w32.c (stat_worker): If w32_stat_get_owner_group is zero, do not
1226 try to get accurate owner and group information from NT file
1227 security APIs. This is to make most callers of 'stat' and
1228 'lstat', which don't need that information, much faster.
1229
1230 * dired.c (Ffile_attributes) [WINDOWSNT]:
1231 Set w32_stat_get_owner_group to a non-zero value, to request accurate
1232 owner and group information from 'lstat'.
1233
1234 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
1235
1236 * fileio.c (Finsert_file_contents): Don't put tail into head area,
1237 as that confuses set-auto-coding, so insist on the head-read
1238 returning the full 1024 bytes. Let lseek compute the tail offset;
1239 less work for us. Do not ignore I/O errors when reading the tail.
1240
1241 * xdisp.c: Minor style fixes.
1242 (init_iterator): Hoist assignment out of if-expression.
1243 (markpos_of_region): Callers now test for sign, not for -1.
1244
1245 2012-12-13 Dmitry Antipov <dmantipov@yandex.ru>
1246
1247 Minor redisplay optimization when the region length is zero.
1248 * xdisp.c (markpos_of_region): New function.
1249 (init_iterator): Do not highlight the region of zero length.
1250 (redisplay_window): Check whether the region is of non-zero length.
1251 (try_cursor_movement): Allow if the region length is zero.
1252 (try_window_reusing_current_matrix, try_window_id): Likewise.
1253
1254 2012-12-13 Eli Zaretskii <eliz@gnu.org>
1255
1256 * search.c (search_buffer): Check the inverse translations of each
1257 character in pattern when the buffer being searched is unibyte.
1258 (Bug#13084)
1259
1260 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
1261
1262 * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent
1263 files, fixing a regression from 24.2.
1264 (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.
1265
1266 2012-12-13 Paul Eggert <eggert@cs.ucla.edu>
1267
1268 * fileio.c (Fcopy_file): Make fstat failure as serious as open failure.
1269 fstat shouldn't fail, and if it does fail copy-file should not proceed.
1270 Remove unnecessary S_ISLNK test, as (contra the comments) this
1271 function can't copy symlinks. Improve quality of error message
1272 when attempting to copy files that are neither regular files nor
1273 directories.
1274
1275 2012-12-12 Dmitry Antipov <dmantipov@yandex.ru>
1276
1277 * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.
1278 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb):
1279 * window.c (Frecenter):
1280 * xdisp.c (resize_mini_window, hscroll_window_tree, draw_glyphs):
1281 * xterm.c (x_set_toolkit_scroll_bar_thumb): Likewise.
1282
1283 2012-12-12 Daniel Colascione <dancol@dancol.org>
1284
1285 * unexcw.c (fixup_executable): Use posix_fallocate to ensure that
1286 the dumped Emacs is not a sparse file, greatly improving Cygwin
1287 "make bootstrap" performance.
1288
1289 2012-12-11 Michael Albinus <michael.albinus@gmx.de>
1290
1291 * inotify.c (inotify_callback): Generate an Emacs event for every
1292 incoming inotify event.
1293
1294 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1295
1296 * xdisp.c (handle_face_prop): Fix logic of computing
1297 it->start_of_box_run_p.
1298 (append_space_for_newline): If the glyph row is R2L, reset the
1299 iterator's end_of_box_run_p flag before prepending the space glyph.
1300 (extend_face_to_end_of_line): If the glyph row is R2L, reset the
1301 iterator's start_of_box_run_p flag before prepending the stretch.
1302 (append_glyph, produce_image_glyph, append_composite_glyph)
1303 (append_stretch_glyph, append_glyphless_glyph): Reverse the
1304 left_box_line_p and right_box_line_p flags of the glyph for R2L
1305 glyph rows. (Bug#13011)
1306
1307 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
1308
1309 * buffer.c (Fset_buffer_multibyte): Do not force redisplay
1310 if changed buffer is not shown in a window.
1311 * insdel.c (prepare_to_modify_buffer): Likewise.
1312 * window.c (replace_buffer_in_windows_safely): Do nothing
1313 if buffer is not shown in a window.
1314 (Fforce_window_update): Likewise if string or buffer argument
1315 is passed.
1316
1317 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1318
1319 * inotify.c (Finotify_add_watch): Rename decoded_file_name to
1320 encoded_file_name, which is what it is.
1321
1322 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru>
1323
1324 Consistently use marker_position and marker_byte_position.
1325 * fringe.c (Ffringe_bitmaps_at_pos):
1326 * indent.c (Fvertical_motion):
1327 * insdel.c (prepare_to_modify_buffer):
1328 * keyboard.c (make_lispy_position):
1329 * window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer)
1330 (window_scroll_pixel_based, displayed_window_lines)
1331 (Fset_window_configuration):
1332 * xdisp.c (message_dolog, with_echo_area_buffer_unwind_data)
1333 (mark_window_display_accurate_1, redisplay_window, decode_mode_spec):
1334 Replace direct access to marker fields with calls
1335 to marker_position and/or marker_byte_position.
1336
1337 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * makefile.w32-in (SIG2STR_H): New macro.
1340 (SYSWAIT_H, $(BLD)/emacs.$(O), $(BLD)/process.$(O))
1341 ($(BLD)/w32notify.$(O)): Update dependencies.
1342
1343 2012-12-10 Daniel Colascione <dancol@dancol.org>
1344
1345 * w32term.c, keyboard.c: Fix build break in cygw32 by omitting
1346 Windows file notification functionality unless WINDOWSNT.
1347
1348 * w32gui.h (hprevinst, lpCmdLine, nCmdShow): Remove unused
1349 declarations.
1350
1351 * w32fns.c (cache_system_info): Initialize the global hinst
1352 variable here so various initialization calls DTRT.
1353
1354 * unexw32.c (hprevinst, lpCmdLine, nCmdShow): Remove unused variables.
1355 (hinst): Remove unneeded extern declaration.
1356 (_start): Remove initialization of above variables; remove
1357 initialization of hinst, as cache_system_info now does that.
1358
1359 * emacs.c (main): Call cache_system_info early in startup; we
1360 previously weren't calling it in Cygwin builds.
1361
1362 * Makefile.in (ntsource, WINDRES, W32_RES, W#@_RES_LINK):
1363 Teach the autoconf build system how to compile a Windows resource file
1364 and link it to Emacs.
1365
1366 2012-12-10 Dmitry Antipov <dmantipov@yandex.ru>
1367
1368 Per-buffer window counters.
1369 * buffer.h (struct buffer): New member window_count.
1370 (buffer_window_count): New function.
1371 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
1372 Initialize window_count.
1373 (Fkill_buffer): Verify window_count for the buffer being killed.
1374 (modify_overlay): Do not force redisplay if buffer is not shown
1375 in any window.
1376 (init_buffer_once): Initialize window_count for buffer_defaults
1377 and buffer_local_symbols.
1378 * window.h (buffer_shared): Remove declaration.
1379 (wset_buffer): Convert from inline ...
1380 * window.c (wset_buffer): ... to an ordinary function.
1381 (adjust_window_count): New function.
1382 (make_parent_window): Use it.
1383 * xdisp.c (buffer_shared): Remove.
1384 (redisplay_internal, redisplay_window): Adjust users.
1385 (buffer_shared_and_changed): Use per-buffer window counter.
1386
1387 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1388
1389 Support for filesystem notifications on MS-Windows.
1390 * w32proc.c (sys_select): If drain_message_queue returns non-zero,
1391 and this is a TTY frame, signal the caller that keyboard input is
1392 available.
1393
1394 * w32xfns.c (drain_message_queue): Now returns an int: an
1395 indication whether any WM_EMACS_FILENOTIFY messages were found in
1396 the queue.
1397
1398 * w32inevt.c (handle_file_notifications): New function.
1399 (w32_console_read_socket): Call it to process file notifications.
1400
1401 * w32console.c (initialize_w32_display): Record the main thread ID
1402 in dwMainThreadId.
1403
1404 * deps.mk (inotify.o): New dependency list.
1405
1406 * Makefile.in (SOME_MACHINE_OBJECTS): Add w32notify.o.
1407
1408 * w32term.h (WM_EMACS_FILENOTIFY): New custom message.
1409 (WM_EMACS_END): Bump value by 1.
1410 (notification_buffer_in_use, file_notifications)
1411 (notifications_size, notifications_desc): Declare.
1412 (w32_get_watch_object, lispy_file_action, globals_of_w32notify):
1413 Add prototypes.
1414
1415 * w32term.c (lispy_file_action, queue_notifications): New functions.
1416 (syms_of_w32term) <Qadded, Qremoved, Qmodified, Qrenamed_from>
1417 <Qrenamed_to>: New symbols.
1418 (w32_read_socket): Handle the WM_EMACS_FILENOTIFY message.
1419
1420 * w32notify.c: New file, implements file event notifications for
1421 MS-Windows.
1422
1423 * w32fns.c (w32_wnd_proc): Handle the WM_EMACS_FILENOTIFY message
1424 by posting it to the w32_read_socket queue.
1425
1426 * termhooks.h (enum event_kind) [HAVE_NTGUI]: Support FILE_NOTIFY_EVENT.
1427
1428 * makefile.w32-in (OBJ2): Add $(BLD)/w32notify.$(O).
1429 (GLOBAL_SOURCES): Add w32notify.c
1430 ($(BLD)/w32notify.$(O)): New set of dependencies.
1431
1432 * lisp.h (syms_of_w32notify) [WINDOWSNT]: Add prototype.
1433
1434 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
1435 Handle FILE_NOTIFY_EVENT.
1436 (syms_of_keyboard) [HAVE_NTGUI] <Qfile_notify>: New symbol.
1437 (keys_of_keyboard) [WINDOWSNT]: Bind file-notify to
1438 w32notify-handle-event by default.
1439
1440 * emacs.c (main) [WINDOWSNT]: Call globals_of_w32notify and
1441 syms_of_w32notify.
1442
1443 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1444
1445 Support for filesystem notifications on GNU/Linux via inotify.
1446 * termhooks.h (enum event_kind) [HAVE_INOTIFY]: Add FILE_NOTIFY_EVENT.
1447
1448 * lisp.h (syms_of_inotify) [HAVE_INOTIFY]: Add prototype.
1449
1450 * keyboard.c (Qfile_inotify) [HAVE_INOTIFY]: New variable.
1451 (syms_of_keyboard): DEFSYM it.
1452 (kbd_buffer_get_event) [HAVE_INOTIFY]: Generate FILE_NOTIFY_EVENT.
1453 (make_lispy_event): Support FILE_NOTIFY_EVENT by generating
1454 Qfile_inotify events.
1455 (keys_of_keyboard) [HAVE_INOTIFY]: Bind file-inotify events in
1456 special-event-map to inotify-handle-event.
1457
1458 * emacs.c (main) [HAVE_INOTIFY]: Call syms_of_inotify.
1459
1460 * Makefile.in (base_obj): Add inotify.o.
1461
1462 * inotify.c: New file.
1463
1464 2012-12-10 Jan Djärv <jan.h.d@swipnet.se>
1465
1466 * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103).
1467
1468 2012-12-10 Fabrice Popineau <fabrice.popineau@gmail.com>
1469
1470 * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
1471 DWORD_PTR, for compatibility with 64-bit builds.
1472
1473 * w32.c (_PROCESS_MEMORY_COUNTERS_EX):
1474 (GetProcessWorkingSetSize_Proc, get_process_working_set_size)
1475 (system_process_attributes): Use SIZE_T rather than DWORD, for
1476 compatibility with 64-bit builds.
1477
1478 2012-12-10 Christopher Schmidt <christopher@ch.ristopher.com>
1479
1480 * lread.c (Vload_source_file_function): Doc fix (Bug#11647).
1481
1482 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1483
1484 * indent.c (Fvertical_motion): If a display string will be
1485 displayed on the left or the right margin, don't consider it as a
1486 factor in cursor positioning. (Bug#13108)
1487
1488 2012-12-10 Martin Rudalics <rudalics@gmx.at>
1489
1490 * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
1491
1492 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1493
1494 * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int,
1495 for string length.
1496
1497 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1498
1499 * w32.c (unsetenv): Return 0 if the input string is too long.
1500
1501 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1502
1503 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1504 * alloc.c (xputenv): New function.
1505 * dbusbind.c (Fdbus_init_bus):
1506 * emacs.c (main):
1507 * xterm.c (x_term_init):
1508 Use xputenv instead of setenv or putenv, to detect memory exhaustion.
1509 * editfns.c (initial_tz): Move static var decl up.
1510 (tzvalbuf_in_environ): New static var.
1511 (init_editfns): Initialize these two static vars.
1512 (Fencode_time): Don't assume arbitrary limit on EMACS_INT width.
1513 Save old TZ value on stack, if it's small.
1514 (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly;
1515 instead, use xputenv+unsetenv to set and restore TZ.
1516 (environbuf): Remove static var. All uses removed.
1517 (Fset_time_zone_rule): Do not save TZ and environ;
1518 no longer needed here.
1519 (set_time_zone_rule_tz1, set_time_zone_rule_tz2) [LOCALTIME_CACHE]:
1520 Move to inside set_time_zone_rule; they don't need file scope any more.
1521 (set_time_zone_rule): Maintain the TZ=value string separately.
1522 (syms_of_editfns): Don't initialize initial_tz;
1523 init_editfns now does it.
1524 * emacs.c (dump_tz) [HAVE_TZSET]: Now const.
1525 * lisp.h (xputenv): New decl.
1526
1527 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com>
1528
1529 * w32fns.c (emacs_abort): Don't do arithmetics on void pointers.
1530
1531 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1532
1533 * w32.c (unsetenv, sys_putenv): New functions.
1534
1535 2012-12-08 Chong Yidong <cyd@gnu.org>
1536
1537 * editfns.c (Finsert_char): Make the error message more
1538 informative (Bug#12992).
1539
1540 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1541
1542 Simplify get_lim_data.
1543 * vm-limit.c (get_lim_data): Combine RLIMIT_AS and RLIMIT_DATA methods.
1544 Remove USG and vlimit methods; no longer used these days.
1545 Add #error catchall just in case.
1546
1547 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1548 Exceptions: do not assume SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN,
1549 SIGTTOU, SIGUSR1, SIGUSR2, as Microsoft platforms lack these.
1550 * process.c [subprocesses]: Include <c-ctype.h>, <sig2str.h>.
1551 (deleted_pid_list, Fdelete_process, create_process)
1552 (record_child_status_change, handle_child_signal, deliver_child_signal)
1553 (init_process_emacs, syms_of_process):
1554 Assume SIGCHLD is defined.
1555 (parse_signal): Remove. All uses removed.
1556 (abbr_to_signal): New static function.
1557 (Fsignal_process): Use it to convert signal names to ints.
1558 * sysdep.c (sys_suspend) [!DOS_NT]: Use kill (0, ...) rather than
1559 kill (getpgrp (), ...).
1560 (emacs_sigaction_init): Assume SIGCHLD is defined.
1561 (init_signals): Assume SIGALRM, SIGCHLD, SIGHUP, SIGKILL,
1562 SIGPIPE, and SIGQUIT are defined. Do not worry about SIGCLD any more.
1563 * syssignal.h (EMACS_KILLPG): Remove.
1564 All uses replaced by 'kill' with a negative pid.
1565 (SIGCHLD): Remove definition, as we now assume SIGCHLD.
1566 * w32proc.c (sys_kill): Support negative pids compatibly with POSIX.
1567
1568 2012-12-07 Paul Eggert <eggert@cs.ucla.edu>
1569
1570 * sysdep.c (get_child_status): Abort on internal error (Bug#13086).
1571 This will cause a production Emacs to dump core instead of
1572 infinite-looping.
1573
1574 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
1575
1576 * frame.c (make_frame): Do not set window's buffer to t.
1577 * window.c (Fsplit_window_internal): Likewise. Previously it was
1578 used to indicate that the window is being set up. Now we use
1579 set_window_buffer for all new windows, so the condition in ...
1580 (Fset_window_buffer): ... is always true and can be removed.
1581
1582 2012-12-07 Dmitry Antipov <dmantipov@yandex.ru>
1583
1584 Convenient macro to check whether the buffer is hidden.
1585 * buffer.h (BUFFER_HIDDEN_P): New macro.
1586 * frame.c (make_frame): Use it. Adjust comment.
1587 * buffer.c (candidate_buffer): New function.
1588 (Fother_buffer, other_buffer_safely): Use it.
1589
1590 2012-12-06 Eli Zaretskii <eliz@gnu.org>
1591
1592 * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG
1593 if the child process is still running. Instead, exit the wait
1594 loop and return zero. (Bug#13086)
1595
1596 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
1597
1598 * frame.h (x_char_width, x_char_height): Remove prototypes.
1599 * w32term.h (x_char_width, x_char_height): Likewise.
1600 * xfns.c (x_char_width, x_char_height): Remove.
1601 * w32fns.c (x_char_width, x_char_height): Likewise.
1602 * nsfns.c (x_char_width, x_char_height): Likewise.
1603 * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for
1604 all window frames.
1605 (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT.
1606 * keyboard.c (command_loop_1): Remove prototype.
1607 (command_loop_2, top_level_1): Add static to match prototype.
1608
1609 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1610
1611 Fix a recently-introduced delete-process race condition.
1612 * callproc.c, process.h (record_kill_process):
1613 New function, containing part of the old call_process_kill.
1614 (call_process_kill): Use it.
1615 This does not change call_process_kill's behavior.
1616 * process.c (Fdelete_process): Use record_kill_process to fix a
1617 race condition that could cause Emacs to lose track of a child.
1618
1619 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
1620
1621 Avoid code duplication between prev_frame and next_frame.
1622 * frame.c (candidate_frame): New function. Add comment.
1623 (prev_frame, next_frame): Use it. Adjust comment.
1624
1625 2012-12-06 Eli Zaretskii <eliz@gnu.org>
1626
1627 * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp
1628 fails, signal an error instead of continuing with an empty
1629 string. (Bug#13079)
1630 Encode expanded temp file pattern before passing it to mkstemp or
1631 mktemp.
1632
1633 * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
1634 Encode the file name before passing it to dostounix_filename, in
1635 case it will downcase it (under w32-downcase-file-names).
1636 (Bug#12933)
1637
1638 2012-12-05 Paul Eggert <eggert@cs.ucla.edu>
1639
1640 Minor call-process cleanups.
1641 * callproc.c (Fcall_process): Do record-unwind-protect on MSDOS
1642 at the same time as other platforms, to simplify analysis.
1643 No need for fd0_volatile since we have synch_process_fd.
1644 Avoid needless emacs_close; arg is always negative.
1645
1646 2012-12-04 Andreas Schwab <schwab@linux-m68k.org>
1647
1648 * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous
1649 processes.
1650
1651 2012-12-04 Dmitry Antipov <dmantipov@yandex.ru>
1652
1653 * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state
1654 member. Adjust users. Convert mouse_face_past_end, mouse_face_defer
1655 and mouse_face_hidden members to a bitfields.
1656 * frame.h (struct frame): Remove set-but-not-used space_width member.
1657 (FRAME_SPACE_WIDTH): Remove.
1658 * nsterm.m, w32term.c, xterm.c: Adjust users.
1659 * termchar.h (struct tty_display_info): Remove set-but-unused se_is_so
1660 member. Adjust users. Convert term_initted, delete_in_insert_mode,
1661 costs_set, insert_mode, standout_mode, cursor_hidden and flow_control
1662 members to a bitfields.
1663
1664 2012-12-03 Paul Eggert <eggert@cs.ucla.edu>
1665
1666 Don't let call-process be a zombie factory (Bug#12980).
1667 Fixing this bug required some cleanup of the signal-handling code.
1668 As a side effect, this change also fixes a longstanding rare race
1669 condition whereby Emacs could mistakenly kill unrelated processes,
1670 and it fixes a bug where a second C-g does not kill a recalcitrant
1671 synchronous process in GNU/Linux and similar platforms.
1672 The patch should also fix the last vestiges of Bug#9488,
1673 a bug which has mostly been fixed on the trunk by other changes.
1674 * callproc.c, process.h (synch_process_alive, synch_process_death)
1675 (synch_process_termsig, sync_process_retcode):
1676 Remove. All uses removed, to simplify analysis and so that
1677 less consing is done inside critical sections.
1678 * callproc.c (call_process_exited): Remove. All uses replaced
1679 with !synch_process_pid.
1680 * callproc.c (synch_process_pid, synch_process_fd): New static vars.
1681 These take the role of what used to be in unwind-protect arg.
1682 All uses changed.
1683 (block_child_signal, unblock_child_signal):
1684 New functions, to avoid races that could kill innocent-victim processes.
1685 (call_process_kill, call_process_cleanup, Fcall_process): Use them.
1686 (call_process_kill): Record killed processes as deleted, so that
1687 zombies do not clutter up the system. Do this inside a critical
1688 section, to avoid a race that would allow the clutter.
1689 (call_process_cleanup): Fix code so that the second C-g works again
1690 on common platforms such as GNU/Linux.
1691 (Fcall_process): Create the child process in a critical section,
1692 to fix a race condition. If creating an asynchronous process,
1693 record it as deleted so that zombies do not clutter up the system.
1694 Do unwind-protect for WINDOWSNT too, as that's simpler in the
1695 light of these changes. Omit unnecessary call to emacs_close
1696 before failure, as the unwind-protect code does that.
1697 * callproc.c (call_process_cleanup):
1698 * w32proc.c (waitpid): Simplify now that synch_process_alive is gone.
1699 * process.c (record_deleted_pid): New function, containing
1700 code refactored out of Fdelete_process.
1701 (Fdelete_process): Use it.
1702 (process_status_retrieved): Remove. All callers changed to use
1703 child_status_change.
1704 (record_child_status_change): Remove, folding its contents into ...
1705 (handle_child_signal): ... this signal handler. Now, this
1706 function is purely a handler for SIGCHLD, and is not called after
1707 a synchronous waitpid returns; the synchronous code is moved to
1708 wait_for_termination. There is no need to worry about reaping
1709 more than one child now.
1710 * sysdep.c (get_child_status, child_status_changed): New functions.
1711 (wait_for_termination): Now takes int * status and bool
1712 interruptible arguments, too. Do not record child status change;
1713 that's now the caller's responsibility. All callers changed.
1714 Reimplement in terms of get_child_status.
1715 (wait_for_termination_1, interruptible_wait_for_termination):
1716 Remove. All callers changed to use wait_for_termination.
1717 * syswait.h: Include <stdbool.h>, for bool.
1718 (record_child_status_change, interruptible_wait_for_termination):
1719 Remove decls.
1720 (record_deleted_pid, child_status_changed): New decls.
1721 (wait_for_termination): Adjust to API changes noted above.
1722
1723 * bytecode.c, lisp.h (Qbytecode): Remove.
1724 No longer needed after 2012-11-20 interactive-p changes.
1725
1726 2012-12-03 Eli Zaretskii <eliz@gnu.org>
1727
1728 * xdisp.c (redisplay_window): If the cursor is visible, but inside
1729 the scroll margin, move point outside the margin. (Bug#13055)
1730
1731 2012-12-03 Jan Djärv <jan.h.d@swipnet.se>
1732
1733 * gtkutil.c (my_log_handler): New function.
1734 (xg_set_geometry): Set log handler to my_log_handler (Bug#11177).
1735
1736 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
1737
1738 * lisp.h (modify_region): Rename to...
1739 (modify_region_1): ...new prototype.
1740 * textprop.c (modify_region): Now static. Adjust users.
1741 * insdel.c (modify_region): Rename to...
1742 (modify_region_1): ...new function to work with current buffer.
1743 Adjust comment and users. Use true and false for booleans.
1744
1745 2012-12-03 Dmitry Antipov <dmantipov@yandex.ru>
1746
1747 * alloc.c (free_save_value): New function.
1748 (safe_alloca_unwind): Use it.
1749 * lisp.h (free_save_value): New prototype.
1750 * editfns.c (save_excursion_save): Use Lisp_Misc_Save_Value.
1751 Add comment.
1752 (save_excursion_restore): Adjust to match saved data structure.
1753 Use free_save_value to offload some work from GC. Drop obsolete
1754 #if 0 code.
1755
1756 2012-12-03 Chong Yidong <cyd@gnu.org>
1757
1758 * fileio.c (Vauto_save_list_file_name): Doc fix.
1759
1760 2012-12-03 Fabrice Popineau <fabrice.popineau@gmail.com>
1761
1762 * w32fns.c: Remove prototype of atof.
1763 (syspage_mask): Make it DWORD_PTR, for compatibility with 64-bit
1764 builds.
1765 (file_dialog_callback): Make it UINT_PTR.
1766
1767 * w32common.h (syspage_mask): Declare DWORD_PTR, for compatibility
1768 with 64-bit builds.
1769
1770 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
1771 (FILE_ANY_ACCESS, CTL_CODE) [_MSC_VER]: Define only if not already
1772 defined.
1773
1774 2012-12-03 Glenn Morris <rgm@gnu.org>
1775
1776 * data.c (Fboundp, Fsymbol_value): Doc fix re lexical-binding.
1777
1778 2012-12-02 Paul Eggert <eggert@cs.ucla.edu>
1779
1780 Fix xpalloc confusion after memory is exhausted.
1781 * alloc.c (xpalloc): Comment fix.
1782 * charset.c (Fdefine_charset_internal): If xpalloc exhausts memory
1783 and signals an error, do not clear charset_table_size, as
1784 charset_table is still valid.
1785 * doprnt.c (evxprintf): Clear *BUF after freeing it.
1786
1787 Use execve to avoid need to munge environ (Bug#13054).
1788 * callproc.c (Fcall_process):
1789 * process.c (create_process):
1790 Don't save and restore environ; no longer needed.
1791 * callproc.c (child_setup):
1792 Use execve, not execvp, to preserve environ.
1793
1794 2012-12-01 Paul Eggert <eggert@cs.ucla.edu>
1795
1796 * xterm.c (x_draw_image_relief): Remove unused locals (Bug#10500).
1797
1798 2012-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1799
1800 * xterm.c (x_draw_relief_rect, x_draw_image_relief): Fix relief
1801 display for sliced images (Bug#10500).
1802
1803 * w32term.c (w32_draw_relief_rect, x_draw_image_relief): Likewise.
1804
1805 2012-11-30 Juanma Barranquero <lekktu@gmail.com>
1806
1807 * doc.c (Fdocumentation): Re-add handling of function-documentation,
1808 accidentally removed in 2012-11-09T04:10:16Z!monnier@iro.umontreal.ca (bug#13034).
1809
1810 2012-11-29 Dmitry Antipov <dmantipov@yandex.ru>
1811
1812 * xdisp.c (window_outdated): Remove eassert since it hits
1813 some suspicious corner cases (see Bug#13007 and Bug#13012).
1814 (mode_line_update_needed): New function.
1815 (redisplay_internal, redisplay_window): Use it.
1816 (ensure_selected_frame): New function.
1817 (redisplay_internal, unwind_redisplay): Use it.
1818 (redisplay_internal): Move comment about buffer_shared...
1819 (buffer_shared_and_changed): ...near to its real use.
1820
1821 2012-11-29 Paul Eggert <eggert@cs.ucla.edu>
1822
1823 * callproc.c (Fcall_process): Don't misreport vfork failure.
1824
1825 2012-11-28 Paul Eggert <eggert@cs.ucla.edu>
1826
1827 * callproc.c (Fcall_process): Fix vfork portability problems.
1828 Do not assume that fd[0], count, filefd, and save_environ survive
1829 vfork. Fix bug whereby wrong errno value could be reported for
1830 pipe failure. Some minor cleanups, too, as follows. Move buf and
1831 bufsize to the context where they're needed. Change new_argv to
1832 be of type char **, as this is more convenient and avoids casts.
1833 (CALLPROC_BUFFER_SIZE_MIN, CALLPROC_BUFFER_SIZE_MAX):
1834 Now local constants, not macros.
1835
1836 2012-11-18 Kenichi Handa <handa@gnu.org>
1837
1838 * font.c (font_unparse_xlfd): Fix previous change. Keep "const"
1839 for the variable "f".
1840
1841 2012-11-13 Kenichi Handa <handa@gnu.org>
1842
1843 * font.c (font_unparse_xlfd): Exclude special characters from the
1844 generating XLFD name.
1845
1846 2012-11-27 Paul Eggert <eggert@cs.ucla.edu>
1847
1848 Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.
1849 * dired.c (stat_uname, stat_gname):
1850 * fileio.c (Fexpand_file_name): Remove no-longer-needed casts.
1851
1852 Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968).
1853 * dired.c (directory_files_internal, file_name_completion):
1854 Assume EAGAIN and EINTR are defined.
1855
1856 * fileio.c (Fcopy_file): Assume EISDIR is defined.
1857 * gmalloc.c (ENOMEM, EINVAL): Assume they're defined.
1858 * gnutls.c (emacs_gnutls_write): Assume EAGAIN is defined.
1859 * lread.c (readbyte_from_file): Assume EINTR is defined.
1860 * process.c (wait_reading_process_output, send_process) [subprocesses]:
1861 Assume EIO and EAGAIN are defined.
1862 * unexcoff.c (write_segment): Assume EFAULT is defined.
1863
1864 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1865
1866 * fontset.c (Finternal_char_font): Return nil on non-GUI frames.
1867 (Bug#11964)
1868
1869 * xdisp.c (draw_glyphs): Don't draw in mouse face if mouse
1870 highlighting on the frame was cleared. Prevents assertion
1871 violations when repeatedly clicking on the "Top" link of the
1872 "bread-crumbs" in Info buffers.
1873
1874 2012-11-25 Paul Eggert <eggert@cs.ucla.edu>
1875
1876 * sysdep.c (sys_subshell): Don't assume pid_t fits in int.
1877
1878 2012-11-24 Ken Brown <kbrown@cornell.edu>
1879
1880 * keyboard.c (HAVE_MOUSE):
1881 * frame.c (HAVE_MOUSE): Remove, and rewrite code as if HAVE_MOUSE
1882 were always defined.
1883
1884 2012-11-24 Eli Zaretskii <eliz@gnu.org>
1885
1886 * xdisp.c (set_cursor_from_row): Skip step 2 only if point is not
1887 between bpos_covered and bpos_max. This fixes cursor display when
1888 several display strings follow each other.
1889
1890 * .gdbinit (pgx): If the glyph's object is a string, display the
1891 pointer to string data, rather than the value of the string object
1892 itself (which barfs under CHECK_LISP_OBJECT_TYPE).
1893
1894 * indent.c (Fvertical_motion): If the starting position is covered
1895 by a display string, return to one position before that, to avoid
1896 overshooting it inside move_it_to. (Bug#12930)
1897
1898 2012-11-23 Dmitry Antipov <dmantipov@yandex.ru>
1899
1900 * frame.h (struct frame): Remove display_preempted member
1901 since all users are dead long ago.
1902 * nsterm.h (struct x_output): Use the only dummy member.
1903 * w32menu.c (pending_menu_activation): Remove since not
1904 really used.
1905 (set_frame_menubar): Adjust user.
1906 * w32term.h (struct x_output): Drop outdated #if 0 code.
1907 (struct w32_output): Use bitfields for explicit_parent,
1908 asked_for_visible and menubar_active members.
1909 Drop unused pending_menu_activation member.
1910 * xterm.h (struct x_output): Drop outdated #if 0 code.
1911 Use bitfields for explicit_parent, asked_for_visible,
1912 has_been_visible and net_wm_state_hidden_seen members.
1913
1914 2012-11-23 Eli Zaretskii <eliz@gnu.org>
1915
1916 * makefile.w32-in (globals.h, gl-stamp): Use $(SWITCHCHAR) instead
1917 of a literal "/". (Bug#12955)
1918 (gl-stamp): Invoke fc.exe directly, not through cmd.
1919
1920 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1921
1922 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1923 * dired.c: Assume HAVE_DIRENT_H.
1924 (NAMLEN): Remove, replacing with ...
1925 (dirent_namelen): New function. All uses changed. Use the GNU macro
1926 _D_EXACT_NAMELEN if available, as it's faster than strlen.
1927 (DIRENTRY): Remove, replacing all uses with 'struct dirent'.
1928 (DIRENTRY_NONEMPTY): Remove. All callers now assume it's nonzero.
1929 * makefile.w32-in (DIR_H): Remove. All uses replaced with
1930 $(NT_INC)/dirent.h.
1931 ($(BLD)/w32.$(O)): Do not depend on $(SRC)/ndir.h.
1932 * ndir.h: Rename to ../nt/inc/dirent.h.
1933 * sysdep.h (closedir) [!HAVE_CLOSEDIR]: Remove.
1934 Do not include <dirent.h>; no longer needed.
1935 * w32.c: Include <dirent.h> rather than "ndir.h".
1936
1937 2012-11-23 Chong Yidong <cyd@gnu.org>
1938
1939 * xftfont.c (xftfont_open): Remove duplicate assignment.
1940
1941 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
1942
1943 * alloc.c (Fgarbage_collect): Unblock input after clearing
1944 gc_in_progress to avoid note_mouse_highlight glitch with GC.
1945 * frame.h (FRAME_MOUSE_UPDATE): New macro.
1946 * msdos.c (IT_frame_up_to_date): Use it here...
1947 * w32term.c (w32_frame_up_to_date): ...here...
1948 * xterm.c (XTframe_up_to_date): ...and here...
1949 * nsterm.m (ns_frame_up_to_date): ...but not here.
1950 * lisp.h (Mouse_HLInfo): Remove mouse_face_deferred_gc member.
1951 Adjust users.
1952 * xdisp.c (message2_nolog, message3_nolog, note_mouse_highlight):
1953 Do not check whether GC is in progress.
1954
1955 2012-11-22 Dmitry Antipov <dmantipov@yandex.ru>
1956
1957 * xdisp.c (window_buffer_changed): New function.
1958 (update_menu_bar, update_tool_bar): Use it to
1959 simplify large 'if' statements.
1960 (redisplay_internal): Generalize commonly used
1961 'tail' and 'frame' local variables.
1962
1963 2012-11-22 Eli Zaretskii <eliz@gnu.org>
1964
1965 * w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts
1966 with Windows system header.
1967
1968 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1969
1970 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1971 * alloc.c: Assume unistd.h exists.
1972 * fileio.c (Fexpand_file_name) [DOS_NT]: Use getcwd, not getwd.
1973 * sysdep.c (get_current_dir_name): Assume getcwd exists.
1974 (getwd) [USG]: Remove; no longer needed.
1975 (sys_subshell) [DOS_NT]: Use getcwd, not getwd.
1976 * w32.c (getcwd): Rename from getwd, and switch to getcwd's API.
1977 * w32.h (getcwd): Remove decl.
1978
1979 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.
1982 Make it set selected_window as well.
1983 (update_tool_bar): Use it.
1984
1985 2012-11-21 Ken Brown <kbrown@cornell.edu>
1986
1987 * emacs.c (main): Set the G_SLICE environment variable for all
1988 Cygwin builds, not just GTK builds. See
1989 https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00368.html.
1990
1991 2012-11-21 Eli Zaretskii <eliz@gnu.org>
1992
1993 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
1994 (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]:
1995 Define for the MSVC compiler.
1996
1997 * w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing semi-colon.
1998
1999 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
2000 (Fexpand_file_name) [DOS_NT]: Pass encoded file name to
2001 dostounix_filename. Prevents crashes down the road, because
2002 dostounix_filename assumes it gets a unibyte string.
2003 Reported by Michel de Ruiter <michel@sentient.nl>, see
2004 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html
2005
2006 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 Conflate Qnil and Qunbound for `symbol-function'.
2009 * alloc.c (Fmake_symbol): Initialize `function' to Qnil.
2010 * lread.c (init_obarray): Set `function' fields to Qnil.
2011 * eval.c (Fcommandp): Ignore Qunbound.
2012 (Fautoload, eval_sub, Fapply, Ffuncall, Fmacroexpand):
2013 * data.c (Ffset, Ffboundp, indirect_function, Findirect_function):
2014 Test NILP rather than Qunbound.
2015 (Ffmakunbound): Set to Qnil.
2016 (Fsymbol_function): Never signal an error.
2017 (Finteractive_form): Ignore Qunbound.
2018
2019 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
2020
2021 * eval.c (interactive_p): Remove no-longer-used decl.
2022
2023 2012-11-20 Dmitry Antipov <dmantipov@yandex.ru>
2024
2025 * xdisp.c (buffer_shared): Adjust comment.
2026 (buffer_shared_and_changed): New function.
2027 (prepare_menu_bars, redisplay_internal): Use it to
2028 decide whether all windows or frames should be updated.
2029 (window_outdated): New function.
2030 (text_outside_line_unchanged_p, redisplay_window): Use it.
2031 (redisplay_internal): Likewise. Fix indentation.
2032
2033 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * eval.c (Finteractive_p, Fcalled_interactively_p, interactive_p): Remove.
2036 (syms_of_eval): Remove corresponding defsubr.
2037 * bytecode.c (exec_byte_code): `interactive-p' is now a Lisp function.
2038
2039 2012-11-19 Daniel Colascione <dancol@dancol.org>
2040
2041 * w32fns.c (Fx_file_dialog):
2042 (Fx_file_dialog): Accomodate rename of cygwin_convert_path* to
2043 cygwin_convert_file_name*.
2044
2045 * cygw32.c (Fcygwin_convert_path_to_windows, syms_of_cygw32):
2046 Rename cygwin_convert_path* to cygwin_convert_file_name*.
2047
2048 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
2049
2050 * nsterm.m (ns_select): Send SIGIO only to self, not to process group.
2051
2052 2012-11-18 Eli Zaretskii <eliz@gnu.org>
2053
2054 * w32select.c: Include w32common.h before w32term.h, so that
2055 windows.h gets included before w32term.h uses some of its
2056 features, see below.
2057
2058 * w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]:
2059 New typedefs.
2060 (EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]:
2061 New prototypes.
2062 (EnumSystemLocales) [_MSC_VER]: Define if undefined. (Bug#12878)
2063
2064 2012-11-18 Jan Djärv <jan.h.d@swipnet.se>
2065
2066 * nsterm.m (hold_event): Set send_appdefined to YES (Bug#12834).
2067 (ns_select): Return at once if events are held (Bug#12834).
2068
2069 2012-11-18 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2070
2071 * unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64.
2072 Needed following 2012-10-20 change. (Bug#12902)
2073
2074 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2075
2076 * w32proc.c (waitpid): Remove unused label get_result.
2077
2078 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * makefile.w32-in (SYSWAIT_H): New macro.
2081 ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
2082 ($(BLD)/sysdep.$(O)): Update dependencies.
2083
2084 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2085
2086 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
2087 * callproc.c (relocate_fd): Assume F_DUPFD.
2088 * emacs.c, term.c (O_RDWR): Remove.
2089 * keyboard.c (tty_read_avail_input): Use O_NONBLOCK rather than
2090 O_NDELAY, since O_NONBLOCK is the standard name for this flag.
2091 * nsterm.m: Assume <fcntl.h> exists.
2092 * process.c (NON_BLOCKING_CONNECT, allocate_pty, create_process)
2093 (create_pty, Fmake_network_process, server_accept_connection)
2094 (wait_reading_process_output, init_process_emacs):
2095 Assume O_NONBLOCK.
2096 (wait_reading_process_output): Put in a special case for WINDOWSNT
2097 to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK.
2098 It's not clear this is needed, but it's a more-conservative change.
2099 (create_process): Assume FD_CLOEXEC.
2100 (create_process, create_pty): Assume O_NOCTTY.
2101 * sysdep.c (init_sys_modes, reset_sys_modes): Assume F_SETFL.
2102 (reset_sys_modes): Use O_NONBLOCK rather than O_NDELAY.
2103 Omit if not DOS_NT, since F_GETFL is not defined there.
2104 (serial_open): Assume O_NONBLOCK and O_NOCTTY.
2105 * term.c: Include <fcntl.h>, for flags like O_NOCTTY.
2106 (O_NOCTTY): Remove.
2107 (init_tty): Assume O_IGNORE_CTTY is defined to 0 on platforms that
2108 lack it, since gnulib guarantees this.
2109 * w32.c (fcntl): Test for O_NONBLOCK rather than O_NDELAY.
2110
2111 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2112
2113 * w32.c (faccessat): Pretend that directories have the execute bit
2114 set. Emacs expects that, e.g., in files.el:cd-absolute.
2115
2116 * w32proc.c (create_child): Don't clip the PID of the child
2117 process to fit into an Emacs integer, as this is no longer a
2118 restriction.
2119 (waitpid): Rename from sys_wait. Emulate a Posix 'waitpid' by
2120 reaping only the process specified by PID argument, if that is
2121 positive. Use PID instead of dead_child to know which process to
2122 reap. Wait for the child to die only if WNOHANG is not in
2123 OPTIONS.
2124 (sys_select): Don't set dead_child.
2125
2126 * sysdep.c (wait_for_termination_1): Remove the WINDOWSNT portion,
2127 as it is no longer needed.
2128
2129 * process.c (waitpid, WUNTRACED) [!WNOHANG]: Remove definitions,
2130 no longer needed.
2131 (record_child_status_change): Remove the setting of
2132 record_at_most_one_child for the !WNOHANG case.
2133
2134 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2135
2136 Fix problems in ns port found by static checking.
2137 * nsterm.m: Include <pthread.h>, for pthread_mutex_lock etc.
2138 (hold_event, setPosition:portion:whole:): Send SIGIO only to self,
2139 not to process group.
2140 (ns_select): Use emacs_write, not write, as that's more robust
2141 in the presence of signals.
2142 (fd_handler:): Check for read errors.
2143
2144 2012-11-16 Glenn Morris <rgm@gnu.org>
2145
2146 * editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
2147
2148 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * eval.c (Finteractive_p): Revert lexbind-merge mishap.
2151
2152 2012-11-16 Eli Zaretskii <eliz@gnu.org>
2153
2154 * w32proc.c (timer_loop): Make sure SuspendThread and ResumeThread
2155 use the same value of thread handle.
2156 (start_timer_thread): If the timer thread exited (due to error),
2157 clean up by closing the two handles it used. Duplicate the caller
2158 thread's handle here, so it gets duplicated only once, when
2159 launching the timer thread. Set priority of the timer thread, not
2160 the caller thread.
2161 (getitimer): Don't duplicate the caller thread's handle here.
2162 (Bug#12832)
2163
2164 2012-11-16 Jan Djärv <jan.h.d@swipnet.se>
2165
2166 * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
2167 called (Bug#12834).
2168
2169 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2170
2171 Remove no-longer-used pty_max_bytes variable.
2172 * process.c (pty_max_bytes): Remove; unused.
2173 (send_process): Do not set it.
2174
2175 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/emacs.$(O)):
2178 Update dependencies.
2179
2180 2012-11-15 Paul Eggert <eggert@cs.ucla.edu>
2181
2182 * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
2183 This follows up on the 2012-09-29 patch that removed indirection
2184 for the 'function' field. Reported by Sergey Vinokurov in
2185 <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00263.html>.
2186
2187 2012-11-14 Eli Zaretskii <eliz@gnu.org>
2188
2189 * w32.c (faccessat): Rename from sys_faccessat. (No need to use a
2190 different name, as the MS runtime does not have such a function,
2191 and probably never will.) All callers changed. Ignore DIRFD
2192 value if PATH is an absolute file name, to match Posix spec
2193 better. If AT_SYMLINK_NOFOLLOW is set in FLAGS, don't resolve
2194 symlinks.
2195
2196 2012-11-14 Dmitry Antipov <dmantipov@yandex.ru>
2197
2198 * xdisp.c (echo_area_display, redisplay_internal):
2199 Omit redundant check whether frame_garbaged is set.
2200
2201 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2202
2203 Use faccessat, not access, when checking file permissions (Bug#12632).
2204 This fixes a bug that has been present in Emacs since its creation.
2205 It was reported by Chris Torek in 1983 even before GNU Emacs existed,
2206 which must set some sort of record. (Torek's bug report was against
2207 a predecessor of GNU Emacs, but GNU Emacs happened to have the
2208 same common flaw.) See Torek's Usenet posting
2209 "setuid/setgid programs & Emacs" Article-I.D.: sri-arpa.858
2210 Posted: Fri Apr 8 14:18:56 1983.
2211 * Makefile.in (LIB_EACCESS): New macro.
2212 (LIBES): Use it.
2213 * callproc.c (init_callproc):
2214 * charset.c (init_charset):
2215 * fileio.c (check_existing, check_executable, check_writable)
2216 (Ffile_readable_p):
2217 * lread.c (openp, load_path_check):
2218 * process.c (allocate_pty):
2219 * xrdb.c (file_p):
2220 Use effective UID when checking permissions, not real UID.
2221 * callproc.c (init_callproc):
2222 * charset.c (init_charset):
2223 * lread.c (load_path_check, init_lread):
2224 Test whether directories are accessible, not merely whether they exist.
2225 * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): New macro.
2226 * fileio.c (check_existing, check_executable, check_writable)
2227 (Ffile_readable_p):
2228 Use symbolic names instead of integers for the flags, as they're
2229 portable now.
2230 (check_writable): New arg AMODE. All uses changed.
2231 Set errno on failure.
2232 (Ffile_readable_p): Use faccessat, not stat + open + close.
2233 (Ffile_writable_p): No need to call check_existing + check_writable.
2234 Just call check_writable and then look at errno. This saves a syscall.
2235 dir should never be nil; replace an unnecessary runtime check
2236 with an eassert. When checking the parent directory of a nonexistent
2237 file, check that the directory is searchable as well as writable, as
2238 we can't create files in unsearchable directories.
2239 (file_directory_p): New function, which uses 'stat' on most platforms
2240 but faccessat with D_OK (for efficiency) if WINDOWSNT.
2241 (Ffile_directory_p, Fset_file_times): Use it.
2242 (file_accessible_directory_p): New function, which uses a single
2243 syscall for efficiency.
2244 (Ffile_accessible_directory_p): Use it.
2245 * xrdb.c (file_p): Use file_directory_p.
2246 * lisp.h (file_directory_p, file_accessible_directory_p): New decls.
2247 * lread.c (openp): When opening a file, use fstat rather than
2248 stat, as that avoids a permissions race. When not opening a file,
2249 use file_directory_p rather than stat.
2250 (dir_warning): First arg is now a usage string, not a format.
2251 Use errno. All uses changed.
2252 * nsterm.m (ns_term_init): Remove unnecessary call to file-readable
2253 that merely introduced a race.
2254 * process.c, sysdep.c, term.c: All uses of '#ifdef O_NONBLOCK'
2255 changed to '#if O_NONBLOCK', to accommodate gnulib O_* style,
2256 and similarly for the other O_* flags.
2257 * w32.c (sys_faccessat): Rename from sys_access and switch to
2258 faccessat's API. All uses changed.
2259 * xrdb.c: Do not include <sys/stat.h>; no longer needed.
2260 (magic_db): Rename from magic_file_p.
2261 (magic_db, search_magic_path): Return an XrmDatabase rather than a
2262 char *, so that we don't have to test for file existence
2263 separately from opening the file for reading. This removes a race
2264 fixes a permission-checking problem, and simplifies the code.
2265 All uses changed.
2266 (file_p): Remove; no longer needed.
2267
2268 2012-11-13 Dmitry Antipov <dmantipov@yandex.ru>
2269
2270 Omit glyphs initialization at startup.
2271 * dispnew.c (glyphs_initialized_initially_p): Remove.
2272 (adjust_frame_glyphs_initially): Likewise. Adjust users.
2273 (Fredraw_frame): Move actual code from here...
2274 (redraw_frame): ...to here. Add eassert. Adjust comment.
2275 (Fredraw_display): Use redraw_frame.
2276 * xdisp.c (clear_garbaged_frames): Likewise.
2277
2278 2012-11-13 Eli Zaretskii <eliz@gnu.org>
2279
2280 * xdisp.c (decode_mode_spec): Limit the value of WIDTH argument
2281 passed to pint2str and pint2hrstr to be at most the size of the
2282 frame's decode_mode_spec_buffer. This avoids crashes with very
2283 large values of FIELD_WIDTH argument to decode_mode_spec.
2284 (Bug#12867)
2285
2286 2012-11-13 Paul Eggert <eggert@cs.ucla.edu>
2287
2288 Fix a race with verify-visited-file-modtime (Bug#12863).
2289 Since at least 1991 Emacs has ignored an mtime difference of no
2290 more than one second, but my guess is that this was to work around
2291 file system bugs that were fixed long ago. Since the race is
2292 causing problems now, let's remove that code.
2293 * fileio.c (Fverify_visited_file_modtime): Do not accept a file
2294 whose time stamp is off by no more than a second. Insist that the
2295 file time stamps match exactly.
2296
2297 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
2298
2299 * frame.h (struct frame): Convert external_tool_bar member to
2300 1-bit unsigned bitfield.
2301 * termhooks.h (struct terminal): Remove mouse_moved member since
2302 all users are long dead. Adjust comment on mouse_position_hook.
2303
2304 2012-11-12 Dmitry Antipov <dmantipov@yandex.ru>
2305
2306 Simplify by using FOR_EACH_FRAME here and there.
2307 * frame.c (next_frame, prev_frame, other_visible_frames)
2308 (delete_frame, visible-frame-list): Use FOR_EACH_FRAME.
2309 * w32term.c (x_window_to_scroll_bar): Likewise.
2310 * window.c (window_list): Likewise.
2311 * xdisp.c (x_consider_frame_title): Likewise.
2312 * xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise.
2313 * xfns.c (x_window_to_frame, x_any_window_to_frame)
2314 (x_menubar_window_to_frame, x_top_window_to_frame): Likewise.
2315 * xmenu.c (menubar_id_to_frame): Likewise.
2316 * xselect.c (frame_for_x_selection): Likewise.
2317 * xterm.c (x_frame_of_widget, x_window_to_scroll_bar)
2318 (x_window_to_menu_bar): Likewise.
2319 * w32fns.c (x_window_to_frame): Likewise. Adjust comment.
2320
2321 2012-11-12 Paul Eggert <eggert@cs.ucla.edu>
2322
2323 * data.c (Qdefalias_fset_function): Now static.
2324
2325 Another tweak to vectorlike_header change.
2326 * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST):
2327 Remove, and replace all uses with ...
2328 (next_in_free_list, set_next_in_free_list):
2329 New functions, which respect C's aliasing rules better.
2330
2331 2012-11-11 Paul Eggert <eggert@cs.ucla.edu>
2332
2333 * window.c (list4i): Rename from 'quad'. All uses changed.
2334 Needed because <sys/types.h> defines 'quad' on Solaris 10.
2335
2336 2012-11-11 Juanma Barranquero <lekktu@gmail.com>
2337
2338 * xdisp.c (start_hourglass) [HAVE_NTGUI]: Add block to silence
2339 warning about mixing declarations and code in ISO C90.
2340
2341 2012-11-10 Martin Rudalics <rudalics@gmx.at>
2342
2343 * window.c (Fsplit_window_internal): Set combination limit of
2344 new parent window to t iff Vwindow_combination_limit is t;
2345 fixing a regression introduced with the change from 2012-09-22.
2346 (Fset_window_combination_limit): Fix doc-string.
2347
2348 2012-11-10 Eli Zaretskii <eliz@gnu.org>
2349
2350 * xdisp.c (try_scrolling): Fix correction of aggressive-scroll
2351 amount when the scroll margins are too large. When scrolling
2352 backwards in the buffer, give up if cannot reach point or the
2353 scroll margin within a reasonable number of screen lines.
2354 Fixes point position in window under scroll-up/down-aggressively when
2355 point is positioned many lines beyond the window top/bottom.
2356 (Bug#12811)
2357
2358 * ralloc.c (relinquish): If real_morecore fails to return memory
2359 to the system, don't crash; instead, leave the last heap
2360 unchanged and return. (Bug#12774)
2361
2362 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * lisp.h (AUTOLOADP): New macro.
2365 * eval.c (Fautoload): Don't attach to loadhist, call Fdefalias instead.
2366 * data.c (Ffset): Remove special ad-advice-info handling.
2367 (Fdefalias): Handle autoload definitions and new Qdefalias_fset_function.
2368 (Fsubr_arity): CSE.
2369 (Finteractive_form): Simplify.
2370 (Fquo): Don't insist on having at least 2 arguments.
2371 (Qdefalias_fset_function): New var.
2372
2373 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
2374
2375 * image.c (xpm_make_color_table_h): Change to hashtest_equal.
2376
2377 * nsfont.m (Qcondensed, Qexpanded): New variables.
2378 (ns_descriptor_to_entity): Restore Qcondensed, Qexpanded setting.
2379 (syms_of_nsfont): Defsym Qcondensed, Qexpanded.
2380
2381 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
2382
2383 Fix recently introduced crash on MS-Windows (Bug#12839).
2384 * w32term.h (struct scroll_bar): Use convenient header.
2385 (SCROLL_BAR_VEC_SIZE): Remove.
2386 * w32term.c (x_scroll_bar_create): Use VECSIZE.
2387
2388 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru>
2389
2390 Tweak last vectorlike_header change.
2391 * alloc.c (struct Lisp_Vectorlike_Free): Special type to represent
2392 vectorlike object on the free list. This is introduced to avoid
2393 some (but not all) pointer casting and aliasing problems, see
2394 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00105.html.
2395 * .gdbinit (pvectype, pvecsize): New commands to examine vectorlike
2396 objects.
2397 (xvectype, xvecsize): Use them to examine Lisp_Object values.
2398
2399 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
2400
2401 * nsfont.m (ns_descriptor_to_entity): Qcondensed and Qexpanded has
2402 been removed, so remove them here also.
2403
2404 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * doc.c (Fdocumentation): Handle new property
2407 dynamic-docstring-function to replace the old ad-advice-info.
2408
2409 2012-11-09 Paul Eggert <eggert@cs.ucla.edu>
2410
2411 * fns.c (Qeql, hashtest_eq): Now static.
2412
2413 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
2416 * fns.c (hashfn_eq, hashfn_eql, sxhash):
2417 * profiler.c (hashfn_profiler): Don't use XUINT on non-integers.
2418 * buffer.c (compare_overlays): Use XLI rather than XHASH.
2419
2420 2012-11-08 Paul Eggert <eggert@cs.ucla.edu>
2421
2422 Use same hash function for hashfn_profiler as for hash_string etc.
2423 * fns.c (SXHASH_COMBINE): Remove. All uses replaced by sxhash_combine.
2424 * lisp.h (sxhash_combine): New inline function, with the contents
2425 of the old SXHASH_COMBINE.
2426 * profiler.c (hashfn_profiler): Use it, instead of having a
2427 special hash function containing a comparison that always yields 1.
2428
2429 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)
2432 (Qultra_condensed, Qextra_condensed, Qcondensed, Qsemi_condensed)
2433 (Qsemi_expanded, Qextra_expanded, Qexpanded, Qultra_expanded):
2434 Remove unused vars.
2435
2436 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
2437
2438 * image.c (xpm_make_color_table_h): Fix compiler error because
2439 make_hash_table changed.
2440
2441 2012-11-08 Thomas Kappler <tkappler@gmail.com> (tiny change)
2442
2443 * nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).
2444
2445 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 Use ad-hoc comparison function for the profiler's hash-tables.
2448 * profiler.c (Qprofiler_backtrace_equal, hashtest_profiler): New vars.
2449 (make_log): Use them.
2450 (handle_profiler_signal): Don't inhibit quit any longer since we don't
2451 call Fequal any more.
2452 (Ffunction_equal): New function.
2453 (cmpfn_profiler, hashfn_profiler): New functions.
2454 (syms_of_profiler): Initialize them.
2455 * lisp.h (struct hash_table_test): New struct.
2456 (struct Lisp_Hash_Table): Use it.
2457 * alloc.c (mark_object): Mark hash_table_test fields of hash tables.
2458 * fns.c (make_hash_table): Take a struct to describe the test.
2459 (cmpfn_eql, cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
2460 (hashfn_equal, hashfn_user_defined): Adjust to new calling convention.
2461 (hash_lookup, hash_remove_from_table): Move assertion checking of
2462 hashfn result here. Check hash-equality before calling cmpfn.
2463 (Fmake_hash_table): Adjust call to make_hash_table.
2464 (hashtest_eq, hashtest_eql, hashtest_equal): New structs.
2465 (syms_of_fns): Initialize them.
2466 * emacs.c (main): Move syms_of_fns earlier.
2467 * xterm.c (syms_of_xterm):
2468 * category.c (hash_get_category_set): Adjust call to make_hash_table.
2469 * print.c (print_object): Adjust to new hash-table struct.
2470 * composite.c (composition_gstring_put_cache): Adjust to new hashfn.
2471
2472 2012-11-08 Eli Zaretskii <eliz@gnu.org>
2473
2474 * w32fns.c (modifier_set): Fix handling of Scroll Lock when the
2475 value of w32-scroll-lock-modifier is neither nil nor one of the
2476 known key modifiers. (Bug#12806)
2477
2478 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
2479
2480 Shrink struct vectorlike_header to the only size field.
2481 * lisp.h (enum pvec_type): Avoid explicit enum member values.
2482 Adjust comment.
2483 (enum More_Lisp_Bits): Change PSEUDOVECTOR_SIZE_BITS and
2484 PVEC_TYPE_MASK to arrange new bitfield in the vector header.
2485 (PSEUDOVECTOR_REST_BITS, PSEUDOVECTOR_REST_MASK): New members.
2486 (PSEUDOVECTOR_AREA_BITS): New member used to extract subtype
2487 information from the vector header. Adjust comment.
2488 (XSETPVECTYPE, XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR)
2489 (PSEUDOVECTOR_TYPEP, DEFUN): Adjust to match new vector header
2490 layout.
2491 (XSETSUBR, SUBRP): Adjust to match new Lisp_Subr layout.
2492 (struct vectorlike_header): Remove next member. Adjust comment.
2493 (struct Lisp_Subr): Add convenient header. Adjust comment.
2494 (allocate_pseudovector): Adjust prototype.
2495 * alloc.c (mark_glyph_matrix, mark_face_cache, allocate_string)
2496 (sweep_string, lisp_malloc): Remove useless prototypes.
2497 (enum mem_type): Adjust comment.
2498 (NEXT_IN_FREE_LIST): New macro.
2499 (SETUP_ON_FREE_LIST): Adjust XSETPVECTYPESIZE usage.
2500 (Fmake_bool_vector): Likewise.
2501 (struct large_vector): New type to represent allocation unit for
2502 the vectors with the memory footprint more than VBLOOCK_BYTES_MAX.
2503 (large_vectors): Change type to struct large_vector.
2504 (allocate_vector_from_block): Simplify.
2505 (PSEUDOVECTOR_NBYTES): Replace with...
2506 (vector_nbytes): ...new function. Adjust users.
2507 (sweep_vectors): Adjust processing of large vectors.
2508 (allocate_vectorlike): Likewise.
2509 (allocate_pseudovector): Change type of 3rd arg to enum pvec_type.
2510 Add easserts. Adjust XSETPVECTYPESIZE usage.
2511 (allocate_buffer): Use BUFFER_PVEC_INIT.
2512 (live_vector_p): Adjust to match large vector.
2513 * buffer.c (init_buffer_once): Use BUFFER_PVEC_INIT.
2514 * buffer.h (struct buffer): Add next member.
2515 (BUFFER_LISP_SIZE, BUFFER_REST_SIZE, BUFFER_PVEC_INIT):
2516 New macros.
2517 (FOR_EACH_BUFFER): Adjust to match struct buffer change.
2518 * fns.c (internal_equal): Adjust to match enum pvec_type change.
2519 (copy_hash_table): Adjust to match vector header change.
2520 * lread.c (defsubr): Use XSETPVECTYPE.
2521 * .gdbinit (xpr, xbacktrace): Adjust to match vector header change.
2522 (xvectype): Likewise. Print PVEC_NORMAL_VECTOR for regular vectors.
2523 (xvecsize): New command.
2524
2525 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
2526
2527 * keyboard.c (event_to_kboard): Do not dereference
2528 frame_or_window field of SELECTION_REQUEST_EVENT
2529 and SELECTION_CLEAR_EVENT events (Bug#12814).
2530 * xterm.h (struct selection_input_event): Adjust comment.
2531
2532 2012-11-07 Eli Zaretskii <eliz@gnu.org>
2533
2534 * w32fns.c (modifier_set): Don't report modifiers from toggle key,
2535 such as Scroll Lock, if the respective keys are treated as
2536 function keys, not as modifiers. This avoids destroying non-ASCII
2537 keyboard input when Scroll Lock is toggled ON. (Bug#12806)
2538
2539 2012-11-07 Dmitry Antipov <dmantipov@yandex.ru>
2540
2541 * xfns.c (Fx_wm_set_size_hint): Use check_x_frame. Adjust docstring.
2542
2543 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
2544
2545 Restore some duplicate definitions (Bug#12814).
2546 This undoes part of the 2012-11-03 changes. Some people build
2547 with plain -g rather than with -g3, and they need the duplicate
2548 definitions for .gdbinit to work; see <http://bugs.gnu.org/12814#26>.
2549 * lisp.h (GCTYPEBITS, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK):
2550 Define as macros, as well as as enums or as constants.
2551
2552 2012-11-06 Jan Djärv <jan.h.d@swipnet.se>
2553
2554 * nsterm.m (convert_ns_to_X_keysym, keyDown:): Add NSNumericPadKeyMask
2555 to keypad keys (Bug#12816).
2556
2557 2012-11-06 Paul Eggert <eggert@cs.ucla.edu>
2558
2559 Minor adjustments of recently-changed frame functions.
2560 * buffer.c (Fbuffer_list): Omit CHECK_FRAME, since arg is already
2561 known to be a frame (we're in the FRAMEP branch).
2562 * lisp.h (Qframep): Remove decl. frame.h declares this.
2563 * window.c (quad): Args are of type EMACS_INT, not ptrdiff_t,
2564 since they're meant for Lisp fixnum values.
2565
2566 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2567
2568 * window.c (Fwindow_combination_limit): Revert to the only
2569 required argument and adjust docstring as suggested in
2570 http://lists.gnu.org/archive/html/emacs-diffs/2012-11/msg01082.html
2571 by Martin Rudalics <rudalics@gmx.at>.
2572
2573 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2574
2575 Widely used frame validity and checking functions.
2576 * frame.h (decode_live_frame, decode_any_frame): Add prototypes.
2577 * frame.c (decode_live_frame, decode_any_frame): New functions.
2578 (delete_frame, Fredirect_frame_focus, Fframe_parameters)
2579 (Fframe_parameter, Fframe_char_height, Fframe_char_width)
2580 (Fframe_pixel_height, Fframe_pixel_width, Ftool_bar_pixel_width)
2581 (Fframe_pointer_visible_p): Use decode_any_frame.
2582 (Fmake_frame_visible, Fmake_frame_invisible, Ficonify_frame)
2583 (Fraise_frame, Flower_frame, Fmodify_frame_parameters)
2584 (Fset_frame_height, Fset_frame_width): Use decode_live_frame.
2585 (Fframe_focus): Likewise. Allow zero number of arguments.
2586 Adjust docstring.
2587 (frame_buffer_list, frame_buffer_predicate): Remove.
2588 * lisp.h (frame_buffer_predicate): Remove prototype.
2589 * buffer.c (Fother_buffer): Use decode_any_frame.
2590 * xdisp.c (Ftool_bar_lines_needed): Likewise.
2591 * xfaces.c (Fcolor_gray_p, Fcolor_supported_p): Likewise.
2592 * font.c (Ffont_face_attributes, Ffont_family_list, Fopen_font)
2593 (Fclose_font, Ffont_info): Use decode_live_frame.
2594 * fontset.c (check_fontset_name): Likewise.
2595 * terminal.c (Fframe_terminal): Likewise.
2596 * w32fns.c (check_x_frame): Likewise.
2597 * window.c (Fminibuffer_window, Fwindow_at)
2598 (Fcurrent_window_configuration): Likewise.
2599 (Frun_window_configuration_change_hook, Fwindow_resize_apply):
2600 Likewise. Allow zero number of arguments. Adjust docstring.
2601 * dispnew.c (Fredraw_frame): Likewise.
2602 * xfaces.c (frame_or_selected_frame): Remove.
2603 (Fx_list_fonts, Finternal_get_lisp_face_attribute, Fface_font)
2604 (Finternal_lisp_face_equal_p, Finternal_lisp_face_empty_p)
2605 (Fframe_face_alist): Use decode_live_frame.
2606 * xfns.c (check_x_frame): Likewise.
2607
2608 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2609
2610 * window.c (quad): New function.
2611 (Fwindow_edges, Fwindow_pixel_edges, Fwindow_inside_edges)
2612 (Fwindow_absolute_pixel_edges, Fwindow_inside_absolute_pixel_edges)
2613 (Fwindow_inside_pixel_edges, Fpos_visible_in_window_p)
2614 (Fwindow_line_height): Use it.
2615 (Fwindow_fringes): Use list3.
2616 (Fwindow_scroll_bars): Use list4.
2617 (Fwindow_frame, Fwindow_top_child, Fwindow_left_child)
2618 (Fwindow_combination_limit): Allow zero number of arguments.
2619
2620 2012-11-05 Eli Zaretskii <eliz@gnu.org>
2621
2622 * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(NT_INC)/unistd.h.
2623
2624 * w32fns.c: Include unistd.h, to avoid compiler warnings on Cygwin.
2625 (emacs_abort) [CYGWIN]: Don't call _open_osfhandle; instead, use
2626 file descriptor 2 for standard error. (Bug#12805)
2627
2628 2012-11-05 Chong Yidong <cyd@gnu.org>
2629
2630 * process.c (wait_reading_process_output): Revert previous change.
2631
2632 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2633
2634 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2635 This removes code that has been obsolete since around 1990.
2636 * callproc.c (Fcall_process):
2637 * emacs.c (main):
2638 * process.c (create_process):
2639 * term.c (dissociate_if_controlling_tty):
2640 Assume setsid exists.
2641 * callproc.c (child_setup): Assume setpgid exists and behaves as
2642 per POSIX.1-1988 or later.
2643 * conf_post.h (setpgid) [!HAVE_SETPGID]: Remove.
2644 * emacs.c (shut_down_emacs):
2645 * sysdep.c (sys_suspend, init_foreground_group):
2646 Assume getpgrp behaves as per POSIX.1-1998 or later.
2647 * msdos.c (setpgrp): Remove.
2648 (tcgetpgrp, setpgid, setsid): New functions.
2649 * systty.h (EMACS_GETPGRP): Remove. All callers now use getpgrp.
2650 * term.c (no_controlling_tty): Remove; unused.
2651 * w32proc.c (setpgrp): Remove.
2652 (setsid, tcgetpgrp): New functions.
2653
2654 Simplify by assuming __fpending.
2655 * dispnew.c: Include <fpending.h>, not <stdio_ext.h>.
2656 (update_frame_1): Use __fpending, not PENDING_OUTPUT_COUNT.
2657 Do not assume that __fpending's result fits in int.
2658
2659 2012-11-04 Paul Eggert <eggert@cs.ucla.edu>
2660
2661 Remove EMACS_OUTQSIZE+sleep hack.
2662 * dispnew.c (update_frame_1): Remove hack for terminals slower
2663 than 2400 bps, which throttled Emacs by having it sleep.
2664 This code hasn't worked since at least 2007, when the multi-tty stuff
2665 was added, and anyway those old terminals are long dead.
2666 * systty.h (EMACS_OUTQSIZE): Remove; unused. The macro isn't used even
2667 without the dispnew.c change, as dispnew.c doesn't include systty.h.
2668
2669 Fix data-loss with --version (Bug#9574).
2670 * emacs.c (close_output_streams): Use strerror, not emacs_strerror,
2671 as we can't assume that emacs_strerror is initialized, and strerror
2672 is good enough here.
2673 (main): Invoke atexit earlier, to catch earlier instances of
2674 sending data to stdout and exiting, e.g., "emacs --version >/dev/full".
2675
2676 2012-11-04 Michael Marchionna <tralfaz@pacbell.net>
2677
2678 * nsterm.m: Add NSClearLineFunctionKey and keypad keys (Bug#8680).
2679 (keyDown): Remap keypad keys to X11 virtual key codes.
2680
2681 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2682
2683 Fix data-loss with --batch (Bug#9574).
2684 * emacs.c: Include <close-stream.h>.
2685 (close_output_streams): New function.
2686 (main): Pass it to atexit, so that Emacs closes stdout and stderr
2687 and handles errors appropriately.
2688 (Fkill_emacs): Don't worry about flushing, as close_output_stream
2689 does that now.
2690
2691 Fix a race condition that causes Emacs to mess up glib (Bug#8855).
2692 The symptom is a diagnostic "GLib-WARNING **: In call to
2693 g_spawn_sync(), exit status of a child process was requested but
2694 SIGCHLD action was set to SIG_IGN and ECHILD was received by
2695 waitpid(), so exit status can't be returned." The diagnostic
2696 is partly wrong, as the SIGCHLD action is not set to SIG_IGN.
2697 The real bug is a race condition between Emacs and glib: Emacs
2698 does a waitpid (-1, ...) and reaps glib's subprocess by mistake,
2699 so that glib can't find it. Work around the bug by invoking
2700 waitpid only on subprocesses that Emacs itself creates.
2701 * process.c (create_process, record_child_status_change):
2702 Don't use special value -1 in pid field, as the caller now must
2703 know the pid rather than having the callee infer it.
2704 The inference was sometimes incorrect anyway, due to another race.
2705 (create_process): Set new 'alive' member if child is created.
2706 (process_status_retrieved): New function.
2707 (record_child_status_change): Use it.
2708 Accept negative 1st argument, which means to wait for the
2709 processes that Emacs already knows about. Move special-case code
2710 for DOS_NT (which lacks WNOHANG) here, from caller. Keep track of
2711 processes that have already been waited for, by testing and
2712 clearing new 'alive' member.
2713 (CAN_HANDLE_MULTIPLE_CHILDREN): Remove, as record_child_status_change
2714 now does this internally.
2715 (handle_child_signal): Let record_child_status_change do all
2716 the work, since we do not want to reap all exited child processes,
2717 only the child processes that Emacs itself created.
2718 * process.h (Lisp_Process): New boolean member 'alive'.
2719
2720 Omit duplicate definitions no longer needed with gcc -g3.
2721 * lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG)
2722 (VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM):
2723 Define only as macros. There's no longer any need to also define
2724 these symbols as enums or as constants, since we now assume
2725 gcc -g3 when debugging.
2726
2727 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2728
2729 * lisp.mk: Adjust comments to the fact that term/internal is now
2730 loaded from loadup.el.
2731
2732 * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
2733 (msdos_fatal_signal): New function.
2734 (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
2735 its argument list.
2736
2737 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
2738 for GCC versions before 4.
2739 (emacs_raise): Define to call msdos_fatal_signal.
2740
2741 * xdisp.c (init_from_display_pos): Fix initialization of the bidi
2742 iterator when starting in the middle of a display or overlay
2743 string. (Bug#12745)
2744
2745 2012-11-03 Chong Yidong <cyd@gnu.org>
2746
2747 * process.c (wait_reading_process_output): Clean up the last
2748 change.
2749
2750 2012-11-03 Jim Paris <jim@jtan.com> (tiny change)
2751
2752 * process.c (wait_reading_process_output): Avoid a race condition
2753 with SIGIO delivery (Bug#11536).
2754
2755 2012-11-03 Chong Yidong <cyd@gnu.org>
2756
2757 * buffer.c (cursor_type): Untabify docstring.
2758
2759 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
2760
2761 * frame.h (struct frame): Drop can_have_scroll_bars member
2762 which is meaningless for a long time. Adjust comments.
2763 (FRAME_CAN_HAVE_SCROLL_BARS): Remove.
2764 * frame.c, nsfns.m, term.c, w32fns.c, xfns.c: Adjust users.
2765
2766 2012-11-03 Dmitry Antipov <dmantipov@yandex.ru>
2767
2768 * window.c (decode_next_window_args): Update window arg after
2769 calling decode_live_window and so fix crash reported at
2770 http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00035.html
2771 by Juanma Barranquero <lekktu@gmail.com>.
2772 (Fwindow_body_width, Fwindow_body_height): Simplify a bit.
2773 * font.c (Ffont_at): Likewise.
2774
2775 2012-11-01 Jan Djärv <jan.h.d@swipnet.se>
2776
2777 * widget.c (resize_cb): New function.
2778 (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733).
2779 (EmacsFrameResize): Check if all is up to date before changing frame
2780 size.
2781
2782 2012-11-02 Eli Zaretskii <eliz@gnu.org>
2783
2784 Implement backtrace output for fatal errors on MS-Windows.
2785 * w32fns.c (CaptureStackBackTrace_proc): New typedef.
2786 (BACKTRACE_LIMIT_MAX): New macro.
2787 (w32_backtrace): New function.
2788 (emacs_abort): Use w32_backtrace when the user chooses not to
2789 attach a debugger. Update the text of the abort dialog.
2790
2791 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
2792
2793 Window-related stuff cleanup here and there.
2794 * dispnew.c (Finternal_show_cursor, Finternal_show_cursor_p):
2795 Use decode_any_window.
2796 * fringe.c (Ffringe_bitmaps_at_pos): Likewise.
2797 * xdisp.c (Fformat_mode_line): Likewise.
2798 * font.c (Ffont_at): Use decode_live_window.
2799 * indent.c (Fcompute_motion, Fvertical_motion): Likewise.
2800 * window.c (decode_next_window_args): Likewise.
2801 (decode_any_window): Remove static.
2802 * window.h (decode_any_window): Add prototype.
2803 * lisp.h (CHECK_VALID_WINDOW, CHECK_LIVE_WINDOW): Move from here...
2804 * window.h: ...to here, redefine via WINDOW_VALID_P and WINDOW_LIVE_P,
2805 respectively.
2806
2807 2012-11-02 Dmitry Antipov <dmantipov@yandex.ru>
2808
2809 Remove pad from struct input_event.
2810 * termhooks.h (struct input_event): Remove padding field.
2811 Adjust comment.
2812 * keyboard.c (event_to_kboard): Simplify because frame_or_window
2813 member is never cons for a long time. Adjust comment.
2814 (mark_kboards): Adjust because SELECTION_REQUEST_EVENT and
2815 SELECTION_CLEAR_EVENT has no Lisp_Objects to mark. Add comment.
2816 * xterm.c (handle_one_xevent): Do not initialize frame_or_window
2817 field of SELECTION_REQUEST_EVENT and SELECTION_CLEAR_EVENT.
2818
2819 2012-11-01 Eli Zaretskii <eliz@gnu.org>
2820
2821 * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776)
2822
2823 2012-10-31 Paul Eggert <eggert@cs.ucla.edu>
2824
2825 Fix crash when using Emacs as commit editor for git (Bug#12697).
2826 * callproc.c (setpgrp): Remove macro, as we now use setpgid
2827 and it is configured in conf_post.h.
2828 (Fcall_process): Don't invoke both setsid and setpgid; the former
2829 is enough, if it exists.
2830 * callproc.c (Fcall_process, child_setup):
2831 * process.c (create_process): Use setpgid.
2832 * conf_post.h (setpgid) [!HAVE_SETPGID]: New macro, which substitutes
2833 for the real thing.
2834 * dispnew.c (init_display): Initialize the foreground group
2835 if we are running a tty display.
2836 * emacs.c (main): Do not worry about setpgrp; init_display does it now.
2837 * lisp.h (init_foreground_group): New decl.
2838 * sysdep.c (inherited_pgroup): New static var.
2839 (init_foreground_group, tcsetpgrp_without_stopping)
2840 (narrow_foreground_group, widen_foreground_group): New functions.
2841 (init_sys_modes): Narrow foreground group.
2842 (reset_sys_modes): Widen foreground group.
2843
2844 2012-10-31 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.
2847
2848 2012-10-31 Martin Rudalics <rudalics@gmx.at>
2849
2850 * minibuf.c (read_minibuf): Restore current buffer since
2851 choose_minibuf_frame calling Fset_frame_selected_window may
2852 change it (Bug#12766).
2853
2854 2012-10-30 Jan Djärv <jan.h.d@swipnet.se>
2855
2856 * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733).
2857
2858 2012-10-30 Kenichi Handa <handa@gnu.org>
2859
2860 * font.c (Ffont_at): If WINDOW is specified and it is not
2861 displaying the current buffer, signal an error.
2862
2863 2012-10-29 Daniel Colascione <dancol@dancol.org>
2864
2865 * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode):
2866 In preparation for fixing bug#12739, move these functions from
2867 here...
2868
2869 * coding.h, coding.c: ... to here, and compile them only when
2870 WINDOWSNT or CYGWIN. Moving these functions out of cygw32 proper
2871 lets us write cygw32-agnostic code for the HAVE_NTGUI case.
2872
2873 2012-10-28 Eli Zaretskii <eliz@gnu.org>
2874
2875 * w32proc.c (TIMER_TICKS_PER_SEC): New macro.
2876 (timer_loop, getitimer, setitimer): Use it instead of
2877 CLOCKS_PER_SEC, which is no longer pertinent, since we don't use
2878 'clock'.
2879 (w32_get_timer_time): Use 10*TIMER_TICKS_PER_SEC instead of a
2880 literal 10000.
2881
2882 2012-10-28 Jan Djärv <jan.h.d@swipnet.se>
2883
2884 * nsterm.m (NO_APPDEFINED_DATA): New define.
2885 (last_appdefined_event_data): New variable
2886 (last_appdefined_event): Remove.
2887 (ns_select): Initialize t from last_appdefined_event_data instead
2888 of [last_appdefined_event data1].
2889 (sendEvent:): Save [theEvent data1] to last_appdefined_event_data,
2890 remove last_appdefined_event (Bug#12698).
2891
2892 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * frame.c (x_set_font): Catch internal error.
2895
2896 2012-10-27 Eli Zaretskii <eliz@gnu.org>
2897
2898 Avoid overflow in w32 implementation of interval timers.
2899 When possible, for ITIMER_PROF count only times the main thread
2900 actually executes.
2901 * w32proc.c <struct itimer_data>: 'expire' and 'reload' are now
2902 'volatile ULONGLONG' types. All the other data which was
2903 previously clock_t is now ULONGLONG. 'terminate' is 'volatile int'.
2904 (GetThreadTimes_Proc): New typedef.
2905 (w32_get_timer_time): New function, returns a suitable time value
2906 for the timer.
2907 (timer_loop): Enter critical section when accessing ULONGLONG
2908 values of the itimer_data struct, as these accesses are no longer
2909 atomic. Call 'w32_get_timer_time' instead of 'clock'.
2910 Remove unused variable.
2911 (init_timers): Initialize s_pfn_Get_Thread_Times.
2912 (start_timer_thread): Don't assign itimer->caller_thread here.
2913 (getitimer): Assign itimer->caller_thread here.
2914 (setitimer): Always call getitimer to get the value of ticks_now.
2915 (sys_spawnve): Avoid compiler warning about format mismatch.
2916
2917 2012-10-26 Eli Zaretskii <eliz@gnu.org>
2918
2919 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Don't enable tracking of
2920 mouse movement events if the menu bar is active. This avoids
2921 producing a busy "hour-glass" cursor by Windows if the mouse
2922 pointer is positioned over a tooltip shown for some menu item.
2923
2924 2012-10-25 Paul Eggert <eggert@cs.ucla.edu>
2925
2926 Don't assume process IDs fit in int.
2927 * emacs.c (shut_down_emacs) [!DOS_NT]:
2928 * sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]:
2929 * term.c (dissociate_if_controlling_tty) [!DOS_NT]:
2930 Use pid_t, not int, to store process IDs, as 'int'
2931 is not wide enough on a few platforms (e.g., AIX and IRIX).
2932
2933 2012-10-23 Kenichi Handa <handa@gnu.org>
2934
2935 The following change is to make face-font-rescale-alist work
2936 correctly for non-ASCII fonts.
2937
2938 * font.c (font_open_entity): Don't handle Vface_font_rescale_alist.
2939 (font_open_for_lface): Handle Vface_font_rescale_alist.
2940
2941 2012-10-23 Chong Yidong <cyd@gnu.org>
2942
2943 * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
2944
2945 2012-10-21 Jan Djärv <jan.h.d@swipnet.se>
2946
2947 * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement
2948 for screen font.
2949 (nsfont_draw): Turn off LCD-smoothing (Bug#11484).
2950
2951 * xterm.c (x_focus_changed): Check if daemonp when sending focus in
2952 event (Bug#12681).
2953
2954 2012-10-21 Glenn Morris <rgm@gnu.org>
2955
2956 * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
2957
2958 2012-10-20 Paul Eggert <eggert@cs.ucla.edu>
2959
2960 Port to OpenBSD 5.1.
2961 * frame.c (Fmouse_position, Fmouse_pixel_position):
2962 * xdisp.c (produce_stretch_glyph):
2963 Declare local vars only when they're needed.
2964 This is clearer and avoids a warning on OpenBSD about unused vars.
2965 * frame.h (FRAME_WINDOW_P): Always evaluate its argument.
2966 This is safer, and avoids OpenBSD warnings about unused vars.
2967 * keyboard.c (record_menu_key): Remove unnecessary decl.
2968 (poll_timer): Define only if POLL_FOR_INPUT is defined.
2969 * unexelf.c (ELFSIZE) [!ElfW]: Do not define if already defined,
2970 as our definition clashes with OpenBSD's.
2971 * xfaces.c (load_face_colors, check_lface_attrs)
2972 (get_lface_attributes_no_remap, get_lface_attributes)
2973 (lface_fully_specified_p, x_supports_face_attributes_p)
2974 (tty_supports_face_attributes_p, face_fontset, realize_face)
2975 (realize_x_face, realize_tty_face):
2976 Declare parameters to be Lisp_Object[LFACE_VECTOR_SIZE], not
2977 merely Lisp_Object *. This is more informative and avoids
2978 a warning on OpenBSD about accessing beyond an object's size.
2979
2980 2012-10-20 Chong Yidong <cyd@gnu.org>
2981
2982 * lread.c (Fload): Doc fix (Bug#12592).
2983
2984 2012-10-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2985
2986 * font.c (Ffont_at): Fix previous change.
2987
2988 2012-10-19 Eli Zaretskii <eliz@gnu.org>
2989
2990 * puresize.h (BASE_PURESIZE): Bump the base value to 1700000.
2991 See http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
2992 for the reasons.
2993
2994 * alloc.c (NSTATICS): Decrease to 0x800.
2995
2996 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * fns.c (Fnreverse): Include the problem element when signaling an
2999 error (bug#12677).
3000
3001 2012-10-18 Jan Djärv <jan.h.d@swipnet.se>
3002
3003 * nsterm.m (ns_select): Check writefds before call to
3004 FD_ISSET (Bug#12668).
3005
3006 2012-10-18 Daniel Colascione <dancol@dancol.org>
3007
3008 * alloc.c (NSTATICS): Increase from 0x650 to 0x1000
3009 (staticpro): If we run out of staticpro slots, die with an
3010 informative error instead of just calling emacs_abort.
3011
3012 2012-10-18 Martin Rudalics <rudalics@gmx.at>
3013
3014 Fix two flaws reported by Dmitry Antipov.
3015 * window.c (Ftemp_output_buffer_show): Remove.
3016 (Fwindow_vscroll, Fset_window_vscroll): Use decode_live_window.
3017 (syms_of_window): Remove defsubr for Stemp_output_buffer_show.
3018
3019 2012-10-17 Eli Zaretskii <eliz@gnu.org>
3020
3021 * makefile.w32-in ($(BLD)/w32.$(O)):
3022 ($(BLD)/vm-limit.$(O)):
3023 ($(BLD)/term.$(O)):
3024 ($(BLD)/unexw32.$(O)):
3025 ($(BLD)/fileio.$(O)):
3026 ($(BLD)/dispnew.$(O)): Update dependencies.
3027
3028 * w32term.h (w32_initialize_display_info, initialize_w32_display):
3029 Add prototypes.
3030
3031 * w32proc.c: Include ctype.h.
3032
3033 * w32.h (init_environment, check_windows_init_file)
3034 (syms_of_ntproc, syms_of_ntterm, dostounix_filename)
3035 (unixtodos_filename, init_winsock, srandom, random, sys_pipe)
3036 (set_process_dir, sys_spawnve, register_child, sys_sleep, getwd)
3037 (sys_link): Add prototypes.
3038
3039 * w32.c: Include w32select.h.
3040 (sys_access, e_malloc, sys_select): Add prototypes.
3041 (emacs_gnutls_pull): 'timeout' is now EMACS_TIME, not struct timeval.
3042
3043 * vm-limit.c [WINDOWSNT]: Include w32heap.h.
3044
3045 * unexw32.c: Include lisp.h and w32.h.
3046
3047 * term.c [WINDOWSNT]: Include w32term.h.
3048
3049 * process.c [WINDOWSNT]: Add prototype of sys_select.
3050
3051 * fileio.c [WINDOWSNT]: Include w32.h.
3052
3053 * dispnew.c [WINDOWSNT]: Include w32.h.
3054
3055 * cygw32.c (Fcygwin_convert_path_to_windows)
3056 (Fcygwin_convert_path_from_windows): Use EQ to compare 2
3057 Lisp_Object values. (Bug#12661)
3058
3059 * w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
3060 to Lisp_Object. (Bug#12661)
3061
3062 2012-10-17 Kenichi Handa <handa@gnu.org>
3063
3064 * xdisp.c (reseat_1): Make the information stored in it->cmp_it
3065 invalidate.
3066
3067 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
3068
3069 * buffer.c (Fkill_buffer): When unchaining the marker,
3070 reset its buffer pointer to NULL (Bug#12652).
3071
3072 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
3073
3074 Do not verify indirection counters of killed buffers (Bug#12579).
3075 * buffer.h (BUFFER_CHECK_INDIRECTION): New macro.
3076 * buffer.c (compact_buffer, set_buffer_internal_1): Use it.
3077
3078 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
3079
3080 * alloc.c (Fmake_byte_code): Fix typo in comment.
3081 * print.c (print_interval): Define as static to match prototype.
3082 * indent.c (disptab_matches_widthtab, recompute_width_table):
3083 Convert to eassert.
3084
3085 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
3086
3087 * editfns.c (get_system_name): Remove.
3088 * lisp.h (get_system_name): Remove prototype.
3089 * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes.
3090 (get_environ_db): Use Vsystem_name. Avoid call to strlen.
3091
3092 2012-10-15 Daniel Colascione <dancol@dancol.org>
3093
3094 * dbusbind.c: Add comment explaining reason for previous change.
3095
3096 2012-10-15 Martin Rudalics <rudalics@gmx.at>
3097
3098 * window.c (Fwindow_end): Rewrite check whether cached position
3099 can be used (Bug#12600).
3100 (resize_frame_windows, grow_mini_window, shrink_mini_window):
3101 Set windows_or_buffers_changed.
3102
3103 2012-10-15 Daniel Colascione <dancol@dancol.org>
3104
3105 * dbusbind.c: Fix cygw32 build break when compiling with dbus
3106 enabled by undefining the symbol "interface", which the platform
3107 headers define to something incompatible.
3108
3109 2012-10-14 Daniel Colascione <dancol@dancol.org>
3110
3111 * image.c (init_tiff_functions, init_imagemagick_functions)
3112 (init_svg_functions): Fix cygw32 build break by using these
3113 functions only when WINDOWSNT _and_ HAVE_NTGUI.
3114
3115 2012-10-14 Jan Djärv <jan.h.d@swipnet.se>
3116
3117 * nsterm.m (ns_select): Count fd:s in writefs also (Bug#12422).
3118
3119 2012-10-13 Jan Djärv <jan.h.d@swipnet.se>
3120
3121 * gtkutil.c (xg_set_widget_bg): Divide by 65535 (Bug#12612).
3122
3123 2012-10-13 HANATAKA, Shinya <bogytech@gmail.com> (tiny change)
3124
3125 * coding.c (detect_coding): Set coding->id before calling
3126 this->detector.
3127
3128 2012-10-13 Andreas Schwab <schwab@linux-m68k.org>
3129
3130 * fileio.c: Formatting fixes.
3131
3132 2012-10-13 Paul Eggert <eggert@cs.ucla.edu>
3133
3134 Fix some stat-related races.
3135 * fileio.c (Fwrite_region): Avoid race condition if a file is
3136 removed or renamed by some other process immediately after Emacs
3137 writes it but before Emacs stats it. Do not assume that stat (or
3138 fstat) succeeds.
3139 * image.c (slurp_file): Resolve the file name with fopen + fstat
3140 rather than stat + fopen.
3141 (pbm_read_file) [0]: Remove unused code with stat race.
3142 * process.c (allocate_pty) [HAVE_PTYS && !PTY_ITERATION && !PTY_OPEN]:
3143 Remove ineffective code with stat race.
3144
3145 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * doc.c (get_doc_string): Don't signal an error if the file is missing.
3148
3149 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
3150
3151 * nsterm.m (hold_event_q): New static variable.
3152 (EV_TRAILER, sendScrollEventAtLoc:fromEvent:): Call hold_event if
3153 ! q_event_ptr.
3154 (hold_event): New function.
3155 (ns_read_socket): If hold_event_q have events, store them and
3156 return (Bug#12384).
3157 (setPosition:portion:whole:): Send SIGIO to ourselves if apploopnr
3158 is zero (Bug#12384).
3159
3160 2012-10-12 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
3163
3164 2012-10-12 Eli Zaretskii <eliz@gnu.org>
3165
3166 * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
3167
3168 * fileio.c (check_existing): New function.
3169 (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
3170 instead of calling 'stat', when what's needed is to check whether
3171 a file exists. This avoids expensive system calls on MS-Windows.
3172 (Bug#12587)
3173
3174 * w32.c (init_environment): Call 'check_existing' instead of 'stat'.
3175
3176 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
3177 determine whether a file exists and is not a directory.
3178
3179 * lisp.h (check_existing): Add prototype.
3180
3181 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
3182
3183 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.
3184
3185 2012-10-12 Glenn Morris <rgm@gnu.org>
3186
3187 * buffer.c (Fset_buffer): Doc fix. (Bug#12624)
3188
3189 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
3192
3193 * eval.c (Fautoload): Remember previous autoload status in load-history.
3194
3195 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
3196
3197 lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
3198 * lread.c (load_each_byte, new_backquote_flag, readchar)
3199 (read_filtered_event, lisp_file_lexically_bound_p)
3200 (safe_to_load_version, Fload, complete_filename_p, openp)
3201 (build_load_history, readevalloop, read_escape, read1)
3202 (string_to_number, read_vector, read_list):
3203 * macros.c (Fstart_kbd_macro):
3204 * marker.c (CONSIDER):
3205 * menu.c (parse_single_submenu, digest_single_submenu)
3206 (find_and_return_menu_selection, Fx_popup_menu):
3207 * minibuf.c (read_minibuf_noninteractive, read_minibuf)
3208 (Ftry_completion):
3209 * nsmenu.m (ns_update_menubar, runMenuAt:forFrame:keymaps:):
3210 (ns_menu_show):
3211 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
3212 (xmenu_show, xdialog_show):
3213 Use bool for booleans.
3214 * lread.c (safe_to_load_version): Rename from safe_to_load_p,
3215 as it's not a predicate. All uses changed. Omit unnecessary
3216 buffer termination.
3217
3218 2012-10-11 Dmitry Antipov <dmantipov@yandex.ru>
3219
3220 * editfns.c (save_excursion_save): Use nil if mark points to nowhere.
3221 (save_excursion_restore): Do not restore mark if it was not saved.
3222
3223 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
3224
3225 * marker.c (cached_modiff): EMACS_INT, not int.
3226
3227 * w32select.c (waiting_for_input): Declare by including "keyboard.h"
3228 instead of having a wrong decl.
3229 * nsmenu.m (waiting_for_input): Remove wrong decl.
3230
3231 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
3232
3233 keyboard.c, keymap.c: Use bool for booleans.
3234 * dispnew.c (sit_for): Distinguish between 3-way display_option
3235 and boolean do_display.
3236 * keyboard.c (single_kboard, this_command_key_count_reset)
3237 (waiting_for_input, echoing, immediate_quit, input_pending)
3238 (interrupt_input, interrupts_deferred, pop_kboard)
3239 (temporarily_switch_to_single_kboard, ignore_mouse_drag_p)
3240 (command_loop_1, adjust_point_for_property)
3241 (safe_run_hooks_error, input_polling_used, read_char):
3242 (help_char_p, readable_events, kbd_buffer_events_waiting)
3243 (kbd_buffer_get_event, timer_check_2, make_lispy_event)
3244 (lucid_event_type_list_p, get_input_pending):
3245 (gobble_input, menu_separator_name_p, menu_bar_item)
3246 (parse_menu_item, parse_tool_bar_item, read_char_x_menu_prompt)
3247 (read_char_minibuf_menu_prompt, access_keymap_keyremap)
3248 (keyremap_step, test_undefined, read_key_sequence)
3249 (detect_input_pending, detect_input_pending_ignore_squeezables)
3250 (detect_input_pending_run_timers, requeued_events_pending_p)
3251 (quit_throw_to_read_char, Fset_input_interrupt_mode):
3252 * keymap.c (get_keymap, keymap_parent, keymap_memberp)
3253 (access_keymap_1, access_keymap, map_keymap, get_keyelt)
3254 (Fdefine_key, Flookup_key, struct accessible_keymaps_data)
3255 (accessible_keymaps_1, Fkey_description, push_key_description):
3256 (shadow_lookup, struct where_is_internal_data)
3257 (where_is_internal, Fwhere_is_internal, where_is_internal_1)
3258 (Fdescribe_buffer_bindings, describe_map_tree, struct describe_map_elt)
3259 (describe_map, describe_vector):
3260 * menu.c (single_menu_item):
3261 * nsmenu.m (ns_update_menubar):
3262 * process.c (wait_reading_process_output):
3263 * search.c (scan_buffer, scan_newline):
3264 Use bool for boolean.
3265 * keyboard.c (timers_run, swallow_events)
3266 (detect_input_pending_run_timers):
3267 * process.c (wait_reading_process_output):
3268 Use unsigned for counter where wraparound-on-overflow is desired,
3269 since unsigned is guaranteed to have that behavior and signed is not.
3270 (read_char): Use ptrdiff_t for string length.
3271 (get_input_pending): Remove first argument, since it was always
3272 the same pointer-to-int (now pointer-to-boolean) &input_pending,
3273 and behave as if it had that value. Return new value of
3274 input_pending. All callers changed.
3275 * keyboard.h (struct kboard): Use unsigned : 1 for boolean member
3276 immediate_echo. Use ptrdiff_t for echo_after_prompt, since it's
3277 a string length.
3278 * keymap.c (push_key_description): Omit last arg, which was always 1.
3279 All callers changed.
3280
3281 * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
3282
3283 2012-10-10 Juanma Barranquero <lekktu@gmail.com>
3284
3285 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
3286 ($(BLD)/term.$(O)): Update dependencies.
3287
3288 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
3289
3290 * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
3291 * lisp.h (enum pvec_type): Adjust comments and omit explicit
3292 initializer for PVEC_NORMAL_VECTOR.
3293
3294 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
3295
3296 Clean out old termopts cruft.
3297 * termopts.h (flow_control, meta_key): Remove unused decls.
3298 * dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
3299 Don't include termopts.h.
3300
3301 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
3302
3303 * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
3304
3305 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
3306
3307 * commands.h (immediate_quit): Remove duplicate decl.
3308
3309 2012-10-09 Jan Djärv <jan.h.d@swipnet.se>
3310
3311 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
3312 caching.
3313 (nsfont_open): Remove setting of Vfonts_in_cache.
3314 (syms_of_nsfont): Remove initialization of Vfonts_in_cache.
3315
3316 2012-10-09 Eli Zaretskii <eliz@gnu.org>
3317
3318 * w32fns.c (w32_last_error): Change the return value to DWORD, to
3319 match what GetLastError returns. Explain why the function is
3320 needed.
3321
3322 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
3323 'is_tooltip_frame', to avoid confusion with its global namesake.
3324
3325 2012-10-08 Daniel Colascione <dancol@dancol.org>
3326
3327 * xdisp.c (start_hourglass): Call w32_note_current_window when
3328 HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
3329 build that caused Emacs to display the hourglass cursor forever.
3330
3331 * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
3332 which is broken under remote desktop, calculate the number of
3333 colors available for a display based on the display's number of
3334 planes and number of bits per pixel per plane. (bug#10397).
3335
3336 2012-10-08 Jan Djärv <jan.h.d@swipnet.se>
3337
3338 * nsfont.m (Vfonts_in_cache): New variable.
3339 (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
3340 are used. Add cached fonts to Vfonts_in_cache.
3341 (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
3342
3343 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
3344
3345 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
3346 in nt/config.nt.
3347 (FONT_H): Define after FRAME_H.
3348 ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
3349 Update dependencies.
3350
3351 * w32term.c: Remove leftover declaration of keyboard_codepage.
3352
3353 2012-10-08 Eli Zaretskii <eliz@gnu.org>
3354
3355 * makefile.w32-in (FONT_H): Add $(FRAME_H).
3356 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
3357 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
3358 (GLOBAL_SOURCES): Add cygw32.c.
3359 ($(BLD)/unexw32.$(O)):
3360 ($(BLD)/w32.$(O)):
3361 ($(BLD)/w32console.$(O)):
3362 ($(BLD)/w32fns.$(O)):
3363 ($(BLD)/w32heap.$(O)):
3364 ($(BLD)/w32menu.$(O)):
3365 ($(BLD)/w32proc.$(O)): Add w32common.h.
3366
3367 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
3368 'const char *'.
3369 (x_to_w32_color): Don't modify the argument, modify a copy instead.
3370
3371 2012-10-08 Daniel Colascione <dancol@dancol.org>
3372
3373 * w32term.h (WM_EMACS_BRINGTOTOP, WM_EMACS_INPUT_READY)
3374 (WM_EMACS_END): Change WM_EMACS_BRINGTOTOP from 22 to 21 to close
3375 accidental message numbering hole. Change other messages to
3376 match.
3377
3378 * w32select.h (HAVE_W32SELECT): Remove.
3379
3380 * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include
3381 w32common.h instead of w32heap.h.
3382
3383 * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size)
3384 (get_allocation_unit, get_processor_type, get_w32_major_version)
3385 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
3386 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
3387 (OS_NT, os_subtype, cache_system_info): Move declarations to
3388 w32common.
3389
3390 * w32heap.c: Include w32common.h.
3391 (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version)
3392 (w32_minor_version, w32_build_number, w32_subtype):
3393 Remove duplicate definitions.
3394
3395 * w32fns.c: Include w32common.h; include w32heap.h only in
3396 WINDOWSNT.
3397
3398 (Fx_file_dialog): Clarify comment on GetOpenFileName structure.
3399 Use `report_file_error' instead of `error' in order to better
3400 inform users of what went wrong. Increase NTGUI_UNICODE file
3401 dialog box file name length to 32k, the maximum allowed by the NT
3402 kernel.
3403
3404 * w32common.h: New file.
3405 (ROUND_UP, ROUND_DOWN, get_page_size)
3406 (get_allocation_unit, get_processor_type, get_w32_major_version)
3407 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
3408 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
3409 (OS_NT, os_subtype, cache_system_info): Move here.
3410
3411 * unexw32.c, unexcw.c: Include w32common.h.
3412
3413 * emacs.c (main): Use (defined (WINDOWSNT) || defined
3414 HAVE_NTGUI) instead of removed HAVE_W32SELECT to decide whether
3415 to call syms_of_w32select.
3416
3417 * cygw32.h: Remove obsolete EXFUN declarations.
3418
3419 * cygw32.c (Qutf_16_le): Rename to Qutf_16le.
3420
3421 * Makefile.in (SOME_MACHINE_OBJECTS): Reverse accidental removal
3422 of w32inevt.o from SOME_MACHINE_OBJECTS.
3423
3424 2012-10-08 Daniel Colascione <dancol@dancol.org>
3425
3426 * image.c: Permanent fix for JPEG compilation issue --- limit
3427 jpeglib `boolean' redefinition to Cygwin builds.
3428
3429 2012-10-08 Eli Zaretskii <eliz@gnu.org>
3430
3431 * image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
3432
3433 * emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on
3434 Cygwin.
3435
3436 2012-10-08 Daniel Colascione <dancol@dancol.org>
3437
3438 * xfaces.c, xdisp.c, window.c, w32xfns.c, w32term.h, w32term.c,
3439 w32select.h w32select.c, w32proc.c, w32menu.c, w32inevt.c,
3440 w32help.c, w32font.c, w32font.c, w32fns.c, w32console.c, w32.h,
3441 w32.c, unexw32.c, termhooks.h, process.c, menu.c, keyboard.h,
3442 keyboard.c, image.c, frame.h, frame.c, fontset.c, font.h, font.c,
3443 emacs.c, dispextern.h, cygw32.h, cygw32.c, conf_post.h,
3444 Makefile.in: use HAVE_NTGUI for W32 GUI and WINDOWSNT for the
3445 operating system. defined(HAVE_NTGUI) && !defined(WINDOWSNT) is
3446 now a supported configuration.
3447
3448 * Makefile.in: consolidate image variables into LIBIMAGE; add
3449 W32_OBJ and W32_LIBS. Compile new files.
3450
3451 * conf_post.h:
3452 (_DebPrint) declare tracing facility for W32 debugging. We need
3453 to unify tracing later.
3454
3455 (NTGUI_UNICODE) Define when compiling for Cygwin to allow the
3456 unconditional use of W32 Unicode functions. Cygwin runs only on
3457 100% Unicode operating systems.
3458
3459 * cygw32.c: New file. Define Cygwin-specific facilities.
3460 (Fcygwin_convert_path_to_windows)
3461 (Fcygwin_convert_path_from_windows): New user functions for
3462 accessing Cygwin path-munging routines.
3463
3464 * cygw32.h: New file.
3465 (WCSDATA, to_unicode, from_unicode): Define facilities for storing
3466 UTF-16LE strings temporarily inside non-Lisp-visible string
3467 objects.
3468
3469 (w32_strerror): Just what it says on the tin.
3470
3471 * emacs.c: Make the NS fork-then-exec code for daemon-launching
3472 also run for Cygwin; both systems have the same problem with using
3473 GUI facilities in a forked child. Also call syms_of_cygw32,
3474 syms_of_w32select in correct places.
3475
3476 (DAEMON_MUST_EXEC): new macro defined to signal that a platform
3477 needs fork-then-exec for daemon launching.
3478
3479 * font.h: Include frame.h.
3480
3481 * image.c: Use the image library cache machinery only when we're
3482 compiling for native WINDOWSNT; Cygwin can use shared libraries
3483 like any other Unixlike system.
3484
3485 * keyboard.c: Clarify a comment regarding the input loop.
3486
3487 * menu.c: When NTGUI_UNICODE is defined, use Unicode menu
3488 functions directly instead of trying to detect at runtime that our
3489 host operating system supports them. We make this change for two
3490 reasons: Cygwin lacks support for the multibyte character
3491 conversion functions used by the legacy menu code, and Cygwin
3492 never needs to rely on non-Unicode APIs.
3493
3494 * unexw32.c (hinst): Declare extern.
3495
3496 * w32.c: Change header order;
3497 (w32_strerror): Move to w32fns.c because we need it for
3498 non-WINDOWSNT builds.
3499
3500 * w32.h: Add #error macro to make sure we don't include w32.h for
3501 Cygwin builds. Remove w32select declarations.
3502
3503 * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to
3504 w32fns.c. w32console.c is WINDOWSNT-only.
3505
3506 * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more
3507 NTGUI_UNICODE tweaks. (See above.) Change _snprintf to the more
3508 POSIXy alternative.
3509 (faked_key, sysinfo_cache, osinfo_cahce, syspage_mask)
3510 (w32_major_version, w32_minor_version, w32_build_number)
3511 (os_subtype, sound_type): Define here
3512 (w32_defined_color): Make color parameter const for consistency
3513 with other _defined_color functions.
3514 (w32_createwindow): Unconditionally call w32_init_class instead of
3515 doing so only when hprevinst is non-NULL. Plumbing hprevinst
3516 through the code is complex and unnecessary because class
3517 registration is practically free.
3518 (w32_name_of_message): New EMACSDEBUG-only function.
3519 (Fset_message_beep): Move here
3520 (Fx_open_connection): Require that the display name for Windows be
3521 "w32" for consistency, emacsclient disambiguation, and maybe, one
3522 day, multi-window-system support.
3523 (file_dialog_callback): NTGUI_UNICODE changes; encode and decode
3524 Cygwin files for W32 GUI facilities, since these clearly don't
3525 expect Cygwin names.
3526 (_DebPrint): Define.
3527 (w32_strerror, w32_console_toggle_lock_key, w32_kbd_mods_to_emacs)
3528 (w32_kbd_patch_key, w32_sys_ring_bell): Move here.
3529 (Ssystem_move_file_to_trash): Define only for native WINDOWSNT.
3530 (w32_last_error): Remove.
3531
3532 * w32font.c: Define _strlwr to strlwr for non-WINDOWSNT builds.
3533
3534 * w32heap.c (syspage_mask): Declare here.
3535 (cache_system_info): Remove.
3536
3537 * w32inevt.c (faked_key): Define globally, not statically.
3538 (w32_kbd_mods_to_emacs, w32_kbd_patch_key, faked_key)
3539 (w32_console_toggle_lock_key): Move to w32fns.c.
3540
3541 * w32menu.c: Include setjmp.h. NTGUI_UNICODE changes throughout.
3542
3543 * w32proc.c (_DebPrint): Move to w32fns.c.
3544 * w32select.c: Include string.h, stdio.h for Cygwin.
3545 * w32select.h: New File.
3546
3547 * w32term.c: Include io.h for non-CYGWIN builds; needed for
3548 get_osfhandle.
3549 (w32_message_fd): New variable. Under Cygwin, holds the file
3550 descriptor the system used to tell us about pending thread
3551 messages.
3552
3553 (w32_init_term): Remove incorrect calls to fcntl and init_sigio
3554 that prevented compilation under non-WINDOWSNT systems.
3555
3556 (w32_initialize): Open /dev/windows and assign it to
3557 w32_message_fd. Provide w32 feature.
3558
3559 * w32term.h: Include frame.h, atimer.h. Declare various frame functions.
3560 (WM_EMACS_INPUT_READY): add.
3561 (prepend_msg, w32_message_fd): Declare globally.
3562
3563 * w32xfns.c:
3564 (keyboard_handle): Use only when WINDOWSNT.
3565 (notify_msg_ready): New function. Posts a message to the main
3566 thread's message queue under CYGWIN, which wakes up the main
3567 thread from select(2) by making the /dev/windows file descriptor
3568 ready. Under WINDOWSNT, it sets an event the same way the old
3569 code did.
3570
3571 (post, prepend_msg): Actually call notify_msg_ready instead of
3572 setting the input event directly.
3573
3574 2012-10-07 Eli Zaretskii <eliz@gnu.org>
3575
3576 * ralloc.c (relinquish): If a heap is ready to be relinquished,
3577 but it still has blocs in it, don't return it to the system,
3578 instead of aborting. (Bug#12402)
3579
3580 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
3581
3582 * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).
3583
3584 * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of
3585 MAC_OS_X_VERSION_10_6.
3586 (syms_of_nsterm): Remove comment about Panther and above for
3587 ns-antialias-text.
3588 * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
3589 (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
3590 (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
3591
3592 * nsselect.m (ns_string_from_pasteboard): Remove check for >=
3593 MAC_OS_X_VERSION_10_4.
3594
3595 * nsmenu.m (fillWithWidgetValue:): Remove code for <
3596 MAC_OS_X_VERSION_10_2.
3597
3598 * nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.
3599
3600 * nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
3601 (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.
3602
3603 * nsterm.m (ns_in_resize): Remove (Bug#12479).
3604 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
3605 (ns_clear_frame, sendEvent, windowDidResize, drawRect:):
3606 Remove ns_in_resize check.
3607 (ns_clear_frame_area): Remove resize handle code.
3608
3609 * nsfns.m (ns_in_resize): Remove.
3610 (x_set_icon_name, ns_set_name, ns_set_name_as_filename):
3611 Remove ns_in_resize check.
3612
3613 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
3614
3615 Improve sys_siglist detection.
3616 * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
3617 defined as a macro, as is done in Solaris.
3618 (sys_siglist_entries): New macro.
3619 (save_strsignal): Use it.
3620 * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
3621 GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
3622
3623 2012-10-06 Jan Djärv <jan.h.d@swipnet.se>
3624
3625 * nsfns.m (Fx_create_frame): Call x_default_parameter with
3626 fullscreen/Fullscreen.
3627
3628 * nsterm.h (EmacsView): Rename tbar_height to tibar_height.
3629 tobar_height is new.
3630
3631 * nsterm.m (x_make_frame_visible): Check for fullscreen.
3632 (ns_fullscreen_hook): Activate old style fullscreen with a timer.
3633 (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
3634 (windowDidResize:): Check for correct window if old style fullscreen.
3635 Capitalize word in comment. Remove incorrect comment.
3636 (initFrameFromEmacs:): tbar_height renamed tibar_height.
3637 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
3638 error in drawing background.
3639 (toggleFullScreen:): Remove comment. Rearrange calls.
3640 Set toolbar values to zero, save old height in tobar_height.
3641 Restore tool bar height when leaving fullscreen.
3642 (canBecomeMainWindow): New function.
3643
3644 2012-10-06 Paul Eggert <eggert@cs.ucla.edu>
3645
3646 * keyboard.c (read_char): Remove unnecessary 'volatile's and label.
3647
3648 2012-10-05 Eli Zaretskii <eliz@gnu.org>
3649
3650 * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
3651
3652 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
3653 that time stamps of directories could also be changed.
3654 Don't request the too broad GENERIC_WRITE, only the more restrictive
3655 FILE_WRITE_ATTRIBUTES access rights.
3656
3657 * fileio.c (Fset_file_times): Special-case ignoring errors for
3658 directories only on MSDOS, not on MS-Windows.
3659
3660 2012-10-05 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
3661
3662 * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555)
3663
3664 2012-10-04 Eli Zaretskii <eliz@gnu.org>
3665
3666 * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
3667 see whether CreateFile failed.
3668
3669 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
3670
3671 * profiler.c (handle_profiler_signal): Inhibit pending signals too,
3672 to avoid similar races.
3673 * keyboard.c (pending_signals): Now bool, not int.
3674
3675 Port timers to OpenBSD, plus check for timer failures.
3676 OpenBSD problem reported by Han Boetes.
3677 * profiler.c (setup_cpu_timer): Check for failure of timer_settime
3678 and/or setitimer.
3679 (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
3680 * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms
3681 like OpenBSD, which has timer_settime but does not declare it.
3682 OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
3683 whether to use itimerspec-related primitives. All uses of
3684 HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
3685
3686 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
3687
3688 * profiler.c (handle_profiler_signal): Fix a malloc race
3689 that caused Emacs to hang on Fedora 17 when profiling Lisp.
3690
3691 2012-10-02 Jan Djärv <jan.h.d@swipnet.se>
3692
3693 * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
3694
3695 2012-10-02 Eli Zaretskii <eliz@gnu.org>
3696
3697 * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
3698 consistent with the change in return value of 'safe_strsignal'.
3699
3700 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
3701
3702 Prefer plain 'static' to 'static inline' (Bug#12541).
3703 * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
3704 (bidi_set_sor_type, bidi_push_embedding_level)
3705 (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
3706 (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
3707 (bidi_cache_search, bidi_cache_ensure_space)
3708 (bidi_cache_iterator_state, bidi_cache_find)
3709 (bidi_peek_at_next_level, bidi_set_paragraph_end)
3710 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
3711 (bidi_explicit_dir_char, bidi_resolve_neutral_1):
3712 Now 'static', not 'static inline'.
3713
3714 Count overruns when profiling; change units to ns.
3715 * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
3716 Give extra weight to samples after overruns, to attempt to count
3717 the time more accurately.
3718 (setup_cpu_timer): Change sampling interval units from ms to ns, since
3719 the underlying primitives nominally do ns.
3720 (Fprofiler_cpu_start): Document the change. Mention that
3721 the sampling intervals are only approximate.
3722
3723 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
3726
3727 * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
3728 case for the special 0 coding-system.
3729
3730 * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
3731 (Fmake_overlay): Remove redundant tests.
3732 (fix_start_end_in_overlays): Remove redundant recentering.
3733
3734 2012-10-02 Juanma Barranquero <lekktu@gmail.com>
3735
3736 * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
3737 Update dependencies.
3738
3739 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3740
3741 Fix a malloc race condition involving strsignal.
3742 A signal can arrive in the middle of a malloc, and Emacs's signal
3743 handler can invoke strsignal, which can invoke malloc, which is
3744 not portable. This race condition bug makes Emacs hang on GNU/Linux.
3745 Fix it by altering the signal handler so that it does not invoke
3746 strsignal.
3747 * emacs.c (shut_down_emacs): Use safe_strsignal, not strsignal.
3748 * process.c (status_message): Use const pointer, in case strsignal
3749 is #defined to safe_strsignal.
3750 * sysdep.c (sys_siglist, init_signals): Always define and
3751 initialize a substitute sys_siglist if the system does not define
3752 one, even if HAVE_STRSIGNAL.
3753 (safe_strsignal): Rename from strsignal. Always define,
3754 using sys_siglist. Return a const pointer.
3755 * syssignal.h (safe_strsignal): New decl.
3756 (strsignal) [!HAVE_STRSIGNAL]: Define in terms of safe_strsignal.
3757
3758 2012-10-01 Eli Zaretskii <eliz@gnu.org>
3759
3760 * w32proc.c (timer_loop): Fix code that waits for timer
3761 expiration, to avoid high CPU usage.
3762
3763 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
3766 (sweep_weak_table): Remove redundant prototypes.
3767
3768 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
3769
3770 * emacs.c: Move the inclusion of TERM_HEADER after including
3771 windows.h on WINDOWSNT. This avoids compilation problems with
3772 MSVC.
3773
3774 2012-10-01 Eli Zaretskii <eliz@gnu.org>
3775
3776 * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET)
3777 (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses.
3778 (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *',
3779 as the previous version used 'void *'.
3780
3781 * ralloc.c (ROUNDUP): Fix last change.
3782 (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type
3783 'size_t'.
3784
3785 * w32proc.c <disable_itimers>: New static flag.
3786 (init_timers): Initialize it to zero, after creating the critical
3787 sections used by the timer threads.
3788 (term_timers): Set to 1 before deleting the critical sections.
3789 (getitimer, setitimer): If disable_itimers is non-zero, return an
3790 error indication without doing anything. Reported by Fabrice
3791 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
3792 (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
3793 return results.
3794 [!HAVE_SETITIMER]: Behave as the previous version that didn't
3795 support timers.
3796
3797 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
3798 term_ntproc after all the other bookkeeping, to get timers working
3799 as long as possible.
3800
3801 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
3802
3803 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
3804 Suggested by Juri Linkov in
3805 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
3806
3807 Prefer plain 'static' to 'static inline' (Bug#12541).
3808 With static functions, modern compilers inline pretty well by
3809 themselves; advice from programmers often hurts as much as it helps.
3810 On my host (x86-64, Fedora 17, GCC 4.7.2, default 'configure'),
3811 this change shrinks the text size of the Emacs executable by 1.1%
3812 without affecting CPU significantly in my benchmark.
3813 * alloc.c (mem_find, live_string_p, live_cons_p, live_symbol_p)
3814 (live_float_p, live_misc_p, live_vector_p, live_buffer_p)
3815 (mark_maybe_object, mark_maybe_pointer, bounded_number):
3816 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
3817 (bset_auto_fill_function, bset_auto_save_file_format)
3818 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
3819 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
3820 (bset_cache_long_line_scans, bset_case_fold_search)
3821 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
3822 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
3823 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
3824 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
3825 (bset_header_line_format, bset_indicate_buffer_boundaries)
3826 (bset_indicate_empty_lines, bset_invisibility_spec)
3827 (bset_left_fringe_width, bset_major_mode, bset_mark)
3828 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
3829 (bset_name, bset_overwrite_mode, bset_pt_marker)
3830 (bset_right_fringe_width, bset_save_length)
3831 (bset_scroll_bar_width, bset_scroll_down_aggressively)
3832 (bset_scroll_up_aggressively, bset_selective_display)
3833 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
3834 (bset_word_wrap, bset_zv_marker, set_buffer_overlays_before)
3835 (set_buffer_overlays_after):
3836 * category.c (bset_category_table):
3837 * charset.c (read_hex):
3838 * coding.c (produce_composition, produce_charset)
3839 (handle_composition_annotation, handle_charset_annotation)
3840 (char_encodable_p):
3841 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers)
3842 (assign_row, set_frame_matrix_frame, make_current)
3843 (add_row_entry):
3844 * eval.c (set_specpdl_symbol, set_specpdl_old_value):
3845 * fns.c (maybe_resize_hash_table):
3846 * frame.c (fset_buffer_predicate, fset_minibuffer_window):
3847 * gmalloc.c (register_heapinfo):
3848 * image.c (lookup_image_type):
3849 * intervals.c (set_interval_object, set_interval_left)
3850 (set_interval_right, copy_interval_parent, rotate_right)
3851 (rotate_left, balance_possible_root_interval):
3852 * keyboard.c (kset_echo_string, kset_kbd_queue)
3853 (kset_keyboard_translate_table, kset_last_prefix_arg)
3854 (kset_last_repeatable_command, kset_local_function_key_map)
3855 (kset_overriding_terminal_local_map, kset_real_last_command)
3856 (kset_system_key_syms, clear_event, set_prop):
3857 * lread.c (digit_to_number):
3858 * marker.c (attach_marker, live_buffer, set_marker_internal):
3859 * nsterm.m (ns_compute_glyph_string_overhangs):
3860 * process.c (pset_buffer, pset_command)
3861 (pset_decode_coding_system, pset_decoding_buf)
3862 (pset_encode_coding_system, pset_encoding_buf, pset_filter)
3863 (pset_log, pset_mark, pset_name, pset_plist, pset_sentinel)
3864 (pset_status, pset_tty_name, pset_type, pset_write_queue):
3865 * syntax.c (bset_syntax_table, dec_bytepos):
3866 * terminal.c (tset_param_alist):
3867 * textprop.c (interval_has_some_properties)
3868 (interval_has_some_properties_list):
3869 * window.c (wset_combination_limit, wset_dedicated)
3870 (wset_display_table, wset_hchild, wset_left_fringe_width)
3871 (wset_left_margin_cols, wset_new_normal, wset_new_total)
3872 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
3873 (wset_right_fringe_width, wset_right_margin_cols)
3874 (wset_scroll_bar_width, wset_start, wset_temslot, wset_vchild)
3875 (wset_vertical_scroll_bar_type, wset_window_parameters):
3876 * xdisp.c (wset_base_line_number, wset_base_line_pos)
3877 (wset_column_number_displayed, wset_region_showing)
3878 (window_box_edges, run_window_scroll_functions)
3879 (append_glyph_string_lists, prepend_glyph_string_lists)
3880 (append_glyph_string, set_glyph_string_background_width)
3881 (append_glyph, append_composite_glyph)
3882 (take_vertical_position_into_account):
3883 * xfaces.c (x_create_gc, x_free_gc, merge_face_vectors)
3884 (face_attr_equal_p, lface_equal_p, hash_string_case_insensitive)
3885 (lface_hash, lface_same_font_attributes_p, lookup_face):
3886 * xml.c (libxml2_loaded_p):
3887 * xterm.c (x_set_mode_line_face_gc, x_set_glyph_string_gc)
3888 (x_set_glyph_string_clipping, x_clear_glyph_string_rect):
3889 Now 'static', not 'static inline'.
3890
3891 * bidi.c: Tune.
3892 (bidi_copy_it): Do the whole copy with a single memcpy.
3893 (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
3894
3895 Revert the FOLLOW-SYMLINKS change for file-attributes.
3896 Doing it right would require several changes to Tramp, and there's
3897 not enough time to get that tested before the freeze today.
3898 * dired.c (directory_files_internal, Ffile_attributes):
3899 Undo last change.
3900
3901 * frame.c (x_report_frame_params): Port better to wider ints.
3902 Do not assume that EMACS_UINT is the same width as uprintmax_t,
3903 or that pointers can be printed in 15 decimal digits.
3904 Avoid GCC warnings if EMACS_UINT is wider than a pointer.
3905
3906 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
3907
3908 Support x64 build on MS-Windows.
3909 * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64.
3910 (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for
3911 compatibility with x64.
3912 (x_get_focus_frame): Add prototype.
3913
3914 * w32term.c (w32_draw_underwave): Don't use GCC extensions for
3915 defining an XRectangle structure.
3916
3917 * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
3918 arithmetics for compatibility with x64.
3919
3920 * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
3921 compatibility with x64.
3922
3923 * w32heap.h: Adjust prototypes and declarations.
3924
3925 * w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap)
3926 (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of
3927 DWORD, long, and unsigned long, for compatibility with x64.
3928 (allocate_heap) [_WIN64]: Reserve 32GB of memory.
3929 (sbrk): Argument is now of type ptrdiff_t.
3930
3931 * w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being
3932 less than 0x0500.
3933 (w32_msg_pump): Use WPARAM type for 'result'.
3934
3935 * w32.c (init_environment, get_emacs_configuration): Support AMD64
3936 architecture.
3937 (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for
3938 compatibility with x64.
3939
3940 * vm-limit.c (lim_data): Now size_t.
3941 (check_memory_limits): Adjust prototypes of real_morecore and
3942 __morecore to receive argument of type ptrdiff_t. Use size_t for
3943 five_percent and data_size.
3944
3945 * unexw32.c: Use DWORD_PTR instead of DWORD for file-scope
3946 variables, for compatibility with x64.
3947 (rva_to_section, offset_to_section, relocate_offset)
3948 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET)
3949 (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info)
3950 (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD
3951 for compatibility with x64.
3952
3953 * sysdep.c (STDERR_FILENO): Define if not already defined.
3954
3955 * ralloc.c (real_morecore): Argument type is now ptrdiff_t.
3956 (__morecore): Argument type is now ptrdiff_t.
3957 (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'.
3958 (relinquish): Use ptrdiff_t type for 'excess'.
3959 (r_alloc_sbrk): Argument type is now ptrdiff_t.
3960
3961 * makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE.
3962 (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE)
3963 instead of a literal number.
3964
3965 * gmalloc.c [WINDOWSNT]: Include w32heap.h.
3966 (min): Define only if not already defined.
3967
3968 * frame.c (x_report_frame_params): Use EMACS_UINT for the return
3969 value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows
3970 hosts.
3971
3972 * image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since
3973 'bitmaps' is a pointer.
3974
3975 * dispextern.h (x_bitmap_pixmap): Adjust prototype.
3976
3977 * alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__.
3978
3979 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
3980
3981 file-attributes has a new optional arg FOLLOW-SYMLINKS.
3982 * dired.c (directory_files_internal, Ffile_attributes):
3983 New arg follow_symlinks. All uses changed.
3984
3985 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.
3988
3989 2012-09-30 Eli Zaretskii <eliz@gnu.org>
3990
3991 Support atimers and CPU profiler via profile.c on MS-Windows.
3992 * w32proc.c (sig_mask, crit_sig): New static variables.
3993 (sys_signal): Support SIGALRM and SIGPROF.
3994 (sigemptyset, sigaddset, sigfillset, sigprocmask)
3995 (pthread_sigmask, setpgrp): Move here from w32.c. sigaddset,
3996 sigfillset, and sigprocmask are no longer no-ops.
3997 (sigismember): New function.
3998 (struct itimer_data): New definition.
3999 (ticks_now, real_itimer, prof_itimer, clocks_min, crit_real)
4000 (crit_prof): New static variables.
4001 (MAX_SINGLE_SLEEP): New definition.
4002 (timer_loop, stop_timer_thread, term_timers, init_timers)
4003 (start_timer_thread, getitimer, setitimer): New functions.
4004 (alarm): No longer a no-op, calls setitimer.
4005
4006 * w32.c (term_ntproc): Call term_timers.
4007 (init_ntproc): Make sure all signals are unblocked at startup, to
4008 erase any traces of dumping. Call init_timers.
4009
4010 * w32fns.c (hourglass_timer, HOURGLASS_ID): Remove.
4011 Windows-specific code to display the hourglass mouse pointer is no
4012 longer used.
4013 (w32_wnd_proc): Remove code that handled the WM_TIMER message due
4014 to hourglass timer expiration.
4015 (start_hourglass, cancel_hourglass, DEFAULT_HOURGLASS_DELAY):
4016 Remove, no longer used.
4017 (w32_note_current_window, show_hourglass, hide_hourglass):
4018 New functions, in support of hourglass cursor display similar to other
4019 window systems.
4020 (syms_of_w32fns): Don't initialize hourglass_timer.
4021
4022 * xdisp.c (start_hourglass, cancel_hourglass): Now used on
4023 WINDOWSNT as well.
4024 (start_hourglass) [WINDOWSNT]: Call w32_note_current_window.
4025
4026 * w32.h (init_timers, term_timers): Add prototypes.
4027
4028 2012-09-30 Kenichi Handa <handa@gnu.org>
4029
4030 * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention
4031 to the buffer relocation which may be caused by ccl_driver.
4032
4033 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4034
4035 * xfns.c (Fx_file_dialog): Update comment.
4036
4037 * w32fns.c (Fx_file_dialog): Update comment.
4038
4039 * nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
4040 Initialize panel name field if OSX >= 10.6.
4041
4042 * fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.
4043
4044 * nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.
4045
4046 * nsterm.m (NEW_STYLE_FS): New define.
4047 (ns_fullscreen_hook, windowWillEnterFullScreen)
4048 (windowDidEnterFullScreen, windowWillExitFullScreen)
4049 (windowDidExitFullScreen, toggleFullScreen, handleFS)
4050 (setFSValue): New functions.
4051 (EmacsFSWindow): New implementation.
4052 (canBecomeKeyWindow): New function for EmacsFSWindow.
4053 (ns_create_terminal): Set fullscreen_hook to ns_fullscreen_hook.
4054 (dealloc): Release nonfs_window if in fullscreen.
4055 (updateFrameSize:): Call windowDidMove to update top/left.
4056 (windowWillResize:toSize:): Check if frame is still maximized.
4057 (initFrameFromEmacs:): Initialize fs_state, fs_before_fs,
4058 next_maximized, maximized_width, maximized_height and nonfs_window.
4059 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and
4060 tbar_height.
4061 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
4062 fullscreen. Set maximized_width/height. Act on next_maximized.
4063
4064 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
4065 (EmacsView): Add variables for fullscreen.
4066 (handleFS, setFSValue, toggleFullScreen): New in EmacsView.
4067 (EmacsFSWindow): New interface for fullscreen.
4068
4069 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4070
4071 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4072
4073 2012-09-30 Chong Yidong <cyd@gnu.org>
4074
4075 * fns.c (Frandom): Doc fix.
4076
4077 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4078
4079 * window.c (Vwindow_combination_limit): New default value.
4080 (Qwindow_size): New symbol replacing Qtemp_buffer_resize.
4081
4082 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4083
4084 * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.
4085 Suggested by Eli Zaretskii in
4086 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00811.html>.
4087
4088 2012-09-30 Eli Zaretskii <eliz@gnu.org>
4089
4090 * profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
4091 HAVE_TIMER_SETTIME is defined.
4092
4093 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4094
4095 Profiler improvements: more-accurate timers, overflow checks.
4096 * profiler.c: Don't include stdio.h, limits.h, sys/time.h,
4097 signal.h, setjmp.h. Include systime.h instead.
4098 (saturated_add): New function.
4099 (record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
4100 (record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
4101 (profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
4102 New static vars.
4103 (enum profiler_cpu_running): New enum.
4104 (profiler_cpu_running): Now of that enum type, not bool.
4105 All uses changed to store the new value.
4106 (handle_profiler_signal): Rename from sigprof_handler_1,
4107 for consistency with other handlers. Do not check whether
4108 cpu_log is a hash-table if garbage collecting, since it
4109 doesn't matter in that case.
4110 (deliver_profiler_signal): Rename from sigprof_handler,
4111 for consistency with other handlers.
4112 (setup_cpu_timer): New function, with much of what used to be in
4113 Fprofiler_cpu_start. Check for out-of-range argument.
4114 Prefer timer_settime if available, and prefer
4115 thread cputime clocks, then process cputime clocks, then
4116 monotonic clocks, to the old realtime clock. Use make_timeval
4117 to round more-correctly when falling back to setitimer.
4118 (Fprofiler_cpu_start): Use it.
4119 (Fprofiler_cpu_stop): Prefer timer_settime if available.
4120 Don't assume that passing NULL as the 2nd argument of setitimer
4121 is the same as passing a pointer to all-zero storage.
4122 Ignore SIGPROF afterwards.
4123 (malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
4124 * sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
4125 non-fatal signal handlers. Ignore SIGPROF on startup.
4126 * syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
4127 in profiler.c, since sysdep.c now uses it.
4128
4129 * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
4130 Suggested by Eli Zaretskii in
4131 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
4132
4133 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4136
4137 2012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * lisp.h (struct backtrace): Remove indirection for `function' field.
4140 * xdisp.c (redisplay_internal):
4141 * profiler.c (record_backtrace, sigprof_handler_1):
4142 * alloc.c (Fgarbage_collect):
4143 * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
4144 (Fbacktrace_frame): Adjust accordingly.
4145
4146 2012-09-28 Glenn Morris <rgm@gnu.org>
4147
4148 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
4149 (Frun_hook_with_args_until_failure): Doc fixes.
4150
4151 2012-09-28 Eli Zaretskii <eliz@gnu.org>
4152
4153 * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
4154 Qautomatic_redisplay and change the symbol name. All users changed.
4155
4156 2012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
4157
4158 * profiler.c (sigprof_handler): Fix race condition.
4159
4160 2012-09-28 Glenn Morris <rgm@gnu.org>
4161
4162 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528)
4163
4164 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
4165
4166 Check more robustly for timer_settime.
4167 * Makefile.in (LIB_TIMER_TIME): New macro.
4168 (LIBES): Add it.
4169 * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
4170 Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
4171 call timer_settime.
4172
4173 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4174
4175 * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
4176
4177 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4180
4181 2012-09-26 Paul Eggert <eggert@cs.ucla.edu>
4182
4183 * character.h (MAYBE_UNIFY_CHAR): Remove.
4184 * charset.c, charset.h (maybe_unify_char): Now static.
4185 * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
4186 Since this stuff is now private to charset.c, there's no need for
4187 a public macro and no need to inline by hand.
4188
4189 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4190 Stefan Monnier <monnier@iro.umontreal.ca>
4191 Juanma Barranquero <lekktu@gmail.com>
4192
4193 * profiler.c: New file.
4194 * Makefile.in (base_obj): Add profiler.o.
4195 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
4196 ($(BLD)/profiler.$(O)): New target.
4197 * emacs.c (main): Call syms_of_profiler.
4198 * alloc.c (Qautomatic_gc): New constant.
4199 (MALLOC_PROBE): New macro.
4200 (xmalloc, xzalloc, xrealloc, lisp_malloc, lisp_align_malloc): Use it.
4201 (total_bytes_of_live_objects): New function.
4202 (Fgarbage_collect): Use it. Record itself in backtrace_list.
4203 Call malloc_probe for the memory profiler.
4204 (syms_of_alloc): Define Qautomatic_gc.
4205 * eval.c (eval_sub, Ffuncall): Reorder assignments to avoid
4206 race condition.
4207 (struct backtrace): Move definition...
4208 * lisp.h (struct backtrace): ..here.
4209 (Qautomatic_gc, profiler_memory_running): Declare vars.
4210 (malloc_probe, syms_of_profiler): Declare functions.
4211 * xdisp.c (Qautomatic_redisplay): New constant.
4212 (redisplay_internal): Record itself in backtrace_list.
4213 (syms_of_xdisp): Define Qautomatic_redisplay.
4214
4215 2012-09-25 Eli Zaretskii <eliz@gnu.org>
4216 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
4217
4218 * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
4219
4220 2012-09-25 Paul Eggert <eggert@cs.ucla.edu>
4221
4222 Prefer POSIX timers if available.
4223 They avoid a race if the timer is too close to the current time.
4224 * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
4225 (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
4226 (init_atimer) [SIGEV_SIGNAL]: Initialize them.
4227
4228 2012-09-25 Eli Zaretskii <eliz@gnu.org>
4229
4230 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
4231 CHAR_STRING_ADVANCE.
4232 (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
4233 STRING_CHAR_ADVANCE.
4234
4235 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
4236
4237 Move Vlibrary_cache to emacs.c and reset before dumping.
4238
4239 * lisp.h (reset_image_types): Declare.
4240 [WINDOWSNT] (Vlibrary_cache): Declare.
4241
4242 * image.c (reset_image_types): New function.
4243
4244 * emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
4245 (syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
4246 (Fdump_emacs): Reset Vlibrary_cache and image_types.
4247
4248 * w32.c (Vlibrary_cache): Do not define; moved to emacs.c
4249 (globals_of_w32) <Vlibrary_cache>: Do not initialize.
4250
4251 * w32.h (Vlibrary_cache): Do not declare.
4252
4253 2012-09-25 Eli Zaretskii <eliz@gnu.org>
4254
4255 * w32proc.c (sys_signal): Handle all signals defined by the
4256 MS-Windows runtime, not just SIGCHLD. Actually install the signal
4257 handlers for signals supported by Windows. Don't override
4258 term_ntproc as the handler for SIGABRT.
4259 (sigaction): Rewrite to call sys_signal instead of duplicating its
4260 code.
4261 (sys_kill): Improve commentary.
4262
4263 * w32.c (term_ntproc): Accept (and ignore) one argument, for
4264 consistency with a signature of a signal handler. All callers
4265 changed.
4266 (init_ntproc): Accept an argument DUMPING. If dumping, don't
4267 install term_ntproc as a signal handler for SIGABRT, as that
4268 should be done by the dumped Emacs.
4269
4270 * w32.h (init_ntproc, term_ntproc): Adjust prototypes.
4271
4272 * w32select.c (term_w32select): Protect against repeated
4273 invocation by setting clipboard_owner to NULL after calling
4274 DestroyWindow.
4275
4276 * emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
4277 and term_ntproc to their modified signatures.
4278
4279 * character.c (char_string, string_char): Remove calls to
4280 MAYBE_UNIFY_CHAR. See the discussion starting at
4281 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
4282 for the details.
4283
4284 2012-09-25 Chong Yidong <cyd@gnu.org>
4285
4286 * xdisp.c (mode_line_inverse_video): Delete obsolete variable.
4287
4288 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * bytecode.c (exec_byte_code): Signal an error instead of aborting,
4291 when encountering an unknown bytecode.
4292
4293 2012-09-24 Paul Eggert <eggert@cs.ucla.edu>
4294
4295 image.c, indent.c: Use bool for booleans.
4296 * dispextern.h (struct image_type): Members valid_p, load, init
4297 now return bool, not int. All uses changed.
4298 * image.c: Omit unnecessary static decls.
4299 (x_create_bitmap_mask, x_build_heuristic_mask):
4300 Return void, not int, since callers don't care about the return value.
4301 (x_create_bitmap_mask, define_image_type, valid_image_p)
4302 (struct image_keyword, parse_image_spec, image_spec_value)
4303 (check_image_size, image_background)
4304 (image_background_transparent, x_clear_image_1)
4305 (postprocess_image, lookup_image, x_check_image_size)
4306 (x_create_x_image_and_pixmap, xbm_image_p)
4307 (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
4308 (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
4309 (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
4310 (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
4311 (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
4312 (png_image_p, init_png_functions, png_load_body, png_load)
4313 (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
4314 (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
4315 (init_gif_functions, gif_load, imagemagick_image_p)
4316 (imagemagick_load_image, imagemagick_load, svg_image_p)
4317 (init_svg_functions, svg_load, svg_load_image, gs_image_p)
4318 (gs_load):
4319 * nsimage.m (ns_load_image):
4320 * nsterm.m (ns_defined_color):
4321 * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
4322 * xfns.c (x_defined_color):
4323 * xterm.c (x_alloc_lighter_color_for_widget)
4324 (x_alloc_nearest_color_1, x_alloc_nearest_color)
4325 (x_alloc_lighter_color):
4326 * indent.c (disptab_matches_widthtab, current_column)
4327 (scan_for_column, string_display_width, indented_beyond_p)
4328 (compute_motion, vmotion, Fvertical_motion):
4329 Use bool for booleans.
4330
4331 2012-09-24 Chong Yidong <cyd@gnu.org>
4332
4333 * chartab.c (Fset_char_table_default): Obsolete function removed.
4334
4335 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
4336
4337 Move pid_t related decls out of lisp.h.
4338 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
4339 (interruptible_wait_for_termination):
4340 Move these decls from lisp.h to syswait.h, since they use pid_t.
4341 Needed on FreeBSD; see Herbert J. Skuhra in
4342 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
4343 * callproc.c: Include syswait.h.
4344
4345 gnutls.c, gtkutil.c: Use bool for boolean.
4346 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
4347 (emacs_gnutls_handle_error):
4348 * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
4349 (xg_hide_tooltip, xg_create_frame_widgets)
4350 (create_dialog, xg_uses_old_file_dialog)
4351 (xg_get_file_with_chooser, xg_get_file_with_selection)
4352 (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
4353 (xg_item_label_same_p, xg_update_menubar)
4354 (xg_modify_menubar_widgets, xg_event_is_for_menubar)
4355 (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
4356 (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
4357 (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
4358 (update_frame_tool_bar, free_frame_tool_bar):
4359 * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
4360 * nsmenu.m (ns_update_menubar):
4361 * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
4362 * xfns.c (Fx_show_tip) [USE_GTK]:
4363 Use bool for boolean.
4364 * gtkutil.c (xg_update_frame_menubar):
4365 * xmenu.c (update_frame_menubar):
4366 Return void, not int, since caller ignores return value.
4367 * gtkutil.c (xg_change_toolbar_position):
4368 Return void, not 1.
4369
4370 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
4371
4372 * makefile.w32-in (BLOCKINPUT_H): Remove.
4373 (SYSSIGNAL_H): New macro.
4374 ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
4375 ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
4376 ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
4377 ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
4378 ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
4379 ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
4380 ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
4381 ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
4382 ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
4383 ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
4384 ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
4385 ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
4386 ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
4387 ($(BLD)/w32xfns.$(O)): Update dependencies.
4388
4389 2012-09-23 Eli Zaretskii <eliz@gnu.org>
4390
4391 * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
4392 fatal_error_backtrace.
4393
4394 * w32proc.c (sys_kill): Undo last change: don't do anything when
4395 invoked to deliver SIGABRT to our own process. This is now
4396 handled by emacs_raise.
4397
4398 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * w32term.c (w32_read_socket): Remove leftover reference to
4401 interrupt_input_pending.
4402
4403 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
4404
4405 Do not use SA_NODEFER.
4406 Problem reported by Dani Moncayo in
4407 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
4408 * alloc.c (die):
4409 * sysdep.c (emacs_abort): Do not reset signal handler.
4410 * emacs.c (terminate_due_to_signal): Reset signal handler here.
4411 * sysdep.c (init_signals): Do not use SA_NODEFER. It wasn't
4412 wanted even on POSIXish hosts, and it doesn't work on Windows.
4413
4414 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
4415
4416 * xterm.c (x_term_init): Call fixup_locale before and after calling
4417 gtk_init (Bug#12392).
4418
4419 2012-09-23 Chong Yidong <cyd@gnu.org>
4420
4421 * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
4422 Vdynamic_library_alist.
4423
4424 * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
4425 (Fgnutls_available_p): Caller changed.
4426
4427 * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
4428 (Flibxml_parse_xml_region): Likewise.
4429
4430 * dispextern.h (struct image_type): Remove arg from init function.
4431
4432 * image.c (Finit_image_library, lookup_image_type)
4433 (define_image_type): Remove now-unneeded second arg.
4434 (init_xpm_functions, init_png_functions, init_jpeg_functions)
4435 (init_tiff_functions, init_gif_functions, init_svg_functions):
4436 Arglist and w32_delayed_load calling convention changed.
4437 (gs_type): Remove init_gs_functions; there is no such function.
4438 (valid_image_p, make_image): Fix caller to lookup_image_type.
4439
4440 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
4441
4442 Simplify and avoid signal-handling races (Bug#12471).
4443 * alloc.c (die):
4444 * sysdep.c (emacs_abort) [HAVE_NTGUI]:
4445 Avoid recursive loop if there's a fatal error in the function itself.
4446 * atimer.c (pending_atimers):
4447 * blockinput.h: Don't include "atimer.h"; no longer needed.
4448 (interrupt_input_pending): Remove. All uses removed.
4449 pending_signals now counts both atimers and ordinary interrupts.
4450 This is less racy than having three separate pending-signal flags.
4451 (block_input, unblock_input, totally_unblock_input, unblock_input_to)
4452 (input_blocked_p):
4453 Rename from their upper-case counterparts BLOCK_INPUT,
4454 UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
4455 INPUT_BLOCKED_P, and turn into functions. All uses changed.
4456 This makes it easier to access volatile variables more accurately.
4457 (BLOCK_INPUT_RESIGNAL): Remove. All uses replaced by unblock_input ().
4458 (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
4459 that's more reliable if the code is buggy and sets
4460 interrupt_input_blocked to a negative value. All uses changed.
4461 * atimer.c (deliver_alarm_signal):
4462 Remove. No need to deliver this to the parent; any thread can
4463 handle this signal now. All uses replaced by underlying handler.
4464 * atimer.c (turn_on_atimers):
4465 * dispnew.c (handle_window_change_signal):
4466 * emacs.c (handle_danger_signal):
4467 * keyboard.c (kbd_buffer_get_event):
4468 Don't reestablish signal handler; not needed with sigaction.
4469 * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
4470 (UNBLOCK_INPUT_TO):
4471 Rework to avoid unnecessary accesses to volatile variables.
4472 (UNBLOCK_INPUT_TO): Now a function.
4473 (totally_unblock_input, unblock_input): New decls.
4474 * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
4475 (init_data): Remove. Necessary stuff now done in init_signal.
4476 * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
4477 * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
4478 (fatal_error_code): Remove; no longer needed.
4479 (terminate_due_to_signal): Rename from fatal_error_backtrace, since
4480 it doesn't always backtrace. All uses changed. No need to reset
4481 signal to default, since sigaction and/or die does that for us now.
4482 Use emacs_raise (FOO), not kill (getpid (), FOO).
4483 (main): Check more-accurately whether we're dumping.
4484 Move fatal-error setup to sysdep.c
4485 * floatfns.c: Do not include "syssignal.h"; no longer needed.
4486 * gtkutil.c (xg_get_file_name, xg_get_font):
4487 Remove no-longer-needed signal-mask manipulation.
4488 * keyboard.c, process.c (POLL_FOR_INPUT):
4489 Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
4490 * keyboard.c (read_avail_input): Remove.
4491 All uses replaced by gobble_input.
4492 (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
4493 (kbd_buffer_store_event_hold, gobble_input):
4494 (record_asynch_buffer_change) [USABLE_SIGIO]:
4495 (store_user_signal_events):
4496 No need to mess with signal mask.
4497 (gobble_input): If blocking input and there are terminals, simply
4498 set pending_signals to 1 and return. All hooks changed to not
4499 worry about whether input is blocked.
4500 (process_pending_signals): Clear pending_signals before processing
4501 them, in case a signal comes in while we're processing.
4502 By convention callers now test pending_signals before calling us.
4503 (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
4504 New functions, to support changes to blockinput.h.
4505 (handle_input_available_signal): Now extern.
4506 (reinvoke_input_signal): Remove. All uses replaced by
4507 handle_async_input.
4508 (quit_count): Now volatile, since a signal handler uses it.
4509 (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg.
4510 All callers changed. Block SIGINT only if not already blocked.
4511 Clear sigmask reliably, even if Fsignal returns, which it can.
4512 Omit unnecessary accesses to volatile var.
4513 (quit_throw_to_read_char): No need to restore sigmask.
4514 * keyboard.c (gobble_input, handle_user_signal):
4515 * process.c (wait_reading_process_output):
4516 Call signal-handling code rather than killing ourselves.
4517 * lisp.h: Include <float.h>, for...
4518 (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
4519 (pending_signals): Now volatile.
4520 (syms_of_data): Now const if IEEE floating point.
4521 (handle_input_available_signal) [USABLE_SIGIO]:
4522 (terminate_due_to_signal, record_child_status_change): New decls.
4523 * process.c (create_process): Avoid disaster if memory is exhausted
4524 while we're processing a vfork, by tightening the critical section
4525 around the vfork.
4526 (send_process_frame, process_sent_to, handle_pipe_signal)
4527 (deliver_pipe_signal): Remove. No longer needed, as Emacs now
4528 ignores SIGPIPE.
4529 (send_process): No need for setjmp/longjmp any more, since the
4530 SIGPIPE stuff is now gone. Instead, report an error if errno
4531 is EPIPE.
4532 (record_child_status_change): Now extern. PID and W are now args.
4533 Return void, not bool. All callers changed.
4534 * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
4535 Remove. All uses removed. This bug should be fixed now in a
4536 different way.
4537 (wait_for_termination_1): Use waitpid rather than sigsuspend,
4538 and record the child status change directly. This avoids the
4539 need to futz with the signal mask.
4540 (process_fatal_action): Move here from emacs.c.
4541 (emacs_sigaction_flags): New function, containing
4542 much of what used to be in emacs_sigaction_init.
4543 (emacs_sigaction_init): Use it. Block nonfatal system signals that are
4544 caught by emacs, to make races less likely.
4545 (deliver_process_signal): Rename from handle_on_main_thread.
4546 All uses changed.
4547 (BACKTRACE_LIMIT_MAX): Now at top level.
4548 (thread_backtrace_buffer, threadback_backtrace_pointers):
4549 New static vars.
4550 (deliver_thread_signal, deliver_fatal_thread_signal):
4551 New functions, for more-accurate delivery of thread-specific signals.
4552 (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
4553 (deliver_arith_signal): Handle in this thread, not
4554 in the main thread, since it's triggered by this thread.
4555 (maybe_fatal_sig): New function.
4556 (init_signals): New arg DUMPING so that we can be more accurate
4557 about whether we're dumping. Caller changed.
4558 Treat thread-specific signals differently from process-general signals.
4559 Block all signals while handling fatal error; that's safer.
4560 xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
4561 on IEEE hosts.
4562 When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
4563 Ignore SIGPIPE unless batch.
4564 (emacs_backtrace): Output backtrace for the appropriate thread,
4565 which is not necessarily the main thread.
4566 * syssignal.h: Include <stdbool.h>.
4567 (emacs_raise): New macro.
4568 * xterm.c (x_connection_signal): Remove; no longer needed
4569 now that we use sigaction.
4570 (x_connection_closed): No need to mess with sigmask now.
4571 (x_initialize): No need to reset SIGPIPE handler here, since
4572 init_signals does this for us now.
4573
4574 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
4575
4576 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
4577 background rect may be larger (Bug#12245).
4578
4579 2012-09-23 Chong Yidong <cyd@gnu.org>
4580
4581 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
4582
4583 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
4584
4585 * .gdbinit: Just stop at fatal_error_backtrace.
4586 See Stefan Monnier's request in
4587 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
4588 Remove no-longer-used query of system type.
4589
4590 2012-09-22 Chong Yidong <cyd@gnu.org>
4591
4592 * search.c (Freplace_match): Doc fix (Bug#12325).
4593
4594 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
4595
4596 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
4597 (Fline_end_position): Doc fix.
4598
4599 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
4600
4601 2012-09-22 Chong Yidong <cyd@gnu.org>
4602
4603 * dispextern.h (struct image_type): Add new slot, storing a type
4604 initialization function.
4605
4606 * image.c (define_image_type): Call the image initializer function
4607 if it is defined. Arguments and return value changed.
4608 (valid_image_p, make_image): Callers changed.
4609 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
4610 (gif_type, imagemagick_type, svg_type, gs_type):
4611 Add initialization functions.
4612 (Finit_image_library): Call lookup_image_type.
4613 (CHECK_LIB_AVAILABLE): Macro deleted.
4614 (lookup_image_type): Call define_image_type here, rather than via
4615 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
4616 (syms_of_image): Move define_image_type calls for xbm_type and
4617 pbm_type to lookup_image_type.
4618
4619 2012-09-22 Eli Zaretskii <eliz@gnu.org>
4620
4621 * keyboard.c (timer_check_2): Move calculation of 'timers' and
4622 'idle_timers' from here ...
4623 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
4624 lists, to avoid infloops when the timer does something stupid,
4625 like reinvoke itself with the same or smaller time-out.
4626 (Bug#12447)
4627
4628 2012-09-22 Martin Rudalics <rudalics@gmx.at>
4629
4630 * window.c (Fsplit_window_internal): Handle only Qt value of
4631 Vwindow_combination_limit separately.
4632 (Qtemp_buffer_resize): New symbol.
4633 (Vwindow_combination_limit): New default value.
4634 Rewrite doc-string.
4635
4636 2012-09-22 Eli Zaretskii <eliz@gnu.org>
4637
4638 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
4639 the new overlay string. (Bug#10159)
4640
4641 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
4642
4643 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
4644 or that fprintf is async-signal-safe. POSIX doesn't require
4645 either assumption.
4646
4647 2012-09-22 Chong Yidong <cyd@gnu.org>
4648
4649 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
4650 (Bug#8207).
4651
4652 2012-09-22 Kenichi Handa <handa@gnu.org>
4653
4654 * composite.c (composition_reseat_it): Handle the case that a
4655 grapheme cluster is not covered by a single font (Bug#12352).
4656
4657 2012-09-21 Chong Yidong <cyd@gnu.org>
4658
4659 * image.c (define_image_type): Avoid adding duplicate types to
4660 image_types (Bug#12463). Suggested by Jörg Walter.
4661
4662 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4663
4664 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
4665 (print_load_command_name): Add case LC_DATA_IN_CODE.
4666 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
4667
4668 2012-09-21 Glenn Morris <rgm@gnu.org>
4669
4670 * eval.c (Frun_hook_with_args_until_success)
4671 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
4672
4673 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
4674
4675 * fileio.c (Ffile_selinux_context): Only call freecon when
4676 lgetfilecon succeeded.
4677 (Fset_file_selinux_context): Likewise. (Bug#12444)
4678
4679 2012-09-21 Eli Zaretskii <eliz@gnu.org>
4680
4681 * xdisp.c (try_window_reusing_current_matrix): Under bidi
4682 reordering, locate the cursor by calling set_cursor_from_row; if
4683 that fails, clear the desired glyph matrix before returning a
4684 failure indication to the caller. Fixes leaving garbled display
4685 when fast scrolling with a down-key. (Bug#12403)
4686 (compute_stop_pos_backwards): Fix a typo that caused crashes while
4687 scrolling through multibyte text.
4688
4689 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
4692 calling mark_vectorlike since that's the one that marks the window.
4693 (mark_discard_killed_buffers): Mark the final cdr.
4694 * window.h (struct window): Move prev/next_buffers to the
4695 non-standard fields.
4696 * window.c (make_window): Initialize prev/next_buffers manually.
4697
4698 2012-09-20 Paul Eggert <eggert@cs.ucla.edu>
4699
4700 Omit unused arg EXPECTED from socket hooks.
4701 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
4702 * nsterm.m (ns_term_init):
4703 * termhooks.h (struct terminal.read_socket_hook):
4704 * w32inevt.c (w32_console_read_socket):
4705 * w32term.c (w32_read_socket):
4706 * xterm.c (XTread_socket):
4707 Omit unused arg EXPECTED. All callers changed.
4708 (store_user_signal_events): Return void, not int, since callers no
4709 longer care about the return value. All uses changed.
4710
4711 2012-09-20 Juanma Barranquero <lekktu@gmail.com>
4712
4713 * w32gui.h (XParseGeometry): Do not declare.
4714
4715 2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
4716
4717 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
4718 Ignore 'expected'. See Eli Zaretskii in
4719 <http://bugs.gnu.org/12471#8> (last line).
4720
4721 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
4722 (XParseGeometry): Now static. Substitute extremal values for
4723 values that are out of range.
4724
4725 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
4726
4727 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
4728
4729 * nsfns.m (XParseGeometry): Remove.
4730 (Fx_create_frame): Call x_set_offset to correctly interpret
4731 top_pos in geometry.
4732
4733 * frame.c (read_integer, XParseGeometry): Move from w32xfns.c.
4734 (Fx_parse_geometry): If there is a space in string, call
4735 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
4736
4737 2012-09-17 Eli Zaretskii <eliz@gnu.org>
4738
4739 * search.c (scan_buffer): Use character positions in calls to
4740 region_cache_forward and region_cache_backward, not byte
4741 positions. (Bug#12196)
4742
4743 * w32term.c (w32_read_socket): Set pending_signals to 1, like
4744 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
4745
4746 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
4747 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
4748 emacs_blocked_malloc, now deleted.
4749
4750 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
4751
4752 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
4753 The workaround was for improving performance on Solaris 2.4, but
4754 is getting in the way now. Emacs will still work if someone is
4755 still running Solaris 2.4 in a museum somewhere; Sun dropped
4756 support for Solaris 2.4 in 2003.
4757 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
4758 * process.c (create_process) [HAVE_WORKING_VFORK]:
4759 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
4760 since Emacs no longer uses vfork on that platform.
4761
4762 2012-09-17 Glenn Morris <rgm@gnu.org>
4763
4764 * emacs.c: Use COPYRIGHT.
4765
4766 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
4767
4768 Remove configure's --without-sync-input option (Bug#12450).
4769 When auditing signal-handling in preparation for cleaning it up,
4770 I found that SYNC_INPUT has race conditions and would be a real
4771 pain to fix. Since it's an undocumented and deprecated
4772 configure-time option, now seems like a good time to remove it.
4773 Also see <http://bugs.gnu.org/11080#16>.
4774 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
4775 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
4776 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
4777 (malloc_hysteresis):
4778 (check_depth) [XMALLOC_OVERRUN_CHECK]:
4779 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
4780 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
4781 (dont_register_blocks, bytes_used_when_reconsidered)
4782 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
4783 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
4784 [!SYSTEM_MALLOC && !SYNC_INPUT]:
4785 Remove. All uses removed.
4786 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
4787 implementation, one that depends on whether the new macro
4788 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
4789 is defined.
4790 * atimer.c (run_timers, handle_alarm_signal):
4791 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
4792 (handle_async_input, process_pending_signals)
4793 (handle_input_available_signal, init_keyboard):
4794 * nsterm.m (ns_read_socket):
4795 * process.c (wait_reading_process_output):
4796 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
4797 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
4798 (emacs_write):
4799 * xterm.c (XTread_socket):
4800 Assume SYNC_INPUT.
4801 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
4802 * eval.c (handling_signal): Remove. All uses removed.
4803 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
4804 All uses replaced with the SYNC_INPUT version.
4805 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
4806 Remove decls.
4807 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
4808 Now static.
4809
4810 * font.c (Ffont_shape_gstring): Remove unused local.
4811
4812 2012-09-16 Glenn Morris <rgm@gnu.org>
4813
4814 * Makefile.in (clean): No longer run nextstep's clean.
4815
4816 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
4817 (ns_frag): Remove.
4818 (ns-app): Move here from ns.mk, and simplify.
4819 (clean): Simplify nextstep entry.
4820 * ns.mk: Remove file.
4821
4822 2012-09-17 Kenichi Handa <handa@gnu.org>
4823
4824 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
4825 not covert the last few charactes.
4826
4827 2012-09-16 Kenichi Handa <handa@gnu.org>
4828
4829 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
4830 here, but just check the validity of glyphs in the glyph-string.
4831
4832 2012-09-16 Martin Rudalics <rudalics@gmx.at>
4833
4834 * window.c (Fwindow_parameter, Fset_window_parameter):
4835 Accept any window as argument (Bug#12452).
4836
4837 2012-09-16 Jan Djärv <jan.h.d@swipnet.se>
4838
4839 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
4840 to ns_term_init to avoid memory leak.
4841
4842 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
4843 explicit retain/release.
4844 (ns_term_init): Only allow one display. Initialize outerpool and
4845 ns_*_types.
4846
4847 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
4848
4849 Port _setjmp fix to POSIXish hosts as well as Microsoft.
4850 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
4851 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
4852 the Microsoft problem in a different way, by altering ../nt/config.nt.
4853
4854 2012-09-15 Eli Zaretskii <eliz@gnu.org>
4855
4856 * w32xfns.c:
4857 * w32uniscribe.c:
4858 * w32term.c:
4859 * w32select.c:
4860 * w32reg.c:
4861 * w32proc.c:
4862 * w32menu.c:
4863 * w32inevt.c:
4864 * w32heap.c:
4865 * w32font.c:
4866 * w32fns.c:
4867 * w32console.c:
4868 * w32.c:
4869 * w16select.c: Remove inclusion of setjmp.h, as it is now included
4870 by lisp.h. This completes removal of setjmp.h inclusion
4871 erroneously announced in the previous commit. (Bug#12446)
4872
4873 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
4874 more accurate.
4875
4876 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
4877 not defined as a macro. The latter happens on MS-Windows.
4878 (Bug#12446)
4879
4880 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
4881
4882 Port better to POSIX hosts lacking _setjmp (Bug#12446).
4883 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
4884 Some instances of '#include <setjmp.h>' removed, if the
4885 only reason for the instance was because "lisp.h" was included.
4886 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
4887 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
4888 and _longjmp with the new symbols. Emacs already uses _setjmp if
4889 available, so this change affects only POSIXish hosts that have
4890 sigsetjmp but not _setjmp, such as some versions of Solaris and
4891 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
4892 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
4893 (png_load_body) [HAVE_PNG]:
4894 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
4895 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
4896 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
4897 since PNG requires jmp_buf. This is the only exception to the
4898 general rule that we now use sys_setjmp and sys_longjmp.
4899 This exception is OK since this code does not change the signal
4900 mask or longjmp out of a signal handler.
4901
4902 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
4903
4904 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
4905 Include "syssignal.h", for 'main_thread'.
4906
4907 2012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
4908
4909 Avoid out-of-range marker position (Bug#12426).
4910 * insdel.c (replace_range, replace_range_2):
4911 Adjust markers before overlays, as suggested by comments.
4912 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
4913 Remove redundant check before calling offset_intervals.
4914
4915 2012-09-14 Martin Rudalics <rudalics@gmx.at>
4916
4917 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
4918 current buffer (Bug#12387).
4919
4920 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
4923
4924 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4925
4926 Use a more backwards-compatible timer format (Bug#12430).
4927 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
4928 vector element, not from the 4th, since PSECS is now at the end.
4929 (Fcurrent_idle_time): Doc fix.
4930
4931 2012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
4932
4933 Function to mark objects and remove killed buffers at once.
4934 * alloc.c (discard_killed_buffers): Rename to ...
4935 (mark_discard_killed buffers) ... new name. Add marking
4936 of remaining objects. Fix comment. Adjust users.
4937 (mark_object): Do not touch frame buffer lists here.
4938 * frame.c (delete_frame): Reset frame buffer lists here.
4939
4940 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
4941
4942 Better workaround for GNOME bug when --enable-gcc-warnings.
4943 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
4944 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
4945 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
4946
4947 Simplify SIGIO usage (Bug#12408).
4948 The code that dealt with SIGIO was crufty and confusing, e.g., it
4949 played tricks like "#undef SIGIO" but these tricks were not used
4950 consistently. Simplify mostly by not #undeffing standard symbols,
4951 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
4952 or not as we please) rather than "defined SIGIO" (standard symbol
4953 that we probably shouldn't #undef).
4954 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
4955 Modules that need it can include it.
4956 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
4957 * dispextern.h (ignore_sigio): New decl.
4958 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
4959 unconditionally, since it's now a no-op if !USABLE_SIGIO.
4960 * emacs.c (shut_down_emacs):
4961 * keyboard.c (kbd_buffer_store_event_hold):
4962 Use ignore_sigio rather than invoking 'signal' directly.
4963 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
4964 for FIONREAD.
4965 (FIONREAD, SIGIO): Do not #undef.
4966 (tty_read_avail_input): Use #error rather than a syntax error.
4967 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
4968 for I_PIPE, used by SETUP_SLAVE_PTY.
4969 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
4970 * sysdep.c (croak): Remove; no longer needed. This bit of
4971 temporary code, with Fred N. Fish's comment that it's temporary,
4972 has been in Emacs since at least 1992!
4973 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
4974 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
4975 * syssignal.h (croak): Remove decl.
4976 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
4977 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
4978 now that we're termios-only.
4979 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
4980 * term.c (dissociate_if_controlling_tty): Use #error rather than
4981 a run-time error.
4982
4983 Work around GCC and GNOME bugs when --enable-gcc-warnings.
4984 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
4985 to work around GNOME bug 683906.
4986 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
4987 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
4988 This works around GCC bug 54561.
4989
4990 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
4991
4992 More fixes for 'volatile' and setjmp/longjmp.
4993 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
4994 * image.c (struct png_load_context) [HAVE_PNG]: New type.
4995 (png_load_body) [HAVE_PNG]:
4996 (jpeg_load_body) [HAVE_JPEG]:
4997 New function, with most of the old parent function's body.
4998 (png_load) [HAVE_PNG]:
4999 (jpeg_load) [HAVE_JPEG]:
5000 Invoke the new function, to avoid longjmp munging our locals.
5001 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
5002 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
5003 longjmp is passed 2, as the C standard doesn't guarantee this.
5004 Instead, store the failure code into mgr->failure_code.
5005
5006 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
5009 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
5010 (syms_of_keyboard): Remove support for unread-command-char.
5011
5012 2012-09-12 Eli Zaretskii <eliz@gnu.org>
5013
5014 * w32proc.c (sys_kill): If PID is our process ID and the signal is
5015 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
5016 violation. (Bug#12426)
5017
5018 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
5019
5020 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
5021
5022 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * eval.c: Add `inhibit-debugger'.
5025 (Qinhibit_debugger): New symbol.
5026 (call_debugger): Bind it instead of Qdebug_on_error.
5027 (maybe_call_debugger): Test Vinhibit_debugger.
5028 (syms_of_eval): Define inhibit-debugger.
5029 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
5030 (syms_of_xdisp): Remove inhibit-debug-on-message.
5031
5032 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
5033
5034 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
5035 If a nonvolatile local variable is written before a _longjmp to
5036 the frame containing the variable, and is read after the _longjmp,
5037 the value read is indeterminate. Some local variables of type
5038 'struct handler' and 'struct catchtag' are used in this way, so
5039 mark each of their slots as volatile if the slot can be set before
5040 _longjmp and read afterwards.
5041 * lisp.h (struct handler): var and chosen_clause are now volatile.
5042 (struct catchtag): val, next, and pdlcount are now volatile.
5043
5044 * bidi.c (bidi_push_it, bidi_pop_it):
5045 * fns.c (copy_hash_table):
5046 * image.c (define_image_type):
5047 * keyboard.c (kbd_buffer_store_event_hold):
5048 * process.c (Fprocess_send_eof):
5049 * xfaces.c (x_create_gc) [HAVE_NS]:
5050 * xgselect.c (xg_select):
5051 Prefer assignment to memcpy when either will do.
5052
5053 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
5054 Use pointer-to-a-pointer to simplify and avoid a NILP check each
5055 time an item is removed. No need to mark this function 'inline';
5056 the compiler knows better than we do.
5057
5058 2012-09-11 Jan Djärv <jan.h.d@swipnet.se>
5059
5060 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
5061 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
5062 to change_frame_size (Bug#12388).
5063 (windowDidResize:): Pass YES to updateFrameSize.
5064
5065 * nsterm.h: Add delay parameter to updateFrameSize.
5066
5067 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
5068
5069 Discard killed buffers from deleted window and frame objects.
5070 This reduces an amount of references to killed buffers and
5071 helps GC to reclaim them faster.
5072 * alloc.c (discard_killed_buffers): New function.
5073 (mark_object): Use it for deleted windows and frames.
5074 (mark_object): If symbol's value is set up for a killed buffer
5075 or deleted frame, restore its global binding.
5076 * data.c (swap_in_global_binding): Add GC notice.
5077 (swap_in_symval_forwarding): Use convenient set_blv_where.
5078 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
5079 * window.h: ... to here.
5080
5081 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
5082
5083 Convenient macro to check whether the buffer is live.
5084 * buffer.h (BUFFER_LIVE_P): New macro.
5085 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
5086 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
5087
5088 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5089
5090 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
5091 composition cases (Bug#12364).
5092
5093 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
5094 overhang of succeeding glyphs overlapping box cursor.
5095
5096 * w32term.c (x_draw_glyph_string): Likewise.
5097
5098 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
5099
5100 Simplify, document, and port floating-point (Bug#12381).
5101 The porting part of this patch fixes bugs on non-IEEE platforms
5102 with frexp, ldexp, logb.
5103 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
5104 Now static.
5105 * floatfns.c: Simplify discussion of functions that Emacs doesn't
5106 support, by removing commented-out code and briefly listing the
5107 C89 functions excluded. The commented-out stuff was confusing
5108 maintenance, e.g., we thought we needed cbrt but it was commented out.
5109 (logb): Remove decl; no longer needed.
5110 (isfinite): New macro, if not already supplied.
5111 (isnan): Don't replace any existing macro.
5112 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
5113 are present on all C89 platforms.
5114 (Ffrexp): Do not special-case zero, as frexp does the right thing
5115 for that case.
5116 (Flogb): Do not use logb, as it doesn't have the desired meaning
5117 on hosts that use non-base-2 floating point. Instead, stick with
5118 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
5119 frexp, to avoid getting an unspecified result.
5120
5121 * xdisp.c (Qinhibit_debug_on_message): Now static.
5122
5123 2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
5124
5125 * nsterm.m (ns_update_begin): Set clip path to whole view by using
5126 NSBezierPath (Bug#12131).
5127
5128 2012-09-10 Chong Yidong <cyd@gnu.org>
5129
5130 * fns.c (Fdelq, Fdelete): Doc fix.
5131
5132 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
5133
5134 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
5135 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
5136
5137 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * lisp.h (make_lisp_ptr): New macro to replace XSET.
5140 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
5141 Use it.
5142
5143 2012-09-09 Eli Zaretskii <eliz@gnu.org>
5144
5145 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
5146 left fringe if the window has a left margin. This avoids leaving
5147 traces of the cursor because its leftmost pixel is not drawn over.
5148
5149 * dispnew.c (update_window_line): When the left margin area of a
5150 screen line is updated, set the redraw_fringe_bitmaps_p flag of
5151 that screen line. (Bug#12277)
5152
5153 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
5154
5155 Assume C89 or later for math functions (Bug#12381).
5156 This simplifies the code, and makes it a bit smaller and faster,
5157 and (most important) makes it easier to clean up signal handling
5158 since we can stop worring about floating-point exceptions in
5159 library code. That was a problem before C89, but the problem
5160 went away many years ago on all practical Emacs targets.
5161 * data.c, image.c, lread.c, print.c:
5162 Don't include <math.h>; no longer needed.
5163 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
5164 might be autoconfigured, as that never happens.
5165 * data.c (fmod):
5166 * doprnt.c (DBL_MAX_10_EXP):
5167 * print.c (DBL_DIG):
5168 Remove. C89 or later always defines these.
5169 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
5170 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
5171 (arith_error, domain_error, domain_error2):
5172 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
5173 no longer needed -- we simply return what C returns. All uses removed.
5174 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
5175 the wrapped code.
5176 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
5177 Remove. All uses expanded, as these macros are no longer used
5178 more than once and are now more trouble than they're worth.
5179 (Ftan): Use tan, not sin / cos.
5180 (Flogb): Assume C89 frexp.
5181 (fmod_float): Assume C89 fmod.
5182 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
5183 (init_floatfns): Remove. All uses removed.
5184
5185 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
5186
5187 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
5188 compositeToPoint for OSX < 10.6 (Bug#12390).
5189
5190 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
5191
5192 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
5193 This produces more-accurate results.
5194
5195 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
5196
5197 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
5198 changes (Bug#12088).
5199
5200 2012-09-08 Chong Yidong <cyd@gnu.org>
5201
5202 * syntax.c (Fstring_to_syntax): Doc fix.
5203
5204 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
5205
5206 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
5207 in the internal border.
5208 (x_set_window_size): Remove static variables and their usage.
5209 (ns_redraw_scroll_bars): Fix NSTRACE arg.
5210 (ns_after_update_window_line, ns_draw_fringe_bitmap):
5211 Remove fringe/internal border adjustment (Bug#11052).
5212 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
5213 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
5214 (ns_fix_rect_ibw): Remove.
5215 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
5216 (ns_dumpglyphs_box_or_relief): Ditto.
5217 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
5218 adjustment.
5219 (ns_dumpglyphs_image): Ditto.
5220 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
5221 border adjustment.
5222 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
5223 their usage. Add fringe_extended_p and its use as in other terms.
5224 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
5225 scroll bar was removed.
5226 (updateFrameSize): New function.
5227 (windowDidResize): Move code to updateFrameSize and call it.
5228
5229 * nsterm.h (EmacsView): Add updateFrameSize.
5230
5231 2012-09-07 Chong Yidong <cyd@gnu.org>
5232
5233 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
5234
5235 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
5236
5237 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
5238
5239 More signal-handler cleanup (Bug#12327).
5240 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
5241 Problem introduced when merging patches. Noted by Eli Zaretskii in
5242 <http://bugs.gnu.org/12327#67>.
5243 * floatfns.c: Comment fix.
5244 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
5245 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
5246 and anyway the declaration is harmless even if SIGDANGER is not defined.
5247 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
5248 defined BROKEN_FIONREAD). systty.h formerly did this, but other
5249 source files not surprisingly expected syssignal.h to define, or
5250 not define, SIGIO, and it's cleaner to do it that way, for consistency.
5251 Include <sys/ioctl.h>, for FIONREAD.
5252 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
5253 This eliminates a problem whereby other files mysteriously had
5254 to include "syssignal.h" before including "systty.h" if they
5255 wanted to use "#ifdef SIGIO".
5256
5257 2012-09-07 Eli Zaretskii <eliz@gnu.org>
5258
5259 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
5260
5261 * w32.c (sigemptyset): Empty the set.
5262 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
5263
5264 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
5265
5266 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
5267
5268 * alloc.c (mark_buffer): Revert unsafe marking optimization.
5269 (mark_object): Likewise for frame objects.
5270
5271 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
5272
5273 * syssignal.h (handle_on_main_thread): Always declare,
5274 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
5275 This ports to platforms without HAVE_PTHREAD.
5276
5277 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
5278
5279 Signal-handler cleanup (Bug#12327).
5280 Emacs's signal handlers were written in the old 4.2BSD style with
5281 sigblock and sigmask and so forth, and this led to some
5282 inefficiencies and confusion. Rewrite these to use
5283 pthread_sigmask etc. without copying signal sets around. Also,
5284 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
5285 'signal', and instead use functions that do not attempt to take
5286 over the system name space. This patch causes Emacs's text
5287 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
5288 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
5289 Do not include <signal.h> or "syssignal.h", as these
5290 modules do not use signals.
5291 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
5292 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
5293 Do not include <signal.h>, as "syssignal.h" does that for us now.
5294 * atimer.c (sigmask_atimers): New function.
5295 (block_atimers, unblock_atimers): New functions,
5296 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
5297 All uses replaced.
5298 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
5299 no longer needed here.
5300 * emacs.c (main): Inspect existing signal handler with sigaction,
5301 so that there's no need to block and unblock SIGHUP.
5302 * sysdep.c (struct save_signal): New member 'action', replacing
5303 old member 'handler'.
5304 (save_signal_handlers, restore_signal_handlers):
5305 Use sigaction instead of 'signal' to save and restore.
5306 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
5307 New function. All users of 'signal' modified to use set_sighandler
5308 if they're writeonly, and to use sys_signal if they're read+write.
5309 (emacs_sigaction_init, forwarded_signal): New functions.
5310 (sys_signal): Remove. All uses replaced by calls to sigaction
5311 and emacs_sigaction_init, or by direct calls to 'signal'.
5312 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
5313 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
5314 all uses replaced by pthread_sigmask etc. calls.
5315 * syssignal.h: Include <signal.h>.
5316 (emacs_sigaction_init, forwarded_signal): New decls.
5317 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
5318 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
5319 (sigmask, sys_sigmask): Remove; no longer needed.
5320 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
5321 (sigblock, sigunblock, sigfree):
5322 (sigsetmask) [!defined sigsetmask]:
5323 Remove. All uses replaced by pthread_sigmask.
5324 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
5325 no longer need to be replaced, and its typical old uses
5326 are now done via emacs_sigaction_init and sigaction.
5327 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
5328 (sys_sigdel): Remove; unused.
5329 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
5330
5331 2012-09-06 Eli Zaretskii <eliz@gnu.org>
5332
5333 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
5334 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
5335
5336 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
5337
5338 Explicitly mark buffer_defaults and buffer_local_symbols.
5339 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
5340 mark_local_symbols here.
5341 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
5342 since special buffers aren't marked here any more.
5343 (allocate_buffer): Chain new buffer with all_buffers here...
5344 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
5345 not here.
5346 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
5347 (syms_of_buffer): Remove staticpro of the above.
5348 (init_buffer_once): Set names for buffer_defaults and
5349 buffer_local_symbols.
5350
5351 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
5352
5353 Use bool for booleans in font-related modules.
5354 * font.c (font_intern_prop, font_style_to_value)
5355 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
5356 (generate_otf_features, font_check_otf_features, font_check_otf)
5357 (font_match_p, font_list_entities, font_at):
5358 * fontset.c (fontset_id_valid_p, reorder_font_vector
5359 (fontset_find_font, Fset_fontset_font)
5360 (face_suitable_for_char_p) [0]:
5361 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
5362 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
5363 (m17n_flt_initialized, ftfont_shape_by_flt):
5364 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
5365 * nsfont.m (nsfont_draw):
5366 * w32font.c (w32font_draw):
5367 * w32term.c (x_draw_glyphless_glyph_string_foreground):
5368 Use bool for booleans.
5369 * font.h: Adjust to above API changes.
5370 (struct font, struct font_driver, struct font_driver_list):
5371 Use bool for booleans.
5372 (struct font): Remove useless member encoding_type.
5373 All users removed.
5374 * fontset.c, xftfont.c: Omit unnecessary static decls.
5375
5376 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
5377
5378 * alloc.c (mark_object): Revert window marking code
5379 since it's unsafe for the Fset_window_configuration.
5380
5381 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
5382
5383 Fix race conditions with signal handlers and errno (Bug#12327).
5384 Be more systematic about preserving errno whenever a signal
5385 handler returns, even if it's not in the main thread. Do this by
5386 renaming signal handlers to distinguish between signal delivery
5387 and signal handling. All uses changed.
5388 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
5389 * data.c (deliver_arith_signal): Rename from arith_error.
5390 * dispnew.c (deliver_window_change_signal): Rename from
5391 window_change_signal.
5392 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
5393 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
5394 * keyboard.c (deliver_input_available_signal): Rename from
5395 input_available_signal.
5396 (deliver_user_signal): Rename from handle_user_signal.
5397 (deliver_interrupt_signal): Rename from interrupt_signal.
5398 * process.c (deliver_pipe_signal): Rename from send_process_trap.
5399 (deliver_child_signal): Rename from sigchld_handler.
5400 * atimer.c (handle_alarm_signal):
5401 * data.c (handle_arith_signal):
5402 * dispnew.c (handle_window_change_signal):
5403 * emacs.c (handle_fatal_signal, handle_danger_signal):
5404 * keyboard.c (handle_input_available_signal):
5405 * keyboard.c (handle_user_signal, handle_interrupt_signal):
5406 * process.c (handle_pipe_signal, handle_child_signal):
5407 New functions, with the actual signal-handling code taken from the
5408 original respective signal handlers, sans the sporadic attempts to
5409 preserve errno, since that's now done by handle_on_main_thread.
5410 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
5411 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
5412 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5413 Move to sysdep.c.
5414 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5415 Move initialization of main_thread to sysdep.c's init_signals.
5416 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
5417 our usage, and simplifies the mainline code.
5418 (record_child_status_change): New static function, as a helper
5419 for handle_child_signal, and with most of the old child handler's
5420 contents.
5421 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
5422 (handle_child_signal): Use the above.
5423 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5424 Moved here from emacs.c.
5425 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
5426 code moved here from emacs.c's main function.
5427 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
5428 replacing the old SIGNAL_THREAD_CHECK. All uses changed.
5429 This lets callers save and restore errno properly.
5430
5431 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
5432
5433 Remove redundant or unused things here and there.
5434 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
5435 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
5436 * editfns.c (Fcompare_buffer_substrings): Likewise.
5437 * frame.h (struct terminal, struct font_driver_list):
5438 Remove redundant declarations.
5439 * window.h (Qleft, Qright): Likewise.
5440
5441 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
5442
5443 Do not mark objects from deleted buffers, windows and frames.
5444 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
5445 (mark_object): Likewise for windows and frames.
5446
5447 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
5448
5449 * alloc.c (valid_lisp_object_p): Treat killed buffers,
5450 buffer_defaults and buffer_local_symbols as valid objects.
5451 Return special value to denote them.
5452
5453 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
5454
5455 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
5456 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
5457 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
5458 (file_name_absolute_p, Fsubstitute_in_file_name):
5459 (check_executable, check_writable, Ffile_accessible_directory_p)
5460 (Fset_file_selinux_context, Fdefault_file_modes)
5461 (Finsert_file_contents, choose_write_coding_system)
5462 (Fwrite_region, build_annotations, a_write, e_write)
5463 (Fdo_auto_save):
5464 * filelock.c (boot_time_initialized, get_boot_time)
5465 (get_boot_time_1, lock_file_1, within_one_second):
5466 * floatfns.c (in_float):
5467 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
5468 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
5469 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
5470 * lisp.h (struct Lisp_Hash_Table.cmpfn):
5471 * window.c (compare_window_configurations):
5472 Use bool for booleans.
5473 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
5474 (Fdefault_file_modes): Now mode_t, not int, for modes.
5475 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
5476 (internal_delete_file): Now returns void, not a (boolean) int,
5477 since nobody was looking at the return value.
5478 * lisp.h, window.h: Adjust to above API changes.
5479
5480 * xdisp.c (set_message): Simplify and reindent last change.
5481
5482 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
5485
5486 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
5487
5488 * eval.c (call_debugger): Make the function non-static so that we
5489 can call it from set_message.
5490
5491 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
5492 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
5493
5494 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
5495
5496 Give more-useful info on a fatal error (Bug#12328).
5497 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
5498 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
5499 of doing the work ourselves.
5500 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
5501 do most of the work.
5502 (fatal_error_backtrace): New function, taken from the guts
5503 of the old fatal_error_signal, but with a new option to output
5504 a backtrace.
5505 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
5506 info about the signal than just its number.
5507 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
5508 * sysdep.c: Include <execinfo.h>
5509 (emacs_backtrace): New function, taken partly from the previous
5510 code of the 'die' function.
5511 (emacs_abort): Call fatal_error_backtrace rather than abort.
5512
5513 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
5516 eager (load-time) macro-expansion.
5517 * lisp.mk (lisp): Add macroexp.
5518
5519 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
5520
5521 Simplify redefinition of 'abort' (Bug#12316).
5522 Do not try to redefine the 'abort' function. Instead, redo
5523 the code so that it calls 'emacs_abort' rather than 'abort'.
5524 This removes the need for the NO_ABORT configure-time macro
5525 and makes it easier to change the abort code to do a backtrace.
5526 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
5527 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
5528 Remove; sysdep.c's emacs_abort now takes its place.
5529 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
5530 'abort' changed to use 'emacs_abort'.
5531 * msdos.c (dos_abort) [defined abort]: Remove; not used.
5532 (abort) [!defined abort]: Rename to ...
5533 (emacs_abort): ... new name.
5534 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
5535 the place of the old 'abort' in emacs.c.
5536 * w32.c, w32fns.c (abort): Do not #undef.
5537 * w32.c (emacs_abort): Rename from w32_abort.
5538
5539 2012-09-04 Eli Zaretskii <eliz@gnu.org>
5540
5541 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
5542 offsets[j].dv, since the y axis of the screen coordinates points
5543 down, while the y axis of the font definition coordinates points
5544 up. This fixes display of Arabic diacritics such as KASRA and
5545 KASRATAN. (Bug#11860)
5546
5547 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
5548
5549 Be more systematic about _setjmp vs setjmp.
5550 * alloc.c (test_setjmp, mark_stack):
5551 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
5552 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
5553 (png_load, my_error_exit, jpeg_load):
5554 * process.c (send_process_trap, send_process):
5555 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
5556 The underscored versions are up to 30x faster on some hosts.
5557 Formerly, the code used setjmp+longjmp sometimes and
5558 _setjmp+_longjmp at other times, with no particular reason to
5559 prefer setjmp+longjmp.
5560
5561 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
5562
5563 Fix minor problem found by static checking.
5564 * buffer.c (Fdelete_all_overlays): Return nil.
5565
5566 2012-09-03 Martin Rudalics <rudalics@gmx.at>
5567
5568 * buffer.c (Fdelete_all_overlays): New function.
5569
5570 2012-09-03 Chong Yidong <cyd@gnu.org>
5571
5572 * gtkutil.c: Add extern decl for Qxft.
5573
5574 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
5575
5576 * emacs.c, eval.c: Use bool for boolean.
5577 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
5578 (malloc_using_checking) [DOUG_LEA_MALLOC]:
5579 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
5580 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
5581 (main, decode_env_path, Fdaemon_initialized):
5582 * eval.c (call_debugger, Finteractive_p, interactive_p):
5583 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
5584 (maybe_call_debugger, Fbacktrace):
5585 * process.c (read_process_output, exec_sentinel):
5586 Use bool for booleans.
5587 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
5588 All callers changed.
5589 * eval.c (interactive_p): Omit always-true boolean argument
5590 EXCLUDE_SUBRS_P. All callers changed.
5591 * dispextern.h, lisp.h: Reflect above API changes.
5592 * firstfile.c (dummy): Use the address of 'main', whose signature
5593 won't change, instead of the address of 'initialize', whose
5594 signature just changed from int to bool.
5595 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
5596 * msdos.c (fatal_error_in_progress): ... from here.
5597 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
5598 of incrementing it.
5599 (redisplay_internal, unwind_redisplay): Simply clear
5600 REDISPLAYING_P when unwinding, instead of saving its previous,
5601 always-false value and then restoring it.
5602
5603 Clean up some extern decls.
5604 Mostly, this hoists extern decls out of .c files and into .h files.
5605 That way, we're more likely to catch errors if the interfaces change.
5606 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
5607 declare xg_mark_data.
5608 * dispextern.h (x_frame_parm_handlers):
5609 * font.h (Qxft):
5610 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
5611 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
5612 (Qultra_bold, Qoblique, Qitalic):
5613 Move extern decl here from .c file.
5614 * alloc.c (xg_mark_data) [USE_GTK]:
5615 * doc.c (Qclosure):
5616 * eval.c (Qlexical_binding):
5617 * fns.c (time) [!HAVE_UNISTD_H]:
5618 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
5619 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
5620 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
5621 * lread.c (Qinternal_interpreter_environment):
5622 * minibuf.c (Qbuffer):
5623 * process.c (QCfamily, QCfilter):
5624 * widget.c (free_frame_faces):
5625 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
5626 * xfont.c (x_clear_errors):
5627 * xterm.c (x_frame_parm_handlers):
5628 Remove now-redundant extern decls.
5629 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
5630 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
5631 Now static.
5632 * xfaces.c: Remove unnecessary static decls.
5633 * xterm.c (updating_frame): Remove decl of nonexistent object.
5634
5635 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
5636 when building globals.h, as the objects that are not built on
5637 this host are not needed to compile C files on this host.
5638
5639 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
5640
5641 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
5642
5643 * frame.h: Add missing prototype for x_wm_set_size_hint.
5644
5645 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
5646
5647 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
5648 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
5649 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
5650 (Fsubstitute_command_keys):
5651 * editfns.c (region_limit, find_field, Fconstrain_to_field)
5652 (save_excursion_save, save_excursion_restore)
5653 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
5654 (format_time_string, general_insert_function)
5655 (make_buffer_string, make_buffer_string_both)
5656 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
5657 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
5658 (copy_text, insert_1, insert_1_both, insert_from_string)
5659 (insert_from_string_before_markers, insert_from_string_1)
5660 (insert_from_buffer, insert_from_buffer_1, replace_range)
5661 (replace_range_2, del_range_1, del_range_byte, del_range_both)
5662 (del_range_2, modify_region):
5663 * intervals.c (intervals_equal, balance_possible_root_interval)
5664 (adjust_intervals_for_insertion, merge_properties_sticky)
5665 (graft_intervals_into_buffer, lookup_char_property)
5666 (adjust_for_invis_intang, set_point_both)
5667 (get_property_and_range, compare_string_intervals)
5668 (set_intervals_multibyte_1, set_intervals_multibyte):
5669 * keyboard.c (decode_timer):
5670 Use bool for boolean.
5671 * intervals.h, lisp.h, systime.h: Reflect above API changes.
5672 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
5673
5674 2012-09-02 Chong Yidong <cyd@gnu.org>
5675
5676 * keymap.c (push_key_description): Print M-TAB as C-M-i
5677 (Bug#11758).
5678
5679 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
5680
5681 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
5682 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
5683 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
5684 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
5685 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
5686 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
5687 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
5688
5689 2012-09-01 Eli Zaretskii <eliz@gnu.org>
5690
5691 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
5692 more than one grapheme cluster passed to the shaper: compute the
5693 offset adjustment values separately for each cluster. (Bug#11860)
5694
5695 * image.c: Restore mistakenly removed inclusion of w32.h. Without
5696 it, GCC doesn't see prototypes of w32_delayed_load, and complains
5697 about implicit conversions from integer to pointer.
5698
5699 2012-09-01 Daniel Colascione <dancol@dancol.org>
5700
5701 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
5702 system used too early.
5703
5704 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
5705
5706 Better seed support for (random).
5707 * emacs.c (main): Call init_random.
5708 * fns.c (Frandom): Set the seed from a string argument, if given.
5709 Remove long-obsolete Gentzel cruft.
5710 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
5711 (init_random): New function.
5712
5713 2012-09-01 Daniel Colascione <dancol@dancol.org>
5714
5715 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
5716 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
5717 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
5718 x_wm_set_size_hint, x_query_colors, x_real_positions,
5719 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
5720 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
5721 all of which have been moved to common code.
5722
5723 * xfaces.c: Include TERM_HEADER instead of listing all possible
5724 window-system headers.
5725
5726 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
5727 to match header.
5728
5729 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
5730 directly accessing frame internals.
5731
5732 * w32font.h: Include font.h. Define syms_of_w32font and
5733 globals_of_w32font.
5734
5735 * process.c: Include TERM_HEADER instead of listing all possible
5736 window-system headers.
5737
5738 * nsterm.h: Remove declarations now in frame.h.
5739 Define FRAME_X_SCREEN, FRAME_X_VISUAL.
5740
5741 * menu.c: Include TERM_HEADER instead of listing all possible
5742 window-system headers.
5743
5744 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
5745 window system.
5746
5747 * keyboard.c: Include TERM_HEADER instead of listing all possible
5748 window-system headers.
5749
5750 * image.c: Include TERM_HEADER instead of listing all possible
5751 window-system headers. Declare Vlibrary_cache when compiling for
5752 Windows.
5753
5754 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
5755 window system declarations.
5756
5757 * frame.h: Move common functions here: set_frame_menubar,
5758 x_set_window_size, x_sync, x_get_focus_frame,
5759 x_set_mouse_position, x_set_mouse_pixel_position,
5760 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
5761 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
5762 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
5763 x_activate_menubar, x_real_positions, x_bitmap_icon,
5764 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
5765 and x_query_colors.
5766
5767 * frame.c: Include TERM_HEADER instead of listing all possible
5768 window-system headers.
5769
5770 * font.c: Include TERM_HEADER instead of listing all possible
5771 window-system headers.
5772
5773 * emacs.c: Include TERM_HEADER.
5774
5775 * dispnew.c: Include TERM_HEADER instead of listing all possible
5776 window-system headers.
5777
5778 * ccl.h: Include character.h.
5779
5780 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
5781 the current window system; include in list of objects to link into
5782 Emacs.
5783
5784 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
5785
5786 Remove mark_ttys function and fix tty_display_info initialization.
5787 * lisp.h (mark_ttys): Remove prototype.
5788 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
5789 to mark_ttys because all possible values of 'top_frame' slot are
5790 the frames which are reachable from Vframe_list.
5791 * term.c (mark_ttys): Remove.
5792 (init_tty): Safely initialize 'top_frame' slot with Qnil.
5793
5794 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
5795
5796 Change struct frame bitfields from unsigned char to unsigned.
5797 * frame.h (struct frame): Change type of 'display_preempted',
5798 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
5799 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
5800 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
5801 bitfields from unsigned char to unsigned.
5802
5803 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
5804
5805 Remove unused member of struct x_output and struct w32_output.
5806 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
5807 * w32term.h (struct w32_output): Likewise.
5808
5809 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
5810
5811 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
5812 does not become zero (Bug#12234).
5813
5814 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
5815
5816 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
5817 for GCC 4.7.1 x86-64.
5818
5819 2012-08-30 Glenn Morris <rgm@gnu.org>
5820
5821 * lread.c (init_lread): For out-of-tree builds, only add the
5822 source directory's site-lisp dir to the load-path if it exists,
5823 consistent with in-tree builds. (Bug#12302)
5824
5825 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
5826
5827 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
5828 button_values to NULL. Call setStykeMask so dialogs get a close button.
5829 (windowShouldClose:): Set window_closed.
5830 (dealloc): New member, free button_values.
5831 (process_dialog:): Make member function. Remove window argument,
5832 replace window with self. Count buttons and allocate and store values
5833 in button_values.
5834 (addButton:value:row:): value is int with the name tag. Call setTag
5835 with tag. Remove return self, declare return value as void.
5836 (addString:row:): Remove return self, declare return value as void.
5837 (addSplit): Remove return self, declare return value as void.
5838 (clicked:): Remove return self, declare return value as void.
5839 Set dialog_return to button_values[seltag]. Code formatting change.
5840 (initFromContents:isQuestion:): Adjust call to process_dialog.
5841 Code formatting change.
5842 (timeout_handler:): Set timer_fired to YES.
5843 (runDialogAt:): Set timer_fired to NO.
5844 Handle click on close button as quit.
5845
5846 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
5847 Add window_closed and button_values. Add void as return value for
5848 add(Button|String|Split). addButton takes int instead of Lisp_Object.
5849 Add process_dialog as new member.
5850
5851 2012-08-28 Eli Zaretskii <eliz@gnu.org>
5852
5853 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
5854 is not one of the heaps we manage. (Bug#12242)
5855
5856 2012-08-28 Glenn Morris <rgm@gnu.org>
5857
5858 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
5859
5860 2012-08-28 Martin Rudalics <rudalics@gmx.at>
5861
5862 * window.c (Fset_window_configuration): Remove handling of
5863 auto-buffer-name window parameter. Install revision of reverted
5864 fix.
5865
5866 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
5867
5868 Do not allow to set major mode for a dead buffer.
5869 * buffer.c (Fset_buffer_major_mode): Signal an error
5870 if the buffer is dead.
5871 (Fother_buffer, other_buffer_safely): Remove redundant
5872 nested declaration.
5873
5874 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
5875
5876 Always use set_buffer_if_live to restore original buffer at unwind.
5877 * buffer.h (record_unwind_current_buffer): New function.
5878 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
5879 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
5880 * undo.c, window.c: Adjust users.
5881 * buffer.c (set_buffer_if_live): Fix comment.
5882
5883 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
5884
5885 Fix usage of set_buffer_internal.
5886 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
5887 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
5888 * coding.c (decode_coding): Omit redundant test.
5889 * fileio.c (decide_coding_unwind): Likewise.
5890 * fns.c (secure_hash): Likewise.
5891 * insdel.c (modify_region): Likewise.
5892 * keyboard.c (command_loop_1): Likewise.
5893 * print.c (PRINTFINISH): Likewise.
5894 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
5895
5896 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
5897
5898 * dispnew.c: Use bool for boolean.
5899 (frame_garbaged, display_completed, delayed_size_change)
5900 (fonts_changed_p, add_window_display_history)
5901 (add_frame_display_history, verify_row_hash)
5902 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
5903 (row_equal_p, realloc_glyph_pool)
5904 (allocate_matrices_for_frame_redisplay)
5905 (showing_window_margins_p)
5906 (adjust_frame_glyphs_for_frame_redisplay)
5907 (build_frame_matrix_from_leaf_window, make_current)
5908 (mirrored_line_dance, mirror_line_dance, update_frame)
5909 (update_window_tree, update_single_window)
5910 (check_current_matrix_flags, update_window, update_text_area)
5911 (update_window_line, set_window_update_flags, scrolling_window)
5912 (update_frame_1, scrolling, buffer_posn_from_coords)
5913 (do_pending_window_change, change_frame_size)
5914 (change_frame_size_1, sit_for):
5915 Use bool for boolean.
5916 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
5917 and remove last int (actually boolean) argument, which was always 0.
5918 All callers changed.
5919 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
5920 * dispextern.h (struct composition_it): Use bool for boolean.
5921 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
5922 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
5923 * dired.c (file_name_completion):
5924 Use bool for boolean. (This was missed in an earlier change.)
5925
5926 2012-08-27 Martin Rudalics <rudalics@gmx.at>
5927
5928 * window.c (Fset_window_configuration): Revert first part of
5929 last change.
5930
5931 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
5932
5933 * nsterm.h (NSPanel): New class variable dialog_return.
5934
5935 * nsmenu.m (initWithContentRect:styleMask:backing:defer:):
5936 Initialize dialog_return.
5937 (windowShouldClose:): Use stop instead of stopModalWithCode.
5938 (clicked:): Ditto, and also set dialog_return (Bug#12258).
5939 (timeout_handler:): Use stop instead of abortModal. Send a dummy
5940 event.
5941 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
5942 modal loop returns.
5943
5944 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
5945
5946 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
5947 * composite.c (find_composition, composition_gstring_p)
5948 (composition_reseat_it, find_automatic_composition):
5949 * data.c (let_shadows_buffer_binding_p)
5950 (let_shadows_global_binding_p, set_internal, make_blv)
5951 (Fmake_variable_buffer_local, Fmake_local_variable)
5952 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
5953 (cons_to_signed, arith_driver):
5954 * dbusbind.c (xd_in_read_queued_messages):
5955 * dired.c (directory_files_internal, file_name_completion):
5956 Use bool for booleans.
5957 * dired.c (file_name_completion):
5958 * process.h (fd_callback):
5959 Omit int (actually boolean) argument. It wasn't being used.
5960 All uses changed.
5961 * composite.h, lisp.h: Reflect above API changes.
5962
5963 * cmds.c, coding.c: Use bool for booleans.
5964 * cmds.c (move_point, Fself_insert_command):
5965 * coding.h (struct composition status, struct coding_system):
5966 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
5967 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
5968 (emacs_mule_char, decode_coding_emacs_mule)
5969 (encode_coding_emacs_mule, detect_coding_iso_2022)
5970 (decode_coding_iso_2022, encode_invocation_designation)
5971 (encode_designation_at_bol, encode_coding_iso_2022)
5972 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
5973 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
5974 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
5975 (encode_coding_raw_text, detect_coding_charset)
5976 (decode_coding_charset, encode_coding_charset, detect_eol)
5977 (detect_coding, get_translation_table, produce_chars)
5978 (consume_chars, reused_workbuf_in_use)
5979 (make_conversion_work_buffer, code_conversion_save)
5980 (decode_coding_object, encode_coding_object)
5981 (detect_coding_system, char_encodable_p)
5982 (Funencodable_char_position, code_convert_region)
5983 (code_convert_string, code_convert_string_norecord)
5984 (Fset_coding_system_priority):
5985 * fileio.c (Finsert_file_contents):
5986 Use bool for booleans.
5987 * coding.h, lisp.h: Reflect above API changes.
5988 * coding.c: Remove unnecessary static function decls.
5989 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
5990 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
5991 not a boolean 'int', since callers never look at the return value.
5992 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
5993 * coding.h (decoding_buffer_size, encoding_buffer_size)
5994 (emacs_mule_string_char): Remove unused extern decls.
5995 (struct iso_2022_spec, struct coding_system):
5996 Use 'unsigned int : 1' for boolean fields, since there's more than one.
5997 (struct emacs_mule_spec): Remove unused field 'full_support'.
5998 All initializations removed.
5999 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
6000
6001 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
6002
6003 Fix spare memory change (Bug#12286).
6004 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
6005 (valid_lisp_object_p): Likewise.
6006
6007 2012-08-27 Martin Rudalics <rudalics@gmx.at>
6008
6009 * window.c (Fset_window_configuration): Record any window's old
6010 buffer if it's replaced (see Bug#8789). If the new current
6011 buffer doesn't appear in the selected window, go to its old
6012 point (Bug#12208).
6013
6014 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
6015
6016 Special MEM_TYPE_SPARE to denote reserved memory.
6017 * alloc.c (enum mem_type): New memory type.
6018 (refill_memory_reserve): Use new type for spare memory.
6019 This prevents live_cons_p and live_string_p from incorrect
6020 detection of uninitialized objects from spare memory as live.
6021
6022 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
6023
6024 Spelling fixes.
6025 * Makefile.in (.PHONY): versioclean -> versionclean.
6026
6027 Remove unused external symbols.
6028 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
6029 * window.c (Qwindow_valid_p, decode_valid_window):
6030 Now static, not extern.
6031 * data.c (Qinterval): Remove; unused.
6032 (syms_of_data): Do not define 'interval'.
6033 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
6034 * window.h (decode_valid_window):
6035 Remove decls.
6036
6037 * character.c, charset.c, chartab.c: Use bool for booleans.
6038 * character.c (lisp_string_width, string_count_byte8)
6039 (string_escape_byte8):
6040 * charset.c (charset_map_loaded, load_charset_map, read_hex):
6041 (load_charset_map_from_file, map_charset_chars)
6042 (Fdefine_charset_internal, define_charset_internal)
6043 (Fdeclare_equiv_charset, find_charsets_in_text)
6044 (Ffind_charset_region, char_charset, Fiso_charset):
6045 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
6046 (sub_char_table_set, sub_char_table_set_range)
6047 (char_table_set_range, optimize_sub_char_table)
6048 (map_sub_char_table):
6049 Use bool for boolean.
6050 * character.c (str_to_unibyte): Omit last boolean argument; it was
6051 always 0. All callers changed.
6052 * character.h, charset.h: Adjust to match previous changes.
6053 * character.h (char_printable_p): Remove decl of nonexistent function.
6054 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
6055 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
6056 are all boolean, so make them single-bit bitfields.
6057
6058 * lisp.h (ASET): Remove attempt to detect side effects.
6059 It was meant to be temporary and it often doesn't work,
6060 because when IDX has side effects the behavior of IDX==IDX
6061 is undefined. See Stefan Monnier in
6062 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
6063
6064 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
6065
6066 * lisp.h (functionp): New function (extracted from Ffunctionp).
6067 (FUNCTIONP): Use it.
6068 * eval.c (Ffunctionp): Use it.
6069
6070 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
6071
6072 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
6073 as that's faster and simpler than static storage. Don't bother
6074 with the g_main_context_query overhead if g_main_context_pending
6075 says no events are pending.
6076 (gfds, gfds_size): Remove these static vars.
6077 (xgselect_initialize): Remove; no longer needed.
6078 All uses and decls removed.
6079
6080 * emacs.c (fatal_error_signal_hook): Remove.
6081 All uses removed. This leftover from old code was always 0.
6082
6083 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
6084 * casefiddle.c (casify_object, casify_region):
6085 * casetab.c (set_case_table):
6086 * category.c, category.h (word_boundary_p):
6087 * category.h (CHAR_HAS_CATEGORY):
6088 Use bool for booleans, instead of int.
6089
6090 2012-08-25 Eli Zaretskii <eliz@gnu.org>
6091
6092 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
6093
6094 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
6095
6096 On assertion failure, print backtrace if available.
6097 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
6098 (die) [ENABLE_CHECKING]: Print a backtrace if available.
6099 * Makefile.in (LIB_EXECINFO): New macro.
6100 (LIBES): Use it.
6101
6102 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
6103 * bytecode.c (exec_byte_code):
6104 * callint.c (check_mark, Fcall_interactively):
6105 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
6106 (getenv_internal, sync_process_alive, call_process_exited):
6107 * lisp.h (USE_SAFE_ALLOCA):
6108 Use bool for booleans, instead of int.
6109 * lisp.h, process.h: Adjust prototypes to match above changes.
6110 * callint.c (Fcall_interactively): Don't assume the mark's
6111 offset fits in 'int'.
6112
6113 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6114
6115 * buffer.c, buffer.h: Use bool for boolean.
6116 * buffer.c (reset_buffer_local_variables)
6117 (buffer_lisp_local_variables, Fset_buffer_modified_p)
6118 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
6119 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
6120 (overlay_touches_p, overlay_strings, Foverlay_put)
6121 (report_overlay_modification, call_overlay_mod_hooks):
6122 (mmap_enlarge, mmap_set_vars):
6123 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
6124 Use bool for booleans, instead of int.
6125 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
6126 since the 1-or-0 return value is always ignored anyway.
6127 (mmap_initialized_p):
6128 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
6129 * buffer.h, lisp.h: Adjust prototypes to match above changes.
6130
6131 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
6132
6133 * bidi.c: Use bool for boolean.
6134 This is a bit more readable, and makes the text segment of bidi.o
6135 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
6136 Presumably it's faster too.
6137 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
6138 Now bool.
6139 (bidi_cache_find_level_change, bidi_cache_iterator_state)
6140 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
6141 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
6142 (bidi_explicit_dir_char, bidi_level_of_next_char)
6143 (bidi_find_other_level_edge, bidi_move_to_visually_next):
6144 Use bool for booleans, instead of int.
6145 * dispextern.h (bidi_init_it, bidi_paragraph_init)
6146 (bidi_unshelve_cache): Adjust decls to match code.
6147
6148 2012-08-23 Martin Rudalics <rudalics@gmx.at>
6149
6150 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
6151 argument.
6152
6153 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
6154
6155 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
6156 * atimer.h: Include <stdbool.h>.
6157
6158 2012-08-22 Dan Nicolaescu <dann@gnu.org>
6159
6160 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
6161 compile time tests instead of run time tests on systems that do
6162 not use them.
6163 (FRAME_MAC_P): Remove leftover from deleted code.
6164 * frame.c (syms_of_frame): Remove leftover from deleted code.
6165
6166 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
6167
6168 * nsterm.m (insertText:): Don't clear modifiers if code is space.
6169
6170 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
6171
6172 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
6173 Otherwise, the compiler complains about (A?B:C) where B is void
6174 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
6175 (fontset_add): Return void, for FONTSET_ADD.
6176
6177 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
6178
6179 * alloc.c: Use bool for booleans.
6180 (gc_in_progress, abort_on_gc)
6181 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
6182 (dont_register_blocks) [GC_MALLOC_CHECK]:
6183 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
6184 (check_string_bytes, make_specified_string, memory_full)
6185 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
6186 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
6187 (mark_stack, valid_pointer_p, make_pure_string)
6188 (Fgarbage_collect, survives_gc_p, gc_sweep):
6189 Use bool for booleans, instead of int.
6190 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
6191 Remove unused local.
6192 * alloc.c (PURE_POINTER_P):
6193 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
6194 * editfns.c (Fformat):
6195 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
6196 (Fdo_auto_save):
6197 * fns.c (sweep_weak_table):
6198 * lisp.h (suppress_checking, push_message, survives_gc_p)
6199 (make_pure_string, gc_in_progress, abort_on_gc):
6200 * lread.c (readchar, read1):
6201 * print.c (Fprin1_to_string):
6202 * xdisp.c (push_message):
6203 Use bool for booleans affected directly or indirectly by
6204 alloc.c's changes.
6205
6206 Make recently-introduced setters macros.
6207 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
6208 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
6209 (set_fontset_default, set_fontset_fallback): Rename from their
6210 upper-case counterparts, and make them functions rather than macros.
6211 This is more consistent with the other recently-introduced setters.
6212 These don't need to be inline, since they're local.
6213
6214 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
6215
6216 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
6217 the loop (Bug#12247).
6218
6219 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
6220
6221 * lisp.h (vcopy): Use memcpy rather than our own loop.
6222 This fixes a performance regression introduced by the recent
6223 addition of vcopy. This means 'vcopy' will need to be modified
6224 for a copying collector, but that's OK. Also, tighten the
6225 checking in the assertion.
6226
6227 2012-08-21 Eli Zaretskii <eliz@gnu.org>
6228
6229 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
6230 components for RTL text (Bug#11860). Adjust X-OFFSET of each
6231 non-base glyph for the width of the base character, according to
6232 what x_draw_composite_glyph_string_foreground expects.
6233 Generate WADJUST value according to composition_gstring_width's
6234 expectations, to produce correct width of the composed character.
6235 Reverse the sign of the DU offset produced by ScriptPlace.
6236
6237 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
6238
6239 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
6240
6241 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
6242
6243 Avoid direct writes to contents member of struct Lisp_Vector.
6244 * lisp.h (vcopy): New function to copy data into vector.
6245 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
6246 * fns.c (Ffillarray): Use ASET.
6247 * keyboard.c (timer_check_2): Use AREF and ASET.
6248 (append_tool_bar_item, Frecent_keys): Use vcopy.
6249 * lread.c (read_vector): Use ASET.
6250 * msdos.c (Frecent_doskeys): Use vcopy.
6251 * xface.c (Finternal_copy_lisp_face): Use vcopy.
6252 (Finternal_merge_in_global_face): Use ASET and vcopy.
6253 * xfont.c (xfont_list_pattern): Likewise.
6254
6255 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6256
6257 * window.c (Fwindow_point): For the selected window always return
6258 the position of its buffer's point.
6259 (Fset_window_point): For the selected window always go in its
6260 buffer to the specified position.
6261
6262 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
6263
6264 Setter macros for fontsets.
6265 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
6266 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
6267 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
6268 Adjust users.
6269
6270 2012-08-20 Glenn Morris <rgm@gnu.org>
6271
6272 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
6273 Don't assume that `ln -f' works.
6274
6275 2012-08-20 Eli Zaretskii <eliz@gnu.org>
6276
6277 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
6278 and later about non-assignments with no effect. See discussion at
6279 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
6280 details.
6281
6282 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6283
6284 Inline setter functions for Lisp_Objects slots of struct specbinding.
6285 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
6286 Adjust users.
6287
6288 2012-08-20 Martin Rudalics <rudalics@gmx.at>
6289
6290 * window.c (select_window): Always make selected window's buffer
6291 current.
6292
6293 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6294
6295 Use AREF and ASET for docstrings of category tables.
6296 * category.h (CATEGORY_DOCSTRING): Use AREF.
6297 (SET_CATEGORY_DOCSTRING): Use ASET.
6298 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
6299
6300 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6301
6302 Inline setter functions for hash table members.
6303 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
6304 (set_hash_hash, set_hash_index): Rename with _slot suffix.
6305 (set_hash_key_and_value, set_hash_index, set_hash_next)
6306 (set_hash_hash): New functions.
6307 * charset.c, fns.c: Adjust users.
6308
6309 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
6310
6311 Inline getter and setter functions for per-buffer values.
6312 * buffer.h (per_buffer_default, set_per_buffer_default)
6313 (per_buffer_value, set_per_buffer_value): New functions.
6314 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
6315 * buffer.c, data.c: Adjust users.
6316
6317 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
6318
6319 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
6320
6321 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
6322
6323 Rely on <config.h> + <unistd.h> to declare 'environ',
6324 as gnulib does this if the system doesn't.
6325 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
6326 Remove declaration. MS-Windows declares it on stdlib.h which is
6327 included by conf_post.h.
6328 * emacs.c (environ) [DOUG_LEA_MALLOC]:
6329 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
6330 * vm-limit.c: Include <unistd.h>, for 'environ'.
6331
6332 * unexaix.c, unexcoff.c: Include "mem-limits.h".
6333 (start_of_data): Remove decl; mem-limits.h provides it.
6334
6335 * xdisp.c (handle_invisible_prop): Make it a bit faster
6336 and avoid a gcc -Wmaybe-uninitialized diagnostic.
6337
6338 2012-08-19 Chong Yidong <cyd@gnu.org>
6339
6340 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
6341 ends (Bug#3874).
6342
6343 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
6344
6345 * .gdbinit: Use call instead of set when calling a function in the
6346 inferior.
6347
6348 * data.c (set_internal): Don't use set_blv_found.
6349 (Fkill_local_variable): Likewise.
6350
6351 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
6352
6353 * nsfont.m (ns_ascii_average_width): Ensure the string
6354 ascii_printable is initialized with a null-terminated character
6355 array. Otherwise, it can contain undesired extra characters.
6356
6357 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
6358
6359 port new setting code to Sun C 5.8 2005/10/13
6360 * chartab.c, lisp.h (char_table_set, char_table_set_range):
6361 Return void, not Lisp_Object. Otherwise, the compiler
6362 complains about (A?B:C) where B is void and C is Lisp_Object
6363 when compiling CHAR_TABLE_SET, due to the recent change to
6364 the API of sub_char_table_set_contents.
6365
6366 2012-08-18 Chong Yidong <cyd@gnu.org>
6367
6368 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
6369 for the string case (Bug#3874).
6370
6371 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
6372
6373 * buffer.h (BSET): Remove (Bug#12215).
6374 Replace all uses with calls to new setter functions.
6375 (bset_bidi_paragraph_direction, bset_case_canon_table)
6376 (bset_case_eqv_table, bset_directory, bset_display_count)
6377 (bset_display_time, bset_downcase_table)
6378 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
6379 (bset_last_selected_window, bset_local_var_alist)
6380 (bset_mark_active, bset_point_before_scroll, bset_read_only)
6381 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
6382 (bset_width_table):
6383 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
6384 (bset_auto_fill_function, bset_auto_save_file_format)
6385 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
6386 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
6387 (bset_cache_long_line_scans, bset_case_fold_search)
6388 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
6389 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
6390 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
6391 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
6392 (bset_header_line_format, bset_indicate_buffer_boundaries)
6393 (bset_indicate_empty_lines, bset_invisibility_spec)
6394 (bset_left_fringe_width, bset_major_mode, bset_mark)
6395 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
6396 (bset_name, bset_overwrite_mode, bset_pt_marker)
6397 (bset_right_fringe_width, bset_save_length)
6398 (bset_scroll_bar_width, bset_scroll_down_aggressively)
6399 (bset_scroll_up_aggressively, bset_selective_display)
6400 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
6401 (bset_word_wrap, bset_zv_marker):
6402 * category.c (bset_category_table):
6403 * syntax.c (bset_syntax_table):
6404 New setter functions.
6405
6406 * process.h (PSET): Remove (Bug#12215).
6407 Replace all uses with calls to new setter functions.
6408 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6409 (PROCESS_INLINE): New macro.
6410 (pset_childp): New setter function.
6411 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
6412 * process.c (PROCESS_INLINE):
6413 Define to EXTERN_INLINE, so that the corresponding functions
6414 are compiled into code.
6415 (pset_buffer, pset_command, pset_decode_coding_system)
6416 (pset_decoding_buf, pset_encode_coding_system)
6417 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
6418 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
6419 (pset_type, pset_write_queue): New setter functions.
6420
6421 * window.h (WSET): Remove (Bug#12215).
6422 Replace all uses with calls to new setter functions.
6423 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6424 (WINDOW_INLINE): New macro.
6425 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
6426 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
6427 (wset_total_lines, wset_vertical_scroll_bar)
6428 (wset_window_end_pos, wset_window_end_valid)
6429 (wset_window_end_vpos): New setter functions.
6430 * window.c (WINDOW_INLINE):
6431 Define to EXTERN_INLINE, so that the corresponding functions
6432 are compiled into code.
6433 (wset_combination_limit, wset_dedicated, wset_display_table)
6434 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
6435 (wset_new_normal, wset_new_total, wset_next_buffers)
6436 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
6437 (wset_prev_buffers, wset_right_fringe_width)
6438 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
6439 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
6440 (wset_window_parameters):
6441 * xdisp.c (wset_base_line_number, wset_base_line_pos)
6442 (wset_column_number_displayed, wset_region_showing):
6443 New setter functions.
6444
6445 * termhooks.h (TSET): Remove (Bug#12215).
6446 Replace all uses with calls to new setter functions.
6447 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6448 (TERMHOOKS_INLINE): New macro.
6449 (tset_charset_list, tset_selection_alist): New setter functions.
6450 * terminal.c (TERMHOOKS_INLINE):
6451 Define to EXTERN_INLINE, so that the corresponding functions
6452 are compiled into code.
6453 (tset_param_alist): New setter function.
6454
6455 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
6456
6457 * keyboard.h (KSET): Remove (Bug#12215).
6458 Replace all uses with calls to new setter functions.
6459 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6460 (KEYBOARD_INLINE): New macro.
6461 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
6462 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
6463 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
6464 New setter functions.
6465 * keyboard.c (KEYBOARD_INLINE):
6466 Define to EXTERN_INLINE, so that the corresponding functions
6467 are compiled into code.
6468 (kset_echo_string, kset_kbd_queue)
6469 (kset_keyboard_translate_table, kset_last_prefix_arg)
6470 (kset_last_repeatable_command, kset_local_function_key_map)
6471 (kset_overriding_terminal_local_map, kset_real_last_command)
6472 (kset_system_key_syms): New setter functions.
6473
6474 * frame.h (FSET): Remove (Bug#12215).
6475 Replace all uses with calls to new setter functions.
6476 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6477 (FRAME_INLINE): New macro.
6478 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
6479 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
6480 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
6481 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
6482 (fset_param_alist, fset_root_window, fset_scroll_bars)
6483 (fset_selected_window, fset_title, fset_tool_bar_items)
6484 (fset_tool_bar_position, fset_tool_bar_window): New functions.
6485 * frame.c (FRAME_INLINE):
6486 Define to EXTERN_INLINE, so that the corresponding functions
6487 are compiled into code.
6488 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
6489
6490 A few more naming-convention fixes for getters and setters.
6491 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
6492 and rename from buffer_overlays_set_before.
6493 (set_buffer_overlays_after): Move here from buffer.h, and rename
6494 from buffer_overlays_set_after.
6495 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
6496 All uses changed.
6497 (set_buffer_intervals): Rename from buffer_set_intervals.
6498 * intervals.c (set_interval_object): Move here from intervals.h,
6499 and rename from interval_set_object.
6500 (set_interval_left): Move here from intervals.h, and rename from
6501 interval_set_left.
6502 (set_interval_right): Move here from intervals.h, and rename from
6503 interval_set_right.
6504 (copy_interval_parent): Move here from intervals.h, and rename from
6505 interval_copy_parent.
6506 * intervals.h (set_interval_parent): Rename from interval_set_parent.
6507 (set_interval_plist): Rename from interval_set_plist.
6508 Return void, not Lisp_Object, since no caller uses the result.
6509 * lisp.h (string_intervals): Rename from string_get_intervals.
6510 (set_string_intervals): Rename from string_set_intervals.
6511
6512 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
6513 (set_char_table_contents): Rename from char_table_set_contents.
6514 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
6515 All uses changed. See the end of
6516 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
6517
6518 * lisp.h (CSET): Remove (Bug#12215).
6519 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
6520 (set_char_table_purpose): New functions,
6521 replacing CSET. All uses changed. For example, replace
6522 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
6523 "set_char_table_parent (char_table, parent);".
6524 The old version was confusing because it used the same name
6525 'parent' for two different things.
6526
6527 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
6528
6529 Functions to get and set Lisp_Object fields of buffer-local variables.
6530 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
6531 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
6532 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
6533 * data.c, eval.c, frame.c: Adjust users.
6534
6535 2012-08-17 Chong Yidong <cyd@gnu.org>
6536
6537 * xfaces.c (merge_face_vectors): If the target font specfies a
6538 font spec, make the font's attributes take precedence over
6539 directly-specified attributes.
6540 (merge_face_ref): Recognize :font.
6541
6542 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
6543
6544 Do not use memcpy for copying intervals.
6545 * intervals.c (reproduce_interval): New function.
6546 (reproduce_tree, reproduce_tree_obj): Use it.
6547 (reproduce_tree_obj): Remove prototype.
6548
6549 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
6550
6551 * lisp.h (duration_to_sec_usec): Remove unused decl.
6552
6553 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
6554
6555 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
6556 to an allocated instance of NSString, not to the class itself.
6557
6558 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
6559
6560 * makefile.w32-in (C_CTYPE_H): New macro.
6561 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
6562 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
6563 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
6564
6565 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
6566
6567 Use ASCII tests for character types.
6568 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
6569 * xfns.c, xterm.c:
6570 Don't include <ctype.h>; was not needed.
6571 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
6572 * sysdep.c, xfaces.c:
6573 Include <c-ctype.h> instead of <ctype.h>.
6574 * nsterm.m: Include <c-ctype.h>.
6575 * charset.c (read_hex):
6576 * doc.c (Fsnarf_documentation):
6577 * fileio.c (IS_DRIVE) [WINDOWSNT]:
6578 (DRIVE_LETTER) [DOS_NT]:
6579 (Ffile_name_directory, Fexpand_file_name)
6580 (Fsubstitute_in_file_name):
6581 * font.c (font_parse_xlfd, font_parse_fcname):
6582 * frame.c (x_set_font_backend):
6583 * gtkutil.c (xg_get_font):
6584 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
6585 * nsimage.m (hexchar):
6586 * nsterm.m (ns_xlfd_to_fontname):
6587 * sysdep.c (system_process_attributes):
6588 * xfaces.c (hash_string_case_insensitive):
6589 Use C-locale tests instead of locale-specific tests for character
6590 types, since we want the ASCII interpretation here, not the
6591 interpretation suitable for whatever happens to be the current locale.
6592
6593 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6594
6595 Consistently check windows for validity/liveness
6596 (Bug#11984, Bug#12025, Bug#12026).
6597 * lisp.h (CHECK_VALID_WINDOW): New macro.
6598 * window.c (decode_window): Rename to decode_live_window.
6599 (decode_valid_window, Fwindow_valid_p): New functions.
6600 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
6601 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
6602 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
6603 (Fwindow_prev_sibling, Fwindow_combination_limit)
6604 (Fset_window_combination_limit, Fwindow_use_time)
6605 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
6606 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
6607 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
6608 (Fwindow_hscroll, Fset_window_hscroll)
6609 (Fwindow_redisplay_end_trigger)
6610 (Fset_window_redisplay_end_trigger, Fwindow_edges)
6611 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
6612 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
6613 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
6614 (Fwindow_end, Fset_window_point, Fset_window_start)
6615 (Fpos_visible_in_window_p, Fwindow_line_height)
6616 (Fwindow_dedicated_p, Fset_window_dedicated_p)
6617 (Fwindow_prev_buffers, Fset_window_prev_buffers)
6618 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
6619 (Fset_window_parameter, Fwindow_display_table)
6620 (Fset_window_display_table, Fdelete_other_windows_internal)
6621 (Fset_window_buffer, Fset_window_new_total)
6622 (Fset_window_new_normal, Fdelete_window_internal)
6623 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
6624 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
6625 (Fwindow_scroll_bars): Check whether argument window is a valid or
6626 live window. Update doc-strings.
6627 (syms_of_window): New symbol Qwindow_valid_p.
6628 * keyboard.c (Fposn_at_x_y): Check whether argument
6629 frame_or_window denotes a valid window.
6630
6631 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
6632
6633 Fix previous char table change.
6634 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
6635 * chartab.c (optimize_sub_char_table): Likewise.
6636
6637 2012-08-16 Chong Yidong <cyd@gnu.org>
6638
6639 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
6640
6641 * xfont.c (xfont_open):
6642 * xftfont.c (xftfont_open): Set the font's max_width field.
6643
6644 * nsfont.m (nsfont_open): Similar to the Xft backend, set
6645 min_width to space_width and average_width to the average over
6646 printable ASCII characters.
6647 (ns_char_width): Code cleanup.
6648 (ns_ascii_average_width): New utility function.
6649
6650 * font.h (struct font): Update comments.
6651
6652 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
6653
6654 Simple interface to set Lisp_Object fields of character tables.
6655 * lisp.h (CSET): New macro.
6656 (char_table_set_extras, char_table_set_contents)
6657 (sub_char_table_set_contents): New function.
6658 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
6659 * syntax.c: Adjust users.
6660
6661 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * eval.c (eval_sub): Bind lexical-binding.
6664 * lread.c (Qlexical_binding): Make non-static.
6665
6666 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
6667
6668 * nsmenu.m (popupSession): Remove.
6669 (pop_down_menu): Remove endModalSession.
6670 (timeout_handler:): New method.
6671 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
6672 Call runModalForWindow. Check timer_fired when it returns.
6673 If not set, cancel timer and break out of loop.
6674 Otherwise loop again, with a new timeout.
6675
6676 * nsterm.m: Include fcntl.h if present.
6677 (fd_entry, t_readfds, inNsSelect): Remove.
6678 (select_writefds, select_valid, select_timeout, selfds)
6679 (select_mutex, apploopnr): Add.
6680 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
6681 Otherwise call kbd_buffer_store_event.
6682 (ns_send_appdefined): Remove release of fd_entry.
6683 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
6684 Increment and decrement apploopnr.
6685 (ns_select): If no file descriptors, just do a NSTimer.
6686 Otherwise copy read/write masks and start select thread (fd_handler).
6687 Start main loop and wait for application defined event.
6688 Inform select thread to stop selecting after main loop is exited.
6689 (ns_term_init): Create selfds pipe and set non-blocking.
6690 Initialize select_mutex. Start the select thread (fd_handler).
6691 (fd_handler:): Loop forever, wait for info from the main thread
6692 to either start or stop selecting. When select returns, send
6693 and appdefined event.
6694 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
6695 If not call kbd_buffer_store_event.
6696
6697 * nsterm.h (EmacsApp): fd_handler takes id argument.
6698 (EmacsDialogPanel): Add timer_fired and timeout_handler.
6699
6700 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
6701
6702 2012-08-15 Eli Zaretskii <eliz@gnu.org>
6703
6704 * region-cache.c (move_cache_gap): Update gap_len using the actual
6705 growth of the boundaries array. Do not change cache_len.
6706 (Bug#12196)
6707
6708 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
6709
6710 Generalize and cleanup font subsystem checks.
6711 * font.h (FONT_DEBUG, font_assert): Remove.
6712 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
6713 Change font_assert to eassert. Use eassert where appropriate.
6714
6715 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
6716
6717 * gtkutil.c (xg_get_font): Use pango_units_to_double.
6718
6719 2012-08-15 Chong Yidong <cyd@gnu.org>
6720
6721 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
6722 When using the new font chooser, use gtk_font_chooser_get_font_desc to
6723 extract the font descriptor instead of just the font name.
6724 In that case, return a font spec instead of a string.
6725 (x_last_font_name): Move to this file from xfns.c.
6726
6727 * xfns.c (Fx_select_font): The return value can also be a font
6728 spec. Move x_last_font_name management to gtkutil.c.
6729
6730 * xfaces.c: Make font weight and style symbols non-static.
6731
6732 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
6735 (bug#12117).
6736
6737 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * alloc.c (Fgarbage_collect): Use plural form consistently.
6740
6741 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6742
6743 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
6744 iteration through the command loop. Fixes a problem whereby mouse
6745 movements are ignored until the first mouse click.
6746
6747 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
6748
6749 Use bool, not int, for Lisp booleans.
6750 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
6751 makes Emacs a bit smaller and presumably a bit faster.
6752 * lisp.h: Include <stdbool.h>.
6753 (struct Lisp_Boolfwd, defvar_bool):
6754 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
6755 * regex.c [!emacs]: Include <stdbool.h>.
6756 (false, true): Remove; <stdbool.h> does this for us now.
6757
6758 2012-08-14 Chong Yidong <cyd@gnu.org>
6759
6760 * character.c (Fcharacterp): Doc fix (Bug#12076).
6761
6762 * data.c (Findirect_variable): Doc fix (Bug#11040).
6763
6764 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
6765
6766 * editfns.c (Fformat): Doc fix (Bug#12059).
6767 (Fsave_current_buffer): Doc fix (Bug#11542).
6768
6769 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
6770
6771 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
6772 (bug#12022).
6773
6774 2012-08-14 Martin Rudalics <rudalics@gmx.at>
6775
6776 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
6777 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
6778 * minibuf.c (choose_minibuf_frame, read_minibuf):
6779 * w32fns.c (x_create_tip_frame):
6780 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
6781 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
6782
6783 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
6784
6785 * intervals.c (offset_intervals): Remove obsolete comment.
6786
6787 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6788
6789 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
6790
6791 2012-08-14 Gergely Risko <gergely@risko.hu>
6792
6793 * coding.c (decode_coding): Record buffer modification before
6794 disabling undo_list (Bug#11773).
6795
6796 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
6797
6798 Revert and cleanup some recent overlay changes.
6799 * buffer.h (enum overlay_type): Remove.
6800 (buffer_get_overlays, buffer_set_overlays): Likewise.
6801 (buffer_set_overlays_before, buffer_set_overlays_after):
6802 New function. Adjust users.
6803 (unchain_both): Add eassert.
6804
6805 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
6806
6807 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
6808
6809 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
6810
6811 * gtkutil.c (xg_mark_data): Don't assume C99.
6812
6813 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
6814
6815 * gtkutil.c (xg_frame_tb_info): New struct.
6816 (TB_INFO_KEY): New define.
6817 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
6818 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
6819 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
6820 if not present.
6821 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
6822 is up to date. Otherwise store new data.
6823 (free_frame_tool_bar): Free xg_frame_tb_info if present.
6824
6825 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
6826
6827 Use KSET for write access to Lisp_Object members of struct kboard.
6828 * keyboard.h (KSET): New macro.
6829 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
6830 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
6831 * xterm.c: Adjust users.
6832
6833 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
6834
6835 Use BSET for write access to Lisp_Object members of struct buffer.
6836 * buffer.h (BSET): New macro.
6837 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
6838 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
6839 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
6840 * window.c, xdisp.c, xfns.c: Adjust users.
6841
6842 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
6843
6844 * lread.c (syms_of_lread): Initialize Vlexical_binding.
6845
6846 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
6847
6848 * nsterm.m (not_in_argv): New function.
6849 (application:openFile, application:openTempFile:):
6850 (application:openFileWithoutUI:, application:openFiles:): Open file
6851 if not_in_argv returns non-zero (bug#12171).
6852
6853 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
6854 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
6855 Define for Gtk+ versions less than 3.2.
6856 (xg_get_font_name): Use those functions/macros here.
6857 Reported by Frans Oilinki <moilinki@gmail.com>.
6858
6859 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6860
6861 * unexmacosx.c (copy_data_segment): Copy initialized data in
6862 statically linked libraries from input file rather than memory.
6863
6864 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
6865 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
6866 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
6867
6868 2012-08-10 Glenn Morris <rgm@gnu.org>
6869
6870 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
6871 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
6872
6873 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6874
6875 Fix last change to allow compilation with low optimization levels.
6876 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
6877 Reported by Jan Djärv <jan.h.d@swipnet.se>.
6878
6879 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6880
6881 Use common inline syntax in intervals.h.
6882 * intervals.h (INTERVALS_INLINE): New macro.
6883 Change all users from LISP_INLINE.
6884
6885 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6886
6887 Define Qnone once for all platforms.
6888 * frame.c (Qnone): Define here.
6889 (syms_of_frame): DEFSYM it.
6890 * lisp.h (Qnone): New declaration.
6891 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
6892 * xfns.c: Remove duplication. Adjust users.
6893
6894 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
6895
6896 Remove unused macros from intervals.h.
6897 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
6898 * intervals.c: Adjust comment.
6899
6900 2012-08-10 Eli Zaretskii <eliz@gnu.org>
6901
6902 * w32fns.c <w32_unicode_gui>: New static variable.
6903 (globals_of_w32fns): Initialize it according to os_subtype.
6904 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
6905 testing os_subtype.
6906
6907 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
6908 Eli Zaretskii <eliz@gnu.org>
6909
6910 Fix bug #10299 with Unicode characters sent by customized
6911 keyboards created by MSKLC.
6912 * w32fns.c (INIT_WINDOW_CLASS): New macro.
6913 (w32_init_class): Use it to initialize the Emacs class with either
6914 ANSI or Unicode API calls.
6915 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
6916 later.
6917 (w32_wnd_proc): If the character code sent by WM_CHAR or
6918 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
6919 original message. Call DefWindowProcW on NT and later.
6920
6921 2012-08-10 Glenn Morris <rgm@gnu.org>
6922
6923 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
6924
6925 * lisp.h (DIRECTORY_SEP): Let configure set it.
6926
6927 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
6928
6929 Use TSET for write access to Lisp_Object slots of struct terminal.
6930 * termhooks.h (TSET): New macro.
6931 * coding.c, terminal.c, xselect.c: Adjust users.
6932
6933 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
6936 the failing expression, include them in the error message.
6937 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
6938 * lisp.h (internal_condition_case_n): Update declaration.
6939
6940 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6941
6942 Inline functions to examine and change buffer overlays.
6943 * buffer.c (unchain_both): New function.
6944 * buffer.h (buffer_get_overlays, buffer_set_overlays):
6945 (buffer_has_overlays): New function.
6946 (enum overlay_type): New enum.
6947 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
6948 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
6949
6950 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6951
6952 Inline functions to examine and change buffer intervals.
6953 * alloc.c (mark_interval_tree): Remove.
6954 (MARK_INTERVAL_TREE): Simplify.
6955 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
6956 * intervals.c (buffer_balance_intervals): New function.
6957 (graft_intervals_into_buffer): Adjust indentation.
6958 (set_intervals_multibyte): Simplify.
6959 * buffer.h (BUF_INTERVALS): Remove.
6960 (buffer_get_intervals, buffer_set_intervals): New function.
6961 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
6962 * intervals.c, textprop.c: Adjust users.
6963
6964 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6965
6966 Inline functions to examine and change string intervals.
6967 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
6968 (string_get_intervals, string_set_intervals): New function.
6969 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
6970 * lread.c, print.c, textprop.c: Adjust users.
6971
6972 2012-08-08 Glenn Morris <rgm@gnu.org>
6973
6974 * lisp.mk (lisp): Remove language/persian.elc.
6975
6976 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6977
6978 Cleanup intervals.
6979 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
6980 (NULL_INTERVAL_P): Likewise. Adjust users.
6981 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
6982 Adjust comment. Move under #if 0.
6983 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
6984 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
6985
6986 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
6987
6988 Check total length of intervals with eassert.
6989 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
6990 * intervals.c: Change all users to eassert.
6991
6992 2012-08-07 Eli Zaretskii <eliz@gnu.org>
6993
6994 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
6995 Rename fields to match removal of FGET and WGET and disuse of
6996 INTERNAL_FIELD in Lisp_Cons.
6997
6998 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
6999
7000 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
7001 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
7002 name since all xname users are fixed long time ago. Do not
7003 use INTERNAL_FIELD.
7004 (set_symbol_name, set_symbol_function, set_symbol_plist):
7005 (set_symbol_next, set_overlay_plist): New function.
7006 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
7007 (struct Lisp_Overlay): Likewise.
7008 (CVAR, MVAR, SVAR): Remove.
7009 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
7010 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
7011 * xterm.c: Adjust users.
7012 * .gdbinit: Change to use name field of struct Lisp_Symbol
7013 where appropriate.
7014
7015 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7016
7017 Basic functions to set Lisp_Object and pointer slots of intervals.
7018 * intervals.h (interval_set_parent, interval_set_object):
7019 (interval_set_left, interval_set_right, interval_set_plist):
7020 (interval_copy_parent): New function.
7021 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
7022 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
7023 Adjust indentation.
7024 (INTERVAL_SIZE): Remove. Adjust users.
7025 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
7026
7027 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7028
7029 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
7030 * process.h (PGET): Remove.
7031 (struct Lisp_Process): Do not use INTERNAL_FIELD.
7032 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
7033
7034 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7035
7036 Drop WGET and revert read access to Lisp_Objects slots of struct window.
7037 * window.h (WGET): Remove.
7038 (struct window): Do not use INTERNAL_FIELD.
7039 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7040 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7041 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
7042 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
7043 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
7044 Adjust users.
7045
7046 2012-08-07 Chong Yidong <cyd@gnu.org>
7047
7048 * window.c (Fwindow_edges, Fwindow_pixel_edges)
7049 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
7050 (Fdelete_window_internal): Signal an error if the window is not on
7051 a live frame (Bug#12025).
7052
7053 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
7054
7055 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
7056 * frame.h (FGET): Remove.
7057 (struct frame): Do not use INTERNAL_FIELD.
7058 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
7059 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
7060 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7061 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
7062
7063 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
7064
7065 * w32.c: Silence compiler warnings.
7066 (map_w32_filename): Remove unused variable `is_fat'.
7067 (chase_symlinks): Add parentheses around expression.
7068
7069 2012-08-06 Glenn Morris <rgm@gnu.org>
7070
7071 * sysdep.c: Respect BROKEN_GETWD.
7072
7073 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
7074 Let configure handle it.
7075 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
7076
7077 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7078
7079 Use GCALIGNMENT where appropriate.
7080 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
7081 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
7082 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
7083
7084 2012-08-06 Eli Zaretskii <eliz@gnu.org>
7085
7086 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
7087 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
7088
7089 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * buffer.h (struct buffer): Revert `indirections' to a simple int;
7092 that should be sufficient for everyone.
7093
7094 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
7095
7096 * keyboard.c (timer_check_2): Add break so timer_check returns next
7097 timeout.
7098
7099 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7100
7101 Fix Windows build errors introduced after converting to WGET and WSET.
7102 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
7103 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7104
7105 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
7106
7107 * nsterm.m (ns_frame_rehighlight): Use FSET.
7108
7109 * nsmenu.m (ns_update_menubar): Use FSET.
7110
7111 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7112
7113 Separate read and write access to Lisp_Object slots of Lisp_Process.
7114 * process.h (PGET, PSET): New macros similar to AREF and ASET.
7115 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
7116
7117 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7118
7119 Separate read and write access to Lisp_Object slots of struct window.
7120 * window.h (WGET, WSET): New macros similar to AREF and ASET.
7121 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7122 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7123 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
7124 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
7125 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
7126 Adjust users.
7127
7128 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7129
7130 Fix Windows build errors introduced after converting to FGET and FSET.
7131 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
7132 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
7133 (w32_judge_scroll_bars): Change to use FSET.
7134 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7135
7136 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7137
7138 Fix replacement typo.
7139 * window.c (replace_window): Set root_window instead of
7140 selected_window. This fixes a total window subsystem
7141 malfunction reported by Bastien Guerry <bzg@gnu.org>.
7142
7143 2012-08-06 Glenn Morris <rgm@gnu.org>
7144
7145 * lisp.mk (lisp): Add language/persian.elc.
7146
7147 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7148
7149 Separate read and write access to Lisp_Object slots of struct frame.
7150 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
7151 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
7152 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
7153 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7154 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
7155
7156 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
7157
7158 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
7159
7160 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7161
7162 Generalize common compile-time constants.
7163 * lisp.h (header_size, bool_header_size, word_size): Now here.
7164 (struct Lisp_Vector): Add comment.
7165 (struct Lisp_Bool_Vector): Move up to define handy constants.
7166 (VECSIZE, PSEUDOVECSIZE): Simplify.
7167 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
7168 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
7169 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
7170 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
7171 * xfont.c, xmenu.c: Use word_size where appropriate.
7172
7173 2012-08-05 Lawrence Mitchell <wence@gmx.li>
7174
7175 * search.c (Freplace_match): Treat \? in the replacement text
7176 literally (Bug#8161).
7177
7178 2012-08-05 Chong Yidong <cyd@gnu.org>
7179
7180 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
7181 * frame.c (Vdelete_frame_functions):
7182 * emacs.c (Vkill_emacs_hook): Doc fix.
7183
7184 2012-08-04 Eli Zaretskii <eliz@gnu.org>
7185
7186 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
7187 --with-x-toolkit=no builds.
7188 Reported by Carsten Mattner <carstenmattner@gmail.com>.
7189
7190 2012-08-04 Chong Yidong <cyd@gnu.org>
7191
7192 * syntax.c (Fmodify_syntax_entry): Doc fix.
7193
7194 2012-08-04 Eli Zaretskii <eliz@gnu.org>
7195
7196 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
7197 * w32.c (init_environment): Change the default values of many
7198 environment variables in dflt_envvars[] to NULL, to avoid pushing
7199 them into environment when they were not already defined.
7200 Remove the code that deletes site-lisp subdirectories from the default
7201 value of EMACSLOADPATH, as it is no longer needed.
7202 (check_windows_init_file): Now external, not static.
7203 Use Vload_path as is, without adding anything, as this function is now
7204 called when Vload_path is already set up.
7205
7206 * w32.h (check_windows_init_file): Add prototype.
7207
7208 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
7209 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
7210 compatibility with Posix platforms.
7211 (main): Move the call to check_windows_init_file to here from
7212 w32.c.
7213 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
7214 any, in the DEFALT argument into the root of the Emacs build or
7215 installation tree, as appropriate.
7216
7217 * callproc.c (init_callproc_1): Call decode_env_path instead of
7218 doing its equivalent by hand.
7219 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
7220 the code that sets Vexec_path run on MS-Windows.
7221
7222 * lread.c (init_lread): Add comments to #ifdef's.
7223
7224 * msdos.c (dos_set_window_size, IT_update_begin)
7225 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
7226 instead of direct references.
7227
7228 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
7229
7230 Export DEFAULT_REHASH_* to GDB.
7231 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
7232 Now constants, not macros.
7233
7234 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
7235
7236 Remove unnecessary casts involving pointers.
7237 These casts are no longer needed now that we assume C89 or later,
7238 since they involve casting to or from void *.
7239 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
7240 (make_pure_float, make_pure_vector):
7241 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
7242 * macros.c (Fstart_kbd_macro):
7243 * menu.c (find_and_return_menu_selection):
7244 * minibuf.c (read_minibuf_noninteractive):
7245 * sysdep.c (closedir):
7246 * xdisp.c (x_produce_glyphs):
7247 * xfaces.c (compare_fonts_by_sort_order):
7248 * xfns.c (x_real_positions, select_visual):
7249 * xselect.c (x_stop_queuing_selection_requests)
7250 (x_get_window_property, x_get_window_property_as_lisp_data):
7251 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
7252 Remove unnecessary pointer casts.
7253 * alloc.c (record_xmalloc): New function.
7254 * lisp.h (record_xmalloc): New decl.
7255 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
7256 more like a function. This is because the pointer cast is not
7257 needed. All uses changed.
7258 * print.c (print_string, print_error_message): Avoid length recalc.
7259
7260 Improve fix for macroexp crash with debugging (Bug#12118).
7261 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
7262 ARRAY_MARK_FLAG when checking subscripts, because ASET is
7263 not supposed to be invoked from the garbage collector.
7264 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
7265 (gc_aset): New function, which is like ASET but can be
7266 used in the garbage collector.
7267 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
7268 (set_hash_index): Use it instead of ASET.
7269
7270 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7271
7272 Support symlinks on latest versions of MS-Windows.
7273 * w32.c: Include winioctl.h and aclapi.h.
7274 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
7275 (revert_to_self): Forward declarations of static functions.
7276 <static BOOL g_b_init_get_security_info>:
7277 <g_b_init_create_symbolic_link>: New static flags.
7278 (globals_of_w32): Initialize them to zero.
7279 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
7280 (map_w32_filename): Improve commentary. Simplify switch.
7281 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
7282 headers (most versions of MinGW w32api don't).
7283 (get_security_info, create_symbolic_link)
7284 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
7285 New functions.
7286 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
7287 in the argument file name.
7288 (sys_access): Call unc_volume_file_attributes only if
7289 GetFileAttributes fails with network-related error codes.
7290 (sys_rename): Diagnose renaming of a symlink when the user doesn't
7291 have the required privileges.
7292 (get_file_security_desc_by_name): Rename from
7293 get_file_security_desc.
7294 (stat_worker): New function, with most of the guts of 'stat', and
7295 with addition of handling of symlinks and support for 'lstat'.
7296 If possible, get file's attributes and security information by
7297 handle, not by name. Produce S_IFLNK bit for symlinks, when
7298 called from 'lstat'.
7299 (stat, lstat): New functions, call 'stat_worker'.
7300 (symlink, readlink, careadlinkat): Rewritten to create and resolve
7301 symlinks when the underlying filesystem supports them.
7302
7303 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7304
7305 Fix macroexp crash on Windows with debugging (Bug#12118).
7306 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
7307 checking subscripts; problem introduced with the recent
7308 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
7309 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
7310 since it's used in non-static inline functions now.
7311
7312 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
7313 Don't assume buffer size fits in 'int'. Remove unused local.
7314
7315 Use C99-style 'extern inline' if available.
7316 * buffer.h (BUFFER_INLINE):
7317 * category.h (CATEGORY_INLINE):
7318 * character.h (CHARACTER_INLINE):
7319 * charset.h (CHARSET_INLINE):
7320 * composite.h (COMPOSITE_INLINE):
7321 * dispextern.h (DISPEXTERN_INLINE):
7322 * lisp.h (LISP_INLINE):
7323 * systime.h (SYSTIME_INLINE):
7324 New macro, replacing 'static inline' in this header.
7325 * buffer.h, category.h, character.h, charset.h, composite.h:
7326 * dispextern.h, lisp.h, systime.h:
7327 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
7328 * alloc.c (LISP_INLINE):
7329 * buffer.c (BUFFER_INLINE):
7330 * category.c (CATEGORY_INLINE):
7331 * character.c (CHARACTER_INLINE):
7332 * charset.c (CHARSET_INLINE):
7333 * composite.c (COMPOSITE_INLINE):
7334 * dispnew.c (DISPEXTERN_INLINE):
7335 * sysdep.c (SYSTIME_INLINE):
7336 Define to EXTERN_INLINE, so that the corresponding functions
7337 are compiled into code.
7338 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
7339 (INLINE_HEADER_END): New macros.
7340 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
7341 since it's used in non-static inline functions now.
7342 (VALMASK) [!USE_LSB_TAG]: Likewise.
7343
7344 2012-08-02 Glenn Morris <rgm@gnu.org>
7345
7346 * s/: Remove empty directory.
7347
7348 * s/ms-w32.h: Move to ../nt/inc.
7349 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
7350 Update for new ms-w32.h location.
7351
7352 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7353
7354 Port to Solaris 8.
7355 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
7356
7357 2012-08-02 Glenn Morris <rgm@gnu.org>
7358
7359 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
7360 hard-coding the path separator.
7361
7362 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
7363
7364 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
7365 This how ASET and AREF are supposed to work, and makes
7366 it easier to think about future improvements. See
7367 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
7368 * charset.h (set_charset_attr): New function.
7369 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
7370 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
7371 (aref_addr): New function. All uses of &AREF(...) changed.
7372 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
7373 (set_hash_index): New functions. All lvalue-style uses of
7374 HASH_KEY etc. changed.
7375 * keyboard.c (set_prop): New function. All lvalue-style uses
7376 of PROP changed.
7377
7378 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
7379
7380 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
7381 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
7382 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
7383 * nsfns.m (ns_set_name_as_filename): Likewise.
7384 * nsmenu.m (ns_update_menubar): Likewise.
7385 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
7386
7387 2012-08-01 Eli Zaretskii <eliz@gnu.org>
7388
7389 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
7390 Adapt to latest changes in field names of the corresponding Lisp
7391 objects.
7392
7393 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
7394
7395 2012-08-01 Glenn Morris <rgm@gnu.org>
7396
7397 * s/msdos.h: Remove file.
7398 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
7399 * Makefile.in (S_FILE): Remove.
7400 (config_h): Remove S_FILE.
7401
7402 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
7403
7404 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
7405 Remove; moved to nt/config.nt.
7406
7407 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7408
7409 Use INTERNAL_FIELD for conses and overlays.
7410 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
7411 Remove obsolete comment.
7412 (MVAR): New macro.
7413 (struct Lisp_Overlay): Use INTERNAL_FIELD.
7414 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
7415
7416 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7417
7418 Use INTERNAL_FIELD for symbols.
7419 * lisp.h (SVAR): New macro. Adjust users.
7420 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
7421 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
7422
7423 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7424
7425 Use INTERNAL_FIELD for processes.
7426 * process.h (PVAR): New macro. Adjust style.
7427 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
7428 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
7429
7430 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7431
7432 Use INTERNAL_FIELD for windows.
7433 * window.h (WVAR): New macro.
7434 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
7435 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7436 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7437 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
7438 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
7439 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
7440
7441 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
7442
7443 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
7444
7445 2012-08-01 Glenn Morris <rgm@gnu.org>
7446
7447 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
7448 Move to configure.ac.
7449
7450 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
7451
7452 * makefile.w32-in (CONFIG_H): Update dependencies.
7453 (CONF_POST_H): New macro.
7454
7455 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
7456
7457 2012-07-31 Glenn Morris <rgm@gnu.org>
7458
7459 * Makefile.in (S_FILE): No longer set by configure.
7460
7461 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
7462 is available.
7463 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
7464
7465 * process.h (NULL_DEVICE):
7466 * emacs.c (SEPCHAR):
7467 * editfns.c (USER_FULL_NAME): Let configure set them.
7468
7469 * s/README, s/template.h: Remove files.
7470
7471 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
7472
7473 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
7474 Move to configure.ac.
7475
7476 2012-07-31 Eli Zaretskii <eliz@gnu.org>
7477
7478 * .gdbinit (xframe): Adapt to introduction of FVAR and the
7479 resulting renaming of 'struct frame' members.
7480
7481 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
7482
7483 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
7484 after introduction of FVAR.
7485
7486 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
7487
7488 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
7489
7490 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
7491 instead of compositeToPoint.
7492 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
7493
7494 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
7495
7496 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7497
7498 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
7499 * lisp.h (INTERNAL_FIELD): New macro.
7500 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
7501 (BVAR): Change to use INTERNAL_FIELD.
7502 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
7503 (KVAR): Change to use INTERNAL_FIELD.
7504 * frame.h (FVAR): New macro.
7505 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
7506 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
7507 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
7508 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7509 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
7510
7511 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
7512
7513 Miscellaneous fixes for non-default X toolkits.
7514 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
7515 * xterm.c (x_frame_of_widget): Remove redundant prototype.
7516 Move under #ifdef USE_LUCID.
7517 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
7518 definition and usage to avoid warnings.
7519
7520 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
7521
7522 * nsterm.m (openFiles): Fix previous checkin.
7523
7524 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
7525
7526 * indent.c (compute_motion): Remove unused local.
7527
7528 2012-07-31 Glenn Morris <rgm@gnu.org>
7529
7530 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
7531
7532 * conf_post.h [USG5_4]:
7533 Move remaining contents of s/usg5-4-common.h here.
7534 * s/usg5-4-common.h: Remove file.
7535
7536 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
7537 * s/irix6-5.h: Remove file.
7538
7539 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
7540 * s/darwin.h: Remove file.
7541
7542 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
7543 * s/hpux10-20.h: Remove file, which is now empty.
7544
7545 2012-07-30 Glenn Morris <rgm@gnu.org>
7546
7547 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
7548 * Makefile.in (config_h): Add conf_post.h.
7549 * makefile.w32-in (CONFIG_H): Add conf_post.h.
7550
7551 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
7552
7553 * nsterm.m (ns_do_open_file): New variable.
7554 (ns_term_init): Set ns_do_open_file to YES after run returns.
7555 (openFile, openTempFile, openFileWithoutUI, openFiles):
7556 Open files only if ns_do_open_file.
7557
7558 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7559
7560 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
7561 This no-op macro hasn't been needed for many years.
7562 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
7563
7564 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
7565 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
7566 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
7567 gdb_make_enums_visible.
7568 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
7569 (DIRECTORY_SEP): Now a constant, not a macro.
7570
7571 2012-07-30 Eli Zaretskii <eliz@gnu.org>
7572
7573 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
7574 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
7575
7576 * w32term.c <w32_keyboard_codepage>: Renamed from
7577 keyboard_codepage and now external. All users changed.
7578
7579 * w32term.h: Add declaration of w32_keyboard_codepage.
7580
7581 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
7582 the codepage to translate keys to Unicode. If this argument is
7583 -1, use the value returned by GetConsoleCP. All callers changed.
7584
7585 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7586
7587 Update .PHONY listings in makefiles.
7588 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
7589 bootstrap-clean, distclean, maintainer-clean, versioclean,
7590 extraclean, frc.
7591
7592 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
7593 This is a bit clearer. Fix some commentary typos.
7594
7595 2012-07-30 Glenn Morris <rgm@gnu.org>
7596
7597 * s/netbsd.h: Let configure include signal.h if needed.
7598 Remove file, which is now empty.
7599
7600 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
7601 Let configure set them.
7602 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
7603 No more need to undefine.
7604
7605 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
7606
7607 * keymap.c (Fkey_description): Don't remove 0x80 bit from
7608 non-single-byte char when adding meta modifier. (Bug#12090)
7609
7610 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
7611
7612 Convert safe_call to use variable number of arguments.
7613 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
7614 (safe_call2): Fix comment.
7615 * lisp.h (safe_call): Adjust prototype.
7616 * coding.c (encode_coding_object): Change to use safe_call2.
7617 * xfaces.c (merge_face_heights): Change to use safe_call1.
7618
7619 2012-07-30 Glenn Morris <rgm@gnu.org>
7620
7621 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
7622 does that unconditionally. Remove file, which is now empty.
7623
7624 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
7625 Remove empty files.
7626
7627 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7628
7629 Export to GDB most of lisp.h's remaining object-like macros.
7630 * lisp.h (min, max): Move earlier, because they're used earlier now.
7631 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
7632 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
7633 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
7634 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
7635 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
7636 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
7637 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
7638 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
7639 Now constants, for GDB. They need not be macros.
7640 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
7641 Now constants, for GDB, as well as macros, for static initializers.
7642 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
7643 Move to after the definition of struct Lisp_Char_Table,
7644 since the former now needs that type defined.
7645 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
7646 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
7647 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
7648 New enums, for gdb_make_enums_visible.
7649 (GLYPH_MODE_LINE_FACE): Remove; unused.
7650 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
7651 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
7652 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
7653 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
7654 enum maxargs, enum MAX_ALLOCA.
7655 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
7656 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
7657 no longer needed, now that they are done in lisp.h.
7658
7659 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
7660
7661 Cleanup string bytes checking.
7662 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
7663 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
7664 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
7665 (check_sblock, compact_small_strings): Simplify.
7666
7667 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7668
7669 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
7670 These macros are confusing and no longer need to be defined, as
7671 the enum values now suffice. All uses replaced with definiens.
7672 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
7673
7674 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
7675
7676 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
7677 ($(BLD)/w32console.$(O)): Update dependencies.
7678
7679 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
7680
7681 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
7682 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
7683 time. Adjust users.
7684 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
7685
7686 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
7687
7688 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
7689 setting sitelisp (Bug#12010).
7690
7691 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7692
7693 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
7694
7695 * w32heap.c (cache_system_info):
7696 * w32.c (sys_rename):
7697 * w32proc.c (find_child_console, sys_kill): All users changed.
7698
7699 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7700
7701 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
7702
7703 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7704
7705 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
7706
7707 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
7708
7709 Cleanup statistics calculation in Fgarbage_collect.
7710 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
7711 Fix zombies percentage calculation. Simplify elapsed time calculation.
7712
7713 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
7714
7715 Generalize marker debugging code under MARKER_DEBUG and use eassert.
7716 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
7717 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
7718 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
7719 (replace_range, replace_range_2, del_range_2): Change to eassert.
7720 * marker.c (byte_char_debug_check): Adjust style.
7721
7722 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7723
7724 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
7725 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
7726 long-ago-commented-out code that talks about "WIN32".
7727 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
7728 All uses changed.
7729
7730 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
7731
7732 Use Gnulib stdalign module (Bug#9772, Bug#9960).
7733 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
7734 Simplify by using alignof.
7735 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
7736 * lisp.h: Include <stdalign.h>.
7737 (GCALIGNMENT): New macro and constant.
7738 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
7739 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
7740 (stdalign): New macro, if not already defined.
7741
7742 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7743
7744 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
7745 * w32inevt.c: Include w32inevt.h.
7746 (w32_read_console_input): New inline function, calls either
7747 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
7748 w32_console_unicode_input.
7749 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
7750 (w32_kbd_patch_key, key_event): Use the codepage returned by
7751 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
7752 (key_event): use uChar.UnicodeChar only if
7753 w32_console_unicode_input is non-zero.
7754
7755 * w32console.c: Include w32heap.h.
7756 <w32_console_unicode_input>: New global variable.
7757 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
7758 family of Windows, zero otherwise.
7759
7760 * w32inevt.h: Declare w32_console_unicode_input.
7761
7762 * xdisp.c (init_iterator): Don't reference tip_frame in a build
7763 --without-x. (Bug#11742)
7764
7765 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
7766
7767 Adjust GDB to reflect pvec_type changes (Bug#12036).
7768 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
7769 2012-07-04 changes to pseudovector representation.
7770 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
7771
7772 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7773
7774 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
7775 bus address.
7776 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
7777
7778 2012-07-27 Eli Zaretskii <eliz@gnu.org>
7779
7780 * alloc.c (listn): Fix the order the arguments are consed onto the
7781 list.
7782
7783 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
7784 enumeration constants, as PURE and HEAP are too general, and clash
7785 with other headers and sources, such as gmalloc.c and the
7786 MS-Windows system headers. All users changed.
7787
7788 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7789
7790 Revert last save_excursion_save and save_excursion_restore changes.
7791 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
7792 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
7793
7794 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7795
7796 Fix recently-introduced typos in Windows port.
7797 Reported by Martin Rudalics <rudalics@gmx.at>.
7798 * w32.c (init_environment): Replace comma with semicolon.
7799 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
7800
7801 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
7802
7803 Improve GDB symbol export (Bug#12036).
7804 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
7805 arms of an 'if', not using conditional expressions; otherwise GDB
7806 complains about the types in the unevaluated arm when the argument
7807 is an integer literal.
7808 (xgetint): Simplify expression.
7809 * alloc.c (gdb_make_enums_visible): New constant. This ports to
7810 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
7811 Zaretskii in <http://bugs.gnu.org/12036#13>.
7812 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
7813 needed now that we have gdb_make_enums_visible.
7814 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
7815 (enum enum_USE_LSB_TAG):
7816 New enum types, packaging up enums that need to be exported to GDB.
7817
7818 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7819
7820 Utility function to make a list from specified amount of objects.
7821 * lisp.h (enum constype): New datatype.
7822 (listn): New prototype.
7823 * alloc.c (listn): New function.
7824 (Fmemory_use_count, syms_of_alloc): Use it.
7825 * buffer.c (syms_of_buffer): Likewise.
7826 * callint.c (syms_of_callint): Likewise.
7827 * charset.c (define_charset_internal): Likewise.
7828 * coding.c (syms_of_coding): Likewise.
7829 * keymap.c (syms_of_keymap): Likewise.
7830 * search.c (syms_of_search): Likewise.
7831 * syntax.c (syms_of_syntax): Likewise.
7832 * w32.c (init_environment): Likewise.
7833 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
7834 * xdisp.c (syms_of_xdisp): Likewise.
7835 * xfns.c (syms_of_xfns): Likewise.
7836
7837 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
7838
7839 Fast save_excursion_save and save_excursion_restore.
7840 * lisp.h (struct Lisp_Excursion): New data type.
7841 (PVEC_EXCURSION): New pseudovector type.
7842 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
7843 to deal with it. Adjust comments.
7844 (init_marker, attach_marker): New prototype.
7845 (unchain_marker): Adjust prototype.
7846 * marker.c (attach_marker): Change to global.
7847 (init_marker): New function.
7848 * alloc.c (Fmake_marker, build_marker): Use it.
7849 (build_marker): More easserts.
7850 (mark_object): Handle struct Lisp_Excursion.
7851 * editfns.c (save_excursion_save, save_excursion_restore):
7852 Reimplement to use struct Lisp_Excursion. Add comments.
7853
7854 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
7855
7856 Fix export of symbols to GDB (Bug#12036).
7857 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
7858 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
7859 emacs.c, as this is a more-suitable home. Had this been done earlier
7860 the fix for 12036 would have avoided some of the problems noted in
7861 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
7862 would have been more obvious.
7863 * emacs.c: Do not include <verify.h>; no longer needed.
7864 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
7865 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
7866 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
7867 Remove; now done in lisp.h.
7868 * lisp.h (PUBLISH_TO_GDB): New macro.
7869 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
7870 (DATA_SEG_BITS): Use it.
7871 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
7872 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
7873 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
7874 not be usable in #if. This simplifies things.
7875
7876 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
7877
7878 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
7879
7880 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
7881
7882 Simplify export of symbols to GDB (Bug#12036).
7883 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
7884 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
7885 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
7886 Adjust to changes in lisp.h and emacs.c, by using
7887 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
7888 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
7889 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
7890 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
7891 instead of gdb_valbits.
7892 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
7893 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
7894 instead of gdb_array_mark_flag.
7895 (xboolvector): Get size from $->size, not $->header.size.
7896 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
7897 (xreload, hook-run, hookpost-run): Remove.
7898 * emacs.c: Include <verify.h>.
7899 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
7900 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
7901 Remove.
7902 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
7903 (gdb_USE_LSB_TAG): New enum constants.
7904 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
7905 Also define these as enum constants, so they're visible to GDB.
7906 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
7907 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
7908 as constants, so they're visible to GDB.
7909 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
7910 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
7911 Now enum constants, not macros, so they're visible to GDB.
7912 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
7913 more convenient now. All uses changed.
7914 (VALMASK) [USE_LSB_TAG]: Also define in this case.
7915 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
7916
7917 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
7918
7919 Explicitly free restriction data that are not needed anymore.
7920 * editfns.c (save_restriction_restore): Free restriction data.
7921
7922 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
7925 add argument, tune behavior, and adjust all callers.
7926
7927 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7928
7929 Use typedef for EMACS_INT, EMACS_UINT.
7930 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
7931 than macros. This simplifies debugging in the usual case, since
7932 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
7933 and it allows expressions involving EMACS_INT casts.
7934 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
7935
7936 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
7937
7938 * nsterm.m (ns_read_socket): Return early if there is a modal
7939 window (Bug#12043).
7940
7941 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7942
7943 * frame.c (Fredirect_frame_focus): In doc-string don't mention
7944 that FOCUS-FRAME can be omitted.
7945
7946 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
7947
7948 Adjust buffer text indirection counters at the end of Fkill_buffer.
7949 * buffer.c (Fkill_buffer): Adjust indirection counters when the
7950 buffer is definitely dead. This should really fix an issue reported
7951 by Christoph Scholtes again. (Bug#12007).
7952 (init_buffer_once): Initialize indirection counters of
7953 buffer_defaults and buffer_local_symbols (for sanity and safety).
7954
7955 2012-07-24 Eli Zaretskii <eliz@gnu.org>
7956
7957 * xdisp.c (init_iterator): Don't compute dimensions of truncation
7958 and continuation glyphs on tooltip frames, leave them at zero.
7959 Avoids continued lines in tooltips. (Bug#11832)
7960
7961 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
7962
7963 Simplify copy_overlay.
7964 * buffer.c (copy_overlay): Simplify. Use build_marker.
7965 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
7966
7967 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7968
7969 * print.c (print_object): Don't crash when a frame's name is nil
7970 or invalid. (Bug#12025)
7971
7972 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
7973 it signals an error when a tooltip frame is being created.
7974
7975 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
7976
7977 Cleanup miscellaneous objects allocation and initialization.
7978 * alloc.c (allocate_misc): Change to static. Add argument to
7979 specify the subtype. Adjust comment and users.
7980 (build_overlay): New function.
7981 * buffer.c (copy_overlays, Fmake_overlay): Use it.
7982 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
7983 (allocate_misc): Remove prototype.
7984 (build_overlay): Add prototype.
7985
7986 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
7987
7988 Swap buffer text indirection counters in Fbuffer_swap_text.
7989 * buffer.c (Fbuffer_swap_text): Swap indirections too.
7990 This avoids crash reported by Christoph Scholtes at
7991 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
7992
7993 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
7994
7995 * nsmenu.m (Popdown_data): New struct.
7996 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
7997 free Popdown_data.
7998 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
7999 (initWithContentRect): Make imgView and contentView non-static
8000 and autorelease them. Also autorelease img and matrix (Bug#12005).
8001 (dealloc): Remove (Bug#12005).
8002
8003 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
8004
8005 Adjust consing_since_gc when objects are explicitly freed.
8006 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
8007 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
8008 (free_cons, free_misc): Subtract object size from consing_since_gc.
8009
8010 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
8011
8012 Simplify and cleanup markers positioning code.
8013 * marker.c (attach_marker): More useful eassert.
8014 (live_buffer, set_marker_internal): New function.
8015 (Fset_marker, set_marker_restricted): Use set_marker_internal.
8016 (set_marker_both, set_marker_restricted_both): Use live_buffer.
8017
8018 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
8019
8020 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
8021 as it's limited by the amount of memory, not by INT_MAX.
8022
8023 2012-07-21 Eli Zaretskii <eliz@gnu.org>
8024
8025 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
8026 in special-event-map. See the discussion at
8027 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
8028 for the reasons.
8029
8030 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
8031 info.dwItemData. Fixes crashes on 64-bit Windows.
8032 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
8033
8034 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
8035
8036 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
8037 (conversationIdentifier): Return value is NSInteger.
8038 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
8039
8040 2012-07-21 Chong Yidong <cyd@gnu.org>
8041
8042 * window.c (decode_any_window): Signal an error if the window is
8043 on a dead frame (Bug#11984).
8044
8045 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8046
8047 Add indirection counting to speed up Fkill_buffer.
8048 * buffer.h (struct buffer): New member.
8049 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
8050 (Fmake_indirect_buffer): Set indirection counter to -1, increment
8051 base buffer indirection counter.
8052 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
8053 (Fkill_buffer): Adjust indirection counters as needed, don't walk
8054 through buffer list if indirection counter is 0.
8055
8056 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8057
8058 Extend the value returned by Fgarbage_collect with heap statistics.
8059 * alloc.c (Qheap): New symbol.
8060 (syms_of_alloc): DEFSYM it.
8061 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
8062 (Fmemory_free): Remove.
8063 (syms_of_alloc): Don't defsubr it.
8064 * buffer.c (Fcompact_buffer): Remove.
8065 (syms_of_buffer): Don't defsubr it.
8066
8067 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8068
8069 Make maybe_gc inline.
8070 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
8071 * lisp.h (consing_since_gc, gc_relative_threshold)
8072 (memory_full_cons_threshold): Revert declaration.
8073 (maybe_gc): Remove prototype, define as inline.
8074 * alloc.c: Remove old commented-out code.
8075 (consing_since_gc, gc_relative_threshold)
8076 (memory_full_cons_threshold): Revert to global.
8077 (maybe_gc): Remove.
8078
8079 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8080
8081 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
8082 * lisp.h (build_unibyte_string): New function.
8083 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
8084 * sysdep.c, w32fns.c, xfns.c: Use it.
8085 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
8086 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
8087 Adjust users accordingly.
8088 * font.h (font_open_by_name): Adjust prototype.
8089
8090 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8091
8092 Cleanup calls to Fgarbage_collect.
8093 * lisp.h (maybe_gc): New prototype.
8094 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
8095 Remove declarations.
8096 * alloc.c (maybe_gc): New function.
8097 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
8098 Make them static.
8099 * bytecode.c (MAYBE_GC): Use maybe_gc.
8100 * eval.c (eval_sub, Ffuncall): Likewise.
8101 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
8102 to avoid dependency from auto-save feature.
8103
8104 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
8105
8106 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
8107 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
8108 'for_each_per_buffer_object_at'.
8109 All uses changed. It's better to use upper-case for macros that
8110 cannot be implemented as functions, to give the reader a clue
8111 that they're special.
8112
8113 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * alloc.c (Fgarbage_collect): Tweak docstring.
8116
8117 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8118
8119 Tweak the value returned from Fgarbage_collect again.
8120 * alloc.c (Fgarbage_collect): New return value, as confirmed in
8121 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
8122 Adjust documentation.
8123 (total_vector_bytes): Rename to total_vector_slots, adjust
8124 accounting.
8125 (total_free_vector_bytes): Rename to total_free_vector_slots,
8126 adjust accounting.
8127 (Qstring_bytes, Qvector_slots): New symbols.
8128 (syms_of_alloc): DEFSYM them.
8129
8130 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8131
8132 Buffer compaction primitive which may be used from Lisp.
8133 * buffer.c (compact_buffer, Fcompact_buffer): New function.
8134 (syms_of_buffer): Register Fcompact_buffer.
8135 * alloc.c (Fgarbage_collect): Use compact_buffer.
8136 * buffer.h (compact_buffer): New prototype.
8137 (struct buffer_text): New member.
8138
8139 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
8140
8141 New macro to iterate over all buffers, miscellaneous cleanups.
8142 * lisp.h (all_buffers): Remove declaration.
8143 * buffer.h (all_buffers): Add declaration, with comment.
8144 (for_each_buffer): New macro.
8145 * alloc.c (Fgarbage_collect, mark_object): Use it.
8146 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
8147 (init_buffer): Likewise.
8148 * data.c (Fset_default): Likewise.
8149 * coding.c (code_conversion_restore): Remove redundant check
8150 for dead buffer.
8151 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
8152
8153 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
8154
8155 Fix bug that created negative-length intervals.
8156 * intervals.c (merge_interval_right, merge_interval_left):
8157 Do not zero out this interval if it is absorbed by its children,
8158 as this interval's total length doesn't change in that case. See
8159 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
8160
8161 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
8162
8163 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
8164 when invoking (make-bool-vector N t) and N is a positive
8165 multiple of 8 -- the last 8 bits were mistakenly cleared.
8166
8167 Remove some struct layout assumptions in bool vectors.
8168 * alloc.c (bool_header_size): New constant.
8169 (header_size, word_size): Move earlier, as they're now used earlier.
8170 Use 'word_size' in a few more places, where it's appropriate.
8171 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
8172 padding before the data member of a bool vector.
8173 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
8174 than doing the check by hand with an abort ().
8175
8176 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * eval.c (Fdefvar): Don't check constants since we only set the var if
8179 it's not yet defined anyway (bug#11904).
8180
8181 * lisp.h (last_undo_boundary): Declare new var.
8182 * keyboard.c (command_loop_1): Set it.
8183 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
8184 were auto-added by the command loop (bug#11774).
8185
8186 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
8187
8188 * w32font.c (Qsymbol): Remove local definition.
8189 (syms_of_w32font): Don't DEFSYM it.
8190
8191 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8192
8193 Fix sweep_vectors to handle large bool vectors correctly.
8194 * alloc.c (sweep_vectors): Account total_vector_bytes for
8195 bool vectors larger than VBLOCK_BYTES_MAX.
8196
8197 2012-07-18 Chong Yidong <cyd@gnu.org>
8198
8199 * frame.c (x_set_frame_parameters): Revert bogus change introduced
8200 in 2012-05-25 commit by Paul Eggert (Bug#11738).
8201
8202 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
8203
8204 Return more descriptive data from Fgarbage_collect.
8205 Suggested by Stefan Monnier in
8206 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
8207 * alloc.c (bounded_number): New function.
8208 (total_buffers, total_vectors): New variable.
8209 (total_string_size): Rename to total_string_bytes, adjust users.
8210 (total_vector_size): Rename to total_vector_bytes, adjust users.
8211 (sweep_vectors): Account total_vectors and total_vector_bytes.
8212 (Fgarbage_collect): New return value. Adjust documentation.
8213 (gc_sweep): Account total_buffers.
8214 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
8215 (VECTOR_SIZE): Remove.
8216 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
8217 (Qinterval, Qmisc): New symbols.
8218 (syms_of_data): Initialize them.
8219 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
8220 (Qcons, Qbuffer): New declarations.
8221
8222 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
8223
8224 * alloc.c (Fmemory_free): Account for memory-free's own storage.
8225 Round up, not down. Improve doc.
8226
8227 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8228
8229 Restore old code in allocate_string_data to avoid Faset breakage.
8230 Reported by Julien Danjou <julien@danjou.info> in
8231 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
8232 * alloc.c (allocate_string_data): Restore old code with minor
8233 adjustments, fix comment to explain this subtle issue.
8234
8235 2012-07-17 Eli Zaretskii <eliz@gnu.org>
8236
8237 Remove FILE_SYSTEM_CASE.
8238 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
8239
8240 * fileio.c (FILE_SYSTEM_CASE): Don't define.
8241 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
8242 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
8243 call-process-region passes it through expand-file-name.
8244
8245 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
8246
8247 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8248
8249 Fix crash when creating indirect buffer (Bug#11917)
8250 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
8251 Don't handle unbound variables specially if non-zero.
8252 (Fbuffer_local_variables): Pass zero.
8253 (clone_per_buffer_values): Pass non-zero.
8254
8255 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8256
8257 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
8258 to make the loop interruptible.
8259
8260 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8261
8262 * gnutls.c (emacs_gnutls_handshake): Only retry if
8263 GNUTLS_E_INTERRUPTED.
8264
8265 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8266
8267 Cleanup and convert miscellaneous checks to eassert.
8268 * alloc.c (mark_interval): Fix comment, partially rephrase
8269 old comment from intervals.h (see below).
8270 * intervals.c (find_interval, adjust_intervals_for_insertion)
8271 (delete_interval, adjust_intervals_for_deletion)
8272 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
8273 Convert to eassert.
8274 (adjust_intervals_for_insertion, make_new_interval):
8275 Remove obsolete and unused code.
8276 * intervals.h (struct interval): Remove obsolete comment.
8277 * textprotp.c (erase_properties): Remove unused code.
8278 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
8279 (Fremove_list_of_text_properties): Convert to eassert.
8280
8281 2012-07-17 Chong Yidong <cyd@gnu.org>
8282
8283 * editfns.c (Finsert_char): Doc fix.
8284
8285 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8286
8287 Fix previous change to make Fmemory_free always accurate.
8288 * alloc.c (make_interval): Update total_free_intervals.
8289 (make_float): Likewise for total_free_floats.
8290 (free_cons, Fcons): Likewise for total_free_conses.
8291 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
8292 Likewise for total_free_vector_bytes.
8293 (Fmake_symbol): Likewise for total_free_symbols.
8294 (bytes_free): Remove.
8295
8296 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8297
8298 Simple free memory accounting feature.
8299 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
8300 (sweep_vectors): Accumulate size of free vectors.
8301 (Fgarbage_collect): Setup bytes_free.
8302 (Fmemory_free): New function.
8303 (syms_of_alloc): Register it.
8304
8305 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
8306
8307 Cleanup overlays checking.
8308 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
8309 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
8310 eassert and OVERLAYP.
8311 (sort_overlays): Change to use OVERLAYP.
8312
8313 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
8314
8315 * editfns.c (Finsert_char): Make it interactive, and make the
8316 second arg optional. Copy interactive spec and docstring from
8317 ucs-insert.
8318
8319 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
8320
8321 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
8322 Unlike the other wrapped functions, fabs has an unspecified
8323 effect on errno.
8324
8325 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
8326
8327 * nsterm.m (keyDown): Interpret flags without left/right bits
8328 as the left key (Bug#11670).
8329
8330 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
8331
8332 Remove empty and useless init functions.
8333 * lisp.h (init_character_once, init_fns, init_image)
8334 (init_filelock, init_sound): Remove prototype.
8335 * character.c (init_character_once): Remove.
8336 * filelock.c (init_filelock): Likewise.
8337 * fns.c (init_fns): Likewise.
8338 * image.c (init_image): Likewise.
8339 * sound.c (init_sound): Likewise.
8340 * emacs.c (main): Adjust accordingly.
8341
8342 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
8343
8344 * gtkutil.h: Tiny cleanups.
8345 (use_old_gtk_file_dialog): Remove useless declaration.
8346 (xg_uses_old_file_dialog): Add suggested const attribute.
8347
8348 2012-07-15 Eli Zaretskii <eliz@gnu.org>
8349
8350 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
8351 (bidi_paragraph_init): Use it to limit search forward for a strong
8352 directional character in abnormally large paragraphs full of
8353 neutral or weak characters. (Bug#11943)
8354
8355 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
8356
8357 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
8358 the toolbar (Bug#9451).
8359 (xg_make_tool_item): Give the widget event box a transparent
8360 background.
8361
8362 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
8363
8364 Cleanup basic allocation variables and functions.
8365 * alloc.c (ignore_warnings, init_intervals, init_float)
8366 (init_cons, init_symbol, init_marker): Remove.
8367 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
8368 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
8369 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
8370 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
8371 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
8372 (staticidx, init_alloc_once, init_strings, free_ablock):
8373 Remove redundant initialization.
8374 * fns.c (init_weak_hash_tables): Remove.
8375 * lisp.h (init_weak_hash_tables): Remove prototype.
8376
8377 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
8378
8379 Use zero_vector where appropriate.
8380 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
8381 accordingly.
8382 * lisp.h (zero_vector): New declaration.
8383 * font.c (null_vector): Remove.
8384 (syms_of_font): Remove initialization and staticpro.
8385 (font_list_entities, font_find_for_lface): Change to use zero_vector.
8386 * keymap.c (Faccessible_keymaps): Likewise.
8387
8388 2012-07-15 Leo Liu <sdl.web@gmail.com>
8389
8390 * fringe.c: Fix typo in comments.
8391
8392 2012-07-14 Leo Liu <sdl.web@gmail.com>
8393
8394 * fringe.c: Add a new bitmap exclamation-mark.
8395
8396 2012-07-14 Eli Zaretskii <eliz@gnu.org>
8397
8398 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
8399
8400 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
8401 (HAVE_MENUS): Don't define, defined by editing config.in with
8402 msdos/sed2v2.inp.
8403 (GMALLOC_INHIBIT_VALLOC): Don't define.
8404 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
8405
8406 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
8409
8410 2012-07-14 Glenn Morris <rgm@gnu.org>
8411
8412 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
8413 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
8414 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
8415
8416 2012-07-13 Glenn Morris <rgm@gnu.org>
8417
8418 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
8419
8420 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
8421 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
8422
8423 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
8424
8425 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
8426 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
8427 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
8428 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
8429 where appropriate.
8430 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
8431 as boolean expression.
8432 (x_set_window_size): Remove unused variable toolbar.
8433 (ns_get_color_default, ns_mod_to_lisp): Remove.
8434 (ns_mouse_position): Remove unused variables xchar and ychar.
8435 (ns_compute_glyph_string_overhangs): Remove unused variable face.
8436 (ns_set_vertical_scroll_bar): Remove unused variable count.
8437 (ns_delete_terminal): Remove unused variable i.
8438 (ns_term_init): Remove unused variables r, g and b.
8439 (mouseDown): Remove unused variable window.
8440 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
8441 (initFrameFromEmacs): Remove unused variable vbextra.
8442 (mouseEntered): Remove unused variables p and dpyinfo.
8443 (mouseExited): Remove unused variables p and r.
8444 (ns_define_frame_cursor, ns_clear_frame_area)
8445 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
8446 (menuDown): Assign [sender tag] to variable and cast the variable.
8447
8448 * nsterm.h (menuDown): Add id as type to argument sender.
8449 (ns_display_info_for_name): Add Lisp_Object argument.
8450 (ns_term_init): Add Lisp_Object argument.
8451 (ns_map_event_to_object): Add void argument.
8452 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
8453 prototype with arguments and only declare if __OBJC__.
8454 (nxatoms_of_nsselect): Add void argument.
8455 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
8456 (ns_alloc_autorelease_pool): Add void argument.
8457 (ns_release_autorelease_pool): Add void* argument.
8458 (ns_get_defaults_value): Add const char* argument.
8459
8460 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
8461 (initFromContents): Use SSDATA where appropriate.
8462 (ns_update_menubar): Add braces to ambigous if-else.
8463 (initWithTitle): Put () around assignment in if statement.
8464 (ns_menu_show): Remove unused variables window and keymap.
8465 (update_frame_tool_bar): Remove unused variable selected_p.
8466 (initWithContentRect): Remove unused variable this_cmd_name.
8467
8468 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
8469 appropriate.
8470 (setXBMColor): Remove unused variable len.
8471 (setPixmapData): Put () around assignment in loop statement.
8472
8473 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
8474 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
8475 where appropriate.
8476 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
8477 around assignment in loop statement.
8478 (nsfont_open): Remove unused variable i.
8479 (nsfont_open): Remove unused variable len.
8480 (nsfont_draw): Remove unused variable cs.
8481
8482 * nsfns.m (x_set_icon_name, ns_set_name_internal)
8483 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
8484 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
8485 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
8486 (Fns_font_name, Fns_perform_service)
8487 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
8488 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
8489 (ns_set_name): Remove unused variable view.
8490 (x_set_menu_bar_lines): Remove unused variable olines.
8491 (x_set_tool_bar_lines): Remove unused variable root_window.
8492 (Fns_list_colors): Put () around assignment in while statement.
8493 (Fns_perform_service): Remove unused variable len.
8494 (Fns_display_usable_bounds): Remove unused variable top.
8495 (syms_of_nsfns): Remove unused variable i.
8496
8497 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
8498 memcpy (Bug#11907).
8499
8500 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
8501
8502 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
8503 and free it with DestroyExceptionInfo (Bug#11558).
8504
8505 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8506
8507 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
8508 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
8509 Set here, not in nt/config.nt.
8510
8511 2012-07-13 Eli Zaretskii <eliz@gnu.org>
8512
8513 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
8514 cursor overflow into the last glyph on display line when the right
8515 fringe is off. (Bug#11832)
8516
8517 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
8518
8519 * xdisp.c (produce_special_glyphs): Now static.
8520 * dispextern.h (produce_special_glyphs): Remove decl.
8521
8522 2012-07-13 Glenn Morris <rgm@gnu.org>
8523
8524 * s/bsd-common.h, s/cygwin.h: Remove empty files.
8525 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
8526
8527 * s/usg5-4-common.h (USG, USG5):
8528 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
8529 * s/sol2-6.h (SOLARIS2):
8530 * s/irix6-5.h (IRIX6_5):
8531 * s/hpux10-20.h (USG, USG5, HPUX):
8532 * s/gnu-linux.h (USG, GNU_LINUX):
8533 * s/freebsd.h (BSD_SYSTEM):
8534 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
8535 * s/cygwin.h (CYGWIN):
8536 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
8537 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
8538
8539 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
8540
8541 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
8542
8543 2012-07-13 Glenn Morris <rgm@gnu.org>
8544
8545 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
8546
8547 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
8548
8549 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
8550 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
8551
8552 2012-07-12 Glenn Morris <rgm@gnu.org>
8553
8554 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
8555
8556 * process.c (init_process_emacs): Rename from init_process.
8557 The old name is also the name of a Mach system call.
8558 * lisp.h, emacs.c: Update for this name change.
8559 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
8560 longer needed.
8561
8562 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8563
8564 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
8565 memmove call that removes glyphs covered by the left truncation
8566 glyph. Improve commentary.
8567 (display_line): Fix display of continuation glyphs on GUI frames
8568 when the right fringe is turned off and variable-size fonts are
8569 used in the window. Move the code that appends a stretch glyph to
8570 produce_special_glyphs, so that it could be used for truncation
8571 and continuation glyphs alike.
8572 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
8573 glyph of a suitably computed width, to align the special glyphs at
8574 the window margin. Code moved from display_line. (Bug#11832)
8575
8576 2012-07-12 Glenn Morris <rgm@gnu.org>
8577
8578 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
8579
8580 * s/gnu-linux.h, s/hpux10-20.h:
8581 Do not unconditionally define HAVE_XRMSETDATABASE.
8582
8583 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
8584
8585 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
8586
8587 Fix typos that broke OS X build.
8588 Reported by Randal L. Schwartz in
8589 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
8590 * nsterm.m (ns_timeout): Add missing local decl.
8591 (ns_get_color): snprintf -> sprintf, to fix typo.
8592
8593 2012-07-12 Glenn Morris <rgm@gnu.org>
8594
8595 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
8596 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
8597 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
8598 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
8599
8600 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
8601 Move PTY_OPEN to configure.
8602
8603 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
8604 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
8605 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
8606
8607 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
8608
8609 Use empty_unibyte_string where applicable.
8610 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
8611 * lread.c (read1): Likewise.
8612 * xsettings.c (syms_of_xsettings): Likewise.
8613
8614 2012-07-12 Glenn Morris <rgm@gnu.org>
8615
8616 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
8617 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
8618 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
8619 * s/hpux10-20.h (RUN_TIME_REMAP):
8620 * s/bsd-common.h (TABDLY): Move to configure.
8621
8622 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
8623
8624 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
8625
8626 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
8627 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
8628
8629 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
8630
8631 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
8632 * s/template.h: Move NARROWPROTO to configure.
8633
8634 2012-07-11 Glenn Morris <rgm@gnu.org>
8635
8636 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
8637 unused since 2011-01-17 change to systty.h.
8638
8639 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
8640 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
8641 Move HAVE_PTYS and HAVE_SOCKETS to configure.
8642
8643 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
8644
8645 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
8646
8647 2012-07-11 Glenn Morris <rgm@gnu.org>
8648
8649 * s/darwin.h, s/gnu-linux.h, s/template.h:
8650 Move INTERRUPT_INPUT to configure.
8651
8652 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8653
8654 Minor adjustments to interning code.
8655 * lisp.h (intern, intern_c_string): Redefine as static inline
8656 wrappers for intern_1 and intern_c_string_1, respectively.
8657 (intern_1, intern_c_string_1): Rename prototypes.
8658 * lread.c (intern_1, intern_c_string_1, oblookup):
8659 Simplify Vobarray checking.
8660 * font.c (font_intern_prop): Likewise. Adjust comment.
8661 * w32font.c (intern_font_name): Likewise.
8662
8663 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
8664
8665 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
8666
8667 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
8668 of Fcar/Fcdr if possible.
8669 * font.c (check_otf_features): Likewise.
8670 * fontset.c (Fnew_fontset): Likewise.
8671 * gnutls.c (Fgnutls_boot): Likewise.
8672 * minibuf.c (read_minibuf): Likewise.
8673 * msdos.c (IT_set_frame_parameters): Likewise.
8674 * xmenu.c (Fx_popup_dialog): Likewise.
8675 * w32menu.c (Fx_popup_dialog): Likewise.
8676
8677 2012-07-11 Glenn Morris <rgm@gnu.org>
8678
8679 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
8680 since nothing has defined it on these platforms.
8681
8682 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
8683 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
8684
8685 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
8686 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
8687 Move CLASH_DETECTION to configure.
8688
8689 * s/gnu.h: Remove file, which is now empty.
8690
8691 * s/gnu.h, s/gnu-linux.h:
8692 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
8693
8694 2012-07-11 John Wiegley <johnw@newartisans.com>
8695
8696 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
8697 function attribute, so we only use it if it exists in the
8698 compiler.
8699
8700 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8701
8702 Avoid call to strlen in fast_c_string_match_ignore_case.
8703 * search.c (fast_c_string_match_ignore_case): Change to use
8704 length argument. Adjust users accordingly.
8705 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
8706
8707 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
8708
8709 Assume mkdir, rmdir.
8710 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
8711 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
8712
8713 Assume rename.
8714 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
8715
8716 Assume perror.
8717 * s/hpux10-20.h (HAVE_PERROR): Remove.
8718 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
8719 Remove dummy definition, as this problem was obsolete long ago.
8720
8721 Assume strerror.
8722 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
8723
8724 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8725
8726 Avoid calls to strlen in font processing functions.
8727 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
8728 (font_open_by_name): Change to use length argument.
8729 Adjust users accordingly.
8730 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
8731 Adjust prototypes.
8732 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
8733 Change to return ptrdiff_t.
8734 (xfont_list_pattern, xfont_match): Use length returned by
8735 xfont_decode_coding_xlfd.
8736 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
8737
8738 2012-07-11 Glenn Morris <rgm@gnu.org>
8739
8740 * s/darwin.h, s/freebsd.h, s/netbsd.h:
8741 Move DONT_REOPEN_PTY to configure.
8742
8743 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
8744 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
8745
8746 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
8747
8748 Remove "#define unix" that is no longer needed (Bug#11905).
8749 * s/aix4-2.h (unix): Remove; no longer needed.
8750
8751 EMACS_TIME simplification (Bug#11875).
8752 This replaces macros (which typically do not work in GDB)
8753 with functions, typedefs and enums, making the code easier to debug.
8754 The functional style also makes code easier to read and maintain.
8755 * systime.h: Include <sys/time.h> on all hosts, not just if
8756 WINDOWSNT, since 'struct timeval' is needed in general.
8757 (EMACS_TIME): Now a typedef, not a macro.
8758 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
8759 not macros.
8760 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
8761 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
8762 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
8763 (EMACS_TIME_LE): Now functions, not macros.
8764 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
8765 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
8766 which are not functions. All uses rewritten to use:
8767 (make_emacs_time): New function.
8768 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
8769 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
8770 not functions. All uses rewritten to use the following, respectively:
8771 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
8772 (add_emacs_time, sub_emacs_time): New functions.
8773 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
8774 * fileio.c (Fcopy_file):
8775 * xterm.c (XTflash): Get the current time closer to when it's used.
8776 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
8777
8778 * bytecode.c (targets): Suppress -Woverride-init warnings.
8779
8780 Simplify by avoiding confusing use of strncpy etc.
8781 * doc.c (Fsnarf_documentation):
8782 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
8783 * frame.c (Fmake_terminal_frame):
8784 * gtkutil.c (get_utf8_string):
8785 * lread.c (openp):
8786 * nsmenu.m (ns_update_menubar):
8787 * regex.c (regerror):
8788 Prefer memcpy to strncpy and strncat when either will do.
8789 * fileio.c (Fsubstitute_in_file_name):
8790 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
8791 (menu_separator_name_p):
8792 * nsmenu.m (ns_update_menubar):
8793 Prefer memcmp to strncmp when either will do.
8794 * nsterm.m: Include <ftoastr.h>.
8795 (ns_get_color):
8796 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
8797 Prefer snprintf to strncpy.
8798 * nsterm.m (ns_term_init):
8799 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
8800 * nsterm.m (ns_term_init):
8801 Avoid the need for strncpy, by using build_string or
8802 make_unibyte_string directly. Use dtoastr, not snprintf.
8803 * process.c (Fmake_network_process): Diagnose service names that
8804 are too long, rather than silently truncating them or creating
8805 non-null-terminated names.
8806 (Fnetwork_interface_info): Likewise, for interface names.
8807 * sysdep.c (system_process_attributes) [GNU_LINUX]:
8808 Prefer sprintf to strncat.
8809 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
8810 Prefer vsnprintf to vsprintf + strncpy.
8811
8812 2012-07-10 Glenn Morris <rgm@gnu.org>
8813
8814 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
8815 Clarify fallback case.
8816
8817 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8818
8819 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
8820 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
8821 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
8822 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
8823 where argument type is known to be a Lisp_Cons.
8824
8825 2012-07-10 Tom Tromey <tromey@redhat.com>
8826
8827 * bytecode.c (BYTE_CODE_THREADED): New macro.
8828 (BYTE_CODES): New macro. Replaces all old byte-code defines.
8829 (enum byte_code_op): New type.
8830 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
8831 (exec_byte_code): Use them. Use token threading when applicable.
8832
8833 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8834
8835 Optimize pure C strings initialization.
8836 * lisp.h (make_pure_string): Fix prototype.
8837 (build_pure_c_string): New function, defined as static inline. This
8838 provides a better opportunity to optimize away calls to strlen when
8839 the function is called with compile-time constant argument.
8840 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
8841 argument, adjust users accordingly. Use build_pure_c_string where
8842 appropriate.
8843 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
8844 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
8845 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
8846
8847 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8848
8849 Avoid calls to strlen in miscellaneous functions.
8850 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
8851 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
8852 * lread.c (openp): Likewise.
8853
8854 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8855
8856 Avoid calls to strlen in path processing functions.
8857 * fileio.c (file_name_as_directory): Add comment. Change to add
8858 srclen argument and return the length of result. Adjust users
8859 accordingly.
8860 (directory_file_name): Fix comment. Change to add srclen argument,
8861 swap 1st and 2nd arguments to obey the common convention.
8862 Adjust users accordingly.
8863 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
8864
8865 2012-07-10 Glenn Morris <rgm@gnu.org>
8866
8867 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
8868 Move PENDING_OUTPUT_COUNT definition to configure.
8869
8870 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
8871 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
8872 * s/gnu.h (DATA_START): Move definitions to configure.
8873
8874 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
8875 We include usg5-4-common.h, which defines them both.
8876
8877 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
8878 O_RDONLY already includes it).
8879
8880 Stop ns builds setting the EMACSLOADPATH environment variable.
8881 * nsterm.m (ns_load_path): Rename from ns_init_paths.
8882 Now it does not set EMACSLOADPATH, just returns the load-path string.
8883 * nsterm.h: Update accordingly.
8884 * lread.c [HAVE_NS]: Include nsterm.h.
8885 (init_lread) [HAVE_NS]: Use ns_load_path.
8886 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
8887
8888 2012-07-09 Glenn Morris <rgm@gnu.org>
8889
8890 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
8891 since the included bsd-common.h does so.
8892
8893 Stop ns builds setting the EMACSPATH environment variable.
8894 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
8895 (ns_init_paths): Do not set EMACSPATH.
8896 * nsterm.h (ns_exec_path): Add it.
8897 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
8898 Use ns_exec_path.
8899
8900 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
8901
8902 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8903
8904 * process.c (wait_reading_process_output): 'waitchannels' was unset
8905 when read_kbd || !NILP (wait_for_cell); fix this.
8906
8907 Add GCC-style 'const' attribute to functions that can use it.
8908 * character.h (char_resolve_modifier_mask):
8909 * keyboard.h (make_ctrl_char):
8910 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
8911 (init_character_once, next_almost_prime, init_fns, init_image)
8912 (flush_pending_output, init_sound):
8913 * mem-limits.h (start_of_data):
8914 * menu.h (finish_menu_items):
8915 Add ATTRIBUTE_CONST.
8916 * emacs.c (DEFINE_DUMMY_FUNCTION):
8917 Declare the dummy function with ATTRIBUTE_CONST.
8918 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
8919 Add decls with ATTRIBUTE_CONST.
8920
8921 Minor improvements to make_formatted_string.
8922 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
8923 where int is good enough, as vsprintf returns an int.
8924 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
8925
8926 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
8927
8928 Use make_formatted_string to avoid double length calculation.
8929 * lisp.h (make_formatted_string): New prototype.
8930 * alloc.c (make_formatted_string): New function.
8931 * buffer.c (Fgenerate_new_buffer_name): Use it.
8932 * dbusbind.c (syms_of_dbusbind): Likewise.
8933 * editfns.c (Fcurrent_time_zone): Likewise.
8934 * filelock.c (get_boot_time): Likewise.
8935 * frame.c (make_terminal_frame, set_term_frame_name)
8936 (x_report_frame_params): Likewise.
8937 * image.c (gs_load): Likewise.
8938 * minibuf.c (get_minibuffer): Likewise.
8939 * msdos.c (dos_set_window_size): Likewise.
8940 * process.c (make_process): Likewise.
8941 * xdisp.c (ensure_echo_area_buffers): Likewise.
8942 * xsettings.c (apply_xft_settings): Likewise.
8943
8944 2012-07-09 Glenn Morris <rgm@gnu.org>
8945
8946 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
8947 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
8948 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
8949 * nsterm.h (ns_etc_directory): Add it.
8950 * callproc.c [HAVE_NS]: Include nsterm.h.
8951 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
8952
8953 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
8954
8955 Move marker debugging code under MARKER_DEBUG.
8956 * marker.c (MARKER_DEBUG): Move marker debugging code under
8957 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
8958 for bootstrap with --enable-checking (~3x slowdown reported
8959 by Juanma Barranquero <lekktu@gmail.com>).
8960 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
8961
8962 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
8963
8964 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
8965 See <http://bugs.gnu.org/11825#29>.
8966
8967 2012-07-08 Eli Zaretskii <eliz@gnu.org>
8968
8969 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
8970 has no font, use the frame's font. (Bug#11813)
8971 (display_line): Add commentary about displaying truncation glyphs
8972 on GUI frames.
8973 (produce_special_glyphs): Move here from term.c.
8974
8975 * term.c (produce_special_glyphs): Move to xdisp.c.
8976
8977 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
8978 section.
8979
8980 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
8981
8982 * xdisp.c (display_line): Avoid warning about implicit declaration
8983 of FRAME_FONT.
8984
8985 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
8986
8987 * lisp.h: Remove empty conditional.
8988
8989 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
8990
8991 * lread.c (load_path_check): Now static.
8992
8993 Fix some minor --with-ns problems found by static checking.
8994 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
8995 (x_set_font) [!HAVE_X_WINDOWS]:
8996 * image.c (xpm_load_image) [HAVE_NS]:
8997 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
8998 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
8999 Remove unused local.
9000 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
9001 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
9002 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
9003 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
9004 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
9005 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
9006 Fix pointer signedness problem.
9007 * xfaces.c (FRAME_X_FONT_TABLE):
9008 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
9009
9010 2012-07-07 Glenn Morris <rgm@gnu.org>
9011
9012 * lread.c (load_path_check): New function, split from init_lread.
9013 (init_lread): Reorganize. Motivation:
9014 If EMACSLOADPATH is set, check/warn about that rather than the
9015 defaults, which we are not going to use. Hence we can remove
9016 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
9017 Don't warn if site-lisp directories are missing.
9018 If not installed, start from a blank load-path, since
9019 PATH_LOADSEARCH refers to the eventual installation directories.
9020
9021 2012-07-07 Eli Zaretskii <eliz@gnu.org>
9022
9023 Support truncation and continuation glyphs on GUI frames, when
9024 fringes are disabled. (Bug#11832)
9025 * xdisp.c (init_iterator): Get dimensions of truncation and
9026 continuation glyphs even if on GUI frames.
9027 Adjust it->last_visible_x on GUI frames when the left or right fringes,
9028 or both, are absent.
9029 (start_display, move_it_in_display_line_to): Handle the case of a
9030 GUI frame without a fringe to display continuation or truncation
9031 glyphs.
9032 (insert_left_trunc_glyphs): Support GUI frames: make sure
9033 truncation glyphs overwrite enough glyphs from the current line to
9034 have sufficient space in pixels.
9035 (display_line): Support truncation and continuation glyphs on GUI
9036 frames. If some spare pixels are left on the line after inserting
9037 the truncation glyphs, fill that space with a stretch glyph of a
9038 suitably computed width.
9039
9040 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
9041 produce_glyphs, to support GUI sessions.
9042
9043 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
9044
9045 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
9046
9047 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
9048
9049 Do not require float-time's arg to fit in time_t (Bug#11825).
9050 This works better on hosts where time_t is unsigned, and where
9051 float-time is applied to the (negative) difference between two times.
9052 * editfns.c (decode_time_components): Last arg is now double *,
9053 not int *, and means to store all the result as a double, without
9054 worrying about whether the seconds part fits in time_t.
9055 All callers changed.
9056 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
9057 All callers changed.
9058 (Ffloat_time): Do not fail merely because the specified time falls
9059 outside of time_t range.
9060
9061 2012-07-07 Glenn Morris <rgm@gnu.org>
9062
9063 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
9064 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
9065 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
9066
9067 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
9068
9069 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
9070 Update dependencies.
9071
9072 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
9073
9074 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
9075
9076 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
9077 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
9078 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
9079 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
9080 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
9081 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
9082
9083 * xfont.c (compare_font_names): Redo to omit the need for casts.
9084
9085 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
9086
9087 * xfns.c (Fx_change_window_property): Doc fix.
9088 * w32fns.c (Fx_change_window_property): Doc fix.
9089
9090 * w32fns.c (Fx_window_property): Accept the same arguments as the
9091 X Windows version. Doc fix.
9092 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
9093
9094 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
9095 Eli Zaretskii <eliz@gnu.org>
9096
9097 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
9098 Windows-specific code from nt/config.nt moved here.
9099 Obsolete settings removed.
9100
9101 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
9102
9103 * process.c: Avoid unnecessary calls to gettime.
9104 (wait_reading_process_output): Don't get the time of day
9105 when gobbling data immediately and not waiting, as there's no need
9106 for it in that case. This removes a FIXME.
9107
9108 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
9109
9110 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
9111 is defined (Bug#11768).
9112
9113 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9114
9115 Fix marker debugging code.
9116 * marker.c (byte_char_debug_check): Do not perform the check
9117 if buffer is not multibyte.
9118 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
9119 Call byte_char_debug_check with correct arguments.
9120
9121 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9122
9123 Compile marker debugging code only if ENABLE_CHECKING is defined.
9124 * marker.c (byte_char_debug_check, count_markers):
9125 Use only if ENABLE_CHECKING is defined.
9126 (byte_debug_flag): Remove.
9127 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
9128 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
9129
9130 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9131
9132 Avoid code repetition in marker-related functions.
9133 * marker.c (attach_marker): New function.
9134 (Fset_marker, set_marker_restricted, set_marker_both)
9135 (set_marker_restricted_both): Use it.
9136 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
9137 Consistently rename charno to charpos.
9138 (marker_position): Add eassert.
9139 (marker_byte_position): Convert to eassert.
9140
9141 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9142
9143 Simplify list operations in unchain_overlay and unchain_marker.
9144 * buffer.c (unchain_overlay): Simplify. Add comment.
9145 * marker.c (unchain_marker): Simplify. Fix comments.
9146
9147 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9148
9149 Introduce fast path for the widely used marker operation.
9150 * alloc.c (build_marker): New function.
9151 * lisp.h (build_marker): New prototype.
9152 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
9153 * composite.c (autocmp_chars): Likewise.
9154 * editfns.c (buildmark): Remove.
9155 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
9156 (save_restriction_save): Use build_marker.
9157 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
9158 * window.c (save_window_save): Likewise.
9159
9160 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
9161
9162 Do not use Fdelete_overlay in delete_all_overlays
9163 to avoid redundant calls to unchain_overlay.
9164 * buffer.c (drop_overlay): New function.
9165 (delete_all_overlays, Fdelete_overlay): Use it.
9166 * minibuf.c (get_minibuffer): Fix comment.
9167
9168 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
9169
9170 Port to OpenBSD 5.1 amd64.
9171 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
9172 This is needed for OpenBSD, and should be harmless on all BSD systems.
9173 Also, include <sys/sysctl.h>, as it should be available on all
9174 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
9175 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
9176 use p_pid member, not kp_proc.pid.
9177
9178 2012-07-06 Glenn Morris <rgm@gnu.org>
9179
9180 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
9181
9182 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
9183
9184 More xmalloc and related cleanup.
9185 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
9186 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
9187 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
9188 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
9189 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
9190 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
9191 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
9192 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
9193 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
9194 * xterm.c:
9195 Omit needless casts involving void * pointers and allocation.
9196 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
9197 as the former is more robust if P's type is changed.
9198 Prefer xzalloc to xmalloc + memset 0.
9199 Simplify malloc-or-realloc to realloc.
9200 Don't worry about xmalloc returning a null pointer.
9201 Prefer xstrdup to xmalloc + strcpy.
9202 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
9203 growing it.
9204 * keyboard.c (apply_modifiers_uncached): Prefer local array to
9205 alloca of a constant.
9206
9207 2012-07-05 Eli Zaretskii <eliz@gnu.org>
9208
9209 * xdisp.c (display_line): Fix horizontal pixel coordinates when
9210 hscroll is larger than the line width. Fixes long and futile
9211 looping inside extend_face_to_end_of_line (on a TTY) producing
9212 glyphs that are not needed and thrown away.
9213
9214 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
9215
9216 * marker.c (set_marker_restricted_both): Simplify by using
9217 clip_to_bounds.
9218
9219 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
9220
9221 * editfns.c (region_limit): Simplify by using clip_to_bounds.
9222
9223 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
9224
9225 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
9226 not defined (Bug#11768).
9227 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
9228 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
9229 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
9230 followed by gtk_box_set_homogeneous (Bug#11768).
9231 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
9232 (update_theme_scrollbar_width, xg_create_scroll_bar):
9233 Use gtk_scrollbar_new (Bug#11768).
9234 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
9235 (is_box_type): New function (Bug#11768).
9236 (xg_tool_item_stale_p): Call is_box_type.
9237 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
9238 with default display (Bug#11768).
9239
9240 2012-07-05 Eli Zaretskii <eliz@gnu.org>
9241
9242 * xdisp.c (window_hscroll_limited): New function.
9243 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
9244 coordinates when window's hscroll is set to insanely large
9245 values. (Bug#11857)
9246
9247 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
9248
9249 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
9250 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
9251
9252 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
9253
9254 Cleanup xmalloc.
9255 * lisp.h (xzalloc): New prototype. Omit needless casts.
9256 * alloc.c (xzalloc): New function. Omit needless casts.
9257 * charset.c: Omit needless casts. Convert all calls to
9258 xmalloc with following memset to xzalloc.
9259 * dispnew.c: Likewise.
9260 * fringe.c: Likewise.
9261 * image.c: Likewise.
9262 * sound.c: Likewise.
9263 * term.c: Likewise.
9264 * w32fns.c: Likewise.
9265 * w32font.c: Likewise.
9266 * w32term.c: Likewise.
9267 * xfaces.c: Likewise.
9268 * xfns.c: Likewise.
9269 * xterm.c: Likewise.
9270 * atimer.c: Omit needless casts.
9271 * buffer.c: Likewise.
9272 * callproc.c: Likewise.
9273 * ccl.c: Likewise.
9274 * coding.c: Likewise.
9275 * composite.c: Likewise.
9276 * doc.c: Likewise.
9277 * doprnt.c: Likewise.
9278 * editfns.c: Likewise.
9279 * emacs.c: Likewise.
9280 * eval.c: Likewise.
9281 * filelock.c: Likewise.
9282 * fns.c: Likewise.
9283 * gtkutil.c: Likewise.
9284 * keyboard.c: Likewise.
9285 * lisp.h: Likewise.
9286 * lread.c: Likewise.
9287 * minibuf.c: Likewise.
9288 * msdos.c: Likewise.
9289 * print.c: Likewise.
9290 * process.c: Likewise.
9291 * region-cache.c: Likewise.
9292 * search.c: Likewise.
9293 * sysdep.c: Likewise.
9294 * termcap.c: Likewise.
9295 * terminal.c: Likewise.
9296 * tparam.c: Likewise.
9297 * w16select.c: Likewise.
9298 * w32.c: Likewise.
9299 * w32reg.c: Likewise.
9300 * w32select.c: Likewise.
9301 * w32uniscribe.c: Likewise.
9302 * widget.c: Likewise.
9303 * xdisp.c: Likewise.
9304 * xmenu.c: Likewise.
9305 * xrdb.c: Likewise.
9306 * xselect.c: Likewise.
9307
9308 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
9309
9310 * fileio.c (time_error_value): Check the right error number.
9311 Problem reported by Troels Nielsen in
9312 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
9313
9314 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9315
9316 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
9317 This should be fixed in a better way; see Eli Zaretskii in
9318 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
9319 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
9320
9321 * fileio.c (time_error_value): Rename from special_mtime.
9322 The old name's problems were noted by Eli Zaretskii in
9323 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
9324
9325 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
9326 This variable's comment says Emacs needs at least one GDB-visible
9327 symbol of type enum pvec_type, to work around GDB problems.
9328 The symbol's value doesn't matter.
9329
9330 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
9331 that causes compilation to fail on pre-C99 compilers.
9332
9333 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
9334
9335 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
9336 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
9337
9338 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
9339
9340 * buffer.c (init_buffer_once): Fix initialization of
9341 headers for buffer_defaults and buffer_local_symbols.
9342 Reported by Juanma Barranquero <lekktu@gmail.com>.
9343
9344 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
9347 * lisp.h (enum pvec_type): Use fewer bits.
9348 (PSEUDOVECTOR_SIZE_BITS): New constant.
9349 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
9350 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
9351 change in pvec_type.
9352 (PSEUDOVECTOR_TYPEP): New macro.
9353 (TYPED_PSEUDOVECTORP): Use it.
9354 * fns.c (internal_equal): Adapt code to extract pvectype.
9355 * emacs.c (gdb_pvec_type): Update type.
9356 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
9357 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
9358 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
9359 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
9360 (sweep_vectors): Use it. Use local var `total_bytes' instead of
9361 abusing vector->header.next.nbytes.
9362 (live_vector_p): Use PVEC_TYPE.
9363 (mark_object): Adapt code to extract pvectype. Use switch.
9364
9365 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9366
9367 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
9368 Tighten new eassert a bit.
9369
9370 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
9371
9372 Fix compilation with --enable-gcc-warnings and -O1
9373 optimization level.
9374 * doprnt.c (doprnt): Change type of tem to int, initialize
9375 to avoid compiler warning. Add eassert.
9376 * search.c (simple_search): Initialize match_byte to avoid
9377 compiler warning. Add eassert.
9378
9379 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9380
9381 Avoid weird behavior with large horizontal scrolls.
9382 Without this change, for example, large hscroll values would
9383 mess up Emacs's display on Fedora 15 x86, presumably due to
9384 overflows in int calculations in the display code.
9385 Also, if buffers had long lines, Emacs would freeze.
9386 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
9387 (set_window_hscroll): New function, containing the old guts of
9388 Fset_window_hscroll. Return the clipped value.
9389 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
9390 This avoids the need to check against PTRDIFF_MAX.
9391
9392 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
9393
9394 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
9395
9396 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
9397
9398 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
9399
9400 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
9401 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
9402 since GCC 4.4.6 issues a bogus warning for them.
9403
9404 Fix bugs in file timestamp newness comparisons.
9405 * fileio.c (Ffile_newer_than_file_p):
9406 * lread.c (Fload): Use full timestamp resolution of files,
9407 not just the 1-second resolution, so that files that are only
9408 slightly newer still count as newer.
9409 * fileio.c (Ffile_newer_than_file_p): Don't assume file
9410 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
9411
9412 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
9413
9414 * fileio.c: Improve handling of file time marker. (Bug#11852)
9415 (special_mtime): New function.
9416 (Finsert_file_contents, Fverify_visited_file_modtime):
9417 Use it to set special mtime values consistently.
9418
9419 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
9420
9421 * fileio.c (Finsert_file_contents): Properly handle st_mtime
9422 marker for non-existing file. (Bug#11852)
9423
9424 2012-07-03 Glenn Morris <rgm@gnu.org>
9425
9426 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
9427 and did not make it into globals.h).
9428
9429 2012-07-03 Tom Tromey <tromey@redhat.com>
9430
9431 * window.c (Fset_window_margins, Fset_window_fringes)
9432 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
9433 * textprop.c (Fprevious_property_change): No longer static.
9434 * syntax.c (Fsyntax_table_p): No longer static.
9435 * process.c (Fget_process, Fprocess_datagram_address): No longer
9436 static.
9437 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
9438 * keyboard.c (Fcommand_execute): No longer static.
9439 Remove EXFUN.
9440 * insdel.c (Fcombine_after_change_execute): No longer static.
9441 * image.c (Finit_image_library): No longer static.
9442 * fileio.c (Fmake_symbolic_link): No longer static.
9443 * eval.c (Ffetch_bytecode): No longer static.
9444 * editfns.c (Fuser_full_name): No longer static.
9445 * doc.c (Fdocumentation_property, Fsnarf_documentation):
9446 No longer static.
9447 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
9448 static.
9449 * dired.c (Ffile_attributes): No longer static.
9450 * composite.c (Fcomposition_get_gstring): No longer static.
9451 * callproc.c (Fgetenv_internal): No longer static.
9452
9453 * ccl.h: Remove EXFUNs.
9454 * buffer.h: Remove EXFUNs.
9455 * dispextern.h: Remove EXFUNs.
9456 * intervals.h: Remove EXFUNs.
9457 * fontset.h: Remove EXFUN.
9458 * font.h: Remove EXFUNs.
9459 * dosfns.c (system_process_attributes): Remove EXFUN.
9460 * keymap.h: Remove EXFUNs.
9461 * lisp.h: Remove EXFUNs.
9462 * w32term.h: Remove EXFUNs.
9463 * window.h: Remove EXFUNs.
9464 * xsettings.h: Remove EXFUN.
9465 * xterm.h: Remove EXFUN.
9466
9467 2012-07-03 Glenn Morris <rgm@gnu.org>
9468
9469 * lisp.h (Frandom): Make it visible to C.
9470 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
9471 buffer for invisible buffers. (Bug#1229)
9472
9473 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9474
9475 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
9476 values which aren't power of 2.
9477 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
9478 Verify its value and the value of VECTOR_BLOCK_SIZE. Adjust users
9479 accordingly.
9480
9481 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
9484
9485 * alloc.c (mark_object): Revert part of last patch to use `switch'.
9486
9487 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9488
9489 * alloc.c (allocate_vector_block): Remove redundant
9490 calls to mallopt if DOUG_LEA_MALLOC is defined.
9491 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
9492 avoid calls to mallopt if zero_vector is returned.
9493
9494 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9495
9496 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
9497 is enabled, avoid dereferencing NULL current_sblock if
9498 running undumped.
9499
9500 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
9501
9502 Cleanup basic buffer management.
9503 * buffer.h (struct buffer): Change layout to use generic vector
9504 marking code. Fix some comments. Change type of 'clip_changed'
9505 to bitfield. Remove unused #ifndef old.
9506 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
9507 (GET_OVERLAYS_AT): Fix indentation.
9508 (for_each_per_buffer_object_at): New macro.
9509 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
9510 (Fbuffer_local_variables): Use it.
9511 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
9512 * alloc.c (allocate_buffer): Adjust to match new layout of
9513 struct buffer. Fix comment.
9514 (mark_overlay): New function.
9515 (mark_buffer): Use it. Use mark_vectorlike to mark normal
9516 Lisp area of struct buffer.
9517 (mark_object): Use it. Adjust marking of misc objects
9518 and related comments.
9519
9520 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
9521
9522 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
9523 wrapper that is not needed because the wrapped code is a no-op (zero
9524 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
9525 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
9526
9527 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
9528
9529 * alloc.c (mark_buffer): Simplify. Remove prototype.
9530 (mark_object): Add comment. Reorganize marking of vector-like
9531 objects. Use CHECK_LIVE for all vector-like objects except buffers
9532 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
9533 Avoid redundant calls to mark_vectorlike for bool vectors.
9534
9535 2012-06-30 Glenn Morris <rgm@gnu.org>
9536
9537 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
9538
9539 * epaths.in (PATH_SITELOADSEARCH): New.
9540 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
9541 This is rather than relying on --enable-locallisppath elements
9542 having "site-lisp" in their names. (Bug#10208#25, 11658)
9543
9544 2012-06-30 Eli Zaretskii <eliz@gnu.org>
9545
9546 * w32proc.c (sys_select): Accept and ignore one more argument.
9547
9548 * w32.c (emacs_gnutls_pull): Call select with one more argument.
9549
9550 * sysselect.h [DOS_NT]: Don't include sys/select.h.
9551 (pselect) [!MS_DOS]: Redirect to sys_select.
9552
9553 * sysdep.c: Don't include dos.h and dosfns.h.
9554
9555 * process.c (sys_select):
9556 * msdos.c (sys_select): Accept one more argument and ignore it.
9557
9558 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
9559 adapt data types and code to that.
9560
9561 * dosfns.c:
9562 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
9563 which clashes with the gnulib function of the same name.
9564
9565 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
9566
9567 * font.c (font_style_to_value, font_style_symbolic)
9568 (font_prop_validate_style): Add type checks for values in
9569 font_style_table.
9570
9571 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
9572 argument.
9573 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
9574 uses.
9575
9576 2012-06-29 Eli Zaretskii <eliz@gnu.org>
9577
9578 * xdisp.c (try_window_id): Undo last change.
9579
9580 * w32.c (getwd): Adjust commentary about startup_dir.
9581 (init_environment): Always call sys_access, even in non-MSVC
9582 builds. Don't chdir to the directory of the Emacs executable.
9583 This undoes code from 1997 which was justified by the need to
9584 "avoid conflicts when removing and renaming directories". But its
9585 downside was that every relative file name was being interpreted
9586 relative to the directory of the Emacs executable, which can never
9587 be TRT. In particular, it broke sys_access when called with
9588 relative file names.
9589 (sys_access): Map GetLastError to errno.
9590
9591 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9592
9593 * window.h (struct window): Change type of 'fringes_outside_margins'
9594 to bitfield. Fix comment. Adjust users accordingly.
9595 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
9596 Adjust comment.
9597 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
9598 to ptrdiff_t.
9599
9600 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
9601
9602 * gnutls.c (emacs_gnutls_handshake):
9603 Add QUIT to make the loop interruptible.
9604
9605 2012-06-29 Glenn Morris <rgm@gnu.org>
9606
9607 * charset.c (init_charset): Make lack of etc/charsets fatal.
9608
9609 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9610
9611 * editfns.c (region_limit): Fix type mismatch.
9612
9613 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
9614
9615 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
9616 undefined. Convert from xassert to eassert.
9617 * nsmenu.m: Convert from xassert to eassert.
9618 * nsterm.m: Likewise.
9619
9620 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * editfns.c (region_limit): Clip to narrowing (bug#11770).
9623
9624 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
9625
9626 Avoid integer overflow on scroll-left and scroll-right.
9627 * window.c (HSCROLL_MAX): New macro.
9628 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
9629 overflow when requested scroll falls outside ptrdiff_t range.
9630
9631 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9632
9633 * window.h (struct window): Change type of 'hscroll',
9634 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
9635 'last_modified' and 'last_overlay_modified' to EMACS_INT.
9636 Adjust users accordingly.
9637 * xdisp.c (try_cursor_movement): Replace type check with eassert.
9638 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
9639 from EMACS_INT to ptrdiff_t.
9640 (make_window): Omit redundant initialization.
9641
9642 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
9643
9644 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
9645
9646 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9647
9648 * window.h (struct window): Change type of 'use_time' and
9649 'sequence_number' from Lisp_Object to int.
9650 * frame.c (make_frame): Adjust users accordingly.
9651 * print.c (print_object): Likewise.
9652 * window.c (select_window, Fwindow_use_time, make_parent_window)
9653 (make_window): Likewise.
9654
9655 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9656
9657 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
9658 enabled with --enable-checking=[all,glyphs] configure option.
9659 Fix GLYPH_DEBUG usage assuming that it may be undefined,
9660 adjust comments accordingly.
9661 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
9662 undefined, adjust comments accordingly.
9663 * image.c: Likewise.
9664 * scroll.c: Likewise.
9665 * w32fns.c: Likewise.
9666 * w32term.c: Likewise.
9667 * xdisp.c: Likewise.
9668 * xfaces.c: Likewise.
9669 * xfns.c: Likewise.
9670 * xterm.c: Likewise.
9671
9672 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
9673
9674 Generalize run-time debugging checks.
9675 * dispextern.h (XASSERTS): Remove.
9676 * fontset.c (xassert): Remove.
9677 Convert from xassert to eassert.
9678 * alloc.c: Convert from xassert to eassert.
9679 * bidi.c: Likewise.
9680 * dispnew.c: Likewise.
9681 * fns.c: Likewise.
9682 * fringe.c: Likewise.
9683 * ftfont.c: Likewise.
9684 * gtkutil.c: Likewise.
9685 * image.c: Likewise.
9686 * keyboard.c: Likewise.
9687 * menu.c: Likewise.
9688 * process.c: Likewise.
9689 * scroll.c: Likewise.
9690 * sound.c: Likewise.
9691 * term.c: Likewise.
9692 * w32console.c: Likewise.
9693 * w32fns.c: Likewise.
9694 * w32term.c: Likewise.
9695 * window.c: Likewise.
9696 * xdisp.c: Likewise.
9697 * xfaces.c: Likewise.
9698 * xfns.c: Likewise.
9699 * xselect.c: Likewise.
9700 * xterm.c: Likewise.
9701
9702 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * fns.c (maybe_resize_hash_table): Output message when growing the
9705 purify-hashtable.
9706
9707 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9708
9709 * alloc.c (allocate_string_data): Remove dead code.
9710 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
9711 avoid GCC warning about unused macro.
9712
9713 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9714
9715 * alloc.c (allocate_string): Omit intervals initialization.
9716 * alloc.c (make_uninit_multibyte_string): Initialize intervals
9717 as in make_pure_string and make_pure_c_string.
9718
9719 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9720
9721 * alloc.c (allocate_string): Fix last change.
9722
9723 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
9724
9725 * alloc.c (allocate_string): Remove two redundant calls
9726 to memset, add explicit initialization where appropriate.
9727
9728 2012-06-27 Glenn Morris <rgm@gnu.org>
9729
9730 * lisp.mk (lisp): Remove paths.elc.
9731
9732 2012-06-27 Chong Yidong <cyd@gnu.org>
9733
9734 * doc.c (Fsubstitute_command_keys): Fix punctuation.
9735
9736 2012-06-26 John Wiegley <johnw@newartisans.com>
9737
9738 * unexmacosx.c (copy_data_segment): Add two section names used
9739 on Mac OS X Lion: __mod_init_func and __mod_term_func.
9740
9741 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
9742 when building with Clang.
9743
9744 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * eval.c (Fapply): Allow calling it with a single argument.
9747
9748 2012-06-26 Eli Zaretskii <eliz@gnu.org>
9749
9750 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
9751 _stricmp and _strnicmp.
9752 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
9753
9754 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
9755
9756 * alloc.c (allocate_window): Zero out non-Lisp part of newly
9757 allocated window.
9758 (allocate_process): Likewise for new process.
9759 (allocate_terminal): Change to use offsetof.
9760 (allocate_frame): Likewise.
9761 * frame.c (make_frame): Omit redundant initialization.
9762 * window.c (make_parent_window): Use memset.
9763 (make_window): Omit redundant initialization.
9764 * process.c (make_process): Omit redundant initialization.
9765 * terminal.c (create_terminal): Likewise.
9766
9767 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
9768
9769 * term.c (delete_tty): Remove redundant call to memset.
9770
9771 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
9772
9773 * alloc.c: Remove build_string.
9774 * lisp.h: Define build_string as static inline. This provides
9775 a better opportunity to optimize away calls to strlen when the
9776 function is called with compile-time constant argument.
9777 * image.c (imagemagick_error): Convert to build_string.
9778 * w32proc.c (sys_spawnve): Likewise.
9779 * xterm.c (x_term_init): Likewise.
9780
9781 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
9782
9783 Use sprintf return value instead of invoking strlen on result.
9784 In the old days this wasn't portable, since some sprintf
9785 implementations returned char *. But they died out years ago and
9786 Emacs already assumes sprintf returns int.
9787 Similarly for float_to_string.
9788 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
9789 * ccl.c (ccl_driver):
9790 * character.c (string_escape_byte8):
9791 * data.c (Fnumber_to_string):
9792 * doprnt.c (doprnt):
9793 * print.c (print_object):
9794 * xdisp.c (message_dolog):
9795 * xfns.c (syms_of_xfns):
9796 Use sprintf or float_to_string result to avoid need to call strlen.
9797 * data.c (Fnumber_to_string):
9798 Use make_unibyte_string, since the string must be ASCII.
9799 * lisp.h, print.c (float_to_string): Now returns int length.
9800 * term.c (produce_glyphless_glyph):
9801 Use sprintf result rather than recomputing it.
9802
9803 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
9804 * Makefile.in (ALL_CFLAGS):
9805 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
9806 * gmalloc.c, regex.c: Include <config.h> unconditionally.
9807
9808 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
9809
9810 * dispextern.h (xstrcasecmp): Define to library function
9811 strcasecmp if available.
9812 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
9813
9814 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
9815
9816 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
9817 Avoid comma operator.
9818 * menu.c (push_submenu_start, push_submenu_end)
9819 (push_left_right_boundary, push_menu_pane): Likewise.
9820 * msdos.c (dos_rawgetc): Likewise.
9821
9822 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
9823
9824 * xfns.c (xic_create_fontsetname): Remove redundant calls
9825 to memset.
9826
9827 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
9828
9829 * gtkutil.c (get_utf8_string): Remove redundant assignment.
9830 sprintf already null-terminates its output.
9831
9832 * xfns.c (x_window): Remove redundant cast.
9833
9834 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
9835
9836 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
9837 `const char *' to `char *' to avoid compiler warning.
9838
9839 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
9840
9841 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
9842 instead of truncating it to 63 (admittedly a generous limit).
9843
9844 * process.c: Fix spelling and caps in comments.
9845
9846 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
9847
9848 * emacs.c (setpgrp): Remove definition, unused.
9849 * sysdep.c (setpgrp): Remove definition, not used in this file.
9850
9851 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
9852
9853 * makefile.w32-in: Update dependencies.
9854
9855 2012-06-24 Eli Zaretskii <eliz@gnu.org>
9856
9857 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
9858 (SYSTIME_H): Add nt/inc/sys/time.h.
9859
9860 * systime.h [WINDOWSNT]: Include sys/time.h.
9861
9862 * s/ms-w32.h (struct timespec): Definition moved from
9863 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
9864
9865 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
9866
9867 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
9868 * buffer.h (buffer_slot_type_mismatch):
9869 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
9870 * eval.c (unwind_to_catch):
9871 * image.c (my_png_error, my_error_exit):
9872 * keyboard.c (quit_throw_to_read_char, user_error)
9873 (Fexit_recursive_edit, Fabort_recursive_edit):
9874 * lisp.h (die, args_out_of_range, args_out_of_range_3)
9875 (wrong_type_argument, buffer_overflow, __executable_start)
9876 (memory_full, buffer_memory_full, string_overflow, Fthrow)
9877 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
9878 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
9879 (fatal):
9880 (child_setup) [!DOS_NT]:
9881 * lread.c (end_of_file_error, invalid_syntax):
9882 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
9883 * puresize.h (pure_write_error):
9884 * search.c (matcher_overflow):
9885 * sound.c (sound_perror, alsa_sound_perror):
9886 * sysdep.c, syssignal.h (croak):
9887 * term.c (maybe_fatal, vfatal):
9888 * textprop.c (text_read_only):
9889 * undo.c (user_error):
9890 * unexmacosx.c (unexec_error):
9891 * xterm.c (x_ins_del_lines, x_delete_glyphs):
9892 Use _Noreturn rather than NO_RETURN.
9893 No need for separate decl merely because of _Noreturn.
9894 * sound.c (sound_warning, parse_sound):
9895 Remove unnecessary forward decls.
9896
9897 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
9898
9899 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
9900 * lisp.h (WAIT_READING_MAX): New macro.
9901 * dispnew.c (Fsleep_for, sit_for):
9902 * keyboard.c (kbd_buffer_get_event):
9903 * process.c (Faccept_process_output):
9904 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
9905 This improves on the previous patch, which introduced a bug
9906 when time_t is unsigned and as wide as intmax_t.
9907 See <http://bugs.gnu.org/9000#51>.
9908
9909 2012-06-23 Eli Zaretskii <eliz@gnu.org>
9910
9911 * dispnew.c (sit_for, Fsleep_for):
9912 * keyboard.c (kbd_buffer_get_event):
9913 * process.c (Faccept_process_output): Avoid compiler warnings when
9914 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
9915
9916 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
9917
9918 * makefile.w32-in: Update dependencies.
9919
9920 * w32.c (ltime): Add return type and declare static.
9921 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
9922
9923 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
9924
9925 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
9926 Privately reported by Herbert J. Skuhra.
9927 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
9928 All uses changed.
9929 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
9930 not make_lisp_timeval, when the argument is of type EMACS_TIME.
9931
9932 2012-06-23 Eli Zaretskii <eliz@gnu.org>
9933
9934 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
9935 last argument of make_unibyte_string.
9936
9937 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
9938 language ID in the event parameters.
9939
9940 * w32term.c (w32_read_socket): Put the new keyboard codepage into
9941 event.code, not the obscure "character set ID".
9942
9943 2012-06-23 Chong Yidong <cyd@gnu.org>
9944
9945 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
9946
9947 2012-06-23 Eli Zaretskii <eliz@gnu.org>
9948
9949 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
9950 * w32.c (fdutimens): New function.
9951
9952 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
9953
9954 * s/ms-w32.h (pselect): Redirect to sys_select.
9955
9956 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
9957
9958 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
9959 in the logic of incrementing and decrementing the value of
9960 use_relocatable_buffers.
9961
9962 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
9963
9964 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
9965 Privately reported by Herbert J. Skuhra.
9966 [__FreeBSD__]: Remove "*/" typo after "#include".
9967 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
9968 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
9969 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
9970 Don't assume EMACS_TIME and struct timeval are the same type.
9971
9972 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
9973
9974 Support higher-resolution time stamps (Bug#9000).
9975 The time stamps are only nanosecond-resolution at the C level,
9976 since that's the best that any real-world system supports now.
9977 But they are picosecond-resolution at the Lisp level, as that's
9978 easy, and leaves room for future OS improvements.
9979
9980 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
9981 (LIBES): Use it.
9982
9983 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
9984 Don't get current time unless it's needed.
9985
9986 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
9987 now provides it if it's absent.
9988 (start_atimer): Port to higher-res time stamps.
9989 Check for time stamp overflow. Don't get current time more
9990 often than is needed.
9991
9992 * buffer.h (struct buffer): Buffer modtime now has high resolution.
9993 Include systime.h, not time.h.
9994 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
9995
9996 * dired.c: Include stat-time.h.
9997 (Ffile-attributes): File times now have higher resolution.
9998
9999 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
10000 (struct image): Timestamp now has higher resolution.
10001
10002 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
10003 has at least microseconds now. All uses removed.
10004 (update_frame, update_single_window, update_window, update_frame_1)
10005 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
10006 (duration_to_sec_usec): Remove; no longer needed.
10007
10008 * editfns.c (time_overflow): Now extern.
10009 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
10010 (float-time, Fformat_time_string, Fcurrent_time_string)
10011 (Fcurrent_time_zone): Accept and generate higher-resolution
10012 time stamps.
10013 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
10014 (decode_time_components, lisp_seconds_argument): New functions.
10015 (make_time): Now static.
10016 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
10017 Report an error if the time is invalid, rather than having the caller
10018 do that.
10019
10020 * fileio.c: Include <stat-time.h>
10021 (Fcopy_file): Copy higher-resolution time stamps.
10022 Prefer to set the time stamp via a file descriptor if that works.
10023 (Fset_file_times, Finsert_file_contents, Fwrite_region)
10024 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
10025 (Fvisited_file_modtime, Fset_visited_file_modtime):
10026 Support higher-resolution time stamps.
10027
10028 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
10029
10030 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
10031
10032 * image.c (prepare_image_for_display, clear_image_cache)
10033 (lookup_image): Port to higer-resolution time stamps.
10034
10035 * keyboard.c (start_polling, bind_polling_period):
10036 Check for time stamp overflow.
10037 (read_char, kbd_buffer_get_event, timer_start_idle)
10038 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
10039 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
10040 Port to higher-resolution time stamps. Do not assume time_t is signed.
10041 (decode_timer): New function. Timers are now vectors of length 9,
10042 not 8, to accommodate the picosecond component.
10043 (timer_check_2): Use it.
10044
10045 * nsterm.m (select_timeout, timeval_subtract): Remove.
10046 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
10047 as they're a bit more accurate and handle overflow better.
10048 (ns_select): Change prototype to be compatible with pselect.
10049 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
10050 * nsterm.h (ns_select): Adjust prototype.
10051
10052 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
10053 us-resolution time stamps.
10054 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
10055
10056 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
10057
10058 * lisp.h (time_overflow): New decl.
10059 (wait_reading_process_output): First arg is now intmax_t, not int,
10060 to accommodate larger waits.
10061
10062 * process.h (struct Lisp_Process.read_output_delay):
10063 Now counts nanoseconds, not microseconds.
10064 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
10065 EMACS_HAS_USECS.
10066 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
10067 (wait_reading_process_output):
10068 Port to ns-resolution time stamps.
10069 (Faccept_process_output, wait_reading_process_output):
10070 Check for time stamp overflow. Do not assume time_t is signed.
10071 (select_wrapper): Remove; we now use pselect.
10072 (Fprocess_attributes): Now generates ns-resolution time stamps.
10073
10074 * sysdep.c: Include utimens.h. Don't include utime.h
10075 or worry about struct utimbuf; gnulib does that for us now.
10076 (gettimeofday): Remove; gnulib provides a substitute.
10077 (make_timeval): New function.
10078 (set_file_times): Now sets ns-resolution time stamps.
10079 New arg FD; all uses changed.
10080 (time_from_jiffies, ltime_from_jiffies, get_up_time)
10081 (system_process_attributes):
10082 Now returns ns-resolution time stamp. All uses changed.
10083 Check for time stamp overflow.
10084
10085 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
10086 provides a substitute now.
10087
10088 * systime.h: Include timespec.h rather than sys/time.h and time.h,
10089 since it guarantees struct timespec.
10090 (EMACS_TIME): Now struct timespec, so that we can support
10091 ns-resolution time stamps.
10092 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
10093 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
10094 (EMACS_USECS): Remove.
10095 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
10096 so multiply the arg by 1000 before storing it.
10097 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
10098 New macros.
10099 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
10100 Port to ns-resolution time stamps.
10101 (EMACS_TIME_NEG_P): Remove; replaced by....
10102 (EMACS_TIME_SIGN): New macro.
10103 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
10104 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
10105 (set_file_times, make_time, lisp_time_argument): Adjust signature.
10106 (make_timeval, make_lisp_time, decode_time_components): New decls.
10107 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
10108 that it mishandled time_t overflow. You can't compare by subtracting!
10109 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
10110 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
10111
10112 * term.c: Include <sys/time.h>.
10113 (timeval_to_Time): New function, for proper overflow wraparound.
10114 (term_mouse_position, term_mouse_click): Use it.
10115
10116 * undo.c (record_first_change): Support higher-resolution time stamps
10117 in the undo buffer.
10118 (Fprimitive_undo): Use them when restoring time stamps.
10119
10120 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
10121 (w32_get_internal_run_time):
10122 Port to higher-resolution Emacs time stamps.
10123 (ltime): Now accepts single 64-bit integer, as that's more convenient
10124 for callers.
10125
10126 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
10127
10128 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
10129 for compatibility with pselect. Support ns-resolution time stamps.
10130
10131 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
10132
10133 * xselect.c (wait_for_property_change, x_get_foreign_selection):
10134 Check for time stamp overflow, and support ns-resolution time stamps.
10135
10136 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
10137 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
10138 (timeval_subtract): Remove; no longer needed.
10139 (XTflash, XTring_bell, x_wait_for_event):
10140 Port to ns-resolution time stamps. Don't assume time_t is signed.
10141
10142 2012-06-22 Chong Yidong <cyd@gnu.org>
10143
10144 * xdisp.c (x_consider_frame_title): Revert last change.
10145
10146 2012-06-22 Eli Zaretskii <eliz@gnu.org>
10147
10148 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
10149 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
10150 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
10151 staticidx goes up to 1597 out of 1600 = 0x640.)
10152
10153 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
10154
10155 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
10156 Otherwise, the umask might be mistakenly 0 while handling input signals.
10157
10158 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
10161
10162 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
10163
10164 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
10165 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
10166 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
10167 access to `contents' member of Lisp_Vector objects with AREF and ASET
10168 where appropriate.
10169
10170 2012-06-19 Chong Yidong <cyd@gnu.org>
10171
10172 * frame.c (delete_frame): When selecting a frame on a different
10173 text terminal, do not alter the terminal's top-frame.
10174
10175 * xdisp.c (format_mode_line_unwind_data): Record the target
10176 frame's selected window and its terminal's top-frame.
10177 (unwind_format_mode_line): Restore them.
10178 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
10179 Callers changed.
10180 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
10181 since tty frames can be explicitly named.
10182 (prepare_menu_bars): Likewise.
10183
10184 * term.c (Ftty_top_frame): New function.
10185
10186 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
10187
10188 Port byte-code-meter to modern targets.
10189 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
10190 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
10191 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
10192 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
10193 (METER_1, METER_2): Simplify.
10194
10195 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * data.c (Fdefalias): Return `symbol' (bug#11686).
10198
10199 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10200
10201 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
10202 gets killed during executing of this function (Bug#11665).
10203 Try to always return Qt when the buffer has been actually killed.
10204 (Vkill_buffer_query_functions): In doc-string say that functions
10205 run by this hook should not change the current buffer.
10206
10207 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
10208
10209 Fix recently-introduced process.c problems found by static checking.
10210 * process.c (write_queue_push, write_queue_pop, send_process):
10211 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
10212 (write_queue_pop): Fix pointer signedness problem.
10213 (send_process): Remove unused local.
10214
10215 2012-06-17 Chong Yidong <cyd@gnu.org>
10216
10217 * xdisp.c (redisplay_internal): No need to redisplay terminal
10218 frames that are not on top.
10219
10220 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
10221
10222 * process.c (make_process): Initialize write_queue.
10223 (write_queue_push, write_queue_pop): New functions.
10224 (send_process): Use them to maintain correct ordering of process
10225 writes (Bug#10815).
10226
10227 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10228
10229 * lisp.h (eassert): Assume C89 or later.
10230 This removes the need for CHECK.
10231 (CHECK): Remove. Its comments about always evaluating its
10232 argument were confusing, as 'eassert' typically does not evaluate
10233 its argument.
10234
10235 * coding.c (produce_chars): Use ptrdiff_t, not int.
10236
10237 * xterm.c (x_draw_underwave): Check for integer overflow.
10238 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
10239
10240 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
10241
10242 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
10243 referenced (Bug#11583).
10244
10245 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10246
10247 Implement wave-style variant of underlining.
10248 * dispextern.h (face_underline_type): New enum.
10249 (face): Add field for underline type.
10250 * nsterm.m (ns_draw_underwave): New function.
10251 (ns_draw_text_decoration): Use it.
10252 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
10253 New functions.
10254 (x_draw_glyph_string): Use them.
10255 * xfaces.c (Qline, Qwave): New Lisp objects.
10256 (check_lface_attrs, merge_face_ref)
10257 (Finternal_set_lisp_face_attribute, realize_x_face):
10258 Handle wave-style underline face attributes.
10259 * xterm.c (x_draw_underwave): New function.
10260 (x_draw_glyph_string): Use it.
10261
10262 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
10263
10264 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
10265 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
10266 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
10267 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
10268 ($(BLD)/w32select.$(O)): Update dependencies.
10269
10270 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
10271
10272 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
10273 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
10274 * character.c (_fetch_multibyte_char_p): Remove.
10275 * alloc.c: Include "character.h" before "buffer.h".
10276 * bidi.c: Likewise.
10277 * buffer.c: Likewise.
10278 * bytecode.c: Likewise.
10279 * callint.c: Likewise.
10280 * callproc.c: Likewise.
10281 * casefiddle.c: Likewise.
10282 * casetab.c: Likewise.
10283 * category.c: Likewise.
10284 * cmds.c: Likewise.
10285 * coding.c: Likewise.
10286 * composite.c: Likewise.
10287 * dired.c: Likewise.
10288 * dispnew.c: Likewise.
10289 * doc.c: Likewise.
10290 * dosfns.c: Likewise.
10291 * editfns.c: Likewise.
10292 * emacs.c: Likewise.
10293 * fileio.c: Likewise.
10294 * filelock.c: Likewise.
10295 * font.c: Likewise.
10296 * fontset.c: Likewise.
10297 * fringe.c: Likewise.
10298 * indent.c: Likewise.
10299 * insdel.c: Likewise.
10300 * intervals.c: Likewise.
10301 * keyboard.c: Likewise.
10302 * keymap.c: Likewise.
10303 * lread.c: Likewise.
10304 * macros.c: Likewise.
10305 * marker.c: Likewise.
10306 * minibuf.c: Likewise.
10307 * nsfns.m: Likewise.
10308 * nsmenu.m: Likewise.
10309 * print.c: Likewise.
10310 * process.c: Likewise.
10311 * regex.c: Likewise.
10312 * region-cache.c: Likewise.
10313 * search.c: Likewise.
10314 * syntax.c: Likewise.
10315 * term.c: Likewise.
10316 * textprop.c: Likewise.
10317 * undo.c: Likewise.
10318 * unexsol.c: Likewise.
10319 * w16select.c: Likewise.
10320 * w32fns.c: Likewise.
10321 * w32menu.c: Likewise.
10322 * window.c: Likewise.
10323 * xdisp.c: Likewise.
10324 * xfns.c: Likewise.
10325 * xmenu.c: Likewise.
10326 * xml.c: Likewise.
10327 * xselect.c: Likewise.
10328
10329 2012-06-16 Eli Zaretskii <eliz@gnu.org>
10330
10331 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
10332 If all the glyphs of the glyph row came from strings, and we have no
10333 cursor positioning clues, put the cursor on the first glyph of the
10334 row.
10335 (handle_face_prop): Use chunk-relative overlay string index when
10336 indexing into it->string_overlays array. (Bug#11653)
10337 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
10338 the rightmost. (Bug#11720)
10339
10340 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
10341
10342 * category.h (CHAR_HAS_CATEGORY): Define as inline.
10343 (CATEGORY_MEMBER): Enforce 1/0 value.
10344 * category.c (_temp_category_set): Remove.
10345
10346 2012-06-16 Eli Zaretskii <eliz@gnu.org>
10347
10348 * window.c (Fdelete_other_windows_internal)
10349 (Fdelete_window_internal): Don't access frame's mouse highlight
10350 info of the initial frame. (Bug#11677)
10351
10352 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
10353
10354 * .gdbinit (xgetint): Fix recently-introduced paren typo.
10355 Assume USE_2_TAGS_FOR_INTS.
10356 (xreload): Adjust $tagmask width to match recent lisp.h change.
10357
10358 Simplify lisp.h in minor ways that should not affect code.
10359 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
10360 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
10361 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
10362 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
10363 (INTTYPEBITS): New macro, for clarity.
10364 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
10365 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
10366 Simplify now that USE_LSB_TAG is always defined.
10367 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
10368 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
10369
10370 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
10371
10372 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
10373
10374 2012-06-13 Glenn Morris <rgm@gnu.org>
10375
10376 * s/bsd-common.h (BSD4_3):
10377 * s/usg5-4-common.h (USG5_4): No longer define; unused.
10378
10379 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
10380
10381 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
10382 instead of union.
10383 (XLI, XIL): Define.
10384 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
10385 Use them.
10386 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
10387 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
10388 * alloc.c (widen_to_Lisp_Object): Remove.
10389 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
10390 * frame.c (delete_frame): Remove outdated comment.
10391 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
10392 USE_LISP_UNION_TYPE.
10393 (Fw32_unregister_hot_key): Likewise.
10394 (Fw32_toggle_lock_key): Likewise.
10395 * w32menu.c (add_menu_item): Likewise.
10396 (w32_menu_display_help): Use XIL instead of checking
10397 USE_LISP_UNION_TYPE.
10398 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
10399 (init_heap): Likewise.
10400 * w32term.c (w32_read_socket): Update comment.
10401
10402 2012-06-13 Glenn Morris <rgm@gnu.org>
10403
10404 * s/usg5-4-common.h, src/s/unixware.h:
10405 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
10406
10407 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
10408
10409 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
10410
10411 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
10412 * alloc.c (make_number) [!defined make_number]:
10413 Remove, as lisp.h always defines this now.
10414 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
10415 (roundup_size): Verify that it is a power of 2.
10416 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
10417 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
10418 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
10419 -DUSE_LSB_TAG=0, to override the automatically-selected default.
10420 USE_LSB_TAG now is always defined to be either 0 or 1.
10421 All uses changed.
10422 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
10423 code works fine either way, and efficiency is not a concern here,
10424 as the union type is for debugging, not for production.
10425 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
10426 Use an inline function on all platforms when using the union type,
10427 since this is simpler and 'static inline' can be used portably
10428 within Emacs now.
10429 (LISP_INITIALLY_ZERO): New macro.
10430 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
10431 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
10432
10433 2012-06-12 Glenn Morris <rgm@gnu.org>
10434
10435 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
10436
10437 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
10438
10439 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
10440 Move BROKEN_SIGIO to configure.
10441
10442 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
10443 Move NO_TERMIO to configure.
10444
10445 2012-06-12 Chong Yidong <cyd@gnu.org>
10446
10447 * image.c (imagemagick_load_image): Use MagickFlattenImage if
10448 MagickMergeImageLayers is undefined. Use pixel pusher loop if
10449 MagickExportImagePixels is undefined.
10450
10451 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
10452
10453 * image.c (imagemagick_load_image): Remove unused label.
10454
10455 2012-06-11 Glenn Morris <rgm@gnu.org>
10456
10457 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
10458 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
10459 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
10460 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
10461
10462 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * alloc.c (make_byte_code): New function.
10465 (Fmake_byte_code): Use it. Don't purify here.
10466 * lread.c (read1): Use it as well to avoid extra allocation.
10467
10468 2012-06-11 Chong Yidong <cyd@gnu.org>
10469
10470 * image.c (imagemagick_load_image): Implement transparency.
10471
10472 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
10473
10474 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
10475 account for preceding backslashes. (Bug#11663)
10476
10477 2012-06-09 Chong Yidong <cyd@gnu.org>
10478
10479 * term.c: Support italics in capable terminals (Bug#9652).
10480 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
10481 (turn_on_face): Output using TS_enter_italic_mode if available.
10482 Don't handle unused blinking and alt-charset cases.
10483 (turn_off_face): Handle italic case; discard unused tty_blinking_p
10484 and tty_alt_charset_p cases.
10485 (tty_capable_p, init_tty): Support italics.
10486
10487 * termchar.h (struct tty_display_info): Add field for italics.
10488 Remove unused blink field.
10489
10490 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
10491 Handle slant.
10492
10493 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
10494 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
10495 tty_alt_charset_p. Add tty_italic_p.
10496
10497 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
10498
10499 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
10500 dbus_type_is_basic if available.
10501 (xd_extract_signed, xd_extract_unsigned): Rename from
10502 extract_signed and extract_unsigned, respectively. Adapt callers.
10503
10504 2012-06-09 Chong Yidong <cyd@gnu.org>
10505
10506 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
10507
10508 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
10509 case (Bug#9752).
10510
10511 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
10512
10513 * xdisp.c (vmessage): Treat frame message as multibyte.
10514 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
10515 would generate the diagnostic "Making \302\247 buffer-local while
10516 let-bound!".
10517
10518 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10519
10520 * dispnew.c (showing_window_margins_p): Undo last change, which
10521 was done due to an inadvertent commit.
10522 (adjust_frame_glyphs_for_frame_redisplay): Do call
10523 showing_window_margins_p.
10524
10525 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10526
10527 * eval.c (Fmake_var_non_special): New primitive.
10528 (syms_of_eval): Defsubr it.
10529 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
10530
10531 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
10532
10533 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
10534 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
10535
10536 2012-06-08 Eli Zaretskii <eliz@gnu.org>
10537
10538 * alloc.c (allocate_vectorlike): Fix last change.
10539
10540 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
10541
10542 Block-based vector allocation of small vectors.
10543 * lisp.h (struct vectorlike_header): New field `nbytes',
10544 adjust comment accordingly.
10545 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
10546 to denote vector blocks. Adjust users (live_vector_p,
10547 mark_maybe_pointer, valid_lisp_object_p) accordingly.
10548 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
10549 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
10550 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
10551 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
10552 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
10553 (roundup_size): New constant.
10554 (struct vector_block): New data type.
10555 (vector_blocks, vector_free_lists, zero_vector): New variables.
10556 (all_vectors): Rename to `large_vectors'.
10557 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
10558 (sweep_vectors): New functions.
10559 (allocate_vectorlike): Return `zero_vector' as the only vector of
10560 0 items. Allocate new vector from block if vector size is less than
10561 or equal to VBLOCK_BYTES_MAX.
10562 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
10563 (init_alloc_once): Add call to init_vectors.
10564
10565 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
10568
10569 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
10570
10571 * doprnt.c (doprnt): Truncate multibyte char correctly.
10572 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
10573 would mishandle a string argument "Xc" if X was a multibyte
10574 character of length 2: it would truncate after X's first byte
10575 rather than including all of X.
10576
10577 2012-06-06 Chong Yidong <cyd@gnu.org>
10578
10579 * buffer.c (word_wrap): Doc fix.
10580
10581 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
10582
10583 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
10584
10585 2012-06-03 Glenn Morris <rgm@gnu.org>
10586
10587 * xdisp.c (tool-bar-style): Doc fix.
10588
10589 2012-06-03 Ulrich Müller <ulm@gentoo.org>
10590
10591 * Makefile.in (PAXCTL): Define.
10592 (temacs$(EXEEXT)): Disable memory randomization for the temacs
10593 binary via PaX flags if the paxctl utility is available.
10594 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
10595 Restore PaX flags to their default. (Bug#11398)
10596
10597 2012-06-03 Chong Yidong <cyd@gnu.org>
10598
10599 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
10600 buffer (Bug#11226).
10601
10602 2012-06-03 Chong Yidong <cyd@gnu.org>
10603
10604 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
10605 (note_mode_line_or_margin_highlight): If there is no help echo,
10606 use mode-line-default-help-echo. Handle the case where the mouse
10607 position is past the end of the mode line string.
10608
10609 * buffer.c (buffer_local_value_1): New function, split from
10610 Fbuffer_local_value; can return Qunbound.
10611 (Fbuffer_local_value): Use it.
10612 (Vmode_line_format): Docstring tweaks.
10613
10614 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
10615
10616 * sysdep.c (system_process_attributes): Improve comment.
10617
10618 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * keyboard.c: Export real-this-command to Elisp.
10621 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
10622 and DEFVAR it. Update all users.
10623
10624 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
10625
10626 * minibuf.c (Fassoc_string): Remove duplicate declaration.
10627
10628 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
10629 Convert pctcpu and pctmem to Lisp float properly.
10630 Let the compiler fold better, as 100.0/0x8000 is exact.
10631
10632 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
10633
10634 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
10635 cons_block.
10636
10637 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
10638
10639 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
10640
10641 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
10642
10643 For a 'struct window', replace some Lisp_Object fields to
10644 bitfields where appropriate, remove unused fields.
10645 * window.h (struct window): Remove unused 'last_mark_x' and
10646 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
10647 change its type from Lisp_Object to bitfield.
10648 Change type of 'force_start', 'optional_new_start',
10649 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
10650 fields from Lisp_Object to bitfield. Adjust users accordingly.
10651
10652 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
10653
10654 Pacify gcc -Wdouble-precision when using Xaw.
10655 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
10656 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
10657 Use 'float' consistently, rather than 'float' in most places
10658 and 'double' in a couple of places.
10659
10660 2012-05-31 Eli Zaretskii <eliz@gnu.org>
10661
10662 * xdisp.c (handle_stop): Detect whether we have overlay strings
10663 loaded by testing it->current.overlay_string_index to be
10664 non-negative, instead of checking whether n_overlay_strings is
10665 positive. (Bug#11587)
10666
10667 2012-05-31 Chong Yidong <cyd@gnu.org>
10668
10669 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
10670
10671 * doc.c (Fsubstitute_command_keys): Doc fix.
10672
10673 2012-05-31 Eli Zaretskii <eliz@gnu.org>
10674
10675 * search.c (search_buffer): Remove calls to
10676 r_alloc_inhibit_buffer_relocation, as it is now called by
10677 maybe_unify_char, which was the cause of relocation of buffer text
10678 in bug#11519.
10679
10680 2012-05-31 Eli Zaretskii <eliz@gnu.org>
10681
10682 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
10683 for the duration of call to load_charset, to avoid problems with
10684 callers of maybe_unify_char that access buffer text through C
10685 pointers.
10686
10687 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
10688 decrement the inhibition flag, instead of just setting or
10689 resetting it.
10690
10691 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
10692
10693 Remove obsolete '#define static' cruft.
10694 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
10695 This #undef was "temporary" in 2000; it is no longer needed
10696 now that '#define static' has gone away.
10697 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
10698 (gray_bitmap_bits): Remove; no longer needed.
10699 All uses replaced with definiens.
10700 * xterm.c: Include "bitmaps/gray.xbm".
10701
10702 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
10703
10704 Clean up __executable_start, monstartup when --enable-profiling.
10705 The following changes affect the code only when profiling.
10706 * dispnew.c (__executable_start): Rename from safe_bcopy.
10707 Define only on platforms that need it.
10708 * emacs.c: Include <sys/gmon.h> when profiling.
10709 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
10710 (__executable_start): Remove decl, since lisp.h does it now.
10711 (safe_bcopy): Remove decl; no longer has that name.
10712 (main): Coalesce #if into single bit of code, for simplicity.
10713 Cast pointers to uintptr_t, since standard libraries want integers
10714 and not pointers.
10715 * lisp.h (__executable_start): New decl.
10716
10717 2012-05-31 Glenn Morris <rgm@gnu.org>
10718
10719 * image.c (Fimagemagick_types): Doc fix.
10720
10721 2012-05-30 Jim Meyering <meyering@redhat.com>
10722
10723 * callproc.c (Fcall_process_region): Include directory component
10724 in mkstemp error message (Bug#11586).
10725
10726 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
10727
10728 * alloc.c, lisp.h (make_pure_vector): Now static.
10729
10730 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
10733 Move to byte-run.el.
10734 (Fautoload): Do the hash-doc more carefully.
10735 * data.c (Fdefalias): Purify definition, except for keymaps.
10736 (Qdefun): Move from eval.c.
10737 * lisp.h (Qdefun): Remove.
10738 * lread.c (read1): Tiny simplification.
10739
10740 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10741
10742 Do not create empty overlays with the evaporate property (Bug#9642).
10743 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
10744 Bug#9642, but explicitly check that the buffer the overlay would
10745 be moved to is live and rearrange lines to make sure that errors
10746 will not put the overlay in an inconsistent state.
10747 (Fdelete_overlay): Cosmetics.
10748
10749 2012-05-28 Eli Zaretskii <eliz@gnu.org>
10750
10751 * w32term.c (my_bring_window_to_top): New function.
10752 (x_raise_frame): Use handle returned by DeferWindowPos, which
10753 could be different from the original one.
10754 Call my_bring_window_to_top instead of my_set_foreground_window.
10755 (Bug#11513)
10756
10757 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
10758 by calling BringWindowToTop.
10759
10760 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
10761 (WM_EMACS_END): Increase by one.
10762
10763 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
10764
10765 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
10766 This avoids undefined behavior that might cause the eassert
10767 to not catch an out-of-range value.
10768
10769 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
10770
10771 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
10772 Update dependencies.
10773
10774 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10775
10776 * bidi.c (bidi_mirror_char): Fix last change.
10777
10778 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
10779
10780 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
10781 when referring to sectname field in printf format.
10782
10783 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
10784
10785 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
10786 Only r_alloc_inhibit_buffer_relocation needed to be added;
10787 the others were already declared.
10788
10789 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
10790 before checking whether it's out of range. Put the check inside
10791 eassert. See
10792 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
10793
10794 2012-05-27 Ken Brown <kbrown@cornell.edu>
10795
10796 * callproc.c (Fcall_process): Restore a line that was accidentally
10797 commented out in the 2011-02-13 change (bug#11547).
10798
10799 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10800
10801 * lisp.h [REL_ALLOC]: Add prototypes for external functions
10802 defined on ralloc.c.
10803
10804 * buffer.c [REL_ALLOC]: Remove prototypes of
10805 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
10806 they are now on lisp.h.
10807
10808 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
10809
10810 * search.c (search_buffer): Use it to inhibit relocation of buffer
10811 text while re_search_2 is doing its job, because re_search_2 is
10812 passed C pointers to buffer text. (Bug#11519)
10813
10814 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
10815 Update value to 24.
10816
10817 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
10818 state after an additional call to move_it_in_display_line_to, keep
10819 the values of it->max_ascent and it->max_descent found for the
10820 entire line.
10821 (pos_visible_p): Revert the comparison against bottom_y to what it
10822 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
10823 (Bug#11464)
10824
10825 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
10826
10827 Fix coding-related core dumps with gcc -ftrapv.
10828 The code was computing A - B, where A and B are pointers, and B is
10829 random garbage. This can lead to core dumps on platforms that
10830 have special pointer registers, and it also leads to core dumps on
10831 x86-64 when compiled with gcc -ftrapv. The fix is to compute
10832 A - B only when B is initialized properly.
10833 * coding.c (coding_set_source, coding_set_destination): Return void.
10834 (coding_change_source, coding_change_destinations): New functions,
10835 with the old behaviors of coding_set_source and coding_set_destination.
10836 All callers that need an offset changed to use these new functions.
10837
10838 2012-05-26 Glenn Morris <rgm@gnu.org>
10839
10840 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
10841
10842 2012-05-26 Eli Zaretskii <eliz@gnu.org>
10843
10844 Extend mouse support on W32 text-mode console.
10845 * xdisp.c (draw_row_with_mouse_face):
10846 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
10847
10848 * w32console.c: Include window.h.
10849 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
10850 New functions.
10851 (initialize_w32_display): Initialize mouse-highlight data.
10852
10853 * w32inevt.c: Include termchar.h and window.h.
10854 (do_mouse_event): Support mouse-autoselect-window. When the mouse
10855 moves, call note_mouse_highlight. If help_echo changed, call
10856 gen_help_event to produce help-echo message in the echo area.
10857 Call clear_mouse_face if mouse_face_hidden is set in the mouse
10858 highlight info.
10859
10860 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
10861
10862 * lread.c (read1): Simplify slightly to avoid an overflow warning
10863 with GCC 4.7.0 on x86-64.
10864
10865 2012-05-26 Eli Zaretskii <eliz@gnu.org>
10866
10867 * bidi.c (bidi_mirror_char): Revert last change: an int is
10868 definitely wide enough here.
10869
10870 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
10871
10872 Fix integer width and related bugs (Bug#9874).
10873 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
10874 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
10875 (string_bytes, check_sblock, allocate_string_data):
10876 (compact_small_strings, Fmake_bool_vector, make_string)
10877 (make_unibyte_string, make_multibyte_string)
10878 (make_string_from_bytes, make_specified_string)
10879 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
10880 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
10881 (mark_vectorlike):
10882 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10883 (allocate_pseudovector):
10884 Use int, not EMACS_INT, where int is wide enough.
10885 (inhibit_garbage_collection, Fgarbage_collect):
10886 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10887 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
10888 int might not be wide enough.
10889 (bidi_cache_search, bidi_cache_find, bidi_init_it)
10890 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
10891 (bidi_at_paragraph_end, bidi_find_paragraph_start)
10892 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
10893 (bidi_level_of_next_char, bidi_move_to_visually_next):
10894 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10895 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
10896 (Fkill_buffer, Fset_buffer_major_mode)
10897 (advance_to_char_boundary, Fbuffer_swap_text)
10898 (Fset_buffer_multibyte, overlays_at, overlays_in)
10899 (overlay_touches_p, struct sortvec, record_overlay_string)
10900 (overlay_strings, recenter_overlay_lists)
10901 (adjust_overlays_for_insert, adjust_overlays_for_delete)
10902 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
10903 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
10904 (Foverlay_recenter, last_overlay_modification_hooks_used)
10905 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
10906 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10907 (validate_region): Omit unnecessary test for b <= e,
10908 since that's guaranteed by the previous test.
10909 (adjust_overlays_for_delete): Avoid pos + length overflow.
10910 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
10911 (report_overlay_modification):
10912 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10913 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
10914 Omit pointer cast, which isn't needed anyway, and doesn't work
10915 after the EMACS_INT -> ptrdiff_t change.
10916 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
10917 * buffer.h: Adjust decls to match defn changes elsewhere.
10918 (struct buffer_text, struct buffer):
10919 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10920 Use EMACS_INT, not int, where int might not be wide enough.
10921 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
10922 not int, to avoid needless 32-bit limit on 64-bit hosts.
10923 (exec_byte_code): Use tighter memory-full test, one that checks
10924 for alloca overflow. Don't compute the address of the object just
10925 before an array, as that's not portable. Use EMACS_INT, not
10926 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
10927 * callint.c (Fcall_interactively):
10928 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10929 * callproc.c (call_process_kill, Fcall_process):
10930 Don't assume pid_t fits into an Emacs fixnum.
10931 (call_process_cleanup, Fcall_process, child_setup):
10932 Don't assume pid_t fits into int.
10933 (call_process_cleanup, Fcall_process, delete_temp_file)
10934 (Fcall_process_region):
10935 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10936 (Fcall_process): Simplify handling of volatile integers.
10937 Use int, not EMACS_INT, where int will do.
10938 * casefiddle.c (casify_object, casify_region, operate_on_word)
10939 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
10940 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10941 (casify_object): Avoid integer overflow when overallocating buffer.
10942 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
10943 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
10944 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
10945 * category.h (CATEGORYP): Don't assume arg is nonnegative.
10946 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
10947 integers are now checked earlier. All uses replaced with XINT.
10948 (ccl_driver):
10949 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10950 For CCL_MapSingle, check that content and value are in int range.
10951 (ccl_driver, Fregister_code_conversion_map):
10952 Check that Vcode_version_map_vector is a vector.
10953 (resolve_symbol_ccl_program): Check that vector header is in range.
10954 Always copy the vector, so that we can check its contents reliably
10955 now rather than having to recheck each instruction as it's being
10956 executed. Check that vector words fit in 'int'.
10957 (ccl_get_compiled_code, Fregister_ccl_program)
10958 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
10959 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
10960 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
10961 contents are in range.
10962 (Fccl_execute_on_string): Check that status is in range.
10963 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
10964 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
10965 Accept and return EMACS_INT, not int, because callers can pass values
10966 out of 'int' range.
10967 (c_string_width, strwidth, lisp_string_width, chars_in_text)
10968 (multibyte_chars_in_text, parse_str_as_multibyte)
10969 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
10970 (str_as_unibyte, str_to_unibyte, string_count_byte8)
10971 (string_escape_byte8, Fget_byte):
10972 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10973 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
10974 avoid mishandling large integers.
10975 * character.h: Adjust decls to match defn changes elsewhere.
10976 * charset.c (load_charset_map_from_file, find_charsets_in_text)
10977 (Ffind_charset_region):
10978 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10979 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
10980 (load_charset_map_from_vector, Fdefine_charset_internal):
10981 Don't assume fixnum fits in int.
10982 (load_charset_map_from_vector, Fmap_charset_chars):
10983 Remove now-unnecessary CHECK_NATNUMs.
10984 (Fdefine_charset_internal): Check ranges here, more carefully.
10985 Don't rely on undefined behavior with signed left shift overflow.
10986 Don't assume unsigned int fits into fixnum, or that fixnum fits
10987 into unsigned int. Don't require max_code to be a valid fixnum;
10988 that's not true for gb10830 4-byte on a 32-bit host. Allow
10989 invalid_code to be a cons, for the same reason. Require code_offset
10990 to be a character. Avoid int overflow if max_char is close
10991 to INT_MAX.
10992 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
10993 this is intended anyway and avoids some undefined behavior.
10994 (load_charset_map): Pass unsigned, not int, as 2nd arg of
10995 INDEX_TO_CODE_POINT, as that's what it expects.
10996 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
10997 * charset.h (DECODE_CHAR): Return int, not unsigned;
10998 this is what was intended anyway, and it avoids undefined behavior.
10999 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
11000 integer-overflow issues.
11001 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
11002 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
11003 where the argument is EMACS_INT, and this behavior is not intended.
11004 * chartab.c (Fmake_char_table, Fset_char_table_range)
11005 (uniprop_get_decoder, uniprop_get_encoder):
11006 Don't assume fixnum fits in int.
11007 * cmds.c (move_point): New function, that does the gist of
11008 Fforward_char and Fbackward_char, but does so while checking
11009 for integer overflow more accurately.
11010 (Fforward_char, Fbackward_char): Use it.
11011 (Fforward_line, Fend_of_line, internal_self_insert)
11012 (internal_self_insert):
11013 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11014 Fix a FIXME, by checking for integer overflow when calculating
11015 target_clm and actual_clm.
11016 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
11017 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
11018 (ASSURE_DESTINATION, coding_alloc_by_realloc)
11019 (coding_alloc_by_making_gap, alloc_destination)
11020 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
11021 (encode_coding_utf_16, detect_coding_emacs_mule)
11022 (decode_coding_emacs_mule, encode_coding_emacs_mule)
11023 (detect_coding_iso_2022, decode_coding_iso_2022)
11024 (encode_invocation_designation, encode_designation_at_bol)
11025 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
11026 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
11027 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
11028 (encode_coding_ccl, encode_coding_raw_text)
11029 (detect_coding_charset, decode_coding_charset)
11030 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
11031 (produce_composition, produce_charset, produce_annotation)
11032 (decode_coding, handle_composition_annotation)
11033 (handle_charset_annotation, consume_chars, decode_coding_gap)
11034 (decode_coding_object, encode_coding_object, detect_coding_system)
11035 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
11036 (code_convert_region, code_convert_string)
11037 (Fdefine_coding_system_internal)
11038 (coding_set_source, coding_set_destination):
11039 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11040 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
11041 (Fdefine_coding_system_internal):
11042 Don't assume fixnums fit in int.
11043 (decode_coding_gap, decode_coding_object, encode_coding_object)
11044 (Fread_coding_system, Fdetect_coding_region)
11045 (Funencodable_char_position, Fcheck_coding_systems_region)
11046 (get_translation, handle_composition_annotation, consume_chars):
11047 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11048 (consume_chars): Rewrite to not calculate an address outside buffer.
11049 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
11050 Don't access memory outside of the args array.
11051 (Fdefine_coding_system_internal): Check for charset-id overflow.
11052 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
11053 result of ENCODE_CHAR.
11054 * coding.h: Adjust decls to match defn changes elsewhere.
11055 (struct coding_system):
11056 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11057 * composite.c (get_composition_id, find_composition)
11058 (run_composition_function, update_compositions)
11059 (compose_text, composition_gstring_put_cache)
11060 (composition_gstring_p, composition_gstring_width)
11061 (fill_gstring_header, fill_gstring_body, autocmp_chars)
11062 (composition_compute_stop_pos, composition_reseat_it)
11063 (composition_update_it, struct position_record)
11064 (find_automatic_composition, composition_adjust_point)
11065 (Fcomposition_get_gstring, Ffind_composition_internal):
11066 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11067 (update_compositions):
11068 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11069 * composite.h: Adjust decls to match defn changes elsewhere.
11070 (struct composition):
11071 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11072 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
11073 Do not attempt to compute the address of the object just before a
11074 buffer; this is not portable.
11075 (Faref, Faset):
11076 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11077 (Faset): Use int, not EMACS_INT, where int is wide enough.
11078 (Fstring_to_number): Don't assume fixnums fit in int.
11079 (Frem): Don't assume arg is nonnegative.
11080 * dbusbind.c (xd_append_arg): Check for integers out of range.
11081 (Fdbus_call_method): Don't overflow the timeout int.
11082 (extract_signed, extract_unsigned): New functions.
11083 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
11084 (xd_get_connection_references): Return ptrdiff_t, not int.
11085 All uses changed.
11086 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
11087 (xd_read_message_1):
11088 Use int, not unsigned, where the dbus API uses int.
11089 (Fdbus_message_internal): Don't overflow mtype.
11090 (syms_of_dbusbind): Allocate right-sized buffer for integers.
11091 * dired.c (directory_files_internal, file_name_completion, scmp)
11092 (file_name_completion_stat):
11093 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11094 (file_name_completion): Don't overflow matchcount.
11095 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
11096 * dispextern.h: Adjust decls to match defn changes elsewhere.
11097 (struct text_pos, struct glyph, struct bidi_saved_info)
11098 (struct bidi_string_data, struct bidi_it, struct composition_it)
11099 (struct it):
11100 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11101 (struct display_pos, struct composition_it, struct it):
11102 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11103 * dispnew.c (increment_matrix_positions)
11104 (increment_row_positions, mode_line_string)
11105 (marginal_area_string):
11106 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11107 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
11108 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11109 (duration_to_sec_usec): New function, to check for overflow better.
11110 (Fsleep_for, sit_for): Use it.
11111 * doc.c (get_doc_string, store_function_docstring):
11112 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11113 (get_doc_string, Fsnarf_documentation):
11114 Use int, not EMACS_INT, where int is wide enough.
11115 (get_doc_string):
11116 Use SAFE_ALLOCA, not alloca.
11117 Check for overflow when converting EMACS_INT to off_t.
11118 * doprnt.c (doprnt):
11119 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11120 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
11121 Don't assume uid_t fits into fixnum.
11122 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
11123 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
11124 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
11125 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
11126 (general_insert_function)
11127 (Finsert_char, make_buffer_string, make_buffer_string_both)
11128 (update_buffer_properties, Fbuffer_substring)
11129 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
11130 (Fsubst_char_in_region, check_translation)
11131 (Ftranslate_region_internal, save_restriction_restore, Fformat)
11132 (transpose_markers, Ftranspose_regions):
11133 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11134 (clip_to_bounds): Move to lisp.h as an inline function).
11135 (Fconstrain_to_field): Don't assume integers are nonnegative.
11136 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
11137 (Fsubst_char_in_region, Fsave_restriction):
11138 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11139 (Femacs_pid): Don't assume pid_t fits into fixnum.
11140 (lo_time): Use int, not EMACS_INT, when int suffices.
11141 (lisp_time_argument): Check for usec out of range.
11142 (Fencode_time): Don't assume fixnum fits in int.
11143 (Fuser_login_name, Fuser_full_name): Signal an error
11144 if a uid argument is out of range, rather than relying on
11145 undefined behavior.
11146 (Fformat_time_string): Remove now-unnecessary check.
11147 lisp_time_argument checks for out-of-range usec now.
11148 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
11149 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
11150 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
11151 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
11152 (init_cmdargs, Fdump_emacs):
11153 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11154 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
11155 the bottom (typically) 32 bits of the fixnum.
11156 * eval.c (specpdl_size, call_debugger):
11157 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11158 (when_entered_debugger, Fbacktrace_debug):
11159 Don't assume fixnum can fit in int.
11160 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
11161 the object just before a buffer; this is not portable.
11162 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
11163 (grow_specpdl, unbind_to):
11164 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11165 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
11166 (grow_specpdl): Simplify allocation by using xpalloc.
11167 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
11168 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
11169 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
11170 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11171 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
11172 (a_write, e_write):
11173 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11174 (Fcopy_file, non_regular_nbytes, read_non_regular)
11175 (Finsert_file_contents):
11176 Use int, not EMACS_INT, where int is wide enough.
11177 (READ_BUF_SIZE): Verify that it fits in int.
11178 (Finsert_file_contents): Check that counts are in proper range,
11179 rather than assuming fixnums fit into ptrdiff_t etc.
11180 Don't assume fixnums fit into int.
11181 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
11182 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
11183 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
11184 (string_char_to_byte, string_byte_to_char)
11185 (string_make_multibyte, string_to_multibyte)
11186 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
11187 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
11188 (substring_both, Fdelete, internal_equal, Ffillarray)
11189 (Fclear_string, mapcar1)
11190 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
11191 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
11192 (larger_vector, make_hash_table, maybe_resize_hash_table)
11193 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
11194 (Fmaphash, secure_hash):
11195 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11196 (concat): Check for string index and length overflow.
11197 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
11198 (Frequire):
11199 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11200 (larger_vector): New API (vec, incr_min, size_max) replaces old
11201 one (vec, new_size, init). This catches size overflow.
11202 INIT was removed because it was always Qnil.
11203 All callers changed.
11204 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
11205 the upper bound on a hash table index size.
11206 (make_hash_table, maybe_resize_hash_table): Use it.
11207 (secure_hash): Computer start_byte and end_byte only after
11208 they're known to be in ptrdiff_t range.
11209 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
11210 (Ffont_get_glyphs, Ffont_at):
11211 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11212 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
11213 (Flist_fonts, Fopen_font):
11214 Don't assume fixnum can fit in int.
11215 (check_gstring): Don't assume index can fit in int.
11216 (font_match_p): Check that fixnum is a character, not a nonnegative
11217 fixnum, since the later code needs to stuff it into an int.
11218 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
11219 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
11220 conversion overflow issues.
11221 (Fopen_font): Check for integer out of range.
11222 (Ffont_get_glyphs): Don't assume index can fit in int.
11223 * font.h: Adjust decls to match defn changes elsewhere.
11224 * fontset.c (reorder_font_vector): Redo score calculation to avoid
11225 integer overflow.
11226 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
11227 printmax_t, where ptrdiff_t is wide enough.
11228 (Finternal_char_font):
11229 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11230 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
11231 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
11232 (Fset_frame_position, x_set_frame_parameters)
11233 (x_set_line_spacing, x_set_border_width)
11234 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
11235 Check that fixnums are in proper range for system types.
11236 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
11237 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11238 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
11239 Use SAFE_ALLOCA_LISP, not alloca.
11240 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
11241 intptr_t is wide enough.
11242 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
11243 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
11244 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
11245 Check for fixnum out of range.
11246 * ftfont.c (ftfont_list): Don't assume index fits in int.
11247 Check that fixnums are in proper range for system types.
11248 (ftfont_shape_by_flt):
11249 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11250 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
11251 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11252 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
11253 Check that fixnums are in proper range for system types.
11254 * gnutls.h: Adjust decls to match defn changes elsewhere.
11255 * gtkutil.c (xg_dialog_run):
11256 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11257 (update_frame_tool_bar):
11258 Check that fixnums are in proper range for system types.
11259 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
11260 (lookup_image): Check that fixnums are in range for system types.
11261 * indent.c (last_known_column, last_known_column_point):
11262 (current_column_bol_cache):
11263 (skip_invisible, current_column, check_display_width):
11264 (check_display_width, scan_for_column, current_column_1)
11265 (Findent_to, Fcurrent_indentation, position_indentation)
11266 (indented_beyond_p, Fmove_to_column, compute_motion):
11267 (Fcompute_motion, Fvertical_motion):
11268 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11269 (last_known_column_modified): Use EMACS_INT, not int.
11270 (check_display_width):
11271 (Fcompute_motion):
11272 Check that fixnums and floats are in proper range for system types.
11273 (compute_motion): Don't assume index or fixnum fits in int.
11274 (compute_motion, Fcompute_motion):
11275 Use int, not EMACS_INT, when it is wide enough.
11276 (vmotion): Omit local var start_hpos that is always 0; that way
11277 we don't need to worry about overflow in expressions involving it.
11278 * indent.h: Adjust decls to match defn changes elsewhere.
11279 (struct position):
11280 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11281 Use int, not EMACS_INT, where int is wide enough.
11282 Remove unused members ovstring_chars_done and tab_offset;
11283 all uses removed.
11284 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
11285 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
11286 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
11287 (make_gap, copy_text, insert, insert_and_inherit)
11288 (insert_before_markers, insert_before_markers_and_inherit)
11289 (insert_1, count_combining_before, count_combining_after)
11290 (insert_1_both, insert_from_string)
11291 (insert_from_string_before_markers, insert_from_string_1)
11292 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
11293 (adjust_after_replace, adjust_after_insert, replace_range)
11294 (replace_range_2, del_range, del_range_1, del_range_byte)
11295 (del_range_both, del_range_2, modify_region)
11296 (prepare_to_modify_buffer, signal_before_change)
11297 (signal_after_change, Fcombine_after_change_execute):
11298 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11299 * intervals.c (traverse_intervals, rotate_right, rotate_left)
11300 (balance_an_interval, split_interval_right, split_interval_left)
11301 (find_interval, next_interval, update_interval)
11302 (adjust_intervals_for_insertion, delete_node, delete_interval)
11303 (interval_deletion_adjustment, adjust_intervals_for_deletion)
11304 (static_offset_intervals, offset_intervals)
11305 (merge_interval_right, merge_interval_left, make_new_interval)
11306 (graft_intervals_into_buffer, temp_set_point_both)
11307 (temp_set_point, set_point, adjust_for_invis_intang)
11308 (set_point_both, move_if_not_intangible, get_property_and_range)
11309 (get_local_map, copy_intervals, copy_intervals_to_string)
11310 (compare_string_intervals, set_intervals_multibyte_1):
11311 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11312 * intervals.h: Adjust decls to match defn changes elsewhere.
11313 (struct interval):
11314 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11315 * keyboard.c (this_command_key_count, this_single_command_key_start)
11316 (before_command_key_count, before_command_echo_length, echo_now)
11317 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
11318 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
11319 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
11320 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
11321 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11322 (last_non_minibuf_size, last_point_position, echo_truncate)
11323 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
11324 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
11325 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
11326 (stuff_buffered_input):
11327 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11328 (last_auto_save, command_loop_1, read_char):
11329 Use EMACS_INT, not int, to avoid integer overflow.
11330 (record_char): Avoid overflow in total_keys computation.
11331 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
11332 * keyboard.h: Adjust decls to match defn changes elsewhere.
11333 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
11334 (Fkey_description, Fdescribe_vector, Flookup_key):
11335 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11336 (click_position): New function, to check that positions are in range.
11337 (Fcurrent_active_maps):
11338 (describe_command):
11339 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11340 (Faccessible_keymaps, Fkey_description):
11341 (preferred_sequence_p):
11342 Don't assume fixnum can fit into int.
11343 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
11344 Check for integer overflow in size calculations.
11345 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
11346 avoid mishandling large integers.
11347 * lisp.h: Adjust decls to match defn changes elsewhere.
11348 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
11349 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
11350 (struct Lisp_Marker):
11351 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11352 (clip_to_bounds): Now an inline function, moved here from editfns.c.
11353 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
11354 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
11355 All callers changed.
11356 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
11357 Assume the arg has valid form, since it always does.
11358 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
11359 unsigned integer system type.
11360 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
11361 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
11362 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11363 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
11364 (duration_to_sec_usec): New decl.
11365 * lread.c (read_from_string_index, read_from_string_index_byte)
11366 (read_from_string_limit, readchar, unreadchar, openp)
11367 (read_internal_start, read1, oblookup):
11368 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11369 (Fload, readevalloop, Feval_buffer, Feval_region):
11370 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11371 (openp): Check for out-of-range argument to 'access'.
11372 (read1): Use int, not EMACS_INT, where int is wide enough.
11373 Don't assume fixnum fits into int.
11374 Fix off-by-one error that can read outside a buffer.
11375 (read_filtered_event): Use duration_to_sec_usec
11376 to do proper overflow checking on durations.
11377 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
11378 in size calculation.
11379 (Fexecute_kbd_macro):
11380 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11381 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
11382 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
11383 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
11384 (set_marker_both, set_marker_restricted_both, marker_position)
11385 (marker_byte_position, Fbuffer_has_markers_at):
11386 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11387 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
11388 * menu.c (ensure_menu_items): Rename from grow_menu_items.
11389 It now merely ensures that the menu is large enough, without
11390 necessarily growing it, as this avoids some integer overflow issues.
11391 All callers changed.
11392 (keymap_panes, parse_single_submenu, Fx_popup_menu):
11393 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11394 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
11395 Use SAFE_ALLOCA_LISP, not alloca.
11396 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
11397 to EMACS_INT. Check that fixnums are in proper range for system types.
11398 * minibuf.c (minibuf_prompt_width, string_to_object)
11399 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
11400 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
11401 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11402 (get_minibuffer, read_minibuf_unwind):
11403 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11404 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
11405 this simplifies overflow checking. All callers changed.
11406 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
11407 (Ftest_completion):
11408 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11409 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
11410 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
11411 Check that fixnums are in proper range for system types.
11412 (Fx_create_frame, Fx_show_tip):
11413 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11414 * nsfont.m (ns_findfonts, nsfont_list_family):
11415 Don't assume fixnum fits in long.
11416 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
11417 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11418 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
11419 wide enough.
11420 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
11421 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11422 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
11423 (PRINTDECLARE, PRINTPREPARE):
11424 (strout, print_string):
11425 (print, print_preprocess, print_check_string_charset_prop)
11426 (print_object):
11427 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11428 (PRINTDECLARE):
11429 (temp_output_buffer_setup, Fprin1_to_string, print_object):
11430 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11431 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
11432 (printchar, strout): Use xpalloc to catch size calculation overflow.
11433 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
11434 (print_error_message): Use SAFE_ALLOCA, not alloca.
11435 (print_object): Use int, not EMACS_INT, where int is wide enough.
11436 (print_depth, new_backquote_output, print_number_index):
11437 Use ptrdiff_t, not int, where int might not be wide enough.
11438 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
11439 (Fset_process_window_size, Fformat_network_address)
11440 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
11441 (sigchld_handler):
11442 Check that fixnums are in proper range for system types.
11443 (Fsignal_process): Simplify by avoiding a goto.
11444 Check for process-ids out of pid_t range rather than relying on
11445 undefined behavior.
11446 (process_tick, update_tick): Use EMACS_INT, not int.
11447 (Fformat_network_address, read_process_output, send_process)
11448 (Fprocess_send_region, status_notify):
11449 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11450 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
11451 (wait_reading_process_output, read_process_output, exec_sentinel):
11452 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11453 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
11454 (Faccept_process_output): Use duration_to_sec_usec to do proper
11455 overflow checking on durations.
11456 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
11457 Don't assume pid_t fits in int.
11458 * process.h (struct Lisp_Process): Members tick and update_tick
11459 are now of type EMACS_INT, not int.
11460 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
11461 configured --with-wide-int.
11462 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
11463 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
11464 * search.c (looking_at_1, string_match_1):
11465 (fast_string_match, fast_c_string_match_ignore_case)
11466 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
11467 (scan_newline, find_before_next_newline, search_command)
11468 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
11469 (set_search_regs, wordify):
11470 (Freplace_match):
11471 (Fmatch_data):
11472 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11473 (string_match_1, search_buffer, set_search_regs):
11474 (Fmatch_data):
11475 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11476 (wordify): Check for overflow in size calculation.
11477 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
11478 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
11479 Check that fixnums are in proper range for system types.
11480 * sound.c (struct sound_device)
11481 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
11482 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11483 (Fplay_sound_internal):
11484 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11485 * syntax.c (struct lisp_parse_state, find_start_modiff)
11486 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
11487 (Fparse_partial_sexp):
11488 Don't assume fixnums can fit in int.
11489 (struct lisp_parse_state, find_start_pos, find_start_value)
11490 (find_start_value_byte, find_start_begv)
11491 (update_syntax_table, char_quoted, dec_bytepos)
11492 (find_defun_start, prev_char_comend_first, back_comment):
11493 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
11494 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
11495 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11496 (Finternal_describe_syntax_value): Check that match_lisp is a
11497 character, not an integer, since the code stuffs it into int.
11498 (scan_words, scan_sexps_forward):
11499 Check that fixnums are in proper range for system types.
11500 (Fforward_word):
11501 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11502 (scan_sexps_forward):
11503 Use CHARACTERP, not INTEGERP, since the value must fit into int.
11504 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
11505 * syntax.h: Adjust decls to match defn changes elsewhere.
11506 (struct gl_state_s):
11507 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11508 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
11509 MOST_POSITIVE_FIXNUM.
11510 * sysdep.c (wait_for_termination_1, wait_for_termination)
11511 (interruptible_wait_for_termination, mkdir):
11512 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
11513 (emacs_read, emacs_write):
11514 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11515 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
11516 and double all fit in int.
11517 * term.c (set_tty_color_mode):
11518 Check that fixnums are in proper range for system types.
11519 * termhooks.h (struct input_event):
11520 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11521 * textprop.c (validate_interval_range, interval_of)
11522 (Fadd_text_properties, set_text_properties_1)
11523 (Fremove_text_properties, Fremove_list_of_text_properties)
11524 (Ftext_property_any, Ftext_property_not_all)
11525 (copy_text_properties, text_property_list, extend_property_ranges)
11526 (verify_interval_modification):
11527 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11528 (Fnext_single_char_property_change)
11529 (Fprevious_single_char_property_change):
11530 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11531 (copy_text_properties):
11532 Check for integer overflow in index calculation.
11533 * undo.c (last_boundary_position, record_point, record_insert)
11534 (record_delete, record_marker_adjustment, record_change)
11535 (record_property_change):
11536 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11537 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
11538 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11539 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
11540 (Fx_hide_tip, Fx_file_dialog):
11541 * w32menu.c (set_frame_menubar):
11542 Use ptrdiff_t, not int, for consistency with rest of code.
11543 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
11544 (select_window, Fdelete_other_windows_internal)
11545 (window_scroll_pixel_based, window_scroll_line_based)
11546 (Frecenter, Fset_window_configuration):
11547 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11548 (Fset_window_hscroll, run_window_configuration_change_hook)
11549 (set_window_buffer, temp_output_buffer_show, scroll_command)
11550 (Fscroll_other_window, Frecenter):
11551 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11552 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
11553 Don't assume fixnum fits in int.
11554 (Fset_window_scroll_bars):
11555 Check that fixnums are in proper range for system types.
11556 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
11557 (string_pos, c_string_pos, number_of_chars, init_iterator)
11558 (in_ellipses_for_invisible_text_p, init_from_display_pos)
11559 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
11560 (compute_display_string_end, handle_face_prop)
11561 (face_before_or_after_it_pos, handle_invisible_prop)
11562 (handle_display_prop, handle_display_spec, handle_single_display_spec)
11563 (display_prop_intangible_p, string_buffer_position_lim)
11564 (string_buffer_position, handle_composition_prop, load_overlay_strings)
11565 (get_overlay_strings_1, get_overlay_strings)
11566 (iterate_out_of_display_property, forward_to_next_line_start)
11567 (back_to_previous_visible_line_start, reseat, reseat_to_string)
11568 (get_next_display_element, set_iterator_to_next)
11569 (get_visually_first_element, compute_stop_pos_backwards)
11570 (handle_stop_backwards, next_element_from_buffer)
11571 (move_it_in_display_line_to, move_it_in_display_line)
11572 (move_it_to, move_it_vertically_backward, move_it_by_lines)
11573 (add_to_log, message_dolog, message_log_check_duplicate)
11574 (message2, message2_nolog, message3, message3_nolog
11575 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
11576 (current_message_1, truncate_echo_area, truncate_message_1)
11577 (set_message, set_message_1, store_mode_line_noprop)
11578 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
11579 (text_outside_line_unchanged_p, check_point_in_composition)
11580 (reconsider_clip_changes)
11581 (redisplay_internal, set_cursor_from_row, try_scrolling)
11582 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
11583 (redisplay_window, find_last_unchanged_at_beg_row)
11584 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
11585 (trailing_whitespace_p, find_row_edges, display_line)
11586 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
11587 (display_mode_element, store_mode_line_string)
11588 (pint2str, pint2hrstr, decode_mode_spec)
11589 (display_count_lines, display_string, draw_glyphs)
11590 (x_produce_glyphs, x_insert_glyphs)
11591 (rows_from_pos_range, mouse_face_from_buffer_pos)
11592 (fast_find_string_pos, mouse_face_from_string_pos)
11593 (note_mode_line_or_margin_highlight, note_mouse_highlight):
11594 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11595 (safe_call, init_from_display_pos, handle_fontified_prop)
11596 (handle_single_display_spec, load_overlay_strings)
11597 (with_echo_area_buffer, setup_echo_area_for_printing)
11598 (display_echo_area, echo_area_display)
11599 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
11600 (update_tool_bar, hscroll_window_tree, redisplay_internal)
11601 (redisplay_window, dump_glyph_row, display_mode_line)
11602 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
11603 (handle_display_spec, display_prop_string_p):
11604 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11605 (handle_single_display_spec, build_desired_tool_bar_string)
11606 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
11607 (get_specified_cursor_type):
11608 Check that fixnums are in proper range for system types.
11609 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
11610 (Flookup_image_map):
11611 Don't assume fixnums fit in int.
11612 (compare_overlay_entries):
11613 Avoid mishandling comparisons due to subtraction overflow.
11614 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
11615 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
11616 (handle_tool_bar_click):
11617 Use int, not unsigned, since we prefer signed and the signedness
11618 doesn't matter here.
11619 (get_next_display_element, next_element_from_display_vector):
11620 Use int, not EMACS_INT, when int is wide enough.
11621 (start_hourglass): Use duration_to_sec_usec to do proper
11622 overflow checking on durations.
11623 * xfaces.c (Fbitmap_spec_p):
11624 Check that fixnums are in proper range for system types.
11625 (compare_fonts_by_sort_order):
11626 Avoid mishandling comparisons due to subtraction overflow.
11627 (Fx_family_fonts, realize_basic_faces):
11628 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11629 (Fx_family_fonts):
11630 Don't assume fixnum fits in int.
11631 Use SAFE_ALLOCA_LISP, not alloca.
11632 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
11633 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
11634 (face_at_buffer_position, face_for_overlay_string)
11635 (face_at_string_position):
11636 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11637 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
11638 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
11639 (Fx_show_tip):
11640 Check that fixnums are in proper range for system types.
11641 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
11642 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
11643 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11644 (Fx_change_window_property): Don't assume fixnums fit in int.
11645 * xfont.c (xfont_chars_supported):
11646 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11647 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
11648 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
11649 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11650 * xml.c (parse_region):
11651 * xrdb.c (magic_file_p):
11652 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11653 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
11654 (x_get_local_selection, x_reply_selection_request)
11655 (x_handle_selection_request, wait_for_property_change):
11656 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11657 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
11658 short is wide enough.
11659 (x_send_client_event): Don't assume fixnum fits in int.
11660 * xterm.c (x_x_to_emacs_modifiers):
11661 Don't assume EMACS_INT overflows nicely into int.
11662 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
11663 may come from Lisp.
11664 (handle_one_xevent): NATNUMP can eval its arg twice.
11665 (x_connection_closed):
11666 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11667 * xterm.h: Adjust decls to match defn changes elsewhere.
11668 (struct scroll_bar): Use struct vectorlike_header
11669 rather than rolling our own approximation.
11670 (SCROLL_BAR_VEC_SIZE): Remove; not used.
11671
11672 2012-05-25 Glenn Morris <rgm@gnu.org>
11673
11674 * lisp.mk (lisp): Update for more files being compiled now.
11675
11676 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * lread.c: Remove `read_pure' which makes no difference.
11679 (read_pure): Remove var.
11680 (unreadpure): Remove function.
11681 (readevalloop): Don't call read_list with -1 flag.
11682 (read1, read_vector): Don't test read_pure any more.
11683 (read_list): Simplify.
11684
11685 * fileio.c, character.h: Minor style tweaks.
11686
11687 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
11688
11689 * window.h (clip_changed): Remove useless declaration.
11690
11691 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
11692
11693 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
11694 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
11695
11696 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
11697
11698 Remove src/m/*.
11699 This directory predates autoconf and is no longer needed nowadays.
11700 Move its few remaining bits of functionality to where they're needed.
11701 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
11702 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
11703 * m/template.h: Remove.
11704 * Makefile.in (M_FILE): Remove. All uses removed.
11705 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
11706 * lisp.h (USE_LSB_TAG):
11707 * mem-limits.h (EXCEEDS_LISP_PTR):
11708 Use VAL_MAX, not VALBITS, in #if.
11709 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
11710 (EMACS_UINT): Define unconditionally now.
11711 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
11712 (BITS_PER_EMACS_INT): New constants, replacing
11713 what used to be in config.h, but not useful in #if.
11714 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
11715 define them any more.
11716 (VAL_MAX): New macro.
11717 (VALMASK): Use it.
11718 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
11719 BITS_PER_EMACS_INT, in #if.
11720 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
11721 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
11722 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
11723 * s/ms-w32.h (DATA_START):
11724 Move here from removed file m/intel386.h.
11725 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
11726 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
11727
11728 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
11729
11730 Assume C89 or later.
11731 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
11732 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
11733 (xrealloc):
11734 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
11735 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
11736 * textprop.c, tparam.c (NULL): Remove.
11737 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
11738 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
11739 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
11740 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
11741 * xterm.c (input_signal_count): Assume volatile works.
11742
11743 2012-05-21 Ken Brown <kbrown@cornell.edu>
11744
11745 * xgselect.c (xg_select): Fix first argument in call to 'select'
11746 (bug#11508).
11747
11748 2012-05-20 Ken Brown <kbrown@cornell.edu>
11749
11750 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
11751 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
11752
11753 2012-05-19 Ken Brown <kbrown@cornell.edu>
11754
11755 * xfns.c (x_in_use): Remove `static' qualifier.
11756 * xterm.h (x_in_use): Declare.
11757 * xgselect.c: Include xterm.h.
11758 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
11759 and `display_arg' (bug#9754).
11760
11761 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
11762
11763 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
11764
11765 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
11766 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
11767
11768 2012-05-18 Eli Zaretskii <eliz@gnu.org>
11769
11770 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
11771
11772 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
11773 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
11774
11775 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
11776 reference to image_cache->refcount.
11777 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
11778
11779 2012-05-17 Juri Linkov <juri@jurta.org>
11780
11781 * search.c (Fword_search_regexp, Fword_search_backward)
11782 (Fword_search_forward, Fword_search_backward_lax)
11783 (Fword_search_forward_lax): Move functions to isearch.el
11784 (bug#10145, bug#11381).
11785
11786 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
11787
11788 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
11789
11790 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * lread.c (init_obarray): Declare Qt and Qnil as special.
11793
11794 2012-05-14 Glenn Morris <rgm@gnu.org>
11795
11796 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
11797 Put "libexec" before "bin", for the sake of init_callproc_1.
11798
11799 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
11800
11801 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
11802
11803 * unexaix.c: Port to more-recent AIX compilers.
11804 (report_error, report_error_1, make_hdr, copy_sym)
11805 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
11806 Make arguments const char *, not char *, to avoid violations of C
11807 standard and to fix some AIX warnings reported by Gilles Pion.
11808
11809 2012-05-14 Eli Zaretskii <eliz@gnu.org>
11810
11811 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
11812 already have overlays loaded.
11813 (handle_single_display_spec): Before returning without displaying
11814 fringe bitmap, synchronize the bidi iterator with the main display
11815 iterator, by calling iterate_out_of_display_property.
11816 (iterate_out_of_display_property): Detect buffer iteration by
11817 testing that it->string is a Lisp string.
11818 (get_next_display_element): When the current object is exhausted,
11819 and there's something on it->stack, call set_iterator_to_next to
11820 proceed with what's on the stack, instead of returning zero.
11821 (set_iterator_to_next): If called at the end of a Lisp string,
11822 proceed to consider_string_end without incrementing string
11823 position. Don't increment display vector index past the end of
11824 the display vector. (Bug#11417)
11825 (pos_visible_p): Don't report a position visible when move_it_to
11826 stopped at the last line of window, which happens to be scanned
11827 backwards by the bidi iteration. (Bug#11464)
11828
11829 2012-05-14 Eli Zaretskii <eliz@gnu.org>
11830
11831 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
11832 and right-margin display specs even if the spec is invalid or we
11833 are on a TTY, and thus unable to display on the fringes.
11834 That's because the text with the property will not be displayed anyway,
11835 so we need to signal to the caller that this is a "replacing"
11836 display spec. This fixes display when the spec is invalid or we
11837 are on a TTY.
11838
11839 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
11840
11841 * unexaix.c (make_hdr): Fix typo in prototype.
11842 This bug broke the build on AIX. Problem reported by Gilles Pion.
11843
11844 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
11845
11846 * keyboard.c (kbd_buffer_get_event): Read special events also in
11847 batch mode. (Bug#11415)
11848
11849 2012-05-12 Glenn Morris <rgm@gnu.org>
11850
11851 * ns.mk: Update for ns_appbindir no longer having trailing "/".
11852
11853 2012-05-12 Eli Zaretskii <eliz@gnu.org>
11854
11855 * lisp.mk (lisp): Add newcomment.elc.
11856
11857 2012-05-12 Glenn Morris <rgm@gnu.org>
11858
11859 * Makefile.in (MKDIR_P): New, set by configure.
11860 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
11861
11862 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
11863
11864 Remove unused function hourglass_started.
11865 * dispextern.h (hourglass_started):
11866 * w32fns.c (hourglass_started):
11867 * xdisp.c (hourglass_started): Remove.
11868
11869 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
11870
11871 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
11872 Update dependencies.
11873
11874 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
11875
11876 * xgselect.c (xg_select): Put maxfds+1 into a var.
11877 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
11878
11879 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
11880
11881 2012-05-10 Dave Abrahams <dave@boostpro.com>
11882
11883 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
11884 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
11885
11886 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
11887
11888 * dbusbind.c (xd_registered_buses): New internal Lisp object.
11889 Rename all occurrences of Vdbus_registered_buses to xd_registered_buses.
11890 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
11891 Initialize xd_registered_buses.
11892
11893 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
11894
11895 Untag more efficiently if USE_LSB_TAG.
11896 This is based on a proposal by YAMAMOTO Mitsuharu in
11897 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
11898 For an admittedly artificial (nth 8000 longlist) benchmark on
11899 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
11900 Emacs's overall text size by 1%.
11901 * lisp.h (XUNTAG): New macro.
11902 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
11903 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
11904 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
11905 * eval.c (Fautoload):
11906 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
11907 * frame.h (XFRAME): Use XUNTAG.
11908
11909 Port recent dbusbind.c changes to 32-bit --with-wide-int.
11910 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
11911 Remove unportable assumptions about print widths of types like
11912 dbus_uint32_t.
11913 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
11914 intptr_t when converting between pointer and integer, to avoid GCC
11915 warnings about wrong width.
11916
11917 2012-05-09 Eli Zaretskii <eliz@gnu.org>
11918
11919 * w32proc.c (new_child): Force Windows to reserve only 64KB of
11920 stack for each reader_thread, instead of defaulting to 8MB
11921 determined by the linker. This avoids failures in creating
11922 subprocesses on Windows 7, see the discussion in this thread:
11923 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
11924
11925 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
11926
11927 Fix up display of the *Minibuf-0* buffer in the mini window.
11928 * keyboard.c (read_char): Don't clear the echo area if there's no
11929 message to clear.
11930 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
11931 contents of *Minibuf-0*) if there's no message displayed in its stead.
11932
11933 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
11934
11935 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
11936 batch mode.
11937
11938 2012-05-06 Chong Yidong <cyd@gnu.org>
11939
11940 * lisp.mk (lisp): Update.
11941
11942 2012-05-05 Jim Meyering <meyering@redhat.com>
11943
11944 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
11945
11946 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11947
11948 * data.c (PUT_ERROR): New macro.
11949 (syms_of_data): Use it. Add new error type `user-error'.
11950 * undo.c (user_error): New function.
11951 (Fprimitive_undo): Use it.
11952 * print.c (print_error_message): Adjust print style for `user-error'.
11953 * keyboard.c (user_error): New function.
11954 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
11955
11956 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
11957
11958 Do not limit current-time-string to years 1000..9999.
11959 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
11960 (Fcurrent_time_string): Support any year that is supported by the
11961 underlying localtime representation. Don't use asctime, as it
11962 has undefined behavior for years outside the range -999..9999.
11963
11964 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
11965
11966 Fix race conditions involving setenv, gmtime, localtime, asctime.
11967 Without this fix, interrupts could mess up code that uses these
11968 nonreentrant functions, since setting TZ invalidates existing
11969 tm_zone or tzname values, and since most of these functions return
11970 pointers to static storage.
11971 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
11972 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
11973 Grow the critical sections to include not just invoking
11974 localtime/gmtime, but also accessing these functions' results
11975 including their tm_zone values if any, and any related TZ setting.
11976 (format_time_string): Last arg is now struct tm *, not struct tm **,
11977 so that the struct tm is saved in the critical section.
11978 All callers changed. Simplify allocation of initial buffer, partly
11979 motivated by the fact that memory allocation needs to be outside
11980 the critical section.
11981
11982 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
11983
11984 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
11985 with RESET_INTERVAL.
11986
11987 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
11988 Remove duplicated buffer name initialization.
11989
11990 2012-05-02 Jim Meyering <jim@meyering.net>
11991
11992 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
11993
11994 * xfns.c (x_window): Use xstrdup (Bug#11375).
11995
11996 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11997
11998 * xdisp.c (pos_visible_p): If already at a newline from the
11999 display string before the 'while' loop, don't walk back the glyphs
12000 from it3.glyph_row. Solves assertion violation when the display
12001 string begins with a newline (egg.el). (Bug#11367)
12002
12003 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12004
12005 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
12006 Move to simple.el.
12007
12008 2012-05-01 Glenn Morris <rgm@gnu.org>
12009
12010 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
12011 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
12012 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
12013 All were removed before 23.1.
12014
12015 * dispnew.c: Remove HAVE_LIBNCURSES test;
12016 it is always true on relevant platforms.
12017
12018 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
12019 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
12020
12021 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
12022
12023 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
12024
12025 * .gdbinit (xpr): Remove checks for no longer existing misc types.
12026 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
12027 Remove.
12028
12029 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
12030
12031 Do not avoid creating empty evaporating overlays (Bug#9642).
12032 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
12033 That is, do not delete an evaporating overlay if it becomes
12034 empty after its bounds are adjusted to fit within its buffer.
12035 This fix caused other problems, and I'm reverting it until we get
12036 to the bottom of them.
12037
12038 2012-04-27 Chong Yidong <cyd@gnu.org>
12039
12040 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
12041
12042 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12043
12044 * xdisp.c (pos_visible_p): If the window start position is beyond
12045 ZV, start the display from buffer beginning. Prevents assertion
12046 violation in init_iterator when the minibuffer window is scrolled
12047 via the scroll bar.
12048
12049 * window.c (window_scroll_pixel_based): Likewise.
12050
12051 2012-04-27 Chong Yidong <cyd@gnu.org>
12052
12053 * keymap.c (where_is_internal): Doc fix (Bug#10872).
12054
12055 2012-04-27 Glenn Morris <rgm@gnu.org>
12056
12057 * fileio.c (Fcopy_file, Fset_file_selinux_context):
12058 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
12059
12060 2012-04-27 Eli Zaretskii <eliz@gnu.org>
12061
12062 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
12063 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
12064
12065 2012-04-26 Eli Zaretskii <eliz@gnu.org>
12066
12067 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
12068 display element, check also the underlying string or buffer
12069 character. (Bug#11341)
12070
12071 * w32menu.c: Include w32heap.h.
12072 (add_menu_item): If the call to AppendMenuW (via
12073 unicode_append_menu) fails, disable Unicode menus only if we are
12074 running on Windows 9X/Me.
12075
12076 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
12077
12078 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
12079 (xgetint): Add missing shift for LSB tags.
12080
12081 2012-04-24 Martin Rudalics <rudalics@gmx.at>
12082
12083 * keyboard.c (read_char): Don't wipe echo area for select window
12084 events: These might get delayed via `mouse-autoselect-window'
12085 (Bug#11304).
12086
12087 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
12088
12089 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
12090 manipulation of :loaded-from data.
12091
12092 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
12093
12094 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
12095 now a cons (bug#11311).
12096
12097 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
12098
12099 Do not create empty overlays with the evaporate property (Bug#9642).
12100 * buffer.c (Fmove_overlay): Delete an evaporating overlay
12101 if it becomes empty after its bounds are adjusted to fit within
12102 its buffer. Without this fix, in a nonempty buffer (let ((o
12103 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
12104 yields an empty overlay that has the evaporate property, which is
12105 not supposed to happen.
12106
12107 Fix minor GTK3 problems found by static checking.
12108 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
12109 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
12110 (struct _EmacsFixedClass, emacs_fixed_get_type):
12111 Move decls here from emacsgtkfixed.h, since they needn't be public.
12112 (emacs_fixed_get_type): Now static.
12113 (emacs_fixed_class_init): Omit unused local.
12114 (emacs_fixed_child_type): Remove; unused.
12115 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
12116 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
12117 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
12118 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
12119 (EMACS_FIXED_GET_CLASS): Remove; unused.
12120 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
12121
12122 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
12123 Problem reported by Juanma Barranquero for Windows -Wunused-function.
12124
12125 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
12126
12127 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
12128 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
12129 (__malloc_size_t, __malloc_ptrdiff_t):
12130 Remove. All uses removed, replaced by the definiens if needed,
12131 since we can assume C89 or better now.
12132 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
12133 (protect_malloc_state, align, get_contiguous_space)
12134 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
12135 (malloc_atfork_handler_child, malloc_enable_thread)
12136 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
12137 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
12138 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
12139 (special_realloc, _realloc_internal_nolock, _realloc_internal)
12140 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
12141 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
12142 Define using prototypes, not old style.
12143 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
12144 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
12145 (align): Don't assume that signed integer overflow wraps around.
12146 Omit unused local var.
12147 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
12148 (_free_internal_nolock, memalign, mallochook, reallochook):
12149 Omit no-longer-needed casts.
12150 (valloc): Use getpagesize, not __getpagesize.
12151 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
12152 (struct hdr): The 'magic' member is now size_t, not unsigned long.
12153
12154 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
12155
12156 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
12157
12158 Move functions from C to Lisp. Make non-blocking method calls
12159 the default. Implement further D-Bus standard interfaces.
12160
12161 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
12162 (QCdbus_request_name_allow_replacement)
12163 (QCdbus_request_name_replace_existing)
12164 (QCdbus_request_name_do_not_queue)
12165 (QCdbus_request_name_reply_primary_owner)
12166 (QCdbus_request_name_reply_in_queue)
12167 (QCdbus_request_name_reply_exists)
12168 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
12169 (QCdbus_registered_serial, QCdbus_registered_method)
12170 (QCdbus_registered_signal): New Lisp objects.
12171 (XD_DEBUG_MESSAGE): Use sizeof.
12172 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
12173 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
12174 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
12175 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
12176 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
12177 (xd_signature, xd_append_arg): Allow float for integer types.
12178 (xd_get_connection_references): New function.
12179 (xd_get_connection_address): Rename from xd_initialize.
12180 Return cached address.
12181 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
12182 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
12183 level.
12184 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
12185 Return number of refcounts.
12186 (Fdbus_get_unique_name): Make stronger parameter check.
12187 (Fdbus_message_internal): New defun.
12188 (Fdbus_call_method, Fdbus_call_method_asynchronously)
12189 (Fdbus_method_return_internal, Fdbus_method_error_internal)
12190 (Fdbus_send_signal, Fdbus_register_service)
12191 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
12192 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
12193 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
12194 (Vdbus_compiled_version, Vdbus_runtime_version)
12195 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
12196 (Vdbus_message_type_method_return, Vdbus_message_type_error)
12197 (Vdbus_message_type_signal): New defvars.
12198 (Vdbus_registered_buses, Vdbus_registered_objects_table):
12199 Adapt docstring.
12200
12201 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
12202
12203 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
12204 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
12205 Do not assume ptrdiff_t is the same width as 'int'.
12206
12207 * alloc.c: Handle unusual debugging option combinations.
12208 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
12209 since the two debugging options are incompatible.
12210 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
12211 is defined.
12212 (mem_init, mem_insert, mem_insert_fixup):
12213 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
12214 (NEED_MEM_INSERT): Remove; no longer needed.
12215
12216 2012-04-22 Leo Liu <sdl.web@gmail.com>
12217
12218 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
12219
12220 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
12221
12222 * sysdep.c [__FreeBSD__]: Minor cleanups.
12223 (list_system_processes, system_process_attributes) [__FreeBSD__]:
12224 Use Emacs indenting style more consistently. Avoid some casts.
12225 Use 'double' consistently rather than mixing 'float' and 'double'.
12226
12227 2012-04-21 Eduard Wiebe <usenet@pusto.de>
12228
12229 * sysdep.c (list_system_processes, system_process_attributes):
12230 Add implementation for FreeBSD (Bug#5243).
12231
12232 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
12233
12234 * lisp.mk (lisp): Update.
12235
12236 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
12237
12238 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
12239 It is never used otherwise.
12240
12241 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * print.c (print_preprocess): Only check print_depth if print-circle
12244 is nil.
12245 (print_object): Check for cycles even when print-circle is nil and
12246 print-gensym is t, but only check print_depth if print-circle is nil.
12247
12248 2012-04-20 Chong Yidong <cyd@gnu.org>
12249
12250 * process.c (wait_reading_process_output): If EIO occurs on a pty,
12251 set the status to "failed" and ensure that sentinel is run.
12252
12253 2012-04-20 Glenn Morris <rgm@gnu.org>
12254
12255 * process.c (Fset_process_inherit_coding_system_flag)
12256 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
12257 (Fmake_network_process, Fmake_serial_process): Doc fix.
12258
12259 2012-04-20 Eli Zaretskii <eliz@gnu.org>
12260
12261 * xdisp.c (string_buffer_position_lim): Limit starting position to
12262 BEGV.
12263 (set_cursor_from_row): If called for a mode-line or header-line
12264 row, return zero immediately.
12265 (try_cursor_movement): If inside continuation line, don't back up
12266 farther than the first row after the header line, if any.
12267 Don't consider the header-line row as "partially visible", even if
12268 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
12269
12270 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
12271
12272 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
12273 (bug#11238).
12274
12275 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
12276 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
12277
12278 configure: new option --enable-gcc-warnings (Bug#11207)
12279 * Makefile.in (C_WARNINGS_SWITCH): Remove.
12280 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
12281 (ALL_CFLAGS): Use new macros rather than old.
12282 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
12283 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
12284 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
12285 -Wunused-result, -Wunused-variable. This should go away once
12286 the Emacs and Gnulib regex code is merged.
12287 (xmalloc, xrealloc): Now static.
12288
12289 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
12290
12291 * dired.c (Fsystem_groups): Remove unused local.
12292
12293 2012-04-17 Glenn Morris <rgm@gnu.org>
12294
12295 * dired.c (Fsystem_users): Doc fix.
12296
12297 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12298
12299 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
12300 (syms_of_dired): Add them.
12301
12302 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
12303
12304 Fix minor alloc.c problems found by static checking.
12305 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
12306 New extern decls, to avoid calling undeclared functions.
12307 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
12308 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
12309 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
12310 (NEED_MEM_INSERT): New macro.
12311 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
12312 Remove one incorrect comment and fix another.
12313
12314 Fix minor ralloc.c problems found by static checking.
12315 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
12316 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
12317 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
12318 (r_alloc_sbrk): Now static.
12319
12320 Improve ralloc.c interface checking.
12321 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
12322 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
12323 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
12324 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
12325 [REL_ALLOC]: ... to here, to check interface.
12326 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
12327 Remove decls. This fixes an "It stinks!".
12328
12329 * alloc.c (which_symbols): Fix alignment issue / type clash.
12330
12331 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
12332
12333 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
12334 (struct Lisp_Misc_Any): Likewise.
12335 (struct Lisp_Free): Likewise.
12336 * alloc.c (union aligned_Lisp_Symbol): Define.
12337 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
12338 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
12339 (union aligned_Lisp_Misc): Define.
12340 (MARKER_BLOCK_SIZE, struct marker_block): Use union
12341 aligned_Lisp_Misc instead of union Lisp_Misc.
12342 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
12343
12344 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12345
12346 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
12347 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
12348 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
12349 * s/netbsd.h, s/sol2-6.h:
12350 Remove definition of GC_MARK_STACK, since the default now works.
12351 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
12352 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
12353 no longer the default.
12354 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
12355
12356 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
12357
12358 * lread.c (lisp_file_lexically_bound_p):
12359 Fix hang at ";-*-\n" (bug#11238).
12360
12361 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12362
12363 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
12364 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
12365
12366 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
12367
12368 * nsterm.m (constrainFrameRect): Always constrain when there is only
12369 one screen (Bug#10962).
12370
12371 2012-04-13 Ken Brown <kbrown@cornell.edu>
12372
12373 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
12374
12375 2012-04-13 Reuben Thomas <rrt@sc3d.org>
12376
12377 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
12378
12379 2012-04-11 Daniel Colascione <dancol@dancol.org>
12380
12381 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
12382 against is gone. It's better to use vfork now so that when Cygwin
12383 gains a new, working vfork, we use it automatically (bug#10398).
12384
12385 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12386
12387 * window.c (save_window_save): Obey window-point-insertion-type.
12388
12389 2012-04-11 Glenn Morris <rgm@gnu.org>
12390
12391 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
12392
12393 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12394
12395 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
12396
12397 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
12398
12399 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
12400 (force_quit_count): New var.
12401 (handle_interrupt): Use it.
12402
12403 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12404
12405 * w32.c (w32_delayed_load): Record the full path of the library
12406 being loaded (bug#10424).
12407
12408 2012-04-09 Glenn Morris <rgm@gnu.org>
12409
12410 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
12411 not just in the obarray, before snarfing them. (Bug#11036)
12412
12413 * Makefile.in ($(leimdir)/leim-list.el):
12414 Pass EMACS rather than BUILT_EMACS.
12415
12416 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12417
12418 * process.c (make_process):
12419 * process.h: Add integer `gnutls_handshakes_tried' member to
12420 process struct.
12421
12422 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
12423 Add convenience `GNUTLS_LOG2i' macro.
12424
12425 * gnutls.c (gnutls_log_function2i): Convenience log function.
12426 (emacs_gnutls_read): Use new log functions,
12427 `gnutls_handshakes_tried' process member, and
12428 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
12429 attempts per process (connection).
12430
12431 2012-04-09 Chong Yidong <cyd@gnu.org>
12432
12433 * eval.c (Fuser_variable_p, user_variable_p_eh)
12434 (lisp_indirect_variable): Functions deleted.
12435 (Fdefvar): Caller changed.
12436
12437 * callint.c (Finteractive, Fcall_interactively):
12438 * minibuf.c (Fread_variable): Callers changed.
12439
12440 2012-04-09 Eli Zaretskii <eliz@gnu.org>
12441
12442 * xdisp.c (set_cursor_from_row): If the display string appears in
12443 the buffer at position that is closer to point than the position
12444 after the display string, display the cursor on the first glyph of
12445 the display string. Fixes cursor display when a 'display' text
12446 property immediately follows invisible text. (Bug#11094)
12447
12448 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
12449
12450 composite.c: use 'double' consistently
12451 * composite.c (get_composition_id): Use 'double' consistently
12452 instead of converting 'float' to 'double' and vice versa; this is
12453 easier to understand and avoids a GCC warning.
12454
12455 2012-04-09 Glenn Morris <rgm@gnu.org>
12456
12457 * Makefile.in: Generate leim-list with bootstrap-emacs, in
12458 preparation for dumping it with emacs. (Bug#4789)
12459 (leimdir): New variable.
12460 ($(leimdir)/leim-list.el): New rule.
12461 (emacs$(EXEEXT)): Depend on leim-list.el.
12462
12463 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
12464 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
12465 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
12466
12467 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
12468
12469 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
12470 proper alignment.
12471
12472 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
12473
12474 * xml.c (init_libxml2_functions) [WINDOWSNT]:
12475 Remove unused local variable.
12476
12477 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
12478
12479 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
12480 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
12481 (mark_memory): Mark Lisp_Objects only if pointers might hide in
12482 objects, as mark_maybe_pointer will catch them otherwise.
12483 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
12484 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
12485
12486 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
12487
12488 Fix typo that broke non-Windows builds.
12489 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
12490
12491 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12492
12493 Support building on MS-Windows with libxml2.
12494
12495 * makefile.w32-in (OBJ2): Add xml.$(O).
12496 (GLOBAL_SOURCES): Add xml.c.
12497 ($(BLD)/xml.$(O)): New dependency list.
12498
12499 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
12500 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
12501 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
12502 [!WINDOWSNT]: New macros.
12503 (init_libxml2_functions, libxml2_loaded_p): New functions.
12504 (parse_region): Call fn_xmlCheckVersion instead of using the macro
12505 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
12506 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
12507 Calls xmlCleanupParser only if libxml2 was loaded (or statically
12508 linked in).
12509 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
12510 Call init_libxml2_functions before calling libxml2 functions.
12511 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
12512
12513 * emacs.c: Don't include libxml/parser.h.
12514 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
12515 xmlCleanupParser directly.
12516
12517 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
12518
12519 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12520
12521 * indent.c (Fvertical_motion): If there is a display string at
12522 point, use it.vpos to compute how many lines to backtrack after
12523 move_it_to point. (Bug#11133)
12524
12525 2012-04-06 Eli Zaretskii <eliz@gnu.org>
12526
12527 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
12528 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
12529 about subtle differences between FETCH_CHAR* and STRING_CHAR*
12530 macros related to unification of CJK characters. For the details,
12531 see the discussion following the message here:
12532 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
12533
12534 2012-04-04 Chong Yidong <cyd@gnu.org>
12535
12536 * keyboard.c (Vdelayed_warnings_list): Doc fix.
12537
12538 2012-04-01 Eli Zaretskii <eliz@gnu.org>
12539
12540 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
12541 instead of alloca. (Bug#11138)
12542
12543 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
12544
12545 * w32menu.c (is_simple_dialog): Properly check lisp types.
12546 (Bug#11141)
12547
12548 2012-03-31 Eli Zaretskii <eliz@gnu.org>
12549
12550 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
12551 position we get to after a call to move_it_to fails the
12552 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
12553 only if we wind up in a string from display property. (Bug#11063)
12554
12555 * window.c (Fdelete_other_windows_internal): Invalidate the row
12556 and column information about mouse highlight, so that redisplay
12557 restores it after reallocating the glyph matrices. (Bug#7464)
12558
12559 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
12560 string comes from a `display' text property, use the buffer
12561 position of that property as if we actually saw that position in
12562 the row's glyphs.
12563 (move_it_by_lines): Remove the assertion that
12564 "it->current_x == 0 && it->hpos == 0" which can be legitimately
12565 violated when there's a before-string at the beginning of a line.
12566 (Bug#11063)
12567
12568 2012-03-30 Eli Zaretskii <eliz@gnu.org>
12569
12570 * xdisp.c (append_space_for_newline): If the default face was
12571 remapped, use the remapped face for the appended newline.
12572 (extend_face_to_end_of_line): Use the remapped default face for
12573 extending the face to the end of the line.
12574 (display_line): Call extend_face_to_end_of_line when the default
12575 face was remapped. (Bug#11068)
12576
12577 2012-03-29 Eli Zaretskii <eliz@gnu.org>
12578
12579 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
12580
12581 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
12584
12585 2012-03-27 Glenn Morris <rgm@gnu.org>
12586
12587 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
12588 Doc fixes.
12589
12590 2012-03-26 Kenichi Handa <handa@m17n.org>
12591
12592 * dispextern.h (struct glyph): Fix previous change. Change the
12593 bit length of glyphless.ch to 25 (Bug#11082).
12594
12595 2012-03-26 Chong Yidong <cyd@gnu.org>
12596
12597 * keyboard.c (Vselection_inhibit_update_commands): New variable.
12598 (command_loop_1): Use it; inhibit selection update for
12599 handle-select-window too (Bug#8996).
12600
12601 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
12602
12603 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
12604
12605 2012-03-25 Kenichi Handa <handa@m17n.org>
12606
12607 * dispextern.h (struct glyph): Change the bit length of
12608 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
12609
12610 2012-03-24 Eli Zaretskii <eliz@gnu.org>
12611
12612 * s/ms-w32.h (tzname): Include time.h before redirecting to
12613 _tzname. Fixes the MSVC build. (Bug#9960)
12614
12615 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
12616
12617 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
12618 characters.
12619
12620 * xterm.c (XTread_socket): Only modify handling_signal if
12621 !SYNC_INPUT. (Bug#11080)
12622
12623 2012-03-23 Eli Zaretskii <eliz@gnu.org>
12624
12625 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
12626 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
12627 when fetching a multibyte character consumes more bytes than
12628 CHAR_BYTES returns, due to unification of CJK characters in
12629 string_char. (Bug#11073)
12630
12631 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12632
12633 * process.c (wait_reading_process_output): Handle pty disconnect
12634 by refraining from sending oneself a SIGCHLD (bug#10933).
12635
12636 2012-03-22 Chong Yidong <cyd@gnu.org>
12637
12638 * dispextern.h (struct it): New member string_from_prefix_prop_p.
12639
12640 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
12641 Mark string as coming from a prefix property.
12642 (handle_face_prop): Use default face for prefix strings (Bug#4281).
12643 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
12644
12645 2012-03-21 Chong Yidong <cyd@gnu.org>
12646
12647 * xfaces.c (Vface_remapping_alist): Doc fix.
12648
12649 2012-03-20 Eli Zaretskii <eliz@gnu.org>
12650
12651 * w32proc.c (Fw32_set_console_codepage)
12652 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
12653 Doc fixes.
12654
12655 2012-03-20 Chong Yidong <cyd@gnu.org>
12656
12657 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
12658 to reflect default non-nil value of redisplay-dont-pause.
12659
12660 2012-03-19 Kenichi Handa <handa@m17n.org>
12661
12662 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
12663 it fit in a valid range (Bug#11003).
12664
12665 2012-03-18 Eli Zaretskii <eliz@gnu.org>
12666
12667 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
12668 that is not from display property, accept the row as a "cursor
12669 row" if one of the string's character has a non-nil `cursor'
12670 property. Fixes cursor positioning when there are newlines in
12671 overlay strings, e.g. in icomplete.el. (Bug#11035)
12672
12673 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
12674
12675 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
12676
12677 2012-03-12 Chong Yidong <cyd@gnu.org>
12678
12679 * eval.c (inhibit_lisp_code): Rename from
12680 inhibit_window_configuration_change_hook; move from window.c.
12681
12682 * xfns.c (unwind_create_frame_1, Fx_create_frame):
12683 * window.c (run_window_configuration_change_hook)
12684 (syms_of_window): Callers changed.
12685
12686 2012-03-11 Chong Yidong <cyd@gnu.org>
12687
12688 * keymap.c (Fkey_description): Doc fix (Bug#9700).
12689
12690 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
12691
12692 2012-03-10 Chong Yidong <cyd@gnu.org>
12693
12694 * frame.c (other_visible_frames): Don't assume the selected frame
12695 is visible (Bug#10955).
12696
12697 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
12700
12701 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
12702
12703 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
12704 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
12705 zero (Bug#10954).
12706
12707 2012-03-03 Glenn Morris <rgm@gnu.org>
12708
12709 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
12710
12711 2012-03-02 Eli Zaretskii <eliz@gnu.org>
12712
12713 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
12714 position past the first glyph_row that ends at ZV. (Bug#10902)
12715 (redisplay_window, next_element_from_string): Fix typos in
12716 comments.
12717 (redisplay_window): Pass to move_it_vertically the margin in
12718 pixels, not in screen lines.
12719
12720 2012-03-02 Glenn Morris <rgm@gnu.org>
12721
12722 * buffer.c (buffer-list-update-hook): Doc fix.
12723
12724 2012-02-29 Eli Zaretskii <eliz@gnu.org>
12725
12726 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
12727 push_it before setting up the iterator for the first overlay
12728 string, even if we have an empty string loaded.
12729 (next_overlay_string): If there's an empty string on the iterator
12730 stack, pop the stack. (Bug#10903)
12731
12732 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
12733
12734 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
12735 Suggested by Stefan Monnier in
12736 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
12737 * alloc.c (widen_to_Lisp_Object): New static function.
12738 (mark_memory): Also mark Lisp_Objects by fetching pointer words
12739 and widening them to Lisp_Objects. This would work even if
12740 USE_LSB_TAG is defined and wide integers are used, which might
12741 happen in a future version of Emacs.
12742
12743 2012-02-25 Chong Yidong <cyd@gnu.org>
12744
12745 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
12746 Doc fix.
12747
12748 * xselect.c (Fx_selection_exists_p): Doc fix.
12749 (x_clipboard_manager_save_all): Print an informative message
12750 before saving to clipboard manager.
12751
12752 2012-02-24 Chong Yidong <cyd@gnu.org>
12753
12754 * keyboard.c (process_special_events): Handle all X selection
12755 requests in kbd_buffer, not just the next one (Bug#8869).
12756
12757 2012-02-23 Chong Yidong <cyd@gnu.org>
12758
12759 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
12760 call when setting menu-bar-lines and tool-bar-lines parameters.
12761 (unwind_create_frame_1): New helper function.
12762
12763 * window.c (inhibit_window_configuration_change_hook): New var.
12764 (run_window_configuration_change_hook): Obey it.
12765 (syms_of_window): Initialize it.
12766
12767 2012-02-22 Chong Yidong <cyd@gnu.org>
12768
12769 * xterm.c (x_draw_image_relief): Add missing type check for
12770 Vtool_bar_button_margin (Bug#10743).
12771
12772 2012-02-21 Chong Yidong <cyd@gnu.org>
12773
12774 * fileio.c (Vfile_name_handler_alist): Doc fix.
12775
12776 * buffer.c (Fget_file_buffer): Protect against invalid file
12777 handler return value.
12778
12779 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
12780
12781 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
12782 when computing $valmask.
12783
12784 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
12785 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
12786 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
12787 It's useless in that case, and it can cause problems on hosts
12788 that allocate halves of EMACS_INT values separately.
12789 Reported by Dan Horák. Diagnosed by Andreas Schwab in
12790 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
12791 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
12792 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
12793 it avoids undefined behavior on hosts where shifting right by more
12794 than the word width has undefined behavior.
12795
12796 2012-02-19 Chong Yidong <cyd@gnu.org>
12797
12798 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
12799 (Funhandled_file_name_directory, Ffile_name_as_directory)
12800 (Fdirectory_file_name, Fexpand_file_name)
12801 (Fsubstitute_in_file_name): Protect against invalid file handler
12802 return values (Bug#10845).
12803
12804 2012-02-18 Eli Zaretskii <eliz@gnu.org>
12805
12806 * .gdbinit (pitx): Fix incorrect references to fields of the
12807 iterator stack.
12808
12809 2012-02-17 Chong Yidong <cyd@gnu.org>
12810
12811 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
12812
12813 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
12814
12815 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
12816 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
12817
12818 2012-02-15 Chong Yidong <cyd@gnu.org>
12819
12820 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
12821 marked as special. Also, starting docstrings with * is obsolete.
12822
12823 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
12824
12825 * gnutls.c (emacs_gnutls_write): Fix last change.
12826
12827 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
12828
12829 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
12830 send_process.
12831
12832 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12833
12834 * keymap.c (Fsingle_key_description): Handle char ranges.
12835
12836 2012-02-12 Chong Yidong <cyd@gnu.org>
12837
12838 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
12839 as that creates a dangerous corner case.
12840
12841 * window.c (Fdelete_window_internal): Invalidate the mouse
12842 highlight (Bug#9904).
12843
12844 2012-02-12 Glenn Morris <rgm@gnu.org>
12845
12846 * xselect.c (Fx_own_selection_internal)
12847 (Fx_get_selection_internal, Fx_disown_selection_internal)
12848 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
12849 * nsselect.m (Fx_own_selection_internal)
12850 (Fx_disown_selection_internal, Fx_selection_exists_p)
12851 (Fx_selection_owner_p, Fx_get_selection_internal):
12852 Sync docs and argument specs with the xselect.c versions.
12853
12854 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
12855
12856 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
12857
12858 2012-02-11 Eli Zaretskii <eliz@gnu.org>
12859
12860 * w32select.c (Fx_selection_exists_p): Sync doc string and
12861 argument list with xselect.c. (Bug#10783)
12862
12863 * w16select.c (Fx_selection_exists_p): Sync doc string and
12864 argument list with xselect.c. (Bug#10783)
12865
12866 2012-02-10 Glenn Morris <rgm@gnu.org>
12867
12868 * fns.c (Fsecure_hash): Doc fix.
12869
12870 2012-02-09 Kenichi Handa <handa@m17n.org>
12871
12872 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
12873
12874 2012-02-07 Chong Yidong <cyd@gnu.org>
12875
12876 * buffer.c (Fbuffer_local_variables)
12877 (buffer_lisp_local_variables): Handle unbound vars correctly;
12878 don't let Qunbound leak into Lisp.
12879
12880 2012-02-07 Glenn Morris <rgm@gnu.org>
12881
12882 * image.c (Fimagemagick_types): Doc fix.
12883
12884 * image.c (imagemagick-render-type): Change it from a lisp object
12885 to an integer. Move the doc here from the lisp manual.
12886 Treat all values not equal to 0 the same.
12887
12888 2012-02-06 Chong Yidong <cyd@gnu.org>
12889
12890 * doc.c (store_function_docstring): Avoid applying docstring of
12891 alias to base function (Bug#2603).
12892
12893 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
12894
12895 * .gdbinit (pp1, pv1): Remove redundant defines.
12896 (pr): Use pp.
12897
12898 2012-02-04 Chong Yidong <cyd@gnu.org>
12899
12900 * nsterm.m: Declare a global (Bug#10694).
12901
12902 2012-02-04 Eli Zaretskii <eliz@gnu.org>
12903
12904 * w32.c (get_emacs_configuration_options):
12905 Include --enable-checking, if specified, in the return value.
12906
12907 2012-02-04 Martin Rudalics <rudalics@gmx.at>
12908
12909 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
12910 after rounding frame sizes. (Bug#9723)
12911
12912 2012-02-04 Eli Zaretskii <eliz@gnu.org>
12913
12914 * keyboard.c (adjust_point_for_property): Don't position point
12915 before BEGV. (Bug#10696)
12916
12917 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
12918
12919 Handle overflow when computing char display width (Bug#9496).
12920 * character.c (char_width): Return EMACS_INT, not int.
12921 (char_width, c_string_width): Check for overflow when
12922 computing the width; this is possible now that individual
12923 characters can have unbounded width. Problem introduced
12924 by merge from Emacs 23 on 2012-01-19.
12925
12926 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
12927
12928 * dbusbind.c (Fdbus_register_method): Mention the return value
12929 :ignore in the docstring.
12930
12931 2012-02-02 Glenn Morris <rgm@gnu.org>
12932
12933 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
12934
12935 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12936 Unconditionally set to t. (Bug#10673)
12937 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12938 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
12939 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
12940
12941 2012-02-02 Kenichi Handa <handa@m17n.org>
12942
12943 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
12944 0, do not call append_composite_glyph.
12945
12946 2012-02-02 Kenichi Handa <handa@m17n.org>
12947
12948 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
12949 NULL (Bug#6988).
12950 (x_produce_glyphs): If the component of a composition is a null
12951 string, set it->pixel_width to 1 to avoid zero-width glyph.
12952
12953 2012-02-01 Eli Zaretskii <eliz@gnu.org>
12954
12955 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
12956 first 2 arguments are identical. This makes inserting large
12957 output from a subprocess an order of magnitude faster on
12958 MS-Windows, where all sbrk'ed memory is always contiguous.
12959
12960 2012-01-31 Glenn Morris <rgm@gnu.org>
12961
12962 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12963 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
12964 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
12965
12966 2012-01-29 Glenn Morris <rgm@gnu.org>
12967
12968 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
12969
12970 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
12971
12972 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
12973
12974 2012-01-28 Chong Yidong <cyd@gnu.org>
12975
12976 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
12977
12978 2012-01-26 Chong Yidong <cyd@gnu.org>
12979
12980 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
12981
12982 * search.c (Fsearch_forward, Fsearch_backward): Document negative
12983 repeat counts (Bug#10507).
12984
12985 2012-01-26 Glenn Morris <rgm@gnu.org>
12986
12987 * lread.c (syms_of_lread): Doc fix.
12988
12989 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
12990
12991 * coding.c (encode_designation_at_bol): Change return value to
12992 EMACS_INT.
12993
12994 2012-01-25 Chong Yidong <cyd@gnu.org>
12995
12996 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
12997
12998 2012-01-21 Chong Yidong <cyd@gnu.org>
12999
13000 * floatfns.c (Fcopysign): Make the second argument non-optional,
13001 since nil is not allowed anyway.
13002
13003 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
13004
13005 * process.c (read_process_output): Use p instead of XPROCESS (proc).
13006 (send_process): Likewise.
13007
13008 2012-01-19 Martin Rudalics <rudalics@gmx.at>
13009
13010 * window.c (save_window_save, Fcurrent_window_configuration)
13011 (Vwindow_persistent_parameters): Do not use Qstate.
13012 Rewrite doc-strings.
13013
13014 2012-01-19 Kenichi Handa <handa@m17n.org>
13015
13016 * character.c (char_width): New function.
13017 (Fchar_width, c_string_width, lisp_string_width):
13018 Use char_width (Bug#9496).
13019
13020 2012-01-16 Martin Rudalics <rudalics@gmx.at>
13021
13022 * window.c (Vwindow_persistent_parameters): New variable.
13023 (Fset_window_configuration, save_window_save): Handle persistent
13024 window parameters.
13025
13026 2012-01-14 Eli Zaretskii <eliz@gnu.org>
13027
13028 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
13029 thrashing the stack of the thread. (Bug#9087)
13030
13031 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
13032
13033 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
13034
13035 2012-01-11 Eli Zaretskii <eliz@gnu.org>
13036
13037 * xdisp.c (rows_from_pos_range): Handle the case where the
13038 highlight ends on a newline. (Bug#10464)
13039 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
13040 he end column for display of highlight that ends on a newline
13041 before a R2L line.
13042
13043 2012-01-11 Glenn Morris <rgm@gnu.org>
13044
13045 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
13046 from load-path also when installation-directory is nil. (Bug#10208)
13047
13048 2012-01-10 Glenn Morris <rgm@gnu.org>
13049
13050 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
13051
13052 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
13053 Update template values to be closer to their typical values these days.
13054
13055 2012-01-09 Eli Zaretskii <eliz@gnu.org>
13056
13057 * xdisp.c (rows_from_pos_range): Accept additional argument
13058 DISP_STRING, and accept any glyph in a row whose object is that
13059 string as eligible for mouse highlight. Fixes mouse highlight of
13060 display strings from overlays. (Bug#10464)
13061
13062 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
13063
13064 emacs: fix an auto-save permissions race condition (Bug#10400)
13065 * fileio.c (auto_saving_dir_umask): New static var.
13066 (Fmake_directory_internal): Use it.
13067 (do_auto_save_make_dir): Set it, instead of invoking chmod after
13068 creating the directory. The old code temporarily assigns
13069 too-generous permissions to the directory.
13070 (do_auto_save_eh): Clear it.
13071 (Fdo_auto_save): Catch all errors, not just file errors, so
13072 that the var is always cleared.
13073
13074 2012-01-07 Eli Zaretskii <eliz@gnu.org>
13075
13076 * search.c (scan_buffer): Pass character positions to
13077 know_region_cache, not byte positions. (Bug#6540)
13078
13079 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
13080
13081 * w32.c (sys_rename): Report EXDEV when rename of a directory
13082 fails because the target is on another logical disk. (Bug#10284)
13083
13084 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
13085
13086 * xterm.c (x_embed_request_focus): New function.
13087
13088 * xterm.h: Add prototype.
13089
13090 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
13091
13092 2012-01-05 Glenn Morris <rgm@gnu.org>
13093
13094 * emacs.c (emacs_copyright): Update short copyright year to 2012.
13095
13096 2012-01-01 Eli Zaretskii <eliz@gnu.org>
13097
13098 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
13099 Load gnutls_transport_set_lowat only if GnuTLS version is below
13100 2.11.1.
13101 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
13102 GnuTLS versions below 2.11.1.
13103
13104 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
13105
13106 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
13107 to the doc string advising against its use for altering the way
13108 windows are scrolled.
13109
13110 2011-12-28 Kenichi Handa <handa@m17n.org>
13111
13112 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
13113 coding-system ASCII compatible only when it does not produce BOM
13114 on encoding (Bug#10383).
13115
13116 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
13117
13118 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
13119 can scroll.
13120 (create_and_show_popup_menu): Always use menu_position_func for
13121 Gtk3 (Bug#10361).
13122
13123 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
13124
13125 * callint.c (Fcall_interactively): Don't truncate prompt string.
13126
13127 2011-12-23 Eli Zaretskii <eliz@gnu.org>
13128
13129 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
13130 property that ends at ZV, so that the bidi iteration could be
13131 resumed from there (after widening). (Bug#10360)
13132
13133 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
13134
13135 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
13136
13137 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
13138
13139 * nsterm.m (x_free_frame_resources):
13140 Release f->output_data.ns->miniimage.
13141 (ns_index_color): Fix indentation. Do not retain
13142 color_table->colors[i].
13143
13144 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
13145 before returning.
13146
13147 * nsfns.m (x_set_background_color): Assign return value from
13148 ns_index_color to face-background instead of NSColor*.
13149 (ns_implicitly_set_icon_type): Fix indentation.
13150 Change assignment in for loop to comparison.
13151
13152 * emacs.c (ns_pool): New variable.
13153 (main): Assign ns_pool.
13154 (Fkill_emacs): Call ns_release_autorelease_pool.
13155
13156 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
13157 autorelease fdesc, release fdAttrs and tdict.
13158 (ns_get_covering_families): Release charset.
13159 (ns_findfonts): Release NSFontDescriptor created with new.
13160 (ns_uni_to_glyphs): Fix indentation.
13161 (setString): Release attrStr before assigning new value.
13162
13163 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13164
13165 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
13166 and NS_IMPL_COCOA.
13167 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
13168 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
13169
13170 2011-12-18 David Reitter <reitter@cmu.edu>
13171
13172 * nsterm.m (ns_term_init): Subscribe for notifications
13173 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
13174 to method trackingNotification in EmacsMenu.
13175
13176 * nsmenu.m (trackingMenu): New variable.
13177 (trackingNotification): New method (from Aquamacs).
13178 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
13179 from Aquamacs (Bug#7030).
13180
13181 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
13182
13183 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
13184 (symbol_to_nsstring): Fix indentation.
13185 (ns_symbol_to_pb): New function.
13186 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
13187 (Fns_rotate_cut_buffers_internal): Remove.
13188 (Fns_store_selection_internal): Rename from
13189 Fns_store_cut_buffer_internal.
13190 (ns_get_foreign_selection, Fx_own_selection_internal)
13191 (Fx_disown_selection_internal, Fx_selection_exists_p)
13192 (Fns_get_selection_internal, Fns_store_selection_internal):
13193 Use ns_symbol_to_pb and check if return value is nil.
13194 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
13195 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
13196 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
13197 renamed to Sns_store_selection_internal.
13198 (ns_handle_selection_request): Move code to Fx_own_selection_internal
13199 and remove this function.
13200 (ns_handle_selection_clear): Remove, never used.
13201 (Fx_own_selection_internal): Move code from ns_handle_selection_request
13202 here.
13203
13204 2011-12-17 Ken Brown <kbrown@cornell.edu>
13205
13206 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
13207 GID is unknown (Bug#10257).
13208
13209 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
13210
13211 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
13212 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
13213 which caused a build failure on GNU/Linux IA-64. This problem was
13214 introduced by my 2011-10-07 patch.
13215
13216 2011-12-15 Juri Linkov <juri@jurta.org>
13217
13218 * image.c (imagemagick_error): New function. (Bug#10112)
13219 (imagemagick_load_image): Comment out `MagickSetResolution' call.
13220 Use `imagemagick_error' where ImageMagick functions return
13221 `MagickFalse'.
13222 (Fimagemagick_types): Add `Fnreverse' to return the list in the
13223 proper order.
13224
13225 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13226
13227 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
13228 fill background (Bug#8992).
13229
13230 2011-12-13 Martin Rudalics <rudalics@gmx.at>
13231
13232 * window.c (Vwindow_combination_resize)
13233 (Vwindow_combination_limit): Use t instead of non-nil in
13234 doc-strings.
13235 (Vrecenter_redisplay): Add first sentence of doc-string on
13236 separate line.
13237 (Frecenter): Fix doc-string typo.
13238
13239 2011-12-11 Kenichi Handa <handa@m17n.org>
13240
13241 * coding.c (Funencodable_char_position): Pay attention to the
13242 buffer text relocation (Bug#9389).
13243
13244 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
13245
13246 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
13247 gtk_init (Bug#10100).
13248
13249 2011-12-10 Eli Zaretskii <eliz@gnu.org>
13250
13251 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
13252 IT->string is nil. (Bug#10263)
13253
13254 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
13255
13256 * nsterm.h (x_free_frame_resources): Declare.
13257
13258 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
13259 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
13260
13261 * nsterm.h (ns_get_defaults_value): Declare.
13262
13263 * nsterm.m (ns_default): Call ns_get_defaults_value.
13264
13265 2011-12-09 Eli Zaretskii <eliz@gnu.org>
13266
13267 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
13268 (Bug#10170)
13269
13270 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13271
13272 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
13273 that where the value of an _OBJC_* symbol points to is in the .bss
13274 section (Bug#10240).
13275
13276 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
13277
13278 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
13279 after the loop to call ccl_driver at least once (Bug#8619).
13280
13281 2011-12-08 Kenichi Handa <handa@m17n.org>
13282
13283 * ftfont.c (get_adstyle_property): Fix previous change
13284 (Bug#10233).
13285
13286 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
13287
13288 * w32.c (init_environment): If no_site_lisp, remove site-lisp
13289 dirs from the default value of EMACSLOADPATH (bug#10208).
13290
13291 2011-12-07 Glenn Morris <rgm@gnu.org>
13292
13293 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
13294 installation and source directories as well. (Bug#10208)
13295
13296 2011-12-06 Chong Yidong <cyd@gnu.org>
13297
13298 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
13299
13300 2011-12-06 Glenn Morris <rgm@gnu.org>
13301
13302 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
13303 as an error, not just -1. (Bug#10217)
13304
13305 2011-12-05 Chong Yidong <cyd@gnu.org>
13306
13307 * keyboard.c (process_special_events): New function.
13308 (swallow_events, Finput_pending_p): Use it (Bug#10195).
13309
13310 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
13311
13312 * coding.c (encode_designation_at_bol): Don't use uninitialized
13313 local variable (Bug#9318).
13314
13315 2011-12-05 Kenichi Handa <handa@m17n.org>
13316
13317 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
13318 return Qnil (Bug#8046, Bug#10193).
13319
13320 2011-12-05 Kenichi Handa <handa@m17n.org>
13321
13322 * coding.c (encode_designation_at_bol): New args charbuf_end and
13323 dst. Return the number of produced bytes. Callers changed.
13324 (coding_set_source): Return how many bytes coding->source was
13325 relocated.
13326 (coding_set_destination): Return how many bytes
13327 coding->destination was relocated.
13328 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
13329 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
13330
13331 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
13332
13333 * coding.c (CODING_CHAR_CHARSET_P): New macro.
13334 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
13335 macro (Bug#9318).
13336
13337 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
13338
13339 The following changes are to fix Bug#9318.
13340
13341 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
13342 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
13343 (encode_coding_iso_2022, encode_coding_sjis)
13344 (encode_coding_big5, encode_coding_charset): Use the above macros.
13345
13346 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
13347
13348 * lisp.h (process_quit_flag): Fix external declaration.
13349
13350 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 Don't macro-inline non-performance-critical code.
13353 * eval.c (process_quit_flag): New function.
13354 * lisp.h (QUIT): Use it.
13355
13356 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
13357
13358 * nsfns.m (get_geometry_from_preferences): New function.
13359 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
13360
13361 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
13362
13363 * emacs.c (Qkill_emacs): Define.
13364 (syms_of_emacs): Initialize it.
13365 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
13366 Qquit_flag to `kill-emacs' instead.
13367 (quit_throw_to_read_char): Add parameter `from_signal'.
13368 All callers changed. Call Fkill_emacs if requested and safe.
13369 * lisp.h (QUIT): Call Fkill_emacs if requested.
13370
13371 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
13372
13373 * widget.c (update_wm_hints): Return if wmshell is null.
13374 (widget_update_wm_size_hints): New function.
13375
13376 * widget.h (widget_update_wm_size_hints): Declare.
13377
13378 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
13379 widget_update_wm_size_hints (Bug#10104).
13380
13381 2011-12-03 Eli Zaretskii <eliz@gnu.org>
13382
13383 * xdisp.c (handle_invisible_prop): If the invisible text ends just
13384 before a newline, prepare the bidi iterator for consuming the
13385 newline, and keep the current paragraph direction. (Bug#10183)
13386 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
13387
13388 2011-12-02 Juri Linkov <juri@jurta.org>
13389
13390 * search.c (Fword_search_regexp): New Lisp function created from
13391 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
13392 (Fword_search_backward, Fword_search_forward)
13393 (Fword_search_backward_lax, Fword_search_forward_lax):
13394 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
13395 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
13396
13397 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13398
13399 * fileio.c (Finsert_file_contents): Move after-change-function call
13400 to before the "handled:" label, since all "goto handled" appear in
13401 cases where the *-change-functions have already been properly called
13402 (bug#10117).
13403
13404 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
13405
13406 * keyboard.c (interrupt_signal): Don't call kill-emacs when
13407 waiting for input. (Bug#10169)
13408
13409 2011-11-30 Eli Zaretskii <eliz@gnu.org>
13410
13411 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
13412 verifies glyph row's hash code--we have just reallocated the
13413 glyphs, so their contents can be complete garbage. (Bug#10164)
13414
13415 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
13416
13417 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
13418
13419 2011-11-30 Eli Zaretskii <eliz@gnu.org>
13420
13421 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
13422 attributes are tested _before_ calling verify_row_hash, to protect
13423 against GCC re-ordering of the tests. (Bug#10164)
13424
13425 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
13426
13427 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
13428
13429 * xterm.c (handle_one_xevent): Only set async_visible and friends
13430 if net_wm_state_hidden_seen is non-zero (Bug#10002)
13431 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
13432 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
13433
13434 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
13435
13436 Remove GCPRO-related macros that exist only to avoid shadowing locals.
13437 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
13438 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
13439 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
13440 All uses changed to use GCPRO1 etc.
13441 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
13442 Revert to old implementation (i.e., before 2011-03-11).
13443
13444 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13445
13446 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
13447 of scroll runs so as to avoid assigning disabled bogus rows and
13448 unnecessary graphics copy operations.
13449
13450 2011-11-27 Eli Zaretskii <eliz@gnu.org>
13451
13452 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
13453 (snprintf) [_MSC_VER]: Redirect to _snprintf.
13454 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
13455 (malloc, free, realloc, calloc): Redirect to e_* only when
13456 compiling Emacs.
13457
13458 * lisp.h (GCTYPEBITS): Move before first use.
13459 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
13460 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
13461 this macro definition.
13462
13463 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
13464 _MSC_VER.
13465
13466 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
13467
13468 * gtkutil.c (xg_create_frame_widgets):
13469 Call gtk_window_set_has_resize_grip (FALSE) if that function is
13470 present with Gtk+ 2.0.
13471
13472 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
13473
13474 * fileio.c (Finsert_file_contents): Undo previous change; see
13475 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
13476
13477 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
13478
13479 Rename locals to avoid shadowing.
13480 * fileio.c (Finsert_file_contents):
13481 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
13482 * process.c (wait_reading_process_output):
13483 Rename inner 'proc' to 'p' to avoid shadowing.
13484 Indent for consistency with usual Emacs style.
13485
13486 2011-11-25 Eli Zaretskii <eliz@gnu.org>
13487
13488 * xdisp.c (redisplay_window): If cursor row is not fully visible
13489 after recentering, and scroll-conservatively is set to a large
13490 number, scroll window by a few more lines to make the cursor fully
13491 visible and out of scroll-margin. (Bug#10105)
13492 (start_display): Don't move to the next line if the display should
13493 start at a newline that is part of a display vector or an overlay
13494 string. (Bug#10119)
13495
13496 2011-11-24 Juri Linkov <juri@jurta.org>
13497
13498 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
13499 after the `MagickPingImage' call. (Bug#10112)
13500
13501 2011-11-23 Chong Yidong <cyd@gnu.org>
13502
13503 * window.c (Fcoordinates_in_window_p): Accept only live windows.
13504
13505 2011-11-23 Martin Rudalics <rudalics@gmx.at>
13506
13507 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
13508 making another buffer current. (Bug#10114)
13509
13510 2011-11-23 Glenn Morris <rgm@gnu.org>
13511
13512 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
13513
13514 2011-11-23 Chong Yidong <cyd@gnu.org>
13515
13516 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
13517 using it (Bug#5984).
13518
13519 2011-11-22 Eli Zaretskii <eliz@gnu.org>
13520
13521 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
13522 and header-lines, as they don't have one computed for them.
13523 (Bug#10098)
13524
13525 * .gdbinit (prow): Make displayed values more self-explaining.
13526 Add row's hash code.
13527
13528 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13529
13530 * process.c (wait_reading_process_output): Fix asynchrounous
13531 GnuTLS socket handling on some versions of the GnuTLS library.
13532 (wait_reading_process_output): Add comment and URL.
13533
13534 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
13535
13536 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
13537
13538 2011-11-21 Chong Yidong <cyd@gnu.org>
13539
13540 * window.c (Fnext_window, Fprevious_window): Doc fix.
13541
13542 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
13545
13546 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13547
13548 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
13549
13550 2011-11-20 Martin Rudalics <rudalics@gmx.at>
13551
13552 * window.c (Fset_window_combination_limit): Rename argument
13553 STATUS to LIMIT.
13554 (Vwindow_combination_limit): Remove "status" from doc-string.
13555
13556 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
13557
13558 * m/ibms390.h: Remove.
13559 * m/ibms390x.h: Don't include "ibms390.h".
13560
13561 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13562
13563 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
13564 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
13565
13566 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13567
13568 * casetab.c (Fset_case_table):
13569 * charset.c (Fcharset_after): Fix typos.
13570
13571 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
13572
13573 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
13574 Otherwise, valgrind does not work on some platforms.
13575 Problem reported by Andreas Schwab in
13576 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
13577 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
13578 is set, removing the need for VIRT_ADDRESS_VARIES.
13579 (PURE_P): Use a more-efficient implementation that needs just one
13580 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
13581 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
13582 to 4 (xorl, subq, cmpq, setbe).
13583 * alloc.c (pure): Always extern now, since that's the
13584 VIRT_ADDR_VARIES behavior.
13585 (PURE_POINTER_P): Use a single comparison, not two, for
13586 consistency with the new puresize.h.
13587 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
13588 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
13589 Remove VIRT_ADDR_VARIES no longer needed.
13590
13591 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13592
13593 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
13594 (erase_phys_cursor, update_window_cursor, show_mouse_face)
13595 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
13596 behave as if the cursor position were at the window margin.
13597
13598 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
13599 and the cursor position is out of bounds, behave as if the cursor
13600 position were at the window margin. (Bug#10075)
13601
13602 2011-11-18 Chong Yidong <cyd@gnu.org>
13603
13604 * window.c (Fwindow_combination_limit): Make first argument
13605 non-optional, since it is meaningless for live windows like the
13606 selected window.
13607
13608 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
13609
13610 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
13611
13612 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13613
13614 * intervals.c: Fix grafting over the whole buffer (bug#10071).
13615 (graft_intervals_into_buffer): Simplify.
13616
13617 2011-11-18 Eli Zaretskii <eliz@gnu.org>
13618
13619 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
13620 hash values of the two rows.
13621 (copy_row_except_pointers): Preserve the used[] arrays and the
13622 hash values of the two rows. (Bug#10035)
13623 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
13624
13625 * xdisp.c (row_hash): New function, body extracted from
13626 compute_line_metrics.
13627 (compute_line_metrics): Call row_hash, instead of computing the
13628 hash code inline.
13629
13630 * dispnew.c (verify_row_hash): Call row_hash for computing the
13631 hash code of a row, instead of duplicating code from xdisp.c.
13632
13633 * dispextern.h (row_hash): Add prototype.
13634
13635 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
13636
13637 * frame.c (delete_frame): Don't delete the terminal when the last
13638 X frame is closed if emacs is built with GTK toolkit.
13639
13640 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
13641
13642 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
13643
13644 2011-11-17 Martin Rudalics <rudalics@gmx.at>
13645
13646 * window.c (Vwindow_splits): Rename to
13647 Vwindow_combination_resize. Suggested by Juri Linkov.
13648 (Fsplit_window_internal): Use Vwindow_combination_resize instead
13649 of Vwindow_splits.
13650
13651 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13652
13653 * nsfns.m (Fns_font_name):
13654 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
13655
13656 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13657
13658 * window.h (window): Rename slot "nest" to "combination_limit".
13659 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
13660 (Fset_window_nest): Rename to Fset_window_combination_limit.
13661 (Vwindow_nest): Rename to Vwindow_combination_limit.
13662 (recombine_windows, make_parent_window, make_window)
13663 (Fsplit_window_internal, saved_window)
13664 (Fset_window_configuration, save_window_save): Rename all
13665 occurrences of window_nest to window_combination_limit.
13666
13667 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13668
13669 * image.c (imagemagick_load_image): Fix typo.
13670
13671 2011-11-14 Eli Zaretskii <eliz@gnu.org>
13672
13673 * xdisp.c (display_line): Move the call to
13674 highlight_trailing_whitespace before the call to
13675 compute_line_metrics, since the latter needs to see the final
13676 faces of all the glyphs to compute ROW's hash value.
13677 Fixes assertion violations in row_equal_p. (Bug#10035)
13678
13679 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
13680
13681 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
13682 just return (bug#10044).
13683
13684 2011-11-12 Eli Zaretskii <eliz@gnu.org>
13685
13686 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
13687 with user-defined heap size. Bump the default size of the temacs
13688 heap to 27MB, to avoid memory warning when running temacs.
13689 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
13690
13691 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
13692 current_matrix and desired_matrix. (Bug#9990)
13693 (verify_row_hash) [XASSERTS]: New function.
13694 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
13695 that the hash value of glyph rows is correct.
13696
13697 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13698
13699 * window.h (window): Remove splits slot.
13700 * window.c (Fwindow_splits, Fset_window_splits): Remove.
13701 (Fdelete_other_windows_internal, make_parent_window)
13702 (make_window, Fsplit_window_internal, Fdelete_window_internal)
13703 (Fset_window_configuration, save_window_save): Don't deal with
13704 split status of windows.
13705 (saved_window): Remove splits slot.
13706 (Vwindow_splits): Rewrite doc-string.
13707
13708 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
13709
13710 * xfns.c (unwind_create_frame):
13711 * nsfns.m (unwind_create_frame):
13712 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
13713 Vframe_list (Bug#9999).
13714
13715 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
13716
13717 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
13718
13719 2011-11-11 Kenichi Handa <handa@m17n.org>
13720
13721 * callproc.c (Fcall_process): Set the member dst_multibyte of
13722 process_coding.
13723
13724 2011-11-11 Johan Bockgård <bojohan@gnu.org>
13725
13726 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
13727 avoid a crash (bug#9496).
13728
13729 2011-11-09 Chong Yidong <cyd@gnu.org>
13730
13731 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
13732 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
13733
13734 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
13735
13736 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
13737
13738 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
13739
13740 Avoid some portability problems by eschewing 'extern inline' functions.
13741 The trivial performance wins aren't worth the portability hassles; see
13742 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
13743 et seq.
13744 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
13745 (window_box_width, window_box_left, window_box_left_offset)
13746 (window_box_right, window_box_right_offset): Undo previous change,
13747 by removing the "extern"s.
13748 * intervals.c (adjust_intervals_for_insertion)
13749 (adjust_intervals_for_deletion): Undo previous change,
13750 making these static again.
13751 (offset_intervals, temp_set_point_both, temp_set_point)
13752 (copy_intervals_to_string): No longer inline.
13753 * xdisp.c (window_text_bottom_y, window_box_width)
13754 (window_box_height, window_box_left_offset)
13755 (window_box_right_offset, window_box_left, window_box_right)
13756 (window_box): No longer inline.
13757
13758 2011-11-08 Chong Yidong <cyd@gnu.org>
13759
13760 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
13761 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
13762 Signal an error if not a live window.
13763 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
13764 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
13765
13766 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
13767
13768 * lisp.h (syms_of_abbrev): Remove declaration.
13769 Reported by CHENG Gao <chenggao@royau.me>.
13770
13771 2011-11-07 Eli Zaretskii <eliz@gnu.org>
13772
13773 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
13774 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
13775 of temacs in GUI mode.
13776
13777 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13778
13779 * window.h: Declare delete_all_child_windows instead of
13780 delete_all_subwindows.
13781 * window.c (Fwindow_nest, Fset_window_nest)
13782 (Fset_window_new_total, Fset_window_new_normal)
13783 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
13784 (delete_all_subwindows): Rename to delete_all_child_windows.
13785 (Fdelete_other_windows_internal, Fset_window_configuration):
13786 Call delete_all_child_windows instead of delete_all_subwindows.
13787 * frame.c (delete_frame): Call delete_all_child_windows instead
13788 of delete_all_subwindows.
13789
13790 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
13791
13792 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
13793 This is also needed for porting to any host where GC_MARK_STACK is
13794 not GC_MAKE_GCPROS_NOOPS.
13795 (which_symbols): Use it.
13796
13797 2011-11-07 Kenichi Handa <handa@m17n.org>
13798
13799 * coding.c (coding_set_destination): Check coding->src_pos only
13800 when coding->src_object is a buffer (bug#9910).
13801
13802 * process.c (send_process): Set the member src_multibyte of coding
13803 to 0 (bug#9911) when sending a unibyte text.
13804
13805 * callproc.c (Fcall_process): Set the member src_multibyte of
13806 process_coding to 0 (bug#9912).
13807
13808 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13809
13810 * xmenu.c (cleanup_widget_value_tree): New function.
13811 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
13812 calling free_menubar_widget_value_tree directly (Bug#9830).
13813
13814 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
13815
13816 Fix some portability problems with 'inline'.
13817 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
13818 (window_box_width, window_box_left, window_box_left_offset)
13819 (window_box_right, window_box_right_offset): Declare extern.
13820 Otherwise, these inline functions do not conform to C99 and
13821 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
13822 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
13823 * intervals.c (adjust_intervals_for_insertion)
13824 (adjust_intervals_for_deletion): Now extern, because otherwise the
13825 extern inline functions 'offset_intervals' couldn't refer to it.
13826 (static_offset_intervals): Remove.
13827 (offset_intervals): Rewrite using the old contents of
13828 static_offset_intervals. The old version didn't conform to C99
13829 because an extern inline function contained a reference to an
13830 identifier with static linkage.
13831
13832 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
13833
13834 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
13835 GC.
13836
13837 2011-11-06 Eli Zaretskii <eliz@gnu.org>
13838
13839 * xdisp.c (init_iterator, reseat_to_string): Don't set the
13840 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
13841 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
13842 return Qleft_to_right.
13843
13844 2011-11-06 Chong Yidong <cyd@gnu.org>
13845
13846 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
13847 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
13848 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
13849 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
13850 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
13851 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
13852 (Fwindow_vscroll): Doc fix.
13853 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
13854 argument, since it makes no sense to pass a live window and for
13855 consistency with window-child.
13856
13857 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
13858
13859 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
13860 support MSVC.
13861
13862 2011-11-05 Jason Rumney <jasonr@gnu.org>
13863
13864 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
13865 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
13866 fonts (Bug#6029).
13867 (add_font_entity_to_list): Fix logic errors in mixed boolean and
13868 bitwise arithmetic preventing use of unicode-sip and non-truetype
13869 opentype fonts.
13870
13871 2011-11-05 Eli Zaretskii <eliz@gnu.org>
13872
13873 * s/ms-w32.h (fstat, stat, utime): Move redirections to
13874 "emacs"-only part.
13875
13876 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
13877 initialization code to keep similarity to xfns.c after changes
13878 from 2011-11-05.
13879
13880 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
13881
13882 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
13883 (unwind_create_frame): New function (Bug#9943).
13884 (Fx_create_frame): Restructure code to be more similar to the one in
13885 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
13886 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
13887 Move terminal->reference_count++ just before making the frame official
13888 (Bug#9943).
13889
13890 * nsterm.m (x_free_frame_resources): New function.
13891 (x_destroy_window): Move code to x_free_frame_resources.
13892
13893 * xfns.c (unwind_create_frame): Fix comment.
13894 (Fx_create_frame, x_create_tip_frame):
13895 Move terminal->reference_count++ just before making the frame
13896 official. Move initialization of image_cache_refcount and
13897 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
13898
13899 2011-11-05 Eli Zaretskii <eliz@gnu.org>
13900
13901 Support MSVC build with newer versions of Visual Studio.
13902 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
13903 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
13904 nt/gmake.defs.
13905
13906 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
13907 which are not supported by MSVC.
13908 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
13909 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
13910 bitfields.
13911 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
13912 types in bitfields.
13913 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
13914
13915 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
13916
13917 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
13918
13919 Support MSVC build with newer versions of Visual Studio.
13920 * w32.c: Don't include w32api.h for MSVC.
13921 (init_environment) [_MSC_VER]: Call sys_access, not _access.
13922
13923 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
13924 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
13925 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
13926 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
13927 e_* cousins.
13928 (alloca) [_MSC_VER]: Define to _alloca.
13929
13930 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
13931
13932 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
13933
13934 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13935
13936 * xdisp.c (note_mouse_highlight): If either of
13937 previous/next-single-property-change returns nil, treat that as
13938 the beginning or the end of the buffer. (Bug#9955)
13939
13940 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
13941
13942 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
13943 label is not null (Bug#9951).
13944 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
13945 may be NULL.
13946
13947 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13948
13949 * window.c (Fwindow_body_size): Mention in the doc string that the
13950 return value is in frame's canonical units. (Bug#9949)
13951
13952 2011-11-03 Eli Zaretskii <eliz@gnu.org>
13953
13954 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
13955
13956 * w32fns.c (unwind_create_frame): If needed, free the glyph
13957 matrices of the partially constructed frame. (Bug#9943)
13958 * xfns.c (unwind_create_frame): Likewise.
13959
13960 2011-11-01 Eli Zaretskii <eliz@gnu.org>
13961
13962 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
13963 Don't stop backward scan on the continuation glyph, even though
13964 its CHARPOS is positive.
13965 (mouse_face_from_buffer_pos, note_mouse_highlight):
13966 Rename cover_string to disp_string.
13967
13968 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13969
13970 * window.c (temp_output_buffer_show): Don't use
13971 Vtemp_buffer_show_specifiers.
13972 (Vtemp_buffer_show_specifiers): Remove unused variable.
13973
13974 2011-10-30 Eli Zaretskii <eliz@gnu.org>
13975
13976 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
13977 past the beginning of the current glyph matrix.
13978
13979 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
13980
13981 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
13982 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
13983 HAVE_GTK3 (Bug#9869).
13984
13985 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
13986 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
13987
13988 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
13989
13990 * xterm.c: Declare x_handle_net_wm_state to return int.
13991 (handle_one_xevent): Check if we are iconified but don't have
13992 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
13993 (get_current_wm_state): Return non-zero if not hidden,
13994 check for _NET_WM_STATE_HIDDEN (Bug#9893).
13995 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
13996 (x_handle_net_wm_state): Return what get_current_wm_state returns.
13997 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
13998
13999 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
14000
14001 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
14002 so that this new function doesn't get optimized away by a
14003 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
14004
14005 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
14006
14007 * frame.h (MOUSE_HL_INFO): Remove excess parens.
14008
14009 2011-10-29 Eli Zaretskii <eliz@gnu.org>
14010
14011 Fix the `xbytecode' command.
14012 * .gdbinit (xprintbytestr): New command.
14013 (xwhichsymbols): Rename from `which'; all callers changed.
14014 (xbytecode): Print the byte-code string as well.
14015
14016 2011-10-29 Kim Storm <storm@cua.dk>
14017
14018 * alloc.c (which_symbols): New function.
14019
14020 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
14021
14022 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
14023 line. (Bug#9903)
14024
14025 2011-10-29 Glenn Morris <rgm@gnu.org>
14026
14027 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
14028 Not clear what it was for, and it causes various bugs. (Bug#9839)
14029
14030 2011-10-28 Eli Zaretskii <eliz@gnu.org>
14031
14032 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
14033 possible random value that matches one of those tested as
14034 condition to clear the mouse face.
14035
14036 2011-10-28 Chong Yidong <cyd@gnu.org>
14037
14038 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
14039
14040 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
14041
14042 * window.c (make_window): Initialize phys_cursor_on_p.
14043
14044 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * lisp.h (struct Lisp_Symbol): Update comments.
14047
14048 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
14049
14050 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
14051
14052 2011-10-28 Eli Zaretskii <eliz@gnu.org>
14053
14054 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
14055 <oslsachem@gmail.com> for helping to debug this.
14056
14057 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
14058 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
14059 (g_b_init_get_glyph_outline_w): New static variables.
14060 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
14061 (GetGlyphOutlineW_Proc): New typedefs.
14062 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
14063 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
14064 New functions.
14065 (w32font_open_internal, compute_metrics):
14066 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
14067 instead of calling the "wide" APIs directly.
14068
14069 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
14070
14071 * w32.h (syms_of_w32font): Add prototype.
14072
14073 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
14074
14075 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
14076 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
14077 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
14078 (Fmove_to_window_line): Doc fix.
14079
14080 2011-10-27 Chong Yidong <cyd@gnu.org>
14081
14082 * process.c (make_process): Set gnutls_state to NULL.
14083
14084 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
14085 non-NULL, regardless of GNUTLS_INITSTAGE.
14086 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
14087 an error. Set process slots as soon as we allocate them.
14088
14089 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
14090
14091 2011-10-27 Chong Yidong <cyd@gnu.org>
14092
14093 * gnutls.c (emacs_gnutls_deinit): New function.
14094 Deallocate credentials structures as well as calling gnutls_deinit.
14095 (Fgnutls_deinit, Fgnutls_boot): Use it.
14096
14097 * process.c (make_process): Initialize GnuTLS credentials to NULL.
14098 (deactivate_process): Call emacs_gnutls_deinit.
14099
14100 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
14101
14102 * image.c (x_create_x_image_and_pixmap):
14103 * w32.c (sys_rename, w32_delayed_load):
14104 * w32font.c (fill_in_logfont):
14105 * w32reg.c (x_get_string_resource): Silence compiler warnings.
14106
14107 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
14108
14109 * w32fns.c (w32_default_color_map): New function,
14110 extracted from Fw32_default_color_map.
14111 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
14112
14113 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
14114
14115 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
14116
14117 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14118
14119 * keyboard.c (test_undefined): New function (bug#9751).
14120 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
14121
14122 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
14123
14124 * sysdep.c (init_sys_modes): Fix the check for the controlling
14125 terminal (Bug#6649).
14126
14127 2011-10-20 Eli Zaretskii <eliz@gnu.org>
14128
14129 * dispextern.h (struct bidi_it): New member next_en_type.
14130
14131 * bidi.c (bidi_line_init): Initialize the next_en_type member.
14132 (bidi_resolve_explicit_1): When next_en_pos is valid for the
14133 current character, check also for next_en_type being WEAK_EN.
14134 (bidi_resolve_weak): Don't enter the expensive loop if the current
14135 position is before next_en_pos. Record the bidi type of the first
14136 non-ET, non-BN character we find, in addition to its position.
14137 (bidi_level_of_next_char): Invalidate next_en_type when
14138 next_en_pos is over-stepped.
14139
14140 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
14141
14142 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
14143 * editfns.c: Rewrite current-time-zone so that it invokes
14144 the equivalent of (format-time-string "%Z") to get the time zone name.
14145 This fixes a bug when the time zone name contains characters that
14146 need converting from the system time locale to Emacs internal format.
14147 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
14148 that patch fixed format-time-string to do the conversion, but
14149 I forgot to fix current-time-zone.
14150 (format_time_string): New function, containing most of
14151 what Fformat_time_string used to contain.
14152 (Fformat_time_string): Rewrite in terms of format_time_string.
14153 This doesn't change this function's behavior.
14154 (current-time-zone): Rewrite to use format_time_string.
14155 This fixes the bug reported by Michael Schierl in
14156 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
14157 Jason Rumney's 2007-06-07 change worked around this bug, but
14158 didn't fix it.
14159 * systime.h (tzname, timezone): Remove no-longer-used declarations.
14160
14161 2011-10-19 Eli Zaretskii <eliz@gnu.org>
14162
14163 * xdisp.c (start_display): If the character at POS is displayed
14164 via a display vector, reset IT->current.dpvec_index to zero.
14165 (try_window_reusing_current_matrix): If a line ends in a display
14166 vector or the next line starts in a display vector, continue
14167 redrawing the window even though the character position of
14168 start_row was reached.
14169 (Bug#9771, part 2)
14170
14171 2011-10-18 Chong Yidong <cyd@gnu.org>
14172
14173 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
14174 with nobreak-char-display too.
14175
14176 2011-10-18 Eli Zaretskii <eliz@gnu.org>
14177
14178 Fix part 3 of bug#9771.
14179 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
14180 (bidi_resolve_neutral): Don't enter the expensive loop looking for
14181 non-neutral characters if the current character is a paragraph
14182 separator (a.k.a. Newline). This avoids running the same
14183 expensive loop twice, once when we consume the preceding newline
14184 and the other time when the line actually needs to be displayed.
14185 Avoid the loop when we see neutrals on the base embedding level
14186 following a character whose directionality is the same as the
14187 paragraph's. This avoids running the expensive loop when a line
14188 ends in a long sequence of neutrals, like control characters.
14189 Add assertion against STRONG_AL type. Slightly rearrange code
14190 that determines the type of a neutral given the first non-neutral
14191 that follows it.
14192 (bidi_level_of_next_char): Set next_en_pos to zero when
14193 invalidating its info.
14194
14195 2011-10-17 Eli Zaretskii <eliz@gnu.org>
14196
14197 * xdisp.c (push_display_prop): Determine whether to record string
14198 or buffer position by IT->string, not by IT->method. Allow
14199 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
14200 (move_it_vertically_backward): Don't look for character position
14201 immediately after the newline when in a continuation line.
14202 (Bug#9771, part 1)
14203
14204 2011-10-15 Martin Rudalics <rudalics@gmx.at>
14205
14206 * window.c (coordinates_in_window): Rewrite and delabelize
14207 vertical border check. (Bug#5357) (Bug#9618)
14208
14209 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14210
14211 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
14212 errors in XSetWindowBorder (bug#9310).
14213
14214 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
14215
14216 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
14217 avoid crash when xmalloc overrun checking is enabled.
14218
14219 2011-10-13 Eli Zaretskii <eliz@gnu.org>
14220
14221 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
14222 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
14223 cursor motion with <left> and <right> arrow keys.
14224
14225 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
14226 some callers set that themselves.
14227
14228 2011-10-12 Eli Zaretskii <eliz@gnu.org>
14229
14230 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
14231 display string and the previous row comes from the same string and
14232 is empty. (Bug#9739) (Bug#9738)
14233
14234 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * doc.c (get_doc_string): Encode file name (bug#9735).
14237
14238 2011-10-12 Eli Zaretskii <eliz@gnu.org>
14239
14240 * bidi.c (bidi_level_of_next_char):
14241 * xdisp.c (get_visually_first_element): Remove old incorrect
14242 comments regarding the Unicode Line Separator character.
14243
14244 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
14245
14246 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
14247
14248 * alloc.c (Fgc_status): Do not access beyond zombies array
14249 boundary if nzombies > MAX_ZOMBIES.
14250 * alloc.c (dump_zombies): Add missing format specifier.
14251
14252 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
14253
14254 * xdisp.c (set_cursor_from_row): Simplify conditionals,
14255 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
14256
14257 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
14258 Some packages use them to denote characters with modifiers.
14259
14260 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
14261
14262 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
14263 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
14264 matching a pp-number. Rename parameter var to var1.
14265
14266 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14267
14268 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
14269
14270 2011-10-08 Glenn Morris <rgm@gnu.org>
14271
14272 * callint.c (Fcall_interactively): Give a more explicit error for the
14273 'c' case with a non-character input. (Bug#8479)
14274
14275 2011-10-08 Eli Zaretskii <eliz@gnu.org>
14276
14277 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
14278 lines.
14279 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
14280 lines that are hscrolled on the left.
14281
14282 * dispnew.c (buffer_posn_from_coords): Account for a possible
14283 presence of header-line. (Bug#4426)
14284
14285 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
14288 Don't advertise functionality which we discourage or doesn't work.
14289
14290 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
14291
14292 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
14293 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
14294 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
14295 this makes Emacs dump core during garbage collection on rare
14296 occasions. sizeof is obviously inferior to offsetof here, so
14297 stick with offsetof.
14298 (GC_POINTER_ALIGNMENT): New macro.
14299 (mark_memory): Omit 3rd (offset) arg; caller changed.
14300 Don't assume EMACS_INT alignment is the same as pointer alignment.
14301
14302 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14303
14304 * keyboard.c (read_key_sequence_remapped): New var.
14305 (read_key_sequence): Compute remapping in the right buffer.
14306 (command_loop_1): Use read_key_sequence's remapping directly.
14307
14308 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * dired.c (file_name_completion): Don't expand file name.
14311 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
14312 before checking file name handler.
14313
14314 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
14315 they've been requested explicitly (bug#9591).
14316
14317 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
14318
14319 * keymap.c (Fsingle_key_description): Use make_specified_string
14320 instead of build_string to build string from push_key_description.
14321 (Bug#5193)
14322
14323 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
14324
14325 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
14326 This fixes a Y2038 bug on 64-bit hosts.
14327 * buffer.c (reset_buffer):
14328 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
14329 (Fclear_buffer_auto_save_failure):
14330 Use 0, not -1, to represent an unset failure time, since time_t
14331 might not be signed.
14332
14333 Remove dependency on glibc malloc internals.
14334 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14335 Move back here from lisp.h, but with their new implementations.
14336 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14337 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
14338 * charset.c (charset_table_init): New static var.
14339 (syms_of_charset): Use it instead of xmalloc. This removes a
14340 dependency on glibc malloc internals. See Eli Zaretskii's comment in
14341 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
14342 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14343 Move back to alloc.c.
14344 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14345 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
14346
14347 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
14348
14349 * nsterm.m (windowDidResize): Call x_set_window_size only when
14350 ns_in_resize is true. Otherwise set pixelwidth/height and
14351 call change_frame_size (Bug#9628).
14352
14353 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
14354
14355 Port --enable-checking=all to Fedora 14 x86-64.
14356 * charset.c (syms_of_charset): Also account for glibc malloc's
14357 internal overhead when calculating the initial malloc maximum.
14358
14359 Port --enable-checking=all to Fedora 14 x86.
14360 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14361 Move to lisp.h.
14362 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
14363 (overrun_check_realloc, overrun_check_free):
14364 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
14365 That way, xmalloc returns a properly-aligned pointer even if
14366 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
14367 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
14368 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
14369 into account when calculating the initial malloc maximum.
14370 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14371 Move here from alloc.c, so that charset.c can use it too.
14372 Properly align; the old code wasn't right for common 32-bit hosts
14373 when configured with --enable-checking=all.
14374 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14375 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
14376
14377 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14378
14379 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
14380 use EDOM.
14381
14382 2011-09-28 Eli Zaretskii <eliz@gnu.org>
14383
14384 * xdisp.c (compute_display_string_end): If there's no display
14385 string at CHARPOS, return -1.
14386
14387 * bidi.c (bidi_fetch_char): When compute_display_string_end
14388 returns a negative value, treat the character as a normal
14389 character not covered by a display string. (Bug#9624)
14390
14391 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14392
14393 * lread.c (Fread_from_string): Fix typo in docstring.
14394
14395 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14396
14397 * xdisp.c (handle_invisible_prop): If invisible text ends on a
14398 newline, reseat the iterator instead of bidi-iterating there one
14399 character at a time. (Bug#9610)
14400 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
14401 TO_CHARPOS if the bidi iterator is at base embedding level.
14402
14403 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
14404
14405 * lread.c (readevalloop): Use correct code for NBSP.
14406 (read1): Likewise. (Bug#9608)
14407
14408 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14409
14410 * dbusbind.c (Fdbus_register_signal): When service is not
14411 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
14412
14413 2011-09-25 Glenn Morris <rgm@gnu.org>
14414
14415 * buffer.c (truncate-lines): Doc fix.
14416
14417 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14418
14419 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
14420 (Fset_window_next_buffers): Doc fix.
14421
14422 2011-09-24 Glenn Morris <rgm@gnu.org>
14423
14424 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
14425
14426 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
14427
14428 Fix minor problems found by static checking.
14429 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
14430 * indent.c (Fvertical_motion): Fix == vs = typo.
14431
14432 2011-09-24 Eli Zaretskii <eliz@gnu.org>
14433
14434 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
14435 Default value is now t. Doc fix.
14436
14437 * indent.c (Fvertical_motion): Compute and apply the overshoot
14438 logic when moving up, not only when moving down. Fix the
14439 confusing name and values of the it_overshoot_expected variable;
14440 logic changes accordingly. (Bug#9254) (Bug#9549)
14441
14442 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
14443 CHARPOS is covered by a display string which includes newlines.
14444 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
14445 is covered by a display string with embedded newlines.
14446
14447 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14448
14449 * dbusbind.c (Fdbus_register_signal): Add match rule to
14450 Vdbus_registered_objects_table. (Bug#9581)
14451 (Fdbus_register_method, Vdbus_registered_objects_table):
14452 Fix docstring.
14453
14454 2011-09-24 Jim Meyering <meyering@redhat.com>
14455
14456 do not ignore write error for any output size
14457 The previous change was incomplete.
14458 While it makes emacs --batch detect the vast majority of stdout
14459 write failures, errors were still ignored whenever the output size is
14460 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
14461 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
14462 && echo FAIL: ignored write error
14463 FAIL: ignored write error
14464 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
14465 && echo FAIL: ignored write error
14466 FAIL: ignored write error
14467 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
14468
14469 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14470
14471 * emacs.c (Fkill_emacs): In noninteractive mode exit
14472 non-successfully if a write error occurred on stdout. (Bug#9574)
14473
14474 2011-09-21 Eli Zaretskii <eliz@gnu.org>
14475
14476 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
14477 the xassert test.
14478
14479 * dispextern.h (struct it): Update the comment documenting what
14480 can it->OBJECT be.
14481
14482 2011-09-20 Eli Zaretskii <eliz@gnu.org>
14483
14484 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
14485 a display string, extend search for cursor position to end of row.
14486 (find_row_edges): If the row ends in a newline from a display
14487 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
14488 Handle the case of a display string with multiple newlines.
14489 (Fcurrent_bidi_paragraph_direction): Fix search for previous
14490 non-empty line. Fixes confusing cursor motion with arrow keys at
14491 the beginning of a line that starts with whitespace.
14492
14493 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14494
14495 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
14496 (bug#9493).
14497
14498 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14499
14500 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
14501 boolean (Bug#9154).
14502
14503 2011-09-18 Eli Zaretskii <eliz@gnu.org>
14504
14505 * xdisp.c (display_line): Record maximum and minimum buffer
14506 positions even if no glyphs were produced (e.g., by a zero-width
14507 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
14508 buffer positions that will be removed from the glyph row because
14509 they don't fit.
14510 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
14511 column is beyond frame width: don't subtract 1 "pixel" when
14512 computing width of the stretch.
14513 (reseat_at_next_visible_line_start): Undo the change made on
14514 2011-09-17 that saved paragraph information and restored it after
14515 the call to `reseat'. (Bug#9545)
14516
14517 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14518
14519 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
14520 and turn window cursor on if cleared (Bug#9415).
14521
14522 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
14523
14524 * search.c (boyer_moore): Take unibyte characters from pattern
14525 literally. (Bug#9458)
14526
14527 2011-09-18 Eli Zaretskii <eliz@gnu.org>
14528
14529 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
14530
14531 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
14532
14533 Fix minor problem found by static checking.
14534 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
14535 initialized, to pacify gcc -Wuninitialized.
14536
14537 * fileio.c: Report proper errno when syscall falls.
14538 (Finsert_file_contents): Save and restore errno,
14539 so that report_file_error outputs the correct diagnostic.
14540 (Fwrite_region) [CLASH_DETECTION]: Likewise.
14541
14542 2011-09-18 Eli Zaretskii <eliz@gnu.org>
14543
14544 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
14545
14546 2011-09-17 Eli Zaretskii <eliz@gnu.org>
14547
14548 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
14549 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
14550
14551 2011-09-17 Eli Zaretskii <eliz@gnu.org>
14552
14553 * xdisp.c (reseat_at_next_visible_line_start): Keep information
14554 about the current paragraph and restore it after the call to reseat.
14555
14556 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
14557 (bidi_find_paragraph_start): Search back for paragraph beginning
14558 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
14559 (bidi_move_to_visually_next): Only trigger paragraph-related
14560 computations when the last character is a newline or at EOB, not
14561 just any NEUTRAL_B. (Bug#9470)
14562
14563 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
14564 truncated lines if point is covered by a display string. (Bug#9524)
14565
14566 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
14567
14568 * xselect.c: Relax test for outgoing X longs (Bug#9498).
14569 (cons_to_x_long): New function.
14570 (lisp_data_to_selection_data): Use it. Correct the test for
14571 short-versus-long data; it was negated. Break out of vector
14572 loop, for efficiency, when a long datum is discovered.
14573
14574 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14575
14576 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
14577
14578 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14579
14580 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
14581 GCC PR/17406) by declaring this function with external scope.
14582
14583 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
14584
14585 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
14586 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
14587
14588 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
14589
14590 * editfns.c (Fformat): Correctly handle text properties on "%%".
14591
14592 2011-09-15 Eli Zaretskii <eliz@gnu.org>
14593
14594 * xterm.c (x_draw_composite_glyph_string_foreground):
14595 * w32term.c (x_draw_composite_glyph_string_foreground):
14596 * term.c (encode_terminal_code):
14597 * composite.c (composition_update_it, get_composition_id):
14598 * xdisp.c (get_next_display_element)
14599 (fill_composite_glyph_string): Add comments about special meaning
14600 of TAB characters in a composition.
14601
14602 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
14603
14604 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
14605 This occurs when processing a multibyte format.
14606 Problem reported by Wolfgang Jenker.
14607
14608 2011-09-15 Johan Bockgård <bojohan@gnu.org>
14609
14610 * xdisp.c (try_cursor_movement): Only check for exact match if
14611 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
14612
14613 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
14614
14615 Remove unused external symbols.
14616 * dispextern.h (calc_pixel_width_or_height): Remove decl.
14617 * xdisp.c (calc_pixel_width_or_height): Now static.
14618 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
14619 * indent.c (check_display_width):
14620 * w32term.c: Fix comment to match code.
14621 * xterm.c, xterm.h (x_catching_errors): Remove.
14622
14623 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
14624
14625 * xselect.c: Use signed conversions more consistently (Bug#9498).
14626 (selection_data_to_lisp_data): Assume incoming selection data are
14627 signed integers, not unsigned. This is to be consistent with
14628 outgoing selection data, which was modified to use signed integers
14629 in as part of the fix to Bug#9196 in response to Jan D.'s comment
14630 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
14631 expects long, not unsigned long.
14632
14633 2011-09-14 Eli Zaretskii <eliz@gnu.org>
14634
14635 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
14636 computation of loop end. Reported by Johan Bockgård
14637 <bojohan@gnu.org>.
14638
14639 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14640
14641 * frame.c (Fother_visible_frames_p): Function deleted.
14642
14643 2011-09-12 Eli Zaretskii <eliz@gnu.org>
14644
14645 * indent.c (compute_motion): Process display vector front to back
14646 rather than the other way around. (Bug#2496)
14647
14648 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
14651
14652 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14653
14654 * minibuf.c (Fread_from_minibuffer): Doc fix.
14655
14656 2011-09-11 Eli Zaretskii <eliz@gnu.org>
14657
14658 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
14659 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
14660
14661 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14662
14663 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
14664 value for non-existent files.
14665
14666 2011-09-11 Eli Zaretskii <eliz@gnu.org>
14667
14668 * fileio.c (Finsert_file_contents): If the file cannot be opened,
14669 set its "size" to -1. This will set the modtime_size field of
14670 the corresponding buffer to -1, which is what
14671 verify-visited-file-modtime expects for files that do not exist.
14672 (Bug#9139)
14673
14674 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
14675
14676 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
14677 here ...
14678 * lisp.h: ... from here. push_key_description is no longer
14679 defined in keyboard.c, so its declaration should not be in
14680 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
14681 logically belongs with push_key_description.
14682
14683 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
14684
14685 * buffer.h: Include <sys/types.h> instead of <time.h>.
14686 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
14687 Problem reported by Herbert J. Skuhra.
14688
14689 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14690
14691 * xml.c (parse_region): Make the parsing work for
14692 non-comment-starting XML files again (bug#9144).
14693
14694 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
14695
14696 * image.c (gif_load): Fix calculation of bottom and right corner.
14697 (Bug#9468)
14698
14699 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14700
14701 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
14702 redisplay in small windows.
14703
14704 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14705
14706 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
14707
14708 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14709
14710 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
14711 Operate on live windows only.
14712
14713 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
14714
14715 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
14716
14717 2011-09-07 Eli Zaretskii <eliz@gnu.org>
14718
14719 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
14720 only under bidi iteration.
14721
14722 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
14723
14724 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
14725
14726 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
14727
14728 isnan: Fix porting problem to Solaris 10 with bundled gcc.
14729 Without this fix, the command to link temacs failed due to an
14730 undefined symbol __builtin_isnan. This is because
14731 /usr/include/iso/math_c99.h #defines isnan(x) to
14732 __builtin_isnan(x), but the bundled gcc, which identifies itself
14733 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
14734 a __builtin_isnan.
14735 * floatfns.c (isnan): #undef, and then #define to a clone of
14736 what's in data.c.
14737 (Fisnan): Always define, since it's always available now.
14738 (syms_of_floatfns): Always define isnan at the Lisp level.
14739
14740 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
14741
14742 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
14743
14744 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
14745
14746 * fileio.c: Fix bugs with large file offsets (Bug#9428).
14747 The previous code assumed that file offsets (off_t values) fit in
14748 EMACS_INT variables, which is not true on typical 32-bit hosts.
14749 The code messed up by falsely reporting buffer overflow in cases
14750 such as (insert-file-contents "big" nil 1 2) into an empty buffer
14751 when "big" contains more than 2**29 bytes, even though this
14752 inserts just one byte and does not overflow the buffer.
14753 (Finsert_file_contents): Store file offsets as off_t
14754 values, not as EMACS_INT values. Check for overflow when
14755 converting between EMACS_INT and off_t. When checking for
14756 buffer overflow or for overlap, take the offsets into account.
14757 Don't use EMACS_INT for small values where int suffices.
14758 When checking for overlap, fix a typo: ZV was used where
14759 ZV_BYTE was intended.
14760 (Fwrite_region): Don't assume off_t fits into 'long'.
14761 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
14762
14763 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
14764
14765 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
14766
14767 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
14768
14769 sprintf-related integer and memory overflow issues (Bug#9412).
14770
14771 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
14772 (esprintf, exprintf, evxprintf): New functions.
14773 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
14774 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
14775 (modify_event_symbol): Do not assume that the length of
14776 name_alist_or_stem is safe to alloca and fits in int.
14777 (Fexecute_extended_command): Likewise for function name and binding.
14778 (Frecursion_depth): Wrap around reliably on integer overflow.
14779 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
14780 since some callers pass EMACS_INT values.
14781 (Fsingle_key_description): Don't crash if symbol name contains more
14782 than MAX_ALLOCA bytes.
14783 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
14784 (get_minibuffer): Arg is now EMACS_INT, not int.
14785 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
14786 (esprintf, exprintf, evxprintf): New decls.
14787 * window.h (command_loop_level, minibuf_level): Reflect API changes.
14788
14789 * dbusbind.c (signature_cat): New function.
14790 (xd_signature, Fdbus_register_signal):
14791 Do not overrun buffer; instead, report string overflow.
14792
14793 * dispnew.c (add_window_display_history): Don't overrun buffer.
14794 Truncate instead; this is OK since it's just a log.
14795
14796 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
14797 even if the time zone offset is outlandishly large.
14798 Don't mishandle offset == INT_MIN.
14799
14800 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
14801 when creating daemon; the previous buffer-overflow check was incorrect.
14802
14803 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
14804 which has the guts of the old verror function.
14805
14806 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
14807 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
14808
14809 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
14810 (font_unparse_xlfd): Don't blindly alloca long strings.
14811 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
14812 fits in int, when using sprintf. Use single snprintf to count
14813 length of string rather than counting it via multiple sprintfs;
14814 that's simpler and more reliable.
14815 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
14816 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
14817 sprintf, in case result does not fit in int.
14818
14819 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
14820 (fontset_from_font): Print it.
14821
14822 * frame.c (tty_frame_count): Now printmax_t, not int.
14823 (make_terminal_frame, set_term_frame_name): Print it.
14824 (x_report_frame_params): In X, window IDs are unsigned long,
14825 not signed long, so print them as unsigned.
14826 (validate_x_resource_name): Check for implausibly long names,
14827 and don't assume name length fits in 'int'.
14828 (x_get_resource_string): Don't blindly alloca invocation name;
14829 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
14830 not fit in int.
14831
14832 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
14833 (xg_check_special_colors, xg_set_geometry):
14834 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
14835
14836 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
14837 Use esprintf, not sprintf, in case result does not fit in int.
14838
14839 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
14840 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
14841 it as a large positive number.
14842 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
14843 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
14844
14845 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
14846 in case result does not fit in int.
14847
14848 * print.c (float_to_string): Detect width overflow more reliably.
14849 (print_object): Make sprintf buffer a bit bigger, to avoid potential
14850 buffer overrun. Don't assume list length fits in 'int'. Treat
14851 print length of 0 as 0, not as infinity; to be consistent with other
14852 uses of print length in this function. Don't overflow print length
14853 index. Don't assume hash table size fits in 'long', or that
14854 vectorlike size fits in 'unsigned long'.
14855
14856 * process.c (make_process): Use printmax_t, not int, to format
14857 process-name gensyms.
14858
14859 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
14860
14861 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
14862 to avoid potential buffer overrun.
14863
14864 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
14865 if X resource line is longer than 512 bytes.
14866
14867 * xfns.c (x_window): Make sprintf buffer a bit bigger
14868 to avoid potential buffer overrun.
14869
14870 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
14871
14872 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
14873
14874 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
14875
14876 Integer overflow fixes for scrolling, etc.
14877 Without these, Emacs silently mishandles large integers sometimes.
14878 For example, "C-u 4294967297 M-x recenter" was treated as if
14879 it were "C-u 1 M-x recenter" on a typical 64-bit host.
14880
14881 * xdisp.c (try_window_id): Check Emacs fixnum range before
14882 converting to 'int'.
14883
14884 * window.c (window_scroll_line_based, Frecenter):
14885 Check that an Emacs fixnum is in range before assigning it to 'int'.
14886 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
14887 values converted from Emacs fixnums.
14888 (Frecenter): Don't wrap around a line count if it is out of 'int'
14889 range; instead, treat it as an extreme value.
14890 (Fset_window_configuration, compare_window_configurations):
14891 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
14892
14893 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
14894 that can exceed INT_MAX. Check that EMACS_INT value is in range
14895 before assigning it to the (possibly-narrower) index.
14896 (match_limit): Don't assume that a fixnum can fit in 'int'.
14897
14898 * print.c (print_object): Use ptrdiff_t, not int, for index that can
14899 exceed INT_MAX.
14900
14901 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
14902 (Fvertical_motion): Don't wrap around LINES values that don't fit
14903 in 'int'. Instead, treat them as extreme values. This is good
14904 enough for windows, which can't have more than INT_MAX lines anyway.
14905
14906 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14907
14908 * Require libxml/parser.h to avoid compilation warning.
14909
14910 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
14911
14912 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
14913 since this reportedly can destroy thread storage.
14914
14915 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
14916
14917 * syntax.c (find_defun_start): Update all cache variables if
14918 exiting early (Bug#9401).
14919
14920 2011-08-30 Eli Zaretskii <eliz@gnu.org>
14921
14922 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
14923
14924 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
14925 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
14926 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
14927
14928 * term.c (tty_append_glyph): New function.
14929 (produce_stretch_glyph): Static function and its prototype deleted.
14930
14931 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
14932 Add prototypes.
14933
14934 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
14935
14936 * image.c (parse_image_spec): Check for nonnegative, not for positive,
14937 when checking :margin (Bug#9390).
14938 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
14939 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
14940 so that the name doesn't mislead. All uses changed.
14941
14942 2011-08-28 Johan Bockgård <bojohan@gnu.org>
14943
14944 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
14945 set_tty_hooks.
14946
14947 2011-08-27 Eli Zaretskii <eliz@gnu.org>
14948
14949 * xdisp.c (move_it_to): Don't bail out early when reaching
14950 position beyond to_charpos, if we are scanning backwards.
14951 (move_it_vertically_backward): When DY == 0, make sure we get to
14952 the first character in the line after the newline.
14953
14954 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
14955
14956 * ccl.c: Improve and simplify overflow checking (Bug#9196).
14957 (ccl_driver): Do not generate an out-of-range pointer.
14958 (Fccl_execute_on_string): Remove unnecessary check for
14959 integer overflow, noted by Stefan Monnier in
14960 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
14961 Remove a FIXME that didn't need fixing.
14962 Simplify the newly-introduced buffer reallocation code.
14963
14964 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
14965
14966 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
14967
14968 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
14969
14970 Integer and memory overflow issues (Bug#9196).
14971
14972 * doc.c (get_doc_string): Rework so that
14973 get_doc_string_buffer_size is the actual buffer size, rather than
14974 being 1 less than the actual buffer size; this makes xpalloc more
14975 convenient.
14976
14977 * image.c (x_allocate_bitmap_record, cache_image):
14978 * xselect.c (Fx_register_dnd_atom):
14979 Simplify previous changes by using xpalloc.
14980
14981 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
14982 since either will do and ptrdiff_t is convenient with xpalloc.
14983
14984 * charset.c (charset_table_size)
14985 (struct charset_sort_data.priority): Now ptrdiff_t.
14986 (charset_compare): Don't overflow if priorities differ greatly.
14987 (Fsort_charsets): Don't assume list length fits in int.
14988 Check for size-calculation overflow when allocating sort data.
14989 (syms_of_charset): Allocate an initial charset table that is
14990 just under 64 KiB, to avoid problems with glibc malloc and mmap.
14991
14992 * cmds.c (internal_self_insert): Check for size-calculation overflow.
14993
14994 * composite.h (struct composition.glyph_len): Now int, not unsigned.
14995 The actual value is always <= INT_MAX, and leaving it unsigned made
14996 overflow checking harder.
14997
14998 * dispextern.h (struct glyph_matrix.rows_allocated)
14999 (struct face_cache.size): Now ptrdiff_t, for convenience in use
15000 with xpalloc. The values are still always <= INT_MAX.
15001
15002 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
15003
15004 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
15005 (SAFE_NALLOCA): New macro.
15006
15007 * region-cache.c (struct boundary.pos, find_cache_boundary)
15008 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
15009 (set_cache_region, invalidate_region_cache)
15010 (revalidate_region_cache, know_region_cache, region_cache_forward)
15011 (region_cache_backward, pp_cache):
15012 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
15013 so that ptrdiff_t * can be passed to xpalloc.
15014 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
15015 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
15016 (pp_cache): Don't assume cache_len fits in int.
15017 * region-cache.h: Adjust extern decls to match.
15018
15019 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
15020 EMACS_INT, since either will do, for xpalloc.
15021
15022 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
15023 (xnmalloc, xnrealloc, xpalloc): New functions.
15024
15025 * bidi.c (bidi_shelve_header_size): New constant.
15026 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
15027 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
15028
15029 * bidi.c (bidi_cache_shrink):
15030 * buffer.c (overlays_at, overlays_in, record_overlay_string)
15031 (overlay_strings):
15032 Don't update size of array until after memory allocation succeeds,
15033 because xmalloc/xrealloc may not return.
15034 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
15035 now that we have proper integer overflow checking.
15036 (record_overlay_string, overlay_strings): Catch overflows when
15037 calculating size of overlay_str_buf.
15038
15039 * callproc.c (Fcall_process): Check for size overflow when
15040 calculating size of args2.
15041 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
15042 Normally we prefer signed values, but sticking with ptrdiff_t would
15043 require adding more-complicated checks.
15044
15045 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
15046 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
15047 Redo buffer-overflow calculations to avoid integer overflow.
15048 Add a FIXME comment where memory seems to be over-allocated.
15049
15050 * character.c (Fstring): Check for size-calculation overflow.
15051
15052 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
15053 unnecessary integer overflow. Check for size overflow.
15054 (encode_coding_object): Don't update size until xmalloc succeeds.
15055
15056 * composite.c (get_composition_id): Check for overflow in glyph
15057 length calculations.
15058
15059 Integer and memory overflow fixes for display code.
15060 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
15061 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
15062 (scrolling_window): Check for overflow in size calculations.
15063 (line_draw_cost, realloc_glyph_pool, add_row_entry):
15064 Don't assume glyph table len fits in int.
15065 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
15066 (row_table_size): Now ptrdiff_t, not int.
15067 (scrolling_window): Avoid overflow in size calculations.
15068 Don't update size until allocation succeeds.
15069 * fns.c (concat): Check for overflow in size calculations.
15070 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
15071 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
15072 (NEXT_ALMOST_PRIME_LIMIT): New constant.
15073
15074 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
15075 (get_doc_string): Check for size calculation overflow.
15076 Don't update size until allocation succeeds.
15077 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
15078 EMACS_INT, where ptrdiff_t will do.
15079 (Fsubstitute_command_keys): Check for string overflow.
15080
15081 * editfns.c (set_time_zone_rule): Don't assume environment length
15082 fits in int.
15083 (message_length): Now ptrdiff_t, not int.
15084 (Fmessage_box): Don't update size until allocation succeeds.
15085 Don't assume message length fits in int.
15086 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
15087
15088 * emacs.c (main): Do not reallocate argv, since there is a null at
15089 the end that can be overwritten, and this way there's no need to
15090 worry about size-calculation overflow.
15091 (sort_args): Check for size-calculation overflow.
15092
15093 * eval.c (init_eval_once, grow_specpdl): Don't update size until
15094 alloc succeeds.
15095 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
15096
15097 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
15098 (x_set_scroll_bar_width, x_figure_window_size):
15099 Check for integer overflow.
15100 (x_set_alpha): Do not assume XINT fits in int.
15101
15102 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
15103 This is for the members text_lines, text_cols, total_lines, total_cols,
15104 where the system imposes an 'int' limit.
15105
15106 * fringe.c (Fdefine_fringe_bitmap):
15107 Don't update size until alloc works.
15108
15109 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
15110 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
15111
15112 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
15113 Check for size-calculation overflow.
15114 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
15115 do, as we prefer signed integers.
15116 (id_to_widget.max_size, id_to_widget.used)
15117 (xg_store_widget_in_map, xg_remove_widget_from_map)
15118 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
15119 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
15120 Use and return ptrdiff_t, not int.
15121 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
15122 * gtkutil.h: Change prototypes to match the above.
15123
15124 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
15125 are duplicate now that they've been promoted to lisp.h.
15126 (x_allocate_bitmap_record, x_alloc_image_color)
15127 (make_image_cache, cache_image, xpm_load):
15128 Don't update size until alloc is done.
15129 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
15130 (x_detect_edges):
15131 Check for size calculation overflow.
15132 (ct_colors_allocated_max): New constant.
15133 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
15134 overflow.
15135
15136 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
15137 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
15138 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
15139 Use ptrdiff_t, not int, to count maps.
15140 (read_char_minibuf_menu_prompt): Check for overflow in size
15141 calculations. Don't update size until allocation succeeds.
15142 Redo calculations to avoid overflow.
15143 * keyboard.h: Change prototypes to match the above.
15144
15145 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
15146 to count maps.
15147 (current_minor_maps): Check for size calculation overflow.
15148 * keymap.h: Change prototypes to match the above.
15149
15150 * lread.c (read1, init_obarray): Don't update size until alloc done.
15151
15152 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
15153 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
15154
15155 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
15156 Now ptrdiff_t, not int.
15157 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
15158 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
15159
15160 * process.c (Fnetwork_interface_list): Check for overflow
15161 in size calculation.
15162
15163 * region-cache.c (move_cache_gap): Check for size calculation overflow.
15164
15165 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
15166 overflow. Don't bother calling xmalloc when xrealloc will do.
15167
15168 * search.c (Freplace_match): Check for size calculation overflow.
15169 (Fset_match_data): Don't assume list lengths fit in 'int'.
15170
15171 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
15172 for command line length. Do not attempt to address one before the
15173 beginning of an array, as that's not portable.
15174
15175 * term.c (max_frame_lines): Remove; unused.
15176 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
15177 not int.
15178 (encode_terminal_code, calculate_costs): Check for size
15179 calculation overflow.
15180 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
15181 table lengths and related sizes. Don't update size until alloc
15182 done. Redo calculations to avoid overflow.
15183 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
15184
15185 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
15186 subtracting pointers.
15187 (gobble_line): Check for overflow more carefully. Don't update size
15188 until alloc done.
15189
15190 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
15191 Don't update size until alloc done.
15192 Redo size calculations to avoid overflow.
15193 Check for size calculation overflow.
15194 (main) [DEBUG]: Fix typo in invoking tparam1.
15195
15196 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
15197 Use ptrdiff_t, not int, for sizes.
15198 (store_mode_line_noprop_char): Don't update size until alloc done.
15199
15200 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
15201 Use ptrdiff_t, not int, for sizes.
15202 (Finternal_make_lisp_face, cache_face):
15203 Check for size calculation overflow.
15204 (cache_face): Treat size calculation overflows as if they were
15205 memory exhaustion (the usual treatment), rather than aborting.
15206
15207 * xfns.c (x_encode_text, x_set_name_internal)
15208 (Fx_change_window_property): Use ptrdiff_t, not int, to count
15209 sizes, since they can exceed INT_MAX in size. Check for size
15210 calculation overflow.
15211
15212 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
15213 (xg_select): Check for size calculation overflow.
15214 Don't update size until alloc done.
15215
15216 * xrdb.c (get_environ_db): Don't assume path length fits in int,
15217 as sprintf is limited to int lengths.
15218
15219 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
15220 (X_LONG_MIN): New macros.
15221 Use them to make the following changes clearer.
15222 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
15223 This change doesn't affect the value now, but it may help remind
15224 future maintainers not to raise the value too much later.
15225 (SELECTION_QUANTUM): Remove, replacing with ...
15226 (selection_quantum): ... new function, which avoids overflow.
15227 All uses changed.
15228 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
15229 assumption that selection length fits in 'int'.
15230 (x_reply_selection_request, x_handle_selection_request)
15231 (x_get_window_property, receive_incremental_selection)
15232 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
15233 (lisp_data_to_selection_data, clean_local_selection_data):
15234 Use ptrdiff_t, not int, to record length of selection.
15235 (x_reply_selection_request, x_get_window_property)
15236 (receive_incremental_selection, x_property_data_to_lisp):
15237 Redo calculations to avoid overflow.
15238 (x_reply_selection_request): When sending hint, ceiling it at
15239 X_LONG_MAX rather than relying on wraparound overflow to send
15240 something.
15241 (x_get_window_property, receive_incremental_selection)
15242 (lisp_data_to_selection_data, x_property_data_to_lisp):
15243 Check for size-calculation overflow.
15244 (x_get_window_property, receive_incremental_selection)
15245 (lisp_data_to_selection_data, Fx_register_dnd_atom):
15246 Don't store size until memory allocation succeeds.
15247 (x_get_window_property): Plug memory leak on memory exhaustion.
15248 Don't double-block input; malloc is safe here. Don't assume 2**34
15249 - 4 fits in unsigned long. Add an xassert to check
15250 XGetWindowProperty overflow. Be more careful about overflow
15251 calculations, and distinguish size from memory overflow better.
15252 (receive_incremental_selection): When tracing, don't assume
15253 unsigned int is less than INT_MAX.
15254 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
15255 harmful) conversions of unsigned short to int.
15256 (lisp_data_to_selection_data): Don't assume that integers
15257 in the range -65535 through -1 fit in an X unsigned short.
15258 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
15259 result parameters unless successful. Rely on cons_to_unsigned
15260 to report problems with elements; the old code wasn't right anyway.
15261 (x_check_property_data): Check for int overflow; we cannot use
15262 a wider type due to X limits.
15263 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
15264
15265 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
15266
15267 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
15268 (x_term_init): Check for size calculation overflow.
15269 (x_color_cells): Don't store size until memory allocation succeeds.
15270 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
15271 Don't assume alloca size is less than MAX_ALLOCA.
15272 (x_term_init): Don't assume length fits in int (sprintf is limited
15273 to int size).
15274
15275 Use ptrdiff_t for composition IDs.
15276 * character.c (lisp_string_width):
15277 * composite.c (composition_table_size, n_compositions)
15278 (get_composition_id, composition_gstring_from_id):
15279 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
15280 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
15281 * window.c (Frecenter):
15282 Use ptrdiff_t, not int, for composition IDs.
15283 * composite.c (get_composition_id): Check for integer overflow.
15284 * composite.h: Adjust prototypes to match the above changes.
15285
15286 Use ptrdiff_t for hash table indexes.
15287 * category.c (hash_get_category_set):
15288 * ccl.c (ccl_driver):
15289 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
15290 * coding.c (coding_system_charset_list, detect_coding_system):
15291 * coding.h (struct coding_system.id):
15292 * composite.c (get_composition_id, gstring_lookup_cache):
15293 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
15294 * image.c (xpm_get_color_table_h):
15295 * lisp.h (hash_lookup, hash_put):
15296 * minibuf.c (Ftest_completion):
15297 Use ptrdiff_t for hash table indexes, not int (which is too
15298 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
15299 32-bit --with-wide-int hosts).
15300
15301 * charset.c (Fdefine_charset_internal): Check for integer overflow.
15302 Add a FIXME comment about memory leaks.
15303 (syms_of_charset): Don't assume xmalloc returns.
15304
15305 Don't assume that stated character widths fit in int.
15306 * character.c (Fchar_width, c_string_width, lisp_string_width):
15307 * character.h (CHAR_WIDTH):
15308 * indent.c (MULTIBYTE_BYTES_WIDTH):
15309 Use sanitize_char_width to avoid undefined and/or bad behavior
15310 with outlandish widths.
15311 * character.h (sanitize_tab_width): Rename from sanitize_width,
15312 now that we have two such functions. All uses changed.
15313 (sanitize_char_width): New inline function.
15314
15315 Don't assume that tab-width fits in int.
15316 * character.h (sanitize_width): New inline function.
15317 (SANE_TAB_WIDTH): New macro.
15318 (ASCII_CHAR_WIDTH): Use it.
15319 * indent.c (sane_tab_width): Remove. All uses replaced by
15320 SANE_TAB_WIDTH (current_buffer).
15321 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
15322
15323 * fileio.c: Integer overflow issues with file modes.
15324 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
15325
15326 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
15327 Remove unreachable code.
15328 (read_hex, load_charset_map_from_file): Check for integer overflow.
15329
15330 * xterm.c: Don't go over XClientMessageEvent limit.
15331 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
15332 (x_send_scroll_bar_event): Likewise. Check that the size does not
15333 exceed limits imposed by XClientMessageEvent, as well as the usual
15334 ptrdiff_t and size_t limits.
15335
15336 * keyboard.c: Overflow, signedness and related fixes.
15337 (make_lispy_movement): Use same integer type in forward decl
15338 that is used in the definition.
15339 (read_key_sequence, keyremap_step):
15340 Change bufsize argument back to int, undoing my 2011-03-30 change.
15341 We prefer signed types, and int is wide enough here.
15342 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
15343 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
15344 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
15345 length, not size_t. Use ptrdiff_t for index, not int.
15346 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
15347 possibility of integer overflow.
15348
15349 Overflow, signedness and related fixes for images.
15350
15351 * dispextern.h (struct it.stack[0].u.image.image_id)
15352 (struct_it.image_id, struct image.id, struct image_cache.size)
15353 (struct image_cache.used, struct image_cache.ref_count):
15354 * gtkutil.c (update_frame_tool_bar):
15355 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
15356 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
15357 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
15358 * nsmenu.m (update_frame_tool_bar):
15359 * xdisp.c (calc_pixel_width_or_height):
15360 * xfns.c (image_cache_refcount):
15361 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
15362 on typical 64-bit hosts.
15363
15364 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
15365 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
15366 Omit unnecessary casts to int.
15367 (parse_image_spec): Check that integers fall into 'int' range
15368 when the callers expect that.
15369 (image_ascent): Redo ascent calculation to avoid int overflow.
15370 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
15371 (lookup_image): Remove unnecessary tests.
15372 (xbm_image_p): Locals are now of int, not EMACS_INT,
15373 since parse_image_check makes sure they fit into int.
15374 (png_load, gif_load, svg_load_image):
15375 Prefer int to unsigned where either will do.
15376 (tiff_handler): New function, combining the cores of the
15377 old tiff_error_handler and tiff_warning_handler.
15378 This function is rewritten to use vsnprintf and thereby avoid
15379 stack buffer overflows. It uses only the features of vsnprintf
15380 that are common to both POSIX and native Microsoft.
15381 (tiff_error_handler, tiff_warning_handler): Use it.
15382 (tiff_load, gif_load, imagemagick_load_image):
15383 Don't assume :index value fits in 'int'.
15384 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
15385 (imagemagick_load_image): Check that crop parameters fit into
15386 the integer types that MagickCropImage accepts. Don't assume
15387 Vimagemagick_render_type has a nonnegative value. Don't assume
15388 size_t fits in 'long'.
15389 (gs_load): Use printmax_t to print the widest integers possible.
15390 Check for integer overflow when computing image height and width.
15391
15392 2011-08-26 Eli Zaretskii <eliz@gnu.org>
15393
15394 * xdisp.c (redisplay_window): Don't force window start if point
15395 will be invisible in the resulting window. (Bug#9324)
15396
15397 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15398
15399 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
15400 the display spec is of the form `(space ...)'.
15401 (handle_display_spec): Return the value returned by
15402 handle_single_display_spec, not just 1 or zero.
15403 (handle_single_display_spec): If the display spec is of the form
15404 `(space ...)', and specifies display in the text area, return 2
15405 rather than 1.
15406 (try_cursor_movement): Check for the need to scroll more
15407 accurately, and prefer exact match for point under bidi.
15408 Don't advance `row' beyond the last row of the window.
15409
15410 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
15411 into disp_prop; all users changed.
15412
15413 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
15414 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
15415 for the text covered by the display property.
15416
15417 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15418
15419 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
15420 Change return value to nil.
15421 (Frecord_buffer): Delete unused function.
15422
15423 2011-08-24 Eli Zaretskii <eliz@gnu.org>
15424
15425 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
15426 buffers, return left-to-right.
15427 (set_cursor_from_row): Consider candidate row a win if its glyph
15428 represents a newline and point is on that newline. Fixes cursor
15429 positioning on the newline at EOL of R2L text within L2R
15430 paragraph, and vice versa.
15431 (try_cursor_movement): Check continued rows, in addition to
15432 continuation rows. Fixes unwarranted scroll when point enters a
15433 continued line of R2L text within an L2R paragraph, or vice versa.
15434 (cursor_row_p): Consider the case of point being equal to
15435 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
15436 from the end of a short line to the beginning of a continued line
15437 of R2L text within L2R paragraph.
15438 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
15439 composed characters.
15440
15441 * bidi.c (bidi_check_type): Use xassert.
15442 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
15443 members.
15444
15445 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15446
15447 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
15448 a character.
15449
15450 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
15451
15452 * nsfont.m (ns_otf_to_script): Fix typo.
15453
15454 2011-08-22 Kenichi Handa <handa@m17n.org>
15455
15456 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
15457 extra slot even if the purpose is char-code-property-table.
15458
15459 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15460
15461 * xdisp.c (redisplay_window): When computing centering_position,
15462 account for the height of the header line. (Bug#8874)
15463
15464 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
15465 instead of CHAR_TO_BYTE. Fixes a crash when a completion
15466 candidate is selected by the mouse, and that candidate has a
15467 composed character under the mouse.
15468
15469 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
15470 coordinates reported by pos-visible-in-window-p for a composed
15471 character in column zero.
15472
15473 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15474
15475 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
15476
15477 2011-08-22 Eli Zaretskii <eliz@gnu.org>
15478
15479 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
15480 consider it a hit if to_charpos is anywhere in the range of the
15481 composed buffer positions.
15482
15483 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15484
15485 * image.c (gif_load): Don't assume that each subimage has the same
15486 dimensions as the base image. Handle disposal method that is
15487 "undefined" by the gif spec (Bug#9335).
15488
15489 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15490
15491 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
15492 (Fcondition_case): Document `debug' symbol in error handler.
15493
15494 2011-08-19 Eli Zaretskii <eliz@gnu.org>
15495
15496 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
15497 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
15498 from an Org mode buffer to a Speedbar frame.
15499
15500 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
15501 a composition, take its buffer position from IT->cmp_it.charpos.
15502 Fixes cursor positioning at the beginning of a line that begins
15503 with a composed character.
15504
15505 2011-08-18 Eli Zaretskii <eliz@gnu.org>
15506
15507 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
15508 character bidirectional type, use STRONG_L instead. Fixes crashes
15509 in a buffer produced by `describe-categories'.
15510
15511 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
15512 members before the level stack, so they would be saved and
15513 restored when copying iterator state. Fixes incorrect reordering
15514 around TABs covered by display properties.
15515
15516 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
15517
15518 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
15519
15520 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
15521
15522 * eval.c (internal_condition_case, internal_condition_case_1)
15523 (internal_condition_case_2, internal_condition_case_n):
15524 Remove unnecessary aborts (Bug#9081).
15525
15526 2011-08-17 Eli Zaretskii <eliz@gnu.org>
15527
15528 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
15529 has no `load' handler, try opening the file locally. (Bug#9311)
15530
15531 2011-08-16 Ken Brown <kbrown@cornell.edu>
15532
15533 * gmalloc.c: Expand comment.
15534
15535 2011-08-16 Eli Zaretskii <eliz@gnu.org>
15536
15537 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
15538 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
15539
15540 2011-08-16 Ken Brown <kbrown@cornell.edu>
15541
15542 Fix memory allocation problems in Cygwin build (Bug#9273).
15543
15544 * unexcw.c ( __malloc_initialized): Declare external variable.
15545 (fixup_executable): Force the dumped emacs to reinitialize malloc.
15546
15547 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
15548 New variables.
15549 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
15550 dumped emacs.
15551 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
15552 in the static heap.
15553 [CYGWIN] (special_realloc): New function.
15554 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
15555 requests to realloc storage in the static heap.
15556
15557 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
15558
15559 * bidi.c (bidi_initialize): Remove unused local.
15560
15561 2011-08-15 Eli Zaretskii <eliz@gnu.org>
15562
15563 * bidimirror.h:
15564 * biditype.h: Remove file.
15565 * makefile.w32-in ($(BLD)/bidi.$(O)):
15566 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
15567
15568 * dispextern.h: Fix a typo in the comment to bidi_type_t.
15569
15570 * chartab.c: Improve commentary for the uniprop_table API.
15571
15572 * bidi.c (bidi_paragraph_init): Support zero value of
15573 bidi_ignore_explicit_marks_for_paragraph_level.
15574 (bidi_initialize): Use uniprop_table instead of including
15575 biditype.h and bidimirror.h.
15576
15577 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
15578 coordinates of the iterator when restoring from ppos_it.
15579 (Bug#9296)
15580
15581 2011-08-14 Kenichi Handa <handa@m17n.org>
15582
15583 * process.c (create_process): Call setup_process_coding_systems
15584 after the pid of the process is set to -1 (Bug#8162).
15585
15586 2011-08-14 Eli Zaretskii <eliz@gnu.org>
15587
15588 * xdisp.c (move_it_in_display_line_to): Don't invoke
15589 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
15590 ppos_it. Fixes vertical cursor motion when line beginning is
15591 covered by an image. (Bug#9296)
15592
15593 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
15594
15595 * nsterm.h (ns_run_ascript): Declare.
15596 (NSAPP_DATA2_RUNASSCRIPT): Define.
15597
15598 * nsfns.m (as_script, as_result, as_status): New static variables.
15599 (ns_run_ascript): New function.
15600 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
15601 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
15602 the event loop. Get status from as_status (Bug#7276).
15603
15604 * nsterm.m (sendEvent): If event is NSApplicationDefined and
15605 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
15606 the event loop (Bug#7276).
15607
15608 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
15609
15610 * gnutls.c (QCgnutls_bootprop_priority)
15611 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
15612 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
15613 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
15614 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
15615 (QCgnutls_bootprop_verify_hostname_error)
15616 (QCgnutls_bootprop_callbacks_verify): Rename from
15617 Qgnutls_bootprop_..., all uses changed.
15618
15619 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
15620 uses changed.
15621
15622 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
15623
15624 * xfaces.c (Qframe_set_background_mode): Now static.
15625 * dispextern.h (Qframe_set_background_mode): Remove decl.
15626
15627 * process.c (Fnetwork_interface_info): Declare local only if needed.
15628
15629 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
15630
15631 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
15632 (Fnetwork_interface_list): Allocate in increments of bytes instead
15633 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
15634 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
15635 sockaddr.
15636 (struct ifflag_def): notrailers is smart on OSX.
15637 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
15638 Get hardware address with getifaddrs if available.
15639
15640 2011-08-12 Eli Zaretskii <eliz@gnu.org>
15641
15642 * xdisp.c (iterate_out_of_display_property): xassert that
15643 IT->position is set to within IT->object's boundaries. Break from
15644 the loop as soon as EOB is reached; avoids infloops in redisplay
15645 when IT->position is set up wrongly due to some bug.
15646 Set IT->current to match the bidi iterator unconditionally.
15647 (push_display_prop): Allow GET_FROM_STRING as IT->method on
15648 entry. Force push_it to save on the stack the current
15649 buffer/string position, to be restored by pop_it. Fix flags in
15650 the iterator structure wrt the object coming from a display
15651 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
15652 properties. (Bug#9284)
15653
15654 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15655
15656 * fontset.c (fontset_get_font_group): Add proper type checks.
15657 (Bug#9172)
15658
15659 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15660
15661 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
15662 and LC_VERSION_MIN_MACOSX.
15663 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
15664 (dump_it) [LC_FUNCTION_STARTS]: Use it.
15665
15666 2011-08-08 Eli Zaretskii <eliz@gnu.org>
15667
15668 * xdisp.c (forward_to_next_line_start): Allow to use the
15669 no-display-properties-and-no-overlays under bidi display.
15670 Set disp_pos in the bidi iterator to avoid searches for display
15671 properties and overlays.
15672
15673 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15674
15675 * editfns.c (Fset_time_zone_rule): Document relationship with the
15676 setenv function.
15677
15678 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
15679 the font entity extracted from the cache (Bug#8109).
15680
15681 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
15682
15683 * composite.c (autocmp_chars): Don't reset point. That is done by
15684 restore_point_unwind (Bug#5984).
15685
15686 2011-08-07 Juri Linkov <juri@jurta.org>
15687
15688 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
15689 to show the arg `TIME' instead of `TIMEVAL'.
15690
15691 2011-08-06 Eli Zaretskii <eliz@gnu.org>
15692
15693 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
15694 display property strides EOL and includes a newline, as in
15695 longlines-mode. (Bug#9254)
15696 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
15697 word-wrap under bidirectional display. (Bug#9224)
15698
15699 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
15700 is non-zero, even if the data buffer is NULL. Fixes a crash in
15701 vertical-motion with longlines-mode. (Bug#9254)
15702
15703 2011-08-05 Eli Zaretskii <eliz@gnu.org>
15704
15705 * bidi.c <bidi_cache_total_alloc>: Now static.
15706 (bidi_initialize): Initialize bidi_cache_total_alloc.
15707
15708 * xdisp.c (display_line): Release buffer allocated for shelved bidi
15709 cache. (Bug#9221)
15710
15711 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
15712 amount allocated this far in `bidi_cache_total_alloc'.
15713 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
15714 non-zero, only free the data buffer without restoring the cache
15715 contents. All callers changed.
15716
15717 * dispextern.h (bidi_unshelve_cache): Update prototype.
15718
15719 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
15720 (move_it_in_display_line, move_it_to)
15721 (move_it_vertically_backward, move_it_by_lines): Replace the call
15722 to xfree to an equivalent call to bidi_unshelve_cache.
15723 (move_it_in_display_line_to): Fix logic of returning
15724 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
15725
15726 2011-08-05 Eli Zaretskii <eliz@gnu.org>
15727
15728 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
15729 came from a string character with a `cursor' property. (Bug#9229)
15730
15731 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
15732
15733 * Makefile.in (LIB_PTHREAD): New variable.
15734 (LIBES): Add LIB_PTHREAD (Bug#9216).
15735
15736 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
15737 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
15738
15739 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
15740
15741 * regex.c (re_iswctype): Remove some redundant boolean conversions.
15742
15743 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
15744
15745 * xterm.c (x_find_topmost_parent): New function.
15746 (x_set_frame_alpha): Find topmost parent window with
15747 x_find_topmost_parent and set the property there also (bug#9181).
15748 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
15749
15750 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
15751
15752 * callproc.c (Fcall_process): Avoid vfork clobbering
15753 the local vars buffer, coding_systems, current_dir.
15754
15755 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * keymap.c (Fmake_composed_keymap): Move to subr.el.
15758
15759 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
15760
15761 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
15762 so that it is not optimized away.
15763
15764 * xdisp.c (compute_display_string_pos): Remove unused local.
15765
15766 2011-08-02 Eli Zaretskii <eliz@gnu.org>
15767
15768 Fix slow cursor motion and scrolling in large buffers with
15769 selective display, like Org Mode buffers. (Bug#9218)
15770
15771 * dispextern.h (struct bidi_it): New member disp_prop_p.
15772
15773 * xdisp.c: Remove one-slot cache of display string positions.
15774 (compute_display_string_pos): Accept an additional argument
15775 DISP_PROP_P; callers changed. Scan at most 5K characters forward
15776 for a display string or property. If found, set DISP_PROP_P
15777 non-zero.
15778
15779 * bidi.c (bidi_fetch_char): Accept an additional argument
15780 DISP_PROP_P, and pass it to compute_display_string_pos.
15781 Only handle text covered by a display string if DISP_PROP_P is returned
15782 non-zero. All callers of bidi_fetch_char changed.
15783
15784 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
15787
15788 2010-12-03 Don March <don@ohspite.net>
15789
15790 * keymap.c (Fdefine_key): Fix non-prefix key error message when
15791 last character M-[char] is translated to ESC [char] (bug#7541).
15792
15793 2011-08-02 Kenichi Handa <handa@m17n.org>
15794
15795 * lisp.h (uniprop_table): Extern it.
15796
15797 * chartab.c (uniprop_table): Make it non-static.
15798
15799 2011-08-01 Eli Zaretskii <eliz@gnu.org>
15800
15801 * xdisp.c (forward_to_next_line_start): Accept additional argument
15802 BIDI_IT_PREV, and store into it the state of the bidi iterator had
15803 on the newline.
15804 (reseat_at_next_visible_line_start): Use the bidi iterator state
15805 returned by forward_to_next_line_start to restore the state of
15806 it->bidi_it after backing up to previous newline. (Bug#9212)
15807
15808 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
15809
15810 * regex.c (re_comp): Protoize.
15811 (re_exec): Fix return type.
15812 (regexec): Fix type of `ret'. (Bug#9203)
15813
15814 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15815
15816 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
15817 This is needed if max-image-size is a floating-point number.
15818
15819 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
15820
15821 * print.c (print_object): Print empty symbol as ##.
15822
15823 * lread.c (read1): Read ## as empty symbol.
15824
15825 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
15826
15827 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
15828 setting frame foreground color (Bug#9175).
15829 (x_set_background_color): Likewise.
15830
15831 * nsmenu.m (-setText): Size tooltip dimensions precisely to
15832 contents (Bug#9176).
15833 (EmacsTooltip -init): Remove bezels and add shadows to
15834 tooltip windows.
15835
15836 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
15837 or scroll bar (Bug#8470).
15838
15839 * nsfont.m (nsfont_open): Remove assignment to voffset and
15840 unnecessary vars hshink, expand, hd, full_height, min_height.
15841 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
15842
15843 * nsterm.h (nsfont_info): Remove voffset field.
15844
15845 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
15846
15847 Implement strike-through and overline on NextStep (Bug#8863).
15848
15849 * nsfont.m (nsfont_open): Use underline position provided by font,
15850 instead of hard-coded value of 2.
15851 (nsfont_draw): Call ns_draw_text_decoration instead.
15852
15853 * nsterm.h: Add declaration for ns_draw_text_decoration.
15854
15855 * nsterm.m (ns_draw_text_decoration): New function for drawing
15856 underline, overline, and strike-through.
15857 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
15858 ns_draw_text_decoration. Change treatment of cursor drawing to
15859 accommodate underlining, etc.
15860
15861 2011-07-28 Eli Zaretskii <eliz@gnu.org>
15862
15863 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
15864 default.
15865
15866 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15867
15868 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
15869 Without this fix, if a signal arrives just after memory fills up,
15870 'malloc' might be invoked reentrantly.
15871
15872 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
15873 In other words, assume that every image size is allowed, on non-X
15874 hosts. This assumption is probably wrong, but it lets Emacs compile.
15875
15876 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
15877
15878 * regex.c (re_iswctype): Convert return values to boolean.
15879
15880 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
15881
15882 * xdisp.c (compute_display_string_pos): Don't use cached display
15883 string position if the buffer had its restriction changed.
15884 (Bug#9184)
15885
15886 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15887
15888 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
15889
15890 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
15891
15892 Integer signedness and overflow and related fixes. (Bug#9079)
15893
15894 * bidi.c: Integer size and overflow fixes.
15895 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
15896 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
15897 (bidi_cache_find_level_change, bidi_cache_ensure_space)
15898 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
15899 (bidi_find_other_level_edge):
15900 Use ptrdiff_t instead of EMACS_INT where either will do.
15901 This works better on 32-bit hosts configured --with-wide-int.
15902 (bidi_cache_ensure_space): Check for size-calculation overflow.
15903 Use % rather than repeated addition, for better worst-case speed.
15904 Don't set bidi_cache_size until after xrealloc returns, because it
15905 might not return.
15906 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
15907 (bidi_cache_ensure_space): Also check that the bidi cache size
15908 does not exceed that of the largest Lisp string or buffer. See Eli
15909 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
15910
15911 * alloc.c (__malloc_size_t): Remove.
15912 All uses replaced by size_t. See Andreas Schwab's note
15913 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
15914
15915 * image.c: Improve checking for integer overflow.
15916 (check_image_size): Assume that f is nonnull, since
15917 it is always nonnull in practice. This is one less thing to
15918 worry about when checking for integer overflow later.
15919 (x_check_image_size): New function, which checks for integer
15920 overflow issues inside X.
15921 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
15922 This removes the need for a memory_full check.
15923 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
15924 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
15925 (xbm_read_bitmap_data): Change locals back to 'int', since
15926 their values must fit in 'int'.
15927 (xpm_load_image, png_load, tiff_load):
15928 Invoke x_create_x_image_and_pixmap earlier,
15929 to avoid much needless work if the image is too large.
15930 (tiff_load): Treat overly large images as if
15931 x_create_x_image_and_pixmap failed, not as malloc failures.
15932 (gs_load): Use x_check_image_size.
15933
15934 * gtkutil.c: Omit integer casts.
15935 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
15936 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
15937
15938 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
15939
15940 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
15941 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
15942 would wrongly return t on a 64-bit host.
15943
15944 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
15945 The plain *_OVERFLOW macros run afoul of GCC bug 49705
15946 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
15947 and therefore cause GCC to emit a bogus diagnostic in some cases.
15948
15949 * image.c: Integer signedness and overflow and related fixes.
15950 This is not an exhaustive set of fixes, but it's time to
15951 record what I've got.
15952 (lookup_pixel_color, check_image_size): Remove redundant decls.
15953 (check_image_size): Don't assume that arbitrary EMACS_INT values
15954 fit in 'int', or that arbitrary 'double' values fit in 'int'.
15955 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
15956 (tiff_load, imagemagick_load_image):
15957 Check for overflow in size calculations.
15958 (x_create_x_image_and_pixmap): Remove unnecessary test for
15959 xmalloc returning NULL; that can't happen.
15960 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
15961 (xpm_color_bucket): Use better integer hashing function.
15962 (xpm_cache_color): Don't possibly over-allocate memory.
15963 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
15964 (gif_memory_source):
15965 Use ptrdiff_t, not int or size_t, to record sizes.
15966 (png_load): Don't assume values greater than 2**31 fit in 'int'.
15967 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
15968 either works, as we prefer signed integers.
15969 (tiff_read_from_memory, tiff_write_from_memory):
15970 Return tsize_t, not size_t, since that's what the TIFF API wants.
15971 (tiff_read_from_memory): Don't fail simply because the read would
15972 go past EOF; instead, return a short read.
15973 (tiff_load): Omit no-longer-needed casts.
15974 (Fimagemagick_types): Don't assume size fits into 'int'.
15975
15976 Improve hashing quality when configured --with-wide-int.
15977 * fns.c (hash_string): New function, taken from sxhash_string.
15978 Do not discard information about ASCII character case; this
15979 discarding is no longer needed.
15980 (sxhash-string): Use it. Change sig to match it. Caller changed.
15981 * lisp.h: Declare it.
15982 * lread.c (hash_string): Remove, since we now use fns.c's version.
15983 The fns.c version returns a wider integer if --with-wide-int is
15984 specified, so this should help the quality of the hashing a bit.
15985
15986 * emacs.c: Integer overflow minor fix.
15987 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
15988 Define only if GNU_LINUX.
15989 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
15990
15991 * dispnew.c: Integer signedness and overflow fixes.
15992 Remove unnecessary forward decls, that were a maintenance hassle.
15993 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
15994 All uses changed.
15995 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
15996 (scrolling_window): Use ptrdiff_t, not int, for byte count.
15997 (prepare_desired_row, line_draw_cost):
15998 Use int, not unsigned, where either works.
15999 (save_current_matrix, restore_current_matrix):
16000 Use ptrdiff_t, not size_t, where either works.
16001 (init_display): Check for overflow more accurately, and without
16002 relying on undefined behavior.
16003
16004 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
16005 Remove, replacing with the new symbols in lisp.h. All uses changed.
16006 * fileio.c (make_temp_name):
16007 * filelock.c (lock_file_1, lock_file):
16008 * xdisp.c (message_dolog):
16009 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
16010 Use pMd etc. instead.
16011 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
16012 replacing the pWIDE etc. symbols removed from editfns.c.
16013
16014 * keyboard.h (num_input_events): Now uintmax_t.
16015 This is (very slightly) less likely to mess up due to wraparound.
16016 All uses changed.
16017
16018 * buffer.c: Integer signedness fixes.
16019 (alloc_buffer_text, enlarge_buffer_text):
16020 Use ptrdiff_t rather than size_t when either will do, as we prefer
16021 signed integers.
16022
16023 * alloc.c: Integer signedness and overflow fixes.
16024 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
16025 (__malloc_size_t): Default to size_t, not to int.
16026 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
16027 (Fgarbage_collect, mark_object_loop_halt, mark_object):
16028 Prefer ptrdiff_t to size_t when either would do, as we prefer
16029 signed integers.
16030 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
16031 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
16032 Now const. Initialize with values that are in range even if char
16033 is signed.
16034 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
16035 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
16036 These functions do the right thing with sizes > 2**32.
16037 (check_depth): Now ptrdiff_t, not int.
16038 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
16039 Adjust to new way of storing sizes. Check for size overflow bugs
16040 in rest of code.
16041 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
16042 slightly wrong anyway, as it missed one instance of
16043 XMALLOC_OVERRUN_CHECK_OVERHEAD.
16044 (refill_memory_reserve): Omit needless cast to size_t.
16045 (mark_object_loop_halt): Mark as externally visible.
16046
16047 * xselect.c: Integer signedness and overflow fixes.
16048 (Fx_register_dnd_atom, x_handle_dnd_message):
16049 Use ptrdiff_t, not size_t, since we prefer signed.
16050 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
16051 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
16052 x_dnd_atoms_size and x_dnd_atoms_length.
16053
16054 * doprnt.c: Prefer signed to unsigned when either works.
16055 * eval.c (verror):
16056 * doprnt.c (doprnt):
16057 * lisp.h (doprnt):
16058 * xdisp.c (vmessage):
16059 Use ptrdiff_t, not size_t, when using or implementing doprnt,
16060 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
16061 prefer signed arithmetic to avoid comparison confusion.
16062 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
16063 but is a bit tricky.
16064
16065 Assume freestanding C89 headers, string.h, stdlib.h.
16066 * data.c, doprnt.c, floatfns.c, print.c:
16067 Include float.h unconditionally.
16068 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
16069 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
16070 * regex.c: Likewise for stddef.h, string.h.
16071 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
16072 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
16073 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
16074 (STDC_HEADERS): Remove obsolete defines.
16075 * sysdep.c: Include limits.h unconditionally.
16076
16077 Assume support for memcmp, memcpy, memmove, memset.
16078 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
16079 * regex.c (memcmp, memcpy):
16080 Remove; we assume C89 now.
16081
16082 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
16083 (__malloc_safe_bcopy): Remove; no longer needed.
16084
16085 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
16086 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
16087 well either way, and we prefer signed to unsigned.
16088
16089 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16090
16091 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
16092 closes the connection while we're reading (bug#9182).
16093
16094 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
16095
16096 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
16097 are specified (Bug#9168).
16098
16099 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
16100
16101 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
16102 Found by GCC static checking and --with-wide-int on a 32-bit host.
16103
16104 2011-07-25 Eli Zaretskii <eliz@gnu.org>
16105
16106 * xdisp.c (compute_display_string_pos): Fix logic of caching
16107 previous display string position. Initialize cached_prev_pos to
16108 -1. Fixes slow-down at the beginning of a buffer.
16109
16110 2011-07-24 Eli Zaretskii <eliz@gnu.org>
16111
16112 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
16113 for attrs[LFACE_FONTSET_INDEX].
16114
16115 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
16116
16117 * xml.c (parse_region): Remove unused local
16118 that was recently introduced.
16119
16120 2011-07-23 Eli Zaretskii <eliz@gnu.org>
16121
16122 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
16123 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
16124
16125 * xdisp.c (move_it_in_display_line_to): Record the best matching
16126 position for TO_CHARPOS while scanning the line, and restore it on
16127 exit if none of the characters scanned was an exact match.
16128 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
16129 when exact match is impossible due to invisible text, and the
16130 lines are truncated.
16131
16132 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
16133
16134 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
16135 for OSX >= 10.7.
16136
16137 2011-07-22 Eli Zaretskii <eliz@gnu.org>
16138
16139 Fix a significant slow-down of cursor motion with C-n, C-p,
16140 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
16141 auto-repeat under bidi redisplay in fontified buffers.
16142 * xdisp.c (compute_stop_pos_backwards): New function.
16143 (next_element_from_buffer): Call compute_stop_pos_backwards to
16144 find a suitable prev_stop when we find ourselves before
16145 base_level_stop.
16146 (reseat): Don't look for prev_stop, as that could mean a very long
16147 run.
16148 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
16149 <cached_disp_overlay_modiff>: Cache for last found display string
16150 position.
16151 (compute_display_string_pos): Return the cached position if asked
16152 about the same buffer in the same area of character positions, and
16153 the buffer wasn't changed since the time the display string
16154 position was cached.
16155
16156 2011-07-22 Eli Zaretskii <eliz@gnu.org>
16157
16158 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
16159 is an integer, which is important for empty lines. (Bug#9149)
16160
16161 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
16162
16163 * frame.c (Fmodify_frame_parameters): In tty case, update the
16164 default face if necessary (Bug#4238).
16165
16166 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
16167
16168 * editfns.c (Fstring_to_char): No need to explain what a character
16169 is in the docstring (Bug#6576).
16170
16171 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16172
16173 * xml.c (parse_region): Make sure we always return a tree.
16174
16175 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
16176
16177 * xml.c (parse_region): If a document contains only comments,
16178 return that, too.
16179
16180 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16181
16182 * xml.c (make_dom): Return comments, too.
16183
16184 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
16185
16186 Port to OpenBSD.
16187 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
16188 and the surrounding thread.
16189 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
16190 rather than fgets, and retry after EINTR. Otherwise, 'emacs
16191 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
16192 timer goes off.
16193 * s/openbsd.h (BROKEN_SIGIO): Define.
16194 * unexelf.c (unexec) [__OpenBSD__]:
16195 Don't update the .mdebug section of the Alpha COFF symbol table.
16196
16197 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16198
16199 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
16200 (bug#8460).
16201
16202 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
16203
16204 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
16205 This fixes some race conditions on the permissions of any newly
16206 created file.
16207
16208 * alloc.c (valid_pointer_p): Use pipe, not open.
16209 This fixes some permissions issues when debugging.
16210
16211 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
16212 If fchown fails to set both uid and gid, try to set just gid,
16213 as that is sometimes allowed. Adjust the file's mode to eliminate
16214 setuid or setgid bits that are inappropriate if fchown fails.
16215
16216 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
16217
16218 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
16219 to compare Lisp_Objects.
16220 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
16221 global_gnutls_log_level, don't mistake it for a Lisp_Object.
16222 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
16223
16224 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
16225
16226 * lread.c (read_integer): Unread even EOF character.
16227 (read1): Likewise. Properly record start position of symbol.
16228
16229 * lread.c (read1): Read `#:' as empty uninterned symbol if no
16230 symbol character follows.
16231
16232 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
16233
16234 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
16235 This works around a problem with the previous change to Fcopy_file.
16236 Recent glibc declares fchown with __attribute__((warn_unused_result)),
16237 and without this change, GCC might complain about discarding
16238 fchown's return value.
16239
16240 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
16241
16242 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
16243
16244 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
16245
16246 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
16247
16248 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16249
16250 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
16251 it's used from the C level.
16252
16253 * process.c: Use the same condition for POLL_FOR_INPUT in both
16254 keyboard.c and process.c (bug#1858).
16255
16256 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16257
16258 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
16259 (Fgnutls_boot): Use it.
16260
16261 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
16262
16263 * doc.c (Fsubstitute_command_keys): Revert last change.
16264
16265 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16266
16267 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
16268 quotes the next character, and doesn't affect other longer
16269 sequences (bug#8935).
16270
16271 * lread.c (syms_of_lread): Clarify that is isn't only
16272 `eval-buffer' and `eval-defun' that's affected by
16273 `lexical-binding' (bug#8460).
16274
16275 2011-07-15 Eli Zaretskii <eliz@gnu.org>
16276
16277 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
16278 bidi redisplay when a line includes both an image and is truncated.
16279
16280 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
16281
16282 Fix minor problems found by static checking.
16283 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
16284 (elsz): Now a signed constant, not a size_t var. We prefer signed
16285 types to unsigned, to avoid integer comparison confusion. Without
16286 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
16287 "cannot optimize loop, the loop counter may overflow", a symptom
16288 of the confusion.
16289 * indent.c (Fvertical_motion): Mark locals as initialized.
16290 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
16291
16292 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16293
16294 * search.c (Fre_search_backward): Mention `case-fold-search' in
16295 all the re_search_* functions (bug#8138).
16296
16297 * keyboard.c (Fopen_dribble_file): Document when the file is
16298 closed (bug#8056).
16299
16300 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16301
16302 * bidi.c (bidi_dump_cached_states): Fix format of displaying
16303 bidi_cache_idx.
16304
16305 Support bidi reordering of display and overlay strings.
16306 * xdisp.c (compute_display_string_pos)
16307 (compute_display_string_end): Accept additional argument STRING.
16308 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
16309 (reseat_to_string): Initialize bidi_it->string.s and
16310 bidi_it->string.schars.
16311 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
16312 NULL (avoids a crash in bidi_paragraph_init).
16313 Initialize itb.string.lstring.
16314 (init_iterator): Call bidi_init_it only of a valid
16315 buffer position was specified. Initialize paragraph_embedding to
16316 L2R.
16317 (reseat_to_string): Initialize the bidi iterator.
16318 (display_string): If we need to ignore text properties of
16319 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
16320 original value of -1 will not work with bidi.)
16321 (compute_display_string_pos): First arg is now struct
16322 `text_pos *'; all callers changed. Support display properties on
16323 Lisp strings.
16324 (compute_display_string_end): Support display properties on Lisp
16325 strings.
16326 (init_iterator, reseat_1, reseat_to_string): Initialize the
16327 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
16328 when iterating on a string not from display properties).
16329 (compute_display_string_pos, compute_display_string_end):
16330 Fix calculation of the object to scan. Fixes an error when using
16331 arrow keys.
16332 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
16333 base_level_stop; instead, set base_level_stop to BEGV.
16334 Fixes crashes in vertical-motion.
16335 (next_element_from_buffer): Improve commentary for when
16336 the iterator is before prev_stop.
16337 (init_iterator): Initialize bidi_p from the default value of
16338 bidi-display-reordering, not from buffer-local value. Use the
16339 buffer-local value only if initializing for buffer iteration.
16340 (handle_invisible_prop): Support invisible properties on strings
16341 that are being bidi-reordered.
16342 (set_iterator_to_next): Support bidi reordering of C strings and
16343 Lisp strings.
16344 (next_element_from_string): Support bidi reordering of Lisp
16345 strings.
16346 (handle_stop_backwards): Support Lisp strings as well.
16347 (display_string): Support display of R2L glyph rows.
16348 Use IT_STRING_CHARPOS when displaying from a Lisp string.
16349 (init_iterator): Don't initialize it->bidi_p for strings
16350 here.
16351 (reseat_to_string): Initialize it->bidi_p for strings here.
16352 (next_element_from_string, next_element_from_c_string)
16353 (next_element_from_buffer): Add xassert's for correspondence
16354 between IT's object being iterated and it->bidi_it.string
16355 structure.
16356 (face_before_or_after_it_pos): Support bidi iteration.
16357 (next_element_from_c_string): Handle the case of the first string
16358 character that is not the first one in the visual order.
16359 (get_visually_first_element): New function, refactored from common
16360 parts of next_element_from_buffer, next_element_from_string, and
16361 next_element_from_c_string.
16362 (tool_bar_lines_needed, redisplay_tool_bar)
16363 (display_menu_bar): Force left-to-right direction. Add a FIXME
16364 comment for making that be controlled by a user option.
16365 (push_it, pop_it): Save and restore the state of the
16366 bidi iterator. Save and restore the bidi_p flag.
16367 (pop_it): Iterate out of display property for string iteration as
16368 well.
16369 (iterate_out_of_display_property): Support iteration over strings.
16370 (handle_single_display_spec): Set up it->bidi_it for iteration
16371 over a display string, and call bidi_init_it.
16372 (handle_single_display_spec, next_overlay_string)
16373 (get_overlay_strings_1, push_display_prop): Set up the bidi
16374 iterator for displaying display or overlay strings.
16375 (forward_to_next_line_start): Don't use the shortcut if
16376 bidi-iterating.
16377 (back_to_previous_visible_line_start): If handle_display_prop
16378 pushed the iterator stack, restore the internal state of the bidi
16379 iterator by calling bidi_pop_it same number of times.
16380 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
16381 and we are bidi-iterating, don't decrement the iterator position;
16382 instead, set the first_elt flag in the bidi iterator, to produce
16383 the same effect.
16384 (reseat_1): Remove redundant setting of string_from_display_prop_p.
16385 (push_display_prop): xassert that we are iterating a buffer.
16386 (push_it, pop_it): Save and restore paragraph_embedding member.
16387 (handle_single_display_spec, next_overlay_string)
16388 (get_overlay_strings_1, reseat_1, reseat_to_string)
16389 (push_display_prop): Set up the `unibyte' member of bidi_it.string
16390 correctly. Don't assume unibyte strings are not bidi-reordered.
16391 (compute_display_string_pos)
16392 (compute_display_string_end): Fix handling the case of C string.
16393 (push_it, pop_it): Save and restore from_disp_prop_p.
16394 (handle_single_display_spec, push_display_prop): Set the
16395 from_disp_prop_p flag.
16396 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
16397 (pop_it): Call iterate_out_of_display_property only if we are
16398 popping after iteration over a string that came from a display
16399 property. Fix a typo in popping stretch info. Add an assertion
16400 for verifying that the iterator position is in sync with the bidi
16401 iterator.
16402 (handle_single_display_spec, get_overlay_strings_1)
16403 (push_display_prop): Fix initialization of paragraph direction for
16404 string when that of the parent object is not yet determined.
16405 (reseat_1): Call bidi_init_it to resync the bidi
16406 iterator with IT's position. (Bug#7616)
16407 (find_row_edges): If ROW->start.pos gives position
16408 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
16409 (handle_stop, back_to_previous_visible_line_start, reseat_1):
16410 Reset the from_disp_prop_p flag.
16411 (SAVE_IT, RESTORE_IT): New macros.
16412 (pos_visible_p, face_before_or_after_it_pos)
16413 (back_to_previous_visible_line_start)
16414 (move_it_in_display_line_to, move_it_in_display_line)
16415 (move_it_to, move_it_vertically_backward, move_it_by_lines)
16416 (try_scrolling, redisplay_window, display_line): Use them when
16417 saving a temporary copy of the iterator and restoring it back.
16418 (back_to_previous_visible_line_start, reseat_1)
16419 (init_iterator): Empty the bidi cache "stack".
16420 (move_it_in_display_line_to): If iterator ended up at
16421 EOL, but we never saw any buffer positions smaller than
16422 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
16423 motion in bidi-reordered lines.
16424 (move_it_in_display_line_to): Record prev_method and prev_pos
16425 immediately before the call to set_iterator_to_next. Fixes cursor
16426 motion in bidi-reordered lines with stretch glyphs and strings
16427 displayed in margins. (Bug#8133) (Bug#8867)
16428 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
16429 TO_CHARPOS.
16430 (pos_visible_p): Support positions in bidi-reordered lines.
16431 Save and restore bidi cache.
16432
16433 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
16434 (bidi_paragraph_info): Delete unused struct.
16435 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
16436 (bidi_cache_start): New variable.
16437 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
16438 to zero.
16439 (bidi_cache_fetch_state, bidi_cache_search)
16440 (bidi_cache_find_level_change, bidi_cache_iterator_state)
16441 (bidi_cache_find, bidi_peek_at_next_level)
16442 (bidi_level_of_next_char, bidi_find_other_level_edge)
16443 (bidi_move_to_visually_next): Compare cache index with
16444 bidi_cache_start rather than with zero.
16445 (bidi_fetch_char): Accept new argument STRING; all callers
16446 changed. Support iteration over a string. Support strings with
16447 display properties. Support unibyte strings. Fix the type of
16448 `len' according to what STRING_CHAR_AND_LENGTH expects.
16449 (bidi_paragraph_init, bidi_resolve_explicit_1)
16450 (bidi_resolve_explicit, bidi_resolve_weak)
16451 (bidi_level_of_next_char, bidi_move_to_visually_next):
16452 Support iteration over a string.
16453 (bidi_set_sor_type, bidi_resolve_explicit_1)
16454 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
16455 can now be zero (for strings); special values 0 and -1 were
16456 changed to -1 and -2, respectively.
16457 (bidi_char_at_pos): New function.
16458 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
16459 Call it instead of FETCH_MULTIBYTE_CHAR.
16460 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
16461 initialized to valid values.
16462 (bidi_init_it): Don't initialize charpos and bytepos with invalid
16463 values.
16464 (bidi_level_of_next_char): Allow the sentinel "position" to pass
16465 the test for valid cached positions. Fix the logic for looking up
16466 the sentinel state in the cache. GCPRO the Lisp string we are
16467 iterating.
16468 (bidi_push_it, bidi_pop_it): New functions.
16469 (bidi_initialize): Initialize the bidi cache start stack pointer.
16470 (bidi_cache_ensure_space): New function, refactored from part of
16471 bidi_cache_iterator_state. Don't assume the required size is just
16472 one BIDI_CACHE_CHUNK away.
16473 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
16474 (bidi_count_bytes, bidi_char_at_pos): New functions.
16475 (bidi_cache_search): Don't assume bidi_cache_last_idx is
16476 always valid if bidi_cache_idx is valid.
16477 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
16478 is valid if it's going to be used.
16479 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
16480 (bidi_cache_fetch_state, bidi_cache_search)
16481 (bidi_cache_find_level_change, bidi_cache_ensure_space)
16482 (bidi_cache_iterator_state, bidi_cache_find)
16483 (bidi_find_other_level_edge, bidi_cache_start_stack):
16484 All variables related to cache indices are now EMACS_INT.
16485
16486 * dispextern.h (struct bidi_string_data): New structure.
16487 (struct bidi_it): New member `string'. Make flag members be 1-bit
16488 fields, and put them last in the struct.
16489 (compute_display_string_pos, compute_display_string_end):
16490 Update prototypes.
16491 (bidi_push_it, bidi_pop_it): Add prototypes.
16492 (struct iterator_stack_entry): New members bidi_p,
16493 paragraph_embedding, and from_disp_prop_p.
16494 (struct it): Member bidi_p is now a bit field 1 bit wide.
16495 (bidi_shelve_cache, bidi_unshelve_cache):
16496 Declare prototypes.
16497
16498 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
16499 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
16500 and vector-like objects.
16501
16502 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
16503 cache around display iteration.
16504
16505 * window.c (Fwindow_end, window_scroll_pixel_based)
16506 (displayed_window_lines, Frecenter): Save and restore the bidi
16507 cache around display iteration.
16508
16509 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16510
16511 * editfns.c (Fdelete_region): Clarify the use of the named
16512 parameters (bug#6788).
16513
16514 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16515
16516 * indent.c (Fvertical_motion): Set and restore w->pointm when
16517 saving and restoring the window's buffer (Bug#9006).
16518
16519 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16520
16521 * editfns.c (Fstring_to_char): Clarify just what is returned
16522 (bug#6576). Text by Eli Zaretskii.
16523
16524 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16525
16526 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
16527
16528 2011-07-13 Eli Zaretskii <eliz@gnu.org>
16529
16530 * buffer.c (mmap_find): Fix a typo.
16531
16532 2011-07-13 Johan Bockgård <bojohan@gnu.org>
16533
16534 Fix execution of x selection hooks.
16535 * xselect.c (Qx_lost_selection_functions)
16536 (Qx_sent_selection_functions): New vars.
16537 (syms_of_xselect): DEFSYM them.
16538 (x_handle_selection_request): Pass Qx_sent_selection_functions
16539 rather than Vx_sent_selection_functions to Frun_hook_with_args.
16540 (x_handle_selection_clear,x_clear_frame_selections):
16541 Pass Qx_lost_selection_functions rather than
16542 Vx_lost_selection_functions to Frun_hook_with_args.
16543
16544 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
16545
16546 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
16547 The old code sometimes used this field without initializing it.
16548
16549 * alloc.c (gc_sweep): Don't read past end of array.
16550 In theory, the old code could also have corrupted Emacs internals,
16551 though it'd be very unlikely.
16552
16553 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
16554
16555 * character.c (Fcharacterp): Don't advertise optional ignored
16556 argument. (Bug#4026)
16557
16558 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16559
16560 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
16561 key" (bug#4257).
16562
16563 * window.c (Fset_window_start): Doc fix (bug#4199).
16564 (Fset_window_hscroll): Ditto.
16565
16566 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
16567
16568 Fix minor new problems caught by GCC 4.6.1.
16569 * term.c (init_tty): Remove unused local.
16570 * xsettings.c (store_monospaced_changed): Define this function only
16571 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
16572 not used otherwise.
16573
16574 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16575
16576 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
16577
16578 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16579
16580 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
16581 are the mini-buffer and the echo area (bug#3320).
16582
16583 * term.c (init_tty): Remove support for supdup, c10 and perq
16584 terminals, which are no longer supported (bug#1482).
16585
16586 2011-07-10 Johan Bockgård <bojohan@gnu.org>
16587
16588 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
16589
16590 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
16591
16592 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
16593 for non-popups (Bug#3642).
16594
16595 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
16596
16597 * alloc.c (reset_malloc_hooks): Protoize.
16598 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
16599 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
16600 * cm.c (losecursor): Likewise.
16601 * data.c (fmod): Likewise.
16602 * dispnew.c (swap_glyphs_in_rows): Likewise.
16603 * emacs.c (memory_warning_signal): Likewise.
16604 * floatfns.c (float_error): Likewise.
16605 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
16606 (otf_open, font_otf_capability, generate_otf_features)
16607 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16608 Likewise.
16609 * image.c (pbm_read_file): Likewise.
16610 * indent.c (string_display_width): Likewise.
16611 * intervals.c (check_for_interval, search_for_interval)
16612 (inc_interval_count, count_intervals, root_interval)
16613 (adjust_intervals_for_insertion, make_new_interval): Likewise.
16614 * lread.c (defalias): Likewise.
16615 * ralloc.c (r_alloc_check): Likewise.
16616 * regex.c (set_image_of_range_1, set_image_of_range)
16617 (regex_grow_registers): Likewise.
16618 * sysdep.c (strerror): Likewise.
16619 * termcap.c (valid_filename_p, tprint, main): Likewise.
16620 * tparam.c (main): Likewise.
16621 * unexhp9k800.c (run_time_remap, save_data_space)
16622 (update_file_ptrs, read_header, write_header, calculate_checksum)
16623 (copy_file, copy_rest, display_header): Likewise.
16624 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
16625 Likewise.
16626 * xdisp.c (check_it): Likewise.
16627 * xfaces.c (register_color, unregister_color, unregister_colors):
16628 Likewise.
16629 * xfns.c (print_fontset_result): Likewise.
16630 * xrdb.c (member, fatal, main): Likewise.
16631
16632 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
16633
16634 Fix minor problems found by static checking (Bug#9031).
16635 * chartab.c (char_table_set_range, map_sub_char_table):
16636 Remove unused locals.
16637 (uniprop_table): Now static.
16638 * composite.c (_work_char): Remove unused static var.
16639
16640 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
16641
16642 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
16643
16644 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
16645
16646 * gtkutil.c (qttip_cb): Remove code without function.
16647
16648 2011-07-09 Eli Zaretskii <eliz@gnu.org>
16649
16650 * w32.c (pthread_sigmask): New stub.
16651
16652 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
16653
16654 Use pthread_sigmask, not sigprocmask (Bug#9010).
16655 sigprocmask is portable only for single-threaded applications, and
16656 Emacs can be multi-threaded when it uses GTK.
16657 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
16658 (LIBES): Use it.
16659 * callproc.c (Fcall_process):
16660 * process.c (create_process):
16661 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
16662 Use pthread_sigmask, not sigprocmask.
16663
16664 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
16665
16666 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
16667 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
16668 wrong (Bug#8591).
16669
16670 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
16671
16672 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
16673 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
16674 (xg_hide_tooltip): Fix comment.
16675
16676 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
16677 in registerServicesMenuSendTypes.
16678 (validRequestorForSendType): Don't check ns_return_types.
16679
16680 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
16681 ns_return_type.
16682
16683 2011-07-08 Jason Rumney <jasonr@gnu.org>
16684
16685 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
16686 SH_SHOW for hidden windows (Bug#5482).
16687
16688 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
16689 frame struct members of non-existent frames (Bug#6284).
16690
16691 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
16692
16693 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
16694 variable firstTime not needed on OSX >= 10.6.
16695 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
16696 >= 10.5. Use setKnobProportion, setDoubleValue.
16697
16698 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
16699 (MAC_OS_X_VERSION_10_5): Define if not defined.
16700 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
16701 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
16702 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
16703
16704 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
16705 cString and lossyCString on OSX >= 10.4.
16706
16707 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
16708 sizeToFit on OSX >= 10.2.
16709
16710 * nsimage.m (allocInitFromFile): Don't use deprecated method
16711 bestRepresentationForDevice on OSX >= 10.6.
16712
16713 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
16714 to avoid warning.
16715
16716 * emacs.c: Declare unexec_init_emacs_zone.
16717
16718 * nsgui.h: Fix compiler warning about gnulib redefining verify.
16719
16720 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
16721
16722 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
16723 on svcsMenu (Bug#8842).
16724
16725 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
16726 ns_return_types.
16727 (Fns_list_services): Just return Qnil on 10.6, code not working there.
16728
16729 * nsterm.m (QUTF8_STRING): Declare.
16730 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
16731 (validRequestorForSendType): Return type is (id).
16732 Change indexOfObjectIdenticalTo to indexOfObject.
16733 Check if we have local selection before returning self (Bug#8842).
16734 (writeSelectionToPasteboard): Put local selection into paste board
16735 if we have a local selection (Bug#8842).
16736 (syms_of_nsterm): DEFSYM QUTF8_STRING.
16737
16738 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
16739 (ns_get_local_selection): Declare.
16740
16741 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16742
16743 * keymap.c (describe_map_tree): Don't insert a double newline at
16744 the end of the buffer (bug#1169) and return whether we inserted
16745 something.
16746
16747 * callint.c (Fcall_interactively): Change "reading args" to
16748 "providing args" to try to clarify what it does (bug#1010).
16749
16750 2011-07-07 Kenichi Handa <handa@m17n.org>
16751
16752 * composite.c (composition_compute_stop_pos): Ignore a static
16753 composition starting before CHARPOS (Bug#8915).
16754
16755 * xdisp.c (handle_composition_prop): Likewise.
16756
16757 2011-07-07 Eli Zaretskii <eliz@gnu.org>
16758
16759 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
16760 (Bug#9015)
16761
16762 2011-07-07 Kenichi Handa <handa@m17n.org>
16763
16764 * character.h (unicode_category_t): New enum type.
16765
16766 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
16767 (Qchar_code_property_table): New variable.
16768 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
16769 (UNIPROP_COMPRESSED_FORM_P): New macros.
16770 (char_table_ascii): Uncompress the compressed values.
16771 (sub_char_table_ref): New arg is_uniprop. Callers changed.
16772 Uncompress the compressed values.
16773 (sub_char_table_ref_and_range): Likewise.
16774 (char_table_ref_and_range): Uncompress the compressed values.
16775 (sub_char_table_set): New arg is_uniprop. Callers changed.
16776 Uncompress the compressed values.
16777 (sub_char_table_set_range): Args changed. Callers changed.
16778 (char_table_set_range): Adjuted for the above change.
16779 (map_sub_char_table): Delete args default_val and parent. Add arg
16780 top. Give decoded values to a Lisp function.
16781 (map_char_table): Adjust for the above change. Give decoded
16782 values to a Lisp function. Gcpro more variables.
16783 (uniprop_table_uncompress)
16784 (uniprop_decode_value_run_length): New functions.
16785 (uniprop_decoder, uniprop_decoder_count): New variables.
16786 (uniprop_get_decoder, uniprop_encode_value_character)
16787 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
16788 New functions.
16789 (uniprop_encoder, uniprop_encoder_count): New variables.
16790 (uniprop_get_encoder, uniprop_table)
16791 (Funicode_property_table_internal, Fget_unicode_property_internal)
16792 (Fput_unicode_property_internal): New functions.
16793 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
16794 Sunicode_property_table_internal, Sget_unicode_property_internal,
16795 and Sput_unicode_property_internal. Defvar_lisp
16796 char-code-property-alist.
16797
16798 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
16799 Vunicode_category_table.
16800
16801 * font.c (font_range): Adjust for the change of
16802 Vunicode_category_table.
16803
16804 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
16805
16806 * m/iris4d.h: Remove file, move contents ...
16807 * s/irix6-5.h: ... here.
16808
16809 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
16810
16811 Remove unportable assumption about struct layout (Bug#8884).
16812 * alloc.c (mark_buffer):
16813 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
16814 (clone_per_buffer_values): Don't assume that
16815 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
16816 This isn't true in general, and it's particularly not true
16817 if Emacs is configured with --with-wide-int.
16818 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
16819 New macros, used in the buffer.c change.
16820
16821 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16822
16823 * xsettings.c: Use both GConf and GSettings if both are available.
16824 (store_config_changed_event): Add comment.
16825 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
16826 (store_tool_bar_style_changed): New functions.
16827 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
16828 (struct xsettings): Move font inside HAVE_XFT.
16829 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
16830 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
16831 Move inside HAVE_XFT.
16832 (something_changed_gsettingsCB): Rename from something_changedCB.
16833 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
16834 also.
16835 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
16836 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
16837 (something_changed_gconfCB): Rename from something_changedCB.
16838 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
16839 (parse_settings): Move check for font inside HAVE_XFT.
16840 (read_settings, apply_xft_settings): Add comment.
16841 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
16842 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
16843 call store_font_name_changed.
16844 (xft_settings_event): Add comment.
16845 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
16846 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
16847 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
16848 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
16849 (xsettings_initialize): Call init_gsettings last.
16850 (xsettings_get_system_font, xsettings_get_system_normal_font):
16851 Add comment.
16852
16853 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
16854
16855 Random fixes. E.g., (random) never returned negative values.
16856 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
16857 subseconds part to the entropy, as that's a bit more random.
16858 Prefer signed to unsigned, since the signedness doesn't matter and
16859 in general we prefer signed. When given a limit, use a
16860 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
16861 latter isn't right if USE_2_TAGS_FOR_INTS.
16862 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
16863 not 0..VALMASK. Don't discard "excess" bits that random () returns.
16864
16865 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16866
16867 * textprop.c (text_property_stickiness):
16868 Obey Vtext_property_default_nonsticky.
16869 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
16870 * w32fns.c (syms_of_w32fns):
16871 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
16872
16873 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16874
16875 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
16876 This is more efficient than Ffile_directory_p and avoids a minor race.
16877
16878 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16879
16880 * buffer.c (Foverlay_put): Say what the return value is
16881 (bug#7835).
16882
16883 * fileio.c (barf_or_query_if_file_exists): Check first if the file
16884 is a directory before asking whether to use the file name
16885 (bug#7564).
16886 (barf_or_query_if_file_exists): Make the "File is a directory"
16887 error be more correct.
16888
16889 * fns.c (Frequire): Remove the mention of the .gz files, since
16890 that's installation-specific, but keep the mention of
16891 `get-load-suffixes'.
16892
16893 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16894
16895 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
16896 Report string overflow if the output is too long.
16897
16898 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16899
16900 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
16901 (syms_of_gnutls): Remove duplicate DEFSYM for
16902 Qgnutls_bootprop_verify_hostname_error, an error for
16903 Qgnutls_bootprop_verify_error (which is no longer used).
16904
16905 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
16906 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
16907 Also (re)move comments that are misplaced or no longer relevant.
16908
16909 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16910
16911 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
16912
16913 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16914
16915 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
16916 and background color parameters if they have been changed.
16917
16918 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16919
16920 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
16921
16922 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16923
16924 * xsettings.c (SYSTEM_FONT): Define only when used.
16925 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
16926
16927 * keymap.c (access_keymap_1): Now static.
16928
16929 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
16930
16931 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
16932 leave any prefix arg for the up event (Bug#1586).
16933
16934 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16935
16936 * lread.c (syms_of_lread): Mention single symbols defined by
16937 `defvar' or `defconst' (bug#7154).
16938
16939 * fns.c (Frequire): Mention .el.gz files (bug#7314).
16940 (Frequire): Mention get-load-suffixes.
16941
16942 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16943
16944 * window.h (window): Remove clone_number slot.
16945 * window.c (Fwindow_clone_number, Fset_window_clone_number):
16946 Remove.
16947 (make_parent_window, make_window, saved_window)
16948 (Fset_window_configuration, save_window_save): Don't deal with
16949 clone numbers.
16950 * buffer.c (Qclone_number): Remove declaration.
16951 (sort_overlays, overlay_strings): Don't deal with clone numbers.
16952
16953 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16954
16955 Add multiple inheritance to keymaps.
16956 * keymap.c (Fmake_composed_keymap): New function.
16957 (Fset_keymap_parent): Simplify.
16958 (fix_submap_inheritance): Remove.
16959 (access_keymap_1): New function extracted from access_keymap to handle
16960 embedded parents and handle lists of maps.
16961 (access_keymap): Use it.
16962 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
16963 (Fcopy_keymap): Handle embedded parents.
16964 (Fcommand_remapping, define_as_prefix): Simplify.
16965 (Fkey_binding): Simplify.
16966 (syms_of_keymap): Move minibuffer-local-completion-map,
16967 minibuffer-local-filename-completion-map,
16968 minibuffer-local-must-match-map, and
16969 minibuffer-local-filename-must-match-map to Elisp.
16970 (syms_of_keymap): Defsubr make-composed-keymap.
16971 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
16972 (parse_menu_item): Trivial simplification.
16973
16974 2011-07-01 Glenn Morris <rgm@gnu.org>
16975
16976 * Makefile.in (SETTINGS_LIBS): Fix typo.
16977
16978 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
16979
16980 * coding.c (Fencode_coding_string): Record the last coding system
16981 used, as the function doc string says (bug#8738).
16982
16983 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
16984
16985 * xsettings.c (store_monospaced_changed): Take new font as arg and
16986 check for change against current_mono_font.
16987 (EMACS_TYPE_SETTINGS): Remove this and related defines.
16988 (emacs_settings_constructor, emacs_settings_get_property)
16989 (emacs_settings_set_property, emacs_settings_class_init)
16990 (emacs_settings_init, gsettings_obj): Remove.
16991 (something_changedCB): New function for HAVE_GSETTINGS.
16992 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
16993 with value as argument.
16994 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
16995 g_settings_new (Bug#8967). Do not create gsettings_obj.
16996 Remove calls to g_settings_bind. Connect something_changedCB to
16997 "changed".
16998
16999 * xgselect.c: Add defined (HAVE_GSETTINGS).
17000 (xgselect_initialize): Ditto.
17001
17002 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
17003 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
17004 xg_select.
17005
17006 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17007
17008 * eval.c (struct backtrace): Simplify and port the data structure.
17009 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
17010 signed bit field, as this assumption is not portable and it makes
17011 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
17012 "char debug_on_exit : 1" as this is not portable either; instead,
17013 use the portable "unsigned int debug_on_exit : 1". Remove unused
17014 member evalargs. Remove obsolete comments about cc bombing out.
17015
17016 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
17017
17018 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
17019 Let HAVE_GSETTINGS override HAVE_GCONF.
17020 (store_monospaced_changed): New function.
17021 (EMACS_SETTINGS): A new type derived from GObject to handle
17022 GSettings notifications.
17023 (emacs_settings_constructor, emacs_settings_get_property)
17024 (emacs_settings_set_property, emacs_settings_class_init):
17025 New functions.
17026 (gsettings_client, gsettings_obj): New variables.
17027 (GSETTINGS_SCHEMA): New define.
17028 (something_changedCB): Call store_monospaced_changed.
17029 (init_gsettings): New function.
17030 (xsettings_initialize): Call init_gsettings.
17031 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
17032 to NULL.
17033
17034 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
17035 GCONF_CFLAGS/LIBS.
17036
17037 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17038
17039 * window.c (resize_root_window, grow_mini_window)
17040 (shrink_mini_window): Rename Qresize_root_window to
17041 Qwindow_resize_root_window and Qresize_root_window_vertically to
17042 Qwindow_resize_root_window_vertically.
17043
17044 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
17045
17046 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
17047
17048 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
17049
17050 * makefile.w32-in: Redesign dependencies so they reflect more
17051 clearly which files are directly included by each source file,
17052 and not through other includes.
17053
17054 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17055
17056 * buffer.c (Qclone_number): Declare static and DEFSYM it.
17057 (sort_overlays, overlay_strings): When an overlay's clone number
17058 matches the window's clone number process the overlay even if
17059 the overlay's window property doesn't match the current window.
17060
17061 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
17062 (Fwindow_hchild): Rename to Fwindow_left_child.
17063 (Fwindow_next): Rename to Fwindow_next_sibling.
17064 (Fwindow_prev): Rename to Fwindow_prev_sibling.
17065 (resize_window_check): Rename to window_resize_check.
17066 (resize_window_apply): Rename to window_resize_apply.
17067 (Fresize_window_apply): Rename to Fwindow_resize_apply.
17068 (Fdelete_other_windows_internal, resize_frame_windows)
17069 (Fsplit_window_internal, Fdelete_window_internal)
17070 (grow_mini_window, shrink_mini_window)
17071 (Fresize_mini_window_internal): Fix callers accordingly.
17072
17073 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
17074
17075 * emacsgtkfixed.h: State that this is only used with Gtk+3.
17076 (emacs_fixed_set_min_size): Remove.
17077 (emacs_fixed_new): Take frame as argument.
17078
17079 * emacsgtkfixed.c: State that this is only used with Gtk+3.
17080 (_EmacsFixedPrivate): Remove minwidth/height.
17081 Add struct frame *f.
17082 (emacs_fixed_init): Initialize priv->f.
17083 (get_parent_class, emacs_fixed_set_min_size): Remove.
17084 (emacs_fixed_new): Set priv->f to argument.
17085 (emacs_fixed_get_preferred_width)
17086 (emacs_fixed_get_preferred_height): Use min_width/height from
17087 frames size_hint to set minimum and natural (Bug#8919).
17088 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
17089 and use min_width/height from frames size_hint to set
17090 min_width/height (Bug#8919).
17091
17092 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
17093 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
17094 Fix indentation.
17095
17096 2011-06-26 Eli Zaretskii <eliz@gnu.org>
17097
17098 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
17099 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
17100 called at ZV.
17101
17102 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17103
17104 * process.c (wait_reading_process_output): Bypass select if
17105 waiting for a cell while ignoring keyboard input, and input is
17106 pending. Suggested by Jan Djärv (Bug#8869).
17107
17108 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
17109
17110 Use gnulib's dup2 module instead of rolling our own.
17111 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
17112
17113 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17114
17115 * dispnew.c (scrolling_window): Before scrolling, turn off a
17116 mouse-highlight in the window being scrolled.
17117
17118 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17119
17120 Move DEFSYM to lisp.h and use everywhere.
17121
17122 * character.h (DEFSYM): Move declaration...
17123 * lisp.h (DEFSYM): ...here.
17124
17125 * gnutls.c:
17126 * minibuf.c:
17127 * w32menu.c:
17128 * w32proc.c:
17129 * w32select.c: Don't include character.h.
17130
17131 * alloc.c (syms_of_alloc):
17132 * buffer.c (syms_of_buffer):
17133 * bytecode.c (syms_of_bytecode):
17134 * callint.c (syms_of_callint):
17135 * casefiddle.c (syms_of_casefiddle):
17136 * casetab.c (init_casetab_once):
17137 * category.c (init_category_once, syms_of_category):
17138 * ccl.c (syms_of_ccl):
17139 * cmds.c (syms_of_cmds):
17140 * composite.c (syms_of_composite):
17141 * dbusbind.c (syms_of_dbusbind):
17142 * dired.c (syms_of_dired):
17143 * dispnew.c (syms_of_display):
17144 * doc.c (syms_of_doc):
17145 * editfns.c (syms_of_editfns):
17146 * emacs.c (syms_of_emacs):
17147 * eval.c (syms_of_eval):
17148 * fileio.c (syms_of_fileio):
17149 * fns.c (syms_of_fns):
17150 * frame.c (syms_of_frame):
17151 * fringe.c (syms_of_fringe):
17152 * insdel.c (syms_of_insdel):
17153 * keymap.c (syms_of_keymap):
17154 * lread.c (init_obarray, syms_of_lread):
17155 * macros.c (syms_of_macros):
17156 * msdos.c (syms_of_msdos):
17157 * print.c (syms_of_print):
17158 * process.c (syms_of_process):
17159 * search.c (syms_of_search):
17160 * sound.c (syms_of_sound):
17161 * syntax.c (init_syntax_once, syms_of_syntax):
17162 * terminal.c (syms_of_terminal):
17163 * textprop.c (syms_of_textprop):
17164 * undo.c (syms_of_undo):
17165 * w32.c (globals_of_w32):
17166 * window.c (syms_of_window):
17167 * xdisp.c (syms_of_xdisp):
17168 * xfaces.c (syms_of_xfaces):
17169 * xfns.c (syms_of_xfns):
17170 * xmenu.c (syms_of_xmenu):
17171 * xsettings.c (syms_of_xsettings):
17172 * xterm.c (syms_of_xterm): Use DEFSYM.
17173
17174 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
17175
17176 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
17177
17178 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
17179
17180 Integer and buffer overflow fixes (Bug#8873).
17181
17182 * print.c (printchar, strout): Check for string overflow.
17183 (PRINTPREPARE, printchar, strout):
17184 Don't set size unless allocation succeeds.
17185
17186 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
17187 for sizes. Check for string overflow more accurately.
17188 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
17189
17190 * macros.c: Integer and buffer overflow fixes.
17191 * keyboard.h (struct keyboard.kbd_macro_bufsize):
17192 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
17193 Use ptrdiff_t, not int, for sizes.
17194 Don't increment bufsize until after realloc succeeds.
17195 Check for size-calculation overflow.
17196 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
17197
17198 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
17199
17200 * lread.c: Integer overflow fixes.
17201 (read_integer): Radix is now EMACS_INT, not int,
17202 to improve quality of diagnostics for out-of-range radices.
17203 Calculate buffer size correctly for out-of-range radices.
17204 (read1): Check for integer overflow in radices, and in
17205 read-circle numbers.
17206 (read_escape): Avoid int overflow.
17207 (Fload, openp, read_buffer_size, read1)
17208 (substitute_object_recurse, read_vector, read_list, map_obarray):
17209 Use ptrdiff_t, not int, for sizes.
17210 (read1): Use EMACS_INT, not int, for sizes.
17211 Check for size overflow.
17212
17213 * image.c (cache_image): Check for size arithmetic overflow.
17214
17215 * lread.c: Integer overflow issues.
17216 (saved_doc_string_size, saved_doc_string_length)
17217 (prev_saved_doc_string_size, prev_saved_doc_string_length):
17218 Now ptrdiff_t, not int.
17219 (read1): Don't assume doc string length fits in int. Check for
17220 out-of-range doc string lengths.
17221 (read_list): Don't assume file position fits in int.
17222 (read_escape): Check for hex character overflow.
17223
17224 2011-06-22 Leo Liu <sdl.web@gmail.com>
17225
17226 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
17227 Move to minibuffer.el.
17228
17229 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
17230
17231 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
17232 The following patches are for when GLYPH_DEBUG && !XASSERT.
17233 * dispextern.h (trace_redisplay_p, dump_glyph_string):
17234 * dispnew.c (flush_stdout):
17235 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
17236 Mark as externally visible.
17237 * dispnew.c (check_window_matrix_pointers): Now static.
17238 * dispnew.c (window_to_frame_vpos):
17239 * xfns.c (unwind_create_frame):
17240 * xterm.c (x_check_font): Remove unused local.
17241 * scroll.c (CHECK_BOUNDS):
17242 * xfaces.c (cache_fache): Rename local to avoid shadowing.
17243 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
17244 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
17245 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
17246 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
17247 Now static.
17248 (debug_method_add): Use va_list and vsprintf rather than relying
17249 on undefined behavior with wrong number of arguments.
17250 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
17251 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
17252 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
17253 since we're not interested in debugging glyphs with old libraries.
17254 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
17255 GCC 4.6.0's static checking.
17256
17257 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
17258
17259 Integer overflow and signedness fixes (Bug#8873).
17260 A few related buffer overrun fixes, too.
17261
17262 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
17263
17264 * dispextern.h (struct face.stipple):
17265 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
17266 (x_bitmap_mask, x_allocate_bitmap_record)
17267 (x_create_bitmap_from_data, x_create_bitmap_from_file)
17268 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
17269 (x_create_bitmap_from_xpm_data):
17270 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
17271 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
17272 (.bitmaps_last):
17273 * xfaces.c (load_pixmap):
17274 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
17275 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
17276 (.bitmaps_last, struct x_output.icon_bitmap):
17277 Use ptrdiff_t, not int, for bitmap indexes.
17278 (x_allocate_bitmap_record): Check for size overflow.
17279 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
17280
17281 Use ptrdiff_t, not int, for overlay counts.
17282 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
17283 * editfns.c (overlays_around, get_pos_property):
17284 * textprop.c (get_char_property_and_overlay):
17285 * xdisp.c (next_overlay_change, note_mouse_highlight):
17286 * xfaces.c (face_at_buffer_position):
17287 * buffer.c (OVERLAY_COUNT_MAX): New macro.
17288 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
17289 (Fnext_overlay_change, Fprevious_overlay_change)
17290 (mouse_face_overlay_overlaps, Foverlays_in):
17291 Use ptrdiff_t, not int, for sizes.
17292 (overlays_at, overlays_in): Check for size-calculation overflow.
17293
17294 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
17295
17296 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
17297 (x_session_initialize): Do not assume string length fits in int.
17298
17299 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
17300 This is unlikely, but can occur if DPI is outlandish.
17301
17302 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
17303 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
17304
17305 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
17306 * xrdb.c (magic_file_p, search_magic_path):
17307 Omit last arg SUFFIX; it was always 0. All callers changed.
17308 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
17309
17310 * xfont.c (xfont_match): Avoid need for strlen.
17311
17312 * xfns.c: Don't assume strlen fits in int.
17313 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
17314
17315 * xdisp.c (message_log_check_duplicate): Return intmax_t,
17316 not unsigned long, as we prefer signed integers. All callers changed.
17317 Detect integer overflow in repeat count.
17318 (message_dolog): Don't assume print length fits in 39 bytes.
17319 (display_mode_element): Don't assume strlen fits in int.
17320
17321 * termcap.c: Don't assume sizes fit in int and never overflow.
17322 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
17323 (gobble_line): Check for size-calculation overflow.
17324
17325 * minibuf.c (Fread_buffer):
17326 * lread.c (intern, intern_c_string):
17327 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
17328 Don't assume string length fits in int.
17329
17330 * keyboard.c (parse_tool_bar_item):
17331 * gtkutil.c (style_changed_cb): Avoid need for strlen.
17332
17333 * font.c: Don't assume string length fits in int.
17334 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
17335 Use ptrdiff_t, not int.
17336 (font_intern_prop): Don't assume string length fits in int.
17337 Don't assume integer property fits in fixnum.
17338 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
17339
17340 * filelock.c: Fix some buffer overrun and integer overflow issues.
17341 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
17342 Reformulate so as not to need the command string.
17343 Invoke gzip -cd rather than gunzip, as it's more portable.
17344 (lock_info_type, lock_file_1, lock_file):
17345 Don't assume pid_t and time_t fit in unsigned long.
17346 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
17347 (current_lock_owner): Prefer signed type for sizes.
17348 Use memcpy, not strncpy, where memcpy is what is really wanted.
17349 Don't assume (via atoi) that time_t and pid_t fit in int.
17350 Check for time_t and/or pid_t out of range, e.g., via a network share.
17351 Don't alloca where an auto var works fine.
17352
17353 * fileio.c: Fix some integer overflow issues.
17354 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
17355 Don't assume string length fits in int.
17356 (directory_file_name): Don't assume string length fits in long.
17357 (make_temp_name): Don't assume pid fits in int, or that its print
17358 length is less than 20.
17359
17360 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
17361
17362 * coding.c (make_subsidiaries): Don't assume string length fits in int.
17363
17364 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
17365
17366 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
17367 We prefer signed integers, even for size calculations.
17368
17369 * emacs.c: Don't assume string length fits in 'int'.
17370 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
17371 (main): Don't invoke strlen when not needed.
17372
17373 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
17374 (XD_DEBUG_MESSAGE): Don't waste a byte.
17375
17376 * callproc.c (getenv_internal_1, getenv_internal)
17377 (Fgetenv_internal):
17378 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
17379
17380 * lread.c (invalid_syntax): Omit length argument.
17381 All uses changed. This doesn't fix a bug, but it simplifies the
17382 code away from its former Hollerith-constant appearance, and it's
17383 one less 'int' to worry about when looking at integer-overflow issues.
17384 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
17385
17386 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
17387 This didn't break anything, but it didn't help either.
17388 It's confusing to put a bogus integer in a place where the actual
17389 value does not matter.
17390 (LIST_END_P): Remove unused macro and its bogus comment.
17391 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
17392
17393 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
17394 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
17395 implementation.
17396 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
17397 We prefer signed types, and the value cannot exceed the EMACS_INT
17398 range anyway (because otherwise the length would not be representable).
17399 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
17400 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
17401 This avoids a GCC warning when WIDE_EMACS_INT.
17402
17403 * indent.c (sane_tab_width): New function.
17404 (current_column, scan_for_column, Findent_to, position_indentation)
17405 (compute_motion): Use it. This is just for clarity.
17406 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
17407
17408 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
17409
17410 * lisp.h (lint_assume): New macro.
17411 * composite.c (composition_gstring_put_cache):
17412 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
17413
17414 * editfns.c, insdel.c:
17415 Omit unnecessary forward decls, to simplify future changes.
17416
17417 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
17418
17419 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
17420
17421 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
17422 Use much-faster test for byte-length change.
17423 Don't assume string byte-length fits in 'int'.
17424 Check that character arg fits in 'int'.
17425 (mapcar1): Declare byte as byte, for clarity.
17426
17427 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
17428
17429 * fns.c (concat): Catch string overflow earlier.
17430 Do not rely on integer wraparound.
17431
17432 * dispextern.h (struct it.overlay_strings_charpos)
17433 (struct it.selective): Now EMACS_INT, not int.
17434 * xdisp.c (forward_to_next_line_start)
17435 (back_to_previous_visible_line_start)
17436 (reseat_at_next_visible_line_start, next_element_from_buffer):
17437 Don't arbitrarily truncate the value of 'selective' to int.
17438
17439 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
17440
17441 * composite.c: Don't truncate sizes to 'int'.
17442 (composition_gstring_p, composition_reseat_it)
17443 (composition_adjust_point): Use EMACS_INT, not int.
17444 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
17445 not EMACS_UINT, for indexes.
17446
17447 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
17448
17449 * buffer.c: Include <verify.h>.
17450 (struct sortvec.priority, struct sortstr.priority):
17451 Now EMACS_INT, not int.
17452 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
17453 (struct sortstr.size, record_overlay_string)
17454 (struct sortstrlist.size, struct sortlist.used):
17455 Don't truncate size to int.
17456 (record_overlay_string): Check for size-calculation overflow.
17457 (init_buffer_once): Check at compile-time, not run-time.
17458
17459 2011-06-22 Jim Meyering <meyering@redhat.com>
17460
17461 Don't leak an XBM-image-sized buffer
17462 * image.c (xbm_load): Free the image buffer after using it.
17463
17464 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
17465
17466 Port to Sun C.
17467 * composite.c (find_automatic_composition): Omit needless 'return 0;'
17468 that Sun C diagnosed.
17469 * fns.c (secure_hash): Fix pointer signedness issue.
17470 * intervals.c (static_offset_intervals): New function.
17471 (offset_intervals): Use it.
17472
17473 2011-06-21 Leo Liu <sdl.web@gmail.com>
17474
17475 * deps.mk (fns.o):
17476 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
17477 sha512.h.
17478
17479 * fns.c (secure_hash): Rename from crypto_hash_function and change
17480 the first arg to accept symbols.
17481 (Fsecure_hash): New primitive.
17482 (syms_of_fns): New symbols.
17483
17484 2011-06-20 Deniz Dogan <deniz@dogan.se>
17485
17486 * process.c (Fset_process_buffer): Clarify return value in
17487 docstring.
17488
17489 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17490
17491 * dispnew.c (add_window_display_history): Use BVAR.
17492
17493 * xdisp.c (debug_method_add): Use BVAR.
17494 (check_window_end, dump_glyph_matrix, dump_glyph)
17495 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
17496
17497 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
17498 Likewise.
17499
17500 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
17501 check till after the cache is created in init_frame_faces.
17502
17503 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17504
17505 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
17506
17507 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
17508
17509 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
17510 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
17511 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
17512
17513 Improve buffer-overflow checking (Bug#8873).
17514 * fileio.c (Finsert_file_contents):
17515 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
17516 Remove the old (too-loose) buffer overflow checks.
17517 They weren't needed, since make_gap checks for buffer overflow.
17518 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
17519 The old code merely checked for Emacs fixnum overflow, and relied
17520 on undefined (wraparound) behavior. The new code avoids undefined
17521 behavior, and also checks for ptrdiff_t and/or size_t overflow.
17522
17523 * editfns.c (Finsert_char): Don't dump core with very negative counts.
17524 Tune. Don't use wider integers than needed. Don't use alloca.
17525 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
17526
17527 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
17528
17529 * insdel.c, lisp.h (buffer_overflow): New function.
17530 (insert_from_buffer_1, replace_range, replace_range_2):
17531 * insdel.c (make_gap_larger):
17532 * editfns.c (Finsert_char):
17533 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
17534
17535 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
17536
17537 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
17538
17539 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
17540
17541 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
17542 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
17543
17544 * fileio.c: Don't assume EMACS_INT fits in off_t.
17545 (emacs_lseek): New static function.
17546 (Finsert_file_contents, Fwrite_region): Use it.
17547 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
17548
17549 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
17550
17551 * fns.c: Don't overflow int when computing a list length.
17552 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
17553 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
17554 truncation on 64-bit hosts. Check for QUIT every
17555 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
17556 faster and is responsive enough.
17557 (Flength): Report an error instead of overflowing an integer.
17558 (Fsafe_length): Return a float if the value is not representable
17559 as a fixnum. This shouldn't happen except in contrived situations.
17560 (Fnthcdr, Fsort): Don't assume list length fits in int.
17561 (Fcopy_sequence): Don't assume vector length fits in int.
17562
17563 * alloc.c: Check that resized vectors' lengths fit in fixnums.
17564 (header_size, word_size): New constants.
17565 (allocate_vectorlike): Don't check size overflow here.
17566 (allocate_vector): Check it here instead, since this is the only
17567 caller of allocate_vectorlike that could cause overflow.
17568 Check that the new vector's length is representable as a fixnum.
17569
17570 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
17571 The previous code was bogus. For example, next_almost_prime (32)
17572 returned 39, which is undesirable as it is a multiple of 3; and
17573 next_almost_prime (24) returned 25, which is a multiple of 5 so
17574 why was the code bothering to check for multiples of 7?
17575
17576 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
17577
17578 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
17579
17580 Variadic C functions now count arguments with ptrdiff_t.
17581 This partly undoes my 2011-03-30 change, which replaced int with size_t.
17582 Back then I didn't know that the Emacs coding style prefers signed int.
17583 Also, in the meantime I found a few more instances where arguments
17584 were being counted with int, which may truncate counts on 64-bit
17585 machines, or EMACS_INT, which may be unnecessarily wide.
17586 * lisp.h (struct Lisp_Subr.function.aMANY)
17587 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
17588 Arg counts are now ptrdiff_t, not size_t.
17589 All variadic functions and their callers changed accordingly.
17590 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
17591 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
17592 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
17593 * callint.c (Fcall_interactively): Check arg count for overflow,
17594 to avoid potential buffer overrun. Use signed char, not 'int',
17595 for 'varies' array, so that we needn't bother to check its size
17596 calculation for overflow.
17597 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
17598 * eval.c (apply_lambda):
17599 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
17600 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
17601 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
17602
17603 * callint.c (Fcall_interactively): Don't use index var as event count.
17604
17605 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
17606 * mem-limits.h (SIZE): Remove; no longer used.
17607
17608 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
17609
17610 Remove unnecessary casts.
17611 * xterm.c (x_term_init):
17612 * xfns.c (x_set_border_pixel):
17613 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
17614 These aren't needed now that we assume ANSI C.
17615
17616 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
17617 It's more likely to cause problems (due to unsigned overflow)
17618 than to cure them.
17619
17620 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
17621
17622 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
17623
17624 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
17625
17626 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
17627
17628 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
17629
17630 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
17631
17632 GLYPH_CODE_FACE returns EMACS_INT, not int.
17633 * dispextern.h (merge_faces):
17634 * xfaces.c (merge_faces):
17635 * xdisp.c (get_next_display_element, next_element_from_display_vector):
17636 Don't assume EMACS_INT fits in int.
17637
17638 * character.h (CHAR_VALID_P): Remove unused parameter.
17639 * fontset.c, lisp.h, xdisp.c: All uses changed.
17640
17641 * editfns.c (Ftranslate_region_internal): Omit redundant test.
17642
17643 * fns.c (concat): Minor tuning based on overflow analysis.
17644 This doesn't fix any bugs. Use int to hold character, instead
17645 of constantly refetching from Emacs object. Use XFASTINT, not
17646 XINT, for value known to be a character. Don't bother comparing
17647 a single byte to 0400, as it's always less.
17648
17649 * floatfns.c (Fexpt):
17650 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
17651
17652 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
17653 for characters.
17654
17655 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
17656
17657 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
17658 Without this fix, on a 64-bit host (aset S 0 4294967386) would
17659 incorrectly succeed when S was a string, because 4294967386 was
17660 truncated before it was used.
17661
17662 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
17663 Otherwise, an out-of-range integer could cause undefined behavior
17664 on a 64-bit host.
17665
17666 * composite.c: Use int, not EMACS_INT, for characters.
17667 (fill_gstring_body, composition_compute_stop_pos): Use int, not
17668 EMACS_INT, for values that are known to be in character range.
17669 This doesn't fix any bugs but is the usual style inside Emacs and
17670 may generate better code on 32-bit machines.
17671
17672 Make sure a 64-bit char is never passed to ENCODE_CHAR.
17673 This is for reasons similar to the recent CHAR_STRING fix.
17674 * charset.c (Fencode_char): Check that character arg is actually
17675 a character. Pass an int to ENCODE_CHAR.
17676 * charset.h (ENCODE_CHAR): Verify that the character argument is no
17677 wider than 'int', as a compile-time check to prevent future regressions
17678 in this area.
17679
17680 * character.c (char_string): Remove unnecessary casts.
17681
17682 Make sure a 64-bit char is never passed to CHAR_STRING.
17683 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
17684 by silently ignoring the top 32 bits, allowing some values
17685 that were far too large to be valid characters.
17686 * character.h: Include <verify.h>.
17687 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
17688 arguments are no wider than unsigned, as a compile-time check
17689 to prevent future regressions in this area.
17690 * data.c (Faset):
17691 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
17692 (Fsubst_char_in_region):
17693 * fns.c (concat):
17694 * xdisp.c (decode_mode_spec_coding):
17695 Adjust to CHAR_STRING's new requirement.
17696 * editfns.c (Finsert_char, Fsubst_char_in_region):
17697 * fns.c (concat): Check that character args are actually
17698 characters. Without this test, these functions did the wrong
17699 thing with wildly out-of-range values on 64-bit hosts.
17700
17701 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
17702 These casts should not be needed on 32-bit hosts, either.
17703 * keyboard.c (read_char):
17704 * lread.c (Fload): Remove casts to unsigned.
17705
17706 * lisp.h (UNSIGNED_CMP): New macro.
17707 This fixes comparison bugs on 64-bit hosts.
17708 (ASCII_CHAR_P): Use it.
17709 * casefiddle.c (casify_object):
17710 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
17711 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
17712 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
17713 * dispextern.h (FACE_FROM_ID):
17714 * keyboard.c (read_char): Use UNSIGNED_CMP.
17715
17716 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
17717 not to EMACS_INT, to avoid GCC warning.
17718
17719 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
17720
17721 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
17722 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
17723 isn't needed on 32-bit machines.
17724
17725 * buffer.c (Fgenerate_new_buffer_name):
17726 Use EMACS_INT for count, not int.
17727 (advance_to_char_boundary): Return EMACS_INT, not int.
17728
17729 * data.c (Qcompiled_function): Now static.
17730
17731 * window.c (window_body_lines): Now static.
17732
17733 * image.c (gif_load): Rename local to avoid shadowing.
17734
17735 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
17736 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
17737 * alloc.c (make_save_value): Integer argument is now of type
17738 ptrdiff_t, not int.
17739 (mark_object): Use ptrdiff_t, not int.
17740 * lisp.h (pD): New macro.
17741 * print.c (print_object): Use it.
17742
17743 * alloc.c: Use EMACS_INT, not int, to count objects.
17744 (total_conses, total_markers, total_symbols, total_vector_size)
17745 (total_free_conses, total_free_markers, total_free_symbols)
17746 (total_free_floats, total_floats, total_free_intervals)
17747 (total_intervals, total_strings, total_free_strings):
17748 Now EMACS_INT, not int. All uses changed.
17749 (Fgarbage_collect): Compute overall total using a double, so that
17750 integer overflow is less likely to be a problem. Check for overflow
17751 when converting back to an integer.
17752 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
17753 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
17754 These were 'int' variables that could overflow on 64-bit hosts;
17755 they were never used, so remove them instead of repairing them.
17756 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
17757 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
17758 Previously, this ceilinged at INT_MAX, but that doesn't work on
17759 64-bit machines.
17760 (allocate_pseudovector): Don't use EMACS_INT when int would do.
17761
17762 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
17763 (allocate_vectorlike): Check for ptrdiff_t overflow.
17764 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
17765 when a (possibly-narrower) signed value would do just as well.
17766 We prefer using signed arithmetic, to avoid comparison confusion.
17767
17768 * alloc.c: Catch some string size overflows that we were missing.
17769 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
17770 for convenience in STRING_BYTES_MAX.
17771 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
17772 The definition here is exact; the one in lisp.h was approximate.
17773 (allocate_string_data): Check for string overflow. This catches
17774 some instances we weren't catching before. Also, it catches
17775 size_t overflow on (unusual) hosts where SIZE_MAX <= min
17776 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
17777 and ptrdiff_t and EMACS_INT are both 64 bits.
17778
17779 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
17780 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
17781 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
17782
17783 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
17784
17785 * alloc.c (Fmake_string): Check for out-of-range init.
17786
17787 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17788
17789 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
17790
17791 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
17792
17793 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
17794 xg_get_default_scrollbar_width.
17795
17796 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
17797 (int_gtk_range_get_value): Move to the scroll bar part of the file.
17798 (style_changed_cb): Call update_theme_scrollbar_width and call
17799 x_set_scroll_bar_default_width and xg_frame_set_char_size for
17800 all frames (Bug#8505).
17801 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
17802 Call gtk_window_set_resizable if HAVE_GTK3.
17803 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
17804 and height if HAVE_GTK3 (Bug#8505).
17805 (scroll_bar_width_for_theme): New variable.
17806 (update_theme_scrollbar_width): New function.
17807 (xg_get_default_scrollbar_width): Move code to
17808 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
17809 (xg_initialize): Call update_theme_scrollbar_width.
17810
17811 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
17812
17813 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
17814
17815 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17816
17817 * frame.c (make_frame): Call other_buffer_safely instead of
17818 other_buffer.
17819
17820 * window.c (temp_output_buffer_show): Call display_buffer with
17821 second argument Vtemp_buffer_show_specifiers and reset latter
17822 immediately after the call.
17823 (Vtemp_buffer_show_specifiers): New variable.
17824 (auto_window_vscroll_p, next_screen_context_lines)
17825 (Vscroll_preserve_screen_position): Remove leading asterisks from
17826 doc-strings.
17827
17828 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
17829
17830 Fix minor problems found by GCC 4.6.0 static checking.
17831 * buffer.c (Qclone_number): Remove for now, as it's unused.
17832 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
17833 (record_buffer): Remove unused local.
17834 * frame.c (other_visible_frames, frame_buffer_list): Now static.
17835 (set_frame_buffer_list): Remove; unused.
17836 * frame.h (other_visible_frames): Remove decl.
17837 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
17838 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
17839 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
17840 if HAVE_GPM.
17841 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
17842 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
17843 Define only if HAVE_GPM.
17844 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
17845 (update_hints_inhibit): Remove; never set. All uses removed.
17846 * widgetprv.h (emacsFrameClassRec): Remove decl.
17847 * window.c (delete_deletable_window): Now returns void, since it
17848 wasn't returning anything.
17849 (compare_window_configurations): Remove unused locals.
17850 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
17851 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
17852 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
17853 the same widths as pointers. This follows up on the 2011-05-06 patch.
17854 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
17855 * xterm.h: Likewise.
17856 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
17857
17858 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
17859
17860 * makefile.w32-in: Update dependencies.
17861 (LISP_H): Add lib/intprops.h.
17862
17863 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17864
17865 * image.c (gif_load): Add animation frame delay to the metadata.
17866 (syms_of_image): Use DEFSYM. New symbol `delay'.
17867
17868 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17869
17870 * window.c (delete_deletable_window): Re-add.
17871 (Fset_window_configuration): Rewrite to handle dead buffers and
17872 consequently deletable windows.
17873 (window_tree, Fwindow_tree): Remove. Supply functionality in
17874 window.el.
17875 (compare_window_configurations): Simplify code.
17876
17877 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
17878
17879 * image.c (imagemagick_load_image): Fix type mismatch.
17880 (Fimagemagick_types): Likewise.
17881
17882 * window.h (replace_buffer_in_windows): Declare.
17883
17884 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17885
17886 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
17887 Qclone_number. Remove external declaration of Qdelete_window.
17888 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
17889 code.
17890 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
17891 Run Qbuffer_list_update_hook if allowed.
17892 (Fother_buffer): Rewrite doc-string. Major rewrite for new
17893 buffer list implementation.
17894 (other_buffer_safely): New function.
17895 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
17896 calls to replace_buffer_in_windows and
17897 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
17898 if allowed.
17899 (record_buffer): Inhibit quitting and rewrite using quittable
17900 functions. Run Qbuffer_list_update_hook if allowed.
17901 (Frecord_buffer, Funrecord_buffer): New functions.
17902 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
17903 Move switch-to-buffer to window.el.
17904 (bury-buffer): Move to window.el.
17905 (Vbuffer_list_update_hook): New variable.
17906
17907 * lisp.h (other_buffer_safely): Add prototype in buffer.c
17908 section.
17909
17910 * window.h (resize_frame_windows): Move up in code.
17911 (Fwindow_frame): Remove EXFUN.
17912 (replace_buffer_in_all_windows): Remove prototype.
17913 (replace_buffer_in_windows_safely): Add prototype.
17914
17915 * window.c: Declare Qdelete_window static again. Move down
17916 declaration of select_count.
17917 (Fnext_window, Fprevious_window): Rewrite doc-strings.
17918 (Fother_window): Move to window.el.
17919 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
17920 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
17921 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
17922 window.el.
17923 (replace_buffer_in_windows): Implement by calling
17924 Qreplace_buffer_in_windows.
17925 (replace_buffer_in_all_windows): Remove with some functionality
17926 moved into replace_buffer_in_windows_safely.
17927 (replace_buffer_in_windows_safely): New function.
17928 (select_window_norecord, select_frame_norecord): Move in front
17929 of run_window_configuration_change_hook. Remove now obsolete
17930 declarations.
17931 (Fset_window_buffer): Rewrite doc-string.
17932 Call Qrecord_window_buffer.
17933 (keys_of_window): Move binding for other-window to window.el.
17934
17935 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17936
17937 * dispextern.h (struct image): Replace data member, whose int_val
17938 and ptr_val fields were not used by anything, with a single
17939 lisp_val object.
17940
17941 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
17942 (gif_clear_image, gif_load, imagemagick_load_image)
17943 (gs_clear_image, gs_load): Callers changed.
17944
17945 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
17946
17947 * buffer.h: Include <time.h>, for time_t.
17948 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
17949
17950 Fix minor problems found by static checking.
17951
17952 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
17953
17954 Make identifiers static if they are not used in other modules.
17955 * data.c (Qcompiled_function, Qframe, Qvector):
17956 * image.c (QimageMagick, Qsvg):
17957 * minibuf.c (Qmetadata):
17958 * window.c (resize_window_check, resize_root_window): Now static.
17959 * window.h (resize_window_check, resize_root_window): Remove decls.
17960
17961 * window.c (window_deletion_count, delete_deletable_window):
17962 Remove; unused.
17963 (window_body_lines): Now static.
17964 (Fdelete_other_windows_internal): Mark vars as initialized.
17965 Make sure 'resize_failed' is initialized.
17966 (run_window_configuration_change_hook): Rename local to avoid shadowing.
17967 (resize_window_apply): Remove unused local.
17968 * window.h (delete_deletable_window): Remove decl.
17969
17970 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
17971 (imagemagick_load_image): Fix pointer signedness problem by changing
17972 last arg from unsigned char * to char *. All uses changed.
17973 Also, fix a local for similar reasons.
17974 Remove unused locals. Remove locals to avoid shadowing.
17975 (fn_rsvg_handle_free): Remove; unused.
17976 (svg_load, svg_load_image): Fix pointer signedness problem.
17977 (imagemagick_load_image): Don't use garbage pointer image_wand.
17978
17979 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
17980
17981 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
17982
17983 * image.c (gif_load): Fix omitted cast error introduced by
17984 2011-06-06 change.
17985
17986 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17987
17988 * window.h (resize_proportionally, orig_total_lines)
17989 (orig_top_line): Remove from window structure.
17990 (set_window_height, set_window_width, change_window_heights)
17991 (Fdelete_window): Remove prototypes.
17992 (resize_frame_windows): Remove duplicate declaration.
17993
17994 2011-06-10 Eli Zaretskii <eliz@gnu.org>
17995
17996 * window.h (resize_frame_windows, resize_window_check)
17997 (delete_deletable_window, resize_root_window)
17998 (resize_frame_windows): Declare prototypes.
17999
18000 * window.c (resize_window_apply): Make definition be "static" to
18001 match the prototype.
18002
18003 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18004
18005 * window.c: Remove declarations of Qwindow_size_fixed,
18006 window_min_size_1, window_min_size_2, window_min_size,
18007 size_window, window_fixed_size_p, enlarge_window, delete_window.
18008 Remove static from declaration of Qdelete_window, it's
18009 temporarily needed by Fbury_buffer.
18010 (replace_window): Don't assign orig_top_line and
18011 orig_total_lines.
18012 (Fdelete_window, delete_window): Remove. Window deletion is
18013 handled by window.el.
18014 (window_loop): Remove DELETE_OTHER_WINDOWS case.
18015 Replace Fdelete_window calls with calls to Qdelete_window.
18016 (Fdelete_other_windows): Remove. Deleting other windows is
18017 handled by window.el.
18018 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
18019 handled in window.el.
18020 (window_min_size_2, window_min_size_1, window_min_size): Remove.
18021 Window minimum sizes are handled in window.el.
18022 (shrink_windows, size_window, set_window_height)
18023 (set_window_width, change_window_heights, window_height)
18024 (window_width, CURBEG, CURSIZE, enlarge_window)
18025 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
18026 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
18027 handled in window.el.
18028 (make_dummy_parent): Rename to make_parent_window and give it a
18029 second argument horflag.
18030 (make_window): Don't set resize_proportionally any more.
18031 (Fsplit_window): Remove. Windows are split in window.el.
18032 (save_restore_action, save_restore_orig_size)
18033 (shrink_window_lowest_first, save_restore_orig_size): Remove.
18034 Resize mini windows in window.el.
18035 (grow_mini_window, shrink_mini_window): Implement by calling
18036 Qresize_root_window_vertically, resize_window_check and
18037 resize_window_apply.
18038 (saved_window, Fset_window_configuration, save_window_save):
18039 Do not handle orig_top_line, orig_total_lines, and
18040 resize_proportionally.
18041 (window_min_height, window_min_width): Move to window.el.
18042 (keys_of_window): Move bindings for delete-other-windows,
18043 split-window, delete-window and enlarge-window to window.el.
18044
18045 * buffer.c: Temporarily extern Qdelete_window.
18046 (Fbury_buffer): Temporarily call Qdelete_window instead of
18047 Fdelete_window (Fbury_buffer will move to window.el soon).
18048
18049 * frame.c (set_menu_bar_lines_1): Remove code handling
18050 orig_top_line and orig_total_lines.
18051
18052 * dispnew.c (adjust_frame_glyphs_initially): Don't use
18053 set_window_height but set heights directly.
18054 (change_frame_size_1): Use resize_frame_windows.
18055
18056 * xdisp.c (init_xdisp): Don't use set_window_height but set
18057 heights directly.
18058
18059 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
18060 Use resize_frame_windows instead of change_window_heights and run
18061 run_window_configuration_change_hook.
18062
18063 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
18064 instead of change_window_heights and run
18065 run_window_configuration_change_hook.
18066
18067 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18068
18069 * window.c (replace_window): Rename second argument REPLACEMENT to
18070 NEW. New third argument SETFLAG. Rewrite.
18071 (delete_window, make_dummy_parent): Call replace_window with
18072 third argument 1.
18073 (window_list_1): Move down in code.
18074 (run_window_configuration_change_hook): Move set_buffer part
18075 before select_frame_norecord part in order to unwind correctly.
18076 Rename count1 to count.
18077 (recombine_windows, delete_deletable_window, resize_root_window)
18078 (Fdelete_other_windows_internal)
18079 (Frun_window_configuration_change_hook, make_parent_window)
18080 (resize_window_check, resize_window_apply, Fresize_window_apply)
18081 (resize_frame_windows, Fsplit_window_internal)
18082 (Fdelete_window_internal, Fresize_mini_window_internal):
18083 New functions.
18084 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
18085
18086 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18087
18088 * window.h (window): Add some new members to window structure -
18089 normal_lines, normal_cols, new_total, new_normal, clone_number,
18090 splits, nest, prev_buffers, next_buffers.
18091 (WINDOW_TOTAL_SIZE): Move here from window.c.
18092 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
18093
18094 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
18095 Remove.
18096 (make_dummy_parent): Set new members of windows structure.
18097 (make_window): Move down in code. Handle new members of window
18098 structure.
18099 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
18100 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
18101 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
18102 (Fset_window_prev_buffers, Fwindow_next_buffers)
18103 (Fset_window_next_buffers, Fset_window_clone_number):
18104 New functions.
18105 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
18106 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
18107 Doc-string fixes.
18108 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
18109 Argument WINDOW can be now internal window too.
18110 (Fwindow_use_time): Move up in code.
18111 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
18112 Rewrite doc-string.
18113 (Fset_window_configuration, saved_window)
18114 (Fcurrent_window_configuration, save_window_save): Handle new
18115 members of window structure.
18116 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
18117 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
18118 (syms_of_window): New Lisp objects Qrecord_window_buffer,
18119 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
18120 Qget_mru_window, Qresize_root_window,
18121 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
18122 Qauto_buffer_name; staticpro them.
18123
18124 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18125
18126 * window.c (Fwindow_total_size, Fwindow_left_column)
18127 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
18128 (Fwindow_list_1): New functions.
18129 (window_box_text_cols): Replace with window_body_cols.
18130 (Fwindow_width, Fscroll_left, Fscroll_right):
18131 Use window_body_cols instead of window_box_text_cols.
18132 (delete_window, Fset_window_configuration):
18133 Call delete_all_subwindows with window as argument.
18134 (delete_all_subwindows): Take a window as argument and not a
18135 structure. Rewrite.
18136 (window_loop): Remove handling of GET_LRU_WINDOW and
18137 GET_LARGEST_WINDOW.
18138 (Fget_lru_window, Fget_largest_window): Move to window.el.
18139
18140 * window.h: Extern window_body_cols instead of
18141 window_box_text_cols. delete_all_subwindows now takes a
18142 Lisp_Object as argument.
18143
18144 * indent.c (compute_motion, Fcompute_motion):
18145 Use window_body_cols instead of window_box_text_cols.
18146
18147 * frame.c (delete_frame): Call delete_all_subwindows with root
18148 window as argument.
18149
18150 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
18151
18152 * fns.c (Fputhash): Document return value.
18153
18154 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
18155
18156 * image.c (gif_load): Implement gif89a spec "no disposal" method.
18157
18158 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
18159
18160 Cons<->int and similar integer overflow fixes (Bug#8794).
18161
18162 Check for overflow when converting integer to cons and back.
18163 * charset.c (Fdefine_charset_internal, Fdecode_char):
18164 Use cons_to_unsigned to catch overflow.
18165 (Fencode_char): Use INTEGER_TO_CONS.
18166 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
18167 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
18168 * data.c (long_to_cons, cons_to_long): Remove.
18169 (cons_to_unsigned, cons_to_signed): New functions.
18170 These signal an error for invalid or out-of-range values.
18171 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
18172 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
18173 * font.c (Ffont_variation_glyphs):
18174 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
18175 * lisp.h: Include <intprops.h>.
18176 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
18177 (cons_to_signed, cons_to_unsigned): New decls.
18178 (long_to_cons, cons_to_long): Remove decls.
18179 * undo.c (record_first_change): Use INTEGER_TO_CONS.
18180 (Fprimitive_undo): Use CONS_TO_INTEGER.
18181 * xfns.c (Fx_window_property): Likewise.
18182 * xselect.c: Include <limits.h>.
18183 (x_own_selection, selection_data_to_lisp_data):
18184 Use INTEGER_TO_CONS.
18185 (x_handle_selection_request, x_handle_selection_clear)
18186 (x_get_foreign_selection, Fx_disown_selection_internal)
18187 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
18188 (lisp_data_to_selection_data): Use cons_to_unsigned.
18189 (x_fill_property_data): Use cons_to_signed.
18190 Report values out of range.
18191
18192 Check for buffer and string overflow more precisely.
18193 * buffer.h (BUF_BYTES_MAX): New macro.
18194 * lisp.h (STRING_BYTES_MAX): New macro.
18195 * alloc.c (Fmake_string):
18196 * character.c (string_escape_byte8):
18197 * coding.c (coding_alloc_by_realloc):
18198 * doprnt.c (doprnt):
18199 * editfns.c (Fformat):
18200 * eval.c (verror):
18201 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
18202 since they may not be the same number.
18203 * editfns.c (Finsert_char):
18204 * fileio.c (Finsert_file_contents):
18205 Likewise for BUF_BYTES_MAX.
18206
18207 * image.c: Use ptrdiff_t, not int, for sizes.
18208 (slurp_file): Switch from int to ptrdiff_t.
18209 All uses changed.
18210 (slurp_file): Check that file size fits in both size_t (for
18211 malloc) and ptrdiff_t (for sanity and safety).
18212
18213 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
18214 if b->modtime has its maximal value.
18215
18216 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
18217
18218 Don't assume time_t can fit into int.
18219 * buffer.h (struct buffer.modtime): Now time_t, not int.
18220 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
18221 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
18222
18223 Minor fixes for signed vs unsigned integers.
18224 * character.h (MAYBE_UNIFY_CHAR):
18225 * charset.c (maybe_unify_char):
18226 * keyboard.c (read_char, reorder_modifiers):
18227 XINT -> XFASTINT, since the integer must be nonnegative.
18228 * ftfont.c (ftfont_spec_pattern):
18229 * keymap.c (access_keymap, silly_event_symbol_error):
18230 XUINT -> XFASTINT, since the integer must be nonnegative.
18231 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
18232 since it makes no difference and we prefer signed.
18233 * keyboard.c (record_char): Use XUINT when all the neighbors do.
18234 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
18235 nonnegative.
18236
18237 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18238
18239 * window.h (Fwindow_frame): Declare.
18240
18241 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
18242
18243 * alloc.c: Simplify handling of large-request failures (Bug#8800).
18244 (SPARE_MEMORY): Always define.
18245 (LARGE_REQUEST): Remove.
18246 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
18247
18248 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18249
18250 * lisp.h: Move EXFUNS for Fframe_root_window,
18251 Fframe_first_window and Fset_frame_selected_window to window.h.
18252
18253 * window.h: Move EXFUNS for Fframe_root_window,
18254 Fframe_first_window and Fset_frame_selected_window here from
18255 lisp.h.
18256
18257 * frame.c (Fwindow_frame, Fframe_first_window)
18258 (Fframe_root_window, Fframe_selected_window)
18259 (Fset_frame_selected_window): Move to window.c.
18260 (Factive_minibuffer_window): Move to minibuf.c.
18261 (Fother_visible_frames_p): New function.
18262
18263 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
18264
18265 * window.c (decode_window, decode_any_window): Move up in code.
18266 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
18267 (inhibit_frame_unsplittable): Remove unused variable.
18268 (Fwindow_buffer): Move up and rewrite doc-string.
18269 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
18270 (Fwindow_prev): New functions.
18271 (Fwindow_frame): Move here from frame.c. Accept any window as
18272 argument.
18273 (Fframe_root_window, Fframe_first_window)
18274 (Fframe_selected_window): Move here from frame.c. Accept frame
18275 or arbitrary window as argument. Update doc-strings.
18276 (Fminibuffer_window): Move up in code.
18277 (Fwindow_minibuffer_p): Move up in code and simplify.
18278 (Fset_frame_selected_window): Move here from frame.c.
18279 Marginal rewrite.
18280 (Fselected_window, select_window, Fselect_window): Move up in
18281 code. Minor doc-string fixes.
18282
18283 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
18284
18285 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
18286 Do not assume that spare memory exists; that assumption is valid
18287 only if SYSTEM_MALLOC.
18288 (LARGE_REQUEST): New macro, so that the issue of large requests
18289 is separated from the issue of spare memory.
18290
18291 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18292
18293 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
18294 format. (Bug#8806)
18295
18296 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
18297
18298 * xfns.c (x_set_scroll_bar_default_width): Move declarations
18299 before statements.
18300
18301 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
18302
18303 * gtkutil.c (xg_get_default_scrollbar_width): New function.
18304
18305 * gtkutil.h: Declare xg_get_default_scrollbar_width.
18306
18307 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
18308 min width by calling x_set_scroll_bar_default_width (Bug#8505).
18309
18310 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18311
18312 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
18313
18314 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18315
18316 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
18317 (x_clipboard_manager_save): Add return value.
18318 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
18319 New error handlers.
18320 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
18321 Obey Vx_select_enable_clipboard_manager. Catch errors in
18322 x_clipboard_manager_save (Bug#8779).
18323 (Vx_select_enable_clipboard_manager): New variable.
18324 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
18325
18326 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
18327
18328 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
18329
18330 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18331
18332 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
18333 in the current matrix if keep_current_p is non-zero.
18334
18335 2011-06-04 Eli Zaretskii <eliz@gnu.org>
18336
18337 * bidi.c (bidi_level_of_next_char): Fix last change.
18338
18339 2011-06-03 Eli Zaretskii <eliz@gnu.org>
18340
18341 Support bidi reordering of text covered by display properties.
18342
18343 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
18344 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
18345 (bidi_cache_search, bidi_cache_iterator_state)
18346 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
18347 (bidi_level_of_next_char, bidi_move_to_visually_next):
18348 Support character positions inside a run of characters covered by a
18349 display string.
18350 (bidi_paragraph_init, bidi_resolve_explicit_1)
18351 (bidi_level_of_next_char): Call bidi_fetch_char and
18352 bidi_fetch_char_advance instead of FETCH_CHAR and
18353 FETCH_CHAR_ADVANCE.
18354 (bidi_init_it): Initialize new members.
18355 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
18356 definitions.
18357 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
18358 instead of using explicit *_CHAR codes.
18359 (bidi_resolve_explicit, bidi_resolve_weak):
18360 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
18361 bidirectional text is supported only in multibyte buffers.
18362 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
18363 it to initialize the frame_window_p member of struct bidi_it.
18364 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
18365 (bidi_resolve_explicit, bidi_resolve_weak)
18366 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
18367 bidi_it->nchars is non-positive.
18368 (bidi_level_of_next_char): Don't try to lookup the cache for the
18369 next/previous character if nothing is cached there yet, or if we
18370 were just reseat()'ed to a new position.
18371
18372 * xdisp.c (set_cursor_from_row): Set start and stop points
18373 according to the row's direction when priming the loop that looks
18374 for the glyph on which to display cursor.
18375 (single_display_spec_intangible_p): Function deleted.
18376 (display_prop_intangible_p): Reimplement to call
18377 handle_display_spec instead of single_display_spec_intangible_p.
18378 Accept 3 additional arguments needed by handle_display_spec.
18379 This fixes incorrect cursor motion across display property with complex
18380 values: lists, `(when COND...)' forms, etc.
18381 (single_display_spec_string_p): Support property values that are
18382 lists with the argument STRING its top-level element.
18383 (display_prop_string_p): Fix the condition for processing a
18384 property that is a list to be consistent with handle_display_spec.
18385 (handle_display_spec): New function, refactored from the
18386 last portion of handle_display_prop.
18387 (compute_display_string_pos): Accept additional argument
18388 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
18389 value of a `display' property is a "replacing spec".
18390 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
18391 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
18392 the display property, but just return a value indicating whether
18393 the display property will replace the characters it covers.
18394 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
18395 frame_window_p members of struct bidi_it.
18396 (compute_display_string_pos, compute_display_string_end):
18397 New functions.
18398 (push_it): Accept second argument POSITION, where pop_it should
18399 jump to continue iteration.
18400 (reseat_1): Initialize bidi_it.disp_pos.
18401
18402 * keyboard.c (adjust_point_for_property): Adjust the call to
18403 display_prop_intangible_p to its new signature.
18404
18405 * dispextern.h (struct bidi_it): New member frame_window_p.
18406 (bidi_init_it): Update prototypes.
18407 (display_prop_intangible_p): Update prototype.
18408 (compute_display_string_pos, compute_display_string_end):
18409 Declare prototypes.
18410 (struct bidi_it): New members nchars and disp_pos. ch_len is now
18411 EMACS_INT.
18412
18413 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
18414
18415 Malloc failure behavior now depends on size of allocation.
18416 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
18417 * lisp.h: Change signatures accordingly.
18418 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
18419 All callers changed. (Bug#8762)
18420
18421 * gnutls.c: Use Emacs's memory allocators.
18422 Without this change, the gnutls library would invoke malloc etc.
18423 directly, which causes problems on non-SYNC_INPUT hosts, and which
18424 runs afoul of improving memory_full behavior. (Bug#8761)
18425 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
18426 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
18427 xfree instead of the default malloc, realloc, free.
18428 (Fgnutls_boot): No need to check for memory allocation failure,
18429 since xmalloc does that for us.
18430
18431 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
18432 * category.c (hash_get_category_set):
18433 * ccl.c (ccl_driver):
18434 * charset.c (Fdefine_charset_internal):
18435 * charset.h (struct charset.hash_index):
18436 * composite.c (get_composition_id, gstring_lookup_cache)
18437 (composition_gstring_put_cache):
18438 * composite.h (struct composition.hash_index):
18439 * dispextern.h (struct image.hash):
18440 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
18441 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
18442 (hashfn_equal, hashfn_user_defined, make_hash_table)
18443 (maybe_resize_hash_table, hash_lookup, hash_put)
18444 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
18445 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
18446 (Fsxhash, Fgethash, Fputhash, Fmaphash):
18447 * image.c (make_image, search_image_cache, lookup_image)
18448 (xpm_put_color_table_h):
18449 * lisp.h (struct Lisp_Hash_Table):
18450 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
18451 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
18452 for hashes and hash indexes, instead of 'unsigned' and 'int'.
18453 * alloc.c (allocate_vectorlike):
18454 Check for overflow in vector size calculations.
18455 * ccl.c (ccl_driver):
18456 Check for overflow when converting EMACS_INT to int.
18457 * fns.c, image.c: Remove unnecessary static decls that would otherwise
18458 need to be updated by these changes.
18459 * fns.c (make_hash_table, maybe_resize_hash_table):
18460 Check for integer overflow with large hash tables.
18461 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
18462 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
18463 (SXHASH_REDUCE): New macro.
18464 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
18465 Use it instead of discarding useful hash info with large hash values.
18466 (sxhash_float): New function.
18467 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
18468 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
18469 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
18470 Rewrite to use FIXNUM_BITS, as this simplifies things.
18471 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
18472 Adjust signatures to match updated version of code.
18473 (consing_since_gc): Now EMACS_INT, since a single hash table can
18474 use more than INT_MAX bytes.
18475
18476 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
18477
18478 Make it possible to build with GCC-4.6+ -O2 -flto.
18479
18480 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
18481
18482 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18483
18484 * minibuf.c (get_minibuffer, read_minibuf_unwind):
18485 Call minibuffer-inactive-mode.
18486
18487 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
18488
18489 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
18490 Update dependencies.
18491
18492 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18493
18494 * data.c (init_data): Remove code for UTS, this system is not
18495 supported anymore.
18496
18497 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18498
18499 Don't force ./temacs to start in terminal mode.
18500
18501 * frame.c (make_initial_frame): Initialize faces in all cases, not
18502 only when CANNOT_DUMP is defined.
18503 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
18504
18505 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18506
18507 * dispnew.c (add_window_display_history): Use const for the string
18508 pointer. Remove declaration, not needed.
18509
18510 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
18511
18512 Use 'inline', not 'INLINE'.
18513 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
18514 * alloc.c, fontset.c (INLINE): Remove.
18515 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
18516 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
18517 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
18518 * gmalloc.c (register_heapinfo): Use inline unconditionally.
18519 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
18520
18521 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
18522
18523 Make it possible to run ./temacs.
18524
18525 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
18526 syms_of_callproc does the same thing. Remove test for
18527 "initialized", do it in the caller.
18528 * emacs.c (main): Avoid calling set_initial_environment when dumping.
18529
18530 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18531
18532 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
18533 (read_minibuf): Use get_minibuffer.
18534 (syms_of_minibuf): Use DEFSYM.
18535 (Qmetadata): New var.
18536 * data.c (Qbuffer): Don't make it static.
18537 (syms_of_data): Use DEFSYM.
18538
18539 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
18540
18541 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
18542 (CCL_CODE_MIN): New macro.
18543
18544 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
18545
18546 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
18547
18548 * eval.c (Qdebug): Now static.
18549 * lisp.h (Qdebug): Remove decl. This reverts a part of the
18550 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
18551 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
18552
18553 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18554
18555 * image.c: Various fixes to ImageMagick code comments.
18556 (Fimagemagick_types): Doc fix.
18557
18558 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
18559
18560 Minor fixes prompted by GCC 4.6.0 warnings.
18561
18562 * xselect.c (converted_selections, conversion_fail_tag): Now static.
18563
18564 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
18565 (x_clipboard_manager_save_all): Move extern decl to ...
18566 * xterm.h: ... here, so that it can be checked for consistency.
18567
18568 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18569
18570 * xselect.c (x_clipboard_manager_save_frame)
18571 (x_clipboard_manager_save_all): New functions.
18572 (Fx_clipboard_manager_save): Lisp function deleted.
18573
18574 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
18575 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
18576
18577 * xterm.h: Update prototype.
18578
18579 2011-05-28 William Xu <william.xwl@gmail.com>
18580
18581 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
18582 exiting (Bug#8239).
18583
18584 2011-05-28 Jim Meyering <meyering@redhat.com>
18585
18586 Avoid a sign-extension bug in crypto_hash_function.
18587 * fns.c (to_uchar): Define.
18588 (crypto_hash_function): Use it to convert some newly-signed
18589 variables to unsigned, to avoid sign-extension bugs. For example,
18590 without this change, (md5 "truc") would evaluate to
18591 45723a2aff78ff4fff7fff1114760e62 rather than the expected
18592 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
18593 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
18594
18595 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
18596
18597 Integer overflow fixes.
18598
18599 * dbusbind.c: Serial number integer overflow fixes.
18600 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
18601 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
18602 to hold a serial number that is too large for a fixnum.
18603 (Fdbus_method_return_internal, Fdbus_method_error_internal):
18604 Check for serial numbers out of range. Decode any serial number
18605 that was so large that it became a float. (Bug#8722)
18606
18607 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
18608 (Fdbus_call_method, Fdbus_call_method_asynchronously):
18609 Use XFASTINT rather than XUINT when numbers are nonnegative.
18610 (xd_append_arg, Fdbus_method_return_internal):
18611 (Fdbus_method_error_internal): Likewise. Also, for unsigned
18612 arguments, check that Lisp number is nonnegative, rather than
18613 silently wrapping negative numbers around. (Bug#8722)
18614 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
18615 (Bug#8722)
18616
18617 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
18618
18619 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
18620
18621 ccl: Add integer overflow checks.
18622 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
18623 (IN_INT_RANGE): New macros.
18624 (ccl_driver): Use them to check for integer overflow when
18625 decoding a CCL program. Many of the new checks are whether XINT (x)
18626 fits in int; it doesn't always, on 64-bit hosts. The new version
18627 doesn't catch all possible integer overflows, but it's an
18628 improvement. (Bug#8719)
18629
18630 * alloc.c (make_event_array): Use XINT, not XUINT.
18631 There's no need for unsigned here.
18632
18633 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
18634 This follows up to the 2011-05-06 change that substituted uintptr_t
18635 for EMACS_INT. This case wasn't caught back then.
18636
18637 Rework Fformat to avoid integer overflow issues.
18638 * editfns.c: Include <float.h> unconditionally, as it's everywhere
18639 now (part of C89). Include <verify.h>.
18640 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
18641 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
18642 (Fformat): Avoid the prepass trying to compute sizes; it was only
18643 approximate and thus did not catch overflow reliably. Instead, walk
18644 through the format just once, formatting and computing sizes as we go,
18645 checking for integer overflow at every step, and allocating a larger
18646 buffer as needed. Keep track separately whether the format is
18647 multibyte. Keep only the most-recently calculated precision, rather
18648 than them all. Record whether each argument has been converted to
18649 string. Use EMACS_INT, not int, for byte and char and arg counts.
18650 Support field widths and precisions larger than INT_MAX. Avoid
18651 sprintf's undefined behavior with conversion specifications such as %#d
18652 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
18653 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
18654 formatting out-of-range floating point numbers with int
18655 formats. (Bug#8668)
18656
18657 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
18658
18659 * data.c: Avoid integer truncation in expressions involving floats.
18660 * data.c: Include <intprops.h>.
18661 (arith_driver): When there's an integer overflow in an expression
18662 involving floating point, convert the integers to floating point
18663 so that the resulting value does not suffer from catastrophic
18664 integer truncation. For example, on a 64-bit host (* 4
18665 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
18666 Do not rely on undefined behavior after integer overflow.
18667
18668 merge count_size_as_multibyte, parse_str_to_multibyte
18669 * character.c, character.h (count_size_as_multibyte):
18670 Rename from parse_str_to_multibyte; all uses changed.
18671 Check for integer overflow.
18672 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
18673 since it's now a duplicate of the other. This is more of
18674 a character than a buffer op, so better that it's in character.c.
18675 * fns.c, print.c: Adjust to above changes.
18676
18677 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18678
18679 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
18680
18681 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
18682
18683 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
18684 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
18685 (x_clipboard_manager_save): Now static.
18686 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
18687
18688 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
18689 (crypto_hash_function): Now static.
18690 Fix pointer signedness problems. Avoid unnecessary initializations.
18691
18692 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18693
18694 * termhooks.h (Vselection_alist): Make it terminal-local.
18695
18696 * terminal.c (create_terminal): Initialize it.
18697
18698 * xselect.c: Support for clipboard managers.
18699 (Vselection_alist): Move to termhooks.h as terminal-local var.
18700 (LOCAL_SELECTION): New macro.
18701 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
18702 (symbol_to_x_atom): Remove gratuitous arg.
18703 (x_handle_selection_request, lisp_data_to_selection_data)
18704 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
18705 (x_own_selection, x_get_local_selection, x_convert_selection):
18706 New arg, specifying work frame. Use terminal-local Vselection_alist.
18707 (some_frame_on_display): Delete unused function.
18708 (Fx_own_selection_internal, Fx_get_selection_internal)
18709 (Fx_disown_selection_internal, Fx_selection_owner_p)
18710 (Fx_selection_exists_p): New optional frame arg.
18711 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
18712 (x_handle_selection_clear): Don't treat other terminals with the
18713 same keyboard specially. Use the terminal-local Vselection_alist.
18714 (x_clear_frame_selections): Use Frun_hook_with_args.
18715
18716 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
18717
18718 * xterm.h: Add support for those atoms.
18719
18720 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
18721
18722 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
18723 (converted_selections, conversion_fail_tag): New global variables.
18724 (x_selection_request_lisp_error): Free the above.
18725 (x_get_local_selection): Remove unnecessary code.
18726 (x_reply_selection_request): Args changed; handle arbitrary array
18727 of converted selections stored in converted_selections.
18728 Separate the XChangeProperty and SelectionNotify steps.
18729 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
18730 (x_convert_selection): New function.
18731 (x_handle_selection_event): Simplify.
18732 (x_get_foreign_selection): Don't ignore incoming requests while
18733 waiting for an answer; this will fail when we implement
18734 SAVE_TARGETS, and seems unnecessary anyway.
18735 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
18736 (Vx_sent_selection_functions): Doc fix.
18737
18738 2011-05-26 Leo Liu <sdl.web@gmail.com>
18739
18740 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
18741
18742 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18743
18744 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
18745
18746 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
18747 for fringe update if it has periodic bitmap.
18748 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
18749 and fringe_bitmap_periodic_p.
18750
18751 * fringe.c (get_fringe_bitmap_data): New function.
18752 (draw_fringe_bitmap_1, update_window_fringes): Use it.
18753 (update_window_fringes): Record periodicity of fringe bitmap in glyph
18754 row. Mark glyph row for fringe update if periodicity changed.
18755
18756 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
18757 for fringe update unless it has periodic bitmap.
18758
18759 2011-05-25 Kenichi Handa <handa@m17n.org>
18760
18761 * xdisp.c (get_next_display_element): Set correct it->face_id for
18762 a static composition.
18763
18764 2011-05-24 Leo Liu <sdl.web@gmail.com>
18765
18766 * deps.mk (fns.o):
18767 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
18768
18769 * fns.c (crypto_hash_function, Fsha1): New function.
18770 (Fmd5): Use crypto_hash_function.
18771 (syms_of_fns): Add Ssha1.
18772
18773 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
18774
18775 * gnutls.c: Remove unused macros.
18776 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
18777 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
18778 Remove macros that are defined and never used.
18779 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
18780
18781 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18782
18783 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
18784 (Fx_get_selection_internal): Minor cleanup.
18785 (Fx_own_selection_internal): Rename arguments for consistency with
18786 select.el.
18787
18788 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
18789
18790 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
18791
18792 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18793
18794 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
18795
18796 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18797
18798 * dispnew.c (scrolling_window): Don't exclude the case that the
18799 last enabled row in the desired matrix touches the bottom boundary.
18800
18801 2011-05-21 Glenn Morris <rgm@gnu.org>
18802
18803 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
18804 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
18805 and add some more files.
18806
18807 2011-05-20 Eli Zaretskii <eliz@gnu.org>
18808
18809 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
18810 report_file_error introduced by the change from 2011-05-07.
18811
18812 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
18813
18814 * systime.h (Time): Define only if emacs is defined.
18815 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
18816 where the include path doesn't have X11/X.h by default. See
18817 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
18818
18819 2011-05-20 Kenichi Handa <handa@m17n.org>
18820
18821 * composite.c (find_automatic_composition): Fix previous change.
18822
18823 2011-05-20 Glenn Morris <rgm@gnu.org>
18824
18825 * lisp.mk: New file, split from Makefile.in.
18826 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
18827 (shortlisp): Remove.
18828 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
18829
18830 2011-05-19 Glenn Morris <rgm@gnu.org>
18831
18832 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
18833 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
18834 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
18835 (lisp): Set the order to that of loadup.el.
18836 (shortlisp): Make it a copy of $lisp.
18837 (SOME_MACHINE_LISP): Remove.
18838 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
18839 Use just $shortlisp, not $SOME_MACHINE_LISP too.
18840
18841 2011-05-18 Kenichi Handa <handa@m17n.org>
18842
18843 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
18844 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
18845 (find_automatic_composition): Mostly rewrite for efficiency.
18846
18847 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
18848
18849 * makefile.w32-in: Update dependencies.
18850
18851 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
18852
18853 * menu.c: Include limits.h (fixes the MS-Windows build broken by
18854 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
18855
18856 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
18857
18858 Fix some integer overflow issues, such as string length overflow.
18859
18860 * insdel.c (count_size_as_multibyte): Check for string overflow.
18861
18862 * character.c (lisp_string_width): Check for string overflow.
18863 Use EMACS_INT, not int, for string indexes and lengths; in
18864 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
18865 the resulting string length overflows an EMACS_INT; instead,
18866 report a string overflow if no precision given. When checking for
18867 precision exhaustion, use a check that cannot possibly have
18868 integer overflow. (Bug#8675)
18869 * character.h (lisp_string_width): Adjust to new signature.
18870
18871 * alloc.c (string_overflow): New function.
18872 (Fmake_string): Use it. This doesn't change behavior, but saves
18873 a few bytes and will simplify future changes.
18874 * character.c (string_escape_byte8): Likewise.
18875 * lisp.h (string_overflow): New decl.
18876
18877 Fixups, following up to the user-interface timestamp change.
18878 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
18879 for UI timestamps, instead of unsigned long.
18880 * msdos.c (mouse_get_pos): Likewise.
18881 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
18882 * w32gui.h (Time): Define by including "systime.h" rather than by
18883 declaring it ourselves. (Bug#8664)
18884
18885 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
18886 * image.c (clear_image_cache): Likewise.
18887
18888 * term.c (term_mouse_position): Don't assume time_t wraparound.
18889
18890 Be more systematic about user-interface timestamps.
18891 Before, the code sometimes used 'Time', sometimes 'unsigned long',
18892 and sometimes 'EMACS_UINT', to represent these timestamps.
18893 This change causes it to use 'Time' uniformly, as that's what X uses.
18894 This makes the code easier to follow, and makes it easier to catch
18895 integer overflow bugs such as Bug#8664.
18896 * frame.c (Fmouse_position, Fmouse_pixel_position):
18897 Use Time, not unsigned long, for user-interface timestamps.
18898 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
18899 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
18900 * keyboard.h (last_event_timestamp): Likewise.
18901 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
18902 * menu.h (xmenu_show): Likewise.
18903 * term.c (term_mouse_position): Likewise.
18904 * termhooks.h (struct input_event.timestamp): Likewise.
18905 (struct terminal.mouse_position_hook): Likewise.
18906 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
18907 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
18908 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
18909 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
18910 what it was before.
18911 * menu.h, termhooks.h: Include "systime.h", for Time.
18912
18913 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
18914 Don't assume that the difference between two unsigned long values
18915 can fit into an integer. At this point, we know button_down_time
18916 <= event->timestamp, so the difference must be nonnegative, so
18917 there's no need to cast the result if double-click-time is
18918 nonnegative, as it should be; check that it's nonnegative, just in
18919 case. This bug is triggered when events are more than 2**31 ms
18920 apart (about 25 days). (Bug#8664)
18921
18922 * xselect.c (last_event_timestamp): Remove duplicate decl.
18923 (x_own_selection): Remove needless cast to unsigned long.
18924
18925 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
18926 that always fit in int. Use a sentinel instead of a counter, to
18927 avoid a temp and to allay GCC's concerns about possible int overflow.
18928 * frame.h (struct frame): Use int for menu_bar_items_used
18929 instead of EMACS_INT, since it always fits in int.
18930
18931 * menu.c (grow_menu_items): Check for int overflow.
18932
18933 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
18934
18935 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
18936 Before, the code was not consistent. These values cannot exceed
18937 2**31 - 1 so there's no need to make them unsigned.
18938 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
18939 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
18940 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
18941 as modifiers.
18942 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
18943
18944 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
18945 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
18946 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
18947 presumably because the widths might not match.
18948
18949 * window.c (size_window): Avoid needless test at loop start.
18950
18951 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
18952
18953 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
18954
18955 2011-05-12 Drew Adams <drew.adams@oracle.com>
18956
18957 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
18958
18959 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18960
18961 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
18962 `width' to `bar_area_x' and `bar_area_width', respectively.
18963 (x_scroll_run): Take account of fringe background extension.
18964
18965 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
18966 Rename local vars `left' and `width' to `bar_area_x' and
18967 `bar_area_width', respectively.
18968 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
18969 background extension.
18970
18971 2011-05-10 Jim Meyering <meyering@redhat.com>
18972
18973 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
18974
18975 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
18976
18977 * image.c (Finit_image_library): Return t for built-in image types,
18978 like pbm and xbm. (Bug#8640)
18979
18980 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
18981
18982 * w32menu.c (set_frame_menubar): Fix submenu allocation.
18983
18984 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18985
18986 * w32console.c (Fset_screen_color): Doc fix.
18987 (Fget_screen_color): New function.
18988 (syms_of_ntterm): Defsubr it.
18989
18990 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
18991 unlink the temporary file if Fcall_process didn't create it in the
18992 first place.
18993 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
18994 child process will be redirected to a file specified with `:file'.
18995 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
18996 cue to call_process_cleanup not to close that handle.
18997
18998 2011-05-07 Ben Key <bkey76@gmail.com>
18999
19000 * makefile.w32-in: The bootstrap-temacs rule now makes use of
19001 one of two shell specific rules, either bootstrap-temacs-CMD or
19002 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
19003 to the previous implementation of the bootstrap-temacs rule.
19004 The bootstrap-temacs-CMD rule is similar to the previous
19005 implementation of the bootstrap-temacs rule except that it
19006 makes use of the ESC_CFLAGS variable instead of the CFLAGS
19007 variable.
19008
19009 These changes, along with some changes to nt/configure.bat,
19010 nt/gmake.defs, and nt/nmake.defs, are required to extend my
19011 earlier fix to add support for --cflags and --ldflags options
19012 that include quotes so that it works whether make uses cmd or
19013 sh as the shell.
19014
19015 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
19016
19017 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
19018 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
19019 is a constant.
19020 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
19021 a string. Handle both cases.
19022 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
19023 (Fdbus_register_method): Use Qinvalid_function.
19024
19025 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19026
19027 * makefile.w32-in: Update dependencies.
19028 (LISP_H): Add inttypes.h and stdin.h.
19029 (PROCESS_H): Add unistd.h.
19030
19031 2011-05-06 Eli Zaretskii <eliz@gnu.org>
19032
19033 * lread.c: Include limits.h (fixes the MS-Windows build broken by
19034 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
19035
19036 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19037
19038 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
19039
19040 * term.c (vfatal): Remove stray call to va_end.
19041 It's not needed and the C Standard doesn't allow it here anyway.
19042
19043 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
19044 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
19045
19046 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
19047 bytes.
19048
19049 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
19050
19051 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
19052
19053 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
19054
19055 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
19056
19057 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
19058
19059 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
19060 * charset.c (Fdefine_charset_internal): Don't initialize
19061 charset.code_space[15]. The value was garbage, on hosts with
19062 32-bit int (Bug#8600).
19063
19064 * lread.c (read_integer): Be more consistent with string-to-number.
19065 Use string_to_number to do the actual conversion; this avoids
19066 rounding errors and fixes some other screwups. Without this fix,
19067 for example, #x1fffffffffffffff was misread as -2305843009213693952.
19068 (digit_to_number): Move earlier, for benefit of read_integer.
19069 Return -1 if the digit is out of range for the base, -2 if it is
19070 not a digit in any supported base. (Bug#8602)
19071
19072 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
19073
19074 * dispnew.c (scrolling_window): Return 1 if we scrolled,
19075 to match comment at start of function. This also removes a
19076 GCC warning about overflow in a 32+64-bit port.
19077
19078 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
19079
19080 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
19081 Reported by Stefan Monnier in
19082 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
19083 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
19084 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
19085
19086 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
19087 (EMACS_UINTPTR): Likewise, with uintptr_t.
19088
19089 * lisp.h: Prefer 64-bit EMACS_INT if available.
19090 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
19091 on 32-bit hosts that have 64-bit int, so that they can access
19092 large files.
19093 However, temporarily disable this change unless the temporary
19094 symbol WIDE_EMACS_INT is defined.
19095
19096 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
19097
19098 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
19099 This removes an assumption that EMACS_INT and long are the same
19100 width as pointers. The assumption is true for Emacs porting targets
19101 now, but we want to make other targets possible.
19102 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
19103 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
19104 In the rest of the code, change types of integers that hold casted
19105 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
19106 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
19107 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
19108 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
19109 No need to cast type when ORing.
19110 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
19111 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
19112 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
19113 assume EMACS_INT is the same width as char *.
19114 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
19115 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
19116 Remove no-longer-needed casts.
19117 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
19118 (xg_tool_bar_help_callback, xg_make_tool_item):
19119 Use EMACS_INTPTR to hold an integer
19120 that will be cast to void *; this can avoid a GCC warning
19121 if EMACS_INT is not the same width as void *.
19122 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
19123 * xdisp.c (display_echo_area_1, resize_mini_window_1):
19124 (current_message_1, set_message_1):
19125 Use a local to convert to proper width without a cast.
19126 * xmenu.c (dialog_selection_callback): Likewise.
19127
19128 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
19129 Also, don't assume VALBITS / RAND_BITS is less than 5,
19130 and don't rely on undefined behavior when shifting a 1 left into
19131 the sign bit.
19132 * lisp.h (get_random): Change signature to match.
19133
19134 * lread.c (hash_string): Use size_t, not int, for hash computation.
19135 Normally we prefer signed values; but hashing is special, because
19136 it's better to use unsigned division on hash table sizes so that
19137 the remainder is nonnegative. Also, size_t is the natural width
19138 for hashing into memory. The previous code used 'int', which doesn't
19139 retain enough info to hash well into very large tables.
19140 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
19141
19142 * dbusbind.c: Don't possibly lose pointer info when converting.
19143 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
19144 Use XPNTR rather than XHASH, so that the high-order bits of
19145 the pointer aren't lost when converting through void *.
19146
19147 * eval.c (Fautoload): Don't double-shift a pointer.
19148
19149 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
19150
19151 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19152
19153 * gnutls.c (DEF_GNUTLS_FN):
19154 * image.c (DEF_IMGLIB_FN): Make function pointers static.
19155
19156 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
19157
19158 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
19159 marker. (Bug#8610)
19160
19161 2011-05-05 Eli Zaretskii <eliz@gnu.org>
19162
19163 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
19164 New version that can reserve upto 2GB of heap space.
19165
19166 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
19167
19168 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
19169
19170 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
19171
19172 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
19173 `gnutls_certificate_set_x509_key_file'.
19174
19175 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19176
19177 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
19178 Update dependencies.
19179
19180 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19181
19182 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
19183 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
19184 Remove unused parameter `fildes'.
19185 * process.c (read_process_output, send_process): Don't pass it.
19186
19187 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19188
19189 Fix previous change: the library cache is defined in w32.c.
19190 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
19191 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
19192
19193 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19194
19195 Implement dynamic loading of GnuTLS on Windows.
19196
19197 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
19198 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
19199 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
19200 Declare.
19201
19202 * gnutls.c (Qgnutls_dll): Define.
19203 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
19204 (gnutls_*): Declare function pointers.
19205 (init_gnutls_functions): New function to initialize function pointers.
19206 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
19207 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
19208 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
19209 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
19210 (emacs_gnutls_write, emacs_gnutls_read)
19211 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
19212 (Fgnutls_available_p): New function.
19213 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
19214 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
19215 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
19216
19217 * image.c: Include w32.h.
19218 (Vimage_type_cache): Delete.
19219 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
19220 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
19221 (w32_delayed_load): Move to w32.c.
19222
19223 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
19224
19225 * w32.c (QCloaded_from, Vlibrary_cache): Define.
19226 (w32_delayed_load): Move from image.c. When loading a library, record
19227 its filename in the :loaded-from property of the library id.
19228 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
19229 Initialize and staticpro them.
19230 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
19231
19232 * process.c: Include lisp.h before w32.h, not after.
19233 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
19234 instead of gnutls_record_check_pending.
19235
19236 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
19237
19238 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19239
19240 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
19241 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
19242 as passed in.
19243
19244 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
19245
19246 * xterm.c (x_set_frame_alpha): Do not set property on anything
19247 else than FRAME_X_OUTER_WINDOW (Bug#8608).
19248
19249 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
19250
19251 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
19252
19253 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
19254
19255 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
19256 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
19257 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
19258 (gnutls_global_initialized, Qgnutls_bootprop_priority)
19259 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
19260 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
19261 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
19262 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
19263 (Qgnutls_bootprop_callbacks_verify): Make static.
19264
19265 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
19266
19267 * callproc.c: Indentation fixup.
19268
19269 * sysdep.c (wait_for_termination_1): Make static.
19270 (wait_for_termination, interruptible_wait_for_termination):
19271 Move after wait_for_termination_1.
19272
19273 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19274
19275 * sysdep.c (interruptible_wait_for_termination): New function
19276 which is like wait_for_termination, but allows keyboard
19277 interruptions.
19278
19279 * callproc.c (Fcall_process): Add (:file "file") as an option for
19280 the STDOUT buffer.
19281 (Fcall_process_region): Ditto.
19282
19283 2011-04-30 Eli Zaretskii <eliz@gnu.org>
19284
19285 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
19286 rather than `XVECTOR (FOO)->size'.
19287
19288 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
19289 inttypes.h, as a gnulib replacement is used if it not available in
19290 system headers.
19291
19292 2011-04-21 Eli Zaretskii <eliz@gnu.org>
19293
19294 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
19295 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
19296 of MOST_POSITIVE_FIXNUM. (Bug#8528)
19297
19298 * coding.c (coding_alloc_by_realloc): Error out if destination
19299 will grow beyond MOST_POSITIVE_FIXNUM.
19300 (decode_coding_emacs_mule): Abort if there isn't enough place in
19301 charbuf for the composition carryover bytes. Reserve an extra
19302 space for up to 2 characters produced in a loop.
19303 (decode_coding_iso_2022): Abort if there isn't enough place in
19304 charbuf for the composition carryover bytes.
19305
19306 2011-04-21 Eli Zaretskii <eliz@gnu.org>
19307
19308 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
19309 aborting when %lld or %lll format is passed.
19310 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
19311 %llo or %llx format is passed. (Bug#8545)
19312
19313 * window.c (window_scroll_line_based): Use a marker instead of
19314 simple variables to record original value of point. (Bug#7952)
19315
19316 * doprnt.c (doprnt): Fix the case where a multibyte sequence
19317 produced by %s or %c overflows available buffer space. (Bug#8545)
19318
19319 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
19320
19321 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
19322 (SIZE_MAX): Move defn after all includes, as they might #define it.
19323
19324 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19325
19326 * w32.c (init_environment): Warn about defaulting HOME to C:\.
19327
19328 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19329
19330 * keyboard.c (Qdelayed_warnings_hook): Define.
19331 (command_loop_1): Run `delayed-warnings-hook'
19332 if Vdelayed_warnings_list is non-nil.
19333 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
19334 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
19335
19336 2011-04-28 Eli Zaretskii <eliz@gnu.org>
19337
19338 * doprnt.c (doprnt): Don't return value smaller than the buffer
19339 size if the message was truncated. (Bug#8545).
19340
19341 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19342
19343 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
19344 (Fx_window_property): #if-0 the whole functions, not just the bodies.
19345
19346 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
19347
19348 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
19349
19350 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
19351
19352 * makefile.w32-in: Update dependencies.
19353
19354 2011-04-27 Eli Zaretskii <eliz@gnu.org>
19355
19356 Improve `doprnt' and its usage. (Bug#8545)
19357 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
19358 `format_end'. Remove support for %l as a conversion specifier.
19359 Don't use xrealloc. Improve diagnostics when the %l size modifier
19360 is used. Update the commentary.
19361
19362 * eval.c (verror): Simplify calculation of size_t.
19363
19364 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
19365 messages.
19366
19367 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
19368
19369 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
19370 change.
19371
19372 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
19373
19374 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
19375 This makes this file independent of the recent pseudovector change.
19376
19377 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
19378
19379 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
19380
19381 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
19382 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
19383 Remove unused local.
19384 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
19385
19386 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
19387 GCC 4.6.0 optimizes based on type-based alias analysis.
19388 For example, if b is of type struct buffer * and v of type struct
19389 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
19390 != &v->size, and therefore "v->size = 1; b->size = 2; return
19391 v->size;" must therefore return 1. This assumption is incorrect
19392 for Emacs, since it type-puns struct Lisp_Vector * with many other
19393 types. To fix this problem, this patch adds a new type struct
19394 vectorlike_header that documents the constraints on layout of vectors
19395 and pseudovectors, and helps optimizing compilers not get fooled
19396 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
19397 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
19398 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
19399 the size member.
19400 (XSETPVECTYPE): Rewrite in terms of new macro.
19401 (XSETPVECTYPESIZE): New macro, specifying both type and size.
19402 This is a bit clearer, and further avoids the possibility of
19403 undesirable aliasing.
19404 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
19405 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
19406 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
19407 since Lisp_Subr is a special case (no "next" field).
19408 (ASIZE): Now uses header.size rather than size.
19409 All previous uses of XVECTOR (foo)->size replaced to use this macro,
19410 to avoid the hassle of writing XVECTOR (foo)->header.size.
19411 (struct vectorlike_header): New type.
19412 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
19413 object, to help avoid aliasing.
19414 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
19415 (SUBRP): Likewise, since Lisp_Subr is a special case.
19416 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
19417 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
19418 (struct Lisp_Hash_Table): Combine first two members into a single
19419 struct vectorlike_header member. All uses of "size" and "next" members
19420 changed to be "header.size" and "header.next".
19421 * buffer.h (struct buffer): Likewise.
19422 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
19423 * frame.h (struct frame): Likewise.
19424 * process.h (struct Lisp_Process): Likewise.
19425 * termhooks.h (struct terminal): Likewise.
19426 * window.c (struct save_window_data, struct saved_window): Likewise.
19427 * window.h (struct window): Likewise.
19428 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
19429 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
19430 * buffer.c (init_buffer_once): Likewise.
19431 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
19432 special case.
19433 * process.c (Fformat_network_address): Use local var for size,
19434 for brevity.
19435
19436 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
19437
19438 Make the Lisp reader and string-to-float more consistent (Bug#8525)
19439 * data.c (atof): Remove decl; no longer used or needed.
19440 (digit_to_number): Move to lread.c.
19441 (Fstring_to_number): Use new string_to_number function, to be
19442 consistent with how the Lisp reader treats infinities and NaNs.
19443 Do not assume that floating-point numbers represent EMACS_INT
19444 without losing information; this is not true on most 64-bit hosts.
19445 Avoid double-rounding errors, by insisting on integers when
19446 parsing non-base-10 numbers, as the documentation specifies.
19447 * lisp.h (string_to_number): New decl, replacing ...
19448 (isfloat_string): Remove.
19449 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
19450 (read1): Do not accept +. and -. as integers; this
19451 appears to have been a coding error. Similarly, do not accept
19452 strings like +-1e0 as floating point numbers. Do not report
19453 overflow for integer overflows unless the base is not 10 which
19454 means we have no simple and reliable way to continue.
19455 Break out the floating-point parsing into a new
19456 function string_to_number, so that Fstring_to_number parses
19457 floating point numbers consistently with the Lisp reader.
19458 (digit_to_number): Move here from data.c. Make it static inline.
19459 (E_CHAR, EXP_INT): Remove, replacing with ...
19460 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
19461 (string_to_number): New function, replacing isfloat_string.
19462 This function checks for valid syntax and produces the resulting
19463 Lisp float number too. Rework it so that string-to-number
19464 no longer mishandles examples like "1.0e+". Use strtoumax,
19465 so that overflow for non-base-10 numbers is reported only when
19466 there's no portable and simple way to convert to floating point.
19467
19468 * textprop.c (set_text_properties_1): Rewrite for clarity,
19469 and to avoid GCC warning about integer overflow.
19470
19471 * intervals.h (struct interval): Use EMACS_INT for members
19472 where EMACS_UINT might cause problems. See
19473 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
19474 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
19475 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
19476 All uses changed.
19477 (offset_intervals): Tell GCC not to worry about length overflow
19478 when negating a negative length.
19479
19480 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
19481 (overrun_check_free): Likewise.
19482
19483 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
19484 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
19485 word size.
19486
19487 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
19488 (gnutls_make_error): Rename local to avoid shadowing.
19489 (gnutls_emacs_global_deinit): ifdef out; not used.
19490 (Fgnutls_boot): Use const for pointer to readonly storage.
19491 Comment out unused local. Fix pointer signedness problems.
19492
19493 * lread.c (openp): Don't stuff size_t into an 'int'.
19494 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
19495 about possible signed overflow.
19496
19497 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
19498 (GDK_KEY_g): Don't define if already defined.
19499 (xg_prepare_tooltip): Avoid pointer signedness problem.
19500 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
19501
19502 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
19503 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
19504
19505 * xfns.c (Fx_window_property): Simplify a bit,
19506 to make a bit faster and to avoid GCC 4.6.0 warning.
19507 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
19508
19509 * fns.c (internal_equal): Don't assume size_t fits in int.
19510
19511 * alloc.c (compact_small_strings): Tighten assertion a little.
19512
19513 Replace pEd with more-general pI, and fix some printf arg casts.
19514 * lisp.h (pI): New macro, generalizing old pEd macro to other
19515 conversion specifiers. For example, use "...%"pI"d..." rather
19516 than "...%"pEd"...".
19517 (pEd): Remove. All uses replaced with similar uses of pI.
19518 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
19519 * alloc.c (check_pure_size): Don't overflow by converting size to int.
19520 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
19521 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
19522 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
19523 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
19524 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
19525 64-bit hosts.
19526 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
19527 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
19528 * print.c (safe_debug_print, print_object): Likewise.
19529 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
19530 to int.
19531 Use pI instead of if-then-else-abort. Use %p to avoid casts,
19532 avoiding the 0 flag, which is not portable.
19533 * process.c (Fmake_network_process): Use pI to avoid cast.
19534 * region-cache.c (pp_cache): Likewise.
19535 * xdisp.c (decode_mode_spec): Likewise.
19536 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
19537 behavior on 64-bit hosts with printf arg.
19538 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
19539 (x_stop_queuing_selection_requests): Likewise.
19540 (x_get_window_property): Don't truncate byte count to an 'int'
19541 when tracing.
19542
19543 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
19544 here, since it parses constructs like leading '-' and spaces,
19545 which are not wanted; and it overflows with large numbers.
19546 Instead, simply match F[0-9]+, which is what is wanted anyway.
19547
19548 * alloc.c: Remove unportable assumptions about struct layout.
19549 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
19550 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
19551 (allocate_vectorlike, make_pure_vector): Use the new macros,
19552 plus offsetof, to remove unportable assumptions about struct layout.
19553 These assumptions hold on all porting targets that I know of, but
19554 they are not guaranteed, they're easy to remove, and removing them
19555 makes further changes easier.
19556
19557 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
19558 This doesn't fix a bug but makes the code clearer.
19559 (string_overrun_cookie): Now const. Use initializers that
19560 don't formally overflow signed char, to avoid warnings.
19561 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
19562 can cause Emacs to crash when string overrun checking is enabled.
19563 (allocate_buffer): Don't assume sizeof (struct buffer) is a
19564 multiple of sizeof (EMACS_INT); it need not be, if
19565 alignof(EMACS_INT) < sizeof (EMACS_INT).
19566 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
19567
19568 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
19569
19570 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
19571
19572 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
19573
19574 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
19575 supposed to be handshaking. (Bug#8556)
19576 Reported by Paul Eggert <eggert@cs.ucla.edu>.
19577
19578 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19579
19580 * lisp.h (Qdebug): List symbol.
19581 * eval.c (Qdebug): Restore global linkage.
19582 * keyboard.c (debug-on-event): New variable.
19583 (handle_user_signal): Break into debugger when debug-on-event
19584 matches the current signal symbol.
19585
19586 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19587
19588 * alloc.c (check_sblock, check_string_bytes)
19589 (check_string_free_list): Convert to standard C.
19590
19591 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
19592
19593 * w32.c (emacs_gnutls_push): Fix typo.
19594
19595 2011-04-25 Eli Zaretskii <eliz@gnu.org>
19596
19597 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
19598 "cast to pointer from integer of different size".
19599
19600 Improve doprnt and its use in verror. (Bug#8545)
19601 * doprnt.c (doprnt): Document the set of format control sequences
19602 supported by the function. Use SAFE_ALLOCA instead of always
19603 using `alloca'.
19604
19605 * eval.c (verror): Don't limit the buffer size at size_max-1, that
19606 is one byte too soon. Don't use xrealloc; instead xfree and
19607 xmalloc anew.
19608
19609 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19610
19611 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
19612 callbacks stage.
19613
19614 * gnutls.c: Renamed global_initialized to
19615 gnutls_global_initialized. Added internals for the
19616 :verify-hostname-error, :verify-error, and :verify-flags
19617 parameters of `gnutls-boot' and documented those parameters in the
19618 docstring. Start callback support.
19619 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
19620 unless a fatal error occurred. Call gnutls_alert_send_appropriate
19621 on error. Return error code.
19622 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
19623 (emacs_gnutls_read): Likewise.
19624 (Fgnutls_boot): Return handshake error code.
19625 (emacs_gnutls_handle_error): New function.
19626 (wsaerror_to_errno): Likewise.
19627
19628 * w32.h (emacs_gnutls_pull): Add prototype.
19629 (emacs_gnutls_push): Likewise.
19630
19631 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
19632 (emacs_gnutls_push): Likewise.
19633
19634 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
19635
19636 * process.c (wait_reading_process_output): Check if GnuTLS
19637 buffered some data internally if no FDs are set for TLS
19638 connections.
19639
19640 * makefile.w32-in (OBJ2): Add gnutls.$(O).
19641 (LIBS): Link to USER_LIBS.
19642 ($(BLD)/gnutls.$(0)): New target.
19643
19644 2011-04-24 Eli Zaretskii <eliz@gnu.org>
19645
19646 * xdisp.c (handle_single_display_spec): Rename the
19647 display_replaced_before_p argument into display_replaced_p, to
19648 make it consistent with the commentary. Fix typos in the
19649 commentary.
19650
19651 * textprop.c (syms_of_textprop): Remove dead code.
19652 (copy_text_properties): Delete obsolete commentary about an
19653 interface that was deleted long ago. Fix typos in the description
19654 of arguments.
19655
19656 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
19657 to changes in oldXMenu/XMenu.h from 2011-04-16.
19658 <menu_help_message, prev_menu_help_message>: Constify.
19659 (IT_menu_make_room): menu->help_text is now `const char **';
19660 adjust.
19661
19662 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
19663 to changes in oldXMenu/XMenu.h from 2011-04-16.
19664 (struct XMenu): Declare `help_text' `const char **'.
19665
19666 * xfaces.c <Qunspecified>: Make extern again.
19667
19668 * syntax.c: Include sys/types.h before including regex.h, as
19669 required by POSIX.
19670
19671 * doc.c (get_doc_string): Improve the format passed to `error'.
19672
19673 * doprnt.c (doprnt): Improve commentary.
19674
19675 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
19676
19677 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
19678 them with etags.
19679
19680 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
19681 changes in globals.h immediately force recompilation.
19682 (TAGS): Depend on $(CURDIR)/m/intel386.h and
19683 $(CURDIR)/s/ms-w32.h.
19684 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
19685
19686 * character.c (Fchar_direction): Function deleted.
19687 (syms_of_character): Don't defsubr it.
19688 <char-direction-table>: Deleted.
19689
19690 2011-04-23 Eli Zaretskii <eliz@gnu.org>
19691
19692 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
19693 * doprnt.c: Include limits.h.
19694 (SIZE_MAX): New macro.
19695 (doprnt): Return a size_t value. 2nd arg is now size_t.
19696 Many local variables are now size_t instead of int or unsigned.
19697 Improve overflow protection. Support `l' modifier for integer
19698 conversions. Support %l conversion. Don't assume an EMACS_INT
19699 argument for integer conversions and for %c.
19700
19701 * lisp.h (doprnt): Restore prototype.
19702
19703 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
19704 $(SRC)/character.h.
19705
19706 * Makefile.in (base_obj): Add back doprnt.o.
19707
19708 * deps.mk (doprnt.o): Add back prerequisites.
19709 (callint.o): Depend on character.h.
19710
19711 * eval.c (internal_lisp_condition_case): Include the handler
19712 representation in the error message.
19713 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
19714 when breaking from the loop.
19715
19716 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
19717
19718 * callint.c (Fcall_interactively): When displaying error message
19719 about invalid control letter, pass the character's codepoint, not
19720 a pointer to its multibyte form. Improve display of the character
19721 in octal and display also its hex code.
19722
19723 * character.c (char_string): Use %x to display the (unsigned)
19724 codepoint of an invalid character, to avoid displaying a bogus
19725 negative value.
19726
19727 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
19728 `error', not SYMBOL_NAME itself.
19729
19730 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
19731 character arguments to `error'.
19732
19733 * charset.c (check_iso_charset_parameter): Fix incorrect argument
19734 to `error' in error message about FINAL_CHAR argument. Make sure
19735 FINAL_CHAR is a character, and use %c when it is passed as
19736 argument to `error'.
19737
19738 2011-04-23 Eli Zaretskii <eliz@gnu.org>
19739
19740 * s/ms-w32.h (localtime): Redirect to sys_localtime.
19741
19742 * w32.c: Include <time.h>.
19743 (sys_localtime): New function.
19744
19745 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19746
19747 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
19748
19749 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
19750
19751 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
19752
19753 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
19754 zombies (Bug#8467).
19755
19756 2011-04-19 Eli Zaretskii <eliz@gnu.org>
19757
19758 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
19759 gl_state.e_property when gl_state.object is Qt.
19760
19761 * insdel.c (make_gap_larger): Remove limitation of buffer size
19762 to <= INT_MAX.
19763
19764 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
19765
19766 * xdisp.c (lookup_glyphless_char_display)
19767 (produce_glyphless_glyph): Handle cons cell entry in
19768 glyphless-char-display.
19769 (Vglyphless_char_display): Document it.
19770
19771 * term.c (produce_glyphless_glyph): Handle cons cell entry in
19772 glyphless-char-display.
19773
19774 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
19775
19776 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
19777
19778 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
19779
19780 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
19781 definition for no-X builds.
19782
19783 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
19784
19785 Static checks with GCC 4.6.0 and non-default toolkits.
19786
19787 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
19788
19789 * process.c (keyboard_bit_set): Define only if SIGIO.
19790 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
19791 (send_process): Repair possible setjmp clobbering.
19792
19793 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
19794
19795 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
19796
19797 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
19798
19799 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
19800 Define only if needed.
19801
19802 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
19803 by pacifying GCC about it. Maybe it's time to retire it?
19804 * xfaces.c (USG, __TIMEVAL__): Likewise.
19805
19806 * dispextern.h (struct redisplay_interface): Rename param
19807 to avoid shadowing.
19808 * termhooks.h (struct terminal): Likewise.
19809 * xterm.c (xembed_send_message): Likewise.
19810
19811 * insdel.c (make_gap_smaller): Define only if
19812 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
19813
19814 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
19815 it.
19816
19817 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
19818 so that we aren't warned about unused symbols.
19819
19820 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
19821
19822 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
19823
19824 * xfns.c (x_real_positions): Mark locals as initialized.
19825
19826 * xmenu.c (xmenu_show): Don't use uninitialized vars.
19827
19828 * xterm.c: Fix problems found by static analysis with other toolkits.
19829 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
19830 (x_dispatch_event): Declare static if USE_GTK, and
19831 define if USE_GTK || USE_X_TOOLKIT.
19832 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
19833 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
19834 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
19835 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
19836
19837 * xmenu.c (menu_help_callback): Pointer type fixes.
19838 Use const pointers when pointing at readonly data. Avoid pointer
19839 signedness clashes.
19840 (FALSE): Remove unused macro.
19841 (update_frame_menubar): Remove unused decl.
19842
19843 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
19844
19845 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
19846 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
19847 (single_menu_item): Rename local to avoid shadowing.
19848
19849 * keyboard.c (make_lispy_event): Remove unused local var.
19850
19851 * frame.c, frame.h (x_get_resource_string): Bring this back, but
19852 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
19853
19854 * bitmaps: Change bitmaps from unsigned char back to the X11
19855 compatible char. Avoid the old compiler warnings about
19856 out-of-range initializers by using, for example, '\xab' rather
19857 than 0xab.
19858
19859 * xgselect.c (xgselect_initialize): Check vs interface
19860 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
19861
19862 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
19863
19864 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
19865 to read-only memory.
19866
19867 * fns.c (vector): Remove; this old hack is no longer needed.
19868
19869 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
19870 Remove unused var.
19871 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
19872
19873 * xrdb.c (x_load_resources): Omit unused local.
19874
19875 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
19876 (x_window): Rename locals to avoid shadowing.
19877 (USG): Use the kludged USG macro, to pacify gcc.
19878
19879 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
19880 (x_term_init): Remove local to avoid shadowing.
19881
19882 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
19883
19884 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
19885 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
19886
19887 2011-04-16 Eli Zaretskii <eliz@gnu.org>
19888
19889 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
19890
19891 Fix regex.c, syntax.c and friends for buffers > 2GB.
19892 * syntax.h (struct gl_state_s): Declare character position members
19893 EMACS_INT.
19894
19895 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
19896
19897 * textprop.c (verify_interval_modification, interval_of):
19898 Declare arguments EMACS_INT.
19899
19900 * intervals.c (adjust_intervals_for_insertion): Declare arguments
19901 EMACS_INT.
19902
19903 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
19904
19905 * indent.c (Fvertical_motion): Local variable it_start is now
19906 EMACS_INT.
19907
19908 * regex.c (re_match, re_match_2, re_match_2_internal)
19909 (bcmp_translate, regcomp, regexec, print_double_string)
19910 (group_in_compile_stack, re_search, re_search_2, regex_compile)
19911 (re_compile_pattern, re_exec): Declare arguments and local
19912 variables `size_t' and `ssize_t' and return values `regoff_t', as
19913 appropriate.
19914 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
19915 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
19916 <compile_stack_type>: `size' and `avail' are now `size_t'.
19917
19918 * regex.h <regoff_t>: Use ssize_t, not int.
19919 (re_search, re_search_2, re_match, re_match_2): Arguments that
19920 specify buffer/string position and length are now ssize_t and
19921 size_t. Return type is regoff_t.
19922
19923 2011-04-16 Ben Key <bkey76@gmail.com>
19924
19925 * nsfont.m: Fixed bugs in ns_get_family and
19926 ns_descriptor_to_entity that were caused by using free to
19927 deallocate memory blocks that were allocated by xmalloc (via
19928 xstrdup). This caused Emacs to crash when compiled with
19929 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
19930 --enable-checking=xmallocoverrun). xfree is now used to
19931 deallocate these memory blocks.
19932
19933 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
19934
19935 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
19936
19937 emacs_write: Accept and return EMACS_INT for sizes.
19938 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
19939 et seq.
19940 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
19941 Accept and return EMACS_INT.
19942 (emacs_gnutls_write): Return the number of bytes written on
19943 partial writes.
19944 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
19945 (emacs_read, emacs_write): Remove check for negative size, as the
19946 Emacs source code has been audited now.
19947 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
19948 (emacs_read, emacs_write): Use it.
19949 * process.c (send_process): Adjust to the new signatures of
19950 emacs_write and emacs_gnutls_write. Do not attempt to store
19951 a byte offset into an 'int'; it might overflow.
19952 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
19953
19954 * sound.c: Don't assume sizes fit in 'int'.
19955 (struct sound_device.period_size, alsa_period_size):
19956 Return EMACS_INT, not int.
19957 (struct sound_device.write, vox_write, alsa_write):
19958 Accept EMACS_INT, not int.
19959 (wav_play, au_play): Use EMACS_INT to store sizes and to
19960 record read return values.
19961
19962 2011-04-15 Ben Key <bkey76@gmail.com>
19963
19964 * keyboard.c (Qundefined): Don't declare static since it is used
19965 in nsfns.m.
19966 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
19967 static since they are used in nsfont.m.
19968
19969 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19970
19971 * process.c (Qprocessp): Don't declare static.
19972 * lisp.h (Qprocessp): Declare again.
19973
19974 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
19975
19976 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
19977
19978 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
19979
19980 Improve C-level modularity by making more things 'static'.
19981
19982 Don't publish debugger-only interfaces to other modules.
19983 * lisp.h (safe_debug_print, debug_output_compilation_hack):
19984 (verify_bytepos, count_markers): Move decls to the only modules
19985 that need them.
19986 * region-cache.h (pp_cache): Likewise.
19987 * window.h (check_all_windows): Likewise.
19988 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
19989
19990 * sysdep.c (croak): Now static, if
19991 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
19992 * syssignal.h (croak): Declare only if not static.
19993
19994 * alloc.c (refill_memory_reserve): Now static if
19995 !defined REL_ALLOC || defined SYSTEM_MALLOC.
19996 * lisp.h (refill_memory_reserve): Declare only if not static.
19997
19998 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
19999 Define only if USE_LUCID.
20000
20001 * xrdb.c (x_customization_string, x_rm_string): Now static.
20002
20003 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
20004 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
20005
20006 * xdisp.c (draw_row_with_mouse_face): Now static.
20007 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
20008
20009 * window.h (check_all_windows): Mark externally visible.
20010
20011 * window.c (window_deletion_count): Now static.
20012
20013 * undo.c: Make symbols static if they're not exported.
20014 (last_undo_buffer, last_boundary_position, pending_boundary):
20015 Now static.
20016
20017 * textprop.c (interval_insert_behind_hooks): Now static.
20018 (interval_insert_in_front_hooks): Likewise.
20019
20020 * term.c: Make symbols static if they're not exported.
20021 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
20022 (max_frame_lines, tty_set_terminal_modes):
20023 (tty_reset_terminal_modes, tty_turn_off_highlight):
20024 (get_tty_terminal): Now static.
20025 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
20026 * termhooks.h (term_mouse_moveto): Do not declare if
20027 HAVE_WINDOW_SYSTEM.
20028 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
20029 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
20030
20031 * sysdep.c: Make symbols static if they're not exported.
20032 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
20033 Now static.
20034 (sigprocmask_set, full_mask): Remove; unused.
20035 (wait_debugging): Mark as visible.
20036 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
20037 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
20038
20039 * syntax.c (syntax_temp): Define only if !__GNUC__.
20040
20041 * sound.c (current_sound_device, current_sound): Now static.
20042
20043 * search.c (searchbufs, searchbuf_head): Now static.
20044
20045 * scroll.c (scroll_cost): Remove; unused.
20046 * dispextern.h (scroll_cost): Remove decl.
20047
20048 * region-cache.h (pp_cache): Mark as externally visible.
20049
20050 * process.c: Make symbols static if they're not exported.
20051 (process_tick, update_tick, create_process, chan_process):
20052 (Vprocess_alist, proc_buffered_char, datagram_access):
20053 (fd_callback_data, send_process_frame, process_sent_to): Now static.
20054 (deactivate_process): Mark defn as static, as well as decl.
20055 * lisp.h (create_process): Remove decl.
20056 * process.h (chan_process, Vprocess_alist): Remove decls.
20057
20058 * print.c: Make symbols static if they're not exported.
20059 (print_depth, new_backquote_output, being_printed, print_buffer):
20060 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
20061 (print_interval, print_number_index, initial_stderr_stream):
20062 Now static.
20063 * lisp.h (Fprinc): Remove decl.
20064 (debug_output_compilation_hack): Mark as externally visible.
20065
20066 * sysdep.c (croak): Move decl from here to syssignal.h.
20067 * syssignal.h (croak): Put it here, so the API can be checked when
20068 'croak' is called from dissociate_if_controlling_tty.
20069
20070 * minibuf.c: Make symbols static if they're not exported.
20071 (minibuf_save_list, choose_minibuf_frame): Now static.
20072 * lisp.h (choose_minibuf_frame): Remove decl.
20073
20074 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
20075
20076 * lread.c: Make symbols static if they're not exported.
20077 (read_objects, initial_obarray, oblookup_last_bucket_number):
20078 Now static.
20079 (make_symbol): Remove; unused.
20080 * lisp.h (initial_obarray, make_symbol): Remove decls.
20081
20082 * keyboard.c: Make symbols static if they're not exported.
20083 (single_kboard, recent_keys_index, total_keys, recent_keys):
20084 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
20085 (this_single_command_key_start, echoing, last_auto_save):
20086 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
20087 (command_loop, echo_now, keyboard_init_hook, help_char_p):
20088 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
20089 (Vlispy_mouse_stem, double_click_count):
20090 Now static.
20091 (force_auto_save_soon): Define only if SIGDANGER.
20092 (ignore_mouse_drag_p): Now static if
20093 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
20094 (print_help): Remove; unused.
20095 (stop_character, last_timer_event): Mark as externally visible.
20096 * keyboard.h (ignore_mouse_drag_p): Declare only if
20097 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
20098 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
20099 * lisp.h (echoing): Remove decl.
20100 (force_auto_save_soon): Declare only if SIGDANGER.
20101 * xdisp.c (redisplay_window): Simplify code, to make it more
20102 obvious that ignore_mouse_drag_p is not accessed if !defined
20103 USE_GTK && !defined HAVE_NS.
20104
20105 * intervals.c: Make symbols static if they're not exported.
20106 (merge_properties_sticky, merge_interval_right, delete_interval):
20107 Now static.
20108 * intervals.h (merge_interval_right, delete_interval): Remove decls.
20109
20110 * insdel.c: Make symbols static if they're not exported.
20111 However, leave prepare_to_modify_buffer alone. It's never
20112 called from outside this function, but that appears to be a bug.
20113 (combine_after_change_list, combine_after_change_buffer):
20114 (adjust_after_replace, signal_before_change): Now static.
20115 (adjust_after_replace_noundo): Remove; unused.
20116 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
20117 (signal_before_change): Remove decls.
20118
20119 * indent.c (val_compute_motion, val_vmotion): Now static.
20120
20121 * image.c: Make symbols static if they're not exported.
20122 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
20123 if USE_GTK.
20124 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
20125 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
20126
20127 * fringe.c (standard_bitmaps): Now static.
20128 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
20129
20130 * frame.c: Make symbols static if they're not exported.
20131 (x_report_frame_params, make_terminal_frame): Now static.
20132 (get_frame_param): Now static, unless HAVE_NS.
20133 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
20134 (x_get_resource_string): Remove; not used.
20135 * frame.h (make_terminal_frame, x_report_frame_params):
20136 (x_get_resource_string); Remove decls.
20137 (x_fullscreen_adjust): Declare only if WINDOWSNT.
20138 * lisp.h (get_frame_param): Declare only if HAVE_NS.
20139
20140 * font.c, fontset.c: Make symbols static if they're not exported.
20141 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
20142 (FACE_SUITABLE_FOR_CHAR_P): Use it.
20143 * font.c (font_close_object): Now static.
20144 * font.h (font_close_object): Remove.
20145 * fontset.c (FONTSET_OBJLIST): Remove.
20146 (free_realized_fontset) #if-0 the body, which does nothing.
20147 (face_suitable_for_char_p): #if-0, as it's never called.
20148 * fontset.h (face_suitable_for_char_p): Remove decl.
20149 * xfaces.c (face_at_string_position):
20150 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
20151 since 0 is always ASCII.
20152
20153 * fns.c (weak_hash_tables): Now static.
20154
20155 * fileio.c: Make symbols static if they're not exported.
20156 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
20157 (Vwrite_region_annotation_buffers): Now static.
20158
20159 * eval.c: Make symbols static if they're not exported.
20160 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
20161 * lisp.h (backtrace_list): Remove decl.
20162
20163 * emacs.c: Make symbols static if they're not exported.
20164 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
20165 (fatal_error_code, fatal_error_signal_hook, standard_args):
20166 Now static.
20167 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
20168 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
20169 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
20170 * lisp.h (fatal_error_signal_hook): Remove decl.
20171 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
20172
20173 * editfns.c: Move a (normally-unused) function to its only use.
20174 * editfns.c, lisp.h (get_operating_system_release): Remove.
20175 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
20176 worth the hassle of breaking this out.
20177
20178 * xterm.c: Make symbols static if they're not exported.
20179 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
20180 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
20181 (x_destroy_window, x_delete_display):
20182 Now static.
20183 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
20184 (x_mouse_leave): Remove; unused.
20185 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
20186 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
20187 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
20188 Remove decls.
20189 (x_mouse_leave): Declare only if WINDOWSNT.
20190 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
20191 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
20192 USE_X_TOOLKIT.
20193
20194 * ftxfont.c: Make symbols static if they're not exported.
20195 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
20196 HAVE_FREETYPE.
20197 * font.h (ftxfont_driver): Likewise.
20198
20199 * xfns.c: Make symbols static if they're not exported.
20200 (x_last_font_name, x_display_info_for_name):
20201 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
20202 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
20203 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
20204 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
20205 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
20206 (last_show_tip_args): Now static.
20207 (xic_defaut_fontset, xic_create_fontsetname): Define only if
20208 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
20209 (x_screen_planes): Remove; unused.
20210 * dispextern.h (x_screen_planes): Remove decl.
20211
20212 * dispnew.c: Make symbols static if they're not exported.
20213 * dispextern.h (redraw_garbaged_frames, scrolling):
20214 (increment_row_positions): Remove.
20215 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
20216 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
20217 Now static.
20218 (redraw_garbaged_frames): Remove; unused.
20219
20220 * xfaces.c: Make symbols static if they're not exported.
20221 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
20222 Remove decls.
20223 * xterm.h (defined_color): Remove decls.
20224 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
20225 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
20226 (menu_face_changed_default, defined_color, free_realized_face):
20227 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
20228 (ascii_face_of_lisp_face): Remove; unused.
20229
20230 * xdisp.c: Make symbols static if they're not exported.
20231 * dispextern.h (scratch_glyph_row, window_box_edges):
20232 (glyph_to_pixel_coords, set_cursor_from_row):
20233 (get_next_display_element, set_iterator_to_next):
20234 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
20235 (show_mouse_face): Remove decls
20236 * frame.h (message_buf_print): Likewise.
20237 * lisp.h (pop_message, set_message, check_point_in_composition):
20238 Likewise.
20239 * xterm.h (set_vertical_scroll_bar): Likewise.
20240 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
20241 (message_buf_print, scratch_glyph_row, displayed_buffer):
20242 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
20243 (get_next_display_element, show_mouse_face, window_box_edges):
20244 (frame_to_window_pixel_xy, check_point_in_composition):
20245 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
20246 (glyph_to_pixel_coords): Remove; unused.
20247
20248 * dired.c (file_name_completion): Now static.
20249
20250 * dbusbind.c (xd_in_read_queued_messages): Now static.
20251
20252 * lisp.h (circular_list_error, FOREACH): Remove; unused.
20253 * data.c (circular_list_error): Remove.
20254
20255 * commands.h (last_point_position, last_point_position_buffer):
20256 (last_point_position_window): Remove decls.
20257 * keyboard.c: Make these variables static.
20258
20259 * coding.h (coding, code_convert_region, encode_coding_gap):
20260 Remove decls.
20261 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
20262 (iso_code_class, detect_coding, code_convert_region): Now static.
20263 (encode_coding_gap): Remove; unused.
20264
20265 * chartab.c (chartab_chars, chartab_bits): Now static.
20266
20267 * charset.h (charset_iso_8859_1): Remove decl.
20268 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
20269 Now static.
20270
20271 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
20272 * ccl.c (Vccl_program_table): Now static.
20273 (check_ccl_update): Remove; unused.
20274
20275 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
20276 * category.h: ... from here.
20277 * category.c (check_category_table, set_category_set): Now static.
20278
20279 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
20280 * lisp.h: Remove these decls.
20281
20282 * buffer.c (buffer_count): Remove unused var.
20283
20284 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
20285 so that it's not optimized away.
20286 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
20287 * dispextern.h (bidi_dump_cached_states): Remove, since it's
20288 exported only to the debugger.
20289
20290 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
20291 * atimer.h (run_all_atimers): Remove; not exported.
20292
20293 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
20294 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
20295 was inaccessible from Lisp.
20296 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
20297 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
20298
20299 alloc.c: Import and export fewer symbols, and remove unused items.
20300 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
20301 is defined.
20302 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
20303 it's not optimized away by whole-program optimization.
20304 (message_enable_multibyte, free_misc): Remove.
20305 (catchlist, handlerlist, mark_backtrace):
20306 Declare only if BYTE_MARK_STACK.
20307 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
20308 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
20309 (message_enable_multibyte): Remove decl.
20310 (free_misc, interval_free_list, float_block, float_block_index):
20311 (n_float_blocks, float_free_list, cons_block, cons_block_index):
20312 (cons_free_list, last_marked_index):
20313 Now static.
20314 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
20315 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
20316 (mark_backtrace): Define only if BYTE_MARK_STACK.
20317 * xdisp.c (message_enable_multibyte): Now static.
20318
20319 Declare Lisp_Object Q* variables to be 'static' if not exported.
20320 This makes it easier for human readers (and static analyzers)
20321 to see whether these variables are used from other modules.
20322 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
20323 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
20324 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
20325 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
20326 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
20327 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
20328 * xmenu.c, xselect.c:
20329 Declare Q* vars static if they are not used in other modules.
20330 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
20331 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
20332 Remove decls of unexported vars.
20333 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
20334
20335 * lisp.h (DEFINE_FUNC): Make sname 'static'.
20336
20337 Make Emacs functions such as Fatom 'static' by default.
20338 This makes it easier for human readers (and static analyzers)
20339 to see whether these functions can be called from other modules.
20340 DEFUN now defines a static function. To make the function external
20341 so that it can be used in other C modules, use the new macro DEFUE.
20342 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
20343 (Finit_image_library):
20344 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
20345 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
20346 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
20347 Remove decls, since these functions are now static.
20348 (Funintern, Fget_internal_run_time): New decls, since these functions
20349 were already external.
20350
20351 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
20352 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
20353 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
20354 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
20355 * keyboard.c, keymap.c, lread.c:
20356 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
20357 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
20358 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
20359 Mark functions with DEFUE instead of DEFUN,
20360 if they are used in other modules.
20361 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
20362 decls for now-static functions.
20363 * buffer.h (Fdelete_overlay): Remove decl.
20364 * callproc.c (Fgetenv_internal): Mark as internal.
20365 * composite.c (Fremove_list_of_text_properties): Remove decl.
20366 (Fcomposition_get_gstring): New forward static decl.
20367 * composite.h (Fcomposite_get_gstring): Remove decl.
20368 * dired.c (Ffile_attributes): New forward static decl.
20369 * doc.c (Fdocumntation_property): New forward static decl.
20370 * eval.c (Ffetch_bytecode): New forward static decl.
20371 (Funintern): Remove extern decl; now in .h file where it belongs.
20372 * fileio.c (Fmake_symbolic_link): New forward static decl.
20373 * image.c (Finit_image_library): New forward static decl.
20374 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
20375 * intervals.h (Fprevious_property_change):
20376 (Fremove_list_of_text_properties): Remove decls.
20377 * keyboard.c (Fthis_command_keys): Remove decl.
20378 (Fcommand_execute): New forward static decl.
20379 * keymap.c (Flookup_key): New forward static decl.
20380 (Fcopy_keymap): Now static.
20381 * keymap.h (Flookup_key): Remove decl.
20382 * process.c (Fget_process): New forward static decl.
20383 (Fprocess_datagram_address): Mark as internal.
20384 * syntax.c (Fsyntax_table_p): New forward static decl.
20385 (skip_chars): Remove duplicate decl.
20386 * textprop.c (Fprevious_property_change): New forward static decl.
20387 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
20388 Now internal.
20389 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
20390 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
20391
20392 * editfns.c (Fformat): Remove unreachable code.
20393
20394 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
20395
20396 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
20397 change. (Bug#8496)
20398
20399 2011-04-13 Eli Zaretskii <eliz@gnu.org>
20400
20401 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
20402 when at ZV. (Bug#8487)
20403
20404 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
20405
20406 * charset.c (Fclear_charset_maps): Use xfree instead of free.
20407 (Bug#8437)
20408 * keyboard.c (parse_tool_bar_item): Likewise.
20409 * sound.c (sound_cleanup, alsa_close): Likewise.
20410 * termcap.c (tgetent): Likewise.
20411 * xfns.c (x_default_font_parameter): Likewise.
20412 * xsettings.c (read_and_apply_settings): Likewise.
20413
20414 * alloc.c (overrun_check_malloc, overrun_check_realloc)
20415 (overrun_check_free): Protoize.
20416
20417 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
20418
20419 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
20420 since callers should never pass a negative size.
20421 Change the signature to match that of plain 'read' and 'write'; see
20422 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
20423 * lisp.h: Update prototypes of emacs_write and emacs_read.
20424
20425 2011-04-11 Eli Zaretskii <eliz@gnu.org>
20426
20427 * xdisp.c (redisplay_window): Don't try to determine the character
20428 position of the scroll margin if the window start point w->startp
20429 is outside the buffer's accessible region. (Bug#8468)
20430
20431 2011-04-10 Eli Zaretskii <eliz@gnu.org>
20432
20433 Fix write-region and its subroutines for buffers > 2GB.
20434 * fileio.c (a_write, e_write): Modify declaration of arguments and
20435 local variables to support buffers larger than 2GB.
20436 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
20437
20438 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
20439 argument, local variables, and return value.
20440
20441 * lisp.h: Update prototypes of emacs_write and emacs_read.
20442
20443 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
20444
20445 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
20446
20447 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
20448
20449 Fix more problems found by GCC 4.6.0's static checks.
20450
20451 * xdisp.c (vmessage): Use a better test for character truncation.
20452
20453 * charset.c (load_charset_map): <, not <=, for optimization,
20454 and to avoid potential problems with integer overflow.
20455 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
20456 * casetab.c (set_identity, shuffle): Likewise.
20457 * editfns.c (Fformat): Likewise.
20458 * syntax.c (skip_chars): Likewise.
20459
20460 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
20461 This also lets GCC 4.6.0 generate slightly better loop code.
20462
20463 * callint.c (Fcall_interactively): <, not <=, for optimization.
20464 (Fcall_interactively): Count the number of arguments produced,
20465 not the number of arguments given. This is simpler and lets GCC
20466 4.6.0 generate slightly better code.
20467
20468 * ftfont.c: Distingish more carefully between FcChar8 and char.
20469 The previous code passed unsigned char * to a functions like
20470 strlen and xstrcasecmp that expect char *, which does not
20471 conform to the C standard.
20472 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
20473 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
20474 char * when the C standard requires it.
20475
20476 * keyboard.c (read_char): Remove unused var.
20477
20478 * eval.c: Port to Windows vsnprintf (Bug#8435).
20479 Include <limits.h>.
20480 (SIZE_MAX): Define if the headers do not.
20481 (verror): Do not give up if vsnprintf returns a negative count.
20482 Instead, grow the buffer. This ports to Windows vsnprintf, which
20483 does not conform to C99. Problem reported by Eli Zaretskii.
20484 Also, simplify the allocation scheme, by avoiding the need for
20485 calling realloc, and removing the ALLOCATED variable.
20486
20487 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
20488
20489 Remove invocations of doprnt, as Emacs now uses vsnprintf.
20490 But keep the doprint source code for now, as we might revamp it
20491 and use it again (Bug#8435).
20492 * lisp.h (doprnt): Remove.
20493 * Makefile.in (base_obj): Remove doprnt.o.
20494 * deps.mk (doprnt.o): Remove.
20495
20496 error: Print 32- and 64-bit integers portably (Bug#8435).
20497 Without this change, on typical 64-bit hosts error ("...%d...", N)
20498 was used to print both 32- and 64-bit integers N, which relied on
20499 undefined behavior.
20500 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
20501 * lisp.h (error, verror): Mark as printf-like functions.
20502 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
20503 Report overflow in size calculations when allocating printf buffer.
20504 Do not truncate output string at its first null byte.
20505 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
20506 Truncate the output at a character boundary, since vsnprintf does not
20507 do that.
20508 * charset.c (check_iso_charset_parameter): Convert internal
20509 character to string before calling 'error', since %c now has the
20510 printf meaning.
20511 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
20512 overflow when computing char to be passed to 'error'. Do not
20513 pass Lisp_Object to 'error'; pass the integer instead.
20514 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
20515 formatted with plain %d.
20516
20517 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
20518
20519 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
20520
20521 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
20522
20523 * xterm.c (x_catch_errors): Remove duplicate declaration.
20524
20525 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
20526
20527 * xdisp.c, lisp.h (message_nolog): Remove; unused.
20528
20529 2011-04-10 Jim Meyering <meyering@redhat.com>
20530
20531 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
20532 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
20533 return ssize_t not "int", and use size_t as the buffer length.
20534 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
20535 * gnutls.h: Update declarations.
20536 * process.c (read_process_output): Use ssize_t, to match.
20537 (send_process): Likewise.
20538
20539 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20540
20541 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
20542
20543 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20544
20545 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
20546 Use unsigned char, to match FcChar8 type definition.
20547
20548 * xterm.c (handle_one_xevent):
20549 * xmenu.c (create_and_show_popup_menu):
20550 * xselect.c (x_decline_selection_request)
20551 (x_reply_selection_request): Avoid type-punned deref of X events.
20552
20553 2011-04-09 Eli Zaretskii <eliz@gnu.org>
20554
20555 Fix some uses of `int' instead of EMACS_INT.
20556 * search.c (string_match_1, fast_string_match)
20557 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
20558 (scan_buffer, find_next_newline_no_quit)
20559 (find_before_next_newline, search_command, Freplace_match)
20560 (Fmatch_data): Make some `int' variables be EMACS_INT.
20561
20562 * xdisp.c (display_count_lines): 3rd argument and return value now
20563 EMACS_INT. All callers changed.
20564 (pint2hrstr): Last argument is now EMACS_INT.
20565
20566 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
20567 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
20568 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
20569 (decode_coding_utf_16, decode_coding_emacs_mule)
20570 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20571 (decode_coding_ccl, decode_coding_charset)
20572 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
20573 (decode_coding_iso_2022, decode_coding_emacs_mule)
20574 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
20575 <char_offset, last_offset>: Declare EMACS_INT.
20576 (encode_coding_utf_8, encode_coding_utf_16)
20577 (encode_coding_emacs_mule, encode_invocation_designation)
20578 (encode_designation_at_bol, encode_coding_iso_2022)
20579 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
20580 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
20581 Declare EMACS_INT.
20582 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
20583 (encode_invocation_designation): Last argument P_NCHARS is now
20584 EMACS_INT.
20585 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
20586 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
20587
20588 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
20589 All users changed.
20590
20591 * ccl.c (Fccl_execute_on_string): Declare some variables
20592 EMACS_INT.
20593
20594 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
20595
20596 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
20597
20598 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
20599
20600 * process.c (Fformat_network_address): Doc fix.
20601
20602 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
20603
20604 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
20605
20606 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20607
20608 * keyboard.c (read_char): Call Lisp function help-form-show,
20609 instead of using internal_with_output_to_temp_buffer.
20610 (Qhelp_form_show): New var.
20611 (syms_of_keyboard): Use DEFSYM macro.
20612
20613 * print.c (internal_with_output_to_temp_buffer): Function deleted.
20614
20615 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
20616
20617 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20618
20619 * process.c (Flist_processes): Remove to Lisp.
20620 (list_processes_1): Delete.
20621
20622 2011-04-06 Eli Zaretskii <eliz@gnu.org>
20623
20624 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
20625
20626 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
20627
20628 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
20629
20630 Fix more problems found by GCC 4.6.0's static checks.
20631
20632 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
20633
20634 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
20635
20636 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
20637
20638 * xdisp.c (vmessage): Mark as a printf-like function.
20639
20640 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
20641
20642 * sound.c (sound_warning): Don't crash if arg contains a printf format.
20643
20644 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
20645 printf-like functions.
20646 (tiff_load): Add casts to remove these marks before passing them
20647 to system-supplied API.
20648
20649 * eval.c (Fsignal): Remove excess argument to 'fatal'.
20650
20651 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
20652 This avoids several warnings with gcc -Wstrict-overflow.
20653 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
20654 directly, rather than having caller test rule sign. This avoids
20655 some unnecessary tests.
20656 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
20657 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
20658 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
20659
20660 * xfont.c (xfont_text_extents): Remove var that was set but not used.
20661 (xfont_open): Avoid unnecessary tests.
20662
20663 * composite.c (composition_gstring_put_cache): Use unsigned integer.
20664
20665 * composite.h, composite.c (composition_gstring_put_cache):
20666 Use EMACS_INT, not int, for length.
20667
20668 * composite.h (COMPOSITION_DECODE_REFS): New macro,
20669 breaking out part of COMPOSITION_DECODE_RULE.
20670 (COMPOSITION_DECODE_RULE): Use it.
20671 * composite.c (get_composition_id): Remove unused local vars,
20672 by using the new macro.
20673
20674 * textprop.c (set_text_properties_1): Change while to do-while,
20675 since the condition is always true at first.
20676
20677 * intervals.c (graft_intervals_into_buffer): Mark var as used.
20678 (interval_deletion_adjustment): Return unsigned value.
20679 All uses changed.
20680
20681 * process.c (list_processes_1, create_pty, read_process_output):
20682 (exec_sentinel): Remove vars that were set but not used.
20683 (create_pty): Remove unnecessary "volatile"s.
20684 (Fnetwork_interface_info): Avoid possibility of int overflow.
20685 (read_process_output): Do adaptive read buffering even if carryover.
20686 (read_process_output): Simplify nbytes computation if buffered.
20687
20688 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
20689
20690 * syntax.c (scan_words): Remove var that was set but not used.
20691 (update_syntax_table): Use unsigned instead of int.
20692
20693 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
20694 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
20695 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
20696
20697 * print.c (print_error_message): Avoid int overflow.
20698
20699 * font.c (font_list_entities): Redo for clarity,
20700 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
20701
20702 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
20703 (font_score): Avoid potential overflow in diff calculation.
20704
20705 * fns.c (substring_both): Remove var that is set but not used.
20706 (sxhash): Redo loop for clarity and to avoid wraparound warning.
20707
20708 * eval.c (funcall_lambda): Rename local to avoid shadowing.
20709
20710 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
20711 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
20712 can always succeed if overflow has undefined behavior.
20713
20714 * search.c (boyer_moore, wordify): Remove vars set but not used.
20715 (wordify): Omit three unnecessary tests.
20716
20717 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
20718 All callers changed. This avoids the need for an unused var.
20719
20720 * casefiddle.c (casify_region): Remove var that is set but not used.
20721
20722 * dired.c (file_name_completion): Remove var that is set but not used.
20723
20724 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
20725
20726 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
20727 (Finsert_file_contents): Remove unnecessary code checking fd.
20728
20729 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
20730 Check for integer overflow on size calculations.
20731
20732 * buffer.c (Fprevious_overlay_change): Remove var that is set
20733 but not used.
20734
20735 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
20736 Remove vars that are set but not used.
20737 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
20738 (timer_check_2): Mark vars as initialized.
20739
20740 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
20741
20742 * image.c (lookup_image): Remove var that is set but not used.
20743 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
20744
20745 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
20746 that are set but not used.
20747
20748 * xfns.c (make_invisible_cursor): Don't return garbage
20749 if XCreateBitmapFromData fails (Bug#8410).
20750
20751 * xselect.c (x_get_local_selection, x_handle_property_notify):
20752 Remove vars that are set but not used.
20753
20754 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
20755 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
20756
20757 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
20758 Remove var that is set but not used.
20759 (scroll_bar_windows_size): Now size_t, not int.
20760 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
20761 Check for overflow.
20762
20763 * xfaces.c (realize_named_face): Remove vars that are set but not used.
20764 (map_tty_color) [!defined MSDOS]: Likewise.
20765
20766 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
20767
20768 * coding.c: Remove vars that are set but not used.
20769 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
20770 All callers changed.
20771 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
20772 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
20773 (decode_coding_charset): Remove vars that are set but not used.
20774
20775 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
20776 that is set but not used.
20777
20778 * print.c (print_object): Remove var that is set but not used.
20779
20780 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
20781 The gnulib version avoids calling malloc in the usual case,
20782 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
20783 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
20784 * filelock.c (current_lock_owner): Likewise.
20785 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
20786 * sysdep.c: Include allocator.h, careadlinkat.h.
20787 (emacs_no_realloc_allocator): New static constant.
20788 (emacs_readlink): New function.
20789 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
20790 ../lib/careadlinkat.h.
20791
20792 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20793
20794 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
20795 first non-nil return value).
20796
20797 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
20798
20799 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
20800 if not defined (Bug#8403).
20801
20802 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
20803
20804 * xdisp.c (display_count_lines): Remove parameter `start',
20805 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
20806 (get_char_face_and_encoding): Remove parameter `multibyte_p',
20807 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
20808 (fill_stretch_glyph_string): Remove parameters `row' and `area',
20809 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
20810 and thereabouts. All callers changed.
20811 (get_per_char_metric): Remove parameter `f', unused since
20812 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
20813
20814 2011-04-02 Jim Meyering <meyering@redhat.com>
20815
20816 do not dereference NULL upon failed strdup
20817 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
20818 (ns_get_family): Likewise.
20819
20820 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
20821
20822 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
20823
20824 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
20825
20826 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
20827 later (Bug#8403).
20828
20829 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20830
20831 Add lexical binding.
20832
20833 * window.c (Ftemp_output_buffer_show): New fun.
20834 (Fsave_window_excursion):
20835 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
20836
20837 * lread.c (lisp_file_lexically_bound_p): New function.
20838 (Fload): Bind Qlexical_binding.
20839 (readevalloop): Remove `evalfun' arg.
20840 Bind Qinternal_interpreter_environment.
20841 (Feval_buffer): Bind Qlexical_binding.
20842 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
20843 Mark as dynamic.
20844 (syms_of_lread): Declare `lexical-binding'.
20845
20846 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
20847
20848 * keyboard.c (eval_dyn): New fun.
20849 (menu_item_eval_property): Use it.
20850
20851 * image.c (parse_image_spec): Use Ffunctionp.
20852
20853 * fns.c (concat, mapcar1): Accept byte-code-functions.
20854
20855 * eval.c (Fsetq): Handle lexical vars.
20856 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
20857 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
20858 (FletX, Flet): Obey lexical binding.
20859 (Fcommandp): Handle closures.
20860 (Feval): New `lexical' arg.
20861 (eval_sub): New function extracted from Feval. Use it almost
20862 everywhere where Feval was used. Look up vars in lexical env.
20863 Handle closures.
20864 (Ffunctionp): Move from subr.el.
20865 (Ffuncall): Handle closures.
20866 (apply_lambda): Remove `eval_flags'.
20867 (funcall_lambda): Handle closures and new byte-code-functions.
20868 (Fspecial_variable_p): New function.
20869 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
20870 but without exporting it to Lisp.
20871
20872 * doc.c (Fdocumentation, store_function_docstring):
20873 * data.c (Finteractive_form): Handle closures.
20874
20875 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
20876 interactive spec.
20877
20878 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
20879 New byte-codes.
20880 (exec_byte_code): New function extracted from Fbyte_code to handle new
20881 calling convention for byte-code-functions. Add new byte-codes.
20882
20883 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
20884
20885 * alloc.c (Fmake_symbol): Init new `declared_special' field.
20886
20887 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
20888
20889 * xdisp.c (redisplay_internal): Fix prototype.
20890
20891 2011-03-31 Eli Zaretskii <eliz@gnu.org>
20892
20893 * xdisp.c (SCROLL_LIMIT): New macro.
20894 (try_scrolling): Use it when setting scroll_limit.
20895 Limit scrolling to 100 screen lines.
20896 (redisplay_window): Even when falling back on "recentering",
20897 position point in the window according to scroll-conservatively,
20898 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
20899
20900 (try_scrolling): When point is above the window, allow searching
20901 as far as scroll_max, or one screenful, to compute vertical
20902 distance from PT to the scroll margin position. This prevents
20903 try_scrolling from unnecessarily failing when
20904 scroll-conservatively is set to a value slightly larger than the
20905 window height. Clean up the case of PT below the margin at bottom
20906 of window: scroll_max can no longer be INT_MAX. When aggressive
20907 scrolling is in use, don't let point enter the opposite scroll
20908 margin as result of the scroll.
20909 (syms_of_xdisp) <scroll-conservatively>: Document the
20910 threshold of 100 lines for never-recentering scrolling.
20911
20912 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
20913
20914 * dispextern.h (move_it_by_lines):
20915 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
20916 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
20917 (message_log_check_duplicate): Remove parameters `prev_bol' and
20918 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
20919 (redisplay_internal): Remove parameter `preserve_echo_area',
20920 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
20921
20922 * indent.c (Fvertical_motion):
20923 * window.c (window_scroll_pixel_based, Frecenter):
20924 Don't pass `need_y_p' to `move_it_by_lines'.
20925
20926 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20927
20928 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
20929 steal a few bits to be more compact.
20930 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
20931 Remove unneeded casts.
20932
20933 * bytecode.c (Fbyte_code): CAR and CDR can GC.
20934
20935 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
20936
20937 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
20938 binding" message (bug#7967).
20939
20940 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
20941
20942 Fix more problems found by GCC 4.6.0's static checks.
20943
20944 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
20945 Remove unused local var.
20946
20947 * editfns.c (Fmessage_box): Remove unused local var.
20948
20949 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
20950 (note_mode_line_or_margin_highlight, note_mouse_highlight):
20951 Omit unused local vars.
20952 * window.c (shrink_windows): Omit unused local var.
20953 * menu.c (digest_single_submenu): Omit unused local var.
20954 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
20955 Omit unused local var.
20956
20957 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
20958 Don't assume string length fits in int.
20959 (keyremap_step, read_key_sequence): Use size_t for sizes.
20960 (read_key_sequence): Don't check last_real_key_start redundantly.
20961
20962 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
20963 instead of alloca (Bug#8344).
20964
20965 * eval.c (Fbacktrace): Don't assume nargs fits in int.
20966 (Fbacktrace_frame): Don't assume nframes fits in int.
20967
20968 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
20969
20970 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
20971 concerns.
20972
20973 * term.c (produce_glyphless_glyph): Remove unnecessary test.
20974
20975 * cm.c (calccost): Turn while-do into do-while, for clarity.
20976
20977 * keyboard.c (syms_of_keyboard): Use the same style as later
20978 in this function when indexing through an array. This also
20979 works around GCC bug 48267.
20980
20981 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
20982
20983 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
20984
20985 * chartab.c (sub_char_table_ref_and_range): Redo for slight
20986 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
20987
20988 * keyboard.c, keyboard.h (num_input_events): Now size_t.
20989 This avoids undefined behavior on integer overflow, and is a bit
20990 more convenient anyway since it is compared to a size_t variable.
20991
20992 Variadic C functions now count arguments with size_t, not int.
20993 This avoids an unnecessary limitation on 64-bit machines, which
20994 caused (substring ...) to crash on large vectors (Bug#8344).
20995 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
20996 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
20997 All variadic functions and their callers changed accordingly.
20998 (struct gcpro.nvars): Now size_t, not int. All uses changed.
20999 * data.c (arith_driver, float_arith_driver): Likewise.
21000 * editfns.c (general_insert_function): Likewise.
21001 * eval.c (struct backtrace.nargs, interactive_p)
21002 (internal_condition_case_n, run_hook_with_args, apply_lambda)
21003 (funcall_lambda, mark_backtrace): Likewise.
21004 * fns.c (concat): Likewise.
21005 * frame.c (x_set_frame_parameters): Likewise.
21006 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
21007 0 if not found, not -1. All callers changed.
21008
21009 * alloc.c (garbage_collect): Don't assume stack size fits in int.
21010 (stack_copy_size): Now size_t, not int.
21011 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
21012
21013 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
21014
21015 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
21016 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
21017 All callers changed.
21018
21019 * lisp.h (multibyte_char_to_unibyte):
21020 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
21021 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
21022 * character.h (CHAR_TO_BYTE8):
21023 * cmds.c (internal_self_insert):
21024 * editfns.c (general_insert_function):
21025 * keymap.c (push_key_description):
21026 * search.c (Freplace_match):
21027 * xdisp.c (message_dolog, set_message_1): All callers changed.
21028
21029 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21030
21031 * keyboard.c (safe_run_hook_funcall): New function.
21032 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
21033 don't set the hook to nil, but remove the offending function instead.
21034 (Qcommand_hook_internal): Remove, unused.
21035 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
21036 Vcommand_hook_internal.
21037
21038 * eval.c (enum run_hooks_condition): Remove.
21039 (funcall_nil, funcall_not): New functions.
21040 (run_hook_with_args): Call each function through a `funcall' argument.
21041 Remove `cond' argument, now redundant.
21042 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
21043 (Frun_hook_with_args_until_failure): Adjust accordingly.
21044 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
21045
21046 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
21047
21048 * dispextern.h (string_buffer_position): Remove declaration.
21049
21050 * print.c (strout): Remove parameter `multibyte', unused since
21051 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
21052
21053 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
21054 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
21055 All callers changed.
21056
21057 * w32.c (_wsa_errlist): Use braces for struct initializers.
21058
21059 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
21060 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
21061 All callers changed.
21062 (string_buffer_position): Likewise. Also, make static (it's never
21063 used outside xdisp.c).
21064 (cursor_row_p): Remove parameter `w', unused since
21065 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
21066 (decode_mode_spec): Remove parameter `precision', introduced during
21067 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
21068 All callers changed.
21069
21070 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21071
21072 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
21073
21074 2011-03-27 Anders Lindgren <andlind@gmail.com>
21075
21076 * nsterm.m (ns_menu_bar_is_hidden): New variable.
21077 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
21078 (ns_update_auto_hide_menu_bar): New functions.
21079 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
21080 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
21081 ns_constrain_all_frames.
21082 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
21083 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
21084
21085 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21086
21087 * nsmenu.m (runDialogAt): Remove argument to timer_check.
21088
21089 2011-03-27 Glenn Morris <rgm@gnu.org>
21090
21091 * syssignal.h: Replace RETSIGTYPE with void.
21092 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
21093 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
21094 Replace SIGTYPE with void everywhere.
21095 * s/usg5-4-common.h (SIGTYPE): Remove definition.
21096 * s/template.h (SIGTYPE): Remove commented out definition.
21097
21098 2011-03-26 Eli Zaretskii <eliz@gnu.org>
21099
21100 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
21101 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
21102
21103 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
21104
21105 * w32.c (read_unc_volume): Use parameter `henum', instead of
21106 global variable `wget_enum_handle'.
21107
21108 * keymap.c (describe_vector): Remove parameters `indices' and
21109 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
21110 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
21111
21112 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
21113
21114 * keyboard.c (timer_check): Remove parameter `do_it_now',
21115 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
21116 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
21117 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
21118
21119 * keyboard.c (read_char):
21120 * w32menu.c (w32_menu_display_help):
21121 * xmenu.c (show_help_event, menu_help_callback):
21122 Adjust calls to `show_help_echo'.
21123
21124 * gtkutil.c (xg_maybe_add_timer):
21125 * keyboard.c (readable_events):
21126 * process.c (wait_reading_process_output):
21127 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
21128
21129 * insdel.c (adjust_markers_gap_motion):
21130 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
21131 (gap_left, gap_right): Don't call it.
21132
21133 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
21134
21135 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
21136 incurred during fontification.
21137
21138 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
21139
21140 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
21141 (DEFVAR_PER_BUFFER): Don't pass it.
21142
21143 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
21144 (scrolling_window): Don't pass it.
21145
21146 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
21147
21148 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
21149
21150 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
21151 and `suffix'.
21152 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
21153 of variables specific to SELinux and computation of `encoded_absname'.
21154
21155 * image.c (XPutPixel): Remove unused variable `height'.
21156
21157 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
21158
21159 * unexw32.c (get_section_info): Remove unused variable `section'.
21160
21161 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
21162 (system_process_attributes): Remove unused variable `sess'.
21163 (sys_read): Remove unused variable `err'.
21164
21165 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
21166 (w32_wnd_proc): Remove unused variable `isdead'.
21167 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
21168 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
21169 (x_create_tip_frame): Remove unused variable `tem'.
21170
21171 * w32inevt.c (w32_console_read_socket):
21172 Remove unused variable `no_events'.
21173
21174 * w32term.c (x_draw_composite_glyph_string_foreground):
21175 Remove unused variable `width'.
21176
21177 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
21178
21179 * w32term.c (x_set_glyph_string_clipping):
21180 Don't pass uninitialized region to CombineRgn.
21181
21182 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
21183
21184 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
21185 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
21186 (Fx_close_connection): Remove unused variable `i'.
21187
21188 * w32font.c (w32font_draw): Return number of glyphs.
21189 (w32font_open_internal): Remove unused variable `i'.
21190 (w32font_driver): Add missing initializer.
21191
21192 * w32menu.c (utf8to16): Remove unused variable `utf16'.
21193 (fill_in_menu): Remove unused variable `items_added'.
21194
21195 * w32term.c (last_mouse_press_frame): Remove static global variable.
21196 (w32_clip_to_row): Remove unused variable `f'.
21197 (x_delete_terminal): Remove unused variable `i'.
21198
21199 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
21200 (NOTHING): Remove unused static global variable.
21201 (uniscribe_check_otf): Remove unused variable `table'.
21202 (uniscribe_font_driver): Add missing initializers.
21203
21204 2011-03-23 Julien Danjou <julien@danjou.info>
21205
21206 * term.c (Fsuspend_tty, Fresume_tty):
21207 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
21208 * window.c (temp_output_buffer_show):
21209 * insdel.c (signal_before_change):
21210 * frame.c (Fhandle_switch_frame):
21211 * fileio.c (Fdo_auto_save):
21212 * emacs.c (Fkill_emacs):
21213 * editfns.c (save_excursion_restore):
21214 * cmds.c (internal_self_insert):
21215 * callint.c (Fcall_interactively):
21216 * buffer.c (Fkill_all_local_variables):
21217 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
21218 Use Frun_hooks.
21219 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
21220 unconditionally since it does the check itself.
21221
21222 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
21223
21224 Fix more problems found by GCC 4.5.2's static checks.
21225
21226 * coding.c (encode_coding_raw_text): Avoid unnecessary test
21227 the first time through the loop, since we know p0 < p1 then.
21228 This also avoids a gcc -Wstrict-overflow warning.
21229
21230 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
21231 leading to a memory leak, possible in functions like
21232 load_charset_map_from_file that can allocate an unbounded number
21233 of objects (Bug#8318).
21234
21235 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
21236 that could (at least in theory) be that large.
21237
21238 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
21239 This is less likely to overflow, and avoids undefined behavior if
21240 overflow does occur. All callers changed. Use strtoul to scan
21241 for the unsigned long integer.
21242 (pint2hrstr): Simplify and tune code slightly.
21243 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
21244
21245 * scroll.c (do_scrolling): Work around GCC bug 48228.
21246 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
21247
21248 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
21249 This also avoids a warning with gcc -Wstrict-overflow.
21250 (validate_x_resource_name): Simplify count usage.
21251 This also avoids a warning with gcc -Wstrict-overflow.
21252
21253 * fileio.c (Fcopy_file): Report error if fchown or fchmod
21254 fail (Bug#8306).
21255
21256 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
21257
21258 * process.c (Fmake_network_process): Use socklen_t, not int,
21259 where POSIX says socklen_t is required in portable programs.
21260 This fixes a porting bug on hosts like 64-bit HP-UX, where
21261 socklen_t is wider than int (Bug#8277).
21262 (Fmake_network_process, server_accept_connection):
21263 (wait_reading_process_output, read_process_output):
21264 Likewise.
21265
21266 * process.c: Rename or move locals to avoid shadowing.
21267 (list_processes_1, Fmake_network_process):
21268 (read_process_output_error_handler, exec_sentinel_error_handler):
21269 Rename or move locals.
21270 (Fmake_network_process): Define label "retry_connect" only if needed.
21271 (Fnetwork_interface_info): Fix pointer signedness.
21272 (process_send_signal): Add cast to avoid pointer signedness problem.
21273 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
21274 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
21275
21276 Make tparam.h and terminfo.c consistent.
21277 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
21278 Include tparam.h instead, since it declares them.
21279 * cm.h (PC): Remove extern decl; tparam.h now does this.
21280 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
21281 * terminfo.c: Include tparam.h, to check interfaces.
21282 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
21283 (tparam): Adjust signature to match interface in tparam.h;
21284 this removes some undefined behavior. Check that outstring and len
21285 are zero, which they always are with Emacs.
21286 * tparam.h (PC, BC, UP): New extern decls.
21287
21288 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
21289 (xftfont_open): Rename locals to avoid shadowing.
21290
21291 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
21292 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
21293 (OTF_TAG_SYM): Omit macro if not needed.
21294 (ftfont_list): Remove unused local.
21295 (get_adstyle_property, ftfont_pattern_entity):
21296 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
21297 Rename locals to avoid shadowing.
21298
21299 * xfont.c (xfont_list_family): Mark var as initialized.
21300
21301 * xml.c (make_dom): Now static.
21302
21303 * composite.c (composition_compute_stop_pos): Rename local to
21304 avoid shadowing.
21305 (composition_reseat_it): Remove unused locals.
21306 (find_automatic_composition, composition_adjust_point): Likewise.
21307 (composition_update_it): Mark var as initialized.
21308 (find_automatic_composition): Mark vars as initialized,
21309 with a FIXME (Bug#8290).
21310
21311 character.h: Rename locals to avoid shadowing.
21312 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
21313 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
21314 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
21315 (BUF_DEC_POS): Be more systematic about renaming local temporaries
21316 to avoid shadowing.
21317
21318 * textprop.c (property_change_between_p): Remove; unused.
21319
21320 * intervals.c (interval_start_pos): Now static.
21321
21322 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
21323
21324 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
21325 Rename locals to avoid shadowing.
21326
21327 * sound.c (wav_play, au_play, Fplay_sound_internal):
21328 Fix pointer signedness.
21329 (alsa_choose_format): Remove unused local var.
21330 (wav_play): Initialize a variable to 0, to prevent undefined
21331 behavior (Bug#8278).
21332
21333 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
21334
21335 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
21336
21337 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
21338 clobbering (Bug#8298).
21339 * sysdep.c (sys_subshell): Likewise.
21340 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
21341
21342 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
21343 This should get cleaned up, so that child_setup has the
21344 same signature on all platforms.
21345
21346 * callproc.c (call_process_cleanup): Now static.
21347 (relocate_fd): Rename locals to avoid shadowing.
21348
21349 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21350
21351 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
21352 not to be necessary, and produces flickering.
21353
21354 2011-03-20 Glenn Morris <rgm@gnu.org>
21355
21356 * config.in: Remove file.
21357
21358 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
21359
21360 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
21361 are now in src/globals.h.
21362 (syms_of_minibuf): Remove spurious & from previous change.
21363
21364 2011-03-20 Leo Liu <sdl.web@gmail.com>
21365
21366 * minibuf.c (completing-read-function): New variable.
21367 (completing-read-default): Rename from completing-read.
21368 (completing-read): Call completing-read-function.
21369
21370 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21371
21372 * xfaces.c (Fx_load_color_file):
21373 Read color file from absolute filename (bug#8250).
21374
21375 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21376
21377 * makefile.w32-in: Update dependencies.
21378
21379 2011-03-17 Eli Zaretskii <eliz@gnu.org>
21380
21381 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
21382
21383 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
21384
21385 Fix more problems found by GCC 4.5.2's static checks.
21386
21387 * process.c (make_serial_process_unwind, send_process_trap):
21388 (sigchld_handler): Now static.
21389
21390 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
21391 That way, the code declares only the vars that it needs.
21392 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
21393 * s/cygwin.h (PTY_ITERATION): Likewise.
21394 * s/darwin.h (PTY_ITERATION): Likewise.
21395 * s/gnu-linux.h (PTY_ITERATION): Likewise.
21396
21397 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
21398 * process.c (allocate_pty): Don't declare stb unless it's needed.
21399
21400 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
21401 (CONSTANTLIM): Remove; unused.
21402 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
21403 Define only if needed.
21404
21405 * unexelf.c (unexec): Name an expression,
21406 to avoid gcc -Wbad-function-cast warning.
21407 Use a different way to cause a compilation error if anyone uses
21408 n rather than nn, a way that does not involve shadowing.
21409 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
21410
21411 * deps.mk (unexalpha.o): Remove; unused.
21412
21413 New file unexec.h, the (simple) interface for unexec (Bug#8267).
21414 * unexec.h: New file.
21415 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
21416 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
21417 Depend on unexec.h.
21418 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
21419 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
21420 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
21421 Change as necessary to match prototype in unexec.h.
21422
21423 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
21424 shadowing.
21425 (back_comment, skip_chars): Mark vars as initialized.
21426
21427 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
21428 Rename locals to avoid shadowing.
21429
21430 * lread.c (read1): Rewrite so as not to use empty "else".
21431 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
21432
21433 * print.c (Fredirect_debugging_output): Fix pointer signedess.
21434
21435 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
21436 warning when compiling print.c.
21437
21438 * font.c (font_unparse_fcname): Abort in an "impossible" situation
21439 instead of using an uninitialized var.
21440 (font_sort_entities): Mark var as initialized.
21441
21442 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
21443
21444 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
21445 pointers to constants.
21446 (font_parse_fcname): Remove unused vars.
21447 (font_delete_unmatched): Now static.
21448 (font_get_spec): Remove; unused.
21449 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
21450 (font_update_drivers, Ffont_get_glyphs, font_add_log):
21451 Rename or move locals to avoid shadowing.
21452
21453 * fns.c (require_nesting_list, require_unwind): Now static.
21454 (Ffillarray): Rename locals to avoid shadowing.
21455
21456 * floatfns.c (domain_error2): Define only if needed.
21457 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
21458
21459 * alloc.c (mark_backtrace): Move decl from here ...
21460 * lisp.h: ... to here, so that it can be checked.
21461
21462 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
21463 (Fdefvar): Rewrite so as not to use empty "else".
21464 (lisp_indirect_variable): Name an expression,
21465 to avoid gcc -Wbad-function-cast warning.
21466 (Fdefvar): Rename locals to avoid shadowing.
21467
21468 * callint.c (quotify_arg, quotify_args): Now static.
21469 (Fcall_interactively): Rename locals to avoid shadowing.
21470 Use const pointer when appropriate.
21471
21472 * lisp.h (get_system_name, get_operating_system_release):
21473 Move decls here, to check interfaces.
21474 * process.c (get_operating_system_release): Move decl to lisp.h.
21475 * xrdb.c (get_system_name): Likewise.
21476 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
21477 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
21478 some of which prompt warnings from gcc -Wbad-function-cast.
21479 (Fformat_time_string, Fencode_time, Finsert_char):
21480 (Ftranslate_region_internal, Fformat):
21481 Rename or remove local vars to avoid shadowing.
21482 (Ftranslate_region_internal): Mark var as initialized.
21483
21484 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
21485 avoid shadowing.
21486
21487 * lisp.h (eassert): Check that the argument compiles, even if
21488 ENABLE_CHECKING is not defined.
21489
21490 * data.c (Findirect_variable): Name an expression, to avoid
21491 gcc -Wbad-function-cast warning.
21492 (default_value, arithcompare, arith_driver, arith_error): Now static.
21493 (store_symval_forwarding): Rename local to avoid shadowing.
21494 (Fmake_variable_buffer_local, Fmake_local_variable):
21495 Mark variables as initialized.
21496 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
21497
21498 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
21499 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
21500 Rename locals to avoid shadowing.
21501 (mark_stack): Move local variables into the #ifdef region where
21502 they're used.
21503 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
21504 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
21505 needed otherwise.
21506 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
21507 (GC_STRING_CHARS): Remove; not used.
21508 (Fmemory_limit): Cast sbrk's returned value to char *.
21509
21510 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
21511 avoids undefined behavior in theory.
21512
21513 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
21514
21515 Use functions, not macros, for up- and down-casing (Bug#8254).
21516 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
21517 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
21518 to use the following functions instead of these macros.
21519 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
21520 EMACS_INT, since callers assume the returned value fits in int.
21521 (upcase1): Likewise, for UPCASE_TABLE.
21522 (uppercasep, lowercasep, upcase): New static inline functions.
21523 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
21524 the race-condition problem in the old DOWNCASE.
21525
21526 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
21527 Rename locals to avoid shadowing.
21528 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
21529 (regex_compile, re_search_2, re_match_2_internal):
21530 Remove unused local vars.
21531 (FREE_VAR): Rewrite so as not to use empty "else",
21532 which gcc can warn about.
21533 (regex_compile, re_match_2_internal): Mark locals as initialized.
21534 (RETALLOC_IF): Define only if needed.
21535 (WORDCHAR_P): Likewise. This one is never needed, but is used
21536 only in a comment talking about a compiler bug, so put inside
21537 the #if 0 of that comment.
21538 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
21539 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
21540 Remove; unused.
21541
21542 * search.c (boyer_moore): Rename locals to avoid shadowing.
21543 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
21544 (PREV_CHAR_BOUNDARY): Likewise.
21545
21546 * search.c (simple_search): Remove unused var.
21547
21548 * dired.c (compile_pattern): Move decl from here ...
21549 * lisp.h: ... to here, so that it can be checked.
21550 (struct re_registers): New forward decl.
21551
21552 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
21553
21554 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
21555 All uses changed.
21556 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
21557 Rename locals to avoid shadowing.
21558 (Fvertical_motion): Mark locals as initialized.
21559
21560 * casefiddle.c (casify_object, casify_region): Now static.
21561 (casify_region): Mark local as initialized.
21562
21563 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
21564
21565 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
21566 New macros, so that the caller can use some names other than
21567 gcpro1, gcpro2, etc.
21568 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
21569 of the new macros.
21570 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
21571 argument, for consistency with GCPRO2_VAR, etc: it is now the
21572 prefix of the variable, not the variable itself. All uses
21573 changed.
21574 * dired.c (directory_files_internal, file_name_completion):
21575 Rename locals to avoid shadowing.
21576
21577 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
21578 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
21579 dired.c's scmp function, had undefined behavior.
21580 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
21581 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
21582 * buffer.h: ... to here, because these macros use current_buffer,
21583 and the new implementation with inline functions needs to have
21584 current_buffer in scope now, rather than later when the macros
21585 are used.
21586 (downcase, upcase1): New static inline functions.
21587 (DOWNCASE, UPCASE1): Reimplement using these functions.
21588 This avoids undefined behavior in expressions like
21589 DOWNCASE (x) == DOWNCASE (y), which previously suffered
21590 from race conditions in accessing the global variables
21591 case_temp1 and case_temp2.
21592 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
21593 * lisp.h (case_temp1, case_temp2): Remove their decls.
21594 * character.h (ASCII_CHAR_P): Move from here ...
21595 * lisp.h: ... to here, so that the inline functions mentioned
21596 above can use them.
21597
21598 * dired.c (directory_files_internal_unwind): Now static.
21599
21600 * fileio.c (file_name_as_directory, directory_file_name):
21601 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
21602 Now static.
21603 (file_name_as_directory): Use const pointers when appropriate.
21604 (Fexpand_file_name): Likewise. In particular, newdir might
21605 point at constant storage, so make it a const pointer.
21606 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
21607 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
21608 signedness issues.
21609 (Fset_file_times, Finsert_file_contents, auto_save_error):
21610 Rename locals to avoid shadowing.
21611
21612 * minibuf.c (choose_minibuf_frame_1): Now static.
21613 (Ftry_completion, Fall_completions): Rename or remove locals
21614 to avoid shadowing.
21615
21616 * marker.c (bytepos_to_charpos): Remove; unused.
21617
21618 * lisp.h (verify_bytepos, count_markers): New decls,
21619 so that gcc does not warn that these functions aren't declared.
21620
21621 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
21622 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
21623 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
21624 (copy_text): Remove unused local var.
21625
21626 * filelock.c (within_one_second): Now static.
21627 (lock_file_1): Rename local to avoid shadowing.
21628
21629 * buffer.c (fix_overlays_before): Mark locals as initialized.
21630 (fix_start_end_in_overlays): Likewise. This function should be
21631 simplified by using pointers-to-pointers, but that's a different
21632 matter.
21633 (switch_to_buffer_1): Now static.
21634 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
21635 (report_overlay_modification): Rename locals to avoid shadowing.
21636
21637 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
21638 Fix pointer signedness issue.
21639 (sys_subshell): Mark local as volatile if checking for lint,
21640 to suppress a gcc -Wclobbered warning that does not seem to be right.
21641 (MAXPATHLEN): Define only if needed.
21642
21643 * process.c (serial_open, serial_configure): Move decls from here ...
21644 * systty.h: ... to here, so that they can be checked.
21645
21646 * fns.c (get_random, seed_random): Move extern decls from here ...
21647 * lisp.h: ... to here, so that they can be checked.
21648
21649 * sysdep.c (reset_io): Now static.
21650 (wait_for_termination_signal): Remove; unused.
21651
21652 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
21653 (copy_keymap_item, append_key, push_text_char_description):
21654 Now static.
21655 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
21656 (DENSE_TABLE_SIZE): Remove; unused.
21657 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
21658 (describe_map_tree):
21659 Rename locals to avoid shadowing.
21660
21661 * keyboard.c: Declare functions static if they are not used elsewhere.
21662 (echo_char, echo_dash, cmd_error, top_level_2):
21663 (poll_for_input, handle_async_input): Now static.
21664 (read_char, kbd_buffer_get_event, make_lispy_position):
21665 (make_lispy_event, make_lispy_movement, apply_modifiers):
21666 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
21667 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
21668 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
21669 (read_key_sequence, read_char): Mark locals as initialized.
21670 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
21671
21672 * keyboard.h (make_ctrl_char): New decl.
21673 (mark_kboards): Move decl here ...
21674 * alloc.c (mark_kboards): ... from here.
21675
21676 * lisp.h (force_auto_save_soon): New decl.
21677
21678 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
21679 (DEFINE_DUMMY_FUNCTION): New macro.
21680 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
21681 Use it.
21682 (main): Add casts to avoid warnings
21683 if GCC considers string literals to be constants.
21684
21685 * lisp.h (fatal_error_signal): Add decl, since it's exported.
21686
21687 * dbusbind.c: Pointer signedness fixes.
21688 (xd_signature, xd_append_arg, xd_initialize):
21689 (Fdbus_call_method, Fdbus_call_method_asynchronously):
21690 (Fdbus_method_return_internal, Fdbus_method_error_internal):
21691 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
21692 (Fdbus_register_signal): Use SSDATA when the context wants char *.
21693
21694 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
21695 if GCC considers string literals to be constants.
21696 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
21697
21698 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21699
21700 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
21701 (print_preprocess, print_object): New macro to fix last change.
21702
21703 * print.c (print_preprocess): Don't forget font objects.
21704
21705 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21706
21707 * emacs.c (USAGE3): Doc fixes.
21708
21709 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
21710
21711 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
21712 structure.
21713
21714 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
21715
21716 * lisp.h (VWindow_system, Qfile_name_history):
21717 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
21718 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
21719 (w32_system_caret_x, w32_system_caret_y): Declare extern.
21720
21721 * w32select.c: Don't #include "keyboard.h".
21722 (run_protected): Add extern declaration for waiting_for_input.
21723
21724 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
21725 * w32console.c (detect_input_pending, read_input_pending)
21726 (encode_terminal_code):
21727 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
21728 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
21729 (w32_system_caret_y, Qfile_name_history):
21730 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
21731 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
21732 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
21733 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
21734 * w32proc.c (Qlocal, report_file_error):
21735 * w32term.c (Vwindow_system, updating_frame):
21736 * w32uniscribe.c (initialized, uniscribe_font_driver):
21737 Remove unneeded extern declarations.
21738
21739 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
21740
21741 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
21742
21743 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
21744
21745 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
21746 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
21747 These macros can no longer be used for assignment.
21748
21749 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21750 Assign struct members directly, instead of using BUF_BEGV etc.
21751 (record_buffer_markers, fetch_buffer_markers): New functions for
21752 recording and fetching special buffer markers.
21753 (set_buffer_internal_1, set_buffer_temp): Use them.
21754
21755 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
21756
21757 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
21758
21759 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
21760 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
21761
21762 * xdisp.c (hscroll_window_tree):
21763 (reconsider_clip_changes): Use PT instead of BUF_PT.
21764
21765 2011-03-13 Eli Zaretskii <eliz@gnu.org>
21766
21767 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
21768 $(EMACS_ROOT)/lib/intprops.h.
21769
21770 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
21771
21772 Fix more problems found by GCC 4.5.2's static checks.
21773
21774 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
21775 to unsigned char * to avoid compiler diagnostic.
21776 (xg_free_frame_widgets): Make it clear that a local variable is
21777 needed only if USE_GTK_TOOLTIP.
21778 (gdk_window_get_screen): Make it clear that this macro is needed
21779 only if USE_GTK_TOOLTIP.
21780 (int_gtk_range_get_value): New function, which avoids a diagnostic
21781 from gcc -Wbad-function-cast.
21782 (xg_set_toolkit_scroll_bar_thumb): Use it.
21783 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
21784 diagnostic from gcc -Wbad-function-cast.
21785 (get_utf8_string, xg_get_file_with_chooser):
21786 Rename locals to avoid shadowing.
21787 (create_dialog): Move locals to avoid shadowing.
21788
21789 * xgselect.c (xg_select): Remove unused var.
21790
21791 * image.c (four_corners_best): Mark locals as initialized.
21792 (gif_load): Initialize transparent_p to zero (Bug#8238).
21793 Mark another local as initialized.
21794 (my_png_error, my_error_exit): Mark with NO_RETURN.
21795
21796 * image.c (clear_image_cache): Now static.
21797 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
21798 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
21799 (x_edge_detection): Remove unnecessary cast that
21800 gcc -Wbad-function-cast diagnoses.
21801 (gif_load): Fix pointer signedness.
21802 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
21803 (jpeg_load, gif_load): Rename locals to avoid shadowing.
21804
21805 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
21806
21807 Improve quality of tests for time stamp overflow.
21808 For example, without this patch (encode-time 0 0 0 1 1
21809 1152921504606846976) returns the obviously-bogus value (-948597
21810 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
21811 reports time overflow. See
21812 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
21813 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
21814 * editfns.c: Include limits.h and intprops.h.
21815 (TIME_T_MIN, TIME_T_MAX): New macros.
21816 (time_overflow): Move earlier, to before first use.
21817 (hi_time, lo_time): New functions, for an accurate test for
21818 out-of-range times.
21819 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
21820 (Fget_internal_run_time): Don't assume time_t fits in int.
21821 (make_time): Use list2 instead of Fcons twice.
21822 (Fdecode_time): More accurate test for out-of-range times.
21823 (check_tm_member): New function.
21824 (Fencode_time): Use it, to test for out-of-range times.
21825 (lisp_time_argument): Don't rely on undefined left-shift and
21826 right-shift behavior when checking for time stamp overflow.
21827
21828 * editfns.c (time_overflow): New function, refactoring common code.
21829 (Fformat_time_string, Fdecode_time, Fencode_time):
21830 (Fcurrent_time_string): Use it.
21831
21832 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
21833 * dired.c (make_time): Move to ...
21834 * editfns.c (make_time): ... here.
21835 * systime.h: Note the move.
21836
21837 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21838
21839 * fringe.c (update_window_fringes): Remove unused variables.
21840
21841 * unexmacosx.c (copy_data_segment): Also copy __got section.
21842 (Bug#8223)
21843
21844 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21845
21846 * termcap.c [MSDOS]: Include "msdos.h".
21847 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
21848 Constify `char *' arguments and their references according to
21849 prototypes in tparam.h.
21850
21851 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
21852
21853 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
21854 Adapt all references accordingly.
21855
21856 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
21857
21858 2011-03-11 Tom Tromey <tromey@redhat.com>
21859
21860 * buffer.c (syms_of_buffer): Remove obsolete comment.
21861
21862 2011-03-11 Eli Zaretskii <eliz@gnu.org>
21863
21864 * termhooks.h (encode_terminal_code): Declare prototype.
21865
21866 * msdos.c (encode_terminal_code): Don't declare prototype.
21867
21868 * term.c (encode_terminal_code): Now external again, used by
21869 w32console.c and msdos.c.
21870
21871 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
21872 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
21873
21874 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
21875
21876 Fix some minor problems found by GCC 4.5.2's static checks.
21877
21878 * fringe.c (update_window_fringes): Mark locals as initialized
21879 (Bug#8227).
21880 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
21881
21882 * alloc.c (mark_fringe_data): Move decl from here ...
21883 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
21884 to check its interface.
21885 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
21886
21887 * fontset.c (free_realized_fontset): Now static.
21888 (Fset_fontset_font): Rename local to avoid shadowing.
21889 (fontset_font): Mark local as initialized.
21890 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
21891
21892 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
21893
21894 * xselect.c (x_disown_buffer_selections): Remove; not used.
21895 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
21896 (x_own_selection, Fx_disown_selection_internal): Rename locals
21897 to avoid shadowing.
21898 (x_handle_dnd_message): Remove local to avoid shadowing.
21899
21900 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
21901 so that the caller can use some name other than gcpro1.
21902 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
21903 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
21904 (Fx_backspace_delete_keys_p):
21905 Use them to avoid shadowing, and rename vars to avoid shadowing.
21906 (x_decode_color, x_set_name, x_window): Now static.
21907 (Fx_create_frame): Add braces to silence GCC warning.
21908 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
21909 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
21910 Remove unused locals.
21911 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
21912 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
21913 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
21914 macros.
21915
21916 * xterm.h (x_mouse_leave): New decl.
21917
21918 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
21919 Remove unused functions.
21920 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
21921 (x_calc_absolute_position): Now static.
21922 (XTread_socket): Don't define label "out" unless it's used.
21923 Don't declare local "event" unless it's used.
21924 (x_iconify_frame, x_free_frame_resources): Don't declare locals
21925 unless they are used.
21926 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
21927 (x_fatal_error_signal): Remove; not used.
21928 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
21929 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
21930 (x_error_catcher, x_connection_closed, x_error_handler):
21931 (x_error_quitter, xembed_send_message, x_iconify_frame):
21932 (my_log_handler): Rename locals to avoid shadowing.
21933 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
21934 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
21935
21936 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
21937 Rename or move locals to avoid shadowing.
21938 (tty_defined_color, merge_face_heights): Now static.
21939 (free_realized_faces_for_fontset): Remove; not used.
21940 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
21941 does not deduce is never used uninitialized.
21942 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
21943 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
21944
21945 * terminal.c (store_terminal_param): Now static.
21946
21947 * xmenu.c (menu_highlight_callback): Now static.
21948 (set_frame_menubar): Remove unused local.
21949 (xmenu_show): Rename parameter to avoid shadowing.
21950 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
21951 since they might point to immutable storage.
21952 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
21953 since it's unused otherwise.
21954
21955 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
21956 Add a FIXME, since the code still doesn't look right. (Bug#8215)
21957 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
21958 avoids a gcc -Wuninitialized diagnostic.
21959 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
21960 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
21961 does not deduce are never used uninitialized.
21962
21963 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
21964
21965 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
21966 * window.c (window_loop, size_window):
21967 (run_window_configuration_change_hook, enlarge_window): Likewise.
21968
21969 * window.c (display_buffer): Now static.
21970 (size_window): Mark variables that gcc -Wuninitialized
21971 does not deduce are never used uninitialized.
21972 * window.h (check_all_windows): New decl, to forestall
21973 gcc -Wmissing-prototypes diagnostic.
21974 * dispextern.h (bidi_dump_cached_states): Likewise.
21975
21976 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
21977 shadowing.
21978 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
21979 Include <limits.h>.
21980 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
21981 and to avoid gcc -Wuninitialized warning.
21982 (load_charset_map): Mark variables that gcc -Wuninitialized
21983 does not deduce are never used uninitialized.
21984 (load_charset): Abort instead of using uninitialized var (Bug#8229).
21985
21986 * coding.c (coding_set_source, coding_set_destination):
21987 Use "else { /* comment */ }" rather than "else /* comment */;"
21988 for clarity, and to avoid gcc -Wempty-body warning.
21989 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
21990 a block, when the outer 'i' will do.
21991 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
21992 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
21993 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
21994 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
21995 (Fdecode_sjis_char, Fdefine_coding_system_internal):
21996 Rename locals to avoid shadowing.
21997 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
21998 * coding.c (emacs_mule_char, encode_invocation_designation):
21999 Now static, since they're not used elsewhere.
22000 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
22001 (decode_coding_object, encode_coding_object, detect_coding_system):
22002 (decode_coding_emacs_mule): Mark variables that gcc
22003 -Wuninitialized does not deduce are never used uninitialized.
22004 (detect_coding_iso_2022): Initialize a local variable that might
22005 be used uninitialized. Leave a FIXME because it's not clear that
22006 this initialization is needed. (Bug#8211)
22007 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
22008 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
22009 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
22010 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
22011 Remove unused macros.
22012
22013 * category.c (hash_get_category_set): Remove unused local var.
22014 (copy_category_table): Now static, since it's not used elsewhere.
22015 * character.c (string_count_byte8): Likewise.
22016
22017 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
22018 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
22019
22020 * chartab.c (copy_sub_char_table): Now static, since it's not used
22021 elsewhere.
22022 (sub_char_table_ref_and_range, char_table_ref_and_range):
22023 Rename locals to avoid shadowing.
22024 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
22025
22026 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
22027 (BIDI_BOB): Remove unused macro.
22028
22029 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
22030 deduce are never used uninitialized.
22031 * term.c (encode_terminal_code): Likewise.
22032
22033 * term.c (encode_terminal_code): Now static. Remove unused local.
22034
22035 * tparam.h: New file.
22036 * term.c, tparam.h: Include it.
22037 * deps.mk (term.o, tparam.o): Depend on tparam.h.
22038 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
22039 Move these decls to tparam.h, and make them agree with what
22040 is actually in tparam.c. The previous trick of using incompatible
22041 decls in different modules does not conform to the C standard.
22042 All callers of tparam changed to use tparam's actual API.
22043 * tparam.c (tparam1, tparam, tgoto):
22044 Use const pointers where appropriate.
22045
22046 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
22047 * cm.h (struct cm): Likewise.
22048 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
22049 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
22050 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
22051 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
22052 (turn_on_face, init_tty): Likewise.
22053 * termchar.h (struct tty_display_info): Likewise.
22054
22055 * term.c (term_mouse_position): Rename local to avoid shadowing.
22056
22057 * alloc.c (mark_ttys): Move decl from here ...
22058 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
22059
22060 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
22061
22062 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
22063
22064 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
22065
22066 * search.c (compile_pattern_1): Remove argument regp, unused since
22067 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
22068 (compile_pattern): Don't pass it.
22069
22070 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
22071
22072 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
22073 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
22074 for ! HAVE_GTK3.
22075 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
22076
22077 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
22078
22079 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
22080 gdk_window_get_screen, gdk_window_get_geometry,
22081 gdk_x11_window_lookup_for_display and GDK_KEY_g.
22082 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
22083 (xg_get_pixbuf_from_pixmap): New function.
22084 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
22085 to Pixmap, take frame as parameter, remove GdkColormap parameter.
22086 Call xg_get_pixbuf_from_pixmap instead of
22087 gdk_pixbuf_get_from_drawable.
22088 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
22089 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
22090 (xg_check_special_colors): Use GtkStyleContext and its functions
22091 for HAVE_GTK3.
22092 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
22093 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
22094 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
22095 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
22096 Call gtk_widget_get_preferred_size.
22097 (xg_frame_resized): gdk_window_get_geometry only takes 5
22098 parameters.
22099 (xg_win_to_widget, xg_event_is_for_menubar):
22100 Call gdk_x11_window_lookup_for_display.
22101 (xg_set_widget_bg): New function.
22102 (delete_cb): New function.
22103 (xg_create_frame_widgets): Connect delete-event to delete_cb.
22104 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
22105 (xg_set_background_color): Call xg_set_widget_bg.
22106 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
22107 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
22108 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
22109 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
22110 if ! HAVE_GTK3.
22111 (update_frame_tool_bar): Call gtk_widget_hide.
22112 (xg_initialize): Use GDK_KEY_g.
22113
22114 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
22115 if ! HAVE_GTK3
22116 (x_session_initialize): Call gdk_x11_set_sm_client_id.
22117
22118 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
22119 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
22120 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
22121
22122 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
22123
22124 * w32xfns.c (select_palette): Check success of RealizePalette against
22125 GDI_ERROR, not zero.
22126
22127 See ChangeLog.11 for earlier changes.
22128
22129 ;; Local Variables:
22130 ;; coding: utf-8
22131 ;; End:
22132
22133 Copyright (C) 2011-2013 Free Software Foundation, Inc.
22134
22135 This file is part of GNU Emacs.
22136
22137 GNU Emacs is free software: you can redistribute it and/or modify
22138 it under the terms of the GNU General Public License as published by
22139 the Free Software Foundation, either version 3 of the License, or
22140 (at your option) any later version.
22141
22142 GNU Emacs is distributed in the hope that it will be useful,
22143 but WITHOUT ANY WARRANTY; without even the implied warranty of
22144 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22145 GNU General Public License for more details.
22146
22147 You should have received a copy of the GNU General Public License
22148 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.