* nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
[bpt/emacs.git] / src / ChangeLog
CommitLineData
8f4635e9
JD
12012-09-23 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
4 background rect may be larger (Bug#12445).
5
3296976d
CY
62012-09-23 Chong Yidong <cyd@gnu.org>
7
8 * keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
9
d41e491e
PE
102012-09-22 Paul Eggert <eggert@cs.ucla.edu>
11
12 * .gdbinit: Just stop at fatal_error_backtrace.
13 See Stefan Monnier's request in
14 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00549.html>.
15 Remove no-longer-used query of system type.
16
c88b867f
CY
172012-09-22 Chong Yidong <cyd@gnu.org>
18
19 * search.c (Freplace_match): Doc fix (Bug#12325).
20
21 * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391).
22
23 * editfns.c (Fline_beginning_position): Doc fix (Bug#12416).
24 (Fline_end_position): Doc fix.
25
26 * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414).
27
bb4d86b4
CY
282012-09-22 Chong Yidong <cyd@gnu.org>
29
30 * dispextern.h (struct image_type): Add new slot, storing a type
31 initialization function.
32
33 * image.c (define_image_type): Call the image initializer function
34 if it is defined. Arguments and return value changed.
35 (valid_image_p, make_image): Callers changed.
36 (xbm_type, xpm_type, pbm_type, png_type, jpeg_type, tiff_type)
37 (gif_type, imagemagick_type, svg_type, gs_type): Add
38 initialization functions.
39 (Finit_image_library): Call lookup_image_type.
40 (CHECK_LIB_AVAILABLE): Macro deleted.
41 (lookup_image_type): Call define_image_type here, rather than via
42 Finit_image_library, and without using CHECK_LIB_AVAILABLE.
43 (syms_of_image): Move define_image_type calls for xbm_type and
44 pbm_type to lookup_image_type.
45
df9685f3
EZ
462012-09-22 Eli Zaretskii <eliz@gnu.org>
47
48 * keyboard.c (timer_check_2): Move calculation of 'timers' and
49 'idle_timers' from here ...
50 (timer_check): ... to here. Use Fcopy_sequence to copy the timer
51 lists, to avoid infloops when the timer does something stupid,
52 like reinvoke itself with the same or smaller time-out.
53 (Bug#12447)
54
8e17c9ba
MR
552012-09-22 Martin Rudalics <rudalics@gmx.at>
56
57 * window.c (Fsplit_window_internal): Handle only Qt value of
58 Vwindow_combination_limit separately.
59 (Qtemp_buffer_resize): New symbol.
60 (Vwindow_combination_limit): New default value. Rewrite
61 doc-string.
62
589bd69b
EZ
632012-09-22 Eli Zaretskii <eliz@gnu.org>
64
65 * xdisp.c (next_overlay_string): Initialize it->end_charpos for
66 the new overlay string. (Bug#10159)
67
01108e3f
PE
682012-09-22 Paul Eggert <eggert@cs.ucla.edu>
69
70 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
71 or that fprintf is async-signal-safe. POSIX doesn't require
72 either assumption.
73
82f8cd94
CY
742012-09-22 Chong Yidong <cyd@gnu.org>
75
76 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers
77 (Bug#8207).
78
3cccbd87
KH
792012-09-22 Kenichi Handa <handa@gnu.org>
80
81 * composite.c (composition_reseat_it): Handle the case that a
82 grapheme cluster is not covered by a single font (Bug#12352).
83
09c01941
CY
842012-09-21 Chong Yidong <cyd@gnu.org>
85
86 * image.c (define_image_type): Avoid adding duplicate types to
87 image_types (Bug#12463). Suggested by Jörg Walter.
88
acfa068f 892012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e25c1a30
YM
90
91 * unexmacosx.c: Define LC_DATA_IN_CODE if not defined.
92 (print_load_command_name): Add case LC_DATA_IN_CODE.
93 (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data.
94
acfa068f 952012-09-21 Glenn Morris <rgm@gnu.org>
1e9bbf47
GM
96
97 * eval.c (Frun_hook_with_args_until_success)
98 (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393)
99
acfa068f 1002012-09-21 Andreas Schwab <schwab@linux-m68k.org>
c6ba4138
AS
101
102 * fileio.c (Ffile_selinux_context): Only call freecon when
103 lgetfilecon succeeded.
104 (Fset_file_selinux_context): Likewise. (Bug#12444)
105
acfa068f 1062012-09-21 Eli Zaretskii <eliz@gnu.org>
aa36e4d2
EZ
107
108 * xdisp.c (try_window_reusing_current_matrix): Under bidi
109 reordering, locate the cursor by calling set_cursor_from_row; if
110 that fails, clear the desired glyph matrix before returning a
111 failure indication to the caller. Fixes leaving garbled display
112 when fast scrolling with a down-key. (Bug#12403)
f2016bea
EZ
113 (compute_stop_pos_backwards): Fix a typo that caused crashes while
114 scrolling through multibyte text.
aa36e4d2 115
e99f70c8
SM
1162012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
119 calling mark_vectorlike since that's the one that marks the window.
120 (mark_discard_killed_buffers): Mark the final cdr.
121 * window.h (struct window): Move prev/next_buffers to the
122 non-standard fields.
123 * window.c (make_window): Initialize prev/next_buffers manually.
124
f75beb47
PE
1252012-09-20 Paul Eggert <eggert@cs.ucla.edu>
126
127 Omit unused arg EXPECTED from socket hooks.
128 * keyboard.c (gobble_input, read_avail_input, tty_read_avail_input):
129 * nsterm.m (ns_term_init):
130 * termhooks.h (struct terminal.read_socket_hook):
131 * w32inevt.c (w32_console_read_socket):
132 * w32term.c (w32_read_socket):
133 * xterm.c (XTread_socket):
134 Omit unused arg EXPECTED. All callers changed.
135 (store_user_signal_events): Return void, not int, since callers no
136 longer care about the return value. All uses changed.
137
b019b76a
JB
1382012-09-20 Juanma Barranquero <lekktu@gmail.com>
139
140 * w32gui.h (XParseGeometry): Do not declare.
141
05642592
PE
1422012-09-19 Paul Eggert <eggert@cs.ucla.edu>
143
e4bce92a
PE
144 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
145 Ignore 'expected'. See Eli Zaretskii in
146 <http://bugs.gnu.org/12471#8> (last line).
147
05642592
PE
148 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
149 (XParseGeometry): Now static. Substitute extremal values for
150 values that are out of range.
151
e543ae91
JD
1522012-09-19 Jan Djärv <jan.h.d@swipnet.se>
153
154 * w32xfns.c (read_integer, XParseGeometry): Move to frame.c.
155
156 * nsfns.m (XParseGeometry): Remove.
157 (Fx_create_frame): Call x_set_offset to correctly interpret
158 top_pos in geometry.
159
160 * frame.c (read_integer, XParseGeometry): Moved from w32xfns.c.
161 (Fx_parse_geometry): If there is a space in string, call
162 Qns_parse_geometry, otherwise do as on other terms (Bug#12368).
163
45ba16c7
EZ
1642012-09-17 Eli Zaretskii <eliz@gnu.org>
165
c8b9f1bc
EZ
166 * search.c (scan_buffer): Use character positions in calls to
167 region_cache_forward and region_cache_backward, not byte
168 positions. (Bug#12196)
169
b4c932a2
EZ
170 * w32term.c (w32_read_socket): Set pending_signals to 1, like
171 xterm.c does. Reported by Daniel Colascione <dancol@dancol.org>.
172
45ba16c7
EZ
173 * ralloc.c (r_alloc_init) [!SYSTEM_MALLOC]: Initialize
174 __malloc_extra_blocks to 32 instead of 64, like alloc.c did in
175 emacs_blocked_malloc, now deleted.
176
eeceac93
PE
1772012-09-17 Paul Eggert <eggert@cs.ucla.edu>
178
179 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
180 The workaround was for improving performance on Solaris 2.4, but
181 is getting in the way now. Emacs will still work if someone is
182 still running Solaris 2.4 in a museum somewhere; Sun dropped
183 support for Solaris 2.4 in 2003.
184 * callproc.c (Fcall_process) [HAVE_WORKING_VFORK]:
185 * process.c (create_process) [HAVE_WORKING_VFORK]:
186 Omit now-unnecessary workaround for the Solaris 2.4 vfork bug,
187 since Emacs no longer uses vfork on that platform.
188
78f83752
GM
1892012-09-17 Glenn Morris <rgm@gnu.org>
190
191 * emacs.c: Use COPYRIGHT.
192
634b8cac
PE
1932012-09-16 Paul Eggert <eggert@cs.ucla.edu>
194
0caaedb1
PE
195 Remove configure's --without-sync-input option (Bug#12450).
196 When auditing signal-handling in preparation for cleaning it up,
197 I found that SYNC_INPUT has race conditions and would be a real
198 pain to fix. Since it's an undocumented and deprecated
199 configure-time option, now seems like a good time to remove it.
200 Also see <http://bugs.gnu.org/11080#16>.
201 * alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
202 (_free_internal) [!DOUG_LEA_MALLOC]: Remove decls.
203 (alloc_mutex) [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
204 (malloc_hysteresis):
205 (check_depth) [XMALLOC_OVERRUN_CHECK]:
206 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT):
207 (__malloc_hook, __realloc_hook, __free_hook, BYTES_USED)
208 (dont_register_blocks, bytes_used_when_reconsidered)
209 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
210 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
211 [!SYSTEM_MALLOC && !SYNC_INPUT]:
212 Remove. All uses removed.
213 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
214 implementation, one that depends on whether the new macro
215 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
216 is defined.
217 * atimer.c (run_timers, handle_alarm_signal):
218 * keyboard.c (pending_signal, poll_for_input_1, poll_for_input)
219 (handle_async_input, process_pending_signals)
220 (handle_input_available_signal, init_keyboard):
221 * nsterm.m (ns_read_socket):
222 * process.c (wait_reading_process_output):
223 * regex.c (immediate_quit, IMMEDIATE_QUIT_CHECK):
224 * sysdep.c (emacs_sigaction_init) [SA_RESTART]:
225 (emacs_write):
226 * xterm.c (XTread_socket):
227 Assume SYNC_INPUT.
228 * conf_post.h (SA_RESTART) [IRIX6_5]: Do not #undef.
229 * eval.c (handling_signal): Remove. All uses removed.
230 * lisp.h (ELSE_PENDING_SIGNALS): Remove.
231 All uses replaced with the SYNC_INPUT version.
232 (reset_malloc_hooks, uninterrupt_malloc, handling_signal):
233 Remove decls.
234 * sysdep.c, syssignal.h (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
235 Now static.
236
634b8cac
PE
237 * font.c (Ffont_shape_gstring): Remove unused local.
238
83da1b55
GM
2392012-09-16 Glenn Morris <rgm@gnu.org>
240
518650a5
GM
241 * Makefile.in (clean): No longer run nextstep's clean.
242
83da1b55
GM
243 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
244 (ns_frag): Remove.
245 (ns-app): Move here from ns.mk, and simplify.
246 (clean): Simplify nextstep entry.
247 * ns.mk: Remove file.
248
85a43e2e
KH
2492012-09-17 Kenichi Handa <handa@gnu.org>
250
251 * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
252 not covert the last few charactes.
253
ba13e616 2542012-09-16 Kenichi Handa <handa@gnu.org>
ea964864
KH
255
256 * font.c (Ffont_shape_gstring): Don't adjust grapheme cluster
257 here, but just check the validity of glyphs in the glyph-string.
258
a8c729af
MR
2592012-09-16 Martin Rudalics <rudalics@gmx.at>
260
261 * window.c (Fwindow_parameter, Fset_window_parameter): Accept
262 any window as argument (Bug#12452).
263
c077c059
JD
2642012-09-16 Jan Djärv <jan.h.d@swipnet.se>
265
266 * nsfns.m (Fx_open_connection): Move initialization of ns_*_types
267 to ns_term_init to avoid memory leak.
268
269 * nsterm.m (ns_update_begin): Initialize bp after lcokFocus, use
270 explicit retain/release.
271 (ns_term_init): Only allow one display. Initialize outerpool and
272 ns_*_types.
273
39a57ad0
PE
2742012-09-15 Paul Eggert <eggert@cs.ucla.edu>
275
276 Port _setjmp fix to POSIXish hosts as well as Microsoft.
277 * image.c (_setjmp) [!HAVE__SETJMP]: Restore definition, as
278 it's needed on POSIXish hosts that lack _setjmp. Attempt to solve
279 the Microsoft problem in a different way, by altering ../nt/config.nt.
280
7105c8cb
EZ
2812012-09-15 Eli Zaretskii <eliz@gnu.org>
282
283 * w32xfns.c:
284 * w32uniscribe.c:
285 * w32term.c:
286 * w32select.c:
287 * w32reg.c:
288 * w32proc.c:
289 * w32menu.c:
290 * w32inevt.c:
291 * w32heap.c:
292 * w32font.c:
293 * w32fns.c:
294 * w32console.c:
295 * w32.c:
296 * w16select.c: Remove inclusion of setjmp.h, as it is now included
297 by lisp.h. This completes removal of setjmp.h inclusion
298 erroneously announced in the previous commit. (Bug#12446)
299
300 * lisp.h [!HAVE__SETJMP, !HAVE_SIGSETJMP]: Make the commentary
301 more accurate.
302
303 * image.c (_setjmp) [!HAVE__SETJMP]: Define only if 'setjmp' is
304 not defined as a macro. The latter happens on MS-Windows.
305 (Bug#12446)
306
0328b6de
PE
3072012-09-15 Paul Eggert <eggert@cs.ucla.edu>
308
309 Port better to POSIX hosts lacking _setjmp (Bug#12446).
310 * lisp.h: Include <setjmp.h> here, since we use its symbols here.
7105c8cb 311 Some instances of '#include <setjmp.h>' removed, if the
0328b6de
PE
312 only reason for the instance was because "lisp.h" was included.
313 (sys_jmp_buf, sys_setjmp, sys_longjmp): New symbols.
314 Unless otherwise specified, replace all uses of jmp_buf, _setjmp,
315 and _longjmp with the new symbols. Emacs already uses _setjmp if
316 available, so this change affects only POSIXish hosts that have
317 sigsetjmp but not _setjmp, such as some versions of Solaris and
318 Unixware. (Also, POSIX-2008 marks _setjmp as obsolescent.)
319 * image.c (_setjmp, _longjmp) [HAVE_PNG && !HAVE__SETJMP]: New macros.
320 (png_load_body) [HAVE_PNG]:
321 (PNG_LONGJMP) [HAVE_PNG && PNG_LIBPNG_VER < 10500]:
322 (PNG_JMPBUF) [HAVE_PNG && PNG_LIBPNG_VER >= 10500]:
323 Use _setjmp and _longjmp rather than sys_setjmp and sys_longjmp,
324 since PNG requires jmp_buf. This is the only exception to the
325 general rule that we now use sys_setjmp and sys_longjmp.
326 This exception is OK since this code does not change the signal
327 mask or longjmp out of a signal handler.
328
2af03429
PE
3292012-09-14 Paul Eggert <eggert@cs.ucla.edu>
330
331 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
332 Include "syssignal.h", for 'main_thread'.
333
2f294edf
DA
3342012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
335
336 Avoid out-of-range marker position (Bug#12426).
337 * insdel.c (replace_range, replace_range_2): Adjust
338 markers before overlays, as suggested by comments.
339 (insert_1_both, insert_from_buffer_1, adjust_after_replace):
340 Remove redundant check before calling offset_intervals.
341
6b533e9c
MR
3422012-09-14 Martin Rudalics <rudalics@gmx.at>
343
344 * xdisp.c (Fformat_mode_line): Unconditionally save/restore
345 current buffer (Bug#12387).
346
2a7931e3
JB
3472012-09-14 Juanma Barranquero <lekktu@gmail.com>
348
349 * makefile.w32-in ($(BLD)/alloc.$(O)): Update dependencies.
350
c18e885b
PE
3512012-09-13 Paul Eggert <eggert@cs.ucla.edu>
352
353 Use a more backwards-compatible timer format (Bug#12430).
354 * keyboard.c (decode_timer): Get PSECS from the 8th (origin-0)
355 vector element, not from the 4th, since PSECS is now at the end.
356 (Fcurrent_idle_time): Doc fix.
357
d59a1afb
DA
3582012-09-13 Dmitry Antipov <dmantipov@yandex.ru>
359
360 Function to mark objects and remove killed buffers at once.
361 * alloc.c (discard_killed_buffers): Rename to ...
362 (mark_discard_killed buffers) ... new name. Add marking
363 of remaining objects. Fix comment. Adjust users.
364 (mark_object): Do not touch frame buffer lists here.
365 * frame.c (delete_frame): Reset frame buffer lists here.
366
5f0cb45a
PE
3672012-09-13 Paul Eggert <eggert@cs.ucla.edu>
368
8ea47e3a
PE
369 Better workaround for GNOME bug when --enable-gcc-warnings.
370 * emacsgtkfixed.c (G_STATIC_ASSERT): Remove, undoing last change.
371 Instead, disable -Wunused-local-typedefs. See Dmitry Antipov in
372 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00335.html>.
373
4a4bbad2
PE
374 Simplify SIGIO usage (Bug#12408).
375 The code that dealt with SIGIO was crufty and confusing, e.g., it
376 played tricks like "#undef SIGIO" but these tricks were not used
377 consistently. Simplify mostly by not #undeffing standard symbols,
378 e.g., use "defined USABLE_SIGIO" (our symbol, which we can define
379 or not as we please) rather than "defined SIGIO" (standard symbol
380 that we probably shouldn't #undef).
381 * conf_post.h [USG5_4]: Do not include <sys/wait.h> here.
382 Modules that need it can include it.
383 [USG5_4 && emacs]: Likewise, do not include the streams stuff here.
384 * dispextern.h (ignore_sigio): New decl.
385 * emacs.c (shut_down_emacs): Invoke unrequest_sigio
386 unconditionally, since it's now a no-op if !USABLE_SIGIO.
387 * emacs.c (shut_down_emacs):
388 * keyboard.c (kbd_buffer_store_event_hold):
389 Use ignore_sigio rather than invoking 'signal' directly.
390 * keyboard.c (USABLE_FIONREAD && USG5_4): Include <sys/filio.h>,
391 for FIONREAD.
392 (FIONREAD, SIGIO): Do not #undef.
393 (tty_read_avail_input): Use #error rather than a syntax error.
394 * process.c [USG5_4]: Include <sys/stream.h> and <sys/stropts.h>,
395 for I_PIPE, used by SETUP_SLAVE_PTY.
396 (DATAGRAM_SOCKETS): Simplify defn, based on USABLE_FIONREAD.
397 * sysdep.c (croak): Remove; no longer needed. This bit of
398 temporary code, with Fred N. Fish's comment that it's temporary,
399 has been in Emacs since at least 1992!
400 (init_sigio, reset_sigio, request_sigio, unrequest_sigio):
401 Arrange for them to be no-ops in all cases when ! USABLE_SIGIO.
402 * syssignal.h (croak): Remove decl.
403 (SIGIO, SIGPOO, SIGAIO, SIGPTY): Do not #undef; that's too fragile.
404 * systty.h [!NO_TERMIO]: Do not include <termio.h>; no longer needed
405 now that we're termios-only.
406 (FIONREAD, ASYNC) [BROKEN_FIONREAD]: Do not #undef.
407 * term.c (dissociate_if_controlling_tty): Use #error rather than
408 a run-time error.
409
5f0cb45a
PE
410 Work around GCC and GNOME bugs when --enable-gcc-warnings.
411 * emacsgtkfixed.c (G_STATIC_ASSERT): Redefine to use 'verify',
412 to work around GNOME bug 683906.
413 * image.c (jpeg_load_body) [HAVE_JPEG && lint]: Pacify gcc -Wclobber.
414 (struct my_jpeg_error_mgr) [HAVE_JPEG && lint]: New member fp.
415 This works around GCC bug 54561.
416
40bce90b
PE
4172012-09-12 Paul Eggert <eggert@cs.ucla.edu>
418
419 More fixes for 'volatile' and setjmp/longjmp.
420 * eval.c (Fdefvar, Fcondition_case): Remove unnecessary 'volatile's.
421 * image.c (struct png_load_context) [HAVE_PNG]: New type.
422 (png_load_body) [HAVE_PNG]:
423 (jpeg_load_body) [HAVE_JPEG]:
424 New function, with most of the old parent function's body.
425 (png_load) [HAVE_PNG]:
426 (jpeg_load) [HAVE_JPEG]:
427 Invoke the new function, to avoid longjmp munging our locals.
428 (struct my_jpeg_error_mgr) [HAVE_JPEG]: New members cinfo, failure_code.
429 (my_error_exit) [HAVE_JPEG]: Don't trust 'setjmp' to return 2 when
430 longjmp is passed 2, as the C standard doesn't guarantee this.
431 Instead, store the failure code into mgr->failure_code.
432
bfeae2cf
SM
4332012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
436 (Fdiscard_input, quit_throw_to_read_char, init_keyboard)
437 (syms_of_keyboard): Remove support for unread-command-char.
438
8099e36b
EZ
4392012-09-12 Eli Zaretskii <eliz@gnu.org>
440
441 * w32proc.c (sys_kill): If PID is our process ID and the signal is
442 SIGABRT, call emacs_abort. Avoids silently exiting upon assertion
443 violation. (Bug#12426)
444
92547ff9
PE
4452012-09-12 Paul Eggert <eggert@cs.ucla.edu>
446
447 * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.
448
45b82ad0
SM
4492012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * eval.c: Add `inhibit-debugger'.
452 (Qinhibit_debugger): New symbol.
453 (call_debugger): Bind it instead of Qdebug_on_error.
454 (maybe_call_debugger): Test Vinhibit_debugger.
455 (syms_of_eval): Define inhibit-debugger.
456 * xdisp.c (set_message): Don't bind Qinhibit_debug_on_message.
457 (syms_of_xdisp): Remove inhibit-debug-on-message.
458
5779a1dc
PE
4592012-09-11 Paul Eggert <eggert@cs.ucla.edu>
460
50f2e553
PE
461 Avoid _setjmp/_longjmp problems with local nonvolatile variables.
462 If a nonvolatile local variable is written before a _longjmp to
463 the frame containing the variable, and is read after the _longjmp,
464 the value read is indeterminate. Some local variables of type
465 'struct handler' and 'struct catchtag' are used in this way, so
466 mark each of their slots as volatile if the slot can be set before
467 _longjmp and read afterwards.
468 * lisp.h (struct handler): var and chosen_clause are now volatile.
469 (struct catchtag): val, next, and pdlcount are now volatile.
470
ae1d87e2
PE
471 * bidi.c (bidi_push_it, bidi_pop_it):
472 * fns.c (copy_hash_table):
473 * image.c (define_image_type):
474 * keyboard.c (kbd_buffer_store_event_hold):
475 * process.c (Fprocess_send_eof):
476 * xfaces.c (x_create_gc) [HAVE_NS]:
477 * xgselect.c (xg_select):
478 Prefer assignment to memcpy when either will do.
479
5779a1dc
PE
480 * alloc.c (discard_killed_buffers): Tune and simplify a bit.
481 Use pointer-to-a-pointer to simplify and avoid a NILP check each
482 time an item is removed. No need to mark this function 'inline';
483 the compiler knows better than we do.
484
c4c9756b
JD
4852012-09-11 Jan Djärv <jan.h.d@swipnet.se>
486
487 * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize.
488 (updateFrameSize:): Add delay parameter to updateFrameSize, send it
489 to change_frame_size (Bug#12388).
490 (windowDidResize:): Pass YES to updateFrameSize.
491
492 * nsterm.h: Add delay parameter to updateFrameSize.
493
d73e321c
DA
4942012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
495
496 Discard killed buffers from deleted window and frame objects.
497 This reduces an amount of references to killed buffers and
498 helps GC to reclaim them faster.
499 * alloc.c (discard_killed_buffers): New function.
500 (mark_object): Use it for deleted windows and frames.
501 (mark_object): If symbol's value is set up for a killed buffer
502 or deleted frame, restore it's global binding.
503 * data.c (swap_in_global_binding): Add GC notice.
504 (swap_in_symval_forwarding): Use convenient set_blv_where.
505 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
506 * window.h: ... to here.
507
e578f381
DA
5082012-09-11 Dmitry Antipov <dmantipov@yandex.ru>
509
510 Convenient macro to check whether the buffer is live.
511 * buffer.h (BUFFER_LIVE_P): New macro.
512 * alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
513 * minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
514
3057e615
YM
5152012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
516
517 * xdisp.c (right_overwritten, right_overwriting): Also handle gstring
518 composition cases (Bug#12364).
519
520 * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
521 overhang of succeeding glyphs overlapping box cursor.
522
523 * w32term.c (x_draw_glyph_string): Likewise.
524
6fda35f2
PE
5252012-09-11 Paul Eggert <eggert@cs.ucla.edu>
526
c990426a
PE
527 Simplify, document, and port floating-point (Bug#12381).
528 The porting part of this patch fixes bugs on non-IEEE platforms
529 with frexp, ldexp, logb.
530 * data.c, lisp.h (Qdomain_error, Qsingularity_error, Qunderflow_error):
531 Now static.
532 * floatfns.c: Simplify discussion of functions that Emacs doesn't
533 support, by removing commented-out code and briefly listing the
534 C89 functions excluded. The commented-out stuff was confusing
535 maintenance, e.g., we thought we needed cbrt but it was commented out.
536 (logb): Remove decl; no longer needed.
537 (isfinite): New macro, if not already supplied.
538 (isnan): Don't replace any existing macro.
539 (Ffrexp, Fldexp): Define even if !HAVE_COPYSIGN, as frexp and ldexp
540 are present on all C89 platforms.
541 (Ffrexp): Do not special-case zero, as frexp does the right thing
542 for that case.
543 (Flogb): Do not use logb, as it doesn't have the desired meaning
544 on hosts that use non-base-2 floating point. Instead, stick with
545 frexp, which is C89 anyway. Do not pass an infinity or a NaN to
546 frexp, to avoid getting an unspecified result.
547
6fda35f2
PE
548 * xdisp.c (Qinhibit_debug_on_message): Now static.
549
16130a58
JD
5502012-09-10 Jan Djärv <jan.h.d@swipnet.se>
551
552 * nsterm.m (ns_update_begin): Set clip path to whole view by using
553 NSBezierPath (Bug#12131).
554
d105a573
CY
5552012-09-10 Chong Yidong <cyd@gnu.org>
556
557 * fns.c (Fdelq, Fdelete): Doc fix.
558
ff55dfe8
PE
5592012-09-10 Paul Eggert <eggert@cs.ucla.edu>
560
561 * lisp.h (XSETINT, XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL)
562 (XSETFLOAT, XSETMISC): Parenthesize macro bodies.
563
e7032e7c
SM
5642012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * lisp.h (make_lisp_ptr): New macro to replace XSET.
567 (XSETCONS, XSETVECTOR, XSETSTRING, XSETSYMBOL, XSETFLOAT, XSETMISC):
568 Use it.
569
e9957956
EZ
5702012-09-09 Eli Zaretskii <eliz@gnu.org>
571
aba05ce9
EZ
572 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
573 left fringe if the window has a left margin. This avoids leaving
574 traces of the cursor because its leftmost pixel is not drawn over.
575
e9957956
EZ
576 * dispnew.c (update_window_line): When the left margin area of a
577 screen line is updated, set the redraw_fringe_bitmaps_p flag of
578 that screen line. (Bug#12277)
579
f6196b87
PE
5802012-09-09 Paul Eggert <eggert@cs.ucla.edu>
581
582 Assume C89 or later for math functions (Bug#12381).
583 This simplifies the code, and makes it a bit smaller and faster,
584 and (most important) makes it easier to clean up signal handling
585 since we can stop worring about floating-point exceptions in
586 library code. That was a problem before C89, but the problem
587 went away many years ago on all practical Emacs targets.
588 * data.c, image.c, lread.c, print.c:
589 Don't include <math.h>; no longer needed.
590 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
591 might be autoconfigured, as that never happens.
592 * data.c (fmod):
593 * doprnt.c (DBL_MAX_10_EXP):
594 * print.c (DBL_DIG):
595 Remove. C89 or later always defines these.
596 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
597 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
598 (arith_error, domain_error, domain_error2):
599 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
600 no longer needed -- we simply return what C returns. All uses removed.
601 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
602 the wrapped code.
603 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
604 Remove. All uses expanded, as these macros are no longer used
605 more than once and are now more trouble than they're worth.
606 (Ftan): Use tan, not sin / cos.
607 (Flogb): Assume C89 frexp.
608 (fmod_float): Assume C89 fmod.
609 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
610 (init_floatfns): Remove. All uses removed.
611
9d7f1863
JD
6122012-09-08 Jan Djärv <jan.h.d@swipnet.se>
613
614 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
615 compositeToPoint for OSX < 10.6 (Bug#12390).
616
eabf0404
PE
6172012-09-08 Paul Eggert <eggert@cs.ucla.edu>
618
619 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
620 This produces more-accurate results.
621
0b3b1d23
JD
6222012-09-08 Jan Djärv <jan.h.d@swipnet.se>
623
624 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
625 changes (Bug#12088).
626
6dcef6ec
CY
6272012-09-08 Chong Yidong <cyd@gnu.org>
628
629 * syntax.c (Fstring_to_syntax): Doc fix.
630
aa7d57c5
JD
6312012-09-08 Jan Djärv <jan.h.d@swipnet.se>
632
633 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
634 in the internal border.
635 (x_set_window_size): Remove static variables and their usage.
636 (ns_redraw_scroll_bars): Fix NSTRACE arg.
637 (ns_after_update_window_line, ns_draw_fringe_bitmap): Remove
638 fringe/internal border adjustment (Bug#11052).
639 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
640 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
641 (ns_fix_rect_ibw): Remove.
642 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
643 (ns_dumpglyphs_box_or_relief): Ditto.
644 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
645 adjustment.
646 (ns_dumpglyphs_image): Ditto.
fc0c31f8 647 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
aa7d57c5
JD
648 border adjustment.
649 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
650 their usage. Add fringe_extended_p and its use as in other terms.
651 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
652 scroll bar was removed.
653 (updateFrameSize): New function.
654 (windowDidResize): Move code to updateFrameSize and call it.
655
656 * nsterm.h (EmacsView): Add updateFrameSize.
657
1a5432bc
CY
6582012-09-07 Chong Yidong <cyd@gnu.org>
659
b4f5313e
CY
660 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
661
1a5432bc
CY
662 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
663
1a4f1e9b
PE
6642012-09-07 Paul Eggert <eggert@cs.ucla.edu>
665
666 More signal-handler cleanup (Bug#12327).
eddb36a7
PE
667 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
668 Problem introduced when merging patches. Noted by Eli Zaretskii in
669 <http://bugs.gnu.org/12327#67>.
1a4f1e9b
PE
670 * floatfns.c: Comment fix.
671 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
672 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
673 and anyway the declaration is harmless even if SIGDANGER is not defined.
674 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
675 defined BROKEN_FIONREAD). systty.h formerly did this, but other
676 source files not surprisingly expected syssignal.h to define, or
677 not define, SIGIO, and it's cleaner to do it that way, for consistency.
678 Include <sys/ioctl.h>, for FIONREAD.
679 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
680 This eliminates a problem whereby other files mysteriously had
681 to include "syssignal.h" before including "systty.h" if they
682 wanted to use "#ifdef SIGIO".
683
bc8000ff
EZ
6842012-09-07 Eli Zaretskii <eliz@gnu.org>
685
3e6d6928
EZ
686 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
687
688 * w32.c (sigemptyset): Empty the set.
689 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
690
bc8000ff
EZ
691 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
692
b4fa72f2
DA
6932012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
694
695 * alloc.c (mark_buffer): Revert unsafe marking optimization.
696 (mark_object): Likewise for frame objects.
697
30730c93
PE
6982012-09-07 Paul Eggert <eggert@cs.ucla.edu>
699
700 * syssignal.h (handle_on_main_thread): Always declare,
701 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
702 This ports to platforms without HAVE_PTHREAD.
703
2fe28299
PE
7042012-09-06 Paul Eggert <eggert@cs.ucla.edu>
705
706 Signal-handler cleanup (Bug#12327).
707 Emacs's signal handlers were written in the old 4.2BSD style with
708 sigblock and sigmask and so forth, and this led to some
709 inefficiencies and confusion. Rewrite these to use
710 pthread_sigmask etc. without copying signal sets around. Also,
711 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
712 'signal', and instead use functions that do not attempt to take
713 over the system name space. This patch causes Emacs's text
714 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
715 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
716 Do not include <signal.h> or "syssignal.h", as these
717 modules do not use signals.
718 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
719 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
720 Do not include <signal.h>, as "syssignal.h" does that for us now.
721 * atimer.c (sigmask_atimers): New function.
722 (block_atimers, unblock_atimers): New functions,
723 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
724 All uses replaced.
725 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
726 no longer needed here.
727 * emacs.c (main): Inspect existing signal handler with sigaction,
fc0c31f8 728 so that there's no need to block and unblock SIGHUP.
2fe28299
PE
729 * sysdep.c (struct save_signal): New member 'action', replacing
730 old member 'handler'.
731 (save_signal_handlers, restore_signal_handlers):
732 Use sigaction instead of 'signal' to save and restore.
733 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
734 New function. All users of 'signal' modified to use set_sighandler
735 if they're writeonly, and to use sys_signal if they're read+write.
736 (emacs_sigaction_init, forwarded_signal): New functions.
737 (sys_signal): Remove. All uses replaced by calls to sigaction
738 and emacs_sigaction_init, or by direct calls to 'signal'.
739 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
740 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
741 all uses replaced by pthread_sigmask etc. calls.
742 * syssignal.h: Include <signal.h>.
743 (emacs_sigaction_init, forwarded_signal): New decls.
744 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
745 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
746 (sigmask, sys_sigmask): Remove; no longer needed.
747 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
748 (sigblock, sigunblock, sigfree):
749 (sigsetmask) [!defined sigsetmask]:
750 Remove. All uses replaced by pthread_sigmask.
751 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
752 no longer need to be replaced, and its typical old uses
753 are now done via emacs_sigaction_init and sigaction.
754 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
755 (sys_sigdel): Remove; unused.
756 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
757
0216c128
EZ
7582012-09-06 Eli Zaretskii <eliz@gnu.org>
759
760 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
761 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
762
c752cfa9
DA
7632012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
764
765 Explicitly mark buffer_defaults and buffer_local_symbols.
766 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
767 mark_local_symbols here.
768 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
769 since special buffers aren't marked here any more.
770 (allocate_buffer): Chain new buffer with all_buffers here...
771 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
772 not here.
773 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
774 (syms_of_buffer): Remove staticpro of the above.
775 (init_buffer_once): Set names for buffer_defaults and
776 buffer_local_symbols.
777
a864ef14
PE
7782012-09-06 Paul Eggert <eggert@cs.ucla.edu>
779
780 Use bool for booleans in font-related modules.
781 * font.c (font_intern_prop, font_style_to_value)
782 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
783 (generate_otf_features, font_check_otf_features, font_check_otf)
784 (font_match_p, font_list_entities, font_at):
785 * fontset.c (fontset_id_valid_p, reorder_font_vector
786 (fontset_find_font, Fset_fontset_font)
787 (face_suitable_for_char_p) [0]:
788 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
789 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
790 (m17n_flt_initialized, ftfont_shape_by_flt):
791 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
792 * nsfont.m (nsfont_draw):
793 * w32font.c (w32font_draw):
794 * w32term.c (x_draw_glyphless_glyph_string_foreground):
795 Use bool for booleans.
796 * font.h: Adjust to above API changes.
797 (struct font, struct font_driver, struct font_driver_list):
798 Use bool for booleans.
799 (struct font): Remove useless member encoding_type.
800 All users removed.
801 * fontset.c, xftfont.c: Omit unnecessary static decls.
802
0699fc18
DA
8032012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
804
805 * alloc.c (mark_object): Revert window marking code
806 since it's unsafe for the Fset_window_configuration.
807
20ef56db
PE
8082012-09-05 Paul Eggert <eggert@cs.ucla.edu>
809
2fe28299 810 Fix race conditions with signal handlers and errno (Bug#12327).
20ef56db
PE
811 Be more systematic about preserving errno whenever a signal
812 handler returns, even if it's not in the main thread. Do this by
813 renaming signal handlers to distinguish between signal delivery
814 and signal handling. All uses changed.
815 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
816 * data.c (deliver_arith_signal): Rename from arith_error.
817 * dispnew.c (deliver_window_change_signal): Rename from
818 window_change_signal.
819 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
820 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
821 * keyboard.c (deliver_input_available_signal): Rename from
822 input_available_signal.
823 (deliver_user_signal): Rename from handle_user_signal.
824 (deliver_interrupt_signal): Rename from interrupt_signal.
825 * process.c (deliver_pipe_signal): Rename from send_process_trap.
826 (deliver_child_signal): Rename from sigchld_handler.
827 * atimer.c (handle_alarm_signal):
828 * data.c (handle_arith_signal):
829 * dispnew.c (handle_window_change_signal):
830 * emacs.c (handle_fatal_signal, handle_danger_signal):
831 * keyboard.c (handle_input_available_signal):
832 * keyboard.c (handle_user_signal, handle_interrupt_signal):
833 * process.c (handle_pipe_signal, handle_child_signal):
834 New functions, with the actual signal-handling code taken from the
835 original respective signal handlers, sans the sporadic attempts to
836 preserve errno, since that's now done by handle_on_main_thread.
837 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
838 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
839 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
840 Move to sysdep.c.
841 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
842 Move initialization of main_thread to sysdep.c's init_signals.
843 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
844 our usage, and simplifies the mainline code.
845 (record_child_status_change): New static function, as a helper
846 for handle_child_signal, and with most of the old child handler's
847 contents.
848 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
849 (handle_child_signal): Use the above.
850 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
851 Moved here from emacs.c.
852 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
853 code moved here from emacs.c's main function.
854 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
855 replacing the old SIGNAL_THREAD_CHECK. All uses changed. This
856 lets callers save and restore errno properly.
857
e3ccf108
DA
8582012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
859
860 Remove redundant or unused things here and there.
861 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
862 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
863 * editfns.c (Fcompare_buffer_substrings): Likewise.
864 * frame.h (struct terminal, struct font_driver_list):
865 Remove redundant declarations.
866 * window.h (Qleft, Qright): Likewise.
867
697e1e39
DA
8682012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
869
870 Do not mark objects from deleted buffers, windows and frames.
871 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
872 (mark_object): Likewise for windows and frames.
873
c1ca42ca
DA
8742012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
875
876 * alloc.c (valid_lisp_object_p): Treat killed buffers,
877 buffer_defaults and buffer_local_symbols as valid objects.
878 Return special value to denote them.
879
014d93be
PE
8802012-09-05 Paul Eggert <eggert@cs.ucla.edu>
881
f75d7a91
PE
882 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
883 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
884 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
885 (file_name_absolute_p, Fsubstitute_in_file_name):
886 (check_executable, check_writable, Ffile_accessible_directory_p)
887 (Fset_file_selinux_context, Fdefault_file_modes)
888 (Finsert_file_contents, choose_write_coding_system)
889 (Fwrite_region, build_annotations, a_write, e_write)
890 (Fdo_auto_save):
891 * filelock.c (boot_time_initialized, get_boot_time)
892 (get_boot_time_1, lock_file_1, within_one_second):
893 * floatfns.c (in_float):
894 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
895 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
896 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
897 * lisp.h (struct Lisp_Hash_Table.cmpfn):
898 * window.c (compare_window_configurations):
899 Use bool for booleans.
900 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
901 (Fdefault_file_modes): Now mode_t, not int, for modes.
902 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
903 (internal_delete_file): Now returns void, not a (boolean) int,
904 since nobody was looking at the return value.
905 * lisp.h, window.h: Adjust to above API changes.
906
014d93be
PE
907 * xdisp.c (set_message): Simplify and reindent last change.
908
776f29e1
JB
9092012-09-05 Juanma Barranquero <lekktu@gmail.com>
910
911 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
912
7f7e0167
LI
9132012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
914
915 * eval.c (call_debugger): Make the function non-static so that we
916 can call it from set_message.
917
918 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
919 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
920
cf29dd84
PE
9212012-09-04 Paul Eggert <eggert@cs.ucla.edu>
922
923 Give more-useful info on a fatal error (Bug#12328).
924 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
925 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
926 of doing the work ourselves.
927 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
928 do most of the work.
929 (fatal_error_backtrace): New function, taken from the guts
930 of the old fatal_error_signal, but with a new option to output
931 a backtrace.
932 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
933 info about the signal than just its number.
934 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
935 * sysdep.c: Include <execinfo.h>
936 (emacs_backtrace): New function, taken partly from the previous
937 code of the 'die' function.
938 (emacs_abort): Call fatal_error_backtrace rather than abort.
939
972debf2
SM
9402012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
943 eager (load-time) macro-expansion.
944 * lisp.mk (lisp): Add macroexp.
945
1088b922
PE
9462012-09-04 Paul Eggert <eggert@cs.ucla.edu>
947
948 Simplify redefinition of 'abort' (Bug#12316).
949 Do not try to redefine the 'abort' function. Instead, redo
950 the code so that it calls 'emacs_abort' rather than 'abort'.
951 This removes the need for the NO_ABORT configure-time macro
952 and makes it easier to change the abort code to do a backtrace.
953 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
954 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
955 Remove; sysdep.c's emacs_abort now takes its place.
956 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
957 'abort' changed to use 'emacs_abort'.
958 * msdos.c (dos_abort) [defined abort]: Remove; not used.
959 (abort) [!defined abort]: Rename to ...
960 (emacs_abort): ... new name.
961 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
962 the place of the old 'abort' in emacs.c.
963 * w32.c, w32fns.c (abort): Do not #undef.
964 * w32.c (emacs_abort): Rename from w32_abort.
965
30934d33
EZ
9662012-09-04 Eli Zaretskii <eliz@gnu.org>
967
968 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
969 offsets[j].dv, since the y axis of the screen coordinates points
970 down, while the y axis of the font definition coordinates points
971 up. This fixes display of Arabic diacritics such as KASRA and
972 KASRATAN. (Bug#11860)
973
af26b72c
PE
9742012-09-04 Paul Eggert <eggert@cs.ucla.edu>
975
976 Be more systematic about _setjmp vs setjmp.
977 * alloc.c (test_setjmp, mark_stack):
978 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
979 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
980 (png_load, my_error_exit, jpeg_load):
981 * process.c (send_process_trap, send_process):
982 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
983 The underscored versions are up to 30x faster on some hosts.
984 Formerly, the code used setjmp+longjmp sometimes and
985 _setjmp+_longjmp at other times, with no particular reason to
986 prefer setjmp+longjmp.
987
26d4541d
PE
9882012-09-03 Paul Eggert <eggert@cs.ucla.edu>
989
d42f4f0f 990 Fix minor problem found by static checking.
26d4541d 991 * buffer.c (Fdelete_all_overlays): Return nil.
26d4541d 992
c5e28e39
MR
9932012-09-03 Martin Rudalics <rudalics@gmx.at>
994
995 * buffer.c (Fdelete_all_overlays): New function.
996
3eab3ca9
CY
9972012-09-03 Chong Yidong <cyd@gnu.org>
998
999 * gtkutil.c: Add extern decl for Qxft.
1000
c04889f8
PE
10012012-09-02 Paul Eggert <eggert@cs.ucla.edu>
1002
1882aa38
PE
1003 * emacs.c, eval.c: Use bool for boolean.
1004 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
1005 (malloc_using_checking) [DOUG_LEA_MALLOC]:
1006 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
1007 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
1008 (main, decode_env_path, Fdaemon_initialized):
1009 * eval.c (call_debugger, Finteractive_p, interactive_p):
1010 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
1011 (maybe_call_debugger, Fbacktrace):
1012 * process.c (read_process_output, exec_sentinel):
1013 Use bool for booleans.
1014 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
1015 All callers changed.
1016 * eval.c (interactive_p): Omit always-true boolean argument
1017 EXCLUDE_SUBRS_P. All callers changed.
1018 * dispextern.h, lisp.h: Reflect above API changes.
1019 * firstfile.c (dummy): Use the address of 'main', whose signature
1020 won't change, instead of the address of 'initialize', whose
1021 signature just changed from int to bool.
1022 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
1023 * msdos.c (fatal_error_in_progress): ... from here.
1024 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
1025 of incrementing it.
1026 (redisplay_internal, unwind_redisplay): Simply clear
1027 REDISPLAYING_P when unwinding, instead of saving its previous,
1028 always-false value and then restoring it.
1029
a411ac43
PE
1030 Clean up some extern decls.
1031 Mostly, this hoists extern decls out of .c files and into .h files.
1032 That way, we're more likely to catch errors if the interfaces change.
1033 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
1034 declare xg_mark_data.
1035 * dispextern.h (x_frame_parm_handlers):
1036 * font.h (Qxft):
1037 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
1038 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
1039 (Qultra_bold, Qoblique, Qitalic):
1040 Move extern decl here from .c file.
1041 * alloc.c (xg_mark_data) [USE_GTK]:
1042 * doc.c (Qclosure):
1043 * eval.c (Qlexical_binding):
1044 * fns.c (time) [!HAVE_UNISTD_H]:
1045 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
1046 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
1047 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
1048 * lread.c (Qinternal_interpreter_environment):
1049 * minibuf.c (Qbuffer):
1050 * process.c (QCfamily, QCfilter):
1051 * widget.c (free_frame_faces):
1052 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
1053 * xfont.c (x_clear_errors):
1054 * xterm.c (x_frame_parm_handlers):
1055 Remove now-redundant extern decls.
1056 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
1057 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
1058 Now static.
1059 * xfaces.c: Remove unnecessary static decls.
1060 * xterm.c (updating_frame): Remove decl of nonexistent object.
1061
c04889f8
PE
1062 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
1063 when building globals.h, as the objects that are not built on
1064 this host are not needed to compile C files on this host.
1065
8b339673
JD
10662012-09-02 Jan Djärv <jan.h.d@swipnet.se>
1067
1068 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
1069
1070 * frame.h: Add missing prototype for x_wm_set_size_hint.
1071
a08d4ba7
PE
10722012-09-02 Paul Eggert <eggert@cs.ucla.edu>
1073
1074 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
1075 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
1076 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
1077 (Fsubstitute_command_keys):
1078 * editfns.c (region_limit, find_field, Fconstrain_to_field)
1079 (save_excursion_save, save_excursion_restore)
1080 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
1081 (format_time_string, general_insert_function)
1082 (make_buffer_string, make_buffer_string_both)
1083 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
1084 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
1085 (copy_text, insert_1, insert_1_both, insert_from_string)
1086 (insert_from_string_before_markers, insert_from_string_1)
1087 (insert_from_buffer, insert_from_buffer_1, replace_range)
1088 (replace_range_2, del_range_1, del_range_byte, del_range_both)
1089 (del_range_2, modify_region):
1090 * intervals.c (intervals_equal, balance_possible_root_interval)
1091 (adjust_intervals_for_insertion, merge_properties_sticky)
1092 (graft_intervals_into_buffer, lookup_char_property)
1093 (adjust_for_invis_intang, set_point_both)
1094 (get_property_and_range, compare_string_intervals)
1095 (set_intervals_multibyte_1, set_intervals_multibyte):
1096 * keyboard.c (decode_timer):
1097 Use bool for boolean.
1098 * intervals.h, lisp.h, systime.h: Reflect above API changes.
1099 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
1100
48c948de
CY
11012012-09-02 Chong Yidong <cyd@gnu.org>
1102
1103 * keymap.c (push_key_description): Print M-TAB as C-M-i
1104 (Bug#11758).
1105
6c49a40b
JB
11062012-09-02 Juanma Barranquero <lekktu@gmail.com>
1107
1108 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
1109 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
1110 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
1111 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
1112 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
1113 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
1114 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
1115
4dfbd238
EZ
11162012-09-01 Eli Zaretskii <eliz@gnu.org>
1117
7e510e28
EZ
1118 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
1119 more than one grapheme cluster passed to the shaper: compute the
1120 offset adjustment values separately for each cluster. (Bug#11860)
1121
4dfbd238
EZ
1122 * image.c: Restore mistakenly removed inclusion of w32.h. Without
1123 it, GCC doesn't see prototypes of w32_delayed_load, and complains
1124 about implicit conversions from integer to pointer.
1125
86571ae0
DC
11262012-09-01 Daniel Colascione <dancol@dancol.org>
1127
1128 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
1129 system used too early.
1130
0e23ef9d
PE
11312012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1132
1133 Better seed support for (random).
1134 * emacs.c (main): Call init_random.
1135 * fns.c (Frandom): Set the seed from a string argument, if given.
1136 Remove long-obsolete Gentzel cruft.
1137 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
1138 (init_random): New function.
1139
17a2cbbd
DC
11402012-09-01 Daniel Colascione <dancol@dancol.org>
1141
1142 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
1143 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
1144 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
1145 x_wm_set_size_hint, x_query_colors, x_real_positions,
1146 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
1147 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
1148 all of which have been moved to common code.
1149
1150 * xfaces.c: Include TERM_HEADER instead of listing all possible
1151 window-system headers.
1152
1153 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
1154 to match header.
1155
1156 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
1157 directly accessing frame internals.
1158
f18cbb28 1159 * w32font.h: Include font.h. Define syms_of_w32font and
17a2cbbd
DC
1160 globals_of_w32font.
1161
1162 * process.c: Include TERM_HEADER instead of listing all possible
1163 window-system headers.
1164
1165 * nsterm.h: Remove declarations now in frame.h. Define
1166 FRAME_X_SCREEN, FRAME_X_VISUAL.
1167
1168 * menu.c: Include TERM_HEADER instead of listing all possible
1169 window-system headers.
1170
1171 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
1172 window system.
1173
1174 * keyboard.c: Include TERM_HEADER instead of listing all possible
1175 window-system headers.
1176
1177 * image.c: Include TERM_HEADER instead of listing all possible
1178 window-system headers. Declare Vlibrary_cache when compiling for
1179 Windows.
1180
1181 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
1182 window system declarations.
1183
1184 * frame.h: Move common functions here: set_frame_menubar,
1185 x_set_window_size, x_sync, x_get_focus_frame,
1186 x_set_mouse_position, x_set_mouse_pixel_position,
1187 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
1188 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
1189 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
1190 x_activate_menubar, x_real_positions, x_bitmap_icon,
1191 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
1192 and x_query_colors.
1193
1194 * frame.c: Include TERM_HEADER instead of listing all possible
1195 window-system headers.
1196
1197 * font.c: Include TERM_HEADER instead of listing all possible
1198 window-system headers.
1199
1200 * emacs.c: Include TERM_HEADER.
1201
f18cbb28
EZ
1202 * dispnew.c: Include TERM_HEADER instead of listing all possible
1203 window-system headers.
17a2cbbd 1204
f18cbb28 1205 * ccl.h: Include character.h.
17a2cbbd
DC
1206
1207 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
1208 the current window system; include in list of objects to link into
1209 Emacs.
1210
c650a5de
DA
12112012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
1212
1213 Remove mark_ttys function and fix tty_display_info initialization.
1214 * lisp.h (mark_ttys): Remove prototype.
1215 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
1216 to mark_ttys because all possible values of 'top_frame' slot are
1217 the frames which are reachable from Vframe_list.
1218 * term.c (mark_ttys): Remove.
1219 (init_tty): Safely initialize 'top_frame' slot with Qnil.
1220
4e0f6479
DA
12212012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
1222
1223 Change struct frame bitfields from unsigned char to unsigned.
1224 * frame.h (struct frame): Change type of 'display_preempted',
1225 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
1226 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
1227 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
1228 bitfields from unsigned char to unsigned.
1229
8b96a52c
DA
12302012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
1231
1232 Remove unused member of struct x_output and struct w32_output.
1233 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
1234 * w32term.h (struct w32_output): Likewise.
1235
b4444c8a
JD
12362012-08-30 Jan Djärv <jan.h.d@swipnet.se>
1237
1238 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
1239 does not become zero (Bug#12234).
1240
b98521db
PE
12412012-08-30 Paul Eggert <eggert@cs.ucla.edu>
1242
1243 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
1244 for GCC 4.7.1 x86-64.
1245
31d02438
GM
12462012-08-30 Glenn Morris <rgm@gnu.org>
1247
1248 * lread.c (init_lread): For out-of-tree builds, only add the
1249 source directory's site-lisp dir to the load-path if it exists,
1250 consistent with in-tree builds. (Bug#12302)
1251
7f8941d8
JD
12522012-08-28 Jan Djärv <jan.h.d@swipnet.se>
1253
1254 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
fc0c31f8 1255 button_values to NULL. Call setStykeMask so dialogs get a close button.
7f8941d8
JD
1256 (windowShouldClose:): Set window_closed.
1257 (dealloc): New member, free button_values.
fc0c31f8
JB
1258 (process_dialog:): Make member function. Remove window argument,
1259 replace window with self. Count buttons and allocate and store values
7f8941d8
JD
1260 in button_values.
1261 (addButton:value:row:): value is int with the name tag. Call setTag
fc0c31f8 1262 with tag. Remove return self, declare return value as void.
7f8941d8
JD
1263 (addString:row:): Remove return self, declare return value as void.
1264 (addSplit): Remove return self, declare return value as void.
1265 (clicked:): Remove return self, declare return value as void.
fc0c31f8 1266 Set dialog_return to button_values[seltag]. Code formatting change.
7f8941d8
JD
1267 (initFromContents:isQuestion:): Adjust call to process_dialog.
1268 Code formatting change.
1269 (timeout_handler:): Set timer_fired to YES.
1270 (runDialogAt:): Set timer_fired to NO.
1271 Handle click on close button as quit.
1272
1273 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
1274 Add window_closed and button_values. Add void as return value for
1275 add(Button|String|Split). addButton takes int instead of Lisp_Object.
1276 Add process_dialog as new member.
1277
eada0861 12782012-08-28 Eli Zaretskii <eliz@gnu.org>
19c17fc1 1279
eada0861
GM
1280 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
1281 is not one of the heaps we manage. (Bug#12242)
1282
12832012-08-28 Glenn Morris <rgm@gnu.org>
1284
1285 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
1286
457294dd
MR
12872012-08-28 Martin Rudalics <rudalics@gmx.at>
1288
1289 * window.c (Fset_window_configuration): Remove handling of
37b9743e
MR
1290 auto-buffer-name window parameter. Install revision of reverted
1291 fix.
457294dd 1292
4f2daf31
DA
12932012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
1294
1295 Do not allow to set major mode for a dead buffer.
1296 * buffer.c (Fset_buffer_major_mode): Signal an error
1297 if the buffer is dead.
1298 (Fother_buffer, other_buffer_safely): Remove redundant
1299 nested declaration.
1300
66322887
DA
13012012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
1302
1303 Always use set_buffer_if_live to restore original buffer at unwind.
1304 * buffer.h (record_unwind_current_buffer): New function.
1305 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
1306 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
1307 * undo.c, window.c: Adjust users.
1308 * buffer.c (set_buffer_if_live): Fix comment.
1309
a3d794a1
DA
13102012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
1311
1312 Fix usage of set_buffer_internal.
1313 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
1314 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
1315 * coding.c (decode_coding): Omit redundant test.
1316 * fileio.c (decide_coding_unwind): Likewise.
1317 * fns.c (secure_hash): Likewise.
1318 * insdel.c (modify_region): Likewise.
1319 * keyboard.c (command_loop_1): Likewise.
1320 * print.c (PRINTFINISH): Likewise.
1321 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
1322
59ea14cd
PE
13232012-08-27 Paul Eggert <eggert@cs.ucla.edu>
1324
1325 * dispnew.c: Use bool for boolean.
1326 (frame_garbaged, display_completed, delayed_size_change)
1327 (fonts_changed_p, add_window_display_history)
1328 (add_frame_display_history, verify_row_hash)
1329 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
1330 (row_equal_p, realloc_glyph_pool)
1331 (allocate_matrices_for_frame_redisplay)
1332 (showing_window_margins_p)
1333 (adjust_frame_glyphs_for_frame_redisplay)
1334 (build_frame_matrix_from_leaf_window, make_current)
1335 (mirrored_line_dance, mirror_line_dance, update_frame)
1336 (update_window_tree, update_single_window)
1337 (check_current_matrix_flags, update_window, update_text_area)
1338 (update_window_line, set_window_update_flags, scrolling_window)
1339 (update_frame_1, scrolling, buffer_posn_from_coords)
1340 (do_pending_window_change, change_frame_size)
1341 (change_frame_size_1, sit_for):
1342 Use bool for boolean.
1343 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
1344 and remove last int (actually boolean) argument, which was always 0.
1345 All callers changed.
1346 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
1347 * dispextern.h (struct composition_it): Use bool for boolean.
1348 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
1349 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
1350 * dired.c (file_name_completion):
1351 Use bool for boolean. (This was missed in an earlier change.)
1352
95072a94
MR
13532012-08-27 Martin Rudalics <rudalics@gmx.at>
1354
1355 * window.c (Fset_window_configuration): Revert first part of
1356 last change.
1357
0f19feff
JD
13582012-08-27 Jan Djärv <jan.h.d@swipnet.se>
1359
1360 * nsterm.h (NSPanel): New class variable dialog_return.
1361
1362 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
1363 dialog_return.
1364 (windowShouldClose:): Use stop instead of stopModalWithCode.
1365 (clicked:): Ditto, and also set dialog_return (Bug#12258).
1366 (timeout_handler:): Use stop instead of abortModal. Send a dummy
1367 event.
1368 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
1369 modal loop returns.
1370
f10fe38f
PE
13712012-08-27 Paul Eggert <eggert@cs.ucla.edu>
1372
de1339b0
PE
1373 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
1374 * composite.c (find_composition, composition_gstring_p)
1375 (composition_reseat_it, find_automatic_composition):
1376 * data.c (let_shadows_buffer_binding_p)
1377 (let_shadows_global_binding_p, set_internal, make_blv)
1378 (Fmake_variable_buffer_local, Fmake_local_variable)
1379 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
1380 (cons_to_signed, arith_driver):
1381 * dbusbind.c (xd_in_read_queued_messages):
1382 * dired.c (directory_files_internal, file_name_completion):
1383 Use bool for booleans.
1384 * dired.c (file_name_completion):
1385 * process.h (fd_callback):
1386 Omit int (actually boolean) argument. It wasn't being used.
1387 All uses changed.
1388 * composite.h, lisp.h: Reflect above API changes.
1389
f10fe38f
PE
1390 * cmds.c, coding.c: Use bool for booleans.
1391 * cmds.c (move_point, Fself_insert_command):
1392 * coding.h (struct composition status, struct coding_system):
1393 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
1394 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
1395 (emacs_mule_char, decode_coding_emacs_mule)
1396 (encode_coding_emacs_mule, detect_coding_iso_2022)
1397 (decode_coding_iso_2022, encode_invocation_designation)
1398 (encode_designation_at_bol, encode_coding_iso_2022)
1399 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
1400 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
1401 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
1402 (encode_coding_raw_text, detect_coding_charset)
1403 (decode_coding_charset, encode_coding_charset, detect_eol)
1404 (detect_coding, get_translation_table, produce_chars)
1405 (consume_chars, reused_workbuf_in_use)
1406 (make_conversion_work_buffer, code_conversion_save)
1407 (decode_coding_object, encode_coding_object)
1408 (detect_coding_system, char_encodable_p)
1409 (Funencodable_char_position, code_convert_region)
1410 (code_convert_string, code_convert_string_norecord)
1411 (Fset_coding_system_priority):
1412 * fileio.c (Finsert_file_contents):
1413 Use bool for booleans.
1414 * coding.h, lisp.h: Reflect above API changes.
1415 * coding.c: Remove unnecessary static function decls.
1416 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
1417 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
1418 not a boolean 'int', since callers never look at the return value.
1419 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
1420 * coding.h (decoding_buffer_size, encoding_buffer_size)
1421 (emacs_mule_string_char): Remove unused extern decls.
1422 (struct iso_2022_spec, struct coding_system):
1423 Use 'unsigned int : 1' for boolean fields, since there's more than one.
1424 (struct emacs_mule_spec): Remove unused field 'full_support'.
1425 All initializations removed.
1426 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
1427
5474c384
DA
14282012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1429
f10fe38f 1430 Fix spare memory change (Bug#12286).
5474c384
DA
1431 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
1432 (valid_lisp_object_p): Likewise.
1433
c4b6914d
MR
14342012-08-27 Martin Rudalics <rudalics@gmx.at>
1435
1436 * window.c (Fset_window_configuration): Record any window's old
1437 buffer if it's replaced (see Bug#8789). If the new current
1438 buffer doesn't appear in the selected window, go to its old
1439 point (Bug#12208).
1440
35aaa1ea
DA
14412012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1442
1443 Special MEM_TYPE_SPARE to denote reserved memory.
1444 * alloc.c (enum mem_type): New memory type.
1445 (refill_memory_reserve): Use new type for spare memory.
1446 This prevents live_cons_p and live_string_p from incorrect
1447 detection of uninitialized objects from spare memory as live.
1448
6af64513
PE
14492012-08-26 Paul Eggert <eggert@cs.ucla.edu>
1450
8b2e00a3
PE
1451 Spelling fixes.
1452 * Makefile.in (.PHONY): versioclean -> versionclean.
1453
b52d6985
PE
1454 Remove unused external symbols.
1455 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
1456 * window.c (Qwindow_valid_p, decode_valid_window):
1457 Now static, not extern.
1458 * data.c (Qinterval): Remove; unused.
1459 (syms_of_data): Do not define 'interval'.
1460 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
1461 * window.h (decode_valid_window):
1462 Remove decls.
1463
d5172d4f
PE
1464 * character.c, charset.c, chartab.c: Use bool for booleans.
1465 * character.c (lisp_string_width, string_count_byte8)
1466 (string_escape_byte8):
1467 * charset.c (charset_map_loaded, load_charset_map, read_hex):
1468 (load_charset_map_from_file, map_charset_chars)
1469 (Fdefine_charset_internal, define_charset_internal)
1470 (Fdeclare_equiv_charset, find_charsets_in_text)
1471 (Ffind_charset_region, char_charset, Fiso_charset):
1472 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
1473 (sub_char_table_set, sub_char_table_set_range)
1474 (char_table_set_range, optimize_sub_char_table)
1475 (map_sub_char_table):
1476 Use bool for boolean.
1477 * character.c (str_to_unibyte): Omit last boolean argument; it was
1478 always 0. All callers changed.
1479 * character.h, charset.h: Adjust to match previous changes.
1480 * character.h (char_printable_p): Remove decl of nonexistent function.
1481 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
1482 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
1483 are all boolean, so make them single-bit bitfields.
1484
6af64513
PE
1485 * lisp.h (ASET): Remove attempt to detect side effects.
1486 It was meant to be temporary and it often doesn't work,
1487 because when IDX has side effects the behavior of IDX==IDX
1488 is undefined. See Stefan Monnier in
1489 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
1490
e1f29348
BR
14912012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
1492
1493 * lisp.h (functionp): New function (extracted from Ffunctionp).
1494 (FUNCTIONP): Use it.
1495 * eval.c (Ffunctionp): Use it.
1496
17c05d74
PE
14972012-08-25 Paul Eggert <eggert@cs.ucla.edu>
1498
0f46bc75
PE
1499 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
1500 as that's faster and simpler than static storage. Don't bother
1501 with the g_main_context_query overhead if g_main_context_pending
1502 says no events are pending.
1503 (gfds, gfds_size): Remove these static vars.
1504 (xgselect_initialize): Remove; no longer needed.
1505 All uses and decls removed.
1506
ee4c0f69
PE
1507 * emacs.c (fatal_error_signal_hook): Remove.
1508 All uses removed. This leftover from old code was always 0.
1509
17c05d74
PE
1510 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
1511 * casefiddle.c (casify_object, casify_region):
1512 * casetab.c (set_case_table):
1513 * category.c, category.h (word_boundary_p):
1514 * category.h (CHAR_HAS_CATEGORY):
1515 Use bool for booleans, instead of int.
1516
391ceac5
EZ
15172012-08-25 Eli Zaretskii <eliz@gnu.org>
1518
1519 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
1520
2f221583
PE
15212012-08-25 Paul Eggert <eggert@cs.ucla.edu>
1522
f4a681b0
PE
1523 On assertion failure, print backtrace if available.
1524 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
1525 (die) [ENABLE_CHECKING]: Print a backtrace if available.
1526 * Makefile.in (LIB_EXECINFO): New macro.
1527 (LIBES): Use it.
1528
2f221583
PE
1529 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
1530 * bytecode.c (exec_byte_code):
1531 * callint.c (check_mark, Fcall_interactively):
1532 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
1533 (getenv_internal, sync_process_alive, call_process_exited):
1534 * lisp.h (USE_SAFE_ALLOCA):
1535 Use bool for booleans, instead of int.
1536 * lisp.h, process.h: Adjust prototypes to match above changes.
1537 * callint.c (Fcall_interactively): Don't assume the mark's
1538 offset fits in 'int'.
1539
37ef52bb
PE
15402012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1541
1542 * buffer.c, buffer.h: Use bool for boolean.
1543 * buffer.c (reset_buffer_local_variables)
1544 (buffer_lisp_local_variables, Fset_buffer_modified_p)
1545 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
1546 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
1547 (overlay_touches_p, overlay_strings, Foverlay_put)
1548 (report_overlay_modification, call_overlay_mod_hooks):
1549 (mmap_enlarge, mmap_set_vars):
1550 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
1551 Use bool for booleans, instead of int.
1552 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
1553 since the 1-or-0 return value is always ignored anyway.
1554 (mmap_initialized_p):
1555 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
1556 * buffer.h, lisp.h: Adjust prototypes to match above changes.
1557
2cc21167
PE
15582012-08-23 Paul Eggert <eggert@cs.ucla.edu>
1559
1560 * bidi.c: Use bool for boolean.
1561 This is a bit more readable, and makes the text segment of bidi.o
1562 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
1563 Presumably it's faster too.
1564 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
1565 Now bool.
1566 (bidi_cache_find_level_change, bidi_cache_iterator_state)
1567 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
1568 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
1569 (bidi_explicit_dir_char, bidi_level_of_next_char)
1570 (bidi_find_other_level_edge, bidi_move_to_visually_next):
1571 Use bool for booleans, instead of int.
1572 * dispextern.h (bidi_init_it, bidi_paragraph_init)
1573 (bidi_unshelve_cache): Adjust decls to match code.
1574
7db4ddf4
MR
15752012-08-23 Martin Rudalics <rudalics@gmx.at>
1576
1577 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
1578 argument.
1579
b1bb8011
PE
15802012-08-23 Paul Eggert <eggert@cs.ucla.edu>
1581
1582 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
1583 * atimer.h: Include <stdbool.h>.
1584
ff687885
DN
15852012-08-22 Dan Nicolaescu <dann@gnu.org>
1586
1587 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
1588 compile time tests instead of run time tests on systems that do
1589 not use them.
1590 (FRAME_MAC_P): Remove leftover from deleted code.
1591 * frame.c (syms_of_frame): Remove leftover from deleted code.
1592
4ce7a138
JD
15932012-08-22 Jan Djärv <jan.h.d@swipnet.se>
1594
1595 * nsterm.m (insertText:): Don't clear modifiers if code is space.
1596
d733ec6d
PE
15972012-08-22 Paul Eggert <eggert@cs.ucla.edu>
1598
1599 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
1600 Otherwise, the compiler complains about (A?B:C) where B is void
fc0c31f8 1601 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
d733ec6d
PE
1602 (fontset_add): Return void, for FONTSET_ADD.
1603
d0d2d26f
PE
16042012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1605
fce31d69
PE
1606 * alloc.c: Use bool for booleans.
1607 (gc_in_progress, abort_on_gc)
1608 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
1609 (dont_register_blocks) [GC_MALLOC_CHECK]:
1610 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
1611 (check_string_bytes, make_specified_string, memory_full)
1612 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
1613 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
1614 (mark_stack, valid_pointer_p, make_pure_string)
1615 (Fgarbage_collect, survives_gc_p, gc_sweep):
1616 Use bool for booleans, instead of int.
1617 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
1618 Remove unused local.
1619 * alloc.c (PURE_POINTER_P):
1620 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
1621 * editfns.c (Fformat):
1622 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
1623 (Fdo_auto_save):
1624 * fns.c (sweep_weak_table):
1625 * lisp.h (suppress_checking, push_message, survives_gc_p)
1626 (make_pure_string, gc_in_progress, abort_on_gc):
1627 * lread.c (readchar, read1):
1628 * print.c (Fprin1_to_string):
1629 * xdisp.c (push_message):
1630 Use bool for booleans affected directly or indirectly by
1631 alloc.c's changes.
1632
d0d2d26f
PE
1633 Make recently-introduced setters macros.
1634 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
1635 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
1636 (set_fontset_default, set_fontset_fallback): Rename from their
1637 upper-case counterparts, and make them functions rather than macros.
1638 This is more consistent with the other recently-introduced setters.
1639 These don't need to be inline, since they're local.
1640
d18e2bb6
JD
16412012-08-21 Jan Djärv <jan.h.d@swipnet.se>
1642
1643 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
1644 the loop (Bug#12247).
1645
1b9d9d16
PE
16462012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1647
1648 * lisp.h (vcopy): Use memcpy rather than our own loop.
1649 This fixes a performance regression introduced by the recent
1650 addition of vcopy. This means 'vcopy' will need to be modified
1651 for a copying collector, but that's OK. Also, tighten the
1652 checking in the assertion.
1653
b2f09701
EZ
16542012-08-21 Eli Zaretskii <eliz@gnu.org>
1655
1656 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
1657 components for RTL text (Bug#11860). Adjust X-OFFSET of each
1658 non-base glyph for the width of the base character, according to
e1f29348
BR
1659 what x_draw_composite_glyph_string_foreground expects.
1660 Generate WADJUST value according to composition_gstring_width's
b2f09701
EZ
1661 expectations, to produce correct width of the composed character.
1662 Reverse the sign of the DU offset produced by ScriptPlace.
1663
9b994fed
PE
16642012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1665
1666 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
1667
086ca913
DA
16682012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
1669
1670 Avoid direct writes to contents member of struct Lisp_Vector.
1671 * lisp.h (vcopy): New function to copy data into vector.
1672 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
1673 * fns.c (Ffillarray): Use ASET.
1674 * keyboard.c (timer_check_2): Use AREF and ASET.
1675 (append_tool_bar_item, Frecent_keys): Use vcopy.
1676 * lread.c (read_vector): Use ASET.
1677 * msdos.c (Frecent_doskeys): Use vcopy.
1678 * xface.c (Finternal_copy_lisp_face): Use vcopy.
1679 (Finternal_merge_in_global_face): Use ASET and vcopy.
1680 * xfont.c (xfont_list_pattern): Likewise.
1681
5481664a
MR
16822012-08-21 Martin Rudalics <rudalics@gmx.at>
1683
1684 * window.c (Fwindow_point): For the selected window always return
1685 the position of its buffer's point.
1686 (Fset_window_point): For the selected window always go in its
1687 buffer to the specified position.
1688
6d470bdd
DA
16892012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
1690
1691 Setter macros for fontsets.
1692 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
1693 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
1694 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
1695 Adjust users.
1696
24564fe1
GM
16972012-08-20 Glenn Morris <rgm@gnu.org>
1698
1699 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
1700 Don't assume that `ln -f' works.
1701
0a05a035
EZ
17022012-08-20 Eli Zaretskii <eliz@gnu.org>
1703
1704 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
1705 and later about non-assignments with no effect. See discussion at
1706 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
1707 details.
1708
e46f2325
DA
17092012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
1710
1711 Inline setter functions for Lisp_Objects slots of struct specbinding.
1712 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
1713 Adjust users.
1714
734fbd86
MR
17152012-08-20 Martin Rudalics <rudalics@gmx.at>
1716
1717 * window.c (select_window): Always make selected window's buffer
1718 current.
1719
f1a95992
DA
17202012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
1721
1722 Use AREF and ASET for docstrings of category tables.
1723 * category.h (CATEGORY_DOCSTRING): Use AREF.
1724 (SET_CATEGORY_DOCSTRING): Use ASET.
1725 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
1726
e83064be
DA
17272012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
1728
1729 Inline setter functions for hash table members.
1730 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
1731 (set_hash_hash, set_hash_index): Rename with _slot suffix.
1732 (set_hash_key_and_value, set_hash_index, set_hash_next)
1733 (set_hash_hash): New functions.
1734 * charset.c, fns.c: Adjust users.
1735
4ce60d2e
DA
17362012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
1737
1738 Inline getter and setter functions for per-buffer values.
1739 * buffer.h (per_buffer_default, set_per_buffer_default)
1740 (per_buffer_value, set_per_buffer_value): New functions.
1741 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
1742 * buffer.c, data.c: Adjust users.
1743
c06c9690
JB
17442012-08-20 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
1747
32bd4250
PE
17482012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1749
bad03192 1750 Rely on <config.h> + <unistd.h> to declare 'environ',
b69a6d22
PE
1751 as gnulib does this if the system doesn't.
1752 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
72279493
EZ
1753 Remove declaration. MS-Windows declares it on stdlib.h which is
1754 included by conf_post.h.
b69a6d22
PE
1755 * emacs.c (environ) [DOUG_LEA_MALLOC]:
1756 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
1757 * vm-limit.c: Include <unistd.h>, for 'environ'.
1758
22d7feb2
PE
1759 * unexaix.c, unexcoff.c: Include "mem-limits.h".
1760 (start_of_data): Remove decl; mem-limits.h provides it.
1761
32bd4250
PE
1762 * xdisp.c (handle_invisible_prop): Make it a bit faster
1763 and avoid a gcc -Wmaybe-uninitialized diagnostic.
1764
450809af
CY
17652012-08-19 Chong Yidong <cyd@gnu.org>
1766
1767 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
1768 ends (Bug#3874).
1769
9e677988
AS
17702012-08-19 Andreas Schwab <schwab@linux-m68k.org>
1771
6b1319ce
AS
1772 * .gdbinit: Use call instead of set when calling a function in the
1773 inferior.
1774
9e677988
AS
1775 * data.c (set_internal): Don't use set_blv_found.
1776 (Fkill_local_variable): Likewise.
1777
d7191076
AA
17782012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
1779
1780 * nsfont.m (ns_ascii_average_width): Ensure the string
1781 ascii_printable is initialized with a null-terminated character
1782 array. Otherwise, it can contain undesired extra characters.
1783
e757f1c6
PE
17842012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1785
1786 port new setting code to Sun C 5.8 2005/10/13
1787 * chartab.c, lisp.h (char_table_set, char_table_set_range):
1788 Return void, not Lisp_Object. Otherwise, the compiler
1789 complains about (A?B:C) where B is void and C is Lisp_Object
1790 when compiling CHAR_TABLE_SET, due to the recent change to
1791 the API of sub_char_table_set_contents.
1792
a999ce26
CY
17932012-08-18 Chong Yidong <cyd@gnu.org>
1794
1795 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
1796 for the string case (Bug#3874).
1797
3f22b86f
PE
17982012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1799
39eb03f1
PE
1800 * buffer.h (BSET): Remove (Bug#12215).
1801 Replace all uses with calls to new setter functions.
1802 (bset_bidi_paragraph_direction, bset_case_canon_table)
1803 (bset_case_eqv_table, bset_directory, bset_display_count)
1804 (bset_display_time, bset_downcase_table)
1805 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
1806 (bset_last_selected_window, bset_local_var_alist)
1807 (bset_mark_active, bset_point_before_scroll, bset_read_only)
1808 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
1809 (bset_width_table):
1810 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
1811 (bset_auto_fill_function, bset_auto_save_file_format)
1812 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
1813 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
1814 (bset_cache_long_line_scans, bset_case_fold_search)
1815 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
1816 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
1817 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
1818 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
1819 (bset_header_line_format, bset_indicate_buffer_boundaries)
1820 (bset_indicate_empty_lines, bset_invisibility_spec)
1821 (bset_left_fringe_width, bset_major_mode, bset_mark)
1822 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
1823 (bset_name, bset_overwrite_mode, bset_pt_marker)
1824 (bset_right_fringe_width, bset_save_length)
1825 (bset_scroll_bar_width, bset_scroll_down_aggressively)
1826 (bset_scroll_up_aggressively, bset_selective_display)
1827 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
1828 (bset_word_wrap, bset_zv_marker):
1829 * category.c (bset_category_table):
1830 * syntax.c (bset_syntax_table):
1831 New setter functions.
1832
6a09a33b
PE
1833 * process.h (PSET): Remove (Bug#12215).
1834 Replace all uses with calls to new setter functions.
1835 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1836 (PROCESS_INLINE): New macro.
1837 (pset_childp): New setter function.
1838 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
1839 * process.c (PROCESS_INLINE):
1840 Define to EXTERN_INLINE, so that the corresponding functions
1841 are compiled into code.
1842 (pset_buffer, pset_command, pset_decode_coding_system)
1843 (pset_decoding_buf, pset_encode_coding_system)
1844 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
1845 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
1846 (pset_type, pset_write_queue): New setter functions.
1847
e8c17b81
PE
1848 * window.h (WSET): Remove (Bug#12215).
1849 Replace all uses with calls to new setter functions.
1850 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1851 (WINDOW_INLINE): New macro.
1852 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
1853 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
1854 (wset_total_lines, wset_vertical_scroll_bar)
1855 (wset_window_end_pos, wset_window_end_valid)
1856 (wset_window_end_vpos): New setter functions.
1857 * window.c (WINDOW_INLINE):
1858 Define to EXTERN_INLINE, so that the corresponding functions
1859 are compiled into code.
1860 (wset_combination_limit, wset_dedicated, wset_display_table)
1861 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
1862 (wset_new_normal, wset_new_total, wset_next_buffers)
1863 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
1864 (wset_prev_buffers, wset_right_fringe_width)
1865 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
1866 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
1867 (wset_window_parameters):
1868 * xdisp.c (wset_base_line_number, wset_base_line_pos)
1869 (wset_column_number_displayed, wset_region_showing):
1870 New setter functions.
1871
3f22b86f
PE
1872 * termhooks.h (TSET): Remove (Bug#12215).
1873 Replace all uses with calls to new setter functions.
1874 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1875 (TERMHOOKS_INLINE): New macro.
1876 (tset_charset_list, tset_selection_alist): New setter functions.
1877 * terminal.c (TERMHOOKS_INLINE):
1878 Define to EXTERN_INLINE, so that the corresponding functions
1879 are compiled into code.
1880 (tset_param_alist): New setter function.
1881
742af32f
PE
18822012-08-17 Paul Eggert <eggert@cs.ucla.edu>
1883
15dbb4d6
PE
1884 * keyboard.h (KSET): Remove (Bug#12215).
1885 Replace all uses with calls to new setter functions.
1886 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1887 (KEYBOARD_INLINE): New macro.
1888 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
1889 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
1890 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
1891 New setter functions.
1892 * keyboard.c (KEYBOARD_INLINE):
1893 Define to EXTERN_INLINE, so that the corresponding functions
1894 are compiled into code.
1895 (kset_echo_string, kset_kbd_queue)
1896 (kset_keyboard_translate_table, kset_last_prefix_arg)
1897 (kset_last_repeatable_command, kset_local_function_key_map)
1898 (kset_overriding_terminal_local_map, kset_real_last_command)
1899 (kset_system_key_syms): New setter functions.
1900
f00af5b1
PE
1901 * frame.h (FSET): Remove (Bug#12215).
1902 Replace all uses with calls to new setter functions.
1903 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1904 (FRAME_INLINE): New macro.
1905 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
1906 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
1907 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
1908 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
1909 (fset_param_alist, fset_root_window, fset_scroll_bars)
1910 (fset_selected_window, fset_title, fset_tool_bar_items)
1911 (fset_tool_bar_position, fset_tool_bar_window): New functions.
1912 * frame.c (FRAME_INLINE):
1913 Define to EXTERN_INLINE, so that the corresponding functions
1914 are compiled into code.
1915 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
1916
0c94c8d6
PE
1917 A few more naming-convention fixes for getters and setters.
1918 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
1919 and rename from buffer_overlays_set_before.
1920 (set_buffer_overlays_after): Move here from buffer.h, and rename
1921 from buffer_overlays_set_after.
1922 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
1923 All uses changed.
1924 (set_buffer_intervals): Rename from buffer_set_intervals.
1925 * intervals.c (set_interval_object): Move here from intervals.h,
1926 and rename from interval_set_object.
1927 (set_interval_left): Move here from intervals.h, and rename from
1928 interval_set_left.
1929 (set_interval_right): Move here from intervals.h, and rename from
1930 interval_set_right.
1931 (copy_interval_parent): Move here from intervals.h, and rename from
1932 interval_copy_parent.
1933 * intervals.h (set_interval_parent): Rename from interval_set_parent.
1934 (set_interval_plist): Rename from interval_set_plist.
1935 Return void, not Lisp_Object, since no caller uses the result.
1936 * lisp.h (string_intervals): Rename from string_get_intervals.
1937 (set_string_intervals): Rename from string_set_intervals.
1938
34dabdb7
PE
1939 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
1940 (set_char_table_contents): Rename from char_table_set_contents.
0b390a9d 1941 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
34dabdb7
PE
1942 All uses changed. See the end of
1943 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
1944
742af32f
PE
1945 * lisp.h (CSET): Remove (Bug#12215).
1946 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
1947 (set_char_table_purpose): New functions,
1948 replacing CSET. All uses changed. For example, replace
1949 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
c24eb18a 1950 "set_char_table_parent (char_table, parent);".
742af32f
PE
1951 The old version was confusing because it used the same name
1952 'parent' for two different things.
1953
a04e2c62
DA
19542012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
1955
1956 Functions to get and set Lisp_Object fields of buffer-local variables.
1957 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
1958 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
1959 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
1960 * data.c, eval.c, frame.c: Adjust users.
1961
383dcbf9
CY
19622012-08-17 Chong Yidong <cyd@gnu.org>
1963
1964 * xfaces.c (merge_face_vectors): If the target font specfies a
1965 font spec, make the font's attributes take precedence over
1966 directly-specified attributes.
1967 (merge_face_ref): Recognize :font.
1968
44386687
DA
19692012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
1970
1971 Do not use memcpy for copying intervals.
1972 * intervals.c (reproduce_interval): New function.
1973 (reproduce_tree, reproduce_tree_obj): Use it.
1974 (reproduce_tree_obj): Remove prototype.
1975
927c7216
PE
19762012-08-17 Paul Eggert <eggert@cs.ucla.edu>
1977
1978 * lisp.h (duration_to_sec_usec): Remove unused decl.
1979
93044f7b
AA
19802012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
1981
1982 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
1983 to an allocated instance of NSString, not to the class itself.
1984
9851e4a5
JB
19852012-08-17 Juanma Barranquero <lekktu@gmail.com>
1986
1987 * makefile.w32-in (C_CTYPE_H): New macro.
1988 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
1989 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
1990 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
1991
620f13b0
PE
19922012-08-16 Paul Eggert <eggert@cs.ucla.edu>
1993
1994 Use ASCII tests for character types.
1995 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
1996 * xfns.c, xterm.c:
1997 Don't include <ctype.h>; was not needed.
1998 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
1999 * sysdep.c, xfaces.c:
2000 Include <c-ctype.h> instead of <ctype.h>.
2001 * nsterm.m: Include <c-ctype.h>.
2002 * charset.c (read_hex):
2003 * doc.c (Fsnarf_documentation):
2004 * fileio.c (IS_DRIVE) [WINDOWSNT]:
2005 (DRIVE_LETTER) [DOS_NT]:
2006 (Ffile_name_directory, Fexpand_file_name)
2007 (Fsubstitute_in_file_name):
2008 * font.c (font_parse_xlfd, font_parse_fcname):
2009 * frame.c (x_set_font_backend):
2010 * gtkutil.c (xg_get_font):
2011 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
2012 * nsimage.m (hexchar):
2013 * nsterm.m (ns_xlfd_to_fontname):
2014 * sysdep.c (system_process_attributes):
2015 * xfaces.c (hash_string_case_insensitive):
2016 Use C-locale tests instead of locale-specific tests for character
2017 types, since we want the ASCII interpretation here, not the
2018 interpretation suitable for whatever happens to be the current locale.
2019
52162052
MR
20202012-08-16 Martin Rudalics <rudalics@gmx.at>
2021
2022 Consistently check windows for validity/liveness
2023 (Bug#11984, Bug#12025, Bug#12026).
2024 * lisp.h (CHECK_VALID_WINDOW): New macro.
2025 * window.c (decode_window): Rename to decode_live_window.
2026 (decode_valid_window, Fwindow_valid_p): New functions.
2027 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
2028 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
2029 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
2030 (Fwindow_prev_sibling, Fwindow_combination_limit)
2031 (Fset_window_combination_limit, Fwindow_use_time)
2032 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
2033 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
2034 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
2035 (Fwindow_hscroll, Fset_window_hscroll)
2036 (Fwindow_redisplay_end_trigger)
2037 (Fset_window_redisplay_end_trigger, Fwindow_edges)
2038 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
2039 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
2040 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
2041 (Fwindow_end, Fset_window_point, Fset_window_start)
2042 (Fpos_visible_in_window_p, Fwindow_line_height)
2043 (Fwindow_dedicated_p, Fset_window_dedicated_p)
2044 (Fwindow_prev_buffers, Fset_window_prev_buffers)
2045 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
2046 (Fset_window_parameter, Fwindow_display_table)
2047 (Fset_window_display_table, Fdelete_other_windows_internal)
2048 (Fset_window_buffer, Fset_window_new_total)
2049 (Fset_window_new_normal, Fdelete_window_internal)
2050 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
2051 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
2052 (Fwindow_scroll_bars): Check whether argument window is a valid or
2053 live window. Update doc-strings.
2054 (syms_of_window): New symbol Qwindow_valid_p.
2055 * keyboard.c (Fposn_at_x_y): Check whether argument
2056 frame_or_window denotes a valid window.
2057
2751c80f
DA
20582012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
2059
2060 Fix previous char table change.
2061 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
2062 * chartab.c (optimize_sub_char_table): Likewise.
2063
032a42c8
CY
20642012-08-16 Chong Yidong <cyd@gnu.org>
2065
a2d19368
CY
2066 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
2067
032a42c8
CY
2068 * xfont.c (xfont_open):
2069 * xftfont.c (xftfont_open): Set the font's max_width field.
2070
2071 * nsfont.m (nsfont_open): Similar to the Xft backend, set
2072 min_width to space_width and average_width to the average over
2073 printable ASCII characters.
2074 (ns_char_width): Code cleanup.
2075 (ns_ascii_average_width): New utility function.
2076
2077 * font.h (struct font): Update comments.
2078
a098c930
DA
20792012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
2080
032a42c8 2081 Simple interface to set Lisp_Object fields of character tables.
a098c930
DA
2082 * lisp.h (CSET): New macro.
2083 (char_table_set_extras, char_table_set_contents)
2084 (sub_char_table_set_contents): New function.
2085 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
2086 * syntax.c: Adjust users.
2087
8be3a09c
SM
20882012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * eval.c (eval_sub): Bind lexical-binding.
2091 * lread.c (Qlexical_binding): Make non-static.
2092
ac4845a6
JD
20932012-08-15 Jan Djärv <jan.h.d@swipnet.se>
2094
ddee6515
JD
2095 * nsmenu.m (popupSession): Remove.
2096 (pop_down_menu): Remove endModalSession.
2097 (timeout_handler:): New method.
2098 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
2099 Call runModalForWindow. Check timer_fired when it returns.
2100 If not set, cancel timer and break out of loop.
2101 Otherwise loop again, with a new timeout.
2102
2103 * nsterm.m: Include fcntl.h if present.
2104 (fd_entry, t_readfds, inNsSelect): Remove.
2105 (select_writefds, select_valid, select_timeout, selfds)
2106 (select_mutex, apploopnr): Add.
2107 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
2108 Otherwise call kbd_buffer_store_event.
2109 (ns_send_appdefined): Remove release of fd_entry.
2110 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
2111 Increment and decrement apploopnr.
2112 (ns_select): If no file descriptors, just do a NSTimer.
2113 Otherwise copy read/write masks and start select thread (fd_handler).
2114 Start main loop and wait for application defined event.
2115 Inform select thread to stop selecting after main loop is exited.
2116 (ns_term_init): Create selfds pipe and set non-blocking.
fc0c31f8 2117 Initialize select_mutex. Start the select thread (fd_handler).
ddee6515
JD
2118 (fd_handler:): Loop forever, wait for info from the main thread
2119 to either start or stop selecting. When select returns, send
2120 and appdefined event.
2121 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
2122 If not call kbd_buffer_store_event.
2123
2124 * nsterm.h (EmacsApp): fd_handler takes id argument.
2125 (EmacsDialogPanel): Add timer_fired and timeout_handler.
2126
ac4845a6
JD
2127 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
2128
eb424fe3
EZ
21292012-08-15 Eli Zaretskii <eliz@gnu.org>
2130
2131 * region-cache.c (move_cache_gap): Update gap_len using the actual
2132 growth of the boundaries array. Do not change cache_len.
2133 (Bug#12196)
2134
4e6a86c6
DA
21352012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
2136
2137 Generalize and cleanup font subsystem checks.
2138 * font.h (FONT_DEBUG, font_assert): Remove.
8be3a09c
SM
2139 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
2140 Change font_assert to eassert. Use eassert where appropriate.
4e6a86c6 2141
5bf192ca
DA
21422012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
2143
2144 * gtkutil.c (xg_get_font): Use pango_units_to_double.
2145
f2045622
CY
21462012-08-15 Chong Yidong <cyd@gnu.org>
2147
8be3a09c
SM
2148 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
2149 When using the new font chooser, use gtk_font_chooser_get_font_desc to
2150 extract the font descriptor instead of just the font name.
2151 In that case, return a font spec instead of a string.
f2045622
CY
2152 (x_last_font_name): Move to this file from xfns.c.
2153
2154 * xfns.c (Fx_select_font): The return value can also be a font
2155 spec. Move x_last_font_name management to gtkutil.c.
2156
2157 * xfaces.c: Make font weight and style symbols non-static.
2158
7f6feb56
SM
21592012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
2162 (bug#12117).
2163
fecbd8ff
SM
21642012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * alloc.c (Fgarbage_collect): Use plural form consistently.
2167
9b8d5165
EZ
21682012-08-14 Eli Zaretskii <eliz@gnu.org>
2169
2170 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
2171 iteration through the command loop. Fixes a problem whereby mouse
2172 movements are ignored until the first mouse click.
2173
f5d9e83a
PE
21742012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2175
2176 Use bool, not int, for Lisp booleans.
2177 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
2178 makes Emacs a bit smaller and presumably a bit faster.
2179 * lisp.h: Include <stdbool.h>.
2180 (struct Lisp_Boolfwd, defvar_bool):
2181 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
2182 * regex.c [!emacs]: Include <stdbool.h>.
2183 (false, true): Remove; <stdbool.h> does this for us now.
2184
55802e4a
CY
21852012-08-14 Chong Yidong <cyd@gnu.org>
2186
4abcdac8
CY
2187 * character.c (Fcharacterp): Doc fix (Bug#12076).
2188
2189 * data.c (Findirect_variable): Doc fix (Bug#11040).
2190
55802e4a
CY
2191 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
2192
2193 * editfns.c (Fformat): Doc fix (Bug#12059).
4abcdac8 2194 (Fsave_current_buffer): Doc fix (Bug#11542).
55802e4a 2195
8e99d072
BR
21962012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
2197
2198 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
2199 (bug#12022).
2200
08908aca
MR
22012012-08-14 Martin Rudalics <rudalics@gmx.at>
2202
2203 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
2204 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
2205 * minibuf.c (choose_minibuf_frame, read_minibuf):
2206 * w32fns.c (x_create_tip_frame):
2207 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
2208 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
2209
56120d6f
PE
22102012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2211
2212 * intervals.c (offset_intervals): Remove obsolete comment.
2213
67b77c0b
AS
22142012-08-14 Andreas Schwab <schwab@linux-m68k.org>
2215
2216 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
2217
f48b82fd
GR
22182012-08-14 Gergely Risko <gergely@risko.hu>
2219
2220 * coding.c (decode_coding): Record buffer modification before
2221 disabling undo_list (Bug#11773).
2222
fd318b54
DA
22232012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
2224
2225 Revert and cleanup some recent overlay changes.
2226 * buffer.h (enum overlay_type): Remove.
2227 (buffer_get_overlays, buffer_set_overlays): Likewise.
2228 (buffer_set_overlays_before, buffer_set_overlays_after):
2229 New function. Adjust users.
2230 (unchain_both): Add eassert.
2231
41a62dd9
DA
22322012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
2233
2234 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
2235
5884c324
PE
22362012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2237
2238 * gtkutil.c (xg_mark_data): Don't assume C99.
2239
ca06f160
JD
22402012-08-13 Jan Djärv <jan.h.d@swipnet.se>
2241
2242 * gtkutil.c (xg_frame_tb_info): New struct.
2243 (TB_INFO_KEY): New define.
2244 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
2245 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
2246 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
2247 if not present.
2248 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
fc0c31f8 2249 is up to date. Otherwise store new data.
ca06f160
JD
2250 (free_frame_tool_bar): Free xg_frame_tb_info if present.
2251
7864a3f7
DA
22522012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
2253
2254 Use KSET for write access to Lisp_Object members of struct kboard.
2255 * keyboard.h (KSET): New macro.
2256 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
2257 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
2258 * xterm.c: Adjust users.
2259
4c31be61
DA
22602012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
2261
2262 Use BSET for write access to Lisp_Object members of struct buffer.
2263 * buffer.h (BSET): New macro.
2264 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
2265 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
2266 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
2267 * window.c, xdisp.c, xfns.c: Adjust users.
2268
14ae4239
BT
22692012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
2270
2271 * lread.c (syms_of_lread): Initialize Vlexical_binding.
2272
32bcadb4
JD
22732012-08-11 Jan Djärv <jan.h.d@swipnet.se>
2274
3d29b2ce 2275 * nsterm.m (not_in_argv): New function.
fc0c31f8 2276 (application:openFile, application:openTempFile:):
3d29b2ce
JD
2277 (application:openFileWithoutUI:, application:openFiles:): Open file
2278 if not_in_argv returns non-zero (bug#12171).
2279
32bcadb4 2280 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
14ae4239
BT
2281 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
2282 Define for Gtk+ versions less than 3.2.
32bcadb4
JD
2283 (xg_get_font_name): Use those functions/macros here.
2284 Reported by Frans Oilinki <moilinki@gmail.com>.
2285
9ff9402d 22862012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8ccd072a
YM
2287
2288 * unexmacosx.c (copy_data_segment): Copy initialized data in
2289 statically linked libraries from input file rather than memory.
2290
db74a5fc
YM
2291 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
2292 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
2293 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
2294
25e65510
GM
22952012-08-10 Glenn Morris <rgm@gnu.org>
2296
2297 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
2298 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
2299
7961135c
DA
23002012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2301
2302 Fix last change to allow compilation with low optimization levels.
2303 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
2304 Reported by Jan Djärv <jan.h.d@swipnet.se>.
2305
42b3a444
DA
23062012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2307
2308 Use common inline syntax in intervals.h.
2309 * intervals.h (INTERVALS_INLINE): New macro.
2310 Change all users from LISP_INLINE.
2311
9fb0c957
DA
23122012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2313
2314 Define Qnone once for all platforms.
2315 * frame.c (Qnone): Define here.
2316 (syms_of_frame): DEFSYM it.
2317 * lisp.h (Qnone): New declaration.
2318 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
2319 * xfns.c: Remove duplication. Adjust users.
2320
65e8ee52
DA
23212012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
2322
2323 Remove unused macros from intervals.h.
2324 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
2325 * intervals.c: Adjust comment.
2326
9b855fd6
EZ
23272012-08-10 Eli Zaretskii <eliz@gnu.org>
2328
2329 * w32fns.c <w32_unicode_gui>: New static variable.
2330 (globals_of_w32fns): Initialize it according to os_subtype.
2331 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
2332 testing os_subtype.
2333
39cb9e56 23342012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
d30be705
EZ
2335 Eli Zaretskii <eliz@gnu.org>
2336
2337 Fix bug #10299 with Unicode characters sent by customized
2338 keyboards created by MSKLC.
2339 * w32fns.c (INIT_WINDOW_CLASS): New macro.
2340 (w32_init_class): Use it to initialize the Emacs class with either
2341 ANSI or Unicode API calls.
2342 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
2343 later.
2344 (w32_wnd_proc): If the character code sent by WM_CHAR or
2345 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
2346 original message. Call DefWindowProcW on NT and later.
2347
9374581a
GM
23482012-08-10 Glenn Morris <rgm@gnu.org>
2349
4b94e8cf
GM
2350 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
2351
9374581a
GM
2352 * lisp.h (DIRECTORY_SEP): Let configure set it.
2353
a2752828
DA
23542012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
2355
2356 Use TSET for write access to Lisp_Object slots of struct terminal.
2357 * termhooks.h (TSET): New macro.
2358 * coding.c, terminal.c, xselect.c: Adjust users.
2359
cc92c454
SM
23602012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
2363 the failing expression, include them in the error message.
2364 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
2365 * lisp.h (internal_condition_case_n): Update declaration.
2366
4cb3e6b3
DA
23672012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2368
2369 Inline functions to examine and change buffer overlays.
2370 * buffer.c (unchain_both): New function.
2371 * buffer.h (buffer_get_overlays, buffer_set_overlays):
2372 (buffer_has_overlays): New function.
2373 (enum overlay_type): New enum.
2374 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
2375 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
2376
8707c1e5
DA
23772012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2378
2379 Inline functions to examine and change buffer intervals.
2380 * alloc.c (mark_interval_tree): Remove.
2381 (MARK_INTERVAL_TREE): Simplify.
2382 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
2383 * intervals.c (buffer_balance_intervals): New function.
2384 (graft_intervals_into_buffer): Adjust indentation.
2385 (set_intervals_multibyte): Simplify.
2386 * buffer.h (BUF_INTERVALS): Remove.
2387 (buffer_get_intervals, buffer_set_intervals): New function.
2388 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
2389 * intervals.c, textprop.c: Adjust users.
2390
ad8c997f
DA
23912012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2392
2393 Inline functions to examine and change string intervals.
2394 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
2395 (string_get_intervals, string_set_intervals): New function.
2396 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
2397 * lread.c, print.c, textprop.c: Adjust users.
2398
32ac3a6b
GM
23992012-08-08 Glenn Morris <rgm@gnu.org>
2400
2401 * lisp.mk (lisp): Remove language/persian.elc.
2402
77c7bcb1
DA
24032012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2404
2405 Cleanup intervals.
2406 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
2407 (NULL_INTERVAL_P): Likewise. Adjust users.
14ae4239
BT
2408 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
2409 Adjust comment. Move under #if 0.
77c7bcb1
DA
2410 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
2411 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
2412
9c08a8d4
DA
24132012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2414
2415 Check total length of intervals with eassert.
2416 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
2417 * intervals.c: Change all users to eassert.
2418
26d16b35
EZ
24192012-08-07 Eli Zaretskii <eliz@gnu.org>
2420
14ae4239
BT
2421 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
2422 Rename fields to match removal of FGET and WGET and disuse of
26d16b35
EZ
2423 INTERNAL_FIELD in Lisp_Cons.
2424
c644523b
DA
24252012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2426
2427 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
2428 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
2429 name since all xname users are fixed long time ago. Do not
2430 use INTERNAL_FIELD.
2431 (set_symbol_name, set_symbol_function, set_symbol_plist):
2432 (set_symbol_next, set_overlay_plist): New function.
2433 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
2434 (struct Lisp_Overlay): Likewise.
2435 (CVAR, MVAR, SVAR): Remove.
2436 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
2437 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
2438 * xterm.c: Adjust users.
2439 * .gdbinit: Change to use name field of struct Lisp_Symbol
2440 where appropriate.
2441
6a3d20cc
DA
24422012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2443
2444 Basic functions to set Lisp_Object and pointer slots of intervals.
2445 * intervals.h (interval_set_parent, interval_set_object):
2446 (interval_set_left, interval_set_right, interval_set_plist):
2447 (interval_copy_parent): New function.
2448 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
14ae4239
BT
2449 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
2450 Adjust indentation.
6a3d20cc
DA
2451 (INTERVAL_SIZE): Remove. Adjust users.
2452 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
2453
4d2b044c
DA
24542012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2455
2456 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
2457 * process.h (PGET): Remove.
2458 (struct Lisp_Process): Do not use INTERNAL_FIELD.
2459 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
2460
d3d50620
DA
24612012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2462
2463 Drop WGET and revert read access to Lisp_Objects slots of struct window.
2464 * window.h (WGET): Remove.
2465 (struct window): Do not use INTERNAL_FIELD.
2466 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
2467 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
2468 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
2469 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
2470 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
2471 Adjust users.
2472
d10a51dc
CY
24732012-08-07 Chong Yidong <cyd@gnu.org>
2474
2475 * window.c (Fwindow_edges, Fwindow_pixel_edges)
2476 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
2477 (Fdelete_window_internal): Signal an error if the window is not on
2478 a live frame (Bug#12025).
2479
e69b0960
DA
24802012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2481
2482 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
2483 * frame.h (FGET): Remove.
2484 (struct frame): Do not use INTERNAL_FIELD.
2485 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
2486 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
2487 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
2488 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
2489
25a20a3a
JB
24902012-08-06 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * w32.c: Silence compiler warnings.
2493 (map_w32_filename): Remove unused variable `is_fat'.
2494 (chase_symlinks): Add parentheses around expression.
2495
1c6f11f4
GM
24962012-08-06 Glenn Morris <rgm@gnu.org>
2497
1db4583a
GM
2498 * sysdep.c: Respect BROKEN_GETWD.
2499
1c6f11f4
GM
2500 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
2501 Let configure handle it.
2502 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
2503
2b90362b
DA
25042012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2505
2506 Use GCALIGNMENT where appropriate.
2507 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
2508 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
2509 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
2510
5f50daf2
EZ
25112012-08-06 Eli Zaretskii <eliz@gnu.org>
2512
14ae4239
BT
2513 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
2514 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
5f50daf2 2515
cbcc7007
SM
25162012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * buffer.h (struct buffer): Revert `indirections' to a simple int;
2519 that should be sufficient for everyone.
2520
4d365fa4
JD
25212012-08-06 Jan Djärv <jan.h.d@swipnet.se>
2522
2523 * keyboard.c (timer_check_2): Add break so timer_check returns next
2524 timeout.
2525
dd86bd82
DA
25262012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2527
2528 Fix Windows build errors introduced after converting to WGET and WSET.
2529 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
2530 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2531
054e1668
JD
25322012-08-06 Jan Djärv <jan.h.d@swipnet.se>
2533
2534 * nsterm.m (ns_frame_rehighlight): Use FSET.
2535
2536 * nsmenu.m (ns_update_menubar): Use FSET.
2537
21238f11
DA
25382012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2539
2540 Separate read and write access to Lisp_Object slots of Lisp_Process.
2541 * process.h (PGET, PSET): New macros similar to AREF and ASET.
2542 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
2543
077288cf
DA
25442012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2545
2546 Separate read and write access to Lisp_Object slots of struct window.
2547 * window.h (WGET, WSET): New macros similar to AREF and ASET.
2548 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
2549 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
2550 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
2551 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
2552 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
2553 Adjust users.
2554
71688bd7
DA
25552012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2556
2557 Fix Windows build errors introduced after converting to FGET and FSET.
2558 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
2559 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
2560 (w32_judge_scroll_bars): Change to use FSET.
2561 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
2562
f99bac93
DA
25632012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2564
2565 Fix replacement typo.
2566 * window.c (replace_window): Set root_window instead of
2567 selected_window. This fixes a total window subsystem
2568 malfunction reported by Bastien Guerry <bzg@gnu.org>.
2569
8c2a0f2d
GM
25702012-08-06 Glenn Morris <rgm@gnu.org>
2571
2572 * lisp.mk (lisp): Add language/persian.elc.
2573
edd74c35
DA
25742012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2575
2576 Separate read and write access to Lisp_Object slots of struct frame.
2577 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
2578 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
2579 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
2580 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
2581 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
2582
8671676c
AS
25832012-08-05 Andreas Schwab <schwab@linux-m68k.org>
2584
2585 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
2586
663e2b3f
DA
25872012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2588
2589 Generalize common compile-time constants.
2590 * lisp.h (header_size, bool_header_size, word_size): Now here.
2591 (struct Lisp_Vector): Add comment.
2592 (struct Lisp_Bool_Vector): Move up to define handy constants.
2593 (VECSIZE, PSEUDOVECSIZE): Simplify.
2594 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
2595 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
2596 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
2597 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
2598 * xfont.c, xmenu.c: Use word_size where appropriate.
2599
d32e47af
LM
26002012-08-05 Lawrence Mitchell <wence@gmx.li>
2601
2602 * search.c (Freplace_match): Treat \? in the replacement text
2603 literally (Bug#8161).
2604
e5d9c0d1
CY
26052012-08-05 Chong Yidong <cyd@gnu.org>
2606
2607 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
2608 * frame.c (Vdelete_frame_functions):
2609 * emacs.c (Vkill_emacs_hook): Doc fix.
2610
8da0576b
EZ
26112012-08-04 Eli Zaretskii <eliz@gnu.org>
2612
2613 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
2614 --with-x-toolkit=no builds.
2615 Reported by Carsten Mattner <carstenmattner@gmail.com>.
2616
02676e5d
CY
26172012-08-04 Chong Yidong <cyd@gnu.org>
2618
2619 * syntax.c (Fmodify_syntax_entry): Doc fix.
2620
97147da9
EZ
26212012-08-04 Eli Zaretskii <eliz@gnu.org>
2622
76151e2c
EZ
2623 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
2624 * w32.c (init_environment): Change the default values of many
2625 environment variables in dflt_envvars[] to NULL, to avoid pushing
14ae4239
BT
2626 them into environment when they were not already defined.
2627 Remove the code that deletes site-lisp subdirectories from the default
76151e2c 2628 value of EMACSLOADPATH, as it is no longer needed.
14ae4239
BT
2629 (check_windows_init_file): Now external, not static.
2630 Use Vload_path as is, without adding anything, as this function is now
76151e2c
EZ
2631 called when Vload_path is already set up.
2632
2633 * w32.h (check_windows_init_file): Add prototype.
2634
2635 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
2636 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
2637 compatibility with Posix platforms.
2638 (main): Move the call to check_windows_init_file to here from
2639 w32.c.
2640 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
2641 any, in the DEFALT argument into the root of the Emacs build or
2642 installation tree, as appropriate.
2643
2644 * callproc.c (init_callproc_1): Call decode_env_path instead of
2645 doing its equivalent by hand.
2646 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
2647 the code that sets Vexec_path run on MS-Windows.
2648
2649 * lread.c (init_lread): Add comments to #ifdef's.
2650
97147da9
EZ
2651 * msdos.c (dos_set_window_size, IT_update_begin)
2652 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
2653 instead of direct references.
2654
185ee146
PE
26552012-08-04 Paul Eggert <eggert@cs.ucla.edu>
2656
2657 Export DEFAULT_REHASH_* to GDB.
2658 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
2659 Now constants, not macros.
2660
8834c57a
PE
26612012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2662
98c6f1e3
PE
2663 Remove unnecessary casts involving pointers.
2664 These casts are no longer needed now that we assume C89 or later,
2665 since they involve casting to or from void *.
2666 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
2667 (make_pure_float, make_pure_vector):
2668 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
2669 * macros.c (Fstart_kbd_macro):
2670 * menu.c (find_and_return_menu_selection):
2671 * minibuf.c (read_minibuf_noninteractive):
2672 * sysdep.c (closedir):
2673 * xdisp.c (x_produce_glyphs):
2674 * xfaces.c (compare_fonts_by_sort_order):
2675 * xfns.c (x_real_positions, select_visual):
2676 * xselect.c (x_stop_queuing_selection_requests)
2677 (x_get_window_property, x_get_window_property_as_lisp_data):
2678 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
2679 Remove unnecessary pointer casts.
2680 * alloc.c (record_xmalloc): New function.
2681 * lisp.h (record_xmalloc): New decl.
2682 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
2683 more like a function. This is because the pointer cast is not
2684 needed. All uses changed.
2685 * print.c (print_string, print_error_message): Avoid length recalc.
2686
8834c57a
PE
2687 Improve fix for macroexp crash with debugging (Bug#12118).
2688 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
2689 ARRAY_MARK_FLAG when checking subscripts, because ASET is
2690 not supposed to be invoked from the garbage collector.
2691 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
2692 (gc_aset): New function, which is like ASET but can be
2693 used in the garbage collector.
2694 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
2695 (set_hash_index): Use it instead of ASET.
2696
6dad7178
EZ
26972012-08-03 Eli Zaretskii <eliz@gnu.org>
2698
2699 Support symlinks on latest versions of MS-Windows.
2700 * w32.c: Include winioctl.h and aclapi.h.
2701 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
2702 (revert_to_self): Forward declarations of static functions.
2703 <static BOOL g_b_init_get_security_info>:
2704 <g_b_init_create_symbolic_link>: New static flags.
2705 (globals_of_w32): Initialize them to zero.
2706 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
2707 (map_w32_filename): Improve commentary. Simplify switch.
2708 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
2709 headers (most versions of MinGW w32api don't).
2710 (get_security_info, create_symbolic_link)
2711 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
2712 New functions.
2713 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
2714 in the argument file name.
2715 (sys_access): Call unc_volume_file_attributes only if
2716 GetFileAttributes fails with network-related error codes.
2717 (sys_rename): Diagnose renaming of a symlink when the user doesn't
2718 have the required privileges.
14ae4239 2719 (get_file_security_desc_by_name): Rename from
6dad7178
EZ
2720 get_file_security_desc.
2721 (stat_worker): New function, with most of the guts of 'stat', and
14ae4239
BT
2722 with addition of handling of symlinks and support for 'lstat'.
2723 If possible, get file's attributes and security information by
6dad7178
EZ
2724 handle, not by name. Produce S_IFLNK bit for symlinks, when
2725 called from 'lstat'.
2726 (stat, lstat): New functions, call 'stat_worker'.
2727 (symlink, readlink, careadlinkat): Rewritten to create and resolve
2728 symlinks when the underlying filesystem supports them.
2729
f162bcc3
PE
27302012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2731
79ea6c20
PE
2732 Fix macroexp crash on Windows with debugging (Bug#12118).
2733 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
2734 checking subscripts; problem introduced with the recent
2735 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
2736 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
2737 since it's used in non-static inline functions now.
2738
c0ce93fd
PE
2739 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
2740 Don't assume buffer size fits in 'int'. Remove unused local.
c71f5156 2741
f162bcc3
PE
2742 Use C99-style 'extern inline' if available.
2743 * buffer.h (BUFFER_INLINE):
2744 * category.h (CATEGORY_INLINE):
2745 * character.h (CHARACTER_INLINE):
2746 * charset.h (CHARSET_INLINE):
2747 * composite.h (COMPOSITE_INLINE):
2748 * dispextern.h (DISPEXTERN_INLINE):
2749 * lisp.h (LISP_INLINE):
2750 * systime.h (SYSTIME_INLINE):
2751 New macro, replacing 'static inline' in this header.
2752 * buffer.h, category.h, character.h, charset.h, composite.h:
2753 * dispextern.h, lisp.h, systime.h:
2754 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2755 * alloc.c (LISP_INLINE):
2756 * buffer.c (BUFFER_INLINE):
2757 * category.c (CATEGORY_INLINE):
2758 * character.c (CHARACTER_INLINE):
2759 * charset.c (CHARSET_INLINE):
2760 * composite.c (COMPOSITE_INLINE):
2761 * dispnew.c (DISPEXTERN_INLINE):
2762 * sysdep.c (SYSTIME_INLINE):
2763 Define to EXTERN_INLINE, so that the corresponding functions
2764 are compiled into code.
2765 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
2766 (INLINE_HEADER_END): New macros.
2767 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
2768 since it's used in non-static inline functions now.
a8333d03 2769 (VALMASK) [!USE_LSB_TAG]: Likewise.
f162bcc3 2770
837b365b
GM
27712012-08-02 Glenn Morris <rgm@gnu.org>
2772
d66b744d
GM
2773 * s/: Remove empty directory.
2774
837b365b
GM
2775 * s/ms-w32.h: Move to ../nt/inc.
2776 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
2777 Update for new ms-w32.h location.
2778
13294f95
PE
27792012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2780
2781 Port to Solaris 8.
2782 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
2783
90df0db3
GM
27842012-08-02 Glenn Morris <rgm@gnu.org>
2785
2786 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
2787 hard-coding the path separator.
2788
4939150c
PE
27892012-08-01 Paul Eggert <eggert@cs.ucla.edu>
2790
2791 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
2792 This how ASET and AREF are supposed to work, and makes
2793 it easier to think about future improvements. See
2794 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
2795 * charset.h (set_charset_attr): New function.
2796 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
2797 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
2798 (aref_addr): New function. All uses of &AREF(...) changed.
2799 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
2800 (set_hash_index): New functions. All lvalue-style uses of
2801 HASH_KEY etc. changed.
2802 * keyboard.c (set_prop): New function. All lvalue-style uses
2803 of PROP changed.
2804
947b2afd
AA
28052012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
2806
2807 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
2808 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
2809 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
2810 * nsfns.m (ns_set_name_as_filename): Likewise.
2811 * nsmenu.m (ns_update_menubar): Likewise.
2812 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
2813
4f5d0325
EZ
28142012-08-01 Eli Zaretskii <eliz@gnu.org>
2815
2008beae
EZ
2816 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
2817 Adapt to latest changes in field names of the corresponding Lisp
288479f6 2818 objects.
2008beae 2819
4f5d0325
EZ
2820 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
2821
fe3cc771
GM
28222012-08-01 Glenn Morris <rgm@gnu.org>
2823
2824 * s/msdos.h: Remove file.
2825 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
2826 * Makefile.in (S_FILE): Remove.
2827 (config_h): Remove S_FILE.
2828
c90acc54
JB
28292012-08-01 Juanma Barranquero <lekktu@gmail.com>
2830
2831 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
2832 Remove; moved to nt/config.nt.
2833
d8a05828
DA
28342012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2835
2836 Use INTERNAL_FIELD for conses and overlays.
2837 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
2838 Remove obsolete comment.
2839 (MVAR): New macro.
2840 (struct Lisp_Overlay): Use INTERNAL_FIELD.
2841 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
2842
8271d590
DA
28432012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2844
2845 Use INTERNAL_FIELD for symbols.
2846 * lisp.h (SVAR): New macro. Adjust users.
2847 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
2848 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
2849
3193acd2
DA
28502012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2851
2852 Use INTERNAL_FIELD for processes.
2853 * process.h (PVAR): New macro. Adjust style.
2854 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
2855 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
2856
3a45383a
DA
28572012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2858
2859 Use INTERNAL_FIELD for windows.
2860 * window.h (WVAR): New macro.
2861 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
2862 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
2863 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
2864 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
2865 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
2866 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
2867
c1dbc63c
PE
28682012-08-01 Paul Eggert <eggert@cs.ucla.edu>
2869
2870 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
2871
5c0c0e8a
GM
28722012-08-01 Glenn Morris <rgm@gnu.org>
2873
2874 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
2875 Move to configure.ac.
2876
552a99b4
JB
28772012-08-01 Juanma Barranquero <lekktu@gmail.com>
2878
2879 * makefile.w32-in (CONFIG_H): Update dependencies.
2880 (CONF_POST_H): New macro.
2881
2882 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
2883
8d8e2dfe
GM
28842012-07-31 Glenn Morris <rgm@gnu.org>
2885
bc96620a
GM
2886 * Makefile.in (S_FILE): No longer set by configure.
2887
476b1b2d
GM
2888 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
2889 is available.
2890 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
2891
b2c7a106
GM
2892 * process.h (NULL_DEVICE):
2893 * emacs.c (SEPCHAR):
2894 * editfns.c (USER_FULL_NAME): Let configure set them.
2895
d53d062a
GM
2896 * s/README, s/template.h: Remove files.
2897
4515017f
GM
2898 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
2899
8d8e2dfe
GM
2900 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
2901 Move to configure.ac.
2902
5b20b3cc
EZ
29032012-07-31 Eli Zaretskii <eliz@gnu.org>
2904
1e0afd9a
EZ
2905 * .gdbinit (xframe): Adapt to introduction of FVAR and the
2906 resulting renaming of 'struct frame' members.
2907
5b20b3cc
EZ
2908 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
2909
2910 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
2911 after introduction of FVAR.
2912
f1310128
JD
29132012-07-31 Jan Djärv <jan.h.d@swipnet.se>
2914
79e721e0
JD
2915 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
2916
2917 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
2918 instead of compositeToPoint.
2919 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
2920
8d7c7eed 2921 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
f1310128 2922
e34f7f79
DA
29232012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2924
2925 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
2926 * lisp.h (INTERNAL_FIELD): New macro.
14ae4239 2927 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
e34f7f79
DA
2928 (BVAR): Change to use INTERNAL_FIELD.
2929 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
2930 (KVAR): Change to use INTERNAL_FIELD.
2931 * frame.h (FVAR): New macro.
2932 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
3a45383a
DA
2933 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
2934 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
2935 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
e34f7f79
DA
2936 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
2937
c09bfb2f
DA
29382012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2939
2940 Miscellaneous fixes for non-default X toolkits.
2941 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
2942 * xterm.c (x_frame_of_widget): Remove redundant prototype.
2943 Move under #ifdef USE_LUCID.
2944 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
2945 definition and usage to avoid warnings.
2946
14c114ae
JD
29472012-07-31 Jan Djärv <jan.h.d@swipnet.se>
2948
2949 * nsterm.m (openFiles): Fix previous checkin.
2950
3bd21e82
PE
29512012-07-31 Paul Eggert <eggert@cs.ucla.edu>
2952
2953 * indent.c (compute_motion): Remove unused local.
2954
c1529ded
GM
29552012-07-31 Glenn Morris <rgm@gnu.org>
2956
400d5621
GM
2957 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
2958
268e2432
GM
2959 * conf_post.h [USG5_4]:
2960 Move remaining contents of s/usg5-4-common.h here.
2961 * s/usg5-4-common.h: Remove file.
2962
7552f3ee
GM
2963 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
2964 * s/irix6-5.h: Remove file.
2965
6a381852
GM
2966 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
2967 * s/darwin.h: Remove file.
2968
c1529ded
GM
2969 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
2970 * s/hpux10-20.h: Remove file, which is now empty.
2971
b429a4ee
GM
29722012-07-30 Glenn Morris <rgm@gnu.org>
2973
2974 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
2975 * Makefile.in (config_h): Add conf_post.h.
2976 * makefile.w32-in (CONFIG_H): Add conf_post.h.
2977
adff3182
JD
29782012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2979
2980 * nsterm.m (ns_do_open_file): New variable.
b9031d69 2981 (ns_term_init): Set ns_do_open_file to YES after run returns.
14ae4239
BT
2982 (openFile, openTempFile, openFileWithoutUI, openFiles):
2983 Open files only if ns_do_open_file.
adff3182 2984
c32af1e4
PE
29852012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2986
7393bcbb
PE
2987 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
2988 This no-op macro hasn't been needed for many years.
2989 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
2990
c32af1e4
PE
2991 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
2992 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
2993 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
2994 gdb_make_enums_visible.
2995 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
2996 (DIRECTORY_SEP): Now a constant, not a macro.
2997
302fc036
EZ
29982012-07-30 Eli Zaretskii <eliz@gnu.org>
2999
3000 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
3001 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
3002
3003 * w32term.c <w32_keyboard_codepage>: Renamed from
3004 keyboard_codepage and now external. All users changed.
3005
3006 * w32term.h: Add declaration of w32_keyboard_codepage.
3007
3008 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
3009 the codepage to translate keys to Unicode. If this argument is
3010 -1, use the value returned by GetConsoleCP. All callers changed.
3011
88fb40b4
PE
30122012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3013
0aee6912
PE
3014 Update .PHONY listings in makefiles.
3015 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
3016 bootstrap-clean, distclean, maintainer-clean, versioclean,
3017 extraclean, frc.
3018
88fb40b4
PE
3019 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
3020 This is a bit clearer. Fix some commentary typos.
3021
0a763bd1
GM
30222012-07-30 Glenn Morris <rgm@gnu.org>
3023
32bac6d6
GM
3024 * s/netbsd.h: Let configure include signal.h if needed.
3025 Remove file, which is now empty.
3026
b65e7c46
GM
3027 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
3028 Let configure set them.
3029 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
3030 No more need to undefine.
0a763bd1 3031
169304bd
AS
30322012-07-30 Andreas Schwab <schwab@linux-m68k.org>
3033
3034 * keymap.c (Fkey_description): Don't remove 0x80 bit from
3035 non-single-byte char when adding meta modifier. (Bug#12090)
3036
6cd7a139
DA
30372012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
3038
3039 Convert safe_call to use variable number of arguments.
3040 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
3041 (safe_call2): Fix comment.
3042 * lisp.h (safe_call): Adjust prototype.
3043 * coding.c (encode_coding_object): Change to use safe_call2.
3044 * xfaces.c (merge_face_heights): Change to use safe_call1.
3045
d34d6ffc
GM
30462012-07-30 Glenn Morris <rgm@gnu.org>
3047
7b8a48e4 3048 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
227f5bd0 3049 does that unconditionally. Remove file, which is now empty.
7b8a48e4 3050
d34d6ffc
GM
3051 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
3052 Remove empty files.
3053
03a660a6
PE
30542012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3055
3056 Export to GDB most of lisp.h's remaining object-like macros.
3057 * lisp.h (min, max): Move earlier, because they're used earlier now.
3058 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
3059 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
3060 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
3061 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
3062 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
3063 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
3064 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
3065 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
3066 Now constants, for GDB. They need not be macros.
3067 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
3068 Now constants, for GDB, as well as macros, for static initializers.
3069 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
3070 Move to after the definition of struct Lisp_Char_Table,
3071 since the former now needs that type defined.
3072 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
3073 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
3074 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
3075 New enums, for gdb_make_enums_visible.
3076 (GLYPH_MODE_LINE_FACE): Remove; unused.
88fb40b4 3077 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
03a660a6
PE
3078 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
3079 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
3080 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
3081 enum maxargs, enum MAX_ALLOCA.
3082 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
3083 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
3084 no longer needed, now that they are done in lisp.h.
3085
e499d0ee
DA
30862012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
3087
3088 Cleanup string bytes checking.
3089 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
3090 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
3091 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
3092 (check_sblock, compact_small_strings): Simplify.
3093
d5040d2d
PE
30942012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3095
3096 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
3097 These macros are confusing and no longer need to be defined, as
3098 the enum values now suffice. All uses replaced with definiens.
3099 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
3100
7f259ae6
JB
31012012-07-29 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
3104 ($(BLD)/w32console.$(O)): Update dependencies.
3105
7e63e0c3
DA
31062012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
3107
3108 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
3109 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
3110 time. Adjust users.
3111 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
3112
ffd817eb
JD
31132012-07-29 Jan Djärv <jan.h.d@swipnet.se>
3114
3115 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
3116 setting sitelisp (Bug#12010).
3117
417a7a0e
EZ
31182012-07-29 Eli Zaretskii <eliz@gnu.org>
3119
14ae4239 3120 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
417a7a0e
EZ
3121
3122 * w32heap.c (cache_system_info):
3123 * w32.c (sys_rename):
3124 * w32proc.c (find_child_console, sys_kill): All users changed.
3125
387d4d92
PE
31262012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3127
3128 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
3129
55a6cca6
EZ
31302012-07-29 Eli Zaretskii <eliz@gnu.org>
3131
3132 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
3133
dbcf001c
DA
31342012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
3135
3136 Cleanup statistics calculation in Fgarbage_collect.
14ae4239
BT
3137 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
3138 Fix zombies percentage calculation. Simplify elapsed time calculation.
dbcf001c 3139
e2688e4a
DA
31402012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
3141
3142 Generalize marker debugging code under MARKER_DEBUG and use eassert.
3143 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
3144 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
3145 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
3146 (replace_range, replace_range_2, del_range_2): Change to eassert.
3147 * marker.c (byte_char_debug_check): Adjust style.
3148
b46a6a83
PE
31492012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3150
3151 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3152 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
3153 long-ago-commented-out code that talks about "WIN32".
3154 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
3155 All uses changed.
3156
e32a5799
PE
31572012-07-28 Paul Eggert <eggert@cs.ucla.edu>
3158
3159 Use Gnulib stdalign module (Bug#9772, Bug#9960).
3160 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
3161 Simplify by using alignof.
3162 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
3163 * lisp.h: Include <stdalign.h>.
3164 (GCALIGNMENT): New macro and constant.
3165 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
3166 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
3167 (stdalign): New macro, if not already defined.
3168
df81cd29
EZ
31692012-07-28 Eli Zaretskii <eliz@gnu.org>
3170
01bd1b0d
EZ
3171 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
3172 * w32inevt.c: Include w32inevt.h.
3173 (w32_read_console_input): New inline function, calls either
3174 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
3175 w32_console_unicode_input.
3176 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
3177 (w32_kbd_patch_key, key_event): Use the codepage returned by
3178 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
3179 (key_event): use uChar.UnicodeChar only if
3180 w32_console_unicode_input is non-zero.
3181
3182 * w32console.c: Include w32heap.h.
3183 <w32_console_unicode_input>: New global variable.
3184 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
3185 family of Windows, zero otherwise.
3186
3187 * w32inevt.h: Declare w32_console_unicode_input.
3188
df81cd29
EZ
3189 * xdisp.c (init_iterator): Don't reference tip_frame in a build
3190 --without-x. (Bug#11742)
3191
c20fdd9e
PE
31922012-07-27 Paul Eggert <eggert@cs.ucla.edu>
3193
3194 Adjust GDB to reflect pvec_type changes (Bug#12036).
3195 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
14ae4239
BT
3196 2012-07-04 changes to pseudovector representation.
3197 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
c20fdd9e 3198
32770973 31992012-07-27 Michael Albinus <michael.albinus@gmx.de>
e518bc71
MA
3200
3201 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
3202 bus address.
3203 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
3204
3438fe21
EZ
32052012-07-27 Eli Zaretskii <eliz@gnu.org>
3206
bcfbc9de
EZ
3207 * alloc.c (listn): Fix the order the arguments are consed onto the
3208 list.
3209
3438fe21
EZ
3210 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
3211 enumeration constants, as PURE and HEAP are too general, and clash
3212 with other headers and sources, such as gmalloc.c and the
3213 MS-Windows system headers. All users changed.
3214
eeaea515
DA
32152012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
3216
3217 Revert last save_excursion_save and save_excursion_restore changes.
3218 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
3219 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
3220
073c88c2
DA
32212012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
3222
3223 Fix recently-introduced typos in Windows port.
3224 Reported by Martin Rudalics <rudalics@gmx.at>.
3225 * w32.c (init_environment): Replace comma with semicolon.
eeaea515 3226 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
073c88c2 3227
4706125e
PE
32282012-07-27 Paul Eggert <eggert@cs.ucla.edu>
3229
3230 Improve GDB symbol export (Bug#12036).
3231 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
3232 arms of an 'if', not using conditional expressions; otherwise GDB
3233 complains about the types in the unevaluated arm when the argument
3234 is an integer literal.
3235 (xgetint): Simplify expression.
3236 * alloc.c (gdb_make_enums_visible): New constant. This ports to
3237 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
3238 Zaretskii in <http://bugs.gnu.org/12036#13>.
3239 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
3240 needed now that we have gdb_make_enums_visible.
3241 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
3242 (enum enum_USE_LSB_TAG):
3243 New enum types, packaging up enums that need to be exported to GDB.
3244
694b6c97
DA
32452012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
3246
3247 Utility function to make a list from specified amount of objects.
3248 * lisp.h (enum constype): New datatype.
3249 (listn): New prototype.
3250 * alloc.c (listn): New function.
3251 (Fmemory_use_count, syms_of_alloc): Use it.
3252 * buffer.c (syms_of_buffer): Likewise.
3253 * callint.c (syms_of_callint): Likewise.
3254 * charset.c (define_charset_internal): Likewise.
3255 * coding.c (syms_of_coding): Likewise.
3256 * keymap.c (syms_of_keymap): Likewise.
3257 * search.c (syms_of_search): Likewise.
3258 * syntax.c (syms_of_syntax): Likewise.
3259 * w32.c (init_environment): Likewise.
3260 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
3261 * xdisp.c (syms_of_xdisp): Likewise.
3262 * xfns.c (syms_of_xfns): Likewise.
3263
6195f384
DA
32642012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
3265
3266 Fast save_excursion_save and save_excursion_restore.
3267 * lisp.h (struct Lisp_Excursion): New data type.
3268 (PVEC_EXCURSION): New pseudovector type.
3269 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
3270 to deal with it. Adjust comments.
3271 (init_marker, attach_marker): New prototype.
3272 (unchain_marker): Adjust prototype.
3273 * marker.c (attach_marker): Change to global.
3274 (init_marker): New function.
3275 * alloc.c (Fmake_marker, build_marker): Use it.
3276 (build_marker): More easserts.
3277 (mark_object): Handle struct Lisp_Excursion.
3278 * editfns.c (save_excursion_save, save_excursion_restore):
3279 Reimplement to use struct Lisp_Excursion. Add comments.
3280
5eceb8fb
PE
32812012-07-26 Paul Eggert <eggert@cs.ucla.edu>
3282
3283 Fix export of symbols to GDB (Bug#12036).
3284 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
3285 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
3286 emacs.c, as this is a more-suitable home. Had this been done earlier
3287 the fix for 12036 would have avoided some of the problems noted in
3288 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
3289 would have been more obvious.
562157c8
PE
3290 * emacs.c: Do not include <verify.h>; no longer needed.
3291 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
5eceb8fb
PE
3292 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
3293 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
3294 Remove; now done in lisp.h.
3295 * lisp.h (PUBLISH_TO_GDB): New macro.
3296 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
3297 (DATA_SEG_BITS): Use it.
3298 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
3299 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
3300 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
3301 not be usable in #if. This simplifies things.
3302
d6749401
JB
33032012-07-26 Juanma Barranquero <lekktu@gmail.com>
3304
3305 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
3306
1781b9e9
PE
33072012-07-26 Paul Eggert <eggert@cs.ucla.edu>
3308
d89518db 3309 Simplify export of symbols to GDB (Bug#12036).
1781b9e9
PE
3310 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
3311 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
3312 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
3313 Adjust to changes in lisp.h and emacs.c, by using
3314 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
3315 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
3316 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
3317 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
3318 instead of gdb_valbits.
3319 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
3320 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
3321 instead of gdb_array_mark_flag.
3322 (xboolvector): Get size from $->size, not $->header.size.
3323 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
3324 (xreload, hook-run, hookpost-run): Remove.
3325 * emacs.c: Include <verify.h>.
3326 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
3327 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
3328 Remove.
3329 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
3330 (gdb_USE_LSB_TAG): New enum constants.
3331 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
3332 Also define these as enum constants, so they're visible to GDB.
3333 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
3334 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
3335 as constants, so they're visible to GDB.
3336 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
3337 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
3338 Now enum constants, not macros, so they're visible to GDB.
3339 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
3340 more convenient now. All uses changed.
3341 (VALMASK) [USE_LSB_TAG]: Also define in this case.
3342 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
3343
3628596a
DA
33442012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
3345
3346 Explicitly free restriction data that are not needed anymore.
3347 * editfns.c (save_restriction_restore): Free restriction data.
3348
7abaf5cc
SM
33492012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
3352 add argument, tune behavior, and adjust all callers.
3353
71f88e00
PE
33542012-07-25 Paul Eggert <eggert@cs.ucla.edu>
3355
3356 Use typedef for EMACS_INT, EMACS_UINT.
3357 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
3358 than macros. This simplifies debugging in the usual case, since
3359 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
3360 and it allows expressions involving EMACS_INT casts.
3361 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
3362
57ec3034
JD
33632012-07-25 Jan Djärv <jan.h.d@swipnet.se>
3364
3365 * nsterm.m (ns_read_socket): Return early if there is a modal
3366 window (Bug#12043).
3367
8137e7b3
MR
33682012-07-25 Martin Rudalics <rudalics@gmx.at>
3369
3370 * frame.c (Fredirect_frame_focus): In doc-string don't mention
3371 that FOCUS-FRAME can be omitted.
3372
04e9897c
DA
33732012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
3374
3375 Adjust buffer text indirection counters at the end of Fkill_buffer.
3376 * buffer.c (Fkill_buffer): Adjust indirection counters when the
3377 buffer is definitely dead. This should really fix an issue reported
3378 by Christoph Scholtes again. (Bug#12007).
3379 (init_buffer_once): Initialize indirection counters of
3380 buffer_defaults and buffer_local_symbols (for sanity and safety).
3381
8a0484e1
EZ
33822012-07-24 Eli Zaretskii <eliz@gnu.org>
3383
3384 * xdisp.c (init_iterator): Don't compute dimensions of truncation
3385 and continuation glyphs on tooltip frames, leave them at zero.
3386 Avoids continued lines in tooltips. (Bug#11832)
3387
fa691a83
DA
33882012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
3389
3390 Simplify copy_overlay.
04e9897c 3391 * buffer.c (copy_overlay): Simplify. Use build_marker.
fa691a83
DA
3392 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
3393
436bc8e0
EZ
33942012-07-23 Eli Zaretskii <eliz@gnu.org>
3395
3396 * print.c (print_object): Don't crash when a frame's name is nil
3397 or invalid. (Bug#12025)
3398
3399 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
3400 it signals an error when a tooltip frame is being created.
3401
d7a7fda3
DA
34022012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
3403
3404 Cleanup miscellaneous objects allocation and initialization.
3405 * alloc.c (allocate_misc): Change to static. Add argument to
3406 specify the subtype. Adjust comment and users.
3407 (build_overlay): New function.
3408 * buffer.c (copy_overlays, Fmake_overlay): Use it.
3409 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
3410 (allocate_misc): Remove prototype.
3411 (build_overlay): Add prototype.
3412
34132012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
372f8ffc
DA
3414
3415 Swap buffer text indirection counters in Fbuffer_swap_text.
3416 * buffer.c (Fbuffer_swap_text): Swap indirections too.
3417 This avoids crash reported by Christoph Scholtes at
3418 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
3419
9d7fa573
JD
34202012-07-22 Jan Djärv <jan.h.d@swipnet.se>
3421
3422 * nsmenu.m (Popdown_data): New struct.
3423 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
3424 free Popdown_data.
3425 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
3426 (initWithContentRect): Make imgView and contentView non-static
3427 and autorelease them. Also autorelease img and matrix (Bug#12005).
3428 (dealloc): Remove (Bug#12005).
3429
0dd6d66d
DA
34302012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
3431
3432 Adjust consing_since_gc when objects are explicitly freed.
3433 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
3434 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
3435 (free_cons, free_misc): Subtract object size from consing_since_gc.
3436
d36d71df
DA
34372012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
3438
3439 Simplify and cleanup markers positioning code.
3440 * marker.c (attach_marker): More useful eassert.
3441 (live_buffer, set_marker_internal): New function.
3442 (Fset_marker, set_marker_restricted): Use set_marker_internal.
3443 (set_marker_both, set_marker_restricted_both): Use live_buffer.
3444
fb9ea40f
PE
34452012-07-22 Paul Eggert <eggert@cs.ucla.edu>
3446
3447 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
3448 as it's limited by the amount of memory, not by INT_MAX.
3449
2d5c5f7d
EZ
34502012-07-21 Eli Zaretskii <eliz@gnu.org>
3451
07fb592e
EZ
3452 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
3453 in special-event-map. See the discussion at
3454 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
3455 for the reasons.
3456
37a9eac8 3457 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
14ae4239
BT
3458 info.dwItemData. Fixes crashes on 64-bit Windows.
3459 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
2d5c5f7d 3460
c4328746
JD
34612012-07-21 Jan Djärv <jan.h.d@swipnet.se>
3462
fc0c31f8 3463 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
4b17afa7 3464 (conversationIdentifier): Return value is NSInteger.
784051c4 3465 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
c4328746 3466
6e5d1c12
CY
34672012-07-21 Chong Yidong <cyd@gnu.org>
3468
3469 * window.c (decode_any_window): Signal an error if the window is
3470 on a dead frame (Bug#11984).
3471
9928463d
DA
34722012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3473
3474 Add indirection counting to speed up Fkill_buffer.
3475 * buffer.h (struct buffer): New member.
3476 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
3477 (Fmake_indirect_buffer): Set indirection counter to -1, increment
3478 base buffer indirection counter.
3479 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
3480 (Fkill_buffer): Adjust indirection counters as needed, don't walk
3481 through buffer list if indirection counter is 0.
3482
f8643a6b
DA
34832012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3484
3485 Extend the value returned by Fgarbage_collect with heap statistics.
3486 * alloc.c (Qheap): New symbol.
3487 (syms_of_alloc): DEFSYM it.
3488 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
3489 (Fmemory_free): Remove.
3490 (syms_of_alloc): Don't defsubr it.
3491 * buffer.c (Fcompact_buffer): Remove.
3492 (syms_of_buffer): Don't defsubr it.
3493
dac616ff
DA
34942012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3495
3496 Make maybe_gc inline.
3497 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
3498 * lisp.h (consing_since_gc, gc_relative_threshold)
3499 (memory_full_cons_threshold): Revert declaration.
3500 (maybe_gc): Remove prototype, define as inline.
3501 * alloc.c: Remove old commented-out code.
3502 (consing_since_gc, gc_relative_threshold)
3503 (memory_full_cons_threshold): Revert to global.
3504 (maybe_gc): Remove.
3505
d7ea76b4
DA
35062012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3507
3508 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
3509 * lisp.h (build_unibyte_string): New function.
3510 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
3511 * sysdep.c, w32fns.c, xfns.c: Use it.
3512 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
3513 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
3514 Adjust users accordingly.
3515 * font.h (font_open_by_name): Adjust prototype.
3516
765e61e3
DA
35172012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3518
3519 Cleanup calls to Fgarbage_collect.
3520 * lisp.h (maybe_gc): New prototype.
3521 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
3522 Remove declarations.
3523 * alloc.c (maybe_gc): New function.
3524 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
3525 Make them static.
3526 * bytecode.c (MAYBE_GC): Use maybe_gc.
3527 * eval.c (eval_sub, Ffuncall): Likewise.
3528 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
3529 to avoid dependency from auto-save feature.
3530
52b852c7
PE
35312012-07-19 Paul Eggert <eggert@cs.ucla.edu>
3532
3533 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
3534 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
3535 'for_each_per_buffer_object_at'.
3536 All uses changed. It's better to use upper-case for macros that
3537 cannot be implemented as functions, to give the reader a clue
3538 that they're special.
3539
5db81e33
SM
35402012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * alloc.c (Fgarbage_collect): Tweak docstring.
3543
5b835e1d
DA
35442012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3545
3546 Tweak the value returned from Fgarbage_collect again.
3547 * alloc.c (Fgarbage_collect): New return value, as confirmed in
3548 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
3549 Adjust documentation.
3550 (total_vector_bytes): Rename to total_vector_slots, adjust
3551 accounting.
3552 (total_free_vector_bytes): Rename to total_free_vector_slots,
3553 adjust accounting.
3554 (Qstring_bytes, Qvector_slots): New symbols.
3555 (syms_of_alloc): DEFSYM them.
3556
9cd47b72
DA
35572012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3558
3559 Buffer compaction primitive which may be used from Lisp.
3560 * buffer.c (compact_buffer, Fcompact_buffer): New function.
3561 (syms_of_buffer): Register Fcompact_buffer.
3562 * alloc.c (Fgarbage_collect): Use compact_buffer.
3563 * buffer.h (compact_buffer): New prototype.
3564 (struct buffer_text): New member.
3565
d17337e5
DA
35662012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3567
3568 New macro to iterate over all buffers, miscellaneous cleanups.
3569 * lisp.h (all_buffers): Remove declaration.
3570 * buffer.h (all_buffers): Add declaration, with comment.
3571 (for_each_buffer): New macro.
3572 * alloc.c (Fgarbage_collect, mark_object): Use it.
3573 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
3574 (init_buffer): Likewise.
3575 * data.c (Fset_default): Likewise.
3576 * coding.c (code_conversion_restore): Remove redundant check
3577 for dead buffer.
3578 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
3579
60cfd278
AS
35802012-07-18 Andreas Schwab <schwab@linux-m68k.org>
3581
3582 Fix bug that created negative-length intervals.
3583 * intervals.c (merge_interval_right, merge_interval_left):
3584 Do not zero out this interval if it is absorbed by its children,
3585 as this interval's total length doesn't change in that case. See
3586 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
3587
d06714cb
PE
35882012-07-18 Paul Eggert <eggert@cs.ucla.edu>
3589
83713154
PE
3590 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
3591 when invoking (make-bool-vector N t) and N is a positive
3592 multiple of 8 -- the last 8 bits were mistakenly cleared.
3593
d06714cb
PE
3594 Remove some struct layout assumptions in bool vectors.
3595 * alloc.c (bool_header_size): New constant.
3596 (header_size, word_size): Move earlier, as they're now used earlier.
3597 Use 'word_size' in a few more places, where it's appropriate.
3598 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
3599 padding before the data member of a bool vector.
3600 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
3601 than doing the check by hand with an abort ().
3602
464d5a5e
SM
36032012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3604
5fbc0409
SM
3605 * eval.c (Fdefvar): Don't check constants since we only set the var if
3606 it's not yet defined anyway (bug#11904).
3607
464d5a5e
SM
3608 * lisp.h (last_undo_boundary): Declare new var.
3609 * keyboard.c (command_loop_1): Set it.
3610 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
3611 were auto-added by the command loop (bug#11774).
3612
8dc2e44a
AS
36132012-07-18 Andreas Schwab <schwab@linux-m68k.org>
3614
3615 * w32font.c (Qsymbol): Remove local definition.
3616 (syms_of_w32font): Don't DEFSYM it.
3617
169925ec
DA
36182012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
3619
3620 Fix sweep_vectors to handle large bool vectors correctly.
3621 * alloc.c (sweep_vectors): Account total_vector_bytes for
3622 bool vectors larger than VBLOCK_BYTES_MAX.
3623
5fbfb018
CY
36242012-07-18 Chong Yidong <cyd@gnu.org>
3625
3626 * frame.c (x_set_frame_parameters): Revert bogus change introduced
3627 in 2012-05-25 commit by Paul Eggert (Bug#11738).
3628
3ab6e069
DA
36292012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
3630
3631 Return more descriptive data from Fgarbage_collect.
3632 Suggested by Stefan Monnier in
3633 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
3634 * alloc.c (bounded_number): New function.
3635 (total_buffers, total_vectors): New variable.
3636 (total_string_size): Rename to total_string_bytes, adjust users.
3637 (total_vector_size): Rename to total_vector_bytes, adjust users.
3638 (sweep_vectors): Account total_vectors and total_vector_bytes.
3639 (Fgarbage_collect): New return value. Adjust documentation.
3640 (gc_sweep): Account total_buffers.
3641 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
3642 (VECTOR_SIZE): Remove.
3643 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
3644 (Qinterval, Qmisc): New symbols.
3645 (syms_of_data): Initialize them.
3646 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
3647 (Qcons, Qbuffer): New declarations.
3648
6d02fe5b
PE
36492012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3650
3651 * alloc.c (Fmemory_free): Account for memory-free's own storage.
3652 Round up, not down. Improve doc.
3653
b7ffe040
DA
36542012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3655
3656 Restore old code in allocate_string_data to avoid Faset breakage.
3657 Reported by Julien Danjou <julien@danjou.info> in
3658 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
3659 * alloc.c (allocate_string_data): Restore old code with minor
3660 adjustments, fix comment to explain this subtle issue.
3661
4dc7c8d5
SM
36622012-07-17 Eli Zaretskii <eliz@gnu.org>
3663
3664 Remove FILE_SYSTEM_CASE.
3665 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
3666
3667 * fileio.c (FILE_SYSTEM_CASE): Don't define.
3668 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
3669 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
3670 call-process-region passes it through expand-file-name.
3671
3672 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
3673
36742012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3675
3676 Fix crash when creating indirect buffer (Bug#11917)
3677 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
3678 Don't handle unbound variables specially if non-zero.
3679 (Fbuffer_local_variables): Pass zero.
3680 (clone_per_buffer_values): Pass non-zero.
3681
36822012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3683
3684 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
3685 to make the loop interruptible.
3686
36872012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3688
3689 * gnutls.c (emacs_gnutls_handshake): Only retry if
3690 GNUTLS_E_INTERRUPTED.
3691
cce7fefc
DA
36922012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3693
3694 Cleanup and convert miscellaneous checks to eassert.
3695 * alloc.c (mark_interval): Fix comment, partially rephrase
3696 old comment from intervals.h (see below).
3697 * intervals.c (find_interval, adjust_intervals_for_insertion)
3698 (delete_interval, adjust_intervals_for_deletion)
3699 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
3700 Convert to eassert.
3701 (adjust_intervals_for_insertion, make_new_interval):
3702 Remove obsolete and unused code.
3703 * intervals.h (struct interval): Remove obsolete comment.
3704 * textprotp.c (erase_properties): Remove unused code.
3705 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
3706 (Fremove_list_of_text_properties): Convert to eassert.
3707
9ea10cc3
CY
37082012-07-17 Chong Yidong <cyd@gnu.org>
3709
3710 * editfns.c (Finsert_char): Doc fix.
3711
3900d5de
DA
37122012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3713
3714 Fix previous change to make Fmemory_free always accurate.
3715 * alloc.c (make_interval): Update total_free_intervals.
3716 (make_float): Likewise for total_free_floats.
3717 (free_cons, Fcons): Likewise for total_free_conses.
3718 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
3719 Likewise for total_free_vector_bytes.
3720 (Fmake_symbol): Likewise for total_free_symbols.
3721 (bytes_free): Remove.
3722
7098646f
DA
37232012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3724
3725 Simple free memory accounting feature.
3726 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
3727 (sweep_vectors): Accumulate size of free vectors.
3728 (Fgarbage_collect): Setup bytes_free.
3729 (Fmemory_free): New function.
3730 (syms_of_alloc): Register it.
3731
22657b40
DA
37322012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3733
3734 Cleanup overlays checking.
3735 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
3736 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
3737 eassert and OVERLAYP.
3738 (sort_overlays): Change to use OVERLAYP.
3739
ddfc8813
RK
37402012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
3741
3742 * editfns.c (Finsert_char): Make it interactive, and make the
3743 second arg optional. Copy interactive spec and docstring from
3744 ucs-insert.
3745
7c26cf3c
PE
37462012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3747
3748 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
3749 Unlike the other wrapped functions, fabs has an unspecified
3750 effect on errno.
3751
5d127af9
JD
37522012-07-16 Jan Djärv <jan.h.d@swipnet.se>
3753
3754 * nsterm.m (keyDown): Interpret flags without left/right bits
3755 as the left key (Bug#11670).
3756
6a0dd1d7
DA
37572012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
3758
3759 Remove empty and useless init functions.
3760 * lisp.h (init_character_once, init_fns, init_image)
3761 (init_filelock, init_sound): Remove prototype.
3762 * character.c (init_character_once): Remove.
3763 * filelock.c (init_filelock): Likewise.
3764 * fns.c (init_fns): Likewise.
3765 * image.c (init_image): Likewise.
3766 * sound.c (init_sound): Likewise.
3767 * emacs.c (main): Adjust accordingly.
3768
7a6136fd
DA
37692012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
3770
3771 * gtkutil.h: Tiny cleanups.
3772 (use_old_gtk_file_dialog): Remove useless declaration.
3773 (xg_uses_old_file_dialog): Add suggested const attribute.
3774
ce811ad9
EZ
37752012-07-15 Eli Zaretskii <eliz@gnu.org>
3776
3777 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
3778 (bidi_paragraph_init): Use it to limit search forward for a strong
3779 directional character in abnormally large paragraphs full of
3780 neutral or weak characters. (Bug#11943)
3781
c9adfeaa
SF
37822012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
3783
3784 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
3785 the toolbar (Bug#9451).
3786 (xg_make_tool_item): Give the widget event box a transparent
3787 background.
3788
fff62aa9
DA
37892012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
3790
3791 Cleanup basic allocation variables and functions.
3792 * alloc.c (ignore_warnings, init_intervals, init_float)
3793 (init_cons, init_symbol, init_marker): Remove.
3794 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
3795 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
3796 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
3797 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
3798 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
3799 (staticidx, init_alloc_once, init_strings, free_ablock):
3800 Remove redundant initialization.
3801 * fns.c (init_weak_hash_tables): Remove.
3802 * lisp.h (init_weak_hash_tables): Remove prototype.
3803
9730daca
DA
38042012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
3805
3806 Use zero_vector where appropriate.
3807 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
3808 accordingly.
3809 * lisp.h (zero_vector): New declaration.
3810 * font.c (null_vector): Remove.
3811 (syms_of_font): Remove initialization and staticpro.
3812 (font_list_entities, font_find_for_lface): Change to use zero_vector.
3813 * keymap.c (Faccessible_keymaps): Likewise.
3814
2e2d2a13
LL
38152012-07-15 Leo Liu <sdl.web@gmail.com>
3816
3817 * fringe.c: Fix typo in comments.
3818
cd276f6e
LL
38192012-07-14 Leo Liu <sdl.web@gmail.com>
3820
3821 * fringe.c: Add a new bitmap exclamation-mark.
3822
5a1131d9
EZ
38232012-07-14 Eli Zaretskii <eliz@gnu.org>
3824
3825 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
3826
3827 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
3828 (HAVE_MENUS): Don't define, defined by editing config.in with
3829 msdos/sed2v2.inp.
3830 (GMALLOC_INHIBIT_VALLOC): Don't define.
3831 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
3832
22e983b7
JB
38332012-07-14 Juanma Barranquero <lekktu@gmail.com>
3834
3835 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
3836
5b3f250f
GM
38372012-07-14 Glenn Morris <rgm@gnu.org>
3838
3839 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
3840 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
3841 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
3842
33d63ff4
GM
38432012-07-13 Glenn Morris <rgm@gnu.org>
3844
5b633342
GM
3845 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
3846
33d63ff4
GM
3847 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
3848 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
3849
b55b9f85
JD
38502012-07-13 Jan Djärv <jan.h.d@swipnet.se>
3851
0dc8cf50
JD
3852 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
3853 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
3854 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
3855 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
3856 where appropriate.
3857 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
3858 as boolean expression.
3859 (x_set_window_size): Remove unused variable toolbar.
3860 (ns_get_color_default, ns_mod_to_lisp): Remove.
3861 (ns_mouse_position): Remove unused variables xchar and ychar.
3862 (ns_compute_glyph_string_overhangs): Remove unused variable face.
3863 (ns_set_vertical_scroll_bar): Remove unused variable count.
3864 (ns_delete_terminal): Remove unused variable i.
3865 (ns_term_init): Remove unused variables r, g and b.
3866 (mouseDown): Remove unused variable window.
3867 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
3868 (initFrameFromEmacs): Remove unused variable vbextra.
3869 (mouseEntered): Remove unused variables p and dpyinfo.
3870 (mouseExited): Remove unused variables p and r.
3871 (ns_define_frame_cursor, ns_clear_frame_area)
3872 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
3873 (menuDown): Assign [sender tag] to variable and cast the variable.
3874
3875 * nsterm.h (menuDown): Add id as type to argument sender.
3876 (ns_display_info_for_name): Add Lisp_Object argument.
3877 (ns_term_init): Add Lisp_Object argument.
3878 (ns_map_event_to_object): Add void argument.
3879 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
3880 prototype with arguments and only declare if __OBJC__.
3881 (nxatoms_of_nsselect): Add void argument.
3882 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
3883 (ns_alloc_autorelease_pool): Add void argument.
3884 (ns_release_autorelease_pool): Add void* argument.
3885 (ns_get_defaults_value): Add const char* argument.
3886
3887 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
3888 (initFromContents): Use SSDATA where appropriate.
3889 (ns_update_menubar): Add braces to ambigous if-else.
3890 (initWithTitle): Put () around assignment in if statement.
3891 (ns_menu_show): Remove unused variables window and keymap.
3892 (update_frame_tool_bar): Remove unused variable selected_p.
3893 (initWithContentRect): Remove unused variable this_cmd_name.
3894
3895 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
3896 appropriate.
3897 (setXBMColor): Remove unused variable len.
3898 (setPixmapData): Put () around assignment in loop statement.
3899
3900 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
3901 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
3902 where appropriate.
3903 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
3904 around assignment in loop statement.
3905 (nsfont_open): Remove unused variable i.
3906 (nsfont_open): Remove unused variable len.
3907 (nsfont_draw): Remove unused variable cs.
3908
3909 * nsfns.m (x_set_icon_name, ns_set_name_internal)
3910 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
3911 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
3912 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
3913 (Fns_font_name, Fns_perform_service)
3914 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
3915 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
3916 (ns_set_name): Remove unused variable view.
3917 (x_set_menu_bar_lines): Remove unused variable olines.
3918 (x_set_tool_bar_lines): Remove unused variable root_window.
3919 (Fns_list_colors): Put () around assignment in while statement.
3920 (Fns_perform_service): Remove unused variable len.
3921 (Fns_display_usable_bounds): Remove unused variable top.
3922 (syms_of_nsfns): Remove unused variable i.
3923
b55b9f85
JD
3924 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
3925 memcpy (Bug#11907).
3926
ed9265fc 39272012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
2277de02
JD
3928
3929 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
3930 and free it with DestroyExceptionInfo (Bug#11558).
3931
ef099b57
JB
39322012-07-13 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
3935 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
3936 Set here, not in nt/config.nt.
3937
ea814a5d
EZ
39382012-07-13 Eli Zaretskii <eliz@gnu.org>
3939
3940 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
3941 cursor overflow into the last glyph on display line when the right
3942 fringe is off. (Bug#11832)
3943
1a952767
PE
39442012-07-13 Paul Eggert <eggert@cs.ucla.edu>
3945
3946 * xdisp.c (produce_special_glyphs): Now static.
3947 * dispextern.h (produce_special_glyphs): Remove decl.
3948
983188fd
GM
39492012-07-13 Glenn Morris <rgm@gnu.org>
3950
8d7c7eed 3951 * s/bsd-common.h, s/cygwin.h: Remove empty files.
32fb4bb6
GM
3952 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
3953
983188fd
GM
3954 * s/usg5-4-common.h (USG, USG5):
3955 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
3956 * s/sol2-6.h (SOLARIS2):
3957 * s/irix6-5.h (IRIX6_5):
3958 * s/hpux10-20.h (USG, USG5, HPUX):
3959 * s/gnu-linux.h (USG, GNU_LINUX):
3960 * s/freebsd.h (BSD_SYSTEM):
3961 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
3962 * s/cygwin.h (CYGWIN):
3963 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
3964 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
3965
d1e68667 39662012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
24ef80ae
PE
3967
3968 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
24ef80ae 3969
6de0e799
GM
39702012-07-13 Glenn Morris <rgm@gnu.org>
3971
739ae010
GM
3972 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
3973
dbee5793
GM
3974 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
3975
6de0e799
GM
3976 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
3977 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
3978
b82da769
GM
39792012-07-12 Glenn Morris <rgm@gnu.org>
3980
4fae5a7a 3981 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
b82da769
GM
3982
3983 * process.c (init_process_emacs): Rename from init_process.
3984 The old name is also the name of a Mach system call.
3985 * lisp.h, emacs.c: Update for this name change.
3986 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
3987 longer needed.
3988
5a979817
EZ
39892012-07-12 Eli Zaretskii <eliz@gnu.org>
3990
3991 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
3992 memmove call that removes glyphs covered by the left truncation
3993 glyph. Improve commentary.
3994 (display_line): Fix display of continuation glyphs on GUI frames
3995 when the right fringe is turned off and variable-size fonts are
3996 used in the window. Move the code that appends a stretch glyph to
3997 produce_special_glyphs, so that it could be used for truncation
3998 and continuation glyphs alike.
3999 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
4000 glyph of a suitably computed width, to align the special glyphs at
4001 the window margin. Code moved from display_line. (Bug#11832)
4002
3e91a053
GM
40032012-07-12 Glenn Morris <rgm@gnu.org>
4004
ba9e4b84
GM
4005 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
4006
4007 * s/gnu-linux.h, s/hpux10-20.h:
4008 Do not unconditionally define HAVE_XRMSETDATABASE.
4009
3e91a053
GM
4010 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
4011
b300b1f4
PE
40122012-07-12 Paul Eggert <eggert@cs.ucla.edu>
4013
4014 Fix typos that broke OS X build.
4015 Reported by Randal L. Schwartz in
4016 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
4017 * nsterm.m (ns_timeout): Add missing local decl.
4018 (ns_get_color): snprintf -> sprintf, to fix typo.
4019
6e777848
GM
40202012-07-12 Glenn Morris <rgm@gnu.org>
4021
3f922c37
GM
4022 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
4023 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
4024 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
4025 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
4026
0ab7b23a
GM
4027 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
4028 Move PTY_OPEN to configure.
4029
6e777848
GM
4030 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
4031 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
4032 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
4033
4a7edc24
DA
40342012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
4035
4036 Use empty_unibyte_string where applicable.
4037 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
4038 * lread.c (read1): Likewise.
4039 * xsettings.c (syms_of_xsettings): Likewise.
4040
308aab79
GM
40412012-07-12 Glenn Morris <rgm@gnu.org>
4042
42bd1719
GM
4043 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
4044 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
7ccad002
GM
4045 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
4046 * s/hpux10-20.h (RUN_TIME_REMAP):
4047 * s/bsd-common.h (TABDLY): Move to configure.
4048
4049 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
4050
4051 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
4052
ea0bbd17 4053 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
42bd1719 4054 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
ea0bbd17
GM
4055
4056 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
51c3b9b4 4057
308aab79
GM
4058 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
4059 * s/template.h: Move NARROWPROTO to configure.
4060
ee1cf5cf
GM
40612012-07-11 Glenn Morris <rgm@gnu.org>
4062
30fe9bf4
GM
4063 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
4064 unused since 2011-01-17 change to systty.h.
4065
ee1cf5cf
GM
4066 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
4067 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
4068 Move HAVE_PTYS and HAVE_SOCKETS to configure.
4069
63e47e07
PE
40702012-07-11 Paul Eggert <eggert@cs.ucla.edu>
4071
4072 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
4073
c43fb4c3
GM
40742012-07-11 Glenn Morris <rgm@gnu.org>
4075
4076 * s/darwin.h, s/gnu-linux.h, s/template.h:
4077 Move INTERRUPT_INPUT to configure.
4078
e8df9267
DA
40792012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
4080
4081 Minor adjustments to interning code.
4082 * lisp.h (intern, intern_c_string): Redefine as static inline
4083 wrappers for intern_1 and intern_c_string_1, respectively.
4084 (intern_1, intern_c_string_1): Rename prototypes.
14ae4239
BT
4085 * lread.c (intern_1, intern_c_string_1, oblookup):
4086 Simplify Vobarray checking.
e8df9267
DA
4087 * font.c (font_intern_prop): Likewise. Adjust comment.
4088 * w32font.c (intern_font_name): Likewise.
4089
34348bd4
AS
40902012-07-11 Andreas Schwab <schwab@linux-m68k.org>
4091
d96a1e0c
AS
4092 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
4093
34348bd4
AS
4094 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
4095 of Fcar/Fcdr if possible.
4096 * font.c (check_otf_features): Likewise.
4097 * fontset.c (Fnew_fontset): Likewise.
4098 * gnutls.c (Fgnutls_boot): Likewise.
4099 * minibuf.c (read_minibuf): Likewise.
4100 * msdos.c (IT_set_frame_parameters): Likewise.
4101 * xmenu.c (Fx_popup_dialog): Likewise.
4102 * w32menu.c (Fx_popup_dialog): Likewise.
4103
c8add24e
GM
41042012-07-11 Glenn Morris <rgm@gnu.org>
4105
4b575b3c
GM
4106 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
4107 since nothing has defined it on these platforms.
4108
09f4e3b0
GM
4109 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
4110 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
4111
172bedef
GM
4112 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
4113 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
4114 Move CLASH_DETECTION to configure.
4115
249685df
GM
4116 * s/gnu.h: Remove file, which is now empty.
4117
c8add24e
GM
4118 * s/gnu.h, s/gnu-linux.h:
4119 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
4120
b41253a3
JW
41212012-07-11 John Wiegley <johnw@newartisans.com>
4122
4123 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
4124 function attribute, so we only use it if it exists in the
4125 compiler.
4126
d923b542
DA
41272012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
4128
4129 Avoid call to strlen in fast_c_string_match_ignore_case.
4130 * search.c (fast_c_string_match_ignore_case): Change to use
4131 length argument. Adjust users accordingly.
4132 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
4133
5ebbef1d
PE
41342012-07-11 Paul Eggert <eggert@cs.ucla.edu>
4135
bb352260
PE
4136 Assume mkdir, rmdir.
4137 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
4138 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
4139
57054ddd
PE
4140 Assume rename.
4141 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
4142
b747d3f7
PE
4143 Assume perror.
4144 * s/hpux10-20.h (HAVE_PERROR): Remove.
4145 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
4146 Remove dummy definition, as this problem was obsolete long ago.
4147
5ebbef1d
PE
4148 Assume strerror.
4149 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
4150
984e7f30
DA
41512012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
4152
4153 Avoid calls to strlen in font processing functions.
4154 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
14ae4239
BT
4155 (font_open_by_name): Change to use length argument.
4156 Adjust users accordingly.
d923b542
DA
4157 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
4158 Adjust prototypes.
4159 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
4160 Change to return ptrdiff_t.
984e7f30
DA
4161 (xfont_list_pattern, xfont_match): Use length returned by
4162 xfont_decode_coding_xlfd.
4163 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
4164
20e94fdd
GM
41652012-07-11 Glenn Morris <rgm@gnu.org>
4166
9d596af3
GM
4167 * s/darwin.h, s/freebsd.h, s/netbsd.h:
4168 Move DONT_REOPEN_PTY to configure.
4169
20e94fdd
GM
4170 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
4171 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
4172
e99a530f
PE
41732012-07-10 Paul Eggert <eggert@cs.ucla.edu>
4174
22ffb973
PE
4175 Remove "#define unix" that is no longer needed (Bug#11905).
4176 * s/aix4-2.h (unix): Remove; no longer needed.
4177
e9a9ae03
PE
4178 EMACS_TIME simplification (Bug#11875).
4179 This replaces macros (which typically do not work in GDB)
4180 with functions, typedefs and enums, making the code easier to debug.
4181 The functional style also makes code easier to read and maintain.
4182 * systime.h: Include <sys/time.h> on all hosts, not just if
4183 WINDOWSNT, since 'struct timeval' is needed in general.
4184 (EMACS_TIME): Now a typedef, not a macro.
4185 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
4186 not macros.
4187 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
4188 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
4189 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
4190 (EMACS_TIME_LE): Now functions, not macros.
4191 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
4192 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
4193 which are not functions. All uses rewritten to use:
4194 (make_emacs_time): New function.
4195 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
4196 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
4197 not functions. All uses rewritten to use the following, respectively:
4198 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
4199 (add_emacs_time, sub_emacs_time): New functions.
ed9265fc 4200 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
e9a9ae03
PE
4201 * fileio.c (Fcopy_file):
4202 * xterm.c (XTflash): Get the current time closer to when it's used.
4203 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
4204
ffacb126
PE
4205 * bytecode.c (targets): Suppress -Woverride-init warnings.
4206
e99a530f
PE
4207 Simplify by avoiding confusing use of strncpy etc.
4208 * doc.c (Fsnarf_documentation):
4209 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
4210 * frame.c (Fmake_terminal_frame):
4211 * gtkutil.c (get_utf8_string):
4212 * lread.c (openp):
4213 * nsmenu.m (ns_update_menubar):
4214 * regex.c (regerror):
4215 Prefer memcpy to strncpy and strncat when either will do.
4216 * fileio.c (Fsubstitute_in_file_name):
4217 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
4218 (menu_separator_name_p):
4219 * nsmenu.m (ns_update_menubar):
4220 Prefer memcmp to strncmp when either will do.
4221 * nsterm.m: Include <ftoastr.h>.
4222 (ns_get_color):
4223 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
4224 Prefer snprintf to strncpy.
4225 * nsterm.m (ns_term_init):
4226 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
4227 * nsterm.m (ns_term_init):
4228 Avoid the need for strncpy, by using build_string or
4229 make_unibyte_string directly. Use dtoastr, not snprintf.
4230 * process.c (Fmake_network_process): Diagnose service names that
4231 are too long, rather than silently truncating them or creating
4232 non-null-terminated names.
4233 (Fnetwork_interface_info): Likewise, for interface names.
4234 * sysdep.c (system_process_attributes) [GNU_LINUX]:
4235 Prefer sprintf to strncat.
4236 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
4237 Prefer vsnprintf to vsprintf + strncpy.
4238
c59592b3
GM
42392012-07-10 Glenn Morris <rgm@gnu.org>
4240
4241 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
4242 Clarify fallback case.
4243
7d7bbefd
DA
42442012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
4245
4246 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
4247 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
4248 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
d923b542 4249 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
7d7bbefd
DA
4250 where argument type is known to be a Lisp_Cons.
4251
3a4c8000
TT
42522012-07-10 Tom Tromey <tromey@redhat.com>
4253
4254 * bytecode.c (BYTE_CODE_THREADED): New macro.
4255 (BYTE_CODES): New macro. Replaces all old byte-code defines.
4256 (enum byte_code_op): New type.
4257 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
4258 (exec_byte_code): Use them. Use token threading when applicable.
4259
2a0213a6
DA
42602012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
4261
4262 Optimize pure C strings initialization.
4263 * lisp.h (make_pure_string): Fix prototype.
4264 (build_pure_c_string): New function, defined as static inline. This
4265 provides a better opportunity to optimize away calls to strlen when
4266 the function is called with compile-time constant argument.
4267 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
4268 argument, adjust users accordingly. Use build_pure_c_string where
4269 appropriate.
4270 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
4271 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
4272 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
4273
cb1caeaf
DA
42742012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
4275
4276 Avoid calls to strlen in miscellaneous functions.
4277 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
4278 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
4279 * lread.c (openp): Likewise.
4280
c293e30c
DA
42812012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
4282
4283 Avoid calls to strlen in path processing functions.
4284 * fileio.c (file_name_as_directory): Add comment. Change to add
4285 srclen argument and return the length of result. Adjust users
4286 accordingly.
4287 (directory_file_name): Fix comment. Change to add srclen argument,
14ae4239
BT
4288 swap 1st and 2nd arguments to obey the common convention.
4289 Adjust users accordingly.
c293e30c
DA
4290 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
4291
9e059e3f
GM
42922012-07-10 Glenn Morris <rgm@gnu.org>
4293
d02eb359
GM
4294 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
4295 Move PENDING_OUTPUT_COUNT definition to configure.
4296
882cf227
GM
4297 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
4298 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
4299 * s/gnu.h (DATA_START): Move definitions to configure.
4300
af6e839f
GM
4301 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
4302 We include usg5-4-common.h, which defines them both.
4303
40289a12
GM
4304 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
4305 O_RDONLY already includes it).
4306
9e059e3f
GM
4307 Stop ns builds setting the EMACSLOADPATH environment variable.
4308 * nsterm.m (ns_load_path): Rename from ns_init_paths.
4309 Now it does not set EMACSLOADPATH, just returns the load-path string.
4310 * nsterm.h: Update accordingly.
4311 * lread.c [HAVE_NS]: Include nsterm.h.
4312 (init_lread) [HAVE_NS]: Use ns_load_path.
4313 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
4314
7c4e8ec0
GM
43152012-07-09 Glenn Morris <rgm@gnu.org>
4316
d4f600ff
GM
4317 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
4318 since the included bsd-common.h does so.
4319
cbb31951
GM
4320 Stop ns builds setting the EMACSPATH environment variable.
4321 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
4322 (ns_init_paths): Do not set EMACSPATH.
4323 * nsterm.h (ns_exec_path): Add it.
4324 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
4325 Use ns_exec_path.
4326
7c4e8ec0
GM
4327 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
4328
26bccfae
PE
43292012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4330
a0bee46f
PE
4331 * process.c (wait_reading_process_output): 'waitchannels' was unset
4332 when read_kbd || !NILP (wait_for_cell); fix this.
4333
5994c183
PE
4334 Add GCC-style 'const' attribute to functions that can use it.
4335 * character.h (char_resolve_modifier_mask):
4336 * keyboard.h (make_ctrl_char):
4337 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
4338 (init_character_once, next_almost_prime, init_fns, init_image)
4339 (flush_pending_output, init_sound):
4340 * mem-limits.h (start_of_data):
4341 * menu.h (finish_menu_items):
4342 Add ATTRIBUTE_CONST.
4343 * emacs.c (DEFINE_DUMMY_FUNCTION):
4344 Declare the dummy function with ATTRIBUTE_CONST.
4345 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
4346 Add decls with ATTRIBUTE_CONST.
4347
26bccfae
PE
4348 Minor improvements to make_formatted_string.
4349 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
4350 where int is good enough, as vsprintf returns an int.
4351 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
4352
a8290ec3
DA
43532012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
4354
4355 Use make_formatted_string to avoid double length calculation.
4356 * lisp.h (make_formatted_string): New prototype.
4357 * alloc.c (make_formatted_string): New function.
4358 * buffer.c (Fgenerate_new_buffer_name): Use it.
4359 * dbus.c (syms_of_dbusbind): Likewise.
4360 * editfns.c (Fcurrent_time_zone): Likewise.
4361 * filelock.c (get_boot_time): Likewise.
4362 * frame.c (make_terminal_frame, set_term_frame_name)
4363 (x_report_frame_params): Likewise.
4364 * image.c (gs_load): Likewise.
4365 * minibuf.c (get_minibuffer): Likewise.
4366 * msdos.c (dos_set_window_size): Likewise.
4367 * process.c (make_process): Likewise.
4368 * xdisp.c (ensure_echo_area_buffers): Likewise.
4369 * xsettings.c (apply_xft_settings): Likewise.
4370
d01ba2f1
GM
43712012-07-09 Glenn Morris <rgm@gnu.org>
4372
4373 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
4374 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
4375 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
4376 * nsterm.h (ns_etc_directory): Add it.
4377 * callproc.c [HAVE_NS]: Include nsterm.h.
4378 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
4379
f1f924b6
DA
43802012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
4381
4382 Move marker debugging code under MARKER_DEBUG.
4383 * marker.c (MARKER_DEBUG): Move marker debugging code under
4384 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
4385 for bootstrap with --enable-checking (~3x slowdown reported
4386 by Juanma Barranquero <lekktu@gmail.com>).
4387 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
4388
ab531b66
PE
43892012-07-08 Paul Eggert <eggert@cs.ucla.edu>
4390
4391 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
4392 See <http://bugs.gnu.org/11825#29>.
4393
c4b3bc8a
EZ
43942012-07-08 Eli Zaretskii <eliz@gnu.org>
4395
4396 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
4397 has no font, use the frame's font. (Bug#11813)
3434fe8a
EZ
4398 (display_line): Add commentary about displaying truncation glyphs
4399 on GUI frames.
4400 (produce_special_glyphs): Move here from term.c.
4401
4402 * term.c (produce_special_glyphs): Move to xdisp.c.
4403
4404 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
4405 section.
c4b3bc8a 4406
b676b881
AS
44072012-07-07 Andreas Schwab <schwab@linux-m68k.org>
4408
f17c5273
AS
4409 * xdisp.c (display_line): Avoid warning about implicit declaration
4410 of FRAME_FONT.
4411
298819b9
AS
4412 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
4413
b676b881
AS
4414 * lisp.h: Remove empty conditional.
4415
6045c4fd
PE
44162012-07-07 Paul Eggert <eggert@cs.ucla.edu>
4417
b3350bf9
PE
4418 * lread.c (load_path_check): Now static.
4419
6045c4fd
PE
4420 Fix some minor --with-ns problems found by static checking.
4421 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
4422 (x_set_font) [!HAVE_X_WINDOWS]:
4423 * image.c (xpm_load_image) [HAVE_NS]:
4424 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
4425 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
4426 Remove unused local.
4427 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
4428 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
4429 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
4430 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
4431 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
4432 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
4433 Fix pointer signedness problem.
4434 * xfaces.c (FRAME_X_FONT_TABLE):
4435 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
4436
929e7845
GM
44372012-07-07 Glenn Morris <rgm@gnu.org>
4438
4439 * lread.c (load_path_check): New function, split from init_lread.
4440 (init_lread): Reorganize. Motivation:
4441 If EMACSLOADPATH is set, check/warn about that rather than the
4442 defaults, which we are not going to use. Hence we can remove
4443 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
4444 Don't warn if site-lisp directories are missing.
4445 If not installed, start from a blank load-path, since
4446 PATH_LOADSEARCH refers to the eventual installation directories.
4447
58dd0aa4
EZ
44482012-07-07 Eli Zaretskii <eliz@gnu.org>
4449
4450 Support truncation and continuation glyphs on GUI frames, when
4451 fringes are disabled. (Bug#11832)
4452 * xdisp.c (init_iterator): Get dimensions of truncation and
14ae4239
BT
4453 continuation glyphs even if on GUI frames.
4454 Adjust it->last_visible_x on GUI frames when the left or right fringes,
58dd0aa4
EZ
4455 or both, are absent.
4456 (start_display, move_it_in_display_line_to): Handle the case of a
4457 GUI frame without a fringe to display continuation or truncation
4458 glyphs.
4459 (insert_left_trunc_glyphs): Support GUI frames: make sure
4460 truncation glyphs overwrite enough glyphs from the current line to
4461 have sufficient space in pixels.
4462 (display_line): Support truncation and continuation glyphs on GUI
4463 frames. If some spare pixels are left on the line after inserting
4464 the truncation glyphs, fill that space with a stretch glyph of a
4465 suitably computed width.
4466
4467 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
4468 produce_glyphs, to support GUI sessions.
4469
31571fd7
PE
44702012-07-07 Paul Eggert <eggert@cs.ucla.edu>
4471
5a16b9bc
PE
4472 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
4473
f3047c75
PE
4474 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
4475
31571fd7
PE
4476 Do not require float-time's arg to fit in time_t (Bug#11825).
4477 This works better on hosts where time_t is unsigned, and where
4478 float-time is applied to the (negative) difference between two times.
4479 * editfns.c (decode_time_components): Last arg is now double *,
4480 not int *, and means to store all the result as a double, without
4481 worrying about whether the seconds part fits in time_t.
4482 All callers changed.
4483 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
4484 All callers changed.
4485 (Ffloat_time): Do not fail merely because the specified time falls
4486 outside of time_t range.
4487
4516fbef
GM
44882012-07-07 Glenn Morris <rgm@gnu.org>
4489
4490 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
4491 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
4492 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
4493
07adc2c6
JB
44942012-07-07 Juanma Barranquero <lekktu@gmail.com>
4495
4496 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
4497 Update dependencies.
4498
4499 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
4500
fd573f31
PE
45012012-07-06 Paul Eggert <eggert@cs.ucla.edu>
4502
fee5959d
PE
4503 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
4504 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
4505 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
4506 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
4507 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
4508 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
4509
fd573f31
PE
4510 * xfont.c (compare_font_names): Redo to omit the need for casts.
4511
ddadbc0e
AS
45122012-07-06 Andreas Schwab <schwab@linux-m68k.org>
4513
fca8d6b6
AS
4514 * xfns.c (Fx_change_window_property): Doc fix.
4515 * w32fns.c (Fx_change_window_property): Doc fix.
4516
ddadbc0e
AS
4517 * w32fns.c (Fx_window_property): Accept the same arguments as the
4518 X Windows version. Doc fix.
4519 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
4520
ed9265fc 45212012-07-06 Juanma Barranquero <lekktu@gmail.com>
f247498e
JB
4522 Eli Zaretskii <eliz@gnu.org>
4523
4524 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
4525 Windows-specific code from nt/config.nt moved here.
4526 Obsolete settings removed.
4527
216ee680
PE
45282012-07-06 Paul Eggert <eggert@cs.ucla.edu>
4529
4530 * process.c: Avoid unnecessary calls to gettime.
4531 (wait_reading_process_output): Don't get the time of day
4532 when gobbling data immediately and not waiting, as there's no need
4533 for it in that case. This removes a FIXME.
4534
bdd091e4
JD
45352012-07-06 Jan Djärv <jan.h.d@swipnet.se>
4536
4537 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
4538 is defined (Bug#11768).
4539
9d44f8ce
DA
45402012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4541
4542 Fix marker debugging code.
4543 * marker.c (byte_char_debug_check): Do not perform the check
4544 if buffer is not multibyte.
090bd7cb
JB
4545 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
4546 Call byte_char_debug_check with correct arguments.
9d44f8ce 4547
90fc4786
DA
45482012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4549
4550 Compile marker debugging code only if ENABLE_CHECKING is defined.
090bd7cb
JB
4551 * marker.c (byte_char_debug_check, count_markers):
4552 Use only if ENABLE_CHECKING is defined.
90fc4786
DA
4553 (byte_debug_flag): Remove.
4554 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
4555 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
4556
7b7ae965
DA
45572012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4558
4e57b342
DA
4559 Avoid code repetition in marker-related functions.
4560 * marker.c (attach_marker): New function.
4561 (Fset_marker, set_marker_restricted, set_marker_both)
4562 (set_marker_restricted_both): Use it.
4563 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
4564 Consistently rename charno to charpos.
4565 (marker_position): Add eassert.
4566 (marker_byte_position): Convert to eassert.
4567
45682012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4569
4570 Simplify list operations in unchain_overlay and unchain_marker.
7b7ae965 4571 * buffer.c (unchain_overlay): Simplify. Add comment.
4e57b342 4572 * marker.c (unchain_marker): Simplify. Fix comments.
7b7ae965 4573
657924ff
DA
45742012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4575
4576 Introduce fast path for the widely used marker operation.
4577 * alloc.c (build_marker): New function.
4578 * lisp.h (build_marker): New prototype.
4579 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
4580 * composite.c (autocmp_chars): Likewise.
4581 * editfns.c (buildmark): Remove.
4582 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
4583 (save_restriction_save): Use build_marker.
4584 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
4585 * window.c (save_window_save): Likewise.
4586
041a49a6
DA
45872012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4588
4589 Do not use Fdelete_overlay in delete_all_overlays
4590 to avoid redundant calls to unchain_overlay.
4591 * buffer.c (drop_overlay): New function.
4592 (delete_all_overlays, Fdelete_overlay): Use it.
4593 * minibuf.c (get_minibuffer): Fix comment.
4594
7dca65a4
PE
45952012-07-06 Paul Eggert <eggert@cs.ucla.edu>
4596
4597 Port to OpenBSD 5.1 amd64.
4598 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
4599 This is needed for OpenBSD, and should be harmless on all BSD systems.
4600 Also, include <sys/sysctl.h>, as it should be available on all
4601 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
4602 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
4603 use p_pid member, not kp_proc.pid.
4604
8eb876e2
GM
46052012-07-06 Glenn Morris <rgm@gnu.org>
4606
4607 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
4608
38182d90
PE
46092012-07-05 Paul Eggert <eggert@cs.ucla.edu>
4610
4611 More xmalloc and related cleanup.
4612 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
4613 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
4614 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
4615 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
4616 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
4617 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
4618 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
4619 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
4620 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
4621 * xterm.c:
4622 Omit needless casts involving void * pointers and allocation.
4623 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
4624 as the former is more robust if P's type is changed.
4625 Prefer xzalloc to xmalloc + memset 0.
4626 Simplify malloc-or-realloc to realloc.
4627 Don't worry about xmalloc returning a null pointer.
4628 Prefer xstrdup to xmalloc + strcpy.
4629 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
4630 growing it.
4631 * keyboard.c (apply_modifiers_uncached): Prefer local array to
4632 alloca of a constant.
4633
6dd5a677
EZ
46342012-07-05 Eli Zaretskii <eliz@gnu.org>
4635
4636 * xdisp.c (display_line): Fix horizontal pixel coordinates when
4637 hscroll is larger than the line width. Fixes long and futile
4638 looping inside extend_face_to_end_of_line (on a TTY) producing
4639 glyphs that are not needed and thrown away.
4640
6b312f0f
DA
46412012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
4642
4643 * marker.c (set_marker_restricted_both): Simplify by using
4644 clip_to_bounds.
4645
f520ef9b
PE
46462012-07-05 Paul Eggert <eggert@cs.ucla.edu>
4647
4648 * editfns.c (region_limit): Simplify by using clip_to_bounds.
4649
383b7c95
JD
46502012-07-05 Jan Djärv <jan.h.d@swipnet.se>
4651
4652 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
4653 not defined (Bug#11768).
4654 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
4655 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
4656 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
4657 followed by gtk_box_set_homogeneous (Bug#11768).
4658 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
090bd7cb
JB
4659 (update_theme_scrollbar_width, xg_create_scroll_bar):
4660 Use gtk_scrollbar_new (Bug#11768).
383b7c95
JD
4661 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
4662 (is_box_type): New function (Bug#11768).
4663 (xg_tool_item_stale_p): Call is_box_type.
5293d758 4664 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
383b7c95
JD
4665 with default display (Bug#11768).
4666
d6e7bf45
EZ
46672012-07-05 Eli Zaretskii <eliz@gnu.org>
4668
4669 * xdisp.c (window_hscroll_limited): New function.
4670 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
4671 coordinates when window's hscroll is set to insanely large
4672 values. (Bug#11857)
4673
431391ec
JB
46742012-07-05 Juanma Barranquero <lekktu@gmail.com>
4675
4676 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
4677 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
4678
23f86fce
DA
46792012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
4680
4681 Cleanup xmalloc.
4682 * lisp.h (xzalloc): New prototype. Omit needless casts.
4683 * alloc.c (xzalloc): New function. Omit needless casts.
4684 * charset.c: Omit needless casts. Convert all calls to
4685 xmalloc with following memset to xzalloc.
4686 * dispnew.c: Likewise.
4687 * fringe.c: Likewise.
4688 * image.c: Likewise.
4689 * sound.c: Likewise.
4690 * term.c: Likewise.
4691 * w32fns.c: Likewise.
4692 * w32font.c: Likewise.
4693 * w32term.c: Likewise.
4694 * xfaces.c: Likewise.
4695 * xfns.c: Likewise.
4696 * xterm.c: Likewise.
4697 * atimer.c: Omit needless casts.
4698 * buffer.c: Likewise.
4699 * callproc.c: Likewise.
4700 * ccl.c: Likewise.
4701 * coding.c: Likewise.
4702 * composite.c: Likewise.
4703 * doc.c: Likewise.
4704 * doprnt.c: Likewise.
4705 * editfns.c: Likewise.
4706 * emacs.c: Likewise.
4707 * eval.c: Likewise.
4708 * filelock.c: Likewise.
4709 * fns.c: Likewise.
4710 * gtkutil.c: Likewise.
4711 * keyboard.c: Likewise.
4712 * lisp.h: Likewise.
4713 * lread.c: Likewise.
4714 * minibuf.c: Likewise.
4715 * msdos.c: Likewise.
4716 * print.c: Likewise.
4717 * process.c: Likewise.
4718 * region-cache.c: Likewise.
4719 * search.c: Likewise.
4720 * sysdep.c: Likewise.
4721 * termcap.c: Likewise.
4722 * terminal.c: Likewise.
4723 * tparam.c: Likewise.
4724 * w16select.c: Likewise.
4725 * w32.c: Likewise.
4726 * w32reg.c: Likewise.
4727 * w32select.c: Likewise.
4728 * w32uniscribe.c: Likewise.
4729 * widget.c: Likewise.
4730 * xdisp.c: Likewise.
4731 * xmenu.c: Likewise.
4732 * xrdb.c: Likewise.
4733 * xselect.c: Likewise.
4734
0497dc44
PE
47352012-07-05 Paul Eggert <eggert@cs.ucla.edu>
4736
4737 * fileio.c (time_error_value): Check the right error number.
4738 Problem reported by Troels Nielsen in
4739 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
4740
356e7178
PE
47412012-07-04 Paul Eggert <eggert@cs.ucla.edu>
4742
4e71fd89
PE
4743 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
4744 This should be fixed in a better way; see Eli Zaretskii in
4745 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
4746 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
4747
f0941253
PE
4748 * fileio.c (time_error_value): Rename from special_mtime.
4749 The old name's problems were noted by Eli Zaretskii in
4750 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
4751
065c9eb4
PE
4752 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
4753 This variable's comment says Emacs needs at least one GDB-visible
4754 symbol of type enum pvec_type, to work around GDB problems.
4755 The symbol's value doesn't matter.
4756
356e7178
PE
4757 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
4758 that causes compilation to fail on pre-C99 compilers.
4759
ed9265fc 47602012-07-04 Juanma Barranquero <lekktu@gmail.com>
95f61aa2
JB
4761
4762 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
4763 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
4764
3884d954
DA
47652012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
4766
d209e2fb 4767 * buffer.c (init_buffer_once): Fix initialization of
3884d954
DA
4768 headers for buffer_defaults and buffer_local_symbols.
4769 Reported by Juanma Barranquero <lekktu@gmail.com>.
4770
ee28be33
SM
47712012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
4774 * lisp.h (enum pvec_type): Use fewer bits.
4775 (PSEUDOVECTOR_SIZE_BITS): New constant.
4776 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
4777 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
4778 change in pvec_type.
4779 (PSEUDOVECTOR_TYPEP): New macro.
4780 (TYPED_PSEUDOVECTORP): Use it.
4781 * fns.c (internal_equal): Adapt code to extract pvectype.
4782 * emacs.c (gdb_pvec_type): Update type.
4783 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
4784 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
4785 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
4786 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
4787 (sweep_vectors): Use it. Use local var `total_bytes' instead of
4788 abusing vector->header.next.nbytes.
4789 (live_vector_p): Use PVEC_TYPE.
4790 (mark_object): Adapt code to extract pvectype. Use switch.
4791
c7f2cd7f
PE
47922012-07-04 Paul Eggert <eggert@cs.ucla.edu>
4793
4794 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
4795 Tighten new eassert a bit.
4796
8ce70ed2
DA
47972012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
4798
4799 Fix compilation with --enable-gcc-warnings and -O1
4800 optimization level.
4801 * doprnt.c (doprnt): Change type of tem to int, initialize
4802 to avoid compiler warning. Add eassert.
4803 * search.c (simple_search): Initialize match_byte to avoid
4804 compiler warning. Add eassert.
4805
dea7f1e5
PE
48062012-07-04 Paul Eggert <eggert@cs.ucla.edu>
4807
24a212eb
PE
4808 Avoid weird behavior with large horizontal scrolls.
4809 Without this change, for example, large hscroll values would
4810 mess up Emacs's display on Fedora 15 x86, presumably due to
4811 overflows in int calculations in the display code.
4812 Also, if buffers had long lines, Emacs would freeze.
4813 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
4814 (set_window_hscroll): New function, containing the old guts of
4815 Fset_window_hscroll. Return the clipped value.
4816 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
4817 This avoids the need to check against PTRDIFF_MAX.
4818
dea7f1e5
PE
4819 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
4820
76046526
DA
48212012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
4822
4823 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
4824
39adff0d
PE
48252012-07-04 Paul Eggert <eggert@cs.ucla.edu>
4826
63807d47
PE
4827 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
4828 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
4829 since GCC 4.4.6 issues a bogus warning for them.
4830
39adff0d
PE
4831 Fix bugs in file timestamp newness comparisons.
4832 * fileio.c (Ffile_newer_than_file_p):
4833 * lread.c (Fload): Use full timestamp resolution of files,
4834 not just the 1-second resolution, so that files that are only
4835 slightly newer still count as newer.
4836 * fileio.c (Ffile_newer_than_file_p): Don't assume file
4837 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
4838
dbeed9a6
PE
48392012-07-03 Paul Eggert <eggert@cs.ucla.edu>
4840
4841 * fileio.c: Improve handling of file time marker. (Bug#11852)
4842 (special_mtime): New function.
4843 (Finsert_file_contents, Fverify_visited_file_modtime):
4844 Use it to set special mtime values consistently.
4845
636334d6
AS
48462012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4847
4848 * fileio.c (Finsert_file_contents): Properly handle st_mtime
4849 marker for non-existing file. (Bug#11852)
4850
e2017fe2
GM
48512012-07-03 Glenn Morris <rgm@gnu.org>
4852
4853 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
4854 and did not make it into globals.h).
4855
404dbd37
TT
48562012-07-03 Tom Tromey <tromey@redhat.com>
4857
4858 * window.c (Fset_window_margins, Fset_window_fringes)
4859 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
4860 * textprop.c (Fprevious_property_change): No longer static.
4861 * syntax.c (Fsyntax_table_p): No longer static.
4862 * process.c (Fget_process, Fprocess_datagram_address): No longer
4863 static.
4864 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
4865 * keyboard.c (Fcommand_execute): No longer static.
4866 Remove EXFUN.
4867 * insdel.c (Fcombine_after_change_execute): No longer static.
4868 * image.c (Finit_image_library): No longer static.
4869 * fileio.c (Fmake_symbolic_link): No longer static.
4870 * eval.c (Ffetch_bytecode): No longer static.
4871 * editfns.c (Fuser_full_name): No longer static.
d209e2fb
JB
4872 * doc.c (Fdocumentation_property, Fsnarf_documentation):
4873 No longer static.
404dbd37
TT
4874 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
4875 static.
4876 * dired.c (Ffile_attributes): No longer static.
4877 * composite.c (Fcomposition_get_gstring): No longer static.
4878 * callproc.c (Fgetenv_internal): No longer static.
4879
4880 * ccl.h: Remove EXFUNs.
4881 * buffer.h: Remove EXFUNs.
4882 * dispextern.h: Remove EXFUNs.
4883 * intervals.h: Remove EXFUNs.
4884 * fontset.h: Remove EXFUN.
4885 * font.h: Remove EXFUNs.
4886 * dosfns.c (system_process_attributes): Remove EXFUN.
4887 * keymap.h: Remove EXFUNs.
4888 * lisp.h: Remove EXFUNs.
4889 * w32term.h: Remove EXFUNs.
4890 * window.h: Remove EXFUNs.
4891 * xsettings.h: Remove EXFUN.
4892 * xterm.h: Remove EXFUN.
4893
8e4fd1e1
GM
48942012-07-03 Glenn Morris <rgm@gnu.org>
4895
4896 * lisp.h (Frandom): Make it visible to C.
4897 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
4898 buffer for invisible buffers. (Bug#1229)
4899
ca95b3eb
DA
49002012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
4901
4902 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
4903 values which aren't power of 2.
14ae4239
BT
4904 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
4905 Verify it's value and the value of VECTOR_BLOCK_SIZE. Adjust users
ca95b3eb
DA
4906 accordingly.
4907
7555c33f
SM
49082012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
4911
4912 * alloc.c (mark_object): Revert part of last patch to use `switch'.
4913
d12e8f5a
DA
49142012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
4915
4916 * alloc.c (allocate_vector_block): Remove redundant
4917 calls to mallopt if DOUG_LEA_MALLOC is defined.
4918 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
4919 avoid calls to mallopt if zero_vector is returned.
4920
296094c3
DA
49212012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
4922
4923 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
4924 is enabled, avoid dereferencing NULL current_sblock if
4925 running undumped.
4926
36429c89
DA
49272012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
4928
4929 Cleanup basic buffer management.
4930 * buffer.h (struct buffer): Change layout to use generic vector
4931 marking code. Fix some comments. Change type of 'clip_changed'
4932 to bitfield. Remove unused #ifndef old.
4933 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
4934 (GET_OVERLAYS_AT): Fix indentation.
4935 (for_each_per_buffer_object_at): New macro.
4936 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
4937 (Fbuffer_local_variables): Use it.
4938 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
4939 * alloc.c (allocate_buffer): Adjust to match new layout of
4940 struct buffer. Fix comment.
4941 (mark_overlay): New function.
4942 (mark_buffer): Use it. Use mark_vectorlike to mark normal
4943 Lisp area of struct buffer.
4944 (mark_object): Use it. Adjust marking of misc objects
4945 and related comments.
4946
3b3e4cac
PE
49472012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4948
4949 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
4950 wrapper that is not needed because the wrapped code is a no-op (zero
4951 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
4952 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
4953
cf5c0175
DA
49542012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
4955
4956 * alloc.c (mark_buffer): Simplify. Remove prototype.
4957 (mark_object): Add comment. Reorganize marking of vector-like
faf611c7 4958 objects. Use CHECK_LIVE for all vector-like objects except buffers
14ae4239
BT
4959 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
4960 Avoid redundant calls to mark_vectorlike for bool vectors.
cf5c0175 4961
ca26824c
GM
49622012-06-30 Glenn Morris <rgm@gnu.org>
4963
2e4c5312
GM
4964 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
4965
ca26824c
GM
4966 * epaths.in (PATH_SITELOADSEARCH): New.
4967 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
4968 This is rather than relying on --enable-locallisppath elements
4969 having "site-lisp" in their names. (Bug#10208#25, 11658)
4970
0d23c240
EZ
49712012-06-30 Eli Zaretskii <eliz@gnu.org>
4972
c9240d7a
EZ
4973 * w32proc.c (sys_select): Accept and ignore one more argument.
4974
4975 * w32.c (emacs_gnutls_pull): Call select with one more argument.
4976
0d23c240 4977 * sysselect.h [DOS_NT]: Don't include sys/select.h.
9ff8f76b 4978 (pselect) [!MS_DOS]: Redirect to sys_select.
0d23c240
EZ
4979
4980 * sysdep.c: Don't include dos.h and dosfns.h.
4981
4982 * process.c (sys_select):
4983 * msdos.c (sys_select): Accept one more argument and ignore it.
4984
4985 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
4986 adapt data types and code to that.
4987
4988 * dosfns.c:
4989 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
4990 which clashes with the gnulib function of the same name.
4991
af5a5a98
AS
49922012-06-30 Andreas Schwab <schwab@linux-m68k.org>
4993
c5e4379c
AS
4994 * font.c (font_style_to_value, font_style_symbolic)
4995 (font_prop_validate_style): Add type checks for values in
4996 font_style_table.
4997
af5a5a98
AS
4998 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
4999 argument.
5000 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
5001 uses.
5002
8d38f461
EZ
50032012-06-29 Eli Zaretskii <eliz@gnu.org>
5004
2e5a6631
EZ
5005 * xdisp.c (try_window_id): Undo last change.
5006
8d38f461
EZ
5007 * w32.c (getwd): Adjust commentary about startup_dir.
5008 (init_environment): Always call sys_access, even in non-MSVC
5009 builds. Don't chdir to the directory of the Emacs executable.
5010 This undoes code from 1997 which was justified by the need to
5011 "avoid conflicts when removing and renaming directories". But its
5012 downside was that every relative file name was being interpreted
5013 relative to the directory of the Emacs executable, which can never
5014 be TRT. In particular, it broke sys_access when called with
5015 relative file names.
5016 (sys_access): Map GetLastError to errno.
5017
2af3565e
DA
50182012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5019
5020 * window.h (struct window): Change type of 'fringes_outside_margins'
5021 to bitfield. Fix comment. Adjust users accordingly.
cf5c0175 5022 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
2af3565e
DA
5023 Adjust comment.
5024 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
5025 to ptrdiff_t.
5026
c8d3a25c 50272012-06-29 Andreas Schwab <schwab@linux-m68k.org>
57570cd3 5028
c8d3a25c
GM
5029 * gnutls.c (emacs_gnutls_handshake):
5030 Add QUIT to make the loop interruptible.
57570cd3 5031
c8d3a25c 50322012-06-29 Glenn Morris <rgm@gnu.org>
d01fd55f 5033
c8d3a25c
GM
5034 * charset.c (init_charset): Make lack of etc/charsets fatal.
5035
3e984ee8
DA
50362012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5037
5038 * editfns.c (region_limit): Fix type mismatch.
5039
ef884f23
DA
50402012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5041
5042 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
5043 undefined. Convert from xassert to eassert.
5044 * nsmenu.m: Convert from xassert to eassert.
5045 * nsterm.m: Likewise.
5046
7d7e0027
SM
50472012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * editfns.c (region_limit): Clip to narrowing (bug#11770).
5050
aa754e6a
PE
50512012-06-28 Paul Eggert <eggert@cs.ucla.edu>
5052
5053 Avoid integer overflow on scroll-left and scroll-right.
5054 * window.c (HSCROLL_MAX): New macro.
5055 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
5056 overflow when requested scroll falls outside ptrdiff_t range.
5057
80b00b08
DA
50582012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
5059
5060 * window.h (struct window): Change type of 'hscroll',
5061 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
5062 'last_modified' and 'last_overlay_modified' to EMACS_INT.
5063 Adjust users accordingly.
5064 * xdisp.c (try_cursor_movement): Replace type check with eassert.
5065 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
5066 from EMACS_INT to ptrdiff_t.
5067 (make_window): Omit redundant initialization.
5068
62b2bcf6
JB
50692012-06-28 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
5072
45942c7d
DA
50732012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
5074
5075 * window.h (struct window): Change type of 'use_time' and
5076 'sequence_number' from Lisp_Object to int.
5077 * frame.c (make_frame): Adjust users accordingly.
5078 * print.c (print_object): Likewise.
5079 * window.c (select_window, Fwindow_use_time, make_parent_window)
5080 (make_window): Likewise.
5081
e509cfa6
DA
50822012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
5083
5084 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
5085 enabled with --enable-checking=[all,glyphs] configure option.
5086 Fix GLYPH_DEBUG usage assuming that it may be undefined,
5087 adjust comments accordingly.
5088 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
5089 undefined, adjust comments accordingly.
5090 * image.c: Likewise.
5091 * scroll.c: Likewise.
5092 * w32fns.c: Likewise.
5093 * w32term.c: Likewise.
5094 * xdisp.c: Likewise.
5095 * xfaces.c: Likewise.
5096 * xfns.c: Likewise.
5097 * xterm.c: Likewise.
5098
a54e2c05
DA
50992012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
5100
5101 Generalize run-time debugging checks.
5102 * dispextern.h (XASSERTS): Remove.
5103 * fontset.c (xassert): Remove.
5104 Convert from xassert to eassert.
5105 * alloc.c: Convert from xassert to eassert.
5106 * bidi.c: Likewise.
5107 * dispnew.c: Likewise.
5108 * fns.c: Likewise.
5109 * fringe.c: Likewise.
5110 * ftfont.c: Likewise.
5111 * gtkutil.c: Likewise.
5112 * image.c: Likewise.
5113 * keyboard.c: Likewise.
5114 * menu.c: Likewise.
5115 * process.c: Likewise.
5116 * scroll.c: Likewise.
5117 * sound.c: Likewise.
5118 * term.c: Likewise.
5119 * w32console.c: Likewise.
5120 * w32fns.c: Likewise.
5121 * w32term.c: Likewise.
5122 * window.c: Likewise.
5123 * xdisp.c: Likewise.
5124 * xfaces.c: Likewise.
5125 * xfns.c: Likewise.
5126 * xselect.c: Likewise.
5127 * xterm.c: Likewise.
5128
1ec4b7b2
SM
51292012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * fns.c (maybe_resize_hash_table): Output message when growing the
5132 purify-hashtable.
5133
2014308a
DA
51342012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
5135
5136 * alloc.c (allocate_string_data): Remove dead code.
5137 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
5138 avoid GCC warning about unused macro.
5139
246155eb
DA
51402012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
5141
5142 * alloc.c (allocate_string): Omit intervals initialization.
5143 * alloc.c (make_uninit_multibyte_string): Initialize intervals
5144 as in make_pure_string and make_pure_c_string.
5145
43184b7b
DA
51462012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
5147
d209e2fb 5148 * alloc.c (allocate_string): Fix last change.
43184b7b 5149
3fe6dd74
DA
51502012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
5151
d209e2fb 5152 * alloc.c (allocate_string): Remove two redundant calls
3fe6dd74
DA
5153 to memset, add explicit initialization where appropriate.
5154
1ba6038a
GM
51552012-06-27 Glenn Morris <rgm@gnu.org>
5156
5157 * lisp.mk (lisp): Remove paths.elc.
5158
c89926a5
CY
51592012-06-27 Chong Yidong <cyd@gnu.org>
5160
5161 * doc.c (Fsubstitute_command_keys): Fix punctuation.
5162
ed6b3510
JW
51632012-06-26 John Wiegley <johnw@newartisans.com>
5164
1ec4b7b2 5165 * unexmacosx.c (copy_data_segment): Add two section names used
157e99e4
JW
5166 on Mac OS X Lion: __mod_init_func and __mod_term_func.
5167
ed6b3510
JW
5168 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
5169 when building with Clang.
5170
8edd4a2b
SM
51712012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * eval.c (Fapply): Allow calling it with a single argument.
5174
f6f62d1b
EZ
51752012-06-26 Eli Zaretskii <eliz@gnu.org>
5176
5177 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
5178 _stricmp and _strnicmp.
5179 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
5180
62efea5e
DA
51812012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
5182
5183 * alloc.c (allocate_window): Zero out non-Lisp part of newly
5184 allocated window.
5185 (allocate_process): Likewise for new process.
8edd4a2b 5186 (allocate_terminal): Change to use offsetof.
62efea5e
DA
5187 (allocate_frame): Likewise.
5188 * frame.c (make_frame): Omit redundant initialization.
5189 * window.c (make_parent_window): Use memset.
5190 (make_window): Omit redundant initialization.
5191 * process.c (make_process): Omit redundant initialization.
5192 * terminal.c (create_terminal): Likewise.
5193
42997f4d
DA
51942012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
5195
5196 * term.c (delete_tty): Remove redundant call to memset.
5197
1130ecfc
DA
51982012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
5199
5200 * alloc.c: Remove build_string.
5201 * lisp.h: Define build_string as static inline. This provides
5202 a better opportunity to optimize away calls to strlen when the
5203 function is called with compile-time constant argument.
5204 * image.c (imagemagick_error): Convert to build_string.
5205 * w32proc.c (sys_spawnve): Likewise.
5206 * xterm.c (x_term_init): Likewise.
5207
cf38a720
PE
52082012-06-26 Paul Eggert <eggert@cs.ucla.edu>
5209
99027bdd
PE
5210 Use sprintf return value instead of invoking strlen on result.
5211 In the old days this wasn't portable, since some sprintf
5212 implementations returned char *. But they died out years ago and
5213 Emacs already assumes sprintf returns int.
5214 Similarly for float_to_string.
5215 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
5216 * ccl.c (ccl_driver):
5217 * character.c (string_escape_byte8):
5218 * data.c (Fnumber_to_string):
5219 * doprnt.c (doprnt):
5220 * print.c (print_object):
5221 * xdisp.c (message_dolog):
5222 * xfns.c (syms_of_xfns):
5223 Use sprintf or float_to_string result to avoid need to call strlen.
5224 * data.c (Fnumber_to_string):
5225 Use make_unibyte_string, since the string must be ASCII.
5226 * lisp.h, print.c (float_to_string): Now returns int length.
5227 * term.c (produce_glyphless_glyph):
5228 Use sprintf result rather than recomputing it.
5229
cf38a720
PE
5230 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
5231 * Makefile.in (ALL_CFLAGS):
5232 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
5233 * gmalloc.c, regex.c: Include <config.h> unconditionally.
5234
3511c784
DA
52352012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
5236
0a08eb21 5237 * dispextern.h (xstrcasecmp): Define to library function
3511c784
DA
5238 strcasecmp if available.
5239 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
5240
fb7da12e
AS
52412012-06-25 Andreas Schwab <schwab@linux-m68k.org>
5242
5243 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
5244 Avoid comma operator.
5245 * menu.c (push_submenu_start, push_submenu_end)
5246 (push_left_right_boundary, push_menu_pane): Likewise.
5247 * msdos.c (dos_rawgetc): Likewise.
5248
afa2ffd8
DA
52492012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
5250
5251 * xfns.c (xic_create_fontsetname): Remove redundant calls
5252 to memset.
5253
b3b4476b
PE
52542012-06-25 Paul Eggert <eggert@cs.ucla.edu>
5255
4495ff38
PE
5256 * gtkutil.c (get_utf8_string): Remove redundant assignment.
5257 sprintf already null-terminates its output.
5258
b3b4476b
PE
5259 * xfns.c (x_window): Remove redundant cast.
5260
b00876c9
DA
52612012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
5262
5263 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
5264 `const char *' to `char *' to avoid compiler warning.
5265
d188e26b
PE
52662012-06-24 Paul Eggert <eggert@cs.ucla.edu>
5267
885d1d74
PE
5268 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
5269 instead of truncating it to 63 (admittedly a generous limit).
5270
d188e26b
PE
5271 * process.c: Fix spelling and caps in comments.
5272
e2f560b1
DN
52732012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
5274
e86db54b 5275 * emacs.c (setpgrp): Remove definition, unused.
e2f560b1
DN
5276 * sysdep.c (setpgrp): Remove definition, not used in this file.
5277
7583a3a1
JB
52782012-06-24 Juanma Barranquero <lekktu@gmail.com>
5279
5280 * makefile.w32-in: Update dependencies.
5281
696056c2
EZ
52822012-06-24 Eli Zaretskii <eliz@gnu.org>
5283
5284 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
5285 (SYSTIME_H): Add nt/inc/sys/time.h.
5286
5287 * systime.h [WINDOWSNT]: Include sys/time.h.
5288
5289 * s/ms-w32.h (struct timespec): Definition moved from
5290 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
5291
845ca893
PE
52922012-06-24 Paul Eggert <eggert@cs.ucla.edu>
5293
5294 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
5295 * buffer.h (buffer_slot_type_mismatch):
5296 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
5297 * eval.c (unwind_to_catch):
5298 * image.c (my_png_error, my_error_exit):
5299 * keyboard.c (quit_throw_to_read_char, user_error)
5300 (Fexit_recursive_edit, Fabort_recursive_edit):
5301 * lisp.h (die, args_out_of_range, args_out_of_range_3)
5302 (wrong_type_argument, buffer_overflow, __executable_start)
5303 (memory_full, buffer_memory_full, string_overflow, Fthrow)
5304 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
5305 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
5306 (fatal):
5307 (child_setup) [!DOS_NT]:
5308 * lread.c (end_of_file_error, invalid_syntax):
5309 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
5310 * puresize.h (pure_write_error):
5311 * search.c (matcher_overflow):
5312 * sound.c (sound_perror, alsa_sound_perror):
5313 * sysdep.c, syssignal.h (croak):
5314 * term.c (maybe_fatal, vfatal):
5315 * textprop.c (text_read_only):
5316 * undo.c (user_error):
5317 * unexmacosx.c (unexec_error):
5318 * xterm.c (x_ins_del_lines, x_delete_glyphs):
5319 Use _Noreturn rather than NO_RETURN.
5320 No need for separate decl merely because of _Noreturn.
5321 * sound.c (sound_warning, parse_sound):
5322 Remove unnecessary forward decls.
5323
f1dd8073
PE
53242012-06-24 Paul Eggert <eggert@cs.ucla.edu>
5325
5326 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
5327 * lisp.h (WAIT_READING_MAX): New macro.
5328 * dispnew.c (Fsleep_for, sit_for):
5329 * keyboard.c (kbd_buffer_get_event):
5330 * process.c (Faccept_process_output):
5331 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
5332 This improves on the previous patch, which introduced a bug
5333 when time_t is unsigned and as wide as intmax_t.
5334 See <http://bugs.gnu.org/9000#51>.
5335
b82c1755
EZ
53362012-06-23 Eli Zaretskii <eliz@gnu.org>
5337
5338 * dispnew.c (sit_for, Fsleep_for):
5339 * keyboard.c (kbd_buffer_get_event):
5340 * process.c (Faccept_process_output): Avoid compiler warnings when
5341 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
5342
ca300656
JB
53432012-06-23 Juanma Barranquero <lekktu@gmail.com>
5344
049ec95b
JB
5345 * makefile.w32-in: Update dependencies.
5346
ca300656
JB
5347 * w32.c (ltime): Add return type and declare static.
5348 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
5349
db7b8d06
PE
53502012-06-23 Paul Eggert <eggert@cs.ucla.edu>
5351
5352 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
5353 Privately reported by Herbert J. Skuhra.
5354 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
5355 All uses changed.
5356 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
5357 not make_lisp_timeval, when the argument is of type EMACS_TIME.
5358
0bd8297f
EZ
53592012-06-23 Eli Zaretskii <eliz@gnu.org>
5360
96512555
EZ
5361 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
5362 last argument of make_unibyte_string.
5363
0bd8297f
EZ
5364 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
5365 language ID in the event parameters.
5366
5367 * w32term.c (w32_read_socket): Put the new keyboard codepage into
5368 event.code, not the obscure "character set ID".
5369
63def6b6
CY
53702012-06-23 Chong Yidong <cyd@gnu.org>
5371
5372 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
5373
e8a02204
EZ
53742012-06-23 Eli Zaretskii <eliz@gnu.org>
5375
388cdec0
EZ
5376 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
5377 * w32.c (fdutimens): New function.
5378
5379 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
5380
5381 * s/ms-w32.h (pselect): Redirect to sys_select.
5382
5383 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
5384
e8a02204
EZ
5385 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
5386 in the logic of incrementing and decrementing the value of
5387 use_relocatable_buffers.
5388
d054f3fb
PE
53892012-06-23 Paul Eggert <eggert@cs.ucla.edu>
5390
5391 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
5392 Privately reported by Herbert J. Skuhra.
5393 [__FreeBSD__]: Remove "*/" typo after "#include".
5394 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
5395 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
5396 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
5397 Don't assume EMACS_TIME and struct timeval are the same type.
5398
d35af63c
PE
53992012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5400
5401 Support higher-resolution time stamps (Bug#9000).
5402 The time stamps are only nanosecond-resolution at the C level,
5403 since that's the best that any real-world system supports now.
5404 But they are picosecond-resolution at the Lisp level, as that's
5405 easy, and leaves room for future OS improvements.
5406
5407 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
5408 (LIBES): Use it.
5409
5410 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
5411 Don't get current time unless it's needed.
5412
5413 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
5414 now provides it if it's absent.
5415 (start_atimer): Port to higher-res time stamps.
5416 Check for time stamp overflow. Don't get current time more
5417 often than is needed.
5418
5419 * buffer.h (struct buffer): Buffer modtime now has high resolution.
5420 Include systime.h, not time.h.
5421 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
5422
5423 * dired.c: Include stat-time.h.
5424 (Ffile-attributes): File times now have higher resolution.
5425
5426 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
5427 (struct image): Timestamp now has higher resolution.
5428
5429 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
5430 has at least microseconds now. All uses removed.
5431 (update_frame, update_single_window, update_window, update_frame_1)
5432 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
927c7216 5433 (duration_to_sec_usec): Remove; no longer needed.
d35af63c
PE
5434
5435 * editfns.c (time_overflow): Now extern.
5436 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
5437 (float-time, Fformat_time_string, Fcurrent_time_string)
5438 (Fcurrent_time_zone): Accept and generate higher-resolution
5439 time stamps.
5440 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
5441 (decode_time_components, lisp_seconds_argument): New functions.
5442 (make_time): Now static.
5443 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
5444 Report an error if the time is invalid, rather than having the caller
5445 do that.
5446
5447 * fileio.c: Include <stat-time.h>
5448 (Fcopy_file): Copy higher-resolution time stamps.
5449 Prefer to set the time stamp via a file descriptor if that works.
5450 (Fset_file_times, Finsert_file_contents, Fwrite_region)
5451 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
5452 (Fvisited_file_modtime, Fset_visited_file_modtime):
5453 Support higher-resolution time stamps.
5454
5455 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
5456
5457 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
5458
5459 * image.c (prepare_image_for_display, clear_image_cache)
5460 (lookup_image): Port to higer-resolution time stamps.
5461
5462 * keyboard.c (start_polling, bind_polling_period):
5463 Check for time stamp overflow.
5464 (read_char, kbd_buffer_get_event, timer_start_idle)
5465 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
5466 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
5467 Port to higher-resolution time stamps. Do not assume time_t is signed.
5468 (decode_timer): New function. Timers are now vectors of length 9,
5469 not 8, to accommodate the picosecond component.
5470 (timer_check_2): Use it.
5471
5472 * nsterm.m (select_timeout, timeval_subtract): Remove.
5473 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
5474 as they're a bit more accurate and handle overflow better.
5475 (ns_select): Change prototype to be compatible with pselect.
5476 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
5477 * nsterm.h (ns_select): Adjust prototype.
5478
5479 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
5480 us-resolution time stamps.
5481 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
5482
5483 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
5484
5485 * lisp.h (time_overflow): New decl.
5486 (wait_reading_process_output): First arg is now intmax_t, not int,
5487 to accommodate larger waits.
5488
5489 * process.h (struct Lisp_Process.read_output_delay):
5490 Now counts nanoseconds, not microseconds.
5491 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
5492 EMACS_HAS_USECS.
5493 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
5494 (wait_reading_process_output):
5495 Port to ns-resolution time stamps.
5496 (Faccept_process_output, wait_reading_process_output):
5497 Check for time stamp overflow. Do not assume time_t is signed.
5498 (select_wrapper): Remove; we now use pselect.
5499 (Fprocess_attributes): Now generates ns-resolution time stamps.
5500
5501 * sysdep.c: Include utimens.h. Don't include utime.h
5502 or worry about struct utimbuf; gnulib does that for us now.
5503 (gettimeofday): Remove; gnulib provides a substitute.
5504 (make_timeval): New function.
5505 (set_file_times): Now sets ns-resolution time stamps.
5506 New arg FD; all uses changed.
5507 (time_from_jiffies, ltime_from_jiffies, get_up_time)
5508 (system_process_attributes):
5509 Now returns ns-resolution time stamp. All uses changed.
5510 Check for time stamp overflow.
5511
5512 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
5513 provides a substitute now.
5514
5515 * systime.h: Include timespec.h rather than sys/time.h and time.h,
5516 since it guarantees struct timespec.
5517 (EMACS_TIME): Now struct timespec, so that we can support
5518 ns-resolution time stamps.
5519 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
5520 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
5521 (EMACS_USECS): Remove.
5522 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
5523 so multiply the arg by 1000 before storing it.
5524 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
5525 New macros.
5526 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
5527 Port to ns-resolution time stamps.
5528 (EMACS_TIME_NEG_P): Remove; replaced by....
5529 (EMACS_TIME_SIGN): New macro.
5530 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
5531 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
5532 (set_file_times, make_time, lisp_time_argument): Adjust signature.
5533 (make_timeval, make_lisp_time, decode_time_components): New decls.
5534 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
5535 that it mishandled time_t overflow. You can't compare by subtracting!
5536 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
5537 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
5538
5539 * term.c: Include <sys/time.h>.
5540 (timeval_to_Time): New function, for proper overflow wraparound.
5541 (term_mouse_position, term_mouse_click): Use it.
5542
5543 * undo.c (record_first_change): Support higher-resolution time stamps
5544 in the undo buffer.
5545 (Fprimitive_undo): Use them when restoring time stamps.
5546
5547 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
5548 (w32_get_internal_run_time):
5549 Port to higher-resolution Emacs time stamps.
5550 (ltime): Now accepts single 64-bit integer, as that's more convenient
5551 for callers.
5552
5553 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
5554
5555 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
5556 for compatibility with pselect. Support ns-resolution time stamps.
5557
5558 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
5559
5560 * xselect.c (wait_for_property_change, x_get_foreign_selection):
5561 Check for time stamp overflow, and support ns-resolution time stamps.
5562
5563 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
5564 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
5565 (timeval_subtract): Remove; no longer needed.
5566 (XTflash, XTring_bell, x_wait_for_event):
5567 Port to ns-resolution time stamps. Don't assume time_t is signed.
5568
b6a92dfe
CY
55692012-06-22 Chong Yidong <cyd@gnu.org>
5570
5571 * xdisp.c (x_consider_frame_title): Revert last change.
5572
d251c37c
EZ
55732012-06-22 Eli Zaretskii <eliz@gnu.org>
5574
5575 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
5576 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
5577 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
5578 staticidx goes up to 1597 out of 1600 = 0x640.)
5579
f10deafb
PE
55802012-06-20 Paul Eggert <eggert@cs.ucla.edu>
5581
5582 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
5583 Otherwise, the umask might be mistakenly 0 while handling input signals.
5584
ec6de1e2
SM
55852012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
5588
28be1ada
DA
55892012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
5590
5591 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
5592 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
5593 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
5594 access to `contents' member of Lisp_Vector objects with AREF and ASET
5595 where appropriate.
5596
c6bf3022
CY
55972012-06-19 Chong Yidong <cyd@gnu.org>
5598
5599 * frame.c (delete_frame): When selecting a frame on a different
5600 text terminal, do not alter the terminal's top-frame.
5601
5602 * xdisp.c (format_mode_line_unwind_data): Record the target
5603 frame's selected window and its terminal's top-frame.
5604 (unwind_format_mode_line): Restore them.
5605 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
5606 Callers changed.
5607 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
5608 since tty frames can be explicitly named.
5609 (prepare_menu_bars): Likewise.
5610
5611 * term.c (Ftty_top_frame): New function.
5612
defd4196
PE
56132012-06-18 Paul Eggert <eggert@cs.ucla.edu>
5614
5615 Port byte-code-meter to modern targets.
5616 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
5617 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
8b5257e1 5618 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
defd4196
PE
5619 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
5620 (METER_1, METER_2): Simplify.
5621
1053a871
SM
56222012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * data.c (Fdefalias): Return `symbol' (bug#11686).
5625
b7e8d081
MR
56262012-06-18 Martin Rudalics <rudalics@gmx.at>
5627
5628 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
1053a871
SM
5629 gets killed during executing of this function (Bug#11665).
5630 Try to always return Qt when the buffer has been actually killed.
b7e8d081
MR
5631 (Vkill_buffer_query_functions): In doc-string say that functions
5632 run by this hook should not change the current buffer.
5633
7ea2b339
PE
56342012-06-18 Paul Eggert <eggert@cs.ucla.edu>
5635
5636 Fix recently-introduced process.c problems found by static checking.
5637 * process.c (write_queue_push, write_queue_pop, send_process):
5638 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
5639 (write_queue_pop): Fix pointer signedness problem.
5640 (send_process): Remove unused local.
5641
96a313a1
CY
56422012-06-17 Chong Yidong <cyd@gnu.org>
5643
5644 * xdisp.c (redisplay_internal): No need to redisplay terminal
5645 frames that are not on top.
5646
20ca2e94
TN
56472012-06-17 Troels Nielsen <bn.troels@gmail.com>
5648
5649 * process.c (make_process): Initialize write_queue.
5650 (write_queue_push, write_queue_pop): New functions.
5651 (send_process): Use them to maintain correct ordering of process
5652 writes (Bug#10815).
5653
9a900ca9
PE
56542012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5655
310fbfa8
PE
5656 * lisp.h (eassert): Assume C89 or later.
5657 This removes the need for CHECK.
5658 (CHECK): Remove. Its comments about always evaluating its
5659 argument were confusing, as 'eassert' typically does not evaluate
5660 its argument.
5661
27bb1ca4
PE
5662 * coding.c (produce_chars): Use ptrdiff_t, not int.
5663
9a900ca9
PE
5664 * xterm.c (x_draw_underwave): Check for integer overflow.
5665 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
5666
41b7f8bc 56672012-06-17 Jan Djärv <jan.h.d@swipnet.se>
50a93863
JD
5668
5669 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
5670 referenced (Bug#11583).
5671
9b0e3eba
AA
56722012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5673
5674 Implement wave-style variant of underlining.
5675 * dispextern.h (face_underline_type): New enum.
5676 (face): Add field for underline type.
5677 * nsterm.m (ns_draw_underwave): New function.
5678 (ns_draw_text_decoration): Use it.
5679 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
5680 New functions.
5681 (x_draw_glyph_string): Use them.
5682 * xfaces.c (Qline, Qwave): New Lisp objects.
5683 (check_lface_attrs, merge_face_ref)
1053a871
SM
5684 (Finternal_set_lisp_face_attribute, realize_x_face):
5685 Handle wave-style underline face attributes.
9b0e3eba
AA
5686 * xterm.c (x_draw_underwave): New function.
5687 (x_draw_glyph_string): Use it.
5688
0fb52f11
JB
56892012-06-16 Juanma Barranquero <lekktu@gmail.com>
5690
5691 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
5692 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
5693 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
5694 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
5695 ($(BLD)/w32select.$(O)): Update dependencies.
5696
e5560ff7
AS
56972012-06-16 Andreas Schwab <schwab@linux-m68k.org>
5698
5699 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
5700 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
5701 * character.c (_fetch_multibyte_char_p): Remove.
5702 * alloc.c: Include "character.h" before "buffer.h".
5703 * bidi.c: Likewise.
5704 * buffer.c: Likewise.
5705 * bytecode.c: Likewise.
5706 * callint.c: Likewise.
5707 * callproc.c: Likewise.
5708 * casefiddle.c: Likewise.
5709 * casetab.c: Likewise.
5710 * category.c: Likewise.
5711 * cmds.c: Likewise.
5712 * coding.c: Likewise.
5713 * composite.c: Likewise.
5714 * dired.c: Likewise.
5715 * dispnew.c: Likewise.
5716 * doc.c: Likewise.
5717 * dosfns.c: Likewise.
5718 * editfns.c: Likewise.
5719 * emacs.c: Likewise.
5720 * fileio.c: Likewise.
5721 * filelock.c: Likewise.
5722 * font.c: Likewise.
5723 * fontset.c: Likewise.
5724 * fringe.c: Likewise.
5725 * indent.c: Likewise.
5726 * insdel.c: Likewise.
5727 * intervals.c: Likewise.
5728 * keyboard.c: Likewise.
5729 * keymap.c: Likewise.
5730 * lread.c: Likewise.
5731 * macros.c: Likewise.
5732 * marker.c: Likewise.
5733 * minibuf.c: Likewise.
5734 * nsfns.m: Likewise.
5735 * nsmenu.m: Likewise.
5736 * print.c: Likewise.
5737 * process.c: Likewise.
5738 * regex.c: Likewise.
5739 * region-cache.c: Likewise.
5740 * search.c: Likewise.
5741 * syntax.c: Likewise.
5742 * term.c: Likewise.
5743 * textprop.c: Likewise.
5744 * undo.c: Likewise.
5745 * unexsol.c: Likewise.
5746 * w16select.c: Likewise.
5747 * w32fns.c: Likewise.
5748 * w32menu.c: Likewise.
5749 * window.c: Likewise.
5750 * xdisp.c: Likewise.
5751 * xfns.c: Likewise.
5752 * xmenu.c: Likewise.
5753 * xml.c: Likewise.
5754 * xselect.c: Likewise.
5755
2f07e6af
EZ
57562012-06-16 Eli Zaretskii <eliz@gnu.org>
5757
1053a871
SM
5758 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
5759 If all the glyphs of the glyph row came from strings, and we have no
2f07e6af 5760 cursor positioning clues, put the cursor on the first glyph of the
1097afe4
EZ
5761 row.
5762 (handle_face_prop): Use chunk-relative overlay string index when
5763 indexing into it->string_overlays array. (Bug#11653)
946fdb73
EZ
5764 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
5765 the rightmost. (Bug#11720)
2f07e6af 5766
29b83cec
AS
57672012-06-16 Andreas Schwab <schwab@linux-m68k.org>
5768
5769 * category.h (CHAR_HAS_CATEGORY): Define as inline.
5770 (CATEGORY_MEMBER): Enforce 1/0 value.
5771 * category.c (_temp_category_set): Remove.
5772
4c5501e9
EZ
57732012-06-16 Eli Zaretskii <eliz@gnu.org>
5774
5775 * window.c (Fdelete_other_windows_internal)
5776 (Fdelete_window_internal): Don't access frame's mouse highlight
5777 info of the initial frame. (Bug#11677)
5778
2b570124
PE
57792012-06-14 Paul Eggert <eggert@cs.ucla.edu>
5780
e93864f9
PE
5781 * .gdbinit (xgetint): Fix recently-introduced paren typo.
5782 Assume USE_2_TAGS_FOR_INTS.
5783 (xreload): Adjust $tagmask width to match recent lisp.h change.
5784
2b570124
PE
5785 Simplify lisp.h in minor ways that should not affect code.
5786 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
5787 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
5788 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
5789 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
5790 (INTTYPEBITS): New macro, for clarity.
5791 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
1053a871
SM
5792 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
5793 Simplify now that USE_LSB_TAG is always defined.
2b570124
PE
5794 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
5795 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
5796
81755f69
JB
57972012-06-13 Juanma Barranquero <lekktu@gmail.com>
5798
5799 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
5800
16192a57
GM
58012012-06-13 Glenn Morris <rgm@gnu.org>
5802
5803 * s/bsd-common.h (BSD4_3):
5804 * s/usg5-4-common.h (USG5_4): No longer define; unused.
5805
646b5f55
AS
58062012-06-13 Andreas Schwab <schwab@linux-m68k.org>
5807
5808 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
5809 instead of union.
5810 (XLI, XIL): Define.
1053a871
SM
5811 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
5812 Use them.
5813 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
646b5f55 5814 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
1053a871 5815 * alloc.c (widen_to_Lisp_Object): Remove.
646b5f55
AS
5816 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
5817 * frame.c (delete_frame): Remove outdated comment.
5818 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
5819 USE_LISP_UNION_TYPE.
5820 (Fw32_unregister_hot_key): Likewise.
5821 (Fw32_toggle_lock_key): Likewise.
5822 * w32menu.c (add_menu_item): Likewise.
5823 (w32_menu_display_help): Use XIL instead of checking
5824 USE_LISP_UNION_TYPE.
5825 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
5826 (init_heap): Likewise.
5827 * w32term.c (w32_read_socket): Update comment.
5828
1d3823c9
GM
58292012-06-13 Glenn Morris <rgm@gnu.org>
5830
c62ff706
GM
5831 * s/usg5-4-common.h, src/s/unixware.h:
5832 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
5833
1d3823c9
GM
5834 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
5835
bfe3e0a2
PE
58362012-06-13 Paul Eggert <eggert@cs.ucla.edu>
5837
5838 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
5839 * alloc.c (make_number) [!defined make_number]:
5840 Remove, as lisp.h always defines this now.
5841 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
5842 (roundup_size): Verify that it is a power of 2.
5843 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5844 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
5845 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
5846 -DUSE_LSB_TAG=0, to override the automatically-selected default.
5847 USE_LSB_TAG now is always defined to be either 0 or 1.
5848 All uses changed.
5849 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
5850 code works fine either way, and efficiency is not a concern here,
5851 as the union type is for debugging, not for production.
5852 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
5853 Use an inline function on all platforms when using the union type,
5854 since this is simpler and 'static inline' can be used portably
5855 within Emacs now.
5856 (LISP_INITIALLY_ZERO): New macro.
5857 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
5858 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
5859
45fa9c0f
GM
58602012-06-12 Glenn Morris <rgm@gnu.org>
5861
b4492cba
GM
5862 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
5863
5864 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
0d369729 5865
45fa9c0f
GM
5866 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
5867 Move BROKEN_SIGIO to configure.
5868
5869 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
5870 Move NO_TERMIO to configure.
5871
0e25d334
CY
58722012-06-12 Chong Yidong <cyd@gnu.org>
5873
5874 * image.c (imagemagick_load_image): Use MagickFlattenImage if
5875 MagickMergeImageLayers is undefined. Use pixel pusher loop if
5876 MagickExportImagePixels is undefined.
5877
43682bb6
PE
58782012-06-12 Paul Eggert <eggert@cs.ucla.edu>
5879
5880 * image.c (imagemagick_load_image): Remove unused label.
5881
a9be7d2b
GM
58822012-06-11 Glenn Morris <rgm@gnu.org>
5883
5884 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
5885 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
5886 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
5887 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
5888
3017f87f
SM
58892012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * alloc.c (make_byte_code): New function.
5892 (Fmake_byte_code): Use it. Don't purify here.
5893 * lread.c (read1): Use it as well to avoid extra allocation.
5894
1b9b4cf4
CY
58952012-06-11 Chong Yidong <cyd@gnu.org>
5896
5897 * image.c (imagemagick_load_image): Implement transparency.
5898
95988fcf
AS
58992012-06-10 Andreas Schwab <schwab@linux-m68k.org>
5900
5901 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
5902 account for preceding backslashes. (Bug#11663)
5903
cd4eb164
CY
59042012-06-09 Chong Yidong <cyd@gnu.org>
5905
5906 * term.c: Support italics in capable terminals (Bug#9652).
5907 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
5908 (turn_on_face): Output using TS_enter_italic_mode if available.
5909 Don't handle unused blinking and alt-charset cases.
5910 (turn_off_face): Handle italic case; discard unused tty_blinking_p
5911 and tty_alt_charset_p cases.
5912 (tty_capable_p, init_tty): Support italics.
5913
5914 * termchar.h (struct tty_display_info): Add field for italics.
5915 Remove unused blink field.
5916
5917 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
5918 Handle slant.
5919
5920 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
5921 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
5922 tty_alt_charset_p. Add tty_italic_p.
5923
ff88beb8
MA
59242012-06-09 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
5927 dbus_type_is_basic if available.
5928 (xd_extract_signed, xd_extract_unsigned): Rename from
5929 extract_signed and extract_unsigned, respectively. Adapt callers.
5930
44286096
CY
59312012-06-09 Chong Yidong <cyd@gnu.org>
5932
1682701f
CY
5933 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
5934
44286096
CY
5935 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
5936 case (Bug#9752).
5937
d86feb17
PE
59382012-06-08 Paul Eggert <eggert@cs.ucla.edu>
5939
5940 * xdisp.c (vmessage): Treat frame message as multibyte.
5941 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
5942 would generate the diagnostic "Making \302\247 buffer-local while
5943 let-bound!".
5944
d5c20fe8
EZ
59452012-06-08 Eli Zaretskii <eliz@gnu.org>
5946
5947 * dispnew.c (showing_window_margins_p): Undo last change, which
5948 was done due to an inadvertent commit.
5949 (adjust_frame_glyphs_for_frame_redisplay): Do call
5950 showing_window_margins_p.
5951
513749ee
SM
59522012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * eval.c (Fmake_var_non_special): New primitive.
5955 (syms_of_eval): Defsubr it.
5956 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
5957
d4a8f5c1
JB
59582012-06-08 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
5961 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
5962
8bbbc977
EZ
59632012-06-08 Eli Zaretskii <eliz@gnu.org>
5964
5965 * alloc.c (allocate_vectorlike): Fix last change.
5966
f3372c87
DA
59672012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
5968
5969 Block-based vector allocation of small vectors.
5970 * lisp.h (struct vectorlike_header): New field `nbytes',
5971 adjust comment accordingly.
5972 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
fc0c31f8 5973 to denote vector blocks. Adjust users (live_vector_p,
f3372c87
DA
5974 mark_maybe_pointer, valid_lisp_object_p) accordingly.
5975 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
5976 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
5977 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
5978 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
5979 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
5980 (roundup_size): New constant.
5981 (struct vector_block): New data type.
5982 (vector_blocks, vector_free_lists, zero_vector): New variables.
513749ee 5983 (all_vectors): Rename to `large_vectors'.
f3372c87
DA
5984 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
5985 (sweep_vectors): New functions.
5986 (allocate_vectorlike): Return `zero_vector' as the only vector of
fc0c31f8 5987 0 items. Allocate new vector from block if vector size is less than
f3372c87
DA
5988 or equal to VBLOCK_BYTES_MAX.
5989 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
5990 (init_alloc_once): Add call to init_vectors.
5991
4f18a4ed
SM
59922012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5993
5994 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
5995
86f158bc
PE
59962012-06-07 Paul Eggert <eggert@cs.ucla.edu>
5997
5998 * doprnt.c (doprnt): Truncate multibyte char correctly.
5999 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
6000 would mishandle a string argument "Xc" if X was a multibyte
6001 character of length 2: it would truncate after X's first byte
6002 rather than including all of X.
6003
c5cfcbe0
CY
60042012-06-06 Chong Yidong <cyd@gnu.org>
6005
6006 * buffer.c (word_wrap): Doc fix.
6007
c05cf390
PE
60082012-06-04 Paul Eggert <eggert@cs.ucla.edu>
6009
6010 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
6011
0c3461de
GM
60122012-06-03 Glenn Morris <rgm@gnu.org>
6013
6014 * xdisp.c (tool-bar-style): Doc fix.
6015
c71232db
UM
60162012-06-03 Ulrich Müller <ulm@gentoo.org>
6017
6018 * Makefile.in (PAXCTL): Define.
6019 (temacs$(EXEEXT)): Disable memory randomization for the temacs
6020 binary via PaX flags if the paxctl utility is available.
6021 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
6022 Restore PaX flags to their default. (Bug#11398)
6023
383f7350
CY
60242012-06-03 Chong Yidong <cyd@gnu.org>
6025
6026 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
6027 buffer (Bug#11226).
6028
5f2c76c6
CY
60292012-06-03 Chong Yidong <cyd@gnu.org>
6030
6031 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
6032 (note_mode_line_or_margin_highlight): If there is no help echo,
6033 use mode-line-default-help-echo. Handle the case where the mouse
6034 position is past the end of the mode line string.
6035
6036 * buffer.c (buffer_local_value_1): New function, split from
6037 Fbuffer_local_value; can return Qunbound.
6038 (Fbuffer_local_value): Use it.
6039 (Vmode_line_format): Docstring tweaks.
6040
773d47f6
PE
60412012-06-02 Paul Eggert <eggert@cs.ucla.edu>
6042
6043 * sysdep.c (system_process_attributes): Improve comment.
6044
f2d6a3df
SM
60452012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * keyboard.c: Export real-this-command to Elisp.
6048 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
6049 and DEFVAR it. Update all users.
6050
63810350
PE
60512012-06-02 Paul Eggert <eggert@cs.ucla.edu>
6052
7bd5c1f4
PE
6053 * minibuf.c (Fassoc_string): Remove duplicate declaration.
6054
63810350
PE
6055 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
6056 Convert pctcpu and pctmem to Lisp float properly.
6057 Let the compiler fold better, as 100.0/0x8000 is exact.
6058
a2821611
AS
60592012-06-02 Andreas Schwab <schwab@linux-m68k.org>
6060
6061 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
6062 cons_block.
6063
5fceba1d
PE
60642012-06-01 Paul Eggert <eggert@cs.ucla.edu>
6065
6066 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
6067
c98ff5dd
DA
60682012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
6069
6070 For a 'struct window', replace some Lisp_Object fields to
6071 bitfields where appropriate, remove unused fields.
6072 * window.h (struct window): Remove unused 'last_mark_x' and
6073 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
6074 change it's type from Lisp_Object to bitfield.
6075 Change type of 'force_start', 'optional_new_start',
6076 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
fc0c31f8 6077 fields from Lisp_Object to bitfield. Adjust users accordingly.
c98ff5dd 6078
ca34e0be
PE
60792012-05-31 Paul Eggert <eggert@cs.ucla.edu>
6080
6081 Pacify gcc -Wdouble-precision when using Xaw.
6082 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
6083 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
6084 Use 'float' consistently, rather than 'float' in most places
6085 and 'double' in a couple of places.
6086
efc00ab1 60872012-05-31 Eli Zaretskii <eliz@gnu.org>
d5fd2c54
EZ
6088
6089 * xdisp.c (handle_stop): Detect whether we have overlay strings
6090 loaded by testing it->current.overlay_string_index to be
6091 non-negative, instead of checking whether n_overlay_strings is
6092 positive. (Bug#11587)
6093
efc00ab1 60942012-05-31 Chong Yidong <cyd@gnu.org>
353c87f6
CY
6095
6096 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
6097
6098 * doc.c (Fsubstitute_command_keys): Doc fix.
6099
efc00ab1 61002012-05-31 Eli Zaretskii <eliz@gnu.org>
a02ae4e5
EZ
6101
6102 * search.c (search_buffer): Remove calls to
6103 r_alloc_inhibit_buffer_relocation, as it is now called by
6104 maybe_unify_char, which was the cause of relocation of buffer text
6105 in bug#11519.
6106
efc00ab1 61072012-05-31 Eli Zaretskii <eliz@gnu.org>
291d430f
EZ
6108
6109 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
6110 for the duration of call to load_charset, to avoid problems with
6111 callers of maybe_unify_char that access buffer text through C
6112 pointers.
6113
6114 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
6115 decrement the inhibition flag, instead of just setting or
6116 resetting it.
6117
ba93a187
PE
61182012-05-31 Paul Eggert <eggert@cs.ucla.edu>
6119
6120 Remove obsolete '#define static' cruft.
6121 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
6122 This #undef was "temporary" in 2000; it is no longer needed
6123 now that '#define static' has gone away.
6124 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
6125 (gray_bitmap_bits): Remove; no longer needed.
6126 All uses replaced with definiens.
6127 * xterm.c: Include "bitmaps/gray.xbm".
6128
9e4bf381
PE
61292012-05-30 Paul Eggert <eggert@cs.ucla.edu>
6130
6131 Clean up __executable_start, monstartup when --enable-profiling.
6132 The following changes affect the code only when profiling.
6133 * dispnew.c (__executable_start): Rename from safe_bcopy.
6134 Define only on platforms that need it.
6135 * emacs.c: Include <sys/gmon.h> when profiling.
6136 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
6137 (__executable_start): Remove decl, since lisp.h does it now.
6138 (safe_bcopy): Remove decl; no longer has that name.
6139 (main): Coalesce #if into single bit of code, for simplicity.
6140 Cast pointers to uintptr_t, since standard libraries want integers
6141 and not pointers.
6142 * lisp.h (__executable_start): New decl.
6143
32d72c2f
GM
61442012-05-31 Glenn Morris <rgm@gnu.org>
6145
6146 * image.c (Fimagemagick_types): Doc fix.
6147
baac5bc7
JM
61482012-05-30 Jim Meyering <meyering@redhat.com>
6149
6150 * callproc.c (Fcall_process_region): Include directory component
6151 in mkstemp error message (Bug#11586).
6152
72cb32cf
PE
61532012-05-30 Paul Eggert <eggert@cs.ucla.edu>
6154
6155 * alloc.c, lisp.h (make_pure_vector): Now static.
6156
61b108cc
SM
61572012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
6160 Move to byte-run.el.
6161 (Fautoload): Do the hash-doc more carefully.
6162 * data.c (Fdefalias): Purify definition, except for keymaps.
6163 (Qdefun): Move from eval.c.
6164 * lisp.h (Qdefun): Remove.
6165 * lread.c (read1): Tiny simplification.
6166
471fe23d
TN
61672012-05-29 Troels Nielsen <bn.troels@gmail.com>
6168
934f3f58 6169 Do not create empty overlays with the evaporate property (Bug#9642).
471fe23d
TN
6170 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
6171 Bug#9642, but explicitly check that the buffer the overlay would
6172 be moved to is live and rearrange lines to make sure that errors
6173 will not put the overlay in an inconsistent state.
6174 (Fdelete_overlay): Cosmetics.
6175
85d0efd1
EZ
61762012-05-28 Eli Zaretskii <eliz@gnu.org>
6177
6178 * w32term.c (my_bring_window_to_top): New function.
6179 (x_raise_frame): Use handle returned by DeferWindowPos, which
61b108cc
SM
6180 could be different from the original one.
6181 Call my_bring_window_to_top instead of my_set_foreground_window.
85d0efd1
EZ
6182 (Bug#11513)
6183
6184 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
6185 by calling BringWindowToTop.
6186
6187 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
6188 (WM_EMACS_END): Increase by one.
6189
da92a98c
PE
61902012-05-28 Paul Eggert <eggert@cs.ucla.edu>
6191
6192 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
6193 This avoids undefined behavior that might cause the eassert
6194 to not catch an out-of-range value.
6195
74d1f848
JB
61962012-05-28 Juanma Barranquero <lekktu@gmail.com>
6197
6198 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
6199 Update dependencies.
6200
9e1a06fc
EZ
62012012-05-27 Eli Zaretskii <eliz@gnu.org>
6202
6203 * bidi.c (bidi_mirror_char): Fix last change.
6204
f3dd7312
AS
62052012-05-27 Andreas Schwab <schwab@linux-m68k.org>
6206
6207 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
6208 when referring to sectname field in printf format.
6209
81899c91
PE
62102012-05-27 Paul Eggert <eggert@cs.ucla.edu>
6211
57b81a9f
PE
6212 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
6213 Only r_alloc_inhibit_buffer_relocation needed to be added;
6214 the others were already declared.
6215
81899c91
PE
6216 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
6217 before checking whether it's out of range. Put the check inside
6218 eassert. See
6219 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
6220
33017faf 62212012-05-27 Ken Brown <kbrown@cornell.edu>
2f9b9adb
KB
6222
6223 * callproc.c (Fcall_process): Restore a line that was accidentally
6224 commented out in the 2011-02-13 change (bug#11547).
6225
33017faf 62262012-05-27 Eli Zaretskii <eliz@gnu.org>
52c55cc7
EZ
6227
6228 * lisp.h [REL_ALLOC]: Add prototypes for external functions
6229 defined on ralloc.c.
6230
6231 * buffer.c [REL_ALLOC]: Remove prototypes of
6232 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
6233 they are now on lisp.h.
6234
6235 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
6236
6237 * search.c (search_buffer): Use it to inhibit relocation of buffer
6238 text while re_search_2 is doing its job, because re_search_2 is
6239 passed C pointers to buffer text. (Bug#11519)
6240
23415acf
EZ
6241 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
6242 Update value to 24.
6243
44e27368
EZ
6244 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
6245 state after an additional call to move_it_in_display_line_to, keep
6246 the values of it->max_ascent and it->max_descent found for the
6247 entire line.
6248 (pos_visible_p): Revert the comparison against bottom_y to what it
6249 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
6250 (Bug#11464)
6251
c1892f11
PE
62522012-05-26 Paul Eggert <eggert@cs.ucla.edu>
6253
6254 Fix coding-related core dumps with gcc -ftrapv.
6255 The code was computing A - B, where A and B are pointers, and B is
6256 random garbage. This can lead to core dumps on platforms that
6257 have special pointer registers, and it also leads to core dumps on
6258 x86-64 when compiled with gcc -ftrapv. The fix is to compute
6259 A - B only when B is initialized properly.
6260 * coding.c (coding_set_source, coding_set_destination): Return void.
6261 (coding_change_source, coding_change_destinations): New functions,
6262 with the old behaviors of coding_set_source and coding_set_destination.
6263 All callers that need an offset changed to use these new functions.
6264
eb7afdad
GM
62652012-05-26 Glenn Morris <rgm@gnu.org>
6266
6267 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
6268
f12fdf02
EZ
62692012-05-26 Eli Zaretskii <eliz@gnu.org>
6270
53a63be6 6271 Extend mouse support on W32 text-mode console.
61b108cc
SM
6272 * xdisp.c (draw_row_with_mouse_face):
6273 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
eb3f6f01 6274
eb3f6f01 6275 * w32console.c: Include window.h.
61b108cc
SM
6276 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
6277 New functions.
eb3f6f01
EZ
6278 (initialize_w32_display): Initialize mouse-highlight data.
6279
53a63be6
EZ
6280 * w32inevt.c: Include termchar.h and window.h.
6281 (do_mouse_event): Support mouse-autoselect-window. When the mouse
6282 moves, call note_mouse_highlight. If help_echo changed, call
6283 gen_help_event to produce help-echo message in the echo area.
6284 Call clear_mouse_face if mouse_face_hidden is set in the mouse
6285 highlight info.
6286
4cfd81f6
PE
62872012-05-26 Paul Eggert <eggert@cs.ucla.edu>
6288
6289 * lread.c (read1): Simplify slightly to avoid an overflow warning
6290 with GCC 4.7.0 on x86-64.
6291
4446092a
EZ
62922012-05-26 Eli Zaretskii <eliz@gnu.org>
6293
6294 * bidi.c (bidi_mirror_char): Revert last change: an int is
6295 definitely wide enough here.
6296
42b2a986 62972012-05-25 Paul Eggert <eggert@cs.ucla.edu>
3164aeac 6298
42b2a986 6299 Fix integer width and related bugs (Bug#9874).
eb106a49 6300 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
d311d28c
PE
6301 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
6302 (string_bytes, check_sblock, allocate_string_data):
6303 (compact_small_strings, Fmake_bool_vector, make_string)
6304 (make_unibyte_string, make_multibyte_string)
6305 (make_string_from_bytes, make_specified_string)
6306 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
6307 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
6308 (mark_vectorlike):
6309 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6310 (allocate_pseudovector):
6311 Use int, not EMACS_INT, where int is wide enough.
6312 (inhibit_garbage_collection, Fgarbage_collect):
6313 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6314 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
6315 int might not be wide enough.
6316 (bidi_cache_search, bidi_cache_find, bidi_init_it)
6317 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
6318 (bidi_at_paragraph_end, bidi_find_paragraph_start)
6319 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
6320 (bidi_level_of_next_char, bidi_move_to_visually_next):
6321 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6322 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
6323 (Fkill_buffer, Fset_buffer_major_mode)
6324 (advance_to_char_boundary, Fbuffer_swap_text)
6325 (Fset_buffer_multibyte, overlays_at, overlays_in)
6326 (overlay_touches_p, struct sortvec, record_overlay_string)
6327 (overlay_strings, recenter_overlay_lists)
6328 (adjust_overlays_for_insert, adjust_overlays_for_delete)
6329 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
6330 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
6331 (Foverlay_recenter, last_overlay_modification_hooks_used)
6332 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
6333 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
977b0e45
PE
6334 (validate_region): Omit unnecessary test for b <= e,
6335 since that's guaranteed by the previous test.
d311d28c
PE
6336 (adjust_overlays_for_delete): Avoid pos + length overflow.
6337 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
6338 (report_overlay_modification):
6339 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6340 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
6341 Omit pointer cast, which isn't needed anyway, and doesn't work
6342 after the EMACS_INT -> ptrdiff_t change.
02481186 6343 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
d311d28c
PE
6344 * buffer.h: Adjust decls to match defn changes elsewhere.
6345 (struct buffer_text, struct buffer):
6346 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6347 Use EMACS_INT, not int, where int might not be wide enough.
39b5db3b
PE
6348 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
6349 not int, to avoid needless 32-bit limit on 64-bit hosts.
6350 (exec_byte_code): Use tighter memory-full test, one that checks
6351 for alloca overflow. Don't compute the address of the object just
6352 before an array, as that's not portable. Use EMACS_INT, not
6353 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
d311d28c
PE
6354 * callint.c (Fcall_interactively):
6355 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6356 * callproc.c (call_process_kill, Fcall_process):
6357 Don't assume pid_t fits into an Emacs fixnum.
6358 (call_process_cleanup, Fcall_process, child_setup):
6359 Don't assume pid_t fits into int.
6360 (call_process_cleanup, Fcall_process, delete_temp_file)
6361 (Fcall_process_region):
6362 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6363 (Fcall_process): Simplify handling of volatile integers.
6364 Use int, not EMACS_INT, where int will do.
6365 * casefiddle.c (casify_object, casify_region, operate_on_word)
6366 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
6367 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6368 (casify_object): Avoid integer overflow when overallocating buffer.
6369 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
45c2afd6 6370 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
d311d28c
PE
6371 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
6372 * category.h (CATEGORYP): Don't assume arg is nonnegative.
6373 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
6374 integers are now checked earlier. All uses replaced with XINT.
6375 (ccl_driver):
6376 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6377 For CCL_MapSingle, check that content and value are in int range.
c801946a
PE
6378 (ccl_driver, Fregister_code_conversion_map):
6379 Check that Vcode_version_map_vector is a vector.
d311d28c
PE
6380 (resolve_symbol_ccl_program): Check that vector header is in range.
6381 Always copy the vector, so that we can check its contents reliably
6382 now rather than having to recheck each instruction as it's being
6383 executed. Check that vector words fit in 'int'.
6384 (ccl_get_compiled_code, Fregister_ccl_program)
6385 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
6386 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
6387 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
6388 contents are in range.
6389 (Fccl_execute_on_string): Check that status is in range.
6390 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
6391 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
6392 Accept and return EMACS_INT, not int, because callers can pass values
6393 out of 'int' range.
6394 (c_string_width, strwidth, lisp_string_width, chars_in_text)
6395 (multibyte_chars_in_text, parse_str_as_multibyte)
6396 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
6397 (str_as_unibyte, str_to_unibyte, string_count_byte8)
6398 (string_escape_byte8, Fget_byte):
6399 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
a14e1568 6400 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
d311d28c
PE
6401 avoid mishandling large integers.
6402 * character.h: Adjust decls to match defn changes elsewhere.
6403 * charset.c (load_charset_map_from_file, find_charsets_in_text)
6404 (Ffind_charset_region):
6405 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6406 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
6407 (load_charset_map_from_vector, Fdefine_charset_internal):
3c7649c1 6408 Don't assume fixnum fits in int.
d311d28c
PE
6409 (load_charset_map_from_vector, Fmap_charset_chars):
6410 Remove now-unnecessary CHECK_NATNUMs.
6411 (Fdefine_charset_internal): Check ranges here, more carefully.
3c7649c1
PE
6412 Don't rely on undefined behavior with signed left shift overflow.
6413 Don't assume unsigned int fits into fixnum, or that fixnum fits
6414 into unsigned int. Don't require max_code to be a valid fixnum;
6415 that's not true for gb10830 4-byte on a 32-bit host. Allow
6416 invalid_code to be a cons, for the same reason. Require code_offset
6417 to be a character. Avoid int overflow if max_char is close
6418 to INT_MAX.
6419 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
6420 this is intended anyway and avoids some undefined behavior.
6421 (load_charset_map): Pass unsigned, not int, as 2nd arg of
6422 INDEX_TO_CODE_POINT, as that's what it expects.
6423 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
60ad3eab
PE
6424 * charset.h (DECODE_CHAR): Return int, not unsigned;
6425 this is what was intended anyway, and it avoids undefined behavior.
6426 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
6427 integer-overflow issues.
6428 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
6429 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
6430 where the argument is EMACS_INT, and this behavior is not intended.
d311d28c
PE
6431 * chartab.c (Fmake_char_table, Fset_char_table_range)
6432 (uniprop_get_decoder, uniprop_get_encoder):
6433 Don't assume fixnum fits in int.
6434 * cmds.c (move_point): New function, that does the gist of
6435 Fforward_char and Fbackward_char, but does so while checking
6436 for integer overflow more accurately.
c96e5d6a 6437 (Fforward_char, Fbackward_char): Use it.
d311d28c
PE
6438 (Fforward_line, Fend_of_line, internal_self_insert)
6439 (internal_self_insert):
6440 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6441 Fix a FIXME, by checking for integer overflow when calculating
6442 target_clm and actual_clm.
6443 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
8f50130c 6444 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
d311d28c
PE
6445 (ASSURE_DESTINATION, coding_alloc_by_realloc)
6446 (coding_alloc_by_making_gap, alloc_destination)
6447 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
6448 (encode_coding_utf_16, detect_coding_emacs_mule)
6449 (decode_coding_emacs_mule, encode_coding_emacs_mule)
6450 (detect_coding_iso_2022, decode_coding_iso_2022)
6451 (encode_invocation_designation, encode_designation_at_bol)
6452 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
6453 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
6454 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
6455 (encode_coding_ccl, encode_coding_raw_text)
6456 (detect_coding_charset, decode_coding_charset)
6457 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
6458 (produce_composition, produce_charset, produce_annotation)
6459 (decode_coding, handle_composition_annotation)
6460 (handle_charset_annotation, consume_chars, decode_coding_gap)
6461 (decode_coding_object, encode_coding_object, detect_coding_system)
6462 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
6463 (code_convert_region, code_convert_string)
8f50130c
PE
6464 (Fdefine_coding_system_internal)
6465 (coding_set_source, coding_set_destination):
d311d28c
PE
6466 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6467 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
6468 (Fdefine_coding_system_internal):
6469 Don't assume fixnums fit in int.
6470 (decode_coding_gap, decode_coding_object, encode_coding_object)
5895d7b9 6471 (Fread_coding_system, Fdetect_coding_region)
2c6a9faa
PE
6472 (Funencodable_char_position, Fcheck_coding_systems_region)
6473 (get_translation, handle_composition_annotation, consume_chars):
d311d28c 6474 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
977b0e45 6475 (consume_chars): Rewrite to not calculate an address outside buffer.
d311d28c 6476 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
7b09a37a 6477 Don't access memory outside of the args array.
d311d28c 6478 (Fdefine_coding_system_internal): Check for charset-id overflow.
47664caa
PE
6479 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
6480 result of ENCODE_CHAR.
d311d28c
PE
6481 * coding.h: Adjust decls to match defn changes elsewhere.
6482 (struct coding_system):
6483 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6484 * composite.c (get_composition_id, find_composition)
6485 (run_composition_function, update_compositions)
6486 (compose_text, composition_gstring_put_cache)
6487 (composition_gstring_p, composition_gstring_width)
6488 (fill_gstring_header, fill_gstring_body, autocmp_chars)
6489 (composition_compute_stop_pos, composition_reseat_it)
6490 (composition_update_it, struct position_record)
6491 (find_automatic_composition, composition_adjust_point)
6492 (Fcomposition_get_gstring, Ffind_composition_internal):
6493 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6494 (update_compositions):
6495 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6496 * composite.h: Adjust decls to match defn changes elsewhere.
6497 (struct composition):
6498 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6499 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
6500 Do not attempt to compute the address of the object just before a
6501 buffer; this is not portable.
6502 (Faref, Faset):
6503 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6504 (Faset): Use int, not EMACS_INT, where int is wide enough.
6505 (Fstring_to_number): Don't assume fixnums fit in int.
6506 (Frem): Don't assume arg is nonnegative.
6507 * dbusbind.c (xd_append_arg): Check for integers out of range.
6508 (Fdbus_call_method): Don't overflow the timeout int.
42b2a986 6509 (extract_signed, extract_unsigned): New functions.
243e0530
PE
6510 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
6511 (xd_get_connection_references): Return ptrdiff_t, not int.
6512 All uses changed.
6513 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
6514 (xd_read_message_1):
6515 Use int, not unsigned, where the dbus API uses int.
6516 (Fdbus_message_internal): Don't overflow mtype.
6517 (syms_of_dbusbind): Allocate right-sized buffer for integers.
d311d28c
PE
6518 * dired.c (directory_files_internal, file_name_completion, scmp)
6519 (file_name_completion_stat):
6520 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6521 (file_name_completion): Don't overflow matchcount.
6522 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
6523 * dispextern.h: Adjust decls to match defn changes elsewhere.
6524 (struct text_pos, struct glyph, struct bidi_saved_info)
6525 (struct bidi_string_data, struct bidi_it, struct composition_it)
6526 (struct it):
6527 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6528 (struct display_pos, struct composition_it, struct it):
6529 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6530 * dispnew.c (increment_matrix_positions)
6531 (increment_row_positions, mode_line_string)
6532 (marginal_area_string):
6533 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
54e1617f 6534 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
d311d28c
PE
6535 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6536 (duration_to_sec_usec): New function, to check for overflow better.
6537 (Fsleep_for, sit_for): Use it.
6538 * doc.c (get_doc_string, store_function_docstring):
6539 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6540 (get_doc_string, Fsnarf_documentation):
6541 Use int, not EMACS_INT, where int is wide enough.
6542 (get_doc_string):
6543 Use SAFE_ALLOCA, not alloca.
6544 Check for overflow when converting EMACS_INT to off_t.
6545 * doprnt.c (doprnt):
6546 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6547 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
6548 Don't assume uid_t fits into fixnum.
6549 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
6550 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
6551 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
6552 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
6553 (general_insert_function)
6554 (Finsert_char, make_buffer_string, make_buffer_string_both)
6555 (update_buffer_properties, Fbuffer_substring)
6556 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
6557 (Fsubst_char_in_region, check_translation)
6558 (Ftranslate_region_internal, save_restriction_restore, Fformat)
6559 (transpose_markers, Ftranspose_regions):
6560 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6561 (clip_to_bounds): Move to lisp.h as an inline function).
6562 (Fconstrain_to_field): Don't assume integers are nonnegative.
6563 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
6564 (Fsubst_char_in_region, Fsave_restriction):
6565 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6566 (Femacs_pid): Don't assume pid_t fits into fixnum.
6567 (lo_time): Use int, not EMACS_INT, when int suffices.
6568 (lisp_time_argument): Check for usec out of range.
6569 (Fencode_time): Don't assume fixnum fits in int.
3f4eabd1
PE
6570 (Fuser_login_name, Fuser_full_name): Signal an error
6571 if a uid argument is out of range, rather than relying on
6572 undefined behavior.
c8d5c857
PE
6573 (Fformat_time_string): Remove now-unnecessary check.
6574 lisp_time_argument checks for out-of-range usec now.
243e0530 6575 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
d311d28c
PE
6576 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
6577 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
6578 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
6579 (init_cmdargs, Fdump_emacs):
6580 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6581 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
6582 the bottom (typically) 32 bits of the fixnum.
6583 * eval.c (specpdl_size, call_debugger):
6584 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6585 (when_entered_debugger, Fbacktrace_debug):
6586 Don't assume fixnum can fit in int.
6587 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
6588 the object just before a buffer; this is not portable.
6589 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
6590 (grow_specpdl, unbind_to):
6591 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6592 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
6593 (grow_specpdl): Simplify allocation by using xpalloc.
856bbc81 6594 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
d311d28c
PE
6595 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
6596 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
6597 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6598 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
6599 (a_write, e_write):
6600 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6601 (Fcopy_file, non_regular_nbytes, read_non_regular)
6602 (Finsert_file_contents):
6603 Use int, not EMACS_INT, where int is wide enough.
6604 (READ_BUF_SIZE): Verify that it fits in int.
6605 (Finsert_file_contents): Check that counts are in proper range,
6606 rather than assuming fixnums fit into ptrdiff_t etc.
6607 Don't assume fixnums fit into int.
125b3835 6608 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
5895d7b9
PE
6609 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
6610 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
d311d28c
PE
6611 (string_char_to_byte, string_byte_to_char)
6612 (string_make_multibyte, string_to_multibyte)
6613 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
6614 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
6615 (substring_both, Fdelete, internal_equal, Ffillarray)
6616 (Fclear_string, mapcar1)
6617 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
6618 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
6619 (larger_vector, make_hash_table, maybe_resize_hash_table)
6620 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
6621 (Fmaphash, secure_hash):
6622 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6623 (concat): Check for string index and length overflow.
6624 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
6625 (Frequire):
6626 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6627 (larger_vector): New API (vec, incr_min, size_max) replaces old
6628 one (vec, new_size, init). This catches size overflow.
6629 INIT was removed because it was always Qnil.
6630 All callers changed.
6631 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
6632 the upper bound on a hash table index size.
6633 (make_hash_table, maybe_resize_hash_table): Use it.
6634 (secure_hash): Computer start_byte and end_byte only after
6635 they're known to be in ptrdiff_t range.
6636 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
6637 (Ffont_get_glyphs, Ffont_at):
6638 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6639 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
6640 (Flist_fonts, Fopen_font):
6641 Don't assume fixnum can fit in int.
6642 (check_gstring): Don't assume index can fit in int.
6643 (font_match_p): Check that fixnum is a character, not a nonnegative
6644 fixnum, since the later code needs to stuff it into an int.
6645 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
6646 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
6647 conversion overflow issues.
6648 (Fopen_font): Check for integer out of range.
6649 (Ffont_get_glyphs): Don't assume index can fit in int.
6650 * font.h: Adjust decls to match defn changes elsewhere.
6651 * fontset.c (reorder_font_vector): Redo score calculation to avoid
6652 integer overflow.
6653 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
6654 printmax_t, where ptrdiff_t is wide enough.
6655 (Finternal_char_font):
6656 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6657 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
6658 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
6659 (Fset_frame_position, x_set_frame_parameters)
6660 (x_set_line_spacing, x_set_border_width)
6661 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
6662 Check that fixnums are in proper range for system types.
6663 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
6664 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6665 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
6666 Use SAFE_ALLOCA_LISP, not alloca.
6667 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
6668 intptr_t is wide enough.
6669 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
6670 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
6671 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
6672 Check for fixnum out of range.
6673 * ftfont.c (ftfont_list): Don't assume index fits in int.
6674 Check that fixnums are in proper range for system types.
6675 (ftfont_shape_by_flt):
6676 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
d311d28c
PE
6677 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
6678 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6679 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
6680 Check that fixnums are in proper range for system types.
6681 * gnutls.h: Adjust decls to match defn changes elsewhere.
6682 * gtkutil.c (xg_dialog_run):
6683 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6684 (update_frame_tool_bar):
6685 Check that fixnums are in proper range for system types.
6686 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
5895d7b9 6687 (lookup_image): Check that fixnums are in range for system types.
d311d28c
PE
6688 * indent.c (last_known_column, last_known_column_point):
6689 (current_column_bol_cache):
6690 (skip_invisible, current_column, check_display_width):
6691 (check_display_width, scan_for_column, current_column_1)
6692 (Findent_to, Fcurrent_indentation, position_indentation)
6693 (indented_beyond_p, Fmove_to_column, compute_motion):
6694 (Fcompute_motion, Fvertical_motion):
6695 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6696 (last_known_column_modified): Use EMACS_INT, not int.
6697 (check_display_width):
6698 (Fcompute_motion):
6699 Check that fixnums and floats are in proper range for system types.
6700 (compute_motion): Don't assume index or fixnum fits in int.
6701 (compute_motion, Fcompute_motion):
6702 Use int, not EMACS_INT, when it is wide enough.
6703 (vmotion): Omit local var start_hpos that is always 0; that way
6704 we don't need to worry about overflow in expressions involving it.
6705 * indent.h: Adjust decls to match defn changes elsewhere.
6706 (struct position):
6707 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6708 Use int, not EMACS_INT, where int is wide enough.
6709 Remove unused members ovstring_chars_done and tab_offset;
6710 all uses removed.
6711 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6712 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
6713 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6714 (make_gap, copy_text, insert, insert_and_inherit)
6715 (insert_before_markers, insert_before_markers_and_inherit)
6716 (insert_1, count_combining_before, count_combining_after)
6717 (insert_1_both, insert_from_string)
6718 (insert_from_string_before_markers, insert_from_string_1)
6719 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
6720 (adjust_after_replace, adjust_after_insert, replace_range)
6721 (replace_range_2, del_range, del_range_1, del_range_byte)
6722 (del_range_both, del_range_2, modify_region)
6723 (prepare_to_modify_buffer, signal_before_change)
6724 (signal_after_change, Fcombine_after_change_execute):
6725 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6726 * intervals.c (traverse_intervals, rotate_right, rotate_left)
6727 (balance_an_interval, split_interval_right, split_interval_left)
6728 (find_interval, next_interval, update_interval)
6729 (adjust_intervals_for_insertion, delete_node, delete_interval)
6730 (interval_deletion_adjustment, adjust_intervals_for_deletion)
6731 (static_offset_intervals, offset_intervals)
6732 (merge_interval_right, merge_interval_left, make_new_interval)
6733 (graft_intervals_into_buffer, temp_set_point_both)
6734 (temp_set_point, set_point, adjust_for_invis_intang)
6735 (set_point_both, move_if_not_intangible, get_property_and_range)
6736 (get_local_map, copy_intervals, copy_intervals_to_string)
6737 (compare_string_intervals, set_intervals_multibyte_1):
6738 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6739 * intervals.h: Adjust decls to match defn changes elsewhere.
6740 (struct interval):
6741 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6742 * keyboard.c (this_command_key_count, this_single_command_key_start)
6743 (before_command_key_count, before_command_echo_length, echo_now)
6744 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
6745 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
6746 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
6747 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
6748 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6749 (last_non_minibuf_size, last_point_position, echo_truncate)
6750 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
6751 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
6752 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
6753 (stuff_buffered_input):
6754 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6755 (last_auto_save, command_loop_1, read_char):
6756 Use EMACS_INT, not int, to avoid integer overflow.
6757 (record_char): Avoid overflow in total_keys computation.
6758 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
6759 * keyboard.h: Adjust decls to match defn changes elsewhere.
6760 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
6761 (Fkey_description, Fdescribe_vector, Flookup_key):
6762 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6763 (click_position): New function, to check that positions are in range.
6764 (Fcurrent_active_maps):
6765 (describe_command):
6766 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6767 (Faccessible_keymaps, Fkey_description):
6768 (preferred_sequence_p):
6769 Don't assume fixnum can fit into int.
6770 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
6771 Check for integer overflow in size calculations.
6772 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
6773 avoid mishandling large integers.
6774 * lisp.h: Adjust decls to match defn changes elsewhere.
6775 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
6776 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
6777 (struct Lisp_Marker):
6778 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6779 (clip_to_bounds): Now an inline function, moved here from editfns.c.
d311d28c
PE
6780 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
6781 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
6782 All callers changed.
6783 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
6784 Assume the arg has valid form, since it always does.
6785 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
6786 unsigned integer system type.
6787 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
6788 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
6789 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6790 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
6791 (duration_to_sec_usec): New decl.
6792 * lread.c (read_from_string_index, read_from_string_index_byte)
6793 (read_from_string_limit, readchar, unreadchar, openp)
6794 (read_internal_start, read1, oblookup):
6795 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6796 (Fload, readevalloop, Feval_buffer, Feval_region):
6797 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6798 (openp): Check for out-of-range argument to 'access'.
6799 (read1): Use int, not EMACS_INT, where int is wide enough.
6800 Don't assume fixnum fits into int.
6efdadfd 6801 Fix off-by-one error that can read outside a buffer.
1ab7b8ac
PE
6802 (read_filtered_event): Use duration_to_sec_usec
6803 to do proper overflow checking on durations.
d311d28c
PE
6804 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
6805 in size calculation.
6806 (Fexecute_kbd_macro):
6807 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6808 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
6809 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
6810 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
6811 (set_marker_both, set_marker_restricted_both, marker_position)
6812 (marker_byte_position, Fbuffer_has_markers_at):
6813 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6814 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
61b108cc 6815 * menu.c (ensure_menu_items): Rename from grow_menu_items.
d311d28c
PE
6816 It now merely ensures that the menu is large enough, without
6817 necessarily growing it, as this avoids some integer overflow issues.
6818 All callers changed.
6819 (keymap_panes, parse_single_submenu, Fx_popup_menu):
6820 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6821 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
6822 Use SAFE_ALLOCA_LISP, not alloca.
6823 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
6824 to EMACS_INT. Check that fixnums are in proper range for system types.
6825 * minibuf.c (minibuf_prompt_width, string_to_object)
6826 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
6827 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
6828 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6829 (get_minibuffer, read_minibuf_unwind):
6830 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6831 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
6832 this simplifies overflow checking. All callers changed.
6833 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
6834 (Ftest_completion):
6835 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6836 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
6837 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
6838 Check that fixnums are in proper range for system types.
6839 (Fx_create_frame, Fx_show_tip):
6840 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6841 * nsfont.m (ns_findfonts, nsfont_list_family):
6842 Don't assume fixnum fits in long.
6843 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
6844 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6845 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
6846 wide enough.
17fdb222 6847 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
d311d28c
PE
6848 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6849 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
6850 (PRINTDECLARE, PRINTPREPARE):
6851 (strout, print_string):
6852 (print, print_preprocess, print_check_string_charset_prop)
6853 (print_object):
6854 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6855 (PRINTDECLARE):
6856 (temp_output_buffer_setup, Fprin1_to_string, print_object):
6857 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6858 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
d311d28c 6859 (printchar, strout): Use xpalloc to catch size calculation overflow.
0fd11aa5 6860 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
d311d28c
PE
6861 (print_error_message): Use SAFE_ALLOCA, not alloca.
6862 (print_object): Use int, not EMACS_INT, where int is wide enough.
a8b7caa3
PE
6863 (print_depth, new_backquote_output, print_number_index):
6864 Use ptrdiff_t, not int, where int might not be wide enough.
d311d28c
PE
6865 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
6866 (Fset_process_window_size, Fformat_network_address)
6867 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
d44287d4 6868 (sigchld_handler):
d311d28c 6869 Check that fixnums are in proper range for system types.
d44287d4 6870 (Fsignal_process): Simplify by avoiding a goto.
d83cf4cc
PE
6871 Check for process-ids out of pid_t range rather than relying on
6872 undefined behavior.
e4d81efc 6873 (process_tick, update_tick): Use EMACS_INT, not int.
d311d28c
PE
6874 (Fformat_network_address, read_process_output, send_process)
6875 (Fprocess_send_region, status_notify):
6876 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6877 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
6878 (wait_reading_process_output, read_process_output, exec_sentinel):
6879 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6880 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
6881 (Faccept_process_output): Use duration_to_sec_usec to do proper
6882 overflow checking on durations.
dde14581
PE
6883 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
6884 Don't assume pid_t fits in int.
02481186
PE
6885 * process.h (struct Lisp_Process): Members tick and update_tick
6886 are now of type EMACS_INT, not int.
b62b53e8
PE
6887 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
6888 configured --with-wide-int.
d311d28c
PE
6889 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
6890 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
6891 * search.c (looking_at_1, string_match_1):
6892 (fast_string_match, fast_c_string_match_ignore_case)
6893 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
6894 (scan_newline, find_before_next_newline, search_command)
6895 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
6896 (set_search_regs, wordify):
6897 (Freplace_match):
6898 (Fmatch_data):
6899 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6900 (string_match_1, search_buffer, set_search_regs):
6901 (Fmatch_data):
6902 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6903 (wordify): Check for overflow in size calculation.
6904 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
6905 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
6906 Check that fixnums are in proper range for system types.
6907 * sound.c (struct sound_device)
6908 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
6909 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6910 (Fplay_sound_internal):
6911 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
eacd378d 6912 * syntax.c (struct lisp_parse_state, find_start_modiff)
d311d28c
PE
6913 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
6914 (Fparse_partial_sexp):
6915 Don't assume fixnums can fit in int.
6916 (struct lisp_parse_state, find_start_pos, find_start_value)
6917 (find_start_value_byte, find_start_begv)
6918 (update_syntax_table, char_quoted, dec_bytepos)
6919 (find_defun_start, prev_char_comend_first, back_comment):
6920 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
6921 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
6922 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6923 (Finternal_describe_syntax_value): Check that match_lisp is a
6924 character, not an integer, since the code stuffs it into int.
6925 (scan_words, scan_sexps_forward):
6926 Check that fixnums are in proper range for system types.
6927 (Fforward_word):
6928 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6929 (scan_sexps_forward):
6930 Use CHARACTERP, not INTEGERP, since the value must fit into int.
6931 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
6932 * syntax.h: Adjust decls to match defn changes elsewhere.
6933 (struct gl_state_s):
6934 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
e4ecdc9c
PE
6935 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
6936 MOST_POSITIVE_FIXNUM.
d311d28c
PE
6937 * sysdep.c (wait_for_termination_1, wait_for_termination)
6938 (interruptible_wait_for_termination, mkdir):
6939 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
6940 (emacs_read, emacs_write):
6941 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
225a2cff
PE
6942 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
6943 and double all fit in int.
d311d28c
PE
6944 * term.c (set_tty_color_mode):
6945 Check that fixnums are in proper range for system types.
6946 * termhooks.h (struct input_event):
6947 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6948 * textprop.c (validate_interval_range, interval_of)
6949 (Fadd_text_properties, set_text_properties_1)
6950 (Fremove_text_properties, Fremove_list_of_text_properties)
6951 (Ftext_property_any, Ftext_property_not_all)
6952 (copy_text_properties, text_property_list, extend_property_ranges)
6953 (verify_interval_modification):
6954 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6955 (Fnext_single_char_property_change)
6956 (Fprevious_single_char_property_change):
6957 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5895d7b9
PE
6958 (copy_text_properties):
6959 Check for integer overflow in index calculation.
d311d28c
PE
6960 * undo.c (last_boundary_position, record_point, record_insert)
6961 (record_delete, record_marker_adjustment, record_change)
6962 (record_property_change):
6963 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6964 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
6965 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6966 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
6967 (Fx_hide_tip, Fx_file_dialog):
6968 * w32menu.c (set_frame_menubar):
6969 Use ptrdiff_t, not int, for consistency with rest of code.
6970 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
6971 (select_window, Fdelete_other_windows_internal)
6972 (window_scroll_pixel_based, window_scroll_line_based)
6973 (Frecenter, Fset_window_configuration):
6974 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6975 (Fset_window_hscroll, run_window_configuration_change_hook)
6976 (set_window_buffer, temp_output_buffer_show, scroll_command)
5895d7b9 6977 (Fscroll_other_window, Frecenter):
d311d28c
PE
6978 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6979 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
6980 Don't assume fixnum fits in int.
6981 (Fset_window_scroll_bars):
6982 Check that fixnums are in proper range for system types.
6983 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
6984 (string_pos, c_string_pos, number_of_chars, init_iterator)
6985 (in_ellipses_for_invisible_text_p, init_from_display_pos)
6986 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
6987 (compute_display_string_end, handle_face_prop)
5895d7b9
PE
6988 (face_before_or_after_it_pos, handle_invisible_prop)
6989 (handle_display_prop, handle_display_spec, handle_single_display_spec)
d311d28c
PE
6990 (display_prop_intangible_p, string_buffer_position_lim)
6991 (string_buffer_position, handle_composition_prop, load_overlay_strings)
6992 (get_overlay_strings_1, get_overlay_strings)
6993 (iterate_out_of_display_property, forward_to_next_line_start)
6994 (back_to_previous_visible_line_start, reseat, reseat_to_string)
6995 (get_next_display_element, set_iterator_to_next)
6996 (get_visually_first_element, compute_stop_pos_backwards)
6997 (handle_stop_backwards, next_element_from_buffer)
6998 (move_it_in_display_line_to, move_it_in_display_line)
6999 (move_it_to, move_it_vertically_backward, move_it_by_lines)
7000 (add_to_log, message_dolog, message_log_check_duplicate)
7001 (message2, message2_nolog, message3, message3_nolog
7002 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
7003 (current_message_1, truncate_echo_area, truncate_message_1)
7004 (set_message, set_message_1, store_mode_line_noprop)
7005 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
7006 (text_outside_line_unchanged_p, check_point_in_composition)
7007 (reconsider_clip_changes)
7008 (redisplay_internal, set_cursor_from_row, try_scrolling)
7009 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
7010 (redisplay_window, find_last_unchanged_at_beg_row)
7011 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
7012 (trailing_whitespace_p, find_row_edges, display_line)
7013 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
7014 (display_mode_element, store_mode_line_string)
7015 (pint2str, pint2hrstr, decode_mode_spec)
7016 (display_count_lines, display_string, draw_glyphs)
7017 (x_produce_glyphs, x_insert_glyphs)
7018 (rows_from_pos_range, mouse_face_from_buffer_pos)
7019 (fast_find_string_pos, mouse_face_from_string_pos)
7020 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7021 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7022 (safe_call, init_from_display_pos, handle_fontified_prop)
7023 (handle_single_display_spec, load_overlay_strings)
7024 (with_echo_area_buffer, setup_echo_area_for_printing)
7025 (display_echo_area, echo_area_display)
7026 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
7027 (update_tool_bar, hscroll_window_tree, redisplay_internal)
5895d7b9
PE
7028 (redisplay_window, dump_glyph_row, display_mode_line)
7029 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
43ad2e9a 7030 (handle_display_spec, display_prop_string_p):
d311d28c
PE
7031 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7032 (handle_single_display_spec, build_desired_tool_bar_string)
7033 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
7034 (get_specified_cursor_type):
7035 Check that fixnums are in proper range for system types.
7036 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
7037 (Flookup_image_map):
7038 Don't assume fixnums fit in int.
7039 (compare_overlay_entries):
7040 Avoid mishandling comparisons due to subtraction overflow.
7041 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
7042 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
7043 (handle_tool_bar_click):
7044 Use int, not unsigned, since we prefer signed and the signedness
7045 doesn't matter here.
7046 (get_next_display_element, next_element_from_display_vector):
7047 Use int, not EMACS_INT, when int is wide enough.
7048 (start_hourglass): Use duration_to_sec_usec to do proper
7049 overflow checking on durations.
7050 * xfaces.c (Fbitmap_spec_p):
7051 Check that fixnums are in proper range for system types.
7052 (compare_fonts_by_sort_order):
7053 Avoid mishandling comparisons due to subtraction overflow.
7054 (Fx_family_fonts, realize_basic_faces):
7055 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7056 (Fx_family_fonts):
7057 Don't assume fixnum fits in int.
7058 Use SAFE_ALLOCA_LISP, not alloca.
7059 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
7060 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
7061 (face_at_buffer_position, face_for_overlay_string)
7062 (face_at_string_position):
7063 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7064 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
7065 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
7066 (Fx_show_tip):
7067 Check that fixnums are in proper range for system types.
7068 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
7069 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
7070 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7071 (Fx_change_window_property): Don't assume fixnums fit in int.
7072 * xfont.c (xfont_chars_supported):
7073 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7074 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
7075 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
7076 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7077 * xml.c (parse_region):
7078 * xrdb.c (magic_file_p):
7079 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
7080 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
7081 (x_get_local_selection, x_reply_selection_request)
7082 (x_handle_selection_request, wait_for_property_change):
7083 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7084 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
7085 short is wide enough.
7086 (x_send_client_event): Don't assume fixnum fits in int.
7087 * xterm.c (x_x_to_emacs_modifiers):
7088 Don't assume EMACS_INT overflows nicely into int.
7089 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
7090 may come from Lisp.
7091 (handle_one_xevent): NATNUMP can eval its arg twice.
7092 (x_connection_closed):
7093 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
7094 * xterm.h: Adjust decls to match defn changes elsewhere.
7095 (struct scroll_bar): Use struct vectorlike_header
7096 rather than rolling our own approximation.
7097 (SCROLL_BAR_VEC_SIZE): Remove; not used.
7098
c6574eb5
GM
70992012-05-25 Glenn Morris <rgm@gnu.org>
7100
7101 * lisp.mk (lisp): Update for more files being compiled now.
7102
e8d32c7e
SM
71032012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7104
48def666
SM
7105 * lread.c: Remove `read_pure' which makes no difference.
7106 (read_pure): Remove var.
7107 (unreadpure): Remove function.
7108 (readevalloop): Don't call read_list with -1 flag.
7109 (read1, read_vector): Don't test read_pure any more.
7110 (read_list): Simplify.
7111
e8d32c7e
SM
7112 * fileio.c, character.h: Minor style tweaks.
7113
4b2addb7
DA
71142012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
7115
7116 * window.h (clip_changed): Remove useless declaration.
7117
584461b2
JB
71182012-05-22 Juanma Barranquero <lekktu@gmail.com>
7119
7120 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
7121 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
7122
34374650
PE
71232012-05-22 Paul Eggert <eggert@cs.ucla.edu>
7124
7125 Remove src/m/*.
7126 This directory predates autoconf and is no longer needed nowadays.
7127 Move its few remaining bits of functionality to where they're needed.
7128 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
7129 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
7130 * m/template.h: Remove.
7131 * Makefile.in (M_FILE): Remove. All uses removed.
7132 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
7133 * lisp.h (USE_LSB_TAG):
7134 * mem-limits.h (EXCEEDS_LISP_PTR):
7135 Use VAL_MAX, not VALBITS, in #if.
7136 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
7137 (EMACS_UINT): Define unconditionally now.
7138 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
7139 (BITS_PER_EMACS_INT): New constants, replacing
7140 what used to be in config.h, but not useful in #if.
7141 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
7142 define them any more.
7143 (VAL_MAX): New macro.
7144 (VALMASK): Use it.
7145 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
7146 BITS_PER_EMACS_INT, in #if.
7147 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
7148 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
7149 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
7150 * s/ms-w32.h (DATA_START):
7151 Move here from removed file m/intel386.h.
7152 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
7153 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
7154
261cb4bb
PE
71552012-05-21 Paul Eggert <eggert@cs.ucla.edu>
7156
7157 Assume C89 or later.
7158 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
7159 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
7160 (xrealloc):
7161 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
7162 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
7163 * textprop.c, tparam.c (NULL): Remove.
7164 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
7165 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
7166 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
7167 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
7168 * xterm.c (input_signal_count): Assume volatile works.
7169
ff23cd9f
KB
71702012-05-21 Ken Brown <kbrown@cornell.edu>
7171
7172 * xgselect.c (xg_select): Fix first argument in call to 'select'
7173 (bug#11508).
7174
1b170bc6
KB
71752012-05-20 Ken Brown <kbrown@cornell.edu>
7176
7177 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
bd7239f5 7178 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
1b170bc6 7179
b2f4d39f
KB
71802012-05-19 Ken Brown <kbrown@cornell.edu>
7181
7182 * xfns.c (x_in_use): Remove `static' qualifier.
7183 * xterm.h (x_in_use): Declare.
7184 * xgselect.c: Include xterm.h.
7185 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
7186 and `display_arg' (bug#9754).
7187
003fdae2
PE
71882012-05-19 Paul Eggert <eggert@cs.ucla.edu>
7189
9232a6d9
PE
7190 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
7191
003fdae2
PE
7192 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
7193 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
7194
784b56e2
EZ
71952012-05-18 Eli Zaretskii <eliz@gnu.org>
7196
7197 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
7198
7199 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
090bd7cb 7200 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
784b56e2
EZ
7201
7202 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
7203 reference to image_cache->refcount.
7204 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
7205
a0a79cde
JL
72062012-05-17 Juri Linkov <juri@jurta.org>
7207
7208 * search.c (Fword_search_regexp, Fword_search_backward)
7209 (Fword_search_forward, Fword_search_backward_lax)
7210 (Fword_search_forward_lax): Move functions to isearch.el
7211 (bug#10145, bug#11381).
7212
b0572523
PE
72132012-05-16 Paul Eggert <eggert@cs.ucla.edu>
7214
7215 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
7216
9660f5fc
SM
72172012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * lread.c (init_obarray): Declare Qt and Qnil as special.
7220
4374de83
GM
72212012-05-14 Glenn Morris <rgm@gnu.org>
7222
7223 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
985584ae 7224 Put "libexec" before "bin", for the sake of init_callproc_1.
4374de83 7225
dc44c39a
PE
72262012-05-14 Paul Eggert <eggert@cs.ucla.edu>
7227
078c97cb
PE
7228 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
7229
dc44c39a
PE
7230 * unexaix.c: Port to more-recent AIX compilers.
7231 (report_error, report_error_1, make_hdr, copy_sym)
7232 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
7233 Make arguments const char *, not char *, to avoid violations of C
7234 standard and to fix some AIX warnings reported by Gilles Pion.
7235
e18afed7 72362012-05-14 Eli Zaretskii <eliz@gnu.org>
ac268e67
EZ
7237
7238 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
7239 already have overlays loaded.
7240 (handle_single_display_spec): Before returning without displaying
7241 fringe bitmap, synchronize the bidi iterator with the main display
7242 iterator, by calling iterate_out_of_display_property.
7243 (iterate_out_of_display_property): Detect buffer iteration by
7244 testing that it->string is a Lisp string.
7245 (get_next_display_element): When the current object is exhausted,
7246 and there's something on it->stack, call set_iterator_to_next to
7247 proceed with what's on the stack, instead of returning zero.
7248 (set_iterator_to_next): If called at the end of a Lisp string,
7249 proceed to consider_string_end without incrementing string
7250 position. Don't increment display vector index past the end of
7251 the display vector. (Bug#11417)
c8fb9dc6
EZ
7252 (pos_visible_p): Don't report a position visible when move_it_to
7253 stopped at the last line of window, which happens to be scanned
7254 backwards by the bidi iteration. (Bug#11464)
ac268e67 7255
e18afed7 72562012-05-14 Eli Zaretskii <eliz@gnu.org>
82f9b393
EZ
7257
7258 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
7259 and right-margin display specs even if the spec is invalid or we
61b108cc
SM
7260 are on a TTY, and thus unable to display on the fringes.
7261 That's because the text with the property will not be displayed anyway,
82f9b393
EZ
7262 so we need to signal to the caller that this is a "replacing"
7263 display spec. This fixes display when the spec is invalid or we
7264 are on a TTY.
7265
e18afed7 72662012-05-14 Paul Eggert <eggert@cs.ucla.edu>
297834cd
PE
7267
7268 * unexaix.c (make_hdr): Fix typo in prototype.
7269 This bug broke the build on AIX. Problem reported by Gilles Pion.
7270
9d0a235a
MA
72712012-05-14 Michael Albinus <michael.albinus@gmx.de>
7272
7273 * keyboard.c (kbd_buffer_get_event): Read special events also in
7274 batch mode. (Bug#11415)
7275
9e6b06ed
GM
72762012-05-12 Glenn Morris <rgm@gnu.org>
7277
7278 * ns.mk: Update for ns_appbindir no longer having trailing "/".
7279
c1a1d7a3
EZ
72802012-05-12 Eli Zaretskii <eliz@gnu.org>
7281
7282 * lisp.mk (lisp): Add newcomment.elc.
7283
3fe7cdc8
GM
72842012-05-12 Glenn Morris <rgm@gnu.org>
7285
7286 * Makefile.in (MKDIR_P): New, set by configure.
7287 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
7288
53f7d2c0
PE
72892012-05-11 Paul Eggert <eggert@cs.ucla.edu>
7290
7291 Remove unused function hourglass_started.
7292 * dispextern.h (hourglass_started):
7293 * w32fns.c (hourglass_started):
7294 * xdisp.c (hourglass_started): Remove.
7295
75aafb17
JB
72962012-05-10 Juanma Barranquero <lekktu@gmail.com>
7297
7298 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
7299 Update dependencies.
7300
12959e8e
PE
73012012-05-10 Paul Eggert <eggert@cs.ucla.edu>
7302
97107e2e
PE
7303 * xgselect.c (xg_select): Put maxfds+1 into a var.
7304 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
7305
12959e8e
PE
7306 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
7307
836d29b3
DA
73082012-05-10 Dave Abrahams <dave@boostpro.com>
7309
7310 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
7311 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
7312
5cb67954
MA
73132012-05-09 Michael Albinus <michael.albinus@gmx.de>
7314
7315 * dbusbind.c (xd_registered_buses): New internal Lisp object.
7316 Rename all occurences of Vdbus_registered_buses to xd_registered_buses.
7317 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
7318 Initialize xd_registered_buses.
7319
3478ec45
PE
73202012-05-09 Paul Eggert <eggert@cs.ucla.edu>
7321
b263a6b0
PE
7322 Untag more efficiently if USE_LSB_TAG.
7323 This is based on a proposal by YAMAMOTO Mitsuharu in
7324 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
7325 For an admittedly artificial (nth 8000 longlist) benchmark on
7326 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
7327 Emacs's overall text size by 1%.
7328 * lisp.h (XUNTAG): New macro.
7329 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
7330 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
7331 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
7332 * eval.c (Fautoload):
7333 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
7334 * frame.h (XFRAME): Use XUNTAG.
7335
3478ec45
PE
7336 Port recent dbusbind.c changes to 32-bit --with-wide-int.
7337 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
7338 Remove unportable assumptions about print widths of types like
7339 dbus_uint32_t.
7340 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
7341 intptr_t when converting between pointer and integer, to avoid GCC
7342 warnings about wrong width.
7343
666b903b 73442012-05-09 Eli Zaretskii <eliz@gnu.org>
0d887c7d
EZ
7345
7346 * w32proc.c (new_child): Force Windows to reserve only 64KB of
7347 stack for each reader_thread, instead of defaulting to 8MB
7348 determined by the linker. This avoids failures in creating
7349 subprocesses on Windows 7, see the discussion in this thread:
7350 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
7351
b120cc17
JC
73522012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
7353
7354 Fix up display of the *Minibuf-0* buffer in the mini window.
7355 * keyboard.c (read_char): Don't clear the echo area if there's no
7356 message to clear.
7357 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
2fed2689 7358 contents of *Minibuf-0*) if there's no message displayed in its stead.
b120cc17 7359
9a4b36f8
MA
73602012-05-07 Michael Albinus <michael.albinus@gmx.de>
7361
7362 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
7363 batch mode.
7364
e5f9458f
CY
73652012-05-06 Chong Yidong <cyd@gnu.org>
7366
7367 * lisp.mk (lisp): Update.
7368
eceeb5fc 73692012-05-05 Jim Meyering <meyering@redhat.com>
bf98199c
JM
7370
7371 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
7372
71873e2b
SM
73732012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * data.c (PUT_ERROR): New macro.
7376 (syms_of_data): Use it. Add new error type `user-error'.
7377 * undo.c (user_error): New function.
7378 (Fprimitive_undo): Use it.
7379 * print.c (print_error_message): Adjust print style for `user-error'.
7380 * keyboard.c (user_error): New function.
7381 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
7382
ab0fa4e4
PE
73832012-05-03 Paul Eggert <eggert@cs.ucla.edu>
7384
7385 Do not limit current-time-string to years 1000..9999.
7386 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
7387 (Fcurrent_time_string): Support any year that is supported by the
7388 underlying localtime representation. Don't use asctime, as it
7389 has undefined behavior for years outside the range -999..9999.
7390
7ed806a7
PE
73912012-05-02 Paul Eggert <eggert@cs.ucla.edu>
7392
7393 Fix race conditions involving setenv, gmtime, localtime, asctime.
7394 Without this fix, interrupts could mess up code that uses these
7395 nonreentrant functions, since setting TZ invalidates existing
7396 tm_zone or tzname values, and since most of these functions return
7397 pointers to static storage.
7398 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
7399 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
7400 Grow the critical sections to include not just invoking
7401 localtime/gmtime, but also accessing these functions' results
7402 including their tm_zone values if any, and any related TZ setting.
7403 (format_time_string): Last arg is now struct tm *, not struct tm **,
71873e2b
SM
7404 so that the struct tm is saved in the critical section.
7405 All callers changed. Simplify allocation of initial buffer, partly
7ed806a7
PE
7406 motivated by the fact that memory allocation needs to be outside
7407 the critical section.
7408
0c16dfed
DA
74092012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
7410
7411 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
7412 with RESET_INTERVAL.
7413
7414 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
7415 Remove duplicated buffer name initialization.
7416
3f83ace8
JM
74172012-05-02 Jim Meyering <jim@meyering.net>
7418
7419 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
7420
c7b8541e
JM
7421 * xfns.c (x_window): Use xstrdup (Bug#11375).
7422
90207a15 74232012-05-02 Eli Zaretskii <eliz@gnu.org>
2fa85638
EZ
7424
7425 * xdisp.c (pos_visible_p): If already at a newline from the
7426 display string before the 'while' loop, don't walk back the glyphs
7427 from it3.glyph_row. Solves assertion violation when the display
7428 string begins with a newline (egg.el). (Bug#11367)
7429
b593d6a9
AH
74302012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
7433 Move to simple.el.
7434
4737362e
GM
74352012-05-01 Glenn Morris <rgm@gnu.org>
7436
99cf43f9
GM
7437 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
7438 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
7439 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
7440 All were removed before 23.1.
7441
9311dcff
GM
7442 * dispnew.c: Remove HAVE_LIBNCURSES test;
7443 it is always true on relevant platforms.
7444
4d5c6349
GM
7445 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
7446 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
7447
4737362e
GM
7448 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
7449
74dd3a6b
AS
74502012-04-30 Andreas Schwab <schwab@linux-m68k.org>
7451
7452 * .gdbinit (xpr): Remove checks for no longer existing misc types.
7453 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
7454 Remove.
7455
13c379ee
PE
74562012-04-28 Paul Eggert <eggert@cs.ucla.edu>
7457
7458 Do not avoid creating empty evaporating overlays (Bug#9642).
7459 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
7460 That is, do not delete an evaporating overlay if it becomes
7461 empty after its bounds are adjusted to fit within its buffer.
7462 This fix caused other problems, and I'm reverting it until we get
7463 to the bottom of them.
7464
a8e7d6d7 74652012-04-27 Chong Yidong <cyd@gnu.org>
9be2fd9b
CY
7466
7467 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
7468
a8e7d6d7 74692012-04-27 Eli Zaretskii <eliz@gnu.org>
f0ee99a0
EZ
7470
7471 * xdisp.c (pos_visible_p): If the window start position is beyond
7472 ZV, start the display from buffer beginning. Prevents assertion
7473 violation in init_iterator when the minibuffer window is scrolled
7474 via the scroll bar.
7475
7476 * window.c (window_scroll_pixel_based): Likewise.
7477
a8e7d6d7 74782012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
7479
7480 * keymap.c (where_is_internal): Doc fix (Bug#10872).
7481
a8e7d6d7 74822012-04-27 Glenn Morris <rgm@gnu.org>
24c51a09
GM
7483
7484 * fileio.c (Fcopy_file, Fset_file_selinux_context):
7485 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
7486
a8e7d6d7 74872012-04-27 Eli Zaretskii <eliz@gnu.org>
73055685 7488
b593d6a9
AH
7489 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
7490 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
73055685 7491
1c6900d9
EZ
74922012-04-26 Eli Zaretskii <eliz@gnu.org>
7493
4c3fa1d9
EZ
7494 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
7495 display element, check also the underlying string or buffer
7496 character. (Bug#11341)
7497
1c6900d9
EZ
7498 * w32menu.c: Include w32heap.h.
7499 (add_menu_item): If the call to AppendMenuW (via
7500 unicode_append_menu) fails, disable Unicode menus only if we are
7501 running on Windows 9X/Me.
7502
42bf8205
AS
75032012-04-24 Andreas Schwab <schwab@linux-m68k.org>
7504
7505 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
7506 (xgetint): Add missing shift for LSB tags.
7507
b1bac16e
MR
75082012-04-24 Martin Rudalics <rudalics@gmx.at>
7509
7510 * keyboard.c (read_char): Don't wipe echo area for select window
7511 events: These might get delayed via `mouse-autoselect-window'
7512 (Bug#11304).
7513
d69621cc
JB
75142012-04-24 Juanma Barranquero <lekktu@gmail.com>
7515
7516 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
7517 manipulation of :loaded-from data.
7518
02fd101b
JB
75192012-04-23 Juanma Barranquero <lekktu@gmail.com>
7520
7521 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
7522 now a cons (bug#11311).
7523
888bec30
PE
75242012-04-23 Paul Eggert <eggert@cs.ucla.edu>
7525
89a438bd
PE
7526 Do not create empty overlays with the evaporate property (Bug#9642).
7527 * buffer.c (Fmove_overlay): Delete an evaporating overlay
7528 if it becomes empty after its bounds are adjusted to fit within
7529 its buffer. Without this fix, in a nonempty buffer (let ((o
7530 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
7531 yields an empty overlay that has the evaporate property, which is
7532 not supposed to happen.
7533
1068fe4d
PE
7534 Fix minor GTK3 problems found by static checking.
7535 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
7536 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
7537 (struct _EmacsFixedClass, emacs_fixed_get_type):
7538 Move decls here from emacsgtkfixed.h, since they needn't be public.
7539 (emacs_fixed_get_type): Now static.
7540 (emacs_fixed_class_init): Omit unused local.
7541 (emacs_fixed_child_type): Remove; unused.
7542 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
7543 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
7544 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
7545 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
7546 (EMACS_FIXED_GET_CLASS): Remove; unused.
7547 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
7548
888bec30
PE
7549 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
7550 Problem reported by Juanma Barranquero for Windows -Wunused-function.
7551
de85e130
PE
75522012-04-22 Paul Eggert <eggert@cs.ucla.edu>
7553
d0baac98 7554 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
bd7239f5 7555 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
d0baac98
PE
7556 (__malloc_size_t, __malloc_ptrdiff_t):
7557 Remove. All uses removed, replaced by the definiens if needed,
7558 since we can assume C89 or better now.
7559 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
7560 (protect_malloc_state, align, get_contiguous_space)
7561 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
7562 (malloc_atfork_handler_child, malloc_enable_thread)
7563 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
7564 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
7565 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
7566 (special_realloc, _realloc_internal_nolock, _realloc_internal)
7567 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
7568 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
7569 Define using prototypes, not old style.
7570 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
7571 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
7572 (align): Don't assume that signed integer overflow wraps around.
7573 Omit unused local var.
7574 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
7575 (_free_internal_nolock, memalign, mallochook, reallochook):
7576 Omit no-longer-needed casts.
7577 (valloc): Use getpagesize, not __getpagesize.
7578 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
7579 (struct hdr): The 'magic' member is now size_t, not unsigned long.
7580
de85e130
PE
7581 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
7582
dcbf5805
MA
75832012-04-22 Michael Albinus <michael.albinus@gmx.de>
7584
7585 Move functions from C to Lisp. Make non-blocking method calls
7586 the default. Implement further D-Bus standard interfaces.
7587
7588 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
7589 (QCdbus_request_name_allow_replacement)
7590 (QCdbus_request_name_replace_existing)
7591 (QCdbus_request_name_do_not_queue)
7592 (QCdbus_request_name_reply_primary_owner)
7593 (QCdbus_request_name_reply_in_queue)
7594 (QCdbus_request_name_reply_exists)
7595 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
7596 (QCdbus_registered_serial, QCdbus_registered_method)
7597 (QCdbus_registered_signal): New Lisp objects.
7598 (XD_DEBUG_MESSAGE): Use sizeof.
7599 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
7600 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
7601 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
7602 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
7603 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
7604 (xd_signature, xd_append_arg): Allow float for integer types.
7605 (xd_get_connection_references): New function.
b593d6a9
AH
7606 (xd_get_connection_address): Rename from xd_initialize.
7607 Return cached address.
dcbf5805
MA
7608 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
7609 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
7610 level.
7611 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
9a4b36f8 7612 Return number of refcounts.
dcbf5805
MA
7613 (Fdbus_get_unique_name): Make stronger parameter check.
7614 (Fdbus_message_internal): New defun.
7615 (Fdbus_call_method, Fdbus_call_method_asynchronously)
7616 (Fdbus_method_return_internal, Fdbus_method_error_internal)
7617 (Fdbus_send_signal, Fdbus_register_service)
7618 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
7619 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
7620 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
7621 (Vdbus_compiled_version, Vdbus_runtime_version)
7622 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
7623 (Vdbus_message_type_method_return, Vdbus_message_type_error)
7624 (Vdbus_message_type_signal): New defvars.
b593d6a9
AH
7625 (Vdbus_registered_buses, Vdbus_registered_objects_table):
7626 Adapt docstring.
dcbf5805 7627
52828e02
PE
76282012-04-22 Paul Eggert <eggert@cs.ucla.edu>
7629
da05bc4c
PE
7630 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
7631 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
7632 Do not assume ptrdiff_t is the same width as 'int'.
7633
52828e02
PE
7634 * alloc.c: Handle unusual debugging option combinations.
7635 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
7636 since the two debugging options are incompatible.
7637 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
7638 is defined.
7639 (mem_init, mem_insert, mem_insert_fixup):
7640 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
7641 (NEED_MEM_INSERT): Remove; no longer needed.
7642
f01769f9
LL
76432012-04-22 Leo Liu <sdl.web@gmail.com>
7644
7645 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
7646
5790543d
PE
76472012-04-22 Paul Eggert <eggert@cs.ucla.edu>
7648
7649 * sysdep.c [__FreeBSD__]: Minor cleanups.
7650 (list_system_processes, system_process_attributes) [__FreeBSD__]:
7651 Use Emacs indenting style more consistently. Avoid some casts.
7652 Use 'double' consistently rather than mixing 'float' and 'double'.
7653
b91b7e4d
EW
76542012-04-21 Eduard Wiebe <usenet@pusto.de>
7655
b593d6a9
AH
7656 * sysdep.c (list_system_processes, system_process_attributes):
7657 Add implementation for FreeBSD (Bug#5243).
b91b7e4d 7658
6114eb15
AS
76592012-04-21 Andreas Schwab <schwab@linux-m68k.org>
7660
7661 * lisp.mk (lisp): Update.
7662
2f38dff7
PE
76632012-04-20 Paul Eggert <eggert@cs.ucla.edu>
7664
7665 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
7666 It is never used otherwise.
7667
4ae29f89
SM
76682012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7670 * print.c (print_preprocess): Only check print_depth if print-circle
7671 is nil.
7672 (print_object): Check for cycles even when print-circle is nil and
7673 print-gensym is t, but only check print_depth if print-circle is nil.
7674
f30d612a
CY
76752012-04-20 Chong Yidong <cyd@gnu.org>
7676
7677 * process.c (wait_reading_process_output): If EIO occurs on a pty,
7678 set the status to "failed" and ensure that sentinel is run.
7679
c07a4c0b 76802012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
7681
7682 * process.c (Fset_process_inherit_coding_system_flag)
7683 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
4373fd43 7684 (Fmake_network_process, Fmake_serial_process): Doc fix.
016a35df 7685
c07a4c0b 76862012-04-20 Eli Zaretskii <eliz@gnu.org>
20a68157
EZ
7687
7688 * xdisp.c (string_buffer_position_lim): Limit starting position to
7689 BEGV.
7690 (set_cursor_from_row): If called for a mode-line or header-line
7691 row, return zero immediately.
7692 (try_cursor_movement): If inside continuation line, don't back up
4ae29f89
SM
7693 farther than the first row after the header line, if any.
7694 Don't consider the header-line row as "partially visible", even if
20a68157
EZ
7695 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
7696
c07a4c0b 76972012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
ad3a2b41 7698
4ae29f89
SM
7699 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
7700 (bug#11238).
ad3a2b41 7701
c07a4c0b 77022012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
6c94c34f 77032012-04-18 Paul Eggert <eggert@cs.ucla.edu>
ae6e112d
PE
7704
7705 configure: new option --enable-gcc-warnings (Bug#11207)
7706 * Makefile.in (C_WARNINGS_SWITCH): Remove.
7707 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
7708 (ALL_CFLAGS): Use new macros rather than old.
7709 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
7710 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
7711 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
7712 -Wunused-result, -Wunused-variable. This should go away once
7713 the Emacs and Gnulib regex code is merged.
7714 (xmalloc, xrealloc): Now static.
7715
aba027e8
PE
77162012-04-17 Paul Eggert <eggert@cs.ucla.edu>
7717
7718 * dired.c (Fsystem_groups): Remove unused local.
7719
e5a36063
GM
77202012-04-17 Glenn Morris <rgm@gnu.org>
7721
7722 * dired.c (Fsystem_users): Doc fix.
7723
316411f0
DA
77242012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
7725
7726 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
7727 (syms_of_dired): Add them.
7728
9426aba4
PE
77292012-04-16 Paul Eggert <eggert@cs.ucla.edu>
7730
b62a57be
PE
7731 Fix minor alloc.c problems found by static checking.
7732 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
7733 New extern decls, to avoid calling undeclared functions.
7734 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
7735 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
7736 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
7737 (NEED_MEM_INSERT): New macro.
7738 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
4b5afbb0 7739 Remove one incorrect comment and fix another.
b62a57be 7740
3539f31f
PE
7741 Fix minor ralloc.c problems found by static checking.
7742 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
7743 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
7744 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
7745 (r_alloc_sbrk): Now static.
7746
a041960a
PE
7747 Improve ralloc.c interface checking.
7748 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
7749 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
7750 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
7751 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
7752 [REL_ALLOC]: ... to here, to check interface.
7753 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
7754 Remove decls. This fixes an "It stinks!".
7755
9426aba4
PE
7756 * alloc.c (which_symbols): Fix alignment issue / type clash.
7757
d55c12ed
AS
77582012-04-15 Andreas Schwab <schwab@linux-m68k.org>
7759
7760 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
7761 (struct Lisp_Misc_Any): Likewise.
7762 (struct Lisp_Free): Likewise.
7763 * alloc.c (union aligned_Lisp_Symbol): Define.
7764 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
7765 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
7766 (union aligned_Lisp_Misc): Define.
7767 (MARKER_BLOCK_SIZE, struct marker_block): Use union
7768 aligned_Lisp_Misc instead of union Lisp_Misc.
4ae29f89 7769 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
d55c12ed 7770
b948ce8b
PE
77712012-04-14 Paul Eggert <eggert@cs.ucla.edu>
7772
7773 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
7774 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
7775 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
7776 * s/netbsd.h, s/sol2-6.h:
7777 Remove definition of GC_MARK_STACK, since the default now works.
7778 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
7779 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
7780 no longer the default.
7781 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
7782
35dc09a1 77832012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
ad3a2b41 7784
35dc09a1
GM
7785 * lread.c (lisp_file_lexically_bound_p):
7786 Fix hang at ";-*-\n" (bug#11238).
ad3a2b41 7787
35dc09a1
GM
77882012-04-14 Eli Zaretskii <eliz@gnu.org>
7789
7790 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
7791 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
7792
77932012-04-14 Jan Djärv <jan.h.d@swipnet.se>
7794
7795 * nsterm.m (constrainFrameRect): Always constrain when there is only
7796 one screen (Bug#10962).
7797
bcd86815
KB
77982012-04-13 Ken Brown <kbrown@cornell.edu>
7799
7800 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
7801
c25df26e
RT
78022012-04-13 Reuben Thomas <rrt@sc3d.org>
7803
7804 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
7805
0fc59f1e
DC
78062012-04-11 Daniel Colascione <dancol@dancol.org>
7807
7808 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
7809 against is gone. It's better to use vfork now so that when Cygwin
7810 gains a new, working vfork, we use it automatically (bug#10398).
7811
de8c03dc
SM
78122012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * window.c (save_window_save): Obey window-point-insertion-type.
7815
2f097256
GM
78162012-04-11 Glenn Morris <rgm@gnu.org>
7817
7818 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
7819
453b951e
SM
78202012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
7823
75f1671a 78242012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
6bbef4e5
JC
7825
7826 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
7827 (force_quit_count): New var.
7828 (handle_interrupt): Use it.
7829
2a8ce227
JB
78302012-04-10 Juanma Barranquero <lekktu@gmail.com>
7831
7832 * w32.c (w32_delayed_load): Record the full path of the library
7833 being loaded (bug#10424).
7834
935396c0
GM
78352012-04-09 Glenn Morris <rgm@gnu.org>
7836
05920a43
GM
7837 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
7838 not just in the obarray, before snarfing them. (Bug#11036)
7839
935396c0
GM
7840 * Makefile.in ($(leimdir)/leim-list.el):
7841 Pass EMACS rather than BUILT_EMACS.
7842
a18ecafa
TZ
78432012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
7844
7845 * process.c (make_process):
7846 * process.h: Add integer `gnutls_handshakes_tried' member to
7847 process struct.
7848
6bbef4e5
JC
7849 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
7850 Add convenience `GNUTLS_LOG2i' macro.
a18ecafa
TZ
7851
7852 * gnutls.c (gnutls_log_function2i): Convenience log function.
7853 (emacs_gnutls_read): Use new log functions,
7854 `gnutls_handshakes_tried' process member, and
7855 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
7856 attempts per process (connection).
7857
b4d3bc10
CY
78582012-04-09 Chong Yidong <cyd@gnu.org>
7859
7860 * eval.c (Fuser_variable_p, user_variable_p_eh)
7861 (lisp_indirect_variable): Functions deleted.
7862 (Fdefvar): Caller changed.
7863
7864 * callint.c (Finteractive, Fcall_interactively):
7865 * minibuf.c (Fread_variable): Callers changed.
7866
70f4d973
EZ
78672012-04-09 Eli Zaretskii <eliz@gnu.org>
7868
7869 * xdisp.c (set_cursor_from_row): If the display string appears in
7870 the buffer at position that is closer to point than the position
7871 after the display string, display the cursor on the first glyph of
7872 the display string. Fixes cursor display when a 'display' text
7873 property immediately follows invisible text. (Bug#11094)
7874
cb3c2e3e
PE
78752012-04-09 Paul Eggert <eggert@cs.ucla.edu>
7876
7877 composite.c: use 'double' consistently
7878 * composite.c (get_composition_id): Use 'double' consistently
7879 instead of converting 'float' to 'double' and vice versa; this is
7880 easier to understand and avoids a GCC warning.
7881
fd06db5d
GM
78822012-04-09 Glenn Morris <rgm@gnu.org>
7883
50fe702a
GM
7884 * Makefile.in: Generate leim-list with bootstrap-emacs, in
7885 preparation for dumping it with emacs. (Bug#4789)
7886 (leimdir): New variable.
7887 ($(leimdir)/leim-list.el): New rule.
7888 (emacs$(EXEEXT)): Depend on leim-list.el.
7889
fd06db5d
GM
7890 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
7891 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
7892 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
7893
55c131ee
AS
78942012-04-08 Andreas Schwab <schwab@linux-m68k.org>
7895
7896 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
7897 proper alignment.
7898
9209588f
JB
78992012-04-07 Juanma Barranquero <lekktu@gmail.com>
7900
7901 * xml.c (init_libxml2_functions) [WINDOWSNT]:
7902 Remove unused local variable.
7903
e3fb2efb
PE
79042012-04-07 Paul Eggert <eggert@cs.ucla.edu>
7905
7906 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
7907 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
7908 (mark_memory): Mark Lisp_Objects only if pointers might hide in
7909 objects, as mark_maybe_pointer will catch them otherwise.
7910 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
7911 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
7912
b5385551
PE
79132012-04-07 Paul Eggert <eggert@cs.ucla.edu>
7914
7915 Fix typo that broke non-Windows builds.
7916 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
7917
9078ead6
EZ
79182012-04-07 Eli Zaretskii <eliz@gnu.org>
7919
7920 Support building on MS-Windows with libxml2.
7921
7922 * makefile.w32-in (OBJ2): Add xml.$(O).
7923 (GLOBAL_SOURCES): Add xml.c.
7924 ($(BLD)/xml.$(O)): New dependency list.
7925
7926 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
7927 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
7928 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
7929 [!WINDOWSNT]: New macros.
7930 (init_libxml2_functions, libxml2_loaded_p): New functions.
7931 (parse_region): Call fn_xmlCheckVersion instead of using the macro
7932 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
7933 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
7934 Calls xmlCleanupParser only if libxml2 was loaded (or statically
7935 linked in).
6bbef4e5
JC
7936 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
7937 Call init_libxml2_functions before calling libxml2 functions.
9078ead6
EZ
7938 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
7939
7940 * emacs.c: Don't include libxml/parser.h.
7941 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
7942 xmlCleanupParser directly.
7943
7944 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
7945
3811fdf3
EZ
79462012-04-07 Eli Zaretskii <eliz@gnu.org>
7947
7948 * indent.c (Fvertical_motion): If there is a display string at
7949 point, use it.vpos to compute how many lines to backtrack after
7950 move_it_to point. (Bug#11133)
7951
2f8e16b2
EZ
79522012-04-06 Eli Zaretskii <eliz@gnu.org>
7953
7954 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
7955 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
7956 about subtle differences between FETCH_CHAR* and STRING_CHAR*
7957 macros related to unification of CJK characters. For the details,
7958 see the discussion following the message here:
7959 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
7960
3d439cd1
CY
79612012-04-04 Chong Yidong <cyd@gnu.org>
7962
7963 * keyboard.c (Vdelayed_warnings_list): Doc fix.
7964
8bc53d00
EZ
79652012-04-01 Eli Zaretskii <eliz@gnu.org>
7966
7967 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
7968 instead of alloca. (Bug#11138)
7969
3b0512a3
AS
79702012-04-01 Andreas Schwab <schwab@linux-m68k.org>
7971
7972 * w32menu.c (is_simple_dialog): Properly check lisp types.
7973 (Bug#11141)
7974
8427ddd2
EZ
79752012-03-31 Eli Zaretskii <eliz@gnu.org>
7976
979022ef
EZ
7977 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
7978 position we get to after a call to move_it_to fails the
7979 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
7980 only if we wind up in a string from display property. (Bug#11063)
7981
a6b1c7cc
EZ
7982 * window.c (Fdelete_other_windows_internal): Invalidate the row
7983 and column information about mouse highlight, so that redisplay
7984 restores it after reallocating the glyph matrices. (Bug#7464)
7985
8427ddd2
EZ
7986 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
7987 string comes from a `display' text property, use the buffer
7988 position of that property as if we actually saw that position in
7989 the row's glyphs.
697ba24b
EZ
7990 (move_it_by_lines): Remove the assertion that
7991 "it->current_x == 0 && it->hpos == 0" which can be legitimately
7992 violated when there's a before-string at the beginning of a line.
7993 (Bug#11063)
8427ddd2 7994
65a0a738
EZ
79952012-03-30 Eli Zaretskii <eliz@gnu.org>
7996
7997 * xdisp.c (append_space_for_newline): If the default face was
7998 remapped, use the remapped face for the appended newline.
7999 (extend_face_to_end_of_line): Use the remapped default face for
8000 extending the face to the end of the line.
8001 (display_line): Call extend_face_to_end_of_line when the default
8002 face was remapped. (Bug#11068)
8003
581355cc
EZ
80042012-03-29 Eli Zaretskii <eliz@gnu.org>
8005
8006 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
8007
e8fc049f
SM
80082012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
8011
4fb9a543
GM
80122012-03-27 Glenn Morris <rgm@gnu.org>
8013
8014 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
8015 Doc fixes.
8016
679910f1
KH
80172012-03-26 Kenichi Handa <handa@m17n.org>
8018
8019 * dispextern.h (struct glyph): Fix previous change. Change the
8020 bit length of glyphless.ch to 25 (Bug#11082).
8021
90d49b7f
CY
80222012-03-26 Chong Yidong <cyd@gnu.org>
8023
8024 * keyboard.c (Vselection_inhibit_update_commands): New variable.
8025 (command_loop_1): Use it; inhibit selection update for
8026 handle-select-window too (Bug#8996).
8027
f514f6f0
FP
80282012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
8029
e8fc049f 8030 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
f514f6f0 8031
bf43fa51
KH
80322012-03-25 Kenichi Handa <handa@m17n.org>
8033
8034 * dispextern.h (struct glyph): Change the bit length of
8035 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
8036
8a0c01dd
EZ
80372012-03-24 Eli Zaretskii <eliz@gnu.org>
8038
8039 * s/ms-w32.h (tzname): Include time.h before redirecting to
8040 _tzname. Fixes the MSVC build. (Bug#9960)
8041
7d1c3a76
AS
80422012-03-24 Andreas Schwab <schwab@linux-m68k.org>
8043
8ed79523
AS
8044 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
8045 characters.
8046
7d1c3a76
AS
8047 * xterm.c (XTread_socket): Only modify handling_signal if
8048 !SYNC_INPUT. (Bug#11080)
8049
e99a9b8b
EZ
80502012-03-23 Eli Zaretskii <eliz@gnu.org>
8051
8052 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
8053 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
8054 when fetching a multibyte character consumes more bytes than
8055 CHAR_BYTES returns, due to unification of CJK characters in
8056 string_char. (Bug#11073)
8057
5063c0e1
TN
80582012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8059
8060 * process.c (wait_reading_process_output): Handle pty disconnect
8061 by refraining from sending oneself a SIGCHLD (bug#10933).
8062
9f851fbd
CY
80632012-03-22 Chong Yidong <cyd@gnu.org>
8064
8065 * dispextern.h (struct it): New member string_from_prefix_prop_p.
8066
5063c0e1 8067 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
9f851fbd
CY
8068 Mark string as coming from a prefix property.
8069 (handle_face_prop): Use default face for prefix strings (Bug#4281).
8070 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
8071
fb5b8aca
CY
80722012-03-21 Chong Yidong <cyd@gnu.org>
8073
8074 * xfaces.c (Vface_remapping_alist): Doc fix.
8075
62356a1b
EZ
80762012-03-20 Eli Zaretskii <eliz@gnu.org>
8077
8078 * w32proc.c (Fw32_set_console_codepage)
5063c0e1
TN
8079 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
8080 Doc fixes.
62356a1b 8081
025de85b
CY
80822012-03-20 Chong Yidong <cyd@gnu.org>
8083
8084 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
8085 to reflect default non-nil value of redisplay-dont-pause.
8086
4827f94e
KH
80872012-03-19 Kenichi Handa <handa@m17n.org>
8088
8089 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
8090 it fit in a valid range (Bug#11003).
8091
e50a24a2
EZ
80922012-03-18 Eli Zaretskii <eliz@gnu.org>
8093
8094 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
8095 that is not from display property, accept the row as a "cursor
8096 row" if one of the string's character has a non-nil `cursor'
8097 property. Fixes cursor positioning when there are newlines in
8098 overlay strings, e.g. in icomplete.el. (Bug#11035)
8099
9af5ed87
PE
81002012-03-12 Paul Eggert <eggert@cs.ucla.edu>
8101
8102 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
8103
d1f55f16
CY
81042012-03-12 Chong Yidong <cyd@gnu.org>
8105
8106 * eval.c (inhibit_lisp_code): Rename from
8107 inhibit_window_configuration_change_hook; move from window.c.
8108
8109 * xfns.c (unwind_create_frame_1, Fx_create_frame):
8110 * window.c (run_window_configuration_change_hook)
8111 (syms_of_window): Callers changed.
8112
66c5eebd
CY
81132012-03-11 Chong Yidong <cyd@gnu.org>
8114
413df973
CY
8115 * keymap.c (Fkey_description): Doc fix (Bug#9700).
8116
66c5eebd
CY
8117 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
8118
1de11f56
CY
81192012-03-10 Chong Yidong <cyd@gnu.org>
8120
8121 * frame.c (other_visible_frames): Don't assume the selected frame
8122 is visible (Bug#10955).
8123
cae07000
SM
81242012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
8127
89c94350
JD
81282012-03-08 Jan Djärv <jan.h.d@swipnet.se>
8129
8130 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
8131 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
8132 zero (Bug#10954).
8133
999dd333
GM
81342012-03-03 Glenn Morris <rgm@gnu.org>
8135
01a6dcc8 8136 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
999dd333 8137
de0100f2
EZ
81382012-03-02 Eli Zaretskii <eliz@gnu.org>
8139
8140 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
8141 position past the first glyph_row that ends at ZV. (Bug#10902)
b8456c5c
EZ
8142 (redisplay_window, next_element_from_string): Fix typos in
8143 comments.
3e441275
EZ
8144 (redisplay_window): Pass to move_it_vertically the margin in
8145 pixels, not in screen lines.
de0100f2 8146
96a72ee9
GM
81472012-03-02 Glenn Morris <rgm@gnu.org>
8148
8149 * buffer.c (buffer-list-update-hook): Doc fix.
8150
312508d7
EZ
81512012-02-29 Eli Zaretskii <eliz@gnu.org>
8152
8153 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
8154 push_it before setting up the iterator for the first overlay
8155 string, even if we have an empty string loaded.
8156 (next_overlay_string): If there's an empty string on the iterator
8157 stack, pop the stack. (Bug#10903)
8158
27f3c637
PE
81592012-02-25 Paul Eggert <eggert@cs.ucla.edu>
8160
8161 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
8162 Suggested by Stefan Monnier in
8163 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
8164 * alloc.c (widen_to_Lisp_Object): New static function.
8165 (mark_memory): Also mark Lisp_Objects by fetching pointer words
8166 and widening them to Lisp_Objects. This would work even if
8167 USE_LSB_TAG is defined and wide integers are used, which might
8168 happen in a future version of Emacs.
8169
3c9dfce6
CY
81702012-02-25 Chong Yidong <cyd@gnu.org>
8171
fa74b241
CY
8172 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
8173 Doc fix.
8174
3c9dfce6
CY
8175 * xselect.c (Fx_selection_exists_p): Doc fix.
8176 (x_clipboard_manager_save_all): Print an informative message
8177 before saving to clipboard manager.
8178
9486df08
CY
81792012-02-24 Chong Yidong <cyd@gnu.org>
8180
8181 * keyboard.c (process_special_events): Handle all X selection
8182 requests in kbd_buffer, not just the next one (Bug#8869).
8183
f01d3321
CY
81842012-02-23 Chong Yidong <cyd@gnu.org>
8185
8186 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
8187 call when setting menu-bar-lines and tool-bar-lines parameters.
8188 (unwind_create_frame_1): New helper function.
8189
8190 * window.c (inhibit_window_configuration_change_hook): New var.
8191 (run_window_configuration_change_hook): Obey it.
b2e4ca7d 8192 (syms_of_window): Initialize it.
f01d3321 8193
86b847b6
CY
81942012-02-22 Chong Yidong <cyd@gnu.org>
8195
8196 * xterm.c (x_draw_image_relief): Add missing type check for
8197 Vtool_bar_button_margin (Bug#10743).
8198
a59225b1
CY
81992012-02-21 Chong Yidong <cyd@gnu.org>
8200
8201 * fileio.c (Vfile_name_handler_alist): Doc fix.
8202
8203 * buffer.c (Fget_file_buffer): Protect against invalid file
8204 handler return value.
8205
310f5bd4
PE
82062012-02-20 Paul Eggert <eggert@cs.ucla.edu>
8207
cb3a28cc
PE
8208 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
8209 when computing $valmask.
8210
310f5bd4
PE
8211 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
8212 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
8213 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
8214 It's useless in that case, and it can cause problems on hosts
8215 that allocate halves of EMACS_INT values separately.
8216 Reported by Dan Horák. Diagnosed by Andreas Schwab in
8217 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
8218 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
8219 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
8220 it avoids undefined behavior on hosts where shifting right by more
8221 than the word width has undefined behavior.
8222
2375c96a
CY
82232012-02-19 Chong Yidong <cyd@gnu.org>
8224
8225 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
8226 (Funhandled_file_name_directory, Ffile_name_as_directory)
8227 (Fdirectory_file_name, Fexpand_file_name)
8228 (Fsubstitute_in_file_name): Protect against invalid file handler
8229 return values (Bug#10845).
8230
3eb49e71
EZ
82312012-02-18 Eli Zaretskii <eliz@gnu.org>
8232
8233 * .gdbinit (pitx): Fix incorrect references to fields of the
8234 iterator stack.
8235
7b926f3f
CY
82362012-02-17 Chong Yidong <cyd@gnu.org>
8237
8238 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
8239
11273115
PE
82402012-02-15 Paul Eggert <eggert@cs.ucla.edu>
8241
8242 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
8243 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
8244
c3a70e2b
CY
82452012-02-15 Chong Yidong <cyd@gnu.org>
8246
8247 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
8248 marked as special. Also, starting docstrings with * is obsolete.
8249
0ca43699
AS
82502012-02-13 Andreas Schwab <schwab@linux-m68k.org>
8251
8252 * gnutls.c (emacs_gnutls_write): Fix last change.
8253
2e8f3c56
LI
82542012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8255
8256 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
8257 send_process.
8258
af70074f
SM
82592012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * keymap.c (Fsingle_key_description): Handle char ranges.
8262
95986d52
CY
82632012-02-12 Chong Yidong <cyd@gnu.org>
8264
afd83bd1
CY
8265 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
8266 as that creates a dangerous corner case.
8267
95986d52
CY
8268 * window.c (Fdelete_window_internal): Invalidate the mouse
8269 highlight (Bug#9904).
8270
bd7da63e
GM
82712012-02-12 Glenn Morris <rgm@gnu.org>
8272
8273 * xselect.c (Fx_own_selection_internal)
8274 (Fx_get_selection_internal, Fx_disown_selection_internal)
8275 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
8276 * nsselect.m (Fx_own_selection_internal)
8277 (Fx_disown_selection_internal, Fx_selection_exists_p)
8278 (Fx_selection_owner_p, Fx_get_selection_internal):
8279 Sync docs and argument specs with the xselect.c versions.
8280
77abcbc2
LI
82812012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
8282
8283 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
8284
90b671e2
EZ
82852012-02-11 Eli Zaretskii <eliz@gnu.org>
8286
1c0ca0b7
EZ
8287 * w32select.c (Fx_selection_exists_p): Sync doc string and
8288 argument list with xselect.c. (Bug#10783)
8289
8290 * w16select.c (Fx_selection_exists_p): Sync doc string and
8291 argument list with xselect.c. (Bug#10783)
90b671e2 8292
49241268
GM
82932012-02-10 Glenn Morris <rgm@gnu.org>
8294
8295 * fns.c (Fsecure_hash): Doc fix.
8296
f998bbe7 82972012-02-09 Kenichi Handa <handa@m17n.org>
5c1ca13d
KH
8298
8299 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
8300
0992bd9c
CY
83012012-02-07 Chong Yidong <cyd@gnu.org>
8302
8303 * buffer.c (Fbuffer_local_variables)
8304 (buffer_lisp_local_variables): Handle unbound vars correctly;
8305 don't let Qunbound leak into Lisp.
8306
af008560
GM
83072012-02-07 Glenn Morris <rgm@gnu.org>
8308
dd605cc4
GM
8309 * image.c (Fimagemagick_types): Doc fix.
8310
af008560
GM
8311 * image.c (imagemagick-render-type): Change it from a lisp object
8312 to an integer. Move the doc here from the lisp manual.
8313 Treat all values not equal to 0 the same.
8314
1449fa1d
CY
83152012-02-06 Chong Yidong <cyd@gnu.org>
8316
8317 * doc.c (store_function_docstring): Avoid applying docstring of
8318 alias to base function (Bug#2603).
8319
3723ec07
AS
83202012-02-04 Andreas Schwab <schwab@linux-m68k.org>
8321
8322 * .gdbinit (pp1, pv1): Remove redundant defines.
8323 (pr): Use pp.
8324
79c1cc1e
CY
83252012-02-04 Chong Yidong <cyd@gnu.org>
8326
8327 * nsterm.m: Declare a global (Bug#10694).
8328
d7f29f8e
EZ
83292012-02-04 Eli Zaretskii <eliz@gnu.org>
8330
cae07000
SM
8331 * w32.c (get_emacs_configuration_options):
8332 Include --enable-checking, if specified, in the return value.
d7f29f8e 8333
3b95a6f9
MR
83342012-02-04 Martin Rudalics <rudalics@gmx.at>
8335
8336 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
8337 after rounding frame sizes. (Bug#9723)
8338
d6fa96a6
EZ
83392012-02-04 Eli Zaretskii <eliz@gnu.org>
8340
8341 * keyboard.c (adjust_point_for_property): Don't position point
8342 before BEGV. (Bug#10696)
8343
df0b2940
PE
83442012-02-03 Paul Eggert <eggert@cs.ucla.edu>
8345
8346 Handle overflow when computing char display width (Bug#9496).
8347 * character.c (char_width): Return EMACS_INT, not int.
8348 (char_width, c_string_width): Check for overflow when
8349 computing the width; this is possible now that individual
8350 characters can have unbounded width. Problem introduced
8351 by merge from Emacs 23 on 2012-01-19.
8352
6bee44d6
MA
83532012-02-02 Michael Albinus <michael.albinus@gmx.de>
8354
8355 * dbusbind.c (Fdbus_register_method): Mention the return value
8356 :ignore in the docstring.
8357
44f92739
GM
83582012-02-02 Glenn Morris <rgm@gnu.org>
8359
1b9f60cc
GM
8360 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
8361
44f92739
GM
8362 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
8363 Unconditionally set to t. (Bug#10673)
8364 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
8365 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
8366 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
8367
c5d3843c
KH
83682012-02-02 Kenichi Handa <handa@m17n.org>
8369
8370 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
8371 0, do not call append_composite_glyph.
8372
159462d4 83732012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
8374
8375 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
8376 NULL (Bug#6988).
8377 (x_produce_glyphs): If the component of a composition is a null
8378 string, set it->pixel_width to 1 to avoid zero-width glyph.
8379
78cef877
EZ
83802012-02-01 Eli Zaretskii <eliz@gnu.org>
8381
8382 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
8383 first 2 arguments are identical. This makes inserting large
8384 output from a subprocess an order of magnitude faster on
8385 MS-Windows, where all sbrk'ed memory is always contiguous.
8386
97897668
GM
83872012-01-31 Glenn Morris <rgm@gnu.org>
8388
8389 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
c78c6e0b 8390 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
97897668
GM
8391 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
8392
31fd3586
GM
83932012-01-29 Glenn Morris <rgm@gnu.org>
8394
8395 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
8396
0e24a8b2
CY
83972012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
8398
8399 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
8400
cc0adcb0
CY
84012012-01-28 Chong Yidong <cyd@gnu.org>
8402
8403 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
8404
acc28cb9
CY
84052012-01-26 Chong Yidong <cyd@gnu.org>
8406
9c69cfb7
CY
8407 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
8408
acc28cb9
CY
8409 * search.c (Fsearch_forward, Fsearch_backward): Document negative
8410 repeat counts (Bug#10507).
8411
48da7392
GM
84122012-01-26 Glenn Morris <rgm@gnu.org>
8413
8414 * lread.c (syms_of_lread): Doc fix.
8415
14af5f7f
CY
84162012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
8417
8418 * coding.c (encode_designation_at_bol): Change return value to
8419 EMACS_INT.
8420
0b21c100
CY
84212012-01-25 Chong Yidong <cyd@gnu.org>
8422
8423 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
8424
3c2907f7
CY
84252012-01-21 Chong Yidong <cyd@gnu.org>
8426
8427 * floatfns.c (Fcopysign): Make the second argument non-optional,
8428 since nil is not allowed anyway.
8429
959ad23f
AS
84302012-01-21 Andreas Schwab <schwab@linux-m68k.org>
8431
8432 * process.c (read_process_output): Use p instead of XPROCESS (proc).
8433 (send_process): Likewise.
8434
34a02f46
MR
84352012-01-19 Martin Rudalics <rudalics@gmx.at>
8436
8437 * window.c (save_window_save, Fcurrent_window_configuration)
cae07000
SM
8438 (Vwindow_persistent_parameters): Do not use Qstate.
8439 Rewrite doc-strings.
34a02f46 8440
1259009a 84412012-01-19 Kenichi Handa <handa@m17n.org>
25ed9e61
KH
8442
8443 * character.c (char_width): New function.
70d4fdf6
GM
8444 (Fchar_width, c_string_width, lisp_string_width):
8445 Use char_width (Bug#9496).
25ed9e61 8446
6a6ee00d
MR
84472012-01-16 Martin Rudalics <rudalics@gmx.at>
8448
8449 * window.c (Vwindow_persistent_parameters): New variable.
8450 (Fset_window_configuration, save_window_save): Handle persistent
8451 window parameters.
8452
c85efaf7
EZ
84532012-01-14 Eli Zaretskii <eliz@gnu.org>
8454
8455 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
8456 thrashing the stack of the thread. (Bug#9087)
8457
5944709e
PE
84582012-01-12 Paul Eggert <eggert@cs.ucla.edu>
8459
8460 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
8461
e71f5d99
EZ
84622012-01-11 Eli Zaretskii <eliz@gnu.org>
8463
8464 * xdisp.c (rows_from_pos_range): Handle the case where the
8465 highlight ends on a newline. (Bug#10464)
8466 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
8467 he end column for display of highlight that ends on a newline
8468 before a R2L line.
8469
ce316182
GM
84702012-01-11 Glenn Morris <rgm@gnu.org>
8471
8472 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
8473 from load-path also when installation-directory is nil. (Bug#10208)
8474
5b43da69
GM
84752012-01-10 Glenn Morris <rgm@gnu.org>
8476
74cc8ff9
GM
8477 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
8478
7d8d6e4e
GM
8479 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
8480 Update template values to be closer to their typical values these days.
5b43da69 8481
a0db8d43
EZ
84822012-01-09 Eli Zaretskii <eliz@gnu.org>
8483
8484 * xdisp.c (rows_from_pos_range): Accept additional argument
8485 DISP_STRING, and accept any glyph in a row whose object is that
8486 string as eligible for mouse highlight. Fixes mouse highlight of
8487 display strings from overlays. (Bug#10464)
8488
9a0115ab 84892012-01-07 Paul Eggert <eggert@cs.ucla.edu>
09450bae 8490
b9110d6a 8491 emacs: fix an auto-save permissions race condition (Bug#10400)
09450bae
PE
8492 * fileio.c (auto_saving_dir_umask): New static var.
8493 (Fmake_directory_internal): Use it.
8494 (do_auto_save_make_dir): Set it, instead of invoking chmod after
8495 creating the directory. The old code temporarily assigns
8496 too-generous permissions to the directory.
8497 (do_auto_save_eh): Clear it.
b9110d6a 8498 (Fdo_auto_save): Catch all errors, not just file errors, so
09450bae
PE
8499 that the var is always cleared.
8500
6c1bd3f3
EZ
85012012-01-07 Eli Zaretskii <eliz@gnu.org>
8502
8503 * search.c (scan_buffer): Pass character positions to
8504 know_region_cache, not byte positions. (Bug#6540)
8505
069d2b50
L
85062012-01-07 LynX <_LynX@bk.ru> (tiny change)
8507
8508 * w32.c (sys_rename): Report EXDEV when rename of a directory
8509 fails because the target is on another logical disk. (Bug#10284)
8510
75bf0d33
DB
85112012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
8512
8513 * xterm.c (x_embed_request_focus): New function.
8514
8515 * xterm.h: Add prototype.
8516
8517 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
8518
1c6e5a32
GM
85192012-01-05 Glenn Morris <rgm@gnu.org>
8520
8521 * emacs.c (emacs_copyright): Update short copyright year to 2012.
8522
651e947e
EZ
85232012-01-01 Eli Zaretskii <eliz@gnu.org>
8524
8525 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
8526 Load gnutls_transport_set_lowat only if GnuTLS version is below
8527 2.11.1.
8528 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
8529 GnuTLS versions below 2.11.1.
8530
3778cdd8
AL
85312011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
8532
8533 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
8534 to the doc string advising against its use for altering the way
8535 windows are scrolled.
8536
0e5317f7
KH
85372011-12-28 Kenichi Handa <handa@m17n.org>
8538
8539 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
8540 coding-system ASCII compatible only when it does not produce BOM
8541 on encoding (Bug#10383).
8542
93d5ca1f
JD
85432011-12-26 Jan Djärv <jan.h.d@swipnet.se>
8544
8545 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
8546 can scroll.
8547 (create_and_show_popup_menu): Always use menu_position_func for
8548 Gtk3 (Bug#10361).
8549
ca22b785
AS
85502011-12-24 Andreas Schwab <schwab@linux-m68k.org>
8551
8552 * callint.c (Fcall_interactively): Don't truncate prompt string.
8553
d048e1e6
EZ
85542011-12-23 Eli Zaretskii <eliz@gnu.org>
8555
8556 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
8557 property that ends at ZV, so that the bidi iteration could be
3ba1a2ad 8558 resumed from there (after widening). (Bug#10360)
d048e1e6 8559
5ccaba1f
JD
85602011-12-22 Jan Djärv <jan.h.d@swipnet.se>
8561
8562 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
8563
204ee57f
JD
85642011-12-21 Jan Djärv <jan.h.d@swipnet.se>
8565
b81d40f0
JB
8566 * nsterm.m (x_free_frame_resources):
8567 Release f->output_data.ns->miniimage.
204ee57f
JD
8568 (ns_index_color): Fix indentation. Do not retain
8569 color_table->colors[i].
8570
8571 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
8572 before returning.
8573
8574 * nsfns.m (x_set_background_color): Assign return value from
8575 ns_index_color to face-background instead of NSColor*.
8576 (ns_implicitly_set_icon_type): Fix indentation.
8577 Change assignment in for loop to comparison.
8578
8579 * emacs.c (ns_pool): New variable.
8580 (main): Assign ns_pool.
8581 (Fkill_emacs): Call ns_release_autorelease_pool.
8582
8583 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
8584 autorelease fdesc, release fdAttrs and tdict.
8585 (ns_get_covering_families): Release charset.
8586 (ns_findfonts): Release NSFontDescriptor created with new.
8587 (ns_uni_to_glyphs): Fix indentation.
8588 (setString): Release attrStr before assigning new value.
8589
c803b2b7
JD
85902011-12-18 Jan Djärv <jan.h.d@swipnet.se>
8591
678f4426
JD
8592 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
8593 and NS_IMPL_COCOA.
8594 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
8595 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
8596
cd394be1 85972011-12-18 David Reitter <reitter@cmu.edu>
678f4426 8598
5fecd5fc
JD
8599 * nsterm.m (ns_term_init): Subscribe for notifications
8600 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
8601 to method trackingNotification in EmacsMenu.
8602
8603 * nsmenu.m (trackingMenu): New variable.
3771cb17 8604 (trackingNotification): New method (from Aquamacs).
5fecd5fc 8605 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
3771cb17 8606 from Aquamacs (Bug#7030).
678f4426
JD
8607
86082011-12-18 Jan Djärv <jan.h.d@swipnet.se>
5fecd5fc 8609
c803b2b7
JD
8610 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
8611 (symbol_to_nsstring): Fix indentation.
8612 (ns_symbol_to_pb): New function.
cae07000
SM
8613 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
8614 (Fns_rotate_cut_buffers_internal): Remove.
8615 (Fns_store_selection_internal): Rename from
c803b2b7
JD
8616 Fns_store_cut_buffer_internal.
8617 (ns_get_foreign_selection, Fx_own_selection_internal)
8618 (Fx_disown_selection_internal, Fx_selection_exists_p)
b81d40f0
JB
8619 (Fns_get_selection_internal, Fns_store_selection_internal):
8620 Use ns_symbol_to_pb and check if return value is nil.
8621 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
8622 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
c803b2b7
JD
8623 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
8624 renamed to Sns_store_selection_internal.
8625 (ns_handle_selection_request): Move code to Fx_own_selection_internal
8626 and remove this function.
8627 (ns_handle_selection_clear): Remove, never used.
8628 (Fx_own_selection_internal): Move code from ns_handle_selection_request
8629 here.
8630
e1b01a3a
KB
86312011-12-17 Ken Brown <kbrown@cornell.edu>
8632
8633 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
8634 GID is unknown (Bug#10257).
8635
2adb6e85
PE
86362011-12-17 Paul Eggert <eggert@cs.ucla.edu>
8637
8638 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
8639 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
8640 which caused a build failure on GNU/Linux IA-64. This problem was
8641 introduced by my 2011-10-07 patch.
8642
d1d7b339
JL
86432011-12-15 Juri Linkov <juri@jurta.org>
8644
8645 * image.c (imagemagick_error): New function. (Bug#10112)
8646 (imagemagick_load_image): Comment out `MagickSetResolution' call.
8647 Use `imagemagick_error' where ImageMagick functions return
8648 `MagickFalse'.
8649 (Fimagemagick_types): Add `Fnreverse' to return the list in the
8650 proper order.
8651
100d5755
KH
86522011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8653
8654 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
8655 fill background (Bug#8992).
8656
454592a6
MR
86572011-12-13 Martin Rudalics <rudalics@gmx.at>
8658
8659 * window.c (Vwindow_combination_resize)
8660 (Vwindow_combination_limit): Use t instead of non-nil in
8661 doc-strings.
61d4b438
MR
8662 (Vrecenter_redisplay): Add first sentence of doc-string on
8663 separate line.
53524d93 8664 (Frecenter): Fix doc-string typo.
454592a6 8665
3633e3aa
KH
86662011-12-11 Kenichi Handa <handa@m17n.org>
8667
8668 * coding.c (Funencodable_char_position): Pay attention to the
8669 buffer text relocation (Bug#9389).
8670
7b9d523a 86712011-12-10 Jan Djärv <jan.h.d@swipnet.se>
61ccba97 8672
7b9d523a
JD
8673 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
8674 gtk_init (Bug#10100).
8675
b73189c6
EZ
86762011-12-10 Eli Zaretskii <eliz@gnu.org>
8677
8678 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
8679 IT->string is nil. (Bug#10263)
8680
f7dfe5d6
JD
86812011-12-10 Jan Djärv <jan.h.d@swipnet.se>
8682
83faebb4
JD
8683 * nsterm.h (x_free_frame_resources): Declare.
8684
f7dfe5d6
JD
8685 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
8686 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
8687
8688 * nsterm.h (ns_get_defaults_value): Declare.
8689
8690 * nsterm.m (ns_default): Call ns_get_defaults_value.
8691
7cd4e72c
EZ
86922011-12-09 Eli Zaretskii <eliz@gnu.org>
8693
8694 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
8695 (Bug#10170)
8696
b34d7317
YM
86972011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8698
8699 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
8700 that where the value of an _OBJC_* symbol points to is in the .bss
8701 section (Bug#10240).
8702
76470ad1
KH
87032011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
8704
8705 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
2fac8180 8706 after the loop to call ccl_driver at least once (Bug#8619).
76470ad1 8707
745fff94
KH
87082011-12-08 Kenichi Handa <handa@m17n.org>
8709
8710 * ftfont.c (get_adstyle_property): Fix previous change
8711 (Bug#10233).
8712
6e44397c
JB
87132011-12-07 Juanma Barranquero <lekktu@gmail.com>
8714
8715 * w32.c (init_environment): If no_site_lisp, remove site-lisp
8716 dirs from the default value of EMACSLOADPATH (bug#10208).
8717
7efa6272
GM
87182011-12-07 Glenn Morris <rgm@gnu.org>
8719
8720 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
8721 installation and source directories as well. (Bug#10208)
8722
f6fc4d87
CY
87232011-12-06 Chong Yidong <cyd@gnu.org>
8724
8725 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
8726
2bf26180
GM
87272011-12-06 Glenn Morris <rgm@gnu.org>
8728
8729 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
8730 as an error, not just -1. (Bug#10217)
8731
3a6ad4f0
CY
87322011-12-05 Chong Yidong <cyd@gnu.org>
8733
8734 * keyboard.c (process_special_events): New function.
8735 (swallow_events, Finput_pending_p): Use it (Bug#10195).
8736
75a3b399
PE
87372011-12-05 Paul Eggert <eggert@cs.ucla.edu>
8738
8739 * coding.c (encode_designation_at_bol): Don't use uninitialized
8740 local variable (Bug#9318).
8741
c3c9e25e
KH
87422011-12-05 Kenichi Handa <handa@m17n.org>
8743
8744 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
8745 return Qnil (Bug#8046, Bug#10193).
8746
5eb05ea3
KH
87472011-12-05 Kenichi Handa <handa@m17n.org>
8748
8749 * coding.c (encode_designation_at_bol): New args charbuf_end and
8750 dst. Return the number of produced bytes. Callers changed.
a79703f5
KH
8751 (coding_set_source): Return how many bytes coding->source was
8752 relocated.
8753 (coding_set_destination): Return how many bytes
8754 coding->destination was relocated.
8755 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
cae07000 8756 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
5eb05ea3
KH
8757
87582011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
8759
8760 * coding.c (CODING_CHAR_CHARSET_P): New macro.
8761 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
8762 macro (Bug#9318).
8763
87642011-12-05 Andreas Schwab <schwab@linux-m68k.org>
8765
8766 The following changes are to fix Bug#9318.
8767
a79703f5 8768 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
5eb05ea3
KH
8769 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
8770 (encode_coding_iso_2022, encode_coding_sjis)
a79703f5 8771 (encode_coding_big5, encode_coding_charset): Use the above macros.
5eb05ea3 8772
7dbda6df
JB
87732011-12-05 Juanma Barranquero <lekktu@gmail.com>
8774
8775 * lisp.h (process_quit_flag): Fix external declaration.
8776
6d5eb5b0
SM
87772011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 Don't macro-inline non-performance-critical code.
8780 * eval.c (process_quit_flag): New function.
8781 * lisp.h (QUIT): Use it.
8782
a0c3fad0
JD
87832011-12-04 Jan Djärv <jan.h.d@swipnet.se>
8784
8785 * nsfns.m (get_geometry_from_preferences): New function.
8786 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
8787
6c07aac2
AS
87882011-12-04 Andreas Schwab <schwab@linux-m68k.org>
8789
8790 * emacs.c (Qkill_emacs): Define.
8791 (syms_of_emacs): Initialize it.
8792 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
8793 Qquit_flag to `kill-emacs' instead.
6d5eb5b0
SM
8794 (quit_throw_to_read_char): Add parameter `from_signal'.
8795 All callers changed. Call Fkill_emacs if requested and safe.
6c07aac2
AS
8796 * lisp.h (QUIT): Call Fkill_emacs if requested.
8797
c052ead4
JD
87982011-12-03 Jan Djärv <jan.h.d@swipnet.se>
8799
8800 * widget.c (update_wm_hints): Return if wmshell is null.
8801 (widget_update_wm_size_hints): New function.
8802
8803 * widget.h (widget_update_wm_size_hints): Declare.
8804
8805 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
8806 widget_update_wm_size_hints (Bug#10104).
8807
9e49252b
EZ
88082011-12-03 Eli Zaretskii <eliz@gnu.org>
8809
8810 * xdisp.c (handle_invisible_prop): If the invisible text ends just
8811 before a newline, prepare the bidi iterator for consuming the
8812 newline, and keep the current paragraph direction. (Bug#10183)
e9a49426 8813 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
9e49252b 8814
02b16839
JL
88152011-12-02 Juri Linkov <juri@jurta.org>
8816
8817 * search.c (Fword_search_regexp): New Lisp function created from
8818 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
8819 (Fword_search_backward, Fword_search_forward)
8820 (Fword_search_backward_lax, Fword_search_forward_lax):
8821 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
8822 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
8823
0068070e
SM
88242011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 * fileio.c (Finsert_file_contents): Move after-change-function call
8827 to before the "handled:" label, since all "goto handled" appear in
8828 cases where the *-change-functions have already been properly called
8829 (bug#10117).
8830
3360a3fc
AS
88312011-12-01 Andreas Schwab <schwab@linux-m68k.org>
8832
8833 * keyboard.c (interrupt_signal): Don't call kill-emacs when
8834 waiting for input. (Bug#10169)
8835
73d6c093
EZ
88362011-11-30 Eli Zaretskii <eliz@gnu.org>
8837
8838 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
8839 verifies glyph row's hash code--we have just reallocated the
8840 glyphs, so their contents can be complete garbage. (Bug#10164)
8841
febe6bea
JB
88422011-11-30 Juanma Barranquero <lekktu@gmail.com>
8843
8844 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
8845
801a4313
EZ
88462011-11-30 Eli Zaretskii <eliz@gnu.org>
8847
8848 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
8849 attributes are tested _before_ calling verify_row_hash, to protect
8850 against GCC re-ordering of the tests. (Bug#10164)
8851
2b56b87e
JD
88522011-11-29 Jan Djärv <jan.h.d@swipnet.se>
8853
8854 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
8855
8856 * xterm.c (handle_one_xevent): Only set async_visible and friends
8857 if net_wm_state_hidden_seen is non-zero (Bug#10002)
7dbda6df 8858 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
2b56b87e
JD
8859 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
8860
dbf31225
PE
88612011-11-28 Paul Eggert <eggert@cs.ucla.edu>
8862
8863 Remove GCPRO-related macros that exist only to avoid shadowing locals.
8864 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
8865 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
8866 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
8867 All uses changed to use GCPRO1 etc.
8868 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
8869 Revert to old implementation (i.e., before 2011-03-11).
8870
1305621b
YM
88712011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8872
8873 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
8874 of scroll runs so as to avoid assigning disabled bogus rows and
8875 unnecessary graphics copy operations.
8876
8c9afb46
EZ
88772011-11-27 Eli Zaretskii <eliz@gnu.org>
8878
8879 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
8880 (snprintf) [_MSC_VER]: Redirect to _snprintf.
8881 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
8882 (malloc, free, realloc, calloc): Redirect to e_* only when
8883 compiling Emacs.
8884
8885 * lisp.h (GCTYPEBITS): Move before first use.
8886 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
8887 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
8888 this macro definition.
8889
8890 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
8891 _MSC_VER.
8892
54e9e3bf
JD
88932011-11-27 Jan Djärv <jan.h.d@swipnet.se>
8894
6d5eb5b0
SM
8895 * gtkutil.c (xg_create_frame_widgets):
8896 Call gtk_window_set_has_resize_grip (FALSE) if that function is
54e9e3bf
JD
8897 present with Gtk+ 2.0.
8898
83aca1cb
PE
88992011-11-26 Paul Eggert <eggert@cs.ucla.edu>
8900
8901 * fileio.c (Finsert_file_contents): Undo previous change; see
8902 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
8903
5b76caa4
PE
89042011-11-26 Paul Eggert <eggert@cs.ucla.edu>
8905
8906 Rename locals to avoid shadowing.
8907 * fileio.c (Finsert_file_contents):
8908 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
8909 * process.c (wait_reading_process_output):
8910 Rename inner 'proc' to 'p' to avoid shadowing.
8911 Indent for consistency with usual Emacs style.
8912
8c535114
EZ
89132011-11-25 Eli Zaretskii <eliz@gnu.org>
8914
8915 * xdisp.c (redisplay_window): If cursor row is not fully visible
8916 after recentering, and scroll-conservatively is set to a large
8917 number, scroll window by a few more lines to make the cursor fully
8918 visible and out of scroll-margin. (Bug#10105)
91b4a718
EZ
8919 (start_display): Don't move to the next line if the display should
8920 start at a newline that is part of a display vector or an overlay
8921 string. (Bug#10119)
8c535114 8922
fa4fdb5c
JL
89232011-11-24 Juri Linkov <juri@jurta.org>
8924
8925 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
8926 after the `MagickPingImage' call. (Bug#10112)
8927
90ec88df
CY
89282011-11-23 Chong Yidong <cyd@gnu.org>
8929
8930 * window.c (Fcoordinates_in_window_p): Accept only live windows.
8931
56e2e794
MR
89322011-11-23 Martin Rudalics <rudalics@gmx.at>
8933
8934 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
8935 making another buffer current. (Bug#10114)
8936
b6e64c41
GM
89372011-11-23 Glenn Morris <rgm@gnu.org>
8938
8939 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
8940
6b21de18
CY
89412011-11-23 Chong Yidong <cyd@gnu.org>
8942
8943 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
8944 using it (Bug#5984).
8945
b12cd789
EZ
89462011-11-22 Eli Zaretskii <eliz@gnu.org>
8947
8948 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
8949 and header-lines, as they don't have one computed for them.
8950 (Bug#10098)
8951
8952 * .gdbinit (prow): Make displayed values more self-explaining.
8953 Add row's hash code.
8954
261b6fd4
LMI
89552011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8956
8957 * process.c (wait_reading_process_output): Fix asynchrounous
8958 GnuTLS socket handling on some versions of the GnuTLS library.
16c1ad08 8959 (wait_reading_process_output): Add comment and URL.
261b6fd4 8960
e7cfd277
JD
89612011-11-21 Jan Djärv <jan.h.d@swipnet.se>
8962
8963 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
8964
a9b9b7f5
CY
89652011-11-21 Chong Yidong <cyd@gnu.org>
8966
8967 * window.c (Fnext_window, Fprevious_window): Doc fix.
8968
b0d15b4f
SM
89692011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
8972
fe7a3057
JB
89732011-11-20 Juanma Barranquero <lekktu@gmail.com>
8974
8975 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
8976
d2999b1a
MR
89772011-11-20 Martin Rudalics <rudalics@gmx.at>
8978
8979 * window.c (Fset_window_combination_limit): Rename argument
8980 STATUS to LIMIT.
8981 (Vwindow_combination_limit): Remove "status" from doc-string.
8982
d5ff9cd0
AS
89832011-11-20 Andreas Schwab <schwab@linux-m68k.org>
8984
8985 * m/ibms390.h: Remove.
8986 * m/ibms390x.h: Don't include "ibms390.h".
8987
a5bb9bd3
SM
89882011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
8991 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
8992
cd1181db
JB
89932011-11-20 Juanma Barranquero <lekktu@gmail.com>
8994
8995 * casetab.c (Fset_case_table):
8996 * charset.c (Fcharset_after): Fix typos.
8997
615a3b8d 89982011-11-20 Paul Eggert <eggert@cs.ucla.edu>
6a0bf43d 8999
17e845af
PE
9000 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
9001 Otherwise, valgrind does not work on some platforms.
9002 Problem reported by Andreas Schwab in
6a0bf43d
PE
9003 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
9004 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
9005 is set, removing the need for VIRT_ADDRESS_VARIES.
9006 (PURE_P): Use a more-efficient implementation that needs just one
9007 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
9008 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
9009 to 4 (xorl, subq, cmpq, setbe).
9010 * alloc.c (pure): Always extern now, since that's the
9011 VIRT_ADDR_VARIES behavior.
9012 (PURE_POINTER_P): Use a single comparison, not two, for
9013 consistency with the new puresize.h.
9014 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
9015 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
9016 Remove VIRT_ADDR_VARIES no longer needed.
9017
f8fe6f96
EZ
90182011-11-19 Eli Zaretskii <eliz@gnu.org>
9019
9020 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
9021 (erase_phys_cursor, update_window_cursor, show_mouse_face)
9022 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
9023 behave as if the cursor position were at the window margin.
9024
9025 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
9026 and the cursor position is out of bounds, behave as if the cursor
9027 position were at the window margin. (Bug#10075)
9028
df05a53c
CY
90292011-11-18 Chong Yidong <cyd@gnu.org>
9030
9031 * window.c (Fwindow_combination_limit): Make first argument
9032 non-optional, since it is meaningless for live windows like the
9033 selected window.
61ccba97 9034
2071918e
DA
90352011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
9036
9037 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
9038
b50a28de
SM
90392011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * intervals.c: Fix grafting over the whole buffer (bug#10071).
9042 (graft_intervals_into_buffer): Simplify.
9043
015137db
EZ
90442011-11-18 Eli Zaretskii <eliz@gnu.org>
9045
9046 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
9047 hash values of the two rows.
9048 (copy_row_except_pointers): Preserve the used[] arrays and the
9049 hash values of the two rows. (Bug#10035)
68c95424 9050 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
015137db
EZ
9051
9052 * xdisp.c (row_hash): New function, body extracted from
9053 compute_line_metrics.
9054 (compute_line_metrics): Call row_hash, instead of computing the
9055 hash code inline.
9056
9057 * dispnew.c (verify_row_hash): Call row_hash for computing the
9058 hash code of a row, instead of duplicating code from xdisp.c.
9059
9060 * dispextern.h (row_hash): Add prototype.
9061
a2addb04
TH
90622011-11-18 Tassilo Horn <tassilo@member.fsf.org>
9063
9064 * frame.c (delete_frame): Don't delete the terminal when the last
9065 X frame is closed if emacs is built with GTK toolkit.
9066
df85d315
JB
90672011-11-17 Juanma Barranquero <lekktu@gmail.com>
9068
9069 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
9070
a0c2d0ae
MR
90712011-11-17 Martin Rudalics <rudalics@gmx.at>
9072
9073 * window.c (Vwindow_splits): Rename to
9074 Vwindow_combination_resize. Suggested by Juri Linkov.
9075 (Fsplit_window_internal): Use Vwindow_combination_resize instead
9076 of Vwindow_splits.
9077
58179cce
JB
90782011-11-16 Juanma Barranquero <lekktu@gmail.com>
9079
7877f373
JB
9080 * nsfns.m (Fns_font_name):
9081 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
58179cce 9082
b6f67890
MR
90832011-11-16 Martin Rudalics <rudalics@gmx.at>
9084
9085 * window.h (window): Rename slot "nest" to "combination_limit".
9086 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
9087 (Fset_window_nest): Rename to Fset_window_combination_limit.
9088 (Vwindow_nest): Rename to Vwindow_combination_limit.
9089 (recombine_windows, make_parent_window, make_window)
9090 (Fsplit_window_internal, saved_window)
9091 (Fset_window_configuration, save_window_save): Rename all
9092 occurrences of window_nest to window_combination_limit.
9093
c7015153
JB
90942011-11-15 Juanma Barranquero <lekktu@gmail.com>
9095
9096 * image.c (imagemagick_load_image): Fix typo.
9097
322ad6ec
EZ
90982011-11-14 Eli Zaretskii <eliz@gnu.org>
9099
9100 * xdisp.c (display_line): Move the call to
9101 highlight_trailing_whitespace before the call to
9102 compute_line_metrics, since the latter needs to see the final
6d5eb5b0
SM
9103 faces of all the glyphs to compute ROW's hash value.
9104 Fixes assertion violations in row_equal_p. (Bug#10035)
322ad6ec 9105
f067b8ec
JB
91062011-11-14 Juanma Barranquero <lekktu@gmail.com>
9107
9108 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
9109 just return (bug#10044).
9110
1e5b2111
EZ
91112011-11-12 Eli Zaretskii <eliz@gnu.org>
9112
7ef3cbd5
EZ
9113 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
9114 with user-defined heap size. Bump the default size of the temacs
9115 heap to 27MB, to avoid memory warning when running temacs.
9116 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
9117
1e5b2111
EZ
9118 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
9119 current_matrix and desired_matrix. (Bug#9990)
7a7270dd
EZ
9120 (verify_row_hash) [XASSERTS]: New function.
9121 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
9122 that the hash value of glyph rows is correct.
1e5b2111 9123
89d61221
MR
91242011-11-12 Martin Rudalics <rudalics@gmx.at>
9125
9126 * window.h (window): Remove splits slot.
9127 * window.c (Fwindow_splits, Fset_window_splits): Remove.
9128 (Fdelete_other_windows_internal, make_parent_window)
9129 (make_window, Fsplit_window_internal, Fdelete_window_internal)
9130 (Fset_window_configuration, save_window_save): Don't deal with
9131 split status of windows.
9132 (saved_window): Remove splits slot.
9133 (Vwindow_splits): Rewrite doc-string.
9134
97f18cc8
JD
91352011-11-11 Jan Djärv <jan.h.d@swipnet.se>
9136
9137 * xfns.c (unwind_create_frame):
9138 * nsfns.m (unwind_create_frame):
9139 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
9140 Vframe_list (Bug#9999).
9141
22a648b4
DA
91422011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
9143
0b381c7e 9144 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
22a648b4 9145
659afede
KH
91462011-11-11 Kenichi Handa <handa@m17n.org>
9147
9148 * callproc.c (Fcall_process): Set the member dst_multibyte of
9149 process_coding.
9150
9ac0394b
KH
91512011-11-11 Johan Bockgård <bojohan@gnu.org>
9152
9153 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
9154 avoid a crash (bug#9496).
9155
2fbdc249
CY
91562011-11-09 Chong Yidong <cyd@gnu.org>
9157
9158 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
9159 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
9160
ac6b1f81
PE
91612011-11-08 Paul Eggert <eggert@cs.ucla.edu>
9162
9163 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
9164
09db192c
PE
91652011-11-08 Paul Eggert <eggert@cs.ucla.edu>
9166
9167 Avoid some portability problems by eschewing 'extern inline' functions.
9168 The trivial performance wins aren't worth the portability hassles; see
9169 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
9170 et seq.
9171 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
9172 (window_box_width, window_box_left, window_box_left_offset)
9173 (window_box_right, window_box_right_offset): Undo previous change,
9174 by removing the "extern"s.
9175 * intervals.c (adjust_intervals_for_insertion)
9176 (adjust_intervals_for_deletion): Undo previous change,
9177 making these static again.
9178 (offset_intervals, temp_set_point_both, temp_set_point)
9179 (copy_intervals_to_string): No longer inline.
9180 * xdisp.c (window_text_bottom_y, window_box_width)
9181 (window_box_height, window_box_left_offset)
9182 (window_box_right_offset, window_box_left, window_box_right)
9183 (window_box): No longer inline.
9184
105216ed
CY
91852011-11-08 Chong Yidong <cyd@gnu.org>
9186
9187 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
6d5eb5b0
SM
9188 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
9189 Signal an error if not a live window.
105216ed
CY
9190 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
9191 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
9192
ae9e237f
JB
91932011-11-07 Juanma Barranquero <lekktu@gmail.com>
9194
9195 * lisp.h (syms_of_abbrev): Remove declaration.
9196 Reported by CHENG Gao <chenggao@royau.me>.
9197
c7aa8333
EZ
91982011-11-07 Eli Zaretskii <eliz@gnu.org>
9199
9200 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
9201 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
9202 of temacs in GUI mode.
9203
be7f5545
MR
92042011-11-07 Martin Rudalics <rudalics@gmx.at>
9205
9206 * window.h: Declare delete_all_child_windows instead of
9207 delete_all_subwindows.
9208 * window.c (Fwindow_nest, Fset_window_nest)
9209 (Fset_window_new_total, Fset_window_new_normal)
9210 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
9211 (delete_all_subwindows): Rename to delete_all_child_windows.
9212 (Fdelete_other_windows_internal, Fset_window_configuration):
9213 Call delete_all_child_windows instead of delete_all_subwindows.
9214 * frame.c (delete_frame): Call delete_all_child_windows instead
9215 of delete_all_subwindows.
9216
ca78dc43
PE
92172011-11-07 Paul Eggert <eggert@cs.ucla.edu>
9218
9219 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
9220 This is also needed for porting to any host where GC_MARK_STACK is
9221 not GC_MAKE_GCPROS_NOOPS.
9222 (which_symbols): Use it.
9223
a0241d01
KH
92242011-11-07 Kenichi Handa <handa@m17n.org>
9225
9226 * coding.c (coding_set_destination): Check coding->src_pos only
9227 when coding->src_object is a buffer (bug#9910).
9228
9229 * process.c (send_process): Set the member src_multibyte of coding
9230 to 0 (bug#9911) when sending a unibyte text.
9231
9232 * callproc.c (Fcall_process): Set the member src_multibyte of
9233 process_coding to 0 (bug#9912).
9234
a64bfdfa 92352011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ba24cea2
YM
9236
9237 * xmenu.c (cleanup_widget_value_tree): New function.
9238 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
9239 calling free_menubar_widget_value_tree directly (Bug#9830).
9240
cb41b32a
PE
92412011-11-06 Paul Eggert <eggert@cs.ucla.edu>
9242
9243 Fix some portability problems with 'inline'.
9244 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
9245 (window_box_width, window_box_left, window_box_left_offset)
9246 (window_box_right, window_box_right_offset): Declare extern.
9247 Otherwise, these inline functions do not conform to C99 and
9248 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
9249 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
9250 * intervals.c (adjust_intervals_for_insertion)
9251 (adjust_intervals_for_deletion): Now extern, because otherwise the
9252 extern inline functions 'offset_intervals' couldn't refer to it.
9253 (static_offset_intervals): Remove.
9254 (offset_intervals): Rewrite using the old contents of
9255 static_offset_intervals. The old version didn't conform to C99
9256 because an extern inline function contained a reference to an
9257 identifier with static linkage.
9258
b7041366
AS
92592011-11-06 Andreas Schwab <schwab@linux-m68k.org>
9260
9261 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
9262 GC.
9263
88a37c4d
EZ
92642011-11-06 Eli Zaretskii <eliz@gnu.org>
9265
9266 * xdisp.c (init_iterator, reseat_to_string): Don't set the
9267 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
9268 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
9269 return Qleft_to_right.
9270
49745b39
CY
92712011-11-06 Chong Yidong <cyd@gnu.org>
9272
9273 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
9274 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
9275 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
9276 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
9277 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
9278 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
9279 (Fwindow_vscroll): Doc fix.
9280 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
9281 argument, since it makes no sense to pass a live window and for
9282 consistency with window-child.
9283
1f05cd82
CS
92842011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
9285
9286 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
9287 support MSVC.
9288
22610910
JR
92892011-11-05 Jason Rumney <jasonr@gnu.org>
9290
9291 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
9292 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
9293 fonts (Bug#6029).
9294 (add_font_entity_to_list): Fix logic errors in mixed boolean and
9295 bitwise arithmetic preventing use of unicode-sip and non-truetype
9296 opentype fonts.
9297
a06776b2
EZ
92982011-11-05 Eli Zaretskii <eliz@gnu.org>
9299
3ad924ba
EZ
9300 * s/ms-w32.h (fstat, stat, utime): Move redirections to
9301 "emacs"-only part.
9302
a06776b2
EZ
9303 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
9304 initialization code to keep similarity to xfns.c after changes
9305 from 2011-11-05.
9306
c9e7db78
JD
93072011-11-05 Jan Djärv <jan.h.d@swipnet.se>
9308
a97f8f3f
JD
9309 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
9310 (unwind_create_frame): New function (Bug#9943).
9311 (Fx_create_frame): Restructure code to be more similar to the one in
9312 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
9313 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
9314 Move terminal->reference_count++ just before making the frame official
9315 (Bug#9943).
9316
9317 * nsterm.m (x_free_frame_resources): New function.
9318 (x_destroy_window): Move code to x_free_frame_resources.
9319
c9e7db78 9320 * xfns.c (unwind_create_frame): Fix comment.
6d5eb5b0
SM
9321 (Fx_create_frame, x_create_tip_frame):
9322 Move terminal->reference_count++ just before making the frame
75f1671a 9323 official. Move initialization of image_cache_refcount and
c9e7db78
JD
9324 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
9325
a6fc3b5c
EZ
93262011-11-05 Eli Zaretskii <eliz@gnu.org>
9327
9328 Support MSVC build with newer versions of Visual Studio.
9329 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
9330 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
9331 nt/gmake.defs.
9332
9333 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
9334 which are not supported by MSVC.
9335 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
9336 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
9337 bitfields.
9338 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
9339 types in bitfields.
9340 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
9341
9342 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
9343
58179cce 93442011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
a6fc3b5c
EZ
9345
9346 Support MSVC build with newer versions of Visual Studio.
9347 * w32.c: Don't include w32api.h for MSVC.
9348 (init_environment) [_MSC_VER]: Call sys_access, not _access.
9349
9350 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
9351 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
9352 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
9353 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
9354 e_* cousins.
9355 (alloca) [_MSC_VER]: Define to _alloca.
9356
9357 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
9358
9359 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
9360
a58c13ed
EZ
93612011-11-04 Eli Zaretskii <eliz@gnu.org>
9362
9363 * xdisp.c (note_mouse_highlight): If either of
9364 previous/next-single-property-change returns nil, treat that as
9365 the beginning or the end of the buffer. (Bug#9955)
9366
fe0b6370
JD
93672011-11-04 Jan Djärv <jan.h.d@swipnet.se>
9368
a58c13ed 9369 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
fe0b6370
JD
9370 label is not null (Bug#9951).
9371 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
9372 may be NULL.
9373
89bd5ee1
EZ
93742011-11-04 Eli Zaretskii <eliz@gnu.org>
9375
9376 * window.c (Fwindow_body_size): Mention in the doc string that the
9377 return value is in frame's canonical units. (Bug#9949)
9378
84c3edb9
EZ
93792011-11-03 Eli Zaretskii <eliz@gnu.org>
9380
4e2fb5c7
EZ
9381 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
9382
84c3edb9 9383 * w32fns.c (unwind_create_frame): If needed, free the glyph
3ab15fd6 9384 matrices of the partially constructed frame. (Bug#9943)
2a58bbc1 9385 * xfns.c (unwind_create_frame): Likewise.
84c3edb9 9386
bc17a887
EZ
93872011-11-01 Eli Zaretskii <eliz@gnu.org>
9388
9389 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
9390 Don't stop backward scan on the continuation glyph, even though
9391 its CHARPOS is positive.
6d5eb5b0
SM
9392 (mouse_face_from_buffer_pos, note_mouse_highlight):
9393 Rename cover_string to disp_string.
bc17a887 9394
4ee88440
MR
93952011-11-01 Martin Rudalics <rudalics@gmx.at>
9396
9397 * window.c (temp_output_buffer_show): Don't use
9398 Vtemp_buffer_show_specifiers.
9399 (Vtemp_buffer_show_specifiers): Remove unused variable.
9400
c2ff3c02
EZ
94012011-10-30 Eli Zaretskii <eliz@gnu.org>
9402
9403 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
9404 past the beginning of the current glyph matrix.
9405
58179cce 94062011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
6e56383b
JD
9407
9408 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
9409 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
9410 HAVE_GTK3 (Bug#9869).
b77a6a7f 9411
3b574623
JD
9412 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
9413 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
9414
b77a6a7f
JD
9415 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
9416
9417 * xterm.c: Declare x_handle_net_wm_state to return int.
9418 (handle_one_xevent): Check if we are iconified but don't have
9419 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
9420 (get_current_wm_state): Return non-zero if not hidden,
9421 check for _NET_WM_STATE_HIDDEN (Bug#9893).
9422 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
9423 (x_handle_net_wm_state): Return what get_current_wm_state returns.
9424 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
9425
196e41e4
PE
94262011-10-29 Paul Eggert <eggert@cs.ucla.edu>
9427
9428 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
9429 so that this new function doesn't get optimized away by a
9430 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
9431
021f2e1a
AS
94322011-10-29 Andreas Schwab <schwab@linux-m68k.org>
9433
9434 * frame.h (MOUSE_HL_INFO): Remove excess parens.
9435
8b058d44
EZ
94362011-10-29 Eli Zaretskii <eliz@gnu.org>
9437
9438 Fix the `xbytecode' command.
9439 * .gdbinit (xprintbytestr): New command.
b50a28de 9440 (xwhichsymbols): Rename from `which'; all callers changed.
8b058d44
EZ
9441 (xbytecode): Print the byte-code string as well.
9442
4452fb80
EZ
94432011-10-29 Kim Storm <storm@cua.dk>
9444
8b058d44
EZ
9445 * alloc.c (which_symbols): New function.
9446
21b72067
AS
94472011-10-29 Andreas Schwab <schwab@linux-m68k.org>
9448
9449 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
9450 line. (Bug#9903)
9451
83ed7b5c
GM
94522011-10-29 Glenn Morris <rgm@gnu.org>
9453
9454 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
9455 Not clear what it was for, and it causes various bugs. (Bug#9839)
9456
5a7a728b
EZ
94572011-10-28 Eli Zaretskii <eliz@gnu.org>
9458
9459 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
9460 possible random value that matches one of those tested as
9461 condition to clear the mouse face.
9462
d3d0842f
CY
94632011-10-28 Chong Yidong <cyd@gnu.org>
9464
9465 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
9466
31b39d13
DN
94672011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
9468
9469 * window.c (make_window): Initialize phys_cursor_on_p.
9470
9aba6043
SM
94712011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * lisp.h (struct Lisp_Symbol): Update comments.
9474
c20992f4
JB
94752011-10-28 Juanma Barranquero <lekktu@gmail.com>
9476
9477 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
9478
db4f02f2
EZ
94792011-10-28 Eli Zaretskii <eliz@gnu.org>
9480
9481 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
9482 <oslsachem@gmail.com> for helping to debug this.
9483
9484 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
9485 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
9486 (g_b_init_get_glyph_outline_w): New static variables.
9487 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
9488 (GetGlyphOutlineW_Proc): New typedefs.
9489 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
9aba6043
SM
9490 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
9491 New functions.
9492 (w32font_open_internal, compute_metrics):
9493 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
db4f02f2
EZ
9494 instead of calling the "wide" APIs directly.
9495
9496 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
9497
9498 * w32.h (syms_of_w32font): Add prototype.
9499
87e68db4
JB
95002011-10-27 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
9503 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
9504 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
9505 (Fmove_to_window_line): Doc fix.
9506
435c1d67
CY
95072011-10-27 Chong Yidong <cyd@gnu.org>
9508
9509 * process.c (make_process): Set gnutls_state to NULL.
9510
9511 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
9512 non-NULL, regardless of GNUTLS_INITSTAGE.
9513 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
9514 an error. Set process slots as soon as we allocate them.
9515
9516 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
9517
9c6c6f49
CY
95182011-10-27 Chong Yidong <cyd@gnu.org>
9519
9aba6043
SM
9520 * gnutls.c (emacs_gnutls_deinit): New function.
9521 Deallocate credentials structures as well as calling gnutls_deinit.
9c6c6f49
CY
9522 (Fgnutls_deinit, Fgnutls_boot): Use it.
9523
9524 * process.c (make_process): Initialize GnuTLS credentials to NULL.
9525 (deactivate_process): Call emacs_gnutls_deinit.
9526
657d08d3
JB
95272011-10-27 Juanma Barranquero <lekktu@gmail.com>
9528
9529 * image.c (x_create_x_image_and_pixmap):
9530 * w32.c (sys_rename, w32_delayed_load):
9531 * w32font.c (fill_in_logfont):
9532 * w32reg.c (x_get_string_resource): Silence compiler warnings.
9533
5430d399
JB
95342011-10-26 Juanma Barranquero <lekktu@gmail.com>
9535
9536 * w32fns.c (w32_default_color_map): New function,
9537 extracted from Fw32_default_color_map.
a7ef684b 9538 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
5430d399 9539
fe0055fa
PE
95402011-10-25 Paul Eggert <eggert@cs.ucla.edu>
9541
9542 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
9543
e6346438
SM
95442011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * keyboard.c (test_undefined): New function (bug#9751).
9547 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
9548
e112cc37
ET
95492011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
9550
9551 * sysdep.c (init_sys_modes): Fix the check for the controlling
9552 terminal (Bug#6649).
9553
7b5d6677
EZ
95542011-10-20 Eli Zaretskii <eliz@gnu.org>
9555
9556 * dispextern.h (struct bidi_it): New member next_en_type.
9557
9558 * bidi.c (bidi_line_init): Initialize the next_en_type member.
9559 (bidi_resolve_explicit_1): When next_en_pos is valid for the
9560 current character, check also for next_en_type being WEAK_EN.
9561 (bidi_resolve_weak): Don't enter the expensive loop if the current
9562 position is before next_en_pos. Record the bidi type of the first
9563 non-ET, non-BN character we find, in addition to its position.
9564 (bidi_level_of_next_char): Invalidate next_en_type when
9565 next_en_pos is over-stepped.
9566
7da0b018
PE
95672011-10-20 Paul Eggert <eggert@cs.ucla.edu>
9568
9569 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
9570 * editfns.c: Rewrite current-time-zone so that it invokes
9571 the equivalent of (format-time-string "%Z") to get the time zone name.
9572 This fixes a bug when the time zone name contains characters that
9573 need converting from the system time locale to Emacs internal format.
9574 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
9575 that patch fixed format-time-string to do the conversion, but
9576 I forgot to fix current-time-zone.
9577 (format_time_string): New function, containing most of
9578 what Fformat_time_string used to contain.
9579 (Fformat_time_string): Rewrite in terms of format_time_string.
9580 This doesn't change this function's behavior.
9581 (current-time-zone): Rewrite to use format_time_string.
9582 This fixes the bug reported by Michael Schierl in
9583 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
9584 Jason Rumney's 2007-06-07 change worked around this bug, but
9585 didn't fix it.
9586 * systime.h (tzname, timezone): Remove no-longer-used declarations.
9587
8547b010
EZ
95882011-10-19 Eli Zaretskii <eliz@gnu.org>
9589
9590 * xdisp.c (start_display): If the character at POS is displayed
9591 via a display vector, reset IT->current.dpvec_index to zero.
12b32963
EZ
9592 (try_window_reusing_current_matrix): If a line ends in a display
9593 vector or the next line starts in a display vector, continue
9594 redrawing the window even though the character position of
9595 start_row was reached.
8547b010
EZ
9596 (Bug#9771, part 2)
9597
4e948d15
CY
95982011-10-18 Chong Yidong <cyd@gnu.org>
9599
9600 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
9601 with nobreak-char-display too.
9602
4787455f
EZ
96032011-10-18 Eli Zaretskii <eliz@gnu.org>
9604
9605 Fix part 3 of bug#9771.
9606 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
9607 (bidi_resolve_neutral): Don't enter the expensive loop looking for
9608 non-neutral characters if the current character is a paragraph
9609 separator (a.k.a. Newline). This avoids running the same
9610 expensive loop twice, once when we consume the preceding newline
9611 and the other time when the line actually needs to be displayed.
9612 Avoid the loop when we see neutrals on the base embedding level
9613 following a character whose directionality is the same as the
9614 paragraph's. This avoids running the expensive loop when a line
9615 ends in a long sequence of neutrals, like control characters.
9616 Add assertion against STRONG_AL type. Slightly rearrange code
9617 that determines the type of a neutral given the first non-neutral
9618 that follows it.
9619 (bidi_level_of_next_char): Set next_en_pos to zero when
9620 invalidating its info.
9621
2c91f553
EZ
96222011-10-17 Eli Zaretskii <eliz@gnu.org>
9623
9624 * xdisp.c (push_display_prop): Determine whether to record string
9625 or buffer position by IT->string, not by IT->method. Allow
9626 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
f2ff9e88
EZ
9627 (move_it_vertically_backward): Don't look for character position
9628 immediately after the newline when in a continuation line.
9629 (Bug#9771, part 1)
2c91f553 9630
c7b08b0d
MR
96312011-10-15 Martin Rudalics <rudalics@gmx.at>
9632
9633 * window.c (coordinates_in_window): Rewrite and delabelize
9634 vertical border check. (Bug#5357) (Bug#9618)
9635
6b02f655
SM
96362011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
9639 errors in XSetWindowBorder (bug#9310).
9640
81d40c92
DA
96412011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
9642
9643 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
9644 avoid crash when xmalloc overrun checking is enabled.
9645
d4172c3b
EZ
96462011-10-13 Eli Zaretskii <eliz@gnu.org>
9647
9648 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
9649 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
9650 cursor motion with <left> and <right> arrow keys.
9651
9652 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
9653 some callers set that themselves.
9654
b00eea75
EZ
96552011-10-12 Eli Zaretskii <eliz@gnu.org>
9656
9657 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
9658 display string and the previous row comes from the same string and
9659 is empty. (Bug#9739) (Bug#9738)
9660
8fe012c4
SM
96612011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * doc.c (get_doc_string): Encode file name (bug#9735).
9664
0074aef2
EZ
96652011-10-12 Eli Zaretskii <eliz@gnu.org>
9666
79beb178
EZ
9667 * bidi.c (bidi_level_of_next_char):
9668 * xdisp.c (get_visually_first_element): Remove old incorrect
9669 comments regarding the Unicode Line Separator character.
9670
0074aef2
EZ
9671 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
9672
6e4b3fbe
DA
96732011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
9674
9675 * alloc.c (Fgc_status): Do not access beyond zombies array
9676 boundary if nzombies > MAX_ZOMBIES.
9677 * alloc.c (dump_zombies): Add missing format specifier.
9678
0324f3af
PE
96792011-10-12 Paul Eggert <eggert@cs.ucla.edu>
9680
b5525cac
PE
9681 * xdisp.c (set_cursor_from_row): Simplify conditionals,
9682 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
9683
0324f3af
PE
9684 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
9685 Some packages use them to denote characters with modifiers.
9686
e9b5f888
AS
96872011-10-11 Andreas Schwab <schwab@linux-m68k.org>
9688
9689 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
9690 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
9691 matching a pp-number. Rename parameter var to var1.
9692
127827c0
SM
96932011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
9696
c8fd3bd0
GM
96972011-10-08 Glenn Morris <rgm@gnu.org>
9698
9699 * callint.c (Fcall_interactively): Give a more explicit error for the
9700 'c' case with a non-character input. (Bug#8479)
9701
352ec8ff
EZ
97022011-10-08 Eli Zaretskii <eliz@gnu.org>
9703
03669ccb
EZ
9704 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
9705 lines.
7061c986
EZ
9706 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
9707 lines that are hscrolled on the left.
03669ccb 9708
352ec8ff
EZ
9709 * dispnew.c (buffer_posn_from_coords): Account for a possible
9710 presence of header-line. (Bug#4426)
9711
a66cfb1c
SM
97122011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9713
6b02f655
SM
9714 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
9715 Don't advertise functionality which we discourage or doesn't work.
a66cfb1c 9716
7c5ee88e
PE
97172011-10-07 Paul Eggert <eggert@cs.ucla.edu>
9718
9719 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
9720 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
9721 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
9722 this makes Emacs dump core during garbage collection on rare
9723 occasions. sizeof is obviously inferior to offsetof here, so
9724 stick with offsetof.
9725 (GC_POINTER_ALIGNMENT): New macro.
9726 (mark_memory): Omit 3rd (offset) arg; caller changed.
9727 Don't assume EMACS_INT alignment is the same as pointer alignment.
9728
df1bbe5b
SM
97292011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * keyboard.c (read_key_sequence_remapped): New var.
9732 (read_key_sequence): Compute remapping in the right buffer.
9733 (command_loop_1): Use read_key_sequence's remapping directly.
9734
51553db6
SM
97352011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9736
32c1fffd
SM
9737 * dired.c (file_name_completion): Don't expand file name.
9738 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
9739 before checking file name handler.
9740
51553db6
SM
9741 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
9742 they've been requested explicitly (bug#9591).
9743
b6bd1599 97442011-10-01 Andreas Schwab <schwab@linux-m68k.org>
fa2ec41f
AS
9745
9746 * keymap.c (Fsingle_key_description): Use make_specified_string
9747 instead of build_string to build string from push_key_description.
9748 (Bug#5193)
9749
f701dc2a
PE
97502011-09-30 Paul Eggert <eggert@cs.ucla.edu>
9751
4222c55d
PE
9752 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
9753 This fixes a Y2038 bug on 64-bit hosts.
9754 * buffer.c (reset_buffer):
9755 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
9756 (Fclear_buffer_auto_save_failure):
9757 Use 0, not -1, to represent an unset failure time, since time_t
9758 might not be signed.
9759
f701dc2a
PE
9760 Remove dependency on glibc malloc internals.
9761 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
9762 Move back here from lisp.h, but with their new implementations.
9763 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
9764 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
9765 * charset.c (charset_table_init): New static var.
9766 (syms_of_charset): Use it instead of xmalloc. This removes a
9767 dependency on glibc malloc internals. See Eli Zaretskii's comment in
9768 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
9769 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
9770 Move back to alloc.c.
9771 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
9772 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
9773
9ceebf39
JD
97742011-09-30 Jan Djärv <jan.h.d@swipnet.se>
9775
9776 * nsterm.m (windowDidResize): Call x_set_window_size only when
9777 ns_in_resize is true. Otherwise set pixelwidth/height and
9778 call change_frame_size (Bug#9628).
9779
cb993c58
PE
97802011-09-30 Paul Eggert <eggert@cs.ucla.edu>
9781
3930c88b
PE
9782 Port --enable-checking=all to Fedora 14 x86-64.
9783 * charset.c (syms_of_charset): Also account for glibc malloc's
9784 internal overhead when calculating the initial malloc maximum.
9785
cb993c58
PE
9786 Port --enable-checking=all to Fedora 14 x86.
9787 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
9788 Move to lisp.h.
9789 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
9790 (overrun_check_realloc, overrun_check_free):
9791 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
9792 That way, xmalloc returns a properly-aligned pointer even if
9793 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
9794 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
9795 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
9796 into account when calculating the initial malloc maximum.
9797 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
9798 Move here from alloc.c, so that charset.c can use it too.
9799 Properly align; the old code wasn't right for common 32-bit hosts
9800 when configured with --enable-checking=all.
9801 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
9802 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
9803
31bed486
EZ
98042011-09-29 Eli Zaretskii <eliz@gnu.org>
9805
04c70788 9806 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
31bed486
EZ
9807 use EDOM.
9808
fbcaa2f3
EZ
98092011-09-28 Eli Zaretskii <eliz@gnu.org>
9810
9811 * xdisp.c (compute_display_string_end): If there's no display
9812 string at CHARPOS, return -1.
9813
9814 * bidi.c (bidi_fetch_char): When compute_display_string_end
9815 returns a negative value, treat the character as a normal
9816 character not covered by a display string. (Bug#9624)
9817
a239d4e9
JB
98182011-09-28 Juanma Barranquero <lekktu@gmail.com>
9819
9820 * lread.c (Fread_from_string): Fix typo in docstring.
9821
88652fd5
EZ
98222011-09-27 Eli Zaretskii <eliz@gnu.org>
9823
9824 * xdisp.c (handle_invisible_prop): If invisible text ends on a
9825 newline, reseat the iterator instead of bidi-iterating there one
9826 character at a time. (Bug#9610)
32c1fffd
SM
9827 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
9828 TO_CHARPOS if the bidi iterator is at base embedding level.
88652fd5 9829
ed497dd4
AS
98302011-09-27 Andreas Schwab <schwab@linux-m68k.org>
9831
9832 * lread.c (readevalloop): Use correct code for NBSP.
9833 (read1): Likewise. (Bug#9608)
9834
b2bf61aa
MA
98352011-09-25 Michael Albinus <michael.albinus@gmx.de>
9836
9837 * dbusbind.c (Fdbus_register_signal): When service is not
9838 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
9839
32bbb17c
GM
98402011-09-25 Glenn Morris <rgm@gnu.org>
9841
9842 * buffer.c (truncate-lines): Doc fix.
9843
94e0933e
CY
98442011-09-24 Chong Yidong <cyd@stupidchicken.com>
9845
9846 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
9847 (Fset_window_next_buffers): Doc fix.
9848
cddde921
GM
98492011-09-24 Glenn Morris <rgm@gnu.org>
9850
9851 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
9852
1260aef1
PE
98532011-09-24 Paul Eggert <eggert@cs.ucla.edu>
9854
25b4bfa0
PE
9855 Fix minor problems found by static checking.
9856 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
1260aef1
PE
9857 * indent.c (Fvertical_motion): Fix == vs = typo.
9858
e3cbd34b
EZ
98592011-09-24 Eli Zaretskii <eliz@gnu.org>
9860
a66cfb1c
SM
9861 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
9862 Default value is now t. Doc fix.
6bf7006f 9863
e3cbd34b 9864 * indent.c (Fvertical_motion): Compute and apply the overshoot
32c1fffd 9865 logic when moving up, not only when moving down. Fix the
e3cbd34b 9866 confusing name and values of the it_overshoot_expected variable;
32c1fffd 9867 logic changes accordingly. (Bug#9254) (Bug#9549)
e3cbd34b
EZ
9868
9869 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
9870 CHARPOS is covered by a display string which includes newlines.
9871 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
9872 is covered by a display string with embedded newlines.
9873
a3de0cbd
MA
98742011-09-24 Michael Albinus <michael.albinus@gmx.de>
9875
9876 * dbusbind.c (Fdbus_register_signal): Add match rule to
9877 Vdbus_registered_objects_table. (Bug#9581)
a66cfb1c
SM
9878 (Fdbus_register_method, Vdbus_registered_objects_table):
9879 Fix docstring.
a3de0cbd 9880
b260039d
JM
98812011-09-24 Jim Meyering <meyering@redhat.com>
9882
32c1fffd 9883 do not ignore write error for any output size
b260039d
JM
9884 The previous change was incomplete.
9885 While it makes emacs --batch detect the vast majority of stdout
9886 write failures, errors were still ignored whenever the output size is
9887 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
9888 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
9889 && echo FAIL: ignored write error
9890 FAIL: ignored write error
9891 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
9892 && echo FAIL: ignored write error
9893 FAIL: ignored write error
9894 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
9895
8eca8a7c
AS
98962011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9897
9898 * emacs.c (Fkill_emacs): In noninteractive mode exit
9899 non-successfully if a write error occurred on stdout. (Bug#9574)
9900
3341db62
EZ
99012011-09-21 Eli Zaretskii <eliz@gnu.org>
9902
9903 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
9904 the xassert test.
9905
9906 * dispextern.h (struct it): Update the comment documenting what
9907 can it->OBJECT be.
9908
8c203dbf
EZ
99092011-09-20 Eli Zaretskii <eliz@gnu.org>
9910
9911 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
9912 a display string, extend search for cursor position to end of row.
9913 (find_row_edges): If the row ends in a newline from a display
9914 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
9915 Handle the case of a display string with multiple newlines.
fd317ddf
EZ
9916 (Fcurrent_bidi_paragraph_direction): Fix search for previous
9917 non-empty line. Fixes confusing cursor motion with arrow keys at
9918 the beginning of a line that starts with whitespace.
8c203dbf 9919
a4824228
LMI
99202011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9921
9922 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
9923 (bug#9493).
9924
33ed493b
CY
99252011-09-18 Chong Yidong <cyd@stupidchicken.com>
9926
9927 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
9928 boolean (Bug#9154).
9929
56cd55c8
EZ
99302011-09-18 Eli Zaretskii <eliz@gnu.org>
9931
9932 * xdisp.c (display_line): Record maximum and minimum buffer
9933 positions even if no glyphs were produced (e.g., by a zero-width
9934 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
9935 buffer positions that will be removed from the glyph row because
9936 they don't fit.
c02dcedf
EZ
9937 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
9938 column is beyond frame width: don't subtract 1 "pixel" when
9939 computing width of the stretch.
3e62b7e0
EZ
9940 (reseat_at_next_visible_line_start): Undo the change made on
9941 2011-09-17 that saved paragraph information and restored it after
9942 the call to `reseat'. (Bug#9545)
56cd55c8 9943
5ed99d36 99442011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3390454c
YM
9945
9946 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
9947 and turn window cursor on if cleared (Bug#9415).
9948
5ed99d36 99492011-09-18 Andreas Schwab <schwab@linux-m68k.org>
edb7b4dc
AS
9950
9951 * search.c (boyer_moore): Take unibyte characters from pattern
9952 literally. (Bug#9458)
9953
9bade7b2
EZ
99542011-09-18 Eli Zaretskii <eliz@gnu.org>
9955
9956 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
9957
e5e9d610
PE
99582011-09-18 Paul Eggert <eggert@cs.ucla.edu>
9959
87e4427a
PE
9960 Fix minor problem found by static checking.
9961 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
9962 initialized, to pacify gcc -Wuninitialized.
9963
e5e9d610
PE
9964 * fileio.c: Report proper errno when syscall falls.
9965 (Finsert_file_contents): Save and restore errno,
9966 so that report_file_error outputs the correct diagnostic.
9967 (Fwrite_region) [CLASH_DETECTION]: Likewise.
9968
a1674f0b
EZ
99692011-09-18 Eli Zaretskii <eliz@gnu.org>
9970
9971 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
9972
fbfb6dd4
EZ
99732011-09-17 Eli Zaretskii <eliz@gnu.org>
9974
9975 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
9976 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
9977
bb187662
EZ
99782011-09-17 Eli Zaretskii <eliz@gnu.org>
9979
1137e8b8 9980 * xdisp.c (reseat_at_next_visible_line_start): Keep information
6b02f655 9981 about the current paragraph and restore it after the call to reseat.
1137e8b8
EZ
9982
9983 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
9984 (bidi_find_paragraph_start): Search back for paragraph beginning
9985 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
9986 (bidi_move_to_visually_next): Only trigger paragraph-related
9987 computations when the last character is a newline or at EOB, not
9988 just any NEUTRAL_B. (Bug#9470)
9989
bb187662
EZ
9990 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
9991 truncated lines if point is covered by a display string. (Bug#9524)
9992
2e621251
PE
99932011-09-16 Paul Eggert <eggert@cs.ucla.edu>
9994
9995 * xselect.c: Relax test for outgoing X longs (Bug#9498).
9996 (cons_to_x_long): New function.
9997 (lisp_data_to_selection_data): Use it. Correct the test for
9998 short-versus-long data; it was negated. Break out of vector
9999 loop, for efficiency, when a long datum is discovered.
10000
91a15bc6
SM
100012011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
10004
b41c3a35
EZ
100052011-09-16 Eli Zaretskii <eliz@gnu.org>
10006
10007 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
10008 GCC PR/17406) by declaring this function with external scope.
10009
7812ba2d
PE
100102011-09-15 Paul Eggert <eggert@cs.ucla.edu>
10011
10012 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
10013 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
10014
cf7edc2a
AS
100152011-09-15 Andreas Schwab <schwab@linux-m68k.org>
10016
10017 * editfns.c (Fformat): Correctly handle text properties on "%%".
10018
bd01620e
EZ
100192011-09-15 Eli Zaretskii <eliz@gnu.org>
10020
10021 * xterm.c (x_draw_composite_glyph_string_foreground):
10022 * w32term.c (x_draw_composite_glyph_string_foreground):
10023 * term.c (encode_terminal_code):
10024 * composite.c (composition_update_it, get_composition_id):
10025 * xdisp.c (get_next_display_element)
10026 (fill_composite_glyph_string): Add comments about special meaning
10027 of TAB characters in a composition.
10028
a02719a3
PE
100292011-09-15 Paul Eggert <eggert@cs.ucla.edu>
10030
10031 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
4c122725
PE
10032 This occurs when processing a multibyte format.
10033 Problem reported by Wolfgang Jenker.
a02719a3 10034
72589a3c
JB
100352011-09-15 Johan Bockgård <bojohan@gnu.org>
10036
10037 * xdisp.c (try_cursor_movement): Only check for exact match if
10038 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
10039
1c14176c
PE
100402011-09-14 Paul Eggert <eggert@cs.ucla.edu>
10041
10042 Remove unused external symbols.
10043 * dispextern.h (calc_pixel_width_or_height): Remove decl.
10044 * xdisp.c (calc_pixel_width_or_height): Now static.
10045 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
10046 * indent.c (check_display_width):
10047 * w32term.c: Fix comment to match code.
10048 * xterm.c, xterm.h (x_catching_errors): Remove.
10049
d2eea5b5
PE
100502011-09-14 Paul Eggert <eggert@cs.ucla.edu>
10051
10052 * xselect.c: Use signed conversions more consistently (Bug#9498).
10053 (selection_data_to_lisp_data): Assume incoming selection data are
10054 signed integers, not unsigned. This is to be consistent with
10055 outgoing selection data, which was modified to use signed integers
10056 in as part of the fix to Bug#9196 in response to Jan D.'s comment
10057 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
10058 expects long, not unsigned long.
10059
46888499
EZ
100602011-09-14 Eli Zaretskii <eliz@gnu.org>
10061
10062 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
10063 computation of loop end. Reported by Johan Bockgård
10064 <bojohan@gnu.org>.
10065
ef8ef9fb
CY
100662011-09-13 Chong Yidong <cyd@stupidchicken.com>
10067
10068 * frame.c (Fother_visible_frames_p): Function deleted.
10069
fa819fed
EZ
100702011-09-12 Eli Zaretskii <eliz@gnu.org>
10071
10072 * indent.c (compute_motion): Process display vector front to back
10073 rather than the other way around. (Bug#2496)
10074
2ba8e008
SM
100752011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
10078
20f53c69
CY
100792011-09-11 Chong Yidong <cyd@stupidchicken.com>
10080
10081 * minibuf.c (Fread_from_minibuffer): Doc fix.
10082
d562d7a4
EZ
100832011-09-11 Eli Zaretskii <eliz@gnu.org>
10084
10085 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
10086 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
10087
1c4d7f3d
LMI
100882011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10089
10090 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
10091 value for non-existent files.
10092
b885bf36
EZ
100932011-09-11 Eli Zaretskii <eliz@gnu.org>
10094
10095 * fileio.c (Finsert_file_contents): If the file cannot be opened,
10096 set its "size" to -1. This will set the modtime_size field of
10097 the corresponding buffer to -1, which is what
10098 verify-visited-file-modtime expects for files that do not exist.
10099 (Bug#9139)
10100
6612f0bf
PE
101012011-09-11 Paul Eggert <eggert@cs.ucla.edu>
10102
10103 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
10104 here ...
10105 * lisp.h: ... from here. push_key_description is no longer
10106 defined in keyboard.c, so its declaration should not be in
10107 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
10108 logically belongs with push_key_description.
10109
dfb3f755
PE
101102011-09-10 Paul Eggert <eggert@cs.ucla.edu>
10111
10112 * buffer.h: Include <sys/types.h> instead of <time.h>.
10113 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
10114 Problem reported by Herbert J. Skuhra.
10115
3134906c
LMI
101162011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10117
10118 * xml.c (parse_region): Make the parsing work for
10119 non-comment-starting XML files again (bug#9144).
10120
8d903f4e
AS
101212011-09-10 Andreas Schwab <schwab@linux-m68k.org>
10122
10123 * image.c (gif_load): Fix calculation of bottom and right corner.
10124 (Bug#9468)
10125
80ad64f4
EZ
101262011-09-10 Eli Zaretskii <eliz@gnu.org>
10127
10128 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
10129 redisplay in small windows.
10130
208a048d
EZ
101312011-09-09 Eli Zaretskii <eliz@gnu.org>
10132
10133 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
10134
9b1c252e
MR
101352011-09-08 Martin Rudalics <rudalics@gmx.at>
10136
10137 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
10138 Operate on live windows only.
10139
2949f33b
JB
101402011-09-08 Juanma Barranquero <lekktu@gmail.com>
10141
10142 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
10143
e08dcafd
EZ
101442011-09-07 Eli Zaretskii <eliz@gnu.org>
10145
10146 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
10147 only under bidi iteration.
10148
115b96bd
JD
101492011-09-07 Jan Djärv <jan.h.d@swipnet.se>
10150
10151 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
10152
c8199d0f
PE
101532011-09-06 Paul Eggert <eggert@cs.ucla.edu>
10154
10155 isnan: Fix porting problem to Solaris 10 with bundled gcc.
10156 Without this fix, the command to link temacs failed due to an
10157 undefined symbol __builtin_isnan. This is because
10158 /usr/include/iso/math_c99.h #defines isnan(x) to
10159 __builtin_isnan(x), but the bundled gcc, which identifies itself
10160 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
10161 a __builtin_isnan.
10162 * floatfns.c (isnan): #undef, and then #define to a clone of
10163 what's in data.c.
10164 (Fisnan): Always define, since it's always available now.
10165 (syms_of_floatfns): Always define isnan at the Lisp level.
10166
e39b275c 101672011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1c262cae
PE
10168
10169 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
10170
b2db44d9 101712011-09-06 Paul Eggert <eggert@cs.ucla.edu>
728f8f0a 10172
f4af5137 10173 * fileio.c: Fix bugs with large file offsets (Bug#9428).
728f8f0a
PE
10174 The previous code assumed that file offsets (off_t values) fit in
10175 EMACS_INT variables, which is not true on typical 32-bit hosts.
10176 The code messed up by falsely reporting buffer overflow in cases
10177 such as (insert-file-contents "big" nil 1 2) into an empty buffer
10178 when "big" contains more than 2**29 bytes, even though this
10179 inserts just one byte and does not overflow the buffer.
10180 (Finsert_file_contents): Store file offsets as off_t
10181 values, not as EMACS_INT values. Check for overflow when
10182 converting between EMACS_INT and off_t. When checking for
10183 buffer overflow or for overlap, take the offsets into account.
10184 Don't use EMACS_INT for small values where int suffices.
10185 When checking for overlap, fix a typo: ZV was used where
10186 ZV_BYTE was intended.
10187 (Fwrite_region): Don't assume off_t fits into 'long'.
10188 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
10189
ecfc0a49
MA
101902011-09-05 Michael Albinus <michael.albinus@gmx.de>
10191
10192 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
10193
6511acf2 101942011-09-04 Paul Eggert <eggert@cs.ucla.edu>
61bfeeb7 10195
0999621a 10196 sprintf-related integer and memory overflow issues (Bug#9412).
62f19c19
PE
10197
10198 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
8666506e 10199 (esprintf, exprintf, evxprintf): New functions.
62f19c19 10200 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
6b02f655 10201 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
62f19c19
PE
10202 (modify_event_symbol): Do not assume that the length of
10203 name_alist_or_stem is safe to alloca and fits in int.
10204 (Fexecute_extended_command): Likewise for function name and binding.
10205 (Frecursion_depth): Wrap around reliably on integer overflow.
10206 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
10207 since some callers pass EMACS_INT values.
10208 (Fsingle_key_description): Don't crash if symbol name contains more
10209 than MAX_ALLOCA bytes.
10210 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
10211 (get_minibuffer): Arg is now EMACS_INT, not int.
10212 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
8666506e 10213 (esprintf, exprintf, evxprintf): New decls.
62f19c19
PE
10214 * window.h (command_loop_level, minibuf_level): Reflect API changes.
10215
2be7d702
PE
10216 * dbusbind.c (signature_cat): New function.
10217 (xd_signature, Fdbus_register_signal):
2ea16b89
PE
10218 Do not overrun buffer; instead, report string overflow.
10219
9d1df220
PE
10220 * dispnew.c (add_window_display_history): Don't overrun buffer.
10221 Truncate instead; this is OK since it's just a log.
10222
33ef5c64
PE
10223 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
10224 even if the time zone offset is outlandishly large.
10225 Don't mishandle offset == INT_MIN.
10226
66c6fdd5
PE
10227 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
10228 when creating daemon; the previous buffer-overflow check was incorrect.
10229
d749b01b
PE
10230 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
10231 which has the guts of the old verror function.
10232
b5cd1905
PE
10233 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
10234 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
10235
6e1a67fb
PE
10236 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
10237 (font_unparse_xlfd): Don't blindly alloca long strings.
c21721cc 10238 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
8666506e 10239 fits in int, when using sprintf. Use single snprintf to count
c21721cc
PE
10240 length of string rather than counting it via multiple sprintfs;
10241 that's simpler and more reliable.
c21721cc
PE
10242 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
10243 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
10244 sprintf, in case result does not fit in int.
10245
c57b67fc
PE
10246 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
10247 (fontset_from_font): Print it.
10248
8a401434
PE
10249 * frame.c (tty_frame_count): Now printmax_t, not int.
10250 (make_terminal_frame, set_term_frame_name): Print it.
10251 (x_report_frame_params): In X, window IDs are unsigned long,
10252 not signed long, so print them as unsigned.
10253 (validate_x_resource_name): Check for implausibly long names,
10254 and don't assume name length fits in 'int'.
10255 (x_get_resource_string): Don't blindly alloca invocation name;
10256 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
10257 not fit in int.
10258
6e1a67fb
PE
10259 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
10260 (xg_check_special_colors, xg_set_geometry):
84722b3d
PE
10261 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
10262
0df02bf3
PE
10263 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
10264 Use esprintf, not sprintf, in case result does not fit in int.
10265
48e30793
PE
10266 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
10267 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
10268 it as a large positive number.
10269 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
10270 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
10271
a66ff6d8
PE
10272 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
10273 in case result does not fit in int.
10274
aca216ff
PE
10275 * print.c (float_to_string): Detect width overflow more reliably.
10276 (print_object): Make sprintf buffer a bit bigger, to avoid potential
10277 buffer overrun. Don't assume list length fits in 'int'. Treat
10278 print length of 0 as 0, not as infinity; to be consistent with other
10279 uses of print length in this function. Don't overflow print length
10280 index. Don't assume hash table size fits in 'long', or that
10281 vectorlike size fits in 'unsigned long'.
10282
31c286f7
PE
10283 * process.c (make_process): Use printmax_t, not int, to format
10284 process-name gensyms.
10285
55e5faa1
PE
10286 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
10287
80f2e268
PE
10288 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
10289 to avoid potential buffer overrun.
10290
670741ab
PE
10291 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
10292 if X resource line is longer than 512 bytes.
10293
b7163a50
PE
10294 * xfns.c (x_window): Make sprintf buffer a bit bigger
10295 to avoid potential buffer overrun.
10296
ae58ff1f
PE
10297 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
10298
c43c8a6a
PE
10299 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
10300
3f8236f4
PE
103012011-09-04 Paul Eggert <eggert@cs.ucla.edu>
10302
53e9fe90 10303 Integer overflow fixes for scrolling, etc.
6511acf2
PE
10304 Without these, Emacs silently mishandles large integers sometimes.
10305 For example, "C-u 4294967297 M-x recenter" was treated as if
53e9fe90
PE
10306 it were "C-u 1 M-x recenter" on a typical 64-bit host.
10307
6511acf2
PE
10308 * xdisp.c (try_window_id): Check Emacs fixnum range before
10309 converting to 'int'.
806add1d 10310
6511acf2 10311 * window.c (window_scroll_line_based, Frecenter):
71f02bc5
PE
10312 Check that an Emacs fixnum is in range before assigning it to 'int'.
10313 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
10314 values converted from Emacs fixnums.
10315 (Frecenter): Don't wrap around a line count if it is out of 'int'
10316 range; instead, treat it as an extreme value.
10317 (Fset_window_configuration, compare_window_configurations):
10318 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
10319
6511acf2
PE
10320 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
10321 that can exceed INT_MAX. Check that EMACS_INT value is in range
10322 before assigning it to the (possibly-narrower) index.
a0efffc8
PE
10323 (match_limit): Don't assume that a fixnum can fit in 'int'.
10324
6511acf2 10325 * print.c (print_object): Use ptrdiff_t, not int, for index that can
29ebea3b
PE
10326 exceed INT_MAX.
10327
6511acf2 10328 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
3f8236f4
PE
10329 (Fvertical_motion): Don't wrap around LINES values that don't fit
10330 in 'int'. Instead, treat them as extreme values. This is good
10331 enough for windows, which can't have more than INT_MAX lines anyway.
10332
fcb901a7
LMI
103332011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10334
0f2f6b6d
LMI
10335 * Require libxml/parser.h to avoid compilation warning.
10336
fcb901a7
LMI
10337 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
10338
10339 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
10340 since this reportedly can destroy thread storage.
10341
6e20a0d4
CY
103422011-08-30 Chong Yidong <cyd@stupidchicken.com>
10343
10344 * syntax.c (find_defun_start): Update all cache variables if
10345 exiting early (Bug#9401).
10346
148ae00e
EZ
103472011-08-30 Eli Zaretskii <eliz@gnu.org>
10348
f6cfbd8f
EZ
10349 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
10350
148ae00e
EZ
10351 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
10352 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
10353 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
10354
10355 * term.c (tty_append_glyph): New function.
10356 (produce_stretch_glyph): Static function and its prototype deleted.
10357
a66cfb1c
SM
10358 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
10359 Add prototypes.
148ae00e 10360
c4a07a4c
PE
103612011-08-29 Paul Eggert <eggert@cs.ucla.edu>
10362
10363 * image.c (parse_image_spec): Check for nonnegative, not for positive,
10364 when checking :margin (Bug#9390).
10365 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
a66cfb1c 10366 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
c4a07a4c
PE
10367 so that the name doesn't mislead. All uses changed.
10368
6bc8cd65
JB
103692011-08-28 Johan Bockgård <bojohan@gnu.org>
10370
10371 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
10372 set_tty_hooks.
10373
dca4927e
EZ
103742011-08-27 Eli Zaretskii <eliz@gnu.org>
10375
10376 * xdisp.c (move_it_to): Don't bail out early when reaching
10377 position beyond to_charpos, if we are scanning backwards.
10378 (move_it_vertically_backward): When DY == 0, make sure we get to
10379 the first character in the line after the newline.
10380
f2cad773
PE
103812011-08-27 Paul Eggert <eggert@cs.ucla.edu>
10382
10383 * ccl.c: Improve and simplify overflow checking (Bug#9196).
10384 (ccl_driver): Do not generate an out-of-range pointer.
10385 (Fccl_execute_on_string): Remove unnecessary check for
10386 integer overflow, noted by Stefan Monnier in
10387 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
10388 Remove a FIXME that didn't need fixing.
10389 Simplify the newly-introduced buffer reallocation code.
10390
0cae2cdb
JB
103912011-08-27 Juanma Barranquero <lekktu@gmail.com>
10392
10393 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
10394
5fc295a4 103952011-08-26 Paul Eggert <eggert@cs.ucla.edu>
ddff3151 10396
70c60eb2 10397 Integer and memory overflow issues (Bug#9196).
726e0ab1 10398
d31850da
PE
10399 * doc.c (get_doc_string): Rework so that
10400 get_doc_string_buffer_size is the actual buffer size, rather than
10401 being 1 less than the actual buffer size; this makes xpalloc more
10402 convenient.
10403
a69fbedb
PE
10404 * image.c (x_allocate_bitmap_record, cache_image):
10405 * xselect.c (Fx_register_dnd_atom):
10406 Simplify previous changes by using xpalloc.
10407
fe5c5d37
PE
10408 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
10409 since either will do and ptrdiff_t is convenient with xpalloc.
10410
0065d054
PE
10411 * charset.c (charset_table_size)
10412 (struct charset_sort_data.priority): Now ptrdiff_t.
10413 (charset_compare): Don't overflow if priorities differ greatly.
10414 (Fsort_charsets): Don't assume list length fits in int.
10415 Check for size-calculation overflow when allocating sort data.
10416 (syms_of_charset): Allocate an initial charset table that is
10417 just under 64 KiB, to avoid problems with glibc malloc and mmap.
10418
10419 * cmds.c (internal_self_insert): Check for size-calculation overflow.
10420
10421 * composite.h (struct composition.glyph_len): Now int, not unsigned.
10422 The actual value is always <= INT_MAX, and leaving it unsigned made
10423 overflow checking harder.
10424
10425 * dispextern.h (struct glyph_matrix.rows_allocated)
10426 (struct face_cache.size): Now ptrdiff_t, for convenience in use
10427 with xpalloc. The values are still always <= INT_MAX.
10428
10429 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
10430
10431 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
10432 (SAFE_NALLOCA): New macro.
10433
10434 * region-cache.c (struct boundary.pos, find_cache_boundary)
10435 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
10436 (set_cache_region, invalidate_region_cache)
10437 (revalidate_region_cache, know_region_cache, region_cache_forward)
10438 (region_cache_backward, pp_cache):
10439 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
10440 so that ptrdiff_t * can be passed to xpalloc.
10441 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
10442 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
10443 (pp_cache): Don't assume cache_len fits in int.
10444 * region-cache.h: Adjust extern decls to match.
10445
10446 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
10447 EMACS_INT, since either will do, for xpalloc.
10448
10449 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
10450 (xnmalloc, xnrealloc, xpalloc): New functions.
10451
726e0ab1
PE
10452 * bidi.c (bidi_shelve_header_size): New constant.
10453 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
10454 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
10455
51f30bc5 10456 * bidi.c (bidi_cache_shrink):
726e0ab1
PE
10457 * buffer.c (overlays_at, overlays_in, record_overlay_string)
10458 (overlay_strings):
10459 Don't update size of array until after memory allocation succeeds,
10460 because xmalloc/xrealloc may not return.
0065d054
PE
10461 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
10462 now that we have proper integer overflow checking.
10463 (record_overlay_string, overlay_strings): Catch overflows when
10464 calculating size of overlay_str_buf.
726e0ab1 10465
0065d054
PE
10466 * callproc.c (Fcall_process): Check for size overflow when
10467 calculating size of args2.
10468 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
10469 Normally we prefer signed values, but sticking with ptrdiff_t would
10470 require adding more-complicated checks.
726e0ab1
PE
10471
10472 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
10473 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
10474 Redo buffer-overflow calculations to avoid integer overflow.
0065d054 10475 Add a FIXME comment where memory seems to be over-allocated.
726e0ab1
PE
10476
10477 * character.c (Fstring): Check for size-calculation overflow.
10478
10479 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
10480 unnecessary integer overflow. Check for size overflow.
10481 (encode_coding_object): Don't update size until xmalloc succeeds.
10482
10483 * composite.c (get_composition_id): Check for overflow in glyph
10484 length calculations.
10485
10486 Integer and memory overflow fixes for display code.
10487 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
10488 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
10489 (scrolling_window): Check for overflow in size calculations.
10490 (line_draw_cost, realloc_glyph_pool, add_row_entry):
10491 Don't assume glyph table len fits in int.
10492 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
10493 (row_table_size): Now ptrdiff_t, not int.
10494 (scrolling_window): Avoid overflow in size calculations.
10495 Don't update size until allocation succeeds.
10496 * fns.c (concat): Check for overflow in size calculations.
10497 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
10498 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
10499 (NEXT_ALMOST_PRIME_LIMIT): New constant.
10500
10501 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
10502 (get_doc_string): Check for size calculation overflow.
10503 Don't update size until allocation succeeds.
10504 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
10505 EMACS_INT, where ptrdiff_t will do.
10506 (Fsubstitute_command_keys): Check for string overflow.
10507
10508 * editfns.c (set_time_zone_rule): Don't assume environment length
10509 fits in int.
10510 (message_length): Now ptrdiff_t, not int.
10511 (Fmessage_box): Don't update size until allocation succeeds.
10512 Don't assume message length fits in int.
10513 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
10514
0065d054
PE
10515 * emacs.c (main): Do not reallocate argv, since there is a null at
10516 the end that can be overwritten, and this way there's no need to
10517 worry about size-calculation overflow.
10518 (sort_args): Check for size-calculation overflow.
726e0ab1
PE
10519
10520 * eval.c (init_eval_once, grow_specpdl): Don't update size until
10521 alloc succeeds.
10522 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
10523
10524 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
10525 (x_set_scroll_bar_width, x_figure_window_size):
10526 Check for integer overflow.
10527 (x_set_alpha): Do not assume XINT fits in int.
10528
10529 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
10530 This is for the members text_lines, text_cols, total_lines, total_cols,
10531 where the system imposes an 'int' limit.
10532
10533 * fringe.c (Fdefine_fringe_bitmap):
10534 Don't update size until alloc works.
10535
10536 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
10537 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
10538
10539 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
10540 Check for size-calculation overflow.
10541 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
10542 do, as we prefer signed integers.
10543 (id_to_widget.max_size, id_to_widget.used)
10544 (xg_store_widget_in_map, xg_remove_widget_from_map)
10545 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
10546 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
10547 Use and return ptrdiff_t, not int.
10548 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
10549 * gtkutil.h: Change prototypes to match the above.
10550
10551 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
10552 are duplicate now that they've been promoted to lisp.h.
10553 (x_allocate_bitmap_record, x_alloc_image_color)
10554 (make_image_cache, cache_image, xpm_load):
10555 Don't update size until alloc is done.
10556 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
10557 (x_detect_edges):
3256efce 10558 Check for size calculation overflow.
726e0ab1
PE
10559 (ct_colors_allocated_max): New constant.
10560 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
10561 overflow.
3256efce 10562
726e0ab1
PE
10563 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
10564 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
10565 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
10566 Use ptrdiff_t, not int, to count maps.
10567 (read_char_minibuf_menu_prompt): Check for overflow in size
a66cfb1c
SM
10568 calculations. Don't update size until allocation succeeds.
10569 Redo calculations to avoid overflow.
726e0ab1
PE
10570 * keyboard.h: Change prototypes to match the above.
10571
10572 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
10573 to count maps.
10574 (current_minor_maps): Check for size calculation overflow.
10575 * keymap.h: Change prototypes to match the above.
10576
10577 * lread.c (read1, init_obarray): Don't update size until alloc done.
10578
10579 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
10580 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
10581
726e0ab1
PE
10582 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
10583 Now ptrdiff_t, not int.
10584 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
10585 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
10586
10587 * process.c (Fnetwork_interface_list): Check for overflow
10588 in size calculation.
10589
10590 * region-cache.c (move_cache_gap): Check for size calculation overflow.
10591
10592 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
10593 overflow. Don't bother calling xmalloc when xrealloc will do.
10594
10595 * search.c (Freplace_match): Check for size calculation overflow.
10596 (Fset_match_data): Don't assume list lengths fit in 'int'.
10597
10598 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
10599 for command line length. Do not attempt to address one before the
10600 beginning of an array, as that's not portable.
10601
10602 * term.c (max_frame_lines): Remove; unused.
10603 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
10604 not int.
10605 (encode_terminal_code, calculate_costs): Check for size
10606 calculation overflow.
10607 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
10608 table lengths and related sizes. Don't update size until alloc
10609 done. Redo calculations to avoid overflow.
10610 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
10611
10612 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
10613 subtracting pointers.
10614 (gobble_line): Check for overflow more carefully. Don't update size
10615 until alloc done.
10616
10617 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
10618 Don't update size until alloc done.
10619 Redo size calculations to avoid overflow.
10620 Check for size calculation overflow.
0065d054 10621 (main) [DEBUG]: Fix typo in invoking tparam1.
726e0ab1
PE
10622
10623 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
10624 Use ptrdiff_t, not int, for sizes.
10625 (store_mode_line_noprop_char): Don't update size until alloc done.
10626
0065d054
PE
10627 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
10628 Use ptrdiff_t, not int, for sizes.
10629 (Finternal_make_lisp_face, cache_face):
10630 Check for size calculation overflow.
10631 (cache_face): Treat size calculation overflows as if they were
10632 memory exhaustion (the usual treatment), rather than aborting.
726e0ab1
PE
10633
10634 * xfns.c (x_encode_text, x_set_name_internal)
10635 (Fx_change_window_property): Use ptrdiff_t, not int, to count
10636 sizes, since they can exceed INT_MAX in size. Check for size
10637 calculation overflow.
10638
0065d054
PE
10639 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
10640 (xg_select): Check for size calculation overflow.
726e0ab1
PE
10641 Don't update size until alloc done.
10642
0065d054 10643 * xrdb.c (get_environ_db): Don't assume path length fits in int,
726e0ab1 10644 as sprintf is limited to int lengths.
1d526e2f 10645
252c5ee1
PE
10646 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
10647 (X_LONG_MIN): New macros.
864d7ce7
PE
10648 Use them to make the following changes clearer.
10649 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
10650 This change doesn't affect the value now, but it may help remind
10651 future maintainers not to raise the value too much later.
10652 (SELECTION_QUANTUM): Remove, replacing with ...
10653 (selection_quantum): ... new function, which avoids overflow.
10654 All uses changed.
10655 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
10656 assumption that selection length fits in 'int'.
10657 (x_reply_selection_request, x_handle_selection_request)
10658 (x_get_window_property, receive_incremental_selection)
10659 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
10660 (lisp_data_to_selection_data, clean_local_selection_data):
10661 Use ptrdiff_t, not int, to record length of selection.
10662 (x_reply_selection_request, x_get_window_property)
10663 (receive_incremental_selection, x_property_data_to_lisp):
10664 Redo calculations to avoid overflow.
10665 (x_reply_selection_request): When sending hint, ceiling it at
252c5ee1 10666 X_LONG_MAX rather than relying on wraparound overflow to send
864d7ce7
PE
10667 something.
10668 (x_get_window_property, receive_incremental_selection)
10669 (lisp_data_to_selection_data, x_property_data_to_lisp):
10670 Check for size-calculation overflow.
10671 (x_get_window_property, receive_incremental_selection)
10672 (lisp_data_to_selection_data, Fx_register_dnd_atom):
10673 Don't store size until memory allocation succeeds.
10674 (x_get_window_property): Plug memory leak on memory exhaustion.
10675 Don't double-block input; malloc is safe here. Don't assume 2**34
10676 - 4 fits in unsigned long. Add an xassert to check
10677 XGetWindowProperty overflow. Be more careful about overflow
10678 calculations, and distinguish size from memory overflow better.
10679 (receive_incremental_selection): When tracing, don't assume
10680 unsigned int is less than INT_MAX.
10681 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
10682 harmful) conversions of unsigned short to int.
10683 (lisp_data_to_selection_data): Don't assume that integers
10684 in the range -65535 through -1 fit in an X unsigned short.
10685 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
10686 result parameters unless successful. Rely on cons_to_unsigned
10687 to report problems with elements; the old code wasn't right anyway.
10688 (x_check_property_data): Check for int overflow; we cannot use
10689 a wider type due to X limits.
10690 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
10691
726e0ab1 10692 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
34db673b 10693
0065d054
PE
10694 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
10695 (x_term_init): Check for size calculation overflow.
726e0ab1
PE
10696 (x_color_cells): Don't store size until memory allocation succeeds.
10697 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
0065d054 10698 Don't assume alloca size is less than MAX_ALLOCA.
726e0ab1
PE
10699 (x_term_init): Don't assume length fits in int (sprintf is limited
10700 to int size).
bc18e09d 10701
ebfa62c0
PE
10702 Use ptrdiff_t for composition IDs.
10703 * character.c (lisp_string_width):
10704 * composite.c (composition_table_size, n_compositions)
10705 (get_composition_id, composition_gstring_from_id):
10706 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
10707 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
10708 * window.c (Frecenter):
10709 Use ptrdiff_t, not int, for composition IDs.
10710 * composite.c (get_composition_id): Check for integer overflow.
10711 * composite.h: Adjust prototypes to match the above changes.
10712
d3411f89
PE
10713 Use ptrdiff_t for hash table indexes.
10714 * category.c (hash_get_category_set):
10715 * ccl.c (ccl_driver):
10716 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
10717 * coding.c (coding_system_charset_list, detect_coding_system):
10718 * coding.h (struct coding_system.id):
10719 * composite.c (get_composition_id, gstring_lookup_cache):
10720 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
10721 * image.c (xpm_get_color_table_h):
10722 * lisp.h (hash_lookup, hash_put):
10723 * minibuf.c (Ftest_completion):
10724 Use ptrdiff_t for hash table indexes, not int (which is too
10725 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
10726 32-bit --with-wide-int hosts).
10727
e097a6fa
PE
10728 * charset.c (Fdefine_charset_internal): Check for integer overflow.
10729 Add a FIXME comment about memory leaks.
10730 (syms_of_charset): Don't assume xmalloc returns.
10731
5637687f
PE
10732 Don't assume that stated character widths fit in int.
10733 * character.c (Fchar_width, c_string_width, lisp_string_width):
10734 * character.h (CHAR_WIDTH):
10735 * indent.c (MULTIBYTE_BYTES_WIDTH):
10736 Use sanitize_char_width to avoid undefined and/or bad behavior
10737 with outlandish widths.
a66cfb1c 10738 * character.h (sanitize_tab_width): Rename from sanitize_width,
5637687f
PE
10739 now that we have two such functions. All uses changed.
10740 (sanitize_char_width): New inline function.
10741
a2271ba2
PE
10742 Don't assume that tab-width fits in int.
10743 * character.h (sanitize_width): New inline function.
10744 (SANE_TAB_WIDTH): New macro.
10745 (ASCII_CHAR_WIDTH): Use it.
10746 * indent.c (sane_tab_width): Remove. All uses replaced by
10747 SANE_TAB_WIDTH (current_buffer).
10748 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
10749
18c52557
PE
10750 * fileio.c: Integer overflow issues with file modes.
10751 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
10752
caeeedc1
PE
10753 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
10754 Remove unreachable code.
10755 (read_hex, load_charset_map_from_file): Check for integer overflow.
10756
6df6ae42 10757 * xterm.c: Don't go over XClientMessageEvent limit.
50849c52
PE
10758 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
10759 (x_send_scroll_bar_event): Likewise. Check that the size does not
10760 exceed limits imposed by XClientMessageEvent, as well as the usual
10761 ptrdiff_t and size_t limits.
10762
b13995db
PE
10763 * keyboard.c: Overflow, signedness and related fixes.
10764 (make_lispy_movement): Use same integer type in forward decl
10765 that is used in the definition.
10766 (read_key_sequence, keyremap_step):
10767 Change bufsize argument back to int, undoing my 2011-03-30 change.
10768 We prefer signed types, and int is wide enough here.
10769 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
10770 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
10771 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
10772 length, not size_t. Use ptrdiff_t for index, not int.
10773 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
10774 possibility of integer overflow.
10775
13464394
PE
10776 Overflow, signedness and related fixes for images.
10777
10778 * dispextern.h (struct it.stack[0].u.image.image_id)
10779 (struct_it.image_id, struct image.id, struct image_cache.size)
10780 (struct image_cache.used, struct image_cache.ref_count):
10781 * gtkutil.c (update_frame_tool_bar):
10782 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
10783 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
10784 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
10785 * nsmenu.m (update_frame_tool_bar):
10786 * xdisp.c (calc_pixel_width_or_height):
10787 * xfns.c (image_cache_refcount):
10788 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
10789 on typical 64-bit hosts.
10790
10791 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
10792 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
10793 Omit unnecessary casts to int.
10794 (parse_image_spec): Check that integers fall into 'int' range
10795 when the callers expect that.
10796 (image_ascent): Redo ascent calculation to avoid int overflow.
10797 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
10798 (lookup_image): Remove unnecessary tests.
10799 (xbm_image_p): Locals are now of int, not EMACS_INT,
10800 since parse_image_check makes sure they fit into int.
10801 (png_load, gif_load, svg_load_image):
10802 Prefer int to unsigned where either will do.
10803 (tiff_handler): New function, combining the cores of the
a66cfb1c
SM
10804 old tiff_error_handler and tiff_warning_handler.
10805 This function is rewritten to use vsnprintf and thereby avoid
13464394
PE
10806 stack buffer overflows. It uses only the features of vsnprintf
10807 that are common to both POSIX and native Microsoft.
10808 (tiff_error_handler, tiff_warning_handler): Use it.
10809 (tiff_load, gif_load, imagemagick_load_image):
10810 Don't assume :index value fits in 'int'.
10811 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
10812 (imagemagick_load_image): Check that crop parameters fit into
10813 the integer types that MagickCropImage accepts. Don't assume
10814 Vimagemagick_render_type has a nonnegative value. Don't assume
10815 size_t fits in 'long'.
10816 (gs_load): Use printmax_t to print the widest integers possible.
10817 Check for integer overflow when computing image height and width.
10818
c11821d4
EZ
108192011-08-26 Eli Zaretskii <eliz@gnu.org>
10820
10821 * xdisp.c (redisplay_window): Don't force window start if point
10822 will be invisible in the resulting window. (Bug#9324)
10823
0c95fcf7
EZ
108242011-08-25 Eli Zaretskii <eliz@gnu.org>
10825
10826 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
10827 the display spec is of the form `(space ...)'.
10828 (handle_display_spec): Return the value returned by
10829 handle_single_display_spec, not just 1 or zero.
10830 (handle_single_display_spec): If the display spec is of the form
10831 `(space ...)', and specifies display in the text area, return 2
10832 rather than 1.
fee65a97 10833 (try_cursor_movement): Check for the need to scroll more
a66cfb1c
SM
10834 accurately, and prefer exact match for point under bidi.
10835 Don't advance `row' beyond the last row of the window.
0c95fcf7
EZ
10836
10837 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
10838 into disp_prop; all users changed.
10839
10840 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
10841 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
10842 for the text covered by the display property.
10843
e4ed06f1
CY
108442011-08-25 Chong Yidong <cyd@stupidchicken.com>
10845
10846 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
10847 Change return value to nil.
10848 (Frecord_buffer): Delete unused function.
10849
f67cdd7f
EZ
108502011-08-24 Eli Zaretskii <eliz@gnu.org>
10851
5980d4c6
EZ
10852 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
10853 buffers, return left-to-right.
8610fe8b
EZ
10854 (set_cursor_from_row): Consider candidate row a win if its glyph
10855 represents a newline and point is on that newline. Fixes cursor
10856 positioning on the newline at EOL of R2L text within L2R
10857 paragraph, and vice versa.
10858 (try_cursor_movement): Check continued rows, in addition to
10859 continuation rows. Fixes unwarranted scroll when point enters a
10860 continued line of R2L text within an L2R paragraph, or vice versa.
10861 (cursor_row_p): Consider the case of point being equal to
10862 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
10863 from the end of a short line to the beginning of a continued line
10864 of R2L text within L2R paragraph.
10865 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
10866 composed characters.
5980d4c6 10867
f67cdd7f
EZ
10868 * bidi.c (bidi_check_type): Use xassert.
10869 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
10870 members.
10871
bca633fb
EZ
108722011-08-23 Eli Zaretskii <eliz@gnu.org>
10873
10874 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
10875 a character.
10876
4a5885a7
CY
108772011-08-23 Chong Yidong <cyd@stupidchicken.com>
10878
10879 * nsfont.m (ns_otf_to_script): Fix typo.
10880
0902a04e
KH
108812011-08-22 Kenichi Handa <handa@m17n.org>
10882
10883 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
10884 extra slot even if the purpose is char-code-property-table.
10885
1a2e6670
EZ
108862011-08-23 Eli Zaretskii <eliz@gnu.org>
10887
8ddde651
EZ
10888 * xdisp.c (redisplay_window): When computing centering_position,
10889 account for the height of the header line. (Bug#8874)
10890
425cc014
EZ
10891 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
10892 instead of CHAR_TO_BYTE. Fixes a crash when a completion
10893 candidate is selected by the mouse, and that candidate has a
10894 composed character under the mouse.
10895
1a2e6670
EZ
10896 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
10897 coordinates reported by pos-visible-in-window-p for a composed
10898 character in column zero.
10899
8b76d6f8
SM
109002011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
10903
dac347dd
EZ
109042011-08-22 Eli Zaretskii <eliz@gnu.org>
10905
10906 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
10907 consider it a hit if to_charpos is anywhere in the range of the
10908 composed buffer positions.
10909
e013fb34
CY
109102011-08-22 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * image.c (gif_load): Don't assume that each subimage has the same
10913 dimensions as the base image. Handle disposal method that is
10914 "undefined" by the gif spec (Bug#9335).
10915
bd1ba3e8
CY
109162011-08-20 Chong Yidong <cyd@stupidchicken.com>
10917
10918 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
024a2d76 10919 (Fcondition_case): Document `debug' symbol in error handler.
bd1ba3e8 10920
54a1215b
EZ
109212011-08-19 Eli Zaretskii <eliz@gnu.org>
10922
823564e5
EZ
10923 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
10924 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
10925 from an Org mode buffer to a Speedbar frame.
10926
54a1215b
EZ
10927 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
10928 a composition, take its buffer position from IT->cmp_it.charpos.
10929 Fixes cursor positioning at the beginning of a line that begins
10930 with a composed character.
10931
9778ebcc
EZ
109322011-08-18 Eli Zaretskii <eliz@gnu.org>
10933
0be6ee06
EZ
10934 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
10935 character bidirectional type, use STRONG_L instead. Fixes crashes
10936 in a buffer produced by `describe-categories'.
10937
9778ebcc
EZ
10938 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
10939 members before the level stack, so they would be saved and
10940 restored when copying iterator state. Fixes incorrect reordering
10941 around TABs covered by display properties.
10942
156bffbe
AS
109432011-08-18 Andreas Schwab <schwab@linux-m68k.org>
10944
6b02f655 10945 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
156bffbe 10946
72ad093b
CY
109472011-08-17 Chong Yidong <cyd@stupidchicken.com>
10948
10949 * eval.c (internal_condition_case, internal_condition_case_1)
8b76d6f8
SM
10950 (internal_condition_case_2, internal_condition_case_n):
10951 Remove unnecessary aborts (Bug#9081).
72ad093b 10952
35774242
EZ
109532011-08-17 Eli Zaretskii <eliz@gnu.org>
10954
10955 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
10956 has no `load' handler, try opening the file locally. (Bug#9311)
10957
db76dd85
KB
109582011-08-16 Ken Brown <kbrown@cornell.edu>
10959
10960 * gmalloc.c: Expand comment.
10961
b215eee5
EZ
109622011-08-16 Eli Zaretskii <eliz@gnu.org>
10963
10964 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
10965 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
10966
a4579d33
KB
109672011-08-16 Ken Brown <kbrown@cornell.edu>
10968
10969 Fix memory allocation problems in Cygwin build (Bug#9273).
10970
10971 * unexcw.c ( __malloc_initialized): Declare external variable.
10972 (fixup_executable): Force the dumped emacs to reinitialize malloc.
10973
8b76d6f8
SM
10974 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
10975 New variables.
a4579d33
KB
10976 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
10977 dumped emacs.
10978 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
10979 in the static heap.
10980 [CYGWIN] (special_realloc): New function.
10981 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
10982 requests to realloc storage in the static heap.
10983
3ebec551
PE
109842011-08-15 Paul Eggert <eggert@cs.ucla.edu>
10985
10986 * bidi.c (bidi_initialize): Remove unused local.
10987
9fd8be00
EZ
109882011-08-15 Eli Zaretskii <eliz@gnu.org>
10989
6b02f655
SM
10990 * bidimirror.h:
10991 * biditype.h: Remove file.
10992 * makefile.w32-in ($(BLD)/bidi.$(O)):
10993 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
474a8465
EZ
10994
10995 * dispextern.h: Fix a typo in the comment to bidi_type_t.
10996
10997 * chartab.c: Improve commentary for the uniprop_table API.
10998
32413314
EZ
10999 * bidi.c (bidi_paragraph_init): Support zero value of
11000 bidi_ignore_explicit_marks_for_paragraph_level.
474a8465
EZ
11001 (bidi_initialize): Use uniprop_table instead of including
11002 biditype.h and bidimirror.h.
32413314 11003
9fd8be00
EZ
11004 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
11005 coordinates of the iterator when restoring from ppos_it.
11006 (Bug#9296)
11007
5cf2b69b
KH
110082011-08-14 Kenichi Handa <handa@m17n.org>
11009
11010 * process.c (create_process): Call setup_process_coding_systems
72ad093b 11011 after the pid of the process is set to -1 (Bug#8162).
5cf2b69b 11012
daf17d00
EZ
110132011-08-14 Eli Zaretskii <eliz@gnu.org>
11014
11015 * xdisp.c (move_it_in_display_line_to): Don't invoke
11016 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
11017 ppos_it. Fixes vertical cursor motion when line beginning is
11018 covered by an image. (Bug#9296)
11019
08e3161a
JD
110202011-08-14 Jan Djärv <jan.h.d@swipnet.se>
11021
11022 * nsterm.h (ns_run_ascript): Declare.
11023 (NSAPP_DATA2_RUNASSCRIPT): Define.
11024
11025 * nsfns.m (as_script, as_result, as_status): New static variables.
11026 (ns_run_ascript): New function.
5e617bc2 11027 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
08e3161a
JD
11028 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
11029 the event loop. Get status from as_status (Bug#7276).
11030
11031 * nsterm.m (sendEvent): If event is NSApplicationDefined and
11032 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
11033 the event loop (Bug#7276).
11034
a3720aa2
AS
110352011-08-14 Andreas Schwab <schwab@linux-m68k.org>
11036
11037 * gnutls.c (QCgnutls_bootprop_priority)
11038 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
11039 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
11040 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
11041 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
11042 (QCgnutls_bootprop_verify_hostname_error)
11043 (QCgnutls_bootprop_callbacks_verify): Rename from
11044 Qgnutls_bootprop_..., all uses changed.
11045
11046 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
11047 uses changed.
11048
0a0d27fb
PE
110492011-08-14 Paul Eggert <eggert@cs.ucla.edu>
11050
19d5c50c
PE
11051 * xfaces.c (Qframe_set_background_mode): Now static.
11052 * dispextern.h (Qframe_set_background_mode): Remove decl.
11053
0a0d27fb
PE
11054 * process.c (Fnetwork_interface_info): Declare local only if needed.
11055
377538cb
JD
110562011-08-13 Jan Djärv <jan.h.d@swipnet.se>
11057
11058 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
11059 (Fnetwork_interface_list): Allocate in increments of bytes instead
11060 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
11061 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
11062 sockaddr.
11063 (struct ifflag_def): notrailers is smart on OSX.
11064 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
11065 Get hardware address with getifaddrs if available.
11066
08fff70c
EZ
110672011-08-12 Eli Zaretskii <eliz@gnu.org>
11068
11069 * xdisp.c (iterate_out_of_display_property): xassert that
11070 IT->position is set to within IT->object's boundaries. Break from
11071 the loop as soon as EOB is reached; avoids infloops in redisplay
8b76d6f8
SM
11072 when IT->position is set up wrongly due to some bug.
11073 Set IT->current to match the bidi iterator unconditionally.
08fff70c
EZ
11074 (push_display_prop): Allow GET_FROM_STRING as IT->method on
11075 entry. Force push_it to save on the stack the current
11076 buffer/string position, to be restored by pop_it. Fix flags in
11077 the iterator structure wrt the object coming from a display
11078 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
11079 properties. (Bug#9284)
11080
7be1c708 110812011-08-09 Andreas Schwab <schwab@linux-m68k.org>
aac0c6e3 11082
7be1c708
CY
11083 * fontset.c (fontset_get_font_group): Add proper type checks.
11084 (Bug#9172)
aac0c6e3 11085
7be1c708 110862011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 11087
7be1c708
CY
11088 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
11089 and LC_VERSION_MIN_MACOSX.
11090 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
11091 (dump_it) [LC_FUNCTION_STARTS]: Use it.
aac0c6e3 11092
97bb72a6
EZ
110932011-08-08 Eli Zaretskii <eliz@gnu.org>
11094
11095 * xdisp.c (forward_to_next_line_start): Allow to use the
8b76d6f8
SM
11096 no-display-properties-and-no-overlays under bidi display.
11097 Set disp_pos in the bidi iterator to avoid searches for display
757664a4 11098 properties and overlays.
97bb72a6 11099
d5617611
CY
111002011-08-08 Chong Yidong <cyd@stupidchicken.com>
11101
37e11a63
CY
11102 * editfns.c (Fset_time_zone_rule): Document relationship with the
11103 setenv function.
11104
d5617611
CY
11105 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
11106 the font entity extracted from the cache (Bug#8109).
11107
58872834
CY
111082011-08-07 Chong Yidong <cyd@stupidchicken.com>
11109
11110 * composite.c (autocmp_chars): Don't reset point. That is done by
11111 restore_point_unwind (Bug#5984).
11112
75bfc667
JL
111132011-08-07 Juri Linkov <juri@jurta.org>
11114
11115 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
11116 to show the arg `TIME' instead of `TIMEVAL'.
11117
d1410150
EZ
111182011-08-06 Eli Zaretskii <eliz@gnu.org>
11119
11120 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
11121 display property strides EOL and includes a newline, as in
11122 longlines-mode. (Bug#9254)
75b771e4
EZ
11123 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
11124 word-wrap under bidirectional display. (Bug#9224)
d1410150
EZ
11125
11126 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
11127 is non-zero, even if the data buffer is NULL. Fixes a crash in
11128 vertical-motion with longlines-mode. (Bug#9254)
11129
35928349
EZ
111302011-08-05 Eli Zaretskii <eliz@gnu.org>
11131
ec7cc85b
EZ
11132 * bidi.c <bidi_cache_total_alloc>: Now static.
11133 (bidi_initialize): Initialize bidi_cache_total_alloc.
11134
8b76d6f8 11135 * xdisp.c (display_line): Release buffer allocated for shelved bidi
35928349
EZ
11136 cache. (Bug#9221)
11137
11138 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
11139 amount allocated this far in `bidi_cache_total_alloc'.
11140 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
11141 non-zero, only free the data buffer without restoring the cache
11142 contents. All callers changed.
11143
11144 * dispextern.h (bidi_unshelve_cache): Update prototype.
11145
11146 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
11147 (move_it_in_display_line, move_it_to)
11148 (move_it_vertically_backward, move_it_by_lines): Replace the call
11149 to xfree to an equivalent call to bidi_unshelve_cache.
11150 (move_it_in_display_line_to): Fix logic of returning
412b6358 11151 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
35928349 11152
e2e2423b
EZ
111532011-08-05 Eli Zaretskii <eliz@gnu.org>
11154
11155 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
11156 came from a string character with a `cursor' property. (Bug#9229)
11157
ae9e757a
JD
111582011-08-04 Jan Djärv <jan.h.d@swipnet.se>
11159
11160 * Makefile.in (LIB_PTHREAD): New variable.
11161 (LIBES): Add LIB_PTHREAD (Bug#9216).
11162
11163 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
11164 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
11165
213bd7f2
AS
111662011-08-04 Andreas Schwab <schwab@linux-m68k.org>
11167
6b02f655 11168 * regex.c (re_iswctype): Remove some redundant boolean conversions.
213bd7f2 11169
99aaf75f
JD
111702011-08-04 Jan Djärv <jan.h.d@swipnet.se>
11171
11172 * xterm.c (x_find_topmost_parent): New function.
11173 (x_set_frame_alpha): Find topmost parent window with
11174 x_find_topmost_parent and set the property there also (bug#9181).
11175 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
11176
c74e9d86
PE
111772011-08-04 Paul Eggert <eggert@cs.ucla.edu>
11178
11179 * callproc.c (Fcall_process): Avoid vfork clobbering
11180 the local vars buffer, coding_systems, current_dir.
11181
640c8776
SM
111822011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11183
11184 * keymap.c (Fmake_composed_keymap): Move to subr.el.
11185
f26d0e4c
PE
111862011-08-03 Paul Eggert <eggert@cs.ucla.edu>
11187
8a10d76c
PE
11188 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
11189 so that it is not optimized away.
11190
f26d0e4c
PE
11191 * xdisp.c (compute_display_string_pos): Remove unused local.
11192
55439c61
EZ
111932011-08-02 Eli Zaretskii <eliz@gnu.org>
11194
11195 Fix slow cursor motion and scrolling in large buffers with
11196 selective display, like Org Mode buffers. (Bug#9218)
11197
11198 * dispextern.h (struct bidi_it): New member disp_prop_p.
11199
11200 * xdisp.c: Remove one-slot cache of display string positions.
11201 (compute_display_string_pos): Accept an additional argument
5e617bc2 11202 DISP_PROP_P; callers changed. Scan at most 5K characters forward
55439c61
EZ
11203 for a display string or property. If found, set DISP_PROP_P
11204 non-zero.
11205
11206 * bidi.c (bidi_fetch_char): Accept an additional argument
640c8776
SM
11207 DISP_PROP_P, and pass it to compute_display_string_pos.
11208 Only handle text covered by a display string if DISP_PROP_P is returned
55439c61
EZ
11209 non-zero. All callers of bidi_fetch_char changed.
11210
fb33fa43
SM
112112011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11212
11213 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
11214
b099e063
DM
112152010-12-03 Don March <don@ohspite.net>
11216
11217 * keymap.c (Fdefine_key): Fix non-prefix key error message when
11218 last character M-[char] is translated to ESC [char] (bug#7541).
11219
5cc7f7af
KH
112202011-08-02 Kenichi Handa <handa@m17n.org>
11221
d0fffa3f 11222 * lisp.h (uniprop_table): Extern it.
5cc7f7af
KH
11223
11224 * chartab.c (uniprop_table): Make it non-static.
11225
525d5e6e
EZ
112262011-08-01 Eli Zaretskii <eliz@gnu.org>
11227
11228 * xdisp.c (forward_to_next_line_start): Accept additional argument
11229 BIDI_IT_PREV, and store into it the state of the bidi iterator had
11230 on the newline.
11231 (reseat_at_next_visible_line_start): Use the bidi iterator state
11232 returned by forward_to_next_line_start to restore the state of
11233 it->bidi_it after backing up to previous newline. (Bug#9212)
11234
31011111
AS
112352011-07-30 Andreas Schwab <schwab@linux-m68k.org>
11236
11237 * regex.c (re_comp): Protoize.
11238 (re_exec): Fix return type.
11239 (regexec): Fix type of `ret'. (Bug#9203)
11240
476371c4
PE
112412011-07-28 Paul Eggert <eggert@cs.ucla.edu>
11242
e5d76069
PE
11243 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
11244 This is needed if max-image-size is a floating-point number.
11245
9a79b20c
AS
112462011-07-28 Andreas Schwab <schwab@linux-m68k.org>
11247
11248 * print.c (print_object): Print empty symbol as ##.
11249
11250 * lread.c (read1): Read ## as empty symbol.
11251
d8c2fa78
AA
112522011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
11253
11254 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
11255 setting frame foreground color (Bug#9175).
11256 (x_set_background_color): Likewise.
11257
ffe57a7a
AA
11258 * nsmenu.m (-setText): Size tooltip dimensions precisely to
11259 contents (Bug#9176).
11260 (EmacsTooltip -init): Remove bezels and add shadows to
11261 tooltip windows.
11262
bf3492a5
AA
11263 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
11264 or scroll bar (Bug#8470).
11265
d55e9c53
AA
11266 * nsfont.m (nsfont_open): Remove assignment to voffset and
11267 unnecessary vars hshink, expand, hd, full_height, min_height.
11268 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
11269
11270 * nsterm.h (nsfont_info): Remove voffset field.
11271
d8c2fa78 112722011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
4843aac3
AA
11273
11274 Implement strike-through and overline on NextStep (Bug#8863).
11275
11276 * nsfont.m (nsfont_open): Use underline position provided by font,
11277 instead of hard-coded value of 2.
11278 (nsfont_draw): Call ns_draw_text_decoration instead.
11279
11280 * nsterm.h: Add declaration for ns_draw_text_decoration.
11281
11282 * nsterm.m (ns_draw_text_decoration): New function for drawing
11283 underline, overline, and strike-through.
11284 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
11285 ns_draw_text_decoration. Change treatment of cursor drawing to
8d5ed899 11286 accommodate underlining, etc.
4843aac3 11287
4cc60b9b
EZ
112882011-07-28 Eli Zaretskii <eliz@gnu.org>
11289
bc7ece87
EZ
11290 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
11291 default.
4cc60b9b 11292
476371c4
PE
112932011-07-28 Paul Eggert <eggert@cs.ucla.edu>
11294
66606eea
PE
11295 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
11296 Without this fix, if a signal arrives just after memory fills up,
11297 'malloc' might be invoked reentrantly.
11298
476371c4
PE
11299 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
11300 In other words, assume that every image size is allowed, on non-X
11301 hosts. This assumption is probably wrong, but it lets Emacs compile.
11302
f3fcc40d
AS
113032011-07-28 Andreas Schwab <schwab@linux-m68k.org>
11304
11305 * regex.c (re_iswctype): Convert return values to boolean.
11306
350c992f
EZ
113072011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
11308
11309 * xdisp.c (compute_display_string_pos): Don't use cached display
11310 string position if the buffer had its restriction changed.
11311 (Bug#9184)
11312
5266b4bb
PE
113132011-07-28 Paul Eggert <eggert@cs.ucla.edu>
11314
11315 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
11316
2573a837 113172011-07-28 Paul Eggert <eggert@cs.ucla.edu>
ca4aa935 11318
41f55ccd 11319 Integer signedness and overflow and related fixes. (Bug#9079)
cf950e6b 11320
39e378da
PE
11321 * bidi.c: Integer size and overflow fixes.
11322 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
11323 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
11324 (bidi_cache_find_level_change, bidi_cache_ensure_space)
11325 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
11326 (bidi_find_other_level_edge):
11327 Use ptrdiff_t instead of EMACS_INT where either will do.
11328 This works better on 32-bit hosts configured --with-wide-int.
11329 (bidi_cache_ensure_space): Check for size-calculation overflow.
11330 Use % rather than repeated addition, for better worst-case speed.
11331 Don't set bidi_cache_size until after xrealloc returns, because it
11332 might not return.
11333 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
f0eb61e9
PE
11334 (bidi_cache_ensure_space): Also check that the bidi cache size
11335 does not exceed that of the largest Lisp string or buffer. See Eli
11336 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
39e378da 11337
5e927815
PE
11338 * alloc.c (__malloc_size_t): Remove.
11339 All uses replaced by size_t. See Andreas Schwab's note
11340 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
11341
ca4aa935
PE
11342 * image.c: Improve checking for integer overflow.
11343 (check_image_size): Assume that f is nonnull, since
11344 it is always nonnull in practice. This is one less thing to
11345 worry about when checking for integer overflow later.
11346 (x_check_image_size): New function, which checks for integer
11347 overflow issues inside X.
11348 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
11349 This removes the need for a memory_full check.
11350 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
11351 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
11352 (xbm_read_bitmap_data): Change locals back to 'int', since
11353 their values must fit in 'int'.
11354 (xpm_load_image, png_load, tiff_load):
11355 Invoke x_create_x_image_and_pixmap earlier,
11356 to avoid much needless work if the image is too large.
11357 (tiff_load): Treat overly large images as if
11358 x_create_x_image_and_pixmap failed, not as malloc failures.
11359 (gs_load): Use x_check_image_size.
11360
5f8f9cc2
PE
11361 * gtkutil.c: Omit integer casts.
11362 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
11363 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
11364
5adf60bc
PE
11365 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
11366
c8907a93
PE
11367 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
11368 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
11369 would wrongly return t on a 64-bit host.
11370
e3c25c68
PE
11371 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
11372 The plain *_OVERFLOW macros run afoul of GCC bug 49705
11373 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
11374 and therefore cause GCC to emit a bogus diagnostic in some cases.
11375
3f791afe
PE
11376 * image.c: Integer signedness and overflow and related fixes.
11377 This is not an exhaustive set of fixes, but it's time to
11378 record what I've got.
11379 (lookup_pixel_color, check_image_size): Remove redundant decls.
11380 (check_image_size): Don't assume that arbitrary EMACS_INT values
11381 fit in 'int', or that arbitrary 'double' values fit in 'int'.
11382 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
11383 (tiff_load, imagemagick_load_image):
11384 Check for overflow in size calculations.
11385 (x_create_x_image_and_pixmap): Remove unnecessary test for
11386 xmalloc returning NULL; that can't happen.
11387 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
11388 (xpm_color_bucket): Use better integer hashing function.
11389 (xpm_cache_color): Don't possibly over-allocate memory.
11390 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
11391 (gif_memory_source):
11392 Use ptrdiff_t, not int or size_t, to record sizes.
11393 (png_load): Don't assume values greater than 2**31 fit in 'int'.
11394 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
11395 either works, as we prefer signed integers.
11396 (tiff_read_from_memory, tiff_write_from_memory):
11397 Return tsize_t, not size_t, since that's what the TIFF API wants.
11398 (tiff_read_from_memory): Don't fail simply because the read would
11399 go past EOF; instead, return a short read.
11400 (tiff_load): Omit no-longer-needed casts.
11401 (Fimagemagick_types): Don't assume size fits into 'int'.
11402
3cc5a532
PE
11403 Improve hashing quality when configured --with-wide-int.
11404 * fns.c (hash_string): New function, taken from sxhash_string.
11405 Do not discard information about ASCII character case; this
11406 discarding is no longer needed.
11407 (sxhash-string): Use it. Change sig to match it. Caller changed.
11408 * lisp.h: Declare it.
11409 * lread.c (hash_string): Remove, since we now use fns.c's version.
11410 The fns.c version returns a wider integer if --with-wide-int is
11411 specified, so this should help the quality of the hashing a bit.
11412
b312a492
PE
11413 * emacs.c: Integer overflow minor fix.
11414 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
11415 Define only if GNU_LINUX.
11416 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
11417
dfd153ae
PE
11418 * dispnew.c: Integer signedness and overflow fixes.
11419 Remove unnecessary forward decls, that were a maintenance hassle.
11420 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
11421 All uses changed.
11422 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
11423 (scrolling_window): Use ptrdiff_t, not int, for byte count.
11424 (prepare_desired_row, line_draw_cost):
11425 Use int, not unsigned, where either works.
11426 (save_current_matrix, restore_current_matrix):
11427 Use ptrdiff_t, not size_t, where either works.
11428 (init_display): Check for overflow more accurately, and without
11429 relying on undefined behavior.
11430
a81d11a3
PE
11431 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
11432 Remove, replacing with the new symbols in lisp.h. All uses changed.
11433 * fileio.c (make_temp_name):
11434 * filelock.c (lock_file_1, lock_file):
11435 * xdisp.c (message_dolog):
11436 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
11437 Use pMd etc. instead.
11438 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
11439 replacing the pWIDE etc. symbols removed from editfns.c.
11440
3300e6fd
PE
11441 * keyboard.h (num_input_events): Now uintmax_t.
11442 This is (very slightly) less likely to mess up due to wraparound.
11443 All uses changed.
11444
fd05c7e9
PE
11445 * buffer.c: Integer signedness fixes.
11446 (alloc_buffer_text, enlarge_buffer_text):
11447 Use ptrdiff_t rather than size_t when either will do, as we prefer
11448 signed integers.
11449
903fe15d
PE
11450 * alloc.c: Integer signedness and overflow fixes.
11451 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
11452 (__malloc_size_t): Default to size_t, not to int.
11453 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
11454 (Fgarbage_collect, mark_object_loop_halt, mark_object):
11455 Prefer ptrdiff_t to size_t when either would do, as we prefer
11456 signed integers.
11457 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
11458 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
11459 Now const. Initialize with values that are in range even if char
11460 is signed.
11461 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
11462 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
11463 These functions do the right thing with sizes > 2**32.
11464 (check_depth): Now ptrdiff_t, not int.
11465 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
11466 Adjust to new way of storing sizes. Check for size overflow bugs
11467 in rest of code.
11468 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
11469 slightly wrong anyway, as it missed one instance of
11470 XMALLOC_OVERRUN_CHECK_OVERHEAD.
11471 (refill_memory_reserve): Omit needless cast to size_t.
11472 (mark_object_loop_halt): Mark as externally visible.
11473
ac82cc6a
PE
11474 * xselect.c: Integer signedness and overflow fixes.
11475 (Fx_register_dnd_atom, x_handle_dnd_message):
11476 Use ptrdiff_t, not size_t, since we prefer signed.
11477 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
11478 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
11479 x_dnd_atoms_size and x_dnd_atoms_length.
11480
c2d1e36d
PE
11481 * doprnt.c: Prefer signed to unsigned when either works.
11482 * eval.c (verror):
11483 * doprnt.c (doprnt):
11484 * lisp.h (doprnt):
11485 * xdisp.c (vmessage):
11486 Use ptrdiff_t, not size_t, when using or implementing doprnt,
11487 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
11488 prefer signed arithmetic to avoid comparison confusion.
11489 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
11490 but is a bit tricky.
11491
0e926e56
PE
11492 Assume freestanding C89 headers, string.h, stdlib.h.
11493 * data.c, doprnt.c, floatfns.c, print.c:
11494 Include float.h unconditionally.
11495 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
11496 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
11497 * regex.c: Likewise for stddef.h, string.h.
11498 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
11499 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
11500 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
11501 (STDC_HEADERS): Remove obsolete defines.
11502 * sysdep.c: Include limits.h unconditionally.
11503
9cfdb3ec
PE
11504 Assume support for memcmp, memcpy, memmove, memset.
11505 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
11506 * regex.c (memcmp, memcpy):
11507 Remove; we assume C89 now.
11508
11509 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
11510 (__malloc_safe_bcopy): Remove; no longer needed.
11511
cf950e6b 11512 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
6089c567
PE
11513 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
11514 well either way, and we prefer signed to unsigned.
11515
dbf38e02
LMI
115162011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11517
11518 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
11519 closes the connection while we're reading (bug#9182).
11520
d6f0886c 115212011-07-25 Jan Djärv <jan.h.d@swipnet.se>
24e0f6b1 11522
d6f0886c
JD
11523 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
11524 are specified (Bug#9168).
24e0f6b1 11525
2eb1f9e6
PE
115262011-07-25 Paul Eggert <eggert@cs.ucla.edu>
11527
11528 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
11529 Found by GCC static checking and --with-wide-int on a 32-bit host.
11530
22381272 115312011-07-25 Eli Zaretskii <eliz@gnu.org>
7daee910
EZ
11532
11533 * xdisp.c (compute_display_string_pos): Fix logic of caching
11534 previous display string position. Initialize cached_prev_pos to
11535 -1. Fixes slow-down at the beginning of a buffer.
11536
f25e39b4
EZ
115372011-07-24 Eli Zaretskii <eliz@gnu.org>
11538
11539 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
11540 for attrs[LFACE_FONTSET_INDEX].
11541
04c4b52e
PE
115422011-07-23 Paul Eggert <eggert@cs.ucla.edu>
11543
11544 * xml.c (parse_region): Remove unused local
11545 that was recently introduced.
11546
c1734fbd
EZ
115472011-07-23 Eli Zaretskii <eliz@gnu.org>
11548
be18c5a5
EZ
11549 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
11550 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
11551
c1734fbd
EZ
11552 * xdisp.c (move_it_in_display_line_to): Record the best matching
11553 position for TO_CHARPOS while scanning the line, and restore it on
640c8776
SM
11554 exit if none of the characters scanned was an exact match.
11555 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
a9269c18
EZ
11556 when exact match is impossible due to invisible text, and the
11557 lines are truncated.
11558
a258d627
JD
115592011-07-23 Jan Djärv <jan.h.d@swipnet.se>
11560
11561 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
11562 for OSX >= 10.7.
11563
b6d5a689
EZ
115642011-07-22 Eli Zaretskii <eliz@gnu.org>
11565
0f74f785
EZ
11566 Fix a significant slow-down of cursor motion with C-n, C-p,
11567 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
11568 auto-repeat under bidi redisplay in fontified buffers.
b6d5a689 11569 * xdisp.c (compute_stop_pos_backwards): New function.
b6d5a689
EZ
11570 (next_element_from_buffer): Call compute_stop_pos_backwards to
11571 find a suitable prev_stop when we find ourselves before
0f74f785
EZ
11572 base_level_stop.
11573 (reseat): Don't look for prev_stop, as that could mean a very long
11574 run.
11575 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
11576 <cached_disp_overlay_modiff>: Cache for last found display string
11577 position.
551918c1 11578 (compute_display_string_pos): Return the cached position if asked
0f74f785
EZ
11579 about the same buffer in the same area of character positions, and
11580 the buffer wasn't changed since the time the display string
11581 position was cached.
551918c1 11582
b2d0c91a
EZ
115832011-07-22 Eli Zaretskii <eliz@gnu.org>
11584
11585 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
11586 is an integer, which is important for empty lines. (Bug#9149)
11587
043604ee
CY
115882011-07-22 Chong Yidong <cyd@stupidchicken.com>
11589
11590 * frame.c (Fmodify_frame_parameters): In tty case, update the
11591 default face if necessary (Bug#4238).
11592
da4adb04
CY
115932011-07-21 Chong Yidong <cyd@stupidchicken.com>
11594
11595 * editfns.c (Fstring_to_char): No need to explain what a character
11596 is in the docstring (Bug#6576).
11597
9abd0532
LMI
115982011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11599
11600 * xml.c (parse_region): Make sure we always return a tree.
11601
36881d16
HK
116022011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
11603
11604 * xml.c (parse_region): If a document contains only comments,
11605 return that, too.
11606
1e98674d
LMI
116072011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11608
11609 * xml.c (make_dom): Return comments, too.
11610
590bd467
PE
116112011-07-19 Paul Eggert <eggert@cs.ucla.edu>
11612
11613 Port to OpenBSD.
11614 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
11615 and the surrounding thread.
11616 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
11617 rather than fgets, and retry after EINTR. Otherwise, 'emacs
11618 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
11619 timer goes off.
11620 * s/openbsd.h (BROKEN_SIGIO): Define.
11621 * unexelf.c (unexec) [__OpenBSD__]:
11622 Don't update the .mdebug section of the Alpha COFF symbol table.
11623
f41628b2
LMI
116242011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11625
11626 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
11627 (bug#8460).
11628
b59b67c5
PE
116292011-07-18 Paul Eggert <eggert@cs.ucla.edu>
11630
15e3a074
PE
11631 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
11632 This fixes some race conditions on the permissions of any newly
11633 created file.
11634
41bed37d
PE
11635 * alloc.c (valid_pointer_p): Use pipe, not open.
11636 This fixes some permissions issues when debugging.
11637
b59b67c5
PE
11638 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
11639 If fchown fails to set both uid and gid, try to set just gid,
11640 as that is sometimes allowed. Adjust the file's mode to eliminate
11641 setuid or setgid bits that are inappropriate if fchown fails.
11642
925a6be7
SM
116432011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
11646 to compare Lisp_Objects.
11647 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
11648 global_gnutls_log_level, don't mistake it for a Lisp_Object.
11649 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
11650
52968808
AS
116512011-07-17 Andreas Schwab <schwab@linux-m68k.org>
11652
0a6a104b
AS
11653 * lread.c (read_integer): Unread even EOF character.
11654 (read1): Likewise. Properly record start position of symbol.
11655
52968808
AS
11656 * lread.c (read1): Read `#:' as empty uninterned symbol if no
11657 symbol character follows.
11658
9e381cdd
PE
116592011-07-17 Paul Eggert <eggert@cs.ucla.edu>
11660
11661 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
11662 This works around a problem with the previous change to Fcopy_file.
11663 Recent glibc declares fchown with __attribute__((warn_unused_result)),
11664 and without this change, GCC might complain about discarding
11665 fchown's return value.
11666
b5641435
JB
116672011-07-16 Juanma Barranquero <lekktu@gmail.com>
11668
11669 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
11670
a8031457
PE
116712011-07-16 Paul Eggert <eggert@cs.ucla.edu>
11672
11673 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
11674
dd889327
LMI
116752011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11676
750c33f7
LMI
11677 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
11678 it's used from the C level.
11679
dd889327
LMI
11680 * process.c: Use the same condition for POLL_FOR_INPUT in both
11681 keyboard.c and process.c (bug#1858).
11682
87e86684
LM
116832011-07-09 Lawrence Mitchell <wence@gmx.li>
11684
11685 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
11686 (Fgnutls_boot): Use it.
11687
64348f40
AS
116882011-07-15 Andreas Schwab <schwab@linux-m68k.org>
11689
11690 * doc.c (Fsubstitute_command_keys): Revert last change.
11691
1d698799
LMI
116922011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11693
f863868c
LMI
11694 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
11695 quotes the next character, and doesn't affect other longer
11696 sequences (bug#8935).
11697
1d698799
LMI
11698 * lread.c (syms_of_lread): Clarify that is isn't only
11699 `eval-buffer' and `eval-defun' that's affected by
11700 `lexical-binding' (bug#8460).
11701
aa4b6df6
EZ
117022011-07-15 Eli Zaretskii <eliz@gnu.org>
11703
11704 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
6b02f655 11705 bidi redisplay when a line includes both an image and is truncated.
aa4b6df6 11706
5d856da6
PE
117072011-07-14 Paul Eggert <eggert@cs.ucla.edu>
11708
ad6042bb
PE
11709 Fix minor problems found by static checking.
11710 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
11711 (elsz): Now a signed constant, not a size_t var. We prefer signed
11712 types to unsigned, to avoid integer comparison confusion. Without
11713 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
11714 "cannot optimize loop, the loop counter may overflow", a symptom
11715 of the confusion.
f00bbb22 11716 * indent.c (Fvertical_motion): Mark locals as initialized.
5d856da6
PE
11717 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
11718
6468f31c
LMI
117192011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11720
49080b10
LMI
11721 * search.c (Fre_search_backward): Mention `case-fold-search' in
11722 all the re_search_* functions (bug#8138).
11723
6468f31c
LMI
11724 * keyboard.c (Fopen_dribble_file): Document when the file is
11725 closed (bug#8056).
11726
c965adc5
EZ
117272011-07-14 Eli Zaretskii <eliz@gnu.org>
11728
df9733bf
EZ
11729 * bidi.c (bidi_dump_cached_states): Fix format of displaying
11730 bidi_cache_idx.
11731
0bb23927
EZ
11732 Support bidi reordering of display and overlay strings.
11733 * xdisp.c (compute_display_string_pos)
11734 (compute_display_string_end): Accept additional argument STRING.
11735 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
11736 (reseat_to_string): Initialize bidi_it->string.s and
11737 bidi_it->string.schars.
11738 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
640c8776
SM
11739 NULL (avoids a crash in bidi_paragraph_init).
11740 Initialize itb.string.lstring.
0bb23927
EZ
11741 (init_iterator): Call bidi_init_it only of a valid
11742 buffer position was specified. Initialize paragraph_embedding to
11743 L2R.
11744 (reseat_to_string): Initialize the bidi iterator.
11745 (display_string): If we need to ignore text properties of
11746 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
11747 original value of -1 will not work with bidi.)
11748 (compute_display_string_pos): First arg is now struct
11749 `text_pos *'; all callers changed. Support display properties on
11750 Lisp strings.
11751 (compute_display_string_end): Support display properties on Lisp
11752 strings.
11753 (init_iterator, reseat_1, reseat_to_string): Initialize the
11754 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
11755 when iterating on a string not from display properties).
640c8776
SM
11756 (compute_display_string_pos, compute_display_string_end):
11757 Fix calculation of the object to scan. Fixes an error when using
0bb23927
EZ
11758 arrow keys.
11759 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
640c8776
SM
11760 base_level_stop; instead, set base_level_stop to BEGV.
11761 Fixes crashes in vertical-motion.
0bb23927
EZ
11762 (next_element_from_buffer): Improve commentary for when
11763 the iterator is before prev_stop.
11764 (init_iterator): Initialize bidi_p from the default value of
11765 bidi-display-reordering, not from buffer-local value. Use the
11766 buffer-local value only if initializing for buffer iteration.
11767 (handle_invisible_prop): Support invisible properties on strings
11768 that are being bidi-reordered.
11769 (set_iterator_to_next): Support bidi reordering of C strings and
11770 Lisp strings.
11771 (next_element_from_string): Support bidi reordering of Lisp
11772 strings.
11773 (handle_stop_backwards): Support Lisp strings as well.
640c8776
SM
11774 (display_string): Support display of R2L glyph rows.
11775 Use IT_STRING_CHARPOS when displaying from a Lisp string.
0bb23927
EZ
11776 (init_iterator): Don't initialize it->bidi_p for strings
11777 here.
11778 (reseat_to_string): Initialize it->bidi_p for strings here.
11779 (next_element_from_string, next_element_from_c_string)
11780 (next_element_from_buffer): Add xassert's for correspondence
11781 between IT's object being iterated and it->bidi_it.string
11782 structure.
11783 (face_before_or_after_it_pos): Support bidi iteration.
11784 (next_element_from_c_string): Handle the case of the first string
11785 character that is not the first one in the visual order.
11786 (get_visually_first_element): New function, refactored from common
11787 parts of next_element_from_buffer, next_element_from_string, and
11788 next_element_from_c_string.
11789 (tool_bar_lines_needed, redisplay_tool_bar)
11790 (display_menu_bar): Force left-to-right direction. Add a FIXME
11791 comment for making that be controlled by a user option.
11792 (push_it, pop_it): Save and restore the state of the
11793 bidi iterator. Save and restore the bidi_p flag.
11794 (pop_it): Iterate out of display property for string iteration as
11795 well.
11796 (iterate_out_of_display_property): Support iteration over strings.
11797 (handle_single_display_spec): Set up it->bidi_it for iteration
11798 over a display string, and call bidi_init_it.
11799 (handle_single_display_spec, next_overlay_string)
11800 (get_overlay_strings_1, push_display_prop): Set up the bidi
11801 iterator for displaying display or overlay strings.
11802 (forward_to_next_line_start): Don't use the shortcut if
11803 bidi-iterating.
11804 (back_to_previous_visible_line_start): If handle_display_prop
11805 pushed the iterator stack, restore the internal state of the bidi
11806 iterator by calling bidi_pop_it same number of times.
11807 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
11808 and we are bidi-iterating, don't decrement the iterator position;
11809 instead, set the first_elt flag in the bidi iterator, to produce
11810 the same effect.
11811 (reseat_1): Remove redundant setting of string_from_display_prop_p.
11812 (push_display_prop): xassert that we are iterating a buffer.
11813 (push_it, pop_it): Save and restore paragraph_embedding member.
11814 (handle_single_display_spec, next_overlay_string)
11815 (get_overlay_strings_1, reseat_1, reseat_to_string)
11816 (push_display_prop): Set up the `unibyte' member of bidi_it.string
11817 correctly. Don't assume unibyte strings are not bidi-reordered.
11818 (compute_display_string_pos)
11819 (compute_display_string_end): Fix handling the case of C string.
11820 (push_it, pop_it): Save and restore from_disp_prop_p.
11821 (handle_single_display_spec, push_display_prop): Set the
11822 from_disp_prop_p flag.
11823 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
11824 (pop_it): Call iterate_out_of_display_property only if we are
11825 popping after iteration over a string that came from a display
11826 property. Fix a typo in popping stretch info. Add an assertion
11827 for verifying that the iterator position is in sync with the bidi
11828 iterator.
11829 (handle_single_display_spec, get_overlay_strings_1)
11830 (push_display_prop): Fix initialization of paragraph direction for
11831 string when that of the parent object is not yet determined.
11832 (reseat_1): Call bidi_init_it to resync the bidi
11833 iterator with IT's position. (Bug#7616)
11834 (find_row_edges): If ROW->start.pos gives position
11835 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
11836 (handle_stop, back_to_previous_visible_line_start, reseat_1):
11837 Reset the from_disp_prop_p flag.
11838 (SAVE_IT, RESTORE_IT): New macros.
11839 (pos_visible_p, face_before_or_after_it_pos)
11840 (back_to_previous_visible_line_start)
11841 (move_it_in_display_line_to, move_it_in_display_line)
11842 (move_it_to, move_it_vertically_backward, move_it_by_lines)
11843 (try_scrolling, redisplay_window, display_line): Use them when
11844 saving a temporary copy of the iterator and restoring it back.
11845 (back_to_previous_visible_line_start, reseat_1)
11846 (init_iterator): Empty the bidi cache "stack".
11847 (move_it_in_display_line_to): If iterator ended up at
11848 EOL, but we never saw any buffer positions smaller than
11849 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
11850 motion in bidi-reordered lines.
11851 (move_it_in_display_line_to): Record prev_method and prev_pos
11852 immediately before the call to set_iterator_to_next. Fixes cursor
11853 motion in bidi-reordered lines with stretch glyphs and strings
11854 displayed in margins. (Bug#8133) (Bug#8867)
11855 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
11856 TO_CHARPOS.
640c8776
SM
11857 (pos_visible_p): Support positions in bidi-reordered lines.
11858 Save and restore bidi cache.
0bb23927
EZ
11859
11860 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
11861 (bidi_paragraph_info): Delete unused struct.
11862 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
11863 (bidi_cache_start): New variable.
11864 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
11865 to zero.
11866 (bidi_cache_fetch_state, bidi_cache_search)
11867 (bidi_cache_find_level_change, bidi_cache_iterator_state)
11868 (bidi_cache_find, bidi_peek_at_next_level)
11869 (bidi_level_of_next_char, bidi_find_other_level_edge)
11870 (bidi_move_to_visually_next): Compare cache index with
11871 bidi_cache_start rather than with zero.
11872 (bidi_fetch_char): Accept new argument STRING; all callers
11873 changed. Support iteration over a string. Support strings with
11874 display properties. Support unibyte strings. Fix the type of
11875 `len' according to what STRING_CHAR_AND_LENGTH expects.
11876 (bidi_paragraph_init, bidi_resolve_explicit_1)
11877 (bidi_resolve_explicit, bidi_resolve_weak)
640c8776
SM
11878 (bidi_level_of_next_char, bidi_move_to_visually_next):
11879 Support iteration over a string.
0bb23927
EZ
11880 (bidi_set_sor_type, bidi_resolve_explicit_1)
11881 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
11882 can now be zero (for strings); special values 0 and -1 were
11883 changed to -1 and -2, respectively.
11884 (bidi_char_at_pos): New function.
11885 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
11886 Call it instead of FETCH_MULTIBYTE_CHAR.
11887 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
11888 initialized to valid values.
11889 (bidi_init_it): Don't initialize charpos and bytepos with invalid
11890 values.
11891 (bidi_level_of_next_char): Allow the sentinel "position" to pass
11892 the test for valid cached positions. Fix the logic for looking up
11893 the sentinel state in the cache. GCPRO the Lisp string we are
11894 iterating.
11895 (bidi_push_it, bidi_pop_it): New functions.
11896 (bidi_initialize): Initialize the bidi cache start stack pointer.
11897 (bidi_cache_ensure_space): New function, refactored from part of
11898 bidi_cache_iterator_state. Don't assume the required size is just
11899 one BIDI_CACHE_CHUNK away.
11900 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
11901 (bidi_count_bytes, bidi_char_at_pos): New functions.
11902 (bidi_cache_search): Don't assume bidi_cache_last_idx is
11903 always valid if bidi_cache_idx is valid.
11904 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
11905 is valid if it's going to be used.
11906 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
11907 (bidi_cache_fetch_state, bidi_cache_search)
c965adc5
EZ
11908 (bidi_cache_find_level_change, bidi_cache_ensure_space)
11909 (bidi_cache_iterator_state, bidi_cache_find)
640c8776
SM
11910 (bidi_find_other_level_edge, bidi_cache_start_stack):
11911 All variables related to cache indices are now EMACS_INT.
c965adc5 11912
0bb23927
EZ
11913 * dispextern.h (struct bidi_string_data): New structure.
11914 (struct bidi_it): New member `string'. Make flag members be 1-bit
11915 fields, and put them last in the struct.
640c8776
SM
11916 (compute_display_string_pos, compute_display_string_end):
11917 Update prototypes.
0bb23927
EZ
11918 (bidi_push_it, bidi_pop_it): Add prototypes.
11919 (struct iterator_stack_entry): New members bidi_p,
11920 paragraph_embedding, and from_disp_prop_p.
11921 (struct it): Member bidi_p is now a bit field 1 bit wide.
640c8776
SM
11922 (bidi_shelve_cache, bidi_unshelve_cache):
11923 Declare prototypes.
0bb23927
EZ
11924
11925 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
11926 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
11927 and vector-like objects.
11928
11929 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
11930 cache around display iteration.
11931
11932 * window.c (Fwindow_end, window_scroll_pixel_based)
11933 (displayed_window_lines, Frecenter): Save and restore the bidi
11934 cache around display iteration.
11935
3bbd2265
LMI
119362011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11937
11938 * editfns.c (Fdelete_region): Clarify the use of the named
11939 parameters (bug#6788).
11940
adc47434
MR
119412011-07-14 Martin Rudalics <rudalics@gmx.at>
11942
11943 * indent.c (Fvertical_motion): Set and restore w->pointm when
11944 saving and restoring the window's buffer (Bug#9006).
11945
837c31f8
LMI
119462011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11947
11948 * editfns.c (Fstring_to_char): Clarify just what is returned
11949 (bug#6576). Text by Eli Zaretskii.
11950
ac389d0c
JB
119512011-07-13 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
11954
0be0ce47
EZ
119552011-07-13 Eli Zaretskii <eliz@gnu.org>
11956
11957 * buffer.c (mmap_find): Fix a typo.
11958
cd18e7e3
JB
119592011-07-13 Johan Bockgård <bojohan@gnu.org>
11960
11961 Fix execution of x selection hooks.
11962 * xselect.c (Qx_lost_selection_functions)
11963 (Qx_sent_selection_functions): New vars.
11964 (syms_of_xselect): DEFSYM them.
11965 (x_handle_selection_request): Pass Qx_sent_selection_functions
11966 rather than Vx_sent_selection_functions to Frun_hook_with_args.
11967 (x_handle_selection_clear,x_clear_frame_selections):
11968 Pass Qx_lost_selection_functions rather than
11969 Vx_lost_selection_functions to Frun_hook_with_args.
11970
47ea7f44
PE
119712011-07-13 Paul Eggert <eggert@cs.ucla.edu>
11972
ac389d0c 11973 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
2941c447
PE
11974 The old code sometimes used this field without initializing it.
11975
47ea7f44
PE
11976 * alloc.c (gc_sweep): Don't read past end of array.
11977 In theory, the old code could also have corrupted Emacs internals,
11978 though it'd be very unlikely.
11979
bc985c87
AS
119802011-07-12 Andreas Schwab <schwab@linux-m68k.org>
11981
11982 * character.c (Fcharacterp): Don't advertise optional ignored
ac389d0c 11983 argument. (Bug#4026)
bc985c87 11984
0cf34688
LMI
119852011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11986
b3dadd76
LMI
11987 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
11988 key" (bug#4257).
11989
0cf34688
LMI
11990 * window.c (Fset_window_start): Doc fix (bug#4199).
11991 (Fset_window_hscroll): Ditto.
11992
270768cd
PE
119932011-07-12 Paul Eggert <eggert@cs.ucla.edu>
11994
077e3dda 11995 Fix minor new problems caught by GCC 4.6.1.
270768cd 11996 * term.c (init_tty): Remove unused local.
490011a6 11997 * xsettings.c (store_monospaced_changed): Define this function only
077e3dda 11998 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
490011a6 11999 not used otherwise.
270768cd 12000
b1f58454
CY
120012011-07-12 Chong Yidong <cyd@stupidchicken.com>
12002
12003 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
12004
22b9578d
LMI
120052011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12006
6e70ab07
LMI
12007 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
12008 are the mini-buffer and the echo area (bug#3320).
12009
22b9578d
LMI
12010 * term.c (init_tty): Remove support for supdup, c10 and perq
12011 terminals, which are no longer supported (bug#1482).
12012
8974cc9f
JB
120132011-07-10 Johan Bockgård <bojohan@gnu.org>
12014
12015 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
12016
a560d974
JD
120172011-07-10 Jan Djärv <jan.h.d@swipnet.se>
12018
12019 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
12020 for non-popups (Bug#3642).
12021
1dae0f0a
AS
120222011-07-10 Andreas Schwab <schwab@linux-m68k.org>
12023
268c2c36 12024 * alloc.c (reset_malloc_hooks): Protoize.
1dae0f0a 12025 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
268c2c36
AS
12026 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
12027 * cm.c (losecursor): Likewise.
1dae0f0a
AS
12028 * data.c (fmod): Likewise.
12029 * dispnew.c (swap_glyphs_in_rows): Likewise.
12030 * emacs.c (memory_warning_signal): Likewise.
12031 * floatfns.c (float_error): Likewise.
12032 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
12033 (otf_open, font_otf_capability, generate_otf_features)
12034 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
12035 Likewise.
12036 * image.c (pbm_read_file): Likewise.
12037 * indent.c (string_display_width): Likewise.
12038 * intervals.c (check_for_interval, search_for_interval)
12039 (inc_interval_count, count_intervals, root_interval)
12040 (adjust_intervals_for_insertion, make_new_interval): Likewise.
12041 * lread.c (defalias): Likewise.
268c2c36 12042 * ralloc.c (r_alloc_check): Likewise.
1dae0f0a
AS
12043 * regex.c (set_image_of_range_1, set_image_of_range)
12044 (regex_grow_registers): Likewise.
12045 * sysdep.c (strerror): Likewise.
12046 * termcap.c (valid_filename_p, tprint, main): Likewise.
12047 * tparam.c (main): Likewise.
12048 * unexhp9k800.c (run_time_remap, save_data_space)
12049 (update_file_ptrs, read_header, write_header, calculate_checksum)
12050 (copy_file, copy_rest, display_header): Likewise.
12051 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
12052 Likewise.
12053 * xdisp.c (check_it): Likewise.
12054 * xfaces.c (register_color, unregister_color, unregister_colors):
12055 Likewise.
12056 * xfns.c (print_fontset_result): Likewise.
12057 * xrdb.c (member, fatal, main): Likewise.
12058
99033785
PE
120592011-07-10 Paul Eggert <eggert@cs.ucla.edu>
12060
12061 Fix minor problems found by static checking (Bug#9031).
12062 * chartab.c (char_table_set_range, map_sub_char_table):
12063 Remove unused locals.
12064 (uniprop_table): Now static.
12065 * composite.c (_work_char): Remove unused static var.
12066
9cb2ac56
JB
120672011-07-09 Juanma Barranquero <lekktu@gmail.com>
12068
12069 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
12070
f25661f0
JD
120712011-07-09 Jan Djärv <jan.h.d@swipnet.se>
12072
12073 * gtkutil.c (qttip_cb): Remove code without function.
12074
8278c4fe
EZ
120752011-07-09 Eli Zaretskii <eliz@gnu.org>
12076
12077 * w32.c (pthread_sigmask): New stub.
12078
1692ae2d 120792011-07-08 Paul Eggert <eggert@cs.ucla.edu>
123403e4 12080
8a6ebd58 12081 Use pthread_sigmask, not sigprocmask (Bug#9010).
123403e4
PE
12082 sigprocmask is portable only for single-threaded applications, and
12083 Emacs can be multi-threaded when it uses GTK.
1301ac26
PE
12084 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
12085 (LIBES): Use it.
12086 * callproc.c (Fcall_process):
12087 * process.c (create_process):
12088 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
12089 Use pthread_sigmask, not sigprocmask.
123403e4 12090
1b854618
JD
120912011-07-08 Jan Djärv <jan.h.d@swipnet.se>
12092
12093 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
12094 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
12095 wrong (Bug#8591).
12096
3fe4b549
JD
120972011-07-08 Jan Djärv <jan.h.d@swipnet.se>
12098
0ce7e563
JD
12099 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
12100 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
12101 (xg_hide_tooltip): Fix comment.
12102
3fe4b549
JD
12103 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
12104 in registerServicesMenuSendTypes.
12105 (validRequestorForSendType): Don't check ns_return_types.
12106
12107 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
12108 ns_return_type.
12109
5df75e47
JR
121102011-07-08 Jason Rumney <jasonr@gnu.org>
12111
22610910
JR
12112 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
12113 SH_SHOW for hidden windows (Bug#5482).
12114
5df75e47
JR
12115 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
12116 frame struct members of non-existent frames (Bug#6284).
12117
699c10bd
JD
121182011-07-08 Jan Djärv <jan.h.d@swipnet.se>
12119
4393663b
JD
12120 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
12121 variable firstTime not needed on OSX >= 10.6.
12122 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
12123 >= 10.5. Use setKnobProportion, setDoubleValue.
12124
12125 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
12126 (MAC_OS_X_VERSION_10_5): Define if not defined.
12127 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
12128 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
12129 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
12130
12131 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
090bd7cb 12132 cString and lossyCString on OSX >= 10.4.
4393663b 12133
58179cce 12134 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
4393663b
JD
12135 sizeToFit on OSX >= 10.2.
12136
12137 * nsimage.m (allocInitFromFile): Don't use deprecated method
12138 bestRepresentationForDevice on OSX >= 10.6.
12139
12140 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
12141 to avoid warning.
12142
12143 * emacs.c: Declare unexec_init_emacs_zone.
12144
a63e0781
JD
12145 * nsgui.h: Fix compiler warning about gnulib redefining verify.
12146
699c10bd
JD
12147 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
12148
12149 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
12150 on svcsMenu (Bug#8842).
12151
12152 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
12153 ns_return_types.
12154 (Fns_list_services): Just return Qnil on 10.6, code not working there.
12155
12156 * nsterm.m (QUTF8_STRING): Declare.
12157 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
12158 (validRequestorForSendType): Return type is (id).
12159 Change indexOfObjectIdenticalTo to indexOfObject.
12160 Check if we have local selection before returning self (Bug#8842).
12161 (writeSelectionToPasteboard): Put local selection into paste board
12162 if we have a local selection (Bug#8842).
12163 (syms_of_nsterm): DEFSYM QUTF8_STRING.
12164
12165 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
12166 (ns_get_local_selection): Declare.
12167
54e10184
LMI
121682011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12169
9888ff71
LMI
12170 * keymap.c (describe_map_tree): Don't insert a double newline at
12171 the end of the buffer (bug#1169) and return whether we inserted
12172 something.
12173
54e10184
LMI
12174 * callint.c (Fcall_interactively): Change "reading args" to
12175 "providing args" to try to clarify what it does (bug#1010).
12176
15fa4783
KH
121772011-07-07 Kenichi Handa <handa@m17n.org>
12178
12179 * composite.c (composition_compute_stop_pos): Ignore a static
12180 composition starting before CHARPOS (Bug#8915).
12181
12182 * xdisp.c (handle_composition_prop): Likewise.
12183
a8815b00
EZ
121842011-07-07 Eli Zaretskii <eliz@gnu.org>
12185
12186 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
12187 (Bug#9015)
12188
ef7b981d 121892011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
12190
12191 * character.h (unicode_category_t): New enum type.
12192
12193 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
12194 (Qchar_code_property_table): New variable.
12195 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
12196 (UNIPROP_COMPRESSED_FORM_P): New macros.
12197 (char_table_ascii): Uncompress the compressed values.
12198 (sub_char_table_ref): New arg is_uniprop. Callers changed.
12199 Uncompress the compressed values.
ac389d0c 12200 (sub_char_table_ref_and_range): Likewise.
c805dec0
KH
12201 (char_table_ref_and_range): Uncompress the compressed values.
12202 (sub_char_table_set): New arg is_uniprop. Callers changed.
12203 Uncompress the compressed values.
12204 (sub_char_table_set_range): Args changed. Callers changed.
12205 (char_table_set_range): Adjuted for the above change.
12206 (map_sub_char_table): Delete args default_val and parent. Add arg
12207 top. Give decoded values to a Lisp function.
640c8776 12208 (map_char_table): Adjust for the above change. Give decoded
c805dec0
KH
12209 values to a Lisp function. Gcpro more variables.
12210 (uniprop_table_uncompress)
12211 (uniprop_decode_value_run_length): New functions.
12212 (uniprop_decoder, uniprop_decoder_count): New variables.
12213 (uniprop_get_decoder, uniprop_encode_value_character)
12214 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
12215 New functions.
12216 (uniprop_encoder, uniprop_encoder_count): New variables.
12217 (uniprop_get_encoder, uniprop_table)
12218 (Funicode_property_table_internal, Fget_unicode_property_internal)
12219 (Fput_unicode_property_internal): New functions.
12220 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
12221 Sunicode_property_table_internal, Sget_unicode_property_internal,
5e617bc2 12222 and Sput_unicode_property_internal. Defvar_lisp
c805dec0
KH
12223 char-code-property-alist.
12224
640c8776 12225 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
c805dec0
KH
12226 Vunicode_category_table.
12227
640c8776 12228 * font.c (font_range): Adjust for the change of
c805dec0
KH
12229 Vunicode_category_table.
12230
76b397fb
DN
122312011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
12232
12233 * m/iris4d.h: Remove file, move contents ...
12234 * s/irix6-5.h: ... here.
12235
22b4128e
PE
122362011-07-06 Paul Eggert <eggert@cs.ucla.edu>
12237
12238 Remove unportable assumption about struct layout (Bug#8884).
8a5c77bb
PE
12239 * alloc.c (mark_buffer):
12240 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
12241 (clone_per_buffer_values): Don't assume that
22b4128e
PE
12242 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
12243 This isn't true in general, and it's particularly not true
12244 if Emacs is configured with --with-wide-int.
12245 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
12246 New macros, used in the buffer.c change.
12247
869795d6
JD
122482011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12249
12250 * xsettings.c: Use both GConf and GSettings if both are available.
12251 (store_config_changed_event): Add comment.
12252 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
12253 (store_tool_bar_style_changed): New functions.
5e617bc2 12254 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
869795d6
JD
12255 (struct xsettings): Move font inside HAVE_XFT.
12256 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
640c8776 12257 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
869795d6 12258 Move inside HAVE_XFT.
640c8776 12259 (something_changed_gsettingsCB): Rename from something_changedCB.
869795d6
JD
12260 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
12261 also.
12262 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
5e617bc2 12263 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
640c8776 12264 (something_changed_gconfCB): Rename from something_changedCB.
869795d6
JD
12265 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
12266 (parse_settings): Move check for font inside HAVE_XFT.
12267 (read_settings, apply_xft_settings): Add comment.
12268 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
12269 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
12270 call store_font_name_changed.
12271 (xft_settings_event): Add comment.
12272 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
12273 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
12274 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
12275 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
12276 (xsettings_initialize): Call init_gsettings last.
640c8776
SM
12277 (xsettings_get_system_font, xsettings_get_system_normal_font):
12278 Add comment.
869795d6 12279
d8ed26bd
PE
122802011-07-05 Paul Eggert <eggert@cs.ucla.edu>
12281
12282 Random fixes. E.g., (random) never returned negative values.
12283 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
12284 subseconds part to the entropy, as that's a bit more random.
12285 Prefer signed to unsigned, since the signedness doesn't matter and
12286 in general we prefer signed. When given a limit, use a
12287 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
12288 latter isn't right if USE_2_TAGS_FOR_INTS.
12289 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
12290 not 0..VALMASK. Don't discard "excess" bits that random () returns.
12291
cabf1cac
SM
122922011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12293
12294 * textprop.c (text_property_stickiness):
12295 Obey Vtext_property_default_nonsticky.
12296 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
12297 * w32fns.c (syms_of_w32fns):
12298 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
12299
6e9b2be9
PE
123002011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12301
12302 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
12303 This is more efficient than Ffile_directory_p and avoids a minor race.
12304
90186c68
LMI
123052011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12306
7c301272
LMI
12307 * buffer.c (Foverlay_put): Say what the return value is
12308 (bug#7835).
12309
c4f2d8d4
LMI
12310 * fileio.c (barf_or_query_if_file_exists): Check first if the file
12311 is a directory before asking whether to use the file name
12312 (bug#7564).
ad637907
LMI
12313 (barf_or_query_if_file_exists): Make the "File is a directory"
12314 error be more correct.
c4f2d8d4 12315
90186c68
LMI
12316 * fns.c (Frequire): Remove the mention of the .gz files, since
12317 that's installation-specific, but keep the mention of
12318 `get-load-suffixes'.
12319
da64016e
PE
123202011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12321
12322 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
12323 Report string overflow if the output is too long.
12324
7d47b580
JB
123252011-07-04 Juanma Barranquero <lekktu@gmail.com>
12326
a555cb87
JB
12327 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
12328 (syms_of_gnutls): Remove duplicate DEFSYM for
12329 Qgnutls_bootprop_verify_hostname_error, an error for
12330 Qgnutls_bootprop_verify_error (which is no longer used).
12331
7d47b580
JB
12332 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
12333 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
12334 Also (re)move comments that are misplaced or no longer relevant.
12335
1e49bfab
LMI
123362011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12337
12338 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
12339
1485f4c0
CY
123402011-07-03 Chong Yidong <cyd@stupidchicken.com>
12341
12342 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
12343 and background color parameters if they have been changed.
12344
a9ab721e
LMI
123452011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12346
12347 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
12348
cf7cff57
PE
123492011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12350
2e13213d
PE
12351 * xsettings.c (SYSTEM_FONT): Define only when used.
12352 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
12353
cf7cff57
PE
12354 * keymap.c (access_keymap_1): Now static.
12355
7a8e04f7
CY
123562011-07-02 Chong Yidong <cyd@stupidchicken.com>
12357
12358 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
12359 leave any prefix arg for the up event (Bug#1586).
12360
61352f62
LMI
123612011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12362
69bb1ef7
LMI
12363 * lread.c (syms_of_lread): Mention single symbols defined by
12364 `defvar' or `defconst' (bug#7154).
12365
61352f62 12366 * fns.c (Frequire): Mention .el.gz files (bug#7314).
7b3747f9 12367 (Frequire): Mention get-load-suffixes.
61352f62 12368
28545e04
MR
123692011-07-02 Martin Rudalics <rudalics@gmx.at>
12370
12371 * window.h (window): Remove clone_number slot.
12372 * window.c (Fwindow_clone_number, Fset_window_clone_number):
12373 Remove.
12374 (make_parent_window, make_window, saved_window)
12375 (Fset_window_configuration, save_window_save): Don't deal with
12376 clone numbers.
12377 * buffer.c (Qclone_number): Remove declaration.
12378 (sort_overlays, overlay_strings): Don't deal with clone numbers.
12379
3349e122
SM
123802011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12381
12382 Add multiple inheritance to keymaps.
12383 * keymap.c (Fmake_composed_keymap): New function.
12384 (Fset_keymap_parent): Simplify.
12385 (fix_submap_inheritance): Remove.
12386 (access_keymap_1): New function extracted from access_keymap to handle
12387 embedded parents and handle lists of maps.
12388 (access_keymap): Use it.
12389 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
12390 (Fcopy_keymap): Handle embedded parents.
12391 (Fcommand_remapping, define_as_prefix): Simplify.
12392 (Fkey_binding): Simplify.
12393 (syms_of_keymap): Move minibuffer-local-completion-map,
12394 minibuffer-local-filename-completion-map,
12395 minibuffer-local-must-match-map, and
12396 minibuffer-local-filename-must-match-map to Elisp.
12397 (syms_of_keymap): Defsubr make-composed-keymap.
12398 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
12399 (parse_menu_item): Trivial simplification.
12400
3279eb87
GM
124012011-07-01 Glenn Morris <rgm@gnu.org>
12402
12403 * Makefile.in (SETTINGS_LIBS): Fix typo.
12404
39cb9e56 124052011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4550efdf
KI
12406
12407 * coding.c (Fencode_coding_string): Record the last coding system
12408 used, as the function doc string says (bug#8738).
12409
0949d2b6
JD
124102011-07-01 Jan Djärv <jan.h.d@swipnet.se>
12411
12412 * xsettings.c (store_monospaced_changed): Take new font as arg and
12413 check for change against current_mono_font.
12414 (EMACS_TYPE_SETTINGS): Remove this and related defines.
12415 (emacs_settings_constructor, emacs_settings_get_property)
12416 (emacs_settings_set_property, emacs_settings_class_init)
12417 (emacs_settings_init, gsettings_obj): Remove.
12418 (something_changedCB): New function for HAVE_GSETTINGS.
12419 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
12420 with value as argument.
12421 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
12422 g_settings_new (Bug#8967). Do not create gsettings_obj.
9173deec 12423 Remove calls to g_settings_bind. Connect something_changedCB to
0949d2b6
JD
12424 "changed".
12425
12426 * xgselect.c: Add defined (HAVE_GSETTINGS).
12427 (xgselect_initialize): Ditto.
12428
12429 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
12430 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
12431 xg_select.
12432
bbc6b304
PE
124332011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12434
12435 * eval.c (struct backtrace): Simplify and port the data structure.
12436 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
12437 signed bit field, as this assumption is not portable and it makes
12438 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
12439 "char debug_on_exit : 1" as this is not portable either; instead,
12440 use the portable "unsigned int debug_on_exit : 1". Remove unused
12441 member evalargs. Remove obsolete comments about cc bombing out.
12442
9851bfc5
JD
124432011-06-30 Jan Djärv <jan.h.d@swipnet.se>
12444
51bb811f 12445 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
9851bfc5
JD
12446 Let HAVE_GSETTINGS override HAVE_GCONF.
12447 (store_monospaced_changed): New function.
12448 (EMACS_SETTINGS): A new type derived from GObject to handle
12449 GSettings notifications.
12450 (emacs_settings_constructor, emacs_settings_get_property)
12451 (emacs_settings_set_property, emacs_settings_class_init):
12452 New functions.
12453 (gsettings_client, gsettings_obj): New variables.
12454 (GSETTINGS_SCHEMA): New define.
12455 (something_changedCB): Call store_monospaced_changed.
12456 (init_gsettings): New function.
12457 (xsettings_initialize): Call init_gsettings.
12458 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
12459 to NULL.
12460
640c8776 12461 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
9851bfc5
JD
12462 GCONF_CFLAGS/LIBS.
12463
5386012d
MR
124642011-06-29 Martin Rudalics <rudalics@gmx.at>
12465
12466 * window.c (resize_root_window, grow_mini_window)
12467 (shrink_mini_window): Rename Qresize_root_window to
12468 Qwindow_resize_root_window and Qresize_root_window_vertically to
12469 Qwindow_resize_root_window_vertically.
12470
f13e0b08
PE
124712011-06-28 Paul Eggert <eggert@cs.ucla.edu>
12472
12473 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
12474
94515237
JB
124752011-06-27 Juanma Barranquero <lekktu@gmail.com>
12476
12477 * makefile.w32-in: Redesign dependencies so they reflect more
12478 clearly which files are directly included by each source file,
12479 and not through other includes.
12480
e43b6e43
MR
124812011-06-27 Martin Rudalics <rudalics@gmx.at>
12482
12483 * buffer.c (Qclone_number): Declare static and DEFSYM it.
12484 (sort_overlays, overlay_strings): When an overlay's clone number
12485 matches the window's clone number process the overlay even if
12486 the overlay's window property doesn't match the current window.
12487
d68443dc
MR
12488 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
12489 (Fwindow_hchild): Rename to Fwindow_left_child.
12490 (Fwindow_next): Rename to Fwindow_next_sibling.
12491 (Fwindow_prev): Rename to Fwindow_prev_sibling.
d615d6d2
MR
12492 (resize_window_check): Rename to window_resize_check.
12493 (resize_window_apply): Rename to window_resize_apply.
12494 (Fresize_window_apply): Rename to Fwindow_resize_apply.
12495 (Fdelete_other_windows_internal, resize_frame_windows)
12496 (Fsplit_window_internal, Fdelete_window_internal)
12497 (grow_mini_window, shrink_mini_window)
12498 (Fresize_mini_window_internal): Fix callers accordingly.
d68443dc 12499
c7e73be5
JD
125002011-06-26 Jan Djärv <jan.h.d@swipnet.se>
12501
12502 * emacsgtkfixed.h: State that this is only used with Gtk+3.
12503 (emacs_fixed_set_min_size): Remove.
12504 (emacs_fixed_new): Take frame as argument.
12505
12506 * emacsgtkfixed.c: State that this is only used with Gtk+3.
12507 (_EmacsFixedPrivate): Remove minwidth/height.
12508 Add struct frame *f.
12509 (emacs_fixed_init): Initialize priv->f.
12510 (get_parent_class, emacs_fixed_set_min_size): Remove.
12511 (emacs_fixed_new): Set priv->f to argument.
12512 (emacs_fixed_get_preferred_width)
12513 (emacs_fixed_get_preferred_height): Use min_width/height from
12514 frames size_hint to set minimum and natural (Bug#8919).
12515 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
12516 and use min_width/height from frames size_hint to set
12517 min_width/height (Bug#8919).
12518
12519 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
9173deec
JB
12520 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
12521 Fix indentation.
c7e73be5 12522
cf99dcf8
EZ
125232011-06-26 Eli Zaretskii <eliz@gnu.org>
12524
12525 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
12526 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
12527 called at ZV.
12528
029529ac
CY
125292011-06-26 Chong Yidong <cyd@stupidchicken.com>
12530
12531 * process.c (wait_reading_process_output): Bypass select if
12532 waiting for a cell while ignoring keyboard input, and input is
12533 pending. Suggested by Jan Djärv (Bug#8869).
12534
7a7ef429
PE
125352011-06-25 Paul Eggert <eggert@cs.ucla.edu>
12536
12537 Use gnulib's dup2 module instead of rolling our own.
12538 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
12539
11fdef7d 125402011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
989b42d2
YM
12541
12542 * dispnew.c (scrolling_window): Before scrolling, turn off a
12543 mouse-highlight in the window being scrolled.
12544
cd3520a4
JB
125452011-06-24 Juanma Barranquero <lekktu@gmail.com>
12546
12547 Move DEFSYM to lisp.h and use everywhere.
12548
12549 * character.h (DEFSYM): Move declaration...
12550 * lisp.h (DEFSYM): ...here.
12551
12552 * gnutls.c:
12553 * minibuf.c:
12554 * w32menu.c:
12555 * w32proc.c:
12556 * w32select.c: Don't include character.h.
12557
12558 * alloc.c (syms_of_alloc):
12559 * buffer.c (syms_of_buffer):
12560 * bytecode.c (syms_of_bytecode):
12561 * callint.c (syms_of_callint):
12562 * casefiddle.c (syms_of_casefiddle):
12563 * casetab.c (init_casetab_once):
12564 * category.c (init_category_once, syms_of_category):
12565 * ccl.c (syms_of_ccl):
12566 * cmds.c (syms_of_cmds):
12567 * composite.c (syms_of_composite):
12568 * dbusbind.c (syms_of_dbusbind):
12569 * dired.c (syms_of_dired):
12570 * dispnew.c (syms_of_display):
12571 * doc.c (syms_of_doc):
12572 * editfns.c (syms_of_editfns):
12573 * emacs.c (syms_of_emacs):
12574 * eval.c (syms_of_eval):
12575 * fileio.c (syms_of_fileio):
12576 * fns.c (syms_of_fns):
12577 * frame.c (syms_of_frame):
12578 * fringe.c (syms_of_fringe):
12579 * insdel.c (syms_of_insdel):
12580 * keymap.c (syms_of_keymap):
12581 * lread.c (init_obarray, syms_of_lread):
12582 * macros.c (syms_of_macros):
12583 * msdos.c (syms_of_msdos):
12584 * print.c (syms_of_print):
12585 * process.c (syms_of_process):
12586 * search.c (syms_of_search):
12587 * sound.c (syms_of_sound):
12588 * syntax.c (init_syntax_once, syms_of_syntax):
12589 * terminal.c (syms_of_terminal):
12590 * textprop.c (syms_of_textprop):
12591 * undo.c (syms_of_undo):
12592 * w32.c (globals_of_w32):
12593 * window.c (syms_of_window):
12594 * xdisp.c (syms_of_xdisp):
12595 * xfaces.c (syms_of_xfaces):
12596 * xfns.c (syms_of_xfns):
12597 * xmenu.c (syms_of_xmenu):
12598 * xsettings.c (syms_of_xsettings):
12599 * xterm.c (syms_of_xterm): Use DEFSYM.
12600
4228cf16
TZ
126012011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
12602
cd3520a4 12603 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
4228cf16 12604
7fcccf1e
PE
126052011-06-23 Paul Eggert <eggert@cs.ucla.edu>
12606
7efb4e0e
PE
12607 Integer and buffer overflow fixes (Bug#8873).
12608
ff5844ad
PE
12609 * print.c (printchar, strout): Check for string overflow.
12610 (PRINTPREPARE, printchar, strout):
12611 Don't set size unless allocation succeeds.
12612
90532f02
PE
12613 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
12614 for sizes. Check for string overflow more accurately.
12615 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
12616
6d84508d
PE
12617 * macros.c: Integer and buffer overflow fixes.
12618 * keyboard.h (struct keyboard.kbd_macro_bufsize):
12619 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
12620 Use ptrdiff_t, not int, for sizes.
12621 Don't increment bufsize until after realloc succeeds.
12622 Check for size-calculation overflow.
12623 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
12624
437b2cb4
PE
12625 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
12626
8b9ac8b4
PE
12627 * lread.c: Integer overflow fixes.
12628 (read_integer): Radix is now EMACS_INT, not int,
12629 to improve quality of diagnostics for out-of-range radices.
12630 Calculate buffer size correctly for out-of-range radices.
12631 (read1): Check for integer overflow in radices, and in
12632 read-circle numbers.
82cb60d3
PE
12633 (read_escape): Avoid int overflow.
12634 (Fload, openp, read_buffer_size, read1)
12635 (substitute_object_recurse, read_vector, read_list, map_obarray):
12636 Use ptrdiff_t, not int, for sizes.
12637 (read1): Use EMACS_INT, not int, for sizes.
20270765 12638 Check for size overflow.
8b9ac8b4 12639
7fcccf1e
PE
12640 * image.c (cache_image): Check for size arithmetic overflow.
12641
bfbbd7e7
PE
12642 * lread.c: Integer overflow issues.
12643 (saved_doc_string_size, saved_doc_string_length)
12644 (prev_saved_doc_string_size, prev_saved_doc_string_length):
12645 Now ptrdiff_t, not int.
12646 (read1): Don't assume doc string length fits in int. Check for
12647 out-of-range doc string lengths.
12648 (read_list): Don't assume file position fits in int.
39019e54 12649 (read_escape): Check for hex character overflow.
bfbbd7e7 12650
4e323265
LL
126512011-06-22 Leo Liu <sdl.web@gmail.com>
12652
12653 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
12654 Move to minibuffer.el.
12655
85fece3e
PE
126562011-06-22 Paul Eggert <eggert@cs.ucla.edu>
12657
20b84ce9 12658 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
85fece3e
PE
12659 The following patches are for when GLYPH_DEBUG && !XASSERT.
12660 * dispextern.h (trace_redisplay_p, dump_glyph_string):
12661 * dispnew.c (flush_stdout):
12662 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
12663 Mark as externally visible.
12664 * dispnew.c (check_window_matrix_pointers): Now static.
12665 * dispnew.c (window_to_frame_vpos):
12666 * xfns.c (unwind_create_frame):
12667 * xterm.c (x_check_font): Remove unused local.
12668 * scroll.c (CHECK_BOUNDS):
12669 * xfaces.c (cache_fache): Rename local to avoid shadowing.
12670 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
12671 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
12672 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
12673 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
12674 Now static.
12675 (debug_method_add): Use va_list and vsprintf rather than relying
12676 on undefined behavior with wrong number of arguments.
12677 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
12678 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
12679 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
12680 since we're not interested in debugging glyphs with old libraries.
12681 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
12682 GCC 4.6.0's static checking.
12683
0766b489
PE
126842011-06-22 Paul Eggert <eggert@cs.ucla.edu>
12685
31fd4b32
PE
12686 Integer overflow and signedness fixes (Bug#8873).
12687 A few related buffer overrun fixes, too.
12688
b79e8648
PE
12689 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
12690
0766b489
PE
12691 * dispextern.h (struct face.stipple):
12692 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
12693 (x_bitmap_mask, x_allocate_bitmap_record)
12694 (x_create_bitmap_from_data, x_create_bitmap_from_file)
12695 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
12696 (x_create_bitmap_from_xpm_data):
12697 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
12698 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
12699 (.bitmaps_last):
12700 * xfaces.c (load_pixmap):
12701 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
12702 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
12703 (.bitmaps_last, struct x_output.icon_bitmap):
12704 Use ptrdiff_t, not int, for bitmap indexes.
12705 (x_allocate_bitmap_record): Check for size overflow.
12706 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
12707
b081724f
PE
12708 Use ptrdiff_t, not int, for overlay counts.
12709 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
12710 * editfns.c (overlays_around, get_pos_property):
12711 * textprop.c (get_char_property_and_overlay):
12712 * xdisp.c (next_overlay_change, note_mouse_highlight):
12713 * xfaces.c (face_at_buffer_position):
21514da7
PE
12714 * buffer.c (OVERLAY_COUNT_MAX): New macro.
12715 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
12716 (Fnext_overlay_change, Fprevious_overlay_change)
12717 (mouse_face_overlay_overlaps, Foverlays_in):
b081724f 12718 Use ptrdiff_t, not int, for sizes.
21514da7 12719 (overlays_at, overlays_in): Check for size-calculation overflow.
b081724f 12720
3de73e5e
PE
12721 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
12722
2606c57b
PE
12723 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
12724 (x_session_initialize): Do not assume string length fits in int.
12725
aaafe47a
PE
12726 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
12727 This is unlikely, but can occur if DPI is outlandish.
12728
2674ddc8 12729 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3a5077c5
PE
12730 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
12731
28154962
PE
12732 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
12733 * xrdb.c (magic_file_p, search_magic_path):
12734 Omit last arg SUFFIX; it was always 0. All callers changed.
12735 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
12736
7de51af5
PE
12737 * xfont.c (xfont_match): Avoid need for strlen.
12738
25ed6cc3
PE
12739 * xfns.c: Don't assume strlen fits in int.
12740 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
12741
4eab31dd
PE
12742 * xdisp.c (message_log_check_duplicate): Return intmax_t,
12743 not unsigned long, as we prefer signed integers. All callers changed.
12744 Detect integer overflow in repeat count.
12745 (message_dolog): Don't assume print length fits in 39 bytes.
df1f27af 12746 (display_mode_element): Don't assume strlen fits in int.
4eab31dd 12747
171e2a58
PE
12748 * termcap.c: Don't assume sizes fit in int and never overflow.
12749 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
12750 (gobble_line): Check for size-calculation overflow.
12751
ad39faca 12752 * minibuf.c (Fread_buffer):
6e5bb2dc 12753 * lread.c (intern, intern_c_string):
74ca2eb3
PE
12754 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
12755 Don't assume string length fits in int.
12756
52c61c22 12757 * keyboard.c (parse_tool_bar_item):
9bda3520
PE
12758 * gtkutil.c (style_changed_cb): Avoid need for strlen.
12759
b5b8c9e5
PE
12760 * font.c: Don't assume string length fits in int.
12761 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
12762 Use ptrdiff_t, not int.
ccd6111c
PE
12763 (font_intern_prop): Don't assume string length fits in int.
12764 Don't assume integer property fits in fixnum.
12765 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
b5b8c9e5 12766
882f0d81 12767 * filelock.c: Fix some buffer overrun and integer overflow issues.
51cab52b 12768 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
882f0d81
PE
12769 Reformulate so as not to need the command string.
12770 Invoke gzip -cd rather than gunzip, as it's more portable.
12771 (lock_info_type, lock_file_1, lock_file):
12772 Don't assume pid_t and time_t fit in unsigned long.
12773 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
12774 (current_lock_owner): Prefer signed type for sizes.
12775 Use memcpy, not strncpy, where memcpy is what is really wanted.
12776 Don't assume (via atoi) that time_t and pid_t fit in int.
12777 Check for time_t and/or pid_t out of range, e.g., via a network share.
12778 Don't alloca where an auto var works fine.
12779
93f4cf88
PE
12780 * fileio.c: Fix some integer overflow issues.
12781 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
12782 Don't assume string length fits in int.
12783 (directory_file_name): Don't assume string length fits in long.
12784 (make_temp_name): Don't assume pid fits in int, or that its print
12785 length is less than 20.
12786
f3e92b69
PE
12787 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
12788
1bfdaf10
PE
12789 * coding.c (make_subsidiaries): Don't assume string length fits in int.
12790
35016e9a
PE
12791 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
12792
3d1e65a1
PE
12793 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
12794 We prefer signed integers, even for size calculations.
12795
0b963a93
PE
12796 * emacs.c: Don't assume string length fits in 'int'.
12797 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
12798 (main): Don't invoke strlen when not needed.
12799
573f4b54
PE
12800 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
12801 (XD_DEBUG_MESSAGE): Don't waste a byte.
12802
989f33ba
PE
12803 * callproc.c (getenv_internal_1, getenv_internal)
12804 (Fgetenv_internal):
965d34eb
PE
12805 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
12806
e4d29b33
PE
12807 * lread.c (invalid_syntax): Omit length argument.
12808 All uses changed. This doesn't fix a bug, but it simplifies the
12809 code away from its former Hollerith-constant appearance, and it's
12810 one less 'int' to worry about when looking at integer-overflow issues.
51cab52b 12811 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
e4d29b33 12812
eb49b136
PE
12813 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
12814 This didn't break anything, but it didn't help either.
12815 It's confusing to put a bogus integer in a place where the actual
12816 value does not matter.
9f62aeb1 12817 (LIST_END_P): Remove unused macro and its bogus comment.
cbeff735 12818 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
eb49b136 12819
15375a22
PE
12820 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
12821 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
12822 implementation.
b61cc01c
PE
12823 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
12824 We prefer signed types, and the value cannot exceed the EMACS_INT
12825 range anyway (because otherwise the length would not be representable).
9a8e8d9b
PE
12826 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
12827 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
12828 This avoids a GCC warning when WIDE_EMACS_INT.
15375a22 12829
53b2623d
PE
12830 * indent.c (sane_tab_width): New function.
12831 (current_column, scan_for_column, Findent_to, position_indentation)
12832 (compute_motion): Use it. This is just for clarity.
8fcaf9cc 12833 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
53b2623d 12834
51cab52b 12835 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
45aebb64 12836
f2ed8a70
PE
12837 * lisp.h (lint_assume): New macro.
12838 * composite.c (composition_gstring_put_cache):
12839 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
12840
abe80cc6
PE
12841 * editfns.c, insdel.c:
12842 Omit unnecessary forward decls, to simplify future changes.
a9e860e1 12843
b02c740e
PE
12844 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
12845
ebc96716
PE
12846 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
12847
b4e50fa0 12848 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
f03dc6ef 12849 Use much-faster test for byte-length change.
311d5d7c 12850 Don't assume string byte-length fits in 'int'.
a4cf38e4 12851 Check that character arg fits in 'int'.
85461888 12852 (mapcar1): Declare byte as byte, for clarity.
b4e50fa0 12853
c0c1ee9f
PE
12854 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
12855
a498d7f4
PE
12856 * fns.c (concat): Catch string overflow earlier.
12857 Do not rely on integer wraparound.
12858
51cab52b
PE
12859 * dispextern.h (struct it.overlay_strings_charpos)
12860 (struct it.selective): Now EMACS_INT, not int.
87830974
PE
12861 * xdisp.c (forward_to_next_line_start)
12862 (back_to_previous_visible_line_start)
12863 (reseat_at_next_visible_line_start, next_element_from_buffer):
12864 Don't arbitrarily truncate the value of 'selective' to int.
12865
76031fad
PE
12866 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
12867
5eb55db9
PE
12868 * composite.c: Don't truncate sizes to 'int'.
12869 (composition_gstring_p, composition_reseat_it)
12870 (composition_adjust_point): Use EMACS_INT, not int.
7d100a81
PE
12871 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
12872 not EMACS_UINT, for indexes.
5eb55db9 12873
0703a717
PE
12874 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
12875
d6202519
PE
12876 * buffer.c: Include <verify.h>.
12877 (struct sortvec.priority, struct sortstr.priority):
8961a454 12878 Now EMACS_INT, not int.
c20998a7 12879 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
67c36fce
PE
12880 (struct sortstr.size, record_overlay_string)
12881 (struct sortstrlist.size, struct sortlist.used):
12882 Don't truncate size to int.
12883 (record_overlay_string): Check for size-calculation overflow.
d6202519 12884 (init_buffer_once): Check at compile-time, not run-time.
fadf4e30 12885
d5a19415
JM
128862011-06-22 Jim Meyering <meyering@redhat.com>
12887
029529ac 12888 Don't leak an XBM-image-sized buffer
d5a19415
JM
12889 * image.c (xbm_load): Free the image buffer after using it.
12890
a9041e6c
PE
128912011-06-21 Paul Eggert <eggert@cs.ucla.edu>
12892
12893 Port to Sun C.
12894 * composite.c (find_automatic_composition): Omit needless 'return 0;'
12895 that Sun C diagnosed.
12896 * fns.c (secure_hash): Fix pointer signedness issue.
12897 * intervals.c (static_offset_intervals): New function.
12898 (offset_intervals): Use it.
12899
7f3f739f
LL
129002011-06-21 Leo Liu <sdl.web@gmail.com>
12901
12902 * deps.mk (fns.o):
12903 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
12904 sha512.h.
12905
12906 * fns.c (secure_hash): Rename from crypto_hash_function and change
12907 the first arg to accept symbols.
5b66d427 12908 (Fsecure_hash): New primitive.
7f3f739f
LL
12909 (syms_of_fns): New symbols.
12910
76147d94
DD
129112011-06-20 Deniz Dogan <deniz@dogan.se>
12912
12913 * process.c (Fset_process_buffer): Clarify return value in
12914 docstring.
12915
7d7d0045
CY
129162011-06-18 Chong Yidong <cyd@stupidchicken.com>
12917
12918 * dispnew.c (add_window_display_history): Use BVAR.
12919
12920 * xdisp.c (debug_method_add): Use BVAR.
12921 (check_window_end, dump_glyph_matrix, dump_glyph)
12922 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
12923
12924 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
12925 Likewise.
12926
12927 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
12928 check till after the cache is created in init_frame_faces.
12929
ff2bc410
SM
129302011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
12933
28177add
PE
129342011-06-16 Paul Eggert <eggert@cs.ucla.edu>
12935
dd3482fe
PE
12936 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
12937 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
12938 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
12939
393d71f3 12940 Improve buffer-overflow checking (Bug#8873).
1c8e352f
PE
12941 * fileio.c (Finsert_file_contents):
12942 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
12943 Remove the old (too-loose) buffer overflow checks.
12944 They weren't needed, since make_gap checks for buffer overflow.
12945 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
12946 The old code merely checked for Emacs fixnum overflow, and relied
12947 on undefined (wraparound) behavior. The new code avoids undefined
12948 behavior, and also checks for ptrdiff_t and/or size_t overflow.
12949
2e6813b0 12950 * editfns.c (Finsert_char): Don't dump core with very negative counts.
21d890a4
PE
12951 Tune. Don't use wider integers than needed. Don't use alloca.
12952 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
2e6813b0 12953
599a9e4f
PE
12954 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
12955
99561444
PE
12956 * insdel.c, lisp.h (buffer_overflow): New function.
12957 (insert_from_buffer_1, replace_range, replace_range_2):
12958 * insdel.c (make_gap_larger):
12959 * editfns.c (Finsert_char):
12960 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
12961
28177add
PE
12962 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
12963
e69dafad
PE
129642011-06-15 Paul Eggert <eggert@cs.ucla.edu>
12965
4baa020d 12966 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
ff672d2c 12967
b1c46f02
PE
12968 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
12969 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
12970
e69dafad
PE
12971 * fileio.c: Don't assume EMACS_INT fits in off_t.
12972 (emacs_lseek): New static function.
12973 (Finsert_file_contents, Fwrite_region): Use it.
12974 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
12975
566684ea
PE
12976 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
12977
e6966cd6
PE
12978 * fns.c: Don't overflow int when computing a list length.
12979 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
12980 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
12981 truncation on 64-bit hosts. Check for QUIT every
12982 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
12983 faster and is responsive enough.
12984 (Flength): Report an error instead of overflowing an integer.
12985 (Fsafe_length): Return a float if the value is not representable
12986 as a fixnum. This shouldn't happen except in contrived situations.
6346d301 12987 (Fnthcdr, Fsort): Don't assume list length fits in int.
de41a810 12988 (Fcopy_sequence): Don't assume vector length fits in int.
00c604f2 12989
dd0b0efb
PE
12990 * alloc.c: Check that resized vectors' lengths fit in fixnums.
12991 (header_size, word_size): New constants.
12992 (allocate_vectorlike): Don't check size overflow here.
12993 (allocate_vector): Check it here instead, since this is the only
12994 caller of allocate_vectorlike that could cause overflow.
12995 Check that the new vector's length is representable as a fixnum.
12996
86fe5cfe
PE
12997 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
12998 The previous code was bogus. For example, next_almost_prime (32)
12999 returned 39, which is undesirable as it is a multiple of 3; and
13000 next_almost_prime (24) returned 25, which is a multiple of 5 so
13001 why was the code bothering to check for multiples of 7?
13002
80e88859
PE
13003 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
13004
4a2f0ad6
PE
13005 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
13006
f66c7cf8
PE
13007 Variadic C functions now count arguments with ptrdiff_t.
13008 This partly undoes my 2011-03-30 change, which replaced int with size_t.
13009 Back then I didn't know that the Emacs coding style prefers signed int.
13010 Also, in the meantime I found a few more instances where arguments
4a2f0ad6
PE
13011 were being counted with int, which may truncate counts on 64-bit
13012 machines, or EMACS_INT, which may be unnecessarily wide.
f66c7cf8
PE
13013 * lisp.h (struct Lisp_Subr.function.aMANY)
13014 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
13015 Arg counts are now ptrdiff_t, not size_t.
13016 All variadic functions and their callers changed accordingly.
13017 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
13018 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
13019 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
13020 * callint.c (Fcall_interactively): Check arg count for overflow,
13021 to avoid potential buffer overrun. Use signed char, not 'int',
13022 for 'varies' array, so that we needn't bother to check its size
13023 calculation for overflow.
13024 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
13025 * eval.c (apply_lambda):
13026 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
13027 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
13028 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
13029
a1759b76
PE
13030 * callint.c (Fcall_interactively): Don't use index var as event count.
13031
d96be9fc
PE
13032 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
13033 * mem-limits.h (SIZE): Remove; no longer used.
13034
a690a978 13035 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
5efd304b 13036
578c21e6
PE
13037 Remove unnecessary casts.
13038 * xterm.c (x_term_init):
13039 * xfns.c (x_set_border_pixel):
13040 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
13041 These aren't needed now that we assume ANSI C.
13042
96f53c6c
PE
13043 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
13044 It's more likely to cause problems (due to unsigned overflow)
13045 than to cure them.
13046
83c77d31
PE
13047 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
13048
ee2079f1
PE
13049 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
13050
6da65536
PE
13051 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
13052
7147c4a4
PE
13053 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
13054
193e32d9
PE
13055 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
13056
e5533da6
PE
13057 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
13058
9910e595
PE
13059 GLYPH_CODE_FACE returns EMACS_INT, not int.
13060 * dispextern.h (merge_faces):
13061 * xfaces.c (merge_faces):
01103c44
PE
13062 * xdisp.c (get_next_display_element, next_element_from_display_vector):
13063 Don't assume EMACS_INT fits in int.
9910e595 13064
2638320e
PE
13065 * character.h (CHAR_VALID_P): Remove unused parameter.
13066 * fontset.c, lisp.h, xdisp.c: All uses changed.
13067
045eb8d9
PE
13068 * editfns.c (Ftranslate_region_internal): Omit redundant test.
13069
c1f134b5
PE
13070 * fns.c (concat): Minor tuning based on overflow analysis.
13071 This doesn't fix any bugs. Use int to hold character, instead
13072 of constantly refetching from Emacs object. Use XFASTINT, not
13073 XINT, for value known to be a character. Don't bother comparing
13074 a single byte to 0400, as it's always less.
13075
395fcb93 13076 * floatfns.c (Fexpt):
327eeec8
PE
13077 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
13078
abbd3d23
PE
13079 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
13080 for characters.
13081
684a03ef
PE
13082 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
13083
0fed43f3
PE
13084 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
13085 Without this fix, on a 64-bit host (aset S 0 4294967386) would
13086 incorrectly succeed when S was a string, because 4294967386 was
13087 truncated before it was used.
13088
8fd02eb7
PE
13089 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
13090 Otherwise, an out-of-range integer could cause undefined behavior
13091 on a 64-bit host.
13092
f8c86b69
PE
13093 * composite.c: Use int, not EMACS_INT, for characters.
13094 (fill_gstring_body, composition_compute_stop_pos): Use int, not
13095 EMACS_INT, for values that are known to be in character range.
13096 This doesn't fix any bugs but is the usual style inside Emacs and
13097 may generate better code on 32-bit machines.
13098
34206dd2
PE
13099 Make sure a 64-bit char is never passed to ENCODE_CHAR.
13100 This is for reasons similar to the recent CHAR_STRING fix.
13101 * charset.c (Fencode_char): Check that character arg is actually
13102 a character. Pass an int to ENCODE_CHAR.
13103 * charset.h (ENCODE_CHAR): Verify that the character argument is no
13104 wider than 'int', as a compile-time check to prevent future regressions
13105 in this area.
13106
c5958d4c 13107 * character.c (char_string): Remove unnecessary casts.
13bdea59
PE
13108
13109 Make sure a 64-bit char is never passed to CHAR_STRING.
13110 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
13111 by silently ignoring the top 32 bits, allowing some values
13112 that were far too large to be valid characters.
13113 * character.h: Include <verify.h>.
13114 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
13115 arguments are no wider than unsigned, as a compile-time check
13116 to prevent future regressions in this area.
13117 * data.c (Faset):
01103c44 13118 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
13bdea59
PE
13119 (Fsubst_char_in_region):
13120 * fns.c (concat):
13121 * xdisp.c (decode_mode_spec_coding):
13122 Adjust to CHAR_STRING's new requirement.
13123 * editfns.c (Finsert_char, Fsubst_char_in_region):
13124 * fns.c (concat): Check that character args are actually
13125 characters. Without this test, these functions did the wrong
13126 thing with wildly out-of-range values on 64-bit hosts.
13127
d37ca623
PE
13128 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
13129 These casts should not be needed on 32-bit hosts, either.
13130 * keyboard.c (read_char):
13131 * lread.c (Fload): Remove casts to unsigned.
13132
ea204efb
PE
13133 * lisp.h (UNSIGNED_CMP): New macro.
13134 This fixes comparison bugs on 64-bit hosts.
13135 (ASCII_CHAR_P): Use it.
13136 * casefiddle.c (casify_object):
01103c44 13137 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
ea204efb
PE
13138 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
13139 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
13140 * dispextern.h (FACE_FROM_ID):
13141 * keyboard.c (read_char): Use UNSIGNED_CMP.
13142
41cb286c
PE
13143 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
13144 not to EMACS_INT, to avoid GCC warning.
13145
4a1b9832
PE
13146 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
13147
55daad71
PE
13148 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
13149 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
13150 isn't needed on 32-bit machines.
8f95c75c 13151
01103c44
PE
13152 * buffer.c (Fgenerate_new_buffer_name):
13153 Use EMACS_INT for count, not int.
0ceccced 13154 (advance_to_char_boundary): Return EMACS_INT, not int.
e762cafe
PE
13155
13156 * data.c (Qcompiled_function): Now static.
13157
c6f072e7
PE
13158 * window.c (window_body_lines): Now static.
13159
20ce5912
PE
13160 * image.c (gif_load): Rename local to avoid shadowing.
13161
9c4c5f81
PE
13162 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
13163 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
13164 * alloc.c (make_save_value): Integer argument is now of type
13165 ptrdiff_t, not int.
13166 (mark_object): Use ptrdiff_t, not int.
13167 * lisp.h (pD): New macro.
13168 * print.c (print_object): Use it.
13169
c0c5c8ae
PE
13170 * alloc.c: Use EMACS_INT, not int, to count objects.
13171 (total_conses, total_markers, total_symbols, total_vector_size)
13172 (total_free_conses, total_free_markers, total_free_symbols)
01103c44
PE
13173 (total_free_floats, total_floats, total_free_intervals)
13174 (total_intervals, total_strings, total_free_strings):
c0c5c8ae
PE
13175 Now EMACS_INT, not int. All uses changed.
13176 (Fgarbage_collect): Compute overall total using a double, so that
13177 integer overflow is less likely to be a problem. Check for overflow
13178 when converting back to an integer.
5a25e253
PE
13179 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
13180 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
13181 These were 'int' variables that could overflow on 64-bit hosts;
13182 they were never used, so remove them instead of repairing them.
211a0b2a 13183 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
6349ae4d
PE
13184 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
13185 Previously, this ceilinged at INT_MAX, but that doesn't work on
13186 64-bit machines.
e46bb31a 13187 (allocate_pseudovector): Don't use EMACS_INT when int would do.
c0c5c8ae 13188
c78baabf 13189 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
86f61a15 13190 (allocate_vectorlike): Check for ptrdiff_t overflow.
b6439961
PE
13191 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
13192 when a (possibly-narrower) signed value would do just as well.
13193 We prefer using signed arithmetic, to avoid comparison confusion.
c78baabf 13194
c9d624c6
PE
13195 * alloc.c: Catch some string size overflows that we were missing.
13196 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
13197 for convenience in STRING_BYTES_MAX.
13198 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
13199 The definition here is exact; the one in lisp.h was approximate.
13200 (allocate_string_data): Check for string overflow. This catches
13201 some instances we weren't catching before. Also, it catches
13202 size_t overflow on (unusual) hosts where SIZE_MAX <= min
13203 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
13204 and ptrdiff_t and EMACS_INT are both 64 bits.
c78baabf 13205
c9d624c6
PE
13206 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
13207 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
640c8776 13208 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
c9d624c6 13209
353032ce
PE
13210 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
13211
2bccce07
PE
13212 * alloc.c (Fmake_string): Check for out-of-range init.
13213
0ac30604
SM
132142011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
13217
c195f2de
JD
132182011-06-14 Jan Djärv <jan.h.d@swipnet.se>
13219
13220 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
13221 xg_get_default_scrollbar_width.
13222
13223 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
13224 (int_gtk_range_get_value): Move to the scroll bar part of the file.
13225 (style_changed_cb): Call update_theme_scrollbar_width and call
13226 x_set_scroll_bar_default_width and xg_frame_set_char_size for
13227 all frames (Bug#8505).
13228 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
13229 Call gtk_window_set_resizable if HAVE_GTK3.
13230 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
13231 and height if HAVE_GTK3 (Bug#8505).
13232 (scroll_bar_width_for_theme): New variable.
13233 (update_theme_scrollbar_width): New function.
13234 (xg_get_default_scrollbar_width): Move code to
13235 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
13236 (xg_initialize): Call update_theme_scrollbar_width.
13237
13238 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
13239
13240 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
13241
e10ac9f1
MR
132422011-06-12 Martin Rudalics <rudalics@gmx.at>
13243
13244 * frame.c (make_frame): Call other_buffer_safely instead of
13245 other_buffer.
13246
13247 * window.c (temp_output_buffer_show): Call display_buffer with
13248 second argument Vtemp_buffer_show_specifiers and reset latter
13249 immediately after the call.
13250 (Vtemp_buffer_show_specifiers): New variable.
13251 (auto_window_vscroll_p, next_screen_context_lines)
13252 (Vscroll_preserve_screen_position): Remove leading asterisks from
13253 doc-strings.
13254
2d3c217e 132552011-06-12 Paul Eggert <eggert@cs.ucla.edu>
4475bec4 13256
7b7f97e8 13257 Fix minor problems found by GCC 4.6.0 static checking.
4475bec4
PE
13258 * buffer.c (Qclone_number): Remove for now, as it's unused.
13259 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
13260 (record_buffer): Remove unused local.
13261 * frame.c (other_visible_frames, frame_buffer_list): Now static.
13262 (set_frame_buffer_list): Remove; unused.
13263 * frame.h (other_visible_frames): Remove decl.
13264 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
13265 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
13266 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
13267 if HAVE_GPM.
13268 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
13269 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
13270 Define only if HAVE_GPM.
13271 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
13272 (update_hints_inhibit): Remove; never set. All uses removed.
13273 * widgetprv.h (emacsFrameClassRec): Remove decl.
13274 * window.c (delete_deletable_window): Now returns void, since it
13275 wasn't returning anything.
13276 (compare_window_configurations): Remove unused locals.
13277 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
13278 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
4475bec4
PE
13279 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
13280 the same widths as pointers. This follows up on the 2011-05-06 patch.
13281 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
13282 * xterm.h: Likewise.
13283 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
13284
1384b89e
JB
132852011-06-12 Juanma Barranquero <lekktu@gmail.com>
13286
13287 * makefile.w32-in: Update dependencies.
13288 (LISP_H): Add lib/intprops.h.
13289
1100a63c
CY
132902011-06-11 Chong Yidong <cyd@stupidchicken.com>
13291
13292 * image.c (gif_load): Add animation frame delay to the metadata.
13293 (syms_of_image): Use DEFSYM. New symbol `delay'.
13294
6198ccd0
MR
132952011-06-11 Martin Rudalics <rudalics@gmx.at>
13296
13297 * window.c (delete_deletable_window): Re-add.
13298 (Fset_window_configuration): Rewrite to handle dead buffers and
13299 consequently deletable windows.
13300 (window_tree, Fwindow_tree): Remove. Supply functionality in
13301 window.el.
13302 (compare_window_configurations): Simplify code.
13303
b6e3633c
AS
133042011-06-11 Andreas Schwab <schwab@linux-m68k.org>
13305
1ab0dee5
AS
13306 * image.c (imagemagick_load_image): Fix type mismatch.
13307 (Fimagemagick_types): Likewise.
13308
b6e3633c
AS
13309 * window.h (replace_buffer_in_windows): Declare.
13310
9397e56f
MR
133112011-06-11 Martin Rudalics <rudalics@gmx.at>
13312
13313 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
13314 Qclone_number. Remove external declaration of Qdelete_window.
13315 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
13316 code.
640c8776
SM
13317 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
13318 Run Qbuffer_list_update_hook if allowed.
9397e56f
MR
13319 (Fother_buffer): Rewrite doc-string. Major rewrite for new
13320 buffer list implementation.
13321 (other_buffer_safely): New function.
13322 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
13323 calls to replace_buffer_in_windows and
13324 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
13325 if allowed.
13326 (record_buffer): Inhibit quitting and rewrite using quittable
13327 functions. Run Qbuffer_list_update_hook if allowed.
13328 (Frecord_buffer, Funrecord_buffer): New functions.
640c8776
SM
13329 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
13330 Move switch-to-buffer to window.el.
9397e56f
MR
13331 (bury-buffer): Move to window.el.
13332 (Vbuffer_list_update_hook): New variable.
13333
13334 * lisp.h (other_buffer_safely): Add prototype in buffer.c
13335 section.
13336
13337 * window.h (resize_frame_windows): Move up in code.
13338 (Fwindow_frame): Remove EXFUN.
13339 (replace_buffer_in_all_windows): Remove prototype.
13340 (replace_buffer_in_windows_safely): Add prototype.
13341
13342 * window.c: Declare Qdelete_window static again. Move down
13343 declaration of select_count.
13344 (Fnext_window, Fprevious_window): Rewrite doc-strings.
13345 (Fother_window): Move to window.el.
13346 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
13347 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
13348 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
13349 window.el.
13350 (replace_buffer_in_windows): Implement by calling
13351 Qreplace_buffer_in_windows.
13352 (replace_buffer_in_all_windows): Remove with some functionality
13353 moved into replace_buffer_in_windows_safely.
13354 (replace_buffer_in_windows_safely): New function.
13355 (select_window_norecord, select_frame_norecord): Move in front
13356 of run_window_configuration_change_hook. Remove now obsolete
13357 declarations.
640c8776
SM
13358 (Fset_window_buffer): Rewrite doc-string.
13359 Call Qrecord_window_buffer.
9397e56f
MR
13360 (keys_of_window): Move binding for other-window to window.el.
13361
b50691aa
CY
133622011-06-11 Chong Yidong <cyd@stupidchicken.com>
13363
13364 * dispextern.h (struct image): Replace data member, whose int_val
13365 and ptr_val fields were not used by anything, with a single
13366 lisp_val object.
13367
13368 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
13369 (gif_clear_image, gif_load, imagemagick_load_image)
13370 (gs_clear_image, gs_load): Callers changed.
13371
3f754b86
PE
133722011-06-10 Paul Eggert <eggert@cs.ucla.edu>
13373
cca69397
PE
13374 * buffer.h: Include <time.h>, for time_t.
13375 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
13376
109e28d0
PE
13377 Fix minor problems found by static checking.
13378
60737f02
PE
13379 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
13380
4b66faf3
PE
13381 Make identifiers static if they are not used in other modules.
13382 * data.c (Qcompiled_function, Qframe, Qvector):
13383 * image.c (QimageMagick, Qsvg):
13384 * minibuf.c (Qmetadata):
13385 * window.c (resize_window_check, resize_root_window): Now static.
13386 * window.h (resize_window_check, resize_root_window): Remove decls.
13387
109e28d0
PE
13388 * window.c (window_deletion_count, delete_deletable_window):
13389 Remove; unused.
46a4ce9e
PE
13390 (window_body_lines): Now static.
13391 (Fdelete_other_windows_internal): Mark vars as initialized.
13392 Make sure 'resize_failed' is initialized.
13393 (run_window_configuration_change_hook): Rename local to avoid shadowing.
13394 (resize_window_apply): Remove unused local.
13395 * window.h (delete_deletable_window): Remove decl.
13396
109e28d0 13397 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
33290528
PE
13398 (imagemagick_load_image): Fix pointer signedness problem by changing
13399 last arg from unsigned char * to char *. All uses changed.
13400 Also, fix a local for similar reasons.
13401 Remove unused locals. Remove locals to avoid shadowing.
13402 (fn_rsvg_handle_free): Remove; unused.
13403 (svg_load, svg_load_image): Fix pointer signedness problem.
f7e13da3 13404 (imagemagick_load_image): Don't use garbage pointer image_wand.
33290528 13405
3f754b86
PE
13406 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
13407
2547adb1
CY
134082011-06-10 Chong Yidong <cyd@stupidchicken.com>
13409
13410 * image.c (gif_load): Fix omitted cast error introduced by
13411 2011-06-06 change.
13412
2c8e37d4
MR
134132011-06-10 Martin Rudalics <rudalics@gmx.at>
13414
13415 * window.h (resize_proportionally, orig_total_lines)
13416 (orig_top_line): Remove from window structure.
13417 (set_window_height, set_window_width, change_window_heights)
13418 (Fdelete_window): Remove prototypes.
13419 (resize_frame_windows): Remove duplicate declaration.
13420
440a42e3
EZ
134212011-06-10 Eli Zaretskii <eliz@gnu.org>
13422
13423 * window.h (resize_frame_windows, resize_window_check)
13424 (delete_deletable_window, resize_root_window)
13425 (resize_frame_windows): Declare prototypes.
13426
13427 * window.c (resize_window_apply): Make definition be "static" to
13428 match the prototype.
13429
562dd5e9
MR
134302011-06-10 Martin Rudalics <rudalics@gmx.at>
13431
13432 * window.c: Remove declarations of Qwindow_size_fixed,
13433 window_min_size_1, window_min_size_2, window_min_size,
13434 size_window, window_fixed_size_p, enlarge_window, delete_window.
13435 Remove static from declaration of Qdelete_window, it's
13436 temporarily needed by Fbury_buffer.
13437 (replace_window): Don't assign orig_top_line and
13438 orig_total_lines.
13439 (Fdelete_window, delete_window): Remove. Window deletion is
13440 handled by window.el.
640c8776
SM
13441 (window_loop): Remove DELETE_OTHER_WINDOWS case.
13442 Replace Fdelete_window calls with calls to Qdelete_window.
562dd5e9
MR
13443 (Fdelete_other_windows): Remove. Deleting other windows is
13444 handled by window.el.
13445 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
13446 handled in window.el.
13447 (window_min_size_2, window_min_size_1, window_min_size): Remove.
13448 Window minimum sizes are handled in window.el.
13449 (shrink_windows, size_window, set_window_height)
13450 (set_window_width, change_window_heights, window_height)
13451 (window_width, CURBEG, CURSIZE, enlarge_window)
13452 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
13453 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
13454 handled in window.el.
13455 (make_dummy_parent): Rename to make_parent_window and give it a
13456 second argument horflag.
13457 (make_window): Don't set resize_proportionally any more.
13458 (Fsplit_window): Remove. Windows are split in window.el.
13459 (save_restore_action, save_restore_orig_size)
13460 (shrink_window_lowest_first, save_restore_orig_size): Remove.
13461 Resize mini windows in window.el.
13462 (grow_mini_window, shrink_mini_window): Implement by calling
13463 Qresize_root_window_vertically, resize_window_check and
13464 resize_window_apply.
640c8776
SM
13465 (saved_window, Fset_window_configuration, save_window_save):
13466 Do not handle orig_top_line, orig_total_lines, and
562dd5e9
MR
13467 resize_proportionally.
13468 (window_min_height, window_min_width): Move to window.el.
13469 (keys_of_window): Move bindings for delete-other-windows,
13470 split-window, delete-window and enlarge-window to window.el.
13471
13472 * buffer.c: Temporarily extern Qdelete_window.
13473 (Fbury_buffer): Temporarily call Qdelete_window instead of
13474 Fdelete_window (Fbury_buffer will move to window.el soon).
13475
13476 * frame.c (set_menu_bar_lines_1): Remove code handling
13477 orig_top_line and orig_total_lines.
13478
13479 * dispnew.c (adjust_frame_glyphs_initially): Don't use
13480 set_window_height but set heights directly.
13481 (change_frame_size_1): Use resize_frame_windows.
13482
13483 * xdisp.c (init_xdisp): Don't use set_window_height but set
13484 heights directly.
13485
640c8776
SM
13486 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
13487 Use resize_frame_windows instead of change_window_heights and run
562dd5e9
MR
13488 run_window_configuration_change_hook.
13489
13490 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
13491 instead of change_window_heights and run
13492 run_window_configuration_change_hook.
13493
1a13852e
MR
134942011-06-09 Martin Rudalics <rudalics@gmx.at>
13495
13496 * window.c (replace_window): Rename second argument REPLACEMENT to
13497 NEW. New third argument SETFLAG. Rewrite.
13498 (delete_window, make_dummy_parent): Call replace_window with
13499 third argument 1.
13500 (window_list_1): Move down in code.
13501 (run_window_configuration_change_hook): Move set_buffer part
13502 before select_frame_norecord part in order to unwind correctly.
13503 Rename count1 to count.
13504 (recombine_windows, delete_deletable_window, resize_root_window)
13505 (Fdelete_other_windows_internal)
13506 (Frun_window_configuration_change_hook, make_parent_window)
13507 (resize_window_check, resize_window_apply, Fresize_window_apply)
13508 (resize_frame_windows, Fsplit_window_internal)
640c8776
SM
13509 (Fdelete_window_internal, Fresize_mini_window_internal):
13510 New functions.
1a13852e
MR
13511 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
13512
f3d1777e
MR
135132011-06-08 Martin Rudalics <rudalics@gmx.at>
13514
496e208e
MR
13515 * window.h (window): Add some new members to window structure -
13516 normal_lines, normal_cols, new_total, new_normal, clone_number,
13517 splits, nest, prev_buffers, next_buffers.
13518 (WINDOW_TOTAL_SIZE): Move here from window.c.
b9e809c2 13519 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
496e208e 13520
f3d1777e
MR
13521 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
13522 Remove.
496e208e
MR
13523 (make_dummy_parent): Set new members of windows structure.
13524 (make_window): Move down in code. Handle new members of window
13525 structure.
13526 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
13527 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
13528 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
13529 (Fset_window_prev_buffers, Fwindow_next_buffers)
640c8776
SM
13530 (Fset_window_next_buffers, Fset_window_clone_number):
13531 New functions.
496e208e
MR
13532 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
13533 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
13534 Doc-string fixes.
13535 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
13536 Argument WINDOW can be now internal window too.
13537 (Fwindow_use_time): Move up in code.
13538 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
13539 Rewrite doc-string.
13540 (Fset_window_configuration, saved_window)
13541 (Fcurrent_window_configuration, save_window_save): Handle new
13542 members of window structure.
b9e809c2
MR
13543 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
13544 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
13545 (syms_of_window): New Lisp objects Qrecord_window_buffer,
13546 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
13547 Qget_mru_window, Qresize_root_window,
13548 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
13549 Qauto_buffer_name; staticpro them.
f3d1777e 13550
abde8f8c
MR
135512011-06-07 Martin Rudalics <rudalics@gmx.at>
13552
13553 * window.c (Fwindow_total_size, Fwindow_left_column)
13554 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
13555 (Fwindow_list_1): New functions.
13556 (window_box_text_cols): Replace with window_body_cols.
640c8776
SM
13557 (Fwindow_width, Fscroll_left, Fscroll_right):
13558 Use window_body_cols instead of window_box_text_cols.
13559 (delete_window, Fset_window_configuration):
13560 Call delete_all_subwindows with window as argument.
fa8a67e6
MR
13561 (delete_all_subwindows): Take a window as argument and not a
13562 structure. Rewrite.
190b47e6
MR
13563 (window_loop): Remove handling of GET_LRU_WINDOW and
13564 GET_LARGEST_WINDOW.
13565 (Fget_lru_window, Fget_largest_window): Move to window.el.
abde8f8c
MR
13566
13567 * window.h: Extern window_body_cols instead of
fa8a67e6
MR
13568 window_box_text_cols. delete_all_subwindows now takes a
13569 Lisp_Object as argument.
abde8f8c 13570
640c8776
SM
13571 * indent.c (compute_motion, Fcompute_motion):
13572 Use window_body_cols instead of window_box_text_cols.
abde8f8c 13573
fa8a67e6
MR
13574 * frame.c (delete_frame): Call delete_all_subwindows with root
13575 window as argument.
13576
a54e3482
DC
135772011-06-07 Daniel Colascione <dan.colascione@gmail.com>
13578
13579 * fns.c (Fputhash): Document return value.
13580
60002bf5
CY
135812011-06-06 Chong Yidong <cyd@stupidchicken.com>
13582
13583 * image.c (gif_load): Implement gif89a spec "no disposal" method.
13584
0c671da6 135852011-06-06 Paul Eggert <eggert@cs.ucla.edu>
ccd9a01a 13586
b862a52a 13587 Cons<->int and similar integer overflow fixes (Bug#8794).
77984278 13588
be44ca6c
PE
13589 Check for overflow when converting integer to cons and back.
13590 * charset.c (Fdefine_charset_internal, Fdecode_char):
13591 Use cons_to_unsigned to catch overflow.
13592 (Fencode_char): Use INTEGER_TO_CONS.
13593 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
13594 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
13595 * data.c (long_to_cons, cons_to_long): Remove.
13596 (cons_to_unsigned, cons_to_signed): New functions.
13597 These signal an error for invalid or out-of-range values.
13598 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
13599 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
13600 * font.c (Ffont_variation_glyphs):
13601 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
13602 * lisp.h: Include <intprops.h>.
13603 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
13604 (cons_to_signed, cons_to_unsigned): New decls.
13605 (long_to_cons, cons_to_long): Remove decls.
13606 * undo.c (record_first_change): Use INTEGER_TO_CONS.
13607 (Fprimitive_undo): Use CONS_TO_INTEGER.
13608 * xfns.c (Fx_window_property): Likewise.
13609 * xselect.c: Include <limits.h>.
13610 (x_own_selection, selection_data_to_lisp_data):
13611 Use INTEGER_TO_CONS.
13612 (x_handle_selection_request, x_handle_selection_clear)
13613 (x_get_foreign_selection, Fx_disown_selection_internal)
13614 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
13615 (lisp_data_to_selection_data): Use cons_to_unsigned.
13616 (x_fill_property_data): Use cons_to_signed.
13617 Report values out of range.
13618
d1f3d2af
PE
13619 Check for buffer and string overflow more precisely.
13620 * buffer.h (BUF_BYTES_MAX): New macro.
13621 * lisp.h (STRING_BYTES_MAX): New macro.
13622 * alloc.c (Fmake_string):
13623 * character.c (string_escape_byte8):
13624 * coding.c (coding_alloc_by_realloc):
13625 * doprnt.c (doprnt):
13626 * editfns.c (Fformat):
13627 * eval.c (verror):
13628 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
13629 since they may not be the same number.
13630 * editfns.c (Finsert_char):
13631 * fileio.c (Finsert_file_contents):
13632 Likewise for BUF_BYTES_MAX.
13633
dd52fcea
PE
13634 * image.c: Use ptrdiff_t, not int, for sizes.
13635 (slurp_file): Switch from int to ptrdiff_t.
13636 All uses changed.
13637 (slurp_file): Check that file size fits in both size_t (for
13638 malloc) and ptrdiff_t (for sanity and safety).
13639
7f9bbdbb
PE
13640 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
13641 if b->modtime has its maximal value.
13642
dfe18f82
PE
13643 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
13644
84acfcf0
PE
13645 Don't assume time_t can fit into int.
13646 * buffer.h (struct buffer.modtime): Now time_t, not int.
13647 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
13648 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
13649
ccd9a01a
PE
13650 Minor fixes for signed vs unsigned integers.
13651 * character.h (MAYBE_UNIFY_CHAR):
13652 * charset.c (maybe_unify_char):
13653 * keyboard.c (read_char, reorder_modifiers):
13654 XINT -> XFASTINT, since the integer must be nonnegative.
13655 * ftfont.c (ftfont_spec_pattern):
13656 * keymap.c (access_keymap, silly_event_symbol_error):
13657 XUINT -> XFASTINT, since the integer must be nonnegative.
13658 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
13659 since it makes no difference and we prefer signed.
13660 * keyboard.c (record_char): Use XUINT when all the neighbors do.
13661 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
13662 nonnegative.
13663
d6d100dd
SM
136642011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13665
13666 * window.h (Fwindow_frame): Declare.
13667
2b6148e4
PE
136682011-06-06 Paul Eggert <eggert@cs.ucla.edu>
13669
13670 * alloc.c: Simplify handling of large-request failures (Bug#8800).
13671 (SPARE_MEMORY): Always define.
13672 (LARGE_REQUEST): Remove.
13673 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
13674
f230ecc9
MR
136752011-06-06 Martin Rudalics <rudalics@gmx.at>
13676
727e958e
MR
13677 * lisp.h: Move EXFUNS for Fframe_root_window,
13678 Fframe_first_window and Fset_frame_selected_window to window.h.
13679
13680 * window.h: Move EXFUNS for Fframe_root_window,
13681 Fframe_first_window and Fset_frame_selected_window here from
13682 lisp.h.
13683
13684 * frame.c (Fwindow_frame, Fframe_first_window)
13685 (Fframe_root_window, Fframe_selected_window)
13686 (Fset_frame_selected_window): Move to window.c.
13687 (Factive_minibuffer_window): Move to minibuf.c.
13688 (Fother_visible_frames_p): New function.
13689
13690 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
13691
f230ecc9
MR
13692 * window.c (decode_window, decode_any_window): Move up in code.
13693 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
13694 (inhibit_frame_unsplittable): Remove unused variable.
bf60a96b
MR
13695 (Fwindow_buffer): Move up and rewrite doc-string.
13696 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
13697 (Fwindow_prev): New functions.
727e958e
MR
13698 (Fwindow_frame): Move here from frame.c. Accept any window as
13699 argument.
13700 (Fframe_root_window, Fframe_first_window)
13701 (Fframe_selected_window): Move here from frame.c. Accept frame
13702 or arbitrary window as argument. Update doc-strings.
13703 (Fminibuffer_window): Move up in code.
13704 (Fwindow_minibuffer_p): Move up in code and simplify.
d6d100dd
SM
13705 (Fset_frame_selected_window): Move here from frame.c.
13706 Marginal rewrite.
727e958e
MR
13707 (Fselected_window, select_window, Fselect_window): Move up in
13708 code. Minor doc-string fixes.
f230ecc9 13709
4d09bcf6
PE
137102011-06-06 Paul Eggert <eggert@cs.ucla.edu>
13711
13712 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
13713 Do not assume that spare memory exists; that assumption is valid
13714 only if SYSTEM_MALLOC.
13715 (LARGE_REQUEST): New macro, so that the issue of large requests
13716 is separated from the issue of spare memory.
13717
810928a2
AS
137182011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13719
172418ad
AS
13720 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
13721 format. (Bug#8806)
13722
43f862f7
AS
13723 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
13724
810928a2
AS
13725 * xfns.c (x_set_scroll_bar_default_width): Move declarations
13726 before statements.
13727
a059fe24
JD
137282011-06-05 Jan Djärv <jan.h.d@swipnet.se>
13729
13730 * gtkutil.c (xg_get_default_scrollbar_width): New function.
13731
13732 * gtkutil.h: Declare xg_get_default_scrollbar_width.
13733
13734 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
13735 min width by calling x_set_scroll_bar_default_width (Bug#8505).
13736
989bf368
JB
137372011-06-05 Juanma Barranquero <lekktu@gmail.com>
13738
13739 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
13740
4b80f674
CY
137412011-06-04 Chong Yidong <cyd@stupidchicken.com>
13742
13743 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
13744 (x_clipboard_manager_save): Add return value.
d6d100dd
SM
13745 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
13746 New error handlers.
4b80f674
CY
13747 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
13748 Obey Vx_select_enable_clipboard_manager. Catch errors in
13749 x_clipboard_manager_save (Bug#8779).
13750 (Vx_select_enable_clipboard_manager): New variable.
de65b42c 13751 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
4b80f674 13752
99a33b77 137532011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
8b3115e7
DN
13754
13755 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
13756
99a33b77 137572011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14eca62f
YM
13758
13759 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
13760 in the current matrix if keep_current_p is non-zero.
13761
8264569d
EZ
137622011-06-04 Eli Zaretskii <eliz@gnu.org>
13763
13764 * bidi.c (bidi_level_of_next_char): Fix last change.
13765
57f97249
EZ
137662011-06-03 Eli Zaretskii <eliz@gnu.org>
13767
fec2107c 13768 Support bidi reordering of text covered by display properties.
57f97249 13769
fec2107c
EZ
13770 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
13771 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
13772 (bidi_cache_search, bidi_cache_iterator_state)
13773 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
d6d100dd
SM
13774 (bidi_level_of_next_char, bidi_move_to_visually_next):
13775 Support character positions inside a run of characters covered by a
fec2107c
EZ
13776 display string.
13777 (bidi_paragraph_init, bidi_resolve_explicit_1)
13778 (bidi_level_of_next_char): Call bidi_fetch_char and
13779 bidi_fetch_char_advance instead of FETCH_CHAR and
13780 FETCH_CHAR_ADVANCE.
13781 (bidi_init_it): Initialize new members.
13782 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
13783 definitions.
13784 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
13785 instead of using explicit *_CHAR codes.
d6d100dd
SM
13786 (bidi_resolve_explicit, bidi_resolve_weak):
13787 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
fec2107c
EZ
13788 bidirectional text is supported only in multibyte buffers.
13789 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
13790 it to initialize the frame_window_p member of struct bidi_it.
13791 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
13792 (bidi_resolve_explicit, bidi_resolve_weak)
13793 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
13794 bidi_it->nchars is non-positive.
13795 (bidi_level_of_next_char): Don't try to lookup the cache for the
13796 next/previous character if nothing is cached there yet, or if we
13797 were just reseat()'ed to a new position.
c40e2fb2 13798
0e14fe90
EZ
13799 * xdisp.c (set_cursor_from_row): Set start and stop points
13800 according to the row's direction when priming the loop that looks
13801 for the glyph on which to display cursor.
13802 (single_display_spec_intangible_p): Function deleted.
13803 (display_prop_intangible_p): Reimplement to call
13804 handle_display_spec instead of single_display_spec_intangible_p.
d6d100dd
SM
13805 Accept 3 additional arguments needed by handle_display_spec.
13806 This fixes incorrect cursor motion across display property with complex
0e14fe90
EZ
13807 values: lists, `(when COND...)' forms, etc.
13808 (single_display_spec_string_p): Support property values that are
13809 lists with the argument STRING its top-level element.
13810 (display_prop_string_p): Fix the condition for processing a
13811 property that is a list to be consistent with handle_display_spec.
fec2107c 13812 (handle_display_spec): New function, refactored from the
fc6f18ce
EZ
13813 last portion of handle_display_prop.
13814 (compute_display_string_pos): Accept additional argument
13815 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
13816 value of a `display' property is a "replacing spec".
13817 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
13818 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
13819 the display property, but just return a value indicating whether
13820 the display property will replace the characters it covers.
13821 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
13822 frame_window_p members of struct bidi_it.
d6d100dd
SM
13823 (compute_display_string_pos, compute_display_string_end):
13824 New functions.
fec2107c
EZ
13825 (push_it): Accept second argument POSITION, where pop_it should
13826 jump to continue iteration.
13827 (reseat_1): Initialize bidi_it.disp_pos.
fc6f18ce 13828
fec2107c
EZ
13829 * keyboard.c (adjust_point_for_property): Adjust the call to
13830 display_prop_intangible_p to its new signature.
fc6f18ce
EZ
13831
13832 * dispextern.h (struct bidi_it): New member frame_window_p.
fec2107c
EZ
13833 (bidi_init_it): Update prototypes.
13834 (display_prop_intangible_p): Update prototype.
d6d100dd
SM
13835 (compute_display_string_pos, compute_display_string_end):
13836 Declare prototypes.
fec2107c
EZ
13837 (struct bidi_it): New members nchars and disp_pos. ch_len is now
13838 EMACS_INT.
fc6f18ce 13839
40087514 138402011-06-02 Paul Eggert <eggert@cs.ucla.edu>
0de4bb68 13841
57f53182
PE
13842 Malloc failure behavior now depends on size of allocation.
13843 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
13844 * lisp.h: Change signatures accordingly.
13845 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
13846 All callers changed. (Bug#8762)
13847
13848 * gnutls.c: Use Emacs's memory allocators.
13849 Without this change, the gnutls library would invoke malloc etc.
13850 directly, which causes problems on non-SYNC_INPUT hosts, and which
13851 runs afoul of improving memory_full behavior. (Bug#8761)
13852 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
13853 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
13854 xfree instead of the default malloc, realloc, free.
13855 (Fgnutls_boot): No need to check for memory allocation failure,
13856 since xmalloc does that for us.
13857
ac32cd99 13858 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
3870d916
PE
13859 * category.c (hash_get_category_set):
13860 * ccl.c (ccl_driver):
13861 * charset.c (Fdefine_charset_internal):
13862 * charset.h (struct charset.hash_index):
13863 * composite.c (get_composition_id, gstring_lookup_cache)
13864 (composition_gstring_put_cache):
13865 * composite.h (struct composition.hash_index):
13866 * dispextern.h (struct image.hash):
13867 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
13868 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
13869 (hashfn_equal, hashfn_user_defined, make_hash_table)
13870 (maybe_resize_hash_table, hash_lookup, hash_put)
13871 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
13872 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
13873 (Fsxhash, Fgethash, Fputhash, Fmaphash):
13874 * image.c (make_image, search_image_cache, lookup_image)
13875 (xpm_put_color_table_h):
13876 * lisp.h (struct Lisp_Hash_Table):
0de4bb68 13877 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
ac389d0c 13878 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
3870d916 13879 for hashes and hash indexes, instead of 'unsigned' and 'int'.
40087514
PE
13880 * alloc.c (allocate_vectorlike):
13881 Check for overflow in vector size calculations.
13882 * ccl.c (ccl_driver):
13883 Check for overflow when converting EMACS_INT to int.
0de4bb68
PE
13884 * fns.c, image.c: Remove unnecessary static decls that would otherwise
13885 need to be updated by these changes.
40087514
PE
13886 * fns.c (make_hash_table, maybe_resize_hash_table):
13887 Check for integer overflow with large hash tables.
0de4bb68
PE
13888 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
13889 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
13890 (SXHASH_REDUCE): New macro.
13891 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
13892 Use it instead of discarding useful hash info with large hash values.
13893 (sxhash_float): New function.
13894 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
13895 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
40087514
PE
13896 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
13897 Rewrite to use FIXNUM_BITS, as this simplifies things.
0de4bb68
PE
13898 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
13899 Adjust signatures to match updated version of code.
13900 (consing_since_gc): Now EMACS_INT, since a single hash table can
13901 use more than INT_MAX bytes.
13902
698d32e2
DN
139032011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
13904
13905 Make it possible to build with GCC-4.6+ -O2 -flto.
13906
13907 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
13908
fd6fa53f
SM
139092011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13910
13911 * minibuf.c (get_minibuffer, read_minibuf_unwind):
13912 Call minibuffer-inactive-mode.
13913
864db017
JB
139142011-05-31 Juanma Barranquero <lekktu@gmail.com>
13915
13916 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
13917 Update dependencies.
13918
2ad0baf4
DN
139192011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
13920
13921 * data.c (init_data): Remove code for UTS, this system is not
13922 supported anymore.
13923
4fcc2638
DN
139242011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
13925
13926 Don't force ./temacs to start in terminal mode.
13927
13928 * frame.c (make_initial_frame): Initialize faces in all cases, not
13929 only when CANNOT_DUMP is defined.
13930 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
13931
c56e0fd5
DN
139322011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
13933
13934 * dispnew.c (add_window_display_history): Use const for the string
13935 pointer. Remove declaration, not needed.
13936
333d54da 139372011-05-31 Paul Eggert <eggert@cs.ucla.edu>
9cf9f756 13938
55d4c1b2 13939 Use 'inline', not 'INLINE'.
333d54da 13940 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
55d4c1b2
PE
13941 * alloc.c, fontset.c (INLINE): Remove.
13942 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
13943 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
13944 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
13945 * gmalloc.c (register_heapinfo): Use inline unconditionally.
13946 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
13947
738db178
DN
139482011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
13949
13950 Make it possible to run ./temacs.
13951
13952 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
13953 syms_of_callproc does the same thing. Remove test for
13954 "initialized", do it in the caller.
13955 * emacs.c (main): Avoid calling set_initial_environment when dumping.
13956
620c53a6
SM
139572011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
13960 (read_minibuf): Use get_minibuffer.
13961 (syms_of_minibuf): Use DEFSYM.
13962 (Qmetadata): New var.
13963 * data.c (Qbuffer): Don't make it static.
13964 (syms_of_data): Use DEFSYM.
13965
e003a292
PE
139662011-05-31 Paul Eggert <eggert@cs.ucla.edu>
13967
13968 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
13969 (CCL_CODE_MIN): New macro.
13970
ed008a6d
PE
139712011-05-30 Paul Eggert <eggert@cs.ucla.edu>
13972
3687c2ef
PE
13973 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
13974
ed008a6d
PE
13975 * eval.c (Qdebug): Now static.
13976 * lisp.h (Qdebug): Remove decl. This reverts a part of the
13977 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
13978 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
13979
d66c4c7c
CY
139802011-05-29 Chong Yidong <cyd@stupidchicken.com>
13981
13982 * image.c: Various fixes to ImageMagick code comments.
13983 (Fimagemagick_types): Doc fix.
13984
5fbc2025
PE
139852011-05-29 Paul Eggert <eggert@cs.ucla.edu>
13986
0196f88a
PE
13987 Minor fixes prompted by GCC 4.6.0 warnings.
13988
13989 * xselect.c (converted_selections, conversion_fail_tag): Now static.
13990
5fbc2025
PE
13991 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
13992 (x_clipboard_manager_save_all): Move extern decl to ...
13993 * xterm.h: ... here, so that it can be checked for consistency.
13994
1dd3c2d9
CY
139952011-05-29 Chong Yidong <cyd@stupidchicken.com>
13996
13997 * xselect.c (x_clipboard_manager_save_frame)
13998 (x_clipboard_manager_save_all): New functions.
13999 (Fx_clipboard_manager_save): Lisp function deleted.
14000
14001 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
14002 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
14003
14004 * xterm.h: Update prototype.
14005
5ba6571d
WX
140062011-05-28 William Xu <william.xwl@gmail.com>
14007
14008 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
14009 exiting (Bug#8239).
14010
3eaff834
JM
140112011-05-28 Jim Meyering <meyering@redhat.com>
14012
e1900994 14013 Avoid a sign-extension bug in crypto_hash_function.
3eaff834
JM
14014 * fns.c (to_uchar): Define.
14015 (crypto_hash_function): Use it to convert some newly-signed
14016 variables to unsigned, to avoid sign-extension bugs. For example,
14017 without this change, (md5 "truc") would evaluate to
14018 45723a2aff78ff4fff7fff1114760e62 rather than the expected
14019 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
e1900994 14020 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
3eaff834 14021
0f6990a7
PE
140222011-05-27 Paul Eggert <eggert@cs.ucla.edu>
14023
14024 Integer overflow fixes.
c8a9ca5a 14025
08686060
PE
14026 * dbusbind.c: Serial number integer overflow fixes.
14027 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
08686060
PE
14028 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
14029 to hold a serial number that is too large for a fixnum.
14030 (Fdbus_method_return_internal, Fdbus_method_error_internal):
14031 Check for serial numbers out of range. Decode any serial number
59568bf0 14032 that was so large that it became a float. (Bug#8722)
08686060 14033
2d1fc3c7
PE
14034 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
14035 (Fdbus_call_method, Fdbus_call_method_asynchronously):
14036 Use XFASTINT rather than XUINT when numbers are nonnegative.
14037 (xd_append_arg, Fdbus_method_return_internal):
14038 (Fdbus_method_error_internal): Likewise. Also, for unsigned
14039 arguments, check that Lisp number is nonnegative, rather than
59568bf0 14040 silently wrapping negative numbers around. (Bug#8722)
30217ff0 14041 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
59568bf0 14042 (Bug#8722)
2d1fc3c7 14043
c8a9ca5a
PE
14044 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
14045
519e1d69
PE
14046 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
14047
6df6ae42 14048 ccl: Add integer overflow checks.
30569699
PE
14049 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
14050 (IN_INT_RANGE): New macros.
14051 (ccl_driver): Use them to check for integer overflow when
14052 decoding a CCL program. Many of the new checks are whether XINT (x)
14053 fits in int; it doesn't always, on 64-bit hosts. The new version
14054 doesn't catch all possible integer overflows, but it's an
847044ea 14055 improvement. (Bug#8719)
30569699 14056
c11285dc
PE
14057 * alloc.c (make_event_array): Use XINT, not XUINT.
14058 There's no need for unsigned here.
14059
fdccd48e
PE
14060 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
14061 This follows up to the 2011-05-06 change that substituted uintptr_t
14062 for EMACS_INT. This case wasn't caught back then.
14063
37910ab2
PE
14064 Rework Fformat to avoid integer overflow issues.
14065 * editfns.c: Include <float.h> unconditionally, as it's everywhere
14066 now (part of C89). Include <verify.h>.
14067 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
14068 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
14069 (Fformat): Avoid the prepass trying to compute sizes; it was only
14070 approximate and thus did not catch overflow reliably. Instead, walk
14071 through the format just once, formatting and computing sizes as we go,
14072 checking for integer overflow at every step, and allocating a larger
14073 buffer as needed. Keep track separately whether the format is
14074 multibyte. Keep only the most-recently calculated precision, rather
14075 than them all. Record whether each argument has been converted to
14076 string. Use EMACS_INT, not int, for byte and char and arg counts.
14077 Support field widths and precisions larger than INT_MAX. Avoid
14078 sprintf's undefined behavior with conversion specifications such as %#d
14079 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
14080 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
14081 formatting out-of-range floating point numbers with int
9173deec 14082 formats. (Bug#8668)
37910ab2 14083
2e6578fb
PE
14084 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
14085
0ae6bdee
PE
14086 * data.c: Avoid integer truncation in expressions involving floats.
14087 * data.c: Include <intprops.h>.
14088 (arith_driver): When there's an integer overflow in an expression
14089 involving floating point, convert the integers to floating point
14090 so that the resulting value does not suffer from catastrophic
14091 integer truncation. For example, on a 64-bit host (* 4
14092 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
14093 Do not rely on undefined behavior after integer overflow.
14094
de883a70
PE
14095 merge count_size_as_multibyte, parse_str_to_multibyte
14096 * character.c, character.h (count_size_as_multibyte):
fd6fa53f 14097 Rename from parse_str_to_multibyte; all uses changed.
de883a70
PE
14098 Check for integer overflow.
14099 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
14100 since it's now a duplicate of the other. This is more of
14101 a character than a buffer op, so better that it's in character.c.
14102 * fns.c, print.c: Adjust to above changes.
14103
2ff916cb
PE
141042011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14105
14106 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
14107
f1b54466
PE
141082011-05-27 Paul Eggert <eggert@cs.ucla.edu>
14109
fb1ac845
PE
14110 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
14111 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
14112 (x_clipboard_manager_save): Now static.
14113 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
14114
f1b54466
PE
14115 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
14116 (crypto_hash_function): Now static.
14117 Fix pointer signedness problems. Avoid unnecessary initializations.
14118
a9f737ee
CY
141192011-05-27 Chong Yidong <cyd@stupidchicken.com>
14120
14121 * termhooks.h (Vselection_alist): Make it terminal-local.
14122
14123 * terminal.c (create_terminal): Initialize it.
14124
14125 * xselect.c: Support for clipboard managers.
14126 (Vselection_alist): Move to termhooks.h as terminal-local var.
14127 (LOCAL_SELECTION): New macro.
14128 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
14129 (symbol_to_x_atom): Remove gratuitous arg.
14130 (x_handle_selection_request, lisp_data_to_selection_data)
14131 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
620c53a6
SM
14132 (x_own_selection, x_get_local_selection, x_convert_selection):
14133 New arg, specifying work frame. Use terminal-local Vselection_alist.
a9f737ee
CY
14134 (some_frame_on_display): Delete unused function.
14135 (Fx_own_selection_internal, Fx_get_selection_internal)
14136 (Fx_disown_selection_internal, Fx_selection_owner_p)
14137 (Fx_selection_exists_p): New optional frame arg.
14138 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
14139 (x_handle_selection_clear): Don't treat other terminals with the
14140 same keyboard specially. Use the terminal-local Vselection_alist.
14141 (x_clear_frame_selections): Use Frun_hook_with_args.
14142
14143 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
14144
14145 * xterm.h: Add support for those atoms.
14146
e067f0c1
CY
141472011-05-26 Chong Yidong <cyd@stupidchicken.com>
14148
14149 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
14150 (converted_selections, conversion_fail_tag): New global variables.
14151 (x_selection_request_lisp_error): Free the above.
14152 (x_get_local_selection): Remove unnecessary code.
14153 (x_reply_selection_request): Args changed; handle arbitrary array
620c53a6
SM
14154 of converted selections stored in converted_selections.
14155 Separate the XChangeProperty and SelectionNotify steps.
e067f0c1
CY
14156 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
14157 (x_convert_selection): New function.
14158 (x_handle_selection_event): Simplify.
14159 (x_get_foreign_selection): Don't ignore incoming requests while
14160 waiting for an answer; this will fail when we implement
14161 SAVE_TARGETS, and seems unnecessary anyway.
14162 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
14163 (Vx_sent_selection_functions): Doc fix.
14164
0f4aebc0
LL
141652011-05-26 Leo Liu <sdl.web@gmail.com>
14166
14167 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
14168
e61124cd
YM
141692011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14170
14171 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
14172
14173 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
14174 for fringe update if it has periodic bitmap.
ac389d0c 14175 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
e61124cd
YM
14176 and fringe_bitmap_periodic_p.
14177
14178 * fringe.c (get_fringe_bitmap_data): New function.
14179 (draw_fringe_bitmap_1, update_window_fringes): Use it.
14180 (update_window_fringes): Record periodicity of fringe bitmap in glyph
14181 row. Mark glyph row for fringe update if periodicity changed.
14182
14183 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
14184 for fringe update unless it has periodic bitmap.
14185
f16d9837
KH
141862011-05-25 Kenichi Handa <handa@m17n.org>
14187
14188 * xdisp.c (get_next_display_element): Set correct it->face_id for
14189 a static composition.
14190
e1b90ef6
LL
141912011-05-24 Leo Liu <sdl.web@gmail.com>
14192
14193 * deps.mk (fns.o):
14194 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
14195
14196 * fns.c (crypto_hash_function, Fsha1): New function.
14197 (Fmd5): Use crypto_hash_function.
14198 (syms_of_fns): Add Ssha1.
14199
7400048f
PE
142002011-05-22 Paul Eggert <eggert@cs.ucla.edu>
14201
14202 * gnutls.c: Remove unused macros.
14203 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
14204 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
14205 Remove macros that are defined and never used.
14206 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
14207
abb71cf4
CY
142082011-05-22 Chong Yidong <cyd@stupidchicken.com>
14209
14210 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
14211 (Fx_get_selection_internal): Minor cleanup.
14212 (Fx_own_selection_internal): Rename arguments for consistency with
14213 select.el.
14214
6307db39
PE
142152011-05-22 Paul Eggert <eggert@cs.ucla.edu>
14216
14217 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
14218
f3d4e0a4
CY
142192011-05-22 Chong Yidong <cyd@stupidchicken.com>
14220
14221 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
14222
4d8ade89
YM
142232011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14224
14225 * dispnew.c (scrolling_window): Don't exclude the case that the
14226 last enabled row in the desired matrix touches the bottom boundary.
14227
32078c8d
GM
142282011-05-21 Glenn Morris <rgm@gnu.org>
14229
14230 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
33cf345f
GM
14231 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
14232 and add some more files.
32078c8d 14233
7285dc67
EZ
142342011-05-20 Eli Zaretskii <eliz@gnu.org>
14235
14236 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
14237 report_file_error introduced by the change from 2011-05-07.
14238
89d1bd22
PE
142392011-05-20 Paul Eggert <eggert@cs.ucla.edu>
14240
14241 * systime.h (Time): Define only if emacs is defined.
14242 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
14243 where the include path doesn't have X11/X.h by default. See
14244 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
14245
cd394be1 142462011-05-20 Kenichi Handa <handa@m17n.org>
31bfc35c
KH
14247
14248 * composite.c (find_automatic_composition): Fix previous change.
14249
b9704ad9
GM
142502011-05-20 Glenn Morris <rgm@gnu.org>
14251
14252 * lisp.mk: New file, split from Makefile.in.
14253 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
14254 (shortlisp): Remove.
14255 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
14256
4a720484
GM
142572011-05-19 Glenn Morris <rgm@gnu.org>
14258
14259 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
14260 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
14261 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
14262 (lisp): Set the order to that of loadup.el.
14263 (shortlisp): Make it a copy of $lisp.
14264 (SOME_MACHINE_LISP): Remove.
14265 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
14266 Use just $shortlisp, not $SOME_MACHINE_LISP too.
14267
a28d4396
KH
142682011-05-18 Kenichi Handa <handa@m17n.org>
14269
14270 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
14271 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
14272 (find_automatic_composition): Mostly rewrite for efficiency.
14273
a2b1fa8e
JB
142742011-05-18 Juanma Barranquero <lekktu@gmail.com>
14275
14276 * makefile.w32-in: Update dependencies.
14277
8e1f5610
CS
142782011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
14279
14280 * menu.c: Include limits.h (fixes the MS-Windows build broken by
7d7d0045 14281 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
8e1f5610 14282
7025ee00 142832011-05-18 Paul Eggert <eggert@cs.ucla.edu>
cb93f9be 14284
cdfa6eab
PE
14285 Fix some integer overflow issues, such as string length overflow.
14286
06d6db33
PE
14287 * insdel.c (count_size_as_multibyte): Check for string overflow.
14288
2b4560a8
PE
14289 * character.c (lisp_string_width): Check for string overflow.
14290 Use EMACS_INT, not int, for string indexes and lengths; in
14291 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
14292 the resulting string length overflows an EMACS_INT; instead,
14293 report a string overflow if no precision given. When checking for
14294 precision exhaustion, use a check that cannot possibly have
14295 integer overflow. (Bug#8675)
14296 * character.h (lisp_string_width): Adjust to new signature.
14297
cb93f9be
PE
14298 * alloc.c (string_overflow): New function.
14299 (Fmake_string): Use it. This doesn't change behavior, but saves
14300 a few bytes and will simplify future changes.
14301 * character.c (string_escape_byte8): Likewise.
14302 * lisp.h (string_overflow): New decl.
14303
1a1f3366
PE
14304 Fixups, following up to the user-interface timestamp change.
14305 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
14306 for UI timestamps, instead of unsigned long.
9fbd6841
PE
14307 * msdos.c (mouse_get_pos): Likewise.
14308 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
1a1f3366
PE
14309 * w32gui.h (Time): Define by including "systime.h" rather than by
14310 declaring it ourselves. (Bug#8664)
14311
d4e3e4d3
PE
14312 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
14313 * image.c (clear_image_cache): Likewise.
14314
f6a24d19
PE
14315 * term.c (term_mouse_position): Don't assume time_t wraparound.
14316
08dc5ae6
PE
14317 Be more systematic about user-interface timestamps.
14318 Before, the code sometimes used 'Time', sometimes 'unsigned long',
620c53a6
SM
14319 and sometimes 'EMACS_UINT', to represent these timestamps.
14320 This change causes it to use 'Time' uniformly, as that's what X uses.
08dc5ae6
PE
14321 This makes the code easier to follow, and makes it easier to catch
14322 integer overflow bugs such as Bug#8664.
14323 * frame.c (Fmouse_position, Fmouse_pixel_position):
14324 Use Time, not unsigned long, for user-interface timestamps.
14325 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
14326 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
14327 * keyboard.h (last_event_timestamp): Likewise.
14328 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
14329 * menu.h (xmenu_show): Likewise.
14330 * term.c (term_mouse_position): Likewise.
14331 * termhooks.h (struct input_event.timestamp): Likewise.
14332 (struct terminal.mouse_position_hook): Likewise.
14333 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
14334 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
14335 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
14336 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
14337 what it was before.
14338 * menu.h, termhooks.h: Include "systime.h", for Time.
14339
8e55734a
PE
14340 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
14341 Don't assume that the difference between two unsigned long values
14342 can fit into an integer. At this point, we know button_down_time
14343 <= event->timestamp, so the difference must be nonnegative, so
14344 there's no need to cast the result if double-click-time is
14345 nonnegative, as it should be; check that it's nonnegative, just in
14346 case. This bug is triggered when events are more than 2**31 ms
86db42d2 14347 apart (about 25 days). (Bug#8664)
8e55734a 14348
841f1b75 14349 * xselect.c (last_event_timestamp): Remove duplicate decl.
6434756c 14350 (x_own_selection): Remove needless cast to unsigned long.
841f1b75 14351
3e26f69c
PE
14352 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
14353 that always fit in int. Use a sentinel instead of a counter, to
14354 avoid a temp and to allay GCC's concerns about possible int overflow.
d230cb74
PE
14355 * frame.h (struct frame): Use int for menu_bar_items_used
14356 instead of EMACS_INT, since it always fits in int.
3e26f69c 14357
5cc152c0
PE
14358 * menu.c (grow_menu_items): Check for int overflow.
14359
d89eb65e
PE
14360 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
14361
5235bd3e
PE
14362 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
14363 Before, the code was not consistent. These values cannot exceed
14364 2**31 - 1 so there's no need to make them unsigned.
14365 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
14366 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
14367 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
14368 as modifiers.
14369 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
14370
bc827e23
PE
14371 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
14372 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
14373 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
14374 presumably because the widths might not match.
14375
78eb494e
PE
14376 * window.c (size_window): Avoid needless test at loop start.
14377
04f2d78b
CB
143782011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
14379
14380 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
14381
d2fc7e3d 143822011-05-12 Drew Adams <drew.adams@oracle.com>
e531bdff
DA
14383
14384 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
14385
d2fc7e3d 143862011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7db47798
YM
14387
14388 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
14389 `width' to `bar_area_x' and `bar_area_width', respectively.
14390 (x_scroll_run): Take account of fringe background extension.
14391
04f2d78b
CB
14392 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
14393 Rename local vars `left' and `width' to `bar_area_x' and
7db47798
YM
14394 `bar_area_width', respectively.
14395 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
14396 background extension.
14397
79b70037
GM
143982011-05-10 Jim Meyering <meyering@redhat.com>
14399
14400 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
14401
2f142cc5
JB
144022011-05-10 Juanma Barranquero <lekktu@gmail.com>
14403
14404 * image.c (Finit_image_library): Return t for built-in image types,
14405 like pbm and xbm. (Bug#8640)
14406
57679c86
AS
144072011-05-09 Andreas Schwab <schwab@linux-m68k.org>
14408
14409 * w32menu.c (set_frame_menubar): Fix submenu allocation.
14410
888c9e86
EZ
144112011-05-07 Eli Zaretskii <eliz@gnu.org>
14412
b0512a1d
EZ
14413 * w32console.c (Fset_screen_color): Doc fix.
14414 (Fget_screen_color): New function.
14415 (syms_of_ntterm): Defsubr it.
14416
7285dc67
EZ
14417 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
14418 unlink the temporary file if Fcall_process didn't create it in the
14419 first place.
14420 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
14421 child process will be redirected to a file specified with `:file'.
888c9e86
EZ
14422 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
14423 cue to call_process_cleanup not to close that handle.
14424
4d3fcc8e
BK
144252011-05-07 Ben Key <bkey76@gmail.com>
14426
14427 * makefile.w32-in: The bootstrap-temacs rule now makes use of
14428 one of two shell specific rules, either bootstrap-temacs-CMD or
14429 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
14430 to the previous implementation of the bootstrap-temacs rule.
14431 The bootstrap-temacs-CMD rule is similar to the previous
14432 implementation of the bootstrap-temacs rule except that it
14433 makes use of the ESC_CFLAGS variable instead of the CFLAGS
14434 variable.
14435
14436 These changes, along with some changes to nt/configure.bat,
14437 nt/gmake.defs, and nt/nmake.defs, are required to extend my
14438 earlier fix to add support for --cflags and --ldflags options
14439 that include quotes so that it works whether make uses cmd or
14440 sh as the shell.
14441
b4289b64
MA
144422011-05-06 Michael Albinus <michael.albinus@gmx.de>
14443
14444 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
14445 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
14446 is a constant.
14447 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
14448 a string. Handle both cases.
14449 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
14450 (Fdbus_register_method): Use Qinvalid_function.
14451
af4c0e28
JB
144522011-05-06 Juanma Barranquero <lekktu@gmail.com>
14453
14454 * makefile.w32-in: Update dependencies.
14455 (LISP_H): Add inttypes.h and stdin.h.
14456 (PROCESS_H): Add unistd.h.
14457
c51453d9
EZ
144582011-05-06 Eli Zaretskii <eliz@gnu.org>
14459
14460 * lread.c: Include limits.h (fixes the MS-Windows build broken by
14461 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
14462
8ff0ac3c 144632011-05-06 Paul Eggert <eggert@cs.ucla.edu>
c032b5f8 14464
4c4b566b
PE
14465 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
14466
aab2b9b5
PE
14467 * term.c (vfatal): Remove stray call to va_end.
14468 It's not needed and the C Standard doesn't allow it here anyway.
14469
c378da0b
PE
14470 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
14471 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
14472
288b08c7
PE
14473 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
14474 bytes.
14475
e3601888
PE
14476 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
14477
db6c0e74
PE
14478 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
14479
dd5963ea
PE
14480 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
14481
88c9450f
PE
14482 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
14483
2f9442b8
PE
14484 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
14485
c032b5f8
PE
14486 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
14487 * charset.c (Fdefine_charset_internal): Don't initialize
14488 charset.code_space[15]. The value was garbage, on hosts with
2d38271b 14489 32-bit int (Bug#8600).
a108c10b
PE
14490
14491 * lread.c (read_integer): Be more consistent with string-to-number.
14492 Use string_to_number to do the actual conversion; this avoids
14493 rounding errors and fixes some other screwups. Without this fix,
14494 for example, #x1fffffffffffffff was misread as -2305843009213693952.
14495 (digit_to_number): Move earlier, for benefit of read_integer.
14496 Return -1 if the digit is out of range for the base, -2 if it is
48e400f0 14497 not a digit in any supported base. (Bug#8602)
a108c10b 14498
ad5f9eea
PE
14499 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
14500
aec1708a
PE
14501 * dispnew.c (scrolling_window): Return 1 if we scrolled,
14502 to match comment at start of function. This also removes a
14503 GCC warning about overflow in a 32+64-bit port.
14504
47be4ab5
PE
14505 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
14506
371cac43
PE
14507 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
14508 Reported by Stefan Monnier in
14509 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
04f2d78b
CB
14510 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
14511 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
371cac43 14512
d01a7826
PE
14513 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
14514 (EMACS_UINTPTR): Likewise, with uintptr_t.
14515
7fd47d5c
PE
14516 * lisp.h: Prefer 64-bit EMACS_INT if available.
14517 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
14518 on 32-bit hosts that have 64-bit int, so that they can access
14519 large files.
122b0c86
PE
14520 However, temporarily disable this change unless the temporary
14521 symbol WIDE_EMACS_INT is defined.
7fd47d5c 14522
8727937b
PE
14523 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
14524
8ac068ac
PE
14525 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
14526 This removes an assumption that EMACS_INT and long are the same
14527 width as pointers. The assumption is true for Emacs porting targets
14528 now, but we want to make other targets possible.
14529 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
14530 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
14531 In the rest of the code, change types of integers that hold casted
14532 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
14533 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
14534 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
14535 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
14536 No need to cast type when ORing.
14537 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
14538 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
14539 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
14540 assume EMACS_INT is the same width as char *.
14541 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
14542 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
14543 Remove no-longer-needed casts.
14544 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
14545 (xg_tool_bar_help_callback, xg_make_tool_item):
14546 Use EMACS_INTPTR to hold an integer
14547 that will be cast to void *; this can avoid a GCC warning
14548 if EMACS_INT is not the same width as void *.
14549 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
14550 * xdisp.c (display_echo_area_1, resize_mini_window_1):
14551 (current_message_1, set_message_1):
14552 Use a local to convert to proper width without a cast.
14553 * xmenu.c (dialog_selection_callback): Likewise.
14554
ede49d71
PE
14555 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
14556 Also, don't assume VALBITS / RAND_BITS is less than 5,
14557 and don't rely on undefined behavior when shifting a 1 left into
14558 the sign bit.
14559 * lisp.h (get_random): Change signature to match.
14560
2f30ecd0
PE
14561 * lread.c (hash_string): Use size_t, not int, for hash computation.
14562 Normally we prefer signed values; but hashing is special, because
14563 it's better to use unsigned division on hash table sizes so that
14564 the remainder is nonnegative. Also, size_t is the natural width
14565 for hashing into memory. The previous code used 'int', which doesn't
14566 retain enough info to hash well into very large tables.
14567 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
14568
2a866e7b
PE
14569 * dbusbind.c: Don't possibly lose pointer info when converting.
14570 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
14571 Use XPNTR rather than XHASH, so that the high-order bits of
14572 the pointer aren't lost when converting through void *.
14573
51639eac
PE
14574 * eval.c (Fautoload): Don't double-shift a pointer.
14575
92394119
PE
14576 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
14577
dbdb9a7c
JB
145782011-05-06 Juanma Barranquero <lekktu@gmail.com>
14579
14580 * gnutls.c (DEF_GNUTLS_FN):
14581 * image.c (DEF_IMGLIB_FN): Make function pointers static.
14582
db7a0b4f
AS
145832011-05-05 Andreas Schwab <schwab@linux-m68k.org>
14584
14585 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
14586 marker. (Bug#8610)
14587
cd394be1 145882011-05-05 Eli Zaretskii <eliz@gnu.org>
fab624aa
EZ
14589
14590 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
14591 New version that can reserve upto 2GB of heap space.
14592
f7ff1b0f 145932011-05-05 Chong Yidong <cyd@stupidchicken.com>
45cb8994
CY
14594
14595 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
14596
639c109b
TZ
145972011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
14598
14599 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
14600 `gnutls_certificate_set_x509_key_file'.
14601
d2127135
JB
146022011-05-05 Juanma Barranquero <lekktu@gmail.com>
14603
14604 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
14605 Update dependencies.
14606
e968f4f3
JB
146072011-05-04 Juanma Barranquero <lekktu@gmail.com>
14608
14609 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
14610 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
14611 Remove unused parameter `fildes'.
14612 * process.c (read_process_output, send_process): Don't pass it.
14613
84d358f0
JB
146142011-05-04 Juanma Barranquero <lekktu@gmail.com>
14615
14616 Fix previous change: the library cache is defined in w32.c.
14617 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
14618 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
14619
0898ca10
JB
146202011-05-04 Juanma Barranquero <lekktu@gmail.com>
14621
14622 Implement dynamic loading of GnuTLS on Windows.
14623
14624 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
14625 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
14626 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
14627 Declare.
14628
14629 * gnutls.c (Qgnutls_dll): Define.
14630 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
14631 (gnutls_*): Declare function pointers.
14632 (init_gnutls_functions): New function to initialize function pointers.
14633 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
14634 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
14635 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
14636 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
14637 (emacs_gnutls_write, emacs_gnutls_read)
14638 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
14639 (Fgnutls_available_p): New function.
14640 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
14641 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
14642 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
14643
14644 * image.c: Include w32.h.
14645 (Vimage_type_cache): Delete.
14646 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
14647 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
14648 (w32_delayed_load): Move to w32.c.
14649
14650 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
14651
14652 * w32.c (QCloaded_from, Vlibrary_cache): Define.
14653 (w32_delayed_load): Move from image.c. When loading a library, record
14654 its filename in the :loaded-from property of the library id.
14655 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
14656 Initialize and staticpro them.
14657 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
14658
14659 * process.c: Include lisp.h before w32.h, not after.
14660 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
14661 instead of gnutls_record_check_pending.
14662
14663 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
14664
ff4de4aa
TZ
146652011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14666
14667 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
14668 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
14669 as passed in.
14670
abe95abb
JD
146712011-05-03 Jan Djärv <jan.h.d@swipnet.se>
14672
14673 * xterm.c (x_set_frame_alpha): Do not set property on anything
14674 else than FRAME_X_OUTER_WINDOW (Bug#8608).
14675
e16e55d4
JB
146762011-05-02 Juanma Barranquero <lekktu@gmail.com>
14677
14678 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
14679
bafcf6a5
JB
146802011-05-02 Juanma Barranquero <lekktu@gmail.com>
14681
14682 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
14683 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
14684 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
14685 (gnutls_global_initialized, Qgnutls_bootprop_priority)
14686 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
14687 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
14688 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
14689 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
14690 (Qgnutls_bootprop_callbacks_verify): Make static.
14691
e7a6747f
AS
146922011-05-01 Andreas Schwab <schwab@linux-m68k.org>
14693
19ed11ba
AS
14694 * callproc.c: Indentation fixup.
14695
e7a6747f 14696 * sysdep.c (wait_for_termination_1): Make static.
04f2d78b
CB
14697 (wait_for_termination, interruptible_wait_for_termination):
14698 Move after wait_for_termination_1.
e7a6747f 14699
1ef14cb4
LMI
147002011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14701
14702 * sysdep.c (interruptible_wait_for_termination): New function
14703 which is like wait_for_termination, but allows keyboard
14704 interruptions.
14705
14706 * callproc.c (Fcall_process): Add (:file "file") as an option for
14707 the STDOUT buffer.
14708 (Fcall_process_region): Ditto.
14709
330d880c
EZ
147102011-04-30 Eli Zaretskii <eliz@gnu.org>
14711
8db90b73
EZ
14712 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
14713 rather than `XVECTOR (FOO)->size'.
14714
330d880c
EZ
14715 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
14716 inttypes.h, as a gnulib replacement is used if it not available in
14717 system headers.
14718
15cbd324
EZ
147192011-04-21 Eli Zaretskii <eliz@gnu.org>
14720
14721 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
14722 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
14723 of MOST_POSITIVE_FIXNUM. (Bug#8528)
14724
14725 * coding.c (coding_alloc_by_realloc): Error out if destination
14726 will grow beyond MOST_POSITIVE_FIXNUM.
14727 (decode_coding_emacs_mule): Abort if there isn't enough place in
14728 charbuf for the composition carryover bytes. Reserve an extra
14729 space for up to 2 characters produced in a loop.
14730 (decode_coding_iso_2022): Abort if there isn't enough place in
14731 charbuf for the composition carryover bytes.
14732
147332011-04-21 Eli Zaretskii <eliz@gnu.org>
afda1437 14734
ae940cca
EZ
14735 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
14736 aborting when %lld or %lll format is passed.
14737 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
14738 %llo or %llx format is passed. (Bug#8545)
14739
03ab8921
EZ
14740 * window.c (window_scroll_line_based): Use a marker instead of
14741 simple variables to record original value of point. (Bug#7952)
14742
afda1437
EZ
14743 * doprnt.c (doprnt): Fix the case where a multibyte sequence
14744 produced by %s or %c overflows available buffer space. (Bug#8545)
14745
f76dee0c
PE
147462011-04-28 Paul Eggert <eggert@cs.ucla.edu>
14747
14748 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
283cdbef 14749 (SIZE_MAX): Move defn after all includes, as they might #define it.
f76dee0c 14750
fdc5744d
JB
147512011-04-28 Juanma Barranquero <lekktu@gmail.com>
14752
14753 * w32.c (init_environment): Warn about defaulting HOME to C:\.
14754
638f053a
JB
147552011-04-28 Juanma Barranquero <lekktu@gmail.com>
14756
14757 * keyboard.c (Qdelayed_warnings_hook): Define.
14758 (command_loop_1): Run `delayed-warnings-hook'
14759 if Vdelayed_warnings_list is non-nil.
14760 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
14761 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
14762
d178f871
EZ
147632011-04-28 Eli Zaretskii <eliz@gnu.org>
14764
14765 * doprnt.c (doprnt): Don't return value smaller than the buffer
14766 size if the message was truncated. (Bug#8545).
14767
b124fd93
JB
147682011-04-28 Juanma Barranquero <lekktu@gmail.com>
14769
14770 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
14771 (Fx_window_property): #if-0 the whole functions, not just the bodies.
14772
e810457d
PE
147732011-04-27 Paul Eggert <eggert@cs.ucla.edu>
14774
14775 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
14776
ea51cceb
JB
147772011-04-27 Juanma Barranquero <lekktu@gmail.com>
14778
14779 * makefile.w32-in: Update dependencies.
14780
94dcfacf
EZ
147812011-04-27 Eli Zaretskii <eliz@gnu.org>
14782
14783 Improve `doprnt' and its usage. (Bug#8545)
14784 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
14785 `format_end'. Remove support for %l as a conversion specifier.
14786 Don't use xrealloc. Improve diagnostics when the %l size modifier
14787 is used. Update the commentary.
14788
14789 * eval.c (verror): Simplify calculation of size_t.
14790
14791 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
14792 messages.
14793
f61f41d7
PE
147942011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
14795
14796 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
14797 change.
14798
96fb4434
PE
147992011-04-27 Paul Eggert <eggert@cs.ucla.edu>
14800
14801 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
14802 This makes this file independent of the recent pseudovector change.
14803
671875da 148042011-04-26 Paul Eggert <eggert@cs.ucla.edu>
eab3844f 14805
69e9b5a3
PE
14806 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
14807
b5f869a7 14808 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
7754e151 14809 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
8d4c3955 14810 Remove unused local.
c8926152 14811 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
080e5a8d 14812
841a1577 14813 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
04f2d78b
CB
14814 GCC 4.6.0 optimizes based on type-based alias analysis.
14815 For example, if b is of type struct buffer * and v of type struct
eab3844f
PE
14816 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
14817 != &v->size, and therefore "v->size = 1; b->size = 2; return
14818 v->size;" must therefore return 1. This assumption is incorrect
14819 for Emacs, since it type-puns struct Lisp_Vector * with many other
14820 types. To fix this problem, this patch adds a new type struct
f904488f 14821 vectorlike_header that documents the constraints on layout of vectors
eab3844f
PE
14822 and pseudovectors, and helps optimizing compilers not get fooled
14823 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
14824 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
f904488f
PE
14825 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
14826 the size member.
eab3844f
PE
14827 (XSETPVECTYPE): Rewrite in terms of new macro.
14828 (XSETPVECTYPESIZE): New macro, specifying both type and size.
14829 This is a bit clearer, and further avoids the possibility of
14830 undesirable aliasing.
14831 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
f904488f 14832 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
eab3844f
PE
14833 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
14834 since Lisp_Subr is a special case (no "next" field).
04f2d78b
CB
14835 (ASIZE): Now uses header.size rather than size.
14836 All previous uses of XVECTOR (foo)->size replaced to use this macro,
f904488f
PE
14837 to avoid the hassle of writing XVECTOR (foo)->header.size.
14838 (struct vectorlike_header): New type.
eab3844f
PE
14839 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
14840 object, to help avoid aliasing.
14841 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
14842 (SUBRP): Likewise, since Lisp_Subr is a special case.
14843 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
14844 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
14845 (struct Lisp_Hash_Table): Combine first two members into a single
f904488f 14846 struct vectorlike_header member. All uses of "size" and "next" members
eab3844f
PE
14847 changed to be "header.size" and "header.next".
14848 * buffer.h (struct buffer): Likewise.
14849 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
14850 * frame.h (struct frame): Likewise.
14851 * process.h (struct Lisp_Process): Likewise.
14852 * termhooks.h (struct terminal): Likewise.
14853 * window.c (struct save_window_data, struct saved_window): Likewise.
14854 * window.h (struct window): Likewise.
14855 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
14856 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
14857 * buffer.c (init_buffer_once): Likewise.
14858 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
14859 special case.
14860 * process.c (Fformat_network_address): Use local var for size,
14861 for brevity.
14862
0df1eac5
PE
14863 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
14864
847ab9d1 14865 Make the Lisp reader and string-to-float more consistent (Bug#8525)
452f4150
PE
14866 * data.c (atof): Remove decl; no longer used or needed.
14867 (digit_to_number): Move to lread.c.
14868 (Fstring_to_number): Use new string_to_number function, to be
14869 consistent with how the Lisp reader treats infinities and NaNs.
14870 Do not assume that floating-point numbers represent EMACS_INT
14871 without losing information; this is not true on most 64-bit hosts.
14872 Avoid double-rounding errors, by insisting on integers when
14873 parsing non-base-10 numbers, as the documentation specifies.
14874 * lisp.h (string_to_number): New decl, replacing ...
14875 (isfloat_string): Remove.
bc0a5c13 14876 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
d78050d6 14877 (read1): Do not accept +. and -. as integers; this
452f4150
PE
14878 appears to have been a coding error. Similarly, do not accept
14879 strings like +-1e0 as floating point numbers. Do not report
14880 overflow for integer overflows unless the base is not 10 which
14881 means we have no simple and reliable way to continue.
14882 Break out the floating-point parsing into a new
14883 function string_to_number, so that Fstring_to_number parses
14884 floating point numbers consistently with the Lisp reader.
04f2d78b 14885 (digit_to_number): Move here from data.c. Make it static inline.
452f4150
PE
14886 (E_CHAR, EXP_INT): Remove, replacing with ...
14887 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
14888 (string_to_number): New function, replacing isfloat_string.
14889 This function checks for valid syntax and produces the resulting
14890 Lisp float number too. Rework it so that string-to-number
bc0a5c13 14891 no longer mishandles examples like "1.0e+". Use strtoumax,
d78050d6
PE
14892 so that overflow for non-base-10 numbers is reported only when
14893 there's no portable and simple way to convert to floating point.
452f4150 14894
67769ffc
PE
14895 * textprop.c (set_text_properties_1): Rewrite for clarity,
14896 and to avoid GCC warning about integer overflow.
14897
c20db43f
PE
14898 * intervals.h (struct interval): Use EMACS_INT for members
14899 where EMACS_UINT might cause problems. See
14900 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
14901 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
14902 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
14903 All uses changed.
37aa2f85
PE
14904 (offset_intervals): Tell GCC not to worry about length overflow
14905 when negating a negative length.
c20db43f 14906
2538aa2f
PE
14907 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
14908 (overrun_check_free): Likewise.
14909
f2d3008d
PE
14910 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
14911 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
14912 word size.
14913
ec8df744
PE
14914 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
14915 (gnutls_make_error): Rename local to avoid shadowing.
14916 (gnutls_emacs_global_deinit): ifdef out; not used.
14917 (Fgnutls_boot): Use const for pointer to readonly storage.
14918 Comment out unused local. Fix pointer signedness problems.
14919
640ee02d
PE
14920 * lread.c (openp): Don't stuff size_t into an 'int'.
14921 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
14922 about possible signed overflow.
14923
6048fb2a
PE
14924 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
14925 (GDK_KEY_g): Don't define if already defined.
14926 (xg_prepare_tooltip): Avoid pointer signedness problem.
14927 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
14928
fa3c87e1
PE
14929 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
14930 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
14931
2172544b
PE
14932 * xfns.c (Fx_window_property): Simplify a bit,
14933 to make a bit faster and to avoid GCC 4.6.0 warning.
14934 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
14935
9b821a21
PE
14936 * fns.c (internal_equal): Don't assume size_t fits in int.
14937
3c616cfa
PE
14938 * alloc.c (compact_small_strings): Tighten assertion a little.
14939
c2982e87
PE
14940 Replace pEd with more-general pI, and fix some printf arg casts.
14941 * lisp.h (pI): New macro, generalizing old pEd macro to other
14942 conversion specifiers. For example, use "...%"pI"d..." rather
14943 than "...%"pEd"...".
14944 (pEd): Remove. All uses replaced with similar uses of pI.
61bdb816 14945 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
c2982e87
PE
14946 * alloc.c (check_pure_size): Don't overflow by converting size to int.
14947 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
14948 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
14949 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
14950 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
14951 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
14952 64-bit hosts.
14953 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
14954 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
14955 * print.c (safe_debug_print, print_object): Likewise.
14956 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
14957 to int.
6f04d126
PE
14958 Use pI instead of if-then-else-abort. Use %p to avoid casts,
14959 avoiding the 0 flag, which is not portable.
c2982e87
PE
14960 * process.c (Fmake_network_process): Use pI to avoid cast.
14961 * region-cache.c (pp_cache): Likewise.
14962 * xdisp.c (decode_mode_spec): Likewise.
14963 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
14964 behavior on 64-bit hosts with printf arg.
6f04d126 14965 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
c2982e87
PE
14966 (x_stop_queuing_selection_requests): Likewise.
14967 (x_get_window_property): Don't truncate byte count to an 'int'
14968 when tracing.
0b432f21 14969
5e073ec7
PE
14970 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
14971 here, since it parses constructs like leading '-' and spaces,
14972 which are not wanted; and it overflows with large numbers.
14973 Instead, simply match F[0-9]+, which is what is wanted anyway.
14974
36372bf9
PE
14975 * alloc.c: Remove unportable assumptions about struct layout.
14976 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
14977 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
14978 (allocate_vectorlike, make_pure_vector): Use the new macros,
14979 plus offsetof, to remove unportable assumptions about struct layout.
14980 These assumptions hold on all porting targets that I know of, but
14981 they are not guaranteed, they're easy to remove, and removing them
14982 makes further changes easier.
14983
0b432f21
PE
14984 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
14985 This doesn't fix a bug but makes the code clearer.
bfd1c781
PE
14986 (string_overrun_cookie): Now const. Use initializers that
14987 don't formally overflow signed char, to avoid warnings.
000098c1
PE
14988 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
14989 can cause Emacs to crash when string overrun checking is enabled.
c7bda33c
PE
14990 (allocate_buffer): Don't assume sizeof (struct buffer) is a
14991 multiple of sizeof (EMACS_INT); it need not be, if
14992 alignof(EMACS_INT) < sizeof (EMACS_INT).
d0f4e1f5 14993 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
0b432f21 14994
895009e1
JB
149952011-04-26 Juanma Barranquero <lekktu@gmail.com>
14996
14997 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
14998
6a7a1b0b
TZ
149992011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
15000
15001 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
b5f869a7 15002 supposed to be handshaking. (Bug#8556)
6a7a1b0b
TZ
15003 Reported by Paul Eggert <eggert@cs.ucla.edu>.
15004
841a1577 150052011-04-26 Daniel Colascione <dan.colascione@gmail.com>
0438ce91
DC
15006
15007 * lisp.h (Qdebug): List symbol.
895009e1 15008 * eval.c (Qdebug): Restore global linkage.
0438ce91
DC
15009 * keyboard.c (debug-on-event): New variable.
15010 (handle_user_signal): Break into debugger when debug-on-event
15011 matches the current signal symbol.
15012
f2d3ba6f
DN
150132011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
15014
15015 * alloc.c (check_sblock, check_string_bytes)
15016 (check_string_free_list): Convert to standard C.
15017
42ce4c63
TZ
150182011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
15019
15020 * w32.c (emacs_gnutls_push): Fix typo.
15021
825cd63c
EZ
150222011-04-25 Eli Zaretskii <eliz@gnu.org>
15023
fb11d64d
EZ
15024 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
15025 "cast to pointer from integer of different size".
15026
825cd63c
EZ
15027 Improve doprnt and its use in verror. (Bug#8545)
15028 * doprnt.c (doprnt): Document the set of format control sequences
15029 supported by the function. Use SAFE_ALLOCA instead of always
15030 using `alloca'.
15031
15032 * eval.c (verror): Don't limit the buffer size at size_max-1, that
15033 is one byte too soon. Don't use xrealloc; instead xfree and
15034 xmalloc anew.
15035
e061a11b
TZ
150362011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15037
15038 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
15039 callbacks stage.
15040
15041 * gnutls.c: Renamed global_initialized to
15042 gnutls_global_initialized. Added internals for the
15043 :verify-hostname-error, :verify-error, and :verify-flags
15044 parameters of `gnutls-boot' and documented those parameters in the
15045 docstring. Start callback support.
9173deec
JB
15046 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
15047 unless a fatal error occurred. Call gnutls_alert_send_appropriate
15048 on error. Return error code.
e061a11b
TZ
15049 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
15050 (emacs_gnutls_read): Likewise.
15051 (Fgnutls_boot): Return handshake error code.
15052 (emacs_gnutls_handle_error): New function.
15053 (wsaerror_to_errno): Likewise.
15054
15055 * w32.h (emacs_gnutls_pull): Add prototype.
15056 (emacs_gnutls_push): Likewise.
15057
15058 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
15059 (emacs_gnutls_push): Likewise.
15060
150612011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
15062
15063 * process.c (wait_reading_process_output): Check if GnuTLS
15064 buffered some data internally if no FDs are set for TLS
15065 connections.
15066
15067 * makefile.w32-in (OBJ2): Add gnutls.$(O).
15068 (LIBS): Link to USER_LIBS.
15069 ($(BLD)/gnutls.$(0)): New target.
15070
fa6996bc
EZ
150712011-04-24 Eli Zaretskii <eliz@gnu.org>
15072
eb35682e
EZ
15073 * xdisp.c (handle_single_display_spec): Rename the
15074 display_replaced_before_p argument into display_replaced_p, to
15075 make it consistent with the commentary. Fix typos in the
15076 commentary.
15077
e2ad650c
EZ
15078 * textprop.c (syms_of_textprop): Remove dead code.
15079 (copy_text_properties): Delete obsolete commentary about an
15080 interface that was deleted long ago. Fix typos in the description
15081 of arguments.
15082
1b2de274
EZ
15083 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
15084 to changes in oldXMenu/XMenu.h from 2011-04-16.
15085 <menu_help_message, prev_menu_help_message>: Constify.
15086 (IT_menu_make_room): menu->help_text is now `const char **';
15087 adjust.
15088
15089 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
15090 to changes in oldXMenu/XMenu.h from 2011-04-16.
15091 (struct XMenu): Declare `help_text' `const char **'.
15092
15093 * xfaces.c <Qunspecified>: Make extern again.
15094
15095 * syntax.c: Include sys/types.h before including regex.h, as
75f1671a 15096 required by POSIX.
1b2de274 15097
762b15be
EZ
15098 * doc.c (get_doc_string): Improve the format passed to `error'.
15099
15100 * doprnt.c (doprnt): Improve commentary.
15101
15102 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
15103
15104 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
15105 them with etags.
15106
f1052e5d
EZ
15107 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
15108 changes in globals.h immediately force recompilation.
762b15be
EZ
15109 (TAGS): Depend on $(CURDIR)/m/intel386.h and
15110 $(CURDIR)/s/ms-w32.h.
15111 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
f1052e5d 15112
fa6996bc
EZ
15113 * character.c (Fchar_direction): Function deleted.
15114 (syms_of_character): Don't defsubr it.
15115 <char-direction-table>: Deleted.
15116
e6c3da20
EZ
151172011-04-23 Eli Zaretskii <eliz@gnu.org>
15118
15119 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
15120 * doprnt.c: Include limits.h.
15121 (SIZE_MAX): New macro.
04f2d78b
CB
15122 (doprnt): Return a size_t value. 2nd arg is now size_t.
15123 Many local variables are now size_t instead of int or unsigned.
e6c3da20
EZ
15124 Improve overflow protection. Support `l' modifier for integer
15125 conversions. Support %l conversion. Don't assume an EMACS_INT
15126 argument for integer conversions and for %c.
15127
15128 * lisp.h (doprnt): Restore prototype.
15129
15130 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
15131 $(SRC)/character.h.
15132
15133 * Makefile.in (base_obj): Add back doprnt.o.
15134
15135 * deps.mk (doprnt.o): Add back prerequisites.
15136 (callint.o): Depend on character.h.
15137
15138 * eval.c (internal_lisp_condition_case): Include the handler
15139 representation in the error message.
15140 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
15141 when breaking from the loop.
15142
15143 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
15144
15145 * callint.c (Fcall_interactively): When displaying error message
15146 about invalid control letter, pass the character's codepoint, not
15147 a pointer to its multibyte form. Improve display of the character
15148 in octal and display also its hex code.
15149
15150 * character.c (char_string): Use %x to display the (unsigned)
15151 codepoint of an invalid character, to avoid displaying a bogus
15152 negative value.
15153
15154 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
15155 `error', not SYMBOL_NAME itself.
15156
15157 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
15158 character arguments to `error'.
15159
15160 * charset.c (check_iso_charset_parameter): Fix incorrect argument
15161 to `error' in error message about FINAL_CHAR argument. Make sure
15162 FINAL_CHAR is a character, and use %c when it is passed as
15163 argument to `error'.
15164
4ffd0d6b 151652011-04-23 Eli Zaretskii <eliz@gnu.org>
97a93095
EZ
15166
15167 * s/ms-w32.h (localtime): Redirect to sys_localtime.
15168
15169 * w32.c: Include <time.h>.
15170 (sys_localtime): New function.
15171
4ffd0d6b 151722011-04-23 Chong Yidong <cyd@stupidchicken.com>
c17819f4
CY
15173
15174 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
15175
4ffd0d6b 15176 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
aac0c6e3 15177
4ffd0d6b 151782011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
aac0c6e3 15179
4ffd0d6b
GM
15180 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
15181 zombies (Bug#8467).
aac0c6e3 15182
04c56954
EZ
151832011-04-19 Eli Zaretskii <eliz@gnu.org>
15184
15185 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
15186 gl_state.e_property when gl_state.object is Qt.
15187
15188 * insdel.c (make_gap_larger): Remove limitation of buffer size
15189 to <= INT_MAX.
15190
16a43933
CY
151912011-04-18 Chong Yidong <cyd@stupidchicken.com>
15192
15193 * xdisp.c (lookup_glyphless_char_display)
15194 (produce_glyphless_glyph): Handle cons cell entry in
15195 glyphless-char-display.
15196 (Vglyphless_char_display): Document it.
15197
15198 * term.c (produce_glyphless_glyph): Handle cons cell entry in
15199 glyphless-char-display.
15200
4581706e
CY
152012011-04-17 Chong Yidong <cyd@stupidchicken.com>
15202
15203 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
15204
15205 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
15206
15207 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
15208 definition for no-X builds.
15209
4887c6e2 152102011-04-16 Paul Eggert <eggert@cs.ucla.edu>
764430a3 15211
fd35b6f9
PE
15212 Static checks with GCC 4.6.0 and non-default toolkits.
15213
5c1ccb01
PE
15214 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
15215
006c5daa
PE
15216 * process.c (keyboard_bit_set): Define only if SIGIO.
15217 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
15218 (send_process): Repair possible setjmp clobbering.
15219
efc736d3
PE
15220 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
15221
4e2fe2e6
PE
15222 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
15223
f97334a2
PE
15224 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
15225
4e75f29d
PE
15226 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
15227 Define only if needed.
15228
90efadd1
PE
15229 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
15230 by pacifying GCC about it. Maybe it's time to retire it?
875975e9 15231 * xfaces.c (USG, __TIMEVAL__): Likewise.
90efadd1 15232
3c647824
PE
15233 * dispextern.h (struct redisplay_interface): Rename param
15234 to avoid shadowing.
e264f262 15235 * termhooks.h (struct terminal): Likewise.
761383f4 15236 * xterm.c (xembed_send_message): Likewise.
3c647824 15237
b58c5c4a
PE
15238 * insdel.c (make_gap_smaller): Define only if
15239 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
15240
cad59032
PE
15241 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
15242 it.
15243
c339dc2e
PE
15244 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
15245 so that we aren't warned about unused symbols.
15246
91a3e27b
PE
15247 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
15248
399c71d3 15249 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
7a3fb125 15250
8ffc96f5
PE
15251 * xfns.c (x_real_positions): Mark locals as initialized.
15252
eef9bc79
PE
15253 * xmenu.c (xmenu_show): Don't use uninitialized vars.
15254
098db9dd
PE
15255 * xterm.c: Fix problems found by static analysis with other toolkits.
15256 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
dda3aedd
PE
15257 (x_dispatch_event): Declare static if USE_GTK, and
15258 define if USE_GTK || USE_X_TOOLKIT.
098db9dd 15259 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
dda3aedd 15260 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
841a1577
JB
15261 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
15262 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
098db9dd 15263
eb18f6cc
PE
15264 * xmenu.c (menu_help_callback): Pointer type fixes.
15265 Use const pointers when pointing at readonly data. Avoid pointer
15266 signedness clashes.
15267 (FALSE): Remove unused macro.
15268 (update_frame_menubar): Remove unused decl.
15269
1fe72bf8
PE
15270 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
15271
60d9e1db
PE
15272 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
15273 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
15274 (single_menu_item): Rename local to avoid shadowing.
15275
39261c26
PE
15276 * keyboard.c (make_lispy_event): Remove unused local var.
15277
018c5e19
PE
15278 * frame.c, frame.h (x_get_resource_string): Bring this back, but
15279 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
15280
63d2b86e
PE
15281 * bitmaps: Change bitmaps from unsigned char back to the X11
15282 compatible char. Avoid the old compiler warnings about
15283 out-of-range initializers by using, for example, '\xab' rather
15284 than 0xab.
15285
aefd87e1
PE
15286 * xgselect.c (xgselect_initialize): Check vs interface
15287 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
15288
bf501fb9
PE
15289 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
15290
e9829fdf
PE
15291 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
15292 to read-only memory.
15293
1086c095
PE
15294 * fns.c (vector): Remove; this old hack is no longer needed.
15295
2baccd04 15296 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
401f10cb 15297 Remove unused var.
dde42981 15298 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
2baccd04 15299
72391843 15300 * xrdb.c (x_load_resources): Omit unused local.
3565b346 15301
436c16df 15302 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
8a94ea33 15303 (x_window): Rename locals to avoid shadowing.
dc5ddd85 15304 (USG): Use the kludged USG macro, to pacify gcc.
436c16df 15305
92bb796d 15306 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
bbbef9e1 15307 (x_term_init): Remove local to avoid shadowing.
92bb796d 15308
764430a3 15309 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
4887c6e2
PE
15310
15311 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
15312 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
15313
d1dfb56c
EZ
153142011-04-16 Eli Zaretskii <eliz@gnu.org>
15315
c4354cb4
EZ
15316 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
15317
d1dfb56c
EZ
15318 Fix regex.c, syntax.c and friends for buffers > 2GB.
15319 * syntax.h (struct gl_state_s): Declare character position members
15320 EMACS_INT.
15321
15322 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
15323
04f2d78b
CB
15324 * textprop.c (verify_interval_modification, interval_of):
15325 Declare arguments EMACS_INT.
d1dfb56c
EZ
15326
15327 * intervals.c (adjust_intervals_for_insertion): Declare arguments
15328 EMACS_INT.
15329
15330 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
15331
15332 * indent.c (Fvertical_motion): Local variable it_start is now
15333 EMACS_INT.
15334
15335 * regex.c (re_match, re_match_2, re_match_2_internal)
15336 (bcmp_translate, regcomp, regexec, print_double_string)
15337 (group_in_compile_stack, re_search, re_search_2, regex_compile)
15338 (re_compile_pattern, re_exec): Declare arguments and local
15339 variables `size_t' and `ssize_t' and return values `regoff_t', as
15340 appropriate.
15341 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
15342 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
15343 <compile_stack_type>: `size' and `avail' are now `size_t'.
15344
15345 * regex.h <regoff_t>: Use ssize_t, not int.
15346 (re_search, re_search_2, re_match, re_match_2): Arguments that
15347 specify buffer/string position and length are now ssize_t and
15348 size_t. Return type is regoff_t.
15349
613052cd
BK
153502011-04-16 Ben Key <bkey76@gmail.com>
15351
15352 * nsfont.m: Fixed bugs in ns_get_family and
15353 ns_descriptor_to_entity that were caused by using free to
15354 deallocate memory blocks that were allocated by xmalloc (via
15355 xstrdup). This caused Emacs to crash when compiled with
15356 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
15357 --enable-checking=xmallocoverrun). xfree is now used to
15358 deallocate these memory blocks.
15359
4170f62f 153602011-04-15 Paul Eggert <eggert@cs.ucla.edu>
3e047f51 15361
71b41406
PE
15362 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
15363
9587a89d
PE
15364 emacs_write: Accept and return EMACS_INT for sizes.
15365 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
15366 et seq.
15367 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
15368 Accept and return EMACS_INT.
15369 (emacs_gnutls_write): Return the number of bytes written on
15370 partial writes.
15371 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
273a5f82
PE
15372 (emacs_read, emacs_write): Remove check for negative size, as the
15373 Emacs source code has been audited now.
9587a89d
PE
15374 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
15375 (emacs_read, emacs_write): Use it.
273a5f82
PE
15376 * process.c (send_process): Adjust to the new signatures of
15377 emacs_write and emacs_gnutls_write. Do not attempt to store
15378 a byte offset into an 'int'; it might overflow.
9587a89d 15379 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
273a5f82 15380
3e047f51
PE
15381 * sound.c: Don't assume sizes fit in 'int'.
15382 (struct sound_device.period_size, alsa_period_size):
9c3c56a7 15383 Return EMACS_INT, not int.
3e047f51 15384 (struct sound_device.write, vox_write, alsa_write):
9c3c56a7
PE
15385 Accept EMACS_INT, not int.
15386 (wav_play, au_play): Use EMACS_INT to store sizes and to
3e047f51
PE
15387 record read return values.
15388
cc39a9db
BK
153892011-04-15 Ben Key <bkey76@gmail.com>
15390
c9d0ec6d
JB
15391 * keyboard.c (Qundefined): Don't declare static since it is used
15392 in nsfns.m.
15393 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
15394 static since they are used in nsfont.m.
cc39a9db 15395
6c60eb9f
SM
153962011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15397
15398 * process.c (Qprocessp): Don't declare static.
15399 * lisp.h (Qprocessp): Declare again.
15400
7990b61a
JB
154012011-04-15 Juanma Barranquero <lekktu@gmail.com>
15402
15403 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
15404
5d4cb038
PE
154052011-04-14 Paul Eggert <eggert@cs.ucla.edu>
15406
8bd7b830 15407 Improve C-level modularity by making more things 'static'.
cd64ea1d 15408
e3b27b31
PE
15409 Don't publish debugger-only interfaces to other modules.
15410 * lisp.h (safe_debug_print, debug_output_compilation_hack):
15411 (verify_bytepos, count_markers): Move decls to the only modules
15412 that need them.
15413 * region-cache.h (pp_cache): Likewise.
15414 * window.h (check_all_windows): Likewise.
15415 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
15416
5d4cb038
PE
15417 * sysdep.c (croak): Now static, if
15418 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
15419 * syssignal.h (croak): Declare only if not static.
69003fd8
PE
15420
15421 * alloc.c (refill_memory_reserve): Now static if
15422 !defined REL_ALLOC || defined SYSTEM_MALLOC.
15423 * lisp.h (refill_memory_reserve): Declare only if not static.
93ea6e8f 15424
e87b6180
PE
15425 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
15426 Define only if USE_LUCID.
15427
ac64929e
PE
15428 * xrdb.c (x_customization_string, x_rm_string): Now static.
15429
6f37259d
PE
15430 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
15431 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
15432
1683e3ab
PE
15433 * xdisp.c (draw_row_with_mouse_face): Now static.
15434 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
15435
de9c2632
PE
15436 * window.h (check_all_windows): Mark externally visible.
15437
2b96acb7
PE
15438 * window.c (window_deletion_count): Now static.
15439
15440 * undo.c: Make symbols static if they're not exported.
15441 (last_undo_buffer, last_boundary_position, pending_boundary):
15442 Now static.
15443
50436f33
PE
15444 * textprop.c (interval_insert_behind_hooks): Now static.
15445 (interval_insert_in_front_hooks): Likewise.
15446
64520e5c
PE
15447 * term.c: Make symbols static if they're not exported.
15448 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
15449 (max_frame_lines, tty_set_terminal_modes):
15450 (tty_reset_terminal_modes, tty_turn_off_highlight):
15451 (get_tty_terminal): Now static.
15452 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
15453 * termhooks.h (term_mouse_moveto): Do not declare if
8bd7b830 15454 HAVE_WINDOW_SYSTEM.
64520e5c
PE
15455 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
15456 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
15457
1fa53021
PE
15458 * sysdep.c: Make symbols static if they're not exported.
15459 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
15460 Now static.
15461 (sigprocmask_set, full_mask): Remove; unused.
15462 (wait_debugging): Mark as visible.
15463 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
15464 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
15465
d4b43b22
PE
15466 * syntax.c (syntax_temp): Define only if !__GNUC__.
15467
b7c513d0
PE
15468 * sound.c (current_sound_device, current_sound): Now static.
15469
989b29ad
PE
15470 * search.c (searchbufs, searchbuf_head): Now static.
15471
13a55a78
PE
15472 * scroll.c (scroll_cost): Remove; unused.
15473 * dispextern.h (scroll_cost): Remove decl.
15474
de68a1fc
PE
15475 * region-cache.h (pp_cache): Mark as externally visible.
15476
40ccffa6
PE
15477 * process.c: Make symbols static if they're not exported.
15478 (process_tick, update_tick, create_process, chan_process):
15479 (Vprocess_alist, proc_buffered_char, datagram_access):
15480 (fd_callback_data, send_process_frame, process_sent_to): Now static.
15481 (deactivate_process): Mark defn as static, as well as decl.
15482 * lisp.h (create_process): Remove decl.
15483 * process.h (chan_process, Vprocess_alist): Remove decls.
15484
ad64fc97
PE
15485 * print.c: Make symbols static if they're not exported.
15486 (print_depth, new_backquote_output, being_printed, print_buffer):
15487 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
15488 (print_interval, print_number_index, initial_stderr_stream):
15489 Now static.
15490 * lisp.h (Fprinc): Remove decl.
15491 (debug_output_compilation_hack): Mark as externally visible.
15492
adddb265
PE
15493 * sysdep.c (croak): Move decl from here to syssignal.h.
15494 * syssignal.h (croak): Put it here, so the API can be checked when
15495 'croak' is called from dissociate_if_controlling_tty.
15496
1717ede2
PE
15497 * minibuf.c: Make symbols static if they're not exported.
15498 (minibuf_save_list, choose_minibuf_frame): Now static.
15499 * lisp.h (choose_minibuf_frame): Remove decl.
15500
fa5fb2bc
PE
15501 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
15502
1e3890d1
PE
15503 * lread.c: Make symbols static if they're not exported.
15504 (read_objects, initial_obarray, oblookup_last_bucket_number):
15505 Now static.
15506 (make_symbol): Remove; unused.
15507 * lisp.h (initial_obarray, make_symbol): Remove decls.
15508
8a1414fa
PE
15509 * keyboard.c: Make symbols static if they're not exported.
15510 (single_kboard, recent_keys_index, total_keys, recent_keys):
15511 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
15512 (this_single_command_key_start, echoing, last_auto_save):
15513 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
15514 (command_loop, echo_now, keyboard_init_hook, help_char_p):
15515 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
15516 (Vlispy_mouse_stem, double_click_count):
15517 Now static.
15518 (force_auto_save_soon): Define only if SIGDANGER.
15519 (ignore_mouse_drag_p): Now static if
15520 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
15521 (print_help): Remove; unused.
15522 (stop_character, last_timer_event): Mark as externally visible.
15523 * keyboard.h (ignore_mouse_drag_p): Declare only if
15524 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
15525 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
15526 * lisp.h (echoing): Remove decl.
15527 (force_auto_save_soon): Declare only if SIGDANGER.
15528 * xdisp.c (redisplay_window): Simplify code, to make it more
15529 obvious that ignore_mouse_drag_p is not accessed if !defined
15530 USE_GTK && !defined HAVE_NS.
15531
93ea6e8f
PE
15532 * intervals.c: Make symbols static if they're not exported.
15533 (merge_properties_sticky, merge_interval_right, delete_interval):
15534 Now static.
15535 * intervals.h (merge_interval_right, delete_interval): Remove decls.
15536
77382fcc
PE
15537 * insdel.c: Make symbols static if they're not exported.
15538 However, leave prepare_to_modify_buffer alone. It's never
15539 called from outside this function, but that appears to be a bug.
15540 (combine_after_change_list, combine_after_change_buffer):
4889fc82 15541 (adjust_after_replace, signal_before_change): Now static.
77382fcc
PE
15542 (adjust_after_replace_noundo): Remove; unused.
15543 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
4889fc82 15544 (signal_before_change): Remove decls.
77382fcc 15545
9306c32e
PE
15546 * indent.c (val_compute_motion, val_vmotion): Now static.
15547
cd44d2eb
PE
15548 * image.c: Make symbols static if they're not exported.
15549 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
15550 if USE_GTK.
15551 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
15552 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
15553
ad9a7a06
PE
15554 * fringe.c (standard_bitmaps): Now static.
15555 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
15556
81626931
PE
15557 * frame.c: Make symbols static if they're not exported.
15558 (x_report_frame_params, make_terminal_frame): Now static.
15559 (get_frame_param): Now static, unless HAVE_NS.
15560 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
15561 (x_get_resource_string): Remove; not used.
15562 * frame.h (make_terminal_frame, x_report_frame_params):
15563 (x_get_resource_string); Remove decls.
15564 (x_fullscreen_adjust): Declare only if WINDOWSNT.
15565 * lisp.h (get_frame_param): Declare only if HAVE_NS.
15566
239f9db9
PE
15567 * font.c, fontset.c: Make symbols static if they're not exported.
15568 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
15569 (FACE_SUITABLE_FOR_CHAR_P): Use it.
15570 * font.c (font_close_object): Now static.
15571 * font.h (font_close_object): Remove.
15572 * fontset.c (FONTSET_OBJLIST): Remove.
15573 (free_realized_fontset) #if-0 the body, which does nothing.
15574 (face_suitable_for_char_p): #if-0, as it's never called.
15575 * fontset.h (face_suitable_for_char_p): Remove decl.
04f2d78b
CB
15576 * xfaces.c (face_at_string_position):
15577 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
239f9db9
PE
15578 since 0 is always ASCII.
15579
dfcf3579
PE
15580 * fns.c (weak_hash_tables): Now static.
15581
5045092b
PE
15582 * fileio.c: Make symbols static if they're not exported.
15583 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
15584 (Vwrite_region_annotation_buffers): Now static.
15585
57a96f5c
PE
15586 * eval.c: Make symbols static if they're not exported.
15587 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
15588 * lisp.h (backtrace_list): Remove decl.
15589
35f08c38
PE
15590 * emacs.c: Make symbols static if they're not exported.
15591 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
15592 (fatal_error_code, fatal_error_signal_hook, standard_args):
15593 Now static.
15594 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
15595 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
15596 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
15597 * lisp.h (fatal_error_signal_hook): Remove decl.
15598 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
15599
f44bd759
PE
15600 * editfns.c: Move a (normally-unused) function to its only use.
15601 * editfns.c, lisp.h (get_operating_system_release): Remove.
15602 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
15603 worth the hassle of breaking this out.
15604
b532497d
PE
15605 * xterm.c: Make symbols static if they're not exported.
15606 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
15607 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
15608 (x_destroy_window, x_delete_display):
15609 Now static.
15610 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
15611 (x_mouse_leave): Remove; unused.
15612 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
15613 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
15614 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
15615 Remove decls.
15616 (x_mouse_leave): Declare only if WINDOWSNT.
15617 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
15618 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
15619 USE_X_TOOLKIT.
15620
1675728f
PE
15621 * ftxfont.c: Make symbols static if they're not exported.
15622 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
15623 HAVE_FREETYPE.
15624 * font.h (ftxfont_driver): Likewise.
15625
e4cebfca
PE
15626 * xfns.c: Make symbols static if they're not exported.
15627 (x_last_font_name, x_display_info_for_name):
15628 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
15629 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
15630 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
15631 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
15632 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
15633 (last_show_tip_args): Now static.
15634 (xic_defaut_fontset, xic_create_fontsetname): Define only if
15635 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
15636 (x_screen_planes): Remove; unused.
15637 * dispextern.h (x_screen_planes): Remove decl.
15638
5bf46f05
PE
15639 * dispnew.c: Make symbols static if they're not exported.
15640 * dispextern.h (redraw_garbaged_frames, scrolling):
15641 (increment_row_positions): Remove.
15642 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
15643 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
15644 Now static.
15645 (redraw_garbaged_frames): Remove; unused.
15646
435f4c28
PE
15647 * xfaces.c: Make symbols static if they're not exported.
15648 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
15649 Remove decls.
15650 * xterm.h (defined_color): Remove decls.
15651 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
15652 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
15653 (menu_face_changed_default, defined_color, free_realized_face):
15654 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
15655 (ascii_face_of_lisp_face): Remove; unused.
15656
8524aef3
PE
15657 * xdisp.c: Make symbols static if they're not exported.
15658 * dispextern.h (scratch_glyph_row, window_box_edges):
15659 (glyph_to_pixel_coords, set_cursor_from_row):
15660 (get_next_display_element, set_iterator_to_next):
15661 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
15662 (show_mouse_face): Remove decls
15663 * frame.h (message_buf_print): Likewise.
15664 * lisp.h (pop_message, set_message, check_point_in_composition):
15665 Likewise.
15666 * xterm.h (set_vertical_scroll_bar): Likewise.
15667 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
15668 (message_buf_print, scratch_glyph_row, displayed_buffer):
15669 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
15670 (get_next_display_element, show_mouse_face, window_box_edges):
15671 (frame_to_window_pixel_xy, check_point_in_composition):
15672 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
15673 (glyph_to_pixel_coords): Remove; unused.
15674
16390cd2
PE
15675 * dired.c (file_name_completion): Now static.
15676
15677 * dbusbind.c (xd_in_read_queued_messages): Now static.
15678
a25f4dfa
PE
15679 * lisp.h (circular_list_error, FOREACH): Remove; unused.
15680 * data.c (circular_list_error): Remove.
15681
14a9c8df
PE
15682 * commands.h (last_point_position, last_point_position_buffer):
15683 (last_point_position_window): Remove decls.
15684 * keyboard.c: Make these variables static.
15685
04f2d78b
CB
15686 * coding.h (coding, code_convert_region, encode_coding_gap):
15687 Remove decls.
74ab6df5
PE
15688 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
15689 (iso_code_class, detect_coding, code_convert_region): Now static.
15690 (encode_coding_gap): Remove; unused.
15691
38dfbee1
PE
15692 * chartab.c (chartab_chars, chartab_bits): Now static.
15693
a2cb4e63
PE
15694 * charset.h (charset_iso_8859_1): Remove decl.
15695 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
15696 Now static.
15697
127198fd
PE
15698 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
15699 * ccl.c (Vccl_program_table): Now static.
15700 (check_ccl_update): Remove; unused.
15701
d85b608f
PE
15702 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
15703 * category.h: ... from here.
15704 * category.c (check_category_table, set_category_set): Now static.
15705
31cd66f3
PE
15706 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
15707 * lisp.h: Remove these decls.
15708
c358e587
PE
15709 * buffer.c (buffer_count): Remove unused var.
15710
e78aecca
PE
15711 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
15712 so that it's not optimized away.
15713 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
15714 * dispextern.h (bidi_dump_cached_states): Remove, since it's
15715 exported only to the debugger.
15716
e192d7d3 15717 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
04f2d78b 15718 * atimer.h (run_all_atimers): Remove; not exported.
e192d7d3 15719
92470028
PE
15720 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
15721 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
15722 was inaccessible from Lisp.
15723 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
15724 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
15725
244ed907
PE
15726 alloc.c: Import and export fewer symbols, and remove unused items.
15727 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
15728 is defined.
15729 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
15730 it's not optimized away by whole-program optimization.
15731 (message_enable_multibyte, free_misc): Remove.
15732 (catchlist, handlerlist, mark_backtrace):
15733 Declare only if BYTE_MARK_STACK.
15734 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
15735 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
15736 (message_enable_multibyte): Remove decl.
15737 (free_misc, interval_free_list, float_block, float_block_index):
15738 (n_float_blocks, float_free_list, cons_block, cons_block_index):
15739 (cons_free_list, last_marked_index):
15740 Now static.
15741 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
15742 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
15743 (mark_backtrace): Define only if BYTE_MARK_STACK.
15744 * xdisp.c (message_enable_multibyte): Now static.
15745
61c2b50e 15746 Declare Lisp_Object Q* variables to be 'static' if not exported.
955cbe7b
PE
15747 This makes it easier for human readers (and static analyzers)
15748 to see whether these variables are used from other modules.
15749 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
15750 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
15751 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
15752 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
15753 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
15754 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
15755 * xmenu.c, xselect.c:
15756 Declare Q* vars static if they are not used in other modules.
15757 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
15758 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
15759 Remove decls of unexported vars.
15760 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
15761
95c82688
PE
15762 * lisp.h (DEFINE_FUNC): Make sname 'static'.
15763
16a97296
PE
15764 Make Emacs functions such as Fatom 'static' by default.
15765 This makes it easier for human readers (and static analyzers)
15766 to see whether these functions can be called from other modules.
15767 DEFUN now defines a static function. To make the function external
15768 so that it can be used in other C modules, use the new macro DEFUE.
8bd7b830
PE
15769 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
15770 (Finit_image_library):
16a97296
PE
15771 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
15772 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
15773 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
15774 Remove decls, since these functions are now static.
15775 (Funintern, Fget_internal_run_time): New decls, since these functions
15776 were already external.
95c82688 15777
16a97296
PE
15778 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
15779 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
15780 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
15781 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
15782 * keyboard.c, keymap.c, lread.c:
15783 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
15784 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
15785 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
15786 Mark functions with DEFUE instead of DEFUN,
15787 if they are used in other modules.
15788 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
15789 decls for now-static functions.
15790 * buffer.h (Fdelete_overlay): Remove decl.
15791 * callproc.c (Fgetenv_internal): Mark as internal.
15792 * composite.c (Fremove_list_of_text_properties): Remove decl.
15793 (Fcomposition_get_gstring): New forward static decl.
15794 * composite.h (Fcomposite_get_gstring): Remove decl.
15795 * dired.c (Ffile_attributes): New forward static decl.
15796 * doc.c (Fdocumntation_property): New forward static decl.
15797 * eval.c (Ffetch_bytecode): New forward static decl.
15798 (Funintern): Remove extern decl; now in .h file where it belongs.
15799 * fileio.c (Fmake_symbolic_link): New forward static decl.
15800 * image.c (Finit_image_library): New forward static decl.
15801 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
15802 * intervals.h (Fprevious_property_change):
15803 (Fremove_list_of_text_properties): Remove decls.
15804 * keyboard.c (Fthis_command_keys): Remove decl.
15805 (Fcommand_execute): New forward static decl.
15806 * keymap.c (Flookup_key): New forward static decl.
15807 (Fcopy_keymap): Now static.
15808 * keymap.h (Flookup_key): Remove decl.
15809 * process.c (Fget_process): New forward static decl.
15810 (Fprocess_datagram_address): Mark as internal.
15811 * syntax.c (Fsyntax_table_p): New forward static decl.
15812 (skip_chars): Remove duplicate decl.
15813 * textprop.c (Fprevious_property_change): New forward static decl.
15814 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
15815 Now internal.
15816 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
15817 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
15818
785bbd42
PE
15819 * editfns.c (Fformat): Remove unreachable code.
15820
8b913b57
AS
158212011-04-14 Andreas Schwab <schwab@linux-m68k.org>
15822
15823 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
15824 change. (Bug#8496)
15825
a6744a35
EZ
158262011-04-13 Eli Zaretskii <eliz@gnu.org>
15827
15828 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
15829 when at ZV. (Bug#8487)
15830
e7974947
AS
158312011-04-12 Andreas Schwab <schwab@linux-m68k.org>
15832
baad03f0
AS
15833 * charset.c (Fclear_charset_maps): Use xfree instead of free.
15834 (Bug#8437)
15835 * keyboard.c (parse_tool_bar_item): Likewise.
15836 * sound.c (sound_cleanup, alsa_close): Likewise.
15837 * termcap.c (tgetent): Likewise.
15838 * xfns.c (x_default_font_parameter): Likewise.
15839 * xsettings.c (read_and_apply_settings): Likewise.
15840
e7974947
AS
15841 * alloc.c (overrun_check_malloc, overrun_check_realloc)
15842 (overrun_check_free): Protoize.
15843
28272684
PE
158442011-04-12 Paul Eggert <eggert@cs.ucla.edu>
15845
15846 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
15847 since callers should never pass a negative size.
15848 Change the signature to match that of plain 'read' and 'write'; see
15849 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
15850 * lisp.h: Update prototypes of emacs_write and emacs_read.
15851
11997c76
EZ
158522011-04-11 Eli Zaretskii <eliz@gnu.org>
15853
15854 * xdisp.c (redisplay_window): Don't try to determine the character
15855 position of the scroll margin if the window start point w->startp
e896f03c 15856 is outside the buffer's accessible region. (Bug#8468)
11997c76 15857
8a2cbd72
EZ
158582011-04-10 Eli Zaretskii <eliz@gnu.org>
15859
15860 Fix write-region and its subroutines for buffers > 2GB.
15861 * fileio.c (a_write, e_write): Modify declaration of arguments and
15862 local variables to support buffers larger than 2GB.
15863 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
15864
15865 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
15866 argument, local variables, and return value.
15867
15868 * lisp.h: Update prototypes of emacs_write and emacs_read.
15869
15870 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
15871
4073e537 158722011-04-10 Paul Eggert <eggert@cs.ucla.edu>
eb3f1cc8 15873
1ebfdcb6
PE
15874 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
15875
b2ded58d
PE
15876 Fix more problems found by GCC 4.6.0's static checks.
15877
7d66342c
PE
15878 * xdisp.c (vmessage): Use a better test for character truncation.
15879
bbf47d44
PE
15880 * charset.c (load_charset_map): <, not <=, for optimization,
15881 and to avoid potential problems with integer overflow.
9248994d 15882 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
f9a68bc5 15883 * casetab.c (set_identity, shuffle): Likewise.
3ab1c7ce 15884 * editfns.c (Fformat): Likewise.
1e69125e 15885 * syntax.c (skip_chars): Likewise.
3befa583 15886
e3019616
PE
15887 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
15888 This also lets GCC 4.6.0 generate slightly better loop code.
15889
becfa255
PE
15890 * callint.c (Fcall_interactively): <, not <=, for optimization.
15891 (Fcall_interactively): Count the number of arguments produced,
15892 not the number of arguments given. This is simpler and lets GCC
15893 4.6.0 generate slightly better code.
15894
dae0cd48
PE
15895 * ftfont.c: Distingish more carefully between FcChar8 and char.
15896 The previous code passed unsigned char * to a functions like
15897 strlen and xstrcasecmp that expect char *, which does not
15898 conform to the C standard.
15899 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
15900 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
15901 char * when the C standard requires it.
15902
76032d70
PE
15903 * keyboard.c (read_char): Remove unused var.
15904
eb3f1cc8
PE
15905 * eval.c: Port to Windows vsnprintf (Bug#8435).
15906 Include <limits.h>.
15907 (SIZE_MAX): Define if the headers do not.
15908 (verror): Do not give up if vsnprintf returns a negative count.
15909 Instead, grow the buffer. This ports to Windows vsnprintf, which
15910 does not conform to C99. Problem reported by Eli Zaretskii.
15911 Also, simplify the allocation scheme, by avoiding the need for
15912 calling realloc, and removing the ALLOCATED variable.
15913
70476b54
PE
15914 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
15915
12020a9e
PE
15916 Remove invocations of doprnt, as Emacs now uses vsnprintf.
15917 But keep the doprint source code for now, as we might revamp it
15918 and use it again (Bug#8435).
ea6c7ae6
PE
15919 * lisp.h (doprnt): Remove.
15920 * Makefile.in (base_obj): Remove doprnt.o.
15921 * deps.mk (doprnt.o): Remove.
15922
5fdb398c
PE
15923 error: Print 32- and 64-bit integers portably (Bug#8435).
15924 Without this change, on typical 64-bit hosts error ("...%d...", N)
15925 was used to print both 32- and 64-bit integers N, which relied on
15926 undefined behavior.
61bdb816 15927 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
5fdb398c
PE
15928 * lisp.h (error, verror): Mark as printf-like functions.
15929 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
15930 Report overflow in size calculations when allocating printf buffer.
15931 Do not truncate output string at its first null byte.
15932 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
15933 Truncate the output at a character boundary, since vsnprintf does not
15934 do that.
15935 * charset.c (check_iso_charset_parameter): Convert internal
15936 character to string before calling 'error', since %c now has the
15937 printf meaning.
15938 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
15939 overflow when computing char to be passed to 'error'. Do not
15940 pass Lisp_Object to 'error'; pass the integer instead.
15941 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
15942 formatted with plain %d.
15943
b189fa66
PE
15944 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
15945
bff87ef0
PE
15946 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
15947
7e2cac20
PE
15948 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
15949
ce4d90b5
PE
15950 * xterm.c (x_catch_errors): Remove duplicate declaration.
15951
266c9547
PE
15952 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
15953
79c49ad2
PE
15954 * xdisp.c, lisp.h (message_nolog): Remove; unused.
15955
368f4090
JM
159562011-04-10 Jim Meyering <meyering@redhat.com>
15957
15958 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
15959 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
15960 return ssize_t not "int", and use size_t as the buffer length.
15961 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
15962 * gnutls.h: Update declarations.
15963 * process.c (read_process_output): Use ssize_t, to match.
15964 (send_process): Likewise.
15965
a32d4040
CY
159662011-04-09 Chong Yidong <cyd@stupidchicken.com>
15967
15968 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
15969
8546720e 159702011-04-09 Chong Yidong <cyd@stupidchicken.com>
aac0c6e3 15971
04f2d78b
CB
15972 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
15973 Use unsigned char, to match FcChar8 type definition.
aac0c6e3 15974
8546720e
GM
15975 * xterm.c (handle_one_xevent):
15976 * xmenu.c (create_and_show_popup_menu):
15977 * xselect.c (x_decline_selection_request)
15978 (x_reply_selection_request): Avoid type-punned deref of X events.
aac0c6e3 15979
0a2f5c1a 159802011-04-09 Eli Zaretskii <eliz@gnu.org>
a53e2e89
EZ
15981
15982 Fix some uses of `int' instead of EMACS_INT.
15983 * search.c (string_match_1, fast_string_match)
15984 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
15985 (scan_buffer, find_next_newline_no_quit)
15986 (find_before_next_newline, search_command, Freplace_match)
15987 (Fmatch_data): Make some `int' variables be EMACS_INT.
15988
15989 * xdisp.c (display_count_lines): 3rd argument and return value now
15990 EMACS_INT. All callers changed.
15991 (pint2hrstr): Last argument is now EMACS_INT.
15992
15993 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
15994 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
15995 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
15996 (decode_coding_utf_16, decode_coding_emacs_mule)
15997 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15998 (decode_coding_ccl, decode_coding_charset)
15999 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
16000 (decode_coding_iso_2022, decode_coding_emacs_mule)
16001 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
16002 <char_offset, last_offset>: Declare EMACS_INT.
16003 (encode_coding_utf_8, encode_coding_utf_16)
16004 (encode_coding_emacs_mule, encode_invocation_designation)
16005 (encode_designation_at_bol, encode_coding_iso_2022)
16006 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
16007 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
16008 Declare EMACS_INT.
16009 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
16010 (encode_invocation_designation): Last argument P_NCHARS is now
16011 EMACS_INT.
16012 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
16013 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
16014
16015 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
16016 All users changed.
16017
16018 * ccl.c (Fccl_execute_on_string): Declare some variables
16019 EMACS_INT.
16020
8546720e 160212011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
0080dc6b
SS
16022
16023 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
16024
4e19a977
CS
160252011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
16026
16027 * process.c (Fformat_network_address): Doc fix.
16028
87302331
R
160292011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
16030
ee7683eb 16031 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
87302331 16032
cbb59342
CY
160332011-04-08 Chong Yidong <cyd@stupidchicken.com>
16034
16035 * keyboard.c (read_char): Call Lisp function help-form-show,
16036 instead of using internal_with_output_to_temp_buffer.
16037 (Qhelp_form_show): New var.
e0d38eeb 16038 (syms_of_keyboard): Use DEFSYM macro.
cbb59342
CY
16039
16040 * print.c (internal_with_output_to_temp_buffer): Function deleted.
16041
16042 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
16043
e67a13ab
CY
160442011-04-06 Chong Yidong <cyd@stupidchicken.com>
16045
04f2d78b
CB
16046 * process.c (Flist_processes): Remove to Lisp.
16047 (list_processes_1): Delete.
e67a13ab 16048
973f782d
EZ
160492011-04-06 Eli Zaretskii <eliz@gnu.org>
16050
7c106b1e
EZ
16051 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
16052
973f782d
EZ
16053 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
16054
41cf7d1a 160552011-04-06 Paul Eggert <eggert@cs.ucla.edu>
27ccc379 16056
ca23cc88
PE
16057 Fix more problems found by GCC 4.6.0's static checks.
16058
f390e2d5
PE
16059 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
16060
42eea0d0
PE
16061 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
16062
b69769da 16063 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
1e973bc7 16064
f9541e84
PE
16065 * xdisp.c (vmessage): Mark as a printf-like function.
16066
13841b55
PE
16067 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
16068
c136c10f
PE
16069 * sound.c (sound_warning): Don't crash if arg contains a printf format.
16070
5e2d4a30
PE
16071 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
16072 printf-like functions.
16073 (tiff_load): Add casts to remove these marks before passing them
16074 to system-supplied API.
16075
583f48b9
PE
16076 * eval.c (Fsignal): Remove excess argument to 'fatal'.
16077
b25d760e
PE
16078 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
16079 This avoids several warnings with gcc -Wstrict-overflow.
d5efd1d1
PE
16080 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
16081 directly, rather than having caller test rule sign. This avoids
16082 some unnecessary tests.
16083 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
16084 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
16085 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
b25d760e 16086
bc7b6697 16087 * xfont.c (xfont_text_extents): Remove var that was set but not used.
625a3eb1 16088 (xfont_open): Avoid unnecessary tests.
bc7b6697 16089
27ccc379
PE
16090 * composite.c (composition_gstring_put_cache): Use unsigned integer.
16091
dcd5c89a
PE
16092 * composite.h, composite.c (composition_gstring_put_cache):
16093 Use EMACS_INT, not int, for length.
16094
b13a45c6
PE
16095 * composite.h (COMPOSITION_DECODE_REFS): New macro,
16096 breaking out part of COMPOSITION_DECODE_RULE.
16097 (COMPOSITION_DECODE_RULE): Use it.
16098 * composite.c (get_composition_id): Remove unused local vars,
16099 by using the new macro.
16100
1e792e4d
PE
16101 * textprop.c (set_text_properties_1): Change while to do-while,
16102 since the condition is always true at first.
16103
dc6c6455 16104 * intervals.c (graft_intervals_into_buffer): Mark var as used.
aa86731f
PE
16105 (interval_deletion_adjustment): Return unsigned value.
16106 All uses changed.
dc6c6455 16107
aba7731a
PE
16108 * process.c (list_processes_1, create_pty, read_process_output):
16109 (exec_sentinel): Remove vars that were set but not used.
afd4052b 16110 (create_pty): Remove unnecessary "volatile"s.
bc57d757 16111 (Fnetwork_interface_info): Avoid possibility of int overflow.
82eaa333 16112 (read_process_output): Do adaptive read buffering even if carryover.
fe07cdfa 16113 (read_process_output): Simplify nbytes computation if buffered.
aba7731a 16114
fdfc4bf3
PE
16115 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
16116
fca8fe46 16117 * syntax.c (scan_words): Remove var that was set but not used.
12cbf13f 16118 (update_syntax_table): Use unsigned instead of int.
fca8fe46 16119
06a0259a 16120 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
3c346cc3 16121 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
e6eb4e9e 16122 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
06a0259a 16123
e7b9e80f
PE
16124 * print.c (print_error_message): Avoid int overflow.
16125
56201685
PE
16126 * font.c (font_list_entities): Redo for clarity,
16127 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
16128
78834453 16129 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
790771b1 16130 (font_score): Avoid potential overflow in diff calculation.
78834453 16131
0bc0b309 16132 * fns.c (substring_both): Remove var that is set but not used.
8cd55cb4 16133 (sxhash): Redo loop for clarity and to avoid wraparound warning.
0bc0b309 16134
e610eaca
PE
16135 * eval.c (funcall_lambda): Rename local to avoid shadowing.
16136
b895abce
PE
16137 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
16138 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
16139 can always succeed if overflow has undefined behavior.
16140
1f1d9321 16141 * search.c (boyer_moore, wordify): Remove vars set but not used.
6f076cc7 16142 (wordify): Omit three unnecessary tests.
1f1d9321 16143
c59478bc
PE
16144 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
16145 All callers changed. This avoids the need for an unused var.
16146
79b73827
PE
16147 * casefiddle.c (casify_region): Remove var that is set but not used.
16148
a4db5dfe
PE
16149 * dired.c (file_name_completion): Remove var that is set but not used.
16150
43aae36e
PE
16151 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
16152
2a47c44d 16153 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
163c5f32 16154 (Finsert_file_contents): Remove unnecessary code checking fd.
2a47c44d 16155
a37c69bf
PE
16156 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
16157 Check for integer overflow on size calculations.
16158
328ab8e7
PE
16159 * buffer.c (Fprevious_overlay_change): Remove var that is set
16160 but not used.
16161
e5a2a5cb
PE
16162 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
16163 Remove vars that are set but not used.
8d84a6eb 16164 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
6b043475 16165 (timer_check_2): Mark vars as initialized.
e5a2a5cb 16166
a60e5f68
PE
16167 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
16168
f661cb61 16169 * image.c (lookup_image): Remove var that is set but not used.
35fa624f 16170 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
f661cb61 16171
f0397f5a
PE
16172 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
16173 that are set but not used.
16174
8664db06 16175 * xfns.c (make_invisible_cursor): Don't return garbage
03733ee7 16176 if XCreateBitmapFromData fails (Bug#8410).
8664db06 16177
6abdaa4a
PE
16178 * xselect.c (x_get_local_selection, x_handle_property_notify):
16179 Remove vars that are set but not used.
16180
0ce7538d 16181 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
6abdaa4a 16182 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
0ce7538d 16183
9ae848fc
PE
16184 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
16185 Remove var that is set but not used.
0b918413
PE
16186 (scroll_bar_windows_size): Now size_t, not int.
16187 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
16188 Check for overflow.
9ae848fc 16189
a5a62657
PE
16190 * xfaces.c (realize_named_face): Remove vars that are set but not used.
16191 (map_tty_color) [!defined MSDOS]: Likewise.
16192
5c5cdd39
PE
16193 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
16194
66ebf983
PE
16195 * coding.c: Remove vars that are set but not used.
16196 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
16197 All callers changed.
16198 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
16199 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
16200 (decode_coding_charset): Remove vars that are set but not used.
16201
1be4d761
PE
16202 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
16203 that is set but not used.
16204
47553fa8
PE
16205 * print.c (print_object): Remove var that is set but not used.
16206
1f7196bf 16207 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
16208 The gnulib version avoids calling malloc in the usual case,
16209 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
16210 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
16211 * filelock.c (current_lock_owner): Likewise.
16212 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
16213 * sysdep.c: Include allocator.h, careadlinkat.h.
16214 (emacs_no_realloc_allocator): New static constant.
16215 (emacs_readlink): New function.
fdb61804
PE
16216 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
16217 ../lib/careadlinkat.h.
d1fdcab7 16218
f84c17c7
SM
162192011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16220
16221 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
16222 first non-nil return value).
16223
ef3862ad
JD
162242011-04-03 Jan Djärv <jan.h.d@swipnet.se>
16225
16226 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
16227 if not defined (Bug#8403).
16228
376a7006
JB
162292011-04-02 Juanma Barranquero <lekktu@gmail.com>
16230
16231 * xdisp.c (display_count_lines): Remove parameter `start',
16232 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
16233 (get_char_face_and_encoding): Remove parameter `multibyte_p',
16234 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
16235 (fill_stretch_glyph_string): Remove parameters `row' and `area',
16236 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
16237 and thereabouts. All callers changed.
16238 (get_per_char_metric): Remove parameter `f', unused since
16239 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
16240
6ca3801d
JM
162412011-04-02 Jim Meyering <meyering@redhat.com>
16242
16243 do not dereference NULL upon failed strdup
16244 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
16245 (ns_get_family): Likewise.
16246
d8e2b5ba
JB
162472011-04-02 Juanma Barranquero <lekktu@gmail.com>
16248
16249 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
16250
8c74fcbd
JD
162512011-04-02 Jan Djärv <jan.h.d@swipnet.se>
16252
16253 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
16254 later (Bug#8403).
16255
7200d79c
SM
162562011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16257
03408648 16258 Add lexical binding.
7200d79c 16259
03408648
SM
16260 * window.c (Ftemp_output_buffer_show): New fun.
16261 (Fsave_window_excursion):
16262 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
16263
16264 * lread.c (lisp_file_lexically_bound_p): New function.
16265 (Fload): Bind Qlexical_binding.
16266 (readevalloop): Remove `evalfun' arg.
16267 Bind Qinternal_interpreter_environment.
16268 (Feval_buffer): Bind Qlexical_binding.
16269 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
16270 Mark as dynamic.
16271 (syms_of_lread): Declare `lexical-binding'.
16272
16273 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
16274
16275 * keyboard.c (eval_dyn): New fun.
16276 (menu_item_eval_property): Use it.
ca105506
SM
16277
16278 * image.c (parse_image_spec): Use Ffunctionp.
ca105506 16279
03408648
SM
16280 * fns.c (concat, mapcar1): Accept byte-code-functions.
16281
16282 * eval.c (Fsetq): Handle lexical vars.
16283 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
16284 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
16285 (FletX, Flet): Obey lexical binding.
16286 (Fcommandp): Handle closures.
16287 (Feval): New `lexical' arg.
16288 (eval_sub): New function extracted from Feval. Use it almost
16289 everywhere where Feval was used. Look up vars in lexical env.
16290 Handle closures.
16291 (Ffunctionp): Move from subr.el.
16292 (Ffuncall): Handle closures.
16293 (apply_lambda): Remove `eval_flags'.
16294 (funcall_lambda): Handle closures and new byte-code-functions.
16295 (Fspecial_variable_p): New function.
16296 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
16297 but without exporting it to Lisp.
23aba0ea 16298
23aba0ea 16299 * doc.c (Fdocumentation, store_function_docstring):
03408648 16300 * data.c (Finteractive_form): Handle closures.
23aba0ea 16301
03408648
SM
16302 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
16303 interactive spec.
ba83908c 16304
04f2d78b
CB
16305 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
16306 New byte-codes.
03408648
SM
16307 (exec_byte_code): New function extracted from Fbyte_code to handle new
16308 calling convention for byte-code-functions. Add new byte-codes.
ba83908c 16309
03408648 16310 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
e2abe5a1 16311
03408648 16312 * alloc.c (Fmake_symbol): Init new `declared_special' field.
e2abe5a1 16313
e2abce01
JB
163142011-03-31 Juanma Barranquero <lekktu@gmail.com>
16315
16316 * xdisp.c (redisplay_internal): Fix prototype.
16317
63696a73 163182011-03-31 Eli Zaretskii <eliz@gnu.org>
09725d26 16319
63696a73 16320 * xdisp.c (SCROLL_LIMIT): New macro.
04f2d78b
CB
16321 (try_scrolling): Use it when setting scroll_limit.
16322 Limit scrolling to 100 screen lines.
63696a73
EZ
16323 (redisplay_window): Even when falling back on "recentering",
16324 position point in the window according to scroll-conservatively,
16325 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
16326
16327 (try_scrolling): When point is above the window, allow searching
16328 as far as scroll_max, or one screenful, to compute vertical
16329 distance from PT to the scroll margin position. This prevents
16330 try_scrolling from unnecessarily failing when
16331 scroll-conservatively is set to a value slightly larger than the
16332 window height. Clean up the case of PT below the margin at bottom
16333 of window: scroll_max can no longer be INT_MAX. When aggressive
16334 scrolling is in use, don't let point enter the opposite scroll
16335 margin as result of the scroll.
16336 (syms_of_xdisp) <scroll-conservatively>: Document the
09725d26
EZ
16337 threshold of 100 lines for never-recentering scrolling.
16338
e4cc2dfc
JB
163392011-03-31 Juanma Barranquero <lekktu@gmail.com>
16340
16341 * dispextern.h (move_it_by_lines):
16342 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
16343 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
16344 (message_log_check_duplicate): Remove parameters `prev_bol' and
16345 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
16346 (redisplay_internal): Remove parameter `preserve_echo_area',
16347 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
16348
16349 * indent.c (Fvertical_motion):
16350 * window.c (window_scroll_pixel_based, Frecenter):
16351 Don't pass `need_y_p' to `move_it_by_lines'.
16352
1c470562
SM
163532011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16354
44f230aa
SM
16355 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
16356 steal a few bits to be more compact.
16357 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
16358 Remove unneeded casts.
16359
1c470562
SM
16360 * bytecode.c (Fbyte_code): CAR and CDR can GC.
16361
888adce9
ZK
163622011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
16363
16364 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
16365 binding" message (bug#7967).
16366
f838ed7b
PE
163672011-03-30 Paul Eggert <eggert@cs.ucla.edu>
16368
77861b95
PE
16369 Fix more problems found by GCC 4.6.0's static checks.
16370
de6dbc14
PE
16371 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
16372 Remove unused local var.
16373
f838ed7b
PE
16374 * editfns.c (Fmessage_box): Remove unused local var.
16375
792c7b2b
PE
16376 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
16377 (note_mode_line_or_margin_highlight, note_mouse_highlight):
16378 Omit unused local vars.
c499e557 16379 * window.c (shrink_windows): Omit unused local var.
b01a1c29 16380 * menu.c (digest_single_submenu): Omit unused local var.
0bc32927
PE
16381 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
16382 Omit unused local var.
16383
ba0165e1
PE
16384 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
16385 Don't assume string length fits in int.
32ad8845 16386 (keyremap_step, read_key_sequence): Use size_t for sizes.
48011560 16387 (read_key_sequence): Don't check last_real_key_start redundantly.
ba0165e1 16388
3c59b4c9
PE
16389 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
16390 instead of alloca (Bug#8344).
16391
a3eed478 16392 * eval.c (Fbacktrace): Don't assume nargs fits in int.
5d5d959d 16393 (Fbacktrace_frame): Don't assume nframes fits in int.
a3eed478 16394
eb4d412d
PE
16395 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
16396
1658b401
PE
16397 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
16398 concerns.
16399
16400 * term.c (produce_glyphless_glyph): Remove unnecessary test.
16401
16402 * cm.c (calccost): Turn while-do into do-while, for clarity.
44f730c8 16403
9a2c6e05
PE
16404 * keyboard.c (syms_of_keyboard): Use the same style as later
16405 in this function when indexing through an array. This also
16406 works around GCC bug 48267.
16407
03d0a109
PE
16408 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
16409
44f730c8
PE
16410 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
16411
fe75f926
PE
16412 * chartab.c (sub_char_table_ref_and_range): Redo for slight
16413 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
16414
ffa8c828
PE
16415 * keyboard.c, keyboard.h (num_input_events): Now size_t.
16416 This avoids undefined behavior on integer overflow, and is a bit
16417 more convenient anyway since it is compared to a size_t variable.
16418
c5101a77
PE
16419 Variadic C functions now count arguments with size_t, not int.
16420 This avoids an unnecessary limitation on 64-bit machines, which
16421 caused (substring ...) to crash on large vectors (Bug#8344).
16422 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
16423 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
77861b95 16424 All variadic functions and their callers changed accordingly.
c5101a77
PE
16425 (struct gcpro.nvars): Now size_t, not int. All uses changed.
16426 * data.c (arith_driver, float_arith_driver): Likewise.
16427 * editfns.c (general_insert_function): Likewise.
16428 * eval.c (struct backtrace.nargs, interactive_p)
16429 (internal_condition_case_n, run_hook_with_args, apply_lambda)
16430 (funcall_lambda, mark_backtrace): Likewise.
16431 * fns.c (concat): Likewise.
16432 * frame.c (x_set_frame_parameters): Likewise.
16433 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
16434 0 if not found, not -1. All callers changed.
16435
dd3f25f7
PE
16436 * alloc.c (garbage_collect): Don't assume stack size fits in int.
16437 (stack_copy_size): Now size_t, not int.
16438 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
16439
461c2ab9
JB
164402011-03-28 Juanma Barranquero <lekktu@gmail.com>
16441
16442 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
16443 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
16444 All callers changed.
16445
16446 * lisp.h (multibyte_char_to_unibyte):
16447 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
16448 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
16449 * character.h (CHAR_TO_BYTE8):
16450 * cmds.c (internal_self_insert):
16451 * editfns.c (general_insert_function):
16452 * keymap.c (push_key_description):
16453 * search.c (Freplace_match):
16454 * xdisp.c (message_dolog, set_message_1): All callers changed.
16455
f6d62986
SM
164562011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16457
16458 * keyboard.c (safe_run_hook_funcall): New function.
16459 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
16460 don't set the hook to nil, but remove the offending function instead.
16461 (Qcommand_hook_internal): Remove, unused.
16462 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
16463 Vcommand_hook_internal.
16464
16465 * eval.c (enum run_hooks_condition): Remove.
16466 (funcall_nil, funcall_not): New functions.
16467 (run_hook_with_args): Call each function through a `funcall' argument.
16468 Remove `cond' argument, now redundant.
16469 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
16470 (Frun_hook_with_args_until_failure): Adjust accordingly.
16471 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
16472
1db5b1ad
JB
164732011-03-28 Juanma Barranquero <lekktu@gmail.com>
16474
16475 * dispextern.h (string_buffer_position): Remove declaration.
16476
16477 * print.c (strout): Remove parameter `multibyte', unused since
16478 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
16479
16480 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
16481 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
16482 All callers changed.
16483
16484 * w32.c (_wsa_errlist): Use braces for struct initializers.
16485
16486 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
16487 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
16488 All callers changed.
16489 (string_buffer_position): Likewise. Also, make static (it's never
16490 used outside xdisp.c).
16491 (cursor_row_p): Remove parameter `w', unused since
16492 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
16493 (decode_mode_spec): Remove parameter `precision', introduced during
16494 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
16495 All callers changed.
16496
5ffb62aa
JD
164972011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16498
16499 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
16500
461c2ab9 165012011-03-27 Anders Lindgren <andlind@gmail.com>
f0a1382a
JD
16502
16503 * nsterm.m (ns_menu_bar_is_hidden): New variable.
16504 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
16505 (ns_update_auto_hide_menu_bar): New functions.
16506 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
16507 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
16508 ns_constrain_all_frames.
16509 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
16510 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
16511
5c380ffb
JD
165122011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16513
16514 * nsmenu.m (runDialogAt): Remove argument to timer_check.
16515
9af30bdf
GM
165162011-03-27 Glenn Morris <rgm@gnu.org>
16517
16518 * syssignal.h: Replace RETSIGTYPE with void.
16519 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
16520 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
16521 Replace SIGTYPE with void everywhere.
16522 * s/usg5-4-common.h (SIGTYPE): Remove definition.
16523 * s/template.h (SIGTYPE): Remove commented out definition.
16524
e2abce01
JB
165252011-03-26 Eli Zaretskii <eliz@gnu.org>
16526
16527 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
16528 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
16529
f868cd8a
JB
165302011-03-26 Juanma Barranquero <lekktu@gmail.com>
16531
59eb0929
JB
16532 * w32.c (read_unc_volume): Use parameter `henum', instead of
16533 global variable `wget_enum_handle'.
16534
16535 * keymap.c (describe_vector): Remove parameters `indices' and
16536 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
16537 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
16538
f868cd8a
JB
16539 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
16540
16541 * keyboard.c (timer_check): Remove parameter `do_it_now',
16542 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
16543 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
16544 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
16545
16546 * keyboard.c (read_char):
16547 * w32menu.c (w32_menu_display_help):
16548 * xmenu.c (show_help_event, menu_help_callback):
16549 Adjust calls to `show_help_echo'.
16550
16551 * gtkutil.c (xg_maybe_add_timer):
16552 * keyboard.c (readable_events):
16553 * process.c (wait_reading_process_output):
16554 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
16555
16556 * insdel.c (adjust_markers_gap_motion):
16557 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
16558 (gap_left, gap_right): Don't call it.
16559
2ecf6fdb
CY
165602011-03-25 Chong Yidong <cyd@stupidchicken.com>
16561
16562 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
16563 incurred during fontification.
16564
6b1f9ba4
JB
165652011-03-25 Juanma Barranquero <lekktu@gmail.com>
16566
16567 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
16568 (DEFVAR_PER_BUFFER): Don't pass it.
16569
16570 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
16571 (scrolling_window): Don't pass it.
16572
0f4a96b5
JB
165732011-03-25 Juanma Barranquero <lekktu@gmail.com>
16574
16575 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
16576
16577 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
16578 and `suffix'.
16579 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
16580 of variables specific to SELinux and computation of `encoded_absname'.
16581
16582 * image.c (XPutPixel): Remove unused variable `height'.
16583
16584 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
16585
16586 * unexw32.c (get_section_info): Remove unused variable `section'.
16587
16588 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
16589 (system_process_attributes): Remove unused variable `sess'.
16590 (sys_read): Remove unused variable `err'.
16591
16592 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
16593 (w32_wnd_proc): Remove unused variable `isdead'.
16594 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
16595 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
16596 (x_create_tip_frame): Remove unused variable `tem'.
16597
16598 * w32inevt.c (w32_console_read_socket):
16599 Remove unused variable `no_events'.
16600
16601 * w32term.c (x_draw_composite_glyph_string_foreground):
16602 Remove unused variable `width'.
16603
1149507c
JB
166042011-03-24 Juanma Barranquero <lekktu@gmail.com>
16605
16606 * w32term.c (x_set_glyph_string_clipping):
16607 Don't pass uninitialized region to CombineRgn.
16608
9c88f339
JB
166092011-03-23 Juanma Barranquero <lekktu@gmail.com>
16610
16611 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
16612 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
16613 (Fx_close_connection): Remove unused variable `i'.
16614
16615 * w32font.c (w32font_draw): Return number of glyphs.
16616 (w32font_open_internal): Remove unused variable `i'.
16617 (w32font_driver): Add missing initializer.
16618
16619 * w32menu.c (utf8to16): Remove unused variable `utf16'.
16620 (fill_in_menu): Remove unused variable `items_added'.
16621
16622 * w32term.c (last_mouse_press_frame): Remove static global variable.
16623 (w32_clip_to_row): Remove unused variable `f'.
16624 (x_delete_terminal): Remove unused variable `i'.
16625
16626 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
16627 (NOTHING): Remove unused static global variable.
16628 (uniscribe_check_otf): Remove unused variable `table'.
16629 (uniscribe_font_driver): Add missing initializers.
16630
dee091a3
JD
166312011-03-23 Julien Danjou <julien@danjou.info>
16632
16633 * term.c (Fsuspend_tty, Fresume_tty):
16634 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
16635 * window.c (temp_output_buffer_show):
16636 * insdel.c (signal_before_change):
16637 * frame.c (Fhandle_switch_frame):
16638 * fileio.c (Fdo_auto_save):
16639 * emacs.c (Fkill_emacs):
16640 * editfns.c (save_excursion_restore):
16641 * cmds.c (internal_self_insert):
16642 * callint.c (Fcall_interactively):
16643 * buffer.c (Fkill_all_local_variables):
16644 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
16645 Use Frun_hooks.
0f4a96b5 16646 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
e9fce1ac 16647 unconditionally since it does the check itself.
dee091a3 16648
2c520ab5 166492011-03-23 Paul Eggert <eggert@cs.ucla.edu>
f0641eff 16650
c9c49752
PE
16651 Fix more problems found by GCC 4.5.2's static checks.
16652
8abc3f12
PE
16653 * coding.c (encode_coding_raw_text): Avoid unnecessary test
16654 the first time through the loop, since we know p0 < p1 then.
16655 This also avoids a gcc -Wstrict-overflow warning.
16656
a2d26660
PE
16657 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
16658 leading to a memory leak, possible in functions like
16659 load_charset_map_from_file that can allocate an unbounded number
b12ef411 16660 of objects (Bug#8318).
a2d26660 16661
916c72e9
PE
16662 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
16663 that could (at least in theory) be that large.
16664
19ab8a18
PE
16665 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
16666 This is less likely to overflow, and avoids undefined behavior if
16667 overflow does occur. All callers changed. Use strtoul to scan
16668 for the unsigned long integer.
b7cbbd6f
PE
16669 (pint2hrstr): Simplify and tune code slightly.
16670 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
19ab8a18 16671
f0641eff
PE
16672 * scroll.c (do_scrolling): Work around GCC bug 48228.
16673 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
16674
7f650bb9
PE
16675 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
16676 This also avoids a warning with gcc -Wstrict-overflow.
39f5e519
PE
16677 (validate_x_resource_name): Simplify count usage.
16678 This also avoids a warning with gcc -Wstrict-overflow.
7f650bb9 16679
37dd57d1
PE
16680 * fileio.c (Fcopy_file): Report error if fchown or fchmod
16681 fail (Bug#8306).
81e56e61 16682
699979fc 16683 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
dc1ca6a8 16684
401bf9b4
PE
16685 * process.c (Fmake_network_process): Use socklen_t, not int,
16686 where POSIX says socklen_t is required in portable programs.
16687 This fixes a porting bug on hosts like 64-bit HP-UX, where
591b2973 16688 socklen_t is wider than int (Bug#8277).
401bf9b4
PE
16689 (Fmake_network_process, server_accept_connection):
16690 (wait_reading_process_output, read_process_output):
16691 Likewise.
16692
b93aacde
PE
16693 * process.c: Rename or move locals to avoid shadowing.
16694 (list_processes_1, Fmake_network_process):
16695 (read_process_output_error_handler, exec_sentinel_error_handler):
16696 Rename or move locals.
4dc343ee 16697 (Fmake_network_process): Define label "retry_connect" only if needed.
0da49335 16698 (Fnetwork_interface_info): Fix pointer signedness.
f990b4e5 16699 (process_send_signal): Add cast to avoid pointer signedness problem.
7b808126 16700 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
c939f91b 16701 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
b93aacde 16702
af8a867c 16703 Make tparam.h and terminfo.c consistent.
44f230aa
SM
16704 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
16705 Include tparam.h instead, since it declares them.
af8a867c
PE
16706 * cm.h (PC): Remove extern decl; tparam.h now does this.
16707 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
16708 * terminfo.c: Include tparam.h, to check interfaces.
16709 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
16710 (tparam): Adjust signature to match interface in tparam.h;
16711 this removes some undefined behavior. Check that outstring and len
16712 are zero, which they always are with Emacs.
16713 * tparam.h (PC, BC, UP): New extern decls.
16714
0248044d 16715 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
001a7ab4 16716 (xftfont_open): Rename locals to avoid shadowing.
0248044d 16717
8ff096c1 16718 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
a00924bb
PE
16719 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
16720 (OTF_TAG_SYM): Omit macro if not needed.
e932860f 16721 (ftfont_list): Remove unused local.
49eaafba
PE
16722 (get_adstyle_property, ftfont_pattern_entity):
16723 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
16724 Rename locals to avoid shadowing.
8ff096c1 16725
e2be39f6
PE
16726 * xfont.c (xfont_list_family): Mark var as initialized.
16727
c9735e30
PE
16728 * xml.c (make_dom): Now static.
16729
8f5201ae
PE
16730 * composite.c (composition_compute_stop_pos): Rename local to
16731 avoid shadowing.
b246f932
PE
16732 (composition_reseat_it): Remove unused locals.
16733 (find_automatic_composition, composition_adjust_point): Likewise.
80e079b2 16734 (composition_update_it): Mark var as initialized.
11b61122
PE
16735 (find_automatic_composition): Mark vars as initialized,
16736 with a FIXME (Bug#8290).
8f5201ae 16737
760fbc2c
PE
16738 character.h: Rename locals to avoid shadowing.
16739 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
16740 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
16741 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
16742 (BUF_DEC_POS): Be more systematic about renaming local temporaries
16743 to avoid shadowing.
16744
ff08eb85
PE
16745 * textprop.c (property_change_between_p): Remove; unused.
16746
fc7bf025
PE
16747 * intervals.c (interval_start_pos): Now static.
16748
235d7abc
PE
16749 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
16750
44f230aa
SM
16751 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
16752 Rename locals to avoid shadowing.
3e7d6594 16753
50060332
PE
16754 * sound.c (wav_play, au_play, Fplay_sound_internal):
16755 Fix pointer signedness.
d01f234b 16756 (alsa_choose_format): Remove unused local var.
c83b8872
PE
16757 (wav_play): Initialize a variable to 0, to prevent undefined
16758 behavior (Bug#8278).
50060332 16759
c4fc4e30
PE
16760 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
16761
918436ed
PE
16762 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
16763
c939f91b
PE
16764 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
16765 clobbering (Bug#8298).
b9c7f648
PE
16766 * sysdep.c (sys_subshell): Likewise.
16767 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
7e9123a2 16768
6bd8c144
PE
16769 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
16770 This should get cleaned up, so that child_setup has the
16771 same signature on all platforms.
16772
7710357c 16773 * callproc.c (call_process_cleanup): Now static.
cb1d0ef7 16774 (relocate_fd): Rename locals to avoid shadowing.
7710357c 16775
c59da222
CY
167762011-03-22 Chong Yidong <cyd@stupidchicken.com>
16777
16778 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
16779 not to be necessary, and produces flickering.
16780
66b87493
GM
167812011-03-20 Glenn Morris <rgm@gnu.org>
16782
16783 * config.in: Remove file.
16784
45b6f6d5
JB
167852011-03-20 Juanma Barranquero <lekktu@gmail.com>
16786
16787 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
16788 are now in src/globals.h.
16789 (syms_of_minibuf): Remove spurious & from previous change.
16790
cd394be1 167912011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16792
16793 * minibuf.c (completing-read-function): New variable.
16794 (completing-read-default): Rename from completing-read.
16795 (completing-read): Call completing-read-function.
16796
b14e3e21
CY
167972011-03-19 Juanma Barranquero <lekktu@gmail.com>
16798
16799 * xfaces.c (Fx_load_color_file):
16800 Read color file from absolute filename (bug#8250).
16801
f2b726e6
JB
168022011-03-19 Juanma Barranquero <lekktu@gmail.com>
16803
16804 * makefile.w32-in: Update dependencies.
16805
09f6ff02
EZ
168062011-03-17 Eli Zaretskii <eliz@gnu.org>
16807
16808 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
16809
29a6015a
PE
168102011-03-17 Paul Eggert <eggert@cs.ucla.edu>
16811
a3a6c54e
PE
16812 Fix more problems found by GCC 4.5.2's static checks.
16813
b766f867
PE
16814 * process.c (make_serial_process_unwind, send_process_trap):
16815 (sigchld_handler): Now static.
16816
be02381c
PE
16817 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
16818 That way, the code declares only the vars that it needs.
16819 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
16820 * s/cygwin.h (PTY_ITERATION): Likewise.
16821 * s/darwin.h (PTY_ITERATION): Likewise.
16822 * s/gnu-linux.h (PTY_ITERATION): Likewise.
16823
57048744
PE
16824 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
16825 * process.c (allocate_pty): Don't declare stb unless it's needed.
16826
7914961c 16827 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
615f2d59
PE
16828 (CONSTANTLIM): Remove; unused.
16829 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
16830 Define only if needed.
7914961c 16831
b3967b18
PE
16832 * unexelf.c (unexec): Name an expression,
16833 to avoid gcc -Wbad-function-cast warning.
9ae71512
PE
16834 Use a different way to cause a compilation error if anyone uses
16835 n rather than nn, a way that does not involve shadowing.
73366a00 16836 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
b3967b18 16837
29a6015a
PE
16838 * deps.mk (unexalpha.o): Remove; unused.
16839
43cfc33e 16840 New file unexec.h, the (simple) interface for unexec (Bug#8267).
7feda0d2 16841 * unexec.h: New file.
ce701a33
PE
16842 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
16843 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
16844 Depend on unexec.h.
16845 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
16846 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
16847 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
381259ef 16848 Change as necessary to match prototype in unexec.h.
ce701a33 16849
01f44d5a
PE
16850 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
16851 shadowing.
4f63c6bb 16852 (back_comment, skip_chars): Mark vars as initialized.
01f44d5a 16853
a6670b0b
PE
16854 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
16855 Rename locals to avoid shadowing.
16856
cef2010d 16857 * lread.c (read1): Rewrite so as not to use empty "else".
0902fe45 16858 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
cef2010d 16859
d4d7173a
PE
16860 * print.c (Fredirect_debugging_output): Fix pointer signedess.
16861
f08b802a
PE
16862 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
16863 warning when compiling print.c.
16864
3ddb0639
PE
16865 * font.c (font_unparse_fcname): Abort in an "impossible" situation
16866 instead of using an uninitialized var.
5ad03b97 16867 (font_sort_entities): Mark var as initialized.
3ddb0639 16868
170a2692
PE
16869 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
16870
e663c700
PE
16871 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
16872 pointers to constants.
89bc529a 16873 (font_parse_fcname): Remove unused vars.
7b81e2d0 16874 (font_delete_unmatched): Now static.
ea838e10 16875 (font_get_spec): Remove; unused.
13a547c6
PE
16876 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
16877 (font_update_drivers, Ffont_get_glyphs, font_add_log):
16878 Rename or move locals to avoid shadowing.
e663c700 16879
2a80c887 16880 * fns.c (require_nesting_list, require_unwind): Now static.
612f56df 16881 (Ffillarray): Rename locals to avoid shadowing.
2a80c887 16882
1384fa33 16883 * floatfns.c (domain_error2): Define only if needed.
a885e2ed 16884 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
1384fa33 16885
8b2c52e9
PE
16886 * alloc.c (mark_backtrace): Move decl from here ...
16887 * lisp.h: ... to here, so that it can be checked.
16888
475545b5 16889 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
d28a2170 16890 (Fdefvar): Rewrite so as not to use empty "else".
cfcbfb1a
PE
16891 (lisp_indirect_variable): Name an expression,
16892 to avoid gcc -Wbad-function-cast warning.
1faed8ae 16893 (Fdefvar): Rename locals to avoid shadowing.
475545b5 16894
b1349114 16895 * callint.c (quotify_arg, quotify_args): Now static.
a3e8cbda 16896 (Fcall_interactively): Rename locals to avoid shadowing.
b0e80955 16897 Use const pointer when appropriate.
b1349114 16898
a2928364
PE
16899 * lisp.h (get_system_name, get_operating_system_release):
16900 Move decls here, to check interfaces.
16901 * process.c (get_operating_system_release): Move decl to lisp.h.
16902 * xrdb.c (get_system_name): Likewise.
63c5d10b
PE
16903 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
16904 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
16905 some of which prompt warnings from gcc -Wbad-function-cast.
545b49b4
PE
16906 (Fformat_time_string, Fencode_time, Finsert_char):
16907 (Ftranslate_region_internal, Fformat):
16908 Rename or remove local vars to avoid shadowing.
9710023e 16909 (Ftranslate_region_internal): Mark var as initialized.
63c5d10b 16910
a415e694
PE
16911 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
16912 avoid shadowing.
16913
8ef4622d
PE
16914 * lisp.h (eassert): Check that the argument compiles, even if
16915 ENABLE_CHECKING is not defined.
16916
946f9a5b
PE
16917 * data.c (Findirect_variable): Name an expression, to avoid
16918 gcc -Wbad-function-cast warning.
112396d6 16919 (default_value, arithcompare, arith_driver, arith_error): Now static.
b9b84fa9 16920 (store_symval_forwarding): Rename local to avoid shadowing.
44f230aa
SM
16921 (Fmake_variable_buffer_local, Fmake_local_variable):
16922 Mark variables as initialized.
52746918 16923 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
946f9a5b 16924
e5aab7e7 16925 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
ae35e756
PE
16926 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
16927 Rename locals to avoid shadowing.
dff45157
PE
16928 (mark_stack): Move local variables into the #ifdef region where
16929 they're used.
7bc26fdb
PE
16930 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
16931 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
16932 needed otherwise.
16933 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
16934 (GC_STRING_CHARS): Remove; not used.
d40d4be1 16935 (Fmemory_limit): Cast sbrk's returned value to char *.
ae35e756 16936
e5aab7e7
PE
16937 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
16938 avoids undefined behavior in theory.
16939
4da60324
PE
16940 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
16941
88043301
PE
16942 Use functions, not macros, for up- and down-casing (Bug#8254).
16943 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
16944 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
16945 to use the following functions instead of these macros.
16946 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
16947 EMACS_INT, since callers assume the returned value fits in int.
16948 (upcase1): Likewise, for UPCASE_TABLE.
16949 (uppercasep, lowercasep, upcase): New static inline functions.
0da09c43 16950 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
db69b0cd 16951 the race-condition problem in the old DOWNCASE.
88043301 16952
19ed5445
PE
16953 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
16954 Rename locals to avoid shadowing.
16955 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
abbd1bcf
PE
16956 (regex_compile, re_search_2, re_match_2_internal):
16957 Remove unused local vars.
952db0d7
PE
16958 (FREE_VAR): Rewrite so as not to use empty "else",
16959 which gcc can warn about.
da053e48 16960 (regex_compile, re_match_2_internal): Mark locals as initialized.
b313f9d8
PE
16961 (RETALLOC_IF): Define only if needed.
16962 (WORDCHAR_P): Likewise. This one is never needed, but is used
16963 only in a comment talking about a compiler bug, so put inside
16964 the #if 0 of that comment.
16965 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
16966 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
16967 Remove; unused.
19ed5445 16968
1f3561e4 16969 * search.c (boyer_moore): Rename locals to avoid shadowing.
76ef09b7
PE
16970 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
16971 (PREV_CHAR_BOUNDARY): Likewise.
1f3561e4 16972
ded6f8f7
PE
16973 * search.c (simple_search): Remove unused var.
16974
dbd37a95
PE
16975 * dired.c (compile_pattern): Move decl from here ...
16976 * lisp.h: ... to here, so that it can be checked.
16977 (struct re_registers): New forward decl.
16978
7e47afad
PE
16979 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
16980
85f24f61
PE
16981 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
16982 All uses changed.
16983 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
16984 Rename locals to avoid shadowing.
5671df8f 16985 (Fvertical_motion): Mark locals as initialized.
85f24f61 16986
181aa2be 16987 * casefiddle.c (casify_object, casify_region): Now static.
e45a141a 16988 (casify_region): Mark local as initialized.
181aa2be 16989
930d429c
PE
16990 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
16991
7082eac6
PE
16992 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
16993 New macros, so that the caller can use some names other than
16994 gcpro1, gcpro2, etc.
16995 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
16996 of the new macros.
16997 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
16998 argument, for consistency with GCPRO2_VAR, etc: it is now the
16999 prefix of the variable, not the variable itself. All uses
17000 changed.
38b2c076
PE
17001 * dired.c (directory_files_internal, file_name_completion):
17002 Rename locals to avoid shadowing.
17003
15206ed9
PE
17004 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
17005 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
17006 dired.c's scmp function, had undefined behavior.
17007 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
17008 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
17009 * buffer.h: ... to here, because these macros use current_buffer,
17010 and the new implementation with inline functions needs to have
17011 current_buffer in scope now, rather than later when the macros
17012 are used.
17013 (downcase, upcase1): New static inline functions.
17014 (DOWNCASE, UPCASE1): Reimplement using these functions.
17015 This avoids undefined behavior in expressions like
17016 DOWNCASE (x) == DOWNCASE (y), which previously suffered
17017 from race conditions in accessing the global variables
17018 case_temp1 and case_temp2.
17019 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
17020 * lisp.h (case_temp1, case_temp2): Remove their decls.
17021 * character.h (ASCII_CHAR_P): Move from here ...
17022 * lisp.h: ... to here, so that the inline functions mentioned
17023 above can use them.
17024
4a6bea26
PE
17025 * dired.c (directory_files_internal_unwind): Now static.
17026
f14b7e14
PE
17027 * fileio.c (file_name_as_directory, directory_file_name):
17028 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
17029 Now static.
2893f146
PE
17030 (file_name_as_directory): Use const pointers when appropriate.
17031 (Fexpand_file_name): Likewise. In particular, newdir might
17032 point at constant storage, so make it a const pointer.
fd4ead52 17033 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
b14aac08
PE
17034 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
17035 signedness issues.
f839df0c
PE
17036 (Fset_file_times, Finsert_file_contents, auto_save_error):
17037 Rename locals to avoid shadowing.
f14b7e14 17038
5716756e 17039 * minibuf.c (choose_minibuf_frame_1): Now static.
62137a95
PE
17040 (Ftry_completion, Fall_completions): Rename or remove locals
17041 to avoid shadowing.
5716756e 17042
b4c3046a
PE
17043 * marker.c (bytepos_to_charpos): Remove; unused.
17044
b45db522
PE
17045 * lisp.h (verify_bytepos, count_markers): New decls,
17046 so that gcc does not warn that these functions aren't declared.
17047
85876d07
PE
17048 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
17049 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
f0cb4a60 17050 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
40ef059e 17051 (copy_text): Remove unused local var.
85876d07 17052
03d78a21 17053 * filelock.c (within_one_second): Now static.
b3dd38ab 17054 (lock_file_1): Rename local to avoid shadowing.
03d78a21 17055
5df8f01b
PE
17056 * buffer.c (fix_overlays_before): Mark locals as initialized.
17057 (fix_start_end_in_overlays): Likewise. This function should be
17058 simplified by using pointers-to-pointers, but that's a different
17059 matter.
b1d876f1 17060 (switch_to_buffer_1): Now static.
8f54f30a
PE
17061 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
17062 (report_overlay_modification): Rename locals to avoid shadowing.
c3bd59b5 17063
a70072c9 17064 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
fbd02d7b 17065 Fix pointer signedness issue.
edced198
PE
17066 (sys_subshell): Mark local as volatile if checking for lint,
17067 to suppress a gcc -Wclobbered warning that does not seem to be right.
15dfd3d9 17068 (MAXPATHLEN): Define only if needed.
a70072c9 17069
a0977c44
PE
17070 * process.c (serial_open, serial_configure): Move decls from here ...
17071 * systty.h: ... to here, so that they can be checked.
17072
a884fdcc
PE
17073 * fns.c (get_random, seed_random): Move extern decls from here ...
17074 * lisp.h: ... to here, so that they can be checked.
17075
604efe86 17076 * sysdep.c (reset_io): Now static.
b8950c94 17077 (wait_for_termination_signal): Remove; unused.
604efe86 17078
38fc62d9
PE
17079 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
17080 (copy_keymap_item, append_key, push_text_char_description):
17081 Now static.
1004a21a 17082 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
dbbb8427 17083 (DENSE_TABLE_SIZE): Remove; unused.
c1141155
PE
17084 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
17085 (describe_map_tree):
17086 Rename locals to avoid shadowing.
38fc62d9 17087
2f2650da
PE
17088 * keyboard.c: Declare functions static if they are not used elsewhere.
17089 (echo_char, echo_dash, cmd_error, top_level_2):
17090 (poll_for_input, handle_async_input): Now static.
69a058fa
PE
17091 (read_char, kbd_buffer_get_event, make_lispy_position):
17092 (make_lispy_event, make_lispy_movement, apply_modifiers):
17093 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
17094 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
17095 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
c8a06054 17096 (read_key_sequence, read_char): Mark locals as initialized.
3ac94672 17097 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
2f2650da 17098
a053e86c 17099 * keyboard.h (make_ctrl_char): New decl.
da2f2dd9
PE
17100 (mark_kboards): Move decl here ...
17101 * alloc.c (mark_kboards): ... from here.
a053e86c 17102
4752793e
PE
17103 * lisp.h (force_auto_save_soon): New decl.
17104
74f10ca7 17105 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
244fc23d
PE
17106 (DEFINE_DUMMY_FUNCTION): New macro.
17107 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
17108 Use it.
c03cd23f
PE
17109 (main): Add casts to avoid warnings
17110 if GCC considers string literals to be constants.
74f10ca7 17111
022e70d4
PE
17112 * lisp.h (fatal_error_signal): Add decl, since it's exported.
17113
59d6fe83
PE
17114 * dbusbind.c: Pointer signedness fixes.
17115 (xd_signature, xd_append_arg, xd_initialize):
17116 (Fdbus_call_method, Fdbus_call_method_asynchronously):
17117 (Fdbus_method_return_internal, Fdbus_method_error_internal):
17118 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
17119 (Fdbus_register_signal): Use SSDATA when the context wants char *.
17120
78320123
PE
17121 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
17122 if GCC considers string literals to be constants.
49cebcca 17123 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
78320123 17124
35ac2a97
SM
171252011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17126
fb103ca9
SM
17127 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
17128 (print_preprocess, print_object): New macro to fix last change.
17129
35ac2a97
SM
17130 * print.c (print_preprocess): Don't forget font objects.
17131
62973b41
JB
171322011-03-16 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * emacs.c (USAGE3): Doc fixes.
17135
0e48bb22
AS
171362011-03-15 Andreas Schwab <schwab@linux-m68k.org>
17137
17138 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
17139 structure.
17140
7684e57b
JB
171412011-03-14 Juanma Barranquero <lekktu@gmail.com>
17142
17143 * lisp.h (VWindow_system, Qfile_name_history):
17144 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
17145 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
17146 (w32_system_caret_x, w32_system_caret_y): Declare extern.
17147
17148 * w32select.c: Don't #include "keyboard.h".
c96bbc66 17149 (run_protected): Add extern declaration for waiting_for_input.
7684e57b
JB
17150
17151 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
17152 * w32console.c (detect_input_pending, read_input_pending)
17153 (encode_terminal_code):
17154 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
17155 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
17156 (w32_system_caret_y, Qfile_name_history):
17157 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
17158 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
17159 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
17160 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
17161 * w32proc.c (Qlocal, report_file_error):
17162 * w32term.c (Vwindow_system, updating_frame):
17163 * w32uniscribe.c (initialized, uniscribe_font_driver):
17164 Remove unneeded extern declarations.
17165
2aa46d6c
CY
171662011-03-14 Chong Yidong <cyd@stupidchicken.com>
17167
c96bbc66 17168 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
2aa46d6c 17169
cffc6f3b
CY
171702011-03-13 Chong Yidong <cyd@stupidchicken.com>
17171
17172 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
17173 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
17174 These macros can no longer be used for assignment.
17175
44f230aa
SM
17176 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
17177 Assign struct members directly, instead of using BUF_BEGV etc.
cffc6f3b
CY
17178 (record_buffer_markers, fetch_buffer_markers): New functions for
17179 recording and fetching special buffer markers.
17180 (set_buffer_internal_1, set_buffer_temp): Use them.
17181
17182 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
17183
17184 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
17185
17186 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
17187 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
17188
17189 * xdisp.c (hscroll_window_tree):
17190 (reconsider_clip_changes): Use PT instead of BUF_PT.
17191
d251f04b
EZ
171922011-03-13 Eli Zaretskii <eliz@gnu.org>
17193
17194 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
17195 $(EMACS_ROOT)/lib/intprops.h.
17196
f0c77cd1
PE
171972011-03-13 Paul Eggert <eggert@cs.ucla.edu>
17198
3eca4629
PE
17199 Fix more problems found by GCC 4.5.2's static checks.
17200
7c86ee98
PE
17201 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
17202 to unsigned char * to avoid compiler diagnostic.
b0afc268
PE
17203 (xg_free_frame_widgets): Make it clear that a local variable is
17204 needed only if USE_GTK_TOOLTIP.
01e0b5ad
PE
17205 (gdk_window_get_screen): Make it clear that this macro is needed
17206 only if USE_GTK_TOOLTIP.
1e5524e7
PE
17207 (int_gtk_range_get_value): New function, which avoids a diagnostic
17208 from gcc -Wbad-function-cast.
17209 (xg_set_toolkit_scroll_bar_thumb): Use it.
17210 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
17211 diagnostic from gcc -Wbad-function-cast.
65dc836c
PE
17212 (get_utf8_string, xg_get_file_with_chooser):
17213 Rename locals to avoid shadowing.
17214 (create_dialog): Move locals to avoid shadowing.
7c86ee98 17215
41729b81
PE
17216 * xgselect.c (xg_select): Remove unused var.
17217
f0c77cd1
PE
17218 * image.c (four_corners_best): Mark locals as initialized.
17219 (gif_load): Initialize transparent_p to zero (Bug#8238).
17220 Mark another local as initialized.
ec6cf4c6 17221 (my_png_error, my_error_exit): Mark with NO_RETURN.
f0c77cd1 17222
ce0ad53d 17223 * image.c (clear_image_cache): Now static.
d5d5a617 17224 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
e22cffbc 17225 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
77a765fd
PE
17226 (x_edge_detection): Remove unnecessary cast that
17227 gcc -Wbad-function-cast diagnoses.
2037898d 17228 (gif_load): Fix pointer signedness.
6ae141d6
PE
17229 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
17230 (jpeg_load, gif_load): Rename locals to avoid shadowing.
ce0ad53d 17231
33383987 172322011-03-12 Paul Eggert <eggert@cs.ucla.edu>
3eca4629 17233
d32df629
PE
17234 Improve quality of tests for time stamp overflow.
17235 For example, without this patch (encode-time 0 0 0 1 1
17236 1152921504606846976) returns the obviously-bogus value (-948597
17237 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
17238 reports time overflow. See
17239 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
b8d9bd41
PE
17240 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
17241 * editfns.c: Include limits.h and intprops.h.
17242 (TIME_T_MIN, TIME_T_MAX): New macros.
17243 (time_overflow): Move earlier, to before first use.
17244 (hi_time, lo_time): New functions, for an accurate test for
17245 out-of-range times.
17246 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
17247 (Fget_internal_run_time): Don't assume time_t fits in int.
17248 (make_time): Use list2 instead of Fcons twice.
17249 (Fdecode_time): More accurate test for out-of-range times.
17250 (check_tm_member): New function.
17251 (Fencode_time): Use it, to test for out-of-range times.
d32df629
PE
17252 (lisp_time_argument): Don't rely on undefined left-shift and
17253 right-shift behavior when checking for time stamp overflow.
8be6f318 17254
fe31d94c
PE
17255 * editfns.c (time_overflow): New function, refactoring common code.
17256 (Fformat_time_string, Fdecode_time, Fencode_time):
17257 (Fcurrent_time_string): Use it.
17258
8be6f318
PE
17259 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
17260 * dired.c (make_time): Move to ...
17261 * editfns.c (make_time): ... here.
17262 * systime.h: Note the move.
17263
09d9db2c 172642011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
c47cbdfd 17265
126bc0dc
YM
17266 * fringe.c (update_window_fringes): Remove unused variables.
17267
c47cbdfd
YM
17268 * unexmacosx.c (copy_data_segment): Also copy __got section.
17269 (Bug#8223)
17270
7ac80be9
EZ
172712011-03-12 Eli Zaretskii <eliz@gnu.org>
17272
c96bbc66 17273 * termcap.c [MSDOS]: Include "msdos.h".
058e5dad
EZ
17274 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
17275 Constify `char *' arguments and their references according to
17276 prototypes in tparam.h.
17277
ecb0f94d 17278 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
058e5dad 17279
7ac80be9
EZ
17280 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
17281 Adapt all references accordingly.
17282
17283 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
17284
ef1fd07e
TT
172852011-03-11 Tom Tromey <tromey@redhat.com>
17286
17287 * buffer.c (syms_of_buffer): Remove obsolete comment.
17288
7ef4b50c
EZ
172892011-03-11 Eli Zaretskii <eliz@gnu.org>
17290
17291 * termhooks.h (encode_terminal_code): Declare prototype.
17292
17293 * msdos.c (encode_terminal_code): Don't declare prototype.
17294
17295 * term.c (encode_terminal_code): Now external again, used by
17296 w32console.c and msdos.c.
17297
44f230aa
SM
17298 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
17299 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
7ef4b50c 17300
4b1ec863 173012011-03-11 Paul Eggert <eggert@cs.ucla.edu>
f78faa98 17302
1714f52b 17303 Fix some minor problems found by GCC 4.5.2's static checks.
83316bf4 17304
4b1ec863
PE
17305 * fringe.c (update_window_fringes): Mark locals as initialized
17306 (Bug#8227).
17307 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
bf60f616 17308
524c7aa6
PE
17309 * alloc.c (mark_fringe_data): Move decl from here ...
17310 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
17311 to check its interface.
17312 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
17313
a5c0af81 17314 * fontset.c (free_realized_fontset): Now static.
7519b8cd 17315 (Fset_fontset_font): Rename local to avoid shadowing.
cc6e5db1 17316 (fontset_font): Mark local as initialized.
a9a06e0b 17317 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
a5c0af81 17318
b4716021
PE
17319 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
17320
811e9bac 17321 * xselect.c (x_disown_buffer_selections): Remove; not used.
7b83e2f1 17322 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
aa0daa9f
PE
17323 (x_own_selection, Fx_disown_selection_internal): Rename locals
17324 to avoid shadowing.
17325 (x_handle_dnd_message): Remove local to avoid shadowing.
811e9bac 17326
7e3ab302
PE
17327 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
17328 so that the caller can use some name other than gcpro1.
17329 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
58d2d479
PE
17330 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
17331 (Fx_backspace_delete_keys_p):
17332 Use them to avoid shadowing, and rename vars to avoid shadowing.
17333 (x_decode_color, x_set_name, x_window): Now static.
6b437900 17334 (Fx_create_frame): Add braces to silence GCC warning.
c0951e53 17335 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
06b0c8a0
PE
17336 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
17337 Remove unused locals.
7e3ab302
PE
17338 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
17339 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
17340 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
17341 macros.
f78faa98 17342
e2b13473
PE
17343 * xterm.h (x_mouse_leave): New decl.
17344
77f23912
PE
17345 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
17346 Remove unused functions.
cdf4ba58
PE
17347 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
17348 (x_calc_absolute_position): Now static.
7411c686 17349 (XTread_socket): Don't define label "out" unless it's used.
2b07bcff 17350 Don't declare local "event" unless it's used.
ed7bf3a5
PE
17351 (x_iconify_frame, x_free_frame_resources): Don't declare locals
17352 unless they are used.
38d0b34a
PE
17353 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
17354 (x_fatal_error_signal): Remove; not used.
a6067996
PE
17355 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
17356 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
17357 (x_error_catcher, x_connection_closed, x_error_handler):
17358 (x_error_quitter, xembed_send_message, x_iconify_frame):
17359 (my_log_handler): Rename locals to avoid shadowing.
28f1c698 17360 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
2a8fade0 17361 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
77f23912 17362
44f230aa
SM
17363 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
17364 Rename or move locals to avoid shadowing.
6b463e58 17365 (tty_defined_color, merge_face_heights): Now static.
5967d051 17366 (free_realized_faces_for_fontset): Remove; not used.
1e9966ea
PE
17367 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
17368 does not deduce is never used uninitialized.
73719eba
PE
17369 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
17370 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
071048a3 17371
426994c3 17372 * terminal.c (store_terminal_param): Now static.
5489860b 17373
032f1620 17374 * xmenu.c (menu_highlight_callback): Now static.
9d66f88e 17375 (set_frame_menubar): Remove unused local.
d4323972 17376 (xmenu_show): Rename parameter to avoid shadowing.
6d1f7fee
PE
17377 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
17378 since they might point to immutable storage.
281585b0
PE
17379 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
17380 since it's unused otherwise.
032f1620 17381
367c19e5 17382 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
53df7c11 17383 Add a FIXME, since the code still doesn't look right. (Bug#8215)
9f36b9fd
PE
17384 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
17385 avoids a gcc -Wuninitialized diagnostic.
0e086e8f 17386 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
44a3a108
PE
17387 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
17388 does not deduce are never used uninitialized.
70739cbe 17389
07b48fa9
PE
17390 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
17391
8868a238 17392 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
4554d213
PE
17393 * window.c (window_loop, size_window):
17394 (run_window_configuration_change_hook, enlarge_window): Likewise.
8868a238 17395
7e5cf297 17396 * window.c (display_buffer): Now static.
d6550a9f
PE
17397 (size_window): Mark variables that gcc -Wuninitialized
17398 does not deduce are never used uninitialized.
a586633d
PE
17399 * window.h (check_all_windows): New decl, to forestall
17400 gcc -Wmissing-prototypes diagnostic.
5b555da1 17401 * dispextern.h (bidi_dump_cached_states): Likewise.
7e5cf297 17402
f6095868
PE
17403 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
17404 shadowing.
17405 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
726929c4
PE
17406 Include <limits.h>.
17407 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
17408 and to avoid gcc -Wuninitialized warning.
89ef49df
PE
17409 (load_charset_map): Mark variables that gcc -Wuninitialized
17410 does not deduce are never used uninitialized.
53df7c11 17411 (load_charset): Abort instead of using uninitialized var (Bug#8229).
f6095868 17412
f38b440c
PE
17413 * coding.c (coding_set_source, coding_set_destination):
17414 Use "else { /* comment */ }" rather than "else /* comment */;"
17415 for clarity, and to avoid gcc -Wempty-body warning.
2735d060
PE
17416 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
17417 a block, when the outer 'i' will do.
17418 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
17419 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
17420 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
17421 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
17422 (Fdecode_sjis_char, Fdefine_coding_system_internal):
17423 Rename locals to avoid shadowing.
17424 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
e2f1bab9
PE
17425 * coding.c (emacs_mule_char, encode_invocation_designation):
17426 Now static, since they're not used elsewhere.
413bb2db 17427 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
c4a63b12 17428 (decode_coding_object, encode_coding_object, detect_coding_system):
ee05f961
PE
17429 (decode_coding_emacs_mule): Mark variables that gcc
17430 -Wuninitialized does not deduce are never used uninitialized.
160b01f6
PE
17431 (detect_coding_iso_2022): Initialize a local variable that might
17432 be used uninitialized. Leave a FIXME because it's not clear that
53df7c11 17433 this initialization is needed. (Bug#8211)
5f58e762
PE
17434 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
17435 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
17436 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
17437 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
17438 Remove unused macros.
f38b440c 17439
232b38b9 17440 * category.c (hash_get_category_set): Remove unused local var.
9f3b5e69 17441 (copy_category_table): Now static, since it's not used elsewhere.
d0891610 17442 * character.c (string_count_byte8): Likewise.
232b38b9 17443
fb90da1b
PE
17444 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
17445 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
17446
fb93dbc2
PE
17447 * chartab.c (copy_sub_char_table): Now static, since it's not used
17448 elsewhere.
5c156ace
PE
17449 (sub_char_table_ref_and_range, char_table_ref_and_range):
17450 Rename locals to avoid shadowing.
bbcd0949 17451 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
fb93dbc2 17452
7d3b3862 17453 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
630d6892 17454 (BIDI_BOB): Remove unused macro.
7d3b3862 17455
6be7d3da
PE
17456 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
17457 deduce are never used uninitialized.
c2ed9c8b 17458 * term.c (encode_terminal_code): Likewise.
6be7d3da 17459
75f8807f 17460 * term.c (encode_terminal_code): Now static. Remove unused local.
72abad34 17461
50938595
PE
17462 * tparam.h: New file.
17463 * term.c, tparam.h: Include it.
17464 * deps.mk (term.o, tparam.o): Depend on tparam.h.
17465 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
17466 Move these decls to tparam.h, and make them agree with what
17467 is actually in tparam.c. The previous trick of using incompatible
17468 decls in different modules does not conform to the C standard.
17469 All callers of tparam changed to use tparam's actual API.
17470 * tparam.c (tparam1, tparam, tgoto):
17471 Use const pointers where appropriate.
17472
fbceeba2
PE
17473 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
17474 * cm.h (struct cm): Likewise.
17475 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
17476 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
17477 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
17478 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
17479 (turn_on_face, init_tty): Likewise.
17480 * termchar.h (struct tty_display_info): Likewise.
fbceeba2 17481
7f3f1250
PE
17482 * term.c (term_mouse_position): Rename local to avoid shadowing.
17483
e6ca6543
PE
17484 * alloc.c (mark_ttys): Move decl from here ...
17485 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
17486
c40f8d15
AS
174872011-03-11 Andreas Schwab <schwab@linux-m68k.org>
17488
17489 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
17490
cfe0661d
JB
174912011-03-09 Juanma Barranquero <lekktu@gmail.com>
17492
17493 * search.c (compile_pattern_1): Remove argument regp, unused since
17494 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
17495 (compile_pattern): Don't pass it.
17496
0afb4571
J
174972011-03-08 Jan Djärv <jan.h.d@swipnet.se>
17498
17499 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
17500 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
17501 for ! HAVE_GTK3.
17502 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
17503
17504 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
17505
17506 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
17507 gdk_window_get_screen, gdk_window_get_geometry,
17508 gdk_x11_window_lookup_for_display and GDK_KEY_g.
17509 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
17510 (xg_get_pixbuf_from_pixmap): New function.
17511 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
17512 to Pixmap, take frame as parameter, remove GdkColormap parameter.
17513 Call xg_get_pixbuf_from_pixmap instead of
17514 gdk_pixbuf_get_from_drawable.
17515 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
17516 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
17517 (xg_check_special_colors): Use GtkStyleContext and its functions
17518 for HAVE_GTK3.
17519 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
17520 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
17521 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
44f230aa
SM
17522 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
17523 Call gtk_widget_get_preferred_size.
0afb4571
J
17524 (xg_frame_resized): gdk_window_get_geometry only takes 5
17525 parameters.
44f230aa
SM
17526 (xg_win_to_widget, xg_event_is_for_menubar):
17527 Call gdk_x11_window_lookup_for_display.
0afb4571
J
17528 (xg_set_widget_bg): New function.
17529 (delete_cb): New function.
895009e1 17530 (xg_create_frame_widgets): Connect delete-event to delete_cb.
5c32d3f2 17531 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
0afb4571
J
17532 (xg_set_background_color): Call xg_set_widget_bg.
17533 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
17534 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
17535 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
17536 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
17537 if ! HAVE_GTK3.
17538 (update_frame_tool_bar): Call gtk_widget_hide.
17539 (xg_initialize): Use GDK_KEY_g.
17540
17541 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
17542 if ! HAVE_GTK3
17543 (x_session_initialize): Call gdk_x11_set_sm_client_id.
17544
17545 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
17546 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
17547 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
17548
1c2cc4ef
JB
175492011-03-08 Juanma Barranquero <lekktu@gmail.com>
17550
17551 * w32xfns.c (select_palette): Check success of RealizePalette against
17552 GDI_ERROR, not zero.
17553
33383987 17554See ChangeLog.11 for earlier changes.
aac0c6e3
MR
17555
17556;; Local Variables:
17557;; coding: utf-8
aac0c6e3
MR
17558;; End:
17559
2f097256 17560 Copyright (C) 2011-2012 Free Software Foundation, Inc.
aac0c6e3
MR
17561
17562 This file is part of GNU Emacs.
17563
17564 GNU Emacs is free software: you can redistribute it and/or modify
17565 it under the terms of the GNU General Public License as published by
17566 the Free Software Foundation, either version 3 of the License, or
17567 (at your option) any later version.
17568
17569 GNU Emacs is distributed in the hope that it will be useful,
17570 but WITHOUT ANY WARRANTY; without even the implied warranty of
17571 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17572 GNU General Public License for more details.
17573
17574 You should have received a copy of the GNU General Public License
17575 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.