* src/lread.c (skip_dyn_bytes): New function.
[emacs.git] / src / ChangeLog
blob46f872ba29dd07dc98c88ab378bf753b4d49d309
1 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * lread.c (skip_dyn_bytes): New function (bug#12598).
4         (read1): Use it.  Use getc instead of READCHAR to read bytes.
5         (load_each_byte): Remove.  Update users.
7 2013-02-08  Dmitry Antipov  <dmantipov@yandex.ru>
9         * search.c (scan_buffer): Calculate end byte position just once.
10         (scan_newline): Do not recalculate start_byte.
11         (search_command): Use eassert.
12         * syntax.c (struct lisp_parse_state): New member location_byte.
13         (scan_sexps_forward): Record from_byte and avoid redundant
14         character to byte position calculation ...
15         (Fparse_partial_sexp): ... here.  Break too long line.
17 2013-02-08  Dmitry Antipov  <dmantipov@yandex.ru>
19         * lisp.h (make_uninit_vector): New function.
20         * alloc.c (Fvector, Fmake_byte_code):
21         * ccl.c (Fregister_ccl_program):
22         * charset.c (Fdefine_charset_internal, define_charset_internal):
23         * coding.c (make_subsidiaries, Fdefine_coding_system_internal):
24         * composite.c (syms_of_composite):
25         * font.c (Fquery_font, Ffont_info, syms_of_font):
26         * fontset.c (FONT_DEF_NEW, Fset_fontset_font):
27         * ftfont.c (ftfont_shape_by_flt):
28         * indent.c (recompute_width_table):
29         * nsselect.m (clean_local_selection_data):
30         * syntax.c (init_syntax_once):
31         * w32unsubscribe.c (uniscribe_shape):
32         * window.c (Fcurrent_window_configuration):
33         * xfaces.c (Fx_family_fonts):
34         * xselect.c (selection_data_to_lisp_data): Use it.
36 2013-02-07  Dmitry Antipov  <dmantipov@yandex.ru>
38         * coding.c (Fdefine_coding_system_internal): Use AREF where
39         argument is known to be a vector.
40         * fns.c (Flocale_info): Likewise for ASET.
41         * xselect.c (selection_data_to_lisp_data): Likewise for ASET.
42         * w32fns.c (w32_parse_hot_key): Likewise for ASIZE and AREF.
44 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
46         * nsmenu.m (update_frame_tool_bar): Check for negative tool bar
47         height.
49         * nsterm.h (HAVE_NATIVE_FS): Define if OSX => 10.7.
50         (EmacsView): Add fs_is_native, fsIsNative, isFullscreen and
51         updateCollectionBehaviour.
53         * nsterm.m (NEW_STYLE_FS): Remove.
54         (ns_last_use_native_fullscreen): New variable.
55         (x_make_frame_visible): Replace NEW_STYLE_FS with isFullscreen.
56         (x_set_window_size): Do not take title bar and tool bar into account
57         if isFullscreen returns YES.
58         (ns_fullscreen_hook): Replace NEW_STYLE_FS with isFullscreen.
59         (check_native_fs): New function.
60         (ns_select, ns_read_socket): Call check_native_fs if HAVE_NATIVE_FS.
61         (ns_term_init): Remove NEW_STYLE_FS.
62         (updateFrameSize:, windowWillResize:toSize:): Only adjust for title bar
63         and tool bar if isFullscreen returns NO.
64         (windowDidResize:): Replace NEW_STYLE_FS with fsIsNative.
65         (initFrameFromEmacs:): Initialize fs_is_native.  Replace NEW_STYLE_FS
66         with HAVE_NATIVE_FS.
67         (window:willUseFullScreenPresentationOptions:): New method.
68         (windowDidEnterFullScreen:): Replace NEW_STYLE_FS with fsIsNative.
69         Hide toolbar if not enabled (Bug#13444).
70         (windowDidExitFullScreen:): Call updateCollectionBehaviour.
71         Restore tool bar if enabled, hide it otherwise (Bug#13444).
72         (fsIsNative, isFullscreen, updateCollectionBehaviour): New methods.
73         (toggleFullScreen:): If fs_is_native, call toggleFullScreen on
74         window.  Do no set FRAME_EXTERNAL_TOOL_BAR (f) to 0.
75         Check FRAME_EXTERNAL_TOOL_BAR (f) before restoring
76         FRAME_TOOLBAR_HEIGHT (f).  Call updateFrameSize when going non-fs.
77         (syms_of_nsterm): Add ns-use-native-fullscreen.
79 2013-02-04  Paul Eggert  <eggert@cs.ucla.edu>
81         * fileio.c (Qchoose_write_coding_system): Now static.
83 2013-02-04  Eli Zaretskii  <eliz@gnu.org>
85         * xdisp.c (window_buffer_changed): region_showing can be negative,
86         which still means region is being displayed.
87         (redisplay_internal): Resurrect code that forced redisplay of the
88         whole window when showing region and the mark has changed.  Record
89         the new mark position to allow redisplay optimizations.
90         (display_line): If it->region_beg_charpos is non-zero, set the
91         window's region_showing member to -1.  (Bug#13623)  (Bug#13626)
93         * window.h (struct window) <region_showing>: Declare ptrdiff_t,
94         not bitfield of 1 bit.
96 2013-02-03  Daniel Colascione  <dancol@dancol.org>
98         * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
99         daemon mode works on cygw32 when Emacs is installed and not just
100         during development.
102 2013-02-02  Paul Eggert  <eggert@cs.ucla.edu>
104         Avoid file time stamp bug on MS-Windows (Bug#13149).
105         * fileio.c (Fwrite_region): Don't use the heuristic on empty files,
106         as FAT32 doesn't update time stamps when truncating them.
107         Also, check that a file time stamp is not a multiple of 100 ns;
108         this should catch all instances of the problem on MS-Windows,
109         as its native file system resolution is 100 ns or worse, and
110         checking for a non-multiple of 100 ns should impose only a small
111         overhead on systems with ns resolution.
113 2013-02-02  Eli Zaretskii  <eliz@gnu.org>
115         Avoid encoding file names on MS-Windows when they need to be run
116         through dostounix_filename.
117         * w32.c (normalize_filename): Accept an additional argument
118         MULTIBYTE; if non-zero, traverse the file name by bytes and don't
119         downcase it even if w32-downcase-file-names is non-nil.
120         (dostounix_filename): Accept an additional argument MULTIBYTE and
121         pass it to normalize_filename.
122         (emacs_root_dir): Adjust.
124         * msdos.h (dostounix_filename): Adjust prototype.
126         * w32.h (dostounix_filename): Adjust prototype.
128         * msdos.c (dostounix_filename): Accept an additional argument and
129         ignore it.
130         (init_environment): Adjust callers of dostounix_filename.
132         * fileio.c (Ffile_name_directory, file_name_as_directory)
133         (directory_file_name, Fexpand_file_name)
134         (Fsubstitute_in_file_name): [DOS_NT] Adjust call to
135         dostounix_filename.
136         [WINDOWSNT]: Downcase file names if w32-downcase-file-names is
137         non-nil.
138         (Fsubstitute_in_file_name): [DOS_NT] Don't downcase environment
139         variables, as egetenv is case-insensitive for DOS_NT.
141         * dired.c (file_name_completion): Don't call Fdirectory_file_name
142         with an encoded file name.
144         * w32proc.c (Fw32_short_file_name, Fw32_long_file_name): Adjust
145         calls to dostounix_filename.
147         * w32fns.c (Fx_file_dialog): Adjust call to dostounix_filename.
149         * unexw32.c (unexec): Adjust call to dostounix_filename.
151         * termcap.c (tgetent) [MSDOS]: Adjust call to dostounix_filename.
153         * emacs.c (decode_env_path) [DOS_NT]: Adjust call to
154         dostounix_filename.
156         * callproc.c (Fcall_process) [MSDOS]: Adjust call to
157         dostounix_filename.
159         * callproc.c (Fcall_process): Make sure program name in PATH and
160         new_argv[0] is encoded, if needed.  Otherwise, un-encoded string
161         is passed to exec/spawnve, which fails unless the file-name
162         encoding is UTF-8.
164         * w32proc.c (sys_spawnve): Make sure escape_char is initialized,
165         even if w32-quote-process-args is nil.
167 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
169         Fix timestamp bug when write-region appends nothing (Bug#13149).
170         * fileio.c (Fwrite_region): When neither O_EXCL nor O_TRUNC is used,
171         the file's time stamp doesn't change if Emacs happens to write nothing
172         to the file, and on a buggy file system this could cause Emacs to
173         incorrectly infer that the file system doesn't have the bug.
174         Avoid this problem by inhibiting the inference in this case.
176 2013-02-01  Dmitry Antipov  <dmantipov@yandex.ru>
178         * window.h (struct window): Convert base_line_number, base_line_pos
179         and column_number_displayed members from Lisp_Object to ptrdiff_t.
180         Convert region_showing member from Lisp_Object to bitfield.
181         Remove sequence_number member.  Adjust comments.
182         * window.c (sequence_number): Remove.
183         (make_window): Initialize column_number_displayed.
184         * print.c (print_object): Follow the printed representation of
185         frames and print window pointer to distinguish between windows.
186         (adjust_window_count): Invalidate base_line_pos.  Adjust comment.
187         * xdisp.c (wset_base_line_number, wset_base_line_pos)
188         (wset_column_number_displayed, wset_region_showing): Remove.
189         (window_buffer_changed, mode_line_update_needed, redisplay_internal)
190         (try_scrolling, try_cursor_movement, redisplay_window)
191         (try_window_reusing_current_matrix, try_window_id, display_line)
192         (display_mode_lines, decode_mode_spec): Adjust users.
193         * .gdbinit (pwinx): Do not print sequence_number.
195 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
197         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
198         * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): Remove.
199         * dired.c: Include <fcntl.h>.
200         (open_directory): New function, which uses open and fdopendir
201         rather than opendir.  DOS_NT platforms still use opendir, though.
202         (directory_files_internal, file_name_completion): Use it.
203         (file_attributes): New function, with most of the old Ffile_attributes.
204         (directory_files_internal, Ffile_attributes): Use it.
205         (file_attributes, file_name_completion_stat): First arg is now fd,
206         not dir name.  All uses changed.  Use fstatat rather than lstat +
207         stat.
208         (file_attributes): Use emacs_readlinkat rather than Ffile_symlink_p.
209         * fileio.c: Include <allocator.h>, <careadlinkat.h>.
210         (emacs_readlinkat): New function, with much of the old
211         Ffile_symlink_p, but with an fd argument for speed.
212         It uses readlinkat rather than careadlinkatcwd, so that it
213         need not assume the working directory.
214         (Ffile_symlink_p): Use it.
215         * filelock.c (current_lock_owner): Use emacs_readlinkat
216         rather than emacs_readlink.
217         * lisp.h (emacs_readlinkat): New decl.
218         (READLINK_BUFSIZE, emacs_readlink): Remove.
219         * sysdep.c: Do not include <allocator.h>, <careadlinkat.h>.
220         (emacs_norealloc_allocator, emacs_readlink): Remove.
221         This stuff is moved to fileio.c.
222         * w32.c (fstatat, readlinkat): New functions.
223         (careadlinkat): Don't check that fd == AT_FDCWD.
224         (careadlinkatcwd): Remove; no longer needed.
226 2013-01-31  Glenn Morris  <rgm@gnu.org>
228         * fileio.c (choose_write_coding_system): Make it callable from Lisp.
229         (Fwrite_region): Update for new choose_write_coding_system args.
230         Move the last piece of choose_write_coding_system here.  (Bug#13522)
231         (syms_of_fileio): Add choose-write-coding-system.
233 2013-01-30  Eli Zaretskii  <eliz@gnu.org>
235         * w32.c (sys_open): Zero out the flags for the new file descriptor.
236         (sys_close): Zero out the flags for the file descriptor before
237         closing it.  (Bug#13546)
239         * w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
240         (logon_network_drive, stat_worker, symlink, chase_symlinks): Use
241         CharNextExA and CharPrevExA to iterate over file names encoded in
242         DBCS.  (Bug#13553)
244         * w32.c (w32_get_long_filename, init_environment, readlink):
245         Support file names encoded in DBCS codepages.
246         (readlink): Use the current file-name-coding-system, not the ANSI
247         codepage, to decode and handle targets of symlinks.
249 2013-01-28  Eli Zaretskii  <eliz@gnu.org>
251         * w32.c (opendir): Now accepts a 'const char *'.
253 2013-01-28  Dmitry Antipov  <dmantipov@yandex.ru>
255         Remove obsolete redisplay code.  See the discussion at
256         http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00576.html.
257         * dispnew.c (preemption_period, preemption_next_check): Remove.
258         (Vredisplay_preemption_period): Likewise.
259         (update_frame, update_single_window, update_window, update_frame_1):
260         Adjust users.  Always assume that PERIODIC_PREEMPTION_CHECKING is not
261         used, following the 2012-06-22 change.
263 2013-01-25  Eli Zaretskii  <eliz@gnu.org>
265         * w32notify.c (Fw32notify_add_watch): Doc fix.  (Bug#13540)
267 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
269         * font.c (num_fonts): Remove the leftover from old
270         debugging code.  Adjust comment style here and there.
271         * insdel.c (insert_1): Remove.
272         * lisp.h (insert_1): Remove prototype.
273         * xdisp.c (message_dolog): Adjust users to call insert_1_both.
275 2013-01-25  Eli Zaretskii  <eliz@gnu.org>
277         * w32.c (max_filename_mbslen): New function.
278         (normalize_filename, readdir): Use it to detect locales where ANSI
279         encoding of file names uses a double-byte character set (DBCS).
280         If a DBCS encoding is used, advance by characters using
281         CharNextExA, instead of incrementing a 'char *' pointer.  Use
282         _mbslwr instead of _strlwr.  (Bug#13515)
284         * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial
285         request of memory reservation to 1.7GB.  (Bug#13065)
287 2013-01-25  Andreas Schwab  <schwab@linux-m68k.org>
289         * coding.c (detect_coding_iso_2022): Move back mis-reordered code
290         at check_extra_latin label.  (Bug#13505)
292 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
294         * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):
295         Avoid redundant calls to strlen.
297 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
299         Drop async_visible and async_iconified fields of struct frame.
300         This is possible because async input is gone; for details, see
301         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00734.html.
302         * frame.h (struct frame): Remove async_visible and async_iconified
303         members, convert garbaged to unsigned bitfield.  Adjust comments.
304         (FRAME_SAMPLE_VISIBILITY): Remove.  Adjust all users.
305         (SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED): New macros.
306         * frame.c, gtkutil.c, term.c, w32fns.c, window.c, xdisp.c:
307         Consistently use SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED,
308         FRAME_VISIBLE_P and FRAME_ICONIFIED_P macros where appropriate.
309         * w32term.c: Ditto.
310         (w32_read_socket): Save iconified state to generate DEICONIFY_EVENT
311         properly.  Likewise for obscured.
312         * xterm.c: Ditto.
313         (handle_one_xevent): Save visible state to generate ICONIFY_EVENT
314         properly.
315         * nsterm.m: Ditto.
316         (windowDidDeminiaturize): Generate DEICONIFY_EVENT.
318 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
320         * insdel.c (prepare_to_modify_buffer): Revert last change as suggested
321         in http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00555.html.
323 2013-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * xdisp.c (message2, message2_nolog): Remove functions.
326         (message3, message3_nolog): Extract nbytes and multibyteness directly
327         from the string.  Change all callers.
328         (message3_nolog): Don't set message_enable_multibyte since set_message
329         will reset it anyway.
330         (message1, message1_nolog): Use message3.
331         (vmessage): Use a stack allocated buffer rather than f->message_buf.
332         (with_echo_area_buffer): Remove last two arguments.  Update all callers.
333         (set_message): Drop all but the second arg, which has to be a string.
334         (set_message_1): Simplify now that we know that a1 is NULL and the
335         second arg is a string.
336         * frame.h (struct frame): Remove `message_buf' field.
337         Use glyphs_initialized_p instead.
338         (FRAME_MESSAGE_BUF): Remove macro.
339         * w16select.c (Fw16_set_clipboard_data): Prefer message3 to message2.
340         * lisp.h (message2, message2_nolog): Remove declarations.
341         (message3, message3_nolog): Update declarations.
342         * keyboard.c (read_char_minibuf_menu_text)
343         (read_char_minibuf_menu_width): Remove vars.
344         (read_char_minibuf_menu_prompt): Rewrite the menu's construction so as
345         to correctly handle multibyte strings.
346         * frame.c (delete_frame): Don't free message_buf any more.
347         * editfns.c (message_text, message_length): Remove vars.
348         (Fmessage_box): Don't copy the Lisp string's bytes any longer.
349         * fileio.c (auto_save_error): Use message3 instead of message2.
350         * dispnew.c (adjust_frame_message_buffer): Remove function.
352 2013-01-23  Eli Zaretskii  <eliz@gnu.org>
354         * w32term.c (w32fullscreen_hook): Account correctly for the screen
355         real estate used for the tool bar and the menu bar.
357 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
359         * insdel.c (prepare_to_modify_buffer): Force redisplay if
360         hidden buffer is prepared to modification (Bug#13164).
362 2013-01-22  Dmitry Antipov  <dmantipov@yandex.ru>
364         * window.h (struct window): Change window_end_valid member from
365         Lisp_Object to a bitfield.  Adjust comments.
366         (wset_window_end_valid): Remove.
367         * window.c (adjust_window_count): Clear window_end_valid.
368         (Fwindow_end): Adjust user.  Remove ancient #if 0 code.
369         (Fwindow_line_height, set_window_buffer, Frecenter)
370         (Fsplit_window_internal, Fdelete_other_windows_internal)
371         (Fset_window_fringes, Fset_window_scroll_bars): Adjust users.
372         * dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise.
373         * xdisp.c (check_window_end, reconsider_clip_changes)
374         (redisplay_internal, mark_window_display_accurate_1, redisplay_window)
375         (try_window, try_window_reusing_current_matrix, note_mouse_highlight)
376         (find_first_unchanged_at_end_row, try_window_id): Likewise.
378 2013-01-22  Dmitry Antipov  <dmantipov@yandex.ru>
380         * xdisp.c (mark_window_display_accurate): Simplify the loop
381         assuming that the only one of vchild, hchild or buffer window
382         slots is non-nil.  Call mark_window_display_accurate_1 for
383         the leaf windows only.
384         (mark_window_display_accurate_1): Always assume leaf window.
385         Adjust comment.
387 2013-01-22  Paul Eggert  <eggert@cs.ucla.edu>
389         * emacs.c (Qkill_emacs_hook): Now static.
391         * fileio.c (Finsert_file_contents): Simplify.
392         Remove unnecessary assignments and tests.
394 2013-01-21  Eli Zaretskii  <eliz@gnu.org>
396         * w32.c (acl_set_file): Don't test for errors unless
397         set_file_security returns FALSE.  Avoids spurious errors when
398         saving files.
400 2013-01-21  Dmitry Antipov  <dmantipov@yandex.ru>
402         * fileio.c (Finsert_file_contents): Revert code introduced at
403         2013-01-18 in favor of the simpler and generally better fix.
404         Save stack space by removing 'buffer' and reusing 'read_buf'
405         where appropriate.
407 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
409         * lisp.h (eabs): Define unconditionally (Bug#13419).
410         The old "#if !defined (eabs)" was an unnecessary revenant of back
411         when this macro was called "abs".  Document 'eabs' better.
413 2013-01-19  Glenn Morris  <rgm@gnu.org>
415         * fns.c (Frandom): Doc fix.
417 2013-01-19  Eli Zaretskii  <eliz@gnu.org>
419         * editfns.c (get_pos_property): Use SAFE_ALLOCA_LISP, to avoid
420         segfault when there are lots of overlays.
422         * buffer.c (sort_overlays): Use SAFE_NALLOCA, to avoid segfault
423         when there are lots of overlays.  See
424         http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00421.html
425         for the details and a way to reproduce.
427 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
429         * fileio.c: Use O_APPEND to append.
430         This corresponds better to the natural interpretation of "append",
431         and avoids the need to open the output file twice, or to invoke
432         lseek when APPEND is neither nil nor a number.
433         This relies on POSIX 1003.1-1988 or later, which is OK nowadays.
434         (Fwrite_region): Simplify.  Use O_APPEND instead of opening the
435         file possibly twice, and lseeking to its end; this avoids the
436         need to lseek on non-regular files.  Do not use O_EXCL and O_TRUNC
437         at the same time: the combination is never needed and apparently
438         it doesn't work with DOS_NT.
440         Fix size bug on DOS_NT introduced by CIFS workaround (Bug#13149).
441         * fileio.c (Fwrite_region): Use O_BINARY in checking code, too.
443         Allow floating-point file offsets.
444         Problem reported by Vitalie Spinu in
445         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>.
446         * fileio.c (emacs_lseek): Remove.
447         (file_offset): New function.
448         (Finsert_file_contents, Fwrite_region): Use it.
450 2013-01-19  Chong Yidong  <cyd@gnu.org>
452         * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid
453         aborting on Fsignal (Bug#13289).
455 2013-01-19  Eli Zaretskii  <eliz@gnu.org>
457         * w32.c (acl_set_file): Treat ERROR_ACCESS_DENIED from
458         set_file_security as failure due to insufficient privileges.
459         Reported by Fabrice Popineau <fabrice.popineau@supelec.fr>.
460         (fstat): Return owner and group like 'stat' and 'lstat' do.
462 2013-01-19  Paul Eggert  <eggert@cs.ucla.edu>
464         Work around bug in CIFS and vboxsf file systems (Bug#13149).
465         The bug was observed on Ubuntu operating inside a virtual machine,
466         editing files mounted via CIFS or vboxsf from the MS Windows 7 host.
467         The workaround introduces a race condition on non-buggy hosts,
468         but it's an unlikely race and anyway there's a nearly identical
469         nearby race that can't be fixed.
470         * fileio.c (valid_timestamp_file_system, timestamp_file_system):
471         New static vars.
472         (Fwrite_region): Test for file system time stamp bug.
473         (init_fileio): New function.
474         * lisp.h (init_fileio): Declare it.
475         * emacs.c (main): Call it.
477         * fileio.c (Finsert_file_contents): Simplify new diagnostic
478         and make it more consistent with other stat-failure diagnostics.
480 2013-01-18  Dmitry Antipov  <dmantipov@yandex.ru>
482         Fix crash when inserting data from non-regular files.  See
483         http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00406.html
484         for the error description produced by valgrind.
485         * fileio.c (read_non_regular): Rename to read_contents.
486         Free Lisp_Save_Value object used to pass parameters.
487         (read_non_regular_quit): Rename to read_contents_quit.
488         (Finsert_file_contents): Redesign internal file reading loop to adjust
489         gap and end positions after each read and so help make_gap to work
490         properly.  Do not signal an I/O error too early and so do not leave
491         not yet decoded characters in a buffer, which was the reason of
492         redisplay crash.  Use list2 to build return value.  Adjust comments.
494 2013-01-17  Paul Eggert  <eggert@cs.ucla.edu>
496         Close a race when statting and reading files (Bug#13149).
497         * fileio.c (Finsert_file_contents): Use open+fstat, not stat+open.
498         This avoids a race if the file is renamed between stat and open.
499         This race is not the problem originally noted in Bug#13149;
500         see <http://bugs.gnu.org/13149#73> and later messages in the thread.
502 2013-01-17  Dmitry Antipov  <dmantipov@yandex.ru>
504         * lisp.h (toplevel): Add comment about using Lisp_Save_Value
505         objects, related functions and macros.
506         (make_save_value): Adjust prototype.
507         (make_save_pointer): New prototype.
508         (SAFE_NALLOCA): Fix indentation.  Use make_save_pointer.
509         (SAFE_ALLOCA_LISP): Adjust make_save_value usage.
510         * alloc.c (format_save_value): Rename to make_save_value.
511         (make_save_pointer): New function.
512         (record_xmalloc): Use make_save_pointer.
513         * dired.c, editfns.c, fileio.c, font.c, gtkutil.c, lread.c:
514         * nsmenu.m, nsterm.m, xfns.c, xmenu.c, xselect.c, keymap.c:
515         Change users of make_save_value to make_save_pointer.
516         Likewise for format_save_value and make_save_value.
518 2013-01-17  Dmitry Antipov  <dmantipov@yandex.ru>
520         * buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
521         (DECODE_POSITION, BUFFER_CHECK_INDIRECTION): Fix indentation.
522         * buffer.c (toplevel, syms_of_buffer): Drop old commented-out
523         debugging stubs.
525 2013-01-15  Paul Eggert  <eggert@cs.ucla.edu>
527         * alloc.c (free_save_value): Now static.
529 2013-01-15  Dmitry Antipov  <dmantipov@yandex.ru>
531         * keymap.c (map_keymap_internal): Use format_save_value.
532         (map_keymap_char_table_item): Adjust accordingly.
533         * fileio.c (non_regular_fd, non_regular_inserted)
534         (non_regular_nbytes): Remove.
535         (Finsert_file_contents): Convert trytry to ptrdiff_t.  Use
536         format_save_value to pass parameters to read_non_regular.
537         (read_non_regular): Use XSAVE_ macros to extract parameters.
538         Adjust comment.
539         * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use
540         format_save_value.
541         (pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user.
543 2013-01-15  Dmitry Antipov  <dmantipov@yandex.ru>
545         * lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow
546         extraction from any Lisp_Save_Value slot.  Add type checking.
547         * alloc.c, dired.c, editfns.c, fileio.c, ftfont.c, gtkutil.c:
548         * keymap.c, lread.c, nsterm.h, nsmenu.c, xfns.c, xmenu.c:
549         * xselect.c: All users changed.
551 2013-01-15  Dmitry Antipov  <dmantipov@yandex.ru>
553         Some convenient bits to deal with Lisp_Save_Values.
554         * lisp.h (XSAVE_OBJECT): New macro to extract saved objects.
555         (allocate_misc): Remove prototype.
556         (format_save_value): New prototype.
557         * alloc.c (allocate_misc): Revert back to static.
558         (format_save_value): New function to build Lisp_Save_Value
559         object with the specified internal structure.
560         (make_save_value): Reimplement using format_save_value.
561         * editfns.c (save_excursion_save): Use format_save_value.
562         (save_excursion_restore): Use XSAVE_OBJECT.
564 2013-01-14  Paul Eggert  <eggert@cs.ucla.edu>
566         Avoid needless casts with XSAVE_POINTER.
567         * alloc.c (mark_object) [GC_MARK_STACK]:
568         * dired.c (directory_files_internal_unwind):
569         * fileio.c (do_auto_save_unwind):
570         * gtkutil.c (pop_down_dialog):
571         * keymap.c (map_keymap_char_table_item):
572         * lread.c (load_unwind):
573         * nsmenu.m (pop_down_menu):
574         * print.c (print_object) [GC_MARK_STACK]:
575         * xfns.c (clean_up_file_dialog):
576         * xmenu.c (cleanup_widget_value_tree):
577         Omit casts between XSAVE_POINTER and a pointer type.
579 2013-01-14  Dmitry Antipov  <dmantipov@yandex.ru>
581         Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
582         * eval.c (eval_sub): Protect `form' from being GCed before its
583         car and cdr becomes protected with the backtrace entry.
585 2013-01-14  Dmitry Antipov  <dmantipov@yandex.ru>
587         Make Lisp_Save_Value more versatile storage for up to four objects.
588         * lisp.h (toplevel): Enumeration to describe types of saved objects.
589         (struct Lisp_Save_Value): New layout.  Adjust comments.
590         (XSAVE_POINTER): New macro.
591         (XSAVE_INTEGER): Likewise.
592         (allocate_misc): Add prototype.
593         (free_misc): Likewise.
594         * alloc.c (allocate_misc): Now global.
595         (free_misc): Likewise.  Adjust comment.
596         (make_save_value): Use new Lisp_Save_Value layout.  Adjust comment.
597         (free_save_value): Likewise.
598         (mark_object): Likewise.
599         * editfns.c (save_excursion_save): Pack everything within
600         Lisp_Save_Value and so avoid xmalloc.
601         (save_excursion_restore): Adjust to match new layout.  Use free_misc
602         because we do not allocate extra memory any more.  Add eassert.
603         * print.c (print_object): New code to print Lisp_Save_Value.  Do not
604         rely on valid_lisp_object_p if !GC_MARK_STACK.  Adjust comments.
605         * dired.c, fileio.c, font.c, ftfont.c, gtkutil.c, keymap.c,
606         * lread.c, nsmenu.m, nsterm.h, xfns.c, xmenu.c, xselect.c:
607         Use XSAVE_POINTER and XSAVE_INTEGER where appropriate.
609 2013-01-13  Jan Djärv  <jan.h.d@swipnet.se>
611         * nsfont.m (LCD_SMOOTHING_MARGIN): New define.
612         (nsfont_draw): Remove disabling of LCD smoothing.
613         (ns_glyph_metrics): Add LCD_SMOOTHING_MARGIN to bearings to fix
614         Bug#11484 with LCD smoothing on.
616 2013-01-13  Paul Eggert  <eggert@cs.ucla.edu>
618         Fix SIGDANGER handlers, for AIX (Bug#13408).
619         * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
620         Move handlers here from emacs.c; they were out of place.
622 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
624         * xterm.c (syms_of_xterm): Adjust documentation for
625         scroll-bar-adjust-thumb-portion.
627 2012-12-31  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
629         * xterm.c (scroll-bar-adjust-thumb-portion): New variable to
630         determine whether scroll bar thumb size should be adjusted or
631         not. Use variable for MOTIF.
633         * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for
634         GTK.
636 2013-01-13  Jan Djärv  <jan.h.d@swipnet.se>
638         * nsterm.m (keyDown:): Set processingCompose to NO if an emacs key
639         event is generated.
640         (doCommandBySelector:): Set processingCompose to NO.
642         * nsfont.m (ns_findfonts): Add block/unblock_input calls.
643         Remove check for fkeys count > zero, block/unblock fixes the real bug.
644         (nsfont_list_family): Add block/unblock_input calls.
645         (nsfont_open): Move block_input earlier.  Add unblock_input before early
646         return.
647         (nsfont_draw): Add block/unblock_input calls.
649 2013-01-12  Dmitry Antipov  <dmantipov@yandex.ru>
651         * indent.c (Fvertical_motion): Remove now-incorrect GCPROs
652         for old_charpos and old_bytepos.
654 2013-01-12  Paul Eggert  <eggert@cs.ucla.edu>
656         Fix bug with set-time-zone-rule and LOCALTIME_CACHE (Bug#13415).
657         * editfns.c (set_time_zone_rule) [LOCALTIME_CACHE]:
658         Clear tzvalbuf_in_environ if this workaround is in effect.
659         Problem and fix reported by Kazuhiro Ito.
661 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
663         * insdel.c (Fcombine_after_change_execute, syms_of_insdel): Fix
664          ambiguous doc string cross-reference(s).
666         * keyboard.c (Fcommand_execute, syms_of_keyboard): Fix ambiguous
667          doc string cross-reference(s).
669         * window.c (Fwindow_point, syms_of_window): Fix ambiguous doc
670          string cross-reference(s).
672 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
674         Avoid unnecessary byte position calculation for the gap movement.
675         Since all users of move_gap do CHAR_TO_BYTE for other purposes
676         anyway, all of them should use move_gap_both instead.
677         * lisp.h (move_gap): Remove prototype.
678         * insdel.c (move_gap): Remove.
679         (move_gap_both): Add eassert.
680         * editfns.c (Ftranspose_regions): Tweak to use move_gap_both.
681         * xml.c (parse_region): Likewise.
683 2013-01-11  Paul Eggert  <eggert@cs.ucla.edu>
685         emacsclient -t should not suspend Emacs server (Bug#13387)
686         * lisp.h, sysdep.c (block_tty_out_signal, unblock_tty_out_signal):
687         New functions.
688         * term.c (init_tty): Use them instead of rolling our own code.
689         * sysdep.c (tcsetpgrp_without_stopping): Likewise.  Here, this
690         switches from 'signal' to 'pthread_sigmask', which is safer in
691         multithreaded applications.
692         * term.c (Fresume_tty): Don't bother dissociating if O_IGNORE_CTTY,
693         which has already arranged for that.
694         (dissociate_if_controlling_tty): If setsid fails, fall back on TIOCNOTTY.
695         This is the main part of the bug fix.
697 2013-01-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
699         * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
700         x_last_font_name (Bug#13403).
702 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
704         Omit buffer_slot_type_mismatch and use generic predicates to enforce
705         the type of per-buffer values where appropriate.
706         * lisp.h (struct Lisp_Buffer_Objfwd): Rename slottype member to
707         predicate, which is how it's really used now.  Adjust comment.
708         * buffer.h (buffer_slot_type_mismatch): Remove prototype.
709         * buffer.c (buffer_slot_type_mismatch): Remove.
710         (DEFVAR_PER_BUFFER, defvar_per_buffer): Rename type argument to
711         predicate.  Adjust comment.
712         (syms_of_buffer): Use Qsymbolp for major-mode.  Use Qintegerp for
713         fill-column, left-margin, tab-width, buffer-saved-size,
714         left-margin-width, right-margin-width, left-fringe-width,
715         right-fringe-width, scroll-bar-width and buffer-display-count.
716         Use Qstringp for default-directory, buffer-file-name,
717         buffer-file-truename and buffer-auto-save-file-name.  Use Qfloatp for
718         scroll-up-aggressively and scroll-down-aggressively.  Use Qnumberp for
719         line-spacing.
720         * data.c (store_symval_forwarding): Adjust to call the predicate.
722 2013-01-09  Juanma Barranquero  <lekktu@gmail.com>
724         * w32.c (get_name_and_id, acl_set_file):
725         * w32term.c (w32fullscreen_hook): Remove unused local variables.
727 2013-01-09  Dmitry Antipov  <dmantipov@yandex.ru>
729         * lisp.h (make_gap_1): New prototype.
730         * buffer.h (GAP_BYTES_DFL, GAP_BYTES_MIN): New macros for the special
731         gap size values.
732         * editfns.c (Fbuffer_size): Rename from Fbufsize to fit the common
733         naming convention.
734         (syms_of_editfns): Adjust defsubr.  Drop commented-out obsolete code.
735         * insdel.c (make_gap_larger): Use GAP_BYTES_DFL.  Adjust comment.
736         (make_gap_smaller): Use GAP_BYTES_MIN.  Adjust comment.
737         (make_gap_1): New function to adjust the gap of any buffer.
738         * coding.c (coding_alloc_by_making_gap): Use it.
739         * buffer.c (compact_buffer): Likewise.  Use BUF_Z_BYTE, BUF_GAP_SIZE,
740         GAP_BYTES_DFL and GAP_BYTES_MIN.  Adjust comment.
742 2013-01-08  Juri Linkov  <juri@jurta.org>
744         * xfaces.c (tty_supports_face_attributes_p): Return 0 for the case
745         of (supports :underline (:style wave)).  (Bug#13000)
747 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
749         * undo.c (Fprimitive_undo): Move to simple.el.
750         (syms_of_undo): Remove declarations for Sprimitive_undo.
752 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * keyboard.c (echo_add_key): Rename from echo_add_char.
756 2013-01-06  Chong Yidong  <cyd@gnu.org>
758         * keyboard.c (echo_add_char): New function, factored out from
759         echo_char.  Don't add a space if the previous echo string was
760         empty (Bug#13255).
761         (echo_char): Use it.
762         (read_key_sequence): When echoing mock input, ensure that the
763         trailing dash is properly added.
765 2013-01-05  Eli Zaretskii  <eliz@gnu.org>
767         * xdisp.c (dump_glyph): Align glyph data better.  Use "pD" instead
768         of a non-portable "t" to print ptrdiff_t values.  Allow up to 9
769         digits for buffer positions, before misalignment starts.
770         Display "0" for integer "object" field.
771         (dump_glyph_row): Adapt the header line to changes in dump_glyph.
772         Display the newline glyph more unambiguously.
774 2013-01-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
776         * nsterm.m (ns_draw_underwave):
777         * w32term.c (w32_draw_underwave):
778         * xterm.c (x_draw_underwave): Make underwave look more triangular
779         and also degrade gracefully for small fonts.  (Bug#13000)
781         * nsterm.m (ns_draw_text_decoration):
782         * w32term.c (x_draw_glyph_string):
783         * xterm.c (x_draw_glyph_string): Don't use previous underline
784         thickness and position if previous underline type is underwave.
786 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
788         * fileio.c (Ffile_acl): Undocument return format.
790 2013-01-02  Glenn Morris  <rgm@gnu.org>
792         * keymap.c (Fkey_description): Doc fix.  (Bug#13323)
794 2013-01-02  Paul Eggert  <eggert@cs.ucla.edu>
796         Simplify via eabs.
797         * dired.c (file_name_completion):
798         * doc.c (get_doc_string):
799         * floatfns.c (round2):
800         * font.c (font_score, font_delete_unmatched):
801         * fringe.c (compute_fringe_widths):
802         * lread.c (read_list):
803         * minibuf.c (Ftry_completion):
804         * term.c (tty_ins_del_lines):
805         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
806         Use eabs (x) rather than open-coding it as (x < 0 ? -x : x).
808 2012-12-31  Eli Zaretskii  <eliz@gnu.org>
810         * w32.c (unsetenv): Set up the string passed to _putenv
811         correctly.
812         See http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
813         for the bug this caused.
815 2012-12-30  Paul Eggert  <eggert@cs.ucla.edu>
817         * coding.c (Qmac): Now static.
819 2012-12-30  Jan Djärv  <jan.h.d@swipnet.se>
821         * gtkutil.c (TOOLBAR_TOP_WIDGET): New macro.
822         (xg_pack_tool_bar): Use TOOLBAR_TOP_WIDGET, condition out use of
823         handlebox_widget.  Set toolbar_in_hbox to false/true, set
824         toolbar_is_packed to true.
825         (xg_update_tool_bar_sizes): Use widget returned by TOOLBAR_TOP_WIDGET.
826         (update_frame_tool_bar): Check toolbar_is_packed for packing.
827         Show all on TOOLBAR_TOP_WIDGET.
828         (free_frame_tool_bar): Check toolbar_is_packed.  Use widget returned
829         by TOOLBAR_TOP_WIDGET.
830         (xg_change_toolbar_position): Use widget returned by TOOLBAR_TOP_WIDGET.
831         Check toolbar_is_packed.
832         (xg_have_tear_offs, tearoff_remove, tearoff_activate): Condition on
833         HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
834         (xg_have_tear_offs): When ! HAVE_GTK_TEAROFF_MENU_ITEM_NEW, return
835         false.
836         (create_menus): Create tearoff only if HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
837         (xg_update_menubar): Update title only if
838         HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
839         (xg_update_submenu): Skip tearoff only if
840         HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
841         (xg_initialize): Initialize xg_detached_menus only if
842         HAVE_GTK_TEAROFF_MENU_ITEM_NEW.
844         * xterm.h (struct x_output): Surround handlebox_widget with
845         #ifdef HAVE_GTK_HANDLE_BOX_NEW.  toolbar_is_packed is new,
846         toolbar_in_hbox is bool.
848 2012-12-30  Andreas Schwab  <schwab@linux-m68k.org>
850         * src/Makefile.in (TEMACS_LDFLAGS2): Remove.
851         (LIBS_GNUSTEP): Define.
852         (LIBES): Add $(LIBS_GNUSTEP).
853         (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
855 2012-12-30  Eli Zaretskii  <eliz@gnu.org>
857         * xdisp.c (set_cursor_from_row): Don't confuse a truncation or
858         continuation glyph on a TTY with an indication of an empty line.
859         (Bug#13277)
861 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
863         * fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if
864         file's SELinux context or ACLs successfully set, nil otherwise.
865         (Bug#13298)
866         (Fcopy_file) [WINDOWSNT]: Improve diagnostics when CopyFile fails.
868         * w32proc.c (reader_thread): Avoid passing NULL handles to
869         SetEvent and WaitForSingleObject.
871 2012-12-28  Paul Eggert  <eggert@cs.ucla.edu>
873         Port EXTERNALLY_VISIBLE to Clang 3.2.
874         * conf_post.h (__has_attribute): New macro.
875         (EXTERNALLY_VISIBLE): Use it.  This ports to Clang 3.2.
877 2012-12-27  Glenn Morris  <rgm@gnu.org>
879         * cygw32.c (Fcygwin_convert_file_name_to_windows)
880         (Fcygwin_convert_file_name_from_windows): Doc fixes.
882 2012-12-27  Eli Zaretskii  <eliz@gnu.org>
884         * fileio.c (file_name_as_directory, directory_file_name):
885         Accept an additional argument MULTIBYTE to indicate whether the input C
886         came from a multibyte or a unibyte Lisp string; all callers
887         adjusted.  Don't assume the input string is always multibyte.
888         (Bug#13262)
889         (Ffile_name_directory) [DOS_NT]: Handle unibyte strings correctly:
890         don't ENCODE_FILE them, and return a unibyte string if the input
891         was unibyte.
892         (Fexpand_file_name): Don't mix unibyte with multibyte strings, and
893         don't assume the input strings will always be multibyte.  If the
894         input strings are multibyte, decode strings obtained from C
895         library functions.
897 2012-12-26  Dmitry Antipov  <dmantipov@yandex.ru>
899         * lisp.h (toplevel): Add two notices to the comment about
900         defining a new Lisp data type.
901         * print.c (print_object): If Lisp_Save_Value object's pointer
902         is the address of a memory area containing Lisp_Objects, try
903         to print them.
904         * alloc.c (valid_lisp_object_p): Adjust comment.
906 2012-12-26  Dmitry Antipov  <dmantipov@yandex.ru>
908         * keyboard.c (record_asynch_buffer_change): Initialize an event
909         only if it's really needed.
910         * frame.h (enum output_method): Remove output_mac member since
911         it's a leftover from the deleted code.
912         * frame.c (Fframep): Adjust user here ...
913         * terminal.c (Fterminal_live_p): ... and here.
914         * coding.c (Qmac): Now here because it's only used to denote
915         end-of-line encoding type.
916         (syms_of_coding): DEFSYM it.
917         * frame.h (Qmac): Remove duplicated declaration.
919 2012-12-26  Paul Eggert  <eggert@cs.ucla.edu>
921         * window.c (select_window_1): Now static, since it's used only here.
923 2012-12-25  Eli Zaretskii  <eliz@gnu.org>
925         * window.c (window_body_cols): Subtract display margins from the
926         window body width on TTYs as well.  See
927         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-12/msg00317.html
928         for the original report.
930 2012-12-25  Dmitry Antipov  <dmantipov@yandex.ru>
932         * xdisp.c (redisplay_window): Remove inner local variable
933         because the outer shadowed one has the same meaning.
934         * xterm.h (struct x_output): Remove toolbar_detached member since it's
935         set but never used.
936         * gtkutil.c (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
937         (xg_create_tool_bar): Adjust users.
939 2012-12-24  Dmitry Antipov  <dmantipov@yandex.ru>
941         * buffer.h (BUF_COMPACT): New macro to follow the common style.
942         * buffer.c (Fget_buffer_create): Use it to set compact field of
943         struct buffer_text to avoid accessing an uninitialized value
944         when compact_buffer is called for the first time.
945         (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF.
946         (Fset_buffer_modified_p): Use buffer_window_count to check
947         whether the buffer is displayed in some window.
948         * xdisp.c (message_dolog): Likewise.
950 2012-12-23  Eli Zaretskii  <eliz@gnu.org>
952         * w32.c (acl_set_file): If setting the file security descriptor
953         fails, and the new DACL is identical to the existing one, silently
954         return success.  This fixes problems for users backing up their
955         own files without having the necessary privileges for setting
956         security descriptors.
958         * w32proc.c (reader_thread): Do not index fd_info[] with negative
959         values.
960         (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR
961         after WaitForSingleObject returns normally.  This expedites reader
962         thread shutdown when delete_child triggers it.
963         (reap_subprocess): More accurate commentary for why we call
964         delete_child only when cp->fd is negative.
966         * w32.c (sys_close): Do not call delete_child on a subprocess
967         whose handle is not yet closed.  Instead, set its file descriptor
968         to a negative value, so that reap_subprocess will call
969         delete_child on that subprocess when its SIGCHLD arrives.
970         This avoids closing handles used for communications between sys_select
971         and reader_thread, which doesn't give sys_select a chance to
972         notice that the process exited and invoke the SIGCHLD handler for
973         it.
975 2012-12-23  Jan Djärv  <jan.h.d@swipnet.se>
977         * nsfns.m (Fns_do_applescript): Run event loop until script has
978         been executed (Bug#12969).
979         (ns_run_ascript): Chech as_script for nil, set to nil after
980         executing script.
982 2012-12-22  Martin Rudalics  <rudalics@gmx.at>
984         * window.c (Fselect_window): Reword doc-string (Bug#13248).
986 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
988         * w32term.c (w32fullscreen_hook): New function.
989         (w32_create_terminal): Plug it into the terminal's fullscreen_hook.
991 2012-12-21  Eli Zaretskii  <eliz@gnu.org>
993         * fileio.c (Finsert_file_contents): Doc fix.
995         * w32proc.c (new_child, delete_child, find_child_pid): For a
996         subprocess, consider its slot being in use as long as its process
997         handle (procinfo.hProcess) is not NULL.  This avoids reusing the
998         slot when a new process is started immediately after killing
999         another one, without waiting enough time for the first process to
1000         be reaped and resources allocated for it be orderly freed.
1001         (Bug#13086)
1002         Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
1004 2012-12-21  Chong Yidong  <cyd@gnu.org>
1006         * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231).
1008         * fns.c (Fcompare_strings): Doc fix (Bug#13081).
1010 2012-12-21  Eli Zaretskii  <eliz@gnu.org>
1012         * w32.c (get_name_and_id): Always pass NULL as the first argument
1013         of lookup_account_sid.  Avoids crashes with UNC file names that
1014         refer to DFS domains, not to specific machine names.  (Bug#12621)
1015         Remove now unused argument FNAME; all callers changed.
1016         (get_file_owner_and_group): Remove now unused argument FNAME; all
1017         callers changed.
1019 2012-12-21  Chong Yidong  <cyd@gnu.org>
1021         * editfns.c (Finsert_char): Since read-char-by-name now signals an
1022         error for invalid chars, don't check for a nil return value.
1024 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
1026         Avoid calls to CHAR_TO_BYTE if byte position is known.
1027         * editfns.c (make_buffer_string_both): Use move_gap_both.
1028         (Fbuffer_string): Use make_buffer_string_both.
1029         * marker.c (buf_charpos_to_bytepos): Convert to eassert.
1030         Adjust comment.
1031         (buf_bytepos_to_charpos): Likewise.
1032         (charpos_to_bytepos): Remove.
1033         * fileio.c (Finsert_file_contents): Use move_gap_both.
1034         * search.c (Freplace_match): Likewise.
1035         * process.c (process_send_region): Likewise.  Use convenient
1036         names for byte positions.
1037         * lisp.h (charpos_to_bytepos): Remove prototype.
1038         * indent.c (scan_for_column): Use CHAR_TO_BYTE.
1039         * insdel.c (move_gap): Likewise.
1041 2012-12-20  Paul Eggert  <eggert@cs.ucla.edu>
1043         * xdisp.c (redisplay_internal): Remove now-unused local.
1045 2012-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.
1048         (redisplay_internal): Don't bother selecting the frame to get the
1049         proper value of frame-local variables (bug#13225).
1051 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
1053         * textprop.c (set_text_properties_1): Do not allow NULL interval.
1054         Rename 4th argument since it may be buffer or string.  Adjust comment.
1055         * intervals.c (graft_intervals_info_buffer): Find an interval here.
1057 2012-12-19  Dmitry Antipov  <dmantipov@yandex.ru>
1059         * coding.c (Fdetect_coding_region): Do not check start and end with
1060         CHECK_NUMBER_COERCE_MARKER since validate_region does that itself.
1061         (code_convert_region): Likewise.
1063 2012-12-18  Eli Zaretskii  <eliz@gnu.org>
1065         * w32.c (acl_get_file, acl_set_file): Run the file name through
1066         map_w32_filename, and resolve any symlinks in the file name, like
1067         Posix platforms do.
1068         (acl_set_file): Call revert_to_self, if any privileges were
1069         enabled.
1071 2012-12-17  Juanma Barranquero  <lekktu@gmail.com>
1073         * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O))
1074         ($(BLD)/w32.$(O)): Update dependencies.
1076 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1078         * xdisp.c (select_frame_for_redisplay): Use select_window_1 to
1079         propagate redisplay's scrolling (if any) to the right window.
1080         (redisplay_internal): Use ensure_selected_frame.
1081         (display_mode_lines): Complete last fix.
1082         * window.c (select_window_1): New func, extracted from select_window.
1083         (select_window): Use it.
1084         * window.h (select_window_1): Declare.
1086 2012-12-17  Eli Zaretskii  <eliz@gnu.org>
1088         Emulate Posix ACL APIs on MS-Windows.
1089         * w32.c: Include sddl.h and sys/acl.h.
1090         (SDDL_REVISION_1): Define if not already defined.
1091         (g_b_init_get_security_descriptor_dacl)
1092         (g_b_init_convert_sd_to_sddl, g_b_init_convert_sddl_to_sd)
1093         (g_b_init_is_valid_security_descriptor)
1094         (g_b_init_set_file_security): New static flags.
1095         (globals_of_w32): Initialize them to zero.
1096         (SetFileSecurity_Name): New string constant.
1097         (SetFileSecurity_Proc, GetSecurityDescriptorDacl_Proc)
1098         (ConvertStringSecurityDescriptorToSecurityDescriptor_Proc)
1099         (ConvertSecurityDescriptorToStringSecurityDescriptor_Proc)
1100         (IsValidSecurityDescriptor_Proc): New typedefs.
1101         (get_file_security, get_security_descriptor_owner)
1102         (get_security_descriptor_group): Set errno to ENOTSUP.
1103         (set_file_security, get_security_descriptor_dacl)
1104         (is_valid_security_descriptor, convert_sd_to_sddl)
1105         (convert_sddl_to_sd, acl_valid, acl_to_text, acl_from_text)
1106         (acl_free, acl_get_file, acl_set_file): New functions.
1108         * fileio.c (Fcopy_file) [WINDOWSNT]: Support copying ACLs.
1110 2012-12-17  Paul Eggert  <eggert@cs.ucla.edu>
1112         Don't reraise SIGCHLD, as that can now lose (Bug#13192).
1113         With the 2012-12-03 fix for Bug#12980 in place, an old workaround
1114         for some of that bug's symptoms can now cause Emacs to abort.
1115         Remove the workaround.
1116         * process.c (wait_reading_process_output): Don't reraise SIGCHLD.
1117         The bug that caused SIGCHLD to get lost has been fixed, and the
1118         workaround for it can now cause Emacs to abort.
1120 2012-12-16  Paul Eggert  <eggert@cs.ucla.edu>
1122         * sysdep.c (emacs_abort): Bump backtrace size to 40.
1123         Companion to the 2012-09-30 patch.  Suggested by Eli Zaretskii in
1124         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
1126 2012-12-16  Romain Francoise  <romain@orebokech.com>
1128         * fileio.c (Ffile_acl, Fset_file_acl): New functions.
1129         (Fcopy_file): Change last arg to `preserve_extended_attributes'
1130         and copy ACL entries of file in addition to SELinux context if set.
1131         (syms_of_fileio): Add `file-acl' and `set-file-acl'.
1133         * Makefile.in (LIBACL_LIBS): New macro.
1134         (LIBES): Use it.
1136 2012-12-15  Paul Eggert  <eggert@cs.ucla.edu>
1138         * fileio.c (internal_delete_file): Use bool for boolean.
1140 2012-12-15  Eli Zaretskii  <eliz@gnu.org>
1142         Fix bug #13079 on MS-Windows with temp files not being deleted.
1143         * w32.h (_child_process): New members input_file and
1144         pending_deletion.
1145         (register_child): First argument is now pid_t.
1146         (record_infile, record_pending_deletion): New prototypes.
1148         * w32proc.c (new_child): Initialize input_file and
1149         pending_deletion members of the child.
1150         (delete_child): Delete the child's temporary input file, if any,
1151         that is pending deletion.
1152         (register_child): First argument is now pid_t.
1153         (record_infile, record_pending_deletion): New functions.
1154         (reap_subprocess): Fix a typo in DebPrint string.
1155         (sys_spawnve, sys_kill): Use pid_t for PID arguments.
1157         * fileio.c (internal_delete_file): Return an int again: non-zero
1158         if delete-file succeeds, zero otherwise.
1160         * lisp.h (internal_delete_file): Adjust prototype.
1162         * callproc.c (Fcall_process): Don't overwrite infile with result
1163         of DECODE_FILE.
1164         [WINDOWSNT] If BUFFER is an integer, i.e. we are launching an
1165         asynchronous subprocess, record the name of the input file name,
1166         if any.
1167         (delete_temp_file) [WINDOWSNT]: If internal_delete_file fails to
1168         delete the file, record it as pending deletion when the subprocess
1169         exits.
1171 2012-12-14  Eli Zaretskii  <eliz@gnu.org>
1173         * editfns.c [HAVE_PWD_H]: Include grp.h.
1175         * makefile.w32-in ($(BLD)/editfns.$(O)): Add $(NT_INC)/grp.h.
1177 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1179         Fix permissions bugs with setgid directories etc. (Bug#13125)
1180         * dired.c (Ffile_attributes): Return t as the 9th attribute,
1181         to mark it as a placeholder.  The old value was often wrong.
1182         The only user of this attribute has been changed to use
1183         file-ownership-preserved-p instead, with its new group arg.
1184         * editfns.c (Fgroup_gid, Fgroup_real_gid): New functions.
1186 2012-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * xdisp.c (select_frame_for_redisplay, display_mode_lines):
1189         Keep selected_window and selected_frame in sync.
1191 2012-12-14  Eli Zaretskii  <eliz@gnu.org>
1193         * w32.c (stat_worker): If w32_stat_get_owner_group is zero, do not
1194         try to get accurate owner and group information from NT file
1195         security APIs.  This is to make most callers of 'stat' and
1196         'lstat', which don't need that information, much faster.
1198         * dired.c (Ffile_attributes) [WINDOWSNT]:
1199         Set w32_stat_get_owner_group to a non-zero value, to request accurate
1200         owner and group information from 'lstat'.
1202 2012-12-13  Paul Eggert  <eggert@cs.ucla.edu>
1204         * fileio.c (Finsert_file_contents): Don't put tail into head area,
1205         as that confuses set-auto-coding, so insist on the head-read
1206         returning the full 1024 bytes.  Let lseek compute the tail offset;
1207         less work for us.  Do not ignore I/O errors when reading the tail.
1209         * xdisp.c: Minor style fixes.
1210         (init_iterator): Hoist assignment out of if-expression.
1211         (markpos_of_region): Callers now test for sign, not for -1.
1213 2012-12-13  Dmitry Antipov  <dmantipov@yandex.ru>
1215         Minor redisplay optimization when the region length is zero.
1216         * xdisp.c (markpos_of_region): New function.
1217         (init_iterator): Do not highlight the region of zero length.
1218         (redisplay_window): Check whether the region is of non-zero length.
1219         (try_cursor_movement): Allow if the region length is zero.
1220         (try_window_reusing_current_matrix, try_window_id): Likewise.
1222 2012-12-13  Eli Zaretskii  <eliz@gnu.org>
1224         * search.c (search_buffer): Check the inverse translations of each
1225         character in pattern when the buffer being searched is unibyte.
1226         (Bug#13084)
1228 2012-12-13  Paul Eggert  <eggert@cs.ucla.edu>
1230         * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent
1231         files, fixing a regression from 24.2.
1232         (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.
1234 2012-12-13  Paul Eggert  <eggert@cs.ucla.edu>
1236         * fileio.c (Fcopy_file): Make fstat failure as serious as open failure.
1237         fstat shouldn't fail, and if it does fail copy-file should not proceed.
1238         Remove unnecessary S_ISLNK test, as (contra the comments) this
1239         function can't copy symlinks.  Improve quality of error message
1240         when attempting to copy files that are neither regular files nor
1241         directories.
1243 2012-12-12  Dmitry Antipov  <dmantipov@yandex.ru>
1245         * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.
1246         * gtkutil.c (xg_set_toolkit_scroll_bar_thumb):
1247         * window.c (Frecenter):
1248         * xdisp.c (resize_mini_window, hscroll_window_tree, draw_glyphs):
1249         * xterm.c (x_set_toolkit_scroll_bar_thumb): Likewise.
1251 2012-12-12  Daniel Colascione  <dancol@dancol.org>
1253         * unexcw.c (fixup_executable): Use posix_fallocate to ensure that
1254         the dumped Emacs is not a sparse file, greatly improving Cygwin
1255         "make bootstrap" performance.
1257 2012-12-11  Michael Albinus  <michael.albinus@gmx.de>
1259         * inotify.c (inotify_callback): Generate an Emacs event for every
1260         incoming inotify event.
1262 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
1264         * xdisp.c (handle_face_prop): Fix logic of computing
1265         it->start_of_box_run_p.
1266         (append_space_for_newline): If the glyph row is R2L, reset the
1267         iterator's end_of_box_run_p flag before prepending the space glyph.
1268         (extend_face_to_end_of_line): If the glyph row is R2L, reset the
1269         iterator's start_of_box_run_p flag before prepending the stretch.
1270         (append_glyph, produce_image_glyph, append_composite_glyph)
1271         (append_stretch_glyph, append_glyphless_glyph): Reverse the
1272         left_box_line_p and right_box_line_p flags of the glyph for R2L
1273         glyph rows.  (Bug#13011)
1275 2012-12-11  Dmitry Antipov  <dmantipov@yandex.ru>
1277         * buffer.c (Fset_buffer_multibyte): Do not force redisplay
1278         if changed buffer is not shown in a window.
1279         * insdel.c (prepare_to_modify_buffer): Likewise.
1280         * window.c (replace_buffer_in_windows_safely): Do nothing
1281         if buffer is not shown in a window.
1282         (Fforce_window_update): Likewise if string or buffer argument
1283         is passed.
1285 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
1287         * inotify.c (Finotify_add_watch): Rename decoded_file_name to
1288         encoded_file_name, which is what it is.
1290 2012-12-11  Dmitry Antipov  <dmantipov@yandex.ru>
1292         Consistently use marker_position and marker_byte_position.
1293         * fringe.c (Ffringe_bitmaps_at_pos):
1294         * indent.c (Fvertical_motion):
1295         * insdel.c (prepare_to_modify_buffer):
1296         * keyboard.c (make_lispy_position):
1297         * window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer)
1298         (window_scroll_pixel_based, displayed_window_lines)
1299         (Fset_window_configuration):
1300         * xdisp.c (message_dolog, with_echo_area_buffer_unwind_data)
1301         (mark_window_display_accurate_1, redisplay_window, decode_mode_spec):
1302         Replace direct access to marker fields with calls
1303         to marker_position and/or marker_byte_position.
1305 2012-12-11  Juanma Barranquero  <lekktu@gmail.com>
1307         * makefile.w32-in (SIG2STR_H): New macro.
1308         (SYSWAIT_H, $(BLD)/emacs.$(O), $(BLD)/process.$(O))
1309         ($(BLD)/w32notify.$(O)): Update dependencies.
1311 2012-12-10  Daniel Colascione  <dancol@dancol.org>
1313         * w32term.c, keyboard.c: Fix build break in cygw32 by omitting
1314         Windows file notification functionality unless WINDOWSNT.
1316         * w32gui.h (hprevinst, lpCmdLine, nCmdShow): Remove unused
1317         declarations.
1319         * w32fns.c (cache_system_info): Initialize the global hinst
1320         variable here so various initialization calls DTRT.
1322         * unexw32.c (hprevinst, lpCmdLine, nCmdShow): Remove unused variables.
1323         (hinst): Remove unneeded extern declaration.
1324         (_start): Remove initialization of above variables; remove
1325         initialization of hinst, as cache_system_info now does that.
1327         * emacs.c (main): Call cache_system_info early in startup; we
1328         previously weren't calling it in Cygwin builds.
1330         * Makefile.in (ntsource, WINDRES, W32_RES, W#@_RES_LINK):
1331         Teach the autoconf build system how to compile a Windows resource file
1332         and link it to Emacs.
1334 2012-12-10  Dmitry Antipov  <dmantipov@yandex.ru>
1336         Per-buffer window counters.
1337         * buffer.h (struct buffer): New member window_count.
1338         (buffer_window_count): New function.
1339         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
1340         Initialize window_count.
1341         (Fkill_buffer): Verify window_count for the buffer being killed.
1342         (modify_overlay): Do not force redisplay if buffer is not shown
1343         in any window.
1344         (init_buffer_once): Initialize window_count for buffer_defaults
1345         and buffer_local_symbols.
1346         * window.h (buffer_shared): Remove declaration.
1347         (wset_buffer): Convert from inline ...
1348         * window.c (wset_buffer): ... to an ordinary function.
1349         (adjust_window_count): New function.
1350         (make_parent_window): Use it.
1351         * xdisp.c (buffer_shared): Remove.
1352         (redisplay_internal, redisplay_window): Adjust users.
1353         (buffer_shared_and_changed): Use per-buffer window counter.
1355 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
1357         Support for filesystem notifications on MS-Windows.
1358         * w32proc.c (sys_select): If drain_message_queue returns non-zero,
1359         and this is a TTY frame, signal the caller that keyboard input is
1360         available.
1362         * w32xfns.c (drain_message_queue): Now returns an int: an
1363         indication whether any WM_EMACS_FILENOTIFY messages were found in
1364         the queue.
1366         * w32inevt.c (handle_file_notifications): New function.
1367         (w32_console_read_socket): Call it to process file notifications.
1369         * w32console.c (initialize_w32_display): Record the main thread ID
1370         in dwMainThreadId.
1372         * deps.mk (inotify.o): New dependency list.
1374         * Makefile.in (SOME_MACHINE_OBJECTS): Add w32notify.o.
1376         * w32term.h (WM_EMACS_FILENOTIFY): New custom message.
1377         (WM_EMACS_END): Bump value by 1.
1378         (notification_buffer_in_use, file_notifications)
1379         (notifications_size, notifications_desc): Declare.
1380         (w32_get_watch_object, lispy_file_action, globals_of_w32notify):
1381         Add prototypes.
1383         * w32term.c (lispy_file_action, queue_notifications): New functions.
1384         (syms_of_w32term) <Qadded, Qremoved, Qmodified, Qrenamed_from>
1385         <Qrenamed_to>: New symbols.
1386         (w32_read_socket): Handle the WM_EMACS_FILENOTIFY message.
1388         * w32notify.c: New file, implements file event notifications for
1389         MS-Windows.
1391         * w32fns.c (w32_wnd_proc): Handle the WM_EMACS_FILENOTIFY message
1392         by posting it to the w32_read_socket queue.
1394         * termhooks.h (enum event_kind) [HAVE_NTGUI]: Support FILE_NOTIFY_EVENT.
1396         * makefile.w32-in (OBJ2): Add $(BLD)/w32notify.$(O).
1397         (GLOBAL_SOURCES): Add w32notify.c
1398         ($(BLD)/w32notify.$(O)): New set of dependencies.
1400         * lisp.h (syms_of_w32notify) [WINDOWSNT]: Add prototype.
1402         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
1403         Handle FILE_NOTIFY_EVENT.
1404         (syms_of_keyboard) [HAVE_NTGUI] <Qfile_notify>: New symbol.
1405         (keys_of_keyboard) [WINDOWSNT]: Bind file-notify to
1406         w32notify-handle-event by default.
1408         * emacs.c (main) [WINDOWSNT]: Call globals_of_w32notify and
1409         syms_of_w32notify.
1411 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1413         Support for filesystem notifications on GNU/Linux via inotify.
1414         * termhooks.h (enum event_kind) [HAVE_INOTIFY]: Add FILE_NOTIFY_EVENT.
1416         * lisp.h (syms_of_inotify) [HAVE_INOTIFY]: Add prototype.
1418         * keyboard.c (Qfile_inotify) [HAVE_INOTIFY]: New variable.
1419         (syms_of_keyboard): DEFSYM it.
1420         (kbd_buffer_get_event) [HAVE_INOTIFY]: Generate FILE_NOTIFY_EVENT.
1421         (make_lispy_event): Support FILE_NOTIFY_EVENT by generating
1422         Qfile_inotify events.
1423         (keys_of_keyboard) [HAVE_INOTIFY]: Bind file-inotify events in
1424         special-event-map to inotify-handle-event.
1426         * emacs.c (main) [HAVE_INOTIFY]: Call syms_of_inotify.
1428         * Makefile.in (base_obj): Add inotify.o.
1430         * inotify.c: New file.
1432 2012-12-10  Jan Djärv  <jan.h.d@swipnet.se>
1434         * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103).
1436 2012-12-10  Fabrice Popineau  <fabrice.popineau@gmail.com>
1438         * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
1439         DWORD_PTR, for compatibility with 64-bit builds.
1441         * w32.c (_PROCESS_MEMORY_COUNTERS_EX):
1442         (GetProcessWorkingSetSize_Proc, get_process_working_set_size)
1443         (system_process_attributes): Use SIZE_T rather than DWORD, for
1444         compatibility with 64-bit builds.
1446 2012-12-10  Christopher Schmidt  <christopher@ch.ristopher.com>
1448         * lread.c (Vload_source_file_function): Doc fix (Bug#11647).
1450 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
1452         * indent.c (Fvertical_motion): If a display string will be
1453         displayed on the left or the right margin, don't consider it as a
1454         factor in cursor positioning.  (Bug#13108)
1456 2012-12-10  Martin Rudalics  <rudalics@gmx.at>
1458         * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
1460 2012-12-10  Paul Eggert  <eggert@cs.ucla.edu>
1462         * fileio.c (Fsubstitute_in_file_name): Use ptrdiff_t, not int,
1463         for string length.
1465 2012-12-08  Eli Zaretskii  <eliz@gnu.org>
1467         * w32.c (unsetenv): Return 0 if the input string is too long.
1469 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
1471         Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1472         * alloc.c (xputenv): New function.
1473         * dbusbind.c (Fdbus_init_bus):
1474         * emacs.c (main):
1475         * xterm.c (x_term_init):
1476         Use xputenv instead of setenv or putenv, to detect memory exhaustion.
1477         * editfns.c (initial_tz): Move static var decl up.
1478         (tzvalbuf_in_environ): New static var.
1479         (init_editfns): Initialize these two static vars.
1480         (Fencode_time): Don't assume arbitrary limit on EMACS_INT width.
1481         Save old TZ value on stack, if it's small.
1482         (Fencode_time, set_time_zone_rule): Don't modify 'environ' directly;
1483         instead, use xputenv+unsetenv to set and restore TZ.
1484         (environbuf): Remove static var.  All uses removed.
1485         (Fset_time_zone_rule): Do not save TZ and environ;
1486         no longer needed here.
1487         (set_time_zone_rule_tz1, set_time_zone_rule_tz2) [LOCALTIME_CACHE]:
1488         Move to inside set_time_zone_rule; they don't need file scope any more.
1489         (set_time_zone_rule): Maintain the TZ=value string separately.
1490         (syms_of_editfns): Don't initialize initial_tz;
1491         init_editfns now does it.
1492         * emacs.c (dump_tz) [HAVE_TZSET]: Now const.
1493         * lisp.h (xputenv): New decl.
1495 2012-12-08  Fabrice Popineau  <fabrice.popineau@gmail.com>
1497         * w32fns.c (emacs_abort): Don't do arithmetics on void pointers.
1499 2012-12-08  Eli Zaretskii  <eliz@gnu.org>
1501         * w32.c (unsetenv, sys_putenv): New functions.
1503 2012-12-08  Chong Yidong  <cyd@gnu.org>
1505         * editfns.c (Finsert_char): Make the error message more
1506         informative (Bug#12992).
1508 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
1510         Simplify get_lim_data.
1511         * vm-limit.c (get_lim_data): Combine RLIMIT_AS and RLIMIT_DATA methods.
1512         Remove USG and vlimit methods; no longer used these days.
1513         Add #error catchall just in case.
1515         Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1516         Exceptions: do not assume SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN,
1517         SIGTTOU, SIGUSR1, SIGUSR2, as Microsoft platforms lack these.
1518         * process.c [subprocesses]: Include <c-ctype.h>, <sig2str.h>.
1519         (deleted_pid_list, Fdelete_process, create_process)
1520         (record_child_status_change, handle_child_signal, deliver_child_signal)
1521         (init_process_emacs, syms_of_process):
1522         Assume SIGCHLD is defined.
1523         (parse_signal): Remove.  All uses removed.
1524         (abbr_to_signal): New static function.
1525         (Fsignal_process): Use it to convert signal names to ints.
1526         * sysdep.c (sys_suspend) [!DOS_NT]: Use kill (0, ...) rather than
1527         kill (getpgrp (), ...).
1528         (emacs_sigaction_init): Assume SIGCHLD is defined.
1529         (init_signals): Assume SIGALRM, SIGCHLD, SIGHUP, SIGKILL,
1530         SIGPIPE, and SIGQUIT are defined.  Do not worry about SIGCLD any more.
1531         * syssignal.h (EMACS_KILLPG): Remove.
1532         All uses replaced by 'kill' with a negative pid.
1533         (SIGCHLD): Remove definition, as we now assume SIGCHLD.
1534         * w32proc.c (sys_kill): Support negative pids compatibly with POSIX.
1536 2012-12-07  Paul Eggert  <eggert@cs.ucla.edu>
1538         * sysdep.c (get_child_status): Abort on internal error (Bug#13086).
1539         This will cause a production Emacs to dump core instead of
1540         infinite-looping.
1542 2012-12-07  Dmitry Antipov  <dmantipov@yandex.ru>
1544         * frame.c (make_frame): Do not set window's buffer to t.
1545         * window.c (Fsplit_window_internal): Likewise.  Previously it was
1546         used to indicate that the window is being set up.  Now we use
1547         set_window_buffer for all new windows, so the condition in ...
1548         (Fset_window_buffer): ... is always true and can be removed.
1550 2012-12-07  Dmitry Antipov  <dmantipov@yandex.ru>
1552         Convenient macro to check whether the buffer is hidden.
1553         * buffer.h (BUFFER_HIDDEN_P): New macro.
1554         * frame.c (make_frame): Use it.  Adjust comment.
1555         * buffer.c (candidate_buffer): New function.
1556         (Fother_buffer, other_buffer_safely): Use it.
1558 2012-12-06  Eli Zaretskii  <eliz@gnu.org>
1560         * w32proc.c (waitpid): Avoid busy-waiting when called with WNOHANG
1561         if the child process is still running.  Instead, exit the wait
1562         loop and return zero.  (Bug#13086)
1564 2012-12-06  Dmitry Antipov  <dmantipov@yandex.ru>
1566         * frame.h (x_char_width, x_char_height): Remove prototypes.
1567         * w32term.h (x_char_width, x_char_height): Likewise.
1568         * xfns.c (x_char_width, x_char_height): Remove.
1569         * w32fns.c (x_char_width, x_char_height): Likewise.
1570         * nsfns.c (x_char_width, x_char_height): Likewise.
1571         * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for
1572         all window frames.
1573         (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT.
1574         * keyboard.c (command_loop_1): Remove prototype.
1575         (command_loop_2, top_level_1): Add static to match prototype.
1577 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
1579         Fix a recently-introduced delete-process race condition.
1580         * callproc.c, process.h (record_kill_process):
1581         New function, containing part of the old call_process_kill.
1582         (call_process_kill): Use it.
1583         This does not change call_process_kill's behavior.
1584         * process.c (Fdelete_process): Use record_kill_process to fix a
1585         race condition that could cause Emacs to lose track of a child.
1587 2012-12-06  Dmitry Antipov  <dmantipov@yandex.ru>
1589         Avoid code duplication between prev_frame and next_frame.
1590         * frame.c (candidate_frame): New function.  Add comment.
1591         (prev_frame, next_frame): Use it.  Adjust comment.
1593 2012-12-06  Eli Zaretskii  <eliz@gnu.org>
1595         * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp
1596         fails, signal an error instead of continuing with an empty
1597         string.  (Bug#13079)
1598         Encode expanded temp file pattern before passing it to mkstemp or
1599         mktemp.
1601         * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
1602         Encode the file name before passing it to dostounix_filename, in
1603         case it will downcase it (under w32-downcase-file-names).
1604         (Bug#12933)
1606 2012-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1608         Minor call-process cleanups.
1609         * callproc.c (Fcall_process): Do record-unwind-protect on MSDOS
1610         at the same time as other platforms, to simplify analysis.
1611         No need for fd0_volatile since we have synch_process_fd.
1612         Avoid needless emacs_close; arg is always negative.
1614 2012-12-04  Andreas Schwab  <schwab@linux-m68k.org>
1616         * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous
1617         processes.
1619 2012-12-04  Dmitry Antipov  <dmantipov@yandex.ru>
1621         * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state
1622         member.  Adjust users.  Convert mouse_face_past_end, mouse_face_defer
1623         and mouse_face_hidden members to a bitfields.
1624         * frame.h (struct frame): Remove set-but-not-used space_width member.
1625         (FRAME_SPACE_WIDTH): Remove.
1626         * nsterm.m, w32term.c, xterm.c: Adjust users.
1627         * termchar.h (struct tty_display_info): Remove set-but-unused se_is_so
1628         member.  Adjust users.  Convert term_initted, delete_in_insert_mode,
1629         costs_set, insert_mode, standout_mode, cursor_hidden and flow_control
1630         members to a bitfields.
1632 2012-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1634         Don't let call-process be a zombie factory (Bug#12980).
1635         Fixing this bug required some cleanup of the signal-handling code.
1636         As a side effect, this change also fixes a longstanding rare race
1637         condition whereby Emacs could mistakenly kill unrelated processes,
1638         and it fixes a bug where a second C-g does not kill a recalcitrant
1639         synchronous process in GNU/Linux and similar platforms.
1640         The patch should also fix the last vestiges of Bug#9488,
1641         a bug which has mostly been fixed on the trunk by other changes.
1642         * callproc.c, process.h (synch_process_alive, synch_process_death)
1643         (synch_process_termsig, sync_process_retcode):
1644         Remove.  All uses removed, to simplify analysis and so that
1645         less consing is done inside critical sections.
1646         * callproc.c (call_process_exited): Remove.  All uses replaced
1647         with !synch_process_pid.
1648         * callproc.c (synch_process_pid, synch_process_fd): New static vars.
1649         These take the role of what used to be in unwind-protect arg.
1650         All uses changed.
1651         (block_child_signal, unblock_child_signal):
1652         New functions, to avoid races that could kill innocent-victim processes.
1653         (call_process_kill, call_process_cleanup, Fcall_process): Use them.
1654         (call_process_kill): Record killed processes as deleted, so that
1655         zombies do not clutter up the system.  Do this inside a critical
1656         section, to avoid a race that would allow the clutter.
1657         (call_process_cleanup): Fix code so that the second C-g works again
1658         on common platforms such as GNU/Linux.
1659         (Fcall_process): Create the child process in a critical section,
1660         to fix a race condition.  If creating an asynchronous process,
1661         record it as deleted so that zombies do not clutter up the system.
1662         Do unwind-protect for WINDOWSNT too, as that's simpler in the
1663         light of these changes.  Omit unnecessary call to emacs_close
1664         before failure, as the unwind-protect code does that.
1665         * callproc.c (call_process_cleanup):
1666         * w32proc.c (waitpid): Simplify now that synch_process_alive is gone.
1667         * process.c (record_deleted_pid): New function, containing
1668         code refactored out of Fdelete_process.
1669         (Fdelete_process): Use it.
1670         (process_status_retrieved): Remove.  All callers changed to use
1671         child_status_change.
1672         (record_child_status_change): Remove, folding its contents into ...
1673         (handle_child_signal): ... this signal handler.  Now, this
1674         function is purely a handler for SIGCHLD, and is not called after
1675         a synchronous waitpid returns; the synchronous code is moved to
1676         wait_for_termination.  There is no need to worry about reaping
1677         more than one child now.
1678         * sysdep.c (get_child_status, child_status_changed): New functions.
1679         (wait_for_termination): Now takes int * status and bool
1680         interruptible arguments, too.  Do not record child status change;
1681         that's now the caller's responsibility.  All callers changed.
1682         Reimplement in terms of get_child_status.
1683         (wait_for_termination_1, interruptible_wait_for_termination):
1684         Remove.  All callers changed to use wait_for_termination.
1685         * syswait.h: Include <stdbool.h>, for bool.
1686         (record_child_status_change, interruptible_wait_for_termination):
1687         Remove decls.
1688         (record_deleted_pid, child_status_changed): New decls.
1689         (wait_for_termination): Adjust to API changes noted above.
1691         * bytecode.c, lisp.h (Qbytecode): Remove.
1692         No longer needed after 2012-11-20 interactive-p changes.
1694 2012-12-03  Eli Zaretskii  <eliz@gnu.org>
1696         * xdisp.c (redisplay_window): If the cursor is visible, but inside
1697         the scroll margin, move point outside the margin.  (Bug#13055)
1699 2012-12-03  Jan Djärv  <jan.h.d@swipnet.se>
1701         * gtkutil.c (my_log_handler): New function.
1702         (xg_set_geometry): Set log handler to my_log_handler (Bug#11177).
1704 2012-12-03  Dmitry Antipov  <dmantipov@yandex.ru>
1706         * lisp.h (modify_region): Rename to...
1707         (modify_region_1): ...new prototype.
1708         * textprop.c (modify_region): Now static.  Adjust users.
1709         * insdel.c (modify_region): Rename to...
1710         (modify_region_1): ...new function to work with current buffer.
1711         Adjust comment and users.  Use true and false for booleans.
1713 2012-12-03  Dmitry Antipov  <dmantipov@yandex.ru>
1715         * alloc.c (free_save_value): New function.
1716         (safe_alloca_unwind): Use it.
1717         * lisp.h (free_save_value): New prototype.
1718         * editfns.c (save_excursion_save): Use Lisp_Misc_Save_Value.
1719         Add comment.
1720         (save_excursion_restore): Adjust to match saved data structure.
1721         Use free_save_value to offload some work from GC.  Drop obsolete
1722         #if 0 code.
1724 2012-12-03  Chong Yidong  <cyd@gnu.org>
1726         * fileio.c (Vauto_save_list_file_name): Doc fix.
1728 2012-12-03  Fabrice Popineau  <fabrice.popineau@gmail.com>
1730         * w32fns.c: Remove prototype of atof.
1731         (syspage_mask): Make it DWORD_PTR, for compatibility with 64-bit
1732         builds.
1733         (file_dialog_callback): Make it UINT_PTR.
1735         * w32common.h (syspage_mask): Declare DWORD_PTR, for compatibility
1736         with 64-bit builds.
1738         * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
1739         (FILE_ANY_ACCESS, CTL_CODE) [_MSC_VER]: Define only if not already
1740         defined.
1742 2012-12-03  Glenn Morris  <rgm@gnu.org>
1744         * data.c (Fboundp, Fsymbol_value): Doc fix re lexical-binding.
1746 2012-12-02  Paul Eggert  <eggert@cs.ucla.edu>
1748         Fix xpalloc confusion after memory is exhausted.
1749         * alloc.c (xpalloc): Comment fix.
1750         * charset.c (Fdefine_charset_internal): If xpalloc exhausts memory
1751         and signals an error, do not clear charset_table_size, as
1752         charset_table is still valid.
1753         * doprnt.c (evxprintf): Clear *BUF after freeing it.
1755         Use execve to avoid need to munge environ (Bug#13054).
1756         * callproc.c (Fcall_process):
1757         * process.c (create_process):
1758         Don't save and restore environ; no longer needed.
1759         * callproc.c (child_setup):
1760         Use execve, not execvp, to preserve environ.
1762 2012-12-01  Paul Eggert  <eggert@cs.ucla.edu>
1764         * xterm.c (x_draw_image_relief): Remove unused locals (Bug#10500).
1766 2012-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1768         * xterm.c (x_draw_relief_rect, x_draw_image_relief): Fix relief
1769         display for sliced images (Bug#10500).
1771         * w32term.c (w32_draw_relief_rect, x_draw_image_relief): Likewise.
1773 2012-11-30  Juanma Barranquero  <lekktu@gmail.com>
1775         * doc.c (Fdocumentation): Re-add handling of function-documentation,
1776         accidentally removed in 2012-11-09T04:10:16Z!monnier@iro.umontreal.ca (bug#13034).
1778 2012-11-29  Dmitry Antipov  <dmantipov@yandex.ru>
1780         * xdisp.c (window_outdated): Remove eassert since it hits
1781         some suspicious corner cases (see Bug#13007 and Bug#13012).
1782         (mode_line_update_needed): New function.
1783         (redisplay_internal, redisplay_window): Use it.
1784         (ensure_selected_frame): New function.
1785         (redisplay_internal, unwind_redisplay): Use it.
1786         (redisplay_internal): Move comment about buffer_shared...
1787         (buffer_shared_and_changed): ...near to its real use.
1789 2012-11-29  Paul Eggert  <eggert@cs.ucla.edu>
1791         * callproc.c (Fcall_process): Don't misreport vfork failure.
1793 2012-11-28  Paul Eggert  <eggert@cs.ucla.edu>
1795         * callproc.c (Fcall_process): Fix vfork portability problems.
1796         Do not assume that fd[0], count, filefd, and save_environ survive
1797         vfork.  Fix bug whereby wrong errno value could be reported for
1798         pipe failure.  Some minor cleanups, too, as follows.  Move buf and
1799         bufsize to the context where they're needed.  Change new_argv to
1800         be of type char **, as this is more convenient and avoids casts.
1801         (CALLPROC_BUFFER_SIZE_MIN, CALLPROC_BUFFER_SIZE_MAX):
1802         Now local constants, not macros.
1804 2012-11-18  Kenichi Handa  <handa@gnu.org>
1806         * font.c (font_unparse_xlfd): Fix previous change.  Keep "const"
1807         for the variable "f".
1809 2012-11-13  Kenichi Handa  <handa@gnu.org>
1811         * font.c (font_unparse_xlfd): Exclude special characters from the
1812         generating XLFD name.
1814 2012-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1816         Assume POSIX 1003.1-1988 or later for grp.h, pwd.h.
1817         * dired.c (stat_uname, stat_gname):
1818         * fileio.c (Fexpand_file_name): Remove no-longer-needed casts.
1820         Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968).
1821         * dired.c (directory_files_internal, file_name_completion):
1822         Assume EAGAIN and EINTR are defined.
1824         * fileio.c (Fcopy_file): Assume EISDIR is defined.
1825         * gmalloc.c (ENOMEM, EINVAL): Assume they're defined.
1826         * gnutls.c (emacs_gnutls_write): Assume EAGAIN is defined.
1827         * lread.c (readbyte_from_file): Assume EINTR is defined.
1828         * process.c (wait_reading_process_output, send_process) [subprocesses]:
1829         Assume EIO and EAGAIN are defined.
1830         * unexcoff.c (write_segment): Assume EFAULT is defined.
1832 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
1834         * fontset.c (Finternal_char_font): Return nil on non-GUI frames.
1835         (Bug#11964)
1837         * xdisp.c (draw_glyphs): Don't draw in mouse face if mouse
1838         highlighting on the frame was cleared.  Prevents assertion
1839         violations when repeatedly clicking on the "Top" link of the
1840         "bread-crumbs" in Info buffers.
1842 2012-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1844         * sysdep.c (sys_subshell): Don't assume pid_t fits in int.
1846 2012-11-24  Ken Brown  <kbrown@cornell.edu>
1848         * keyboard.c (HAVE_MOUSE):
1849         * frame.c (HAVE_MOUSE): Remove, and rewrite code as if HAVE_MOUSE
1850         were always defined.
1852 2012-11-24  Eli Zaretskii  <eliz@gnu.org>
1854         * xdisp.c (set_cursor_from_row): Skip step 2 only if point is not
1855         between bpos_covered and bpos_max.  This fixes cursor display when
1856         several display strings follow each other.
1858         * .gdbinit (pgx): If the glyph's object is a string, display the
1859         pointer to string data, rather than the value of the string object
1860         itself (which barfs under CHECK_LISP_OBJECT_TYPE).
1862         * indent.c (Fvertical_motion): If the starting position is covered
1863         by a display string, return to one position before that, to avoid
1864         overshooting it inside move_it_to.  (Bug#12930)
1866 2012-11-23  Dmitry Antipov  <dmantipov@yandex.ru>
1868         * frame.h (struct frame): Remove display_preempted member
1869         since all users are dead long ago.
1870         * nsterm.h (struct x_output): Use the only dummy member.
1871         * w32menu.c (pending_menu_activation): Remove since not
1872         really used.
1873         (set_frame_menubar): Adjust user.
1874         * w32term.h (struct x_output): Drop outdated #if 0 code.
1875         (struct w32_output): Use bitfields for explicit_parent,
1876         asked_for_visible and menubar_active members.
1877         Drop unused pending_menu_activation member.
1878         * xterm.h (struct x_output): Drop outdated #if 0 code.
1879         Use bitfields for explicit_parent, asked_for_visible,
1880         has_been_visible and net_wm_state_hidden_seen members.
1882 2012-11-23  Eli Zaretskii  <eliz@gnu.org>
1884         * makefile.w32-in (globals.h, gl-stamp): Use $(SWITCHCHAR) instead
1885         of a literal "/".  (Bug#12955)
1886         (gl-stamp): Invoke fc.exe directly, not through cmd.
1888 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
1890         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1891         * dired.c: Assume HAVE_DIRENT_H.
1892         (NAMLEN): Remove, replacing with ...
1893         (dirent_namelen): New function.  All uses changed.  Use the GNU macro
1894         _D_EXACT_NAMELEN if available, as it's faster than strlen.
1895         (DIRENTRY): Remove, replacing all uses with 'struct dirent'.
1896         (DIRENTRY_NONEMPTY): Remove.  All callers now assume it's nonzero.
1897         * makefile.w32-in (DIR_H): Remove.  All uses replaced with
1898         $(NT_INC)/dirent.h.
1899         ($(BLD)/w32.$(O)): Do not depend on $(SRC)/ndir.h.
1900         * ndir.h: Rename to ../nt/inc/dirent.h.
1901         * sysdep.h (closedir) [!HAVE_CLOSEDIR]: Remove.
1902         Do not include <dirent.h>; no longer needed.
1903         * w32.c: Include <dirent.h> rather than "ndir.h".
1905 2012-11-23  Chong Yidong  <cyd@gnu.org>
1907         * xftfont.c (xftfont_open): Remove duplicate assignment.
1909 2012-11-22  Dmitry Antipov  <dmantipov@yandex.ru>
1911         * alloc.c (Fgarbage_collect): Unblock input after clearing
1912         gc_in_progress to avoid note_mouse_highlight glitch with GC.
1913         * frame.h (FRAME_MOUSE_UPDATE): New macro.
1914         * msdos.c (IT_frame_up_to_date): Use it here...
1915         * w32term.c (w32_frame_up_to_date): ...here...
1916         * xterm.c (XTframe_up_to_date): ...and here...
1917         * nsterm.m (ns_frame_up_to_date): ...but not here.
1918         * lisp.h (Mouse_HLInfo): Remove mouse_face_deferred_gc member.
1919         Adjust users.
1920         * xdisp.c (message2_nolog, message3_nolog, note_mouse_highlight):
1921         Do not check whether GC is in progress.
1923 2012-11-22  Dmitry Antipov  <dmantipov@yandex.ru>
1925         * xdisp.c (window_buffer_changed): New function.
1926         (update_menu_bar, update_tool_bar): Use it to
1927         simplify large 'if' statements.
1928         (redisplay_internal): Generalize commonly used
1929         'tail' and 'frame' local variables.
1931 2012-11-22  Eli Zaretskii  <eliz@gnu.org>
1933         * w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts
1934         with Windows system header.
1936 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1938         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1939         * alloc.c: Assume unistd.h exists.
1940         * fileio.c (Fexpand_file_name) [DOS_NT]: Use getcwd, not getwd.
1941         * sysdep.c (get_current_dir_name): Assume getcwd exists.
1942         (getwd) [USG]: Remove; no longer needed.
1943         (sys_subshell) [DOS_NT]: Use getcwd, not getwd.
1944         * w32.c (getcwd): Rename from getwd, and switch to getcwd's API.
1945         * w32.h (getcwd): Remove decl.
1947 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1949         * xdisp.c (fast_set_selected_frame): Rename from update_tool_bar_unwind.
1950         Make it set selected_window as well.
1951         (update_tool_bar): Use it.
1953 2012-11-21  Ken Brown  <kbrown@cornell.edu>
1955         * emacs.c (main): Set the G_SLICE environment variable for all
1956         Cygwin builds, not just GTK builds.  See
1957         https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00368.html.
1959 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
1961         * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
1962         (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]:
1963         Define for the MSVC compiler.
1965         * w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing semi-colon.
1967         * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
1968         (Fexpand_file_name) [DOS_NT]: Pass encoded file name to
1969         dostounix_filename.  Prevents crashes down the road, because
1970         dostounix_filename assumes it gets a unibyte string.
1971         Reported by Michel de Ruiter <michel@sentient.nl>, see
1972         http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html
1974 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1976         Conflate Qnil and Qunbound for `symbol-function'.
1977         * alloc.c (Fmake_symbol): Initialize `function' to Qnil.
1978         * lread.c (init_obarray): Set `function' fields to Qnil.
1979         * eval.c (Fcommandp): Ignore Qunbound.
1980         (Fautoload, eval_sub, Fapply, Ffuncall, Fmacroexpand):
1981         * data.c (Ffset, Ffboundp, indirect_function, Findirect_function):
1982         Test NILP rather than Qunbound.
1983         (Ffmakunbound): Set to Qnil.
1984         (Fsymbol_function): Never signal an error.
1985         (Finteractive_form): Ignore Qunbound.
1987 2012-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1989         * eval.c (interactive_p): Remove no-longer-used decl.
1991 2012-11-20  Dmitry Antipov  <dmantipov@yandex.ru>
1993         * xdisp.c (buffer_shared): Adjust comment.
1994         (buffer_shared_and_changed): New function.
1995         (prepare_menu_bars, redisplay_internal): Use it to
1996         decide whether all windows or frames should be updated.
1997         (window_outdated): New function.
1998         (text_outside_line_unchanged_p, redisplay_window): Use it.
1999         (redisplay_internal): Likewise.  Fix indentation.
2001 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * eval.c (Finteractive_p, Fcalled_interactively_p, interactive_p): Remove.
2004         (syms_of_eval): Remove corresponding defsubr.
2005         * bytecode.c (exec_byte_code): `interactive-p' is now a Lisp function.
2007 2012-11-19  Daniel Colascione  <dancol@dancol.org>
2009         * w32fns.c (Fx_file_dialog):
2010         (Fx_file_dialog): Accomodate rename of cygwin_convert_path* to
2011         cygwin_convert_file_name*.
2013         * cygw32.c (Fcygwin_convert_path_to_windows, syms_of_cygw32):
2014         Rename cygwin_convert_path* to cygwin_convert_file_name*.
2016 2012-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2018         * nsterm.m (ns_select): Send SIGIO only to self, not to process group.
2020 2012-11-18  Eli Zaretskii  <eliz@gnu.org>
2022         * w32select.c: Include w32common.h before w32term.h, so that
2023         windows.h gets included before w32term.h uses some of its
2024         features, see below.
2026         * w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]:
2027         New typedefs.
2028         (EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]:
2029         New prototypes.
2030         (EnumSystemLocales) [_MSC_VER]: Define if undefined.  (Bug#12878)
2032 2012-11-18  Jan Djärv  <jan.h.d@swipnet.se>
2034         * nsterm.m (hold_event): Set send_appdefined to YES (Bug#12834).
2035         (ns_select): Return at once if events are held (Bug#12834).
2037 2012-11-18  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
2039         * unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64.
2040         Needed following 2012-10-20 change.  (Bug#12902)
2042 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
2044         * w32proc.c (waitpid): Remove unused label get_result.
2046 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
2048         * makefile.w32-in (SYSWAIT_H): New macro.
2049         ($(BLD)/callproc.$(O), $(BLD)/w32proc.$(O), $(BLD)/process.$(O))
2050         ($(BLD)/sysdep.$(O)): Update dependencies.
2052 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2054         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
2055         * callproc.c (relocate_fd): Assume F_DUPFD.
2056         * emacs.c, term.c (O_RDWR): Remove.
2057         * keyboard.c (tty_read_avail_input): Use O_NONBLOCK rather than
2058         O_NDELAY, since O_NONBLOCK is the standard name for this flag.
2059         * nsterm.m: Assume <fcntl.h> exists.
2060         * process.c (NON_BLOCKING_CONNECT, allocate_pty, create_process)
2061         (create_pty, Fmake_network_process, server_accept_connection)
2062         (wait_reading_process_output, init_process_emacs):
2063         Assume O_NONBLOCK.
2064         (wait_reading_process_output): Put in a special case for WINDOWSNT
2065         to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK.
2066         It's not clear this is needed, but it's a more-conservative change.
2067         (create_process): Assume FD_CLOEXEC.
2068         (create_process, create_pty): Assume O_NOCTTY.
2069         * sysdep.c (init_sys_modes, reset_sys_modes): Assume F_SETFL.
2070         (reset_sys_modes): Use O_NONBLOCK rather than O_NDELAY.
2071         Omit if not DOS_NT, since F_GETFL is not defined there.
2072         (serial_open): Assume O_NONBLOCK and O_NOCTTY.
2073         * term.c: Include <fcntl.h>, for flags like O_NOCTTY.
2074         (O_NOCTTY): Remove.
2075         (init_tty): Assume O_IGNORE_CTTY is defined to 0 on platforms that
2076         lack it, since gnulib guarantees this.
2077         * w32.c (fcntl): Test for O_NONBLOCK rather than O_NDELAY.
2079 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
2081         * w32.c (faccessat): Pretend that directories have the execute bit
2082         set.  Emacs expects that, e.g., in files.el:cd-absolute.
2084         * w32proc.c (create_child): Don't clip the PID of the child
2085         process to fit into an Emacs integer, as this is no longer a
2086         restriction.
2087         (waitpid): Rename from sys_wait.  Emulate a Posix 'waitpid' by
2088         reaping only the process specified by PID argument, if that is
2089         positive.  Use PID instead of dead_child to know which process to
2090         reap.  Wait for the child to die only if WNOHANG is not in
2091         OPTIONS.
2092         (sys_select): Don't set dead_child.
2094         * sysdep.c (wait_for_termination_1): Remove the WINDOWSNT portion,
2095         as it is no longer needed.
2097         * process.c (waitpid, WUNTRACED) [!WNOHANG]: Remove definitions,
2098         no longer needed.
2099         (record_child_status_change): Remove the setting of
2100         record_at_most_one_child for the !WNOHANG case.
2102 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2104         Fix problems in ns port found by static checking.
2105         * nsterm.m: Include <pthread.h>, for pthread_mutex_lock etc.
2106         (hold_event, setPosition:portion:whole:): Send SIGIO only to self,
2107         not to process group.
2108         (ns_select): Use emacs_write, not write, as that's more robust
2109         in the presence of signals.
2110         (fd_handler:): Check for read errors.
2112 2012-11-16  Glenn Morris  <rgm@gnu.org>
2114         * editfns.c (Fmessage): Mention message-log-max.  (Bug#12849)
2116 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         * eval.c (Finteractive_p): Revert lexbind-merge mishap.
2120 2012-11-16  Eli Zaretskii  <eliz@gnu.org>
2122         * w32proc.c (timer_loop): Make sure SuspendThread and ResumeThread
2123         use the same value of thread handle.
2124         (start_timer_thread): If the timer thread exited (due to error),
2125         clean up by closing the two handles it used.  Duplicate the caller
2126         thread's handle here, so it gets duplicated only once, when
2127         launching the timer thread.  Set priority of the timer thread, not
2128         the caller thread.
2129         (getitimer): Don't duplicate the caller thread's handle here.
2130         (Bug#12832)
2132 2012-11-16  Jan Djärv  <jan.h.d@swipnet.se>
2134         * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
2135         called (Bug#12834).
2137 2012-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2139         Remove no-longer-used pty_max_bytes variable.
2140         * process.c (pty_max_bytes): Remove; unused.
2141         (send_process): Do not set it.
2143 2012-11-15  Juanma Barranquero  <lekktu@gmail.com>
2145         * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/emacs.$(O)):
2146         Update dependencies.
2148 2012-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2150         * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
2151         This follows up on the 2012-09-29 patch that removed indirection
2152         for the 'function' field.  Reported by Sergey Vinokurov in
2153         <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00263.html>.
2155 2012-11-14  Eli Zaretskii  <eliz@gnu.org>
2157         * w32.c (faccessat): Rename from sys_faccessat.  (No need to use a
2158         different name, as the MS runtime does not have such a function,
2159         and probably never will.)  All callers changed.  Ignore DIRFD
2160         value if PATH is an absolute file name, to match Posix spec
2161         better.  If AT_SYMLINK_NOFOLLOW is set in FLAGS, don't resolve
2162         symlinks.
2164 2012-11-14  Dmitry Antipov  <dmantipov@yandex.ru>
2166         * xdisp.c (echo_area_display, redisplay_internal):
2167         Omit redundant check whether frame_garbaged is set.
2169 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2171         Use faccessat, not access, when checking file permissions (Bug#12632).
2172         This fixes a bug that has been present in Emacs since its creation.
2173         It was reported by Chris Torek in 1983 even before GNU Emacs existed,
2174         which must set some sort of record.  (Torek's bug report was against
2175         a predecessor of GNU Emacs, but GNU Emacs happened to have the
2176         same common flaw.)  See Torek's Usenet posting
2177         "setuid/setgid programs & Emacs" Article-I.D.: sri-arpa.858
2178         Posted: Fri Apr  8 14:18:56 1983.
2179         * Makefile.in (LIB_EACCESS): New macro.
2180         (LIBES): Use it.
2181         * callproc.c (init_callproc):
2182         * charset.c (init_charset):
2183         * fileio.c (check_existing, check_executable, check_writable)
2184         (Ffile_readable_p):
2185         * lread.c (openp, load_path_check):
2186         * process.c (allocate_pty):
2187         * xrdb.c (file_p):
2188         Use effective UID when checking permissions, not real UID.
2189         * callproc.c (init_callproc):
2190         * charset.c (init_charset):
2191         * lread.c (load_path_check, init_lread):
2192         Test whether directories are accessible, not merely whether they exist.
2193         * conf_post.h (GNULIB_SUPPORT_ONLY_AT_FDCWD): New macro.
2194         * fileio.c (check_existing, check_executable, check_writable)
2195         (Ffile_readable_p):
2196         Use symbolic names instead of integers for the flags, as they're
2197         portable now.
2198         (check_writable): New arg AMODE.  All uses changed.
2199         Set errno on failure.
2200         (Ffile_readable_p): Use faccessat, not stat + open + close.
2201         (Ffile_writable_p): No need to call check_existing + check_writable.
2202         Just call check_writable and then look at errno.  This saves a syscall.
2203         dir should never be nil; replace an unnecessary runtime check
2204         with an eassert.  When checking the parent directory of a nonexistent
2205         file, check that the directory is searchable as well as writable, as
2206         we can't create files in unsearchable directories.
2207         (file_directory_p): New function, which uses 'stat' on most platforms
2208         but faccessat with D_OK (for efficiency) if WINDOWSNT.
2209         (Ffile_directory_p, Fset_file_times): Use it.
2210         (file_accessible_directory_p): New function, which uses a single
2211         syscall for efficiency.
2212         (Ffile_accessible_directory_p): Use it.
2213         * xrdb.c (file_p): Use file_directory_p.
2214         * lisp.h (file_directory_p, file_accessible_directory_p): New decls.
2215         * lread.c (openp): When opening a file, use fstat rather than
2216         stat, as that avoids a permissions race.  When not opening a file,
2217         use file_directory_p rather than stat.
2218         (dir_warning): First arg is now a usage string, not a format.
2219         Use errno.  All uses changed.
2220         * nsterm.m (ns_term_init): Remove unnecessary call to file-readable
2221         that merely introduced a race.
2222         * process.c, sysdep.c, term.c: All uses of '#ifdef O_NONBLOCK'
2223         changed to '#if O_NONBLOCK', to accommodate gnulib O_* style,
2224         and similarly for the other O_* flags.
2225         * w32.c (sys_faccessat): Rename from sys_access and switch to
2226         faccessat's API.  All uses changed.
2227         * xrdb.c: Do not include <sys/stat.h>; no longer needed.
2228         (magic_db): Rename from magic_file_p.
2229         (magic_db, search_magic_path): Return an XrmDatabase rather than a
2230         char *, so that we don't have to test for file existence
2231         separately from opening the file for reading.  This removes a race
2232         fixes a permission-checking problem, and simplifies the code.
2233         All uses changed.
2234         (file_p): Remove; no longer needed.
2236 2012-11-13  Dmitry Antipov  <dmantipov@yandex.ru>
2238         Omit glyphs initialization at startup.
2239         * dispnew.c (glyphs_initialized_initially_p): Remove.
2240         (adjust_frame_glyphs_initially): Likewise.  Adjust users.
2241         (Fredraw_frame): Move actual code from here...
2242         (redraw_frame): ...to here.  Add eassert.  Adjust comment.
2243         (Fredraw_display): Use redraw_frame.
2244         * xdisp.c (clear_garbaged_frames): Likewise.
2246 2012-11-13  Eli Zaretskii  <eliz@gnu.org>
2248         * xdisp.c (decode_mode_spec): Limit the value of WIDTH argument
2249         passed to pint2str and pint2hrstr to be at most the size of the
2250         frame's decode_mode_spec_buffer.  This avoids crashes with very
2251         large values of FIELD_WIDTH argument to decode_mode_spec.
2252         (Bug#12867)
2254 2012-11-13  Paul Eggert  <eggert@cs.ucla.edu>
2256         Fix a race with verify-visited-file-modtime (Bug#12863).
2257         Since at least 1991 Emacs has ignored an mtime difference of no
2258         more than one second, but my guess is that this was to work around
2259         file system bugs that were fixed long ago.  Since the race is
2260         causing problems now, let's remove that code.
2261         * fileio.c (Fverify_visited_file_modtime): Do not accept a file
2262         whose time stamp is off by no more than a second.  Insist that the
2263         file time stamps match exactly.
2265 2012-11-12  Dmitry Antipov  <dmantipov@yandex.ru>
2267         * frame.h (struct frame): Convert external_tool_bar member to
2268         1-bit unsigned bitfield.
2269         * termhooks.h (struct terminal): Remove mouse_moved member since
2270         all users are long dead.  Adjust comment on mouse_position_hook.
2272 2012-11-12  Dmitry Antipov  <dmantipov@yandex.ru>
2274         Simplify by using FOR_EACH_FRAME here and there.
2275         * frame.c (next_frame, prev_frame, other_visible_frames)
2276         (delete_frame, visible-frame-list): Use FOR_EACH_FRAME.
2277         * w32term.c (x_window_to_scroll_bar): Likewise.
2278         * window.c (window_list): Likewise.
2279         * xdisp.c (x_consider_frame_title): Likewise.
2280         * xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise.
2281         * xfns.c (x_window_to_frame, x_any_window_to_frame)
2282         (x_menubar_window_to_frame, x_top_window_to_frame): Likewise.
2283         * xmenu.c (menubar_id_to_frame): Likewise.
2284         * xselect.c (frame_for_x_selection): Likewise.
2285         * xterm.c (x_frame_of_widget, x_window_to_scroll_bar)
2286         (x_window_to_menu_bar): Likewise.
2287         * w32fns.c (x_window_to_frame): Likewise.  Adjust comment.
2289 2012-11-12  Paul Eggert  <eggert@cs.ucla.edu>
2291         * data.c (Qdefalias_fset_function): Now static.
2293         Another tweak to vectorlike_header change.
2294         * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST):
2295         Remove, and replace all uses with ...
2296         (next_in_free_list, set_next_in_free_list):
2297         New functions, which respect C's aliasing rules better.
2299 2012-11-11  Paul Eggert  <eggert@cs.ucla.edu>
2301         * window.c (list4i): Rename from 'quad'.  All uses changed.
2302         Needed because <sys/types.h> defines 'quad' on Solaris 10.
2304 2012-11-11  Juanma Barranquero  <lekktu@gmail.com>
2306         * xdisp.c (start_hourglass) [HAVE_NTGUI]: Add block to silence
2307         warning about mixing declarations and code in ISO C90.
2309 2012-11-10  Martin Rudalics  <rudalics@gmx.at>
2311         * window.c (Fsplit_window_internal): Set combination limit of
2312         new parent window to t iff Vwindow_combination_limit is t;
2313         fixing a regression introduced with the change from 2012-09-22.
2314         (Fset_window_combination_limit): Fix doc-string.
2316 2012-11-10  Eli Zaretskii  <eliz@gnu.org>
2318         * xdisp.c (try_scrolling): Fix correction of aggressive-scroll
2319         amount when the scroll margins are too large.  When scrolling
2320         backwards in the buffer, give up if cannot reach point or the
2321         scroll margin within a reasonable number of screen lines.
2322         Fixes point position in window under scroll-up/down-aggressively when
2323         point is positioned many lines beyond the window top/bottom.
2324         (Bug#12811)
2326         * ralloc.c (relinquish): If real_morecore fails to return memory
2327         to the system, don't crash; instead, leave the last heap
2328         unchanged and return.  (Bug#12774)
2330 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2332         * lisp.h (AUTOLOADP): New macro.
2333         * eval.c (Fautoload): Don't attach to loadhist, call Fdefalias instead.
2334         * data.c (Ffset): Remove special ad-advice-info handling.
2335         (Fdefalias): Handle autoload definitions and new Qdefalias_fset_function.
2336         (Fsubr_arity): CSE.
2337         (Finteractive_form): Simplify.
2338         (Fquo): Don't insist on having at least 2 arguments.
2339         (Qdefalias_fset_function): New var.
2341 2012-11-09  Jan Djärv  <jan.h.d@swipnet.se>
2343         * image.c (xpm_make_color_table_h): Change to hashtest_equal.
2345         * nsfont.m (Qcondensed, Qexpanded): New variables.
2346         (ns_descriptor_to_entity): Restore Qcondensed, Qexpanded setting.
2347         (syms_of_nsfont): Defsym Qcondensed, Qexpanded.
2349 2012-11-09  Dmitry Antipov  <dmantipov@yandex.ru>
2351         Fix recently introduced crash on MS-Windows (Bug#12839).
2352         * w32term.h (struct scroll_bar): Use convenient header.
2353         (SCROLL_BAR_VEC_SIZE): Remove.
2354         * w32term.c (x_scroll_bar_create): Use VECSIZE.
2356 2012-11-09  Dmitry Antipov  <dmantipov@yandex.ru>
2358         Tweak last vectorlike_header change.
2359         * alloc.c (struct Lisp_Vectorlike_Free): Special type to represent
2360         vectorlike object on the free list.  This is introduced to avoid
2361         some (but not all) pointer casting and aliasing problems, see
2362         http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00105.html.
2363         * .gdbinit (pvectype, pvecsize): New commands to examine vectorlike
2364         objects.
2365         (xvectype, xvecsize): Use them to examine Lisp_Object values.
2367 2012-11-09  Jan Djärv  <jan.h.d@swipnet.se>
2369         * nsfont.m (ns_descriptor_to_entity): Qcondensed and Qexpanded has
2370         been removed, so remove them here also.
2372 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2374         * doc.c (Fdocumentation): Handle new property
2375         dynamic-docstring-function to replace the old ad-advice-info.
2377 2012-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2379         * fns.c (Qeql, hashtest_eq): Now static.
2381 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2383         * lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.
2384         * fns.c (hashfn_eq, hashfn_eql, sxhash):
2385         * profiler.c (hashfn_profiler): Don't use XUINT on non-integers.
2386         * buffer.c (compare_overlays): Use XLI rather than XHASH.
2388 2012-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2390         Use same hash function for hashfn_profiler as for hash_string etc.
2391         * fns.c (SXHASH_COMBINE): Remove.  All uses replaced by sxhash_combine.
2392         * lisp.h (sxhash_combine): New inline function, with the contents
2393         of the old SXHASH_COMBINE.
2394         * profiler.c (hashfn_profiler): Use it, instead of having a
2395         special hash function containing a comparison that always yields 1.
2397 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)
2400         (Qultra_condensed, Qextra_condensed, Qcondensed, Qsemi_condensed)
2401         (Qsemi_expanded, Qextra_expanded, Qexpanded, Qultra_expanded):
2402         Remove unused vars.
2404 2012-11-08  Jan Djärv  <jan.h.d@swipnet.se>
2406         * image.c (xpm_make_color_table_h): Fix compiler error because
2407         make_hash_table changed.
2409 2012-11-08  Thomas Kappler  <tkappler@gmail.com>  (tiny change)
2411         * nsfont.m (ns_findfonts): Handle empty matchingDescs (Bug#11541).
2413 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2415         Use ad-hoc comparison function for the profiler's hash-tables.
2416         * profiler.c (Qprofiler_backtrace_equal, hashtest_profiler): New vars.
2417         (make_log): Use them.
2418         (handle_profiler_signal): Don't inhibit quit any longer since we don't
2419         call Fequal any more.
2420         (Ffunction_equal): New function.
2421         (cmpfn_profiler, hashfn_profiler): New functions.
2422         (syms_of_profiler): Initialize them.
2423         * lisp.h (struct hash_table_test): New struct.
2424         (struct Lisp_Hash_Table): Use it.
2425         * alloc.c (mark_object): Mark hash_table_test fields of hash tables.
2426         * fns.c (make_hash_table): Take a struct to describe the test.
2427         (cmpfn_eql, cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
2428         (hashfn_equal, hashfn_user_defined): Adjust to new calling convention.
2429         (hash_lookup, hash_remove_from_table): Move assertion checking of
2430         hashfn result here.  Check hash-equality before calling cmpfn.
2431         (Fmake_hash_table): Adjust call to make_hash_table.
2432         (hashtest_eq, hashtest_eql, hashtest_equal): New structs.
2433         (syms_of_fns): Initialize them.
2434         * emacs.c (main): Move syms_of_fns earlier.
2435         * xterm.c (syms_of_xterm):
2436         * category.c (hash_get_category_set): Adjust call to make_hash_table.
2437         * print.c (print_object): Adjust to new hash-table struct.
2438         * composite.c (composition_gstring_put_cache): Adjust to new hashfn.
2440 2012-11-08  Eli Zaretskii  <eliz@gnu.org>
2442         * w32fns.c (modifier_set): Fix handling of Scroll Lock when the
2443         value of w32-scroll-lock-modifier is neither nil nor one of the
2444         known key modifiers.  (Bug#12806)
2446 2012-11-08  Dmitry Antipov  <dmantipov@yandex.ru>
2448         Shrink struct vectorlike_header to the only size field.
2449         * lisp.h (enum pvec_type): Avoid explicit enum member values.
2450         Adjust comment.
2451         (enum More_Lisp_Bits): Change PSEUDOVECTOR_SIZE_BITS and
2452         PVEC_TYPE_MASK to arrange new bitfield in the vector header.
2453         (PSEUDOVECTOR_REST_BITS, PSEUDOVECTOR_REST_MASK): New members.
2454         (PSEUDOVECTOR_AREA_BITS): New member used to extract subtype
2455         information from the vector header.  Adjust comment.
2456         (XSETPVECTYPE, XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR)
2457         (PSEUDOVECTOR_TYPEP, DEFUN): Adjust to match new vector header
2458         layout.
2459         (XSETSUBR, SUBRP): Adjust to match new Lisp_Subr layout.
2460         (struct vectorlike_header): Remove next member.  Adjust comment.
2461         (struct Lisp_Subr): Add convenient header.  Adjust comment.
2462         (allocate_pseudovector): Adjust prototype.
2463         * alloc.c (mark_glyph_matrix, mark_face_cache, allocate_string)
2464         (sweep_string, lisp_malloc): Remove useless prototypes.
2465         (enum mem_type): Adjust comment.
2466         (NEXT_IN_FREE_LIST): New macro.
2467         (SETUP_ON_FREE_LIST): Adjust XSETPVECTYPESIZE usage.
2468         (Fmake_bool_vector): Likewise.
2469         (struct large_vector): New type to represent allocation unit for
2470         the vectors with the memory footprint more than VBLOOCK_BYTES_MAX.
2471         (large_vectors): Change type to struct large_vector.
2472         (allocate_vector_from_block): Simplify.
2473         (PSEUDOVECTOR_NBYTES): Replace with...
2474         (vector_nbytes): ...new function.  Adjust users.
2475         (sweep_vectors): Adjust processing of large vectors.
2476         (allocate_vectorlike): Likewise.
2477         (allocate_pseudovector): Change type of 3rd arg to enum pvec_type.
2478         Add easserts.  Adjust XSETPVECTYPESIZE usage.
2479         (allocate_buffer): Use BUFFER_PVEC_INIT.
2480         (live_vector_p): Adjust to match large vector.
2481         * buffer.c (init_buffer_once): Use BUFFER_PVEC_INIT.
2482         * buffer.h (struct buffer): Add next member.
2483         (BUFFER_LISP_SIZE, BUFFER_REST_SIZE, BUFFER_PVEC_INIT):
2484         New macros.
2485         (FOR_EACH_BUFFER): Adjust to match struct buffer change.
2486         * fns.c (internal_equal): Adjust to match enum pvec_type change.
2487         (copy_hash_table): Adjust to match vector header change.
2488         * lread.c (defsubr): Use XSETPVECTYPE.
2489         * .gdbinit (xpr, xbacktrace): Adjust to match vector header change.
2490         (xvectype): Likewise.  Print PVEC_NORMAL_VECTOR for regular vectors.
2491         (xvecsize): New command.
2493 2012-11-08  Dmitry Antipov  <dmantipov@yandex.ru>
2495         * keyboard.c (event_to_kboard): Do not dereference
2496         frame_or_window field of SELECTION_REQUEST_EVENT
2497         and SELECTION_CLEAR_EVENT events (Bug#12814).
2498         * xterm.h (struct selection_input_event): Adjust comment.
2500 2012-11-07  Eli Zaretskii  <eliz@gnu.org>
2502         * w32fns.c (modifier_set): Don't report modifiers from toggle key,
2503         such as Scroll Lock, if the respective keys are treated as
2504         function keys, not as modifiers.  This avoids destroying non-ASCII
2505         keyboard input when Scroll Lock is toggled ON.  (Bug#12806)
2507 2012-11-07  Dmitry Antipov  <dmantipov@yandex.ru>
2509         * xfns.c (Fx_wm_set_size_hint): Use check_x_frame.  Adjust docstring.
2511 2012-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2513         Restore some duplicate definitions (Bug#12814).
2514         This undoes part of the 2012-11-03 changes.  Some people build
2515         with plain -g rather than with -g3, and they need the duplicate
2516         definitions for .gdbinit to work; see <http://bugs.gnu.org/12814#26>.
2517         * lisp.h (GCTYPEBITS, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK):
2518         Define as macros, as well as as enums or as constants.
2520 2012-11-06  Jan Djärv  <jan.h.d@swipnet.se>
2522         * nsterm.m (convert_ns_to_X_keysym, keyDown:): Add NSNumericPadKeyMask
2523         to keypad keys (Bug#12816).
2525 2012-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2527         Minor adjustments of recently-changed frame functions.
2528         * buffer.c (Fbuffer_list): Omit CHECK_FRAME, since arg is already
2529         known to be a frame (we're in the FRAMEP branch).
2530         * lisp.h (Qframep): Remove decl.  frame.h declares this.
2531         * window.c (quad): Args are of type EMACS_INT, not ptrdiff_t,
2532         since they're meant for Lisp fixnum values.
2534 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
2536         * window.c (Fwindow_combination_limit): Revert to the only
2537         required argument and adjust docstring as suggested in
2538         http://lists.gnu.org/archive/html/emacs-diffs/2012-11/msg01082.html
2539         by Martin Rudalics <rudalics@gmx.at>.
2541 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
2543         Widely used frame validity and checking functions.
2544         * frame.h (decode_live_frame, decode_any_frame): Add prototypes.
2545         * frame.c (decode_live_frame, decode_any_frame): New functions.
2546         (delete_frame, Fredirect_frame_focus, Fframe_parameters)
2547         (Fframe_parameter, Fframe_char_height, Fframe_char_width)
2548         (Fframe_pixel_height, Fframe_pixel_width, Ftool_bar_pixel_width)
2549         (Fframe_pointer_visible_p): Use decode_any_frame.
2550         (Fmake_frame_visible, Fmake_frame_invisible, Ficonify_frame)
2551         (Fraise_frame, Flower_frame, Fmodify_frame_parameters)
2552         (Fset_frame_height, Fset_frame_width): Use decode_live_frame.
2553         (Fframe_focus): Likewise.  Allow zero number of arguments.
2554         Adjust docstring.
2555         (frame_buffer_list, frame_buffer_predicate): Remove.
2556         * lisp.h (frame_buffer_predicate): Remove prototype.
2557         * buffer.c (Fother_buffer): Use decode_any_frame.
2558         * xdisp.c (Ftool_bar_lines_needed): Likewise.
2559         * xfaces.c (Fcolor_gray_p, Fcolor_supported_p): Likewise.
2560         * font.c (Ffont_face_attributes, Ffont_family_list, Fopen_font)
2561         (Fclose_font, Ffont_info): Use decode_live_frame.
2562         * fontset.c (check_fontset_name): Likewise.
2563         * terminal.c (Fframe_terminal): Likewise.
2564         * w32fns.c (check_x_frame): Likewise.
2565         * window.c (Fminibuffer_window, Fwindow_at)
2566         (Fcurrent_window_configuration): Likewise.
2567         (Frun_window_configuration_change_hook, Fwindow_resize_apply):
2568         Likewise.  Allow zero number of arguments.  Adjust docstring.
2569         * dispnew.c (Fredraw_frame): Likewise.
2570         * xfaces.c (frame_or_selected_frame): Remove.
2571         (Fx_list_fonts, Finternal_get_lisp_face_attribute, Fface_font)
2572         (Finternal_lisp_face_equal_p, Finternal_lisp_face_empty_p)
2573         (Fframe_face_alist): Use decode_live_frame.
2574         * xfns.c (check_x_frame): Likewise.
2576 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
2578         * window.c (quad): New function.
2579         (Fwindow_edges, Fwindow_pixel_edges, Fwindow_inside_edges)
2580         (Fwindow_absolute_pixel_edges, Fwindow_inside_absolute_pixel_edges)
2581         (Fwindow_inside_pixel_edges, Fpos_visible_in_window_p)
2582         (Fwindow_line_height): Use it.
2583         (Fwindow_fringes): Use list3.
2584         (Fwindow_scroll_bars): Use list4.
2585         (Fwindow_frame, Fwindow_top_child, Fwindow_left_child)
2586         (Fwindow_combination_limit): Allow zero number of arguments.
2588 2012-11-05  Eli Zaretskii  <eliz@gnu.org>
2590         * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(NT_INC)/unistd.h.
2592         * w32fns.c: Include unistd.h, to avoid compiler warnings on Cygwin.
2593         (emacs_abort) [CYGWIN]: Don't call _open_osfhandle; instead, use
2594         file descriptor 2 for standard error.  (Bug#12805)
2596 2012-11-05  Chong Yidong  <cyd@gnu.org>
2598         * process.c (wait_reading_process_output): Revert previous change.
2600 2012-11-05  Paul Eggert  <eggert@cs.ucla.edu>
2602         Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2603         This removes code that has been obsolete since around 1990.
2604         * callproc.c (Fcall_process):
2605         * emacs.c (main):
2606         * process.c (create_process):
2607         * term.c (dissociate_if_controlling_tty):
2608         Assume setsid exists.
2609         * callproc.c (child_setup): Assume setpgid exists and behaves as
2610         per POSIX.1-1988 or later.
2611         * conf_post.h (setpgid) [!HAVE_SETPGID]: Remove.
2612         * emacs.c (shut_down_emacs):
2613         * sysdep.c (sys_suspend, init_foreground_group):
2614         Assume getpgrp behaves as per POSIX.1-1998 or later.
2615         * msdos.c (setpgrp): Remove.
2616         (tcgetpgrp, setpgid, setsid): New functions.
2617         * systty.h (EMACS_GETPGRP): Remove.  All callers now use getpgrp.
2618         * term.c (no_controlling_tty): Remove; unused.
2619         * w32proc.c (setpgrp): Remove.
2620         (setsid, tcgetpgrp): New functions.
2622         Simplify by assuming __fpending.
2623         * dispnew.c: Include <fpending.h>, not <stdio_ext.h>.
2624         (update_frame_1): Use __fpending, not PENDING_OUTPUT_COUNT.
2625         Do not assume that __fpending's result fits in int.
2627 2012-11-04  Paul Eggert  <eggert@cs.ucla.edu>
2629         Remove EMACS_OUTQSIZE+sleep hack.
2630         * dispnew.c (update_frame_1): Remove hack for terminals slower
2631         than 2400 bps, which throttled Emacs by having it sleep.
2632         This code hasn't worked since at least 2007, when the multi-tty stuff
2633         was added, and anyway those old terminals are long dead.
2634         * systty.h (EMACS_OUTQSIZE): Remove; unused.  The macro isn't used even
2635         without the dispnew.c change, as dispnew.c doesn't include systty.h.
2637         Fix data-loss with --version (Bug#9574).
2638         * emacs.c (close_output_streams): Use strerror, not emacs_strerror,
2639         as we can't assume that emacs_strerror is initialized, and strerror
2640         is good enough here.
2641         (main): Invoke atexit earlier, to catch earlier instances of
2642         sending data to stdout and exiting, e.g., "emacs --version >/dev/full".
2644 2012-11-04  Michael Marchionna  <tralfaz@pacbell.net>
2646         * nsterm.m: Add NSClearLineFunctionKey and keypad keys (Bug#8680).
2647         (keyDown): Remap keypad keys to X11 virtual key codes.
2649 2012-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2651         Fix data-loss with --batch (Bug#9574).
2652         * emacs.c: Include <close-stream.h>.
2653         (close_output_streams): New function.
2654         (main): Pass it to atexit, so that Emacs closes stdout and stderr
2655         and handles errors appropriately.
2656         (Fkill_emacs): Don't worry about flushing, as close_output_stream
2657         does that now.
2659         Fix a race condition that causes Emacs to mess up glib (Bug#8855).
2660         The symptom is a diagnostic "GLib-WARNING **: In call to
2661         g_spawn_sync(), exit status of a child process was requested but
2662         SIGCHLD action was set to SIG_IGN and ECHILD was received by
2663         waitpid(), so exit status can't be returned."  The diagnostic
2664         is partly wrong, as the SIGCHLD action is not set to SIG_IGN.
2665         The real bug is a race condition between Emacs and glib: Emacs
2666         does a waitpid (-1, ...) and reaps glib's subprocess by mistake,
2667         so that glib can't find it.  Work around the bug by invoking
2668         waitpid only on subprocesses that Emacs itself creates.
2669         * process.c (create_process, record_child_status_change):
2670         Don't use special value -1 in pid field, as the caller now must
2671         know the pid rather than having the callee infer it.
2672         The inference was sometimes incorrect anyway, due to another race.
2673         (create_process): Set new 'alive' member if child is created.
2674         (process_status_retrieved): New function.
2675         (record_child_status_change): Use it.
2676         Accept negative 1st argument, which means to wait for the
2677         processes that Emacs already knows about.  Move special-case code
2678         for DOS_NT (which lacks WNOHANG) here, from caller.  Keep track of
2679         processes that have already been waited for, by testing and
2680         clearing new 'alive' member.
2681         (CAN_HANDLE_MULTIPLE_CHILDREN): Remove, as record_child_status_change
2682         now does this internally.
2683         (handle_child_signal): Let record_child_status_change do all
2684         the work, since we do not want to reap all exited child processes,
2685         only the child processes that Emacs itself created.
2686         * process.h (Lisp_Process): New boolean member 'alive'.
2688         Omit duplicate definitions no longer needed with gcc -g3.
2689         * lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG)
2690         (VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM):
2691         Define only as macros.  There's no longer any need to also define
2692         these symbols as enums or as constants, since we now assume
2693         gcc -g3 when debugging.
2695 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
2697         * lisp.mk: Adjust comments to the fact that term/internal is now
2698         loaded from loadup.el.
2700         * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
2701         (msdos_fatal_signal): New function.
2702         (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
2703         its argument list.
2705         * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
2706         for GCC versions before 4.
2707         (emacs_raise): Define to call msdos_fatal_signal.
2709         * xdisp.c (init_from_display_pos): Fix initialization of the bidi
2710         iterator when starting in the middle of a display or overlay
2711         string.  (Bug#12745)
2713 2012-11-03  Chong Yidong  <cyd@gnu.org>
2715         * process.c (wait_reading_process_output): Clean up the last
2716         change.
2718 2012-11-03  Jim Paris  <jim@jtan.com>  (tiny change)
2720         * process.c (wait_reading_process_output): Avoid a race condition
2721         with SIGIO delivery (Bug#11536).
2723 2012-11-03  Chong Yidong  <cyd@gnu.org>
2725         * buffer.c (cursor_type): Untabify docstring.
2727 2012-11-03  Dmitry Antipov  <dmantipov@yandex.ru>
2729         * frame.h (struct frame): Drop can_have_scroll_bars member
2730         which is meaningless for a long time.  Adjust comments.
2731         (FRAME_CAN_HAVE_SCROLL_BARS): Remove.
2732         * frame.c, nsfns.m, term.c, w32fns.c, xfns.c: Adjust users.
2734 2012-11-03  Dmitry Antipov  <dmantipov@yandex.ru>
2736         * window.c (decode_next_window_args): Update window arg after
2737         calling decode_live_window and so fix crash reported at
2738         http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00035.html
2739         by Juanma Barranquero <lekktu@gmail.com>.
2740         (Fwindow_body_width, Fwindow_body_height): Simplify a bit.
2741         * font.c (Ffont_at): Likewise.
2743 2012-11-01  Jan Djärv  <jan.h.d@swipnet.se>
2745         * widget.c (resize_cb): New function.
2746         (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733).
2747         (EmacsFrameResize): Check if all is up to date before changing frame
2748         size.
2750 2012-11-02  Eli Zaretskii  <eliz@gnu.org>
2752         Implement backtrace output for fatal errors on MS-Windows.
2753         * w32fns.c (CaptureStackBackTrace_proc): New typedef.
2754         (BACKTRACE_LIMIT_MAX): New macro.
2755         (w32_backtrace): New function.
2756         (emacs_abort): Use w32_backtrace when the user chooses not to
2757         attach a debugger.  Update the text of the abort dialog.
2759 2012-11-02  Dmitry Antipov  <dmantipov@yandex.ru>
2761         Window-related stuff cleanup here and there.
2762         * dispnew.c (Finternal_show_cursor, Finternal_show_cursor_p):
2763         Use decode_any_window.
2764         * fringe.c (Ffringe_bitmaps_at_pos): Likewise.
2765         * xdisp.c (Fformat_mode_line): Likewise.
2766         * font.c (Ffont_at): Use decode_live_window.
2767         * indent.c (Fcompute_motion, Fvertical_motion): Likewise.
2768         * window.c (decode_next_window_args): Likewise.
2769         (decode_any_window): Remove static.
2770         * window.h (decode_any_window): Add prototype.
2771         * lisp.h (CHECK_VALID_WINDOW, CHECK_LIVE_WINDOW): Move from here...
2772         * window.h: ...to here, redefine via WINDOW_VALID_P and WINDOW_LIVE_P,
2773         respectively.
2775 2012-11-02  Dmitry Antipov  <dmantipov@yandex.ru>
2777         Remove pad from struct input_event.
2778         * termhooks.h (struct input_event): Remove padding field.
2779         Adjust comment.
2780         * keyboard.c (event_to_kboard): Simplify because frame_or_window
2781         member is never cons for a long time.  Adjust comment.
2782         (mark_kboards): Adjust because SELECTION_REQUEST_EVENT and
2783         SELECTION_CLEAR_EVENT has no Lisp_Objects to mark.  Add comment.
2784         * xterm.c (handle_one_xevent): Do not initialize frame_or_window
2785         field of SELECTION_REQUEST_EVENT and SELECTION_CLEAR_EVENT.
2787 2012-11-01  Eli Zaretskii  <eliz@gnu.org>
2789         * w32proc.c (getpgrp, setpgid): New functions.  (Bug#12776)
2791 2012-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2793         Fix crash when using Emacs as commit editor for git (Bug#12697).
2794         * callproc.c (setpgrp): Remove macro, as we now use setpgid
2795         and it is configured in conf_post.h.
2796         (Fcall_process): Don't invoke both setsid and setpgid; the former
2797         is enough, if it exists.
2798         * callproc.c (Fcall_process, child_setup):
2799         * process.c (create_process): Use setpgid.
2800         * conf_post.h (setpgid) [!HAVE_SETPGID]: New macro, which substitutes
2801         for the real thing.
2802         * dispnew.c (init_display): Initialize the foreground group
2803         if we are running a tty display.
2804         * emacs.c (main): Do not worry about setpgrp; init_display does it now.
2805         * lisp.h (init_foreground_group): New decl.
2806         * sysdep.c (inherited_pgroup): New static var.
2807         (init_foreground_group, tcsetpgrp_without_stopping)
2808         (narrow_foreground_group, widen_foreground_group): New functions.
2809         (init_sys_modes): Narrow foreground group.
2810         (reset_sys_modes): Widen foreground group.
2812 2012-10-31  Michael Albinus  <michael.albinus@gmx.de>
2814         * dbusbind.c: Fix cut'n'waste error.  Use HAVE_DBUS_VALIDATE_INTERFACE.
2816 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
2818         * minibuf.c (read_minibuf): Restore current buffer since
2819         choose_minibuf_frame calling Fset_frame_selected_window may
2820         change it (Bug#12766).
2822 2012-10-30  Jan Djärv  <jan.h.d@swipnet.se>
2824         * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733).
2826 2012-10-30  Kenichi Handa  <handa@gnu.org>
2828         * font.c (Ffont_at): If WINDOW is specified and it is not
2829         displaying the current buffer, signal an error.
2831 2012-10-29  Daniel Colascione  <dancol@dancol.org>
2833         * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode):
2834         In preparation for fixing bug#12739, move these functions from
2835         here...
2837         * coding.h, coding.c: ... to here, and compile them only when
2838         WINDOWSNT or CYGWIN.  Moving these functions out of cygw32 proper
2839         lets us write cygw32-agnostic code for the HAVE_NTGUI case.
2841 2012-10-28  Eli Zaretskii  <eliz@gnu.org>
2843         * w32proc.c (TIMER_TICKS_PER_SEC): New macro.
2844         (timer_loop, getitimer, setitimer): Use it instead of
2845         CLOCKS_PER_SEC, which is no longer pertinent, since we don't use
2846         'clock'.
2847         (w32_get_timer_time): Use 10*TIMER_TICKS_PER_SEC instead of a
2848         literal 10000.
2850 2012-10-28  Jan Djärv  <jan.h.d@swipnet.se>
2852         * nsterm.m (NO_APPDEFINED_DATA): New define.
2853         (last_appdefined_event_data): New variable
2854         (last_appdefined_event): Remove.
2855         (ns_select): Initialize t from last_appdefined_event_data instead
2856         of [last_appdefined_event data1].
2857         (sendEvent:): Save [theEvent data1] to last_appdefined_event_data,
2858         remove last_appdefined_event (Bug#12698).
2860 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2862         * frame.c (x_set_font): Catch internal error.
2864 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
2866         Avoid overflow in w32 implementation of interval timers.
2867         When possible, for ITIMER_PROF count only times the main thread
2868         actually executes.
2869         * w32proc.c <struct itimer_data>: 'expire' and 'reload' are now
2870         'volatile ULONGLONG' types.  All the other data which was
2871         previously clock_t is now ULONGLONG.  'terminate' is 'volatile int'.
2872         (GetThreadTimes_Proc): New typedef.
2873         (w32_get_timer_time): New function, returns a suitable time value
2874         for the timer.
2875         (timer_loop): Enter critical section when accessing ULONGLONG
2876         values of the itimer_data struct, as these accesses are no longer
2877         atomic.  Call 'w32_get_timer_time' instead of 'clock'.
2878         Remove unused variable.
2879         (init_timers): Initialize s_pfn_Get_Thread_Times.
2880         (start_timer_thread): Don't assign itimer->caller_thread here.
2881         (getitimer): Assign itimer->caller_thread here.
2882         (setitimer): Always call getitimer to get the value of ticks_now.
2883         (sys_spawnve): Avoid compiler warning about format mismatch.
2885 2012-10-26  Eli Zaretskii  <eliz@gnu.org>
2887         * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Don't enable tracking of
2888         mouse movement events if the menu bar is active.  This avoids
2889         producing a busy "hour-glass" cursor by Windows if the mouse
2890         pointer is positioned over a tooltip shown for some menu item.
2892 2012-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2894         Don't assume process IDs fit in int.
2895         * emacs.c (shut_down_emacs) [!DOS_NT]:
2896         * sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]:
2897         * term.c (dissociate_if_controlling_tty) [!DOS_NT]:
2898         Use pid_t, not int, to store process IDs, as 'int'
2899         is not wide enough on a few platforms (e.g., AIX and IRIX).
2901 2012-10-23  Kenichi Handa  <handa@gnu.org>
2903         The following change is to make face-font-rescale-alist work
2904         correctly for non-ASCII fonts.
2906         * font.c (font_open_entity): Don't handle Vface_font_rescale_alist.
2907         (font_open_for_lface): Handle Vface_font_rescale_alist.
2909 2012-10-23  Chong Yidong  <cyd@gnu.org>
2911         * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
2913 2012-10-21  Jan Djärv  <jan.h.d@swipnet.se>
2915         * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement
2916         for screen font.
2917         (nsfont_draw): Turn off LCD-smoothing (Bug#11484).
2919         * xterm.c (x_focus_changed): Check if daemonp when sending focus in
2920         event (Bug#12681).
2922 2012-10-21  Glenn Morris  <rgm@gnu.org>
2924         * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
2926 2012-10-20  Paul Eggert  <eggert@cs.ucla.edu>
2928         Port to OpenBSD 5.1.
2929         * frame.c (Fmouse_position, Fmouse_pixel_position):
2930         * xdisp.c (produce_stretch_glyph):
2931         Declare local vars only when they're needed.
2932         This is clearer and avoids a warning on OpenBSD about unused vars.
2933         * frame.h (FRAME_WINDOW_P): Always evaluate its argument.
2934         This is safer, and avoids OpenBSD warnings about unused vars.
2935         * keyboard.c (record_menu_key): Remove unnecessary decl.
2936         (poll_timer): Define only if POLL_FOR_INPUT is defined.
2937         * unexelf.c (ELFSIZE) [!ElfW]: Do not define if already defined,
2938         as our definition clashes with OpenBSD's.
2939         * xfaces.c (load_face_colors, check_lface_attrs)
2940         (get_lface_attributes_no_remap, get_lface_attributes)
2941         (lface_fully_specified_p, x_supports_face_attributes_p)
2942         (tty_supports_face_attributes_p, face_fontset, realize_face)
2943         (realize_x_face, realize_tty_face):
2944         Declare parameters to be Lisp_Object[LFACE_VECTOR_SIZE], not
2945         merely Lisp_Object *.  This is more informative and avoids
2946         a warning on OpenBSD about accessing beyond an object's size.
2948 2012-10-20  Chong Yidong  <cyd@gnu.org>
2950         * lread.c (Fload): Doc fix (Bug#12592).
2952 2012-10-19  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2954         * font.c (Ffont_at): Fix previous change.
2956 2012-10-19  Eli Zaretskii  <eliz@gnu.org>
2958         * puresize.h (BASE_PURESIZE): Bump the base value to 1700000.
2959         See http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
2960         for the reasons.
2962         * alloc.c (NSTATICS): Decrease to 0x800.
2964 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2966         * fns.c (Fnreverse): Include the problem element when signaling an
2967         error (bug#12677).
2969 2012-10-18  Jan Djärv  <jan.h.d@swipnet.se>
2971         * nsterm.m (ns_select): Check writefds before call to
2972         FD_ISSET (Bug#12668).
2974 2012-10-18  Daniel Colascione  <dancol@dancol.org>
2976         * alloc.c (NSTATICS): Increase from 0x650 to 0x1000
2977         (staticpro): If we run out of staticpro slots, die with an
2978         informative error instead of just calling emacs_abort.
2980 2012-10-18  Martin Rudalics  <rudalics@gmx.at>
2982         Fix two flaws reported by Dmitry Antipov.
2983         * window.c (Ftemp_output_buffer_show): Remove.
2984         (Fwindow_vscroll, Fset_window_vscroll): Use decode_live_window.
2985         (syms_of_window): Remove defsubr for Stemp_output_buffer_show.
2987 2012-10-17  Eli Zaretskii  <eliz@gnu.org>
2989         * makefile.w32-in ($(BLD)/w32.$(O)):
2990         ($(BLD)/vm-limit.$(O)):
2991         ($(BLD)/term.$(O)):
2992         ($(BLD)/unexw32.$(O)):
2993         ($(BLD)/fileio.$(O)):
2994         ($(BLD)/dispnew.$(O)): Update dependencies.
2996         * w32term.h (w32_initialize_display_info, initialize_w32_display):
2997         Add prototypes.
2999         * w32proc.c: Include ctype.h.
3001         * w32.h (init_environment, check_windows_init_file)
3002         (syms_of_ntproc, syms_of_ntterm, dostounix_filename)
3003         (unixtodos_filename, init_winsock, srandom, random, sys_pipe)
3004         (set_process_dir, sys_spawnve, register_child, sys_sleep, getwd)
3005         (sys_link): Add prototypes.
3007         * w32.c: Include w32select.h.
3008         (sys_access, e_malloc, sys_select): Add prototypes.
3009         (emacs_gnutls_pull): 'timeout' is now EMACS_TIME, not struct timeval.
3011         * vm-limit.c [WINDOWSNT]: Include w32heap.h.
3013         * unexw32.c: Include lisp.h and w32.h.
3015         * term.c [WINDOWSNT]: Include w32term.h.
3017         * process.c [WINDOWSNT]: Add prototype of sys_select.
3019         * fileio.c [WINDOWSNT]: Include w32.h.
3021         * dispnew.c [WINDOWSNT]: Include w32.h.
3023         * cygw32.c (Fcygwin_convert_path_to_windows)
3024         (Fcygwin_convert_path_from_windows): Use EQ to compare 2
3025         Lisp_Object values.  (Bug#12661)
3027         * w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
3028         to Lisp_Object.  (Bug#12661)
3030 2012-10-17  Kenichi Handa  <handa@gnu.org>
3032         * xdisp.c (reseat_1): Make the information stored in it->cmp_it
3033         invalidate.
3035 2012-10-17  Dmitry Antipov  <dmantipov@yandex.ru>
3037         * buffer.c (Fkill_buffer): When unchaining the marker,
3038         reset its buffer pointer to NULL (Bug#12652).
3040 2012-10-17  Dmitry Antipov  <dmantipov@yandex.ru>
3042         Do not verify indirection counters of killed buffers (Bug#12579).
3043         * buffer.h (BUFFER_CHECK_INDIRECTION): New macro.
3044         * buffer.c (compact_buffer, set_buffer_internal_1): Use it.
3046 2012-10-16  Dmitry Antipov  <dmantipov@yandex.ru>
3048         * alloc.c (Fmake_byte_code): Fix typo in comment.
3049         * print.c (print_interval): Define as static to match prototype.
3050         * indent.c (disptab_matches_widthtab, recompute_width_table):
3051         Convert to eassert.
3053 2012-10-16  Dmitry Antipov  <dmantipov@yandex.ru>
3055         * editfns.c (get_system_name): Remove.
3056         * lisp.h (get_system_name): Remove prototype.
3057         * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes.
3058         (get_environ_db): Use Vsystem_name.  Avoid call to strlen.
3060 2012-10-15  Daniel Colascione  <dancol@dancol.org>
3062         * dbusbind.c: Add comment explaining reason for previous change.
3064 2012-10-15  Martin Rudalics  <rudalics@gmx.at>
3066         * window.c (Fwindow_end): Rewrite check whether cached position
3067         can be used (Bug#12600).
3068         (resize_frame_windows, grow_mini_window, shrink_mini_window):
3069         Set windows_or_buffers_changed.
3071 2012-10-15  Daniel Colascione  <dancol@dancol.org>
3073         * dbusbind.c: Fix cygw32 build break when compiling with dbus
3074         enabled by undefining the symbol "interface", which the platform
3075         headers define to something incompatible.
3077 2012-10-14  Daniel Colascione  <dancol@dancol.org>
3079         * image.c (init_tiff_functions, init_imagemagick_functions)
3080         (init_svg_functions): Fix cygw32 build break by using these
3081         functions only when WINDOWSNT _and_ HAVE_NTGUI.
3083 2012-10-14  Jan Djärv  <jan.h.d@swipnet.se>
3085         * nsterm.m (ns_select): Count fd:s in writefs also (Bug#12422).
3087 2012-10-13  Jan Djärv  <jan.h.d@swipnet.se>
3089         * gtkutil.c (xg_set_widget_bg): Divide by 65535 (Bug#12612).
3091 2012-10-13  HANATAKA, Shinya  <bogytech@gmail.com>  (tiny change)
3093         * coding.c (detect_coding): Set coding->id before calling
3094         this->detector.
3096 2012-10-13  Andreas Schwab  <schwab@linux-m68k.org>
3098         * fileio.c: Formatting fixes.
3100 2012-10-13  Paul Eggert  <eggert@cs.ucla.edu>
3102         Fix some stat-related races.
3103         * fileio.c (Fwrite_region): Avoid race condition if a file is
3104         removed or renamed by some other process immediately after Emacs
3105         writes it but before Emacs stats it.  Do not assume that stat (or
3106         fstat) succeeds.
3107         * image.c (slurp_file): Resolve the file name with fopen + fstat
3108         rather than stat + fopen.
3109         (pbm_read_file) [0]: Remove unused code with stat race.
3110         * process.c (allocate_pty) [HAVE_PTYS && !PTY_ITERATION && !PTY_OPEN]:
3111         Remove ineffective code with stat race.
3113 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3115         * doc.c (get_doc_string): Don't signal an error if the file is missing.
3117 2012-10-12  Jan Djärv  <jan.h.d@swipnet.se>
3119         * nsterm.m (hold_event_q): New static variable.
3120         (EV_TRAILER, sendScrollEventAtLoc:fromEvent:): Call hold_event if
3121         ! q_event_ptr.
3122         (hold_event): New function.
3123         (ns_read_socket): If hold_event_q have events, store them and
3124         return (Bug#12384).
3125         (setPosition:portion:whole:): Send SIGIO to ourselves if apploopnr
3126         is zero (Bug#12384).
3128 2012-10-12  Juanma Barranquero  <lekktu@gmail.com>
3130         * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
3132 2012-10-12  Eli Zaretskii  <eliz@gnu.org>
3134         * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
3136         * fileio.c (check_existing): New function.
3137         (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
3138         instead of calling 'stat', when what's needed is to check whether
3139         a file exists.  This avoids expensive system calls on MS-Windows.
3140         (Bug#12587)
3142         * w32.c (init_environment): Call 'check_existing' instead of 'stat'.
3144         * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
3145         determine whether a file exists and is not a directory.
3147         * lisp.h (check_existing): Add prototype.
3149 2012-10-12  Jan Djärv  <jan.h.d@swipnet.se>
3151         * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.
3153 2012-10-12  Glenn Morris  <rgm@gnu.org>
3155         * buffer.c (Fset_buffer): Doc fix.  (Bug#12624)
3157 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3159         * buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
3161         * eval.c (Fautoload): Remember previous autoload status in load-history.
3163 2012-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3165         lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
3166         * lread.c (load_each_byte, new_backquote_flag, readchar)
3167         (read_filtered_event, lisp_file_lexically_bound_p)
3168         (safe_to_load_version, Fload, complete_filename_p, openp)
3169         (build_load_history, readevalloop, read_escape, read1)
3170         (string_to_number, read_vector, read_list):
3171         * macros.c (Fstart_kbd_macro):
3172         * marker.c (CONSIDER):
3173         * menu.c (parse_single_submenu, digest_single_submenu)
3174         (find_and_return_menu_selection, Fx_popup_menu):
3175         * minibuf.c (read_minibuf_noninteractive, read_minibuf)
3176         (Ftry_completion):
3177         * nsmenu.m (ns_update_menubar, runMenuAt:forFrame:keymaps:):
3178         (ns_menu_show):
3179         * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
3180         (xmenu_show, xdialog_show):
3181         Use bool for booleans.
3182         * lread.c (safe_to_load_version): Rename from safe_to_load_p,
3183         as it's not a predicate.  All uses changed.  Omit unnecessary
3184         buffer termination.
3186 2012-10-11  Dmitry Antipov  <dmantipov@yandex.ru>
3188         * editfns.c (save_excursion_save): Use nil if mark points to nowhere.
3189         (save_excursion_restore): Do not restore mark if it was not saved.
3191 2012-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3193         * marker.c (cached_modiff): EMACS_INT, not int.
3195         * w32select.c (waiting_for_input): Declare by including "keyboard.h"
3196         instead of having a wrong decl.
3197         * nsmenu.m (waiting_for_input): Remove wrong decl.
3199 2012-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3201         keyboard.c, keymap.c: Use bool for booleans.
3202         * dispnew.c (sit_for): Distinguish between 3-way display_option
3203         and boolean do_display.
3204         * keyboard.c (single_kboard, this_command_key_count_reset)
3205         (waiting_for_input, echoing, immediate_quit, input_pending)
3206         (interrupt_input, interrupts_deferred, pop_kboard)
3207         (temporarily_switch_to_single_kboard, ignore_mouse_drag_p)
3208         (command_loop_1, adjust_point_for_property)
3209         (safe_run_hooks_error, input_polling_used, read_char):
3210         (help_char_p, readable_events, kbd_buffer_events_waiting)
3211         (kbd_buffer_get_event, timer_check_2, make_lispy_event)
3212         (lucid_event_type_list_p, get_input_pending):
3213         (gobble_input, menu_separator_name_p, menu_bar_item)
3214         (parse_menu_item, parse_tool_bar_item, read_char_x_menu_prompt)
3215         (read_char_minibuf_menu_prompt, access_keymap_keyremap)
3216         (keyremap_step, test_undefined, read_key_sequence)
3217         (detect_input_pending, detect_input_pending_ignore_squeezables)
3218         (detect_input_pending_run_timers, requeued_events_pending_p)
3219         (quit_throw_to_read_char, Fset_input_interrupt_mode):
3220         * keymap.c (get_keymap, keymap_parent, keymap_memberp)
3221         (access_keymap_1, access_keymap, map_keymap, get_keyelt)
3222         (Fdefine_key, Flookup_key, struct accessible_keymaps_data)
3223         (accessible_keymaps_1, Fkey_description, push_key_description):
3224         (shadow_lookup, struct where_is_internal_data)
3225         (where_is_internal, Fwhere_is_internal, where_is_internal_1)
3226         (Fdescribe_buffer_bindings, describe_map_tree, struct describe_map_elt)
3227         (describe_map, describe_vector):
3228         * menu.c (single_menu_item):
3229         * nsmenu.m (ns_update_menubar):
3230         * process.c (wait_reading_process_output):
3231         * search.c (scan_buffer, scan_newline):
3232         Use bool for boolean.
3233         * keyboard.c (timers_run, swallow_events)
3234         (detect_input_pending_run_timers):
3235         * process.c (wait_reading_process_output):
3236         Use unsigned for counter where wraparound-on-overflow is desired,
3237         since unsigned is guaranteed to have that behavior and signed is not.
3238         (read_char): Use ptrdiff_t for string length.
3239         (get_input_pending): Remove first argument, since it was always
3240         the same pointer-to-int (now pointer-to-boolean) &input_pending,
3241         and behave as if it had that value.  Return new value of
3242         input_pending.  All callers changed.
3243         * keyboard.h (struct kboard): Use unsigned : 1 for boolean member
3244         immediate_echo.  Use ptrdiff_t for echo_after_prompt, since it's
3245         a string length.
3246         * keymap.c (push_key_description): Omit last arg, which was always 1.
3247         All callers changed.
3249         * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
3251 2012-10-10  Juanma Barranquero  <lekktu@gmail.com>
3253         * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
3254         ($(BLD)/term.$(O)): Update dependencies.
3256 2012-10-10  Dmitry Antipov  <dmantipov@yandex.ru>
3258         * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
3259         * lisp.h (enum pvec_type): Adjust comments and omit explicit
3260         initializer for PVEC_NORMAL_VECTOR.
3262 2012-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3264         Clean out old termopts cruft.
3265         * termopts.h (flow_control, meta_key): Remove unused decls.
3266         * dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
3267         Don't include termopts.h.
3269 2012-10-10  Dmitry Antipov  <dmantipov@yandex.ru>
3271         * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
3273 2012-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3275         * commands.h (immediate_quit): Remove duplicate decl.
3277 2012-10-09  Jan Djärv  <jan.h.d@swipnet.se>
3279         * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
3280         caching.
3281         (nsfont_open): Remove setting of Vfonts_in_cache.
3282         (syms_of_nsfont): Remove initialization of Vfonts_in_cache.
3284 2012-10-09  Eli Zaretskii  <eliz@gnu.org>
3286         * w32fns.c (w32_last_error): Change the return value to DWORD, to
3287         match what GetLastError returns.  Explain why the function is
3288         needed.
3290         * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
3291         'is_tooltip_frame', to avoid confusion with its global namesake.
3293 2012-10-08  Daniel Colascione  <dancol@dancol.org>
3295         * xdisp.c (start_hourglass): Call w32_note_current_window when
3296         HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
3297         build that caused Emacs to display the hourglass cursor forever.
3299         * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
3300         which is broken under remote desktop, calculate the number of
3301         colors available for a display based on the display's number of
3302         planes and number of bits per pixel per plane.  (bug#10397).
3304 2012-10-08  Jan Djärv  <jan.h.d@swipnet.se>
3306         * nsfont.m (Vfonts_in_cache): New variable.
3307         (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
3308         are used.  Add cached fonts to Vfonts_in_cache.
3309         (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
3311 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
3313         * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
3314         in nt/config.nt.
3315         (FONT_H): Define after FRAME_H.
3316         ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
3317         Update dependencies.
3319         * w32term.c: Remove leftover declaration of keyboard_codepage.
3321 2012-10-08  Eli Zaretskii  <eliz@gnu.org>
3323         * makefile.w32-in (FONT_H): Add $(FRAME_H).
3324         (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
3325         ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
3326         (GLOBAL_SOURCES): Add cygw32.c.
3327         ($(BLD)/unexw32.$(O)):
3328         ($(BLD)/w32.$(O)):
3329         ($(BLD)/w32console.$(O)):
3330         ($(BLD)/w32fns.$(O)):
3331         ($(BLD)/w32heap.$(O)):
3332         ($(BLD)/w32menu.$(O)):
3333         ($(BLD)/w32proc.$(O)): Add w32common.h.
3335         * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
3336         'const char *'.
3337         (x_to_w32_color): Don't modify the argument, modify a copy instead.
3339 2012-10-08  Daniel Colascione  <dancol@dancol.org>
3341         * w32term.h (WM_EMACS_BRINGTOTOP, WM_EMACS_INPUT_READY)
3342         (WM_EMACS_END): Change WM_EMACS_BRINGTOTOP from 22 to 21 to close
3343         accidental message numbering hole.  Change other messages to
3344         match.
3346         * w32select.h (HAVE_W32SELECT): Remove.
3348         * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include
3349         w32common.h instead of w32heap.h.
3351         * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size)
3352         (get_allocation_unit, get_processor_type, get_w32_major_version)
3353         (get_w32_minor_version, sysinfo_cache, osinfo_cache)
3354         (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
3355         (OS_NT, os_subtype, cache_system_info): Move declarations to
3356         w32common.
3358         * w32heap.c: Include w32common.h.
3359         (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version)
3360         (w32_minor_version, w32_build_number, w32_subtype):
3361         Remove duplicate definitions.
3363         * w32fns.c: Include w32common.h; include w32heap.h only in
3364         WINDOWSNT.
3366         (Fx_file_dialog): Clarify comment on GetOpenFileName structure.
3367         Use `report_file_error' instead of `error' in order to better
3368         inform users of what went wrong.  Increase NTGUI_UNICODE file
3369         dialog box file name length to 32k, the maximum allowed by the NT
3370         kernel.
3372         * w32common.h: New file.
3373         (ROUND_UP, ROUND_DOWN, get_page_size)
3374         (get_allocation_unit, get_processor_type, get_w32_major_version)
3375         (get_w32_minor_version, sysinfo_cache, osinfo_cache)
3376         (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
3377         (OS_NT, os_subtype, cache_system_info): Move here.
3379         * unexw32.c, unexcw.c: Include w32common.h.
3381         * emacs.c (main): Use (defined (WINDOWSNT) || defined
3382         HAVE_NTGUI) instead of removed HAVE_W32SELECT to decide whether
3383         to call syms_of_w32select.
3385         * cygw32.h: Remove obsolete EXFUN declarations.
3387         * cygw32.c (Qutf_16_le): Rename to Qutf_16le.
3389         * Makefile.in (SOME_MACHINE_OBJECTS): Reverse accidental removal
3390         of w32inevt.o from SOME_MACHINE_OBJECTS.
3392 2012-10-08  Daniel Colascione  <dancol@dancol.org>
3394         * image.c: Permanent fix for JPEG compilation issue --- limit
3395         jpeglib `boolean' redefinition to Cygwin builds.
3397 2012-10-08  Eli Zaretskii  <eliz@gnu.org>
3399         * image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
3401         * emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on
3402         Cygwin.
3404 2012-10-08  Daniel Colascione  <dancol@dancol.org>
3406         * xfaces.c, xdisp.c, window.c, w32xfns.c, w32term.h, w32term.c,
3407         w32select.h w32select.c, w32proc.c, w32menu.c, w32inevt.c,
3408         w32help.c, w32font.c, w32font.c, w32fns.c, w32console.c, w32.h,
3409         w32.c, unexw32.c, termhooks.h, process.c, menu.c, keyboard.h,
3410         keyboard.c, image.c, frame.h, frame.c, fontset.c, font.h, font.c,
3411         emacs.c, dispextern.h, cygw32.h, cygw32.c, conf_post.h,
3412         Makefile.in: use HAVE_NTGUI for W32 GUI and WINDOWSNT for the
3413         operating system.  defined(HAVE_NTGUI) && !defined(WINDOWSNT) is
3414         now a supported configuration.
3416         * Makefile.in: consolidate image variables into LIBIMAGE; add
3417         W32_OBJ and W32_LIBS.  Compile new files.
3419         * conf_post.h:
3420         (_DebPrint) declare tracing facility for W32 debugging.  We need
3421         to unify tracing later.
3423         (NTGUI_UNICODE) Define when compiling for Cygwin to allow the
3424         unconditional use of W32 Unicode functions.  Cygwin runs only on
3425         100% Unicode operating systems.
3427         * cygw32.c: New file.  Define Cygwin-specific facilities.
3428         (Fcygwin_convert_path_to_windows)
3429         (Fcygwin_convert_path_from_windows): New user functions for
3430         accessing Cygwin path-munging routines.
3432         * cygw32.h: New file.
3433         (WCSDATA, to_unicode, from_unicode): Define facilities for storing
3434         UTF-16LE strings temporarily inside non-Lisp-visible string
3435         objects.
3437         (w32_strerror): Just what it says on the tin.
3439         * emacs.c: Make the NS fork-then-exec code for daemon-launching
3440         also run for Cygwin; both systems have the same problem with using
3441         GUI facilities in a forked child.  Also call syms_of_cygw32,
3442         syms_of_w32select in correct places.
3444         (DAEMON_MUST_EXEC): new macro defined to signal that a platform
3445         needs fork-then-exec for daemon launching.
3447         * font.h: Include frame.h.
3449         * image.c: Use the image library cache machinery only when we're
3450         compiling for native WINDOWSNT; Cygwin can use shared libraries
3451         like any other Unixlike system.
3453         * keyboard.c: Clarify a comment regarding the input loop.
3455         * menu.c: When NTGUI_UNICODE is defined, use Unicode menu
3456         functions directly instead of trying to detect at runtime that our
3457         host operating system supports them.  We make this change for two
3458         reasons: Cygwin lacks support for the multibyte character
3459         conversion functions used by the legacy menu code, and Cygwin
3460         never needs to rely on non-Unicode APIs.
3462         * unexw32.c (hinst): Declare extern.
3464         * w32.c: Change header order;
3465         (w32_strerror): Move to w32fns.c because we need it for
3466         non-WINDOWSNT builds.
3468         * w32.h: Add #error macro to make sure we don't include w32.h for
3469         Cygwin builds.  Remove w32select declarations.
3471         * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to
3472         w32fns.c.  w32console.c is WINDOWSNT-only.
3474         * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more
3475         NTGUI_UNICODE tweaks.  (See above.) Change _snprintf to the more
3476         POSIXy alternative.
3477         (faked_key, sysinfo_cache, osinfo_cahce, syspage_mask)
3478         (w32_major_version, w32_minor_version, w32_build_number)
3479         (os_subtype, sound_type): Define here
3480         (w32_defined_color): Make color parameter const for consistency
3481         with other _defined_color functions.
3482         (w32_createwindow): Unconditionally call w32_init_class instead of
3483         doing so only when hprevinst is non-NULL.  Plumbing hprevinst
3484         through the code is complex and unnecessary because class
3485         registration is practically free.
3486         (w32_name_of_message): New EMACSDEBUG-only function.
3487         (Fset_message_beep): Move here
3488         (Fx_open_connection): Require that the display name for Windows be
3489         "w32" for consistency, emacsclient disambiguation, and maybe, one
3490         day, multi-window-system support.
3491         (file_dialog_callback): NTGUI_UNICODE changes; encode and decode
3492         Cygwin files for W32 GUI facilities, since these clearly don't
3493         expect Cygwin names.
3494         (_DebPrint): Define.
3495         (w32_strerror, w32_console_toggle_lock_key, w32_kbd_mods_to_emacs)
3496         (w32_kbd_patch_key, w32_sys_ring_bell): Move here.
3497         (Ssystem_move_file_to_trash): Define only for native WINDOWSNT.
3498         (w32_last_error): Remove.
3500         * w32font.c: Define _strlwr to strlwr for non-WINDOWSNT builds.
3502         * w32heap.c (syspage_mask): Declare here.
3503         (cache_system_info): Remove.
3505         * w32inevt.c (faked_key): Define globally, not statically.
3506         (w32_kbd_mods_to_emacs, w32_kbd_patch_key, faked_key)
3507         (w32_console_toggle_lock_key): Move to w32fns.c.
3509         * w32menu.c: Include setjmp.h.  NTGUI_UNICODE changes throughout.
3511         * w32proc.c (_DebPrint): Move to w32fns.c.
3512         * w32select.c: Include string.h, stdio.h for Cygwin.
3513         * w32select.h: New File.
3515         * w32term.c: Include io.h for non-CYGWIN builds; needed for
3516         get_osfhandle.
3517         (w32_message_fd): New variable.  Under Cygwin, holds the file
3518         descriptor the system used to tell us about pending thread
3519         messages.
3521         (w32_init_term): Remove incorrect calls to fcntl and init_sigio
3522         that prevented compilation under non-WINDOWSNT systems.
3524         (w32_initialize): Open /dev/windows and assign it to
3525         w32_message_fd.  Provide w32 feature.
3527         * w32term.h: Include frame.h, atimer.h.  Declare various frame functions.
3528         (WM_EMACS_INPUT_READY): add.
3529         (prepend_msg, w32_message_fd): Declare globally.
3531         * w32xfns.c:
3532         (keyboard_handle): Use only when WINDOWSNT.
3533         (notify_msg_ready): New function.  Posts a message to the main
3534         thread's message queue under CYGWIN, which wakes up the main
3535         thread from select(2) by making the /dev/windows file descriptor
3536         ready.  Under WINDOWSNT, it sets an event the same way the old
3537         code did.
3539         (post, prepend_msg): Actually call notify_msg_ready instead of
3540         setting the input event directly.
3542 2012-10-07  Eli Zaretskii  <eliz@gnu.org>
3544         * ralloc.c (relinquish): If a heap is ready to be relinquished,
3545         but it still has blocs in it, don't return it to the system,
3546         instead of aborting.  (Bug#12402)
3548 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
3550         * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).
3552         * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of
3553         MAC_OS_X_VERSION_10_6.
3554         (syms_of_nsterm): Remove comment about Panther and above for
3555         ns-antialias-text.
3556         * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
3557         (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
3558         (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
3560         * nsselect.m (ns_string_from_pasteboard): Remove check for >=
3561         MAC_OS_X_VERSION_10_4.
3563         * nsmenu.m (fillWithWidgetValue:): Remove code for <
3564         MAC_OS_X_VERSION_10_2.
3566         * nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.
3568         * nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
3569         (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.
3571         * nsterm.m (ns_in_resize): Remove (Bug#12479).
3572         (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
3573         (ns_clear_frame, sendEvent, windowDidResize, drawRect:):
3574         Remove ns_in_resize check.
3575         (ns_clear_frame_area): Remove resize handle code.
3577         * nsfns.m (ns_in_resize): Remove.
3578         (x_set_icon_name, ns_set_name, ns_set_name_as_filename):
3579         Remove ns_in_resize check.
3581 2012-10-07  Paul Eggert  <eggert@cs.ucla.edu>
3583         Improve sys_siglist detection.
3584         * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
3585         defined as a macro, as is done in Solaris.
3586         (sys_siglist_entries): New macro.
3587         (save_strsignal): Use it.
3588         * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
3589         GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
3591 2012-10-06  Jan Djärv  <jan.h.d@swipnet.se>
3593         * nsfns.m (Fx_create_frame): Call x_default_parameter with
3594         fullscreen/Fullscreen.
3596         * nsterm.h (EmacsView): Rename tbar_height to tibar_height.
3597         tobar_height is new.
3599         * nsterm.m (x_make_frame_visible): Check for fullscreen.
3600         (ns_fullscreen_hook): Activate old style fullscreen with a timer.
3601         (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
3602         (windowDidResize:): Check for correct window if old style fullscreen.
3603         Capitalize word in comment.  Remove incorrect comment.
3604         (initFrameFromEmacs:): tbar_height renamed tibar_height.
3605         (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
3606         error in drawing background.
3607         (toggleFullScreen:): Remove comment.  Rearrange calls.
3608         Set toolbar values to zero, save old height in tobar_height.
3609         Restore tool bar height when leaving fullscreen.
3610         (canBecomeMainWindow): New function.
3612 2012-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3614         * keyboard.c (read_char): Remove unnecessary 'volatile's and label.
3616 2012-10-05  Eli Zaretskii  <eliz@gnu.org>
3618         * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
3620         * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
3621         that time stamps of directories could also be changed.
3622         Don't request the too broad GENERIC_WRITE, only the more restrictive
3623         FILE_WRITE_ATTRIBUTES access rights.
3625         * fileio.c (Fset_file_times): Special-case ignoring errors for
3626         directories only on MSDOS, not on MS-Windows.
3628 2012-10-05  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
3630         * minibuf.c (Fcompleting_read): Doc fix.  (Bug#12555)
3632 2012-10-04  Eli Zaretskii  <eliz@gnu.org>
3634         * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
3635         see whether CreateFile failed.
3637 2012-10-04  Paul Eggert  <eggert@cs.ucla.edu>
3639         * profiler.c (handle_profiler_signal): Inhibit pending signals too,
3640         to avoid similar races.
3641         * keyboard.c (pending_signals): Now bool, not int.
3643         Port timers to OpenBSD, plus check for timer failures.
3644         OpenBSD problem reported by Han Boetes.
3645         * profiler.c (setup_cpu_timer): Check for failure of timer_settime
3646         and/or setitimer.
3647         (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
3648         * syssignal.h (HAVE_ITIMERSPEC): New macro.  This is for platforms
3649         like OpenBSD, which has timer_settime but does not declare it.
3650         OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
3651         whether to use itimerspec-related primitives.  All uses of
3652         HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
3654 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
3656         * profiler.c (handle_profiler_signal): Fix a malloc race
3657         that caused Emacs to hang on Fedora 17 when profiling Lisp.
3659 2012-10-02  Jan Djärv  <jan.h.d@swipnet.se>
3661         * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
3663 2012-10-02  Eli Zaretskii  <eliz@gnu.org>
3665         * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
3666         consistent with the change in return value of 'safe_strsignal'.
3668 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
3670         Prefer plain 'static' to 'static inline' (Bug#12541).
3671         * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
3672         (bidi_set_sor_type, bidi_push_embedding_level)
3673         (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
3674         (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
3675         (bidi_cache_search, bidi_cache_ensure_space)
3676         (bidi_cache_iterator_state, bidi_cache_find)
3677         (bidi_peek_at_next_level, bidi_set_paragraph_end)
3678         (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
3679         (bidi_explicit_dir_char, bidi_resolve_neutral_1):
3680         Now 'static', not 'static inline'.
3682         Count overruns when profiling; change units to ns.
3683         * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
3684         Give extra weight to samples after overruns, to attempt to count
3685         the time more accurately.
3686         (setup_cpu_timer): Change sampling interval units from ms to ns, since
3687         the underlying primitives nominally do ns.
3688         (Fprofiler_cpu_start): Document the change.  Mention that
3689         the sampling intervals are only approximate.
3691 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3693         * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
3695         * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
3696         case for the special 0 coding-system.
3698         * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
3699         (Fmake_overlay): Remove redundant tests.
3700         (fix_start_end_in_overlays): Remove redundant recentering.
3702 2012-10-02  Juanma Barranquero  <lekktu@gmail.com>
3704         * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
3705         Update dependencies.
3707 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
3709         Fix a malloc race condition involving strsignal.
3710         A signal can arrive in the middle of a malloc, and Emacs's signal
3711         handler can invoke strsignal, which can invoke malloc, which is
3712         not portable.  This race condition bug makes Emacs hang on GNU/Linux.
3713         Fix it by altering the signal handler so that it does not invoke
3714         strsignal.
3715         * emacs.c (shut_down_emacs): Use safe_strsignal, not strsignal.
3716         * process.c (status_message): Use const pointer, in case strsignal
3717         is #defined to safe_strsignal.
3718         * sysdep.c (sys_siglist, init_signals): Always define and
3719         initialize a substitute sys_siglist if the system does not define
3720         one, even if HAVE_STRSIGNAL.
3721         (safe_strsignal): Rename from strsignal.  Always define,
3722         using sys_siglist.  Return a const pointer.
3723         * syssignal.h (safe_strsignal): New decl.
3724         (strsignal) [!HAVE_STRSIGNAL]: Define in terms of safe_strsignal.
3726 2012-10-01  Eli Zaretskii  <eliz@gnu.org>
3728         * w32proc.c (timer_loop): Fix code that waits for timer
3729         expiration, to avoid high CPU usage.
3731 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3733         * fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
3734         (sweep_weak_table): Remove redundant prototypes.
3736 2012-10-01  Fabrice Popineau  <fabrice.popineau@gmail.com>
3738         * emacs.c: Move the inclusion of TERM_HEADER after including
3739         windows.h on WINDOWSNT.  This avoids compilation problems with
3740         MSVC.
3742 2012-10-01  Eli Zaretskii  <eliz@gnu.org>
3744         * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET)
3745         (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses.
3746         (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *',
3747         as the previous version used 'void *'.
3749         * ralloc.c (ROUNDUP): Fix last change.
3750         (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type
3751         'size_t'.
3753         * w32proc.c <disable_itimers>: New static flag.
3754         (init_timers): Initialize it to zero, after creating the critical
3755         sections used by the timer threads.
3756         (term_timers): Set to 1 before deleting the critical sections.
3757         (getitimer, setitimer): If disable_itimers is non-zero, return an
3758         error indication without doing anything.  Reported by Fabrice
3759         Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
3760         (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
3761         return results.
3762         [!HAVE_SETITIMER]: Behave as the previous version that didn't
3763         support timers.
3765         * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
3766         term_ntproc after all the other bookkeeping, to get timers working
3767         as long as possible.
3769 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
3771         * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
3772         Suggested by Juri Linkov in
3773         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
3775         Prefer plain 'static' to 'static inline' (Bug#12541).
3776         With static functions, modern compilers inline pretty well by
3777         themselves; advice from programmers often hurts as much as it helps.
3778         On my host (x86-64, Fedora 17, GCC 4.7.2, default 'configure'),
3779         this change shrinks the text size of the Emacs executable by 1.1%
3780         without affecting CPU significantly in my benchmark.
3781         * alloc.c (mem_find, live_string_p, live_cons_p, live_symbol_p)
3782         (live_float_p, live_misc_p, live_vector_p, live_buffer_p)
3783         (mark_maybe_object, mark_maybe_pointer, bounded_number):
3784         * buffer.c (bset_abbrev_mode, bset_abbrev_table)
3785         (bset_auto_fill_function, bset_auto_save_file_format)
3786         (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
3787         (bset_bidi_display_reordering, bset_buffer_file_coding_system)
3788         (bset_cache_long_line_scans, bset_case_fold_search)
3789         (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
3790         (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
3791         (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
3792         (bset_fringe_indicator_alist, bset_fringes_outside_margins)
3793         (bset_header_line_format, bset_indicate_buffer_boundaries)
3794         (bset_indicate_empty_lines, bset_invisibility_spec)
3795         (bset_left_fringe_width, bset_major_mode, bset_mark)
3796         (bset_minor_modes, bset_mode_line_format, bset_mode_name)
3797         (bset_name, bset_overwrite_mode, bset_pt_marker)
3798         (bset_right_fringe_width, bset_save_length)
3799         (bset_scroll_bar_width, bset_scroll_down_aggressively)
3800         (bset_scroll_up_aggressively, bset_selective_display)
3801         (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
3802         (bset_word_wrap, bset_zv_marker, set_buffer_overlays_before)
3803         (set_buffer_overlays_after):
3804         * category.c (bset_category_table):
3805         * charset.c (read_hex):
3806         * coding.c (produce_composition, produce_charset)
3807         (handle_composition_annotation, handle_charset_annotation)
3808         (char_encodable_p):
3809         * dispnew.c (swap_glyph_pointers, copy_row_except_pointers)
3810         (assign_row, set_frame_matrix_frame, make_current)
3811         (add_row_entry):
3812         * eval.c (set_specpdl_symbol, set_specpdl_old_value):
3813         * fns.c (maybe_resize_hash_table):
3814         * frame.c (fset_buffer_predicate, fset_minibuffer_window):
3815         * gmalloc.c (register_heapinfo):
3816         * image.c (lookup_image_type):
3817         * intervals.c (set_interval_object, set_interval_left)
3818         (set_interval_right, copy_interval_parent, rotate_right)
3819         (rotate_left, balance_possible_root_interval):
3820         * keyboard.c (kset_echo_string, kset_kbd_queue)
3821         (kset_keyboard_translate_table, kset_last_prefix_arg)
3822         (kset_last_repeatable_command, kset_local_function_key_map)
3823         (kset_overriding_terminal_local_map, kset_real_last_command)
3824         (kset_system_key_syms, clear_event, set_prop):
3825         * lread.c (digit_to_number):
3826         * marker.c (attach_marker, live_buffer, set_marker_internal):
3827         * nsterm.m (ns_compute_glyph_string_overhangs):
3828         * process.c (pset_buffer, pset_command)
3829         (pset_decode_coding_system, pset_decoding_buf)
3830         (pset_encode_coding_system, pset_encoding_buf, pset_filter)
3831         (pset_log, pset_mark, pset_name, pset_plist, pset_sentinel)
3832         (pset_status, pset_tty_name, pset_type, pset_write_queue):
3833         * syntax.c (bset_syntax_table, dec_bytepos):
3834         * terminal.c (tset_param_alist):
3835         * textprop.c (interval_has_some_properties)
3836         (interval_has_some_properties_list):
3837         * window.c (wset_combination_limit, wset_dedicated)
3838         (wset_display_table, wset_hchild, wset_left_fringe_width)
3839         (wset_left_margin_cols, wset_new_normal, wset_new_total)
3840         (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
3841         (wset_right_fringe_width, wset_right_margin_cols)
3842         (wset_scroll_bar_width, wset_start, wset_temslot, wset_vchild)
3843         (wset_vertical_scroll_bar_type, wset_window_parameters):
3844         * xdisp.c (wset_base_line_number, wset_base_line_pos)
3845         (wset_column_number_displayed, wset_region_showing)
3846         (window_box_edges, run_window_scroll_functions)
3847         (append_glyph_string_lists, prepend_glyph_string_lists)
3848         (append_glyph_string, set_glyph_string_background_width)
3849         (append_glyph, append_composite_glyph)
3850         (take_vertical_position_into_account):
3851         * xfaces.c (x_create_gc, x_free_gc, merge_face_vectors)
3852         (face_attr_equal_p, lface_equal_p, hash_string_case_insensitive)
3853         (lface_hash, lface_same_font_attributes_p, lookup_face):
3854         * xml.c (libxml2_loaded_p):
3855         * xterm.c (x_set_mode_line_face_gc, x_set_glyph_string_gc)
3856         (x_set_glyph_string_clipping, x_clear_glyph_string_rect):
3857         Now 'static', not 'static inline'.
3859         * bidi.c: Tune.
3860         (bidi_copy_it): Do the whole copy with a single memcpy.
3861         (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
3863         Revert the FOLLOW-SYMLINKS change for file-attributes.
3864         Doing it right would require several changes to Tramp, and there's
3865         not enough time to get that tested before the freeze today.
3866         * dired.c (directory_files_internal, Ffile_attributes):
3867         Undo last change.
3869         * frame.c (x_report_frame_params): Port better to wider ints.
3870         Do not assume that EMACS_UINT is the same width as uprintmax_t,
3871         or that pointers can be printed in 15 decimal digits.
3872         Avoid GCC warnings if EMACS_UINT is wider than a pointer.
3874 2012-09-30  Fabrice Popineau  <fabrice.popineau@supelec.fr>
3876         Support x64 build on MS-Windows.
3877         * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64.
3878         (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for
3879         compatibility with x64.
3880         (x_get_focus_frame): Add prototype.
3882         * w32term.c (w32_draw_underwave): Don't use GCC extensions for
3883         defining an XRectangle structure.
3885         * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
3886         arithmetics for compatibility with x64.
3888         * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
3889         compatibility with x64.
3891         * w32heap.h: Adjust prototypes and declarations.
3893         * w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap)
3894         (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of
3895         DWORD, long, and unsigned long, for compatibility with x64.
3896         (allocate_heap) [_WIN64]: Reserve 32GB of memory.
3897         (sbrk): Argument is now of type ptrdiff_t.
3899         * w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being
3900         less than 0x0500.
3901         (w32_msg_pump): Use WPARAM type for 'result'.
3903         * w32.c (init_environment, get_emacs_configuration): Support AMD64
3904         architecture.
3905         (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for
3906         compatibility with x64.
3908         * vm-limit.c (lim_data): Now size_t.
3909         (check_memory_limits): Adjust prototypes of real_morecore and
3910         __morecore to receive argument of type ptrdiff_t.  Use size_t for
3911         five_percent and data_size.
3913         * unexw32.c: Use DWORD_PTR instead of DWORD for file-scope
3914         variables, for compatibility with x64.
3915         (rva_to_section, offset_to_section, relocate_offset)
3916         (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET)
3917         (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info)
3918         (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD
3919         for compatibility with x64.
3921         * sysdep.c (STDERR_FILENO): Define if not already defined.
3923         * ralloc.c (real_morecore): Argument type is now ptrdiff_t.
3924         (__morecore): Argument type is now ptrdiff_t.
3925         (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'.
3926         (relinquish): Use ptrdiff_t type for 'excess'.
3927         (r_alloc_sbrk): Argument type is now ptrdiff_t.
3929         * makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE.
3930         (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE)
3931         instead of a literal number.
3933         * gmalloc.c [WINDOWSNT]: Include w32heap.h.
3934         (min): Define only if not already defined.
3936         * frame.c (x_report_frame_params): Use EMACS_UINT for the return
3937         value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows
3938         hosts.
3940         * image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since
3941         'bitmaps' is a pointer.
3943         * dispextern.h (x_bitmap_pixmap): Adjust prototype.
3945         * alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__.
3947 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
3949         file-attributes has a new optional arg FOLLOW-SYMLINKS.
3950         * dired.c (directory_files_internal, Ffile_attributes):
3951         New arg follow_symlinks.  All uses changed.
3953 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3955         * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.
3957 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
3959         Support atimers and CPU profiler via profile.c on MS-Windows.
3960         * w32proc.c (sig_mask, crit_sig): New static variables.
3961         (sys_signal): Support SIGALRM and SIGPROF.
3962         (sigemptyset, sigaddset, sigfillset, sigprocmask)
3963         (pthread_sigmask, setpgrp): Move here from w32.c.  sigaddset,
3964         sigfillset, and sigprocmask are no longer no-ops.
3965         (sigismember): New function.
3966         (struct itimer_data): New definition.
3967         (ticks_now, real_itimer, prof_itimer, clocks_min, crit_real)
3968         (crit_prof): New static variables.
3969         (MAX_SINGLE_SLEEP): New definition.
3970         (timer_loop, stop_timer_thread, term_timers, init_timers)
3971         (start_timer_thread, getitimer, setitimer): New functions.
3972         (alarm): No longer a no-op, calls setitimer.
3974         * w32.c (term_ntproc): Call term_timers.
3975         (init_ntproc): Make sure all signals are unblocked at startup, to
3976         erase any traces of dumping.  Call init_timers.
3978         * w32fns.c (hourglass_timer, HOURGLASS_ID): Remove.
3979         Windows-specific code to display the hourglass mouse pointer is no
3980         longer used.
3981         (w32_wnd_proc): Remove code that handled the WM_TIMER message due
3982         to hourglass timer expiration.
3983         (start_hourglass, cancel_hourglass, DEFAULT_HOURGLASS_DELAY):
3984         Remove, no longer used.
3985         (w32_note_current_window, show_hourglass, hide_hourglass):
3986         New functions, in support of hourglass cursor display similar to other
3987         window systems.
3988         (syms_of_w32fns): Don't initialize hourglass_timer.
3990         * xdisp.c (start_hourglass, cancel_hourglass): Now used on
3991         WINDOWSNT as well.
3992         (start_hourglass) [WINDOWSNT]: Call w32_note_current_window.
3994         * w32.h (init_timers, term_timers): Add prototypes.
3996 2012-09-30  Kenichi Handa  <handa@gnu.org>
3998         * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention
3999         to the buffer relocation which may be caused by ccl_driver.
4001 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
4003         * xfns.c (Fx_file_dialog): Update comment.
4005         * w32fns.c (Fx_file_dialog): Update comment.
4007         * nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
4008         Initialize panel name field if OSX >= 10.6.
4010         * fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.
4012         * nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.
4014         * nsterm.m (NEW_STYLE_FS): New define.
4015         (ns_fullscreen_hook, windowWillEnterFullScreen)
4016         (windowDidEnterFullScreen, windowWillExitFullScreen)
4017         (windowDidExitFullScreen, toggleFullScreen, handleFS)
4018         (setFSValue): New functions.
4019         (EmacsFSWindow): New implementation.
4020         (canBecomeKeyWindow): New function for EmacsFSWindow.
4021         (ns_create_terminal): Set fullscreen_hook to ns_fullscreen_hook.
4022         (dealloc): Release nonfs_window if in fullscreen.
4023         (updateFrameSize:): Call windowDidMove to update top/left.
4024         (windowWillResize:toSize:): Check if frame is still maximized.
4025         (initFrameFromEmacs:): Initialize fs_state, fs_before_fs,
4026         next_maximized, maximized_width, maximized_height and nonfs_window.
4027         Call setCollectionBehavior if NEW_STYLE_FS.  Initialize bwidth and
4028         tbar_height.
4029         (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
4030         fullscreen.  Set maximized_width/height.  Act on next_maximized.
4032         * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
4033         (EmacsView): Add variables for fullscreen.
4034         (handleFS, setFSValue, toggleFullScreen): New in EmacsView.
4035         (EmacsFSWindow): New interface for fullscreen.
4037 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
4039         * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4041 2012-09-30  Chong Yidong  <cyd@gnu.org>
4043         * fns.c (Frandom): Doc fix.
4045 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
4047         * window.c (Vwindow_combination_limit): New default value.
4048         (Qwindow_size): New symbol replacing Qtemp_buffer_resize.
4050 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
4052         * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.
4053         Suggested by Eli Zaretskii in
4054         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00811.html>.
4056 2012-09-30  Eli Zaretskii  <eliz@gnu.org>
4058         * profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
4059         HAVE_TIMER_SETTIME is defined.
4061 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
4063         Profiler improvements: more-accurate timers, overflow checks.
4064         * profiler.c: Don't include stdio.h, limits.h, sys/time.h,
4065         signal.h, setjmp.h.  Include systime.h instead.
4066         (saturated_add): New function.
4067         (record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
4068         (record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
4069         (profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
4070         New static vars.
4071         (enum profiler_cpu_running): New enum.
4072         (profiler_cpu_running): Now of that enum type, not bool.
4073         All uses changed to store the new value.
4074         (handle_profiler_signal): Rename from sigprof_handler_1,
4075         for consistency with other handlers.  Do not check whether
4076         cpu_log is a hash-table if garbage collecting, since it
4077         doesn't matter in that case.
4078         (deliver_profiler_signal): Rename from sigprof_handler,
4079         for consistency with other handlers.
4080         (setup_cpu_timer): New function, with much of what used to be in
4081         Fprofiler_cpu_start.  Check for out-of-range argument.
4082         Prefer timer_settime if available, and prefer
4083         thread cputime clocks, then process cputime clocks, then
4084         monotonic clocks, to the old realtime clock.  Use make_timeval
4085         to round more-correctly when falling back to setitimer.
4086         (Fprofiler_cpu_start): Use it.
4087         (Fprofiler_cpu_stop): Prefer timer_settime if available.
4088         Don't assume that passing NULL as the 2nd argument of setitimer
4089         is the same as passing a pointer to all-zero storage.
4090         Ignore SIGPROF afterwards.
4091         (malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
4092         * sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
4093         non-fatal signal handlers.  Ignore SIGPROF on startup.
4094         * syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
4095         in profiler.c, since sysdep.c now uses it.
4097         * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
4098         Suggested by Eli Zaretskii in
4099         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
4101 2012-09-29  Juanma Barranquero  <lekktu@gmail.com>
4103         * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4105 2012-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4107         * lisp.h (struct backtrace): Remove indirection for `function' field.
4108         * xdisp.c (redisplay_internal):
4109         * profiler.c (record_backtrace, sigprof_handler_1):
4110         * alloc.c (Fgarbage_collect):
4111         * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
4112         (Fbacktrace_frame): Adjust accordingly.
4114 2012-09-28  Glenn Morris  <rgm@gnu.org>
4116         * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
4117         (Frun_hook_with_args_until_failure): Doc fixes.
4119 2012-09-28  Eli Zaretskii  <eliz@gnu.org>
4121         * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
4122         Qautomatic_redisplay and change the symbol name.  All users changed.
4124 2012-09-28  Tomohiro Matsuyama  <tomo@cx4a.org>
4126         * profiler.c (sigprof_handler): Fix race condition.
4128 2012-09-28  Glenn Morris  <rgm@gnu.org>
4130         * lread.c (lisp_file_lexically_bound_p): Handle #! lines.  (Bug#12528)
4132 2012-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4134         Check more robustly for timer_settime.
4135         * Makefile.in (LIB_TIMER_TIME): New macro.
4136         (LIBES): Add it.
4137         * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
4138         Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
4139         call timer_settime.
4141 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
4143         * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
4145 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
4147         * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4149 2012-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4151         * character.h (MAYBE_UNIFY_CHAR): Remove.
4152         * charset.c, charset.h (maybe_unify_char): Now static.
4153         * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
4154         Since this stuff is now private to charset.c, there's no need for
4155         a public macro and no need to inline by hand.
4157 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
4158             Stefan Monnier  <monnier@iro.umontreal.ca>
4159             Juanma Barranquero  <lekktu@gmail.com>
4161         * profiler.c: New file.
4162         * Makefile.in (base_obj): Add profiler.o.
4163         * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
4164         ($(BLD)/profiler.$(O)): New target.
4165         * emacs.c (main): Call syms_of_profiler.
4166         * alloc.c (Qautomatic_gc): New constant.
4167         (MALLOC_PROBE): New macro.
4168         (xmalloc, xzalloc, xrealloc, lisp_malloc, lisp_align_malloc): Use it.
4169         (total_bytes_of_live_objects): New function.
4170         (Fgarbage_collect): Use it.  Record itself in backtrace_list.
4171         Call malloc_probe for the memory profiler.
4172         (syms_of_alloc): Define Qautomatic_gc.
4173         * eval.c (eval_sub, Ffuncall): Reorder assignments to avoid
4174         race condition.
4175         (struct backtrace): Move definition...
4176         * lisp.h (struct backtrace): ..here.
4177         (Qautomatic_gc, profiler_memory_running): Declare vars.
4178         (malloc_probe, syms_of_profiler): Declare functions.
4179         * xdisp.c (Qautomatic_redisplay): New constant.
4180         (redisplay_internal): Record itself in backtrace_list.
4181         (syms_of_xdisp): Define Qautomatic_redisplay.
4183 2012-09-25  Eli Zaretskii  <eliz@gnu.org>
4184 2012-09-25  Juanma Barranquero  <lekktu@gmail.com>
4186         * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
4188 2012-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4190         Prefer POSIX timers if available.
4191         They avoid a race if the timer is too close to the current time.
4192         * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
4193         (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
4194         (init_atimer) [SIGEV_SIGNAL]: Initialize them.
4196 2012-09-25  Eli Zaretskii  <eliz@gnu.org>
4198         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
4199         CHAR_STRING_ADVANCE.
4200         (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
4201         STRING_CHAR_ADVANCE.
4203 2012-09-25  Juanma Barranquero  <lekktu@gmail.com>
4205         Move Vlibrary_cache to emacs.c and reset before dumping.
4207         * lisp.h (reset_image_types): Declare.
4208         [WINDOWSNT] (Vlibrary_cache): Declare.
4210         * image.c (reset_image_types): New function.
4212         * emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
4213         (syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
4214         (Fdump_emacs): Reset Vlibrary_cache and image_types.
4216         * w32.c (Vlibrary_cache): Do not define; moved to emacs.c
4217         (globals_of_w32) <Vlibrary_cache>: Do not initialize.
4219         * w32.h (Vlibrary_cache): Do not declare.
4221 2012-09-25  Eli Zaretskii  <eliz@gnu.org>
4223         * w32proc.c (sys_signal): Handle all signals defined by the
4224         MS-Windows runtime, not just SIGCHLD.  Actually install the signal
4225         handlers for signals supported by Windows.  Don't override
4226         term_ntproc as the handler for SIGABRT.
4227         (sigaction): Rewrite to call sys_signal instead of duplicating its
4228         code.
4229         (sys_kill): Improve commentary.
4231         * w32.c (term_ntproc): Accept (and ignore) one argument, for
4232         consistency with a signature of a signal handler.  All callers
4233         changed.
4234         (init_ntproc): Accept an argument DUMPING.  If dumping, don't
4235         install term_ntproc as a signal handler for SIGABRT, as that
4236         should be done by the dumped Emacs.
4238         * w32.h (init_ntproc, term_ntproc): Adjust prototypes.
4240         * w32select.c (term_w32select): Protect against repeated
4241         invocation by setting clipboard_owner to NULL after calling
4242         DestroyWindow.
4244         * emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
4245         and term_ntproc to their modified signatures.
4247         * character.c (char_string, string_char): Remove calls to
4248         MAYBE_UNIFY_CHAR.  See the discussion starting at
4249         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
4250         for the details.
4252 2012-09-25  Chong Yidong  <cyd@gnu.org>
4254         * xdisp.c (mode_line_inverse_video): Delete obsolete variable.
4256 2012-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4258         * bytecode.c (exec_byte_code): Signal an error instead of aborting,
4259         when encountering an unknown bytecode.
4261 2012-09-24  Paul Eggert  <eggert@cs.ucla.edu>
4263         image.c, indent.c: Use bool for booleans.
4264         * dispextern.h (struct image_type): Members valid_p, load, init
4265         now return bool, not int.  All uses changed.
4266         * image.c: Omit unnecessary static decls.
4267         (x_create_bitmap_mask, x_build_heuristic_mask):
4268         Return void, not int, since callers don't care about the return value.
4269         (x_create_bitmap_mask, define_image_type, valid_image_p)
4270         (struct image_keyword, parse_image_spec, image_spec_value)
4271         (check_image_size, image_background)
4272         (image_background_transparent, x_clear_image_1)
4273         (postprocess_image, lookup_image, x_check_image_size)
4274         (x_create_x_image_and_pixmap, xbm_image_p)
4275         (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
4276         (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
4277         (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
4278         (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
4279         (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
4280         (png_image_p, init_png_functions, png_load_body, png_load)
4281         (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
4282         (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
4283         (init_gif_functions, gif_load, imagemagick_image_p)
4284         (imagemagick_load_image, imagemagick_load, svg_image_p)
4285         (init_svg_functions, svg_load, svg_load_image, gs_image_p)
4286         (gs_load):
4287         * nsimage.m (ns_load_image):
4288         * nsterm.m (ns_defined_color):
4289         * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
4290         * xfns.c (x_defined_color):
4291         * xterm.c (x_alloc_lighter_color_for_widget)
4292         (x_alloc_nearest_color_1, x_alloc_nearest_color)
4293         (x_alloc_lighter_color):
4294         * indent.c (disptab_matches_widthtab, current_column)
4295         (scan_for_column, string_display_width, indented_beyond_p)
4296         (compute_motion, vmotion, Fvertical_motion):
4297         Use bool for booleans.
4299 2012-09-24  Chong Yidong  <cyd@gnu.org>
4301         * chartab.c (Fset_char_table_default): Obsolete function removed.
4303 2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
4305         Move pid_t related decls out of lisp.h.
4306         * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
4307         (interruptible_wait_for_termination):
4308         Move these decls from lisp.h to syswait.h, since they use pid_t.
4309         Needed on FreeBSD; see Herbert J. Skuhra in
4310         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
4311         * callproc.c: Include syswait.h.
4313         gnutls.c, gtkutil.c: Use bool for boolean.
4314         * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
4315         (emacs_gnutls_handle_error):
4316         * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
4317         (xg_hide_tooltip, xg_create_frame_widgets)
4318         (create_dialog, xg_uses_old_file_dialog)
4319         (xg_get_file_with_chooser, xg_get_file_with_selection)
4320         (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
4321         (xg_item_label_same_p, xg_update_menubar)
4322         (xg_modify_menubar_widgets, xg_event_is_for_menubar)
4323         (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
4324         (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
4325         (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
4326         (update_frame_tool_bar, free_frame_tool_bar):
4327         * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
4328         * nsmenu.m (ns_update_menubar):
4329         * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
4330         * xfns.c (Fx_show_tip) [USE_GTK]:
4331         Use bool for boolean.
4332         * gtkutil.c (xg_update_frame_menubar):
4333         * xmenu.c (update_frame_menubar):
4334         Return void, not int, since caller ignores return value.
4335         * gtkutil.c (xg_change_toolbar_position):
4336         Return void, not 1.
4338 2012-09-23  Juanma Barranquero  <lekktu@gmail.com>
4340         * makefile.w32-in (BLOCKINPUT_H): Remove.
4341         (SYSSIGNAL_H): New macro.
4342         ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
4343         ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
4344         ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
4345         ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
4346         ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
4347         ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
4348         ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
4349         ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
4350         ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
4351         ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
4352         ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
4353         ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
4354         ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
4355         ($(BLD)/w32xfns.$(O)): Update dependencies.
4357 2012-09-23  Eli Zaretskii  <eliz@gnu.org>
4359         * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
4360         fatal_error_backtrace.
4362         * w32proc.c (sys_kill): Undo last change: don't do anything when
4363         invoked to deliver SIGABRT to our own process.  This is now
4364         handled by emacs_raise.
4366 2012-09-23  Juanma Barranquero  <lekktu@gmail.com>
4368         * w32term.c (w32_read_socket): Remove leftover reference to
4369         interrupt_input_pending.
4371 2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
4373         Do not use SA_NODEFER.
4374         Problem reported by Dani Moncayo in
4375         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
4376         * alloc.c (die):
4377         * sysdep.c (emacs_abort): Do not reset signal handler.
4378         * emacs.c (terminate_due_to_signal): Reset signal handler here.
4379         * sysdep.c (init_signals): Do not use SA_NODEFER.  It wasn't
4380         wanted even on POSIXish hosts, and it doesn't work on Windows.
4382 2012-09-23  Jan Djärv  <jan.h.d@swipnet.se>
4384         * xterm.c (x_term_init): Call fixup_locale before and after calling
4385         gtk_init (Bug#12392).
4387 2012-09-23  Chong Yidong  <cyd@gnu.org>
4389         * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
4390         Vdynamic_library_alist.
4392         * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
4393         (Fgnutls_available_p): Caller changed.
4395         * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
4396         (Flibxml_parse_xml_region): Likewise.
4398         * dispextern.h (struct image_type): Remove arg from init function.
4400         * image.c (Finit_image_library, lookup_image_type)
4401         (define_image_type): Remove now-unneeded second arg.
4402         (init_xpm_functions, init_png_functions, init_jpeg_functions)
4403         (init_tiff_functions, init_gif_functions, init_svg_functions):
4404         Arglist and w32_delayed_load calling convention changed.
4405         (gs_type): Remove init_gs_functions; there is no such function.
4406         (valid_image_p, make_image): Fix caller to lookup_image_type.
4408 2012-09-23  Paul Eggert  <eggert@cs.ucla.edu>
4410         Simplify and avoid signal-handling races (Bug#12471).
4411         * alloc.c (die):
4412         * sysdep.c (emacs_abort) [HAVE_NTGUI]:
4413         Avoid recursive loop if there's a fatal error in the function itself.
4414         * atimer.c (pending_atimers):
4415         * blockinput.h: Don't include "atimer.h"; no longer needed.
4416         (interrupt_input_pending): Remove.  All uses removed.
4417         pending_signals now counts both atimers and ordinary interrupts.
4418         This is less racy than having three separate pending-signal flags.
4419         (block_input, unblock_input, totally_unblock_input, unblock_input_to)
4420         (input_blocked_p):
4421         Rename from their upper-case counterparts BLOCK_INPUT,
4422         UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
4423         INPUT_BLOCKED_P, and turn into functions.  All uses changed.
4424         This makes it easier to access volatile variables more accurately.
4425         (BLOCK_INPUT_RESIGNAL): Remove.  All uses replaced by unblock_input ().
4426         (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
4427         that's more reliable if the code is buggy and sets
4428         interrupt_input_blocked to a negative value.  All uses changed.
4429         * atimer.c (deliver_alarm_signal):
4430         Remove.  No need to deliver this to the parent; any thread can
4431         handle this signal now.  All uses replaced by underlying handler.
4432         * atimer.c (turn_on_atimers):
4433         * dispnew.c (handle_window_change_signal):
4434         * emacs.c (handle_danger_signal):
4435         * keyboard.c (kbd_buffer_get_event):
4436         Don't reestablish signal handler; not needed with sigaction.
4437         * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
4438         (UNBLOCK_INPUT_TO):
4439         Rework to avoid unnecessary accesses to volatile variables.
4440         (UNBLOCK_INPUT_TO): Now a function.
4441         (totally_unblock_input, unblock_input): New decls.
4442         * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
4443         (init_data): Remove.  Necessary stuff now done in init_signal.
4444         * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
4445         * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
4446         (fatal_error_code): Remove; no longer needed.
4447         (terminate_due_to_signal): Rename from fatal_error_backtrace, since
4448         it doesn't always backtrace.  All uses changed.  No need to reset
4449         signal to default, since sigaction and/or die does that for us now.
4450         Use emacs_raise (FOO), not kill (getpid (), FOO).
4451         (main): Check more-accurately whether we're dumping.
4452         Move fatal-error setup to sysdep.c
4453         * floatfns.c: Do not include "syssignal.h"; no longer needed.
4454         * gtkutil.c (xg_get_file_name, xg_get_font):
4455         Remove no-longer-needed signal-mask manipulation.
4456         * keyboard.c, process.c (POLL_FOR_INPUT):
4457         Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
4458         * keyboard.c (read_avail_input): Remove.
4459         All uses replaced by gobble_input.
4460         (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
4461         (kbd_buffer_store_event_hold, gobble_input):
4462         (record_asynch_buffer_change) [USABLE_SIGIO]:
4463         (store_user_signal_events):
4464         No need to mess with signal mask.
4465         (gobble_input): If blocking input and there are terminals, simply
4466         set pending_signals to 1 and return.  All hooks changed to not
4467         worry about whether input is blocked.
4468         (process_pending_signals): Clear pending_signals before processing
4469         them, in case a signal comes in while we're processing.
4470         By convention callers now test pending_signals before calling us.
4471         (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
4472         New functions, to support changes to blockinput.h.
4473         (handle_input_available_signal): Now extern.
4474         (reinvoke_input_signal): Remove.  All uses replaced by
4475         handle_async_input.
4476         (quit_count): Now volatile, since a signal handler uses it.
4477         (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg.
4478         All callers changed.  Block SIGINT only if not already blocked.
4479         Clear sigmask reliably, even if Fsignal returns, which it can.
4480         Omit unnecessary accesses to volatile var.
4481         (quit_throw_to_read_char): No need to restore sigmask.
4482         * keyboard.c (gobble_input, handle_user_signal):
4483         * process.c (wait_reading_process_output):
4484         Call signal-handling code rather than killing ourselves.
4485         * lisp.h: Include <float.h>, for...
4486         (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
4487         (pending_signals): Now volatile.
4488         (syms_of_data): Now const if IEEE floating point.
4489         (handle_input_available_signal) [USABLE_SIGIO]:
4490         (terminate_due_to_signal, record_child_status_change): New decls.
4491         * process.c (create_process): Avoid disaster if memory is exhausted
4492         while we're processing a vfork, by tightening the critical section
4493         around the vfork.
4494         (send_process_frame, process_sent_to, handle_pipe_signal)
4495         (deliver_pipe_signal): Remove.  No longer needed, as Emacs now
4496         ignores SIGPIPE.
4497         (send_process): No need for setjmp/longjmp any more, since the
4498         SIGPIPE stuff is now gone.  Instead, report an error if errno
4499         is EPIPE.
4500         (record_child_status_change): Now extern.  PID and W are now args.
4501         Return void, not bool.  All callers changed.
4502         * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
4503         Remove.  All uses removed.  This bug should be fixed now in a
4504         different way.
4505         (wait_for_termination_1): Use waitpid rather than sigsuspend,
4506         and record the child status change directly.  This avoids the
4507         need to futz with the signal mask.
4508         (process_fatal_action): Move here from emacs.c.
4509         (emacs_sigaction_flags): New function, containing
4510         much of what used to be in emacs_sigaction_init.
4511         (emacs_sigaction_init): Use it.  Block nonfatal system signals that are
4512         caught by emacs, to make races less likely.
4513         (deliver_process_signal): Rename from handle_on_main_thread.
4514         All uses changed.
4515         (BACKTRACE_LIMIT_MAX): Now at top level.
4516         (thread_backtrace_buffer, threadback_backtrace_pointers):
4517         New static vars.
4518         (deliver_thread_signal, deliver_fatal_thread_signal):
4519         New functions, for more-accurate delivery of thread-specific signals.
4520         (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
4521         (deliver_arith_signal): Handle in this thread, not
4522         in the main thread, since it's triggered by this thread.
4523         (maybe_fatal_sig): New function.
4524         (init_signals): New arg DUMPING so that we can be more accurate
4525         about whether we're dumping.  Caller changed.
4526         Treat thread-specific signals differently from process-general signals.
4527         Block all signals while handling fatal error; that's safer.
4528         xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
4529         on IEEE hosts.
4530         When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
4531         Ignore SIGPIPE unless batch.
4532         (emacs_backtrace): Output backtrace for the appropriate thread,
4533         which is not necessarily the main thread.
4534         * syssignal.h: Include <stdbool.h>.
4535         (emacs_raise): New macro.
4536         * xterm.c (x_connection_signal): Remove; no longer needed
4537         now that we use sigaction.
4538         (x_connection_closed): No need to mess with sigmask now.
4539         (x_initialize): No need to reset SIGPIPE handler here, since
4540         init_signals does this for us now.
4542 2012-09-23  Jan Djärv  <jan.h.d@swipnet.se>
4544         * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
4545         background rect may be larger (Bug#12245).
4547 2012-09-23  Chong Yidong  <cyd@gnu.org>
4549         * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
4551 2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
4553         * .gdbinit: Just stop at fatal_error_backtrace.
4554         See Stefan Monnier's request in
4555         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
4556         Remove no-longer-used query of system type.
4558 2012-09-22  Chong Yidong  <cyd@gnu.org>
4560         * search.c (Freplace_match): Doc fix (Bug#12325).
4562         * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
4564         * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
4565         (Fline_end_position): Doc fix.
4567         * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
4569 2012-09-22  Chong Yidong  <cyd@gnu.org>
4571         * dispextern.h (struct image_type): Add new slot, storing a type
4572         initialization function.
4574         * image.c (define_image_type): Call the image initializer function
4575         if it is defined.  Arguments and return value changed.
4576         (valid_image_p, make_image): Callers changed.
4577         (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
4578         (gif_type, imagemagick_type, svg_type, gs_type):
4579         Add initialization functions.
4580         (Finit_image_library): Call lookup_image_type.
4581         (CHECK_LIB_AVAILABLE): Macro deleted.
4582         (lookup_image_type): Call define_image_type here, rather than via
4583         Finit_image_library, and without using CHECK_LIB_AVAILABLE.
4584         (syms_of_image): Move define_image_type calls for xbm_type and
4585         pbm_type to lookup_image_type.
4587 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
4589         * keyboard.c (timer_check_2): Move calculation of 'timers' and
4590         'idle_timers' from here ...
4591         (timer_check): ... to here.  Use Fcopy_sequence to copy the timer
4592         lists, to avoid infloops when the timer does something stupid,
4593         like reinvoke itself with the same or smaller time-out.
4594         (Bug#12447)
4596 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
4598         * window.c (Fsplit_window_internal): Handle only Qt value of
4599         Vwindow_combination_limit separately.
4600         (Qtemp_buffer_resize): New symbol.
4601         (Vwindow_combination_limit): New default value.
4602         Rewrite doc-string.
4604 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
4606         * xdisp.c (next_overlay_string): Initialize it->end_charpos for
4607         the new overlay string.  (Bug#10159)
4609 2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
4611         * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
4612         or that fprintf is async-signal-safe.  POSIX doesn't require
4613         either assumption.
4615 2012-09-22  Chong Yidong  <cyd@gnu.org>
4617         * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
4618         (Bug#8207).
4620 2012-09-22  Kenichi Handa  <handa@gnu.org>
4622         * composite.c (composition_reseat_it): Handle the case that a
4623         grapheme cluster is not covered by a single font (Bug#12352).
4625 2012-09-21  Chong Yidong  <cyd@gnu.org>
4627         * image.c (define_image_type): Avoid adding duplicate types to
4628         image_types (Bug#12463).  Suggested by Jörg Walter.
4630 2012-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4632         * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
4633         (print_load_command_name): Add case LC_DATA_IN_CODE.
4634         (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
4636 2012-09-21  Glenn Morris  <rgm@gnu.org>
4638         * eval.c (Frun_hook_with_args_until_success)
4639         (Frun_hook_with_args_until_failure): Doc fixes.  (Bug#12393)
4641 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
4643         * fileio.c (Ffile_selinux_context): Only call freecon when
4644         lgetfilecon succeeded.
4645         (Fset_file_selinux_context): Likewise.  (Bug#12444)
4647 2012-09-21  Eli Zaretskii  <eliz@gnu.org>
4649         * xdisp.c (try_window_reusing_current_matrix): Under bidi
4650         reordering, locate the cursor by calling set_cursor_from_row; if
4651         that fails, clear the desired glyph matrix before returning a
4652         failure indication to the caller.  Fixes leaving garbled display
4653         when fast scrolling with a down-key.  (Bug#12403)
4654         (compute_stop_pos_backwards): Fix a typo that caused crashes while
4655         scrolling through multibyte text.
4657 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4659         * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
4660         calling mark_vectorlike since that's the one that marks the window.
4661         (mark_discard_killed_buffers): Mark the final cdr.
4662         * window.h (struct window): Move prev/next_buffers to the
4663         non-standard fields.
4664         * window.c (make_window): Initialize prev/next_buffers manually.
4666 2012-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4668         Omit unused arg EXPECTED from socket hooks.
4669         * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
4670         * nsterm.m (ns_term_init):
4671         * termhooks.h (struct terminal.read_socket_hook):
4672         * w32inevt.c (w32_console_read_socket):
4673         * w32term.c (w32_read_socket):
4674         * xterm.c (XTread_socket):
4675         Omit unused arg EXPECTED.  All callers changed.
4676         (store_user_signal_events): Return void, not int, since callers no
4677         longer care about the return value.  All uses changed.
4679 2012-09-20  Juanma Barranquero  <lekktu@gmail.com>
4681         * w32gui.h (XParseGeometry): Do not declare.
4683 2012-09-19  Paul Eggert  <eggert@cs.ucla.edu>
4685         * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
4686         Ignore 'expected'.  See Eli Zaretskii in
4687         <http://bugs.gnu.org/12471#8> (last line).
4689         * frame.c (read_integer): Remove.  All uses replaced by strtol/strtoul.
4690         (XParseGeometry): Now static.  Substitute extremal values for
4691         values that are out of range.
4693 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
4695         * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
4697         * nsfns.m (XParseGeometry): Remove.
4698         (Fx_create_frame): Call x_set_offset to correctly interpret
4699         top_pos in geometry.
4701         * frame.c (read_integer, XParseGeometry): Move from w32xfns.c.
4702         (Fx_parse_geometry): If there is a space in string, call
4703         Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
4705 2012-09-17  Eli Zaretskii  <eliz@gnu.org>
4707         * search.c (scan_buffer): Use character positions in calls to
4708         region_cache_forward and region_cache_backward, not byte
4709         positions.  (Bug#12196)
4711         * w32term.c (w32_read_socket): Set pending_signals to 1, like
4712         xterm.c does.  Reported by Daniel Colascione <dancol@dancol.org>.
4714         * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
4715         __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
4716         emacs_blocked_malloc, now deleted.
4718 2012-09-17  Paul Eggert  <eggert@cs.ucla.edu>
4720         Remove no-longer-needed Solaris 2.4 vfork bug workaround.
4721         The workaround was for improving performance on Solaris 2.4, but
4722         is getting in the way now.  Emacs will still work if someone is
4723         still running Solaris 2.4 in a museum somewhere; Sun dropped
4724         support for Solaris 2.4 in 2003.
4725         * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
4726         * process.c (create_process) [HAVE_WORKING_VFORK]:
4727         Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
4728         since Emacs no longer uses vfork on that platform.
4730 2012-09-17  Glenn Morris  <rgm@gnu.org>
4732         * emacs.c: Use COPYRIGHT.
4734 2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
4736         Remove configure's --without-sync-input option (Bug#12450).
4737         When auditing signal-handling in preparation for cleaning it up,
4738         I found that SYNC_INPUT has race conditions and would be a real
4739         pain to fix.  Since it's an undocumented and deprecated
4740         configure-time option, now seems like a good time to remove it.
4741         Also see <http://bugs.gnu.org/11080#16>.
4742         * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
4743         (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
4744         (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
4745         (malloc_hysteresis):
4746         (check_depth) [XMALLOC_OVERRUN_CHECK]:
4747         (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
4748         (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
4749         (dont_register_blocks, bytes_used_when_reconsidered)
4750         (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
4751         (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
4752         [!SYSTEM_MALLOC && !SYNC_INPUT]:
4753         Remove.  All uses removed.
4754         (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
4755         implementation, one that depends on whether the new macro
4756         XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
4757         is defined.
4758         * atimer.c (run_timers, handle_alarm_signal):
4759         * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
4760         (handle_async_input, process_pending_signals)
4761         (handle_input_available_signal, init_keyboard):
4762         * nsterm.m (ns_read_socket):
4763         * process.c (wait_reading_process_output):
4764         * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
4765         * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
4766         (emacs_write):
4767         * xterm.c (XTread_socket):
4768         Assume SYNC_INPUT.
4769         * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
4770         * eval.c (handling_signal): Remove.  All uses removed.
4771         * lisp.h (ELSE_PENDING_SIGNALS): Remove.
4772         All uses replaced with the SYNC_INPUT version.
4773         (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
4774         Remove decls.
4775         * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
4776         Now static.
4778         * font.c (Ffont_shape_gstring): Remove unused local.
4780 2012-09-16  Glenn Morris  <rgm@gnu.org>
4782         * Makefile.in (clean): No longer run nextstep's clean.
4784         * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
4785         (ns_frag): Remove.
4786         (ns-app): Move here from ns.mk, and simplify.
4787         (clean): Simplify nextstep entry.
4788         * ns.mk: Remove file.
4790 2012-09-17  Kenichi Handa  <handa@gnu.org>
4792         * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
4793         not covert the last few charactes.
4795 2012-09-16  Kenichi Handa  <handa@gnu.org>
4797         * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
4798         here, but just check the validity of glyphs in the glyph-string.
4800 2012-09-16  Martin Rudalics  <rudalics@gmx.at>
4802         * window.c (Fwindow_parameter, Fset_window_parameter):
4803         Accept any window as argument (Bug#12452).
4805 2012-09-16  Jan Djärv  <jan.h.d@swipnet.se>
4807         * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
4808         to ns_term_init to avoid memory leak.
4810         * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
4811         explicit retain/release.
4812         (ns_term_init): Only allow one display.  Initialize outerpool and
4813         ns_*_types.
4815 2012-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4817         Port _setjmp fix to POSIXish hosts as well as Microsoft.
4818         * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
4819         it's needed on POSIXish hosts that lack _setjmp.  Attempt to solve
4820         the Microsoft problem in a different way, by altering ../nt/config.nt.
4822 2012-09-15  Eli Zaretskii  <eliz@gnu.org>
4824         * w32xfns.c:
4825         * w32uniscribe.c:
4826         * w32term.c:
4827         * w32select.c:
4828         * w32reg.c:
4829         * w32proc.c:
4830         * w32menu.c:
4831         * w32inevt.c:
4832         * w32heap.c:
4833         * w32font.c:
4834         * w32fns.c:
4835         * w32console.c:
4836         * w32.c:
4837         * w16select.c: Remove inclusion of setjmp.h, as it is now included
4838         by lisp.h.  This completes removal of setjmp.h inclusion
4839         erroneously announced in the previous commit.  (Bug#12446)
4841         * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
4842         more accurate.
4844         * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
4845         not defined as a macro.  The latter happens on MS-Windows.
4846         (Bug#12446)
4848 2012-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4850         Port better to POSIX hosts lacking _setjmp (Bug#12446).
4851         * lisp.h: Include <setjmp.h> here, since we use its symbols here.
4852         Some instances of '#include <setjmp.h>' removed, if the
4853         only reason for the instance was because "lisp.h" was included.
4854         (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
4855         Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
4856         and _longjmp with the new symbols.  Emacs already uses _setjmp if
4857         available, so this change affects only POSIXish hosts that have
4858         sigsetjmp but not _setjmp, such as some versions of Solaris and
4859         Unixware.  (Also, POSIX-2008 marks _setjmp as obsolescent.)
4860         * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
4861         (png_load_body) [HAVE_PNG]:
4862         (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
4863         (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
4864         Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
4865         since PNG requires jmp_buf.  This is the only exception to the
4866         general rule that we now use sys_setjmp and sys_longjmp.
4867         This exception is OK since this code does not change the signal
4868         mask or longjmp out of a signal handler.
4870 2012-09-14  Paul Eggert  <eggert@cs.ucla.edu>
4872         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
4873         Include "syssignal.h", for 'main_thread'.
4875 2012-09-14  Dmitry Antipov  <dmantipov@yandex.ru>
4877         Avoid out-of-range marker position (Bug#12426).
4878         * insdel.c (replace_range, replace_range_2):
4879         Adjust markers before overlays, as suggested by comments.
4880         (insert_1_both, insert_from_buffer_1, adjust_after_replace):
4881         Remove redundant check before calling offset_intervals.
4883 2012-09-14  Martin Rudalics  <rudalics@gmx.at>
4885         * xdisp.c (Fformat_mode_line): Unconditionally save/restore
4886         current buffer (Bug#12387).
4888 2012-09-14  Juanma Barranquero  <lekktu@gmail.com>
4890         * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
4892 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4894         Use a more backwards-compatible timer format (Bug#12430).
4895         * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
4896         vector element, not from the 4th, since PSECS is now at the end.
4897         (Fcurrent_idle_time): Doc fix.
4899 2012-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
4901         Function to mark objects and remove killed buffers at once.
4902         * alloc.c (discard_killed_buffers): Rename to ...
4903         (mark_discard_killed buffers) ... new name.  Add marking
4904         of remaining objects.  Fix comment.  Adjust users.
4905         (mark_object): Do not touch frame buffer lists here.
4906         * frame.c (delete_frame): Reset frame buffer lists here.
4908 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4910         Better workaround for GNOME bug when --enable-gcc-warnings.
4911         * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
4912         Instead, disable -Wunused-local-typedefs.  See Dmitry Antipov in
4913         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
4915         Simplify SIGIO usage (Bug#12408).
4916         The code that dealt with SIGIO was crufty and confusing, e.g., it
4917         played tricks like "#undef SIGIO" but these tricks were not used
4918         consistently.  Simplify mostly by not #undeffing standard symbols,
4919         e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
4920         or not as we please) rather than "defined SIGIO" (standard symbol
4921         that we probably shouldn't #undef).
4922         * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
4923         Modules that need it can include it.
4924         [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
4925         * dispextern.h (ignore_sigio): New decl.
4926         * emacs.c (shut_down_emacs): Invoke unrequest_sigio
4927         unconditionally, since it's now a no-op if !USABLE_SIGIO.
4928         * emacs.c (shut_down_emacs):
4929         * keyboard.c (kbd_buffer_store_event_hold):
4930         Use ignore_sigio rather than invoking 'signal' directly.
4931         * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
4932         for FIONREAD.
4933         (FIONREAD, SIGIO): Do not #undef.
4934         (tty_read_avail_input): Use #error rather than a syntax error.
4935         * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
4936         for I_PIPE, used by SETUP_SLAVE_PTY.
4937         (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
4938         * sysdep.c (croak): Remove; no longer needed.  This bit of
4939         temporary code, with Fred N. Fish's comment that it's temporary,
4940         has been in Emacs since at least 1992!
4941         (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
4942         Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
4943         * syssignal.h (croak): Remove decl.
4944         (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
4945         * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
4946         now that we're termios-only.
4947         (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
4948         * term.c (dissociate_if_controlling_tty): Use #error rather than
4949         a run-time error.
4951         Work around GCC and GNOME bugs when --enable-gcc-warnings.
4952         * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
4953         to work around GNOME bug 683906.
4954         * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
4955         (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
4956         This works around GCC bug 54561.
4958 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
4960         More fixes for 'volatile' and setjmp/longjmp.
4961         * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
4962         * image.c (struct png_load_context) [HAVE_PNG]: New type.
4963         (png_load_body) [HAVE_PNG]:
4964         (jpeg_load_body) [HAVE_JPEG]:
4965         New function, with most of the old parent function's body.
4966         (png_load) [HAVE_PNG]:
4967         (jpeg_load) [HAVE_JPEG]:
4968         Invoke the new function, to avoid longjmp munging our locals.
4969         (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
4970         (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
4971         longjmp is passed 2, as the C standard doesn't guarantee this.
4972         Instead, store the failure code into mgr->failure_code.
4974 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4976         * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
4977         (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
4978         (syms_of_keyboard): Remove support for unread-command-char.
4980 2012-09-12  Eli Zaretskii  <eliz@gnu.org>
4982         * w32proc.c (sys_kill): If PID is our process ID and the signal is
4983         SIGABRT, call emacs_abort.  Avoids silently exiting upon assertion
4984         violation.  (Bug#12426)
4986 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
4988         * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
4990 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4992         * eval.c: Add `inhibit-debugger'.
4993         (Qinhibit_debugger): New symbol.
4994         (call_debugger): Bind it instead of Qdebug_on_error.
4995         (maybe_call_debugger): Test Vinhibit_debugger.
4996         (syms_of_eval): Define inhibit-debugger.
4997         * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
4998         (syms_of_xdisp): Remove inhibit-debug-on-message.
5000 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
5002         Avoid _setjmp/_longjmp problems with local nonvolatile variables.
5003         If a nonvolatile local variable is written before a _longjmp to
5004         the frame containing the variable, and is read after the _longjmp,
5005         the value read is indeterminate.  Some local variables of type
5006         'struct handler' and 'struct catchtag' are used in this way, so
5007         mark each of their slots as volatile if the slot can be set before
5008         _longjmp and read afterwards.
5009         * lisp.h (struct handler): var and chosen_clause are now volatile.
5010         (struct catchtag): val, next, and pdlcount are now volatile.
5012         * bidi.c (bidi_push_it, bidi_pop_it):
5013         * fns.c (copy_hash_table):
5014         * image.c (define_image_type):
5015         * keyboard.c (kbd_buffer_store_event_hold):
5016         * process.c (Fprocess_send_eof):
5017         * xfaces.c (x_create_gc) [HAVE_NS]:
5018         * xgselect.c (xg_select):
5019         Prefer assignment to memcpy when either will do.
5021         * alloc.c (discard_killed_buffers): Tune and simplify a bit.
5022         Use pointer-to-a-pointer to simplify and avoid a NILP check each
5023         time an item is removed.  No need to mark this function 'inline';
5024         the compiler knows better than we do.
5026 2012-09-11  Jan Djärv  <jan.h.d@swipnet.se>
5028         * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
5029         (updateFrameSize:): Add delay parameter to updateFrameSize, send it
5030         to change_frame_size (Bug#12388).
5031         (windowDidResize:): Pass YES to updateFrameSize.
5033         * nsterm.h: Add delay parameter to updateFrameSize.
5035 2012-09-11  Dmitry Antipov  <dmantipov@yandex.ru>
5037         Discard killed buffers from deleted window and frame objects.
5038         This reduces an amount of references to killed buffers and
5039         helps GC to reclaim them faster.
5040         * alloc.c (discard_killed_buffers): New function.
5041         (mark_object): Use it for deleted windows and frames.
5042         (mark_object): If symbol's value is set up for a killed buffer
5043         or deleted frame, restore its global binding.
5044         * data.c (swap_in_global_binding): Add GC notice.
5045         (swap_in_symval_forwarding): Use convenient set_blv_where.
5046         * window.c (wset_next_buffers, wset_prev_buffers): Move ...
5047         * window.h: ... to here.
5049 2012-09-11  Dmitry Antipov  <dmantipov@yandex.ru>
5051         Convenient macro to check whether the buffer is live.
5052         * buffer.h (BUFFER_LIVE_P): New macro.
5053         * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
5054         * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
5056 2012-09-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5058         * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
5059         composition cases (Bug#12364).
5061         * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
5062         overhang of succeeding glyphs overlapping box cursor.
5064         * w32term.c (x_draw_glyph_string): Likewise.
5066 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
5068         Simplify, document, and port floating-point (Bug#12381).
5069         The porting part of this patch fixes bugs on non-IEEE platforms
5070         with frexp, ldexp, logb.
5071         * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
5072         Now static.
5073         * floatfns.c: Simplify discussion of functions that Emacs doesn't
5074         support, by removing commented-out code and briefly listing the
5075         C89 functions excluded.  The commented-out stuff was confusing
5076         maintenance, e.g., we thought we needed cbrt but it was commented out.
5077         (logb): Remove decl; no longer needed.
5078         (isfinite): New macro, if not already supplied.
5079         (isnan): Don't replace any existing macro.
5080         (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
5081         are present on all C89 platforms.
5082         (Ffrexp): Do not special-case zero, as frexp does the right thing
5083         for that case.
5084         (Flogb): Do not use logb, as it doesn't have the desired meaning
5085         on hosts that use non-base-2 floating point.  Instead, stick with
5086         frexp, which is C89 anyway.  Do not pass an infinity or a NaN to
5087         frexp, to avoid getting an unspecified result.
5089         * xdisp.c (Qinhibit_debug_on_message): Now static.
5091 2012-09-10  Jan Djärv  <jan.h.d@swipnet.se>
5093         * nsterm.m (ns_update_begin): Set clip path to whole view by using
5094         NSBezierPath (Bug#12131).
5096 2012-09-10  Chong Yidong  <cyd@gnu.org>
5098         * fns.c (Fdelq, Fdelete): Doc fix.
5100 2012-09-10  Paul Eggert  <eggert@cs.ucla.edu>
5102         * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
5103         (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
5105 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5107         * lisp.h (make_lisp_ptr): New macro to replace XSET.
5108         (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
5109         Use it.
5111 2012-09-09  Eli Zaretskii  <eliz@gnu.org>
5113         * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
5114         left fringe if the window has a left margin.  This avoids leaving
5115         traces of the cursor because its leftmost pixel is not drawn over.
5117         * dispnew.c (update_window_line): When the left margin area of a
5118         screen line is updated, set the redraw_fringe_bitmaps_p flag of
5119         that screen line.  (Bug#12277)
5121 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5123         Assume C89 or later for math functions (Bug#12381).
5124         This simplifies the code, and makes it a bit smaller and faster,
5125         and (most important) makes it easier to clean up signal handling
5126         since we can stop worring about floating-point exceptions in
5127         library code.  That was a problem before C89, but the problem
5128         went away many years ago on all practical Emacs targets.
5129         * data.c, image.c, lread.c, print.c:
5130         Don't include <math.h>; no longer needed.
5131         * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
5132         might be autoconfigured, as that never happens.
5133         * data.c (fmod):
5134         * doprnt.c (DBL_MAX_10_EXP):
5135         * print.c (DBL_DIG):
5136         Remove.  C89 or later always defines these.
5137         * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
5138         (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
5139         (arith_error, domain_error, domain_error2):
5140         Remove all this pre-C89 cruft.  Do not include <errno.h> as that's
5141         no longer needed -- we simply return what C returns.  All uses removed.
5142         (IN_FLOAT, IN_FLOAT2): Remove.  All uses replaced with
5143         the wrapped code.
5144         (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
5145         Remove.  All uses expanded, as these macros are no longer used
5146         more than once and are now more trouble than they're worth.
5147         (Ftan): Use tan, not sin / cos.
5148         (Flogb): Assume C89 frexp.
5149         (fmod_float): Assume C89 fmod.
5150         (matherr) [HAVE_MATHERR]: Remove; no longer needed.
5151         (init_floatfns): Remove.  All uses removed.
5153 2012-09-08  Jan Djärv  <jan.h.d@swipnet.se>
5155         * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
5156         compositeToPoint for OSX < 10.6 (Bug#12390).
5158 2012-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5160         * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
5161         This produces more-accurate results.
5163 2012-09-08  Jan Djärv  <jan.h.d@swipnet.se>
5165         * nsterm.m (updateFrameSize): Call setFrame: on the view when size
5166         changes (Bug#12088).
5168 2012-09-08  Chong Yidong  <cyd@gnu.org>
5170         * syntax.c (Fstring_to_syntax): Doc fix.
5172 2012-09-08  Jan Djärv  <jan.h.d@swipnet.se>
5174         * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
5175         in the internal border.
5176         (x_set_window_size): Remove static variables and their usage.
5177         (ns_redraw_scroll_bars): Fix NSTRACE arg.
5178         (ns_after_update_window_line, ns_draw_fringe_bitmap):
5179         Remove fringe/internal border adjustment (Bug#11052).
5180         (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
5181         (ns_draw_window_cursor): Remove fringe/internal border adjustment.
5182         (ns_fix_rect_ibw): Remove.
5183         (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
5184         (ns_dumpglyphs_box_or_relief): Ditto.
5185         (ns_maybe_dumpglyphs_background): Remove fringe/internal border
5186         adjustment.
5187         (ns_dumpglyphs_image): Ditto.
5188         (ns_dumpglyphs_stretch): Fix coding style.  Remove fringe/internal
5189         border adjustment.
5190         (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
5191         their usage.  Add fringe_extended_p and its use as in other terms.
5192         (ns_judge_scroll_bars): Code style fix.  Call updateFrameSize if
5193         scroll bar was removed.
5194         (updateFrameSize): New function.
5195         (windowDidResize): Move code to updateFrameSize and call it.
5197         * nsterm.h (EmacsView): Add updateFrameSize.
5199 2012-09-07  Chong Yidong  <cyd@gnu.org>
5201         * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
5203         * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
5205 2012-09-07  Paul Eggert  <eggert@cs.ucla.edu>
5207         More signal-handler cleanup (Bug#12327).
5208         * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
5209         Problem introduced when merging patches.  Noted by Eli Zaretskii in
5210         <http://bugs.gnu.org/12327#67>.
5211         * floatfns.c: Comment fix.
5212         * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
5213         SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
5214         and anyway the declaration is harmless even if SIGDANGER is not defined.
5215         * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
5216         defined BROKEN_FIONREAD).  systty.h formerly did this, but other
5217         source files not surprisingly expected syssignal.h to define, or
5218         not define, SIGIO, and it's cleaner to do it that way, for consistency.
5219         Include <sys/ioctl.h>, for FIONREAD.
5220         * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
5221         This eliminates a problem whereby other files mysteriously had
5222         to include "syssignal.h" before including "systty.h" if they
5223         wanted to use "#ifdef SIGIO".
5225 2012-09-07  Eli Zaretskii  <eliz@gnu.org>
5227         * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
5229         * w32.c (sigemptyset): Empty the set.
5230         (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
5232         * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
5234 2012-09-07  Dmitry Antipov  <dmantipov@yandex.ru>
5236         * alloc.c (mark_buffer): Revert unsafe marking optimization.
5237         (mark_object): Likewise for frame objects.
5239 2012-09-07  Paul Eggert  <eggert@cs.ucla.edu>
5241         * syssignal.h (handle_on_main_thread): Always declare,
5242         even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
5243         This ports to platforms without HAVE_PTHREAD.
5245 2012-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5247         Signal-handler cleanup (Bug#12327).
5248         Emacs's signal handlers were written in the old 4.2BSD style with
5249         sigblock and sigmask and so forth, and this led to some
5250         inefficiencies and confusion.  Rewrite these to use
5251         pthread_sigmask etc. without copying signal sets around.  Also,
5252         get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
5253         'signal', and instead use functions that do not attempt to take
5254         over the system name space.  This patch causes Emacs's text
5255         segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
5256         * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
5257         Do not include <signal.h> or "syssignal.h", as these
5258         modules do not use signals.
5259         * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
5260         * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
5261         Do not include <signal.h>, as "syssignal.h" does that for us now.
5262         * atimer.c (sigmask_atimers): New function.
5263         (block_atimers, unblock_atimers): New functions,
5264         replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
5265         All uses replaced.
5266         * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
5267         no longer needed here.
5268         * emacs.c (main): Inspect existing signal handler with sigaction,
5269         so that there's no need to block and unblock SIGHUP.
5270         * sysdep.c (struct save_signal): New member 'action', replacing
5271         old member 'handler'.
5272         (save_signal_handlers, restore_signal_handlers):
5273         Use sigaction instead of 'signal' to save and restore.
5274         (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
5275         New function.  All users of 'signal' modified to use set_sighandler
5276         if they're writeonly, and to use sys_signal if they're read+write.
5277         (emacs_sigaction_init, forwarded_signal): New functions.
5278         (sys_signal): Remove.  All uses replaced by calls to sigaction
5279         and emacs_sigaction_init, or by direct calls to 'signal'.
5280         (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
5281         (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
5282         all uses replaced by pthread_sigmask etc. calls.
5283         * syssignal.h: Include <signal.h>.
5284         (emacs_sigaction_init, forwarded_signal): New decls.
5285         (SIGMASKTYPE): Remove.  All uses replaced by its definiens, sigset_t.
5286         (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
5287         (sigmask, sys_sigmask): Remove; no longer needed.
5288         (sigpause): Remove.  All uses replaced by its definiens, sigsuspend.
5289         (sigblock, sigunblock, sigfree):
5290         (sigsetmask) [!defined sigsetmask]:
5291         Remove.  All uses replaced by pthread_sigmask.
5292         (signal): Remove.  Its remaining uses (with SIG_DFL and SIG_IGN)
5293         no longer need to be replaced, and its typical old uses
5294         are now done via emacs_sigaction_init and sigaction.
5295         (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
5296         (sys_sigdel): Remove; unused.
5297         (NSIG): Remove a FIXME; the code's fine.  Remove an unnecessary ifdef.
5299 2012-09-06  Eli Zaretskii  <eliz@gnu.org>
5301         * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
5302         SIGCHLD handling on systems that don't have WNOHANG.  (Bug#12327)
5304 2012-09-06  Dmitry Antipov  <dmantipov@yandex.ru>
5306         Explicitly mark buffer_defaults and buffer_local_symbols.
5307         * alloc.c (Fgarbage_collect): Mark buffer_defaults and
5308         mark_local_symbols here.
5309         (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
5310         since special buffers aren't marked here any more.
5311         (allocate_buffer): Chain new buffer with all_buffers here...
5312         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
5313         not here.
5314         (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
5315         (syms_of_buffer): Remove staticpro of the above.
5316         (init_buffer_once): Set names for buffer_defaults and
5317         buffer_local_symbols.
5319 2012-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5321         Use bool for booleans in font-related modules.
5322         * font.c (font_intern_prop, font_style_to_value)
5323         (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
5324         (generate_otf_features, font_check_otf_features, font_check_otf)
5325         (font_match_p, font_list_entities, font_at):
5326         * fontset.c (fontset_id_valid_p, reorder_font_vector
5327         (fontset_find_font, Fset_fontset_font)
5328         (face_suitable_for_char_p) [0]:
5329         * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
5330         (ftfont_open, ftfont_text_extents, ftfont_check_otf):
5331         (m17n_flt_initialized, ftfont_shape_by_flt):
5332         * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
5333         * nsfont.m (nsfont_draw):
5334         * w32font.c (w32font_draw):
5335         * w32term.c (x_draw_glyphless_glyph_string_foreground):
5336         Use bool for booleans.
5337         * font.h: Adjust to above API changes.
5338         (struct font, struct font_driver, struct font_driver_list):
5339         Use bool for booleans.
5340         (struct font): Remove useless member encoding_type.
5341         All users removed.
5342         * fontset.c, xftfont.c: Omit unnecessary static decls.
5344 2012-09-06  Dmitry Antipov  <dmantipov@yandex.ru>
5346         * alloc.c (mark_object): Revert window marking code
5347         since it's unsafe for the Fset_window_configuration.
5349 2012-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5351         Fix race conditions with signal handlers and errno (Bug#12327).
5352         Be more systematic about preserving errno whenever a signal
5353         handler returns, even if it's not in the main thread.  Do this by
5354         renaming signal handlers to distinguish between signal delivery
5355         and signal handling.  All uses changed.
5356         * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
5357         * data.c (deliver_arith_signal): Rename from arith_error.
5358         * dispnew.c (deliver_window_change_signal): Rename from
5359         window_change_signal.
5360         * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
5361         (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
5362         * keyboard.c (deliver_input_available_signal): Rename from
5363         input_available_signal.
5364         (deliver_user_signal): Rename from handle_user_signal.
5365         (deliver_interrupt_signal): Rename from interrupt_signal.
5366         * process.c (deliver_pipe_signal): Rename from send_process_trap.
5367         (deliver_child_signal): Rename from sigchld_handler.
5368         * atimer.c (handle_alarm_signal):
5369         * data.c (handle_arith_signal):
5370         * dispnew.c (handle_window_change_signal):
5371         * emacs.c (handle_fatal_signal, handle_danger_signal):
5372         * keyboard.c (handle_input_available_signal):
5373         * keyboard.c (handle_user_signal, handle_interrupt_signal):
5374         * process.c (handle_pipe_signal, handle_child_signal):
5375         New functions, with the actual signal-handling code taken from the
5376         original respective signal handlers, sans the sporadic attempts to
5377         preserve errno, since that's now done by handle_on_main_thread.
5378         * atimer.c (alarm_signal_handler): Remove unnecessary decl.
5379         * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
5380         * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5381         Move to sysdep.c.
5382         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5383         Move initialization of main_thread to sysdep.c's init_signals.
5384         * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
5385         our usage, and simplifies the mainline code.
5386         (record_child_status_change): New static function, as a helper
5387         for handle_child_signal, and with most of the old child handler's
5388         contents.
5389         (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
5390         (handle_child_signal): Use the above.
5391         * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
5392         Moved here from emacs.c.
5393         (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
5394         code moved here from emacs.c's main function.
5395         * sysdep.c, syssignal.h (handle_on_main_thread): New function,
5396         replacing the old SIGNAL_THREAD_CHECK.  All uses changed.
5397         This lets callers save and restore errno properly.
5399 2012-09-05  Dmitry Antipov  <dmantipov@yandex.ru>
5401         Remove redundant or unused things here and there.
5402         * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
5403         * conf_post.h (RE_TRANSLATE): Use char_table_translate.
5404         * editfns.c (Fcompare_buffer_substrings): Likewise.
5405         * frame.h (struct terminal, struct font_driver_list):
5406         Remove redundant declarations.
5407         * window.h (Qleft, Qright): Likewise.
5409 2012-09-05  Dmitry Antipov  <dmantipov@yandex.ru>
5411         Do not mark objects from deleted buffers, windows and frames.
5412         * alloc.c (mark_buffer): Mark just the buffer if it is dead.
5413         (mark_object): Likewise for windows and frames.
5415 2012-09-05  Dmitry Antipov  <dmantipov@yandex.ru>
5417         * alloc.c (valid_lisp_object_p): Treat killed buffers,
5418         buffer_defaults and buffer_local_symbols as valid objects.
5419         Return special value to denote them.
5421 2012-09-05  Paul Eggert  <eggert@cs.ucla.edu>
5423         * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
5424         * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
5425         (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
5426         (file_name_absolute_p, Fsubstitute_in_file_name):
5427         (check_executable, check_writable, Ffile_accessible_directory_p)
5428         (Fset_file_selinux_context, Fdefault_file_modes)
5429         (Finsert_file_contents, choose_write_coding_system)
5430         (Fwrite_region, build_annotations, a_write, e_write)
5431         (Fdo_auto_save):
5432         * filelock.c (boot_time_initialized, get_boot_time)
5433         (get_boot_time_1, lock_file_1, within_one_second):
5434         * floatfns.c (in_float):
5435         * fns.c (concat, internal_equal, Frequire, base64_encode_1)
5436         (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
5437         (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
5438         * lisp.h (struct Lisp_Hash_Table.cmpfn):
5439         * window.c (compare_window_configurations):
5440         Use bool for booleans.
5441         * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
5442         (Fdefault_file_modes): Now mode_t, not int, for modes.
5443         (Fdo_auto_save): Set a boolean to 1 rather than using ++.
5444         (internal_delete_file): Now returns void, not a (boolean) int,
5445         since nobody was looking at the return value.
5446         * lisp.h, window.h: Adjust to above API changes.
5448         * xdisp.c (set_message): Simplify and reindent last change.
5450 2012-09-05  Juanma Barranquero  <lekktu@gmail.com>
5452         * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
5454 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
5456         * eval.c (call_debugger): Make the function non-static so that we
5457         can call it from set_message.
5459         * xdisp.c (set_message): Implement the new variable `debug-on-message'.
5460         (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
5462 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5464         Give more-useful info on a fatal error (Bug#12328).
5465         * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
5466         (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
5467         of doing the work ourselves.
5468         * emacs.c (fatal_error_signal): Let fatal_error_backtrace
5469         do most of the work.
5470         (fatal_error_backtrace): New function, taken from the guts
5471         of the old fatal_error_signal, but with a new option to output
5472         a backtrace.
5473         (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
5474         info about the signal than just its number.
5475         * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
5476         * sysdep.c: Include <execinfo.h>
5477         (emacs_backtrace): New function, taken partly from the previous
5478         code of the 'die' function.
5479         (emacs_abort): Call fatal_error_backtrace rather than abort.
5481 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5483         * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
5484         eager (load-time) macro-expansion.
5485         * lisp.mk (lisp): Add macroexp.
5487 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5489         Simplify redefinition of 'abort' (Bug#12316).
5490         Do not try to redefine the 'abort' function.  Instead, redo
5491         the code so that it calls 'emacs_abort' rather than 'abort'.
5492         This removes the need for the NO_ABORT configure-time macro
5493         and makes it easier to change the abort code to do a backtrace.
5494         * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
5495         * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
5496         Remove; sysdep.c's emacs_abort now takes its place.
5497         * lisp.h (emacs_abort): New decl.  All calls from Emacs code to
5498         'abort' changed to use 'emacs_abort'.
5499         * msdos.c (dos_abort) [defined abort]: Remove; not used.
5500         (abort) [!defined abort]: Rename to ...
5501         (emacs_abort): ... new name.
5502         * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
5503         the place of the old 'abort' in emacs.c.
5504         * w32.c, w32fns.c (abort): Do not #undef.
5505         * w32.c (emacs_abort): Rename from w32_abort.
5507 2012-09-04  Eli Zaretskii  <eliz@gnu.org>
5509         * w32uniscribe.c (uniscribe_shape): Reverse the sign of
5510         offsets[j].dv, since the y axis of the screen coordinates points
5511         down, while the y axis of the font definition coordinates points
5512         up.  This fixes display of Arabic diacritics such as KASRA and
5513         KASRATAN.  (Bug#11860)
5515 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
5517         Be more systematic about _setjmp vs setjmp.
5518         * alloc.c (test_setjmp, mark_stack):
5519         * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
5520         (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
5521         (png_load, my_error_exit, jpeg_load):
5522         * process.c (send_process_trap, send_process):
5523         Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
5524         The underscored versions are up to 30x faster on some hosts.
5525         Formerly, the code used setjmp+longjmp sometimes and
5526         _setjmp+_longjmp at other times, with no particular reason to
5527         prefer setjmp+longjmp.
5529 2012-09-03  Paul Eggert  <eggert@cs.ucla.edu>
5531         Fix minor problem found by static checking.
5532         * buffer.c (Fdelete_all_overlays): Return nil.
5534 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
5536         * buffer.c (Fdelete_all_overlays): New function.
5538 2012-09-03  Chong Yidong  <cyd@gnu.org>
5540         * gtkutil.c: Add extern decl for Qxft.
5542 2012-09-02  Paul Eggert  <eggert@cs.ucla.edu>
5544         * emacs.c, eval.c: Use bool for boolean.
5545         * emacs.c (initialized, inhibit_window_system, running_asynch_code):
5546         (malloc_using_checking) [DOUG_LEA_MALLOC]:
5547         (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
5548         (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
5549         (main, decode_env_path, Fdaemon_initialized):
5550         * eval.c (call_debugger, Finteractive_p, interactive_p):
5551         (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
5552         (maybe_call_debugger, Fbacktrace):
5553         * process.c (read_process_output, exec_sentinel):
5554         Use bool for booleans.
5555         * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
5556         All callers changed.
5557         * eval.c (interactive_p): Omit always-true boolean argument
5558         EXCLUDE_SUBRS_P.  All callers changed.
5559         * dispextern.h, lisp.h: Reflect above API changes.
5560         * firstfile.c (dummy): Use the address of 'main', whose signature
5561         won't change, instead of the address of 'initialize', whose
5562         signature just changed from int to bool.
5563         * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
5564         * msdos.c (fatal_error_in_progress): ... from here.
5565         * xdisp.c (redisplaying_p): Now a boolean.  Set it to 1 instead
5566         of incrementing it.
5567         (redisplay_internal, unwind_redisplay): Simply clear
5568         REDISPLAYING_P when unwinding, instead of saving its previous,
5569         always-false value and then restoring it.
5571         Clean up some extern decls.
5572         Mostly, this hoists extern decls out of .c files and into .h files.
5573         That way, we're more likely to catch errors if the interfaces change.
5574         * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
5575         declare xg_mark_data.
5576         * dispextern.h (x_frame_parm_handlers):
5577         * font.h (Qxft):
5578         * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
5579         (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
5580         (Qultra_bold, Qoblique, Qitalic):
5581         Move extern decl here from .c file.
5582         * alloc.c (xg_mark_data) [USE_GTK]:
5583         * doc.c (Qclosure):
5584         * eval.c (Qlexical_binding):
5585         * fns.c (time) [!HAVE_UNISTD_H]:
5586         * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
5587         (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
5588         * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
5589         * lread.c (Qinternal_interpreter_environment):
5590         * minibuf.c (Qbuffer):
5591         * process.c (QCfamily, QCfilter):
5592         * widget.c (free_frame_faces):
5593         * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
5594         * xfont.c (x_clear_errors):
5595         * xterm.c (x_frame_parm_handlers):
5596         Remove now-redundant extern decls.
5597         * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
5598         * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
5599         Now static.
5600         * xfaces.c: Remove unnecessary static decls.
5601         * xterm.c (updating_frame): Remove decl of nonexistent object.
5603         * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
5604         when building globals.h, as the objects that are not built on
5605         this host are not needed to compile C files on this host.
5607 2012-09-02  Jan Djärv  <jan.h.d@swipnet.se>
5609         * gtkutil.h: Remove prototype for x_wm_set_size_hint.
5611         * frame.h: Add missing prototype for x_wm_set_size_hint.
5613 2012-09-02  Paul Eggert  <eggert@cs.ucla.edu>
5615         * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
5616         * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
5617         (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
5618         (Fsubstitute_command_keys):
5619         * editfns.c (region_limit, find_field, Fconstrain_to_field)
5620         (save_excursion_save, save_excursion_restore)
5621         (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
5622         (format_time_string, general_insert_function)
5623         (make_buffer_string, make_buffer_string_both)
5624         (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
5625         * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
5626         (copy_text, insert_1, insert_1_both, insert_from_string)
5627         (insert_from_string_before_markers, insert_from_string_1)
5628         (insert_from_buffer, insert_from_buffer_1, replace_range)
5629         (replace_range_2, del_range_1, del_range_byte, del_range_both)
5630         (del_range_2, modify_region):
5631         * intervals.c (intervals_equal, balance_possible_root_interval)
5632         (adjust_intervals_for_insertion, merge_properties_sticky)
5633         (graft_intervals_into_buffer, lookup_char_property)
5634         (adjust_for_invis_intang, set_point_both)
5635         (get_property_and_range, compare_string_intervals)
5636         (set_intervals_multibyte_1, set_intervals_multibyte):
5637         * keyboard.c (decode_timer):
5638         Use bool for boolean.
5639         * intervals.h, lisp.h, systime.h: Reflect above API changes.
5640         * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
5642 2012-09-02  Chong Yidong  <cyd@gnu.org>
5644         * keymap.c (push_key_description): Print M-TAB as C-M-i
5645         (Bug#11758).
5647 2012-09-02  Juanma Barranquero  <lekktu@gmail.com>
5649         * makefile.w32-in (CCL_H, W32FONT_H): New macros.
5650         (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
5651         ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
5652         ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
5653         ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
5654         ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
5655         ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
5657 2012-09-01  Eli Zaretskii  <eliz@gnu.org>
5659         * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
5660         more than one grapheme cluster passed to the shaper: compute the
5661         offset adjustment values separately for each cluster.  (Bug#11860)
5663         * image.c: Restore mistakenly removed inclusion of w32.h.  Without
5664         it, GCC doesn't see prototypes of w32_delayed_load, and complains
5665         about implicit conversions from integer to pointer.
5667 2012-09-01  Daniel Colascione  <dancol@dancol.org>
5669         * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
5670         system used too early.
5672 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5674         Better seed support for (random).
5675         * emacs.c (main): Call init_random.
5676         * fns.c (Frandom): Set the seed from a string argument, if given.
5677         Remove long-obsolete Gentzel cruft.
5678         * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
5679         (init_random): New function.
5681 2012-09-01  Daniel Colascione  <dancol@dancol.org>
5683         * xterm.h: Add header guards.  Declare x_menubar_window_to_frame.
5684         Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
5685         x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
5686         x_wm_set_size_hint, x_query_colors, x_real_positions,
5687         x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
5688         x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
5689         all of which have been moved to common code.
5691         * xfaces.c: Include TERM_HEADER instead of listing all possible
5692         window-system headers.
5694         * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
5695         to match header.
5697         * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
5698         directly accessing frame internals.
5700         * w32font.h: Include font.h.  Define syms_of_w32font and
5701         globals_of_w32font.
5703         * process.c: Include TERM_HEADER instead of listing all possible
5704         window-system headers.
5706         * nsterm.h: Remove declarations now in frame.h.
5707         Define FRAME_X_SCREEN, FRAME_X_VISUAL.
5709         * menu.c: Include TERM_HEADER instead of listing all possible
5710         window-system headers.
5712         * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
5713         window system.
5715         * keyboard.c: Include TERM_HEADER instead of listing all possible
5716         window-system headers.
5718         * image.c: Include TERM_HEADER instead of listing all possible
5719         window-system headers.  Declare Vlibrary_cache when compiling for
5720         Windows.
5722         * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
5723         window system declarations.
5725         * frame.h: Move common functions here: set_frame_menubar,
5726         x_set_window_size, x_sync, x_get_focus_frame,
5727         x_set_mouse_position, x_set_mouse_pixel_position,
5728         x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
5729         x_char_width, x_char_height, x_pixel_width, x_pixel_height,
5730         x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
5731         x_activate_menubar, x_real_positions, x_bitmap_icon,
5732         x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
5733         and x_query_colors.
5735         * frame.c: Include TERM_HEADER instead of listing all possible
5736         window-system headers.
5738         * font.c: Include TERM_HEADER instead of listing all possible
5739         window-system headers.
5741         * emacs.c: Include TERM_HEADER.
5743         * dispnew.c: Include TERM_HEADER instead of listing all possible
5744         window-system headers.
5746         * ccl.h: Include character.h.
5748         * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
5749         the current window system; include in list of objects to link into
5750         Emacs.
5752 2012-08-31  Dmitry Antipov  <dmantipov@yandex.ru>
5754         Remove mark_ttys function and fix tty_display_info initialization.
5755         * lisp.h (mark_ttys): Remove prototype.
5756         * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
5757         to mark_ttys because all possible values of 'top_frame' slot are
5758         the frames which are reachable from Vframe_list.
5759         * term.c (mark_ttys): Remove.
5760         (init_tty): Safely initialize 'top_frame' slot with Qnil.
5762 2012-08-31  Dmitry Antipov  <dmantipov@yandex.ru>
5764         Change struct frame bitfields from unsigned char to unsigned.
5765         * frame.h (struct frame): Change type of 'display_preempted',
5766         'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
5767         'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
5768         'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
5769         bitfields from unsigned char to unsigned.
5771 2012-08-31  Dmitry Antipov  <dmantipov@yandex.ru>
5773         Remove unused member of struct x_output and struct w32_output.
5774         * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
5775         * w32term.h (struct w32_output): Likewise.
5777 2012-08-30  Jan Djärv  <jan.h.d@swipnet.se>
5779         * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
5780         does not become zero (Bug#12234).
5782 2012-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5784         * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
5785         for GCC 4.7.1 x86-64.
5787 2012-08-30  Glenn Morris  <rgm@gnu.org>
5789         * lread.c (init_lread): For out-of-tree builds, only add the
5790         source directory's site-lisp dir to the load-path if it exists,
5791         consistent with in-tree builds.  (Bug#12302)
5793 2012-08-28  Jan Djärv  <jan.h.d@swipnet.se>
5795         * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
5796         button_values to NULL.  Call setStykeMask so dialogs get a close button.
5797         (windowShouldClose:): Set window_closed.
5798         (dealloc): New member, free button_values.
5799         (process_dialog:): Make member function.  Remove window argument,
5800         replace window with self.  Count buttons and allocate and store values
5801         in button_values.
5802         (addButton:value:row:): value is int with the name tag.  Call setTag
5803         with tag.  Remove return self, declare return value as void.
5804         (addString:row:): Remove return self, declare return value as void.
5805         (addSplit): Remove return self, declare return value as void.
5806         (clicked:): Remove return self, declare return value as void.
5807         Set dialog_return to button_values[seltag].  Code formatting change.
5808         (initFromContents:isQuestion:): Adjust call to process_dialog.
5809         Code formatting change.
5810         (timeout_handler:): Set timer_fired to YES.
5811         (runDialogAt:): Set timer_fired to NO.
5812         Handle click on close button as quit.
5814         * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
5815         Add window_closed and button_values.  Add void as return value for
5816         add(Button|String|Split).  addButton takes int instead of Lisp_Object.
5817         Add process_dialog as new member.
5819 2012-08-28  Eli Zaretskii  <eliz@gnu.org>
5821         * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
5822         is not one of the heaps we manage.  (Bug#12242)
5824 2012-08-28  Glenn Morris  <rgm@gnu.org>
5826         * eval.c (Fcalled_interactively_p): Doc fix.  (Bug#11747)
5828 2012-08-28  Martin Rudalics  <rudalics@gmx.at>
5830         * window.c (Fset_window_configuration): Remove handling of
5831         auto-buffer-name window parameter.  Install revision of reverted
5832         fix.
5834 2012-08-28  Dmitry Antipov  <dmantipov@yandex.ru>
5836         Do not allow to set major mode for a dead buffer.
5837         * buffer.c (Fset_buffer_major_mode): Signal an error
5838         if the buffer is dead.
5839         (Fother_buffer, other_buffer_safely): Remove redundant
5840         nested declaration.
5842 2012-08-28  Dmitry Antipov  <dmantipov@yandex.ru>
5844         Always use set_buffer_if_live to restore original buffer at unwind.
5845         * buffer.h (record_unwind_current_buffer): New function.
5846         * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
5847         * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
5848         * undo.c, window.c: Adjust users.
5849         * buffer.c (set_buffer_if_live): Fix comment.
5851 2012-08-28  Dmitry Antipov  <dmantipov@yandex.ru>
5853         Fix usage of set_buffer_internal.
5854         * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
5855         * buffer.c (set_buffer_if_live): Use set_buffer_internal.
5856         * coding.c (decode_coding): Omit redundant test.
5857         * fileio.c (decide_coding_unwind): Likewise.
5858         * fns.c (secure_hash): Likewise.
5859         * insdel.c (modify_region): Likewise.
5860         * keyboard.c (command_loop_1): Likewise.
5861         * print.c (PRINTFINISH): Likewise.
5862         * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
5864 2012-08-27  Paul Eggert  <eggert@cs.ucla.edu>
5866         * dispnew.c: Use bool for boolean.
5867         (frame_garbaged, display_completed, delayed_size_change)
5868         (fonts_changed_p, add_window_display_history)
5869         (add_frame_display_history, verify_row_hash)
5870         (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
5871         (row_equal_p, realloc_glyph_pool)
5872         (allocate_matrices_for_frame_redisplay)
5873         (showing_window_margins_p)
5874         (adjust_frame_glyphs_for_frame_redisplay)
5875         (build_frame_matrix_from_leaf_window, make_current)
5876         (mirrored_line_dance, mirror_line_dance, update_frame)
5877         (update_window_tree, update_single_window)
5878         (check_current_matrix_flags, update_window, update_text_area)
5879         (update_window_line, set_window_update_flags, scrolling_window)
5880         (update_frame_1, scrolling, buffer_posn_from_coords)
5881         (do_pending_window_change, change_frame_size)
5882         (change_frame_size_1, sit_for):
5883         Use bool for boolean.
5884         (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
5885         and remove last int (actually boolean) argument, which was always 0.
5886         All callers changed.
5887         * dispextern.h, frame.h, lisp.h: Reflect above API changes.
5888         * dispextern.h (struct composition_it): Use bool for boolean.
5889         (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
5890         (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
5891         * dired.c (file_name_completion):
5892         Use bool for boolean.  (This was missed in an earlier change.)
5894 2012-08-27  Martin Rudalics  <rudalics@gmx.at>
5896         * window.c (Fset_window_configuration): Revert first part of
5897         last change.
5899 2012-08-27  Jan Djärv  <jan.h.d@swipnet.se>
5901         * nsterm.h (NSPanel): New class variable dialog_return.
5903         * nsmenu.m (initWithContentRect:styleMask:backing:defer:):
5904         Initialize dialog_return.
5905         (windowShouldClose:): Use stop instead of stopModalWithCode.
5906         (clicked:): Ditto, and also set dialog_return (Bug#12258).
5907         (timeout_handler:): Use stop instead of abortModal.  Send a dummy
5908         event.
5909         (runDialogAt:): Make ret Lisp_Object.  Set it from dialog_return when
5910         modal loop returns.
5912 2012-08-27  Paul Eggert  <eggert@cs.ucla.edu>
5914         * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
5915         * composite.c (find_composition, composition_gstring_p)
5916         (composition_reseat_it, find_automatic_composition):
5917         * data.c (let_shadows_buffer_binding_p)
5918         (let_shadows_global_binding_p, set_internal, make_blv)
5919         (Fmake_variable_buffer_local, Fmake_local_variable)
5920         (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
5921         (cons_to_signed, arith_driver):
5922         * dbusbind.c (xd_in_read_queued_messages):
5923         * dired.c (directory_files_internal, file_name_completion):
5924         Use bool for booleans.
5925         * dired.c (file_name_completion):
5926         * process.h (fd_callback):
5927         Omit int (actually boolean) argument.  It wasn't being used.
5928         All uses changed.
5929         * composite.h, lisp.h: Reflect above API changes.
5931         * cmds.c, coding.c: Use bool for booleans.
5932         * cmds.c (move_point, Fself_insert_command):
5933         * coding.h (struct composition status, struct coding_system):
5934         * coding.c (detect_coding_utf_8, encode_coding_utf_8)
5935         (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
5936         (emacs_mule_char, decode_coding_emacs_mule)
5937         (encode_coding_emacs_mule, detect_coding_iso_2022)
5938         (decode_coding_iso_2022, encode_invocation_designation)
5939         (encode_designation_at_bol, encode_coding_iso_2022)
5940         (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
5941         (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
5942         (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
5943         (encode_coding_raw_text, detect_coding_charset)
5944         (decode_coding_charset, encode_coding_charset, detect_eol)
5945         (detect_coding, get_translation_table, produce_chars)
5946         (consume_chars, reused_workbuf_in_use)
5947         (make_conversion_work_buffer, code_conversion_save)
5948         (decode_coding_object, encode_coding_object)
5949         (detect_coding_system, char_encodable_p)
5950         (Funencodable_char_position, code_convert_region)
5951         (code_convert_string, code_convert_string_norecord)
5952         (Fset_coding_system_priority):
5953         * fileio.c (Finsert_file_contents):
5954         Use bool for booleans.
5955         * coding.h, lisp.h: Reflect above API changes.
5956         * coding.c: Remove unnecessary static function decls.
5957         (detect_coding): Use unsigned, not signed, to copy an unsigned field.
5958         (decode_coding, encode_coding, decode_coding_gap): Return 'void',
5959         not a boolean 'int', since callers never look at the return value.
5960         (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
5961         * coding.h (decoding_buffer_size, encoding_buffer_size)
5962         (emacs_mule_string_char): Remove unused extern decls.
5963         (struct iso_2022_spec, struct coding_system):
5964         Use 'unsigned int : 1' for boolean fields, since there's more than one.
5965         (struct emacs_mule_spec): Remove unused field 'full_support'.
5966         All initializations removed.
5967         * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
5969 2012-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
5971         Fix spare memory change (Bug#12286).
5972         * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
5973         (valid_lisp_object_p): Likewise.
5975 2012-08-27  Martin Rudalics  <rudalics@gmx.at>
5977         * window.c (Fset_window_configuration): Record any window's old
5978         buffer if it's replaced (see Bug#8789).  If the new current
5979         buffer doesn't appear in the selected window, go to its old
5980         point (Bug#12208).
5982 2012-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
5984         Special MEM_TYPE_SPARE to denote reserved memory.
5985         * alloc.c (enum mem_type): New memory type.
5986         (refill_memory_reserve): Use new type for spare memory.
5987         This prevents live_cons_p and live_string_p from incorrect
5988         detection of uninitialized objects from spare memory as live.
5990 2012-08-26  Paul Eggert  <eggert@cs.ucla.edu>
5992         Spelling fixes.
5993         * Makefile.in (.PHONY): versioclean -> versionclean.
5995         Remove unused external symbols.
5996         * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
5997         * window.c (Qwindow_valid_p, decode_valid_window):
5998         Now static, not extern.
5999         * data.c (Qinterval): Remove; unused.
6000         (syms_of_data): Do not define 'interval'.
6001         * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
6002         * window.h (decode_valid_window):
6003         Remove decls.
6005         * character.c, charset.c, chartab.c: Use bool for booleans.
6006         * character.c (lisp_string_width, string_count_byte8)
6007         (string_escape_byte8):
6008         * charset.c (charset_map_loaded, load_charset_map, read_hex):
6009         (load_charset_map_from_file, map_charset_chars)
6010         (Fdefine_charset_internal, define_charset_internal)
6011         (Fdeclare_equiv_charset, find_charsets_in_text)
6012         (Ffind_charset_region, char_charset, Fiso_charset):
6013         * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
6014         (sub_char_table_set, sub_char_table_set_range)
6015         (char_table_set_range, optimize_sub_char_table)
6016         (map_sub_char_table):
6017         Use bool for boolean.
6018         * character.c (str_to_unibyte): Omit last boolean argument; it was
6019         always 0.  All callers changed.
6020         * character.h, charset.h: Adjust to match previous changes.
6021         * character.h (char_printable_p): Remove decl of nonexistent function.
6022         * charset.h (struct charset): Members code_linear_p, iso_chars_96,
6023         ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
6024         are all boolean, so make them single-bit bitfields.
6026         * lisp.h (ASET): Remove attempt to detect side effects.
6027         It was meant to be temporary and it often doesn't work,
6028         because when IDX has side effects the behavior of IDX==IDX
6029         is undefined.  See Stefan Monnier in
6030         <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
6032 2012-08-26  Barry OReilly  <gundaetiapo@gmail.com>  (tiny change)
6034         * lisp.h (functionp): New function (extracted from Ffunctionp).
6035         (FUNCTIONP): Use it.
6036         * eval.c (Ffunctionp): Use it.
6038 2012-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6040         * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
6041         as that's faster and simpler than static storage.  Don't bother
6042         with the g_main_context_query overhead if g_main_context_pending
6043         says no events are pending.
6044         (gfds, gfds_size): Remove these static vars.
6045         (xgselect_initialize): Remove; no longer needed.
6046         All uses and decls removed.
6048         * emacs.c (fatal_error_signal_hook): Remove.
6049         All uses removed.  This leftover from old code was always 0.
6051         * casefiddle.c, casetab.c, category.c: Use bool for boolean.
6052         * casefiddle.c (casify_object, casify_region):
6053         * casetab.c (set_case_table):
6054         * category.c, category.h (word_boundary_p):
6055         * category.h (CHAR_HAS_CATEGORY):
6056         Use bool for booleans, instead of int.
6058 2012-08-25  Eli Zaretskii  <eliz@gnu.org>
6060         * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
6062 2012-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6064         On assertion failure, print backtrace if available.
6065         * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
6066         (die) [ENABLE_CHECKING]: Print a backtrace if available.
6067         * Makefile.in (LIB_EXECINFO): New macro.
6068         (LIBES): Use it.
6070         * bytecode.c, callint.c, callproc.c: Use bool for boolean.
6071         * bytecode.c (exec_byte_code):
6072         * callint.c (check_mark, Fcall_interactively):
6073         * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
6074         (getenv_internal, sync_process_alive, call_process_exited):
6075         * lisp.h (USE_SAFE_ALLOCA):
6076         Use bool for booleans, instead of int.
6077         * lisp.h, process.h: Adjust prototypes to match above changes.
6078         * callint.c (Fcall_interactively): Don't assume the mark's
6079         offset fits in 'int'.
6081 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6083         * buffer.c, buffer.h: Use bool for boolean.
6084         * buffer.c (reset_buffer_local_variables)
6085         (buffer_lisp_local_variables, Fset_buffer_modified_p)
6086         (Frestore_buffer_modified_p, Fset_buffer_multibyte):
6087         (overlays_at, overlays_in, mouse_face_overlay_overlaps)
6088         (overlay_touches_p, overlay_strings, Foverlay_put)
6089         (report_overlay_modification, call_overlay_mod_hooks):
6090         (mmap_enlarge, mmap_set_vars):
6091         * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
6092         Use bool for booleans, instead of int.
6093         * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
6094         since the 1-or-0 return value is always ignored anyway.
6095         (mmap_initialized_p):
6096         * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
6097         * buffer.h, lisp.h: Adjust prototypes to match above changes.
6099 2012-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6101         * bidi.c: Use bool for boolean.
6102         This is a bit more readable, and makes the text segment of bidi.o
6103         0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
6104         Presumably it's faster too.
6105         (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
6106         Now bool.
6107         (bidi_cache_find_level_change, bidi_cache_iterator_state)
6108         (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
6109         (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
6110         (bidi_explicit_dir_char, bidi_level_of_next_char)
6111         (bidi_find_other_level_edge, bidi_move_to_visually_next):
6112         Use bool for booleans, instead of int.
6113         * dispextern.h (bidi_init_it, bidi_paragraph_init)
6114         (bidi_unshelve_cache): Adjust decls to match code.
6116 2012-08-23  Martin Rudalics  <rudalics@gmx.at>
6118         * keyboard.c (Fposn_at_x_y): Do not allow internal window as
6119         argument.
6121 2012-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6123         * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
6124         * atimer.h: Include <stdbool.h>.
6126 2012-08-22  Dan Nicolaescu  <dann@gnu.org>
6128         * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
6129         compile time tests instead of run time tests on systems that do
6130         not use them.
6131         (FRAME_MAC_P): Remove leftover from deleted code.
6132         * frame.c (syms_of_frame): Remove leftover from deleted code.
6134 2012-08-22  Jan Djärv  <jan.h.d@swipnet.se>
6136         * nsterm.m (insertText:): Don't clear modifiers if code is space.
6138 2012-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6140         * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
6141         Otherwise, the compiler complains about (A?B:C) where B is void
6142         and C is Lisp_Object.  This fixes an incompatibility with Sun C 5.12.
6143         (fontset_add): Return void, for FONTSET_ADD.
6145 2012-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6147         * alloc.c: Use bool for booleans.
6148         (gc_in_progress, abort_on_gc)
6149         (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
6150         (dont_register_blocks) [GC_MALLOC_CHECK]:
6151         (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
6152         (check_string_bytes, make_specified_string, memory_full)
6153         (live_string_p, live_cons_p, live_symbol_p, live_float_p)
6154         (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
6155         (mark_stack, valid_pointer_p, make_pure_string)
6156         (Fgarbage_collect, survives_gc_p, gc_sweep):
6157         Use bool for booleans, instead of int.
6158         (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
6159         Remove unused local.
6160         * alloc.c (PURE_POINTER_P):
6161         * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
6162         * editfns.c (Fformat):
6163         * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
6164         (Fdo_auto_save):
6165         * fns.c (sweep_weak_table):
6166         * lisp.h (suppress_checking, push_message, survives_gc_p)
6167         (make_pure_string, gc_in_progress, abort_on_gc):
6168         * lread.c (readchar, read1):
6169         * print.c (Fprin1_to_string):
6170         * xdisp.c (push_message):
6171         Use bool for booleans affected directly or indirectly by
6172         alloc.c's changes.
6174         Make recently-introduced setters macros.
6175         * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
6176         (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
6177         (set_fontset_default, set_fontset_fallback): Rename from their
6178         upper-case counterparts, and make them functions rather than macros.
6179         This is more consistent with the other recently-introduced setters.
6180         These don't need to be inline, since they're local.
6182 2012-08-21  Jan Djärv  <jan.h.d@swipnet.se>
6184         * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
6185         the loop (Bug#12247).
6187 2012-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6189         * lisp.h (vcopy): Use memcpy rather than our own loop.
6190         This fixes a performance regression introduced by the recent
6191         addition of vcopy.  This means 'vcopy' will need to be modified
6192         for a copying collector, but that's OK.  Also, tighten the
6193         checking in the assertion.
6195 2012-08-21  Eli Zaretskii  <eliz@gnu.org>
6197         * w32uniscribe.c (uniscribe_shape): Fix producing gstring
6198         components for RTL text (Bug#11860).  Adjust X-OFFSET of each
6199         non-base glyph for the width of the base character, according to
6200         what x_draw_composite_glyph_string_foreground expects.
6201         Generate WADJUST value according to composition_gstring_width's
6202         expectations, to produce correct width of the composed character.
6203         Reverse the sign of the DU offset produced by ScriptPlace.
6205 2012-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6207         * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
6209 2012-08-21  Dmitry Antipov  <dmantipov@yandex.ru>
6211         Avoid direct writes to contents member of struct Lisp_Vector.
6212         * lisp.h (vcopy): New function to copy data into vector.
6213         * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
6214         * fns.c (Ffillarray): Use ASET.
6215         * keyboard.c (timer_check_2): Use AREF and ASET.
6216         (append_tool_bar_item, Frecent_keys): Use vcopy.
6217         * lread.c (read_vector): Use ASET.
6218         * msdos.c (Frecent_doskeys): Use vcopy.
6219         * xface.c (Finternal_copy_lisp_face): Use vcopy.
6220         (Finternal_merge_in_global_face): Use ASET and vcopy.
6221         * xfont.c (xfont_list_pattern): Likewise.
6223 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
6225         * window.c (Fwindow_point): For the selected window always return
6226         the position of its buffer's point.
6227         (Fset_window_point): For the selected window always go in its
6228         buffer to the specified position.
6230 2012-08-21  Dmitry Antipov  <dmantipov@yandex.ru>
6232         Setter macros for fontsets.
6233         * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
6234         (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
6235         (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
6236         Adjust users.
6238 2012-08-20  Glenn Morris  <rgm@gnu.org>
6240         * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
6241         Don't assume that `ln -f' works.
6243 2012-08-20  Eli Zaretskii  <eliz@gnu.org>
6245         * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
6246         and later about non-assignments with no effect.  See discussion at
6247         http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
6248         details.
6250 2012-08-20  Dmitry Antipov  <dmantipov@yandex.ru>
6252         Inline setter functions for Lisp_Objects slots of struct specbinding.
6253         * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
6254         Adjust users.
6256 2012-08-20  Martin Rudalics  <rudalics@gmx.at>
6258         * window.c (select_window): Always make selected window's buffer
6259         current.
6261 2012-08-20  Dmitry Antipov  <dmantipov@yandex.ru>
6263         Use AREF and ASET for docstrings of category tables.
6264         * category.h (CATEGORY_DOCSTRING): Use AREF.
6265         (SET_CATEGORY_DOCSTRING): Use ASET.
6266         * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
6268 2012-08-20  Dmitry Antipov  <dmantipov@yandex.ru>
6270         Inline setter functions for hash table members.
6271         * lisp.h (set_hash_key, set_hash_value, set_hash_next)
6272         (set_hash_hash, set_hash_index): Rename with _slot suffix.
6273         (set_hash_key_and_value, set_hash_index, set_hash_next)
6274         (set_hash_hash): New functions.
6275         * charset.c, fns.c: Adjust users.
6277 2012-08-20  Dmitry Antipov  <dmantipov@yandex.ru>
6279         Inline getter and setter functions for per-buffer values.
6280         * buffer.h (per_buffer_default, set_per_buffer_default)
6281         (per_buffer_value, set_per_buffer_value): New functions.
6282         (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
6283         * buffer.c, data.c: Adjust users.
6285 2012-08-20  Juanma Barranquero  <lekktu@gmail.com>
6287         * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
6289 2012-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6291         Rely on <config.h> + <unistd.h> to declare 'environ',
6292         as gnulib does this if the system doesn't.
6293         * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
6294         Remove declaration.  MS-Windows declares it on stdlib.h which is
6295         included by conf_post.h.
6296         * emacs.c (environ) [DOUG_LEA_MALLOC]:
6297         * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
6298         * vm-limit.c: Include <unistd.h>, for 'environ'.
6300         * unexaix.c, unexcoff.c: Include "mem-limits.h".
6301         (start_of_data): Remove decl; mem-limits.h provides it.
6303         * xdisp.c (handle_invisible_prop): Make it a bit faster
6304         and avoid a gcc -Wmaybe-uninitialized diagnostic.
6306 2012-08-19  Chong Yidong  <cyd@gnu.org>
6308         * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
6309         ends (Bug#3874).
6311 2012-08-19  Andreas Schwab  <schwab@linux-m68k.org>
6313         * .gdbinit: Use call instead of set when calling a function in the
6314         inferior.
6316         * data.c (set_internal): Don't use set_blv_found.
6317         (Fkill_local_variable): Likewise.
6319 2012-08-18  Alp Aker  <alp.tekin.aker@gmail.com>
6321         * nsfont.m (ns_ascii_average_width): Ensure the string
6322         ascii_printable is initialized with a null-terminated character
6323         array.  Otherwise, it can contain undesired extra characters.
6325 2012-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6327         port new setting code to Sun C 5.8 2005/10/13
6328         * chartab.c, lisp.h (char_table_set, char_table_set_range):
6329         Return void, not Lisp_Object.  Otherwise, the compiler
6330         complains about (A?B:C) where B is void and C is Lisp_Object
6331         when compiling CHAR_TABLE_SET, due to the recent change to
6332         the API of sub_char_table_set_contents.
6334 2012-08-18  Chong Yidong  <cyd@gnu.org>
6336         * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
6337         for the string case (Bug#3874).
6339 2012-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6341         * buffer.h (BSET): Remove (Bug#12215).
6342         Replace all uses with calls to new setter functions.
6343         (bset_bidi_paragraph_direction, bset_case_canon_table)
6344         (bset_case_eqv_table, bset_directory, bset_display_count)
6345         (bset_display_time, bset_downcase_table)
6346         (bset_enable_multibyte_characters, bset_filename, bset_keymap)
6347         (bset_last_selected_window, bset_local_var_alist)
6348         (bset_mark_active, bset_point_before_scroll, bset_read_only)
6349         (bset_truncate_lines, bset_undo_list, bset_upcase_table)
6350         (bset_width_table):
6351         * buffer.c (bset_abbrev_mode, bset_abbrev_table)
6352         (bset_auto_fill_function, bset_auto_save_file_format)
6353         (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
6354         (bset_bidi_display_reordering, bset_buffer_file_coding_system)
6355         (bset_cache_long_line_scans, bset_case_fold_search)
6356         (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
6357         (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
6358         (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
6359         (bset_fringe_indicator_alist, bset_fringes_outside_margins)
6360         (bset_header_line_format, bset_indicate_buffer_boundaries)
6361         (bset_indicate_empty_lines, bset_invisibility_spec)
6362         (bset_left_fringe_width, bset_major_mode, bset_mark)
6363         (bset_minor_modes, bset_mode_line_format, bset_mode_name)
6364         (bset_name, bset_overwrite_mode, bset_pt_marker)
6365         (bset_right_fringe_width, bset_save_length)
6366         (bset_scroll_bar_width, bset_scroll_down_aggressively)
6367         (bset_scroll_up_aggressively, bset_selective_display)
6368         (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
6369         (bset_word_wrap, bset_zv_marker):
6370         * category.c (bset_category_table):
6371         * syntax.c (bset_syntax_table):
6372         New setter functions.
6374         * process.h (PSET): Remove (Bug#12215).
6375         Replace all uses with calls to new setter functions.
6376         Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6377         (PROCESS_INLINE): New macro.
6378         (pset_childp): New setter function.
6379         (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
6380         * process.c (PROCESS_INLINE):
6381         Define to EXTERN_INLINE, so that the corresponding functions
6382         are compiled into code.
6383         (pset_buffer, pset_command, pset_decode_coding_system)
6384         (pset_decoding_buf, pset_encode_coding_system)
6385         (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
6386         (pset_plist, pset_sentinel, pset_status, pset_tty_name)
6387         (pset_type, pset_write_queue): New setter functions.
6389         * window.h (WSET): Remove (Bug#12215).
6390         Replace all uses with calls to new setter functions.
6391         Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6392         (WINDOW_INLINE): New macro.
6393         (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
6394         (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
6395         (wset_total_lines, wset_vertical_scroll_bar)
6396         (wset_window_end_pos, wset_window_end_valid)
6397         (wset_window_end_vpos): New setter functions.
6398         * window.c (WINDOW_INLINE):
6399         Define to EXTERN_INLINE, so that the corresponding functions
6400         are compiled into code.
6401         (wset_combination_limit, wset_dedicated, wset_display_table)
6402         (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
6403         (wset_new_normal, wset_new_total, wset_next_buffers)
6404         (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
6405         (wset_prev_buffers, wset_right_fringe_width)
6406         (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
6407         (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
6408         (wset_window_parameters):
6409         * xdisp.c (wset_base_line_number, wset_base_line_pos)
6410         (wset_column_number_displayed, wset_region_showing):
6411         New setter functions.
6413         * termhooks.h (TSET): Remove (Bug#12215).
6414         Replace all uses with calls to new setter functions.
6415         Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6416         (TERMHOOKS_INLINE): New macro.
6417         (tset_charset_list, tset_selection_alist): New setter functions.
6418         * terminal.c (TERMHOOKS_INLINE):
6419         Define to EXTERN_INLINE, so that the corresponding functions
6420         are compiled into code.
6421         (tset_param_alist): New setter function.
6423 2012-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6425         * keyboard.h (KSET): Remove (Bug#12215).
6426         Replace all uses with calls to new setter functions.
6427         Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6428         (KEYBOARD_INLINE): New macro.
6429         (kset_default_minibuffer_frame, kset_defining_kbd_macro)
6430         (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
6431         (kset_prefix_arg, kset_system_key_alist, kset_window_system):
6432         New setter functions.
6433         * keyboard.c (KEYBOARD_INLINE):
6434         Define to EXTERN_INLINE, so that the corresponding functions
6435         are compiled into code.
6436         (kset_echo_string, kset_kbd_queue)
6437         (kset_keyboard_translate_table, kset_last_prefix_arg)
6438         (kset_last_repeatable_command, kset_local_function_key_map)
6439         (kset_overriding_terminal_local_map, kset_real_last_command)
6440         (kset_system_key_syms): New setter functions.
6442         * frame.h (FSET): Remove (Bug#12215).
6443         Replace all uses with calls to new setter functions.
6444         Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
6445         (FRAME_INLINE): New macro.
6446         (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
6447         (fset_current_tool_bar_string, fset_desired_tool_bar_string)
6448         (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
6449         (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
6450         (fset_param_alist, fset_root_window, fset_scroll_bars)
6451         (fset_selected_window, fset_title, fset_tool_bar_items)
6452         (fset_tool_bar_position, fset_tool_bar_window): New functions.
6453         * frame.c (FRAME_INLINE):
6454         Define to EXTERN_INLINE, so that the corresponding functions
6455         are compiled into code.
6456         (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
6458         A few more naming-convention fixes for getters and setters.
6459         * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
6460         and rename from buffer_overlays_set_before.
6461         (set_buffer_overlays_after): Move here from buffer.h, and rename
6462         from buffer_overlays_set_after.
6463         * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
6464         All uses changed.
6465         (set_buffer_intervals): Rename from buffer_set_intervals.
6466         * intervals.c (set_interval_object): Move here from intervals.h,
6467         and rename from interval_set_object.
6468         (set_interval_left): Move here from intervals.h, and rename from
6469         interval_set_left.
6470         (set_interval_right): Move here from intervals.h, and rename from
6471         interval_set_right.
6472         (copy_interval_parent): Move here from intervals.h, and rename from
6473         interval_copy_parent.
6474         * intervals.h (set_interval_parent): Rename from interval_set_parent.
6475         (set_interval_plist): Rename from interval_set_plist.
6476         Return void, not Lisp_Object, since no caller uses the result.
6477         * lisp.h (string_intervals): Rename from string_get_intervals.
6478         (set_string_intervals): Rename from string_set_intervals.
6480         * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
6481         (set_char_table_contents): Rename from char_table_set_contents.
6482         (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
6483         All uses changed.  See the end of
6484         <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
6486         * lisp.h (CSET): Remove (Bug#12215).
6487         (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
6488         (set_char_table_purpose): New functions,
6489         replacing CSET.  All uses changed.  For example, replace
6490         "CSET (XCHAR_TABLE (char_table), parent, parent);" with
6491         "set_char_table_parent (char_table, parent);".
6492         The old version was confusing because it used the same name
6493         'parent' for two different things.
6495 2012-08-17  Dmitry Antipov  <dmantipov@yandex.ru>
6497         Functions to get and set Lisp_Object fields of buffer-local variables.
6498         * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
6499         (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
6500         (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
6501         * data.c, eval.c, frame.c: Adjust users.
6503 2012-08-17  Chong Yidong  <cyd@gnu.org>
6505         * xfaces.c (merge_face_vectors): If the target font specfies a
6506         font spec, make the font's attributes take precedence over
6507         directly-specified attributes.
6508         (merge_face_ref): Recognize :font.
6510 2012-08-17  Dmitry Antipov  <dmantipov@yandex.ru>
6512         Do not use memcpy for copying intervals.
6513         * intervals.c (reproduce_interval): New function.
6514         (reproduce_tree, reproduce_tree_obj): Use it.
6515         (reproduce_tree_obj): Remove prototype.
6517 2012-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6519         * lisp.h (duration_to_sec_usec): Remove unused decl.
6521 2012-08-17  Alp Aker  <alp.tekin.aker@gmail.com>
6523         * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
6524         to an allocated instance of NSString, not to the class itself.
6526 2012-08-17  Juanma Barranquero  <lekktu@gmail.com>
6528         * makefile.w32-in (C_CTYPE_H): New macro.
6529         (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
6530         ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
6531         ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
6533 2012-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6535         Use ASCII tests for character types.
6536         * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
6537         * xfns.c, xterm.c:
6538         Don't include <ctype.h>; was not needed.
6539         * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
6540         * sysdep.c, xfaces.c:
6541         Include <c-ctype.h> instead of <ctype.h>.
6542         * nsterm.m: Include <c-ctype.h>.
6543         * charset.c (read_hex):
6544         * doc.c (Fsnarf_documentation):
6545         * fileio.c (IS_DRIVE) [WINDOWSNT]:
6546         (DRIVE_LETTER) [DOS_NT]:
6547         (Ffile_name_directory, Fexpand_file_name)
6548         (Fsubstitute_in_file_name):
6549         * font.c (font_parse_xlfd, font_parse_fcname):
6550         * frame.c (x_set_font_backend):
6551         * gtkutil.c (xg_get_font):
6552         * image.c (xbm_scan, xpm_scan, pbm_scan_number):
6553         * nsimage.m (hexchar):
6554         * nsterm.m (ns_xlfd_to_fontname):
6555         * sysdep.c (system_process_attributes):
6556         * xfaces.c (hash_string_case_insensitive):
6557         Use C-locale tests instead of locale-specific tests for character
6558         types, since we want the ASCII interpretation here, not the
6559         interpretation suitable for whatever happens to be the current locale.
6561 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
6563         Consistently check windows for validity/liveness
6564         (Bug#11984, Bug#12025, Bug#12026).
6565         * lisp.h (CHECK_VALID_WINDOW): New macro.
6566         * window.c (decode_window): Rename to decode_live_window.
6567         (decode_valid_window, Fwindow_valid_p): New functions.
6568         (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
6569         (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
6570         (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
6571         (Fwindow_prev_sibling, Fwindow_combination_limit)
6572         (Fset_window_combination_limit, Fwindow_use_time)
6573         (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
6574         (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
6575         (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
6576         (Fwindow_hscroll, Fset_window_hscroll)
6577         (Fwindow_redisplay_end_trigger)
6578         (Fset_window_redisplay_end_trigger, Fwindow_edges)
6579         (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
6580         (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
6581         (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
6582         (Fwindow_end, Fset_window_point, Fset_window_start)
6583         (Fpos_visible_in_window_p, Fwindow_line_height)
6584         (Fwindow_dedicated_p, Fset_window_dedicated_p)
6585         (Fwindow_prev_buffers, Fset_window_prev_buffers)
6586         (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
6587         (Fset_window_parameter, Fwindow_display_table)
6588         (Fset_window_display_table, Fdelete_other_windows_internal)
6589         (Fset_window_buffer, Fset_window_new_total)
6590         (Fset_window_new_normal, Fdelete_window_internal)
6591         (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
6592         (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
6593         (Fwindow_scroll_bars): Check whether argument window is a valid or
6594         live window.  Update doc-strings.
6595         (syms_of_window): New symbol Qwindow_valid_p.
6596         * keyboard.c (Fposn_at_x_y): Check whether argument
6597         frame_or_window denotes a valid window.
6599 2012-08-16  Dmitry Antipov  <dmantipov@yandex.ru>
6601         Fix previous char table change.
6602         * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
6603         * chartab.c (optimize_sub_char_table): Likewise.
6605 2012-08-16  Chong Yidong  <cyd@gnu.org>
6607         * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
6609         * xfont.c (xfont_open):
6610         * xftfont.c (xftfont_open): Set the font's max_width field.
6612         * nsfont.m (nsfont_open): Similar to the Xft backend, set
6613         min_width to space_width and average_width to the average over
6614         printable ASCII characters.
6615         (ns_char_width): Code cleanup.
6616         (ns_ascii_average_width): New utility function.
6618         * font.h (struct font): Update comments.
6620 2012-08-16  Dmitry Antipov  <dmantipov@yandex.ru>
6622         Simple interface to set Lisp_Object fields of character tables.
6623         * lisp.h (CSET): New macro.
6624         (char_table_set_extras, char_table_set_contents)
6625         (sub_char_table_set_contents): New function.
6626         * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
6627         * syntax.c: Adjust users.
6629 2012-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6631         * eval.c (eval_sub): Bind lexical-binding.
6632         * lread.c (Qlexical_binding): Make non-static.
6634 2012-08-15  Jan Djärv  <jan.h.d@swipnet.se>
6636         * nsmenu.m (popupSession): Remove.
6637         (pop_down_menu): Remove endModalSession.
6638         (timeout_handler:): New method.
6639         (runDialogAt:): Get next timeout.  Start a NSTimer with that timeout.
6640         Call runModalForWindow.  Check timer_fired when it returns.
6641         If not set, cancel timer and break out of loop.
6642         Otherwise loop again, with a new timeout.
6644         * nsterm.m: Include fcntl.h if present.
6645         (fd_entry, t_readfds, inNsSelect): Remove.
6646         (select_writefds, select_valid, select_timeout, selfds)
6647         (select_mutex, apploopnr): Add.
6648         (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
6649         Otherwise call kbd_buffer_store_event.
6650         (ns_send_appdefined): Remove release of fd_entry.
6651         (ns_read_socket): Always send appdefined.  Remove inNsSelect check.
6652         Increment and decrement apploopnr.
6653         (ns_select): If no file descriptors, just do a NSTimer.
6654         Otherwise copy read/write masks and start select thread (fd_handler).
6655         Start main loop and wait for application defined event.
6656         Inform select thread to stop selecting after main loop is exited.
6657         (ns_term_init): Create selfds pipe and set non-blocking.
6658         Initialize select_mutex.  Start the select thread (fd_handler).
6659         (fd_handler:): Loop forever, wait for info from the main thread
6660         to either start or stop selecting.  When select returns, send
6661         and appdefined event.
6662         (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
6663         If not call kbd_buffer_store_event.
6665         * nsterm.h (EmacsApp): fd_handler takes id argument.
6666         (EmacsDialogPanel): Add timer_fired and timeout_handler.
6668         * gtkutil.c (xg_mark_data): Use FRAME_X_P.
6670 2012-08-15  Eli Zaretskii  <eliz@gnu.org>
6672         * region-cache.c (move_cache_gap): Update gap_len using the actual
6673         growth of the boundaries array.  Do not change cache_len.
6674         (Bug#12196)
6676 2012-08-15  Dmitry Antipov  <dmantipov@yandex.ru>
6678         Generalize and cleanup font subsystem checks.
6679         * font.h (FONT_DEBUG, font_assert): Remove.
6680         * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
6681         Change font_assert to eassert.  Use eassert where appropriate.
6683 2012-08-15  Dmitry Antipov  <dmantipov@yandex.ru>
6685         * gtkutil.c (xg_get_font): Use pango_units_to_double.
6687 2012-08-15  Chong Yidong  <cyd@gnu.org>
6689         * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
6690         When using the new font chooser, use gtk_font_chooser_get_font_desc to
6691         extract the font descriptor instead of just the font name.
6692         In that case, return a font spec instead of a string.
6693         (x_last_font_name): Move to this file from xfns.c.
6695         * xfns.c (Fx_select_font): The return value can also be a font
6696         spec.  Move x_last_font_name management to gtkutil.c.
6698         * xfaces.c: Make font weight and style symbols non-static.
6700 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6702         * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
6703         (bug#12117).
6705 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * alloc.c (Fgarbage_collect): Use plural form consistently.
6709 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
6711         * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
6712         iteration through the command loop.  Fixes a problem whereby mouse
6713         movements are ignored until the first mouse click.
6715 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6717         Use bool, not int, for Lisp booleans.
6718         This is more natural, and on my platform (GCC 4.7.1 x86-64) it
6719         makes Emacs a bit smaller and presumably a bit faster.
6720         * lisp.h: Include <stdbool.h>.
6721         (struct Lisp_Boolfwd, defvar_bool):
6722         * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
6723         * regex.c [!emacs]: Include <stdbool.h>.
6724         (false, true): Remove; <stdbool.h> does this for us now.
6726 2012-08-14  Chong Yidong  <cyd@gnu.org>
6728         * character.c (Fcharacterp): Doc fix (Bug#12076).
6730         * data.c (Findirect_variable): Doc fix (Bug#11040).
6732         * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
6734         * editfns.c (Fformat): Doc fix (Bug#12059).
6735         (Fsave_current_buffer): Doc fix (Bug#11542).
6737 2012-08-14  Barry OReilly  <gundaetiapo@gmail.com>  (tiny change)
6739         * keyboard.c (access_keymap_keyremap): Accept anonymous functions
6740         (bug#12022).
6742 2012-08-14  Martin Rudalics  <rudalics@gmx.at>
6744         * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
6745         (delete_frame, Fmake_frame_invisible, Ficonify_frame):
6746         * minibuf.c (choose_minibuf_frame, read_minibuf):
6747         * w32fns.c (x_create_tip_frame):
6748         * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
6749         Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
6751 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6753         * intervals.c (offset_intervals): Remove obsolete comment.
6755 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
6757         * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
6759 2012-08-14  Gergely Risko  <gergely@risko.hu>
6761         * coding.c (decode_coding): Record buffer modification before
6762         disabling undo_list (Bug#11773).
6764 2012-08-14  Dmitry Antipov  <dmantipov@yandex.ru>
6766         Revert and cleanup some recent overlay changes.
6767         * buffer.h (enum overlay_type): Remove.
6768         (buffer_get_overlays, buffer_set_overlays): Likewise.
6769         (buffer_set_overlays_before, buffer_set_overlays_after):
6770         New function.  Adjust users.
6771         (unchain_both): Add eassert.
6773 2012-08-14  Dmitry Antipov  <dmantipov@yandex.ru>
6775         * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
6777 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6779         * gtkutil.c (xg_mark_data): Don't assume C99.
6781 2012-08-13  Jan Djärv  <jan.h.d@swipnet.se>
6783         * gtkutil.c (xg_frame_tb_info): New struct.
6784         (TB_INFO_KEY): New define.
6785         (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
6786         (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
6787         (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
6788         if not present.
6789         (update_frame_tool_bar): Return early if data in xg_frame_tb_info
6790         is up to date.  Otherwise store new data.
6791         (free_frame_tool_bar): Free xg_frame_tb_info if present.
6793 2012-08-13  Dmitry Antipov  <dmantipov@yandex.ru>
6795         Use KSET for write access to Lisp_Object members of struct kboard.
6796         * keyboard.h (KSET): New macro.
6797         * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
6798         * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
6799         * xterm.c: Adjust users.
6801 2012-08-13  Dmitry Antipov  <dmantipov@yandex.ru>
6803         Use BSET for write access to Lisp_Object members of struct buffer.
6804         * buffer.h (BSET): New macro.
6805         * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
6806         * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
6807         * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
6808         * window.c, xdisp.c, xfns.c: Adjust users.
6810 2012-08-11  BT Templeton  <bpt@hcoop.net>  (tiny change)
6812         * lread.c (syms_of_lread): Initialize Vlexical_binding.
6814 2012-08-11  Jan Djärv  <jan.h.d@swipnet.se>
6816         * nsterm.m (not_in_argv): New function.
6817         (application:openFile, application:openTempFile:):
6818         (application:openFileWithoutUI:, application:openFiles:): Open file
6819         if not_in_argv returns non-zero (bug#12171).
6821         * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
6822         (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
6823         Define for Gtk+ versions less than 3.2.
6824         (xg_get_font_name): Use those functions/macros here.
6825         Reported by Frans Oilinki <moilinki@gmail.com>.
6827 2012-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6829         * unexmacosx.c (copy_data_segment): Copy initialized data in
6830         statically linked libraries from input file rather than memory.
6832         * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
6833         LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
6834         (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
6836 2012-08-10  Glenn Morris  <rgm@gnu.org>
6838         * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
6839         * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
6841 2012-08-10  Dmitry Antipov  <dmantipov@yandex.ru>
6843         Fix last change to allow compilation with low optimization levels.
6844         * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
6845         Reported by Jan Djärv <jan.h.d@swipnet.se>.
6847 2012-08-10  Dmitry Antipov  <dmantipov@yandex.ru>
6849         Use common inline syntax in intervals.h.
6850         * intervals.h (INTERVALS_INLINE): New macro.
6851         Change all users from LISP_INLINE.
6853 2012-08-10  Dmitry Antipov  <dmantipov@yandex.ru>
6855         Define Qnone once for all platforms.
6856         * frame.c (Qnone): Define here.
6857         (syms_of_frame): DEFSYM it.
6858         * lisp.h (Qnone): New declaration.
6859         * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
6860         * xfns.c: Remove duplication.  Adjust users.
6862 2012-08-10  Dmitry Antipov  <dmantipov@yandex.ru>
6864         Remove unused macros from intervals.h.
6865         * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
6866         * intervals.c: Adjust comment.
6868 2012-08-10  Eli Zaretskii  <eliz@gnu.org>
6870         * w32fns.c <w32_unicode_gui>: New static variable.
6871         (globals_of_w32fns): Initialize it according to os_subtype.
6872         (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
6873         testing os_subtype.
6875 2012-08-10  Joakim Hårsman  <joakim.harsman@gmail.com>  (tiny change)
6876             Eli Zaretskii  <eliz@gnu.org>
6878         Fix bug #10299 with Unicode characters sent by customized
6879         keyboards created by MSKLC.
6880         * w32fns.c (INIT_WINDOW_CLASS): New macro.
6881         (w32_init_class): Use it to initialize the Emacs class with either
6882         ANSI or Unicode API calls.
6883         (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
6884         later.
6885         (w32_wnd_proc): If the character code sent by WM_CHAR or
6886         WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
6887         original message.  Call DefWindowProcW on NT and later.
6889 2012-08-10  Glenn Morris  <rgm@gnu.org>
6891         * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
6893         * lisp.h (DIRECTORY_SEP): Let configure set it.
6895 2012-08-09  Dmitry Antipov  <dmantipov@yandex.ru>
6897         Use TSET for write access to Lisp_Object slots of struct terminal.
6898         * termhooks.h (TSET): New macro.
6899         * coding.c, terminal.c, xselect.c: Adjust users.
6901 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6903         * xdisp.c (safe_eval_handler): Remove prototype.  Receive args describing
6904         the failing expression, include them in the error message.
6905         * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
6906         * lisp.h (internal_condition_case_n): Update declaration.
6908 2012-08-08  Dmitry Antipov  <dmantipov@yandex.ru>
6910         Inline functions to examine and change buffer overlays.
6911         * buffer.c (unchain_both): New function.
6912         * buffer.h (buffer_get_overlays, buffer_set_overlays):
6913         (buffer_has_overlays): New function.
6914         (enum overlay_type): New enum.
6915         * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
6916         * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
6918 2012-08-08  Dmitry Antipov  <dmantipov@yandex.ru>
6920         Inline functions to examine and change buffer intervals.
6921         * alloc.c (mark_interval_tree): Remove.
6922         (MARK_INTERVAL_TREE): Simplify.
6923         (UNMARK_BALANCE_INTERVALS): Remove.  Adjust users.
6924         * intervals.c (buffer_balance_intervals): New function.
6925         (graft_intervals_into_buffer): Adjust indentation.
6926         (set_intervals_multibyte): Simplify.
6927         * buffer.h (BUF_INTERVALS): Remove.
6928         (buffer_get_intervals, buffer_set_intervals): New function.
6929         * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
6930         * intervals.c, textprop.c: Adjust users.
6932 2012-08-08  Dmitry Antipov  <dmantipov@yandex.ru>
6934         Inline functions to examine and change string intervals.
6935         * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
6936         (string_get_intervals, string_set_intervals): New function.
6937         * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
6938         * lread.c, print.c, textprop.c: Adjust users.
6940 2012-08-08  Glenn Morris  <rgm@gnu.org>
6942         * lisp.mk (lisp): Remove language/persian.elc.
6944 2012-08-08  Dmitry Antipov  <dmantipov@yandex.ru>
6946         Cleanup intervals.
6947         * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
6948         (NULL_INTERVAL_P): Likewise.  Adjust users.
6949         (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
6950         Adjust comment.  Move under #if 0.
6951         * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
6952         * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
6954 2012-08-08  Dmitry Antipov  <dmantipov@yandex.ru>
6956         Check total length of intervals with eassert.
6957         * intervals.h (CHECK_TOTAL_LENGTH): Remove.
6958         * intervals.c: Change all users to eassert.
6960 2012-08-07  Eli Zaretskii  <eliz@gnu.org>
6962         * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
6963         Rename fields to match removal of FGET and WGET and disuse of
6964         INTERNAL_FIELD in Lisp_Cons.
6966 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
6968         Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
6969         * lisp.h (struct Lisp_Symbol): Change xname to meaningful
6970         name since all xname users are fixed long time ago.  Do not
6971         use INTERNAL_FIELD.
6972         (set_symbol_name, set_symbol_function, set_symbol_plist):
6973         (set_symbol_next, set_overlay_plist): New function.
6974         (struct Lisp_Cons): Do not use INTERNAL_FIELD.
6975         (struct Lisp_Overlay): Likewise.
6976         (CVAR, MVAR, SVAR): Remove.
6977         * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
6978         * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
6979         * xterm.c: Adjust users.
6980         * .gdbinit: Change to use name field of struct Lisp_Symbol
6981         where appropriate.
6983 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
6985         Basic functions to set Lisp_Object and pointer slots of intervals.
6986         * intervals.h (interval_set_parent, interval_set_object):
6987         (interval_set_left, interval_set_right, interval_set_plist):
6988         (interval_copy_parent): New function.
6989         (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
6990         (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
6991         Adjust indentation.
6992         (INTERVAL_SIZE): Remove.  Adjust users.
6993         * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
6995 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
6997         Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
6998         * process.h (PGET): Remove.
6999         (struct Lisp_Process): Do not use INTERNAL_FIELD.
7000         * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
7002 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
7004         Drop WGET and revert read access to Lisp_Objects slots of struct window.
7005         * window.h (WGET): Remove.
7006         (struct window): Do not use INTERNAL_FIELD.
7007         * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7008         * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7009         * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
7010         * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
7011         * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
7012         Adjust users.
7014 2012-08-07  Chong Yidong  <cyd@gnu.org>
7016         * window.c (Fwindow_edges, Fwindow_pixel_edges)
7017         (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
7018         (Fdelete_window_internal): Signal an error if the window is not on
7019         a live frame (Bug#12025).
7021 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
7023         Drop FGET and revert read access to Lisp_Objects slots of struct frame.
7024         * frame.h (FGET): Remove.
7025         (struct frame): Do not use INTERNAL_FIELD.
7026         * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
7027         * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
7028         * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7029         * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
7031 2012-08-06  Juanma Barranquero  <lekktu@gmail.com>
7033         * w32.c: Silence compiler warnings.
7034         (map_w32_filename): Remove unused variable `is_fat'.
7035         (chase_symlinks): Add parentheses around expression.
7037 2012-08-06  Glenn Morris  <rgm@gnu.org>
7039         * sysdep.c: Respect BROKEN_GETWD.
7041         * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
7042         Let configure handle it.
7043         (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
7045 2012-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7047         Use GCALIGNMENT where appropriate.
7048         * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
7049         (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
7050         (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
7052 2012-08-06  Eli Zaretskii  <eliz@gnu.org>
7054         * w32menu.c (set_frame_menubar, initialize_frame_menubar):
7055         Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
7057 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7059         * buffer.h (struct buffer): Revert `indirections' to a simple int;
7060         that should be sufficient for everyone.
7062 2012-08-06  Jan Djärv  <jan.h.d@swipnet.se>
7064         * keyboard.c (timer_check_2): Add break so timer_check returns next
7065         timeout.
7067 2012-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7069         Fix Windows build errors introduced after converting to WGET and WSET.
7070         * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
7071         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7073 2012-08-06  Jan Djärv  <jan.h.d@swipnet.se>
7075         * nsterm.m (ns_frame_rehighlight): Use FSET.
7077         * nsmenu.m (ns_update_menubar): Use FSET.
7079 2012-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7081         Separate read and write access to Lisp_Object slots of Lisp_Process.
7082         * process.h (PGET, PSET): New macros similar to AREF and ASET.
7083         * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
7085 2012-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7087         Separate read and write access to Lisp_Object slots of struct window.
7088         * window.h (WGET, WSET): New macros similar to AREF and ASET.
7089         * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7090         * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7091         * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
7092         * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
7093         * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
7094         Adjust users.
7096 2012-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7098         Fix Windows build errors introduced after converting to FGET and FSET.
7099         * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
7100         (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
7101         (w32_judge_scroll_bars): Change to use FSET.
7102         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7104 2012-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7106         Fix replacement typo.
7107         * window.c (replace_window): Set root_window instead of
7108         selected_window.  This fixes a total window subsystem
7109         malfunction reported by Bastien Guerry <bzg@gnu.org>.
7111 2012-08-06  Glenn Morris  <rgm@gnu.org>
7113         * lisp.mk (lisp): Add language/persian.elc.
7115 2012-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7117         Separate read and write access to Lisp_Object slots of struct frame.
7118         * frame.h (FGET, FSET): New macros similar to AREF and ASET.
7119         * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
7120         * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
7121         * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7122         * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
7124 2012-08-05  Andreas Schwab  <schwab@linux-m68k.org>
7126         * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
7128 2012-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7130         Generalize common compile-time constants.
7131         * lisp.h (header_size, bool_header_size, word_size): Now here.
7132         (struct Lisp_Vector): Add comment.
7133         (struct Lisp_Bool_Vector): Move up to define handy constants.
7134         (VECSIZE, PSEUDOVECSIZE): Simplify.
7135         (SAFE_ALLOCA_LISP): Use new constant.  Adjust indentation.
7136         * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
7137         * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
7138         * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
7139         * xfont.c, xmenu.c: Use word_size where appropriate.
7141 2012-08-05  Lawrence Mitchell  <wence@gmx.li>
7143         * search.c (Freplace_match): Treat \? in the replacement text
7144         literally (Bug#8161).
7146 2012-08-05  Chong Yidong  <cyd@gnu.org>
7148         * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
7149         * frame.c (Vdelete_frame_functions):
7150         * emacs.c (Vkill_emacs_hook): Doc fix.
7152 2012-08-04  Eli Zaretskii  <eliz@gnu.org>
7154         * xfns.c (x_set_menu_bar_lines): Fix compilation error in
7155         --with-x-toolkit=no builds.
7156         Reported by Carsten Mattner <carstenmattner@gmail.com>.
7158 2012-08-04  Chong Yidong  <cyd@gnu.org>
7160         * syntax.c (Fmodify_syntax_entry): Doc fix.
7162 2012-08-04  Eli Zaretskii  <eliz@gnu.org>
7164         Fix startup warnings about ../site-lisp on MS-Windows.  (Bug#11959)
7165         * w32.c (init_environment): Change the default values of many
7166         environment variables in dflt_envvars[] to NULL, to avoid pushing
7167         them into environment when they were not already defined.
7168         Remove the code that deletes site-lisp subdirectories from the default
7169         value of EMACSLOADPATH, as it is no longer needed.
7170         (check_windows_init_file): Now external, not static.
7171         Use Vload_path as is, without adding anything, as this function is now
7172         called when Vload_path is already set up.
7174         * w32.h (check_windows_init_file): Add prototype.
7176         * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
7177         directory, ignore the /*/i386/ tail in Vinvocation_directory, for
7178         compatibility with Posix platforms.
7179         (main): Move the call to check_windows_init_file to here from
7180         w32.c.
7181         (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
7182         any, in the DEFALT argument into the root of the Emacs build or
7183         installation tree, as appropriate.
7185         * callproc.c (init_callproc_1): Call decode_env_path instead of
7186         doing its equivalent by hand.
7187         (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
7188         the code that sets Vexec_path run on MS-Windows.
7190         * lread.c (init_lread): Add comments to #ifdef's.
7192         * msdos.c (dos_set_window_size, IT_update_begin)
7193         (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
7194         instead of direct references.
7196 2012-08-04  Paul Eggert  <eggert@cs.ucla.edu>
7198         Export DEFAULT_REHASH_* to GDB.
7199         * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
7200         Now constants, not macros.
7202 2012-08-03  Paul Eggert  <eggert@cs.ucla.edu>
7204         Remove unnecessary casts involving pointers.
7205         These casts are no longer needed now that we assume C89 or later,
7206         since they involve casting to or from void *.
7207         * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
7208         (make_pure_float, make_pure_vector):
7209         * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
7210         * macros.c (Fstart_kbd_macro):
7211         * menu.c (find_and_return_menu_selection):
7212         * minibuf.c (read_minibuf_noninteractive):
7213         * sysdep.c (closedir):
7214         * xdisp.c (x_produce_glyphs):
7215         * xfaces.c (compare_fonts_by_sort_order):
7216         * xfns.c (x_real_positions, select_visual):
7217         * xselect.c (x_stop_queuing_selection_requests)
7218         (x_get_window_property, x_get_window_property_as_lisp_data):
7219         * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
7220         Remove unnecessary pointer casts.
7221         * alloc.c (record_xmalloc): New function.
7222         * lisp.h (record_xmalloc): New decl.
7223         (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
7224         more like a function.  This is because the pointer cast is not
7225         needed.  All uses changed.
7226         * print.c (print_string, print_error_message): Avoid length recalc.
7228         Improve fix for macroexp crash with debugging (Bug#12118).
7229         * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
7230         ARRAY_MARK_FLAG when checking subscripts, because ASET is
7231         not supposed to be invoked from the garbage collector.
7232         See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
7233         (gc_aset): New function, which is like ASET but can be
7234         used in the garbage collector.
7235         (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
7236         (set_hash_index): Use it instead of ASET.
7238 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
7240         Support symlinks on latest versions of MS-Windows.
7241         * w32.c: Include winioctl.h and aclapi.h.
7242         (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
7243         (revert_to_self): Forward declarations of static functions.
7244         <static BOOL g_b_init_get_security_info>:
7245         <g_b_init_create_symbolic_link>: New static flags.
7246         (globals_of_w32): Initialize them to zero.
7247         (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
7248         (map_w32_filename): Improve commentary.  Simplify switch.
7249         (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
7250         headers (most versions of MinGW w32api don't).
7251         (get_security_info, create_symbolic_link)
7252         (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
7253         New functions.
7254         (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
7255         in the argument file name.
7256         (sys_access): Call unc_volume_file_attributes only if
7257         GetFileAttributes fails with network-related error codes.
7258         (sys_rename): Diagnose renaming of a symlink when the user doesn't
7259         have the required privileges.
7260         (get_file_security_desc_by_name): Rename from
7261         get_file_security_desc.
7262         (stat_worker): New function, with most of the guts of 'stat', and
7263         with addition of handling of symlinks and support for 'lstat'.
7264         If possible, get file's attributes and security information by
7265         handle, not by name.  Produce S_IFLNK bit for symlinks, when
7266         called from 'lstat'.
7267         (stat, lstat): New functions, call 'stat_worker'.
7268         (symlink, readlink, careadlinkat): Rewritten to create and resolve
7269         symlinks when the underlying filesystem supports them.
7271 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
7273         Fix macroexp crash on Windows with debugging (Bug#12118).
7274         * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
7275         checking subscripts; problem introduced with the recent
7276         "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
7277         (ARRAY_MARK_FLAG): Now a macro as well as a constant,
7278         since it's used in non-static inline functions now.
7280         * xfaces.c (face_at_buffer_position, face_for_overlay_string):
7281         Don't assume buffer size fits in 'int'.  Remove unused local.
7283         Use C99-style 'extern inline' if available.
7284         * buffer.h (BUFFER_INLINE):
7285         * category.h (CATEGORY_INLINE):
7286         * character.h (CHARACTER_INLINE):
7287         * charset.h (CHARSET_INLINE):
7288         * composite.h (COMPOSITE_INLINE):
7289         * dispextern.h (DISPEXTERN_INLINE):
7290         * lisp.h (LISP_INLINE):
7291         * systime.h (SYSTIME_INLINE):
7292         New macro, replacing 'static inline' in this header.
7293         * buffer.h, category.h, character.h, charset.h, composite.h:
7294         * dispextern.h, lisp.h, systime.h:
7295         Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
7296         * alloc.c (LISP_INLINE):
7297         * buffer.c (BUFFER_INLINE):
7298         * category.c (CATEGORY_INLINE):
7299         * character.c (CHARACTER_INLINE):
7300         * charset.c (CHARSET_INLINE):
7301         * composite.c (COMPOSITE_INLINE):
7302         * dispnew.c (DISPEXTERN_INLINE):
7303         * sysdep.c (SYSTIME_INLINE):
7304         Define to EXTERN_INLINE, so that the corresponding functions
7305         are compiled into code.
7306         * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
7307         (INLINE_HEADER_END): New macros.
7308         * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
7309         since it's used in non-static inline functions now.
7310         (VALMASK) [!USE_LSB_TAG]: Likewise.
7312 2012-08-02  Glenn Morris  <rgm@gnu.org>
7314         * s/: Remove empty directory.
7316         * s/ms-w32.h: Move to ../nt/inc.
7317         * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
7318         Update for new ms-w32.h location.
7320 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
7322         Port to Solaris 8.
7323         * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
7325 2012-08-02  Glenn Morris  <rgm@gnu.org>
7327         * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
7328         hard-coding the path separator.
7330 2012-08-01  Paul Eggert  <eggert@cs.ucla.edu>
7332         Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
7333         This how ASET and AREF are supposed to work, and makes
7334         it easier to think about future improvements.  See
7335         <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
7336         * charset.h (set_charset_attr): New function.
7337         All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
7338         * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
7339         (aref_addr): New function.  All uses of &AREF(...) changed.
7340         (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
7341         (set_hash_index): New functions.  All lvalue-style uses of
7342         HASH_KEY etc. changed.
7343         * keyboard.c (set_prop): New function.  All lvalue-style uses
7344         of PROP changed.
7346 2012-08-01  Alp Aker  <alp.tekin.aker@gmail.com>
7348         * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
7349         (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
7350         (EmacsScroller-dealloc): Adjust to use WVAR.  (Bug#12114)
7351         * nsfns.m (ns_set_name_as_filename): Likewise.
7352         * nsmenu.m (ns_update_menubar): Likewise.
7353         * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
7355 2012-08-01  Eli Zaretskii  <eliz@gnu.org>
7357         * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
7358         Adapt to latest changes in field names of the corresponding Lisp
7359         objects.
7361         * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
7363 2012-08-01  Glenn Morris  <rgm@gnu.org>
7365         * s/msdos.h: Remove file.
7366         * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
7367         * Makefile.in (S_FILE): Remove.
7368         (config_h): Remove S_FILE.
7370 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
7372         * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
7373         Remove; moved to nt/config.nt.
7375 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
7377         Use INTERNAL_FIELD for conses and overlays.
7378         * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
7379         Remove obsolete comment.
7380         (MVAR): New macro.
7381         (struct Lisp_Overlay): Use INTERNAL_FIELD.
7382         * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
7384 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
7386         Use INTERNAL_FIELD for symbols.
7387         * lisp.h (SVAR): New macro.  Adjust users.
7388         * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
7389         * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
7391 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
7393         Use INTERNAL_FIELD for processes.
7394         * process.h (PVAR): New macro.  Adjust style.
7395         (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
7396         * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
7398 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
7400         Use INTERNAL_FIELD for windows.
7401         * window.h (WVAR): New macro.
7402         (struct window): Change Lisp_Object members to INTERNAL_FIELD.
7403         * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
7404         * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
7405         * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
7406         * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
7407         * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
7409 2012-08-01  Paul Eggert  <eggert@cs.ucla.edu>
7411         * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
7413 2012-08-01  Glenn Morris  <rgm@gnu.org>
7415         * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
7416         Move to configure.ac.
7418 2012-08-01  Juanma Barranquero  <lekktu@gmail.com>
7420         * makefile.w32-in (CONFIG_H): Update dependencies.
7421         (CONF_POST_H): New macro.
7423         * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
7425 2012-07-31  Glenn Morris  <rgm@gnu.org>
7427         * Makefile.in (S_FILE): No longer set by configure.
7429         * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
7430         is available.
7431         (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
7433         * process.h (NULL_DEVICE):
7434         * emacs.c (SEPCHAR):
7435         * editfns.c (USER_FULL_NAME): Let configure set them.
7437         * s/README, s/template.h: Remove files.
7439         * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
7441         * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
7442         Move to configure.ac.
7444 2012-07-31  Eli Zaretskii  <eliz@gnu.org>
7446         * .gdbinit (xframe): Adapt to introduction of FVAR and the
7447         resulting renaming of 'struct frame' members.
7449         * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
7451         * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
7452         after introduction of FVAR.
7454 2012-07-31  Jan Djärv  <jan.h.d@swipnet.se>
7456         * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
7458         * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
7459         instead of compositeToPoint.
7460         (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
7462         * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
7464 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
7466         Generalize INTERNAL_FIELD between buffers, keyboards and frames.
7467         * lisp.h (INTERNAL_FIELD): New macro.
7468         * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
7469         (BVAR): Change to use INTERNAL_FIELD.
7470         * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
7471         (KVAR): Change to use INTERNAL_FIELD.
7472         * frame.h (FVAR): New macro.
7473         (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
7474         * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
7475         * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
7476         * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
7477         * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
7479 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
7481         Miscellaneous fixes for non-default X toolkits.
7482         * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
7483         * xterm.c (x_frame_of_widget): Remove redundant prototype.
7484         Move under #ifdef USE_LUCID.
7485         (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
7486         definition and usage to avoid warnings.
7488 2012-07-31  Jan Djärv  <jan.h.d@swipnet.se>
7490         * nsterm.m (openFiles): Fix previous checkin.
7492 2012-07-31  Paul Eggert  <eggert@cs.ucla.edu>
7494         * indent.c (compute_motion): Remove unused local.
7496 2012-07-31  Glenn Morris  <rgm@gnu.org>
7498         * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
7500         * conf_post.h [USG5_4]:
7501         Move remaining contents of s/usg5-4-common.h here.
7502         * s/usg5-4-common.h: Remove file.
7504         * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
7505         * s/irix6-5.h: Remove file.
7507         * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
7508         * s/darwin.h: Remove file.
7510         * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
7511         * s/hpux10-20.h: Remove file, which is now empty.
7513 2012-07-30  Glenn Morris  <rgm@gnu.org>
7515         * conf_post.h: New, split from configure.ac's AH_BOTTOM.
7516         * Makefile.in (config_h): Add conf_post.h.
7517         * makefile.w32-in (CONFIG_H): Add conf_post.h.
7519 2012-07-30  Jan Djärv  <jan.h.d@swipnet.se>
7521         * nsterm.m (ns_do_open_file): New variable.
7522         (ns_term_init): Set ns_do_open_file to YES after run returns.
7523         (openFile, openTempFile, openFileWithoutUI, openFiles):
7524         Open files only if ns_do_open_file.
7526 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
7528         * lisp.h (SWITCH_ENUM_CAST): Remove.  All uses removed.
7529         This no-op macro hasn't been needed for many years.
7530         * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
7532         Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
7533         * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
7534         * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
7535         gdb_make_enums_visible.
7536         (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
7537         (DIRECTORY_SEP): Now a constant, not a macro.
7539 2012-07-30  Eli Zaretskii  <eliz@gnu.org>
7541         * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
7542         w32_kbd_patch_key as the 2nd arg.  (Bug#12082)
7544         * w32term.c <w32_keyboard_codepage>: Renamed from
7545         keyboard_codepage and now external.  All users changed.
7547         * w32term.h: Add declaration of w32_keyboard_codepage.
7549         * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
7550         the codepage to translate keys to Unicode.  If this argument is
7551         -1, use the value returned by GetConsoleCP.  All callers changed.
7553 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
7555         Update .PHONY listings in makefiles.
7556         * Makefile.in (.PHONY): Add all, mostlyclean, clean,
7557         bootstrap-clean, distclean, maintainer-clean, versioclean,
7558         extraclean, frc.
7560         * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
7561         This is a bit clearer.  Fix some commentary typos.
7563 2012-07-30  Glenn Morris  <rgm@gnu.org>
7565         * s/netbsd.h: Let configure include signal.h if needed.
7566         Remove file, which is now empty.
7568         * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
7569         Let configure set them.
7570         * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
7571         No more need to undefine.
7573 2012-07-30  Andreas Schwab  <schwab@linux-m68k.org>
7575         * keymap.c (Fkey_description): Don't remove 0x80 bit from
7576         non-single-byte char when adding meta modifier.  (Bug#12090)
7578 2012-07-30  Dmitry Antipov  <dmantipov@yandex.ru>
7580         Convert safe_call to use variable number of arguments.
7581         * xdisp.c (safe_call): Convert to use varargs.  Adjust users.
7582         (safe_call2): Fix comment.
7583         * lisp.h (safe_call): Adjust prototype.
7584         * coding.c (encode_coding_object): Change to use safe_call2.
7585         * xfaces.c (merge_face_heights): Change to use safe_call1.
7587 2012-07-30  Glenn Morris  <rgm@gnu.org>
7589         * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
7590         does that unconditionally.  Remove file, which is now empty.
7592         * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
7593         Remove empty files.
7595 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
7597         Export to GDB most of lisp.h's remaining object-like macros.
7598         * lisp.h (min, max): Move earlier, because they're used earlier now.
7599         (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
7600         (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
7601         (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
7602         (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
7603         (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
7604         (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
7605         (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
7606         (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
7607         Now constants, for GDB.  They need not be macros.
7608         (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
7609         Now constants, for GDB, as well as macros, for static initializers.
7610         (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
7611         Move to after the definition of struct Lisp_Char_Table,
7612         since the former now needs that type defined.
7613         (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
7614         (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
7615         (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
7616         New enums, for gdb_make_enums_visible.
7617         (GLYPH_MODE_LINE_FACE): Remove; unused.
7618         * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
7619         (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
7620         CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
7621         enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
7622         enum maxargs, enum MAX_ALLOCA.
7623         (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
7624         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
7625         no longer needed, now that they are done in lisp.h.
7627 2012-07-30  Dmitry Antipov  <dmantipov@yandex.ru>
7629         Cleanup string bytes checking.
7630         * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove.  Convert
7631         all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
7632         (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
7633         (check_sblock, compact_small_strings): Simplify.
7635 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
7637         * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
7638         These macros are confusing and no longer need to be defined, as
7639         the enum values now suffice.  All uses replaced with definiens.
7640         (Lisp_Int1, Lisp_String): Define directly; this is clearer.
7642 2012-07-29  Juanma Barranquero  <lekktu@gmail.com>
7644         * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
7645         ($(BLD)/w32console.$(O)): Update dependencies.
7647 2012-07-29  Dmitry Antipov  <dmantipov@yandex.ru>
7649         Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
7650         * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
7651         time.  Adjust users.
7652         (CHECK_CONS_LIST): Remove.  Convert all users to check_cons_list.
7654 2012-07-29  Jan Djärv  <jan.h.d@swipnet.se>
7656         * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
7657         setting sitelisp (Bug#12010).
7659 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
7661         * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
7663         * w32heap.c (cache_system_info):
7664         * w32.c (sys_rename):
7665         * w32proc.c (find_child_console, sys_kill): All users changed.
7667 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
7669         * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
7671 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
7673         * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
7675 2012-07-29  Dmitry Antipov  <dmantipov@yandex.ru>
7677         Cleanup statistics calculation in Fgarbage_collect.
7678         * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
7679         Fix zombies percentage calculation.  Simplify elapsed time calculation.
7681 2012-07-29  Dmitry Antipov  <dmantipov@yandex.ru>
7683         Generalize marker debugging code under MARKER_DEBUG and use eassert.
7684         * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
7685         (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
7686         (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
7687         (replace_range, replace_range_2, del_range_2): Change to eassert.
7688         * marker.c (byte_char_debug_check): Adjust style.
7690 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
7692         Don't use the abbreviation "win" to refer to Windows (Bug#10421).
7693         * regex.c (MAX_BUF_SIZE): Remove some incorrect and
7694         long-ago-commented-out code that talks about "WIN32".
7695         * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
7696         All uses changed.
7698 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7700         Use Gnulib stdalign module (Bug#9772, Bug#9960).
7701         * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
7702         Simplify by using alignof.
7703         (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
7704         * lisp.h: Include <stdalign.h>.
7705         (GCALIGNMENT): New macro and constant.
7706         (DECL_ALIGN): Remove.  All uses replaced by alignas (GCALIGNMENT).
7707         (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
7708         (stdalign): New macro, if not already defined.
7710 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
7712         Fix non-ASCII input in non-GUI frames on MS-Windows.  (Bug#12055)
7713         * w32inevt.c: Include w32inevt.h.
7714         (w32_read_console_input): New inline function, calls either
7715         ReadConsoleInputA or ReadConsoleInputW, depending on the value of
7716         w32_console_unicode_input.
7717         (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
7718         (w32_kbd_patch_key, key_event): Use the codepage returned by
7719         GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
7720         (key_event): use uChar.UnicodeChar only if
7721         w32_console_unicode_input is non-zero.
7723         * w32console.c: Include w32heap.h.
7724         <w32_console_unicode_input>: New global variable.
7725         (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
7726         family of Windows, zero otherwise.
7728         * w32inevt.h: Declare w32_console_unicode_input.
7730         * xdisp.c (init_iterator): Don't reference tip_frame in a build
7731         --without-x.  (Bug#11742)
7733 2012-07-27  Paul Eggert  <eggert@cs.ucla.edu>
7735         Adjust GDB to reflect pvec_type changes (Bug#12036).
7736         * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
7737         2012-07-04 changes to pseudovector representation.
7738         Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
7740 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
7742         * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
7743         bus address.
7744         (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
7746 2012-07-27  Eli Zaretskii  <eliz@gnu.org>
7748         * alloc.c (listn): Fix the order the arguments are consed onto the
7749         list.
7751         * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
7752         enumeration constants, as PURE and HEAP are too general, and clash
7753         with other headers and sources, such as gmalloc.c and the
7754         MS-Windows system headers.  All users changed.
7756 2012-07-27  Dmitry Antipov  <dmantipov@yandex.ru>
7758         Revert last save_excursion_save and save_excursion_restore changes.
7759         * alloc.c, editfns.c, marker.c, lisp.h: Revert.
7760         Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
7762 2012-07-27  Dmitry Antipov  <dmantipov@yandex.ru>
7764         Fix recently-introduced typos in Windows port.
7765         Reported by Martin Rudalics <rudalics@gmx.at>.
7766         * w32.c (init_environment): Replace comma with semicolon.
7767         * w32fns.c (syms_of_w32fns): Add missing parenthesis.
7769 2012-07-27  Paul Eggert  <eggert@cs.ucla.edu>
7771         Improve GDB symbol export (Bug#12036).
7772         * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
7773         arms of an 'if', not using conditional expressions; otherwise GDB
7774         complains about the types in the unevaluated arm when the argument
7775         is an integer literal.
7776         (xgetint): Simplify expression.
7777         * alloc.c (gdb_make_enums_visible): New constant.  This ports to
7778         GCC 3.4.2 the export of symbols to GDB.  Problem reported by Eli
7779         Zaretskii in <http://bugs.gnu.org/12036#13>.
7780         * lisp.h (PUBLISH_TO_GDB): Remove.  All uses removed.  No longer
7781         needed now that we have gdb_make_enums_visible.
7782         (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
7783         (enum enum_USE_LSB_TAG):
7784         New enum types, packaging up enums that need to be exported to GDB.
7786 2012-07-27  Dmitry Antipov  <dmantipov@yandex.ru>
7788         Utility function to make a list from specified amount of objects.
7789         * lisp.h (enum constype): New datatype.
7790         (listn): New prototype.
7791         * alloc.c (listn): New function.
7792         (Fmemory_use_count, syms_of_alloc): Use it.
7793         * buffer.c (syms_of_buffer): Likewise.
7794         * callint.c (syms_of_callint): Likewise.
7795         * charset.c (define_charset_internal): Likewise.
7796         * coding.c (syms_of_coding): Likewise.
7797         * keymap.c (syms_of_keymap): Likewise.
7798         * search.c (syms_of_search): Likewise.
7799         * syntax.c (syms_of_syntax): Likewise.
7800         * w32.c (init_environment): Likewise.
7801         * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
7802         * xdisp.c (syms_of_xdisp): Likewise.
7803         * xfns.c (syms_of_xfns): Likewise.
7805 2012-07-27  Dmitry Antipov  <dmantipov@yandex.ru>
7807         Fast save_excursion_save and save_excursion_restore.
7808         * lisp.h (struct Lisp_Excursion): New data type.
7809         (PVEC_EXCURSION): New pseudovector type.
7810         (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
7811         to deal with it.  Adjust comments.
7812         (init_marker, attach_marker): New prototype.
7813         (unchain_marker): Adjust prototype.
7814         * marker.c (attach_marker): Change to global.
7815         (init_marker): New function.
7816         * alloc.c (Fmake_marker, build_marker): Use it.
7817         (build_marker): More easserts.
7818         (mark_object): Handle struct Lisp_Excursion.
7819         * editfns.c (save_excursion_save, save_excursion_restore):
7820         Reimplement to use struct Lisp_Excursion.  Add comments.
7822 2012-07-26  Paul Eggert  <eggert@cs.ucla.edu>
7824         Fix export of symbols to GDB (Bug#12036).
7825         * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
7826         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
7827         emacs.c, as this is a more-suitable home.  Had this been done earlier
7828         the fix for 12036 would have avoided some of the problems noted in
7829         <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
7830         would have been more obvious.
7831         * emacs.c: Do not include <verify.h>; no longer needed.
7832         (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
7833         (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
7834         (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
7835         Remove; now done in lisp.h.
7836         * lisp.h (PUBLISH_TO_GDB): New macro.
7837         (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
7838         (DATA_SEG_BITS): Use it.
7839         (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
7840         (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
7841         * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
7842         not be usable in #if.  This simplifies things.
7844 2012-07-26  Juanma Barranquero  <lekktu@gmail.com>
7846         * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
7848 2012-07-26  Paul Eggert  <eggert@cs.ucla.edu>
7850         Simplify export of symbols to GDB (Bug#12036).
7851         * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
7852         $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
7853         (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
7854         Adjust to changes in lisp.h and emacs.c, by using
7855         CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
7856         of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
7857         INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
7858         gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
7859         instead of gdb_valbits.
7860         (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
7861         PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
7862         instead of gdb_array_mark_flag.
7863         (xboolvector): Get size from $->size, not $->header.size.
7864         Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
7865         (xreload, hook-run, hookpost-run): Remove.
7866         * emacs.c: Include <verify.h>.
7867         (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
7868         (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
7869         Remove.
7870         (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
7871         (gdb_USE_LSB_TAG): New enum constants.
7872         (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
7873         Also define these as enum constants, so they're visible to GDB.
7874         (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
7875         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
7876         as constants, so they're visible to GDB.
7877         * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
7878         (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
7879         Now enum constants, not macros, so they're visible to GDB.
7880         (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
7881         more convenient now.  All uses changed.
7882         (VALMASK) [USE_LSB_TAG]: Also define in this case.
7883         * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
7885 2012-07-26  Dmitry Antipov  <dmantipov@yandex.ru>
7887         Explicitly free restriction data that are not needed anymore.
7888         * editfns.c (save_restriction_restore): Free restriction data.
7890 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7892         * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
7893         add argument, tune behavior, and adjust all callers.
7895 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
7897         Use typedef for EMACS_INT, EMACS_UINT.
7898         * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
7899         than macros.  This simplifies debugging in the usual case, since
7900         it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
7901         and it allows expressions involving EMACS_INT casts.
7902         * .gdbinit (xreload): Simplify by using EMACS_INT cast.
7904 2012-07-25  Jan Djärv  <jan.h.d@swipnet.se>
7906         * nsterm.m (ns_read_socket): Return early if there is a modal
7907         window (Bug#12043).
7909 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
7911         * frame.c (Fredirect_frame_focus): In doc-string don't mention
7912         that FOCUS-FRAME can be omitted.
7914 2012-07-25  Dmitry Antipov  <dmantipov@yandex.ru>
7916         Adjust buffer text indirection counters at the end of Fkill_buffer.
7917         * buffer.c (Fkill_buffer): Adjust indirection counters when the
7918         buffer is definitely dead.  This should really fix an issue reported
7919         by Christoph Scholtes again.  (Bug#12007).
7920         (init_buffer_once): Initialize indirection counters of
7921         buffer_defaults and buffer_local_symbols (for sanity and safety).
7923 2012-07-24  Eli Zaretskii  <eliz@gnu.org>
7925         * xdisp.c (init_iterator): Don't compute dimensions of truncation
7926         and continuation glyphs on tooltip frames, leave them at zero.
7927         Avoids continued lines in tooltips.  (Bug#11832)
7929 2012-07-24  Dmitry Antipov  <dmantipov@yandex.ru>
7931         Simplify copy_overlay.
7932         * buffer.c (copy_overlay): Simplify.  Use build_marker.
7933         * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
7935 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
7937         * print.c (print_object): Don't crash when a frame's name is nil
7938         or invalid.  (Bug#12025)
7940         * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
7941         it signals an error when a tooltip frame is being created.
7943 2012-07-23  Dmitry Antipov  <dmantipov@yandex.ru>
7945         Cleanup miscellaneous objects allocation and initialization.
7946         * alloc.c (allocate_misc): Change to static.  Add argument to
7947         specify the subtype.  Adjust comment and users.
7948         (build_overlay): New function.
7949         * buffer.c (copy_overlays, Fmake_overlay): Use it.
7950         * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
7951         (allocate_misc): Remove prototype.
7952         (build_overlay): Add prototype.
7954 2012-07-23  Dmitry Antipov  <dmantipov@yandex.ru>
7956         Swap buffer text indirection counters in Fbuffer_swap_text.
7957         * buffer.c (Fbuffer_swap_text): Swap indirections too.
7958         This avoids crash reported by Christoph Scholtes at
7959         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
7961 2012-07-22  Jan Djärv  <jan.h.d@swipnet.se>
7963         * nsmenu.m (Popdown_data): New struct.
7964         (pop_down_menu): p->pointer is Popdown_data.  Release the pool and
7965         free Popdown_data.
7966         (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
7967         (initWithContentRect): Make imgView and contentView non-static
7968         and autorelease them.  Also autorelease img and matrix (Bug#12005).
7969         (dealloc): Remove (Bug#12005).
7971 2012-07-22  Dmitry Antipov  <dmantipov@yandex.ru>
7973         Adjust consing_since_gc when objects are explicitly freed.
7974         * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
7975         (Fgarbage_collect): Use it.  Change minimum to 1/10 of default.
7976         (free_cons, free_misc): Subtract object size from consing_since_gc.
7978 2012-07-22  Dmitry Antipov  <dmantipov@yandex.ru>
7980         Simplify and cleanup markers positioning code.
7981         * marker.c (attach_marker): More useful eassert.
7982         (live_buffer, set_marker_internal): New function.
7983         (Fset_marker, set_marker_restricted): Use set_marker_internal.
7984         (set_marker_both, set_marker_restricted_both): Use live_buffer.
7986 2012-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7988         * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
7989         as it's limited by the amount of memory, not by INT_MAX.
7991 2012-07-21  Eli Zaretskii  <eliz@gnu.org>
7993         * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
7994         in special-event-map.  See the discussion at
7995         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
7996         for the reasons.
7998         * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
7999         info.dwItemData.  Fixes crashes on 64-bit Windows.
8000         Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
8002 2012-07-21  Jan Djärv  <jan.h.d@swipnet.se>
8004         * nsterm.m (accessibilityAttributeValue): New function.  (Bug#11134).
8005         (conversationIdentifier): Return value is NSInteger.
8006         * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
8008 2012-07-21  Chong Yidong  <cyd@gnu.org>
8010         * window.c (decode_any_window): Signal an error if the window is
8011         on a dead frame (Bug#11984).
8013 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
8015         Add indirection counting to speed up Fkill_buffer.
8016         * buffer.h (struct buffer): New member.
8017         * buffer.c (Fget_buffer_create): Set indirection counter to 0.
8018         (Fmake_indirect_buffer): Set indirection counter to -1, increment
8019         base buffer indirection counter.
8020         (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
8021         (Fkill_buffer): Adjust indirection counters as needed, don't walk
8022         through buffer list if indirection counter is 0.
8024 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
8026         Extend the value returned by Fgarbage_collect with heap statistics.
8027         * alloc.c (Qheap): New symbol.
8028         (syms_of_alloc): DEFSYM it.
8029         (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
8030         (Fmemory_free): Remove.
8031         (syms_of_alloc): Don't defsubr it.
8032         * buffer.c (Fcompact_buffer): Remove.
8033         (syms_of_buffer): Don't defsubr it.
8035 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
8037         Make maybe_gc inline.
8038         Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
8039         * lisp.h (consing_since_gc, gc_relative_threshold)
8040         (memory_full_cons_threshold): Revert declaration.
8041         (maybe_gc): Remove prototype, define as inline.
8042         * alloc.c: Remove old commented-out code.
8043         (consing_since_gc, gc_relative_threshold)
8044         (memory_full_cons_threshold): Revert to global.
8045         (maybe_gc): Remove.
8047 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
8049         Simple wrapper for make_unibyte_string, adjust font_open_by_name.
8050         * lisp.h (build_unibyte_string): New function.
8051         * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
8052         * sysdep.c, w32fns.c, xfns.c: Use it.
8053         * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
8054         of type Lisp_Object to avoid redundant calls to make_unibyte_string.
8055         Adjust users accordingly.
8056         * font.h (font_open_by_name): Adjust prototype.
8058 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
8060         Cleanup calls to Fgarbage_collect.
8061         * lisp.h (maybe_gc): New prototype.
8062         (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
8063         Remove declarations.
8064         * alloc.c (maybe_gc): New function.
8065         (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
8066         Make them static.
8067         * bytecode.c (MAYBE_GC): Use maybe_gc.
8068         * eval.c (eval_sub, Ffuncall): Likewise.
8069         * keyboard.c (read_char): Likewise.  Adjust call to maybe_gc
8070         to avoid dependency from auto-save feature.
8072 2012-07-19  Paul Eggert  <eggert@cs.ucla.edu>
8074         * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
8075         (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
8076         'for_each_per_buffer_object_at'.
8077         All uses changed.  It's better to use upper-case for macros that
8078         cannot be implemented as functions, to give the reader a clue
8079         that they're special.
8081 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8083         * alloc.c (Fgarbage_collect): Tweak docstring.
8085 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
8087         Tweak the value returned from Fgarbage_collect again.
8088         * alloc.c (Fgarbage_collect): New return value, as confirmed in
8089         http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
8090         Adjust documentation.
8091         (total_vector_bytes): Rename to total_vector_slots, adjust
8092         accounting.
8093         (total_free_vector_bytes): Rename to total_free_vector_slots,
8094         adjust accounting.
8095         (Qstring_bytes, Qvector_slots): New symbols.
8096         (syms_of_alloc): DEFSYM them.
8098 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
8100         Buffer compaction primitive which may be used from Lisp.
8101         * buffer.c (compact_buffer, Fcompact_buffer): New function.
8102         (syms_of_buffer): Register Fcompact_buffer.
8103         * alloc.c (Fgarbage_collect): Use compact_buffer.
8104         * buffer.h (compact_buffer): New prototype.
8105         (struct buffer_text): New member.
8107 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
8109         New macro to iterate over all buffers, miscellaneous cleanups.
8110         * lisp.h (all_buffers): Remove declaration.
8111         * buffer.h (all_buffers): Add declaration, with comment.
8112         (for_each_buffer): New macro.
8113         * alloc.c (Fgarbage_collect, mark_object): Use it.
8114         * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
8115         (init_buffer): Likewise.
8116         * data.c (Fset_default): Likewise.
8117         * coding.c (code_conversion_restore): Remove redundant check
8118         for dead buffer.
8119         * buffer.c (Fkill_buffer): Likewise.  Remove obsolete comment.
8121 2012-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8123         Fix bug that created negative-length intervals.
8124         * intervals.c (merge_interval_right, merge_interval_left):
8125         Do not zero out this interval if it is absorbed by its children,
8126         as this interval's total length doesn't change in that case.  See
8127         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
8129 2012-07-18  Paul Eggert  <eggert@cs.ucla.edu>
8131         * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
8132         when invoking (make-bool-vector N t) and N is a positive
8133         multiple of 8 -- the last 8 bits were mistakenly cleared.
8135         Remove some struct layout assumptions in bool vectors.
8136         * alloc.c (bool_header_size): New constant.
8137         (header_size, word_size): Move earlier, as they're now used earlier.
8138         Use 'word_size' in a few more places, where it's appropriate.
8139         (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
8140         padding before the data member of a bool vector.
8141         (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
8142         than doing the check by hand with an abort ().
8144 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8146         * eval.c (Fdefvar): Don't check constants since we only set the var if
8147         it's not yet defined anyway (bug#11904).
8149         * lisp.h (last_undo_boundary): Declare new var.
8150         * keyboard.c (command_loop_1): Set it.
8151         * cmds.c (Fself_insert_command): Use it to only remove boundaries that
8152         were auto-added by the command loop (bug#11774).
8154 2012-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8156         * w32font.c (Qsymbol): Remove local definition.
8157         (syms_of_w32font): Don't DEFSYM it.
8159 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
8161         Fix sweep_vectors to handle large bool vectors correctly.
8162         * alloc.c (sweep_vectors): Account total_vector_bytes for
8163         bool vectors larger than VBLOCK_BYTES_MAX.
8165 2012-07-18  Chong Yidong  <cyd@gnu.org>
8167         * frame.c (x_set_frame_parameters): Revert bogus change introduced
8168         in 2012-05-25 commit by Paul Eggert (Bug#11738).
8170 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
8172         Return more descriptive data from Fgarbage_collect.
8173         Suggested by Stefan Monnier in
8174         http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
8175         * alloc.c (bounded_number): New function.
8176         (total_buffers, total_vectors): New variable.
8177         (total_string_size): Rename to total_string_bytes, adjust users.
8178         (total_vector_size): Rename to total_vector_bytes, adjust users.
8179         (sweep_vectors): Account total_vectors and total_vector_bytes.
8180         (Fgarbage_collect): New return value.  Adjust documentation.
8181         (gc_sweep): Account total_buffers.
8182         (Fmemory_free, Fmemory_use_counts): Use bounded_number.
8183         (VECTOR_SIZE): Remove.
8184         * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
8185         (Qinterval, Qmisc): New symbols.
8186         (syms_of_data): Initialize them.
8187         * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
8188         (Qcons, Qbuffer): New declarations.
8190 2012-07-17  Paul Eggert  <eggert@cs.ucla.edu>
8192         * alloc.c (Fmemory_free): Account for memory-free's own storage.
8193         Round up, not down.  Improve doc.
8195 2012-07-17  Dmitry Antipov  <dmantipov@yandex.ru>
8197         Restore old code in allocate_string_data to avoid Faset breakage.
8198         Reported by Julien Danjou <julien@danjou.info> in
8199         http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
8200         * alloc.c (allocate_string_data): Restore old code with minor
8201         adjustments, fix comment to explain this subtle issue.
8203 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
8205         Remove FILE_SYSTEM_CASE.
8206         * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
8208         * fileio.c (FILE_SYSTEM_CASE): Don't define.
8209         (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
8210         Fixes problems on MS-DOS with Vtemp_file_name_pattern when
8211         call-process-region passes it through expand-file-name.
8213         * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
8215 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
8217         Fix crash when creating indirect buffer (Bug#11917)
8218         * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
8219         Don't handle unbound variables specially if non-zero.
8220         (Fbuffer_local_variables): Pass zero.
8221         (clone_per_buffer_values): Pass non-zero.
8223 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
8225         * gnutls.c (emacs_gnutls_handshake): Revert last change.  Add QUIT
8226         to make the loop interruptible.
8228 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
8230         * gnutls.c (emacs_gnutls_handshake): Only retry if
8231         GNUTLS_E_INTERRUPTED.
8233 2012-07-17  Dmitry Antipov  <dmantipov@yandex.ru>
8235         Cleanup and convert miscellaneous checks to eassert.
8236         * alloc.c (mark_interval): Fix comment, partially rephrase
8237         old comment from intervals.h (see below).
8238         * intervals.c (find_interval, adjust_intervals_for_insertion)
8239         (delete_interval, adjust_intervals_for_deletion)
8240         (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
8241         Convert to eassert.
8242         (adjust_intervals_for_insertion, make_new_interval):
8243         Remove obsolete and unused code.
8244         * intervals.h (struct interval): Remove obsolete comment.
8245         * textprotp.c (erase_properties): Remove unused code.
8246         (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
8247         (Fremove_list_of_text_properties): Convert to eassert.
8249 2012-07-17  Chong Yidong  <cyd@gnu.org>
8251         * editfns.c (Finsert_char): Doc fix.
8253 2012-07-17  Dmitry Antipov  <dmantipov@yandex.ru>
8255         Fix previous change to make Fmemory_free always accurate.
8256         * alloc.c (make_interval): Update total_free_intervals.
8257         (make_float): Likewise for total_free_floats.
8258         (free_cons, Fcons): Likewise for total_free_conses.
8259         (SETUP_ON_FREE_LIST, allocate_vector_from_block):
8260         Likewise for total_free_vector_bytes.
8261         (Fmake_symbol): Likewise for total_free_symbols.
8262         (bytes_free): Remove.
8264 2012-07-17  Dmitry Antipov  <dmantipov@yandex.ru>
8266         Simple free memory accounting feature.
8267         * alloc.c (bytes_free, total_free_vector_bytes): New variable.
8268         (sweep_vectors): Accumulate size of free vectors.
8269         (Fgarbage_collect): Setup bytes_free.
8270         (Fmemory_free): New function.
8271         (syms_of_alloc): Register it.
8273 2012-07-17  Dmitry Antipov  <dmantipov@yandex.ru>
8275         Cleanup overlays checking.
8276         * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
8277         * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
8278         eassert and OVERLAYP.
8279         (sort_overlays): Change to use OVERLAYP.
8281 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
8283         * editfns.c (Finsert_char): Make it interactive, and make the
8284         second arg optional.  Copy interactive spec and docstring from
8285         ucs-insert.
8287 2012-07-17  Paul Eggert  <eggert@cs.ucla.edu>
8289         * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
8290         Unlike the other wrapped functions, fabs has an unspecified
8291         effect on errno.
8293 2012-07-16  Jan Djärv  <jan.h.d@swipnet.se>
8295         * nsterm.m (keyDown): Interpret flags without left/right bits
8296         as the left key (Bug#11670).
8298 2012-07-16  Dmitry Antipov  <dmantipov@yandex.ru>
8300         Remove empty and useless init functions.
8301         * lisp.h (init_character_once, init_fns, init_image)
8302         (init_filelock, init_sound): Remove prototype.
8303         * character.c (init_character_once): Remove.
8304         * filelock.c (init_filelock): Likewise.
8305         * fns.c (init_fns): Likewise.
8306         * image.c (init_image): Likewise.
8307         * sound.c (init_sound): Likewise.
8308         * emacs.c (main): Adjust accordingly.
8310 2012-07-16  Dmitry Antipov  <dmantipov@yandex.ru>
8312         * gtkutil.h: Tiny cleanups.
8313         (use_old_gtk_file_dialog): Remove useless declaration.
8314         (xg_uses_old_file_dialog): Add suggested const attribute.
8316 2012-07-15  Eli Zaretskii  <eliz@gnu.org>
8318         * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
8319         (bidi_paragraph_init): Use it to limit search forward for a strong
8320         directional character in abnormally large paragraphs full of
8321         neutral or weak characters.  (Bug#11943)
8323 2012-07-15  Stefano Facchini  <stefano.facchini@gmail.com>  (tiny change)
8325         * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
8326         the toolbar (Bug#9451).
8327         (xg_make_tool_item): Give the widget event box a transparent
8328         background.
8330 2012-07-15  Dmitry Antipov  <dmantipov@yandex.ru>
8332         Cleanup basic allocation variables and functions.
8333         * alloc.c (ignore_warnings, init_intervals, init_float)
8334         (init_cons, init_symbol, init_marker): Remove.
8335         (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
8336         (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
8337         (cons_block_index): Initialize to CONS_BLOCK_SIZE.
8338         (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
8339         (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
8340         (staticidx, init_alloc_once, init_strings, free_ablock):
8341         Remove redundant initialization.
8342         * fns.c (init_weak_hash_tables): Remove.
8343         * lisp.h (init_weak_hash_tables): Remove prototype.
8345 2012-07-15  Dmitry Antipov  <dmantipov@yandex.ru>
8347         Use zero_vector where appropriate.
8348         * alloc.c (zero_vector): Define as Lisp_Object.  Adjust users
8349         accordingly.
8350         * lisp.h (zero_vector): New declaration.
8351         * font.c (null_vector): Remove.
8352         (syms_of_font): Remove initialization and staticpro.
8353         (font_list_entities, font_find_for_lface): Change to use zero_vector.
8354         * keymap.c (Faccessible_keymaps): Likewise.
8356 2012-07-15  Leo Liu  <sdl.web@gmail.com>
8358         * fringe.c: Fix typo in comments.
8360 2012-07-14  Leo Liu  <sdl.web@gmail.com>
8362         * fringe.c: Add a new bitmap exclamation-mark.
8364 2012-07-14  Eli Zaretskii  <eliz@gnu.org>
8366         * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
8368         * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
8369         (HAVE_MENUS): Don't define, defined by editing config.in with
8370         msdos/sed2v2.inp.
8371         (GMALLOC_INHIBIT_VALLOC): Don't define.
8372         (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
8374 2012-07-14  Juanma Barranquero  <lekktu@gmail.com>
8376         * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
8378 2012-07-14  Glenn Morris  <rgm@gnu.org>
8380         * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
8381         * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
8382         Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
8384 2012-07-13  Glenn Morris  <rgm@gnu.org>
8386         * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
8388         * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
8389         * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
8391 2012-07-13  Jan Djärv  <jan.h.d@swipnet.se>
8393         * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
8394         (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
8395         (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
8396         (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
8397         where appropriate.
8398         (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
8399         as boolean expression.
8400         (x_set_window_size): Remove unused variable toolbar.
8401         (ns_get_color_default, ns_mod_to_lisp): Remove.
8402         (ns_mouse_position): Remove unused variables xchar and ychar.
8403         (ns_compute_glyph_string_overhangs): Remove unused variable face.
8404         (ns_set_vertical_scroll_bar): Remove unused variable count.
8405         (ns_delete_terminal): Remove unused variable i.
8406         (ns_term_init): Remove unused variables r, g and b.
8407         (mouseDown): Remove unused variable window.
8408         (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
8409         (initFrameFromEmacs): Remove unused variable vbextra.
8410         (mouseEntered): Remove unused variables p and dpyinfo.
8411         (mouseExited): Remove unused variables p and r.
8412         (ns_define_frame_cursor, ns_clear_frame_area)
8413         (ns_draw_window_cursor, ns_initialize_display_info): Make static.
8414         (menuDown): Assign [sender tag] to variable and cast the variable.
8416         * nsterm.h (menuDown): Add id as type to argument sender.
8417         (ns_display_info_for_name): Add Lisp_Object argument.
8418         (ns_term_init): Add Lisp_Object argument.
8419         (ns_map_event_to_object): Add void argument.
8420         (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
8421         prototype with arguments and only declare if __OBJC__.
8422         (nxatoms_of_nsselect): Add void argument.
8423         (ns_lisp_to_cursor_type): Add Lisp_Object argument.
8424         (ns_alloc_autorelease_pool): Add void argument.
8425         (ns_release_autorelease_pool): Add void* argument.
8426         (ns_get_defaults_value): Add const char* argument.
8428         * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
8429         (initFromContents): Use SSDATA where appropriate.
8430         (ns_update_menubar): Add braces to ambigous if-else.
8431         (initWithTitle): Put () around assignment in if statement.
8432         (ns_menu_show): Remove unused variables window and keymap.
8433         (update_frame_tool_bar): Remove unused variable selected_p.
8434         (initWithContentRect): Remove unused variable this_cmd_name.
8436         * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
8437         appropriate.
8438         (setXBMColor): Remove unused variable len.
8439         (setPixmapData): Put () around assignment in loop statement.
8441         * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
8442         (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
8443         where appropriate.
8444         (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
8445         around assignment in loop statement.
8446         (nsfont_open): Remove unused variable i.
8447         (nsfont_open): Remove unused variable len.
8448         (nsfont_draw): Remove unused variable cs.
8450         * nsfns.m (x_set_icon_name, ns_set_name_internal)
8451         (ns_set_name_as_filename, ns_implicitly_set_icon_type)
8452         (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
8453         (Fns_get_resource, Fns_set_resource, Fx_open_connection)
8454         (Fns_font_name, Fns_perform_service)
8455         (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
8456         (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
8457         (ns_set_name): Remove unused variable view.
8458         (x_set_menu_bar_lines): Remove unused variable olines.
8459         (x_set_tool_bar_lines): Remove unused variable root_window.
8460         (Fns_list_colors): Put () around assignment in while statement.
8461         (Fns_perform_service): Remove unused variable len.
8462         (Fns_display_usable_bounds): Remove unused variable top.
8463         (syms_of_nsfns): Remove unused variable i.
8465         * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
8466         memcpy (Bug#11907).
8468 2012-07-13  Kalle Kankare  <kalle.kankare@iki.fi>  (tiny change)
8470         * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
8471         and free it with DestroyExceptionInfo (Bug#11558).
8473 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
8475         * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
8476         (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
8477         Set here, not in nt/config.nt.
8479 2012-07-13  Eli Zaretskii  <eliz@gnu.org>
8481         * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
8482         cursor overflow into the last glyph on display line when the right
8483         fringe is off.  (Bug#11832)
8485 2012-07-13  Paul Eggert  <eggert@cs.ucla.edu>
8487         * xdisp.c (produce_special_glyphs): Now static.
8488         * dispextern.h (produce_special_glyphs): Remove decl.
8490 2012-07-13  Glenn Morris  <rgm@gnu.org>
8492         * s/bsd-common.h, s/cygwin.h: Remove empty files.
8493         * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
8495         * s/usg5-4-common.h (USG, USG5):
8496         * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
8497         * s/sol2-6.h (SOLARIS2):
8498         * s/irix6-5.h (IRIX6_5):
8499         * s/hpux10-20.h (USG, USG5, HPUX):
8500         * s/gnu-linux.h (USG, GNU_LINUX):
8501         * s/freebsd.h (BSD_SYSTEM):
8502         * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
8503         * s/cygwin.h (CYGWIN):
8504         * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
8505         * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
8507 2012-07-13  BT Templeton  <bpt@hcoop.net>  (tiny change)
8509         * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
8511 2012-07-13  Glenn Morris  <rgm@gnu.org>
8513         * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
8515         * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
8517         * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
8518         * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
8520 2012-07-12  Glenn Morris  <rgm@gnu.org>
8522         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
8524         * process.c (init_process_emacs): Rename from init_process.
8525         The old name is also the name of a Mach system call.
8526         * lisp.h, emacs.c: Update for this name change.
8527         * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
8528         longer needed.
8530 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
8532         * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
8533         memmove call that removes glyphs covered by the left truncation
8534         glyph.  Improve commentary.
8535         (display_line): Fix display of continuation glyphs on GUI frames
8536         when the right fringe is turned off and variable-size fonts are
8537         used in the window.  Move the code that appends a stretch glyph to
8538         produce_special_glyphs, so that it could be used for truncation
8539         and continuation glyphs alike.
8540         (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
8541         glyph of a suitably computed width, to align the special glyphs at
8542         the window margin.  Code moved from display_line.  (Bug#11832)
8544 2012-07-12  Glenn Morris  <rgm@gnu.org>
8546         * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
8548         * s/gnu-linux.h, s/hpux10-20.h:
8549         Do not unconditionally define HAVE_XRMSETDATABASE.
8551         * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
8553 2012-07-12  Paul Eggert  <eggert@cs.ucla.edu>
8555         Fix typos that broke OS X build.
8556         Reported by Randal L. Schwartz in
8557         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
8558         * nsterm.m (ns_timeout): Add missing local decl.
8559         (ns_get_color): snprintf -> sprintf, to fix typo.
8561 2012-07-12  Glenn Morris  <rgm@gnu.org>
8563         * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
8564         * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
8565         * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
8566         Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
8568         * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
8569         Move PTY_OPEN to configure.
8571         * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
8572         * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
8573         * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
8575 2012-07-12  Dmitry Antipov  <dmantipov@yandex.ru>
8577         Use empty_unibyte_string where applicable.
8578         * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
8579         * lread.c (read1): Likewise.
8580         * xsettings.c (syms_of_xsettings): Likewise.
8582 2012-07-12  Glenn Morris  <rgm@gnu.org>
8584         * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
8585         * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
8586         * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
8587         * s/hpux10-20.h (RUN_TIME_REMAP):
8588         * s/bsd-common.h (TABDLY): Move to configure.
8590         * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
8592         * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
8594         * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
8595         (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
8597         * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
8599         * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
8600         * s/template.h: Move NARROWPROTO to configure.
8602 2012-07-11  Glenn Morris  <rgm@gnu.org>
8604         * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
8605         unused since 2011-01-17 change to systty.h.
8607         * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
8608         * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
8609         Move HAVE_PTYS and HAVE_SOCKETS to configure.
8611 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
8613         * s/sol2-6.h (HAVE_LIBKSTAT): Remove.  (Bug#11914)
8615 2012-07-11  Glenn Morris  <rgm@gnu.org>
8617         * s/darwin.h, s/gnu-linux.h, s/template.h:
8618         Move INTERRUPT_INPUT to configure.
8620 2012-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
8622         Minor adjustments to interning code.
8623         * lisp.h (intern, intern_c_string): Redefine as static inline
8624         wrappers for intern_1 and intern_c_string_1, respectively.
8625         (intern_1, intern_c_string_1): Rename prototypes.
8626         * lread.c (intern_1, intern_c_string_1, oblookup):
8627         Simplify Vobarray checking.
8628         * font.c (font_intern_prop): Likewise.  Adjust comment.
8629         * w32font.c (intern_font_name): Likewise.
8631 2012-07-11  Andreas Schwab  <schwab@linux-m68k.org>
8633         * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
8635         * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
8636         of Fcar/Fcdr if possible.
8637         * font.c (check_otf_features): Likewise.
8638         * fontset.c (Fnew_fontset): Likewise.
8639         * gnutls.c (Fgnutls_boot): Likewise.
8640         * minibuf.c (read_minibuf): Likewise.
8641         * msdos.c (IT_set_frame_parameters): Likewise.
8642         * xmenu.c (Fx_popup_dialog): Likewise.
8643         * w32menu.c (Fx_popup_dialog): Likewise.
8645 2012-07-11  Glenn Morris  <rgm@gnu.org>
8647         * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
8648         since nothing has defined it on these platforms.
8650         * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
8651         * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
8653         * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
8654         * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
8655         Move CLASH_DETECTION to configure.
8657         * s/gnu.h: Remove file, which is now empty.
8659         * s/gnu.h, s/gnu-linux.h:
8660         Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
8662 2012-07-11  John Wiegley  <johnw@newartisans.com>
8664         * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
8665         function attribute, so we only use it if it exists in the
8666         compiler.
8668 2012-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
8670         Avoid call to strlen in fast_c_string_match_ignore_case.
8671         * search.c (fast_c_string_match_ignore_case): Change to use
8672         length argument.  Adjust users accordingly.
8673         * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
8675 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
8677         Assume mkdir, rmdir.
8678         * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
8679         * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
8681         Assume rename.
8682         * sysdep.c (rename) [!HAVE_RENAME]: Remove.
8684         Assume perror.
8685         * s/hpux10-20.h (HAVE_PERROR): Remove.
8686         * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
8687         Remove dummy definition, as this problem was obsolete long ago.
8689         Assume strerror.
8690         * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
8692 2012-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
8694         Avoid calls to strlen in font processing functions.
8695         * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
8696         (font_open_by_name): Change to use length argument.
8697         Adjust users accordingly.
8698         * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
8699         Adjust prototypes.
8700         * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
8701         Change to return ptrdiff_t.
8702         (xfont_list_pattern, xfont_match): Use length returned by
8703         xfont_decode_coding_xlfd.
8704         * xfns.c (x_default_font_parameter): Omit useless xstrdup.
8706 2012-07-11  Glenn Morris  <rgm@gnu.org>
8708         * s/darwin.h, s/freebsd.h, s/netbsd.h:
8709         Move DONT_REOPEN_PTY to configure.
8711         * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
8712         * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
8714 2012-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8716         Remove "#define unix" that is no longer needed (Bug#11905).
8717         * s/aix4-2.h (unix): Remove; no longer needed.
8719         EMACS_TIME simplification (Bug#11875).
8720         This replaces macros (which typically do not work in GDB)
8721         with functions, typedefs and enums, making the code easier to debug.
8722         The functional style also makes code easier to read and maintain.
8723         * systime.h: Include <sys/time.h> on all hosts, not just if
8724         WINDOWSNT, since 'struct timeval' is needed in general.
8725         (EMACS_TIME): Now a typedef, not a macro.
8726         (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
8727         not macros.
8728         (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
8729         (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
8730         (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
8731         (EMACS_TIME_LE): Now functions, not macros.
8732         (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
8733         (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
8734         which are not functions.  All uses rewritten to use:
8735         (make_emacs_time): New function.
8736         (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
8737         (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
8738         not functions.  All uses rewritten to use the following, respectively:
8739         (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
8740         (add_emacs_time, sub_emacs_time): New functions.
8741         * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
8742         * fileio.c (Fcopy_file):
8743         * xterm.c (XTflash): Get the current time closer to when it's used.
8744         * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
8746         * bytecode.c (targets): Suppress -Woverride-init warnings.
8748         Simplify by avoiding confusing use of strncpy etc.
8749         * doc.c (Fsnarf_documentation):
8750         * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
8751         * frame.c (Fmake_terminal_frame):
8752         * gtkutil.c (get_utf8_string):
8753         * lread.c (openp):
8754         * nsmenu.m (ns_update_menubar):
8755         * regex.c (regerror):
8756         Prefer memcpy to strncpy and strncat when either will do.
8757         * fileio.c (Fsubstitute_in_file_name):
8758         * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
8759         (menu_separator_name_p):
8760         * nsmenu.m (ns_update_menubar):
8761         Prefer memcmp to strncmp when either will do.
8762         * nsterm.m: Include <ftoastr.h>.
8763         (ns_get_color):
8764         * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
8765         Prefer snprintf to strncpy.
8766         * nsterm.m (ns_term_init):
8767         * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
8768         * nsterm.m (ns_term_init):
8769         Avoid the need for strncpy, by using build_string or
8770         make_unibyte_string directly.  Use dtoastr, not snprintf.
8771         * process.c (Fmake_network_process): Diagnose service names that
8772         are too long, rather than silently truncating them or creating
8773         non-null-terminated names.
8774         (Fnetwork_interface_info): Likewise, for interface names.
8775         * sysdep.c (system_process_attributes) [GNU_LINUX]:
8776         Prefer sprintf to strncat.
8777         * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
8778         Prefer vsnprintf to vsprintf + strncpy.
8780 2012-07-10  Glenn Morris  <rgm@gnu.org>
8782         * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
8783         Clarify fallback case.
8785 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
8787         Use XCAR and XCDR instead of Fcar and Fcdr where possible.
8788         * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
8789         * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
8790         * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
8791         where argument type is known to be a Lisp_Cons.
8793 2012-07-10  Tom Tromey  <tromey@redhat.com>
8795         * bytecode.c (BYTE_CODE_THREADED): New macro.
8796         (BYTE_CODES): New macro.  Replaces all old byte-code defines.
8797         (enum byte_code_op): New type.
8798         (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
8799         (exec_byte_code): Use them.  Use token threading when applicable.
8801 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
8803         Optimize pure C strings initialization.
8804         * lisp.h (make_pure_string): Fix prototype.
8805         (build_pure_c_string): New function, defined as static inline.  This
8806         provides a better opportunity to optimize away calls to strlen when
8807         the function is called with compile-time constant argument.
8808         * alloc.c (make_pure_c_string): Fix comment.  Change to add nchars
8809         argument, adjust users accordingly.  Use build_pure_c_string where
8810         appropriate.
8811         * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
8812         * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
8813         * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
8815 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
8817         Avoid calls to strlen in miscellaneous functions.
8818         * buffer.c (init_buffer): Use precalculated len, adjust if needed.
8819         * font.c (Ffont_xlfd_name): Likewise.  Change to call make_string.
8820         * lread.c (openp): Likewise.
8822 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
8824         Avoid calls to strlen in path processing functions.
8825         * fileio.c (file_name_as_directory): Add comment.  Change to add
8826         srclen argument and return the length of result.  Adjust users
8827         accordingly.
8828         (directory_file_name): Fix comment.  Change to add srclen argument,
8829         swap 1st and 2nd arguments to obey the common convention.
8830         Adjust users accordingly.
8831         * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
8833 2012-07-10  Glenn Morris  <rgm@gnu.org>
8835         * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
8836         Move PENDING_OUTPUT_COUNT definition to configure.
8838         * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
8839         * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
8840         * s/gnu.h (DATA_START): Move definitions to configure.
8842         * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
8843         We include usg5-4-common.h, which defines them both.
8845         * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
8846         O_RDONLY already includes it).
8848         Stop ns builds setting the EMACSLOADPATH environment variable.
8849         * nsterm.m (ns_load_path): Rename from ns_init_paths.
8850         Now it does not set EMACSLOADPATH, just returns the load-path string.
8851         * nsterm.h: Update accordingly.
8852         * lread.c [HAVE_NS]: Include nsterm.h.
8853         (init_lread) [HAVE_NS]: Use ns_load_path.
8854         * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
8856 2012-07-09  Glenn Morris  <rgm@gnu.org>
8858         * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
8859         since the included bsd-common.h does so.
8861         Stop ns builds setting the EMACSPATH environment variable.
8862         * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
8863         (ns_init_paths): Do not set EMACSPATH.
8864         * nsterm.h (ns_exec_path): Add it.
8865         * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
8866         Use ns_exec_path.
8868         * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
8870 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8872         * process.c (wait_reading_process_output): 'waitchannels' was unset
8873         when read_kbd || !NILP (wait_for_cell); fix this.
8875         Add GCC-style 'const' attribute to functions that can use it.
8876         * character.h (char_resolve_modifier_mask):
8877         * keyboard.h (make_ctrl_char):
8878         * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
8879         (init_character_once, next_almost_prime, init_fns, init_image)
8880         (flush_pending_output, init_sound):
8881         * mem-limits.h (start_of_data):
8882         * menu.h (finish_menu_items):
8883         Add ATTRIBUTE_CONST.
8884         * emacs.c (DEFINE_DUMMY_FUNCTION):
8885         Declare the dummy function with ATTRIBUTE_CONST.
8886         * lisp.h (Fbyteorder, Fmax_char, Fidentity):
8887         Add decls with ATTRIBUTE_CONST.
8889         Minor improvements to make_formatted_string.
8890         * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
8891         where int is good enough, as vsprintf returns an int.
8892         * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
8894 2012-07-09  Dmitry Antipov  <dmantipov@yandex.ru>
8896         Use make_formatted_string to avoid double length calculation.
8897         * lisp.h (make_formatted_string): New prototype.
8898         * alloc.c (make_formatted_string): New function.
8899         * buffer.c (Fgenerate_new_buffer_name): Use it.
8900         * dbusbind.c (syms_of_dbusbind): Likewise.
8901         * editfns.c (Fcurrent_time_zone): Likewise.
8902         * filelock.c (get_boot_time): Likewise.
8903         * frame.c (make_terminal_frame, set_term_frame_name)
8904         (x_report_frame_params): Likewise.
8905         * image.c (gs_load): Likewise.
8906         * minibuf.c (get_minibuffer): Likewise.
8907         * msdos.c (dos_set_window_size): Likewise.
8908         * process.c (make_process): Likewise.
8909         * xdisp.c (ensure_echo_area_buffers): Likewise.
8910         * xsettings.c (apply_xft_settings): Likewise.
8912 2012-07-09  Glenn Morris  <rgm@gnu.org>
8914         Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
8915         * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
8916         (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
8917         * nsterm.h (ns_etc_directory): Add it.
8918         * callproc.c [HAVE_NS]: Include nsterm.h.
8919         (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
8921 2012-07-09  Dmitry Antipov  <dmantipov@yandex.ru>
8923         Move marker debugging code under MARKER_DEBUG.
8924         * marker.c (MARKER_DEBUG): Move marker debugging code under
8925         #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
8926         for bootstrap with --enable-checking (~3x slowdown reported
8927         by Juanma Barranquero <lekktu@gmail.com>).
8928         (verify_bytepos): Move under #ifdef MARKER_DEBUG.
8930 2012-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8932         * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
8933         See <http://bugs.gnu.org/11825#29>.
8935 2012-07-08  Eli Zaretskii  <eliz@gnu.org>
8937         * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
8938         has no font, use the frame's font.  (Bug#11813)
8939         (display_line): Add commentary about displaying truncation glyphs
8940         on GUI frames.
8941         (produce_special_glyphs): Move here from term.c.
8943         * term.c (produce_special_glyphs): Move to xdisp.c.
8945         * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
8946         section.
8948 2012-07-07  Andreas Schwab  <schwab@linux-m68k.org>
8950         * xdisp.c (display_line): Avoid warning about implicit declaration
8951         of FRAME_FONT.
8953         * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
8955         * lisp.h: Remove empty conditional.
8957 2012-07-07  Paul Eggert  <eggert@cs.ucla.edu>
8959         * lread.c (load_path_check): Now static.
8961         Fix some minor --with-ns problems found by static checking.
8962         * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
8963         (x_set_font) [!HAVE_X_WINDOWS]:
8964         * image.c (xpm_load_image) [HAVE_NS]:
8965         (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
8966         (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
8967         Remove unused local.
8968         (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
8969         (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
8970         * image.c (x_create_bitmap_from_file) [HAVE_NS]:
8971         (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
8972         * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
8973         * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
8974         Fix pointer signedness problem.
8975         * xfaces.c (FRAME_X_FONT_TABLE):
8976         * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
8978 2012-07-07  Glenn Morris  <rgm@gnu.org>
8980         * lread.c (load_path_check): New function, split from init_lread.
8981         (init_lread): Reorganize.  Motivation:
8982         If EMACSLOADPATH is set, check/warn about that rather than the
8983         defaults, which we are not going to use.  Hence we can remove
8984         the turn_off_warning and WINDOWSNT || HAVE_NS tests.
8985         Don't warn if site-lisp directories are missing.
8986         If not installed, start from a blank load-path, since
8987         PATH_LOADSEARCH refers to the eventual installation directories.
8989 2012-07-07  Eli Zaretskii  <eliz@gnu.org>
8991         Support truncation and continuation glyphs on GUI frames, when
8992         fringes are disabled.  (Bug#11832)
8993         * xdisp.c (init_iterator): Get dimensions of truncation and
8994         continuation glyphs even if on GUI frames.
8995         Adjust it->last_visible_x on GUI frames when the left or right fringes,
8996         or both, are absent.
8997         (start_display, move_it_in_display_line_to): Handle the case of a
8998         GUI frame without a fringe to display continuation or truncation
8999         glyphs.
9000         (insert_left_trunc_glyphs): Support GUI frames: make sure
9001         truncation glyphs overwrite enough glyphs from the current line to
9002         have sufficient space in pixels.
9003         (display_line): Support truncation and continuation glyphs on GUI
9004         frames.  If some spare pixels are left on the line after inserting
9005         the truncation glyphs, fill that space with a stretch glyph of a
9006         suitably computed width.
9008         * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
9009         produce_glyphs, to support GUI sessions.
9011 2012-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9013         * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
9015         * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
9017         Do not require float-time's arg to fit in time_t (Bug#11825).
9018         This works better on hosts where time_t is unsigned, and where
9019         float-time is applied to the (negative) difference between two times.
9020         * editfns.c (decode_time_components): Last arg is now double *,
9021         not int *, and means to store all the result as a double, without
9022         worrying about whether the seconds part fits in time_t.
9023         All callers changed.
9024         (lisp_time_argument): Remove last int * arg, as it's no longer needed.
9025         All callers changed.
9026         (Ffloat_time): Do not fail merely because the specified time falls
9027         outside of time_t range.
9029 2012-07-07  Glenn Morris  <rgm@gnu.org>
9031         * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
9032         * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
9033         * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
9035 2012-07-07  Juanma Barranquero  <lekktu@gmail.com>
9037         * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
9038         Update dependencies.
9040         * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
9042 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9044         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
9045         * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
9046         * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
9047         * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
9048         * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
9049         * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
9051         * xfont.c (compare_font_names): Redo to omit the need for casts.
9053 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
9055         * xfns.c (Fx_change_window_property): Doc fix.
9056         * w32fns.c (Fx_change_window_property): Doc fix.
9058         * w32fns.c (Fx_window_property): Accept the same arguments as the
9059         X Windows version.  Doc fix.
9060         * xfns.c (Fx_window_property): Doc fix.  (Bug#11870)
9062 2012-07-06  Juanma Barranquero  <lekktu@gmail.com>
9063             Eli Zaretskii  <eliz@gnu.org>
9065         * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
9066         Windows-specific code from nt/config.nt moved here.
9067         Obsolete settings removed.
9069 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9071         * process.c: Avoid unnecessary calls to gettime.
9072         (wait_reading_process_output): Don't get the time of day
9073         when gobbling data immediately and not waiting, as there's no need
9074         for it in that case.  This removes a FIXME.
9076 2012-07-06  Jan Djärv  <jan.h.d@swipnet.se>
9078         * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
9079         is defined (Bug#11768).
9081 2012-07-06  Dmitry Antipov  <dmantipov@yandex.ru>
9083         Fix marker debugging code.
9084         * marker.c (byte_char_debug_check): Do not perform the check
9085         if buffer is not multibyte.
9086         (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
9087         Call byte_char_debug_check with correct arguments.
9089 2012-07-06  Dmitry Antipov  <dmantipov@yandex.ru>
9091         Compile marker debugging code only if ENABLE_CHECKING is defined.
9092         * marker.c (byte_char_debug_check, count_markers):
9093         Use only if ENABLE_CHECKING is defined.
9094         (byte_debug_flag): Remove.
9095         (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
9096         Always call byte_char_debug_check if ENABLE_CHECKING is defined.
9098 2012-07-06  Dmitry Antipov  <dmantipov@yandex.ru>
9100         Avoid code repetition in marker-related functions.
9101         * marker.c (attach_marker): New function.
9102         (Fset_marker, set_marker_restricted, set_marker_both)
9103         (set_marker_restricted_both): Use it.
9104         (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
9105         Consistently rename charno to charpos.
9106         (marker_position): Add eassert.
9107         (marker_byte_position): Convert to eassert.
9109 2012-07-06  Dmitry Antipov  <dmantipov@yandex.ru>
9111         Simplify list operations in unchain_overlay and unchain_marker.
9112         * buffer.c (unchain_overlay): Simplify.  Add comment.
9113         * marker.c (unchain_marker): Simplify.  Fix comments.
9115 2012-07-06  Dmitry Antipov  <dmantipov@yandex.ru>
9117         Introduce fast path for the widely used marker operation.
9118         * alloc.c (build_marker): New function.
9119         * lisp.h (build_marker): New prototype.
9120         * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
9121         * composite.c (autocmp_chars): Likewise.
9122         * editfns.c (buildmark): Remove.
9123         (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
9124         (save_restriction_save): Use build_marker.
9125         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
9126         * window.c (save_window_save): Likewise.
9128 2012-07-06  Dmitry Antipov  <dmantipov@yandex.ru>
9130         Do not use Fdelete_overlay in delete_all_overlays
9131         to avoid redundant calls to unchain_overlay.
9132         * buffer.c (drop_overlay): New function.
9133         (delete_all_overlays, Fdelete_overlay): Use it.
9134         * minibuf.c (get_minibuffer): Fix comment.
9136 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9138         Port to OpenBSD 5.1 amd64.
9139         * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
9140         This is needed for OpenBSD, and should be harmless on all BSD systems.
9141         Also, include <sys/sysctl.h>, as it should be available on all
9142         BSD_SYSTEM hosts given that we're already calling sysctl in that case.
9143         (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
9144         use p_pid member, not kp_proc.pid.
9146 2012-07-06  Glenn Morris  <rgm@gnu.org>
9148         * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
9150 2012-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9152         More xmalloc and related cleanup.
9153         * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
9154         * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
9155         * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
9156         * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
9157         * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
9158         * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
9159         * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
9160         * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
9161         * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
9162         * xterm.c:
9163         Omit needless casts involving void * pointers and allocation.
9164         Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
9165         as the former is more robust if P's type is changed.
9166         Prefer xzalloc to xmalloc + memset 0.
9167         Simplify malloc-or-realloc to realloc.
9168         Don't worry about xmalloc returning a null pointer.
9169         Prefer xstrdup to xmalloc + strcpy.
9170         * editfns.c (Fmessage_box): Grow message_text by at least 80 when
9171         growing it.
9172         * keyboard.c (apply_modifiers_uncached): Prefer local array to
9173         alloca of a constant.
9175 2012-07-05  Eli Zaretskii  <eliz@gnu.org>
9177         * xdisp.c (display_line): Fix horizontal pixel coordinates when
9178         hscroll is larger than the line width.  Fixes long and futile
9179         looping inside extend_face_to_end_of_line (on a TTY) producing
9180         glyphs that are not needed and thrown away.
9182 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
9184         * marker.c (set_marker_restricted_both): Simplify by using
9185         clip_to_bounds.
9187 2012-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9189         * editfns.c (region_limit): Simplify by using clip_to_bounds.
9191 2012-07-05  Jan Djärv  <jan.h.d@swipnet.se>
9193         * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
9194         not defined (Bug#11768).
9195         (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
9196         (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
9197         (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
9198         followed by gtk_box_set_homogeneous (Bug#11768).
9199         (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
9200         (update_theme_scrollbar_width, xg_create_scroll_bar):
9201         Use gtk_scrollbar_new (Bug#11768).
9202         (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
9203         (is_box_type): New function (Bug#11768).
9204         (xg_tool_item_stale_p): Call is_box_type.
9205         (xg_initialize): Get settings by calling gtk_settings_get_for_screen
9206         with default display (Bug#11768).
9208 2012-07-05  Eli Zaretskii  <eliz@gnu.org>
9210         * xdisp.c (window_hscroll_limited): New function.
9211         (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
9212         coordinates when window's hscroll is set to insanely large
9213         values.  (Bug#11857)
9215 2012-07-05  Juanma Barranquero  <lekktu@gmail.com>
9217         * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
9218         ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
9220 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
9222         Cleanup xmalloc.
9223         * lisp.h (xzalloc): New prototype.  Omit needless casts.
9224         * alloc.c (xzalloc): New function.  Omit needless casts.
9225         * charset.c: Omit needless casts.  Convert all calls to
9226         xmalloc with following memset to xzalloc.
9227         * dispnew.c: Likewise.
9228         * fringe.c: Likewise.
9229         * image.c: Likewise.
9230         * sound.c: Likewise.
9231         * term.c: Likewise.
9232         * w32fns.c: Likewise.
9233         * w32font.c: Likewise.
9234         * w32term.c: Likewise.
9235         * xfaces.c: Likewise.
9236         * xfns.c: Likewise.
9237         * xterm.c: Likewise.
9238         * atimer.c: Omit needless casts.
9239         * buffer.c: Likewise.
9240         * callproc.c: Likewise.
9241         * ccl.c: Likewise.
9242         * coding.c: Likewise.
9243         * composite.c: Likewise.
9244         * doc.c: Likewise.
9245         * doprnt.c: Likewise.
9246         * editfns.c: Likewise.
9247         * emacs.c: Likewise.
9248         * eval.c: Likewise.
9249         * filelock.c: Likewise.
9250         * fns.c: Likewise.
9251         * gtkutil.c: Likewise.
9252         * keyboard.c: Likewise.
9253         * lisp.h: Likewise.
9254         * lread.c: Likewise.
9255         * minibuf.c: Likewise.
9256         * msdos.c: Likewise.
9257         * print.c: Likewise.
9258         * process.c: Likewise.
9259         * region-cache.c: Likewise.
9260         * search.c: Likewise.
9261         * sysdep.c: Likewise.
9262         * termcap.c: Likewise.
9263         * terminal.c: Likewise.
9264         * tparam.c: Likewise.
9265         * w16select.c: Likewise.
9266         * w32.c: Likewise.
9267         * w32reg.c: Likewise.
9268         * w32select.c: Likewise.
9269         * w32uniscribe.c: Likewise.
9270         * widget.c: Likewise.
9271         * xdisp.c: Likewise.
9272         * xmenu.c: Likewise.
9273         * xrdb.c: Likewise.
9274         * xselect.c: Likewise.
9276 2012-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9278         * fileio.c (time_error_value): Check the right error number.
9279         Problem reported by Troels Nielsen in
9280         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
9282 2012-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9284         * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
9285         This should be fixed in a better way; see Eli Zaretskii in
9286         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
9287         (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
9289         * fileio.c (time_error_value): Rename from special_mtime.
9290         The old name's problems were noted by Eli Zaretskii in
9291         <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
9293         * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
9294         This variable's comment says Emacs needs at least one GDB-visible
9295         symbol of type enum pvec_type, to work around GDB problems.
9296         The symbol's value doesn't matter.
9298         * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
9299         that causes compilation to fail on pre-C99 compilers.
9301 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
9303         * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
9304         (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
9306 2012-07-04  Dmitry Antipov  <dmantipov@yandex.ru>
9308         * buffer.c (init_buffer_once): Fix initialization of
9309         headers for buffer_defaults and buffer_local_symbols.
9310         Reported by Juanma Barranquero <lekktu@gmail.com>.
9312 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9314         Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
9315         * lisp.h (enum pvec_type): Use fewer bits.
9316         (PSEUDOVECTOR_SIZE_BITS): New constant.
9317         (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
9318         (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
9319         change in pvec_type.
9320         (PSEUDOVECTOR_TYPEP): New macro.
9321         (TYPED_PSEUDOVECTORP): Use it.
9322         * fns.c (internal_equal): Adapt code to extract pvectype.
9323         * emacs.c (gdb_pvec_type): Update type.
9324         * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
9325         (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
9326         (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
9327         (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
9328         (sweep_vectors): Use it.  Use local var `total_bytes' instead of
9329         abusing vector->header.next.nbytes.
9330         (live_vector_p): Use PVEC_TYPE.
9331         (mark_object): Adapt code to extract pvectype.  Use switch.
9333 2012-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9335         * doprnt.c (doprnt): Don't assume string length fits in 'int'.
9336         Tighten new eassert a bit.
9338 2012-07-04  Dmitry Antipov  <dmantipov@yandex.ru>
9340         Fix compilation with --enable-gcc-warnings and -O1
9341         optimization level.
9342         * doprnt.c (doprnt): Change type of tem to int, initialize
9343         to avoid compiler warning.  Add eassert.
9344         * search.c (simple_search): Initialize match_byte to avoid
9345         compiler warning.  Add eassert.
9347 2012-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9349         Avoid weird behavior with large horizontal scrolls.
9350         Without this change, for example, large hscroll values would
9351         mess up Emacs's display on Fedora 15 x86, presumably due to
9352         overflows in int calculations in the display code.
9353         Also, if buffers had long lines, Emacs would freeze.
9354         * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
9355         (set_window_hscroll): New function, containing the old guts of
9356         Fset_window_hscroll.  Return the clipped value.
9357         (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
9358         This avoids the need to check against PTRDIFF_MAX.
9360         * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
9362 2012-07-04  Dmitry Antipov  <dmantipov@yandex.ru>
9364         * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
9366 2012-07-04  Paul Eggert  <eggert@cs.ucla.edu>
9368         * regex.c: Suppress GCC warning on RHEL 6.  (Bug#11207)
9369         Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
9370         since GCC 4.4.6 issues a bogus warning for them.
9372         Fix bugs in file timestamp newness comparisons.
9373         * fileio.c (Ffile_newer_than_file_p):
9374         * lread.c (Fload): Use full timestamp resolution of files,
9375         not just the 1-second resolution, so that files that are only
9376         slightly newer still count as newer.
9377         * fileio.c (Ffile_newer_than_file_p): Don't assume file
9378         timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
9380 2012-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9382         * fileio.c: Improve handling of file time marker.  (Bug#11852)
9383         (special_mtime): New function.
9384         (Finsert_file_contents, Fverify_visited_file_modtime):
9385         Use it to set special mtime values consistently.
9387 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
9389         * fileio.c (Finsert_file_contents): Properly handle st_mtime
9390         marker for non-existing file.  (Bug#11852)
9392 2012-07-03  Glenn Morris  <rgm@gnu.org>
9394         * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
9395         and did not make it into globals.h).
9397 2012-07-03  Tom Tromey  <tromey@redhat.com>
9399         * window.c (Fset_window_margins, Fset_window_fringes)
9400         (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
9401         * textprop.c (Fprevious_property_change): No longer static.
9402         * syntax.c (Fsyntax_table_p): No longer static.
9403         * process.c (Fget_process, Fprocess_datagram_address): No longer
9404         static.
9405         * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
9406         * keyboard.c (Fcommand_execute): No longer static.
9407         Remove EXFUN.
9408         * insdel.c (Fcombine_after_change_execute): No longer static.
9409         * image.c (Finit_image_library): No longer static.
9410         * fileio.c (Fmake_symbolic_link): No longer static.
9411         * eval.c (Ffetch_bytecode): No longer static.
9412         * editfns.c (Fuser_full_name): No longer static.
9413         * doc.c (Fdocumentation_property, Fsnarf_documentation):
9414         No longer static.
9415         * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
9416         static.
9417         * dired.c (Ffile_attributes): No longer static.
9418         * composite.c (Fcomposition_get_gstring): No longer static.
9419         * callproc.c (Fgetenv_internal): No longer static.
9421         * ccl.h: Remove EXFUNs.
9422         * buffer.h: Remove EXFUNs.
9423         * dispextern.h: Remove EXFUNs.
9424         * intervals.h: Remove EXFUNs.
9425         * fontset.h: Remove EXFUN.
9426         * font.h: Remove EXFUNs.
9427         * dosfns.c (system_process_attributes): Remove EXFUN.
9428         * keymap.h: Remove EXFUNs.
9429         * lisp.h: Remove EXFUNs.
9430         * w32term.h: Remove EXFUNs.
9431         * window.h: Remove EXFUNs.
9432         * xsettings.h: Remove EXFUN.
9433         * xterm.h: Remove EXFUN.
9435 2012-07-03  Glenn Morris  <rgm@gnu.org>
9437         * lisp.h (Frandom): Make it visible to C.
9438         * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
9439         buffer for invisible buffers.  (Bug#1229)
9441 2012-07-03  Dmitry Antipov  <dmantipov@yandex.ru>
9443         Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
9444         values which aren't power of 2.
9445         * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
9446         Verify its value and the value of VECTOR_BLOCK_SIZE.  Adjust users
9447         accordingly.
9449 2012-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9451         * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
9453         * alloc.c (mark_object): Revert part of last patch to use `switch'.
9455 2012-07-03  Dmitry Antipov  <dmantipov@yandex.ru>
9457         * alloc.c (allocate_vector_block): Remove redundant
9458         calls to mallopt if DOUG_LEA_MALLOC is defined.
9459         (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
9460         avoid calls to mallopt if zero_vector is returned.
9462 2012-07-03  Dmitry Antipov  <dmantipov@yandex.ru>
9464         * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
9465         is enabled, avoid dereferencing NULL current_sblock if
9466         running undumped.
9468 2012-07-03  Dmitry Antipov  <dmantipov@yandex.ru>
9470         Cleanup basic buffer management.
9471         * buffer.h (struct buffer): Change layout to use generic vector
9472         marking code.  Fix some comments.  Change type of 'clip_changed'
9473         to bitfield.  Remove unused #ifndef old.
9474         (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
9475         (GET_OVERLAYS_AT): Fix indentation.
9476         (for_each_per_buffer_object_at): New macro.
9477         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
9478         (Fbuffer_local_variables): Use it.
9479         (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
9480         * alloc.c (allocate_buffer): Adjust to match new layout of
9481         struct buffer.  Fix comment.
9482         (mark_overlay): New function.
9483         (mark_buffer): Use it.  Use mark_vectorlike to mark normal
9484         Lisp area of struct buffer.
9485         (mark_object): Use it.  Adjust marking of misc objects
9486         and related comments.
9488 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9490         * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
9491         wrapper that is not needed because the wrapped code is a no-op (zero
9492         machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
9493         This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
9495 2012-07-02  Dmitry Antipov  <dmantipov@yandex.ru>
9497         * alloc.c (mark_buffer): Simplify.  Remove prototype.
9498         (mark_object): Add comment.  Reorganize marking of vector-like
9499         objects.  Use CHECK_LIVE for all vector-like objects except buffers
9500         and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
9501         Avoid redundant calls to mark_vectorlike for bool vectors.
9503 2012-06-30  Glenn Morris  <rgm@gnu.org>
9505         * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
9507         * epaths.in (PATH_SITELOADSEARCH): New.
9508         * lread.c (init_lread): Use PATH_SITELOADSEARCH.
9509         This is rather than relying on --enable-locallisppath elements
9510         having "site-lisp" in their names.  (Bug#10208#25, 11658)
9512 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
9514         * w32proc.c (sys_select): Accept and ignore one more argument.
9516         * w32.c (emacs_gnutls_pull): Call select with one more argument.
9518         * sysselect.h [DOS_NT]: Don't include sys/select.h.
9519         (pselect) [!MS_DOS]: Redirect to sys_select.
9521         * sysdep.c: Don't include dos.h and dosfns.h.
9523         * process.c (sys_select):
9524         * msdos.c (sys_select): Accept one more argument and ignore it.
9526         * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
9527         adapt data types and code to that.
9529         * dosfns.c:
9530         * msdos.c (gettime, settime): Define away the prototypes in dos.h,
9531         which clashes with the gnulib function of the same name.
9533 2012-06-30  Andreas Schwab  <schwab@linux-m68k.org>
9535         * font.c (font_style_to_value, font_style_symbolic)
9536         (font_prop_validate_style): Add type checks for values in
9537         font_style_table.
9539         * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
9540         argument.
9541         * character.c, charset.c, menu.c, process.c, window.c: Adjust all
9542         uses.
9544 2012-06-29  Eli Zaretskii  <eliz@gnu.org>
9546         * xdisp.c (try_window_id): Undo last change.
9548         * w32.c (getwd): Adjust commentary about startup_dir.
9549         (init_environment): Always call sys_access, even in non-MSVC
9550         builds.  Don't chdir to the directory of the Emacs executable.
9551         This undoes code from 1997 which was justified by the need to
9552         "avoid conflicts when removing and renaming directories".  But its
9553         downside was that every relative file name was being interpreted
9554         relative to the directory of the Emacs executable, which can never
9555         be TRT.  In particular, it broke sys_access when called with
9556         relative file names.
9557         (sys_access): Map GetLastError to errno.
9559 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
9561         * window.h (struct window): Change type of 'fringes_outside_margins'
9562         to bitfield.  Fix comment.  Adjust users accordingly.
9563         (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
9564         Adjust comment.
9565         * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
9566         to ptrdiff_t.
9568 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
9570         * gnutls.c (emacs_gnutls_handshake):
9571         Add QUIT to make the loop interruptible.
9573 2012-06-29  Glenn Morris  <rgm@gnu.org>
9575         * charset.c (init_charset): Make lack of etc/charsets fatal.
9577 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
9579         * editfns.c (region_limit): Fix type mismatch.
9581 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
9583         * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
9584         undefined.  Convert from xassert to eassert.
9585         * nsmenu.m: Convert from xassert to eassert.
9586         * nsterm.m: Likewise.
9588 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9590         * editfns.c (region_limit): Clip to narrowing (bug#11770).
9592 2012-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9594         Avoid integer overflow on scroll-left and scroll-right.
9595         * window.c (HSCROLL_MAX): New macro.
9596         (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
9597         overflow when requested scroll falls outside ptrdiff_t range.
9599 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
9601         * window.h (struct window): Change type of 'hscroll',
9602         'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
9603         'last_modified' and 'last_overlay_modified' to EMACS_INT.
9604         Adjust users accordingly.
9605         * xdisp.c (try_cursor_movement): Replace type check with eassert.
9606         * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
9607         from EMACS_INT to ptrdiff_t.
9608         (make_window): Omit redundant initialization.
9610 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
9612         * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
9614 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
9616         * window.h (struct window): Change type of 'use_time' and
9617         'sequence_number' from Lisp_Object to int.
9618         * frame.c (make_frame): Adjust users accordingly.
9619         * print.c (print_object): Likewise.
9620         * window.c (select_window, Fwindow_use_time, make_parent_window)
9621         (make_window): Likewise.
9623 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
9625         * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
9626         enabled with --enable-checking=[all,glyphs] configure option.
9627         Fix GLYPH_DEBUG usage assuming that it may be undefined,
9628         adjust comments accordingly.
9629         * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
9630         undefined, adjust comments accordingly.
9631         * image.c: Likewise.
9632         * scroll.c: Likewise.
9633         * w32fns.c: Likewise.
9634         * w32term.c: Likewise.
9635         * xdisp.c: Likewise.
9636         * xfaces.c: Likewise.
9637         * xfns.c: Likewise.
9638         * xterm.c: Likewise.
9640 2012-06-28  Dmitry Antipov  <dmantipov@yandex.ru>
9642         Generalize run-time debugging checks.
9643         * dispextern.h (XASSERTS): Remove.
9644         * fontset.c (xassert): Remove.
9645         Convert from xassert to eassert.
9646         * alloc.c: Convert from xassert to eassert.
9647         * bidi.c: Likewise.
9648         * dispnew.c: Likewise.
9649         * fns.c: Likewise.
9650         * fringe.c: Likewise.
9651         * ftfont.c: Likewise.
9652         * gtkutil.c: Likewise.
9653         * image.c: Likewise.
9654         * keyboard.c: Likewise.
9655         * menu.c: Likewise.
9656         * process.c: Likewise.
9657         * scroll.c: Likewise.
9658         * sound.c: Likewise.
9659         * term.c: Likewise.
9660         * w32console.c: Likewise.
9661         * w32fns.c: Likewise.
9662         * w32term.c: Likewise.
9663         * window.c: Likewise.
9664         * xdisp.c: Likewise.
9665         * xfaces.c: Likewise.
9666         * xfns.c: Likewise.
9667         * xselect.c: Likewise.
9668         * xterm.c: Likewise.
9670 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9672         * fns.c (maybe_resize_hash_table): Output message when growing the
9673         purify-hashtable.
9675 2012-06-27  Dmitry Antipov  <dmantipov@yandex.ru>
9677         * alloc.c (allocate_string_data): Remove dead code.
9678         * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
9679         avoid GCC warning about unused macro.
9681 2012-06-27  Dmitry Antipov  <dmantipov@yandex.ru>
9683         * alloc.c (allocate_string): Omit intervals initialization.
9684         * alloc.c (make_uninit_multibyte_string): Initialize intervals
9685         as in make_pure_string and make_pure_c_string.
9687 2012-06-27  Dmitry Antipov  <dmantipov@yandex.ru>
9689         * alloc.c (allocate_string): Fix last change.
9691 2012-06-27  Dmitry Antipov  <dmantipov@yandex.ru>
9693         * alloc.c (allocate_string): Remove two redundant calls
9694         to memset, add explicit initialization where appropriate.
9696 2012-06-27  Glenn Morris  <rgm@gnu.org>
9698         * lisp.mk (lisp): Remove paths.elc.
9700 2012-06-27  Chong Yidong  <cyd@gnu.org>
9702         * doc.c (Fsubstitute_command_keys): Fix punctuation.
9704 2012-06-26  John Wiegley  <johnw@newartisans.com>
9706         * unexmacosx.c (copy_data_segment): Add two section names used
9707         on Mac OS X Lion: __mod_init_func and __mod_term_func.
9709         * alloc.c (mark_memory): Do not check with -faddress-sanitizer
9710         when building with Clang.
9712 2012-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9714         * eval.c (Fapply): Allow calling it with a single argument.
9716 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
9718         * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
9719         _stricmp and _strnicmp.
9720         (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
9722 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
9724         * alloc.c (allocate_window): Zero out non-Lisp part of newly
9725         allocated window.
9726         (allocate_process): Likewise for new process.
9727         (allocate_terminal): Change to use offsetof.
9728         (allocate_frame): Likewise.
9729         * frame.c (make_frame): Omit redundant initialization.
9730         * window.c (make_parent_window): Use memset.
9731         (make_window): Omit redundant initialization.
9732         * process.c (make_process): Omit redundant initialization.
9733         * terminal.c (create_terminal): Likewise.
9735 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
9737         * term.c (delete_tty): Remove redundant call to memset.
9739 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
9741         * alloc.c: Remove build_string.
9742         * lisp.h: Define build_string as static inline.  This provides
9743         a better opportunity to optimize away calls to strlen when the
9744         function is called with compile-time constant argument.
9745         * image.c (imagemagick_error): Convert to build_string.
9746         * w32proc.c (sys_spawnve): Likewise.
9747         * xterm.c (x_term_init): Likewise.
9749 2012-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9751         Use sprintf return value instead of invoking strlen on result.
9752         In the old days this wasn't portable, since some sprintf
9753         implementations returned char *.  But they died out years ago and
9754         Emacs already assumes sprintf returns int.
9755         Similarly for float_to_string.
9756         This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
9757         * ccl.c (ccl_driver):
9758         * character.c (string_escape_byte8):
9759         * data.c (Fnumber_to_string):
9760         * doprnt.c (doprnt):
9761         * print.c (print_object):
9762         * xdisp.c (message_dolog):
9763         * xfns.c (syms_of_xfns):
9764         Use sprintf or float_to_string result to avoid need to call strlen.
9765         * data.c (Fnumber_to_string):
9766         Use make_unibyte_string, since the string must be ASCII.
9767         * lisp.h, print.c (float_to_string): Now returns int length.
9768         * term.c (produce_glyphless_glyph):
9769         Use sprintf result rather than recomputing it.
9771         Clean out last vestiges of the old HAVE_CONFIG_H stuff.
9772         * Makefile.in (ALL_CFLAGS):
9773         * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
9774         * gmalloc.c, regex.c: Include <config.h> unconditionally.
9776 2012-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
9778         * dispextern.h (xstrcasecmp): Define to library function
9779         strcasecmp if available.
9780         * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
9782 2012-06-25  Andreas Schwab  <schwab@linux-m68k.org>
9784         * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
9785         Avoid comma operator.
9786         * menu.c (push_submenu_start, push_submenu_end)
9787         (push_left_right_boundary, push_menu_pane): Likewise.
9788         * msdos.c (dos_rawgetc): Likewise.
9790 2012-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
9792         * xfns.c (xic_create_fontsetname): Remove redundant calls
9793         to memset.
9795 2012-06-25  Paul Eggert  <eggert@cs.ucla.edu>
9797         * gtkutil.c (get_utf8_string): Remove redundant assignment.
9798         sprintf already null-terminates its output.
9800         * xfns.c (x_window): Remove redundant cast.
9802 2012-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
9804         * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
9805         `const char *' to `char *' to avoid compiler warning.
9807 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
9809         * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
9810         instead of truncating it to 63 (admittedly a generous limit).
9812         * process.c: Fix spelling and caps in comments.
9814 2012-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
9816         * emacs.c (setpgrp): Remove definition, unused.
9817         * sysdep.c (setpgrp): Remove definition, not used in this file.
9819 2012-06-24  Juanma Barranquero  <lekktu@gmail.com>
9821         * makefile.w32-in: Update dependencies.
9823 2012-06-24  Eli Zaretskii  <eliz@gnu.org>
9825         * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
9826         (SYSTIME_H): Add nt/inc/sys/time.h.
9828         * systime.h [WINDOWSNT]: Include sys/time.h.
9830         * s/ms-w32.h (struct timespec): Definition moved from
9831         nt/inc/sys/time.h.  Suggested by Paul Eggert <eggert@cs.ucla.edu>.
9833 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
9835         Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
9836         * buffer.h (buffer_slot_type_mismatch):
9837         * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
9838         * eval.c (unwind_to_catch):
9839         * image.c (my_png_error, my_error_exit):
9840         * keyboard.c (quit_throw_to_read_char, user_error)
9841         (Fexit_recursive_edit, Fabort_recursive_edit):
9842         * lisp.h (die, args_out_of_range, args_out_of_range_3)
9843         (wrong_type_argument, buffer_overflow, __executable_start)
9844         (memory_full, buffer_memory_full, string_overflow, Fthrow)
9845         (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
9846         (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
9847         (fatal):
9848         (child_setup) [!DOS_NT]:
9849         * lread.c (end_of_file_error, invalid_syntax):
9850         * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
9851         * puresize.h (pure_write_error):
9852         * search.c (matcher_overflow):
9853         * sound.c (sound_perror, alsa_sound_perror):
9854         * sysdep.c, syssignal.h (croak):
9855         * term.c (maybe_fatal, vfatal):
9856         * textprop.c (text_read_only):
9857         * undo.c (user_error):
9858         * unexmacosx.c (unexec_error):
9859         * xterm.c (x_ins_del_lines, x_delete_glyphs):
9860         Use _Noreturn rather than NO_RETURN.
9861         No need for separate decl merely because of _Noreturn.
9862         * sound.c (sound_warning, parse_sound):
9863         Remove unnecessary forward decls.
9865 2012-06-24  Paul Eggert  <eggert@cs.ucla.edu>
9867         Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
9868         * lisp.h (WAIT_READING_MAX): New macro.
9869         * dispnew.c (Fsleep_for, sit_for):
9870         * keyboard.c (kbd_buffer_get_event):
9871         * process.c (Faccept_process_output):
9872         Use it to avoid bogus compiler warnings with obsolescent GCC versions.
9873         This improves on the previous patch, which introduced a bug
9874         when time_t is unsigned and as wide as intmax_t.
9875         See <http://bugs.gnu.org/9000#51>.
9877 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
9879         * dispnew.c (sit_for, Fsleep_for):
9880         * keyboard.c (kbd_buffer_get_event):
9881         * process.c (Faccept_process_output): Avoid compiler warnings when
9882         comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
9884 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
9886         * makefile.w32-in: Update dependencies.
9888         * w32.c (ltime): Add return type and declare static.
9889         (w32_get_internal_run_time): Remove usused variable `time_100ns'.
9891 2012-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9893         * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
9894         Privately reported by Herbert J. Skuhra.
9895         (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
9896         All uses changed.
9897         (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
9898         not make_lisp_timeval, when the argument is of type EMACS_TIME.
9900 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
9902         * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
9903         last argument of make_unibyte_string.
9905         * keyboard.c (kbd_buffer_get_event): Include the codepage and the
9906         language ID in the event parameters.
9908         * w32term.c (w32_read_socket): Put the new keyboard codepage into
9909         event.code, not the obscure "character set ID".
9911 2012-06-23  Chong Yidong  <cyd@gnu.org>
9913         * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
9915 2012-06-23  Eli Zaretskii  <eliz@gnu.org>
9917         Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
9918         * w32.c (fdutimens): New function.
9920         * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
9922         * s/ms-w32.h (pselect): Redirect to sys_select.
9924         * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
9926         * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
9927         in the logic of incrementing and decrementing the value of
9928         use_relocatable_buffers.
9930 2012-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9932         * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
9933         Privately reported by Herbert J. Skuhra.
9934         [__FreeBSD__]: Remove "*/" typo after "#include".
9935         (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
9936         (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
9937         (TIMEVAL, system_process_attributes) [__FreeBSD__]:
9938         Don't assume EMACS_TIME and struct timeval are the same type.
9940 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9942         Support higher-resolution time stamps (Bug#9000).
9943         The time stamps are only nanosecond-resolution at the C level,
9944         since that's the best that any real-world system supports now.
9945         But they are picosecond-resolution at the Lisp level, as that's
9946         easy, and leaves room for future OS improvements.
9948         * Makefile.in (LIB_CLOCK_GETTIME): New macro.
9949         (LIBES): Use it.
9951         * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
9952         Don't get current time unless it's needed.
9954         * atimer.c: Include <sys/time.h> unconditionally, since gnulib
9955         now provides it if it's absent.
9956         (start_atimer): Port to higher-res time stamps.
9957         Check for time stamp overflow.  Don't get current time more
9958         often than is needed.
9960         * buffer.h (struct buffer): Buffer modtime now has high resolution.
9961         Include systime.h, not time.h.
9962         (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
9964         * dired.c: Include stat-time.h.
9965         (Ffile-attributes): File times now have higher resolution.
9967         * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
9968         (struct image): Timestamp now has higher resolution.
9970         * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
9971         has at least microseconds now.  All uses removed.
9972         (update_frame, update_single_window, update_window, update_frame_1)
9973         (Fsleep_for, sit_for): Port to higher-resolution time stamps.
9974         (duration_to_sec_usec): Remove; no longer needed.
9976         * editfns.c (time_overflow): Now extern.
9977         (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
9978         (float-time, Fformat_time_string, Fcurrent_time_string)
9979         (Fcurrent_time_zone): Accept and generate higher-resolution
9980         time stamps.
9981         (make_time_tail, make_lisp_time, dissassemble_lisp_time)
9982         (decode_time_components, lisp_seconds_argument): New functions.
9983         (make_time): Now static.
9984         (lisp_time_argument): Now returns EMACS_TIME.  New arg ppsec.
9985         Report an error if the time is invalid, rather than having the caller
9986         do that.
9988         * fileio.c: Include <stat-time.h>
9989         (Fcopy_file): Copy higher-resolution time stamps.
9990         Prefer to set the time stamp via a file descriptor if that works.
9991         (Fset_file_times, Finsert_file_contents, Fwrite_region)
9992         (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
9993         (Fvisited_file_modtime, Fset_visited_file_modtime):
9994         Support higher-resolution time stamps.
9996         * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
9998         * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
10000         * image.c (prepare_image_for_display, clear_image_cache)
10001         (lookup_image): Port to higer-resolution time stamps.
10003         * keyboard.c (start_polling, bind_polling_period):
10004         Check for time stamp overflow.
10005         (read_char, kbd_buffer_get_event, timer_start_idle)
10006         (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
10007         (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
10008         Port to higher-resolution time stamps.  Do not assume time_t is signed.
10009         (decode_timer): New function.  Timers are now vectors of length 9,
10010         not 8, to accommodate the picosecond component.
10011         (timer_check_2): Use it.
10013         * nsterm.m (select_timeout, timeval_subtract): Remove.
10014         (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
10015         as they're a bit more accurate and handle overflow better.
10016         (ns_select): Change prototype to be compatible with pselect.
10017         (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
10018         * nsterm.h (ns_select): Adjust prototype.
10020         * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
10021         us-resolution time stamps.
10022         (sys_select): Use the new EMACS_TIME_SIGN macro instead.
10024         * lread.c (read_filtered_event): Port to ns-resolution time stamps.
10026         * lisp.h (time_overflow): New decl.
10027         (wait_reading_process_output): First arg is now intmax_t, not int,
10028         to accommodate larger waits.
10030         * process.h (struct Lisp_Process.read_output_delay):
10031         Now counts nanoseconds, not microseconds.
10032         * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
10033         EMACS_HAS_USECS.
10034         (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
10035         (wait_reading_process_output):
10036         Port to ns-resolution time stamps.
10037         (Faccept_process_output, wait_reading_process_output):
10038         Check for time stamp overflow.  Do not assume time_t is signed.
10039         (select_wrapper): Remove; we now use pselect.
10040         (Fprocess_attributes): Now generates ns-resolution time stamps.
10042         * sysdep.c: Include utimens.h.  Don't include utime.h
10043         or worry about struct utimbuf; gnulib does that for us now.
10044         (gettimeofday): Remove; gnulib provides a substitute.
10045         (make_timeval): New function.
10046         (set_file_times): Now sets ns-resolution time stamps.
10047         New arg FD; all uses changed.
10048         (time_from_jiffies, ltime_from_jiffies, get_up_time)
10049         (system_process_attributes):
10050         Now returns ns-resolution time stamp.  All uses changed.
10051         Check for time stamp overflow.
10053         * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
10054         provides a substitute now.
10056         * systime.h: Include timespec.h rather than sys/time.h and time.h,
10057         since it guarantees struct timespec.
10058         (EMACS_TIME): Now struct timespec, so that we can support
10059         ns-resolution time stamps.
10060         (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
10061         (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
10062         (EMACS_USECS): Remove.
10063         (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
10064         so multiply the arg by 1000 before storing it.
10065         (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
10066         New macros.
10067         (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
10068         Port to ns-resolution time stamps.
10069         (EMACS_TIME_NEG_P): Remove; replaced by....
10070         (EMACS_TIME_SIGN): New macro.
10071         (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
10072         (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
10073         (set_file_times, make_time, lisp_time_argument): Adjust signature.
10074         (make_timeval, make_lisp_time, decode_time_components): New decls.
10075         (EMACS_TIME_CMP): Remove; no longer used.  Plus, it was buggy, in
10076         that it mishandled time_t overflow.  You can't compare by subtracting!
10077         (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
10078         (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
10080         * term.c: Include <sys/time.h>.
10081         (timeval_to_Time): New function, for proper overflow wraparound.
10082         (term_mouse_position, term_mouse_click): Use it.
10084         * undo.c (record_first_change): Support higher-resolution time stamps
10085         in the undo buffer.
10086         (Fprimitive_undo): Use them when restoring time stamps.
10088         * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
10089         (w32_get_internal_run_time):
10090         Port to higher-resolution Emacs time stamps.
10091         (ltime): Now accepts single 64-bit integer, as that's more convenient
10092         for callers.
10094         * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
10096         * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
10097         for compatibility with pselect.  Support ns-resolution time stamps.
10099         * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
10101         * xselect.c (wait_for_property_change, x_get_foreign_selection):
10102         Check for time stamp overflow, and support ns-resolution time stamps.
10104         * xterm.c: Don't include sys/time.h; gnulib does that for us now.
10105         Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
10106         (timeval_subtract): Remove; no longer needed.
10107         (XTflash, XTring_bell, x_wait_for_event):
10108         Port to ns-resolution time stamps.  Don't assume time_t is signed.
10110 2012-06-22  Chong Yidong  <cyd@gnu.org>
10112         * xdisp.c (x_consider_frame_title): Revert last change.
10114 2012-06-22  Eli Zaretskii  <eliz@gnu.org>
10116         * alloc.c (NSTATICS): Enlarge to 0x650.  Otherwise, Emacs compiled
10117         with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
10118         aborts in staticpro during startup.  (Without -DBYTE_CODE_METER,
10119         staticidx goes up to 1597 out of 1600 = 0x640.)
10121 2012-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10123         * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
10124         Otherwise, the umask might be mistakenly 0 while handling input signals.
10126 2012-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10128         * minibuf.c (Fread_string): Bind minibuffer-completion-table.
10130 2012-06-19  Dmitry Antipov  <dmantipov@yandex.ru>
10132         * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
10133         * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
10134         * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
10135         access to `contents' member of Lisp_Vector objects with AREF and ASET
10136         where appropriate.
10138 2012-06-19  Chong Yidong  <cyd@gnu.org>
10140         * frame.c (delete_frame): When selecting a frame on a different
10141         text terminal, do not alter the terminal's top-frame.
10143         * xdisp.c (format_mode_line_unwind_data): Record the target
10144         frame's selected window and its terminal's top-frame.
10145         (unwind_format_mode_line): Restore them.
10146         (x_consider_frame_title, display_mode_line, Fformat_mode_line):
10147         Callers changed.
10148         (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
10149         since tty frames can be explicitly named.
10150         (prepare_menu_bars): Likewise.
10152         * term.c (Ftty_top_frame): New function.
10154 2012-06-18  Paul Eggert  <eggert@cs.ucla.edu>
10156         Port byte-code-meter to modern targets.
10157         * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
10158         !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG.  Problem with
10159         CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
10160         <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
10161         (METER_1, METER_2): Simplify.
10163 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10165         * data.c (Fdefalias): Return `symbol' (bug#11686).
10167 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
10169         * buffer.c (Fkill_buffer): Don't throw an error when the buffer
10170         gets killed during executing of this function (Bug#11665).
10171         Try to always return Qt when the buffer has been actually killed.
10172         (Vkill_buffer_query_functions): In doc-string say that functions
10173         run by this hook should not change the current buffer.
10175 2012-06-18  Paul Eggert  <eggert@cs.ucla.edu>
10177         Fix recently-introduced process.c problems found by static checking.
10178         * process.c (write_queue_push, write_queue_pop, send_process):
10179         Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
10180         (write_queue_pop): Fix pointer signedness problem.
10181         (send_process): Remove unused local.
10183 2012-06-17  Chong Yidong  <cyd@gnu.org>
10185         * xdisp.c (redisplay_internal): No need to redisplay terminal
10186         frames that are not on top.
10188 2012-06-17  Troels Nielsen  <bn.troels@gmail.com>
10190         * process.c (make_process): Initialize write_queue.
10191         (write_queue_push, write_queue_pop): New functions.
10192         (send_process): Use them to maintain correct ordering of process
10193         writes (Bug#10815).
10195 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
10197         * lisp.h (eassert): Assume C89 or later.
10198         This removes the need for CHECK.
10199         (CHECK): Remove.  Its comments about always evaluating its
10200         argument were confusing, as 'eassert' typically does not evaluate
10201         its argument.
10203         * coding.c (produce_chars): Use ptrdiff_t, not int.
10205         * xterm.c (x_draw_underwave): Check for integer overflow.
10206         This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
10208 2012-06-17  Jan Djärv  <jan.h.d@swipnet.se>
10210         * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
10211         referenced (Bug#11583).
10213 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
10215         Implement wave-style variant of underlining.
10216         * dispextern.h (face_underline_type): New enum.
10217         (face): Add field for underline type.
10218         * nsterm.m (ns_draw_underwave): New function.
10219         (ns_draw_text_decoration): Use it.
10220         * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
10221         New functions.
10222         (x_draw_glyph_string): Use them.
10223         * xfaces.c (Qline, Qwave): New Lisp objects.
10224         (check_lface_attrs, merge_face_ref)
10225         (Finternal_set_lisp_face_attribute, realize_x_face):
10226         Handle wave-style underline face attributes.
10227         * xterm.c (x_draw_underwave): New function.
10228         (x_draw_glyph_string): Use it.
10230 2012-06-16  Juanma Barranquero  <lekktu@gmail.com>
10232         * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
10233         ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
10234         ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
10235         ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
10236         ($(BLD)/w32select.$(O)): Update dependencies.
10238 2012-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10240         * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
10241         (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
10242         * character.c (_fetch_multibyte_char_p): Remove.
10243         * alloc.c: Include "character.h" before "buffer.h".
10244         * bidi.c: Likewise.
10245         * buffer.c: Likewise.
10246         * bytecode.c: Likewise.
10247         * callint.c: Likewise.
10248         * callproc.c: Likewise.
10249         * casefiddle.c: Likewise.
10250         * casetab.c: Likewise.
10251         * category.c: Likewise.
10252         * cmds.c: Likewise.
10253         * coding.c: Likewise.
10254         * composite.c: Likewise.
10255         * dired.c: Likewise.
10256         * dispnew.c: Likewise.
10257         * doc.c: Likewise.
10258         * dosfns.c: Likewise.
10259         * editfns.c: Likewise.
10260         * emacs.c: Likewise.
10261         * fileio.c: Likewise.
10262         * filelock.c: Likewise.
10263         * font.c: Likewise.
10264         * fontset.c: Likewise.
10265         * fringe.c: Likewise.
10266         * indent.c: Likewise.
10267         * insdel.c: Likewise.
10268         * intervals.c: Likewise.
10269         * keyboard.c: Likewise.
10270         * keymap.c: Likewise.
10271         * lread.c: Likewise.
10272         * macros.c: Likewise.
10273         * marker.c: Likewise.
10274         * minibuf.c: Likewise.
10275         * nsfns.m: Likewise.
10276         * nsmenu.m: Likewise.
10277         * print.c: Likewise.
10278         * process.c: Likewise.
10279         * regex.c: Likewise.
10280         * region-cache.c: Likewise.
10281         * search.c: Likewise.
10282         * syntax.c: Likewise.
10283         * term.c: Likewise.
10284         * textprop.c: Likewise.
10285         * undo.c: Likewise.
10286         * unexsol.c: Likewise.
10287         * w16select.c: Likewise.
10288         * w32fns.c: Likewise.
10289         * w32menu.c: Likewise.
10290         * window.c: Likewise.
10291         * xdisp.c: Likewise.
10292         * xfns.c: Likewise.
10293         * xmenu.c: Likewise.
10294         * xml.c: Likewise.
10295         * xselect.c: Likewise.
10297 2012-06-16  Eli Zaretskii  <eliz@gnu.org>
10299         * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
10300         If all the glyphs of the glyph row came from strings, and we have no
10301         cursor positioning clues, put the cursor on the first glyph of the
10302         row.
10303         (handle_face_prop): Use chunk-relative overlay string index when
10304         indexing into it->string_overlays array.  (Bug#11653)
10305         (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
10306         the rightmost.  (Bug#11720)
10308 2012-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10310         * category.h (CHAR_HAS_CATEGORY): Define as inline.
10311         (CATEGORY_MEMBER): Enforce 1/0 value.
10312         * category.c (_temp_category_set): Remove.
10314 2012-06-16  Eli Zaretskii  <eliz@gnu.org>
10316         * window.c (Fdelete_other_windows_internal)
10317         (Fdelete_window_internal): Don't access frame's mouse highlight
10318         info of the initial frame.  (Bug#11677)
10320 2012-06-14  Paul Eggert  <eggert@cs.ucla.edu>
10322         * .gdbinit (xgetint): Fix recently-introduced paren typo.
10323         Assume USE_2_TAGS_FOR_INTS.
10324         (xreload): Adjust $tagmask width to match recent lisp.h change.
10326         Simplify lisp.h in minor ways that should not affect code.
10327         * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
10328         (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
10329         (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
10330         Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
10331         (INTTYPEBITS): New macro, for clarity.
10332         (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
10333         (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
10334         Simplify now that USE_LSB_TAG is always defined.
10335         (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
10336         (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
10338 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
10340         * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
10342 2012-06-13  Glenn Morris  <rgm@gnu.org>
10344         * s/bsd-common.h (BSD4_3):
10345         * s/usg5-4-common.h (USG5_4): No longer define; unused.
10347 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10349         * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
10350         instead of union.
10351         (XLI, XIL): Define.
10352         (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
10353         Use them.
10354         * emacs.c (gdb_use_struct): Rename from gdb_use_union.
10355         * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
10356         * alloc.c (widen_to_Lisp_Object): Remove.
10357         (mark_memory): Use XIL instead of widen_to_Lisp_Object.
10358         * frame.c (delete_frame): Remove outdated comment.
10359         * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
10360         USE_LISP_UNION_TYPE.
10361         (Fw32_unregister_hot_key): Likewise.
10362         (Fw32_toggle_lock_key): Likewise.
10363         * w32menu.c (add_menu_item): Likewise.
10364         (w32_menu_display_help): Use XIL instead of checking
10365         USE_LISP_UNION_TYPE.
10366         * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
10367         (init_heap): Likewise.
10368         * w32term.c (w32_read_socket): Update comment.
10370 2012-06-13  Glenn Morris  <rgm@gnu.org>
10372         * s/usg5-4-common.h, src/s/unixware.h:
10373         Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
10375         * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
10377 2012-06-13  Paul Eggert  <eggert@cs.ucla.edu>
10379         USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
10380         * alloc.c (make_number) [!defined make_number]:
10381         Remove, as lisp.h always defines this now.
10382         (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
10383         (roundup_size): Verify that it is a power of 2.
10384         * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
10385         * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
10386         * lisp.h (USE_LSB_TAG): Allow the builder to compile with
10387         -DUSE_LSB_TAG=0, to override the automatically-selected default.
10388         USE_LSB_TAG now is always defined to be either 0 or 1.
10389         All uses changed.
10390         (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
10391         code works fine either way, and efficiency is not a concern here,
10392         as the union type is for debugging, not for production.
10393         (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
10394         Use an inline function on all platforms when using the union type,
10395         since this is simpler and 'static inline' can be used portably
10396         within Emacs now.
10397         (LISP_INITIALLY_ZERO): New macro.
10398         (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
10399         (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
10401 2012-06-12  Glenn Morris  <rgm@gnu.org>
10403         * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
10405         * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
10407         * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
10408         Move BROKEN_SIGIO to configure.
10410         * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
10411         Move NO_TERMIO to configure.
10413 2012-06-12  Chong Yidong  <cyd@gnu.org>
10415         * image.c (imagemagick_load_image): Use MagickFlattenImage if
10416         MagickMergeImageLayers is undefined.  Use pixel pusher loop if
10417         MagickExportImagePixels is undefined.
10419 2012-06-12  Paul Eggert  <eggert@cs.ucla.edu>
10421         * image.c (imagemagick_load_image): Remove unused label.
10423 2012-06-11  Glenn Morris  <rgm@gnu.org>
10425         * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
10426         * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
10427         * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
10428         * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
10430 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10432         * alloc.c (make_byte_code): New function.
10433         (Fmake_byte_code): Use it.  Don't purify here.
10434         * lread.c (read1): Use it as well to avoid extra allocation.
10436 2012-06-11  Chong Yidong  <cyd@gnu.org>
10438         * image.c (imagemagick_load_image): Implement transparency.
10440 2012-06-10  Andreas Schwab  <schwab@linux-m68k.org>
10442         * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
10443         account for preceding backslashes.  (Bug#11663)
10445 2012-06-09  Chong Yidong  <cyd@gnu.org>
10447         * term.c: Support italics in capable terminals (Bug#9652).
10448         (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
10449         (turn_on_face): Output using TS_enter_italic_mode if available.
10450         Don't handle unused blinking and alt-charset cases.
10451         (turn_off_face): Handle italic case; discard unused tty_blinking_p
10452         and tty_alt_charset_p cases.
10453         (tty_capable_p, init_tty): Support italics.
10455         * termchar.h (struct tty_display_info): Add field for italics.
10456         Remove unused blink field.
10458         * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
10459         Handle slant.
10461         * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
10462         (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
10463         tty_alt_charset_p.  Add tty_italic_p.
10465 2012-06-09  Michael Albinus  <michael.albinus@gmx.de>
10467         * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
10468         dbus_type_is_basic if available.
10469         (xd_extract_signed, xd_extract_unsigned): Rename from
10470         extract_signed and extract_unsigned, respectively.  Adapt callers.
10472 2012-06-09  Chong Yidong  <cyd@gnu.org>
10474         * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
10476         * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
10477         case (Bug#9752).
10479 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
10481         * xdisp.c (vmessage): Treat frame message as multibyte.
10482         Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
10483         would generate the diagnostic "Making \302\247 buffer-local while
10484         let-bound!".
10486 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
10488         * dispnew.c (showing_window_margins_p): Undo last change, which
10489         was done due to an inadvertent commit.
10490         (adjust_frame_glyphs_for_frame_redisplay): Do call
10491         showing_window_margins_p.
10493 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10495         * eval.c (Fmake_var_non_special): New primitive.
10496         (syms_of_eval): Defsubr it.
10497         * lread.c (syms_of_lread): Mark `values' as lexically scoped.
10499 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
10501         * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
10502         function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
10504 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
10506         * alloc.c (allocate_vectorlike): Fix last change.
10508 2012-06-08  Dmitry Antipov  <dmantipov@yandex.ru>
10510         Block-based vector allocation of small vectors.
10511         * lisp.h (struct vectorlike_header): New field `nbytes',
10512         adjust comment accordingly.
10513         * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
10514         to denote vector blocks.  Adjust users (live_vector_p,
10515         mark_maybe_pointer, valid_lisp_object_p) accordingly.
10516         (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
10517         (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
10518         (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
10519         (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
10520         (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
10521         (roundup_size): New constant.
10522         (struct vector_block): New data type.
10523         (vector_blocks, vector_free_lists, zero_vector): New variables.
10524         (all_vectors): Rename to `large_vectors'.
10525         (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
10526         (sweep_vectors): New functions.
10527         (allocate_vectorlike): Return `zero_vector' as the only vector of
10528         0 items.  Allocate new vector from block if vector size is less than
10529         or equal to VBLOCK_BYTES_MAX.
10530         (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
10531         (init_alloc_once): Add call to init_vectors.
10533 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10535         * eval.c (Fmacroexpand): Stop if the macro returns the same form.
10537 2012-06-07  Paul Eggert  <eggert@cs.ucla.edu>
10539         * doprnt.c (doprnt): Truncate multibyte char correctly.
10540         Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
10541         would mishandle a string argument "Xc" if X was a multibyte
10542         character of length 2: it would truncate after X's first byte
10543         rather than including all of X.
10545 2012-06-06  Chong Yidong  <cyd@gnu.org>
10547         * buffer.c (word_wrap): Doc fix.
10549 2012-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10551         * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
10553 2012-06-03  Glenn Morris  <rgm@gnu.org>
10555         * xdisp.c (tool-bar-style): Doc fix.
10557 2012-06-03  Ulrich Müller  <ulm@gentoo.org>
10559         * Makefile.in (PAXCTL): Define.
10560         (temacs$(EXEEXT)): Disable memory randomization for the temacs
10561         binary via PaX flags if the paxctl utility is available.
10562         (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
10563         Restore PaX flags to their default.  (Bug#11398)
10565 2012-06-03  Chong Yidong  <cyd@gnu.org>
10567         * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
10568         buffer (Bug#11226).
10570 2012-06-03  Chong Yidong  <cyd@gnu.org>
10572         * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
10573         (note_mode_line_or_margin_highlight): If there is no help echo,
10574         use mode-line-default-help-echo.  Handle the case where the mouse
10575         position is past the end of the mode line string.
10577         * buffer.c (buffer_local_value_1): New function, split from
10578         Fbuffer_local_value; can return Qunbound.
10579         (Fbuffer_local_value): Use it.
10580         (Vmode_line_format): Docstring tweaks.
10582 2012-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10584         * sysdep.c (system_process_attributes): Improve comment.
10586 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10588         * keyboard.c: Export real-this-command to Elisp.
10589         (syms_of_keyboard): Rename real_this_command to Vreal_this_command
10590         and DEFVAR it.  Update all users.
10592 2012-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10594         * minibuf.c (Fassoc_string): Remove duplicate declaration.
10596         * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
10597         Convert pctcpu and pctmem to Lisp float properly.
10598         Let the compiler fold better, as 100.0/0x8000 is exact.
10600 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
10602         * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
10603         cons_block.
10605 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
10607         * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
10609 2012-06-01  Dmitry Antipov  <dmantipov@yandex.ru>
10611         For a 'struct window', replace some Lisp_Object fields to
10612         bitfields where appropriate, remove unused fields.
10613         * window.h (struct window): Remove unused 'last_mark_x' and
10614         'last_mark_y' fields.  Rename 'mini_p' field to 'mini',
10615         change its type from Lisp_Object to bitfield.
10616         Change type of 'force_start', 'optional_new_start',
10617         'last_had_star', 'update_mode_line' and 'start_at_line_beg'
10618         fields from Lisp_Object to bitfield.  Adjust users accordingly.
10620 2012-05-31  Paul Eggert  <eggert@cs.ucla.edu>
10622         Pacify gcc -Wdouble-precision when using Xaw.
10623         * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
10624         [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
10625         Use 'float' consistently, rather than 'float' in most places
10626         and 'double' in a couple of places.
10628 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
10630         * xdisp.c (handle_stop): Detect whether we have overlay strings
10631         loaded by testing it->current.overlay_string_index to be
10632         non-negative, instead of checking whether n_overlay_strings is
10633         positive.  (Bug#11587)
10635 2012-05-31  Chong Yidong  <cyd@gnu.org>
10637         * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
10639         * doc.c (Fsubstitute_command_keys): Doc fix.
10641 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
10643         * search.c (search_buffer): Remove calls to
10644         r_alloc_inhibit_buffer_relocation, as it is now called by
10645         maybe_unify_char, which was the cause of relocation of buffer text
10646         in bug#11519.
10648 2012-05-31  Eli Zaretskii  <eliz@gnu.org>
10650         * charset.c (maybe_unify_char): Inhibit relocation of buffer text
10651         for the duration of call to load_charset, to avoid problems with
10652         callers of maybe_unify_char that access buffer text through C
10653         pointers.
10655         * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
10656         decrement the inhibition flag, instead of just setting or
10657         resetting it.
10659 2012-05-31  Paul Eggert  <eggert@cs.ucla.edu>
10661         Remove obsolete '#define static' cruft.
10662         * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
10663         This #undef was "temporary" in 2000; it is no longer needed
10664         now that '#define static' has gone away.
10665         * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
10666         (gray_bitmap_bits): Remove; no longer needed.
10667         All uses replaced with definiens.
10668         * xterm.c: Include "bitmaps/gray.xbm".
10670 2012-05-30  Paul Eggert  <eggert@cs.ucla.edu>
10672         Clean up __executable_start, monstartup when --enable-profiling.
10673         The following changes affect the code only when profiling.
10674         * dispnew.c (__executable_start): Rename from safe_bcopy.
10675         Define only on platforms that need it.
10676         * emacs.c: Include <sys/gmon.h> when profiling.
10677         (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
10678         (__executable_start): Remove decl, since lisp.h does it now.
10679         (safe_bcopy): Remove decl; no longer has that name.
10680         (main): Coalesce #if into single bit of code, for simplicity.
10681         Cast pointers to uintptr_t, since standard libraries want integers
10682         and not pointers.
10683         * lisp.h (__executable_start): New decl.
10685 2012-05-31  Glenn Morris  <rgm@gnu.org>
10687         * image.c (Fimagemagick_types): Doc fix.
10689 2012-05-30  Jim Meyering  <meyering@redhat.com>
10691         * callproc.c (Fcall_process_region): Include directory component
10692         in mkstemp error message (Bug#11586).
10694 2012-05-30  Paul Eggert  <eggert@cs.ucla.edu>
10696         * alloc.c, lisp.h (make_pure_vector): Now static.
10698 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10700         * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
10701         Move to byte-run.el.
10702         (Fautoload): Do the hash-doc more carefully.
10703         * data.c (Fdefalias): Purify definition, except for keymaps.
10704         (Qdefun): Move from eval.c.
10705         * lisp.h (Qdefun): Remove.
10706         * lread.c (read1): Tiny simplification.
10708 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
10710         Do not create empty overlays with the evaporate property (Bug#9642).
10711         * buffer.c (Fmove_overlay): Reinstate the earlier fix for
10712         Bug#9642, but explicitly check that the buffer the overlay would
10713         be moved to is live and rearrange lines to make sure that errors
10714         will not put the overlay in an inconsistent state.
10715         (Fdelete_overlay): Cosmetics.
10717 2012-05-28  Eli Zaretskii  <eliz@gnu.org>
10719         * w32term.c (my_bring_window_to_top): New function.
10720         (x_raise_frame): Use handle returned by DeferWindowPos, which
10721         could be different from the original one.
10722         Call my_bring_window_to_top instead of my_set_foreground_window.
10723         (Bug#11513)
10725         * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
10726         by calling BringWindowToTop.
10728         * w32term.h (WM_EMACS_BRINGTOTOP): New message.
10729         (WM_EMACS_END): Increase by one.
10731 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
10733         * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
10734         This avoids undefined behavior that might cause the eassert
10735         to not catch an out-of-range value.
10737 2012-05-28  Juanma Barranquero  <lekktu@gmail.com>
10739         * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
10740         Update dependencies.
10742 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
10744         * bidi.c (bidi_mirror_char): Fix last change.
10746 2012-05-27  Andreas Schwab  <schwab@linux-m68k.org>
10748         * unexmacosx.c (copy_data_segment): Truncate after 16 characters
10749         when referring to sectname field in printf format.
10751 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10753         * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
10754         Only r_alloc_inhibit_buffer_relocation needed to be added;
10755         the others were already declared.
10757         * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
10758         before checking whether it's out of range.  Put the check inside
10759         eassert.  See
10760         <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
10762 2012-05-27  Ken Brown  <kbrown@cornell.edu>
10764         * callproc.c (Fcall_process): Restore a line that was accidentally
10765         commented out in the 2011-02-13 change (bug#11547).
10767 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
10769         * lisp.h [REL_ALLOC]: Add prototypes for external functions
10770         defined on ralloc.c.
10772         * buffer.c [REL_ALLOC]: Remove prototypes of
10773         r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
10774         they are now on lisp.h.
10776         * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
10778         * search.c (search_buffer): Use it to inhibit relocation of buffer
10779         text while re_search_2 is doing its job, because re_search_2 is
10780         passed C pointers to buffer text.  (Bug#11519)
10782         * msdos.c (internal_terminal_init) <Vwindow_system_version>:
10783         Update value to 24.
10785         * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
10786         state after an additional call to move_it_in_display_line_to, keep
10787         the values of it->max_ascent and it->max_descent found for the
10788         entire line.
10789         (pos_visible_p): Revert the comparison against bottom_y to what it
10790         was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
10791         (Bug#11464)
10793 2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
10795         Fix coding-related core dumps with gcc -ftrapv.
10796         The code was computing A - B, where A and B are pointers, and B is
10797         random garbage.  This can lead to core dumps on platforms that
10798         have special pointer registers, and it also leads to core dumps on
10799         x86-64 when compiled with gcc -ftrapv.  The fix is to compute
10800         A - B only when B is initialized properly.
10801         * coding.c (coding_set_source, coding_set_destination): Return void.
10802         (coding_change_source, coding_change_destinations): New functions,
10803         with the old behaviors of coding_set_source and coding_set_destination.
10804         All callers that need an offset changed to use these new functions.
10806 2012-05-26  Glenn Morris  <rgm@gnu.org>
10808         * nsterm.m (ns_init_paths): Don't mess with INFOPATH.  (Bug#2791)
10810 2012-05-26  Eli Zaretskii  <eliz@gnu.org>
10812         Extend mouse support on W32 text-mode console.
10813         * xdisp.c (draw_row_with_mouse_face):
10814         Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
10816         * w32console.c: Include window.h.
10817         (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
10818         New functions.
10819         (initialize_w32_display): Initialize mouse-highlight data.
10821         * w32inevt.c: Include termchar.h and window.h.
10822         (do_mouse_event): Support mouse-autoselect-window.  When the mouse
10823         moves, call note_mouse_highlight.  If help_echo changed, call
10824         gen_help_event to produce help-echo message in the echo area.
10825         Call clear_mouse_face if mouse_face_hidden is set in the mouse
10826         highlight info.
10828 2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
10830         * lread.c (read1): Simplify slightly to avoid an overflow warning
10831         with GCC 4.7.0 on x86-64.
10833 2012-05-26  Eli Zaretskii  <eliz@gnu.org>
10835         * bidi.c (bidi_mirror_char): Revert last change: an int is
10836         definitely wide enough here.
10838 2012-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10840         Fix integer width and related bugs (Bug#9874).
10841         * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
10842         (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
10843         (string_bytes, check_sblock, allocate_string_data):
10844         (compact_small_strings, Fmake_bool_vector, make_string)
10845         (make_unibyte_string, make_multibyte_string)
10846         (make_string_from_bytes, make_specified_string)
10847         (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
10848         (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
10849         (mark_vectorlike):
10850         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10851         (allocate_pseudovector):
10852         Use int, not EMACS_INT, where int is wide enough.
10853         (inhibit_garbage_collection, Fgarbage_collect):
10854         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10855         * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
10856         int might not be wide enough.
10857         (bidi_cache_search, bidi_cache_find, bidi_init_it)
10858         (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
10859         (bidi_at_paragraph_end, bidi_find_paragraph_start)
10860         (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
10861         (bidi_level_of_next_char, bidi_move_to_visually_next):
10862         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10863         * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
10864         (Fkill_buffer, Fset_buffer_major_mode)
10865         (advance_to_char_boundary, Fbuffer_swap_text)
10866         (Fset_buffer_multibyte, overlays_at, overlays_in)
10867         (overlay_touches_p, struct sortvec, record_overlay_string)
10868         (overlay_strings, recenter_overlay_lists)
10869         (adjust_overlays_for_insert, adjust_overlays_for_delete)
10870         (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
10871         (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
10872         (Foverlay_recenter, last_overlay_modification_hooks_used)
10873         (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
10874         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10875         (validate_region): Omit unnecessary test for b <= e,
10876         since that's guaranteed by the previous test.
10877         (adjust_overlays_for_delete): Avoid pos + length overflow.
10878         (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
10879         (report_overlay_modification):
10880         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10881         (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
10882         Omit pointer cast, which isn't needed anyway, and doesn't work
10883         after the EMACS_INT -> ptrdiff_t change.
10884         (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
10885         * buffer.h: Adjust decls to match defn changes elsewhere.
10886         (struct buffer_text, struct buffer):
10887         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10888         Use EMACS_INT, not int, where int might not be wide enough.
10889         * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
10890         not int, to avoid needless 32-bit limit on 64-bit hosts.
10891         (exec_byte_code): Use tighter memory-full test, one that checks
10892         for alloca overflow.  Don't compute the address of the object just
10893         before an array, as that's not portable.  Use EMACS_INT, not
10894         ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
10895         * callint.c (Fcall_interactively):
10896         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10897         * callproc.c (call_process_kill, Fcall_process):
10898         Don't assume pid_t fits into an Emacs fixnum.
10899         (call_process_cleanup, Fcall_process, child_setup):
10900         Don't assume pid_t fits into int.
10901         (call_process_cleanup, Fcall_process, delete_temp_file)
10902         (Fcall_process_region):
10903         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10904         (Fcall_process): Simplify handling of volatile integers.
10905         Use int, not EMACS_INT, where int will do.
10906         * casefiddle.c (casify_object, casify_region, operate_on_word)
10907         (Fupcase_word, Fdowncase_word, Fcapitalize_word):
10908         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10909         (casify_object): Avoid integer overflow when overallocating buffer.
10910         * casetab.c (set_identity, shuffle): Prefer int to unsigned when
10911         either works.  Use lint_assume to convince GCC 4.6.1 that it's OK.
10912         * category.c (Fchar_category_set): Don't assume fixnum fits in int.
10913         * category.h (CATEGORYP): Don't assume arg is nonnegative.
10914         * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
10915         integers are now checked earlier.  All uses replaced with XINT.
10916         (ccl_driver):
10917         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10918         For CCL_MapSingle, check that content and value are in int range.
10919         (ccl_driver, Fregister_code_conversion_map):
10920         Check that Vcode_version_map_vector is a vector.
10921         (resolve_symbol_ccl_program): Check that vector header is in range.
10922         Always copy the vector, so that we can check its contents reliably
10923         now rather than having to recheck each instruction as it's being
10924         executed.  Check that vector words fit in 'int'.
10925         (ccl_get_compiled_code, Fregister_ccl_program)
10926         (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
10927         program indexes, to avoid needless 32-bit limit on 64-bit hosts.
10928         (Fccl_execute, Fccl_execute_on_string): Check that initial reg
10929         contents are in range.
10930         (Fccl_execute_on_string): Check that status is in range.
10931         * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
10932         * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
10933         Accept and return EMACS_INT, not int, because callers can pass values
10934         out of 'int' range.
10935         (c_string_width, strwidth, lisp_string_width, chars_in_text)
10936         (multibyte_chars_in_text, parse_str_as_multibyte)
10937         (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
10938         (str_as_unibyte, str_to_unibyte, string_count_byte8)
10939         (string_escape_byte8, Fget_byte):
10940         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10941         (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
10942         avoid mishandling large integers.
10943         * character.h: Adjust decls to match defn changes elsewhere.
10944         * charset.c (load_charset_map_from_file, find_charsets_in_text)
10945         (Ffind_charset_region):
10946         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
10947         (load_charset_map_from_file): Redo idx calculation to avoid overflow.
10948         (load_charset_map_from_vector, Fdefine_charset_internal):
10949         Don't assume fixnum fits in int.
10950         (load_charset_map_from_vector, Fmap_charset_chars):
10951         Remove now-unnecessary CHECK_NATNUMs.
10952         (Fdefine_charset_internal): Check ranges here, more carefully.
10953         Don't rely on undefined behavior with signed left shift overflow.
10954         Don't assume unsigned int fits into fixnum, or that fixnum fits
10955         into unsigned int.  Don't require max_code to be a valid fixnum;
10956         that's not true for gb10830 4-byte on a 32-bit host.  Allow
10957         invalid_code to be a cons, for the same reason.  Require code_offset
10958         to be a character.  Avoid int overflow if max_char is close
10959         to INT_MAX.
10960         (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
10961         this is intended anyway and avoids some undefined behavior.
10962         (load_charset_map): Pass unsigned, not int, as 2nd arg of
10963         INDEX_TO_CODE_POINT, as that's what it expects.
10964         (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
10965         * charset.h (DECODE_CHAR): Return int, not unsigned;
10966         this is what was intended anyway, and it avoids undefined behavior.
10967         (CHARSET_OFFSET): Remove unused macro, instead of fixing its
10968         integer-overflow issues.
10969         (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
10970         Formerly, it returned EMACS_INT on 64-bit hosts in the common case
10971         where the argument is EMACS_INT, and this behavior is not intended.
10972         * chartab.c (Fmake_char_table, Fset_char_table_range)
10973         (uniprop_get_decoder, uniprop_get_encoder):
10974         Don't assume fixnum fits in int.
10975         * cmds.c (move_point): New function, that does the gist of
10976         Fforward_char and Fbackward_char, but does so while checking
10977         for integer overflow more accurately.
10978         (Fforward_char, Fbackward_char): Use it.
10979         (Fforward_line, Fend_of_line, internal_self_insert)
10980         (internal_self_insert):
10981         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
10982         Fix a FIXME, by checking for integer overflow when calculating
10983         target_clm and actual_clm.
10984         * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
10985         (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
10986         (ASSURE_DESTINATION, coding_alloc_by_realloc)
10987         (coding_alloc_by_making_gap, alloc_destination)
10988         (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
10989         (encode_coding_utf_16, detect_coding_emacs_mule)
10990         (decode_coding_emacs_mule, encode_coding_emacs_mule)
10991         (detect_coding_iso_2022, decode_coding_iso_2022)
10992         (encode_invocation_designation, encode_designation_at_bol)
10993         (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
10994         (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
10995         (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
10996         (encode_coding_ccl, encode_coding_raw_text)
10997         (detect_coding_charset, decode_coding_charset)
10998         (encode_coding_charset, detect_eol, decode_eol, produce_chars)
10999         (produce_composition, produce_charset, produce_annotation)
11000         (decode_coding, handle_composition_annotation)
11001         (handle_charset_annotation, consume_chars, decode_coding_gap)
11002         (decode_coding_object, encode_coding_object, detect_coding_system)
11003         (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
11004         (code_convert_region, code_convert_string)
11005         (Fdefine_coding_system_internal)
11006         (coding_set_source, coding_set_destination):
11007         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11008         (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
11009         (Fdefine_coding_system_internal):
11010         Don't assume fixnums fit in int.
11011         (decode_coding_gap, decode_coding_object, encode_coding_object)
11012         (Fread_coding_system, Fdetect_coding_region)
11013         (Funencodable_char_position, Fcheck_coding_systems_region)
11014         (get_translation, handle_composition_annotation, consume_chars):
11015         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11016         (consume_chars): Rewrite to not calculate an address outside buffer.
11017         (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
11018         Don't access memory outside of the args array.
11019         (Fdefine_coding_system_internal): Check for charset-id overflow.
11020         (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
11021         result of ENCODE_CHAR.
11022         * coding.h: Adjust decls to match defn changes elsewhere.
11023         (struct coding_system):
11024         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11025         * composite.c (get_composition_id, find_composition)
11026         (run_composition_function, update_compositions)
11027         (compose_text, composition_gstring_put_cache)
11028         (composition_gstring_p, composition_gstring_width)
11029         (fill_gstring_header, fill_gstring_body, autocmp_chars)
11030         (composition_compute_stop_pos, composition_reseat_it)
11031         (composition_update_it, struct position_record)
11032         (find_automatic_composition, composition_adjust_point)
11033         (Fcomposition_get_gstring, Ffind_composition_internal):
11034         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11035         (update_compositions):
11036         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11037         * composite.h: Adjust decls to match defn changes elsewhere.
11038         (struct composition):
11039         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11040         * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
11041         Do not attempt to compute the address of the object just before a
11042         buffer; this is not portable.
11043         (Faref, Faset):
11044         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11045         (Faset): Use int, not EMACS_INT, where int is wide enough.
11046         (Fstring_to_number): Don't assume fixnums fit in int.
11047         (Frem): Don't assume arg is nonnegative.
11048         * dbusbind.c (xd_append_arg): Check for integers out of range.
11049         (Fdbus_call_method): Don't overflow the timeout int.
11050         (extract_signed, extract_unsigned): New functions.
11051         (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
11052         (xd_get_connection_references): Return ptrdiff_t, not int.
11053         All uses changed.
11054         (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
11055         (xd_read_message_1):
11056         Use int, not unsigned, where the dbus API uses int.
11057         (Fdbus_message_internal): Don't overflow mtype.
11058         (syms_of_dbusbind): Allocate right-sized buffer for integers.
11059         * dired.c (directory_files_internal, file_name_completion, scmp)
11060         (file_name_completion_stat):
11061         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11062         (file_name_completion): Don't overflow matchcount.
11063         (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
11064         * dispextern.h: Adjust decls to match defn changes elsewhere.
11065         (struct text_pos, struct glyph, struct bidi_saved_info)
11066         (struct bidi_string_data, struct bidi_it, struct composition_it)
11067         (struct it):
11068         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11069         (struct display_pos, struct composition_it, struct it):
11070         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11071         * dispnew.c (increment_matrix_positions)
11072         (increment_row_positions, mode_line_string)
11073         (marginal_area_string):
11074         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11075         (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
11076         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11077         (duration_to_sec_usec): New function, to check for overflow better.
11078         (Fsleep_for, sit_for): Use it.
11079         * doc.c (get_doc_string, store_function_docstring):
11080         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11081         (get_doc_string, Fsnarf_documentation):
11082         Use int, not EMACS_INT, where int is wide enough.
11083         (get_doc_string):
11084         Use SAFE_ALLOCA, not alloca.
11085         Check for overflow when converting EMACS_INT to off_t.
11086         * doprnt.c (doprnt):
11087         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11088         * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
11089         Don't assume uid_t fits into fixnum.
11090         (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
11091         (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
11092         (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
11093         (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
11094         (general_insert_function)
11095         (Finsert_char, make_buffer_string, make_buffer_string_both)
11096         (update_buffer_properties, Fbuffer_substring)
11097         (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
11098         (Fsubst_char_in_region, check_translation)
11099         (Ftranslate_region_internal, save_restriction_restore, Fformat)
11100         (transpose_markers, Ftranspose_regions):
11101         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11102         (clip_to_bounds): Move to lisp.h as an inline function).
11103         (Fconstrain_to_field): Don't assume integers are nonnegative.
11104         (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
11105         (Fsubst_char_in_region, Fsave_restriction):
11106         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11107         (Femacs_pid): Don't assume pid_t fits into fixnum.
11108         (lo_time): Use int, not EMACS_INT, when int suffices.
11109         (lisp_time_argument): Check for usec out of range.
11110         (Fencode_time): Don't assume fixnum fits in int.
11111         (Fuser_login_name, Fuser_full_name): Signal an error
11112         if a uid argument is out of range, rather than relying on
11113         undefined behavior.
11114         (Fformat_time_string): Remove now-unnecessary check.
11115         lisp_time_argument checks for out-of-range usec now.
11116         Use ptrdiff_t, not size_t, where ptrdiff_t will do.
11117         * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
11118         (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
11119         (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
11120         (init_cmdargs, Fdump_emacs):
11121         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11122         (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
11123         the bottom (typically) 32 bits of the fixnum.
11124         * eval.c (specpdl_size, call_debugger):
11125         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11126         (when_entered_debugger, Fbacktrace_debug):
11127         Don't assume fixnum can fit in int.
11128         (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
11129         the object just before a buffer; this is not portable.
11130         (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
11131         (grow_specpdl, unbind_to):
11132         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11133         (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
11134         (grow_specpdl): Simplify allocation by using xpalloc.
11135         (Fprog1, Fprog2): Don't assume list length fits in int.  Simplify.
11136         * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
11137         (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
11138         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11139         (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
11140         (a_write, e_write):
11141         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11142         (Fcopy_file, non_regular_nbytes, read_non_regular)
11143         (Finsert_file_contents):
11144         Use int, not EMACS_INT, where int is wide enough.
11145         (READ_BUF_SIZE): Verify that it fits in int.
11146         (Finsert_file_contents): Check that counts are in proper range,
11147         rather than assuming fixnums fit into ptrdiff_t etc.
11148         Don't assume fixnums fit into int.
11149         * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
11150         * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
11151         (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
11152         (string_char_to_byte, string_byte_to_char)
11153         (string_make_multibyte, string_to_multibyte)
11154         (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
11155         (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
11156         (substring_both, Fdelete, internal_equal, Ffillarray)
11157         (Fclear_string, mapcar1)
11158         (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
11159         (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
11160         (larger_vector, make_hash_table, maybe_resize_hash_table)
11161         (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
11162         (Fmaphash, secure_hash):
11163         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11164         (concat): Check for string index and length overflow.
11165         (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
11166         (Frequire):
11167         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11168         (larger_vector): New API (vec, incr_min, size_max) replaces old
11169         one (vec, new_size, init).  This catches size overflow.
11170         INIT was removed because it was always Qnil.
11171         All callers changed.
11172         (INDEX_SIZE_BOUND): New macro, which calculates more precisely
11173         the upper bound on a hash table index size.
11174         (make_hash_table, maybe_resize_hash_table): Use it.
11175         (secure_hash): Computer start_byte and end_byte only after
11176         they're known to be in ptrdiff_t range.
11177         * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
11178         (Ffont_get_glyphs, Ffont_at):
11179         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11180         (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
11181         (Flist_fonts, Fopen_font):
11182         Don't assume fixnum can fit in int.
11183         (check_gstring): Don't assume index can fit in int.
11184         (font_match_p): Check that fixnum is a character, not a nonnegative
11185         fixnum, since the later code needs to stuff it into an int.
11186         (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
11187         (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
11188         conversion overflow issues.
11189         (Fopen_font): Check for integer out of  range.
11190         (Ffont_get_glyphs): Don't assume index can fit in int.
11191         * font.h: Adjust decls to match defn changes elsewhere.
11192         * fontset.c (reorder_font_vector): Redo score calculation to avoid
11193         integer overflow.
11194         (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
11195         printmax_t, where ptrdiff_t is wide enough.
11196         (Finternal_char_font):
11197         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11198         * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
11199         (Fset_frame_height, Fset_frame_width, Fset_frame_size)
11200         (Fset_frame_position, x_set_frame_parameters)
11201         (x_set_line_spacing, x_set_border_width)
11202         (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
11203         Check that fixnums are in proper range for system types.
11204         (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
11205         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11206         (Fmodify_frame_parameters): Don't assume fixnum fits in int.
11207         Use SAFE_ALLOCA_LISP, not alloca.
11208         * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
11209         intptr_t is wide enough.
11210         * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
11211         (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
11212         (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
11213         Check for fixnum out of range.
11214         * ftfont.c (ftfont_list): Don't assume index fits in int.
11215         Check that fixnums are in proper range for system types.
11216         (ftfont_shape_by_flt):
11217         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11218         * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
11219         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11220         (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
11221         Check that fixnums are in proper range for system types.
11222         * gnutls.h: Adjust decls to match defn changes elsewhere.
11223         * gtkutil.c (xg_dialog_run):
11224         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11225         (update_frame_tool_bar):
11226         Check that fixnums are in proper range for system types.
11227         * image.c (parse_image_spec): Redo count calculation to avoid overflow.
11228         (lookup_image): Check that fixnums are in range for system types.
11229         * indent.c (last_known_column, last_known_column_point):
11230         (current_column_bol_cache):
11231         (skip_invisible, current_column, check_display_width):
11232         (check_display_width, scan_for_column, current_column_1)
11233         (Findent_to, Fcurrent_indentation, position_indentation)
11234         (indented_beyond_p, Fmove_to_column, compute_motion):
11235         (Fcompute_motion, Fvertical_motion):
11236         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11237         (last_known_column_modified): Use EMACS_INT, not int.
11238         (check_display_width):
11239         (Fcompute_motion):
11240         Check that fixnums and floats are in proper range for system types.
11241         (compute_motion): Don't assume index or fixnum fits in int.
11242         (compute_motion, Fcompute_motion):
11243         Use int, not EMACS_INT, when it is wide enough.
11244         (vmotion): Omit local var start_hpos that is always 0; that way
11245         we don't need to worry about overflow in expressions involving it.
11246         * indent.h: Adjust decls to match defn changes elsewhere.
11247         (struct position):
11248         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11249         Use int, not EMACS_INT, where int is wide enough.
11250         Remove unused members ovstring_chars_done and tab_offset;
11251         all uses removed.
11252         * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
11253         (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
11254         (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
11255         (make_gap, copy_text, insert, insert_and_inherit)
11256         (insert_before_markers, insert_before_markers_and_inherit)
11257         (insert_1, count_combining_before, count_combining_after)
11258         (insert_1_both, insert_from_string)
11259         (insert_from_string_before_markers, insert_from_string_1)
11260         (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
11261         (adjust_after_replace, adjust_after_insert, replace_range)
11262         (replace_range_2, del_range, del_range_1, del_range_byte)
11263         (del_range_both, del_range_2, modify_region)
11264         (prepare_to_modify_buffer, signal_before_change)
11265         (signal_after_change, Fcombine_after_change_execute):
11266         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11267         * intervals.c (traverse_intervals, rotate_right, rotate_left)
11268         (balance_an_interval, split_interval_right, split_interval_left)
11269         (find_interval, next_interval, update_interval)
11270         (adjust_intervals_for_insertion, delete_node, delete_interval)
11271         (interval_deletion_adjustment, adjust_intervals_for_deletion)
11272         (static_offset_intervals, offset_intervals)
11273         (merge_interval_right, merge_interval_left, make_new_interval)
11274         (graft_intervals_into_buffer, temp_set_point_both)
11275         (temp_set_point, set_point, adjust_for_invis_intang)
11276         (set_point_both, move_if_not_intangible, get_property_and_range)
11277         (get_local_map, copy_intervals, copy_intervals_to_string)
11278         (compare_string_intervals, set_intervals_multibyte_1):
11279         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11280         * intervals.h: Adjust decls to match defn changes elsewhere.
11281         (struct interval):
11282         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11283         * keyboard.c (this_command_key_count, this_single_command_key_start)
11284         (before_command_key_count, before_command_echo_length, echo_now)
11285         (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
11286         (command_loop_1, safe_run_hooks, read_char, timer_check_2)
11287         (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
11288         (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
11289         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11290         (last_non_minibuf_size, last_point_position, echo_truncate)
11291         (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
11292         (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
11293         (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
11294         (stuff_buffered_input):
11295         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11296         (last_auto_save, command_loop_1, read_char):
11297         Use EMACS_INT, not int, to avoid integer overflow.
11298         (record_char): Avoid overflow in total_keys computation.
11299         (parse_modifiers_uncached): Redo index calculation to avoid overflow.
11300         * keyboard.h: Adjust decls to match defn changes elsewhere.
11301         * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
11302         (Fkey_description, Fdescribe_vector, Flookup_key):
11303         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11304         (click_position): New function, to check that positions are in range.
11305         (Fcurrent_active_maps):
11306         (describe_command):
11307         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11308         (Faccessible_keymaps, Fkey_description):
11309         (preferred_sequence_p):
11310         Don't assume fixnum can fit into int.
11311         (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
11312         Check for integer overflow in size calculations.
11313         (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
11314         avoid mishandling large integers.
11315         * lisp.h: Adjust decls to match defn changes elsewhere.
11316         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
11317         (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
11318         (struct Lisp_Marker):
11319         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11320         (clip_to_bounds): Now an inline function, moved here from editfns.c.
11321         (GLYPH_CODE_P): Check for overflow in system types, subsuming the
11322         need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
11323         All callers changed.
11324         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
11325         Assume the arg has valid form, since it always does.
11326         (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
11327         unsigned integer system type.
11328         (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
11329         (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
11330         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11331         (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
11332         (duration_to_sec_usec): New decl.
11333         * lread.c (read_from_string_index, read_from_string_index_byte)
11334         (read_from_string_limit, readchar, unreadchar, openp)
11335         (read_internal_start, read1, oblookup):
11336         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11337         (Fload, readevalloop, Feval_buffer, Feval_region):
11338         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11339         (openp): Check for out-of-range argument to 'access'.
11340         (read1): Use int, not EMACS_INT, where int is wide enough.
11341         Don't assume fixnum fits into int.
11342         Fix off-by-one error that can read outside a buffer.
11343         (read_filtered_event): Use duration_to_sec_usec
11344         to do proper overflow checking on durations.
11345         * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
11346         in size calculation.
11347         (Fexecute_kbd_macro):
11348         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11349         * marker.c (cached_charpos, cached_bytepos, CONSIDER)
11350         (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
11351         (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
11352         (set_marker_both, set_marker_restricted_both, marker_position)
11353         (marker_byte_position, Fbuffer_has_markers_at):
11354         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11355         (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
11356         * menu.c (ensure_menu_items): Rename from grow_menu_items.
11357         It now merely ensures that the menu is large enough, without
11358         necessarily growing it, as this avoids some integer overflow issues.
11359         All callers changed.
11360         (keymap_panes, parse_single_submenu, Fx_popup_menu):
11361         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11362         (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
11363         Use SAFE_ALLOCA_LISP, not alloca.
11364         (find_and_return_menu_selection): Avoid unnecessary casts of pointers
11365         to EMACS_INT.  Check that fixnums are in proper range for system types.
11366         * minibuf.c (minibuf_prompt_width, string_to_object)
11367         (Fminibuffer_contents, Fminibuffer_contents_no_properties)
11368         (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
11369         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11370         (get_minibuffer, read_minibuf_unwind):
11371         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11372         (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
11373         this simplifies overflow checking.  All callers changed.
11374         (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
11375         (Ftest_completion):
11376         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11377         * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
11378         (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
11379         Check that fixnums are in proper range for system types.
11380         (Fx_create_frame, Fx_show_tip):
11381         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11382         * nsfont.m (ns_findfonts, nsfont_list_family):
11383         Don't assume fixnum fits in long.
11384         * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
11385         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11386         (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
11387         wide enough.
11388         * nsselect.m (ns_get_local_selection, clean_local_selection_data):
11389         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11390         * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
11391         (PRINTDECLARE, PRINTPREPARE):
11392         (strout, print_string):
11393         (print, print_preprocess, print_check_string_charset_prop)
11394         (print_object):
11395         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11396         (PRINTDECLARE):
11397         (temp_output_buffer_setup, Fprin1_to_string, print_object):
11398         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11399         (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
11400         (printchar, strout): Use xpalloc to catch size calculation overflow.
11401         (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
11402         (print_error_message): Use SAFE_ALLOCA, not alloca.
11403         (print_object): Use int, not EMACS_INT, where int is wide enough.
11404         (print_depth, new_backquote_output, print_number_index):
11405         Use ptrdiff_t, not int, where int might not be wide enough.
11406         * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
11407         (Fset_process_window_size, Fformat_network_address)
11408         (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
11409         (sigchld_handler):
11410         Check that fixnums are in proper range for system types.
11411         (Fsignal_process): Simplify by avoiding a goto.
11412         Check for process-ids out of pid_t range rather than relying on
11413         undefined behavior.
11414         (process_tick, update_tick): Use EMACS_INT, not int.
11415         (Fformat_network_address, read_process_output, send_process)
11416         (Fprocess_send_region, status_notify):
11417         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11418         (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
11419         (wait_reading_process_output, read_process_output, exec_sentinel):
11420         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11421         (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
11422         (Faccept_process_output): Use duration_to_sec_usec to do proper
11423         overflow checking on durations.
11424         (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
11425         Don't assume pid_t fits in int.
11426         * process.h (struct Lisp_Process): Members tick and update_tick
11427         are now of type EMACS_INT, not int.
11428         * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
11429         configured --with-wide-int.
11430         * scroll.c (calculate_scrolling, calculate_direct_scrolling)
11431         (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
11432         * search.c (looking_at_1, string_match_1):
11433         (fast_string_match, fast_c_string_match_ignore_case)
11434         (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
11435         (scan_newline, find_before_next_newline, search_command)
11436         (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
11437         (set_search_regs, wordify):
11438         (Freplace_match):
11439         (Fmatch_data):
11440         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11441         (string_match_1, search_buffer, set_search_regs):
11442         (Fmatch_data):
11443         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11444         (wordify): Check for overflow in size calculation.
11445         (Freplace_match): Avoid potential buffer overflow in search_regs.start.
11446         (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
11447         Check that fixnums are in proper range for system types.
11448         * sound.c (struct sound_device)
11449         (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
11450         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11451         (Fplay_sound_internal):
11452         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11453         * syntax.c (struct lisp_parse_state, find_start_modiff)
11454         (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
11455         (Fparse_partial_sexp):
11456         Don't assume fixnums can fit in int.
11457         (struct lisp_parse_state, find_start_pos, find_start_value)
11458         (find_start_value_byte, find_start_begv)
11459         (update_syntax_table, char_quoted, dec_bytepos)
11460         (find_defun_start, prev_char_comend_first, back_comment):
11461         (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
11462         (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
11463         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11464         (Finternal_describe_syntax_value): Check that match_lisp is a
11465         character, not an integer, since the code stuffs it into int.
11466         (scan_words, scan_sexps_forward):
11467         Check that fixnums are in proper range for system types.
11468         (Fforward_word):
11469         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11470         (scan_sexps_forward):
11471         Use CHARACTERP, not INTEGERP, since the value must fit into int.
11472         (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
11473         * syntax.h: Adjust decls to match defn changes elsewhere.
11474         (struct gl_state_s):
11475         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11476         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
11477         MOST_POSITIVE_FIXNUM.
11478         * sysdep.c (wait_for_termination_1, wait_for_termination)
11479         (interruptible_wait_for_termination, mkdir):
11480         Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
11481         (emacs_read, emacs_write):
11482         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11483         (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
11484         and double all fit in int.
11485         * term.c (set_tty_color_mode):
11486         Check that fixnums are in proper range for system types.
11487         * termhooks.h (struct input_event):
11488         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11489         * textprop.c (validate_interval_range, interval_of)
11490         (Fadd_text_properties, set_text_properties_1)
11491         (Fremove_text_properties, Fremove_list_of_text_properties)
11492         (Ftext_property_any, Ftext_property_not_all)
11493         (copy_text_properties, text_property_list, extend_property_ranges)
11494         (verify_interval_modification):
11495         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11496         (Fnext_single_char_property_change)
11497         (Fprevious_single_char_property_change):
11498         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11499         (copy_text_properties):
11500         Check for integer overflow in index calculation.
11501         * undo.c (last_boundary_position, record_point, record_insert)
11502         (record_delete, record_marker_adjustment, record_change)
11503         (record_property_change):
11504         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11505         (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
11506         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11507         * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
11508         (Fx_hide_tip, Fx_file_dialog):
11509         * w32menu.c (set_frame_menubar):
11510         Use ptrdiff_t, not int, for consistency with rest of code.
11511         * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
11512         (select_window, Fdelete_other_windows_internal)
11513         (window_scroll_pixel_based, window_scroll_line_based)
11514         (Frecenter, Fset_window_configuration):
11515         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11516         (Fset_window_hscroll, run_window_configuration_change_hook)
11517         (set_window_buffer, temp_output_buffer_show, scroll_command)
11518         (Fscroll_other_window, Frecenter):
11519         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11520         (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
11521         Don't assume fixnum fits in int.
11522         (Fset_window_scroll_bars):
11523         Check that fixnums are in proper range for system types.
11524         * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
11525         (string_pos, c_string_pos, number_of_chars, init_iterator)
11526         (in_ellipses_for_invisible_text_p, init_from_display_pos)
11527         (compute_stop_pos, next_overlay_change, compute_display_string_pos)
11528         (compute_display_string_end, handle_face_prop)
11529         (face_before_or_after_it_pos, handle_invisible_prop)
11530         (handle_display_prop, handle_display_spec, handle_single_display_spec)
11531         (display_prop_intangible_p, string_buffer_position_lim)
11532         (string_buffer_position, handle_composition_prop, load_overlay_strings)
11533         (get_overlay_strings_1, get_overlay_strings)
11534         (iterate_out_of_display_property, forward_to_next_line_start)
11535         (back_to_previous_visible_line_start, reseat, reseat_to_string)
11536         (get_next_display_element, set_iterator_to_next)
11537         (get_visually_first_element, compute_stop_pos_backwards)
11538         (handle_stop_backwards, next_element_from_buffer)
11539         (move_it_in_display_line_to, move_it_in_display_line)
11540         (move_it_to, move_it_vertically_backward, move_it_by_lines)
11541         (add_to_log, message_dolog, message_log_check_duplicate)
11542         (message2, message2_nolog, message3, message3_nolog
11543         (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
11544         (current_message_1, truncate_echo_area, truncate_message_1)
11545         (set_message, set_message_1, store_mode_line_noprop)
11546         (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
11547         (text_outside_line_unchanged_p, check_point_in_composition)
11548         (reconsider_clip_changes)
11549         (redisplay_internal, set_cursor_from_row, try_scrolling)
11550         (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
11551         (redisplay_window, find_last_unchanged_at_beg_row)
11552         (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
11553         (trailing_whitespace_p, find_row_edges, display_line)
11554         (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
11555         (display_mode_element, store_mode_line_string)
11556         (pint2str, pint2hrstr, decode_mode_spec)
11557         (display_count_lines, display_string, draw_glyphs)
11558         (x_produce_glyphs, x_insert_glyphs)
11559         (rows_from_pos_range, mouse_face_from_buffer_pos)
11560         (fast_find_string_pos, mouse_face_from_string_pos)
11561         (note_mode_line_or_margin_highlight, note_mouse_highlight):
11562         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11563         (safe_call, init_from_display_pos, handle_fontified_prop)
11564         (handle_single_display_spec, load_overlay_strings)
11565         (with_echo_area_buffer, setup_echo_area_for_printing)
11566         (display_echo_area, echo_area_display)
11567         (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
11568         (update_tool_bar, hscroll_window_tree, redisplay_internal)
11569         (redisplay_window, dump_glyph_row, display_mode_line)
11570         (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
11571         (handle_display_spec, display_prop_string_p):
11572         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11573         (handle_single_display_spec, build_desired_tool_bar_string)
11574         (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
11575         (get_specified_cursor_type):
11576         Check that fixnums are in proper range for system types.
11577         (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
11578         (Flookup_image_map):
11579         Don't assume fixnums fit in int.
11580         (compare_overlay_entries):
11581         Avoid mishandling comparisons due to subtraction overflow.
11582         (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
11583         (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
11584         (handle_tool_bar_click):
11585         Use int, not unsigned, since we prefer signed and the signedness
11586         doesn't matter here.
11587         (get_next_display_element, next_element_from_display_vector):
11588         Use int, not EMACS_INT, when int is wide enough.
11589         (start_hourglass): Use duration_to_sec_usec to do proper
11590         overflow checking on durations.
11591         * xfaces.c (Fbitmap_spec_p):
11592         Check that fixnums are in proper range for system types.
11593         (compare_fonts_by_sort_order):
11594         Avoid mishandling comparisons due to subtraction overflow.
11595         (Fx_family_fonts, realize_basic_faces):
11596         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11597         (Fx_family_fonts):
11598         Don't assume fixnum fits in int.
11599         Use SAFE_ALLOCA_LISP, not alloca.
11600         (merge_face_heights): Remove unnecessary cast to EMACS_INT.
11601         (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
11602         (face_at_buffer_position, face_for_overlay_string)
11603         (face_at_string_position):
11604         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11605         (merge_faces): Use int, not EMACS_INT, where int is wide enough.
11606         * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
11607         (Fx_show_tip):
11608         Check that fixnums are in proper range for system types.
11609         (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
11610         (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
11611         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11612         (Fx_change_window_property): Don't assume fixnums fit in int.
11613         * xfont.c (xfont_chars_supported):
11614         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11615         * xmenu.c (Fx_popup_dialog, set_frame_menubar)
11616         (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
11617         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11618         * xml.c (parse_region):
11619         * xrdb.c (magic_file_p):
11620         Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
11621         * xselect.c (TRACE1): Don't assume pid_t promotes to int.
11622         (x_get_local_selection, x_reply_selection_request)
11623         (x_handle_selection_request, wait_for_property_change):
11624         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11625         (selection_data_to_lisp_data): Use short, not EMACS_INT, where
11626         short is wide enough.
11627         (x_send_client_event): Don't assume fixnum fits in int.
11628         * xterm.c (x_x_to_emacs_modifiers):
11629         Don't assume EMACS_INT overflows nicely into int.
11630         (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
11631         may come from Lisp.
11632         (handle_one_xevent): NATNUMP can eval its arg twice.
11633         (x_connection_closed):
11634         Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
11635         * xterm.h: Adjust decls to match defn changes elsewhere.
11636         (struct scroll_bar): Use struct vectorlike_header
11637         rather than rolling our own approximation.
11638         (SCROLL_BAR_VEC_SIZE): Remove; not used.
11640 2012-05-25  Glenn Morris  <rgm@gnu.org>
11642         * lisp.mk (lisp): Update for more files being compiled now.
11644 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11646         * lread.c: Remove `read_pure' which makes no difference.
11647         (read_pure): Remove var.
11648         (unreadpure): Remove function.
11649         (readevalloop): Don't call read_list with -1 flag.
11650         (read1, read_vector): Don't test read_pure any more.
11651         (read_list): Simplify.
11653         * fileio.c, character.h: Minor style tweaks.
11655 2012-05-24  Dmitry Antipov  <dmantipov@yandex.ru>
11657         * window.h (clip_changed): Remove useless declaration.
11659 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
11661         * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
11662         (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
11664 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11666         Remove src/m/*.
11667         This directory predates autoconf and is no longer needed nowadays.
11668         Move its few remaining bits of functionality to where they're needed.
11669         * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
11670         * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
11671         * m/template.h: Remove.
11672         * Makefile.in (M_FILE): Remove.  All uses removed.
11673         * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
11674         * lisp.h (USE_LSB_TAG):
11675         * mem-limits.h (EXCEEDS_LISP_PTR):
11676         Use VAL_MAX, not VALBITS, in #if.
11677         * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
11678         (EMACS_UINT): Define unconditionally now.
11679         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
11680         (BITS_PER_EMACS_INT): New constants, replacing
11681         what used to be in config.h, but not useful in #if.
11682         (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
11683         define them any more.
11684         (VAL_MAX): New macro.
11685         (VALMASK): Use it.
11686         * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
11687         BITS_PER_EMACS_INT, in #if.
11688         * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
11689         (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
11690         * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
11691         * s/ms-w32.h (DATA_START):
11692         Move here from removed file m/intel386.h.
11693         * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
11694         * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
11696 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
11698         Assume C89 or later.
11699         * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
11700         * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
11701         (xrealloc):
11702         * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
11703         * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
11704         * textprop.c, tparam.c (NULL): Remove.
11705         * ralloc.c, vm-limit.c (POINTER): Assume void * works.
11706         * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
11707         * regex.h (_RE_ARGS): Remove.  All uses rewritten to use prototypes.
11708         * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
11709         * xterm.c (input_signal_count): Assume volatile works.
11711 2012-05-21  Ken Brown  <kbrown@cornell.edu>
11713         * xgselect.c (xg_select): Fix first argument in call to 'select'
11714         (bug#11508).
11716 2012-05-20  Ken Brown  <kbrown@cornell.edu>
11718         * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
11719         [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
11721 2012-05-19  Ken Brown  <kbrown@cornell.edu>
11723         * xfns.c (x_in_use): Remove `static' qualifier.
11724         * xterm.h (x_in_use): Declare.
11725         * xgselect.c: Include xterm.h.
11726         (xg_select): Test `x_in_use' instead of `inhibit_window_system'
11727         and `display_arg' (bug#9754).
11729 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11731         * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
11733         * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
11734         * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
11736 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
11738         Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
11740         * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
11741         (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
11743         * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
11744         reference to image_cache->refcount.
11745         (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
11747 2012-05-17  Juri Linkov  <juri@jurta.org>
11749         * search.c (Fword_search_regexp, Fword_search_backward)
11750         (Fword_search_forward, Fword_search_backward_lax)
11751         (Fword_search_forward_lax): Move functions to isearch.el
11752         (bug#10145, bug#11381).
11754 2012-05-16  Paul Eggert  <eggert@cs.ucla.edu>
11756         * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
11758 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11760         * lread.c (init_obarray): Declare Qt and Qnil as special.
11762 2012-05-14  Glenn Morris  <rgm@gnu.org>
11764         * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
11765         Put "libexec" before "bin", for the sake of init_callproc_1.
11767 2012-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11769         * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
11771         * unexaix.c: Port to more-recent AIX compilers.
11772         (report_error, report_error_1, make_hdr, copy_sym)
11773         (mark_x, adjust_lnnoptrs, unrelocate_symbols):
11774         Make arguments const char *, not char *, to avoid violations of C
11775         standard and to fix some AIX warnings reported by Gilles Pion.
11777 2012-05-14  Eli Zaretskii  <eliz@gnu.org>
11779         * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
11780         already have overlays loaded.
11781         (handle_single_display_spec): Before returning without displaying
11782         fringe bitmap, synchronize the bidi iterator with the main display
11783         iterator, by calling iterate_out_of_display_property.
11784         (iterate_out_of_display_property): Detect buffer iteration by
11785         testing that it->string is a Lisp string.
11786         (get_next_display_element): When the current object is exhausted,
11787         and there's something on it->stack, call set_iterator_to_next to
11788         proceed with what's on the stack, instead of returning zero.
11789         (set_iterator_to_next): If called at the end of a Lisp string,
11790         proceed to consider_string_end without incrementing string
11791         position.  Don't increment display vector index past the end of
11792         the display vector.  (Bug#11417)
11793         (pos_visible_p): Don't report a position visible when move_it_to
11794         stopped at the last line of window, which happens to be scanned
11795         backwards by the bidi iteration.  (Bug#11464)
11797 2012-05-14  Eli Zaretskii  <eliz@gnu.org>
11799         * xdisp.c (handle_single_display_spec): Return 1 for left-margin
11800         and right-margin display specs even if the spec is invalid or we
11801         are on a TTY, and thus unable to display on the fringes.
11802         That's because the text with the property will not be displayed anyway,
11803         so we need to signal to the caller that this is a "replacing"
11804         display spec.  This fixes display when the spec is invalid or we
11805         are on a TTY.
11807 2012-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11809         * unexaix.c (make_hdr): Fix typo in prototype.
11810         This bug broke the build on AIX.  Problem reported by Gilles Pion.
11812 2012-05-14  Michael Albinus  <michael.albinus@gmx.de>
11814         * keyboard.c (kbd_buffer_get_event): Read special events also in
11815         batch mode.  (Bug#11415)
11817 2012-05-12  Glenn Morris  <rgm@gnu.org>
11819         * ns.mk: Update for ns_appbindir no longer having trailing "/".
11821 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
11823         * lisp.mk (lisp): Add newcomment.elc.
11825 2012-05-12  Glenn Morris  <rgm@gnu.org>
11827         * Makefile.in (MKDIR_P): New, set by configure.
11828         * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
11830 2012-05-11  Paul Eggert  <eggert@cs.ucla.edu>
11832         Remove unused function hourglass_started.
11833         * dispextern.h (hourglass_started):
11834         * w32fns.c (hourglass_started):
11835         * xdisp.c (hourglass_started): Remove.
11837 2012-05-10  Juanma Barranquero  <lekktu@gmail.com>
11839         * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
11840         Update dependencies.
11842 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11844         * xgselect.c (xg_select): Put maxfds+1 into a var.
11845         This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
11847         * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
11849 2012-05-10  Dave Abrahams  <dave@boostpro.com>
11851         * filelock.c (syms_of_filelock): New boolean create-lockfiles.
11852         (lock_file): If create_lockfiles is 0, do nothing.  (Bug#11227)
11854 2012-05-09  Michael Albinus  <michael.albinus@gmx.de>
11856         * dbusbind.c (xd_registered_buses): New internal Lisp object.
11857         Rename all occurrences of Vdbus_registered_buses to xd_registered_buses.
11858         (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
11859         Initialize xd_registered_buses.
11861 2012-05-09  Paul Eggert  <eggert@cs.ucla.edu>
11863         Untag more efficiently if USE_LSB_TAG.
11864         This is based on a proposal by YAMAMOTO Mitsuharu in
11865         <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
11866         For an admittedly artificial (nth 8000 longlist) benchmark on
11867         Fedora 15 x86-64, this yields a 25% CPU speedup.  Also, it shrinks
11868         Emacs's overall text size by 1%.
11869         * lisp.h (XUNTAG): New macro.
11870         (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
11871         (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
11872         (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
11873         * eval.c (Fautoload):
11874         * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
11875         * frame.h (XFRAME): Use XUNTAG.
11877         Port recent dbusbind.c changes to 32-bit --with-wide-int.
11878         * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
11879         Remove unportable assumptions about print widths of types like
11880         dbus_uint32_t.
11881         (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
11882         intptr_t when converting between pointer and integer, to avoid GCC
11883         warnings about wrong width.
11885 2012-05-09  Eli Zaretskii  <eliz@gnu.org>
11887         * w32proc.c (new_child): Force Windows to reserve only 64KB of
11888         stack for each reader_thread, instead of defaulting to 8MB
11889         determined by the linker.  This avoids failures in creating
11890         subprocesses on Windows 7, see the discussion in this thread:
11891         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
11893 2012-05-07  Jérémy Compostella  <jeremy.compostella@gmail.com>
11895         Fix up display of the *Minibuf-0* buffer in the mini window.
11896         * keyboard.c (read_char): Don't clear the echo area if there's no
11897         message to clear.
11898         * xdisp.c (redisplay_internal): Redisplay the mini window (with the
11899         contents of *Minibuf-0*) if there's no message displayed in its stead.
11901 2012-05-07  Michael Albinus  <michael.albinus@gmx.de>
11903         * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
11904         batch mode.
11906 2012-05-06  Chong Yidong  <cyd@gnu.org>
11908         * lisp.mk (lisp): Update.
11910 2012-05-05  Jim Meyering  <meyering@redhat.com>
11912         * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
11914 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11916         * data.c (PUT_ERROR): New macro.
11917         (syms_of_data): Use it.  Add new error type `user-error'.
11918         * undo.c (user_error): New function.
11919         (Fprimitive_undo): Use it.
11920         * print.c (print_error_message): Adjust print style for `user-error'.
11921         * keyboard.c (user_error): New function.
11922         (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
11924 2012-05-03  Paul Eggert  <eggert@cs.ucla.edu>
11926         Do not limit current-time-string to years 1000..9999.
11927         * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
11928         (Fcurrent_time_string): Support any year that is supported by the
11929         underlying localtime representation.  Don't use asctime, as it
11930         has undefined behavior for years outside the range -999..9999.
11932 2012-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11934         Fix race conditions involving setenv, gmtime, localtime, asctime.
11935         Without this fix, interrupts could mess up code that uses these
11936         nonreentrant functions, since setting TZ invalidates existing
11937         tm_zone or tzname values, and since most of these functions return
11938         pointers to static storage.
11939         * editfns.c (format_time_string, Fdecode_time, Fencode_time)
11940         (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
11941         Grow the critical sections to include not just invoking
11942         localtime/gmtime, but also accessing these functions' results
11943         including their tm_zone values if any, and any related TZ setting.
11944         (format_time_string): Last arg is now struct tm *, not struct tm **,
11945         so that the struct tm is saved in the critical section.
11946         All callers changed.  Simplify allocation of initial buffer, partly
11947         motivated by the fact that memory allocation needs to be outside
11948         the critical section.
11950 2012-05-02  Dmitry Antipov  <dmantipov@yandex.ru>
11952         * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
11953         with RESET_INTERVAL.
11955         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
11956         Remove duplicated buffer name initialization.
11958 2012-05-02  Jim Meyering  <jim@meyering.net>
11960         * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
11962         * xfns.c (x_window): Use xstrdup (Bug#11375).
11964 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
11966         * xdisp.c (pos_visible_p): If already at a newline from the
11967         display string before the 'while' loop, don't walk back the glyphs
11968         from it3.glyph_row.  Solves assertion violation when the display
11969         string begins with a newline (egg.el).  (Bug#11367)
11971 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11973         * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
11974         Move to simple.el.
11976 2012-05-01  Glenn Morris  <rgm@gnu.org>
11978         * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
11979         s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
11980         and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
11981         All were removed before 23.1.
11983         * dispnew.c: Remove HAVE_LIBNCURSES test;
11984         it is always true on relevant platforms.
11986         * Makefile.in (LD_SWITCH_X_SITE_RPATH):
11987         Rename from LD_SWITCH_X_SITE_AUX_RPATH.
11989         * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
11991 2012-04-30  Andreas Schwab  <schwab@linux-m68k.org>
11993         * .gdbinit (xpr): Remove checks for no longer existing misc types.
11994         (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
11995         Remove.
11997 2012-04-28  Paul Eggert  <eggert@cs.ucla.edu>
11999         Do not avoid creating empty evaporating overlays (Bug#9642).
12000         * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
12001         That is, do not delete an evaporating overlay if it becomes
12002         empty after its bounds are adjusted to fit within its buffer.
12003         This fix caused other problems, and I'm reverting it until we get
12004         to the bottom of them.
12006 2012-04-27  Chong Yidong  <cyd@gnu.org>
12008         * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
12010 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
12012         * xdisp.c (pos_visible_p): If the window start position is beyond
12013         ZV, start the display from buffer beginning.  Prevents assertion
12014         violation in init_iterator when the minibuffer window is scrolled
12015         via the scroll bar.
12017         * window.c (window_scroll_pixel_based): Likewise.
12019 2012-04-27  Chong Yidong  <cyd@gnu.org>
12021         * keymap.c (where_is_internal): Doc fix (Bug#10872).
12023 2012-04-27  Glenn Morris  <rgm@gnu.org>
12025         * fileio.c (Fcopy_file, Fset_file_selinux_context):
12026         Ignore ENOTSUP failures from setfilecon functions.  (Bug#11245)
12028 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
12030         * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
12031         Don't overrun array limits of glyph row's used[] array.  (Bug#11288)
12033 2012-04-26  Eli Zaretskii  <eliz@gnu.org>
12035         * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
12036         display element, check also the underlying string or buffer
12037         character.  (Bug#11341)
12039         * w32menu.c: Include w32heap.h.
12040         (add_menu_item): If the call to AppendMenuW (via
12041         unicode_append_menu) fails, disable Unicode menus only if we are
12042         running on Windows 9X/Me.
12044 2012-04-24  Andreas Schwab  <schwab@linux-m68k.org>
12046         * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
12047         (xgetint): Add missing shift for LSB tags.
12049 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
12051         * keyboard.c (read_char): Don't wipe echo area for select window
12052         events: These might get delayed via `mouse-autoselect-window'
12053         (Bug#11304).
12055 2012-04-24  Juanma Barranquero  <lekktu@gmail.com>
12057         * gnutls.c (init_gnutls_functions): Protect against (unlikely)
12058         manipulation of :loaded-from data.
12060 2012-04-23  Juanma Barranquero  <lekktu@gmail.com>
12062         * gnutls.c (init_gnutls_functions): The value of :loaded-from is
12063         now a cons (bug#11311).
12065 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
12067         Do not create empty overlays with the evaporate property (Bug#9642).
12068         * buffer.c (Fmove_overlay): Delete an evaporating overlay
12069         if it becomes empty after its bounds are adjusted to fit within
12070         its buffer.  Without this fix, in a nonempty buffer (let ((o
12071         (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
12072         yields an empty overlay that has the evaporate property, which is
12073         not supposed to happen.
12075         Fix minor GTK3 problems found by static checking.
12076         * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
12077         (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
12078         (struct _EmacsFixedClass, emacs_fixed_get_type):
12079         Move decls here from emacsgtkfixed.h, since they needn't be public.
12080         (emacs_fixed_get_type): Now static.
12081         (emacs_fixed_class_init): Omit unused local.
12082         (emacs_fixed_child_type): Remove; unused.
12083         * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
12084         (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
12085         (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
12086         (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
12087         (EMACS_FIXED_GET_CLASS): Remove; unused.
12088         * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
12090         * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
12091         Problem reported by Juanma Barranquero for Windows -Wunused-function.
12093 2012-04-22  Paul Eggert  <eggert@cs.ucla.edu>
12095         Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
12096         * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
12097         (__malloc_size_t, __malloc_ptrdiff_t):
12098         Remove.  All uses removed, replaced by the definiens if needed,
12099         since we can assume C89 or better now.
12100         Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
12101         (protect_malloc_state, align, get_contiguous_space)
12102         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
12103         (malloc_atfork_handler_child, malloc_enable_thread)
12104         (malloc_initialize_1, __malloc_initialize, morecore_nolock)
12105         (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
12106         (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
12107         (special_realloc, _realloc_internal_nolock, _realloc_internal)
12108         (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
12109         (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
12110         Define using prototypes, not old style.
12111         (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
12112         Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
12113         (align): Don't assume that signed integer overflow wraps around.
12114         Omit unused local var.
12115         (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
12116         (_free_internal_nolock, memalign, mallochook, reallochook):
12117         Omit no-longer-needed casts.
12118         (valloc): Use getpagesize, not __getpagesize.
12119         (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
12120         (struct hdr): The 'magic' member is now size_t, not unsigned long.
12122         * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
12124 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
12126         Move functions from C to Lisp.  Make non-blocking method calls
12127         the default.  Implement further D-Bus standard interfaces.
12129         * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
12130         (QCdbus_request_name_allow_replacement)
12131         (QCdbus_request_name_replace_existing)
12132         (QCdbus_request_name_do_not_queue)
12133         (QCdbus_request_name_reply_primary_owner)
12134         (QCdbus_request_name_reply_in_queue)
12135         (QCdbus_request_name_reply_exists)
12136         (QCdbus_request_name_reply_already_owner): Move to dbus.el.
12137         (QCdbus_registered_serial, QCdbus_registered_method)
12138         (QCdbus_registered_signal): New Lisp objects.
12139         (XD_DEBUG_MESSAGE): Use sizeof.
12140         (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
12141         (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
12142         (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
12143         (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
12144         (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
12145         (xd_signature, xd_append_arg): Allow float for integer types.
12146         (xd_get_connection_references): New function.
12147         (xd_get_connection_address): Rename from xd_initialize.
12148         Return cached address.
12149         (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
12150         (xd_close_bus): Rename from Fdbus_close_bus.  Not needed on Lisp
12151         level.
12152         (Fdbus_init_bus): New optional arg PRIVATE.  Cache address.
12153         Return number of refcounts.
12154         (Fdbus_get_unique_name): Make stronger parameter check.
12155         (Fdbus_message_internal): New defun.
12156         (Fdbus_call_method, Fdbus_call_method_asynchronously)
12157         (Fdbus_method_return_internal, Fdbus_method_error_internal)
12158         (Fdbus_send_signal, Fdbus_register_service)
12159         (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
12160         (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
12161         (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
12162         (Vdbus_compiled_version, Vdbus_runtime_version)
12163         (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
12164         (Vdbus_message_type_method_return, Vdbus_message_type_error)
12165         (Vdbus_message_type_signal): New defvars.
12166         (Vdbus_registered_buses, Vdbus_registered_objects_table):
12167         Adapt docstring.
12169 2012-04-22  Paul Eggert  <eggert@cs.ucla.edu>
12171         Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
12172         * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
12173         Do not assume ptrdiff_t is the same width as 'int'.
12175         * alloc.c: Handle unusual debugging option combinations.
12176         (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
12177         since the two debugging options are incompatible.
12178         (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
12179         is defined.
12180         (mem_init, mem_insert, mem_insert_fixup):
12181         Define if GC_MARK_STACK || GC_MALLOC_CHECK.
12182         (NEED_MEM_INSERT): Remove; no longer needed.
12184 2012-04-22  Leo Liu  <sdl.web@gmail.com>
12186         * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
12188 2012-04-22  Paul Eggert  <eggert@cs.ucla.edu>
12190         * sysdep.c [__FreeBSD__]: Minor cleanups.
12191         (list_system_processes, system_process_attributes) [__FreeBSD__]:
12192         Use Emacs indenting style more consistently.  Avoid some casts.
12193         Use 'double' consistently rather than mixing 'float' and 'double'.
12195 2012-04-21  Eduard Wiebe  <usenet@pusto.de>
12197         * sysdep.c (list_system_processes, system_process_attributes):
12198         Add implementation for FreeBSD (Bug#5243).
12200 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
12202         * lisp.mk (lisp): Update.
12204 2012-04-20  Paul Eggert  <eggert@cs.ucla.edu>
12206         * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
12207         It is never used otherwise.
12209 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12211         * print.c (print_preprocess): Only check print_depth if print-circle
12212         is nil.
12213         (print_object): Check for cycles even when print-circle is nil and
12214         print-gensym is t, but only check print_depth if print-circle is nil.
12216 2012-04-20  Chong Yidong  <cyd@gnu.org>
12218         * process.c (wait_reading_process_output): If EIO occurs on a pty,
12219         set the status to "failed" and ensure that sentinel is run.
12221 2012-04-20  Glenn Morris  <rgm@gnu.org>
12223         * process.c (Fset_process_inherit_coding_system_flag)
12224         (Fset_process_query_on_exit_flag): Doc fix (mention return value).
12225         (Fmake_network_process, Fmake_serial_process): Doc fix.
12227 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
12229         * xdisp.c (string_buffer_position_lim): Limit starting position to
12230         BEGV.
12231         (set_cursor_from_row): If called for a mode-line or header-line
12232         row, return zero immediately.
12233         (try_cursor_movement): If inside continuation line, don't back up
12234         farther than the first row after the header line, if any.
12235         Don't consider the header-line row as "partially visible", even if
12236         MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero.  (Bug#11261)
12238 2012-04-20  Atsuo Ohki  <ohki@gssm.otsuka.tsukuba.ac.jp>  (tiny change)
12240         * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
12241         (bug#11238).
12243 2012-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
12244 2012-04-18  Paul Eggert  <eggert@cs.ucla.edu>
12246         configure: new option --enable-gcc-warnings (Bug#11207)
12247         * Makefile.in (C_WARNINGS_SWITCH): Remove.
12248         (WARN_CFLAGS, WERROR_CFLAGS): New macros.
12249         (ALL_CFLAGS): Use new macros rather than old.
12250         * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
12251         * regex.c: Ignore -Wstrict-overflow.  If !emacs, also ignore
12252         -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
12253         -Wunused-result, -Wunused-variable.  This should go away once
12254         the Emacs and Gnulib regex code is merged.
12255         (xmalloc, xrealloc): Now static.
12257 2012-04-17  Paul Eggert  <eggert@cs.ucla.edu>
12259         * dired.c (Fsystem_groups): Remove unused local.
12261 2012-04-17  Glenn Morris  <rgm@gnu.org>
12263         * dired.c (Fsystem_users): Doc fix.
12265 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
12267         * dired.c (Fsystem_users, Fsystem_groups): New functions.  (Bug#7900)
12268         (syms_of_dired): Add them.
12270 2012-04-16  Paul Eggert  <eggert@cs.ucla.edu>
12272         Fix minor alloc.c problems found by static checking.
12273         * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
12274         New extern decls, to avoid calling undeclared functions.
12275         (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
12276         && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
12277         GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
12278         (NEED_MEM_INSERT): New macro.
12279         (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
12280         Remove one incorrect comment and fix another.
12282         Fix minor ralloc.c problems found by static checking.
12283         See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
12284         * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
12285         (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
12286         (r_alloc_sbrk): Now static.
12288         Improve ralloc.c interface checking.
12289         See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
12290         * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
12291         (r_alloc_free) [REL_ALLOC]: Move decls from here ...
12292         * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
12293         [REL_ALLOC]: ... to here, to check interface.
12294         * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
12295         Remove decls.  This fixes an "It stinks!".
12297         * alloc.c (which_symbols): Fix alignment issue / type clash.
12299 2012-04-15  Andreas Schwab  <schwab@linux-m68k.org>
12301         * lisp.h (struct Lisp_Symbol): Remove explicit padding.
12302         (struct Lisp_Misc_Any): Likewise.
12303         (struct Lisp_Free): Likewise.
12304         * alloc.c (union aligned_Lisp_Symbol): Define.
12305         (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
12306         aligned_Lisp_Symbol instead of struct Lisp_Symbol.
12307         (union aligned_Lisp_Misc): Define.
12308         (MARKER_BLOCK_SIZE, struct marker_block): Use union
12309         aligned_Lisp_Misc instead of union Lisp_Misc.
12310         (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
12312 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
12314         Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
12315         * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
12316         * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
12317         * s/netbsd.h, s/sol2-6.h:
12318         Remove definition of GC_MARK_STACK, since the default now works.
12319         * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
12320         Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
12321         no longer the default.
12322         * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
12324 2012-04-14  Atsuo Ohki  <ohki@gssm.otsuka.tsukuba.ac.jp>  (tiny change)
12326         * lread.c (lisp_file_lexically_bound_p):
12327         Fix hang at ";-*-\n" (bug#11238).
12329 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
12331         * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
12332         "unchanged" if its end.pos is beyond ZV.  (Bug#11199)
12334 2012-04-14  Jan Djärv  <jan.h.d@swipnet.se>
12336         * nsterm.m (constrainFrameRect): Always constrain when there is only
12337         one screen (Bug#10962).
12339 2012-04-13  Ken Brown  <kbrown@cornell.edu>
12341         * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
12343 2012-04-13  Reuben Thomas  <rrt@sc3d.org>
12345         * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
12347 2012-04-11  Daniel Colascione  <dancol@dancol.org>
12349         * s/cygwin.h: The vfork the #define in cygwin.h was protecting
12350         against is gone.  It's better to use vfork now so that when Cygwin
12351         gains a new, working vfork, we use it automatically (bug#10398).
12353 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12355         * window.c (save_window_save): Obey window-point-insertion-type.
12357 2012-04-11  Glenn Morris  <rgm@gnu.org>
12359         * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
12361 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12363         * alloc.c (lisp_align_malloc): Remove unneeded prototype.
12365 2012-04-10  Jason S. Cornez  <jcornez@ravenpack.com>  (tiny change)
12367         * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
12368         (force_quit_count): New var.
12369         (handle_interrupt): Use it.
12371 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
12373         * w32.c (w32_delayed_load): Record the full path of the library
12374         being loaded (bug#10424).
12376 2012-04-09  Glenn Morris  <rgm@gnu.org>
12378         * doc.c (Fsnarf_documentation): Check variables, functions are bound,
12379         not just in the obarray, before snarfing them.  (Bug#11036)
12381         * Makefile.in ($(leimdir)/leim-list.el):
12382         Pass EMACS rather than BUILT_EMACS.
12384 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12386         * process.c (make_process):
12387         * process.h: Add integer `gnutls_handshakes_tried' member to
12388         process struct.
12390         * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
12391         Add convenience `GNUTLS_LOG2i' macro.
12393         * gnutls.c (gnutls_log_function2i): Convenience log function.
12394         (emacs_gnutls_read): Use new log functions,
12395         `gnutls_handshakes_tried' process member, and
12396         `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
12397         attempts per process (connection).
12399 2012-04-09  Chong Yidong  <cyd@gnu.org>
12401         * eval.c (Fuser_variable_p, user_variable_p_eh)
12402         (lisp_indirect_variable): Functions deleted.
12403         (Fdefvar): Caller changed.
12405         * callint.c (Finteractive, Fcall_interactively):
12406         * minibuf.c (Fread_variable): Callers changed.
12408 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
12410         * xdisp.c (set_cursor_from_row): If the display string appears in
12411         the buffer at position that is closer to point than the position
12412         after the display string, display the cursor on the first glyph of
12413         the display string.  Fixes cursor display when a 'display' text
12414         property immediately follows invisible text.  (Bug#11094)
12416 2012-04-09  Paul Eggert  <eggert@cs.ucla.edu>
12418         composite.c: use 'double' consistently
12419         * composite.c (get_composition_id): Use 'double' consistently
12420         instead of converting 'float' to 'double' and vice versa; this is
12421         easier to understand and avoids a GCC warning.
12423 2012-04-09  Glenn Morris  <rgm@gnu.org>
12425         * Makefile.in: Generate leim-list with bootstrap-emacs, in
12426         preparation for dumping it with emacs.  (Bug#4789)
12427         (leimdir): New variable.
12428         ($(leimdir)/leim-list.el): New rule.
12429         (emacs$(EXEEXT)): Depend on leim-list.el.
12431         * buffer.c (Qucs_set_table_for_input): Remove.  (Bug#9821)
12432         (Fget_buffer_create): Don't call Qucs_set_table_for_input.
12433         (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
12435 2012-04-08  Andreas Schwab  <schwab@linux-m68k.org>
12437         * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
12438         proper alignment.
12440 2012-04-07  Juanma Barranquero  <lekktu@gmail.com>
12442         * xml.c (init_libxml2_functions) [WINDOWSNT]:
12443         Remove unused local variable.
12445 2012-04-07  Paul Eggert  <eggert@cs.ucla.edu>
12447         Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
12448         * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
12449         (mark_memory): Mark Lisp_Objects only if pointers might hide in
12450         objects, as mark_maybe_pointer will catch them otherwise.
12451         (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
12452         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
12454 2012-04-07  Paul Eggert  <eggert@cs.ucla.edu>
12456         Fix typo that broke non-Windows builds.
12457         * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
12459 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
12461         Support building on MS-Windows with libxml2.
12463         * makefile.w32-in (OBJ2): Add xml.$(O).
12464         (GLOBAL_SOURCES): Add xml.c.
12465         ($(BLD)/xml.$(O)): New dependency list.
12467         * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
12468         (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
12469         (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
12470         [!WINDOWSNT]: New macros.
12471         (init_libxml2_functions, libxml2_loaded_p): New functions.
12472         (parse_region): Call fn_xmlCheckVersion instead of using the macro
12473         LIBXML_TEST_VERSION.  Call libxml2 functions via the fn_* macros.
12474         (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
12475         Calls xmlCleanupParser only if libxml2 was loaded (or statically
12476         linked in).
12477         (Flibxml_parse_html_region, Flibxml_parse_xml_region):
12478         Call init_libxml2_functions before calling libxml2 functions.
12479         (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
12481         * emacs.c: Don't include libxml/parser.h.
12482         (shut_down_emacs): Call xml_cleanup_parser, instead of calling
12483         xmlCleanupParser directly.
12485         * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
12487 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
12489         * indent.c (Fvertical_motion): If there is a display string at
12490         point, use it.vpos to compute how many lines to backtrack after
12491         move_it_to point.  (Bug#11133)
12493 2012-04-06  Eli Zaretskii  <eliz@gnu.org>
12495         * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
12496         * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
12497         about subtle differences between FETCH_CHAR* and STRING_CHAR*
12498         macros related to unification of CJK characters.  For the details,
12499         see the discussion following the message here:
12500         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
12502 2012-04-04  Chong Yidong  <cyd@gnu.org>
12504         * keyboard.c (Vdelayed_warnings_list): Doc fix.
12506 2012-04-01  Eli Zaretskii  <eliz@gnu.org>
12508         * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
12509         instead of alloca.  (Bug#11138)
12511 2012-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12513         * w32menu.c (is_simple_dialog): Properly check lisp types.
12514         (Bug#11141)
12516 2012-03-31  Eli Zaretskii  <eliz@gnu.org>
12518         * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
12519         position we get to after a call to move_it_to fails the
12520         IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
12521         only if we wind up in a string from display property.  (Bug#11063)
12523         * window.c (Fdelete_other_windows_internal): Invalidate the row
12524         and column information about mouse highlight, so that redisplay
12525         restores it after reallocating the glyph matrices.  (Bug#7464)
12527         * xdisp.c (set_cursor_from_row): If `cursor' property on a display
12528         string comes from a `display' text property, use the buffer
12529         position of that property as if we actually saw that position in
12530         the row's glyphs.
12531         (move_it_by_lines): Remove the assertion that
12532         "it->current_x == 0 && it->hpos == 0" which can be legitimately
12533         violated when there's a before-string at the beginning of a line.
12534         (Bug#11063)
12536 2012-03-30  Eli Zaretskii  <eliz@gnu.org>
12538         * xdisp.c (append_space_for_newline): If the default face was
12539         remapped, use the remapped face for the appended newline.
12540         (extend_face_to_end_of_line): Use the remapped default face for
12541         extending the face to the end of the line.
12542         (display_line): Call extend_face_to_end_of_line when the default
12543         face was remapped.  (Bug#11068)
12545 2012-03-29  Eli Zaretskii  <eliz@gnu.org>
12547         * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
12549 2012-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12551         * keyboard.c (safe_run_hooks_error): Don't unquote strings.
12553 2012-03-27  Glenn Morris  <rgm@gnu.org>
12555         * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
12556         Doc fixes.
12558 2012-03-26  Kenichi Handa  <handa@m17n.org>
12560         * dispextern.h (struct glyph): Fix previous change.  Change the
12561         bit length of glyphless.ch to 25 (Bug#11082).
12563 2012-03-26  Chong Yidong  <cyd@gnu.org>
12565         * keyboard.c (Vselection_inhibit_update_commands): New variable.
12566         (command_loop_1): Use it; inhibit selection update for
12567         handle-select-window too (Bug#8996).
12569 2012-03-25  Fabrice Popineau  <fabrice.popineau@supelec.fr>
12571         * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
12573 2012-03-25  Kenichi Handa  <handa@m17n.org>
12575         * dispextern.h (struct glyph): Change the bit length of
12576         glyphless.ch to 22 to make the member glyphless fit in 32 bits.
12578 2012-03-24  Eli Zaretskii  <eliz@gnu.org>
12580         * s/ms-w32.h (tzname): Include time.h before redirecting to
12581         _tzname.  Fixes the MSVC build.  (Bug#9960)
12583 2012-03-24  Andreas Schwab  <schwab@linux-m68k.org>
12585         * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
12586         characters.
12588         * xterm.c (XTread_socket): Only modify handling_signal if
12589         !SYNC_INPUT.  (Bug#11080)
12591 2012-03-23  Eli Zaretskii  <eliz@gnu.org>
12593         * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
12594         FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES.  Prevents crashes
12595         when fetching a multibyte character consumes more bytes than
12596         CHAR_BYTES returns, due to unification of CJK characters in
12597         string_char.  (Bug#11073)
12599 2012-03-23  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
12601         * process.c (wait_reading_process_output): Handle pty disconnect
12602         by refraining from sending oneself a SIGCHLD (bug#10933).
12604 2012-03-22  Chong Yidong  <cyd@gnu.org>
12606         * dispextern.h (struct it): New member string_from_prefix_prop_p.
12608         * xdisp.c (push_prefix_prop): Rename from push_display_prop.
12609         Mark string as coming from a prefix property.
12610         (handle_face_prop): Use default face for prefix strings (Bug#4281).
12611         (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
12613 2012-03-21  Chong Yidong  <cyd@gnu.org>
12615         * xfaces.c (Vface_remapping_alist): Doc fix.
12617 2012-03-20  Eli Zaretskii  <eliz@gnu.org>
12619         * w32proc.c (Fw32_set_console_codepage)
12620         (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
12621         Doc fixes.
12623 2012-03-20  Chong Yidong  <cyd@gnu.org>
12625         * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
12626         to reflect default non-nil value of redisplay-dont-pause.
12628 2012-03-19  Kenichi Handa  <handa@m17n.org>
12630         * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
12631         it fit in a valid range (Bug#11003).
12633 2012-03-18  Eli Zaretskii  <eliz@gnu.org>
12635         * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
12636         that is not from display property, accept the row as a "cursor
12637         row" if one of the string's character has a non-nil `cursor'
12638         property.  Fixes cursor positioning when there are newlines in
12639         overlay strings, e.g. in icomplete.el.  (Bug#11035)
12641 2012-03-12  Paul Eggert  <eggert@cs.ucla.edu>
12643         * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
12645 2012-03-12  Chong Yidong  <cyd@gnu.org>
12647         * eval.c (inhibit_lisp_code): Rename from
12648         inhibit_window_configuration_change_hook; move from window.c.
12650         * xfns.c (unwind_create_frame_1, Fx_create_frame):
12651         * window.c (run_window_configuration_change_hook)
12652         (syms_of_window): Callers changed.
12654 2012-03-11  Chong Yidong  <cyd@gnu.org>
12656         * keymap.c (Fkey_description): Doc fix (Bug#9700).
12658         * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
12660 2012-03-10  Chong Yidong  <cyd@gnu.org>
12662         * frame.c (other_visible_frames): Don't assume the selected frame
12663         is visible (Bug#10955).
12665 2012-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12667         * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
12669 2012-03-08  Jan Djärv  <jan.h.d@swipnet.se>
12671         * gtkutil.c (x_wm_set_size_hint): Use one row in call to
12672         FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
12673         zero (Bug#10954).
12675 2012-03-03  Glenn Morris  <rgm@gnu.org>
12677         * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
12679 2012-03-02  Eli Zaretskii  <eliz@gnu.org>
12681         * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
12682         position past the first glyph_row that ends at ZV.  (Bug#10902)
12683         (redisplay_window, next_element_from_string): Fix typos in
12684         comments.
12685         (redisplay_window): Pass to move_it_vertically the margin in
12686         pixels, not in screen lines.
12688 2012-03-02  Glenn Morris  <rgm@gnu.org>
12690         * buffer.c (buffer-list-update-hook): Doc fix.
12692 2012-02-29  Eli Zaretskii  <eliz@gnu.org>
12694         * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
12695         push_it before setting up the iterator for the first overlay
12696         string, even if we have an empty string loaded.
12697         (next_overlay_string): If there's an empty string on the iterator
12698         stack, pop the stack.  (Bug#10903)
12700 2012-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12702         Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
12703         Suggested by Stefan Monnier in
12704         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
12705         * alloc.c (widen_to_Lisp_Object): New static function.
12706         (mark_memory): Also mark Lisp_Objects by fetching pointer words
12707         and widening them to Lisp_Objects.  This would work even if
12708         USE_LSB_TAG is defined and wide integers are used, which might
12709         happen in a future version of Emacs.
12711 2012-02-25  Chong Yidong  <cyd@gnu.org>
12713         * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
12714         Doc fix.
12716         * xselect.c (Fx_selection_exists_p): Doc fix.
12717         (x_clipboard_manager_save_all): Print an informative message
12718         before saving to clipboard manager.
12720 2012-02-24  Chong Yidong  <cyd@gnu.org>
12722         * keyboard.c (process_special_events): Handle all X selection
12723         requests in kbd_buffer, not just the next one (Bug#8869).
12725 2012-02-23  Chong Yidong  <cyd@gnu.org>
12727         * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
12728         call when setting menu-bar-lines and tool-bar-lines parameters.
12729         (unwind_create_frame_1): New helper function.
12731         * window.c (inhibit_window_configuration_change_hook): New var.
12732         (run_window_configuration_change_hook): Obey it.
12733         (syms_of_window): Initialize it.
12735 2012-02-22  Chong Yidong  <cyd@gnu.org>
12737         * xterm.c (x_draw_image_relief): Add missing type check for
12738         Vtool_bar_button_margin (Bug#10743).
12740 2012-02-21  Chong Yidong  <cyd@gnu.org>
12742         * fileio.c (Vfile_name_handler_alist): Doc fix.
12744         * buffer.c (Fget_file_buffer): Protect against invalid file
12745         handler return value.
12747 2012-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12749         * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
12750         when computing $valmask.
12752         Fix crash due to non-contiguous EMACS_INT (Bug#10780).
12753         * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
12754         (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
12755         It's useless in that case, and it can cause problems on hosts
12756         that allocate halves of EMACS_INT values separately.
12757         Reported by Dan Horák.  Diagnosed by Andreas Schwab in
12758         <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
12759         * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
12760         UINTPTR_MAX >> VALBITS == 0.  This is required by the above change;
12761         it avoids undefined behavior on hosts where shifting right by more
12762         than the word width has undefined behavior.
12764 2012-02-19  Chong Yidong  <cyd@gnu.org>
12766         * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
12767         (Funhandled_file_name_directory, Ffile_name_as_directory)
12768         (Fdirectory_file_name, Fexpand_file_name)
12769         (Fsubstitute_in_file_name): Protect against invalid file handler
12770         return values (Bug#10845).
12772 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
12774         * .gdbinit (pitx): Fix incorrect references to fields of the
12775         iterator stack.
12777 2012-02-17  Chong Yidong  <cyd@gnu.org>
12779         * syntax.c (Fscan_lists): Doc fix (Bug#10833).
12781 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
12783         * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
12784         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
12786 2012-02-15  Chong Yidong  <cyd@gnu.org>
12788         * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
12789         marked as special.  Also, starting docstrings with * is obsolete.
12791 2012-02-13  Andreas Schwab  <schwab@linux-m68k.org>
12793         * gnutls.c (emacs_gnutls_write): Fix last change.
12795 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
12797         * gnutls.c (emacs_gnutls_write): Set errno appropriately for
12798         send_process.
12800 2012-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12802         * keymap.c (Fsingle_key_description): Handle char ranges.
12804 2012-02-12  Chong Yidong  <cyd@gnu.org>
12806         * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
12807         as that creates a dangerous corner case.
12809         * window.c (Fdelete_window_internal): Invalidate the mouse
12810         highlight (Bug#9904).
12812 2012-02-12  Glenn Morris  <rgm@gnu.org>
12814         * xselect.c (Fx_own_selection_internal)
12815         (Fx_get_selection_internal, Fx_disown_selection_internal)
12816         (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
12817         * nsselect.m (Fx_own_selection_internal)
12818         (Fx_disown_selection_internal, Fx_selection_exists_p)
12819         (Fx_selection_owner_p, Fx_get_selection_internal):
12820         Sync docs and argument specs with the xselect.c versions.
12822 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
12824         * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
12826 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
12828         * w32select.c (Fx_selection_exists_p): Sync doc string and
12829         argument list with xselect.c.  (Bug#10783)
12831         * w16select.c (Fx_selection_exists_p): Sync doc string and
12832         argument list with xselect.c.  (Bug#10783)
12834 2012-02-10  Glenn Morris  <rgm@gnu.org>
12836         * fns.c (Fsecure_hash): Doc fix.
12838 2012-02-09  Kenichi Handa  <handa@m17n.org>
12840         * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
12842 2012-02-07  Chong Yidong  <cyd@gnu.org>
12844         * buffer.c (Fbuffer_local_variables)
12845         (buffer_lisp_local_variables): Handle unbound vars correctly;
12846         don't let Qunbound leak into Lisp.
12848 2012-02-07  Glenn Morris  <rgm@gnu.org>
12850         * image.c (Fimagemagick_types): Doc fix.
12852         * image.c (imagemagick-render-type): Change it from a lisp object
12853         to an integer.  Move the doc here from the lisp manual.
12854         Treat all values not equal to 0 the same.
12856 2012-02-06  Chong Yidong  <cyd@gnu.org>
12858         * doc.c (store_function_docstring): Avoid applying docstring of
12859         alias to base function (Bug#2603).
12861 2012-02-04  Andreas Schwab  <schwab@linux-m68k.org>
12863         * .gdbinit (pp1, pv1): Remove redundant defines.
12864         (pr): Use pp.
12866 2012-02-04  Chong Yidong  <cyd@gnu.org>
12868         * nsterm.m: Declare a global (Bug#10694).
12870 2012-02-04  Eli Zaretskii  <eliz@gnu.org>
12872         * w32.c (get_emacs_configuration_options):
12873         Include --enable-checking, if specified, in the return value.
12875 2012-02-04  Martin Rudalics  <rudalics@gmx.at>
12877         * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
12878         after rounding frame sizes.  (Bug#9723)
12880 2012-02-04  Eli Zaretskii  <eliz@gnu.org>
12882         * keyboard.c (adjust_point_for_property): Don't position point
12883         before BEGV.  (Bug#10696)
12885 2012-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12887         Handle overflow when computing char display width (Bug#9496).
12888         * character.c (char_width): Return EMACS_INT, not int.
12889         (char_width, c_string_width): Check for overflow when
12890         computing the width; this is possible now that individual
12891         characters can have unbounded width.  Problem introduced
12892         by merge from Emacs 23 on 2012-01-19.
12894 2012-02-02  Michael Albinus  <michael.albinus@gmx.de>
12896         * dbusbind.c (Fdbus_register_method): Mention the return value
12897         :ignore in the docstring.
12899 2012-02-02  Glenn Morris  <rgm@gnu.org>
12901         * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
12903         * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12904         Unconditionally set to t.  (Bug#10673)
12905         * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12906         * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
12907         * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
12909 2012-02-02  Kenichi Handa  <handa@m17n.org>
12911         (x_produce_glyphs): Cancel previous change.  If cmp->glyph_len is
12912         0, do not call append_composite_glyph.
12914 2012-02-02  Kenichi Handa  <handa@m17n.org>
12916         * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
12917         NULL (Bug#6988).
12918         (x_produce_glyphs): If the component of a composition is a null
12919         string, set it->pixel_width to 1 to avoid zero-width glyph.
12921 2012-02-01  Eli Zaretskii  <eliz@gnu.org>
12923         * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
12924         first 2 arguments are identical.  This makes inserting large
12925         output from a subprocess an order of magnitude faster on
12926         MS-Windows, where all sbrk'ed memory is always contiguous.
12928 2012-01-31  Glenn Morris  <rgm@gnu.org>
12930         * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
12931         * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
12932         * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
12934 2012-01-29  Glenn Morris  <rgm@gnu.org>
12936         * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
12938 2012-01-28  Samuel Thibault  <sthibault@debian.org>  (tiny change)
12940         * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
12942 2012-01-28  Chong Yidong  <cyd@gnu.org>
12944         * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
12946 2012-01-26  Chong Yidong  <cyd@gnu.org>
12948         * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
12950         * search.c (Fsearch_forward, Fsearch_backward): Document negative
12951         repeat counts (Bug#10507).
12953 2012-01-26  Glenn Morris  <rgm@gnu.org>
12955         * lread.c (syms_of_lread): Doc fix.
12957 2012-01-25  HIROSHI OOTA  <nil@mad.dog.cx>  (tiny change)
12959         * coding.c (encode_designation_at_bol): Change return value to
12960         EMACS_INT.
12962 2012-01-25  Chong Yidong  <cyd@gnu.org>
12964         * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
12966 2012-01-21  Chong Yidong  <cyd@gnu.org>
12968         * floatfns.c (Fcopysign): Make the second argument non-optional,
12969         since nil is not allowed anyway.
12971 2012-01-21  Andreas Schwab  <schwab@linux-m68k.org>
12973         * process.c (read_process_output): Use p instead of XPROCESS (proc).
12974         (send_process): Likewise.
12976 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
12978         * window.c (save_window_save, Fcurrent_window_configuration)
12979         (Vwindow_persistent_parameters): Do not use Qstate.
12980         Rewrite doc-strings.
12982 2012-01-19  Kenichi Handa  <handa@m17n.org>
12984         * character.c (char_width): New function.
12985         (Fchar_width, c_string_width, lisp_string_width):
12986         Use char_width (Bug#9496).
12988 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
12990         * window.c (Vwindow_persistent_parameters): New variable.
12991         (Fset_window_configuration, save_window_save): Handle persistent
12992         window parameters.
12994 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
12996         * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
12997         thrashing the stack of the thread.  (Bug#9087)
12999 2012-01-12  Paul Eggert  <eggert@cs.ucla.edu>
13001         * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
13003 2012-01-11  Eli Zaretskii  <eliz@gnu.org>
13005         * xdisp.c (rows_from_pos_range): Handle the case where the
13006         highlight ends on a newline.  (Bug#10464)
13007         (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
13008         he end column for display of highlight that ends on a newline
13009         before a R2L line.
13011 2012-01-11  Glenn Morris  <rgm@gnu.org>
13013         * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
13014         from load-path also when installation-directory is nil.  (Bug#10208)
13016 2012-01-10  Glenn Morris  <rgm@gnu.org>
13018         * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
13020         * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
13021         Update template values to be closer to their typical values these days.
13023 2012-01-09  Eli Zaretskii  <eliz@gnu.org>
13025         * xdisp.c (rows_from_pos_range): Accept additional argument
13026         DISP_STRING, and accept any glyph in a row whose object is that
13027         string as eligible for mouse highlight.  Fixes mouse highlight of
13028         display strings from overlays.  (Bug#10464)
13030 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
13032         emacs: fix an auto-save permissions race condition (Bug#10400)
13033         * fileio.c (auto_saving_dir_umask): New static var.
13034         (Fmake_directory_internal): Use it.
13035         (do_auto_save_make_dir): Set it, instead of invoking chmod after
13036         creating the directory.  The old code temporarily assigns
13037         too-generous permissions to the directory.
13038         (do_auto_save_eh): Clear it.
13039         (Fdo_auto_save): Catch all errors, not just file errors, so
13040         that the var is always cleared.
13042 2012-01-07  Eli Zaretskii  <eliz@gnu.org>
13044         * search.c (scan_buffer): Pass character positions to
13045         know_region_cache, not byte positions.  (Bug#6540)
13047 2012-01-07  LynX  <_LynX@bk.ru>  (tiny change)
13049         * w32.c (sys_rename): Report EXDEV when rename of a directory
13050         fails because the target is on another logical disk.  (Bug#10284)
13052 2012-01-07  David Benjamin  <davidben@mit.edu>  (tiny change)
13054         * xterm.c (x_embed_request_focus): New function.
13056         * xterm.h: Add prototype.
13058         * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
13060 2012-01-05  Glenn Morris  <rgm@gnu.org>
13062         * emacs.c (emacs_copyright): Update short copyright year to 2012.
13064 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
13066         * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
13067         Load gnutls_transport_set_lowat only if GnuTLS version is below
13068         2.11.1.
13069         (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
13070         GnuTLS versions below 2.11.1.
13072 2011-12-31  Antoine Levitt  <antoine.levitt@gmail.com>
13074         * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
13075         to the doc string advising against its use for altering the way
13076         windows are scrolled.
13078 2011-12-28  Kenichi Handa  <handa@m17n.org>
13080         * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
13081         coding-system ASCII compatible only when it does not produce BOM
13082         on encoding (Bug#10383).
13084 2011-12-26  Jan Djärv  <jan.h.d@swipnet.se>
13086         * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
13087         can scroll.
13088         (create_and_show_popup_menu): Always use menu_position_func for
13089         Gtk3 (Bug#10361).
13091 2011-12-24  Andreas Schwab  <schwab@linux-m68k.org>
13093         * callint.c (Fcall_interactively): Don't truncate prompt string.
13095 2011-12-23  Eli Zaretskii  <eliz@gnu.org>
13097         * xdisp.c (handle_invisible_prop): Handle correctly an invisible
13098         property that ends at ZV, so that the bidi iteration could be
13099         resumed from there (after widening).  (Bug#10360)
13101 2011-12-22  Jan Djärv  <jan.h.d@swipnet.se>
13103         * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
13105 2011-12-21  Jan Djärv  <jan.h.d@swipnet.se>
13107         * nsterm.m (x_free_frame_resources):
13108         Release f->output_data.ns->miniimage.
13109         (ns_index_color): Fix indentation.  Do not retain
13110         color_table->colors[i].
13112         * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
13113         before returning.
13115         * nsfns.m (x_set_background_color): Assign return value from
13116         ns_index_color to face-background instead of NSColor*.
13117         (ns_implicitly_set_icon_type): Fix indentation.
13118         Change assignment in for loop to comparison.
13120         * emacs.c (ns_pool): New variable.
13121         (main): Assign ns_pool.
13122         (Fkill_emacs): Call ns_release_autorelease_pool.
13124         * nsfont.m (ns_spec_to_descriptor): Fix indentation,
13125         autorelease fdesc, release fdAttrs and tdict.
13126         (ns_get_covering_families): Release charset.
13127         (ns_findfonts): Release NSFontDescriptor created with new.
13128         (ns_uni_to_glyphs): Fix indentation.
13129         (setString): Release attrStr before assigning new value.
13131 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
13133         * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
13134         and NS_IMPL_COCOA.
13135         (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
13136         (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
13138 2011-12-18  David Reitter  <reitter@cmu.edu>
13140         * nsterm.m (ns_term_init): Subscribe for notifications
13141         NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
13142         to method trackingNotification in EmacsMenu.
13144         * nsmenu.m (trackingMenu): New variable.
13145         (trackingNotification): New method (from Aquamacs).
13146         (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
13147         from Aquamacs (Bug#7030).
13149 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
13151         * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
13152         (symbol_to_nsstring): Fix indentation.
13153         (ns_symbol_to_pb): New function.
13154         (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
13155         (Fns_rotate_cut_buffers_internal): Remove.
13156         (Fns_store_selection_internal): Rename from
13157         Fns_store_cut_buffer_internal.
13158         (ns_get_foreign_selection, Fx_own_selection_internal)
13159         (Fx_disown_selection_internal, Fx_selection_exists_p)
13160         (Fns_get_selection_internal, Fns_store_selection_internal):
13161         Use ns_symbol_to_pb and check if return value is nil.
13162         (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT.  Remove defsubr
13163         Sns_rotate_cut_buffers_internal.  Sns_get_cut_buffer_internal
13164         renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
13165         renamed to Sns_store_selection_internal.
13166         (ns_handle_selection_request): Move code to Fx_own_selection_internal
13167         and remove this function.
13168         (ns_handle_selection_clear): Remove, never used.
13169         (Fx_own_selection_internal): Move code from ns_handle_selection_request
13170         here.
13172 2011-12-17  Ken Brown  <kbrown@cornell.edu>
13174         * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
13175         GID is unknown (Bug#10257).
13177 2011-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13179         * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
13180         (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
13181         which caused a build failure on GNU/Linux IA-64.  This problem was
13182         introduced by my 2011-10-07 patch.
13184 2011-12-15  Juri Linkov  <juri@jurta.org>
13186         * image.c (imagemagick_error): New function.  (Bug#10112)
13187         (imagemagick_load_image): Comment out `MagickSetResolution' call.
13188         Use `imagemagick_error' where ImageMagick functions return
13189         `MagickFalse'.
13190         (Fimagemagick_types): Add `Fnreverse' to return the list in the
13191         proper order.
13193 2011-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13195         * xftfont.c (xftfont_draw): Use the font metrics of s->font to
13196         fill background (Bug#8992).
13198 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
13200         * window.c (Vwindow_combination_resize)
13201         (Vwindow_combination_limit): Use t instead of non-nil in
13202         doc-strings.
13203         (Vrecenter_redisplay): Add first sentence of doc-string on
13204         separate line.
13205         (Frecenter): Fix doc-string typo.
13207 2011-12-11  Kenichi Handa  <handa@m17n.org>
13209         * coding.c (Funencodable_char_position): Pay attention to the
13210         buffer text relocation (Bug#9389).
13212 2011-12-10  Jan Djärv  <jan.h.d@swipnet.se>
13214         * xterm.c (x_term_init): Move call to gdk_window_add_filter before
13215         gtk_init (Bug#10100).
13217 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
13219         * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
13220         IT->string is nil.  (Bug#10263)
13222 2011-12-10  Jan Djärv  <jan.h.d@swipnet.se>
13224         * nsterm.h (x_free_frame_resources): Declare.
13226         * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
13227         (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
13229         * nsterm.h (ns_get_defaults_value): Declare.
13231         * nsterm.m (ns_default): Call ns_get_defaults_value.
13233 2011-12-09  Eli Zaretskii  <eliz@gnu.org>
13235         * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
13236         (Bug#10170)
13238 2011-12-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13240         * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
13241         that where the value of an _OBJC_* symbol points to is in the .bss
13242         section (Bug#10240).
13244 2011-12-08  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
13246         * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
13247         after the loop to call ccl_driver at least once (Bug#8619).
13249 2011-12-08  Kenichi Handa  <handa@m17n.org>
13251         * ftfont.c (get_adstyle_property): Fix previous change
13252         (Bug#10233).
13254 2011-12-07  Juanma Barranquero  <lekktu@gmail.com>
13256         * w32.c (init_environment): If no_site_lisp, remove site-lisp
13257         dirs from the default value of EMACSLOADPATH (bug#10208).
13259 2011-12-07  Glenn Morris  <rgm@gnu.org>
13261         * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
13262         installation and source directories as well.  (Bug#10208)
13264 2011-12-06  Chong Yidong  <cyd@gnu.org>
13266         * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
13268 2011-12-06  Glenn Morris  <rgm@gnu.org>
13270         * process.c (start_process_unwind): Treat any pid <= 0, except -2,
13271         as an error, not just -1.  (Bug#10217)
13273 2011-12-05  Chong Yidong  <cyd@gnu.org>
13275         * keyboard.c (process_special_events): New function.
13276         (swallow_events, Finput_pending_p): Use it (Bug#10195).
13278 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
13280         * coding.c (encode_designation_at_bol): Don't use uninitialized
13281         local variable (Bug#9318).
13283 2011-12-05  Kenichi Handa  <handa@m17n.org>
13285         * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
13286         return Qnil (Bug#8046, Bug#10193).
13288 2011-12-05  Kenichi Handa  <handa@m17n.org>
13290         * coding.c (encode_designation_at_bol): New args charbuf_end and
13291         dst.  Return the number of produced bytes.  Callers changed.
13292         (coding_set_source): Return how many bytes coding->source was
13293         relocated.
13294         (coding_set_destination): Return how many bytes
13295         coding->destination was relocated.
13296         (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
13297         (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
13299 2011-12-05  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
13301         * coding.c (CODING_CHAR_CHARSET_P): New macro.
13302         (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
13303         macro (Bug#9318).
13305 2011-12-05  Andreas Schwab  <schwab@linux-m68k.org>
13307         The following changes are to fix Bug#9318.
13309         * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
13310         (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
13311         (encode_coding_iso_2022, encode_coding_sjis)
13312         (encode_coding_big5, encode_coding_charset): Use the above macros.
13314 2011-12-05  Juanma Barranquero  <lekktu@gmail.com>
13316         * lisp.h (process_quit_flag): Fix external declaration.
13318 2011-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13320         Don't macro-inline non-performance-critical code.
13321         * eval.c (process_quit_flag): New function.
13322         * lisp.h (QUIT): Use it.
13324 2011-12-04  Jan Djärv  <jan.h.d@swipnet.se>
13326         * nsfns.m (get_geometry_from_preferences): New function.
13327         (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
13329 2011-12-04  Andreas Schwab  <schwab@linux-m68k.org>
13331         * emacs.c (Qkill_emacs): Define.
13332         (syms_of_emacs): Initialize it.
13333         * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
13334         Qquit_flag to `kill-emacs' instead.
13335         (quit_throw_to_read_char): Add parameter `from_signal'.
13336         All callers changed.  Call Fkill_emacs if requested and safe.
13337         * lisp.h (QUIT): Call Fkill_emacs if requested.
13339 2011-12-03  Jan Djärv  <jan.h.d@swipnet.se>
13341         * widget.c (update_wm_hints): Return if wmshell is null.
13342         (widget_update_wm_size_hints): New function.
13344         * widget.h (widget_update_wm_size_hints): Declare.
13346         * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
13347         widget_update_wm_size_hints (Bug#10104).
13349 2011-12-03  Eli Zaretskii  <eliz@gnu.org>
13351         * xdisp.c (handle_invisible_prop): If the invisible text ends just
13352         before a newline, prepare the bidi iterator for consuming the
13353         newline, and keep the current paragraph direction.  (Bug#10183)
13354         (redisplay_window): Don't let `margin' become negative.  (Bug#10192)
13356 2011-12-02  Juri Linkov  <juri@jurta.org>
13358         * search.c (Fword_search_regexp): New Lisp function created from
13359         `wordify'.  Change type of arg `lax' from `int' to `Lisp_Object'.
13360         (Fword_search_backward, Fword_search_forward)
13361         (Fword_search_backward_lax, Fword_search_forward_lax):
13362         Use `Fword_search_regexp' instead of `wordify'.  Doc fix.
13363         (syms_of_search): Define `Sword_search_regexp'.  (Bug#10145)
13365 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13367         * fileio.c (Finsert_file_contents): Move after-change-function call
13368         to before the "handled:" label, since all "goto handled" appear in
13369         cases where the *-change-functions have already been properly called
13370         (bug#10117).
13372 2011-12-01  Andreas Schwab  <schwab@linux-m68k.org>
13374         * keyboard.c (interrupt_signal): Don't call kill-emacs when
13375         waiting for input.  (Bug#10169)
13377 2011-11-30  Eli Zaretskii  <eliz@gnu.org>
13379         * dispnew.c (adjust_glyph_matrix): Remove the assertion that
13380         verifies glyph row's hash code--we have just reallocated the
13381         glyphs, so their contents can be complete garbage.  (Bug#10164)
13383 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
13385         * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
13387 2011-11-30  Eli Zaretskii  <eliz@gnu.org>
13389         * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
13390         attributes are tested _before_ calling verify_row_hash, to protect
13391         against GCC re-ordering of the tests.  (Bug#10164)
13393 2011-11-29  Jan Djärv  <jan.h.d@swipnet.se>
13395         * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
13397         * xterm.c (handle_one_xevent): Only set async_visible and friends
13398         if net_wm_state_hidden_seen is non-zero (Bug#10002)
13399         (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
13400         _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
13402 2011-11-28  Paul Eggert  <eggert@cs.ucla.edu>
13404         Remove GCPRO-related macros that exist only to avoid shadowing locals.
13405         * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
13406         (GCPRO6_VAR, UNGCPRO_VAR): Remove.  See
13407         <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
13408         All uses changed to use GCPRO1 etc.
13409         (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
13410         Revert to old implementation (i.e., before 2011-03-11).
13412 2011-11-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13414         * dispnew.c (scrolling_window): Truncate overlaps in copy destination
13415         of scroll runs so as to avoid assigning disabled bogus rows and
13416         unnecessary graphics copy operations.
13418 2011-11-27  Eli Zaretskii  <eliz@gnu.org>
13420         * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
13421         (snprintf) [_MSC_VER]: Redirect to _snprintf.
13422         (strtoll) [_MSC_VER]: Redirect to _strtoi64.
13423         (malloc, free, realloc, calloc): Redirect to e_* only when
13424         compiling Emacs.
13426         * lisp.h (GCTYPEBITS): Move before first use.
13427         (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
13428         (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
13429         this macro definition.
13431         * s/ms-w32.h (tzname): Redirect to _tzname for all values of
13432         _MSC_VER.
13434 2011-11-27  Jan Djärv  <jan.h.d@swipnet.se>
13436         * gtkutil.c (xg_create_frame_widgets):
13437         Call gtk_window_set_has_resize_grip (FALSE) if that function is
13438         present with Gtk+ 2.0.
13440 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13442         * fileio.c (Finsert_file_contents): Undo previous change; see
13443         <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
13445 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13447         Rename locals to avoid shadowing.
13448         * fileio.c (Finsert_file_contents):
13449         Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
13450         * process.c (wait_reading_process_output):
13451         Rename inner 'proc' to 'p' to avoid shadowing.
13452         Indent for consistency with usual Emacs style.
13454 2011-11-25  Eli Zaretskii  <eliz@gnu.org>
13456         * xdisp.c (redisplay_window): If cursor row is not fully visible
13457         after recentering, and scroll-conservatively is set to a large
13458         number, scroll window by a few more lines to make the cursor fully
13459         visible and out of scroll-margin.  (Bug#10105)
13460         (start_display): Don't move to the next line if the display should
13461         start at a newline that is part of a display vector or an overlay
13462         string.  (Bug#10119)
13464 2011-11-24  Juri Linkov  <juri@jurta.org>
13466         * image.c (imagemagick_load_image): Move `MagickSetResolution' down
13467         after the `MagickPingImage' call.  (Bug#10112)
13469 2011-11-23  Chong Yidong  <cyd@gnu.org>
13471         * window.c (Fcoordinates_in_window_p): Accept only live windows.
13473 2011-11-23  Martin Rudalics  <rudalics@gmx.at>
13475         * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
13476         making another buffer current.  (Bug#10114)
13478 2011-11-23  Glenn Morris  <rgm@gnu.org>
13480         * font.c (font_find_for_lface) [HAVE_NS]: Ignore case.  (Bug#2526)
13482 2011-11-23  Chong Yidong  <cyd@gnu.org>
13484         * xdisp.c (compute_stop_pos): Check validity of end_charpos before
13485         using it (Bug#5984).
13487 2011-11-22  Eli Zaretskii  <eliz@gnu.org>
13489         * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
13490         and header-lines, as they don't have one computed for them.
13491         (Bug#10098)
13493         * .gdbinit (prow): Make displayed values more self-explaining.
13494         Add row's hash code.
13496 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13498         * process.c (wait_reading_process_output): Fix asynchrounous
13499         GnuTLS socket handling on some versions of the GnuTLS library.
13500         (wait_reading_process_output): Add comment and URL.
13502 2011-11-21  Jan Djärv  <jan.h.d@swipnet.se>
13504         * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
13506 2011-11-21  Chong Yidong  <cyd@gnu.org>
13508         * window.c (Fnext_window, Fprevious_window): Doc fix.
13510 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13512         * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
13514 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13516         * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
13518 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
13520         * window.c (Fset_window_combination_limit): Rename argument
13521         STATUS to LIMIT.
13522         (Vwindow_combination_limit): Remove "status" from doc-string.
13524 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
13526         * m/ibms390.h: Remove.
13527         * m/ibms390x.h: Don't include "ibms390.h".
13529 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13531         * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
13532         Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
13534 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13536         * casetab.c (Fset_case_table):
13537         * charset.c (Fcharset_after): Fix typos.
13539 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
13541         Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
13542         Otherwise, valgrind does not work on some platforms.
13543         Problem reported by Andreas Schwab in
13544         <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
13545         * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
13546         is set, removing the need for VIRT_ADDRESS_VARIES.
13547         (PURE_P): Use a more-efficient implementation that needs just one
13548         comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
13549         number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
13550         to 4 (xorl, subq, cmpq, setbe).
13551         * alloc.c (pure): Always extern now, since that's the
13552         VIRT_ADDR_VARIES behavior.
13553         (PURE_POINTER_P): Use a single comparison, not two, for
13554         consistency with the new puresize.h.
13555         * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
13556         * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
13557         Remove VIRT_ADDR_VARIES no longer needed.
13559 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
13561         * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
13562         (erase_phys_cursor, update_window_cursor, show_mouse_face)
13563         (cursor_in_mouse_face_p): If the cursor position is out of bounds,
13564         behave as if the cursor position were at the window margin.
13566         * window.c (get_phys_cursor_glyph): If the window is hscrolled,
13567         and the cursor position is out of bounds, behave as if the cursor
13568         position were at the window margin.  (Bug#10075)
13570 2011-11-18  Chong Yidong  <cyd@gnu.org>
13572         * window.c (Fwindow_combination_limit): Make first argument
13573         non-optional, since it is meaningless for live windows like the
13574         selected window.
13576 2011-11-18  Dmitry Antipov  <dmantipov@yandex.ru>
13578         * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
13580 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13582         * intervals.c: Fix grafting over the whole buffer (bug#10071).
13583         (graft_intervals_into_buffer): Simplify.
13585 2011-11-18  Eli Zaretskii  <eliz@gnu.org>
13587         * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
13588         hash values of the two rows.
13589         (copy_row_except_pointers): Preserve the used[] arrays and the
13590         hash values of the two rows.  (Bug#10035)
13591         (add_row_entry): Add xassert to verify that ROW's hash code is valid.
13593         * xdisp.c (row_hash): New function, body extracted from
13594         compute_line_metrics.
13595         (compute_line_metrics): Call row_hash, instead of computing the
13596         hash code inline.
13598         * dispnew.c (verify_row_hash): Call row_hash for computing the
13599         hash code of a row, instead of duplicating code from xdisp.c.
13601         * dispextern.h (row_hash): Add prototype.
13603 2011-11-18  Tassilo Horn  <tassilo@member.fsf.org>
13605         * frame.c (delete_frame): Don't delete the terminal when the last
13606         X frame is closed if emacs is built with GTK toolkit.
13608 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
13610         * window.c (syms_of_window) <window-combination-resize>: Fix typo.
13612 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
13614         * window.c (Vwindow_splits): Rename to
13615         Vwindow_combination_resize.  Suggested by Juri Linkov.
13616         (Fsplit_window_internal): Use Vwindow_combination_resize instead
13617         of Vwindow_splits.
13619 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
13621         * nsfns.m (Fns_font_name):
13622         * window.c (syms_of_window) <window-combination-limit>: Fix typos.
13624 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
13626         * window.h (window): Rename slot "nest" to "combination_limit".
13627         * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
13628         (Fset_window_nest): Rename to Fset_window_combination_limit.
13629         (Vwindow_nest): Rename to Vwindow_combination_limit.
13630         (recombine_windows, make_parent_window, make_window)
13631         (Fsplit_window_internal, saved_window)
13632         (Fset_window_configuration, save_window_save): Rename all
13633         occurrences of window_nest to window_combination_limit.
13635 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
13637         * image.c (imagemagick_load_image): Fix typo.
13639 2011-11-14  Eli Zaretskii  <eliz@gnu.org>
13641         * xdisp.c (display_line): Move the call to
13642         highlight_trailing_whitespace before the call to
13643         compute_line_metrics, since the latter needs to see the final
13644         faces of all the glyphs to compute ROW's hash value.
13645         Fixes assertion violations in row_equal_p.  (Bug#10035)
13647 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
13649         * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
13650         just return (bug#10044).
13652 2011-11-12  Eli Zaretskii  <eliz@gnu.org>
13654         * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
13655         with user-defined heap size.  Bump the default size of the temacs
13656         heap to 27MB, to avoid memory warning when running temacs.
13657         ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
13659         * dispnew.c (scrolling_window): Fix incorrect indices in accessing
13660         current_matrix and desired_matrix.  (Bug#9990)
13661         (verify_row_hash) [XASSERTS]: New function.
13662         (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
13663         that the hash value of glyph rows is correct.
13665 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
13667         * window.h (window): Remove splits slot.
13668         * window.c (Fwindow_splits, Fset_window_splits): Remove.
13669         (Fdelete_other_windows_internal, make_parent_window)
13670         (make_window, Fsplit_window_internal, Fdelete_window_internal)
13671         (Fset_window_configuration, save_window_save): Don't deal with
13672         split status of windows.
13673         (saved_window): Remove splits slot.
13674         (Vwindow_splits): Rewrite doc-string.
13676 2011-11-11  Jan Djärv  <jan.h.d@swipnet.se>
13678         * xfns.c (unwind_create_frame):
13679         * nsfns.m (unwind_create_frame):
13680         * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
13681         Vframe_list (Bug#9999).
13683 2011-11-11  Dmitry Antipov  <dmantipov@yandex.ru>
13685         * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
13687 2011-11-11  Kenichi Handa  <handa@m17n.org>
13689         * callproc.c (Fcall_process): Set the member dst_multibyte of
13690         process_coding.
13692 2011-11-11  Johan Bockgård  <bojohan@gnu.org>
13694         * xdisp.c (fill_composite_glyph_string): Always set s->face, to
13695         avoid a crash (bug#9496).
13697 2011-11-09  Chong Yidong  <cyd@gnu.org>
13699         * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
13700         (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
13702 2011-11-08  Paul Eggert  <eggert@cs.ucla.edu>
13704         * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
13706 2011-11-08  Paul Eggert  <eggert@cs.ucla.edu>
13708         Avoid some portability problems by eschewing 'extern inline' functions.
13709         The trivial performance wins aren't worth the portability hassles; see
13710         <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
13711         et seq.
13712         * dispextern.h (window_box, window_box_height, window_text_bottom_y)
13713         (window_box_width, window_box_left, window_box_left_offset)
13714         (window_box_right, window_box_right_offset): Undo previous change,
13715         by removing the "extern"s.
13716         * intervals.c (adjust_intervals_for_insertion)
13717         (adjust_intervals_for_deletion): Undo previous change,
13718         making these static again.
13719         (offset_intervals, temp_set_point_both, temp_set_point)
13720         (copy_intervals_to_string): No longer inline.
13721         * xdisp.c (window_text_bottom_y, window_box_width)
13722         (window_box_height, window_box_left_offset)
13723         (window_box_right_offset, window_box_left, window_box_right)
13724         (window_box): No longer inline.
13726 2011-11-08  Chong Yidong  <cyd@gnu.org>
13728         * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
13729         (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
13730         Signal an error if not a live window.
13731         (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
13732         (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
13734 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
13736         * lisp.h (syms_of_abbrev): Remove declaration.
13737         Reported by CHENG Gao <chenggao@royau.me>.
13739 2011-11-07  Eli Zaretskii  <eliz@gnu.org>
13741         * w32.c (check_windows_init_file): Don't look for term/w32-win.el
13742         if Vpurify_flag is non-nil.  Fixes a crash when running w32 build
13743         of temacs in GUI mode.
13745 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
13747         * window.h: Declare delete_all_child_windows instead of
13748         delete_all_subwindows.
13749         * window.c (Fwindow_nest, Fset_window_nest)
13750         (Fset_window_new_total, Fset_window_new_normal)
13751         (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
13752         (delete_all_subwindows): Rename to delete_all_child_windows.
13753         (Fdelete_other_windows_internal, Fset_window_configuration):
13754         Call delete_all_child_windows instead of delete_all_subwindows.
13755         * frame.c (delete_frame): Call delete_all_child_windows instead
13756         of delete_all_subwindows.
13758 2011-11-07  Paul Eggert  <eggert@cs.ucla.edu>
13760         * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
13761         This is also needed for porting to any host where GC_MARK_STACK is
13762         not GC_MAKE_GCPROS_NOOPS.
13763         (which_symbols): Use it.
13765 2011-11-07  Kenichi Handa  <handa@m17n.org>
13767         * coding.c (coding_set_destination): Check coding->src_pos only
13768         when coding->src_object is a buffer (bug#9910).
13770         * process.c (send_process): Set the member src_multibyte of coding
13771         to 0 (bug#9911) when sending a unibyte text.
13773         * callproc.c (Fcall_process): Set the member src_multibyte of
13774         process_coding to 0 (bug#9912).
13776 2011-11-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13778         * xmenu.c (cleanup_widget_value_tree): New function.
13779         (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
13780         calling free_menubar_widget_value_tree directly (Bug#9830).
13782 2011-11-06  Paul Eggert  <eggert@cs.ucla.edu>
13784         Fix some portability problems with 'inline'.
13785         * dispextern.h (window_box, window_box_height, window_text_bottom_y)
13786         (window_box_width, window_box_left, window_box_left_offset)
13787         (window_box_right, window_box_right_offset): Declare extern.
13788         Otherwise, these inline functions do not conform to C99 and
13789         are miscompiled by Microsoft compilers.  Reported by Eli Zaretskii in
13790         <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
13791         * intervals.c (adjust_intervals_for_insertion)
13792         (adjust_intervals_for_deletion): Now extern, because otherwise the
13793         extern inline functions 'offset_intervals' couldn't refer to it.
13794         (static_offset_intervals): Remove.
13795         (offset_intervals): Rewrite using the old contents of
13796         static_offset_intervals.  The old version didn't conform to C99
13797         because an extern inline function contained a reference to an
13798         identifier with static linkage.
13800 2011-11-06  Andreas Schwab  <schwab@linux-m68k.org>
13802         * keyboard.c (interrupt_signal): Don't call kill-emacs while in
13803         GC.
13805 2011-11-06  Eli Zaretskii  <eliz@gnu.org>
13807         * xdisp.c (init_iterator, reseat_to_string): Don't set the
13808         iterator's bidi_p flag if Vpurify_flag is non-nil.  (Bug#9963)
13809         (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
13810         return Qleft_to_right.
13812 2011-11-06  Chong Yidong  <cyd@gnu.org>
13814         * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
13815         (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
13816         (Fset_window_splits, Fwindow_nest, Fset_window_nest)
13817         (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
13818         (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
13819         (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
13820         (Fwindow_vscroll): Doc fix.
13821         (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
13822         argument, since it makes no sense to pass a live window and for
13823         consistency with window-child.
13825 2011-11-05  Christoph Scholtes  <cschol2112@googlemail.com>
13827         * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
13828         support MSVC.
13830 2011-11-05  Jason Rumney  <jasonr@gnu.org>
13832         * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
13833         (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
13834         fonts (Bug#6029).
13835         (add_font_entity_to_list): Fix logic errors in mixed boolean and
13836         bitwise arithmetic preventing use of unicode-sip and non-truetype
13837         opentype fonts.
13839 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
13841         * s/ms-w32.h (fstat, stat, utime): Move redirections to
13842         "emacs"-only part.
13844         * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
13845         initialization code to keep similarity to xfns.c after changes
13846         from 2011-11-05.
13848 2011-11-05  Jan Djärv  <jan.h.d@swipnet.se>
13850         * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
13851         (unwind_create_frame): New function (Bug#9943).
13852         (Fx_create_frame): Restructure code to be more similar to the one in
13853         xfns.c.  Call record_unwind_protect with unwind_create_frame (Bug#9943).
13854         Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
13855         Move terminal->reference_count++ just before making the frame official
13856         (Bug#9943).
13858         * nsterm.m (x_free_frame_resources): New function.
13859         (x_destroy_window): Move code to x_free_frame_resources.
13861         * xfns.c (unwind_create_frame): Fix comment.
13862         (Fx_create_frame, x_create_tip_frame):
13863         Move terminal->reference_count++ just before making the frame
13864         official.  Move initialization of image_cache_refcount and
13865         dpyinfo_refcount before calling init_frame_faces (Bug#9943).
13867 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
13869         Support MSVC build with newer versions of Visual Studio.
13870         * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
13871         Nmake barfs on that.  Use $(OBJ*_c) variables instead, defined on
13872         nt/gmake.defs.
13874         * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
13875         which are not supported by MSVC.
13876         (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
13877         (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
13878         bitfields.
13879         (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
13880         types in bitfields.
13881         (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
13883         * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
13885 2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
13887         Support MSVC build with newer versions of Visual Studio.
13888         * w32.c: Don't include w32api.h for MSVC.
13889         (init_environment) [_MSC_VER]: Call sys_access, not _access.
13891         * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
13892         [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
13893         (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
13894         (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
13895         e_* cousins.
13896         (alloca) [_MSC_VER]: Define to _alloca.
13898         * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
13900         * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
13902 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
13904         * xdisp.c (note_mouse_highlight): If either of
13905         previous/next-single-property-change returns nil, treat that as
13906         the beginning or the end of the buffer.  (Bug#9955)
13908 2011-11-04  Jan Djärv  <jan.h.d@swipnet.se>
13910         * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
13911         label is not null (Bug#9951).
13912         (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
13913         may be NULL.
13915 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
13917         * window.c (Fwindow_body_size): Mention in the doc string that the
13918         return value is in frame's canonical units.  (Bug#9949)
13920 2011-11-03  Eli Zaretskii  <eliz@gnu.org>
13922         * xdisp.c (note_mouse_highlight): Initialize `area'.  (Bug#9947)
13924         * w32fns.c (unwind_create_frame): If needed, free the glyph
13925         matrices of the partially constructed frame.  (Bug#9943)
13926         * xfns.c (unwind_create_frame): Likewise.
13928 2011-11-01  Eli Zaretskii  <eliz@gnu.org>
13930         * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
13931         Don't stop backward scan on the continuation glyph, even though
13932         its CHARPOS is positive.
13933         (mouse_face_from_buffer_pos, note_mouse_highlight):
13934         Rename cover_string to disp_string.
13936 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
13938         * window.c (temp_output_buffer_show): Don't use
13939         Vtemp_buffer_show_specifiers.
13940         (Vtemp_buffer_show_specifiers): Remove unused variable.
13942 2011-10-30  Eli Zaretskii  <eliz@gnu.org>
13944         * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
13945         past the beginning of the current glyph matrix.
13947 2011-10-30  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13949         * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
13950         (x_error_handler): Ignore BadMatch for X_SetInputFocus for
13951         HAVE_GTK3 (Bug#9869).
13953         * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
13954         type to GDK_NOTHING so valgrind does not complain (Bug#9901).
13956         * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
13958         * xterm.c: Declare x_handle_net_wm_state to return int.
13959         (handle_one_xevent): Check if we are iconified but don't have
13960         _NET_WM_STATE_HIDDEN.  If do, treat as deiconify (Bug#9893).
13961         (get_current_wm_state): Return non-zero if not hidden,
13962         check for _NET_WM_STATE_HIDDEN (Bug#9893).
13963         (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
13964         (x_handle_net_wm_state): Return what get_current_wm_state returns.
13965         (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
13967 2011-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13969         * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
13970         so that this new function doesn't get optimized away by a
13971         whole-program optimizer.  Make the 2nd arg EMACS_INT, not int.
13973 2011-10-29  Andreas Schwab  <schwab@linux-m68k.org>
13975         * frame.h (MOUSE_HL_INFO): Remove excess parens.
13977 2011-10-29  Eli Zaretskii  <eliz@gnu.org>
13979         Fix the `xbytecode' command.
13980         * .gdbinit (xprintbytestr): New command.
13981         (xwhichsymbols): Rename from `which'; all callers changed.
13982         (xbytecode): Print the byte-code string as well.
13984 2011-10-29  Kim Storm  <storm@cua.dk>
13986         * alloc.c (which_symbols): New function.
13988 2011-10-29  Andreas Schwab  <schwab@linux-m68k.org>
13990         * minibuf.c (read_minibuf_noninteractive): Allow reading empty
13991         line.  (Bug#9903)
13993 2011-10-29  Glenn Morris  <rgm@gnu.org>
13995         * process.c (wait_reading_process_output): Revert 2009-08-30 change.
13996         Not clear what it was for, and it causes various bugs.  (Bug#9839)
13998 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
14000         * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
14001         possible random value that matches one of those tested as
14002         condition to clear the mouse face.
14004 2011-10-28  Chong Yidong  <cyd@gnu.org>
14006         * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
14008 2011-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
14010         * window.c (make_window): Initialize phys_cursor_on_p.
14012 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14014         * lisp.h (struct Lisp_Symbol): Update comments.
14016 2011-10-28  Juanma Barranquero  <lekktu@gmail.com>
14018         * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
14020 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
14022         Fix Emacs on Windows 9X (bug#8562).  Thanks to oslsachem
14023         <oslsachem@gmail.com> for helping to debug this.
14025         * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
14026         (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
14027         (g_b_init_get_glyph_outline_w): New static variables.
14028         (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
14029         (GetGlyphOutlineW_Proc): New typedefs.
14030         (w32_load_unicows_or_gdi32, get_outline_metrics_w)
14031         (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
14032         New functions.
14033         (w32font_open_internal, compute_metrics):
14034         Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
14035         instead of calling the "wide" APIs directly.
14037         * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
14039         * w32.h (syms_of_w32font): Add prototype.
14041 2011-10-27  Juanma Barranquero  <lekktu@gmail.com>
14043         * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
14044         (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
14045         (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
14046         (Fmove_to_window_line): Doc fix.
14048 2011-10-27  Chong Yidong  <cyd@gnu.org>
14050         * process.c (make_process): Set gnutls_state to NULL.
14052         * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
14053         non-NULL, regardless of GNUTLS_INITSTAGE.
14054         (Fgnutls_boot): Cleanups.  Call emacs_gnutls_deinit if we signal
14055         an error.  Set process slots as soon as we allocate them.
14057         * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
14059 2011-10-27  Chong Yidong  <cyd@gnu.org>
14061         * gnutls.c (emacs_gnutls_deinit): New function.
14062         Deallocate credentials structures as well as calling gnutls_deinit.
14063         (Fgnutls_deinit, Fgnutls_boot): Use it.
14065         * process.c (make_process): Initialize GnuTLS credentials to NULL.
14066         (deactivate_process): Call emacs_gnutls_deinit.
14068 2011-10-27  Juanma Barranquero  <lekktu@gmail.com>
14070         * image.c (x_create_x_image_and_pixmap):
14071         * w32.c (sys_rename, w32_delayed_load):
14072         * w32font.c (fill_in_logfont):
14073         * w32reg.c (x_get_string_resource): Silence compiler warnings.
14075 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
14077         * w32fns.c (w32_default_color_map): New function,
14078         extracted from Fw32_default_color_map.
14079         (Fw32_default_color_map, Fx_open_connection): Use it.  (Bug#9785)
14081 2011-10-25  Paul Eggert  <eggert@cs.ucla.edu>
14083         * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
14085 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14087         * keyboard.c (test_undefined): New function (bug#9751).
14088         (read_key_sequence): Use it to detect when a key is bound to `undefined'.
14090 2011-10-25  Enami Tsugutomo  <tsugutomo.enami@jp.sony.com>
14092         * sysdep.c (init_sys_modes): Fix the check for the controlling
14093         terminal (Bug#6649).
14095 2011-10-20  Eli Zaretskii  <eliz@gnu.org>
14097         * dispextern.h (struct bidi_it): New member next_en_type.
14099         * bidi.c (bidi_line_init): Initialize the next_en_type member.
14100         (bidi_resolve_explicit_1): When next_en_pos is valid for the
14101         current character, check also for next_en_type being WEAK_EN.
14102         (bidi_resolve_weak): Don't enter the expensive loop if the current
14103         position is before next_en_pos.  Record the bidi type of the first
14104         non-ET, non-BN character we find, in addition to its position.
14105         (bidi_level_of_next_char): Invalidate next_en_type when
14106         next_en_pos is over-stepped.
14108 2011-10-20  Paul Eggert  <eggert@cs.ucla.edu>
14110         Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
14111         * editfns.c: Rewrite current-time-zone so that it invokes
14112         the equivalent of (format-time-string "%Z") to get the time zone name.
14113         This fixes a bug when the time zone name contains characters that
14114         need converting from the system time locale to Emacs internal format.
14115         This fixes a shortcoming that I introduced in my 1999-10-19 patch:
14116         that patch fixed format-time-string to do the conversion, but
14117         I forgot to fix current-time-zone.
14118         (format_time_string): New function, containing most of
14119         what Fformat_time_string used to contain.
14120         (Fformat_time_string): Rewrite in terms of format_time_string.
14121         This doesn't change this function's behavior.
14122         (current-time-zone): Rewrite to use format_time_string.
14123         This fixes the bug reported by Michael Schierl in
14124         <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
14125         Jason Rumney's 2007-06-07 change worked around this bug, but
14126         didn't fix it.
14127         * systime.h (tzname, timezone): Remove no-longer-used declarations.
14129 2011-10-19  Eli Zaretskii  <eliz@gnu.org>
14131         * xdisp.c (start_display): If the character at POS is displayed
14132         via a display vector, reset IT->current.dpvec_index to zero.
14133         (try_window_reusing_current_matrix): If a line ends in a display
14134         vector or the next line starts in a display vector, continue
14135         redrawing the window even though the character position of
14136         start_row was reached.
14137         (Bug#9771, part 2)
14139 2011-10-18  Chong Yidong  <cyd@gnu.org>
14141         * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
14142         with nobreak-char-display too.
14144 2011-10-18  Eli Zaretskii  <eliz@gnu.org>
14146         Fix part 3 of bug#9771.
14147         * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
14148         (bidi_resolve_neutral): Don't enter the expensive loop looking for
14149         non-neutral characters if the current character is a paragraph
14150         separator (a.k.a. Newline).  This avoids running the same
14151         expensive loop twice, once when we consume the preceding newline
14152         and the other time when the line actually needs to be displayed.
14153         Avoid the loop when we see neutrals on the base embedding level
14154         following a character whose directionality is the same as the
14155         paragraph's.  This avoids running the expensive loop when a line
14156         ends in a long sequence of neutrals, like control characters.
14157         Add assertion against STRONG_AL type.  Slightly rearrange code
14158         that determines the type of a neutral given the first non-neutral
14159         that follows it.
14160         (bidi_level_of_next_char): Set next_en_pos to zero when
14161         invalidating its info.
14163 2011-10-17  Eli Zaretskii  <eliz@gnu.org>
14165         * xdisp.c (push_display_prop): Determine whether to record string
14166         or buffer position by IT->string, not by IT->method.  Allow
14167         GET_FROM_DISPLAY_VECTOR as IT->method on entry.  (Bug#9771, part 4)
14168         (move_it_vertically_backward): Don't look for character position
14169         immediately after the newline when in a continuation line.
14170         (Bug#9771, part 1)
14172 2011-10-15  Martin Rudalics  <rudalics@gmx.at>
14174         * window.c (coordinates_in_window): Rewrite and delabelize
14175         vertical border check.  (Bug#5357) (Bug#9618)
14177 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14179         * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
14180         errors in XSetWindowBorder (bug#9310).
14182 2011-10-13  Dmitry Antipov  <dmantipov@yandex.ru>
14184         * editfns.c (Fset_time_zone_rule): Replace free with xfree to
14185         avoid crash when xmalloc overrun checking is enabled.
14187 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
14189         * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
14190         itb.paragraph_dir to NEUTRAL_DIR.  Fixes an occasional incorrect
14191         cursor motion with <left> and <right> arrow keys.
14193         * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
14194         some callers set that themselves.
14196 2011-10-12  Eli Zaretskii  <eliz@gnu.org>
14198         * xdisp.c (find_row_edges): Handle the case where ROW comes from a
14199         display string and the previous row comes from the same string and
14200         is empty.  (Bug#9739)  (Bug#9738)
14202 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14204         * doc.c (get_doc_string): Encode file name (bug#9735).
14206 2011-10-12  Eli Zaretskii  <eliz@gnu.org>
14208         * bidi.c (bidi_level_of_next_char):
14209         * xdisp.c (get_visually_first_element): Remove old incorrect
14210         comments regarding the Unicode Line Separator character.
14212         * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
14214 2011-10-12  Dmitry Antipov  <dmantipov@yandex.ru>
14216         * alloc.c (Fgc_status): Do not access beyond zombies array
14217         boundary if nzombies > MAX_ZOMBIES.
14218         * alloc.c (dump_zombies): Add missing format specifier.
14220 2011-10-12  Paul Eggert  <eggert@cs.ucla.edu>
14222         * xdisp.c (set_cursor_from_row): Simplify conditionals,
14223         to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
14225         * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
14226         Some packages use them to denote characters with modifiers.
14228 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
14230         * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
14231         (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
14232         matching a pp-number.  Rename parameter var to var1.
14234 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14236         * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
14238 2011-10-08  Glenn Morris  <rgm@gnu.org>
14240         * callint.c (Fcall_interactively): Give a more explicit error for the
14241         'c' case with a non-character input.  (Bug#8479)
14243 2011-10-08  Eli Zaretskii  <eliz@gnu.org>
14245         * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
14246         lines.
14247         (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
14248         lines that are hscrolled on the left.
14250         * dispnew.c (buffer_posn_from_coords): Account for a possible
14251         presence of header-line.  (Bug#4426)
14253 2011-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14255         * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
14256         Don't advertise functionality which we discourage or doesn't work.
14258 2011-10-07  Paul Eggert  <eggert@cs.ucla.edu>
14260         * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
14261         or sizeof.  __alignof__ gives the wrong answer on Fedora x86-64
14262         with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
14263         this makes Emacs dump core during garbage collection on rare
14264         occasions.  sizeof is obviously inferior to offsetof here, so
14265         stick with offsetof.
14266         (GC_POINTER_ALIGNMENT): New macro.
14267         (mark_memory): Omit 3rd (offset) arg; caller changed.
14268         Don't assume EMACS_INT alignment is the same as pointer alignment.
14270 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14272         * keyboard.c (read_key_sequence_remapped): New var.
14273         (read_key_sequence): Compute remapping in the right buffer.
14274         (command_loop_1): Use read_key_sequence's remapping directly.
14276 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14278         * dired.c (file_name_completion): Don't expand file name.
14279         (Ffile_name_completion, Ffile_name_all_completions): Expand file name
14280         before checking file name handler.
14282         * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
14283         they've been requested explicitly (bug#9591).
14285 2011-10-01  Andreas Schwab  <schwab@linux-m68k.org>
14287         * keymap.c (Fsingle_key_description): Use make_specified_string
14288         instead of build_string to build string from push_key_description.
14289         (Bug#5193)
14291 2011-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14293         * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
14294         This fixes a Y2038 bug on 64-bit hosts.
14295         * buffer.c (reset_buffer):
14296         * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
14297         (Fclear_buffer_auto_save_failure):
14298         Use 0, not -1, to represent an unset failure time, since time_t
14299         might not be signed.
14301         Remove dependency on glibc malloc internals.
14302         * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14303         Move back here from lisp.h, but with their new implementations.
14304         (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14305         (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
14306         * charset.c (charset_table_init): New static var.
14307         (syms_of_charset): Use it instead of xmalloc.  This removes a
14308         dependency on glibc malloc internals.  See Eli Zaretskii's comment in
14309         <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
14310         * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14311         Move back to alloc.c.
14312         (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14313         (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
14315 2011-09-30  Jan Djärv  <jan.h.d@swipnet.se>
14317         * nsterm.m (windowDidResize): Call x_set_window_size only when
14318         ns_in_resize is true.  Otherwise set pixelwidth/height and
14319         call change_frame_size (Bug#9628).
14321 2011-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14323         Port --enable-checking=all to Fedora 14 x86-64.
14324         * charset.c (syms_of_charset): Also account for glibc malloc's
14325         internal overhead when calculating the initial malloc maximum.
14327         Port --enable-checking=all to Fedora 14 x86.
14328         * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14329         Move to lisp.h.
14330         (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
14331         (overrun_check_realloc, overrun_check_free):
14332         Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
14333         That way, xmalloc returns a properly-aligned pointer even if
14334         XMALLOC_OVERRUN_CHECK is defined.  The old debugging code happened
14335         to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
14336         * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
14337         into account when calculating the initial malloc maximum.
14338         * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
14339         Move here from alloc.c, so that charset.c can use it too.
14340         Properly align; the old code wasn't right for common 32-bit hosts
14341         when configured with --enable-checking=all.
14342         (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
14343         (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
14345 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
14347         * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
14348         use EDOM.
14350 2011-09-28  Eli Zaretskii  <eliz@gnu.org>
14352         * xdisp.c (compute_display_string_end): If there's no display
14353         string at CHARPOS, return -1.
14355         * bidi.c (bidi_fetch_char): When compute_display_string_end
14356         returns a negative value, treat the character as a normal
14357         character not covered by a display string.  (Bug#9624)
14359 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
14361         * lread.c (Fread_from_string): Fix typo in docstring.
14363 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
14365         * xdisp.c (handle_invisible_prop): If invisible text ends on a
14366         newline, reseat the iterator instead of bidi-iterating there one
14367         character at a time.  (Bug#9610)
14368         (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
14369         TO_CHARPOS if the bidi iterator is at base embedding level.
14371 2011-09-27  Andreas Schwab  <schwab@linux-m68k.org>
14373         * lread.c (readevalloop): Use correct code for NBSP.
14374         (read1): Likewise.  (Bug#9608)
14376 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
14378         * dbusbind.c (Fdbus_register_signal): When service is not
14379         registered, use nil in Vdbus_registered_objects_table.  (Bug#9581)
14381 2011-09-25  Glenn Morris  <rgm@gnu.org>
14383         * buffer.c (truncate-lines): Doc fix.
14385 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
14387         * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
14388         (Fset_window_next_buffers): Doc fix.
14390 2011-09-24  Glenn Morris  <rgm@gnu.org>
14392         * minibuf.c (read_minibuf): Disable line truncation.  (Bug#5715)
14394 2011-09-24  Paul Eggert  <eggert@cs.ucla.edu>
14396         Fix minor problems found by static checking.
14397         * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
14398         * indent.c (Fvertical_motion): Fix == vs = typo.
14400 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
14402         * dispnew.c (syms_of_display) <redisplay-dont-pause>:
14403         Default value is now t.  Doc fix.
14405         * indent.c (Fvertical_motion): Compute and apply the overshoot
14406         logic when moving up, not only when moving down.  Fix the
14407         confusing name and values of the it_overshoot_expected variable;
14408         logic changes accordingly.  (Bug#9254) (Bug#9549)
14410         * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
14411         CHARPOS is covered by a display string which includes newlines.
14412         (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
14413         is covered by a display string with embedded newlines.
14415 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
14417         * dbusbind.c (Fdbus_register_signal): Add match rule to
14418         Vdbus_registered_objects_table.  (Bug#9581)
14419         (Fdbus_register_method, Vdbus_registered_objects_table):
14420         Fix docstring.
14422 2011-09-24  Jim Meyering  <meyering@redhat.com>
14424         do not ignore write error for any output size
14425         The previous change was incomplete.
14426         While it makes emacs --batch detect the vast majority of stdout
14427         write failures, errors were still ignored whenever the output size is
14428         k * (BUFSIZ+1) - 4.  E.g., on a system with BUFSIZ of 4096,
14429           $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
14430               && echo FAIL: ignored write error
14431           FAIL: ignored write error
14432           $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
14433               && echo FAIL: ignored write error
14434           FAIL: ignored write error
14435         * emacs.c (Fkill_emacs): Also test ferror.  (Bug#9574)
14437 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
14439         * emacs.c (Fkill_emacs): In noninteractive mode exit
14440         non-successfully if a write error occurred on stdout.  (Bug#9574)
14442 2011-09-21  Eli Zaretskii  <eliz@gnu.org>
14444         * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
14445         the xassert test.
14447         * dispextern.h (struct it): Update the comment documenting what
14448         can it->OBJECT be.
14450 2011-09-20  Eli Zaretskii  <eliz@gnu.org>
14452         * xdisp.c (set_cursor_from_row): If the row ends in a newline from
14453         a display string, extend search for cursor position to end of row.
14454         (find_row_edges): If the row ends in a newline from a display
14455         string, increment its MATRIX_ROW_END_CHARPOS by one.  (Bug#9549)
14456         Handle the case of a display string with multiple newlines.
14457         (Fcurrent_bidi_paragraph_direction): Fix search for previous
14458         non-empty line.  Fixes confusing cursor motion with arrow keys at
14459         the beginning of a line that starts with whitespace.
14461 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14463         * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
14464         (bug#9493).
14466 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
14468         * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
14469         boolean (Bug#9154).
14471 2011-09-18  Eli Zaretskii  <eliz@gnu.org>
14473         * xdisp.c (display_line): Record maximum and minimum buffer
14474         positions even if no glyphs were produced (e.g., by a zero-width
14475         stretch).  Fixes bug#9530 on a TTY.  Under word-wrap, don't record
14476         buffer positions that will be removed from the glyph row because
14477         they don't fit.
14478         (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
14479         column is beyond frame width: don't subtract 1 "pixel" when
14480         computing width of the stretch.
14481         (reseat_at_next_visible_line_start): Undo the change made on
14482         2011-09-17 that saved paragraph information and restored it after
14483         the call to `reseat'.  (Bug#9545)
14485 2011-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14487         * xdisp.c (expose_window): Save original value of phys_cursor_on_p
14488         and turn window cursor on if cleared (Bug#9415).
14490 2011-09-18  Andreas Schwab  <schwab@linux-m68k.org>
14492         * search.c (boyer_moore): Take unibyte characters from pattern
14493         literally.  (Bug#9458)
14495 2011-09-18  Eli Zaretskii  <eliz@gnu.org>
14497         * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
14499 2011-09-18  Paul Eggert  <eggert@cs.ucla.edu>
14501         Fix minor problem found by static checking.
14502         * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
14503         initialized, to pacify gcc -Wuninitialized.
14505         * fileio.c: Report proper errno when syscall falls.
14506         (Finsert_file_contents): Save and restore errno,
14507         so that report_file_error outputs the correct diagnostic.
14508         (Fwrite_region) [CLASH_DETECTION]: Likewise.
14510 2011-09-18  Eli Zaretskii  <eliz@gnu.org>
14512         * .gdbinit (pgx): Fix references to fields of `struct glyph'.
14514 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
14516         * xdisp.c (produce_stretch_glyph): Another fix for changes made on
14517         2011-08-30T17:32:44Z!eliz@gnu.org.  (Bug#9530)
14519 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
14521         * xdisp.c (reseat_at_next_visible_line_start): Keep information
14522         about the current paragraph and restore it after the call to reseat.
14524         * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
14525         (bidi_find_paragraph_start): Search back for paragraph beginning
14526         at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
14527         (bidi_move_to_visually_next): Only trigger paragraph-related
14528         computations when the last character is a newline or at EOB, not
14529         just any NEUTRAL_B.  (Bug#9470)
14531         * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
14532         truncated lines if point is covered by a display string.  (Bug#9524)
14534 2011-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14536         * xselect.c: Relax test for outgoing X longs (Bug#9498).
14537         (cons_to_x_long): New function.
14538         (lisp_data_to_selection_data): Use it.  Correct the test for
14539         short-versus-long data; it was negated.  Break out of vector
14540         loop, for efficiency, when a long datum is discovered.
14542 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14544         * eval.c (Fquote): Document its non-consing behavior (bug#9482).
14546 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
14548         * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
14549         GCC PR/17406) by declaring this function with external scope.
14551 2011-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14553         * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
14554         Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
14556 2011-09-15  Andreas Schwab  <schwab@linux-m68k.org>
14558         * editfns.c (Fformat): Correctly handle text properties on "%%".
14560 2011-09-15  Eli Zaretskii  <eliz@gnu.org>
14562         * xterm.c (x_draw_composite_glyph_string_foreground):
14563         * w32term.c (x_draw_composite_glyph_string_foreground):
14564         * term.c (encode_terminal_code):
14565         * composite.c (composition_update_it, get_composition_id):
14566         * xdisp.c (get_next_display_element)
14567         (fill_composite_glyph_string): Add comments about special meaning
14568         of TAB characters in a composition.
14570 2011-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14572         * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
14573         This occurs when processing a multibyte format.
14574         Problem reported by Wolfgang Jenker.
14576 2011-09-15  Johan Bockgård  <bojohan@gnu.org>
14578         * xdisp.c (try_cursor_movement): Only check for exact match if
14579         cursor hpos found by set_cursor_from_row is valid.  (Bug#9495)
14581 2011-09-14  Paul Eggert  <eggert@cs.ucla.edu>
14583         Remove unused external symbols.
14584         * dispextern.h (calc_pixel_width_or_height): Remove decl.
14585         * xdisp.c (calc_pixel_width_or_height): Now static.
14586         * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
14587         * indent.c (check_display_width):
14588         * w32term.c: Fix comment to match code.
14589         * xterm.c, xterm.h (x_catching_errors): Remove.
14591 2011-09-14  Paul Eggert  <eggert@cs.ucla.edu>
14593         * xselect.c: Use signed conversions more consistently (Bug#9498).
14594         (selection_data_to_lisp_data): Assume incoming selection data are
14595         signed integers, not unsigned.  This is to be consistent with
14596         outgoing selection data, which was modified to use signed integers
14597         in as part of the fix to Bug#9196 in response to Jan D.'s comment
14598         in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
14599         expects long, not unsigned long.
14601 2011-09-14  Eli Zaretskii  <eliz@gnu.org>
14603         * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
14604         computation of loop end.  Reported by Johan Bockgård
14605         <bojohan@gnu.org>.
14607 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
14609         * frame.c (Fother_visible_frames_p): Function deleted.
14611 2011-09-12  Eli Zaretskii  <eliz@gnu.org>
14613         * indent.c (compute_motion): Process display vector front to back
14614         rather than the other way around.  (Bug#2496)
14616 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14618         * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
14620 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
14622         * minibuf.c (Fread_from_minibuffer): Doc fix.
14624 2011-09-11  Eli Zaretskii  <eliz@gnu.org>
14626         * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
14627         2011-08-30T17:32:44Z!eliz@gnu.org.  (Bug#9475)
14629 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14631         * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
14632         value for non-existent files.
14634 2011-09-11  Eli Zaretskii  <eliz@gnu.org>
14636         * fileio.c (Finsert_file_contents): If the file cannot be opened,
14637         set its "size" to -1.  This will set the modtime_size field of
14638         the corresponding buffer to -1, which is what
14639         verify-visited-file-modtime expects for files that do not exist.
14640         (Bug#9139)
14642 2011-09-11  Paul Eggert  <eggert@cs.ucla.edu>
14644         * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
14645         here ...
14646         * lisp.h: ... from here.  push_key_description is no longer
14647         defined in keyboard.c, so its declaration should not be in
14648         lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
14649         logically belongs with push_key_description.
14651 2011-09-10  Paul Eggert  <eggert@cs.ucla.edu>
14653         * buffer.h: Include <sys/types.h> instead of <time.h>.
14654         Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
14655         Problem reported by Herbert J. Skuhra.
14657 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14659         * xml.c (parse_region): Make the parsing work for
14660         non-comment-starting XML files again (bug#9144).
14662 2011-09-10  Andreas Schwab  <schwab@linux-m68k.org>
14664         * image.c (gif_load): Fix calculation of bottom and right corner.
14665         (Bug#9468)
14667 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
14669         * xdisp.c (MAX_DISP_SCAN): Decrease to 250.  Prevents sluggish
14670         redisplay in small windows.
14672 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
14674         * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
14676 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
14678         * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
14679         Operate on live windows only.
14681 2011-09-08  Juanma Barranquero  <lekktu@gmail.com>
14683         * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
14685 2011-09-07  Eli Zaretskii  <eliz@gnu.org>
14687         * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
14688         only under bidi iteration.
14690 2011-09-07  Jan Djärv  <jan.h.d@swipnet.se>
14692         * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
14694 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14696         isnan: Fix porting problem to Solaris 10 with bundled gcc.
14697         Without this fix, the command to link temacs failed due to an
14698         undefined symbol __builtin_isnan.  This is because
14699         /usr/include/iso/math_c99.h #defines isnan(x) to
14700         __builtin_isnan(x), but the bundled gcc, which identifies itself
14701         as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
14702         a __builtin_isnan.
14703         * floatfns.c (isnan): #undef, and then #define to a clone of
14704         what's in data.c.
14705         (Fisnan): Always define, since it's always available now.
14706         (syms_of_floatfns): Always define isnan at the Lisp level.
14708 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14710         * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
14712 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14714         * fileio.c: Fix bugs with large file offsets (Bug#9428).
14715         The previous code assumed that file offsets (off_t values) fit in
14716         EMACS_INT variables, which is not true on typical 32-bit hosts.
14717         The code messed up by falsely reporting buffer overflow in cases
14718         such as (insert-file-contents "big" nil 1 2) into an empty buffer
14719         when "big" contains more than 2**29 bytes, even though this
14720         inserts just one byte and does not overflow the buffer.
14721         (Finsert_file_contents): Store file offsets as off_t
14722         values, not as EMACS_INT values.  Check for overflow when
14723         converting between EMACS_INT and off_t.  When checking for
14724         buffer overflow or for overlap, take the offsets into account.
14725         Don't use EMACS_INT for small values where int suffices.
14726         When checking for overlap, fix a typo: ZV was used where
14727         ZV_BYTE was intended.
14728         (Fwrite_region): Don't assume off_t fits into 'long'.
14729         * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
14731 2011-09-05  Michael Albinus  <michael.albinus@gmx.de>
14733         * dbusbind.c (xd_signature_cat): Rename from signature_cat.
14735 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
14737         sprintf-related integer and memory overflow issues (Bug#9412).
14739         * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
14740         (esprintf, exprintf, evxprintf): New functions.
14741         * keyboard.c (command_loop_level): Now EMACS_INT, not int.
14742         (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
14743         (modify_event_symbol): Do not assume that the length of
14744         name_alist_or_stem is safe to alloca and fits in int.
14745         (Fexecute_extended_command): Likewise for function name and binding.
14746         (Frecursion_depth): Wrap around reliably on integer overflow.
14747         * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
14748         since some callers pass EMACS_INT values.
14749         (Fsingle_key_description): Don't crash if symbol name contains more
14750         than MAX_ALLOCA bytes.
14751         * minibuf.c (minibuf_level): Now EMACS_INT, not int.
14752         (get_minibuffer): Arg is now EMACS_INT, not int.
14753         * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
14754         (esprintf, exprintf, evxprintf): New decls.
14755         * window.h (command_loop_level, minibuf_level): Reflect API changes.
14757         * dbusbind.c (signature_cat): New function.
14758         (xd_signature, Fdbus_register_signal):
14759         Do not overrun buffer; instead, report string overflow.
14761         * dispnew.c (add_window_display_history): Don't overrun buffer.
14762         Truncate instead; this is OK since it's just a log.
14764         * editfns.c (Fcurrent_time_zone): Don't overrun buffer
14765         even if the time zone offset is outlandishly large.
14766         Don't mishandle offset == INT_MIN.
14768         * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
14769         when creating daemon; the previous buffer-overflow check was incorrect.
14771         * eval.c (verror): Simplify by rewriting in terms of evxprintf,
14772         which has the guts of the old verror function.
14774         * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
14775         use SAFE_ALLOCA instead.  Use esprintf to avoid int-overflow issues.
14777         * font.c: Include <float.h>, for DBL_MAX_10_EXP.
14778         (font_unparse_xlfd): Don't blindly alloca long strings.
14779         Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
14780         fits in int, when using sprintf.  Use single snprintf to count
14781         length of string rather than counting it via multiple sprintfs;
14782         that's simpler and more reliable.
14783         (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
14784         (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
14785         sprintf, in case result does not fit in int.
14787         * fontset.c (num_auto_fontsets): Now printmax_t, not int.
14788         (fontset_from_font): Print it.
14790         * frame.c (tty_frame_count): Now printmax_t, not int.
14791         (make_terminal_frame, set_term_frame_name): Print it.
14792         (x_report_frame_params): In X, window IDs are unsigned long,
14793         not signed long, so print them as unsigned.
14794         (validate_x_resource_name): Check for implausibly long names,
14795         and don't assume name length fits in 'int'.
14796         (x_get_resource_string): Don't blindly alloca invocation name;
14797         use SAFE_ALLOCA.  Use esprintf, not sprintf, in case result does
14798         not fit in int.
14800         * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
14801         (xg_check_special_colors, xg_set_geometry):
14802         Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
14804         * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
14805         Use esprintf, not sprintf, in case result does not fit in int.
14807         * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
14808         (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
14809         it as a large positive number.
14810         (Fexecute_kbd_macro): Don't assume repeat count fits in int.
14811         * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
14813         * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
14814         in case result does not fit in int.
14816         * print.c (float_to_string): Detect width overflow more reliably.
14817         (print_object): Make sprintf buffer a bit bigger, to avoid potential
14818         buffer overrun.  Don't assume list length fits in 'int'.  Treat
14819         print length of 0 as 0, not as infinity; to be consistent with other
14820         uses of print length in this function.  Don't overflow print length
14821         index.  Don't assume hash table size fits in 'long', or that
14822         vectorlike size fits in 'unsigned long'.
14824         * process.c (make_process): Use printmax_t, not int, to format
14825         process-name gensyms.
14827         * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
14829         * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
14830         to avoid potential buffer overrun.
14832         * xfaces.c (x_update_menu_appearance): Don't overrun buffer
14833         if X resource line is longer than 512 bytes.
14835         * xfns.c (x_window): Make sprintf buffer a bit bigger
14836         to avoid potential buffer overrun.
14838         * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
14840         * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
14842 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
14844         Integer overflow fixes for scrolling, etc.
14845         Without these, Emacs silently mishandles large integers sometimes.
14846         For example, "C-u 4294967297 M-x recenter" was treated as if
14847         it were "C-u 1 M-x recenter" on a typical 64-bit host.
14849         * xdisp.c (try_window_id): Check Emacs fixnum range before
14850         converting to 'int'.
14852         * window.c (window_scroll_line_based, Frecenter):
14853         Check that an Emacs fixnum is in range before assigning it to 'int'.
14854         (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
14855         values converted from Emacs fixnums.
14856         (Frecenter): Don't wrap around a line count if it is out of 'int'
14857         range; instead, treat it as an extreme value.
14858         (Fset_window_configuration, compare_window_configurations):
14859         Use ptrdiff_t, not int, for index that might exceed 2 GiB.
14861         * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
14862         that can exceed INT_MAX.  Check that EMACS_INT value is in range
14863         before assigning it to the (possibly-narrower) index.
14864         (match_limit): Don't assume that a fixnum can fit in 'int'.
14866         * print.c (print_object): Use ptrdiff_t, not int, for index that can
14867         exceed INT_MAX.
14869         * indent.c (position_indentation): Now takes ptrdiff_t, not int.
14870         (Fvertical_motion): Don't wrap around LINES values that don't fit
14871         in 'int'.  Instead, treat them as extreme values.  This is good
14872         enough for windows, which can't have more than INT_MAX lines anyway.
14874 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14876         * Require libxml/parser.h to avoid compilation warning.
14878         * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
14880         * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
14881         since this reportedly can destroy thread storage.
14883 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
14885         * syntax.c (find_defun_start): Update all cache variables if
14886         exiting early (Bug#9401).
14888 2011-08-30  Eli Zaretskii  <eliz@gnu.org>
14890         * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
14892         * xdisp.c (produce_stretch_glyph): No longer static, compiled also
14893         when HAVE_WINDOW_SYSTEM is not defined.  Support both GUI and TTY
14894         frames.  Call tty_append_glyph in the TTY case.  (Bug#9402)
14896         * term.c (tty_append_glyph): New function.
14897         (produce_stretch_glyph): Static function and its prototype deleted.
14899         * dispextern.h (produce_stretch_glyph, tty_append_glyph):
14900         Add prototypes.
14902 2011-08-29  Paul Eggert  <eggert@cs.ucla.edu>
14904         * image.c (parse_image_spec): Check for nonnegative, not for positive,
14905         when checking :margin (Bug#9390).
14906         (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
14907         Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
14908         so that the name doesn't mislead.  All uses changed.
14910 2011-08-28  Johan Bockgård  <bojohan@gnu.org>
14912         * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
14913         set_tty_hooks.
14915 2011-08-27  Eli Zaretskii  <eliz@gnu.org>
14917         * xdisp.c (move_it_to): Don't bail out early when reaching
14918         position beyond to_charpos, if we are scanning backwards.
14919         (move_it_vertically_backward): When DY == 0, make sure we get to
14920         the first character in the line after the newline.
14922 2011-08-27  Paul Eggert  <eggert@cs.ucla.edu>
14924         * ccl.c: Improve and simplify overflow checking (Bug#9196).
14925         (ccl_driver): Do not generate an out-of-range pointer.
14926         (Fccl_execute_on_string): Remove unnecessary check for
14927         integer overflow, noted by Stefan Monnier in
14928         <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
14929         Remove a FIXME that didn't need fixing.
14930         Simplify the newly-introduced buffer reallocation code.
14932 2011-08-27  Juanma Barranquero  <lekktu@gmail.com>
14934         * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
14936 2011-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14938         Integer and memory overflow issues (Bug#9196).
14940         * doc.c (get_doc_string): Rework so that
14941         get_doc_string_buffer_size is the actual buffer size, rather than
14942         being 1 less than the actual buffer size; this makes xpalloc more
14943         convenient.
14945         * image.c (x_allocate_bitmap_record, cache_image):
14946         * xselect.c (Fx_register_dnd_atom):
14947         Simplify previous changes by using xpalloc.
14949         * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
14950         since either will do and ptrdiff_t is convenient with xpalloc.
14952         * charset.c (charset_table_size)
14953         (struct charset_sort_data.priority): Now ptrdiff_t.
14954         (charset_compare): Don't overflow if priorities differ greatly.
14955         (Fsort_charsets): Don't assume list length fits in int.
14956         Check for size-calculation overflow when allocating sort data.
14957         (syms_of_charset): Allocate an initial charset table that is
14958         just under 64 KiB, to avoid problems with glibc malloc and mmap.
14960         * cmds.c (internal_self_insert): Check for size-calculation overflow.
14962         * composite.h (struct composition.glyph_len): Now int, not unsigned.
14963         The actual value is always <= INT_MAX, and leaving it unsigned made
14964         overflow checking harder.
14966         * dispextern.h (struct glyph_matrix.rows_allocated)
14967         (struct face_cache.size): Now ptrdiff_t, for convenience in use
14968         with xpalloc.  The values are still always <= INT_MAX.
14970         * indent.c (compute_motion): Adjust to region_cache_forward sig change.
14972         * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
14973         (SAFE_NALLOCA): New macro.
14975         * region-cache.c (struct boundary.pos, find_cache_boundary)
14976         (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
14977         (set_cache_region, invalidate_region_cache)
14978         (revalidate_region_cache, know_region_cache, region_cache_forward)
14979         (region_cache_backward, pp_cache):
14980         Use ptrdiff_t, not EMACS_INT, since either will do.  This is needed
14981         so that ptrdiff_t * can be passed to xpalloc.
14982         (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
14983         beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
14984         (pp_cache): Don't assume cache_len fits in int.
14985         * region-cache.h: Adjust extern decls to match.
14987         * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
14988         EMACS_INT, since either will do, for xpalloc.
14990         * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
14991         (xnmalloc, xnrealloc, xpalloc): New functions.
14993         * bidi.c (bidi_shelve_header_size): New constant.
14994         (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
14995         (bidi_cache_ensure_space): Avoid integer overflow when allocating.
14997         * bidi.c (bidi_cache_shrink):
14998         * buffer.c (overlays_at, overlays_in, record_overlay_string)
14999         (overlay_strings):
15000         Don't update size of array until after memory allocation succeeds,
15001         because xmalloc/xrealloc may not return.
15002         (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
15003         now that we have proper integer overflow checking.
15004         (record_overlay_string, overlay_strings): Catch overflows when
15005         calculating size of overlay_str_buf.
15007         * callproc.c (Fcall_process): Check for size overflow when
15008         calculating size of args2.
15009         (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
15010         Normally we prefer signed values, but sticking with ptrdiff_t would
15011         require adding more-complicated checks.
15013         * ccl.c (Fccl_execute_on_string): Check for memory overflow.
15014         Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
15015         Redo buffer-overflow calculations to avoid integer overflow.
15016         Add a FIXME comment where memory seems to be over-allocated.
15018         * character.c (Fstring): Check for size-calculation overflow.
15020         * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
15021         unnecessary integer overflow.  Check for size overflow.
15022         (encode_coding_object): Don't update size until xmalloc succeeds.
15024         * composite.c (get_composition_id): Check for overflow in glyph
15025         length calculations.
15027         Integer and memory overflow fixes for display code.
15028         * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
15029         * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
15030         (scrolling_window): Check for overflow in size calculations.
15031         (line_draw_cost, realloc_glyph_pool, add_row_entry):
15032         Don't assume glyph table len fits in int.
15033         (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
15034         (row_table_size): Now ptrdiff_t, not int.
15035         (scrolling_window): Avoid overflow in size calculations.
15036         Don't update size until allocation succeeds.
15037         * fns.c (concat): Check for overflow in size calculations.
15038         (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
15039         * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
15040         (NEXT_ALMOST_PRIME_LIMIT): New constant.
15042         * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
15043         (get_doc_string): Check for size calculation overflow.
15044         Don't update size until allocation succeeds.
15045         (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
15046         EMACS_INT, where ptrdiff_t will do.
15047         (Fsubstitute_command_keys): Check for string overflow.
15049         * editfns.c (set_time_zone_rule): Don't assume environment length
15050         fits in int.
15051         (message_length): Now ptrdiff_t, not int.
15052         (Fmessage_box): Don't update size until allocation succeeds.
15053         Don't assume message length fits in int.
15054         (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
15056         * emacs.c (main): Do not reallocate argv, since there is a null at
15057         the end that can be overwritten, and this way there's no need to
15058         worry about size-calculation overflow.
15059         (sort_args): Check for size-calculation overflow.
15061         * eval.c (init_eval_once, grow_specpdl): Don't update size until
15062         alloc succeeds.
15063         (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
15065         * frame.c (set_menu_bar_lines, x_set_frame_parameters)
15066         (x_set_scroll_bar_width, x_figure_window_size):
15067         Check for integer overflow.
15068         (x_set_alpha): Do not assume XINT fits in int.
15070         * frame.h (struct frame): Use int, not EMACS_INT, where int works.
15071         This is for the members text_lines, text_cols, total_lines, total_cols,
15072         where the system imposes an 'int' limit.
15074         * fringe.c (Fdefine_fringe_bitmap):
15075         Don't update size until alloc works.
15077         * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
15078         (ftfont_shape_by_flt): Check for integer overflow in size calculations.
15080         * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
15081         Check for size-calculation overflow.
15082         (get_utf8_string): Use ptrdiff_t, not size_t, where either will
15083         do, as we prefer signed integers.
15084         (id_to_widget.max_size, id_to_widget.used)
15085         (xg_store_widget_in_map, xg_remove_widget_from_map)
15086         (xg_get_widget_from_map, xg_get_scroll_id_for_window)
15087         (xg_remove_scroll_bar, xg_update_scrollbar_pos):
15088         Use and return ptrdiff_t, not int.
15089         (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
15090         * gtkutil.h: Change prototypes to match the above.
15092         * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
15093         are duplicate now that they've been promoted to lisp.h.
15094         (x_allocate_bitmap_record, x_alloc_image_color)
15095         (make_image_cache, cache_image, xpm_load):
15096         Don't update size until alloc is done.
15097         (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
15098         (x_detect_edges):
15099         Check for size calculation overflow.
15100         (ct_colors_allocated_max): New constant.
15101         (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
15102         overflow.
15104         * keyboard.c (read_char, menu_bar_items, tool_bar_items)
15105         (read_char_x_menu_prompt, read_char_minibuf_menu_width)
15106         (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
15107         Use ptrdiff_t, not int, to count maps.
15108         (read_char_minibuf_menu_prompt): Check for overflow in size
15109         calculations.  Don't update size until allocation succeeds.
15110         Redo calculations to avoid overflow.
15111         * keyboard.h: Change prototypes to match the above.
15113         * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
15114         to count maps.
15115         (current_minor_maps): Check for size calculation overflow.
15116         * keymap.h: Change prototypes to match the above.
15118         * lread.c (read1, init_obarray): Don't update size until alloc done.
15120         * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
15121         (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
15123         * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
15124         Now ptrdiff_t, not int.
15125         * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
15126         (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
15128         * process.c (Fnetwork_interface_list): Check for overflow
15129         in size calculation.
15131         * region-cache.c (move_cache_gap): Check for size calculation overflow.
15133         * scroll.c (do_line_insertion_deletion_costs): Check for size calc
15134         overflow.  Don't bother calling xmalloc when xrealloc will do.
15136         * search.c (Freplace_match): Check for size calculation overflow.
15137         (Fset_match_data): Don't assume list lengths fit in 'int'.
15139         * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
15140         for command line length.  Do not attempt to address one before the
15141         beginning of an array, as that's not portable.
15143         * term.c (max_frame_lines): Remove; unused.
15144         (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
15145         not int.
15146         (encode_terminal_code, calculate_costs): Check for size
15147         calculation overflow.
15148         (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
15149         table lengths and related sizes.  Don't update size until alloc
15150         done.  Redo calculations to avoid overflow.
15151         (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
15153         * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
15154         subtracting pointers.
15155         (gobble_line): Check for overflow more carefully.  Don't update size
15156         until alloc done.
15158         * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
15159         Don't update size until alloc done.
15160         Redo size calculations to avoid overflow.
15161         Check for size calculation overflow.
15162         (main) [DEBUG]: Fix typo in invoking tparam1.
15164         * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
15165         Use ptrdiff_t, not int, for sizes.
15166         (store_mode_line_noprop_char): Don't update size until alloc done.
15168         * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
15169         Use ptrdiff_t, not int, for sizes.
15170         (Finternal_make_lisp_face, cache_face):
15171         Check for size calculation overflow.
15172         (cache_face): Treat size calculation overflows as if they were
15173         memory exhaustion (the usual treatment), rather than aborting.
15175         * xfns.c (x_encode_text, x_set_name_internal)
15176         (Fx_change_window_property): Use ptrdiff_t, not int, to count
15177         sizes, since they can exceed INT_MAX in size.  Check for size
15178         calculation overflow.
15180         * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
15181         (xg_select): Check for size calculation overflow.
15182         Don't update size until alloc done.
15184         * xrdb.c (get_environ_db): Don't assume path length fits in int,
15185         as sprintf is limited to int lengths.
15187         * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
15188         (X_LONG_MIN): New macros.
15189         Use them to make the following changes clearer.
15190         (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
15191         This change doesn't affect the value now, but it may help remind
15192         future maintainers not to raise the value too much later.
15193         (SELECTION_QUANTUM): Remove, replacing with ...
15194         (selection_quantum): ... new function, which avoids overflow.
15195         All uses changed.
15196         (struct selection_data.size): Now ptrdiff_t, not int, to avoid
15197         assumption that selection length fits in 'int'.
15198         (x_reply_selection_request, x_handle_selection_request)
15199         (x_get_window_property, receive_incremental_selection)
15200         (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
15201         (lisp_data_to_selection_data, clean_local_selection_data):
15202         Use ptrdiff_t, not int, to record length of selection.
15203         (x_reply_selection_request, x_get_window_property)
15204         (receive_incremental_selection, x_property_data_to_lisp):
15205         Redo calculations to avoid overflow.
15206         (x_reply_selection_request): When sending hint, ceiling it at
15207         X_LONG_MAX rather than relying on wraparound overflow to send
15208         something.
15209         (x_get_window_property, receive_incremental_selection)
15210         (lisp_data_to_selection_data, x_property_data_to_lisp):
15211         Check for size-calculation overflow.
15212         (x_get_window_property, receive_incremental_selection)
15213         (lisp_data_to_selection_data, Fx_register_dnd_atom):
15214         Don't store size until memory allocation succeeds.
15215         (x_get_window_property): Plug memory leak on memory exhaustion.
15216         Don't double-block input; malloc is safe here.  Don't assume 2**34
15217         - 4 fits in unsigned long.  Add an xassert to check
15218         XGetWindowProperty overflow.  Be more careful about overflow
15219         calculations, and distinguish size from memory overflow better.
15220         (receive_incremental_selection): When tracing, don't assume
15221         unsigned int is less than INT_MAX.
15222         (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
15223         harmful) conversions of unsigned short to int.
15224         (lisp_data_to_selection_data): Don't assume that integers
15225         in the range -65535 through -1 fit in an X unsigned short.
15226         Don't assume that ULONG_MAX == X_ULONG_MAX.  Don't store into
15227         result parameters unless successful.  Rely on cons_to_unsigned
15228         to report problems with elements; the old code wasn't right anyway.
15229         (x_check_property_data): Check for int overflow; we cannot use
15230         a wider type due to X limits.
15231         (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
15233         * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
15235         * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
15236         (x_term_init): Check for size calculation overflow.
15237         (x_color_cells): Don't store size until memory allocation succeeds.
15238         (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
15239         Don't assume alloca size is less than MAX_ALLOCA.
15240         (x_term_init): Don't assume length fits in int (sprintf is limited
15241         to int size).
15243         Use ptrdiff_t for composition IDs.
15244         * character.c (lisp_string_width):
15245         * composite.c (composition_table_size, n_compositions)
15246         (get_composition_id, composition_gstring_from_id):
15247         * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
15248         * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
15249         * window.c (Frecenter):
15250         Use ptrdiff_t, not int, for composition IDs.
15251         * composite.c (get_composition_id): Check for integer overflow.
15252         * composite.h: Adjust prototypes to match the above changes.
15254         Use ptrdiff_t for hash table indexes.
15255         * category.c (hash_get_category_set):
15256         * ccl.c (ccl_driver):
15257         * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
15258         * coding.c (coding_system_charset_list, detect_coding_system):
15259         * coding.h (struct coding_system.id):
15260         * composite.c (get_composition_id, gstring_lookup_cache):
15261         * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
15262         * image.c (xpm_get_color_table_h):
15263         * lisp.h (hash_lookup, hash_put):
15264         * minibuf.c (Ftest_completion):
15265         Use ptrdiff_t for hash table indexes, not int (which is too
15266         narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
15267         32-bit --with-wide-int hosts).
15269         * charset.c (Fdefine_charset_internal): Check for integer overflow.
15270         Add a FIXME comment about memory leaks.
15271         (syms_of_charset): Don't assume xmalloc returns.
15273         Don't assume that stated character widths fit in int.
15274         * character.c (Fchar_width, c_string_width, lisp_string_width):
15275         * character.h (CHAR_WIDTH):
15276         * indent.c (MULTIBYTE_BYTES_WIDTH):
15277         Use sanitize_char_width to avoid undefined and/or bad behavior
15278         with outlandish widths.
15279         * character.h (sanitize_tab_width): Rename from sanitize_width,
15280         now that we have two such functions.  All uses changed.
15281         (sanitize_char_width): New inline function.
15283         Don't assume that tab-width fits in int.
15284         * character.h (sanitize_width): New inline function.
15285         (SANE_TAB_WIDTH): New macro.
15286         (ASCII_CHAR_WIDTH): Use it.
15287         * indent.c (sane_tab_width): Remove.  All uses replaced by
15288         SANE_TAB_WIDTH (current_buffer).
15289         * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
15291         * fileio.c: Integer overflow issues with file modes.
15292         (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
15294         * charset.c (read_hex): New arg OVERFLOW.  All uses changed.
15295         Remove unreachable code.
15296         (read_hex, load_charset_map_from_file): Check for integer overflow.
15298         * xterm.c: Don't go over XClientMessageEvent limit.
15299         (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
15300         (x_send_scroll_bar_event): Likewise.  Check that the size does not
15301         exceed limits imposed by XClientMessageEvent, as well as the usual
15302         ptrdiff_t and size_t limits.
15304         * keyboard.c: Overflow, signedness and related fixes.
15305         (make_lispy_movement): Use same integer type in forward decl
15306         that is used in the definition.
15307         (read_key_sequence, keyremap_step):
15308         Change bufsize argument back to int, undoing my 2011-03-30 change.
15309         We prefer signed types, and int is wide enough here.
15310         (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
15311         than TYPE_MAXIMUM (EMACS_INT) / 2.  Don't let the label size grow
15312         larger than STRING_BYTES_BOUND.  Use ptrdiff_t for Emacs string
15313         length, not size_t.  Use ptrdiff_t for index, not int.
15314         (keyremap_step, read_key_sequence): Redo bufsize check to avoid
15315         possibility of integer overflow.
15317         Overflow, signedness and related fixes for images.
15319         * dispextern.h (struct it.stack[0].u.image.image_id)
15320         (struct_it.image_id, struct image.id, struct image_cache.size)
15321         (struct image_cache.used, struct image_cache.ref_count):
15322         * gtkutil.c (update_frame_tool_bar):
15323         * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
15324         (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
15325         (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
15326         * nsmenu.m (update_frame_tool_bar):
15327         * xdisp.c (calc_pixel_width_or_height):
15328         * xfns.c (image_cache_refcount):
15329         Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
15330         on typical 64-bit hosts.
15332         * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
15333         (x_bitmap_pixmap, x_create_x_image_and_pixmap):
15334         Omit unnecessary casts to int.
15335         (parse_image_spec): Check that integers fall into 'int' range
15336         when the callers expect that.
15337         (image_ascent): Redo ascent calculation to avoid int overflow.
15338         (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
15339         (lookup_image): Remove unnecessary tests.
15340         (xbm_image_p): Locals are now of int, not EMACS_INT,
15341         since parse_image_check makes sure they fit into int.
15342         (png_load, gif_load, svg_load_image):
15343         Prefer int to unsigned where either will do.
15344         (tiff_handler): New function, combining the cores of the
15345         old tiff_error_handler and tiff_warning_handler.
15346         This function is rewritten to use vsnprintf and thereby avoid
15347         stack buffer overflows.  It uses only the features of vsnprintf
15348         that are common to both POSIX and native Microsoft.
15349         (tiff_error_handler, tiff_warning_handler): Use it.
15350         (tiff_load, gif_load, imagemagick_load_image):
15351         Don't assume :index value fits in 'int'.
15352         (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
15353         (imagemagick_load_image): Check that crop parameters fit into
15354         the integer types that MagickCropImage accepts.  Don't assume
15355         Vimagemagick_render_type has a nonnegative value.  Don't assume
15356         size_t fits in 'long'.
15357         (gs_load): Use printmax_t to print the widest integers possible.
15358         Check for integer overflow when computing image height and width.
15360 2011-08-26  Eli Zaretskii  <eliz@gnu.org>
15362         * xdisp.c (redisplay_window): Don't force window start if point
15363         will be invisible in the resulting window.  (Bug#9324)
15365 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
15367         * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
15368         the display spec is of the form `(space ...)'.
15369         (handle_display_spec): Return the value returned by
15370         handle_single_display_spec, not just 1 or zero.
15371         (handle_single_display_spec): If the display spec is of the form
15372         `(space ...)', and specifies display in the text area, return 2
15373         rather than 1.
15374         (try_cursor_movement): Check for the need to scroll more
15375         accurately, and prefer exact match for point under bidi.
15376         Don't advance `row' beyond the last row of the window.
15378         * dispextern.h (struct bidi_it): Rename the disp_prop_p member
15379         into disp_prop; all users changed.
15381         * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
15382         DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
15383         for the text covered by the display property.
15385 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
15387         * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
15388         Change return value to nil.
15389         (Frecord_buffer): Delete unused function.
15391 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
15393         * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
15394         buffers, return left-to-right.
15395         (set_cursor_from_row): Consider candidate row a win if its glyph
15396         represents a newline and point is on that newline.  Fixes cursor
15397         positioning on the newline at EOL of R2L text within L2R
15398         paragraph, and vice versa.
15399         (try_cursor_movement): Check continued rows, in addition to
15400         continuation rows.  Fixes unwarranted scroll when point enters a
15401         continued line of R2L text within an L2R paragraph, or vice versa.
15402         (cursor_row_p): Consider the case of point being equal to
15403         MATRIX_ROW_END_CHARPOS.  Prevents cursor being stuck when moving
15404         from the end of a short line to the beginning of a continued line
15405         of R2L text within L2R paragraph.
15406         (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
15407         composed characters.
15409         * bidi.c (bidi_check_type): Use xassert.
15410         (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
15411         members.
15413 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
15415         * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
15416         a character.
15418 2011-08-23  Chong Yidong  <cyd@stupidchicken.com>
15420         * nsfont.m (ns_otf_to_script): Fix typo.
15422 2011-08-22  Kenichi Handa  <handa@m17n.org>
15424         * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
15425         extra slot even if the purpose is char-code-property-table.
15427 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
15429         * xdisp.c (redisplay_window): When computing centering_position,
15430         account for the height of the header line.  (Bug#8874)
15432         * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
15433         instead of CHAR_TO_BYTE.  Fixes a crash when a completion
15434         candidate is selected by the mouse, and that candidate has a
15435         composed character under the mouse.
15437         * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1.  Fixes pixel
15438         coordinates reported by pos-visible-in-window-p for a composed
15439         character in column zero.
15441 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15443         * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
15445 2011-08-22  Eli Zaretskii  <eliz@gnu.org>
15447         * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
15448         consider it a hit if to_charpos is anywhere in the range of the
15449         composed buffer positions.
15451 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
15453         * image.c (gif_load): Don't assume that each subimage has the same
15454         dimensions as the base image.  Handle disposal method that is
15455         "undefined" by the gif spec (Bug#9335).
15457 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
15459         * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
15460         (Fcondition_case): Document `debug' symbol in error handler.
15462 2011-08-19  Eli Zaretskii  <eliz@gnu.org>
15464         * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
15465         face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
15466         from an Org mode buffer to a Speedbar frame.
15468         * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
15469         a composition, take its buffer position from IT->cmp_it.charpos.
15470         Fixes cursor positioning at the beginning of a line that begins
15471         with a composed character.
15473 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
15475         * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
15476         character bidirectional type, use STRONG_L instead.  Fixes crashes
15477         in a buffer produced by `describe-categories'.
15479         * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
15480         members before the level stack, so they would be saved and
15481         restored when copying iterator state.  Fixes incorrect reordering
15482         around TABs covered by display properties.
15484 2011-08-18  Andreas Schwab  <schwab@linux-m68k.org>
15486         * process.c (Fnetwork_interface_list): Correctly determine buffer size.
15488 2011-08-17  Chong Yidong  <cyd@stupidchicken.com>
15490         * eval.c (internal_condition_case, internal_condition_case_1)
15491         (internal_condition_case_2, internal_condition_case_n):
15492         Remove unnecessary aborts (Bug#9081).
15494 2011-08-17  Eli Zaretskii  <eliz@gnu.org>
15496         * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
15497         has no `load' handler, try opening the file locally.  (Bug#9311)
15499 2011-08-16  Ken Brown  <kbrown@cornell.edu>
15501         * gmalloc.c: Expand comment.
15503 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
15505         * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
15506         if it fails the cursor_row_p test.  Fixes cursor positioning at ZV.
15508 2011-08-16  Ken Brown  <kbrown@cornell.edu>
15510         Fix memory allocation problems in Cygwin build (Bug#9273).
15512         * unexcw.c ( __malloc_initialized): Declare external variable.
15513         (fixup_executable): Force the dumped emacs to reinitialize malloc.
15515         * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
15516         New variables.
15517         (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
15518         dumped emacs.
15519         (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
15520         in the static heap.
15521         [CYGWIN] (special_realloc): New function.
15522         (_realloc_internal_nolock) [CYGWIN]: Use the new function on
15523         requests to realloc storage in the static heap.
15525 2011-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15527         * bidi.c (bidi_initialize): Remove unused local.
15529 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
15531         * bidimirror.h:
15532         * biditype.h: Remove file.
15533         * makefile.w32-in ($(BLD)/bidi.$(O)):
15534         * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
15536         * dispextern.h: Fix a typo in the comment to bidi_type_t.
15538         * chartab.c: Improve commentary for the uniprop_table API.
15540         * bidi.c (bidi_paragraph_init): Support zero value of
15541         bidi_ignore_explicit_marks_for_paragraph_level.
15542         (bidi_initialize): Use uniprop_table instead of including
15543         biditype.h and bidimirror.h.
15545         * xdisp.c (move_it_in_display_line_to): Don't reset pixel
15546         coordinates of the iterator when restoring from ppos_it.
15547         (Bug#9296)
15549 2011-08-14  Kenichi Handa  <handa@m17n.org>
15551         * process.c (create_process): Call setup_process_coding_systems
15552         after the pid of the process is set to -1 (Bug#8162).
15554 2011-08-14  Eli Zaretskii  <eliz@gnu.org>
15556         * xdisp.c (move_it_in_display_line_to): Don't invoke
15557         IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
15558         ppos_it.  Fixes vertical cursor motion when line beginning is
15559         covered by an image.  (Bug#9296)
15561 2011-08-14  Jan Djärv  <jan.h.d@swipnet.se>
15563         * nsterm.h (ns_run_ascript): Declare.
15564         (NSAPP_DATA2_RUNASSCRIPT): Define.
15566         * nsfns.m (as_script, as_result, as_status): New static variables.
15567         (ns_run_ascript): New function.
15568         (Fns_do_applescript): Set variables as_*.  Make an NSApplicationDefined
15569         event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
15570         the event loop.  Get status from as_status (Bug#7276).
15572         * nsterm.m (sendEvent): If event is NSApplicationDefined and
15573         data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
15574         the event loop (Bug#7276).
15576 2011-08-14  Andreas Schwab  <schwab@linux-m68k.org>
15578         * gnutls.c (QCgnutls_bootprop_priority)
15579         (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
15580         (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
15581         (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
15582         (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
15583         (QCgnutls_bootprop_verify_hostname_error)
15584         (QCgnutls_bootprop_callbacks_verify): Rename from
15585         Qgnutls_bootprop_..., all uses changed.
15587         * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
15588         uses changed.
15590 2011-08-14  Paul Eggert  <eggert@cs.ucla.edu>
15592         * xfaces.c (Qframe_set_background_mode): Now static.
15593         * dispextern.h (Qframe_set_background_mode): Remove decl.
15595         * process.c (Fnetwork_interface_info): Declare local only if needed.
15597 2011-08-13  Jan Djärv  <jan.h.d@swipnet.se>
15599         * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
15600         (Fnetwork_interface_list): Allocate in increments of bytes instead
15601         of sizeof (struct ifreq).  Iterate over ifconf.ifc_req by counting
15602         bytes (Bug#8477).  Count bytes correctly when ifr_addr is a struct
15603         sockaddr.
15604         (struct ifflag_def): notrailers is smart on OSX.
15605         (Fnetwork_interface_info): Handle case when ifr_flags is negative.
15606         Get hardware address with getifaddrs if available.
15608 2011-08-12  Eli Zaretskii  <eliz@gnu.org>
15610         * xdisp.c (iterate_out_of_display_property): xassert that
15611         IT->position is set to within IT->object's boundaries.  Break from
15612         the loop as soon as EOB is reached; avoids infloops in redisplay
15613         when IT->position is set up wrongly due to some bug.
15614         Set IT->current to match the bidi iterator unconditionally.
15615         (push_display_prop): Allow GET_FROM_STRING as IT->method on
15616         entry.  Force push_it to save on the stack the current
15617         buffer/string position, to be restored by pop_it.  Fix flags in
15618         the iterator structure wrt the object coming from a display
15619         property, as `line-prefix' and `wrap-prefix' are not ``replacing''
15620         properties.  (Bug#9284)
15622 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
15624         * fontset.c (fontset_get_font_group): Add proper type checks.
15625         (Bug#9172)
15627 2011-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15629         * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
15630         and LC_VERSION_MIN_MACOSX.
15631         (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
15632         (dump_it) [LC_FUNCTION_STARTS]: Use it.
15634 2011-08-08  Eli Zaretskii  <eliz@gnu.org>
15636         * xdisp.c (forward_to_next_line_start): Allow to use the
15637         no-display-properties-and-no-overlays under bidi display.
15638         Set disp_pos in the bidi iterator to avoid searches for display
15639         properties and overlays.
15641 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
15643         * editfns.c (Fset_time_zone_rule): Document relationship with the
15644         setenv function.
15646         * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
15647         the font entity extracted from the cache (Bug#8109).
15649 2011-08-07  Chong Yidong  <cyd@stupidchicken.com>
15651         * composite.c (autocmp_chars): Don't reset point.  That is done by
15652         restore_point_unwind (Bug#5984).
15654 2011-08-07  Juri Linkov  <juri@jurta.org>
15656         * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
15657         to show the arg `TIME' instead of `TIMEVAL'.
15659 2011-08-06  Eli Zaretskii  <eliz@gnu.org>
15661         * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
15662         display property strides EOL and includes a newline, as in
15663         longlines-mode.  (Bug#9254)
15664         (move_it_in_display_line_to): Fix vertical-motion in a buffer with
15665         word-wrap under bidirectional display.  (Bug#9224)
15667         * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
15668         is non-zero, even if the data buffer is NULL.  Fixes a crash in
15669         vertical-motion with longlines-mode.  (Bug#9254)
15671 2011-08-05  Eli Zaretskii  <eliz@gnu.org>
15673         * bidi.c <bidi_cache_total_alloc>: Now static.
15674         (bidi_initialize): Initialize bidi_cache_total_alloc.
15676         * xdisp.c (display_line): Release buffer allocated for shelved bidi
15677         cache.  (Bug#9221)
15679         * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
15680         amount allocated this far in `bidi_cache_total_alloc'.
15681         (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
15682         non-zero, only free the data buffer without restoring the cache
15683         contents.  All callers changed.
15685         * dispextern.h (bidi_unshelve_cache): Update prototype.
15687         * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
15688         (move_it_in_display_line, move_it_to)
15689         (move_it_vertically_backward, move_it_by_lines): Replace the call
15690         to xfree to an equivalent call to bidi_unshelve_cache.
15691         (move_it_in_display_line_to): Fix logic of returning
15692         MOVE_POS_MATCH_OR_ZV in the bidi case.  (Bug#9224)
15694 2011-08-05  Eli Zaretskii  <eliz@gnu.org>
15696         * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
15697         came from a string character with a `cursor' property.  (Bug#9229)
15699 2011-08-04  Jan Djärv  <jan.h.d@swipnet.se>
15701         * Makefile.in (LIB_PTHREAD): New variable.
15702         (LIBES): Add LIB_PTHREAD (Bug#9216).
15704         * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
15705         Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
15707 2011-08-04  Andreas Schwab  <schwab@linux-m68k.org>
15709         * regex.c (re_iswctype): Remove some redundant boolean conversions.
15711 2011-08-04  Jan Djärv  <jan.h.d@swipnet.se>
15713         * xterm.c (x_find_topmost_parent): New function.
15714         (x_set_frame_alpha): Find topmost parent window with
15715         x_find_topmost_parent and set the property there also (bug#9181).
15716         (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
15718 2011-08-04  Paul Eggert  <eggert@cs.ucla.edu>
15720         * callproc.c (Fcall_process): Avoid vfork clobbering
15721         the local vars buffer, coding_systems, current_dir.
15723 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15725         * keymap.c (Fmake_composed_keymap): Move to subr.el.
15727 2011-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15729         * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
15730         so that it is not optimized away.
15732         * xdisp.c (compute_display_string_pos): Remove unused local.
15734 2011-08-02  Eli Zaretskii  <eliz@gnu.org>
15736         Fix slow cursor motion and scrolling in large buffers with
15737         selective display, like Org Mode buffers.  (Bug#9218)
15739         * dispextern.h (struct bidi_it): New member disp_prop_p.
15741         * xdisp.c: Remove one-slot cache of display string positions.
15742         (compute_display_string_pos): Accept an additional argument
15743         DISP_PROP_P; callers changed.  Scan at most 5K characters forward
15744         for a display string or property.  If found, set DISP_PROP_P
15745         non-zero.
15747         * bidi.c (bidi_fetch_char): Accept an additional argument
15748         DISP_PROP_P, and pass it to compute_display_string_pos.
15749         Only handle text covered by a display string if DISP_PROP_P is returned
15750         non-zero.  All callers of bidi_fetch_char changed.
15752 2011-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15754         * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
15756 2010-12-03  Don March  <don@ohspite.net>
15758         * keymap.c (Fdefine_key): Fix non-prefix key error message when
15759         last character M-[char] is translated to ESC [char] (bug#7541).
15761 2011-08-02  Kenichi Handa  <handa@m17n.org>
15763         * lisp.h (uniprop_table): Extern it.
15765         * chartab.c (uniprop_table): Make it non-static.
15767 2011-08-01  Eli Zaretskii  <eliz@gnu.org>
15769         * xdisp.c (forward_to_next_line_start): Accept additional argument
15770         BIDI_IT_PREV, and store into it the state of the bidi iterator had
15771         on the newline.
15772         (reseat_at_next_visible_line_start): Use the bidi iterator state
15773         returned by forward_to_next_line_start to restore the state of
15774         it->bidi_it after backing up to previous newline.  (Bug#9212)
15776 2011-07-30  Andreas Schwab  <schwab@linux-m68k.org>
15778         * regex.c (re_comp): Protoize.
15779         (re_exec): Fix return type.
15780         (regexec): Fix type of `ret'.  (Bug#9203)
15782 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15784         * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
15785         This is needed if max-image-size is a floating-point number.
15787 2011-07-28  Andreas Schwab  <schwab@linux-m68k.org>
15789         * print.c (print_object): Print empty symbol as ##.
15791         * lread.c (read1): Read ## as empty symbol.
15793 2011-07-28  Alp Aker  <alp.tekin.aker@gmail.com>
15795         * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
15796         setting frame foreground color (Bug#9175).
15797         (x_set_background_color): Likewise.
15799         * nsmenu.m (-setText): Size tooltip dimensions precisely to
15800         contents (Bug#9176).
15801         (EmacsTooltip -init): Remove bezels and add shadows to
15802         tooltip windows.
15804         * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
15805         or scroll bar (Bug#8470).
15807         * nsfont.m (nsfont_open): Remove assignment to voffset and
15808         unnecessary vars hshink, expand, hd, full_height, min_height.
15809         (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
15811         * nsterm.h (nsfont_info): Remove voffset field.
15813 2011-07-28  Alp Aker  <alp.tekin.aker@gmail.com>
15815         Implement strike-through and overline on NextStep (Bug#8863).
15817         * nsfont.m (nsfont_open): Use underline position provided by font,
15818         instead of hard-coded value of 2.
15819         (nsfont_draw): Call ns_draw_text_decoration instead.
15821         * nsterm.h: Add declaration for ns_draw_text_decoration.
15823         * nsterm.m (ns_draw_text_decoration): New function for drawing
15824         underline, overline, and strike-through.
15825         (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
15826         ns_draw_text_decoration.  Change treatment of cursor drawing to
15827         accommodate underlining, etc.
15829 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
15831         * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
15832         default.
15834 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15836         * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
15837         Without this fix, if a signal arrives just after memory fills up,
15838         'malloc' might be invoked reentrantly.
15840         * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
15841         In other words, assume that every image size is allowed, on non-X
15842         hosts.  This assumption is probably wrong, but it lets Emacs compile.
15844 2011-07-28  Andreas Schwab  <schwab@linux-m68k.org>
15846         * regex.c (re_iswctype): Convert return values to boolean.
15848 2011-07-28  Eli Zaretskii  <eliz@fencepost.gnu.org>
15850         * xdisp.c (compute_display_string_pos): Don't use cached display
15851         string position if the buffer had its restriction changed.
15852         (Bug#9184)
15854 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15856         * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
15858 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15860         Integer signedness and overflow and related fixes.  (Bug#9079)
15862         * bidi.c: Integer size and overflow fixes.
15863         (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
15864         (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
15865         (bidi_cache_find_level_change, bidi_cache_ensure_space)
15866         (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
15867         (bidi_find_other_level_edge):
15868         Use ptrdiff_t instead of EMACS_INT where either will do.
15869         This works better on 32-bit hosts configured --with-wide-int.
15870         (bidi_cache_ensure_space): Check for size-calculation overflow.
15871         Use % rather than repeated addition, for better worst-case speed.
15872         Don't set bidi_cache_size until after xrealloc returns, because it
15873         might not return.
15874         (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
15875         (bidi_cache_ensure_space): Also check that the bidi cache size
15876         does not exceed that of the largest Lisp string or buffer.  See Eli
15877         Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
15879         * alloc.c (__malloc_size_t): Remove.
15880         All uses replaced by size_t.  See Andreas Schwab's note
15881         <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
15883         * image.c: Improve checking for integer overflow.
15884         (check_image_size): Assume that f is nonnull, since
15885         it is always nonnull in practice.  This is one less thing to
15886         worry about when checking for integer overflow later.
15887         (x_check_image_size): New function, which checks for integer
15888         overflow issues inside X.
15889         (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
15890         This removes the need for a memory_full check.
15891         (xbm_image_p): Rewrite to avoid integer multiplication overflow.
15892         (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
15893         (xbm_read_bitmap_data): Change locals back to 'int', since
15894         their values must fit in 'int'.
15895         (xpm_load_image, png_load, tiff_load):
15896         Invoke x_create_x_image_and_pixmap earlier,
15897         to avoid much needless work if the image is too large.
15898         (tiff_load): Treat overly large images as if
15899         x_create_x_image_and_pixmap failed, not as malloc failures.
15900         (gs_load): Use x_check_image_size.
15902         * gtkutil.c: Omit integer casts.
15903         (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
15904         (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
15906         * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
15908         * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
15909         Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
15910         would wrongly return t on a 64-bit host.
15912         * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
15913         The plain *_OVERFLOW macros run afoul of GCC bug 49705
15914         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
15915         and therefore cause GCC to emit a bogus diagnostic in some cases.
15917         * image.c: Integer signedness and overflow and related fixes.
15918         This is not an exhaustive set of fixes, but it's time to
15919         record what I've got.
15920         (lookup_pixel_color, check_image_size): Remove redundant decls.
15921         (check_image_size): Don't assume that arbitrary EMACS_INT values
15922         fit in 'int', or that arbitrary 'double' values fit in 'int'.
15923         (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
15924         (tiff_load, imagemagick_load_image):
15925         Check for overflow in size calculations.
15926         (x_create_x_image_and_pixmap): Remove unnecessary test for
15927         xmalloc returning NULL; that can't happen.
15928         (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
15929         (xpm_color_bucket): Use better integer hashing function.
15930         (xpm_cache_color): Don't possibly over-allocate memory.
15931         (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
15932         (gif_memory_source):
15933         Use ptrdiff_t, not int or size_t, to record sizes.
15934         (png_load): Don't assume values greater than 2**31 fit in 'int'.
15935         (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
15936         either works, as we prefer signed integers.
15937         (tiff_read_from_memory, tiff_write_from_memory):
15938         Return tsize_t, not size_t, since that's what the TIFF API wants.
15939         (tiff_read_from_memory): Don't fail simply because the read would
15940         go past EOF; instead, return a short read.
15941         (tiff_load): Omit no-longer-needed casts.
15942         (Fimagemagick_types): Don't assume size fits into 'int'.
15944         Improve hashing quality when configured --with-wide-int.
15945         * fns.c (hash_string): New function, taken from sxhash_string.
15946         Do not discard information about ASCII character case; this
15947         discarding is no longer needed.
15948         (sxhash-string): Use it.  Change sig to match it.  Caller changed.
15949         * lisp.h: Declare it.
15950         * lread.c (hash_string): Remove, since we now use fns.c's version.
15951         The fns.c version returns a wider integer if --with-wide-int is
15952         specified, so this should help the quality of the hashing a bit.
15954         * emacs.c: Integer overflow minor fix.
15955         (heap_bss_diff): Now uprintmax_t, not unsigned long.  All used changed.
15956         Define only if GNU_LINUX.
15957         (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
15959         * dispnew.c: Integer signedness and overflow fixes.
15960         Remove unnecessary forward decls, that were a maintenance hassle.
15961         (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
15962         All uses changed.
15963         (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
15964         (scrolling_window): Use ptrdiff_t, not int, for byte count.
15965         (prepare_desired_row, line_draw_cost):
15966         Use int, not unsigned, where either works.
15967         (save_current_matrix, restore_current_matrix):
15968         Use ptrdiff_t, not size_t, where either works.
15969         (init_display): Check for overflow more accurately, and without
15970         relying on undefined behavior.
15972         * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
15973         Remove, replacing with the new symbols in lisp.h.  All uses changed.
15974         * fileio.c (make_temp_name):
15975         * filelock.c (lock_file_1, lock_file):
15976         * xdisp.c (message_dolog):
15977         Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
15978         Use pMd etc. instead.
15979         * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
15980         replacing the pWIDE etc. symbols removed from editfns.c.
15982         * keyboard.h (num_input_events): Now uintmax_t.
15983         This is (very slightly) less likely to mess up due to wraparound.
15984         All uses changed.
15986         * buffer.c: Integer signedness fixes.
15987         (alloc_buffer_text, enlarge_buffer_text):
15988         Use ptrdiff_t rather than size_t when either will do, as we prefer
15989         signed integers.
15991         * alloc.c: Integer signedness and overflow fixes.
15992         Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
15993         (__malloc_size_t): Default to size_t, not to int.
15994         (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
15995         (Fgarbage_collect, mark_object_loop_halt, mark_object):
15996         Prefer ptrdiff_t to size_t when either would do, as we prefer
15997         signed integers.
15998         (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
15999         (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
16000         Now const.  Initialize with values that are in range even if char
16001         is signed.
16002         (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
16003         (xmalloc_put_size, xmalloc_get_size): New functions.  All uses changed.
16004         These functions do the right thing with sizes > 2**32.
16005         (check_depth): Now ptrdiff_t, not int.
16006         (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
16007         Adjust to new way of storing sizes.  Check for size overflow bugs
16008         in rest of code.
16009         (STRING_BYTES_MAX): Adjust to new overheads.  The old code was
16010         slightly wrong anyway, as it missed one instance of
16011         XMALLOC_OVERRUN_CHECK_OVERHEAD.
16012         (refill_memory_reserve): Omit needless cast to size_t.
16013         (mark_object_loop_halt): Mark as externally visible.
16015         * xselect.c: Integer signedness and overflow fixes.
16016         (Fx_register_dnd_atom, x_handle_dnd_message):
16017         Use ptrdiff_t, not size_t, since we prefer signed.
16018         (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
16019         * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
16020         x_dnd_atoms_size and x_dnd_atoms_length.
16022         * doprnt.c: Prefer signed to unsigned when either works.
16023         * eval.c (verror):
16024         * doprnt.c (doprnt):
16025         * lisp.h (doprnt):
16026         * xdisp.c (vmessage):
16027         Use ptrdiff_t, not size_t, when using or implementing doprnt,
16028         since the sizes cannot exceed ptrdiff_t bounds anyway, and we
16029         prefer signed arithmetic to avoid comparison confusion.
16030         * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
16031         but is a bit tricky.
16033         Assume freestanding C89 headers, string.h, stdlib.h.
16034         * data.c, doprnt.c, floatfns.c, print.c:
16035         Include float.h unconditionally.
16036         * gmalloc.c: Assume C89-at-least behavior for preprocessor,
16037         limits.h, stddef.h, string.h.  Use memset instead of 'flood'.
16038         * regex.c: Likewise for stddef.h, string.h.
16039         (ISASCII): Remove; can assume it returns 1 now.  All uses removed.
16040         * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
16041         * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
16042         (STDC_HEADERS): Remove obsolete defines.
16043         * sysdep.c: Include limits.h unconditionally.
16045         Assume support for memcmp, memcpy, memmove, memset.
16046         * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
16047         * regex.c (memcmp, memcpy):
16048         Remove; we assume C89 now.
16050         * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
16051         (__malloc_safe_bcopy): Remove; no longer needed.
16053         * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
16054         Use EMACS_INT, not EMACS_UINT, for sizes.  The code works equally
16055         well either way, and we prefer signed to unsigned.
16057 2011-07-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16059         * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
16060         closes the connection while we're reading (bug#9182).
16062 2011-07-25  Jan Djärv  <jan.h.d@swipnet.se>
16064         * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
16065         are specified (Bug#9168).
16067 2011-07-25  Paul Eggert  <eggert@cs.ucla.edu>
16069         * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
16070         Found by GCC static checking and --with-wide-int on a 32-bit host.
16072 2011-07-25  Eli Zaretskii  <eliz@gnu.org>
16074         * xdisp.c (compute_display_string_pos): Fix logic of caching
16075         previous display string position.  Initialize cached_prev_pos to
16076         -1.  Fixes slow-down at the beginning of a buffer.
16078 2011-07-24  Eli Zaretskii  <eliz@gnu.org>
16080         * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
16081         for attrs[LFACE_FONTSET_INDEX].
16083 2011-07-23  Paul Eggert  <eggert@cs.ucla.edu>
16085         * xml.c (parse_region): Remove unused local
16086         that was recently introduced.
16088 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
16090         * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
16091         2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
16093         * xdisp.c (move_it_in_display_line_to): Record the best matching
16094         position for TO_CHARPOS while scanning the line, and restore it on
16095         exit if none of the characters scanned was an exact match.
16096         Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
16097         when exact match is impossible due to invisible text, and the
16098         lines are truncated.
16100 2011-07-23  Jan Djärv  <jan.h.d@swipnet.se>
16102         * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
16103         for OSX >= 10.7.
16105 2011-07-22  Eli Zaretskii  <eliz@gnu.org>
16107         Fix a significant slow-down of cursor motion with C-n, C-p,
16108         C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
16109         auto-repeat under bidi redisplay in fontified buffers.
16110         * xdisp.c (compute_stop_pos_backwards): New function.
16111         (next_element_from_buffer): Call compute_stop_pos_backwards to
16112         find a suitable prev_stop when we find ourselves before
16113         base_level_stop.
16114         (reseat): Don't look for prev_stop, as that could mean a very long
16115         run.
16116         <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
16117         <cached_disp_overlay_modiff>: Cache for last found display string
16118         position.
16119         (compute_display_string_pos): Return the cached position if asked
16120         about the same buffer in the same area of character positions, and
16121         the buffer wasn't changed since the time the display string
16122         position was cached.
16124 2011-07-22  Eli Zaretskii  <eliz@gnu.org>
16126         * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
16127         is an integer, which is important for empty lines.  (Bug#9149)
16129 2011-07-22  Chong Yidong  <cyd@stupidchicken.com>
16131         * frame.c (Fmodify_frame_parameters): In tty case, update the
16132         default face if necessary (Bug#4238).
16134 2011-07-21  Chong Yidong  <cyd@stupidchicken.com>
16136         * editfns.c (Fstring_to_char): No need to explain what a character
16137         is in the docstring (Bug#6576).
16139 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16141         * xml.c (parse_region): Make sure we always return a tree.
16143 2011-07-20  HAMANO Kiyoto  <khiker.mail@gmail.com>
16145         * xml.c (parse_region): If a document contains only comments,
16146         return that, too.
16148 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16150         * xml.c (make_dom): Return comments, too.
16152 2011-07-19  Paul Eggert  <eggert@cs.ucla.edu>
16154         Port to OpenBSD.
16155         See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
16156         and the surrounding thread.
16157         * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
16158         rather than fgets, and retry after EINTR.  Otherwise, 'emacs
16159         --batch -f byte-compile-file' fails on OpenBSD if an inactivity
16160         timer goes off.
16161         * s/openbsd.h (BROKEN_SIGIO): Define.
16162         * unexelf.c (unexec) [__OpenBSD__]:
16163         Don't update the .mdebug section of the Alpha COFF symbol table.
16165 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16167         * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
16168         (bug#8460).
16170 2011-07-18  Paul Eggert  <eggert@cs.ucla.edu>
16172         * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
16173         This fixes some race conditions on the permissions of any newly
16174         created file.
16176         * alloc.c (valid_pointer_p): Use pipe, not open.
16177         This fixes some permissions issues when debugging.
16179         * fileio.c (Fcopy_file): Adjust mode if fchown fails.  (Bug#9002)
16180         If fchown fails to set both uid and gid, try to set just gid,
16181         as that is sometimes allowed.  Adjust the file's mode to eliminate
16182         setuid or setgid bits that are inappropriate if fchown fails.
16184 2011-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16186         * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
16187         to compare Lisp_Objects.
16188         * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
16189         global_gnutls_log_level, don't mistake it for a Lisp_Object.
16190         (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
16192 2011-07-17  Andreas Schwab  <schwab@linux-m68k.org>
16194         * lread.c (read_integer): Unread even EOF character.
16195         (read1): Likewise.  Properly record start position of symbol.
16197         * lread.c (read1): Read `#:' as empty uninterned symbol if no
16198         symbol character follows.
16200 2011-07-17  Paul Eggert  <eggert@cs.ucla.edu>
16202         * fileio.c (Fcopy_file): Pacify gcc re fchown.  (Bug#9002)
16203         This works around a problem with the previous change to Fcopy_file.
16204         Recent glibc declares fchown with __attribute__((warn_unused_result)),
16205         and without this change, GCC might complain about discarding
16206         fchown's return value.
16208 2011-07-16  Juanma Barranquero  <lekktu@gmail.com>
16210         * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
16212 2011-07-16  Paul Eggert  <eggert@cs.ucla.edu>
16214         * fileio.c (Fcopy_file): Don't diagnose fchown failures.  (Bug#9002)
16216 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16218         * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
16219         it's used from the C level.
16221         * process.c: Use the same condition for POLL_FOR_INPUT in both
16222         keyboard.c and process.c (bug#1858).
16224 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
16226         * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
16227         (Fgnutls_boot): Use it.
16229 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
16231         * doc.c (Fsubstitute_command_keys): Revert last change.
16233 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235         * doc.c (Fsubstitute_command_keys): Clarify that \= really only
16236         quotes the next character, and doesn't affect other longer
16237         sequences (bug#8935).
16239         * lread.c (syms_of_lread): Clarify that is isn't only
16240         `eval-buffer' and `eval-defun' that's affected by
16241         `lexical-binding' (bug#8460).
16243 2011-07-15  Eli Zaretskii  <eliz@gnu.org>
16245         * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
16246         bidi redisplay when a line includes both an image and is truncated.
16248 2011-07-14  Paul Eggert  <eggert@cs.ucla.edu>
16250         Fix minor problems found by static checking.
16251         * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
16252         (elsz): Now a signed constant, not a size_t var.  We prefer signed
16253         types to unsigned, to avoid integer comparison confusion.  Without
16254         this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
16255         "cannot optimize loop, the loop counter may overflow", a symptom
16256         of the confusion.
16257         * indent.c (Fvertical_motion): Mark locals as initialized.
16258         * xdisp.c (reseat_to_string): Fix pointer signedness issue.
16260 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16262         * search.c (Fre_search_backward): Mention `case-fold-search' in
16263         all the re_search_* functions (bug#8138).
16265         * keyboard.c (Fopen_dribble_file): Document when the file is
16266         closed (bug#8056).
16268 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
16270         * bidi.c (bidi_dump_cached_states): Fix format of displaying
16271         bidi_cache_idx.
16273         Support bidi reordering of display and overlay strings.
16274         * xdisp.c (compute_display_string_pos)
16275         (compute_display_string_end): Accept additional argument STRING.
16276         (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
16277         (reseat_to_string): Initialize bidi_it->string.s and
16278         bidi_it->string.schars.
16279         (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
16280         NULL (avoids a crash in bidi_paragraph_init).
16281         Initialize itb.string.lstring.
16282         (init_iterator): Call bidi_init_it only of a valid
16283         buffer position was specified.  Initialize paragraph_embedding to
16284         L2R.
16285         (reseat_to_string): Initialize the bidi iterator.
16286         (display_string): If we need to ignore text properties of
16287         LISP_STRING, set IT->stop_charpos to IT->end_charpos.  (The
16288         original value of -1 will not work with bidi.)
16289         (compute_display_string_pos): First arg is now struct
16290         `text_pos *'; all callers changed.  Support display properties on
16291         Lisp strings.
16292         (compute_display_string_end): Support display properties on Lisp
16293         strings.
16294         (init_iterator, reseat_1, reseat_to_string): Initialize the
16295         string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
16296         when iterating on a string not from display properties).
16297         (compute_display_string_pos, compute_display_string_end):
16298         Fix calculation of the object to scan.  Fixes an error when using
16299         arrow keys.
16300         (next_element_from_buffer): Don't abort when IT_CHARPOS is before
16301         base_level_stop; instead, set base_level_stop to BEGV.
16302         Fixes crashes in vertical-motion.
16303         (next_element_from_buffer): Improve commentary for when
16304         the iterator is before prev_stop.
16305         (init_iterator): Initialize bidi_p from the default value of
16306         bidi-display-reordering, not from buffer-local value.  Use the
16307         buffer-local value only if initializing for buffer iteration.
16308         (handle_invisible_prop): Support invisible properties on strings
16309         that are being bidi-reordered.
16310         (set_iterator_to_next): Support bidi reordering of C strings and
16311         Lisp strings.
16312         (next_element_from_string): Support bidi reordering of Lisp
16313         strings.
16314         (handle_stop_backwards): Support Lisp strings as well.
16315         (display_string): Support display of R2L glyph rows.
16316         Use IT_STRING_CHARPOS when displaying from a Lisp string.
16317         (init_iterator): Don't initialize it->bidi_p for strings
16318         here.
16319         (reseat_to_string): Initialize it->bidi_p for strings here.
16320         (next_element_from_string, next_element_from_c_string)
16321         (next_element_from_buffer): Add xassert's for correspondence
16322         between IT's object being iterated and it->bidi_it.string
16323         structure.
16324         (face_before_or_after_it_pos): Support bidi iteration.
16325         (next_element_from_c_string): Handle the case of the first string
16326         character that is not the first one in the visual order.
16327         (get_visually_first_element): New function, refactored from common
16328         parts of next_element_from_buffer, next_element_from_string, and
16329         next_element_from_c_string.
16330         (tool_bar_lines_needed, redisplay_tool_bar)
16331         (display_menu_bar): Force left-to-right direction.  Add a FIXME
16332         comment for making that be controlled by a user option.
16333         (push_it, pop_it): Save and restore the state of the
16334         bidi iterator.  Save and restore the bidi_p flag.
16335         (pop_it): Iterate out of display property for string iteration as
16336         well.
16337         (iterate_out_of_display_property): Support iteration over strings.
16338         (handle_single_display_spec): Set up it->bidi_it for iteration
16339         over a display string, and call bidi_init_it.
16340         (handle_single_display_spec, next_overlay_string)
16341         (get_overlay_strings_1, push_display_prop): Set up the bidi
16342         iterator for displaying display or overlay strings.
16343         (forward_to_next_line_start): Don't use the shortcut if
16344         bidi-iterating.
16345         (back_to_previous_visible_line_start): If handle_display_prop
16346         pushed the iterator stack, restore the internal state of the bidi
16347         iterator by calling bidi_pop_it same number of times.
16348         (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
16349         and we are bidi-iterating, don't decrement the iterator position;
16350         instead, set the first_elt flag in the bidi iterator, to produce
16351         the same effect.
16352         (reseat_1): Remove redundant setting of string_from_display_prop_p.
16353         (push_display_prop): xassert that we are iterating a buffer.
16354         (push_it, pop_it): Save and restore paragraph_embedding member.
16355         (handle_single_display_spec, next_overlay_string)
16356         (get_overlay_strings_1, reseat_1, reseat_to_string)
16357         (push_display_prop): Set up the `unibyte' member of bidi_it.string
16358         correctly.  Don't assume unibyte strings are not bidi-reordered.
16359         (compute_display_string_pos)
16360         (compute_display_string_end): Fix handling the case of C string.
16361         (push_it, pop_it): Save and restore from_disp_prop_p.
16362         (handle_single_display_spec, push_display_prop): Set the
16363         from_disp_prop_p flag.
16364         (get_overlay_strings_1): Reset the from_disp_prop_p flag.
16365         (pop_it): Call iterate_out_of_display_property only if we are
16366         popping after iteration over a string that came from a display
16367         property.  Fix a typo in popping stretch info.  Add an assertion
16368         for verifying that the iterator position is in sync with the bidi
16369         iterator.
16370         (handle_single_display_spec, get_overlay_strings_1)
16371         (push_display_prop): Fix initialization of paragraph direction for
16372         string when that of the parent object is not yet determined.
16373         (reseat_1): Call bidi_init_it to resync the bidi
16374         iterator with IT's position.  (Bug#7616)
16375         (find_row_edges): If ROW->start.pos gives position
16376         smaller than min_pos, use it as ROW->minpos.  (Bug#7616)
16377         (handle_stop, back_to_previous_visible_line_start, reseat_1):
16378         Reset the from_disp_prop_p flag.
16379         (SAVE_IT, RESTORE_IT): New macros.
16380         (pos_visible_p, face_before_or_after_it_pos)
16381         (back_to_previous_visible_line_start)
16382         (move_it_in_display_line_to, move_it_in_display_line)
16383         (move_it_to, move_it_vertically_backward, move_it_by_lines)
16384         (try_scrolling, redisplay_window, display_line): Use them when
16385         saving a temporary copy of the iterator and restoring it back.
16386         (back_to_previous_visible_line_start, reseat_1)
16387         (init_iterator): Empty the bidi cache "stack".
16388         (move_it_in_display_line_to): If iterator ended up at
16389         EOL, but we never saw any buffer positions smaller than
16390         to_charpos, return MOVE_POS_MATCH_OR_ZV.  Fixes vertical cursor
16391         motion in bidi-reordered lines.
16392         (move_it_in_display_line_to): Record prev_method and prev_pos
16393         immediately before the call to set_iterator_to_next.  Fixes cursor
16394         motion in bidi-reordered lines with stretch glyphs and strings
16395         displayed in margins.  (Bug#8133) (Bug#8867)
16396         Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
16397         TO_CHARPOS.
16398         (pos_visible_p): Support positions in bidi-reordered lines.
16399         Save and restore bidi cache.
16401         * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
16402         (bidi_paragraph_info): Delete unused struct.
16403         (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
16404         (bidi_cache_start): New variable.
16405         (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
16406         to zero.
16407         (bidi_cache_fetch_state, bidi_cache_search)
16408         (bidi_cache_find_level_change, bidi_cache_iterator_state)
16409         (bidi_cache_find, bidi_peek_at_next_level)
16410         (bidi_level_of_next_char, bidi_find_other_level_edge)
16411         (bidi_move_to_visually_next): Compare cache index with
16412         bidi_cache_start rather than with zero.
16413         (bidi_fetch_char): Accept new argument STRING; all callers
16414         changed.  Support iteration over a string.  Support strings with
16415         display properties.  Support unibyte strings.  Fix the type of
16416         `len' according to what STRING_CHAR_AND_LENGTH expects.
16417         (bidi_paragraph_init, bidi_resolve_explicit_1)
16418         (bidi_resolve_explicit, bidi_resolve_weak)
16419         (bidi_level_of_next_char, bidi_move_to_visually_next):
16420         Support iteration over a string.
16421         (bidi_set_sor_type, bidi_resolve_explicit_1)
16422         (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
16423         can now be zero (for strings); special values 0 and -1 were
16424         changed to -1 and -2, respectively.
16425         (bidi_char_at_pos): New function.
16426         (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
16427         Call it instead of FETCH_MULTIBYTE_CHAR.
16428         (bidi_move_to_visually_next): Abort if charpos or bytepos were not
16429         initialized to valid values.
16430         (bidi_init_it): Don't initialize charpos and bytepos with invalid
16431         values.
16432         (bidi_level_of_next_char): Allow the sentinel "position" to pass
16433         the test for valid cached positions.  Fix the logic for looking up
16434         the sentinel state in the cache.  GCPRO the Lisp string we are
16435         iterating.
16436         (bidi_push_it, bidi_pop_it): New functions.
16437         (bidi_initialize): Initialize the bidi cache start stack pointer.
16438         (bidi_cache_ensure_space): New function, refactored from part of
16439         bidi_cache_iterator_state.  Don't assume the required size is just
16440         one BIDI_CACHE_CHUNK away.
16441         (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
16442         (bidi_count_bytes, bidi_char_at_pos): New functions.
16443         (bidi_cache_search): Don't assume bidi_cache_last_idx is
16444         always valid if bidi_cache_idx is valid.
16445         (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
16446         is valid if it's going to be used.
16447         (bidi_shelve_cache, bidi_unshelve_cache): New functions.
16448         (bidi_cache_fetch_state, bidi_cache_search)
16449         (bidi_cache_find_level_change, bidi_cache_ensure_space)
16450         (bidi_cache_iterator_state, bidi_cache_find)
16451         (bidi_find_other_level_edge, bidi_cache_start_stack):
16452         All variables related to cache indices are now EMACS_INT.
16454         * dispextern.h (struct bidi_string_data): New structure.
16455         (struct bidi_it): New member `string'.  Make flag members be 1-bit
16456         fields, and put them last in the struct.
16457         (compute_display_string_pos, compute_display_string_end):
16458         Update prototypes.
16459         (bidi_push_it, bidi_pop_it): Add prototypes.
16460         (struct iterator_stack_entry): New members bidi_p,
16461         paragraph_embedding, and from_disp_prop_p.
16462         (struct it): Member bidi_p is now a bit field 1 bit wide.
16463         (bidi_shelve_cache, bidi_unshelve_cache):
16464         Declare prototypes.
16466         * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
16467         (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
16468         and vector-like objects.
16470         * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
16471         cache around display iteration.
16473         * window.c (Fwindow_end, window_scroll_pixel_based)
16474         (displayed_window_lines, Frecenter): Save and restore the bidi
16475         cache around display iteration.
16477 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16479         * editfns.c (Fdelete_region): Clarify the use of the named
16480         parameters (bug#6788).
16482 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
16484         * indent.c (Fvertical_motion): Set and restore w->pointm when
16485         saving and restoring the window's buffer (Bug#9006).
16487 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16489         * editfns.c (Fstring_to_char): Clarify just what is returned
16490         (bug#6576).  Text by Eli Zaretskii.
16492 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
16494         * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
16496 2011-07-13  Eli Zaretskii  <eliz@gnu.org>
16498         * buffer.c (mmap_find): Fix a typo.
16500 2011-07-13  Johan Bockgård  <bojohan@gnu.org>
16502         Fix execution of x selection hooks.
16503         * xselect.c (Qx_lost_selection_functions)
16504         (Qx_sent_selection_functions): New vars.
16505         (syms_of_xselect): DEFSYM them.
16506         (x_handle_selection_request): Pass Qx_sent_selection_functions
16507         rather than Vx_sent_selection_functions to Frun_hook_with_args.
16508         (x_handle_selection_clear,x_clear_frame_selections):
16509         Pass Qx_lost_selection_functions rather than
16510         Vx_lost_selection_functions to Frun_hook_with_args.
16512 2011-07-13  Paul Eggert  <eggert@cs.ucla.edu>
16514         * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
16515         The old code sometimes used this field without initializing it.
16517         * alloc.c (gc_sweep): Don't read past end of array.
16518         In theory, the old code could also have corrupted Emacs internals,
16519         though it'd be very unlikely.
16521 2011-07-12  Andreas Schwab  <schwab@linux-m68k.org>
16523         * character.c (Fcharacterp): Don't advertise optional ignored
16524         argument.  (Bug#4026)
16526 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16528         * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
16529         key" (bug#4257).
16531         * window.c (Fset_window_start): Doc fix (bug#4199).
16532         (Fset_window_hscroll): Ditto.
16534 2011-07-12  Paul Eggert  <eggert@cs.ucla.edu>
16536         Fix minor new problems caught by GCC 4.6.1.
16537         * term.c (init_tty): Remove unused local.
16538         * xsettings.c (store_monospaced_changed): Define this function only
16539         if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
16540         not used otherwise.
16542 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
16544         * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
16546 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16548         * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
16549         are the mini-buffer and the echo area (bug#3320).
16551         * term.c (init_tty): Remove support for supdup, c10 and perq
16552         terminals, which are no longer supported (bug#1482).
16554 2011-07-10  Johan Bockgård  <bojohan@gnu.org>
16556         * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
16558 2011-07-10  Jan Djärv  <jan.h.d@swipnet.se>
16560         * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
16561         for non-popups (Bug#3642).
16563 2011-07-10  Andreas Schwab  <schwab@linux-m68k.org>
16565         * alloc.c (reset_malloc_hooks): Protoize.
16566         * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
16567         (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
16568         * cm.c (losecursor): Likewise.
16569         * data.c (fmod): Likewise.
16570         * dispnew.c (swap_glyphs_in_rows): Likewise.
16571         * emacs.c (memory_warning_signal): Likewise.
16572         * floatfns.c (float_error): Likewise.
16573         * font.c (check_gstring, check_otf_features, otf_tag_symbol)
16574         (otf_open, font_otf_capability, generate_otf_features)
16575         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16576         Likewise.
16577         * image.c (pbm_read_file): Likewise.
16578         * indent.c (string_display_width): Likewise.
16579         * intervals.c (check_for_interval, search_for_interval)
16580         (inc_interval_count, count_intervals, root_interval)
16581         (adjust_intervals_for_insertion, make_new_interval): Likewise.
16582         * lread.c (defalias): Likewise.
16583         * ralloc.c (r_alloc_check): Likewise.
16584         * regex.c (set_image_of_range_1, set_image_of_range)
16585         (regex_grow_registers): Likewise.
16586         * sysdep.c (strerror): Likewise.
16587         * termcap.c (valid_filename_p, tprint, main): Likewise.
16588         * tparam.c (main): Likewise.
16589         * unexhp9k800.c (run_time_remap, save_data_space)
16590         (update_file_ptrs, read_header, write_header, calculate_checksum)
16591         (copy_file, copy_rest, display_header): Likewise.
16592         * widget.c (mark_shell_size_user_specified, create_frame_gcs):
16593         Likewise.
16594         * xdisp.c (check_it): Likewise.
16595         * xfaces.c (register_color, unregister_color, unregister_colors):
16596         Likewise.
16597         * xfns.c (print_fontset_result): Likewise.
16598         * xrdb.c (member, fatal, main): Likewise.
16600 2011-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16602         Fix minor problems found by static checking (Bug#9031).
16603         * chartab.c (char_table_set_range, map_sub_char_table):
16604         Remove unused locals.
16605         (uniprop_table): Now static.
16606         * composite.c (_work_char): Remove unused static var.
16608 2011-07-09  Juanma Barranquero  <lekktu@gmail.com>
16610         * chartab.c (uniprop_table_uncompress): Remove unused local variable.
16612 2011-07-09  Jan Djärv  <jan.h.d@swipnet.se>
16614         * gtkutil.c (qttip_cb): Remove code without function.
16616 2011-07-09  Eli Zaretskii  <eliz@gnu.org>
16618         * w32.c (pthread_sigmask): New stub.
16620 2011-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16622         Use pthread_sigmask, not sigprocmask (Bug#9010).
16623         sigprocmask is portable only for single-threaded applications, and
16624         Emacs can be multi-threaded when it uses GTK.
16625         * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
16626         (LIBES): Use it.
16627         * callproc.c (Fcall_process):
16628         * process.c (create_process):
16629         * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
16630         Use pthread_sigmask, not sigprocmask.
16632 2011-07-08  Jan Djärv  <jan.h.d@swipnet.se>
16634         * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
16635         (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
16636         wrong (Bug#8591).
16638 2011-07-08  Jan Djärv  <jan.h.d@swipnet.se>
16640         * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
16641         Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
16642         (xg_hide_tooltip): Fix comment.
16644         * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
16645         in registerServicesMenuSendTypes.
16646         (validRequestorForSendType): Don't check ns_return_types.
16648         * nsfns.m (Fx_open_connection): Put NSStringPboardType into
16649         ns_return_type.
16651 2011-07-08  Jason Rumney  <jasonr@gnu.org>
16653         * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
16654         SH_SHOW for hidden windows (Bug#5482).
16656         * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
16657         frame struct members of non-existent frames (Bug#6284).
16659 2011-07-08  Jan Djärv  <jan.h.d@swipnet.se>
16661         * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
16662         variable firstTime not needed on OSX >= 10.6.
16663         (setPosition): setFloatValue:knobProportion: is deprecated on OSX
16664         >= 10.5.  Use setKnobProportion, setDoubleValue.
16666         * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
16667         (MAC_OS_X_VERSION_10_5): Define if not defined.
16668         (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
16669         (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
16670         (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
16672         * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
16673         cString and lossyCString on OSX >= 10.4.
16675         * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
16676         sizeToFit on OSX >= 10.2.
16678         * nsimage.m (allocInitFromFile): Don't use deprecated method
16679         bestRepresentationForDevice on OSX >= 10.6.
16681         * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
16682         to avoid warning.
16684         * emacs.c: Declare unexec_init_emacs_zone.
16686         * nsgui.h: Fix compiler warning about gnulib redefining verify.
16688         * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
16690         * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
16691         on svcsMenu (Bug#8842).
16693         * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
16694         ns_return_types.
16695         (Fns_list_services): Just return Qnil on 10.6, code not working there.
16697         * nsterm.m (QUTF8_STRING): Declare.
16698         (initFrameFromEmacs): Call registerServicesMenuSendTypes.
16699         (validRequestorForSendType): Return type is (id).
16700         Change indexOfObjectIdenticalTo to indexOfObject.
16701         Check if we have local selection before returning self (Bug#8842).
16702         (writeSelectionToPasteboard): Put local selection into paste board
16703         if we have a local selection (Bug#8842).
16704         (syms_of_nsterm): DEFSYM QUTF8_STRING.
16706         * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
16707         (ns_get_local_selection): Declare.
16709 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16711         * keymap.c (describe_map_tree): Don't insert a double newline at
16712         the end of the buffer (bug#1169) and return whether we inserted
16713         something.
16715         * callint.c (Fcall_interactively): Change "reading args" to
16716         "providing args" to try to clarify what it does (bug#1010).
16718 2011-07-07  Kenichi Handa  <handa@m17n.org>
16720         * composite.c (composition_compute_stop_pos): Ignore a static
16721         composition starting before CHARPOS (Bug#8915).
16723         * xdisp.c (handle_composition_prop): Likewise.
16725 2011-07-07  Eli Zaretskii  <eliz@gnu.org>
16727         * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
16728         (Bug#9015)
16730 2011-07-07  Kenichi Handa  <handa@m17n.org>
16732         * character.h (unicode_category_t): New enum type.
16734         * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
16735         (Qchar_code_property_table): New variable.
16736         (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
16737         (UNIPROP_COMPRESSED_FORM_P): New macros.
16738         (char_table_ascii): Uncompress the compressed values.
16739         (sub_char_table_ref): New arg is_uniprop.  Callers changed.
16740         Uncompress the compressed values.
16741         (sub_char_table_ref_and_range): Likewise.
16742         (char_table_ref_and_range): Uncompress the compressed values.
16743         (sub_char_table_set): New arg is_uniprop.  Callers changed.
16744         Uncompress the compressed values.
16745         (sub_char_table_set_range): Args changed.  Callers changed.
16746         (char_table_set_range): Adjuted for the above change.
16747         (map_sub_char_table): Delete args default_val and parent.  Add arg
16748         top.  Give decoded values to a Lisp function.
16749         (map_char_table): Adjust for the above change.  Give decoded
16750         values to a Lisp function.  Gcpro more variables.
16751         (uniprop_table_uncompress)
16752         (uniprop_decode_value_run_length): New functions.
16753         (uniprop_decoder, uniprop_decoder_count): New variables.
16754         (uniprop_get_decoder, uniprop_encode_value_character)
16755         (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
16756         New functions.
16757         (uniprop_encoder, uniprop_encoder_count): New variables.
16758         (uniprop_get_encoder, uniprop_table)
16759         (Funicode_property_table_internal, Fget_unicode_property_internal)
16760         (Fput_unicode_property_internal): New functions.
16761         (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
16762         Sunicode_property_table_internal, Sget_unicode_property_internal,
16763         and Sput_unicode_property_internal.  Defvar_lisp
16764         char-code-property-alist.
16766         * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
16767         Vunicode_category_table.
16769         * font.c (font_range): Adjust for the change of
16770         Vunicode_category_table.
16772 2011-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
16774         * m/iris4d.h: Remove file, move contents ...
16775         * s/irix6-5.h: ... here.
16777 2011-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16779         Remove unportable assumption about struct layout (Bug#8884).
16780         * alloc.c (mark_buffer):
16781         * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
16782         (clone_per_buffer_values): Don't assume that
16783         sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
16784         This isn't true in general, and it's particularly not true
16785         if Emacs is configured with --with-wide-int.
16786         * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
16787         New macros, used in the buffer.c change.
16789 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
16791         * xsettings.c: Use both GConf and GSettings if both are available.
16792         (store_config_changed_event): Add comment.
16793         (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
16794         (store_tool_bar_style_changed): New functions.
16795         (store_monospaced_changed): Add comment.  Call dpyinfo_valid.
16796         (struct xsettings): Move font inside HAVE_XFT.
16797         (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
16798         (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
16799         Move inside HAVE_XFT.
16800         (something_changed_gsettingsCB): Rename from something_changedCB.
16801         Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
16802         also.
16803         (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
16804         (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT.  Move inside HAVE_XFT.
16805         (something_changed_gconfCB): Rename from something_changedCB.
16806         Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
16807         (parse_settings): Move check for font inside HAVE_XFT.
16808         (read_settings, apply_xft_settings): Add comment.
16809         (read_and_apply_settings): Add comment.  Call map_tool_bar_style and
16810         store_tool_bar_style_changed.  Move check for font inside HAVE_XFT and
16811         call store_font_name_changed.
16812         (xft_settings_event): Add comment.
16813         (init_gsettings): Add comment.  Get values for GSETTINGS_TOOL_BAR_STYLE
16814         and GSETTINGS_FONT_NAME.  Move check for fonts within HAVE_XFT.
16815         (init_gconf): Add comment.  Get values for GCONF_TOOL_BAR_STYLE
16816         and GCONF_FONT_NAME.  Move check for fonts within HAVE_XFT.
16817         (xsettings_initialize): Call init_gsettings last.
16818         (xsettings_get_system_font, xsettings_get_system_normal_font):
16819         Add comment.
16821 2011-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16823         Random fixes.  E.g., (random) never returned negative values.
16824         * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
16825         subseconds part to the entropy, as that's a bit more random.
16826         Prefer signed to unsigned, since the signedness doesn't matter and
16827         in general we prefer signed.  When given a limit, use a
16828         denominator equal to INTMASK + 1, not to VALMASK + 1, because the
16829         latter isn't right if USE_2_TAGS_FOR_INTS.
16830         * sysdep.c (get_random): Return a value in the range 0..INTMASK,
16831         not 0..VALMASK.  Don't discard "excess" bits that random () returns.
16833 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16835         * textprop.c (text_property_stickiness):
16836         Obey Vtext_property_default_nonsticky.
16837         (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
16838         * w32fns.c (syms_of_w32fns):
16839         * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
16841 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16843         * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
16844         This is more efficient than Ffile_directory_p and avoids a minor race.
16846 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16848         * buffer.c (Foverlay_put): Say what the return value is
16849         (bug#7835).
16851         * fileio.c (barf_or_query_if_file_exists): Check first if the file
16852         is a directory before asking whether to use the file name
16853         (bug#7564).
16854         (barf_or_query_if_file_exists): Make the "File is a directory"
16855         error be more correct.
16857         * fns.c (Frequire): Remove the mention of the .gz files, since
16858         that's installation-specific, but keep the mention of
16859         `get-load-suffixes'.
16861 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16863         * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
16864         Report string overflow if the output is too long.
16866 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
16868         * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
16869         (syms_of_gnutls): Remove duplicate DEFSYM for
16870         Qgnutls_bootprop_verify_hostname_error, an error for
16871         Qgnutls_bootprop_verify_error (which is no longer used).
16873         * eval.c (find_handler_clause): Remove parameters `sig' and `data',
16874         unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca.  All callers changed.
16875         Also (re)move comments that are misplaced or no longer relevant.
16877 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16879         * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
16881 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
16883         * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
16884         and background color parameters if they have been changed.
16886 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16888         * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
16890 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16892         * xsettings.c (SYSTEM_FONT): Define only when used.
16893         No need to define when HAVE_GSETTINGS || !HAVE_XFT.
16895         * keymap.c (access_keymap_1): Now static.
16897 2011-07-02  Chong Yidong  <cyd@stupidchicken.com>
16899         * keyboard.c (command_loop_1): If a down-mouse event is unbound,
16900         leave any prefix arg for the up event (Bug#1586).
16902 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16904         * lread.c (syms_of_lread): Mention single symbols defined by
16905         `defvar' or `defconst' (bug#7154).
16907         * fns.c (Frequire): Mention .el.gz files (bug#7314).
16908         (Frequire): Mention get-load-suffixes.
16910 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
16912         * window.h (window): Remove clone_number slot.
16913         * window.c (Fwindow_clone_number, Fset_window_clone_number):
16914         Remove.
16915         (make_parent_window, make_window, saved_window)
16916         (Fset_window_configuration, save_window_save): Don't deal with
16917         clone numbers.
16918         * buffer.c (Qclone_number): Remove declaration.
16919         (sort_overlays, overlay_strings): Don't deal with clone numbers.
16921 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16923         Add multiple inheritance to keymaps.
16924         * keymap.c (Fmake_composed_keymap): New function.
16925         (Fset_keymap_parent): Simplify.
16926         (fix_submap_inheritance): Remove.
16927         (access_keymap_1): New function extracted from access_keymap to handle
16928         embedded parents and handle lists of maps.
16929         (access_keymap): Use it.
16930         (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
16931         (Fcopy_keymap): Handle embedded parents.
16932         (Fcommand_remapping, define_as_prefix): Simplify.
16933         (Fkey_binding): Simplify.
16934         (syms_of_keymap): Move minibuffer-local-completion-map,
16935         minibuffer-local-filename-completion-map,
16936         minibuffer-local-must-match-map, and
16937         minibuffer-local-filename-must-match-map to Elisp.
16938         (syms_of_keymap): Defsubr make-composed-keymap.
16939         * keyboard.c (menu_bar_items): Use map_keymap_canonical.
16940         (parse_menu_item): Trivial simplification.
16942 2011-07-01  Glenn Morris  <rgm@gnu.org>
16944         * Makefile.in (SETTINGS_LIBS): Fix typo.
16946 2011-07-01  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
16948         * coding.c (Fencode_coding_string): Record the last coding system
16949         used, as the function doc string says (bug#8738).
16951 2011-07-01  Jan Djärv  <jan.h.d@swipnet.se>
16953         * xsettings.c (store_monospaced_changed): Take new font as arg and
16954         check for change against current_mono_font.
16955         (EMACS_TYPE_SETTINGS): Remove this and related defines.
16956         (emacs_settings_constructor, emacs_settings_get_property)
16957         (emacs_settings_set_property, emacs_settings_class_init)
16958         (emacs_settings_init, gsettings_obj): Remove.
16959         (something_changedCB): New function for HAVE_GSETTINGS.
16960         (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
16961         with value as argument.
16962         (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
16963         g_settings_new (Bug#8967).  Do not create gsettings_obj.
16964         Remove calls to g_settings_bind.  Connect something_changedCB to
16965         "changed".
16967         * xgselect.c: Add defined (HAVE_GSETTINGS).
16968         (xgselect_initialize): Ditto.
16970         * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
16971         (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
16972         xg_select.
16974 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16976         * eval.c (struct backtrace): Simplify and port the data structure.
16977         Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
16978         signed bit field, as this assumption is not portable and it makes
16979         Emacs crash when compiled with Sun C 5.8 on sparc.  Do not use
16980         "char debug_on_exit : 1" as this is not portable either; instead,
16981         use the portable "unsigned int debug_on_exit : 1".  Remove unused
16982         member evalargs.  Remove obsolete comments about cc bombing out.
16984 2011-06-30  Jan Djärv  <jan.h.d@swipnet.se>
16986         * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
16987         Let HAVE_GSETTINGS override HAVE_GCONF.
16988         (store_monospaced_changed): New function.
16989         (EMACS_SETTINGS): A new type derived from GObject to handle
16990         GSettings notifications.
16991         (emacs_settings_constructor, emacs_settings_get_property)
16992         (emacs_settings_set_property, emacs_settings_class_init):
16993         New functions.
16994         (gsettings_client, gsettings_obj): New variables.
16995         (GSETTINGS_SCHEMA): New define.
16996         (something_changedCB): Call store_monospaced_changed.
16997         (init_gsettings): New function.
16998         (xsettings_initialize): Call init_gsettings.
16999         (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
17000         to NULL.
17002         * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
17003         GCONF_CFLAGS/LIBS.
17005 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
17007         * window.c (resize_root_window, grow_mini_window)
17008         (shrink_mini_window): Rename Qresize_root_window to
17009         Qwindow_resize_root_window and Qresize_root_window_vertically to
17010         Qwindow_resize_root_window_vertically.
17012 2011-06-28  Paul Eggert  <eggert@cs.ucla.edu>
17014         * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
17016 2011-06-27  Juanma Barranquero  <lekktu@gmail.com>
17018         * makefile.w32-in: Redesign dependencies so they reflect more
17019         clearly which files are directly included by each source file,
17020         and not through other includes.
17022 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
17024         * buffer.c (Qclone_number): Declare static and DEFSYM it.
17025         (sort_overlays, overlay_strings): When an overlay's clone number
17026         matches the window's clone number process the overlay even if
17027         the overlay's window property doesn't match the current window.
17029         * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
17030         (Fwindow_hchild): Rename to Fwindow_left_child.
17031         (Fwindow_next): Rename to Fwindow_next_sibling.
17032         (Fwindow_prev): Rename to Fwindow_prev_sibling.
17033         (resize_window_check): Rename to window_resize_check.
17034         (resize_window_apply): Rename to window_resize_apply.
17035         (Fresize_window_apply): Rename to Fwindow_resize_apply.
17036         (Fdelete_other_windows_internal, resize_frame_windows)
17037         (Fsplit_window_internal, Fdelete_window_internal)
17038         (grow_mini_window, shrink_mini_window)
17039         (Fresize_mini_window_internal): Fix callers accordingly.
17041 2011-06-26  Jan Djärv  <jan.h.d@swipnet.se>
17043         * emacsgtkfixed.h: State that this is only used with Gtk+3.
17044         (emacs_fixed_set_min_size): Remove.
17045         (emacs_fixed_new): Take frame as argument.
17047         * emacsgtkfixed.c: State that this is only used with Gtk+3.
17048         (_EmacsFixedPrivate): Remove minwidth/height.
17049         Add struct frame *f.
17050         (emacs_fixed_init): Initialize priv->f.
17051         (get_parent_class, emacs_fixed_set_min_size): Remove.
17052         (emacs_fixed_new): Set priv->f to argument.
17053         (emacs_fixed_get_preferred_width)
17054         (emacs_fixed_get_preferred_height): Use min_width/height from
17055         frames size_hint to set minimum and natural (Bug#8919).
17056         (XSetWMSizeHints, XSetWMNormalHints): Override these functions
17057         and use min_width/height from frames size_hint to set
17058         min_width/height (Bug#8919).
17060         * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
17061         (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
17062         Fix indentation.
17064 2011-06-26  Eli Zaretskii  <eliz@gnu.org>
17066         * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
17067         bidi_at_paragraph_end, since fast_looking_at doesn't like to be
17068         called at ZV.
17070 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
17072         * process.c (wait_reading_process_output): Bypass select if
17073         waiting for a cell while ignoring keyboard input, and input is
17074         pending.  Suggested by Jan Djärv (Bug#8869).
17076 2011-06-25  Paul Eggert  <eggert@cs.ucla.edu>
17078         Use gnulib's dup2 module instead of rolling our own.
17079         * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
17081 2011-06-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17083         * dispnew.c (scrolling_window): Before scrolling, turn off a
17084         mouse-highlight in the window being scrolled.
17086 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
17088         Move DEFSYM to lisp.h and use everywhere.
17090         * character.h (DEFSYM): Move declaration...
17091         * lisp.h (DEFSYM): ...here.
17093         * gnutls.c:
17094         * minibuf.c:
17095         * w32menu.c:
17096         * w32proc.c:
17097         * w32select.c: Don't include character.h.
17099         * alloc.c (syms_of_alloc):
17100         * buffer.c (syms_of_buffer):
17101         * bytecode.c (syms_of_bytecode):
17102         * callint.c (syms_of_callint):
17103         * casefiddle.c (syms_of_casefiddle):
17104         * casetab.c (init_casetab_once):
17105         * category.c (init_category_once, syms_of_category):
17106         * ccl.c (syms_of_ccl):
17107         * cmds.c (syms_of_cmds):
17108         * composite.c (syms_of_composite):
17109         * dbusbind.c (syms_of_dbusbind):
17110         * dired.c (syms_of_dired):
17111         * dispnew.c (syms_of_display):
17112         * doc.c (syms_of_doc):
17113         * editfns.c (syms_of_editfns):
17114         * emacs.c (syms_of_emacs):
17115         * eval.c (syms_of_eval):
17116         * fileio.c (syms_of_fileio):
17117         * fns.c (syms_of_fns):
17118         * frame.c (syms_of_frame):
17119         * fringe.c (syms_of_fringe):
17120         * insdel.c (syms_of_insdel):
17121         * keymap.c (syms_of_keymap):
17122         * lread.c (init_obarray, syms_of_lread):
17123         * macros.c (syms_of_macros):
17124         * msdos.c (syms_of_msdos):
17125         * print.c (syms_of_print):
17126         * process.c (syms_of_process):
17127         * search.c (syms_of_search):
17128         * sound.c (syms_of_sound):
17129         * syntax.c (init_syntax_once, syms_of_syntax):
17130         * terminal.c (syms_of_terminal):
17131         * textprop.c (syms_of_textprop):
17132         * undo.c (syms_of_undo):
17133         * w32.c (globals_of_w32):
17134         * window.c (syms_of_window):
17135         * xdisp.c (syms_of_xdisp):
17136         * xfaces.c (syms_of_xfaces):
17137         * xfns.c (syms_of_xfns):
17138         * xmenu.c (syms_of_xmenu):
17139         * xsettings.c (syms_of_xsettings):
17140         * xterm.c (syms_of_xterm): Use DEFSYM.
17142 2011-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
17144         * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
17146 2011-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17148         Integer and buffer overflow fixes (Bug#8873).
17150         * print.c (printchar, strout): Check for string overflow.
17151         (PRINTPREPARE, printchar, strout):
17152         Don't set size unless allocation succeeds.
17154         * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
17155         for sizes.  Check for string overflow more accurately.
17156         Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
17158         * macros.c: Integer and buffer overflow fixes.
17159         * keyboard.h (struct keyboard.kbd_macro_bufsize):
17160         * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
17161         Use ptrdiff_t, not int, for sizes.
17162         Don't increment bufsize until after realloc succeeds.
17163         Check for size-calculation overflow.
17164         (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
17166         * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
17168         * lread.c: Integer overflow fixes.
17169         (read_integer): Radix is now EMACS_INT, not int,
17170         to improve quality of diagnostics for out-of-range radices.
17171         Calculate buffer size correctly for out-of-range radices.
17172         (read1): Check for integer overflow in radices, and in
17173         read-circle numbers.
17174         (read_escape): Avoid int overflow.
17175         (Fload, openp, read_buffer_size, read1)
17176         (substitute_object_recurse, read_vector, read_list, map_obarray):
17177         Use ptrdiff_t, not int, for sizes.
17178         (read1): Use EMACS_INT, not int, for sizes.
17179         Check for size overflow.
17181         * image.c (cache_image): Check for size arithmetic overflow.
17183         * lread.c: Integer overflow issues.
17184         (saved_doc_string_size, saved_doc_string_length)
17185         (prev_saved_doc_string_size, prev_saved_doc_string_length):
17186         Now ptrdiff_t, not int.
17187         (read1): Don't assume doc string length fits in int.  Check for
17188         out-of-range doc string lengths.
17189         (read_list): Don't assume file position fits in int.
17190         (read_escape): Check for hex character overflow.
17192 2011-06-22  Leo Liu  <sdl.web@gmail.com>
17194         * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
17195         Move to minibuffer.el.
17197 2011-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17199         Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
17200         The following patches are for when GLYPH_DEBUG && !XASSERT.
17201         * dispextern.h (trace_redisplay_p, dump_glyph_string):
17202         * dispnew.c (flush_stdout):
17203         * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
17204         Mark as externally visible.
17205         * dispnew.c (check_window_matrix_pointers): Now static.
17206         * dispnew.c (window_to_frame_vpos):
17207         * xfns.c (unwind_create_frame):
17208         * xterm.c (x_check_font): Remove unused local.
17209         * scroll.c (CHECK_BOUNDS):
17210         * xfaces.c (cache_fache): Rename local to avoid shadowing.
17211         * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
17212         * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
17213         (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
17214         (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
17215         Now static.
17216         (debug_method_add): Use va_list and vsprintf rather than relying
17217         on undefined behavior with wrong number of arguments.
17218         (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
17219         Don't assume ptrdiff_t and EMACS_INT are the same width as int.
17220         In this code, it's OK to assume C99 behavior for ptrdiff_t formats
17221         since we're not interested in debugging glyphs with old libraries.
17222         * xfaces.c (cache_face): Move debugging code earlier; this pacifies
17223         GCC 4.6.0's static checking.
17225 2011-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17227         Integer overflow and signedness fixes (Bug#8873).
17228         A few related buffer overrun fixes, too.
17230         * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
17232         * dispextern.h (struct face.stipple):
17233         * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
17234         (x_bitmap_mask, x_allocate_bitmap_record)
17235         (x_create_bitmap_from_data, x_create_bitmap_from_file)
17236         (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
17237         (x_create_bitmap_from_xpm_data):
17238         * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
17239         * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
17240         (.bitmaps_last):
17241         * xfaces.c (load_pixmap):
17242         * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
17243         * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
17244         (.bitmaps_last, struct x_output.icon_bitmap):
17245         Use ptrdiff_t, not int, for bitmap indexes.
17246         (x_allocate_bitmap_record): Check for size overflow.
17247         * dispextern.h, lisp.h: Adjust to API changes elsewhere.
17249         Use ptrdiff_t, not int, for overlay counts.
17250         * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
17251         * editfns.c (overlays_around, get_pos_property):
17252         * textprop.c (get_char_property_and_overlay):
17253         * xdisp.c (next_overlay_change, note_mouse_highlight):
17254         * xfaces.c (face_at_buffer_position):
17255         * buffer.c (OVERLAY_COUNT_MAX): New macro.
17256         (overlays_at, overlays_in, sort_overlays, Foverlays_at)
17257         (Fnext_overlay_change, Fprevious_overlay_change)
17258         (mouse_face_overlay_overlaps, Foverlays_in):
17259         Use ptrdiff_t, not int, for sizes.
17260         (overlays_at, overlays_in): Check for size-calculation overflow.
17262         * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
17264         * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
17265         (x_session_initialize): Do not assume string length fits in int.
17267         * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
17268         This is unlikely, but can occur if DPI is outlandish.
17270         * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
17271         * xselect.c (Fx_get_atom_name): Avoid need for strlen.
17273         * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
17274         * xrdb.c (magic_file_p, search_magic_path):
17275         Omit last arg SUFFIX; it was always 0.  All callers changed.
17276         (magic_file_p): Use ptrdiff_t, not int.  Check for size overflow.
17278         * xfont.c (xfont_match): Avoid need for strlen.
17280         * xfns.c: Don't assume strlen fits in int.
17281         (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
17283         * xdisp.c (message_log_check_duplicate): Return intmax_t,
17284         not unsigned long, as we prefer signed integers.  All callers changed.
17285         Detect integer overflow in repeat count.
17286         (message_dolog): Don't assume print length fits in 39 bytes.
17287         (display_mode_element): Don't assume strlen fits in int.
17289         * termcap.c: Don't assume sizes fit in int and never overflow.
17290         (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
17291         (gobble_line): Check for size-calculation overflow.
17293         * minibuf.c (Fread_buffer):
17294         * lread.c (intern, intern_c_string):
17295         * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
17296         Don't assume string length fits in int.
17298         * keyboard.c (parse_tool_bar_item):
17299         * gtkutil.c (style_changed_cb): Avoid need for strlen.
17301         * font.c: Don't assume string length fits in int.
17302         (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
17303         Use ptrdiff_t, not int.
17304         (font_intern_prop): Don't assume string length fits in int.
17305         Don't assume integer property fits in fixnum.
17306         * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
17308         * filelock.c: Fix some buffer overrun and integer overflow issues.
17309         (get_boot_time): Don't assume gzip command string fits in 100 bytes.
17310         Reformulate so as not to need the command string.
17311         Invoke gzip -cd rather than gunzip, as it's more portable.
17312         (lock_info_type, lock_file_1, lock_file):
17313         Don't assume pid_t and time_t fit in unsigned long.
17314         (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
17315         (current_lock_owner): Prefer signed type for sizes.
17316         Use memcpy, not strncpy, where memcpy is what is really wanted.
17317         Don't assume (via atoi) that time_t and pid_t fit in int.
17318         Check for time_t and/or pid_t out of range, e.g., via a network share.
17319         Don't alloca where an auto var works fine.
17321         * fileio.c: Fix some integer overflow issues.
17322         (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
17323         Don't assume string length fits in int.
17324         (directory_file_name): Don't assume string length fits in long.
17325         (make_temp_name): Don't assume pid fits in int, or that its print
17326         length is less than 20.
17328         * data.c (Fsubr_name): Rewrite to avoid a strlen call.
17330         * coding.c (make_subsidiaries): Don't assume string length fits in int.
17332         * callproc.c (child_setup): Rewrite to avoid two strlen calls.
17334         * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
17335         We prefer signed integers, even for size calculations.
17337         * emacs.c: Don't assume string length fits in 'int'.
17338         (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
17339         (main): Don't invoke strlen when not needed.
17341         * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
17342         (XD_DEBUG_MESSAGE): Don't waste a byte.
17344         * callproc.c (getenv_internal_1, getenv_internal)
17345         (Fgetenv_internal):
17346         * buffer.c (init_buffer): Don't assume string length fits in 'int'.
17348         * lread.c (invalid_syntax): Omit length argument.
17349         All uses changed.  This doesn't fix a bug, but it simplifies the
17350         code away from its former Hollerith-constant appearance, and it's
17351         one less 'int' to worry about when looking at integer-overflow issues.
17352         (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
17354         * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
17355         This didn't break anything, but it didn't help either.
17356         It's confusing to put a bogus integer in a place where the actual
17357         value does not matter.
17358         (LIST_END_P): Remove unused macro and its bogus comment.
17359         (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
17361         * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
17362         This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
17363         implementation.
17364         (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
17365         We prefer signed types, and the value cannot exceed the EMACS_INT
17366         range anyway (because otherwise the length would not be representable).
17367         (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
17368         not EMACS_UINT and EMACS_INT, when converting pointer to integer.
17369         This avoids a GCC warning when WIDE_EMACS_INT.
17371         * indent.c (sane_tab_width): New function.
17372         (current_column, scan_for_column, Findent_to, position_indentation)
17373         (compute_motion): Use it.  This is just for clarity.
17374         (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
17376         * image.c (xbm_image_p): Don't assume stated width, height fit in int.
17378         * lisp.h (lint_assume): New macro.
17379         * composite.c (composition_gstring_put_cache):
17380         * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
17382         * editfns.c, insdel.c:
17383         Omit unnecessary forward decls, to simplify future changes.
17385         * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
17387         * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
17389         * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
17390         Use much-faster test for byte-length change.
17391         Don't assume string byte-length fits in 'int'.
17392         Check that character arg fits in 'int'.
17393         (mapcar1): Declare byte as byte, for clarity.
17395         * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
17397         * fns.c (concat): Catch string overflow earlier.
17398         Do not rely on integer wraparound.
17400         * dispextern.h (struct it.overlay_strings_charpos)
17401         (struct it.selective): Now EMACS_INT, not int.
17402         * xdisp.c (forward_to_next_line_start)
17403         (back_to_previous_visible_line_start)
17404         (reseat_at_next_visible_line_start, next_element_from_buffer):
17405         Don't arbitrarily truncate the value of 'selective' to int.
17407         * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
17409         * composite.c: Don't truncate sizes to 'int'.
17410         (composition_gstring_p, composition_reseat_it)
17411         (composition_adjust_point): Use EMACS_INT, not int.
17412         (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
17413         not EMACS_UINT, for indexes.
17415         * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
17417         * buffer.c: Include <verify.h>.
17418         (struct sortvec.priority, struct sortstr.priority):
17419         Now EMACS_INT, not int.
17420         (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
17421         (struct sortstr.size, record_overlay_string)
17422         (struct sortstrlist.size, struct sortlist.used):
17423         Don't truncate size to int.
17424         (record_overlay_string): Check for size-calculation overflow.
17425         (init_buffer_once): Check at compile-time, not run-time.
17427 2011-06-22  Jim Meyering  <meyering@redhat.com>
17429         Don't leak an XBM-image-sized buffer
17430         * image.c (xbm_load): Free the image buffer after using it.
17432 2011-06-21  Paul Eggert  <eggert@cs.ucla.edu>
17434         Port to Sun C.
17435         * composite.c (find_automatic_composition): Omit needless 'return 0;'
17436         that Sun C diagnosed.
17437         * fns.c (secure_hash): Fix pointer signedness issue.
17438         * intervals.c (static_offset_intervals): New function.
17439         (offset_intervals): Use it.
17441 2011-06-21  Leo Liu  <sdl.web@gmail.com>
17443         * deps.mk (fns.o):
17444         * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
17445         sha512.h.
17447         * fns.c (secure_hash): Rename from crypto_hash_function and change
17448         the first arg to accept symbols.
17449         (Fsecure_hash): New primitive.
17450         (syms_of_fns): New symbols.
17452 2011-06-20  Deniz Dogan  <deniz@dogan.se>
17454         * process.c (Fset_process_buffer): Clarify return value in
17455         docstring.
17457 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
17459         * dispnew.c (add_window_display_history): Use BVAR.
17461         * xdisp.c (debug_method_add): Use BVAR.
17462         (check_window_end, dump_glyph_matrix, dump_glyph)
17463         (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
17465         * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
17466         Likewise.
17468         * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
17469         check till after the cache is created in init_frame_faces.
17471 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17473         * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
17475 2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
17477         * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
17478         Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
17479         hosts with pre-C99 libraries, because pD is wrongly defined to "t".
17481         Improve buffer-overflow checking (Bug#8873).
17482         * fileio.c (Finsert_file_contents):
17483         * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
17484         Remove the old (too-loose) buffer overflow checks.
17485         They weren't needed, since make_gap checks for buffer overflow.
17486         * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
17487         The old code merely checked for Emacs fixnum overflow, and relied
17488         on undefined (wraparound) behavior.  The new code avoids undefined
17489         behavior, and also checks for ptrdiff_t and/or size_t overflow.
17491         * editfns.c (Finsert_char): Don't dump core with very negative counts.
17492         Tune.  Don't use wider integers than needed.  Don't use alloca.
17493         Use a bigger 'string' buffer.  Rewrite to avoid 'n > 0' test.
17495         * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
17497         * insdel.c, lisp.h (buffer_overflow): New function.
17498         (insert_from_buffer_1, replace_range, replace_range_2):
17499         * insdel.c (make_gap_larger):
17500         * editfns.c (Finsert_char):
17501         * fileio.c (Finsert_file_contents): Use it, to normalize wording.
17503         * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
17505 2011-06-15  Paul Eggert  <eggert@cs.ucla.edu>
17507         Integer overflow and signedness fixes (Bug#8873, Bug#8828).
17509         * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
17510         (GET_CCL_RANGE, IN_INT_RANGE): Use it.
17512         * fileio.c: Don't assume EMACS_INT fits in off_t.
17513         (emacs_lseek): New static function.
17514         (Finsert_file_contents, Fwrite_region): Use it.
17515         Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
17517         * fns.c (Fload_average): Don't assume 100 * load average fits in int.
17519         * fns.c: Don't overflow int when computing a list length.
17520         * fns.c (QUIT_COUNT_HEURISTIC): New constant.
17521         (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
17522         truncation on 64-bit hosts.  Check for QUIT every
17523         QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
17524         faster and is responsive enough.
17525         (Flength): Report an error instead of overflowing an integer.
17526         (Fsafe_length): Return a float if the value is not representable
17527         as a fixnum.  This shouldn't happen except in contrived situations.
17528         (Fnthcdr, Fsort): Don't assume list length fits in int.
17529         (Fcopy_sequence): Don't assume vector length fits in int.
17531         * alloc.c: Check that resized vectors' lengths fit in fixnums.
17532         (header_size, word_size): New constants.
17533         (allocate_vectorlike): Don't check size overflow here.
17534         (allocate_vector): Check it here instead, since this is the only
17535         caller of allocate_vectorlike that could cause overflow.
17536         Check that the new vector's length is representable as a fixnum.
17538         * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
17539         The previous code was bogus.  For example, next_almost_prime (32)
17540         returned 39, which is undesirable as it is a multiple of 3; and
17541         next_almost_prime (24) returned 25, which is a multiple of 5 so
17542         why was the code bothering to check for multiples of 7?
17544         * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
17546         * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
17548         Variadic C functions now count arguments with ptrdiff_t.
17549         This partly undoes my 2011-03-30 change, which replaced int with size_t.
17550         Back then I didn't know that the Emacs coding style prefers signed int.
17551         Also, in the meantime I found a few more instances where arguments
17552         were being counted with int, which may truncate counts on 64-bit
17553         machines, or EMACS_INT, which may be unnecessarily wide.
17554         * lisp.h (struct Lisp_Subr.function.aMANY)
17555         (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
17556         Arg counts are now ptrdiff_t, not size_t.
17557         All variadic functions and their callers changed accordingly.
17558         (struct gcpro.nvars): Now size_t, not size_t.  All uses changed.
17559         * bytecode.c (exec_byte_code): Check maxdepth for overflow,
17560         to avoid potential buffer overrun.  Don't assume arg counts fit in 'int'.
17561         * callint.c (Fcall_interactively): Check arg count for overflow,
17562         to avoid potential buffer overrun.  Use signed char, not 'int',
17563         for 'varies' array, so that we needn't bother to check its size
17564         calculation for overflow.
17565         * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
17566         * eval.c (apply_lambda):
17567         * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
17568         (struct textprop_rec.argnum): Now ptrdiff_t, not int.  All uses changed.
17569         (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
17571         * callint.c (Fcall_interactively): Don't use index var as event count.
17573         * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
17574         * mem-limits.h (SIZE): Remove; no longer used.
17576         * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
17578         Remove unnecessary casts.
17579         * xterm.c (x_term_init):
17580         * xfns.c (x_set_border_pixel):
17581         * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
17582         These aren't needed now that we assume ANSI C.
17584         * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
17585         It's more likely to cause problems (due to unsigned overflow)
17586         than to cure them.
17588         * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
17590         * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
17592         * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
17594         * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
17596         * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
17598         * lread.c (Fload): Don't compare a possibly-garbage time_t value.
17600         GLYPH_CODE_FACE returns EMACS_INT, not int.
17601         * dispextern.h (merge_faces):
17602         * xfaces.c (merge_faces):
17603         * xdisp.c (get_next_display_element, next_element_from_display_vector):
17604         Don't assume EMACS_INT fits in int.
17606         * character.h (CHAR_VALID_P): Remove unused parameter.
17607         * fontset.c, lisp.h, xdisp.c: All uses changed.
17609         * editfns.c (Ftranslate_region_internal): Omit redundant test.
17611         * fns.c (concat): Minor tuning based on overflow analysis.
17612         This doesn't fix any bugs.  Use int to hold character, instead
17613         of constantly refetching from Emacs object.  Use XFASTINT, not
17614         XINT, for value known to be a character.  Don't bother comparing
17615         a single byte to 0400, as it's always less.
17617         * floatfns.c (Fexpt):
17618         * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
17620         * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
17621         for characters.
17623         * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
17625         * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
17626         Without this fix, on a 64-bit host (aset S 0 4294967386) would
17627         incorrectly succeed when S was a string, because 4294967386 was
17628         truncated before it was used.
17630         * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
17631         Otherwise, an out-of-range integer could cause undefined behavior
17632         on a 64-bit host.
17634         * composite.c: Use int, not EMACS_INT, for characters.
17635         (fill_gstring_body, composition_compute_stop_pos): Use int, not
17636         EMACS_INT, for values that are known to be in character range.
17637         This doesn't fix any bugs but is the usual style inside Emacs and
17638         may generate better code on 32-bit machines.
17640         Make sure a 64-bit char is never passed to ENCODE_CHAR.
17641         This is for reasons similar to the recent CHAR_STRING fix.
17642         * charset.c (Fencode_char): Check that character arg is actually
17643         a character.  Pass an int to ENCODE_CHAR.
17644         * charset.h (ENCODE_CHAR): Verify that the character argument is no
17645         wider than 'int', as a compile-time check to prevent future regressions
17646         in this area.
17648         * character.c (char_string): Remove unnecessary casts.
17650         Make sure a 64-bit char is never passed to CHAR_STRING.
17651         Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
17652         by silently ignoring the top 32 bits, allowing some values
17653         that were far too large to be valid characters.
17654         * character.h: Include <verify.h>.
17655         (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
17656         arguments are no wider than unsigned, as a compile-time check
17657         to prevent future regressions in this area.
17658         * data.c (Faset):
17659         * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
17660         (Fsubst_char_in_region):
17661         * fns.c (concat):
17662         * xdisp.c (decode_mode_spec_coding):
17663         Adjust to CHAR_STRING's new requirement.
17664         * editfns.c (Finsert_char, Fsubst_char_in_region):
17665         * fns.c (concat): Check that character args are actually
17666         characters.  Without this test, these functions did the wrong
17667         thing with wildly out-of-range values on 64-bit hosts.
17669         Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
17670         These casts should not be needed on 32-bit hosts, either.
17671         * keyboard.c (read_char):
17672         * lread.c (Fload): Remove casts to unsigned.
17674         * lisp.h (UNSIGNED_CMP): New macro.
17675         This fixes comparison bugs on 64-bit hosts.
17676         (ASCII_CHAR_P): Use it.
17677         * casefiddle.c (casify_object):
17678         * character.h (ASCII_BYTE_P, CHAR_VALID_P)
17679         (SINGLE_BYTE_CHAR_P, CHAR_STRING):
17680         * composite.h (COMPOSITION_ENCODE_RULE_VALID):
17681         * dispextern.h (FACE_FROM_ID):
17682         * keyboard.c (read_char): Use UNSIGNED_CMP.
17684         * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
17685         not to EMACS_INT, to avoid GCC warning.
17687         * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
17689         * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
17690         The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
17691         isn't needed on 32-bit machines.
17693         * buffer.c (Fgenerate_new_buffer_name):
17694         Use EMACS_INT for count, not int.
17695         (advance_to_char_boundary): Return EMACS_INT, not int.
17697         * data.c (Qcompiled_function): Now static.
17699         * window.c (window_body_lines): Now static.
17701         * image.c (gif_load): Rename local to avoid shadowing.
17703         * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
17704         (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
17705         * alloc.c (make_save_value): Integer argument is now of type
17706         ptrdiff_t, not int.
17707         (mark_object): Use ptrdiff_t, not int.
17708         * lisp.h (pD): New macro.
17709         * print.c (print_object): Use it.
17711         * alloc.c: Use EMACS_INT, not int, to count objects.
17712         (total_conses, total_markers, total_symbols, total_vector_size)
17713         (total_free_conses, total_free_markers, total_free_symbols)
17714         (total_free_floats, total_floats, total_free_intervals)
17715         (total_intervals, total_strings, total_free_strings):
17716         Now EMACS_INT, not int.  All uses changed.
17717         (Fgarbage_collect): Compute overall total using a double, so that
17718         integer overflow is less likely to be a problem.  Check for overflow
17719         when converting back to an integer.
17720         (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
17721         (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
17722         These were 'int' variables that could overflow on 64-bit hosts;
17723         they were never used, so remove them instead of repairing them.
17724         (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
17725         (inhibit_garbage_collection): Set gc_cons_threshold to max value.
17726         Previously, this ceilinged at INT_MAX, but that doesn't work on
17727         64-bit machines.
17728         (allocate_pseudovector): Don't use EMACS_INT when int would do.
17730         * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
17731         (allocate_vectorlike): Check for ptrdiff_t overflow.
17732         (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
17733         when a (possibly-narrower) signed value would do just as well.
17734         We prefer using signed arithmetic, to avoid comparison confusion.
17736         * alloc.c: Catch some string size overflows that we were missing.
17737         (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
17738         for convenience in STRING_BYTES_MAX.
17739         (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
17740         The definition here is exact; the one in lisp.h was approximate.
17741         (allocate_string_data): Check for string overflow.  This catches
17742         some instances we weren't catching before.  Also, it catches
17743         size_t overflow on (unusual) hosts where SIZE_MAX <= min
17744         (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
17745         and ptrdiff_t and EMACS_INT are both 64 bits.
17747         * character.c, coding.c, doprnt.c, editfns.c, eval.c:
17748         All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
17749         * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
17751         * character.c (string_escape_byte8): Fix nbytes/nchars typo.
17753         * alloc.c (Fmake_string): Check for out-of-range init.
17755 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17757         * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
17759 2011-06-14  Jan Djärv  <jan.h.d@swipnet.se>
17761         * xfns.c (x_set_scroll_bar_default_width): Remove argument to
17762         xg_get_default_scrollbar_width.
17764         * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
17765         (int_gtk_range_get_value): Move to the scroll bar part of the file.
17766         (style_changed_cb): Call update_theme_scrollbar_width and call
17767         x_set_scroll_bar_default_width and xg_frame_set_char_size for
17768         all frames (Bug#8505).
17769         (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
17770         Call gtk_window_set_resizable if HAVE_GTK3.
17771         (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
17772         and height if HAVE_GTK3 (Bug#8505).
17773         (scroll_bar_width_for_theme): New variable.
17774         (update_theme_scrollbar_width): New function.
17775         (xg_get_default_scrollbar_width): Move code to
17776         update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
17777         (xg_initialize): Call update_theme_scrollbar_width.
17779         * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
17781         * emacsgtkfixed.c, emacsgtkfixed.h: New files.
17783 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
17785         * frame.c (make_frame): Call other_buffer_safely instead of
17786         other_buffer.
17788         * window.c (temp_output_buffer_show): Call display_buffer with
17789         second argument Vtemp_buffer_show_specifiers and reset latter
17790         immediately after the call.
17791         (Vtemp_buffer_show_specifiers): New variable.
17792         (auto_window_vscroll_p, next_screen_context_lines)
17793         (Vscroll_preserve_screen_position): Remove leading asterisks from
17794         doc-strings.
17796 2011-06-12  Paul Eggert  <eggert@cs.ucla.edu>
17798         Fix minor problems found by GCC 4.6.0 static checking.
17799         * buffer.c (Qclone_number): Remove for now, as it's unused.
17800         (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
17801         (record_buffer): Remove unused local.
17802         * frame.c (other_visible_frames, frame_buffer_list): Now static.
17803         (set_frame_buffer_list): Remove; unused.
17804         * frame.h (other_visible_frames): Remove decl.
17805         * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
17806         * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
17807         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
17808         if HAVE_GPM.
17809         * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
17810         * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
17811         Define only if HAVE_GPM.
17812         * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
17813         (update_hints_inhibit): Remove; never set.  All uses removed.
17814         * widgetprv.h (emacsFrameClassRec): Remove decl.
17815         * window.c (delete_deletable_window): Now returns void, since it
17816         wasn't returning anything.
17817         (compare_window_configurations): Remove unused locals.
17818         * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
17819         * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
17820         (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
17821         the same widths as pointers.  This follows up on the 2011-05-06 patch.
17822         * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
17823         * xterm.h: Likewise.
17824         (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
17826 2011-06-12  Juanma Barranquero  <lekktu@gmail.com>
17828         * makefile.w32-in: Update dependencies.
17829         (LISP_H): Add lib/intprops.h.
17831 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
17833         * image.c (gif_load): Add animation frame delay to the metadata.
17834         (syms_of_image): Use DEFSYM.  New symbol `delay'.
17836 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
17838         * window.c (delete_deletable_window): Re-add.
17839         (Fset_window_configuration): Rewrite to handle dead buffers and
17840         consequently deletable windows.
17841         (window_tree, Fwindow_tree): Remove.  Supply functionality in
17842         window.el.
17843         (compare_window_configurations): Simplify code.
17845 2011-06-11  Andreas Schwab  <schwab@linux-m68k.org>
17847         * image.c (imagemagick_load_image): Fix type mismatch.
17848         (Fimagemagick_types): Likewise.
17850         * window.h (replace_buffer_in_windows): Declare.
17852 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
17854         * buffer.c: New Lisp objects Qbuffer_list_update_hook and
17855         Qclone_number.  Remove external declaration of Qdelete_window.
17856         (Fbuffer_list): Rewrite doc-string.  Minor restructuring of
17857         code.
17858         (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
17859         Run Qbuffer_list_update_hook if allowed.
17860         (Fother_buffer): Rewrite doc-string.  Major rewrite for new
17861         buffer list implementation.
17862         (other_buffer_safely): New function.
17863         (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
17864         calls to replace_buffer_in_windows and
17865         replace_buffer_in_windows_safely.  Run Qbuffer_list_update_hook
17866         if allowed.
17867         (record_buffer): Inhibit quitting and rewrite using quittable
17868         functions.  Run Qbuffer_list_update_hook if allowed.
17869         (Frecord_buffer, Funrecord_buffer): New functions.
17870         (switch_to_buffer_1, Fswitch_to_buffer): Remove.
17871         Move switch-to-buffer to window.el.
17872         (bury-buffer): Move to window.el.
17873         (Vbuffer_list_update_hook): New variable.
17875         * lisp.h (other_buffer_safely): Add prototype in buffer.c
17876         section.
17878         * window.h (resize_frame_windows): Move up in code.
17879         (Fwindow_frame): Remove EXFUN.
17880         (replace_buffer_in_all_windows): Remove prototype.
17881         (replace_buffer_in_windows_safely): Add prototype.
17883         * window.c: Declare Qdelete_window static again.  Move down
17884         declaration of select_count.
17885         (Fnext_window, Fprevious_window): Rewrite doc-strings.
17886         (Fother_window): Move to window.el.
17887         (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
17888         cases.  Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
17889         (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
17890         window.el.
17891         (replace_buffer_in_windows): Implement by calling
17892         Qreplace_buffer_in_windows.
17893         (replace_buffer_in_all_windows): Remove with some functionality
17894         moved into replace_buffer_in_windows_safely.
17895         (replace_buffer_in_windows_safely): New function.
17896         (select_window_norecord, select_frame_norecord): Move in front
17897         of run_window_configuration_change_hook.  Remove now obsolete
17898         declarations.
17899         (Fset_window_buffer): Rewrite doc-string.
17900         Call Qrecord_window_buffer.
17901         (keys_of_window): Move binding for other-window to window.el.
17903 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
17905         * dispextern.h (struct image): Replace data member, whose int_val
17906         and ptr_val fields were not used by anything, with a single
17907         lisp_val object.
17909         * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
17910         (gif_clear_image, gif_load, imagemagick_load_image)
17911         (gs_clear_image, gs_load): Callers changed.
17913 2011-06-10  Paul Eggert  <eggert@cs.ucla.edu>
17915         * buffer.h: Include <time.h>, for time_t.
17916         Needed to build on FreeBSD 8.2.  Problem reported by Herbert J. Skuhra.
17918         Fix minor problems found by static checking.
17920         * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
17922         Make identifiers static if they are not used in other modules.
17923         * data.c (Qcompiled_function, Qframe, Qvector):
17924         * image.c (QimageMagick, Qsvg):
17925         * minibuf.c (Qmetadata):
17926         * window.c (resize_window_check, resize_root_window): Now static.
17927         * window.h (resize_window_check, resize_root_window): Remove decls.
17929         * window.c (window_deletion_count, delete_deletable_window):
17930         Remove; unused.
17931         (window_body_lines): Now static.
17932         (Fdelete_other_windows_internal): Mark vars as initialized.
17933         Make sure 'resize_failed' is initialized.
17934         (run_window_configuration_change_hook): Rename local to avoid shadowing.
17935         (resize_window_apply): Remove unused local.
17936         * window.h (delete_deletable_window): Remove decl.
17938         * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
17939         (imagemagick_load_image): Fix pointer signedness problem by changing
17940         last arg from unsigned char * to char *.  All uses changed.
17941         Also, fix a local for similar reasons.
17942         Remove unused locals.  Remove locals to avoid shadowing.
17943         (fn_rsvg_handle_free): Remove; unused.
17944         (svg_load, svg_load_image): Fix pointer signedness problem.
17945         (imagemagick_load_image): Don't use garbage pointer image_wand.
17947         * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
17949 2011-06-10  Chong Yidong  <cyd@stupidchicken.com>
17951         * image.c (gif_load): Fix omitted cast error introduced by
17952         2011-06-06 change.
17954 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
17956         * window.h (resize_proportionally, orig_total_lines)
17957         (orig_top_line): Remove from window structure.
17958         (set_window_height, set_window_width, change_window_heights)
17959         (Fdelete_window): Remove prototypes.
17960         (resize_frame_windows): Remove duplicate declaration.
17962 2011-06-10  Eli Zaretskii  <eliz@gnu.org>
17964         * window.h (resize_frame_windows, resize_window_check)
17965         (delete_deletable_window, resize_root_window)
17966         (resize_frame_windows): Declare prototypes.
17968         * window.c (resize_window_apply): Make definition be "static" to
17969         match the prototype.
17971 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
17973         * window.c: Remove declarations of Qwindow_size_fixed,
17974         window_min_size_1, window_min_size_2, window_min_size,
17975         size_window, window_fixed_size_p, enlarge_window, delete_window.
17976         Remove static from declaration of Qdelete_window, it's
17977         temporarily needed by Fbury_buffer.
17978         (replace_window): Don't assign orig_top_line and
17979         orig_total_lines.
17980         (Fdelete_window, delete_window): Remove.  Window deletion is
17981         handled by window.el.
17982         (window_loop): Remove DELETE_OTHER_WINDOWS case.
17983         Replace Fdelete_window calls with calls to Qdelete_window.
17984         (Fdelete_other_windows): Remove.  Deleting other windows is
17985         handled by window.el.
17986         (window_fixed_size_p): Remove.  Fixed-sizeness of windows is
17987         handled in window.el.
17988         (window_min_size_2, window_min_size_1, window_min_size): Remove.
17989         Window minimum sizes are handled in window.el.
17990         (shrink_windows, size_window, set_window_height)
17991         (set_window_width, change_window_heights, window_height)
17992         (window_width, CURBEG, CURSIZE, enlarge_window)
17993         (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
17994         (Fenlarge_window, Fshrink_window): Remove.  Window resizing is
17995         handled in window.el.
17996         (make_dummy_parent): Rename to make_parent_window and give it a
17997         second argument horflag.
17998         (make_window): Don't set resize_proportionally any more.
17999         (Fsplit_window): Remove.  Windows are split in window.el.
18000         (save_restore_action, save_restore_orig_size)
18001         (shrink_window_lowest_first, save_restore_orig_size): Remove.
18002         Resize mini windows in window.el.
18003         (grow_mini_window, shrink_mini_window): Implement by calling
18004         Qresize_root_window_vertically, resize_window_check and
18005         resize_window_apply.
18006         (saved_window, Fset_window_configuration, save_window_save):
18007         Do not handle orig_top_line, orig_total_lines, and
18008         resize_proportionally.
18009         (window_min_height, window_min_width): Move to window.el.
18010         (keys_of_window): Move bindings for delete-other-windows,
18011         split-window, delete-window and enlarge-window to window.el.
18013         * buffer.c: Temporarily extern Qdelete_window.
18014         (Fbury_buffer): Temporarily call Qdelete_window instead of
18015         Fdelete_window (Fbury_buffer will move to window.el soon).
18017         * frame.c (set_menu_bar_lines_1): Remove code handling
18018         orig_top_line and orig_total_lines.
18020         * dispnew.c (adjust_frame_glyphs_initially): Don't use
18021         set_window_height but set heights directly.
18022         (change_frame_size_1): Use resize_frame_windows.
18024         * xdisp.c (init_xdisp): Don't use set_window_height but set
18025         heights directly.
18027         * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
18028         Use resize_frame_windows instead of change_window_heights and run
18029         run_window_configuration_change_hook.
18031         * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
18032         instead of change_window_heights and run
18033         run_window_configuration_change_hook.
18035 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
18037         * window.c (replace_window): Rename second argument REPLACEMENT to
18038         NEW.  New third argument SETFLAG.  Rewrite.
18039         (delete_window, make_dummy_parent): Call replace_window with
18040         third argument 1.
18041         (window_list_1): Move down in code.
18042         (run_window_configuration_change_hook): Move set_buffer part
18043         before select_frame_norecord part in order to unwind correctly.
18044         Rename count1 to count.
18045         (recombine_windows, delete_deletable_window, resize_root_window)
18046         (Fdelete_other_windows_internal)
18047         (Frun_window_configuration_change_hook, make_parent_window)
18048         (resize_window_check, resize_window_apply, Fresize_window_apply)
18049         (resize_frame_windows, Fsplit_window_internal)
18050         (Fdelete_window_internal, Fresize_mini_window_internal):
18051         New functions.
18052         (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
18054 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
18056         * window.h (window): Add some new members to window structure -
18057         normal_lines, normal_cols, new_total, new_normal, clone_number,
18058         splits, nest, prev_buffers, next_buffers.
18059         (WINDOW_TOTAL_SIZE): Move here from window.c.
18060         (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
18062         * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
18063         Remove.
18064         (make_dummy_parent): Set new members of windows structure.
18065         (make_window): Move down in code.  Handle new members of window
18066         structure.
18067         (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
18068         (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
18069         (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
18070         (Fset_window_prev_buffers, Fwindow_next_buffers)
18071         (Fset_window_next_buffers, Fset_window_clone_number):
18072         New functions.
18073         (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
18074         (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
18075         Doc-string fixes.
18076         (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
18077         Argument WINDOW can be now internal window too.
18078         (Fwindow_use_time): Move up in code.
18079         (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
18080         Rewrite doc-string.
18081         (Fset_window_configuration, saved_window)
18082         (Fcurrent_window_configuration, save_window_save): Handle new
18083         members of window structure.
18084         (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
18085         (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
18086         (syms_of_window): New Lisp objects Qrecord_window_buffer,
18087         Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
18088         Qget_mru_window, Qresize_root_window,
18089         Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
18090         Qauto_buffer_name; staticpro them.
18092 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
18094         * window.c (Fwindow_total_size, Fwindow_left_column)
18095         (Fwindow_top_line, window_body_lines, Fwindow_body_size)
18096         (Fwindow_list_1): New functions.
18097         (window_box_text_cols): Replace with window_body_cols.
18098         (Fwindow_width, Fscroll_left, Fscroll_right):
18099         Use window_body_cols instead of window_box_text_cols.
18100         (delete_window, Fset_window_configuration):
18101         Call delete_all_subwindows with window as argument.
18102         (delete_all_subwindows): Take a window as argument and not a
18103         structure.  Rewrite.
18104         (window_loop): Remove handling of GET_LRU_WINDOW and
18105         GET_LARGEST_WINDOW.
18106         (Fget_lru_window, Fget_largest_window): Move to window.el.
18108         * window.h: Extern window_body_cols instead of
18109         window_box_text_cols.  delete_all_subwindows now takes a
18110         Lisp_Object as argument.
18112         * indent.c (compute_motion, Fcompute_motion):
18113         Use window_body_cols instead of window_box_text_cols.
18115         * frame.c (delete_frame): Call delete_all_subwindows with root
18116         window as argument.
18118 2011-06-07  Daniel Colascione  <dan.colascione@gmail.com>
18120         * fns.c (Fputhash): Document return value.
18122 2011-06-06  Chong Yidong  <cyd@stupidchicken.com>
18124         * image.c (gif_load): Implement gif89a spec "no disposal" method.
18126 2011-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18128         Cons<->int and similar integer overflow fixes (Bug#8794).
18130         Check for overflow when converting integer to cons and back.
18131         * charset.c (Fdefine_charset_internal, Fdecode_char):
18132         Use cons_to_unsigned to catch overflow.
18133         (Fencode_char): Use INTEGER_TO_CONS.
18134         * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
18135         (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
18136         * data.c (long_to_cons, cons_to_long): Remove.
18137         (cons_to_unsigned, cons_to_signed): New functions.
18138         These signal an error for invalid or out-of-range values.
18139         * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
18140         * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
18141         * font.c (Ffont_variation_glyphs):
18142         * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
18143         * lisp.h: Include <intprops.h>.
18144         (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
18145         (cons_to_signed, cons_to_unsigned): New decls.
18146         (long_to_cons, cons_to_long): Remove decls.
18147         * undo.c (record_first_change): Use INTEGER_TO_CONS.
18148         (Fprimitive_undo): Use CONS_TO_INTEGER.
18149         * xfns.c (Fx_window_property): Likewise.
18150         * xselect.c: Include <limits.h>.
18151         (x_own_selection, selection_data_to_lisp_data):
18152         Use INTEGER_TO_CONS.
18153         (x_handle_selection_request, x_handle_selection_clear)
18154         (x_get_foreign_selection, Fx_disown_selection_internal)
18155         (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
18156         (lisp_data_to_selection_data): Use cons_to_unsigned.
18157         (x_fill_property_data): Use cons_to_signed.
18158         Report values out of range.
18160         Check for buffer and string overflow more precisely.
18161         * buffer.h (BUF_BYTES_MAX): New macro.
18162         * lisp.h (STRING_BYTES_MAX): New macro.
18163         * alloc.c (Fmake_string):
18164         * character.c (string_escape_byte8):
18165         * coding.c (coding_alloc_by_realloc):
18166         * doprnt.c (doprnt):
18167         * editfns.c (Fformat):
18168         * eval.c (verror):
18169         Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
18170         since they may not be the same number.
18171         * editfns.c (Finsert_char):
18172         * fileio.c (Finsert_file_contents):
18173         Likewise for BUF_BYTES_MAX.
18175         * image.c: Use ptrdiff_t, not int, for sizes.
18176         (slurp_file): Switch from int to ptrdiff_t.
18177         All uses changed.
18178         (slurp_file): Check that file size fits in both size_t (for
18179         malloc) and ptrdiff_t (for sanity and safety).
18181         * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
18182         if b->modtime has its maximal value.
18184         * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
18186         Don't assume time_t can fit into int.
18187         * buffer.h (struct buffer.modtime): Now time_t, not int.
18188         * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
18189         * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
18191         Minor fixes for signed vs unsigned integers.
18192         * character.h (MAYBE_UNIFY_CHAR):
18193         * charset.c (maybe_unify_char):
18194         * keyboard.c (read_char, reorder_modifiers):
18195         XINT -> XFASTINT, since the integer must be nonnegative.
18196         * ftfont.c (ftfont_spec_pattern):
18197         * keymap.c (access_keymap, silly_event_symbol_error):
18198         XUINT -> XFASTINT, since the integer must be nonnegative.
18199         (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
18200         since it makes no difference and we prefer signed.
18201         * keyboard.c (record_char): Use XUINT when all the neighbors do.
18202         (access_keymap): NATNUMP -> INTEGERP, since the integer must be
18203         nonnegative.
18205 2011-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18207         * window.h (Fwindow_frame): Declare.
18209 2011-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18211         * alloc.c: Simplify handling of large-request failures (Bug#8800).
18212         (SPARE_MEMORY): Always define.
18213         (LARGE_REQUEST): Remove.
18214         (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
18216 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
18218         * lisp.h: Move EXFUNS for Fframe_root_window,
18219         Fframe_first_window and Fset_frame_selected_window to window.h.
18221         * window.h: Move EXFUNS for Fframe_root_window,
18222         Fframe_first_window and Fset_frame_selected_window here from
18223         lisp.h.
18225         * frame.c (Fwindow_frame, Fframe_first_window)
18226         (Fframe_root_window, Fframe_selected_window)
18227         (Fset_frame_selected_window): Move to window.c.
18228         (Factive_minibuffer_window): Move to minibuf.c.
18229         (Fother_visible_frames_p): New function.
18231         * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
18233         * window.c (decode_window, decode_any_window): Move up in code.
18234         (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
18235         (inhibit_frame_unsplittable): Remove unused variable.
18236         (Fwindow_buffer): Move up and rewrite doc-string.
18237         (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
18238         (Fwindow_prev): New functions.
18239         (Fwindow_frame): Move here from frame.c.  Accept any window as
18240         argument.
18241         (Fframe_root_window, Fframe_first_window)
18242         (Fframe_selected_window): Move here from frame.c.  Accept frame
18243         or arbitrary window as argument.  Update doc-strings.
18244         (Fminibuffer_window): Move up in code.
18245         (Fwindow_minibuffer_p): Move up in code and simplify.
18246         (Fset_frame_selected_window): Move here from frame.c.
18247         Marginal rewrite.
18248         (Fselected_window, select_window, Fselect_window): Move up in
18249         code.  Minor doc-string fixes.
18251 2011-06-06  Paul Eggert  <eggert@cs.ucla.edu>
18253         * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
18254         Do not assume that spare memory exists; that assumption is valid
18255         only if SYSTEM_MALLOC.
18256         (LARGE_REQUEST): New macro, so that the issue of large requests
18257         is separated from the issue of spare memory.
18259 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
18261         * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
18262         format.  (Bug#8806)
18264         * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
18266         * xfns.c (x_set_scroll_bar_default_width): Move declarations
18267         before statements.
18269 2011-06-05  Jan Djärv  <jan.h.d@swipnet.se>
18271         * gtkutil.c (xg_get_default_scrollbar_width): New function.
18273         * gtkutil.h: Declare xg_get_default_scrollbar_width.
18275         * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
18276         min width by calling x_set_scroll_bar_default_width (Bug#8505).
18278 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
18280         * xdisp.c (single_display_spec_intangible_p): Remove declaration.
18282 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
18284         * xselect.c (x_clipboard_manager_save): Remove redundant arg.
18285         (x_clipboard_manager_save): Add return value.
18286         (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
18287         New error handlers.
18288         (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
18289         Obey Vx_select_enable_clipboard_manager.  Catch errors in
18290         x_clipboard_manager_save (Bug#8779).
18291         (Vx_select_enable_clipboard_manager): New variable.
18292         (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
18294 2011-06-04  Dan Nicolaescu  <dann@ics.uci.edu>
18296         * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
18298 2011-06-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18300         * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
18301         in the current matrix if keep_current_p is non-zero.
18303 2011-06-04  Eli Zaretskii  <eliz@gnu.org>
18305         * bidi.c (bidi_level_of_next_char): Fix last change.
18307 2011-06-03  Eli Zaretskii  <eliz@gnu.org>
18309         Support bidi reordering of text covered by display properties.
18311         * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
18312         (bidi_fetch_char, bidi_fetch_char_advance): New functions.
18313         (bidi_cache_search, bidi_cache_iterator_state)
18314         (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
18315         (bidi_level_of_next_char, bidi_move_to_visually_next):
18316         Support character positions inside a run of characters covered by a
18317         display string.
18318         (bidi_paragraph_init, bidi_resolve_explicit_1)
18319         (bidi_level_of_next_char): Call bidi_fetch_char and
18320         bidi_fetch_char_advance instead of FETCH_CHAR and
18321         FETCH_CHAR_ADVANCE.
18322         (bidi_init_it): Initialize new members.
18323         (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
18324         definitions.
18325         (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
18326         instead of using explicit *_CHAR codes.
18327         (bidi_resolve_explicit, bidi_resolve_weak):
18328         Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
18329         bidirectional text is supported only in multibyte buffers.
18330         (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
18331         it to initialize the frame_window_p member of struct bidi_it.
18332         (bidi_cache_iterator_state, bidi_resolve_explicit_1)
18333         (bidi_resolve_explicit, bidi_resolve_weak)
18334         (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
18335         bidi_it->nchars is non-positive.
18336         (bidi_level_of_next_char): Don't try to lookup the cache for the
18337         next/previous character if nothing is cached there yet, or if we
18338         were just reseat()'ed to a new position.
18340         * xdisp.c (set_cursor_from_row): Set start and stop points
18341         according to the row's direction when priming the loop that looks
18342         for the glyph on which to display cursor.
18343         (single_display_spec_intangible_p): Function deleted.
18344         (display_prop_intangible_p): Reimplement to call
18345         handle_display_spec instead of single_display_spec_intangible_p.
18346         Accept 3 additional arguments needed by handle_display_spec.
18347         This fixes incorrect cursor motion across display property with complex
18348         values: lists, `(when COND...)' forms, etc.
18349         (single_display_spec_string_p): Support property values that are
18350         lists with the argument STRING its top-level element.
18351         (display_prop_string_p): Fix the condition for processing a
18352         property that is a list to be consistent with handle_display_spec.
18353         (handle_display_spec): New function, refactored from the
18354         last portion of handle_display_prop.
18355         (compute_display_string_pos): Accept additional argument
18356         FRAME_WINDOW_P.  Call handle_display_spec to determine whether the
18357         value of a `display' property is a "replacing spec".
18358         (handle_single_display_spec): Accept 2 additional arguments BUFPOS
18359         and FRAME_WINDOW_P.  If IT is NULL, don't set up the iterator from
18360         the display property, but just return a value indicating whether
18361         the display property will replace the characters it covers.
18362         (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
18363         frame_window_p members of struct bidi_it.
18364         (compute_display_string_pos, compute_display_string_end):
18365         New functions.
18366         (push_it): Accept second argument POSITION, where pop_it should
18367         jump to continue iteration.
18368         (reseat_1): Initialize bidi_it.disp_pos.
18370         * keyboard.c (adjust_point_for_property): Adjust the call to
18371         display_prop_intangible_p to its new signature.
18373         * dispextern.h (struct bidi_it): New member frame_window_p.
18374         (bidi_init_it): Update prototypes.
18375         (display_prop_intangible_p): Update prototype.
18376         (compute_display_string_pos, compute_display_string_end):
18377         Declare prototypes.
18378         (struct bidi_it): New members nchars and disp_pos.  ch_len is now
18379         EMACS_INT.
18381 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18383         Malloc failure behavior now depends on size of allocation.
18384         * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
18385         * lisp.h: Change signatures accordingly.
18386         * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
18387         All callers changed.  (Bug#8762)
18389         * gnutls.c: Use Emacs's memory allocators.
18390         Without this change, the gnutls library would invoke malloc etc.
18391         directly, which causes problems on non-SYNC_INPUT hosts, and which
18392         runs afoul of improving memory_full behavior.  (Bug#8761)
18393         (fn_gnutls_global_set_mem_functions): New macro or function pointer.
18394         (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
18395         xfree instead of the default malloc, realloc, free.
18396         (Fgnutls_boot): No need to check for memory allocation failure,
18397         since xmalloc does that for us.
18399         Remove arbitrary limit of 2**31 entries in hash tables.  (Bug#8771)
18400         * category.c (hash_get_category_set):
18401         * ccl.c (ccl_driver):
18402         * charset.c (Fdefine_charset_internal):
18403         * charset.h (struct charset.hash_index):
18404         * composite.c (get_composition_id, gstring_lookup_cache)
18405         (composition_gstring_put_cache):
18406         * composite.h (struct composition.hash_index):
18407         * dispextern.h (struct image.hash):
18408         * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
18409         (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
18410         (hashfn_equal, hashfn_user_defined, make_hash_table)
18411         (maybe_resize_hash_table, hash_lookup, hash_put)
18412         (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
18413         (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
18414         (Fsxhash, Fgethash, Fputhash, Fmaphash):
18415         * image.c (make_image, search_image_cache, lookup_image)
18416         (xpm_put_color_table_h):
18417         * lisp.h (struct Lisp_Hash_Table):
18418         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
18419         * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
18420         for hashes and hash indexes, instead of 'unsigned' and 'int'.
18421         * alloc.c (allocate_vectorlike):
18422         Check for overflow in vector size calculations.
18423         * ccl.c (ccl_driver):
18424         Check for overflow when converting EMACS_INT to int.
18425         * fns.c, image.c: Remove unnecessary static decls that would otherwise
18426         need to be updated by these changes.
18427         * fns.c (make_hash_table, maybe_resize_hash_table):
18428         Check for integer overflow with large hash tables.
18429         (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
18430         Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
18431         (SXHASH_REDUCE): New macro.
18432         (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
18433         Use it instead of discarding useful hash info with large hash values.
18434         (sxhash_float): New function.
18435         (sxhash): Use it.  No more need for "& INTMASK" due to above changes.
18436         * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
18437         (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
18438         Rewrite to use FIXNUM_BITS, as this simplifies things.
18439         (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
18440         Adjust signatures to match updated version of code.
18441         (consing_since_gc): Now EMACS_INT, since a single hash table can
18442         use more than INT_MAX bytes.
18444 2011-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
18446         Make it possible to build with GCC-4.6+ -O2 -flto.
18448         * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
18450 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18452         * minibuf.c (get_minibuffer, read_minibuf_unwind):
18453         Call minibuffer-inactive-mode.
18455 2011-05-31  Juanma Barranquero  <lekktu@gmail.com>
18457         * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
18458         Update dependencies.
18460 2011-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
18462         * data.c (init_data): Remove code for UTS, this system is not
18463         supported anymore.
18465 2011-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
18467         Don't force ./temacs to start in terminal mode.
18469         * frame.c (make_initial_frame): Initialize faces in all cases, not
18470         only when CANNOT_DUMP is defined.
18471         * dispnew.c (init_display): Remove CANNOT_DUMP condition.
18473 2011-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
18475         * dispnew.c (add_window_display_history): Use const for the string
18476         pointer.  Remove declaration, not needed.
18478 2011-05-31  Paul Eggert  <eggert@cs.ucla.edu>
18480         Use 'inline', not 'INLINE'.
18481         <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
18482         * alloc.c, fontset.c (INLINE): Remove.
18483         * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
18484         * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
18485         * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
18486         * gmalloc.c (register_heapinfo): Use inline unconditionally.
18487         * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
18489 2011-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
18491         Make it possible to run ./temacs.
18493         * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
18494         syms_of_callproc does the same thing.  Remove test for
18495         "initialized", do it in the caller.
18496         * emacs.c (main): Avoid calling set_initial_environment when dumping.
18498 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18500         * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
18501         (read_minibuf): Use get_minibuffer.
18502         (syms_of_minibuf): Use DEFSYM.
18503         (Qmetadata): New var.
18504         * data.c (Qbuffer): Don't make it static.
18505         (syms_of_data): Use DEFSYM.
18507 2011-05-31  Paul Eggert  <eggert@cs.ucla.edu>
18509         * ccl.c (CCL_CODE_RANGE): Allow negative numbers.  (Bug#8751)
18510         (CCL_CODE_MIN): New macro.
18512 2011-05-30  Paul Eggert  <eggert@cs.ucla.edu>
18514         * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
18516         * eval.c (Qdebug): Now static.
18517         * lisp.h (Qdebug): Remove decl.  This reverts a part of the
18518         2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
18519         2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
18521 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18523         * image.c: Various fixes to ImageMagick code comments.
18524         (Fimagemagick_types): Doc fix.
18526 2011-05-29  Paul Eggert  <eggert@cs.ucla.edu>
18528         Minor fixes prompted by GCC 4.6.0 warnings.
18530         * xselect.c (converted_selections, conversion_fail_tag): Now static.
18532         * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
18533         (x_clipboard_manager_save_all): Move extern decl to ...
18534         * xterm.h: ... here, so that it can be checked for consistency.
18536 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18538         * xselect.c (x_clipboard_manager_save_frame)
18539         (x_clipboard_manager_save_all): New functions.
18540         (Fx_clipboard_manager_save): Lisp function deleted.
18542         * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
18543         * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
18545         * xterm.h: Update prototype.
18547 2011-05-28  William Xu  <william.xwl@gmail.com>
18549         * nsterm.m (ns_term_shutdown): Synchronize user defaults before
18550         exiting (Bug#8239).
18552 2011-05-28  Jim Meyering  <meyering@redhat.com>
18554         Avoid a sign-extension bug in crypto_hash_function.
18555         * fns.c (to_uchar): Define.
18556         (crypto_hash_function): Use it to convert some newly-signed
18557         variables to unsigned, to avoid sign-extension bugs.  For example,
18558         without this change, (md5 "truc") would evaluate to
18559         45723a2aff78ff4fff7fff1114760e62 rather than the expected
18560         45723a2af3788c4ff17f8d1114760e62.  Reported by Antoine Levitt in
18561         https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
18563 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18565         Integer overflow fixes.
18567         * dbusbind.c: Serial number integer overflow fixes.
18568         (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
18569         (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
18570         to hold a serial number that is too large for a fixnum.
18571         (Fdbus_method_return_internal, Fdbus_method_error_internal):
18572         Check for serial numbers out of range.  Decode any serial number
18573         that was so large that it became a float.  (Bug#8722)
18575         * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
18576         (Fdbus_call_method, Fdbus_call_method_asynchronously):
18577         Use XFASTINT rather than XUINT when numbers are nonnegative.
18578         (xd_append_arg, Fdbus_method_return_internal):
18579         (Fdbus_method_error_internal): Likewise.  Also, for unsigned
18580         arguments, check that Lisp number is nonnegative, rather than
18581         silently wrapping negative numbers around.  (Bug#8722)
18582         (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
18583         (Bug#8722)
18585         * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
18587         * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
18589         ccl: Add integer overflow checks.
18590         * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
18591         (IN_INT_RANGE): New macros.
18592         (ccl_driver): Use them to check for integer overflow when
18593         decoding a CCL program.  Many of the new checks are whether XINT (x)
18594         fits in int; it doesn't always, on 64-bit hosts.  The new version
18595         doesn't catch all possible integer overflows, but it's an
18596         improvement.  (Bug#8719)
18598         * alloc.c (make_event_array): Use XINT, not XUINT.
18599         There's no need for unsigned here.
18601         * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
18602         This follows up to the 2011-05-06 change that substituted uintptr_t
18603         for EMACS_INT.  This case wasn't caught back then.
18605         Rework Fformat to avoid integer overflow issues.
18606         * editfns.c: Include <float.h> unconditionally, as it's everywhere
18607         now (part of C89).  Include <verify.h>.
18608         (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
18609         (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
18610         (Fformat): Avoid the prepass trying to compute sizes; it was only
18611         approximate and thus did not catch overflow reliably.  Instead, walk
18612         through the format just once, formatting and computing sizes as we go,
18613         checking for integer overflow at every step, and allocating a larger
18614         buffer as needed.  Keep track separately whether the format is
18615         multibyte.  Keep only the most-recently calculated precision, rather
18616         than them all.  Record whether each argument has been converted to
18617         string.  Use EMACS_INT, not int, for byte and char and arg counts.
18618         Support field widths and precisions larger than INT_MAX.  Avoid
18619         sprintf's undefined behavior with conversion specifications such as %#d
18620         and %.0c.  Fix bug with strchr succeeding on '\0' when looking for
18621         flags.  Fix bug with (format "%c" 256.0).  Avoid integer overflow when
18622         formatting out-of-range floating point numbers with int
18623         formats.  (Bug#8668)
18625         * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
18627         * data.c: Avoid integer truncation in expressions involving floats.
18628         * data.c: Include <intprops.h>.
18629         (arith_driver): When there's an integer overflow in an expression
18630         involving floating point, convert the integers to floating point
18631         so that the resulting value does not suffer from catastrophic
18632         integer truncation.  For example, on a 64-bit host (* 4
18633         most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
18634         Do not rely on undefined behavior after integer overflow.
18636         merge count_size_as_multibyte, parse_str_to_multibyte
18637         * character.c, character.h (count_size_as_multibyte):
18638         Rename from parse_str_to_multibyte; all uses changed.
18639         Check for integer overflow.
18640         * insdel.c, lisp.h (count_size_as_multibyte): Remove,
18641         since it's now a duplicate of the other.  This is more of
18642         a character than a buffer op, so better that it's in character.c.
18643         * fns.c, print.c: Adjust to above changes.
18645 2011-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18647         * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
18649 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18651         * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
18652         (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
18653         (x_clipboard_manager_save): Now static.
18654         (Fx_clipboard_manager_save): Rename local to avoid shadowing.
18656         * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
18657         (crypto_hash_function): Now static.
18658         Fix pointer signedness problems.  Avoid unnecessary initializations.
18660 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
18662         * termhooks.h (Vselection_alist): Make it terminal-local.
18664         * terminal.c (create_terminal): Initialize it.
18666         * xselect.c: Support for clipboard managers.
18667         (Vselection_alist): Move to termhooks.h as terminal-local var.
18668         (LOCAL_SELECTION): New macro.
18669         (x_atom_to_symbol): Handle x_display_info_for_display fail case.
18670         (symbol_to_x_atom): Remove gratuitous arg.
18671         (x_handle_selection_request, lisp_data_to_selection_data)
18672         (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
18673         (x_own_selection, x_get_local_selection, x_convert_selection):
18674         New arg, specifying work frame.  Use terminal-local Vselection_alist.
18675         (some_frame_on_display): Delete unused function.
18676         (Fx_own_selection_internal, Fx_get_selection_internal)
18677         (Fx_disown_selection_internal, Fx_selection_owner_p)
18678         (Fx_selection_exists_p): New optional frame arg.
18679         (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
18680         (x_handle_selection_clear): Don't treat other terminals with the
18681         same keyboard specially.  Use the terminal-local Vselection_alist.
18682         (x_clear_frame_selections): Use Frun_hook_with_args.
18684         * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
18686         * xterm.h: Add support for those atoms.
18688 2011-05-26  Chong Yidong  <cyd@stupidchicken.com>
18690         * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
18691         (converted_selections, conversion_fail_tag): New global variables.
18692         (x_selection_request_lisp_error): Free the above.
18693         (x_get_local_selection): Remove unnecessary code.
18694         (x_reply_selection_request): Args changed; handle arbitrary array
18695         of converted selections stored in converted_selections.
18696         Separate the XChangeProperty and SelectionNotify steps.
18697         (x_handle_selection_request): Rewrite to handle MULTIPLE target.
18698         (x_convert_selection): New function.
18699         (x_handle_selection_event): Simplify.
18700         (x_get_foreign_selection): Don't ignore incoming requests while
18701         waiting for an answer; this will fail when we implement
18702         SAVE_TARGETS, and seems unnecessary anyway.
18703         (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
18704         (Vx_sent_selection_functions): Doc fix.
18706 2011-05-26  Leo Liu  <sdl.web@gmail.com>
18708         * editfns.c (Ftranspose_regions): Allow empty regions.  (Bug#8699)
18710 2011-05-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18712         * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
18714         * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
18715         for fringe update if it has periodic bitmap.
18716         (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
18717         and fringe_bitmap_periodic_p.
18719         * fringe.c (get_fringe_bitmap_data): New function.
18720         (draw_fringe_bitmap_1, update_window_fringes): Use it.
18721         (update_window_fringes): Record periodicity of fringe bitmap in glyph
18722         row.  Mark glyph row for fringe update if periodicity changed.
18724         * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
18725         for fringe update unless it has periodic bitmap.
18727 2011-05-25  Kenichi Handa  <handa@m17n.org>
18729         * xdisp.c (get_next_display_element): Set correct it->face_id for
18730         a static composition.
18732 2011-05-24  Leo Liu  <sdl.web@gmail.com>
18734         * deps.mk (fns.o):
18735         * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
18737         * fns.c (crypto_hash_function, Fsha1): New function.
18738         (Fmd5): Use crypto_hash_function.
18739         (syms_of_fns): Add Ssha1.
18741 2011-05-22  Paul Eggert  <eggert@cs.ucla.edu>
18743         * gnutls.c: Remove unused macros.
18744         (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
18745         (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
18746         Remove macros that are defined and never used.
18747         Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
18749 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
18751         * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
18752         (Fx_get_selection_internal): Minor cleanup.
18753         (Fx_own_selection_internal): Rename arguments for consistency with
18754         select.el.
18756 2011-05-22  Paul Eggert  <eggert@cs.ucla.edu>
18758         * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
18760 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
18762         * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
18764 2011-05-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18766         * dispnew.c (scrolling_window): Don't exclude the case that the
18767         last enabled row in the desired matrix touches the bottom boundary.
18769 2011-05-21  Glenn Morris  <rgm@gnu.org>
18771         * Makefile.in ($(etc)/DOC): Make second command line even shorter.
18772         (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
18773         and add some more files.
18775 2011-05-20  Eli Zaretskii  <eliz@gnu.org>
18777         * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
18778         report_file_error introduced by the change from 2011-05-07.
18780 2011-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18782         * systime.h (Time): Define only if emacs is defined.
18783         This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
18784         where the include path doesn't have X11/X.h by default.  See
18785         <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
18787 2011-05-20  Kenichi Handa  <handa@m17n.org>
18789         * composite.c (find_automatic_composition): Fix previous change.
18791 2011-05-20  Glenn Morris  <rgm@gnu.org>
18793         * lisp.mk: New file, split from Makefile.in.
18794         * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
18795         (shortlisp): Remove.
18796         ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
18798 2011-05-19  Glenn Morris  <rgm@gnu.org>
18800         * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
18801         (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
18802         (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
18803         (lisp): Set the order to that of loadup.el.
18804         (shortlisp): Make it a copy of $lisp.
18805         (SOME_MACHINE_LISP): Remove.
18806         ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
18807         Use just $shortlisp, not $SOME_MACHINE_LISP too.
18809 2011-05-18  Kenichi Handa  <handa@m17n.org>
18811         * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
18812         (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
18813         (find_automatic_composition): Mostly rewrite for efficiency.
18815 2011-05-18  Juanma Barranquero  <lekktu@gmail.com>
18817         * makefile.w32-in: Update dependencies.
18819 2011-05-18  Christoph Scholtes  <cschol2112@googlemail.com>
18821         * menu.c: Include limits.h (fixes the MS-Windows build broken by
18822         2011-06-18T18:49:19Z!cyd@stupidchicken.com).
18824 2011-05-18  Paul Eggert  <eggert@cs.ucla.edu>
18826         Fix some integer overflow issues, such as string length overflow.
18828         * insdel.c (count_size_as_multibyte): Check for string overflow.
18830         * character.c (lisp_string_width): Check for string overflow.
18831         Use EMACS_INT, not int, for string indexes and lengths; in
18832         particular, 2nd arg is now EMACS_INT, not int.  Do not crash if
18833         the resulting string length overflows an EMACS_INT; instead,
18834         report a string overflow if no precision given.  When checking for
18835         precision exhaustion, use a check that cannot possibly have
18836         integer overflow.  (Bug#8675)
18837         * character.h (lisp_string_width): Adjust to new signature.
18839         * alloc.c (string_overflow): New function.
18840         (Fmake_string): Use it.  This doesn't change behavior, but saves
18841         a few bytes and will simplify future changes.
18842         * character.c (string_escape_byte8): Likewise.
18843         * lisp.h (string_overflow): New decl.
18845         Fixups, following up to the user-interface timestamp change.
18846         * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
18847         for UI timestamps, instead of unsigned long.
18848         * msdos.c (mouse_get_pos): Likewise.
18849         * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
18850         * w32gui.h (Time): Define by including "systime.h" rather than by
18851         declaring it ourselves.  (Bug#8664)
18853         * dispextern.h (struct image): Don't assume time_t <= unsigned long.
18854         * image.c (clear_image_cache): Likewise.
18856         * term.c (term_mouse_position): Don't assume time_t wraparound.
18858         Be more systematic about user-interface timestamps.
18859         Before, the code sometimes used 'Time', sometimes 'unsigned long',
18860         and sometimes 'EMACS_UINT', to represent these timestamps.
18861         This change causes it to use 'Time' uniformly, as that's what X uses.
18862         This makes the code easier to follow, and makes it easier to catch
18863         integer overflow bugs such as Bug#8664.
18864         * frame.c (Fmouse_position, Fmouse_pixel_position):
18865         Use Time, not unsigned long, for user-interface timestamps.
18866         * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
18867         (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
18868         * keyboard.h (last_event_timestamp): Likewise.
18869         * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
18870         * menu.h (xmenu_show): Likewise.
18871         * term.c (term_mouse_position): Likewise.
18872         * termhooks.h (struct input_event.timestamp): Likewise.
18873         (struct terminal.mouse_position_hook): Likewise.
18874         * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
18875         * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
18876         * systime.h (Time): New decl.  Pull it in from <X11/X.h> if
18877         HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
18878         what it was before.
18879         * menu.h, termhooks.h: Include "systime.h", for Time.
18881         * keyboard.c (make_lispy_event): Fix problem in integer overflow.
18882         Don't assume that the difference between two unsigned long values
18883         can fit into an integer.  At this point, we know button_down_time
18884         <= event->timestamp, so the difference must be nonnegative, so
18885         there's no need to cast the result if double-click-time is
18886         nonnegative, as it should be; check that it's nonnegative, just in
18887         case.  This bug is triggered when events are more than 2**31 ms
18888         apart (about 25 days).  (Bug#8664)
18890         * xselect.c (last_event_timestamp): Remove duplicate decl.
18891         (x_own_selection): Remove needless cast to unsigned long.
18893         * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
18894         that always fit in int.  Use a sentinel instead of a counter, to
18895         avoid a temp and to allay GCC's concerns about possible int overflow.
18896         * frame.h (struct frame): Use int for menu_bar_items_used
18897         instead of EMACS_INT, since it always fits in int.
18899         * menu.c (grow_menu_items): Check for int overflow.
18901         * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
18903         * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
18904         Before, the code was not consistent.  These values cannot exceed
18905         2**31 - 1 so there's no need to make them unsigned.
18906         (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
18907         (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
18908         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
18909         as modifiers.
18910         * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
18912         * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
18913         (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
18914         Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
18915         presumably because the widths might not match.
18917         * window.c (size_window): Avoid needless test at loop start.
18919 2011-05-18  Courtney Bane  <emacs-bugs-7626@cbane.org>  (tiny change)
18921         * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
18923 2011-05-12  Drew Adams  <drew.adams@oracle.com>
18925         * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
18927 2011-05-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18929         * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
18930         `width' to `bar_area_x' and `bar_area_width', respectively.
18931         (x_scroll_run): Take account of fringe background extension.
18933         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
18934         Rename local vars `left' and `width' to `bar_area_x' and
18935         `bar_area_width', respectively.
18936         (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
18937         background extension.
18939 2011-05-10  Jim Meyering  <meyering@redhat.com>
18941         * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
18943 2011-05-10  Juanma Barranquero  <lekktu@gmail.com>
18945         * image.c (Finit_image_library): Return t for built-in image types,
18946         like pbm and xbm.  (Bug#8640)
18948 2011-05-09  Andreas Schwab  <schwab@linux-m68k.org>
18950         * w32menu.c (set_frame_menubar): Fix submenu allocation.
18952 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
18954         * w32console.c (Fset_screen_color): Doc fix.
18955         (Fget_screen_color): New function.
18956         (syms_of_ntterm): Defsubr it.
18958         * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
18959         unlink the temporary file if Fcall_process didn't create it in the
18960         first place.
18961         (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
18962         child process will be redirected to a file specified with `:file'.
18963         Don't try to re-open tempfile in that case, and set fd[0] to -1 as
18964         cue to call_process_cleanup not to close that handle.
18966 2011-05-07  Ben Key  <bkey76@gmail.com>
18968         * makefile.w32-in: The bootstrap-temacs rule now makes use of
18969         one of two shell specific rules, either bootstrap-temacs-CMD or
18970         bootstrap-temacs-SH.  The bootstrap-temacs-SH rule is identical
18971         to the previous implementation of the bootstrap-temacs rule.
18972         The bootstrap-temacs-CMD rule is similar to the previous
18973         implementation of the bootstrap-temacs rule except that it
18974         makes use of the ESC_CFLAGS variable instead of the CFLAGS
18975         variable.
18977         These changes, along with some changes to nt/configure.bat,
18978         nt/gmake.defs, and nt/nmake.defs, are required to extend my
18979         earlier fix to add support for --cflags and --ldflags options
18980         that include quotes so that it works whether make uses cmd or
18981         sh as the shell.
18983 2011-05-06  Michael Albinus  <michael.albinus@gmx.de>
18985         * dbusbind.c (QCdbus_type_unix_fd): Declare static.
18986         (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
18987         is a constant.
18988         (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
18989         a string.  Handle both cases.
18990         (Fdbus_call_method_asynchronously, Fdbus_register_signal)
18991         (Fdbus_register_method): Use Qinvalid_function.
18993 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
18995         * makefile.w32-in: Update dependencies.
18996         (LISP_H): Add inttypes.h and stdin.h.
18997         (PROCESS_H): Add unistd.h.
18999 2011-05-06  Eli Zaretskii  <eliz@gnu.org>
19001         * lread.c: Include limits.h (fixes the MS-Windows build broken by
19002         2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
19004 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19006         * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
19008         * term.c (vfatal): Remove stray call to va_end.
19009         It's not needed and the C Standard doesn't allow it here anyway.
19011         Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
19012         * eval.c (verror): doprnt a copy of ap, not the original.  (Bug#8545)
19014         * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
19015         bytes.
19017         * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
19019         * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
19021         * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
19023         * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
19025         * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
19027         * charset.h (struct charset.code_space): Now has 15 elements, not 16.
19028         * charset.c (Fdefine_charset_internal): Don't initialize
19029         charset.code_space[15].  The value was garbage, on hosts with
19030         32-bit int (Bug#8600).
19032         * lread.c (read_integer): Be more consistent with string-to-number.
19033         Use string_to_number to do the actual conversion; this avoids
19034         rounding errors and fixes some other screwups.  Without this fix,
19035         for example, #x1fffffffffffffff was misread as -2305843009213693952.
19036         (digit_to_number): Move earlier, for benefit of read_integer.
19037         Return -1 if the digit is out of range for the base, -2 if it is
19038         not a digit in any supported base.  (Bug#8602)
19040         * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
19042         * dispnew.c (scrolling_window): Return 1 if we scrolled,
19043         to match comment at start of function.  This also removes a
19044         GCC warning about overflow in a 32+64-bit port.
19046         * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
19048         * dbusbind.c: Do not use XPNTR on a value that may be an integer.
19049         Reported by Stefan Monnier in
19050         <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
19051         (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
19052         Use SYMBOLP-guarded XSYMBOL, not XPNTR.
19054         * lisp.h (EMACS_INTPTR): Remove.  All uses changed to intptr_t.
19055         (EMACS_UINTPTR): Likewise, with uintptr_t.
19057         * lisp.h: Prefer 64-bit EMACS_INT if available.
19058         (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
19059         on 32-bit hosts that have 64-bit int, so that they can access
19060         large files.
19061         However, temporarily disable this change unless the temporary
19062         symbol WIDE_EMACS_INT is defined.
19064         * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
19066         Prefer intptr_t/uintptr_t for integers the same widths as pointers.
19067         This removes an assumption that EMACS_INT and long are the same
19068         width as pointers.  The assumption is true for Emacs porting targets
19069         now, but we want to make other targets possible.
19070         * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
19071         (EMACS_INTPTR, EMACS_UINTPTR): New macros.
19072         In the rest of the code, change types of integers that hold casted
19073         pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
19074         replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
19075         (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
19076         (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
19077         No need to cast type when ORing.
19078         (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
19079         * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
19080         * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
19081         assume EMACS_INT is the same width as char *.
19082         * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
19083         (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
19084         Remove no-longer-needed casts.
19085         (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
19086         (xg_tool_bar_help_callback, xg_make_tool_item):
19087         Use EMACS_INTPTR to hold an integer
19088         that will be cast to void *; this can avoid a GCC warning
19089         if EMACS_INT is not the same width as void *.
19090         * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
19091         * xdisp.c (display_echo_area_1, resize_mini_window_1):
19092         (current_message_1, set_message_1):
19093         Use a local to convert to proper width without a cast.
19094         * xmenu.c (dialog_selection_callback): Likewise.
19096         * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
19097         Also, don't assume VALBITS / RAND_BITS is less than 5,
19098         and don't rely on undefined behavior when shifting a 1 left into
19099         the sign bit.
19100         * lisp.h (get_random): Change signature to match.
19102         * lread.c (hash_string): Use size_t, not int, for hash computation.
19103         Normally we prefer signed values; but hashing is special, because
19104         it's better to use unsigned division on hash table sizes so that
19105         the remainder is nonnegative.  Also, size_t is the natural width
19106         for hashing into memory.  The previous code used 'int', which doesn't
19107         retain enough info to hash well into very large tables.
19108         (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
19110         * dbusbind.c: Don't possibly lose pointer info when converting.
19111         (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
19112         Use XPNTR rather than XHASH, so that the high-order bits of
19113         the pointer aren't lost when converting through void *.
19115         * eval.c (Fautoload): Don't double-shift a pointer.
19117         * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
19119 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
19121         * gnutls.c (DEF_GNUTLS_FN):
19122         * image.c (DEF_IMGLIB_FN): Make function pointers static.
19124 2011-05-05  Andreas Schwab  <schwab@linux-m68k.org>
19126         * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
19127         marker.  (Bug#8610)
19129 2011-05-05  Eli Zaretskii  <eliz@gnu.org>
19131         * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
19132         New version that can reserve upto 2GB of heap space.
19134 2011-05-05  Chong Yidong  <cyd@stupidchicken.com>
19136         * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
19138 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
19140         * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
19141         `gnutls_certificate_set_x509_key_file'.
19143 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
19145         * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
19146         Update dependencies.
19148 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
19150         * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
19151         * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
19152         Remove unused parameter `fildes'.
19153         * process.c (read_process_output, send_process): Don't pass it.
19155 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
19157         Fix previous change: the library cache is defined in w32.c.
19158         * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
19159         (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
19161 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
19163         Implement dynamic loading of GnuTLS on Windows.
19165         * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
19166         (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
19167         (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
19168         Declare.
19170         * gnutls.c (Qgnutls_dll): Define.
19171         (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
19172         (gnutls_*): Declare function pointers.
19173         (init_gnutls_functions): New function to initialize function pointers.
19174         (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
19175         (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
19176         (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
19177         Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
19178         (emacs_gnutls_write, emacs_gnutls_read)
19179         (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
19180         (Fgnutls_available_p): New function.
19181         (Fgnutls_boot): Call Fgnutls_available_p.  Use function pointers.
19182         (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
19183         (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
19185         * image.c: Include w32.h.
19186         (Vimage_type_cache): Delete.
19187         (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
19188         (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
19189         (w32_delayed_load): Move to w32.c.
19191         * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
19193         * w32.c (QCloaded_from, Vlibrary_cache): Define.
19194         (w32_delayed_load): Move from image.c.  When loading a library, record
19195         its filename in the :loaded-from property of the library id.
19196         (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
19197         Initialize and staticpro them.
19198         (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
19200         * process.c: Include lisp.h before w32.h, not after.
19201         (wait_reading_process_output): Call emacs_gnutls_record_check_pending
19202         instead of gnutls_record_check_pending.
19204         * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
19206 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
19208         * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
19209         instead of :keyfiles.  Give GnuTLS the keylist and the CRL lists
19210         as passed in.
19212 2011-05-03  Jan Djärv  <jan.h.d@swipnet.se>
19214         * xterm.c (x_set_frame_alpha): Do not set property on anything
19215         else than FRAME_X_OUTER_WINDOW (Bug#8608).
19217 2011-05-02  Juanma Barranquero  <lekktu@gmail.com>
19219         * sysdep.c (get_tty_size) [WINDOWSNT]: Implement.  (Bug#8596)
19221 2011-05-02  Juanma Barranquero  <lekktu@gmail.com>
19223         * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
19224         (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
19225         (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
19226         (gnutls_global_initialized, Qgnutls_bootprop_priority)
19227         (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
19228         (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
19229         (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
19230         (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
19231         (Qgnutls_bootprop_callbacks_verify): Make static.
19233 2011-05-01  Andreas Schwab  <schwab@linux-m68k.org>
19235         * callproc.c: Indentation fixup.
19237         * sysdep.c (wait_for_termination_1): Make static.
19238         (wait_for_termination, interruptible_wait_for_termination):
19239         Move after wait_for_termination_1.
19241 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19243         * sysdep.c (interruptible_wait_for_termination): New function
19244         which is like wait_for_termination, but allows keyboard
19245         interruptions.
19247         * callproc.c (Fcall_process): Add (:file "file") as an option for
19248         the STDOUT buffer.
19249         (Fcall_process_region): Ditto.
19251 2011-04-30  Eli Zaretskii  <eliz@gnu.org>
19253         * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
19254         rather than `XVECTOR (FOO)->size'.
19256         * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
19257         inttypes.h, as a gnulib replacement is used if it not available in
19258         system headers.
19260 2011-04-21  Eli Zaretskii  <eliz@gnu.org>
19262         Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
19263         * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
19264         of MOST_POSITIVE_FIXNUM.  (Bug#8528)
19266         * coding.c (coding_alloc_by_realloc): Error out if destination
19267         will grow beyond MOST_POSITIVE_FIXNUM.
19268         (decode_coding_emacs_mule): Abort if there isn't enough place in
19269         charbuf for the composition carryover bytes.  Reserve an extra
19270         space for up to 2 characters produced in a loop.
19271         (decode_coding_iso_2022): Abort if there isn't enough place in
19272         charbuf for the composition carryover bytes.
19274 2011-04-21  Eli Zaretskii  <eliz@gnu.org>
19276         * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
19277         aborting when %lld or %lll format is passed.
19278         [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
19279         %llo or %llx format is passed.  (Bug#8545)
19281         * window.c (window_scroll_line_based): Use a marker instead of
19282         simple variables to record original value of point.  (Bug#7952)
19284         * doprnt.c (doprnt): Fix the case where a multibyte sequence
19285         produced by %s or %c overflows available buffer space.  (Bug#8545)
19287 2011-04-28  Paul Eggert  <eggert@cs.ucla.edu>
19289         * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
19290         (SIZE_MAX): Move defn after all includes, as they might #define it.
19292 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
19294         * w32.c (init_environment): Warn about defaulting HOME to C:\.
19296 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
19298         * keyboard.c (Qdelayed_warnings_hook): Define.
19299         (command_loop_1): Run `delayed-warnings-hook'
19300         if Vdelayed_warnings_list is non-nil.
19301         (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
19302         (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
19304 2011-04-28  Eli Zaretskii  <eliz@gnu.org>
19306         * doprnt.c (doprnt): Don't return value smaller than the buffer
19307         size if the message was truncated.  (Bug#8545).
19309 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
19311         * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
19312         (Fx_window_property): #if-0 the whole functions, not just the bodies.
19314 2011-04-27  Paul Eggert  <eggert@cs.ucla.edu>
19316         * doprnt.c (doprnt): Support "ll" length modifier, for long long.
19318 2011-04-27  Juanma Barranquero  <lekktu@gmail.com>
19320         * makefile.w32-in: Update dependencies.
19322 2011-04-27  Eli Zaretskii  <eliz@gnu.org>
19324         Improve `doprnt' and its usage.  (Bug#8545)
19325         * doprnt.c (doprnt): Make sure `format' is never accessed beyond
19326         `format_end'.  Remove support for %l as a conversion specifier.
19327         Don't use xrealloc.  Improve diagnostics when the %l size modifier
19328         is used.  Update the commentary.
19330         * eval.c (verror): Simplify calculation of size_t.
19332         * coding.c (Ffind_operation_coding_system): Fix diagnostic error
19333         messages.
19335 2011-04-27  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
19337         * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
19338         change.
19340 2011-04-27  Paul Eggert  <eggert@cs.ucla.edu>
19342         * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
19343         This makes this file independent of the recent pseudovector change.
19345 2011-04-26  Paul Eggert  <eggert@cs.ucla.edu>
19347         * keyboard.c (handle_user_signal): Fix pointer signedness problem.
19349         * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
19350         (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
19351         Remove unused local.
19352         (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
19354         * lisp.h: Fix a problem with aliasing and vector headers.  (Bug#8546)
19355         GCC 4.6.0 optimizes based on type-based alias analysis.
19356         For example, if b is of type struct buffer * and v of type struct
19357         Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
19358         != &v->size, and therefore "v->size = 1; b->size = 2; return
19359         v->size;" must therefore return 1.  This assumption is incorrect
19360         for Emacs, since it type-puns struct Lisp_Vector * with many other
19361         types.  To fix this problem, this patch adds a new type struct
19362         vectorlike_header that documents the constraints on layout of vectors
19363         and pseudovectors, and helps optimizing compilers not get fooled
19364         by Emacs's type punning.  It also adds the macros XSETTYPED_PVECTYPE
19365         XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
19366         * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
19367         the size member.
19368         (XSETPVECTYPE): Rewrite in terms of new macro.
19369         (XSETPVECTYPESIZE): New macro, specifying both type and size.
19370         This is a bit clearer, and further avoids the possibility of
19371         undesirable aliasing.
19372         (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
19373         (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
19374         (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
19375         since Lisp_Subr is a special case (no "next" field).
19376         (ASIZE): Now uses header.size rather than size.
19377         All previous uses of XVECTOR (foo)->size replaced to use this macro,
19378         to avoid the hassle of writing XVECTOR (foo)->header.size.
19379         (struct vectorlike_header): New type.
19380         (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
19381         object, to help avoid aliasing.
19382         (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
19383         (SUBRP): Likewise, since Lisp_Subr is a special case.
19384         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
19385         (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
19386         (struct Lisp_Hash_Table): Combine first two members into a single
19387         struct vectorlike_header member.  All uses of "size" and "next" members
19388         changed to be "header.size" and "header.next".
19389         * buffer.h (struct buffer): Likewise.
19390         * font.h (struct font_spec, struct font_entity, struct font): Likewise.
19391         * frame.h (struct frame): Likewise.
19392         * process.h (struct Lisp_Process): Likewise.
19393         * termhooks.h (struct terminal): Likewise.
19394         * window.c (struct save_window_data, struct saved_window): Likewise.
19395         * window.h (struct window): Likewise.
19396         * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
19397         Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
19398         * buffer.c (init_buffer_once): Likewise.
19399         * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
19400         special case.
19401         * process.c (Fformat_network_address): Use local var for size,
19402         for brevity.
19404         * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
19406         Make the Lisp reader and string-to-float more consistent (Bug#8525)
19407         * data.c (atof): Remove decl; no longer used or needed.
19408         (digit_to_number): Move to lread.c.
19409         (Fstring_to_number): Use new string_to_number function, to be
19410         consistent with how the Lisp reader treats infinities and NaNs.
19411         Do not assume that floating-point numbers represent EMACS_INT
19412         without losing information; this is not true on most 64-bit hosts.
19413         Avoid double-rounding errors, by insisting on integers when
19414         parsing non-base-10 numbers, as the documentation specifies.
19415         * lisp.h (string_to_number): New decl, replacing ...
19416         (isfloat_string): Remove.
19417         * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
19418         (read1): Do not accept +. and -. as integers; this
19419         appears to have been a coding error.  Similarly, do not accept
19420         strings like +-1e0 as floating point numbers.  Do not report
19421         overflow for integer overflows unless the base is not 10 which
19422         means we have no simple and reliable way to continue.
19423         Break out the floating-point parsing into a new
19424         function string_to_number, so that Fstring_to_number parses
19425         floating point numbers consistently with the Lisp reader.
19426         (digit_to_number): Move here from data.c.  Make it static inline.
19427         (E_CHAR, EXP_INT): Remove, replacing with ...
19428         (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
19429         (string_to_number): New function, replacing isfloat_string.
19430         This function checks for valid syntax and produces the resulting
19431         Lisp float number too.  Rework it so that string-to-number
19432         no longer mishandles examples like "1.0e+".  Use strtoumax,
19433         so that overflow for non-base-10 numbers is reported only when
19434         there's no portable and simple way to convert to floating point.
19436         * textprop.c (set_text_properties_1): Rewrite for clarity,
19437         and to avoid GCC warning about integer overflow.
19439         * intervals.h (struct interval): Use EMACS_INT for members
19440         where EMACS_UINT might cause problems.  See
19441         <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
19442         (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
19443         * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
19444         All uses changed.
19445         (offset_intervals): Tell GCC not to worry about length overflow
19446         when negating a negative length.
19448         * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
19449         (overrun_check_free): Likewise.
19451         * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
19452         in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
19453         word size.
19455         * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
19456         (gnutls_make_error): Rename local to avoid shadowing.
19457         (gnutls_emacs_global_deinit): ifdef out; not used.
19458         (Fgnutls_boot): Use const for pointer to readonly storage.
19459         Comment out unused local.  Fix pointer signedness problems.
19461         * lread.c (openp): Don't stuff size_t into an 'int'.
19462         Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
19463         about possible signed overflow.
19465         * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
19466         (GDK_KEY_g): Don't define if already defined.
19467         (xg_prepare_tooltip): Avoid pointer signedness problem.
19468         (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
19470         * process.c (Fnetwork_interface_info): Avoid left-shift undefined
19471         behavior with 1 << 31.  GCC 4.6.0 warns about this on 32-bit hosts.
19473         * xfns.c (Fx_window_property): Simplify a bit,
19474         to make a bit faster and to avoid GCC 4.6.0 warning.
19475         * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
19477         * fns.c (internal_equal): Don't assume size_t fits in int.
19479         * alloc.c (compact_small_strings): Tighten assertion a little.
19481         Replace pEd with more-general pI, and fix some printf arg casts.
19482         * lisp.h (pI): New macro, generalizing old pEd macro to other
19483         conversion specifiers.  For example, use "...%"pI"d..." rather
19484         than "...%"pEd"...".
19485         (pEd): Remove.  All uses replaced with similar uses of pI.
19486         * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
19487         * alloc.c (check_pure_size): Don't overflow by converting size to int.
19488         * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
19489         * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
19490         * dbusbind.c (xd_append_arg): Use pI to avoid cast.
19491         (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
19492         * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
19493         64-bit hosts.
19494         (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
19495         * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
19496         * print.c (safe_debug_print, print_object): Likewise.
19497         (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
19498         to int.
19499         Use pI instead of if-then-else-abort.  Use %p to avoid casts,
19500         avoiding the 0 flag, which is not portable.
19501         * process.c (Fmake_network_process): Use pI to avoid cast.
19502         * region-cache.c (pp_cache): Likewise.
19503         * xdisp.c (decode_mode_spec): Likewise.
19504         * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
19505         behavior on 64-bit hosts with printf arg.
19506         * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
19507         (x_stop_queuing_selection_requests): Likewise.
19508         (x_get_window_property): Don't truncate byte count to an 'int'
19509         when tracing.
19511         * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
19512         here, since it parses constructs like leading '-' and spaces,
19513         which are not wanted; and it overflows with large numbers.
19514         Instead, simply match F[0-9]+, which is what is wanted anyway.
19516         * alloc.c: Remove unportable assumptions about struct layout.
19517         (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
19518         (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
19519         (allocate_vectorlike, make_pure_vector): Use the new macros,
19520         plus offsetof, to remove unportable assumptions about struct layout.
19521         These assumptions hold on all porting targets that I know of, but
19522         they are not guaranteed, they're easy to remove, and removing them
19523         makes further changes easier.
19525         * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
19526         This doesn't fix a bug but makes the code clearer.
19527         (string_overrun_cookie): Now const.  Use initializers that
19528         don't formally overflow signed char, to avoid warnings.
19529         (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
19530         can cause Emacs to crash when string overrun checking is enabled.
19531         (allocate_buffer): Don't assume sizeof (struct buffer) is a
19532         multiple of sizeof (EMACS_INT); it need not be, if
19533         alignof(EMACS_INT) < sizeof (EMACS_INT).
19534         (check_sblock, check_string_bytes, check_string_free_list): Protoize.
19536 2011-04-26  Juanma Barranquero  <lekktu@gmail.com>
19538         * keyboard.c (QCrtl): Rename from Qrtl.  All uses changed.
19540 2011-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
19542         * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
19543         supposed to be handshaking.  (Bug#8556)
19544         Reported by Paul Eggert <eggert@cs.ucla.edu>.
19546 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
19548         * lisp.h (Qdebug): List symbol.
19549         * eval.c (Qdebug): Restore global linkage.
19550         * keyboard.c (debug-on-event): New variable.
19551         (handle_user_signal): Break into debugger when debug-on-event
19552         matches the current signal symbol.
19554 2011-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
19556         * alloc.c (check_sblock, check_string_bytes)
19557         (check_string_free_list): Convert to standard C.
19559 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
19561         * w32.c (emacs_gnutls_push): Fix typo.
19563 2011-04-25  Eli Zaretskii  <eliz@gnu.org>
19565         * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
19566         "cast to pointer from integer of different size".
19568         Improve doprnt and its use in verror.  (Bug#8545)
19569         * doprnt.c (doprnt): Document the set of format control sequences
19570         supported by the function.  Use SAFE_ALLOCA instead of always
19571         using `alloca'.
19573         * eval.c (verror): Don't limit the buffer size at size_max-1, that
19574         is one byte too soon.  Don't use xrealloc; instead xfree and
19575         xmalloc anew.
19577 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
19579         * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
19580         callbacks stage.
19582         * gnutls.c: Renamed global_initialized to
19583         gnutls_global_initialized.  Added internals for the
19584         :verify-hostname-error, :verify-error, and :verify-flags
19585         parameters of `gnutls-boot' and documented those parameters in the
19586         docstring.  Start callback support.
19587         (emacs_gnutls_handshake): Add Woe32 support.  Retry handshake
19588         unless a fatal error occurred.  Call gnutls_alert_send_appropriate
19589         on error.  Return error code.
19590         (emacs_gnutls_write): Call emacs_gnutls_handle_error.
19591         (emacs_gnutls_read): Likewise.
19592         (Fgnutls_boot): Return handshake error code.
19593         (emacs_gnutls_handle_error): New function.
19594         (wsaerror_to_errno): Likewise.
19596         * w32.h (emacs_gnutls_pull): Add prototype.
19597         (emacs_gnutls_push): Likewise.
19599         * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
19600         (emacs_gnutls_push): Likewise.
19602 2011-04-24  Claudio Bley  <claudio.bley@gmail.com>  (tiny change)
19604         * process.c (wait_reading_process_output): Check if GnuTLS
19605         buffered some data internally if no FDs are set for TLS
19606         connections.
19608         * makefile.w32-in (OBJ2): Add gnutls.$(O).
19609         (LIBS): Link to USER_LIBS.
19610         ($(BLD)/gnutls.$(0)): New target.
19612 2011-04-24  Eli Zaretskii  <eliz@gnu.org>
19614         * xdisp.c (handle_single_display_spec): Rename the
19615         display_replaced_before_p argument into display_replaced_p, to
19616         make it consistent with the commentary.  Fix typos in the
19617         commentary.
19619         * textprop.c (syms_of_textprop): Remove dead code.
19620         (copy_text_properties): Delete obsolete commentary about an
19621         interface that was deleted long ago.  Fix typos in the description
19622         of arguments.
19624         * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
19625         to changes in oldXMenu/XMenu.h from 2011-04-16.
19626         <menu_help_message, prev_menu_help_message>: Constify.
19627         (IT_menu_make_room): menu->help_text is now `const char **';
19628         adjust.
19630         * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
19631         to changes in oldXMenu/XMenu.h from 2011-04-16.
19632         (struct XMenu): Declare `help_text' `const char **'.
19634         * xfaces.c <Qunspecified>: Make extern again.
19636         * syntax.c: Include sys/types.h before including regex.h, as
19637         required by POSIX.
19639         * doc.c (get_doc_string): Improve the format passed to `error'.
19641         * doprnt.c (doprnt): Improve commentary.
19643         * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
19645         * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
19646         them with etags.
19648         * makefile.w32-in (globals.h): Add a dummy recipe, to make any
19649         changes in globals.h immediately force recompilation.
19650         (TAGS): Depend on $(CURDIR)/m/intel386.h and
19651         $(CURDIR)/s/ms-w32.h.
19652         (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
19654         * character.c (Fchar_direction): Function deleted.
19655         (syms_of_character): Don't defsubr it.
19656         <char-direction-table>: Deleted.
19658 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
19660         Fix doprnt so it could be used again safely in `verror'.  (Bug#8435)
19661         * doprnt.c: Include limits.h.
19662         (SIZE_MAX): New macro.
19663         (doprnt): Return a size_t value.  2nd arg is now size_t.
19664         Many local variables are now size_t instead of int or unsigned.
19665         Improve overflow protection.  Support `l' modifier for integer
19666         conversions.  Support %l conversion.  Don't assume an EMACS_INT
19667         argument for integer conversions and for %c.
19669         * lisp.h (doprnt): Restore prototype.
19671         * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
19672         $(SRC)/character.h.
19674         * Makefile.in (base_obj): Add back doprnt.o.
19676         * deps.mk (doprnt.o): Add back prerequisites.
19677         (callint.o): Depend on character.h.
19679         * eval.c (internal_lisp_condition_case): Include the handler
19680         representation in the error message.
19681         (verror): Call doprnt instead of vsnprintf.  Fix an off-by-one bug
19682         when breaking from the loop.
19684         * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
19686         * callint.c (Fcall_interactively): When displaying error message
19687         about invalid control letter, pass the character's codepoint, not
19688         a pointer to its multibyte form.  Improve display of the character
19689         in octal and display also its hex code.
19691         * character.c (char_string): Use %x to display the (unsigned)
19692         codepoint of an invalid character, to avoid displaying a bogus
19693         negative value.
19695         * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
19696         `error', not SYMBOL_NAME itself.
19698         * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
19699         character arguments to `error'.
19701         * charset.c (check_iso_charset_parameter): Fix incorrect argument
19702         to `error' in error message about FINAL_CHAR argument.  Make sure
19703         FINAL_CHAR is a character, and use %c when it is passed as
19704         argument to `error'.
19706 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
19708         * s/ms-w32.h (localtime): Redirect to sys_localtime.
19710         * w32.c: Include <time.h>.
19711         (sys_localtime): New function.
19713 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
19715         * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
19717         * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
19719 2011-04-23  Samuel Thibault  <sthibault@debian.org>  (tiny change)
19721         * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
19722         zombies (Bug#8467).
19724 2011-04-19  Eli Zaretskii  <eliz@gnu.org>
19726         * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
19727         gl_state.e_property when gl_state.object is Qt.
19729         * insdel.c (make_gap_larger): Remove limitation of buffer size
19730         to <= INT_MAX.
19732 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
19734         * xdisp.c (lookup_glyphless_char_display)
19735         (produce_glyphless_glyph): Handle cons cell entry in
19736         glyphless-char-display.
19737         (Vglyphless_char_display): Document it.
19739         * term.c (produce_glyphless_glyph): Handle cons cell entry in
19740         glyphless-char-display.
19742 2011-04-17  Chong Yidong  <cyd@stupidchicken.com>
19744         * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
19746         * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
19748         * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
19749         definition for no-X builds.
19751 2011-04-16  Paul Eggert  <eggert@cs.ucla.edu>
19753         Static checks with GCC 4.6.0 and non-default toolkits.
19755         * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
19757         * process.c (keyboard_bit_set): Define only if SIGIO.
19758         (send_process_trap): Mark it with NO_RETURN if it doesn't return.
19759         (send_process): Repair possible setjmp clobbering.
19761         * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
19763         * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
19765         * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
19767         * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
19768         Define only if needed.
19770         * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
19771         by pacifying GCC about it.  Maybe it's time to retire it?
19772         * xfaces.c (USG, __TIMEVAL__): Likewise.
19774         * dispextern.h (struct redisplay_interface): Rename param
19775         to avoid shadowing.
19776         * termhooks.h (struct terminal): Likewise.
19777         * xterm.c (xembed_send_message): Likewise.
19779         * insdel.c (make_gap_smaller): Define only if
19780         USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
19782         * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
19783         it.
19785         * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
19786         so that we aren't warned about unused symbols.
19788         * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
19790         * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
19792         * xfns.c (x_real_positions): Mark locals as initialized.
19794         * xmenu.c (xmenu_show): Don't use uninitialized vars.
19796         * xterm.c: Fix problems found by static analysis with other toolkits.
19797         (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
19798         (x_dispatch_event): Declare static if USE_GTK, and
19799         define if USE_GTK || USE_X_TOOLKIT.
19800         (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
19801         * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
19802         * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
19803         if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
19805         * xmenu.c (menu_help_callback): Pointer type fixes.
19806         Use const pointers when pointing at readonly data.  Avoid pointer
19807         signedness clashes.
19808         (FALSE): Remove unused macro.
19809         (update_frame_menubar): Remove unused decl.
19811         * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
19813         * menu.c (push_submenu_start, push_submenu_end): Do not define unless
19814         USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
19815         (single_menu_item): Rename local to avoid shadowing.
19817         * keyboard.c (make_lispy_event): Remove unused local var.
19819         * frame.c, frame.h (x_get_resource_string): Bring this back, but
19820         only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
19822         * bitmaps: Change bitmaps from unsigned char back to the X11
19823         compatible char.  Avoid the old compiler warnings about
19824         out-of-range initializers by using, for example, '\xab' rather
19825         than 0xab.
19827         * xgselect.c (xgselect_initialize): Check vs interface
19828         even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
19830         * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
19832         * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
19833         to read-only memory.
19835         * fns.c (vector): Remove; this old hack is no longer needed.
19837         * xsmfns.c (create_client_leader_window): Rename shadowing arg.
19838         Remove unused var.
19839         (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
19841         * xrdb.c (x_load_resources): Omit unused local.
19843         * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
19844         (x_window): Rename locals to avoid shadowing.
19845         (USG): Use the kludged USG macro, to pacify gcc.
19847         * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
19848         (x_term_init): Remove local to avoid shadowing.
19850         * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
19852         * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
19853         USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
19855 2011-04-16  Eli Zaretskii  <eliz@gnu.org>
19857         * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
19859         Fix regex.c, syntax.c and friends for buffers > 2GB.
19860         * syntax.h (struct gl_state_s): Declare character position members
19861         EMACS_INT.
19863         * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
19865         * textprop.c (verify_interval_modification, interval_of):
19866         Declare arguments EMACS_INT.
19868         * intervals.c (adjust_intervals_for_insertion): Declare arguments
19869         EMACS_INT.
19871         * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
19873         * indent.c (Fvertical_motion): Local variable it_start is now
19874         EMACS_INT.
19876         * regex.c (re_match, re_match_2, re_match_2_internal)
19877         (bcmp_translate, regcomp, regexec, print_double_string)
19878         (group_in_compile_stack, re_search, re_search_2, regex_compile)
19879         (re_compile_pattern, re_exec): Declare arguments and local
19880         variables `size_t' and `ssize_t' and return values `regoff_t', as
19881         appropriate.
19882         (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
19883         (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
19884         <compile_stack_type>: `size' and `avail' are now `size_t'.
19886         * regex.h <regoff_t>: Use ssize_t, not int.
19887         (re_search, re_search_2, re_match, re_match_2): Arguments that
19888         specify buffer/string position and length are now ssize_t and
19889         size_t.  Return type is regoff_t.
19891 2011-04-16  Ben Key  <bkey76@gmail.com>
19893         * nsfont.m: Fixed bugs in ns_get_family and
19894         ns_descriptor_to_entity that were caused by using free to
19895         deallocate memory blocks that were allocated by xmalloc (via
19896         xstrdup).  This caused Emacs to crash when compiled with
19897         XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
19898         --enable-checking=xmallocoverrun).  xfree is now used to
19899         deallocate these memory blocks.
19901 2011-04-15  Paul Eggert  <eggert@cs.ucla.edu>
19903         * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
19905         emacs_write: Accept and return EMACS_INT for sizes.
19906         See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
19907         et seq.
19908         * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
19909         Accept and return EMACS_INT.
19910         (emacs_gnutls_write): Return the number of bytes written on
19911         partial writes.
19912         * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
19913         (emacs_read, emacs_write): Remove check for negative size, as the
19914         Emacs source code has been audited now.
19915         * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
19916         (emacs_read, emacs_write): Use it.
19917         * process.c (send_process): Adjust to the new signatures of
19918         emacs_write and emacs_gnutls_write.  Do not attempt to store
19919         a byte offset into an 'int'; it might overflow.
19920         See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
19922         * sound.c: Don't assume sizes fit in 'int'.
19923         (struct sound_device.period_size, alsa_period_size):
19924         Return EMACS_INT, not int.
19925         (struct sound_device.write, vox_write, alsa_write):
19926         Accept EMACS_INT, not int.
19927         (wav_play, au_play): Use EMACS_INT to store sizes and to
19928         record read return values.
19930 2011-04-15  Ben Key  <bkey76@gmail.com>
19932         * keyboard.c (Qundefined): Don't declare static since it is used
19933         in nsfns.m.
19934         * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
19935         static since they are used in nsfont.m.
19937 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19939         * process.c (Qprocessp): Don't declare static.
19940         * lisp.h (Qprocessp): Declare again.
19942 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
19944         * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
19946 2011-04-14  Paul Eggert  <eggert@cs.ucla.edu>
19948         Improve C-level modularity by making more things 'static'.
19950         Don't publish debugger-only interfaces to other modules.
19951         * lisp.h (safe_debug_print, debug_output_compilation_hack):
19952         (verify_bytepos, count_markers): Move decls to the only modules
19953         that need them.
19954         * region-cache.h (pp_cache): Likewise.
19955         * window.h (check_all_windows): Likewise.
19956         * marker.c, print.c, region-cache.c, window.c: Decls moved here.
19958         * sysdep.c (croak): Now static, if
19959         defined TIOCNOTTY || defined USG5 || defined CYGWIN.
19960         * syssignal.h (croak): Declare only if not static.
19962         * alloc.c (refill_memory_reserve): Now static if
19963         !defined REL_ALLOC || defined SYSTEM_MALLOC.
19964         * lisp.h (refill_memory_reserve): Declare only if not static.
19966         * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
19967         Define only if USE_LUCID.
19969         * xrdb.c (x_customization_string, x_rm_string): Now static.
19971         * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
19972         * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
19974         * xdisp.c (draw_row_with_mouse_face): Now static.
19975         * dispextern.h (draw_row_with_mouse_fave): Remove decl.
19977         * window.h (check_all_windows): Mark externally visible.
19979         * window.c (window_deletion_count): Now static.
19981         * undo.c: Make symbols static if they're not exported.
19982         (last_undo_buffer, last_boundary_position, pending_boundary):
19983         Now static.
19985         * textprop.c (interval_insert_behind_hooks): Now static.
19986         (interval_insert_in_front_hooks): Likewise.
19988         * term.c: Make symbols static if they're not exported.
19989         (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
19990         (max_frame_lines, tty_set_terminal_modes):
19991         (tty_reset_terminal_modes, tty_turn_off_highlight):
19992         (get_tty_terminal): Now static.
19993         (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
19994         * termhooks.h (term_mouse_moveto): Do not declare if
19995         HAVE_WINDOW_SYSTEM.
19996         * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
19997         (tty_turn_off_highlight, get_tty_terminal): Remove decls.
19999         * sysdep.c: Make symbols static if they're not exported.
20000         (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
20001         Now static.
20002         (sigprocmask_set, full_mask): Remove; unused.
20003         (wait_debugging): Mark as visible.
20004         * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
20005         * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
20007         * syntax.c (syntax_temp): Define only if !__GNUC__.
20009         * sound.c (current_sound_device, current_sound): Now static.
20011         * search.c (searchbufs, searchbuf_head): Now static.
20013         * scroll.c (scroll_cost): Remove; unused.
20014         * dispextern.h (scroll_cost): Remove decl.
20016         * region-cache.h (pp_cache): Mark as externally visible.
20018         * process.c: Make symbols static if they're not exported.
20019         (process_tick, update_tick, create_process, chan_process):
20020         (Vprocess_alist, proc_buffered_char, datagram_access):
20021         (fd_callback_data, send_process_frame, process_sent_to): Now static.
20022         (deactivate_process): Mark defn as static, as well as decl.
20023         * lisp.h (create_process): Remove decl.
20024         * process.h (chan_process, Vprocess_alist): Remove decls.
20026         * print.c: Make symbols static if they're not exported.
20027         (print_depth, new_backquote_output, being_printed, print_buffer):
20028         (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
20029         (print_interval, print_number_index, initial_stderr_stream):
20030         Now static.
20031         * lisp.h (Fprinc): Remove decl.
20032         (debug_output_compilation_hack): Mark as externally visible.
20034         * sysdep.c (croak): Move decl from here to syssignal.h.
20035         * syssignal.h (croak): Put it here, so the API can be checked when
20036         'croak' is called from dissociate_if_controlling_tty.
20038         * minibuf.c: Make symbols static if they're not exported.
20039         (minibuf_save_list, choose_minibuf_frame): Now static.
20040         * lisp.h (choose_minibuf_frame): Remove decl.
20042         * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
20044         * lread.c: Make symbols static if they're not exported.
20045         (read_objects, initial_obarray, oblookup_last_bucket_number):
20046         Now static.
20047         (make_symbol): Remove; unused.
20048         * lisp.h (initial_obarray, make_symbol): Remove decls.
20050         * keyboard.c: Make symbols static if they're not exported.
20051         (single_kboard, recent_keys_index, total_keys, recent_keys):
20052         (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
20053         (this_single_command_key_start, echoing, last_auto_save):
20054         (read_key_sequence_cmd, dribble, recursive_edit_unwind):
20055         (command_loop, echo_now, keyboard_init_hook, help_char_p):
20056         (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
20057         (Vlispy_mouse_stem, double_click_count):
20058         Now static.
20059         (force_auto_save_soon): Define only if SIGDANGER.
20060         (ignore_mouse_drag_p): Now static if
20061         !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
20062         (print_help): Remove; unused.
20063         (stop_character, last_timer_event): Mark as externally visible.
20064         * keyboard.h (ignore_mouse_drag_p): Declare only if
20065         defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
20066         (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
20067         * lisp.h (echoing): Remove decl.
20068         (force_auto_save_soon): Declare only if SIGDANGER.
20069         * xdisp.c (redisplay_window): Simplify code, to make it more
20070         obvious that ignore_mouse_drag_p is not accessed if !defined
20071         USE_GTK && !defined HAVE_NS.
20073         * intervals.c: Make symbols static if they're not exported.
20074         (merge_properties_sticky, merge_interval_right, delete_interval):
20075         Now static.
20076         * intervals.h (merge_interval_right, delete_interval): Remove decls.
20078         * insdel.c: Make symbols static if they're not exported.
20079         However, leave prepare_to_modify_buffer alone.  It's never
20080         called from outside this function, but that appears to be a bug.
20081         (combine_after_change_list, combine_after_change_buffer):
20082         (adjust_after_replace, signal_before_change): Now static.
20083         (adjust_after_replace_noundo): Remove; unused.
20084         * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
20085         (signal_before_change): Remove decls.
20087         * indent.c (val_compute_motion, val_vmotion): Now static.
20089         * image.c: Make symbols static if they're not exported.
20090         * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
20091         if USE_GTK.
20092         * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
20093         (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
20095         * fringe.c (standard_bitmaps): Now static.
20096         (max_used_fringe_bitmap): Now static, unless HAVE_NS.
20098         * frame.c: Make symbols static if they're not exported.
20099         (x_report_frame_params, make_terminal_frame): Now static.
20100         (get_frame_param): Now static, unless HAVE_NS.
20101         (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
20102         (x_get_resource_string): Remove; not used.
20103         * frame.h (make_terminal_frame, x_report_frame_params):
20104         (x_get_resource_string); Remove decls.
20105         (x_fullscreen_adjust): Declare only if WINDOWSNT.
20106         * lisp.h (get_frame_param): Declare only if HAVE_NS.
20108         * font.c, fontset.c: Make symbols static if they're not exported.
20109         * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
20110         (FACE_SUITABLE_FOR_CHAR_P): Use it.
20111         * font.c (font_close_object): Now static.
20112         * font.h (font_close_object): Remove.
20113         * fontset.c (FONTSET_OBJLIST): Remove.
20114         (free_realized_fontset) #if-0 the body, which does nothing.
20115         (face_suitable_for_char_p): #if-0, as it's never called.
20116         * fontset.h (face_suitable_for_char_p): Remove decl.
20117         * xfaces.c (face_at_string_position):
20118         Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
20119         since 0 is always ASCII.
20121         * fns.c (weak_hash_tables): Now static.
20123         * fileio.c: Make symbols static if they're not exported.
20124         (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
20125         (Vwrite_region_annotation_buffers): Now static.
20127         * eval.c: Make symbols static if they're not exported.
20128         (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
20129         * lisp.h (backtrace_list): Remove decl.
20131         * emacs.c: Make symbols static if they're not exported.
20132         (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
20133         (fatal_error_code, fatal_error_signal_hook, standard_args):
20134         Now static.
20135         (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
20136         (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
20137         (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
20138         * lisp.h (fatal_error_signal_hook): Remove decl.
20139         (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
20141         * editfns.c: Move a (normally-unused) function to its only use.
20142         * editfns.c, lisp.h (get_operating_system_release): Remove.
20143         * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
20144         worth the hassle of breaking this out.
20146         * xterm.c: Make symbols static if they're not exported.
20147         (x_raise_frame, x_lower_frame, x_wm_set_window_state):
20148         (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
20149         (x_destroy_window, x_delete_display):
20150         Now static.
20151         (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
20152         (x_mouse_leave): Remove; unused.
20153         * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
20154         (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
20155         (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
20156         Remove decls.
20157         (x_mouse_leave): Declare only if WINDOWSNT.
20158         (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
20159         (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
20160         USE_X_TOOLKIT.
20162         * ftxfont.c: Make symbols static if they're not exported.
20163         (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
20164         HAVE_FREETYPE.
20165         * font.h (ftxfont_driver): Likewise.
20167         * xfns.c: Make symbols static if they're not exported.
20168         (x_last_font_name, x_display_info_for_name):
20169         (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
20170         (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
20171         (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
20172         (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
20173         (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
20174         (last_show_tip_args): Now static.
20175         (xic_defaut_fontset, xic_create_fontsetname): Define only if
20176         defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
20177         (x_screen_planes): Remove; unused.
20178         * dispextern.h (x_screen_planes): Remove decl.
20180         * dispnew.c: Make symbols static if they're not exported.
20181         * dispextern.h (redraw_garbaged_frames, scrolling):
20182         (increment_row_positions): Remove.
20183         * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
20184         (delayed_size_change, glyph_matrix_count, glyph_pool_count):
20185         Now static.
20186         (redraw_garbaged_frames): Remove; unused.
20188         * xfaces.c: Make symbols static if they're not exported.
20189         * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
20190         Remove decls.
20191         * xterm.h (defined_color): Remove decls.
20192         (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
20193         * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
20194         (menu_face_changed_default, defined_color, free_realized_face):
20195         (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
20196         (ascii_face_of_lisp_face): Remove; unused.
20198         * xdisp.c: Make symbols static if they're not exported.
20199         * dispextern.h (scratch_glyph_row, window_box_edges):
20200         (glyph_to_pixel_coords, set_cursor_from_row):
20201         (get_next_display_element, set_iterator_to_next):
20202         (highlight_trailing_whitespace, frame_to_window_pixel_xy):
20203         (show_mouse_face): Remove decls
20204         * frame.h (message_buf_print): Likewise.
20205         * lisp.h (pop_message, set_message, check_point_in_composition):
20206         Likewise.
20207         * xterm.h (set_vertical_scroll_bar): Likewise.
20208         * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
20209         (message_buf_print, scratch_glyph_row, displayed_buffer):
20210         (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
20211         (get_next_display_element, show_mouse_face, window_box_edges):
20212         (frame_to_window_pixel_xy, check_point_in_composition):
20213         (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
20214         (glyph_to_pixel_coords): Remove; unused.
20216         * dired.c (file_name_completion): Now static.
20218         * dbusbind.c (xd_in_read_queued_messages): Now static.
20220         * lisp.h (circular_list_error, FOREACH): Remove; unused.
20221         * data.c (circular_list_error): Remove.
20223         * commands.h (last_point_position, last_point_position_buffer):
20224         (last_point_position_window): Remove decls.
20225         * keyboard.c: Make these variables static.
20227         * coding.h (coding, code_convert_region, encode_coding_gap):
20228         Remove decls.
20229         * coding.c (Vsjis_coding_system, Vbig5_coding_system):
20230         (iso_code_class, detect_coding, code_convert_region): Now static.
20231         (encode_coding_gap): Remove; unused.
20233         * chartab.c (chartab_chars, chartab_bits): Now static.
20235         * charset.h (charset_iso_8859_1): Remove decl.
20236         * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
20237         Now static.
20239         * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
20240         * ccl.c (Vccl_program_table): Now static.
20241         (check_ccl_update): Remove; unused.
20243         * category.c (SET_CATEGORY_SET, set_category_set): Move here.
20244         * category.h: ... from here.
20245         * category.c (check_category_table, set_category_set): Now static.
20247         * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
20248         * lisp.h: Remove these decls.
20250         * buffer.c (buffer_count): Remove unused var.
20252         * bidi.c (bidi_dump_cached_states): Mark as externally visible,
20253         so that it's not optimized away.
20254         (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
20255         * dispextern.h (bidi_dump_cached_states): Remove, since it's
20256         exported only to the debugger.
20258         * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
20259         * atimer.h (run_all_atimers): Remove; not exported.
20261         font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
20262         * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
20263         was inaccessible from Lisp.
20264         (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
20265         * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
20267         alloc.c: Import and export fewer symbols, and remove unused items.
20268         * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
20269         is defined.
20270         (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
20271         it's not optimized away by whole-program optimization.
20272         (message_enable_multibyte, free_misc): Remove.
20273         (catchlist, handlerlist, mark_backtrace):
20274         Declare only if BYTE_MARK_STACK.
20275         (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
20276         * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
20277         (message_enable_multibyte): Remove decl.
20278         (free_misc, interval_free_list, float_block, float_block_index):
20279         (n_float_blocks, float_free_list, cons_block, cons_block_index):
20280         (cons_free_list, last_marked_index):
20281         Now static.
20282         (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
20283         * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
20284         (mark_backtrace): Define only if BYTE_MARK_STACK.
20285         * xdisp.c (message_enable_multibyte): Now static.
20287         Declare Lisp_Object Q* variables to be 'static' if not exported.
20288         This makes it easier for human readers (and static analyzers)
20289         to see whether these variables are used from other modules.
20290         * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
20291         * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
20292         * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
20293         * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
20294         * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
20295         * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
20296         * xmenu.c, xselect.c:
20297         Declare Q* vars static if they are not used in other modules.
20298         * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
20299         * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
20300         Remove decls of unexported vars.
20301         * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
20303         * lisp.h (DEFINE_FUNC): Make sname 'static'.
20305         Make Emacs functions such as Fatom 'static' by default.
20306         This makes it easier for human readers (and static analyzers)
20307         to see whether these functions can be called from other modules.
20308         DEFUN now defines a static function.  To make the function external
20309         so that it can be used in other C modules, use the new macro DEFUE.
20310         * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
20311         (Finit_image_library):
20312         (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
20313         (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
20314         (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
20315         Remove decls, since these functions are now static.
20316         (Funintern, Fget_internal_run_time): New decls, since these functions
20317         were already external.
20319         * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
20320         * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
20321         * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
20322         * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
20323         * keyboard.c, keymap.c, lread.c:
20324         * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
20325         * syntax.c, term.c, terminal.c, textprop.c, undo.c:
20326         * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
20327         Mark functions with DEFUE instead of DEFUN,
20328         if they are used in other modules.
20329         * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
20330         decls for now-static functions.
20331         * buffer.h (Fdelete_overlay): Remove decl.
20332         * callproc.c (Fgetenv_internal): Mark as internal.
20333         * composite.c (Fremove_list_of_text_properties): Remove decl.
20334         (Fcomposition_get_gstring): New forward static decl.
20335         * composite.h (Fcomposite_get_gstring): Remove decl.
20336         * dired.c (Ffile_attributes): New forward static decl.
20337         * doc.c (Fdocumntation_property): New forward static decl.
20338         * eval.c (Ffetch_bytecode): New forward static decl.
20339         (Funintern): Remove extern decl; now in .h file where it belongs.
20340         * fileio.c (Fmake_symbolic_link): New forward static decl.
20341         * image.c (Finit_image_library): New forward static decl.
20342         * insdel.c (Fcombine_after_change_execute): Make forward decl static.
20343         * intervals.h (Fprevious_property_change):
20344         (Fremove_list_of_text_properties): Remove decls.
20345         * keyboard.c (Fthis_command_keys): Remove decl.
20346         (Fcommand_execute): New forward static decl.
20347         * keymap.c (Flookup_key): New forward static decl.
20348         (Fcopy_keymap): Now static.
20349         * keymap.h (Flookup_key): Remove decl.
20350         * process.c (Fget_process): New forward static decl.
20351         (Fprocess_datagram_address): Mark as internal.
20352         * syntax.c (Fsyntax_table_p): New forward static decl.
20353         (skip_chars): Remove duplicate decl.
20354         * textprop.c (Fprevious_property_change): New forward static decl.
20355         * window.c (Fset_window_fringes, Fset_window_scroll_bars):
20356         Now internal.
20357         (Fset_window_margins, Fset_window_vscroll): New forward static decls.
20358         * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
20360         * editfns.c (Fformat): Remove unreachable code.
20362 2011-04-14  Andreas Schwab  <schwab@linux-m68k.org>
20364         * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
20365         change.  (Bug#8496)
20367 2011-04-13  Eli Zaretskii  <eliz@gnu.org>
20369         * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
20370         when at ZV.  (Bug#8487)
20372 2011-04-12  Andreas Schwab  <schwab@linux-m68k.org>
20374         * charset.c (Fclear_charset_maps): Use xfree instead of free.
20375         (Bug#8437)
20376         * keyboard.c (parse_tool_bar_item): Likewise.
20377         * sound.c (sound_cleanup, alsa_close): Likewise.
20378         * termcap.c (tgetent): Likewise.
20379         * xfns.c (x_default_font_parameter): Likewise.
20380         * xsettings.c (read_and_apply_settings): Likewise.
20382         * alloc.c (overrun_check_malloc, overrun_check_realloc)
20383         (overrun_check_free): Protoize.
20385 2011-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20387         * sysdep.c (emacs_read, emacs_write): Check for negative sizes
20388         since callers should never pass a negative size.
20389         Change the signature to match that of plain 'read' and 'write'; see
20390         <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
20391         * lisp.h: Update prototypes of emacs_write and emacs_read.
20393 2011-04-11  Eli Zaretskii  <eliz@gnu.org>
20395         * xdisp.c (redisplay_window): Don't try to determine the character
20396         position of the scroll margin if the window start point w->startp
20397         is outside the buffer's accessible region.  (Bug#8468)
20399 2011-04-10  Eli Zaretskii  <eliz@gnu.org>
20401         Fix write-region and its subroutines for buffers > 2GB.
20402         * fileio.c (a_write, e_write): Modify declaration of arguments and
20403         local variables to support buffers larger than 2GB.
20404         (Fcopy_file): Use EMACS_INT for return value of emacs_read.
20406         * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
20407         argument, local variables, and return value.
20409         * lisp.h: Update prototypes of emacs_write and emacs_read.
20411         * sound.c (vox_write): Use ssize_t for return value of emacs_write.
20413 2011-04-10  Paul Eggert  <eggert@cs.ucla.edu>
20415         * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
20417         Fix more problems found by GCC 4.6.0's static checks.
20419         * xdisp.c (vmessage): Use a better test for character truncation.
20421         * charset.c (load_charset_map): <, not <=, for optimization,
20422         and to avoid potential problems with integer overflow.
20423         * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
20424         * casetab.c (set_identity, shuffle): Likewise.
20425         * editfns.c (Fformat): Likewise.
20426         * syntax.c (skip_chars): Likewise.
20428         * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
20429         This also lets GCC 4.6.0 generate slightly better loop code.
20431         * callint.c (Fcall_interactively): <, not <=, for optimization.
20432         (Fcall_interactively): Count the number of arguments produced,
20433         not the number of arguments given.  This is simpler and lets GCC
20434         4.6.0 generate slightly better code.
20436         * ftfont.c: Distingish more carefully between FcChar8 and char.
20437         The previous code passed unsigned char * to a functions like
20438         strlen and xstrcasecmp that expect char *, which does not
20439         conform to the C standard.
20440         (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
20441         arguments to FcPatternGetString, and explicitly cast FcChar8 * to
20442         char * when the C standard requires it.
20444         * keyboard.c (read_char): Remove unused var.
20446         * eval.c: Port to Windows vsnprintf (Bug#8435).
20447         Include <limits.h>.
20448         (SIZE_MAX): Define if the headers do not.
20449         (verror): Do not give up if vsnprintf returns a negative count.
20450         Instead, grow the buffer.  This ports to Windows vsnprintf, which
20451         does not conform to C99.  Problem reported by Eli Zaretskii.
20452         Also, simplify the allocation scheme, by avoiding the need for
20453         calling realloc, and removing the ALLOCATED variable.
20455         * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
20457         Remove invocations of doprnt, as Emacs now uses vsnprintf.
20458         But keep the doprint source code for now, as we might revamp it
20459         and use it again (Bug#8435).
20460         * lisp.h (doprnt): Remove.
20461         * Makefile.in (base_obj): Remove doprnt.o.
20462         * deps.mk (doprnt.o): Remove.
20464         error: Print 32- and 64-bit integers portably (Bug#8435).
20465         Without this change, on typical 64-bit hosts error ("...%d...", N)
20466         was used to print both 32- and 64-bit integers N, which relied on
20467         undefined behavior.
20468         * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
20469         * lisp.h (error, verror): Mark as printf-like functions.
20470         * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
20471         Report overflow in size calculations when allocating printf buffer.
20472         Do not truncate output string at its first null byte.
20473         * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
20474         Truncate the output at a character boundary, since vsnprintf does not
20475         do that.
20476         * charset.c (check_iso_charset_parameter): Convert internal
20477         character to string before calling 'error', since %c now has the
20478         printf meaning.
20479         * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
20480         overflow when computing char to be passed to 'error'.  Do not
20481         pass Lisp_Object to 'error'; pass the integer instead.
20482         * nsfns.m (Fns_do_applescript): Use int, not long, since it's
20483         formatted with plain %d.
20485         * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
20487         * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
20489         * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
20491         * xterm.c (x_catch_errors): Remove duplicate declaration.
20493         * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
20495         * xdisp.c, lisp.h (message_nolog): Remove; unused.
20497 2011-04-10  Jim Meyering  <meyering@redhat.com>
20499         use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
20500         * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
20501         return ssize_t not "int", and use size_t as the buffer length.
20502         (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
20503         * gnutls.h: Update declarations.
20504         * process.c (read_process_output): Use ssize_t, to match.
20505         (send_process): Likewise.
20507 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
20509         * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
20511 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
20513         * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
20514         Use unsigned char, to match FcChar8 type definition.
20516         * xterm.c (handle_one_xevent):
20517         * xmenu.c (create_and_show_popup_menu):
20518         * xselect.c (x_decline_selection_request)
20519         (x_reply_selection_request): Avoid type-punned deref of X events.
20521 2011-04-09  Eli Zaretskii  <eliz@gnu.org>
20523         Fix some uses of `int' instead of EMACS_INT.
20524         * search.c (string_match_1, fast_string_match)
20525         (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
20526         (scan_buffer, find_next_newline_no_quit)
20527         (find_before_next_newline, search_command, Freplace_match)
20528         (Fmatch_data): Make some `int' variables be EMACS_INT.
20530         * xdisp.c (display_count_lines): 3rd argument and return value now
20531         EMACS_INT.  All callers changed.
20532         (pint2hrstr): Last argument is now EMACS_INT.
20534         * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
20535         (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
20536         (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
20537         (decode_coding_utf_16, decode_coding_emacs_mule)
20538         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20539         (decode_coding_ccl, decode_coding_charset)
20540         <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
20541         (decode_coding_iso_2022, decode_coding_emacs_mule)
20542         (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
20543         <char_offset, last_offset>: Declare EMACS_INT.
20544         (encode_coding_utf_8, encode_coding_utf_16)
20545         (encode_coding_emacs_mule, encode_invocation_designation)
20546         (encode_designation_at_bol, encode_coding_iso_2022)
20547         (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
20548         (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
20549         Declare EMACS_INT.
20550         (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
20551         (encode_invocation_designation): Last argument P_NCHARS is now
20552         EMACS_INT.
20553         (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
20554         (produce_chars): from_nchars and to_nchars are now EMACS_INT.
20556         * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
20557         All users changed.
20559         * ccl.c (Fccl_execute_on_string): Declare some variables
20560         EMACS_INT.
20562 2011-04-08  Samuel Thibault  <sthibault@debian.org>  (tiny change)
20564         * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
20566 2011-03-19  Christoph Scholtes  <cschol2112@googlemail.com>
20568         * process.c (Fformat_network_address): Doc fix.
20570 2011-04-08  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
20572         * xml.c (parse_region): Avoid creating spurious whitespace nodes.
20574 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
20576         * keyboard.c (read_char): Call Lisp function help-form-show,
20577         instead of using internal_with_output_to_temp_buffer.
20578         (Qhelp_form_show): New var.
20579         (syms_of_keyboard): Use DEFSYM macro.
20581         * print.c (internal_with_output_to_temp_buffer): Function deleted.
20583         * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
20585 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
20587         * process.c (Flist_processes): Remove to Lisp.
20588         (list_processes_1): Delete.
20590 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
20592         * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
20594         * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
20596 2011-04-06  Paul Eggert  <eggert@cs.ucla.edu>
20598         Fix more problems found by GCC 4.6.0's static checks.
20600         * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
20602         * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
20604         * lisp.h (message, message_nolog, fatal): Mark as printf-like.
20606         * xdisp.c (vmessage): Mark as a printf-like function.
20608         * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
20610         * sound.c (sound_warning): Don't crash if arg contains a printf format.
20612         * image.c (tiff_error_handler, tiff_warning_handler): Mark as
20613         printf-like functions.
20614         (tiff_load): Add casts to remove these marks before passing them
20615         to system-supplied API.
20617         * eval.c (Fsignal): Remove excess argument to 'fatal'.
20619         * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
20620         This avoids several warnings with gcc -Wstrict-overflow.
20621         (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
20622         directly, rather than having caller test rule sign.  This avoids
20623         some unnecessary tests.
20624         * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
20625         (COMPOSITION_ENCODE_RULE): Arguments now must be valid.  This
20626         affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
20628         * xfont.c (xfont_text_extents): Remove var that was set but not used.
20629         (xfont_open): Avoid unnecessary tests.
20631         * composite.c (composition_gstring_put_cache): Use unsigned integer.
20633         * composite.h, composite.c (composition_gstring_put_cache):
20634         Use EMACS_INT, not int, for length.
20636         * composite.h (COMPOSITION_DECODE_REFS): New macro,
20637         breaking out part of COMPOSITION_DECODE_RULE.
20638         (COMPOSITION_DECODE_RULE): Use it.
20639         * composite.c (get_composition_id): Remove unused local vars,
20640         by using the new macro.
20642         * textprop.c (set_text_properties_1): Change while to do-while,
20643         since the condition is always true at first.
20645         * intervals.c (graft_intervals_into_buffer): Mark var as used.
20646         (interval_deletion_adjustment): Return unsigned value.
20647         All uses changed.
20649         * process.c (list_processes_1, create_pty, read_process_output):
20650         (exec_sentinel): Remove vars that were set but not used.
20651         (create_pty): Remove unnecessary "volatile"s.
20652         (Fnetwork_interface_info): Avoid possibility of int overflow.
20653         (read_process_output): Do adaptive read buffering even if carryover.
20654         (read_process_output): Simplify nbytes computation if buffered.
20656         * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
20658         * syntax.c (scan_words): Remove var that was set but not used.
20659         (update_syntax_table): Use unsigned instead of int.
20661         * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
20662         (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
20663         (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
20665         * print.c (print_error_message): Avoid int overflow.
20667         * font.c (font_list_entities): Redo for clarity,
20668         so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
20670         * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
20671         (font_score): Avoid potential overflow in diff calculation.
20673         * fns.c (substring_both): Remove var that is set but not used.
20674         (sxhash): Redo loop for clarity and to avoid wraparound warning.
20676         * eval.c (funcall_lambda): Rename local to avoid shadowing.
20678         * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
20679         Otherwise, GCC 4.6.0 optimizes the loop check away since the check
20680         can always succeed if overflow has undefined behavior.
20682         * search.c (boyer_moore, wordify): Remove vars set but not used.
20683         (wordify): Omit three unnecessary tests.
20685         * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
20686         All callers changed.  This avoids the need for an unused var.
20688         * casefiddle.c (casify_region): Remove var that is set but not used.
20690         * dired.c (file_name_completion): Remove var that is set but not used.
20692         * fileio.c (Finsert_file_contents): Make EOF condition clearer.
20694         * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
20695         (Finsert_file_contents): Remove unnecessary code checking fd.
20697         * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
20698         Check for integer overflow on size calculations.
20700         * buffer.c (Fprevious_overlay_change): Remove var that is set
20701         but not used.
20703         * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
20704         Remove vars that are set but not used.
20705         (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
20706         (timer_check_2): Mark vars as initialized.
20708         * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
20710         * image.c (lookup_image): Remove var that is set but not used.
20711         (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
20713         * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
20714         that are set but not used.
20716         * xfns.c (make_invisible_cursor): Don't return garbage
20717         if XCreateBitmapFromData fails (Bug#8410).
20719         * xselect.c (x_get_local_selection, x_handle_property_notify):
20720         Remove vars that are set but not used.
20722         * xfns.c (x_create_tip_frame): Remove var that is set but not used.
20723         (make_invisible_cursor): Initialize a possibly-uninitialized variable.
20725         * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
20726         Remove var that is set but not used.
20727         (scroll_bar_windows_size): Now size_t, not int.
20728         (x_send_scroll_bar_event): Use size_t, not int, for sizes.
20729         Check for overflow.
20731         * xfaces.c (realize_named_face): Remove vars that are set but not used.
20732         (map_tty_color) [!defined MSDOS]: Likewise.
20734         * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
20736         * coding.c: Remove vars that are set but not used.
20737         (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
20738         All callers changed.
20739         (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
20740         (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
20741         (decode_coding_charset): Remove vars that are set but not used.
20743         * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
20744         that is set but not used.
20746         * print.c (print_object): Remove var that is set but not used.
20748         Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
20749         The gnulib version avoids calling malloc in the usual case,
20750         and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
20751         * fileio.c (Ffile_symlink_p): Use emacs_readlink.
20752         * filelock.c (current_lock_owner): Likewise.
20753         * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
20754         * sysdep.c: Include allocator.h, careadlinkat.h.
20755         (emacs_no_realloc_allocator): New static constant.
20756         (emacs_readlink): New function.
20757         * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
20758         ../lib/careadlinkat.h.
20760 2011-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20762         * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
20763         first non-nil return value).
20765 2011-04-03  Jan Djärv  <jan.h.d@swipnet.se>
20767         * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
20768         if not defined (Bug#8403).
20770 2011-04-02  Juanma Barranquero  <lekktu@gmail.com>
20772         * xdisp.c (display_count_lines): Remove parameter `start',
20773         unused since 1998-01-01T02:27:27Z!rms@gnu.org.  All callers changed.
20774         (get_char_face_and_encoding): Remove parameter `multibyte_p',
20775         unused since 2008-05-14T01:40:23Z!handa@m17n.org.  All callers changed.
20776         (fill_stretch_glyph_string): Remove parameters `row' and `area',
20777         unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
20778         and thereabouts.  All callers changed.
20779         (get_per_char_metric): Remove parameter `f', unused since
20780         2008-05-14T01:40:23Z!handa@m17n.org.  All callers changed.
20782 2011-04-02  Jim Meyering  <meyering@redhat.com>
20784         do not dereference NULL upon failed strdup
20785         * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
20786         (ns_get_family): Likewise.
20788 2011-04-02  Juanma Barranquero  <lekktu@gmail.com>
20790         * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
20792 2011-04-02  Jan Djärv  <jan.h.d@swipnet.se>
20794         * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
20795         later (Bug#8403).
20797 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20799         Add lexical binding.
20801         * window.c (Ftemp_output_buffer_show): New fun.
20802         (Fsave_window_excursion):
20803         * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
20805         * lread.c (lisp_file_lexically_bound_p): New function.
20806         (Fload): Bind Qlexical_binding.
20807         (readevalloop): Remove `evalfun' arg.
20808         Bind Qinternal_interpreter_environment.
20809         (Feval_buffer): Bind Qlexical_binding.
20810         (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
20811         Mark as dynamic.
20812         (syms_of_lread): Declare `lexical-binding'.
20814         * lisp.h (struct Lisp_Symbol): New field `declared_special'.
20816         * keyboard.c (eval_dyn): New fun.
20817         (menu_item_eval_property): Use it.
20819         * image.c (parse_image_spec): Use Ffunctionp.
20821         * fns.c (concat, mapcar1): Accept byte-code-functions.
20823         * eval.c (Fsetq): Handle lexical vars.
20824         (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
20825         (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
20826         (FletX, Flet): Obey lexical binding.
20827         (Fcommandp): Handle closures.
20828         (Feval): New `lexical' arg.
20829         (eval_sub): New function extracted from Feval.  Use it almost
20830         everywhere where Feval was used.  Look up vars in lexical env.
20831         Handle closures.
20832         (Ffunctionp): Move from subr.el.
20833         (Ffuncall): Handle closures.
20834         (apply_lambda): Remove `eval_flags'.
20835         (funcall_lambda): Handle closures and new byte-code-functions.
20836         (Fspecial_variable_p): New function.
20837         (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
20838         but without exporting it to Lisp.
20840         * doc.c (Fdocumentation, store_function_docstring):
20841         * data.c (Finteractive_form): Handle closures.
20843         * callint.c (Fcall_interactively): Preserve lexical-binding mode for
20844         interactive spec.
20846         * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
20847         New byte-codes.
20848         (exec_byte_code): New function extracted from Fbyte_code to handle new
20849         calling convention for byte-code-functions.  Add new byte-codes.
20851         * buffer.c (defvar_per_buffer): Set new `declared_special' field.
20853         * alloc.c (Fmake_symbol): Init new `declared_special' field.
20855 2011-03-31  Juanma Barranquero  <lekktu@gmail.com>
20857         * xdisp.c (redisplay_internal): Fix prototype.
20859 2011-03-31  Eli Zaretskii  <eliz@gnu.org>
20861         * xdisp.c (SCROLL_LIMIT): New macro.
20862         (try_scrolling): Use it when setting scroll_limit.
20863         Limit scrolling to 100 screen lines.
20864         (redisplay_window): Even when falling back on "recentering",
20865         position point in the window according to scroll-conservatively,
20866         scroll-margin, and scroll-*-aggressively variables.  (Bug#6671)
20868         (try_scrolling): When point is above the window, allow searching
20869         as far as scroll_max, or one screenful, to compute vertical
20870         distance from PT to the scroll margin position.  This prevents
20871         try_scrolling from unnecessarily failing when
20872         scroll-conservatively is set to a value slightly larger than the
20873         window height.  Clean up the case of PT below the margin at bottom
20874         of window: scroll_max can no longer be INT_MAX.  When aggressive
20875         scrolling is in use, don't let point enter the opposite scroll
20876         margin as result of the scroll.
20877         (syms_of_xdisp) <scroll-conservatively>: Document the
20878         threshold of 100 lines for never-recentering scrolling.
20880 2011-03-31  Juanma Barranquero  <lekktu@gmail.com>
20882         * dispextern.h (move_it_by_lines):
20883         * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
20884         since 2000-12-29T14:24:09Z!gerd@gnu.org.  All callers changed.
20885         (message_log_check_duplicate): Remove parameters `prev_bol' and
20886         `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org.  All callers changed.
20887         (redisplay_internal): Remove parameter `preserve_echo_area',
20888         unused since 1999-07-21T21:43:52Z!gerd@gnu.org.  All callers changed.
20890         * indent.c (Fvertical_motion):
20891         * window.c (window_scroll_pixel_based, Frecenter):
20892         Don't pass `need_y_p' to `move_it_by_lines'.
20894 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20896         * eval.c (struct backtrace): Don't cheat with negative numbers, but do
20897         steal a few bits to be more compact.
20898         (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
20899         Remove unneeded casts.
20901         * bytecode.c (Fbyte_code): CAR and CDR can GC.
20903 2011-03-30  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
20905         * keyboard.c (Fexecute_extended_command): Do log the "suggest key
20906         binding" message (bug#7967).
20908 2011-03-30  Paul Eggert  <eggert@cs.ucla.edu>
20910         Fix more problems found by GCC 4.6.0's static checks.
20912         * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
20913         Remove unused local var.
20915         * editfns.c (Fmessage_box): Remove unused local var.
20917         * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
20918         (note_mode_line_or_margin_highlight, note_mouse_highlight):
20919         Omit unused local vars.
20920         * window.c (shrink_windows): Omit unused local var.
20921         * menu.c (digest_single_submenu): Omit unused local var.
20922         * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
20923         Omit unused local var.
20925         * keyboard.c (parse_modifiers_uncached, parse_modifiers):
20926         Don't assume string length fits in int.
20927         (keyremap_step, read_key_sequence): Use size_t for sizes.
20928         (read_key_sequence): Don't check last_real_key_start redundantly.
20930         * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
20931         instead of alloca (Bug#8344).
20933         * eval.c (Fbacktrace): Don't assume nargs fits in int.
20934         (Fbacktrace_frame): Don't assume nframes fits in int.
20936         * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
20938         * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
20939         concerns.
20941         * term.c (produce_glyphless_glyph): Remove unnecessary test.
20943         * cm.c (calccost): Turn while-do into do-while, for clarity.
20945         * keyboard.c (syms_of_keyboard): Use the same style as later
20946         in this function when indexing through an array.  This also
20947         works around GCC bug 48267.
20949         * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
20951         * xselect.c (x_check_property_data): Return correct size (Bug#8335).
20953         * chartab.c (sub_char_table_ref_and_range): Redo for slight
20954         efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
20956         * keyboard.c, keyboard.h (num_input_events): Now size_t.
20957         This avoids undefined behavior on integer overflow, and is a bit
20958         more convenient anyway since it is compared to a size_t variable.
20960         Variadic C functions now count arguments with size_t, not int.
20961         This avoids an unnecessary limitation on 64-bit machines, which
20962         caused (substring ...) to crash on large vectors (Bug#8344).
20963         * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
20964         (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
20965         All variadic functions and their callers changed accordingly.
20966         (struct gcpro.nvars): Now size_t, not int.  All uses changed.
20967         * data.c (arith_driver, float_arith_driver): Likewise.
20968         * editfns.c (general_insert_function): Likewise.
20969         * eval.c (struct backtrace.nargs, interactive_p)
20970         (internal_condition_case_n, run_hook_with_args, apply_lambda)
20971         (funcall_lambda, mark_backtrace): Likewise.
20972         * fns.c (concat): Likewise.
20973         * frame.c (x_set_frame_parameters): Likewise.
20974         * fns.c (get_key_arg): Now accepts and returns size_t, and returns
20975         0 if not found, not -1.  All callers changed.
20977         * alloc.c (garbage_collect): Don't assume stack size fits in int.
20978         (stack_copy_size): Now size_t, not int.
20979         (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
20981 2011-03-28  Juanma Barranquero  <lekktu@gmail.com>
20983         * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
20984         unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
20985         All callers changed.
20987         * lisp.h (multibyte_char_to_unibyte):
20988         * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
20989         unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
20990         * character.h (CHAR_TO_BYTE8):
20991         * cmds.c (internal_self_insert):
20992         * editfns.c (general_insert_function):
20993         * keymap.c (push_key_description):
20994         * search.c (Freplace_match):
20995         * xdisp.c (message_dolog, set_message_1): All callers changed.
20997 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20999         * keyboard.c (safe_run_hook_funcall): New function.
21000         (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
21001         don't set the hook to nil, but remove the offending function instead.
21002         (Qcommand_hook_internal): Remove, unused.
21003         (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
21004         Vcommand_hook_internal.
21006         * eval.c (enum run_hooks_condition): Remove.
21007         (funcall_nil, funcall_not): New functions.
21008         (run_hook_with_args): Call each function through a `funcall' argument.
21009         Remove `cond' argument, now redundant.
21010         (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
21011         (Frun_hook_with_args_until_failure): Adjust accordingly.
21012         (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
21014 2011-03-28  Juanma Barranquero  <lekktu@gmail.com>
21016         * dispextern.h (string_buffer_position): Remove declaration.
21018         * print.c (strout): Remove parameter `multibyte', unused since
21019         1999-08-21T19:30:21Z!gerd@gnu.org.  All callers changed.
21021         * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
21022         never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
21023         All callers changed.
21025         * w32.c (_wsa_errlist): Use braces for struct initializers.
21027         * xdisp.c (string_buffer_position_lim): Remove parameter `w',
21028         never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
21029         All callers changed.
21030         (string_buffer_position): Likewise.  Also, make static (it's never
21031         used outside xdisp.c).
21032         (cursor_row_p): Remove parameter `w', unused since
21033         2000-10-17T16:08:57Z!gerd@gnu.org.  All callers changed.
21034         (decode_mode_spec): Remove parameter `precision', introduced during
21035         Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
21036         All callers changed.
21038 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
21040         * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
21042 2011-03-27  Anders Lindgren  <andlind@gmail.com>
21044         * nsterm.m (ns_menu_bar_is_hidden): New variable.
21045         (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
21046         (ns_update_auto_hide_menu_bar): New functions.
21047         (ns_update_begin): Call ns_update_auto_hide_menu_bar.
21048         (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
21049         ns_constrain_all_frames.
21050         (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
21051         (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
21053 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
21055         * nsmenu.m (runDialogAt): Remove argument to timer_check.
21057 2011-03-27  Glenn Morris  <rgm@gnu.org>
21059         * syssignal.h: Replace RETSIGTYPE with void.
21060         * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
21061         * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
21062         Replace SIGTYPE with void everywhere.
21063         * s/usg5-4-common.h (SIGTYPE): Remove definition.
21064         * s/template.h (SIGTYPE): Remove commented out definition.
21066 2011-03-26  Eli Zaretskii  <eliz@gnu.org>
21068         * xdisp.c (redisplay_window): Don't check buffer's clip_changed
21069         flag as a prerequisite for invoking try_scrolling.  (Bug#6671)
21071 2011-03-26  Juanma Barranquero  <lekktu@gmail.com>
21073         * w32.c (read_unc_volume): Use parameter `henum', instead of
21074         global variable `wget_enum_handle'.
21076         * keymap.c (describe_vector): Remove parameters `indices' and
21077         `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
21078         (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
21080         * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
21082         * keyboard.c (timer_check): Remove parameter `do_it_now',
21083         unused since 1996-04-12T06:01:29Z!rms@gnu.org.
21084         (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
21085         unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
21087         * keyboard.c (read_char):
21088         * w32menu.c (w32_menu_display_help):
21089         * xmenu.c (show_help_event, menu_help_callback):
21090         Adjust calls to `show_help_echo'.
21092         * gtkutil.c (xg_maybe_add_timer):
21093         * keyboard.c (readable_events):
21094         * process.c (wait_reading_process_output):
21095         * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
21097         * insdel.c (adjust_markers_gap_motion):
21098         Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
21099         (gap_left, gap_right): Don't call it.
21101 2011-03-25  Chong Yidong  <cyd@stupidchicken.com>
21103         * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
21104         incurred during fontification.
21106 2011-03-25  Juanma Barranquero  <lekktu@gmail.com>
21108         * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
21109         (DEFVAR_PER_BUFFER): Don't pass it.
21111         * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
21112         (scrolling_window): Don't pass it.
21114 2011-03-25  Juanma Barranquero  <lekktu@gmail.com>
21116         * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
21118         * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
21119         and `suffix'.
21120         (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
21121         of variables specific to SELinux and computation of `encoded_absname'.
21123         * image.c (XPutPixel): Remove unused variable `height'.
21125         * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
21127         * unexw32.c (get_section_info): Remove unused variable `section'.
21129         * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
21130         (system_process_attributes): Remove unused variable `sess'.
21131         (sys_read): Remove unused variable `err'.
21133         * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
21134         (w32_wnd_proc): Remove unused variable `isdead'.
21135         (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
21136         (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
21137         (x_create_tip_frame): Remove unused variable `tem'.
21139         * w32inevt.c (w32_console_read_socket):
21140         Remove unused variable `no_events'.
21142         * w32term.c (x_draw_composite_glyph_string_foreground):
21143         Remove unused variable `width'.
21145 2011-03-24  Juanma Barranquero  <lekktu@gmail.com>
21147         * w32term.c (x_set_glyph_string_clipping):
21148         Don't pass uninitialized region to CombineRgn.
21150 2011-03-23  Juanma Barranquero  <lekktu@gmail.com>
21152         * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
21153         (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
21154         (Fx_close_connection): Remove unused variable `i'.
21156         * w32font.c (w32font_draw): Return number of glyphs.
21157         (w32font_open_internal): Remove unused variable `i'.
21158         (w32font_driver): Add missing initializer.
21160         * w32menu.c (utf8to16): Remove unused variable `utf16'.
21161         (fill_in_menu): Remove unused variable `items_added'.
21163         * w32term.c (last_mouse_press_frame): Remove static global variable.
21164         (w32_clip_to_row): Remove unused variable `f'.
21165         (x_delete_terminal): Remove unused variable `i'.
21167         * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
21168         (NOTHING): Remove unused static global variable.
21169         (uniscribe_check_otf): Remove unused variable `table'.
21170         (uniscribe_font_driver): Add missing initializers.
21172 2011-03-23  Julien Danjou  <julien@danjou.info>
21174         * term.c (Fsuspend_tty, Fresume_tty):
21175         * minibuf.c (read_minibuf, run_exit_minibuf_hook):
21176         * window.c (temp_output_buffer_show):
21177         * insdel.c (signal_before_change):
21178         * frame.c (Fhandle_switch_frame):
21179         * fileio.c (Fdo_auto_save):
21180         * emacs.c (Fkill_emacs):
21181         * editfns.c (save_excursion_restore):
21182         * cmds.c (internal_self_insert):
21183         * callint.c (Fcall_interactively):
21184         * buffer.c (Fkill_all_local_variables):
21185         * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
21186         Use Frun_hooks.
21187         (command_loop_1): Use Frun_hooks.  Call safe_run_hooks
21188         unconditionally since it does the check itself.
21190 2011-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21192         Fix more problems found by GCC 4.5.2's static checks.
21194         * coding.c (encode_coding_raw_text): Avoid unnecessary test
21195         the first time through the loop, since we know p0 < p1 then.
21196         This also avoids a gcc -Wstrict-overflow warning.
21198         * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
21199         leading to a memory leak, possible in functions like
21200         load_charset_map_from_file that can allocate an unbounded number
21201         of objects (Bug#8318).
21203         * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
21204         that could (at least in theory) be that large.
21206         * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
21207         This is less likely to overflow, and avoids undefined behavior if
21208         overflow does occur.  All callers changed.  Use strtoul to scan
21209         for the unsigned long integer.
21210         (pint2hrstr): Simplify and tune code slightly.
21211         This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
21213         * scroll.c (do_scrolling): Work around GCC bug 48228.
21214         See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
21216         * frame.c (Fmodify_frame_parameters): Simplify loop counter.
21217         This also avoids a warning with gcc -Wstrict-overflow.
21218         (validate_x_resource_name): Simplify count usage.
21219         This also avoids a warning with gcc -Wstrict-overflow.
21221         * fileio.c (Fcopy_file): Report error if fchown or fchmod
21222         fail (Bug#8306).
21224         * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
21226         * process.c (Fmake_network_process): Use socklen_t, not int,
21227         where POSIX says socklen_t is required in portable programs.
21228         This fixes a porting bug on hosts like 64-bit HP-UX, where
21229         socklen_t is wider than int (Bug#8277).
21230         (Fmake_network_process, server_accept_connection):
21231         (wait_reading_process_output, read_process_output):
21232         Likewise.
21234         * process.c: Rename or move locals to avoid shadowing.
21235         (list_processes_1, Fmake_network_process):
21236         (read_process_output_error_handler, exec_sentinel_error_handler):
21237         Rename or move locals.
21238         (Fmake_network_process): Define label "retry_connect" only if needed.
21239         (Fnetwork_interface_info): Fix pointer signedness.
21240         (process_send_signal): Add cast to avoid pointer signedness problem.
21241         (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
21242         (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
21244         Make tparam.h and terminfo.c consistent.
21245         * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
21246         Include tparam.h instead, since it declares them.
21247         * cm.h (PC): Remove extern decl; tparam.h now does this.
21248         * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
21249         * terminfo.c: Include tparam.h, to check interfaces.
21250         (tparm): Make 1st arg a const pointer in decl.  Put it at top level.
21251         (tparam): Adjust signature to match interface in tparam.h;
21252         this removes some undefined behavior.  Check that outstring and len
21253         are zero, which they always are with Emacs.
21254         * tparam.h (PC, BC, UP): New extern decls.
21256         * xftfont.c (xftfont_shape): Now static, and defined only if needed.
21257         (xftfont_open): Rename locals to avoid shadowing.
21259         * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
21260         (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
21261         (OTF_TAG_SYM): Omit macro if not needed.
21262         (ftfont_list): Remove unused local.
21263         (get_adstyle_property, ftfont_pattern_entity):
21264         (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
21265         Rename locals to avoid shadowing.
21267         * xfont.c (xfont_list_family): Mark var as initialized.
21269         * xml.c (make_dom): Now static.
21271         * composite.c (composition_compute_stop_pos): Rename local to
21272         avoid shadowing.
21273         (composition_reseat_it): Remove unused locals.
21274         (find_automatic_composition, composition_adjust_point): Likewise.
21275         (composition_update_it): Mark var as initialized.
21276         (find_automatic_composition): Mark vars as initialized,
21277         with a FIXME (Bug#8290).
21279         character.h: Rename locals to avoid shadowing.
21280         * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
21281         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
21282         (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
21283         (BUF_DEC_POS): Be more systematic about renaming local temporaries
21284         to avoid shadowing.
21286         * textprop.c (property_change_between_p): Remove; unused.
21288         * intervals.c (interval_start_pos): Now static.
21290         * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
21292         * atimer.c (start_atimer, append_atimer_lists, set_alarm):
21293         Rename locals to avoid shadowing.
21295         * sound.c (wav_play, au_play, Fplay_sound_internal):
21296         Fix pointer signedness.
21297         (alsa_choose_format): Remove unused local var.
21298         (wav_play): Initialize a variable to 0, to prevent undefined
21299         behavior (Bug#8278).
21301         * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
21303         * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
21305         * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
21306         clobbering (Bug#8298).
21307         * sysdep.c (sys_subshell): Likewise.
21308         Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
21310         * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
21311         This should get cleaned up, so that child_setup has the
21312         same signature on all platforms.
21314         * callproc.c (call_process_cleanup): Now static.
21315         (relocate_fd): Rename locals to avoid shadowing.
21317 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
21319         * xterm.c (x_clear_frame): Remove XClearWindow call.  This appears
21320         not to be necessary, and produces flickering.
21322 2011-03-20  Glenn Morris  <rgm@gnu.org>
21324         * config.in: Remove file.
21326 2011-03-20  Juanma Barranquero  <lekktu@gmail.com>
21328         * minibuf.c (Vcompleting_read_function): Don't declare, global variables
21329         are now in src/globals.h.
21330         (syms_of_minibuf): Remove spurious & from previous change.
21332 2011-03-20  Leo Liu  <sdl.web@gmail.com>
21334         * minibuf.c (completing-read-function): New variable.
21335         (completing-read-default): Rename from completing-read.
21336         (completing-read): Call completing-read-function.
21338 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
21340         * xfaces.c (Fx_load_color_file):
21341         Read color file from absolute filename (bug#8250).
21343 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
21345         * makefile.w32-in: Update dependencies.
21347 2011-03-17  Eli Zaretskii  <eliz@gnu.org>
21349         * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
21351 2011-03-17  Paul Eggert  <eggert@cs.ucla.edu>
21353         Fix more problems found by GCC 4.5.2's static checks.
21355         * process.c (make_serial_process_unwind, send_process_trap):
21356         (sigchld_handler): Now static.
21358         * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
21359         That way, the code declares only the vars that it needs.
21360         * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
21361         * s/cygwin.h (PTY_ITERATION): Likewise.
21362         * s/darwin.h (PTY_ITERATION): Likewise.
21363         * s/gnu-linux.h (PTY_ITERATION): Likewise.
21365         * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
21366         * process.c (allocate_pty): Don't declare stb unless it's needed.
21368         * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
21369         (CONSTANTLIM): Remove; unused.
21370         (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
21371         Define only if needed.
21373         * unexelf.c (unexec): Name an expression,
21374         to avoid gcc -Wbad-function-cast warning.
21375         Use a different way to cause a compilation error if anyone uses
21376         n rather than nn, a way that does not involve shadowing.
21377         (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
21379         * deps.mk (unexalpha.o): Remove; unused.
21381         New file unexec.h, the (simple) interface for unexec (Bug#8267).
21382         * unexec.h: New file.
21383         * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
21384         (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
21385         Depend on unexec.h.
21386         * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
21387         * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
21388         * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
21389         Change as necessary to match prototype in unexec.h.
21391         * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
21392         shadowing.
21393         (back_comment, skip_chars): Mark vars as initialized.
21395         * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
21396         Rename locals to avoid shadowing.
21398         * lread.c (read1): Rewrite so as not to use empty "else".
21399         (Fload, readevalloop, read1): Rename locals to avoid shadowing.
21401         * print.c (Fredirect_debugging_output): Fix pointer signedess.
21403         * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
21404         warning when compiling print.c.
21406         * font.c (font_unparse_fcname): Abort in an "impossible" situation
21407         instead of using an uninitialized var.
21408         (font_sort_entities): Mark var as initialized.
21410         * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
21412         * font.c (font_unparse_xlfd): Don't mix pointers to variables with
21413         pointers to constants.
21414         (font_parse_fcname): Remove unused vars.
21415         (font_delete_unmatched): Now static.
21416         (font_get_spec): Remove; unused.
21417         (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
21418         (font_update_drivers, Ffont_get_glyphs, font_add_log):
21419         Rename or move locals to avoid shadowing.
21421         * fns.c (require_nesting_list, require_unwind): Now static.
21422         (Ffillarray): Rename locals to avoid shadowing.
21424         * floatfns.c (domain_error2): Define only if needed.
21425         (Ffrexp, Fldexp): Rename locals to avoid shadowing.
21427         * alloc.c (mark_backtrace): Move decl from here ...
21428         * lisp.h: ... to here, so that it can be checked.
21430         * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
21431         (Fdefvar): Rewrite so as not to use empty "else".
21432         (lisp_indirect_variable): Name an expression,
21433         to avoid gcc -Wbad-function-cast warning.
21434         (Fdefvar): Rename locals to avoid shadowing.
21436         * callint.c (quotify_arg, quotify_args): Now static.
21437         (Fcall_interactively): Rename locals to avoid shadowing.
21438         Use const pointer when appropriate.
21440         * lisp.h (get_system_name, get_operating_system_release):
21441         Move decls here, to check interfaces.
21442         * process.c (get_operating_system_release): Move decl to lisp.h.
21443         * xrdb.c (get_system_name): Likewise.
21444         * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
21445         (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
21446         some of which prompt warnings from gcc -Wbad-function-cast.
21447         (Fformat_time_string, Fencode_time, Finsert_char):
21448         (Ftranslate_region_internal, Fformat):
21449         Rename or remove local vars to avoid shadowing.
21450         (Ftranslate_region_internal): Mark var as initialized.
21452         * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
21453         avoid shadowing.
21455         * lisp.h (eassert): Check that the argument compiles, even if
21456         ENABLE_CHECKING is not defined.
21458         * data.c (Findirect_variable): Name an expression, to avoid
21459         gcc -Wbad-function-cast warning.
21460         (default_value, arithcompare, arith_driver, arith_error): Now static.
21461         (store_symval_forwarding): Rename local to avoid shadowing.
21462         (Fmake_variable_buffer_local, Fmake_local_variable):
21463         Mark variables as initialized.
21464         (do_blv_forwarding, do_symval_forwarding): Remove; unused.
21466         * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
21467         (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
21468         Rename locals to avoid shadowing.
21469         (mark_stack): Move local variables into the #ifdef region where
21470         they're used.
21471         (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
21472         ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
21473         needed otherwise.
21474         (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
21475         (GC_STRING_CHARS): Remove; not used.
21476         (Fmemory_limit): Cast sbrk's returned value to char *.
21478         * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
21479         avoids undefined behavior in theory.
21481         * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
21483         Use functions, not macros, for up- and down-casing (Bug#8254).
21484         * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
21485         (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove.  All callers changed
21486         to use the following functions instead of these macros.
21487         (downcase): Adjust to lack of DOWNCASE_TABLE.  Return int, not
21488         EMACS_INT, since callers assume the returned value fits in int.
21489         (upcase1): Likewise, for UPCASE_TABLE.
21490         (uppercasep, lowercasep, upcase): New static inline functions.
21491         * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
21492         the race-condition problem in the old DOWNCASE.
21494         * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
21495         Rename locals to avoid shadowing.
21496         (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
21497         (regex_compile, re_search_2, re_match_2_internal):
21498         Remove unused local vars.
21499         (FREE_VAR): Rewrite so as not to use empty "else",
21500         which gcc can warn about.
21501         (regex_compile, re_match_2_internal): Mark locals as initialized.
21502         (RETALLOC_IF): Define only if needed.
21503         (WORDCHAR_P): Likewise.  This one is never needed, but is used
21504         only in a comment talking about a compiler bug, so put inside
21505         the #if 0 of that comment.
21506         (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
21507         (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
21508         Remove; unused.
21510         * search.c (boyer_moore): Rename locals to avoid shadowing.
21511         * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
21512         (PREV_CHAR_BOUNDARY): Likewise.
21514         * search.c (simple_search): Remove unused var.
21516         * dired.c (compile_pattern): Move decl from here ...
21517         * lisp.h: ... to here, so that it can be checked.
21518         (struct re_registers): New forward decl.
21520         * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
21522         * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
21523         All uses changed.
21524         (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
21525         Rename locals to avoid shadowing.
21526         (Fvertical_motion): Mark locals as initialized.
21528         * casefiddle.c (casify_object, casify_region): Now static.
21529         (casify_region): Mark local as initialized.
21531         * cmds.c (internal_self_insert): Rename local to avoid shadowing.
21533         * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
21534         New macros, so that the caller can use some names other than
21535         gcpro1, gcpro2, etc.
21536         (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
21537         of the new macros.
21538         (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
21539         argument, for consistency with GCPRO2_VAR, etc: it is now the
21540         prefix of the variable, not the variable itself.  All uses
21541         changed.
21542         * dired.c (directory_files_internal, file_name_completion):
21543         Rename locals to avoid shadowing.
21545         Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
21546         An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
21547         dired.c's scmp function, had undefined behavior.
21548         * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
21549         (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
21550         * buffer.h: ... to here, because these macros use current_buffer,
21551         and the new implementation with inline functions needs to have
21552         current_buffer in scope now, rather than later when the macros
21553         are used.
21554         (downcase, upcase1): New static inline functions.
21555         (DOWNCASE, UPCASE1): Reimplement using these functions.
21556         This avoids undefined behavior in expressions like
21557         DOWNCASE (x) == DOWNCASE (y), which previously suffered
21558         from race conditions in accessing the global variables
21559         case_temp1 and case_temp2.
21560         * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
21561         * lisp.h (case_temp1, case_temp2): Remove their decls.
21562         * character.h (ASCII_CHAR_P): Move from here ...
21563         * lisp.h: ... to here, so that the inline functions mentioned
21564         above can use them.
21566         * dired.c (directory_files_internal_unwind): Now static.
21568         * fileio.c (file_name_as_directory, directory_file_name):
21569         (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
21570         Now static.
21571         (file_name_as_directory): Use const pointers when appropriate.
21572         (Fexpand_file_name): Likewise.  In particular, newdir might
21573         point at constant storage, so make it a const pointer.
21574         (Fmake_directory_internal, Fread_file_name): Remove unused vars.
21575         (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
21576         signedness issues.
21577         (Fset_file_times, Finsert_file_contents, auto_save_error):
21578         Rename locals to avoid shadowing.
21580         * minibuf.c (choose_minibuf_frame_1): Now static.
21581         (Ftry_completion, Fall_completions): Rename or remove locals
21582         to avoid shadowing.
21584         * marker.c (bytepos_to_charpos): Remove; unused.
21586         * lisp.h (verify_bytepos, count_markers): New decls,
21587         so that gcc does not warn that these functions aren't declared.
21589         * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
21590         (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
21591         (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
21592         (copy_text): Remove unused local var.
21594         * filelock.c (within_one_second): Now static.
21595         (lock_file_1): Rename local to avoid shadowing.
21597         * buffer.c (fix_overlays_before): Mark locals as initialized.
21598         (fix_start_end_in_overlays): Likewise.  This function should be
21599         simplified by using pointers-to-pointers, but that's a different
21600         matter.
21601         (switch_to_buffer_1): Now static.
21602         (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
21603         (report_overlay_modification): Rename locals to avoid shadowing.
21605         * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
21606         Fix pointer signedness issue.
21607         (sys_subshell): Mark local as volatile if checking for lint,
21608         to suppress a gcc -Wclobbered warning that does not seem to be right.
21609         (MAXPATHLEN): Define only if needed.
21611         * process.c (serial_open, serial_configure): Move decls from here ...
21612         * systty.h: ... to here, so that they can be checked.
21614         * fns.c (get_random, seed_random): Move extern decls from here ...
21615         * lisp.h: ... to here, so that they can be checked.
21617         * sysdep.c (reset_io): Now static.
21618         (wait_for_termination_signal): Remove; unused.
21620         * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
21621         (copy_keymap_item, append_key, push_text_char_description):
21622         Now static.
21623         (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
21624         (DENSE_TABLE_SIZE): Remove; unused.
21625         (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
21626         (describe_map_tree):
21627         Rename locals to avoid shadowing.
21629         * keyboard.c: Declare functions static if they are not used elsewhere.
21630         (echo_char, echo_dash, cmd_error, top_level_2):
21631         (poll_for_input, handle_async_input): Now static.
21632         (read_char, kbd_buffer_get_event, make_lispy_position):
21633         (make_lispy_event, make_lispy_movement, apply_modifiers):
21634         (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
21635         (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
21636         (Fread_key_sequence_vector): Rename locals to avoid shadowing.
21637         (read_key_sequence, read_char): Mark locals as initialized.
21638         (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
21640         * keyboard.h (make_ctrl_char): New decl.
21641         (mark_kboards): Move decl here ...
21642         * alloc.c (mark_kboards): ... from here.
21644         * lisp.h (force_auto_save_soon): New decl.
21646         * emacs.c (init_cmdargs): Rename local to avoid shadowing.
21647         (DEFINE_DUMMY_FUNCTION): New macro.
21648         (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
21649         Use it.
21650         (main): Add casts to avoid warnings
21651         if GCC considers string literals to be constants.
21653         * lisp.h (fatal_error_signal): Add decl, since it's exported.
21655         * dbusbind.c: Pointer signedness fixes.
21656         (xd_signature, xd_append_arg, xd_initialize):
21657         (Fdbus_call_method, Fdbus_call_method_asynchronously):
21658         (Fdbus_method_return_internal, Fdbus_method_error_internal):
21659         (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
21660         (Fdbus_register_signal): Use SSDATA when the context wants char *.
21662         * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
21663         if GCC considers string literals to be constants.
21664         (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
21666 2011-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21668         * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
21669         (print_preprocess, print_object): New macro to fix last change.
21671         * print.c (print_preprocess): Don't forget font objects.
21673 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
21675         * emacs.c (USAGE3): Doc fixes.
21677 2011-03-15  Andreas Schwab  <schwab@linux-m68k.org>
21679         * coding.c (detect_coding_iso_2022): Reorganize code to clarify
21680         structure.
21682 2011-03-14  Juanma Barranquero  <lekktu@gmail.com>
21684         * lisp.h (VWindow_system, Qfile_name_history):
21685         * keyboard.h (lispy_function_keys) [WINDOWSNT]:
21686         * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
21687         (w32_system_caret_x, w32_system_caret_y): Declare extern.
21689         * w32select.c: Don't #include "keyboard.h".
21690         (run_protected): Add extern declaration for waiting_for_input.
21692         * w32.c (Qlocal, noninteractive1, inhibit_window_system):
21693         * w32console.c (detect_input_pending, read_input_pending)
21694         (encode_terminal_code):
21695         * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
21696         (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
21697         (w32_system_caret_y, Qfile_name_history):
21698         * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
21699         * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
21700         * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
21701         (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
21702         * w32proc.c (Qlocal, report_file_error):
21703         * w32term.c (Vwindow_system, updating_frame):
21704         * w32uniscribe.c (initialized, uniscribe_font_driver):
21705         Remove unneeded extern declarations.
21707 2011-03-14  Chong Yidong  <cyd@stupidchicken.com>
21709         * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
21711 2011-03-13  Chong Yidong  <cyd@stupidchicken.com>
21713         * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
21714         (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
21715         These macros can no longer be used for assignment.
21717         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
21718         Assign struct members directly, instead of using BUF_BEGV etc.
21719         (record_buffer_markers, fetch_buffer_markers): New functions for
21720         recording and fetching special buffer markers.
21721         (set_buffer_internal_1, set_buffer_temp): Use them.
21723         * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
21725         * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
21727         * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
21728         (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
21730         * xdisp.c (hscroll_window_tree):
21731         (reconsider_clip_changes): Use PT instead of BUF_PT.
21733 2011-03-13  Eli Zaretskii  <eliz@gnu.org>
21735         * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
21736         $(EMACS_ROOT)/lib/intprops.h.
21738 2011-03-13  Paul Eggert  <eggert@cs.ucla.edu>
21740         Fix more problems found by GCC 4.5.2's static checks.
21742         * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
21743         to unsigned char * to avoid compiler diagnostic.
21744         (xg_free_frame_widgets): Make it clear that a local variable is
21745         needed only if USE_GTK_TOOLTIP.
21746         (gdk_window_get_screen): Make it clear that this macro is needed
21747         only if USE_GTK_TOOLTIP.
21748         (int_gtk_range_get_value): New function, which avoids a diagnostic
21749         from gcc -Wbad-function-cast.
21750         (xg_set_toolkit_scroll_bar_thumb): Use it.
21751         (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
21752         diagnostic from gcc -Wbad-function-cast.
21753         (get_utf8_string, xg_get_file_with_chooser):
21754         Rename locals to avoid shadowing.
21755         (create_dialog): Move locals to avoid shadowing.
21757         * xgselect.c (xg_select): Remove unused var.
21759         * image.c (four_corners_best): Mark locals as initialized.
21760         (gif_load): Initialize transparent_p to zero (Bug#8238).
21761         Mark another local as initialized.
21762         (my_png_error, my_error_exit): Mark with NO_RETURN.
21764         * image.c (clear_image_cache): Now static.
21765         (DIM, HAVE_STDLIB_H_1): Remove unused macros.
21766         (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
21767         (x_edge_detection): Remove unnecessary cast that
21768         gcc -Wbad-function-cast diagnoses.
21769         (gif_load): Fix pointer signedness.
21770         (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
21771         (jpeg_load, gif_load): Rename locals to avoid shadowing.
21773 2011-03-12  Paul Eggert  <eggert@cs.ucla.edu>
21775         Improve quality of tests for time stamp overflow.
21776         For example, without this patch (encode-time 0 0 0 1 1
21777         1152921504606846976) returns the obviously-bogus value (-948597
21778         62170) on my RHEL 5.5 x86-64 host.  With the patch, it correctly
21779         reports time overflow.  See
21780         <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
21781         * deps.mk (editfns.o): Depend on ../lib/intprops.h.
21782         * editfns.c: Include limits.h and intprops.h.
21783         (TIME_T_MIN, TIME_T_MAX): New macros.
21784         (time_overflow): Move earlier, to before first use.
21785         (hi_time, lo_time): New functions, for an accurate test for
21786         out-of-range times.
21787         (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
21788         (Fget_internal_run_time): Don't assume time_t fits in int.
21789         (make_time): Use list2 instead of Fcons twice.
21790         (Fdecode_time): More accurate test for out-of-range times.
21791         (check_tm_member): New function.
21792         (Fencode_time): Use it, to test for out-of-range times.
21793         (lisp_time_argument): Don't rely on undefined left-shift and
21794         right-shift behavior when checking for time stamp overflow.
21796         * editfns.c (time_overflow): New function, refactoring common code.
21797         (Fformat_time_string, Fdecode_time, Fencode_time):
21798         (Fcurrent_time_string): Use it.
21800         Move 'make_time' to be next to its inverse 'lisp_time_argument'.
21801         * dired.c (make_time): Move to ...
21802         * editfns.c (make_time): ... here.
21803         * systime.h: Note the move.
21805 2011-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21807         * fringe.c (update_window_fringes): Remove unused variables.
21809         * unexmacosx.c (copy_data_segment): Also copy __got section.
21810         (Bug#8223)
21812 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
21814         * termcap.c [MSDOS]: Include "msdos.h".
21815         (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
21816         Constify `char *' arguments and their references according to
21817         prototypes in tparam.h.
21819         * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
21821         * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
21822         Adapt all references accordingly.
21824         * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
21826 2011-03-11  Tom Tromey  <tromey@redhat.com>
21828         * buffer.c (syms_of_buffer): Remove obsolete comment.
21830 2011-03-11  Eli Zaretskii  <eliz@gnu.org>
21832         * termhooks.h (encode_terminal_code): Declare prototype.
21834         * msdos.c (encode_terminal_code): Don't declare prototype.
21836         * term.c (encode_terminal_code): Now external again, used by
21837         w32console.c and msdos.c.
21839         * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
21840         Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
21842 2011-03-11  Paul Eggert  <eggert@cs.ucla.edu>
21844         Fix some minor problems found by GCC 4.5.2's static checks.
21846         * fringe.c (update_window_fringes): Mark locals as initialized
21847         (Bug#8227).
21848         (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
21850         * alloc.c (mark_fringe_data): Move decl from here ...
21851         * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
21852         to check its interface.
21853         (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
21855         * fontset.c (free_realized_fontset): Now static.
21856         (Fset_fontset_font): Rename local to avoid shadowing.
21857         (fontset_font): Mark local as initialized.
21858         (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
21860         * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
21862         * xselect.c (x_disown_buffer_selections): Remove; not used.
21863         (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
21864         (x_own_selection, Fx_disown_selection_internal): Rename locals
21865         to avoid shadowing.
21866         (x_handle_dnd_message): Remove local to avoid shadowing.
21868         * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
21869         so that the caller can use some name other than gcpro1.
21870         (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
21871         * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
21872         (Fx_backspace_delete_keys_p):
21873         Use them to avoid shadowing, and rename vars to avoid shadowing.
21874         (x_decode_color, x_set_name, x_window): Now static.
21875         (Fx_create_frame): Add braces to silence GCC warning.
21876         (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
21877         (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
21878         Remove unused locals.
21879         (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
21880         (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
21881         Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
21882         macros.
21884         * xterm.h (x_mouse_leave): New decl.
21886         * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
21887         Remove unused functions.
21888         (x_shift_glyphs_for_insert, XTflash, XTring_bell):
21889         (x_calc_absolute_position): Now static.
21890         (XTread_socket): Don't define label "out" unless it's used.
21891         Don't declare local "event" unless it's used.
21892         (x_iconify_frame, x_free_frame_resources): Don't declare locals
21893         unless they are used.
21894         (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
21895         (x_fatal_error_signal): Remove; not used.
21896         (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
21897         (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
21898         (x_error_catcher, x_connection_closed, x_error_handler):
21899         (x_error_quitter, xembed_send_message, x_iconify_frame):
21900         (my_log_handler): Rename locals to avoid shadowing.
21901         (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
21902         (x_connection_closed): Tell GCC not to suggest NO_RETURN.
21904         * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
21905         Rename or move locals to avoid shadowing.
21906         (tty_defined_color, merge_face_heights): Now static.
21907         (free_realized_faces_for_fontset): Remove; not used.
21908         (Fx_list_fonts): Mark variable that gcc -Wuninitialized
21909         does not deduce is never used uninitialized.
21910         (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
21911         (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
21913         * terminal.c (store_terminal_param): Now static.
21915         * xmenu.c (menu_highlight_callback): Now static.
21916         (set_frame_menubar): Remove unused local.
21917         (xmenu_show): Rename parameter to avoid shadowing.
21918         (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
21919         since they might point to immutable storage.
21920         (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
21921         since it's unused otherwise.
21923         * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
21924         Add a FIXME, since the code still doesn't look right.  (Bug#8215)
21925         (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
21926         avoids a gcc -Wuninitialized diagnostic.
21927         (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
21928         (note_mouse_highlight): Mark variables that gcc -Wuninitialized
21929         does not deduce are never used uninitialized.
21931         * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
21933         * xdisp.c (redisplay_window): Rename local to avoid shadowing.
21934         * window.c (window_loop, size_window):
21935         (run_window_configuration_change_hook, enlarge_window): Likewise.
21937         * window.c (display_buffer): Now static.
21938         (size_window): Mark variables that gcc -Wuninitialized
21939         does not deduce are never used uninitialized.
21940         * window.h (check_all_windows): New decl, to forestall
21941         gcc -Wmissing-prototypes diagnostic.
21942         * dispextern.h (bidi_dump_cached_states): Likewise.
21944         * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
21945         shadowing.
21946         * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
21947         Include <limits.h>.
21948         (Fsort_charsets): Redo min/max calculation to shorten the code a bit
21949         and to avoid gcc -Wuninitialized warning.
21950         (load_charset_map): Mark variables that gcc -Wuninitialized
21951         does not deduce are never used uninitialized.
21952         (load_charset): Abort instead of using uninitialized var (Bug#8229).
21954         * coding.c (coding_set_source, coding_set_destination):
21955         Use "else { /* comment */ }" rather than "else /* comment */;"
21956         for clarity, and to avoid gcc -Wempty-body warning.
21957         (Fdefine_coding_system_internal): Don't redeclare 'i' inside
21958         a block, when the outer 'i' will do.
21959         (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
21960         (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
21961         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
21962         (decode_coding_raw_text, decode_coding_charset, get_translation_table):
21963         (Fdecode_sjis_char, Fdefine_coding_system_internal):
21964         Rename locals to avoid shadowing.
21965         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
21966         * coding.c (emacs_mule_char, encode_invocation_designation):
21967         Now static, since they're not used elsewhere.
21968         (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
21969         (decode_coding_object, encode_coding_object, detect_coding_system):
21970         (decode_coding_emacs_mule): Mark variables that gcc
21971         -Wuninitialized does not deduce are never used uninitialized.
21972         (detect_coding_iso_2022): Initialize a local variable that might
21973         be used uninitialized.  Leave a FIXME because it's not clear that
21974         this initialization is needed.  (Bug#8211)
21975         (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
21976         (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
21977         (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
21978         (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
21979         Remove unused macros.
21981         * category.c (hash_get_category_set): Remove unused local var.
21982         (copy_category_table): Now static, since it's not used elsewhere.
21983         * character.c (string_count_byte8): Likewise.
21985         * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
21986         (Fregister_code_conversion_map): Rename locals to avoid shadowing.
21988         * chartab.c (copy_sub_char_table): Now static, since it's not used
21989         elsewhere.
21990         (sub_char_table_ref_and_range, char_table_ref_and_range):
21991         Rename locals to avoid shadowing.
21992         (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
21994         * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
21995         (BIDI_BOB): Remove unused macro.
21997         * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
21998         deduce are never used uninitialized.
21999         * term.c (encode_terminal_code): Likewise.
22001         * term.c (encode_terminal_code): Now static.  Remove unused local.
22003         * tparam.h: New file.
22004         * term.c, tparam.h: Include it.
22005         * deps.mk (term.o, tparam.o): Depend on tparam.h.
22006         * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
22007         Move these decls to tparam.h, and make them agree with what
22008         is actually in tparam.c.  The previous trick of using incompatible
22009         decls in different modules does not conform to the C standard.
22010         All callers of tparam changed to use tparam's actual API.
22011         * tparam.c (tparam1, tparam, tgoto):
22012         Use const pointers where appropriate.
22014         * cm.c (calccost, cmgoto): Use const pointers where appropriate.
22015         * cm.h (struct cm): Likewise.
22016         * dispextern.h (do_line_insertion_deletion_costs): Likewise.
22017         * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
22018         * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
22019         (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
22020         (turn_on_face, init_tty): Likewise.
22021         * termchar.h (struct tty_display_info): Likewise.
22023         * term.c (term_mouse_position): Rename local to avoid shadowing.
22025         * alloc.c (mark_ttys): Move decl from here ...
22026         * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
22028 2011-03-11  Andreas Schwab  <schwab@linux-m68k.org>
22030         * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
22032 2011-03-09  Juanma Barranquero  <lekktu@gmail.com>
22034         * search.c (compile_pattern_1): Remove argument regp, unused since
22035         revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
22036         (compile_pattern): Don't pass it.
22038 2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
22040         * xterm.h (DEFAULT_GDK_DISPLAY): New define.
22041         (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
22042         for ! HAVE_GTK3.
22043         (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
22045         * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
22047         * gtkutil.c: Include gtkx.h if HAVE_GTK3.  If ! HAVE_GTK3, define
22048         gdk_window_get_screen, gdk_window_get_geometry,
22049         gdk_x11_window_lookup_for_display and GDK_KEY_g.
22050         (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
22051         (xg_get_pixbuf_from_pixmap): New function.
22052         (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
22053         to Pixmap, take frame as parameter, remove GdkColormap parameter.
22054         Call xg_get_pixbuf_from_pixmap instead of
22055         gdk_pixbuf_get_from_drawable.
22056         (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
22057         xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
22058         (xg_check_special_colors): Use GtkStyleContext and its functions
22059         for HAVE_GTK3.
22060         (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
22061         (xg_prepare_tooltip, create_dialog, menubar_map_cb)
22062         (xg_update_frame_menubar, xg_tool_bar_detach_callback)
22063         (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
22064         Call gtk_widget_get_preferred_size.
22065         (xg_frame_resized): gdk_window_get_geometry only takes 5
22066         parameters.
22067         (xg_win_to_widget, xg_event_is_for_menubar):
22068         Call gdk_x11_window_lookup_for_display.
22069         (xg_set_widget_bg): New function.
22070         (delete_cb): New function.
22071         (xg_create_frame_widgets): Connect delete-event to delete_cb.
22072         Call xg_set_widget_bg.  Only set background pixmap for ! HAVE_GTK3
22073         (xg_set_background_color): Call xg_set_widget_bg.
22074         (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
22075         (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
22076         Only call gtk_range_set_update_policy if ! HAVE_GTK3.
22077         (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
22078         if ! HAVE_GTK3.
22079         (update_frame_tool_bar): Call gtk_widget_hide.
22080         (xg_initialize): Use GDK_KEY_g.
22082         * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
22083         if ! HAVE_GTK3
22084         (x_session_initialize): Call gdk_x11_set_sm_client_id.
22086         * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
22087         (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
22088         Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
22090 2011-03-08  Juanma Barranquero  <lekktu@gmail.com>
22092         * w32xfns.c (select_palette): Check success of RealizePalette against
22093         GDI_ERROR, not zero.
22095 See ChangeLog.11 for earlier changes.
22097 ;; Local Variables:
22098 ;; coding: utf-8
22099 ;; End:
22101   Copyright (C) 2011-2013 Free Software Foundation, Inc.
22103   This file is part of GNU Emacs.
22105   GNU Emacs is free software: you can redistribute it and/or modify
22106   it under the terms of the GNU General Public License as published by
22107   the Free Software Foundation, either version 3 of the License, or
22108   (at your option) any later version.
22110   GNU Emacs is distributed in the hope that it will be useful,
22111   but WITHOUT ANY WARRANTY; without even the implied warranty of
22112   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22113   GNU General Public License for more details.
22115   You should have received a copy of the GNU General Public License
22116   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.