]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Tentative fix for bug #13546 with failure to save files on Windows.
[gnu-emacs] / src / ChangeLog
1 2013-01-27 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (sys_open): Zero out the flags for the new file descriptor.
4 (sys_close): Zero out the flags for the file descriptor before
5 closing it. (Bug#13546)
6
7 2013-01-26 Eli Zaretskii <eliz@gnu.org>
8
9 * w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
10 (logon_network_drive, stat_worker, symlink, chase_symlinks): Use
11 CharNextExA and CharPrevExA to iterate over file names encoded in
12 DBCS. (Bug#13553)
13
14 2013-01-25 Eli Zaretskii <eliz@gnu.org>
15
16 * w32.c (w32_get_long_filename, init_environment, readlink):
17 Support file names encoded in DBCS codepages.
18 (readlink): Use the current file-name-coding-system, not the ANSI
19 codepage, to decode and handle targets of symlinks.
20
21 2013-01-23 Eli Zaretskii <eliz@gnu.org>
22
23 * w32.c (max_filename_mbslen): New function.
24 (normalize_filename, readdir): Use it to detect locales where ANSI
25 encoding of file names uses a double-byte character set (DBCS).
26 If a DBCS encoding is used, advance by characters using
27 CharNextExA, instead of incrementing a 'char *' pointer. Use
28 _mbslwr instead of _strlwr. (Bug#13515)
29
30 2013-01-22 Eli Zaretskii <eliz@gnu.org>
31
32 * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial
33 request of memory reservation to 1.7GB. (Bug#13065)
34
35 2013-01-20 Andreas Schwab <schwab@linux-m68k.org>
36
37 * coding.c (detect_coding_iso_2022): Move back mis-reordered code
38 at check_extra_latin label. (Bug#13505)
39
40 2013-01-17 Glenn Morris <rgm@gnu.org>
41
42 * fns.c (Frandom): Doc fix.
43
44 2013-01-13 Jan Djärv <jan.h.d@swipnet.se>
45
46 * nsfont.m (LCD_SMOOTHING_MARGIN): New define.
47 (nsfont_draw): Remove disabling of LCD smoothing.
48 (ns_glyph_metrics): Add LCD_SMOOTHING_MARGIN to bearings to fix
49 Bug#11484 with LCD smoothing on.
50
51 2013-01-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
52
53 * gtkutil.c (xg_initialize): Backport from trunk.
54 Add ifdef HAVE_FREETYPE around x_last_font_name (Bug#13403).
55
56 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
57
58 Backport typo fix from trunk, for AIX (Bug#13408).
59 * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
60 This follows up on the 2012-09-29 patch that removed indirection
61 for the 'function' field. Reported by Sergey Vinokurov in
62 <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00263.html>.
63
64 Fix SIGDANGER handlers, for AIX (Bug#13408).
65 * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
66 Move handlers here from emacs.c; they were out of place.
67
68 2013-01-05 Eli Zaretskii <eliz@gnu.org>
69
70 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead
71 of a non-portable "t" to print ptrdiff_t values. Allow up to 9
72 digits for buffer positions, before misalignment starts. Display
73 "0" for integer "object" field.
74 (dump_glyph_row): Adapt the header line to changes in dump_glyph.
75 Display the newline glyph more unambiguously.
76
77 2013-01-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
78
79 * nsterm.m (ns_draw_underwave):
80 * w32term.c (w32_draw_underwave):
81 * xterm.c (x_draw_underwave): Make underwave look more triangular
82 and also degrade gracefully for small fonts. (Bug#13000)
83
84 * nsterm.m (ns_draw_text_decoration):
85 * w32term.c (x_draw_glyph_string):
86 * xterm.c (x_draw_glyph_string): Don't use previous underline
87 thickness and position if previous underline type is underwave.
88
89 2012-12-31 Glenn Morris <rgm@gnu.org>
90
91 * keymap.c (Fkey_description): Doc fix. (Bug#13323)
92
93 2012-12-29 Andreas Schwab <schwab@linux-m68k.org>
94
95 * src/Makefile.in (TEMACS_LDFLAGS2): Remove.
96 (LIBS_GNUSTEP): Define.
97 (LIBES): Add $(LIBS_GNUSTEP).
98 (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2).
99
100 2012-12-27 Eli Zaretskii <eliz@gnu.org>
101
102 * xdisp.c (set_cursor_from_row): Don't confuse a truncation or
103 continuation glyph on a TTY with an indication of an empty line.
104 (Bug#13277)
105
106 2012-12-27 Glenn Morris <rgm@gnu.org>
107
108 * cygw32.c (Fcygwin_convert_file_name_to_windows)
109 (Fcygwin_convert_file_name_from_windows): Doc fixes.
110
111 2012-12-24 Eli Zaretskii <eliz@gnu.org>
112
113 * fileio.c (file_name_as_directory, directory_file_name): Accept
114 an additional argument MULTIBYTE to indicate whether the input C
115 came from a multibyte or a unibyte Lisp string; all callers
116 adjusted. Don't assume the input string is always multibyte.
117 (Bug#13262)
118 (Ffile_name_directory) [DOS_NT]: Handle unibyte strings correctly:
119 don't ENCODE_FILE them, and return a unibyte string if the input
120 was unibyte.
121 (Fexpand_file_name): Don't mix unibyte with multibyte strings, and
122 don't assume the input strings will always be multibyte. If the
123 input strings are multibyte, decode strings obtained from C
124 library functions.
125
126 2012-12-22 Martin Rudalics <rudalics@gmx.at>
127
128 * window.c (Fselect_window): Reword doc-string (Bug#13248).
129
130 2012-12-21 Eli Zaretskii <eliz@gnu.org>
131
132 * fileio.c (Finsert_file_contents): Doc fix.
133
134 * w32proc.c (new_child, delete_child, find_child_pid): For a
135 subprocess, consider its slot being in use as long as its process
136 handle (procinfo.hProcess) is not NULL. This avoids reusing the
137 slot when a new process is started immediately after killing
138 another one, without waiting enough time for the first process to
139 be reaped and resources allocated for it be orderly freed.
140 (Bug#13086)
141 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
142
143 2012-12-21 Chong Yidong <cyd@gnu.org>
144
145 * buffer.c (Fset_buffer_major_mode): Doc fix (Bug#13231).
146
147 2012-12-15 Chong Yidong <cyd@gnu.org>
148
149 * fns.c (Fcompare_strings): Doc fix (Bug#13081).
150
151 2012-12-14 Eli Zaretskii <eliz@gnu.org>
152
153 * w32.c (get_name_and_id): Always pass NULL as the first argument
154 of lookup_account_sid. Avoids crashes with UNC file names that
155 refer to DFS domains, not to specific machine names. (Bug#12621)
156 Remove now unused argument FNAME; all callers changed.
157 (get_file_owner_and_group): Remove now unused argument FNAME; all
158 callers changed.
159
160 2012-12-11 Eli Zaretskii <eliz@gnu.org>
161
162 * search.c (search_buffer): Check the inverse translations of each
163 character in pattern when the buffer being searched is unibyte.
164 (Bug#13084)
165
166 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
167
168 * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent
169 files, fixing a regression from 24.2.
170 (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.
171
172 2012-12-08 Jan Djärv <jan.h.d@swipnet.se>
173
174 * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103).
175
176 2012-12-08 Fabrice Popineau <fabrice.popineau@gmail.com>
177
178 * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
179 DWORD_PTR, for compatibility with 64-bit builds.
180
181 * w32.c (_PROCESS_MEMORY_COUNTERS_EX):
182 (GetProcessWorkingSetSize_Proc, get_process_working_set_size)
183 (system_process_attributes): Use SIZE_T rather than DWORD, for
184 compatibility with 64-bit builds.
185
186 2012-12-08 Christopher Schmidt <christopher@ch.ristopher.com>
187
188 * lread.c (Vload_source_file_function): Doc fix (Bug#11647).
189
190 2012-12-07 Eli Zaretskii <eliz@gnu.org>
191
192 * indent.c (Fvertical_motion): If a display string will be
193 displayed on the left or the right margin, don't consider it as a
194 factor in cursor positioning. (Bug#13108)
195
196 2012-12-07 Martin Rudalics <rudalics@gmx.at>
197
198 * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
199
200 2012-12-05 Eli Zaretskii <eliz@gnu.org>
201
202 * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp
203 fails, signal an error instead of continuing with an empty
204 string. (Bug#13079)
205 Encode expanded temp file pattern before passing it to mkstemp or
206 mktemp.
207
208 2012-12-04 Eli Zaretskii <eliz@gnu.org>
209
210 * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
211 Encode the file name before passing it to dostounix_filename, in
212 case it will downcase it (under w32-downcase-file-names).
213 (Bug#12933)
214
215 2012-12-01 Chong Yidong <cyd@gnu.org>
216
217 * fileio.c (Vauto_save_list_file_name): Doc fix.
218
219 2012-11-30 Fabrice Popineau <fabrice.popineau@gmail.com>
220
221 * w32fns.c: Remove prototype of atof.
222 (syspage_mask): Declared DWORD_PTR, for compatibility with 64-bit
223 builds.
224 (file_dialog_callback): Declared UINT_PTR.
225
226 * w32common.h (syspage_mask): Declare DWORD_PTR, for compatibility
227 with 64-bit builds.
228
229 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
230 (FILE_ANY_ACCESS, CTL_CODE) [_MSC_VER]: Define only if not already
231 defined.
232
233 2012-11-27 Glenn Morris <rgm@gnu.org>
234
235 * data.c (Fboundp, Fsymbol_value): Doc fix re lexical-binding.
236
237 2012-11-26 Eli Zaretskii <eliz@gnu.org>
238
239 * fontset.c (Finternal_char_font): Return nil on non-GUI frames.
240 (Bug#11964)
241
242 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
243
244 Revert recent change for Bug#8855.
245 As reported by Harald Hanche-Olsen in
246 <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00445.html>
247 the change introduces a further bug, of creating lots of zombie
248 processes in some cases. Further work is needed to come up with a
249 better fix for Bug#8855.
250
251 2012-11-24 Eli Zaretskii <eliz@gnu.org>
252
253 * xdisp.c (draw_glyphs): Don't draw in mouse face if mouse
254 highlighting on the frame was cleared. Prevents assertion
255 violations when repeatedly clicking on the "Top" link of the
256 "bread-crumbs" in Info buffers.
257
258 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
259 Eli Zaretskii <eliz@gnu.org>
260
261 Fix a race condition with glib (Bug#8855).
262 The symptom is a diagnostic "GLib-WARNING **: In call to
263 g_spawn_sync(), exit status of a child process was requested but
264 SIGCHLD action was set to SIG_IGN and ECHILD was received by
265 waitpid(), so exit status can't be returned." The diagnostic
266 is partly wrong, as the SIGCHLD action is not set to SIG_IGN.
267 The real bug is a race condition between Emacs and glib: Emacs
268 does a waitpid (-1, ...) and reaps glib's subprocess by mistake,
269 so that glib can't find it. Work around the bug by invoking
270 waitpid only on subprocesses that Emacs itself creates.
271
272 This is a backport from the trunk, consisting of:
273
274 * w32proc.c (create_child): Don't clip the PID of the child
275 process to fit into an Emacs integer, as this is no longer a
276 restriction.
277 (waitpid): Rename from sys_wait. Emulate a Posix 'waitpid' by
278 reaping only the process specified by PID argument, if that is
279 positive. Use PID instead of dead_child to know which process to
280 reap. Wait for the child to die only if WNOHANG is not in
281 OPTIONS.
282 (sys_select): Don't set dead_child.
283
284 * sysdep.c (wait_for_termination_1): Remove the WINDOWSNT portion,
285 as it is no longer needed.
286
287 * process.c (waitpid, WUNTRACED) [!WNOHANG]: Remove definitions,
288 no longer needed.
289 (create_process, record_child_status_change): Don't use special
290 value -1 in pid field, as the caller now must know the pid rather
291 than having the callee infer it. The inference was sometimes
292 incorrect anyway, due to another race.
293 (create_process): Set new 'alive' member if child is created.
294 (process_status_retrieved): New function.
295 (record_child_status_change): Use it.
296 Accept negative 1st argument, which means to wait for the
297 processes that Emacs already knows about. Move special-case code
298 for DOS_NT (which lacks WNOHANG) here, from caller. Keep track of
299 processes that have already been waited for, by testing and
300 clearing new 'alive' member. Remove the setting of
301 record_at_most_one_child for the !WNOHANG case.
302 (CAN_HANDLE_MULTIPLE_CHILDREN): Remove, as record_child_status_change
303 now does this internally.
304 (handle_child_signal): Let record_child_status_change do all
305 the work, since we do not want to reap all exited child processes,
306 only the child processes that Emacs itself created.
307 * process.h (Lisp_Process): New boolean member 'alive'.
308
309 2012-11-23 Eli Zaretskii <eliz@gnu.org>
310
311 * xdisp.c (set_cursor_from_row): Skip step 2 only if point is not
312 between bpos_covered and bpos_max. This fixes cursor display when
313 several display strings follow each other.
314
315 * .gdbinit (pgx): If the glyph's object is a string, display the
316 pointer to string data, rather than the value of the string object
317 itself (which barfs under CHECK_LISP_OBJECT_TYPE).
318
319 2012-11-21 Eli Zaretskii <eliz@gnu.org>
320
321 * indent.c (Fvertical_motion): If the starting position is covered
322 by a display string, return to one position before that, to avoid
323 overshooting it inside move_it_to. (Bug#12930)
324
325 2012-11-20 Daniel Colascione <dancol@dancol.org>
326
327 * w32fns.c (Fx_file_dialog):
328 (Fx_file_dialog): Accomodate rename of cygwin_convert_path* to
329 cygwin_convert_file_name*.
330
331 * cygw32.c (Fcygwin_convert_path_to_windows, syms_of_cygw32):
332 Rename cygwin_convert_path* to cygwin_convert_file_name*.
333
334 2012-11-20 Ken Brown <kbrown@cornell.edu>
335
336 * emacs.c (main): Set the G_SLICE environment variable for all
337 Cygwin builds, not just GTK builds. See
338 https://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00368.html.
339
340 2012-11-19 Eli Zaretskii <eliz@gnu.org>
341
342 * xdisp.c (start_hourglass) [HAVE_NTGUI]: Don't mix declaration of
343 w32_note_current_window with code. (Backport from trunk.)
344
345 * w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
346 (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]:
347 Define for the MSVC compiler.
348
349 * w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing
350 semi-colon.
351
352 2012-11-18 Eli Zaretskii <eliz@gnu.org>
353
354 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
355 (Fexpand_file_name) [DOS_NT]: Pass encoded file name to
356 dostounix_filename. Prevents crashes down the road, because
357 dostounix_filename assumes it gets a unibyte string. Reported by
358 Michel de Ruiter <michel@sentient.nl>, see
359 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00017.html
360
361 2012-11-17 Eli Zaretskii <eliz@gnu.org>
362
363 * w32select.c: Include w32common.h before w32term.h, so that
364 windows.h gets included before w32term.h uses some of its
365 features, see below.
366
367 * w32term.h (LOCALE_ENUMPROCA, LOCALE_ENUMPROCW) [_MSC_VER]: New
368 typedefs.
369 (EnumSystemLocalesA, EnumSystemLocalesW) [_MSC_VER]: New
370 prototypes.
371 (EnumSystemLocales) [_MSC_VER]: Define if undefined. (Bug#12878)
372
373 2012-11-17 Jan Djärv <jan.h.d@swipnet.se>
374
375 * nsterm.m (hold_event): Set send_appdefined to YES (Bug#12834).
376 (ns_select): Return at once if events are held (Bug#12834).
377
378 2012-11-16 enami tsugutomo <tsugutomo.enami@jp.sony.com>
379
380 * unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64.
381 Needed following 2012-10-20 change. (Bug#12902)
382
383 2012-11-16 Glenn Morris <rgm@gnu.org>
384
385 * editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
386
387 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * eval.c (Finteractive_p): Revert lexbind-merge mishap.
390
391 2012-11-14 Eli Zaretskii <eliz@gnu.org>
392
393 * w32proc.c (timer_loop): Make sure SuspendThread and ResumeThread
394 use the same value of thread handle.
395 (start_timer_thread): If the timer thread exited (due to error),
396 clean up by closing the two handles it used. Duplicate the caller
397 thread's handle here, so it gets duplicated only once, when
398 launching the timer thread. Set priority of the timer thread, not
399 the caller thread.
400 (getitimer): Don't duplicate the caller thread's handle here.
401 (Bug#12832)
402
403 2012-11-13 Jan Djärv <jan.h.d@swipnet.se>
404
405 * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket is
406 called (Bug#12834).
407
408 2012-11-12 Eli Zaretskii <eliz@gnu.org>
409
410 * xdisp.c (decode_mode_spec): Limit the value of WIDTH argument
411 passed to pint2str and pint2hrstr to be at most the size of the
412 frame's decode_mode_spec_buffer. This avoids crashes with very
413 large values of FIELD_WIDTH argument to decode_mode_spec.
414 (Bug#12867)
415
416 2012-11-07 Martin Rudalics <rudalics@gmx.at>
417
418 * window.c (Fsplit_window_internal): Set combination limit of
419 new parent window to t iff Vwindow_combination_limit is t;
420 fixing a regression introduced with the change from 2012-09-22.
421 (Fwindow_combination_limit, Fset_window_combination_limit):
422 Fix doc-strings.
423
424 2012-11-06 Eli Zaretskii <eliz@gnu.org>
425
426 * xdisp.c (try_scrolling): Fix correction of aggressive-scroll
427 amount when the scroll margins are too large. When scrolling
428 backwards in the buffer, give up if cannot reach point or the
429 scroll margin within a reasonable number of screen lines.
430 Fixes point position in window under scroll-up/down-aggressively when
431 point is positioned many lines beyond the window top/bottom.
432 (Bug#12811)
433
434 2012-11-05 Eli Zaretskii <eliz@gnu.org>
435
436 * ralloc.c (relinquish): If real_morecore fails to return memory
437 to the system, don't crash; instead, leave the last heap
438 unchanged and return. (Bug#12774)
439
440 2012-11-03 Eli Zaretskii <eliz@gnu.org>
441
442 * lisp.mk: Adjust comments to the fact that term/internal is now
443 loaded from loadup.el.
444
445 * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
446 (msdos_fatal_signal): New function.
447 (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
448 its argument list.
449
450 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
451 for GCC versions before 4.
452 (emacs_raise): Define to call msdos_fatal_signal.
453
454 * xdisp.c (init_from_display_pos): Fix initialization of the bidi
455 iterator when starting in the middle of a display or overlay
456 string. (Bug#12745)
457
458 2012-11-03 Jan Djärv <jan.h.d@swipnet.se>
459
460 * widget.c (resize_cb): New function.
461 (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733).
462 (EmacsFrameResize): Check if all is up to date before changing frame
463 size.
464
465 2012-11-01 Eli Zaretskii <eliz@gnu.org>
466
467 * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776)
468
469 2012-10-31 Paul Eggert <eggert@cs.ucla.edu>
470
471 Fix crash when using Emacs as commit editor for git (Bug#12697).
472 * callproc.c (setpgrp): Remove macro, as we now use setpgid
473 and it is configured in conf_post.h.
474 (Fcall_process): Don't invoke both setsid and setpgid; the former
475 is enough, if it exists.
476 * callproc.c (Fcall_process, child_setup):
477 * process.c (create_process): Use setpgid.
478 * conf_post.h (setpgid) [!HAVE_SETPGID]: New macro, which substitutes
479 for the real thing.
480 * dispnew.c (init_display): Initialize the foreground group
481 if we are running a tty display.
482 * emacs.c (main): Do not worry about setpgrp; init_display does it now.
483 * lisp.h (init_foreground_group): New decl.
484 * sysdep.c (inherited_pgroup): New static var.
485 (init_foreground_group, tcsetpgrp_without_stopping)
486 (narrow_foreground_group, widen_foreground_group): New functions.
487 (init_sys_modes): Narrow foreground group.
488 (reset_sys_modes): Widen foreground group.
489
490 2012-10-31 Michael Albinus <michael.albinus@gmx.de>
491
492 * dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.
493
494 2012-10-31 Martin Rudalics <rudalics@gmx.at>
495
496 * minibuf.c (read_minibuf): Restore current buffer since
497 choose_minibuf_frame calling Fset_frame_selected_window may
498 change it (Bug#12766).
499
500 2012-10-30 Jan Djärv <jan.h.d@swipnet.se>
501
502 * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733).
503
504 2012-10-30 Kenichi Handa <handa@gnu.org>
505
506 * font.c (Ffont_at): If WINDOW is specified and it is not
507 displaying the current buffer, signal an error.
508
509 2012-10-29 Daniel Colascione <dancol@dancol.org>
510
511 * cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode):
512 In preparation for fixing bug#12739, move these functions from
513 here...
514
515 * coding.h, coding.c: ... to here, and compile them only when
516 WINDOWSNT or CYGWIN. Moving these functions out of cygw32 proper
517 lets us write cygw32-agnostic code for the HAVE_NTGUI case.
518
519 2012-10-28 Eli Zaretskii <eliz@gnu.org>
520
521 * w32proc.c (TIMER_TICKS_PER_SEC): New macro.
522 (timer_loop, getitimer, setitimer): Use it instead of
523 CLOCKS_PER_SEC, which is no longer pertinent, since we don't use
524 'clock'.
525 (w32_get_timer_time): Use 10*TIMER_TICKS_PER_SEC instead of a
526 literal 10000.
527
528 2012-10-28 Jan Djärv <jan.h.d@swipnet.se>
529
530 * nsterm.m (NO_APPDEFINED_DATA): New define.
531 (last_appdefined_event_data): New variable
532 (last_appdefined_event): Remove.
533 (ns_select): Initialize t from last_appdefined_event_data instead
534 of [last_appdefined_event data1].
535 (sendEvent:): Save [theEvent data1] to last_appdefined_event_data,
536 remove last_appdefined_event (Bug#12698).
537
538 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * frame.c (x_set_font): Catch internal error.
541
542 2012-10-27 Eli Zaretskii <eliz@gnu.org>
543
544 Avoid overflow in w32 implementation of interval timers.
545 When possible, for ITIMER_PROF count only times the main thread
546 actually executes.
547 * w32proc.c <struct itimer_data>: 'expire' and 'reload' are now
548 'volatile ULONGLONG' types. All the other data which was
549 previously clock_t is now ULONGLONG. 'terminate' is 'volatile int'.
550 (GetThreadTimes_Proc): New typedef.
551 (w32_get_timer_time): New function, returns a suitable time value
552 for the timer.
553 (timer_loop): Enter critical section when accessing ULONGLONG
554 values of the itimer_data struct, as these accesses are no longer
555 atomic. Call 'w32_get_timer_time' instead of 'clock'.
556 Remove unused variable.
557 (init_timers): Initialize s_pfn_Get_Thread_Times.
558 (start_timer_thread): Don't assign itimer->caller_thread here.
559 (getitimer): Assign itimer->caller_thread here.
560 (setitimer): Always call getitimer to get the value of ticks_now.
561 (sys_spawnve): Avoid compiler warning about format mismatch.
562
563 2012-10-26 Eli Zaretskii <eliz@gnu.org>
564
565 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Don't enable tracking of
566 mouse movement events if the menu bar is active. This avoids
567 producing a busy "hour-glass" cursor by Windows if the mouse
568 pointer is positioned over a tooltip shown for some menu item.
569
570 2012-10-25 Paul Eggert <eggert@cs.ucla.edu>
571
572 Don't assume process IDs fit in int.
573 * emacs.c (shut_down_emacs) [!DOS_NT]:
574 * sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]:
575 * term.c (dissociate_if_controlling_tty) [!DOS_NT]:
576 Use pid_t, not int, to store process IDs, as 'int'
577 is not wide enough on a few platforms (e.g., AIX and IRIX).
578
579 2012-10-23 Kenichi Handa <handa@gnu.org>
580
581 The following change is to make face-font-rescale-alist work
582 correctly for non-ASCII fonts.
583
584 * font.c (font_open_entity): Don't handle Vface_font_rescale_alist.
585 (font_open_for_lface): Handle Vface_font_rescale_alist.
586
587 2012-10-23 Chong Yidong <cyd@gnu.org>
588
589 * xfaces.c (Vfont_list_limit): Move unused variable to faces.el.
590
591 2012-10-21 Jan Djärv <jan.h.d@swipnet.se>
592
593 * nsfont.m (nsfont_open, ns_glyph_metrics): Force integer advancement
594 for screen font.
595 (nsfont_draw): Turn off LCD-smoothing (Bug#11484).
596
597 * xterm.c (x_focus_changed): Check if daemonp when sending focus in
598 event (Bug#12681).
599
600 2012-10-21 Glenn Morris <rgm@gnu.org>
601
602 * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
603
604 2012-10-20 Paul Eggert <eggert@cs.ucla.edu>
605
606 Port to OpenBSD 5.1.
607 * frame.c (Fmouse_position, Fmouse_pixel_position):
608 * xdisp.c (produce_stretch_glyph):
609 Declare local vars only when they're needed.
610 This is clearer and avoids a warning on OpenBSD about unused vars.
611 * frame.h (FRAME_WINDOW_P): Always evaluate its argument.
612 This is safer, and avoids OpenBSD warnings about unused vars.
613 * keyboard.c (record_menu_key): Remove unnecessary decl.
614 (poll_timer): Define only if POLL_FOR_INPUT is defined.
615 * unexelf.c (ELFSIZE) [!ElfW]: Do not define if already defined,
616 as our definition clashes with OpenBSD's.
617 * xfaces.c (load_face_colors, check_lface_attrs)
618 (get_lface_attributes_no_remap, get_lface_attributes)
619 (lface_fully_specified_p, x_supports_face_attributes_p)
620 (tty_supports_face_attributes_p, face_fontset, realize_face)
621 (realize_x_face, realize_tty_face):
622 Declare parameters to be Lisp_Object[LFACE_VECTOR_SIZE], not
623 merely Lisp_Object *. This is more informative and avoids
624 a warning on OpenBSD about accessing beyond an object's size.
625
626 2012-10-20 Chong Yidong <cyd@gnu.org>
627
628 * lread.c (Fload): Doc fix (Bug#12592).
629
630 2012-10-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
631
632 * font.c (Ffont_at): Fix previous change.
633
634 2012-10-19 Eli Zaretskii <eliz@gnu.org>
635
636 * puresize.h (BASE_PURESIZE): Bump the base value to 1700000.
637 See http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00593.html
638 for the reasons.
639
640 * alloc.c (NSTATICS): Decrease to 0x800.
641
642 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * fns.c (Fnreverse): Include the problem element when signalling an
645 error (bug#12677).
646
647 2012-10-18 Jan Djärv <jan.h.d@swipnet.se>
648
649 * nsterm.m (ns_select): Check writefds before call to
650 FD_ISSET (Bug#12668).
651
652 2012-10-18 Daniel Colascione <dancol@dancol.org>
653
654 * alloc.c (NSTATICS): Increase from 0x650 to 0x1000
655 (staticpro): If we run out of staticpro slots, die with an
656 informative error instead of just calling emacs_abort.
657
658 2012-10-18 Martin Rudalics <rudalics@gmx.at>
659
660 Fix two flaws reported by Dmitry Antipov.
661 * window.c (Ftemp_output_buffer_show): Remove.
662 (Fwindow_vscroll, Fset_window_vscroll): Use decode_live_window.
663 (syms_of_window): Remove defsubr for Stemp_output_buffer_show.
664
665 2012-10-17 Eli Zaretskii <eliz@gnu.org>
666
667 * makefile.w32-in ($(BLD)/w32.$(O)):
668 ($(BLD)/vm-limit.$(O)):
669 ($(BLD)/term.$(O)):
670 ($(BLD)/unexw32.$(O)):
671 ($(BLD)/fileio.$(O)):
672 ($(BLD)/dispnew.$(O)): Update dependencies.
673
674 * w32term.h (w32_initialize_display_info, initialize_w32_display):
675 Add prototypes.
676
677 * w32proc.c: Include ctype.h.
678
679 * w32.h (init_environment, check_windows_init_file)
680 (syms_of_ntproc, syms_of_ntterm, dostounix_filename)
681 (unixtodos_filename, init_winsock, srandom, random, sys_pipe)
682 (set_process_dir, sys_spawnve, register_child, sys_sleep, getwd)
683 (sys_link): Add prototypes.
684
685 * w32.c: Include w32select.h.
686 (sys_access, e_malloc, sys_select): Add prototypes.
687 (emacs_gnutls_pull): 'timeout' is now EMACS_TIME, not struct timeval.
688
689 * vm-limit.c [WINDOWSNT]: Include w32heap.h.
690
691 * unexw32.c: Include lisp.h and w32.h.
692
693 * term.c [WINDOWSNT]: Include w32term.h.
694
695 * process.c [WINDOWSNT]: Add prototype of sys_select.
696
697 * fileio.c [WINDOWSNT]: Include w32.h.
698
699 * dispnew.c [WINDOWSNT]: Include w32.h.
700
701 * cygw32.c (Fcygwin_convert_path_to_windows)
702 (Fcygwin_convert_path_from_windows): Use EQ to compare 2
703 Lisp_Object values. (Bug#12661)
704
705 * w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
706 to Lisp_Object. (Bug#12661)
707
708 2012-10-17 Kenichi Handa <handa@gnu.org>
709
710 * xdisp.c (reseat_1): Make the information stored in it->cmp_it
711 invalidate.
712
713 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
714
715 * buffer.c (Fkill_buffer): When unchaining the marker,
716 reset its buffer pointer to NULL (Bug#12652).
717
718 2012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
719
720 Do not verify indirection counters of killed buffers (Bug#12579).
721 * buffer.h (BUFFER_CHECK_INDIRECTION): New macro.
722 * buffer.c (compact_buffer, set_buffer_internal_1): Use it.
723
724 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
725
726 * alloc.c (Fmake_byte_code): Fix typo in comment.
727 * print.c (print_interval): Define as static to match prototype.
728 * indent.c (disptab_matches_widthtab, recompute_width_table):
729 Convert to eassert.
730
731 2012-10-16 Dmitry Antipov <dmantipov@yandex.ru>
732
733 * editfns.c (get_system_name): Remove.
734 * lisp.h (get_system_name): Remove prototype.
735 * xrdb.c (getenv, getpwuid, getpwnam): Remove prototypes.
736 (get_environ_db): Use Vsystem_name. Avoid call to strlen.
737
738 2012-10-15 Daniel Colascione <dancol@dancol.org>
739
740 * dbusbind.c: Add comment explaining reason for previous change.
741
742 2012-10-15 Martin Rudalics <rudalics@gmx.at>
743
744 * window.c (Fwindow_end): Rewrite check whether cached position
745 can be used (Bug#12600).
746 (resize_frame_windows, grow_mini_window, shrink_mini_window):
747 Set windows_or_buffers_changed.
748
749 2012-10-15 Daniel Colascione <dancol@dancol.org>
750
751 * dbusbind.c: Fix cygw32 build break when compiling with dbus
752 enabled by undefining the symbol "interface", which the platform
753 headers define to something incompatible.
754
755 2012-10-14 Daniel Colascione <dancol@dancol.org>
756
757 * image.c (init_tiff_functions, init_imagemagick_functions)
758 (init_svg_functions): Fix cygw32 build break by using these
759 functions only when WINDOWSNT _and_ HAVE_NTGUI.
760
761 2012-10-14 Jan Djärv <jan.h.d@swipnet.se>
762
763 * nsterm.m (ns_select): Count fd:s in writefs also (Bug#12422).
764
765 2012-10-13 Jan Djärv <jan.h.d@swipnet.se>
766
767 * gtkutil.c (xg_set_widget_bg): Divide by 65535 (Bug#12612).
768
769 2012-10-13 HANATAKA, Shinya <bogytech@gmail.com> (tiny change)
770
771 * coding.c (detect_coding): Set coding->id before calling
772 this->detector.
773
774 2012-10-13 Andreas Schwab <schwab@linux-m68k.org>
775
776 * fileio.c: Formatting fixes.
777
778 2012-10-13 Paul Eggert <eggert@cs.ucla.edu>
779
780 Fix some stat-related races.
781 * fileio.c (Fwrite_region): Avoid race condition if a file is
782 removed or renamed by some other process immediately after Emacs
783 writes it but before Emacs stats it. Do not assume that stat (or
784 fstat) succeeds.
785 * image.c (slurp_file): Resolve the file name with fopen + fstat
786 rather than stat + fopen.
787 (pbm_read_file) [0]: Remove unused code with stat race.
788 * process.c (allocate_pty) [HAVE_PTYS && !PTY_ITERATION && !PTY_OPEN]:
789 Remove ineffective code with stat race.
790
791 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * doc.c (get_doc_string): Don't signal an error if the file is missing.
794
795 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
796
797 * nsterm.m (hold_event_q): New static variable.
798 (EV_TRAILER, sendScrollEventAtLoc:fromEvent:): Call hold_event if
799 ! q_event_ptr.
800 (hold_event): New function.
801 (ns_read_socket): If hold_event_q have events, store them and
802 return (Bug#12384).
803 (setPosition:portion:whole:): Send SIGIO to ourselves if apploopnr
804 is zero (Bug#12384).
805
806 2012-10-12 Juanma Barranquero <lekktu@gmail.com>
807
808 * makefile.w32-in ($(BLD)/w32select.$(O)): Update dependencies.
809
810 2012-10-12 Eli Zaretskii <eliz@gnu.org>
811
812 * makefile.w32-in ($(BLD)/fileio.$(O)): Add sys/file.h.
813
814 * fileio.c (check_existing): New function.
815 (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
816 instead of calling 'stat', when what's needed is to check whether
817 a file exists. This avoids expensive system calls on MS-Windows.
818 (Bug#12587)
819
820 * w32.c (init_environment): Call 'check_existing' instead of 'stat'.
821
822 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
823 determine whether a file exists and is not a directory.
824
825 * lisp.h (check_existing): Add prototype.
826
827 2012-10-12 Jan Djärv <jan.h.d@swipnet.se>
828
829 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.
830
831 2012-10-12 Glenn Morris <rgm@gnu.org>
832
833 * buffer.c (Fset_buffer): Doc fix. (Bug#12624)
834
835 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * buffer.c (Fkill_buffer): Null out the overlay list(s) as well.
838
839 * eval.c (Fautoload): Remember previous autoload status in load-history.
840
841 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
842
843 lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.
844 * lread.c (load_each_byte, new_backquote_flag, readchar)
845 (read_filtered_event, lisp_file_lexically_bound_p)
846 (safe_to_load_version, Fload, complete_filename_p, openp)
847 (build_load_history, readevalloop, read_escape, read1)
848 (string_to_number, read_vector, read_list):
849 * macros.c (Fstart_kbd_macro):
850 * marker.c (CONSIDER):
851 * menu.c (parse_single_submenu, digest_single_submenu)
852 (find_and_return_menu_selection, Fx_popup_menu):
853 * minibuf.c (read_minibuf_noninteractive, read_minibuf)
854 (Ftry_completion):
855 * nsmenu.m (ns_update_menubar, runMenuAt:forFrame:keymaps:):
856 (ns_menu_show):
857 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
858 (xmenu_show, xdialog_show):
859 Use bool for booleans.
860 * lread.c (safe_to_load_version): Rename from safe_to_load_p,
861 as it's not a predicate. All uses changed. Omit unnecessary
862 buffer termination.
863
864 2012-10-11 Dmitry Antipov <dmantipov@yandex.ru>
865
866 * editfns.c (save_excursion_save): Use nil if mark points to nowhere.
867 (save_excursion_restore): Do not restore mark if it was not saved.
868
869 2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
870
871 * marker.c (cached_modiff): EMACS_INT, not int.
872
873 * w32select.c (waiting_for_input): Declare by including "keyboard.h"
874 instead of having a wrong decl.
875 * nsmenu.m (waiting_for_input): Remove wrong decl.
876
877 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
878
879 keyboard.c, keymap.c: Use bool for booleans.
880 * dispnew.c (sit_for): Distinguish between 3-way display_option
881 and boolean do_display.
882 * keyboard.c (single_kboard, this_command_key_count_reset)
883 (waiting_for_input, echoing, immediate_quit, input_pending)
884 (interrupt_input, interrupts_deferred, pop_kboard)
885 (temporarily_switch_to_single_kboard, ignore_mouse_drag_p)
886 (command_loop_1, adjust_point_for_property)
887 (safe_run_hooks_error, input_polling_used, read_char):
888 (help_char_p, readable_events, kbd_buffer_events_waiting)
889 (kbd_buffer_get_event, timer_check_2, make_lispy_event)
890 (lucid_event_type_list_p, get_input_pending):
891 (gobble_input, menu_separator_name_p, menu_bar_item)
892 (parse_menu_item, parse_tool_bar_item, read_char_x_menu_prompt)
893 (read_char_minibuf_menu_prompt, access_keymap_keyremap)
894 (keyremap_step, test_undefined, read_key_sequence)
895 (detect_input_pending, detect_input_pending_ignore_squeezables)
896 (detect_input_pending_run_timers, requeued_events_pending_p)
897 (quit_throw_to_read_char, Fset_input_interrupt_mode):
898 * keymap.c (get_keymap, keymap_parent, keymap_memberp)
899 (access_keymap_1, access_keymap, map_keymap, get_keyelt)
900 (Fdefine_key, Flookup_key, struct accessible_keymaps_data)
901 (accessible_keymaps_1, Fkey_description, push_key_description):
902 (shadow_lookup, struct where_is_internal_data)
903 (where_is_internal, Fwhere_is_internal, where_is_internal_1)
904 (Fdescribe_buffer_bindings, describe_map_tree, struct describe_map_elt)
905 (describe_map, describe_vector):
906 * menu.c (single_menu_item):
907 * nsmenu.m (ns_update_menubar):
908 * process.c (wait_reading_process_output):
909 * search.c (scan_buffer, scan_newline):
910 Use bool for boolean.
911 * keyboard.c (timers_run, swallow_events)
912 (detect_input_pending_run_timers):
913 * process.c (wait_reading_process_output):
914 Use unsigned for counter where wraparound-on-overflow is desired,
915 since unsigned is guaranteed to have that behavior and signed is not.
916 (read_char): Use ptrdiff_t for string length.
917 (get_input_pending): Remove first argument, since it was always
918 the same pointer-to-int (now pointer-to-boolean) &input_pending,
919 and behave as if it had that value. Return new value of
920 input_pending. All callers changed.
921 * keyboard.h (struct kboard): Use unsigned : 1 for boolean member
922 immediate_echo. Use ptrdiff_t for echo_after_prompt, since it's
923 a string length.
924 * keymap.c (push_key_description): Omit last arg, which was always 1.
925 All callers changed.
926
927 * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
928
929 2012-10-10 Juanma Barranquero <lekktu@gmail.com>
930
931 * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
932 ($(BLD)/term.$(O)): Update dependencies.
933
934 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
935
936 * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
937 * lisp.h (enum pvec_type): Adjust comments and omit explicit
938 initializer for PVEC_NORMAL_VECTOR.
939
940 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
941
942 Clean out old termopts cruft.
943 * termopts.h (flow_control, meta_key): Remove unused decls.
944 * dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
945 Don't include termopts.h.
946
947 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru>
948
949 * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
950
951 2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
952
953 * commands.h (immediate_quit): Remove duplicate decl.
954
955 2012-10-09 Jan Djärv <jan.h.d@swipnet.se>
956
957 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
958 caching.
959 (nsfont_open): Remove setting of Vfonts_in_cache.
960 (syms_of_nsfont): Remove initialization of Vfonts_in_cache.
961
962 2012-10-09 Eli Zaretskii <eliz@gnu.org>
963
964 * w32fns.c (w32_last_error): Change the return value to DWORD, to
965 match what GetLastError returns. Explain why the function is
966 needed.
967
968 * frame.c (delete_frame): Rename local variable 'tooltip_frame' to
969 'is_tooltip_frame', to avoid confusion with its global namesake.
970
971 2012-10-08 Daniel Colascione <dancol@dancol.org>
972
973 * xdisp.c (start_hourglass): Call w32_note_current_window when
974 HAVE_NTGUI, not just WINDOWSNT, resolving a problem in the cygw32
975 build that caused Emacs to display the hourglass cursor forever.
976
977 * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
978 which is broken under remote desktop, calculate the number of
979 colors available for a display based on the display's number of
980 planes and number of bits per pixel per plane. (bug#10397).
981
982 2012-10-08 Jan Djärv <jan.h.d@swipnet.se>
983
984 * nsfont.m (Vfonts_in_cache): New variable.
985 (nsfont_open): Use unsignedLongLongValue for cache in case wide ints
986 are used. Add cached fonts to Vfonts_in_cache.
987 (syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
988
989 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
990
991 * makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI, it's now
992 in nt/config.nt.
993 (FONT_H): Define after FRAME_H.
994 ($(BLD)/emacs.$(O), $(BLD)/process.$(O), $(BLD)/w32heap.$(O)):
995 Update dependencies.
996
997 * w32term.c: Remove leftover declaration of keyboard_codepage.
998
999 2012-10-08 Eli Zaretskii <eliz@gnu.org>
1000
1001 * makefile.w32-in (FONT_H): Add $(FRAME_H).
1002 (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
1003 ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
1004 (GLOBAL_SOURCES): Add cygw32.c.
1005 ($(BLD)/unexw32.$(O)):
1006 ($(BLD)/w32.$(O)):
1007 ($(BLD)/w32console.$(O)):
1008 ($(BLD)/w32fns.$(O)):
1009 ($(BLD)/w32heap.$(O)):
1010 ($(BLD)/w32menu.$(O)):
1011 ($(BLD)/w32proc.$(O)): Add w32common.h.
1012
1013 * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
1014 'const char *'.
1015 (x_to_w32_color): Don't modify the argument, modify a copy instead.
1016
1017 2012-10-08 Daniel Colascione <dancol@dancol.org>
1018
1019 * w32term.h (WM_EMACS_BRINGTOTOP, WM_EMACS_INPUT_READY)
1020 (WM_EMACS_END): Change WM_EMACS_BRINGTOTOP from 22 to 21 to close
1021 accidental message numbering hole. Change other messages to
1022 match.
1023
1024 * w32select.h (HAVE_W32SELECT): Remove.
1025
1026 * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include
1027 w32common.h instead of w32heap.h.
1028
1029 * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size)
1030 (get_allocation_unit, get_processor_type, get_w32_major_version)
1031 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
1032 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
1033 (OS_NT, os_subtype, cache_system_info): Move declarations to
1034 w32common.
1035
1036 * w32heap.c: Include w32common.h.
1037 (sysinfo_cache, syspage_mask, osinfo_cache, w32_major_version)
1038 (w32_minor_version, w32_build_number, w32_subtype):
1039 Remove duplicate definitions.
1040
1041 * w32fns.c: Include w32common.h; include w32heap.h only in
1042 WINDOWSNT.
1043
1044 (Fx_file_dialog): Clarify comment on GetOpenFileName structure.
1045 Use `report_file_error' instead of `error' in order to better
1046 inform users of what went wrong. Increase NTGUI_UNICODE file
1047 dialog box file name length to 32k, the maximum allowed by the NT
1048 kernel.
1049
1050 * w32common.h: New file.
1051 (ROUND_UP, ROUND_DOWN, get_page_size)
1052 (get_allocation_unit, get_processor_type, get_w32_major_version)
1053 (get_w32_minor_version, sysinfo_cache, osinfo_cache)
1054 (w32_major_version, w32_minor_version, w32_build_number, OS_9X)
1055 (OS_NT, os_subtype, cache_system_info): Move here.
1056
1057 * unexw32.c, unexcw.c: Include w32common.h.
1058
1059 * emacs.c (main): Use (defined (WINDOWSNT) || defined
1060 HAVE_NTGUI) instead of removed HAVE_W32SELECT to decide whether
1061 to call syms_of_w32select.
1062
1063 * cygw32.h: Remove obsolete EXFUN declarations.
1064
1065 * cygw32.c (Qutf_16_le): Rename to Qutf_16le.
1066
1067 * Makefile.in (SOME_MACHINE_OBJECTS): Reverse accidental removal
1068 of w32inevt.o from SOME_MACHINE_OBJECTS.
1069
1070 2012-10-08 Daniel Colascione <dancol@dancol.org>
1071
1072 * image.c: Permanent fix for JPEG compilation issue --- limit
1073 jpeglib `boolean' redefinition to Cygwin builds.
1074
1075 2012-10-08 Eli Zaretskii <eliz@gnu.org>
1076
1077 * image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
1078
1079 * emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on
1080 Cygwin.
1081
1082 2012-10-08 Daniel Colascione <dancol@dancol.org>
1083
1084 * xfaces.c, xdisp.c, window.c, w32xfns.c, w32term.h, w32term.c,
1085 w32select.h w32select.c, w32proc.c, w32menu.c, w32inevt.c,
1086 w32help.c, w32font.c, w32font.c, w32fns.c, w32console.c, w32.h,
1087 w32.c, unexw32.c, termhooks.h, process.c, menu.c, keyboard.h,
1088 keyboard.c, image.c, frame.h, frame.c, fontset.c, font.h, font.c,
1089 emacs.c, dispextern.h, cygw32.h, cygw32.c, conf_post.h,
1090 Makefile.in: use HAVE_NTGUI for W32 GUI and WINDOWSNT for the
1091 operating system. defined(HAVE_NTGUI) && !defined(WINDOWSNT) is
1092 now a supported configuration.
1093
1094 * Makefile.in: consolidate image variables into LIBIMAGE; add
1095 W32_OBJ and W32_LIBS. Compile new files.
1096
1097 * conf_post.h:
1098 (_DebPrint) declare tracing facility for W32 debugging. We need
1099 to unify tracing later.
1100
1101 (NTGUI_UNICODE) Define when compiling for Cygwin to allow the
1102 unconditional use of W32 Unicode functions. Cygwin runs only on
1103 100% Unicode operating systems.
1104
1105 * cygw32.c: New file. Define Cygwin-specific facilities.
1106 (Fcygwin_convert_path_to_windows)
1107 (Fcygwin_convert_path_from_windows): New user functions for
1108 accessing Cygwin path-munging routines.
1109
1110 * cygw32.h: New file.
1111 (WCSDATA, to_unicode, from_unicode): Define facilities for storing
1112 UTF-16LE strings temporarily inside non-Lisp-visible string
1113 objects.
1114
1115 (w32_strerror): Just what it says on the tin.
1116
1117 * emacs.c: Make the NS fork-then-exec code for daemon-launching
1118 also run for Cygwin; both systems have the same problem with using
1119 GUI facilities in a forked child. Also call syms_of_cygw32,
1120 syms_of_w32select in correct places.
1121
1122 (DAEMON_MUST_EXEC): new macro defined to signal that a platform
1123 needs fork-then-exec for daemon launching.
1124
1125 * font.h: Include frame.h.
1126
1127 * image.c: Use the image library cache machinery only when we're
1128 compiling for native WINDOWSNT; Cygwin can use shared libraries
1129 like any other Unixlike system.
1130
1131 * keyboard.c: Clarify a comment regarding the input loop.
1132
1133 * menu.c: When NTGUI_UNICODE is defined, use Unicode menu
1134 functions directly instead of trying to detect at runtime that our
1135 host operating system supports them. We make this change for two
1136 reasons: Cygwin lacks support for the multibyte character
1137 conversion functions used by the legacy menu code, and Cygwin
1138 never needs to rely on non-Unicode APIs.
1139
1140 * unexw32.c (hinst): Declare extern.
1141
1142 * w32.c: Change header order;
1143 (w32_strerror): Move to w32fns.c because we need it for
1144 non-WINDOWSNT builds.
1145
1146 * w32.h: Add #error macro to make sure we don't include w32.h for
1147 Cygwin builds. Remove w32select declarations.
1148
1149 * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to
1150 w32fns.c. w32console.c is WINDOWSNT-only.
1151
1152 * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more
1153 NTGUI_UNICODE tweaks. (See above.) Change _snprintf to the more
1154 POSIXy alternative.
1155 (faked_key, sysinfo_cache, osinfo_cahce, syspage_mask)
1156 (w32_major_version, w32_minor_version, w32_build_number)
1157 (os_subtype, sound_type): Define here
1158 (w32_defined_color): Make color parameter const for consistency
1159 with other _defined_color functions.
1160 (w32_createwindow): Unconditionally call w32_init_class instead of
1161 doing so only when hprevinst is non-NULL. Plumbing hprevinst
1162 through the code is complex and unnecessary because class
1163 registration is practically free.
1164 (w32_name_of_message): New EMACSDEBUG-only function.
1165 (Fset_message_beep): Move here
1166 (Fx_open_connection): Require that the display name for Windows be
1167 "w32" for consistency, emacsclient disambiguation, and maybe, one
1168 day, multi-window-system support.
1169 (file_dialog_callback): NTGUI_UNICODE changes; encode and decode
1170 Cygwin files for W32 GUI facilities, since these clearly don't
1171 expect Cygwin names.
1172 (_DebPrint): Define.
1173 (w32_strerror, w32_console_toggle_lock_key, w32_kbd_mods_to_emacs)
1174 (w32_kbd_patch_key, w32_sys_ring_bell): Move here.
1175 (Ssystem_move_file_to_trash): Define only for native WINDOWSNT.
1176 (w32_last_error): Remove.
1177
1178 * w32font.c: Define _strlwr to strlwr for non-WINDOWSNT builds.
1179
1180 * w32heap.c (syspage_mask): Declare here.
1181 (cache_system_info): Remove.
1182
1183 * w32inevt.c (faked_key): Define globally, not statically.
1184 (w32_kbd_mods_to_emacs, w32_kbd_patch_key, faked_key)
1185 (w32_console_toggle_lock_key): Move to w32fns.c.
1186
1187 * w32menu.c: Include setjmp.h. NTGUI_UNICODE changes throughout.
1188
1189 * w32proc.c (_DebPrint): Move to w32fns.c.
1190 * w32select.c: Include string.h, stdio.h for Cygwin.
1191 * w32select.h: New File.
1192
1193 * w32term.c: Include io.h for non-CYGWIN builds; needed for
1194 get_osfhandle.
1195 (w32_message_fd): New variable. Under Cygwin, holds the file
1196 descriptor the system used to tell us about pending thread
1197 messages.
1198
1199 (w32_init_term): Remove incorrect calls to fcntl and init_sigio
1200 that prevented compilation under non-WINDOWSNT systems.
1201
1202 (w32_initialize): Open /dev/windows and assign it to
1203 w32_message_fd. Provide w32 feature.
1204
1205 * w32term.h: Include frame.h, atimer.h. Declare various frame functions.
1206 (WM_EMACS_INPUT_READY): add.
1207 (prepend_msg, w32_message_fd): Declare globally.
1208
1209 * w32xfns.c:
1210 (keyboard_handle): Use only when WINDOWSNT.
1211 (notify_msg_ready): New function. Posts a message to the main
1212 thread's message queue under CYGWIN, which wakes up the main
1213 thread from select(2) by making the /dev/windows file descriptor
1214 ready. Under WINDOWSNT, it sets an event the same way the old
1215 code did.
1216
1217 (post, prepend_msg): Actually call notify_msg_ready instead of
1218 setting the input event directly.
1219
1220 2012-10-07 Eli Zaretskii <eliz@gnu.org>
1221
1222 * ralloc.c (relinquish): If a heap is ready to be relinquished,
1223 but it still has blocs in it, don't return it to the system,
1224 instead of aborting. (Bug#12402)
1225
1226 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1227
1228 * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).
1229
1230 * nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of
1231 MAC_OS_X_VERSION_10_6.
1232 (syms_of_nsterm): Remove comment about Panther and above for
1233 ns-antialias-text.
1234 * nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
1235 (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
1236 (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
1237
1238 * nsselect.m (ns_string_from_pasteboard): Remove check for >=
1239 MAC_OS_X_VERSION_10_4.
1240
1241 * nsmenu.m (fillWithWidgetValue:): Remove code for <
1242 MAC_OS_X_VERSION_10_2.
1243
1244 * nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.
1245
1246 * nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
1247 (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.
1248
1249 * nsterm.m (ns_in_resize): Remove (Bug#12479).
1250 (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
1251 (ns_clear_frame, sendEvent, windowDidResize, drawRect:):
1252 Remove ns_in_resize check.
1253 (ns_clear_frame_area): Remove resize handle code.
1254
1255 * nsfns.m (ns_in_resize): Remove.
1256 (x_set_icon_name, ns_set_name, ns_set_name_as_filename):
1257 Remove ns_in_resize check.
1258
1259 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
1260
1261 Improve sys_siglist detection.
1262 * sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
1263 defined as a macro, as is done in Solaris.
1264 (sys_siglist_entries): New macro.
1265 (save_strsignal): Use it.
1266 * syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
1267 GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
1268
1269 2012-10-06 Jan Djärv <jan.h.d@swipnet.se>
1270
1271 * nsfns.m (Fx_create_frame): Call x_default_parameter with
1272 fullscreen/Fullscreen.
1273
1274 * nsterm.h (EmacsView): Rename tbar_height to tibar_height.
1275 tobar_height is new.
1276
1277 * nsterm.m (x_make_frame_visible): Check for fullscreen.
1278 (ns_fullscreen_hook): Activate old style fullscreen with a timer.
1279 (ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
1280 (windowDidResize:): Check for correct window if old style fullscreen.
1281 Capitalize word in comment. Remove incorrect comment.
1282 (initFrameFromEmacs:): tbar_height renamed tibar_height.
1283 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
1284 error in drawing background.
1285 (toggleFullScreen:): Remove comment. Rearrange calls.
1286 Set toolbar values to zero, save old height in tobar_height.
1287 Restore tool bar height when leaving fullscreen.
1288 (canBecomeMainWindow): New function.
1289
1290 2012-10-06 Paul Eggert <eggert@cs.ucla.edu>
1291
1292 * keyboard.c (read_char): Remove unnecessary 'volatile's and label.
1293
1294 2012-10-05 Eli Zaretskii <eliz@gnu.org>
1295
1296 * w32proc.c (stop_timer_thread): Fix declaration of 'err'.
1297
1298 * w32.c (utime): Open the file with FILE_FLAG_BACKUP_SEMANTICS, so
1299 that time stamps of directories could also be changed.
1300 Don't request the too broad GENERIC_WRITE, only the more restrictive
1301 FILE_WRITE_ATTRIBUTES access rights.
1302
1303 * fileio.c (Fset_file_times): Special-case ignoring errors for
1304 directories only on MSDOS, not on MS-Windows.
1305
1306 2012-10-05 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1307
1308 * minibuf.c (Fcompleting_read): Doc fix. (Bug#12555)
1309
1310 2012-10-04 Eli Zaretskii <eliz@gnu.org>
1311
1312 * w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
1313 see whether CreateFile failed.
1314
1315 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
1316
1317 * profiler.c (handle_profiler_signal): Inhibit pending signals too,
1318 to avoid similar races.
1319 * keyboard.c (pending_signals): Now bool, not int.
1320
1321 Port timers to OpenBSD, plus check for timer failures.
1322 OpenBSD problem reported by Han Boetes.
1323 * profiler.c (setup_cpu_timer): Check for failure of timer_settime
1324 and/or setitimer.
1325 (Fprofiler_cpu_stop): Don't assume HAVE_SETITIMER.
1326 * syssignal.h (HAVE_ITIMERSPEC): New macro. This is for platforms
1327 like OpenBSD, which has timer_settime but does not declare it.
1328 OpenBSD does not define SIGEV_SIGNAL, so use that when deciding
1329 whether to use itimerspec-related primitives. All uses of
1330 HAVE_TIMER_SETTIME replaced with HAVE_ITIMERSPEC.
1331
1332 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1333
1334 * profiler.c (handle_profiler_signal): Fix a malloc race
1335 that caused Emacs to hang on Fedora 17 when profiling Lisp.
1336
1337 2012-10-02 Jan Djärv <jan.h.d@swipnet.se>
1338
1339 * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
1340
1341 2012-10-02 Eli Zaretskii <eliz@gnu.org>
1342
1343 * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
1344 consistent with the change in return value of 'safe_strsignal'.
1345
1346 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1347
1348 Prefer plain 'static' to 'static inline' (Bug#12541).
1349 * bidi.c (bidi_get_type, bidi_check_type, bidi_get_category)
1350 (bidi_set_sor_type, bidi_push_embedding_level)
1351 (bidi_pop_embedding_level, bidi_remember_char, bidi_copy_it)
1352 (bidi_cache_reset, bidi_cache_shrink, bidi_cache_fetch_state)
1353 (bidi_cache_search, bidi_cache_ensure_space)
1354 (bidi_cache_iterator_state, bidi_cache_find)
1355 (bidi_peek_at_next_level, bidi_set_paragraph_end)
1356 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
1357 (bidi_explicit_dir_char, bidi_resolve_neutral_1):
1358 Now 'static', not 'static inline'.
1359
1360 Count overruns when profiling; change units to ns.
1361 * profiler.c (handle_profiler_signal): Count sampling intervals, not ms.
1362 Give extra weight to samples after overruns, to attempt to count
1363 the time more accurately.
1364 (setup_cpu_timer): Change sampling interval units from ms to ns, since
1365 the underlying primitives nominally do ns.
1366 (Fprofiler_cpu_start): Document the change. Mention that
1367 the sampling intervals are only approximate.
1368
1369 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
1372
1373 * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
1374 case for the special 0 coding-system.
1375
1376 * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
1377 (Fmake_overlay): Remove redundant tests.
1378 (fix_start_end_in_overlays): Remove redundant recentering.
1379
1380 2012-10-02 Juanma Barranquero <lekktu@gmail.com>
1381
1382 * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)):
1383 Update dependencies.
1384
1385 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1386
1387 Fix a malloc race condition involving strsignal.
1388 A signal can arrive in the middle of a malloc, and Emacs's signal
1389 handler can invoke strsignal, which can invoke malloc, which is
1390 not portable. This race condition bug makes Emacs hang on GNU/Linux.
1391 Fix it by altering the signal handler so that it does not invoke
1392 strsignal.
1393 * emacs.c (shut_down_emacs): Use safe_strsignal, not strsignal.
1394 * process.c (status_message): Use const pointer, in case strsignal
1395 is #defined to safe_strsignal.
1396 * sysdep.c (sys_siglist, init_signals): Always define and
1397 initialize a substitute sys_siglist if the system does not define
1398 one, even if HAVE_STRSIGNAL.
1399 (safe_strsignal): Rename from strsignal. Always define,
1400 using sys_siglist. Return a const pointer.
1401 * syssignal.h (safe_strsignal): New decl.
1402 (strsignal) [!HAVE_STRSIGNAL]: Define in terms of safe_strsignal.
1403
1404 2012-10-01 Eli Zaretskii <eliz@gnu.org>
1405
1406 * w32proc.c (timer_loop): Fix code that waits for timer
1407 expiration, to avoid high CPU usage.
1408
1409 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)
1412 (sweep_weak_table): Remove redundant prototypes.
1413
1414 2012-10-01 Fabrice Popineau <fabrice.popineau@gmail.com>
1415
1416 * emacs.c: Move the inclusion of TERM_HEADER after including
1417 windows.h on WINDOWSNT. This avoids compilation problems with
1418 MSVC.
1419
1420 2012-10-01 Eli Zaretskii <eliz@gnu.org>
1421
1422 * unexw32.c (OFFSET_TO_RVA, RVA_TO_OFFSET)
1423 (RVA_TO_SECTION_OFFSET): Encode all macro arguments in parentheses.
1424 (RVA_TO_PTR): Cast the result of RVA_TO_OFFSET to 'unsigned char *',
1425 as the previous version used 'void *'.
1426
1427 * ralloc.c (ROUNDUP): Fix last change.
1428 (MEM_ROUNDUP): Don't cast MEM_ALIGN, it is already of type
1429 'size_t'.
1430
1431 * w32proc.c <disable_itimers>: New static flag.
1432 (init_timers): Initialize it to zero, after creating the critical
1433 sections used by the timer threads.
1434 (term_timers): Set to 1 before deleting the critical sections.
1435 (getitimer, setitimer): If disable_itimers is non-zero, return an
1436 error indication without doing anything. Reported by Fabrice
1437 Popineau <fabrice.popineau@supelec.fr> as part of bug#12544.
1438 (alarm) [HAVE_SETITIMER]: Be more conformant to the expected
1439 return results.
1440 [!HAVE_SETITIMER]: Behave as the previous version that didn't
1441 support timers.
1442
1443 * emacs.c (shut_down_emacs) [WINDOWSNT]: Move the call to
1444 term_ntproc after all the other bookkeeping, to get timers working
1445 as long as possible.
1446
1447 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1448
1449 * xdisp.c (syms_of_xdisp): Default message-log-max to 1000, not 100.
1450 Suggested by Juri Linkov in
1451 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00821.html>.
1452
1453 Prefer plain 'static' to 'static inline' (Bug#12541).
1454 With static functions, modern compilers inline pretty well by
1455 themselves; advice from programmers often hurts as much as it helps.
1456 On my host (x86-64, Fedora 17, GCC 4.7.2, default 'configure'),
1457 this change shrinks the text size of the Emacs executable by 1.1%
1458 without affecting CPU significantly in my benchmark.
1459 * alloc.c (mem_find, live_string_p, live_cons_p, live_symbol_p)
1460 (live_float_p, live_misc_p, live_vector_p, live_buffer_p)
1461 (mark_maybe_object, mark_maybe_pointer, bounded_number):
1462 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
1463 (bset_auto_fill_function, bset_auto_save_file_format)
1464 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
1465 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
1466 (bset_cache_long_line_scans, bset_case_fold_search)
1467 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
1468 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
1469 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
1470 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
1471 (bset_header_line_format, bset_indicate_buffer_boundaries)
1472 (bset_indicate_empty_lines, bset_invisibility_spec)
1473 (bset_left_fringe_width, bset_major_mode, bset_mark)
1474 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
1475 (bset_name, bset_overwrite_mode, bset_pt_marker)
1476 (bset_right_fringe_width, bset_save_length)
1477 (bset_scroll_bar_width, bset_scroll_down_aggressively)
1478 (bset_scroll_up_aggressively, bset_selective_display)
1479 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
1480 (bset_word_wrap, bset_zv_marker, set_buffer_overlays_before)
1481 (set_buffer_overlays_after):
1482 * category.c (bset_category_table):
1483 * charset.c (read_hex):
1484 * coding.c (produce_composition, produce_charset)
1485 (handle_composition_annotation, handle_charset_annotation)
1486 (char_encodable_p):
1487 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers)
1488 (assign_row, set_frame_matrix_frame, make_current)
1489 (add_row_entry):
1490 * eval.c (set_specpdl_symbol, set_specpdl_old_value):
1491 * fns.c (maybe_resize_hash_table):
1492 * frame.c (fset_buffer_predicate, fset_minibuffer_window):
1493 * gmalloc.c (register_heapinfo):
1494 * image.c (lookup_image_type):
1495 * intervals.c (set_interval_object, set_interval_left)
1496 (set_interval_right, copy_interval_parent, rotate_right)
1497 (rotate_left, balance_possible_root_interval):
1498 * keyboard.c (kset_echo_string, kset_kbd_queue)
1499 (kset_keyboard_translate_table, kset_last_prefix_arg)
1500 (kset_last_repeatable_command, kset_local_function_key_map)
1501 (kset_overriding_terminal_local_map, kset_real_last_command)
1502 (kset_system_key_syms, clear_event, set_prop):
1503 * lread.c (digit_to_number):
1504 * marker.c (attach_marker, live_buffer, set_marker_internal):
1505 * nsterm.m (ns_compute_glyph_string_overhangs):
1506 * process.c (pset_buffer, pset_command)
1507 (pset_decode_coding_system, pset_decoding_buf)
1508 (pset_encode_coding_system, pset_encoding_buf, pset_filter)
1509 (pset_log, pset_mark, pset_name, pset_plist, pset_sentinel)
1510 (pset_status, pset_tty_name, pset_type, pset_write_queue):
1511 * syntax.c (bset_syntax_table, dec_bytepos):
1512 * terminal.c (tset_param_alist):
1513 * textprop.c (interval_has_some_properties)
1514 (interval_has_some_properties_list):
1515 * window.c (wset_combination_limit, wset_dedicated)
1516 (wset_display_table, wset_hchild, wset_left_fringe_width)
1517 (wset_left_margin_cols, wset_new_normal, wset_new_total)
1518 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
1519 (wset_right_fringe_width, wset_right_margin_cols)
1520 (wset_scroll_bar_width, wset_start, wset_temslot, wset_vchild)
1521 (wset_vertical_scroll_bar_type, wset_window_parameters):
1522 * xdisp.c (wset_base_line_number, wset_base_line_pos)
1523 (wset_column_number_displayed, wset_region_showing)
1524 (window_box_edges, run_window_scroll_functions)
1525 (append_glyph_string_lists, prepend_glyph_string_lists)
1526 (append_glyph_string, set_glyph_string_background_width)
1527 (append_glyph, append_composite_glyph)
1528 (take_vertical_position_into_account):
1529 * xfaces.c (x_create_gc, x_free_gc, merge_face_vectors)
1530 (face_attr_equal_p, lface_equal_p, hash_string_case_insensitive)
1531 (lface_hash, lface_same_font_attributes_p, lookup_face):
1532 * xml.c (libxml2_loaded_p):
1533 * xterm.c (x_set_mode_line_face_gc, x_set_glyph_string_gc)
1534 (x_set_glyph_string_clipping, x_clear_glyph_string_rect):
1535 Now 'static', not 'static inline'.
1536
1537 * bidi.c: Tune.
1538 (bidi_copy_it): Do the whole copy with a single memcpy.
1539 (bidi_char_at_pos): Merge the two STRING_CHAR calls into one.
1540
1541 Revert the FOLLOW-SYMLINKS change for file-attributes.
1542 Doing it right would require several changes to Tramp, and there's
1543 not enough time to get that tested before the freeze today.
1544 * dired.c (directory_files_internal, Ffile_attributes):
1545 Undo last change.
1546
1547 * frame.c (x_report_frame_params): Port better to wider ints.
1548 Do not assume that EMACS_UINT is the same width as uprintmax_t,
1549 or that pointers can be printed in 15 decimal digits.
1550 Avoid GCC warnings if EMACS_UINT is wider than a pointer.
1551
1552 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
1553
1554 Support x64 build on MS-Windows.
1555 * w32term.h (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK): Define for x64.
1556 (SET_SCROLL_BAR_W32_WINDOW): Cast ID to intptr_t, for
1557 compatibility with x64.
1558 (x_get_focus_frame): Add prototype.
1559
1560 * w32term.c (w32_draw_underwave): Don't use GCC extensions for
1561 defining an XRectangle structure.
1562
1563 * w32proc.c (RVA_TO_PTR, w32_executable_type): Fix pointer
1564 arithmetics for compatibility with x64.
1565
1566 * w32menu.c (add_menu_item): Use UINT_PTR instead of UINT, for
1567 compatibility with x64.
1568
1569 * w32heap.h: Adjust prototypes and declarations.
1570
1571 * w32heap.c (RVA_TO_PTR, allocate_heap, sbrk, init_heap)
1572 (round_heap): Use DWORD_PTR, ptrdiff_t and size_t instead of
1573 DWORD, long, and unsigned long, for compatibility with x64.
1574 (allocate_heap) [_WIN64]: Reserve 32GB of memory.
1575 (sbrk): Argument is now of type ptrdiff_t.
1576
1577 * w32fns.c (HMONITOR): Condition declaration on _WIN32_WINNT being
1578 less than 0x0500.
1579 (w32_msg_pump): Use WPARAM type for 'result'.
1580
1581 * w32.c (init_environment, get_emacs_configuration): Support AMD64
1582 architecture.
1583 (init_ntproc): Cast arguments of _open_osfhandle to intptr_t, for
1584 compatibility with x64.
1585
1586 * vm-limit.c (lim_data): Now size_t.
1587 (check_memory_limits): Adjust prototypes of real_morecore and
1588 __morecore to receive argument of type ptrdiff_t. Use size_t for
1589 five_percent and data_size.
1590
1591 * unexw32.c: Use DWORD_PTR instead of DWORD for file-scope
1592 variables, for compatibility with x64.
1593 (rva_to_section, offset_to_section, relocate_offset)
1594 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET)
1595 (PTR_TO_RVA, RVA_TO_PTR, OFFSET_TO_PTR, get_section_info)
1596 (copy_executable_and_dump_data): Use DWORD_PTR instead of DWORD
1597 for compatibility with x64.
1598
1599 * sysdep.c (STDERR_FILENO): Define if not already defined.
1600
1601 * ralloc.c (real_morecore): Argument type is now ptrdiff_t.
1602 (__morecore): Argument type is now ptrdiff_t.
1603 (ROUNDUP, MEM_ROUNDUP): Use size_t instead of 'unsigned long'.
1604 (relinquish): Use ptrdiff_t type for 'excess'.
1605 (r_alloc_sbrk): Argument type is now ptrdiff_t.
1606
1607 * makefile.w32-in (HEAPSIZE): Get value from EMACS_HEAPSIZE.
1608 (bootstrap-temacs-CMD, bootstrap-temacs-SH): Use $(EMACS_PURESIZE)
1609 instead of a literal number.
1610
1611 * gmalloc.c [WINDOWSNT]: Include w32heap.h.
1612 (min): Define only if not already defined.
1613
1614 * frame.c (x_report_frame_params): Use EMACS_UINT for the return
1615 value of FRAME_X_WINDOW, to fit a 64-bit pointer on 64-bit Windows
1616 hosts.
1617
1618 * image.c (x_bitmap_pixmap): Return ptrdiff_t, not int, since
1619 'bitmaps' is a pointer.
1620
1621 * dispextern.h (x_bitmap_pixmap): Adjust prototype.
1622
1623 * alloc.c (gdb_make_enums_visible): Now conditional on __GNUC__.
1624
1625 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1626
1627 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1628 * dired.c (directory_files_internal, Ffile_attributes):
1629 New arg follow_symlinks. All uses changed.
1630
1631 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.
1634
1635 2012-09-30 Eli Zaretskii <eliz@gnu.org>
1636
1637 Support atimers and CPU profiler via profile.c on MS-Windows.
1638 * w32proc.c (sig_mask, crit_sig): New static variables.
1639 (sys_signal): Support SIGALRM and SIGPROF.
1640 (sigemptyset, sigaddset, sigfillset, sigprocmask)
1641 (pthread_sigmask, setpgrp): Move here from w32.c. sigaddset,
1642 sigfillset, and sigprocmask are no longer no-ops.
1643 (sigismember): New function.
1644 (struct itimer_data): New definition.
1645 (ticks_now, real_itimer, prof_itimer, clocks_min, crit_real)
1646 (crit_prof): New static variables.
1647 (MAX_SINGLE_SLEEP): New definition.
1648 (timer_loop, stop_timer_thread, term_timers, init_timers)
1649 (start_timer_thread, getitimer, setitimer): New functions.
1650 (alarm): No longer a no-op, calls setitimer.
1651
1652 * w32.c (term_ntproc): Call term_timers.
1653 (init_ntproc): Make sure all signals are unblocked at startup, to
1654 erase any traces of dumping. Call init_timers.
1655
1656 * w32fns.c (hourglass_timer, HOURGLASS_ID): Remove.
1657 Windows-specific code to display the hourglass mouse pointer is no
1658 longer used.
1659 (w32_wnd_proc): Remove code that handled the WM_TIMER message due
1660 to hourglass timer expiration.
1661 (start_hourglass, cancel_hourglass, DEFAULT_HOURGLASS_DELAY):
1662 Remove, no longer used.
1663 (w32_note_current_window, show_hourglass, hide_hourglass):
1664 New functions, in support of hourglass cursor display similar to other
1665 window systems.
1666 (syms_of_w32fns): Don't initialize hourglass_timer.
1667
1668 * xdisp.c (start_hourglass, cancel_hourglass): Now used on
1669 WINDOWSNT as well.
1670 (start_hourglass) [WINDOWSNT]: Call w32_note_current_window.
1671
1672 * w32.h (init_timers, term_timers): Add prototypes.
1673
1674 2012-09-30 Kenichi Handa <handa@gnu.org>
1675
1676 * coding.c (decode_coding_ccl, encode_coding_ccl): Pay attention
1677 to the buffer relocation which may be caused by ccl_driver.
1678
1679 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1680
1681 * xfns.c (Fx_file_dialog): Update comment.
1682
1683 * w32fns.c (Fx_file_dialog): Update comment.
1684
1685 * nsfns.m (Fns_read_file_name): Add argument DIR_ONLY_P.
1686 Initialize panel name field if OSX >= 10.6.
1687
1688 * fileio.c (Fnext_read_file_uses_dialog_p): Add HAVE_NS.
1689
1690 * nsfns.m (ns_frame_parm_handlers): Add x_set_fullscreen.
1691
1692 * nsterm.m (NEW_STYLE_FS): New define.
1693 (ns_fullscreen_hook, windowWillEnterFullScreen)
1694 (windowDidEnterFullScreen, windowWillExitFullScreen)
1695 (windowDidExitFullScreen, toggleFullScreen, handleFS)
1696 (setFSValue): New functions.
1697 (EmacsFSWindow): New implementation.
1698 (canBecomeKeyWindow): New function for EmacsFSWindow.
1699 (ns_create_terminal): Set fullscreen_hook to ns_fullscreen_hook.
1700 (dealloc): Release nonfs_window if in fullscreen.
1701 (updateFrameSize:): Call windowDidMove to update top/left.
1702 (windowWillResize:toSize:): Check if frame is still maximized.
1703 (initFrameFromEmacs:): Initialize fs_state, fs_before_fs,
1704 next_maximized, maximized_width, maximized_height and nonfs_window.
1705 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and
1706 tbar_height.
1707 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
1708 fullscreen. Set maximized_width/height. Act on next_maximized.
1709
1710 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
1711 (EmacsView): Add variables for fullscreen.
1712 (handleFS, setFSValue, toggleFullScreen): New in EmacsView.
1713 (EmacsFSWindow): New interface for fullscreen.
1714
1715 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1716
1717 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
1718
1719 2012-09-30 Chong Yidong <cyd@gnu.org>
1720
1721 * fns.c (Frandom): Doc fix.
1722
1723 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1724
1725 * window.c (Vwindow_combination_limit): New default value.
1726 (Qwindow_size): New symbol replacing Qtemp_buffer_resize.
1727
1728 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1729
1730 * syssignal.h (PROFILER_CPU_SUPPORT): Don't define if PROFILING.
1731 Suggested by Eli Zaretskii in
1732 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00811.html>.
1733
1734 2012-09-30 Eli Zaretskii <eliz@gnu.org>
1735
1736 * profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
1737 HAVE_TIMER_SETTIME is defined.
1738
1739 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1740
1741 Profiler improvements: more-accurate timers, overflow checks.
1742 * profiler.c: Don't include stdio.h, limits.h, sys/time.h,
1743 signal.h, setjmp.h. Include systime.h instead.
1744 (saturated_add): New function.
1745 (record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
1746 (record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
1747 (profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
1748 New static vars.
1749 (enum profiler_cpu_running): New enum.
1750 (profiler_cpu_running): Now of that enum type, not bool.
1751 All uses changed to store the new value.
1752 (handle_profiler_signal): Rename from sigprof_handler_1,
1753 for consistency with other handlers. Do not check whether
1754 cpu_log is a hash-table if garbage collecting, since it
1755 doesn't matter in that case.
1756 (deliver_profiler_signal): Rename from sigprof_handler,
1757 for consistency with other handlers.
1758 (setup_cpu_timer): New function, with much of what used to be in
1759 Fprofiler_cpu_start. Check for out-of-range argument.
1760 Prefer timer_settime if available, and prefer
1761 thread cputime clocks, then process cputime clocks, then
1762 monotonic clocks, to the old realtime clock. Use make_timeval
1763 to round more-correctly when falling back to setitimer.
1764 (Fprofiler_cpu_start): Use it.
1765 (Fprofiler_cpu_stop): Prefer timer_settime if available.
1766 Don't assume that passing NULL as the 2nd argument of setitimer
1767 is the same as passing a pointer to all-zero storage.
1768 Ignore SIGPROF afterwards.
1769 (malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
1770 * sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
1771 non-fatal signal handlers. Ignore SIGPROF on startup.
1772 * syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
1773 in profiler.c, since sysdep.c now uses it.
1774
1775 * sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
1776 Suggested by Eli Zaretskii in
1777 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html>.
1778
1779 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
1780
1781 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
1782
1783 2012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * lisp.h (struct backtrace): Remove indirection for `function' field.
1786 * xdisp.c (redisplay_internal):
1787 * profiler.c (record_backtrace, sigprof_handler_1):
1788 * alloc.c (Fgarbage_collect):
1789 * eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
1790 (Fbacktrace_frame): Adjust accordingly.
1791
1792 2012-09-28 Glenn Morris <rgm@gnu.org>
1793
1794 * eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
1795 (Frun_hook_with_args_until_failure): Doc fixes.
1796
1797 2012-09-28 Eli Zaretskii <eliz@gnu.org>
1798
1799 * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
1800 Qautomatic_redisplay and change the symbol name. All users changed.
1801
1802 2012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
1803
1804 * profiler.c (sigprof_handler): Fix race condition.
1805
1806 2012-09-28 Glenn Morris <rgm@gnu.org>
1807
1808 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528)
1809
1810 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1811
1812 Check more robustly for timer_settime.
1813 * Makefile.in (LIB_TIMER_TIME): New macro.
1814 (LIBES): Add it.
1815 * atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
1816 Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
1817 call timer_settime.
1818
1819 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1820
1821 * profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
1822
1823 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
1826
1827 2012-09-26 Paul Eggert <eggert@cs.ucla.edu>
1828
1829 * character.h (MAYBE_UNIFY_CHAR): Remove.
1830 * charset.c, charset.h (maybe_unify_char): Now static.
1831 * charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
1832 Since this stuff is now private to charset.c, there's no need for
1833 a public macro and no need to inline by hand.
1834
1835 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1836 Stefan Monnier <monnier@iro.umontreal.ca>
1837 Juanma Barranquero <lekktu@gmail.com>
1838
1839 * profiler.c: New file.
1840 * Makefile.in (base_obj): Add profiler.o.
1841 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
1842 ($(BLD)/profiler.$(O)): New target.
1843 * emacs.c (main): Call syms_of_profiler.
1844 * alloc.c (Qautomatic_gc): New constant.
1845 (MALLOC_PROBE): New macro.
1846 (xmalloc, xzalloc, xrealloc, lisp_malloc, lisp_align_malloc): Use it.
1847 (total_bytes_of_live_objects): New function.
1848 (Fgarbage_collect): Use it. Record itself in backtrace_list.
1849 Call malloc_probe for the memory profiler.
1850 (syms_of_alloc): Define Qautomatic_gc.
1851 * eval.c (eval_sub, Ffuncall): Reorder assignments to avoid
1852 race condition.
1853 (struct backtrace): Move definition...
1854 * lisp.h (struct backtrace): ..here.
1855 (Qautomatic_gc, profiler_memory_running): Declare vars.
1856 (malloc_probe, syms_of_profiler): Declare functions.
1857 * xdisp.c (Qautomatic_redisplay): New constant.
1858 (redisplay_internal): Record itself in backtrace_list.
1859 (syms_of_xdisp): Define Qautomatic_redisplay.
1860
1861 2012-09-25 Eli Zaretskii <eliz@gnu.org>
1862 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
1865
1866 2012-09-25 Paul Eggert <eggert@cs.ucla.edu>
1867
1868 Prefer POSIX timers if available.
1869 They avoid a race if the timer is too close to the current time.
1870 * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
1871 (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
1872 (init_atimer) [SIGEV_SIGNAL]: Initialize them.
1873
1874 2012-09-25 Eli Zaretskii <eliz@gnu.org>
1875
1876 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
1877 CHAR_STRING_ADVANCE.
1878 (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
1879 STRING_CHAR_ADVANCE.
1880
1881 2012-09-25 Juanma Barranquero <lekktu@gmail.com>
1882
1883 Move Vlibrary_cache to emacs.c and reset before dumping.
1884
1885 * lisp.h (reset_image_types): Declare.
1886 [WINDOWSNT] (Vlibrary_cache): Declare.
1887
1888 * image.c (reset_image_types): New function.
1889
1890 * emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
1891 (syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
1892 (Fdump_emacs): Reset Vlibrary_cache and image_types.
1893
1894 * w32.c (Vlibrary_cache): Do not define; moved to emacs.c
1895 (globals_of_w32) <Vlibrary_cache>: Do not initialize.
1896
1897 * w32.h (Vlibrary_cache): Do not declare.
1898
1899 2012-09-25 Eli Zaretskii <eliz@gnu.org>
1900
1901 * w32proc.c (sys_signal): Handle all signals defined by the
1902 MS-Windows runtime, not just SIGCHLD. Actually install the signal
1903 handlers for signals supported by Windows. Don't override
1904 term_ntproc as the handler for SIGABRT.
1905 (sigaction): Rewrite to call sys_signal instead of duplicating its
1906 code.
1907 (sys_kill): Improve commentary.
1908
1909 * w32.c (term_ntproc): Accept (and ignore) one argument, for
1910 consistency with a signature of a signal handler. All callers
1911 changed.
1912 (init_ntproc): Accept an argument DUMPING. If dumping, don't
1913 install term_ntproc as a signal handler for SIGABRT, as that
1914 should be done by the dumped Emacs.
1915
1916 * w32.h (init_ntproc, term_ntproc): Adjust prototypes.
1917
1918 * w32select.c (term_w32select): Protect against repeated
1919 invocation by setting clipboard_owner to NULL after calling
1920 DestroyWindow.
1921
1922 * emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
1923 and term_ntproc to their modified signatures.
1924
1925 * character.c (char_string, string_char): Remove calls to
1926 MAYBE_UNIFY_CHAR. See the discussion starting at
1927 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
1928 for the details.
1929
1930 2012-09-25 Chong Yidong <cyd@gnu.org>
1931
1932 * xdisp.c (mode_line_inverse_video): Delete obsolete variable.
1933
1934 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * bytecode.c (exec_byte_code): Signal an error instead of aborting,
1937 when encountering an unknown bytecode.
1938
1939 2012-09-24 Paul Eggert <eggert@cs.ucla.edu>
1940
1941 image.c, indent.c: Use bool for booleans.
1942 * dispextern.h (struct image_type): Members valid_p, load, init
1943 now return bool, not int. All uses changed.
1944 * image.c: Omit unnecessary static decls.
1945 (x_create_bitmap_mask, x_build_heuristic_mask):
1946 Return void, not int, since callers don't care about the return value.
1947 (x_create_bitmap_mask, define_image_type, valid_image_p)
1948 (struct image_keyword, parse_image_spec, image_spec_value)
1949 (check_image_size, image_background)
1950 (image_background_transparent, x_clear_image_1)
1951 (postprocess_image, lookup_image, x_check_image_size)
1952 (x_create_x_image_and_pixmap, xbm_image_p)
1953 (Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
1954 (xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
1955 (init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
1956 (xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
1957 (x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
1958 (png_image_p, init_png_functions, png_load_body, png_load)
1959 (jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
1960 (tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
1961 (init_gif_functions, gif_load, imagemagick_image_p)
1962 (imagemagick_load_image, imagemagick_load, svg_image_p)
1963 (init_svg_functions, svg_load, svg_load_image, gs_image_p)
1964 (gs_load):
1965 * nsimage.m (ns_load_image):
1966 * nsterm.m (ns_defined_color):
1967 * xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
1968 * xfns.c (x_defined_color):
1969 * xterm.c (x_alloc_lighter_color_for_widget)
1970 (x_alloc_nearest_color_1, x_alloc_nearest_color)
1971 (x_alloc_lighter_color):
1972 * indent.c (disptab_matches_widthtab, current_column)
1973 (scan_for_column, string_display_width, indented_beyond_p)
1974 (compute_motion, vmotion, Fvertical_motion):
1975 Use bool for booleans.
1976
1977 2012-09-24 Chong Yidong <cyd@gnu.org>
1978
1979 * chartab.c (Fset_char_table_default): Obsolete function removed.
1980
1981 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1982
1983 Move pid_t related decls out of lisp.h.
1984 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
1985 (interruptible_wait_for_termination):
1986 Move these decls from lisp.h to syswait.h, since they use pid_t.
1987 Needed on FreeBSD; see Herbert J. Skuhra in
1988 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
1989 * callproc.c: Include syswait.h.
1990
1991 gnutls.c, gtkutil.c: Use bool for boolean.
1992 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
1993 (emacs_gnutls_handle_error):
1994 * gtkutil.c (xg_check_special_colors, xg_prepare_tooltip)
1995 (xg_hide_tooltip, xg_create_frame_widgets)
1996 (create_dialog, xg_uses_old_file_dialog)
1997 (xg_get_file_with_chooser, xg_get_file_with_selection)
1998 (xg_get_file_name, xg_have_tear_offs, create_menus, xg_create_widget)
1999 (xg_item_label_same_p, xg_update_menubar)
2000 (xg_modify_menubar_widgets, xg_event_is_for_menubar)
2001 (xg_ignore_gtk_scrollbar, xg_set_toolkit_scroll_bar_thumb)
2002 (xg_event_is_for_scrollbar, xg_pack_tool_bar, xg_make_tool_item)
2003 (is_box_type, xg_tool_item_stale_p, xg_update_tool_bar_sizes)
2004 (update_frame_tool_bar, free_frame_tool_bar):
2005 * gtkutil.c, w32term.c, xterm.c (x_wm_set_size_hint):
2006 * nsmenu.m (ns_update_menubar):
2007 * nsmenu.m, w32menu.c, xmenu.c (set_frame_menubar):
2008 * xfns.c (Fx_show_tip) [USE_GTK]:
2009 Use bool for boolean.
2010 * gtkutil.c (xg_update_frame_menubar):
2011 * xmenu.c (update_frame_menubar):
2012 Return void, not int, since caller ignores return value.
2013 * gtkutil.c (xg_change_toolbar_position):
2014 Return void, not 1.
2015
2016 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
2017
2018 * makefile.w32-in (BLOCKINPUT_H): Remove.
2019 (SYSSIGNAL_H): New macro.
2020 ($(BLD)/alloc.$(O), $(BLD)/atimer.$(O), $(BLD)/buffer.$(O))
2021 ($(BLD)/callproc.$(O), $(BLD)/data.$(O), $(BLD)/dired.$(O))
2022 ($(BLD)/dispnew.$(O), $(BLD)/editfns.$(O), $(BLD)/emacs.$(O))
2023 ($(BLD)/eval.$(O), $(BLD)/fileio.$(O), $(BLD)/floatfns.$(O))
2024 ($(BLD)/fns.$(O), $(BLD)/fontset.$(O), $(BLD)/frame.$(O))
2025 ($(BLD)/fringe.$(O), $(BLD)/image.$(O), $(BLD)/insdel.$(O))
2026 ($(BLD)/keyboard.$(O), $(BLD)/keymap.$(O), $(BLD)/lread.$(O))
2027 ($(BLD)/menu.$(O), $(BLD)/w32inevt.$(O), $(BLD)/w32proc.$(O))
2028 ($(BLD)/print.$(O), $(BLD)/process.$(O), $(BLD)/ralloc.$(O))
2029 ($(BLD)/search.$(O), $(BLD)/sound.$(O), $(BLD)/sysdep.$(O))
2030 ($(BLD)/term.$(O), $(BLD)/window.$(O), $(BLD)/xdisp.$(O))
2031 ($(BLD)/xfaces.$(O), $(BLD)/w32fns.$(O), $(BLD)/w32menu.$(O))
2032 ($(BLD)/w32term.$(O), $(BLD)/w32select.$(O), $(BLD)/w32reg.$(O))
2033 ($(BLD)/w32xfns.$(O)): Update dependencies.
2034
2035 2012-09-23 Eli Zaretskii <eliz@gnu.org>
2036
2037 * .gdbinit: Set breakpoint on terminate_due_to_signal, not on
2038 fatal_error_backtrace.
2039
2040 * w32proc.c (sys_kill): Undo last change: don't do anything when
2041 invoked to deliver SIGABRT to our own process. This is now
2042 handled by emacs_raise.
2043
2044 2012-09-23 Juanma Barranquero <lekktu@gmail.com>
2045
2046 * w32term.c (w32_read_socket): Remove leftover reference to
2047 interrupt_input_pending.
2048
2049 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2050
2051 Do not use SA_NODEFER.
2052 Problem reported by Dani Moncayo in
2053 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00557.html>.
2054 * alloc.c (die):
2055 * sysdep.c (emacs_abort): Do not reset signal handler.
2056 * emacs.c (terminate_due_to_signal): Reset signal handler here.
2057 * sysdep.c (init_signals): Do not use SA_NODEFER. It wasn't
2058 wanted even on POSIXish hosts, and it doesn't work on Windows.
2059
2060 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
2061
2062 * xterm.c (x_term_init): Call fixup_locale before and after calling
2063 gtk_init (Bug#12392).
2064
2065 2012-09-23 Chong Yidong <cyd@gnu.org>
2066
2067 * w32.c (w32_delayed_load): Remove LIBRARIES argument; always use
2068 Vdynamic_library_alist.
2069
2070 * gnutls.c (init_gnutls_functions): Caller changed; remove arg.
2071 (Fgnutls_available_p): Caller changed.
2072
2073 * xml.c (init_libxml2_functions, Flibxml_parse_html_region)
2074 (Flibxml_parse_xml_region): Likewise.
2075
2076 * dispextern.h (struct image_type): Remove arg from init function.
2077
2078 * image.c (Finit_image_library, lookup_image_type)
2079 (define_image_type): Remove now-unneeded second arg.
2080 (init_xpm_functions, init_png_functions, init_jpeg_functions)
2081 (init_tiff_functions, init_gif_functions, init_svg_functions):
2082 Arglist and w32_delayed_load calling convention changed.
2083 (gs_type): Remove init_gs_functions; there is no such function.
2084 (valid_image_p, make_image): Fix caller to lookup_image_type.
2085
2086 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2087
2088 Simplify and avoid signal-handling races (Bug#12471).
2089 * alloc.c (die):
2090 * sysdep.c (emacs_abort) [HAVE_NTGUI]:
2091 Avoid recursive loop if there's a fatal error in the function itself.
2092 * atimer.c (pending_atimers):
2093 * blockinput.h: Don't include "atimer.h"; no longer needed.
2094 (interrupt_input_pending): Remove. All uses removed.
2095 pending_signals now counts both atimers and ordinary interrupts.
2096 This is less racy than having three separate pending-signal flags.
2097 (block_input, unblock_input, totally_unblock_input, unblock_input_to)
2098 (input_blocked_p):
2099 Rename from their upper-case counterparts BLOCK_INPUT,
2100 UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT, UNBLOCK_INPUT_TO,
2101 INPUT_BLOCKED_P, and turn into functions. All uses changed.
2102 This makes it easier to access volatile variables more accurately.
2103 (BLOCK_INPUT_RESIGNAL): Remove. All uses replaced by unblock_input ().
2104 (input_blocked_p): Prefer this to 'interrupt_input_blocked', as
2105 that's more reliable if the code is buggy and sets
2106 interrupt_input_blocked to a negative value. All uses changed.
2107 * atimer.c (deliver_alarm_signal):
2108 Remove. No need to deliver this to the parent; any thread can
2109 handle this signal now. All uses replaced by underlying handler.
2110 * atimer.c (turn_on_atimers):
2111 * dispnew.c (handle_window_change_signal):
2112 * emacs.c (handle_danger_signal):
2113 * keyboard.c (kbd_buffer_get_event):
2114 Don't reestablish signal handler; not needed with sigaction.
2115 * blockinput.h (UNBLOCK_INPUT_TO, TOTALLY_UNBLOCK_INPUT)
2116 (UNBLOCK_INPUT_TO):
2117 Rework to avoid unnecessary accesses to volatile variables.
2118 (UNBLOCK_INPUT_TO): Now a function.
2119 (totally_unblock_input, unblock_input): New decls.
2120 * data.c (handle_arith_signal, deliver_arith_signal): Move to sysdep.c
2121 (init_data): Remove. Necessary stuff now done in init_signal.
2122 * emacs.c, xdisp.c: Include "atimer.h", since we invoke atimer functions.
2123 * emacs.c (handle_fatal_signal, deliver_fatal_signal): Move to sysdep.c.
2124 (fatal_error_code): Remove; no longer needed.
2125 (terminate_due_to_signal): Rename from fatal_error_backtrace, since
2126 it doesn't always backtrace. All uses changed. No need to reset
2127 signal to default, since sigaction and/or die does that for us now.
2128 Use emacs_raise (FOO), not kill (getpid (), FOO).
2129 (main): Check more-accurately whether we're dumping.
2130 Move fatal-error setup to sysdep.c
2131 * floatfns.c: Do not include "syssignal.h"; no longer needed.
2132 * gtkutil.c (xg_get_file_name, xg_get_font):
2133 Remove no-longer-needed signal-mask manipulation.
2134 * keyboard.c, process.c (POLL_FOR_INPUT):
2135 Don't depend on USE_ASYNC_EVENTS, a symbol that is never defined.
2136 * keyboard.c (read_avail_input): Remove.
2137 All uses replaced by gobble_input.
2138 (Ftop_level): Use TOTALLY_UNBLOCK_INPUT rather than open code.
2139 (kbd_buffer_store_event_hold, gobble_input):
2140 (record_asynch_buffer_change) [USABLE_SIGIO]:
2141 (store_user_signal_events):
2142 No need to mess with signal mask.
2143 (gobble_input): If blocking input and there are terminals, simply
2144 set pending_signals to 1 and return. All hooks changed to not
2145 worry about whether input is blocked.
2146 (process_pending_signals): Clear pending_signals before processing
2147 them, in case a signal comes in while we're processing.
2148 By convention callers now test pending_signals before calling us.
2149 (UNBLOCK_INPUT_TO, unblock_input, totally_unblock_input):
2150 New functions, to support changes to blockinput.h.
2151 (handle_input_available_signal): Now extern.
2152 (reinvoke_input_signal): Remove. All uses replaced by
2153 handle_async_input.
2154 (quit_count): Now volatile, since a signal handler uses it.
2155 (handle_interrupt): Now takes bool IN_SIGNAL_HANDLER as arg.
2156 All callers changed. Block SIGINT only if not already blocked.
2157 Clear sigmask reliably, even if Fsignal returns, which it can.
2158 Omit unnecessary accesses to volatile var.
2159 (quit_throw_to_read_char): No need to restore sigmask.
2160 * keyboard.c (gobble_input, handle_user_signal):
2161 * process.c (wait_reading_process_output):
2162 Call signal-handling code rather than killing ourselves.
2163 * lisp.h: Include <float.h>, for...
2164 (IEEE_FLOATING_POINT): New macro, moved here to avoid duplication.
2165 (pending_signals): Now volatile.
2166 (syms_of_data): Now const if IEEE floating point.
2167 (handle_input_available_signal) [USABLE_SIGIO]:
2168 (terminate_due_to_signal, record_child_status_change): New decls.
2169 * process.c (create_process): Avoid disaster if memory is exhausted
2170 while we're processing a vfork, by tightening the critical section
2171 around the vfork.
2172 (send_process_frame, process_sent_to, handle_pipe_signal)
2173 (deliver_pipe_signal): Remove. No longer needed, as Emacs now
2174 ignores SIGPIPE.
2175 (send_process): No need for setjmp/longjmp any more, since the
2176 SIGPIPE stuff is now gone. Instead, report an error if errno
2177 is EPIPE.
2178 (record_child_status_change): Now extern. PID and W are now args.
2179 Return void, not bool. All callers changed.
2180 * sysdep.c (wait_debugging) [(BSD_SYSTEM || HPUX) && !defined (__GNU__)]:
2181 Remove. All uses removed. This bug should be fixed now in a
2182 different way.
2183 (wait_for_termination_1): Use waitpid rather than sigsuspend,
2184 and record the child status change directly. This avoids the
2185 need to futz with the signal mask.
2186 (process_fatal_action): Move here from emacs.c.
2187 (emacs_sigaction_flags): New function, containing
2188 much of what used to be in emacs_sigaction_init.
2189 (emacs_sigaction_init): Use it. Block nonfatal system signals that are
2190 caught by emacs, to make races less likely.
2191 (deliver_process_signal): Rename from handle_on_main_thread.
2192 All uses changed.
2193 (BACKTRACE_LIMIT_MAX): Now at top level.
2194 (thread_backtrace_buffer, threadback_backtrace_pointers):
2195 New static vars.
2196 (deliver_thread_signal, deliver_fatal_thread_signal):
2197 New functions, for more-accurate delivery of thread-specific signals.
2198 (handle_fatal_signal, deliver_fatal_signal): Move here from emacs.c.
2199 (deliver_arith_signal): Handle in this thread, not
2200 in the main thread, since it's triggered by this thread.
2201 (maybe_fatal_sig): New function.
2202 (init_signals): New arg DUMPING so that we can be more accurate
2203 about whether we're dumping. Caller changed.
2204 Treat thread-specific signals differently from process-general signals.
2205 Block all signals while handling fatal error; that's safer.
2206 xsignal from SIGFPE only on non-IEEE hosts, treating it as fatal
2207 on IEEE hosts.
2208 When batch, ignore SIGHUP, SIGINT, SIGTERM if they were already ignored.
2209 Ignore SIGPIPE unless batch.
2210 (emacs_backtrace): Output backtrace for the appropriate thread,
2211 which is not necessarily the main thread.
2212 * syssignal.h: Include <stdbool.h>.
2213 (emacs_raise): New macro.
2214 * xterm.c (x_connection_signal): Remove; no longer needed
2215 now that we use sigaction.
2216 (x_connection_closed): No need to mess with sigmask now.
2217 (x_initialize): No need to reset SIGPIPE handler here, since
2218 init_signals does this for us now.
2219
2220 2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
2221
2222 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
2223 background rect may be larger (Bug#12245).
2224
2225 2012-09-23 Chong Yidong <cyd@gnu.org>
2226
2227 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
2228
2229 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2230
2231 * .gdbinit: Just stop at fatal_error_backtrace.
2232 See Stefan Monnier's request in
2233 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
2234 Remove no-longer-used query of system type.
2235
2236 2012-09-22 Chong Yidong <cyd@gnu.org>
2237
2238 * search.c (Freplace_match): Doc fix (Bug#12325).
2239
2240 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
2241
2242 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
2243 (Fline_end_position): Doc fix.
2244
2245 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
2246
2247 2012-09-22 Chong Yidong <cyd@gnu.org>
2248
2249 * dispextern.h (struct image_type): Add new slot, storing a type
2250 initialization function.
2251
2252 * image.c (define_image_type): Call the image initializer function
2253 if it is defined. Arguments and return value changed.
2254 (valid_image_p, make_image): Callers changed.
2255 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
2256 (gif_type, imagemagick_type, svg_type, gs_type):
2257 Add initialization functions.
2258 (Finit_image_library): Call lookup_image_type.
2259 (CHECK_LIB_AVAILABLE): Macro deleted.
2260 (lookup_image_type): Call define_image_type here, rather than via
2261 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
2262 (syms_of_image): Move define_image_type calls for xbm_type and
2263 pbm_type to lookup_image_type.
2264
2265 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2266
2267 * keyboard.c (timer_check_2): Move calculation of 'timers' and
2268 'idle_timers' from here ...
2269 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
2270 lists, to avoid infloops when the timer does something stupid,
2271 like reinvoke itself with the same or smaller time-out.
2272 (Bug#12447)
2273
2274 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2275
2276 * window.c (Fsplit_window_internal): Handle only Qt value of
2277 Vwindow_combination_limit separately.
2278 (Qtemp_buffer_resize): New symbol.
2279 (Vwindow_combination_limit): New default value.
2280 Rewrite doc-string.
2281
2282 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2283
2284 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
2285 the new overlay string. (Bug#10159)
2286
2287 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2288
2289 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
2290 or that fprintf is async-signal-safe. POSIX doesn't require
2291 either assumption.
2292
2293 2012-09-22 Chong Yidong <cyd@gnu.org>
2294
2295 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
2296 (Bug#8207).
2297
2298 2012-09-22 Kenichi Handa <handa@gnu.org>
2299
2300 * composite.c (composition_reseat_it): Handle the case that a
2301 grapheme cluster is not covered by a single font (Bug#12352).
2302
2303 2012-09-21 Chong Yidong <cyd@gnu.org>
2304
2305 * image.c (define_image_type): Avoid adding duplicate types to
2306 image_types (Bug#12463). Suggested by Jörg Walter.
2307
2308 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2309
2310 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
2311 (print_load_command_name): Add case LC_DATA_IN_CODE.
2312 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
2313
2314 2012-09-21 Glenn Morris <rgm@gnu.org>
2315
2316 * eval.c (Frun_hook_with_args_until_success)
2317 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
2318
2319 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2320
2321 * fileio.c (Ffile_selinux_context): Only call freecon when
2322 lgetfilecon succeeded.
2323 (Fset_file_selinux_context): Likewise. (Bug#12444)
2324
2325 2012-09-21 Eli Zaretskii <eliz@gnu.org>
2326
2327 * xdisp.c (try_window_reusing_current_matrix): Under bidi
2328 reordering, locate the cursor by calling set_cursor_from_row; if
2329 that fails, clear the desired glyph matrix before returning a
2330 failure indication to the caller. Fixes leaving garbled display
2331 when fast scrolling with a down-key. (Bug#12403)
2332 (compute_stop_pos_backwards): Fix a typo that caused crashes while
2333 scrolling through multibyte text.
2334
2335 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
2338 calling mark_vectorlike since that's the one that marks the window.
2339 (mark_discard_killed_buffers): Mark the final cdr.
2340 * window.h (struct window): Move prev/next_buffers to the
2341 non-standard fields.
2342 * window.c (make_window): Initialize prev/next_buffers manually.
2343
2344 2012-09-20 Paul Eggert <eggert@cs.ucla.edu>
2345
2346 Omit unused arg EXPECTED from socket hooks.
2347 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
2348 * nsterm.m (ns_term_init):
2349 * termhooks.h (struct terminal.read_socket_hook):
2350 * w32inevt.c (w32_console_read_socket):
2351 * w32term.c (w32_read_socket):
2352 * xterm.c (XTread_socket):
2353 Omit unused arg EXPECTED. All callers changed.
2354 (store_user_signal_events): Return void, not int, since callers no
2355 longer care about the return value. All uses changed.
2356
2357 2012-09-20 Juanma Barranquero <lekktu@gmail.com>
2358
2359 * w32gui.h (XParseGeometry): Do not declare.
2360
2361 2012-09-19 Paul Eggert <eggert@cs.ucla.edu>
2362
2363 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
2364 Ignore 'expected'. See Eli Zaretskii in
2365 <http://bugs.gnu.org/12471#8> (last line).
2366
2367 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
2368 (XParseGeometry): Now static. Substitute extremal values for
2369 values that are out of range.
2370
2371 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2372
2373 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
2374
2375 * nsfns.m (XParseGeometry): Remove.
2376 (Fx_create_frame): Call x_set_offset to correctly interpret
2377 top_pos in geometry.
2378
2379 * frame.c (read_integer, XParseGeometry): Move from w32xfns.c.
2380 (Fx_parse_geometry): If there is a space in string, call
2381 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
2382
2383 2012-09-17 Eli Zaretskii <eliz@gnu.org>
2384
2385 * search.c (scan_buffer): Use character positions in calls to
2386 region_cache_forward and region_cache_backward, not byte
2387 positions. (Bug#12196)
2388
2389 * w32term.c (w32_read_socket): Set pending_signals to 1, like
2390 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
2391
2392 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
2393 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
2394 emacs_blocked_malloc, now deleted.
2395
2396 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
2397
2398 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
2399 The workaround was for improving performance on Solaris 2.4, but
2400 is getting in the way now. Emacs will still work if someone is
2401 still running Solaris 2.4 in a museum somewhere; Sun dropped
2402 support for Solaris 2.4 in 2003.
2403 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
2404 * process.c (create_process) [HAVE_WORKING_VFORK]:
2405 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
2406 since Emacs no longer uses vfork on that platform.
2407
2408 2012-09-17 Glenn Morris <rgm@gnu.org>
2409
2410 * emacs.c: Use COPYRIGHT.
2411
2412 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
2413
2414 Remove configure's --without-sync-input option (Bug#12450).
2415 When auditing signal-handling in preparation for cleaning it up,
2416 I found that SYNC_INPUT has race conditions and would be a real
2417 pain to fix. Since it's an undocumented and deprecated
2418 configure-time option, now seems like a good time to remove it.
2419 Also see <http://bugs.gnu.org/11080#16>.
2420 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
2421 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
2422 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
2423 (malloc_hysteresis):
2424 (check_depth) [XMALLOC_OVERRUN_CHECK]:
2425 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
2426 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
2427 (dont_register_blocks, bytes_used_when_reconsidered)
2428 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
2429 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
2430 [!SYSTEM_MALLOC && !SYNC_INPUT]:
2431 Remove. All uses removed.
2432 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
2433 implementation, one that depends on whether the new macro
2434 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
2435 is defined.
2436 * atimer.c (run_timers, handle_alarm_signal):
2437 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
2438 (handle_async_input, process_pending_signals)
2439 (handle_input_available_signal, init_keyboard):
2440 * nsterm.m (ns_read_socket):
2441 * process.c (wait_reading_process_output):
2442 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
2443 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
2444 (emacs_write):
2445 * xterm.c (XTread_socket):
2446 Assume SYNC_INPUT.
2447 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
2448 * eval.c (handling_signal): Remove. All uses removed.
2449 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
2450 All uses replaced with the SYNC_INPUT version.
2451 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
2452 Remove decls.
2453 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
2454 Now static.
2455
2456 * font.c (Ffont_shape_gstring): Remove unused local.
2457
2458 2012-09-16 Glenn Morris <rgm@gnu.org>
2459
2460 * Makefile.in (clean): No longer run nextstep's clean.
2461
2462 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
2463 (ns_frag): Remove.
2464 (ns-app): Move here from ns.mk, and simplify.
2465 (clean): Simplify nextstep entry.
2466 * ns.mk: Remove file.
2467
2468 2012-09-17 Kenichi Handa <handa@gnu.org>
2469
2470 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
2471 not covert the last few charactes.
2472
2473 2012-09-16 Kenichi Handa <handa@gnu.org>
2474
2475 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
2476 here, but just check the validity of glyphs in the glyph-string.
2477
2478 2012-09-16 Martin Rudalics <rudalics@gmx.at>
2479
2480 * window.c (Fwindow_parameter, Fset_window_parameter):
2481 Accept any window as argument (Bug#12452).
2482
2483 2012-09-16 Jan Djärv <jan.h.d@swipnet.se>
2484
2485 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
2486 to ns_term_init to avoid memory leak.
2487
2488 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
2489 explicit retain/release.
2490 (ns_term_init): Only allow one display. Initialize outerpool and
2491 ns_*_types.
2492
2493 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2494
2495 Port _setjmp fix to POSIXish hosts as well as Microsoft.
2496 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
2497 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
2498 the Microsoft problem in a different way, by altering ../nt/config.nt.
2499
2500 2012-09-15 Eli Zaretskii <eliz@gnu.org>
2501
2502 * w32xfns.c:
2503 * w32uniscribe.c:
2504 * w32term.c:
2505 * w32select.c:
2506 * w32reg.c:
2507 * w32proc.c:
2508 * w32menu.c:
2509 * w32inevt.c:
2510 * w32heap.c:
2511 * w32font.c:
2512 * w32fns.c:
2513 * w32console.c:
2514 * w32.c:
2515 * w16select.c: Remove inclusion of setjmp.h, as it is now included
2516 by lisp.h. This completes removal of setjmp.h inclusion
2517 erroneously announced in the previous commit. (Bug#12446)
2518
2519 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
2520 more accurate.
2521
2522 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
2523 not defined as a macro. The latter happens on MS-Windows.
2524 (Bug#12446)
2525
2526 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2527
2528 Port better to POSIX hosts lacking _setjmp (Bug#12446).
2529 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
2530 Some instances of '#include <setjmp.h>' removed, if the
2531 only reason for the instance was because "lisp.h" was included.
2532 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
2533 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
2534 and _longjmp with the new symbols. Emacs already uses _setjmp if
2535 available, so this change affects only POSIXish hosts that have
2536 sigsetjmp but not _setjmp, such as some versions of Solaris and
2537 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
2538 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
2539 (png_load_body) [HAVE_PNG]:
2540 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
2541 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
2542 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
2543 since PNG requires jmp_buf. This is the only exception to the
2544 general rule that we now use sys_setjmp and sys_longjmp.
2545 This exception is OK since this code does not change the signal
2546 mask or longjmp out of a signal handler.
2547
2548 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2549
2550 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
2551 Include "syssignal.h", for 'main_thread'.
2552
2553 2012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
2554
2555 Avoid out-of-range marker position (Bug#12426).
2556 * insdel.c (replace_range, replace_range_2):
2557 Adjust markers before overlays, as suggested by comments.
2558 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
2559 Remove redundant check before calling offset_intervals.
2560
2561 2012-09-14 Martin Rudalics <rudalics@gmx.at>
2562
2563 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
2564 current buffer (Bug#12387).
2565
2566 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
2567
2568 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
2569
2570 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2571
2572 Use a more backwards-compatible timer format (Bug#12430).
2573 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
2574 vector element, not from the 4th, since PSECS is now at the end.
2575 (Fcurrent_idle_time): Doc fix.
2576
2577 2012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2578
2579 Function to mark objects and remove killed buffers at once.
2580 * alloc.c (discard_killed_buffers): Rename to ...
2581 (mark_discard_killed buffers) ... new name. Add marking
2582 of remaining objects. Fix comment. Adjust users.
2583 (mark_object): Do not touch frame buffer lists here.
2584 * frame.c (delete_frame): Reset frame buffer lists here.
2585
2586 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2587
2588 Better workaround for GNOME bug when --enable-gcc-warnings.
2589 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
2590 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
2591 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
2592
2593 Simplify SIGIO usage (Bug#12408).
2594 The code that dealt with SIGIO was crufty and confusing, e.g., it
2595 played tricks like "#undef SIGIO" but these tricks were not used
2596 consistently. Simplify mostly by not #undeffing standard symbols,
2597 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
2598 or not as we please) rather than "defined SIGIO" (standard symbol
2599 that we probably shouldn't #undef).
2600 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
2601 Modules that need it can include it.
2602 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
2603 * dispextern.h (ignore_sigio): New decl.
2604 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
2605 unconditionally, since it's now a no-op if !USABLE_SIGIO.
2606 * emacs.c (shut_down_emacs):
2607 * keyboard.c (kbd_buffer_store_event_hold):
2608 Use ignore_sigio rather than invoking 'signal' directly.
2609 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
2610 for FIONREAD.
2611 (FIONREAD, SIGIO): Do not #undef.
2612 (tty_read_avail_input): Use #error rather than a syntax error.
2613 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
2614 for I_PIPE, used by SETUP_SLAVE_PTY.
2615 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
2616 * sysdep.c (croak): Remove; no longer needed. This bit of
2617 temporary code, with Fred N. Fish's comment that it's temporary,
2618 has been in Emacs since at least 1992!
2619 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
2620 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
2621 * syssignal.h (croak): Remove decl.
2622 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
2623 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
2624 now that we're termios-only.
2625 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
2626 * term.c (dissociate_if_controlling_tty): Use #error rather than
2627 a run-time error.
2628
2629 Work around GCC and GNOME bugs when --enable-gcc-warnings.
2630 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
2631 to work around GNOME bug 683906.
2632 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
2633 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
2634 This works around GCC bug 54561.
2635
2636 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2637
2638 More fixes for 'volatile' and setjmp/longjmp.
2639 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
2640 * image.c (struct png_load_context) [HAVE_PNG]: New type.
2641 (png_load_body) [HAVE_PNG]:
2642 (jpeg_load_body) [HAVE_JPEG]:
2643 New function, with most of the old parent function's body.
2644 (png_load) [HAVE_PNG]:
2645 (jpeg_load) [HAVE_JPEG]:
2646 Invoke the new function, to avoid longjmp munging our locals.
2647 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
2648 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
2649 longjmp is passed 2, as the C standard doesn't guarantee this.
2650 Instead, store the failure code into mgr->failure_code.
2651
2652 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
2655 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
2656 (syms_of_keyboard): Remove support for unread-command-char.
2657
2658 2012-09-12 Eli Zaretskii <eliz@gnu.org>
2659
2660 * w32proc.c (sys_kill): If PID is our process ID and the signal is
2661 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
2662 violation. (Bug#12426)
2663
2664 2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
2665
2666 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
2667
2668 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * eval.c: Add `inhibit-debugger'.
2671 (Qinhibit_debugger): New symbol.
2672 (call_debugger): Bind it instead of Qdebug_on_error.
2673 (maybe_call_debugger): Test Vinhibit_debugger.
2674 (syms_of_eval): Define inhibit-debugger.
2675 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
2676 (syms_of_xdisp): Remove inhibit-debug-on-message.
2677
2678 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2679
2680 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
2681 If a nonvolatile local variable is written before a _longjmp to
2682 the frame containing the variable, and is read after the _longjmp,
2683 the value read is indeterminate. Some local variables of type
2684 'struct handler' and 'struct catchtag' are used in this way, so
2685 mark each of their slots as volatile if the slot can be set before
2686 _longjmp and read afterwards.
2687 * lisp.h (struct handler): var and chosen_clause are now volatile.
2688 (struct catchtag): val, next, and pdlcount are now volatile.
2689
2690 * bidi.c (bidi_push_it, bidi_pop_it):
2691 * fns.c (copy_hash_table):
2692 * image.c (define_image_type):
2693 * keyboard.c (kbd_buffer_store_event_hold):
2694 * process.c (Fprocess_send_eof):
2695 * xfaces.c (x_create_gc) [HAVE_NS]:
2696 * xgselect.c (xg_select):
2697 Prefer assignment to memcpy when either will do.
2698
2699 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
2700 Use pointer-to-a-pointer to simplify and avoid a NILP check each
2701 time an item is removed. No need to mark this function 'inline';
2702 the compiler knows better than we do.
2703
2704 2012-09-11 Jan Djärv <jan.h.d@swipnet.se>
2705
2706 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
2707 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
2708 to change_frame_size (Bug#12388).
2709 (windowDidResize:): Pass YES to updateFrameSize.
2710
2711 * nsterm.h: Add delay parameter to updateFrameSize.
2712
2713 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
2714
2715 Discard killed buffers from deleted window and frame objects.
2716 This reduces an amount of references to killed buffers and
2717 helps GC to reclaim them faster.
2718 * alloc.c (discard_killed_buffers): New function.
2719 (mark_object): Use it for deleted windows and frames.
2720 (mark_object): If symbol's value is set up for a killed buffer
2721 or deleted frame, restore its global binding.
2722 * data.c (swap_in_global_binding): Add GC notice.
2723 (swap_in_symval_forwarding): Use convenient set_blv_where.
2724 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
2725 * window.h: ... to here.
2726
2727 2012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
2728
2729 Convenient macro to check whether the buffer is live.
2730 * buffer.h (BUFFER_LIVE_P): New macro.
2731 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
2732 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
2733
2734 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2735
2736 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
2737 composition cases (Bug#12364).
2738
2739 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
2740 overhang of succeeding glyphs overlapping box cursor.
2741
2742 * w32term.c (x_draw_glyph_string): Likewise.
2743
2744 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2745
2746 Simplify, document, and port floating-point (Bug#12381).
2747 The porting part of this patch fixes bugs on non-IEEE platforms
2748 with frexp, ldexp, logb.
2749 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
2750 Now static.
2751 * floatfns.c: Simplify discussion of functions that Emacs doesn't
2752 support, by removing commented-out code and briefly listing the
2753 C89 functions excluded. The commented-out stuff was confusing
2754 maintenance, e.g., we thought we needed cbrt but it was commented out.
2755 (logb): Remove decl; no longer needed.
2756 (isfinite): New macro, if not already supplied.
2757 (isnan): Don't replace any existing macro.
2758 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
2759 are present on all C89 platforms.
2760 (Ffrexp): Do not special-case zero, as frexp does the right thing
2761 for that case.
2762 (Flogb): Do not use logb, as it doesn't have the desired meaning
2763 on hosts that use non-base-2 floating point. Instead, stick with
2764 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
2765 frexp, to avoid getting an unspecified result.
2766
2767 * xdisp.c (Qinhibit_debug_on_message): Now static.
2768
2769 2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
2770
2771 * nsterm.m (ns_update_begin): Set clip path to whole view by using
2772 NSBezierPath (Bug#12131).
2773
2774 2012-09-10 Chong Yidong <cyd@gnu.org>
2775
2776 * fns.c (Fdelq, Fdelete): Doc fix.
2777
2778 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2779
2780 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
2781 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
2782
2783 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * lisp.h (make_lisp_ptr): New macro to replace XSET.
2786 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
2787 Use it.
2788
2789 2012-09-09 Eli Zaretskii <eliz@gnu.org>
2790
2791 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
2792 left fringe if the window has a left margin. This avoids leaving
2793 traces of the cursor because its leftmost pixel is not drawn over.
2794
2795 * dispnew.c (update_window_line): When the left margin area of a
2796 screen line is updated, set the redraw_fringe_bitmaps_p flag of
2797 that screen line. (Bug#12277)
2798
2799 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2800
2801 Assume C89 or later for math functions (Bug#12381).
2802 This simplifies the code, and makes it a bit smaller and faster,
2803 and (most important) makes it easier to clean up signal handling
2804 since we can stop worring about floating-point exceptions in
2805 library code. That was a problem before C89, but the problem
2806 went away many years ago on all practical Emacs targets.
2807 * data.c, image.c, lread.c, print.c:
2808 Don't include <math.h>; no longer needed.
2809 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
2810 might be autoconfigured, as that never happens.
2811 * data.c (fmod):
2812 * doprnt.c (DBL_MAX_10_EXP):
2813 * print.c (DBL_DIG):
2814 Remove. C89 or later always defines these.
2815 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
2816 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
2817 (arith_error, domain_error, domain_error2):
2818 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
2819 no longer needed -- we simply return what C returns. All uses removed.
2820 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
2821 the wrapped code.
2822 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
2823 Remove. All uses expanded, as these macros are no longer used
2824 more than once and are now more trouble than they're worth.
2825 (Ftan): Use tan, not sin / cos.
2826 (Flogb): Assume C89 frexp.
2827 (fmod_float): Assume C89 fmod.
2828 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
2829 (init_floatfns): Remove. All uses removed.
2830
2831 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
2832
2833 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
2834 compositeToPoint for OSX < 10.6 (Bug#12390).
2835
2836 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
2837
2838 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
2839 This produces more-accurate results.
2840
2841 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
2842
2843 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
2844 changes (Bug#12088).
2845
2846 2012-09-08 Chong Yidong <cyd@gnu.org>
2847
2848 * syntax.c (Fstring_to_syntax): Doc fix.
2849
2850 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
2851
2852 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
2853 in the internal border.
2854 (x_set_window_size): Remove static variables and their usage.
2855 (ns_redraw_scroll_bars): Fix NSTRACE arg.
2856 (ns_after_update_window_line, ns_draw_fringe_bitmap):
2857 Remove fringe/internal border adjustment (Bug#11052).
2858 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
2859 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
2860 (ns_fix_rect_ibw): Remove.
2861 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
2862 (ns_dumpglyphs_box_or_relief): Ditto.
2863 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
2864 adjustment.
2865 (ns_dumpglyphs_image): Ditto.
2866 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
2867 border adjustment.
2868 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
2869 their usage. Add fringe_extended_p and its use as in other terms.
2870 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
2871 scroll bar was removed.
2872 (updateFrameSize): New function.
2873 (windowDidResize): Move code to updateFrameSize and call it.
2874
2875 * nsterm.h (EmacsView): Add updateFrameSize.
2876
2877 2012-09-07 Chong Yidong <cyd@gnu.org>
2878
2879 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
2880
2881 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
2882
2883 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2884
2885 More signal-handler cleanup (Bug#12327).
2886 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
2887 Problem introduced when merging patches. Noted by Eli Zaretskii in
2888 <http://bugs.gnu.org/12327#67>.
2889 * floatfns.c: Comment fix.
2890 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
2891 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
2892 and anyway the declaration is harmless even if SIGDANGER is not defined.
2893 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
2894 defined BROKEN_FIONREAD). systty.h formerly did this, but other
2895 source files not surprisingly expected syssignal.h to define, or
2896 not define, SIGIO, and it's cleaner to do it that way, for consistency.
2897 Include <sys/ioctl.h>, for FIONREAD.
2898 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
2899 This eliminates a problem whereby other files mysteriously had
2900 to include "syssignal.h" before including "systty.h" if they
2901 wanted to use "#ifdef SIGIO".
2902
2903 2012-09-07 Eli Zaretskii <eliz@gnu.org>
2904
2905 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
2906
2907 * w32.c (sigemptyset): Empty the set.
2908 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
2909
2910 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
2911
2912 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
2913
2914 * alloc.c (mark_buffer): Revert unsafe marking optimization.
2915 (mark_object): Likewise for frame objects.
2916
2917 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2918
2919 * syssignal.h (handle_on_main_thread): Always declare,
2920 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
2921 This ports to platforms without HAVE_PTHREAD.
2922
2923 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2924
2925 Signal-handler cleanup (Bug#12327).
2926 Emacs's signal handlers were written in the old 4.2BSD style with
2927 sigblock and sigmask and so forth, and this led to some
2928 inefficiencies and confusion. Rewrite these to use
2929 pthread_sigmask etc. without copying signal sets around. Also,
2930 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
2931 'signal', and instead use functions that do not attempt to take
2932 over the system name space. This patch causes Emacs's text
2933 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
2934 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
2935 Do not include <signal.h> or "syssignal.h", as these
2936 modules do not use signals.
2937 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
2938 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
2939 Do not include <signal.h>, as "syssignal.h" does that for us now.
2940 * atimer.c (sigmask_atimers): New function.
2941 (block_atimers, unblock_atimers): New functions,
2942 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
2943 All uses replaced.
2944 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
2945 no longer needed here.
2946 * emacs.c (main): Inspect existing signal handler with sigaction,
2947 so that there's no need to block and unblock SIGHUP.
2948 * sysdep.c (struct save_signal): New member 'action', replacing
2949 old member 'handler'.
2950 (save_signal_handlers, restore_signal_handlers):
2951 Use sigaction instead of 'signal' to save and restore.
2952 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
2953 New function. All users of 'signal' modified to use set_sighandler
2954 if they're writeonly, and to use sys_signal if they're read+write.
2955 (emacs_sigaction_init, forwarded_signal): New functions.
2956 (sys_signal): Remove. All uses replaced by calls to sigaction
2957 and emacs_sigaction_init, or by direct calls to 'signal'.
2958 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
2959 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
2960 all uses replaced by pthread_sigmask etc. calls.
2961 * syssignal.h: Include <signal.h>.
2962 (emacs_sigaction_init, forwarded_signal): New decls.
2963 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
2964 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
2965 (sigmask, sys_sigmask): Remove; no longer needed.
2966 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
2967 (sigblock, sigunblock, sigfree):
2968 (sigsetmask) [!defined sigsetmask]:
2969 Remove. All uses replaced by pthread_sigmask.
2970 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
2971 no longer need to be replaced, and its typical old uses
2972 are now done via emacs_sigaction_init and sigaction.
2973 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
2974 (sys_sigdel): Remove; unused.
2975 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
2976
2977 2012-09-06 Eli Zaretskii <eliz@gnu.org>
2978
2979 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
2980 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
2981
2982 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
2983
2984 Explicitly mark buffer_defaults and buffer_local_symbols.
2985 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
2986 mark_local_symbols here.
2987 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
2988 since special buffers aren't marked here any more.
2989 (allocate_buffer): Chain new buffer with all_buffers here...
2990 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
2991 not here.
2992 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
2993 (syms_of_buffer): Remove staticpro of the above.
2994 (init_buffer_once): Set names for buffer_defaults and
2995 buffer_local_symbols.
2996
2997 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2998
2999 Use bool for booleans in font-related modules.
3000 * font.c (font_intern_prop, font_style_to_value)
3001 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
3002 (generate_otf_features, font_check_otf_features, font_check_otf)
3003 (font_match_p, font_list_entities, font_at):
3004 * fontset.c (fontset_id_valid_p, reorder_font_vector
3005 (fontset_find_font, Fset_fontset_font)
3006 (face_suitable_for_char_p) [0]:
3007 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
3008 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
3009 (m17n_flt_initialized, ftfont_shape_by_flt):
3010 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
3011 * nsfont.m (nsfont_draw):
3012 * w32font.c (w32font_draw):
3013 * w32term.c (x_draw_glyphless_glyph_string_foreground):
3014 Use bool for booleans.
3015 * font.h: Adjust to above API changes.
3016 (struct font, struct font_driver, struct font_driver_list):
3017 Use bool for booleans.
3018 (struct font): Remove useless member encoding_type.
3019 All users removed.
3020 * fontset.c, xftfont.c: Omit unnecessary static decls.
3021
3022 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
3023
3024 * alloc.c (mark_object): Revert window marking code
3025 since it's unsafe for the Fset_window_configuration.
3026
3027 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
3028
3029 Fix race conditions with signal handlers and errno (Bug#12327).
3030 Be more systematic about preserving errno whenever a signal
3031 handler returns, even if it's not in the main thread. Do this by
3032 renaming signal handlers to distinguish between signal delivery
3033 and signal handling. All uses changed.
3034 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
3035 * data.c (deliver_arith_signal): Rename from arith_error.
3036 * dispnew.c (deliver_window_change_signal): Rename from
3037 window_change_signal.
3038 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
3039 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
3040 * keyboard.c (deliver_input_available_signal): Rename from
3041 input_available_signal.
3042 (deliver_user_signal): Rename from handle_user_signal.
3043 (deliver_interrupt_signal): Rename from interrupt_signal.
3044 * process.c (deliver_pipe_signal): Rename from send_process_trap.
3045 (deliver_child_signal): Rename from sigchld_handler.
3046 * atimer.c (handle_alarm_signal):
3047 * data.c (handle_arith_signal):
3048 * dispnew.c (handle_window_change_signal):
3049 * emacs.c (handle_fatal_signal, handle_danger_signal):
3050 * keyboard.c (handle_input_available_signal):
3051 * keyboard.c (handle_user_signal, handle_interrupt_signal):
3052 * process.c (handle_pipe_signal, handle_child_signal):
3053 New functions, with the actual signal-handling code taken from the
3054 original respective signal handlers, sans the sporadic attempts to
3055 preserve errno, since that's now done by handle_on_main_thread.
3056 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
3057 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
3058 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
3059 Move to sysdep.c.
3060 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
3061 Move initialization of main_thread to sysdep.c's init_signals.
3062 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
3063 our usage, and simplifies the mainline code.
3064 (record_child_status_change): New static function, as a helper
3065 for handle_child_signal, and with most of the old child handler's
3066 contents.
3067 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
3068 (handle_child_signal): Use the above.
3069 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
3070 Moved here from emacs.c.
3071 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
3072 code moved here from emacs.c's main function.
3073 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
3074 replacing the old SIGNAL_THREAD_CHECK. All uses changed.
3075 This lets callers save and restore errno properly.
3076
3077 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
3078
3079 Remove redundant or unused things here and there.
3080 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
3081 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
3082 * editfns.c (Fcompare_buffer_substrings): Likewise.
3083 * frame.h (struct terminal, struct font_driver_list):
3084 Remove redundant declarations.
3085 * window.h (Qleft, Qright): Likewise.
3086
3087 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
3088
3089 Do not mark objects from deleted buffers, windows and frames.
3090 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
3091 (mark_object): Likewise for windows and frames.
3092
3093 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
3094
3095 * alloc.c (valid_lisp_object_p): Treat killed buffers,
3096 buffer_defaults and buffer_local_symbols as valid objects.
3097 Return special value to denote them.
3098
3099 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
3100
3101 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
3102 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
3103 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
3104 (file_name_absolute_p, Fsubstitute_in_file_name):
3105 (check_executable, check_writable, Ffile_accessible_directory_p)
3106 (Fset_file_selinux_context, Fdefault_file_modes)
3107 (Finsert_file_contents, choose_write_coding_system)
3108 (Fwrite_region, build_annotations, a_write, e_write)
3109 (Fdo_auto_save):
3110 * filelock.c (boot_time_initialized, get_boot_time)
3111 (get_boot_time_1, lock_file_1, within_one_second):
3112 * floatfns.c (in_float):
3113 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
3114 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
3115 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
3116 * lisp.h (struct Lisp_Hash_Table.cmpfn):
3117 * window.c (compare_window_configurations):
3118 Use bool for booleans.
3119 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
3120 (Fdefault_file_modes): Now mode_t, not int, for modes.
3121 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
3122 (internal_delete_file): Now returns void, not a (boolean) int,
3123 since nobody was looking at the return value.
3124 * lisp.h, window.h: Adjust to above API changes.
3125
3126 * xdisp.c (set_message): Simplify and reindent last change.
3127
3128 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
3129
3130 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
3131
3132 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3133
3134 * eval.c (call_debugger): Make the function non-static so that we
3135 can call it from set_message.
3136
3137 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
3138 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
3139
3140 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
3141
3142 Give more-useful info on a fatal error (Bug#12328).
3143 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
3144 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
3145 of doing the work ourselves.
3146 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
3147 do most of the work.
3148 (fatal_error_backtrace): New function, taken from the guts
3149 of the old fatal_error_signal, but with a new option to output
3150 a backtrace.
3151 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
3152 info about the signal than just its number.
3153 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
3154 * sysdep.c: Include <execinfo.h>
3155 (emacs_backtrace): New function, taken partly from the previous
3156 code of the 'die' function.
3157 (emacs_abort): Call fatal_error_backtrace rather than abort.
3158
3159 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3160
3161 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
3162 eager (load-time) macro-expansion.
3163 * lisp.mk (lisp): Add macroexp.
3164
3165 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
3166
3167 Simplify redefinition of 'abort' (Bug#12316).
3168 Do not try to redefine the 'abort' function. Instead, redo
3169 the code so that it calls 'emacs_abort' rather than 'abort'.
3170 This removes the need for the NO_ABORT configure-time macro
3171 and makes it easier to change the abort code to do a backtrace.
3172 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
3173 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
3174 Remove; sysdep.c's emacs_abort now takes its place.
3175 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
3176 'abort' changed to use 'emacs_abort'.
3177 * msdos.c (dos_abort) [defined abort]: Remove; not used.
3178 (abort) [!defined abort]: Rename to ...
3179 (emacs_abort): ... new name.
3180 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
3181 the place of the old 'abort' in emacs.c.
3182 * w32.c, w32fns.c (abort): Do not #undef.
3183 * w32.c (emacs_abort): Rename from w32_abort.
3184
3185 2012-09-04 Eli Zaretskii <eliz@gnu.org>
3186
3187 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
3188 offsets[j].dv, since the y axis of the screen coordinates points
3189 down, while the y axis of the font definition coordinates points
3190 up. This fixes display of Arabic diacritics such as KASRA and
3191 KASRATAN. (Bug#11860)
3192
3193 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
3194
3195 Be more systematic about _setjmp vs setjmp.
3196 * alloc.c (test_setjmp, mark_stack):
3197 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
3198 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
3199 (png_load, my_error_exit, jpeg_load):
3200 * process.c (send_process_trap, send_process):
3201 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
3202 The underscored versions are up to 30x faster on some hosts.
3203 Formerly, the code used setjmp+longjmp sometimes and
3204 _setjmp+_longjmp at other times, with no particular reason to
3205 prefer setjmp+longjmp.
3206
3207 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
3208
3209 Fix minor problem found by static checking.
3210 * buffer.c (Fdelete_all_overlays): Return nil.
3211
3212 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3213
3214 * buffer.c (Fdelete_all_overlays): New function.
3215
3216 2012-09-03 Chong Yidong <cyd@gnu.org>
3217
3218 * gtkutil.c: Add extern decl for Qxft.
3219
3220 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
3221
3222 * emacs.c, eval.c: Use bool for boolean.
3223 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
3224 (malloc_using_checking) [DOUG_LEA_MALLOC]:
3225 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
3226 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
3227 (main, decode_env_path, Fdaemon_initialized):
3228 * eval.c (call_debugger, Finteractive_p, interactive_p):
3229 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
3230 (maybe_call_debugger, Fbacktrace):
3231 * process.c (read_process_output, exec_sentinel):
3232 Use bool for booleans.
3233 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
3234 All callers changed.
3235 * eval.c (interactive_p): Omit always-true boolean argument
3236 EXCLUDE_SUBRS_P. All callers changed.
3237 * dispextern.h, lisp.h: Reflect above API changes.
3238 * firstfile.c (dummy): Use the address of 'main', whose signature
3239 won't change, instead of the address of 'initialize', whose
3240 signature just changed from int to bool.
3241 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
3242 * msdos.c (fatal_error_in_progress): ... from here.
3243 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
3244 of incrementing it.
3245 (redisplay_internal, unwind_redisplay): Simply clear
3246 REDISPLAYING_P when unwinding, instead of saving its previous,
3247 always-false value and then restoring it.
3248
3249 Clean up some extern decls.
3250 Mostly, this hoists extern decls out of .c files and into .h files.
3251 That way, we're more likely to catch errors if the interfaces change.
3252 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
3253 declare xg_mark_data.
3254 * dispextern.h (x_frame_parm_handlers):
3255 * font.h (Qxft):
3256 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
3257 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
3258 (Qultra_bold, Qoblique, Qitalic):
3259 Move extern decl here from .c file.
3260 * alloc.c (xg_mark_data) [USE_GTK]:
3261 * doc.c (Qclosure):
3262 * eval.c (Qlexical_binding):
3263 * fns.c (time) [!HAVE_UNISTD_H]:
3264 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
3265 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
3266 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
3267 * lread.c (Qinternal_interpreter_environment):
3268 * minibuf.c (Qbuffer):
3269 * process.c (QCfamily, QCfilter):
3270 * widget.c (free_frame_faces):
3271 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
3272 * xfont.c (x_clear_errors):
3273 * xterm.c (x_frame_parm_handlers):
3274 Remove now-redundant extern decls.
3275 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
3276 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
3277 Now static.
3278 * xfaces.c: Remove unnecessary static decls.
3279 * xterm.c (updating_frame): Remove decl of nonexistent object.
3280
3281 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
3282 when building globals.h, as the objects that are not built on
3283 this host are not needed to compile C files on this host.
3284
3285 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
3286
3287 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
3288
3289 * frame.h: Add missing prototype for x_wm_set_size_hint.
3290
3291 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
3292
3293 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
3294 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
3295 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
3296 (Fsubstitute_command_keys):
3297 * editfns.c (region_limit, find_field, Fconstrain_to_field)
3298 (save_excursion_save, save_excursion_restore)
3299 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
3300 (format_time_string, general_insert_function)
3301 (make_buffer_string, make_buffer_string_both)
3302 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
3303 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
3304 (copy_text, insert_1, insert_1_both, insert_from_string)
3305 (insert_from_string_before_markers, insert_from_string_1)
3306 (insert_from_buffer, insert_from_buffer_1, replace_range)
3307 (replace_range_2, del_range_1, del_range_byte, del_range_both)
3308 (del_range_2, modify_region):
3309 * intervals.c (intervals_equal, balance_possible_root_interval)
3310 (adjust_intervals_for_insertion, merge_properties_sticky)
3311 (graft_intervals_into_buffer, lookup_char_property)
3312 (adjust_for_invis_intang, set_point_both)
3313 (get_property_and_range, compare_string_intervals)
3314 (set_intervals_multibyte_1, set_intervals_multibyte):
3315 * keyboard.c (decode_timer):
3316 Use bool for boolean.
3317 * intervals.h, lisp.h, systime.h: Reflect above API changes.
3318 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
3319
3320 2012-09-02 Chong Yidong <cyd@gnu.org>
3321
3322 * keymap.c (push_key_description): Print M-TAB as C-M-i
3323 (Bug#11758).
3324
3325 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
3326
3327 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
3328 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
3329 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
3330 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
3331 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
3332 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
3333 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
3334
3335 2012-09-01 Eli Zaretskii <eliz@gnu.org>
3336
3337 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
3338 more than one grapheme cluster passed to the shaper: compute the
3339 offset adjustment values separately for each cluster. (Bug#11860)
3340
3341 * image.c: Restore mistakenly removed inclusion of w32.h. Without
3342 it, GCC doesn't see prototypes of w32_delayed_load, and complains
3343 about implicit conversions from integer to pointer.
3344
3345 2012-09-01 Daniel Colascione <dancol@dancol.org>
3346
3347 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
3348 system used too early.
3349
3350 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3351
3352 Better seed support for (random).
3353 * emacs.c (main): Call init_random.
3354 * fns.c (Frandom): Set the seed from a string argument, if given.
3355 Remove long-obsolete Gentzel cruft.
3356 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
3357 (init_random): New function.
3358
3359 2012-09-01 Daniel Colascione <dancol@dancol.org>
3360
3361 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
3362 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
3363 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
3364 x_wm_set_size_hint, x_query_colors, x_real_positions,
3365 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
3366 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
3367 all of which have been moved to common code.
3368
3369 * xfaces.c: Include TERM_HEADER instead of listing all possible
3370 window-system headers.
3371
3372 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
3373 to match header.
3374
3375 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
3376 directly accessing frame internals.
3377
3378 * w32font.h: Include font.h. Define syms_of_w32font and
3379 globals_of_w32font.
3380
3381 * process.c: Include TERM_HEADER instead of listing all possible
3382 window-system headers.
3383
3384 * nsterm.h: Remove declarations now in frame.h.
3385 Define FRAME_X_SCREEN, FRAME_X_VISUAL.
3386
3387 * menu.c: Include TERM_HEADER instead of listing all possible
3388 window-system headers.
3389
3390 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
3391 window system.
3392
3393 * keyboard.c: Include TERM_HEADER instead of listing all possible
3394 window-system headers.
3395
3396 * image.c: Include TERM_HEADER instead of listing all possible
3397 window-system headers. Declare Vlibrary_cache when compiling for
3398 Windows.
3399
3400 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
3401 window system declarations.
3402
3403 * frame.h: Move common functions here: set_frame_menubar,
3404 x_set_window_size, x_sync, x_get_focus_frame,
3405 x_set_mouse_position, x_set_mouse_pixel_position,
3406 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
3407 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
3408 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
3409 x_activate_menubar, x_real_positions, x_bitmap_icon,
3410 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
3411 and x_query_colors.
3412
3413 * frame.c: Include TERM_HEADER instead of listing all possible
3414 window-system headers.
3415
3416 * font.c: Include TERM_HEADER instead of listing all possible
3417 window-system headers.
3418
3419 * emacs.c: Include TERM_HEADER.
3420
3421 * dispnew.c: Include TERM_HEADER instead of listing all possible
3422 window-system headers.
3423
3424 * ccl.h: Include character.h.
3425
3426 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
3427 the current window system; include in list of objects to link into
3428 Emacs.
3429
3430 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
3431
3432 Remove mark_ttys function and fix tty_display_info initialization.
3433 * lisp.h (mark_ttys): Remove prototype.
3434 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
3435 to mark_ttys because all possible values of 'top_frame' slot are
3436 the frames which are reachable from Vframe_list.
3437 * term.c (mark_ttys): Remove.
3438 (init_tty): Safely initialize 'top_frame' slot with Qnil.
3439
3440 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
3441
3442 Change struct frame bitfields from unsigned char to unsigned.
3443 * frame.h (struct frame): Change type of 'display_preempted',
3444 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
3445 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
3446 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
3447 bitfields from unsigned char to unsigned.
3448
3449 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
3450
3451 Remove unused member of struct x_output and struct w32_output.
3452 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
3453 * w32term.h (struct w32_output): Likewise.
3454
3455 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
3456
3457 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
3458 does not become zero (Bug#12234).
3459
3460 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
3461
3462 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
3463 for GCC 4.7.1 x86-64.
3464
3465 2012-08-30 Glenn Morris <rgm@gnu.org>
3466
3467 * lread.c (init_lread): For out-of-tree builds, only add the
3468 source directory's site-lisp dir to the load-path if it exists,
3469 consistent with in-tree builds. (Bug#12302)
3470
3471 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
3472
3473 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
3474 button_values to NULL. Call setStykeMask so dialogs get a close button.
3475 (windowShouldClose:): Set window_closed.
3476 (dealloc): New member, free button_values.
3477 (process_dialog:): Make member function. Remove window argument,
3478 replace window with self. Count buttons and allocate and store values
3479 in button_values.
3480 (addButton:value:row:): value is int with the name tag. Call setTag
3481 with tag. Remove return self, declare return value as void.
3482 (addString:row:): Remove return self, declare return value as void.
3483 (addSplit): Remove return self, declare return value as void.
3484 (clicked:): Remove return self, declare return value as void.
3485 Set dialog_return to button_values[seltag]. Code formatting change.
3486 (initFromContents:isQuestion:): Adjust call to process_dialog.
3487 Code formatting change.
3488 (timeout_handler:): Set timer_fired to YES.
3489 (runDialogAt:): Set timer_fired to NO.
3490 Handle click on close button as quit.
3491
3492 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
3493 Add window_closed and button_values. Add void as return value for
3494 add(Button|String|Split). addButton takes int instead of Lisp_Object.
3495 Add process_dialog as new member.
3496
3497 2012-08-28 Eli Zaretskii <eliz@gnu.org>
3498
3499 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
3500 is not one of the heaps we manage. (Bug#12242)
3501
3502 2012-08-28 Glenn Morris <rgm@gnu.org>
3503
3504 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
3505
3506 2012-08-28 Martin Rudalics <rudalics@gmx.at>
3507
3508 * window.c (Fset_window_configuration): Remove handling of
3509 auto-buffer-name window parameter. Install revision of reverted
3510 fix.
3511
3512 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
3513
3514 Do not allow to set major mode for a dead buffer.
3515 * buffer.c (Fset_buffer_major_mode): Signal an error
3516 if the buffer is dead.
3517 (Fother_buffer, other_buffer_safely): Remove redundant
3518 nested declaration.
3519
3520 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
3521
3522 Always use set_buffer_if_live to restore original buffer at unwind.
3523 * buffer.h (record_unwind_current_buffer): New function.
3524 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
3525 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
3526 * undo.c, window.c: Adjust users.
3527 * buffer.c (set_buffer_if_live): Fix comment.
3528
3529 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
3530
3531 Fix usage of set_buffer_internal.
3532 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
3533 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
3534 * coding.c (decode_coding): Omit redundant test.
3535 * fileio.c (decide_coding_unwind): Likewise.
3536 * fns.c (secure_hash): Likewise.
3537 * insdel.c (modify_region): Likewise.
3538 * keyboard.c (command_loop_1): Likewise.
3539 * print.c (PRINTFINISH): Likewise.
3540 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
3541
3542 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
3543
3544 * dispnew.c: Use bool for boolean.
3545 (frame_garbaged, display_completed, delayed_size_change)
3546 (fonts_changed_p, add_window_display_history)
3547 (add_frame_display_history, verify_row_hash)
3548 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
3549 (row_equal_p, realloc_glyph_pool)
3550 (allocate_matrices_for_frame_redisplay)
3551 (showing_window_margins_p)
3552 (adjust_frame_glyphs_for_frame_redisplay)
3553 (build_frame_matrix_from_leaf_window, make_current)
3554 (mirrored_line_dance, mirror_line_dance, update_frame)
3555 (update_window_tree, update_single_window)
3556 (check_current_matrix_flags, update_window, update_text_area)
3557 (update_window_line, set_window_update_flags, scrolling_window)
3558 (update_frame_1, scrolling, buffer_posn_from_coords)
3559 (do_pending_window_change, change_frame_size)
3560 (change_frame_size_1, sit_for):
3561 Use bool for boolean.
3562 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
3563 and remove last int (actually boolean) argument, which was always 0.
3564 All callers changed.
3565 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
3566 * dispextern.h (struct composition_it): Use bool for boolean.
3567 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
3568 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
3569 * dired.c (file_name_completion):
3570 Use bool for boolean. (This was missed in an earlier change.)
3571
3572 2012-08-27 Martin Rudalics <rudalics@gmx.at>
3573
3574 * window.c (Fset_window_configuration): Revert first part of
3575 last change.
3576
3577 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
3578
3579 * nsterm.h (NSPanel): New class variable dialog_return.
3580
3581 * nsmenu.m (initWithContentRect:styleMask:backing:defer:):
3582 Initialize dialog_return.
3583 (windowShouldClose:): Use stop instead of stopModalWithCode.
3584 (clicked:): Ditto, and also set dialog_return (Bug#12258).
3585 (timeout_handler:): Use stop instead of abortModal. Send a dummy
3586 event.
3587 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
3588 modal loop returns.
3589
3590 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
3591
3592 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
3593 * composite.c (find_composition, composition_gstring_p)
3594 (composition_reseat_it, find_automatic_composition):
3595 * data.c (let_shadows_buffer_binding_p)
3596 (let_shadows_global_binding_p, set_internal, make_blv)
3597 (Fmake_variable_buffer_local, Fmake_local_variable)
3598 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
3599 (cons_to_signed, arith_driver):
3600 * dbusbind.c (xd_in_read_queued_messages):
3601 * dired.c (directory_files_internal, file_name_completion):
3602 Use bool for booleans.
3603 * dired.c (file_name_completion):
3604 * process.h (fd_callback):
3605 Omit int (actually boolean) argument. It wasn't being used.
3606 All uses changed.
3607 * composite.h, lisp.h: Reflect above API changes.
3608
3609 * cmds.c, coding.c: Use bool for booleans.
3610 * cmds.c (move_point, Fself_insert_command):
3611 * coding.h (struct composition status, struct coding_system):
3612 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
3613 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
3614 (emacs_mule_char, decode_coding_emacs_mule)
3615 (encode_coding_emacs_mule, detect_coding_iso_2022)
3616 (decode_coding_iso_2022, encode_invocation_designation)
3617 (encode_designation_at_bol, encode_coding_iso_2022)
3618 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
3619 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
3620 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
3621 (encode_coding_raw_text, detect_coding_charset)
3622 (decode_coding_charset, encode_coding_charset, detect_eol)
3623 (detect_coding, get_translation_table, produce_chars)
3624 (consume_chars, reused_workbuf_in_use)
3625 (make_conversion_work_buffer, code_conversion_save)
3626 (decode_coding_object, encode_coding_object)
3627 (detect_coding_system, char_encodable_p)
3628 (Funencodable_char_position, code_convert_region)
3629 (code_convert_string, code_convert_string_norecord)
3630 (Fset_coding_system_priority):
3631 * fileio.c (Finsert_file_contents):
3632 Use bool for booleans.
3633 * coding.h, lisp.h: Reflect above API changes.
3634 * coding.c: Remove unnecessary static function decls.
3635 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
3636 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
3637 not a boolean 'int', since callers never look at the return value.
3638 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
3639 * coding.h (decoding_buffer_size, encoding_buffer_size)
3640 (emacs_mule_string_char): Remove unused extern decls.
3641 (struct iso_2022_spec, struct coding_system):
3642 Use 'unsigned int : 1' for boolean fields, since there's more than one.
3643 (struct emacs_mule_spec): Remove unused field 'full_support'.
3644 All initializations removed.
3645 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
3646
3647 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
3648
3649 Fix spare memory change (Bug#12286).
3650 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
3651 (valid_lisp_object_p): Likewise.
3652
3653 2012-08-27 Martin Rudalics <rudalics@gmx.at>
3654
3655 * window.c (Fset_window_configuration): Record any window's old
3656 buffer if it's replaced (see Bug#8789). If the new current
3657 buffer doesn't appear in the selected window, go to its old
3658 point (Bug#12208).
3659
3660 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
3661
3662 Special MEM_TYPE_SPARE to denote reserved memory.
3663 * alloc.c (enum mem_type): New memory type.
3664 (refill_memory_reserve): Use new type for spare memory.
3665 This prevents live_cons_p and live_string_p from incorrect
3666 detection of uninitialized objects from spare memory as live.
3667
3668 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
3669
3670 Spelling fixes.
3671 * Makefile.in (.PHONY): versioclean -> versionclean.
3672
3673 Remove unused external symbols.
3674 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
3675 * window.c (Qwindow_valid_p, decode_valid_window):
3676 Now static, not extern.
3677 * data.c (Qinterval): Remove; unused.
3678 (syms_of_data): Do not define 'interval'.
3679 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
3680 * window.h (decode_valid_window):
3681 Remove decls.
3682
3683 * character.c, charset.c, chartab.c: Use bool for booleans.
3684 * character.c (lisp_string_width, string_count_byte8)
3685 (string_escape_byte8):
3686 * charset.c (charset_map_loaded, load_charset_map, read_hex):
3687 (load_charset_map_from_file, map_charset_chars)
3688 (Fdefine_charset_internal, define_charset_internal)
3689 (Fdeclare_equiv_charset, find_charsets_in_text)
3690 (Ffind_charset_region, char_charset, Fiso_charset):
3691 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
3692 (sub_char_table_set, sub_char_table_set_range)
3693 (char_table_set_range, optimize_sub_char_table)
3694 (map_sub_char_table):
3695 Use bool for boolean.
3696 * character.c (str_to_unibyte): Omit last boolean argument; it was
3697 always 0. All callers changed.
3698 * character.h, charset.h: Adjust to match previous changes.
3699 * character.h (char_printable_p): Remove decl of nonexistent function.
3700 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
3701 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
3702 are all boolean, so make them single-bit bitfields.
3703
3704 * lisp.h (ASET): Remove attempt to detect side effects.
3705 It was meant to be temporary and it often doesn't work,
3706 because when IDX has side effects the behavior of IDX==IDX
3707 is undefined. See Stefan Monnier in
3708 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
3709
3710 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
3711
3712 * lisp.h (functionp): New function (extracted from Ffunctionp).
3713 (FUNCTIONP): Use it.
3714 * eval.c (Ffunctionp): Use it.
3715
3716 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
3717
3718 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
3719 as that's faster and simpler than static storage. Don't bother
3720 with the g_main_context_query overhead if g_main_context_pending
3721 says no events are pending.
3722 (gfds, gfds_size): Remove these static vars.
3723 (xgselect_initialize): Remove; no longer needed.
3724 All uses and decls removed.
3725
3726 * emacs.c (fatal_error_signal_hook): Remove.
3727 All uses removed. This leftover from old code was always 0.
3728
3729 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
3730 * casefiddle.c (casify_object, casify_region):
3731 * casetab.c (set_case_table):
3732 * category.c, category.h (word_boundary_p):
3733 * category.h (CHAR_HAS_CATEGORY):
3734 Use bool for booleans, instead of int.
3735
3736 2012-08-25 Eli Zaretskii <eliz@gnu.org>
3737
3738 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
3739
3740 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
3741
3742 On assertion failure, print backtrace if available.
3743 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
3744 (die) [ENABLE_CHECKING]: Print a backtrace if available.
3745 * Makefile.in (LIB_EXECINFO): New macro.
3746 (LIBES): Use it.
3747
3748 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
3749 * bytecode.c (exec_byte_code):
3750 * callint.c (check_mark, Fcall_interactively):
3751 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
3752 (getenv_internal, sync_process_alive, call_process_exited):
3753 * lisp.h (USE_SAFE_ALLOCA):
3754 Use bool for booleans, instead of int.
3755 * lisp.h, process.h: Adjust prototypes to match above changes.
3756 * callint.c (Fcall_interactively): Don't assume the mark's
3757 offset fits in 'int'.
3758
3759 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3760
3761 * buffer.c, buffer.h: Use bool for boolean.
3762 * buffer.c (reset_buffer_local_variables)
3763 (buffer_lisp_local_variables, Fset_buffer_modified_p)
3764 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
3765 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
3766 (overlay_touches_p, overlay_strings, Foverlay_put)
3767 (report_overlay_modification, call_overlay_mod_hooks):
3768 (mmap_enlarge, mmap_set_vars):
3769 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
3770 Use bool for booleans, instead of int.
3771 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
3772 since the 1-or-0 return value is always ignored anyway.
3773 (mmap_initialized_p):
3774 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
3775 * buffer.h, lisp.h: Adjust prototypes to match above changes.
3776
3777 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
3778
3779 * bidi.c: Use bool for boolean.
3780 This is a bit more readable, and makes the text segment of bidi.o
3781 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
3782 Presumably it's faster too.
3783 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
3784 Now bool.
3785 (bidi_cache_find_level_change, bidi_cache_iterator_state)
3786 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
3787 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
3788 (bidi_explicit_dir_char, bidi_level_of_next_char)
3789 (bidi_find_other_level_edge, bidi_move_to_visually_next):
3790 Use bool for booleans, instead of int.
3791 * dispextern.h (bidi_init_it, bidi_paragraph_init)
3792 (bidi_unshelve_cache): Adjust decls to match code.
3793
3794 2012-08-23 Martin Rudalics <rudalics@gmx.at>
3795
3796 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
3797 argument.
3798
3799 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
3800
3801 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
3802 * atimer.h: Include <stdbool.h>.
3803
3804 2012-08-22 Dan Nicolaescu <dann@gnu.org>
3805
3806 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
3807 compile time tests instead of run time tests on systems that do
3808 not use them.
3809 (FRAME_MAC_P): Remove leftover from deleted code.
3810 * frame.c (syms_of_frame): Remove leftover from deleted code.
3811
3812 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
3813
3814 * nsterm.m (insertText:): Don't clear modifiers if code is space.
3815
3816 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
3817
3818 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
3819 Otherwise, the compiler complains about (A?B:C) where B is void
3820 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
3821 (fontset_add): Return void, for FONTSET_ADD.
3822
3823 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3824
3825 * alloc.c: Use bool for booleans.
3826 (gc_in_progress, abort_on_gc)
3827 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
3828 (dont_register_blocks) [GC_MALLOC_CHECK]:
3829 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
3830 (check_string_bytes, make_specified_string, memory_full)
3831 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
3832 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
3833 (mark_stack, valid_pointer_p, make_pure_string)
3834 (Fgarbage_collect, survives_gc_p, gc_sweep):
3835 Use bool for booleans, instead of int.
3836 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
3837 Remove unused local.
3838 * alloc.c (PURE_POINTER_P):
3839 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
3840 * editfns.c (Fformat):
3841 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
3842 (Fdo_auto_save):
3843 * fns.c (sweep_weak_table):
3844 * lisp.h (suppress_checking, push_message, survives_gc_p)
3845 (make_pure_string, gc_in_progress, abort_on_gc):
3846 * lread.c (readchar, read1):
3847 * print.c (Fprin1_to_string):
3848 * xdisp.c (push_message):
3849 Use bool for booleans affected directly or indirectly by
3850 alloc.c's changes.
3851
3852 Make recently-introduced setters macros.
3853 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
3854 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
3855 (set_fontset_default, set_fontset_fallback): Rename from their
3856 upper-case counterparts, and make them functions rather than macros.
3857 This is more consistent with the other recently-introduced setters.
3858 These don't need to be inline, since they're local.
3859
3860 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
3861
3862 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
3863 the loop (Bug#12247).
3864
3865 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3866
3867 * lisp.h (vcopy): Use memcpy rather than our own loop.
3868 This fixes a performance regression introduced by the recent
3869 addition of vcopy. This means 'vcopy' will need to be modified
3870 for a copying collector, but that's OK. Also, tighten the
3871 checking in the assertion.
3872
3873 2012-08-21 Eli Zaretskii <eliz@gnu.org>
3874
3875 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
3876 components for RTL text (Bug#11860). Adjust X-OFFSET of each
3877 non-base glyph for the width of the base character, according to
3878 what x_draw_composite_glyph_string_foreground expects.
3879 Generate WADJUST value according to composition_gstring_width's
3880 expectations, to produce correct width of the composed character.
3881 Reverse the sign of the DU offset produced by ScriptPlace.
3882
3883 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
3884
3885 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
3886
3887 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
3888
3889 Avoid direct writes to contents member of struct Lisp_Vector.
3890 * lisp.h (vcopy): New function to copy data into vector.
3891 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
3892 * fns.c (Ffillarray): Use ASET.
3893 * keyboard.c (timer_check_2): Use AREF and ASET.
3894 (append_tool_bar_item, Frecent_keys): Use vcopy.
3895 * lread.c (read_vector): Use ASET.
3896 * msdos.c (Frecent_doskeys): Use vcopy.
3897 * xface.c (Finternal_copy_lisp_face): Use vcopy.
3898 (Finternal_merge_in_global_face): Use ASET and vcopy.
3899 * xfont.c (xfont_list_pattern): Likewise.
3900
3901 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3902
3903 * window.c (Fwindow_point): For the selected window always return
3904 the position of its buffer's point.
3905 (Fset_window_point): For the selected window always go in its
3906 buffer to the specified position.
3907
3908 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
3909
3910 Setter macros for fontsets.
3911 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
3912 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
3913 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
3914 Adjust users.
3915
3916 2012-08-20 Glenn Morris <rgm@gnu.org>
3917
3918 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
3919 Don't assume that `ln -f' works.
3920
3921 2012-08-20 Eli Zaretskii <eliz@gnu.org>
3922
3923 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
3924 and later about non-assignments with no effect. See discussion at
3925 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
3926 details.
3927
3928 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
3929
3930 Inline setter functions for Lisp_Objects slots of struct specbinding.
3931 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
3932 Adjust users.
3933
3934 2012-08-20 Martin Rudalics <rudalics@gmx.at>
3935
3936 * window.c (select_window): Always make selected window's buffer
3937 current.
3938
3939 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
3940
3941 Use AREF and ASET for docstrings of category tables.
3942 * category.h (CATEGORY_DOCSTRING): Use AREF.
3943 (SET_CATEGORY_DOCSTRING): Use ASET.
3944 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
3945
3946 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
3947
3948 Inline setter functions for hash table members.
3949 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
3950 (set_hash_hash, set_hash_index): Rename with _slot suffix.
3951 (set_hash_key_and_value, set_hash_index, set_hash_next)
3952 (set_hash_hash): New functions.
3953 * charset.c, fns.c: Adjust users.
3954
3955 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
3956
3957 Inline getter and setter functions for per-buffer values.
3958 * buffer.h (per_buffer_default, set_per_buffer_default)
3959 (per_buffer_value, set_per_buffer_value): New functions.
3960 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
3961 * buffer.c, data.c: Adjust users.
3962
3963 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
3964
3965 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
3966
3967 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
3968
3969 Rely on <config.h> + <unistd.h> to declare 'environ',
3970 as gnulib does this if the system doesn't.
3971 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
3972 Remove declaration. MS-Windows declares it on stdlib.h which is
3973 included by conf_post.h.
3974 * emacs.c (environ) [DOUG_LEA_MALLOC]:
3975 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
3976 * vm-limit.c: Include <unistd.h>, for 'environ'.
3977
3978 * unexaix.c, unexcoff.c: Include "mem-limits.h".
3979 (start_of_data): Remove decl; mem-limits.h provides it.
3980
3981 * xdisp.c (handle_invisible_prop): Make it a bit faster
3982 and avoid a gcc -Wmaybe-uninitialized diagnostic.
3983
3984 2012-08-19 Chong Yidong <cyd@gnu.org>
3985
3986 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
3987 ends (Bug#3874).
3988
3989 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
3990
3991 * .gdbinit: Use call instead of set when calling a function in the
3992 inferior.
3993
3994 * data.c (set_internal): Don't use set_blv_found.
3995 (Fkill_local_variable): Likewise.
3996
3997 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
3998
3999 * nsfont.m (ns_ascii_average_width): Ensure the string
4000 ascii_printable is initialized with a null-terminated character
4001 array. Otherwise, it can contain undesired extra characters.
4002
4003 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
4004
4005 port new setting code to Sun C 5.8 2005/10/13
4006 * chartab.c, lisp.h (char_table_set, char_table_set_range):
4007 Return void, not Lisp_Object. Otherwise, the compiler
4008 complains about (A?B:C) where B is void and C is Lisp_Object
4009 when compiling CHAR_TABLE_SET, due to the recent change to
4010 the API of sub_char_table_set_contents.
4011
4012 2012-08-18 Chong Yidong <cyd@gnu.org>
4013
4014 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
4015 for the string case (Bug#3874).
4016
4017 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
4018
4019 * buffer.h (BSET): Remove (Bug#12215).
4020 Replace all uses with calls to new setter functions.
4021 (bset_bidi_paragraph_direction, bset_case_canon_table)
4022 (bset_case_eqv_table, bset_directory, bset_display_count)
4023 (bset_display_time, bset_downcase_table)
4024 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
4025 (bset_last_selected_window, bset_local_var_alist)
4026 (bset_mark_active, bset_point_before_scroll, bset_read_only)
4027 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
4028 (bset_width_table):
4029 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
4030 (bset_auto_fill_function, bset_auto_save_file_format)
4031 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
4032 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
4033 (bset_cache_long_line_scans, bset_case_fold_search)
4034 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
4035 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
4036 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
4037 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
4038 (bset_header_line_format, bset_indicate_buffer_boundaries)
4039 (bset_indicate_empty_lines, bset_invisibility_spec)
4040 (bset_left_fringe_width, bset_major_mode, bset_mark)
4041 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
4042 (bset_name, bset_overwrite_mode, bset_pt_marker)
4043 (bset_right_fringe_width, bset_save_length)
4044 (bset_scroll_bar_width, bset_scroll_down_aggressively)
4045 (bset_scroll_up_aggressively, bset_selective_display)
4046 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
4047 (bset_word_wrap, bset_zv_marker):
4048 * category.c (bset_category_table):
4049 * syntax.c (bset_syntax_table):
4050 New setter functions.
4051
4052 * process.h (PSET): Remove (Bug#12215).
4053 Replace all uses with calls to new setter functions.
4054 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
4055 (PROCESS_INLINE): New macro.
4056 (pset_childp): New setter function.
4057 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
4058 * process.c (PROCESS_INLINE):
4059 Define to EXTERN_INLINE, so that the corresponding functions
4060 are compiled into code.
4061 (pset_buffer, pset_command, pset_decode_coding_system)
4062 (pset_decoding_buf, pset_encode_coding_system)
4063 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
4064 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
4065 (pset_type, pset_write_queue): New setter functions.
4066
4067 * window.h (WSET): Remove (Bug#12215).
4068 Replace all uses with calls to new setter functions.
4069 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
4070 (WINDOW_INLINE): New macro.
4071 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
4072 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
4073 (wset_total_lines, wset_vertical_scroll_bar)
4074 (wset_window_end_pos, wset_window_end_valid)
4075 (wset_window_end_vpos): New setter functions.
4076 * window.c (WINDOW_INLINE):
4077 Define to EXTERN_INLINE, so that the corresponding functions
4078 are compiled into code.
4079 (wset_combination_limit, wset_dedicated, wset_display_table)
4080 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
4081 (wset_new_normal, wset_new_total, wset_next_buffers)
4082 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
4083 (wset_prev_buffers, wset_right_fringe_width)
4084 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
4085 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
4086 (wset_window_parameters):
4087 * xdisp.c (wset_base_line_number, wset_base_line_pos)
4088 (wset_column_number_displayed, wset_region_showing):
4089 New setter functions.
4090
4091 * termhooks.h (TSET): Remove (Bug#12215).
4092 Replace all uses with calls to new setter functions.
4093 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
4094 (TERMHOOKS_INLINE): New macro.
4095 (tset_charset_list, tset_selection_alist): New setter functions.
4096 * terminal.c (TERMHOOKS_INLINE):
4097 Define to EXTERN_INLINE, so that the corresponding functions
4098 are compiled into code.
4099 (tset_param_alist): New setter function.
4100
4101 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
4102
4103 * keyboard.h (KSET): Remove (Bug#12215).
4104 Replace all uses with calls to new setter functions.
4105 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
4106 (KEYBOARD_INLINE): New macro.
4107 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
4108 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
4109 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
4110 New setter functions.
4111 * keyboard.c (KEYBOARD_INLINE):
4112 Define to EXTERN_INLINE, so that the corresponding functions
4113 are compiled into code.
4114 (kset_echo_string, kset_kbd_queue)
4115 (kset_keyboard_translate_table, kset_last_prefix_arg)
4116 (kset_last_repeatable_command, kset_local_function_key_map)
4117 (kset_overriding_terminal_local_map, kset_real_last_command)
4118 (kset_system_key_syms): New setter functions.
4119
4120 * frame.h (FSET): Remove (Bug#12215).
4121 Replace all uses with calls to new setter functions.
4122 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
4123 (FRAME_INLINE): New macro.
4124 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
4125 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
4126 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
4127 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
4128 (fset_param_alist, fset_root_window, fset_scroll_bars)
4129 (fset_selected_window, fset_title, fset_tool_bar_items)
4130 (fset_tool_bar_position, fset_tool_bar_window): New functions.
4131 * frame.c (FRAME_INLINE):
4132 Define to EXTERN_INLINE, so that the corresponding functions
4133 are compiled into code.
4134 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
4135
4136 A few more naming-convention fixes for getters and setters.
4137 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
4138 and rename from buffer_overlays_set_before.
4139 (set_buffer_overlays_after): Move here from buffer.h, and rename
4140 from buffer_overlays_set_after.
4141 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
4142 All uses changed.
4143 (set_buffer_intervals): Rename from buffer_set_intervals.
4144 * intervals.c (set_interval_object): Move here from intervals.h,
4145 and rename from interval_set_object.
4146 (set_interval_left): Move here from intervals.h, and rename from
4147 interval_set_left.
4148 (set_interval_right): Move here from intervals.h, and rename from
4149 interval_set_right.
4150 (copy_interval_parent): Move here from intervals.h, and rename from
4151 interval_copy_parent.
4152 * intervals.h (set_interval_parent): Rename from interval_set_parent.
4153 (set_interval_plist): Rename from interval_set_plist.
4154 Return void, not Lisp_Object, since no caller uses the result.
4155 * lisp.h (string_intervals): Rename from string_get_intervals.
4156 (set_string_intervals): Rename from string_set_intervals.
4157
4158 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
4159 (set_char_table_contents): Rename from char_table_set_contents.
4160 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
4161 All uses changed. See the end of
4162 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
4163
4164 * lisp.h (CSET): Remove (Bug#12215).
4165 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
4166 (set_char_table_purpose): New functions,
4167 replacing CSET. All uses changed. For example, replace
4168 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
4169 "set_char_table_parent (char_table, parent);".
4170 The old version was confusing because it used the same name
4171 'parent' for two different things.
4172
4173 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
4174
4175 Functions to get and set Lisp_Object fields of buffer-local variables.
4176 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
4177 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
4178 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
4179 * data.c, eval.c, frame.c: Adjust users.
4180
4181 2012-08-17 Chong Yidong <cyd@gnu.org>
4182
4183 * xfaces.c (merge_face_vectors): If the target font specfies a
4184 font spec, make the font's attributes take precedence over
4185 directly-specified attributes.
4186 (merge_face_ref): Recognize :font.
4187
4188 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
4189
4190 Do not use memcpy for copying intervals.
4191 * intervals.c (reproduce_interval): New function.
4192 (reproduce_tree, reproduce_tree_obj): Use it.
4193 (reproduce_tree_obj): Remove prototype.
4194
4195 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
4196
4197 * lisp.h (duration_to_sec_usec): Remove unused decl.
4198
4199 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
4200
4201 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
4202 to an allocated instance of NSString, not to the class itself.
4203
4204 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
4205
4206 * makefile.w32-in (C_CTYPE_H): New macro.
4207 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
4208 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
4209 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
4210
4211 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
4212
4213 Use ASCII tests for character types.
4214 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
4215 * xfns.c, xterm.c:
4216 Don't include <ctype.h>; was not needed.
4217 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
4218 * sysdep.c, xfaces.c:
4219 Include <c-ctype.h> instead of <ctype.h>.
4220 * nsterm.m: Include <c-ctype.h>.
4221 * charset.c (read_hex):
4222 * doc.c (Fsnarf_documentation):
4223 * fileio.c (IS_DRIVE) [WINDOWSNT]:
4224 (DRIVE_LETTER) [DOS_NT]:
4225 (Ffile_name_directory, Fexpand_file_name)
4226 (Fsubstitute_in_file_name):
4227 * font.c (font_parse_xlfd, font_parse_fcname):
4228 * frame.c (x_set_font_backend):
4229 * gtkutil.c (xg_get_font):
4230 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
4231 * nsimage.m (hexchar):
4232 * nsterm.m (ns_xlfd_to_fontname):
4233 * sysdep.c (system_process_attributes):
4234 * xfaces.c (hash_string_case_insensitive):
4235 Use C-locale tests instead of locale-specific tests for character
4236 types, since we want the ASCII interpretation here, not the
4237 interpretation suitable for whatever happens to be the current locale.
4238
4239 2012-08-16 Martin Rudalics <rudalics@gmx.at>
4240
4241 Consistently check windows for validity/liveness
4242 (Bug#11984, Bug#12025, Bug#12026).
4243 * lisp.h (CHECK_VALID_WINDOW): New macro.
4244 * window.c (decode_window): Rename to decode_live_window.
4245 (decode_valid_window, Fwindow_valid_p): New functions.
4246 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
4247 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
4248 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
4249 (Fwindow_prev_sibling, Fwindow_combination_limit)
4250 (Fset_window_combination_limit, Fwindow_use_time)
4251 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
4252 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
4253 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
4254 (Fwindow_hscroll, Fset_window_hscroll)
4255 (Fwindow_redisplay_end_trigger)
4256 (Fset_window_redisplay_end_trigger, Fwindow_edges)
4257 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
4258 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
4259 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
4260 (Fwindow_end, Fset_window_point, Fset_window_start)
4261 (Fpos_visible_in_window_p, Fwindow_line_height)
4262 (Fwindow_dedicated_p, Fset_window_dedicated_p)
4263 (Fwindow_prev_buffers, Fset_window_prev_buffers)
4264 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
4265 (Fset_window_parameter, Fwindow_display_table)
4266 (Fset_window_display_table, Fdelete_other_windows_internal)
4267 (Fset_window_buffer, Fset_window_new_total)
4268 (Fset_window_new_normal, Fdelete_window_internal)
4269 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
4270 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
4271 (Fwindow_scroll_bars): Check whether argument window is a valid or
4272 live window. Update doc-strings.
4273 (syms_of_window): New symbol Qwindow_valid_p.
4274 * keyboard.c (Fposn_at_x_y): Check whether argument
4275 frame_or_window denotes a valid window.
4276
4277 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
4278
4279 Fix previous char table change.
4280 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
4281 * chartab.c (optimize_sub_char_table): Likewise.
4282
4283 2012-08-16 Chong Yidong <cyd@gnu.org>
4284
4285 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
4286
4287 * xfont.c (xfont_open):
4288 * xftfont.c (xftfont_open): Set the font's max_width field.
4289
4290 * nsfont.m (nsfont_open): Similar to the Xft backend, set
4291 min_width to space_width and average_width to the average over
4292 printable ASCII characters.
4293 (ns_char_width): Code cleanup.
4294 (ns_ascii_average_width): New utility function.
4295
4296 * font.h (struct font): Update comments.
4297
4298 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
4299
4300 Simple interface to set Lisp_Object fields of character tables.
4301 * lisp.h (CSET): New macro.
4302 (char_table_set_extras, char_table_set_contents)
4303 (sub_char_table_set_contents): New function.
4304 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
4305 * syntax.c: Adjust users.
4306
4307 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * eval.c (eval_sub): Bind lexical-binding.
4310 * lread.c (Qlexical_binding): Make non-static.
4311
4312 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
4313
4314 * nsmenu.m (popupSession): Remove.
4315 (pop_down_menu): Remove endModalSession.
4316 (timeout_handler:): New method.
4317 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
4318 Call runModalForWindow. Check timer_fired when it returns.
4319 If not set, cancel timer and break out of loop.
4320 Otherwise loop again, with a new timeout.
4321
4322 * nsterm.m: Include fcntl.h if present.
4323 (fd_entry, t_readfds, inNsSelect): Remove.
4324 (select_writefds, select_valid, select_timeout, selfds)
4325 (select_mutex, apploopnr): Add.
4326 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
4327 Otherwise call kbd_buffer_store_event.
4328 (ns_send_appdefined): Remove release of fd_entry.
4329 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
4330 Increment and decrement apploopnr.
4331 (ns_select): If no file descriptors, just do a NSTimer.
4332 Otherwise copy read/write masks and start select thread (fd_handler).
4333 Start main loop and wait for application defined event.
4334 Inform select thread to stop selecting after main loop is exited.
4335 (ns_term_init): Create selfds pipe and set non-blocking.
4336 Initialize select_mutex. Start the select thread (fd_handler).
4337 (fd_handler:): Loop forever, wait for info from the main thread
4338 to either start or stop selecting. When select returns, send
4339 and appdefined event.
4340 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
4341 If not call kbd_buffer_store_event.
4342
4343 * nsterm.h (EmacsApp): fd_handler takes id argument.
4344 (EmacsDialogPanel): Add timer_fired and timeout_handler.
4345
4346 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
4347
4348 2012-08-15 Eli Zaretskii <eliz@gnu.org>
4349
4350 * region-cache.c (move_cache_gap): Update gap_len using the actual
4351 growth of the boundaries array. Do not change cache_len.
4352 (Bug#12196)
4353
4354 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
4355
4356 Generalize and cleanup font subsystem checks.
4357 * font.h (FONT_DEBUG, font_assert): Remove.
4358 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
4359 Change font_assert to eassert. Use eassert where appropriate.
4360
4361 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
4362
4363 * gtkutil.c (xg_get_font): Use pango_units_to_double.
4364
4365 2012-08-15 Chong Yidong <cyd@gnu.org>
4366
4367 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
4368 When using the new font chooser, use gtk_font_chooser_get_font_desc to
4369 extract the font descriptor instead of just the font name.
4370 In that case, return a font spec instead of a string.
4371 (x_last_font_name): Move to this file from xfns.c.
4372
4373 * xfns.c (Fx_select_font): The return value can also be a font
4374 spec. Move x_last_font_name management to gtkutil.c.
4375
4376 * xfaces.c: Make font weight and style symbols non-static.
4377
4378 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
4381 (bug#12117).
4382
4383 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * alloc.c (Fgarbage_collect): Use plural form consistently.
4386
4387 2012-08-14 Eli Zaretskii <eliz@gnu.org>
4388
4389 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
4390 iteration through the command loop. Fixes a problem whereby mouse
4391 movements are ignored until the first mouse click.
4392
4393 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
4394
4395 Use bool, not int, for Lisp booleans.
4396 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
4397 makes Emacs a bit smaller and presumably a bit faster.
4398 * lisp.h: Include <stdbool.h>.
4399 (struct Lisp_Boolfwd, defvar_bool):
4400 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
4401 * regex.c [!emacs]: Include <stdbool.h>.
4402 (false, true): Remove; <stdbool.h> does this for us now.
4403
4404 2012-08-14 Chong Yidong <cyd@gnu.org>
4405
4406 * character.c (Fcharacterp): Doc fix (Bug#12076).
4407
4408 * data.c (Findirect_variable): Doc fix (Bug#11040).
4409
4410 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
4411
4412 * editfns.c (Fformat): Doc fix (Bug#12059).
4413 (Fsave_current_buffer): Doc fix (Bug#11542).
4414
4415 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
4416
4417 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
4418 (bug#12022).
4419
4420 2012-08-14 Martin Rudalics <rudalics@gmx.at>
4421
4422 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
4423 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
4424 * minibuf.c (choose_minibuf_frame, read_minibuf):
4425 * w32fns.c (x_create_tip_frame):
4426 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
4427 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
4428
4429 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
4430
4431 * intervals.c (offset_intervals): Remove obsolete comment.
4432
4433 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4434
4435 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
4436
4437 2012-08-14 Gergely Risko <gergely@risko.hu>
4438
4439 * coding.c (decode_coding): Record buffer modification before
4440 disabling undo_list (Bug#11773).
4441
4442 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
4443
4444 Revert and cleanup some recent overlay changes.
4445 * buffer.h (enum overlay_type): Remove.
4446 (buffer_get_overlays, buffer_set_overlays): Likewise.
4447 (buffer_set_overlays_before, buffer_set_overlays_after):
4448 New function. Adjust users.
4449 (unchain_both): Add eassert.
4450
4451 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
4452
4453 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
4454
4455 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
4456
4457 * gtkutil.c (xg_mark_data): Don't assume C99.
4458
4459 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
4460
4461 * gtkutil.c (xg_frame_tb_info): New struct.
4462 (TB_INFO_KEY): New define.
4463 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
4464 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
4465 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
4466 if not present.
4467 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
4468 is up to date. Otherwise store new data.
4469 (free_frame_tool_bar): Free xg_frame_tb_info if present.
4470
4471 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
4472
4473 Use KSET for write access to Lisp_Object members of struct kboard.
4474 * keyboard.h (KSET): New macro.
4475 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
4476 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
4477 * xterm.c: Adjust users.
4478
4479 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
4480
4481 Use BSET for write access to Lisp_Object members of struct buffer.
4482 * buffer.h (BSET): New macro.
4483 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
4484 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
4485 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
4486 * window.c, xdisp.c, xfns.c: Adjust users.
4487
4488 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
4489
4490 * lread.c (syms_of_lread): Initialize Vlexical_binding.
4491
4492 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
4493
4494 * nsterm.m (not_in_argv): New function.
4495 (application:openFile, application:openTempFile:):
4496 (application:openFileWithoutUI:, application:openFiles:): Open file
4497 if not_in_argv returns non-zero (bug#12171).
4498
4499 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
4500 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
4501 Define for Gtk+ versions less than 3.2.
4502 (xg_get_font_name): Use those functions/macros here.
4503 Reported by Frans Oilinki <moilinki@gmail.com>.
4504
4505 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4506
4507 * unexmacosx.c (copy_data_segment): Copy initialized data in
4508 statically linked libraries from input file rather than memory.
4509
4510 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
4511 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
4512 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
4513
4514 2012-08-10 Glenn Morris <rgm@gnu.org>
4515
4516 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
4517 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
4518
4519 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
4520
4521 Fix last change to allow compilation with low optimization levels.
4522 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
4523 Reported by Jan Djärv <jan.h.d@swipnet.se>.
4524
4525 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
4526
4527 Use common inline syntax in intervals.h.
4528 * intervals.h (INTERVALS_INLINE): New macro.
4529 Change all users from LISP_INLINE.
4530
4531 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
4532
4533 Define Qnone once for all platforms.
4534 * frame.c (Qnone): Define here.
4535 (syms_of_frame): DEFSYM it.
4536 * lisp.h (Qnone): New declaration.
4537 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
4538 * xfns.c: Remove duplication. Adjust users.
4539
4540 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
4541
4542 Remove unused macros from intervals.h.
4543 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
4544 * intervals.c: Adjust comment.
4545
4546 2012-08-10 Eli Zaretskii <eliz@gnu.org>
4547
4548 * w32fns.c <w32_unicode_gui>: New static variable.
4549 (globals_of_w32fns): Initialize it according to os_subtype.
4550 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
4551 testing os_subtype.
4552
4553 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
4554 Eli Zaretskii <eliz@gnu.org>
4555
4556 Fix bug #10299 with Unicode characters sent by customized
4557 keyboards created by MSKLC.
4558 * w32fns.c (INIT_WINDOW_CLASS): New macro.
4559 (w32_init_class): Use it to initialize the Emacs class with either
4560 ANSI or Unicode API calls.
4561 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
4562 later.
4563 (w32_wnd_proc): If the character code sent by WM_CHAR or
4564 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
4565 original message. Call DefWindowProcW on NT and later.
4566
4567 2012-08-10 Glenn Morris <rgm@gnu.org>
4568
4569 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
4570
4571 * lisp.h (DIRECTORY_SEP): Let configure set it.
4572
4573 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
4574
4575 Use TSET for write access to Lisp_Object slots of struct terminal.
4576 * termhooks.h (TSET): New macro.
4577 * coding.c, terminal.c, xselect.c: Adjust users.
4578
4579 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
4582 the failing expression, include them in the error message.
4583 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
4584 * lisp.h (internal_condition_case_n): Update declaration.
4585
4586 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
4587
4588 Inline functions to examine and change buffer overlays.
4589 * buffer.c (unchain_both): New function.
4590 * buffer.h (buffer_get_overlays, buffer_set_overlays):
4591 (buffer_has_overlays): New function.
4592 (enum overlay_type): New enum.
4593 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
4594 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
4595
4596 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
4597
4598 Inline functions to examine and change buffer intervals.
4599 * alloc.c (mark_interval_tree): Remove.
4600 (MARK_INTERVAL_TREE): Simplify.
4601 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
4602 * intervals.c (buffer_balance_intervals): New function.
4603 (graft_intervals_into_buffer): Adjust indentation.
4604 (set_intervals_multibyte): Simplify.
4605 * buffer.h (BUF_INTERVALS): Remove.
4606 (buffer_get_intervals, buffer_set_intervals): New function.
4607 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
4608 * intervals.c, textprop.c: Adjust users.
4609
4610 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
4611
4612 Inline functions to examine and change string intervals.
4613 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
4614 (string_get_intervals, string_set_intervals): New function.
4615 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
4616 * lread.c, print.c, textprop.c: Adjust users.
4617
4618 2012-08-08 Glenn Morris <rgm@gnu.org>
4619
4620 * lisp.mk (lisp): Remove language/persian.elc.
4621
4622 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
4623
4624 Cleanup intervals.
4625 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
4626 (NULL_INTERVAL_P): Likewise. Adjust users.
4627 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
4628 Adjust comment. Move under #if 0.
4629 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
4630 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
4631
4632 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
4633
4634 Check total length of intervals with eassert.
4635 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
4636 * intervals.c: Change all users to eassert.
4637
4638 2012-08-07 Eli Zaretskii <eliz@gnu.org>
4639
4640 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
4641 Rename fields to match removal of FGET and WGET and disuse of
4642 INTERNAL_FIELD in Lisp_Cons.
4643
4644 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
4645
4646 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
4647 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
4648 name since all xname users are fixed long time ago. Do not
4649 use INTERNAL_FIELD.
4650 (set_symbol_name, set_symbol_function, set_symbol_plist):
4651 (set_symbol_next, set_overlay_plist): New function.
4652 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
4653 (struct Lisp_Overlay): Likewise.
4654 (CVAR, MVAR, SVAR): Remove.
4655 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
4656 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
4657 * xterm.c: Adjust users.
4658 * .gdbinit: Change to use name field of struct Lisp_Symbol
4659 where appropriate.
4660
4661 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
4662
4663 Basic functions to set Lisp_Object and pointer slots of intervals.
4664 * intervals.h (interval_set_parent, interval_set_object):
4665 (interval_set_left, interval_set_right, interval_set_plist):
4666 (interval_copy_parent): New function.
4667 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
4668 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
4669 Adjust indentation.
4670 (INTERVAL_SIZE): Remove. Adjust users.
4671 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
4672
4673 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
4674
4675 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
4676 * process.h (PGET): Remove.
4677 (struct Lisp_Process): Do not use INTERNAL_FIELD.
4678 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
4679
4680 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
4681
4682 Drop WGET and revert read access to Lisp_Objects slots of struct window.
4683 * window.h (WGET): Remove.
4684 (struct window): Do not use INTERNAL_FIELD.
4685 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
4686 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
4687 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
4688 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
4689 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
4690 Adjust users.
4691
4692 2012-08-07 Chong Yidong <cyd@gnu.org>
4693
4694 * window.c (Fwindow_edges, Fwindow_pixel_edges)
4695 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
4696 (Fdelete_window_internal): Signal an error if the window is not on
4697 a live frame (Bug#12025).
4698
4699 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
4700
4701 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
4702 * frame.h (FGET): Remove.
4703 (struct frame): Do not use INTERNAL_FIELD.
4704 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
4705 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
4706 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
4707 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
4708
4709 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
4710
4711 * w32.c: Silence compiler warnings.
4712 (map_w32_filename): Remove unused variable `is_fat'.
4713 (chase_symlinks): Add parentheses around expression.
4714
4715 2012-08-06 Glenn Morris <rgm@gnu.org>
4716
4717 * sysdep.c: Respect BROKEN_GETWD.
4718
4719 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
4720 Let configure handle it.
4721 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
4722
4723 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4724
4725 Use GCALIGNMENT where appropriate.
4726 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
4727 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
4728 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
4729
4730 2012-08-06 Eli Zaretskii <eliz@gnu.org>
4731
4732 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
4733 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
4734
4735 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4736
4737 * buffer.h (struct buffer): Revert `indirections' to a simple int;
4738 that should be sufficient for everyone.
4739
4740 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
4741
4742 * keyboard.c (timer_check_2): Add break so timer_check returns next
4743 timeout.
4744
4745 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4746
4747 Fix Windows build errors introduced after converting to WGET and WSET.
4748 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
4749 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4750
4751 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
4752
4753 * nsterm.m (ns_frame_rehighlight): Use FSET.
4754
4755 * nsmenu.m (ns_update_menubar): Use FSET.
4756
4757 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4758
4759 Separate read and write access to Lisp_Object slots of Lisp_Process.
4760 * process.h (PGET, PSET): New macros similar to AREF and ASET.
4761 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
4762
4763 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4764
4765 Separate read and write access to Lisp_Object slots of struct window.
4766 * window.h (WGET, WSET): New macros similar to AREF and ASET.
4767 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
4768 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
4769 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
4770 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
4771 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
4772 Adjust users.
4773
4774 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4775
4776 Fix Windows build errors introduced after converting to FGET and FSET.
4777 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
4778 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
4779 (w32_judge_scroll_bars): Change to use FSET.
4780 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4781
4782 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4783
4784 Fix replacement typo.
4785 * window.c (replace_window): Set root_window instead of
4786 selected_window. This fixes a total window subsystem
4787 malfunction reported by Bastien Guerry <bzg@gnu.org>.
4788
4789 2012-08-06 Glenn Morris <rgm@gnu.org>
4790
4791 * lisp.mk (lisp): Add language/persian.elc.
4792
4793 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
4794
4795 Separate read and write access to Lisp_Object slots of struct frame.
4796 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
4797 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
4798 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
4799 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
4800 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
4801
4802 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
4803
4804 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
4805
4806 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
4807
4808 Generalize common compile-time constants.
4809 * lisp.h (header_size, bool_header_size, word_size): Now here.
4810 (struct Lisp_Vector): Add comment.
4811 (struct Lisp_Bool_Vector): Move up to define handy constants.
4812 (VECSIZE, PSEUDOVECSIZE): Simplify.
4813 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
4814 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
4815 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
4816 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
4817 * xfont.c, xmenu.c: Use word_size where appropriate.
4818
4819 2012-08-05 Lawrence Mitchell <wence@gmx.li>
4820
4821 * search.c (Freplace_match): Treat \? in the replacement text
4822 literally (Bug#8161).
4823
4824 2012-08-05 Chong Yidong <cyd@gnu.org>
4825
4826 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
4827 * frame.c (Vdelete_frame_functions):
4828 * emacs.c (Vkill_emacs_hook): Doc fix.
4829
4830 2012-08-04 Eli Zaretskii <eliz@gnu.org>
4831
4832 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
4833 --with-x-toolkit=no builds.
4834 Reported by Carsten Mattner <carstenmattner@gmail.com>.
4835
4836 2012-08-04 Chong Yidong <cyd@gnu.org>
4837
4838 * syntax.c (Fmodify_syntax_entry): Doc fix.
4839
4840 2012-08-04 Eli Zaretskii <eliz@gnu.org>
4841
4842 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
4843 * w32.c (init_environment): Change the default values of many
4844 environment variables in dflt_envvars[] to NULL, to avoid pushing
4845 them into environment when they were not already defined.
4846 Remove the code that deletes site-lisp subdirectories from the default
4847 value of EMACSLOADPATH, as it is no longer needed.
4848 (check_windows_init_file): Now external, not static.
4849 Use Vload_path as is, without adding anything, as this function is now
4850 called when Vload_path is already set up.
4851
4852 * w32.h (check_windows_init_file): Add prototype.
4853
4854 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
4855 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
4856 compatibility with Posix platforms.
4857 (main): Move the call to check_windows_init_file to here from
4858 w32.c.
4859 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
4860 any, in the DEFALT argument into the root of the Emacs build or
4861 installation tree, as appropriate.
4862
4863 * callproc.c (init_callproc_1): Call decode_env_path instead of
4864 doing its equivalent by hand.
4865 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
4866 the code that sets Vexec_path run on MS-Windows.
4867
4868 * lread.c (init_lread): Add comments to #ifdef's.
4869
4870 * msdos.c (dos_set_window_size, IT_update_begin)
4871 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
4872 instead of direct references.
4873
4874 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
4875
4876 Export DEFAULT_REHASH_* to GDB.
4877 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
4878 Now constants, not macros.
4879
4880 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
4881
4882 Remove unnecessary casts involving pointers.
4883 These casts are no longer needed now that we assume C89 or later,
4884 since they involve casting to or from void *.
4885 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
4886 (make_pure_float, make_pure_vector):
4887 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
4888 * macros.c (Fstart_kbd_macro):
4889 * menu.c (find_and_return_menu_selection):
4890 * minibuf.c (read_minibuf_noninteractive):
4891 * sysdep.c (closedir):
4892 * xdisp.c (x_produce_glyphs):
4893 * xfaces.c (compare_fonts_by_sort_order):
4894 * xfns.c (x_real_positions, select_visual):
4895 * xselect.c (x_stop_queuing_selection_requests)
4896 (x_get_window_property, x_get_window_property_as_lisp_data):
4897 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
4898 Remove unnecessary pointer casts.
4899 * alloc.c (record_xmalloc): New function.
4900 * lisp.h (record_xmalloc): New decl.
4901 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
4902 more like a function. This is because the pointer cast is not
4903 needed. All uses changed.
4904 * print.c (print_string, print_error_message): Avoid length recalc.
4905
4906 Improve fix for macroexp crash with debugging (Bug#12118).
4907 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
4908 ARRAY_MARK_FLAG when checking subscripts, because ASET is
4909 not supposed to be invoked from the garbage collector.
4910 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
4911 (gc_aset): New function, which is like ASET but can be
4912 used in the garbage collector.
4913 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
4914 (set_hash_index): Use it instead of ASET.
4915
4916 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4917
4918 Support symlinks on latest versions of MS-Windows.
4919 * w32.c: Include winioctl.h and aclapi.h.
4920 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
4921 (revert_to_self): Forward declarations of static functions.
4922 <static BOOL g_b_init_get_security_info>:
4923 <g_b_init_create_symbolic_link>: New static flags.
4924 (globals_of_w32): Initialize them to zero.
4925 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
4926 (map_w32_filename): Improve commentary. Simplify switch.
4927 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
4928 headers (most versions of MinGW w32api don't).
4929 (get_security_info, create_symbolic_link)
4930 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
4931 New functions.
4932 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
4933 in the argument file name.
4934 (sys_access): Call unc_volume_file_attributes only if
4935 GetFileAttributes fails with network-related error codes.
4936 (sys_rename): Diagnose renaming of a symlink when the user doesn't
4937 have the required privileges.
4938 (get_file_security_desc_by_name): Rename from
4939 get_file_security_desc.
4940 (stat_worker): New function, with most of the guts of 'stat', and
4941 with addition of handling of symlinks and support for 'lstat'.
4942 If possible, get file's attributes and security information by
4943 handle, not by name. Produce S_IFLNK bit for symlinks, when
4944 called from 'lstat'.
4945 (stat, lstat): New functions, call 'stat_worker'.
4946 (symlink, readlink, careadlinkat): Rewritten to create and resolve
4947 symlinks when the underlying filesystem supports them.
4948
4949 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4950
4951 Fix macroexp crash on Windows with debugging (Bug#12118).
4952 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
4953 checking subscripts; problem introduced with the recent
4954 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
4955 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
4956 since it's used in non-static inline functions now.
4957
4958 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
4959 Don't assume buffer size fits in 'int'. Remove unused local.
4960
4961 Use C99-style 'extern inline' if available.
4962 * buffer.h (BUFFER_INLINE):
4963 * category.h (CATEGORY_INLINE):
4964 * character.h (CHARACTER_INLINE):
4965 * charset.h (CHARSET_INLINE):
4966 * composite.h (COMPOSITE_INLINE):
4967 * dispextern.h (DISPEXTERN_INLINE):
4968 * lisp.h (LISP_INLINE):
4969 * systime.h (SYSTIME_INLINE):
4970 New macro, replacing 'static inline' in this header.
4971 * buffer.h, category.h, character.h, charset.h, composite.h:
4972 * dispextern.h, lisp.h, systime.h:
4973 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
4974 * alloc.c (LISP_INLINE):
4975 * buffer.c (BUFFER_INLINE):
4976 * category.c (CATEGORY_INLINE):
4977 * character.c (CHARACTER_INLINE):
4978 * charset.c (CHARSET_INLINE):
4979 * composite.c (COMPOSITE_INLINE):
4980 * dispnew.c (DISPEXTERN_INLINE):
4981 * sysdep.c (SYSTIME_INLINE):
4982 Define to EXTERN_INLINE, so that the corresponding functions
4983 are compiled into code.
4984 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
4985 (INLINE_HEADER_END): New macros.
4986 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
4987 since it's used in non-static inline functions now.
4988 (VALMASK) [!USE_LSB_TAG]: Likewise.
4989
4990 2012-08-02 Glenn Morris <rgm@gnu.org>
4991
4992 * s/: Remove empty directory.
4993
4994 * s/ms-w32.h: Move to ../nt/inc.
4995 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
4996 Update for new ms-w32.h location.
4997
4998 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4999
5000 Port to Solaris 8.
5001 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
5002
5003 2012-08-02 Glenn Morris <rgm@gnu.org>
5004
5005 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
5006 hard-coding the path separator.
5007
5008 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
5009
5010 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
5011 This how ASET and AREF are supposed to work, and makes
5012 it easier to think about future improvements. See
5013 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
5014 * charset.h (set_charset_attr): New function.
5015 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
5016 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
5017 (aref_addr): New function. All uses of &AREF(...) changed.
5018 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
5019 (set_hash_index): New functions. All lvalue-style uses of
5020 HASH_KEY etc. changed.
5021 * keyboard.c (set_prop): New function. All lvalue-style uses
5022 of PROP changed.
5023
5024 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
5025
5026 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
5027 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
5028 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
5029 * nsfns.m (ns_set_name_as_filename): Likewise.
5030 * nsmenu.m (ns_update_menubar): Likewise.
5031 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
5032
5033 2012-08-01 Eli Zaretskii <eliz@gnu.org>
5034
5035 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
5036 Adapt to latest changes in field names of the corresponding Lisp
5037 objects.
5038
5039 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
5040
5041 2012-08-01 Glenn Morris <rgm@gnu.org>
5042
5043 * s/msdos.h: Remove file.
5044 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
5045 * Makefile.in (S_FILE): Remove.
5046 (config_h): Remove S_FILE.
5047
5048 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
5051 Remove; moved to nt/config.nt.
5052
5053 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
5054
5055 Use INTERNAL_FIELD for conses and overlays.
5056 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
5057 Remove obsolete comment.
5058 (MVAR): New macro.
5059 (struct Lisp_Overlay): Use INTERNAL_FIELD.
5060 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
5061
5062 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
5063
5064 Use INTERNAL_FIELD for symbols.
5065 * lisp.h (SVAR): New macro. Adjust users.
5066 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
5067 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
5068
5069 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
5070
5071 Use INTERNAL_FIELD for processes.
5072 * process.h (PVAR): New macro. Adjust style.
5073 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
5074 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
5075
5076 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
5077
5078 Use INTERNAL_FIELD for windows.
5079 * window.h (WVAR): New macro.
5080 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
5081 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
5082 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
5083 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
5084 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
5085 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
5086
5087 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
5088
5089 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
5090
5091 2012-08-01 Glenn Morris <rgm@gnu.org>
5092
5093 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
5094 Move to configure.ac.
5095
5096 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
5097
5098 * makefile.w32-in (CONFIG_H): Update dependencies.
5099 (CONF_POST_H): New macro.
5100
5101 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
5102
5103 2012-07-31 Glenn Morris <rgm@gnu.org>
5104
5105 * Makefile.in (S_FILE): No longer set by configure.
5106
5107 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
5108 is available.
5109 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
5110
5111 * process.h (NULL_DEVICE):
5112 * emacs.c (SEPCHAR):
5113 * editfns.c (USER_FULL_NAME): Let configure set them.
5114
5115 * s/README, s/template.h: Remove files.
5116
5117 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
5118
5119 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
5120 Move to configure.ac.
5121
5122 2012-07-31 Eli Zaretskii <eliz@gnu.org>
5123
5124 * .gdbinit (xframe): Adapt to introduction of FVAR and the
5125 resulting renaming of 'struct frame' members.
5126
5127 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
5128
5129 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
5130 after introduction of FVAR.
5131
5132 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
5133
5134 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
5135
5136 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
5137 instead of compositeToPoint.
5138 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
5139
5140 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
5141
5142 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5143
5144 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
5145 * lisp.h (INTERNAL_FIELD): New macro.
5146 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
5147 (BVAR): Change to use INTERNAL_FIELD.
5148 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
5149 (KVAR): Change to use INTERNAL_FIELD.
5150 * frame.h (FVAR): New macro.
5151 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
5152 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
5153 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
5154 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
5155 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
5156
5157 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
5158
5159 Miscellaneous fixes for non-default X toolkits.
5160 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
5161 * xterm.c (x_frame_of_widget): Remove redundant prototype.
5162 Move under #ifdef USE_LUCID.
5163 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
5164 definition and usage to avoid warnings.
5165
5166 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
5167
5168 * nsterm.m (openFiles): Fix previous checkin.
5169
5170 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
5171
5172 * indent.c (compute_motion): Remove unused local.
5173
5174 2012-07-31 Glenn Morris <rgm@gnu.org>
5175
5176 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
5177
5178 * conf_post.h [USG5_4]:
5179 Move remaining contents of s/usg5-4-common.h here.
5180 * s/usg5-4-common.h: Remove file.
5181
5182 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
5183 * s/irix6-5.h: Remove file.
5184
5185 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
5186 * s/darwin.h: Remove file.
5187
5188 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
5189 * s/hpux10-20.h: Remove file, which is now empty.
5190
5191 2012-07-30 Glenn Morris <rgm@gnu.org>
5192
5193 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
5194 * Makefile.in (config_h): Add conf_post.h.
5195 * makefile.w32-in (CONFIG_H): Add conf_post.h.
5196
5197 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
5198
5199 * nsterm.m (ns_do_open_file): New variable.
5200 (ns_term_init): Set ns_do_open_file to YES after run returns.
5201 (openFile, openTempFile, openFileWithoutUI, openFiles):
5202 Open files only if ns_do_open_file.
5203
5204 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
5205
5206 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
5207 This no-op macro hasn't been needed for many years.
5208 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
5209
5210 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
5211 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
5212 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
5213 gdb_make_enums_visible.
5214 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
5215 (DIRECTORY_SEP): Now a constant, not a macro.
5216
5217 2012-07-30 Eli Zaretskii <eliz@gnu.org>
5218
5219 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
5220 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
5221
5222 * w32term.c <w32_keyboard_codepage>: Renamed from
5223 keyboard_codepage and now external. All users changed.
5224
5225 * w32term.h: Add declaration of w32_keyboard_codepage.
5226
5227 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
5228 the codepage to translate keys to Unicode. If this argument is
5229 -1, use the value returned by GetConsoleCP. All callers changed.
5230
5231 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
5232
5233 Update .PHONY listings in makefiles.
5234 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
5235 bootstrap-clean, distclean, maintainer-clean, versioclean,
5236 extraclean, frc.
5237
5238 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
5239 This is a bit clearer. Fix some commentary typos.
5240
5241 2012-07-30 Glenn Morris <rgm@gnu.org>
5242
5243 * s/netbsd.h: Let configure include signal.h if needed.
5244 Remove file, which is now empty.
5245
5246 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
5247 Let configure set them.
5248 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
5249 No more need to undefine.
5250
5251 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
5252
5253 * keymap.c (Fkey_description): Don't remove 0x80 bit from
5254 non-single-byte char when adding meta modifier. (Bug#12090)
5255
5256 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
5257
5258 Convert safe_call to use variable number of arguments.
5259 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
5260 (safe_call2): Fix comment.
5261 * lisp.h (safe_call): Adjust prototype.
5262 * coding.c (encode_coding_object): Change to use safe_call2.
5263 * xfaces.c (merge_face_heights): Change to use safe_call1.
5264
5265 2012-07-30 Glenn Morris <rgm@gnu.org>
5266
5267 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
5268 does that unconditionally. Remove file, which is now empty.
5269
5270 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
5271 Remove empty files.
5272
5273 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
5274
5275 Export to GDB most of lisp.h's remaining object-like macros.
5276 * lisp.h (min, max): Move earlier, because they're used earlier now.
5277 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
5278 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
5279 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
5280 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
5281 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
5282 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
5283 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
5284 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
5285 Now constants, for GDB. They need not be macros.
5286 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
5287 Now constants, for GDB, as well as macros, for static initializers.
5288 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
5289 Move to after the definition of struct Lisp_Char_Table,
5290 since the former now needs that type defined.
5291 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
5292 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
5293 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
5294 New enums, for gdb_make_enums_visible.
5295 (GLYPH_MODE_LINE_FACE): Remove; unused.
5296 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
5297 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
5298 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
5299 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
5300 enum maxargs, enum MAX_ALLOCA.
5301 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
5302 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
5303 no longer needed, now that they are done in lisp.h.
5304
5305 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
5306
5307 Cleanup string bytes checking.
5308 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
5309 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
5310 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
5311 (check_sblock, compact_small_strings): Simplify.
5312
5313 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
5314
5315 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
5316 These macros are confusing and no longer need to be defined, as
5317 the enum values now suffice. All uses replaced with definiens.
5318 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
5319
5320 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
5321
5322 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
5323 ($(BLD)/w32console.$(O)): Update dependencies.
5324
5325 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
5326
5327 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
5328 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
5329 time. Adjust users.
5330 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
5331
5332 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
5333
5334 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
5335 setting sitelisp (Bug#12010).
5336
5337 2012-07-29 Eli Zaretskii <eliz@gnu.org>
5338
5339 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
5340
5341 * w32heap.c (cache_system_info):
5342 * w32.c (sys_rename):
5343 * w32proc.c (find_child_console, sys_kill): All users changed.
5344
5345 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
5346
5347 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
5348
5349 2012-07-29 Eli Zaretskii <eliz@gnu.org>
5350
5351 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
5352
5353 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
5354
5355 Cleanup statistics calculation in Fgarbage_collect.
5356 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
5357 Fix zombies percentage calculation. Simplify elapsed time calculation.
5358
5359 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
5360
5361 Generalize marker debugging code under MARKER_DEBUG and use eassert.
5362 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
5363 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
5364 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
5365 (replace_range, replace_range_2, del_range_2): Change to eassert.
5366 * marker.c (byte_char_debug_check): Adjust style.
5367
5368 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
5369
5370 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
5371 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
5372 long-ago-commented-out code that talks about "WIN32".
5373 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
5374 All uses changed.
5375
5376 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
5377
5378 Use Gnulib stdalign module (Bug#9772, Bug#9960).
5379 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
5380 Simplify by using alignof.
5381 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
5382 * lisp.h: Include <stdalign.h>.
5383 (GCALIGNMENT): New macro and constant.
5384 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
5385 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
5386 (stdalign): New macro, if not already defined.
5387
5388 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5389
5390 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
5391 * w32inevt.c: Include w32inevt.h.
5392 (w32_read_console_input): New inline function, calls either
5393 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
5394 w32_console_unicode_input.
5395 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
5396 (w32_kbd_patch_key, key_event): Use the codepage returned by
5397 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
5398 (key_event): use uChar.UnicodeChar only if
5399 w32_console_unicode_input is non-zero.
5400
5401 * w32console.c: Include w32heap.h.
5402 <w32_console_unicode_input>: New global variable.
5403 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
5404 family of Windows, zero otherwise.
5405
5406 * w32inevt.h: Declare w32_console_unicode_input.
5407
5408 * xdisp.c (init_iterator): Don't reference tip_frame in a build
5409 --without-x. (Bug#11742)
5410
5411 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
5412
5413 Adjust GDB to reflect pvec_type changes (Bug#12036).
5414 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
5415 2012-07-04 changes to pseudovector representation.
5416 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
5417
5418 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
5419
5420 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
5421 bus address.
5422 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
5423
5424 2012-07-27 Eli Zaretskii <eliz@gnu.org>
5425
5426 * alloc.c (listn): Fix the order the arguments are consed onto the
5427 list.
5428
5429 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
5430 enumeration constants, as PURE and HEAP are too general, and clash
5431 with other headers and sources, such as gmalloc.c and the
5432 MS-Windows system headers. All users changed.
5433
5434 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
5435
5436 Revert last save_excursion_save and save_excursion_restore changes.
5437 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
5438 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
5439
5440 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
5441
5442 Fix recently-introduced typos in Windows port.
5443 Reported by Martin Rudalics <rudalics@gmx.at>.
5444 * w32.c (init_environment): Replace comma with semicolon.
5445 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
5446
5447 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
5448
5449 Improve GDB symbol export (Bug#12036).
5450 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
5451 arms of an 'if', not using conditional expressions; otherwise GDB
5452 complains about the types in the unevaluated arm when the argument
5453 is an integer literal.
5454 (xgetint): Simplify expression.
5455 * alloc.c (gdb_make_enums_visible): New constant. This ports to
5456 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
5457 Zaretskii in <http://bugs.gnu.org/12036#13>.
5458 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
5459 needed now that we have gdb_make_enums_visible.
5460 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
5461 (enum enum_USE_LSB_TAG):
5462 New enum types, packaging up enums that need to be exported to GDB.
5463
5464 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
5465
5466 Utility function to make a list from specified amount of objects.
5467 * lisp.h (enum constype): New datatype.
5468 (listn): New prototype.
5469 * alloc.c (listn): New function.
5470 (Fmemory_use_count, syms_of_alloc): Use it.
5471 * buffer.c (syms_of_buffer): Likewise.
5472 * callint.c (syms_of_callint): Likewise.
5473 * charset.c (define_charset_internal): Likewise.
5474 * coding.c (syms_of_coding): Likewise.
5475 * keymap.c (syms_of_keymap): Likewise.
5476 * search.c (syms_of_search): Likewise.
5477 * syntax.c (syms_of_syntax): Likewise.
5478 * w32.c (init_environment): Likewise.
5479 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
5480 * xdisp.c (syms_of_xdisp): Likewise.
5481 * xfns.c (syms_of_xfns): Likewise.
5482
5483 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
5484
5485 Fast save_excursion_save and save_excursion_restore.
5486 * lisp.h (struct Lisp_Excursion): New data type.
5487 (PVEC_EXCURSION): New pseudovector type.
5488 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
5489 to deal with it. Adjust comments.
5490 (init_marker, attach_marker): New prototype.
5491 (unchain_marker): Adjust prototype.
5492 * marker.c (attach_marker): Change to global.
5493 (init_marker): New function.
5494 * alloc.c (Fmake_marker, build_marker): Use it.
5495 (build_marker): More easserts.
5496 (mark_object): Handle struct Lisp_Excursion.
5497 * editfns.c (save_excursion_save, save_excursion_restore):
5498 Reimplement to use struct Lisp_Excursion. Add comments.
5499
5500 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
5501
5502 Fix export of symbols to GDB (Bug#12036).
5503 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
5504 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
5505 emacs.c, as this is a more-suitable home. Had this been done earlier
5506 the fix for 12036 would have avoided some of the problems noted in
5507 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
5508 would have been more obvious.
5509 * emacs.c: Do not include <verify.h>; no longer needed.
5510 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
5511 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
5512 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
5513 Remove; now done in lisp.h.
5514 * lisp.h (PUBLISH_TO_GDB): New macro.
5515 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
5516 (DATA_SEG_BITS): Use it.
5517 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
5518 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
5519 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
5520 not be usable in #if. This simplifies things.
5521
5522 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
5523
5524 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
5525
5526 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
5527
5528 Simplify export of symbols to GDB (Bug#12036).
5529 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
5530 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
5531 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
5532 Adjust to changes in lisp.h and emacs.c, by using
5533 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
5534 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
5535 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
5536 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
5537 instead of gdb_valbits.
5538 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
5539 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
5540 instead of gdb_array_mark_flag.
5541 (xboolvector): Get size from $->size, not $->header.size.
5542 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
5543 (xreload, hook-run, hookpost-run): Remove.
5544 * emacs.c: Include <verify.h>.
5545 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
5546 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
5547 Remove.
5548 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
5549 (gdb_USE_LSB_TAG): New enum constants.
5550 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
5551 Also define these as enum constants, so they're visible to GDB.
5552 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
5553 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
5554 as constants, so they're visible to GDB.
5555 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
5556 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
5557 Now enum constants, not macros, so they're visible to GDB.
5558 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
5559 more convenient now. All uses changed.
5560 (VALMASK) [USE_LSB_TAG]: Also define in this case.
5561 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
5562
5563 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
5564
5565 Explicitly free restriction data that are not needed anymore.
5566 * editfns.c (save_restriction_restore): Free restriction data.
5567
5568 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
5571 add argument, tune behavior, and adjust all callers.
5572
5573 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
5574
5575 Use typedef for EMACS_INT, EMACS_UINT.
5576 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
5577 than macros. This simplifies debugging in the usual case, since
5578 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
5579 and it allows expressions involving EMACS_INT casts.
5580 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
5581
5582 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
5583
5584 * nsterm.m (ns_read_socket): Return early if there is a modal
5585 window (Bug#12043).
5586
5587 2012-07-25 Martin Rudalics <rudalics@gmx.at>
5588
5589 * frame.c (Fredirect_frame_focus): In doc-string don't mention
5590 that FOCUS-FRAME can be omitted.
5591
5592 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
5593
5594 Adjust buffer text indirection counters at the end of Fkill_buffer.
5595 * buffer.c (Fkill_buffer): Adjust indirection counters when the
5596 buffer is definitely dead. This should really fix an issue reported
5597 by Christoph Scholtes again. (Bug#12007).
5598 (init_buffer_once): Initialize indirection counters of
5599 buffer_defaults and buffer_local_symbols (for sanity and safety).
5600
5601 2012-07-24 Eli Zaretskii <eliz@gnu.org>
5602
5603 * xdisp.c (init_iterator): Don't compute dimensions of truncation
5604 and continuation glyphs on tooltip frames, leave them at zero.
5605 Avoids continued lines in tooltips. (Bug#11832)
5606
5607 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
5608
5609 Simplify copy_overlay.
5610 * buffer.c (copy_overlay): Simplify. Use build_marker.
5611 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
5612
5613 2012-07-23 Eli Zaretskii <eliz@gnu.org>
5614
5615 * print.c (print_object): Don't crash when a frame's name is nil
5616 or invalid. (Bug#12025)
5617
5618 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
5619 it signals an error when a tooltip frame is being created.
5620
5621 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
5622
5623 Cleanup miscellaneous objects allocation and initialization.
5624 * alloc.c (allocate_misc): Change to static. Add argument to
5625 specify the subtype. Adjust comment and users.
5626 (build_overlay): New function.
5627 * buffer.c (copy_overlays, Fmake_overlay): Use it.
5628 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
5629 (allocate_misc): Remove prototype.
5630 (build_overlay): Add prototype.
5631
5632 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
5633
5634 Swap buffer text indirection counters in Fbuffer_swap_text.
5635 * buffer.c (Fbuffer_swap_text): Swap indirections too.
5636 This avoids crash reported by Christoph Scholtes at
5637 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
5638
5639 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
5640
5641 * nsmenu.m (Popdown_data): New struct.
5642 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
5643 free Popdown_data.
5644 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
5645 (initWithContentRect): Make imgView and contentView non-static
5646 and autorelease them. Also autorelease img and matrix (Bug#12005).
5647 (dealloc): Remove (Bug#12005).
5648
5649 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
5650
5651 Adjust consing_since_gc when objects are explicitly freed.
5652 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
5653 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
5654 (free_cons, free_misc): Subtract object size from consing_since_gc.
5655
5656 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
5657
5658 Simplify and cleanup markers positioning code.
5659 * marker.c (attach_marker): More useful eassert.
5660 (live_buffer, set_marker_internal): New function.
5661 (Fset_marker, set_marker_restricted): Use set_marker_internal.
5662 (set_marker_both, set_marker_restricted_both): Use live_buffer.
5663
5664 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
5665
5666 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
5667 as it's limited by the amount of memory, not by INT_MAX.
5668
5669 2012-07-21 Eli Zaretskii <eliz@gnu.org>
5670
5671 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
5672 in special-event-map. See the discussion at
5673 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
5674 for the reasons.
5675
5676 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
5677 info.dwItemData. Fixes crashes on 64-bit Windows.
5678 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
5679
5680 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
5681
5682 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
5683 (conversationIdentifier): Return value is NSInteger.
5684 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
5685
5686 2012-07-21 Chong Yidong <cyd@gnu.org>
5687
5688 * window.c (decode_any_window): Signal an error if the window is
5689 on a dead frame (Bug#11984).
5690
5691 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5692
5693 Add indirection counting to speed up Fkill_buffer.
5694 * buffer.h (struct buffer): New member.
5695 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
5696 (Fmake_indirect_buffer): Set indirection counter to -1, increment
5697 base buffer indirection counter.
5698 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
5699 (Fkill_buffer): Adjust indirection counters as needed, don't walk
5700 through buffer list if indirection counter is 0.
5701
5702 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5703
5704 Extend the value returned by Fgarbage_collect with heap statistics.
5705 * alloc.c (Qheap): New symbol.
5706 (syms_of_alloc): DEFSYM it.
5707 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
5708 (Fmemory_free): Remove.
5709 (syms_of_alloc): Don't defsubr it.
5710 * buffer.c (Fcompact_buffer): Remove.
5711 (syms_of_buffer): Don't defsubr it.
5712
5713 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5714
5715 Make maybe_gc inline.
5716 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
5717 * lisp.h (consing_since_gc, gc_relative_threshold)
5718 (memory_full_cons_threshold): Revert declaration.
5719 (maybe_gc): Remove prototype, define as inline.
5720 * alloc.c: Remove old commented-out code.
5721 (consing_since_gc, gc_relative_threshold)
5722 (memory_full_cons_threshold): Revert to global.
5723 (maybe_gc): Remove.
5724
5725 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5726
5727 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
5728 * lisp.h (build_unibyte_string): New function.
5729 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
5730 * sysdep.c, w32fns.c, xfns.c: Use it.
5731 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
5732 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
5733 Adjust users accordingly.
5734 * font.h (font_open_by_name): Adjust prototype.
5735
5736 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5737
5738 Cleanup calls to Fgarbage_collect.
5739 * lisp.h (maybe_gc): New prototype.
5740 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
5741 Remove declarations.
5742 * alloc.c (maybe_gc): New function.
5743 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
5744 Make them static.
5745 * bytecode.c (MAYBE_GC): Use maybe_gc.
5746 * eval.c (eval_sub, Ffuncall): Likewise.
5747 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
5748 to avoid dependency from auto-save feature.
5749
5750 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
5751
5752 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
5753 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
5754 'for_each_per_buffer_object_at'.
5755 All uses changed. It's better to use upper-case for macros that
5756 cannot be implemented as functions, to give the reader a clue
5757 that they're special.
5758
5759 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * alloc.c (Fgarbage_collect): Tweak docstring.
5762
5763 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5764
5765 Tweak the value returned from Fgarbage_collect again.
5766 * alloc.c (Fgarbage_collect): New return value, as confirmed in
5767 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
5768 Adjust documentation.
5769 (total_vector_bytes): Rename to total_vector_slots, adjust
5770 accounting.
5771 (total_free_vector_bytes): Rename to total_free_vector_slots,
5772 adjust accounting.
5773 (Qstring_bytes, Qvector_slots): New symbols.
5774 (syms_of_alloc): DEFSYM them.
5775
5776 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5777
5778 Buffer compaction primitive which may be used from Lisp.
5779 * buffer.c (compact_buffer, Fcompact_buffer): New function.
5780 (syms_of_buffer): Register Fcompact_buffer.
5781 * alloc.c (Fgarbage_collect): Use compact_buffer.
5782 * buffer.h (compact_buffer): New prototype.
5783 (struct buffer_text): New member.
5784
5785 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5786
5787 New macro to iterate over all buffers, miscellaneous cleanups.
5788 * lisp.h (all_buffers): Remove declaration.
5789 * buffer.h (all_buffers): Add declaration, with comment.
5790 (for_each_buffer): New macro.
5791 * alloc.c (Fgarbage_collect, mark_object): Use it.
5792 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
5793 (init_buffer): Likewise.
5794 * data.c (Fset_default): Likewise.
5795 * coding.c (code_conversion_restore): Remove redundant check
5796 for dead buffer.
5797 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
5798
5799 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
5800
5801 Fix bug that created negative-length intervals.
5802 * intervals.c (merge_interval_right, merge_interval_left):
5803 Do not zero out this interval if it is absorbed by its children,
5804 as this interval's total length doesn't change in that case. See
5805 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
5806
5807 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
5808
5809 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
5810 when invoking (make-bool-vector N t) and N is a positive
5811 multiple of 8 -- the last 8 bits were mistakenly cleared.
5812
5813 Remove some struct layout assumptions in bool vectors.
5814 * alloc.c (bool_header_size): New constant.
5815 (header_size, word_size): Move earlier, as they're now used earlier.
5816 Use 'word_size' in a few more places, where it's appropriate.
5817 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
5818 padding before the data member of a bool vector.
5819 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
5820 than doing the check by hand with an abort ().
5821
5822 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * eval.c (Fdefvar): Don't check constants since we only set the var if
5825 it's not yet defined anyway (bug#11904).
5826
5827 * lisp.h (last_undo_boundary): Declare new var.
5828 * keyboard.c (command_loop_1): Set it.
5829 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
5830 were auto-added by the command loop (bug#11774).
5831
5832 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
5833
5834 * w32font.c (Qsymbol): Remove local definition.
5835 (syms_of_w32font): Don't DEFSYM it.
5836
5837 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5838
5839 Fix sweep_vectors to handle large bool vectors correctly.
5840 * alloc.c (sweep_vectors): Account total_vector_bytes for
5841 bool vectors larger than VBLOCK_BYTES_MAX.
5842
5843 2012-07-18 Chong Yidong <cyd@gnu.org>
5844
5845 * frame.c (x_set_frame_parameters): Revert bogus change introduced
5846 in 2012-05-25 commit by Paul Eggert (Bug#11738).
5847
5848 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5849
5850 Return more descriptive data from Fgarbage_collect.
5851 Suggested by Stefan Monnier in
5852 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
5853 * alloc.c (bounded_number): New function.
5854 (total_buffers, total_vectors): New variable.
5855 (total_string_size): Rename to total_string_bytes, adjust users.
5856 (total_vector_size): Rename to total_vector_bytes, adjust users.
5857 (sweep_vectors): Account total_vectors and total_vector_bytes.
5858 (Fgarbage_collect): New return value. Adjust documentation.
5859 (gc_sweep): Account total_buffers.
5860 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
5861 (VECTOR_SIZE): Remove.
5862 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
5863 (Qinterval, Qmisc): New symbols.
5864 (syms_of_data): Initialize them.
5865 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
5866 (Qcons, Qbuffer): New declarations.
5867
5868 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
5869
5870 * alloc.c (Fmemory_free): Account for memory-free's own storage.
5871 Round up, not down. Improve doc.
5872
5873 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5874
5875 Restore old code in allocate_string_data to avoid Faset breakage.
5876 Reported by Julien Danjou <julien@danjou.info> in
5877 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
5878 * alloc.c (allocate_string_data): Restore old code with minor
5879 adjustments, fix comment to explain this subtle issue.
5880
5881 2012-07-17 Eli Zaretskii <eliz@gnu.org>
5882
5883 Remove FILE_SYSTEM_CASE.
5884 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
5885
5886 * fileio.c (FILE_SYSTEM_CASE): Don't define.
5887 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
5888 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
5889 call-process-region passes it through expand-file-name.
5890
5891 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
5892
5893 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5894
5895 Fix crash when creating indirect buffer (Bug#11917)
5896 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
5897 Don't handle unbound variables specially if non-zero.
5898 (Fbuffer_local_variables): Pass zero.
5899 (clone_per_buffer_values): Pass non-zero.
5900
5901 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5902
5903 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
5904 to make the loop interruptible.
5905
5906 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5907
5908 * gnutls.c (emacs_gnutls_handshake): Only retry if
5909 GNUTLS_E_INTERRUPTED.
5910
5911 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5912
5913 Cleanup and convert miscellaneous checks to eassert.
5914 * alloc.c (mark_interval): Fix comment, partially rephrase
5915 old comment from intervals.h (see below).
5916 * intervals.c (find_interval, adjust_intervals_for_insertion)
5917 (delete_interval, adjust_intervals_for_deletion)
5918 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
5919 Convert to eassert.
5920 (adjust_intervals_for_insertion, make_new_interval):
5921 Remove obsolete and unused code.
5922 * intervals.h (struct interval): Remove obsolete comment.
5923 * textprotp.c (erase_properties): Remove unused code.
5924 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
5925 (Fremove_list_of_text_properties): Convert to eassert.
5926
5927 2012-07-17 Chong Yidong <cyd@gnu.org>
5928
5929 * editfns.c (Finsert_char): Doc fix.
5930
5931 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5932
5933 Fix previous change to make Fmemory_free always accurate.
5934 * alloc.c (make_interval): Update total_free_intervals.
5935 (make_float): Likewise for total_free_floats.
5936 (free_cons, Fcons): Likewise for total_free_conses.
5937 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
5938 Likewise for total_free_vector_bytes.
5939 (Fmake_symbol): Likewise for total_free_symbols.
5940 (bytes_free): Remove.
5941
5942 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5943
5944 Simple free memory accounting feature.
5945 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
5946 (sweep_vectors): Accumulate size of free vectors.
5947 (Fgarbage_collect): Setup bytes_free.
5948 (Fmemory_free): New function.
5949 (syms_of_alloc): Register it.
5950
5951 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
5952
5953 Cleanup overlays checking.
5954 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
5955 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
5956 eassert and OVERLAYP.
5957 (sort_overlays): Change to use OVERLAYP.
5958
5959 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5960
5961 * editfns.c (Finsert_char): Make it interactive, and make the
5962 second arg optional. Copy interactive spec and docstring from
5963 ucs-insert.
5964
5965 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
5966
5967 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
5968 Unlike the other wrapped functions, fabs has an unspecified
5969 effect on errno.
5970
5971 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
5972
5973 * nsterm.m (keyDown): Interpret flags without left/right bits
5974 as the left key (Bug#11670).
5975
5976 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
5977
5978 Remove empty and useless init functions.
5979 * lisp.h (init_character_once, init_fns, init_image)
5980 (init_filelock, init_sound): Remove prototype.
5981 * character.c (init_character_once): Remove.
5982 * filelock.c (init_filelock): Likewise.
5983 * fns.c (init_fns): Likewise.
5984 * image.c (init_image): Likewise.
5985 * sound.c (init_sound): Likewise.
5986 * emacs.c (main): Adjust accordingly.
5987
5988 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
5989
5990 * gtkutil.h: Tiny cleanups.
5991 (use_old_gtk_file_dialog): Remove useless declaration.
5992 (xg_uses_old_file_dialog): Add suggested const attribute.
5993
5994 2012-07-15 Eli Zaretskii <eliz@gnu.org>
5995
5996 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
5997 (bidi_paragraph_init): Use it to limit search forward for a strong
5998 directional character in abnormally large paragraphs full of
5999 neutral or weak characters. (Bug#11943)
6000
6001 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
6002
6003 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
6004 the toolbar (Bug#9451).
6005 (xg_make_tool_item): Give the widget event box a transparent
6006 background.
6007
6008 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
6009
6010 Cleanup basic allocation variables and functions.
6011 * alloc.c (ignore_warnings, init_intervals, init_float)
6012 (init_cons, init_symbol, init_marker): Remove.
6013 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
6014 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
6015 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
6016 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
6017 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
6018 (staticidx, init_alloc_once, init_strings, free_ablock):
6019 Remove redundant initialization.
6020 * fns.c (init_weak_hash_tables): Remove.
6021 * lisp.h (init_weak_hash_tables): Remove prototype.
6022
6023 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
6024
6025 Use zero_vector where appropriate.
6026 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
6027 accordingly.
6028 * lisp.h (zero_vector): New declaration.
6029 * font.c (null_vector): Remove.
6030 (syms_of_font): Remove initialization and staticpro.
6031 (font_list_entities, font_find_for_lface): Change to use zero_vector.
6032 * keymap.c (Faccessible_keymaps): Likewise.
6033
6034 2012-07-15 Leo Liu <sdl.web@gmail.com>
6035
6036 * fringe.c: Fix typo in comments.
6037
6038 2012-07-14 Leo Liu <sdl.web@gmail.com>
6039
6040 * fringe.c: Add a new bitmap exclamation-mark.
6041
6042 2012-07-14 Eli Zaretskii <eliz@gnu.org>
6043
6044 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
6045
6046 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
6047 (HAVE_MENUS): Don't define, defined by editing config.in with
6048 msdos/sed2v2.inp.
6049 (GMALLOC_INHIBIT_VALLOC): Don't define.
6050 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
6051
6052 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
6055
6056 2012-07-14 Glenn Morris <rgm@gnu.org>
6057
6058 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
6059 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
6060 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
6061
6062 2012-07-13 Glenn Morris <rgm@gnu.org>
6063
6064 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
6065
6066 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
6067 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
6068
6069 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
6070
6071 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
6072 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
6073 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
6074 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
6075 where appropriate.
6076 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
6077 as boolean expression.
6078 (x_set_window_size): Remove unused variable toolbar.
6079 (ns_get_color_default, ns_mod_to_lisp): Remove.
6080 (ns_mouse_position): Remove unused variables xchar and ychar.
6081 (ns_compute_glyph_string_overhangs): Remove unused variable face.
6082 (ns_set_vertical_scroll_bar): Remove unused variable count.
6083 (ns_delete_terminal): Remove unused variable i.
6084 (ns_term_init): Remove unused variables r, g and b.
6085 (mouseDown): Remove unused variable window.
6086 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
6087 (initFrameFromEmacs): Remove unused variable vbextra.
6088 (mouseEntered): Remove unused variables p and dpyinfo.
6089 (mouseExited): Remove unused variables p and r.
6090 (ns_define_frame_cursor, ns_clear_frame_area)
6091 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
6092 (menuDown): Assign [sender tag] to variable and cast the variable.
6093
6094 * nsterm.h (menuDown): Add id as type to argument sender.
6095 (ns_display_info_for_name): Add Lisp_Object argument.
6096 (ns_term_init): Add Lisp_Object argument.
6097 (ns_map_event_to_object): Add void argument.
6098 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
6099 prototype with arguments and only declare if __OBJC__.
6100 (nxatoms_of_nsselect): Add void argument.
6101 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
6102 (ns_alloc_autorelease_pool): Add void argument.
6103 (ns_release_autorelease_pool): Add void* argument.
6104 (ns_get_defaults_value): Add const char* argument.
6105
6106 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
6107 (initFromContents): Use SSDATA where appropriate.
6108 (ns_update_menubar): Add braces to ambigous if-else.
6109 (initWithTitle): Put () around assignment in if statement.
6110 (ns_menu_show): Remove unused variables window and keymap.
6111 (update_frame_tool_bar): Remove unused variable selected_p.
6112 (initWithContentRect): Remove unused variable this_cmd_name.
6113
6114 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
6115 appropriate.
6116 (setXBMColor): Remove unused variable len.
6117 (setPixmapData): Put () around assignment in loop statement.
6118
6119 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
6120 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
6121 where appropriate.
6122 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
6123 around assignment in loop statement.
6124 (nsfont_open): Remove unused variable i.
6125 (nsfont_open): Remove unused variable len.
6126 (nsfont_draw): Remove unused variable cs.
6127
6128 * nsfns.m (x_set_icon_name, ns_set_name_internal)
6129 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
6130 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
6131 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
6132 (Fns_font_name, Fns_perform_service)
6133 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
6134 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
6135 (ns_set_name): Remove unused variable view.
6136 (x_set_menu_bar_lines): Remove unused variable olines.
6137 (x_set_tool_bar_lines): Remove unused variable root_window.
6138 (Fns_list_colors): Put () around assignment in while statement.
6139 (Fns_perform_service): Remove unused variable len.
6140 (Fns_display_usable_bounds): Remove unused variable top.
6141 (syms_of_nsfns): Remove unused variable i.
6142
6143 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
6144 memcpy (Bug#11907).
6145
6146 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
6147
6148 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
6149 and free it with DestroyExceptionInfo (Bug#11558).
6150
6151 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
6152
6153 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
6154 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
6155 Set here, not in nt/config.nt.
6156
6157 2012-07-13 Eli Zaretskii <eliz@gnu.org>
6158
6159 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
6160 cursor overflow into the last glyph on display line when the right
6161 fringe is off. (Bug#11832)
6162
6163 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
6164
6165 * xdisp.c (produce_special_glyphs): Now static.
6166 * dispextern.h (produce_special_glyphs): Remove decl.
6167
6168 2012-07-13 Glenn Morris <rgm@gnu.org>
6169
6170 * s/bsd-common.h, s/cygwin.h: Remove empty files.
6171 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
6172
6173 * s/usg5-4-common.h (USG, USG5):
6174 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
6175 * s/sol2-6.h (SOLARIS2):
6176 * s/irix6-5.h (IRIX6_5):
6177 * s/hpux10-20.h (USG, USG5, HPUX):
6178 * s/gnu-linux.h (USG, GNU_LINUX):
6179 * s/freebsd.h (BSD_SYSTEM):
6180 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
6181 * s/cygwin.h (CYGWIN):
6182 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
6183 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
6184
6185 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
6186
6187 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
6188
6189 2012-07-13 Glenn Morris <rgm@gnu.org>
6190
6191 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
6192
6193 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
6194
6195 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
6196 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
6197
6198 2012-07-12 Glenn Morris <rgm@gnu.org>
6199
6200 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
6201
6202 * process.c (init_process_emacs): Rename from init_process.
6203 The old name is also the name of a Mach system call.
6204 * lisp.h, emacs.c: Update for this name change.
6205 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
6206 longer needed.
6207
6208 2012-07-12 Eli Zaretskii <eliz@gnu.org>
6209
6210 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
6211 memmove call that removes glyphs covered by the left truncation
6212 glyph. Improve commentary.
6213 (display_line): Fix display of continuation glyphs on GUI frames
6214 when the right fringe is turned off and variable-size fonts are
6215 used in the window. Move the code that appends a stretch glyph to
6216 produce_special_glyphs, so that it could be used for truncation
6217 and continuation glyphs alike.
6218 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
6219 glyph of a suitably computed width, to align the special glyphs at
6220 the window margin. Code moved from display_line. (Bug#11832)
6221
6222 2012-07-12 Glenn Morris <rgm@gnu.org>
6223
6224 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
6225
6226 * s/gnu-linux.h, s/hpux10-20.h:
6227 Do not unconditionally define HAVE_XRMSETDATABASE.
6228
6229 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
6230
6231 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
6232
6233 Fix typos that broke OS X build.
6234 Reported by Randal L. Schwartz in
6235 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
6236 * nsterm.m (ns_timeout): Add missing local decl.
6237 (ns_get_color): snprintf -> sprintf, to fix typo.
6238
6239 2012-07-12 Glenn Morris <rgm@gnu.org>
6240
6241 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
6242 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
6243 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
6244 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
6245
6246 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
6247 Move PTY_OPEN to configure.
6248
6249 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
6250 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
6251 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
6252
6253 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
6254
6255 Use empty_unibyte_string where applicable.
6256 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
6257 * lread.c (read1): Likewise.
6258 * xsettings.c (syms_of_xsettings): Likewise.
6259
6260 2012-07-12 Glenn Morris <rgm@gnu.org>
6261
6262 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
6263 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
6264 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
6265 * s/hpux10-20.h (RUN_TIME_REMAP):
6266 * s/bsd-common.h (TABDLY): Move to configure.
6267
6268 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
6269
6270 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
6271
6272 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
6273 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
6274
6275 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
6276
6277 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
6278 * s/template.h: Move NARROWPROTO to configure.
6279
6280 2012-07-11 Glenn Morris <rgm@gnu.org>
6281
6282 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
6283 unused since 2011-01-17 change to systty.h.
6284
6285 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
6286 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
6287 Move HAVE_PTYS and HAVE_SOCKETS to configure.
6288
6289 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
6290
6291 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
6292
6293 2012-07-11 Glenn Morris <rgm@gnu.org>
6294
6295 * s/darwin.h, s/gnu-linux.h, s/template.h:
6296 Move INTERRUPT_INPUT to configure.
6297
6298 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
6299
6300 Minor adjustments to interning code.
6301 * lisp.h (intern, intern_c_string): Redefine as static inline
6302 wrappers for intern_1 and intern_c_string_1, respectively.
6303 (intern_1, intern_c_string_1): Rename prototypes.
6304 * lread.c (intern_1, intern_c_string_1, oblookup):
6305 Simplify Vobarray checking.
6306 * font.c (font_intern_prop): Likewise. Adjust comment.
6307 * w32font.c (intern_font_name): Likewise.
6308
6309 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
6310
6311 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
6312
6313 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
6314 of Fcar/Fcdr if possible.
6315 * font.c (check_otf_features): Likewise.
6316 * fontset.c (Fnew_fontset): Likewise.
6317 * gnutls.c (Fgnutls_boot): Likewise.
6318 * minibuf.c (read_minibuf): Likewise.
6319 * msdos.c (IT_set_frame_parameters): Likewise.
6320 * xmenu.c (Fx_popup_dialog): Likewise.
6321 * w32menu.c (Fx_popup_dialog): Likewise.
6322
6323 2012-07-11 Glenn Morris <rgm@gnu.org>
6324
6325 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
6326 since nothing has defined it on these platforms.
6327
6328 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
6329 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
6330
6331 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
6332 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
6333 Move CLASH_DETECTION to configure.
6334
6335 * s/gnu.h: Remove file, which is now empty.
6336
6337 * s/gnu.h, s/gnu-linux.h:
6338 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
6339
6340 2012-07-11 John Wiegley <johnw@newartisans.com>
6341
6342 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
6343 function attribute, so we only use it if it exists in the
6344 compiler.
6345
6346 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
6347
6348 Avoid call to strlen in fast_c_string_match_ignore_case.
6349 * search.c (fast_c_string_match_ignore_case): Change to use
6350 length argument. Adjust users accordingly.
6351 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
6352
6353 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
6354
6355 Assume mkdir, rmdir.
6356 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
6357 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
6358
6359 Assume rename.
6360 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
6361
6362 Assume perror.
6363 * s/hpux10-20.h (HAVE_PERROR): Remove.
6364 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
6365 Remove dummy definition, as this problem was obsolete long ago.
6366
6367 Assume strerror.
6368 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
6369
6370 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
6371
6372 Avoid calls to strlen in font processing functions.
6373 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
6374 (font_open_by_name): Change to use length argument.
6375 Adjust users accordingly.
6376 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
6377 Adjust prototypes.
6378 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
6379 Change to return ptrdiff_t.
6380 (xfont_list_pattern, xfont_match): Use length returned by
6381 xfont_decode_coding_xlfd.
6382 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
6383
6384 2012-07-11 Glenn Morris <rgm@gnu.org>
6385
6386 * s/darwin.h, s/freebsd.h, s/netbsd.h:
6387 Move DONT_REOPEN_PTY to configure.
6388
6389 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
6390 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
6391
6392 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
6393
6394 Remove "#define unix" that is no longer needed (Bug#11905).
6395 * s/aix4-2.h (unix): Remove; no longer needed.
6396
6397 EMACS_TIME simplification (Bug#11875).
6398 This replaces macros (which typically do not work in GDB)
6399 with functions, typedefs and enums, making the code easier to debug.
6400 The functional style also makes code easier to read and maintain.
6401 * systime.h: Include <sys/time.h> on all hosts, not just if
6402 WINDOWSNT, since 'struct timeval' is needed in general.
6403 (EMACS_TIME): Now a typedef, not a macro.
6404 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
6405 not macros.
6406 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
6407 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
6408 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
6409 (EMACS_TIME_LE): Now functions, not macros.
6410 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
6411 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
6412 which are not functions. All uses rewritten to use:
6413 (make_emacs_time): New function.
6414 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
6415 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
6416 not functions. All uses rewritten to use the following, respectively:
6417 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
6418 (add_emacs_time, sub_emacs_time): New functions.
6419 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
6420 * fileio.c (Fcopy_file):
6421 * xterm.c (XTflash): Get the current time closer to when it's used.
6422 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
6423
6424 * bytecode.c (targets): Suppress -Woverride-init warnings.
6425
6426 Simplify by avoiding confusing use of strncpy etc.
6427 * doc.c (Fsnarf_documentation):
6428 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
6429 * frame.c (Fmake_terminal_frame):
6430 * gtkutil.c (get_utf8_string):
6431 * lread.c (openp):
6432 * nsmenu.m (ns_update_menubar):
6433 * regex.c (regerror):
6434 Prefer memcpy to strncpy and strncat when either will do.
6435 * fileio.c (Fsubstitute_in_file_name):
6436 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
6437 (menu_separator_name_p):
6438 * nsmenu.m (ns_update_menubar):
6439 Prefer memcmp to strncmp when either will do.
6440 * nsterm.m: Include <ftoastr.h>.
6441 (ns_get_color):
6442 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
6443 Prefer snprintf to strncpy.
6444 * nsterm.m (ns_term_init):
6445 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
6446 * nsterm.m (ns_term_init):
6447 Avoid the need for strncpy, by using build_string or
6448 make_unibyte_string directly. Use dtoastr, not snprintf.
6449 * process.c (Fmake_network_process): Diagnose service names that
6450 are too long, rather than silently truncating them or creating
6451 non-null-terminated names.
6452 (Fnetwork_interface_info): Likewise, for interface names.
6453 * sysdep.c (system_process_attributes) [GNU_LINUX]:
6454 Prefer sprintf to strncat.
6455 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
6456 Prefer vsnprintf to vsprintf + strncpy.
6457
6458 2012-07-10 Glenn Morris <rgm@gnu.org>
6459
6460 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
6461 Clarify fallback case.
6462
6463 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
6464
6465 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
6466 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
6467 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
6468 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
6469 where argument type is known to be a Lisp_Cons.
6470
6471 2012-07-10 Tom Tromey <tromey@redhat.com>
6472
6473 * bytecode.c (BYTE_CODE_THREADED): New macro.
6474 (BYTE_CODES): New macro. Replaces all old byte-code defines.
6475 (enum byte_code_op): New type.
6476 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
6477 (exec_byte_code): Use them. Use token threading when applicable.
6478
6479 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
6480
6481 Optimize pure C strings initialization.
6482 * lisp.h (make_pure_string): Fix prototype.
6483 (build_pure_c_string): New function, defined as static inline. This
6484 provides a better opportunity to optimize away calls to strlen when
6485 the function is called with compile-time constant argument.
6486 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
6487 argument, adjust users accordingly. Use build_pure_c_string where
6488 appropriate.
6489 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
6490 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
6491 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
6492
6493 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
6494
6495 Avoid calls to strlen in miscellaneous functions.
6496 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
6497 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
6498 * lread.c (openp): Likewise.
6499
6500 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
6501
6502 Avoid calls to strlen in path processing functions.
6503 * fileio.c (file_name_as_directory): Add comment. Change to add
6504 srclen argument and return the length of result. Adjust users
6505 accordingly.
6506 (directory_file_name): Fix comment. Change to add srclen argument,
6507 swap 1st and 2nd arguments to obey the common convention.
6508 Adjust users accordingly.
6509 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
6510
6511 2012-07-10 Glenn Morris <rgm@gnu.org>
6512
6513 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
6514 Move PENDING_OUTPUT_COUNT definition to configure.
6515
6516 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
6517 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
6518 * s/gnu.h (DATA_START): Move definitions to configure.
6519
6520 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
6521 We include usg5-4-common.h, which defines them both.
6522
6523 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
6524 O_RDONLY already includes it).
6525
6526 Stop ns builds setting the EMACSLOADPATH environment variable.
6527 * nsterm.m (ns_load_path): Rename from ns_init_paths.
6528 Now it does not set EMACSLOADPATH, just returns the load-path string.
6529 * nsterm.h: Update accordingly.
6530 * lread.c [HAVE_NS]: Include nsterm.h.
6531 (init_lread) [HAVE_NS]: Use ns_load_path.
6532 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
6533
6534 2012-07-09 Glenn Morris <rgm@gnu.org>
6535
6536 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
6537 since the included bsd-common.h does so.
6538
6539 Stop ns builds setting the EMACSPATH environment variable.
6540 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
6541 (ns_init_paths): Do not set EMACSPATH.
6542 * nsterm.h (ns_exec_path): Add it.
6543 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
6544 Use ns_exec_path.
6545
6546 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
6547
6548 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
6549
6550 * process.c (wait_reading_process_output): 'waitchannels' was unset
6551 when read_kbd || !NILP (wait_for_cell); fix this.
6552
6553 Add GCC-style 'const' attribute to functions that can use it.
6554 * character.h (char_resolve_modifier_mask):
6555 * keyboard.h (make_ctrl_char):
6556 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
6557 (init_character_once, next_almost_prime, init_fns, init_image)
6558 (flush_pending_output, init_sound):
6559 * mem-limits.h (start_of_data):
6560 * menu.h (finish_menu_items):
6561 Add ATTRIBUTE_CONST.
6562 * emacs.c (DEFINE_DUMMY_FUNCTION):
6563 Declare the dummy function with ATTRIBUTE_CONST.
6564 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
6565 Add decls with ATTRIBUTE_CONST.
6566
6567 Minor improvements to make_formatted_string.
6568 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
6569 where int is good enough, as vsprintf returns an int.
6570 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
6571
6572 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
6573
6574 Use make_formatted_string to avoid double length calculation.
6575 * lisp.h (make_formatted_string): New prototype.
6576 * alloc.c (make_formatted_string): New function.
6577 * buffer.c (Fgenerate_new_buffer_name): Use it.
6578 * dbusbind.c (syms_of_dbusbind): Likewise.
6579 * editfns.c (Fcurrent_time_zone): Likewise.
6580 * filelock.c (get_boot_time): Likewise.
6581 * frame.c (make_terminal_frame, set_term_frame_name)
6582 (x_report_frame_params): Likewise.
6583 * image.c (gs_load): Likewise.
6584 * minibuf.c (get_minibuffer): Likewise.
6585 * msdos.c (dos_set_window_size): Likewise.
6586 * process.c (make_process): Likewise.
6587 * xdisp.c (ensure_echo_area_buffers): Likewise.
6588 * xsettings.c (apply_xft_settings): Likewise.
6589
6590 2012-07-09 Glenn Morris <rgm@gnu.org>
6591
6592 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
6593 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
6594 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
6595 * nsterm.h (ns_etc_directory): Add it.
6596 * callproc.c [HAVE_NS]: Include nsterm.h.
6597 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
6598
6599 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
6600
6601 Move marker debugging code under MARKER_DEBUG.
6602 * marker.c (MARKER_DEBUG): Move marker debugging code under
6603 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
6604 for bootstrap with --enable-checking (~3x slowdown reported
6605 by Juanma Barranquero <lekktu@gmail.com>).
6606 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
6607
6608 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
6609
6610 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
6611 See <http://bugs.gnu.org/11825#29>.
6612
6613 2012-07-08 Eli Zaretskii <eliz@gnu.org>
6614
6615 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
6616 has no font, use the frame's font. (Bug#11813)
6617 (display_line): Add commentary about displaying truncation glyphs
6618 on GUI frames.
6619 (produce_special_glyphs): Move here from term.c.
6620
6621 * term.c (produce_special_glyphs): Move to xdisp.c.
6622
6623 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
6624 section.
6625
6626 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
6627
6628 * xdisp.c (display_line): Avoid warning about implicit declaration
6629 of FRAME_FONT.
6630
6631 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
6632
6633 * lisp.h: Remove empty conditional.
6634
6635 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
6636
6637 * lread.c (load_path_check): Now static.
6638
6639 Fix some minor --with-ns problems found by static checking.
6640 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
6641 (x_set_font) [!HAVE_X_WINDOWS]:
6642 * image.c (xpm_load_image) [HAVE_NS]:
6643 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
6644 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
6645 Remove unused local.
6646 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
6647 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
6648 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
6649 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
6650 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
6651 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
6652 Fix pointer signedness problem.
6653 * xfaces.c (FRAME_X_FONT_TABLE):
6654 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
6655
6656 2012-07-07 Glenn Morris <rgm@gnu.org>
6657
6658 * lread.c (load_path_check): New function, split from init_lread.
6659 (init_lread): Reorganize. Motivation:
6660 If EMACSLOADPATH is set, check/warn about that rather than the
6661 defaults, which we are not going to use. Hence we can remove
6662 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
6663 Don't warn if site-lisp directories are missing.
6664 If not installed, start from a blank load-path, since
6665 PATH_LOADSEARCH refers to the eventual installation directories.
6666
6667 2012-07-07 Eli Zaretskii <eliz@gnu.org>
6668
6669 Support truncation and continuation glyphs on GUI frames, when
6670 fringes are disabled. (Bug#11832)
6671 * xdisp.c (init_iterator): Get dimensions of truncation and
6672 continuation glyphs even if on GUI frames.
6673 Adjust it->last_visible_x on GUI frames when the left or right fringes,
6674 or both, are absent.
6675 (start_display, move_it_in_display_line_to): Handle the case of a
6676 GUI frame without a fringe to display continuation or truncation
6677 glyphs.
6678 (insert_left_trunc_glyphs): Support GUI frames: make sure
6679 truncation glyphs overwrite enough glyphs from the current line to
6680 have sufficient space in pixels.
6681 (display_line): Support truncation and continuation glyphs on GUI
6682 frames. If some spare pixels are left on the line after inserting
6683 the truncation glyphs, fill that space with a stretch glyph of a
6684 suitably computed width.
6685
6686 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
6687 produce_glyphs, to support GUI sessions.
6688
6689 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
6690
6691 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
6692
6693 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
6694
6695 Do not require float-time's arg to fit in time_t (Bug#11825).
6696 This works better on hosts where time_t is unsigned, and where
6697 float-time is applied to the (negative) difference between two times.
6698 * editfns.c (decode_time_components): Last arg is now double *,
6699 not int *, and means to store all the result as a double, without
6700 worrying about whether the seconds part fits in time_t.
6701 All callers changed.
6702 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
6703 All callers changed.
6704 (Ffloat_time): Do not fail merely because the specified time falls
6705 outside of time_t range.
6706
6707 2012-07-07 Glenn Morris <rgm@gnu.org>
6708
6709 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
6710 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
6711 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
6712
6713 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
6714
6715 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
6716 Update dependencies.
6717
6718 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
6719
6720 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
6721
6722 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
6723 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
6724 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
6725 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
6726 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
6727 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
6728
6729 * xfont.c (compare_font_names): Redo to omit the need for casts.
6730
6731 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
6732
6733 * xfns.c (Fx_change_window_property): Doc fix.
6734 * w32fns.c (Fx_change_window_property): Doc fix.
6735
6736 * w32fns.c (Fx_window_property): Accept the same arguments as the
6737 X Windows version. Doc fix.
6738 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
6739
6740 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
6741 Eli Zaretskii <eliz@gnu.org>
6742
6743 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
6744 Windows-specific code from nt/config.nt moved here.
6745 Obsolete settings removed.
6746
6747 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
6748
6749 * process.c: Avoid unnecessary calls to gettime.
6750 (wait_reading_process_output): Don't get the time of day
6751 when gobbling data immediately and not waiting, as there's no need
6752 for it in that case. This removes a FIXME.
6753
6754 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
6755
6756 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
6757 is defined (Bug#11768).
6758
6759 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
6760
6761 Fix marker debugging code.
6762 * marker.c (byte_char_debug_check): Do not perform the check
6763 if buffer is not multibyte.
6764 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
6765 Call byte_char_debug_check with correct arguments.
6766
6767 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
6768
6769 Compile marker debugging code only if ENABLE_CHECKING is defined.
6770 * marker.c (byte_char_debug_check, count_markers):
6771 Use only if ENABLE_CHECKING is defined.
6772 (byte_debug_flag): Remove.
6773 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
6774 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
6775
6776 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
6777
6778 Avoid code repetition in marker-related functions.
6779 * marker.c (attach_marker): New function.
6780 (Fset_marker, set_marker_restricted, set_marker_both)
6781 (set_marker_restricted_both): Use it.
6782 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
6783 Consistently rename charno to charpos.
6784 (marker_position): Add eassert.
6785 (marker_byte_position): Convert to eassert.
6786
6787 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
6788
6789 Simplify list operations in unchain_overlay and unchain_marker.
6790 * buffer.c (unchain_overlay): Simplify. Add comment.
6791 * marker.c (unchain_marker): Simplify. Fix comments.
6792
6793 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
6794
6795 Introduce fast path for the widely used marker operation.
6796 * alloc.c (build_marker): New function.
6797 * lisp.h (build_marker): New prototype.
6798 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
6799 * composite.c (autocmp_chars): Likewise.
6800 * editfns.c (buildmark): Remove.
6801 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
6802 (save_restriction_save): Use build_marker.
6803 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
6804 * window.c (save_window_save): Likewise.
6805
6806 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
6807
6808 Do not use Fdelete_overlay in delete_all_overlays
6809 to avoid redundant calls to unchain_overlay.
6810 * buffer.c (drop_overlay): New function.
6811 (delete_all_overlays, Fdelete_overlay): Use it.
6812 * minibuf.c (get_minibuffer): Fix comment.
6813
6814 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
6815
6816 Port to OpenBSD 5.1 amd64.
6817 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
6818 This is needed for OpenBSD, and should be harmless on all BSD systems.
6819 Also, include <sys/sysctl.h>, as it should be available on all
6820 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
6821 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
6822 use p_pid member, not kp_proc.pid.
6823
6824 2012-07-06 Glenn Morris <rgm@gnu.org>
6825
6826 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
6827
6828 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
6829
6830 More xmalloc and related cleanup.
6831 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
6832 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
6833 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
6834 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
6835 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
6836 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
6837 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
6838 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
6839 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
6840 * xterm.c:
6841 Omit needless casts involving void * pointers and allocation.
6842 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
6843 as the former is more robust if P's type is changed.
6844 Prefer xzalloc to xmalloc + memset 0.
6845 Simplify malloc-or-realloc to realloc.
6846 Don't worry about xmalloc returning a null pointer.
6847 Prefer xstrdup to xmalloc + strcpy.
6848 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
6849 growing it.
6850 * keyboard.c (apply_modifiers_uncached): Prefer local array to
6851 alloca of a constant.
6852
6853 2012-07-05 Eli Zaretskii <eliz@gnu.org>
6854
6855 * xdisp.c (display_line): Fix horizontal pixel coordinates when
6856 hscroll is larger than the line width. Fixes long and futile
6857 looping inside extend_face_to_end_of_line (on a TTY) producing
6858 glyphs that are not needed and thrown away.
6859
6860 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
6861
6862 * marker.c (set_marker_restricted_both): Simplify by using
6863 clip_to_bounds.
6864
6865 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
6866
6867 * editfns.c (region_limit): Simplify by using clip_to_bounds.
6868
6869 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
6870
6871 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
6872 not defined (Bug#11768).
6873 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
6874 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
6875 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
6876 followed by gtk_box_set_homogeneous (Bug#11768).
6877 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
6878 (update_theme_scrollbar_width, xg_create_scroll_bar):
6879 Use gtk_scrollbar_new (Bug#11768).
6880 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
6881 (is_box_type): New function (Bug#11768).
6882 (xg_tool_item_stale_p): Call is_box_type.
6883 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
6884 with default display (Bug#11768).
6885
6886 2012-07-05 Eli Zaretskii <eliz@gnu.org>
6887
6888 * xdisp.c (window_hscroll_limited): New function.
6889 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
6890 coordinates when window's hscroll is set to insanely large
6891 values. (Bug#11857)
6892
6893 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
6894
6895 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
6896 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
6897
6898 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
6899
6900 Cleanup xmalloc.
6901 * lisp.h (xzalloc): New prototype. Omit needless casts.
6902 * alloc.c (xzalloc): New function. Omit needless casts.
6903 * charset.c: Omit needless casts. Convert all calls to
6904 xmalloc with following memset to xzalloc.
6905 * dispnew.c: Likewise.
6906 * fringe.c: Likewise.
6907 * image.c: Likewise.
6908 * sound.c: Likewise.
6909 * term.c: Likewise.
6910 * w32fns.c: Likewise.
6911 * w32font.c: Likewise.
6912 * w32term.c: Likewise.
6913 * xfaces.c: Likewise.
6914 * xfns.c: Likewise.
6915 * xterm.c: Likewise.
6916 * atimer.c: Omit needless casts.
6917 * buffer.c: Likewise.
6918 * callproc.c: Likewise.
6919 * ccl.c: Likewise.
6920 * coding.c: Likewise.
6921 * composite.c: Likewise.
6922 * doc.c: Likewise.
6923 * doprnt.c: Likewise.
6924 * editfns.c: Likewise.
6925 * emacs.c: Likewise.
6926 * eval.c: Likewise.
6927 * filelock.c: Likewise.
6928 * fns.c: Likewise.
6929 * gtkutil.c: Likewise.
6930 * keyboard.c: Likewise.
6931 * lisp.h: Likewise.
6932 * lread.c: Likewise.
6933 * minibuf.c: Likewise.
6934 * msdos.c: Likewise.
6935 * print.c: Likewise.
6936 * process.c: Likewise.
6937 * region-cache.c: Likewise.
6938 * search.c: Likewise.
6939 * sysdep.c: Likewise.
6940 * termcap.c: Likewise.
6941 * terminal.c: Likewise.
6942 * tparam.c: Likewise.
6943 * w16select.c: Likewise.
6944 * w32.c: Likewise.
6945 * w32reg.c: Likewise.
6946 * w32select.c: Likewise.
6947 * w32uniscribe.c: Likewise.
6948 * widget.c: Likewise.
6949 * xdisp.c: Likewise.
6950 * xmenu.c: Likewise.
6951 * xrdb.c: Likewise.
6952 * xselect.c: Likewise.
6953
6954 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
6955
6956 * fileio.c (time_error_value): Check the right error number.
6957 Problem reported by Troels Nielsen in
6958 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
6959
6960 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
6961
6962 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
6963 This should be fixed in a better way; see Eli Zaretskii in
6964 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
6965 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
6966
6967 * fileio.c (time_error_value): Rename from special_mtime.
6968 The old name's problems were noted by Eli Zaretskii in
6969 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
6970
6971 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
6972 This variable's comment says Emacs needs at least one GDB-visible
6973 symbol of type enum pvec_type, to work around GDB problems.
6974 The symbol's value doesn't matter.
6975
6976 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
6977 that causes compilation to fail on pre-C99 compilers.
6978
6979 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
6980
6981 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
6982 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
6983
6984 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
6985
6986 * buffer.c (init_buffer_once): Fix initialization of
6987 headers for buffer_defaults and buffer_local_symbols.
6988 Reported by Juanma Barranquero <lekktu@gmail.com>.
6989
6990 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
6993 * lisp.h (enum pvec_type): Use fewer bits.
6994 (PSEUDOVECTOR_SIZE_BITS): New constant.
6995 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
6996 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
6997 change in pvec_type.
6998 (PSEUDOVECTOR_TYPEP): New macro.
6999 (TYPED_PSEUDOVECTORP): Use it.
7000 * fns.c (internal_equal): Adapt code to extract pvectype.
7001 * emacs.c (gdb_pvec_type): Update type.
7002 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
7003 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
7004 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
7005 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
7006 (sweep_vectors): Use it. Use local var `total_bytes' instead of
7007 abusing vector->header.next.nbytes.
7008 (live_vector_p): Use PVEC_TYPE.
7009 (mark_object): Adapt code to extract pvectype. Use switch.
7010
7011 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
7012
7013 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
7014 Tighten new eassert a bit.
7015
7016 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
7017
7018 Fix compilation with --enable-gcc-warnings and -O1
7019 optimization level.
7020 * doprnt.c (doprnt): Change type of tem to int, initialize
7021 to avoid compiler warning. Add eassert.
7022 * search.c (simple_search): Initialize match_byte to avoid
7023 compiler warning. Add eassert.
7024
7025 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
7026
7027 Avoid weird behavior with large horizontal scrolls.
7028 Without this change, for example, large hscroll values would
7029 mess up Emacs's display on Fedora 15 x86, presumably due to
7030 overflows in int calculations in the display code.
7031 Also, if buffers had long lines, Emacs would freeze.
7032 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
7033 (set_window_hscroll): New function, containing the old guts of
7034 Fset_window_hscroll. Return the clipped value.
7035 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
7036 This avoids the need to check against PTRDIFF_MAX.
7037
7038 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
7039
7040 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
7041
7042 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
7043
7044 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
7045
7046 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
7047 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
7048 since GCC 4.4.6 issues a bogus warning for them.
7049
7050 Fix bugs in file timestamp newness comparisons.
7051 * fileio.c (Ffile_newer_than_file_p):
7052 * lread.c (Fload): Use full timestamp resolution of files,
7053 not just the 1-second resolution, so that files that are only
7054 slightly newer still count as newer.
7055 * fileio.c (Ffile_newer_than_file_p): Don't assume file
7056 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
7057
7058 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
7059
7060 * fileio.c: Improve handling of file time marker. (Bug#11852)
7061 (special_mtime): New function.
7062 (Finsert_file_contents, Fverify_visited_file_modtime):
7063 Use it to set special mtime values consistently.
7064
7065 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
7066
7067 * fileio.c (Finsert_file_contents): Properly handle st_mtime
7068 marker for non-existing file. (Bug#11852)
7069
7070 2012-07-03 Glenn Morris <rgm@gnu.org>
7071
7072 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
7073 and did not make it into globals.h).
7074
7075 2012-07-03 Tom Tromey <tromey@redhat.com>
7076
7077 * window.c (Fset_window_margins, Fset_window_fringes)
7078 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
7079 * textprop.c (Fprevious_property_change): No longer static.
7080 * syntax.c (Fsyntax_table_p): No longer static.
7081 * process.c (Fget_process, Fprocess_datagram_address): No longer
7082 static.
7083 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
7084 * keyboard.c (Fcommand_execute): No longer static.
7085 Remove EXFUN.
7086 * insdel.c (Fcombine_after_change_execute): No longer static.
7087 * image.c (Finit_image_library): No longer static.
7088 * fileio.c (Fmake_symbolic_link): No longer static.
7089 * eval.c (Ffetch_bytecode): No longer static.
7090 * editfns.c (Fuser_full_name): No longer static.
7091 * doc.c (Fdocumentation_property, Fsnarf_documentation):
7092 No longer static.
7093 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
7094 static.
7095 * dired.c (Ffile_attributes): No longer static.
7096 * composite.c (Fcomposition_get_gstring): No longer static.
7097 * callproc.c (Fgetenv_internal): No longer static.
7098
7099 * ccl.h: Remove EXFUNs.
7100 * buffer.h: Remove EXFUNs.
7101 * dispextern.h: Remove EXFUNs.
7102 * intervals.h: Remove EXFUNs.
7103 * fontset.h: Remove EXFUN.
7104 * font.h: Remove EXFUNs.
7105 * dosfns.c (system_process_attributes): Remove EXFUN.
7106 * keymap.h: Remove EXFUNs.
7107 * lisp.h: Remove EXFUNs.
7108 * w32term.h: Remove EXFUNs.
7109 * window.h: Remove EXFUNs.
7110 * xsettings.h: Remove EXFUN.
7111 * xterm.h: Remove EXFUN.
7112
7113 2012-07-03 Glenn Morris <rgm@gnu.org>
7114
7115 * lisp.h (Frandom): Make it visible to C.
7116 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
7117 buffer for invisible buffers. (Bug#1229)
7118
7119 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
7120
7121 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
7122 values which aren't power of 2.
7123 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
7124 Verify its value and the value of VECTOR_BLOCK_SIZE. Adjust users
7125 accordingly.
7126
7127 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
7130
7131 * alloc.c (mark_object): Revert part of last patch to use `switch'.
7132
7133 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
7134
7135 * alloc.c (allocate_vector_block): Remove redundant
7136 calls to mallopt if DOUG_LEA_MALLOC is defined.
7137 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
7138 avoid calls to mallopt if zero_vector is returned.
7139
7140 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
7141
7142 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
7143 is enabled, avoid dereferencing NULL current_sblock if
7144 running undumped.
7145
7146 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
7147
7148 Cleanup basic buffer management.
7149 * buffer.h (struct buffer): Change layout to use generic vector
7150 marking code. Fix some comments. Change type of 'clip_changed'
7151 to bitfield. Remove unused #ifndef old.
7152 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
7153 (GET_OVERLAYS_AT): Fix indentation.
7154 (for_each_per_buffer_object_at): New macro.
7155 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
7156 (Fbuffer_local_variables): Use it.
7157 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
7158 * alloc.c (allocate_buffer): Adjust to match new layout of
7159 struct buffer. Fix comment.
7160 (mark_overlay): New function.
7161 (mark_buffer): Use it. Use mark_vectorlike to mark normal
7162 Lisp area of struct buffer.
7163 (mark_object): Use it. Adjust marking of misc objects
7164 and related comments.
7165
7166 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
7167
7168 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
7169 wrapper that is not needed because the wrapped code is a no-op (zero
7170 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
7171 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
7172
7173 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
7174
7175 * alloc.c (mark_buffer): Simplify. Remove prototype.
7176 (mark_object): Add comment. Reorganize marking of vector-like
7177 objects. Use CHECK_LIVE for all vector-like objects except buffers
7178 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
7179 Avoid redundant calls to mark_vectorlike for bool vectors.
7180
7181 2012-06-30 Glenn Morris <rgm@gnu.org>
7182
7183 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
7184
7185 * epaths.in (PATH_SITELOADSEARCH): New.
7186 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
7187 This is rather than relying on --enable-locallisppath elements
7188 having "site-lisp" in their names. (Bug#10208#25, 11658)
7189
7190 2012-06-30 Eli Zaretskii <eliz@gnu.org>
7191
7192 * w32proc.c (sys_select): Accept and ignore one more argument.
7193
7194 * w32.c (emacs_gnutls_pull): Call select with one more argument.
7195
7196 * sysselect.h [DOS_NT]: Don't include sys/select.h.
7197 (pselect) [!MS_DOS]: Redirect to sys_select.
7198
7199 * sysdep.c: Don't include dos.h and dosfns.h.
7200
7201 * process.c (sys_select):
7202 * msdos.c (sys_select): Accept one more argument and ignore it.
7203
7204 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
7205 adapt data types and code to that.
7206
7207 * dosfns.c:
7208 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
7209 which clashes with the gnulib function of the same name.
7210
7211 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
7212
7213 * font.c (font_style_to_value, font_style_symbolic)
7214 (font_prop_validate_style): Add type checks for values in
7215 font_style_table.
7216
7217 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
7218 argument.
7219 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
7220 uses.
7221
7222 2012-06-29 Eli Zaretskii <eliz@gnu.org>
7223
7224 * xdisp.c (try_window_id): Undo last change.
7225
7226 * w32.c (getwd): Adjust commentary about startup_dir.
7227 (init_environment): Always call sys_access, even in non-MSVC
7228 builds. Don't chdir to the directory of the Emacs executable.
7229 This undoes code from 1997 which was justified by the need to
7230 "avoid conflicts when removing and renaming directories". But its
7231 downside was that every relative file name was being interpreted
7232 relative to the directory of the Emacs executable, which can never
7233 be TRT. In particular, it broke sys_access when called with
7234 relative file names.
7235 (sys_access): Map GetLastError to errno.
7236
7237 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
7238
7239 * window.h (struct window): Change type of 'fringes_outside_margins'
7240 to bitfield. Fix comment. Adjust users accordingly.
7241 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
7242 Adjust comment.
7243 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
7244 to ptrdiff_t.
7245
7246 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
7247
7248 * gnutls.c (emacs_gnutls_handshake):
7249 Add QUIT to make the loop interruptible.
7250
7251 2012-06-29 Glenn Morris <rgm@gnu.org>
7252
7253 * charset.c (init_charset): Make lack of etc/charsets fatal.
7254
7255 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
7256
7257 * editfns.c (region_limit): Fix type mismatch.
7258
7259 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
7260
7261 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
7262 undefined. Convert from xassert to eassert.
7263 * nsmenu.m: Convert from xassert to eassert.
7264 * nsterm.m: Likewise.
7265
7266 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * editfns.c (region_limit): Clip to narrowing (bug#11770).
7269
7270 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
7271
7272 Avoid integer overflow on scroll-left and scroll-right.
7273 * window.c (HSCROLL_MAX): New macro.
7274 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
7275 overflow when requested scroll falls outside ptrdiff_t range.
7276
7277 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
7278
7279 * window.h (struct window): Change type of 'hscroll',
7280 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
7281 'last_modified' and 'last_overlay_modified' to EMACS_INT.
7282 Adjust users accordingly.
7283 * xdisp.c (try_cursor_movement): Replace type check with eassert.
7284 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
7285 from EMACS_INT to ptrdiff_t.
7286 (make_window): Omit redundant initialization.
7287
7288 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
7289
7290 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
7291
7292 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
7293
7294 * window.h (struct window): Change type of 'use_time' and
7295 'sequence_number' from Lisp_Object to int.
7296 * frame.c (make_frame): Adjust users accordingly.
7297 * print.c (print_object): Likewise.
7298 * window.c (select_window, Fwindow_use_time, make_parent_window)
7299 (make_window): Likewise.
7300
7301 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
7302
7303 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
7304 enabled with --enable-checking=[all,glyphs] configure option.
7305 Fix GLYPH_DEBUG usage assuming that it may be undefined,
7306 adjust comments accordingly.
7307 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
7308 undefined, adjust comments accordingly.
7309 * image.c: Likewise.
7310 * scroll.c: Likewise.
7311 * w32fns.c: Likewise.
7312 * w32term.c: Likewise.
7313 * xdisp.c: Likewise.
7314 * xfaces.c: Likewise.
7315 * xfns.c: Likewise.
7316 * xterm.c: Likewise.
7317
7318 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
7319
7320 Generalize run-time debugging checks.
7321 * dispextern.h (XASSERTS): Remove.
7322 * fontset.c (xassert): Remove.
7323 Convert from xassert to eassert.
7324 * alloc.c: Convert from xassert to eassert.
7325 * bidi.c: Likewise.
7326 * dispnew.c: Likewise.
7327 * fns.c: Likewise.
7328 * fringe.c: Likewise.
7329 * ftfont.c: Likewise.
7330 * gtkutil.c: Likewise.
7331 * image.c: Likewise.
7332 * keyboard.c: Likewise.
7333 * menu.c: Likewise.
7334 * process.c: Likewise.
7335 * scroll.c: Likewise.
7336 * sound.c: Likewise.
7337 * term.c: Likewise.
7338 * w32console.c: Likewise.
7339 * w32fns.c: Likewise.
7340 * w32term.c: Likewise.
7341 * window.c: Likewise.
7342 * xdisp.c: Likewise.
7343 * xfaces.c: Likewise.
7344 * xfns.c: Likewise.
7345 * xselect.c: Likewise.
7346 * xterm.c: Likewise.
7347
7348 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7349
7350 * fns.c (maybe_resize_hash_table): Output message when growing the
7351 purify-hashtable.
7352
7353 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
7354
7355 * alloc.c (allocate_string_data): Remove dead code.
7356 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
7357 avoid GCC warning about unused macro.
7358
7359 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
7360
7361 * alloc.c (allocate_string): Omit intervals initialization.
7362 * alloc.c (make_uninit_multibyte_string): Initialize intervals
7363 as in make_pure_string and make_pure_c_string.
7364
7365 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
7366
7367 * alloc.c (allocate_string): Fix last change.
7368
7369 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
7370
7371 * alloc.c (allocate_string): Remove two redundant calls
7372 to memset, add explicit initialization where appropriate.
7373
7374 2012-06-27 Glenn Morris <rgm@gnu.org>
7375
7376 * lisp.mk (lisp): Remove paths.elc.
7377
7378 2012-06-27 Chong Yidong <cyd@gnu.org>
7379
7380 * doc.c (Fsubstitute_command_keys): Fix punctuation.
7381
7382 2012-06-26 John Wiegley <johnw@newartisans.com>
7383
7384 * unexmacosx.c (copy_data_segment): Add two section names used
7385 on Mac OS X Lion: __mod_init_func and __mod_term_func.
7386
7387 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
7388 when building with Clang.
7389
7390 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * eval.c (Fapply): Allow calling it with a single argument.
7393
7394 2012-06-26 Eli Zaretskii <eliz@gnu.org>
7395
7396 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
7397 _stricmp and _strnicmp.
7398 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
7399
7400 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
7401
7402 * alloc.c (allocate_window): Zero out non-Lisp part of newly
7403 allocated window.
7404 (allocate_process): Likewise for new process.
7405 (allocate_terminal): Change to use offsetof.
7406 (allocate_frame): Likewise.
7407 * frame.c (make_frame): Omit redundant initialization.
7408 * window.c (make_parent_window): Use memset.
7409 (make_window): Omit redundant initialization.
7410 * process.c (make_process): Omit redundant initialization.
7411 * terminal.c (create_terminal): Likewise.
7412
7413 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
7414
7415 * term.c (delete_tty): Remove redundant call to memset.
7416
7417 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
7418
7419 * alloc.c: Remove build_string.
7420 * lisp.h: Define build_string as static inline. This provides
7421 a better opportunity to optimize away calls to strlen when the
7422 function is called with compile-time constant argument.
7423 * image.c (imagemagick_error): Convert to build_string.
7424 * w32proc.c (sys_spawnve): Likewise.
7425 * xterm.c (x_term_init): Likewise.
7426
7427 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
7428
7429 Use sprintf return value instead of invoking strlen on result.
7430 In the old days this wasn't portable, since some sprintf
7431 implementations returned char *. But they died out years ago and
7432 Emacs already assumes sprintf returns int.
7433 Similarly for float_to_string.
7434 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
7435 * ccl.c (ccl_driver):
7436 * character.c (string_escape_byte8):
7437 * data.c (Fnumber_to_string):
7438 * doprnt.c (doprnt):
7439 * print.c (print_object):
7440 * xdisp.c (message_dolog):
7441 * xfns.c (syms_of_xfns):
7442 Use sprintf or float_to_string result to avoid need to call strlen.
7443 * data.c (Fnumber_to_string):
7444 Use make_unibyte_string, since the string must be ASCII.
7445 * lisp.h, print.c (float_to_string): Now returns int length.
7446 * term.c (produce_glyphless_glyph):
7447 Use sprintf result rather than recomputing it.
7448
7449 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
7450 * Makefile.in (ALL_CFLAGS):
7451 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
7452 * gmalloc.c, regex.c: Include <config.h> unconditionally.
7453
7454 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
7455
7456 * dispextern.h (xstrcasecmp): Define to library function
7457 strcasecmp if available.
7458 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
7459
7460 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
7461
7462 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
7463 Avoid comma operator.
7464 * menu.c (push_submenu_start, push_submenu_end)
7465 (push_left_right_boundary, push_menu_pane): Likewise.
7466 * msdos.c (dos_rawgetc): Likewise.
7467
7468 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
7469
7470 * xfns.c (xic_create_fontsetname): Remove redundant calls
7471 to memset.
7472
7473 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
7474
7475 * gtkutil.c (get_utf8_string): Remove redundant assignment.
7476 sprintf already null-terminates its output.
7477
7478 * xfns.c (x_window): Remove redundant cast.
7479
7480 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
7481
7482 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
7483 `const char *' to `char *' to avoid compiler warning.
7484
7485 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
7486
7487 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
7488 instead of truncating it to 63 (admittedly a generous limit).
7489
7490 * process.c: Fix spelling and caps in comments.
7491
7492 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
7493
7494 * emacs.c (setpgrp): Remove definition, unused.
7495 * sysdep.c (setpgrp): Remove definition, not used in this file.
7496
7497 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
7498
7499 * makefile.w32-in: Update dependencies.
7500
7501 2012-06-24 Eli Zaretskii <eliz@gnu.org>
7502
7503 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
7504 (SYSTIME_H): Add nt/inc/sys/time.h.
7505
7506 * systime.h [WINDOWSNT]: Include sys/time.h.
7507
7508 * s/ms-w32.h (struct timespec): Definition moved from
7509 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
7510
7511 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
7512
7513 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
7514 * buffer.h (buffer_slot_type_mismatch):
7515 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
7516 * eval.c (unwind_to_catch):
7517 * image.c (my_png_error, my_error_exit):
7518 * keyboard.c (quit_throw_to_read_char, user_error)
7519 (Fexit_recursive_edit, Fabort_recursive_edit):
7520 * lisp.h (die, args_out_of_range, args_out_of_range_3)
7521 (wrong_type_argument, buffer_overflow, __executable_start)
7522 (memory_full, buffer_memory_full, string_overflow, Fthrow)
7523 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
7524 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
7525 (fatal):
7526 (child_setup) [!DOS_NT]:
7527 * lread.c (end_of_file_error, invalid_syntax):
7528 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
7529 * puresize.h (pure_write_error):
7530 * search.c (matcher_overflow):
7531 * sound.c (sound_perror, alsa_sound_perror):
7532 * sysdep.c, syssignal.h (croak):
7533 * term.c (maybe_fatal, vfatal):
7534 * textprop.c (text_read_only):
7535 * undo.c (user_error):
7536 * unexmacosx.c (unexec_error):
7537 * xterm.c (x_ins_del_lines, x_delete_glyphs):
7538 Use _Noreturn rather than NO_RETURN.
7539 No need for separate decl merely because of _Noreturn.
7540 * sound.c (sound_warning, parse_sound):
7541 Remove unnecessary forward decls.
7542
7543 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
7544
7545 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
7546 * lisp.h (WAIT_READING_MAX): New macro.
7547 * dispnew.c (Fsleep_for, sit_for):
7548 * keyboard.c (kbd_buffer_get_event):
7549 * process.c (Faccept_process_output):
7550 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
7551 This improves on the previous patch, which introduced a bug
7552 when time_t is unsigned and as wide as intmax_t.
7553 See <http://bugs.gnu.org/9000#51>.
7554
7555 2012-06-23 Eli Zaretskii <eliz@gnu.org>
7556
7557 * dispnew.c (sit_for, Fsleep_for):
7558 * keyboard.c (kbd_buffer_get_event):
7559 * process.c (Faccept_process_output): Avoid compiler warnings when
7560 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
7561
7562 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
7563
7564 * makefile.w32-in: Update dependencies.
7565
7566 * w32.c (ltime): Add return type and declare static.
7567 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
7568
7569 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
7570
7571 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
7572 Privately reported by Herbert J. Skuhra.
7573 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
7574 All uses changed.
7575 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
7576 not make_lisp_timeval, when the argument is of type EMACS_TIME.
7577
7578 2012-06-23 Eli Zaretskii <eliz@gnu.org>
7579
7580 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
7581 last argument of make_unibyte_string.
7582
7583 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
7584 language ID in the event parameters.
7585
7586 * w32term.c (w32_read_socket): Put the new keyboard codepage into
7587 event.code, not the obscure "character set ID".
7588
7589 2012-06-23 Chong Yidong <cyd@gnu.org>
7590
7591 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
7592
7593 2012-06-23 Eli Zaretskii <eliz@gnu.org>
7594
7595 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
7596 * w32.c (fdutimens): New function.
7597
7598 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
7599
7600 * s/ms-w32.h (pselect): Redirect to sys_select.
7601
7602 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
7603
7604 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
7605 in the logic of incrementing and decrementing the value of
7606 use_relocatable_buffers.
7607
7608 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
7609
7610 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
7611 Privately reported by Herbert J. Skuhra.
7612 [__FreeBSD__]: Remove "*/" typo after "#include".
7613 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
7614 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
7615 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
7616 Don't assume EMACS_TIME and struct timeval are the same type.
7617
7618 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
7619
7620 Support higher-resolution time stamps (Bug#9000).
7621 The time stamps are only nanosecond-resolution at the C level,
7622 since that's the best that any real-world system supports now.
7623 But they are picosecond-resolution at the Lisp level, as that's
7624 easy, and leaves room for future OS improvements.
7625
7626 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
7627 (LIBES): Use it.
7628
7629 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
7630 Don't get current time unless it's needed.
7631
7632 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
7633 now provides it if it's absent.
7634 (start_atimer): Port to higher-res time stamps.
7635 Check for time stamp overflow. Don't get current time more
7636 often than is needed.
7637
7638 * buffer.h (struct buffer): Buffer modtime now has high resolution.
7639 Include systime.h, not time.h.
7640 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
7641
7642 * dired.c: Include stat-time.h.
7643 (Ffile-attributes): File times now have higher resolution.
7644
7645 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
7646 (struct image): Timestamp now has higher resolution.
7647
7648 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
7649 has at least microseconds now. All uses removed.
7650 (update_frame, update_single_window, update_window, update_frame_1)
7651 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
7652 (duration_to_sec_usec): Remove; no longer needed.
7653
7654 * editfns.c (time_overflow): Now extern.
7655 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
7656 (float-time, Fformat_time_string, Fcurrent_time_string)
7657 (Fcurrent_time_zone): Accept and generate higher-resolution
7658 time stamps.
7659 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
7660 (decode_time_components, lisp_seconds_argument): New functions.
7661 (make_time): Now static.
7662 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
7663 Report an error if the time is invalid, rather than having the caller
7664 do that.
7665
7666 * fileio.c: Include <stat-time.h>
7667 (Fcopy_file): Copy higher-resolution time stamps.
7668 Prefer to set the time stamp via a file descriptor if that works.
7669 (Fset_file_times, Finsert_file_contents, Fwrite_region)
7670 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
7671 (Fvisited_file_modtime, Fset_visited_file_modtime):
7672 Support higher-resolution time stamps.
7673
7674 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
7675
7676 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
7677
7678 * image.c (prepare_image_for_display, clear_image_cache)
7679 (lookup_image): Port to higer-resolution time stamps.
7680
7681 * keyboard.c (start_polling, bind_polling_period):
7682 Check for time stamp overflow.
7683 (read_char, kbd_buffer_get_event, timer_start_idle)
7684 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
7685 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
7686 Port to higher-resolution time stamps. Do not assume time_t is signed.
7687 (decode_timer): New function. Timers are now vectors of length 9,
7688 not 8, to accommodate the picosecond component.
7689 (timer_check_2): Use it.
7690
7691 * nsterm.m (select_timeout, timeval_subtract): Remove.
7692 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
7693 as they're a bit more accurate and handle overflow better.
7694 (ns_select): Change prototype to be compatible with pselect.
7695 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
7696 * nsterm.h (ns_select): Adjust prototype.
7697
7698 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
7699 us-resolution time stamps.
7700 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
7701
7702 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
7703
7704 * lisp.h (time_overflow): New decl.
7705 (wait_reading_process_output): First arg is now intmax_t, not int,
7706 to accommodate larger waits.
7707
7708 * process.h (struct Lisp_Process.read_output_delay):
7709 Now counts nanoseconds, not microseconds.
7710 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
7711 EMACS_HAS_USECS.
7712 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
7713 (wait_reading_process_output):
7714 Port to ns-resolution time stamps.
7715 (Faccept_process_output, wait_reading_process_output):
7716 Check for time stamp overflow. Do not assume time_t is signed.
7717 (select_wrapper): Remove; we now use pselect.
7718 (Fprocess_attributes): Now generates ns-resolution time stamps.
7719
7720 * sysdep.c: Include utimens.h. Don't include utime.h
7721 or worry about struct utimbuf; gnulib does that for us now.
7722 (gettimeofday): Remove; gnulib provides a substitute.
7723 (make_timeval): New function.
7724 (set_file_times): Now sets ns-resolution time stamps.
7725 New arg FD; all uses changed.
7726 (time_from_jiffies, ltime_from_jiffies, get_up_time)
7727 (system_process_attributes):
7728 Now returns ns-resolution time stamp. All uses changed.
7729 Check for time stamp overflow.
7730
7731 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
7732 provides a substitute now.
7733
7734 * systime.h: Include timespec.h rather than sys/time.h and time.h,
7735 since it guarantees struct timespec.
7736 (EMACS_TIME): Now struct timespec, so that we can support
7737 ns-resolution time stamps.
7738 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
7739 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
7740 (EMACS_USECS): Remove.
7741 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
7742 so multiply the arg by 1000 before storing it.
7743 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
7744 New macros.
7745 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
7746 Port to ns-resolution time stamps.
7747 (EMACS_TIME_NEG_P): Remove; replaced by....
7748 (EMACS_TIME_SIGN): New macro.
7749 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
7750 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
7751 (set_file_times, make_time, lisp_time_argument): Adjust signature.
7752 (make_timeval, make_lisp_time, decode_time_components): New decls.
7753 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
7754 that it mishandled time_t overflow. You can't compare by subtracting!
7755 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
7756 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
7757
7758 * term.c: Include <sys/time.h>.
7759 (timeval_to_Time): New function, for proper overflow wraparound.
7760 (term_mouse_position, term_mouse_click): Use it.
7761
7762 * undo.c (record_first_change): Support higher-resolution time stamps
7763 in the undo buffer.
7764 (Fprimitive_undo): Use them when restoring time stamps.
7765
7766 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
7767 (w32_get_internal_run_time):
7768 Port to higher-resolution Emacs time stamps.
7769 (ltime): Now accepts single 64-bit integer, as that's more convenient
7770 for callers.
7771
7772 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
7773
7774 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
7775 for compatibility with pselect. Support ns-resolution time stamps.
7776
7777 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
7778
7779 * xselect.c (wait_for_property_change, x_get_foreign_selection):
7780 Check for time stamp overflow, and support ns-resolution time stamps.
7781
7782 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
7783 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
7784 (timeval_subtract): Remove; no longer needed.
7785 (XTflash, XTring_bell, x_wait_for_event):
7786 Port to ns-resolution time stamps. Don't assume time_t is signed.
7787
7788 2012-06-22 Chong Yidong <cyd@gnu.org>
7789
7790 * xdisp.c (x_consider_frame_title): Revert last change.
7791
7792 2012-06-22 Eli Zaretskii <eliz@gnu.org>
7793
7794 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
7795 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
7796 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
7797 staticidx goes up to 1597 out of 1600 = 0x640.)
7798
7799 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
7800
7801 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
7802 Otherwise, the umask might be mistakenly 0 while handling input signals.
7803
7804 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
7807
7808 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
7809
7810 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
7811 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
7812 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
7813 access to `contents' member of Lisp_Vector objects with AREF and ASET
7814 where appropriate.
7815
7816 2012-06-19 Chong Yidong <cyd@gnu.org>
7817
7818 * frame.c (delete_frame): When selecting a frame on a different
7819 text terminal, do not alter the terminal's top-frame.
7820
7821 * xdisp.c (format_mode_line_unwind_data): Record the target
7822 frame's selected window and its terminal's top-frame.
7823 (unwind_format_mode_line): Restore them.
7824 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
7825 Callers changed.
7826 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
7827 since tty frames can be explicitly named.
7828 (prepare_menu_bars): Likewise.
7829
7830 * term.c (Ftty_top_frame): New function.
7831
7832 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
7833
7834 Port byte-code-meter to modern targets.
7835 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
7836 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
7837 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
7838 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
7839 (METER_1, METER_2): Simplify.
7840
7841 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * data.c (Fdefalias): Return `symbol' (bug#11686).
7844
7845 2012-06-18 Martin Rudalics <rudalics@gmx.at>
7846
7847 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
7848 gets killed during executing of this function (Bug#11665).
7849 Try to always return Qt when the buffer has been actually killed.
7850 (Vkill_buffer_query_functions): In doc-string say that functions
7851 run by this hook should not change the current buffer.
7852
7853 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
7854
7855 Fix recently-introduced process.c problems found by static checking.
7856 * process.c (write_queue_push, write_queue_pop, send_process):
7857 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
7858 (write_queue_pop): Fix pointer signedness problem.
7859 (send_process): Remove unused local.
7860
7861 2012-06-17 Chong Yidong <cyd@gnu.org>
7862
7863 * xdisp.c (redisplay_internal): No need to redisplay terminal
7864 frames that are not on top.
7865
7866 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
7867
7868 * process.c (make_process): Initialize write_queue.
7869 (write_queue_push, write_queue_pop): New functions.
7870 (send_process): Use them to maintain correct ordering of process
7871 writes (Bug#10815).
7872
7873 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
7874
7875 * lisp.h (eassert): Assume C89 or later.
7876 This removes the need for CHECK.
7877 (CHECK): Remove. Its comments about always evaluating its
7878 argument were confusing, as 'eassert' typically does not evaluate
7879 its argument.
7880
7881 * coding.c (produce_chars): Use ptrdiff_t, not int.
7882
7883 * xterm.c (x_draw_underwave): Check for integer overflow.
7884 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
7885
7886 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
7887
7888 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
7889 referenced (Bug#11583).
7890
7891 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
7892
7893 Implement wave-style variant of underlining.
7894 * dispextern.h (face_underline_type): New enum.
7895 (face): Add field for underline type.
7896 * nsterm.m (ns_draw_underwave): New function.
7897 (ns_draw_text_decoration): Use it.
7898 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
7899 New functions.
7900 (x_draw_glyph_string): Use them.
7901 * xfaces.c (Qline, Qwave): New Lisp objects.
7902 (check_lface_attrs, merge_face_ref)
7903 (Finternal_set_lisp_face_attribute, realize_x_face):
7904 Handle wave-style underline face attributes.
7905 * xterm.c (x_draw_underwave): New function.
7906 (x_draw_glyph_string): Use it.
7907
7908 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
7909
7910 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
7911 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
7912 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
7913 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
7914 ($(BLD)/w32select.$(O)): Update dependencies.
7915
7916 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
7917
7918 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
7919 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
7920 * character.c (_fetch_multibyte_char_p): Remove.
7921 * alloc.c: Include "character.h" before "buffer.h".
7922 * bidi.c: Likewise.
7923 * buffer.c: Likewise.
7924 * bytecode.c: Likewise.
7925 * callint.c: Likewise.
7926 * callproc.c: Likewise.
7927 * casefiddle.c: Likewise.
7928 * casetab.c: Likewise.
7929 * category.c: Likewise.
7930 * cmds.c: Likewise.
7931 * coding.c: Likewise.
7932 * composite.c: Likewise.
7933 * dired.c: Likewise.
7934 * dispnew.c: Likewise.
7935 * doc.c: Likewise.
7936 * dosfns.c: Likewise.
7937 * editfns.c: Likewise.
7938 * emacs.c: Likewise.
7939 * fileio.c: Likewise.
7940 * filelock.c: Likewise.
7941 * font.c: Likewise.
7942 * fontset.c: Likewise.
7943 * fringe.c: Likewise.
7944 * indent.c: Likewise.
7945 * insdel.c: Likewise.
7946 * intervals.c: Likewise.
7947 * keyboard.c: Likewise.
7948 * keymap.c: Likewise.
7949 * lread.c: Likewise.
7950 * macros.c: Likewise.
7951 * marker.c: Likewise.
7952 * minibuf.c: Likewise.
7953 * nsfns.m: Likewise.
7954 * nsmenu.m: Likewise.
7955 * print.c: Likewise.
7956 * process.c: Likewise.
7957 * regex.c: Likewise.
7958 * region-cache.c: Likewise.
7959 * search.c: Likewise.
7960 * syntax.c: Likewise.
7961 * term.c: Likewise.
7962 * textprop.c: Likewise.
7963 * undo.c: Likewise.
7964 * unexsol.c: Likewise.
7965 * w16select.c: Likewise.
7966 * w32fns.c: Likewise.
7967 * w32menu.c: Likewise.
7968 * window.c: Likewise.
7969 * xdisp.c: Likewise.
7970 * xfns.c: Likewise.
7971 * xmenu.c: Likewise.
7972 * xml.c: Likewise.
7973 * xselect.c: Likewise.
7974
7975 2012-06-16 Eli Zaretskii <eliz@gnu.org>
7976
7977 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
7978 If all the glyphs of the glyph row came from strings, and we have no
7979 cursor positioning clues, put the cursor on the first glyph of the
7980 row.
7981 (handle_face_prop): Use chunk-relative overlay string index when
7982 indexing into it->string_overlays array. (Bug#11653)
7983 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
7984 the rightmost. (Bug#11720)
7985
7986 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
7987
7988 * category.h (CHAR_HAS_CATEGORY): Define as inline.
7989 (CATEGORY_MEMBER): Enforce 1/0 value.
7990 * category.c (_temp_category_set): Remove.
7991
7992 2012-06-16 Eli Zaretskii <eliz@gnu.org>
7993
7994 * window.c (Fdelete_other_windows_internal)
7995 (Fdelete_window_internal): Don't access frame's mouse highlight
7996 info of the initial frame. (Bug#11677)
7997
7998 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
7999
8000 * .gdbinit (xgetint): Fix recently-introduced paren typo.
8001 Assume USE_2_TAGS_FOR_INTS.
8002 (xreload): Adjust $tagmask width to match recent lisp.h change.
8003
8004 Simplify lisp.h in minor ways that should not affect code.
8005 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
8006 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
8007 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
8008 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
8009 (INTTYPEBITS): New macro, for clarity.
8010 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
8011 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
8012 Simplify now that USE_LSB_TAG is always defined.
8013 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
8014 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
8015
8016 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
8017
8018 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
8019
8020 2012-06-13 Glenn Morris <rgm@gnu.org>
8021
8022 * s/bsd-common.h (BSD4_3):
8023 * s/usg5-4-common.h (USG5_4): No longer define; unused.
8024
8025 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
8026
8027 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
8028 instead of union.
8029 (XLI, XIL): Define.
8030 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
8031 Use them.
8032 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
8033 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
8034 * alloc.c (widen_to_Lisp_Object): Remove.
8035 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
8036 * frame.c (delete_frame): Remove outdated comment.
8037 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
8038 USE_LISP_UNION_TYPE.
8039 (Fw32_unregister_hot_key): Likewise.
8040 (Fw32_toggle_lock_key): Likewise.
8041 * w32menu.c (add_menu_item): Likewise.
8042 (w32_menu_display_help): Use XIL instead of checking
8043 USE_LISP_UNION_TYPE.
8044 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
8045 (init_heap): Likewise.
8046 * w32term.c (w32_read_socket): Update comment.
8047
8048 2012-06-13 Glenn Morris <rgm@gnu.org>
8049
8050 * s/usg5-4-common.h, src/s/unixware.h:
8051 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
8052
8053 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
8054
8055 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
8056
8057 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
8058 * alloc.c (make_number) [!defined make_number]:
8059 Remove, as lisp.h always defines this now.
8060 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
8061 (roundup_size): Verify that it is a power of 2.
8062 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
8063 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
8064 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
8065 -DUSE_LSB_TAG=0, to override the automatically-selected default.
8066 USE_LSB_TAG now is always defined to be either 0 or 1.
8067 All uses changed.
8068 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
8069 code works fine either way, and efficiency is not a concern here,
8070 as the union type is for debugging, not for production.
8071 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
8072 Use an inline function on all platforms when using the union type,
8073 since this is simpler and 'static inline' can be used portably
8074 within Emacs now.
8075 (LISP_INITIALLY_ZERO): New macro.
8076 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
8077 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
8078
8079 2012-06-12 Glenn Morris <rgm@gnu.org>
8080
8081 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
8082
8083 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
8084
8085 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
8086 Move BROKEN_SIGIO to configure.
8087
8088 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
8089 Move NO_TERMIO to configure.
8090
8091 2012-06-12 Chong Yidong <cyd@gnu.org>
8092
8093 * image.c (imagemagick_load_image): Use MagickFlattenImage if
8094 MagickMergeImageLayers is undefined. Use pixel pusher loop if
8095 MagickExportImagePixels is undefined.
8096
8097 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
8098
8099 * image.c (imagemagick_load_image): Remove unused label.
8100
8101 2012-06-11 Glenn Morris <rgm@gnu.org>
8102
8103 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
8104 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
8105 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
8106 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
8107
8108 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * alloc.c (make_byte_code): New function.
8111 (Fmake_byte_code): Use it. Don't purify here.
8112 * lread.c (read1): Use it as well to avoid extra allocation.
8113
8114 2012-06-11 Chong Yidong <cyd@gnu.org>
8115
8116 * image.c (imagemagick_load_image): Implement transparency.
8117
8118 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
8119
8120 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
8121 account for preceding backslashes. (Bug#11663)
8122
8123 2012-06-09 Chong Yidong <cyd@gnu.org>
8124
8125 * term.c: Support italics in capable terminals (Bug#9652).
8126 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
8127 (turn_on_face): Output using TS_enter_italic_mode if available.
8128 Don't handle unused blinking and alt-charset cases.
8129 (turn_off_face): Handle italic case; discard unused tty_blinking_p
8130 and tty_alt_charset_p cases.
8131 (tty_capable_p, init_tty): Support italics.
8132
8133 * termchar.h (struct tty_display_info): Add field for italics.
8134 Remove unused blink field.
8135
8136 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
8137 Handle slant.
8138
8139 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
8140 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
8141 tty_alt_charset_p. Add tty_italic_p.
8142
8143 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
8144
8145 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
8146 dbus_type_is_basic if available.
8147 (xd_extract_signed, xd_extract_unsigned): Rename from
8148 extract_signed and extract_unsigned, respectively. Adapt callers.
8149
8150 2012-06-09 Chong Yidong <cyd@gnu.org>
8151
8152 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
8153
8154 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
8155 case (Bug#9752).
8156
8157 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
8158
8159 * xdisp.c (vmessage): Treat frame message as multibyte.
8160 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
8161 would generate the diagnostic "Making \302\247 buffer-local while
8162 let-bound!".
8163
8164 2012-06-08 Eli Zaretskii <eliz@gnu.org>
8165
8166 * dispnew.c (showing_window_margins_p): Undo last change, which
8167 was done due to an inadvertent commit.
8168 (adjust_frame_glyphs_for_frame_redisplay): Do call
8169 showing_window_margins_p.
8170
8171 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * eval.c (Fmake_var_non_special): New primitive.
8174 (syms_of_eval): Defsubr it.
8175 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
8176
8177 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
8178
8179 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
8180 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
8181
8182 2012-06-08 Eli Zaretskii <eliz@gnu.org>
8183
8184 * alloc.c (allocate_vectorlike): Fix last change.
8185
8186 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
8187
8188 Block-based vector allocation of small vectors.
8189 * lisp.h (struct vectorlike_header): New field `nbytes',
8190 adjust comment accordingly.
8191 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
8192 to denote vector blocks. Adjust users (live_vector_p,
8193 mark_maybe_pointer, valid_lisp_object_p) accordingly.
8194 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
8195 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
8196 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
8197 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
8198 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
8199 (roundup_size): New constant.
8200 (struct vector_block): New data type.
8201 (vector_blocks, vector_free_lists, zero_vector): New variables.
8202 (all_vectors): Rename to `large_vectors'.
8203 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
8204 (sweep_vectors): New functions.
8205 (allocate_vectorlike): Return `zero_vector' as the only vector of
8206 0 items. Allocate new vector from block if vector size is less than
8207 or equal to VBLOCK_BYTES_MAX.
8208 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
8209 (init_alloc_once): Add call to init_vectors.
8210
8211 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
8214
8215 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
8216
8217 * doprnt.c (doprnt): Truncate multibyte char correctly.
8218 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
8219 would mishandle a string argument "Xc" if X was a multibyte
8220 character of length 2: it would truncate after X's first byte
8221 rather than including all of X.
8222
8223 2012-06-06 Chong Yidong <cyd@gnu.org>
8224
8225 * buffer.c (word_wrap): Doc fix.
8226
8227 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
8228
8229 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
8230
8231 2012-06-03 Glenn Morris <rgm@gnu.org>
8232
8233 * xdisp.c (tool-bar-style): Doc fix.
8234
8235 2012-06-03 Ulrich Müller <ulm@gentoo.org>
8236
8237 * Makefile.in (PAXCTL): Define.
8238 (temacs$(EXEEXT)): Disable memory randomization for the temacs
8239 binary via PaX flags if the paxctl utility is available.
8240 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
8241 Restore PaX flags to their default. (Bug#11398)
8242
8243 2012-06-03 Chong Yidong <cyd@gnu.org>
8244
8245 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
8246 buffer (Bug#11226).
8247
8248 2012-06-03 Chong Yidong <cyd@gnu.org>
8249
8250 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
8251 (note_mode_line_or_margin_highlight): If there is no help echo,
8252 use mode-line-default-help-echo. Handle the case where the mouse
8253 position is past the end of the mode line string.
8254
8255 * buffer.c (buffer_local_value_1): New function, split from
8256 Fbuffer_local_value; can return Qunbound.
8257 (Fbuffer_local_value): Use it.
8258 (Vmode_line_format): Docstring tweaks.
8259
8260 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
8261
8262 * sysdep.c (system_process_attributes): Improve comment.
8263
8264 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * keyboard.c: Export real-this-command to Elisp.
8267 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
8268 and DEFVAR it. Update all users.
8269
8270 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
8271
8272 * minibuf.c (Fassoc_string): Remove duplicate declaration.
8273
8274 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
8275 Convert pctcpu and pctmem to Lisp float properly.
8276 Let the compiler fold better, as 100.0/0x8000 is exact.
8277
8278 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
8279
8280 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
8281 cons_block.
8282
8283 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
8284
8285 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
8286
8287 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
8288
8289 For a 'struct window', replace some Lisp_Object fields to
8290 bitfields where appropriate, remove unused fields.
8291 * window.h (struct window): Remove unused 'last_mark_x' and
8292 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
8293 change its type from Lisp_Object to bitfield.
8294 Change type of 'force_start', 'optional_new_start',
8295 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
8296 fields from Lisp_Object to bitfield. Adjust users accordingly.
8297
8298 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
8299
8300 Pacify gcc -Wdouble-precision when using Xaw.
8301 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
8302 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
8303 Use 'float' consistently, rather than 'float' in most places
8304 and 'double' in a couple of places.
8305
8306 2012-05-31 Eli Zaretskii <eliz@gnu.org>
8307
8308 * xdisp.c (handle_stop): Detect whether we have overlay strings
8309 loaded by testing it->current.overlay_string_index to be
8310 non-negative, instead of checking whether n_overlay_strings is
8311 positive. (Bug#11587)
8312
8313 2012-05-31 Chong Yidong <cyd@gnu.org>
8314
8315 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
8316
8317 * doc.c (Fsubstitute_command_keys): Doc fix.
8318
8319 2012-05-31 Eli Zaretskii <eliz@gnu.org>
8320
8321 * search.c (search_buffer): Remove calls to
8322 r_alloc_inhibit_buffer_relocation, as it is now called by
8323 maybe_unify_char, which was the cause of relocation of buffer text
8324 in bug#11519.
8325
8326 2012-05-31 Eli Zaretskii <eliz@gnu.org>
8327
8328 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
8329 for the duration of call to load_charset, to avoid problems with
8330 callers of maybe_unify_char that access buffer text through C
8331 pointers.
8332
8333 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
8334 decrement the inhibition flag, instead of just setting or
8335 resetting it.
8336
8337 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
8338
8339 Remove obsolete '#define static' cruft.
8340 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
8341 This #undef was "temporary" in 2000; it is no longer needed
8342 now that '#define static' has gone away.
8343 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
8344 (gray_bitmap_bits): Remove; no longer needed.
8345 All uses replaced with definiens.
8346 * xterm.c: Include "bitmaps/gray.xbm".
8347
8348 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
8349
8350 Clean up __executable_start, monstartup when --enable-profiling.
8351 The following changes affect the code only when profiling.
8352 * dispnew.c (__executable_start): Rename from safe_bcopy.
8353 Define only on platforms that need it.
8354 * emacs.c: Include <sys/gmon.h> when profiling.
8355 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
8356 (__executable_start): Remove decl, since lisp.h does it now.
8357 (safe_bcopy): Remove decl; no longer has that name.
8358 (main): Coalesce #if into single bit of code, for simplicity.
8359 Cast pointers to uintptr_t, since standard libraries want integers
8360 and not pointers.
8361 * lisp.h (__executable_start): New decl.
8362
8363 2012-05-31 Glenn Morris <rgm@gnu.org>
8364
8365 * image.c (Fimagemagick_types): Doc fix.
8366
8367 2012-05-30 Jim Meyering <meyering@redhat.com>
8368
8369 * callproc.c (Fcall_process_region): Include directory component
8370 in mkstemp error message (Bug#11586).
8371
8372 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
8373
8374 * alloc.c, lisp.h (make_pure_vector): Now static.
8375
8376 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
8379 Move to byte-run.el.
8380 (Fautoload): Do the hash-doc more carefully.
8381 * data.c (Fdefalias): Purify definition, except for keymaps.
8382 (Qdefun): Move from eval.c.
8383 * lisp.h (Qdefun): Remove.
8384 * lread.c (read1): Tiny simplification.
8385
8386 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
8387
8388 Do not create empty overlays with the evaporate property (Bug#9642).
8389 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
8390 Bug#9642, but explicitly check that the buffer the overlay would
8391 be moved to is live and rearrange lines to make sure that errors
8392 will not put the overlay in an inconsistent state.
8393 (Fdelete_overlay): Cosmetics.
8394
8395 2012-05-28 Eli Zaretskii <eliz@gnu.org>
8396
8397 * w32term.c (my_bring_window_to_top): New function.
8398 (x_raise_frame): Use handle returned by DeferWindowPos, which
8399 could be different from the original one.
8400 Call my_bring_window_to_top instead of my_set_foreground_window.
8401 (Bug#11513)
8402
8403 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
8404 by calling BringWindowToTop.
8405
8406 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
8407 (WM_EMACS_END): Increase by one.
8408
8409 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
8410
8411 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
8412 This avoids undefined behavior that might cause the eassert
8413 to not catch an out-of-range value.
8414
8415 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
8416
8417 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
8418 Update dependencies.
8419
8420 2012-05-27 Eli Zaretskii <eliz@gnu.org>
8421
8422 * bidi.c (bidi_mirror_char): Fix last change.
8423
8424 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
8425
8426 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
8427 when referring to sectname field in printf format.
8428
8429 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
8430
8431 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
8432 Only r_alloc_inhibit_buffer_relocation needed to be added;
8433 the others were already declared.
8434
8435 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
8436 before checking whether it's out of range. Put the check inside
8437 eassert. See
8438 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
8439
8440 2012-05-27 Ken Brown <kbrown@cornell.edu>
8441
8442 * callproc.c (Fcall_process): Restore a line that was accidentally
8443 commented out in the 2011-02-13 change (bug#11547).
8444
8445 2012-05-27 Eli Zaretskii <eliz@gnu.org>
8446
8447 * lisp.h [REL_ALLOC]: Add prototypes for external functions
8448 defined on ralloc.c.
8449
8450 * buffer.c [REL_ALLOC]: Remove prototypes of
8451 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
8452 they are now on lisp.h.
8453
8454 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
8455
8456 * search.c (search_buffer): Use it to inhibit relocation of buffer
8457 text while re_search_2 is doing its job, because re_search_2 is
8458 passed C pointers to buffer text. (Bug#11519)
8459
8460 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
8461 Update value to 24.
8462
8463 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
8464 state after an additional call to move_it_in_display_line_to, keep
8465 the values of it->max_ascent and it->max_descent found for the
8466 entire line.
8467 (pos_visible_p): Revert the comparison against bottom_y to what it
8468 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
8469 (Bug#11464)
8470
8471 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
8472
8473 Fix coding-related core dumps with gcc -ftrapv.
8474 The code was computing A - B, where A and B are pointers, and B is
8475 random garbage. This can lead to core dumps on platforms that
8476 have special pointer registers, and it also leads to core dumps on
8477 x86-64 when compiled with gcc -ftrapv. The fix is to compute
8478 A - B only when B is initialized properly.
8479 * coding.c (coding_set_source, coding_set_destination): Return void.
8480 (coding_change_source, coding_change_destinations): New functions,
8481 with the old behaviors of coding_set_source and coding_set_destination.
8482 All callers that need an offset changed to use these new functions.
8483
8484 2012-05-26 Glenn Morris <rgm@gnu.org>
8485
8486 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
8487
8488 2012-05-26 Eli Zaretskii <eliz@gnu.org>
8489
8490 Extend mouse support on W32 text-mode console.
8491 * xdisp.c (draw_row_with_mouse_face):
8492 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
8493
8494 * w32console.c: Include window.h.
8495 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
8496 New functions.
8497 (initialize_w32_display): Initialize mouse-highlight data.
8498
8499 * w32inevt.c: Include termchar.h and window.h.
8500 (do_mouse_event): Support mouse-autoselect-window. When the mouse
8501 moves, call note_mouse_highlight. If help_echo changed, call
8502 gen_help_event to produce help-echo message in the echo area.
8503 Call clear_mouse_face if mouse_face_hidden is set in the mouse
8504 highlight info.
8505
8506 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
8507
8508 * lread.c (read1): Simplify slightly to avoid an overflow warning
8509 with GCC 4.7.0 on x86-64.
8510
8511 2012-05-26 Eli Zaretskii <eliz@gnu.org>
8512
8513 * bidi.c (bidi_mirror_char): Revert last change: an int is
8514 definitely wide enough here.
8515
8516 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
8517
8518 Fix integer width and related bugs (Bug#9874).
8519 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
8520 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
8521 (string_bytes, check_sblock, allocate_string_data):
8522 (compact_small_strings, Fmake_bool_vector, make_string)
8523 (make_unibyte_string, make_multibyte_string)
8524 (make_string_from_bytes, make_specified_string)
8525 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
8526 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
8527 (mark_vectorlike):
8528 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8529 (allocate_pseudovector):
8530 Use int, not EMACS_INT, where int is wide enough.
8531 (inhibit_garbage_collection, Fgarbage_collect):
8532 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8533 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
8534 int might not be wide enough.
8535 (bidi_cache_search, bidi_cache_find, bidi_init_it)
8536 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
8537 (bidi_at_paragraph_end, bidi_find_paragraph_start)
8538 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
8539 (bidi_level_of_next_char, bidi_move_to_visually_next):
8540 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8541 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
8542 (Fkill_buffer, Fset_buffer_major_mode)
8543 (advance_to_char_boundary, Fbuffer_swap_text)
8544 (Fset_buffer_multibyte, overlays_at, overlays_in)
8545 (overlay_touches_p, struct sortvec, record_overlay_string)
8546 (overlay_strings, recenter_overlay_lists)
8547 (adjust_overlays_for_insert, adjust_overlays_for_delete)
8548 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
8549 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
8550 (Foverlay_recenter, last_overlay_modification_hooks_used)
8551 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
8552 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8553 (validate_region): Omit unnecessary test for b <= e,
8554 since that's guaranteed by the previous test.
8555 (adjust_overlays_for_delete): Avoid pos + length overflow.
8556 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
8557 (report_overlay_modification):
8558 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8559 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
8560 Omit pointer cast, which isn't needed anyway, and doesn't work
8561 after the EMACS_INT -> ptrdiff_t change.
8562 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
8563 * buffer.h: Adjust decls to match defn changes elsewhere.
8564 (struct buffer_text, struct buffer):
8565 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8566 Use EMACS_INT, not int, where int might not be wide enough.
8567 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
8568 not int, to avoid needless 32-bit limit on 64-bit hosts.
8569 (exec_byte_code): Use tighter memory-full test, one that checks
8570 for alloca overflow. Don't compute the address of the object just
8571 before an array, as that's not portable. Use EMACS_INT, not
8572 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
8573 * callint.c (Fcall_interactively):
8574 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8575 * callproc.c (call_process_kill, Fcall_process):
8576 Don't assume pid_t fits into an Emacs fixnum.
8577 (call_process_cleanup, Fcall_process, child_setup):
8578 Don't assume pid_t fits into int.
8579 (call_process_cleanup, Fcall_process, delete_temp_file)
8580 (Fcall_process_region):
8581 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8582 (Fcall_process): Simplify handling of volatile integers.
8583 Use int, not EMACS_INT, where int will do.
8584 * casefiddle.c (casify_object, casify_region, operate_on_word)
8585 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
8586 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8587 (casify_object): Avoid integer overflow when overallocating buffer.
8588 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
8589 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
8590 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
8591 * category.h (CATEGORYP): Don't assume arg is nonnegative.
8592 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
8593 integers are now checked earlier. All uses replaced with XINT.
8594 (ccl_driver):
8595 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8596 For CCL_MapSingle, check that content and value are in int range.
8597 (ccl_driver, Fregister_code_conversion_map):
8598 Check that Vcode_version_map_vector is a vector.
8599 (resolve_symbol_ccl_program): Check that vector header is in range.
8600 Always copy the vector, so that we can check its contents reliably
8601 now rather than having to recheck each instruction as it's being
8602 executed. Check that vector words fit in 'int'.
8603 (ccl_get_compiled_code, Fregister_ccl_program)
8604 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
8605 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
8606 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
8607 contents are in range.
8608 (Fccl_execute_on_string): Check that status is in range.
8609 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
8610 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
8611 Accept and return EMACS_INT, not int, because callers can pass values
8612 out of 'int' range.
8613 (c_string_width, strwidth, lisp_string_width, chars_in_text)
8614 (multibyte_chars_in_text, parse_str_as_multibyte)
8615 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
8616 (str_as_unibyte, str_to_unibyte, string_count_byte8)
8617 (string_escape_byte8, Fget_byte):
8618 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8619 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
8620 avoid mishandling large integers.
8621 * character.h: Adjust decls to match defn changes elsewhere.
8622 * charset.c (load_charset_map_from_file, find_charsets_in_text)
8623 (Ffind_charset_region):
8624 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8625 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
8626 (load_charset_map_from_vector, Fdefine_charset_internal):
8627 Don't assume fixnum fits in int.
8628 (load_charset_map_from_vector, Fmap_charset_chars):
8629 Remove now-unnecessary CHECK_NATNUMs.
8630 (Fdefine_charset_internal): Check ranges here, more carefully.
8631 Don't rely on undefined behavior with signed left shift overflow.
8632 Don't assume unsigned int fits into fixnum, or that fixnum fits
8633 into unsigned int. Don't require max_code to be a valid fixnum;
8634 that's not true for gb10830 4-byte on a 32-bit host. Allow
8635 invalid_code to be a cons, for the same reason. Require code_offset
8636 to be a character. Avoid int overflow if max_char is close
8637 to INT_MAX.
8638 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
8639 this is intended anyway and avoids some undefined behavior.
8640 (load_charset_map): Pass unsigned, not int, as 2nd arg of
8641 INDEX_TO_CODE_POINT, as that's what it expects.
8642 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
8643 * charset.h (DECODE_CHAR): Return int, not unsigned;
8644 this is what was intended anyway, and it avoids undefined behavior.
8645 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
8646 integer-overflow issues.
8647 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
8648 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
8649 where the argument is EMACS_INT, and this behavior is not intended.
8650 * chartab.c (Fmake_char_table, Fset_char_table_range)
8651 (uniprop_get_decoder, uniprop_get_encoder):
8652 Don't assume fixnum fits in int.
8653 * cmds.c (move_point): New function, that does the gist of
8654 Fforward_char and Fbackward_char, but does so while checking
8655 for integer overflow more accurately.
8656 (Fforward_char, Fbackward_char): Use it.
8657 (Fforward_line, Fend_of_line, internal_self_insert)
8658 (internal_self_insert):
8659 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8660 Fix a FIXME, by checking for integer overflow when calculating
8661 target_clm and actual_clm.
8662 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
8663 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
8664 (ASSURE_DESTINATION, coding_alloc_by_realloc)
8665 (coding_alloc_by_making_gap, alloc_destination)
8666 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
8667 (encode_coding_utf_16, detect_coding_emacs_mule)
8668 (decode_coding_emacs_mule, encode_coding_emacs_mule)
8669 (detect_coding_iso_2022, decode_coding_iso_2022)
8670 (encode_invocation_designation, encode_designation_at_bol)
8671 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
8672 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
8673 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
8674 (encode_coding_ccl, encode_coding_raw_text)
8675 (detect_coding_charset, decode_coding_charset)
8676 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
8677 (produce_composition, produce_charset, produce_annotation)
8678 (decode_coding, handle_composition_annotation)
8679 (handle_charset_annotation, consume_chars, decode_coding_gap)
8680 (decode_coding_object, encode_coding_object, detect_coding_system)
8681 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
8682 (code_convert_region, code_convert_string)
8683 (Fdefine_coding_system_internal)
8684 (coding_set_source, coding_set_destination):
8685 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8686 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
8687 (Fdefine_coding_system_internal):
8688 Don't assume fixnums fit in int.
8689 (decode_coding_gap, decode_coding_object, encode_coding_object)
8690 (Fread_coding_system, Fdetect_coding_region)
8691 (Funencodable_char_position, Fcheck_coding_systems_region)
8692 (get_translation, handle_composition_annotation, consume_chars):
8693 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8694 (consume_chars): Rewrite to not calculate an address outside buffer.
8695 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
8696 Don't access memory outside of the args array.
8697 (Fdefine_coding_system_internal): Check for charset-id overflow.
8698 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
8699 result of ENCODE_CHAR.
8700 * coding.h: Adjust decls to match defn changes elsewhere.
8701 (struct coding_system):
8702 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8703 * composite.c (get_composition_id, find_composition)
8704 (run_composition_function, update_compositions)
8705 (compose_text, composition_gstring_put_cache)
8706 (composition_gstring_p, composition_gstring_width)
8707 (fill_gstring_header, fill_gstring_body, autocmp_chars)
8708 (composition_compute_stop_pos, composition_reseat_it)
8709 (composition_update_it, struct position_record)
8710 (find_automatic_composition, composition_adjust_point)
8711 (Fcomposition_get_gstring, Ffind_composition_internal):
8712 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8713 (update_compositions):
8714 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8715 * composite.h: Adjust decls to match defn changes elsewhere.
8716 (struct composition):
8717 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8718 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
8719 Do not attempt to compute the address of the object just before a
8720 buffer; this is not portable.
8721 (Faref, Faset):
8722 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8723 (Faset): Use int, not EMACS_INT, where int is wide enough.
8724 (Fstring_to_number): Don't assume fixnums fit in int.
8725 (Frem): Don't assume arg is nonnegative.
8726 * dbusbind.c (xd_append_arg): Check for integers out of range.
8727 (Fdbus_call_method): Don't overflow the timeout int.
8728 (extract_signed, extract_unsigned): New functions.
8729 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
8730 (xd_get_connection_references): Return ptrdiff_t, not int.
8731 All uses changed.
8732 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
8733 (xd_read_message_1):
8734 Use int, not unsigned, where the dbus API uses int.
8735 (Fdbus_message_internal): Don't overflow mtype.
8736 (syms_of_dbusbind): Allocate right-sized buffer for integers.
8737 * dired.c (directory_files_internal, file_name_completion, scmp)
8738 (file_name_completion_stat):
8739 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8740 (file_name_completion): Don't overflow matchcount.
8741 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
8742 * dispextern.h: Adjust decls to match defn changes elsewhere.
8743 (struct text_pos, struct glyph, struct bidi_saved_info)
8744 (struct bidi_string_data, struct bidi_it, struct composition_it)
8745 (struct it):
8746 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8747 (struct display_pos, struct composition_it, struct it):
8748 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8749 * dispnew.c (increment_matrix_positions)
8750 (increment_row_positions, mode_line_string)
8751 (marginal_area_string):
8752 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8753 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
8754 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8755 (duration_to_sec_usec): New function, to check for overflow better.
8756 (Fsleep_for, sit_for): Use it.
8757 * doc.c (get_doc_string, store_function_docstring):
8758 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8759 (get_doc_string, Fsnarf_documentation):
8760 Use int, not EMACS_INT, where int is wide enough.
8761 (get_doc_string):
8762 Use SAFE_ALLOCA, not alloca.
8763 Check for overflow when converting EMACS_INT to off_t.
8764 * doprnt.c (doprnt):
8765 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8766 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
8767 Don't assume uid_t fits into fixnum.
8768 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
8769 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
8770 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
8771 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
8772 (general_insert_function)
8773 (Finsert_char, make_buffer_string, make_buffer_string_both)
8774 (update_buffer_properties, Fbuffer_substring)
8775 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
8776 (Fsubst_char_in_region, check_translation)
8777 (Ftranslate_region_internal, save_restriction_restore, Fformat)
8778 (transpose_markers, Ftranspose_regions):
8779 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8780 (clip_to_bounds): Move to lisp.h as an inline function).
8781 (Fconstrain_to_field): Don't assume integers are nonnegative.
8782 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
8783 (Fsubst_char_in_region, Fsave_restriction):
8784 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8785 (Femacs_pid): Don't assume pid_t fits into fixnum.
8786 (lo_time): Use int, not EMACS_INT, when int suffices.
8787 (lisp_time_argument): Check for usec out of range.
8788 (Fencode_time): Don't assume fixnum fits in int.
8789 (Fuser_login_name, Fuser_full_name): Signal an error
8790 if a uid argument is out of range, rather than relying on
8791 undefined behavior.
8792 (Fformat_time_string): Remove now-unnecessary check.
8793 lisp_time_argument checks for out-of-range usec now.
8794 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
8795 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
8796 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
8797 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
8798 (init_cmdargs, Fdump_emacs):
8799 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8800 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
8801 the bottom (typically) 32 bits of the fixnum.
8802 * eval.c (specpdl_size, call_debugger):
8803 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8804 (when_entered_debugger, Fbacktrace_debug):
8805 Don't assume fixnum can fit in int.
8806 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
8807 the object just before a buffer; this is not portable.
8808 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
8809 (grow_specpdl, unbind_to):
8810 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8811 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
8812 (grow_specpdl): Simplify allocation by using xpalloc.
8813 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
8814 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
8815 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
8816 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8817 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
8818 (a_write, e_write):
8819 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8820 (Fcopy_file, non_regular_nbytes, read_non_regular)
8821 (Finsert_file_contents):
8822 Use int, not EMACS_INT, where int is wide enough.
8823 (READ_BUF_SIZE): Verify that it fits in int.
8824 (Finsert_file_contents): Check that counts are in proper range,
8825 rather than assuming fixnums fit into ptrdiff_t etc.
8826 Don't assume fixnums fit into int.
8827 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
8828 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
8829 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
8830 (string_char_to_byte, string_byte_to_char)
8831 (string_make_multibyte, string_to_multibyte)
8832 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
8833 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
8834 (substring_both, Fdelete, internal_equal, Ffillarray)
8835 (Fclear_string, mapcar1)
8836 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
8837 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
8838 (larger_vector, make_hash_table, maybe_resize_hash_table)
8839 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
8840 (Fmaphash, secure_hash):
8841 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8842 (concat): Check for string index and length overflow.
8843 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
8844 (Frequire):
8845 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8846 (larger_vector): New API (vec, incr_min, size_max) replaces old
8847 one (vec, new_size, init). This catches size overflow.
8848 INIT was removed because it was always Qnil.
8849 All callers changed.
8850 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
8851 the upper bound on a hash table index size.
8852 (make_hash_table, maybe_resize_hash_table): Use it.
8853 (secure_hash): Computer start_byte and end_byte only after
8854 they're known to be in ptrdiff_t range.
8855 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
8856 (Ffont_get_glyphs, Ffont_at):
8857 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8858 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
8859 (Flist_fonts, Fopen_font):
8860 Don't assume fixnum can fit in int.
8861 (check_gstring): Don't assume index can fit in int.
8862 (font_match_p): Check that fixnum is a character, not a nonnegative
8863 fixnum, since the later code needs to stuff it into an int.
8864 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
8865 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
8866 conversion overflow issues.
8867 (Fopen_font): Check for integer out of range.
8868 (Ffont_get_glyphs): Don't assume index can fit in int.
8869 * font.h: Adjust decls to match defn changes elsewhere.
8870 * fontset.c (reorder_font_vector): Redo score calculation to avoid
8871 integer overflow.
8872 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
8873 printmax_t, where ptrdiff_t is wide enough.
8874 (Finternal_char_font):
8875 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8876 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
8877 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
8878 (Fset_frame_position, x_set_frame_parameters)
8879 (x_set_line_spacing, x_set_border_width)
8880 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
8881 Check that fixnums are in proper range for system types.
8882 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
8883 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8884 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
8885 Use SAFE_ALLOCA_LISP, not alloca.
8886 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
8887 intptr_t is wide enough.
8888 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
8889 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
8890 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
8891 Check for fixnum out of range.
8892 * ftfont.c (ftfont_list): Don't assume index fits in int.
8893 Check that fixnums are in proper range for system types.
8894 (ftfont_shape_by_flt):
8895 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8896 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
8897 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8898 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
8899 Check that fixnums are in proper range for system types.
8900 * gnutls.h: Adjust decls to match defn changes elsewhere.
8901 * gtkutil.c (xg_dialog_run):
8902 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8903 (update_frame_tool_bar):
8904 Check that fixnums are in proper range for system types.
8905 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
8906 (lookup_image): Check that fixnums are in range for system types.
8907 * indent.c (last_known_column, last_known_column_point):
8908 (current_column_bol_cache):
8909 (skip_invisible, current_column, check_display_width):
8910 (check_display_width, scan_for_column, current_column_1)
8911 (Findent_to, Fcurrent_indentation, position_indentation)
8912 (indented_beyond_p, Fmove_to_column, compute_motion):
8913 (Fcompute_motion, Fvertical_motion):
8914 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8915 (last_known_column_modified): Use EMACS_INT, not int.
8916 (check_display_width):
8917 (Fcompute_motion):
8918 Check that fixnums and floats are in proper range for system types.
8919 (compute_motion): Don't assume index or fixnum fits in int.
8920 (compute_motion, Fcompute_motion):
8921 Use int, not EMACS_INT, when it is wide enough.
8922 (vmotion): Omit local var start_hpos that is always 0; that way
8923 we don't need to worry about overflow in expressions involving it.
8924 * indent.h: Adjust decls to match defn changes elsewhere.
8925 (struct position):
8926 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8927 Use int, not EMACS_INT, where int is wide enough.
8928 Remove unused members ovstring_chars_done and tab_offset;
8929 all uses removed.
8930 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
8931 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
8932 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
8933 (make_gap, copy_text, insert, insert_and_inherit)
8934 (insert_before_markers, insert_before_markers_and_inherit)
8935 (insert_1, count_combining_before, count_combining_after)
8936 (insert_1_both, insert_from_string)
8937 (insert_from_string_before_markers, insert_from_string_1)
8938 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
8939 (adjust_after_replace, adjust_after_insert, replace_range)
8940 (replace_range_2, del_range, del_range_1, del_range_byte)
8941 (del_range_both, del_range_2, modify_region)
8942 (prepare_to_modify_buffer, signal_before_change)
8943 (signal_after_change, Fcombine_after_change_execute):
8944 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8945 * intervals.c (traverse_intervals, rotate_right, rotate_left)
8946 (balance_an_interval, split_interval_right, split_interval_left)
8947 (find_interval, next_interval, update_interval)
8948 (adjust_intervals_for_insertion, delete_node, delete_interval)
8949 (interval_deletion_adjustment, adjust_intervals_for_deletion)
8950 (static_offset_intervals, offset_intervals)
8951 (merge_interval_right, merge_interval_left, make_new_interval)
8952 (graft_intervals_into_buffer, temp_set_point_both)
8953 (temp_set_point, set_point, adjust_for_invis_intang)
8954 (set_point_both, move_if_not_intangible, get_property_and_range)
8955 (get_local_map, copy_intervals, copy_intervals_to_string)
8956 (compare_string_intervals, set_intervals_multibyte_1):
8957 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8958 * intervals.h: Adjust decls to match defn changes elsewhere.
8959 (struct interval):
8960 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8961 * keyboard.c (this_command_key_count, this_single_command_key_start)
8962 (before_command_key_count, before_command_echo_length, echo_now)
8963 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
8964 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
8965 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
8966 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
8967 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8968 (last_non_minibuf_size, last_point_position, echo_truncate)
8969 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
8970 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
8971 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
8972 (stuff_buffered_input):
8973 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8974 (last_auto_save, command_loop_1, read_char):
8975 Use EMACS_INT, not int, to avoid integer overflow.
8976 (record_char): Avoid overflow in total_keys computation.
8977 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
8978 * keyboard.h: Adjust decls to match defn changes elsewhere.
8979 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
8980 (Fkey_description, Fdescribe_vector, Flookup_key):
8981 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
8982 (click_position): New function, to check that positions are in range.
8983 (Fcurrent_active_maps):
8984 (describe_command):
8985 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8986 (Faccessible_keymaps, Fkey_description):
8987 (preferred_sequence_p):
8988 Don't assume fixnum can fit into int.
8989 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
8990 Check for integer overflow in size calculations.
8991 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
8992 avoid mishandling large integers.
8993 * lisp.h: Adjust decls to match defn changes elsewhere.
8994 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
8995 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
8996 (struct Lisp_Marker):
8997 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
8998 (clip_to_bounds): Now an inline function, moved here from editfns.c.
8999 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
9000 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
9001 All callers changed.
9002 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
9003 Assume the arg has valid form, since it always does.
9004 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
9005 unsigned integer system type.
9006 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
9007 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
9008 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9009 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
9010 (duration_to_sec_usec): New decl.
9011 * lread.c (read_from_string_index, read_from_string_index_byte)
9012 (read_from_string_limit, readchar, unreadchar, openp)
9013 (read_internal_start, read1, oblookup):
9014 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9015 (Fload, readevalloop, Feval_buffer, Feval_region):
9016 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9017 (openp): Check for out-of-range argument to 'access'.
9018 (read1): Use int, not EMACS_INT, where int is wide enough.
9019 Don't assume fixnum fits into int.
9020 Fix off-by-one error that can read outside a buffer.
9021 (read_filtered_event): Use duration_to_sec_usec
9022 to do proper overflow checking on durations.
9023 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
9024 in size calculation.
9025 (Fexecute_kbd_macro):
9026 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9027 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
9028 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
9029 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
9030 (set_marker_both, set_marker_restricted_both, marker_position)
9031 (marker_byte_position, Fbuffer_has_markers_at):
9032 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9033 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
9034 * menu.c (ensure_menu_items): Rename from grow_menu_items.
9035 It now merely ensures that the menu is large enough, without
9036 necessarily growing it, as this avoids some integer overflow issues.
9037 All callers changed.
9038 (keymap_panes, parse_single_submenu, Fx_popup_menu):
9039 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9040 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
9041 Use SAFE_ALLOCA_LISP, not alloca.
9042 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
9043 to EMACS_INT. Check that fixnums are in proper range for system types.
9044 * minibuf.c (minibuf_prompt_width, string_to_object)
9045 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
9046 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
9047 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9048 (get_minibuffer, read_minibuf_unwind):
9049 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9050 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
9051 this simplifies overflow checking. All callers changed.
9052 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
9053 (Ftest_completion):
9054 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9055 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
9056 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
9057 Check that fixnums are in proper range for system types.
9058 (Fx_create_frame, Fx_show_tip):
9059 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9060 * nsfont.m (ns_findfonts, nsfont_list_family):
9061 Don't assume fixnum fits in long.
9062 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
9063 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9064 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
9065 wide enough.
9066 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
9067 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9068 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
9069 (PRINTDECLARE, PRINTPREPARE):
9070 (strout, print_string):
9071 (print, print_preprocess, print_check_string_charset_prop)
9072 (print_object):
9073 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9074 (PRINTDECLARE):
9075 (temp_output_buffer_setup, Fprin1_to_string, print_object):
9076 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9077 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
9078 (printchar, strout): Use xpalloc to catch size calculation overflow.
9079 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
9080 (print_error_message): Use SAFE_ALLOCA, not alloca.
9081 (print_object): Use int, not EMACS_INT, where int is wide enough.
9082 (print_depth, new_backquote_output, print_number_index):
9083 Use ptrdiff_t, not int, where int might not be wide enough.
9084 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
9085 (Fset_process_window_size, Fformat_network_address)
9086 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
9087 (sigchld_handler):
9088 Check that fixnums are in proper range for system types.
9089 (Fsignal_process): Simplify by avoiding a goto.
9090 Check for process-ids out of pid_t range rather than relying on
9091 undefined behavior.
9092 (process_tick, update_tick): Use EMACS_INT, not int.
9093 (Fformat_network_address, read_process_output, send_process)
9094 (Fprocess_send_region, status_notify):
9095 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9096 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
9097 (wait_reading_process_output, read_process_output, exec_sentinel):
9098 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9099 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
9100 (Faccept_process_output): Use duration_to_sec_usec to do proper
9101 overflow checking on durations.
9102 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
9103 Don't assume pid_t fits in int.
9104 * process.h (struct Lisp_Process): Members tick and update_tick
9105 are now of type EMACS_INT, not int.
9106 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
9107 configured --with-wide-int.
9108 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
9109 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
9110 * search.c (looking_at_1, string_match_1):
9111 (fast_string_match, fast_c_string_match_ignore_case)
9112 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
9113 (scan_newline, find_before_next_newline, search_command)
9114 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
9115 (set_search_regs, wordify):
9116 (Freplace_match):
9117 (Fmatch_data):
9118 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9119 (string_match_1, search_buffer, set_search_regs):
9120 (Fmatch_data):
9121 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9122 (wordify): Check for overflow in size calculation.
9123 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
9124 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
9125 Check that fixnums are in proper range for system types.
9126 * sound.c (struct sound_device)
9127 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
9128 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9129 (Fplay_sound_internal):
9130 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9131 * syntax.c (struct lisp_parse_state, find_start_modiff)
9132 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
9133 (Fparse_partial_sexp):
9134 Don't assume fixnums can fit in int.
9135 (struct lisp_parse_state, find_start_pos, find_start_value)
9136 (find_start_value_byte, find_start_begv)
9137 (update_syntax_table, char_quoted, dec_bytepos)
9138 (find_defun_start, prev_char_comend_first, back_comment):
9139 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
9140 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
9141 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9142 (Finternal_describe_syntax_value): Check that match_lisp is a
9143 character, not an integer, since the code stuffs it into int.
9144 (scan_words, scan_sexps_forward):
9145 Check that fixnums are in proper range for system types.
9146 (Fforward_word):
9147 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9148 (scan_sexps_forward):
9149 Use CHARACTERP, not INTEGERP, since the value must fit into int.
9150 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
9151 * syntax.h: Adjust decls to match defn changes elsewhere.
9152 (struct gl_state_s):
9153 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9154 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
9155 MOST_POSITIVE_FIXNUM.
9156 * sysdep.c (wait_for_termination_1, wait_for_termination)
9157 (interruptible_wait_for_termination, mkdir):
9158 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
9159 (emacs_read, emacs_write):
9160 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9161 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
9162 and double all fit in int.
9163 * term.c (set_tty_color_mode):
9164 Check that fixnums are in proper range for system types.
9165 * termhooks.h (struct input_event):
9166 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9167 * textprop.c (validate_interval_range, interval_of)
9168 (Fadd_text_properties, set_text_properties_1)
9169 (Fremove_text_properties, Fremove_list_of_text_properties)
9170 (Ftext_property_any, Ftext_property_not_all)
9171 (copy_text_properties, text_property_list, extend_property_ranges)
9172 (verify_interval_modification):
9173 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9174 (Fnext_single_char_property_change)
9175 (Fprevious_single_char_property_change):
9176 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9177 (copy_text_properties):
9178 Check for integer overflow in index calculation.
9179 * undo.c (last_boundary_position, record_point, record_insert)
9180 (record_delete, record_marker_adjustment, record_change)
9181 (record_property_change):
9182 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9183 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
9184 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9185 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
9186 (Fx_hide_tip, Fx_file_dialog):
9187 * w32menu.c (set_frame_menubar):
9188 Use ptrdiff_t, not int, for consistency with rest of code.
9189 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
9190 (select_window, Fdelete_other_windows_internal)
9191 (window_scroll_pixel_based, window_scroll_line_based)
9192 (Frecenter, Fset_window_configuration):
9193 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9194 (Fset_window_hscroll, run_window_configuration_change_hook)
9195 (set_window_buffer, temp_output_buffer_show, scroll_command)
9196 (Fscroll_other_window, Frecenter):
9197 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9198 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
9199 Don't assume fixnum fits in int.
9200 (Fset_window_scroll_bars):
9201 Check that fixnums are in proper range for system types.
9202 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
9203 (string_pos, c_string_pos, number_of_chars, init_iterator)
9204 (in_ellipses_for_invisible_text_p, init_from_display_pos)
9205 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
9206 (compute_display_string_end, handle_face_prop)
9207 (face_before_or_after_it_pos, handle_invisible_prop)
9208 (handle_display_prop, handle_display_spec, handle_single_display_spec)
9209 (display_prop_intangible_p, string_buffer_position_lim)
9210 (string_buffer_position, handle_composition_prop, load_overlay_strings)
9211 (get_overlay_strings_1, get_overlay_strings)
9212 (iterate_out_of_display_property, forward_to_next_line_start)
9213 (back_to_previous_visible_line_start, reseat, reseat_to_string)
9214 (get_next_display_element, set_iterator_to_next)
9215 (get_visually_first_element, compute_stop_pos_backwards)
9216 (handle_stop_backwards, next_element_from_buffer)
9217 (move_it_in_display_line_to, move_it_in_display_line)
9218 (move_it_to, move_it_vertically_backward, move_it_by_lines)
9219 (add_to_log, message_dolog, message_log_check_duplicate)
9220 (message2, message2_nolog, message3, message3_nolog
9221 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
9222 (current_message_1, truncate_echo_area, truncate_message_1)
9223 (set_message, set_message_1, store_mode_line_noprop)
9224 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
9225 (text_outside_line_unchanged_p, check_point_in_composition)
9226 (reconsider_clip_changes)
9227 (redisplay_internal, set_cursor_from_row, try_scrolling)
9228 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
9229 (redisplay_window, find_last_unchanged_at_beg_row)
9230 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
9231 (trailing_whitespace_p, find_row_edges, display_line)
9232 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
9233 (display_mode_element, store_mode_line_string)
9234 (pint2str, pint2hrstr, decode_mode_spec)
9235 (display_count_lines, display_string, draw_glyphs)
9236 (x_produce_glyphs, x_insert_glyphs)
9237 (rows_from_pos_range, mouse_face_from_buffer_pos)
9238 (fast_find_string_pos, mouse_face_from_string_pos)
9239 (note_mode_line_or_margin_highlight, note_mouse_highlight):
9240 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9241 (safe_call, init_from_display_pos, handle_fontified_prop)
9242 (handle_single_display_spec, load_overlay_strings)
9243 (with_echo_area_buffer, setup_echo_area_for_printing)
9244 (display_echo_area, echo_area_display)
9245 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
9246 (update_tool_bar, hscroll_window_tree, redisplay_internal)
9247 (redisplay_window, dump_glyph_row, display_mode_line)
9248 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
9249 (handle_display_spec, display_prop_string_p):
9250 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9251 (handle_single_display_spec, build_desired_tool_bar_string)
9252 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
9253 (get_specified_cursor_type):
9254 Check that fixnums are in proper range for system types.
9255 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
9256 (Flookup_image_map):
9257 Don't assume fixnums fit in int.
9258 (compare_overlay_entries):
9259 Avoid mishandling comparisons due to subtraction overflow.
9260 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
9261 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
9262 (handle_tool_bar_click):
9263 Use int, not unsigned, since we prefer signed and the signedness
9264 doesn't matter here.
9265 (get_next_display_element, next_element_from_display_vector):
9266 Use int, not EMACS_INT, when int is wide enough.
9267 (start_hourglass): Use duration_to_sec_usec to do proper
9268 overflow checking on durations.
9269 * xfaces.c (Fbitmap_spec_p):
9270 Check that fixnums are in proper range for system types.
9271 (compare_fonts_by_sort_order):
9272 Avoid mishandling comparisons due to subtraction overflow.
9273 (Fx_family_fonts, realize_basic_faces):
9274 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9275 (Fx_family_fonts):
9276 Don't assume fixnum fits in int.
9277 Use SAFE_ALLOCA_LISP, not alloca.
9278 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
9279 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
9280 (face_at_buffer_position, face_for_overlay_string)
9281 (face_at_string_position):
9282 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9283 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
9284 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
9285 (Fx_show_tip):
9286 Check that fixnums are in proper range for system types.
9287 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
9288 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
9289 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9290 (Fx_change_window_property): Don't assume fixnums fit in int.
9291 * xfont.c (xfont_chars_supported):
9292 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9293 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
9294 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
9295 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9296 * xml.c (parse_region):
9297 * xrdb.c (magic_file_p):
9298 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
9299 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
9300 (x_get_local_selection, x_reply_selection_request)
9301 (x_handle_selection_request, wait_for_property_change):
9302 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9303 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
9304 short is wide enough.
9305 (x_send_client_event): Don't assume fixnum fits in int.
9306 * xterm.c (x_x_to_emacs_modifiers):
9307 Don't assume EMACS_INT overflows nicely into int.
9308 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
9309 may come from Lisp.
9310 (handle_one_xevent): NATNUMP can eval its arg twice.
9311 (x_connection_closed):
9312 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
9313 * xterm.h: Adjust decls to match defn changes elsewhere.
9314 (struct scroll_bar): Use struct vectorlike_header
9315 rather than rolling our own approximation.
9316 (SCROLL_BAR_VEC_SIZE): Remove; not used.
9317
9318 2012-05-25 Glenn Morris <rgm@gnu.org>
9319
9320 * lisp.mk (lisp): Update for more files being compiled now.
9321
9322 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * lread.c: Remove `read_pure' which makes no difference.
9325 (read_pure): Remove var.
9326 (unreadpure): Remove function.
9327 (readevalloop): Don't call read_list with -1 flag.
9328 (read1, read_vector): Don't test read_pure any more.
9329 (read_list): Simplify.
9330
9331 * fileio.c, character.h: Minor style tweaks.
9332
9333 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
9334
9335 * window.h (clip_changed): Remove useless declaration.
9336
9337 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
9338
9339 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
9340 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
9341
9342 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
9343
9344 Remove src/m/*.
9345 This directory predates autoconf and is no longer needed nowadays.
9346 Move its few remaining bits of functionality to where they're needed.
9347 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
9348 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
9349 * m/template.h: Remove.
9350 * Makefile.in (M_FILE): Remove. All uses removed.
9351 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
9352 * lisp.h (USE_LSB_TAG):
9353 * mem-limits.h (EXCEEDS_LISP_PTR):
9354 Use VAL_MAX, not VALBITS, in #if.
9355 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
9356 (EMACS_UINT): Define unconditionally now.
9357 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
9358 (BITS_PER_EMACS_INT): New constants, replacing
9359 what used to be in config.h, but not useful in #if.
9360 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
9361 define them any more.
9362 (VAL_MAX): New macro.
9363 (VALMASK): Use it.
9364 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
9365 BITS_PER_EMACS_INT, in #if.
9366 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
9367 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
9368 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
9369 * s/ms-w32.h (DATA_START):
9370 Move here from removed file m/intel386.h.
9371 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
9372 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
9373
9374 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
9375
9376 Assume C89 or later.
9377 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
9378 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
9379 (xrealloc):
9380 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
9381 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
9382 * textprop.c, tparam.c (NULL): Remove.
9383 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
9384 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
9385 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
9386 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
9387 * xterm.c (input_signal_count): Assume volatile works.
9388
9389 2012-05-21 Ken Brown <kbrown@cornell.edu>
9390
9391 * xgselect.c (xg_select): Fix first argument in call to 'select'
9392 (bug#11508).
9393
9394 2012-05-20 Ken Brown <kbrown@cornell.edu>
9395
9396 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
9397 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
9398
9399 2012-05-19 Ken Brown <kbrown@cornell.edu>
9400
9401 * xfns.c (x_in_use): Remove `static' qualifier.
9402 * xterm.h (x_in_use): Declare.
9403 * xgselect.c: Include xterm.h.
9404 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
9405 and `display_arg' (bug#9754).
9406
9407 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
9408
9409 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
9410
9411 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
9412 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
9413
9414 2012-05-18 Eli Zaretskii <eliz@gnu.org>
9415
9416 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
9417
9418 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
9419 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
9420
9421 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
9422 reference to image_cache->refcount.
9423 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
9424
9425 2012-05-17 Juri Linkov <juri@jurta.org>
9426
9427 * search.c (Fword_search_regexp, Fword_search_backward)
9428 (Fword_search_forward, Fword_search_backward_lax)
9429 (Fword_search_forward_lax): Move functions to isearch.el
9430 (bug#10145, bug#11381).
9431
9432 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
9433
9434 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
9435
9436 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * lread.c (init_obarray): Declare Qt and Qnil as special.
9439
9440 2012-05-14 Glenn Morris <rgm@gnu.org>
9441
9442 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
9443 Put "libexec" before "bin", for the sake of init_callproc_1.
9444
9445 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
9446
9447 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
9448
9449 * unexaix.c: Port to more-recent AIX compilers.
9450 (report_error, report_error_1, make_hdr, copy_sym)
9451 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
9452 Make arguments const char *, not char *, to avoid violations of C
9453 standard and to fix some AIX warnings reported by Gilles Pion.
9454
9455 2012-05-14 Eli Zaretskii <eliz@gnu.org>
9456
9457 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
9458 already have overlays loaded.
9459 (handle_single_display_spec): Before returning without displaying
9460 fringe bitmap, synchronize the bidi iterator with the main display
9461 iterator, by calling iterate_out_of_display_property.
9462 (iterate_out_of_display_property): Detect buffer iteration by
9463 testing that it->string is a Lisp string.
9464 (get_next_display_element): When the current object is exhausted,
9465 and there's something on it->stack, call set_iterator_to_next to
9466 proceed with what's on the stack, instead of returning zero.
9467 (set_iterator_to_next): If called at the end of a Lisp string,
9468 proceed to consider_string_end without incrementing string
9469 position. Don't increment display vector index past the end of
9470 the display vector. (Bug#11417)
9471 (pos_visible_p): Don't report a position visible when move_it_to
9472 stopped at the last line of window, which happens to be scanned
9473 backwards by the bidi iteration. (Bug#11464)
9474
9475 2012-05-14 Eli Zaretskii <eliz@gnu.org>
9476
9477 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
9478 and right-margin display specs even if the spec is invalid or we
9479 are on a TTY, and thus unable to display on the fringes.
9480 That's because the text with the property will not be displayed anyway,
9481 so we need to signal to the caller that this is a "replacing"
9482 display spec. This fixes display when the spec is invalid or we
9483 are on a TTY.
9484
9485 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
9486
9487 * unexaix.c (make_hdr): Fix typo in prototype.
9488 This bug broke the build on AIX. Problem reported by Gilles Pion.
9489
9490 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
9491
9492 * keyboard.c (kbd_buffer_get_event): Read special events also in
9493 batch mode. (Bug#11415)
9494
9495 2012-05-12 Glenn Morris <rgm@gnu.org>
9496
9497 * ns.mk: Update for ns_appbindir no longer having trailing "/".
9498
9499 2012-05-12 Eli Zaretskii <eliz@gnu.org>
9500
9501 * lisp.mk (lisp): Add newcomment.elc.
9502
9503 2012-05-12 Glenn Morris <rgm@gnu.org>
9504
9505 * Makefile.in (MKDIR_P): New, set by configure.
9506 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
9507
9508 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
9509
9510 Remove unused function hourglass_started.
9511 * dispextern.h (hourglass_started):
9512 * w32fns.c (hourglass_started):
9513 * xdisp.c (hourglass_started): Remove.
9514
9515 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
9516
9517 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
9518 Update dependencies.
9519
9520 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
9521
9522 * xgselect.c (xg_select): Put maxfds+1 into a var.
9523 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
9524
9525 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
9526
9527 2012-05-10 Dave Abrahams <dave@boostpro.com>
9528
9529 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
9530 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
9531
9532 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
9533
9534 * dbusbind.c (xd_registered_buses): New internal Lisp object.
9535 Rename all occurences of Vdbus_registered_buses to xd_registered_buses.
9536 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
9537 Initialize xd_registered_buses.
9538
9539 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
9540
9541 Untag more efficiently if USE_LSB_TAG.
9542 This is based on a proposal by YAMAMOTO Mitsuharu in
9543 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
9544 For an admittedly artificial (nth 8000 longlist) benchmark on
9545 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
9546 Emacs's overall text size by 1%.
9547 * lisp.h (XUNTAG): New macro.
9548 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
9549 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
9550 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
9551 * eval.c (Fautoload):
9552 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
9553 * frame.h (XFRAME): Use XUNTAG.
9554
9555 Port recent dbusbind.c changes to 32-bit --with-wide-int.
9556 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
9557 Remove unportable assumptions about print widths of types like
9558 dbus_uint32_t.
9559 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
9560 intptr_t when converting between pointer and integer, to avoid GCC
9561 warnings about wrong width.
9562
9563 2012-05-09 Eli Zaretskii <eliz@gnu.org>
9564
9565 * w32proc.c (new_child): Force Windows to reserve only 64KB of
9566 stack for each reader_thread, instead of defaulting to 8MB
9567 determined by the linker. This avoids failures in creating
9568 subprocesses on Windows 7, see the discussion in this thread:
9569 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
9570
9571 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
9572
9573 Fix up display of the *Minibuf-0* buffer in the mini window.
9574 * keyboard.c (read_char): Don't clear the echo area if there's no
9575 message to clear.
9576 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
9577 contents of *Minibuf-0*) if there's no message displayed in its stead.
9578
9579 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
9580
9581 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
9582 batch mode.
9583
9584 2012-05-06 Chong Yidong <cyd@gnu.org>
9585
9586 * lisp.mk (lisp): Update.
9587
9588 2012-05-05 Jim Meyering <meyering@redhat.com>
9589
9590 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
9591
9592 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9593
9594 * data.c (PUT_ERROR): New macro.
9595 (syms_of_data): Use it. Add new error type `user-error'.
9596 * undo.c (user_error): New function.
9597 (Fprimitive_undo): Use it.
9598 * print.c (print_error_message): Adjust print style for `user-error'.
9599 * keyboard.c (user_error): New function.
9600 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
9601
9602 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
9603
9604 Do not limit current-time-string to years 1000..9999.
9605 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
9606 (Fcurrent_time_string): Support any year that is supported by the
9607 underlying localtime representation. Don't use asctime, as it
9608 has undefined behavior for years outside the range -999..9999.
9609
9610 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
9611
9612 Fix race conditions involving setenv, gmtime, localtime, asctime.
9613 Without this fix, interrupts could mess up code that uses these
9614 nonreentrant functions, since setting TZ invalidates existing
9615 tm_zone or tzname values, and since most of these functions return
9616 pointers to static storage.
9617 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
9618 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
9619 Grow the critical sections to include not just invoking
9620 localtime/gmtime, but also accessing these functions' results
9621 including their tm_zone values if any, and any related TZ setting.
9622 (format_time_string): Last arg is now struct tm *, not struct tm **,
9623 so that the struct tm is saved in the critical section.
9624 All callers changed. Simplify allocation of initial buffer, partly
9625 motivated by the fact that memory allocation needs to be outside
9626 the critical section.
9627
9628 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
9629
9630 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
9631 with RESET_INTERVAL.
9632
9633 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
9634 Remove duplicated buffer name initialization.
9635
9636 2012-05-02 Jim Meyering <jim@meyering.net>
9637
9638 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
9639
9640 * xfns.c (x_window): Use xstrdup (Bug#11375).
9641
9642 2012-05-02 Eli Zaretskii <eliz@gnu.org>
9643
9644 * xdisp.c (pos_visible_p): If already at a newline from the
9645 display string before the 'while' loop, don't walk back the glyphs
9646 from it3.glyph_row. Solves assertion violation when the display
9647 string begins with a newline (egg.el). (Bug#11367)
9648
9649 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
9652 Move to simple.el.
9653
9654 2012-05-01 Glenn Morris <rgm@gnu.org>
9655
9656 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
9657 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
9658 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
9659 All were removed before 23.1.
9660
9661 * dispnew.c: Remove HAVE_LIBNCURSES test;
9662 it is always true on relevant platforms.
9663
9664 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
9665 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
9666
9667 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
9668
9669 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
9670
9671 * .gdbinit (xpr): Remove checks for no longer existing misc types.
9672 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
9673 Remove.
9674
9675 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
9676
9677 Do not avoid creating empty evaporating overlays (Bug#9642).
9678 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
9679 That is, do not delete an evaporating overlay if it becomes
9680 empty after its bounds are adjusted to fit within its buffer.
9681 This fix caused other problems, and I'm reverting it until we get
9682 to the bottom of them.
9683
9684 2012-04-27 Chong Yidong <cyd@gnu.org>
9685
9686 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
9687
9688 2012-04-27 Eli Zaretskii <eliz@gnu.org>
9689
9690 * xdisp.c (pos_visible_p): If the window start position is beyond
9691 ZV, start the display from buffer beginning. Prevents assertion
9692 violation in init_iterator when the minibuffer window is scrolled
9693 via the scroll bar.
9694
9695 * window.c (window_scroll_pixel_based): Likewise.
9696
9697 2012-04-27 Chong Yidong <cyd@gnu.org>
9698
9699 * keymap.c (where_is_internal): Doc fix (Bug#10872).
9700
9701 2012-04-27 Glenn Morris <rgm@gnu.org>
9702
9703 * fileio.c (Fcopy_file, Fset_file_selinux_context):
9704 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
9705
9706 2012-04-27 Eli Zaretskii <eliz@gnu.org>
9707
9708 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
9709 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
9710
9711 2012-04-26 Eli Zaretskii <eliz@gnu.org>
9712
9713 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
9714 display element, check also the underlying string or buffer
9715 character. (Bug#11341)
9716
9717 * w32menu.c: Include w32heap.h.
9718 (add_menu_item): If the call to AppendMenuW (via
9719 unicode_append_menu) fails, disable Unicode menus only if we are
9720 running on Windows 9X/Me.
9721
9722 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
9723
9724 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
9725 (xgetint): Add missing shift for LSB tags.
9726
9727 2012-04-24 Martin Rudalics <rudalics@gmx.at>
9728
9729 * keyboard.c (read_char): Don't wipe echo area for select window
9730 events: These might get delayed via `mouse-autoselect-window'
9731 (Bug#11304).
9732
9733 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
9734
9735 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
9736 manipulation of :loaded-from data.
9737
9738 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
9739
9740 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
9741 now a cons (bug#11311).
9742
9743 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
9744
9745 Do not create empty overlays with the evaporate property (Bug#9642).
9746 * buffer.c (Fmove_overlay): Delete an evaporating overlay
9747 if it becomes empty after its bounds are adjusted to fit within
9748 its buffer. Without this fix, in a nonempty buffer (let ((o
9749 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
9750 yields an empty overlay that has the evaporate property, which is
9751 not supposed to happen.
9752
9753 Fix minor GTK3 problems found by static checking.
9754 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
9755 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
9756 (struct _EmacsFixedClass, emacs_fixed_get_type):
9757 Move decls here from emacsgtkfixed.h, since they needn't be public.
9758 (emacs_fixed_get_type): Now static.
9759 (emacs_fixed_class_init): Omit unused local.
9760 (emacs_fixed_child_type): Remove; unused.
9761 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
9762 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
9763 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
9764 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
9765 (EMACS_FIXED_GET_CLASS): Remove; unused.
9766 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
9767
9768 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
9769 Problem reported by Juanma Barranquero for Windows -Wunused-function.
9770
9771 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
9772
9773 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
9774 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
9775 (__malloc_size_t, __malloc_ptrdiff_t):
9776 Remove. All uses removed, replaced by the definiens if needed,
9777 since we can assume C89 or better now.
9778 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
9779 (protect_malloc_state, align, get_contiguous_space)
9780 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
9781 (malloc_atfork_handler_child, malloc_enable_thread)
9782 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
9783 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
9784 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
9785 (special_realloc, _realloc_internal_nolock, _realloc_internal)
9786 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
9787 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
9788 Define using prototypes, not old style.
9789 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
9790 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
9791 (align): Don't assume that signed integer overflow wraps around.
9792 Omit unused local var.
9793 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
9794 (_free_internal_nolock, memalign, mallochook, reallochook):
9795 Omit no-longer-needed casts.
9796 (valloc): Use getpagesize, not __getpagesize.
9797 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
9798 (struct hdr): The 'magic' member is now size_t, not unsigned long.
9799
9800 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
9801
9802 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
9803
9804 Move functions from C to Lisp. Make non-blocking method calls
9805 the default. Implement further D-Bus standard interfaces.
9806
9807 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
9808 (QCdbus_request_name_allow_replacement)
9809 (QCdbus_request_name_replace_existing)
9810 (QCdbus_request_name_do_not_queue)
9811 (QCdbus_request_name_reply_primary_owner)
9812 (QCdbus_request_name_reply_in_queue)
9813 (QCdbus_request_name_reply_exists)
9814 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
9815 (QCdbus_registered_serial, QCdbus_registered_method)
9816 (QCdbus_registered_signal): New Lisp objects.
9817 (XD_DEBUG_MESSAGE): Use sizeof.
9818 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
9819 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
9820 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
9821 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
9822 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
9823 (xd_signature, xd_append_arg): Allow float for integer types.
9824 (xd_get_connection_references): New function.
9825 (xd_get_connection_address): Rename from xd_initialize.
9826 Return cached address.
9827 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
9828 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
9829 level.
9830 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
9831 Return number of refcounts.
9832 (Fdbus_get_unique_name): Make stronger parameter check.
9833 (Fdbus_message_internal): New defun.
9834 (Fdbus_call_method, Fdbus_call_method_asynchronously)
9835 (Fdbus_method_return_internal, Fdbus_method_error_internal)
9836 (Fdbus_send_signal, Fdbus_register_service)
9837 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
9838 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
9839 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
9840 (Vdbus_compiled_version, Vdbus_runtime_version)
9841 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
9842 (Vdbus_message_type_method_return, Vdbus_message_type_error)
9843 (Vdbus_message_type_signal): New defvars.
9844 (Vdbus_registered_buses, Vdbus_registered_objects_table):
9845 Adapt docstring.
9846
9847 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
9848
9849 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
9850 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
9851 Do not assume ptrdiff_t is the same width as 'int'.
9852
9853 * alloc.c: Handle unusual debugging option combinations.
9854 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
9855 since the two debugging options are incompatible.
9856 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
9857 is defined.
9858 (mem_init, mem_insert, mem_insert_fixup):
9859 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
9860 (NEED_MEM_INSERT): Remove; no longer needed.
9861
9862 2012-04-22 Leo Liu <sdl.web@gmail.com>
9863
9864 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
9865
9866 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
9867
9868 * sysdep.c [__FreeBSD__]: Minor cleanups.
9869 (list_system_processes, system_process_attributes) [__FreeBSD__]:
9870 Use Emacs indenting style more consistently. Avoid some casts.
9871 Use 'double' consistently rather than mixing 'float' and 'double'.
9872
9873 2012-04-21 Eduard Wiebe <usenet@pusto.de>
9874
9875 * sysdep.c (list_system_processes, system_process_attributes):
9876 Add implementation for FreeBSD (Bug#5243).
9877
9878 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
9879
9880 * lisp.mk (lisp): Update.
9881
9882 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
9883
9884 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
9885 It is never used otherwise.
9886
9887 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * print.c (print_preprocess): Only check print_depth if print-circle
9890 is nil.
9891 (print_object): Check for cycles even when print-circle is nil and
9892 print-gensym is t, but only check print_depth if print-circle is nil.
9893
9894 2012-04-20 Chong Yidong <cyd@gnu.org>
9895
9896 * process.c (wait_reading_process_output): If EIO occurs on a pty,
9897 set the status to "failed" and ensure that sentinel is run.
9898
9899 2012-04-20 Glenn Morris <rgm@gnu.org>
9900
9901 * process.c (Fset_process_inherit_coding_system_flag)
9902 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
9903 (Fmake_network_process, Fmake_serial_process): Doc fix.
9904
9905 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9906
9907 * xdisp.c (string_buffer_position_lim): Limit starting position to
9908 BEGV.
9909 (set_cursor_from_row): If called for a mode-line or header-line
9910 row, return zero immediately.
9911 (try_cursor_movement): If inside continuation line, don't back up
9912 farther than the first row after the header line, if any.
9913 Don't consider the header-line row as "partially visible", even if
9914 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
9915
9916 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
9917
9918 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
9919 (bug#11238).
9920
9921 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
9922 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
9923
9924 configure: new option --enable-gcc-warnings (Bug#11207)
9925 * Makefile.in (C_WARNINGS_SWITCH): Remove.
9926 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
9927 (ALL_CFLAGS): Use new macros rather than old.
9928 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
9929 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
9930 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
9931 -Wunused-result, -Wunused-variable. This should go away once
9932 the Emacs and Gnulib regex code is merged.
9933 (xmalloc, xrealloc): Now static.
9934
9935 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
9936
9937 * dired.c (Fsystem_groups): Remove unused local.
9938
9939 2012-04-17 Glenn Morris <rgm@gnu.org>
9940
9941 * dired.c (Fsystem_users): Doc fix.
9942
9943 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9944
9945 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
9946 (syms_of_dired): Add them.
9947
9948 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
9949
9950 Fix minor alloc.c problems found by static checking.
9951 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
9952 New extern decls, to avoid calling undeclared functions.
9953 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
9954 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
9955 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
9956 (NEED_MEM_INSERT): New macro.
9957 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
9958 Remove one incorrect comment and fix another.
9959
9960 Fix minor ralloc.c problems found by static checking.
9961 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
9962 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
9963 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
9964 (r_alloc_sbrk): Now static.
9965
9966 Improve ralloc.c interface checking.
9967 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
9968 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
9969 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
9970 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
9971 [REL_ALLOC]: ... to here, to check interface.
9972 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
9973 Remove decls. This fixes an "It stinks!".
9974
9975 * alloc.c (which_symbols): Fix alignment issue / type clash.
9976
9977 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
9978
9979 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
9980 (struct Lisp_Misc_Any): Likewise.
9981 (struct Lisp_Free): Likewise.
9982 * alloc.c (union aligned_Lisp_Symbol): Define.
9983 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
9984 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
9985 (union aligned_Lisp_Misc): Define.
9986 (MARKER_BLOCK_SIZE, struct marker_block): Use union
9987 aligned_Lisp_Misc instead of union Lisp_Misc.
9988 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
9989
9990 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9991
9992 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
9993 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
9994 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
9995 * s/netbsd.h, s/sol2-6.h:
9996 Remove definition of GC_MARK_STACK, since the default now works.
9997 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
9998 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
9999 no longer the default.
10000 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
10001
10002 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
10003
10004 * lread.c (lisp_file_lexically_bound_p):
10005 Fix hang at ";-*-\n" (bug#11238).
10006
10007 2012-04-14 Eli Zaretskii <eliz@gnu.org>
10008
10009 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
10010 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
10011
10012 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
10013
10014 * nsterm.m (constrainFrameRect): Always constrain when there is only
10015 one screen (Bug#10962).
10016
10017 2012-04-13 Ken Brown <kbrown@cornell.edu>
10018
10019 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
10020
10021 2012-04-13 Reuben Thomas <rrt@sc3d.org>
10022
10023 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
10024
10025 2012-04-11 Daniel Colascione <dancol@dancol.org>
10026
10027 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
10028 against is gone. It's better to use vfork now so that when Cygwin
10029 gains a new, working vfork, we use it automatically (bug#10398).
10030
10031 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10032
10033 * window.c (save_window_save): Obey window-point-insertion-type.
10034
10035 2012-04-11 Glenn Morris <rgm@gnu.org>
10036
10037 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
10038
10039 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
10042
10043 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
10044
10045 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
10046 (force_quit_count): New var.
10047 (handle_interrupt): Use it.
10048
10049 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
10050
10051 * w32.c (w32_delayed_load): Record the full path of the library
10052 being loaded (bug#10424).
10053
10054 2012-04-09 Glenn Morris <rgm@gnu.org>
10055
10056 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
10057 not just in the obarray, before snarfing them. (Bug#11036)
10058
10059 * Makefile.in ($(leimdir)/leim-list.el):
10060 Pass EMACS rather than BUILT_EMACS.
10061
10062 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
10063
10064 * process.c (make_process):
10065 * process.h: Add integer `gnutls_handshakes_tried' member to
10066 process struct.
10067
10068 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
10069 Add convenience `GNUTLS_LOG2i' macro.
10070
10071 * gnutls.c (gnutls_log_function2i): Convenience log function.
10072 (emacs_gnutls_read): Use new log functions,
10073 `gnutls_handshakes_tried' process member, and
10074 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
10075 attempts per process (connection).
10076
10077 2012-04-09 Chong Yidong <cyd@gnu.org>
10078
10079 * eval.c (Fuser_variable_p, user_variable_p_eh)
10080 (lisp_indirect_variable): Functions deleted.
10081 (Fdefvar): Caller changed.
10082
10083 * callint.c (Finteractive, Fcall_interactively):
10084 * minibuf.c (Fread_variable): Callers changed.
10085
10086 2012-04-09 Eli Zaretskii <eliz@gnu.org>
10087
10088 * xdisp.c (set_cursor_from_row): If the display string appears in
10089 the buffer at position that is closer to point than the position
10090 after the display string, display the cursor on the first glyph of
10091 the display string. Fixes cursor display when a 'display' text
10092 property immediately follows invisible text. (Bug#11094)
10093
10094 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
10095
10096 composite.c: use 'double' consistently
10097 * composite.c (get_composition_id): Use 'double' consistently
10098 instead of converting 'float' to 'double' and vice versa; this is
10099 easier to understand and avoids a GCC warning.
10100
10101 2012-04-09 Glenn Morris <rgm@gnu.org>
10102
10103 * Makefile.in: Generate leim-list with bootstrap-emacs, in
10104 preparation for dumping it with emacs. (Bug#4789)
10105 (leimdir): New variable.
10106 ($(leimdir)/leim-list.el): New rule.
10107 (emacs$(EXEEXT)): Depend on leim-list.el.
10108
10109 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
10110 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
10111 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
10112
10113 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
10114
10115 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
10116 proper alignment.
10117
10118 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
10119
10120 * xml.c (init_libxml2_functions) [WINDOWSNT]:
10121 Remove unused local variable.
10122
10123 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
10124
10125 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
10126 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
10127 (mark_memory): Mark Lisp_Objects only if pointers might hide in
10128 objects, as mark_maybe_pointer will catch them otherwise.
10129 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
10130 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
10131
10132 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
10133
10134 Fix typo that broke non-Windows builds.
10135 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
10136
10137 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10138
10139 Support building on MS-Windows with libxml2.
10140
10141 * makefile.w32-in (OBJ2): Add xml.$(O).
10142 (GLOBAL_SOURCES): Add xml.c.
10143 ($(BLD)/xml.$(O)): New dependency list.
10144
10145 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
10146 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
10147 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
10148 [!WINDOWSNT]: New macros.
10149 (init_libxml2_functions, libxml2_loaded_p): New functions.
10150 (parse_region): Call fn_xmlCheckVersion instead of using the macro
10151 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
10152 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
10153 Calls xmlCleanupParser only if libxml2 was loaded (or statically
10154 linked in).
10155 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
10156 Call init_libxml2_functions before calling libxml2 functions.
10157 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
10158
10159 * emacs.c: Don't include libxml/parser.h.
10160 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
10161 xmlCleanupParser directly.
10162
10163 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
10164
10165 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10166
10167 * indent.c (Fvertical_motion): If there is a display string at
10168 point, use it.vpos to compute how many lines to backtrack after
10169 move_it_to point. (Bug#11133)
10170
10171 2012-04-06 Eli Zaretskii <eliz@gnu.org>
10172
10173 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
10174 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
10175 about subtle differences between FETCH_CHAR* and STRING_CHAR*
10176 macros related to unification of CJK characters. For the details,
10177 see the discussion following the message here:
10178 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
10179
10180 2012-04-04 Chong Yidong <cyd@gnu.org>
10181
10182 * keyboard.c (Vdelayed_warnings_list): Doc fix.
10183
10184 2012-04-01 Eli Zaretskii <eliz@gnu.org>
10185
10186 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
10187 instead of alloca. (Bug#11138)
10188
10189 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
10190
10191 * w32menu.c (is_simple_dialog): Properly check lisp types.
10192 (Bug#11141)
10193
10194 2012-03-31 Eli Zaretskii <eliz@gnu.org>
10195
10196 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
10197 position we get to after a call to move_it_to fails the
10198 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
10199 only if we wind up in a string from display property. (Bug#11063)
10200
10201 * window.c (Fdelete_other_windows_internal): Invalidate the row
10202 and column information about mouse highlight, so that redisplay
10203 restores it after reallocating the glyph matrices. (Bug#7464)
10204
10205 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
10206 string comes from a `display' text property, use the buffer
10207 position of that property as if we actually saw that position in
10208 the row's glyphs.
10209 (move_it_by_lines): Remove the assertion that
10210 "it->current_x == 0 && it->hpos == 0" which can be legitimately
10211 violated when there's a before-string at the beginning of a line.
10212 (Bug#11063)
10213
10214 2012-03-30 Eli Zaretskii <eliz@gnu.org>
10215
10216 * xdisp.c (append_space_for_newline): If the default face was
10217 remapped, use the remapped face for the appended newline.
10218 (extend_face_to_end_of_line): Use the remapped default face for
10219 extending the face to the end of the line.
10220 (display_line): Call extend_face_to_end_of_line when the default
10221 face was remapped. (Bug#11068)
10222
10223 2012-03-29 Eli Zaretskii <eliz@gnu.org>
10224
10225 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
10226
10227 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
10230
10231 2012-03-27 Glenn Morris <rgm@gnu.org>
10232
10233 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
10234 Doc fixes.
10235
10236 2012-03-26 Kenichi Handa <handa@m17n.org>
10237
10238 * dispextern.h (struct glyph): Fix previous change. Change the
10239 bit length of glyphless.ch to 25 (Bug#11082).
10240
10241 2012-03-26 Chong Yidong <cyd@gnu.org>
10242
10243 * keyboard.c (Vselection_inhibit_update_commands): New variable.
10244 (command_loop_1): Use it; inhibit selection update for
10245 handle-select-window too (Bug#8996).
10246
10247 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
10248
10249 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
10250
10251 2012-03-25 Kenichi Handa <handa@m17n.org>
10252
10253 * dispextern.h (struct glyph): Change the bit length of
10254 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
10255
10256 2012-03-24 Eli Zaretskii <eliz@gnu.org>
10257
10258 * s/ms-w32.h (tzname): Include time.h before redirecting to
10259 _tzname. Fixes the MSVC build. (Bug#9960)
10260
10261 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
10262
10263 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
10264 characters.
10265
10266 * xterm.c (XTread_socket): Only modify handling_signal if
10267 !SYNC_INPUT. (Bug#11080)
10268
10269 2012-03-23 Eli Zaretskii <eliz@gnu.org>
10270
10271 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
10272 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
10273 when fetching a multibyte character consumes more bytes than
10274 CHAR_BYTES returns, due to unification of CJK characters in
10275 string_char. (Bug#11073)
10276
10277 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10278
10279 * process.c (wait_reading_process_output): Handle pty disconnect
10280 by refraining from sending oneself a SIGCHLD (bug#10933).
10281
10282 2012-03-22 Chong Yidong <cyd@gnu.org>
10283
10284 * dispextern.h (struct it): New member string_from_prefix_prop_p.
10285
10286 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
10287 Mark string as coming from a prefix property.
10288 (handle_face_prop): Use default face for prefix strings (Bug#4281).
10289 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
10290
10291 2012-03-21 Chong Yidong <cyd@gnu.org>
10292
10293 * xfaces.c (Vface_remapping_alist): Doc fix.
10294
10295 2012-03-20 Eli Zaretskii <eliz@gnu.org>
10296
10297 * w32proc.c (Fw32_set_console_codepage)
10298 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
10299 Doc fixes.
10300
10301 2012-03-20 Chong Yidong <cyd@gnu.org>
10302
10303 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
10304 to reflect default non-nil value of redisplay-dont-pause.
10305
10306 2012-03-19 Kenichi Handa <handa@m17n.org>
10307
10308 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
10309 it fit in a valid range (Bug#11003).
10310
10311 2012-03-18 Eli Zaretskii <eliz@gnu.org>
10312
10313 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
10314 that is not from display property, accept the row as a "cursor
10315 row" if one of the string's character has a non-nil `cursor'
10316 property. Fixes cursor positioning when there are newlines in
10317 overlay strings, e.g. in icomplete.el. (Bug#11035)
10318
10319 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
10320
10321 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
10322
10323 2012-03-12 Chong Yidong <cyd@gnu.org>
10324
10325 * eval.c (inhibit_lisp_code): Rename from
10326 inhibit_window_configuration_change_hook; move from window.c.
10327
10328 * xfns.c (unwind_create_frame_1, Fx_create_frame):
10329 * window.c (run_window_configuration_change_hook)
10330 (syms_of_window): Callers changed.
10331
10332 2012-03-11 Chong Yidong <cyd@gnu.org>
10333
10334 * keymap.c (Fkey_description): Doc fix (Bug#9700).
10335
10336 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
10337
10338 2012-03-10 Chong Yidong <cyd@gnu.org>
10339
10340 * frame.c (other_visible_frames): Don't assume the selected frame
10341 is visible (Bug#10955).
10342
10343 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
10346
10347 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
10348
10349 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
10350 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
10351 zero (Bug#10954).
10352
10353 2012-03-03 Glenn Morris <rgm@gnu.org>
10354
10355 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
10356
10357 2012-03-02 Eli Zaretskii <eliz@gnu.org>
10358
10359 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
10360 position past the first glyph_row that ends at ZV. (Bug#10902)
10361 (redisplay_window, next_element_from_string): Fix typos in
10362 comments.
10363 (redisplay_window): Pass to move_it_vertically the margin in
10364 pixels, not in screen lines.
10365
10366 2012-03-02 Glenn Morris <rgm@gnu.org>
10367
10368 * buffer.c (buffer-list-update-hook): Doc fix.
10369
10370 2012-02-29 Eli Zaretskii <eliz@gnu.org>
10371
10372 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
10373 push_it before setting up the iterator for the first overlay
10374 string, even if we have an empty string loaded.
10375 (next_overlay_string): If there's an empty string on the iterator
10376 stack, pop the stack. (Bug#10903)
10377
10378 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
10379
10380 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
10381 Suggested by Stefan Monnier in
10382 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
10383 * alloc.c (widen_to_Lisp_Object): New static function.
10384 (mark_memory): Also mark Lisp_Objects by fetching pointer words
10385 and widening them to Lisp_Objects. This would work even if
10386 USE_LSB_TAG is defined and wide integers are used, which might
10387 happen in a future version of Emacs.
10388
10389 2012-02-25 Chong Yidong <cyd@gnu.org>
10390
10391 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
10392 Doc fix.
10393
10394 * xselect.c (Fx_selection_exists_p): Doc fix.
10395 (x_clipboard_manager_save_all): Print an informative message
10396 before saving to clipboard manager.
10397
10398 2012-02-24 Chong Yidong <cyd@gnu.org>
10399
10400 * keyboard.c (process_special_events): Handle all X selection
10401 requests in kbd_buffer, not just the next one (Bug#8869).
10402
10403 2012-02-23 Chong Yidong <cyd@gnu.org>
10404
10405 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
10406 call when setting menu-bar-lines and tool-bar-lines parameters.
10407 (unwind_create_frame_1): New helper function.
10408
10409 * window.c (inhibit_window_configuration_change_hook): New var.
10410 (run_window_configuration_change_hook): Obey it.
10411 (syms_of_window): Initialize it.
10412
10413 2012-02-22 Chong Yidong <cyd@gnu.org>
10414
10415 * xterm.c (x_draw_image_relief): Add missing type check for
10416 Vtool_bar_button_margin (Bug#10743).
10417
10418 2012-02-21 Chong Yidong <cyd@gnu.org>
10419
10420 * fileio.c (Vfile_name_handler_alist): Doc fix.
10421
10422 * buffer.c (Fget_file_buffer): Protect against invalid file
10423 handler return value.
10424
10425 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
10426
10427 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
10428 when computing $valmask.
10429
10430 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
10431 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
10432 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
10433 It's useless in that case, and it can cause problems on hosts
10434 that allocate halves of EMACS_INT values separately.
10435 Reported by Dan Horák. Diagnosed by Andreas Schwab in
10436 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
10437 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
10438 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
10439 it avoids undefined behavior on hosts where shifting right by more
10440 than the word width has undefined behavior.
10441
10442 2012-02-19 Chong Yidong <cyd@gnu.org>
10443
10444 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
10445 (Funhandled_file_name_directory, Ffile_name_as_directory)
10446 (Fdirectory_file_name, Fexpand_file_name)
10447 (Fsubstitute_in_file_name): Protect against invalid file handler
10448 return values (Bug#10845).
10449
10450 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10451
10452 * .gdbinit (pitx): Fix incorrect references to fields of the
10453 iterator stack.
10454
10455 2012-02-17 Chong Yidong <cyd@gnu.org>
10456
10457 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
10458
10459 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
10460
10461 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
10462 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
10463
10464 2012-02-15 Chong Yidong <cyd@gnu.org>
10465
10466 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
10467 marked as special. Also, starting docstrings with * is obsolete.
10468
10469 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
10470
10471 * gnutls.c (emacs_gnutls_write): Fix last change.
10472
10473 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10474
10475 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
10476 send_process.
10477
10478 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * keymap.c (Fsingle_key_description): Handle char ranges.
10481
10482 2012-02-12 Chong Yidong <cyd@gnu.org>
10483
10484 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
10485 as that creates a dangerous corner case.
10486
10487 * window.c (Fdelete_window_internal): Invalidate the mouse
10488 highlight (Bug#9904).
10489
10490 2012-02-12 Glenn Morris <rgm@gnu.org>
10491
10492 * xselect.c (Fx_own_selection_internal)
10493 (Fx_get_selection_internal, Fx_disown_selection_internal)
10494 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
10495 * nsselect.m (Fx_own_selection_internal)
10496 (Fx_disown_selection_internal, Fx_selection_exists_p)
10497 (Fx_selection_owner_p, Fx_get_selection_internal):
10498 Sync docs and argument specs with the xselect.c versions.
10499
10500 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
10501
10502 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
10503
10504 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10505
10506 * w32select.c (Fx_selection_exists_p): Sync doc string and
10507 argument list with xselect.c. (Bug#10783)
10508
10509 * w16select.c (Fx_selection_exists_p): Sync doc string and
10510 argument list with xselect.c. (Bug#10783)
10511
10512 2012-02-10 Glenn Morris <rgm@gnu.org>
10513
10514 * fns.c (Fsecure_hash): Doc fix.
10515
10516 2012-02-09 Kenichi Handa <handa@m17n.org>
10517
10518 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
10519
10520 2012-02-07 Chong Yidong <cyd@gnu.org>
10521
10522 * buffer.c (Fbuffer_local_variables)
10523 (buffer_lisp_local_variables): Handle unbound vars correctly;
10524 don't let Qunbound leak into Lisp.
10525
10526 2012-02-07 Glenn Morris <rgm@gnu.org>
10527
10528 * image.c (Fimagemagick_types): Doc fix.
10529
10530 * image.c (imagemagick-render-type): Change it from a lisp object
10531 to an integer. Move the doc here from the lisp manual.
10532 Treat all values not equal to 0 the same.
10533
10534 2012-02-06 Chong Yidong <cyd@gnu.org>
10535
10536 * doc.c (store_function_docstring): Avoid applying docstring of
10537 alias to base function (Bug#2603).
10538
10539 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
10540
10541 * .gdbinit (pp1, pv1): Remove redundant defines.
10542 (pr): Use pp.
10543
10544 2012-02-04 Chong Yidong <cyd@gnu.org>
10545
10546 * nsterm.m: Declare a global (Bug#10694).
10547
10548 2012-02-04 Eli Zaretskii <eliz@gnu.org>
10549
10550 * w32.c (get_emacs_configuration_options):
10551 Include --enable-checking, if specified, in the return value.
10552
10553 2012-02-04 Martin Rudalics <rudalics@gmx.at>
10554
10555 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
10556 after rounding frame sizes. (Bug#9723)
10557
10558 2012-02-04 Eli Zaretskii <eliz@gnu.org>
10559
10560 * keyboard.c (adjust_point_for_property): Don't position point
10561 before BEGV. (Bug#10696)
10562
10563 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
10564
10565 Handle overflow when computing char display width (Bug#9496).
10566 * character.c (char_width): Return EMACS_INT, not int.
10567 (char_width, c_string_width): Check for overflow when
10568 computing the width; this is possible now that individual
10569 characters can have unbounded width. Problem introduced
10570 by merge from Emacs 23 on 2012-01-19.
10571
10572 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
10573
10574 * dbusbind.c (Fdbus_register_method): Mention the return value
10575 :ignore in the docstring.
10576
10577 2012-02-02 Glenn Morris <rgm@gnu.org>
10578
10579 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
10580
10581 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
10582 Unconditionally set to t. (Bug#10673)
10583 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
10584 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
10585 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
10586
10587 2012-02-02 Kenichi Handa <handa@m17n.org>
10588
10589 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
10590 0, do not call append_composite_glyph.
10591
10592 2012-02-02 Kenichi Handa <handa@m17n.org>
10593
10594 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
10595 NULL (Bug#6988).
10596 (x_produce_glyphs): If the component of a composition is a null
10597 string, set it->pixel_width to 1 to avoid zero-width glyph.
10598
10599 2012-02-01 Eli Zaretskii <eliz@gnu.org>
10600
10601 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
10602 first 2 arguments are identical. This makes inserting large
10603 output from a subprocess an order of magnitude faster on
10604 MS-Windows, where all sbrk'ed memory is always contiguous.
10605
10606 2012-01-31 Glenn Morris <rgm@gnu.org>
10607
10608 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
10609 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
10610 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
10611
10612 2012-01-29 Glenn Morris <rgm@gnu.org>
10613
10614 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
10615
10616 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
10617
10618 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
10619
10620 2012-01-28 Chong Yidong <cyd@gnu.org>
10621
10622 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
10623
10624 2012-01-26 Chong Yidong <cyd@gnu.org>
10625
10626 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
10627
10628 * search.c (Fsearch_forward, Fsearch_backward): Document negative
10629 repeat counts (Bug#10507).
10630
10631 2012-01-26 Glenn Morris <rgm@gnu.org>
10632
10633 * lread.c (syms_of_lread): Doc fix.
10634
10635 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
10636
10637 * coding.c (encode_designation_at_bol): Change return value to
10638 EMACS_INT.
10639
10640 2012-01-25 Chong Yidong <cyd@gnu.org>
10641
10642 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
10643
10644 2012-01-21 Chong Yidong <cyd@gnu.org>
10645
10646 * floatfns.c (Fcopysign): Make the second argument non-optional,
10647 since nil is not allowed anyway.
10648
10649 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
10650
10651 * process.c (read_process_output): Use p instead of XPROCESS (proc).
10652 (send_process): Likewise.
10653
10654 2012-01-19 Martin Rudalics <rudalics@gmx.at>
10655
10656 * window.c (save_window_save, Fcurrent_window_configuration)
10657 (Vwindow_persistent_parameters): Do not use Qstate.
10658 Rewrite doc-strings.
10659
10660 2012-01-19 Kenichi Handa <handa@m17n.org>
10661
10662 * character.c (char_width): New function.
10663 (Fchar_width, c_string_width, lisp_string_width):
10664 Use char_width (Bug#9496).
10665
10666 2012-01-16 Martin Rudalics <rudalics@gmx.at>
10667
10668 * window.c (Vwindow_persistent_parameters): New variable.
10669 (Fset_window_configuration, save_window_save): Handle persistent
10670 window parameters.
10671
10672 2012-01-14 Eli Zaretskii <eliz@gnu.org>
10673
10674 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
10675 thrashing the stack of the thread. (Bug#9087)
10676
10677 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
10678
10679 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
10680
10681 2012-01-11 Eli Zaretskii <eliz@gnu.org>
10682
10683 * xdisp.c (rows_from_pos_range): Handle the case where the
10684 highlight ends on a newline. (Bug#10464)
10685 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
10686 he end column for display of highlight that ends on a newline
10687 before a R2L line.
10688
10689 2012-01-11 Glenn Morris <rgm@gnu.org>
10690
10691 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
10692 from load-path also when installation-directory is nil. (Bug#10208)
10693
10694 2012-01-10 Glenn Morris <rgm@gnu.org>
10695
10696 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
10697
10698 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
10699 Update template values to be closer to their typical values these days.
10700
10701 2012-01-09 Eli Zaretskii <eliz@gnu.org>
10702
10703 * xdisp.c (rows_from_pos_range): Accept additional argument
10704 DISP_STRING, and accept any glyph in a row whose object is that
10705 string as eligible for mouse highlight. Fixes mouse highlight of
10706 display strings from overlays. (Bug#10464)
10707
10708 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
10709
10710 emacs: fix an auto-save permissions race condition (Bug#10400)
10711 * fileio.c (auto_saving_dir_umask): New static var.
10712 (Fmake_directory_internal): Use it.
10713 (do_auto_save_make_dir): Set it, instead of invoking chmod after
10714 creating the directory. The old code temporarily assigns
10715 too-generous permissions to the directory.
10716 (do_auto_save_eh): Clear it.
10717 (Fdo_auto_save): Catch all errors, not just file errors, so
10718 that the var is always cleared.
10719
10720 2012-01-07 Eli Zaretskii <eliz@gnu.org>
10721
10722 * search.c (scan_buffer): Pass character positions to
10723 know_region_cache, not byte positions. (Bug#6540)
10724
10725 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
10726
10727 * w32.c (sys_rename): Report EXDEV when rename of a directory
10728 fails because the target is on another logical disk. (Bug#10284)
10729
10730 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
10731
10732 * xterm.c (x_embed_request_focus): New function.
10733
10734 * xterm.h: Add prototype.
10735
10736 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
10737
10738 2012-01-05 Glenn Morris <rgm@gnu.org>
10739
10740 * emacs.c (emacs_copyright): Update short copyright year to 2012.
10741
10742 2012-01-01 Eli Zaretskii <eliz@gnu.org>
10743
10744 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
10745 Load gnutls_transport_set_lowat only if GnuTLS version is below
10746 2.11.1.
10747 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
10748 GnuTLS versions below 2.11.1.
10749
10750 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
10751
10752 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
10753 to the doc string advising against its use for altering the way
10754 windows are scrolled.
10755
10756 2011-12-28 Kenichi Handa <handa@m17n.org>
10757
10758 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
10759 coding-system ASCII compatible only when it does not produce BOM
10760 on encoding (Bug#10383).
10761
10762 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
10763
10764 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
10765 can scroll.
10766 (create_and_show_popup_menu): Always use menu_position_func for
10767 Gtk3 (Bug#10361).
10768
10769 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
10770
10771 * callint.c (Fcall_interactively): Don't truncate prompt string.
10772
10773 2011-12-23 Eli Zaretskii <eliz@gnu.org>
10774
10775 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
10776 property that ends at ZV, so that the bidi iteration could be
10777 resumed from there (after widening). (Bug#10360)
10778
10779 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
10780
10781 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
10782
10783 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
10784
10785 * nsterm.m (x_free_frame_resources):
10786 Release f->output_data.ns->miniimage.
10787 (ns_index_color): Fix indentation. Do not retain
10788 color_table->colors[i].
10789
10790 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
10791 before returning.
10792
10793 * nsfns.m (x_set_background_color): Assign return value from
10794 ns_index_color to face-background instead of NSColor*.
10795 (ns_implicitly_set_icon_type): Fix indentation.
10796 Change assignment in for loop to comparison.
10797
10798 * emacs.c (ns_pool): New variable.
10799 (main): Assign ns_pool.
10800 (Fkill_emacs): Call ns_release_autorelease_pool.
10801
10802 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
10803 autorelease fdesc, release fdAttrs and tdict.
10804 (ns_get_covering_families): Release charset.
10805 (ns_findfonts): Release NSFontDescriptor created with new.
10806 (ns_uni_to_glyphs): Fix indentation.
10807 (setString): Release attrStr before assigning new value.
10808
10809 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
10810
10811 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
10812 and NS_IMPL_COCOA.
10813 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
10814 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
10815
10816 2011-12-18 David Reitter <reitter@cmu.edu>
10817
10818 * nsterm.m (ns_term_init): Subscribe for notifications
10819 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
10820 to method trackingNotification in EmacsMenu.
10821
10822 * nsmenu.m (trackingMenu): New variable.
10823 (trackingNotification): New method (from Aquamacs).
10824 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
10825 from Aquamacs (Bug#7030).
10826
10827 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
10828
10829 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
10830 (symbol_to_nsstring): Fix indentation.
10831 (ns_symbol_to_pb): New function.
10832 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
10833 (Fns_rotate_cut_buffers_internal): Remove.
10834 (Fns_store_selection_internal): Rename from
10835 Fns_store_cut_buffer_internal.
10836 (ns_get_foreign_selection, Fx_own_selection_internal)
10837 (Fx_disown_selection_internal, Fx_selection_exists_p)
10838 (Fns_get_selection_internal, Fns_store_selection_internal):
10839 Use ns_symbol_to_pb and check if return value is nil.
10840 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
10841 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
10842 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
10843 renamed to Sns_store_selection_internal.
10844 (ns_handle_selection_request): Move code to Fx_own_selection_internal
10845 and remove this function.
10846 (ns_handle_selection_clear): Remove, never used.
10847 (Fx_own_selection_internal): Move code from ns_handle_selection_request
10848 here.
10849
10850 2011-12-17 Ken Brown <kbrown@cornell.edu>
10851
10852 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
10853 GID is unknown (Bug#10257).
10854
10855 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
10856
10857 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
10858 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
10859 which caused a build failure on GNU/Linux IA-64. This problem was
10860 introduced by my 2011-10-07 patch.
10861
10862 2011-12-15 Juri Linkov <juri@jurta.org>
10863
10864 * image.c (imagemagick_error): New function. (Bug#10112)
10865 (imagemagick_load_image): Comment out `MagickSetResolution' call.
10866 Use `imagemagick_error' where ImageMagick functions return
10867 `MagickFalse'.
10868 (Fimagemagick_types): Add `Fnreverse' to return the list in the
10869 proper order.
10870
10871 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10872
10873 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
10874 fill background (Bug#8992).
10875
10876 2011-12-13 Martin Rudalics <rudalics@gmx.at>
10877
10878 * window.c (Vwindow_combination_resize)
10879 (Vwindow_combination_limit): Use t instead of non-nil in
10880 doc-strings.
10881 (Vrecenter_redisplay): Add first sentence of doc-string on
10882 separate line.
10883 (Frecenter): Fix doc-string typo.
10884
10885 2011-12-11 Kenichi Handa <handa@m17n.org>
10886
10887 * coding.c (Funencodable_char_position): Pay attention to the
10888 buffer text relocation (Bug#9389).
10889
10890 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
10891
10892 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
10893 gtk_init (Bug#10100).
10894
10895 2011-12-10 Eli Zaretskii <eliz@gnu.org>
10896
10897 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
10898 IT->string is nil. (Bug#10263)
10899
10900 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
10901
10902 * nsterm.h (x_free_frame_resources): Declare.
10903
10904 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
10905 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
10906
10907 * nsterm.h (ns_get_defaults_value): Declare.
10908
10909 * nsterm.m (ns_default): Call ns_get_defaults_value.
10910
10911 2011-12-09 Eli Zaretskii <eliz@gnu.org>
10912
10913 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
10914 (Bug#10170)
10915
10916 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10917
10918 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
10919 that where the value of an _OBJC_* symbol points to is in the .bss
10920 section (Bug#10240).
10921
10922 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
10923
10924 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
10925 after the loop to call ccl_driver at least once (Bug#8619).
10926
10927 2011-12-08 Kenichi Handa <handa@m17n.org>
10928
10929 * ftfont.c (get_adstyle_property): Fix previous change
10930 (Bug#10233).
10931
10932 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
10933
10934 * w32.c (init_environment): If no_site_lisp, remove site-lisp
10935 dirs from the default value of EMACSLOADPATH (bug#10208).
10936
10937 2011-12-07 Glenn Morris <rgm@gnu.org>
10938
10939 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
10940 installation and source directories as well. (Bug#10208)
10941
10942 2011-12-06 Chong Yidong <cyd@gnu.org>
10943
10944 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
10945
10946 2011-12-06 Glenn Morris <rgm@gnu.org>
10947
10948 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
10949 as an error, not just -1. (Bug#10217)
10950
10951 2011-12-05 Chong Yidong <cyd@gnu.org>
10952
10953 * keyboard.c (process_special_events): New function.
10954 (swallow_events, Finput_pending_p): Use it (Bug#10195).
10955
10956 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
10957
10958 * coding.c (encode_designation_at_bol): Don't use uninitialized
10959 local variable (Bug#9318).
10960
10961 2011-12-05 Kenichi Handa <handa@m17n.org>
10962
10963 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
10964 return Qnil (Bug#8046, Bug#10193).
10965
10966 2011-12-05 Kenichi Handa <handa@m17n.org>
10967
10968 * coding.c (encode_designation_at_bol): New args charbuf_end and
10969 dst. Return the number of produced bytes. Callers changed.
10970 (coding_set_source): Return how many bytes coding->source was
10971 relocated.
10972 (coding_set_destination): Return how many bytes
10973 coding->destination was relocated.
10974 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
10975 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
10976
10977 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
10978
10979 * coding.c (CODING_CHAR_CHARSET_P): New macro.
10980 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
10981 macro (Bug#9318).
10982
10983 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
10984
10985 The following changes are to fix Bug#9318.
10986
10987 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
10988 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
10989 (encode_coding_iso_2022, encode_coding_sjis)
10990 (encode_coding_big5, encode_coding_charset): Use the above macros.
10991
10992 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
10993
10994 * lisp.h (process_quit_flag): Fix external declaration.
10995
10996 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
10997
10998 Don't macro-inline non-performance-critical code.
10999 * eval.c (process_quit_flag): New function.
11000 * lisp.h (QUIT): Use it.
11001
11002 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
11003
11004 * nsfns.m (get_geometry_from_preferences): New function.
11005 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
11006
11007 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
11008
11009 * emacs.c (Qkill_emacs): Define.
11010 (syms_of_emacs): Initialize it.
11011 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
11012 Qquit_flag to `kill-emacs' instead.
11013 (quit_throw_to_read_char): Add parameter `from_signal'.
11014 All callers changed. Call Fkill_emacs if requested and safe.
11015 * lisp.h (QUIT): Call Fkill_emacs if requested.
11016
11017 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
11018
11019 * widget.c (update_wm_hints): Return if wmshell is null.
11020 (widget_update_wm_size_hints): New function.
11021
11022 * widget.h (widget_update_wm_size_hints): Declare.
11023
11024 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
11025 widget_update_wm_size_hints (Bug#10104).
11026
11027 2011-12-03 Eli Zaretskii <eliz@gnu.org>
11028
11029 * xdisp.c (handle_invisible_prop): If the invisible text ends just
11030 before a newline, prepare the bidi iterator for consuming the
11031 newline, and keep the current paragraph direction. (Bug#10183)
11032 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
11033
11034 2011-12-02 Juri Linkov <juri@jurta.org>
11035
11036 * search.c (Fword_search_regexp): New Lisp function created from
11037 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
11038 (Fword_search_backward, Fword_search_forward)
11039 (Fword_search_backward_lax, Fword_search_forward_lax):
11040 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
11041 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
11042
11043 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * fileio.c (Finsert_file_contents): Move after-change-function call
11046 to before the "handled:" label, since all "goto handled" appear in
11047 cases where the *-change-functions have already been properly called
11048 (bug#10117).
11049
11050 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
11051
11052 * keyboard.c (interrupt_signal): Don't call kill-emacs when
11053 waiting for input. (Bug#10169)
11054
11055 2011-11-30 Eli Zaretskii <eliz@gnu.org>
11056
11057 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
11058 verifies glyph row's hash code--we have just reallocated the
11059 glyphs, so their contents can be complete garbage. (Bug#10164)
11060
11061 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
11062
11063 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
11064
11065 2011-11-30 Eli Zaretskii <eliz@gnu.org>
11066
11067 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
11068 attributes are tested _before_ calling verify_row_hash, to protect
11069 against GCC re-ordering of the tests. (Bug#10164)
11070
11071 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
11072
11073 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
11074
11075 * xterm.c (handle_one_xevent): Only set async_visible and friends
11076 if net_wm_state_hidden_seen is non-zero (Bug#10002)
11077 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
11078 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
11079
11080 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
11081
11082 Remove GCPRO-related macros that exist only to avoid shadowing locals.
11083 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
11084 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
11085 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
11086 All uses changed to use GCPRO1 etc.
11087 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
11088 Revert to old implementation (i.e., before 2011-03-11).
11089
11090 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11091
11092 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
11093 of scroll runs so as to avoid assigning disabled bogus rows and
11094 unnecessary graphics copy operations.
11095
11096 2011-11-27 Eli Zaretskii <eliz@gnu.org>
11097
11098 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
11099 (snprintf) [_MSC_VER]: Redirect to _snprintf.
11100 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
11101 (malloc, free, realloc, calloc): Redirect to e_* only when
11102 compiling Emacs.
11103
11104 * lisp.h (GCTYPEBITS): Move before first use.
11105 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
11106 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
11107 this macro definition.
11108
11109 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
11110 _MSC_VER.
11111
11112 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
11113
11114 * gtkutil.c (xg_create_frame_widgets):
11115 Call gtk_window_set_has_resize_grip (FALSE) if that function is
11116 present with Gtk+ 2.0.
11117
11118 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
11119
11120 * fileio.c (Finsert_file_contents): Undo previous change; see
11121 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
11122
11123 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
11124
11125 Rename locals to avoid shadowing.
11126 * fileio.c (Finsert_file_contents):
11127 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
11128 * process.c (wait_reading_process_output):
11129 Rename inner 'proc' to 'p' to avoid shadowing.
11130 Indent for consistency with usual Emacs style.
11131
11132 2011-11-25 Eli Zaretskii <eliz@gnu.org>
11133
11134 * xdisp.c (redisplay_window): If cursor row is not fully visible
11135 after recentering, and scroll-conservatively is set to a large
11136 number, scroll window by a few more lines to make the cursor fully
11137 visible and out of scroll-margin. (Bug#10105)
11138 (start_display): Don't move to the next line if the display should
11139 start at a newline that is part of a display vector or an overlay
11140 string. (Bug#10119)
11141
11142 2011-11-24 Juri Linkov <juri@jurta.org>
11143
11144 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
11145 after the `MagickPingImage' call. (Bug#10112)
11146
11147 2011-11-23 Chong Yidong <cyd@gnu.org>
11148
11149 * window.c (Fcoordinates_in_window_p): Accept only live windows.
11150
11151 2011-11-23 Martin Rudalics <rudalics@gmx.at>
11152
11153 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
11154 making another buffer current. (Bug#10114)
11155
11156 2011-11-23 Glenn Morris <rgm@gnu.org>
11157
11158 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
11159
11160 2011-11-23 Chong Yidong <cyd@gnu.org>
11161
11162 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
11163 using it (Bug#5984).
11164
11165 2011-11-22 Eli Zaretskii <eliz@gnu.org>
11166
11167 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
11168 and header-lines, as they don't have one computed for them.
11169 (Bug#10098)
11170
11171 * .gdbinit (prow): Make displayed values more self-explaining.
11172 Add row's hash code.
11173
11174 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11175
11176 * process.c (wait_reading_process_output): Fix asynchrounous
11177 GnuTLS socket handling on some versions of the GnuTLS library.
11178 (wait_reading_process_output): Add comment and URL.
11179
11180 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
11181
11182 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
11183
11184 2011-11-21 Chong Yidong <cyd@gnu.org>
11185
11186 * window.c (Fnext_window, Fprevious_window): Doc fix.
11187
11188 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
11191
11192 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11193
11194 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
11195
11196 2011-11-20 Martin Rudalics <rudalics@gmx.at>
11197
11198 * window.c (Fset_window_combination_limit): Rename argument
11199 STATUS to LIMIT.
11200 (Vwindow_combination_limit): Remove "status" from doc-string.
11201
11202 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
11203
11204 * m/ibms390.h: Remove.
11205 * m/ibms390x.h: Don't include "ibms390.h".
11206
11207 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
11210 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
11211
11212 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11213
11214 * casetab.c (Fset_case_table):
11215 * charset.c (Fcharset_after): Fix typos.
11216
11217 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
11218
11219 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
11220 Otherwise, valgrind does not work on some platforms.
11221 Problem reported by Andreas Schwab in
11222 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
11223 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
11224 is set, removing the need for VIRT_ADDRESS_VARIES.
11225 (PURE_P): Use a more-efficient implementation that needs just one
11226 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
11227 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
11228 to 4 (xorl, subq, cmpq, setbe).
11229 * alloc.c (pure): Always extern now, since that's the
11230 VIRT_ADDR_VARIES behavior.
11231 (PURE_POINTER_P): Use a single comparison, not two, for
11232 consistency with the new puresize.h.
11233 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
11234 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
11235 Remove VIRT_ADDR_VARIES no longer needed.
11236
11237 2011-11-19 Eli Zaretskii <eliz@gnu.org>
11238
11239 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
11240 (erase_phys_cursor, update_window_cursor, show_mouse_face)
11241 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
11242 behave as if the cursor position were at the window margin.
11243
11244 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
11245 and the cursor position is out of bounds, behave as if the cursor
11246 position were at the window margin. (Bug#10075)
11247
11248 2011-11-18 Chong Yidong <cyd@gnu.org>
11249
11250 * window.c (Fwindow_combination_limit): Make first argument
11251 non-optional, since it is meaningless for live windows like the
11252 selected window.
11253
11254 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
11255
11256 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
11257
11258 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 * intervals.c: Fix grafting over the whole buffer (bug#10071).
11261 (graft_intervals_into_buffer): Simplify.
11262
11263 2011-11-18 Eli Zaretskii <eliz@gnu.org>
11264
11265 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
11266 hash values of the two rows.
11267 (copy_row_except_pointers): Preserve the used[] arrays and the
11268 hash values of the two rows. (Bug#10035)
11269 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
11270
11271 * xdisp.c (row_hash): New function, body extracted from
11272 compute_line_metrics.
11273 (compute_line_metrics): Call row_hash, instead of computing the
11274 hash code inline.
11275
11276 * dispnew.c (verify_row_hash): Call row_hash for computing the
11277 hash code of a row, instead of duplicating code from xdisp.c.
11278
11279 * dispextern.h (row_hash): Add prototype.
11280
11281 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
11282
11283 * frame.c (delete_frame): Don't delete the terminal when the last
11284 X frame is closed if emacs is built with GTK toolkit.
11285
11286 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
11287
11288 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
11289
11290 2011-11-17 Martin Rudalics <rudalics@gmx.at>
11291
11292 * window.c (Vwindow_splits): Rename to
11293 Vwindow_combination_resize. Suggested by Juri Linkov.
11294 (Fsplit_window_internal): Use Vwindow_combination_resize instead
11295 of Vwindow_splits.
11296
11297 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
11298
11299 * nsfns.m (Fns_font_name):
11300 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
11301
11302 2011-11-16 Martin Rudalics <rudalics@gmx.at>
11303
11304 * window.h (window): Rename slot "nest" to "combination_limit".
11305 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
11306 (Fset_window_nest): Rename to Fset_window_combination_limit.
11307 (Vwindow_nest): Rename to Vwindow_combination_limit.
11308 (recombine_windows, make_parent_window, make_window)
11309 (Fsplit_window_internal, saved_window)
11310 (Fset_window_configuration, save_window_save): Rename all
11311 occurrences of window_nest to window_combination_limit.
11312
11313 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
11314
11315 * image.c (imagemagick_load_image): Fix typo.
11316
11317 2011-11-14 Eli Zaretskii <eliz@gnu.org>
11318
11319 * xdisp.c (display_line): Move the call to
11320 highlight_trailing_whitespace before the call to
11321 compute_line_metrics, since the latter needs to see the final
11322 faces of all the glyphs to compute ROW's hash value.
11323 Fixes assertion violations in row_equal_p. (Bug#10035)
11324
11325 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
11326
11327 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
11328 just return (bug#10044).
11329
11330 2011-11-12 Eli Zaretskii <eliz@gnu.org>
11331
11332 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
11333 with user-defined heap size. Bump the default size of the temacs
11334 heap to 27MB, to avoid memory warning when running temacs.
11335 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
11336
11337 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
11338 current_matrix and desired_matrix. (Bug#9990)
11339 (verify_row_hash) [XASSERTS]: New function.
11340 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
11341 that the hash value of glyph rows is correct.
11342
11343 2011-11-12 Martin Rudalics <rudalics@gmx.at>
11344
11345 * window.h (window): Remove splits slot.
11346 * window.c (Fwindow_splits, Fset_window_splits): Remove.
11347 (Fdelete_other_windows_internal, make_parent_window)
11348 (make_window, Fsplit_window_internal, Fdelete_window_internal)
11349 (Fset_window_configuration, save_window_save): Don't deal with
11350 split status of windows.
11351 (saved_window): Remove splits slot.
11352 (Vwindow_splits): Rewrite doc-string.
11353
11354 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
11355
11356 * xfns.c (unwind_create_frame):
11357 * nsfns.m (unwind_create_frame):
11358 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
11359 Vframe_list (Bug#9999).
11360
11361 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
11362
11363 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
11364
11365 2011-11-11 Kenichi Handa <handa@m17n.org>
11366
11367 * callproc.c (Fcall_process): Set the member dst_multibyte of
11368 process_coding.
11369
11370 2011-11-11 Johan Bockgård <bojohan@gnu.org>
11371
11372 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
11373 avoid a crash (bug#9496).
11374
11375 2011-11-09 Chong Yidong <cyd@gnu.org>
11376
11377 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
11378 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
11379
11380 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
11381
11382 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
11383
11384 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
11385
11386 Avoid some portability problems by eschewing 'extern inline' functions.
11387 The trivial performance wins aren't worth the portability hassles; see
11388 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
11389 et seq.
11390 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
11391 (window_box_width, window_box_left, window_box_left_offset)
11392 (window_box_right, window_box_right_offset): Undo previous change,
11393 by removing the "extern"s.
11394 * intervals.c (adjust_intervals_for_insertion)
11395 (adjust_intervals_for_deletion): Undo previous change,
11396 making these static again.
11397 (offset_intervals, temp_set_point_both, temp_set_point)
11398 (copy_intervals_to_string): No longer inline.
11399 * xdisp.c (window_text_bottom_y, window_box_width)
11400 (window_box_height, window_box_left_offset)
11401 (window_box_right_offset, window_box_left, window_box_right)
11402 (window_box): No longer inline.
11403
11404 2011-11-08 Chong Yidong <cyd@gnu.org>
11405
11406 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
11407 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
11408 Signal an error if not a live window.
11409 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
11410 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
11411
11412 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
11413
11414 * lisp.h (syms_of_abbrev): Remove declaration.
11415 Reported by CHENG Gao <chenggao@royau.me>.
11416
11417 2011-11-07 Eli Zaretskii <eliz@gnu.org>
11418
11419 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
11420 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
11421 of temacs in GUI mode.
11422
11423 2011-11-07 Martin Rudalics <rudalics@gmx.at>
11424
11425 * window.h: Declare delete_all_child_windows instead of
11426 delete_all_subwindows.
11427 * window.c (Fwindow_nest, Fset_window_nest)
11428 (Fset_window_new_total, Fset_window_new_normal)
11429 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
11430 (delete_all_subwindows): Rename to delete_all_child_windows.
11431 (Fdelete_other_windows_internal, Fset_window_configuration):
11432 Call delete_all_child_windows instead of delete_all_subwindows.
11433 * frame.c (delete_frame): Call delete_all_child_windows instead
11434 of delete_all_subwindows.
11435
11436 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
11437
11438 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
11439 This is also needed for porting to any host where GC_MARK_STACK is
11440 not GC_MAKE_GCPROS_NOOPS.
11441 (which_symbols): Use it.
11442
11443 2011-11-07 Kenichi Handa <handa@m17n.org>
11444
11445 * coding.c (coding_set_destination): Check coding->src_pos only
11446 when coding->src_object is a buffer (bug#9910).
11447
11448 * process.c (send_process): Set the member src_multibyte of coding
11449 to 0 (bug#9911) when sending a unibyte text.
11450
11451 * callproc.c (Fcall_process): Set the member src_multibyte of
11452 process_coding to 0 (bug#9912).
11453
11454 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11455
11456 * xmenu.c (cleanup_widget_value_tree): New function.
11457 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
11458 calling free_menubar_widget_value_tree directly (Bug#9830).
11459
11460 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
11461
11462 Fix some portability problems with 'inline'.
11463 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
11464 (window_box_width, window_box_left, window_box_left_offset)
11465 (window_box_right, window_box_right_offset): Declare extern.
11466 Otherwise, these inline functions do not conform to C99 and
11467 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
11468 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
11469 * intervals.c (adjust_intervals_for_insertion)
11470 (adjust_intervals_for_deletion): Now extern, because otherwise the
11471 extern inline functions 'offset_intervals' couldn't refer to it.
11472 (static_offset_intervals): Remove.
11473 (offset_intervals): Rewrite using the old contents of
11474 static_offset_intervals. The old version didn't conform to C99
11475 because an extern inline function contained a reference to an
11476 identifier with static linkage.
11477
11478 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
11479
11480 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
11481 GC.
11482
11483 2011-11-06 Eli Zaretskii <eliz@gnu.org>
11484
11485 * xdisp.c (init_iterator, reseat_to_string): Don't set the
11486 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
11487 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
11488 return Qleft_to_right.
11489
11490 2011-11-06 Chong Yidong <cyd@gnu.org>
11491
11492 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
11493 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
11494 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
11495 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
11496 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
11497 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
11498 (Fwindow_vscroll): Doc fix.
11499 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
11500 argument, since it makes no sense to pass a live window and for
11501 consistency with window-child.
11502
11503 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
11504
11505 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
11506 support MSVC.
11507
11508 2011-11-05 Jason Rumney <jasonr@gnu.org>
11509
11510 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
11511 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
11512 fonts (Bug#6029).
11513 (add_font_entity_to_list): Fix logic errors in mixed boolean and
11514 bitwise arithmetic preventing use of unicode-sip and non-truetype
11515 opentype fonts.
11516
11517 2011-11-05 Eli Zaretskii <eliz@gnu.org>
11518
11519 * s/ms-w32.h (fstat, stat, utime): Move redirections to
11520 "emacs"-only part.
11521
11522 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
11523 initialization code to keep similarity to xfns.c after changes
11524 from 2011-11-05.
11525
11526 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
11527
11528 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
11529 (unwind_create_frame): New function (Bug#9943).
11530 (Fx_create_frame): Restructure code to be more similar to the one in
11531 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
11532 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
11533 Move terminal->reference_count++ just before making the frame official
11534 (Bug#9943).
11535
11536 * nsterm.m (x_free_frame_resources): New function.
11537 (x_destroy_window): Move code to x_free_frame_resources.
11538
11539 * xfns.c (unwind_create_frame): Fix comment.
11540 (Fx_create_frame, x_create_tip_frame):
11541 Move terminal->reference_count++ just before making the frame
11542 official. Move initialization of image_cache_refcount and
11543 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
11544
11545 2011-11-05 Eli Zaretskii <eliz@gnu.org>
11546
11547 Support MSVC build with newer versions of Visual Studio.
11548 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
11549 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
11550 nt/gmake.defs.
11551
11552 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
11553 which are not supported by MSVC.
11554 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
11555 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
11556 bitfields.
11557 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
11558 types in bitfields.
11559 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
11560
11561 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
11562
11563 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
11564
11565 Support MSVC build with newer versions of Visual Studio.
11566 * w32.c: Don't include w32api.h for MSVC.
11567 (init_environment) [_MSC_VER]: Call sys_access, not _access.
11568
11569 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
11570 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
11571 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
11572 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
11573 e_* cousins.
11574 (alloca) [_MSC_VER]: Define to _alloca.
11575
11576 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
11577
11578 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
11579
11580 2011-11-04 Eli Zaretskii <eliz@gnu.org>
11581
11582 * xdisp.c (note_mouse_highlight): If either of
11583 previous/next-single-property-change returns nil, treat that as
11584 the beginning or the end of the buffer. (Bug#9955)
11585
11586 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
11587
11588 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
11589 label is not null (Bug#9951).
11590 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
11591 may be NULL.
11592
11593 2011-11-04 Eli Zaretskii <eliz@gnu.org>
11594
11595 * window.c (Fwindow_body_size): Mention in the doc string that the
11596 return value is in frame's canonical units. (Bug#9949)
11597
11598 2011-11-03 Eli Zaretskii <eliz@gnu.org>
11599
11600 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
11601
11602 * w32fns.c (unwind_create_frame): If needed, free the glyph
11603 matrices of the partially constructed frame. (Bug#9943)
11604 * xfns.c (unwind_create_frame): Likewise.
11605
11606 2011-11-01 Eli Zaretskii <eliz@gnu.org>
11607
11608 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
11609 Don't stop backward scan on the continuation glyph, even though
11610 its CHARPOS is positive.
11611 (mouse_face_from_buffer_pos, note_mouse_highlight):
11612 Rename cover_string to disp_string.
11613
11614 2011-11-01 Martin Rudalics <rudalics@gmx.at>
11615
11616 * window.c (temp_output_buffer_show): Don't use
11617 Vtemp_buffer_show_specifiers.
11618 (Vtemp_buffer_show_specifiers): Remove unused variable.
11619
11620 2011-10-30 Eli Zaretskii <eliz@gnu.org>
11621
11622 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
11623 past the beginning of the current glyph matrix.
11624
11625 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
11626
11627 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
11628 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
11629 HAVE_GTK3 (Bug#9869).
11630
11631 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
11632 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
11633
11634 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
11635
11636 * xterm.c: Declare x_handle_net_wm_state to return int.
11637 (handle_one_xevent): Check if we are iconified but don't have
11638 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
11639 (get_current_wm_state): Return non-zero if not hidden,
11640 check for _NET_WM_STATE_HIDDEN (Bug#9893).
11641 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
11642 (x_handle_net_wm_state): Return what get_current_wm_state returns.
11643 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
11644
11645 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
11646
11647 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
11648 so that this new function doesn't get optimized away by a
11649 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
11650
11651 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
11652
11653 * frame.h (MOUSE_HL_INFO): Remove excess parens.
11654
11655 2011-10-29 Eli Zaretskii <eliz@gnu.org>
11656
11657 Fix the `xbytecode' command.
11658 * .gdbinit (xprintbytestr): New command.
11659 (xwhichsymbols): Rename from `which'; all callers changed.
11660 (xbytecode): Print the byte-code string as well.
11661
11662 2011-10-29 Kim Storm <storm@cua.dk>
11663
11664 * alloc.c (which_symbols): New function.
11665
11666 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
11667
11668 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
11669 line. (Bug#9903)
11670
11671 2011-10-29 Glenn Morris <rgm@gnu.org>
11672
11673 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
11674 Not clear what it was for, and it causes various bugs. (Bug#9839)
11675
11676 2011-10-28 Eli Zaretskii <eliz@gnu.org>
11677
11678 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
11679 possible random value that matches one of those tested as
11680 condition to clear the mouse face.
11681
11682 2011-10-28 Chong Yidong <cyd@gnu.org>
11683
11684 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
11685
11686 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
11687
11688 * window.c (make_window): Initialize phys_cursor_on_p.
11689
11690 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11691
11692 * lisp.h (struct Lisp_Symbol): Update comments.
11693
11694 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
11695
11696 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
11697
11698 2011-10-28 Eli Zaretskii <eliz@gnu.org>
11699
11700 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
11701 <oslsachem@gmail.com> for helping to debug this.
11702
11703 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
11704 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
11705 (g_b_init_get_glyph_outline_w): New static variables.
11706 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
11707 (GetGlyphOutlineW_Proc): New typedefs.
11708 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
11709 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
11710 New functions.
11711 (w32font_open_internal, compute_metrics):
11712 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
11713 instead of calling the "wide" APIs directly.
11714
11715 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
11716
11717 * w32.h (syms_of_w32font): Add prototype.
11718
11719 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
11720
11721 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
11722 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
11723 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
11724 (Fmove_to_window_line): Doc fix.
11725
11726 2011-10-27 Chong Yidong <cyd@gnu.org>
11727
11728 * process.c (make_process): Set gnutls_state to NULL.
11729
11730 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
11731 non-NULL, regardless of GNUTLS_INITSTAGE.
11732 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
11733 an error. Set process slots as soon as we allocate them.
11734
11735 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
11736
11737 2011-10-27 Chong Yidong <cyd@gnu.org>
11738
11739 * gnutls.c (emacs_gnutls_deinit): New function.
11740 Deallocate credentials structures as well as calling gnutls_deinit.
11741 (Fgnutls_deinit, Fgnutls_boot): Use it.
11742
11743 * process.c (make_process): Initialize GnuTLS credentials to NULL.
11744 (deactivate_process): Call emacs_gnutls_deinit.
11745
11746 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
11747
11748 * image.c (x_create_x_image_and_pixmap):
11749 * w32.c (sys_rename, w32_delayed_load):
11750 * w32font.c (fill_in_logfont):
11751 * w32reg.c (x_get_string_resource): Silence compiler warnings.
11752
11753 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
11754
11755 * w32fns.c (w32_default_color_map): New function,
11756 extracted from Fw32_default_color_map.
11757 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
11758
11759 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
11760
11761 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
11762
11763 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * keyboard.c (test_undefined): New function (bug#9751).
11766 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
11767
11768 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
11769
11770 * sysdep.c (init_sys_modes): Fix the check for the controlling
11771 terminal (Bug#6649).
11772
11773 2011-10-20 Eli Zaretskii <eliz@gnu.org>
11774
11775 * dispextern.h (struct bidi_it): New member next_en_type.
11776
11777 * bidi.c (bidi_line_init): Initialize the next_en_type member.
11778 (bidi_resolve_explicit_1): When next_en_pos is valid for the
11779 current character, check also for next_en_type being WEAK_EN.
11780 (bidi_resolve_weak): Don't enter the expensive loop if the current
11781 position is before next_en_pos. Record the bidi type of the first
11782 non-ET, non-BN character we find, in addition to its position.
11783 (bidi_level_of_next_char): Invalidate next_en_type when
11784 next_en_pos is over-stepped.
11785
11786 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
11787
11788 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
11789 * editfns.c: Rewrite current-time-zone so that it invokes
11790 the equivalent of (format-time-string "%Z") to get the time zone name.
11791 This fixes a bug when the time zone name contains characters that
11792 need converting from the system time locale to Emacs internal format.
11793 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
11794 that patch fixed format-time-string to do the conversion, but
11795 I forgot to fix current-time-zone.
11796 (format_time_string): New function, containing most of
11797 what Fformat_time_string used to contain.
11798 (Fformat_time_string): Rewrite in terms of format_time_string.
11799 This doesn't change this function's behavior.
11800 (current-time-zone): Rewrite to use format_time_string.
11801 This fixes the bug reported by Michael Schierl in
11802 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
11803 Jason Rumney's 2007-06-07 change worked around this bug, but
11804 didn't fix it.
11805 * systime.h (tzname, timezone): Remove no-longer-used declarations.
11806
11807 2011-10-19 Eli Zaretskii <eliz@gnu.org>
11808
11809 * xdisp.c (start_display): If the character at POS is displayed
11810 via a display vector, reset IT->current.dpvec_index to zero.
11811 (try_window_reusing_current_matrix): If a line ends in a display
11812 vector or the next line starts in a display vector, continue
11813 redrawing the window even though the character position of
11814 start_row was reached.
11815 (Bug#9771, part 2)
11816
11817 2011-10-18 Chong Yidong <cyd@gnu.org>
11818
11819 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
11820 with nobreak-char-display too.
11821
11822 2011-10-18 Eli Zaretskii <eliz@gnu.org>
11823
11824 Fix part 3 of bug#9771.
11825 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
11826 (bidi_resolve_neutral): Don't enter the expensive loop looking for
11827 non-neutral characters if the current character is a paragraph
11828 separator (a.k.a. Newline). This avoids running the same
11829 expensive loop twice, once when we consume the preceding newline
11830 and the other time when the line actually needs to be displayed.
11831 Avoid the loop when we see neutrals on the base embedding level
11832 following a character whose directionality is the same as the
11833 paragraph's. This avoids running the expensive loop when a line
11834 ends in a long sequence of neutrals, like control characters.
11835 Add assertion against STRONG_AL type. Slightly rearrange code
11836 that determines the type of a neutral given the first non-neutral
11837 that follows it.
11838 (bidi_level_of_next_char): Set next_en_pos to zero when
11839 invalidating its info.
11840
11841 2011-10-17 Eli Zaretskii <eliz@gnu.org>
11842
11843 * xdisp.c (push_display_prop): Determine whether to record string
11844 or buffer position by IT->string, not by IT->method. Allow
11845 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
11846 (move_it_vertically_backward): Don't look for character position
11847 immediately after the newline when in a continuation line.
11848 (Bug#9771, part 1)
11849
11850 2011-10-15 Martin Rudalics <rudalics@gmx.at>
11851
11852 * window.c (coordinates_in_window): Rewrite and delabelize
11853 vertical border check. (Bug#5357) (Bug#9618)
11854
11855 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
11858 errors in XSetWindowBorder (bug#9310).
11859
11860 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
11861
11862 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
11863 avoid crash when xmalloc overrun checking is enabled.
11864
11865 2011-10-13 Eli Zaretskii <eliz@gnu.org>
11866
11867 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
11868 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
11869 cursor motion with <left> and <right> arrow keys.
11870
11871 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
11872 some callers set that themselves.
11873
11874 2011-10-12 Eli Zaretskii <eliz@gnu.org>
11875
11876 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
11877 display string and the previous row comes from the same string and
11878 is empty. (Bug#9739) (Bug#9738)
11879
11880 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11881
11882 * doc.c (get_doc_string): Encode file name (bug#9735).
11883
11884 2011-10-12 Eli Zaretskii <eliz@gnu.org>
11885
11886 * bidi.c (bidi_level_of_next_char):
11887 * xdisp.c (get_visually_first_element): Remove old incorrect
11888 comments regarding the Unicode Line Separator character.
11889
11890 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
11891
11892 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
11893
11894 * alloc.c (Fgc_status): Do not access beyond zombies array
11895 boundary if nzombies > MAX_ZOMBIES.
11896 * alloc.c (dump_zombies): Add missing format specifier.
11897
11898 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
11899
11900 * xdisp.c (set_cursor_from_row): Simplify conditionals,
11901 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
11902
11903 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
11904 Some packages use them to denote characters with modifiers.
11905
11906 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
11907
11908 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
11909 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
11910 matching a pp-number. Rename parameter var to var1.
11911
11912 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
11915
11916 2011-10-08 Glenn Morris <rgm@gnu.org>
11917
11918 * callint.c (Fcall_interactively): Give a more explicit error for the
11919 'c' case with a non-character input. (Bug#8479)
11920
11921 2011-10-08 Eli Zaretskii <eliz@gnu.org>
11922
11923 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
11924 lines.
11925 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
11926 lines that are hscrolled on the left.
11927
11928 * dispnew.c (buffer_posn_from_coords): Account for a possible
11929 presence of header-line. (Bug#4426)
11930
11931 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
11932
11933 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
11934 Don't advertise functionality which we discourage or doesn't work.
11935
11936 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
11937
11938 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
11939 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
11940 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
11941 this makes Emacs dump core during garbage collection on rare
11942 occasions. sizeof is obviously inferior to offsetof here, so
11943 stick with offsetof.
11944 (GC_POINTER_ALIGNMENT): New macro.
11945 (mark_memory): Omit 3rd (offset) arg; caller changed.
11946 Don't assume EMACS_INT alignment is the same as pointer alignment.
11947
11948 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * keyboard.c (read_key_sequence_remapped): New var.
11951 (read_key_sequence): Compute remapping in the right buffer.
11952 (command_loop_1): Use read_key_sequence's remapping directly.
11953
11954 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * dired.c (file_name_completion): Don't expand file name.
11957 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
11958 before checking file name handler.
11959
11960 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
11961 they've been requested explicitly (bug#9591).
11962
11963 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
11964
11965 * keymap.c (Fsingle_key_description): Use make_specified_string
11966 instead of build_string to build string from push_key_description.
11967 (Bug#5193)
11968
11969 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
11970
11971 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
11972 This fixes a Y2038 bug on 64-bit hosts.
11973 * buffer.c (reset_buffer):
11974 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
11975 (Fclear_buffer_auto_save_failure):
11976 Use 0, not -1, to represent an unset failure time, since time_t
11977 might not be signed.
11978
11979 Remove dependency on glibc malloc internals.
11980 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
11981 Move back here from lisp.h, but with their new implementations.
11982 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
11983 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
11984 * charset.c (charset_table_init): New static var.
11985 (syms_of_charset): Use it instead of xmalloc. This removes a
11986 dependency on glibc malloc internals. See Eli Zaretskii's comment in
11987 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
11988 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
11989 Move back to alloc.c.
11990 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
11991 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
11992
11993 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
11994
11995 * nsterm.m (windowDidResize): Call x_set_window_size only when
11996 ns_in_resize is true. Otherwise set pixelwidth/height and
11997 call change_frame_size (Bug#9628).
11998
11999 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
12000
12001 Port --enable-checking=all to Fedora 14 x86-64.
12002 * charset.c (syms_of_charset): Also account for glibc malloc's
12003 internal overhead when calculating the initial malloc maximum.
12004
12005 Port --enable-checking=all to Fedora 14 x86.
12006 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
12007 Move to lisp.h.
12008 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
12009 (overrun_check_realloc, overrun_check_free):
12010 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
12011 That way, xmalloc returns a properly-aligned pointer even if
12012 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
12013 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
12014 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
12015 into account when calculating the initial malloc maximum.
12016 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
12017 Move here from alloc.c, so that charset.c can use it too.
12018 Properly align; the old code wasn't right for common 32-bit hosts
12019 when configured with --enable-checking=all.
12020 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
12021 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
12022
12023 2011-09-29 Eli Zaretskii <eliz@gnu.org>
12024
12025 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
12026 use EDOM.
12027
12028 2011-09-28 Eli Zaretskii <eliz@gnu.org>
12029
12030 * xdisp.c (compute_display_string_end): If there's no display
12031 string at CHARPOS, return -1.
12032
12033 * bidi.c (bidi_fetch_char): When compute_display_string_end
12034 returns a negative value, treat the character as a normal
12035 character not covered by a display string. (Bug#9624)
12036
12037 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
12038
12039 * lread.c (Fread_from_string): Fix typo in docstring.
12040
12041 2011-09-27 Eli Zaretskii <eliz@gnu.org>
12042
12043 * xdisp.c (handle_invisible_prop): If invisible text ends on a
12044 newline, reseat the iterator instead of bidi-iterating there one
12045 character at a time. (Bug#9610)
12046 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
12047 TO_CHARPOS if the bidi iterator is at base embedding level.
12048
12049 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
12050
12051 * lread.c (readevalloop): Use correct code for NBSP.
12052 (read1): Likewise. (Bug#9608)
12053
12054 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
12055
12056 * dbusbind.c (Fdbus_register_signal): When service is not
12057 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
12058
12059 2011-09-25 Glenn Morris <rgm@gnu.org>
12060
12061 * buffer.c (truncate-lines): Doc fix.
12062
12063 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
12064
12065 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
12066 (Fset_window_next_buffers): Doc fix.
12067
12068 2011-09-24 Glenn Morris <rgm@gnu.org>
12069
12070 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
12071
12072 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
12073
12074 Fix minor problems found by static checking.
12075 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
12076 * indent.c (Fvertical_motion): Fix == vs = typo.
12077
12078 2011-09-24 Eli Zaretskii <eliz@gnu.org>
12079
12080 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
12081 Default value is now t. Doc fix.
12082
12083 * indent.c (Fvertical_motion): Compute and apply the overshoot
12084 logic when moving up, not only when moving down. Fix the
12085 confusing name and values of the it_overshoot_expected variable;
12086 logic changes accordingly. (Bug#9254) (Bug#9549)
12087
12088 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
12089 CHARPOS is covered by a display string which includes newlines.
12090 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
12091 is covered by a display string with embedded newlines.
12092
12093 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
12094
12095 * dbusbind.c (Fdbus_register_signal): Add match rule to
12096 Vdbus_registered_objects_table. (Bug#9581)
12097 (Fdbus_register_method, Vdbus_registered_objects_table):
12098 Fix docstring.
12099
12100 2011-09-24 Jim Meyering <meyering@redhat.com>
12101
12102 do not ignore write error for any output size
12103 The previous change was incomplete.
12104 While it makes emacs --batch detect the vast majority of stdout
12105 write failures, errors were still ignored whenever the output size is
12106 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
12107 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
12108 && echo FAIL: ignored write error
12109 FAIL: ignored write error
12110 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
12111 && echo FAIL: ignored write error
12112 FAIL: ignored write error
12113 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
12114
12115 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
12116
12117 * emacs.c (Fkill_emacs): In noninteractive mode exit
12118 non-successfully if a write error occurred on stdout. (Bug#9574)
12119
12120 2011-09-21 Eli Zaretskii <eliz@gnu.org>
12121
12122 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
12123 the xassert test.
12124
12125 * dispextern.h (struct it): Update the comment documenting what
12126 can it->OBJECT be.
12127
12128 2011-09-20 Eli Zaretskii <eliz@gnu.org>
12129
12130 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
12131 a display string, extend search for cursor position to end of row.
12132 (find_row_edges): If the row ends in a newline from a display
12133 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
12134 Handle the case of a display string with multiple newlines.
12135 (Fcurrent_bidi_paragraph_direction): Fix search for previous
12136 non-empty line. Fixes confusing cursor motion with arrow keys at
12137 the beginning of a line that starts with whitespace.
12138
12139 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12140
12141 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
12142 (bug#9493).
12143
12144 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
12145
12146 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
12147 boolean (Bug#9154).
12148
12149 2011-09-18 Eli Zaretskii <eliz@gnu.org>
12150
12151 * xdisp.c (display_line): Record maximum and minimum buffer
12152 positions even if no glyphs were produced (e.g., by a zero-width
12153 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
12154 buffer positions that will be removed from the glyph row because
12155 they don't fit.
12156 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
12157 column is beyond frame width: don't subtract 1 "pixel" when
12158 computing width of the stretch.
12159 (reseat_at_next_visible_line_start): Undo the change made on
12160 2011-09-17 that saved paragraph information and restored it after
12161 the call to `reseat'. (Bug#9545)
12162
12163 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12164
12165 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
12166 and turn window cursor on if cleared (Bug#9415).
12167
12168 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
12169
12170 * search.c (boyer_moore): Take unibyte characters from pattern
12171 literally. (Bug#9458)
12172
12173 2011-09-18 Eli Zaretskii <eliz@gnu.org>
12174
12175 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
12176
12177 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
12178
12179 Fix minor problem found by static checking.
12180 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
12181 initialized, to pacify gcc -Wuninitialized.
12182
12183 * fileio.c: Report proper errno when syscall falls.
12184 (Finsert_file_contents): Save and restore errno,
12185 so that report_file_error outputs the correct diagnostic.
12186 (Fwrite_region) [CLASH_DETECTION]: Likewise.
12187
12188 2011-09-18 Eli Zaretskii <eliz@gnu.org>
12189
12190 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
12191
12192 2011-09-17 Eli Zaretskii <eliz@gnu.org>
12193
12194 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
12195 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
12196
12197 2011-09-17 Eli Zaretskii <eliz@gnu.org>
12198
12199 * xdisp.c (reseat_at_next_visible_line_start): Keep information
12200 about the current paragraph and restore it after the call to reseat.
12201
12202 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
12203 (bidi_find_paragraph_start): Search back for paragraph beginning
12204 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
12205 (bidi_move_to_visually_next): Only trigger paragraph-related
12206 computations when the last character is a newline or at EOB, not
12207 just any NEUTRAL_B. (Bug#9470)
12208
12209 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
12210 truncated lines if point is covered by a display string. (Bug#9524)
12211
12212 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
12213
12214 * xselect.c: Relax test for outgoing X longs (Bug#9498).
12215 (cons_to_x_long): New function.
12216 (lisp_data_to_selection_data): Use it. Correct the test for
12217 short-versus-long data; it was negated. Break out of vector
12218 loop, for efficiency, when a long datum is discovered.
12219
12220 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12221
12222 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
12223
12224 2011-09-16 Eli Zaretskii <eliz@gnu.org>
12225
12226 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
12227 GCC PR/17406) by declaring this function with external scope.
12228
12229 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
12230
12231 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
12232 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
12233
12234 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
12235
12236 * editfns.c (Fformat): Correctly handle text properties on "%%".
12237
12238 2011-09-15 Eli Zaretskii <eliz@gnu.org>
12239
12240 * xterm.c (x_draw_composite_glyph_string_foreground):
12241 * w32term.c (x_draw_composite_glyph_string_foreground):
12242 * term.c (encode_terminal_code):
12243 * composite.c (composition_update_it, get_composition_id):
12244 * xdisp.c (get_next_display_element)
12245 (fill_composite_glyph_string): Add comments about special meaning
12246 of TAB characters in a composition.
12247
12248 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
12249
12250 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
12251 This occurs when processing a multibyte format.
12252 Problem reported by Wolfgang Jenker.
12253
12254 2011-09-15 Johan Bockgård <bojohan@gnu.org>
12255
12256 * xdisp.c (try_cursor_movement): Only check for exact match if
12257 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
12258
12259 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
12260
12261 Remove unused external symbols.
12262 * dispextern.h (calc_pixel_width_or_height): Remove decl.
12263 * xdisp.c (calc_pixel_width_or_height): Now static.
12264 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
12265 * indent.c (check_display_width):
12266 * w32term.c: Fix comment to match code.
12267 * xterm.c, xterm.h (x_catching_errors): Remove.
12268
12269 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
12270
12271 * xselect.c: Use signed conversions more consistently (Bug#9498).
12272 (selection_data_to_lisp_data): Assume incoming selection data are
12273 signed integers, not unsigned. This is to be consistent with
12274 outgoing selection data, which was modified to use signed integers
12275 in as part of the fix to Bug#9196 in response to Jan D.'s comment
12276 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
12277 expects long, not unsigned long.
12278
12279 2011-09-14 Eli Zaretskii <eliz@gnu.org>
12280
12281 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
12282 computation of loop end. Reported by Johan Bockgård
12283 <bojohan@gnu.org>.
12284
12285 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
12286
12287 * frame.c (Fother_visible_frames_p): Function deleted.
12288
12289 2011-09-12 Eli Zaretskii <eliz@gnu.org>
12290
12291 * indent.c (compute_motion): Process display vector front to back
12292 rather than the other way around. (Bug#2496)
12293
12294 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
12297
12298 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
12299
12300 * minibuf.c (Fread_from_minibuffer): Doc fix.
12301
12302 2011-09-11 Eli Zaretskii <eliz@gnu.org>
12303
12304 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
12305 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
12306
12307 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12308
12309 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
12310 value for non-existent files.
12311
12312 2011-09-11 Eli Zaretskii <eliz@gnu.org>
12313
12314 * fileio.c (Finsert_file_contents): If the file cannot be opened,
12315 set its "size" to -1. This will set the modtime_size field of
12316 the corresponding buffer to -1, which is what
12317 verify-visited-file-modtime expects for files that do not exist.
12318 (Bug#9139)
12319
12320 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
12321
12322 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
12323 here ...
12324 * lisp.h: ... from here. push_key_description is no longer
12325 defined in keyboard.c, so its declaration should not be in
12326 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
12327 logically belongs with push_key_description.
12328
12329 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
12330
12331 * buffer.h: Include <sys/types.h> instead of <time.h>.
12332 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
12333 Problem reported by Herbert J. Skuhra.
12334
12335 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12336
12337 * xml.c (parse_region): Make the parsing work for
12338 non-comment-starting XML files again (bug#9144).
12339
12340 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
12341
12342 * image.c (gif_load): Fix calculation of bottom and right corner.
12343 (Bug#9468)
12344
12345 2011-09-10 Eli Zaretskii <eliz@gnu.org>
12346
12347 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
12348 redisplay in small windows.
12349
12350 2011-09-09 Eli Zaretskii <eliz@gnu.org>
12351
12352 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
12353
12354 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12355
12356 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
12357 Operate on live windows only.
12358
12359 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
12360
12361 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
12362
12363 2011-09-07 Eli Zaretskii <eliz@gnu.org>
12364
12365 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
12366 only under bidi iteration.
12367
12368 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
12369
12370 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
12371
12372 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
12373
12374 isnan: Fix porting problem to Solaris 10 with bundled gcc.
12375 Without this fix, the command to link temacs failed due to an
12376 undefined symbol __builtin_isnan. This is because
12377 /usr/include/iso/math_c99.h #defines isnan(x) to
12378 __builtin_isnan(x), but the bundled gcc, which identifies itself
12379 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
12380 a __builtin_isnan.
12381 * floatfns.c (isnan): #undef, and then #define to a clone of
12382 what's in data.c.
12383 (Fisnan): Always define, since it's always available now.
12384 (syms_of_floatfns): Always define isnan at the Lisp level.
12385
12386 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
12387
12388 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
12389
12390 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
12391
12392 * fileio.c: Fix bugs with large file offsets (Bug#9428).
12393 The previous code assumed that file offsets (off_t values) fit in
12394 EMACS_INT variables, which is not true on typical 32-bit hosts.
12395 The code messed up by falsely reporting buffer overflow in cases
12396 such as (insert-file-contents "big" nil 1 2) into an empty buffer
12397 when "big" contains more than 2**29 bytes, even though this
12398 inserts just one byte and does not overflow the buffer.
12399 (Finsert_file_contents): Store file offsets as off_t
12400 values, not as EMACS_INT values. Check for overflow when
12401 converting between EMACS_INT and off_t. When checking for
12402 buffer overflow or for overlap, take the offsets into account.
12403 Don't use EMACS_INT for small values where int suffices.
12404 When checking for overlap, fix a typo: ZV was used where
12405 ZV_BYTE was intended.
12406 (Fwrite_region): Don't assume off_t fits into 'long'.
12407 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
12408
12409 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
12410
12411 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
12412
12413 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
12414
12415 sprintf-related integer and memory overflow issues (Bug#9412).
12416
12417 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
12418 (esprintf, exprintf, evxprintf): New functions.
12419 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
12420 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
12421 (modify_event_symbol): Do not assume that the length of
12422 name_alist_or_stem is safe to alloca and fits in int.
12423 (Fexecute_extended_command): Likewise for function name and binding.
12424 (Frecursion_depth): Wrap around reliably on integer overflow.
12425 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
12426 since some callers pass EMACS_INT values.
12427 (Fsingle_key_description): Don't crash if symbol name contains more
12428 than MAX_ALLOCA bytes.
12429 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
12430 (get_minibuffer): Arg is now EMACS_INT, not int.
12431 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
12432 (esprintf, exprintf, evxprintf): New decls.
12433 * window.h (command_loop_level, minibuf_level): Reflect API changes.
12434
12435 * dbusbind.c (signature_cat): New function.
12436 (xd_signature, Fdbus_register_signal):
12437 Do not overrun buffer; instead, report string overflow.
12438
12439 * dispnew.c (add_window_display_history): Don't overrun buffer.
12440 Truncate instead; this is OK since it's just a log.
12441
12442 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
12443 even if the time zone offset is outlandishly large.
12444 Don't mishandle offset == INT_MIN.
12445
12446 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
12447 when creating daemon; the previous buffer-overflow check was incorrect.
12448
12449 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
12450 which has the guts of the old verror function.
12451
12452 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
12453 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
12454
12455 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
12456 (font_unparse_xlfd): Don't blindly alloca long strings.
12457 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
12458 fits in int, when using sprintf. Use single snprintf to count
12459 length of string rather than counting it via multiple sprintfs;
12460 that's simpler and more reliable.
12461 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
12462 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
12463 sprintf, in case result does not fit in int.
12464
12465 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
12466 (fontset_from_font): Print it.
12467
12468 * frame.c (tty_frame_count): Now printmax_t, not int.
12469 (make_terminal_frame, set_term_frame_name): Print it.
12470 (x_report_frame_params): In X, window IDs are unsigned long,
12471 not signed long, so print them as unsigned.
12472 (validate_x_resource_name): Check for implausibly long names,
12473 and don't assume name length fits in 'int'.
12474 (x_get_resource_string): Don't blindly alloca invocation name;
12475 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
12476 not fit in int.
12477
12478 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
12479 (xg_check_special_colors, xg_set_geometry):
12480 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
12481
12482 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
12483 Use esprintf, not sprintf, in case result does not fit in int.
12484
12485 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
12486 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
12487 it as a large positive number.
12488 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
12489 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
12490
12491 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
12492 in case result does not fit in int.
12493
12494 * print.c (float_to_string): Detect width overflow more reliably.
12495 (print_object): Make sprintf buffer a bit bigger, to avoid potential
12496 buffer overrun. Don't assume list length fits in 'int'. Treat
12497 print length of 0 as 0, not as infinity; to be consistent with other
12498 uses of print length in this function. Don't overflow print length
12499 index. Don't assume hash table size fits in 'long', or that
12500 vectorlike size fits in 'unsigned long'.
12501
12502 * process.c (make_process): Use printmax_t, not int, to format
12503 process-name gensyms.
12504
12505 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
12506
12507 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
12508 to avoid potential buffer overrun.
12509
12510 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
12511 if X resource line is longer than 512 bytes.
12512
12513 * xfns.c (x_window): Make sprintf buffer a bit bigger
12514 to avoid potential buffer overrun.
12515
12516 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
12517
12518 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
12519
12520 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
12521
12522 Integer overflow fixes for scrolling, etc.
12523 Without these, Emacs silently mishandles large integers sometimes.
12524 For example, "C-u 4294967297 M-x recenter" was treated as if
12525 it were "C-u 1 M-x recenter" on a typical 64-bit host.
12526
12527 * xdisp.c (try_window_id): Check Emacs fixnum range before
12528 converting to 'int'.
12529
12530 * window.c (window_scroll_line_based, Frecenter):
12531 Check that an Emacs fixnum is in range before assigning it to 'int'.
12532 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
12533 values converted from Emacs fixnums.
12534 (Frecenter): Don't wrap around a line count if it is out of 'int'
12535 range; instead, treat it as an extreme value.
12536 (Fset_window_configuration, compare_window_configurations):
12537 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
12538
12539 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
12540 that can exceed INT_MAX. Check that EMACS_INT value is in range
12541 before assigning it to the (possibly-narrower) index.
12542 (match_limit): Don't assume that a fixnum can fit in 'int'.
12543
12544 * print.c (print_object): Use ptrdiff_t, not int, for index that can
12545 exceed INT_MAX.
12546
12547 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
12548 (Fvertical_motion): Don't wrap around LINES values that don't fit
12549 in 'int'. Instead, treat them as extreme values. This is good
12550 enough for windows, which can't have more than INT_MAX lines anyway.
12551
12552 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12553
12554 * Require libxml/parser.h to avoid compilation warning.
12555
12556 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
12557
12558 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
12559 since this reportedly can destroy thread storage.
12560
12561 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
12562
12563 * syntax.c (find_defun_start): Update all cache variables if
12564 exiting early (Bug#9401).
12565
12566 2011-08-30 Eli Zaretskii <eliz@gnu.org>
12567
12568 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
12569
12570 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
12571 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
12572 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
12573
12574 * term.c (tty_append_glyph): New function.
12575 (produce_stretch_glyph): Static function and its prototype deleted.
12576
12577 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
12578 Add prototypes.
12579
12580 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
12581
12582 * image.c (parse_image_spec): Check for nonnegative, not for positive,
12583 when checking :margin (Bug#9390).
12584 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
12585 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
12586 so that the name doesn't mislead. All uses changed.
12587
12588 2011-08-28 Johan Bockgård <bojohan@gnu.org>
12589
12590 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
12591 set_tty_hooks.
12592
12593 2011-08-27 Eli Zaretskii <eliz@gnu.org>
12594
12595 * xdisp.c (move_it_to): Don't bail out early when reaching
12596 position beyond to_charpos, if we are scanning backwards.
12597 (move_it_vertically_backward): When DY == 0, make sure we get to
12598 the first character in the line after the newline.
12599
12600 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
12601
12602 * ccl.c: Improve and simplify overflow checking (Bug#9196).
12603 (ccl_driver): Do not generate an out-of-range pointer.
12604 (Fccl_execute_on_string): Remove unnecessary check for
12605 integer overflow, noted by Stefan Monnier in
12606 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
12607 Remove a FIXME that didn't need fixing.
12608 Simplify the newly-introduced buffer reallocation code.
12609
12610 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
12611
12612 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
12613
12614 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
12615
12616 Integer and memory overflow issues (Bug#9196).
12617
12618 * doc.c (get_doc_string): Rework so that
12619 get_doc_string_buffer_size is the actual buffer size, rather than
12620 being 1 less than the actual buffer size; this makes xpalloc more
12621 convenient.
12622
12623 * image.c (x_allocate_bitmap_record, cache_image):
12624 * xselect.c (Fx_register_dnd_atom):
12625 Simplify previous changes by using xpalloc.
12626
12627 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
12628 since either will do and ptrdiff_t is convenient with xpalloc.
12629
12630 * charset.c (charset_table_size)
12631 (struct charset_sort_data.priority): Now ptrdiff_t.
12632 (charset_compare): Don't overflow if priorities differ greatly.
12633 (Fsort_charsets): Don't assume list length fits in int.
12634 Check for size-calculation overflow when allocating sort data.
12635 (syms_of_charset): Allocate an initial charset table that is
12636 just under 64 KiB, to avoid problems with glibc malloc and mmap.
12637
12638 * cmds.c (internal_self_insert): Check for size-calculation overflow.
12639
12640 * composite.h (struct composition.glyph_len): Now int, not unsigned.
12641 The actual value is always <= INT_MAX, and leaving it unsigned made
12642 overflow checking harder.
12643
12644 * dispextern.h (struct glyph_matrix.rows_allocated)
12645 (struct face_cache.size): Now ptrdiff_t, for convenience in use
12646 with xpalloc. The values are still always <= INT_MAX.
12647
12648 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
12649
12650 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
12651 (SAFE_NALLOCA): New macro.
12652
12653 * region-cache.c (struct boundary.pos, find_cache_boundary)
12654 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
12655 (set_cache_region, invalidate_region_cache)
12656 (revalidate_region_cache, know_region_cache, region_cache_forward)
12657 (region_cache_backward, pp_cache):
12658 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
12659 so that ptrdiff_t * can be passed to xpalloc.
12660 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
12661 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
12662 (pp_cache): Don't assume cache_len fits in int.
12663 * region-cache.h: Adjust extern decls to match.
12664
12665 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
12666 EMACS_INT, since either will do, for xpalloc.
12667
12668 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
12669 (xnmalloc, xnrealloc, xpalloc): New functions.
12670
12671 * bidi.c (bidi_shelve_header_size): New constant.
12672 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
12673 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
12674
12675 * bidi.c (bidi_cache_shrink):
12676 * buffer.c (overlays_at, overlays_in, record_overlay_string)
12677 (overlay_strings):
12678 Don't update size of array until after memory allocation succeeds,
12679 because xmalloc/xrealloc may not return.
12680 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
12681 now that we have proper integer overflow checking.
12682 (record_overlay_string, overlay_strings): Catch overflows when
12683 calculating size of overlay_str_buf.
12684
12685 * callproc.c (Fcall_process): Check for size overflow when
12686 calculating size of args2.
12687 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
12688 Normally we prefer signed values, but sticking with ptrdiff_t would
12689 require adding more-complicated checks.
12690
12691 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
12692 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
12693 Redo buffer-overflow calculations to avoid integer overflow.
12694 Add a FIXME comment where memory seems to be over-allocated.
12695
12696 * character.c (Fstring): Check for size-calculation overflow.
12697
12698 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
12699 unnecessary integer overflow. Check for size overflow.
12700 (encode_coding_object): Don't update size until xmalloc succeeds.
12701
12702 * composite.c (get_composition_id): Check for overflow in glyph
12703 length calculations.
12704
12705 Integer and memory overflow fixes for display code.
12706 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
12707 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
12708 (scrolling_window): Check for overflow in size calculations.
12709 (line_draw_cost, realloc_glyph_pool, add_row_entry):
12710 Don't assume glyph table len fits in int.
12711 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
12712 (row_table_size): Now ptrdiff_t, not int.
12713 (scrolling_window): Avoid overflow in size calculations.
12714 Don't update size until allocation succeeds.
12715 * fns.c (concat): Check for overflow in size calculations.
12716 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
12717 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
12718 (NEXT_ALMOST_PRIME_LIMIT): New constant.
12719
12720 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
12721 (get_doc_string): Check for size calculation overflow.
12722 Don't update size until allocation succeeds.
12723 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
12724 EMACS_INT, where ptrdiff_t will do.
12725 (Fsubstitute_command_keys): Check for string overflow.
12726
12727 * editfns.c (set_time_zone_rule): Don't assume environment length
12728 fits in int.
12729 (message_length): Now ptrdiff_t, not int.
12730 (Fmessage_box): Don't update size until allocation succeeds.
12731 Don't assume message length fits in int.
12732 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
12733
12734 * emacs.c (main): Do not reallocate argv, since there is a null at
12735 the end that can be overwritten, and this way there's no need to
12736 worry about size-calculation overflow.
12737 (sort_args): Check for size-calculation overflow.
12738
12739 * eval.c (init_eval_once, grow_specpdl): Don't update size until
12740 alloc succeeds.
12741 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
12742
12743 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
12744 (x_set_scroll_bar_width, x_figure_window_size):
12745 Check for integer overflow.
12746 (x_set_alpha): Do not assume XINT fits in int.
12747
12748 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
12749 This is for the members text_lines, text_cols, total_lines, total_cols,
12750 where the system imposes an 'int' limit.
12751
12752 * fringe.c (Fdefine_fringe_bitmap):
12753 Don't update size until alloc works.
12754
12755 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
12756 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
12757
12758 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
12759 Check for size-calculation overflow.
12760 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
12761 do, as we prefer signed integers.
12762 (id_to_widget.max_size, id_to_widget.used)
12763 (xg_store_widget_in_map, xg_remove_widget_from_map)
12764 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
12765 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
12766 Use and return ptrdiff_t, not int.
12767 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
12768 * gtkutil.h: Change prototypes to match the above.
12769
12770 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
12771 are duplicate now that they've been promoted to lisp.h.
12772 (x_allocate_bitmap_record, x_alloc_image_color)
12773 (make_image_cache, cache_image, xpm_load):
12774 Don't update size until alloc is done.
12775 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
12776 (x_detect_edges):
12777 Check for size calculation overflow.
12778 (ct_colors_allocated_max): New constant.
12779 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
12780 overflow.
12781
12782 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
12783 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
12784 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
12785 Use ptrdiff_t, not int, to count maps.
12786 (read_char_minibuf_menu_prompt): Check for overflow in size
12787 calculations. Don't update size until allocation succeeds.
12788 Redo calculations to avoid overflow.
12789 * keyboard.h: Change prototypes to match the above.
12790
12791 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
12792 to count maps.
12793 (current_minor_maps): Check for size calculation overflow.
12794 * keymap.h: Change prototypes to match the above.
12795
12796 * lread.c (read1, init_obarray): Don't update size until alloc done.
12797
12798 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
12799 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
12800
12801 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
12802 Now ptrdiff_t, not int.
12803 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
12804 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
12805
12806 * process.c (Fnetwork_interface_list): Check for overflow
12807 in size calculation.
12808
12809 * region-cache.c (move_cache_gap): Check for size calculation overflow.
12810
12811 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
12812 overflow. Don't bother calling xmalloc when xrealloc will do.
12813
12814 * search.c (Freplace_match): Check for size calculation overflow.
12815 (Fset_match_data): Don't assume list lengths fit in 'int'.
12816
12817 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
12818 for command line length. Do not attempt to address one before the
12819 beginning of an array, as that's not portable.
12820
12821 * term.c (max_frame_lines): Remove; unused.
12822 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
12823 not int.
12824 (encode_terminal_code, calculate_costs): Check for size
12825 calculation overflow.
12826 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
12827 table lengths and related sizes. Don't update size until alloc
12828 done. Redo calculations to avoid overflow.
12829 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
12830
12831 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
12832 subtracting pointers.
12833 (gobble_line): Check for overflow more carefully. Don't update size
12834 until alloc done.
12835
12836 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
12837 Don't update size until alloc done.
12838 Redo size calculations to avoid overflow.
12839 Check for size calculation overflow.
12840 (main) [DEBUG]: Fix typo in invoking tparam1.
12841
12842 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
12843 Use ptrdiff_t, not int, for sizes.
12844 (store_mode_line_noprop_char): Don't update size until alloc done.
12845
12846 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
12847 Use ptrdiff_t, not int, for sizes.
12848 (Finternal_make_lisp_face, cache_face):
12849 Check for size calculation overflow.
12850 (cache_face): Treat size calculation overflows as if they were
12851 memory exhaustion (the usual treatment), rather than aborting.
12852
12853 * xfns.c (x_encode_text, x_set_name_internal)
12854 (Fx_change_window_property): Use ptrdiff_t, not int, to count
12855 sizes, since they can exceed INT_MAX in size. Check for size
12856 calculation overflow.
12857
12858 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
12859 (xg_select): Check for size calculation overflow.
12860 Don't update size until alloc done.
12861
12862 * xrdb.c (get_environ_db): Don't assume path length fits in int,
12863 as sprintf is limited to int lengths.
12864
12865 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
12866 (X_LONG_MIN): New macros.
12867 Use them to make the following changes clearer.
12868 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
12869 This change doesn't affect the value now, but it may help remind
12870 future maintainers not to raise the value too much later.
12871 (SELECTION_QUANTUM): Remove, replacing with ...
12872 (selection_quantum): ... new function, which avoids overflow.
12873 All uses changed.
12874 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
12875 assumption that selection length fits in 'int'.
12876 (x_reply_selection_request, x_handle_selection_request)
12877 (x_get_window_property, receive_incremental_selection)
12878 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
12879 (lisp_data_to_selection_data, clean_local_selection_data):
12880 Use ptrdiff_t, not int, to record length of selection.
12881 (x_reply_selection_request, x_get_window_property)
12882 (receive_incremental_selection, x_property_data_to_lisp):
12883 Redo calculations to avoid overflow.
12884 (x_reply_selection_request): When sending hint, ceiling it at
12885 X_LONG_MAX rather than relying on wraparound overflow to send
12886 something.
12887 (x_get_window_property, receive_incremental_selection)
12888 (lisp_data_to_selection_data, x_property_data_to_lisp):
12889 Check for size-calculation overflow.
12890 (x_get_window_property, receive_incremental_selection)
12891 (lisp_data_to_selection_data, Fx_register_dnd_atom):
12892 Don't store size until memory allocation succeeds.
12893 (x_get_window_property): Plug memory leak on memory exhaustion.
12894 Don't double-block input; malloc is safe here. Don't assume 2**34
12895 - 4 fits in unsigned long. Add an xassert to check
12896 XGetWindowProperty overflow. Be more careful about overflow
12897 calculations, and distinguish size from memory overflow better.
12898 (receive_incremental_selection): When tracing, don't assume
12899 unsigned int is less than INT_MAX.
12900 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
12901 harmful) conversions of unsigned short to int.
12902 (lisp_data_to_selection_data): Don't assume that integers
12903 in the range -65535 through -1 fit in an X unsigned short.
12904 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
12905 result parameters unless successful. Rely on cons_to_unsigned
12906 to report problems with elements; the old code wasn't right anyway.
12907 (x_check_property_data): Check for int overflow; we cannot use
12908 a wider type due to X limits.
12909 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
12910
12911 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
12912
12913 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
12914 (x_term_init): Check for size calculation overflow.
12915 (x_color_cells): Don't store size until memory allocation succeeds.
12916 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
12917 Don't assume alloca size is less than MAX_ALLOCA.
12918 (x_term_init): Don't assume length fits in int (sprintf is limited
12919 to int size).
12920
12921 Use ptrdiff_t for composition IDs.
12922 * character.c (lisp_string_width):
12923 * composite.c (composition_table_size, n_compositions)
12924 (get_composition_id, composition_gstring_from_id):
12925 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
12926 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
12927 * window.c (Frecenter):
12928 Use ptrdiff_t, not int, for composition IDs.
12929 * composite.c (get_composition_id): Check for integer overflow.
12930 * composite.h: Adjust prototypes to match the above changes.
12931
12932 Use ptrdiff_t for hash table indexes.
12933 * category.c (hash_get_category_set):
12934 * ccl.c (ccl_driver):
12935 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
12936 * coding.c (coding_system_charset_list, detect_coding_system):
12937 * coding.h (struct coding_system.id):
12938 * composite.c (get_composition_id, gstring_lookup_cache):
12939 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
12940 * image.c (xpm_get_color_table_h):
12941 * lisp.h (hash_lookup, hash_put):
12942 * minibuf.c (Ftest_completion):
12943 Use ptrdiff_t for hash table indexes, not int (which is too
12944 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
12945 32-bit --with-wide-int hosts).
12946
12947 * charset.c (Fdefine_charset_internal): Check for integer overflow.
12948 Add a FIXME comment about memory leaks.
12949 (syms_of_charset): Don't assume xmalloc returns.
12950
12951 Don't assume that stated character widths fit in int.
12952 * character.c (Fchar_width, c_string_width, lisp_string_width):
12953 * character.h (CHAR_WIDTH):
12954 * indent.c (MULTIBYTE_BYTES_WIDTH):
12955 Use sanitize_char_width to avoid undefined and/or bad behavior
12956 with outlandish widths.
12957 * character.h (sanitize_tab_width): Rename from sanitize_width,
12958 now that we have two such functions. All uses changed.
12959 (sanitize_char_width): New inline function.
12960
12961 Don't assume that tab-width fits in int.
12962 * character.h (sanitize_width): New inline function.
12963 (SANE_TAB_WIDTH): New macro.
12964 (ASCII_CHAR_WIDTH): Use it.
12965 * indent.c (sane_tab_width): Remove. All uses replaced by
12966 SANE_TAB_WIDTH (current_buffer).
12967 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
12968
12969 * fileio.c: Integer overflow issues with file modes.
12970 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
12971
12972 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
12973 Remove unreachable code.
12974 (read_hex, load_charset_map_from_file): Check for integer overflow.
12975
12976 * xterm.c: Don't go over XClientMessageEvent limit.
12977 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
12978 (x_send_scroll_bar_event): Likewise. Check that the size does not
12979 exceed limits imposed by XClientMessageEvent, as well as the usual
12980 ptrdiff_t and size_t limits.
12981
12982 * keyboard.c: Overflow, signedness and related fixes.
12983 (make_lispy_movement): Use same integer type in forward decl
12984 that is used in the definition.
12985 (read_key_sequence, keyremap_step):
12986 Change bufsize argument back to int, undoing my 2011-03-30 change.
12987 We prefer signed types, and int is wide enough here.
12988 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
12989 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
12990 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
12991 length, not size_t. Use ptrdiff_t for index, not int.
12992 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
12993 possibility of integer overflow.
12994
12995 Overflow, signedness and related fixes for images.
12996
12997 * dispextern.h (struct it.stack[0].u.image.image_id)
12998 (struct_it.image_id, struct image.id, struct image_cache.size)
12999 (struct image_cache.used, struct image_cache.ref_count):
13000 * gtkutil.c (update_frame_tool_bar):
13001 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
13002 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
13003 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
13004 * nsmenu.m (update_frame_tool_bar):
13005 * xdisp.c (calc_pixel_width_or_height):
13006 * xfns.c (image_cache_refcount):
13007 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
13008 on typical 64-bit hosts.
13009
13010 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
13011 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
13012 Omit unnecessary casts to int.
13013 (parse_image_spec): Check that integers fall into 'int' range
13014 when the callers expect that.
13015 (image_ascent): Redo ascent calculation to avoid int overflow.
13016 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
13017 (lookup_image): Remove unnecessary tests.
13018 (xbm_image_p): Locals are now of int, not EMACS_INT,
13019 since parse_image_check makes sure they fit into int.
13020 (png_load, gif_load, svg_load_image):
13021 Prefer int to unsigned where either will do.
13022 (tiff_handler): New function, combining the cores of the
13023 old tiff_error_handler and tiff_warning_handler.
13024 This function is rewritten to use vsnprintf and thereby avoid
13025 stack buffer overflows. It uses only the features of vsnprintf
13026 that are common to both POSIX and native Microsoft.
13027 (tiff_error_handler, tiff_warning_handler): Use it.
13028 (tiff_load, gif_load, imagemagick_load_image):
13029 Don't assume :index value fits in 'int'.
13030 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
13031 (imagemagick_load_image): Check that crop parameters fit into
13032 the integer types that MagickCropImage accepts. Don't assume
13033 Vimagemagick_render_type has a nonnegative value. Don't assume
13034 size_t fits in 'long'.
13035 (gs_load): Use printmax_t to print the widest integers possible.
13036 Check for integer overflow when computing image height and width.
13037
13038 2011-08-26 Eli Zaretskii <eliz@gnu.org>
13039
13040 * xdisp.c (redisplay_window): Don't force window start if point
13041 will be invisible in the resulting window. (Bug#9324)
13042
13043 2011-08-25 Eli Zaretskii <eliz@gnu.org>
13044
13045 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
13046 the display spec is of the form `(space ...)'.
13047 (handle_display_spec): Return the value returned by
13048 handle_single_display_spec, not just 1 or zero.
13049 (handle_single_display_spec): If the display spec is of the form
13050 `(space ...)', and specifies display in the text area, return 2
13051 rather than 1.
13052 (try_cursor_movement): Check for the need to scroll more
13053 accurately, and prefer exact match for point under bidi.
13054 Don't advance `row' beyond the last row of the window.
13055
13056 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
13057 into disp_prop; all users changed.
13058
13059 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
13060 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
13061 for the text covered by the display property.
13062
13063 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
13064
13065 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
13066 Change return value to nil.
13067 (Frecord_buffer): Delete unused function.
13068
13069 2011-08-24 Eli Zaretskii <eliz@gnu.org>
13070
13071 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
13072 buffers, return left-to-right.
13073 (set_cursor_from_row): Consider candidate row a win if its glyph
13074 represents a newline and point is on that newline. Fixes cursor
13075 positioning on the newline at EOL of R2L text within L2R
13076 paragraph, and vice versa.
13077 (try_cursor_movement): Check continued rows, in addition to
13078 continuation rows. Fixes unwarranted scroll when point enters a
13079 continued line of R2L text within an L2R paragraph, or vice versa.
13080 (cursor_row_p): Consider the case of point being equal to
13081 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
13082 from the end of a short line to the beginning of a continued line
13083 of R2L text within L2R paragraph.
13084 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
13085 composed characters.
13086
13087 * bidi.c (bidi_check_type): Use xassert.
13088 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
13089 members.
13090
13091 2011-08-23 Eli Zaretskii <eliz@gnu.org>
13092
13093 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
13094 a character.
13095
13096 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
13097
13098 * nsfont.m (ns_otf_to_script): Fix typo.
13099
13100 2011-08-22 Kenichi Handa <handa@m17n.org>
13101
13102 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
13103 extra slot even if the purpose is char-code-property-table.
13104
13105 2011-08-23 Eli Zaretskii <eliz@gnu.org>
13106
13107 * xdisp.c (redisplay_window): When computing centering_position,
13108 account for the height of the header line. (Bug#8874)
13109
13110 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
13111 instead of CHAR_TO_BYTE. Fixes a crash when a completion
13112 candidate is selected by the mouse, and that candidate has a
13113 composed character under the mouse.
13114
13115 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
13116 coordinates reported by pos-visible-in-window-p for a composed
13117 character in column zero.
13118
13119 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
13122
13123 2011-08-22 Eli Zaretskii <eliz@gnu.org>
13124
13125 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
13126 consider it a hit if to_charpos is anywhere in the range of the
13127 composed buffer positions.
13128
13129 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
13130
13131 * image.c (gif_load): Don't assume that each subimage has the same
13132 dimensions as the base image. Handle disposal method that is
13133 "undefined" by the gif spec (Bug#9335).
13134
13135 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
13136
13137 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
13138 (Fcondition_case): Document `debug' symbol in error handler.
13139
13140 2011-08-19 Eli Zaretskii <eliz@gnu.org>
13141
13142 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
13143 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
13144 from an Org mode buffer to a Speedbar frame.
13145
13146 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
13147 a composition, take its buffer position from IT->cmp_it.charpos.
13148 Fixes cursor positioning at the beginning of a line that begins
13149 with a composed character.
13150
13151 2011-08-18 Eli Zaretskii <eliz@gnu.org>
13152
13153 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
13154 character bidirectional type, use STRONG_L instead. Fixes crashes
13155 in a buffer produced by `describe-categories'.
13156
13157 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
13158 members before the level stack, so they would be saved and
13159 restored when copying iterator state. Fixes incorrect reordering
13160 around TABs covered by display properties.
13161
13162 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
13163
13164 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
13165
13166 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
13167
13168 * eval.c (internal_condition_case, internal_condition_case_1)
13169 (internal_condition_case_2, internal_condition_case_n):
13170 Remove unnecessary aborts (Bug#9081).
13171
13172 2011-08-17 Eli Zaretskii <eliz@gnu.org>
13173
13174 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
13175 has no `load' handler, try opening the file locally. (Bug#9311)
13176
13177 2011-08-16 Ken Brown <kbrown@cornell.edu>
13178
13179 * gmalloc.c: Expand comment.
13180
13181 2011-08-16 Eli Zaretskii <eliz@gnu.org>
13182
13183 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
13184 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
13185
13186 2011-08-16 Ken Brown <kbrown@cornell.edu>
13187
13188 Fix memory allocation problems in Cygwin build (Bug#9273).
13189
13190 * unexcw.c ( __malloc_initialized): Declare external variable.
13191 (fixup_executable): Force the dumped emacs to reinitialize malloc.
13192
13193 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
13194 New variables.
13195 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
13196 dumped emacs.
13197 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
13198 in the static heap.
13199 [CYGWIN] (special_realloc): New function.
13200 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
13201 requests to realloc storage in the static heap.
13202
13203 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
13204
13205 * bidi.c (bidi_initialize): Remove unused local.
13206
13207 2011-08-15 Eli Zaretskii <eliz@gnu.org>
13208
13209 * bidimirror.h:
13210 * biditype.h: Remove file.
13211 * makefile.w32-in ($(BLD)/bidi.$(O)):
13212 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
13213
13214 * dispextern.h: Fix a typo in the comment to bidi_type_t.
13215
13216 * chartab.c: Improve commentary for the uniprop_table API.
13217
13218 * bidi.c (bidi_paragraph_init): Support zero value of
13219 bidi_ignore_explicit_marks_for_paragraph_level.
13220 (bidi_initialize): Use uniprop_table instead of including
13221 biditype.h and bidimirror.h.
13222
13223 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
13224 coordinates of the iterator when restoring from ppos_it.
13225 (Bug#9296)
13226
13227 2011-08-14 Kenichi Handa <handa@m17n.org>
13228
13229 * process.c (create_process): Call setup_process_coding_systems
13230 after the pid of the process is set to -1 (Bug#8162).
13231
13232 2011-08-14 Eli Zaretskii <eliz@gnu.org>
13233
13234 * xdisp.c (move_it_in_display_line_to): Don't invoke
13235 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
13236 ppos_it. Fixes vertical cursor motion when line beginning is
13237 covered by an image. (Bug#9296)
13238
13239 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
13240
13241 * nsterm.h (ns_run_ascript): Declare.
13242 (NSAPP_DATA2_RUNASSCRIPT): Define.
13243
13244 * nsfns.m (as_script, as_result, as_status): New static variables.
13245 (ns_run_ascript): New function.
13246 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
13247 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
13248 the event loop. Get status from as_status (Bug#7276).
13249
13250 * nsterm.m (sendEvent): If event is NSApplicationDefined and
13251 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
13252 the event loop (Bug#7276).
13253
13254 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
13255
13256 * gnutls.c (QCgnutls_bootprop_priority)
13257 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
13258 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
13259 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
13260 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
13261 (QCgnutls_bootprop_verify_hostname_error)
13262 (QCgnutls_bootprop_callbacks_verify): Rename from
13263 Qgnutls_bootprop_..., all uses changed.
13264
13265 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
13266 uses changed.
13267
13268 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
13269
13270 * xfaces.c (Qframe_set_background_mode): Now static.
13271 * dispextern.h (Qframe_set_background_mode): Remove decl.
13272
13273 * process.c (Fnetwork_interface_info): Declare local only if needed.
13274
13275 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
13276
13277 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
13278 (Fnetwork_interface_list): Allocate in increments of bytes instead
13279 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
13280 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
13281 sockaddr.
13282 (struct ifflag_def): notrailers is smart on OSX.
13283 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
13284 Get hardware address with getifaddrs if available.
13285
13286 2011-08-12 Eli Zaretskii <eliz@gnu.org>
13287
13288 * xdisp.c (iterate_out_of_display_property): xassert that
13289 IT->position is set to within IT->object's boundaries. Break from
13290 the loop as soon as EOB is reached; avoids infloops in redisplay
13291 when IT->position is set up wrongly due to some bug.
13292 Set IT->current to match the bidi iterator unconditionally.
13293 (push_display_prop): Allow GET_FROM_STRING as IT->method on
13294 entry. Force push_it to save on the stack the current
13295 buffer/string position, to be restored by pop_it. Fix flags in
13296 the iterator structure wrt the object coming from a display
13297 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
13298 properties. (Bug#9284)
13299
13300 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
13301
13302 * fontset.c (fontset_get_font_group): Add proper type checks.
13303 (Bug#9172)
13304
13305 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13306
13307 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
13308 and LC_VERSION_MIN_MACOSX.
13309 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
13310 (dump_it) [LC_FUNCTION_STARTS]: Use it.
13311
13312 2011-08-08 Eli Zaretskii <eliz@gnu.org>
13313
13314 * xdisp.c (forward_to_next_line_start): Allow to use the
13315 no-display-properties-and-no-overlays under bidi display.
13316 Set disp_pos in the bidi iterator to avoid searches for display
13317 properties and overlays.
13318
13319 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
13320
13321 * editfns.c (Fset_time_zone_rule): Document relationship with the
13322 setenv function.
13323
13324 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
13325 the font entity extracted from the cache (Bug#8109).
13326
13327 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
13328
13329 * composite.c (autocmp_chars): Don't reset point. That is done by
13330 restore_point_unwind (Bug#5984).
13331
13332 2011-08-07 Juri Linkov <juri@jurta.org>
13333
13334 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
13335 to show the arg `TIME' instead of `TIMEVAL'.
13336
13337 2011-08-06 Eli Zaretskii <eliz@gnu.org>
13338
13339 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
13340 display property strides EOL and includes a newline, as in
13341 longlines-mode. (Bug#9254)
13342 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
13343 word-wrap under bidirectional display. (Bug#9224)
13344
13345 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
13346 is non-zero, even if the data buffer is NULL. Fixes a crash in
13347 vertical-motion with longlines-mode. (Bug#9254)
13348
13349 2011-08-05 Eli Zaretskii <eliz@gnu.org>
13350
13351 * bidi.c <bidi_cache_total_alloc>: Now static.
13352 (bidi_initialize): Initialize bidi_cache_total_alloc.
13353
13354 * xdisp.c (display_line): Release buffer allocated for shelved bidi
13355 cache. (Bug#9221)
13356
13357 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
13358 amount allocated this far in `bidi_cache_total_alloc'.
13359 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
13360 non-zero, only free the data buffer without restoring the cache
13361 contents. All callers changed.
13362
13363 * dispextern.h (bidi_unshelve_cache): Update prototype.
13364
13365 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
13366 (move_it_in_display_line, move_it_to)
13367 (move_it_vertically_backward, move_it_by_lines): Replace the call
13368 to xfree to an equivalent call to bidi_unshelve_cache.
13369 (move_it_in_display_line_to): Fix logic of returning
13370 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
13371
13372 2011-08-05 Eli Zaretskii <eliz@gnu.org>
13373
13374 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
13375 came from a string character with a `cursor' property. (Bug#9229)
13376
13377 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
13378
13379 * Makefile.in (LIB_PTHREAD): New variable.
13380 (LIBES): Add LIB_PTHREAD (Bug#9216).
13381
13382 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
13383 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
13384
13385 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
13386
13387 * regex.c (re_iswctype): Remove some redundant boolean conversions.
13388
13389 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
13390
13391 * xterm.c (x_find_topmost_parent): New function.
13392 (x_set_frame_alpha): Find topmost parent window with
13393 x_find_topmost_parent and set the property there also (bug#9181).
13394 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
13395
13396 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
13397
13398 * callproc.c (Fcall_process): Avoid vfork clobbering
13399 the local vars buffer, coding_systems, current_dir.
13400
13401 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * keymap.c (Fmake_composed_keymap): Move to subr.el.
13404
13405 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
13406
13407 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
13408 so that it is not optimized away.
13409
13410 * xdisp.c (compute_display_string_pos): Remove unused local.
13411
13412 2011-08-02 Eli Zaretskii <eliz@gnu.org>
13413
13414 Fix slow cursor motion and scrolling in large buffers with
13415 selective display, like Org Mode buffers. (Bug#9218)
13416
13417 * dispextern.h (struct bidi_it): New member disp_prop_p.
13418
13419 * xdisp.c: Remove one-slot cache of display string positions.
13420 (compute_display_string_pos): Accept an additional argument
13421 DISP_PROP_P; callers changed. Scan at most 5K characters forward
13422 for a display string or property. If found, set DISP_PROP_P
13423 non-zero.
13424
13425 * bidi.c (bidi_fetch_char): Accept an additional argument
13426 DISP_PROP_P, and pass it to compute_display_string_pos.
13427 Only handle text covered by a display string if DISP_PROP_P is returned
13428 non-zero. All callers of bidi_fetch_char changed.
13429
13430 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
13431
13432 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
13433
13434 2010-12-03 Don March <don@ohspite.net>
13435
13436 * keymap.c (Fdefine_key): Fix non-prefix key error message when
13437 last character M-[char] is translated to ESC [char] (bug#7541).
13438
13439 2011-08-02 Kenichi Handa <handa@m17n.org>
13440
13441 * lisp.h (uniprop_table): Extern it.
13442
13443 * chartab.c (uniprop_table): Make it non-static.
13444
13445 2011-08-01 Eli Zaretskii <eliz@gnu.org>
13446
13447 * xdisp.c (forward_to_next_line_start): Accept additional argument
13448 BIDI_IT_PREV, and store into it the state of the bidi iterator had
13449 on the newline.
13450 (reseat_at_next_visible_line_start): Use the bidi iterator state
13451 returned by forward_to_next_line_start to restore the state of
13452 it->bidi_it after backing up to previous newline. (Bug#9212)
13453
13454 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
13455
13456 * regex.c (re_comp): Protoize.
13457 (re_exec): Fix return type.
13458 (regexec): Fix type of `ret'. (Bug#9203)
13459
13460 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
13461
13462 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
13463 This is needed if max-image-size is a floating-point number.
13464
13465 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
13466
13467 * print.c (print_object): Print empty symbol as ##.
13468
13469 * lread.c (read1): Read ## as empty symbol.
13470
13471 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
13472
13473 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
13474 setting frame foreground color (Bug#9175).
13475 (x_set_background_color): Likewise.
13476
13477 * nsmenu.m (-setText): Size tooltip dimensions precisely to
13478 contents (Bug#9176).
13479 (EmacsTooltip -init): Remove bezels and add shadows to
13480 tooltip windows.
13481
13482 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
13483 or scroll bar (Bug#8470).
13484
13485 * nsfont.m (nsfont_open): Remove assignment to voffset and
13486 unnecessary vars hshink, expand, hd, full_height, min_height.
13487 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
13488
13489 * nsterm.h (nsfont_info): Remove voffset field.
13490
13491 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
13492
13493 Implement strike-through and overline on NextStep (Bug#8863).
13494
13495 * nsfont.m (nsfont_open): Use underline position provided by font,
13496 instead of hard-coded value of 2.
13497 (nsfont_draw): Call ns_draw_text_decoration instead.
13498
13499 * nsterm.h: Add declaration for ns_draw_text_decoration.
13500
13501 * nsterm.m (ns_draw_text_decoration): New function for drawing
13502 underline, overline, and strike-through.
13503 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
13504 ns_draw_text_decoration. Change treatment of cursor drawing to
13505 accommodate underlining, etc.
13506
13507 2011-07-28 Eli Zaretskii <eliz@gnu.org>
13508
13509 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
13510 default.
13511
13512 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
13513
13514 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
13515 Without this fix, if a signal arrives just after memory fills up,
13516 'malloc' might be invoked reentrantly.
13517
13518 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
13519 In other words, assume that every image size is allowed, on non-X
13520 hosts. This assumption is probably wrong, but it lets Emacs compile.
13521
13522 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
13523
13524 * regex.c (re_iswctype): Convert return values to boolean.
13525
13526 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
13527
13528 * xdisp.c (compute_display_string_pos): Don't use cached display
13529 string position if the buffer had its restriction changed.
13530 (Bug#9184)
13531
13532 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
13533
13534 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
13535
13536 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
13537
13538 Integer signedness and overflow and related fixes. (Bug#9079)
13539
13540 * bidi.c: Integer size and overflow fixes.
13541 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
13542 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
13543 (bidi_cache_find_level_change, bidi_cache_ensure_space)
13544 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
13545 (bidi_find_other_level_edge):
13546 Use ptrdiff_t instead of EMACS_INT where either will do.
13547 This works better on 32-bit hosts configured --with-wide-int.
13548 (bidi_cache_ensure_space): Check for size-calculation overflow.
13549 Use % rather than repeated addition, for better worst-case speed.
13550 Don't set bidi_cache_size until after xrealloc returns, because it
13551 might not return.
13552 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
13553 (bidi_cache_ensure_space): Also check that the bidi cache size
13554 does not exceed that of the largest Lisp string or buffer. See Eli
13555 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
13556
13557 * alloc.c (__malloc_size_t): Remove.
13558 All uses replaced by size_t. See Andreas Schwab's note
13559 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
13560
13561 * image.c: Improve checking for integer overflow.
13562 (check_image_size): Assume that f is nonnull, since
13563 it is always nonnull in practice. This is one less thing to
13564 worry about when checking for integer overflow later.
13565 (x_check_image_size): New function, which checks for integer
13566 overflow issues inside X.
13567 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
13568 This removes the need for a memory_full check.
13569 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
13570 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
13571 (xbm_read_bitmap_data): Change locals back to 'int', since
13572 their values must fit in 'int'.
13573 (xpm_load_image, png_load, tiff_load):
13574 Invoke x_create_x_image_and_pixmap earlier,
13575 to avoid much needless work if the image is too large.
13576 (tiff_load): Treat overly large images as if
13577 x_create_x_image_and_pixmap failed, not as malloc failures.
13578 (gs_load): Use x_check_image_size.
13579
13580 * gtkutil.c: Omit integer casts.
13581 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
13582 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
13583
13584 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
13585
13586 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
13587 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
13588 would wrongly return t on a 64-bit host.
13589
13590 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
13591 The plain *_OVERFLOW macros run afoul of GCC bug 49705
13592 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
13593 and therefore cause GCC to emit a bogus diagnostic in some cases.
13594
13595 * image.c: Integer signedness and overflow and related fixes.
13596 This is not an exhaustive set of fixes, but it's time to
13597 record what I've got.
13598 (lookup_pixel_color, check_image_size): Remove redundant decls.
13599 (check_image_size): Don't assume that arbitrary EMACS_INT values
13600 fit in 'int', or that arbitrary 'double' values fit in 'int'.
13601 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
13602 (tiff_load, imagemagick_load_image):
13603 Check for overflow in size calculations.
13604 (x_create_x_image_and_pixmap): Remove unnecessary test for
13605 xmalloc returning NULL; that can't happen.
13606 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
13607 (xpm_color_bucket): Use better integer hashing function.
13608 (xpm_cache_color): Don't possibly over-allocate memory.
13609 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
13610 (gif_memory_source):
13611 Use ptrdiff_t, not int or size_t, to record sizes.
13612 (png_load): Don't assume values greater than 2**31 fit in 'int'.
13613 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
13614 either works, as we prefer signed integers.
13615 (tiff_read_from_memory, tiff_write_from_memory):
13616 Return tsize_t, not size_t, since that's what the TIFF API wants.
13617 (tiff_read_from_memory): Don't fail simply because the read would
13618 go past EOF; instead, return a short read.
13619 (tiff_load): Omit no-longer-needed casts.
13620 (Fimagemagick_types): Don't assume size fits into 'int'.
13621
13622 Improve hashing quality when configured --with-wide-int.
13623 * fns.c (hash_string): New function, taken from sxhash_string.
13624 Do not discard information about ASCII character case; this
13625 discarding is no longer needed.
13626 (sxhash-string): Use it. Change sig to match it. Caller changed.
13627 * lisp.h: Declare it.
13628 * lread.c (hash_string): Remove, since we now use fns.c's version.
13629 The fns.c version returns a wider integer if --with-wide-int is
13630 specified, so this should help the quality of the hashing a bit.
13631
13632 * emacs.c: Integer overflow minor fix.
13633 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
13634 Define only if GNU_LINUX.
13635 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
13636
13637 * dispnew.c: Integer signedness and overflow fixes.
13638 Remove unnecessary forward decls, that were a maintenance hassle.
13639 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
13640 All uses changed.
13641 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
13642 (scrolling_window): Use ptrdiff_t, not int, for byte count.
13643 (prepare_desired_row, line_draw_cost):
13644 Use int, not unsigned, where either works.
13645 (save_current_matrix, restore_current_matrix):
13646 Use ptrdiff_t, not size_t, where either works.
13647 (init_display): Check for overflow more accurately, and without
13648 relying on undefined behavior.
13649
13650 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
13651 Remove, replacing with the new symbols in lisp.h. All uses changed.
13652 * fileio.c (make_temp_name):
13653 * filelock.c (lock_file_1, lock_file):
13654 * xdisp.c (message_dolog):
13655 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
13656 Use pMd etc. instead.
13657 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
13658 replacing the pWIDE etc. symbols removed from editfns.c.
13659
13660 * keyboard.h (num_input_events): Now uintmax_t.
13661 This is (very slightly) less likely to mess up due to wraparound.
13662 All uses changed.
13663
13664 * buffer.c: Integer signedness fixes.
13665 (alloc_buffer_text, enlarge_buffer_text):
13666 Use ptrdiff_t rather than size_t when either will do, as we prefer
13667 signed integers.
13668
13669 * alloc.c: Integer signedness and overflow fixes.
13670 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
13671 (__malloc_size_t): Default to size_t, not to int.
13672 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
13673 (Fgarbage_collect, mark_object_loop_halt, mark_object):
13674 Prefer ptrdiff_t to size_t when either would do, as we prefer
13675 signed integers.
13676 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
13677 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
13678 Now const. Initialize with values that are in range even if char
13679 is signed.
13680 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
13681 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
13682 These functions do the right thing with sizes > 2**32.
13683 (check_depth): Now ptrdiff_t, not int.
13684 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
13685 Adjust to new way of storing sizes. Check for size overflow bugs
13686 in rest of code.
13687 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
13688 slightly wrong anyway, as it missed one instance of
13689 XMALLOC_OVERRUN_CHECK_OVERHEAD.
13690 (refill_memory_reserve): Omit needless cast to size_t.
13691 (mark_object_loop_halt): Mark as externally visible.
13692
13693 * xselect.c: Integer signedness and overflow fixes.
13694 (Fx_register_dnd_atom, x_handle_dnd_message):
13695 Use ptrdiff_t, not size_t, since we prefer signed.
13696 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
13697 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
13698 x_dnd_atoms_size and x_dnd_atoms_length.
13699
13700 * doprnt.c: Prefer signed to unsigned when either works.
13701 * eval.c (verror):
13702 * doprnt.c (doprnt):
13703 * lisp.h (doprnt):
13704 * xdisp.c (vmessage):
13705 Use ptrdiff_t, not size_t, when using or implementing doprnt,
13706 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
13707 prefer signed arithmetic to avoid comparison confusion.
13708 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
13709 but is a bit tricky.
13710
13711 Assume freestanding C89 headers, string.h, stdlib.h.
13712 * data.c, doprnt.c, floatfns.c, print.c:
13713 Include float.h unconditionally.
13714 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
13715 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
13716 * regex.c: Likewise for stddef.h, string.h.
13717 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
13718 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
13719 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
13720 (STDC_HEADERS): Remove obsolete defines.
13721 * sysdep.c: Include limits.h unconditionally.
13722
13723 Assume support for memcmp, memcpy, memmove, memset.
13724 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
13725 * regex.c (memcmp, memcpy):
13726 Remove; we assume C89 now.
13727
13728 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
13729 (__malloc_safe_bcopy): Remove; no longer needed.
13730
13731 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
13732 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
13733 well either way, and we prefer signed to unsigned.
13734
13735 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13736
13737 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
13738 closes the connection while we're reading (bug#9182).
13739
13740 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
13741
13742 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
13743 are specified (Bug#9168).
13744
13745 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
13746
13747 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
13748 Found by GCC static checking and --with-wide-int on a 32-bit host.
13749
13750 2011-07-25 Eli Zaretskii <eliz@gnu.org>
13751
13752 * xdisp.c (compute_display_string_pos): Fix logic of caching
13753 previous display string position. Initialize cached_prev_pos to
13754 -1. Fixes slow-down at the beginning of a buffer.
13755
13756 2011-07-24 Eli Zaretskii <eliz@gnu.org>
13757
13758 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
13759 for attrs[LFACE_FONTSET_INDEX].
13760
13761 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
13762
13763 * xml.c (parse_region): Remove unused local
13764 that was recently introduced.
13765
13766 2011-07-23 Eli Zaretskii <eliz@gnu.org>
13767
13768 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
13769 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
13770
13771 * xdisp.c (move_it_in_display_line_to): Record the best matching
13772 position for TO_CHARPOS while scanning the line, and restore it on
13773 exit if none of the characters scanned was an exact match.
13774 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
13775 when exact match is impossible due to invisible text, and the
13776 lines are truncated.
13777
13778 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
13779
13780 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
13781 for OSX >= 10.7.
13782
13783 2011-07-22 Eli Zaretskii <eliz@gnu.org>
13784
13785 Fix a significant slow-down of cursor motion with C-n, C-p,
13786 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
13787 auto-repeat under bidi redisplay in fontified buffers.
13788 * xdisp.c (compute_stop_pos_backwards): New function.
13789 (next_element_from_buffer): Call compute_stop_pos_backwards to
13790 find a suitable prev_stop when we find ourselves before
13791 base_level_stop.
13792 (reseat): Don't look for prev_stop, as that could mean a very long
13793 run.
13794 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
13795 <cached_disp_overlay_modiff>: Cache for last found display string
13796 position.
13797 (compute_display_string_pos): Return the cached position if asked
13798 about the same buffer in the same area of character positions, and
13799 the buffer wasn't changed since the time the display string
13800 position was cached.
13801
13802 2011-07-22 Eli Zaretskii <eliz@gnu.org>
13803
13804 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
13805 is an integer, which is important for empty lines. (Bug#9149)
13806
13807 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
13808
13809 * frame.c (Fmodify_frame_parameters): In tty case, update the
13810 default face if necessary (Bug#4238).
13811
13812 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
13813
13814 * editfns.c (Fstring_to_char): No need to explain what a character
13815 is in the docstring (Bug#6576).
13816
13817 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13818
13819 * xml.c (parse_region): Make sure we always return a tree.
13820
13821 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
13822
13823 * xml.c (parse_region): If a document contains only comments,
13824 return that, too.
13825
13826 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13827
13828 * xml.c (make_dom): Return comments, too.
13829
13830 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
13831
13832 Port to OpenBSD.
13833 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
13834 and the surrounding thread.
13835 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
13836 rather than fgets, and retry after EINTR. Otherwise, 'emacs
13837 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
13838 timer goes off.
13839 * s/openbsd.h (BROKEN_SIGIO): Define.
13840 * unexelf.c (unexec) [__OpenBSD__]:
13841 Don't update the .mdebug section of the Alpha COFF symbol table.
13842
13843 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13844
13845 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
13846 (bug#8460).
13847
13848 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
13849
13850 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
13851 This fixes some race conditions on the permissions of any newly
13852 created file.
13853
13854 * alloc.c (valid_pointer_p): Use pipe, not open.
13855 This fixes some permissions issues when debugging.
13856
13857 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
13858 If fchown fails to set both uid and gid, try to set just gid,
13859 as that is sometimes allowed. Adjust the file's mode to eliminate
13860 setuid or setgid bits that are inappropriate if fchown fails.
13861
13862 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
13865 to compare Lisp_Objects.
13866 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
13867 global_gnutls_log_level, don't mistake it for a Lisp_Object.
13868 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
13869
13870 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
13871
13872 * lread.c (read_integer): Unread even EOF character.
13873 (read1): Likewise. Properly record start position of symbol.
13874
13875 * lread.c (read1): Read `#:' as empty uninterned symbol if no
13876 symbol character follows.
13877
13878 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
13879
13880 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
13881 This works around a problem with the previous change to Fcopy_file.
13882 Recent glibc declares fchown with __attribute__((warn_unused_result)),
13883 and without this change, GCC might complain about discarding
13884 fchown's return value.
13885
13886 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
13887
13888 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
13889
13890 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
13891
13892 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
13893
13894 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13895
13896 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
13897 it's used from the C level.
13898
13899 * process.c: Use the same condition for POLL_FOR_INPUT in both
13900 keyboard.c and process.c (bug#1858).
13901
13902 2011-07-09 Lawrence Mitchell <wence@gmx.li>
13903
13904 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
13905 (Fgnutls_boot): Use it.
13906
13907 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
13908
13909 * doc.c (Fsubstitute_command_keys): Revert last change.
13910
13911 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13912
13913 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
13914 quotes the next character, and doesn't affect other longer
13915 sequences (bug#8935).
13916
13917 * lread.c (syms_of_lread): Clarify that is isn't only
13918 `eval-buffer' and `eval-defun' that's affected by
13919 `lexical-binding' (bug#8460).
13920
13921 2011-07-15 Eli Zaretskii <eliz@gnu.org>
13922
13923 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
13924 bidi redisplay when a line includes both an image and is truncated.
13925
13926 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
13927
13928 Fix minor problems found by static checking.
13929 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
13930 (elsz): Now a signed constant, not a size_t var. We prefer signed
13931 types to unsigned, to avoid integer comparison confusion. Without
13932 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
13933 "cannot optimize loop, the loop counter may overflow", a symptom
13934 of the confusion.
13935 * indent.c (Fvertical_motion): Mark locals as initialized.
13936 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
13937
13938 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13939
13940 * search.c (Fre_search_backward): Mention `case-fold-search' in
13941 all the re_search_* functions (bug#8138).
13942
13943 * keyboard.c (Fopen_dribble_file): Document when the file is
13944 closed (bug#8056).
13945
13946 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13947
13948 * bidi.c (bidi_dump_cached_states): Fix format of displaying
13949 bidi_cache_idx.
13950
13951 Support bidi reordering of display and overlay strings.
13952 * xdisp.c (compute_display_string_pos)
13953 (compute_display_string_end): Accept additional argument STRING.
13954 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
13955 (reseat_to_string): Initialize bidi_it->string.s and
13956 bidi_it->string.schars.
13957 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
13958 NULL (avoids a crash in bidi_paragraph_init).
13959 Initialize itb.string.lstring.
13960 (init_iterator): Call bidi_init_it only of a valid
13961 buffer position was specified. Initialize paragraph_embedding to
13962 L2R.
13963 (reseat_to_string): Initialize the bidi iterator.
13964 (display_string): If we need to ignore text properties of
13965 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
13966 original value of -1 will not work with bidi.)
13967 (compute_display_string_pos): First arg is now struct
13968 `text_pos *'; all callers changed. Support display properties on
13969 Lisp strings.
13970 (compute_display_string_end): Support display properties on Lisp
13971 strings.
13972 (init_iterator, reseat_1, reseat_to_string): Initialize the
13973 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
13974 when iterating on a string not from display properties).
13975 (compute_display_string_pos, compute_display_string_end):
13976 Fix calculation of the object to scan. Fixes an error when using
13977 arrow keys.
13978 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
13979 base_level_stop; instead, set base_level_stop to BEGV.
13980 Fixes crashes in vertical-motion.
13981 (next_element_from_buffer): Improve commentary for when
13982 the iterator is before prev_stop.
13983 (init_iterator): Initialize bidi_p from the default value of
13984 bidi-display-reordering, not from buffer-local value. Use the
13985 buffer-local value only if initializing for buffer iteration.
13986 (handle_invisible_prop): Support invisible properties on strings
13987 that are being bidi-reordered.
13988 (set_iterator_to_next): Support bidi reordering of C strings and
13989 Lisp strings.
13990 (next_element_from_string): Support bidi reordering of Lisp
13991 strings.
13992 (handle_stop_backwards): Support Lisp strings as well.
13993 (display_string): Support display of R2L glyph rows.
13994 Use IT_STRING_CHARPOS when displaying from a Lisp string.
13995 (init_iterator): Don't initialize it->bidi_p for strings
13996 here.
13997 (reseat_to_string): Initialize it->bidi_p for strings here.
13998 (next_element_from_string, next_element_from_c_string)
13999 (next_element_from_buffer): Add xassert's for correspondence
14000 between IT's object being iterated and it->bidi_it.string
14001 structure.
14002 (face_before_or_after_it_pos): Support bidi iteration.
14003 (next_element_from_c_string): Handle the case of the first string
14004 character that is not the first one in the visual order.
14005 (get_visually_first_element): New function, refactored from common
14006 parts of next_element_from_buffer, next_element_from_string, and
14007 next_element_from_c_string.
14008 (tool_bar_lines_needed, redisplay_tool_bar)
14009 (display_menu_bar): Force left-to-right direction. Add a FIXME
14010 comment for making that be controlled by a user option.
14011 (push_it, pop_it): Save and restore the state of the
14012 bidi iterator. Save and restore the bidi_p flag.
14013 (pop_it): Iterate out of display property for string iteration as
14014 well.
14015 (iterate_out_of_display_property): Support iteration over strings.
14016 (handle_single_display_spec): Set up it->bidi_it for iteration
14017 over a display string, and call bidi_init_it.
14018 (handle_single_display_spec, next_overlay_string)
14019 (get_overlay_strings_1, push_display_prop): Set up the bidi
14020 iterator for displaying display or overlay strings.
14021 (forward_to_next_line_start): Don't use the shortcut if
14022 bidi-iterating.
14023 (back_to_previous_visible_line_start): If handle_display_prop
14024 pushed the iterator stack, restore the internal state of the bidi
14025 iterator by calling bidi_pop_it same number of times.
14026 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
14027 and we are bidi-iterating, don't decrement the iterator position;
14028 instead, set the first_elt flag in the bidi iterator, to produce
14029 the same effect.
14030 (reseat_1): Remove redundant setting of string_from_display_prop_p.
14031 (push_display_prop): xassert that we are iterating a buffer.
14032 (push_it, pop_it): Save and restore paragraph_embedding member.
14033 (handle_single_display_spec, next_overlay_string)
14034 (get_overlay_strings_1, reseat_1, reseat_to_string)
14035 (push_display_prop): Set up the `unibyte' member of bidi_it.string
14036 correctly. Don't assume unibyte strings are not bidi-reordered.
14037 (compute_display_string_pos)
14038 (compute_display_string_end): Fix handling the case of C string.
14039 (push_it, pop_it): Save and restore from_disp_prop_p.
14040 (handle_single_display_spec, push_display_prop): Set the
14041 from_disp_prop_p flag.
14042 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
14043 (pop_it): Call iterate_out_of_display_property only if we are
14044 popping after iteration over a string that came from a display
14045 property. Fix a typo in popping stretch info. Add an assertion
14046 for verifying that the iterator position is in sync with the bidi
14047 iterator.
14048 (handle_single_display_spec, get_overlay_strings_1)
14049 (push_display_prop): Fix initialization of paragraph direction for
14050 string when that of the parent object is not yet determined.
14051 (reseat_1): Call bidi_init_it to resync the bidi
14052 iterator with IT's position. (Bug#7616)
14053 (find_row_edges): If ROW->start.pos gives position
14054 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
14055 (handle_stop, back_to_previous_visible_line_start, reseat_1):
14056 Reset the from_disp_prop_p flag.
14057 (SAVE_IT, RESTORE_IT): New macros.
14058 (pos_visible_p, face_before_or_after_it_pos)
14059 (back_to_previous_visible_line_start)
14060 (move_it_in_display_line_to, move_it_in_display_line)
14061 (move_it_to, move_it_vertically_backward, move_it_by_lines)
14062 (try_scrolling, redisplay_window, display_line): Use them when
14063 saving a temporary copy of the iterator and restoring it back.
14064 (back_to_previous_visible_line_start, reseat_1)
14065 (init_iterator): Empty the bidi cache "stack".
14066 (move_it_in_display_line_to): If iterator ended up at
14067 EOL, but we never saw any buffer positions smaller than
14068 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
14069 motion in bidi-reordered lines.
14070 (move_it_in_display_line_to): Record prev_method and prev_pos
14071 immediately before the call to set_iterator_to_next. Fixes cursor
14072 motion in bidi-reordered lines with stretch glyphs and strings
14073 displayed in margins. (Bug#8133) (Bug#8867)
14074 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
14075 TO_CHARPOS.
14076 (pos_visible_p): Support positions in bidi-reordered lines.
14077 Save and restore bidi cache.
14078
14079 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
14080 (bidi_paragraph_info): Delete unused struct.
14081 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
14082 (bidi_cache_start): New variable.
14083 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
14084 to zero.
14085 (bidi_cache_fetch_state, bidi_cache_search)
14086 (bidi_cache_find_level_change, bidi_cache_iterator_state)
14087 (bidi_cache_find, bidi_peek_at_next_level)
14088 (bidi_level_of_next_char, bidi_find_other_level_edge)
14089 (bidi_move_to_visually_next): Compare cache index with
14090 bidi_cache_start rather than with zero.
14091 (bidi_fetch_char): Accept new argument STRING; all callers
14092 changed. Support iteration over a string. Support strings with
14093 display properties. Support unibyte strings. Fix the type of
14094 `len' according to what STRING_CHAR_AND_LENGTH expects.
14095 (bidi_paragraph_init, bidi_resolve_explicit_1)
14096 (bidi_resolve_explicit, bidi_resolve_weak)
14097 (bidi_level_of_next_char, bidi_move_to_visually_next):
14098 Support iteration over a string.
14099 (bidi_set_sor_type, bidi_resolve_explicit_1)
14100 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
14101 can now be zero (for strings); special values 0 and -1 were
14102 changed to -1 and -2, respectively.
14103 (bidi_char_at_pos): New function.
14104 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
14105 Call it instead of FETCH_MULTIBYTE_CHAR.
14106 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
14107 initialized to valid values.
14108 (bidi_init_it): Don't initialize charpos and bytepos with invalid
14109 values.
14110 (bidi_level_of_next_char): Allow the sentinel "position" to pass
14111 the test for valid cached positions. Fix the logic for looking up
14112 the sentinel state in the cache. GCPRO the Lisp string we are
14113 iterating.
14114 (bidi_push_it, bidi_pop_it): New functions.
14115 (bidi_initialize): Initialize the bidi cache start stack pointer.
14116 (bidi_cache_ensure_space): New function, refactored from part of
14117 bidi_cache_iterator_state. Don't assume the required size is just
14118 one BIDI_CACHE_CHUNK away.
14119 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
14120 (bidi_count_bytes, bidi_char_at_pos): New functions.
14121 (bidi_cache_search): Don't assume bidi_cache_last_idx is
14122 always valid if bidi_cache_idx is valid.
14123 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
14124 is valid if it's going to be used.
14125 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
14126 (bidi_cache_fetch_state, bidi_cache_search)
14127 (bidi_cache_find_level_change, bidi_cache_ensure_space)
14128 (bidi_cache_iterator_state, bidi_cache_find)
14129 (bidi_find_other_level_edge, bidi_cache_start_stack):
14130 All variables related to cache indices are now EMACS_INT.
14131
14132 * dispextern.h (struct bidi_string_data): New structure.
14133 (struct bidi_it): New member `string'. Make flag members be 1-bit
14134 fields, and put them last in the struct.
14135 (compute_display_string_pos, compute_display_string_end):
14136 Update prototypes.
14137 (bidi_push_it, bidi_pop_it): Add prototypes.
14138 (struct iterator_stack_entry): New members bidi_p,
14139 paragraph_embedding, and from_disp_prop_p.
14140 (struct it): Member bidi_p is now a bit field 1 bit wide.
14141 (bidi_shelve_cache, bidi_unshelve_cache):
14142 Declare prototypes.
14143
14144 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
14145 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
14146 and vector-like objects.
14147
14148 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
14149 cache around display iteration.
14150
14151 * window.c (Fwindow_end, window_scroll_pixel_based)
14152 (displayed_window_lines, Frecenter): Save and restore the bidi
14153 cache around display iteration.
14154
14155 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14156
14157 * editfns.c (Fdelete_region): Clarify the use of the named
14158 parameters (bug#6788).
14159
14160 2011-07-14 Martin Rudalics <rudalics@gmx.at>
14161
14162 * indent.c (Fvertical_motion): Set and restore w->pointm when
14163 saving and restoring the window's buffer (Bug#9006).
14164
14165 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14166
14167 * editfns.c (Fstring_to_char): Clarify just what is returned
14168 (bug#6576). Text by Eli Zaretskii.
14169
14170 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
14171
14172 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
14173
14174 2011-07-13 Eli Zaretskii <eliz@gnu.org>
14175
14176 * buffer.c (mmap_find): Fix a typo.
14177
14178 2011-07-13 Johan Bockgård <bojohan@gnu.org>
14179
14180 Fix execution of x selection hooks.
14181 * xselect.c (Qx_lost_selection_functions)
14182 (Qx_sent_selection_functions): New vars.
14183 (syms_of_xselect): DEFSYM them.
14184 (x_handle_selection_request): Pass Qx_sent_selection_functions
14185 rather than Vx_sent_selection_functions to Frun_hook_with_args.
14186 (x_handle_selection_clear,x_clear_frame_selections):
14187 Pass Qx_lost_selection_functions rather than
14188 Vx_lost_selection_functions to Frun_hook_with_args.
14189
14190 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
14191
14192 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
14193 The old code sometimes used this field without initializing it.
14194
14195 * alloc.c (gc_sweep): Don't read past end of array.
14196 In theory, the old code could also have corrupted Emacs internals,
14197 though it'd be very unlikely.
14198
14199 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
14200
14201 * character.c (Fcharacterp): Don't advertise optional ignored
14202 argument. (Bug#4026)
14203
14204 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14205
14206 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
14207 key" (bug#4257).
14208
14209 * window.c (Fset_window_start): Doc fix (bug#4199).
14210 (Fset_window_hscroll): Ditto.
14211
14212 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
14213
14214 Fix minor new problems caught by GCC 4.6.1.
14215 * term.c (init_tty): Remove unused local.
14216 * xsettings.c (store_monospaced_changed): Define this function only
14217 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
14218 not used otherwise.
14219
14220 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
14221
14222 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
14223
14224 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14225
14226 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
14227 are the mini-buffer and the echo area (bug#3320).
14228
14229 * term.c (init_tty): Remove support for supdup, c10 and perq
14230 terminals, which are no longer supported (bug#1482).
14231
14232 2011-07-10 Johan Bockgård <bojohan@gnu.org>
14233
14234 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
14235
14236 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
14237
14238 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
14239 for non-popups (Bug#3642).
14240
14241 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
14242
14243 * alloc.c (reset_malloc_hooks): Protoize.
14244 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
14245 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
14246 * cm.c (losecursor): Likewise.
14247 * data.c (fmod): Likewise.
14248 * dispnew.c (swap_glyphs_in_rows): Likewise.
14249 * emacs.c (memory_warning_signal): Likewise.
14250 * floatfns.c (float_error): Likewise.
14251 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
14252 (otf_open, font_otf_capability, generate_otf_features)
14253 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14254 Likewise.
14255 * image.c (pbm_read_file): Likewise.
14256 * indent.c (string_display_width): Likewise.
14257 * intervals.c (check_for_interval, search_for_interval)
14258 (inc_interval_count, count_intervals, root_interval)
14259 (adjust_intervals_for_insertion, make_new_interval): Likewise.
14260 * lread.c (defalias): Likewise.
14261 * ralloc.c (r_alloc_check): Likewise.
14262 * regex.c (set_image_of_range_1, set_image_of_range)
14263 (regex_grow_registers): Likewise.
14264 * sysdep.c (strerror): Likewise.
14265 * termcap.c (valid_filename_p, tprint, main): Likewise.
14266 * tparam.c (main): Likewise.
14267 * unexhp9k800.c (run_time_remap, save_data_space)
14268 (update_file_ptrs, read_header, write_header, calculate_checksum)
14269 (copy_file, copy_rest, display_header): Likewise.
14270 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
14271 Likewise.
14272 * xdisp.c (check_it): Likewise.
14273 * xfaces.c (register_color, unregister_color, unregister_colors):
14274 Likewise.
14275 * xfns.c (print_fontset_result): Likewise.
14276 * xrdb.c (member, fatal, main): Likewise.
14277
14278 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
14279
14280 Fix minor problems found by static checking (Bug#9031).
14281 * chartab.c (char_table_set_range, map_sub_char_table):
14282 Remove unused locals.
14283 (uniprop_table): Now static.
14284 * composite.c (_work_char): Remove unused static var.
14285
14286 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
14287
14288 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
14289
14290 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
14291
14292 * gtkutil.c (qttip_cb): Remove code without function.
14293
14294 2011-07-09 Eli Zaretskii <eliz@gnu.org>
14295
14296 * w32.c (pthread_sigmask): New stub.
14297
14298 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
14299
14300 Use pthread_sigmask, not sigprocmask (Bug#9010).
14301 sigprocmask is portable only for single-threaded applications, and
14302 Emacs can be multi-threaded when it uses GTK.
14303 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
14304 (LIBES): Use it.
14305 * callproc.c (Fcall_process):
14306 * process.c (create_process):
14307 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
14308 Use pthread_sigmask, not sigprocmask.
14309
14310 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
14311
14312 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
14313 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
14314 wrong (Bug#8591).
14315
14316 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
14317
14318 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
14319 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
14320 (xg_hide_tooltip): Fix comment.
14321
14322 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
14323 in registerServicesMenuSendTypes.
14324 (validRequestorForSendType): Don't check ns_return_types.
14325
14326 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
14327 ns_return_type.
14328
14329 2011-07-08 Jason Rumney <jasonr@gnu.org>
14330
14331 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
14332 SH_SHOW for hidden windows (Bug#5482).
14333
14334 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
14335 frame struct members of non-existent frames (Bug#6284).
14336
14337 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
14338
14339 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
14340 variable firstTime not needed on OSX >= 10.6.
14341 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
14342 >= 10.5. Use setKnobProportion, setDoubleValue.
14343
14344 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
14345 (MAC_OS_X_VERSION_10_5): Define if not defined.
14346 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
14347 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
14348 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
14349
14350 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
14351 cString and lossyCString on OSX >= 10.4.
14352
14353 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
14354 sizeToFit on OSX >= 10.2.
14355
14356 * nsimage.m (allocInitFromFile): Don't use deprecated method
14357 bestRepresentationForDevice on OSX >= 10.6.
14358
14359 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
14360 to avoid warning.
14361
14362 * emacs.c: Declare unexec_init_emacs_zone.
14363
14364 * nsgui.h: Fix compiler warning about gnulib redefining verify.
14365
14366 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
14367
14368 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
14369 on svcsMenu (Bug#8842).
14370
14371 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
14372 ns_return_types.
14373 (Fns_list_services): Just return Qnil on 10.6, code not working there.
14374
14375 * nsterm.m (QUTF8_STRING): Declare.
14376 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
14377 (validRequestorForSendType): Return type is (id).
14378 Change indexOfObjectIdenticalTo to indexOfObject.
14379 Check if we have local selection before returning self (Bug#8842).
14380 (writeSelectionToPasteboard): Put local selection into paste board
14381 if we have a local selection (Bug#8842).
14382 (syms_of_nsterm): DEFSYM QUTF8_STRING.
14383
14384 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
14385 (ns_get_local_selection): Declare.
14386
14387 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14388
14389 * keymap.c (describe_map_tree): Don't insert a double newline at
14390 the end of the buffer (bug#1169) and return whether we inserted
14391 something.
14392
14393 * callint.c (Fcall_interactively): Change "reading args" to
14394 "providing args" to try to clarify what it does (bug#1010).
14395
14396 2011-07-07 Kenichi Handa <handa@m17n.org>
14397
14398 * composite.c (composition_compute_stop_pos): Ignore a static
14399 composition starting before CHARPOS (Bug#8915).
14400
14401 * xdisp.c (handle_composition_prop): Likewise.
14402
14403 2011-07-07 Eli Zaretskii <eliz@gnu.org>
14404
14405 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
14406 (Bug#9015)
14407
14408 2011-07-07 Kenichi Handa <handa@m17n.org>
14409
14410 * character.h (unicode_category_t): New enum type.
14411
14412 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
14413 (Qchar_code_property_table): New variable.
14414 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
14415 (UNIPROP_COMPRESSED_FORM_P): New macros.
14416 (char_table_ascii): Uncompress the compressed values.
14417 (sub_char_table_ref): New arg is_uniprop. Callers changed.
14418 Uncompress the compressed values.
14419 (sub_char_table_ref_and_range): Likewise.
14420 (char_table_ref_and_range): Uncompress the compressed values.
14421 (sub_char_table_set): New arg is_uniprop. Callers changed.
14422 Uncompress the compressed values.
14423 (sub_char_table_set_range): Args changed. Callers changed.
14424 (char_table_set_range): Adjuted for the above change.
14425 (map_sub_char_table): Delete args default_val and parent. Add arg
14426 top. Give decoded values to a Lisp function.
14427 (map_char_table): Adjust for the above change. Give decoded
14428 values to a Lisp function. Gcpro more variables.
14429 (uniprop_table_uncompress)
14430 (uniprop_decode_value_run_length): New functions.
14431 (uniprop_decoder, uniprop_decoder_count): New variables.
14432 (uniprop_get_decoder, uniprop_encode_value_character)
14433 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
14434 New functions.
14435 (uniprop_encoder, uniprop_encoder_count): New variables.
14436 (uniprop_get_encoder, uniprop_table)
14437 (Funicode_property_table_internal, Fget_unicode_property_internal)
14438 (Fput_unicode_property_internal): New functions.
14439 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
14440 Sunicode_property_table_internal, Sget_unicode_property_internal,
14441 and Sput_unicode_property_internal. Defvar_lisp
14442 char-code-property-alist.
14443
14444 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
14445 Vunicode_category_table.
14446
14447 * font.c (font_range): Adjust for the change of
14448 Vunicode_category_table.
14449
14450 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
14451
14452 * m/iris4d.h: Remove file, move contents ...
14453 * s/irix6-5.h: ... here.
14454
14455 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
14456
14457 Remove unportable assumption about struct layout (Bug#8884).
14458 * alloc.c (mark_buffer):
14459 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
14460 (clone_per_buffer_values): Don't assume that
14461 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
14462 This isn't true in general, and it's particularly not true
14463 if Emacs is configured with --with-wide-int.
14464 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
14465 New macros, used in the buffer.c change.
14466
14467 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
14468
14469 * xsettings.c: Use both GConf and GSettings if both are available.
14470 (store_config_changed_event): Add comment.
14471 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
14472 (store_tool_bar_style_changed): New functions.
14473 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
14474 (struct xsettings): Move font inside HAVE_XFT.
14475 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
14476 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
14477 Move inside HAVE_XFT.
14478 (something_changed_gsettingsCB): Rename from something_changedCB.
14479 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
14480 also.
14481 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
14482 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
14483 (something_changed_gconfCB): Rename from something_changedCB.
14484 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
14485 (parse_settings): Move check for font inside HAVE_XFT.
14486 (read_settings, apply_xft_settings): Add comment.
14487 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
14488 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
14489 call store_font_name_changed.
14490 (xft_settings_event): Add comment.
14491 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
14492 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
14493 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
14494 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
14495 (xsettings_initialize): Call init_gsettings last.
14496 (xsettings_get_system_font, xsettings_get_system_normal_font):
14497 Add comment.
14498
14499 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
14500
14501 Random fixes. E.g., (random) never returned negative values.
14502 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
14503 subseconds part to the entropy, as that's a bit more random.
14504 Prefer signed to unsigned, since the signedness doesn't matter and
14505 in general we prefer signed. When given a limit, use a
14506 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
14507 latter isn't right if USE_2_TAGS_FOR_INTS.
14508 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
14509 not 0..VALMASK. Don't discard "excess" bits that random () returns.
14510
14511 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * textprop.c (text_property_stickiness):
14514 Obey Vtext_property_default_nonsticky.
14515 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
14516 * w32fns.c (syms_of_w32fns):
14517 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
14518
14519 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14520
14521 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
14522 This is more efficient than Ffile_directory_p and avoids a minor race.
14523
14524 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14525
14526 * buffer.c (Foverlay_put): Say what the return value is
14527 (bug#7835).
14528
14529 * fileio.c (barf_or_query_if_file_exists): Check first if the file
14530 is a directory before asking whether to use the file name
14531 (bug#7564).
14532 (barf_or_query_if_file_exists): Make the "File is a directory"
14533 error be more correct.
14534
14535 * fns.c (Frequire): Remove the mention of the .gz files, since
14536 that's installation-specific, but keep the mention of
14537 `get-load-suffixes'.
14538
14539 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14540
14541 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
14542 Report string overflow if the output is too long.
14543
14544 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14545
14546 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
14547 (syms_of_gnutls): Remove duplicate DEFSYM for
14548 Qgnutls_bootprop_verify_hostname_error, an error for
14549 Qgnutls_bootprop_verify_error (which is no longer used).
14550
14551 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
14552 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
14553 Also (re)move comments that are misplaced or no longer relevant.
14554
14555 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14556
14557 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
14558
14559 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
14560
14561 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
14562 and background color parameters if they have been changed.
14563
14564 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14565
14566 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
14567
14568 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
14569
14570 * xsettings.c (SYSTEM_FONT): Define only when used.
14571 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
14572
14573 * keymap.c (access_keymap_1): Now static.
14574
14575 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
14576
14577 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
14578 leave any prefix arg for the up event (Bug#1586).
14579
14580 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14581
14582 * lread.c (syms_of_lread): Mention single symbols defined by
14583 `defvar' or `defconst' (bug#7154).
14584
14585 * fns.c (Frequire): Mention .el.gz files (bug#7314).
14586 (Frequire): Mention get-load-suffixes.
14587
14588 2011-07-02 Martin Rudalics <rudalics@gmx.at>
14589
14590 * window.h (window): Remove clone_number slot.
14591 * window.c (Fwindow_clone_number, Fset_window_clone_number):
14592 Remove.
14593 (make_parent_window, make_window, saved_window)
14594 (Fset_window_configuration, save_window_save): Don't deal with
14595 clone numbers.
14596 * buffer.c (Qclone_number): Remove declaration.
14597 (sort_overlays, overlay_strings): Don't deal with clone numbers.
14598
14599 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 Add multiple inheritance to keymaps.
14602 * keymap.c (Fmake_composed_keymap): New function.
14603 (Fset_keymap_parent): Simplify.
14604 (fix_submap_inheritance): Remove.
14605 (access_keymap_1): New function extracted from access_keymap to handle
14606 embedded parents and handle lists of maps.
14607 (access_keymap): Use it.
14608 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
14609 (Fcopy_keymap): Handle embedded parents.
14610 (Fcommand_remapping, define_as_prefix): Simplify.
14611 (Fkey_binding): Simplify.
14612 (syms_of_keymap): Move minibuffer-local-completion-map,
14613 minibuffer-local-filename-completion-map,
14614 minibuffer-local-must-match-map, and
14615 minibuffer-local-filename-must-match-map to Elisp.
14616 (syms_of_keymap): Defsubr make-composed-keymap.
14617 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
14618 (parse_menu_item): Trivial simplification.
14619
14620 2011-07-01 Glenn Morris <rgm@gnu.org>
14621
14622 * Makefile.in (SETTINGS_LIBS): Fix typo.
14623
14624 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
14625
14626 * coding.c (Fencode_coding_string): Record the last coding system
14627 used, as the function doc string says (bug#8738).
14628
14629 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
14630
14631 * xsettings.c (store_monospaced_changed): Take new font as arg and
14632 check for change against current_mono_font.
14633 (EMACS_TYPE_SETTINGS): Remove this and related defines.
14634 (emacs_settings_constructor, emacs_settings_get_property)
14635 (emacs_settings_set_property, emacs_settings_class_init)
14636 (emacs_settings_init, gsettings_obj): Remove.
14637 (something_changedCB): New function for HAVE_GSETTINGS.
14638 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
14639 with value as argument.
14640 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
14641 g_settings_new (Bug#8967). Do not create gsettings_obj.
14642 Remove calls to g_settings_bind. Connect something_changedCB to
14643 "changed".
14644
14645 * xgselect.c: Add defined (HAVE_GSETTINGS).
14646 (xgselect_initialize): Ditto.
14647
14648 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
14649 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
14650 xg_select.
14651
14652 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14653
14654 * eval.c (struct backtrace): Simplify and port the data structure.
14655 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
14656 signed bit field, as this assumption is not portable and it makes
14657 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
14658 "char debug_on_exit : 1" as this is not portable either; instead,
14659 use the portable "unsigned int debug_on_exit : 1". Remove unused
14660 member evalargs. Remove obsolete comments about cc bombing out.
14661
14662 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
14663
14664 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
14665 Let HAVE_GSETTINGS override HAVE_GCONF.
14666 (store_monospaced_changed): New function.
14667 (EMACS_SETTINGS): A new type derived from GObject to handle
14668 GSettings notifications.
14669 (emacs_settings_constructor, emacs_settings_get_property)
14670 (emacs_settings_set_property, emacs_settings_class_init):
14671 New functions.
14672 (gsettings_client, gsettings_obj): New variables.
14673 (GSETTINGS_SCHEMA): New define.
14674 (something_changedCB): Call store_monospaced_changed.
14675 (init_gsettings): New function.
14676 (xsettings_initialize): Call init_gsettings.
14677 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
14678 to NULL.
14679
14680 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
14681 GCONF_CFLAGS/LIBS.
14682
14683 2011-06-29 Martin Rudalics <rudalics@gmx.at>
14684
14685 * window.c (resize_root_window, grow_mini_window)
14686 (shrink_mini_window): Rename Qresize_root_window to
14687 Qwindow_resize_root_window and Qresize_root_window_vertically to
14688 Qwindow_resize_root_window_vertically.
14689
14690 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
14691
14692 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
14693
14694 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
14695
14696 * makefile.w32-in: Redesign dependencies so they reflect more
14697 clearly which files are directly included by each source file,
14698 and not through other includes.
14699
14700 2011-06-27 Martin Rudalics <rudalics@gmx.at>
14701
14702 * buffer.c (Qclone_number): Declare static and DEFSYM it.
14703 (sort_overlays, overlay_strings): When an overlay's clone number
14704 matches the window's clone number process the overlay even if
14705 the overlay's window property doesn't match the current window.
14706
14707 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
14708 (Fwindow_hchild): Rename to Fwindow_left_child.
14709 (Fwindow_next): Rename to Fwindow_next_sibling.
14710 (Fwindow_prev): Rename to Fwindow_prev_sibling.
14711 (resize_window_check): Rename to window_resize_check.
14712 (resize_window_apply): Rename to window_resize_apply.
14713 (Fresize_window_apply): Rename to Fwindow_resize_apply.
14714 (Fdelete_other_windows_internal, resize_frame_windows)
14715 (Fsplit_window_internal, Fdelete_window_internal)
14716 (grow_mini_window, shrink_mini_window)
14717 (Fresize_mini_window_internal): Fix callers accordingly.
14718
14719 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
14720
14721 * emacsgtkfixed.h: State that this is only used with Gtk+3.
14722 (emacs_fixed_set_min_size): Remove.
14723 (emacs_fixed_new): Take frame as argument.
14724
14725 * emacsgtkfixed.c: State that this is only used with Gtk+3.
14726 (_EmacsFixedPrivate): Remove minwidth/height.
14727 Add struct frame *f.
14728 (emacs_fixed_init): Initialize priv->f.
14729 (get_parent_class, emacs_fixed_set_min_size): Remove.
14730 (emacs_fixed_new): Set priv->f to argument.
14731 (emacs_fixed_get_preferred_width)
14732 (emacs_fixed_get_preferred_height): Use min_width/height from
14733 frames size_hint to set minimum and natural (Bug#8919).
14734 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
14735 and use min_width/height from frames size_hint to set
14736 min_width/height (Bug#8919).
14737
14738 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
14739 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
14740 Fix indentation.
14741
14742 2011-06-26 Eli Zaretskii <eliz@gnu.org>
14743
14744 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
14745 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
14746 called at ZV.
14747
14748 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
14749
14750 * process.c (wait_reading_process_output): Bypass select if
14751 waiting for a cell while ignoring keyboard input, and input is
14752 pending. Suggested by Jan Djärv (Bug#8869).
14753
14754 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
14755
14756 Use gnulib's dup2 module instead of rolling our own.
14757 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
14758
14759 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14760
14761 * dispnew.c (scrolling_window): Before scrolling, turn off a
14762 mouse-highlight in the window being scrolled.
14763
14764 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
14765
14766 Move DEFSYM to lisp.h and use everywhere.
14767
14768 * character.h (DEFSYM): Move declaration...
14769 * lisp.h (DEFSYM): ...here.
14770
14771 * gnutls.c:
14772 * minibuf.c:
14773 * w32menu.c:
14774 * w32proc.c:
14775 * w32select.c: Don't include character.h.
14776
14777 * alloc.c (syms_of_alloc):
14778 * buffer.c (syms_of_buffer):
14779 * bytecode.c (syms_of_bytecode):
14780 * callint.c (syms_of_callint):
14781 * casefiddle.c (syms_of_casefiddle):
14782 * casetab.c (init_casetab_once):
14783 * category.c (init_category_once, syms_of_category):
14784 * ccl.c (syms_of_ccl):
14785 * cmds.c (syms_of_cmds):
14786 * composite.c (syms_of_composite):
14787 * dbusbind.c (syms_of_dbusbind):
14788 * dired.c (syms_of_dired):
14789 * dispnew.c (syms_of_display):
14790 * doc.c (syms_of_doc):
14791 * editfns.c (syms_of_editfns):
14792 * emacs.c (syms_of_emacs):
14793 * eval.c (syms_of_eval):
14794 * fileio.c (syms_of_fileio):
14795 * fns.c (syms_of_fns):
14796 * frame.c (syms_of_frame):
14797 * fringe.c (syms_of_fringe):
14798 * insdel.c (syms_of_insdel):
14799 * keymap.c (syms_of_keymap):
14800 * lread.c (init_obarray, syms_of_lread):
14801 * macros.c (syms_of_macros):
14802 * msdos.c (syms_of_msdos):
14803 * print.c (syms_of_print):
14804 * process.c (syms_of_process):
14805 * search.c (syms_of_search):
14806 * sound.c (syms_of_sound):
14807 * syntax.c (init_syntax_once, syms_of_syntax):
14808 * terminal.c (syms_of_terminal):
14809 * textprop.c (syms_of_textprop):
14810 * undo.c (syms_of_undo):
14811 * w32.c (globals_of_w32):
14812 * window.c (syms_of_window):
14813 * xdisp.c (syms_of_xdisp):
14814 * xfaces.c (syms_of_xfaces):
14815 * xfns.c (syms_of_xfns):
14816 * xmenu.c (syms_of_xmenu):
14817 * xsettings.c (syms_of_xsettings):
14818 * xterm.c (syms_of_xterm): Use DEFSYM.
14819
14820 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
14821
14822 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
14823
14824 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
14825
14826 Integer and buffer overflow fixes (Bug#8873).
14827
14828 * print.c (printchar, strout): Check for string overflow.
14829 (PRINTPREPARE, printchar, strout):
14830 Don't set size unless allocation succeeds.
14831
14832 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
14833 for sizes. Check for string overflow more accurately.
14834 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
14835
14836 * macros.c: Integer and buffer overflow fixes.
14837 * keyboard.h (struct keyboard.kbd_macro_bufsize):
14838 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
14839 Use ptrdiff_t, not int, for sizes.
14840 Don't increment bufsize until after realloc succeeds.
14841 Check for size-calculation overflow.
14842 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
14843
14844 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
14845
14846 * lread.c: Integer overflow fixes.
14847 (read_integer): Radix is now EMACS_INT, not int,
14848 to improve quality of diagnostics for out-of-range radices.
14849 Calculate buffer size correctly for out-of-range radices.
14850 (read1): Check for integer overflow in radices, and in
14851 read-circle numbers.
14852 (read_escape): Avoid int overflow.
14853 (Fload, openp, read_buffer_size, read1)
14854 (substitute_object_recurse, read_vector, read_list, map_obarray):
14855 Use ptrdiff_t, not int, for sizes.
14856 (read1): Use EMACS_INT, not int, for sizes.
14857 Check for size overflow.
14858
14859 * image.c (cache_image): Check for size arithmetic overflow.
14860
14861 * lread.c: Integer overflow issues.
14862 (saved_doc_string_size, saved_doc_string_length)
14863 (prev_saved_doc_string_size, prev_saved_doc_string_length):
14864 Now ptrdiff_t, not int.
14865 (read1): Don't assume doc string length fits in int. Check for
14866 out-of-range doc string lengths.
14867 (read_list): Don't assume file position fits in int.
14868 (read_escape): Check for hex character overflow.
14869
14870 2011-06-22 Leo Liu <sdl.web@gmail.com>
14871
14872 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
14873 Move to minibuffer.el.
14874
14875 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
14876
14877 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
14878 The following patches are for when GLYPH_DEBUG && !XASSERT.
14879 * dispextern.h (trace_redisplay_p, dump_glyph_string):
14880 * dispnew.c (flush_stdout):
14881 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
14882 Mark as externally visible.
14883 * dispnew.c (check_window_matrix_pointers): Now static.
14884 * dispnew.c (window_to_frame_vpos):
14885 * xfns.c (unwind_create_frame):
14886 * xterm.c (x_check_font): Remove unused local.
14887 * scroll.c (CHECK_BOUNDS):
14888 * xfaces.c (cache_fache): Rename local to avoid shadowing.
14889 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
14890 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
14891 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
14892 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
14893 Now static.
14894 (debug_method_add): Use va_list and vsprintf rather than relying
14895 on undefined behavior with wrong number of arguments.
14896 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
14897 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
14898 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
14899 since we're not interested in debugging glyphs with old libraries.
14900 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
14901 GCC 4.6.0's static checking.
14902
14903 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
14904
14905 Integer overflow and signedness fixes (Bug#8873).
14906 A few related buffer overrun fixes, too.
14907
14908 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
14909
14910 * dispextern.h (struct face.stipple):
14911 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
14912 (x_bitmap_mask, x_allocate_bitmap_record)
14913 (x_create_bitmap_from_data, x_create_bitmap_from_file)
14914 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
14915 (x_create_bitmap_from_xpm_data):
14916 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
14917 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
14918 (.bitmaps_last):
14919 * xfaces.c (load_pixmap):
14920 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
14921 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
14922 (.bitmaps_last, struct x_output.icon_bitmap):
14923 Use ptrdiff_t, not int, for bitmap indexes.
14924 (x_allocate_bitmap_record): Check for size overflow.
14925 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
14926
14927 Use ptrdiff_t, not int, for overlay counts.
14928 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
14929 * editfns.c (overlays_around, get_pos_property):
14930 * textprop.c (get_char_property_and_overlay):
14931 * xdisp.c (next_overlay_change, note_mouse_highlight):
14932 * xfaces.c (face_at_buffer_position):
14933 * buffer.c (OVERLAY_COUNT_MAX): New macro.
14934 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
14935 (Fnext_overlay_change, Fprevious_overlay_change)
14936 (mouse_face_overlay_overlaps, Foverlays_in):
14937 Use ptrdiff_t, not int, for sizes.
14938 (overlays_at, overlays_in): Check for size-calculation overflow.
14939
14940 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
14941
14942 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
14943 (x_session_initialize): Do not assume string length fits in int.
14944
14945 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
14946 This is unlikely, but can occur if DPI is outlandish.
14947
14948 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
14949 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
14950
14951 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
14952 * xrdb.c (magic_file_p, search_magic_path):
14953 Omit last arg SUFFIX; it was always 0. All callers changed.
14954 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
14955
14956 * xfont.c (xfont_match): Avoid need for strlen.
14957
14958 * xfns.c: Don't assume strlen fits in int.
14959 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
14960
14961 * xdisp.c (message_log_check_duplicate): Return intmax_t,
14962 not unsigned long, as we prefer signed integers. All callers changed.
14963 Detect integer overflow in repeat count.
14964 (message_dolog): Don't assume print length fits in 39 bytes.
14965 (display_mode_element): Don't assume strlen fits in int.
14966
14967 * termcap.c: Don't assume sizes fit in int and never overflow.
14968 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
14969 (gobble_line): Check for size-calculation overflow.
14970
14971 * minibuf.c (Fread_buffer):
14972 * lread.c (intern, intern_c_string):
14973 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
14974 Don't assume string length fits in int.
14975
14976 * keyboard.c (parse_tool_bar_item):
14977 * gtkutil.c (style_changed_cb): Avoid need for strlen.
14978
14979 * font.c: Don't assume string length fits in int.
14980 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
14981 Use ptrdiff_t, not int.
14982 (font_intern_prop): Don't assume string length fits in int.
14983 Don't assume integer property fits in fixnum.
14984 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
14985
14986 * filelock.c: Fix some buffer overrun and integer overflow issues.
14987 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
14988 Reformulate so as not to need the command string.
14989 Invoke gzip -cd rather than gunzip, as it's more portable.
14990 (lock_info_type, lock_file_1, lock_file):
14991 Don't assume pid_t and time_t fit in unsigned long.
14992 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
14993 (current_lock_owner): Prefer signed type for sizes.
14994 Use memcpy, not strncpy, where memcpy is what is really wanted.
14995 Don't assume (via atoi) that time_t and pid_t fit in int.
14996 Check for time_t and/or pid_t out of range, e.g., via a network share.
14997 Don't alloca where an auto var works fine.
14998
14999 * fileio.c: Fix some integer overflow issues.
15000 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
15001 Don't assume string length fits in int.
15002 (directory_file_name): Don't assume string length fits in long.
15003 (make_temp_name): Don't assume pid fits in int, or that its print
15004 length is less than 20.
15005
15006 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
15007
15008 * coding.c (make_subsidiaries): Don't assume string length fits in int.
15009
15010 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
15011
15012 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
15013 We prefer signed integers, even for size calculations.
15014
15015 * emacs.c: Don't assume string length fits in 'int'.
15016 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
15017 (main): Don't invoke strlen when not needed.
15018
15019 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
15020 (XD_DEBUG_MESSAGE): Don't waste a byte.
15021
15022 * callproc.c (getenv_internal_1, getenv_internal)
15023 (Fgetenv_internal):
15024 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
15025
15026 * lread.c (invalid_syntax): Omit length argument.
15027 All uses changed. This doesn't fix a bug, but it simplifies the
15028 code away from its former Hollerith-constant appearance, and it's
15029 one less 'int' to worry about when looking at integer-overflow issues.
15030 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
15031
15032 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
15033 This didn't break anything, but it didn't help either.
15034 It's confusing to put a bogus integer in a place where the actual
15035 value does not matter.
15036 (LIST_END_P): Remove unused macro and its bogus comment.
15037 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
15038
15039 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
15040 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
15041 implementation.
15042 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
15043 We prefer signed types, and the value cannot exceed the EMACS_INT
15044 range anyway (because otherwise the length would not be representable).
15045 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
15046 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
15047 This avoids a GCC warning when WIDE_EMACS_INT.
15048
15049 * indent.c (sane_tab_width): New function.
15050 (current_column, scan_for_column, Findent_to, position_indentation)
15051 (compute_motion): Use it. This is just for clarity.
15052 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
15053
15054 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
15055
15056 * lisp.h (lint_assume): New macro.
15057 * composite.c (composition_gstring_put_cache):
15058 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
15059
15060 * editfns.c, insdel.c:
15061 Omit unnecessary forward decls, to simplify future changes.
15062
15063 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
15064
15065 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
15066
15067 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
15068 Use much-faster test for byte-length change.
15069 Don't assume string byte-length fits in 'int'.
15070 Check that character arg fits in 'int'.
15071 (mapcar1): Declare byte as byte, for clarity.
15072
15073 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
15074
15075 * fns.c (concat): Catch string overflow earlier.
15076 Do not rely on integer wraparound.
15077
15078 * dispextern.h (struct it.overlay_strings_charpos)
15079 (struct it.selective): Now EMACS_INT, not int.
15080 * xdisp.c (forward_to_next_line_start)
15081 (back_to_previous_visible_line_start)
15082 (reseat_at_next_visible_line_start, next_element_from_buffer):
15083 Don't arbitrarily truncate the value of 'selective' to int.
15084
15085 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
15086
15087 * composite.c: Don't truncate sizes to 'int'.
15088 (composition_gstring_p, composition_reseat_it)
15089 (composition_adjust_point): Use EMACS_INT, not int.
15090 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
15091 not EMACS_UINT, for indexes.
15092
15093 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
15094
15095 * buffer.c: Include <verify.h>.
15096 (struct sortvec.priority, struct sortstr.priority):
15097 Now EMACS_INT, not int.
15098 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
15099 (struct sortstr.size, record_overlay_string)
15100 (struct sortstrlist.size, struct sortlist.used):
15101 Don't truncate size to int.
15102 (record_overlay_string): Check for size-calculation overflow.
15103 (init_buffer_once): Check at compile-time, not run-time.
15104
15105 2011-06-22 Jim Meyering <meyering@redhat.com>
15106
15107 Don't leak an XBM-image-sized buffer
15108 * image.c (xbm_load): Free the image buffer after using it.
15109
15110 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
15111
15112 Port to Sun C.
15113 * composite.c (find_automatic_composition): Omit needless 'return 0;'
15114 that Sun C diagnosed.
15115 * fns.c (secure_hash): Fix pointer signedness issue.
15116 * intervals.c (static_offset_intervals): New function.
15117 (offset_intervals): Use it.
15118
15119 2011-06-21 Leo Liu <sdl.web@gmail.com>
15120
15121 * deps.mk (fns.o):
15122 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
15123 sha512.h.
15124
15125 * fns.c (secure_hash): Rename from crypto_hash_function and change
15126 the first arg to accept symbols.
15127 (Fsecure_hash): New primitive.
15128 (syms_of_fns): New symbols.
15129
15130 2011-06-20 Deniz Dogan <deniz@dogan.se>
15131
15132 * process.c (Fset_process_buffer): Clarify return value in
15133 docstring.
15134
15135 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
15136
15137 * dispnew.c (add_window_display_history): Use BVAR.
15138
15139 * xdisp.c (debug_method_add): Use BVAR.
15140 (check_window_end, dump_glyph_matrix, dump_glyph)
15141 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
15142
15143 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
15144 Likewise.
15145
15146 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
15147 check till after the cache is created in init_frame_faces.
15148
15149 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15150
15151 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
15152
15153 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
15154
15155 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
15156 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
15157 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
15158
15159 Improve buffer-overflow checking (Bug#8873).
15160 * fileio.c (Finsert_file_contents):
15161 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
15162 Remove the old (too-loose) buffer overflow checks.
15163 They weren't needed, since make_gap checks for buffer overflow.
15164 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
15165 The old code merely checked for Emacs fixnum overflow, and relied
15166 on undefined (wraparound) behavior. The new code avoids undefined
15167 behavior, and also checks for ptrdiff_t and/or size_t overflow.
15168
15169 * editfns.c (Finsert_char): Don't dump core with very negative counts.
15170 Tune. Don't use wider integers than needed. Don't use alloca.
15171 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
15172
15173 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
15174
15175 * insdel.c, lisp.h (buffer_overflow): New function.
15176 (insert_from_buffer_1, replace_range, replace_range_2):
15177 * insdel.c (make_gap_larger):
15178 * editfns.c (Finsert_char):
15179 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
15180
15181 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
15182
15183 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
15184
15185 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
15186
15187 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
15188 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
15189
15190 * fileio.c: Don't assume EMACS_INT fits in off_t.
15191 (emacs_lseek): New static function.
15192 (Finsert_file_contents, Fwrite_region): Use it.
15193 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
15194
15195 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
15196
15197 * fns.c: Don't overflow int when computing a list length.
15198 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
15199 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
15200 truncation on 64-bit hosts. Check for QUIT every
15201 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
15202 faster and is responsive enough.
15203 (Flength): Report an error instead of overflowing an integer.
15204 (Fsafe_length): Return a float if the value is not representable
15205 as a fixnum. This shouldn't happen except in contrived situations.
15206 (Fnthcdr, Fsort): Don't assume list length fits in int.
15207 (Fcopy_sequence): Don't assume vector length fits in int.
15208
15209 * alloc.c: Check that resized vectors' lengths fit in fixnums.
15210 (header_size, word_size): New constants.
15211 (allocate_vectorlike): Don't check size overflow here.
15212 (allocate_vector): Check it here instead, since this is the only
15213 caller of allocate_vectorlike that could cause overflow.
15214 Check that the new vector's length is representable as a fixnum.
15215
15216 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
15217 The previous code was bogus. For example, next_almost_prime (32)
15218 returned 39, which is undesirable as it is a multiple of 3; and
15219 next_almost_prime (24) returned 25, which is a multiple of 5 so
15220 why was the code bothering to check for multiples of 7?
15221
15222 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
15223
15224 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
15225
15226 Variadic C functions now count arguments with ptrdiff_t.
15227 This partly undoes my 2011-03-30 change, which replaced int with size_t.
15228 Back then I didn't know that the Emacs coding style prefers signed int.
15229 Also, in the meantime I found a few more instances where arguments
15230 were being counted with int, which may truncate counts on 64-bit
15231 machines, or EMACS_INT, which may be unnecessarily wide.
15232 * lisp.h (struct Lisp_Subr.function.aMANY)
15233 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
15234 Arg counts are now ptrdiff_t, not size_t.
15235 All variadic functions and their callers changed accordingly.
15236 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
15237 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
15238 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
15239 * callint.c (Fcall_interactively): Check arg count for overflow,
15240 to avoid potential buffer overrun. Use signed char, not 'int',
15241 for 'varies' array, so that we needn't bother to check its size
15242 calculation for overflow.
15243 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
15244 * eval.c (apply_lambda):
15245 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
15246 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
15247 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
15248
15249 * callint.c (Fcall_interactively): Don't use index var as event count.
15250
15251 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
15252 * mem-limits.h (SIZE): Remove; no longer used.
15253
15254 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
15255
15256 Remove unnecessary casts.
15257 * xterm.c (x_term_init):
15258 * xfns.c (x_set_border_pixel):
15259 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
15260 These aren't needed now that we assume ANSI C.
15261
15262 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
15263 It's more likely to cause problems (due to unsigned overflow)
15264 than to cure them.
15265
15266 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
15267
15268 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
15269
15270 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
15271
15272 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
15273
15274 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
15275
15276 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
15277
15278 GLYPH_CODE_FACE returns EMACS_INT, not int.
15279 * dispextern.h (merge_faces):
15280 * xfaces.c (merge_faces):
15281 * xdisp.c (get_next_display_element, next_element_from_display_vector):
15282 Don't assume EMACS_INT fits in int.
15283
15284 * character.h (CHAR_VALID_P): Remove unused parameter.
15285 * fontset.c, lisp.h, xdisp.c: All uses changed.
15286
15287 * editfns.c (Ftranslate_region_internal): Omit redundant test.
15288
15289 * fns.c (concat): Minor tuning based on overflow analysis.
15290 This doesn't fix any bugs. Use int to hold character, instead
15291 of constantly refetching from Emacs object. Use XFASTINT, not
15292 XINT, for value known to be a character. Don't bother comparing
15293 a single byte to 0400, as it's always less.
15294
15295 * floatfns.c (Fexpt):
15296 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
15297
15298 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
15299 for characters.
15300
15301 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
15302
15303 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
15304 Without this fix, on a 64-bit host (aset S 0 4294967386) would
15305 incorrectly succeed when S was a string, because 4294967386 was
15306 truncated before it was used.
15307
15308 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
15309 Otherwise, an out-of-range integer could cause undefined behavior
15310 on a 64-bit host.
15311
15312 * composite.c: Use int, not EMACS_INT, for characters.
15313 (fill_gstring_body, composition_compute_stop_pos): Use int, not
15314 EMACS_INT, for values that are known to be in character range.
15315 This doesn't fix any bugs but is the usual style inside Emacs and
15316 may generate better code on 32-bit machines.
15317
15318 Make sure a 64-bit char is never passed to ENCODE_CHAR.
15319 This is for reasons similar to the recent CHAR_STRING fix.
15320 * charset.c (Fencode_char): Check that character arg is actually
15321 a character. Pass an int to ENCODE_CHAR.
15322 * charset.h (ENCODE_CHAR): Verify that the character argument is no
15323 wider than 'int', as a compile-time check to prevent future regressions
15324 in this area.
15325
15326 * character.c (char_string): Remove unnecessary casts.
15327
15328 Make sure a 64-bit char is never passed to CHAR_STRING.
15329 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
15330 by silently ignoring the top 32 bits, allowing some values
15331 that were far too large to be valid characters.
15332 * character.h: Include <verify.h>.
15333 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
15334 arguments are no wider than unsigned, as a compile-time check
15335 to prevent future regressions in this area.
15336 * data.c (Faset):
15337 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
15338 (Fsubst_char_in_region):
15339 * fns.c (concat):
15340 * xdisp.c (decode_mode_spec_coding):
15341 Adjust to CHAR_STRING's new requirement.
15342 * editfns.c (Finsert_char, Fsubst_char_in_region):
15343 * fns.c (concat): Check that character args are actually
15344 characters. Without this test, these functions did the wrong
15345 thing with wildly out-of-range values on 64-bit hosts.
15346
15347 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
15348 These casts should not be needed on 32-bit hosts, either.
15349 * keyboard.c (read_char):
15350 * lread.c (Fload): Remove casts to unsigned.
15351
15352 * lisp.h (UNSIGNED_CMP): New macro.
15353 This fixes comparison bugs on 64-bit hosts.
15354 (ASCII_CHAR_P): Use it.
15355 * casefiddle.c (casify_object):
15356 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
15357 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
15358 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
15359 * dispextern.h (FACE_FROM_ID):
15360 * keyboard.c (read_char): Use UNSIGNED_CMP.
15361
15362 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
15363 not to EMACS_INT, to avoid GCC warning.
15364
15365 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
15366
15367 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
15368 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
15369 isn't needed on 32-bit machines.
15370
15371 * buffer.c (Fgenerate_new_buffer_name):
15372 Use EMACS_INT for count, not int.
15373 (advance_to_char_boundary): Return EMACS_INT, not int.
15374
15375 * data.c (Qcompiled_function): Now static.
15376
15377 * window.c (window_body_lines): Now static.
15378
15379 * image.c (gif_load): Rename local to avoid shadowing.
15380
15381 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
15382 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
15383 * alloc.c (make_save_value): Integer argument is now of type
15384 ptrdiff_t, not int.
15385 (mark_object): Use ptrdiff_t, not int.
15386 * lisp.h (pD): New macro.
15387 * print.c (print_object): Use it.
15388
15389 * alloc.c: Use EMACS_INT, not int, to count objects.
15390 (total_conses, total_markers, total_symbols, total_vector_size)
15391 (total_free_conses, total_free_markers, total_free_symbols)
15392 (total_free_floats, total_floats, total_free_intervals)
15393 (total_intervals, total_strings, total_free_strings):
15394 Now EMACS_INT, not int. All uses changed.
15395 (Fgarbage_collect): Compute overall total using a double, so that
15396 integer overflow is less likely to be a problem. Check for overflow
15397 when converting back to an integer.
15398 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
15399 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
15400 These were 'int' variables that could overflow on 64-bit hosts;
15401 they were never used, so remove them instead of repairing them.
15402 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
15403 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
15404 Previously, this ceilinged at INT_MAX, but that doesn't work on
15405 64-bit machines.
15406 (allocate_pseudovector): Don't use EMACS_INT when int would do.
15407
15408 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
15409 (allocate_vectorlike): Check for ptrdiff_t overflow.
15410 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
15411 when a (possibly-narrower) signed value would do just as well.
15412 We prefer using signed arithmetic, to avoid comparison confusion.
15413
15414 * alloc.c: Catch some string size overflows that we were missing.
15415 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
15416 for convenience in STRING_BYTES_MAX.
15417 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
15418 The definition here is exact; the one in lisp.h was approximate.
15419 (allocate_string_data): Check for string overflow. This catches
15420 some instances we weren't catching before. Also, it catches
15421 size_t overflow on (unusual) hosts where SIZE_MAX <= min
15422 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
15423 and ptrdiff_t and EMACS_INT are both 64 bits.
15424
15425 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
15426 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
15427 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
15428
15429 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
15430
15431 * alloc.c (Fmake_string): Check for out-of-range init.
15432
15433 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15434
15435 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
15436
15437 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
15438
15439 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
15440 xg_get_default_scrollbar_width.
15441
15442 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
15443 (int_gtk_range_get_value): Move to the scroll bar part of the file.
15444 (style_changed_cb): Call update_theme_scrollbar_width and call
15445 x_set_scroll_bar_default_width and xg_frame_set_char_size for
15446 all frames (Bug#8505).
15447 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
15448 Call gtk_window_set_resizable if HAVE_GTK3.
15449 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
15450 and height if HAVE_GTK3 (Bug#8505).
15451 (scroll_bar_width_for_theme): New variable.
15452 (update_theme_scrollbar_width): New function.
15453 (xg_get_default_scrollbar_width): Move code to
15454 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
15455 (xg_initialize): Call update_theme_scrollbar_width.
15456
15457 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
15458
15459 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
15460
15461 2011-06-12 Martin Rudalics <rudalics@gmx.at>
15462
15463 * frame.c (make_frame): Call other_buffer_safely instead of
15464 other_buffer.
15465
15466 * window.c (temp_output_buffer_show): Call display_buffer with
15467 second argument Vtemp_buffer_show_specifiers and reset latter
15468 immediately after the call.
15469 (Vtemp_buffer_show_specifiers): New variable.
15470 (auto_window_vscroll_p, next_screen_context_lines)
15471 (Vscroll_preserve_screen_position): Remove leading asterisks from
15472 doc-strings.
15473
15474 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
15475
15476 Fix minor problems found by GCC 4.6.0 static checking.
15477 * buffer.c (Qclone_number): Remove for now, as it's unused.
15478 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
15479 (record_buffer): Remove unused local.
15480 * frame.c (other_visible_frames, frame_buffer_list): Now static.
15481 (set_frame_buffer_list): Remove; unused.
15482 * frame.h (other_visible_frames): Remove decl.
15483 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
15484 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
15485 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
15486 if HAVE_GPM.
15487 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
15488 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
15489 Define only if HAVE_GPM.
15490 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
15491 (update_hints_inhibit): Remove; never set. All uses removed.
15492 * widgetprv.h (emacsFrameClassRec): Remove decl.
15493 * window.c (delete_deletable_window): Now returns void, since it
15494 wasn't returning anything.
15495 (compare_window_configurations): Remove unused locals.
15496 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
15497 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
15498 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
15499 the same widths as pointers. This follows up on the 2011-05-06 patch.
15500 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
15501 * xterm.h: Likewise.
15502 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
15503
15504 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
15505
15506 * makefile.w32-in: Update dependencies.
15507 (LISP_H): Add lib/intprops.h.
15508
15509 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
15510
15511 * image.c (gif_load): Add animation frame delay to the metadata.
15512 (syms_of_image): Use DEFSYM. New symbol `delay'.
15513
15514 2011-06-11 Martin Rudalics <rudalics@gmx.at>
15515
15516 * window.c (delete_deletable_window): Re-add.
15517 (Fset_window_configuration): Rewrite to handle dead buffers and
15518 consequently deletable windows.
15519 (window_tree, Fwindow_tree): Remove. Supply functionality in
15520 window.el.
15521 (compare_window_configurations): Simplify code.
15522
15523 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
15524
15525 * image.c (imagemagick_load_image): Fix type mismatch.
15526 (Fimagemagick_types): Likewise.
15527
15528 * window.h (replace_buffer_in_windows): Declare.
15529
15530 2011-06-11 Martin Rudalics <rudalics@gmx.at>
15531
15532 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
15533 Qclone_number. Remove external declaration of Qdelete_window.
15534 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
15535 code.
15536 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
15537 Run Qbuffer_list_update_hook if allowed.
15538 (Fother_buffer): Rewrite doc-string. Major rewrite for new
15539 buffer list implementation.
15540 (other_buffer_safely): New function.
15541 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
15542 calls to replace_buffer_in_windows and
15543 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
15544 if allowed.
15545 (record_buffer): Inhibit quitting and rewrite using quittable
15546 functions. Run Qbuffer_list_update_hook if allowed.
15547 (Frecord_buffer, Funrecord_buffer): New functions.
15548 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
15549 Move switch-to-buffer to window.el.
15550 (bury-buffer): Move to window.el.
15551 (Vbuffer_list_update_hook): New variable.
15552
15553 * lisp.h (other_buffer_safely): Add prototype in buffer.c
15554 section.
15555
15556 * window.h (resize_frame_windows): Move up in code.
15557 (Fwindow_frame): Remove EXFUN.
15558 (replace_buffer_in_all_windows): Remove prototype.
15559 (replace_buffer_in_windows_safely): Add prototype.
15560
15561 * window.c: Declare Qdelete_window static again. Move down
15562 declaration of select_count.
15563 (Fnext_window, Fprevious_window): Rewrite doc-strings.
15564 (Fother_window): Move to window.el.
15565 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
15566 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
15567 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
15568 window.el.
15569 (replace_buffer_in_windows): Implement by calling
15570 Qreplace_buffer_in_windows.
15571 (replace_buffer_in_all_windows): Remove with some functionality
15572 moved into replace_buffer_in_windows_safely.
15573 (replace_buffer_in_windows_safely): New function.
15574 (select_window_norecord, select_frame_norecord): Move in front
15575 of run_window_configuration_change_hook. Remove now obsolete
15576 declarations.
15577 (Fset_window_buffer): Rewrite doc-string.
15578 Call Qrecord_window_buffer.
15579 (keys_of_window): Move binding for other-window to window.el.
15580
15581 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
15582
15583 * dispextern.h (struct image): Replace data member, whose int_val
15584 and ptr_val fields were not used by anything, with a single
15585 lisp_val object.
15586
15587 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
15588 (gif_clear_image, gif_load, imagemagick_load_image)
15589 (gs_clear_image, gs_load): Callers changed.
15590
15591 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
15592
15593 * buffer.h: Include <time.h>, for time_t.
15594 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
15595
15596 Fix minor problems found by static checking.
15597
15598 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
15599
15600 Make identifiers static if they are not used in other modules.
15601 * data.c (Qcompiled_function, Qframe, Qvector):
15602 * image.c (QimageMagick, Qsvg):
15603 * minibuf.c (Qmetadata):
15604 * window.c (resize_window_check, resize_root_window): Now static.
15605 * window.h (resize_window_check, resize_root_window): Remove decls.
15606
15607 * window.c (window_deletion_count, delete_deletable_window):
15608 Remove; unused.
15609 (window_body_lines): Now static.
15610 (Fdelete_other_windows_internal): Mark vars as initialized.
15611 Make sure 'resize_failed' is initialized.
15612 (run_window_configuration_change_hook): Rename local to avoid shadowing.
15613 (resize_window_apply): Remove unused local.
15614 * window.h (delete_deletable_window): Remove decl.
15615
15616 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
15617 (imagemagick_load_image): Fix pointer signedness problem by changing
15618 last arg from unsigned char * to char *. All uses changed.
15619 Also, fix a local for similar reasons.
15620 Remove unused locals. Remove locals to avoid shadowing.
15621 (fn_rsvg_handle_free): Remove; unused.
15622 (svg_load, svg_load_image): Fix pointer signedness problem.
15623 (imagemagick_load_image): Don't use garbage pointer image_wand.
15624
15625 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
15626
15627 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
15628
15629 * image.c (gif_load): Fix omitted cast error introduced by
15630 2011-06-06 change.
15631
15632 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15633
15634 * window.h (resize_proportionally, orig_total_lines)
15635 (orig_top_line): Remove from window structure.
15636 (set_window_height, set_window_width, change_window_heights)
15637 (Fdelete_window): Remove prototypes.
15638 (resize_frame_windows): Remove duplicate declaration.
15639
15640 2011-06-10 Eli Zaretskii <eliz@gnu.org>
15641
15642 * window.h (resize_frame_windows, resize_window_check)
15643 (delete_deletable_window, resize_root_window)
15644 (resize_frame_windows): Declare prototypes.
15645
15646 * window.c (resize_window_apply): Make definition be "static" to
15647 match the prototype.
15648
15649 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15650
15651 * window.c: Remove declarations of Qwindow_size_fixed,
15652 window_min_size_1, window_min_size_2, window_min_size,
15653 size_window, window_fixed_size_p, enlarge_window, delete_window.
15654 Remove static from declaration of Qdelete_window, it's
15655 temporarily needed by Fbury_buffer.
15656 (replace_window): Don't assign orig_top_line and
15657 orig_total_lines.
15658 (Fdelete_window, delete_window): Remove. Window deletion is
15659 handled by window.el.
15660 (window_loop): Remove DELETE_OTHER_WINDOWS case.
15661 Replace Fdelete_window calls with calls to Qdelete_window.
15662 (Fdelete_other_windows): Remove. Deleting other windows is
15663 handled by window.el.
15664 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
15665 handled in window.el.
15666 (window_min_size_2, window_min_size_1, window_min_size): Remove.
15667 Window minimum sizes are handled in window.el.
15668 (shrink_windows, size_window, set_window_height)
15669 (set_window_width, change_window_heights, window_height)
15670 (window_width, CURBEG, CURSIZE, enlarge_window)
15671 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
15672 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
15673 handled in window.el.
15674 (make_dummy_parent): Rename to make_parent_window and give it a
15675 second argument horflag.
15676 (make_window): Don't set resize_proportionally any more.
15677 (Fsplit_window): Remove. Windows are split in window.el.
15678 (save_restore_action, save_restore_orig_size)
15679 (shrink_window_lowest_first, save_restore_orig_size): Remove.
15680 Resize mini windows in window.el.
15681 (grow_mini_window, shrink_mini_window): Implement by calling
15682 Qresize_root_window_vertically, resize_window_check and
15683 resize_window_apply.
15684 (saved_window, Fset_window_configuration, save_window_save):
15685 Do not handle orig_top_line, orig_total_lines, and
15686 resize_proportionally.
15687 (window_min_height, window_min_width): Move to window.el.
15688 (keys_of_window): Move bindings for delete-other-windows,
15689 split-window, delete-window and enlarge-window to window.el.
15690
15691 * buffer.c: Temporarily extern Qdelete_window.
15692 (Fbury_buffer): Temporarily call Qdelete_window instead of
15693 Fdelete_window (Fbury_buffer will move to window.el soon).
15694
15695 * frame.c (set_menu_bar_lines_1): Remove code handling
15696 orig_top_line and orig_total_lines.
15697
15698 * dispnew.c (adjust_frame_glyphs_initially): Don't use
15699 set_window_height but set heights directly.
15700 (change_frame_size_1): Use resize_frame_windows.
15701
15702 * xdisp.c (init_xdisp): Don't use set_window_height but set
15703 heights directly.
15704
15705 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
15706 Use resize_frame_windows instead of change_window_heights and run
15707 run_window_configuration_change_hook.
15708
15709 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
15710 instead of change_window_heights and run
15711 run_window_configuration_change_hook.
15712
15713 2011-06-09 Martin Rudalics <rudalics@gmx.at>
15714
15715 * window.c (replace_window): Rename second argument REPLACEMENT to
15716 NEW. New third argument SETFLAG. Rewrite.
15717 (delete_window, make_dummy_parent): Call replace_window with
15718 third argument 1.
15719 (window_list_1): Move down in code.
15720 (run_window_configuration_change_hook): Move set_buffer part
15721 before select_frame_norecord part in order to unwind correctly.
15722 Rename count1 to count.
15723 (recombine_windows, delete_deletable_window, resize_root_window)
15724 (Fdelete_other_windows_internal)
15725 (Frun_window_configuration_change_hook, make_parent_window)
15726 (resize_window_check, resize_window_apply, Fresize_window_apply)
15727 (resize_frame_windows, Fsplit_window_internal)
15728 (Fdelete_window_internal, Fresize_mini_window_internal):
15729 New functions.
15730 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
15731
15732 2011-06-08 Martin Rudalics <rudalics@gmx.at>
15733
15734 * window.h (window): Add some new members to window structure -
15735 normal_lines, normal_cols, new_total, new_normal, clone_number,
15736 splits, nest, prev_buffers, next_buffers.
15737 (WINDOW_TOTAL_SIZE): Move here from window.c.
15738 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
15739
15740 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
15741 Remove.
15742 (make_dummy_parent): Set new members of windows structure.
15743 (make_window): Move down in code. Handle new members of window
15744 structure.
15745 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
15746 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
15747 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
15748 (Fset_window_prev_buffers, Fwindow_next_buffers)
15749 (Fset_window_next_buffers, Fset_window_clone_number):
15750 New functions.
15751 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
15752 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
15753 Doc-string fixes.
15754 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
15755 Argument WINDOW can be now internal window too.
15756 (Fwindow_use_time): Move up in code.
15757 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
15758 Rewrite doc-string.
15759 (Fset_window_configuration, saved_window)
15760 (Fcurrent_window_configuration, save_window_save): Handle new
15761 members of window structure.
15762 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
15763 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
15764 (syms_of_window): New Lisp objects Qrecord_window_buffer,
15765 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
15766 Qget_mru_window, Qresize_root_window,
15767 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
15768 Qauto_buffer_name; staticpro them.
15769
15770 2011-06-07 Martin Rudalics <rudalics@gmx.at>
15771
15772 * window.c (Fwindow_total_size, Fwindow_left_column)
15773 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
15774 (Fwindow_list_1): New functions.
15775 (window_box_text_cols): Replace with window_body_cols.
15776 (Fwindow_width, Fscroll_left, Fscroll_right):
15777 Use window_body_cols instead of window_box_text_cols.
15778 (delete_window, Fset_window_configuration):
15779 Call delete_all_subwindows with window as argument.
15780 (delete_all_subwindows): Take a window as argument and not a
15781 structure. Rewrite.
15782 (window_loop): Remove handling of GET_LRU_WINDOW and
15783 GET_LARGEST_WINDOW.
15784 (Fget_lru_window, Fget_largest_window): Move to window.el.
15785
15786 * window.h: Extern window_body_cols instead of
15787 window_box_text_cols. delete_all_subwindows now takes a
15788 Lisp_Object as argument.
15789
15790 * indent.c (compute_motion, Fcompute_motion):
15791 Use window_body_cols instead of window_box_text_cols.
15792
15793 * frame.c (delete_frame): Call delete_all_subwindows with root
15794 window as argument.
15795
15796 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
15797
15798 * fns.c (Fputhash): Document return value.
15799
15800 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
15801
15802 * image.c (gif_load): Implement gif89a spec "no disposal" method.
15803
15804 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
15805
15806 Cons<->int and similar integer overflow fixes (Bug#8794).
15807
15808 Check for overflow when converting integer to cons and back.
15809 * charset.c (Fdefine_charset_internal, Fdecode_char):
15810 Use cons_to_unsigned to catch overflow.
15811 (Fencode_char): Use INTEGER_TO_CONS.
15812 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
15813 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
15814 * data.c (long_to_cons, cons_to_long): Remove.
15815 (cons_to_unsigned, cons_to_signed): New functions.
15816 These signal an error for invalid or out-of-range values.
15817 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
15818 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
15819 * font.c (Ffont_variation_glyphs):
15820 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
15821 * lisp.h: Include <intprops.h>.
15822 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
15823 (cons_to_signed, cons_to_unsigned): New decls.
15824 (long_to_cons, cons_to_long): Remove decls.
15825 * undo.c (record_first_change): Use INTEGER_TO_CONS.
15826 (Fprimitive_undo): Use CONS_TO_INTEGER.
15827 * xfns.c (Fx_window_property): Likewise.
15828 * xselect.c: Include <limits.h>.
15829 (x_own_selection, selection_data_to_lisp_data):
15830 Use INTEGER_TO_CONS.
15831 (x_handle_selection_request, x_handle_selection_clear)
15832 (x_get_foreign_selection, Fx_disown_selection_internal)
15833 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
15834 (lisp_data_to_selection_data): Use cons_to_unsigned.
15835 (x_fill_property_data): Use cons_to_signed.
15836 Report values out of range.
15837
15838 Check for buffer and string overflow more precisely.
15839 * buffer.h (BUF_BYTES_MAX): New macro.
15840 * lisp.h (STRING_BYTES_MAX): New macro.
15841 * alloc.c (Fmake_string):
15842 * character.c (string_escape_byte8):
15843 * coding.c (coding_alloc_by_realloc):
15844 * doprnt.c (doprnt):
15845 * editfns.c (Fformat):
15846 * eval.c (verror):
15847 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
15848 since they may not be the same number.
15849 * editfns.c (Finsert_char):
15850 * fileio.c (Finsert_file_contents):
15851 Likewise for BUF_BYTES_MAX.
15852
15853 * image.c: Use ptrdiff_t, not int, for sizes.
15854 (slurp_file): Switch from int to ptrdiff_t.
15855 All uses changed.
15856 (slurp_file): Check that file size fits in both size_t (for
15857 malloc) and ptrdiff_t (for sanity and safety).
15858
15859 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
15860 if b->modtime has its maximal value.
15861
15862 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
15863
15864 Don't assume time_t can fit into int.
15865 * buffer.h (struct buffer.modtime): Now time_t, not int.
15866 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
15867 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
15868
15869 Minor fixes for signed vs unsigned integers.
15870 * character.h (MAYBE_UNIFY_CHAR):
15871 * charset.c (maybe_unify_char):
15872 * keyboard.c (read_char, reorder_modifiers):
15873 XINT -> XFASTINT, since the integer must be nonnegative.
15874 * ftfont.c (ftfont_spec_pattern):
15875 * keymap.c (access_keymap, silly_event_symbol_error):
15876 XUINT -> XFASTINT, since the integer must be nonnegative.
15877 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
15878 since it makes no difference and we prefer signed.
15879 * keyboard.c (record_char): Use XUINT when all the neighbors do.
15880 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
15881 nonnegative.
15882
15883 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15884
15885 * window.h (Fwindow_frame): Declare.
15886
15887 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
15888
15889 * alloc.c: Simplify handling of large-request failures (Bug#8800).
15890 (SPARE_MEMORY): Always define.
15891 (LARGE_REQUEST): Remove.
15892 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
15893
15894 2011-06-06 Martin Rudalics <rudalics@gmx.at>
15895
15896 * lisp.h: Move EXFUNS for Fframe_root_window,
15897 Fframe_first_window and Fset_frame_selected_window to window.h.
15898
15899 * window.h: Move EXFUNS for Fframe_root_window,
15900 Fframe_first_window and Fset_frame_selected_window here from
15901 lisp.h.
15902
15903 * frame.c (Fwindow_frame, Fframe_first_window)
15904 (Fframe_root_window, Fframe_selected_window)
15905 (Fset_frame_selected_window): Move to window.c.
15906 (Factive_minibuffer_window): Move to minibuf.c.
15907 (Fother_visible_frames_p): New function.
15908
15909 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
15910
15911 * window.c (decode_window, decode_any_window): Move up in code.
15912 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
15913 (inhibit_frame_unsplittable): Remove unused variable.
15914 (Fwindow_buffer): Move up and rewrite doc-string.
15915 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
15916 (Fwindow_prev): New functions.
15917 (Fwindow_frame): Move here from frame.c. Accept any window as
15918 argument.
15919 (Fframe_root_window, Fframe_first_window)
15920 (Fframe_selected_window): Move here from frame.c. Accept frame
15921 or arbitrary window as argument. Update doc-strings.
15922 (Fminibuffer_window): Move up in code.
15923 (Fwindow_minibuffer_p): Move up in code and simplify.
15924 (Fset_frame_selected_window): Move here from frame.c.
15925 Marginal rewrite.
15926 (Fselected_window, select_window, Fselect_window): Move up in
15927 code. Minor doc-string fixes.
15928
15929 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
15930
15931 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
15932 Do not assume that spare memory exists; that assumption is valid
15933 only if SYSTEM_MALLOC.
15934 (LARGE_REQUEST): New macro, so that the issue of large requests
15935 is separated from the issue of spare memory.
15936
15937 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
15938
15939 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
15940 format. (Bug#8806)
15941
15942 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
15943
15944 * xfns.c (x_set_scroll_bar_default_width): Move declarations
15945 before statements.
15946
15947 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
15948
15949 * gtkutil.c (xg_get_default_scrollbar_width): New function.
15950
15951 * gtkutil.h: Declare xg_get_default_scrollbar_width.
15952
15953 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
15954 min width by calling x_set_scroll_bar_default_width (Bug#8505).
15955
15956 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
15957
15958 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
15959
15960 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
15961
15962 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
15963 (x_clipboard_manager_save): Add return value.
15964 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
15965 New error handlers.
15966 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
15967 Obey Vx_select_enable_clipboard_manager. Catch errors in
15968 x_clipboard_manager_save (Bug#8779).
15969 (Vx_select_enable_clipboard_manager): New variable.
15970 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
15971
15972 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
15973
15974 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
15975
15976 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15977
15978 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
15979 in the current matrix if keep_current_p is non-zero.
15980
15981 2011-06-04 Eli Zaretskii <eliz@gnu.org>
15982
15983 * bidi.c (bidi_level_of_next_char): Fix last change.
15984
15985 2011-06-03 Eli Zaretskii <eliz@gnu.org>
15986
15987 Support bidi reordering of text covered by display properties.
15988
15989 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
15990 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
15991 (bidi_cache_search, bidi_cache_iterator_state)
15992 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
15993 (bidi_level_of_next_char, bidi_move_to_visually_next):
15994 Support character positions inside a run of characters covered by a
15995 display string.
15996 (bidi_paragraph_init, bidi_resolve_explicit_1)
15997 (bidi_level_of_next_char): Call bidi_fetch_char and
15998 bidi_fetch_char_advance instead of FETCH_CHAR and
15999 FETCH_CHAR_ADVANCE.
16000 (bidi_init_it): Initialize new members.
16001 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
16002 definitions.
16003 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
16004 instead of using explicit *_CHAR codes.
16005 (bidi_resolve_explicit, bidi_resolve_weak):
16006 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
16007 bidirectional text is supported only in multibyte buffers.
16008 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
16009 it to initialize the frame_window_p member of struct bidi_it.
16010 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
16011 (bidi_resolve_explicit, bidi_resolve_weak)
16012 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
16013 bidi_it->nchars is non-positive.
16014 (bidi_level_of_next_char): Don't try to lookup the cache for the
16015 next/previous character if nothing is cached there yet, or if we
16016 were just reseat()'ed to a new position.
16017
16018 * xdisp.c (set_cursor_from_row): Set start and stop points
16019 according to the row's direction when priming the loop that looks
16020 for the glyph on which to display cursor.
16021 (single_display_spec_intangible_p): Function deleted.
16022 (display_prop_intangible_p): Reimplement to call
16023 handle_display_spec instead of single_display_spec_intangible_p.
16024 Accept 3 additional arguments needed by handle_display_spec.
16025 This fixes incorrect cursor motion across display property with complex
16026 values: lists, `(when COND...)' forms, etc.
16027 (single_display_spec_string_p): Support property values that are
16028 lists with the argument STRING its top-level element.
16029 (display_prop_string_p): Fix the condition for processing a
16030 property that is a list to be consistent with handle_display_spec.
16031 (handle_display_spec): New function, refactored from the
16032 last portion of handle_display_prop.
16033 (compute_display_string_pos): Accept additional argument
16034 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
16035 value of a `display' property is a "replacing spec".
16036 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
16037 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
16038 the display property, but just return a value indicating whether
16039 the display property will replace the characters it covers.
16040 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
16041 frame_window_p members of struct bidi_it.
16042 (compute_display_string_pos, compute_display_string_end):
16043 New functions.
16044 (push_it): Accept second argument POSITION, where pop_it should
16045 jump to continue iteration.
16046 (reseat_1): Initialize bidi_it.disp_pos.
16047
16048 * keyboard.c (adjust_point_for_property): Adjust the call to
16049 display_prop_intangible_p to its new signature.
16050
16051 * dispextern.h (struct bidi_it): New member frame_window_p.
16052 (bidi_init_it): Update prototypes.
16053 (display_prop_intangible_p): Update prototype.
16054 (compute_display_string_pos, compute_display_string_end):
16055 Declare prototypes.
16056 (struct bidi_it): New members nchars and disp_pos. ch_len is now
16057 EMACS_INT.
16058
16059 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
16060
16061 Malloc failure behavior now depends on size of allocation.
16062 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
16063 * lisp.h: Change signatures accordingly.
16064 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
16065 All callers changed. (Bug#8762)
16066
16067 * gnutls.c: Use Emacs's memory allocators.
16068 Without this change, the gnutls library would invoke malloc etc.
16069 directly, which causes problems on non-SYNC_INPUT hosts, and which
16070 runs afoul of improving memory_full behavior. (Bug#8761)
16071 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
16072 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
16073 xfree instead of the default malloc, realloc, free.
16074 (Fgnutls_boot): No need to check for memory allocation failure,
16075 since xmalloc does that for us.
16076
16077 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
16078 * category.c (hash_get_category_set):
16079 * ccl.c (ccl_driver):
16080 * charset.c (Fdefine_charset_internal):
16081 * charset.h (struct charset.hash_index):
16082 * composite.c (get_composition_id, gstring_lookup_cache)
16083 (composition_gstring_put_cache):
16084 * composite.h (struct composition.hash_index):
16085 * dispextern.h (struct image.hash):
16086 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
16087 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
16088 (hashfn_equal, hashfn_user_defined, make_hash_table)
16089 (maybe_resize_hash_table, hash_lookup, hash_put)
16090 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
16091 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
16092 (Fsxhash, Fgethash, Fputhash, Fmaphash):
16093 * image.c (make_image, search_image_cache, lookup_image)
16094 (xpm_put_color_table_h):
16095 * lisp.h (struct Lisp_Hash_Table):
16096 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
16097 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
16098 for hashes and hash indexes, instead of 'unsigned' and 'int'.
16099 * alloc.c (allocate_vectorlike):
16100 Check for overflow in vector size calculations.
16101 * ccl.c (ccl_driver):
16102 Check for overflow when converting EMACS_INT to int.
16103 * fns.c, image.c: Remove unnecessary static decls that would otherwise
16104 need to be updated by these changes.
16105 * fns.c (make_hash_table, maybe_resize_hash_table):
16106 Check for integer overflow with large hash tables.
16107 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
16108 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
16109 (SXHASH_REDUCE): New macro.
16110 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
16111 Use it instead of discarding useful hash info with large hash values.
16112 (sxhash_float): New function.
16113 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
16114 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
16115 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
16116 Rewrite to use FIXNUM_BITS, as this simplifies things.
16117 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
16118 Adjust signatures to match updated version of code.
16119 (consing_since_gc): Now EMACS_INT, since a single hash table can
16120 use more than INT_MAX bytes.
16121
16122 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
16123
16124 Make it possible to build with GCC-4.6+ -O2 -flto.
16125
16126 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
16127
16128 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16129
16130 * minibuf.c (get_minibuffer, read_minibuf_unwind):
16131 Call minibuffer-inactive-mode.
16132
16133 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
16134
16135 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
16136 Update dependencies.
16137
16138 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
16139
16140 * data.c (init_data): Remove code for UTS, this system is not
16141 supported anymore.
16142
16143 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
16144
16145 Don't force ./temacs to start in terminal mode.
16146
16147 * frame.c (make_initial_frame): Initialize faces in all cases, not
16148 only when CANNOT_DUMP is defined.
16149 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
16150
16151 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
16152
16153 * dispnew.c (add_window_display_history): Use const for the string
16154 pointer. Remove declaration, not needed.
16155
16156 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
16157
16158 Use 'inline', not 'INLINE'.
16159 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
16160 * alloc.c, fontset.c (INLINE): Remove.
16161 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
16162 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
16163 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
16164 * gmalloc.c (register_heapinfo): Use inline unconditionally.
16165 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
16166
16167 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
16168
16169 Make it possible to run ./temacs.
16170
16171 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
16172 syms_of_callproc does the same thing. Remove test for
16173 "initialized", do it in the caller.
16174 * emacs.c (main): Avoid calling set_initial_environment when dumping.
16175
16176 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16177
16178 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
16179 (read_minibuf): Use get_minibuffer.
16180 (syms_of_minibuf): Use DEFSYM.
16181 (Qmetadata): New var.
16182 * data.c (Qbuffer): Don't make it static.
16183 (syms_of_data): Use DEFSYM.
16184
16185 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
16186
16187 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
16188 (CCL_CODE_MIN): New macro.
16189
16190 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
16191
16192 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
16193
16194 * eval.c (Qdebug): Now static.
16195 * lisp.h (Qdebug): Remove decl. This reverts a part of the
16196 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
16197 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
16198
16199 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16200
16201 * image.c: Various fixes to ImageMagick code comments.
16202 (Fimagemagick_types): Doc fix.
16203
16204 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
16205
16206 Minor fixes prompted by GCC 4.6.0 warnings.
16207
16208 * xselect.c (converted_selections, conversion_fail_tag): Now static.
16209
16210 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
16211 (x_clipboard_manager_save_all): Move extern decl to ...
16212 * xterm.h: ... here, so that it can be checked for consistency.
16213
16214 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16215
16216 * xselect.c (x_clipboard_manager_save_frame)
16217 (x_clipboard_manager_save_all): New functions.
16218 (Fx_clipboard_manager_save): Lisp function deleted.
16219
16220 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
16221 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
16222
16223 * xterm.h: Update prototype.
16224
16225 2011-05-28 William Xu <william.xwl@gmail.com>
16226
16227 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
16228 exiting (Bug#8239).
16229
16230 2011-05-28 Jim Meyering <meyering@redhat.com>
16231
16232 Avoid a sign-extension bug in crypto_hash_function.
16233 * fns.c (to_uchar): Define.
16234 (crypto_hash_function): Use it to convert some newly-signed
16235 variables to unsigned, to avoid sign-extension bugs. For example,
16236 without this change, (md5 "truc") would evaluate to
16237 45723a2aff78ff4fff7fff1114760e62 rather than the expected
16238 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
16239 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
16240
16241 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
16242
16243 Integer overflow fixes.
16244
16245 * dbusbind.c: Serial number integer overflow fixes.
16246 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
16247 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
16248 to hold a serial number that is too large for a fixnum.
16249 (Fdbus_method_return_internal, Fdbus_method_error_internal):
16250 Check for serial numbers out of range. Decode any serial number
16251 that was so large that it became a float. (Bug#8722)
16252
16253 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
16254 (Fdbus_call_method, Fdbus_call_method_asynchronously):
16255 Use XFASTINT rather than XUINT when numbers are nonnegative.
16256 (xd_append_arg, Fdbus_method_return_internal):
16257 (Fdbus_method_error_internal): Likewise. Also, for unsigned
16258 arguments, check that Lisp number is nonnegative, rather than
16259 silently wrapping negative numbers around. (Bug#8722)
16260 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
16261 (Bug#8722)
16262
16263 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
16264
16265 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
16266
16267 ccl: Add integer overflow checks.
16268 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
16269 (IN_INT_RANGE): New macros.
16270 (ccl_driver): Use them to check for integer overflow when
16271 decoding a CCL program. Many of the new checks are whether XINT (x)
16272 fits in int; it doesn't always, on 64-bit hosts. The new version
16273 doesn't catch all possible integer overflows, but it's an
16274 improvement. (Bug#8719)
16275
16276 * alloc.c (make_event_array): Use XINT, not XUINT.
16277 There's no need for unsigned here.
16278
16279 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
16280 This follows up to the 2011-05-06 change that substituted uintptr_t
16281 for EMACS_INT. This case wasn't caught back then.
16282
16283 Rework Fformat to avoid integer overflow issues.
16284 * editfns.c: Include <float.h> unconditionally, as it's everywhere
16285 now (part of C89). Include <verify.h>.
16286 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
16287 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
16288 (Fformat): Avoid the prepass trying to compute sizes; it was only
16289 approximate and thus did not catch overflow reliably. Instead, walk
16290 through the format just once, formatting and computing sizes as we go,
16291 checking for integer overflow at every step, and allocating a larger
16292 buffer as needed. Keep track separately whether the format is
16293 multibyte. Keep only the most-recently calculated precision, rather
16294 than them all. Record whether each argument has been converted to
16295 string. Use EMACS_INT, not int, for byte and char and arg counts.
16296 Support field widths and precisions larger than INT_MAX. Avoid
16297 sprintf's undefined behavior with conversion specifications such as %#d
16298 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
16299 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
16300 formatting out-of-range floating point numbers with int
16301 formats. (Bug#8668)
16302
16303 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
16304
16305 * data.c: Avoid integer truncation in expressions involving floats.
16306 * data.c: Include <intprops.h>.
16307 (arith_driver): When there's an integer overflow in an expression
16308 involving floating point, convert the integers to floating point
16309 so that the resulting value does not suffer from catastrophic
16310 integer truncation. For example, on a 64-bit host (* 4
16311 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
16312 Do not rely on undefined behavior after integer overflow.
16313
16314 merge count_size_as_multibyte, parse_str_to_multibyte
16315 * character.c, character.h (count_size_as_multibyte):
16316 Rename from parse_str_to_multibyte; all uses changed.
16317 Check for integer overflow.
16318 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
16319 since it's now a duplicate of the other. This is more of
16320 a character than a buffer op, so better that it's in character.c.
16321 * fns.c, print.c: Adjust to above changes.
16322
16323 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16324
16325 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
16326
16327 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
16328
16329 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
16330 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
16331 (x_clipboard_manager_save): Now static.
16332 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
16333
16334 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
16335 (crypto_hash_function): Now static.
16336 Fix pointer signedness problems. Avoid unnecessary initializations.
16337
16338 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
16339
16340 * termhooks.h (Vselection_alist): Make it terminal-local.
16341
16342 * terminal.c (create_terminal): Initialize it.
16343
16344 * xselect.c: Support for clipboard managers.
16345 (Vselection_alist): Move to termhooks.h as terminal-local var.
16346 (LOCAL_SELECTION): New macro.
16347 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
16348 (symbol_to_x_atom): Remove gratuitous arg.
16349 (x_handle_selection_request, lisp_data_to_selection_data)
16350 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
16351 (x_own_selection, x_get_local_selection, x_convert_selection):
16352 New arg, specifying work frame. Use terminal-local Vselection_alist.
16353 (some_frame_on_display): Delete unused function.
16354 (Fx_own_selection_internal, Fx_get_selection_internal)
16355 (Fx_disown_selection_internal, Fx_selection_owner_p)
16356 (Fx_selection_exists_p): New optional frame arg.
16357 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
16358 (x_handle_selection_clear): Don't treat other terminals with the
16359 same keyboard specially. Use the terminal-local Vselection_alist.
16360 (x_clear_frame_selections): Use Frun_hook_with_args.
16361
16362 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
16363
16364 * xterm.h: Add support for those atoms.
16365
16366 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
16367
16368 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
16369 (converted_selections, conversion_fail_tag): New global variables.
16370 (x_selection_request_lisp_error): Free the above.
16371 (x_get_local_selection): Remove unnecessary code.
16372 (x_reply_selection_request): Args changed; handle arbitrary array
16373 of converted selections stored in converted_selections.
16374 Separate the XChangeProperty and SelectionNotify steps.
16375 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
16376 (x_convert_selection): New function.
16377 (x_handle_selection_event): Simplify.
16378 (x_get_foreign_selection): Don't ignore incoming requests while
16379 waiting for an answer; this will fail when we implement
16380 SAVE_TARGETS, and seems unnecessary anyway.
16381 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
16382 (Vx_sent_selection_functions): Doc fix.
16383
16384 2011-05-26 Leo Liu <sdl.web@gmail.com>
16385
16386 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
16387
16388 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16389
16390 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
16391
16392 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
16393 for fringe update if it has periodic bitmap.
16394 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
16395 and fringe_bitmap_periodic_p.
16396
16397 * fringe.c (get_fringe_bitmap_data): New function.
16398 (draw_fringe_bitmap_1, update_window_fringes): Use it.
16399 (update_window_fringes): Record periodicity of fringe bitmap in glyph
16400 row. Mark glyph row for fringe update if periodicity changed.
16401
16402 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
16403 for fringe update unless it has periodic bitmap.
16404
16405 2011-05-25 Kenichi Handa <handa@m17n.org>
16406
16407 * xdisp.c (get_next_display_element): Set correct it->face_id for
16408 a static composition.
16409
16410 2011-05-24 Leo Liu <sdl.web@gmail.com>
16411
16412 * deps.mk (fns.o):
16413 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
16414
16415 * fns.c (crypto_hash_function, Fsha1): New function.
16416 (Fmd5): Use crypto_hash_function.
16417 (syms_of_fns): Add Ssha1.
16418
16419 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
16420
16421 * gnutls.c: Remove unused macros.
16422 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
16423 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
16424 Remove macros that are defined and never used.
16425 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
16426
16427 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
16428
16429 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
16430 (Fx_get_selection_internal): Minor cleanup.
16431 (Fx_own_selection_internal): Rename arguments for consistency with
16432 select.el.
16433
16434 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
16435
16436 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
16437
16438 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
16439
16440 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
16441
16442 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16443
16444 * dispnew.c (scrolling_window): Don't exclude the case that the
16445 last enabled row in the desired matrix touches the bottom boundary.
16446
16447 2011-05-21 Glenn Morris <rgm@gnu.org>
16448
16449 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
16450 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
16451 and add some more files.
16452
16453 2011-05-20 Eli Zaretskii <eliz@gnu.org>
16454
16455 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
16456 report_file_error introduced by the change from 2011-05-07.
16457
16458 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
16459
16460 * systime.h (Time): Define only if emacs is defined.
16461 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
16462 where the include path doesn't have X11/X.h by default. See
16463 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
16464
16465 2011-05-20 Kenichi Handa <handa@m17n.org>
16466
16467 * composite.c (find_automatic_composition): Fix previous change.
16468
16469 2011-05-20 Glenn Morris <rgm@gnu.org>
16470
16471 * lisp.mk: New file, split from Makefile.in.
16472 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
16473 (shortlisp): Remove.
16474 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
16475
16476 2011-05-19 Glenn Morris <rgm@gnu.org>
16477
16478 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
16479 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
16480 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
16481 (lisp): Set the order to that of loadup.el.
16482 (shortlisp): Make it a copy of $lisp.
16483 (SOME_MACHINE_LISP): Remove.
16484 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
16485 Use just $shortlisp, not $SOME_MACHINE_LISP too.
16486
16487 2011-05-18 Kenichi Handa <handa@m17n.org>
16488
16489 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
16490 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
16491 (find_automatic_composition): Mostly rewrite for efficiency.
16492
16493 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
16494
16495 * makefile.w32-in: Update dependencies.
16496
16497 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
16498
16499 * menu.c: Include limits.h (fixes the MS-Windows build broken by
16500 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
16501
16502 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
16503
16504 Fix some integer overflow issues, such as string length overflow.
16505
16506 * insdel.c (count_size_as_multibyte): Check for string overflow.
16507
16508 * character.c (lisp_string_width): Check for string overflow.
16509 Use EMACS_INT, not int, for string indexes and lengths; in
16510 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
16511 the resulting string length overflows an EMACS_INT; instead,
16512 report a string overflow if no precision given. When checking for
16513 precision exhaustion, use a check that cannot possibly have
16514 integer overflow. (Bug#8675)
16515 * character.h (lisp_string_width): Adjust to new signature.
16516
16517 * alloc.c (string_overflow): New function.
16518 (Fmake_string): Use it. This doesn't change behavior, but saves
16519 a few bytes and will simplify future changes.
16520 * character.c (string_escape_byte8): Likewise.
16521 * lisp.h (string_overflow): New decl.
16522
16523 Fixups, following up to the user-interface timestamp change.
16524 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
16525 for UI timestamps, instead of unsigned long.
16526 * msdos.c (mouse_get_pos): Likewise.
16527 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
16528 * w32gui.h (Time): Define by including "systime.h" rather than by
16529 declaring it ourselves. (Bug#8664)
16530
16531 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
16532 * image.c (clear_image_cache): Likewise.
16533
16534 * term.c (term_mouse_position): Don't assume time_t wraparound.
16535
16536 Be more systematic about user-interface timestamps.
16537 Before, the code sometimes used 'Time', sometimes 'unsigned long',
16538 and sometimes 'EMACS_UINT', to represent these timestamps.
16539 This change causes it to use 'Time' uniformly, as that's what X uses.
16540 This makes the code easier to follow, and makes it easier to catch
16541 integer overflow bugs such as Bug#8664.
16542 * frame.c (Fmouse_position, Fmouse_pixel_position):
16543 Use Time, not unsigned long, for user-interface timestamps.
16544 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
16545 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
16546 * keyboard.h (last_event_timestamp): Likewise.
16547 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
16548 * menu.h (xmenu_show): Likewise.
16549 * term.c (term_mouse_position): Likewise.
16550 * termhooks.h (struct input_event.timestamp): Likewise.
16551 (struct terminal.mouse_position_hook): Likewise.
16552 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
16553 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
16554 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
16555 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
16556 what it was before.
16557 * menu.h, termhooks.h: Include "systime.h", for Time.
16558
16559 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
16560 Don't assume that the difference between two unsigned long values
16561 can fit into an integer. At this point, we know button_down_time
16562 <= event->timestamp, so the difference must be nonnegative, so
16563 there's no need to cast the result if double-click-time is
16564 nonnegative, as it should be; check that it's nonnegative, just in
16565 case. This bug is triggered when events are more than 2**31 ms
16566 apart (about 25 days). (Bug#8664)
16567
16568 * xselect.c (last_event_timestamp): Remove duplicate decl.
16569 (x_own_selection): Remove needless cast to unsigned long.
16570
16571 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
16572 that always fit in int. Use a sentinel instead of a counter, to
16573 avoid a temp and to allay GCC's concerns about possible int overflow.
16574 * frame.h (struct frame): Use int for menu_bar_items_used
16575 instead of EMACS_INT, since it always fits in int.
16576
16577 * menu.c (grow_menu_items): Check for int overflow.
16578
16579 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
16580
16581 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
16582 Before, the code was not consistent. These values cannot exceed
16583 2**31 - 1 so there's no need to make them unsigned.
16584 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
16585 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
16586 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
16587 as modifiers.
16588 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
16589
16590 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
16591 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
16592 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
16593 presumably because the widths might not match.
16594
16595 * window.c (size_window): Avoid needless test at loop start.
16596
16597 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
16598
16599 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
16600
16601 2011-05-12 Drew Adams <drew.adams@oracle.com>
16602
16603 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
16604
16605 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16606
16607 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
16608 `width' to `bar_area_x' and `bar_area_width', respectively.
16609 (x_scroll_run): Take account of fringe background extension.
16610
16611 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
16612 Rename local vars `left' and `width' to `bar_area_x' and
16613 `bar_area_width', respectively.
16614 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
16615 background extension.
16616
16617 2011-05-10 Jim Meyering <meyering@redhat.com>
16618
16619 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
16620
16621 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
16622
16623 * image.c (Finit_image_library): Return t for built-in image types,
16624 like pbm and xbm. (Bug#8640)
16625
16626 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
16627
16628 * w32menu.c (set_frame_menubar): Fix submenu allocation.
16629
16630 2011-05-07 Eli Zaretskii <eliz@gnu.org>
16631
16632 * w32console.c (Fset_screen_color): Doc fix.
16633 (Fget_screen_color): New function.
16634 (syms_of_ntterm): Defsubr it.
16635
16636 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
16637 unlink the temporary file if Fcall_process didn't create it in the
16638 first place.
16639 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
16640 child process will be redirected to a file specified with `:file'.
16641 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
16642 cue to call_process_cleanup not to close that handle.
16643
16644 2011-05-07 Ben Key <bkey76@gmail.com>
16645
16646 * makefile.w32-in: The bootstrap-temacs rule now makes use of
16647 one of two shell specific rules, either bootstrap-temacs-CMD or
16648 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
16649 to the previous implementation of the bootstrap-temacs rule.
16650 The bootstrap-temacs-CMD rule is similar to the previous
16651 implementation of the bootstrap-temacs rule except that it
16652 makes use of the ESC_CFLAGS variable instead of the CFLAGS
16653 variable.
16654
16655 These changes, along with some changes to nt/configure.bat,
16656 nt/gmake.defs, and nt/nmake.defs, are required to extend my
16657 earlier fix to add support for --cflags and --ldflags options
16658 that include quotes so that it works whether make uses cmd or
16659 sh as the shell.
16660
16661 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
16662
16663 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
16664 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
16665 is a constant.
16666 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
16667 a string. Handle both cases.
16668 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
16669 (Fdbus_register_method): Use Qinvalid_function.
16670
16671 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
16672
16673 * makefile.w32-in: Update dependencies.
16674 (LISP_H): Add inttypes.h and stdin.h.
16675 (PROCESS_H): Add unistd.h.
16676
16677 2011-05-06 Eli Zaretskii <eliz@gnu.org>
16678
16679 * lread.c: Include limits.h (fixes the MS-Windows build broken by
16680 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
16681
16682 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
16683
16684 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
16685
16686 * term.c (vfatal): Remove stray call to va_end.
16687 It's not needed and the C Standard doesn't allow it here anyway.
16688
16689 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
16690 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
16691
16692 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
16693 bytes.
16694
16695 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
16696
16697 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
16698
16699 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
16700
16701 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
16702
16703 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
16704
16705 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
16706 * charset.c (Fdefine_charset_internal): Don't initialize
16707 charset.code_space[15]. The value was garbage, on hosts with
16708 32-bit int (Bug#8600).
16709
16710 * lread.c (read_integer): Be more consistent with string-to-number.
16711 Use string_to_number to do the actual conversion; this avoids
16712 rounding errors and fixes some other screwups. Without this fix,
16713 for example, #x1fffffffffffffff was misread as -2305843009213693952.
16714 (digit_to_number): Move earlier, for benefit of read_integer.
16715 Return -1 if the digit is out of range for the base, -2 if it is
16716 not a digit in any supported base. (Bug#8602)
16717
16718 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
16719
16720 * dispnew.c (scrolling_window): Return 1 if we scrolled,
16721 to match comment at start of function. This also removes a
16722 GCC warning about overflow in a 32+64-bit port.
16723
16724 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
16725
16726 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
16727 Reported by Stefan Monnier in
16728 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
16729 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
16730 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
16731
16732 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
16733 (EMACS_UINTPTR): Likewise, with uintptr_t.
16734
16735 * lisp.h: Prefer 64-bit EMACS_INT if available.
16736 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
16737 on 32-bit hosts that have 64-bit int, so that they can access
16738 large files.
16739 However, temporarily disable this change unless the temporary
16740 symbol WIDE_EMACS_INT is defined.
16741
16742 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
16743
16744 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
16745 This removes an assumption that EMACS_INT and long are the same
16746 width as pointers. The assumption is true for Emacs porting targets
16747 now, but we want to make other targets possible.
16748 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
16749 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
16750 In the rest of the code, change types of integers that hold casted
16751 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
16752 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
16753 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
16754 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
16755 No need to cast type when ORing.
16756 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
16757 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
16758 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
16759 assume EMACS_INT is the same width as char *.
16760 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
16761 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
16762 Remove no-longer-needed casts.
16763 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
16764 (xg_tool_bar_help_callback, xg_make_tool_item):
16765 Use EMACS_INTPTR to hold an integer
16766 that will be cast to void *; this can avoid a GCC warning
16767 if EMACS_INT is not the same width as void *.
16768 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
16769 * xdisp.c (display_echo_area_1, resize_mini_window_1):
16770 (current_message_1, set_message_1):
16771 Use a local to convert to proper width without a cast.
16772 * xmenu.c (dialog_selection_callback): Likewise.
16773
16774 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
16775 Also, don't assume VALBITS / RAND_BITS is less than 5,
16776 and don't rely on undefined behavior when shifting a 1 left into
16777 the sign bit.
16778 * lisp.h (get_random): Change signature to match.
16779
16780 * lread.c (hash_string): Use size_t, not int, for hash computation.
16781 Normally we prefer signed values; but hashing is special, because
16782 it's better to use unsigned division on hash table sizes so that
16783 the remainder is nonnegative. Also, size_t is the natural width
16784 for hashing into memory. The previous code used 'int', which doesn't
16785 retain enough info to hash well into very large tables.
16786 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
16787
16788 * dbusbind.c: Don't possibly lose pointer info when converting.
16789 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
16790 Use XPNTR rather than XHASH, so that the high-order bits of
16791 the pointer aren't lost when converting through void *.
16792
16793 * eval.c (Fautoload): Don't double-shift a pointer.
16794
16795 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
16796
16797 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
16798
16799 * gnutls.c (DEF_GNUTLS_FN):
16800 * image.c (DEF_IMGLIB_FN): Make function pointers static.
16801
16802 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
16803
16804 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
16805 marker. (Bug#8610)
16806
16807 2011-05-05 Eli Zaretskii <eliz@gnu.org>
16808
16809 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
16810 New version that can reserve upto 2GB of heap space.
16811
16812 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
16813
16814 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
16815
16816 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
16817
16818 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
16819 `gnutls_certificate_set_x509_key_file'.
16820
16821 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
16822
16823 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
16824 Update dependencies.
16825
16826 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
16827
16828 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
16829 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
16830 Remove unused parameter `fildes'.
16831 * process.c (read_process_output, send_process): Don't pass it.
16832
16833 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
16834
16835 Fix previous change: the library cache is defined in w32.c.
16836 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
16837 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
16838
16839 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
16840
16841 Implement dynamic loading of GnuTLS on Windows.
16842
16843 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
16844 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
16845 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
16846 Declare.
16847
16848 * gnutls.c (Qgnutls_dll): Define.
16849 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
16850 (gnutls_*): Declare function pointers.
16851 (init_gnutls_functions): New function to initialize function pointers.
16852 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
16853 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
16854 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
16855 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
16856 (emacs_gnutls_write, emacs_gnutls_read)
16857 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
16858 (Fgnutls_available_p): New function.
16859 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
16860 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
16861 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
16862
16863 * image.c: Include w32.h.
16864 (Vimage_type_cache): Delete.
16865 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
16866 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
16867 (w32_delayed_load): Move to w32.c.
16868
16869 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
16870
16871 * w32.c (QCloaded_from, Vlibrary_cache): Define.
16872 (w32_delayed_load): Move from image.c. When loading a library, record
16873 its filename in the :loaded-from property of the library id.
16874 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
16875 Initialize and staticpro them.
16876 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
16877
16878 * process.c: Include lisp.h before w32.h, not after.
16879 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
16880 instead of gnutls_record_check_pending.
16881
16882 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
16883
16884 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
16885
16886 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
16887 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
16888 as passed in.
16889
16890 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
16891
16892 * xterm.c (x_set_frame_alpha): Do not set property on anything
16893 else than FRAME_X_OUTER_WINDOW (Bug#8608).
16894
16895 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
16896
16897 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
16898
16899 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
16900
16901 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
16902 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
16903 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
16904 (gnutls_global_initialized, Qgnutls_bootprop_priority)
16905 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
16906 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
16907 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
16908 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
16909 (Qgnutls_bootprop_callbacks_verify): Make static.
16910
16911 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
16912
16913 * callproc.c: Indentation fixup.
16914
16915 * sysdep.c (wait_for_termination_1): Make static.
16916 (wait_for_termination, interruptible_wait_for_termination):
16917 Move after wait_for_termination_1.
16918
16919 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16920
16921 * sysdep.c (interruptible_wait_for_termination): New function
16922 which is like wait_for_termination, but allows keyboard
16923 interruptions.
16924
16925 * callproc.c (Fcall_process): Add (:file "file") as an option for
16926 the STDOUT buffer.
16927 (Fcall_process_region): Ditto.
16928
16929 2011-04-30 Eli Zaretskii <eliz@gnu.org>
16930
16931 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
16932 rather than `XVECTOR (FOO)->size'.
16933
16934 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
16935 inttypes.h, as a gnulib replacement is used if it not available in
16936 system headers.
16937
16938 2011-04-21 Eli Zaretskii <eliz@gnu.org>
16939
16940 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
16941 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
16942 of MOST_POSITIVE_FIXNUM. (Bug#8528)
16943
16944 * coding.c (coding_alloc_by_realloc): Error out if destination
16945 will grow beyond MOST_POSITIVE_FIXNUM.
16946 (decode_coding_emacs_mule): Abort if there isn't enough place in
16947 charbuf for the composition carryover bytes. Reserve an extra
16948 space for up to 2 characters produced in a loop.
16949 (decode_coding_iso_2022): Abort if there isn't enough place in
16950 charbuf for the composition carryover bytes.
16951
16952 2011-04-21 Eli Zaretskii <eliz@gnu.org>
16953
16954 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
16955 aborting when %lld or %lll format is passed.
16956 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
16957 %llo or %llx format is passed. (Bug#8545)
16958
16959 * window.c (window_scroll_line_based): Use a marker instead of
16960 simple variables to record original value of point. (Bug#7952)
16961
16962 * doprnt.c (doprnt): Fix the case where a multibyte sequence
16963 produced by %s or %c overflows available buffer space. (Bug#8545)
16964
16965 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
16966
16967 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
16968 (SIZE_MAX): Move defn after all includes, as they might #define it.
16969
16970 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16971
16972 * w32.c (init_environment): Warn about defaulting HOME to C:\.
16973
16974 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16975
16976 * keyboard.c (Qdelayed_warnings_hook): Define.
16977 (command_loop_1): Run `delayed-warnings-hook'
16978 if Vdelayed_warnings_list is non-nil.
16979 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
16980 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
16981
16982 2011-04-28 Eli Zaretskii <eliz@gnu.org>
16983
16984 * doprnt.c (doprnt): Don't return value smaller than the buffer
16985 size if the message was truncated. (Bug#8545).
16986
16987 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16988
16989 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
16990 (Fx_window_property): #if-0 the whole functions, not just the bodies.
16991
16992 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
16993
16994 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
16995
16996 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
16997
16998 * makefile.w32-in: Update dependencies.
16999
17000 2011-04-27 Eli Zaretskii <eliz@gnu.org>
17001
17002 Improve `doprnt' and its usage. (Bug#8545)
17003 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
17004 `format_end'. Remove support for %l as a conversion specifier.
17005 Don't use xrealloc. Improve diagnostics when the %l size modifier
17006 is used. Update the commentary.
17007
17008 * eval.c (verror): Simplify calculation of size_t.
17009
17010 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
17011 messages.
17012
17013 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
17014
17015 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
17016 change.
17017
17018 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
17019
17020 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
17021 This makes this file independent of the recent pseudovector change.
17022
17023 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
17024
17025 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
17026
17027 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
17028 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
17029 Remove unused local.
17030 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
17031
17032 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
17033 GCC 4.6.0 optimizes based on type-based alias analysis.
17034 For example, if b is of type struct buffer * and v of type struct
17035 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
17036 != &v->size, and therefore "v->size = 1; b->size = 2; return
17037 v->size;" must therefore return 1. This assumption is incorrect
17038 for Emacs, since it type-puns struct Lisp_Vector * with many other
17039 types. To fix this problem, this patch adds a new type struct
17040 vectorlike_header that documents the constraints on layout of vectors
17041 and pseudovectors, and helps optimizing compilers not get fooled
17042 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
17043 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
17044 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
17045 the size member.
17046 (XSETPVECTYPE): Rewrite in terms of new macro.
17047 (XSETPVECTYPESIZE): New macro, specifying both type and size.
17048 This is a bit clearer, and further avoids the possibility of
17049 undesirable aliasing.
17050 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
17051 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
17052 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
17053 since Lisp_Subr is a special case (no "next" field).
17054 (ASIZE): Now uses header.size rather than size.
17055 All previous uses of XVECTOR (foo)->size replaced to use this macro,
17056 to avoid the hassle of writing XVECTOR (foo)->header.size.
17057 (struct vectorlike_header): New type.
17058 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
17059 object, to help avoid aliasing.
17060 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
17061 (SUBRP): Likewise, since Lisp_Subr is a special case.
17062 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
17063 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
17064 (struct Lisp_Hash_Table): Combine first two members into a single
17065 struct vectorlike_header member. All uses of "size" and "next" members
17066 changed to be "header.size" and "header.next".
17067 * buffer.h (struct buffer): Likewise.
17068 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
17069 * frame.h (struct frame): Likewise.
17070 * process.h (struct Lisp_Process): Likewise.
17071 * termhooks.h (struct terminal): Likewise.
17072 * window.c (struct save_window_data, struct saved_window): Likewise.
17073 * window.h (struct window): Likewise.
17074 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
17075 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
17076 * buffer.c (init_buffer_once): Likewise.
17077 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
17078 special case.
17079 * process.c (Fformat_network_address): Use local var for size,
17080 for brevity.
17081
17082 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
17083
17084 Make the Lisp reader and string-to-float more consistent (Bug#8525)
17085 * data.c (atof): Remove decl; no longer used or needed.
17086 (digit_to_number): Move to lread.c.
17087 (Fstring_to_number): Use new string_to_number function, to be
17088 consistent with how the Lisp reader treats infinities and NaNs.
17089 Do not assume that floating-point numbers represent EMACS_INT
17090 without losing information; this is not true on most 64-bit hosts.
17091 Avoid double-rounding errors, by insisting on integers when
17092 parsing non-base-10 numbers, as the documentation specifies.
17093 * lisp.h (string_to_number): New decl, replacing ...
17094 (isfloat_string): Remove.
17095 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
17096 (read1): Do not accept +. and -. as integers; this
17097 appears to have been a coding error. Similarly, do not accept
17098 strings like +-1e0 as floating point numbers. Do not report
17099 overflow for integer overflows unless the base is not 10 which
17100 means we have no simple and reliable way to continue.
17101 Break out the floating-point parsing into a new
17102 function string_to_number, so that Fstring_to_number parses
17103 floating point numbers consistently with the Lisp reader.
17104 (digit_to_number): Move here from data.c. Make it static inline.
17105 (E_CHAR, EXP_INT): Remove, replacing with ...
17106 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
17107 (string_to_number): New function, replacing isfloat_string.
17108 This function checks for valid syntax and produces the resulting
17109 Lisp float number too. Rework it so that string-to-number
17110 no longer mishandles examples like "1.0e+". Use strtoumax,
17111 so that overflow for non-base-10 numbers is reported only when
17112 there's no portable and simple way to convert to floating point.
17113
17114 * textprop.c (set_text_properties_1): Rewrite for clarity,
17115 and to avoid GCC warning about integer overflow.
17116
17117 * intervals.h (struct interval): Use EMACS_INT for members
17118 where EMACS_UINT might cause problems. See
17119 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
17120 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
17121 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
17122 All uses changed.
17123 (offset_intervals): Tell GCC not to worry about length overflow
17124 when negating a negative length.
17125
17126 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
17127 (overrun_check_free): Likewise.
17128
17129 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
17130 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
17131 word size.
17132
17133 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
17134 (gnutls_make_error): Rename local to avoid shadowing.
17135 (gnutls_emacs_global_deinit): ifdef out; not used.
17136 (Fgnutls_boot): Use const for pointer to readonly storage.
17137 Comment out unused local. Fix pointer signedness problems.
17138
17139 * lread.c (openp): Don't stuff size_t into an 'int'.
17140 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
17141 about possible signed overflow.
17142
17143 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
17144 (GDK_KEY_g): Don't define if already defined.
17145 (xg_prepare_tooltip): Avoid pointer signedness problem.
17146 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
17147
17148 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
17149 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
17150
17151 * xfns.c (Fx_window_property): Simplify a bit,
17152 to make a bit faster and to avoid GCC 4.6.0 warning.
17153 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
17154
17155 * fns.c (internal_equal): Don't assume size_t fits in int.
17156
17157 * alloc.c (compact_small_strings): Tighten assertion a little.
17158
17159 Replace pEd with more-general pI, and fix some printf arg casts.
17160 * lisp.h (pI): New macro, generalizing old pEd macro to other
17161 conversion specifiers. For example, use "...%"pI"d..." rather
17162 than "...%"pEd"...".
17163 (pEd): Remove. All uses replaced with similar uses of pI.
17164 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
17165 * alloc.c (check_pure_size): Don't overflow by converting size to int.
17166 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
17167 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
17168 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
17169 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
17170 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
17171 64-bit hosts.
17172 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
17173 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
17174 * print.c (safe_debug_print, print_object): Likewise.
17175 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
17176 to int.
17177 Use pI instead of if-then-else-abort. Use %p to avoid casts,
17178 avoiding the 0 flag, which is not portable.
17179 * process.c (Fmake_network_process): Use pI to avoid cast.
17180 * region-cache.c (pp_cache): Likewise.
17181 * xdisp.c (decode_mode_spec): Likewise.
17182 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
17183 behavior on 64-bit hosts with printf arg.
17184 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
17185 (x_stop_queuing_selection_requests): Likewise.
17186 (x_get_window_property): Don't truncate byte count to an 'int'
17187 when tracing.
17188
17189 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
17190 here, since it parses constructs like leading '-' and spaces,
17191 which are not wanted; and it overflows with large numbers.
17192 Instead, simply match F[0-9]+, which is what is wanted anyway.
17193
17194 * alloc.c: Remove unportable assumptions about struct layout.
17195 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
17196 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
17197 (allocate_vectorlike, make_pure_vector): Use the new macros,
17198 plus offsetof, to remove unportable assumptions about struct layout.
17199 These assumptions hold on all porting targets that I know of, but
17200 they are not guaranteed, they're easy to remove, and removing them
17201 makes further changes easier.
17202
17203 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
17204 This doesn't fix a bug but makes the code clearer.
17205 (string_overrun_cookie): Now const. Use initializers that
17206 don't formally overflow signed char, to avoid warnings.
17207 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
17208 can cause Emacs to crash when string overrun checking is enabled.
17209 (allocate_buffer): Don't assume sizeof (struct buffer) is a
17210 multiple of sizeof (EMACS_INT); it need not be, if
17211 alignof(EMACS_INT) < sizeof (EMACS_INT).
17212 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
17213
17214 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
17215
17216 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
17217
17218 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
17219
17220 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
17221 supposed to be handshaking. (Bug#8556)
17222 Reported by Paul Eggert <eggert@cs.ucla.edu>.
17223
17224 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17225
17226 * lisp.h (Qdebug): List symbol.
17227 * eval.c (Qdebug): Restore global linkage.
17228 * keyboard.c (debug-on-event): New variable.
17229 (handle_user_signal): Break into debugger when debug-on-event
17230 matches the current signal symbol.
17231
17232 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17233
17234 * alloc.c (check_sblock, check_string_bytes)
17235 (check_string_free_list): Convert to standard C.
17236
17237 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
17238
17239 * w32.c (emacs_gnutls_push): Fix typo.
17240
17241 2011-04-25 Eli Zaretskii <eliz@gnu.org>
17242
17243 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
17244 "cast to pointer from integer of different size".
17245
17246 Improve doprnt and its use in verror. (Bug#8545)
17247 * doprnt.c (doprnt): Document the set of format control sequences
17248 supported by the function. Use SAFE_ALLOCA instead of always
17249 using `alloca'.
17250
17251 * eval.c (verror): Don't limit the buffer size at size_max-1, that
17252 is one byte too soon. Don't use xrealloc; instead xfree and
17253 xmalloc anew.
17254
17255 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
17256
17257 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
17258 callbacks stage.
17259
17260 * gnutls.c: Renamed global_initialized to
17261 gnutls_global_initialized. Added internals for the
17262 :verify-hostname-error, :verify-error, and :verify-flags
17263 parameters of `gnutls-boot' and documented those parameters in the
17264 docstring. Start callback support.
17265 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
17266 unless a fatal error occurred. Call gnutls_alert_send_appropriate
17267 on error. Return error code.
17268 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
17269 (emacs_gnutls_read): Likewise.
17270 (Fgnutls_boot): Return handshake error code.
17271 (emacs_gnutls_handle_error): New function.
17272 (wsaerror_to_errno): Likewise.
17273
17274 * w32.h (emacs_gnutls_pull): Add prototype.
17275 (emacs_gnutls_push): Likewise.
17276
17277 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
17278 (emacs_gnutls_push): Likewise.
17279
17280 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
17281
17282 * process.c (wait_reading_process_output): Check if GnuTLS
17283 buffered some data internally if no FDs are set for TLS
17284 connections.
17285
17286 * makefile.w32-in (OBJ2): Add gnutls.$(O).
17287 (LIBS): Link to USER_LIBS.
17288 ($(BLD)/gnutls.$(0)): New target.
17289
17290 2011-04-24 Eli Zaretskii <eliz@gnu.org>
17291
17292 * xdisp.c (handle_single_display_spec): Rename the
17293 display_replaced_before_p argument into display_replaced_p, to
17294 make it consistent with the commentary. Fix typos in the
17295 commentary.
17296
17297 * textprop.c (syms_of_textprop): Remove dead code.
17298 (copy_text_properties): Delete obsolete commentary about an
17299 interface that was deleted long ago. Fix typos in the description
17300 of arguments.
17301
17302 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
17303 to changes in oldXMenu/XMenu.h from 2011-04-16.
17304 <menu_help_message, prev_menu_help_message>: Constify.
17305 (IT_menu_make_room): menu->help_text is now `const char **';
17306 adjust.
17307
17308 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
17309 to changes in oldXMenu/XMenu.h from 2011-04-16.
17310 (struct XMenu): Declare `help_text' `const char **'.
17311
17312 * xfaces.c <Qunspecified>: Make extern again.
17313
17314 * syntax.c: Include sys/types.h before including regex.h, as
17315 required by POSIX.
17316
17317 * doc.c (get_doc_string): Improve the format passed to `error'.
17318
17319 * doprnt.c (doprnt): Improve commentary.
17320
17321 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
17322
17323 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
17324 them with etags.
17325
17326 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
17327 changes in globals.h immediately force recompilation.
17328 (TAGS): Depend on $(CURDIR)/m/intel386.h and
17329 $(CURDIR)/s/ms-w32.h.
17330 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
17331
17332 * character.c (Fchar_direction): Function deleted.
17333 (syms_of_character): Don't defsubr it.
17334 <char-direction-table>: Deleted.
17335
17336 2011-04-23 Eli Zaretskii <eliz@gnu.org>
17337
17338 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
17339 * doprnt.c: Include limits.h.
17340 (SIZE_MAX): New macro.
17341 (doprnt): Return a size_t value. 2nd arg is now size_t.
17342 Many local variables are now size_t instead of int or unsigned.
17343 Improve overflow protection. Support `l' modifier for integer
17344 conversions. Support %l conversion. Don't assume an EMACS_INT
17345 argument for integer conversions and for %c.
17346
17347 * lisp.h (doprnt): Restore prototype.
17348
17349 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
17350 $(SRC)/character.h.
17351
17352 * Makefile.in (base_obj): Add back doprnt.o.
17353
17354 * deps.mk (doprnt.o): Add back prerequisites.
17355 (callint.o): Depend on character.h.
17356
17357 * eval.c (internal_lisp_condition_case): Include the handler
17358 representation in the error message.
17359 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
17360 when breaking from the loop.
17361
17362 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
17363
17364 * callint.c (Fcall_interactively): When displaying error message
17365 about invalid control letter, pass the character's codepoint, not
17366 a pointer to its multibyte form. Improve display of the character
17367 in octal and display also its hex code.
17368
17369 * character.c (char_string): Use %x to display the (unsigned)
17370 codepoint of an invalid character, to avoid displaying a bogus
17371 negative value.
17372
17373 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
17374 `error', not SYMBOL_NAME itself.
17375
17376 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
17377 character arguments to `error'.
17378
17379 * charset.c (check_iso_charset_parameter): Fix incorrect argument
17380 to `error' in error message about FINAL_CHAR argument. Make sure
17381 FINAL_CHAR is a character, and use %c when it is passed as
17382 argument to `error'.
17383
17384 2011-04-23 Eli Zaretskii <eliz@gnu.org>
17385
17386 * s/ms-w32.h (localtime): Redirect to sys_localtime.
17387
17388 * w32.c: Include <time.h>.
17389 (sys_localtime): New function.
17390
17391 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
17392
17393 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
17394
17395 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
17396
17397 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
17398
17399 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
17400 zombies (Bug#8467).
17401
17402 2011-04-19 Eli Zaretskii <eliz@gnu.org>
17403
17404 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
17405 gl_state.e_property when gl_state.object is Qt.
17406
17407 * insdel.c (make_gap_larger): Remove limitation of buffer size
17408 to <= INT_MAX.
17409
17410 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
17411
17412 * xdisp.c (lookup_glyphless_char_display)
17413 (produce_glyphless_glyph): Handle cons cell entry in
17414 glyphless-char-display.
17415 (Vglyphless_char_display): Document it.
17416
17417 * term.c (produce_glyphless_glyph): Handle cons cell entry in
17418 glyphless-char-display.
17419
17420 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
17421
17422 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
17423
17424 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
17425
17426 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
17427 definition for no-X builds.
17428
17429 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
17430
17431 Static checks with GCC 4.6.0 and non-default toolkits.
17432
17433 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
17434
17435 * process.c (keyboard_bit_set): Define only if SIGIO.
17436 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
17437 (send_process): Repair possible setjmp clobbering.
17438
17439 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
17440
17441 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
17442
17443 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
17444
17445 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
17446 Define only if needed.
17447
17448 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
17449 by pacifying GCC about it. Maybe it's time to retire it?
17450 * xfaces.c (USG, __TIMEVAL__): Likewise.
17451
17452 * dispextern.h (struct redisplay_interface): Rename param
17453 to avoid shadowing.
17454 * termhooks.h (struct terminal): Likewise.
17455 * xterm.c (xembed_send_message): Likewise.
17456
17457 * insdel.c (make_gap_smaller): Define only if
17458 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
17459
17460 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
17461 it.
17462
17463 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
17464 so that we aren't warned about unused symbols.
17465
17466 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
17467
17468 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
17469
17470 * xfns.c (x_real_positions): Mark locals as initialized.
17471
17472 * xmenu.c (xmenu_show): Don't use uninitialized vars.
17473
17474 * xterm.c: Fix problems found by static analysis with other toolkits.
17475 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
17476 (x_dispatch_event): Declare static if USE_GTK, and
17477 define if USE_GTK || USE_X_TOOLKIT.
17478 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
17479 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
17480 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
17481 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
17482
17483 * xmenu.c (menu_help_callback): Pointer type fixes.
17484 Use const pointers when pointing at readonly data. Avoid pointer
17485 signedness clashes.
17486 (FALSE): Remove unused macro.
17487 (update_frame_menubar): Remove unused decl.
17488
17489 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
17490
17491 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
17492 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
17493 (single_menu_item): Rename local to avoid shadowing.
17494
17495 * keyboard.c (make_lispy_event): Remove unused local var.
17496
17497 * frame.c, frame.h (x_get_resource_string): Bring this back, but
17498 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
17499
17500 * bitmaps: Change bitmaps from unsigned char back to the X11
17501 compatible char. Avoid the old compiler warnings about
17502 out-of-range initializers by using, for example, '\xab' rather
17503 than 0xab.
17504
17505 * xgselect.c (xgselect_initialize): Check vs interface
17506 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
17507
17508 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
17509
17510 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
17511 to read-only memory.
17512
17513 * fns.c (vector): Remove; this old hack is no longer needed.
17514
17515 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
17516 Remove unused var.
17517 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
17518
17519 * xrdb.c (x_load_resources): Omit unused local.
17520
17521 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
17522 (x_window): Rename locals to avoid shadowing.
17523 (USG): Use the kludged USG macro, to pacify gcc.
17524
17525 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
17526 (x_term_init): Remove local to avoid shadowing.
17527
17528 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
17529
17530 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
17531 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
17532
17533 2011-04-16 Eli Zaretskii <eliz@gnu.org>
17534
17535 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
17536
17537 Fix regex.c, syntax.c and friends for buffers > 2GB.
17538 * syntax.h (struct gl_state_s): Declare character position members
17539 EMACS_INT.
17540
17541 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
17542
17543 * textprop.c (verify_interval_modification, interval_of):
17544 Declare arguments EMACS_INT.
17545
17546 * intervals.c (adjust_intervals_for_insertion): Declare arguments
17547 EMACS_INT.
17548
17549 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
17550
17551 * indent.c (Fvertical_motion): Local variable it_start is now
17552 EMACS_INT.
17553
17554 * regex.c (re_match, re_match_2, re_match_2_internal)
17555 (bcmp_translate, regcomp, regexec, print_double_string)
17556 (group_in_compile_stack, re_search, re_search_2, regex_compile)
17557 (re_compile_pattern, re_exec): Declare arguments and local
17558 variables `size_t' and `ssize_t' and return values `regoff_t', as
17559 appropriate.
17560 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
17561 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
17562 <compile_stack_type>: `size' and `avail' are now `size_t'.
17563
17564 * regex.h <regoff_t>: Use ssize_t, not int.
17565 (re_search, re_search_2, re_match, re_match_2): Arguments that
17566 specify buffer/string position and length are now ssize_t and
17567 size_t. Return type is regoff_t.
17568
17569 2011-04-16 Ben Key <bkey76@gmail.com>
17570
17571 * nsfont.m: Fixed bugs in ns_get_family and
17572 ns_descriptor_to_entity that were caused by using free to
17573 deallocate memory blocks that were allocated by xmalloc (via
17574 xstrdup). This caused Emacs to crash when compiled with
17575 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
17576 --enable-checking=xmallocoverrun). xfree is now used to
17577 deallocate these memory blocks.
17578
17579 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
17580
17581 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
17582
17583 emacs_write: Accept and return EMACS_INT for sizes.
17584 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
17585 et seq.
17586 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
17587 Accept and return EMACS_INT.
17588 (emacs_gnutls_write): Return the number of bytes written on
17589 partial writes.
17590 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
17591 (emacs_read, emacs_write): Remove check for negative size, as the
17592 Emacs source code has been audited now.
17593 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
17594 (emacs_read, emacs_write): Use it.
17595 * process.c (send_process): Adjust to the new signatures of
17596 emacs_write and emacs_gnutls_write. Do not attempt to store
17597 a byte offset into an 'int'; it might overflow.
17598 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
17599
17600 * sound.c: Don't assume sizes fit in 'int'.
17601 (struct sound_device.period_size, alsa_period_size):
17602 Return EMACS_INT, not int.
17603 (struct sound_device.write, vox_write, alsa_write):
17604 Accept EMACS_INT, not int.
17605 (wav_play, au_play): Use EMACS_INT to store sizes and to
17606 record read return values.
17607
17608 2011-04-15 Ben Key <bkey76@gmail.com>
17609
17610 * keyboard.c (Qundefined): Don't declare static since it is used
17611 in nsfns.m.
17612 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
17613 static since they are used in nsfont.m.
17614
17615 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17616
17617 * process.c (Qprocessp): Don't declare static.
17618 * lisp.h (Qprocessp): Declare again.
17619
17620 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
17621
17622 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
17623
17624 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
17625
17626 Improve C-level modularity by making more things 'static'.
17627
17628 Don't publish debugger-only interfaces to other modules.
17629 * lisp.h (safe_debug_print, debug_output_compilation_hack):
17630 (verify_bytepos, count_markers): Move decls to the only modules
17631 that need them.
17632 * region-cache.h (pp_cache): Likewise.
17633 * window.h (check_all_windows): Likewise.
17634 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
17635
17636 * sysdep.c (croak): Now static, if
17637 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
17638 * syssignal.h (croak): Declare only if not static.
17639
17640 * alloc.c (refill_memory_reserve): Now static if
17641 !defined REL_ALLOC || defined SYSTEM_MALLOC.
17642 * lisp.h (refill_memory_reserve): Declare only if not static.
17643
17644 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
17645 Define only if USE_LUCID.
17646
17647 * xrdb.c (x_customization_string, x_rm_string): Now static.
17648
17649 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
17650 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
17651
17652 * xdisp.c (draw_row_with_mouse_face): Now static.
17653 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
17654
17655 * window.h (check_all_windows): Mark externally visible.
17656
17657 * window.c (window_deletion_count): Now static.
17658
17659 * undo.c: Make symbols static if they're not exported.
17660 (last_undo_buffer, last_boundary_position, pending_boundary):
17661 Now static.
17662
17663 * textprop.c (interval_insert_behind_hooks): Now static.
17664 (interval_insert_in_front_hooks): Likewise.
17665
17666 * term.c: Make symbols static if they're not exported.
17667 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
17668 (max_frame_lines, tty_set_terminal_modes):
17669 (tty_reset_terminal_modes, tty_turn_off_highlight):
17670 (get_tty_terminal): Now static.
17671 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
17672 * termhooks.h (term_mouse_moveto): Do not declare if
17673 HAVE_WINDOW_SYSTEM.
17674 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
17675 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
17676
17677 * sysdep.c: Make symbols static if they're not exported.
17678 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
17679 Now static.
17680 (sigprocmask_set, full_mask): Remove; unused.
17681 (wait_debugging): Mark as visible.
17682 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
17683 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
17684
17685 * syntax.c (syntax_temp): Define only if !__GNUC__.
17686
17687 * sound.c (current_sound_device, current_sound): Now static.
17688
17689 * search.c (searchbufs, searchbuf_head): Now static.
17690
17691 * scroll.c (scroll_cost): Remove; unused.
17692 * dispextern.h (scroll_cost): Remove decl.
17693
17694 * region-cache.h (pp_cache): Mark as externally visible.
17695
17696 * process.c: Make symbols static if they're not exported.
17697 (process_tick, update_tick, create_process, chan_process):
17698 (Vprocess_alist, proc_buffered_char, datagram_access):
17699 (fd_callback_data, send_process_frame, process_sent_to): Now static.
17700 (deactivate_process): Mark defn as static, as well as decl.
17701 * lisp.h (create_process): Remove decl.
17702 * process.h (chan_process, Vprocess_alist): Remove decls.
17703
17704 * print.c: Make symbols static if they're not exported.
17705 (print_depth, new_backquote_output, being_printed, print_buffer):
17706 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
17707 (print_interval, print_number_index, initial_stderr_stream):
17708 Now static.
17709 * lisp.h (Fprinc): Remove decl.
17710 (debug_output_compilation_hack): Mark as externally visible.
17711
17712 * sysdep.c (croak): Move decl from here to syssignal.h.
17713 * syssignal.h (croak): Put it here, so the API can be checked when
17714 'croak' is called from dissociate_if_controlling_tty.
17715
17716 * minibuf.c: Make symbols static if they're not exported.
17717 (minibuf_save_list, choose_minibuf_frame): Now static.
17718 * lisp.h (choose_minibuf_frame): Remove decl.
17719
17720 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
17721
17722 * lread.c: Make symbols static if they're not exported.
17723 (read_objects, initial_obarray, oblookup_last_bucket_number):
17724 Now static.
17725 (make_symbol): Remove; unused.
17726 * lisp.h (initial_obarray, make_symbol): Remove decls.
17727
17728 * keyboard.c: Make symbols static if they're not exported.
17729 (single_kboard, recent_keys_index, total_keys, recent_keys):
17730 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
17731 (this_single_command_key_start, echoing, last_auto_save):
17732 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
17733 (command_loop, echo_now, keyboard_init_hook, help_char_p):
17734 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
17735 (Vlispy_mouse_stem, double_click_count):
17736 Now static.
17737 (force_auto_save_soon): Define only if SIGDANGER.
17738 (ignore_mouse_drag_p): Now static if
17739 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
17740 (print_help): Remove; unused.
17741 (stop_character, last_timer_event): Mark as externally visible.
17742 * keyboard.h (ignore_mouse_drag_p): Declare only if
17743 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
17744 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
17745 * lisp.h (echoing): Remove decl.
17746 (force_auto_save_soon): Declare only if SIGDANGER.
17747 * xdisp.c (redisplay_window): Simplify code, to make it more
17748 obvious that ignore_mouse_drag_p is not accessed if !defined
17749 USE_GTK && !defined HAVE_NS.
17750
17751 * intervals.c: Make symbols static if they're not exported.
17752 (merge_properties_sticky, merge_interval_right, delete_interval):
17753 Now static.
17754 * intervals.h (merge_interval_right, delete_interval): Remove decls.
17755
17756 * insdel.c: Make symbols static if they're not exported.
17757 However, leave prepare_to_modify_buffer alone. It's never
17758 called from outside this function, but that appears to be a bug.
17759 (combine_after_change_list, combine_after_change_buffer):
17760 (adjust_after_replace, signal_before_change): Now static.
17761 (adjust_after_replace_noundo): Remove; unused.
17762 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
17763 (signal_before_change): Remove decls.
17764
17765 * indent.c (val_compute_motion, val_vmotion): Now static.
17766
17767 * image.c: Make symbols static if they're not exported.
17768 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
17769 if USE_GTK.
17770 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
17771 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
17772
17773 * fringe.c (standard_bitmaps): Now static.
17774 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
17775
17776 * frame.c: Make symbols static if they're not exported.
17777 (x_report_frame_params, make_terminal_frame): Now static.
17778 (get_frame_param): Now static, unless HAVE_NS.
17779 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
17780 (x_get_resource_string): Remove; not used.
17781 * frame.h (make_terminal_frame, x_report_frame_params):
17782 (x_get_resource_string); Remove decls.
17783 (x_fullscreen_adjust): Declare only if WINDOWSNT.
17784 * lisp.h (get_frame_param): Declare only if HAVE_NS.
17785
17786 * font.c, fontset.c: Make symbols static if they're not exported.
17787 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
17788 (FACE_SUITABLE_FOR_CHAR_P): Use it.
17789 * font.c (font_close_object): Now static.
17790 * font.h (font_close_object): Remove.
17791 * fontset.c (FONTSET_OBJLIST): Remove.
17792 (free_realized_fontset) #if-0 the body, which does nothing.
17793 (face_suitable_for_char_p): #if-0, as it's never called.
17794 * fontset.h (face_suitable_for_char_p): Remove decl.
17795 * xfaces.c (face_at_string_position):
17796 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
17797 since 0 is always ASCII.
17798
17799 * fns.c (weak_hash_tables): Now static.
17800
17801 * fileio.c: Make symbols static if they're not exported.
17802 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
17803 (Vwrite_region_annotation_buffers): Now static.
17804
17805 * eval.c: Make symbols static if they're not exported.
17806 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
17807 * lisp.h (backtrace_list): Remove decl.
17808
17809 * emacs.c: Make symbols static if they're not exported.
17810 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
17811 (fatal_error_code, fatal_error_signal_hook, standard_args):
17812 Now static.
17813 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
17814 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
17815 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
17816 * lisp.h (fatal_error_signal_hook): Remove decl.
17817 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
17818
17819 * editfns.c: Move a (normally-unused) function to its only use.
17820 * editfns.c, lisp.h (get_operating_system_release): Remove.
17821 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
17822 worth the hassle of breaking this out.
17823
17824 * xterm.c: Make symbols static if they're not exported.
17825 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
17826 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
17827 (x_destroy_window, x_delete_display):
17828 Now static.
17829 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
17830 (x_mouse_leave): Remove; unused.
17831 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
17832 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
17833 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
17834 Remove decls.
17835 (x_mouse_leave): Declare only if WINDOWSNT.
17836 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
17837 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
17838 USE_X_TOOLKIT.
17839
17840 * ftxfont.c: Make symbols static if they're not exported.
17841 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
17842 HAVE_FREETYPE.
17843 * font.h (ftxfont_driver): Likewise.
17844
17845 * xfns.c: Make symbols static if they're not exported.
17846 (x_last_font_name, x_display_info_for_name):
17847 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
17848 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
17849 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
17850 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
17851 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
17852 (last_show_tip_args): Now static.
17853 (xic_defaut_fontset, xic_create_fontsetname): Define only if
17854 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
17855 (x_screen_planes): Remove; unused.
17856 * dispextern.h (x_screen_planes): Remove decl.
17857
17858 * dispnew.c: Make symbols static if they're not exported.
17859 * dispextern.h (redraw_garbaged_frames, scrolling):
17860 (increment_row_positions): Remove.
17861 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
17862 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
17863 Now static.
17864 (redraw_garbaged_frames): Remove; unused.
17865
17866 * xfaces.c: Make symbols static if they're not exported.
17867 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
17868 Remove decls.
17869 * xterm.h (defined_color): Remove decls.
17870 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
17871 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
17872 (menu_face_changed_default, defined_color, free_realized_face):
17873 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
17874 (ascii_face_of_lisp_face): Remove; unused.
17875
17876 * xdisp.c: Make symbols static if they're not exported.
17877 * dispextern.h (scratch_glyph_row, window_box_edges):
17878 (glyph_to_pixel_coords, set_cursor_from_row):
17879 (get_next_display_element, set_iterator_to_next):
17880 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
17881 (show_mouse_face): Remove decls
17882 * frame.h (message_buf_print): Likewise.
17883 * lisp.h (pop_message, set_message, check_point_in_composition):
17884 Likewise.
17885 * xterm.h (set_vertical_scroll_bar): Likewise.
17886 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
17887 (message_buf_print, scratch_glyph_row, displayed_buffer):
17888 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
17889 (get_next_display_element, show_mouse_face, window_box_edges):
17890 (frame_to_window_pixel_xy, check_point_in_composition):
17891 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
17892 (glyph_to_pixel_coords): Remove; unused.
17893
17894 * dired.c (file_name_completion): Now static.
17895
17896 * dbusbind.c (xd_in_read_queued_messages): Now static.
17897
17898 * lisp.h (circular_list_error, FOREACH): Remove; unused.
17899 * data.c (circular_list_error): Remove.
17900
17901 * commands.h (last_point_position, last_point_position_buffer):
17902 (last_point_position_window): Remove decls.
17903 * keyboard.c: Make these variables static.
17904
17905 * coding.h (coding, code_convert_region, encode_coding_gap):
17906 Remove decls.
17907 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
17908 (iso_code_class, detect_coding, code_convert_region): Now static.
17909 (encode_coding_gap): Remove; unused.
17910
17911 * chartab.c (chartab_chars, chartab_bits): Now static.
17912
17913 * charset.h (charset_iso_8859_1): Remove decl.
17914 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
17915 Now static.
17916
17917 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
17918 * ccl.c (Vccl_program_table): Now static.
17919 (check_ccl_update): Remove; unused.
17920
17921 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
17922 * category.h: ... from here.
17923 * category.c (check_category_table, set_category_set): Now static.
17924
17925 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
17926 * lisp.h: Remove these decls.
17927
17928 * buffer.c (buffer_count): Remove unused var.
17929
17930 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
17931 so that it's not optimized away.
17932 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
17933 * dispextern.h (bidi_dump_cached_states): Remove, since it's
17934 exported only to the debugger.
17935
17936 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
17937 * atimer.h (run_all_atimers): Remove; not exported.
17938
17939 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
17940 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
17941 was inaccessible from Lisp.
17942 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
17943 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
17944
17945 alloc.c: Import and export fewer symbols, and remove unused items.
17946 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
17947 is defined.
17948 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
17949 it's not optimized away by whole-program optimization.
17950 (message_enable_multibyte, free_misc): Remove.
17951 (catchlist, handlerlist, mark_backtrace):
17952 Declare only if BYTE_MARK_STACK.
17953 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
17954 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
17955 (message_enable_multibyte): Remove decl.
17956 (free_misc, interval_free_list, float_block, float_block_index):
17957 (n_float_blocks, float_free_list, cons_block, cons_block_index):
17958 (cons_free_list, last_marked_index):
17959 Now static.
17960 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
17961 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
17962 (mark_backtrace): Define only if BYTE_MARK_STACK.
17963 * xdisp.c (message_enable_multibyte): Now static.
17964
17965 Declare Lisp_Object Q* variables to be 'static' if not exported.
17966 This makes it easier for human readers (and static analyzers)
17967 to see whether these variables are used from other modules.
17968 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
17969 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
17970 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
17971 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
17972 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
17973 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
17974 * xmenu.c, xselect.c:
17975 Declare Q* vars static if they are not used in other modules.
17976 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
17977 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
17978 Remove decls of unexported vars.
17979 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
17980
17981 * lisp.h (DEFINE_FUNC): Make sname 'static'.
17982
17983 Make Emacs functions such as Fatom 'static' by default.
17984 This makes it easier for human readers (and static analyzers)
17985 to see whether these functions can be called from other modules.
17986 DEFUN now defines a static function. To make the function external
17987 so that it can be used in other C modules, use the new macro DEFUE.
17988 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
17989 (Finit_image_library):
17990 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
17991 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
17992 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
17993 Remove decls, since these functions are now static.
17994 (Funintern, Fget_internal_run_time): New decls, since these functions
17995 were already external.
17996
17997 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
17998 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
17999 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
18000 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
18001 * keyboard.c, keymap.c, lread.c:
18002 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
18003 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
18004 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
18005 Mark functions with DEFUE instead of DEFUN,
18006 if they are used in other modules.
18007 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
18008 decls for now-static functions.
18009 * buffer.h (Fdelete_overlay): Remove decl.
18010 * callproc.c (Fgetenv_internal): Mark as internal.
18011 * composite.c (Fremove_list_of_text_properties): Remove decl.
18012 (Fcomposition_get_gstring): New forward static decl.
18013 * composite.h (Fcomposite_get_gstring): Remove decl.
18014 * dired.c (Ffile_attributes): New forward static decl.
18015 * doc.c (Fdocumntation_property): New forward static decl.
18016 * eval.c (Ffetch_bytecode): New forward static decl.
18017 (Funintern): Remove extern decl; now in .h file where it belongs.
18018 * fileio.c (Fmake_symbolic_link): New forward static decl.
18019 * image.c (Finit_image_library): New forward static decl.
18020 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
18021 * intervals.h (Fprevious_property_change):
18022 (Fremove_list_of_text_properties): Remove decls.
18023 * keyboard.c (Fthis_command_keys): Remove decl.
18024 (Fcommand_execute): New forward static decl.
18025 * keymap.c (Flookup_key): New forward static decl.
18026 (Fcopy_keymap): Now static.
18027 * keymap.h (Flookup_key): Remove decl.
18028 * process.c (Fget_process): New forward static decl.
18029 (Fprocess_datagram_address): Mark as internal.
18030 * syntax.c (Fsyntax_table_p): New forward static decl.
18031 (skip_chars): Remove duplicate decl.
18032 * textprop.c (Fprevious_property_change): New forward static decl.
18033 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
18034 Now internal.
18035 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
18036 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
18037
18038 * editfns.c (Fformat): Remove unreachable code.
18039
18040 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
18041
18042 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
18043 change. (Bug#8496)
18044
18045 2011-04-13 Eli Zaretskii <eliz@gnu.org>
18046
18047 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
18048 when at ZV. (Bug#8487)
18049
18050 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
18051
18052 * charset.c (Fclear_charset_maps): Use xfree instead of free.
18053 (Bug#8437)
18054 * keyboard.c (parse_tool_bar_item): Likewise.
18055 * sound.c (sound_cleanup, alsa_close): Likewise.
18056 * termcap.c (tgetent): Likewise.
18057 * xfns.c (x_default_font_parameter): Likewise.
18058 * xsettings.c (read_and_apply_settings): Likewise.
18059
18060 * alloc.c (overrun_check_malloc, overrun_check_realloc)
18061 (overrun_check_free): Protoize.
18062
18063 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
18064
18065 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
18066 since callers should never pass a negative size.
18067 Change the signature to match that of plain 'read' and 'write'; see
18068 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
18069 * lisp.h: Update prototypes of emacs_write and emacs_read.
18070
18071 2011-04-11 Eli Zaretskii <eliz@gnu.org>
18072
18073 * xdisp.c (redisplay_window): Don't try to determine the character
18074 position of the scroll margin if the window start point w->startp
18075 is outside the buffer's accessible region. (Bug#8468)
18076
18077 2011-04-10 Eli Zaretskii <eliz@gnu.org>
18078
18079 Fix write-region and its subroutines for buffers > 2GB.
18080 * fileio.c (a_write, e_write): Modify declaration of arguments and
18081 local variables to support buffers larger than 2GB.
18082 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
18083
18084 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
18085 argument, local variables, and return value.
18086
18087 * lisp.h: Update prototypes of emacs_write and emacs_read.
18088
18089 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
18090
18091 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
18092
18093 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
18094
18095 Fix more problems found by GCC 4.6.0's static checks.
18096
18097 * xdisp.c (vmessage): Use a better test for character truncation.
18098
18099 * charset.c (load_charset_map): <, not <=, for optimization,
18100 and to avoid potential problems with integer overflow.
18101 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
18102 * casetab.c (set_identity, shuffle): Likewise.
18103 * editfns.c (Fformat): Likewise.
18104 * syntax.c (skip_chars): Likewise.
18105
18106 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
18107 This also lets GCC 4.6.0 generate slightly better loop code.
18108
18109 * callint.c (Fcall_interactively): <, not <=, for optimization.
18110 (Fcall_interactively): Count the number of arguments produced,
18111 not the number of arguments given. This is simpler and lets GCC
18112 4.6.0 generate slightly better code.
18113
18114 * ftfont.c: Distingish more carefully between FcChar8 and char.
18115 The previous code passed unsigned char * to a functions like
18116 strlen and xstrcasecmp that expect char *, which does not
18117 conform to the C standard.
18118 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
18119 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
18120 char * when the C standard requires it.
18121
18122 * keyboard.c (read_char): Remove unused var.
18123
18124 * eval.c: Port to Windows vsnprintf (Bug#8435).
18125 Include <limits.h>.
18126 (SIZE_MAX): Define if the headers do not.
18127 (verror): Do not give up if vsnprintf returns a negative count.
18128 Instead, grow the buffer. This ports to Windows vsnprintf, which
18129 does not conform to C99. Problem reported by Eli Zaretskii.
18130 Also, simplify the allocation scheme, by avoiding the need for
18131 calling realloc, and removing the ALLOCATED variable.
18132
18133 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
18134
18135 Remove invocations of doprnt, as Emacs now uses vsnprintf.
18136 But keep the doprint source code for now, as we might revamp it
18137 and use it again (Bug#8435).
18138 * lisp.h (doprnt): Remove.
18139 * Makefile.in (base_obj): Remove doprnt.o.
18140 * deps.mk (doprnt.o): Remove.
18141
18142 error: Print 32- and 64-bit integers portably (Bug#8435).
18143 Without this change, on typical 64-bit hosts error ("...%d...", N)
18144 was used to print both 32- and 64-bit integers N, which relied on
18145 undefined behavior.
18146 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
18147 * lisp.h (error, verror): Mark as printf-like functions.
18148 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
18149 Report overflow in size calculations when allocating printf buffer.
18150 Do not truncate output string at its first null byte.
18151 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
18152 Truncate the output at a character boundary, since vsnprintf does not
18153 do that.
18154 * charset.c (check_iso_charset_parameter): Convert internal
18155 character to string before calling 'error', since %c now has the
18156 printf meaning.
18157 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
18158 overflow when computing char to be passed to 'error'. Do not
18159 pass Lisp_Object to 'error'; pass the integer instead.
18160 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
18161 formatted with plain %d.
18162
18163 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
18164
18165 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
18166
18167 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
18168
18169 * xterm.c (x_catch_errors): Remove duplicate declaration.
18170
18171 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
18172
18173 * xdisp.c, lisp.h (message_nolog): Remove; unused.
18174
18175 2011-04-10 Jim Meyering <meyering@redhat.com>
18176
18177 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
18178 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
18179 return ssize_t not "int", and use size_t as the buffer length.
18180 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
18181 * gnutls.h: Update declarations.
18182 * process.c (read_process_output): Use ssize_t, to match.
18183 (send_process): Likewise.
18184
18185 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
18186
18187 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
18188
18189 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
18190
18191 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
18192 Use unsigned char, to match FcChar8 type definition.
18193
18194 * xterm.c (handle_one_xevent):
18195 * xmenu.c (create_and_show_popup_menu):
18196 * xselect.c (x_decline_selection_request)
18197 (x_reply_selection_request): Avoid type-punned deref of X events.
18198
18199 2011-04-09 Eli Zaretskii <eliz@gnu.org>
18200
18201 Fix some uses of `int' instead of EMACS_INT.
18202 * search.c (string_match_1, fast_string_match)
18203 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
18204 (scan_buffer, find_next_newline_no_quit)
18205 (find_before_next_newline, search_command, Freplace_match)
18206 (Fmatch_data): Make some `int' variables be EMACS_INT.
18207
18208 * xdisp.c (display_count_lines): 3rd argument and return value now
18209 EMACS_INT. All callers changed.
18210 (pint2hrstr): Last argument is now EMACS_INT.
18211
18212 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
18213 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
18214 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
18215 (decode_coding_utf_16, decode_coding_emacs_mule)
18216 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18217 (decode_coding_ccl, decode_coding_charset)
18218 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
18219 (decode_coding_iso_2022, decode_coding_emacs_mule)
18220 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
18221 <char_offset, last_offset>: Declare EMACS_INT.
18222 (encode_coding_utf_8, encode_coding_utf_16)
18223 (encode_coding_emacs_mule, encode_invocation_designation)
18224 (encode_designation_at_bol, encode_coding_iso_2022)
18225 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
18226 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
18227 Declare EMACS_INT.
18228 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
18229 (encode_invocation_designation): Last argument P_NCHARS is now
18230 EMACS_INT.
18231 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
18232 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
18233
18234 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
18235 All users changed.
18236
18237 * ccl.c (Fccl_execute_on_string): Declare some variables
18238 EMACS_INT.
18239
18240 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
18241
18242 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
18243
18244 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
18245
18246 * process.c (Fformat_network_address): Doc fix.
18247
18248 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
18249
18250 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
18251
18252 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
18253
18254 * keyboard.c (read_char): Call Lisp function help-form-show,
18255 instead of using internal_with_output_to_temp_buffer.
18256 (Qhelp_form_show): New var.
18257 (syms_of_keyboard): Use DEFSYM macro.
18258
18259 * print.c (internal_with_output_to_temp_buffer): Function deleted.
18260
18261 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
18262
18263 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
18264
18265 * process.c (Flist_processes): Remove to Lisp.
18266 (list_processes_1): Delete.
18267
18268 2011-04-06 Eli Zaretskii <eliz@gnu.org>
18269
18270 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
18271
18272 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
18273
18274 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
18275
18276 Fix more problems found by GCC 4.6.0's static checks.
18277
18278 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
18279
18280 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
18281
18282 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
18283
18284 * xdisp.c (vmessage): Mark as a printf-like function.
18285
18286 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
18287
18288 * sound.c (sound_warning): Don't crash if arg contains a printf format.
18289
18290 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
18291 printf-like functions.
18292 (tiff_load): Add casts to remove these marks before passing them
18293 to system-supplied API.
18294
18295 * eval.c (Fsignal): Remove excess argument to 'fatal'.
18296
18297 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
18298 This avoids several warnings with gcc -Wstrict-overflow.
18299 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
18300 directly, rather than having caller test rule sign. This avoids
18301 some unnecessary tests.
18302 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
18303 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
18304 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
18305
18306 * xfont.c (xfont_text_extents): Remove var that was set but not used.
18307 (xfont_open): Avoid unnecessary tests.
18308
18309 * composite.c (composition_gstring_put_cache): Use unsigned integer.
18310
18311 * composite.h, composite.c (composition_gstring_put_cache):
18312 Use EMACS_INT, not int, for length.
18313
18314 * composite.h (COMPOSITION_DECODE_REFS): New macro,
18315 breaking out part of COMPOSITION_DECODE_RULE.
18316 (COMPOSITION_DECODE_RULE): Use it.
18317 * composite.c (get_composition_id): Remove unused local vars,
18318 by using the new macro.
18319
18320 * textprop.c (set_text_properties_1): Change while to do-while,
18321 since the condition is always true at first.
18322
18323 * intervals.c (graft_intervals_into_buffer): Mark var as used.
18324 (interval_deletion_adjustment): Return unsigned value.
18325 All uses changed.
18326
18327 * process.c (list_processes_1, create_pty, read_process_output):
18328 (exec_sentinel): Remove vars that were set but not used.
18329 (create_pty): Remove unnecessary "volatile"s.
18330 (Fnetwork_interface_info): Avoid possibility of int overflow.
18331 (read_process_output): Do adaptive read buffering even if carryover.
18332 (read_process_output): Simplify nbytes computation if buffered.
18333
18334 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
18335
18336 * syntax.c (scan_words): Remove var that was set but not used.
18337 (update_syntax_table): Use unsigned instead of int.
18338
18339 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
18340 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
18341 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
18342
18343 * print.c (print_error_message): Avoid int overflow.
18344
18345 * font.c (font_list_entities): Redo for clarity,
18346 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
18347
18348 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
18349 (font_score): Avoid potential overflow in diff calculation.
18350
18351 * fns.c (substring_both): Remove var that is set but not used.
18352 (sxhash): Redo loop for clarity and to avoid wraparound warning.
18353
18354 * eval.c (funcall_lambda): Rename local to avoid shadowing.
18355
18356 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
18357 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
18358 can always succeed if overflow has undefined behavior.
18359
18360 * search.c (boyer_moore, wordify): Remove vars set but not used.
18361 (wordify): Omit three unnecessary tests.
18362
18363 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
18364 All callers changed. This avoids the need for an unused var.
18365
18366 * casefiddle.c (casify_region): Remove var that is set but not used.
18367
18368 * dired.c (file_name_completion): Remove var that is set but not used.
18369
18370 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
18371
18372 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
18373 (Finsert_file_contents): Remove unnecessary code checking fd.
18374
18375 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
18376 Check for integer overflow on size calculations.
18377
18378 * buffer.c (Fprevious_overlay_change): Remove var that is set
18379 but not used.
18380
18381 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
18382 Remove vars that are set but not used.
18383 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
18384 (timer_check_2): Mark vars as initialized.
18385
18386 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
18387
18388 * image.c (lookup_image): Remove var that is set but not used.
18389 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
18390
18391 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
18392 that are set but not used.
18393
18394 * xfns.c (make_invisible_cursor): Don't return garbage
18395 if XCreateBitmapFromData fails (Bug#8410).
18396
18397 * xselect.c (x_get_local_selection, x_handle_property_notify):
18398 Remove vars that are set but not used.
18399
18400 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
18401 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
18402
18403 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
18404 Remove var that is set but not used.
18405 (scroll_bar_windows_size): Now size_t, not int.
18406 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
18407 Check for overflow.
18408
18409 * xfaces.c (realize_named_face): Remove vars that are set but not used.
18410 (map_tty_color) [!defined MSDOS]: Likewise.
18411
18412 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
18413
18414 * coding.c: Remove vars that are set but not used.
18415 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
18416 All callers changed.
18417 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
18418 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
18419 (decode_coding_charset): Remove vars that are set but not used.
18420
18421 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
18422 that is set but not used.
18423
18424 * print.c (print_object): Remove var that is set but not used.
18425
18426 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
18427 The gnulib version avoids calling malloc in the usual case,
18428 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
18429 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
18430 * filelock.c (current_lock_owner): Likewise.
18431 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
18432 * sysdep.c: Include allocator.h, careadlinkat.h.
18433 (emacs_no_realloc_allocator): New static constant.
18434 (emacs_readlink): New function.
18435 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
18436 ../lib/careadlinkat.h.
18437
18438 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18439
18440 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
18441 first non-nil return value).
18442
18443 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
18444
18445 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
18446 if not defined (Bug#8403).
18447
18448 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
18449
18450 * xdisp.c (display_count_lines): Remove parameter `start',
18451 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
18452 (get_char_face_and_encoding): Remove parameter `multibyte_p',
18453 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
18454 (fill_stretch_glyph_string): Remove parameters `row' and `area',
18455 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
18456 and thereabouts. All callers changed.
18457 (get_per_char_metric): Remove parameter `f', unused since
18458 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
18459
18460 2011-04-02 Jim Meyering <meyering@redhat.com>
18461
18462 do not dereference NULL upon failed strdup
18463 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
18464 (ns_get_family): Likewise.
18465
18466 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
18467
18468 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
18469
18470 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
18471
18472 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
18473 later (Bug#8403).
18474
18475 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18476
18477 Add lexical binding.
18478
18479 * window.c (Ftemp_output_buffer_show): New fun.
18480 (Fsave_window_excursion):
18481 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
18482
18483 * lread.c (lisp_file_lexically_bound_p): New function.
18484 (Fload): Bind Qlexical_binding.
18485 (readevalloop): Remove `evalfun' arg.
18486 Bind Qinternal_interpreter_environment.
18487 (Feval_buffer): Bind Qlexical_binding.
18488 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
18489 Mark as dynamic.
18490 (syms_of_lread): Declare `lexical-binding'.
18491
18492 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
18493
18494 * keyboard.c (eval_dyn): New fun.
18495 (menu_item_eval_property): Use it.
18496
18497 * image.c (parse_image_spec): Use Ffunctionp.
18498
18499 * fns.c (concat, mapcar1): Accept byte-code-functions.
18500
18501 * eval.c (Fsetq): Handle lexical vars.
18502 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
18503 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
18504 (FletX, Flet): Obey lexical binding.
18505 (Fcommandp): Handle closures.
18506 (Feval): New `lexical' arg.
18507 (eval_sub): New function extracted from Feval. Use it almost
18508 everywhere where Feval was used. Look up vars in lexical env.
18509 Handle closures.
18510 (Ffunctionp): Move from subr.el.
18511 (Ffuncall): Handle closures.
18512 (apply_lambda): Remove `eval_flags'.
18513 (funcall_lambda): Handle closures and new byte-code-functions.
18514 (Fspecial_variable_p): New function.
18515 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
18516 but without exporting it to Lisp.
18517
18518 * doc.c (Fdocumentation, store_function_docstring):
18519 * data.c (Finteractive_form): Handle closures.
18520
18521 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
18522 interactive spec.
18523
18524 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
18525 New byte-codes.
18526 (exec_byte_code): New function extracted from Fbyte_code to handle new
18527 calling convention for byte-code-functions. Add new byte-codes.
18528
18529 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
18530
18531 * alloc.c (Fmake_symbol): Init new `declared_special' field.
18532
18533 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
18534
18535 * xdisp.c (redisplay_internal): Fix prototype.
18536
18537 2011-03-31 Eli Zaretskii <eliz@gnu.org>
18538
18539 * xdisp.c (SCROLL_LIMIT): New macro.
18540 (try_scrolling): Use it when setting scroll_limit.
18541 Limit scrolling to 100 screen lines.
18542 (redisplay_window): Even when falling back on "recentering",
18543 position point in the window according to scroll-conservatively,
18544 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
18545
18546 (try_scrolling): When point is above the window, allow searching
18547 as far as scroll_max, or one screenful, to compute vertical
18548 distance from PT to the scroll margin position. This prevents
18549 try_scrolling from unnecessarily failing when
18550 scroll-conservatively is set to a value slightly larger than the
18551 window height. Clean up the case of PT below the margin at bottom
18552 of window: scroll_max can no longer be INT_MAX. When aggressive
18553 scrolling is in use, don't let point enter the opposite scroll
18554 margin as result of the scroll.
18555 (syms_of_xdisp) <scroll-conservatively>: Document the
18556 threshold of 100 lines for never-recentering scrolling.
18557
18558 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
18559
18560 * dispextern.h (move_it_by_lines):
18561 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
18562 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
18563 (message_log_check_duplicate): Remove parameters `prev_bol' and
18564 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
18565 (redisplay_internal): Remove parameter `preserve_echo_area',
18566 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
18567
18568 * indent.c (Fvertical_motion):
18569 * window.c (window_scroll_pixel_based, Frecenter):
18570 Don't pass `need_y_p' to `move_it_by_lines'.
18571
18572 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18573
18574 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
18575 steal a few bits to be more compact.
18576 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
18577 Remove unneeded casts.
18578
18579 * bytecode.c (Fbyte_code): CAR and CDR can GC.
18580
18581 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
18582
18583 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
18584 binding" message (bug#7967).
18585
18586 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
18587
18588 Fix more problems found by GCC 4.6.0's static checks.
18589
18590 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
18591 Remove unused local var.
18592
18593 * editfns.c (Fmessage_box): Remove unused local var.
18594
18595 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
18596 (note_mode_line_or_margin_highlight, note_mouse_highlight):
18597 Omit unused local vars.
18598 * window.c (shrink_windows): Omit unused local var.
18599 * menu.c (digest_single_submenu): Omit unused local var.
18600 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
18601 Omit unused local var.
18602
18603 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
18604 Don't assume string length fits in int.
18605 (keyremap_step, read_key_sequence): Use size_t for sizes.
18606 (read_key_sequence): Don't check last_real_key_start redundantly.
18607
18608 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
18609 instead of alloca (Bug#8344).
18610
18611 * eval.c (Fbacktrace): Don't assume nargs fits in int.
18612 (Fbacktrace_frame): Don't assume nframes fits in int.
18613
18614 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
18615
18616 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
18617 concerns.
18618
18619 * term.c (produce_glyphless_glyph): Remove unnecessary test.
18620
18621 * cm.c (calccost): Turn while-do into do-while, for clarity.
18622
18623 * keyboard.c (syms_of_keyboard): Use the same style as later
18624 in this function when indexing through an array. This also
18625 works around GCC bug 48267.
18626
18627 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
18628
18629 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
18630
18631 * chartab.c (sub_char_table_ref_and_range): Redo for slight
18632 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
18633
18634 * keyboard.c, keyboard.h (num_input_events): Now size_t.
18635 This avoids undefined behavior on integer overflow, and is a bit
18636 more convenient anyway since it is compared to a size_t variable.
18637
18638 Variadic C functions now count arguments with size_t, not int.
18639 This avoids an unnecessary limitation on 64-bit machines, which
18640 caused (substring ...) to crash on large vectors (Bug#8344).
18641 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
18642 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
18643 All variadic functions and their callers changed accordingly.
18644 (struct gcpro.nvars): Now size_t, not int. All uses changed.
18645 * data.c (arith_driver, float_arith_driver): Likewise.
18646 * editfns.c (general_insert_function): Likewise.
18647 * eval.c (struct backtrace.nargs, interactive_p)
18648 (internal_condition_case_n, run_hook_with_args, apply_lambda)
18649 (funcall_lambda, mark_backtrace): Likewise.
18650 * fns.c (concat): Likewise.
18651 * frame.c (x_set_frame_parameters): Likewise.
18652 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
18653 0 if not found, not -1. All callers changed.
18654
18655 * alloc.c (garbage_collect): Don't assume stack size fits in int.
18656 (stack_copy_size): Now size_t, not int.
18657 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
18658
18659 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
18660
18661 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
18662 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
18663 All callers changed.
18664
18665 * lisp.h (multibyte_char_to_unibyte):
18666 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
18667 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
18668 * character.h (CHAR_TO_BYTE8):
18669 * cmds.c (internal_self_insert):
18670 * editfns.c (general_insert_function):
18671 * keymap.c (push_key_description):
18672 * search.c (Freplace_match):
18673 * xdisp.c (message_dolog, set_message_1): All callers changed.
18674
18675 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18676
18677 * keyboard.c (safe_run_hook_funcall): New function.
18678 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
18679 don't set the hook to nil, but remove the offending function instead.
18680 (Qcommand_hook_internal): Remove, unused.
18681 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
18682 Vcommand_hook_internal.
18683
18684 * eval.c (enum run_hooks_condition): Remove.
18685 (funcall_nil, funcall_not): New functions.
18686 (run_hook_with_args): Call each function through a `funcall' argument.
18687 Remove `cond' argument, now redundant.
18688 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
18689 (Frun_hook_with_args_until_failure): Adjust accordingly.
18690 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
18691
18692 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
18693
18694 * dispextern.h (string_buffer_position): Remove declaration.
18695
18696 * print.c (strout): Remove parameter `multibyte', unused since
18697 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
18698
18699 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
18700 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
18701 All callers changed.
18702
18703 * w32.c (_wsa_errlist): Use braces for struct initializers.
18704
18705 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
18706 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
18707 All callers changed.
18708 (string_buffer_position): Likewise. Also, make static (it's never
18709 used outside xdisp.c).
18710 (cursor_row_p): Remove parameter `w', unused since
18711 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
18712 (decode_mode_spec): Remove parameter `precision', introduced during
18713 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
18714 All callers changed.
18715
18716 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18717
18718 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
18719
18720 2011-03-27 Anders Lindgren <andlind@gmail.com>
18721
18722 * nsterm.m (ns_menu_bar_is_hidden): New variable.
18723 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
18724 (ns_update_auto_hide_menu_bar): New functions.
18725 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
18726 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
18727 ns_constrain_all_frames.
18728 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
18729 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
18730
18731 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18732
18733 * nsmenu.m (runDialogAt): Remove argument to timer_check.
18734
18735 2011-03-27 Glenn Morris <rgm@gnu.org>
18736
18737 * syssignal.h: Replace RETSIGTYPE with void.
18738 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
18739 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
18740 Replace SIGTYPE with void everywhere.
18741 * s/usg5-4-common.h (SIGTYPE): Remove definition.
18742 * s/template.h (SIGTYPE): Remove commented out definition.
18743
18744 2011-03-26 Eli Zaretskii <eliz@gnu.org>
18745
18746 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
18747 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
18748
18749 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
18750
18751 * w32.c (read_unc_volume): Use parameter `henum', instead of
18752 global variable `wget_enum_handle'.
18753
18754 * keymap.c (describe_vector): Remove parameters `indices' and
18755 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
18756 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
18757
18758 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
18759
18760 * keyboard.c (timer_check): Remove parameter `do_it_now',
18761 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
18762 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
18763 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
18764
18765 * keyboard.c (read_char):
18766 * w32menu.c (w32_menu_display_help):
18767 * xmenu.c (show_help_event, menu_help_callback):
18768 Adjust calls to `show_help_echo'.
18769
18770 * gtkutil.c (xg_maybe_add_timer):
18771 * keyboard.c (readable_events):
18772 * process.c (wait_reading_process_output):
18773 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
18774
18775 * insdel.c (adjust_markers_gap_motion):
18776 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
18777 (gap_left, gap_right): Don't call it.
18778
18779 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
18780
18781 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
18782 incurred during fontification.
18783
18784 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
18785
18786 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
18787 (DEFVAR_PER_BUFFER): Don't pass it.
18788
18789 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
18790 (scrolling_window): Don't pass it.
18791
18792 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
18793
18794 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
18795
18796 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
18797 and `suffix'.
18798 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
18799 of variables specific to SELinux and computation of `encoded_absname'.
18800
18801 * image.c (XPutPixel): Remove unused variable `height'.
18802
18803 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
18804
18805 * unexw32.c (get_section_info): Remove unused variable `section'.
18806
18807 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
18808 (system_process_attributes): Remove unused variable `sess'.
18809 (sys_read): Remove unused variable `err'.
18810
18811 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
18812 (w32_wnd_proc): Remove unused variable `isdead'.
18813 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
18814 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
18815 (x_create_tip_frame): Remove unused variable `tem'.
18816
18817 * w32inevt.c (w32_console_read_socket):
18818 Remove unused variable `no_events'.
18819
18820 * w32term.c (x_draw_composite_glyph_string_foreground):
18821 Remove unused variable `width'.
18822
18823 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
18824
18825 * w32term.c (x_set_glyph_string_clipping):
18826 Don't pass uninitialized region to CombineRgn.
18827
18828 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
18829
18830 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
18831 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
18832 (Fx_close_connection): Remove unused variable `i'.
18833
18834 * w32font.c (w32font_draw): Return number of glyphs.
18835 (w32font_open_internal): Remove unused variable `i'.
18836 (w32font_driver): Add missing initializer.
18837
18838 * w32menu.c (utf8to16): Remove unused variable `utf16'.
18839 (fill_in_menu): Remove unused variable `items_added'.
18840
18841 * w32term.c (last_mouse_press_frame): Remove static global variable.
18842 (w32_clip_to_row): Remove unused variable `f'.
18843 (x_delete_terminal): Remove unused variable `i'.
18844
18845 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
18846 (NOTHING): Remove unused static global variable.
18847 (uniscribe_check_otf): Remove unused variable `table'.
18848 (uniscribe_font_driver): Add missing initializers.
18849
18850 2011-03-23 Julien Danjou <julien@danjou.info>
18851
18852 * term.c (Fsuspend_tty, Fresume_tty):
18853 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
18854 * window.c (temp_output_buffer_show):
18855 * insdel.c (signal_before_change):
18856 * frame.c (Fhandle_switch_frame):
18857 * fileio.c (Fdo_auto_save):
18858 * emacs.c (Fkill_emacs):
18859 * editfns.c (save_excursion_restore):
18860 * cmds.c (internal_self_insert):
18861 * callint.c (Fcall_interactively):
18862 * buffer.c (Fkill_all_local_variables):
18863 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
18864 Use Frun_hooks.
18865 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
18866 unconditionally since it does the check itself.
18867
18868 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
18869
18870 Fix more problems found by GCC 4.5.2's static checks.
18871
18872 * coding.c (encode_coding_raw_text): Avoid unnecessary test
18873 the first time through the loop, since we know p0 < p1 then.
18874 This also avoids a gcc -Wstrict-overflow warning.
18875
18876 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
18877 leading to a memory leak, possible in functions like
18878 load_charset_map_from_file that can allocate an unbounded number
18879 of objects (Bug#8318).
18880
18881 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
18882 that could (at least in theory) be that large.
18883
18884 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
18885 This is less likely to overflow, and avoids undefined behavior if
18886 overflow does occur. All callers changed. Use strtoul to scan
18887 for the unsigned long integer.
18888 (pint2hrstr): Simplify and tune code slightly.
18889 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
18890
18891 * scroll.c (do_scrolling): Work around GCC bug 48228.
18892 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
18893
18894 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
18895 This also avoids a warning with gcc -Wstrict-overflow.
18896 (validate_x_resource_name): Simplify count usage.
18897 This also avoids a warning with gcc -Wstrict-overflow.
18898
18899 * fileio.c (Fcopy_file): Report error if fchown or fchmod
18900 fail (Bug#8306).
18901
18902 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
18903
18904 * process.c (Fmake_network_process): Use socklen_t, not int,
18905 where POSIX says socklen_t is required in portable programs.
18906 This fixes a porting bug on hosts like 64-bit HP-UX, where
18907 socklen_t is wider than int (Bug#8277).
18908 (Fmake_network_process, server_accept_connection):
18909 (wait_reading_process_output, read_process_output):
18910 Likewise.
18911
18912 * process.c: Rename or move locals to avoid shadowing.
18913 (list_processes_1, Fmake_network_process):
18914 (read_process_output_error_handler, exec_sentinel_error_handler):
18915 Rename or move locals.
18916 (Fmake_network_process): Define label "retry_connect" only if needed.
18917 (Fnetwork_interface_info): Fix pointer signedness.
18918 (process_send_signal): Add cast to avoid pointer signedness problem.
18919 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
18920 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
18921
18922 Make tparam.h and terminfo.c consistent.
18923 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
18924 Include tparam.h instead, since it declares them.
18925 * cm.h (PC): Remove extern decl; tparam.h now does this.
18926 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
18927 * terminfo.c: Include tparam.h, to check interfaces.
18928 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
18929 (tparam): Adjust signature to match interface in tparam.h;
18930 this removes some undefined behavior. Check that outstring and len
18931 are zero, which they always are with Emacs.
18932 * tparam.h (PC, BC, UP): New extern decls.
18933
18934 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
18935 (xftfont_open): Rename locals to avoid shadowing.
18936
18937 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
18938 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
18939 (OTF_TAG_SYM): Omit macro if not needed.
18940 (ftfont_list): Remove unused local.
18941 (get_adstyle_property, ftfont_pattern_entity):
18942 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
18943 Rename locals to avoid shadowing.
18944
18945 * xfont.c (xfont_list_family): Mark var as initialized.
18946
18947 * xml.c (make_dom): Now static.
18948
18949 * composite.c (composition_compute_stop_pos): Rename local to
18950 avoid shadowing.
18951 (composition_reseat_it): Remove unused locals.
18952 (find_automatic_composition, composition_adjust_point): Likewise.
18953 (composition_update_it): Mark var as initialized.
18954 (find_automatic_composition): Mark vars as initialized,
18955 with a FIXME (Bug#8290).
18956
18957 character.h: Rename locals to avoid shadowing.
18958 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
18959 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
18960 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
18961 (BUF_DEC_POS): Be more systematic about renaming local temporaries
18962 to avoid shadowing.
18963
18964 * textprop.c (property_change_between_p): Remove; unused.
18965
18966 * intervals.c (interval_start_pos): Now static.
18967
18968 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
18969
18970 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
18971 Rename locals to avoid shadowing.
18972
18973 * sound.c (wav_play, au_play, Fplay_sound_internal):
18974 Fix pointer signedness.
18975 (alsa_choose_format): Remove unused local var.
18976 (wav_play): Initialize a variable to 0, to prevent undefined
18977 behavior (Bug#8278).
18978
18979 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
18980
18981 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
18982
18983 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
18984 clobbering (Bug#8298).
18985 * sysdep.c (sys_subshell): Likewise.
18986 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
18987
18988 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
18989 This should get cleaned up, so that child_setup has the
18990 same signature on all platforms.
18991
18992 * callproc.c (call_process_cleanup): Now static.
18993 (relocate_fd): Rename locals to avoid shadowing.
18994
18995 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
18996
18997 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
18998 not to be necessary, and produces flickering.
18999
19000 2011-03-20 Glenn Morris <rgm@gnu.org>
19001
19002 * config.in: Remove file.
19003
19004 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
19005
19006 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
19007 are now in src/globals.h.
19008 (syms_of_minibuf): Remove spurious & from previous change.
19009
19010 2011-03-20 Leo Liu <sdl.web@gmail.com>
19011
19012 * minibuf.c (completing-read-function): New variable.
19013 (completing-read-default): Rename from completing-read.
19014 (completing-read): Call completing-read-function.
19015
19016 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
19017
19018 * xfaces.c (Fx_load_color_file):
19019 Read color file from absolute filename (bug#8250).
19020
19021 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
19022
19023 * makefile.w32-in: Update dependencies.
19024
19025 2011-03-17 Eli Zaretskii <eliz@gnu.org>
19026
19027 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
19028
19029 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
19030
19031 Fix more problems found by GCC 4.5.2's static checks.
19032
19033 * process.c (make_serial_process_unwind, send_process_trap):
19034 (sigchld_handler): Now static.
19035
19036 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
19037 That way, the code declares only the vars that it needs.
19038 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
19039 * s/cygwin.h (PTY_ITERATION): Likewise.
19040 * s/darwin.h (PTY_ITERATION): Likewise.
19041 * s/gnu-linux.h (PTY_ITERATION): Likewise.
19042
19043 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
19044 * process.c (allocate_pty): Don't declare stb unless it's needed.
19045
19046 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
19047 (CONSTANTLIM): Remove; unused.
19048 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
19049 Define only if needed.
19050
19051 * unexelf.c (unexec): Name an expression,
19052 to avoid gcc -Wbad-function-cast warning.
19053 Use a different way to cause a compilation error if anyone uses
19054 n rather than nn, a way that does not involve shadowing.
19055 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
19056
19057 * deps.mk (unexalpha.o): Remove; unused.
19058
19059 New file unexec.h, the (simple) interface for unexec (Bug#8267).
19060 * unexec.h: New file.
19061 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
19062 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
19063 Depend on unexec.h.
19064 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
19065 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
19066 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
19067 Change as necessary to match prototype in unexec.h.
19068
19069 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
19070 shadowing.
19071 (back_comment, skip_chars): Mark vars as initialized.
19072
19073 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
19074 Rename locals to avoid shadowing.
19075
19076 * lread.c (read1): Rewrite so as not to use empty "else".
19077 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
19078
19079 * print.c (Fredirect_debugging_output): Fix pointer signedess.
19080
19081 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
19082 warning when compiling print.c.
19083
19084 * font.c (font_unparse_fcname): Abort in an "impossible" situation
19085 instead of using an uninitialized var.
19086 (font_sort_entities): Mark var as initialized.
19087
19088 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
19089
19090 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
19091 pointers to constants.
19092 (font_parse_fcname): Remove unused vars.
19093 (font_delete_unmatched): Now static.
19094 (font_get_spec): Remove; unused.
19095 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
19096 (font_update_drivers, Ffont_get_glyphs, font_add_log):
19097 Rename or move locals to avoid shadowing.
19098
19099 * fns.c (require_nesting_list, require_unwind): Now static.
19100 (Ffillarray): Rename locals to avoid shadowing.
19101
19102 * floatfns.c (domain_error2): Define only if needed.
19103 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
19104
19105 * alloc.c (mark_backtrace): Move decl from here ...
19106 * lisp.h: ... to here, so that it can be checked.
19107
19108 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
19109 (Fdefvar): Rewrite so as not to use empty "else".
19110 (lisp_indirect_variable): Name an expression,
19111 to avoid gcc -Wbad-function-cast warning.
19112 (Fdefvar): Rename locals to avoid shadowing.
19113
19114 * callint.c (quotify_arg, quotify_args): Now static.
19115 (Fcall_interactively): Rename locals to avoid shadowing.
19116 Use const pointer when appropriate.
19117
19118 * lisp.h (get_system_name, get_operating_system_release):
19119 Move decls here, to check interfaces.
19120 * process.c (get_operating_system_release): Move decl to lisp.h.
19121 * xrdb.c (get_system_name): Likewise.
19122 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
19123 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
19124 some of which prompt warnings from gcc -Wbad-function-cast.
19125 (Fformat_time_string, Fencode_time, Finsert_char):
19126 (Ftranslate_region_internal, Fformat):
19127 Rename or remove local vars to avoid shadowing.
19128 (Ftranslate_region_internal): Mark var as initialized.
19129
19130 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
19131 avoid shadowing.
19132
19133 * lisp.h (eassert): Check that the argument compiles, even if
19134 ENABLE_CHECKING is not defined.
19135
19136 * data.c (Findirect_variable): Name an expression, to avoid
19137 gcc -Wbad-function-cast warning.
19138 (default_value, arithcompare, arith_driver, arith_error): Now static.
19139 (store_symval_forwarding): Rename local to avoid shadowing.
19140 (Fmake_variable_buffer_local, Fmake_local_variable):
19141 Mark variables as initialized.
19142 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
19143
19144 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
19145 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
19146 Rename locals to avoid shadowing.
19147 (mark_stack): Move local variables into the #ifdef region where
19148 they're used.
19149 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
19150 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
19151 needed otherwise.
19152 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
19153 (GC_STRING_CHARS): Remove; not used.
19154 (Fmemory_limit): Cast sbrk's returned value to char *.
19155
19156 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
19157 avoids undefined behavior in theory.
19158
19159 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
19160
19161 Use functions, not macros, for up- and down-casing (Bug#8254).
19162 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
19163 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
19164 to use the following functions instead of these macros.
19165 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
19166 EMACS_INT, since callers assume the returned value fits in int.
19167 (upcase1): Likewise, for UPCASE_TABLE.
19168 (uppercasep, lowercasep, upcase): New static inline functions.
19169 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
19170 the race-condition problem in the old DOWNCASE.
19171
19172 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
19173 Rename locals to avoid shadowing.
19174 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
19175 (regex_compile, re_search_2, re_match_2_internal):
19176 Remove unused local vars.
19177 (FREE_VAR): Rewrite so as not to use empty "else",
19178 which gcc can warn about.
19179 (regex_compile, re_match_2_internal): Mark locals as initialized.
19180 (RETALLOC_IF): Define only if needed.
19181 (WORDCHAR_P): Likewise. This one is never needed, but is used
19182 only in a comment talking about a compiler bug, so put inside
19183 the #if 0 of that comment.
19184 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
19185 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
19186 Remove; unused.
19187
19188 * search.c (boyer_moore): Rename locals to avoid shadowing.
19189 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
19190 (PREV_CHAR_BOUNDARY): Likewise.
19191
19192 * search.c (simple_search): Remove unused var.
19193
19194 * dired.c (compile_pattern): Move decl from here ...
19195 * lisp.h: ... to here, so that it can be checked.
19196 (struct re_registers): New forward decl.
19197
19198 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
19199
19200 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
19201 All uses changed.
19202 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
19203 Rename locals to avoid shadowing.
19204 (Fvertical_motion): Mark locals as initialized.
19205
19206 * casefiddle.c (casify_object, casify_region): Now static.
19207 (casify_region): Mark local as initialized.
19208
19209 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
19210
19211 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
19212 New macros, so that the caller can use some names other than
19213 gcpro1, gcpro2, etc.
19214 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
19215 of the new macros.
19216 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
19217 argument, for consistency with GCPRO2_VAR, etc: it is now the
19218 prefix of the variable, not the variable itself. All uses
19219 changed.
19220 * dired.c (directory_files_internal, file_name_completion):
19221 Rename locals to avoid shadowing.
19222
19223 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
19224 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
19225 dired.c's scmp function, had undefined behavior.
19226 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
19227 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
19228 * buffer.h: ... to here, because these macros use current_buffer,
19229 and the new implementation with inline functions needs to have
19230 current_buffer in scope now, rather than later when the macros
19231 are used.
19232 (downcase, upcase1): New static inline functions.
19233 (DOWNCASE, UPCASE1): Reimplement using these functions.
19234 This avoids undefined behavior in expressions like
19235 DOWNCASE (x) == DOWNCASE (y), which previously suffered
19236 from race conditions in accessing the global variables
19237 case_temp1 and case_temp2.
19238 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
19239 * lisp.h (case_temp1, case_temp2): Remove their decls.
19240 * character.h (ASCII_CHAR_P): Move from here ...
19241 * lisp.h: ... to here, so that the inline functions mentioned
19242 above can use them.
19243
19244 * dired.c (directory_files_internal_unwind): Now static.
19245
19246 * fileio.c (file_name_as_directory, directory_file_name):
19247 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
19248 Now static.
19249 (file_name_as_directory): Use const pointers when appropriate.
19250 (Fexpand_file_name): Likewise. In particular, newdir might
19251 point at constant storage, so make it a const pointer.
19252 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
19253 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
19254 signedness issues.
19255 (Fset_file_times, Finsert_file_contents, auto_save_error):
19256 Rename locals to avoid shadowing.
19257
19258 * minibuf.c (choose_minibuf_frame_1): Now static.
19259 (Ftry_completion, Fall_completions): Rename or remove locals
19260 to avoid shadowing.
19261
19262 * marker.c (bytepos_to_charpos): Remove; unused.
19263
19264 * lisp.h (verify_bytepos, count_markers): New decls,
19265 so that gcc does not warn that these functions aren't declared.
19266
19267 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
19268 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
19269 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
19270 (copy_text): Remove unused local var.
19271
19272 * filelock.c (within_one_second): Now static.
19273 (lock_file_1): Rename local to avoid shadowing.
19274
19275 * buffer.c (fix_overlays_before): Mark locals as initialized.
19276 (fix_start_end_in_overlays): Likewise. This function should be
19277 simplified by using pointers-to-pointers, but that's a different
19278 matter.
19279 (switch_to_buffer_1): Now static.
19280 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
19281 (report_overlay_modification): Rename locals to avoid shadowing.
19282
19283 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
19284 Fix pointer signedness issue.
19285 (sys_subshell): Mark local as volatile if checking for lint,
19286 to suppress a gcc -Wclobbered warning that does not seem to be right.
19287 (MAXPATHLEN): Define only if needed.
19288
19289 * process.c (serial_open, serial_configure): Move decls from here ...
19290 * systty.h: ... to here, so that they can be checked.
19291
19292 * fns.c (get_random, seed_random): Move extern decls from here ...
19293 * lisp.h: ... to here, so that they can be checked.
19294
19295 * sysdep.c (reset_io): Now static.
19296 (wait_for_termination_signal): Remove; unused.
19297
19298 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
19299 (copy_keymap_item, append_key, push_text_char_description):
19300 Now static.
19301 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
19302 (DENSE_TABLE_SIZE): Remove; unused.
19303 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
19304 (describe_map_tree):
19305 Rename locals to avoid shadowing.
19306
19307 * keyboard.c: Declare functions static if they are not used elsewhere.
19308 (echo_char, echo_dash, cmd_error, top_level_2):
19309 (poll_for_input, handle_async_input): Now static.
19310 (read_char, kbd_buffer_get_event, make_lispy_position):
19311 (make_lispy_event, make_lispy_movement, apply_modifiers):
19312 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
19313 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
19314 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
19315 (read_key_sequence, read_char): Mark locals as initialized.
19316 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
19317
19318 * keyboard.h (make_ctrl_char): New decl.
19319 (mark_kboards): Move decl here ...
19320 * alloc.c (mark_kboards): ... from here.
19321
19322 * lisp.h (force_auto_save_soon): New decl.
19323
19324 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
19325 (DEFINE_DUMMY_FUNCTION): New macro.
19326 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
19327 Use it.
19328 (main): Add casts to avoid warnings
19329 if GCC considers string literals to be constants.
19330
19331 * lisp.h (fatal_error_signal): Add decl, since it's exported.
19332
19333 * dbusbind.c: Pointer signedness fixes.
19334 (xd_signature, xd_append_arg, xd_initialize):
19335 (Fdbus_call_method, Fdbus_call_method_asynchronously):
19336 (Fdbus_method_return_internal, Fdbus_method_error_internal):
19337 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
19338 (Fdbus_register_signal): Use SSDATA when the context wants char *.
19339
19340 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
19341 if GCC considers string literals to be constants.
19342 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
19343
19344 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19345
19346 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
19347 (print_preprocess, print_object): New macro to fix last change.
19348
19349 * print.c (print_preprocess): Don't forget font objects.
19350
19351 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
19352
19353 * emacs.c (USAGE3): Doc fixes.
19354
19355 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
19356
19357 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
19358 structure.
19359
19360 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
19361
19362 * lisp.h (VWindow_system, Qfile_name_history):
19363 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
19364 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
19365 (w32_system_caret_x, w32_system_caret_y): Declare extern.
19366
19367 * w32select.c: Don't #include "keyboard.h".
19368 (run_protected): Add extern declaration for waiting_for_input.
19369
19370 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
19371 * w32console.c (detect_input_pending, read_input_pending)
19372 (encode_terminal_code):
19373 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
19374 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
19375 (w32_system_caret_y, Qfile_name_history):
19376 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
19377 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
19378 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
19379 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
19380 * w32proc.c (Qlocal, report_file_error):
19381 * w32term.c (Vwindow_system, updating_frame):
19382 * w32uniscribe.c (initialized, uniscribe_font_driver):
19383 Remove unneeded extern declarations.
19384
19385 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
19386
19387 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
19388
19389 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
19390
19391 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
19392 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
19393 These macros can no longer be used for assignment.
19394
19395 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
19396 Assign struct members directly, instead of using BUF_BEGV etc.
19397 (record_buffer_markers, fetch_buffer_markers): New functions for
19398 recording and fetching special buffer markers.
19399 (set_buffer_internal_1, set_buffer_temp): Use them.
19400
19401 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
19402
19403 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
19404
19405 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
19406 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
19407
19408 * xdisp.c (hscroll_window_tree):
19409 (reconsider_clip_changes): Use PT instead of BUF_PT.
19410
19411 2011-03-13 Eli Zaretskii <eliz@gnu.org>
19412
19413 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
19414 $(EMACS_ROOT)/lib/intprops.h.
19415
19416 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
19417
19418 Fix more problems found by GCC 4.5.2's static checks.
19419
19420 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
19421 to unsigned char * to avoid compiler diagnostic.
19422 (xg_free_frame_widgets): Make it clear that a local variable is
19423 needed only if USE_GTK_TOOLTIP.
19424 (gdk_window_get_screen): Make it clear that this macro is needed
19425 only if USE_GTK_TOOLTIP.
19426 (int_gtk_range_get_value): New function, which avoids a diagnostic
19427 from gcc -Wbad-function-cast.
19428 (xg_set_toolkit_scroll_bar_thumb): Use it.
19429 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
19430 diagnostic from gcc -Wbad-function-cast.
19431 (get_utf8_string, xg_get_file_with_chooser):
19432 Rename locals to avoid shadowing.
19433 (create_dialog): Move locals to avoid shadowing.
19434
19435 * xgselect.c (xg_select): Remove unused var.
19436
19437 * image.c (four_corners_best): Mark locals as initialized.
19438 (gif_load): Initialize transparent_p to zero (Bug#8238).
19439 Mark another local as initialized.
19440 (my_png_error, my_error_exit): Mark with NO_RETURN.
19441
19442 * image.c (clear_image_cache): Now static.
19443 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
19444 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
19445 (x_edge_detection): Remove unnecessary cast that
19446 gcc -Wbad-function-cast diagnoses.
19447 (gif_load): Fix pointer signedness.
19448 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
19449 (jpeg_load, gif_load): Rename locals to avoid shadowing.
19450
19451 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
19452
19453 Improve quality of tests for time stamp overflow.
19454 For example, without this patch (encode-time 0 0 0 1 1
19455 1152921504606846976) returns the obviously-bogus value (-948597
19456 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
19457 reports time overflow. See
19458 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
19459 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
19460 * editfns.c: Include limits.h and intprops.h.
19461 (TIME_T_MIN, TIME_T_MAX): New macros.
19462 (time_overflow): Move earlier, to before first use.
19463 (hi_time, lo_time): New functions, for an accurate test for
19464 out-of-range times.
19465 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
19466 (Fget_internal_run_time): Don't assume time_t fits in int.
19467 (make_time): Use list2 instead of Fcons twice.
19468 (Fdecode_time): More accurate test for out-of-range times.
19469 (check_tm_member): New function.
19470 (Fencode_time): Use it, to test for out-of-range times.
19471 (lisp_time_argument): Don't rely on undefined left-shift and
19472 right-shift behavior when checking for time stamp overflow.
19473
19474 * editfns.c (time_overflow): New function, refactoring common code.
19475 (Fformat_time_string, Fdecode_time, Fencode_time):
19476 (Fcurrent_time_string): Use it.
19477
19478 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
19479 * dired.c (make_time): Move to ...
19480 * editfns.c (make_time): ... here.
19481 * systime.h: Note the move.
19482
19483 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19484
19485 * fringe.c (update_window_fringes): Remove unused variables.
19486
19487 * unexmacosx.c (copy_data_segment): Also copy __got section.
19488 (Bug#8223)
19489
19490 2011-03-12 Eli Zaretskii <eliz@gnu.org>
19491
19492 * termcap.c [MSDOS]: Include "msdos.h".
19493 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
19494 Constify `char *' arguments and their references according to
19495 prototypes in tparam.h.
19496
19497 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
19498
19499 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
19500 Adapt all references accordingly.
19501
19502 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
19503
19504 2011-03-11 Tom Tromey <tromey@redhat.com>
19505
19506 * buffer.c (syms_of_buffer): Remove obsolete comment.
19507
19508 2011-03-11 Eli Zaretskii <eliz@gnu.org>
19509
19510 * termhooks.h (encode_terminal_code): Declare prototype.
19511
19512 * msdos.c (encode_terminal_code): Don't declare prototype.
19513
19514 * term.c (encode_terminal_code): Now external again, used by
19515 w32console.c and msdos.c.
19516
19517 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
19518 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
19519
19520 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
19521
19522 Fix some minor problems found by GCC 4.5.2's static checks.
19523
19524 * fringe.c (update_window_fringes): Mark locals as initialized
19525 (Bug#8227).
19526 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
19527
19528 * alloc.c (mark_fringe_data): Move decl from here ...
19529 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
19530 to check its interface.
19531 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
19532
19533 * fontset.c (free_realized_fontset): Now static.
19534 (Fset_fontset_font): Rename local to avoid shadowing.
19535 (fontset_font): Mark local as initialized.
19536 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
19537
19538 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
19539
19540 * xselect.c (x_disown_buffer_selections): Remove; not used.
19541 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
19542 (x_own_selection, Fx_disown_selection_internal): Rename locals
19543 to avoid shadowing.
19544 (x_handle_dnd_message): Remove local to avoid shadowing.
19545
19546 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
19547 so that the caller can use some name other than gcpro1.
19548 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
19549 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
19550 (Fx_backspace_delete_keys_p):
19551 Use them to avoid shadowing, and rename vars to avoid shadowing.
19552 (x_decode_color, x_set_name, x_window): Now static.
19553 (Fx_create_frame): Add braces to silence GCC warning.
19554 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
19555 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
19556 Remove unused locals.
19557 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
19558 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
19559 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
19560 macros.
19561
19562 * xterm.h (x_mouse_leave): New decl.
19563
19564 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
19565 Remove unused functions.
19566 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
19567 (x_calc_absolute_position): Now static.
19568 (XTread_socket): Don't define label "out" unless it's used.
19569 Don't declare local "event" unless it's used.
19570 (x_iconify_frame, x_free_frame_resources): Don't declare locals
19571 unless they are used.
19572 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
19573 (x_fatal_error_signal): Remove; not used.
19574 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
19575 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
19576 (x_error_catcher, x_connection_closed, x_error_handler):
19577 (x_error_quitter, xembed_send_message, x_iconify_frame):
19578 (my_log_handler): Rename locals to avoid shadowing.
19579 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
19580 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
19581
19582 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
19583 Rename or move locals to avoid shadowing.
19584 (tty_defined_color, merge_face_heights): Now static.
19585 (free_realized_faces_for_fontset): Remove; not used.
19586 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
19587 does not deduce is never used uninitialized.
19588 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
19589 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
19590
19591 * terminal.c (store_terminal_param): Now static.
19592
19593 * xmenu.c (menu_highlight_callback): Now static.
19594 (set_frame_menubar): Remove unused local.
19595 (xmenu_show): Rename parameter to avoid shadowing.
19596 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
19597 since they might point to immutable storage.
19598 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
19599 since it's unused otherwise.
19600
19601 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
19602 Add a FIXME, since the code still doesn't look right. (Bug#8215)
19603 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
19604 avoids a gcc -Wuninitialized diagnostic.
19605 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
19606 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
19607 does not deduce are never used uninitialized.
19608
19609 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
19610
19611 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
19612 * window.c (window_loop, size_window):
19613 (run_window_configuration_change_hook, enlarge_window): Likewise.
19614
19615 * window.c (display_buffer): Now static.
19616 (size_window): Mark variables that gcc -Wuninitialized
19617 does not deduce are never used uninitialized.
19618 * window.h (check_all_windows): New decl, to forestall
19619 gcc -Wmissing-prototypes diagnostic.
19620 * dispextern.h (bidi_dump_cached_states): Likewise.
19621
19622 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
19623 shadowing.
19624 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
19625 Include <limits.h>.
19626 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
19627 and to avoid gcc -Wuninitialized warning.
19628 (load_charset_map): Mark variables that gcc -Wuninitialized
19629 does not deduce are never used uninitialized.
19630 (load_charset): Abort instead of using uninitialized var (Bug#8229).
19631
19632 * coding.c (coding_set_source, coding_set_destination):
19633 Use "else { /* comment */ }" rather than "else /* comment */;"
19634 for clarity, and to avoid gcc -Wempty-body warning.
19635 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
19636 a block, when the outer 'i' will do.
19637 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
19638 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
19639 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
19640 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
19641 (Fdecode_sjis_char, Fdefine_coding_system_internal):
19642 Rename locals to avoid shadowing.
19643 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
19644 * coding.c (emacs_mule_char, encode_invocation_designation):
19645 Now static, since they're not used elsewhere.
19646 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
19647 (decode_coding_object, encode_coding_object, detect_coding_system):
19648 (decode_coding_emacs_mule): Mark variables that gcc
19649 -Wuninitialized does not deduce are never used uninitialized.
19650 (detect_coding_iso_2022): Initialize a local variable that might
19651 be used uninitialized. Leave a FIXME because it's not clear that
19652 this initialization is needed. (Bug#8211)
19653 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
19654 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
19655 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
19656 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
19657 Remove unused macros.
19658
19659 * category.c (hash_get_category_set): Remove unused local var.
19660 (copy_category_table): Now static, since it's not used elsewhere.
19661 * character.c (string_count_byte8): Likewise.
19662
19663 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
19664 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
19665
19666 * chartab.c (copy_sub_char_table): Now static, since it's not used
19667 elsewhere.
19668 (sub_char_table_ref_and_range, char_table_ref_and_range):
19669 Rename locals to avoid shadowing.
19670 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
19671
19672 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
19673 (BIDI_BOB): Remove unused macro.
19674
19675 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
19676 deduce are never used uninitialized.
19677 * term.c (encode_terminal_code): Likewise.
19678
19679 * term.c (encode_terminal_code): Now static. Remove unused local.
19680
19681 * tparam.h: New file.
19682 * term.c, tparam.h: Include it.
19683 * deps.mk (term.o, tparam.o): Depend on tparam.h.
19684 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
19685 Move these decls to tparam.h, and make them agree with what
19686 is actually in tparam.c. The previous trick of using incompatible
19687 decls in different modules does not conform to the C standard.
19688 All callers of tparam changed to use tparam's actual API.
19689 * tparam.c (tparam1, tparam, tgoto):
19690 Use const pointers where appropriate.
19691
19692 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
19693 * cm.h (struct cm): Likewise.
19694 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
19695 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
19696 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
19697 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
19698 (turn_on_face, init_tty): Likewise.
19699 * termchar.h (struct tty_display_info): Likewise.
19700
19701 * term.c (term_mouse_position): Rename local to avoid shadowing.
19702
19703 * alloc.c (mark_ttys): Move decl from here ...
19704 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
19705
19706 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
19707
19708 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
19709
19710 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
19711
19712 * search.c (compile_pattern_1): Remove argument regp, unused since
19713 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
19714 (compile_pattern): Don't pass it.
19715
19716 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
19717
19718 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
19719 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
19720 for ! HAVE_GTK3.
19721 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
19722
19723 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
19724
19725 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
19726 gdk_window_get_screen, gdk_window_get_geometry,
19727 gdk_x11_window_lookup_for_display and GDK_KEY_g.
19728 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
19729 (xg_get_pixbuf_from_pixmap): New function.
19730 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
19731 to Pixmap, take frame as parameter, remove GdkColormap parameter.
19732 Call xg_get_pixbuf_from_pixmap instead of
19733 gdk_pixbuf_get_from_drawable.
19734 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
19735 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
19736 (xg_check_special_colors): Use GtkStyleContext and its functions
19737 for HAVE_GTK3.
19738 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
19739 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
19740 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
19741 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
19742 Call gtk_widget_get_preferred_size.
19743 (xg_frame_resized): gdk_window_get_geometry only takes 5
19744 parameters.
19745 (xg_win_to_widget, xg_event_is_for_menubar):
19746 Call gdk_x11_window_lookup_for_display.
19747 (xg_set_widget_bg): New function.
19748 (delete_cb): New function.
19749 (xg_create_frame_widgets): Connect delete-event to delete_cb.
19750 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
19751 (xg_set_background_color): Call xg_set_widget_bg.
19752 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
19753 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
19754 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
19755 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
19756 if ! HAVE_GTK3.
19757 (update_frame_tool_bar): Call gtk_widget_hide.
19758 (xg_initialize): Use GDK_KEY_g.
19759
19760 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
19761 if ! HAVE_GTK3
19762 (x_session_initialize): Call gdk_x11_set_sm_client_id.
19763
19764 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
19765 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
19766 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
19767
19768 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
19769
19770 * w32xfns.c (select_palette): Check success of RealizePalette against
19771 GDI_ERROR, not zero.
19772
19773 See ChangeLog.11 for earlier changes.
19774
19775 ;; Local Variables:
19776 ;; coding: utf-8
19777 ;; End:
19778
19779 Copyright (C) 2011-2013 Free Software Foundation, Inc.
19780
19781 This file is part of GNU Emacs.
19782
19783 GNU Emacs is free software: you can redistribute it and/or modify
19784 it under the terms of the GNU General Public License as published by
19785 the Free Software Foundation, either version 3 of the License, or
19786 (at your option) any later version.
19787
19788 GNU Emacs is distributed in the hope that it will be useful,
19789 but WITHOUT ANY WARRANTY; without even the implied warranty of
19790 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19791 GNU General Public License for more details.
19792
19793 You should have received a copy of the GNU General Public License
19794 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.