Avoid leaving traces of cursor when entering linum-mode.
[bpt/emacs.git] / src / ChangeLog
1 2012-09-09 Eli Zaretskii <eliz@gnu.org>
2
3 * fringe.c (draw_fringe_bitmap_1): Don't reduce the width of the
4 left fringe if the window has a left margin. This avoids leaving
5 traces of the cursor because its leftmost pixel is not drawn over.
6
7 * dispnew.c (update_window_line): When the left margin area of a
8 screen line is updated, set the redraw_fringe_bitmaps_p flag of
9 that screen line. (Bug#12277)
10
11 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
12
13 Assume C89 or later for math functions (Bug#12381).
14 This simplifies the code, and makes it a bit smaller and faster,
15 and (most important) makes it easier to clean up signal handling
16 since we can stop worring about floating-point exceptions in
17 library code. That was a problem before C89, but the problem
18 went away many years ago on all practical Emacs targets.
19 * data.c, image.c, lread.c, print.c:
20 Don't include <math.h>; no longer needed.
21 * data.c, floatfns.c (IEEE_FLOATING_POINT): Don't worry that it
22 might be autoconfigured, as that never happens.
23 * data.c (fmod):
24 * doprnt.c (DBL_MAX_10_EXP):
25 * print.c (DBL_DIG):
26 Remove. C89 or later always defines these.
27 * floatfns.c (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CHECK_DOMAIN)
28 (in_float, float_error_arg, float_error_arg2, float_error_fn_name)
29 (arith_error, domain_error, domain_error2):
30 Remove all this pre-C89 cruft. Do not include <errno.h> as that's
31 no longer needed -- we simply return what C returns. All uses removed.
32 (IN_FLOAT, IN_FLOAT2): Remove. All uses replaced with
33 the wrapped code.
34 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error, range_error2):
35 Remove. All uses expanded, as these macros are no longer used
36 more than once and are now more trouble than they're worth.
37 (Ftan): Use tan, not sin / cos.
38 (Flogb): Assume C89 frexp.
39 (fmod_float): Assume C89 fmod.
40 (matherr) [HAVE_MATHERR]: Remove; no longer needed.
41 (init_floatfns): Remove. All uses removed.
42
43 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
44
45 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take back
46 compositeToPoint for OSX < 10.6 (Bug#12390).
47
48 2012-09-08 Paul Eggert <eggert@cs.ucla.edu>
49
50 * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).
51 This produces more-accurate results.
52
53 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
54
55 * nsterm.m (updateFrameSize): Call setFrame: on the view when size
56 changes (Bug#12088).
57
58 2012-09-08 Chong Yidong <cyd@gnu.org>
59
60 * syntax.c (Fstring_to_syntax): Doc fix.
61
62 2012-09-08 Jan Djärv <jan.h.d@swipnet.se>
63
64 * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe
65 in the internal border.
66 (x_set_window_size): Remove static variables and their usage.
67 (ns_redraw_scroll_bars): Fix NSTRACE arg.
68 (ns_after_update_window_line, ns_draw_fringe_bitmap): Remove
69 fringe/internal border adjustment (Bug#11052).
70 (ns_draw_fringe_bitmap): Make code more like other terms (xterm.c).
71 (ns_draw_window_cursor): Remove fringe/internal border adjustment.
72 (ns_fix_rect_ibw): Remove.
73 (ns_get_glyph_string_clip_rect): Remove call to ns_fix_rect_ibw.
74 (ns_dumpglyphs_box_or_relief): Ditto.
75 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
76 adjustment.
77 (ns_dumpglyphs_image): Ditto.
78 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
79 border adjustment.
80 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
81 their usage. Add fringe_extended_p and its use as in other terms.
82 (ns_judge_scroll_bars): Code style fix. Call updateFrameSize if
83 scroll bar was removed.
84 (updateFrameSize): New function.
85 (windowDidResize): Move code to updateFrameSize and call it.
86
87 * nsterm.h (EmacsView): Add updateFrameSize.
88
89 2012-09-07 Chong Yidong <cyd@gnu.org>
90
91 * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
92
93 * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
94
95 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
96
97 More signal-handler cleanup (Bug#12327).
98 * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.
99 Problem introduced when merging patches. Noted by Eli Zaretskii in
100 <http://bugs.gnu.org/12327#67>.
101 * floatfns.c: Comment fix.
102 * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER.
103 SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right,
104 and anyway the declaration is harmless even if SIGDANGER is not defined.
105 * syssignal.h (SIGIO): Also #undef if (! defined FIONREAD ||
106 defined BROKEN_FIONREAD). systty.h formerly did this, but other
107 source files not surprisingly expected syssignal.h to define, or
108 not define, SIGIO, and it's cleaner to do it that way, for consistency.
109 Include <sys/ioctl.h>, for FIONREAD.
110 * systty.h (SIGIO): Do not #undef here; it's now syssignal.h's job.
111 This eliminates a problem whereby other files mysteriously had
112 to include "syssignal.h" before including "systty.h" if they
113 wanted to use "#ifdef SIGIO".
114
115 2012-09-07 Eli Zaretskii <eliz@gnu.org>
116
117 * w32proc.c (sigaction): New function, emulates Posix 'sigaction'.
118
119 * w32.c (sigemptyset): Empty the set.
120 (sigsetmask, sigmask, sigblock, sigunblock): Remove unused functions.
121
122 * alloc.c [ENABLE_CHECKING]: Include signal.h, since we need SIGABRT.
123
124 2012-09-07 Dmitry Antipov <dmantipov@yandex.ru>
125
126 * alloc.c (mark_buffer): Revert unsafe marking optimization.
127 (mark_object): Likewise for frame objects.
128
129 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
130
131 * syssignal.h (handle_on_main_thread): Always declare,
132 even if FORWARD_SIGNAL_TO_MAIN_THREAD is not defined.
133 This ports to platforms without HAVE_PTHREAD.
134
135 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
136
137 Signal-handler cleanup (Bug#12327).
138 Emacs's signal handlers were written in the old 4.2BSD style with
139 sigblock and sigmask and so forth, and this led to some
140 inefficiencies and confusion. Rewrite these to use
141 pthread_sigmask etc. without copying signal sets around. Also,
142 get rid of the confusing macros 'SIGNAL_THREAD_CHECK' and
143 'signal', and instead use functions that do not attempt to take
144 over the system name space. This patch causes Emacs's text
145 segment to shrink by 0.7% on my platform, Fedora 17 x86-64.
146 * alloc.c, emacsgtkfixed.c, nsfns.m, widget.c, xmenu.c:
147 Do not include <signal.h> or "syssignal.h", as these
148 modules do not use signals.
149 * atimer.c, callproc.c, data.c, dispnew.c, emacs.c, floatfns.c:
150 * gtkutil.c, keyboard.c, process.c, sound.c, sysdep.c, term.c, xterm.c:
151 Do not include <signal.h>, as "syssignal.h" does that for us now.
152 * atimer.c (sigmask_atimers): New function.
153 (block_atimers, unblock_atimers): New functions,
154 replacing the old macros BLOCK_ATIMERS and UNBLOCK_ATIMERS.
155 All uses replaced.
156 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
157 no longer needed here.
158 * emacs.c (main): Inspect existing signal handler with sigaction,
159 so that there's no need to block and unblock SIGHUP.
160 * sysdep.c (struct save_signal): New member 'action', replacing
161 old member 'handler'.
162 (save_signal_handlers, restore_signal_handlers):
163 Use sigaction instead of 'signal' to save and restore.
164 (get_set_sighandler, set_sighandler) [!WINDOWSNT]:
165 New function. All users of 'signal' modified to use set_sighandler
166 if they're writeonly, and to use sys_signal if they're read+write.
167 (emacs_sigaction_init, forwarded_signal): New functions.
168 (sys_signal): Remove. All uses replaced by calls to sigaction
169 and emacs_sigaction_init, or by direct calls to 'signal'.
170 (sys_sigmask) [!__GNUC__]: Remove; no longer needed.
171 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove;
172 all uses replaced by pthread_sigmask etc. calls.
173 * syssignal.h: Include <signal.h>.
174 (emacs_sigaction_init, forwarded_signal): New decls.
175 (SIGMASKTYPE): Remove. All uses replaced by its definiens, sigset_t.
176 (SIGEMPTYMASK): Remove; all uses replaced by its definiens, empty_mask.
177 (sigmask, sys_sigmask): Remove; no longer needed.
178 (sigpause): Remove. All uses replaced by its definiens, sigsuspend.
179 (sigblock, sigunblock, sigfree):
180 (sigsetmask) [!defined sigsetmask]:
181 Remove. All uses replaced by pthread_sigmask.
182 (signal): Remove. Its remaining uses (with SIG_DFL and SIG_IGN)
183 no longer need to be replaced, and its typical old uses
184 are now done via emacs_sigaction_init and sigaction.
185 (sys_sigblock, sys_sigunblock, sys_sigsetmask): Remove decls.
186 (sys_sigdel): Remove; unused.
187 (NSIG): Remove a FIXME; the code's fine. Remove an unnecessary ifdef.
188
189 2012-09-06 Eli Zaretskii <eliz@gnu.org>
190
191 * process.c (CAN_HANDLE_MULTIPLE_CHILDREN): Fix a typo that broke
192 SIGCHLD handling on systems that don't have WNOHANG. (Bug#12327)
193
194 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
195
196 Explicitly mark buffer_defaults and buffer_local_symbols.
197 * alloc.c (Fgarbage_collect): Mark buffer_defaults and
198 mark_local_symbols here.
199 (mark_object): If GC_CHECK_MARKED_OBJECTS, simplify checking
200 since special buffers aren't marked here any more.
201 (allocate_buffer): Chain new buffer with all_buffers here...
202 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): ...and
203 not here.
204 (Vbuffer_defaults, Vbuffer_local_symbols): Remove.
205 (syms_of_buffer): Remove staticpro of the above.
206 (init_buffer_once): Set names for buffer_defaults and
207 buffer_local_symbols.
208
209 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
210
211 Use bool for booleans in font-related modules.
212 * font.c (font_intern_prop, font_style_to_value)
213 (font_style_symbolic, font_parse_xlfd, font_parse_fcname)
214 (generate_otf_features, font_check_otf_features, font_check_otf)
215 (font_match_p, font_list_entities, font_at):
216 * fontset.c (fontset_id_valid_p, reorder_font_vector
217 (fontset_find_font, Fset_fontset_font)
218 (face_suitable_for_char_p) [0]:
219 * ftfont.c (fc_initialized, ftfont_get_open_type_spec)
220 (ftfont_open, ftfont_text_extents, ftfont_check_otf):
221 (m17n_flt_initialized, ftfont_shape_by_flt):
222 * ftxfont.c (ftxfont_draw_bitmap, ftxfont_draw):
223 * nsfont.m (nsfont_draw):
224 * w32font.c (w32font_draw):
225 * w32term.c (x_draw_glyphless_glyph_string_foreground):
226 Use bool for booleans.
227 * font.h: Adjust to above API changes.
228 (struct font, struct font_driver, struct font_driver_list):
229 Use bool for booleans.
230 (struct font): Remove useless member encoding_type.
231 All users removed.
232 * fontset.c, xftfont.c: Omit unnecessary static decls.
233
234 2012-09-06 Dmitry Antipov <dmantipov@yandex.ru>
235
236 * alloc.c (mark_object): Revert window marking code
237 since it's unsafe for the Fset_window_configuration.
238
239 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
240
241 Fix race conditions with signal handlers and errno (Bug#12327).
242 Be more systematic about preserving errno whenever a signal
243 handler returns, even if it's not in the main thread. Do this by
244 renaming signal handlers to distinguish between signal delivery
245 and signal handling. All uses changed.
246 * atimer.c (deliver_alarm_signal): Rename from alarm_signal_handler.
247 * data.c (deliver_arith_signal): Rename from arith_error.
248 * dispnew.c (deliver_window_change_signal): Rename from
249 window_change_signal.
250 * emacs.c (deliver_error_signal): Rename from fatal_error_signal.
251 (deliver_danger_signal) [SIGDANGER]: Rename from memory_warning_signal.
252 * keyboard.c (deliver_input_available_signal): Rename from
253 input_available_signal.
254 (deliver_user_signal): Rename from handle_user_signal.
255 (deliver_interrupt_signal): Rename from interrupt_signal.
256 * process.c (deliver_pipe_signal): Rename from send_process_trap.
257 (deliver_child_signal): Rename from sigchld_handler.
258 * atimer.c (handle_alarm_signal):
259 * data.c (handle_arith_signal):
260 * dispnew.c (handle_window_change_signal):
261 * emacs.c (handle_fatal_signal, handle_danger_signal):
262 * keyboard.c (handle_input_available_signal):
263 * keyboard.c (handle_user_signal, handle_interrupt_signal):
264 * process.c (handle_pipe_signal, handle_child_signal):
265 New functions, with the actual signal-handling code taken from the
266 original respective signal handlers, sans the sporadic attempts to
267 preserve errno, since that's now done by handle_on_main_thread.
268 * atimer.c (alarm_signal_handler): Remove unnecessary decl.
269 * emacs.c, floatfns.c, lisp.h: Remove unused FLOAT_CATCH_SIGKILL cruft.
270 * emacs.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
271 Move to sysdep.c.
272 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
273 Move initialization of main_thread to sysdep.c's init_signals.
274 * process.c (waitpid) [!WNOHANG]: #define to wait; that's good enough for
275 our usage, and simplifies the mainline code.
276 (record_child_status_change): New static function, as a helper
277 for handle_child_signal, and with most of the old child handler's
278 contents.
279 (CAN_HANDLE_MULTIPLE_CHILDREN): New constant.
280 (handle_child_signal): Use the above.
281 * sysdep.c (main_thread) [FORWARD_SIGNAL_TO_MAIN_THREAD]:
282 Moved here from emacs.c.
283 (init_signals) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it;
284 code moved here from emacs.c's main function.
285 * sysdep.c, syssignal.h (handle_on_main_thread): New function,
286 replacing the old SIGNAL_THREAD_CHECK. All uses changed. This
287 lets callers save and restore errno properly.
288
289 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
290
291 Remove redundant or unused things here and there.
292 * lisp.h (CYCLE_CHECK, CHAR_TABLE_TRANSLATE): Remove.
293 * conf_post.h (RE_TRANSLATE): Use char_table_translate.
294 * editfns.c (Fcompare_buffer_substrings): Likewise.
295 * frame.h (struct terminal, struct font_driver_list):
296 Remove redundant declarations.
297 * window.h (Qleft, Qright): Likewise.
298
299 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
300
301 Do not mark objects from deleted buffers, windows and frames.
302 * alloc.c (mark_buffer): Mark just the buffer if it is dead.
303 (mark_object): Likewise for windows and frames.
304
305 2012-09-05 Dmitry Antipov <dmantipov@yandex.ru>
306
307 * alloc.c (valid_lisp_object_p): Treat killed buffers,
308 buffer_defaults and buffer_local_symbols as valid objects.
309 Return special value to denote them.
310
311 2012-09-05 Paul Eggert <eggert@cs.ucla.edu>
312
313 * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
314 * fileio.c (auto_saving, auto_save_error_occurred, make_temp_name)
315 (Fexpand_file_name, barf_or_query_if_file_exists, Fcopy_file)
316 (file_name_absolute_p, Fsubstitute_in_file_name):
317 (check_executable, check_writable, Ffile_accessible_directory_p)
318 (Fset_file_selinux_context, Fdefault_file_modes)
319 (Finsert_file_contents, choose_write_coding_system)
320 (Fwrite_region, build_annotations, a_write, e_write)
321 (Fdo_auto_save):
322 * filelock.c (boot_time_initialized, get_boot_time)
323 (get_boot_time_1, lock_file_1, within_one_second):
324 * floatfns.c (in_float):
325 * fns.c (concat, internal_equal, Frequire, base64_encode_1)
326 (base64_decode_1, cmpfn_eql, cmpfn_user_defined)
327 (sweep_weak_table, sweep_weak_hash_tables, secure_hash):
328 * lisp.h (struct Lisp_Hash_Table.cmpfn):
329 * window.c (compare_window_configurations):
330 Use bool for booleans.
331 * fileio.c (auto_saving_dir_umask, auto_saving_mode_bits)
332 (Fdefault_file_modes): Now mode_t, not int, for modes.
333 (Fdo_auto_save): Set a boolean to 1 rather than using ++.
334 (internal_delete_file): Now returns void, not a (boolean) int,
335 since nobody was looking at the return value.
336 * lisp.h, window.h: Adjust to above API changes.
337
338 * xdisp.c (set_message): Simplify and reindent last change.
339
340 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
341
342 * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
343
344 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
345
346 * eval.c (call_debugger): Make the function non-static so that we
347 can call it from set_message.
348
349 * xdisp.c (set_message): Implement the new variable `debug-on-message'.
350 (syms_of_xdisp): Defvar it and `inhibit-debug-on-message'.
351
352 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
353
354 Give more-useful info on a fatal error (Bug#12328).
355 * alloc.c [ENABLE_CHECKING]: Do not include <execinfo.h>.
356 (die) [ENABLE_CHECKING]: Call fatal_error_backtrace instead
357 of doing the work ourselves.
358 * emacs.c (fatal_error_signal): Let fatal_error_backtrace
359 do most of the work.
360 (fatal_error_backtrace): New function, taken from the guts
361 of the old fatal_error_signal, but with a new option to output
362 a backtrace.
363 (shut_down_emacs) [!DOS_NT]: Use strsignal to give more-useful
364 info about the signal than just its number.
365 * lisp.h (fatal_error_backtrace, emacs_backtrace): New decls.
366 * sysdep.c: Include <execinfo.h>
367 (emacs_backtrace): New function, taken partly from the previous
368 code of the 'die' function.
369 (emacs_abort): Call fatal_error_backtrace rather than abort.
370
371 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * lread.c (readevalloop): Call internal-macroexpand-for-load to perform
374 eager (load-time) macro-expansion.
375 * lisp.mk (lisp): Add macroexp.
376
377 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
378
379 Simplify redefinition of 'abort' (Bug#12316).
380 Do not try to redefine the 'abort' function. Instead, redo
381 the code so that it calls 'emacs_abort' rather than 'abort'.
382 This removes the need for the NO_ABORT configure-time macro
383 and makes it easier to change the abort code to do a backtrace.
384 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
385 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
386 Remove; sysdep.c's emacs_abort now takes its place.
387 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
388 'abort' changed to use 'emacs_abort'.
389 * msdos.c (dos_abort) [defined abort]: Remove; not used.
390 (abort) [!defined abort]: Rename to ...
391 (emacs_abort): ... new name.
392 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
393 the place of the old 'abort' in emacs.c.
394 * w32.c, w32fns.c (abort): Do not #undef.
395 * w32.c (emacs_abort): Rename from w32_abort.
396
397 2012-09-04 Eli Zaretskii <eliz@gnu.org>
398
399 * w32uniscribe.c (uniscribe_shape): Reverse the sign of
400 offsets[j].dv, since the y axis of the screen coordinates points
401 down, while the y axis of the font definition coordinates points
402 up. This fixes display of Arabic diacritics such as KASRA and
403 KASRATAN. (Bug#11860)
404
405 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
406
407 Be more systematic about _setjmp vs setjmp.
408 * alloc.c (test_setjmp, mark_stack):
409 * image.c (PNG_LONGJMP) [PNG_LIBPNG_VER < 10500]:
410 (PNG_JMPBUF) [! (PNG_LIBPNG_VER < 10500)]:
411 (png_load, my_error_exit, jpeg_load):
412 * process.c (send_process_trap, send_process):
413 Uniformly prefer _setjmp and _longjmp to setjmp and longjmp.
414 The underscored versions are up to 30x faster on some hosts.
415 Formerly, the code used setjmp+longjmp sometimes and
416 _setjmp+_longjmp at other times, with no particular reason to
417 prefer setjmp+longjmp.
418
419 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
420
421 Fix minor problem found by static checking.
422 * buffer.c (Fdelete_all_overlays): Return nil.
423
424 2012-09-03 Martin Rudalics <rudalics@gmx.at>
425
426 * buffer.c (Fdelete_all_overlays): New function.
427
428 2012-09-03 Chong Yidong <cyd@gnu.org>
429
430 * gtkutil.c: Add extern decl for Qxft.
431
432 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
433
434 * emacs.c, eval.c: Use bool for boolean.
435 * emacs.c (initialized, inhibit_window_system, running_asynch_code):
436 (malloc_using_checking) [DOUG_LEA_MALLOC]:
437 (display_arg) [HAVE_X_WINDOWS || HAVE_NS]:
438 (noninteractive, no_site_lisp, fatal_error_in_progress, argmatch)
439 (main, decode_env_path, Fdaemon_initialized):
440 * eval.c (call_debugger, Finteractive_p, interactive_p):
441 (unwind_to_catch, Fsignal, wants_debugger, skip_debugger)
442 (maybe_call_debugger, Fbacktrace):
443 * process.c (read_process_output, exec_sentinel):
444 Use bool for booleans.
445 * emacs.c (shut_down_emacs): Omit unused boolean argument NO_X.
446 All callers changed.
447 * eval.c (interactive_p): Omit always-true boolean argument
448 EXCLUDE_SUBRS_P. All callers changed.
449 * dispextern.h, lisp.h: Reflect above API changes.
450 * firstfile.c (dummy): Use the address of 'main', whose signature
451 won't change, instead of the address of 'initialize', whose
452 signature just changed from int to bool.
453 * lisp.h (fatal_error_in_progress): New decl of boolean, moved here ...
454 * msdos.c (fatal_error_in_progress): ... from here.
455 * xdisp.c (redisplaying_p): Now a boolean. Set it to 1 instead
456 of incrementing it.
457 (redisplay_internal, unwind_redisplay): Simply clear
458 REDISPLAYING_P when unwinding, instead of saving its previous,
459 always-false value and then restoring it.
460
461 Clean up some extern decls.
462 Mostly, this hoists extern decls out of .c files and into .h files.
463 That way, we're more likely to catch errors if the interfaces change.
464 * alloc.c [USE_GTK]: Include "gtkutil.h" so that we need not
465 declare xg_mark_data.
466 * dispextern.h (x_frame_parm_handlers):
467 * font.h (Qxft):
468 * lisp.h (Qlexical_binding, Qinternal_interpreter_environment)
469 (Qextra_light, Qlight, Qsemi_light, Qsemi_bold, Qbold, Qextra_bold)
470 (Qultra_bold, Qoblique, Qitalic):
471 Move extern decl here from .c file.
472 * alloc.c (xg_mark_data) [USE_GTK]:
473 * doc.c (Qclosure):
474 * eval.c (Qlexical_binding):
475 * fns.c (time) [!HAVE_UNISTD_H]:
476 * gtkutil.c (Qxft, Qnormal, Qextra_light, Qlight, Qsemi_light)
477 (Qsemi_bold, Qbold, Qextra_bold, Qultra_bold, Qoblique, Qitalic):
478 * image.c (Vlibrary_cache, QCloaded_from) [HAVE_NTGUI]:
479 * lread.c (Qinternal_interpreter_environment):
480 * minibuf.c (Qbuffer):
481 * process.c (QCfamily, QCfilter):
482 * widget.c (free_frame_faces):
483 * xfaces.c (free_frame_menubar) [USE_X_TOOLKIT]:
484 * xfont.c (x_clear_errors):
485 * xterm.c (x_frame_parm_handlers):
486 Remove now-redundant extern decls.
487 * keyboard.c, keyboard.h (ignore_mouse_drag_p) [USE_GTK || HAVE_NS]:
488 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic):
489 Now static.
490 * xfaces.c: Remove unnecessary static decls.
491 * xterm.c (updating_frame): Remove decl of nonexistent object.
492
493 * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
494 when building globals.h, as the objects that are not built on
495 this host are not needed to compile C files on this host.
496
497 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
498
499 * gtkutil.h: Remove prototype for x_wm_set_size_hint.
500
501 * frame.h: Add missing prototype for x_wm_set_size_hint.
502
503 2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
504
505 * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
506 * doc.c (read_bytecode_char, get_doc_string, reread_doc_file)
507 (Fdocumentation, Fdocumentation_property, Fsnarf_documentation)
508 (Fsubstitute_command_keys):
509 * editfns.c (region_limit, find_field, Fconstrain_to_field)
510 (save_excursion_save, save_excursion_restore)
511 (disassemble_lisp_time, decode_time_components, emacs_nmemftime)
512 (format_time_string, general_insert_function)
513 (make_buffer_string, make_buffer_string_both)
514 (Fsubst_char_in_region, Ftranslate_region_internal, Fformat):
515 * insdel.c (check_markers, gap_left, adjust_markers_for_insert)
516 (copy_text, insert_1, insert_1_both, insert_from_string)
517 (insert_from_string_before_markers, insert_from_string_1)
518 (insert_from_buffer, insert_from_buffer_1, replace_range)
519 (replace_range_2, del_range_1, del_range_byte, del_range_both)
520 (del_range_2, modify_region):
521 * intervals.c (intervals_equal, balance_possible_root_interval)
522 (adjust_intervals_for_insertion, merge_properties_sticky)
523 (graft_intervals_into_buffer, lookup_char_property)
524 (adjust_for_invis_intang, set_point_both)
525 (get_property_and_range, compare_string_intervals)
526 (set_intervals_multibyte_1, set_intervals_multibyte):
527 * keyboard.c (decode_timer):
528 Use bool for boolean.
529 * intervals.h, lisp.h, systime.h: Reflect above API changes.
530 * editfns.c (struct info): Use 1-bit unsigned bitfields for booleans.
531
532 2012-09-02 Chong Yidong <cyd@gnu.org>
533
534 * keymap.c (push_key_description): Print M-TAB as C-M-i
535 (Bug#11758).
536
537 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
538
539 * makefile.w32-in (CCL_H, W32FONT_H): New macros.
540 (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
541 ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
542 ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
543 ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
544 ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
545 ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
546
547 2012-09-01 Eli Zaretskii <eliz@gnu.org>
548
549 * w32uniscribe.c (uniscribe_shape): Handle correctly the case of
550 more than one grapheme cluster passed to the shaper: compute the
551 offset adjustment values separately for each cluster. (Bug#11860)
552
553 * image.c: Restore mistakenly removed inclusion of w32.h. Without
554 it, GCC doesn't see prototypes of w32_delayed_load, and complains
555 about implicit conversions from integer to pointer.
556
557 2012-09-01 Daniel Colascione <dancol@dancol.org>
558
559 * w32fns.c (x_display_info_for_name): Prevent crash if w32 window
560 system used too early.
561
562 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
563
564 Better seed support for (random).
565 * emacs.c (main): Call init_random.
566 * fns.c (Frandom): Set the seed from a string argument, if given.
567 Remove long-obsolete Gentzel cruft.
568 * lisp.h, sysdep.c (seed_random): Now takes address and size, not long.
569 (init_random): New function.
570
571 2012-09-01 Daniel Colascione <dancol@dancol.org>
572
573 * xterm.h: Add header guards. Declare x_menubar_window_to_frame.
574 Remove x_set_frame_alpha, x_bitmap_icon, x_make_frame_visible,
575 x_make_frame_invisible, x_iconify_frame, x_free_frame_resources,
576 x_wm_set_size_hint, x_query_colors, x_real_positions,
577 x_set_menu_bar_lines, x_char_width, x_char_height, x_sync,
578 x_set_tool_bar_lines, x_activate_menubar, and free_frame_menubar,
579 all of which have been moved to common code.
580
581 * xfaces.c: Include TERM_HEADER instead of listing all possible
582 window-system headers.
583
584 * w32xfns.c (x_sync): Correct definition of x_sync (a no-op here)
585 to match header.
586
587 * w32term.h (FRAME_X_WINDOW): Use FRAME_W32_WINDOW instead of
588 directly accessing frame internals.
589
590 * w32font.h: Include font.h. Define syms_of_w32font and
591 globals_of_w32font.
592
593 * process.c: Include TERM_HEADER instead of listing all possible
594 window-system headers.
595
596 * nsterm.h: Remove declarations now in frame.h. Define
597 FRAME_X_SCREEN, FRAME_X_VISUAL.
598
599 * menu.c: Include TERM_HEADER instead of listing all possible
600 window-system headers.
601
602 * keyboard.h: Declare ignore_mouse_drag_p whenever we have a
603 window system.
604
605 * keyboard.c: Include TERM_HEADER instead of listing all possible
606 window-system headers.
607
608 * image.c: Include TERM_HEADER instead of listing all possible
609 window-system headers. Declare Vlibrary_cache when compiling for
610 Windows.
611
612 * gtkutil.h (xg_list_node_): Include xterm.h to pick up needed
613 window system declarations.
614
615 * frame.h: Move common functions here: set_frame_menubar,
616 x_set_window_size, x_sync, x_get_focus_frame,
617 x_set_mouse_position, x_set_mouse_pixel_position,
618 x_make_frame_visible, x_make_frame_invisible, x_iconify_frame,
619 x_char_width, x_char_height, x_pixel_width, x_pixel_height,
620 x_set_frame_alpha, x_set_menu_bar_lines, x_set_tool_bar_lines,
621 x_activate_menubar, x_real_positions, x_bitmap_icon,
622 x_set_menu_bar_lines, free_frame_menubar, x_free_frame_resources,
623 and x_query_colors.
624
625 * frame.c: Include TERM_HEADER instead of listing all possible
626 window-system headers.
627
628 * font.c: Include TERM_HEADER instead of listing all possible
629 window-system headers.
630
631 * emacs.c: Include TERM_HEADER.
632
633 * dispnew.c: Include TERM_HEADER instead of listing all possible
634 window-system headers.
635
636 * ccl.h: Include character.h.
637
638 * Makefile.in: Define WINDOW_SYSTEM_OBJ to hold objects needed for
639 the current window system; include in list of objects to link into
640 Emacs.
641
642 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
643
644 Remove mark_ttys function and fix tty_display_info initialization.
645 * lisp.h (mark_ttys): Remove prototype.
646 * alloc.c (Fgarbage_collect): Remove redundant (and the only) call
647 to mark_ttys because all possible values of 'top_frame' slot are
648 the frames which are reachable from Vframe_list.
649 * term.c (mark_ttys): Remove.
650 (init_tty): Safely initialize 'top_frame' slot with Qnil.
651
652 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
653
654 Change struct frame bitfields from unsigned char to unsigned.
655 * frame.h (struct frame): Change type of 'display_preempted',
656 'visible', 'iconified', 'has_minibuffer', 'wants_modeline',
657 'auto_raise', 'auto_lower', 'no_split', 'explicit_name',
658 'window_sizes_changed', 'mouse_moved' and 'pointer_invisible'
659 bitfields from unsigned char to unsigned.
660
661 2012-08-31 Dmitry Antipov <dmantipov@yandex.ru>
662
663 Remove unused member of struct x_output and struct w32_output.
664 * xterm.h (struct x_output): Remove unused field 'needs_exposure'.
665 * w32term.h (struct w32_output): Likewise.
666
667 2012-08-30 Jan Djärv <jan.h.d@swipnet.se>
668
669 * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
670 does not become zero (Bug#12234).
671
672 2012-08-30 Paul Eggert <eggert@cs.ucla.edu>
673
674 * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
675 for GCC 4.7.1 x86-64.
676
677 2012-08-30 Glenn Morris <rgm@gnu.org>
678
679 * lread.c (init_lread): For out-of-tree builds, only add the
680 source directory's site-lisp dir to the load-path if it exists,
681 consistent with in-tree builds. (Bug#12302)
682
683 2012-08-28 Jan Djärv <jan.h.d@swipnet.se>
684
685 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
686 button_values to NULL. Call setStykeMask so dialogs get a close button.
687 (windowShouldClose:): Set window_closed.
688 (dealloc): New member, free button_values.
689 (process_dialog:): Make member function. Remove window argument,
690 replace window with self. Count buttons and allocate and store values
691 in button_values.
692 (addButton:value:row:): value is int with the name tag. Call setTag
693 with tag. Remove return self, declare return value as void.
694 (addString:row:): Remove return self, declare return value as void.
695 (addSplit): Remove return self, declare return value as void.
696 (clicked:): Remove return self, declare return value as void.
697 Set dialog_return to button_values[seltag]. Code formatting change.
698 (initFromContents:isQuestion:): Adjust call to process_dialog.
699 Code formatting change.
700 (timeout_handler:): Set timer_fired to YES.
701 (runDialogAt:): Set timer_fired to NO.
702 Handle click on close button as quit.
703
704 * nsterm.h (EmacsDialogPanel): Make timer_fired BOOL.
705 Add window_closed and button_values. Add void as return value for
706 add(Button|String|Split). addButton takes int instead of Lisp_Object.
707 Add process_dialog as new member.
708
709 2012-08-28 Eli Zaretskii <eliz@gnu.org>
710
711 * ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
712 is not one of the heaps we manage. (Bug#12242)
713
714 2012-08-28 Glenn Morris <rgm@gnu.org>
715
716 * eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
717
718 2012-08-28 Martin Rudalics <rudalics@gmx.at>
719
720 * window.c (Fset_window_configuration): Remove handling of
721 auto-buffer-name window parameter. Install revision of reverted
722 fix.
723
724 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
725
726 Do not allow to set major mode for a dead buffer.
727 * buffer.c (Fset_buffer_major_mode): Signal an error
728 if the buffer is dead.
729 (Fother_buffer, other_buffer_safely): Remove redundant
730 nested declaration.
731
732 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
733
734 Always use set_buffer_if_live to restore original buffer at unwind.
735 * buffer.h (record_unwind_current_buffer): New function.
736 * bytecode.c, dispnew.c, editfns.c, fileio.c, fns.c, insdel.c:
737 * keyboard.c, keymap.c, minibuf.c, print.c, process.c, textprop.c:
738 * undo.c, window.c: Adjust users.
739 * buffer.c (set_buffer_if_live): Fix comment.
740
741 2012-08-28 Dmitry Antipov <dmantipov@yandex.ru>
742
743 Fix usage of set_buffer_internal.
744 * buffer.h (set_buffer_internal): Make it BUFFER_INLINE.
745 * buffer.c (set_buffer_if_live): Use set_buffer_internal.
746 * coding.c (decode_coding): Omit redundant test.
747 * fileio.c (decide_coding_unwind): Likewise.
748 * fns.c (secure_hash): Likewise.
749 * insdel.c (modify_region): Likewise.
750 * keyboard.c (command_loop_1): Likewise.
751 * print.c (PRINTFINISH): Likewise.
752 * xdisp.c (run_window_scroll_functions): Use set_buffer_internal.
753
754 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
755
756 * dispnew.c: Use bool for boolean.
757 (frame_garbaged, display_completed, delayed_size_change)
758 (fonts_changed_p, add_window_display_history)
759 (add_frame_display_history, verify_row_hash)
760 (adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
761 (row_equal_p, realloc_glyph_pool)
762 (allocate_matrices_for_frame_redisplay)
763 (showing_window_margins_p)
764 (adjust_frame_glyphs_for_frame_redisplay)
765 (build_frame_matrix_from_leaf_window, make_current)
766 (mirrored_line_dance, mirror_line_dance, update_frame)
767 (update_window_tree, update_single_window)
768 (check_current_matrix_flags, update_window, update_text_area)
769 (update_window_line, set_window_update_flags, scrolling_window)
770 (update_frame_1, scrolling, buffer_posn_from_coords)
771 (do_pending_window_change, change_frame_size)
772 (change_frame_size_1, sit_for):
773 Use bool for boolean.
774 (clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
775 and remove last int (actually boolean) argument, which was always 0.
776 All callers changed.
777 * dispextern.h, frame.h, lisp.h: Reflect above API changes.
778 * dispextern.h (struct composition_it): Use bool for boolean.
779 (struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
780 (struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
781 * dired.c (file_name_completion):
782 Use bool for boolean. (This was missed in an earlier change.)
783
784 2012-08-27 Martin Rudalics <rudalics@gmx.at>
785
786 * window.c (Fset_window_configuration): Revert first part of
787 last change.
788
789 2012-08-27 Jan Djärv <jan.h.d@swipnet.se>
790
791 * nsterm.h (NSPanel): New class variable dialog_return.
792
793 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
794 dialog_return.
795 (windowShouldClose:): Use stop instead of stopModalWithCode.
796 (clicked:): Ditto, and also set dialog_return (Bug#12258).
797 (timeout_handler:): Use stop instead of abortModal. Send a dummy
798 event.
799 (runDialogAt:): Make ret Lisp_Object. Set it from dialog_return when
800 modal loop returns.
801
802 2012-08-27 Paul Eggert <eggert@cs.ucla.edu>
803
804 * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
805 * composite.c (find_composition, composition_gstring_p)
806 (composition_reseat_it, find_automatic_composition):
807 * data.c (let_shadows_buffer_binding_p)
808 (let_shadows_global_binding_p, set_internal, make_blv)
809 (Fmake_variable_buffer_local, Fmake_local_variable)
810 (Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
811 (cons_to_signed, arith_driver):
812 * dbusbind.c (xd_in_read_queued_messages):
813 * dired.c (directory_files_internal, file_name_completion):
814 Use bool for booleans.
815 * dired.c (file_name_completion):
816 * process.h (fd_callback):
817 Omit int (actually boolean) argument. It wasn't being used.
818 All uses changed.
819 * composite.h, lisp.h: Reflect above API changes.
820
821 * cmds.c, coding.c: Use bool for booleans.
822 * cmds.c (move_point, Fself_insert_command):
823 * coding.h (struct composition status, struct coding_system):
824 * coding.c (detect_coding_utf_8, encode_coding_utf_8)
825 (detect_coding_utf_16, encode_coding_utf_16, detect_coding_emacs_mule)
826 (emacs_mule_char, decode_coding_emacs_mule)
827 (encode_coding_emacs_mule, detect_coding_iso_2022)
828 (decode_coding_iso_2022, encode_invocation_designation)
829 (encode_designation_at_bol, encode_coding_iso_2022)
830 (detect_coding_sjis, detect_coding_big5, decode_coding_sjis)
831 (decode_coding_big5, encode_coding_sjis, encode_coding_big5)
832 (detect_coding_ccl, encode_coding_ccl, decode_coding_raw_text)
833 (encode_coding_raw_text, detect_coding_charset)
834 (decode_coding_charset, encode_coding_charset, detect_eol)
835 (detect_coding, get_translation_table, produce_chars)
836 (consume_chars, reused_workbuf_in_use)
837 (make_conversion_work_buffer, code_conversion_save)
838 (decode_coding_object, encode_coding_object)
839 (detect_coding_system, char_encodable_p)
840 (Funencodable_char_position, code_convert_region)
841 (code_convert_string, code_convert_string_norecord)
842 (Fset_coding_system_priority):
843 * fileio.c (Finsert_file_contents):
844 Use bool for booleans.
845 * coding.h, lisp.h: Reflect above API changes.
846 * coding.c: Remove unnecessary static function decls.
847 (detect_coding): Use unsigned, not signed, to copy an unsigned field.
848 (decode_coding, encode_coding, decode_coding_gap): Return 'void',
849 not a boolean 'int', since callers never look at the return value.
850 (ALLOC_CONVERSION_WORK_AREA): Assume caller returns 'void', not 'int'.
851 * coding.h (decoding_buffer_size, encoding_buffer_size)
852 (emacs_mule_string_char): Remove unused extern decls.
853 (struct iso_2022_spec, struct coding_system):
854 Use 'unsigned int : 1' for boolean fields, since there's more than one.
855 (struct emacs_mule_spec): Remove unused field 'full_support'.
856 All initializations removed.
857 * cmds.c (internal_self_insert): Don't assume EMACS_INT fits in 'int'.
858
859 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
860
861 Fix spare memory change (Bug#12286).
862 * alloc.c (mark_maybe_pointer): Handle MEM_TYPE_SPARE.
863 (valid_lisp_object_p): Likewise.
864
865 2012-08-27 Martin Rudalics <rudalics@gmx.at>
866
867 * window.c (Fset_window_configuration): Record any window's old
868 buffer if it's replaced (see Bug#8789). If the new current
869 buffer doesn't appear in the selected window, go to its old
870 point (Bug#12208).
871
872 2012-08-27 Dmitry Antipov <dmantipov@yandex.ru>
873
874 Special MEM_TYPE_SPARE to denote reserved memory.
875 * alloc.c (enum mem_type): New memory type.
876 (refill_memory_reserve): Use new type for spare memory.
877 This prevents live_cons_p and live_string_p from incorrect
878 detection of uninitialized objects from spare memory as live.
879
880 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
881
882 Spelling fixes.
883 * Makefile.in (.PHONY): versioclean -> versionclean.
884
885 Remove unused external symbols.
886 * data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
887 * window.c (Qwindow_valid_p, decode_valid_window):
888 Now static, not extern.
889 * data.c (Qinterval): Remove; unused.
890 (syms_of_data): Do not define 'interval'.
891 * lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
892 * window.h (decode_valid_window):
893 Remove decls.
894
895 * character.c, charset.c, chartab.c: Use bool for booleans.
896 * character.c (lisp_string_width, string_count_byte8)
897 (string_escape_byte8):
898 * charset.c (charset_map_loaded, load_charset_map, read_hex):
899 (load_charset_map_from_file, map_charset_chars)
900 (Fdefine_charset_internal, define_charset_internal)
901 (Fdeclare_equiv_charset, find_charsets_in_text)
902 (Ffind_charset_region, char_charset, Fiso_charset):
903 * chartab.c (sub_char_table_ref, sub_char_table_ref_and_range)
904 (sub_char_table_set, sub_char_table_set_range)
905 (char_table_set_range, optimize_sub_char_table)
906 (map_sub_char_table):
907 Use bool for boolean.
908 * character.c (str_to_unibyte): Omit last boolean argument; it was
909 always 0. All callers changed.
910 * character.h, charset.h: Adjust to match previous changes.
911 * character.h (char_printable_p): Remove decl of nonexistent function.
912 * charset.h (struct charset): Members code_linear_p, iso_chars_96,
913 ascii_compatible_p, supplementary_p, compact_codes_p, unified_p
914 are all boolean, so make them single-bit bitfields.
915
916 * lisp.h (ASET): Remove attempt to detect side effects.
917 It was meant to be temporary and it often doesn't work,
918 because when IDX has side effects the behavior of IDX==IDX
919 is undefined. See Stefan Monnier in
920 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00762.html>.
921
922 2012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
923
924 * lisp.h (functionp): New function (extracted from Ffunctionp).
925 (FUNCTIONP): Use it.
926 * eval.c (Ffunctionp): Use it.
927
928 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
929
930 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
931 as that's faster and simpler than static storage. Don't bother
932 with the g_main_context_query overhead if g_main_context_pending
933 says no events are pending.
934 (gfds, gfds_size): Remove these static vars.
935 (xgselect_initialize): Remove; no longer needed.
936 All uses and decls removed.
937
938 * emacs.c (fatal_error_signal_hook): Remove.
939 All uses removed. This leftover from old code was always 0.
940
941 * casefiddle.c, casetab.c, category.c: Use bool for boolean.
942 * casefiddle.c (casify_object, casify_region):
943 * casetab.c (set_case_table):
944 * category.c, category.h (word_boundary_p):
945 * category.h (CHAR_HAS_CATEGORY):
946 Use bool for booleans, instead of int.
947
948 2012-08-25 Eli Zaretskii <eliz@gnu.org>
949
950 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
951
952 2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
953
954 On assertion failure, print backtrace if available.
955 * alloc.c [ENABLE_CHECKING]: Include <execinfo.h>.
956 (die) [ENABLE_CHECKING]: Print a backtrace if available.
957 * Makefile.in (LIB_EXECINFO): New macro.
958 (LIBES): Use it.
959
960 * bytecode.c, callint.c, callproc.c: Use bool for boolean.
961 * bytecode.c (exec_byte_code):
962 * callint.c (check_mark, Fcall_interactively):
963 * callproc.c (Fcall_process, add_env, child_setup, getenv_internal_1)
964 (getenv_internal, sync_process_alive, call_process_exited):
965 * lisp.h (USE_SAFE_ALLOCA):
966 Use bool for booleans, instead of int.
967 * lisp.h, process.h: Adjust prototypes to match above changes.
968 * callint.c (Fcall_interactively): Don't assume the mark's
969 offset fits in 'int'.
970
971 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
972
973 * buffer.c, buffer.h: Use bool for boolean.
974 * buffer.c (reset_buffer_local_variables)
975 (buffer_lisp_local_variables, Fset_buffer_modified_p)
976 (Frestore_buffer_modified_p, Fset_buffer_multibyte):
977 (overlays_at, overlays_in, mouse_face_overlay_overlaps)
978 (overlay_touches_p, overlay_strings, Foverlay_put)
979 (report_overlay_modification, call_overlay_mod_hooks):
980 (mmap_enlarge, mmap_set_vars):
981 * buffer.h (buffer_has_overlays, uppercasep, lowercasep):
982 Use bool for booleans, instead of int.
983 * buffer.c (compact_buffer, mmap_free_1): Return void, not int,
984 since the 1-or-0 return value is always ignored anyway.
985 (mmap_initialized_p):
986 * buffer.h (struct buffer_text.inhibit_shrinking): Now bool, not int.
987 * buffer.h, lisp.h: Adjust prototypes to match above changes.
988
989 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
990
991 * bidi.c: Use bool for boolean.
992 This is a bit more readable, and makes the text segment of bidi.o
993 0.4% smaller on my platform (GCC 4.7.1 x86-64, Fedora 15).
994 Presumably it's faster too.
995 (bidi_initialized, bidi_ignore_explicit_marks_for_paragraph_level):
996 Now bool.
997 (bidi_cache_find_level_change, bidi_cache_iterator_state)
998 (bidi_unshelve_cache, bidi_init_it, bidi_count_bytes)
999 (bidi_char_at_pos, bidi_fetch_char, bidi_paragraph_init)
1000 (bidi_explicit_dir_char, bidi_level_of_next_char)
1001 (bidi_find_other_level_edge, bidi_move_to_visually_next):
1002 Use bool for booleans, instead of int.
1003 * dispextern.h (bidi_init_it, bidi_paragraph_init)
1004 (bidi_unshelve_cache): Adjust decls to match code.
1005
1006 2012-08-23 Martin Rudalics <rudalics@gmx.at>
1007
1008 * keyboard.c (Fposn_at_x_y): Do not allow internal window as
1009 argument.
1010
1011 2012-08-23 Paul Eggert <eggert@cs.ucla.edu>
1012
1013 * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.
1014 * atimer.h: Include <stdbool.h>.
1015
1016 2012-08-22 Dan Nicolaescu <dann@gnu.org>
1017
1018 * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to
1019 compile time tests instead of run time tests on systems that do
1020 not use them.
1021 (FRAME_MAC_P): Remove leftover from deleted code.
1022 * frame.c (syms_of_frame): Remove leftover from deleted code.
1023
1024 2012-08-22 Jan Djärv <jan.h.d@swipnet.se>
1025
1026 * nsterm.m (insertText:): Don't clear modifiers if code is space.
1027
1028 2012-08-22 Paul Eggert <eggert@cs.ucla.edu>
1029
1030 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
1031 Otherwise, the compiler complains about (A?B:C) where B is void
1032 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
1033 (fontset_add): Return void, for FONTSET_ADD.
1034
1035 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1036
1037 * alloc.c: Use bool for booleans.
1038 (gc_in_progress, abort_on_gc)
1039 (setjmp_tested_p) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
1040 (dont_register_blocks) [GC_MALLOC_CHECK]:
1041 (suppress_checking) [ENABLE_CHECKING]: Now bool, not int.
1042 (check_string_bytes, make_specified_string, memory_full)
1043 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
1044 (live_misc_p, live_vector_p, live_buffer_p, mark_maybe_object)
1045 (mark_stack, valid_pointer_p, make_pure_string)
1046 (Fgarbage_collect, survives_gc_p, gc_sweep):
1047 Use bool for booleans, instead of int.
1048 (test_setjmp) [!GC_SAVE_REGISTERS_ON_STACK && !GC_SETJMP_WORKS]:
1049 Remove unused local.
1050 * alloc.c (PURE_POINTER_P):
1051 * lisp.h (STRING_MULTIBYTE): Document that it returns a boolean.
1052 * editfns.c (Fformat):
1053 * fileio.c (Fexpand_file_name, Fsubstitute_in_file_name)
1054 (Fdo_auto_save):
1055 * fns.c (sweep_weak_table):
1056 * lisp.h (suppress_checking, push_message, survives_gc_p)
1057 (make_pure_string, gc_in_progress, abort_on_gc):
1058 * lread.c (readchar, read1):
1059 * print.c (Fprin1_to_string):
1060 * xdisp.c (push_message):
1061 Use bool for booleans affected directly or indirectly by
1062 alloc.c's changes.
1063
1064 Make recently-introduced setters macros.
1065 * fontset.c (set_fontset_id, set_fontset_name, set_fontset_ascii)
1066 (set_fontset_base, set_fontset_frame, set_fontset_nofont_face)
1067 (set_fontset_default, set_fontset_fallback): Rename from their
1068 upper-case counterparts, and make them functions rather than macros.
1069 This is more consistent with the other recently-introduced setters.
1070 These don't need to be inline, since they're local.
1071
1072 2012-08-21 Jan Djärv <jan.h.d@swipnet.se>
1073
1074 * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool in
1075 the loop (Bug#12247).
1076
1077 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1078
1079 * lisp.h (vcopy): Use memcpy rather than our own loop.
1080 This fixes a performance regression introduced by the recent
1081 addition of vcopy. This means 'vcopy' will need to be modified
1082 for a copying collector, but that's OK. Also, tighten the
1083 checking in the assertion.
1084
1085 2012-08-21 Eli Zaretskii <eliz@gnu.org>
1086
1087 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
1088 components for RTL text (Bug#11860). Adjust X-OFFSET of each
1089 non-base glyph for the width of the base character, according to
1090 what x_draw_composite_glyph_string_foreground expects.
1091 Generate WADJUST value according to composition_gstring_width's
1092 expectations, to produce correct width of the composed character.
1093 Reverse the sign of the DU offset produced by ScriptPlace.
1094
1095 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1096
1097 * dbusbind.c (xd_remove_watch): Do not assume C99 comments.
1098
1099 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
1100
1101 Avoid direct writes to contents member of struct Lisp_Vector.
1102 * lisp.h (vcopy): New function to copy data into vector.
1103 * dispnew.c (Fframe_or_buffer_changed_p): Use AREF and ASET.
1104 * fns.c (Ffillarray): Use ASET.
1105 * keyboard.c (timer_check_2): Use AREF and ASET.
1106 (append_tool_bar_item, Frecent_keys): Use vcopy.
1107 * lread.c (read_vector): Use ASET.
1108 * msdos.c (Frecent_doskeys): Use vcopy.
1109 * xface.c (Finternal_copy_lisp_face): Use vcopy.
1110 (Finternal_merge_in_global_face): Use ASET and vcopy.
1111 * xfont.c (xfont_list_pattern): Likewise.
1112
1113 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1114
1115 * window.c (Fwindow_point): For the selected window always return
1116 the position of its buffer's point.
1117 (Fset_window_point): For the selected window always go in its
1118 buffer to the specified position.
1119
1120 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru>
1121
1122 Setter macros for fontsets.
1123 * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
1124 (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
1125 (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
1126 Adjust users.
1127
1128 2012-08-20 Glenn Morris <rgm@gnu.org>
1129
1130 * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
1131 Don't assume that `ln -f' works.
1132
1133 2012-08-20 Eli Zaretskii <eliz@gnu.org>
1134
1135 * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5
1136 and later about non-assignments with no effect. See discussion at
1137 http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for
1138 details.
1139
1140 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
1141
1142 Inline setter functions for Lisp_Objects slots of struct specbinding.
1143 * eval.c (set_specpdl_symbol, set_specpdl_old_value): New functions.
1144 Adjust users.
1145
1146 2012-08-20 Martin Rudalics <rudalics@gmx.at>
1147
1148 * window.c (select_window): Always make selected window's buffer
1149 current.
1150
1151 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
1152
1153 Use AREF and ASET for docstrings of category tables.
1154 * category.h (CATEGORY_DOCSTRING): Use AREF.
1155 (SET_CATEGORY_DOCSTRING): Use ASET.
1156 * category.c (Fdefine_category): Use SET_CATEGORY_DOCSTRING.
1157
1158 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
1159
1160 Inline setter functions for hash table members.
1161 * lisp.h (set_hash_key, set_hash_value, set_hash_next)
1162 (set_hash_hash, set_hash_index): Rename with _slot suffix.
1163 (set_hash_key_and_value, set_hash_index, set_hash_next)
1164 (set_hash_hash): New functions.
1165 * charset.c, fns.c: Adjust users.
1166
1167 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru>
1168
1169 Inline getter and setter functions for per-buffer values.
1170 * buffer.h (per_buffer_default, set_per_buffer_default)
1171 (per_buffer_value, set_per_buffer_value): New functions.
1172 (PER_BUFFER_VALUE, PER_BUFFER_DEFAULT): Remove.
1173 * buffer.c, data.c: Adjust users.
1174
1175 2012-08-20 Juanma Barranquero <lekktu@gmail.com>
1176
1177 * makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.
1178
1179 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1180
1181 Rely on <config.h> + <unistd.h> to declare 'environ',
1182 as gnulib does this if the system doesn't.
1183 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
1184 Remove declaration. MS-Windows declares it on stdlib.h which is
1185 included by conf_post.h.
1186 * emacs.c (environ) [DOUG_LEA_MALLOC]:
1187 * vm-limit.c (environ) [ORDINARY_LINK]: Remove decl.
1188 * vm-limit.c: Include <unistd.h>, for 'environ'.
1189
1190 * unexaix.c, unexcoff.c: Include "mem-limits.h".
1191 (start_of_data): Remove decl; mem-limits.h provides it.
1192
1193 * xdisp.c (handle_invisible_prop): Make it a bit faster
1194 and avoid a gcc -Wmaybe-uninitialized diagnostic.
1195
1196 2012-08-19 Chong Yidong <cyd@gnu.org>
1197
1198 * xdisp.c (handle_invisible_prop): Fix ellipses at overlay string
1199 ends (Bug#3874).
1200
1201 2012-08-19 Andreas Schwab <schwab@linux-m68k.org>
1202
1203 * .gdbinit: Use call instead of set when calling a function in the
1204 inferior.
1205
1206 * data.c (set_internal): Don't use set_blv_found.
1207 (Fkill_local_variable): Likewise.
1208
1209 2012-08-18 Alp Aker <alp.tekin.aker@gmail.com>
1210
1211 * nsfont.m (ns_ascii_average_width): Ensure the string
1212 ascii_printable is initialized with a null-terminated character
1213 array. Otherwise, it can contain undesired extra characters.
1214
1215 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1216
1217 port new setting code to Sun C 5.8 2005/10/13
1218 * chartab.c, lisp.h (char_table_set, char_table_set_range):
1219 Return void, not Lisp_Object. Otherwise, the compiler
1220 complains about (A?B:C) where B is void and C is Lisp_Object
1221 when compiling CHAR_TABLE_SET, due to the recent change to
1222 the API of sub_char_table_set_contents.
1223
1224 2012-08-18 Chong Yidong <cyd@gnu.org>
1225
1226 * xdisp.c (handle_invisible_prop): Obey TEXT_PROP_MEANS_INVISIBLE
1227 for the string case (Bug#3874).
1228
1229 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1230
1231 * buffer.h (BSET): Remove (Bug#12215).
1232 Replace all uses with calls to new setter functions.
1233 (bset_bidi_paragraph_direction, bset_case_canon_table)
1234 (bset_case_eqv_table, bset_directory, bset_display_count)
1235 (bset_display_time, bset_downcase_table)
1236 (bset_enable_multibyte_characters, bset_filename, bset_keymap)
1237 (bset_last_selected_window, bset_local_var_alist)
1238 (bset_mark_active, bset_point_before_scroll, bset_read_only)
1239 (bset_truncate_lines, bset_undo_list, bset_upcase_table)
1240 (bset_width_table):
1241 * buffer.c (bset_abbrev_mode, bset_abbrev_table)
1242 (bset_auto_fill_function, bset_auto_save_file_format)
1243 (bset_auto_save_file_name, bset_backed_up, bset_begv_marker)
1244 (bset_bidi_display_reordering, bset_buffer_file_coding_system)
1245 (bset_cache_long_line_scans, bset_case_fold_search)
1246 (bset_ctl_arrow, bset_cursor_in_non_selected_windows)
1247 (bset_cursor_type, bset_display_table, bset_extra_line_spacing)
1248 (bset_file_format, bset_file_truename, bset_fringe_cursor_alist)
1249 (bset_fringe_indicator_alist, bset_fringes_outside_margins)
1250 (bset_header_line_format, bset_indicate_buffer_boundaries)
1251 (bset_indicate_empty_lines, bset_invisibility_spec)
1252 (bset_left_fringe_width, bset_major_mode, bset_mark)
1253 (bset_minor_modes, bset_mode_line_format, bset_mode_name)
1254 (bset_name, bset_overwrite_mode, bset_pt_marker)
1255 (bset_right_fringe_width, bset_save_length)
1256 (bset_scroll_bar_width, bset_scroll_down_aggressively)
1257 (bset_scroll_up_aggressively, bset_selective_display)
1258 (bset_selective_display_ellipses, bset_vertical_scroll_bar_type)
1259 (bset_word_wrap, bset_zv_marker):
1260 * category.c (bset_category_table):
1261 * syntax.c (bset_syntax_table):
1262 New setter functions.
1263
1264 * process.h (PSET): Remove (Bug#12215).
1265 Replace all uses with calls to new setter functions.
1266 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1267 (PROCESS_INLINE): New macro.
1268 (pset_childp): New setter function.
1269 (pset_gnutls_cred_type) [HAVE_GNUTLS]: New setter function.
1270 * process.c (PROCESS_INLINE):
1271 Define to EXTERN_INLINE, so that the corresponding functions
1272 are compiled into code.
1273 (pset_buffer, pset_command, pset_decode_coding_system)
1274 (pset_decoding_buf, pset_encode_coding_system)
1275 (pset_encoding_buf, pset_filter, pset_log, pset_mark, pset_name)
1276 (pset_plist, pset_sentinel, pset_status, pset_tty_name)
1277 (pset_type, pset_write_queue): New setter functions.
1278
1279 * window.h (WSET): Remove (Bug#12215).
1280 Replace all uses with calls to new setter functions.
1281 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1282 (WINDOW_INLINE): New macro.
1283 (wset_buffer, wset_frame, wset_left_col, wset_next, wset_prev)
1284 (wset_redisplay_end_trigger, wset_top_line, wset_total_cols)
1285 (wset_total_lines, wset_vertical_scroll_bar)
1286 (wset_window_end_pos, wset_window_end_valid)
1287 (wset_window_end_vpos): New setter functions.
1288 * window.c (WINDOW_INLINE):
1289 Define to EXTERN_INLINE, so that the corresponding functions
1290 are compiled into code.
1291 (wset_combination_limit, wset_dedicated, wset_display_table)
1292 (wset_hchild, wset_left_fringe_width, wset_left_margin_cols)
1293 (wset_new_normal, wset_new_total, wset_next_buffers)
1294 (wset_normal_cols, wset_normal_lines, wset_parent, wset_pointm)
1295 (wset_prev_buffers, wset_right_fringe_width)
1296 (wset_right_margin_cols, wset_scroll_bar_width, wset_start)
1297 (wset_temslot, wset_vchild, wset_vertical_scroll_bar_type)
1298 (wset_window_parameters):
1299 * xdisp.c (wset_base_line_number, wset_base_line_pos)
1300 (wset_column_number_displayed, wset_region_showing):
1301 New setter functions.
1302
1303 * termhooks.h (TSET): Remove (Bug#12215).
1304 Replace all uses with calls to new setter functions.
1305 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1306 (TERMHOOKS_INLINE): New macro.
1307 (tset_charset_list, tset_selection_alist): New setter functions.
1308 * terminal.c (TERMHOOKS_INLINE):
1309 Define to EXTERN_INLINE, so that the corresponding functions
1310 are compiled into code.
1311 (tset_param_alist): New setter function.
1312
1313 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
1314
1315 * keyboard.h (KSET): Remove (Bug#12215).
1316 Replace all uses with calls to new setter functions.
1317 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1318 (KEYBOARD_INLINE): New macro.
1319 (kset_default_minibuffer_frame, kset_defining_kbd_macro)
1320 (kset_input_decode_map, kset_last_command, kset_last_kbd_macro)
1321 (kset_prefix_arg, kset_system_key_alist, kset_window_system):
1322 New setter functions.
1323 * keyboard.c (KEYBOARD_INLINE):
1324 Define to EXTERN_INLINE, so that the corresponding functions
1325 are compiled into code.
1326 (kset_echo_string, kset_kbd_queue)
1327 (kset_keyboard_translate_table, kset_last_prefix_arg)
1328 (kset_last_repeatable_command, kset_local_function_key_map)
1329 (kset_overriding_terminal_local_map, kset_real_last_command)
1330 (kset_system_key_syms): New setter functions.
1331
1332 * frame.h (FSET): Remove (Bug#12215).
1333 Replace all uses with calls to new setter functions.
1334 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
1335 (FRAME_INLINE): New macro.
1336 (fset_buffer_list, fset_buried_buffer_list, fset_condemned_scroll_bars)
1337 (fset_current_tool_bar_string, fset_desired_tool_bar_string)
1338 (fset_face_alist, fset_focus_frame, fset_icon_name, fset_menu_bar_items)
1339 (fset_menu_bar_vector, fset_menu_bar_window, fset_name)
1340 (fset_param_alist, fset_root_window, fset_scroll_bars)
1341 (fset_selected_window, fset_title, fset_tool_bar_items)
1342 (fset_tool_bar_position, fset_tool_bar_window): New functions.
1343 * frame.c (FRAME_INLINE):
1344 Define to EXTERN_INLINE, so that the corresponding functions
1345 are compiled into code.
1346 (fset_buffer_predicate, fset_minibuffer_window): New setter functions.
1347
1348 A few more naming-convention fixes for getters and setters.
1349 * buffer.c (set_buffer_overlays_before): Move here from buffer.h,
1350 and rename from buffer_overlays_set_before.
1351 (set_buffer_overlays_after): Move here from buffer.h, and rename
1352 from buffer_overlays_set_after.
1353 * buffer.h (buffer_intervals): Rename from buffer_get_intervals.
1354 All uses changed.
1355 (set_buffer_intervals): Rename from buffer_set_intervals.
1356 * intervals.c (set_interval_object): Move here from intervals.h,
1357 and rename from interval_set_object.
1358 (set_interval_left): Move here from intervals.h, and rename from
1359 interval_set_left.
1360 (set_interval_right): Move here from intervals.h, and rename from
1361 interval_set_right.
1362 (copy_interval_parent): Move here from intervals.h, and rename from
1363 interval_copy_parent.
1364 * intervals.h (set_interval_parent): Rename from interval_set_parent.
1365 (set_interval_plist): Rename from interval_set_plist.
1366 Return void, not Lisp_Object, since no caller uses the result.
1367 * lisp.h (string_intervals): Rename from string_get_intervals.
1368 (set_string_intervals): Rename from string_set_intervals.
1369
1370 * lisp.h (set_char_table_extras): Rename from char_table_set_extras.
1371 (set_char_table_contents): Rename from char_table_set_contents.
1372 (set_sub_char_table_contents): Rename from sub_char_table_set_contents.
1373 All uses changed. See the end of
1374 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00549.html>.
1375
1376 * lisp.h (CSET): Remove (Bug#12215).
1377 (set_char_table_ascii, set_char_table_defalt, set_char_table_parent)
1378 (set_char_table_purpose): New functions,
1379 replacing CSET. All uses changed. For example, replace
1380 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
1381 "set_char_table_parent (char_table, parent);".
1382 The old version was confusing because it used the same name
1383 'parent' for two different things.
1384
1385 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
1386
1387 Functions to get and set Lisp_Object fields of buffer-local variables.
1388 * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
1389 (set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
1390 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
1391 * data.c, eval.c, frame.c: Adjust users.
1392
1393 2012-08-17 Chong Yidong <cyd@gnu.org>
1394
1395 * xfaces.c (merge_face_vectors): If the target font specfies a
1396 font spec, make the font's attributes take precedence over
1397 directly-specified attributes.
1398 (merge_face_ref): Recognize :font.
1399
1400 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru>
1401
1402 Do not use memcpy for copying intervals.
1403 * intervals.c (reproduce_interval): New function.
1404 (reproduce_tree, reproduce_tree_obj): Use it.
1405 (reproduce_tree_obj): Remove prototype.
1406
1407 2012-08-17 Paul Eggert <eggert@cs.ucla.edu>
1408
1409 * lisp.h (duration_to_sec_usec): Remove unused decl.
1410
1411 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com>
1412
1413 * nsfont.m (ns_ascii_average_width): Send initWithFormat selector
1414 to an allocated instance of NSString, not to the class itself.
1415
1416 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
1417
1418 * makefile.w32-in (C_CTYPE_H): New macro.
1419 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
1420 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
1421 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
1422
1423 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
1424
1425 Use ASCII tests for character types.
1426 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
1427 * xfns.c, xterm.c:
1428 Don't include <ctype.h>; was not needed.
1429 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
1430 * sysdep.c, xfaces.c:
1431 Include <c-ctype.h> instead of <ctype.h>.
1432 * nsterm.m: Include <c-ctype.h>.
1433 * charset.c (read_hex):
1434 * doc.c (Fsnarf_documentation):
1435 * fileio.c (IS_DRIVE) [WINDOWSNT]:
1436 (DRIVE_LETTER) [DOS_NT]:
1437 (Ffile_name_directory, Fexpand_file_name)
1438 (Fsubstitute_in_file_name):
1439 * font.c (font_parse_xlfd, font_parse_fcname):
1440 * frame.c (x_set_font_backend):
1441 * gtkutil.c (xg_get_font):
1442 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
1443 * nsimage.m (hexchar):
1444 * nsterm.m (ns_xlfd_to_fontname):
1445 * sysdep.c (system_process_attributes):
1446 * xfaces.c (hash_string_case_insensitive):
1447 Use C-locale tests instead of locale-specific tests for character
1448 types, since we want the ASCII interpretation here, not the
1449 interpretation suitable for whatever happens to be the current locale.
1450
1451 2012-08-16 Martin Rudalics <rudalics@gmx.at>
1452
1453 Consistently check windows for validity/liveness
1454 (Bug#11984, Bug#12025, Bug#12026).
1455 * lisp.h (CHECK_VALID_WINDOW): New macro.
1456 * window.c (decode_window): Rename to decode_live_window.
1457 (decode_valid_window, Fwindow_valid_p): New functions.
1458 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
1459 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
1460 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
1461 (Fwindow_prev_sibling, Fwindow_combination_limit)
1462 (Fset_window_combination_limit, Fwindow_use_time)
1463 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
1464 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
1465 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
1466 (Fwindow_hscroll, Fset_window_hscroll)
1467 (Fwindow_redisplay_end_trigger)
1468 (Fset_window_redisplay_end_trigger, Fwindow_edges)
1469 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
1470 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
1471 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
1472 (Fwindow_end, Fset_window_point, Fset_window_start)
1473 (Fpos_visible_in_window_p, Fwindow_line_height)
1474 (Fwindow_dedicated_p, Fset_window_dedicated_p)
1475 (Fwindow_prev_buffers, Fset_window_prev_buffers)
1476 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
1477 (Fset_window_parameter, Fwindow_display_table)
1478 (Fset_window_display_table, Fdelete_other_windows_internal)
1479 (Fset_window_buffer, Fset_window_new_total)
1480 (Fset_window_new_normal, Fdelete_window_internal)
1481 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
1482 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
1483 (Fwindow_scroll_bars): Check whether argument window is a valid or
1484 live window. Update doc-strings.
1485 (syms_of_window): New symbol Qwindow_valid_p.
1486 * keyboard.c (Fposn_at_x_y): Check whether argument
1487 frame_or_window denotes a valid window.
1488
1489 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
1490
1491 Fix previous char table change.
1492 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
1493 * chartab.c (optimize_sub_char_table): Likewise.
1494
1495 2012-08-16 Chong Yidong <cyd@gnu.org>
1496
1497 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
1498
1499 * xfont.c (xfont_open):
1500 * xftfont.c (xftfont_open): Set the font's max_width field.
1501
1502 * nsfont.m (nsfont_open): Similar to the Xft backend, set
1503 min_width to space_width and average_width to the average over
1504 printable ASCII characters.
1505 (ns_char_width): Code cleanup.
1506 (ns_ascii_average_width): New utility function.
1507
1508 * font.h (struct font): Update comments.
1509
1510 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
1511
1512 Simple interface to set Lisp_Object fields of character tables.
1513 * lisp.h (CSET): New macro.
1514 (char_table_set_extras, char_table_set_contents)
1515 (sub_char_table_set_contents): New function.
1516 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
1517 * syntax.c: Adjust users.
1518
1519 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * eval.c (eval_sub): Bind lexical-binding.
1522 * lread.c (Qlexical_binding): Make non-static.
1523
1524 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
1525
1526 * nsmenu.m (popupSession): Remove.
1527 (pop_down_menu): Remove endModalSession.
1528 (timeout_handler:): New method.
1529 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
1530 Call runModalForWindow. Check timer_fired when it returns.
1531 If not set, cancel timer and break out of loop.
1532 Otherwise loop again, with a new timeout.
1533
1534 * nsterm.m: Include fcntl.h if present.
1535 (fd_entry, t_readfds, inNsSelect): Remove.
1536 (select_writefds, select_valid, select_timeout, selfds)
1537 (select_mutex, apploopnr): Add.
1538 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
1539 Otherwise call kbd_buffer_store_event.
1540 (ns_send_appdefined): Remove release of fd_entry.
1541 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
1542 Increment and decrement apploopnr.
1543 (ns_select): If no file descriptors, just do a NSTimer.
1544 Otherwise copy read/write masks and start select thread (fd_handler).
1545 Start main loop and wait for application defined event.
1546 Inform select thread to stop selecting after main loop is exited.
1547 (ns_term_init): Create selfds pipe and set non-blocking.
1548 Initialize select_mutex. Start the select thread (fd_handler).
1549 (fd_handler:): Loop forever, wait for info from the main thread
1550 to either start or stop selecting. When select returns, send
1551 and appdefined event.
1552 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
1553 If not call kbd_buffer_store_event.
1554
1555 * nsterm.h (EmacsApp): fd_handler takes id argument.
1556 (EmacsDialogPanel): Add timer_fired and timeout_handler.
1557
1558 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
1559
1560 2012-08-15 Eli Zaretskii <eliz@gnu.org>
1561
1562 * region-cache.c (move_cache_gap): Update gap_len using the actual
1563 growth of the boundaries array. Do not change cache_len.
1564 (Bug#12196)
1565
1566 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
1567
1568 Generalize and cleanup font subsystem checks.
1569 * font.h (FONT_DEBUG, font_assert): Remove.
1570 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
1571 Change font_assert to eassert. Use eassert where appropriate.
1572
1573 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
1574
1575 * gtkutil.c (xg_get_font): Use pango_units_to_double.
1576
1577 2012-08-15 Chong Yidong <cyd@gnu.org>
1578
1579 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
1580 When using the new font chooser, use gtk_font_chooser_get_font_desc to
1581 extract the font descriptor instead of just the font name.
1582 In that case, return a font spec instead of a string.
1583 (x_last_font_name): Move to this file from xfns.c.
1584
1585 * xfns.c (Fx_select_font): The return value can also be a font
1586 spec. Move x_last_font_name management to gtkutil.c.
1587
1588 * xfaces.c: Make font weight and style symbols non-static.
1589
1590 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
1593 (bug#12117).
1594
1595 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * alloc.c (Fgarbage_collect): Use plural form consistently.
1598
1599 2012-08-14 Eli Zaretskii <eliz@gnu.org>
1600
1601 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
1602 iteration through the command loop. Fixes a problem whereby mouse
1603 movements are ignored until the first mouse click.
1604
1605 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1606
1607 Use bool, not int, for Lisp booleans.
1608 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
1609 makes Emacs a bit smaller and presumably a bit faster.
1610 * lisp.h: Include <stdbool.h>.
1611 (struct Lisp_Boolfwd, defvar_bool):
1612 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
1613 * regex.c [!emacs]: Include <stdbool.h>.
1614 (false, true): Remove; <stdbool.h> does this for us now.
1615
1616 2012-08-14 Chong Yidong <cyd@gnu.org>
1617
1618 * character.c (Fcharacterp): Doc fix (Bug#12076).
1619
1620 * data.c (Findirect_variable): Doc fix (Bug#11040).
1621
1622 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
1623
1624 * editfns.c (Fformat): Doc fix (Bug#12059).
1625 (Fsave_current_buffer): Doc fix (Bug#11542).
1626
1627 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
1628
1629 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
1630 (bug#12022).
1631
1632 2012-08-14 Martin Rudalics <rudalics@gmx.at>
1633
1634 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
1635 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
1636 * minibuf.c (choose_minibuf_frame, read_minibuf):
1637 * w32fns.c (x_create_tip_frame):
1638 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
1639 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
1640
1641 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1642
1643 * intervals.c (offset_intervals): Remove obsolete comment.
1644
1645 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1646
1647 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
1648
1649 2012-08-14 Gergely Risko <gergely@risko.hu>
1650
1651 * coding.c (decode_coding): Record buffer modification before
1652 disabling undo_list (Bug#11773).
1653
1654 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
1655
1656 Revert and cleanup some recent overlay changes.
1657 * buffer.h (enum overlay_type): Remove.
1658 (buffer_get_overlays, buffer_set_overlays): Likewise.
1659 (buffer_set_overlays_before, buffer_set_overlays_after):
1660 New function. Adjust users.
1661 (unchain_both): Add eassert.
1662
1663 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
1664
1665 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
1666
1667 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1668
1669 * gtkutil.c (xg_mark_data): Don't assume C99.
1670
1671 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
1672
1673 * gtkutil.c (xg_frame_tb_info): New struct.
1674 (TB_INFO_KEY): New define.
1675 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
1676 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
1677 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
1678 if not present.
1679 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
1680 is up to date. Otherwise store new data.
1681 (free_frame_tool_bar): Free xg_frame_tb_info if present.
1682
1683 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
1684
1685 Use KSET for write access to Lisp_Object members of struct kboard.
1686 * keyboard.h (KSET): New macro.
1687 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
1688 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
1689 * xterm.c: Adjust users.
1690
1691 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
1692
1693 Use BSET for write access to Lisp_Object members of struct buffer.
1694 * buffer.h (BSET): New macro.
1695 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
1696 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
1697 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
1698 * window.c, xdisp.c, xfns.c: Adjust users.
1699
1700 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
1701
1702 * lread.c (syms_of_lread): Initialize Vlexical_binding.
1703
1704 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
1705
1706 * nsterm.m (not_in_argv): New function.
1707 (application:openFile, application:openTempFile:):
1708 (application:openFileWithoutUI:, application:openFiles:): Open file
1709 if not_in_argv returns non-zero (bug#12171).
1710
1711 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
1712 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
1713 Define for Gtk+ versions less than 3.2.
1714 (xg_get_font_name): Use those functions/macros here.
1715 Reported by Frans Oilinki <moilinki@gmail.com>.
1716
1717 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1718
1719 * unexmacosx.c (copy_data_segment): Copy initialized data in
1720 statically linked libraries from input file rather than memory.
1721
1722 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
1723 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
1724 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
1725
1726 2012-08-10 Glenn Morris <rgm@gnu.org>
1727
1728 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
1729 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
1730
1731 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
1732
1733 Fix last change to allow compilation with low optimization levels.
1734 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
1735 Reported by Jan Djärv <jan.h.d@swipnet.se>.
1736
1737 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
1738
1739 Use common inline syntax in intervals.h.
1740 * intervals.h (INTERVALS_INLINE): New macro.
1741 Change all users from LISP_INLINE.
1742
1743 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
1744
1745 Define Qnone once for all platforms.
1746 * frame.c (Qnone): Define here.
1747 (syms_of_frame): DEFSYM it.
1748 * lisp.h (Qnone): New declaration.
1749 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
1750 * xfns.c: Remove duplication. Adjust users.
1751
1752 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
1753
1754 Remove unused macros from intervals.h.
1755 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
1756 * intervals.c: Adjust comment.
1757
1758 2012-08-10 Eli Zaretskii <eliz@gnu.org>
1759
1760 * w32fns.c <w32_unicode_gui>: New static variable.
1761 (globals_of_w32fns): Initialize it according to os_subtype.
1762 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
1763 testing os_subtype.
1764
1765 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
1766 Eli Zaretskii <eliz@gnu.org>
1767
1768 Fix bug #10299 with Unicode characters sent by customized
1769 keyboards created by MSKLC.
1770 * w32fns.c (INIT_WINDOW_CLASS): New macro.
1771 (w32_init_class): Use it to initialize the Emacs class with either
1772 ANSI or Unicode API calls.
1773 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
1774 later.
1775 (w32_wnd_proc): If the character code sent by WM_CHAR or
1776 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
1777 original message. Call DefWindowProcW on NT and later.
1778
1779 2012-08-10 Glenn Morris <rgm@gnu.org>
1780
1781 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
1782
1783 * lisp.h (DIRECTORY_SEP): Let configure set it.
1784
1785 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
1786
1787 Use TSET for write access to Lisp_Object slots of struct terminal.
1788 * termhooks.h (TSET): New macro.
1789 * coding.c, terminal.c, xselect.c: Adjust users.
1790
1791 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
1794 the failing expression, include them in the error message.
1795 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
1796 * lisp.h (internal_condition_case_n): Update declaration.
1797
1798 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1799
1800 Inline functions to examine and change buffer overlays.
1801 * buffer.c (unchain_both): New function.
1802 * buffer.h (buffer_get_overlays, buffer_set_overlays):
1803 (buffer_has_overlays): New function.
1804 (enum overlay_type): New enum.
1805 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
1806 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
1807
1808 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1809
1810 Inline functions to examine and change buffer intervals.
1811 * alloc.c (mark_interval_tree): Remove.
1812 (MARK_INTERVAL_TREE): Simplify.
1813 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
1814 * intervals.c (buffer_balance_intervals): New function.
1815 (graft_intervals_into_buffer): Adjust indentation.
1816 (set_intervals_multibyte): Simplify.
1817 * buffer.h (BUF_INTERVALS): Remove.
1818 (buffer_get_intervals, buffer_set_intervals): New function.
1819 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
1820 * intervals.c, textprop.c: Adjust users.
1821
1822 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1823
1824 Inline functions to examine and change string intervals.
1825 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
1826 (string_get_intervals, string_set_intervals): New function.
1827 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
1828 * lread.c, print.c, textprop.c: Adjust users.
1829
1830 2012-08-08 Glenn Morris <rgm@gnu.org>
1831
1832 * lisp.mk (lisp): Remove language/persian.elc.
1833
1834 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1835
1836 Cleanup intervals.
1837 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
1838 (NULL_INTERVAL_P): Likewise. Adjust users.
1839 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
1840 Adjust comment. Move under #if 0.
1841 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
1842 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
1843
1844 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1845
1846 Check total length of intervals with eassert.
1847 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
1848 * intervals.c: Change all users to eassert.
1849
1850 2012-08-07 Eli Zaretskii <eliz@gnu.org>
1851
1852 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
1853 Rename fields to match removal of FGET and WGET and disuse of
1854 INTERNAL_FIELD in Lisp_Cons.
1855
1856 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1857
1858 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
1859 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
1860 name since all xname users are fixed long time ago. Do not
1861 use INTERNAL_FIELD.
1862 (set_symbol_name, set_symbol_function, set_symbol_plist):
1863 (set_symbol_next, set_overlay_plist): New function.
1864 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
1865 (struct Lisp_Overlay): Likewise.
1866 (CVAR, MVAR, SVAR): Remove.
1867 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
1868 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
1869 * xterm.c: Adjust users.
1870 * .gdbinit: Change to use name field of struct Lisp_Symbol
1871 where appropriate.
1872
1873 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1874
1875 Basic functions to set Lisp_Object and pointer slots of intervals.
1876 * intervals.h (interval_set_parent, interval_set_object):
1877 (interval_set_left, interval_set_right, interval_set_plist):
1878 (interval_copy_parent): New function.
1879 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
1880 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
1881 Adjust indentation.
1882 (INTERVAL_SIZE): Remove. Adjust users.
1883 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
1884
1885 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1886
1887 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
1888 * process.h (PGET): Remove.
1889 (struct Lisp_Process): Do not use INTERNAL_FIELD.
1890 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
1891
1892 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1893
1894 Drop WGET and revert read access to Lisp_Objects slots of struct window.
1895 * window.h (WGET): Remove.
1896 (struct window): Do not use INTERNAL_FIELD.
1897 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
1898 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
1899 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
1900 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
1901 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
1902 Adjust users.
1903
1904 2012-08-07 Chong Yidong <cyd@gnu.org>
1905
1906 * window.c (Fwindow_edges, Fwindow_pixel_edges)
1907 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
1908 (Fdelete_window_internal): Signal an error if the window is not on
1909 a live frame (Bug#12025).
1910
1911 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1912
1913 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
1914 * frame.h (FGET): Remove.
1915 (struct frame): Do not use INTERNAL_FIELD.
1916 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
1917 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
1918 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
1919 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
1920
1921 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
1922
1923 * w32.c: Silence compiler warnings.
1924 (map_w32_filename): Remove unused variable `is_fat'.
1925 (chase_symlinks): Add parentheses around expression.
1926
1927 2012-08-06 Glenn Morris <rgm@gnu.org>
1928
1929 * sysdep.c: Respect BROKEN_GETWD.
1930
1931 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
1932 Let configure handle it.
1933 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
1934
1935 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1936
1937 Use GCALIGNMENT where appropriate.
1938 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
1939 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
1940 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
1941
1942 2012-08-06 Eli Zaretskii <eliz@gnu.org>
1943
1944 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
1945 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
1946
1947 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * buffer.h (struct buffer): Revert `indirections' to a simple int;
1950 that should be sufficient for everyone.
1951
1952 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
1953
1954 * keyboard.c (timer_check_2): Add break so timer_check returns next
1955 timeout.
1956
1957 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1958
1959 Fix Windows build errors introduced after converting to WGET and WSET.
1960 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
1961 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1962
1963 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
1964
1965 * nsterm.m (ns_frame_rehighlight): Use FSET.
1966
1967 * nsmenu.m (ns_update_menubar): Use FSET.
1968
1969 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1970
1971 Separate read and write access to Lisp_Object slots of Lisp_Process.
1972 * process.h (PGET, PSET): New macros similar to AREF and ASET.
1973 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
1974
1975 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1976
1977 Separate read and write access to Lisp_Object slots of struct window.
1978 * window.h (WGET, WSET): New macros similar to AREF and ASET.
1979 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
1980 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
1981 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
1982 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
1983 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
1984 Adjust users.
1985
1986 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1987
1988 Fix Windows build errors introduced after converting to FGET and FSET.
1989 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
1990 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
1991 (w32_judge_scroll_bars): Change to use FSET.
1992 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1993
1994 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1995
1996 Fix replacement typo.
1997 * window.c (replace_window): Set root_window instead of
1998 selected_window. This fixes a total window subsystem
1999 malfunction reported by Bastien Guerry <bzg@gnu.org>.
2000
2001 2012-08-06 Glenn Morris <rgm@gnu.org>
2002
2003 * lisp.mk (lisp): Add language/persian.elc.
2004
2005 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2006
2007 Separate read and write access to Lisp_Object slots of struct frame.
2008 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
2009 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
2010 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
2011 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
2012 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
2013
2014 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
2015
2016 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
2017
2018 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2019
2020 Generalize common compile-time constants.
2021 * lisp.h (header_size, bool_header_size, word_size): Now here.
2022 (struct Lisp_Vector): Add comment.
2023 (struct Lisp_Bool_Vector): Move up to define handy constants.
2024 (VECSIZE, PSEUDOVECSIZE): Simplify.
2025 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
2026 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
2027 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
2028 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
2029 * xfont.c, xmenu.c: Use word_size where appropriate.
2030
2031 2012-08-05 Lawrence Mitchell <wence@gmx.li>
2032
2033 * search.c (Freplace_match): Treat \? in the replacement text
2034 literally (Bug#8161).
2035
2036 2012-08-05 Chong Yidong <cyd@gnu.org>
2037
2038 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
2039 * frame.c (Vdelete_frame_functions):
2040 * emacs.c (Vkill_emacs_hook): Doc fix.
2041
2042 2012-08-04 Eli Zaretskii <eliz@gnu.org>
2043
2044 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
2045 --with-x-toolkit=no builds.
2046 Reported by Carsten Mattner <carstenmattner@gmail.com>.
2047
2048 2012-08-04 Chong Yidong <cyd@gnu.org>
2049
2050 * syntax.c (Fmodify_syntax_entry): Doc fix.
2051
2052 2012-08-04 Eli Zaretskii <eliz@gnu.org>
2053
2054 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
2055 * w32.c (init_environment): Change the default values of many
2056 environment variables in dflt_envvars[] to NULL, to avoid pushing
2057 them into environment when they were not already defined.
2058 Remove the code that deletes site-lisp subdirectories from the default
2059 value of EMACSLOADPATH, as it is no longer needed.
2060 (check_windows_init_file): Now external, not static.
2061 Use Vload_path as is, without adding anything, as this function is now
2062 called when Vload_path is already set up.
2063
2064 * w32.h (check_windows_init_file): Add prototype.
2065
2066 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
2067 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
2068 compatibility with Posix platforms.
2069 (main): Move the call to check_windows_init_file to here from
2070 w32.c.
2071 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
2072 any, in the DEFALT argument into the root of the Emacs build or
2073 installation tree, as appropriate.
2074
2075 * callproc.c (init_callproc_1): Call decode_env_path instead of
2076 doing its equivalent by hand.
2077 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
2078 the code that sets Vexec_path run on MS-Windows.
2079
2080 * lread.c (init_lread): Add comments to #ifdef's.
2081
2082 * msdos.c (dos_set_window_size, IT_update_begin)
2083 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
2084 instead of direct references.
2085
2086 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
2087
2088 Export DEFAULT_REHASH_* to GDB.
2089 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
2090 Now constants, not macros.
2091
2092 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 Remove unnecessary casts involving pointers.
2095 These casts are no longer needed now that we assume C89 or later,
2096 since they involve casting to or from void *.
2097 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
2098 (make_pure_float, make_pure_vector):
2099 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
2100 * macros.c (Fstart_kbd_macro):
2101 * menu.c (find_and_return_menu_selection):
2102 * minibuf.c (read_minibuf_noninteractive):
2103 * sysdep.c (closedir):
2104 * xdisp.c (x_produce_glyphs):
2105 * xfaces.c (compare_fonts_by_sort_order):
2106 * xfns.c (x_real_positions, select_visual):
2107 * xselect.c (x_stop_queuing_selection_requests)
2108 (x_get_window_property, x_get_window_property_as_lisp_data):
2109 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
2110 Remove unnecessary pointer casts.
2111 * alloc.c (record_xmalloc): New function.
2112 * lisp.h (record_xmalloc): New decl.
2113 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
2114 more like a function. This is because the pointer cast is not
2115 needed. All uses changed.
2116 * print.c (print_string, print_error_message): Avoid length recalc.
2117
2118 Improve fix for macroexp crash with debugging (Bug#12118).
2119 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
2120 ARRAY_MARK_FLAG when checking subscripts, because ASET is
2121 not supposed to be invoked from the garbage collector.
2122 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
2123 (gc_aset): New function, which is like ASET but can be
2124 used in the garbage collector.
2125 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
2126 (set_hash_index): Use it instead of ASET.
2127
2128 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2129
2130 Support symlinks on latest versions of MS-Windows.
2131 * w32.c: Include winioctl.h and aclapi.h.
2132 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
2133 (revert_to_self): Forward declarations of static functions.
2134 <static BOOL g_b_init_get_security_info>:
2135 <g_b_init_create_symbolic_link>: New static flags.
2136 (globals_of_w32): Initialize them to zero.
2137 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
2138 (map_w32_filename): Improve commentary. Simplify switch.
2139 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
2140 headers (most versions of MinGW w32api don't).
2141 (get_security_info, create_symbolic_link)
2142 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
2143 New functions.
2144 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
2145 in the argument file name.
2146 (sys_access): Call unc_volume_file_attributes only if
2147 GetFileAttributes fails with network-related error codes.
2148 (sys_rename): Diagnose renaming of a symlink when the user doesn't
2149 have the required privileges.
2150 (get_file_security_desc_by_name): Rename from
2151 get_file_security_desc.
2152 (stat_worker): New function, with most of the guts of 'stat', and
2153 with addition of handling of symlinks and support for 'lstat'.
2154 If possible, get file's attributes and security information by
2155 handle, not by name. Produce S_IFLNK bit for symlinks, when
2156 called from 'lstat'.
2157 (stat, lstat): New functions, call 'stat_worker'.
2158 (symlink, readlink, careadlinkat): Rewritten to create and resolve
2159 symlinks when the underlying filesystem supports them.
2160
2161 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2162
2163 Fix macroexp crash on Windows with debugging (Bug#12118).
2164 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
2165 checking subscripts; problem introduced with the recent
2166 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
2167 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
2168 since it's used in non-static inline functions now.
2169
2170 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
2171 Don't assume buffer size fits in 'int'. Remove unused local.
2172
2173 Use C99-style 'extern inline' if available.
2174 * buffer.h (BUFFER_INLINE):
2175 * category.h (CATEGORY_INLINE):
2176 * character.h (CHARACTER_INLINE):
2177 * charset.h (CHARSET_INLINE):
2178 * composite.h (COMPOSITE_INLINE):
2179 * dispextern.h (DISPEXTERN_INLINE):
2180 * lisp.h (LISP_INLINE):
2181 * systime.h (SYSTIME_INLINE):
2182 New macro, replacing 'static inline' in this header.
2183 * buffer.h, category.h, character.h, charset.h, composite.h:
2184 * dispextern.h, lisp.h, systime.h:
2185 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
2186 * alloc.c (LISP_INLINE):
2187 * buffer.c (BUFFER_INLINE):
2188 * category.c (CATEGORY_INLINE):
2189 * character.c (CHARACTER_INLINE):
2190 * charset.c (CHARSET_INLINE):
2191 * composite.c (COMPOSITE_INLINE):
2192 * dispnew.c (DISPEXTERN_INLINE):
2193 * sysdep.c (SYSTIME_INLINE):
2194 Define to EXTERN_INLINE, so that the corresponding functions
2195 are compiled into code.
2196 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
2197 (INLINE_HEADER_END): New macros.
2198 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
2199 since it's used in non-static inline functions now.
2200 (VALMASK) [!USE_LSB_TAG]: Likewise.
2201
2202 2012-08-02 Glenn Morris <rgm@gnu.org>
2203
2204 * s/: Remove empty directory.
2205
2206 * s/ms-w32.h: Move to ../nt/inc.
2207 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
2208 Update for new ms-w32.h location.
2209
2210 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2211
2212 Port to Solaris 8.
2213 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
2214
2215 2012-08-02 Glenn Morris <rgm@gnu.org>
2216
2217 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
2218 hard-coding the path separator.
2219
2220 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
2221
2222 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
2223 This how ASET and AREF are supposed to work, and makes
2224 it easier to think about future improvements. See
2225 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
2226 * charset.h (set_charset_attr): New function.
2227 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
2228 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
2229 (aref_addr): New function. All uses of &AREF(...) changed.
2230 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
2231 (set_hash_index): New functions. All lvalue-style uses of
2232 HASH_KEY etc. changed.
2233 * keyboard.c (set_prop): New function. All lvalue-style uses
2234 of PROP changed.
2235
2236 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
2237
2238 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
2239 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
2240 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
2241 * nsfns.m (ns_set_name_as_filename): Likewise.
2242 * nsmenu.m (ns_update_menubar): Likewise.
2243 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
2244
2245 2012-08-01 Eli Zaretskii <eliz@gnu.org>
2246
2247 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
2248 Adapt to latest changes in field names of the corresponding Lisp
2249 objects.
2250
2251 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
2252
2253 2012-08-01 Glenn Morris <rgm@gnu.org>
2254
2255 * s/msdos.h: Remove file.
2256 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
2257 * Makefile.in (S_FILE): Remove.
2258 (config_h): Remove S_FILE.
2259
2260 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
2261
2262 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
2263 Remove; moved to nt/config.nt.
2264
2265 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2266
2267 Use INTERNAL_FIELD for conses and overlays.
2268 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
2269 Remove obsolete comment.
2270 (MVAR): New macro.
2271 (struct Lisp_Overlay): Use INTERNAL_FIELD.
2272 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
2273
2274 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2275
2276 Use INTERNAL_FIELD for symbols.
2277 * lisp.h (SVAR): New macro. Adjust users.
2278 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
2279 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
2280
2281 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2282
2283 Use INTERNAL_FIELD for processes.
2284 * process.h (PVAR): New macro. Adjust style.
2285 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
2286 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
2287
2288 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
2289
2290 Use INTERNAL_FIELD for windows.
2291 * window.h (WVAR): New macro.
2292 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
2293 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
2294 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
2295 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
2296 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
2297 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
2298
2299 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
2300
2301 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
2302
2303 2012-08-01 Glenn Morris <rgm@gnu.org>
2304
2305 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
2306 Move to configure.ac.
2307
2308 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
2309
2310 * makefile.w32-in (CONFIG_H): Update dependencies.
2311 (CONF_POST_H): New macro.
2312
2313 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
2314
2315 2012-07-31 Glenn Morris <rgm@gnu.org>
2316
2317 * Makefile.in (S_FILE): No longer set by configure.
2318
2319 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
2320 is available.
2321 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
2322
2323 * process.h (NULL_DEVICE):
2324 * emacs.c (SEPCHAR):
2325 * editfns.c (USER_FULL_NAME): Let configure set them.
2326
2327 * s/README, s/template.h: Remove files.
2328
2329 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
2330
2331 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
2332 Move to configure.ac.
2333
2334 2012-07-31 Eli Zaretskii <eliz@gnu.org>
2335
2336 * .gdbinit (xframe): Adapt to introduction of FVAR and the
2337 resulting renaming of 'struct frame' members.
2338
2339 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
2340
2341 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
2342 after introduction of FVAR.
2343
2344 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
2345
2346 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
2347
2348 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
2349 instead of compositeToPoint.
2350 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
2351
2352 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
2353
2354 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2355
2356 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
2357 * lisp.h (INTERNAL_FIELD): New macro.
2358 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
2359 (BVAR): Change to use INTERNAL_FIELD.
2360 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
2361 (KVAR): Change to use INTERNAL_FIELD.
2362 * frame.h (FVAR): New macro.
2363 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
2364 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
2365 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
2366 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
2367 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
2368
2369 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2370
2371 Miscellaneous fixes for non-default X toolkits.
2372 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
2373 * xterm.c (x_frame_of_widget): Remove redundant prototype.
2374 Move under #ifdef USE_LUCID.
2375 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
2376 definition and usage to avoid warnings.
2377
2378 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
2379
2380 * nsterm.m (openFiles): Fix previous checkin.
2381
2382 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
2383
2384 * indent.c (compute_motion): Remove unused local.
2385
2386 2012-07-31 Glenn Morris <rgm@gnu.org>
2387
2388 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
2389
2390 * conf_post.h [USG5_4]:
2391 Move remaining contents of s/usg5-4-common.h here.
2392 * s/usg5-4-common.h: Remove file.
2393
2394 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
2395 * s/irix6-5.h: Remove file.
2396
2397 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
2398 * s/darwin.h: Remove file.
2399
2400 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
2401 * s/hpux10-20.h: Remove file, which is now empty.
2402
2403 2012-07-30 Glenn Morris <rgm@gnu.org>
2404
2405 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
2406 * Makefile.in (config_h): Add conf_post.h.
2407 * makefile.w32-in (CONFIG_H): Add conf_post.h.
2408
2409 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2410
2411 * nsterm.m (ns_do_open_file): New variable.
2412 (ns_term_init): Set ns_do_open_file to YES after run returns.
2413 (openFile, openTempFile, openFileWithoutUI, openFiles):
2414 Open files only if ns_do_open_file.
2415
2416 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2417
2418 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
2419 This no-op macro hasn't been needed for many years.
2420 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
2421
2422 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
2423 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
2424 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
2425 gdb_make_enums_visible.
2426 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
2427 (DIRECTORY_SEP): Now a constant, not a macro.
2428
2429 2012-07-30 Eli Zaretskii <eliz@gnu.org>
2430
2431 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
2432 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
2433
2434 * w32term.c <w32_keyboard_codepage>: Renamed from
2435 keyboard_codepage and now external. All users changed.
2436
2437 * w32term.h: Add declaration of w32_keyboard_codepage.
2438
2439 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
2440 the codepage to translate keys to Unicode. If this argument is
2441 -1, use the value returned by GetConsoleCP. All callers changed.
2442
2443 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2444
2445 Update .PHONY listings in makefiles.
2446 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
2447 bootstrap-clean, distclean, maintainer-clean, versioclean,
2448 extraclean, frc.
2449
2450 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
2451 This is a bit clearer. Fix some commentary typos.
2452
2453 2012-07-30 Glenn Morris <rgm@gnu.org>
2454
2455 * s/netbsd.h: Let configure include signal.h if needed.
2456 Remove file, which is now empty.
2457
2458 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
2459 Let configure set them.
2460 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
2461 No more need to undefine.
2462
2463 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
2464
2465 * keymap.c (Fkey_description): Don't remove 0x80 bit from
2466 non-single-byte char when adding meta modifier. (Bug#12090)
2467
2468 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
2469
2470 Convert safe_call to use variable number of arguments.
2471 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
2472 (safe_call2): Fix comment.
2473 * lisp.h (safe_call): Adjust prototype.
2474 * coding.c (encode_coding_object): Change to use safe_call2.
2475 * xfaces.c (merge_face_heights): Change to use safe_call1.
2476
2477 2012-07-30 Glenn Morris <rgm@gnu.org>
2478
2479 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
2480 does that unconditionally. Remove file, which is now empty.
2481
2482 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
2483 Remove empty files.
2484
2485 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2486
2487 Export to GDB most of lisp.h's remaining object-like macros.
2488 * lisp.h (min, max): Move earlier, because they're used earlier now.
2489 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
2490 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
2491 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
2492 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
2493 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
2494 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
2495 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
2496 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
2497 Now constants, for GDB. They need not be macros.
2498 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
2499 Now constants, for GDB, as well as macros, for static initializers.
2500 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
2501 Move to after the definition of struct Lisp_Char_Table,
2502 since the former now needs that type defined.
2503 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
2504 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
2505 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
2506 New enums, for gdb_make_enums_visible.
2507 (GLYPH_MODE_LINE_FACE): Remove; unused.
2508 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
2509 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
2510 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
2511 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
2512 enum maxargs, enum MAX_ALLOCA.
2513 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
2514 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
2515 no longer needed, now that they are done in lisp.h.
2516
2517 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
2518
2519 Cleanup string bytes checking.
2520 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
2521 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
2522 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
2523 (check_sblock, compact_small_strings): Simplify.
2524
2525 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2526
2527 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
2528 These macros are confusing and no longer need to be defined, as
2529 the enum values now suffice. All uses replaced with definiens.
2530 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
2531
2532 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
2535 ($(BLD)/w32console.$(O)): Update dependencies.
2536
2537 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
2538
2539 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
2540 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
2541 time. Adjust users.
2542 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
2543
2544 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
2545
2546 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
2547 setting sitelisp (Bug#12010).
2548
2549 2012-07-29 Eli Zaretskii <eliz@gnu.org>
2550
2551 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
2552
2553 * w32heap.c (cache_system_info):
2554 * w32.c (sys_rename):
2555 * w32proc.c (find_child_console, sys_kill): All users changed.
2556
2557 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2558
2559 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
2560
2561 2012-07-29 Eli Zaretskii <eliz@gnu.org>
2562
2563 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
2564
2565 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
2566
2567 Cleanup statistics calculation in Fgarbage_collect.
2568 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
2569 Fix zombies percentage calculation. Simplify elapsed time calculation.
2570
2571 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
2572
2573 Generalize marker debugging code under MARKER_DEBUG and use eassert.
2574 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
2575 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
2576 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
2577 (replace_range, replace_range_2, del_range_2): Change to eassert.
2578 * marker.c (byte_char_debug_check): Adjust style.
2579
2580 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2581
2582 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
2583 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
2584 long-ago-commented-out code that talks about "WIN32".
2585 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
2586 All uses changed.
2587
2588 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2589
2590 Use Gnulib stdalign module (Bug#9772, Bug#9960).
2591 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
2592 Simplify by using alignof.
2593 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
2594 * lisp.h: Include <stdalign.h>.
2595 (GCALIGNMENT): New macro and constant.
2596 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
2597 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
2598 (stdalign): New macro, if not already defined.
2599
2600 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2601
2602 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
2603 * w32inevt.c: Include w32inevt.h.
2604 (w32_read_console_input): New inline function, calls either
2605 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
2606 w32_console_unicode_input.
2607 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
2608 (w32_kbd_patch_key, key_event): Use the codepage returned by
2609 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
2610 (key_event): use uChar.UnicodeChar only if
2611 w32_console_unicode_input is non-zero.
2612
2613 * w32console.c: Include w32heap.h.
2614 <w32_console_unicode_input>: New global variable.
2615 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
2616 family of Windows, zero otherwise.
2617
2618 * w32inevt.h: Declare w32_console_unicode_input.
2619
2620 * xdisp.c (init_iterator): Don't reference tip_frame in a build
2621 --without-x. (Bug#11742)
2622
2623 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
2624
2625 Adjust GDB to reflect pvec_type changes (Bug#12036).
2626 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
2627 2012-07-04 changes to pseudovector representation.
2628 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
2629
2630 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
2631
2632 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
2633 bus address.
2634 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
2635
2636 2012-07-27 Eli Zaretskii <eliz@gnu.org>
2637
2638 * alloc.c (listn): Fix the order the arguments are consed onto the
2639 list.
2640
2641 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
2642 enumeration constants, as PURE and HEAP are too general, and clash
2643 with other headers and sources, such as gmalloc.c and the
2644 MS-Windows system headers. All users changed.
2645
2646 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
2647
2648 Revert last save_excursion_save and save_excursion_restore changes.
2649 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
2650 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
2651
2652 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
2653
2654 Fix recently-introduced typos in Windows port.
2655 Reported by Martin Rudalics <rudalics@gmx.at>.
2656 * w32.c (init_environment): Replace comma with semicolon.
2657 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
2658
2659 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
2660
2661 Improve GDB symbol export (Bug#12036).
2662 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
2663 arms of an 'if', not using conditional expressions; otherwise GDB
2664 complains about the types in the unevaluated arm when the argument
2665 is an integer literal.
2666 (xgetint): Simplify expression.
2667 * alloc.c (gdb_make_enums_visible): New constant. This ports to
2668 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
2669 Zaretskii in <http://bugs.gnu.org/12036#13>.
2670 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
2671 needed now that we have gdb_make_enums_visible.
2672 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
2673 (enum enum_USE_LSB_TAG):
2674 New enum types, packaging up enums that need to be exported to GDB.
2675
2676 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
2677
2678 Utility function to make a list from specified amount of objects.
2679 * lisp.h (enum constype): New datatype.
2680 (listn): New prototype.
2681 * alloc.c (listn): New function.
2682 (Fmemory_use_count, syms_of_alloc): Use it.
2683 * buffer.c (syms_of_buffer): Likewise.
2684 * callint.c (syms_of_callint): Likewise.
2685 * charset.c (define_charset_internal): Likewise.
2686 * coding.c (syms_of_coding): Likewise.
2687 * keymap.c (syms_of_keymap): Likewise.
2688 * search.c (syms_of_search): Likewise.
2689 * syntax.c (syms_of_syntax): Likewise.
2690 * w32.c (init_environment): Likewise.
2691 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
2692 * xdisp.c (syms_of_xdisp): Likewise.
2693 * xfns.c (syms_of_xfns): Likewise.
2694
2695 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
2696
2697 Fast save_excursion_save and save_excursion_restore.
2698 * lisp.h (struct Lisp_Excursion): New data type.
2699 (PVEC_EXCURSION): New pseudovector type.
2700 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
2701 to deal with it. Adjust comments.
2702 (init_marker, attach_marker): New prototype.
2703 (unchain_marker): Adjust prototype.
2704 * marker.c (attach_marker): Change to global.
2705 (init_marker): New function.
2706 * alloc.c (Fmake_marker, build_marker): Use it.
2707 (build_marker): More easserts.
2708 (mark_object): Handle struct Lisp_Excursion.
2709 * editfns.c (save_excursion_save, save_excursion_restore):
2710 Reimplement to use struct Lisp_Excursion. Add comments.
2711
2712 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
2713
2714 Fix export of symbols to GDB (Bug#12036).
2715 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
2716 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
2717 emacs.c, as this is a more-suitable home. Had this been done earlier
2718 the fix for 12036 would have avoided some of the problems noted in
2719 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
2720 would have been more obvious.
2721 * emacs.c: Do not include <verify.h>; no longer needed.
2722 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
2723 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
2724 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
2725 Remove; now done in lisp.h.
2726 * lisp.h (PUBLISH_TO_GDB): New macro.
2727 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
2728 (DATA_SEG_BITS): Use it.
2729 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
2730 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
2731 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
2732 not be usable in #if. This simplifies things.
2733
2734 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
2735
2736 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
2737
2738 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
2739
2740 Simplify export of symbols to GDB (Bug#12036).
2741 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
2742 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
2743 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
2744 Adjust to changes in lisp.h and emacs.c, by using
2745 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
2746 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
2747 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
2748 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
2749 instead of gdb_valbits.
2750 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
2751 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
2752 instead of gdb_array_mark_flag.
2753 (xboolvector): Get size from $->size, not $->header.size.
2754 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
2755 (xreload, hook-run, hookpost-run): Remove.
2756 * emacs.c: Include <verify.h>.
2757 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
2758 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
2759 Remove.
2760 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
2761 (gdb_USE_LSB_TAG): New enum constants.
2762 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
2763 Also define these as enum constants, so they're visible to GDB.
2764 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
2765 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
2766 as constants, so they're visible to GDB.
2767 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
2768 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
2769 Now enum constants, not macros, so they're visible to GDB.
2770 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
2771 more convenient now. All uses changed.
2772 (VALMASK) [USE_LSB_TAG]: Also define in this case.
2773 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
2774
2775 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
2776
2777 Explicitly free restriction data that are not needed anymore.
2778 * editfns.c (save_restriction_restore): Free restriction data.
2779
2780 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
2783 add argument, tune behavior, and adjust all callers.
2784
2785 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2786
2787 Use typedef for EMACS_INT, EMACS_UINT.
2788 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
2789 than macros. This simplifies debugging in the usual case, since
2790 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
2791 and it allows expressions involving EMACS_INT casts.
2792 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
2793
2794 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
2795
2796 * nsterm.m (ns_read_socket): Return early if there is a modal
2797 window (Bug#12043).
2798
2799 2012-07-25 Martin Rudalics <rudalics@gmx.at>
2800
2801 * frame.c (Fredirect_frame_focus): In doc-string don't mention
2802 that FOCUS-FRAME can be omitted.
2803
2804 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
2805
2806 Adjust buffer text indirection counters at the end of Fkill_buffer.
2807 * buffer.c (Fkill_buffer): Adjust indirection counters when the
2808 buffer is definitely dead. This should really fix an issue reported
2809 by Christoph Scholtes again. (Bug#12007).
2810 (init_buffer_once): Initialize indirection counters of
2811 buffer_defaults and buffer_local_symbols (for sanity and safety).
2812
2813 2012-07-24 Eli Zaretskii <eliz@gnu.org>
2814
2815 * xdisp.c (init_iterator): Don't compute dimensions of truncation
2816 and continuation glyphs on tooltip frames, leave them at zero.
2817 Avoids continued lines in tooltips. (Bug#11832)
2818
2819 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
2820
2821 Simplify copy_overlay.
2822 * buffer.c (copy_overlay): Simplify. Use build_marker.
2823 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
2824
2825 2012-07-23 Eli Zaretskii <eliz@gnu.org>
2826
2827 * print.c (print_object): Don't crash when a frame's name is nil
2828 or invalid. (Bug#12025)
2829
2830 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
2831 it signals an error when a tooltip frame is being created.
2832
2833 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
2834
2835 Cleanup miscellaneous objects allocation and initialization.
2836 * alloc.c (allocate_misc): Change to static. Add argument to
2837 specify the subtype. Adjust comment and users.
2838 (build_overlay): New function.
2839 * buffer.c (copy_overlays, Fmake_overlay): Use it.
2840 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
2841 (allocate_misc): Remove prototype.
2842 (build_overlay): Add prototype.
2843
2844 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
2845
2846 Swap buffer text indirection counters in Fbuffer_swap_text.
2847 * buffer.c (Fbuffer_swap_text): Swap indirections too.
2848 This avoids crash reported by Christoph Scholtes at
2849 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
2850
2851 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
2852
2853 * nsmenu.m (Popdown_data): New struct.
2854 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
2855 free Popdown_data.
2856 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
2857 (initWithContentRect): Make imgView and contentView non-static
2858 and autorelease them. Also autorelease img and matrix (Bug#12005).
2859 (dealloc): Remove (Bug#12005).
2860
2861 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
2862
2863 Adjust consing_since_gc when objects are explicitly freed.
2864 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
2865 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
2866 (free_cons, free_misc): Subtract object size from consing_since_gc.
2867
2868 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
2869
2870 Simplify and cleanup markers positioning code.
2871 * marker.c (attach_marker): More useful eassert.
2872 (live_buffer, set_marker_internal): New function.
2873 (Fset_marker, set_marker_restricted): Use set_marker_internal.
2874 (set_marker_both, set_marker_restricted_both): Use live_buffer.
2875
2876 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
2877
2878 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
2879 as it's limited by the amount of memory, not by INT_MAX.
2880
2881 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2882
2883 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
2884 in special-event-map. See the discussion at
2885 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
2886 for the reasons.
2887
2888 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
2889 info.dwItemData. Fixes crashes on 64-bit Windows.
2890 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
2891
2892 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
2893
2894 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
2895 (conversationIdentifier): Return value is NSInteger.
2896 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
2897
2898 2012-07-21 Chong Yidong <cyd@gnu.org>
2899
2900 * window.c (decode_any_window): Signal an error if the window is
2901 on a dead frame (Bug#11984).
2902
2903 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2904
2905 Add indirection counting to speed up Fkill_buffer.
2906 * buffer.h (struct buffer): New member.
2907 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
2908 (Fmake_indirect_buffer): Set indirection counter to -1, increment
2909 base buffer indirection counter.
2910 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
2911 (Fkill_buffer): Adjust indirection counters as needed, don't walk
2912 through buffer list if indirection counter is 0.
2913
2914 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2915
2916 Extend the value returned by Fgarbage_collect with heap statistics.
2917 * alloc.c (Qheap): New symbol.
2918 (syms_of_alloc): DEFSYM it.
2919 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
2920 (Fmemory_free): Remove.
2921 (syms_of_alloc): Don't defsubr it.
2922 * buffer.c (Fcompact_buffer): Remove.
2923 (syms_of_buffer): Don't defsubr it.
2924
2925 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2926
2927 Make maybe_gc inline.
2928 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
2929 * lisp.h (consing_since_gc, gc_relative_threshold)
2930 (memory_full_cons_threshold): Revert declaration.
2931 (maybe_gc): Remove prototype, define as inline.
2932 * alloc.c: Remove old commented-out code.
2933 (consing_since_gc, gc_relative_threshold)
2934 (memory_full_cons_threshold): Revert to global.
2935 (maybe_gc): Remove.
2936
2937 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2938
2939 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
2940 * lisp.h (build_unibyte_string): New function.
2941 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
2942 * sysdep.c, w32fns.c, xfns.c: Use it.
2943 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
2944 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
2945 Adjust users accordingly.
2946 * font.h (font_open_by_name): Adjust prototype.
2947
2948 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2949
2950 Cleanup calls to Fgarbage_collect.
2951 * lisp.h (maybe_gc): New prototype.
2952 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
2953 Remove declarations.
2954 * alloc.c (maybe_gc): New function.
2955 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
2956 Make them static.
2957 * bytecode.c (MAYBE_GC): Use maybe_gc.
2958 * eval.c (eval_sub, Ffuncall): Likewise.
2959 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
2960 to avoid dependency from auto-save feature.
2961
2962 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
2963
2964 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
2965 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
2966 'for_each_per_buffer_object_at'.
2967 All uses changed. It's better to use upper-case for macros that
2968 cannot be implemented as functions, to give the reader a clue
2969 that they're special.
2970
2971 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * alloc.c (Fgarbage_collect): Tweak docstring.
2974
2975 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2976
2977 Tweak the value returned from Fgarbage_collect again.
2978 * alloc.c (Fgarbage_collect): New return value, as confirmed in
2979 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
2980 Adjust documentation.
2981 (total_vector_bytes): Rename to total_vector_slots, adjust
2982 accounting.
2983 (total_free_vector_bytes): Rename to total_free_vector_slots,
2984 adjust accounting.
2985 (Qstring_bytes, Qvector_slots): New symbols.
2986 (syms_of_alloc): DEFSYM them.
2987
2988 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2989
2990 Buffer compaction primitive which may be used from Lisp.
2991 * buffer.c (compact_buffer, Fcompact_buffer): New function.
2992 (syms_of_buffer): Register Fcompact_buffer.
2993 * alloc.c (Fgarbage_collect): Use compact_buffer.
2994 * buffer.h (compact_buffer): New prototype.
2995 (struct buffer_text): New member.
2996
2997 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2998
2999 New macro to iterate over all buffers, miscellaneous cleanups.
3000 * lisp.h (all_buffers): Remove declaration.
3001 * buffer.h (all_buffers): Add declaration, with comment.
3002 (for_each_buffer): New macro.
3003 * alloc.c (Fgarbage_collect, mark_object): Use it.
3004 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
3005 (init_buffer): Likewise.
3006 * data.c (Fset_default): Likewise.
3007 * coding.c (code_conversion_restore): Remove redundant check
3008 for dead buffer.
3009 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
3010
3011 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
3012
3013 Fix bug that created negative-length intervals.
3014 * intervals.c (merge_interval_right, merge_interval_left):
3015 Do not zero out this interval if it is absorbed by its children,
3016 as this interval's total length doesn't change in that case. See
3017 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
3018
3019 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
3020
3021 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
3022 when invoking (make-bool-vector N t) and N is a positive
3023 multiple of 8 -- the last 8 bits were mistakenly cleared.
3024
3025 Remove some struct layout assumptions in bool vectors.
3026 * alloc.c (bool_header_size): New constant.
3027 (header_size, word_size): Move earlier, as they're now used earlier.
3028 Use 'word_size' in a few more places, where it's appropriate.
3029 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
3030 padding before the data member of a bool vector.
3031 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
3032 than doing the check by hand with an abort ().
3033
3034 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * eval.c (Fdefvar): Don't check constants since we only set the var if
3037 it's not yet defined anyway (bug#11904).
3038
3039 * lisp.h (last_undo_boundary): Declare new var.
3040 * keyboard.c (command_loop_1): Set it.
3041 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
3042 were auto-added by the command loop (bug#11774).
3043
3044 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
3045
3046 * w32font.c (Qsymbol): Remove local definition.
3047 (syms_of_w32font): Don't DEFSYM it.
3048
3049 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
3050
3051 Fix sweep_vectors to handle large bool vectors correctly.
3052 * alloc.c (sweep_vectors): Account total_vector_bytes for
3053 bool vectors larger than VBLOCK_BYTES_MAX.
3054
3055 2012-07-18 Chong Yidong <cyd@gnu.org>
3056
3057 * frame.c (x_set_frame_parameters): Revert bogus change introduced
3058 in 2012-05-25 commit by Paul Eggert (Bug#11738).
3059
3060 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
3061
3062 Return more descriptive data from Fgarbage_collect.
3063 Suggested by Stefan Monnier in
3064 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
3065 * alloc.c (bounded_number): New function.
3066 (total_buffers, total_vectors): New variable.
3067 (total_string_size): Rename to total_string_bytes, adjust users.
3068 (total_vector_size): Rename to total_vector_bytes, adjust users.
3069 (sweep_vectors): Account total_vectors and total_vector_bytes.
3070 (Fgarbage_collect): New return value. Adjust documentation.
3071 (gc_sweep): Account total_buffers.
3072 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
3073 (VECTOR_SIZE): Remove.
3074 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
3075 (Qinterval, Qmisc): New symbols.
3076 (syms_of_data): Initialize them.
3077 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
3078 (Qcons, Qbuffer): New declarations.
3079
3080 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3081
3082 * alloc.c (Fmemory_free): Account for memory-free's own storage.
3083 Round up, not down. Improve doc.
3084
3085 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3086
3087 Restore old code in allocate_string_data to avoid Faset breakage.
3088 Reported by Julien Danjou <julien@danjou.info> in
3089 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
3090 * alloc.c (allocate_string_data): Restore old code with minor
3091 adjustments, fix comment to explain this subtle issue.
3092
3093 2012-07-17 Eli Zaretskii <eliz@gnu.org>
3094
3095 Remove FILE_SYSTEM_CASE.
3096 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
3097
3098 * fileio.c (FILE_SYSTEM_CASE): Don't define.
3099 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
3100 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
3101 call-process-region passes it through expand-file-name.
3102
3103 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
3104
3105 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3106
3107 Fix crash when creating indirect buffer (Bug#11917)
3108 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
3109 Don't handle unbound variables specially if non-zero.
3110 (Fbuffer_local_variables): Pass zero.
3111 (clone_per_buffer_values): Pass non-zero.
3112
3113 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3114
3115 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
3116 to make the loop interruptible.
3117
3118 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3119
3120 * gnutls.c (emacs_gnutls_handshake): Only retry if
3121 GNUTLS_E_INTERRUPTED.
3122
3123 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3124
3125 Cleanup and convert miscellaneous checks to eassert.
3126 * alloc.c (mark_interval): Fix comment, partially rephrase
3127 old comment from intervals.h (see below).
3128 * intervals.c (find_interval, adjust_intervals_for_insertion)
3129 (delete_interval, adjust_intervals_for_deletion)
3130 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
3131 Convert to eassert.
3132 (adjust_intervals_for_insertion, make_new_interval):
3133 Remove obsolete and unused code.
3134 * intervals.h (struct interval): Remove obsolete comment.
3135 * textprotp.c (erase_properties): Remove unused code.
3136 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
3137 (Fremove_list_of_text_properties): Convert to eassert.
3138
3139 2012-07-17 Chong Yidong <cyd@gnu.org>
3140
3141 * editfns.c (Finsert_char): Doc fix.
3142
3143 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3144
3145 Fix previous change to make Fmemory_free always accurate.
3146 * alloc.c (make_interval): Update total_free_intervals.
3147 (make_float): Likewise for total_free_floats.
3148 (free_cons, Fcons): Likewise for total_free_conses.
3149 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
3150 Likewise for total_free_vector_bytes.
3151 (Fmake_symbol): Likewise for total_free_symbols.
3152 (bytes_free): Remove.
3153
3154 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3155
3156 Simple free memory accounting feature.
3157 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
3158 (sweep_vectors): Accumulate size of free vectors.
3159 (Fgarbage_collect): Setup bytes_free.
3160 (Fmemory_free): New function.
3161 (syms_of_alloc): Register it.
3162
3163 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3164
3165 Cleanup overlays checking.
3166 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
3167 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
3168 eassert and OVERLAYP.
3169 (sort_overlays): Change to use OVERLAYP.
3170
3171 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
3172
3173 * editfns.c (Finsert_char): Make it interactive, and make the
3174 second arg optional. Copy interactive spec and docstring from
3175 ucs-insert.
3176
3177 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3178
3179 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
3180 Unlike the other wrapped functions, fabs has an unspecified
3181 effect on errno.
3182
3183 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
3184
3185 * nsterm.m (keyDown): Interpret flags without left/right bits
3186 as the left key (Bug#11670).
3187
3188 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
3189
3190 Remove empty and useless init functions.
3191 * lisp.h (init_character_once, init_fns, init_image)
3192 (init_filelock, init_sound): Remove prototype.
3193 * character.c (init_character_once): Remove.
3194 * filelock.c (init_filelock): Likewise.
3195 * fns.c (init_fns): Likewise.
3196 * image.c (init_image): Likewise.
3197 * sound.c (init_sound): Likewise.
3198 * emacs.c (main): Adjust accordingly.
3199
3200 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
3201
3202 * gtkutil.h: Tiny cleanups.
3203 (use_old_gtk_file_dialog): Remove useless declaration.
3204 (xg_uses_old_file_dialog): Add suggested const attribute.
3205
3206 2012-07-15 Eli Zaretskii <eliz@gnu.org>
3207
3208 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
3209 (bidi_paragraph_init): Use it to limit search forward for a strong
3210 directional character in abnormally large paragraphs full of
3211 neutral or weak characters. (Bug#11943)
3212
3213 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
3214
3215 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
3216 the toolbar (Bug#9451).
3217 (xg_make_tool_item): Give the widget event box a transparent
3218 background.
3219
3220 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
3221
3222 Cleanup basic allocation variables and functions.
3223 * alloc.c (ignore_warnings, init_intervals, init_float)
3224 (init_cons, init_symbol, init_marker): Remove.
3225 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
3226 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
3227 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
3228 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
3229 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
3230 (staticidx, init_alloc_once, init_strings, free_ablock):
3231 Remove redundant initialization.
3232 * fns.c (init_weak_hash_tables): Remove.
3233 * lisp.h (init_weak_hash_tables): Remove prototype.
3234
3235 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
3236
3237 Use zero_vector where appropriate.
3238 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
3239 accordingly.
3240 * lisp.h (zero_vector): New declaration.
3241 * font.c (null_vector): Remove.
3242 (syms_of_font): Remove initialization and staticpro.
3243 (font_list_entities, font_find_for_lface): Change to use zero_vector.
3244 * keymap.c (Faccessible_keymaps): Likewise.
3245
3246 2012-07-15 Leo Liu <sdl.web@gmail.com>
3247
3248 * fringe.c: Fix typo in comments.
3249
3250 2012-07-14 Leo Liu <sdl.web@gmail.com>
3251
3252 * fringe.c: Add a new bitmap exclamation-mark.
3253
3254 2012-07-14 Eli Zaretskii <eliz@gnu.org>
3255
3256 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
3257
3258 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
3259 (HAVE_MENUS): Don't define, defined by editing config.in with
3260 msdos/sed2v2.inp.
3261 (GMALLOC_INHIBIT_VALLOC): Don't define.
3262 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
3263
3264 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
3265
3266 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
3267
3268 2012-07-14 Glenn Morris <rgm@gnu.org>
3269
3270 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
3271 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
3272 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
3273
3274 2012-07-13 Glenn Morris <rgm@gnu.org>
3275
3276 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
3277
3278 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
3279 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
3280
3281 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
3282
3283 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
3284 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
3285 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
3286 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
3287 where appropriate.
3288 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
3289 as boolean expression.
3290 (x_set_window_size): Remove unused variable toolbar.
3291 (ns_get_color_default, ns_mod_to_lisp): Remove.
3292 (ns_mouse_position): Remove unused variables xchar and ychar.
3293 (ns_compute_glyph_string_overhangs): Remove unused variable face.
3294 (ns_set_vertical_scroll_bar): Remove unused variable count.
3295 (ns_delete_terminal): Remove unused variable i.
3296 (ns_term_init): Remove unused variables r, g and b.
3297 (mouseDown): Remove unused variable window.
3298 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
3299 (initFrameFromEmacs): Remove unused variable vbextra.
3300 (mouseEntered): Remove unused variables p and dpyinfo.
3301 (mouseExited): Remove unused variables p and r.
3302 (ns_define_frame_cursor, ns_clear_frame_area)
3303 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
3304 (menuDown): Assign [sender tag] to variable and cast the variable.
3305
3306 * nsterm.h (menuDown): Add id as type to argument sender.
3307 (ns_display_info_for_name): Add Lisp_Object argument.
3308 (ns_term_init): Add Lisp_Object argument.
3309 (ns_map_event_to_object): Add void argument.
3310 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
3311 prototype with arguments and only declare if __OBJC__.
3312 (nxatoms_of_nsselect): Add void argument.
3313 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
3314 (ns_alloc_autorelease_pool): Add void argument.
3315 (ns_release_autorelease_pool): Add void* argument.
3316 (ns_get_defaults_value): Add const char* argument.
3317
3318 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
3319 (initFromContents): Use SSDATA where appropriate.
3320 (ns_update_menubar): Add braces to ambigous if-else.
3321 (initWithTitle): Put () around assignment in if statement.
3322 (ns_menu_show): Remove unused variables window and keymap.
3323 (update_frame_tool_bar): Remove unused variable selected_p.
3324 (initWithContentRect): Remove unused variable this_cmd_name.
3325
3326 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
3327 appropriate.
3328 (setXBMColor): Remove unused variable len.
3329 (setPixmapData): Put () around assignment in loop statement.
3330
3331 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
3332 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
3333 where appropriate.
3334 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
3335 around assignment in loop statement.
3336 (nsfont_open): Remove unused variable i.
3337 (nsfont_open): Remove unused variable len.
3338 (nsfont_draw): Remove unused variable cs.
3339
3340 * nsfns.m (x_set_icon_name, ns_set_name_internal)
3341 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
3342 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
3343 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
3344 (Fns_font_name, Fns_perform_service)
3345 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
3346 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
3347 (ns_set_name): Remove unused variable view.
3348 (x_set_menu_bar_lines): Remove unused variable olines.
3349 (x_set_tool_bar_lines): Remove unused variable root_window.
3350 (Fns_list_colors): Put () around assignment in while statement.
3351 (Fns_perform_service): Remove unused variable len.
3352 (Fns_display_usable_bounds): Remove unused variable top.
3353 (syms_of_nsfns): Remove unused variable i.
3354
3355 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
3356 memcpy (Bug#11907).
3357
3358 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
3359
3360 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
3361 and free it with DestroyExceptionInfo (Bug#11558).
3362
3363 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
3364
3365 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
3366 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
3367 Set here, not in nt/config.nt.
3368
3369 2012-07-13 Eli Zaretskii <eliz@gnu.org>
3370
3371 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
3372 cursor overflow into the last glyph on display line when the right
3373 fringe is off. (Bug#11832)
3374
3375 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
3376
3377 * xdisp.c (produce_special_glyphs): Now static.
3378 * dispextern.h (produce_special_glyphs): Remove decl.
3379
3380 2012-07-13 Glenn Morris <rgm@gnu.org>
3381
3382 * s/bsd-common.h, s/cygwin.h: Remove empty files.
3383 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
3384
3385 * s/usg5-4-common.h (USG, USG5):
3386 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
3387 * s/sol2-6.h (SOLARIS2):
3388 * s/irix6-5.h (IRIX6_5):
3389 * s/hpux10-20.h (USG, USG5, HPUX):
3390 * s/gnu-linux.h (USG, GNU_LINUX):
3391 * s/freebsd.h (BSD_SYSTEM):
3392 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
3393 * s/cygwin.h (CYGWIN):
3394 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
3395 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
3396
3397 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
3398
3399 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
3400
3401 2012-07-13 Glenn Morris <rgm@gnu.org>
3402
3403 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
3404
3405 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
3406
3407 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
3408 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
3409
3410 2012-07-12 Glenn Morris <rgm@gnu.org>
3411
3412 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
3413
3414 * process.c (init_process_emacs): Rename from init_process.
3415 The old name is also the name of a Mach system call.
3416 * lisp.h, emacs.c: Update for this name change.
3417 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
3418 longer needed.
3419
3420 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3421
3422 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
3423 memmove call that removes glyphs covered by the left truncation
3424 glyph. Improve commentary.
3425 (display_line): Fix display of continuation glyphs on GUI frames
3426 when the right fringe is turned off and variable-size fonts are
3427 used in the window. Move the code that appends a stretch glyph to
3428 produce_special_glyphs, so that it could be used for truncation
3429 and continuation glyphs alike.
3430 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
3431 glyph of a suitably computed width, to align the special glyphs at
3432 the window margin. Code moved from display_line. (Bug#11832)
3433
3434 2012-07-12 Glenn Morris <rgm@gnu.org>
3435
3436 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
3437
3438 * s/gnu-linux.h, s/hpux10-20.h:
3439 Do not unconditionally define HAVE_XRMSETDATABASE.
3440
3441 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
3442
3443 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
3444
3445 Fix typos that broke OS X build.
3446 Reported by Randal L. Schwartz in
3447 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
3448 * nsterm.m (ns_timeout): Add missing local decl.
3449 (ns_get_color): snprintf -> sprintf, to fix typo.
3450
3451 2012-07-12 Glenn Morris <rgm@gnu.org>
3452
3453 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
3454 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
3455 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
3456 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
3457
3458 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
3459 Move PTY_OPEN to configure.
3460
3461 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
3462 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
3463 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
3464
3465 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
3466
3467 Use empty_unibyte_string where applicable.
3468 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
3469 * lread.c (read1): Likewise.
3470 * xsettings.c (syms_of_xsettings): Likewise.
3471
3472 2012-07-12 Glenn Morris <rgm@gnu.org>
3473
3474 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
3475 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
3476 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
3477 * s/hpux10-20.h (RUN_TIME_REMAP):
3478 * s/bsd-common.h (TABDLY): Move to configure.
3479
3480 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
3481
3482 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
3483
3484 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
3485 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
3486
3487 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
3488
3489 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
3490 * s/template.h: Move NARROWPROTO to configure.
3491
3492 2012-07-11 Glenn Morris <rgm@gnu.org>
3493
3494 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
3495 unused since 2011-01-17 change to systty.h.
3496
3497 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
3498 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
3499 Move HAVE_PTYS and HAVE_SOCKETS to configure.
3500
3501 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3502
3503 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
3504
3505 2012-07-11 Glenn Morris <rgm@gnu.org>
3506
3507 * s/darwin.h, s/gnu-linux.h, s/template.h:
3508 Move INTERRUPT_INPUT to configure.
3509
3510 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
3511
3512 Minor adjustments to interning code.
3513 * lisp.h (intern, intern_c_string): Redefine as static inline
3514 wrappers for intern_1 and intern_c_string_1, respectively.
3515 (intern_1, intern_c_string_1): Rename prototypes.
3516 * lread.c (intern_1, intern_c_string_1, oblookup):
3517 Simplify Vobarray checking.
3518 * font.c (font_intern_prop): Likewise. Adjust comment.
3519 * w32font.c (intern_font_name): Likewise.
3520
3521 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
3522
3523 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
3524
3525 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
3526 of Fcar/Fcdr if possible.
3527 * font.c (check_otf_features): Likewise.
3528 * fontset.c (Fnew_fontset): Likewise.
3529 * gnutls.c (Fgnutls_boot): Likewise.
3530 * minibuf.c (read_minibuf): Likewise.
3531 * msdos.c (IT_set_frame_parameters): Likewise.
3532 * xmenu.c (Fx_popup_dialog): Likewise.
3533 * w32menu.c (Fx_popup_dialog): Likewise.
3534
3535 2012-07-11 Glenn Morris <rgm@gnu.org>
3536
3537 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
3538 since nothing has defined it on these platforms.
3539
3540 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
3541 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
3542
3543 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
3544 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
3545 Move CLASH_DETECTION to configure.
3546
3547 * s/gnu.h: Remove file, which is now empty.
3548
3549 * s/gnu.h, s/gnu-linux.h:
3550 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
3551
3552 2012-07-11 John Wiegley <johnw@newartisans.com>
3553
3554 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
3555 function attribute, so we only use it if it exists in the
3556 compiler.
3557
3558 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
3559
3560 Avoid call to strlen in fast_c_string_match_ignore_case.
3561 * search.c (fast_c_string_match_ignore_case): Change to use
3562 length argument. Adjust users accordingly.
3563 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
3564
3565 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3566
3567 Assume mkdir, rmdir.
3568 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
3569 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
3570
3571 Assume rename.
3572 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
3573
3574 Assume perror.
3575 * s/hpux10-20.h (HAVE_PERROR): Remove.
3576 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
3577 Remove dummy definition, as this problem was obsolete long ago.
3578
3579 Assume strerror.
3580 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
3581
3582 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
3583
3584 Avoid calls to strlen in font processing functions.
3585 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
3586 (font_open_by_name): Change to use length argument.
3587 Adjust users accordingly.
3588 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
3589 Adjust prototypes.
3590 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
3591 Change to return ptrdiff_t.
3592 (xfont_list_pattern, xfont_match): Use length returned by
3593 xfont_decode_coding_xlfd.
3594 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
3595
3596 2012-07-11 Glenn Morris <rgm@gnu.org>
3597
3598 * s/darwin.h, s/freebsd.h, s/netbsd.h:
3599 Move DONT_REOPEN_PTY to configure.
3600
3601 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
3602 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
3603
3604 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
3605
3606 Remove "#define unix" that is no longer needed (Bug#11905).
3607 * s/aix4-2.h (unix): Remove; no longer needed.
3608
3609 EMACS_TIME simplification (Bug#11875).
3610 This replaces macros (which typically do not work in GDB)
3611 with functions, typedefs and enums, making the code easier to debug.
3612 The functional style also makes code easier to read and maintain.
3613 * systime.h: Include <sys/time.h> on all hosts, not just if
3614 WINDOWSNT, since 'struct timeval' is needed in general.
3615 (EMACS_TIME): Now a typedef, not a macro.
3616 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
3617 not macros.
3618 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
3619 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
3620 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
3621 (EMACS_TIME_LE): Now functions, not macros.
3622 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
3623 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
3624 which are not functions. All uses rewritten to use:
3625 (make_emacs_time): New function.
3626 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
3627 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
3628 not functions. All uses rewritten to use the following, respectively:
3629 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
3630 (add_emacs_time, sub_emacs_time): New functions.
3631 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
3632 * fileio.c (Fcopy_file):
3633 * xterm.c (XTflash): Get the current time closer to when it's used.
3634 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
3635
3636 * bytecode.c (targets): Suppress -Woverride-init warnings.
3637
3638 Simplify by avoiding confusing use of strncpy etc.
3639 * doc.c (Fsnarf_documentation):
3640 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
3641 * frame.c (Fmake_terminal_frame):
3642 * gtkutil.c (get_utf8_string):
3643 * lread.c (openp):
3644 * nsmenu.m (ns_update_menubar):
3645 * regex.c (regerror):
3646 Prefer memcpy to strncpy and strncat when either will do.
3647 * fileio.c (Fsubstitute_in_file_name):
3648 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
3649 (menu_separator_name_p):
3650 * nsmenu.m (ns_update_menubar):
3651 Prefer memcmp to strncmp when either will do.
3652 * nsterm.m: Include <ftoastr.h>.
3653 (ns_get_color):
3654 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
3655 Prefer snprintf to strncpy.
3656 * nsterm.m (ns_term_init):
3657 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
3658 * nsterm.m (ns_term_init):
3659 Avoid the need for strncpy, by using build_string or
3660 make_unibyte_string directly. Use dtoastr, not snprintf.
3661 * process.c (Fmake_network_process): Diagnose service names that
3662 are too long, rather than silently truncating them or creating
3663 non-null-terminated names.
3664 (Fnetwork_interface_info): Likewise, for interface names.
3665 * sysdep.c (system_process_attributes) [GNU_LINUX]:
3666 Prefer sprintf to strncat.
3667 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
3668 Prefer vsnprintf to vsprintf + strncpy.
3669
3670 2012-07-10 Glenn Morris <rgm@gnu.org>
3671
3672 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
3673 Clarify fallback case.
3674
3675 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
3676
3677 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
3678 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
3679 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
3680 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
3681 where argument type is known to be a Lisp_Cons.
3682
3683 2012-07-10 Tom Tromey <tromey@redhat.com>
3684
3685 * bytecode.c (BYTE_CODE_THREADED): New macro.
3686 (BYTE_CODES): New macro. Replaces all old byte-code defines.
3687 (enum byte_code_op): New type.
3688 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
3689 (exec_byte_code): Use them. Use token threading when applicable.
3690
3691 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
3692
3693 Optimize pure C strings initialization.
3694 * lisp.h (make_pure_string): Fix prototype.
3695 (build_pure_c_string): New function, defined as static inline. This
3696 provides a better opportunity to optimize away calls to strlen when
3697 the function is called with compile-time constant argument.
3698 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
3699 argument, adjust users accordingly. Use build_pure_c_string where
3700 appropriate.
3701 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
3702 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
3703 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
3704
3705 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
3706
3707 Avoid calls to strlen in miscellaneous functions.
3708 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
3709 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
3710 * lread.c (openp): Likewise.
3711
3712 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
3713
3714 Avoid calls to strlen in path processing functions.
3715 * fileio.c (file_name_as_directory): Add comment. Change to add
3716 srclen argument and return the length of result. Adjust users
3717 accordingly.
3718 (directory_file_name): Fix comment. Change to add srclen argument,
3719 swap 1st and 2nd arguments to obey the common convention.
3720 Adjust users accordingly.
3721 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
3722
3723 2012-07-10 Glenn Morris <rgm@gnu.org>
3724
3725 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
3726 Move PENDING_OUTPUT_COUNT definition to configure.
3727
3728 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
3729 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
3730 * s/gnu.h (DATA_START): Move definitions to configure.
3731
3732 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
3733 We include usg5-4-common.h, which defines them both.
3734
3735 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
3736 O_RDONLY already includes it).
3737
3738 Stop ns builds setting the EMACSLOADPATH environment variable.
3739 * nsterm.m (ns_load_path): Rename from ns_init_paths.
3740 Now it does not set EMACSLOADPATH, just returns the load-path string.
3741 * nsterm.h: Update accordingly.
3742 * lread.c [HAVE_NS]: Include nsterm.h.
3743 (init_lread) [HAVE_NS]: Use ns_load_path.
3744 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
3745
3746 2012-07-09 Glenn Morris <rgm@gnu.org>
3747
3748 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
3749 since the included bsd-common.h does so.
3750
3751 Stop ns builds setting the EMACSPATH environment variable.
3752 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
3753 (ns_init_paths): Do not set EMACSPATH.
3754 * nsterm.h (ns_exec_path): Add it.
3755 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
3756 Use ns_exec_path.
3757
3758 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
3759
3760 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3761
3762 * process.c (wait_reading_process_output): 'waitchannels' was unset
3763 when read_kbd || !NILP (wait_for_cell); fix this.
3764
3765 Add GCC-style 'const' attribute to functions that can use it.
3766 * character.h (char_resolve_modifier_mask):
3767 * keyboard.h (make_ctrl_char):
3768 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
3769 (init_character_once, next_almost_prime, init_fns, init_image)
3770 (flush_pending_output, init_sound):
3771 * mem-limits.h (start_of_data):
3772 * menu.h (finish_menu_items):
3773 Add ATTRIBUTE_CONST.
3774 * emacs.c (DEFINE_DUMMY_FUNCTION):
3775 Declare the dummy function with ATTRIBUTE_CONST.
3776 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
3777 Add decls with ATTRIBUTE_CONST.
3778
3779 Minor improvements to make_formatted_string.
3780 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
3781 where int is good enough, as vsprintf returns an int.
3782 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
3783
3784 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
3785
3786 Use make_formatted_string to avoid double length calculation.
3787 * lisp.h (make_formatted_string): New prototype.
3788 * alloc.c (make_formatted_string): New function.
3789 * buffer.c (Fgenerate_new_buffer_name): Use it.
3790 * dbus.c (syms_of_dbusbind): Likewise.
3791 * editfns.c (Fcurrent_time_zone): Likewise.
3792 * filelock.c (get_boot_time): Likewise.
3793 * frame.c (make_terminal_frame, set_term_frame_name)
3794 (x_report_frame_params): Likewise.
3795 * image.c (gs_load): Likewise.
3796 * minibuf.c (get_minibuffer): Likewise.
3797 * msdos.c (dos_set_window_size): Likewise.
3798 * process.c (make_process): Likewise.
3799 * xdisp.c (ensure_echo_area_buffers): Likewise.
3800 * xsettings.c (apply_xft_settings): Likewise.
3801
3802 2012-07-09 Glenn Morris <rgm@gnu.org>
3803
3804 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
3805 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
3806 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
3807 * nsterm.h (ns_etc_directory): Add it.
3808 * callproc.c [HAVE_NS]: Include nsterm.h.
3809 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
3810
3811 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
3812
3813 Move marker debugging code under MARKER_DEBUG.
3814 * marker.c (MARKER_DEBUG): Move marker debugging code under
3815 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
3816 for bootstrap with --enable-checking (~3x slowdown reported
3817 by Juanma Barranquero <lekktu@gmail.com>).
3818 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
3819
3820 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
3821
3822 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
3823 See <http://bugs.gnu.org/11825#29>.
3824
3825 2012-07-08 Eli Zaretskii <eliz@gnu.org>
3826
3827 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
3828 has no font, use the frame's font. (Bug#11813)
3829 (display_line): Add commentary about displaying truncation glyphs
3830 on GUI frames.
3831 (produce_special_glyphs): Move here from term.c.
3832
3833 * term.c (produce_special_glyphs): Move to xdisp.c.
3834
3835 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
3836 section.
3837
3838 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
3839
3840 * xdisp.c (display_line): Avoid warning about implicit declaration
3841 of FRAME_FONT.
3842
3843 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
3844
3845 * lisp.h: Remove empty conditional.
3846
3847 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
3848
3849 * lread.c (load_path_check): Now static.
3850
3851 Fix some minor --with-ns problems found by static checking.
3852 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
3853 (x_set_font) [!HAVE_X_WINDOWS]:
3854 * image.c (xpm_load_image) [HAVE_NS]:
3855 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
3856 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
3857 Remove unused local.
3858 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
3859 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
3860 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
3861 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
3862 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
3863 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
3864 Fix pointer signedness problem.
3865 * xfaces.c (FRAME_X_FONT_TABLE):
3866 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
3867
3868 2012-07-07 Glenn Morris <rgm@gnu.org>
3869
3870 * lread.c (load_path_check): New function, split from init_lread.
3871 (init_lread): Reorganize. Motivation:
3872 If EMACSLOADPATH is set, check/warn about that rather than the
3873 defaults, which we are not going to use. Hence we can remove
3874 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
3875 Don't warn if site-lisp directories are missing.
3876 If not installed, start from a blank load-path, since
3877 PATH_LOADSEARCH refers to the eventual installation directories.
3878
3879 2012-07-07 Eli Zaretskii <eliz@gnu.org>
3880
3881 Support truncation and continuation glyphs on GUI frames, when
3882 fringes are disabled. (Bug#11832)
3883 * xdisp.c (init_iterator): Get dimensions of truncation and
3884 continuation glyphs even if on GUI frames.
3885 Adjust it->last_visible_x on GUI frames when the left or right fringes,
3886 or both, are absent.
3887 (start_display, move_it_in_display_line_to): Handle the case of a
3888 GUI frame without a fringe to display continuation or truncation
3889 glyphs.
3890 (insert_left_trunc_glyphs): Support GUI frames: make sure
3891 truncation glyphs overwrite enough glyphs from the current line to
3892 have sufficient space in pixels.
3893 (display_line): Support truncation and continuation glyphs on GUI
3894 frames. If some spare pixels are left on the line after inserting
3895 the truncation glyphs, fill that space with a stretch glyph of a
3896 suitably computed width.
3897
3898 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
3899 produce_glyphs, to support GUI sessions.
3900
3901 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
3902
3903 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
3904
3905 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
3906
3907 Do not require float-time's arg to fit in time_t (Bug#11825).
3908 This works better on hosts where time_t is unsigned, and where
3909 float-time is applied to the (negative) difference between two times.
3910 * editfns.c (decode_time_components): Last arg is now double *,
3911 not int *, and means to store all the result as a double, without
3912 worrying about whether the seconds part fits in time_t.
3913 All callers changed.
3914 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
3915 All callers changed.
3916 (Ffloat_time): Do not fail merely because the specified time falls
3917 outside of time_t range.
3918
3919 2012-07-07 Glenn Morris <rgm@gnu.org>
3920
3921 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
3922 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
3923 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
3924
3925 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
3926
3927 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
3928 Update dependencies.
3929
3930 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
3931
3932 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3933
3934 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
3935 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
3936 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
3937 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
3938 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
3939 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
3940
3941 * xfont.c (compare_font_names): Redo to omit the need for casts.
3942
3943 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3944
3945 * xfns.c (Fx_change_window_property): Doc fix.
3946 * w32fns.c (Fx_change_window_property): Doc fix.
3947
3948 * w32fns.c (Fx_window_property): Accept the same arguments as the
3949 X Windows version. Doc fix.
3950 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
3951
3952 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
3953 Eli Zaretskii <eliz@gnu.org>
3954
3955 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
3956 Windows-specific code from nt/config.nt moved here.
3957 Obsolete settings removed.
3958
3959 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3960
3961 * process.c: Avoid unnecessary calls to gettime.
3962 (wait_reading_process_output): Don't get the time of day
3963 when gobbling data immediately and not waiting, as there's no need
3964 for it in that case. This removes a FIXME.
3965
3966 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
3967
3968 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
3969 is defined (Bug#11768).
3970
3971 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3972
3973 Fix marker debugging code.
3974 * marker.c (byte_char_debug_check): Do not perform the check
3975 if buffer is not multibyte.
3976 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
3977 Call byte_char_debug_check with correct arguments.
3978
3979 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3980
3981 Compile marker debugging code only if ENABLE_CHECKING is defined.
3982 * marker.c (byte_char_debug_check, count_markers):
3983 Use only if ENABLE_CHECKING is defined.
3984 (byte_debug_flag): Remove.
3985 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
3986 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
3987
3988 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
3989
3990 Avoid code repetition in marker-related functions.
3991 * marker.c (attach_marker): New function.
3992 (Fset_marker, set_marker_restricted, set_marker_both)
3993 (set_marker_restricted_both): Use it.
3994 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
3995 Consistently rename charno to charpos.
3996 (marker_position): Add eassert.
3997 (marker_byte_position): Convert to eassert.
3998
3999 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4000
4001 Simplify list operations in unchain_overlay and unchain_marker.
4002 * buffer.c (unchain_overlay): Simplify. Add comment.
4003 * marker.c (unchain_marker): Simplify. Fix comments.
4004
4005 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4006
4007 Introduce fast path for the widely used marker operation.
4008 * alloc.c (build_marker): New function.
4009 * lisp.h (build_marker): New prototype.
4010 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
4011 * composite.c (autocmp_chars): Likewise.
4012 * editfns.c (buildmark): Remove.
4013 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
4014 (save_restriction_save): Use build_marker.
4015 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
4016 * window.c (save_window_save): Likewise.
4017
4018 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
4019
4020 Do not use Fdelete_overlay in delete_all_overlays
4021 to avoid redundant calls to unchain_overlay.
4022 * buffer.c (drop_overlay): New function.
4023 (delete_all_overlays, Fdelete_overlay): Use it.
4024 * minibuf.c (get_minibuffer): Fix comment.
4025
4026 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
4027
4028 Port to OpenBSD 5.1 amd64.
4029 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
4030 This is needed for OpenBSD, and should be harmless on all BSD systems.
4031 Also, include <sys/sysctl.h>, as it should be available on all
4032 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
4033 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
4034 use p_pid member, not kp_proc.pid.
4035
4036 2012-07-06 Glenn Morris <rgm@gnu.org>
4037
4038 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
4039
4040 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
4041
4042 More xmalloc and related cleanup.
4043 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
4044 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
4045 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
4046 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
4047 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
4048 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
4049 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
4050 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
4051 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
4052 * xterm.c:
4053 Omit needless casts involving void * pointers and allocation.
4054 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
4055 as the former is more robust if P's type is changed.
4056 Prefer xzalloc to xmalloc + memset 0.
4057 Simplify malloc-or-realloc to realloc.
4058 Don't worry about xmalloc returning a null pointer.
4059 Prefer xstrdup to xmalloc + strcpy.
4060 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
4061 growing it.
4062 * keyboard.c (apply_modifiers_uncached): Prefer local array to
4063 alloca of a constant.
4064
4065 2012-07-05 Eli Zaretskii <eliz@gnu.org>
4066
4067 * xdisp.c (display_line): Fix horizontal pixel coordinates when
4068 hscroll is larger than the line width. Fixes long and futile
4069 looping inside extend_face_to_end_of_line (on a TTY) producing
4070 glyphs that are not needed and thrown away.
4071
4072 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
4073
4074 * marker.c (set_marker_restricted_both): Simplify by using
4075 clip_to_bounds.
4076
4077 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
4078
4079 * editfns.c (region_limit): Simplify by using clip_to_bounds.
4080
4081 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
4082
4083 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
4084 not defined (Bug#11768).
4085 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
4086 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
4087 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
4088 followed by gtk_box_set_homogeneous (Bug#11768).
4089 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
4090 (update_theme_scrollbar_width, xg_create_scroll_bar):
4091 Use gtk_scrollbar_new (Bug#11768).
4092 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
4093 (is_box_type): New function (Bug#11768).
4094 (xg_tool_item_stale_p): Call is_box_type.
4095 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
4096 with default display (Bug#11768).
4097
4098 2012-07-05 Eli Zaretskii <eliz@gnu.org>
4099
4100 * xdisp.c (window_hscroll_limited): New function.
4101 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
4102 coordinates when window's hscroll is set to insanely large
4103 values. (Bug#11857)
4104
4105 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
4106
4107 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
4108 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
4109
4110 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
4111
4112 Cleanup xmalloc.
4113 * lisp.h (xzalloc): New prototype. Omit needless casts.
4114 * alloc.c (xzalloc): New function. Omit needless casts.
4115 * charset.c: Omit needless casts. Convert all calls to
4116 xmalloc with following memset to xzalloc.
4117 * dispnew.c: Likewise.
4118 * fringe.c: Likewise.
4119 * image.c: Likewise.
4120 * sound.c: Likewise.
4121 * term.c: Likewise.
4122 * w32fns.c: Likewise.
4123 * w32font.c: Likewise.
4124 * w32term.c: Likewise.
4125 * xfaces.c: Likewise.
4126 * xfns.c: Likewise.
4127 * xterm.c: Likewise.
4128 * atimer.c: Omit needless casts.
4129 * buffer.c: Likewise.
4130 * callproc.c: Likewise.
4131 * ccl.c: Likewise.
4132 * coding.c: Likewise.
4133 * composite.c: Likewise.
4134 * doc.c: Likewise.
4135 * doprnt.c: Likewise.
4136 * editfns.c: Likewise.
4137 * emacs.c: Likewise.
4138 * eval.c: Likewise.
4139 * filelock.c: Likewise.
4140 * fns.c: Likewise.
4141 * gtkutil.c: Likewise.
4142 * keyboard.c: Likewise.
4143 * lisp.h: Likewise.
4144 * lread.c: Likewise.
4145 * minibuf.c: Likewise.
4146 * msdos.c: Likewise.
4147 * print.c: Likewise.
4148 * process.c: Likewise.
4149 * region-cache.c: Likewise.
4150 * search.c: Likewise.
4151 * sysdep.c: Likewise.
4152 * termcap.c: Likewise.
4153 * terminal.c: Likewise.
4154 * tparam.c: Likewise.
4155 * w16select.c: Likewise.
4156 * w32.c: Likewise.
4157 * w32reg.c: Likewise.
4158 * w32select.c: Likewise.
4159 * w32uniscribe.c: Likewise.
4160 * widget.c: Likewise.
4161 * xdisp.c: Likewise.
4162 * xmenu.c: Likewise.
4163 * xrdb.c: Likewise.
4164 * xselect.c: Likewise.
4165
4166 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
4167
4168 * fileio.c (time_error_value): Check the right error number.
4169 Problem reported by Troels Nielsen in
4170 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
4171
4172 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
4173
4174 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
4175 This should be fixed in a better way; see Eli Zaretskii in
4176 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
4177 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
4178
4179 * fileio.c (time_error_value): Rename from special_mtime.
4180 The old name's problems were noted by Eli Zaretskii in
4181 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
4182
4183 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
4184 This variable's comment says Emacs needs at least one GDB-visible
4185 symbol of type enum pvec_type, to work around GDB problems.
4186 The symbol's value doesn't matter.
4187
4188 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
4189 that causes compilation to fail on pre-C99 compilers.
4190
4191 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
4192
4193 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
4194 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
4195
4196 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
4197
4198 * buffer.c (init_buffer_once): Fix initialization of
4199 headers for buffer_defaults and buffer_local_symbols.
4200 Reported by Juanma Barranquero <lekktu@gmail.com>.
4201
4202 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
4205 * lisp.h (enum pvec_type): Use fewer bits.
4206 (PSEUDOVECTOR_SIZE_BITS): New constant.
4207 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
4208 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
4209 change in pvec_type.
4210 (PSEUDOVECTOR_TYPEP): New macro.
4211 (TYPED_PSEUDOVECTORP): Use it.
4212 * fns.c (internal_equal): Adapt code to extract pvectype.
4213 * emacs.c (gdb_pvec_type): Update type.
4214 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
4215 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
4216 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
4217 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
4218 (sweep_vectors): Use it. Use local var `total_bytes' instead of
4219 abusing vector->header.next.nbytes.
4220 (live_vector_p): Use PVEC_TYPE.
4221 (mark_object): Adapt code to extract pvectype. Use switch.
4222
4223 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
4224
4225 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
4226 Tighten new eassert a bit.
4227
4228 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
4229
4230 Fix compilation with --enable-gcc-warnings and -O1
4231 optimization level.
4232 * doprnt.c (doprnt): Change type of tem to int, initialize
4233 to avoid compiler warning. Add eassert.
4234 * search.c (simple_search): Initialize match_byte to avoid
4235 compiler warning. Add eassert.
4236
4237 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
4238
4239 Avoid weird behavior with large horizontal scrolls.
4240 Without this change, for example, large hscroll values would
4241 mess up Emacs's display on Fedora 15 x86, presumably due to
4242 overflows in int calculations in the display code.
4243 Also, if buffers had long lines, Emacs would freeze.
4244 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
4245 (set_window_hscroll): New function, containing the old guts of
4246 Fset_window_hscroll. Return the clipped value.
4247 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
4248 This avoids the need to check against PTRDIFF_MAX.
4249
4250 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
4251
4252 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
4253
4254 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
4255
4256 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
4257
4258 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
4259 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
4260 since GCC 4.4.6 issues a bogus warning for them.
4261
4262 Fix bugs in file timestamp newness comparisons.
4263 * fileio.c (Ffile_newer_than_file_p):
4264 * lread.c (Fload): Use full timestamp resolution of files,
4265 not just the 1-second resolution, so that files that are only
4266 slightly newer still count as newer.
4267 * fileio.c (Ffile_newer_than_file_p): Don't assume file
4268 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
4269
4270 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
4271
4272 * fileio.c: Improve handling of file time marker. (Bug#11852)
4273 (special_mtime): New function.
4274 (Finsert_file_contents, Fverify_visited_file_modtime):
4275 Use it to set special mtime values consistently.
4276
4277 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4278
4279 * fileio.c (Finsert_file_contents): Properly handle st_mtime
4280 marker for non-existing file. (Bug#11852)
4281
4282 2012-07-03 Glenn Morris <rgm@gnu.org>
4283
4284 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
4285 and did not make it into globals.h).
4286
4287 2012-07-03 Tom Tromey <tromey@redhat.com>
4288
4289 * window.c (Fset_window_margins, Fset_window_fringes)
4290 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
4291 * textprop.c (Fprevious_property_change): No longer static.
4292 * syntax.c (Fsyntax_table_p): No longer static.
4293 * process.c (Fget_process, Fprocess_datagram_address): No longer
4294 static.
4295 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
4296 * keyboard.c (Fcommand_execute): No longer static.
4297 Remove EXFUN.
4298 * insdel.c (Fcombine_after_change_execute): No longer static.
4299 * image.c (Finit_image_library): No longer static.
4300 * fileio.c (Fmake_symbolic_link): No longer static.
4301 * eval.c (Ffetch_bytecode): No longer static.
4302 * editfns.c (Fuser_full_name): No longer static.
4303 * doc.c (Fdocumentation_property, Fsnarf_documentation):
4304 No longer static.
4305 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
4306 static.
4307 * dired.c (Ffile_attributes): No longer static.
4308 * composite.c (Fcomposition_get_gstring): No longer static.
4309 * callproc.c (Fgetenv_internal): No longer static.
4310
4311 * ccl.h: Remove EXFUNs.
4312 * buffer.h: Remove EXFUNs.
4313 * dispextern.h: Remove EXFUNs.
4314 * intervals.h: Remove EXFUNs.
4315 * fontset.h: Remove EXFUN.
4316 * font.h: Remove EXFUNs.
4317 * dosfns.c (system_process_attributes): Remove EXFUN.
4318 * keymap.h: Remove EXFUNs.
4319 * lisp.h: Remove EXFUNs.
4320 * w32term.h: Remove EXFUNs.
4321 * window.h: Remove EXFUNs.
4322 * xsettings.h: Remove EXFUN.
4323 * xterm.h: Remove EXFUN.
4324
4325 2012-07-03 Glenn Morris <rgm@gnu.org>
4326
4327 * lisp.h (Frandom): Make it visible to C.
4328 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
4329 buffer for invisible buffers. (Bug#1229)
4330
4331 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
4332
4333 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
4334 values which aren't power of 2.
4335 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
4336 Verify it's value and the value of VECTOR_BLOCK_SIZE. Adjust users
4337 accordingly.
4338
4339 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
4342
4343 * alloc.c (mark_object): Revert part of last patch to use `switch'.
4344
4345 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
4346
4347 * alloc.c (allocate_vector_block): Remove redundant
4348 calls to mallopt if DOUG_LEA_MALLOC is defined.
4349 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
4350 avoid calls to mallopt if zero_vector is returned.
4351
4352 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
4353
4354 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
4355 is enabled, avoid dereferencing NULL current_sblock if
4356 running undumped.
4357
4358 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
4359
4360 Cleanup basic buffer management.
4361 * buffer.h (struct buffer): Change layout to use generic vector
4362 marking code. Fix some comments. Change type of 'clip_changed'
4363 to bitfield. Remove unused #ifndef old.
4364 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
4365 (GET_OVERLAYS_AT): Fix indentation.
4366 (for_each_per_buffer_object_at): New macro.
4367 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
4368 (Fbuffer_local_variables): Use it.
4369 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
4370 * alloc.c (allocate_buffer): Adjust to match new layout of
4371 struct buffer. Fix comment.
4372 (mark_overlay): New function.
4373 (mark_buffer): Use it. Use mark_vectorlike to mark normal
4374 Lisp area of struct buffer.
4375 (mark_object): Use it. Adjust marking of misc objects
4376 and related comments.
4377
4378 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4379
4380 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
4381 wrapper that is not needed because the wrapped code is a no-op (zero
4382 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
4383 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
4384
4385 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
4386
4387 * alloc.c (mark_buffer): Simplify. Remove prototype.
4388 (mark_object): Add comment. Reorganize marking of vector-like
4389 objects. Use CHECK_LIVE for all vector-like objects except buffers
4390 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
4391 Avoid redundant calls to mark_vectorlike for bool vectors.
4392
4393 2012-06-30 Glenn Morris <rgm@gnu.org>
4394
4395 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
4396
4397 * epaths.in (PATH_SITELOADSEARCH): New.
4398 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
4399 This is rather than relying on --enable-locallisppath elements
4400 having "site-lisp" in their names. (Bug#10208#25, 11658)
4401
4402 2012-06-30 Eli Zaretskii <eliz@gnu.org>
4403
4404 * w32proc.c (sys_select): Accept and ignore one more argument.
4405
4406 * w32.c (emacs_gnutls_pull): Call select with one more argument.
4407
4408 * sysselect.h [DOS_NT]: Don't include sys/select.h.
4409 (pselect) [!MS_DOS]: Redirect to sys_select.
4410
4411 * sysdep.c: Don't include dos.h and dosfns.h.
4412
4413 * process.c (sys_select):
4414 * msdos.c (sys_select): Accept one more argument and ignore it.
4415
4416 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
4417 adapt data types and code to that.
4418
4419 * dosfns.c:
4420 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
4421 which clashes with the gnulib function of the same name.
4422
4423 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
4424
4425 * font.c (font_style_to_value, font_style_symbolic)
4426 (font_prop_validate_style): Add type checks for values in
4427 font_style_table.
4428
4429 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
4430 argument.
4431 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
4432 uses.
4433
4434 2012-06-29 Eli Zaretskii <eliz@gnu.org>
4435
4436 * xdisp.c (try_window_id): Undo last change.
4437
4438 * w32.c (getwd): Adjust commentary about startup_dir.
4439 (init_environment): Always call sys_access, even in non-MSVC
4440 builds. Don't chdir to the directory of the Emacs executable.
4441 This undoes code from 1997 which was justified by the need to
4442 "avoid conflicts when removing and renaming directories". But its
4443 downside was that every relative file name was being interpreted
4444 relative to the directory of the Emacs executable, which can never
4445 be TRT. In particular, it broke sys_access when called with
4446 relative file names.
4447 (sys_access): Map GetLastError to errno.
4448
4449 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4450
4451 * window.h (struct window): Change type of 'fringes_outside_margins'
4452 to bitfield. Fix comment. Adjust users accordingly.
4453 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
4454 Adjust comment.
4455 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
4456 to ptrdiff_t.
4457
4458 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
4459
4460 * gnutls.c (emacs_gnutls_handshake):
4461 Add QUIT to make the loop interruptible.
4462
4463 2012-06-29 Glenn Morris <rgm@gnu.org>
4464
4465 * charset.c (init_charset): Make lack of etc/charsets fatal.
4466
4467 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4468
4469 * editfns.c (region_limit): Fix type mismatch.
4470
4471 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4472
4473 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
4474 undefined. Convert from xassert to eassert.
4475 * nsmenu.m: Convert from xassert to eassert.
4476 * nsterm.m: Likewise.
4477
4478 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4479
4480 * editfns.c (region_limit): Clip to narrowing (bug#11770).
4481
4482 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
4483
4484 Avoid integer overflow on scroll-left and scroll-right.
4485 * window.c (HSCROLL_MAX): New macro.
4486 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
4487 overflow when requested scroll falls outside ptrdiff_t range.
4488
4489 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
4490
4491 * window.h (struct window): Change type of 'hscroll',
4492 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
4493 'last_modified' and 'last_overlay_modified' to EMACS_INT.
4494 Adjust users accordingly.
4495 * xdisp.c (try_cursor_movement): Replace type check with eassert.
4496 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
4497 from EMACS_INT to ptrdiff_t.
4498 (make_window): Omit redundant initialization.
4499
4500 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
4501
4502 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
4503
4504 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
4505
4506 * window.h (struct window): Change type of 'use_time' and
4507 'sequence_number' from Lisp_Object to int.
4508 * frame.c (make_frame): Adjust users accordingly.
4509 * print.c (print_object): Likewise.
4510 * window.c (select_window, Fwindow_use_time, make_parent_window)
4511 (make_window): Likewise.
4512
4513 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
4514
4515 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
4516 enabled with --enable-checking=[all,glyphs] configure option.
4517 Fix GLYPH_DEBUG usage assuming that it may be undefined,
4518 adjust comments accordingly.
4519 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
4520 undefined, adjust comments accordingly.
4521 * image.c: Likewise.
4522 * scroll.c: Likewise.
4523 * w32fns.c: Likewise.
4524 * w32term.c: Likewise.
4525 * xdisp.c: Likewise.
4526 * xfaces.c: Likewise.
4527 * xfns.c: Likewise.
4528 * xterm.c: Likewise.
4529
4530 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
4531
4532 Generalize run-time debugging checks.
4533 * dispextern.h (XASSERTS): Remove.
4534 * fontset.c (xassert): Remove.
4535 Convert from xassert to eassert.
4536 * alloc.c: Convert from xassert to eassert.
4537 * bidi.c: Likewise.
4538 * dispnew.c: Likewise.
4539 * fns.c: Likewise.
4540 * fringe.c: Likewise.
4541 * ftfont.c: Likewise.
4542 * gtkutil.c: Likewise.
4543 * image.c: Likewise.
4544 * keyboard.c: Likewise.
4545 * menu.c: Likewise.
4546 * process.c: Likewise.
4547 * scroll.c: Likewise.
4548 * sound.c: Likewise.
4549 * term.c: Likewise.
4550 * w32console.c: Likewise.
4551 * w32fns.c: Likewise.
4552 * w32term.c: Likewise.
4553 * window.c: Likewise.
4554 * xdisp.c: Likewise.
4555 * xfaces.c: Likewise.
4556 * xfns.c: Likewise.
4557 * xselect.c: Likewise.
4558 * xterm.c: Likewise.
4559
4560 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * fns.c (maybe_resize_hash_table): Output message when growing the
4563 purify-hashtable.
4564
4565 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
4566
4567 * alloc.c (allocate_string_data): Remove dead code.
4568 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
4569 avoid GCC warning about unused macro.
4570
4571 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
4572
4573 * alloc.c (allocate_string): Omit intervals initialization.
4574 * alloc.c (make_uninit_multibyte_string): Initialize intervals
4575 as in make_pure_string and make_pure_c_string.
4576
4577 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
4578
4579 * alloc.c (allocate_string): Fix last change.
4580
4581 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
4582
4583 * alloc.c (allocate_string): Remove two redundant calls
4584 to memset, add explicit initialization where appropriate.
4585
4586 2012-06-27 Glenn Morris <rgm@gnu.org>
4587
4588 * lisp.mk (lisp): Remove paths.elc.
4589
4590 2012-06-27 Chong Yidong <cyd@gnu.org>
4591
4592 * doc.c (Fsubstitute_command_keys): Fix punctuation.
4593
4594 2012-06-26 John Wiegley <johnw@newartisans.com>
4595
4596 * unexmacosx.c (copy_data_segment): Add two section names used
4597 on Mac OS X Lion: __mod_init_func and __mod_term_func.
4598
4599 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
4600 when building with Clang.
4601
4602 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * eval.c (Fapply): Allow calling it with a single argument.
4605
4606 2012-06-26 Eli Zaretskii <eliz@gnu.org>
4607
4608 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
4609 _stricmp and _strnicmp.
4610 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
4611
4612 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
4613
4614 * alloc.c (allocate_window): Zero out non-Lisp part of newly
4615 allocated window.
4616 (allocate_process): Likewise for new process.
4617 (allocate_terminal): Change to use offsetof.
4618 (allocate_frame): Likewise.
4619 * frame.c (make_frame): Omit redundant initialization.
4620 * window.c (make_parent_window): Use memset.
4621 (make_window): Omit redundant initialization.
4622 * process.c (make_process): Omit redundant initialization.
4623 * terminal.c (create_terminal): Likewise.
4624
4625 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
4626
4627 * term.c (delete_tty): Remove redundant call to memset.
4628
4629 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
4630
4631 * alloc.c: Remove build_string.
4632 * lisp.h: Define build_string as static inline. This provides
4633 a better opportunity to optimize away calls to strlen when the
4634 function is called with compile-time constant argument.
4635 * image.c (imagemagick_error): Convert to build_string.
4636 * w32proc.c (sys_spawnve): Likewise.
4637 * xterm.c (x_term_init): Likewise.
4638
4639 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
4640
4641 Use sprintf return value instead of invoking strlen on result.
4642 In the old days this wasn't portable, since some sprintf
4643 implementations returned char *. But they died out years ago and
4644 Emacs already assumes sprintf returns int.
4645 Similarly for float_to_string.
4646 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
4647 * ccl.c (ccl_driver):
4648 * character.c (string_escape_byte8):
4649 * data.c (Fnumber_to_string):
4650 * doprnt.c (doprnt):
4651 * print.c (print_object):
4652 * xdisp.c (message_dolog):
4653 * xfns.c (syms_of_xfns):
4654 Use sprintf or float_to_string result to avoid need to call strlen.
4655 * data.c (Fnumber_to_string):
4656 Use make_unibyte_string, since the string must be ASCII.
4657 * lisp.h, print.c (float_to_string): Now returns int length.
4658 * term.c (produce_glyphless_glyph):
4659 Use sprintf result rather than recomputing it.
4660
4661 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
4662 * Makefile.in (ALL_CFLAGS):
4663 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
4664 * gmalloc.c, regex.c: Include <config.h> unconditionally.
4665
4666 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
4667
4668 * dispextern.h (xstrcasecmp): Define to library function
4669 strcasecmp if available.
4670 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
4671
4672 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
4673
4674 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
4675 Avoid comma operator.
4676 * menu.c (push_submenu_start, push_submenu_end)
4677 (push_left_right_boundary, push_menu_pane): Likewise.
4678 * msdos.c (dos_rawgetc): Likewise.
4679
4680 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
4681
4682 * xfns.c (xic_create_fontsetname): Remove redundant calls
4683 to memset.
4684
4685 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
4686
4687 * gtkutil.c (get_utf8_string): Remove redundant assignment.
4688 sprintf already null-terminates its output.
4689
4690 * xfns.c (x_window): Remove redundant cast.
4691
4692 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
4693
4694 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
4695 `const char *' to `char *' to avoid compiler warning.
4696
4697 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
4698
4699 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
4700 instead of truncating it to 63 (admittedly a generous limit).
4701
4702 * process.c: Fix spelling and caps in comments.
4703
4704 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
4705
4706 * emacs.c (setpgrp): Remove definition, unused.
4707 * sysdep.c (setpgrp): Remove definition, not used in this file.
4708
4709 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
4710
4711 * makefile.w32-in: Update dependencies.
4712
4713 2012-06-24 Eli Zaretskii <eliz@gnu.org>
4714
4715 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
4716 (SYSTIME_H): Add nt/inc/sys/time.h.
4717
4718 * systime.h [WINDOWSNT]: Include sys/time.h.
4719
4720 * s/ms-w32.h (struct timespec): Definition moved from
4721 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
4722
4723 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
4724
4725 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
4726 * buffer.h (buffer_slot_type_mismatch):
4727 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
4728 * eval.c (unwind_to_catch):
4729 * image.c (my_png_error, my_error_exit):
4730 * keyboard.c (quit_throw_to_read_char, user_error)
4731 (Fexit_recursive_edit, Fabort_recursive_edit):
4732 * lisp.h (die, args_out_of_range, args_out_of_range_3)
4733 (wrong_type_argument, buffer_overflow, __executable_start)
4734 (memory_full, buffer_memory_full, string_overflow, Fthrow)
4735 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
4736 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
4737 (fatal):
4738 (child_setup) [!DOS_NT]:
4739 * lread.c (end_of_file_error, invalid_syntax):
4740 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
4741 * puresize.h (pure_write_error):
4742 * search.c (matcher_overflow):
4743 * sound.c (sound_perror, alsa_sound_perror):
4744 * sysdep.c, syssignal.h (croak):
4745 * term.c (maybe_fatal, vfatal):
4746 * textprop.c (text_read_only):
4747 * undo.c (user_error):
4748 * unexmacosx.c (unexec_error):
4749 * xterm.c (x_ins_del_lines, x_delete_glyphs):
4750 Use _Noreturn rather than NO_RETURN.
4751 No need for separate decl merely because of _Noreturn.
4752 * sound.c (sound_warning, parse_sound):
4753 Remove unnecessary forward decls.
4754
4755 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
4756
4757 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
4758 * lisp.h (WAIT_READING_MAX): New macro.
4759 * dispnew.c (Fsleep_for, sit_for):
4760 * keyboard.c (kbd_buffer_get_event):
4761 * process.c (Faccept_process_output):
4762 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
4763 This improves on the previous patch, which introduced a bug
4764 when time_t is unsigned and as wide as intmax_t.
4765 See <http://bugs.gnu.org/9000#51>.
4766
4767 2012-06-23 Eli Zaretskii <eliz@gnu.org>
4768
4769 * dispnew.c (sit_for, Fsleep_for):
4770 * keyboard.c (kbd_buffer_get_event):
4771 * process.c (Faccept_process_output): Avoid compiler warnings when
4772 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
4773
4774 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
4775
4776 * makefile.w32-in: Update dependencies.
4777
4778 * w32.c (ltime): Add return type and declare static.
4779 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
4780
4781 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
4782
4783 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
4784 Privately reported by Herbert J. Skuhra.
4785 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
4786 All uses changed.
4787 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
4788 not make_lisp_timeval, when the argument is of type EMACS_TIME.
4789
4790 2012-06-23 Eli Zaretskii <eliz@gnu.org>
4791
4792 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
4793 last argument of make_unibyte_string.
4794
4795 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
4796 language ID in the event parameters.
4797
4798 * w32term.c (w32_read_socket): Put the new keyboard codepage into
4799 event.code, not the obscure "character set ID".
4800
4801 2012-06-23 Chong Yidong <cyd@gnu.org>
4802
4803 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
4804
4805 2012-06-23 Eli Zaretskii <eliz@gnu.org>
4806
4807 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
4808 * w32.c (fdutimens): New function.
4809
4810 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
4811
4812 * s/ms-w32.h (pselect): Redirect to sys_select.
4813
4814 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
4815
4816 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
4817 in the logic of incrementing and decrementing the value of
4818 use_relocatable_buffers.
4819
4820 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
4821
4822 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
4823 Privately reported by Herbert J. Skuhra.
4824 [__FreeBSD__]: Remove "*/" typo after "#include".
4825 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
4826 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
4827 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
4828 Don't assume EMACS_TIME and struct timeval are the same type.
4829
4830 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4831
4832 Support higher-resolution time stamps (Bug#9000).
4833 The time stamps are only nanosecond-resolution at the C level,
4834 since that's the best that any real-world system supports now.
4835 But they are picosecond-resolution at the Lisp level, as that's
4836 easy, and leaves room for future OS improvements.
4837
4838 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
4839 (LIBES): Use it.
4840
4841 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
4842 Don't get current time unless it's needed.
4843
4844 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
4845 now provides it if it's absent.
4846 (start_atimer): Port to higher-res time stamps.
4847 Check for time stamp overflow. Don't get current time more
4848 often than is needed.
4849
4850 * buffer.h (struct buffer): Buffer modtime now has high resolution.
4851 Include systime.h, not time.h.
4852 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
4853
4854 * dired.c: Include stat-time.h.
4855 (Ffile-attributes): File times now have higher resolution.
4856
4857 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
4858 (struct image): Timestamp now has higher resolution.
4859
4860 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
4861 has at least microseconds now. All uses removed.
4862 (update_frame, update_single_window, update_window, update_frame_1)
4863 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
4864 (duration_to_sec_usec): Remove; no longer needed.
4865
4866 * editfns.c (time_overflow): Now extern.
4867 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
4868 (float-time, Fformat_time_string, Fcurrent_time_string)
4869 (Fcurrent_time_zone): Accept and generate higher-resolution
4870 time stamps.
4871 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
4872 (decode_time_components, lisp_seconds_argument): New functions.
4873 (make_time): Now static.
4874 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
4875 Report an error if the time is invalid, rather than having the caller
4876 do that.
4877
4878 * fileio.c: Include <stat-time.h>
4879 (Fcopy_file): Copy higher-resolution time stamps.
4880 Prefer to set the time stamp via a file descriptor if that works.
4881 (Fset_file_times, Finsert_file_contents, Fwrite_region)
4882 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
4883 (Fvisited_file_modtime, Fset_visited_file_modtime):
4884 Support higher-resolution time stamps.
4885
4886 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
4887
4888 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
4889
4890 * image.c (prepare_image_for_display, clear_image_cache)
4891 (lookup_image): Port to higer-resolution time stamps.
4892
4893 * keyboard.c (start_polling, bind_polling_period):
4894 Check for time stamp overflow.
4895 (read_char, kbd_buffer_get_event, timer_start_idle)
4896 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
4897 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
4898 Port to higher-resolution time stamps. Do not assume time_t is signed.
4899 (decode_timer): New function. Timers are now vectors of length 9,
4900 not 8, to accommodate the picosecond component.
4901 (timer_check_2): Use it.
4902
4903 * nsterm.m (select_timeout, timeval_subtract): Remove.
4904 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
4905 as they're a bit more accurate and handle overflow better.
4906 (ns_select): Change prototype to be compatible with pselect.
4907 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
4908 * nsterm.h (ns_select): Adjust prototype.
4909
4910 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
4911 us-resolution time stamps.
4912 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
4913
4914 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
4915
4916 * lisp.h (time_overflow): New decl.
4917 (wait_reading_process_output): First arg is now intmax_t, not int,
4918 to accommodate larger waits.
4919
4920 * process.h (struct Lisp_Process.read_output_delay):
4921 Now counts nanoseconds, not microseconds.
4922 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
4923 EMACS_HAS_USECS.
4924 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
4925 (wait_reading_process_output):
4926 Port to ns-resolution time stamps.
4927 (Faccept_process_output, wait_reading_process_output):
4928 Check for time stamp overflow. Do not assume time_t is signed.
4929 (select_wrapper): Remove; we now use pselect.
4930 (Fprocess_attributes): Now generates ns-resolution time stamps.
4931
4932 * sysdep.c: Include utimens.h. Don't include utime.h
4933 or worry about struct utimbuf; gnulib does that for us now.
4934 (gettimeofday): Remove; gnulib provides a substitute.
4935 (make_timeval): New function.
4936 (set_file_times): Now sets ns-resolution time stamps.
4937 New arg FD; all uses changed.
4938 (time_from_jiffies, ltime_from_jiffies, get_up_time)
4939 (system_process_attributes):
4940 Now returns ns-resolution time stamp. All uses changed.
4941 Check for time stamp overflow.
4942
4943 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
4944 provides a substitute now.
4945
4946 * systime.h: Include timespec.h rather than sys/time.h and time.h,
4947 since it guarantees struct timespec.
4948 (EMACS_TIME): Now struct timespec, so that we can support
4949 ns-resolution time stamps.
4950 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
4951 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
4952 (EMACS_USECS): Remove.
4953 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
4954 so multiply the arg by 1000 before storing it.
4955 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
4956 New macros.
4957 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
4958 Port to ns-resolution time stamps.
4959 (EMACS_TIME_NEG_P): Remove; replaced by....
4960 (EMACS_TIME_SIGN): New macro.
4961 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
4962 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
4963 (set_file_times, make_time, lisp_time_argument): Adjust signature.
4964 (make_timeval, make_lisp_time, decode_time_components): New decls.
4965 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
4966 that it mishandled time_t overflow. You can't compare by subtracting!
4967 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
4968 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
4969
4970 * term.c: Include <sys/time.h>.
4971 (timeval_to_Time): New function, for proper overflow wraparound.
4972 (term_mouse_position, term_mouse_click): Use it.
4973
4974 * undo.c (record_first_change): Support higher-resolution time stamps
4975 in the undo buffer.
4976 (Fprimitive_undo): Use them when restoring time stamps.
4977
4978 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
4979 (w32_get_internal_run_time):
4980 Port to higher-resolution Emacs time stamps.
4981 (ltime): Now accepts single 64-bit integer, as that's more convenient
4982 for callers.
4983
4984 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
4985
4986 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
4987 for compatibility with pselect. Support ns-resolution time stamps.
4988
4989 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
4990
4991 * xselect.c (wait_for_property_change, x_get_foreign_selection):
4992 Check for time stamp overflow, and support ns-resolution time stamps.
4993
4994 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
4995 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
4996 (timeval_subtract): Remove; no longer needed.
4997 (XTflash, XTring_bell, x_wait_for_event):
4998 Port to ns-resolution time stamps. Don't assume time_t is signed.
4999
5000 2012-06-22 Chong Yidong <cyd@gnu.org>
5001
5002 * xdisp.c (x_consider_frame_title): Revert last change.
5003
5004 2012-06-22 Eli Zaretskii <eliz@gnu.org>
5005
5006 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
5007 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
5008 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
5009 staticidx goes up to 1597 out of 1600 = 0x640.)
5010
5011 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
5012
5013 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
5014 Otherwise, the umask might be mistakenly 0 while handling input signals.
5015
5016 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
5019
5020 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
5021
5022 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
5023 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
5024 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
5025 access to `contents' member of Lisp_Vector objects with AREF and ASET
5026 where appropriate.
5027
5028 2012-06-19 Chong Yidong <cyd@gnu.org>
5029
5030 * frame.c (delete_frame): When selecting a frame on a different
5031 text terminal, do not alter the terminal's top-frame.
5032
5033 * xdisp.c (format_mode_line_unwind_data): Record the target
5034 frame's selected window and its terminal's top-frame.
5035 (unwind_format_mode_line): Restore them.
5036 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
5037 Callers changed.
5038 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
5039 since tty frames can be explicitly named.
5040 (prepare_menu_bars): Likewise.
5041
5042 * term.c (Ftty_top_frame): New function.
5043
5044 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
5045
5046 Port byte-code-meter to modern targets.
5047 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
5048 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
5049 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
5050 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
5051 (METER_1, METER_2): Simplify.
5052
5053 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * data.c (Fdefalias): Return `symbol' (bug#11686).
5056
5057 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5058
5059 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
5060 gets killed during executing of this function (Bug#11665).
5061 Try to always return Qt when the buffer has been actually killed.
5062 (Vkill_buffer_query_functions): In doc-string say that functions
5063 run by this hook should not change the current buffer.
5064
5065 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
5066
5067 Fix recently-introduced process.c problems found by static checking.
5068 * process.c (write_queue_push, write_queue_pop, send_process):
5069 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
5070 (write_queue_pop): Fix pointer signedness problem.
5071 (send_process): Remove unused local.
5072
5073 2012-06-17 Chong Yidong <cyd@gnu.org>
5074
5075 * xdisp.c (redisplay_internal): No need to redisplay terminal
5076 frames that are not on top.
5077
5078 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
5079
5080 * process.c (make_process): Initialize write_queue.
5081 (write_queue_push, write_queue_pop): New functions.
5082 (send_process): Use them to maintain correct ordering of process
5083 writes (Bug#10815).
5084
5085 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5086
5087 * lisp.h (eassert): Assume C89 or later.
5088 This removes the need for CHECK.
5089 (CHECK): Remove. Its comments about always evaluating its
5090 argument were confusing, as 'eassert' typically does not evaluate
5091 its argument.
5092
5093 * coding.c (produce_chars): Use ptrdiff_t, not int.
5094
5095 * xterm.c (x_draw_underwave): Check for integer overflow.
5096 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
5097
5098 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
5099
5100 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
5101 referenced (Bug#11583).
5102
5103 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5104
5105 Implement wave-style variant of underlining.
5106 * dispextern.h (face_underline_type): New enum.
5107 (face): Add field for underline type.
5108 * nsterm.m (ns_draw_underwave): New function.
5109 (ns_draw_text_decoration): Use it.
5110 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
5111 New functions.
5112 (x_draw_glyph_string): Use them.
5113 * xfaces.c (Qline, Qwave): New Lisp objects.
5114 (check_lface_attrs, merge_face_ref)
5115 (Finternal_set_lisp_face_attribute, realize_x_face):
5116 Handle wave-style underline face attributes.
5117 * xterm.c (x_draw_underwave): New function.
5118 (x_draw_glyph_string): Use it.
5119
5120 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
5121
5122 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
5123 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
5124 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
5125 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
5126 ($(BLD)/w32select.$(O)): Update dependencies.
5127
5128 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
5129
5130 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
5131 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
5132 * character.c (_fetch_multibyte_char_p): Remove.
5133 * alloc.c: Include "character.h" before "buffer.h".
5134 * bidi.c: Likewise.
5135 * buffer.c: Likewise.
5136 * bytecode.c: Likewise.
5137 * callint.c: Likewise.
5138 * callproc.c: Likewise.
5139 * casefiddle.c: Likewise.
5140 * casetab.c: Likewise.
5141 * category.c: Likewise.
5142 * cmds.c: Likewise.
5143 * coding.c: Likewise.
5144 * composite.c: Likewise.
5145 * dired.c: Likewise.
5146 * dispnew.c: Likewise.
5147 * doc.c: Likewise.
5148 * dosfns.c: Likewise.
5149 * editfns.c: Likewise.
5150 * emacs.c: Likewise.
5151 * fileio.c: Likewise.
5152 * filelock.c: Likewise.
5153 * font.c: Likewise.
5154 * fontset.c: Likewise.
5155 * fringe.c: Likewise.
5156 * indent.c: Likewise.
5157 * insdel.c: Likewise.
5158 * intervals.c: Likewise.
5159 * keyboard.c: Likewise.
5160 * keymap.c: Likewise.
5161 * lread.c: Likewise.
5162 * macros.c: Likewise.
5163 * marker.c: Likewise.
5164 * minibuf.c: Likewise.
5165 * nsfns.m: Likewise.
5166 * nsmenu.m: Likewise.
5167 * print.c: Likewise.
5168 * process.c: Likewise.
5169 * regex.c: Likewise.
5170 * region-cache.c: Likewise.
5171 * search.c: Likewise.
5172 * syntax.c: Likewise.
5173 * term.c: Likewise.
5174 * textprop.c: Likewise.
5175 * undo.c: Likewise.
5176 * unexsol.c: Likewise.
5177 * w16select.c: Likewise.
5178 * w32fns.c: Likewise.
5179 * w32menu.c: Likewise.
5180 * window.c: Likewise.
5181 * xdisp.c: Likewise.
5182 * xfns.c: Likewise.
5183 * xmenu.c: Likewise.
5184 * xml.c: Likewise.
5185 * xselect.c: Likewise.
5186
5187 2012-06-16 Eli Zaretskii <eliz@gnu.org>
5188
5189 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
5190 If all the glyphs of the glyph row came from strings, and we have no
5191 cursor positioning clues, put the cursor on the first glyph of the
5192 row.
5193 (handle_face_prop): Use chunk-relative overlay string index when
5194 indexing into it->string_overlays array. (Bug#11653)
5195 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
5196 the rightmost. (Bug#11720)
5197
5198 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
5199
5200 * category.h (CHAR_HAS_CATEGORY): Define as inline.
5201 (CATEGORY_MEMBER): Enforce 1/0 value.
5202 * category.c (_temp_category_set): Remove.
5203
5204 2012-06-16 Eli Zaretskii <eliz@gnu.org>
5205
5206 * window.c (Fdelete_other_windows_internal)
5207 (Fdelete_window_internal): Don't access frame's mouse highlight
5208 info of the initial frame. (Bug#11677)
5209
5210 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
5211
5212 * .gdbinit (xgetint): Fix recently-introduced paren typo.
5213 Assume USE_2_TAGS_FOR_INTS.
5214 (xreload): Adjust $tagmask width to match recent lisp.h change.
5215
5216 Simplify lisp.h in minor ways that should not affect code.
5217 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
5218 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
5219 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
5220 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
5221 (INTTYPEBITS): New macro, for clarity.
5222 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
5223 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
5224 Simplify now that USE_LSB_TAG is always defined.
5225 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
5226 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
5227
5228 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
5231
5232 2012-06-13 Glenn Morris <rgm@gnu.org>
5233
5234 * s/bsd-common.h (BSD4_3):
5235 * s/usg5-4-common.h (USG5_4): No longer define; unused.
5236
5237 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
5238
5239 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
5240 instead of union.
5241 (XLI, XIL): Define.
5242 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
5243 Use them.
5244 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
5245 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
5246 * alloc.c (widen_to_Lisp_Object): Remove.
5247 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
5248 * frame.c (delete_frame): Remove outdated comment.
5249 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
5250 USE_LISP_UNION_TYPE.
5251 (Fw32_unregister_hot_key): Likewise.
5252 (Fw32_toggle_lock_key): Likewise.
5253 * w32menu.c (add_menu_item): Likewise.
5254 (w32_menu_display_help): Use XIL instead of checking
5255 USE_LISP_UNION_TYPE.
5256 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
5257 (init_heap): Likewise.
5258 * w32term.c (w32_read_socket): Update comment.
5259
5260 2012-06-13 Glenn Morris <rgm@gnu.org>
5261
5262 * s/usg5-4-common.h, src/s/unixware.h:
5263 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
5264
5265 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
5266
5267 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
5268
5269 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
5270 * alloc.c (make_number) [!defined make_number]:
5271 Remove, as lisp.h always defines this now.
5272 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
5273 (roundup_size): Verify that it is a power of 2.
5274 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5275 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
5276 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
5277 -DUSE_LSB_TAG=0, to override the automatically-selected default.
5278 USE_LSB_TAG now is always defined to be either 0 or 1.
5279 All uses changed.
5280 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
5281 code works fine either way, and efficiency is not a concern here,
5282 as the union type is for debugging, not for production.
5283 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
5284 Use an inline function on all platforms when using the union type,
5285 since this is simpler and 'static inline' can be used portably
5286 within Emacs now.
5287 (LISP_INITIALLY_ZERO): New macro.
5288 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
5289 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
5290
5291 2012-06-12 Glenn Morris <rgm@gnu.org>
5292
5293 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
5294
5295 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
5296
5297 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
5298 Move BROKEN_SIGIO to configure.
5299
5300 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
5301 Move NO_TERMIO to configure.
5302
5303 2012-06-12 Chong Yidong <cyd@gnu.org>
5304
5305 * image.c (imagemagick_load_image): Use MagickFlattenImage if
5306 MagickMergeImageLayers is undefined. Use pixel pusher loop if
5307 MagickExportImagePixels is undefined.
5308
5309 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
5310
5311 * image.c (imagemagick_load_image): Remove unused label.
5312
5313 2012-06-11 Glenn Morris <rgm@gnu.org>
5314
5315 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
5316 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
5317 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
5318 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
5319
5320 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * alloc.c (make_byte_code): New function.
5323 (Fmake_byte_code): Use it. Don't purify here.
5324 * lread.c (read1): Use it as well to avoid extra allocation.
5325
5326 2012-06-11 Chong Yidong <cyd@gnu.org>
5327
5328 * image.c (imagemagick_load_image): Implement transparency.
5329
5330 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
5331
5332 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
5333 account for preceding backslashes. (Bug#11663)
5334
5335 2012-06-09 Chong Yidong <cyd@gnu.org>
5336
5337 * term.c: Support italics in capable terminals (Bug#9652).
5338 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
5339 (turn_on_face): Output using TS_enter_italic_mode if available.
5340 Don't handle unused blinking and alt-charset cases.
5341 (turn_off_face): Handle italic case; discard unused tty_blinking_p
5342 and tty_alt_charset_p cases.
5343 (tty_capable_p, init_tty): Support italics.
5344
5345 * termchar.h (struct tty_display_info): Add field for italics.
5346 Remove unused blink field.
5347
5348 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
5349 Handle slant.
5350
5351 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
5352 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
5353 tty_alt_charset_p. Add tty_italic_p.
5354
5355 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
5356
5357 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
5358 dbus_type_is_basic if available.
5359 (xd_extract_signed, xd_extract_unsigned): Rename from
5360 extract_signed and extract_unsigned, respectively. Adapt callers.
5361
5362 2012-06-09 Chong Yidong <cyd@gnu.org>
5363
5364 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
5365
5366 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
5367 case (Bug#9752).
5368
5369 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
5370
5371 * xdisp.c (vmessage): Treat frame message as multibyte.
5372 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
5373 would generate the diagnostic "Making \302\247 buffer-local while
5374 let-bound!".
5375
5376 2012-06-08 Eli Zaretskii <eliz@gnu.org>
5377
5378 * dispnew.c (showing_window_margins_p): Undo last change, which
5379 was done due to an inadvertent commit.
5380 (adjust_frame_glyphs_for_frame_redisplay): Do call
5381 showing_window_margins_p.
5382
5383 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * eval.c (Fmake_var_non_special): New primitive.
5386 (syms_of_eval): Defsubr it.
5387 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
5388
5389 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
5390
5391 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
5392 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
5393
5394 2012-06-08 Eli Zaretskii <eliz@gnu.org>
5395
5396 * alloc.c (allocate_vectorlike): Fix last change.
5397
5398 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
5399
5400 Block-based vector allocation of small vectors.
5401 * lisp.h (struct vectorlike_header): New field `nbytes',
5402 adjust comment accordingly.
5403 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
5404 to denote vector blocks. Adjust users (live_vector_p,
5405 mark_maybe_pointer, valid_lisp_object_p) accordingly.
5406 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
5407 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
5408 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
5409 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
5410 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
5411 (roundup_size): New constant.
5412 (struct vector_block): New data type.
5413 (vector_blocks, vector_free_lists, zero_vector): New variables.
5414 (all_vectors): Rename to `large_vectors'.
5415 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
5416 (sweep_vectors): New functions.
5417 (allocate_vectorlike): Return `zero_vector' as the only vector of
5418 0 items. Allocate new vector from block if vector size is less than
5419 or equal to VBLOCK_BYTES_MAX.
5420 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
5421 (init_alloc_once): Add call to init_vectors.
5422
5423 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
5426
5427 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
5428
5429 * doprnt.c (doprnt): Truncate multibyte char correctly.
5430 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
5431 would mishandle a string argument "Xc" if X was a multibyte
5432 character of length 2: it would truncate after X's first byte
5433 rather than including all of X.
5434
5435 2012-06-06 Chong Yidong <cyd@gnu.org>
5436
5437 * buffer.c (word_wrap): Doc fix.
5438
5439 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
5440
5441 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
5442
5443 2012-06-03 Glenn Morris <rgm@gnu.org>
5444
5445 * xdisp.c (tool-bar-style): Doc fix.
5446
5447 2012-06-03 Ulrich Müller <ulm@gentoo.org>
5448
5449 * Makefile.in (PAXCTL): Define.
5450 (temacs$(EXEEXT)): Disable memory randomization for the temacs
5451 binary via PaX flags if the paxctl utility is available.
5452 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
5453 Restore PaX flags to their default. (Bug#11398)
5454
5455 2012-06-03 Chong Yidong <cyd@gnu.org>
5456
5457 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
5458 buffer (Bug#11226).
5459
5460 2012-06-03 Chong Yidong <cyd@gnu.org>
5461
5462 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
5463 (note_mode_line_or_margin_highlight): If there is no help echo,
5464 use mode-line-default-help-echo. Handle the case where the mouse
5465 position is past the end of the mode line string.
5466
5467 * buffer.c (buffer_local_value_1): New function, split from
5468 Fbuffer_local_value; can return Qunbound.
5469 (Fbuffer_local_value): Use it.
5470 (Vmode_line_format): Docstring tweaks.
5471
5472 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
5473
5474 * sysdep.c (system_process_attributes): Improve comment.
5475
5476 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * keyboard.c: Export real-this-command to Elisp.
5479 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
5480 and DEFVAR it. Update all users.
5481
5482 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
5483
5484 * minibuf.c (Fassoc_string): Remove duplicate declaration.
5485
5486 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
5487 Convert pctcpu and pctmem to Lisp float properly.
5488 Let the compiler fold better, as 100.0/0x8000 is exact.
5489
5490 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
5491
5492 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
5493 cons_block.
5494
5495 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
5496
5497 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
5498
5499 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
5500
5501 For a 'struct window', replace some Lisp_Object fields to
5502 bitfields where appropriate, remove unused fields.
5503 * window.h (struct window): Remove unused 'last_mark_x' and
5504 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
5505 change it's type from Lisp_Object to bitfield.
5506 Change type of 'force_start', 'optional_new_start',
5507 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
5508 fields from Lisp_Object to bitfield. Adjust users accordingly.
5509
5510 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
5511
5512 Pacify gcc -Wdouble-precision when using Xaw.
5513 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
5514 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
5515 Use 'float' consistently, rather than 'float' in most places
5516 and 'double' in a couple of places.
5517
5518 2012-05-31 Eli Zaretskii <eliz@gnu.org>
5519
5520 * xdisp.c (handle_stop): Detect whether we have overlay strings
5521 loaded by testing it->current.overlay_string_index to be
5522 non-negative, instead of checking whether n_overlay_strings is
5523 positive. (Bug#11587)
5524
5525 2012-05-31 Chong Yidong <cyd@gnu.org>
5526
5527 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
5528
5529 * doc.c (Fsubstitute_command_keys): Doc fix.
5530
5531 2012-05-31 Eli Zaretskii <eliz@gnu.org>
5532
5533 * search.c (search_buffer): Remove calls to
5534 r_alloc_inhibit_buffer_relocation, as it is now called by
5535 maybe_unify_char, which was the cause of relocation of buffer text
5536 in bug#11519.
5537
5538 2012-05-31 Eli Zaretskii <eliz@gnu.org>
5539
5540 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
5541 for the duration of call to load_charset, to avoid problems with
5542 callers of maybe_unify_char that access buffer text through C
5543 pointers.
5544
5545 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
5546 decrement the inhibition flag, instead of just setting or
5547 resetting it.
5548
5549 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
5550
5551 Remove obsolete '#define static' cruft.
5552 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
5553 This #undef was "temporary" in 2000; it is no longer needed
5554 now that '#define static' has gone away.
5555 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
5556 (gray_bitmap_bits): Remove; no longer needed.
5557 All uses replaced with definiens.
5558 * xterm.c: Include "bitmaps/gray.xbm".
5559
5560 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
5561
5562 Clean up __executable_start, monstartup when --enable-profiling.
5563 The following changes affect the code only when profiling.
5564 * dispnew.c (__executable_start): Rename from safe_bcopy.
5565 Define only on platforms that need it.
5566 * emacs.c: Include <sys/gmon.h> when profiling.
5567 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
5568 (__executable_start): Remove decl, since lisp.h does it now.
5569 (safe_bcopy): Remove decl; no longer has that name.
5570 (main): Coalesce #if into single bit of code, for simplicity.
5571 Cast pointers to uintptr_t, since standard libraries want integers
5572 and not pointers.
5573 * lisp.h (__executable_start): New decl.
5574
5575 2012-05-31 Glenn Morris <rgm@gnu.org>
5576
5577 * image.c (Fimagemagick_types): Doc fix.
5578
5579 2012-05-30 Jim Meyering <meyering@redhat.com>
5580
5581 * callproc.c (Fcall_process_region): Include directory component
5582 in mkstemp error message (Bug#11586).
5583
5584 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
5585
5586 * alloc.c, lisp.h (make_pure_vector): Now static.
5587
5588 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
5591 Move to byte-run.el.
5592 (Fautoload): Do the hash-doc more carefully.
5593 * data.c (Fdefalias): Purify definition, except for keymaps.
5594 (Qdefun): Move from eval.c.
5595 * lisp.h (Qdefun): Remove.
5596 * lread.c (read1): Tiny simplification.
5597
5598 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
5599
5600 Do not create empty overlays with the evaporate property (Bug#9642).
5601 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
5602 Bug#9642, but explicitly check that the buffer the overlay would
5603 be moved to is live and rearrange lines to make sure that errors
5604 will not put the overlay in an inconsistent state.
5605 (Fdelete_overlay): Cosmetics.
5606
5607 2012-05-28 Eli Zaretskii <eliz@gnu.org>
5608
5609 * w32term.c (my_bring_window_to_top): New function.
5610 (x_raise_frame): Use handle returned by DeferWindowPos, which
5611 could be different from the original one.
5612 Call my_bring_window_to_top instead of my_set_foreground_window.
5613 (Bug#11513)
5614
5615 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
5616 by calling BringWindowToTop.
5617
5618 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
5619 (WM_EMACS_END): Increase by one.
5620
5621 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
5622
5623 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
5624 This avoids undefined behavior that might cause the eassert
5625 to not catch an out-of-range value.
5626
5627 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
5628
5629 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
5630 Update dependencies.
5631
5632 2012-05-27 Eli Zaretskii <eliz@gnu.org>
5633
5634 * bidi.c (bidi_mirror_char): Fix last change.
5635
5636 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
5637
5638 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
5639 when referring to sectname field in printf format.
5640
5641 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
5642
5643 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
5644 Only r_alloc_inhibit_buffer_relocation needed to be added;
5645 the others were already declared.
5646
5647 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
5648 before checking whether it's out of range. Put the check inside
5649 eassert. See
5650 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
5651
5652 2012-05-27 Ken Brown <kbrown@cornell.edu>
5653
5654 * callproc.c (Fcall_process): Restore a line that was accidentally
5655 commented out in the 2011-02-13 change (bug#11547).
5656
5657 2012-05-27 Eli Zaretskii <eliz@gnu.org>
5658
5659 * lisp.h [REL_ALLOC]: Add prototypes for external functions
5660 defined on ralloc.c.
5661
5662 * buffer.c [REL_ALLOC]: Remove prototypes of
5663 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
5664 they are now on lisp.h.
5665
5666 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
5667
5668 * search.c (search_buffer): Use it to inhibit relocation of buffer
5669 text while re_search_2 is doing its job, because re_search_2 is
5670 passed C pointers to buffer text. (Bug#11519)
5671
5672 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
5673 Update value to 24.
5674
5675 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
5676 state after an additional call to move_it_in_display_line_to, keep
5677 the values of it->max_ascent and it->max_descent found for the
5678 entire line.
5679 (pos_visible_p): Revert the comparison against bottom_y to what it
5680 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
5681 (Bug#11464)
5682
5683 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
5684
5685 Fix coding-related core dumps with gcc -ftrapv.
5686 The code was computing A - B, where A and B are pointers, and B is
5687 random garbage. This can lead to core dumps on platforms that
5688 have special pointer registers, and it also leads to core dumps on
5689 x86-64 when compiled with gcc -ftrapv. The fix is to compute
5690 A - B only when B is initialized properly.
5691 * coding.c (coding_set_source, coding_set_destination): Return void.
5692 (coding_change_source, coding_change_destinations): New functions,
5693 with the old behaviors of coding_set_source and coding_set_destination.
5694 All callers that need an offset changed to use these new functions.
5695
5696 2012-05-26 Glenn Morris <rgm@gnu.org>
5697
5698 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
5699
5700 2012-05-26 Eli Zaretskii <eliz@gnu.org>
5701
5702 Extend mouse support on W32 text-mode console.
5703 * xdisp.c (draw_row_with_mouse_face):
5704 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
5705
5706 * w32console.c: Include window.h.
5707 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
5708 New functions.
5709 (initialize_w32_display): Initialize mouse-highlight data.
5710
5711 * w32inevt.c: Include termchar.h and window.h.
5712 (do_mouse_event): Support mouse-autoselect-window. When the mouse
5713 moves, call note_mouse_highlight. If help_echo changed, call
5714 gen_help_event to produce help-echo message in the echo area.
5715 Call clear_mouse_face if mouse_face_hidden is set in the mouse
5716 highlight info.
5717
5718 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
5719
5720 * lread.c (read1): Simplify slightly to avoid an overflow warning
5721 with GCC 4.7.0 on x86-64.
5722
5723 2012-05-26 Eli Zaretskii <eliz@gnu.org>
5724
5725 * bidi.c (bidi_mirror_char): Revert last change: an int is
5726 definitely wide enough here.
5727
5728 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
5729
5730 Fix integer width and related bugs (Bug#9874).
5731 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
5732 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
5733 (string_bytes, check_sblock, allocate_string_data):
5734 (compact_small_strings, Fmake_bool_vector, make_string)
5735 (make_unibyte_string, make_multibyte_string)
5736 (make_string_from_bytes, make_specified_string)
5737 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
5738 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
5739 (mark_vectorlike):
5740 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5741 (allocate_pseudovector):
5742 Use int, not EMACS_INT, where int is wide enough.
5743 (inhibit_garbage_collection, Fgarbage_collect):
5744 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5745 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
5746 int might not be wide enough.
5747 (bidi_cache_search, bidi_cache_find, bidi_init_it)
5748 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
5749 (bidi_at_paragraph_end, bidi_find_paragraph_start)
5750 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
5751 (bidi_level_of_next_char, bidi_move_to_visually_next):
5752 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5753 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
5754 (Fkill_buffer, Fset_buffer_major_mode)
5755 (advance_to_char_boundary, Fbuffer_swap_text)
5756 (Fset_buffer_multibyte, overlays_at, overlays_in)
5757 (overlay_touches_p, struct sortvec, record_overlay_string)
5758 (overlay_strings, recenter_overlay_lists)
5759 (adjust_overlays_for_insert, adjust_overlays_for_delete)
5760 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
5761 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
5762 (Foverlay_recenter, last_overlay_modification_hooks_used)
5763 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
5764 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5765 (validate_region): Omit unnecessary test for b <= e,
5766 since that's guaranteed by the previous test.
5767 (adjust_overlays_for_delete): Avoid pos + length overflow.
5768 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
5769 (report_overlay_modification):
5770 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5771 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
5772 Omit pointer cast, which isn't needed anyway, and doesn't work
5773 after the EMACS_INT -> ptrdiff_t change.
5774 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
5775 * buffer.h: Adjust decls to match defn changes elsewhere.
5776 (struct buffer_text, struct buffer):
5777 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5778 Use EMACS_INT, not int, where int might not be wide enough.
5779 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
5780 not int, to avoid needless 32-bit limit on 64-bit hosts.
5781 (exec_byte_code): Use tighter memory-full test, one that checks
5782 for alloca overflow. Don't compute the address of the object just
5783 before an array, as that's not portable. Use EMACS_INT, not
5784 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
5785 * callint.c (Fcall_interactively):
5786 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5787 * callproc.c (call_process_kill, Fcall_process):
5788 Don't assume pid_t fits into an Emacs fixnum.
5789 (call_process_cleanup, Fcall_process, child_setup):
5790 Don't assume pid_t fits into int.
5791 (call_process_cleanup, Fcall_process, delete_temp_file)
5792 (Fcall_process_region):
5793 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5794 (Fcall_process): Simplify handling of volatile integers.
5795 Use int, not EMACS_INT, where int will do.
5796 * casefiddle.c (casify_object, casify_region, operate_on_word)
5797 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
5798 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5799 (casify_object): Avoid integer overflow when overallocating buffer.
5800 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
5801 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
5802 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
5803 * category.h (CATEGORYP): Don't assume arg is nonnegative.
5804 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
5805 integers are now checked earlier. All uses replaced with XINT.
5806 (ccl_driver):
5807 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5808 For CCL_MapSingle, check that content and value are in int range.
5809 (ccl_driver, Fregister_code_conversion_map):
5810 Check that Vcode_version_map_vector is a vector.
5811 (resolve_symbol_ccl_program): Check that vector header is in range.
5812 Always copy the vector, so that we can check its contents reliably
5813 now rather than having to recheck each instruction as it's being
5814 executed. Check that vector words fit in 'int'.
5815 (ccl_get_compiled_code, Fregister_ccl_program)
5816 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
5817 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
5818 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
5819 contents are in range.
5820 (Fccl_execute_on_string): Check that status is in range.
5821 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
5822 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
5823 Accept and return EMACS_INT, not int, because callers can pass values
5824 out of 'int' range.
5825 (c_string_width, strwidth, lisp_string_width, chars_in_text)
5826 (multibyte_chars_in_text, parse_str_as_multibyte)
5827 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
5828 (str_as_unibyte, str_to_unibyte, string_count_byte8)
5829 (string_escape_byte8, Fget_byte):
5830 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5831 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
5832 avoid mishandling large integers.
5833 * character.h: Adjust decls to match defn changes elsewhere.
5834 * charset.c (load_charset_map_from_file, find_charsets_in_text)
5835 (Ffind_charset_region):
5836 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5837 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
5838 (load_charset_map_from_vector, Fdefine_charset_internal):
5839 Don't assume fixnum fits in int.
5840 (load_charset_map_from_vector, Fmap_charset_chars):
5841 Remove now-unnecessary CHECK_NATNUMs.
5842 (Fdefine_charset_internal): Check ranges here, more carefully.
5843 Don't rely on undefined behavior with signed left shift overflow.
5844 Don't assume unsigned int fits into fixnum, or that fixnum fits
5845 into unsigned int. Don't require max_code to be a valid fixnum;
5846 that's not true for gb10830 4-byte on a 32-bit host. Allow
5847 invalid_code to be a cons, for the same reason. Require code_offset
5848 to be a character. Avoid int overflow if max_char is close
5849 to INT_MAX.
5850 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
5851 this is intended anyway and avoids some undefined behavior.
5852 (load_charset_map): Pass unsigned, not int, as 2nd arg of
5853 INDEX_TO_CODE_POINT, as that's what it expects.
5854 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
5855 * charset.h (DECODE_CHAR): Return int, not unsigned;
5856 this is what was intended anyway, and it avoids undefined behavior.
5857 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
5858 integer-overflow issues.
5859 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
5860 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
5861 where the argument is EMACS_INT, and this behavior is not intended.
5862 * chartab.c (Fmake_char_table, Fset_char_table_range)
5863 (uniprop_get_decoder, uniprop_get_encoder):
5864 Don't assume fixnum fits in int.
5865 * cmds.c (move_point): New function, that does the gist of
5866 Fforward_char and Fbackward_char, but does so while checking
5867 for integer overflow more accurately.
5868 (Fforward_char, Fbackward_char): Use it.
5869 (Fforward_line, Fend_of_line, internal_self_insert)
5870 (internal_self_insert):
5871 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5872 Fix a FIXME, by checking for integer overflow when calculating
5873 target_clm and actual_clm.
5874 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
5875 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
5876 (ASSURE_DESTINATION, coding_alloc_by_realloc)
5877 (coding_alloc_by_making_gap, alloc_destination)
5878 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
5879 (encode_coding_utf_16, detect_coding_emacs_mule)
5880 (decode_coding_emacs_mule, encode_coding_emacs_mule)
5881 (detect_coding_iso_2022, decode_coding_iso_2022)
5882 (encode_invocation_designation, encode_designation_at_bol)
5883 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
5884 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
5885 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
5886 (encode_coding_ccl, encode_coding_raw_text)
5887 (detect_coding_charset, decode_coding_charset)
5888 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
5889 (produce_composition, produce_charset, produce_annotation)
5890 (decode_coding, handle_composition_annotation)
5891 (handle_charset_annotation, consume_chars, decode_coding_gap)
5892 (decode_coding_object, encode_coding_object, detect_coding_system)
5893 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
5894 (code_convert_region, code_convert_string)
5895 (Fdefine_coding_system_internal)
5896 (coding_set_source, coding_set_destination):
5897 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5898 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
5899 (Fdefine_coding_system_internal):
5900 Don't assume fixnums fit in int.
5901 (decode_coding_gap, decode_coding_object, encode_coding_object)
5902 (Fread_coding_system, Fdetect_coding_region)
5903 (Funencodable_char_position, Fcheck_coding_systems_region)
5904 (get_translation, handle_composition_annotation, consume_chars):
5905 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5906 (consume_chars): Rewrite to not calculate an address outside buffer.
5907 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
5908 Don't access memory outside of the args array.
5909 (Fdefine_coding_system_internal): Check for charset-id overflow.
5910 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
5911 result of ENCODE_CHAR.
5912 * coding.h: Adjust decls to match defn changes elsewhere.
5913 (struct coding_system):
5914 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5915 * composite.c (get_composition_id, find_composition)
5916 (run_composition_function, update_compositions)
5917 (compose_text, composition_gstring_put_cache)
5918 (composition_gstring_p, composition_gstring_width)
5919 (fill_gstring_header, fill_gstring_body, autocmp_chars)
5920 (composition_compute_stop_pos, composition_reseat_it)
5921 (composition_update_it, struct position_record)
5922 (find_automatic_composition, composition_adjust_point)
5923 (Fcomposition_get_gstring, Ffind_composition_internal):
5924 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5925 (update_compositions):
5926 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5927 * composite.h: Adjust decls to match defn changes elsewhere.
5928 (struct composition):
5929 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5930 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
5931 Do not attempt to compute the address of the object just before a
5932 buffer; this is not portable.
5933 (Faref, Faset):
5934 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5935 (Faset): Use int, not EMACS_INT, where int is wide enough.
5936 (Fstring_to_number): Don't assume fixnums fit in int.
5937 (Frem): Don't assume arg is nonnegative.
5938 * dbusbind.c (xd_append_arg): Check for integers out of range.
5939 (Fdbus_call_method): Don't overflow the timeout int.
5940 (extract_signed, extract_unsigned): New functions.
5941 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
5942 (xd_get_connection_references): Return ptrdiff_t, not int.
5943 All uses changed.
5944 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
5945 (xd_read_message_1):
5946 Use int, not unsigned, where the dbus API uses int.
5947 (Fdbus_message_internal): Don't overflow mtype.
5948 (syms_of_dbusbind): Allocate right-sized buffer for integers.
5949 * dired.c (directory_files_internal, file_name_completion, scmp)
5950 (file_name_completion_stat):
5951 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5952 (file_name_completion): Don't overflow matchcount.
5953 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
5954 * dispextern.h: Adjust decls to match defn changes elsewhere.
5955 (struct text_pos, struct glyph, struct bidi_saved_info)
5956 (struct bidi_string_data, struct bidi_it, struct composition_it)
5957 (struct it):
5958 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5959 (struct display_pos, struct composition_it, struct it):
5960 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5961 * dispnew.c (increment_matrix_positions)
5962 (increment_row_positions, mode_line_string)
5963 (marginal_area_string):
5964 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5965 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
5966 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5967 (duration_to_sec_usec): New function, to check for overflow better.
5968 (Fsleep_for, sit_for): Use it.
5969 * doc.c (get_doc_string, store_function_docstring):
5970 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5971 (get_doc_string, Fsnarf_documentation):
5972 Use int, not EMACS_INT, where int is wide enough.
5973 (get_doc_string):
5974 Use SAFE_ALLOCA, not alloca.
5975 Check for overflow when converting EMACS_INT to off_t.
5976 * doprnt.c (doprnt):
5977 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5978 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
5979 Don't assume uid_t fits into fixnum.
5980 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
5981 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
5982 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
5983 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
5984 (general_insert_function)
5985 (Finsert_char, make_buffer_string, make_buffer_string_both)
5986 (update_buffer_properties, Fbuffer_substring)
5987 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
5988 (Fsubst_char_in_region, check_translation)
5989 (Ftranslate_region_internal, save_restriction_restore, Fformat)
5990 (transpose_markers, Ftranspose_regions):
5991 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5992 (clip_to_bounds): Move to lisp.h as an inline function).
5993 (Fconstrain_to_field): Don't assume integers are nonnegative.
5994 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
5995 (Fsubst_char_in_region, Fsave_restriction):
5996 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5997 (Femacs_pid): Don't assume pid_t fits into fixnum.
5998 (lo_time): Use int, not EMACS_INT, when int suffices.
5999 (lisp_time_argument): Check for usec out of range.
6000 (Fencode_time): Don't assume fixnum fits in int.
6001 (Fuser_login_name, Fuser_full_name): Signal an error
6002 if a uid argument is out of range, rather than relying on
6003 undefined behavior.
6004 (Fformat_time_string): Remove now-unnecessary check.
6005 lisp_time_argument checks for out-of-range usec now.
6006 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
6007 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
6008 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
6009 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
6010 (init_cmdargs, Fdump_emacs):
6011 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6012 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
6013 the bottom (typically) 32 bits of the fixnum.
6014 * eval.c (specpdl_size, call_debugger):
6015 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6016 (when_entered_debugger, Fbacktrace_debug):
6017 Don't assume fixnum can fit in int.
6018 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
6019 the object just before a buffer; this is not portable.
6020 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
6021 (grow_specpdl, unbind_to):
6022 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6023 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
6024 (grow_specpdl): Simplify allocation by using xpalloc.
6025 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
6026 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
6027 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
6028 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6029 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
6030 (a_write, e_write):
6031 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6032 (Fcopy_file, non_regular_nbytes, read_non_regular)
6033 (Finsert_file_contents):
6034 Use int, not EMACS_INT, where int is wide enough.
6035 (READ_BUF_SIZE): Verify that it fits in int.
6036 (Finsert_file_contents): Check that counts are in proper range,
6037 rather than assuming fixnums fit into ptrdiff_t etc.
6038 Don't assume fixnums fit into int.
6039 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
6040 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
6041 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
6042 (string_char_to_byte, string_byte_to_char)
6043 (string_make_multibyte, string_to_multibyte)
6044 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
6045 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
6046 (substring_both, Fdelete, internal_equal, Ffillarray)
6047 (Fclear_string, mapcar1)
6048 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
6049 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
6050 (larger_vector, make_hash_table, maybe_resize_hash_table)
6051 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
6052 (Fmaphash, secure_hash):
6053 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6054 (concat): Check for string index and length overflow.
6055 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
6056 (Frequire):
6057 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6058 (larger_vector): New API (vec, incr_min, size_max) replaces old
6059 one (vec, new_size, init). This catches size overflow.
6060 INIT was removed because it was always Qnil.
6061 All callers changed.
6062 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
6063 the upper bound on a hash table index size.
6064 (make_hash_table, maybe_resize_hash_table): Use it.
6065 (secure_hash): Computer start_byte and end_byte only after
6066 they're known to be in ptrdiff_t range.
6067 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
6068 (Ffont_get_glyphs, Ffont_at):
6069 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6070 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
6071 (Flist_fonts, Fopen_font):
6072 Don't assume fixnum can fit in int.
6073 (check_gstring): Don't assume index can fit in int.
6074 (font_match_p): Check that fixnum is a character, not a nonnegative
6075 fixnum, since the later code needs to stuff it into an int.
6076 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
6077 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
6078 conversion overflow issues.
6079 (Fopen_font): Check for integer out of range.
6080 (Ffont_get_glyphs): Don't assume index can fit in int.
6081 * font.h: Adjust decls to match defn changes elsewhere.
6082 * fontset.c (reorder_font_vector): Redo score calculation to avoid
6083 integer overflow.
6084 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
6085 printmax_t, where ptrdiff_t is wide enough.
6086 (Finternal_char_font):
6087 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6088 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
6089 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
6090 (Fset_frame_position, x_set_frame_parameters)
6091 (x_set_line_spacing, x_set_border_width)
6092 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
6093 Check that fixnums are in proper range for system types.
6094 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
6095 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6096 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
6097 Use SAFE_ALLOCA_LISP, not alloca.
6098 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
6099 intptr_t is wide enough.
6100 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
6101 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
6102 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
6103 Check for fixnum out of range.
6104 * ftfont.c (ftfont_list): Don't assume index fits in int.
6105 Check that fixnums are in proper range for system types.
6106 (ftfont_shape_by_flt):
6107 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6108 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
6109 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6110 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
6111 Check that fixnums are in proper range for system types.
6112 * gnutls.h: Adjust decls to match defn changes elsewhere.
6113 * gtkutil.c (xg_dialog_run):
6114 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6115 (update_frame_tool_bar):
6116 Check that fixnums are in proper range for system types.
6117 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
6118 (lookup_image): Check that fixnums are in range for system types.
6119 * indent.c (last_known_column, last_known_column_point):
6120 (current_column_bol_cache):
6121 (skip_invisible, current_column, check_display_width):
6122 (check_display_width, scan_for_column, current_column_1)
6123 (Findent_to, Fcurrent_indentation, position_indentation)
6124 (indented_beyond_p, Fmove_to_column, compute_motion):
6125 (Fcompute_motion, Fvertical_motion):
6126 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6127 (last_known_column_modified): Use EMACS_INT, not int.
6128 (check_display_width):
6129 (Fcompute_motion):
6130 Check that fixnums and floats are in proper range for system types.
6131 (compute_motion): Don't assume index or fixnum fits in int.
6132 (compute_motion, Fcompute_motion):
6133 Use int, not EMACS_INT, when it is wide enough.
6134 (vmotion): Omit local var start_hpos that is always 0; that way
6135 we don't need to worry about overflow in expressions involving it.
6136 * indent.h: Adjust decls to match defn changes elsewhere.
6137 (struct position):
6138 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6139 Use int, not EMACS_INT, where int is wide enough.
6140 Remove unused members ovstring_chars_done and tab_offset;
6141 all uses removed.
6142 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
6143 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
6144 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
6145 (make_gap, copy_text, insert, insert_and_inherit)
6146 (insert_before_markers, insert_before_markers_and_inherit)
6147 (insert_1, count_combining_before, count_combining_after)
6148 (insert_1_both, insert_from_string)
6149 (insert_from_string_before_markers, insert_from_string_1)
6150 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
6151 (adjust_after_replace, adjust_after_insert, replace_range)
6152 (replace_range_2, del_range, del_range_1, del_range_byte)
6153 (del_range_both, del_range_2, modify_region)
6154 (prepare_to_modify_buffer, signal_before_change)
6155 (signal_after_change, Fcombine_after_change_execute):
6156 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6157 * intervals.c (traverse_intervals, rotate_right, rotate_left)
6158 (balance_an_interval, split_interval_right, split_interval_left)
6159 (find_interval, next_interval, update_interval)
6160 (adjust_intervals_for_insertion, delete_node, delete_interval)
6161 (interval_deletion_adjustment, adjust_intervals_for_deletion)
6162 (static_offset_intervals, offset_intervals)
6163 (merge_interval_right, merge_interval_left, make_new_interval)
6164 (graft_intervals_into_buffer, temp_set_point_both)
6165 (temp_set_point, set_point, adjust_for_invis_intang)
6166 (set_point_both, move_if_not_intangible, get_property_and_range)
6167 (get_local_map, copy_intervals, copy_intervals_to_string)
6168 (compare_string_intervals, set_intervals_multibyte_1):
6169 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6170 * intervals.h: Adjust decls to match defn changes elsewhere.
6171 (struct interval):
6172 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6173 * keyboard.c (this_command_key_count, this_single_command_key_start)
6174 (before_command_key_count, before_command_echo_length, echo_now)
6175 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
6176 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
6177 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
6178 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
6179 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6180 (last_non_minibuf_size, last_point_position, echo_truncate)
6181 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
6182 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
6183 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
6184 (stuff_buffered_input):
6185 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6186 (last_auto_save, command_loop_1, read_char):
6187 Use EMACS_INT, not int, to avoid integer overflow.
6188 (record_char): Avoid overflow in total_keys computation.
6189 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
6190 * keyboard.h: Adjust decls to match defn changes elsewhere.
6191 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
6192 (Fkey_description, Fdescribe_vector, Flookup_key):
6193 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6194 (click_position): New function, to check that positions are in range.
6195 (Fcurrent_active_maps):
6196 (describe_command):
6197 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6198 (Faccessible_keymaps, Fkey_description):
6199 (preferred_sequence_p):
6200 Don't assume fixnum can fit into int.
6201 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
6202 Check for integer overflow in size calculations.
6203 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
6204 avoid mishandling large integers.
6205 * lisp.h: Adjust decls to match defn changes elsewhere.
6206 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
6207 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
6208 (struct Lisp_Marker):
6209 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6210 (clip_to_bounds): Now an inline function, moved here from editfns.c.
6211 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
6212 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
6213 All callers changed.
6214 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
6215 Assume the arg has valid form, since it always does.
6216 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
6217 unsigned integer system type.
6218 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
6219 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
6220 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6221 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
6222 (duration_to_sec_usec): New decl.
6223 * lread.c (read_from_string_index, read_from_string_index_byte)
6224 (read_from_string_limit, readchar, unreadchar, openp)
6225 (read_internal_start, read1, oblookup):
6226 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6227 (Fload, readevalloop, Feval_buffer, Feval_region):
6228 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6229 (openp): Check for out-of-range argument to 'access'.
6230 (read1): Use int, not EMACS_INT, where int is wide enough.
6231 Don't assume fixnum fits into int.
6232 Fix off-by-one error that can read outside a buffer.
6233 (read_filtered_event): Use duration_to_sec_usec
6234 to do proper overflow checking on durations.
6235 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
6236 in size calculation.
6237 (Fexecute_kbd_macro):
6238 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6239 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
6240 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
6241 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
6242 (set_marker_both, set_marker_restricted_both, marker_position)
6243 (marker_byte_position, Fbuffer_has_markers_at):
6244 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6245 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
6246 * menu.c (ensure_menu_items): Rename from grow_menu_items.
6247 It now merely ensures that the menu is large enough, without
6248 necessarily growing it, as this avoids some integer overflow issues.
6249 All callers changed.
6250 (keymap_panes, parse_single_submenu, Fx_popup_menu):
6251 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6252 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
6253 Use SAFE_ALLOCA_LISP, not alloca.
6254 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
6255 to EMACS_INT. Check that fixnums are in proper range for system types.
6256 * minibuf.c (minibuf_prompt_width, string_to_object)
6257 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
6258 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
6259 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6260 (get_minibuffer, read_minibuf_unwind):
6261 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6262 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
6263 this simplifies overflow checking. All callers changed.
6264 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
6265 (Ftest_completion):
6266 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6267 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
6268 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
6269 Check that fixnums are in proper range for system types.
6270 (Fx_create_frame, Fx_show_tip):
6271 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6272 * nsfont.m (ns_findfonts, nsfont_list_family):
6273 Don't assume fixnum fits in long.
6274 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
6275 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6276 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
6277 wide enough.
6278 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
6279 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6280 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
6281 (PRINTDECLARE, PRINTPREPARE):
6282 (strout, print_string):
6283 (print, print_preprocess, print_check_string_charset_prop)
6284 (print_object):
6285 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6286 (PRINTDECLARE):
6287 (temp_output_buffer_setup, Fprin1_to_string, print_object):
6288 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6289 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
6290 (printchar, strout): Use xpalloc to catch size calculation overflow.
6291 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
6292 (print_error_message): Use SAFE_ALLOCA, not alloca.
6293 (print_object): Use int, not EMACS_INT, where int is wide enough.
6294 (print_depth, new_backquote_output, print_number_index):
6295 Use ptrdiff_t, not int, where int might not be wide enough.
6296 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
6297 (Fset_process_window_size, Fformat_network_address)
6298 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
6299 (sigchld_handler):
6300 Check that fixnums are in proper range for system types.
6301 (Fsignal_process): Simplify by avoiding a goto.
6302 Check for process-ids out of pid_t range rather than relying on
6303 undefined behavior.
6304 (process_tick, update_tick): Use EMACS_INT, not int.
6305 (Fformat_network_address, read_process_output, send_process)
6306 (Fprocess_send_region, status_notify):
6307 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6308 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
6309 (wait_reading_process_output, read_process_output, exec_sentinel):
6310 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6311 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
6312 (Faccept_process_output): Use duration_to_sec_usec to do proper
6313 overflow checking on durations.
6314 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
6315 Don't assume pid_t fits in int.
6316 * process.h (struct Lisp_Process): Members tick and update_tick
6317 are now of type EMACS_INT, not int.
6318 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
6319 configured --with-wide-int.
6320 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
6321 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
6322 * search.c (looking_at_1, string_match_1):
6323 (fast_string_match, fast_c_string_match_ignore_case)
6324 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
6325 (scan_newline, find_before_next_newline, search_command)
6326 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
6327 (set_search_regs, wordify):
6328 (Freplace_match):
6329 (Fmatch_data):
6330 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6331 (string_match_1, search_buffer, set_search_regs):
6332 (Fmatch_data):
6333 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6334 (wordify): Check for overflow in size calculation.
6335 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
6336 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
6337 Check that fixnums are in proper range for system types.
6338 * sound.c (struct sound_device)
6339 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
6340 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6341 (Fplay_sound_internal):
6342 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6343 * syntax.c (struct lisp_parse_state, find_start_modiff)
6344 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
6345 (Fparse_partial_sexp):
6346 Don't assume fixnums can fit in int.
6347 (struct lisp_parse_state, find_start_pos, find_start_value)
6348 (find_start_value_byte, find_start_begv)
6349 (update_syntax_table, char_quoted, dec_bytepos)
6350 (find_defun_start, prev_char_comend_first, back_comment):
6351 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
6352 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
6353 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6354 (Finternal_describe_syntax_value): Check that match_lisp is a
6355 character, not an integer, since the code stuffs it into int.
6356 (scan_words, scan_sexps_forward):
6357 Check that fixnums are in proper range for system types.
6358 (Fforward_word):
6359 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6360 (scan_sexps_forward):
6361 Use CHARACTERP, not INTEGERP, since the value must fit into int.
6362 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
6363 * syntax.h: Adjust decls to match defn changes elsewhere.
6364 (struct gl_state_s):
6365 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6366 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
6367 MOST_POSITIVE_FIXNUM.
6368 * sysdep.c (wait_for_termination_1, wait_for_termination)
6369 (interruptible_wait_for_termination, mkdir):
6370 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
6371 (emacs_read, emacs_write):
6372 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6373 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
6374 and double all fit in int.
6375 * term.c (set_tty_color_mode):
6376 Check that fixnums are in proper range for system types.
6377 * termhooks.h (struct input_event):
6378 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6379 * textprop.c (validate_interval_range, interval_of)
6380 (Fadd_text_properties, set_text_properties_1)
6381 (Fremove_text_properties, Fremove_list_of_text_properties)
6382 (Ftext_property_any, Ftext_property_not_all)
6383 (copy_text_properties, text_property_list, extend_property_ranges)
6384 (verify_interval_modification):
6385 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6386 (Fnext_single_char_property_change)
6387 (Fprevious_single_char_property_change):
6388 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6389 (copy_text_properties):
6390 Check for integer overflow in index calculation.
6391 * undo.c (last_boundary_position, record_point, record_insert)
6392 (record_delete, record_marker_adjustment, record_change)
6393 (record_property_change):
6394 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6395 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
6396 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6397 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
6398 (Fx_hide_tip, Fx_file_dialog):
6399 * w32menu.c (set_frame_menubar):
6400 Use ptrdiff_t, not int, for consistency with rest of code.
6401 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
6402 (select_window, Fdelete_other_windows_internal)
6403 (window_scroll_pixel_based, window_scroll_line_based)
6404 (Frecenter, Fset_window_configuration):
6405 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6406 (Fset_window_hscroll, run_window_configuration_change_hook)
6407 (set_window_buffer, temp_output_buffer_show, scroll_command)
6408 (Fscroll_other_window, Frecenter):
6409 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6410 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
6411 Don't assume fixnum fits in int.
6412 (Fset_window_scroll_bars):
6413 Check that fixnums are in proper range for system types.
6414 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
6415 (string_pos, c_string_pos, number_of_chars, init_iterator)
6416 (in_ellipses_for_invisible_text_p, init_from_display_pos)
6417 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
6418 (compute_display_string_end, handle_face_prop)
6419 (face_before_or_after_it_pos, handle_invisible_prop)
6420 (handle_display_prop, handle_display_spec, handle_single_display_spec)
6421 (display_prop_intangible_p, string_buffer_position_lim)
6422 (string_buffer_position, handle_composition_prop, load_overlay_strings)
6423 (get_overlay_strings_1, get_overlay_strings)
6424 (iterate_out_of_display_property, forward_to_next_line_start)
6425 (back_to_previous_visible_line_start, reseat, reseat_to_string)
6426 (get_next_display_element, set_iterator_to_next)
6427 (get_visually_first_element, compute_stop_pos_backwards)
6428 (handle_stop_backwards, next_element_from_buffer)
6429 (move_it_in_display_line_to, move_it_in_display_line)
6430 (move_it_to, move_it_vertically_backward, move_it_by_lines)
6431 (add_to_log, message_dolog, message_log_check_duplicate)
6432 (message2, message2_nolog, message3, message3_nolog
6433 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
6434 (current_message_1, truncate_echo_area, truncate_message_1)
6435 (set_message, set_message_1, store_mode_line_noprop)
6436 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
6437 (text_outside_line_unchanged_p, check_point_in_composition)
6438 (reconsider_clip_changes)
6439 (redisplay_internal, set_cursor_from_row, try_scrolling)
6440 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
6441 (redisplay_window, find_last_unchanged_at_beg_row)
6442 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
6443 (trailing_whitespace_p, find_row_edges, display_line)
6444 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
6445 (display_mode_element, store_mode_line_string)
6446 (pint2str, pint2hrstr, decode_mode_spec)
6447 (display_count_lines, display_string, draw_glyphs)
6448 (x_produce_glyphs, x_insert_glyphs)
6449 (rows_from_pos_range, mouse_face_from_buffer_pos)
6450 (fast_find_string_pos, mouse_face_from_string_pos)
6451 (note_mode_line_or_margin_highlight, note_mouse_highlight):
6452 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6453 (safe_call, init_from_display_pos, handle_fontified_prop)
6454 (handle_single_display_spec, load_overlay_strings)
6455 (with_echo_area_buffer, setup_echo_area_for_printing)
6456 (display_echo_area, echo_area_display)
6457 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
6458 (update_tool_bar, hscroll_window_tree, redisplay_internal)
6459 (redisplay_window, dump_glyph_row, display_mode_line)
6460 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
6461 (handle_display_spec, display_prop_string_p):
6462 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6463 (handle_single_display_spec, build_desired_tool_bar_string)
6464 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
6465 (get_specified_cursor_type):
6466 Check that fixnums are in proper range for system types.
6467 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
6468 (Flookup_image_map):
6469 Don't assume fixnums fit in int.
6470 (compare_overlay_entries):
6471 Avoid mishandling comparisons due to subtraction overflow.
6472 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
6473 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
6474 (handle_tool_bar_click):
6475 Use int, not unsigned, since we prefer signed and the signedness
6476 doesn't matter here.
6477 (get_next_display_element, next_element_from_display_vector):
6478 Use int, not EMACS_INT, when int is wide enough.
6479 (start_hourglass): Use duration_to_sec_usec to do proper
6480 overflow checking on durations.
6481 * xfaces.c (Fbitmap_spec_p):
6482 Check that fixnums are in proper range for system types.
6483 (compare_fonts_by_sort_order):
6484 Avoid mishandling comparisons due to subtraction overflow.
6485 (Fx_family_fonts, realize_basic_faces):
6486 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6487 (Fx_family_fonts):
6488 Don't assume fixnum fits in int.
6489 Use SAFE_ALLOCA_LISP, not alloca.
6490 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
6491 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
6492 (face_at_buffer_position, face_for_overlay_string)
6493 (face_at_string_position):
6494 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6495 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
6496 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
6497 (Fx_show_tip):
6498 Check that fixnums are in proper range for system types.
6499 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
6500 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
6501 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6502 (Fx_change_window_property): Don't assume fixnums fit in int.
6503 * xfont.c (xfont_chars_supported):
6504 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6505 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
6506 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
6507 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6508 * xml.c (parse_region):
6509 * xrdb.c (magic_file_p):
6510 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
6511 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
6512 (x_get_local_selection, x_reply_selection_request)
6513 (x_handle_selection_request, wait_for_property_change):
6514 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6515 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
6516 short is wide enough.
6517 (x_send_client_event): Don't assume fixnum fits in int.
6518 * xterm.c (x_x_to_emacs_modifiers):
6519 Don't assume EMACS_INT overflows nicely into int.
6520 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
6521 may come from Lisp.
6522 (handle_one_xevent): NATNUMP can eval its arg twice.
6523 (x_connection_closed):
6524 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
6525 * xterm.h: Adjust decls to match defn changes elsewhere.
6526 (struct scroll_bar): Use struct vectorlike_header
6527 rather than rolling our own approximation.
6528 (SCROLL_BAR_VEC_SIZE): Remove; not used.
6529
6530 2012-05-25 Glenn Morris <rgm@gnu.org>
6531
6532 * lisp.mk (lisp): Update for more files being compiled now.
6533
6534 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 * lread.c: Remove `read_pure' which makes no difference.
6537 (read_pure): Remove var.
6538 (unreadpure): Remove function.
6539 (readevalloop): Don't call read_list with -1 flag.
6540 (read1, read_vector): Don't test read_pure any more.
6541 (read_list): Simplify.
6542
6543 * fileio.c, character.h: Minor style tweaks.
6544
6545 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
6546
6547 * window.h (clip_changed): Remove useless declaration.
6548
6549 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
6550
6551 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
6552 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
6553
6554 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
6555
6556 Remove src/m/*.
6557 This directory predates autoconf and is no longer needed nowadays.
6558 Move its few remaining bits of functionality to where they're needed.
6559 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
6560 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
6561 * m/template.h: Remove.
6562 * Makefile.in (M_FILE): Remove. All uses removed.
6563 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
6564 * lisp.h (USE_LSB_TAG):
6565 * mem-limits.h (EXCEEDS_LISP_PTR):
6566 Use VAL_MAX, not VALBITS, in #if.
6567 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
6568 (EMACS_UINT): Define unconditionally now.
6569 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
6570 (BITS_PER_EMACS_INT): New constants, replacing
6571 what used to be in config.h, but not useful in #if.
6572 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
6573 define them any more.
6574 (VAL_MAX): New macro.
6575 (VALMASK): Use it.
6576 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
6577 BITS_PER_EMACS_INT, in #if.
6578 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
6579 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
6580 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
6581 * s/ms-w32.h (DATA_START):
6582 Move here from removed file m/intel386.h.
6583 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
6584 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
6585
6586 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
6587
6588 Assume C89 or later.
6589 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
6590 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
6591 (xrealloc):
6592 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
6593 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
6594 * textprop.c, tparam.c (NULL): Remove.
6595 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
6596 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
6597 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
6598 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
6599 * xterm.c (input_signal_count): Assume volatile works.
6600
6601 2012-05-21 Ken Brown <kbrown@cornell.edu>
6602
6603 * xgselect.c (xg_select): Fix first argument in call to 'select'
6604 (bug#11508).
6605
6606 2012-05-20 Ken Brown <kbrown@cornell.edu>
6607
6608 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
6609 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
6610
6611 2012-05-19 Ken Brown <kbrown@cornell.edu>
6612
6613 * xfns.c (x_in_use): Remove `static' qualifier.
6614 * xterm.h (x_in_use): Declare.
6615 * xgselect.c: Include xterm.h.
6616 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
6617 and `display_arg' (bug#9754).
6618
6619 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
6620
6621 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
6622
6623 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
6624 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
6625
6626 2012-05-18 Eli Zaretskii <eliz@gnu.org>
6627
6628 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
6629
6630 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
6631 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
6632
6633 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
6634 reference to image_cache->refcount.
6635 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
6636
6637 2012-05-17 Juri Linkov <juri@jurta.org>
6638
6639 * search.c (Fword_search_regexp, Fword_search_backward)
6640 (Fword_search_forward, Fword_search_backward_lax)
6641 (Fword_search_forward_lax): Move functions to isearch.el
6642 (bug#10145, bug#11381).
6643
6644 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
6645
6646 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
6647
6648 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * lread.c (init_obarray): Declare Qt and Qnil as special.
6651
6652 2012-05-14 Glenn Morris <rgm@gnu.org>
6653
6654 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
6655 Put "libexec" before "bin", for the sake of init_callproc_1.
6656
6657 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
6658
6659 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
6660
6661 * unexaix.c: Port to more-recent AIX compilers.
6662 (report_error, report_error_1, make_hdr, copy_sym)
6663 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
6664 Make arguments const char *, not char *, to avoid violations of C
6665 standard and to fix some AIX warnings reported by Gilles Pion.
6666
6667 2012-05-14 Eli Zaretskii <eliz@gnu.org>
6668
6669 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
6670 already have overlays loaded.
6671 (handle_single_display_spec): Before returning without displaying
6672 fringe bitmap, synchronize the bidi iterator with the main display
6673 iterator, by calling iterate_out_of_display_property.
6674 (iterate_out_of_display_property): Detect buffer iteration by
6675 testing that it->string is a Lisp string.
6676 (get_next_display_element): When the current object is exhausted,
6677 and there's something on it->stack, call set_iterator_to_next to
6678 proceed with what's on the stack, instead of returning zero.
6679 (set_iterator_to_next): If called at the end of a Lisp string,
6680 proceed to consider_string_end without incrementing string
6681 position. Don't increment display vector index past the end of
6682 the display vector. (Bug#11417)
6683 (pos_visible_p): Don't report a position visible when move_it_to
6684 stopped at the last line of window, which happens to be scanned
6685 backwards by the bidi iteration. (Bug#11464)
6686
6687 2012-05-14 Eli Zaretskii <eliz@gnu.org>
6688
6689 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
6690 and right-margin display specs even if the spec is invalid or we
6691 are on a TTY, and thus unable to display on the fringes.
6692 That's because the text with the property will not be displayed anyway,
6693 so we need to signal to the caller that this is a "replacing"
6694 display spec. This fixes display when the spec is invalid or we
6695 are on a TTY.
6696
6697 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
6698
6699 * unexaix.c (make_hdr): Fix typo in prototype.
6700 This bug broke the build on AIX. Problem reported by Gilles Pion.
6701
6702 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
6703
6704 * keyboard.c (kbd_buffer_get_event): Read special events also in
6705 batch mode. (Bug#11415)
6706
6707 2012-05-12 Glenn Morris <rgm@gnu.org>
6708
6709 * ns.mk: Update for ns_appbindir no longer having trailing "/".
6710
6711 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6712
6713 * lisp.mk (lisp): Add newcomment.elc.
6714
6715 2012-05-12 Glenn Morris <rgm@gnu.org>
6716
6717 * Makefile.in (MKDIR_P): New, set by configure.
6718 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
6719
6720 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
6721
6722 Remove unused function hourglass_started.
6723 * dispextern.h (hourglass_started):
6724 * w32fns.c (hourglass_started):
6725 * xdisp.c (hourglass_started): Remove.
6726
6727 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
6728
6729 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
6730 Update dependencies.
6731
6732 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
6733
6734 * xgselect.c (xg_select): Put maxfds+1 into a var.
6735 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
6736
6737 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
6738
6739 2012-05-10 Dave Abrahams <dave@boostpro.com>
6740
6741 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
6742 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
6743
6744 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
6745
6746 * dbusbind.c (xd_registered_buses): New internal Lisp object.
6747 Rename all occurences of Vdbus_registered_buses to xd_registered_buses.
6748 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
6749 Initialize xd_registered_buses.
6750
6751 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
6752
6753 Untag more efficiently if USE_LSB_TAG.
6754 This is based on a proposal by YAMAMOTO Mitsuharu in
6755 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
6756 For an admittedly artificial (nth 8000 longlist) benchmark on
6757 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
6758 Emacs's overall text size by 1%.
6759 * lisp.h (XUNTAG): New macro.
6760 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
6761 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
6762 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
6763 * eval.c (Fautoload):
6764 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
6765 * frame.h (XFRAME): Use XUNTAG.
6766
6767 Port recent dbusbind.c changes to 32-bit --with-wide-int.
6768 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
6769 Remove unportable assumptions about print widths of types like
6770 dbus_uint32_t.
6771 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
6772 intptr_t when converting between pointer and integer, to avoid GCC
6773 warnings about wrong width.
6774
6775 2012-05-09 Eli Zaretskii <eliz@gnu.org>
6776
6777 * w32proc.c (new_child): Force Windows to reserve only 64KB of
6778 stack for each reader_thread, instead of defaulting to 8MB
6779 determined by the linker. This avoids failures in creating
6780 subprocesses on Windows 7, see the discussion in this thread:
6781 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
6782
6783 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
6784
6785 Fix up display of the *Minibuf-0* buffer in the mini window.
6786 * keyboard.c (read_char): Don't clear the echo area if there's no
6787 message to clear.
6788 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
6789 contents of *Minibuf-0*) if there's no message displayed in its stead.
6790
6791 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
6792
6793 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
6794 batch mode.
6795
6796 2012-05-06 Chong Yidong <cyd@gnu.org>
6797
6798 * lisp.mk (lisp): Update.
6799
6800 2012-05-05 Jim Meyering <meyering@redhat.com>
6801
6802 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
6803
6804 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * data.c (PUT_ERROR): New macro.
6807 (syms_of_data): Use it. Add new error type `user-error'.
6808 * undo.c (user_error): New function.
6809 (Fprimitive_undo): Use it.
6810 * print.c (print_error_message): Adjust print style for `user-error'.
6811 * keyboard.c (user_error): New function.
6812 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
6813
6814 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
6815
6816 Do not limit current-time-string to years 1000..9999.
6817 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
6818 (Fcurrent_time_string): Support any year that is supported by the
6819 underlying localtime representation. Don't use asctime, as it
6820 has undefined behavior for years outside the range -999..9999.
6821
6822 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
6823
6824 Fix race conditions involving setenv, gmtime, localtime, asctime.
6825 Without this fix, interrupts could mess up code that uses these
6826 nonreentrant functions, since setting TZ invalidates existing
6827 tm_zone or tzname values, and since most of these functions return
6828 pointers to static storage.
6829 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
6830 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
6831 Grow the critical sections to include not just invoking
6832 localtime/gmtime, but also accessing these functions' results
6833 including their tm_zone values if any, and any related TZ setting.
6834 (format_time_string): Last arg is now struct tm *, not struct tm **,
6835 so that the struct tm is saved in the critical section.
6836 All callers changed. Simplify allocation of initial buffer, partly
6837 motivated by the fact that memory allocation needs to be outside
6838 the critical section.
6839
6840 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
6841
6842 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
6843 with RESET_INTERVAL.
6844
6845 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
6846 Remove duplicated buffer name initialization.
6847
6848 2012-05-02 Jim Meyering <jim@meyering.net>
6849
6850 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
6851
6852 * xfns.c (x_window): Use xstrdup (Bug#11375).
6853
6854 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6855
6856 * xdisp.c (pos_visible_p): If already at a newline from the
6857 display string before the 'while' loop, don't walk back the glyphs
6858 from it3.glyph_row. Solves assertion violation when the display
6859 string begins with a newline (egg.el). (Bug#11367)
6860
6861 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
6864 Move to simple.el.
6865
6866 2012-05-01 Glenn Morris <rgm@gnu.org>
6867
6868 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
6869 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
6870 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
6871 All were removed before 23.1.
6872
6873 * dispnew.c: Remove HAVE_LIBNCURSES test;
6874 it is always true on relevant platforms.
6875
6876 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
6877 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
6878
6879 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
6880
6881 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
6882
6883 * .gdbinit (xpr): Remove checks for no longer existing misc types.
6884 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
6885 Remove.
6886
6887 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
6888
6889 Do not avoid creating empty evaporating overlays (Bug#9642).
6890 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
6891 That is, do not delete an evaporating overlay if it becomes
6892 empty after its bounds are adjusted to fit within its buffer.
6893 This fix caused other problems, and I'm reverting it until we get
6894 to the bottom of them.
6895
6896 2012-04-27 Chong Yidong <cyd@gnu.org>
6897
6898 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
6899
6900 2012-04-27 Eli Zaretskii <eliz@gnu.org>
6901
6902 * xdisp.c (pos_visible_p): If the window start position is beyond
6903 ZV, start the display from buffer beginning. Prevents assertion
6904 violation in init_iterator when the minibuffer window is scrolled
6905 via the scroll bar.
6906
6907 * window.c (window_scroll_pixel_based): Likewise.
6908
6909 2012-04-27 Chong Yidong <cyd@gnu.org>
6910
6911 * keymap.c (where_is_internal): Doc fix (Bug#10872).
6912
6913 2012-04-27 Glenn Morris <rgm@gnu.org>
6914
6915 * fileio.c (Fcopy_file, Fset_file_selinux_context):
6916 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
6917
6918 2012-04-27 Eli Zaretskii <eliz@gnu.org>
6919
6920 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
6921 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
6922
6923 2012-04-26 Eli Zaretskii <eliz@gnu.org>
6924
6925 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
6926 display element, check also the underlying string or buffer
6927 character. (Bug#11341)
6928
6929 * w32menu.c: Include w32heap.h.
6930 (add_menu_item): If the call to AppendMenuW (via
6931 unicode_append_menu) fails, disable Unicode menus only if we are
6932 running on Windows 9X/Me.
6933
6934 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
6935
6936 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
6937 (xgetint): Add missing shift for LSB tags.
6938
6939 2012-04-24 Martin Rudalics <rudalics@gmx.at>
6940
6941 * keyboard.c (read_char): Don't wipe echo area for select window
6942 events: These might get delayed via `mouse-autoselect-window'
6943 (Bug#11304).
6944
6945 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
6948 manipulation of :loaded-from data.
6949
6950 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
6951
6952 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
6953 now a cons (bug#11311).
6954
6955 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
6956
6957 Do not create empty overlays with the evaporate property (Bug#9642).
6958 * buffer.c (Fmove_overlay): Delete an evaporating overlay
6959 if it becomes empty after its bounds are adjusted to fit within
6960 its buffer. Without this fix, in a nonempty buffer (let ((o
6961 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
6962 yields an empty overlay that has the evaporate property, which is
6963 not supposed to happen.
6964
6965 Fix minor GTK3 problems found by static checking.
6966 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
6967 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
6968 (struct _EmacsFixedClass, emacs_fixed_get_type):
6969 Move decls here from emacsgtkfixed.h, since they needn't be public.
6970 (emacs_fixed_get_type): Now static.
6971 (emacs_fixed_class_init): Omit unused local.
6972 (emacs_fixed_child_type): Remove; unused.
6973 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
6974 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
6975 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
6976 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
6977 (EMACS_FIXED_GET_CLASS): Remove; unused.
6978 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
6979
6980 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
6981 Problem reported by Juanma Barranquero for Windows -Wunused-function.
6982
6983 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
6984
6985 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
6986 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
6987 (__malloc_size_t, __malloc_ptrdiff_t):
6988 Remove. All uses removed, replaced by the definiens if needed,
6989 since we can assume C89 or better now.
6990 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
6991 (protect_malloc_state, align, get_contiguous_space)
6992 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
6993 (malloc_atfork_handler_child, malloc_enable_thread)
6994 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
6995 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
6996 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
6997 (special_realloc, _realloc_internal_nolock, _realloc_internal)
6998 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
6999 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
7000 Define using prototypes, not old style.
7001 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
7002 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
7003 (align): Don't assume that signed integer overflow wraps around.
7004 Omit unused local var.
7005 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
7006 (_free_internal_nolock, memalign, mallochook, reallochook):
7007 Omit no-longer-needed casts.
7008 (valloc): Use getpagesize, not __getpagesize.
7009 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
7010 (struct hdr): The 'magic' member is now size_t, not unsigned long.
7011
7012 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
7013
7014 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
7015
7016 Move functions from C to Lisp. Make non-blocking method calls
7017 the default. Implement further D-Bus standard interfaces.
7018
7019 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
7020 (QCdbus_request_name_allow_replacement)
7021 (QCdbus_request_name_replace_existing)
7022 (QCdbus_request_name_do_not_queue)
7023 (QCdbus_request_name_reply_primary_owner)
7024 (QCdbus_request_name_reply_in_queue)
7025 (QCdbus_request_name_reply_exists)
7026 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
7027 (QCdbus_registered_serial, QCdbus_registered_method)
7028 (QCdbus_registered_signal): New Lisp objects.
7029 (XD_DEBUG_MESSAGE): Use sizeof.
7030 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
7031 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
7032 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
7033 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
7034 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
7035 (xd_signature, xd_append_arg): Allow float for integer types.
7036 (xd_get_connection_references): New function.
7037 (xd_get_connection_address): Rename from xd_initialize.
7038 Return cached address.
7039 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
7040 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
7041 level.
7042 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
7043 Return number of refcounts.
7044 (Fdbus_get_unique_name): Make stronger parameter check.
7045 (Fdbus_message_internal): New defun.
7046 (Fdbus_call_method, Fdbus_call_method_asynchronously)
7047 (Fdbus_method_return_internal, Fdbus_method_error_internal)
7048 (Fdbus_send_signal, Fdbus_register_service)
7049 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
7050 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
7051 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
7052 (Vdbus_compiled_version, Vdbus_runtime_version)
7053 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
7054 (Vdbus_message_type_method_return, Vdbus_message_type_error)
7055 (Vdbus_message_type_signal): New defvars.
7056 (Vdbus_registered_buses, Vdbus_registered_objects_table):
7057 Adapt docstring.
7058
7059 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
7060
7061 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
7062 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
7063 Do not assume ptrdiff_t is the same width as 'int'.
7064
7065 * alloc.c: Handle unusual debugging option combinations.
7066 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
7067 since the two debugging options are incompatible.
7068 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
7069 is defined.
7070 (mem_init, mem_insert, mem_insert_fixup):
7071 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
7072 (NEED_MEM_INSERT): Remove; no longer needed.
7073
7074 2012-04-22 Leo Liu <sdl.web@gmail.com>
7075
7076 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
7077
7078 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
7079
7080 * sysdep.c [__FreeBSD__]: Minor cleanups.
7081 (list_system_processes, system_process_attributes) [__FreeBSD__]:
7082 Use Emacs indenting style more consistently. Avoid some casts.
7083 Use 'double' consistently rather than mixing 'float' and 'double'.
7084
7085 2012-04-21 Eduard Wiebe <usenet@pusto.de>
7086
7087 * sysdep.c (list_system_processes, system_process_attributes):
7088 Add implementation for FreeBSD (Bug#5243).
7089
7090 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
7091
7092 * lisp.mk (lisp): Update.
7093
7094 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
7095
7096 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
7097 It is never used otherwise.
7098
7099 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * print.c (print_preprocess): Only check print_depth if print-circle
7102 is nil.
7103 (print_object): Check for cycles even when print-circle is nil and
7104 print-gensym is t, but only check print_depth if print-circle is nil.
7105
7106 2012-04-20 Chong Yidong <cyd@gnu.org>
7107
7108 * process.c (wait_reading_process_output): If EIO occurs on a pty,
7109 set the status to "failed" and ensure that sentinel is run.
7110
7111 2012-04-20 Glenn Morris <rgm@gnu.org>
7112
7113 * process.c (Fset_process_inherit_coding_system_flag)
7114 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
7115 (Fmake_network_process, Fmake_serial_process): Doc fix.
7116
7117 2012-04-20 Eli Zaretskii <eliz@gnu.org>
7118
7119 * xdisp.c (string_buffer_position_lim): Limit starting position to
7120 BEGV.
7121 (set_cursor_from_row): If called for a mode-line or header-line
7122 row, return zero immediately.
7123 (try_cursor_movement): If inside continuation line, don't back up
7124 farther than the first row after the header line, if any.
7125 Don't consider the header-line row as "partially visible", even if
7126 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
7127
7128 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
7129
7130 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
7131 (bug#11238).
7132
7133 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
7134 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
7135
7136 configure: new option --enable-gcc-warnings (Bug#11207)
7137 * Makefile.in (C_WARNINGS_SWITCH): Remove.
7138 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
7139 (ALL_CFLAGS): Use new macros rather than old.
7140 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
7141 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
7142 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
7143 -Wunused-result, -Wunused-variable. This should go away once
7144 the Emacs and Gnulib regex code is merged.
7145 (xmalloc, xrealloc): Now static.
7146
7147 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
7148
7149 * dired.c (Fsystem_groups): Remove unused local.
7150
7151 2012-04-17 Glenn Morris <rgm@gnu.org>
7152
7153 * dired.c (Fsystem_users): Doc fix.
7154
7155 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
7156
7157 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
7158 (syms_of_dired): Add them.
7159
7160 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
7161
7162 Fix minor alloc.c problems found by static checking.
7163 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
7164 New extern decls, to avoid calling undeclared functions.
7165 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
7166 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
7167 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
7168 (NEED_MEM_INSERT): New macro.
7169 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
7170 Remove one incorrect comment and fix another.
7171
7172 Fix minor ralloc.c problems found by static checking.
7173 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
7174 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
7175 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
7176 (r_alloc_sbrk): Now static.
7177
7178 Improve ralloc.c interface checking.
7179 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
7180 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
7181 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
7182 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
7183 [REL_ALLOC]: ... to here, to check interface.
7184 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
7185 Remove decls. This fixes an "It stinks!".
7186
7187 * alloc.c (which_symbols): Fix alignment issue / type clash.
7188
7189 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
7190
7191 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
7192 (struct Lisp_Misc_Any): Likewise.
7193 (struct Lisp_Free): Likewise.
7194 * alloc.c (union aligned_Lisp_Symbol): Define.
7195 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
7196 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
7197 (union aligned_Lisp_Misc): Define.
7198 (MARKER_BLOCK_SIZE, struct marker_block): Use union
7199 aligned_Lisp_Misc instead of union Lisp_Misc.
7200 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
7201
7202 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
7203
7204 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
7205 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
7206 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
7207 * s/netbsd.h, s/sol2-6.h:
7208 Remove definition of GC_MARK_STACK, since the default now works.
7209 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
7210 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
7211 no longer the default.
7212 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
7213
7214 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
7215
7216 * lread.c (lisp_file_lexically_bound_p):
7217 Fix hang at ";-*-\n" (bug#11238).
7218
7219 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7220
7221 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
7222 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
7223
7224 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
7225
7226 * nsterm.m (constrainFrameRect): Always constrain when there is only
7227 one screen (Bug#10962).
7228
7229 2012-04-13 Ken Brown <kbrown@cornell.edu>
7230
7231 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
7232
7233 2012-04-13 Reuben Thomas <rrt@sc3d.org>
7234
7235 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
7236
7237 2012-04-11 Daniel Colascione <dancol@dancol.org>
7238
7239 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
7240 against is gone. It's better to use vfork now so that when Cygwin
7241 gains a new, working vfork, we use it automatically (bug#10398).
7242
7243 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * window.c (save_window_save): Obey window-point-insertion-type.
7246
7247 2012-04-11 Glenn Morris <rgm@gnu.org>
7248
7249 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
7250
7251 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
7254
7255 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
7256
7257 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
7258 (force_quit_count): New var.
7259 (handle_interrupt): Use it.
7260
7261 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
7262
7263 * w32.c (w32_delayed_load): Record the full path of the library
7264 being loaded (bug#10424).
7265
7266 2012-04-09 Glenn Morris <rgm@gnu.org>
7267
7268 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
7269 not just in the obarray, before snarfing them. (Bug#11036)
7270
7271 * Makefile.in ($(leimdir)/leim-list.el):
7272 Pass EMACS rather than BUILT_EMACS.
7273
7274 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
7275
7276 * process.c (make_process):
7277 * process.h: Add integer `gnutls_handshakes_tried' member to
7278 process struct.
7279
7280 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
7281 Add convenience `GNUTLS_LOG2i' macro.
7282
7283 * gnutls.c (gnutls_log_function2i): Convenience log function.
7284 (emacs_gnutls_read): Use new log functions,
7285 `gnutls_handshakes_tried' process member, and
7286 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
7287 attempts per process (connection).
7288
7289 2012-04-09 Chong Yidong <cyd@gnu.org>
7290
7291 * eval.c (Fuser_variable_p, user_variable_p_eh)
7292 (lisp_indirect_variable): Functions deleted.
7293 (Fdefvar): Caller changed.
7294
7295 * callint.c (Finteractive, Fcall_interactively):
7296 * minibuf.c (Fread_variable): Callers changed.
7297
7298 2012-04-09 Eli Zaretskii <eliz@gnu.org>
7299
7300 * xdisp.c (set_cursor_from_row): If the display string appears in
7301 the buffer at position that is closer to point than the position
7302 after the display string, display the cursor on the first glyph of
7303 the display string. Fixes cursor display when a 'display' text
7304 property immediately follows invisible text. (Bug#11094)
7305
7306 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
7307
7308 composite.c: use 'double' consistently
7309 * composite.c (get_composition_id): Use 'double' consistently
7310 instead of converting 'float' to 'double' and vice versa; this is
7311 easier to understand and avoids a GCC warning.
7312
7313 2012-04-09 Glenn Morris <rgm@gnu.org>
7314
7315 * Makefile.in: Generate leim-list with bootstrap-emacs, in
7316 preparation for dumping it with emacs. (Bug#4789)
7317 (leimdir): New variable.
7318 ($(leimdir)/leim-list.el): New rule.
7319 (emacs$(EXEEXT)): Depend on leim-list.el.
7320
7321 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
7322 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
7323 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
7324
7325 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
7326
7327 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
7328 proper alignment.
7329
7330 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
7331
7332 * xml.c (init_libxml2_functions) [WINDOWSNT]:
7333 Remove unused local variable.
7334
7335 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
7336
7337 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
7338 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
7339 (mark_memory): Mark Lisp_Objects only if pointers might hide in
7340 objects, as mark_maybe_pointer will catch them otherwise.
7341 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
7342 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
7343
7344 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
7345
7346 Fix typo that broke non-Windows builds.
7347 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
7348
7349 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7350
7351 Support building on MS-Windows with libxml2.
7352
7353 * makefile.w32-in (OBJ2): Add xml.$(O).
7354 (GLOBAL_SOURCES): Add xml.c.
7355 ($(BLD)/xml.$(O)): New dependency list.
7356
7357 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
7358 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
7359 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
7360 [!WINDOWSNT]: New macros.
7361 (init_libxml2_functions, libxml2_loaded_p): New functions.
7362 (parse_region): Call fn_xmlCheckVersion instead of using the macro
7363 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
7364 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
7365 Calls xmlCleanupParser only if libxml2 was loaded (or statically
7366 linked in).
7367 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
7368 Call init_libxml2_functions before calling libxml2 functions.
7369 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
7370
7371 * emacs.c: Don't include libxml/parser.h.
7372 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
7373 xmlCleanupParser directly.
7374
7375 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
7376
7377 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7378
7379 * indent.c (Fvertical_motion): If there is a display string at
7380 point, use it.vpos to compute how many lines to backtrack after
7381 move_it_to point. (Bug#11133)
7382
7383 2012-04-06 Eli Zaretskii <eliz@gnu.org>
7384
7385 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
7386 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
7387 about subtle differences between FETCH_CHAR* and STRING_CHAR*
7388 macros related to unification of CJK characters. For the details,
7389 see the discussion following the message here:
7390 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
7391
7392 2012-04-04 Chong Yidong <cyd@gnu.org>
7393
7394 * keyboard.c (Vdelayed_warnings_list): Doc fix.
7395
7396 2012-04-01 Eli Zaretskii <eliz@gnu.org>
7397
7398 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
7399 instead of alloca. (Bug#11138)
7400
7401 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
7402
7403 * w32menu.c (is_simple_dialog): Properly check lisp types.
7404 (Bug#11141)
7405
7406 2012-03-31 Eli Zaretskii <eliz@gnu.org>
7407
7408 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
7409 position we get to after a call to move_it_to fails the
7410 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
7411 only if we wind up in a string from display property. (Bug#11063)
7412
7413 * window.c (Fdelete_other_windows_internal): Invalidate the row
7414 and column information about mouse highlight, so that redisplay
7415 restores it after reallocating the glyph matrices. (Bug#7464)
7416
7417 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
7418 string comes from a `display' text property, use the buffer
7419 position of that property as if we actually saw that position in
7420 the row's glyphs.
7421 (move_it_by_lines): Remove the assertion that
7422 "it->current_x == 0 && it->hpos == 0" which can be legitimately
7423 violated when there's a before-string at the beginning of a line.
7424 (Bug#11063)
7425
7426 2012-03-30 Eli Zaretskii <eliz@gnu.org>
7427
7428 * xdisp.c (append_space_for_newline): If the default face was
7429 remapped, use the remapped face for the appended newline.
7430 (extend_face_to_end_of_line): Use the remapped default face for
7431 extending the face to the end of the line.
7432 (display_line): Call extend_face_to_end_of_line when the default
7433 face was remapped. (Bug#11068)
7434
7435 2012-03-29 Eli Zaretskii <eliz@gnu.org>
7436
7437 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
7438
7439 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
7442
7443 2012-03-27 Glenn Morris <rgm@gnu.org>
7444
7445 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
7446 Doc fixes.
7447
7448 2012-03-26 Kenichi Handa <handa@m17n.org>
7449
7450 * dispextern.h (struct glyph): Fix previous change. Change the
7451 bit length of glyphless.ch to 25 (Bug#11082).
7452
7453 2012-03-26 Chong Yidong <cyd@gnu.org>
7454
7455 * keyboard.c (Vselection_inhibit_update_commands): New variable.
7456 (command_loop_1): Use it; inhibit selection update for
7457 handle-select-window too (Bug#8996).
7458
7459 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
7460
7461 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
7462
7463 2012-03-25 Kenichi Handa <handa@m17n.org>
7464
7465 * dispextern.h (struct glyph): Change the bit length of
7466 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
7467
7468 2012-03-24 Eli Zaretskii <eliz@gnu.org>
7469
7470 * s/ms-w32.h (tzname): Include time.h before redirecting to
7471 _tzname. Fixes the MSVC build. (Bug#9960)
7472
7473 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
7474
7475 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
7476 characters.
7477
7478 * xterm.c (XTread_socket): Only modify handling_signal if
7479 !SYNC_INPUT. (Bug#11080)
7480
7481 2012-03-23 Eli Zaretskii <eliz@gnu.org>
7482
7483 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
7484 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
7485 when fetching a multibyte character consumes more bytes than
7486 CHAR_BYTES returns, due to unification of CJK characters in
7487 string_char. (Bug#11073)
7488
7489 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7490
7491 * process.c (wait_reading_process_output): Handle pty disconnect
7492 by refraining from sending oneself a SIGCHLD (bug#10933).
7493
7494 2012-03-22 Chong Yidong <cyd@gnu.org>
7495
7496 * dispextern.h (struct it): New member string_from_prefix_prop_p.
7497
7498 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
7499 Mark string as coming from a prefix property.
7500 (handle_face_prop): Use default face for prefix strings (Bug#4281).
7501 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
7502
7503 2012-03-21 Chong Yidong <cyd@gnu.org>
7504
7505 * xfaces.c (Vface_remapping_alist): Doc fix.
7506
7507 2012-03-20 Eli Zaretskii <eliz@gnu.org>
7508
7509 * w32proc.c (Fw32_set_console_codepage)
7510 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
7511 Doc fixes.
7512
7513 2012-03-20 Chong Yidong <cyd@gnu.org>
7514
7515 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
7516 to reflect default non-nil value of redisplay-dont-pause.
7517
7518 2012-03-19 Kenichi Handa <handa@m17n.org>
7519
7520 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
7521 it fit in a valid range (Bug#11003).
7522
7523 2012-03-18 Eli Zaretskii <eliz@gnu.org>
7524
7525 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
7526 that is not from display property, accept the row as a "cursor
7527 row" if one of the string's character has a non-nil `cursor'
7528 property. Fixes cursor positioning when there are newlines in
7529 overlay strings, e.g. in icomplete.el. (Bug#11035)
7530
7531 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
7532
7533 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
7534
7535 2012-03-12 Chong Yidong <cyd@gnu.org>
7536
7537 * eval.c (inhibit_lisp_code): Rename from
7538 inhibit_window_configuration_change_hook; move from window.c.
7539
7540 * xfns.c (unwind_create_frame_1, Fx_create_frame):
7541 * window.c (run_window_configuration_change_hook)
7542 (syms_of_window): Callers changed.
7543
7544 2012-03-11 Chong Yidong <cyd@gnu.org>
7545
7546 * keymap.c (Fkey_description): Doc fix (Bug#9700).
7547
7548 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
7549
7550 2012-03-10 Chong Yidong <cyd@gnu.org>
7551
7552 * frame.c (other_visible_frames): Don't assume the selected frame
7553 is visible (Bug#10955).
7554
7555 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
7558
7559 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
7560
7561 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
7562 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
7563 zero (Bug#10954).
7564
7565 2012-03-03 Glenn Morris <rgm@gnu.org>
7566
7567 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
7568
7569 2012-03-02 Eli Zaretskii <eliz@gnu.org>
7570
7571 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
7572 position past the first glyph_row that ends at ZV. (Bug#10902)
7573 (redisplay_window, next_element_from_string): Fix typos in
7574 comments.
7575 (redisplay_window): Pass to move_it_vertically the margin in
7576 pixels, not in screen lines.
7577
7578 2012-03-02 Glenn Morris <rgm@gnu.org>
7579
7580 * buffer.c (buffer-list-update-hook): Doc fix.
7581
7582 2012-02-29 Eli Zaretskii <eliz@gnu.org>
7583
7584 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
7585 push_it before setting up the iterator for the first overlay
7586 string, even if we have an empty string loaded.
7587 (next_overlay_string): If there's an empty string on the iterator
7588 stack, pop the stack. (Bug#10903)
7589
7590 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
7591
7592 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
7593 Suggested by Stefan Monnier in
7594 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
7595 * alloc.c (widen_to_Lisp_Object): New static function.
7596 (mark_memory): Also mark Lisp_Objects by fetching pointer words
7597 and widening them to Lisp_Objects. This would work even if
7598 USE_LSB_TAG is defined and wide integers are used, which might
7599 happen in a future version of Emacs.
7600
7601 2012-02-25 Chong Yidong <cyd@gnu.org>
7602
7603 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
7604 Doc fix.
7605
7606 * xselect.c (Fx_selection_exists_p): Doc fix.
7607 (x_clipboard_manager_save_all): Print an informative message
7608 before saving to clipboard manager.
7609
7610 2012-02-24 Chong Yidong <cyd@gnu.org>
7611
7612 * keyboard.c (process_special_events): Handle all X selection
7613 requests in kbd_buffer, not just the next one (Bug#8869).
7614
7615 2012-02-23 Chong Yidong <cyd@gnu.org>
7616
7617 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
7618 call when setting menu-bar-lines and tool-bar-lines parameters.
7619 (unwind_create_frame_1): New helper function.
7620
7621 * window.c (inhibit_window_configuration_change_hook): New var.
7622 (run_window_configuration_change_hook): Obey it.
7623 (syms_of_window): Initialize it.
7624
7625 2012-02-22 Chong Yidong <cyd@gnu.org>
7626
7627 * xterm.c (x_draw_image_relief): Add missing type check for
7628 Vtool_bar_button_margin (Bug#10743).
7629
7630 2012-02-21 Chong Yidong <cyd@gnu.org>
7631
7632 * fileio.c (Vfile_name_handler_alist): Doc fix.
7633
7634 * buffer.c (Fget_file_buffer): Protect against invalid file
7635 handler return value.
7636
7637 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
7638
7639 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
7640 when computing $valmask.
7641
7642 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
7643 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
7644 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
7645 It's useless in that case, and it can cause problems on hosts
7646 that allocate halves of EMACS_INT values separately.
7647 Reported by Dan Horák. Diagnosed by Andreas Schwab in
7648 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
7649 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
7650 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
7651 it avoids undefined behavior on hosts where shifting right by more
7652 than the word width has undefined behavior.
7653
7654 2012-02-19 Chong Yidong <cyd@gnu.org>
7655
7656 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
7657 (Funhandled_file_name_directory, Ffile_name_as_directory)
7658 (Fdirectory_file_name, Fexpand_file_name)
7659 (Fsubstitute_in_file_name): Protect against invalid file handler
7660 return values (Bug#10845).
7661
7662 2012-02-18 Eli Zaretskii <eliz@gnu.org>
7663
7664 * .gdbinit (pitx): Fix incorrect references to fields of the
7665 iterator stack.
7666
7667 2012-02-17 Chong Yidong <cyd@gnu.org>
7668
7669 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
7670
7671 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
7672
7673 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
7674 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
7675
7676 2012-02-15 Chong Yidong <cyd@gnu.org>
7677
7678 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
7679 marked as special. Also, starting docstrings with * is obsolete.
7680
7681 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
7682
7683 * gnutls.c (emacs_gnutls_write): Fix last change.
7684
7685 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
7686
7687 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
7688 send_process.
7689
7690 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * keymap.c (Fsingle_key_description): Handle char ranges.
7693
7694 2012-02-12 Chong Yidong <cyd@gnu.org>
7695
7696 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
7697 as that creates a dangerous corner case.
7698
7699 * window.c (Fdelete_window_internal): Invalidate the mouse
7700 highlight (Bug#9904).
7701
7702 2012-02-12 Glenn Morris <rgm@gnu.org>
7703
7704 * xselect.c (Fx_own_selection_internal)
7705 (Fx_get_selection_internal, Fx_disown_selection_internal)
7706 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
7707 * nsselect.m (Fx_own_selection_internal)
7708 (Fx_disown_selection_internal, Fx_selection_exists_p)
7709 (Fx_selection_owner_p, Fx_get_selection_internal):
7710 Sync docs and argument specs with the xselect.c versions.
7711
7712 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
7713
7714 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
7715
7716 2012-02-11 Eli Zaretskii <eliz@gnu.org>
7717
7718 * w32select.c (Fx_selection_exists_p): Sync doc string and
7719 argument list with xselect.c. (Bug#10783)
7720
7721 * w16select.c (Fx_selection_exists_p): Sync doc string and
7722 argument list with xselect.c. (Bug#10783)
7723
7724 2012-02-10 Glenn Morris <rgm@gnu.org>
7725
7726 * fns.c (Fsecure_hash): Doc fix.
7727
7728 2012-02-09 Kenichi Handa <handa@m17n.org>
7729
7730 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
7731
7732 2012-02-07 Chong Yidong <cyd@gnu.org>
7733
7734 * buffer.c (Fbuffer_local_variables)
7735 (buffer_lisp_local_variables): Handle unbound vars correctly;
7736 don't let Qunbound leak into Lisp.
7737
7738 2012-02-07 Glenn Morris <rgm@gnu.org>
7739
7740 * image.c (Fimagemagick_types): Doc fix.
7741
7742 * image.c (imagemagick-render-type): Change it from a lisp object
7743 to an integer. Move the doc here from the lisp manual.
7744 Treat all values not equal to 0 the same.
7745
7746 2012-02-06 Chong Yidong <cyd@gnu.org>
7747
7748 * doc.c (store_function_docstring): Avoid applying docstring of
7749 alias to base function (Bug#2603).
7750
7751 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
7752
7753 * .gdbinit (pp1, pv1): Remove redundant defines.
7754 (pr): Use pp.
7755
7756 2012-02-04 Chong Yidong <cyd@gnu.org>
7757
7758 * nsterm.m: Declare a global (Bug#10694).
7759
7760 2012-02-04 Eli Zaretskii <eliz@gnu.org>
7761
7762 * w32.c (get_emacs_configuration_options):
7763 Include --enable-checking, if specified, in the return value.
7764
7765 2012-02-04 Martin Rudalics <rudalics@gmx.at>
7766
7767 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
7768 after rounding frame sizes. (Bug#9723)
7769
7770 2012-02-04 Eli Zaretskii <eliz@gnu.org>
7771
7772 * keyboard.c (adjust_point_for_property): Don't position point
7773 before BEGV. (Bug#10696)
7774
7775 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
7776
7777 Handle overflow when computing char display width (Bug#9496).
7778 * character.c (char_width): Return EMACS_INT, not int.
7779 (char_width, c_string_width): Check for overflow when
7780 computing the width; this is possible now that individual
7781 characters can have unbounded width. Problem introduced
7782 by merge from Emacs 23 on 2012-01-19.
7783
7784 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
7785
7786 * dbusbind.c (Fdbus_register_method): Mention the return value
7787 :ignore in the docstring.
7788
7789 2012-02-02 Glenn Morris <rgm@gnu.org>
7790
7791 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
7792
7793 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
7794 Unconditionally set to t. (Bug#10673)
7795 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
7796 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
7797 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
7798
7799 2012-02-02 Kenichi Handa <handa@m17n.org>
7800
7801 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
7802 0, do not call append_composite_glyph.
7803
7804 2012-02-02 Kenichi Handa <handa@m17n.org>
7805
7806 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
7807 NULL (Bug#6988).
7808 (x_produce_glyphs): If the component of a composition is a null
7809 string, set it->pixel_width to 1 to avoid zero-width glyph.
7810
7811 2012-02-01 Eli Zaretskii <eliz@gnu.org>
7812
7813 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
7814 first 2 arguments are identical. This makes inserting large
7815 output from a subprocess an order of magnitude faster on
7816 MS-Windows, where all sbrk'ed memory is always contiguous.
7817
7818 2012-01-31 Glenn Morris <rgm@gnu.org>
7819
7820 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
7821 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
7822 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
7823
7824 2012-01-29 Glenn Morris <rgm@gnu.org>
7825
7826 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
7827
7828 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
7829
7830 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
7831
7832 2012-01-28 Chong Yidong <cyd@gnu.org>
7833
7834 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
7835
7836 2012-01-26 Chong Yidong <cyd@gnu.org>
7837
7838 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
7839
7840 * search.c (Fsearch_forward, Fsearch_backward): Document negative
7841 repeat counts (Bug#10507).
7842
7843 2012-01-26 Glenn Morris <rgm@gnu.org>
7844
7845 * lread.c (syms_of_lread): Doc fix.
7846
7847 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
7848
7849 * coding.c (encode_designation_at_bol): Change return value to
7850 EMACS_INT.
7851
7852 2012-01-25 Chong Yidong <cyd@gnu.org>
7853
7854 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
7855
7856 2012-01-21 Chong Yidong <cyd@gnu.org>
7857
7858 * floatfns.c (Fcopysign): Make the second argument non-optional,
7859 since nil is not allowed anyway.
7860
7861 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
7862
7863 * process.c (read_process_output): Use p instead of XPROCESS (proc).
7864 (send_process): Likewise.
7865
7866 2012-01-19 Martin Rudalics <rudalics@gmx.at>
7867
7868 * window.c (save_window_save, Fcurrent_window_configuration)
7869 (Vwindow_persistent_parameters): Do not use Qstate.
7870 Rewrite doc-strings.
7871
7872 2012-01-19 Kenichi Handa <handa@m17n.org>
7873
7874 * character.c (char_width): New function.
7875 (Fchar_width, c_string_width, lisp_string_width):
7876 Use char_width (Bug#9496).
7877
7878 2012-01-16 Martin Rudalics <rudalics@gmx.at>
7879
7880 * window.c (Vwindow_persistent_parameters): New variable.
7881 (Fset_window_configuration, save_window_save): Handle persistent
7882 window parameters.
7883
7884 2012-01-14 Eli Zaretskii <eliz@gnu.org>
7885
7886 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
7887 thrashing the stack of the thread. (Bug#9087)
7888
7889 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
7890
7891 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
7892
7893 2012-01-11 Eli Zaretskii <eliz@gnu.org>
7894
7895 * xdisp.c (rows_from_pos_range): Handle the case where the
7896 highlight ends on a newline. (Bug#10464)
7897 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
7898 he end column for display of highlight that ends on a newline
7899 before a R2L line.
7900
7901 2012-01-11 Glenn Morris <rgm@gnu.org>
7902
7903 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
7904 from load-path also when installation-directory is nil. (Bug#10208)
7905
7906 2012-01-10 Glenn Morris <rgm@gnu.org>
7907
7908 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
7909
7910 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
7911 Update template values to be closer to their typical values these days.
7912
7913 2012-01-09 Eli Zaretskii <eliz@gnu.org>
7914
7915 * xdisp.c (rows_from_pos_range): Accept additional argument
7916 DISP_STRING, and accept any glyph in a row whose object is that
7917 string as eligible for mouse highlight. Fixes mouse highlight of
7918 display strings from overlays. (Bug#10464)
7919
7920 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
7921
7922 emacs: fix an auto-save permissions race condition (Bug#10400)
7923 * fileio.c (auto_saving_dir_umask): New static var.
7924 (Fmake_directory_internal): Use it.
7925 (do_auto_save_make_dir): Set it, instead of invoking chmod after
7926 creating the directory. The old code temporarily assigns
7927 too-generous permissions to the directory.
7928 (do_auto_save_eh): Clear it.
7929 (Fdo_auto_save): Catch all errors, not just file errors, so
7930 that the var is always cleared.
7931
7932 2012-01-07 Eli Zaretskii <eliz@gnu.org>
7933
7934 * search.c (scan_buffer): Pass character positions to
7935 know_region_cache, not byte positions. (Bug#6540)
7936
7937 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
7938
7939 * w32.c (sys_rename): Report EXDEV when rename of a directory
7940 fails because the target is on another logical disk. (Bug#10284)
7941
7942 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
7943
7944 * xterm.c (x_embed_request_focus): New function.
7945
7946 * xterm.h: Add prototype.
7947
7948 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
7949
7950 2012-01-05 Glenn Morris <rgm@gnu.org>
7951
7952 * emacs.c (emacs_copyright): Update short copyright year to 2012.
7953
7954 2012-01-01 Eli Zaretskii <eliz@gnu.org>
7955
7956 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
7957 Load gnutls_transport_set_lowat only if GnuTLS version is below
7958 2.11.1.
7959 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
7960 GnuTLS versions below 2.11.1.
7961
7962 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
7963
7964 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
7965 to the doc string advising against its use for altering the way
7966 windows are scrolled.
7967
7968 2011-12-28 Kenichi Handa <handa@m17n.org>
7969
7970 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
7971 coding-system ASCII compatible only when it does not produce BOM
7972 on encoding (Bug#10383).
7973
7974 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
7975
7976 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
7977 can scroll.
7978 (create_and_show_popup_menu): Always use menu_position_func for
7979 Gtk3 (Bug#10361).
7980
7981 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
7982
7983 * callint.c (Fcall_interactively): Don't truncate prompt string.
7984
7985 2011-12-23 Eli Zaretskii <eliz@gnu.org>
7986
7987 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
7988 property that ends at ZV, so that the bidi iteration could be
7989 resumed from there (after widening). (Bug#10360)
7990
7991 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
7992
7993 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
7994
7995 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
7996
7997 * nsterm.m (x_free_frame_resources):
7998 Release f->output_data.ns->miniimage.
7999 (ns_index_color): Fix indentation. Do not retain
8000 color_table->colors[i].
8001
8002 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
8003 before returning.
8004
8005 * nsfns.m (x_set_background_color): Assign return value from
8006 ns_index_color to face-background instead of NSColor*.
8007 (ns_implicitly_set_icon_type): Fix indentation.
8008 Change assignment in for loop to comparison.
8009
8010 * emacs.c (ns_pool): New variable.
8011 (main): Assign ns_pool.
8012 (Fkill_emacs): Call ns_release_autorelease_pool.
8013
8014 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
8015 autorelease fdesc, release fdAttrs and tdict.
8016 (ns_get_covering_families): Release charset.
8017 (ns_findfonts): Release NSFontDescriptor created with new.
8018 (ns_uni_to_glyphs): Fix indentation.
8019 (setString): Release attrStr before assigning new value.
8020
8021 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
8022
8023 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
8024 and NS_IMPL_COCOA.
8025 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
8026 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
8027
8028 2011-12-18 David Reitter <reitter@cmu.edu>
8029
8030 * nsterm.m (ns_term_init): Subscribe for notifications
8031 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
8032 to method trackingNotification in EmacsMenu.
8033
8034 * nsmenu.m (trackingMenu): New variable.
8035 (trackingNotification): New method (from Aquamacs).
8036 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
8037 from Aquamacs (Bug#7030).
8038
8039 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
8040
8041 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
8042 (symbol_to_nsstring): Fix indentation.
8043 (ns_symbol_to_pb): New function.
8044 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
8045 (Fns_rotate_cut_buffers_internal): Remove.
8046 (Fns_store_selection_internal): Rename from
8047 Fns_store_cut_buffer_internal.
8048 (ns_get_foreign_selection, Fx_own_selection_internal)
8049 (Fx_disown_selection_internal, Fx_selection_exists_p)
8050 (Fns_get_selection_internal, Fns_store_selection_internal):
8051 Use ns_symbol_to_pb and check if return value is nil.
8052 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
8053 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
8054 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
8055 renamed to Sns_store_selection_internal.
8056 (ns_handle_selection_request): Move code to Fx_own_selection_internal
8057 and remove this function.
8058 (ns_handle_selection_clear): Remove, never used.
8059 (Fx_own_selection_internal): Move code from ns_handle_selection_request
8060 here.
8061
8062 2011-12-17 Ken Brown <kbrown@cornell.edu>
8063
8064 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
8065 GID is unknown (Bug#10257).
8066
8067 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
8068
8069 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
8070 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
8071 which caused a build failure on GNU/Linux IA-64. This problem was
8072 introduced by my 2011-10-07 patch.
8073
8074 2011-12-15 Juri Linkov <juri@jurta.org>
8075
8076 * image.c (imagemagick_error): New function. (Bug#10112)
8077 (imagemagick_load_image): Comment out `MagickSetResolution' call.
8078 Use `imagemagick_error' where ImageMagick functions return
8079 `MagickFalse'.
8080 (Fimagemagick_types): Add `Fnreverse' to return the list in the
8081 proper order.
8082
8083 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8084
8085 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
8086 fill background (Bug#8992).
8087
8088 2011-12-13 Martin Rudalics <rudalics@gmx.at>
8089
8090 * window.c (Vwindow_combination_resize)
8091 (Vwindow_combination_limit): Use t instead of non-nil in
8092 doc-strings.
8093 (Vrecenter_redisplay): Add first sentence of doc-string on
8094 separate line.
8095 (Frecenter): Fix doc-string typo.
8096
8097 2011-12-11 Kenichi Handa <handa@m17n.org>
8098
8099 * coding.c (Funencodable_char_position): Pay attention to the
8100 buffer text relocation (Bug#9389).
8101
8102 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
8103
8104 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
8105 gtk_init (Bug#10100).
8106
8107 2011-12-10 Eli Zaretskii <eliz@gnu.org>
8108
8109 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
8110 IT->string is nil. (Bug#10263)
8111
8112 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
8113
8114 * nsterm.h (x_free_frame_resources): Declare.
8115
8116 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
8117 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
8118
8119 * nsterm.h (ns_get_defaults_value): Declare.
8120
8121 * nsterm.m (ns_default): Call ns_get_defaults_value.
8122
8123 2011-12-09 Eli Zaretskii <eliz@gnu.org>
8124
8125 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
8126 (Bug#10170)
8127
8128 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8129
8130 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
8131 that where the value of an _OBJC_* symbol points to is in the .bss
8132 section (Bug#10240).
8133
8134 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
8135
8136 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
8137 after the loop to call ccl_driver at least once (Bug#8619).
8138
8139 2011-12-08 Kenichi Handa <handa@m17n.org>
8140
8141 * ftfont.c (get_adstyle_property): Fix previous change
8142 (Bug#10233).
8143
8144 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
8145
8146 * w32.c (init_environment): If no_site_lisp, remove site-lisp
8147 dirs from the default value of EMACSLOADPATH (bug#10208).
8148
8149 2011-12-07 Glenn Morris <rgm@gnu.org>
8150
8151 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
8152 installation and source directories as well. (Bug#10208)
8153
8154 2011-12-06 Chong Yidong <cyd@gnu.org>
8155
8156 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
8157
8158 2011-12-06 Glenn Morris <rgm@gnu.org>
8159
8160 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
8161 as an error, not just -1. (Bug#10217)
8162
8163 2011-12-05 Chong Yidong <cyd@gnu.org>
8164
8165 * keyboard.c (process_special_events): New function.
8166 (swallow_events, Finput_pending_p): Use it (Bug#10195).
8167
8168 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
8169
8170 * coding.c (encode_designation_at_bol): Don't use uninitialized
8171 local variable (Bug#9318).
8172
8173 2011-12-05 Kenichi Handa <handa@m17n.org>
8174
8175 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
8176 return Qnil (Bug#8046, Bug#10193).
8177
8178 2011-12-05 Kenichi Handa <handa@m17n.org>
8179
8180 * coding.c (encode_designation_at_bol): New args charbuf_end and
8181 dst. Return the number of produced bytes. Callers changed.
8182 (coding_set_source): Return how many bytes coding->source was
8183 relocated.
8184 (coding_set_destination): Return how many bytes
8185 coding->destination was relocated.
8186 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
8187 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
8188
8189 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
8190
8191 * coding.c (CODING_CHAR_CHARSET_P): New macro.
8192 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
8193 macro (Bug#9318).
8194
8195 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
8196
8197 The following changes are to fix Bug#9318.
8198
8199 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
8200 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
8201 (encode_coding_iso_2022, encode_coding_sjis)
8202 (encode_coding_big5, encode_coding_charset): Use the above macros.
8203
8204 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
8205
8206 * lisp.h (process_quit_flag): Fix external declaration.
8207
8208 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 Don't macro-inline non-performance-critical code.
8211 * eval.c (process_quit_flag): New function.
8212 * lisp.h (QUIT): Use it.
8213
8214 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
8215
8216 * nsfns.m (get_geometry_from_preferences): New function.
8217 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
8218
8219 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
8220
8221 * emacs.c (Qkill_emacs): Define.
8222 (syms_of_emacs): Initialize it.
8223 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
8224 Qquit_flag to `kill-emacs' instead.
8225 (quit_throw_to_read_char): Add parameter `from_signal'.
8226 All callers changed. Call Fkill_emacs if requested and safe.
8227 * lisp.h (QUIT): Call Fkill_emacs if requested.
8228
8229 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
8230
8231 * widget.c (update_wm_hints): Return if wmshell is null.
8232 (widget_update_wm_size_hints): New function.
8233
8234 * widget.h (widget_update_wm_size_hints): Declare.
8235
8236 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
8237 widget_update_wm_size_hints (Bug#10104).
8238
8239 2011-12-03 Eli Zaretskii <eliz@gnu.org>
8240
8241 * xdisp.c (handle_invisible_prop): If the invisible text ends just
8242 before a newline, prepare the bidi iterator for consuming the
8243 newline, and keep the current paragraph direction. (Bug#10183)
8244 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
8245
8246 2011-12-02 Juri Linkov <juri@jurta.org>
8247
8248 * search.c (Fword_search_regexp): New Lisp function created from
8249 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
8250 (Fword_search_backward, Fword_search_forward)
8251 (Fword_search_backward_lax, Fword_search_forward_lax):
8252 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
8253 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
8254
8255 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * fileio.c (Finsert_file_contents): Move after-change-function call
8258 to before the "handled:" label, since all "goto handled" appear in
8259 cases where the *-change-functions have already been properly called
8260 (bug#10117).
8261
8262 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
8263
8264 * keyboard.c (interrupt_signal): Don't call kill-emacs when
8265 waiting for input. (Bug#10169)
8266
8267 2011-11-30 Eli Zaretskii <eliz@gnu.org>
8268
8269 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
8270 verifies glyph row's hash code--we have just reallocated the
8271 glyphs, so their contents can be complete garbage. (Bug#10164)
8272
8273 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
8274
8275 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
8276
8277 2011-11-30 Eli Zaretskii <eliz@gnu.org>
8278
8279 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
8280 attributes are tested _before_ calling verify_row_hash, to protect
8281 against GCC re-ordering of the tests. (Bug#10164)
8282
8283 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
8284
8285 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
8286
8287 * xterm.c (handle_one_xevent): Only set async_visible and friends
8288 if net_wm_state_hidden_seen is non-zero (Bug#10002)
8289 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
8290 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
8291
8292 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
8293
8294 Remove GCPRO-related macros that exist only to avoid shadowing locals.
8295 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
8296 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
8297 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
8298 All uses changed to use GCPRO1 etc.
8299 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
8300 Revert to old implementation (i.e., before 2011-03-11).
8301
8302 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8303
8304 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
8305 of scroll runs so as to avoid assigning disabled bogus rows and
8306 unnecessary graphics copy operations.
8307
8308 2011-11-27 Eli Zaretskii <eliz@gnu.org>
8309
8310 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
8311 (snprintf) [_MSC_VER]: Redirect to _snprintf.
8312 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
8313 (malloc, free, realloc, calloc): Redirect to e_* only when
8314 compiling Emacs.
8315
8316 * lisp.h (GCTYPEBITS): Move before first use.
8317 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
8318 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
8319 this macro definition.
8320
8321 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
8322 _MSC_VER.
8323
8324 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
8325
8326 * gtkutil.c (xg_create_frame_widgets):
8327 Call gtk_window_set_has_resize_grip (FALSE) if that function is
8328 present with Gtk+ 2.0.
8329
8330 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
8331
8332 * fileio.c (Finsert_file_contents): Undo previous change; see
8333 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
8334
8335 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
8336
8337 Rename locals to avoid shadowing.
8338 * fileio.c (Finsert_file_contents):
8339 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
8340 * process.c (wait_reading_process_output):
8341 Rename inner 'proc' to 'p' to avoid shadowing.
8342 Indent for consistency with usual Emacs style.
8343
8344 2011-11-25 Eli Zaretskii <eliz@gnu.org>
8345
8346 * xdisp.c (redisplay_window): If cursor row is not fully visible
8347 after recentering, and scroll-conservatively is set to a large
8348 number, scroll window by a few more lines to make the cursor fully
8349 visible and out of scroll-margin. (Bug#10105)
8350 (start_display): Don't move to the next line if the display should
8351 start at a newline that is part of a display vector or an overlay
8352 string. (Bug#10119)
8353
8354 2011-11-24 Juri Linkov <juri@jurta.org>
8355
8356 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
8357 after the `MagickPingImage' call. (Bug#10112)
8358
8359 2011-11-23 Chong Yidong <cyd@gnu.org>
8360
8361 * window.c (Fcoordinates_in_window_p): Accept only live windows.
8362
8363 2011-11-23 Martin Rudalics <rudalics@gmx.at>
8364
8365 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
8366 making another buffer current. (Bug#10114)
8367
8368 2011-11-23 Glenn Morris <rgm@gnu.org>
8369
8370 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
8371
8372 2011-11-23 Chong Yidong <cyd@gnu.org>
8373
8374 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
8375 using it (Bug#5984).
8376
8377 2011-11-22 Eli Zaretskii <eliz@gnu.org>
8378
8379 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
8380 and header-lines, as they don't have one computed for them.
8381 (Bug#10098)
8382
8383 * .gdbinit (prow): Make displayed values more self-explaining.
8384 Add row's hash code.
8385
8386 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8387
8388 * process.c (wait_reading_process_output): Fix asynchrounous
8389 GnuTLS socket handling on some versions of the GnuTLS library.
8390 (wait_reading_process_output): Add comment and URL.
8391
8392 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
8393
8394 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
8395
8396 2011-11-21 Chong Yidong <cyd@gnu.org>
8397
8398 * window.c (Fnext_window, Fprevious_window): Doc fix.
8399
8400 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
8403
8404 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
8405
8406 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
8407
8408 2011-11-20 Martin Rudalics <rudalics@gmx.at>
8409
8410 * window.c (Fset_window_combination_limit): Rename argument
8411 STATUS to LIMIT.
8412 (Vwindow_combination_limit): Remove "status" from doc-string.
8413
8414 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
8415
8416 * m/ibms390.h: Remove.
8417 * m/ibms390x.h: Don't include "ibms390.h".
8418
8419 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
8422 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
8423
8424 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
8425
8426 * casetab.c (Fset_case_table):
8427 * charset.c (Fcharset_after): Fix typos.
8428
8429 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
8430
8431 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
8432 Otherwise, valgrind does not work on some platforms.
8433 Problem reported by Andreas Schwab in
8434 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
8435 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
8436 is set, removing the need for VIRT_ADDRESS_VARIES.
8437 (PURE_P): Use a more-efficient implementation that needs just one
8438 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
8439 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
8440 to 4 (xorl, subq, cmpq, setbe).
8441 * alloc.c (pure): Always extern now, since that's the
8442 VIRT_ADDR_VARIES behavior.
8443 (PURE_POINTER_P): Use a single comparison, not two, for
8444 consistency with the new puresize.h.
8445 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
8446 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
8447 Remove VIRT_ADDR_VARIES no longer needed.
8448
8449 2011-11-19 Eli Zaretskii <eliz@gnu.org>
8450
8451 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
8452 (erase_phys_cursor, update_window_cursor, show_mouse_face)
8453 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
8454 behave as if the cursor position were at the window margin.
8455
8456 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
8457 and the cursor position is out of bounds, behave as if the cursor
8458 position were at the window margin. (Bug#10075)
8459
8460 2011-11-18 Chong Yidong <cyd@gnu.org>
8461
8462 * window.c (Fwindow_combination_limit): Make first argument
8463 non-optional, since it is meaningless for live windows like the
8464 selected window.
8465
8466 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
8467
8468 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
8469
8470 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * intervals.c: Fix grafting over the whole buffer (bug#10071).
8473 (graft_intervals_into_buffer): Simplify.
8474
8475 2011-11-18 Eli Zaretskii <eliz@gnu.org>
8476
8477 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
8478 hash values of the two rows.
8479 (copy_row_except_pointers): Preserve the used[] arrays and the
8480 hash values of the two rows. (Bug#10035)
8481 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
8482
8483 * xdisp.c (row_hash): New function, body extracted from
8484 compute_line_metrics.
8485 (compute_line_metrics): Call row_hash, instead of computing the
8486 hash code inline.
8487
8488 * dispnew.c (verify_row_hash): Call row_hash for computing the
8489 hash code of a row, instead of duplicating code from xdisp.c.
8490
8491 * dispextern.h (row_hash): Add prototype.
8492
8493 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
8494
8495 * frame.c (delete_frame): Don't delete the terminal when the last
8496 X frame is closed if emacs is built with GTK toolkit.
8497
8498 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
8499
8500 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
8501
8502 2011-11-17 Martin Rudalics <rudalics@gmx.at>
8503
8504 * window.c (Vwindow_splits): Rename to
8505 Vwindow_combination_resize. Suggested by Juri Linkov.
8506 (Fsplit_window_internal): Use Vwindow_combination_resize instead
8507 of Vwindow_splits.
8508
8509 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
8510
8511 * nsfns.m (Fns_font_name):
8512 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
8513
8514 2011-11-16 Martin Rudalics <rudalics@gmx.at>
8515
8516 * window.h (window): Rename slot "nest" to "combination_limit".
8517 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
8518 (Fset_window_nest): Rename to Fset_window_combination_limit.
8519 (Vwindow_nest): Rename to Vwindow_combination_limit.
8520 (recombine_windows, make_parent_window, make_window)
8521 (Fsplit_window_internal, saved_window)
8522 (Fset_window_configuration, save_window_save): Rename all
8523 occurrences of window_nest to window_combination_limit.
8524
8525 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
8526
8527 * image.c (imagemagick_load_image): Fix typo.
8528
8529 2011-11-14 Eli Zaretskii <eliz@gnu.org>
8530
8531 * xdisp.c (display_line): Move the call to
8532 highlight_trailing_whitespace before the call to
8533 compute_line_metrics, since the latter needs to see the final
8534 faces of all the glyphs to compute ROW's hash value.
8535 Fixes assertion violations in row_equal_p. (Bug#10035)
8536
8537 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
8538
8539 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
8540 just return (bug#10044).
8541
8542 2011-11-12 Eli Zaretskii <eliz@gnu.org>
8543
8544 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
8545 with user-defined heap size. Bump the default size of the temacs
8546 heap to 27MB, to avoid memory warning when running temacs.
8547 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
8548
8549 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
8550 current_matrix and desired_matrix. (Bug#9990)
8551 (verify_row_hash) [XASSERTS]: New function.
8552 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
8553 that the hash value of glyph rows is correct.
8554
8555 2011-11-12 Martin Rudalics <rudalics@gmx.at>
8556
8557 * window.h (window): Remove splits slot.
8558 * window.c (Fwindow_splits, Fset_window_splits): Remove.
8559 (Fdelete_other_windows_internal, make_parent_window)
8560 (make_window, Fsplit_window_internal, Fdelete_window_internal)
8561 (Fset_window_configuration, save_window_save): Don't deal with
8562 split status of windows.
8563 (saved_window): Remove splits slot.
8564 (Vwindow_splits): Rewrite doc-string.
8565
8566 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
8567
8568 * xfns.c (unwind_create_frame):
8569 * nsfns.m (unwind_create_frame):
8570 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
8571 Vframe_list (Bug#9999).
8572
8573 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
8574
8575 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
8576
8577 2011-11-11 Kenichi Handa <handa@m17n.org>
8578
8579 * callproc.c (Fcall_process): Set the member dst_multibyte of
8580 process_coding.
8581
8582 2011-11-11 Johan Bockgård <bojohan@gnu.org>
8583
8584 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
8585 avoid a crash (bug#9496).
8586
8587 2011-11-09 Chong Yidong <cyd@gnu.org>
8588
8589 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
8590 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
8591
8592 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
8593
8594 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
8595
8596 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
8597
8598 Avoid some portability problems by eschewing 'extern inline' functions.
8599 The trivial performance wins aren't worth the portability hassles; see
8600 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
8601 et seq.
8602 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
8603 (window_box_width, window_box_left, window_box_left_offset)
8604 (window_box_right, window_box_right_offset): Undo previous change,
8605 by removing the "extern"s.
8606 * intervals.c (adjust_intervals_for_insertion)
8607 (adjust_intervals_for_deletion): Undo previous change,
8608 making these static again.
8609 (offset_intervals, temp_set_point_both, temp_set_point)
8610 (copy_intervals_to_string): No longer inline.
8611 * xdisp.c (window_text_bottom_y, window_box_width)
8612 (window_box_height, window_box_left_offset)
8613 (window_box_right_offset, window_box_left, window_box_right)
8614 (window_box): No longer inline.
8615
8616 2011-11-08 Chong Yidong <cyd@gnu.org>
8617
8618 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
8619 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
8620 Signal an error if not a live window.
8621 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
8622 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
8623
8624 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * lisp.h (syms_of_abbrev): Remove declaration.
8627 Reported by CHENG Gao <chenggao@royau.me>.
8628
8629 2011-11-07 Eli Zaretskii <eliz@gnu.org>
8630
8631 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
8632 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
8633 of temacs in GUI mode.
8634
8635 2011-11-07 Martin Rudalics <rudalics@gmx.at>
8636
8637 * window.h: Declare delete_all_child_windows instead of
8638 delete_all_subwindows.
8639 * window.c (Fwindow_nest, Fset_window_nest)
8640 (Fset_window_new_total, Fset_window_new_normal)
8641 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
8642 (delete_all_subwindows): Rename to delete_all_child_windows.
8643 (Fdelete_other_windows_internal, Fset_window_configuration):
8644 Call delete_all_child_windows instead of delete_all_subwindows.
8645 * frame.c (delete_frame): Call delete_all_child_windows instead
8646 of delete_all_subwindows.
8647
8648 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
8649
8650 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
8651 This is also needed for porting to any host where GC_MARK_STACK is
8652 not GC_MAKE_GCPROS_NOOPS.
8653 (which_symbols): Use it.
8654
8655 2011-11-07 Kenichi Handa <handa@m17n.org>
8656
8657 * coding.c (coding_set_destination): Check coding->src_pos only
8658 when coding->src_object is a buffer (bug#9910).
8659
8660 * process.c (send_process): Set the member src_multibyte of coding
8661 to 0 (bug#9911) when sending a unibyte text.
8662
8663 * callproc.c (Fcall_process): Set the member src_multibyte of
8664 process_coding to 0 (bug#9912).
8665
8666 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8667
8668 * xmenu.c (cleanup_widget_value_tree): New function.
8669 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
8670 calling free_menubar_widget_value_tree directly (Bug#9830).
8671
8672 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
8673
8674 Fix some portability problems with 'inline'.
8675 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
8676 (window_box_width, window_box_left, window_box_left_offset)
8677 (window_box_right, window_box_right_offset): Declare extern.
8678 Otherwise, these inline functions do not conform to C99 and
8679 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
8680 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
8681 * intervals.c (adjust_intervals_for_insertion)
8682 (adjust_intervals_for_deletion): Now extern, because otherwise the
8683 extern inline functions 'offset_intervals' couldn't refer to it.
8684 (static_offset_intervals): Remove.
8685 (offset_intervals): Rewrite using the old contents of
8686 static_offset_intervals. The old version didn't conform to C99
8687 because an extern inline function contained a reference to an
8688 identifier with static linkage.
8689
8690 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
8691
8692 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
8693 GC.
8694
8695 2011-11-06 Eli Zaretskii <eliz@gnu.org>
8696
8697 * xdisp.c (init_iterator, reseat_to_string): Don't set the
8698 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
8699 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
8700 return Qleft_to_right.
8701
8702 2011-11-06 Chong Yidong <cyd@gnu.org>
8703
8704 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
8705 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
8706 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
8707 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
8708 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
8709 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
8710 (Fwindow_vscroll): Doc fix.
8711 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
8712 argument, since it makes no sense to pass a live window and for
8713 consistency with window-child.
8714
8715 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
8716
8717 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
8718 support MSVC.
8719
8720 2011-11-05 Jason Rumney <jasonr@gnu.org>
8721
8722 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
8723 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
8724 fonts (Bug#6029).
8725 (add_font_entity_to_list): Fix logic errors in mixed boolean and
8726 bitwise arithmetic preventing use of unicode-sip and non-truetype
8727 opentype fonts.
8728
8729 2011-11-05 Eli Zaretskii <eliz@gnu.org>
8730
8731 * s/ms-w32.h (fstat, stat, utime): Move redirections to
8732 "emacs"-only part.
8733
8734 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
8735 initialization code to keep similarity to xfns.c after changes
8736 from 2011-11-05.
8737
8738 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
8739
8740 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
8741 (unwind_create_frame): New function (Bug#9943).
8742 (Fx_create_frame): Restructure code to be more similar to the one in
8743 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
8744 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
8745 Move terminal->reference_count++ just before making the frame official
8746 (Bug#9943).
8747
8748 * nsterm.m (x_free_frame_resources): New function.
8749 (x_destroy_window): Move code to x_free_frame_resources.
8750
8751 * xfns.c (unwind_create_frame): Fix comment.
8752 (Fx_create_frame, x_create_tip_frame):
8753 Move terminal->reference_count++ just before making the frame
8754 official. Move initialization of image_cache_refcount and
8755 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
8756
8757 2011-11-05 Eli Zaretskii <eliz@gnu.org>
8758
8759 Support MSVC build with newer versions of Visual Studio.
8760 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
8761 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
8762 nt/gmake.defs.
8763
8764 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
8765 which are not supported by MSVC.
8766 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
8767 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
8768 bitfields.
8769 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
8770 types in bitfields.
8771 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
8772
8773 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
8774
8775 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
8776
8777 Support MSVC build with newer versions of Visual Studio.
8778 * w32.c: Don't include w32api.h for MSVC.
8779 (init_environment) [_MSC_VER]: Call sys_access, not _access.
8780
8781 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
8782 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
8783 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
8784 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
8785 e_* cousins.
8786 (alloca) [_MSC_VER]: Define to _alloca.
8787
8788 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
8789
8790 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
8791
8792 2011-11-04 Eli Zaretskii <eliz@gnu.org>
8793
8794 * xdisp.c (note_mouse_highlight): If either of
8795 previous/next-single-property-change returns nil, treat that as
8796 the beginning or the end of the buffer. (Bug#9955)
8797
8798 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
8799
8800 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
8801 label is not null (Bug#9951).
8802 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
8803 may be NULL.
8804
8805 2011-11-04 Eli Zaretskii <eliz@gnu.org>
8806
8807 * window.c (Fwindow_body_size): Mention in the doc string that the
8808 return value is in frame's canonical units. (Bug#9949)
8809
8810 2011-11-03 Eli Zaretskii <eliz@gnu.org>
8811
8812 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
8813
8814 * w32fns.c (unwind_create_frame): If needed, free the glyph
8815 matrices of the partially constructed frame. (Bug#9943)
8816 * xfns.c (unwind_create_frame): Likewise.
8817
8818 2011-11-01 Eli Zaretskii <eliz@gnu.org>
8819
8820 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
8821 Don't stop backward scan on the continuation glyph, even though
8822 its CHARPOS is positive.
8823 (mouse_face_from_buffer_pos, note_mouse_highlight):
8824 Rename cover_string to disp_string.
8825
8826 2011-11-01 Martin Rudalics <rudalics@gmx.at>
8827
8828 * window.c (temp_output_buffer_show): Don't use
8829 Vtemp_buffer_show_specifiers.
8830 (Vtemp_buffer_show_specifiers): Remove unused variable.
8831
8832 2011-10-30 Eli Zaretskii <eliz@gnu.org>
8833
8834 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
8835 past the beginning of the current glyph matrix.
8836
8837 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
8838
8839 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
8840 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
8841 HAVE_GTK3 (Bug#9869).
8842
8843 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
8844 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
8845
8846 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
8847
8848 * xterm.c: Declare x_handle_net_wm_state to return int.
8849 (handle_one_xevent): Check if we are iconified but don't have
8850 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
8851 (get_current_wm_state): Return non-zero if not hidden,
8852 check for _NET_WM_STATE_HIDDEN (Bug#9893).
8853 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
8854 (x_handle_net_wm_state): Return what get_current_wm_state returns.
8855 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
8856
8857 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
8858
8859 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
8860 so that this new function doesn't get optimized away by a
8861 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
8862
8863 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
8864
8865 * frame.h (MOUSE_HL_INFO): Remove excess parens.
8866
8867 2011-10-29 Eli Zaretskii <eliz@gnu.org>
8868
8869 Fix the `xbytecode' command.
8870 * .gdbinit (xprintbytestr): New command.
8871 (xwhichsymbols): Rename from `which'; all callers changed.
8872 (xbytecode): Print the byte-code string as well.
8873
8874 2011-10-29 Kim Storm <storm@cua.dk>
8875
8876 * alloc.c (which_symbols): New function.
8877
8878 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
8879
8880 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
8881 line. (Bug#9903)
8882
8883 2011-10-29 Glenn Morris <rgm@gnu.org>
8884
8885 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
8886 Not clear what it was for, and it causes various bugs. (Bug#9839)
8887
8888 2011-10-28 Eli Zaretskii <eliz@gnu.org>
8889
8890 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
8891 possible random value that matches one of those tested as
8892 condition to clear the mouse face.
8893
8894 2011-10-28 Chong Yidong <cyd@gnu.org>
8895
8896 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
8897
8898 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
8899
8900 * window.c (make_window): Initialize phys_cursor_on_p.
8901
8902 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * lisp.h (struct Lisp_Symbol): Update comments.
8905
8906 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
8907
8908 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
8909
8910 2011-10-28 Eli Zaretskii <eliz@gnu.org>
8911
8912 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
8913 <oslsachem@gmail.com> for helping to debug this.
8914
8915 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
8916 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
8917 (g_b_init_get_glyph_outline_w): New static variables.
8918 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
8919 (GetGlyphOutlineW_Proc): New typedefs.
8920 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
8921 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
8922 New functions.
8923 (w32font_open_internal, compute_metrics):
8924 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
8925 instead of calling the "wide" APIs directly.
8926
8927 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
8928
8929 * w32.h (syms_of_w32font): Add prototype.
8930
8931 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
8932
8933 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
8934 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
8935 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
8936 (Fmove_to_window_line): Doc fix.
8937
8938 2011-10-27 Chong Yidong <cyd@gnu.org>
8939
8940 * process.c (make_process): Set gnutls_state to NULL.
8941
8942 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
8943 non-NULL, regardless of GNUTLS_INITSTAGE.
8944 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
8945 an error. Set process slots as soon as we allocate them.
8946
8947 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
8948
8949 2011-10-27 Chong Yidong <cyd@gnu.org>
8950
8951 * gnutls.c (emacs_gnutls_deinit): New function.
8952 Deallocate credentials structures as well as calling gnutls_deinit.
8953 (Fgnutls_deinit, Fgnutls_boot): Use it.
8954
8955 * process.c (make_process): Initialize GnuTLS credentials to NULL.
8956 (deactivate_process): Call emacs_gnutls_deinit.
8957
8958 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
8959
8960 * image.c (x_create_x_image_and_pixmap):
8961 * w32.c (sys_rename, w32_delayed_load):
8962 * w32font.c (fill_in_logfont):
8963 * w32reg.c (x_get_string_resource): Silence compiler warnings.
8964
8965 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
8966
8967 * w32fns.c (w32_default_color_map): New function,
8968 extracted from Fw32_default_color_map.
8969 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
8970
8971 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
8972
8973 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
8974
8975 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * keyboard.c (test_undefined): New function (bug#9751).
8978 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
8979
8980 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
8981
8982 * sysdep.c (init_sys_modes): Fix the check for the controlling
8983 terminal (Bug#6649).
8984
8985 2011-10-20 Eli Zaretskii <eliz@gnu.org>
8986
8987 * dispextern.h (struct bidi_it): New member next_en_type.
8988
8989 * bidi.c (bidi_line_init): Initialize the next_en_type member.
8990 (bidi_resolve_explicit_1): When next_en_pos is valid for the
8991 current character, check also for next_en_type being WEAK_EN.
8992 (bidi_resolve_weak): Don't enter the expensive loop if the current
8993 position is before next_en_pos. Record the bidi type of the first
8994 non-ET, non-BN character we find, in addition to its position.
8995 (bidi_level_of_next_char): Invalidate next_en_type when
8996 next_en_pos is over-stepped.
8997
8998 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
8999
9000 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
9001 * editfns.c: Rewrite current-time-zone so that it invokes
9002 the equivalent of (format-time-string "%Z") to get the time zone name.
9003 This fixes a bug when the time zone name contains characters that
9004 need converting from the system time locale to Emacs internal format.
9005 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
9006 that patch fixed format-time-string to do the conversion, but
9007 I forgot to fix current-time-zone.
9008 (format_time_string): New function, containing most of
9009 what Fformat_time_string used to contain.
9010 (Fformat_time_string): Rewrite in terms of format_time_string.
9011 This doesn't change this function's behavior.
9012 (current-time-zone): Rewrite to use format_time_string.
9013 This fixes the bug reported by Michael Schierl in
9014 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
9015 Jason Rumney's 2007-06-07 change worked around this bug, but
9016 didn't fix it.
9017 * systime.h (tzname, timezone): Remove no-longer-used declarations.
9018
9019 2011-10-19 Eli Zaretskii <eliz@gnu.org>
9020
9021 * xdisp.c (start_display): If the character at POS is displayed
9022 via a display vector, reset IT->current.dpvec_index to zero.
9023 (try_window_reusing_current_matrix): If a line ends in a display
9024 vector or the next line starts in a display vector, continue
9025 redrawing the window even though the character position of
9026 start_row was reached.
9027 (Bug#9771, part 2)
9028
9029 2011-10-18 Chong Yidong <cyd@gnu.org>
9030
9031 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
9032 with nobreak-char-display too.
9033
9034 2011-10-18 Eli Zaretskii <eliz@gnu.org>
9035
9036 Fix part 3 of bug#9771.
9037 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
9038 (bidi_resolve_neutral): Don't enter the expensive loop looking for
9039 non-neutral characters if the current character is a paragraph
9040 separator (a.k.a. Newline). This avoids running the same
9041 expensive loop twice, once when we consume the preceding newline
9042 and the other time when the line actually needs to be displayed.
9043 Avoid the loop when we see neutrals on the base embedding level
9044 following a character whose directionality is the same as the
9045 paragraph's. This avoids running the expensive loop when a line
9046 ends in a long sequence of neutrals, like control characters.
9047 Add assertion against STRONG_AL type. Slightly rearrange code
9048 that determines the type of a neutral given the first non-neutral
9049 that follows it.
9050 (bidi_level_of_next_char): Set next_en_pos to zero when
9051 invalidating its info.
9052
9053 2011-10-17 Eli Zaretskii <eliz@gnu.org>
9054
9055 * xdisp.c (push_display_prop): Determine whether to record string
9056 or buffer position by IT->string, not by IT->method. Allow
9057 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
9058 (move_it_vertically_backward): Don't look for character position
9059 immediately after the newline when in a continuation line.
9060 (Bug#9771, part 1)
9061
9062 2011-10-15 Martin Rudalics <rudalics@gmx.at>
9063
9064 * window.c (coordinates_in_window): Rewrite and delabelize
9065 vertical border check. (Bug#5357) (Bug#9618)
9066
9067 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
9070 errors in XSetWindowBorder (bug#9310).
9071
9072 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
9073
9074 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
9075 avoid crash when xmalloc overrun checking is enabled.
9076
9077 2011-10-13 Eli Zaretskii <eliz@gnu.org>
9078
9079 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
9080 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
9081 cursor motion with <left> and <right> arrow keys.
9082
9083 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
9084 some callers set that themselves.
9085
9086 2011-10-12 Eli Zaretskii <eliz@gnu.org>
9087
9088 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
9089 display string and the previous row comes from the same string and
9090 is empty. (Bug#9739) (Bug#9738)
9091
9092 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * doc.c (get_doc_string): Encode file name (bug#9735).
9095
9096 2011-10-12 Eli Zaretskii <eliz@gnu.org>
9097
9098 * bidi.c (bidi_level_of_next_char):
9099 * xdisp.c (get_visually_first_element): Remove old incorrect
9100 comments regarding the Unicode Line Separator character.
9101
9102 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
9103
9104 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
9105
9106 * alloc.c (Fgc_status): Do not access beyond zombies array
9107 boundary if nzombies > MAX_ZOMBIES.
9108 * alloc.c (dump_zombies): Add missing format specifier.
9109
9110 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
9111
9112 * xdisp.c (set_cursor_from_row): Simplify conditionals,
9113 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
9114
9115 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
9116 Some packages use them to denote characters with modifiers.
9117
9118 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
9119
9120 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
9121 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
9122 matching a pp-number. Rename parameter var to var1.
9123
9124 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
9127
9128 2011-10-08 Glenn Morris <rgm@gnu.org>
9129
9130 * callint.c (Fcall_interactively): Give a more explicit error for the
9131 'c' case with a non-character input. (Bug#8479)
9132
9133 2011-10-08 Eli Zaretskii <eliz@gnu.org>
9134
9135 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
9136 lines.
9137 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
9138 lines that are hscrolled on the left.
9139
9140 * dispnew.c (buffer_posn_from_coords): Account for a possible
9141 presence of header-line. (Bug#4426)
9142
9143 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
9146 Don't advertise functionality which we discourage or doesn't work.
9147
9148 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
9149
9150 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
9151 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
9152 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
9153 this makes Emacs dump core during garbage collection on rare
9154 occasions. sizeof is obviously inferior to offsetof here, so
9155 stick with offsetof.
9156 (GC_POINTER_ALIGNMENT): New macro.
9157 (mark_memory): Omit 3rd (offset) arg; caller changed.
9158 Don't assume EMACS_INT alignment is the same as pointer alignment.
9159
9160 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * keyboard.c (read_key_sequence_remapped): New var.
9163 (read_key_sequence): Compute remapping in the right buffer.
9164 (command_loop_1): Use read_key_sequence's remapping directly.
9165
9166 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * dired.c (file_name_completion): Don't expand file name.
9169 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
9170 before checking file name handler.
9171
9172 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
9173 they've been requested explicitly (bug#9591).
9174
9175 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
9176
9177 * keymap.c (Fsingle_key_description): Use make_specified_string
9178 instead of build_string to build string from push_key_description.
9179 (Bug#5193)
9180
9181 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
9182
9183 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
9184 This fixes a Y2038 bug on 64-bit hosts.
9185 * buffer.c (reset_buffer):
9186 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
9187 (Fclear_buffer_auto_save_failure):
9188 Use 0, not -1, to represent an unset failure time, since time_t
9189 might not be signed.
9190
9191 Remove dependency on glibc malloc internals.
9192 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
9193 Move back here from lisp.h, but with their new implementations.
9194 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
9195 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
9196 * charset.c (charset_table_init): New static var.
9197 (syms_of_charset): Use it instead of xmalloc. This removes a
9198 dependency on glibc malloc internals. See Eli Zaretskii's comment in
9199 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
9200 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
9201 Move back to alloc.c.
9202 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
9203 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
9204
9205 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
9206
9207 * nsterm.m (windowDidResize): Call x_set_window_size only when
9208 ns_in_resize is true. Otherwise set pixelwidth/height and
9209 call change_frame_size (Bug#9628).
9210
9211 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
9212
9213 Port --enable-checking=all to Fedora 14 x86-64.
9214 * charset.c (syms_of_charset): Also account for glibc malloc's
9215 internal overhead when calculating the initial malloc maximum.
9216
9217 Port --enable-checking=all to Fedora 14 x86.
9218 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
9219 Move to lisp.h.
9220 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
9221 (overrun_check_realloc, overrun_check_free):
9222 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
9223 That way, xmalloc returns a properly-aligned pointer even if
9224 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
9225 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
9226 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
9227 into account when calculating the initial malloc maximum.
9228 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
9229 Move here from alloc.c, so that charset.c can use it too.
9230 Properly align; the old code wasn't right for common 32-bit hosts
9231 when configured with --enable-checking=all.
9232 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
9233 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
9234
9235 2011-09-29 Eli Zaretskii <eliz@gnu.org>
9236
9237 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
9238 use EDOM.
9239
9240 2011-09-28 Eli Zaretskii <eliz@gnu.org>
9241
9242 * xdisp.c (compute_display_string_end): If there's no display
9243 string at CHARPOS, return -1.
9244
9245 * bidi.c (bidi_fetch_char): When compute_display_string_end
9246 returns a negative value, treat the character as a normal
9247 character not covered by a display string. (Bug#9624)
9248
9249 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
9250
9251 * lread.c (Fread_from_string): Fix typo in docstring.
9252
9253 2011-09-27 Eli Zaretskii <eliz@gnu.org>
9254
9255 * xdisp.c (handle_invisible_prop): If invisible text ends on a
9256 newline, reseat the iterator instead of bidi-iterating there one
9257 character at a time. (Bug#9610)
9258 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
9259 TO_CHARPOS if the bidi iterator is at base embedding level.
9260
9261 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
9262
9263 * lread.c (readevalloop): Use correct code for NBSP.
9264 (read1): Likewise. (Bug#9608)
9265
9266 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
9267
9268 * dbusbind.c (Fdbus_register_signal): When service is not
9269 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
9270
9271 2011-09-25 Glenn Morris <rgm@gnu.org>
9272
9273 * buffer.c (truncate-lines): Doc fix.
9274
9275 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
9278 (Fset_window_next_buffers): Doc fix.
9279
9280 2011-09-24 Glenn Morris <rgm@gnu.org>
9281
9282 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
9283
9284 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
9285
9286 Fix minor problems found by static checking.
9287 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
9288 * indent.c (Fvertical_motion): Fix == vs = typo.
9289
9290 2011-09-24 Eli Zaretskii <eliz@gnu.org>
9291
9292 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
9293 Default value is now t. Doc fix.
9294
9295 * indent.c (Fvertical_motion): Compute and apply the overshoot
9296 logic when moving up, not only when moving down. Fix the
9297 confusing name and values of the it_overshoot_expected variable;
9298 logic changes accordingly. (Bug#9254) (Bug#9549)
9299
9300 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
9301 CHARPOS is covered by a display string which includes newlines.
9302 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
9303 is covered by a display string with embedded newlines.
9304
9305 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
9306
9307 * dbusbind.c (Fdbus_register_signal): Add match rule to
9308 Vdbus_registered_objects_table. (Bug#9581)
9309 (Fdbus_register_method, Vdbus_registered_objects_table):
9310 Fix docstring.
9311
9312 2011-09-24 Jim Meyering <meyering@redhat.com>
9313
9314 do not ignore write error for any output size
9315 The previous change was incomplete.
9316 While it makes emacs --batch detect the vast majority of stdout
9317 write failures, errors were still ignored whenever the output size is
9318 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
9319 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
9320 && echo FAIL: ignored write error
9321 FAIL: ignored write error
9322 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
9323 && echo FAIL: ignored write error
9324 FAIL: ignored write error
9325 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
9326
9327 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9328
9329 * emacs.c (Fkill_emacs): In noninteractive mode exit
9330 non-successfully if a write error occurred on stdout. (Bug#9574)
9331
9332 2011-09-21 Eli Zaretskii <eliz@gnu.org>
9333
9334 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
9335 the xassert test.
9336
9337 * dispextern.h (struct it): Update the comment documenting what
9338 can it->OBJECT be.
9339
9340 2011-09-20 Eli Zaretskii <eliz@gnu.org>
9341
9342 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
9343 a display string, extend search for cursor position to end of row.
9344 (find_row_edges): If the row ends in a newline from a display
9345 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
9346 Handle the case of a display string with multiple newlines.
9347 (Fcurrent_bidi_paragraph_direction): Fix search for previous
9348 non-empty line. Fixes confusing cursor motion with arrow keys at
9349 the beginning of a line that starts with whitespace.
9350
9351 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9352
9353 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
9354 (bug#9493).
9355
9356 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9357
9358 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
9359 boolean (Bug#9154).
9360
9361 2011-09-18 Eli Zaretskii <eliz@gnu.org>
9362
9363 * xdisp.c (display_line): Record maximum and minimum buffer
9364 positions even if no glyphs were produced (e.g., by a zero-width
9365 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
9366 buffer positions that will be removed from the glyph row because
9367 they don't fit.
9368 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
9369 column is beyond frame width: don't subtract 1 "pixel" when
9370 computing width of the stretch.
9371 (reseat_at_next_visible_line_start): Undo the change made on
9372 2011-09-17 that saved paragraph information and restored it after
9373 the call to `reseat'. (Bug#9545)
9374
9375 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9376
9377 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
9378 and turn window cursor on if cleared (Bug#9415).
9379
9380 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
9381
9382 * search.c (boyer_moore): Take unibyte characters from pattern
9383 literally. (Bug#9458)
9384
9385 2011-09-18 Eli Zaretskii <eliz@gnu.org>
9386
9387 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
9388
9389 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
9390
9391 Fix minor problem found by static checking.
9392 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
9393 initialized, to pacify gcc -Wuninitialized.
9394
9395 * fileio.c: Report proper errno when syscall falls.
9396 (Finsert_file_contents): Save and restore errno,
9397 so that report_file_error outputs the correct diagnostic.
9398 (Fwrite_region) [CLASH_DETECTION]: Likewise.
9399
9400 2011-09-18 Eli Zaretskii <eliz@gnu.org>
9401
9402 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
9403
9404 2011-09-17 Eli Zaretskii <eliz@gnu.org>
9405
9406 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
9407 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
9408
9409 2011-09-17 Eli Zaretskii <eliz@gnu.org>
9410
9411 * xdisp.c (reseat_at_next_visible_line_start): Keep information
9412 about the current paragraph and restore it after the call to reseat.
9413
9414 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
9415 (bidi_find_paragraph_start): Search back for paragraph beginning
9416 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
9417 (bidi_move_to_visually_next): Only trigger paragraph-related
9418 computations when the last character is a newline or at EOB, not
9419 just any NEUTRAL_B. (Bug#9470)
9420
9421 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
9422 truncated lines if point is covered by a display string. (Bug#9524)
9423
9424 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
9425
9426 * xselect.c: Relax test for outgoing X longs (Bug#9498).
9427 (cons_to_x_long): New function.
9428 (lisp_data_to_selection_data): Use it. Correct the test for
9429 short-versus-long data; it was negated. Break out of vector
9430 loop, for efficiency, when a long datum is discovered.
9431
9432 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
9435
9436 2011-09-16 Eli Zaretskii <eliz@gnu.org>
9437
9438 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
9439 GCC PR/17406) by declaring this function with external scope.
9440
9441 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
9442
9443 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
9444 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
9445
9446 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
9447
9448 * editfns.c (Fformat): Correctly handle text properties on "%%".
9449
9450 2011-09-15 Eli Zaretskii <eliz@gnu.org>
9451
9452 * xterm.c (x_draw_composite_glyph_string_foreground):
9453 * w32term.c (x_draw_composite_glyph_string_foreground):
9454 * term.c (encode_terminal_code):
9455 * composite.c (composition_update_it, get_composition_id):
9456 * xdisp.c (get_next_display_element)
9457 (fill_composite_glyph_string): Add comments about special meaning
9458 of TAB characters in a composition.
9459
9460 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
9461
9462 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
9463 This occurs when processing a multibyte format.
9464 Problem reported by Wolfgang Jenker.
9465
9466 2011-09-15 Johan Bockgård <bojohan@gnu.org>
9467
9468 * xdisp.c (try_cursor_movement): Only check for exact match if
9469 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
9470
9471 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
9472
9473 Remove unused external symbols.
9474 * dispextern.h (calc_pixel_width_or_height): Remove decl.
9475 * xdisp.c (calc_pixel_width_or_height): Now static.
9476 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
9477 * indent.c (check_display_width):
9478 * w32term.c: Fix comment to match code.
9479 * xterm.c, xterm.h (x_catching_errors): Remove.
9480
9481 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
9482
9483 * xselect.c: Use signed conversions more consistently (Bug#9498).
9484 (selection_data_to_lisp_data): Assume incoming selection data are
9485 signed integers, not unsigned. This is to be consistent with
9486 outgoing selection data, which was modified to use signed integers
9487 in as part of the fix to Bug#9196 in response to Jan D.'s comment
9488 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
9489 expects long, not unsigned long.
9490
9491 2011-09-14 Eli Zaretskii <eliz@gnu.org>
9492
9493 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
9494 computation of loop end. Reported by Johan Bockgård
9495 <bojohan@gnu.org>.
9496
9497 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9498
9499 * frame.c (Fother_visible_frames_p): Function deleted.
9500
9501 2011-09-12 Eli Zaretskii <eliz@gnu.org>
9502
9503 * indent.c (compute_motion): Process display vector front to back
9504 rather than the other way around. (Bug#2496)
9505
9506 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
9509
9510 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9511
9512 * minibuf.c (Fread_from_minibuffer): Doc fix.
9513
9514 2011-09-11 Eli Zaretskii <eliz@gnu.org>
9515
9516 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
9517 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
9518
9519 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9520
9521 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
9522 value for non-existent files.
9523
9524 2011-09-11 Eli Zaretskii <eliz@gnu.org>
9525
9526 * fileio.c (Finsert_file_contents): If the file cannot be opened,
9527 set its "size" to -1. This will set the modtime_size field of
9528 the corresponding buffer to -1, which is what
9529 verify-visited-file-modtime expects for files that do not exist.
9530 (Bug#9139)
9531
9532 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
9533
9534 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
9535 here ...
9536 * lisp.h: ... from here. push_key_description is no longer
9537 defined in keyboard.c, so its declaration should not be in
9538 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
9539 logically belongs with push_key_description.
9540
9541 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
9542
9543 * buffer.h: Include <sys/types.h> instead of <time.h>.
9544 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
9545 Problem reported by Herbert J. Skuhra.
9546
9547 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9548
9549 * xml.c (parse_region): Make the parsing work for
9550 non-comment-starting XML files again (bug#9144).
9551
9552 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
9553
9554 * image.c (gif_load): Fix calculation of bottom and right corner.
9555 (Bug#9468)
9556
9557 2011-09-10 Eli Zaretskii <eliz@gnu.org>
9558
9559 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
9560 redisplay in small windows.
9561
9562 2011-09-09 Eli Zaretskii <eliz@gnu.org>
9563
9564 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
9565
9566 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9567
9568 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
9569 Operate on live windows only.
9570
9571 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
9574
9575 2011-09-07 Eli Zaretskii <eliz@gnu.org>
9576
9577 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
9578 only under bidi iteration.
9579
9580 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
9581
9582 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
9583
9584 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
9585
9586 isnan: Fix porting problem to Solaris 10 with bundled gcc.
9587 Without this fix, the command to link temacs failed due to an
9588 undefined symbol __builtin_isnan. This is because
9589 /usr/include/iso/math_c99.h #defines isnan(x) to
9590 __builtin_isnan(x), but the bundled gcc, which identifies itself
9591 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
9592 a __builtin_isnan.
9593 * floatfns.c (isnan): #undef, and then #define to a clone of
9594 what's in data.c.
9595 (Fisnan): Always define, since it's always available now.
9596 (syms_of_floatfns): Always define isnan at the Lisp level.
9597
9598 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
9599
9600 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
9601
9602 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
9603
9604 * fileio.c: Fix bugs with large file offsets (Bug#9428).
9605 The previous code assumed that file offsets (off_t values) fit in
9606 EMACS_INT variables, which is not true on typical 32-bit hosts.
9607 The code messed up by falsely reporting buffer overflow in cases
9608 such as (insert-file-contents "big" nil 1 2) into an empty buffer
9609 when "big" contains more than 2**29 bytes, even though this
9610 inserts just one byte and does not overflow the buffer.
9611 (Finsert_file_contents): Store file offsets as off_t
9612 values, not as EMACS_INT values. Check for overflow when
9613 converting between EMACS_INT and off_t. When checking for
9614 buffer overflow or for overlap, take the offsets into account.
9615 Don't use EMACS_INT for small values where int suffices.
9616 When checking for overlap, fix a typo: ZV was used where
9617 ZV_BYTE was intended.
9618 (Fwrite_region): Don't assume off_t fits into 'long'.
9619 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
9620
9621 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
9622
9623 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
9624
9625 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
9626
9627 sprintf-related integer and memory overflow issues (Bug#9412).
9628
9629 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
9630 (esprintf, exprintf, evxprintf): New functions.
9631 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
9632 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
9633 (modify_event_symbol): Do not assume that the length of
9634 name_alist_or_stem is safe to alloca and fits in int.
9635 (Fexecute_extended_command): Likewise for function name and binding.
9636 (Frecursion_depth): Wrap around reliably on integer overflow.
9637 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
9638 since some callers pass EMACS_INT values.
9639 (Fsingle_key_description): Don't crash if symbol name contains more
9640 than MAX_ALLOCA bytes.
9641 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
9642 (get_minibuffer): Arg is now EMACS_INT, not int.
9643 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
9644 (esprintf, exprintf, evxprintf): New decls.
9645 * window.h (command_loop_level, minibuf_level): Reflect API changes.
9646
9647 * dbusbind.c (signature_cat): New function.
9648 (xd_signature, Fdbus_register_signal):
9649 Do not overrun buffer; instead, report string overflow.
9650
9651 * dispnew.c (add_window_display_history): Don't overrun buffer.
9652 Truncate instead; this is OK since it's just a log.
9653
9654 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
9655 even if the time zone offset is outlandishly large.
9656 Don't mishandle offset == INT_MIN.
9657
9658 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
9659 when creating daemon; the previous buffer-overflow check was incorrect.
9660
9661 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
9662 which has the guts of the old verror function.
9663
9664 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
9665 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
9666
9667 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
9668 (font_unparse_xlfd): Don't blindly alloca long strings.
9669 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
9670 fits in int, when using sprintf. Use single snprintf to count
9671 length of string rather than counting it via multiple sprintfs;
9672 that's simpler and more reliable.
9673 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
9674 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
9675 sprintf, in case result does not fit in int.
9676
9677 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
9678 (fontset_from_font): Print it.
9679
9680 * frame.c (tty_frame_count): Now printmax_t, not int.
9681 (make_terminal_frame, set_term_frame_name): Print it.
9682 (x_report_frame_params): In X, window IDs are unsigned long,
9683 not signed long, so print them as unsigned.
9684 (validate_x_resource_name): Check for implausibly long names,
9685 and don't assume name length fits in 'int'.
9686 (x_get_resource_string): Don't blindly alloca invocation name;
9687 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
9688 not fit in int.
9689
9690 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
9691 (xg_check_special_colors, xg_set_geometry):
9692 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
9693
9694 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
9695 Use esprintf, not sprintf, in case result does not fit in int.
9696
9697 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
9698 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
9699 it as a large positive number.
9700 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
9701 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
9702
9703 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
9704 in case result does not fit in int.
9705
9706 * print.c (float_to_string): Detect width overflow more reliably.
9707 (print_object): Make sprintf buffer a bit bigger, to avoid potential
9708 buffer overrun. Don't assume list length fits in 'int'. Treat
9709 print length of 0 as 0, not as infinity; to be consistent with other
9710 uses of print length in this function. Don't overflow print length
9711 index. Don't assume hash table size fits in 'long', or that
9712 vectorlike size fits in 'unsigned long'.
9713
9714 * process.c (make_process): Use printmax_t, not int, to format
9715 process-name gensyms.
9716
9717 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
9718
9719 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
9720 to avoid potential buffer overrun.
9721
9722 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
9723 if X resource line is longer than 512 bytes.
9724
9725 * xfns.c (x_window): Make sprintf buffer a bit bigger
9726 to avoid potential buffer overrun.
9727
9728 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
9729
9730 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
9731
9732 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
9733
9734 Integer overflow fixes for scrolling, etc.
9735 Without these, Emacs silently mishandles large integers sometimes.
9736 For example, "C-u 4294967297 M-x recenter" was treated as if
9737 it were "C-u 1 M-x recenter" on a typical 64-bit host.
9738
9739 * xdisp.c (try_window_id): Check Emacs fixnum range before
9740 converting to 'int'.
9741
9742 * window.c (window_scroll_line_based, Frecenter):
9743 Check that an Emacs fixnum is in range before assigning it to 'int'.
9744 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
9745 values converted from Emacs fixnums.
9746 (Frecenter): Don't wrap around a line count if it is out of 'int'
9747 range; instead, treat it as an extreme value.
9748 (Fset_window_configuration, compare_window_configurations):
9749 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
9750
9751 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
9752 that can exceed INT_MAX. Check that EMACS_INT value is in range
9753 before assigning it to the (possibly-narrower) index.
9754 (match_limit): Don't assume that a fixnum can fit in 'int'.
9755
9756 * print.c (print_object): Use ptrdiff_t, not int, for index that can
9757 exceed INT_MAX.
9758
9759 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
9760 (Fvertical_motion): Don't wrap around LINES values that don't fit
9761 in 'int'. Instead, treat them as extreme values. This is good
9762 enough for windows, which can't have more than INT_MAX lines anyway.
9763
9764 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9765
9766 * Require libxml/parser.h to avoid compilation warning.
9767
9768 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
9769
9770 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
9771 since this reportedly can destroy thread storage.
9772
9773 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * syntax.c (find_defun_start): Update all cache variables if
9776 exiting early (Bug#9401).
9777
9778 2011-08-30 Eli Zaretskii <eliz@gnu.org>
9779
9780 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
9781
9782 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
9783 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
9784 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
9785
9786 * term.c (tty_append_glyph): New function.
9787 (produce_stretch_glyph): Static function and its prototype deleted.
9788
9789 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
9790 Add prototypes.
9791
9792 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
9793
9794 * image.c (parse_image_spec): Check for nonnegative, not for positive,
9795 when checking :margin (Bug#9390).
9796 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
9797 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
9798 so that the name doesn't mislead. All uses changed.
9799
9800 2011-08-28 Johan Bockgård <bojohan@gnu.org>
9801
9802 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
9803 set_tty_hooks.
9804
9805 2011-08-27 Eli Zaretskii <eliz@gnu.org>
9806
9807 * xdisp.c (move_it_to): Don't bail out early when reaching
9808 position beyond to_charpos, if we are scanning backwards.
9809 (move_it_vertically_backward): When DY == 0, make sure we get to
9810 the first character in the line after the newline.
9811
9812 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
9813
9814 * ccl.c: Improve and simplify overflow checking (Bug#9196).
9815 (ccl_driver): Do not generate an out-of-range pointer.
9816 (Fccl_execute_on_string): Remove unnecessary check for
9817 integer overflow, noted by Stefan Monnier in
9818 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
9819 Remove a FIXME that didn't need fixing.
9820 Simplify the newly-introduced buffer reallocation code.
9821
9822 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
9823
9824 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
9825
9826 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
9827
9828 Integer and memory overflow issues (Bug#9196).
9829
9830 * doc.c (get_doc_string): Rework so that
9831 get_doc_string_buffer_size is the actual buffer size, rather than
9832 being 1 less than the actual buffer size; this makes xpalloc more
9833 convenient.
9834
9835 * image.c (x_allocate_bitmap_record, cache_image):
9836 * xselect.c (Fx_register_dnd_atom):
9837 Simplify previous changes by using xpalloc.
9838
9839 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
9840 since either will do and ptrdiff_t is convenient with xpalloc.
9841
9842 * charset.c (charset_table_size)
9843 (struct charset_sort_data.priority): Now ptrdiff_t.
9844 (charset_compare): Don't overflow if priorities differ greatly.
9845 (Fsort_charsets): Don't assume list length fits in int.
9846 Check for size-calculation overflow when allocating sort data.
9847 (syms_of_charset): Allocate an initial charset table that is
9848 just under 64 KiB, to avoid problems with glibc malloc and mmap.
9849
9850 * cmds.c (internal_self_insert): Check for size-calculation overflow.
9851
9852 * composite.h (struct composition.glyph_len): Now int, not unsigned.
9853 The actual value is always <= INT_MAX, and leaving it unsigned made
9854 overflow checking harder.
9855
9856 * dispextern.h (struct glyph_matrix.rows_allocated)
9857 (struct face_cache.size): Now ptrdiff_t, for convenience in use
9858 with xpalloc. The values are still always <= INT_MAX.
9859
9860 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
9861
9862 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
9863 (SAFE_NALLOCA): New macro.
9864
9865 * region-cache.c (struct boundary.pos, find_cache_boundary)
9866 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
9867 (set_cache_region, invalidate_region_cache)
9868 (revalidate_region_cache, know_region_cache, region_cache_forward)
9869 (region_cache_backward, pp_cache):
9870 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
9871 so that ptrdiff_t * can be passed to xpalloc.
9872 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
9873 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
9874 (pp_cache): Don't assume cache_len fits in int.
9875 * region-cache.h: Adjust extern decls to match.
9876
9877 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
9878 EMACS_INT, since either will do, for xpalloc.
9879
9880 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
9881 (xnmalloc, xnrealloc, xpalloc): New functions.
9882
9883 * bidi.c (bidi_shelve_header_size): New constant.
9884 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
9885 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
9886
9887 * bidi.c (bidi_cache_shrink):
9888 * buffer.c (overlays_at, overlays_in, record_overlay_string)
9889 (overlay_strings):
9890 Don't update size of array until after memory allocation succeeds,
9891 because xmalloc/xrealloc may not return.
9892 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
9893 now that we have proper integer overflow checking.
9894 (record_overlay_string, overlay_strings): Catch overflows when
9895 calculating size of overlay_str_buf.
9896
9897 * callproc.c (Fcall_process): Check for size overflow when
9898 calculating size of args2.
9899 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
9900 Normally we prefer signed values, but sticking with ptrdiff_t would
9901 require adding more-complicated checks.
9902
9903 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
9904 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
9905 Redo buffer-overflow calculations to avoid integer overflow.
9906 Add a FIXME comment where memory seems to be over-allocated.
9907
9908 * character.c (Fstring): Check for size-calculation overflow.
9909
9910 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
9911 unnecessary integer overflow. Check for size overflow.
9912 (encode_coding_object): Don't update size until xmalloc succeeds.
9913
9914 * composite.c (get_composition_id): Check for overflow in glyph
9915 length calculations.
9916
9917 Integer and memory overflow fixes for display code.
9918 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
9919 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
9920 (scrolling_window): Check for overflow in size calculations.
9921 (line_draw_cost, realloc_glyph_pool, add_row_entry):
9922 Don't assume glyph table len fits in int.
9923 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
9924 (row_table_size): Now ptrdiff_t, not int.
9925 (scrolling_window): Avoid overflow in size calculations.
9926 Don't update size until allocation succeeds.
9927 * fns.c (concat): Check for overflow in size calculations.
9928 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
9929 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
9930 (NEXT_ALMOST_PRIME_LIMIT): New constant.
9931
9932 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
9933 (get_doc_string): Check for size calculation overflow.
9934 Don't update size until allocation succeeds.
9935 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
9936 EMACS_INT, where ptrdiff_t will do.
9937 (Fsubstitute_command_keys): Check for string overflow.
9938
9939 * editfns.c (set_time_zone_rule): Don't assume environment length
9940 fits in int.
9941 (message_length): Now ptrdiff_t, not int.
9942 (Fmessage_box): Don't update size until allocation succeeds.
9943 Don't assume message length fits in int.
9944 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
9945
9946 * emacs.c (main): Do not reallocate argv, since there is a null at
9947 the end that can be overwritten, and this way there's no need to
9948 worry about size-calculation overflow.
9949 (sort_args): Check for size-calculation overflow.
9950
9951 * eval.c (init_eval_once, grow_specpdl): Don't update size until
9952 alloc succeeds.
9953 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
9954
9955 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
9956 (x_set_scroll_bar_width, x_figure_window_size):
9957 Check for integer overflow.
9958 (x_set_alpha): Do not assume XINT fits in int.
9959
9960 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
9961 This is for the members text_lines, text_cols, total_lines, total_cols,
9962 where the system imposes an 'int' limit.
9963
9964 * fringe.c (Fdefine_fringe_bitmap):
9965 Don't update size until alloc works.
9966
9967 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
9968 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
9969
9970 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
9971 Check for size-calculation overflow.
9972 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
9973 do, as we prefer signed integers.
9974 (id_to_widget.max_size, id_to_widget.used)
9975 (xg_store_widget_in_map, xg_remove_widget_from_map)
9976 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
9977 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
9978 Use and return ptrdiff_t, not int.
9979 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
9980 * gtkutil.h: Change prototypes to match the above.
9981
9982 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
9983 are duplicate now that they've been promoted to lisp.h.
9984 (x_allocate_bitmap_record, x_alloc_image_color)
9985 (make_image_cache, cache_image, xpm_load):
9986 Don't update size until alloc is done.
9987 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
9988 (x_detect_edges):
9989 Check for size calculation overflow.
9990 (ct_colors_allocated_max): New constant.
9991 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
9992 overflow.
9993
9994 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
9995 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
9996 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
9997 Use ptrdiff_t, not int, to count maps.
9998 (read_char_minibuf_menu_prompt): Check for overflow in size
9999 calculations. Don't update size until allocation succeeds.
10000 Redo calculations to avoid overflow.
10001 * keyboard.h: Change prototypes to match the above.
10002
10003 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
10004 to count maps.
10005 (current_minor_maps): Check for size calculation overflow.
10006 * keymap.h: Change prototypes to match the above.
10007
10008 * lread.c (read1, init_obarray): Don't update size until alloc done.
10009
10010 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
10011 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
10012
10013 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
10014 Now ptrdiff_t, not int.
10015 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
10016 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
10017
10018 * process.c (Fnetwork_interface_list): Check for overflow
10019 in size calculation.
10020
10021 * region-cache.c (move_cache_gap): Check for size calculation overflow.
10022
10023 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
10024 overflow. Don't bother calling xmalloc when xrealloc will do.
10025
10026 * search.c (Freplace_match): Check for size calculation overflow.
10027 (Fset_match_data): Don't assume list lengths fit in 'int'.
10028
10029 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
10030 for command line length. Do not attempt to address one before the
10031 beginning of an array, as that's not portable.
10032
10033 * term.c (max_frame_lines): Remove; unused.
10034 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
10035 not int.
10036 (encode_terminal_code, calculate_costs): Check for size
10037 calculation overflow.
10038 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
10039 table lengths and related sizes. Don't update size until alloc
10040 done. Redo calculations to avoid overflow.
10041 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
10042
10043 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
10044 subtracting pointers.
10045 (gobble_line): Check for overflow more carefully. Don't update size
10046 until alloc done.
10047
10048 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
10049 Don't update size until alloc done.
10050 Redo size calculations to avoid overflow.
10051 Check for size calculation overflow.
10052 (main) [DEBUG]: Fix typo in invoking tparam1.
10053
10054 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
10055 Use ptrdiff_t, not int, for sizes.
10056 (store_mode_line_noprop_char): Don't update size until alloc done.
10057
10058 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
10059 Use ptrdiff_t, not int, for sizes.
10060 (Finternal_make_lisp_face, cache_face):
10061 Check for size calculation overflow.
10062 (cache_face): Treat size calculation overflows as if they were
10063 memory exhaustion (the usual treatment), rather than aborting.
10064
10065 * xfns.c (x_encode_text, x_set_name_internal)
10066 (Fx_change_window_property): Use ptrdiff_t, not int, to count
10067 sizes, since they can exceed INT_MAX in size. Check for size
10068 calculation overflow.
10069
10070 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
10071 (xg_select): Check for size calculation overflow.
10072 Don't update size until alloc done.
10073
10074 * xrdb.c (get_environ_db): Don't assume path length fits in int,
10075 as sprintf is limited to int lengths.
10076
10077 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
10078 (X_LONG_MIN): New macros.
10079 Use them to make the following changes clearer.
10080 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
10081 This change doesn't affect the value now, but it may help remind
10082 future maintainers not to raise the value too much later.
10083 (SELECTION_QUANTUM): Remove, replacing with ...
10084 (selection_quantum): ... new function, which avoids overflow.
10085 All uses changed.
10086 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
10087 assumption that selection length fits in 'int'.
10088 (x_reply_selection_request, x_handle_selection_request)
10089 (x_get_window_property, receive_incremental_selection)
10090 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
10091 (lisp_data_to_selection_data, clean_local_selection_data):
10092 Use ptrdiff_t, not int, to record length of selection.
10093 (x_reply_selection_request, x_get_window_property)
10094 (receive_incremental_selection, x_property_data_to_lisp):
10095 Redo calculations to avoid overflow.
10096 (x_reply_selection_request): When sending hint, ceiling it at
10097 X_LONG_MAX rather than relying on wraparound overflow to send
10098 something.
10099 (x_get_window_property, receive_incremental_selection)
10100 (lisp_data_to_selection_data, x_property_data_to_lisp):
10101 Check for size-calculation overflow.
10102 (x_get_window_property, receive_incremental_selection)
10103 (lisp_data_to_selection_data, Fx_register_dnd_atom):
10104 Don't store size until memory allocation succeeds.
10105 (x_get_window_property): Plug memory leak on memory exhaustion.
10106 Don't double-block input; malloc is safe here. Don't assume 2**34
10107 - 4 fits in unsigned long. Add an xassert to check
10108 XGetWindowProperty overflow. Be more careful about overflow
10109 calculations, and distinguish size from memory overflow better.
10110 (receive_incremental_selection): When tracing, don't assume
10111 unsigned int is less than INT_MAX.
10112 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
10113 harmful) conversions of unsigned short to int.
10114 (lisp_data_to_selection_data): Don't assume that integers
10115 in the range -65535 through -1 fit in an X unsigned short.
10116 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
10117 result parameters unless successful. Rely on cons_to_unsigned
10118 to report problems with elements; the old code wasn't right anyway.
10119 (x_check_property_data): Check for int overflow; we cannot use
10120 a wider type due to X limits.
10121 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
10122
10123 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
10124
10125 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
10126 (x_term_init): Check for size calculation overflow.
10127 (x_color_cells): Don't store size until memory allocation succeeds.
10128 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
10129 Don't assume alloca size is less than MAX_ALLOCA.
10130 (x_term_init): Don't assume length fits in int (sprintf is limited
10131 to int size).
10132
10133 Use ptrdiff_t for composition IDs.
10134 * character.c (lisp_string_width):
10135 * composite.c (composition_table_size, n_compositions)
10136 (get_composition_id, composition_gstring_from_id):
10137 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
10138 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
10139 * window.c (Frecenter):
10140 Use ptrdiff_t, not int, for composition IDs.
10141 * composite.c (get_composition_id): Check for integer overflow.
10142 * composite.h: Adjust prototypes to match the above changes.
10143
10144 Use ptrdiff_t for hash table indexes.
10145 * category.c (hash_get_category_set):
10146 * ccl.c (ccl_driver):
10147 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
10148 * coding.c (coding_system_charset_list, detect_coding_system):
10149 * coding.h (struct coding_system.id):
10150 * composite.c (get_composition_id, gstring_lookup_cache):
10151 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
10152 * image.c (xpm_get_color_table_h):
10153 * lisp.h (hash_lookup, hash_put):
10154 * minibuf.c (Ftest_completion):
10155 Use ptrdiff_t for hash table indexes, not int (which is too
10156 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
10157 32-bit --with-wide-int hosts).
10158
10159 * charset.c (Fdefine_charset_internal): Check for integer overflow.
10160 Add a FIXME comment about memory leaks.
10161 (syms_of_charset): Don't assume xmalloc returns.
10162
10163 Don't assume that stated character widths fit in int.
10164 * character.c (Fchar_width, c_string_width, lisp_string_width):
10165 * character.h (CHAR_WIDTH):
10166 * indent.c (MULTIBYTE_BYTES_WIDTH):
10167 Use sanitize_char_width to avoid undefined and/or bad behavior
10168 with outlandish widths.
10169 * character.h (sanitize_tab_width): Rename from sanitize_width,
10170 now that we have two such functions. All uses changed.
10171 (sanitize_char_width): New inline function.
10172
10173 Don't assume that tab-width fits in int.
10174 * character.h (sanitize_width): New inline function.
10175 (SANE_TAB_WIDTH): New macro.
10176 (ASCII_CHAR_WIDTH): Use it.
10177 * indent.c (sane_tab_width): Remove. All uses replaced by
10178 SANE_TAB_WIDTH (current_buffer).
10179 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
10180
10181 * fileio.c: Integer overflow issues with file modes.
10182 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
10183
10184 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
10185 Remove unreachable code.
10186 (read_hex, load_charset_map_from_file): Check for integer overflow.
10187
10188 * xterm.c: Don't go over XClientMessageEvent limit.
10189 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
10190 (x_send_scroll_bar_event): Likewise. Check that the size does not
10191 exceed limits imposed by XClientMessageEvent, as well as the usual
10192 ptrdiff_t and size_t limits.
10193
10194 * keyboard.c: Overflow, signedness and related fixes.
10195 (make_lispy_movement): Use same integer type in forward decl
10196 that is used in the definition.
10197 (read_key_sequence, keyremap_step):
10198 Change bufsize argument back to int, undoing my 2011-03-30 change.
10199 We prefer signed types, and int is wide enough here.
10200 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
10201 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
10202 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
10203 length, not size_t. Use ptrdiff_t for index, not int.
10204 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
10205 possibility of integer overflow.
10206
10207 Overflow, signedness and related fixes for images.
10208
10209 * dispextern.h (struct it.stack[0].u.image.image_id)
10210 (struct_it.image_id, struct image.id, struct image_cache.size)
10211 (struct image_cache.used, struct image_cache.ref_count):
10212 * gtkutil.c (update_frame_tool_bar):
10213 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
10214 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
10215 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
10216 * nsmenu.m (update_frame_tool_bar):
10217 * xdisp.c (calc_pixel_width_or_height):
10218 * xfns.c (image_cache_refcount):
10219 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
10220 on typical 64-bit hosts.
10221
10222 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
10223 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
10224 Omit unnecessary casts to int.
10225 (parse_image_spec): Check that integers fall into 'int' range
10226 when the callers expect that.
10227 (image_ascent): Redo ascent calculation to avoid int overflow.
10228 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
10229 (lookup_image): Remove unnecessary tests.
10230 (xbm_image_p): Locals are now of int, not EMACS_INT,
10231 since parse_image_check makes sure they fit into int.
10232 (png_load, gif_load, svg_load_image):
10233 Prefer int to unsigned where either will do.
10234 (tiff_handler): New function, combining the cores of the
10235 old tiff_error_handler and tiff_warning_handler.
10236 This function is rewritten to use vsnprintf and thereby avoid
10237 stack buffer overflows. It uses only the features of vsnprintf
10238 that are common to both POSIX and native Microsoft.
10239 (tiff_error_handler, tiff_warning_handler): Use it.
10240 (tiff_load, gif_load, imagemagick_load_image):
10241 Don't assume :index value fits in 'int'.
10242 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
10243 (imagemagick_load_image): Check that crop parameters fit into
10244 the integer types that MagickCropImage accepts. Don't assume
10245 Vimagemagick_render_type has a nonnegative value. Don't assume
10246 size_t fits in 'long'.
10247 (gs_load): Use printmax_t to print the widest integers possible.
10248 Check for integer overflow when computing image height and width.
10249
10250 2011-08-26 Eli Zaretskii <eliz@gnu.org>
10251
10252 * xdisp.c (redisplay_window): Don't force window start if point
10253 will be invisible in the resulting window. (Bug#9324)
10254
10255 2011-08-25 Eli Zaretskii <eliz@gnu.org>
10256
10257 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
10258 the display spec is of the form `(space ...)'.
10259 (handle_display_spec): Return the value returned by
10260 handle_single_display_spec, not just 1 or zero.
10261 (handle_single_display_spec): If the display spec is of the form
10262 `(space ...)', and specifies display in the text area, return 2
10263 rather than 1.
10264 (try_cursor_movement): Check for the need to scroll more
10265 accurately, and prefer exact match for point under bidi.
10266 Don't advance `row' beyond the last row of the window.
10267
10268 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
10269 into disp_prop; all users changed.
10270
10271 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
10272 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
10273 for the text covered by the display property.
10274
10275 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
10276
10277 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
10278 Change return value to nil.
10279 (Frecord_buffer): Delete unused function.
10280
10281 2011-08-24 Eli Zaretskii <eliz@gnu.org>
10282
10283 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
10284 buffers, return left-to-right.
10285 (set_cursor_from_row): Consider candidate row a win if its glyph
10286 represents a newline and point is on that newline. Fixes cursor
10287 positioning on the newline at EOL of R2L text within L2R
10288 paragraph, and vice versa.
10289 (try_cursor_movement): Check continued rows, in addition to
10290 continuation rows. Fixes unwarranted scroll when point enters a
10291 continued line of R2L text within an L2R paragraph, or vice versa.
10292 (cursor_row_p): Consider the case of point being equal to
10293 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
10294 from the end of a short line to the beginning of a continued line
10295 of R2L text within L2R paragraph.
10296 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
10297 composed characters.
10298
10299 * bidi.c (bidi_check_type): Use xassert.
10300 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
10301 members.
10302
10303 2011-08-23 Eli Zaretskii <eliz@gnu.org>
10304
10305 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
10306 a character.
10307
10308 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
10309
10310 * nsfont.m (ns_otf_to_script): Fix typo.
10311
10312 2011-08-22 Kenichi Handa <handa@m17n.org>
10313
10314 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
10315 extra slot even if the purpose is char-code-property-table.
10316
10317 2011-08-23 Eli Zaretskii <eliz@gnu.org>
10318
10319 * xdisp.c (redisplay_window): When computing centering_position,
10320 account for the height of the header line. (Bug#8874)
10321
10322 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
10323 instead of CHAR_TO_BYTE. Fixes a crash when a completion
10324 candidate is selected by the mouse, and that candidate has a
10325 composed character under the mouse.
10326
10327 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
10328 coordinates reported by pos-visible-in-window-p for a composed
10329 character in column zero.
10330
10331 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
10334
10335 2011-08-22 Eli Zaretskii <eliz@gnu.org>
10336
10337 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
10338 consider it a hit if to_charpos is anywhere in the range of the
10339 composed buffer positions.
10340
10341 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
10342
10343 * image.c (gif_load): Don't assume that each subimage has the same
10344 dimensions as the base image. Handle disposal method that is
10345 "undefined" by the gif spec (Bug#9335).
10346
10347 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
10350 (Fcondition_case): Document `debug' symbol in error handler.
10351
10352 2011-08-19 Eli Zaretskii <eliz@gnu.org>
10353
10354 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
10355 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
10356 from an Org mode buffer to a Speedbar frame.
10357
10358 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
10359 a composition, take its buffer position from IT->cmp_it.charpos.
10360 Fixes cursor positioning at the beginning of a line that begins
10361 with a composed character.
10362
10363 2011-08-18 Eli Zaretskii <eliz@gnu.org>
10364
10365 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
10366 character bidirectional type, use STRONG_L instead. Fixes crashes
10367 in a buffer produced by `describe-categories'.
10368
10369 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
10370 members before the level stack, so they would be saved and
10371 restored when copying iterator state. Fixes incorrect reordering
10372 around TABs covered by display properties.
10373
10374 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
10375
10376 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
10377
10378 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
10379
10380 * eval.c (internal_condition_case, internal_condition_case_1)
10381 (internal_condition_case_2, internal_condition_case_n):
10382 Remove unnecessary aborts (Bug#9081).
10383
10384 2011-08-17 Eli Zaretskii <eliz@gnu.org>
10385
10386 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
10387 has no `load' handler, try opening the file locally. (Bug#9311)
10388
10389 2011-08-16 Ken Brown <kbrown@cornell.edu>
10390
10391 * gmalloc.c: Expand comment.
10392
10393 2011-08-16 Eli Zaretskii <eliz@gnu.org>
10394
10395 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
10396 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
10397
10398 2011-08-16 Ken Brown <kbrown@cornell.edu>
10399
10400 Fix memory allocation problems in Cygwin build (Bug#9273).
10401
10402 * unexcw.c ( __malloc_initialized): Declare external variable.
10403 (fixup_executable): Force the dumped emacs to reinitialize malloc.
10404
10405 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
10406 New variables.
10407 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
10408 dumped emacs.
10409 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
10410 in the static heap.
10411 [CYGWIN] (special_realloc): New function.
10412 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
10413 requests to realloc storage in the static heap.
10414
10415 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
10416
10417 * bidi.c (bidi_initialize): Remove unused local.
10418
10419 2011-08-15 Eli Zaretskii <eliz@gnu.org>
10420
10421 * bidimirror.h:
10422 * biditype.h: Remove file.
10423 * makefile.w32-in ($(BLD)/bidi.$(O)):
10424 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
10425
10426 * dispextern.h: Fix a typo in the comment to bidi_type_t.
10427
10428 * chartab.c: Improve commentary for the uniprop_table API.
10429
10430 * bidi.c (bidi_paragraph_init): Support zero value of
10431 bidi_ignore_explicit_marks_for_paragraph_level.
10432 (bidi_initialize): Use uniprop_table instead of including
10433 biditype.h and bidimirror.h.
10434
10435 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
10436 coordinates of the iterator when restoring from ppos_it.
10437 (Bug#9296)
10438
10439 2011-08-14 Kenichi Handa <handa@m17n.org>
10440
10441 * process.c (create_process): Call setup_process_coding_systems
10442 after the pid of the process is set to -1 (Bug#8162).
10443
10444 2011-08-14 Eli Zaretskii <eliz@gnu.org>
10445
10446 * xdisp.c (move_it_in_display_line_to): Don't invoke
10447 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
10448 ppos_it. Fixes vertical cursor motion when line beginning is
10449 covered by an image. (Bug#9296)
10450
10451 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
10452
10453 * nsterm.h (ns_run_ascript): Declare.
10454 (NSAPP_DATA2_RUNASSCRIPT): Define.
10455
10456 * nsfns.m (as_script, as_result, as_status): New static variables.
10457 (ns_run_ascript): New function.
10458 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
10459 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
10460 the event loop. Get status from as_status (Bug#7276).
10461
10462 * nsterm.m (sendEvent): If event is NSApplicationDefined and
10463 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
10464 the event loop (Bug#7276).
10465
10466 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
10467
10468 * gnutls.c (QCgnutls_bootprop_priority)
10469 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
10470 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
10471 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
10472 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
10473 (QCgnutls_bootprop_verify_hostname_error)
10474 (QCgnutls_bootprop_callbacks_verify): Rename from
10475 Qgnutls_bootprop_..., all uses changed.
10476
10477 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
10478 uses changed.
10479
10480 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
10481
10482 * xfaces.c (Qframe_set_background_mode): Now static.
10483 * dispextern.h (Qframe_set_background_mode): Remove decl.
10484
10485 * process.c (Fnetwork_interface_info): Declare local only if needed.
10486
10487 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
10488
10489 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
10490 (Fnetwork_interface_list): Allocate in increments of bytes instead
10491 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
10492 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
10493 sockaddr.
10494 (struct ifflag_def): notrailers is smart on OSX.
10495 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
10496 Get hardware address with getifaddrs if available.
10497
10498 2011-08-12 Eli Zaretskii <eliz@gnu.org>
10499
10500 * xdisp.c (iterate_out_of_display_property): xassert that
10501 IT->position is set to within IT->object's boundaries. Break from
10502 the loop as soon as EOB is reached; avoids infloops in redisplay
10503 when IT->position is set up wrongly due to some bug.
10504 Set IT->current to match the bidi iterator unconditionally.
10505 (push_display_prop): Allow GET_FROM_STRING as IT->method on
10506 entry. Force push_it to save on the stack the current
10507 buffer/string position, to be restored by pop_it. Fix flags in
10508 the iterator structure wrt the object coming from a display
10509 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
10510 properties. (Bug#9284)
10511
10512 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
10513
10514 * fontset.c (fontset_get_font_group): Add proper type checks.
10515 (Bug#9172)
10516
10517 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10518
10519 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
10520 and LC_VERSION_MIN_MACOSX.
10521 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
10522 (dump_it) [LC_FUNCTION_STARTS]: Use it.
10523
10524 2011-08-08 Eli Zaretskii <eliz@gnu.org>
10525
10526 * xdisp.c (forward_to_next_line_start): Allow to use the
10527 no-display-properties-and-no-overlays under bidi display.
10528 Set disp_pos in the bidi iterator to avoid searches for display
10529 properties and overlays.
10530
10531 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
10532
10533 * editfns.c (Fset_time_zone_rule): Document relationship with the
10534 setenv function.
10535
10536 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
10537 the font entity extracted from the cache (Bug#8109).
10538
10539 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
10540
10541 * composite.c (autocmp_chars): Don't reset point. That is done by
10542 restore_point_unwind (Bug#5984).
10543
10544 2011-08-07 Juri Linkov <juri@jurta.org>
10545
10546 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
10547 to show the arg `TIME' instead of `TIMEVAL'.
10548
10549 2011-08-06 Eli Zaretskii <eliz@gnu.org>
10550
10551 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
10552 display property strides EOL and includes a newline, as in
10553 longlines-mode. (Bug#9254)
10554 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
10555 word-wrap under bidirectional display. (Bug#9224)
10556
10557 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
10558 is non-zero, even if the data buffer is NULL. Fixes a crash in
10559 vertical-motion with longlines-mode. (Bug#9254)
10560
10561 2011-08-05 Eli Zaretskii <eliz@gnu.org>
10562
10563 * bidi.c <bidi_cache_total_alloc>: Now static.
10564 (bidi_initialize): Initialize bidi_cache_total_alloc.
10565
10566 * xdisp.c (display_line): Release buffer allocated for shelved bidi
10567 cache. (Bug#9221)
10568
10569 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
10570 amount allocated this far in `bidi_cache_total_alloc'.
10571 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
10572 non-zero, only free the data buffer without restoring the cache
10573 contents. All callers changed.
10574
10575 * dispextern.h (bidi_unshelve_cache): Update prototype.
10576
10577 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
10578 (move_it_in_display_line, move_it_to)
10579 (move_it_vertically_backward, move_it_by_lines): Replace the call
10580 to xfree to an equivalent call to bidi_unshelve_cache.
10581 (move_it_in_display_line_to): Fix logic of returning
10582 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
10583
10584 2011-08-05 Eli Zaretskii <eliz@gnu.org>
10585
10586 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
10587 came from a string character with a `cursor' property. (Bug#9229)
10588
10589 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
10590
10591 * Makefile.in (LIB_PTHREAD): New variable.
10592 (LIBES): Add LIB_PTHREAD (Bug#9216).
10593
10594 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
10595 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
10596
10597 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
10598
10599 * regex.c (re_iswctype): Remove some redundant boolean conversions.
10600
10601 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
10602
10603 * xterm.c (x_find_topmost_parent): New function.
10604 (x_set_frame_alpha): Find topmost parent window with
10605 x_find_topmost_parent and set the property there also (bug#9181).
10606 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
10607
10608 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
10609
10610 * callproc.c (Fcall_process): Avoid vfork clobbering
10611 the local vars buffer, coding_systems, current_dir.
10612
10613 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * keymap.c (Fmake_composed_keymap): Move to subr.el.
10616
10617 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
10618
10619 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
10620 so that it is not optimized away.
10621
10622 * xdisp.c (compute_display_string_pos): Remove unused local.
10623
10624 2011-08-02 Eli Zaretskii <eliz@gnu.org>
10625
10626 Fix slow cursor motion and scrolling in large buffers with
10627 selective display, like Org Mode buffers. (Bug#9218)
10628
10629 * dispextern.h (struct bidi_it): New member disp_prop_p.
10630
10631 * xdisp.c: Remove one-slot cache of display string positions.
10632 (compute_display_string_pos): Accept an additional argument
10633 DISP_PROP_P; callers changed. Scan at most 5K characters forward
10634 for a display string or property. If found, set DISP_PROP_P
10635 non-zero.
10636
10637 * bidi.c (bidi_fetch_char): Accept an additional argument
10638 DISP_PROP_P, and pass it to compute_display_string_pos.
10639 Only handle text covered by a display string if DISP_PROP_P is returned
10640 non-zero. All callers of bidi_fetch_char changed.
10641
10642 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10643
10644 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
10645
10646 2010-12-03 Don March <don@ohspite.net>
10647
10648 * keymap.c (Fdefine_key): Fix non-prefix key error message when
10649 last character M-[char] is translated to ESC [char] (bug#7541).
10650
10651 2011-08-02 Kenichi Handa <handa@m17n.org>
10652
10653 * lisp.h (uniprop_table): Extern it.
10654
10655 * chartab.c (uniprop_table): Make it non-static.
10656
10657 2011-08-01 Eli Zaretskii <eliz@gnu.org>
10658
10659 * xdisp.c (forward_to_next_line_start): Accept additional argument
10660 BIDI_IT_PREV, and store into it the state of the bidi iterator had
10661 on the newline.
10662 (reseat_at_next_visible_line_start): Use the bidi iterator state
10663 returned by forward_to_next_line_start to restore the state of
10664 it->bidi_it after backing up to previous newline. (Bug#9212)
10665
10666 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
10667
10668 * regex.c (re_comp): Protoize.
10669 (re_exec): Fix return type.
10670 (regexec): Fix type of `ret'. (Bug#9203)
10671
10672 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
10673
10674 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
10675 This is needed if max-image-size is a floating-point number.
10676
10677 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
10678
10679 * print.c (print_object): Print empty symbol as ##.
10680
10681 * lread.c (read1): Read ## as empty symbol.
10682
10683 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
10684
10685 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
10686 setting frame foreground color (Bug#9175).
10687 (x_set_background_color): Likewise.
10688
10689 * nsmenu.m (-setText): Size tooltip dimensions precisely to
10690 contents (Bug#9176).
10691 (EmacsTooltip -init): Remove bezels and add shadows to
10692 tooltip windows.
10693
10694 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
10695 or scroll bar (Bug#8470).
10696
10697 * nsfont.m (nsfont_open): Remove assignment to voffset and
10698 unnecessary vars hshink, expand, hd, full_height, min_height.
10699 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
10700
10701 * nsterm.h (nsfont_info): Remove voffset field.
10702
10703 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
10704
10705 Implement strike-through and overline on NextStep (Bug#8863).
10706
10707 * nsfont.m (nsfont_open): Use underline position provided by font,
10708 instead of hard-coded value of 2.
10709 (nsfont_draw): Call ns_draw_text_decoration instead.
10710
10711 * nsterm.h: Add declaration for ns_draw_text_decoration.
10712
10713 * nsterm.m (ns_draw_text_decoration): New function for drawing
10714 underline, overline, and strike-through.
10715 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
10716 ns_draw_text_decoration. Change treatment of cursor drawing to
10717 accommodate underlining, etc.
10718
10719 2011-07-28 Eli Zaretskii <eliz@gnu.org>
10720
10721 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
10722 default.
10723
10724 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
10725
10726 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
10727 Without this fix, if a signal arrives just after memory fills up,
10728 'malloc' might be invoked reentrantly.
10729
10730 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
10731 In other words, assume that every image size is allowed, on non-X
10732 hosts. This assumption is probably wrong, but it lets Emacs compile.
10733
10734 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
10735
10736 * regex.c (re_iswctype): Convert return values to boolean.
10737
10738 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
10739
10740 * xdisp.c (compute_display_string_pos): Don't use cached display
10741 string position if the buffer had its restriction changed.
10742 (Bug#9184)
10743
10744 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
10745
10746 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
10747
10748 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
10749
10750 Integer signedness and overflow and related fixes. (Bug#9079)
10751
10752 * bidi.c: Integer size and overflow fixes.
10753 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
10754 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
10755 (bidi_cache_find_level_change, bidi_cache_ensure_space)
10756 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
10757 (bidi_find_other_level_edge):
10758 Use ptrdiff_t instead of EMACS_INT where either will do.
10759 This works better on 32-bit hosts configured --with-wide-int.
10760 (bidi_cache_ensure_space): Check for size-calculation overflow.
10761 Use % rather than repeated addition, for better worst-case speed.
10762 Don't set bidi_cache_size until after xrealloc returns, because it
10763 might not return.
10764 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
10765 (bidi_cache_ensure_space): Also check that the bidi cache size
10766 does not exceed that of the largest Lisp string or buffer. See Eli
10767 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
10768
10769 * alloc.c (__malloc_size_t): Remove.
10770 All uses replaced by size_t. See Andreas Schwab's note
10771 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
10772
10773 * image.c: Improve checking for integer overflow.
10774 (check_image_size): Assume that f is nonnull, since
10775 it is always nonnull in practice. This is one less thing to
10776 worry about when checking for integer overflow later.
10777 (x_check_image_size): New function, which checks for integer
10778 overflow issues inside X.
10779 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
10780 This removes the need for a memory_full check.
10781 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
10782 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
10783 (xbm_read_bitmap_data): Change locals back to 'int', since
10784 their values must fit in 'int'.
10785 (xpm_load_image, png_load, tiff_load):
10786 Invoke x_create_x_image_and_pixmap earlier,
10787 to avoid much needless work if the image is too large.
10788 (tiff_load): Treat overly large images as if
10789 x_create_x_image_and_pixmap failed, not as malloc failures.
10790 (gs_load): Use x_check_image_size.
10791
10792 * gtkutil.c: Omit integer casts.
10793 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
10794 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
10795
10796 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
10797
10798 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
10799 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
10800 would wrongly return t on a 64-bit host.
10801
10802 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
10803 The plain *_OVERFLOW macros run afoul of GCC bug 49705
10804 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
10805 and therefore cause GCC to emit a bogus diagnostic in some cases.
10806
10807 * image.c: Integer signedness and overflow and related fixes.
10808 This is not an exhaustive set of fixes, but it's time to
10809 record what I've got.
10810 (lookup_pixel_color, check_image_size): Remove redundant decls.
10811 (check_image_size): Don't assume that arbitrary EMACS_INT values
10812 fit in 'int', or that arbitrary 'double' values fit in 'int'.
10813 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
10814 (tiff_load, imagemagick_load_image):
10815 Check for overflow in size calculations.
10816 (x_create_x_image_and_pixmap): Remove unnecessary test for
10817 xmalloc returning NULL; that can't happen.
10818 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
10819 (xpm_color_bucket): Use better integer hashing function.
10820 (xpm_cache_color): Don't possibly over-allocate memory.
10821 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
10822 (gif_memory_source):
10823 Use ptrdiff_t, not int or size_t, to record sizes.
10824 (png_load): Don't assume values greater than 2**31 fit in 'int'.
10825 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
10826 either works, as we prefer signed integers.
10827 (tiff_read_from_memory, tiff_write_from_memory):
10828 Return tsize_t, not size_t, since that's what the TIFF API wants.
10829 (tiff_read_from_memory): Don't fail simply because the read would
10830 go past EOF; instead, return a short read.
10831 (tiff_load): Omit no-longer-needed casts.
10832 (Fimagemagick_types): Don't assume size fits into 'int'.
10833
10834 Improve hashing quality when configured --with-wide-int.
10835 * fns.c (hash_string): New function, taken from sxhash_string.
10836 Do not discard information about ASCII character case; this
10837 discarding is no longer needed.
10838 (sxhash-string): Use it. Change sig to match it. Caller changed.
10839 * lisp.h: Declare it.
10840 * lread.c (hash_string): Remove, since we now use fns.c's version.
10841 The fns.c version returns a wider integer if --with-wide-int is
10842 specified, so this should help the quality of the hashing a bit.
10843
10844 * emacs.c: Integer overflow minor fix.
10845 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
10846 Define only if GNU_LINUX.
10847 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
10848
10849 * dispnew.c: Integer signedness and overflow fixes.
10850 Remove unnecessary forward decls, that were a maintenance hassle.
10851 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
10852 All uses changed.
10853 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
10854 (scrolling_window): Use ptrdiff_t, not int, for byte count.
10855 (prepare_desired_row, line_draw_cost):
10856 Use int, not unsigned, where either works.
10857 (save_current_matrix, restore_current_matrix):
10858 Use ptrdiff_t, not size_t, where either works.
10859 (init_display): Check for overflow more accurately, and without
10860 relying on undefined behavior.
10861
10862 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
10863 Remove, replacing with the new symbols in lisp.h. All uses changed.
10864 * fileio.c (make_temp_name):
10865 * filelock.c (lock_file_1, lock_file):
10866 * xdisp.c (message_dolog):
10867 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
10868 Use pMd etc. instead.
10869 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
10870 replacing the pWIDE etc. symbols removed from editfns.c.
10871
10872 * keyboard.h (num_input_events): Now uintmax_t.
10873 This is (very slightly) less likely to mess up due to wraparound.
10874 All uses changed.
10875
10876 * buffer.c: Integer signedness fixes.
10877 (alloc_buffer_text, enlarge_buffer_text):
10878 Use ptrdiff_t rather than size_t when either will do, as we prefer
10879 signed integers.
10880
10881 * alloc.c: Integer signedness and overflow fixes.
10882 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
10883 (__malloc_size_t): Default to size_t, not to int.
10884 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
10885 (Fgarbage_collect, mark_object_loop_halt, mark_object):
10886 Prefer ptrdiff_t to size_t when either would do, as we prefer
10887 signed integers.
10888 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
10889 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
10890 Now const. Initialize with values that are in range even if char
10891 is signed.
10892 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
10893 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
10894 These functions do the right thing with sizes > 2**32.
10895 (check_depth): Now ptrdiff_t, not int.
10896 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
10897 Adjust to new way of storing sizes. Check for size overflow bugs
10898 in rest of code.
10899 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
10900 slightly wrong anyway, as it missed one instance of
10901 XMALLOC_OVERRUN_CHECK_OVERHEAD.
10902 (refill_memory_reserve): Omit needless cast to size_t.
10903 (mark_object_loop_halt): Mark as externally visible.
10904
10905 * xselect.c: Integer signedness and overflow fixes.
10906 (Fx_register_dnd_atom, x_handle_dnd_message):
10907 Use ptrdiff_t, not size_t, since we prefer signed.
10908 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
10909 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
10910 x_dnd_atoms_size and x_dnd_atoms_length.
10911
10912 * doprnt.c: Prefer signed to unsigned when either works.
10913 * eval.c (verror):
10914 * doprnt.c (doprnt):
10915 * lisp.h (doprnt):
10916 * xdisp.c (vmessage):
10917 Use ptrdiff_t, not size_t, when using or implementing doprnt,
10918 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
10919 prefer signed arithmetic to avoid comparison confusion.
10920 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
10921 but is a bit tricky.
10922
10923 Assume freestanding C89 headers, string.h, stdlib.h.
10924 * data.c, doprnt.c, floatfns.c, print.c:
10925 Include float.h unconditionally.
10926 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
10927 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
10928 * regex.c: Likewise for stddef.h, string.h.
10929 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
10930 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
10931 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
10932 (STDC_HEADERS): Remove obsolete defines.
10933 * sysdep.c: Include limits.h unconditionally.
10934
10935 Assume support for memcmp, memcpy, memmove, memset.
10936 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
10937 * regex.c (memcmp, memcpy):
10938 Remove; we assume C89 now.
10939
10940 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
10941 (__malloc_safe_bcopy): Remove; no longer needed.
10942
10943 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
10944 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
10945 well either way, and we prefer signed to unsigned.
10946
10947 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10948
10949 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
10950 closes the connection while we're reading (bug#9182).
10951
10952 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
10953
10954 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
10955 are specified (Bug#9168).
10956
10957 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
10958
10959 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
10960 Found by GCC static checking and --with-wide-int on a 32-bit host.
10961
10962 2011-07-25 Eli Zaretskii <eliz@gnu.org>
10963
10964 * xdisp.c (compute_display_string_pos): Fix logic of caching
10965 previous display string position. Initialize cached_prev_pos to
10966 -1. Fixes slow-down at the beginning of a buffer.
10967
10968 2011-07-24 Eli Zaretskii <eliz@gnu.org>
10969
10970 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
10971 for attrs[LFACE_FONTSET_INDEX].
10972
10973 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
10974
10975 * xml.c (parse_region): Remove unused local
10976 that was recently introduced.
10977
10978 2011-07-23 Eli Zaretskii <eliz@gnu.org>
10979
10980 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
10981 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
10982
10983 * xdisp.c (move_it_in_display_line_to): Record the best matching
10984 position for TO_CHARPOS while scanning the line, and restore it on
10985 exit if none of the characters scanned was an exact match.
10986 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
10987 when exact match is impossible due to invisible text, and the
10988 lines are truncated.
10989
10990 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
10991
10992 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
10993 for OSX >= 10.7.
10994
10995 2011-07-22 Eli Zaretskii <eliz@gnu.org>
10996
10997 Fix a significant slow-down of cursor motion with C-n, C-p,
10998 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
10999 auto-repeat under bidi redisplay in fontified buffers.
11000 * xdisp.c (compute_stop_pos_backwards): New function.
11001 (next_element_from_buffer): Call compute_stop_pos_backwards to
11002 find a suitable prev_stop when we find ourselves before
11003 base_level_stop.
11004 (reseat): Don't look for prev_stop, as that could mean a very long
11005 run.
11006 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
11007 <cached_disp_overlay_modiff>: Cache for last found display string
11008 position.
11009 (compute_display_string_pos): Return the cached position if asked
11010 about the same buffer in the same area of character positions, and
11011 the buffer wasn't changed since the time the display string
11012 position was cached.
11013
11014 2011-07-22 Eli Zaretskii <eliz@gnu.org>
11015
11016 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
11017 is an integer, which is important for empty lines. (Bug#9149)
11018
11019 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
11020
11021 * frame.c (Fmodify_frame_parameters): In tty case, update the
11022 default face if necessary (Bug#4238).
11023
11024 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
11025
11026 * editfns.c (Fstring_to_char): No need to explain what a character
11027 is in the docstring (Bug#6576).
11028
11029 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11030
11031 * xml.c (parse_region): Make sure we always return a tree.
11032
11033 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
11034
11035 * xml.c (parse_region): If a document contains only comments,
11036 return that, too.
11037
11038 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11039
11040 * xml.c (make_dom): Return comments, too.
11041
11042 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
11043
11044 Port to OpenBSD.
11045 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
11046 and the surrounding thread.
11047 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
11048 rather than fgets, and retry after EINTR. Otherwise, 'emacs
11049 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
11050 timer goes off.
11051 * s/openbsd.h (BROKEN_SIGIO): Define.
11052 * unexelf.c (unexec) [__OpenBSD__]:
11053 Don't update the .mdebug section of the Alpha COFF symbol table.
11054
11055 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11056
11057 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
11058 (bug#8460).
11059
11060 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
11061
11062 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
11063 This fixes some race conditions on the permissions of any newly
11064 created file.
11065
11066 * alloc.c (valid_pointer_p): Use pipe, not open.
11067 This fixes some permissions issues when debugging.
11068
11069 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
11070 If fchown fails to set both uid and gid, try to set just gid,
11071 as that is sometimes allowed. Adjust the file's mode to eliminate
11072 setuid or setgid bits that are inappropriate if fchown fails.
11073
11074 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
11077 to compare Lisp_Objects.
11078 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
11079 global_gnutls_log_level, don't mistake it for a Lisp_Object.
11080 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
11081
11082 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
11083
11084 * lread.c (read_integer): Unread even EOF character.
11085 (read1): Likewise. Properly record start position of symbol.
11086
11087 * lread.c (read1): Read `#:' as empty uninterned symbol if no
11088 symbol character follows.
11089
11090 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
11091
11092 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
11093 This works around a problem with the previous change to Fcopy_file.
11094 Recent glibc declares fchown with __attribute__((warn_unused_result)),
11095 and without this change, GCC might complain about discarding
11096 fchown's return value.
11097
11098 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
11099
11100 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
11101
11102 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
11103
11104 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
11105
11106 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11107
11108 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
11109 it's used from the C level.
11110
11111 * process.c: Use the same condition for POLL_FOR_INPUT in both
11112 keyboard.c and process.c (bug#1858).
11113
11114 2011-07-09 Lawrence Mitchell <wence@gmx.li>
11115
11116 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
11117 (Fgnutls_boot): Use it.
11118
11119 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
11120
11121 * doc.c (Fsubstitute_command_keys): Revert last change.
11122
11123 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11124
11125 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
11126 quotes the next character, and doesn't affect other longer
11127 sequences (bug#8935).
11128
11129 * lread.c (syms_of_lread): Clarify that is isn't only
11130 `eval-buffer' and `eval-defun' that's affected by
11131 `lexical-binding' (bug#8460).
11132
11133 2011-07-15 Eli Zaretskii <eliz@gnu.org>
11134
11135 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
11136 bidi redisplay when a line includes both an image and is truncated.
11137
11138 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
11139
11140 Fix minor problems found by static checking.
11141 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
11142 (elsz): Now a signed constant, not a size_t var. We prefer signed
11143 types to unsigned, to avoid integer comparison confusion. Without
11144 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
11145 "cannot optimize loop, the loop counter may overflow", a symptom
11146 of the confusion.
11147 * indent.c (Fvertical_motion): Mark locals as initialized.
11148 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
11149
11150 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11151
11152 * search.c (Fre_search_backward): Mention `case-fold-search' in
11153 all the re_search_* functions (bug#8138).
11154
11155 * keyboard.c (Fopen_dribble_file): Document when the file is
11156 closed (bug#8056).
11157
11158 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11159
11160 * bidi.c (bidi_dump_cached_states): Fix format of displaying
11161 bidi_cache_idx.
11162
11163 Support bidi reordering of display and overlay strings.
11164 * xdisp.c (compute_display_string_pos)
11165 (compute_display_string_end): Accept additional argument STRING.
11166 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
11167 (reseat_to_string): Initialize bidi_it->string.s and
11168 bidi_it->string.schars.
11169 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
11170 NULL (avoids a crash in bidi_paragraph_init).
11171 Initialize itb.string.lstring.
11172 (init_iterator): Call bidi_init_it only of a valid
11173 buffer position was specified. Initialize paragraph_embedding to
11174 L2R.
11175 (reseat_to_string): Initialize the bidi iterator.
11176 (display_string): If we need to ignore text properties of
11177 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
11178 original value of -1 will not work with bidi.)
11179 (compute_display_string_pos): First arg is now struct
11180 `text_pos *'; all callers changed. Support display properties on
11181 Lisp strings.
11182 (compute_display_string_end): Support display properties on Lisp
11183 strings.
11184 (init_iterator, reseat_1, reseat_to_string): Initialize the
11185 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
11186 when iterating on a string not from display properties).
11187 (compute_display_string_pos, compute_display_string_end):
11188 Fix calculation of the object to scan. Fixes an error when using
11189 arrow keys.
11190 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
11191 base_level_stop; instead, set base_level_stop to BEGV.
11192 Fixes crashes in vertical-motion.
11193 (next_element_from_buffer): Improve commentary for when
11194 the iterator is before prev_stop.
11195 (init_iterator): Initialize bidi_p from the default value of
11196 bidi-display-reordering, not from buffer-local value. Use the
11197 buffer-local value only if initializing for buffer iteration.
11198 (handle_invisible_prop): Support invisible properties on strings
11199 that are being bidi-reordered.
11200 (set_iterator_to_next): Support bidi reordering of C strings and
11201 Lisp strings.
11202 (next_element_from_string): Support bidi reordering of Lisp
11203 strings.
11204 (handle_stop_backwards): Support Lisp strings as well.
11205 (display_string): Support display of R2L glyph rows.
11206 Use IT_STRING_CHARPOS when displaying from a Lisp string.
11207 (init_iterator): Don't initialize it->bidi_p for strings
11208 here.
11209 (reseat_to_string): Initialize it->bidi_p for strings here.
11210 (next_element_from_string, next_element_from_c_string)
11211 (next_element_from_buffer): Add xassert's for correspondence
11212 between IT's object being iterated and it->bidi_it.string
11213 structure.
11214 (face_before_or_after_it_pos): Support bidi iteration.
11215 (next_element_from_c_string): Handle the case of the first string
11216 character that is not the first one in the visual order.
11217 (get_visually_first_element): New function, refactored from common
11218 parts of next_element_from_buffer, next_element_from_string, and
11219 next_element_from_c_string.
11220 (tool_bar_lines_needed, redisplay_tool_bar)
11221 (display_menu_bar): Force left-to-right direction. Add a FIXME
11222 comment for making that be controlled by a user option.
11223 (push_it, pop_it): Save and restore the state of the
11224 bidi iterator. Save and restore the bidi_p flag.
11225 (pop_it): Iterate out of display property for string iteration as
11226 well.
11227 (iterate_out_of_display_property): Support iteration over strings.
11228 (handle_single_display_spec): Set up it->bidi_it for iteration
11229 over a display string, and call bidi_init_it.
11230 (handle_single_display_spec, next_overlay_string)
11231 (get_overlay_strings_1, push_display_prop): Set up the bidi
11232 iterator for displaying display or overlay strings.
11233 (forward_to_next_line_start): Don't use the shortcut if
11234 bidi-iterating.
11235 (back_to_previous_visible_line_start): If handle_display_prop
11236 pushed the iterator stack, restore the internal state of the bidi
11237 iterator by calling bidi_pop_it same number of times.
11238 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
11239 and we are bidi-iterating, don't decrement the iterator position;
11240 instead, set the first_elt flag in the bidi iterator, to produce
11241 the same effect.
11242 (reseat_1): Remove redundant setting of string_from_display_prop_p.
11243 (push_display_prop): xassert that we are iterating a buffer.
11244 (push_it, pop_it): Save and restore paragraph_embedding member.
11245 (handle_single_display_spec, next_overlay_string)
11246 (get_overlay_strings_1, reseat_1, reseat_to_string)
11247 (push_display_prop): Set up the `unibyte' member of bidi_it.string
11248 correctly. Don't assume unibyte strings are not bidi-reordered.
11249 (compute_display_string_pos)
11250 (compute_display_string_end): Fix handling the case of C string.
11251 (push_it, pop_it): Save and restore from_disp_prop_p.
11252 (handle_single_display_spec, push_display_prop): Set the
11253 from_disp_prop_p flag.
11254 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
11255 (pop_it): Call iterate_out_of_display_property only if we are
11256 popping after iteration over a string that came from a display
11257 property. Fix a typo in popping stretch info. Add an assertion
11258 for verifying that the iterator position is in sync with the bidi
11259 iterator.
11260 (handle_single_display_spec, get_overlay_strings_1)
11261 (push_display_prop): Fix initialization of paragraph direction for
11262 string when that of the parent object is not yet determined.
11263 (reseat_1): Call bidi_init_it to resync the bidi
11264 iterator with IT's position. (Bug#7616)
11265 (find_row_edges): If ROW->start.pos gives position
11266 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
11267 (handle_stop, back_to_previous_visible_line_start, reseat_1):
11268 Reset the from_disp_prop_p flag.
11269 (SAVE_IT, RESTORE_IT): New macros.
11270 (pos_visible_p, face_before_or_after_it_pos)
11271 (back_to_previous_visible_line_start)
11272 (move_it_in_display_line_to, move_it_in_display_line)
11273 (move_it_to, move_it_vertically_backward, move_it_by_lines)
11274 (try_scrolling, redisplay_window, display_line): Use them when
11275 saving a temporary copy of the iterator and restoring it back.
11276 (back_to_previous_visible_line_start, reseat_1)
11277 (init_iterator): Empty the bidi cache "stack".
11278 (move_it_in_display_line_to): If iterator ended up at
11279 EOL, but we never saw any buffer positions smaller than
11280 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
11281 motion in bidi-reordered lines.
11282 (move_it_in_display_line_to): Record prev_method and prev_pos
11283 immediately before the call to set_iterator_to_next. Fixes cursor
11284 motion in bidi-reordered lines with stretch glyphs and strings
11285 displayed in margins. (Bug#8133) (Bug#8867)
11286 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
11287 TO_CHARPOS.
11288 (pos_visible_p): Support positions in bidi-reordered lines.
11289 Save and restore bidi cache.
11290
11291 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
11292 (bidi_paragraph_info): Delete unused struct.
11293 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
11294 (bidi_cache_start): New variable.
11295 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
11296 to zero.
11297 (bidi_cache_fetch_state, bidi_cache_search)
11298 (bidi_cache_find_level_change, bidi_cache_iterator_state)
11299 (bidi_cache_find, bidi_peek_at_next_level)
11300 (bidi_level_of_next_char, bidi_find_other_level_edge)
11301 (bidi_move_to_visually_next): Compare cache index with
11302 bidi_cache_start rather than with zero.
11303 (bidi_fetch_char): Accept new argument STRING; all callers
11304 changed. Support iteration over a string. Support strings with
11305 display properties. Support unibyte strings. Fix the type of
11306 `len' according to what STRING_CHAR_AND_LENGTH expects.
11307 (bidi_paragraph_init, bidi_resolve_explicit_1)
11308 (bidi_resolve_explicit, bidi_resolve_weak)
11309 (bidi_level_of_next_char, bidi_move_to_visually_next):
11310 Support iteration over a string.
11311 (bidi_set_sor_type, bidi_resolve_explicit_1)
11312 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
11313 can now be zero (for strings); special values 0 and -1 were
11314 changed to -1 and -2, respectively.
11315 (bidi_char_at_pos): New function.
11316 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
11317 Call it instead of FETCH_MULTIBYTE_CHAR.
11318 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
11319 initialized to valid values.
11320 (bidi_init_it): Don't initialize charpos and bytepos with invalid
11321 values.
11322 (bidi_level_of_next_char): Allow the sentinel "position" to pass
11323 the test for valid cached positions. Fix the logic for looking up
11324 the sentinel state in the cache. GCPRO the Lisp string we are
11325 iterating.
11326 (bidi_push_it, bidi_pop_it): New functions.
11327 (bidi_initialize): Initialize the bidi cache start stack pointer.
11328 (bidi_cache_ensure_space): New function, refactored from part of
11329 bidi_cache_iterator_state. Don't assume the required size is just
11330 one BIDI_CACHE_CHUNK away.
11331 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
11332 (bidi_count_bytes, bidi_char_at_pos): New functions.
11333 (bidi_cache_search): Don't assume bidi_cache_last_idx is
11334 always valid if bidi_cache_idx is valid.
11335 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
11336 is valid if it's going to be used.
11337 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
11338 (bidi_cache_fetch_state, bidi_cache_search)
11339 (bidi_cache_find_level_change, bidi_cache_ensure_space)
11340 (bidi_cache_iterator_state, bidi_cache_find)
11341 (bidi_find_other_level_edge, bidi_cache_start_stack):
11342 All variables related to cache indices are now EMACS_INT.
11343
11344 * dispextern.h (struct bidi_string_data): New structure.
11345 (struct bidi_it): New member `string'. Make flag members be 1-bit
11346 fields, and put them last in the struct.
11347 (compute_display_string_pos, compute_display_string_end):
11348 Update prototypes.
11349 (bidi_push_it, bidi_pop_it): Add prototypes.
11350 (struct iterator_stack_entry): New members bidi_p,
11351 paragraph_embedding, and from_disp_prop_p.
11352 (struct it): Member bidi_p is now a bit field 1 bit wide.
11353 (bidi_shelve_cache, bidi_unshelve_cache):
11354 Declare prototypes.
11355
11356 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
11357 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
11358 and vector-like objects.
11359
11360 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
11361 cache around display iteration.
11362
11363 * window.c (Fwindow_end, window_scroll_pixel_based)
11364 (displayed_window_lines, Frecenter): Save and restore the bidi
11365 cache around display iteration.
11366
11367 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11368
11369 * editfns.c (Fdelete_region): Clarify the use of the named
11370 parameters (bug#6788).
11371
11372 2011-07-14 Martin Rudalics <rudalics@gmx.at>
11373
11374 * indent.c (Fvertical_motion): Set and restore w->pointm when
11375 saving and restoring the window's buffer (Bug#9006).
11376
11377 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11378
11379 * editfns.c (Fstring_to_char): Clarify just what is returned
11380 (bug#6576). Text by Eli Zaretskii.
11381
11382 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11383
11384 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
11385
11386 2011-07-13 Eli Zaretskii <eliz@gnu.org>
11387
11388 * buffer.c (mmap_find): Fix a typo.
11389
11390 2011-07-13 Johan Bockgård <bojohan@gnu.org>
11391
11392 Fix execution of x selection hooks.
11393 * xselect.c (Qx_lost_selection_functions)
11394 (Qx_sent_selection_functions): New vars.
11395 (syms_of_xselect): DEFSYM them.
11396 (x_handle_selection_request): Pass Qx_sent_selection_functions
11397 rather than Vx_sent_selection_functions to Frun_hook_with_args.
11398 (x_handle_selection_clear,x_clear_frame_selections):
11399 Pass Qx_lost_selection_functions rather than
11400 Vx_lost_selection_functions to Frun_hook_with_args.
11401
11402 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
11403
11404 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
11405 The old code sometimes used this field without initializing it.
11406
11407 * alloc.c (gc_sweep): Don't read past end of array.
11408 In theory, the old code could also have corrupted Emacs internals,
11409 though it'd be very unlikely.
11410
11411 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
11412
11413 * character.c (Fcharacterp): Don't advertise optional ignored
11414 argument. (Bug#4026)
11415
11416 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11417
11418 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
11419 key" (bug#4257).
11420
11421 * window.c (Fset_window_start): Doc fix (bug#4199).
11422 (Fset_window_hscroll): Ditto.
11423
11424 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
11425
11426 Fix minor new problems caught by GCC 4.6.1.
11427 * term.c (init_tty): Remove unused local.
11428 * xsettings.c (store_monospaced_changed): Define this function only
11429 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
11430 not used otherwise.
11431
11432 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11433
11434 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
11435
11436 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11437
11438 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
11439 are the mini-buffer and the echo area (bug#3320).
11440
11441 * term.c (init_tty): Remove support for supdup, c10 and perq
11442 terminals, which are no longer supported (bug#1482).
11443
11444 2011-07-10 Johan Bockgård <bojohan@gnu.org>
11445
11446 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
11447
11448 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
11449
11450 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
11451 for non-popups (Bug#3642).
11452
11453 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
11454
11455 * alloc.c (reset_malloc_hooks): Protoize.
11456 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
11457 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
11458 * cm.c (losecursor): Likewise.
11459 * data.c (fmod): Likewise.
11460 * dispnew.c (swap_glyphs_in_rows): Likewise.
11461 * emacs.c (memory_warning_signal): Likewise.
11462 * floatfns.c (float_error): Likewise.
11463 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
11464 (otf_open, font_otf_capability, generate_otf_features)
11465 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
11466 Likewise.
11467 * image.c (pbm_read_file): Likewise.
11468 * indent.c (string_display_width): Likewise.
11469 * intervals.c (check_for_interval, search_for_interval)
11470 (inc_interval_count, count_intervals, root_interval)
11471 (adjust_intervals_for_insertion, make_new_interval): Likewise.
11472 * lread.c (defalias): Likewise.
11473 * ralloc.c (r_alloc_check): Likewise.
11474 * regex.c (set_image_of_range_1, set_image_of_range)
11475 (regex_grow_registers): Likewise.
11476 * sysdep.c (strerror): Likewise.
11477 * termcap.c (valid_filename_p, tprint, main): Likewise.
11478 * tparam.c (main): Likewise.
11479 * unexhp9k800.c (run_time_remap, save_data_space)
11480 (update_file_ptrs, read_header, write_header, calculate_checksum)
11481 (copy_file, copy_rest, display_header): Likewise.
11482 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
11483 Likewise.
11484 * xdisp.c (check_it): Likewise.
11485 * xfaces.c (register_color, unregister_color, unregister_colors):
11486 Likewise.
11487 * xfns.c (print_fontset_result): Likewise.
11488 * xrdb.c (member, fatal, main): Likewise.
11489
11490 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
11491
11492 Fix minor problems found by static checking (Bug#9031).
11493 * chartab.c (char_table_set_range, map_sub_char_table):
11494 Remove unused locals.
11495 (uniprop_table): Now static.
11496 * composite.c (_work_char): Remove unused static var.
11497
11498 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
11499
11500 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
11501
11502 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
11503
11504 * gtkutil.c (qttip_cb): Remove code without function.
11505
11506 2011-07-09 Eli Zaretskii <eliz@gnu.org>
11507
11508 * w32.c (pthread_sigmask): New stub.
11509
11510 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
11511
11512 Use pthread_sigmask, not sigprocmask (Bug#9010).
11513 sigprocmask is portable only for single-threaded applications, and
11514 Emacs can be multi-threaded when it uses GTK.
11515 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
11516 (LIBES): Use it.
11517 * callproc.c (Fcall_process):
11518 * process.c (create_process):
11519 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
11520 Use pthread_sigmask, not sigprocmask.
11521
11522 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
11523
11524 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
11525 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
11526 wrong (Bug#8591).
11527
11528 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
11529
11530 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
11531 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
11532 (xg_hide_tooltip): Fix comment.
11533
11534 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
11535 in registerServicesMenuSendTypes.
11536 (validRequestorForSendType): Don't check ns_return_types.
11537
11538 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
11539 ns_return_type.
11540
11541 2011-07-08 Jason Rumney <jasonr@gnu.org>
11542
11543 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
11544 SH_SHOW for hidden windows (Bug#5482).
11545
11546 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
11547 frame struct members of non-existent frames (Bug#6284).
11548
11549 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
11550
11551 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
11552 variable firstTime not needed on OSX >= 10.6.
11553 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
11554 >= 10.5. Use setKnobProportion, setDoubleValue.
11555
11556 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
11557 (MAC_OS_X_VERSION_10_5): Define if not defined.
11558 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
11559 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
11560 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
11561
11562 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
11563 cString and lossyCString on OSX >= 10.4.
11564
11565 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
11566 sizeToFit on OSX >= 10.2.
11567
11568 * nsimage.m (allocInitFromFile): Don't use deprecated method
11569 bestRepresentationForDevice on OSX >= 10.6.
11570
11571 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
11572 to avoid warning.
11573
11574 * emacs.c: Declare unexec_init_emacs_zone.
11575
11576 * nsgui.h: Fix compiler warning about gnulib redefining verify.
11577
11578 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
11579
11580 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
11581 on svcsMenu (Bug#8842).
11582
11583 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
11584 ns_return_types.
11585 (Fns_list_services): Just return Qnil on 10.6, code not working there.
11586
11587 * nsterm.m (QUTF8_STRING): Declare.
11588 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
11589 (validRequestorForSendType): Return type is (id).
11590 Change indexOfObjectIdenticalTo to indexOfObject.
11591 Check if we have local selection before returning self (Bug#8842).
11592 (writeSelectionToPasteboard): Put local selection into paste board
11593 if we have a local selection (Bug#8842).
11594 (syms_of_nsterm): DEFSYM QUTF8_STRING.
11595
11596 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
11597 (ns_get_local_selection): Declare.
11598
11599 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11600
11601 * keymap.c (describe_map_tree): Don't insert a double newline at
11602 the end of the buffer (bug#1169) and return whether we inserted
11603 something.
11604
11605 * callint.c (Fcall_interactively): Change "reading args" to
11606 "providing args" to try to clarify what it does (bug#1010).
11607
11608 2011-07-07 Kenichi Handa <handa@m17n.org>
11609
11610 * composite.c (composition_compute_stop_pos): Ignore a static
11611 composition starting before CHARPOS (Bug#8915).
11612
11613 * xdisp.c (handle_composition_prop): Likewise.
11614
11615 2011-07-07 Eli Zaretskii <eliz@gnu.org>
11616
11617 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
11618 (Bug#9015)
11619
11620 2011-07-07 Kenichi Handa <handa@m17n.org>
11621
11622 * character.h (unicode_category_t): New enum type.
11623
11624 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
11625 (Qchar_code_property_table): New variable.
11626 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
11627 (UNIPROP_COMPRESSED_FORM_P): New macros.
11628 (char_table_ascii): Uncompress the compressed values.
11629 (sub_char_table_ref): New arg is_uniprop. Callers changed.
11630 Uncompress the compressed values.
11631 (sub_char_table_ref_and_range): Likewise.
11632 (char_table_ref_and_range): Uncompress the compressed values.
11633 (sub_char_table_set): New arg is_uniprop. Callers changed.
11634 Uncompress the compressed values.
11635 (sub_char_table_set_range): Args changed. Callers changed.
11636 (char_table_set_range): Adjuted for the above change.
11637 (map_sub_char_table): Delete args default_val and parent. Add arg
11638 top. Give decoded values to a Lisp function.
11639 (map_char_table): Adjust for the above change. Give decoded
11640 values to a Lisp function. Gcpro more variables.
11641 (uniprop_table_uncompress)
11642 (uniprop_decode_value_run_length): New functions.
11643 (uniprop_decoder, uniprop_decoder_count): New variables.
11644 (uniprop_get_decoder, uniprop_encode_value_character)
11645 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
11646 New functions.
11647 (uniprop_encoder, uniprop_encoder_count): New variables.
11648 (uniprop_get_encoder, uniprop_table)
11649 (Funicode_property_table_internal, Fget_unicode_property_internal)
11650 (Fput_unicode_property_internal): New functions.
11651 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
11652 Sunicode_property_table_internal, Sget_unicode_property_internal,
11653 and Sput_unicode_property_internal. Defvar_lisp
11654 char-code-property-alist.
11655
11656 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
11657 Vunicode_category_table.
11658
11659 * font.c (font_range): Adjust for the change of
11660 Vunicode_category_table.
11661
11662 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
11663
11664 * m/iris4d.h: Remove file, move contents ...
11665 * s/irix6-5.h: ... here.
11666
11667 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
11668
11669 Remove unportable assumption about struct layout (Bug#8884).
11670 * alloc.c (mark_buffer):
11671 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
11672 (clone_per_buffer_values): Don't assume that
11673 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
11674 This isn't true in general, and it's particularly not true
11675 if Emacs is configured with --with-wide-int.
11676 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
11677 New macros, used in the buffer.c change.
11678
11679 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11680
11681 * xsettings.c: Use both GConf and GSettings if both are available.
11682 (store_config_changed_event): Add comment.
11683 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
11684 (store_tool_bar_style_changed): New functions.
11685 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
11686 (struct xsettings): Move font inside HAVE_XFT.
11687 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
11688 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
11689 Move inside HAVE_XFT.
11690 (something_changed_gsettingsCB): Rename from something_changedCB.
11691 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
11692 also.
11693 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
11694 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
11695 (something_changed_gconfCB): Rename from something_changedCB.
11696 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
11697 (parse_settings): Move check for font inside HAVE_XFT.
11698 (read_settings, apply_xft_settings): Add comment.
11699 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
11700 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
11701 call store_font_name_changed.
11702 (xft_settings_event): Add comment.
11703 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
11704 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
11705 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
11706 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
11707 (xsettings_initialize): Call init_gsettings last.
11708 (xsettings_get_system_font, xsettings_get_system_normal_font):
11709 Add comment.
11710
11711 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
11712
11713 Random fixes. E.g., (random) never returned negative values.
11714 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
11715 subseconds part to the entropy, as that's a bit more random.
11716 Prefer signed to unsigned, since the signedness doesn't matter and
11717 in general we prefer signed. When given a limit, use a
11718 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
11719 latter isn't right if USE_2_TAGS_FOR_INTS.
11720 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
11721 not 0..VALMASK. Don't discard "excess" bits that random () returns.
11722
11723 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * textprop.c (text_property_stickiness):
11726 Obey Vtext_property_default_nonsticky.
11727 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
11728 * w32fns.c (syms_of_w32fns):
11729 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
11730
11731 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11732
11733 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
11734 This is more efficient than Ffile_directory_p and avoids a minor race.
11735
11736 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11737
11738 * buffer.c (Foverlay_put): Say what the return value is
11739 (bug#7835).
11740
11741 * fileio.c (barf_or_query_if_file_exists): Check first if the file
11742 is a directory before asking whether to use the file name
11743 (bug#7564).
11744 (barf_or_query_if_file_exists): Make the "File is a directory"
11745 error be more correct.
11746
11747 * fns.c (Frequire): Remove the mention of the .gz files, since
11748 that's installation-specific, but keep the mention of
11749 `get-load-suffixes'.
11750
11751 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11752
11753 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
11754 Report string overflow if the output is too long.
11755
11756 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11757
11758 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
11759 (syms_of_gnutls): Remove duplicate DEFSYM for
11760 Qgnutls_bootprop_verify_hostname_error, an error for
11761 Qgnutls_bootprop_verify_error (which is no longer used).
11762
11763 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
11764 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
11765 Also (re)move comments that are misplaced or no longer relevant.
11766
11767 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11768
11769 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
11770
11771 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
11772
11773 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
11774 and background color parameters if they have been changed.
11775
11776 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11777
11778 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
11779
11780 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11781
11782 * xsettings.c (SYSTEM_FONT): Define only when used.
11783 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
11784
11785 * keymap.c (access_keymap_1): Now static.
11786
11787 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
11788
11789 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
11790 leave any prefix arg for the up event (Bug#1586).
11791
11792 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11793
11794 * lread.c (syms_of_lread): Mention single symbols defined by
11795 `defvar' or `defconst' (bug#7154).
11796
11797 * fns.c (Frequire): Mention .el.gz files (bug#7314).
11798 (Frequire): Mention get-load-suffixes.
11799
11800 2011-07-02 Martin Rudalics <rudalics@gmx.at>
11801
11802 * window.h (window): Remove clone_number slot.
11803 * window.c (Fwindow_clone_number, Fset_window_clone_number):
11804 Remove.
11805 (make_parent_window, make_window, saved_window)
11806 (Fset_window_configuration, save_window_save): Don't deal with
11807 clone numbers.
11808 * buffer.c (Qclone_number): Remove declaration.
11809 (sort_overlays, overlay_strings): Don't deal with clone numbers.
11810
11811 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 Add multiple inheritance to keymaps.
11814 * keymap.c (Fmake_composed_keymap): New function.
11815 (Fset_keymap_parent): Simplify.
11816 (fix_submap_inheritance): Remove.
11817 (access_keymap_1): New function extracted from access_keymap to handle
11818 embedded parents and handle lists of maps.
11819 (access_keymap): Use it.
11820 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
11821 (Fcopy_keymap): Handle embedded parents.
11822 (Fcommand_remapping, define_as_prefix): Simplify.
11823 (Fkey_binding): Simplify.
11824 (syms_of_keymap): Move minibuffer-local-completion-map,
11825 minibuffer-local-filename-completion-map,
11826 minibuffer-local-must-match-map, and
11827 minibuffer-local-filename-must-match-map to Elisp.
11828 (syms_of_keymap): Defsubr make-composed-keymap.
11829 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
11830 (parse_menu_item): Trivial simplification.
11831
11832 2011-07-01 Glenn Morris <rgm@gnu.org>
11833
11834 * Makefile.in (SETTINGS_LIBS): Fix typo.
11835
11836 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
11837
11838 * coding.c (Fencode_coding_string): Record the last coding system
11839 used, as the function doc string says (bug#8738).
11840
11841 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
11842
11843 * xsettings.c (store_monospaced_changed): Take new font as arg and
11844 check for change against current_mono_font.
11845 (EMACS_TYPE_SETTINGS): Remove this and related defines.
11846 (emacs_settings_constructor, emacs_settings_get_property)
11847 (emacs_settings_set_property, emacs_settings_class_init)
11848 (emacs_settings_init, gsettings_obj): Remove.
11849 (something_changedCB): New function for HAVE_GSETTINGS.
11850 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
11851 with value as argument.
11852 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
11853 g_settings_new (Bug#8967). Do not create gsettings_obj.
11854 Remove calls to g_settings_bind. Connect something_changedCB to
11855 "changed".
11856
11857 * xgselect.c: Add defined (HAVE_GSETTINGS).
11858 (xgselect_initialize): Ditto.
11859
11860 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
11861 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
11862 xg_select.
11863
11864 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11865
11866 * eval.c (struct backtrace): Simplify and port the data structure.
11867 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
11868 signed bit field, as this assumption is not portable and it makes
11869 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
11870 "char debug_on_exit : 1" as this is not portable either; instead,
11871 use the portable "unsigned int debug_on_exit : 1". Remove unused
11872 member evalargs. Remove obsolete comments about cc bombing out.
11873
11874 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
11875
11876 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
11877 Let HAVE_GSETTINGS override HAVE_GCONF.
11878 (store_monospaced_changed): New function.
11879 (EMACS_SETTINGS): A new type derived from GObject to handle
11880 GSettings notifications.
11881 (emacs_settings_constructor, emacs_settings_get_property)
11882 (emacs_settings_set_property, emacs_settings_class_init):
11883 New functions.
11884 (gsettings_client, gsettings_obj): New variables.
11885 (GSETTINGS_SCHEMA): New define.
11886 (something_changedCB): Call store_monospaced_changed.
11887 (init_gsettings): New function.
11888 (xsettings_initialize): Call init_gsettings.
11889 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
11890 to NULL.
11891
11892 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
11893 GCONF_CFLAGS/LIBS.
11894
11895 2011-06-29 Martin Rudalics <rudalics@gmx.at>
11896
11897 * window.c (resize_root_window, grow_mini_window)
11898 (shrink_mini_window): Rename Qresize_root_window to
11899 Qwindow_resize_root_window and Qresize_root_window_vertically to
11900 Qwindow_resize_root_window_vertically.
11901
11902 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
11903
11904 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
11905
11906 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
11907
11908 * makefile.w32-in: Redesign dependencies so they reflect more
11909 clearly which files are directly included by each source file,
11910 and not through other includes.
11911
11912 2011-06-27 Martin Rudalics <rudalics@gmx.at>
11913
11914 * buffer.c (Qclone_number): Declare static and DEFSYM it.
11915 (sort_overlays, overlay_strings): When an overlay's clone number
11916 matches the window's clone number process the overlay even if
11917 the overlay's window property doesn't match the current window.
11918
11919 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
11920 (Fwindow_hchild): Rename to Fwindow_left_child.
11921 (Fwindow_next): Rename to Fwindow_next_sibling.
11922 (Fwindow_prev): Rename to Fwindow_prev_sibling.
11923 (resize_window_check): Rename to window_resize_check.
11924 (resize_window_apply): Rename to window_resize_apply.
11925 (Fresize_window_apply): Rename to Fwindow_resize_apply.
11926 (Fdelete_other_windows_internal, resize_frame_windows)
11927 (Fsplit_window_internal, Fdelete_window_internal)
11928 (grow_mini_window, shrink_mini_window)
11929 (Fresize_mini_window_internal): Fix callers accordingly.
11930
11931 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
11932
11933 * emacsgtkfixed.h: State that this is only used with Gtk+3.
11934 (emacs_fixed_set_min_size): Remove.
11935 (emacs_fixed_new): Take frame as argument.
11936
11937 * emacsgtkfixed.c: State that this is only used with Gtk+3.
11938 (_EmacsFixedPrivate): Remove minwidth/height.
11939 Add struct frame *f.
11940 (emacs_fixed_init): Initialize priv->f.
11941 (get_parent_class, emacs_fixed_set_min_size): Remove.
11942 (emacs_fixed_new): Set priv->f to argument.
11943 (emacs_fixed_get_preferred_width)
11944 (emacs_fixed_get_preferred_height): Use min_width/height from
11945 frames size_hint to set minimum and natural (Bug#8919).
11946 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
11947 and use min_width/height from frames size_hint to set
11948 min_width/height (Bug#8919).
11949
11950 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
11951 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
11952 Fix indentation.
11953
11954 2011-06-26 Eli Zaretskii <eliz@gnu.org>
11955
11956 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
11957 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
11958 called at ZV.
11959
11960 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
11961
11962 * process.c (wait_reading_process_output): Bypass select if
11963 waiting for a cell while ignoring keyboard input, and input is
11964 pending. Suggested by Jan Djärv (Bug#8869).
11965
11966 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
11967
11968 Use gnulib's dup2 module instead of rolling our own.
11969 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
11970
11971 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11972
11973 * dispnew.c (scrolling_window): Before scrolling, turn off a
11974 mouse-highlight in the window being scrolled.
11975
11976 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
11977
11978 Move DEFSYM to lisp.h and use everywhere.
11979
11980 * character.h (DEFSYM): Move declaration...
11981 * lisp.h (DEFSYM): ...here.
11982
11983 * gnutls.c:
11984 * minibuf.c:
11985 * w32menu.c:
11986 * w32proc.c:
11987 * w32select.c: Don't include character.h.
11988
11989 * alloc.c (syms_of_alloc):
11990 * buffer.c (syms_of_buffer):
11991 * bytecode.c (syms_of_bytecode):
11992 * callint.c (syms_of_callint):
11993 * casefiddle.c (syms_of_casefiddle):
11994 * casetab.c (init_casetab_once):
11995 * category.c (init_category_once, syms_of_category):
11996 * ccl.c (syms_of_ccl):
11997 * cmds.c (syms_of_cmds):
11998 * composite.c (syms_of_composite):
11999 * dbusbind.c (syms_of_dbusbind):
12000 * dired.c (syms_of_dired):
12001 * dispnew.c (syms_of_display):
12002 * doc.c (syms_of_doc):
12003 * editfns.c (syms_of_editfns):
12004 * emacs.c (syms_of_emacs):
12005 * eval.c (syms_of_eval):
12006 * fileio.c (syms_of_fileio):
12007 * fns.c (syms_of_fns):
12008 * frame.c (syms_of_frame):
12009 * fringe.c (syms_of_fringe):
12010 * insdel.c (syms_of_insdel):
12011 * keymap.c (syms_of_keymap):
12012 * lread.c (init_obarray, syms_of_lread):
12013 * macros.c (syms_of_macros):
12014 * msdos.c (syms_of_msdos):
12015 * print.c (syms_of_print):
12016 * process.c (syms_of_process):
12017 * search.c (syms_of_search):
12018 * sound.c (syms_of_sound):
12019 * syntax.c (init_syntax_once, syms_of_syntax):
12020 * terminal.c (syms_of_terminal):
12021 * textprop.c (syms_of_textprop):
12022 * undo.c (syms_of_undo):
12023 * w32.c (globals_of_w32):
12024 * window.c (syms_of_window):
12025 * xdisp.c (syms_of_xdisp):
12026 * xfaces.c (syms_of_xfaces):
12027 * xfns.c (syms_of_xfns):
12028 * xmenu.c (syms_of_xmenu):
12029 * xsettings.c (syms_of_xsettings):
12030 * xterm.c (syms_of_xterm): Use DEFSYM.
12031
12032 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
12033
12034 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
12035
12036 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
12037
12038 Integer and buffer overflow fixes (Bug#8873).
12039
12040 * print.c (printchar, strout): Check for string overflow.
12041 (PRINTPREPARE, printchar, strout):
12042 Don't set size unless allocation succeeds.
12043
12044 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
12045 for sizes. Check for string overflow more accurately.
12046 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
12047
12048 * macros.c: Integer and buffer overflow fixes.
12049 * keyboard.h (struct keyboard.kbd_macro_bufsize):
12050 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
12051 Use ptrdiff_t, not int, for sizes.
12052 Don't increment bufsize until after realloc succeeds.
12053 Check for size-calculation overflow.
12054 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
12055
12056 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
12057
12058 * lread.c: Integer overflow fixes.
12059 (read_integer): Radix is now EMACS_INT, not int,
12060 to improve quality of diagnostics for out-of-range radices.
12061 Calculate buffer size correctly for out-of-range radices.
12062 (read1): Check for integer overflow in radices, and in
12063 read-circle numbers.
12064 (read_escape): Avoid int overflow.
12065 (Fload, openp, read_buffer_size, read1)
12066 (substitute_object_recurse, read_vector, read_list, map_obarray):
12067 Use ptrdiff_t, not int, for sizes.
12068 (read1): Use EMACS_INT, not int, for sizes.
12069 Check for size overflow.
12070
12071 * image.c (cache_image): Check for size arithmetic overflow.
12072
12073 * lread.c: Integer overflow issues.
12074 (saved_doc_string_size, saved_doc_string_length)
12075 (prev_saved_doc_string_size, prev_saved_doc_string_length):
12076 Now ptrdiff_t, not int.
12077 (read1): Don't assume doc string length fits in int. Check for
12078 out-of-range doc string lengths.
12079 (read_list): Don't assume file position fits in int.
12080 (read_escape): Check for hex character overflow.
12081
12082 2011-06-22 Leo Liu <sdl.web@gmail.com>
12083
12084 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
12085 Move to minibuffer.el.
12086
12087 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
12088
12089 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
12090 The following patches are for when GLYPH_DEBUG && !XASSERT.
12091 * dispextern.h (trace_redisplay_p, dump_glyph_string):
12092 * dispnew.c (flush_stdout):
12093 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
12094 Mark as externally visible.
12095 * dispnew.c (check_window_matrix_pointers): Now static.
12096 * dispnew.c (window_to_frame_vpos):
12097 * xfns.c (unwind_create_frame):
12098 * xterm.c (x_check_font): Remove unused local.
12099 * scroll.c (CHECK_BOUNDS):
12100 * xfaces.c (cache_fache): Rename local to avoid shadowing.
12101 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
12102 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
12103 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
12104 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
12105 Now static.
12106 (debug_method_add): Use va_list and vsprintf rather than relying
12107 on undefined behavior with wrong number of arguments.
12108 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
12109 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
12110 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
12111 since we're not interested in debugging glyphs with old libraries.
12112 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
12113 GCC 4.6.0's static checking.
12114
12115 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
12116
12117 Integer overflow and signedness fixes (Bug#8873).
12118 A few related buffer overrun fixes, too.
12119
12120 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
12121
12122 * dispextern.h (struct face.stipple):
12123 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
12124 (x_bitmap_mask, x_allocate_bitmap_record)
12125 (x_create_bitmap_from_data, x_create_bitmap_from_file)
12126 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
12127 (x_create_bitmap_from_xpm_data):
12128 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
12129 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
12130 (.bitmaps_last):
12131 * xfaces.c (load_pixmap):
12132 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
12133 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
12134 (.bitmaps_last, struct x_output.icon_bitmap):
12135 Use ptrdiff_t, not int, for bitmap indexes.
12136 (x_allocate_bitmap_record): Check for size overflow.
12137 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
12138
12139 Use ptrdiff_t, not int, for overlay counts.
12140 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
12141 * editfns.c (overlays_around, get_pos_property):
12142 * textprop.c (get_char_property_and_overlay):
12143 * xdisp.c (next_overlay_change, note_mouse_highlight):
12144 * xfaces.c (face_at_buffer_position):
12145 * buffer.c (OVERLAY_COUNT_MAX): New macro.
12146 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
12147 (Fnext_overlay_change, Fprevious_overlay_change)
12148 (mouse_face_overlay_overlaps, Foverlays_in):
12149 Use ptrdiff_t, not int, for sizes.
12150 (overlays_at, overlays_in): Check for size-calculation overflow.
12151
12152 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
12153
12154 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
12155 (x_session_initialize): Do not assume string length fits in int.
12156
12157 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
12158 This is unlikely, but can occur if DPI is outlandish.
12159
12160 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
12161 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
12162
12163 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
12164 * xrdb.c (magic_file_p, search_magic_path):
12165 Omit last arg SUFFIX; it was always 0. All callers changed.
12166 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
12167
12168 * xfont.c (xfont_match): Avoid need for strlen.
12169
12170 * xfns.c: Don't assume strlen fits in int.
12171 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
12172
12173 * xdisp.c (message_log_check_duplicate): Return intmax_t,
12174 not unsigned long, as we prefer signed integers. All callers changed.
12175 Detect integer overflow in repeat count.
12176 (message_dolog): Don't assume print length fits in 39 bytes.
12177 (display_mode_element): Don't assume strlen fits in int.
12178
12179 * termcap.c: Don't assume sizes fit in int and never overflow.
12180 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
12181 (gobble_line): Check for size-calculation overflow.
12182
12183 * minibuf.c (Fread_buffer):
12184 * lread.c (intern, intern_c_string):
12185 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
12186 Don't assume string length fits in int.
12187
12188 * keyboard.c (parse_tool_bar_item):
12189 * gtkutil.c (style_changed_cb): Avoid need for strlen.
12190
12191 * font.c: Don't assume string length fits in int.
12192 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
12193 Use ptrdiff_t, not int.
12194 (font_intern_prop): Don't assume string length fits in int.
12195 Don't assume integer property fits in fixnum.
12196 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
12197
12198 * filelock.c: Fix some buffer overrun and integer overflow issues.
12199 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
12200 Reformulate so as not to need the command string.
12201 Invoke gzip -cd rather than gunzip, as it's more portable.
12202 (lock_info_type, lock_file_1, lock_file):
12203 Don't assume pid_t and time_t fit in unsigned long.
12204 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
12205 (current_lock_owner): Prefer signed type for sizes.
12206 Use memcpy, not strncpy, where memcpy is what is really wanted.
12207 Don't assume (via atoi) that time_t and pid_t fit in int.
12208 Check for time_t and/or pid_t out of range, e.g., via a network share.
12209 Don't alloca where an auto var works fine.
12210
12211 * fileio.c: Fix some integer overflow issues.
12212 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
12213 Don't assume string length fits in int.
12214 (directory_file_name): Don't assume string length fits in long.
12215 (make_temp_name): Don't assume pid fits in int, or that its print
12216 length is less than 20.
12217
12218 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
12219
12220 * coding.c (make_subsidiaries): Don't assume string length fits in int.
12221
12222 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
12223
12224 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
12225 We prefer signed integers, even for size calculations.
12226
12227 * emacs.c: Don't assume string length fits in 'int'.
12228 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
12229 (main): Don't invoke strlen when not needed.
12230
12231 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
12232 (XD_DEBUG_MESSAGE): Don't waste a byte.
12233
12234 * callproc.c (getenv_internal_1, getenv_internal)
12235 (Fgetenv_internal):
12236 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
12237
12238 * lread.c (invalid_syntax): Omit length argument.
12239 All uses changed. This doesn't fix a bug, but it simplifies the
12240 code away from its former Hollerith-constant appearance, and it's
12241 one less 'int' to worry about when looking at integer-overflow issues.
12242 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
12243
12244 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
12245 This didn't break anything, but it didn't help either.
12246 It's confusing to put a bogus integer in a place where the actual
12247 value does not matter.
12248 (LIST_END_P): Remove unused macro and its bogus comment.
12249 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
12250
12251 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
12252 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
12253 implementation.
12254 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
12255 We prefer signed types, and the value cannot exceed the EMACS_INT
12256 range anyway (because otherwise the length would not be representable).
12257 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
12258 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
12259 This avoids a GCC warning when WIDE_EMACS_INT.
12260
12261 * indent.c (sane_tab_width): New function.
12262 (current_column, scan_for_column, Findent_to, position_indentation)
12263 (compute_motion): Use it. This is just for clarity.
12264 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
12265
12266 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
12267
12268 * lisp.h (lint_assume): New macro.
12269 * composite.c (composition_gstring_put_cache):
12270 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
12271
12272 * editfns.c, insdel.c:
12273 Omit unnecessary forward decls, to simplify future changes.
12274
12275 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
12276
12277 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
12278
12279 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
12280 Use much-faster test for byte-length change.
12281 Don't assume string byte-length fits in 'int'.
12282 Check that character arg fits in 'int'.
12283 (mapcar1): Declare byte as byte, for clarity.
12284
12285 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
12286
12287 * fns.c (concat): Catch string overflow earlier.
12288 Do not rely on integer wraparound.
12289
12290 * dispextern.h (struct it.overlay_strings_charpos)
12291 (struct it.selective): Now EMACS_INT, not int.
12292 * xdisp.c (forward_to_next_line_start)
12293 (back_to_previous_visible_line_start)
12294 (reseat_at_next_visible_line_start, next_element_from_buffer):
12295 Don't arbitrarily truncate the value of 'selective' to int.
12296
12297 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
12298
12299 * composite.c: Don't truncate sizes to 'int'.
12300 (composition_gstring_p, composition_reseat_it)
12301 (composition_adjust_point): Use EMACS_INT, not int.
12302 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
12303 not EMACS_UINT, for indexes.
12304
12305 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
12306
12307 * buffer.c: Include <verify.h>.
12308 (struct sortvec.priority, struct sortstr.priority):
12309 Now EMACS_INT, not int.
12310 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
12311 (struct sortstr.size, record_overlay_string)
12312 (struct sortstrlist.size, struct sortlist.used):
12313 Don't truncate size to int.
12314 (record_overlay_string): Check for size-calculation overflow.
12315 (init_buffer_once): Check at compile-time, not run-time.
12316
12317 2011-06-22 Jim Meyering <meyering@redhat.com>
12318
12319 Don't leak an XBM-image-sized buffer
12320 * image.c (xbm_load): Free the image buffer after using it.
12321
12322 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
12323
12324 Port to Sun C.
12325 * composite.c (find_automatic_composition): Omit needless 'return 0;'
12326 that Sun C diagnosed.
12327 * fns.c (secure_hash): Fix pointer signedness issue.
12328 * intervals.c (static_offset_intervals): New function.
12329 (offset_intervals): Use it.
12330
12331 2011-06-21 Leo Liu <sdl.web@gmail.com>
12332
12333 * deps.mk (fns.o):
12334 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
12335 sha512.h.
12336
12337 * fns.c (secure_hash): Rename from crypto_hash_function and change
12338 the first arg to accept symbols.
12339 (Fsecure_hash): New primitive.
12340 (syms_of_fns): New symbols.
12341
12342 2011-06-20 Deniz Dogan <deniz@dogan.se>
12343
12344 * process.c (Fset_process_buffer): Clarify return value in
12345 docstring.
12346
12347 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
12348
12349 * dispnew.c (add_window_display_history): Use BVAR.
12350
12351 * xdisp.c (debug_method_add): Use BVAR.
12352 (check_window_end, dump_glyph_matrix, dump_glyph)
12353 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
12354
12355 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
12356 Likewise.
12357
12358 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
12359 check till after the cache is created in init_frame_faces.
12360
12361 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
12364
12365 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
12366
12367 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
12368 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
12369 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
12370
12371 Improve buffer-overflow checking (Bug#8873).
12372 * fileio.c (Finsert_file_contents):
12373 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
12374 Remove the old (too-loose) buffer overflow checks.
12375 They weren't needed, since make_gap checks for buffer overflow.
12376 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
12377 The old code merely checked for Emacs fixnum overflow, and relied
12378 on undefined (wraparound) behavior. The new code avoids undefined
12379 behavior, and also checks for ptrdiff_t and/or size_t overflow.
12380
12381 * editfns.c (Finsert_char): Don't dump core with very negative counts.
12382 Tune. Don't use wider integers than needed. Don't use alloca.
12383 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
12384
12385 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
12386
12387 * insdel.c, lisp.h (buffer_overflow): New function.
12388 (insert_from_buffer_1, replace_range, replace_range_2):
12389 * insdel.c (make_gap_larger):
12390 * editfns.c (Finsert_char):
12391 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
12392
12393 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
12394
12395 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
12396
12397 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
12398
12399 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
12400 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
12401
12402 * fileio.c: Don't assume EMACS_INT fits in off_t.
12403 (emacs_lseek): New static function.
12404 (Finsert_file_contents, Fwrite_region): Use it.
12405 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
12406
12407 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
12408
12409 * fns.c: Don't overflow int when computing a list length.
12410 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
12411 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
12412 truncation on 64-bit hosts. Check for QUIT every
12413 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
12414 faster and is responsive enough.
12415 (Flength): Report an error instead of overflowing an integer.
12416 (Fsafe_length): Return a float if the value is not representable
12417 as a fixnum. This shouldn't happen except in contrived situations.
12418 (Fnthcdr, Fsort): Don't assume list length fits in int.
12419 (Fcopy_sequence): Don't assume vector length fits in int.
12420
12421 * alloc.c: Check that resized vectors' lengths fit in fixnums.
12422 (header_size, word_size): New constants.
12423 (allocate_vectorlike): Don't check size overflow here.
12424 (allocate_vector): Check it here instead, since this is the only
12425 caller of allocate_vectorlike that could cause overflow.
12426 Check that the new vector's length is representable as a fixnum.
12427
12428 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
12429 The previous code was bogus. For example, next_almost_prime (32)
12430 returned 39, which is undesirable as it is a multiple of 3; and
12431 next_almost_prime (24) returned 25, which is a multiple of 5 so
12432 why was the code bothering to check for multiples of 7?
12433
12434 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
12435
12436 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
12437
12438 Variadic C functions now count arguments with ptrdiff_t.
12439 This partly undoes my 2011-03-30 change, which replaced int with size_t.
12440 Back then I didn't know that the Emacs coding style prefers signed int.
12441 Also, in the meantime I found a few more instances where arguments
12442 were being counted with int, which may truncate counts on 64-bit
12443 machines, or EMACS_INT, which may be unnecessarily wide.
12444 * lisp.h (struct Lisp_Subr.function.aMANY)
12445 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
12446 Arg counts are now ptrdiff_t, not size_t.
12447 All variadic functions and their callers changed accordingly.
12448 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
12449 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
12450 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
12451 * callint.c (Fcall_interactively): Check arg count for overflow,
12452 to avoid potential buffer overrun. Use signed char, not 'int',
12453 for 'varies' array, so that we needn't bother to check its size
12454 calculation for overflow.
12455 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
12456 * eval.c (apply_lambda):
12457 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
12458 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
12459 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
12460
12461 * callint.c (Fcall_interactively): Don't use index var as event count.
12462
12463 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
12464 * mem-limits.h (SIZE): Remove; no longer used.
12465
12466 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
12467
12468 Remove unnecessary casts.
12469 * xterm.c (x_term_init):
12470 * xfns.c (x_set_border_pixel):
12471 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
12472 These aren't needed now that we assume ANSI C.
12473
12474 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
12475 It's more likely to cause problems (due to unsigned overflow)
12476 than to cure them.
12477
12478 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
12479
12480 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
12481
12482 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
12483
12484 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
12485
12486 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
12487
12488 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
12489
12490 GLYPH_CODE_FACE returns EMACS_INT, not int.
12491 * dispextern.h (merge_faces):
12492 * xfaces.c (merge_faces):
12493 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12494 Don't assume EMACS_INT fits in int.
12495
12496 * character.h (CHAR_VALID_P): Remove unused parameter.
12497 * fontset.c, lisp.h, xdisp.c: All uses changed.
12498
12499 * editfns.c (Ftranslate_region_internal): Omit redundant test.
12500
12501 * fns.c (concat): Minor tuning based on overflow analysis.
12502 This doesn't fix any bugs. Use int to hold character, instead
12503 of constantly refetching from Emacs object. Use XFASTINT, not
12504 XINT, for value known to be a character. Don't bother comparing
12505 a single byte to 0400, as it's always less.
12506
12507 * floatfns.c (Fexpt):
12508 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
12509
12510 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
12511 for characters.
12512
12513 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
12514
12515 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
12516 Without this fix, on a 64-bit host (aset S 0 4294967386) would
12517 incorrectly succeed when S was a string, because 4294967386 was
12518 truncated before it was used.
12519
12520 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
12521 Otherwise, an out-of-range integer could cause undefined behavior
12522 on a 64-bit host.
12523
12524 * composite.c: Use int, not EMACS_INT, for characters.
12525 (fill_gstring_body, composition_compute_stop_pos): Use int, not
12526 EMACS_INT, for values that are known to be in character range.
12527 This doesn't fix any bugs but is the usual style inside Emacs and
12528 may generate better code on 32-bit machines.
12529
12530 Make sure a 64-bit char is never passed to ENCODE_CHAR.
12531 This is for reasons similar to the recent CHAR_STRING fix.
12532 * charset.c (Fencode_char): Check that character arg is actually
12533 a character. Pass an int to ENCODE_CHAR.
12534 * charset.h (ENCODE_CHAR): Verify that the character argument is no
12535 wider than 'int', as a compile-time check to prevent future regressions
12536 in this area.
12537
12538 * character.c (char_string): Remove unnecessary casts.
12539
12540 Make sure a 64-bit char is never passed to CHAR_STRING.
12541 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
12542 by silently ignoring the top 32 bits, allowing some values
12543 that were far too large to be valid characters.
12544 * character.h: Include <verify.h>.
12545 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
12546 arguments are no wider than unsigned, as a compile-time check
12547 to prevent future regressions in this area.
12548 * data.c (Faset):
12549 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
12550 (Fsubst_char_in_region):
12551 * fns.c (concat):
12552 * xdisp.c (decode_mode_spec_coding):
12553 Adjust to CHAR_STRING's new requirement.
12554 * editfns.c (Finsert_char, Fsubst_char_in_region):
12555 * fns.c (concat): Check that character args are actually
12556 characters. Without this test, these functions did the wrong
12557 thing with wildly out-of-range values on 64-bit hosts.
12558
12559 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
12560 These casts should not be needed on 32-bit hosts, either.
12561 * keyboard.c (read_char):
12562 * lread.c (Fload): Remove casts to unsigned.
12563
12564 * lisp.h (UNSIGNED_CMP): New macro.
12565 This fixes comparison bugs on 64-bit hosts.
12566 (ASCII_CHAR_P): Use it.
12567 * casefiddle.c (casify_object):
12568 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
12569 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
12570 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
12571 * dispextern.h (FACE_FROM_ID):
12572 * keyboard.c (read_char): Use UNSIGNED_CMP.
12573
12574 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
12575 not to EMACS_INT, to avoid GCC warning.
12576
12577 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
12578
12579 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
12580 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
12581 isn't needed on 32-bit machines.
12582
12583 * buffer.c (Fgenerate_new_buffer_name):
12584 Use EMACS_INT for count, not int.
12585 (advance_to_char_boundary): Return EMACS_INT, not int.
12586
12587 * data.c (Qcompiled_function): Now static.
12588
12589 * window.c (window_body_lines): Now static.
12590
12591 * image.c (gif_load): Rename local to avoid shadowing.
12592
12593 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
12594 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
12595 * alloc.c (make_save_value): Integer argument is now of type
12596 ptrdiff_t, not int.
12597 (mark_object): Use ptrdiff_t, not int.
12598 * lisp.h (pD): New macro.
12599 * print.c (print_object): Use it.
12600
12601 * alloc.c: Use EMACS_INT, not int, to count objects.
12602 (total_conses, total_markers, total_symbols, total_vector_size)
12603 (total_free_conses, total_free_markers, total_free_symbols)
12604 (total_free_floats, total_floats, total_free_intervals)
12605 (total_intervals, total_strings, total_free_strings):
12606 Now EMACS_INT, not int. All uses changed.
12607 (Fgarbage_collect): Compute overall total using a double, so that
12608 integer overflow is less likely to be a problem. Check for overflow
12609 when converting back to an integer.
12610 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
12611 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
12612 These were 'int' variables that could overflow on 64-bit hosts;
12613 they were never used, so remove them instead of repairing them.
12614 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
12615 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
12616 Previously, this ceilinged at INT_MAX, but that doesn't work on
12617 64-bit machines.
12618 (allocate_pseudovector): Don't use EMACS_INT when int would do.
12619
12620 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
12621 (allocate_vectorlike): Check for ptrdiff_t overflow.
12622 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
12623 when a (possibly-narrower) signed value would do just as well.
12624 We prefer using signed arithmetic, to avoid comparison confusion.
12625
12626 * alloc.c: Catch some string size overflows that we were missing.
12627 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
12628 for convenience in STRING_BYTES_MAX.
12629 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
12630 The definition here is exact; the one in lisp.h was approximate.
12631 (allocate_string_data): Check for string overflow. This catches
12632 some instances we weren't catching before. Also, it catches
12633 size_t overflow on (unusual) hosts where SIZE_MAX <= min
12634 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
12635 and ptrdiff_t and EMACS_INT are both 64 bits.
12636
12637 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
12638 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
12639 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
12640
12641 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
12642
12643 * alloc.c (Fmake_string): Check for out-of-range init.
12644
12645 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
12648
12649 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
12650
12651 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
12652 xg_get_default_scrollbar_width.
12653
12654 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
12655 (int_gtk_range_get_value): Move to the scroll bar part of the file.
12656 (style_changed_cb): Call update_theme_scrollbar_width and call
12657 x_set_scroll_bar_default_width and xg_frame_set_char_size for
12658 all frames (Bug#8505).
12659 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
12660 Call gtk_window_set_resizable if HAVE_GTK3.
12661 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
12662 and height if HAVE_GTK3 (Bug#8505).
12663 (scroll_bar_width_for_theme): New variable.
12664 (update_theme_scrollbar_width): New function.
12665 (xg_get_default_scrollbar_width): Move code to
12666 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
12667 (xg_initialize): Call update_theme_scrollbar_width.
12668
12669 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
12670
12671 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
12672
12673 2011-06-12 Martin Rudalics <rudalics@gmx.at>
12674
12675 * frame.c (make_frame): Call other_buffer_safely instead of
12676 other_buffer.
12677
12678 * window.c (temp_output_buffer_show): Call display_buffer with
12679 second argument Vtemp_buffer_show_specifiers and reset latter
12680 immediately after the call.
12681 (Vtemp_buffer_show_specifiers): New variable.
12682 (auto_window_vscroll_p, next_screen_context_lines)
12683 (Vscroll_preserve_screen_position): Remove leading asterisks from
12684 doc-strings.
12685
12686 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
12687
12688 Fix minor problems found by GCC 4.6.0 static checking.
12689 * buffer.c (Qclone_number): Remove for now, as it's unused.
12690 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
12691 (record_buffer): Remove unused local.
12692 * frame.c (other_visible_frames, frame_buffer_list): Now static.
12693 (set_frame_buffer_list): Remove; unused.
12694 * frame.h (other_visible_frames): Remove decl.
12695 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
12696 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
12697 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
12698 if HAVE_GPM.
12699 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
12700 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
12701 Define only if HAVE_GPM.
12702 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
12703 (update_hints_inhibit): Remove; never set. All uses removed.
12704 * widgetprv.h (emacsFrameClassRec): Remove decl.
12705 * window.c (delete_deletable_window): Now returns void, since it
12706 wasn't returning anything.
12707 (compare_window_configurations): Remove unused locals.
12708 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
12709 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
12710 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
12711 the same widths as pointers. This follows up on the 2011-05-06 patch.
12712 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
12713 * xterm.h: Likewise.
12714 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
12715
12716 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
12717
12718 * makefile.w32-in: Update dependencies.
12719 (LISP_H): Add lib/intprops.h.
12720
12721 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
12722
12723 * image.c (gif_load): Add animation frame delay to the metadata.
12724 (syms_of_image): Use DEFSYM. New symbol `delay'.
12725
12726 2011-06-11 Martin Rudalics <rudalics@gmx.at>
12727
12728 * window.c (delete_deletable_window): Re-add.
12729 (Fset_window_configuration): Rewrite to handle dead buffers and
12730 consequently deletable windows.
12731 (window_tree, Fwindow_tree): Remove. Supply functionality in
12732 window.el.
12733 (compare_window_configurations): Simplify code.
12734
12735 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
12736
12737 * image.c (imagemagick_load_image): Fix type mismatch.
12738 (Fimagemagick_types): Likewise.
12739
12740 * window.h (replace_buffer_in_windows): Declare.
12741
12742 2011-06-11 Martin Rudalics <rudalics@gmx.at>
12743
12744 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
12745 Qclone_number. Remove external declaration of Qdelete_window.
12746 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
12747 code.
12748 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
12749 Run Qbuffer_list_update_hook if allowed.
12750 (Fother_buffer): Rewrite doc-string. Major rewrite for new
12751 buffer list implementation.
12752 (other_buffer_safely): New function.
12753 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
12754 calls to replace_buffer_in_windows and
12755 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
12756 if allowed.
12757 (record_buffer): Inhibit quitting and rewrite using quittable
12758 functions. Run Qbuffer_list_update_hook if allowed.
12759 (Frecord_buffer, Funrecord_buffer): New functions.
12760 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
12761 Move switch-to-buffer to window.el.
12762 (bury-buffer): Move to window.el.
12763 (Vbuffer_list_update_hook): New variable.
12764
12765 * lisp.h (other_buffer_safely): Add prototype in buffer.c
12766 section.
12767
12768 * window.h (resize_frame_windows): Move up in code.
12769 (Fwindow_frame): Remove EXFUN.
12770 (replace_buffer_in_all_windows): Remove prototype.
12771 (replace_buffer_in_windows_safely): Add prototype.
12772
12773 * window.c: Declare Qdelete_window static again. Move down
12774 declaration of select_count.
12775 (Fnext_window, Fprevious_window): Rewrite doc-strings.
12776 (Fother_window): Move to window.el.
12777 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
12778 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
12779 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
12780 window.el.
12781 (replace_buffer_in_windows): Implement by calling
12782 Qreplace_buffer_in_windows.
12783 (replace_buffer_in_all_windows): Remove with some functionality
12784 moved into replace_buffer_in_windows_safely.
12785 (replace_buffer_in_windows_safely): New function.
12786 (select_window_norecord, select_frame_norecord): Move in front
12787 of run_window_configuration_change_hook. Remove now obsolete
12788 declarations.
12789 (Fset_window_buffer): Rewrite doc-string.
12790 Call Qrecord_window_buffer.
12791 (keys_of_window): Move binding for other-window to window.el.
12792
12793 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
12794
12795 * dispextern.h (struct image): Replace data member, whose int_val
12796 and ptr_val fields were not used by anything, with a single
12797 lisp_val object.
12798
12799 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
12800 (gif_clear_image, gif_load, imagemagick_load_image)
12801 (gs_clear_image, gs_load): Callers changed.
12802
12803 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
12804
12805 * buffer.h: Include <time.h>, for time_t.
12806 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
12807
12808 Fix minor problems found by static checking.
12809
12810 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
12811
12812 Make identifiers static if they are not used in other modules.
12813 * data.c (Qcompiled_function, Qframe, Qvector):
12814 * image.c (QimageMagick, Qsvg):
12815 * minibuf.c (Qmetadata):
12816 * window.c (resize_window_check, resize_root_window): Now static.
12817 * window.h (resize_window_check, resize_root_window): Remove decls.
12818
12819 * window.c (window_deletion_count, delete_deletable_window):
12820 Remove; unused.
12821 (window_body_lines): Now static.
12822 (Fdelete_other_windows_internal): Mark vars as initialized.
12823 Make sure 'resize_failed' is initialized.
12824 (run_window_configuration_change_hook): Rename local to avoid shadowing.
12825 (resize_window_apply): Remove unused local.
12826 * window.h (delete_deletable_window): Remove decl.
12827
12828 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
12829 (imagemagick_load_image): Fix pointer signedness problem by changing
12830 last arg from unsigned char * to char *. All uses changed.
12831 Also, fix a local for similar reasons.
12832 Remove unused locals. Remove locals to avoid shadowing.
12833 (fn_rsvg_handle_free): Remove; unused.
12834 (svg_load, svg_load_image): Fix pointer signedness problem.
12835 (imagemagick_load_image): Don't use garbage pointer image_wand.
12836
12837 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
12838
12839 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
12840
12841 * image.c (gif_load): Fix omitted cast error introduced by
12842 2011-06-06 change.
12843
12844 2011-06-10 Martin Rudalics <rudalics@gmx.at>
12845
12846 * window.h (resize_proportionally, orig_total_lines)
12847 (orig_top_line): Remove from window structure.
12848 (set_window_height, set_window_width, change_window_heights)
12849 (Fdelete_window): Remove prototypes.
12850 (resize_frame_windows): Remove duplicate declaration.
12851
12852 2011-06-10 Eli Zaretskii <eliz@gnu.org>
12853
12854 * window.h (resize_frame_windows, resize_window_check)
12855 (delete_deletable_window, resize_root_window)
12856 (resize_frame_windows): Declare prototypes.
12857
12858 * window.c (resize_window_apply): Make definition be "static" to
12859 match the prototype.
12860
12861 2011-06-10 Martin Rudalics <rudalics@gmx.at>
12862
12863 * window.c: Remove declarations of Qwindow_size_fixed,
12864 window_min_size_1, window_min_size_2, window_min_size,
12865 size_window, window_fixed_size_p, enlarge_window, delete_window.
12866 Remove static from declaration of Qdelete_window, it's
12867 temporarily needed by Fbury_buffer.
12868 (replace_window): Don't assign orig_top_line and
12869 orig_total_lines.
12870 (Fdelete_window, delete_window): Remove. Window deletion is
12871 handled by window.el.
12872 (window_loop): Remove DELETE_OTHER_WINDOWS case.
12873 Replace Fdelete_window calls with calls to Qdelete_window.
12874 (Fdelete_other_windows): Remove. Deleting other windows is
12875 handled by window.el.
12876 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
12877 handled in window.el.
12878 (window_min_size_2, window_min_size_1, window_min_size): Remove.
12879 Window minimum sizes are handled in window.el.
12880 (shrink_windows, size_window, set_window_height)
12881 (set_window_width, change_window_heights, window_height)
12882 (window_width, CURBEG, CURSIZE, enlarge_window)
12883 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
12884 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
12885 handled in window.el.
12886 (make_dummy_parent): Rename to make_parent_window and give it a
12887 second argument horflag.
12888 (make_window): Don't set resize_proportionally any more.
12889 (Fsplit_window): Remove. Windows are split in window.el.
12890 (save_restore_action, save_restore_orig_size)
12891 (shrink_window_lowest_first, save_restore_orig_size): Remove.
12892 Resize mini windows in window.el.
12893 (grow_mini_window, shrink_mini_window): Implement by calling
12894 Qresize_root_window_vertically, resize_window_check and
12895 resize_window_apply.
12896 (saved_window, Fset_window_configuration, save_window_save):
12897 Do not handle orig_top_line, orig_total_lines, and
12898 resize_proportionally.
12899 (window_min_height, window_min_width): Move to window.el.
12900 (keys_of_window): Move bindings for delete-other-windows,
12901 split-window, delete-window and enlarge-window to window.el.
12902
12903 * buffer.c: Temporarily extern Qdelete_window.
12904 (Fbury_buffer): Temporarily call Qdelete_window instead of
12905 Fdelete_window (Fbury_buffer will move to window.el soon).
12906
12907 * frame.c (set_menu_bar_lines_1): Remove code handling
12908 orig_top_line and orig_total_lines.
12909
12910 * dispnew.c (adjust_frame_glyphs_initially): Don't use
12911 set_window_height but set heights directly.
12912 (change_frame_size_1): Use resize_frame_windows.
12913
12914 * xdisp.c (init_xdisp): Don't use set_window_height but set
12915 heights directly.
12916
12917 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
12918 Use resize_frame_windows instead of change_window_heights and run
12919 run_window_configuration_change_hook.
12920
12921 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
12922 instead of change_window_heights and run
12923 run_window_configuration_change_hook.
12924
12925 2011-06-09 Martin Rudalics <rudalics@gmx.at>
12926
12927 * window.c (replace_window): Rename second argument REPLACEMENT to
12928 NEW. New third argument SETFLAG. Rewrite.
12929 (delete_window, make_dummy_parent): Call replace_window with
12930 third argument 1.
12931 (window_list_1): Move down in code.
12932 (run_window_configuration_change_hook): Move set_buffer part
12933 before select_frame_norecord part in order to unwind correctly.
12934 Rename count1 to count.
12935 (recombine_windows, delete_deletable_window, resize_root_window)
12936 (Fdelete_other_windows_internal)
12937 (Frun_window_configuration_change_hook, make_parent_window)
12938 (resize_window_check, resize_window_apply, Fresize_window_apply)
12939 (resize_frame_windows, Fsplit_window_internal)
12940 (Fdelete_window_internal, Fresize_mini_window_internal):
12941 New functions.
12942 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
12943
12944 2011-06-08 Martin Rudalics <rudalics@gmx.at>
12945
12946 * window.h (window): Add some new members to window structure -
12947 normal_lines, normal_cols, new_total, new_normal, clone_number,
12948 splits, nest, prev_buffers, next_buffers.
12949 (WINDOW_TOTAL_SIZE): Move here from window.c.
12950 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
12951
12952 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
12953 Remove.
12954 (make_dummy_parent): Set new members of windows structure.
12955 (make_window): Move down in code. Handle new members of window
12956 structure.
12957 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
12958 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
12959 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
12960 (Fset_window_prev_buffers, Fwindow_next_buffers)
12961 (Fset_window_next_buffers, Fset_window_clone_number):
12962 New functions.
12963 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
12964 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
12965 Doc-string fixes.
12966 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
12967 Argument WINDOW can be now internal window too.
12968 (Fwindow_use_time): Move up in code.
12969 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
12970 Rewrite doc-string.
12971 (Fset_window_configuration, saved_window)
12972 (Fcurrent_window_configuration, save_window_save): Handle new
12973 members of window structure.
12974 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
12975 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
12976 (syms_of_window): New Lisp objects Qrecord_window_buffer,
12977 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
12978 Qget_mru_window, Qresize_root_window,
12979 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
12980 Qauto_buffer_name; staticpro them.
12981
12982 2011-06-07 Martin Rudalics <rudalics@gmx.at>
12983
12984 * window.c (Fwindow_total_size, Fwindow_left_column)
12985 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
12986 (Fwindow_list_1): New functions.
12987 (window_box_text_cols): Replace with window_body_cols.
12988 (Fwindow_width, Fscroll_left, Fscroll_right):
12989 Use window_body_cols instead of window_box_text_cols.
12990 (delete_window, Fset_window_configuration):
12991 Call delete_all_subwindows with window as argument.
12992 (delete_all_subwindows): Take a window as argument and not a
12993 structure. Rewrite.
12994 (window_loop): Remove handling of GET_LRU_WINDOW and
12995 GET_LARGEST_WINDOW.
12996 (Fget_lru_window, Fget_largest_window): Move to window.el.
12997
12998 * window.h: Extern window_body_cols instead of
12999 window_box_text_cols. delete_all_subwindows now takes a
13000 Lisp_Object as argument.
13001
13002 * indent.c (compute_motion, Fcompute_motion):
13003 Use window_body_cols instead of window_box_text_cols.
13004
13005 * frame.c (delete_frame): Call delete_all_subwindows with root
13006 window as argument.
13007
13008 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
13009
13010 * fns.c (Fputhash): Document return value.
13011
13012 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
13013
13014 * image.c (gif_load): Implement gif89a spec "no disposal" method.
13015
13016 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
13017
13018 Cons<->int and similar integer overflow fixes (Bug#8794).
13019
13020 Check for overflow when converting integer to cons and back.
13021 * charset.c (Fdefine_charset_internal, Fdecode_char):
13022 Use cons_to_unsigned to catch overflow.
13023 (Fencode_char): Use INTEGER_TO_CONS.
13024 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
13025 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
13026 * data.c (long_to_cons, cons_to_long): Remove.
13027 (cons_to_unsigned, cons_to_signed): New functions.
13028 These signal an error for invalid or out-of-range values.
13029 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
13030 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
13031 * font.c (Ffont_variation_glyphs):
13032 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
13033 * lisp.h: Include <intprops.h>.
13034 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
13035 (cons_to_signed, cons_to_unsigned): New decls.
13036 (long_to_cons, cons_to_long): Remove decls.
13037 * undo.c (record_first_change): Use INTEGER_TO_CONS.
13038 (Fprimitive_undo): Use CONS_TO_INTEGER.
13039 * xfns.c (Fx_window_property): Likewise.
13040 * xselect.c: Include <limits.h>.
13041 (x_own_selection, selection_data_to_lisp_data):
13042 Use INTEGER_TO_CONS.
13043 (x_handle_selection_request, x_handle_selection_clear)
13044 (x_get_foreign_selection, Fx_disown_selection_internal)
13045 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
13046 (lisp_data_to_selection_data): Use cons_to_unsigned.
13047 (x_fill_property_data): Use cons_to_signed.
13048 Report values out of range.
13049
13050 Check for buffer and string overflow more precisely.
13051 * buffer.h (BUF_BYTES_MAX): New macro.
13052 * lisp.h (STRING_BYTES_MAX): New macro.
13053 * alloc.c (Fmake_string):
13054 * character.c (string_escape_byte8):
13055 * coding.c (coding_alloc_by_realloc):
13056 * doprnt.c (doprnt):
13057 * editfns.c (Fformat):
13058 * eval.c (verror):
13059 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
13060 since they may not be the same number.
13061 * editfns.c (Finsert_char):
13062 * fileio.c (Finsert_file_contents):
13063 Likewise for BUF_BYTES_MAX.
13064
13065 * image.c: Use ptrdiff_t, not int, for sizes.
13066 (slurp_file): Switch from int to ptrdiff_t.
13067 All uses changed.
13068 (slurp_file): Check that file size fits in both size_t (for
13069 malloc) and ptrdiff_t (for sanity and safety).
13070
13071 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
13072 if b->modtime has its maximal value.
13073
13074 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
13075
13076 Don't assume time_t can fit into int.
13077 * buffer.h (struct buffer.modtime): Now time_t, not int.
13078 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
13079 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
13080
13081 Minor fixes for signed vs unsigned integers.
13082 * character.h (MAYBE_UNIFY_CHAR):
13083 * charset.c (maybe_unify_char):
13084 * keyboard.c (read_char, reorder_modifiers):
13085 XINT -> XFASTINT, since the integer must be nonnegative.
13086 * ftfont.c (ftfont_spec_pattern):
13087 * keymap.c (access_keymap, silly_event_symbol_error):
13088 XUINT -> XFASTINT, since the integer must be nonnegative.
13089 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
13090 since it makes no difference and we prefer signed.
13091 * keyboard.c (record_char): Use XUINT when all the neighbors do.
13092 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
13093 nonnegative.
13094
13095 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13096
13097 * window.h (Fwindow_frame): Declare.
13098
13099 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
13100
13101 * alloc.c: Simplify handling of large-request failures (Bug#8800).
13102 (SPARE_MEMORY): Always define.
13103 (LARGE_REQUEST): Remove.
13104 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
13105
13106 2011-06-06 Martin Rudalics <rudalics@gmx.at>
13107
13108 * lisp.h: Move EXFUNS for Fframe_root_window,
13109 Fframe_first_window and Fset_frame_selected_window to window.h.
13110
13111 * window.h: Move EXFUNS for Fframe_root_window,
13112 Fframe_first_window and Fset_frame_selected_window here from
13113 lisp.h.
13114
13115 * frame.c (Fwindow_frame, Fframe_first_window)
13116 (Fframe_root_window, Fframe_selected_window)
13117 (Fset_frame_selected_window): Move to window.c.
13118 (Factive_minibuffer_window): Move to minibuf.c.
13119 (Fother_visible_frames_p): New function.
13120
13121 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
13122
13123 * window.c (decode_window, decode_any_window): Move up in code.
13124 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
13125 (inhibit_frame_unsplittable): Remove unused variable.
13126 (Fwindow_buffer): Move up and rewrite doc-string.
13127 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
13128 (Fwindow_prev): New functions.
13129 (Fwindow_frame): Move here from frame.c. Accept any window as
13130 argument.
13131 (Fframe_root_window, Fframe_first_window)
13132 (Fframe_selected_window): Move here from frame.c. Accept frame
13133 or arbitrary window as argument. Update doc-strings.
13134 (Fminibuffer_window): Move up in code.
13135 (Fwindow_minibuffer_p): Move up in code and simplify.
13136 (Fset_frame_selected_window): Move here from frame.c.
13137 Marginal rewrite.
13138 (Fselected_window, select_window, Fselect_window): Move up in
13139 code. Minor doc-string fixes.
13140
13141 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
13142
13143 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
13144 Do not assume that spare memory exists; that assumption is valid
13145 only if SYSTEM_MALLOC.
13146 (LARGE_REQUEST): New macro, so that the issue of large requests
13147 is separated from the issue of spare memory.
13148
13149 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13150
13151 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
13152 format. (Bug#8806)
13153
13154 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
13155
13156 * xfns.c (x_set_scroll_bar_default_width): Move declarations
13157 before statements.
13158
13159 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
13160
13161 * gtkutil.c (xg_get_default_scrollbar_width): New function.
13162
13163 * gtkutil.h: Declare xg_get_default_scrollbar_width.
13164
13165 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
13166 min width by calling x_set_scroll_bar_default_width (Bug#8505).
13167
13168 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
13169
13170 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
13171
13172 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
13173
13174 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
13175 (x_clipboard_manager_save): Add return value.
13176 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
13177 New error handlers.
13178 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
13179 Obey Vx_select_enable_clipboard_manager. Catch errors in
13180 x_clipboard_manager_save (Bug#8779).
13181 (Vx_select_enable_clipboard_manager): New variable.
13182 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
13183
13184 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
13185
13186 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
13187
13188 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13189
13190 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
13191 in the current matrix if keep_current_p is non-zero.
13192
13193 2011-06-04 Eli Zaretskii <eliz@gnu.org>
13194
13195 * bidi.c (bidi_level_of_next_char): Fix last change.
13196
13197 2011-06-03 Eli Zaretskii <eliz@gnu.org>
13198
13199 Support bidi reordering of text covered by display properties.
13200
13201 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
13202 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
13203 (bidi_cache_search, bidi_cache_iterator_state)
13204 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
13205 (bidi_level_of_next_char, bidi_move_to_visually_next):
13206 Support character positions inside a run of characters covered by a
13207 display string.
13208 (bidi_paragraph_init, bidi_resolve_explicit_1)
13209 (bidi_level_of_next_char): Call bidi_fetch_char and
13210 bidi_fetch_char_advance instead of FETCH_CHAR and
13211 FETCH_CHAR_ADVANCE.
13212 (bidi_init_it): Initialize new members.
13213 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
13214 definitions.
13215 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
13216 instead of using explicit *_CHAR codes.
13217 (bidi_resolve_explicit, bidi_resolve_weak):
13218 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
13219 bidirectional text is supported only in multibyte buffers.
13220 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
13221 it to initialize the frame_window_p member of struct bidi_it.
13222 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
13223 (bidi_resolve_explicit, bidi_resolve_weak)
13224 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
13225 bidi_it->nchars is non-positive.
13226 (bidi_level_of_next_char): Don't try to lookup the cache for the
13227 next/previous character if nothing is cached there yet, or if we
13228 were just reseat()'ed to a new position.
13229
13230 * xdisp.c (set_cursor_from_row): Set start and stop points
13231 according to the row's direction when priming the loop that looks
13232 for the glyph on which to display cursor.
13233 (single_display_spec_intangible_p): Function deleted.
13234 (display_prop_intangible_p): Reimplement to call
13235 handle_display_spec instead of single_display_spec_intangible_p.
13236 Accept 3 additional arguments needed by handle_display_spec.
13237 This fixes incorrect cursor motion across display property with complex
13238 values: lists, `(when COND...)' forms, etc.
13239 (single_display_spec_string_p): Support property values that are
13240 lists with the argument STRING its top-level element.
13241 (display_prop_string_p): Fix the condition for processing a
13242 property that is a list to be consistent with handle_display_spec.
13243 (handle_display_spec): New function, refactored from the
13244 last portion of handle_display_prop.
13245 (compute_display_string_pos): Accept additional argument
13246 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
13247 value of a `display' property is a "replacing spec".
13248 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
13249 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
13250 the display property, but just return a value indicating whether
13251 the display property will replace the characters it covers.
13252 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
13253 frame_window_p members of struct bidi_it.
13254 (compute_display_string_pos, compute_display_string_end):
13255 New functions.
13256 (push_it): Accept second argument POSITION, where pop_it should
13257 jump to continue iteration.
13258 (reseat_1): Initialize bidi_it.disp_pos.
13259
13260 * keyboard.c (adjust_point_for_property): Adjust the call to
13261 display_prop_intangible_p to its new signature.
13262
13263 * dispextern.h (struct bidi_it): New member frame_window_p.
13264 (bidi_init_it): Update prototypes.
13265 (display_prop_intangible_p): Update prototype.
13266 (compute_display_string_pos, compute_display_string_end):
13267 Declare prototypes.
13268 (struct bidi_it): New members nchars and disp_pos. ch_len is now
13269 EMACS_INT.
13270
13271 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
13272
13273 Malloc failure behavior now depends on size of allocation.
13274 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
13275 * lisp.h: Change signatures accordingly.
13276 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
13277 All callers changed. (Bug#8762)
13278
13279 * gnutls.c: Use Emacs's memory allocators.
13280 Without this change, the gnutls library would invoke malloc etc.
13281 directly, which causes problems on non-SYNC_INPUT hosts, and which
13282 runs afoul of improving memory_full behavior. (Bug#8761)
13283 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
13284 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
13285 xfree instead of the default malloc, realloc, free.
13286 (Fgnutls_boot): No need to check for memory allocation failure,
13287 since xmalloc does that for us.
13288
13289 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
13290 * category.c (hash_get_category_set):
13291 * ccl.c (ccl_driver):
13292 * charset.c (Fdefine_charset_internal):
13293 * charset.h (struct charset.hash_index):
13294 * composite.c (get_composition_id, gstring_lookup_cache)
13295 (composition_gstring_put_cache):
13296 * composite.h (struct composition.hash_index):
13297 * dispextern.h (struct image.hash):
13298 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
13299 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
13300 (hashfn_equal, hashfn_user_defined, make_hash_table)
13301 (maybe_resize_hash_table, hash_lookup, hash_put)
13302 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
13303 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
13304 (Fsxhash, Fgethash, Fputhash, Fmaphash):
13305 * image.c (make_image, search_image_cache, lookup_image)
13306 (xpm_put_color_table_h):
13307 * lisp.h (struct Lisp_Hash_Table):
13308 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
13309 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
13310 for hashes and hash indexes, instead of 'unsigned' and 'int'.
13311 * alloc.c (allocate_vectorlike):
13312 Check for overflow in vector size calculations.
13313 * ccl.c (ccl_driver):
13314 Check for overflow when converting EMACS_INT to int.
13315 * fns.c, image.c: Remove unnecessary static decls that would otherwise
13316 need to be updated by these changes.
13317 * fns.c (make_hash_table, maybe_resize_hash_table):
13318 Check for integer overflow with large hash tables.
13319 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
13320 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
13321 (SXHASH_REDUCE): New macro.
13322 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
13323 Use it instead of discarding useful hash info with large hash values.
13324 (sxhash_float): New function.
13325 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
13326 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
13327 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
13328 Rewrite to use FIXNUM_BITS, as this simplifies things.
13329 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
13330 Adjust signatures to match updated version of code.
13331 (consing_since_gc): Now EMACS_INT, since a single hash table can
13332 use more than INT_MAX bytes.
13333
13334 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
13335
13336 Make it possible to build with GCC-4.6+ -O2 -flto.
13337
13338 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
13339
13340 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * minibuf.c (get_minibuffer, read_minibuf_unwind):
13343 Call minibuffer-inactive-mode.
13344
13345 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
13346
13347 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
13348 Update dependencies.
13349
13350 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
13351
13352 * data.c (init_data): Remove code for UTS, this system is not
13353 supported anymore.
13354
13355 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
13356
13357 Don't force ./temacs to start in terminal mode.
13358
13359 * frame.c (make_initial_frame): Initialize faces in all cases, not
13360 only when CANNOT_DUMP is defined.
13361 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
13362
13363 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
13364
13365 * dispnew.c (add_window_display_history): Use const for the string
13366 pointer. Remove declaration, not needed.
13367
13368 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
13369
13370 Use 'inline', not 'INLINE'.
13371 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
13372 * alloc.c, fontset.c (INLINE): Remove.
13373 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
13374 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
13375 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
13376 * gmalloc.c (register_heapinfo): Use inline unconditionally.
13377 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
13378
13379 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
13380
13381 Make it possible to run ./temacs.
13382
13383 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
13384 syms_of_callproc does the same thing. Remove test for
13385 "initialized", do it in the caller.
13386 * emacs.c (main): Avoid calling set_initial_environment when dumping.
13387
13388 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13389
13390 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
13391 (read_minibuf): Use get_minibuffer.
13392 (syms_of_minibuf): Use DEFSYM.
13393 (Qmetadata): New var.
13394 * data.c (Qbuffer): Don't make it static.
13395 (syms_of_data): Use DEFSYM.
13396
13397 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
13398
13399 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
13400 (CCL_CODE_MIN): New macro.
13401
13402 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
13403
13404 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
13405
13406 * eval.c (Qdebug): Now static.
13407 * lisp.h (Qdebug): Remove decl. This reverts a part of the
13408 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
13409 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
13410
13411 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13412
13413 * image.c: Various fixes to ImageMagick code comments.
13414 (Fimagemagick_types): Doc fix.
13415
13416 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
13417
13418 Minor fixes prompted by GCC 4.6.0 warnings.
13419
13420 * xselect.c (converted_selections, conversion_fail_tag): Now static.
13421
13422 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
13423 (x_clipboard_manager_save_all): Move extern decl to ...
13424 * xterm.h: ... here, so that it can be checked for consistency.
13425
13426 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13427
13428 * xselect.c (x_clipboard_manager_save_frame)
13429 (x_clipboard_manager_save_all): New functions.
13430 (Fx_clipboard_manager_save): Lisp function deleted.
13431
13432 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
13433 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
13434
13435 * xterm.h: Update prototype.
13436
13437 2011-05-28 William Xu <william.xwl@gmail.com>
13438
13439 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
13440 exiting (Bug#8239).
13441
13442 2011-05-28 Jim Meyering <meyering@redhat.com>
13443
13444 Avoid a sign-extension bug in crypto_hash_function.
13445 * fns.c (to_uchar): Define.
13446 (crypto_hash_function): Use it to convert some newly-signed
13447 variables to unsigned, to avoid sign-extension bugs. For example,
13448 without this change, (md5 "truc") would evaluate to
13449 45723a2aff78ff4fff7fff1114760e62 rather than the expected
13450 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
13451 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
13452
13453 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
13454
13455 Integer overflow fixes.
13456
13457 * dbusbind.c: Serial number integer overflow fixes.
13458 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
13459 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
13460 to hold a serial number that is too large for a fixnum.
13461 (Fdbus_method_return_internal, Fdbus_method_error_internal):
13462 Check for serial numbers out of range. Decode any serial number
13463 that was so large that it became a float. (Bug#8722)
13464
13465 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
13466 (Fdbus_call_method, Fdbus_call_method_asynchronously):
13467 Use XFASTINT rather than XUINT when numbers are nonnegative.
13468 (xd_append_arg, Fdbus_method_return_internal):
13469 (Fdbus_method_error_internal): Likewise. Also, for unsigned
13470 arguments, check that Lisp number is nonnegative, rather than
13471 silently wrapping negative numbers around. (Bug#8722)
13472 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
13473 (Bug#8722)
13474
13475 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
13476
13477 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
13478
13479 ccl: Add integer overflow checks.
13480 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
13481 (IN_INT_RANGE): New macros.
13482 (ccl_driver): Use them to check for integer overflow when
13483 decoding a CCL program. Many of the new checks are whether XINT (x)
13484 fits in int; it doesn't always, on 64-bit hosts. The new version
13485 doesn't catch all possible integer overflows, but it's an
13486 improvement. (Bug#8719)
13487
13488 * alloc.c (make_event_array): Use XINT, not XUINT.
13489 There's no need for unsigned here.
13490
13491 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
13492 This follows up to the 2011-05-06 change that substituted uintptr_t
13493 for EMACS_INT. This case wasn't caught back then.
13494
13495 Rework Fformat to avoid integer overflow issues.
13496 * editfns.c: Include <float.h> unconditionally, as it's everywhere
13497 now (part of C89). Include <verify.h>.
13498 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
13499 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
13500 (Fformat): Avoid the prepass trying to compute sizes; it was only
13501 approximate and thus did not catch overflow reliably. Instead, walk
13502 through the format just once, formatting and computing sizes as we go,
13503 checking for integer overflow at every step, and allocating a larger
13504 buffer as needed. Keep track separately whether the format is
13505 multibyte. Keep only the most-recently calculated precision, rather
13506 than them all. Record whether each argument has been converted to
13507 string. Use EMACS_INT, not int, for byte and char and arg counts.
13508 Support field widths and precisions larger than INT_MAX. Avoid
13509 sprintf's undefined behavior with conversion specifications such as %#d
13510 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
13511 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
13512 formatting out-of-range floating point numbers with int
13513 formats. (Bug#8668)
13514
13515 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
13516
13517 * data.c: Avoid integer truncation in expressions involving floats.
13518 * data.c: Include <intprops.h>.
13519 (arith_driver): When there's an integer overflow in an expression
13520 involving floating point, convert the integers to floating point
13521 so that the resulting value does not suffer from catastrophic
13522 integer truncation. For example, on a 64-bit host (* 4
13523 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
13524 Do not rely on undefined behavior after integer overflow.
13525
13526 merge count_size_as_multibyte, parse_str_to_multibyte
13527 * character.c, character.h (count_size_as_multibyte):
13528 Rename from parse_str_to_multibyte; all uses changed.
13529 Check for integer overflow.
13530 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
13531 since it's now a duplicate of the other. This is more of
13532 a character than a buffer op, so better that it's in character.c.
13533 * fns.c, print.c: Adjust to above changes.
13534
13535 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
13538
13539 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
13540
13541 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
13542 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
13543 (x_clipboard_manager_save): Now static.
13544 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
13545
13546 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
13547 (crypto_hash_function): Now static.
13548 Fix pointer signedness problems. Avoid unnecessary initializations.
13549
13550 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
13551
13552 * termhooks.h (Vselection_alist): Make it terminal-local.
13553
13554 * terminal.c (create_terminal): Initialize it.
13555
13556 * xselect.c: Support for clipboard managers.
13557 (Vselection_alist): Move to termhooks.h as terminal-local var.
13558 (LOCAL_SELECTION): New macro.
13559 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
13560 (symbol_to_x_atom): Remove gratuitous arg.
13561 (x_handle_selection_request, lisp_data_to_selection_data)
13562 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
13563 (x_own_selection, x_get_local_selection, x_convert_selection):
13564 New arg, specifying work frame. Use terminal-local Vselection_alist.
13565 (some_frame_on_display): Delete unused function.
13566 (Fx_own_selection_internal, Fx_get_selection_internal)
13567 (Fx_disown_selection_internal, Fx_selection_owner_p)
13568 (Fx_selection_exists_p): New optional frame arg.
13569 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
13570 (x_handle_selection_clear): Don't treat other terminals with the
13571 same keyboard specially. Use the terminal-local Vselection_alist.
13572 (x_clear_frame_selections): Use Frun_hook_with_args.
13573
13574 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
13575
13576 * xterm.h: Add support for those atoms.
13577
13578 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
13579
13580 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
13581 (converted_selections, conversion_fail_tag): New global variables.
13582 (x_selection_request_lisp_error): Free the above.
13583 (x_get_local_selection): Remove unnecessary code.
13584 (x_reply_selection_request): Args changed; handle arbitrary array
13585 of converted selections stored in converted_selections.
13586 Separate the XChangeProperty and SelectionNotify steps.
13587 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
13588 (x_convert_selection): New function.
13589 (x_handle_selection_event): Simplify.
13590 (x_get_foreign_selection): Don't ignore incoming requests while
13591 waiting for an answer; this will fail when we implement
13592 SAVE_TARGETS, and seems unnecessary anyway.
13593 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
13594 (Vx_sent_selection_functions): Doc fix.
13595
13596 2011-05-26 Leo Liu <sdl.web@gmail.com>
13597
13598 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
13599
13600 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13601
13602 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
13603
13604 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
13605 for fringe update if it has periodic bitmap.
13606 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
13607 and fringe_bitmap_periodic_p.
13608
13609 * fringe.c (get_fringe_bitmap_data): New function.
13610 (draw_fringe_bitmap_1, update_window_fringes): Use it.
13611 (update_window_fringes): Record periodicity of fringe bitmap in glyph
13612 row. Mark glyph row for fringe update if periodicity changed.
13613
13614 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
13615 for fringe update unless it has periodic bitmap.
13616
13617 2011-05-25 Kenichi Handa <handa@m17n.org>
13618
13619 * xdisp.c (get_next_display_element): Set correct it->face_id for
13620 a static composition.
13621
13622 2011-05-24 Leo Liu <sdl.web@gmail.com>
13623
13624 * deps.mk (fns.o):
13625 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
13626
13627 * fns.c (crypto_hash_function, Fsha1): New function.
13628 (Fmd5): Use crypto_hash_function.
13629 (syms_of_fns): Add Ssha1.
13630
13631 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
13632
13633 * gnutls.c: Remove unused macros.
13634 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
13635 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
13636 Remove macros that are defined and never used.
13637 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
13638
13639 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
13640
13641 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
13642 (Fx_get_selection_internal): Minor cleanup.
13643 (Fx_own_selection_internal): Rename arguments for consistency with
13644 select.el.
13645
13646 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
13647
13648 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
13649
13650 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
13651
13652 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
13653
13654 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13655
13656 * dispnew.c (scrolling_window): Don't exclude the case that the
13657 last enabled row in the desired matrix touches the bottom boundary.
13658
13659 2011-05-21 Glenn Morris <rgm@gnu.org>
13660
13661 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
13662 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
13663 and add some more files.
13664
13665 2011-05-20 Eli Zaretskii <eliz@gnu.org>
13666
13667 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
13668 report_file_error introduced by the change from 2011-05-07.
13669
13670 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
13671
13672 * systime.h (Time): Define only if emacs is defined.
13673 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
13674 where the include path doesn't have X11/X.h by default. See
13675 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
13676
13677 2011-05-20 Kenichi Handa <handa@m17n.org>
13678
13679 * composite.c (find_automatic_composition): Fix previous change.
13680
13681 2011-05-20 Glenn Morris <rgm@gnu.org>
13682
13683 * lisp.mk: New file, split from Makefile.in.
13684 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
13685 (shortlisp): Remove.
13686 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
13687
13688 2011-05-19 Glenn Morris <rgm@gnu.org>
13689
13690 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
13691 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
13692 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
13693 (lisp): Set the order to that of loadup.el.
13694 (shortlisp): Make it a copy of $lisp.
13695 (SOME_MACHINE_LISP): Remove.
13696 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
13697 Use just $shortlisp, not $SOME_MACHINE_LISP too.
13698
13699 2011-05-18 Kenichi Handa <handa@m17n.org>
13700
13701 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
13702 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
13703 (find_automatic_composition): Mostly rewrite for efficiency.
13704
13705 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
13706
13707 * makefile.w32-in: Update dependencies.
13708
13709 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
13710
13711 * menu.c: Include limits.h (fixes the MS-Windows build broken by
13712 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
13713
13714 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
13715
13716 Fix some integer overflow issues, such as string length overflow.
13717
13718 * insdel.c (count_size_as_multibyte): Check for string overflow.
13719
13720 * character.c (lisp_string_width): Check for string overflow.
13721 Use EMACS_INT, not int, for string indexes and lengths; in
13722 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
13723 the resulting string length overflows an EMACS_INT; instead,
13724 report a string overflow if no precision given. When checking for
13725 precision exhaustion, use a check that cannot possibly have
13726 integer overflow. (Bug#8675)
13727 * character.h (lisp_string_width): Adjust to new signature.
13728
13729 * alloc.c (string_overflow): New function.
13730 (Fmake_string): Use it. This doesn't change behavior, but saves
13731 a few bytes and will simplify future changes.
13732 * character.c (string_escape_byte8): Likewise.
13733 * lisp.h (string_overflow): New decl.
13734
13735 Fixups, following up to the user-interface timestamp change.
13736 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
13737 for UI timestamps, instead of unsigned long.
13738 * msdos.c (mouse_get_pos): Likewise.
13739 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
13740 * w32gui.h (Time): Define by including "systime.h" rather than by
13741 declaring it ourselves. (Bug#8664)
13742
13743 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
13744 * image.c (clear_image_cache): Likewise.
13745
13746 * term.c (term_mouse_position): Don't assume time_t wraparound.
13747
13748 Be more systematic about user-interface timestamps.
13749 Before, the code sometimes used 'Time', sometimes 'unsigned long',
13750 and sometimes 'EMACS_UINT', to represent these timestamps.
13751 This change causes it to use 'Time' uniformly, as that's what X uses.
13752 This makes the code easier to follow, and makes it easier to catch
13753 integer overflow bugs such as Bug#8664.
13754 * frame.c (Fmouse_position, Fmouse_pixel_position):
13755 Use Time, not unsigned long, for user-interface timestamps.
13756 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
13757 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
13758 * keyboard.h (last_event_timestamp): Likewise.
13759 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
13760 * menu.h (xmenu_show): Likewise.
13761 * term.c (term_mouse_position): Likewise.
13762 * termhooks.h (struct input_event.timestamp): Likewise.
13763 (struct terminal.mouse_position_hook): Likewise.
13764 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
13765 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
13766 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
13767 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
13768 what it was before.
13769 * menu.h, termhooks.h: Include "systime.h", for Time.
13770
13771 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
13772 Don't assume that the difference between two unsigned long values
13773 can fit into an integer. At this point, we know button_down_time
13774 <= event->timestamp, so the difference must be nonnegative, so
13775 there's no need to cast the result if double-click-time is
13776 nonnegative, as it should be; check that it's nonnegative, just in
13777 case. This bug is triggered when events are more than 2**31 ms
13778 apart (about 25 days). (Bug#8664)
13779
13780 * xselect.c (last_event_timestamp): Remove duplicate decl.
13781 (x_own_selection): Remove needless cast to unsigned long.
13782
13783 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
13784 that always fit in int. Use a sentinel instead of a counter, to
13785 avoid a temp and to allay GCC's concerns about possible int overflow.
13786 * frame.h (struct frame): Use int for menu_bar_items_used
13787 instead of EMACS_INT, since it always fits in int.
13788
13789 * menu.c (grow_menu_items): Check for int overflow.
13790
13791 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
13792
13793 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
13794 Before, the code was not consistent. These values cannot exceed
13795 2**31 - 1 so there's no need to make them unsigned.
13796 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
13797 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
13798 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
13799 as modifiers.
13800 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
13801
13802 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
13803 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
13804 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
13805 presumably because the widths might not match.
13806
13807 * window.c (size_window): Avoid needless test at loop start.
13808
13809 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
13810
13811 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
13812
13813 2011-05-12 Drew Adams <drew.adams@oracle.com>
13814
13815 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
13816
13817 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13818
13819 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
13820 `width' to `bar_area_x' and `bar_area_width', respectively.
13821 (x_scroll_run): Take account of fringe background extension.
13822
13823 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
13824 Rename local vars `left' and `width' to `bar_area_x' and
13825 `bar_area_width', respectively.
13826 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
13827 background extension.
13828
13829 2011-05-10 Jim Meyering <meyering@redhat.com>
13830
13831 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
13832
13833 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
13834
13835 * image.c (Finit_image_library): Return t for built-in image types,
13836 like pbm and xbm. (Bug#8640)
13837
13838 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
13839
13840 * w32menu.c (set_frame_menubar): Fix submenu allocation.
13841
13842 2011-05-07 Eli Zaretskii <eliz@gnu.org>
13843
13844 * w32console.c (Fset_screen_color): Doc fix.
13845 (Fget_screen_color): New function.
13846 (syms_of_ntterm): Defsubr it.
13847
13848 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
13849 unlink the temporary file if Fcall_process didn't create it in the
13850 first place.
13851 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
13852 child process will be redirected to a file specified with `:file'.
13853 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
13854 cue to call_process_cleanup not to close that handle.
13855
13856 2011-05-07 Ben Key <bkey76@gmail.com>
13857
13858 * makefile.w32-in: The bootstrap-temacs rule now makes use of
13859 one of two shell specific rules, either bootstrap-temacs-CMD or
13860 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
13861 to the previous implementation of the bootstrap-temacs rule.
13862 The bootstrap-temacs-CMD rule is similar to the previous
13863 implementation of the bootstrap-temacs rule except that it
13864 makes use of the ESC_CFLAGS variable instead of the CFLAGS
13865 variable.
13866
13867 These changes, along with some changes to nt/configure.bat,
13868 nt/gmake.defs, and nt/nmake.defs, are required to extend my
13869 earlier fix to add support for --cflags and --ldflags options
13870 that include quotes so that it works whether make uses cmd or
13871 sh as the shell.
13872
13873 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
13874
13875 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
13876 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
13877 is a constant.
13878 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
13879 a string. Handle both cases.
13880 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
13881 (Fdbus_register_method): Use Qinvalid_function.
13882
13883 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
13884
13885 * makefile.w32-in: Update dependencies.
13886 (LISP_H): Add inttypes.h and stdin.h.
13887 (PROCESS_H): Add unistd.h.
13888
13889 2011-05-06 Eli Zaretskii <eliz@gnu.org>
13890
13891 * lread.c: Include limits.h (fixes the MS-Windows build broken by
13892 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
13893
13894 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
13895
13896 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
13897
13898 * term.c (vfatal): Remove stray call to va_end.
13899 It's not needed and the C Standard doesn't allow it here anyway.
13900
13901 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
13902 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
13903
13904 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
13905 bytes.
13906
13907 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
13908
13909 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
13910
13911 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
13912
13913 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
13914
13915 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
13916
13917 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
13918 * charset.c (Fdefine_charset_internal): Don't initialize
13919 charset.code_space[15]. The value was garbage, on hosts with
13920 32-bit int (Bug#8600).
13921
13922 * lread.c (read_integer): Be more consistent with string-to-number.
13923 Use string_to_number to do the actual conversion; this avoids
13924 rounding errors and fixes some other screwups. Without this fix,
13925 for example, #x1fffffffffffffff was misread as -2305843009213693952.
13926 (digit_to_number): Move earlier, for benefit of read_integer.
13927 Return -1 if the digit is out of range for the base, -2 if it is
13928 not a digit in any supported base. (Bug#8602)
13929
13930 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
13931
13932 * dispnew.c (scrolling_window): Return 1 if we scrolled,
13933 to match comment at start of function. This also removes a
13934 GCC warning about overflow in a 32+64-bit port.
13935
13936 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
13937
13938 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
13939 Reported by Stefan Monnier in
13940 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
13941 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
13942 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
13943
13944 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
13945 (EMACS_UINTPTR): Likewise, with uintptr_t.
13946
13947 * lisp.h: Prefer 64-bit EMACS_INT if available.
13948 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
13949 on 32-bit hosts that have 64-bit int, so that they can access
13950 large files.
13951 However, temporarily disable this change unless the temporary
13952 symbol WIDE_EMACS_INT is defined.
13953
13954 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
13955
13956 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
13957 This removes an assumption that EMACS_INT and long are the same
13958 width as pointers. The assumption is true for Emacs porting targets
13959 now, but we want to make other targets possible.
13960 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
13961 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
13962 In the rest of the code, change types of integers that hold casted
13963 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
13964 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
13965 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
13966 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
13967 No need to cast type when ORing.
13968 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
13969 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
13970 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
13971 assume EMACS_INT is the same width as char *.
13972 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
13973 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
13974 Remove no-longer-needed casts.
13975 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
13976 (xg_tool_bar_help_callback, xg_make_tool_item):
13977 Use EMACS_INTPTR to hold an integer
13978 that will be cast to void *; this can avoid a GCC warning
13979 if EMACS_INT is not the same width as void *.
13980 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
13981 * xdisp.c (display_echo_area_1, resize_mini_window_1):
13982 (current_message_1, set_message_1):
13983 Use a local to convert to proper width without a cast.
13984 * xmenu.c (dialog_selection_callback): Likewise.
13985
13986 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
13987 Also, don't assume VALBITS / RAND_BITS is less than 5,
13988 and don't rely on undefined behavior when shifting a 1 left into
13989 the sign bit.
13990 * lisp.h (get_random): Change signature to match.
13991
13992 * lread.c (hash_string): Use size_t, not int, for hash computation.
13993 Normally we prefer signed values; but hashing is special, because
13994 it's better to use unsigned division on hash table sizes so that
13995 the remainder is nonnegative. Also, size_t is the natural width
13996 for hashing into memory. The previous code used 'int', which doesn't
13997 retain enough info to hash well into very large tables.
13998 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
13999
14000 * dbusbind.c: Don't possibly lose pointer info when converting.
14001 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
14002 Use XPNTR rather than XHASH, so that the high-order bits of
14003 the pointer aren't lost when converting through void *.
14004
14005 * eval.c (Fautoload): Don't double-shift a pointer.
14006
14007 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
14008
14009 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
14010
14011 * gnutls.c (DEF_GNUTLS_FN):
14012 * image.c (DEF_IMGLIB_FN): Make function pointers static.
14013
14014 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
14015
14016 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
14017 marker. (Bug#8610)
14018
14019 2011-05-05 Eli Zaretskii <eliz@gnu.org>
14020
14021 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
14022 New version that can reserve upto 2GB of heap space.
14023
14024 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
14025
14026 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
14027
14028 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
14029
14030 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
14031 `gnutls_certificate_set_x509_key_file'.
14032
14033 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
14034
14035 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
14036 Update dependencies.
14037
14038 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14039
14040 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
14041 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
14042 Remove unused parameter `fildes'.
14043 * process.c (read_process_output, send_process): Don't pass it.
14044
14045 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14046
14047 Fix previous change: the library cache is defined in w32.c.
14048 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
14049 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
14050
14051 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14052
14053 Implement dynamic loading of GnuTLS on Windows.
14054
14055 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
14056 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
14057 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
14058 Declare.
14059
14060 * gnutls.c (Qgnutls_dll): Define.
14061 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
14062 (gnutls_*): Declare function pointers.
14063 (init_gnutls_functions): New function to initialize function pointers.
14064 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
14065 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
14066 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
14067 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
14068 (emacs_gnutls_write, emacs_gnutls_read)
14069 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
14070 (Fgnutls_available_p): New function.
14071 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
14072 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
14073 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
14074
14075 * image.c: Include w32.h.
14076 (Vimage_type_cache): Delete.
14077 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
14078 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
14079 (w32_delayed_load): Move to w32.c.
14080
14081 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
14082
14083 * w32.c (QCloaded_from, Vlibrary_cache): Define.
14084 (w32_delayed_load): Move from image.c. When loading a library, record
14085 its filename in the :loaded-from property of the library id.
14086 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
14087 Initialize and staticpro them.
14088 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
14089
14090 * process.c: Include lisp.h before w32.h, not after.
14091 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
14092 instead of gnutls_record_check_pending.
14093
14094 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
14095
14096 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14097
14098 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
14099 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
14100 as passed in.
14101
14102 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
14103
14104 * xterm.c (x_set_frame_alpha): Do not set property on anything
14105 else than FRAME_X_OUTER_WINDOW (Bug#8608).
14106
14107 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
14108
14109 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
14110
14111 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
14112
14113 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
14114 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
14115 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
14116 (gnutls_global_initialized, Qgnutls_bootprop_priority)
14117 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
14118 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
14119 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
14120 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
14121 (Qgnutls_bootprop_callbacks_verify): Make static.
14122
14123 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
14124
14125 * callproc.c: Indentation fixup.
14126
14127 * sysdep.c (wait_for_termination_1): Make static.
14128 (wait_for_termination, interruptible_wait_for_termination):
14129 Move after wait_for_termination_1.
14130
14131 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14132
14133 * sysdep.c (interruptible_wait_for_termination): New function
14134 which is like wait_for_termination, but allows keyboard
14135 interruptions.
14136
14137 * callproc.c (Fcall_process): Add (:file "file") as an option for
14138 the STDOUT buffer.
14139 (Fcall_process_region): Ditto.
14140
14141 2011-04-30 Eli Zaretskii <eliz@gnu.org>
14142
14143 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
14144 rather than `XVECTOR (FOO)->size'.
14145
14146 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
14147 inttypes.h, as a gnulib replacement is used if it not available in
14148 system headers.
14149
14150 2011-04-21 Eli Zaretskii <eliz@gnu.org>
14151
14152 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
14153 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
14154 of MOST_POSITIVE_FIXNUM. (Bug#8528)
14155
14156 * coding.c (coding_alloc_by_realloc): Error out if destination
14157 will grow beyond MOST_POSITIVE_FIXNUM.
14158 (decode_coding_emacs_mule): Abort if there isn't enough place in
14159 charbuf for the composition carryover bytes. Reserve an extra
14160 space for up to 2 characters produced in a loop.
14161 (decode_coding_iso_2022): Abort if there isn't enough place in
14162 charbuf for the composition carryover bytes.
14163
14164 2011-04-21 Eli Zaretskii <eliz@gnu.org>
14165
14166 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
14167 aborting when %lld or %lll format is passed.
14168 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
14169 %llo or %llx format is passed. (Bug#8545)
14170
14171 * window.c (window_scroll_line_based): Use a marker instead of
14172 simple variables to record original value of point. (Bug#7952)
14173
14174 * doprnt.c (doprnt): Fix the case where a multibyte sequence
14175 produced by %s or %c overflows available buffer space. (Bug#8545)
14176
14177 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
14178
14179 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
14180 (SIZE_MAX): Move defn after all includes, as they might #define it.
14181
14182 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14183
14184 * w32.c (init_environment): Warn about defaulting HOME to C:\.
14185
14186 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14187
14188 * keyboard.c (Qdelayed_warnings_hook): Define.
14189 (command_loop_1): Run `delayed-warnings-hook'
14190 if Vdelayed_warnings_list is non-nil.
14191 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
14192 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
14193
14194 2011-04-28 Eli Zaretskii <eliz@gnu.org>
14195
14196 * doprnt.c (doprnt): Don't return value smaller than the buffer
14197 size if the message was truncated. (Bug#8545).
14198
14199 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14200
14201 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
14202 (Fx_window_property): #if-0 the whole functions, not just the bodies.
14203
14204 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
14205
14206 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
14207
14208 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
14209
14210 * makefile.w32-in: Update dependencies.
14211
14212 2011-04-27 Eli Zaretskii <eliz@gnu.org>
14213
14214 Improve `doprnt' and its usage. (Bug#8545)
14215 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
14216 `format_end'. Remove support for %l as a conversion specifier.
14217 Don't use xrealloc. Improve diagnostics when the %l size modifier
14218 is used. Update the commentary.
14219
14220 * eval.c (verror): Simplify calculation of size_t.
14221
14222 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
14223 messages.
14224
14225 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
14226
14227 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
14228 change.
14229
14230 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
14231
14232 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
14233 This makes this file independent of the recent pseudovector change.
14234
14235 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
14236
14237 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
14238
14239 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
14240 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
14241 Remove unused local.
14242 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
14243
14244 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
14245 GCC 4.6.0 optimizes based on type-based alias analysis.
14246 For example, if b is of type struct buffer * and v of type struct
14247 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
14248 != &v->size, and therefore "v->size = 1; b->size = 2; return
14249 v->size;" must therefore return 1. This assumption is incorrect
14250 for Emacs, since it type-puns struct Lisp_Vector * with many other
14251 types. To fix this problem, this patch adds a new type struct
14252 vectorlike_header that documents the constraints on layout of vectors
14253 and pseudovectors, and helps optimizing compilers not get fooled
14254 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
14255 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
14256 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
14257 the size member.
14258 (XSETPVECTYPE): Rewrite in terms of new macro.
14259 (XSETPVECTYPESIZE): New macro, specifying both type and size.
14260 This is a bit clearer, and further avoids the possibility of
14261 undesirable aliasing.
14262 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
14263 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
14264 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
14265 since Lisp_Subr is a special case (no "next" field).
14266 (ASIZE): Now uses header.size rather than size.
14267 All previous uses of XVECTOR (foo)->size replaced to use this macro,
14268 to avoid the hassle of writing XVECTOR (foo)->header.size.
14269 (struct vectorlike_header): New type.
14270 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
14271 object, to help avoid aliasing.
14272 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
14273 (SUBRP): Likewise, since Lisp_Subr is a special case.
14274 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
14275 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
14276 (struct Lisp_Hash_Table): Combine first two members into a single
14277 struct vectorlike_header member. All uses of "size" and "next" members
14278 changed to be "header.size" and "header.next".
14279 * buffer.h (struct buffer): Likewise.
14280 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
14281 * frame.h (struct frame): Likewise.
14282 * process.h (struct Lisp_Process): Likewise.
14283 * termhooks.h (struct terminal): Likewise.
14284 * window.c (struct save_window_data, struct saved_window): Likewise.
14285 * window.h (struct window): Likewise.
14286 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
14287 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
14288 * buffer.c (init_buffer_once): Likewise.
14289 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
14290 special case.
14291 * process.c (Fformat_network_address): Use local var for size,
14292 for brevity.
14293
14294 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
14295
14296 Make the Lisp reader and string-to-float more consistent (Bug#8525)
14297 * data.c (atof): Remove decl; no longer used or needed.
14298 (digit_to_number): Move to lread.c.
14299 (Fstring_to_number): Use new string_to_number function, to be
14300 consistent with how the Lisp reader treats infinities and NaNs.
14301 Do not assume that floating-point numbers represent EMACS_INT
14302 without losing information; this is not true on most 64-bit hosts.
14303 Avoid double-rounding errors, by insisting on integers when
14304 parsing non-base-10 numbers, as the documentation specifies.
14305 * lisp.h (string_to_number): New decl, replacing ...
14306 (isfloat_string): Remove.
14307 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
14308 (read1): Do not accept +. and -. as integers; this
14309 appears to have been a coding error. Similarly, do not accept
14310 strings like +-1e0 as floating point numbers. Do not report
14311 overflow for integer overflows unless the base is not 10 which
14312 means we have no simple and reliable way to continue.
14313 Break out the floating-point parsing into a new
14314 function string_to_number, so that Fstring_to_number parses
14315 floating point numbers consistently with the Lisp reader.
14316 (digit_to_number): Move here from data.c. Make it static inline.
14317 (E_CHAR, EXP_INT): Remove, replacing with ...
14318 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
14319 (string_to_number): New function, replacing isfloat_string.
14320 This function checks for valid syntax and produces the resulting
14321 Lisp float number too. Rework it so that string-to-number
14322 no longer mishandles examples like "1.0e+". Use strtoumax,
14323 so that overflow for non-base-10 numbers is reported only when
14324 there's no portable and simple way to convert to floating point.
14325
14326 * textprop.c (set_text_properties_1): Rewrite for clarity,
14327 and to avoid GCC warning about integer overflow.
14328
14329 * intervals.h (struct interval): Use EMACS_INT for members
14330 where EMACS_UINT might cause problems. See
14331 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
14332 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
14333 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
14334 All uses changed.
14335 (offset_intervals): Tell GCC not to worry about length overflow
14336 when negating a negative length.
14337
14338 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
14339 (overrun_check_free): Likewise.
14340
14341 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
14342 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
14343 word size.
14344
14345 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
14346 (gnutls_make_error): Rename local to avoid shadowing.
14347 (gnutls_emacs_global_deinit): ifdef out; not used.
14348 (Fgnutls_boot): Use const for pointer to readonly storage.
14349 Comment out unused local. Fix pointer signedness problems.
14350
14351 * lread.c (openp): Don't stuff size_t into an 'int'.
14352 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
14353 about possible signed overflow.
14354
14355 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
14356 (GDK_KEY_g): Don't define if already defined.
14357 (xg_prepare_tooltip): Avoid pointer signedness problem.
14358 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
14359
14360 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
14361 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
14362
14363 * xfns.c (Fx_window_property): Simplify a bit,
14364 to make a bit faster and to avoid GCC 4.6.0 warning.
14365 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
14366
14367 * fns.c (internal_equal): Don't assume size_t fits in int.
14368
14369 * alloc.c (compact_small_strings): Tighten assertion a little.
14370
14371 Replace pEd with more-general pI, and fix some printf arg casts.
14372 * lisp.h (pI): New macro, generalizing old pEd macro to other
14373 conversion specifiers. For example, use "...%"pI"d..." rather
14374 than "...%"pEd"...".
14375 (pEd): Remove. All uses replaced with similar uses of pI.
14376 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
14377 * alloc.c (check_pure_size): Don't overflow by converting size to int.
14378 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
14379 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
14380 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
14381 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
14382 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
14383 64-bit hosts.
14384 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
14385 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
14386 * print.c (safe_debug_print, print_object): Likewise.
14387 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
14388 to int.
14389 Use pI instead of if-then-else-abort. Use %p to avoid casts,
14390 avoiding the 0 flag, which is not portable.
14391 * process.c (Fmake_network_process): Use pI to avoid cast.
14392 * region-cache.c (pp_cache): Likewise.
14393 * xdisp.c (decode_mode_spec): Likewise.
14394 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
14395 behavior on 64-bit hosts with printf arg.
14396 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
14397 (x_stop_queuing_selection_requests): Likewise.
14398 (x_get_window_property): Don't truncate byte count to an 'int'
14399 when tracing.
14400
14401 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
14402 here, since it parses constructs like leading '-' and spaces,
14403 which are not wanted; and it overflows with large numbers.
14404 Instead, simply match F[0-9]+, which is what is wanted anyway.
14405
14406 * alloc.c: Remove unportable assumptions about struct layout.
14407 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
14408 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
14409 (allocate_vectorlike, make_pure_vector): Use the new macros,
14410 plus offsetof, to remove unportable assumptions about struct layout.
14411 These assumptions hold on all porting targets that I know of, but
14412 they are not guaranteed, they're easy to remove, and removing them
14413 makes further changes easier.
14414
14415 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
14416 This doesn't fix a bug but makes the code clearer.
14417 (string_overrun_cookie): Now const. Use initializers that
14418 don't formally overflow signed char, to avoid warnings.
14419 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
14420 can cause Emacs to crash when string overrun checking is enabled.
14421 (allocate_buffer): Don't assume sizeof (struct buffer) is a
14422 multiple of sizeof (EMACS_INT); it need not be, if
14423 alignof(EMACS_INT) < sizeof (EMACS_INT).
14424 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
14425
14426 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
14427
14428 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
14429
14430 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
14431
14432 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
14433 supposed to be handshaking. (Bug#8556)
14434 Reported by Paul Eggert <eggert@cs.ucla.edu>.
14435
14436 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14437
14438 * lisp.h (Qdebug): List symbol.
14439 * eval.c (Qdebug): Restore global linkage.
14440 * keyboard.c (debug-on-event): New variable.
14441 (handle_user_signal): Break into debugger when debug-on-event
14442 matches the current signal symbol.
14443
14444 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
14445
14446 * alloc.c (check_sblock, check_string_bytes)
14447 (check_string_free_list): Convert to standard C.
14448
14449 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
14450
14451 * w32.c (emacs_gnutls_push): Fix typo.
14452
14453 2011-04-25 Eli Zaretskii <eliz@gnu.org>
14454
14455 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
14456 "cast to pointer from integer of different size".
14457
14458 Improve doprnt and its use in verror. (Bug#8545)
14459 * doprnt.c (doprnt): Document the set of format control sequences
14460 supported by the function. Use SAFE_ALLOCA instead of always
14461 using `alloca'.
14462
14463 * eval.c (verror): Don't limit the buffer size at size_max-1, that
14464 is one byte too soon. Don't use xrealloc; instead xfree and
14465 xmalloc anew.
14466
14467 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14468
14469 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
14470 callbacks stage.
14471
14472 * gnutls.c: Renamed global_initialized to
14473 gnutls_global_initialized. Added internals for the
14474 :verify-hostname-error, :verify-error, and :verify-flags
14475 parameters of `gnutls-boot' and documented those parameters in the
14476 docstring. Start callback support.
14477 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
14478 unless a fatal error occurred. Call gnutls_alert_send_appropriate
14479 on error. Return error code.
14480 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
14481 (emacs_gnutls_read): Likewise.
14482 (Fgnutls_boot): Return handshake error code.
14483 (emacs_gnutls_handle_error): New function.
14484 (wsaerror_to_errno): Likewise.
14485
14486 * w32.h (emacs_gnutls_pull): Add prototype.
14487 (emacs_gnutls_push): Likewise.
14488
14489 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
14490 (emacs_gnutls_push): Likewise.
14491
14492 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
14493
14494 * process.c (wait_reading_process_output): Check if GnuTLS
14495 buffered some data internally if no FDs are set for TLS
14496 connections.
14497
14498 * makefile.w32-in (OBJ2): Add gnutls.$(O).
14499 (LIBS): Link to USER_LIBS.
14500 ($(BLD)/gnutls.$(0)): New target.
14501
14502 2011-04-24 Eli Zaretskii <eliz@gnu.org>
14503
14504 * xdisp.c (handle_single_display_spec): Rename the
14505 display_replaced_before_p argument into display_replaced_p, to
14506 make it consistent with the commentary. Fix typos in the
14507 commentary.
14508
14509 * textprop.c (syms_of_textprop): Remove dead code.
14510 (copy_text_properties): Delete obsolete commentary about an
14511 interface that was deleted long ago. Fix typos in the description
14512 of arguments.
14513
14514 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
14515 to changes in oldXMenu/XMenu.h from 2011-04-16.
14516 <menu_help_message, prev_menu_help_message>: Constify.
14517 (IT_menu_make_room): menu->help_text is now `const char **';
14518 adjust.
14519
14520 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
14521 to changes in oldXMenu/XMenu.h from 2011-04-16.
14522 (struct XMenu): Declare `help_text' `const char **'.
14523
14524 * xfaces.c <Qunspecified>: Make extern again.
14525
14526 * syntax.c: Include sys/types.h before including regex.h, as
14527 required by POSIX.
14528
14529 * doc.c (get_doc_string): Improve the format passed to `error'.
14530
14531 * doprnt.c (doprnt): Improve commentary.
14532
14533 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
14534
14535 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
14536 them with etags.
14537
14538 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
14539 changes in globals.h immediately force recompilation.
14540 (TAGS): Depend on $(CURDIR)/m/intel386.h and
14541 $(CURDIR)/s/ms-w32.h.
14542 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
14543
14544 * character.c (Fchar_direction): Function deleted.
14545 (syms_of_character): Don't defsubr it.
14546 <char-direction-table>: Deleted.
14547
14548 2011-04-23 Eli Zaretskii <eliz@gnu.org>
14549
14550 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
14551 * doprnt.c: Include limits.h.
14552 (SIZE_MAX): New macro.
14553 (doprnt): Return a size_t value. 2nd arg is now size_t.
14554 Many local variables are now size_t instead of int or unsigned.
14555 Improve overflow protection. Support `l' modifier for integer
14556 conversions. Support %l conversion. Don't assume an EMACS_INT
14557 argument for integer conversions and for %c.
14558
14559 * lisp.h (doprnt): Restore prototype.
14560
14561 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
14562 $(SRC)/character.h.
14563
14564 * Makefile.in (base_obj): Add back doprnt.o.
14565
14566 * deps.mk (doprnt.o): Add back prerequisites.
14567 (callint.o): Depend on character.h.
14568
14569 * eval.c (internal_lisp_condition_case): Include the handler
14570 representation in the error message.
14571 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
14572 when breaking from the loop.
14573
14574 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
14575
14576 * callint.c (Fcall_interactively): When displaying error message
14577 about invalid control letter, pass the character's codepoint, not
14578 a pointer to its multibyte form. Improve display of the character
14579 in octal and display also its hex code.
14580
14581 * character.c (char_string): Use %x to display the (unsigned)
14582 codepoint of an invalid character, to avoid displaying a bogus
14583 negative value.
14584
14585 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
14586 `error', not SYMBOL_NAME itself.
14587
14588 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
14589 character arguments to `error'.
14590
14591 * charset.c (check_iso_charset_parameter): Fix incorrect argument
14592 to `error' in error message about FINAL_CHAR argument. Make sure
14593 FINAL_CHAR is a character, and use %c when it is passed as
14594 argument to `error'.
14595
14596 2011-04-23 Eli Zaretskii <eliz@gnu.org>
14597
14598 * s/ms-w32.h (localtime): Redirect to sys_localtime.
14599
14600 * w32.c: Include <time.h>.
14601 (sys_localtime): New function.
14602
14603 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
14604
14605 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
14606
14607 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
14608
14609 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
14610
14611 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
14612 zombies (Bug#8467).
14613
14614 2011-04-19 Eli Zaretskii <eliz@gnu.org>
14615
14616 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
14617 gl_state.e_property when gl_state.object is Qt.
14618
14619 * insdel.c (make_gap_larger): Remove limitation of buffer size
14620 to <= INT_MAX.
14621
14622 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
14623
14624 * xdisp.c (lookup_glyphless_char_display)
14625 (produce_glyphless_glyph): Handle cons cell entry in
14626 glyphless-char-display.
14627 (Vglyphless_char_display): Document it.
14628
14629 * term.c (produce_glyphless_glyph): Handle cons cell entry in
14630 glyphless-char-display.
14631
14632 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
14633
14634 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
14635
14636 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
14637
14638 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
14639 definition for no-X builds.
14640
14641 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
14642
14643 Static checks with GCC 4.6.0 and non-default toolkits.
14644
14645 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
14646
14647 * process.c (keyboard_bit_set): Define only if SIGIO.
14648 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
14649 (send_process): Repair possible setjmp clobbering.
14650
14651 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
14652
14653 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
14654
14655 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
14656
14657 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
14658 Define only if needed.
14659
14660 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
14661 by pacifying GCC about it. Maybe it's time to retire it?
14662 * xfaces.c (USG, __TIMEVAL__): Likewise.
14663
14664 * dispextern.h (struct redisplay_interface): Rename param
14665 to avoid shadowing.
14666 * termhooks.h (struct terminal): Likewise.
14667 * xterm.c (xembed_send_message): Likewise.
14668
14669 * insdel.c (make_gap_smaller): Define only if
14670 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
14671
14672 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
14673 it.
14674
14675 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
14676 so that we aren't warned about unused symbols.
14677
14678 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
14679
14680 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
14681
14682 * xfns.c (x_real_positions): Mark locals as initialized.
14683
14684 * xmenu.c (xmenu_show): Don't use uninitialized vars.
14685
14686 * xterm.c: Fix problems found by static analysis with other toolkits.
14687 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
14688 (x_dispatch_event): Declare static if USE_GTK, and
14689 define if USE_GTK || USE_X_TOOLKIT.
14690 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
14691 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
14692 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
14693 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
14694
14695 * xmenu.c (menu_help_callback): Pointer type fixes.
14696 Use const pointers when pointing at readonly data. Avoid pointer
14697 signedness clashes.
14698 (FALSE): Remove unused macro.
14699 (update_frame_menubar): Remove unused decl.
14700
14701 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
14702
14703 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
14704 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
14705 (single_menu_item): Rename local to avoid shadowing.
14706
14707 * keyboard.c (make_lispy_event): Remove unused local var.
14708
14709 * frame.c, frame.h (x_get_resource_string): Bring this back, but
14710 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
14711
14712 * bitmaps: Change bitmaps from unsigned char back to the X11
14713 compatible char. Avoid the old compiler warnings about
14714 out-of-range initializers by using, for example, '\xab' rather
14715 than 0xab.
14716
14717 * xgselect.c (xgselect_initialize): Check vs interface
14718 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
14719
14720 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
14721
14722 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
14723 to read-only memory.
14724
14725 * fns.c (vector): Remove; this old hack is no longer needed.
14726
14727 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
14728 Remove unused var.
14729 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
14730
14731 * xrdb.c (x_load_resources): Omit unused local.
14732
14733 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
14734 (x_window): Rename locals to avoid shadowing.
14735 (USG): Use the kludged USG macro, to pacify gcc.
14736
14737 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
14738 (x_term_init): Remove local to avoid shadowing.
14739
14740 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
14741
14742 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
14743 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
14744
14745 2011-04-16 Eli Zaretskii <eliz@gnu.org>
14746
14747 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
14748
14749 Fix regex.c, syntax.c and friends for buffers > 2GB.
14750 * syntax.h (struct gl_state_s): Declare character position members
14751 EMACS_INT.
14752
14753 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
14754
14755 * textprop.c (verify_interval_modification, interval_of):
14756 Declare arguments EMACS_INT.
14757
14758 * intervals.c (adjust_intervals_for_insertion): Declare arguments
14759 EMACS_INT.
14760
14761 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
14762
14763 * indent.c (Fvertical_motion): Local variable it_start is now
14764 EMACS_INT.
14765
14766 * regex.c (re_match, re_match_2, re_match_2_internal)
14767 (bcmp_translate, regcomp, regexec, print_double_string)
14768 (group_in_compile_stack, re_search, re_search_2, regex_compile)
14769 (re_compile_pattern, re_exec): Declare arguments and local
14770 variables `size_t' and `ssize_t' and return values `regoff_t', as
14771 appropriate.
14772 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
14773 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
14774 <compile_stack_type>: `size' and `avail' are now `size_t'.
14775
14776 * regex.h <regoff_t>: Use ssize_t, not int.
14777 (re_search, re_search_2, re_match, re_match_2): Arguments that
14778 specify buffer/string position and length are now ssize_t and
14779 size_t. Return type is regoff_t.
14780
14781 2011-04-16 Ben Key <bkey76@gmail.com>
14782
14783 * nsfont.m: Fixed bugs in ns_get_family and
14784 ns_descriptor_to_entity that were caused by using free to
14785 deallocate memory blocks that were allocated by xmalloc (via
14786 xstrdup). This caused Emacs to crash when compiled with
14787 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
14788 --enable-checking=xmallocoverrun). xfree is now used to
14789 deallocate these memory blocks.
14790
14791 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
14792
14793 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
14794
14795 emacs_write: Accept and return EMACS_INT for sizes.
14796 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
14797 et seq.
14798 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
14799 Accept and return EMACS_INT.
14800 (emacs_gnutls_write): Return the number of bytes written on
14801 partial writes.
14802 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
14803 (emacs_read, emacs_write): Remove check for negative size, as the
14804 Emacs source code has been audited now.
14805 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
14806 (emacs_read, emacs_write): Use it.
14807 * process.c (send_process): Adjust to the new signatures of
14808 emacs_write and emacs_gnutls_write. Do not attempt to store
14809 a byte offset into an 'int'; it might overflow.
14810 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
14811
14812 * sound.c: Don't assume sizes fit in 'int'.
14813 (struct sound_device.period_size, alsa_period_size):
14814 Return EMACS_INT, not int.
14815 (struct sound_device.write, vox_write, alsa_write):
14816 Accept EMACS_INT, not int.
14817 (wav_play, au_play): Use EMACS_INT to store sizes and to
14818 record read return values.
14819
14820 2011-04-15 Ben Key <bkey76@gmail.com>
14821
14822 * keyboard.c (Qundefined): Don't declare static since it is used
14823 in nsfns.m.
14824 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
14825 static since they are used in nsfont.m.
14826
14827 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14828
14829 * process.c (Qprocessp): Don't declare static.
14830 * lisp.h (Qprocessp): Declare again.
14831
14832 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
14833
14834 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
14835
14836 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
14837
14838 Improve C-level modularity by making more things 'static'.
14839
14840 Don't publish debugger-only interfaces to other modules.
14841 * lisp.h (safe_debug_print, debug_output_compilation_hack):
14842 (verify_bytepos, count_markers): Move decls to the only modules
14843 that need them.
14844 * region-cache.h (pp_cache): Likewise.
14845 * window.h (check_all_windows): Likewise.
14846 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
14847
14848 * sysdep.c (croak): Now static, if
14849 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
14850 * syssignal.h (croak): Declare only if not static.
14851
14852 * alloc.c (refill_memory_reserve): Now static if
14853 !defined REL_ALLOC || defined SYSTEM_MALLOC.
14854 * lisp.h (refill_memory_reserve): Declare only if not static.
14855
14856 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
14857 Define only if USE_LUCID.
14858
14859 * xrdb.c (x_customization_string, x_rm_string): Now static.
14860
14861 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
14862 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
14863
14864 * xdisp.c (draw_row_with_mouse_face): Now static.
14865 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
14866
14867 * window.h (check_all_windows): Mark externally visible.
14868
14869 * window.c (window_deletion_count): Now static.
14870
14871 * undo.c: Make symbols static if they're not exported.
14872 (last_undo_buffer, last_boundary_position, pending_boundary):
14873 Now static.
14874
14875 * textprop.c (interval_insert_behind_hooks): Now static.
14876 (interval_insert_in_front_hooks): Likewise.
14877
14878 * term.c: Make symbols static if they're not exported.
14879 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
14880 (max_frame_lines, tty_set_terminal_modes):
14881 (tty_reset_terminal_modes, tty_turn_off_highlight):
14882 (get_tty_terminal): Now static.
14883 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
14884 * termhooks.h (term_mouse_moveto): Do not declare if
14885 HAVE_WINDOW_SYSTEM.
14886 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
14887 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
14888
14889 * sysdep.c: Make symbols static if they're not exported.
14890 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
14891 Now static.
14892 (sigprocmask_set, full_mask): Remove; unused.
14893 (wait_debugging): Mark as visible.
14894 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
14895 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
14896
14897 * syntax.c (syntax_temp): Define only if !__GNUC__.
14898
14899 * sound.c (current_sound_device, current_sound): Now static.
14900
14901 * search.c (searchbufs, searchbuf_head): Now static.
14902
14903 * scroll.c (scroll_cost): Remove; unused.
14904 * dispextern.h (scroll_cost): Remove decl.
14905
14906 * region-cache.h (pp_cache): Mark as externally visible.
14907
14908 * process.c: Make symbols static if they're not exported.
14909 (process_tick, update_tick, create_process, chan_process):
14910 (Vprocess_alist, proc_buffered_char, datagram_access):
14911 (fd_callback_data, send_process_frame, process_sent_to): Now static.
14912 (deactivate_process): Mark defn as static, as well as decl.
14913 * lisp.h (create_process): Remove decl.
14914 * process.h (chan_process, Vprocess_alist): Remove decls.
14915
14916 * print.c: Make symbols static if they're not exported.
14917 (print_depth, new_backquote_output, being_printed, print_buffer):
14918 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
14919 (print_interval, print_number_index, initial_stderr_stream):
14920 Now static.
14921 * lisp.h (Fprinc): Remove decl.
14922 (debug_output_compilation_hack): Mark as externally visible.
14923
14924 * sysdep.c (croak): Move decl from here to syssignal.h.
14925 * syssignal.h (croak): Put it here, so the API can be checked when
14926 'croak' is called from dissociate_if_controlling_tty.
14927
14928 * minibuf.c: Make symbols static if they're not exported.
14929 (minibuf_save_list, choose_minibuf_frame): Now static.
14930 * lisp.h (choose_minibuf_frame): Remove decl.
14931
14932 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
14933
14934 * lread.c: Make symbols static if they're not exported.
14935 (read_objects, initial_obarray, oblookup_last_bucket_number):
14936 Now static.
14937 (make_symbol): Remove; unused.
14938 * lisp.h (initial_obarray, make_symbol): Remove decls.
14939
14940 * keyboard.c: Make symbols static if they're not exported.
14941 (single_kboard, recent_keys_index, total_keys, recent_keys):
14942 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
14943 (this_single_command_key_start, echoing, last_auto_save):
14944 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
14945 (command_loop, echo_now, keyboard_init_hook, help_char_p):
14946 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
14947 (Vlispy_mouse_stem, double_click_count):
14948 Now static.
14949 (force_auto_save_soon): Define only if SIGDANGER.
14950 (ignore_mouse_drag_p): Now static if
14951 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
14952 (print_help): Remove; unused.
14953 (stop_character, last_timer_event): Mark as externally visible.
14954 * keyboard.h (ignore_mouse_drag_p): Declare only if
14955 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
14956 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
14957 * lisp.h (echoing): Remove decl.
14958 (force_auto_save_soon): Declare only if SIGDANGER.
14959 * xdisp.c (redisplay_window): Simplify code, to make it more
14960 obvious that ignore_mouse_drag_p is not accessed if !defined
14961 USE_GTK && !defined HAVE_NS.
14962
14963 * intervals.c: Make symbols static if they're not exported.
14964 (merge_properties_sticky, merge_interval_right, delete_interval):
14965 Now static.
14966 * intervals.h (merge_interval_right, delete_interval): Remove decls.
14967
14968 * insdel.c: Make symbols static if they're not exported.
14969 However, leave prepare_to_modify_buffer alone. It's never
14970 called from outside this function, but that appears to be a bug.
14971 (combine_after_change_list, combine_after_change_buffer):
14972 (adjust_after_replace, signal_before_change): Now static.
14973 (adjust_after_replace_noundo): Remove; unused.
14974 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
14975 (signal_before_change): Remove decls.
14976
14977 * indent.c (val_compute_motion, val_vmotion): Now static.
14978
14979 * image.c: Make symbols static if they're not exported.
14980 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
14981 if USE_GTK.
14982 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
14983 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
14984
14985 * fringe.c (standard_bitmaps): Now static.
14986 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
14987
14988 * frame.c: Make symbols static if they're not exported.
14989 (x_report_frame_params, make_terminal_frame): Now static.
14990 (get_frame_param): Now static, unless HAVE_NS.
14991 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
14992 (x_get_resource_string): Remove; not used.
14993 * frame.h (make_terminal_frame, x_report_frame_params):
14994 (x_get_resource_string); Remove decls.
14995 (x_fullscreen_adjust): Declare only if WINDOWSNT.
14996 * lisp.h (get_frame_param): Declare only if HAVE_NS.
14997
14998 * font.c, fontset.c: Make symbols static if they're not exported.
14999 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
15000 (FACE_SUITABLE_FOR_CHAR_P): Use it.
15001 * font.c (font_close_object): Now static.
15002 * font.h (font_close_object): Remove.
15003 * fontset.c (FONTSET_OBJLIST): Remove.
15004 (free_realized_fontset) #if-0 the body, which does nothing.
15005 (face_suitable_for_char_p): #if-0, as it's never called.
15006 * fontset.h (face_suitable_for_char_p): Remove decl.
15007 * xfaces.c (face_at_string_position):
15008 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
15009 since 0 is always ASCII.
15010
15011 * fns.c (weak_hash_tables): Now static.
15012
15013 * fileio.c: Make symbols static if they're not exported.
15014 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
15015 (Vwrite_region_annotation_buffers): Now static.
15016
15017 * eval.c: Make symbols static if they're not exported.
15018 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
15019 * lisp.h (backtrace_list): Remove decl.
15020
15021 * emacs.c: Make symbols static if they're not exported.
15022 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
15023 (fatal_error_code, fatal_error_signal_hook, standard_args):
15024 Now static.
15025 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
15026 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
15027 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
15028 * lisp.h (fatal_error_signal_hook): Remove decl.
15029 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
15030
15031 * editfns.c: Move a (normally-unused) function to its only use.
15032 * editfns.c, lisp.h (get_operating_system_release): Remove.
15033 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
15034 worth the hassle of breaking this out.
15035
15036 * xterm.c: Make symbols static if they're not exported.
15037 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
15038 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
15039 (x_destroy_window, x_delete_display):
15040 Now static.
15041 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
15042 (x_mouse_leave): Remove; unused.
15043 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
15044 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
15045 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
15046 Remove decls.
15047 (x_mouse_leave): Declare only if WINDOWSNT.
15048 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
15049 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
15050 USE_X_TOOLKIT.
15051
15052 * ftxfont.c: Make symbols static if they're not exported.
15053 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
15054 HAVE_FREETYPE.
15055 * font.h (ftxfont_driver): Likewise.
15056
15057 * xfns.c: Make symbols static if they're not exported.
15058 (x_last_font_name, x_display_info_for_name):
15059 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
15060 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
15061 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
15062 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
15063 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
15064 (last_show_tip_args): Now static.
15065 (xic_defaut_fontset, xic_create_fontsetname): Define only if
15066 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
15067 (x_screen_planes): Remove; unused.
15068 * dispextern.h (x_screen_planes): Remove decl.
15069
15070 * dispnew.c: Make symbols static if they're not exported.
15071 * dispextern.h (redraw_garbaged_frames, scrolling):
15072 (increment_row_positions): Remove.
15073 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
15074 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
15075 Now static.
15076 (redraw_garbaged_frames): Remove; unused.
15077
15078 * xfaces.c: Make symbols static if they're not exported.
15079 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
15080 Remove decls.
15081 * xterm.h (defined_color): Remove decls.
15082 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
15083 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
15084 (menu_face_changed_default, defined_color, free_realized_face):
15085 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
15086 (ascii_face_of_lisp_face): Remove; unused.
15087
15088 * xdisp.c: Make symbols static if they're not exported.
15089 * dispextern.h (scratch_glyph_row, window_box_edges):
15090 (glyph_to_pixel_coords, set_cursor_from_row):
15091 (get_next_display_element, set_iterator_to_next):
15092 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
15093 (show_mouse_face): Remove decls
15094 * frame.h (message_buf_print): Likewise.
15095 * lisp.h (pop_message, set_message, check_point_in_composition):
15096 Likewise.
15097 * xterm.h (set_vertical_scroll_bar): Likewise.
15098 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
15099 (message_buf_print, scratch_glyph_row, displayed_buffer):
15100 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
15101 (get_next_display_element, show_mouse_face, window_box_edges):
15102 (frame_to_window_pixel_xy, check_point_in_composition):
15103 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
15104 (glyph_to_pixel_coords): Remove; unused.
15105
15106 * dired.c (file_name_completion): Now static.
15107
15108 * dbusbind.c (xd_in_read_queued_messages): Now static.
15109
15110 * lisp.h (circular_list_error, FOREACH): Remove; unused.
15111 * data.c (circular_list_error): Remove.
15112
15113 * commands.h (last_point_position, last_point_position_buffer):
15114 (last_point_position_window): Remove decls.
15115 * keyboard.c: Make these variables static.
15116
15117 * coding.h (coding, code_convert_region, encode_coding_gap):
15118 Remove decls.
15119 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
15120 (iso_code_class, detect_coding, code_convert_region): Now static.
15121 (encode_coding_gap): Remove; unused.
15122
15123 * chartab.c (chartab_chars, chartab_bits): Now static.
15124
15125 * charset.h (charset_iso_8859_1): Remove decl.
15126 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
15127 Now static.
15128
15129 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
15130 * ccl.c (Vccl_program_table): Now static.
15131 (check_ccl_update): Remove; unused.
15132
15133 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
15134 * category.h: ... from here.
15135 * category.c (check_category_table, set_category_set): Now static.
15136
15137 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
15138 * lisp.h: Remove these decls.
15139
15140 * buffer.c (buffer_count): Remove unused var.
15141
15142 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
15143 so that it's not optimized away.
15144 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
15145 * dispextern.h (bidi_dump_cached_states): Remove, since it's
15146 exported only to the debugger.
15147
15148 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
15149 * atimer.h (run_all_atimers): Remove; not exported.
15150
15151 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
15152 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
15153 was inaccessible from Lisp.
15154 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
15155 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
15156
15157 alloc.c: Import and export fewer symbols, and remove unused items.
15158 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
15159 is defined.
15160 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
15161 it's not optimized away by whole-program optimization.
15162 (message_enable_multibyte, free_misc): Remove.
15163 (catchlist, handlerlist, mark_backtrace):
15164 Declare only if BYTE_MARK_STACK.
15165 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
15166 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
15167 (message_enable_multibyte): Remove decl.
15168 (free_misc, interval_free_list, float_block, float_block_index):
15169 (n_float_blocks, float_free_list, cons_block, cons_block_index):
15170 (cons_free_list, last_marked_index):
15171 Now static.
15172 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
15173 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
15174 (mark_backtrace): Define only if BYTE_MARK_STACK.
15175 * xdisp.c (message_enable_multibyte): Now static.
15176
15177 Declare Lisp_Object Q* variables to be 'static' if not exported.
15178 This makes it easier for human readers (and static analyzers)
15179 to see whether these variables are used from other modules.
15180 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
15181 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
15182 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
15183 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
15184 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
15185 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
15186 * xmenu.c, xselect.c:
15187 Declare Q* vars static if they are not used in other modules.
15188 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
15189 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
15190 Remove decls of unexported vars.
15191 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
15192
15193 * lisp.h (DEFINE_FUNC): Make sname 'static'.
15194
15195 Make Emacs functions such as Fatom 'static' by default.
15196 This makes it easier for human readers (and static analyzers)
15197 to see whether these functions can be called from other modules.
15198 DEFUN now defines a static function. To make the function external
15199 so that it can be used in other C modules, use the new macro DEFUE.
15200 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
15201 (Finit_image_library):
15202 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
15203 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
15204 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
15205 Remove decls, since these functions are now static.
15206 (Funintern, Fget_internal_run_time): New decls, since these functions
15207 were already external.
15208
15209 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
15210 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
15211 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
15212 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
15213 * keyboard.c, keymap.c, lread.c:
15214 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
15215 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
15216 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
15217 Mark functions with DEFUE instead of DEFUN,
15218 if they are used in other modules.
15219 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
15220 decls for now-static functions.
15221 * buffer.h (Fdelete_overlay): Remove decl.
15222 * callproc.c (Fgetenv_internal): Mark as internal.
15223 * composite.c (Fremove_list_of_text_properties): Remove decl.
15224 (Fcomposition_get_gstring): New forward static decl.
15225 * composite.h (Fcomposite_get_gstring): Remove decl.
15226 * dired.c (Ffile_attributes): New forward static decl.
15227 * doc.c (Fdocumntation_property): New forward static decl.
15228 * eval.c (Ffetch_bytecode): New forward static decl.
15229 (Funintern): Remove extern decl; now in .h file where it belongs.
15230 * fileio.c (Fmake_symbolic_link): New forward static decl.
15231 * image.c (Finit_image_library): New forward static decl.
15232 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
15233 * intervals.h (Fprevious_property_change):
15234 (Fremove_list_of_text_properties): Remove decls.
15235 * keyboard.c (Fthis_command_keys): Remove decl.
15236 (Fcommand_execute): New forward static decl.
15237 * keymap.c (Flookup_key): New forward static decl.
15238 (Fcopy_keymap): Now static.
15239 * keymap.h (Flookup_key): Remove decl.
15240 * process.c (Fget_process): New forward static decl.
15241 (Fprocess_datagram_address): Mark as internal.
15242 * syntax.c (Fsyntax_table_p): New forward static decl.
15243 (skip_chars): Remove duplicate decl.
15244 * textprop.c (Fprevious_property_change): New forward static decl.
15245 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
15246 Now internal.
15247 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
15248 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
15249
15250 * editfns.c (Fformat): Remove unreachable code.
15251
15252 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
15253
15254 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
15255 change. (Bug#8496)
15256
15257 2011-04-13 Eli Zaretskii <eliz@gnu.org>
15258
15259 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
15260 when at ZV. (Bug#8487)
15261
15262 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
15263
15264 * charset.c (Fclear_charset_maps): Use xfree instead of free.
15265 (Bug#8437)
15266 * keyboard.c (parse_tool_bar_item): Likewise.
15267 * sound.c (sound_cleanup, alsa_close): Likewise.
15268 * termcap.c (tgetent): Likewise.
15269 * xfns.c (x_default_font_parameter): Likewise.
15270 * xsettings.c (read_and_apply_settings): Likewise.
15271
15272 * alloc.c (overrun_check_malloc, overrun_check_realloc)
15273 (overrun_check_free): Protoize.
15274
15275 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
15276
15277 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
15278 since callers should never pass a negative size.
15279 Change the signature to match that of plain 'read' and 'write'; see
15280 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
15281 * lisp.h: Update prototypes of emacs_write and emacs_read.
15282
15283 2011-04-11 Eli Zaretskii <eliz@gnu.org>
15284
15285 * xdisp.c (redisplay_window): Don't try to determine the character
15286 position of the scroll margin if the window start point w->startp
15287 is outside the buffer's accessible region. (Bug#8468)
15288
15289 2011-04-10 Eli Zaretskii <eliz@gnu.org>
15290
15291 Fix write-region and its subroutines for buffers > 2GB.
15292 * fileio.c (a_write, e_write): Modify declaration of arguments and
15293 local variables to support buffers larger than 2GB.
15294 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
15295
15296 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
15297 argument, local variables, and return value.
15298
15299 * lisp.h: Update prototypes of emacs_write and emacs_read.
15300
15301 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
15302
15303 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
15304
15305 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
15306
15307 Fix more problems found by GCC 4.6.0's static checks.
15308
15309 * xdisp.c (vmessage): Use a better test for character truncation.
15310
15311 * charset.c (load_charset_map): <, not <=, for optimization,
15312 and to avoid potential problems with integer overflow.
15313 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
15314 * casetab.c (set_identity, shuffle): Likewise.
15315 * editfns.c (Fformat): Likewise.
15316 * syntax.c (skip_chars): Likewise.
15317
15318 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
15319 This also lets GCC 4.6.0 generate slightly better loop code.
15320
15321 * callint.c (Fcall_interactively): <, not <=, for optimization.
15322 (Fcall_interactively): Count the number of arguments produced,
15323 not the number of arguments given. This is simpler and lets GCC
15324 4.6.0 generate slightly better code.
15325
15326 * ftfont.c: Distingish more carefully between FcChar8 and char.
15327 The previous code passed unsigned char * to a functions like
15328 strlen and xstrcasecmp that expect char *, which does not
15329 conform to the C standard.
15330 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
15331 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
15332 char * when the C standard requires it.
15333
15334 * keyboard.c (read_char): Remove unused var.
15335
15336 * eval.c: Port to Windows vsnprintf (Bug#8435).
15337 Include <limits.h>.
15338 (SIZE_MAX): Define if the headers do not.
15339 (verror): Do not give up if vsnprintf returns a negative count.
15340 Instead, grow the buffer. This ports to Windows vsnprintf, which
15341 does not conform to C99. Problem reported by Eli Zaretskii.
15342 Also, simplify the allocation scheme, by avoiding the need for
15343 calling realloc, and removing the ALLOCATED variable.
15344
15345 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
15346
15347 Remove invocations of doprnt, as Emacs now uses vsnprintf.
15348 But keep the doprint source code for now, as we might revamp it
15349 and use it again (Bug#8435).
15350 * lisp.h (doprnt): Remove.
15351 * Makefile.in (base_obj): Remove doprnt.o.
15352 * deps.mk (doprnt.o): Remove.
15353
15354 error: Print 32- and 64-bit integers portably (Bug#8435).
15355 Without this change, on typical 64-bit hosts error ("...%d...", N)
15356 was used to print both 32- and 64-bit integers N, which relied on
15357 undefined behavior.
15358 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
15359 * lisp.h (error, verror): Mark as printf-like functions.
15360 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
15361 Report overflow in size calculations when allocating printf buffer.
15362 Do not truncate output string at its first null byte.
15363 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
15364 Truncate the output at a character boundary, since vsnprintf does not
15365 do that.
15366 * charset.c (check_iso_charset_parameter): Convert internal
15367 character to string before calling 'error', since %c now has the
15368 printf meaning.
15369 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
15370 overflow when computing char to be passed to 'error'. Do not
15371 pass Lisp_Object to 'error'; pass the integer instead.
15372 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
15373 formatted with plain %d.
15374
15375 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
15376
15377 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
15378
15379 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
15380
15381 * xterm.c (x_catch_errors): Remove duplicate declaration.
15382
15383 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
15384
15385 * xdisp.c, lisp.h (message_nolog): Remove; unused.
15386
15387 2011-04-10 Jim Meyering <meyering@redhat.com>
15388
15389 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
15390 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
15391 return ssize_t not "int", and use size_t as the buffer length.
15392 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
15393 * gnutls.h: Update declarations.
15394 * process.c (read_process_output): Use ssize_t, to match.
15395 (send_process): Likewise.
15396
15397 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
15398
15399 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
15400
15401 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
15402
15403 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
15404 Use unsigned char, to match FcChar8 type definition.
15405
15406 * xterm.c (handle_one_xevent):
15407 * xmenu.c (create_and_show_popup_menu):
15408 * xselect.c (x_decline_selection_request)
15409 (x_reply_selection_request): Avoid type-punned deref of X events.
15410
15411 2011-04-09 Eli Zaretskii <eliz@gnu.org>
15412
15413 Fix some uses of `int' instead of EMACS_INT.
15414 * search.c (string_match_1, fast_string_match)
15415 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
15416 (scan_buffer, find_next_newline_no_quit)
15417 (find_before_next_newline, search_command, Freplace_match)
15418 (Fmatch_data): Make some `int' variables be EMACS_INT.
15419
15420 * xdisp.c (display_count_lines): 3rd argument and return value now
15421 EMACS_INT. All callers changed.
15422 (pint2hrstr): Last argument is now EMACS_INT.
15423
15424 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
15425 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
15426 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
15427 (decode_coding_utf_16, decode_coding_emacs_mule)
15428 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
15429 (decode_coding_ccl, decode_coding_charset)
15430 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
15431 (decode_coding_iso_2022, decode_coding_emacs_mule)
15432 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
15433 <char_offset, last_offset>: Declare EMACS_INT.
15434 (encode_coding_utf_8, encode_coding_utf_16)
15435 (encode_coding_emacs_mule, encode_invocation_designation)
15436 (encode_designation_at_bol, encode_coding_iso_2022)
15437 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
15438 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
15439 Declare EMACS_INT.
15440 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
15441 (encode_invocation_designation): Last argument P_NCHARS is now
15442 EMACS_INT.
15443 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
15444 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
15445
15446 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
15447 All users changed.
15448
15449 * ccl.c (Fccl_execute_on_string): Declare some variables
15450 EMACS_INT.
15451
15452 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
15453
15454 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
15455
15456 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
15457
15458 * process.c (Fformat_network_address): Doc fix.
15459
15460 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
15461
15462 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
15463
15464 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
15465
15466 * keyboard.c (read_char): Call Lisp function help-form-show,
15467 instead of using internal_with_output_to_temp_buffer.
15468 (Qhelp_form_show): New var.
15469 (syms_of_keyboard): Use DEFSYM macro.
15470
15471 * print.c (internal_with_output_to_temp_buffer): Function deleted.
15472
15473 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
15474
15475 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15476
15477 * process.c (Flist_processes): Remove to Lisp.
15478 (list_processes_1): Delete.
15479
15480 2011-04-06 Eli Zaretskii <eliz@gnu.org>
15481
15482 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
15483
15484 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
15485
15486 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
15487
15488 Fix more problems found by GCC 4.6.0's static checks.
15489
15490 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
15491
15492 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
15493
15494 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
15495
15496 * xdisp.c (vmessage): Mark as a printf-like function.
15497
15498 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
15499
15500 * sound.c (sound_warning): Don't crash if arg contains a printf format.
15501
15502 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
15503 printf-like functions.
15504 (tiff_load): Add casts to remove these marks before passing them
15505 to system-supplied API.
15506
15507 * eval.c (Fsignal): Remove excess argument to 'fatal'.
15508
15509 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
15510 This avoids several warnings with gcc -Wstrict-overflow.
15511 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
15512 directly, rather than having caller test rule sign. This avoids
15513 some unnecessary tests.
15514 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
15515 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
15516 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
15517
15518 * xfont.c (xfont_text_extents): Remove var that was set but not used.
15519 (xfont_open): Avoid unnecessary tests.
15520
15521 * composite.c (composition_gstring_put_cache): Use unsigned integer.
15522
15523 * composite.h, composite.c (composition_gstring_put_cache):
15524 Use EMACS_INT, not int, for length.
15525
15526 * composite.h (COMPOSITION_DECODE_REFS): New macro,
15527 breaking out part of COMPOSITION_DECODE_RULE.
15528 (COMPOSITION_DECODE_RULE): Use it.
15529 * composite.c (get_composition_id): Remove unused local vars,
15530 by using the new macro.
15531
15532 * textprop.c (set_text_properties_1): Change while to do-while,
15533 since the condition is always true at first.
15534
15535 * intervals.c (graft_intervals_into_buffer): Mark var as used.
15536 (interval_deletion_adjustment): Return unsigned value.
15537 All uses changed.
15538
15539 * process.c (list_processes_1, create_pty, read_process_output):
15540 (exec_sentinel): Remove vars that were set but not used.
15541 (create_pty): Remove unnecessary "volatile"s.
15542 (Fnetwork_interface_info): Avoid possibility of int overflow.
15543 (read_process_output): Do adaptive read buffering even if carryover.
15544 (read_process_output): Simplify nbytes computation if buffered.
15545
15546 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
15547
15548 * syntax.c (scan_words): Remove var that was set but not used.
15549 (update_syntax_table): Use unsigned instead of int.
15550
15551 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
15552 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
15553 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
15554
15555 * print.c (print_error_message): Avoid int overflow.
15556
15557 * font.c (font_list_entities): Redo for clarity,
15558 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
15559
15560 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
15561 (font_score): Avoid potential overflow in diff calculation.
15562
15563 * fns.c (substring_both): Remove var that is set but not used.
15564 (sxhash): Redo loop for clarity and to avoid wraparound warning.
15565
15566 * eval.c (funcall_lambda): Rename local to avoid shadowing.
15567
15568 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
15569 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
15570 can always succeed if overflow has undefined behavior.
15571
15572 * search.c (boyer_moore, wordify): Remove vars set but not used.
15573 (wordify): Omit three unnecessary tests.
15574
15575 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
15576 All callers changed. This avoids the need for an unused var.
15577
15578 * casefiddle.c (casify_region): Remove var that is set but not used.
15579
15580 * dired.c (file_name_completion): Remove var that is set but not used.
15581
15582 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
15583
15584 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
15585 (Finsert_file_contents): Remove unnecessary code checking fd.
15586
15587 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
15588 Check for integer overflow on size calculations.
15589
15590 * buffer.c (Fprevious_overlay_change): Remove var that is set
15591 but not used.
15592
15593 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
15594 Remove vars that are set but not used.
15595 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
15596 (timer_check_2): Mark vars as initialized.
15597
15598 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
15599
15600 * image.c (lookup_image): Remove var that is set but not used.
15601 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
15602
15603 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
15604 that are set but not used.
15605
15606 * xfns.c (make_invisible_cursor): Don't return garbage
15607 if XCreateBitmapFromData fails (Bug#8410).
15608
15609 * xselect.c (x_get_local_selection, x_handle_property_notify):
15610 Remove vars that are set but not used.
15611
15612 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
15613 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
15614
15615 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
15616 Remove var that is set but not used.
15617 (scroll_bar_windows_size): Now size_t, not int.
15618 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
15619 Check for overflow.
15620
15621 * xfaces.c (realize_named_face): Remove vars that are set but not used.
15622 (map_tty_color) [!defined MSDOS]: Likewise.
15623
15624 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
15625
15626 * coding.c: Remove vars that are set but not used.
15627 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
15628 All callers changed.
15629 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
15630 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
15631 (decode_coding_charset): Remove vars that are set but not used.
15632
15633 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
15634 that is set but not used.
15635
15636 * print.c (print_object): Remove var that is set but not used.
15637
15638 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
15639 The gnulib version avoids calling malloc in the usual case,
15640 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
15641 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
15642 * filelock.c (current_lock_owner): Likewise.
15643 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
15644 * sysdep.c: Include allocator.h, careadlinkat.h.
15645 (emacs_no_realloc_allocator): New static constant.
15646 (emacs_readlink): New function.
15647 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
15648 ../lib/careadlinkat.h.
15649
15650 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15651
15652 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
15653 first non-nil return value).
15654
15655 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
15656
15657 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
15658 if not defined (Bug#8403).
15659
15660 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
15661
15662 * xdisp.c (display_count_lines): Remove parameter `start',
15663 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
15664 (get_char_face_and_encoding): Remove parameter `multibyte_p',
15665 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
15666 (fill_stretch_glyph_string): Remove parameters `row' and `area',
15667 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
15668 and thereabouts. All callers changed.
15669 (get_per_char_metric): Remove parameter `f', unused since
15670 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
15671
15672 2011-04-02 Jim Meyering <meyering@redhat.com>
15673
15674 do not dereference NULL upon failed strdup
15675 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
15676 (ns_get_family): Likewise.
15677
15678 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
15679
15680 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
15681
15682 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
15683
15684 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
15685 later (Bug#8403).
15686
15687 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15688
15689 Add lexical binding.
15690
15691 * window.c (Ftemp_output_buffer_show): New fun.
15692 (Fsave_window_excursion):
15693 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
15694
15695 * lread.c (lisp_file_lexically_bound_p): New function.
15696 (Fload): Bind Qlexical_binding.
15697 (readevalloop): Remove `evalfun' arg.
15698 Bind Qinternal_interpreter_environment.
15699 (Feval_buffer): Bind Qlexical_binding.
15700 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
15701 Mark as dynamic.
15702 (syms_of_lread): Declare `lexical-binding'.
15703
15704 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
15705
15706 * keyboard.c (eval_dyn): New fun.
15707 (menu_item_eval_property): Use it.
15708
15709 * image.c (parse_image_spec): Use Ffunctionp.
15710
15711 * fns.c (concat, mapcar1): Accept byte-code-functions.
15712
15713 * eval.c (Fsetq): Handle lexical vars.
15714 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
15715 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
15716 (FletX, Flet): Obey lexical binding.
15717 (Fcommandp): Handle closures.
15718 (Feval): New `lexical' arg.
15719 (eval_sub): New function extracted from Feval. Use it almost
15720 everywhere where Feval was used. Look up vars in lexical env.
15721 Handle closures.
15722 (Ffunctionp): Move from subr.el.
15723 (Ffuncall): Handle closures.
15724 (apply_lambda): Remove `eval_flags'.
15725 (funcall_lambda): Handle closures and new byte-code-functions.
15726 (Fspecial_variable_p): New function.
15727 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
15728 but without exporting it to Lisp.
15729
15730 * doc.c (Fdocumentation, store_function_docstring):
15731 * data.c (Finteractive_form): Handle closures.
15732
15733 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
15734 interactive spec.
15735
15736 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
15737 New byte-codes.
15738 (exec_byte_code): New function extracted from Fbyte_code to handle new
15739 calling convention for byte-code-functions. Add new byte-codes.
15740
15741 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
15742
15743 * alloc.c (Fmake_symbol): Init new `declared_special' field.
15744
15745 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
15746
15747 * xdisp.c (redisplay_internal): Fix prototype.
15748
15749 2011-03-31 Eli Zaretskii <eliz@gnu.org>
15750
15751 * xdisp.c (SCROLL_LIMIT): New macro.
15752 (try_scrolling): Use it when setting scroll_limit.
15753 Limit scrolling to 100 screen lines.
15754 (redisplay_window): Even when falling back on "recentering",
15755 position point in the window according to scroll-conservatively,
15756 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
15757
15758 (try_scrolling): When point is above the window, allow searching
15759 as far as scroll_max, or one screenful, to compute vertical
15760 distance from PT to the scroll margin position. This prevents
15761 try_scrolling from unnecessarily failing when
15762 scroll-conservatively is set to a value slightly larger than the
15763 window height. Clean up the case of PT below the margin at bottom
15764 of window: scroll_max can no longer be INT_MAX. When aggressive
15765 scrolling is in use, don't let point enter the opposite scroll
15766 margin as result of the scroll.
15767 (syms_of_xdisp) <scroll-conservatively>: Document the
15768 threshold of 100 lines for never-recentering scrolling.
15769
15770 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
15771
15772 * dispextern.h (move_it_by_lines):
15773 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
15774 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
15775 (message_log_check_duplicate): Remove parameters `prev_bol' and
15776 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
15777 (redisplay_internal): Remove parameter `preserve_echo_area',
15778 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
15779
15780 * indent.c (Fvertical_motion):
15781 * window.c (window_scroll_pixel_based, Frecenter):
15782 Don't pass `need_y_p' to `move_it_by_lines'.
15783
15784 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
15787 steal a few bits to be more compact.
15788 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
15789 Remove unneeded casts.
15790
15791 * bytecode.c (Fbyte_code): CAR and CDR can GC.
15792
15793 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
15794
15795 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
15796 binding" message (bug#7967).
15797
15798 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
15799
15800 Fix more problems found by GCC 4.6.0's static checks.
15801
15802 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
15803 Remove unused local var.
15804
15805 * editfns.c (Fmessage_box): Remove unused local var.
15806
15807 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
15808 (note_mode_line_or_margin_highlight, note_mouse_highlight):
15809 Omit unused local vars.
15810 * window.c (shrink_windows): Omit unused local var.
15811 * menu.c (digest_single_submenu): Omit unused local var.
15812 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
15813 Omit unused local var.
15814
15815 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
15816 Don't assume string length fits in int.
15817 (keyremap_step, read_key_sequence): Use size_t for sizes.
15818 (read_key_sequence): Don't check last_real_key_start redundantly.
15819
15820 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
15821 instead of alloca (Bug#8344).
15822
15823 * eval.c (Fbacktrace): Don't assume nargs fits in int.
15824 (Fbacktrace_frame): Don't assume nframes fits in int.
15825
15826 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
15827
15828 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
15829 concerns.
15830
15831 * term.c (produce_glyphless_glyph): Remove unnecessary test.
15832
15833 * cm.c (calccost): Turn while-do into do-while, for clarity.
15834
15835 * keyboard.c (syms_of_keyboard): Use the same style as later
15836 in this function when indexing through an array. This also
15837 works around GCC bug 48267.
15838
15839 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
15840
15841 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
15842
15843 * chartab.c (sub_char_table_ref_and_range): Redo for slight
15844 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
15845
15846 * keyboard.c, keyboard.h (num_input_events): Now size_t.
15847 This avoids undefined behavior on integer overflow, and is a bit
15848 more convenient anyway since it is compared to a size_t variable.
15849
15850 Variadic C functions now count arguments with size_t, not int.
15851 This avoids an unnecessary limitation on 64-bit machines, which
15852 caused (substring ...) to crash on large vectors (Bug#8344).
15853 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
15854 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
15855 All variadic functions and their callers changed accordingly.
15856 (struct gcpro.nvars): Now size_t, not int. All uses changed.
15857 * data.c (arith_driver, float_arith_driver): Likewise.
15858 * editfns.c (general_insert_function): Likewise.
15859 * eval.c (struct backtrace.nargs, interactive_p)
15860 (internal_condition_case_n, run_hook_with_args, apply_lambda)
15861 (funcall_lambda, mark_backtrace): Likewise.
15862 * fns.c (concat): Likewise.
15863 * frame.c (x_set_frame_parameters): Likewise.
15864 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
15865 0 if not found, not -1. All callers changed.
15866
15867 * alloc.c (garbage_collect): Don't assume stack size fits in int.
15868 (stack_copy_size): Now size_t, not int.
15869 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
15870
15871 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
15872
15873 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
15874 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
15875 All callers changed.
15876
15877 * lisp.h (multibyte_char_to_unibyte):
15878 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
15879 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
15880 * character.h (CHAR_TO_BYTE8):
15881 * cmds.c (internal_self_insert):
15882 * editfns.c (general_insert_function):
15883 * keymap.c (push_key_description):
15884 * search.c (Freplace_match):
15885 * xdisp.c (message_dolog, set_message_1): All callers changed.
15886
15887 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15888
15889 * keyboard.c (safe_run_hook_funcall): New function.
15890 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
15891 don't set the hook to nil, but remove the offending function instead.
15892 (Qcommand_hook_internal): Remove, unused.
15893 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
15894 Vcommand_hook_internal.
15895
15896 * eval.c (enum run_hooks_condition): Remove.
15897 (funcall_nil, funcall_not): New functions.
15898 (run_hook_with_args): Call each function through a `funcall' argument.
15899 Remove `cond' argument, now redundant.
15900 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
15901 (Frun_hook_with_args_until_failure): Adjust accordingly.
15902 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
15903
15904 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
15905
15906 * dispextern.h (string_buffer_position): Remove declaration.
15907
15908 * print.c (strout): Remove parameter `multibyte', unused since
15909 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
15910
15911 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
15912 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
15913 All callers changed.
15914
15915 * w32.c (_wsa_errlist): Use braces for struct initializers.
15916
15917 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
15918 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
15919 All callers changed.
15920 (string_buffer_position): Likewise. Also, make static (it's never
15921 used outside xdisp.c).
15922 (cursor_row_p): Remove parameter `w', unused since
15923 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
15924 (decode_mode_spec): Remove parameter `precision', introduced during
15925 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
15926 All callers changed.
15927
15928 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15929
15930 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
15931
15932 2011-03-27 Anders Lindgren <andlind@gmail.com>
15933
15934 * nsterm.m (ns_menu_bar_is_hidden): New variable.
15935 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
15936 (ns_update_auto_hide_menu_bar): New functions.
15937 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
15938 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
15939 ns_constrain_all_frames.
15940 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
15941 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
15942
15943 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15944
15945 * nsmenu.m (runDialogAt): Remove argument to timer_check.
15946
15947 2011-03-27 Glenn Morris <rgm@gnu.org>
15948
15949 * syssignal.h: Replace RETSIGTYPE with void.
15950 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
15951 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
15952 Replace SIGTYPE with void everywhere.
15953 * s/usg5-4-common.h (SIGTYPE): Remove definition.
15954 * s/template.h (SIGTYPE): Remove commented out definition.
15955
15956 2011-03-26 Eli Zaretskii <eliz@gnu.org>
15957
15958 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
15959 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
15960
15961 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * w32.c (read_unc_volume): Use parameter `henum', instead of
15964 global variable `wget_enum_handle'.
15965
15966 * keymap.c (describe_vector): Remove parameters `indices' and
15967 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
15968 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
15969
15970 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
15971
15972 * keyboard.c (timer_check): Remove parameter `do_it_now',
15973 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
15974 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
15975 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
15976
15977 * keyboard.c (read_char):
15978 * w32menu.c (w32_menu_display_help):
15979 * xmenu.c (show_help_event, menu_help_callback):
15980 Adjust calls to `show_help_echo'.
15981
15982 * gtkutil.c (xg_maybe_add_timer):
15983 * keyboard.c (readable_events):
15984 * process.c (wait_reading_process_output):
15985 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
15986
15987 * insdel.c (adjust_markers_gap_motion):
15988 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
15989 (gap_left, gap_right): Don't call it.
15990
15991 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
15992
15993 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
15994 incurred during fontification.
15995
15996 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
15997
15998 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
15999 (DEFVAR_PER_BUFFER): Don't pass it.
16000
16001 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
16002 (scrolling_window): Don't pass it.
16003
16004 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
16005
16006 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
16007
16008 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
16009 and `suffix'.
16010 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
16011 of variables specific to SELinux and computation of `encoded_absname'.
16012
16013 * image.c (XPutPixel): Remove unused variable `height'.
16014
16015 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
16016
16017 * unexw32.c (get_section_info): Remove unused variable `section'.
16018
16019 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
16020 (system_process_attributes): Remove unused variable `sess'.
16021 (sys_read): Remove unused variable `err'.
16022
16023 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
16024 (w32_wnd_proc): Remove unused variable `isdead'.
16025 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
16026 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
16027 (x_create_tip_frame): Remove unused variable `tem'.
16028
16029 * w32inevt.c (w32_console_read_socket):
16030 Remove unused variable `no_events'.
16031
16032 * w32term.c (x_draw_composite_glyph_string_foreground):
16033 Remove unused variable `width'.
16034
16035 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
16036
16037 * w32term.c (x_set_glyph_string_clipping):
16038 Don't pass uninitialized region to CombineRgn.
16039
16040 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
16041
16042 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
16043 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
16044 (Fx_close_connection): Remove unused variable `i'.
16045
16046 * w32font.c (w32font_draw): Return number of glyphs.
16047 (w32font_open_internal): Remove unused variable `i'.
16048 (w32font_driver): Add missing initializer.
16049
16050 * w32menu.c (utf8to16): Remove unused variable `utf16'.
16051 (fill_in_menu): Remove unused variable `items_added'.
16052
16053 * w32term.c (last_mouse_press_frame): Remove static global variable.
16054 (w32_clip_to_row): Remove unused variable `f'.
16055 (x_delete_terminal): Remove unused variable `i'.
16056
16057 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
16058 (NOTHING): Remove unused static global variable.
16059 (uniscribe_check_otf): Remove unused variable `table'.
16060 (uniscribe_font_driver): Add missing initializers.
16061
16062 2011-03-23 Julien Danjou <julien@danjou.info>
16063
16064 * term.c (Fsuspend_tty, Fresume_tty):
16065 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
16066 * window.c (temp_output_buffer_show):
16067 * insdel.c (signal_before_change):
16068 * frame.c (Fhandle_switch_frame):
16069 * fileio.c (Fdo_auto_save):
16070 * emacs.c (Fkill_emacs):
16071 * editfns.c (save_excursion_restore):
16072 * cmds.c (internal_self_insert):
16073 * callint.c (Fcall_interactively):
16074 * buffer.c (Fkill_all_local_variables):
16075 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
16076 Use Frun_hooks.
16077 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
16078 unconditionally since it does the check itself.
16079
16080 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
16081
16082 Fix more problems found by GCC 4.5.2's static checks.
16083
16084 * coding.c (encode_coding_raw_text): Avoid unnecessary test
16085 the first time through the loop, since we know p0 < p1 then.
16086 This also avoids a gcc -Wstrict-overflow warning.
16087
16088 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
16089 leading to a memory leak, possible in functions like
16090 load_charset_map_from_file that can allocate an unbounded number
16091 of objects (Bug#8318).
16092
16093 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
16094 that could (at least in theory) be that large.
16095
16096 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
16097 This is less likely to overflow, and avoids undefined behavior if
16098 overflow does occur. All callers changed. Use strtoul to scan
16099 for the unsigned long integer.
16100 (pint2hrstr): Simplify and tune code slightly.
16101 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
16102
16103 * scroll.c (do_scrolling): Work around GCC bug 48228.
16104 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
16105
16106 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
16107 This also avoids a warning with gcc -Wstrict-overflow.
16108 (validate_x_resource_name): Simplify count usage.
16109 This also avoids a warning with gcc -Wstrict-overflow.
16110
16111 * fileio.c (Fcopy_file): Report error if fchown or fchmod
16112 fail (Bug#8306).
16113
16114 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
16115
16116 * process.c (Fmake_network_process): Use socklen_t, not int,
16117 where POSIX says socklen_t is required in portable programs.
16118 This fixes a porting bug on hosts like 64-bit HP-UX, where
16119 socklen_t is wider than int (Bug#8277).
16120 (Fmake_network_process, server_accept_connection):
16121 (wait_reading_process_output, read_process_output):
16122 Likewise.
16123
16124 * process.c: Rename or move locals to avoid shadowing.
16125 (list_processes_1, Fmake_network_process):
16126 (read_process_output_error_handler, exec_sentinel_error_handler):
16127 Rename or move locals.
16128 (Fmake_network_process): Define label "retry_connect" only if needed.
16129 (Fnetwork_interface_info): Fix pointer signedness.
16130 (process_send_signal): Add cast to avoid pointer signedness problem.
16131 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
16132 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
16133
16134 Make tparam.h and terminfo.c consistent.
16135 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
16136 Include tparam.h instead, since it declares them.
16137 * cm.h (PC): Remove extern decl; tparam.h now does this.
16138 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
16139 * terminfo.c: Include tparam.h, to check interfaces.
16140 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
16141 (tparam): Adjust signature to match interface in tparam.h;
16142 this removes some undefined behavior. Check that outstring and len
16143 are zero, which they always are with Emacs.
16144 * tparam.h (PC, BC, UP): New extern decls.
16145
16146 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
16147 (xftfont_open): Rename locals to avoid shadowing.
16148
16149 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
16150 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
16151 (OTF_TAG_SYM): Omit macro if not needed.
16152 (ftfont_list): Remove unused local.
16153 (get_adstyle_property, ftfont_pattern_entity):
16154 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
16155 Rename locals to avoid shadowing.
16156
16157 * xfont.c (xfont_list_family): Mark var as initialized.
16158
16159 * xml.c (make_dom): Now static.
16160
16161 * composite.c (composition_compute_stop_pos): Rename local to
16162 avoid shadowing.
16163 (composition_reseat_it): Remove unused locals.
16164 (find_automatic_composition, composition_adjust_point): Likewise.
16165 (composition_update_it): Mark var as initialized.
16166 (find_automatic_composition): Mark vars as initialized,
16167 with a FIXME (Bug#8290).
16168
16169 character.h: Rename locals to avoid shadowing.
16170 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
16171 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
16172 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
16173 (BUF_DEC_POS): Be more systematic about renaming local temporaries
16174 to avoid shadowing.
16175
16176 * textprop.c (property_change_between_p): Remove; unused.
16177
16178 * intervals.c (interval_start_pos): Now static.
16179
16180 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
16181
16182 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
16183 Rename locals to avoid shadowing.
16184
16185 * sound.c (wav_play, au_play, Fplay_sound_internal):
16186 Fix pointer signedness.
16187 (alsa_choose_format): Remove unused local var.
16188 (wav_play): Initialize a variable to 0, to prevent undefined
16189 behavior (Bug#8278).
16190
16191 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
16192
16193 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
16194
16195 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
16196 clobbering (Bug#8298).
16197 * sysdep.c (sys_subshell): Likewise.
16198 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
16199
16200 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
16201 This should get cleaned up, so that child_setup has the
16202 same signature on all platforms.
16203
16204 * callproc.c (call_process_cleanup): Now static.
16205 (relocate_fd): Rename locals to avoid shadowing.
16206
16207 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
16208
16209 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
16210 not to be necessary, and produces flickering.
16211
16212 2011-03-20 Glenn Morris <rgm@gnu.org>
16213
16214 * config.in: Remove file.
16215
16216 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
16217
16218 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
16219 are now in src/globals.h.
16220 (syms_of_minibuf): Remove spurious & from previous change.
16221
16222 2011-03-20 Leo Liu <sdl.web@gmail.com>
16223
16224 * minibuf.c (completing-read-function): New variable.
16225 (completing-read-default): Rename from completing-read.
16226 (completing-read): Call completing-read-function.
16227
16228 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
16229
16230 * xfaces.c (Fx_load_color_file):
16231 Read color file from absolute filename (bug#8250).
16232
16233 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
16234
16235 * makefile.w32-in: Update dependencies.
16236
16237 2011-03-17 Eli Zaretskii <eliz@gnu.org>
16238
16239 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
16240
16241 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
16242
16243 Fix more problems found by GCC 4.5.2's static checks.
16244
16245 * process.c (make_serial_process_unwind, send_process_trap):
16246 (sigchld_handler): Now static.
16247
16248 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
16249 That way, the code declares only the vars that it needs.
16250 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
16251 * s/cygwin.h (PTY_ITERATION): Likewise.
16252 * s/darwin.h (PTY_ITERATION): Likewise.
16253 * s/gnu-linux.h (PTY_ITERATION): Likewise.
16254
16255 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
16256 * process.c (allocate_pty): Don't declare stb unless it's needed.
16257
16258 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
16259 (CONSTANTLIM): Remove; unused.
16260 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
16261 Define only if needed.
16262
16263 * unexelf.c (unexec): Name an expression,
16264 to avoid gcc -Wbad-function-cast warning.
16265 Use a different way to cause a compilation error if anyone uses
16266 n rather than nn, a way that does not involve shadowing.
16267 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
16268
16269 * deps.mk (unexalpha.o): Remove; unused.
16270
16271 New file unexec.h, the (simple) interface for unexec (Bug#8267).
16272 * unexec.h: New file.
16273 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
16274 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
16275 Depend on unexec.h.
16276 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
16277 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
16278 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
16279 Change as necessary to match prototype in unexec.h.
16280
16281 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
16282 shadowing.
16283 (back_comment, skip_chars): Mark vars as initialized.
16284
16285 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
16286 Rename locals to avoid shadowing.
16287
16288 * lread.c (read1): Rewrite so as not to use empty "else".
16289 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
16290
16291 * print.c (Fredirect_debugging_output): Fix pointer signedess.
16292
16293 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
16294 warning when compiling print.c.
16295
16296 * font.c (font_unparse_fcname): Abort in an "impossible" situation
16297 instead of using an uninitialized var.
16298 (font_sort_entities): Mark var as initialized.
16299
16300 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
16301
16302 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
16303 pointers to constants.
16304 (font_parse_fcname): Remove unused vars.
16305 (font_delete_unmatched): Now static.
16306 (font_get_spec): Remove; unused.
16307 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
16308 (font_update_drivers, Ffont_get_glyphs, font_add_log):
16309 Rename or move locals to avoid shadowing.
16310
16311 * fns.c (require_nesting_list, require_unwind): Now static.
16312 (Ffillarray): Rename locals to avoid shadowing.
16313
16314 * floatfns.c (domain_error2): Define only if needed.
16315 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
16316
16317 * alloc.c (mark_backtrace): Move decl from here ...
16318 * lisp.h: ... to here, so that it can be checked.
16319
16320 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
16321 (Fdefvar): Rewrite so as not to use empty "else".
16322 (lisp_indirect_variable): Name an expression,
16323 to avoid gcc -Wbad-function-cast warning.
16324 (Fdefvar): Rename locals to avoid shadowing.
16325
16326 * callint.c (quotify_arg, quotify_args): Now static.
16327 (Fcall_interactively): Rename locals to avoid shadowing.
16328 Use const pointer when appropriate.
16329
16330 * lisp.h (get_system_name, get_operating_system_release):
16331 Move decls here, to check interfaces.
16332 * process.c (get_operating_system_release): Move decl to lisp.h.
16333 * xrdb.c (get_system_name): Likewise.
16334 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
16335 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
16336 some of which prompt warnings from gcc -Wbad-function-cast.
16337 (Fformat_time_string, Fencode_time, Finsert_char):
16338 (Ftranslate_region_internal, Fformat):
16339 Rename or remove local vars to avoid shadowing.
16340 (Ftranslate_region_internal): Mark var as initialized.
16341
16342 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
16343 avoid shadowing.
16344
16345 * lisp.h (eassert): Check that the argument compiles, even if
16346 ENABLE_CHECKING is not defined.
16347
16348 * data.c (Findirect_variable): Name an expression, to avoid
16349 gcc -Wbad-function-cast warning.
16350 (default_value, arithcompare, arith_driver, arith_error): Now static.
16351 (store_symval_forwarding): Rename local to avoid shadowing.
16352 (Fmake_variable_buffer_local, Fmake_local_variable):
16353 Mark variables as initialized.
16354 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
16355
16356 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
16357 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
16358 Rename locals to avoid shadowing.
16359 (mark_stack): Move local variables into the #ifdef region where
16360 they're used.
16361 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
16362 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
16363 needed otherwise.
16364 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
16365 (GC_STRING_CHARS): Remove; not used.
16366 (Fmemory_limit): Cast sbrk's returned value to char *.
16367
16368 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
16369 avoids undefined behavior in theory.
16370
16371 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
16372
16373 Use functions, not macros, for up- and down-casing (Bug#8254).
16374 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
16375 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
16376 to use the following functions instead of these macros.
16377 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
16378 EMACS_INT, since callers assume the returned value fits in int.
16379 (upcase1): Likewise, for UPCASE_TABLE.
16380 (uppercasep, lowercasep, upcase): New static inline functions.
16381 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
16382 the race-condition problem in the old DOWNCASE.
16383
16384 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
16385 Rename locals to avoid shadowing.
16386 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
16387 (regex_compile, re_search_2, re_match_2_internal):
16388 Remove unused local vars.
16389 (FREE_VAR): Rewrite so as not to use empty "else",
16390 which gcc can warn about.
16391 (regex_compile, re_match_2_internal): Mark locals as initialized.
16392 (RETALLOC_IF): Define only if needed.
16393 (WORDCHAR_P): Likewise. This one is never needed, but is used
16394 only in a comment talking about a compiler bug, so put inside
16395 the #if 0 of that comment.
16396 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
16397 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
16398 Remove; unused.
16399
16400 * search.c (boyer_moore): Rename locals to avoid shadowing.
16401 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
16402 (PREV_CHAR_BOUNDARY): Likewise.
16403
16404 * search.c (simple_search): Remove unused var.
16405
16406 * dired.c (compile_pattern): Move decl from here ...
16407 * lisp.h: ... to here, so that it can be checked.
16408 (struct re_registers): New forward decl.
16409
16410 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
16411
16412 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
16413 All uses changed.
16414 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
16415 Rename locals to avoid shadowing.
16416 (Fvertical_motion): Mark locals as initialized.
16417
16418 * casefiddle.c (casify_object, casify_region): Now static.
16419 (casify_region): Mark local as initialized.
16420
16421 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
16422
16423 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
16424 New macros, so that the caller can use some names other than
16425 gcpro1, gcpro2, etc.
16426 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
16427 of the new macros.
16428 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
16429 argument, for consistency with GCPRO2_VAR, etc: it is now the
16430 prefix of the variable, not the variable itself. All uses
16431 changed.
16432 * dired.c (directory_files_internal, file_name_completion):
16433 Rename locals to avoid shadowing.
16434
16435 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
16436 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
16437 dired.c's scmp function, had undefined behavior.
16438 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
16439 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
16440 * buffer.h: ... to here, because these macros use current_buffer,
16441 and the new implementation with inline functions needs to have
16442 current_buffer in scope now, rather than later when the macros
16443 are used.
16444 (downcase, upcase1): New static inline functions.
16445 (DOWNCASE, UPCASE1): Reimplement using these functions.
16446 This avoids undefined behavior in expressions like
16447 DOWNCASE (x) == DOWNCASE (y), which previously suffered
16448 from race conditions in accessing the global variables
16449 case_temp1 and case_temp2.
16450 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
16451 * lisp.h (case_temp1, case_temp2): Remove their decls.
16452 * character.h (ASCII_CHAR_P): Move from here ...
16453 * lisp.h: ... to here, so that the inline functions mentioned
16454 above can use them.
16455
16456 * dired.c (directory_files_internal_unwind): Now static.
16457
16458 * fileio.c (file_name_as_directory, directory_file_name):
16459 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
16460 Now static.
16461 (file_name_as_directory): Use const pointers when appropriate.
16462 (Fexpand_file_name): Likewise. In particular, newdir might
16463 point at constant storage, so make it a const pointer.
16464 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
16465 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
16466 signedness issues.
16467 (Fset_file_times, Finsert_file_contents, auto_save_error):
16468 Rename locals to avoid shadowing.
16469
16470 * minibuf.c (choose_minibuf_frame_1): Now static.
16471 (Ftry_completion, Fall_completions): Rename or remove locals
16472 to avoid shadowing.
16473
16474 * marker.c (bytepos_to_charpos): Remove; unused.
16475
16476 * lisp.h (verify_bytepos, count_markers): New decls,
16477 so that gcc does not warn that these functions aren't declared.
16478
16479 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
16480 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
16481 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
16482 (copy_text): Remove unused local var.
16483
16484 * filelock.c (within_one_second): Now static.
16485 (lock_file_1): Rename local to avoid shadowing.
16486
16487 * buffer.c (fix_overlays_before): Mark locals as initialized.
16488 (fix_start_end_in_overlays): Likewise. This function should be
16489 simplified by using pointers-to-pointers, but that's a different
16490 matter.
16491 (switch_to_buffer_1): Now static.
16492 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
16493 (report_overlay_modification): Rename locals to avoid shadowing.
16494
16495 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
16496 Fix pointer signedness issue.
16497 (sys_subshell): Mark local as volatile if checking for lint,
16498 to suppress a gcc -Wclobbered warning that does not seem to be right.
16499 (MAXPATHLEN): Define only if needed.
16500
16501 * process.c (serial_open, serial_configure): Move decls from here ...
16502 * systty.h: ... to here, so that they can be checked.
16503
16504 * fns.c (get_random, seed_random): Move extern decls from here ...
16505 * lisp.h: ... to here, so that they can be checked.
16506
16507 * sysdep.c (reset_io): Now static.
16508 (wait_for_termination_signal): Remove; unused.
16509
16510 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
16511 (copy_keymap_item, append_key, push_text_char_description):
16512 Now static.
16513 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
16514 (DENSE_TABLE_SIZE): Remove; unused.
16515 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
16516 (describe_map_tree):
16517 Rename locals to avoid shadowing.
16518
16519 * keyboard.c: Declare functions static if they are not used elsewhere.
16520 (echo_char, echo_dash, cmd_error, top_level_2):
16521 (poll_for_input, handle_async_input): Now static.
16522 (read_char, kbd_buffer_get_event, make_lispy_position):
16523 (make_lispy_event, make_lispy_movement, apply_modifiers):
16524 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
16525 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
16526 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
16527 (read_key_sequence, read_char): Mark locals as initialized.
16528 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
16529
16530 * keyboard.h (make_ctrl_char): New decl.
16531 (mark_kboards): Move decl here ...
16532 * alloc.c (mark_kboards): ... from here.
16533
16534 * lisp.h (force_auto_save_soon): New decl.
16535
16536 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
16537 (DEFINE_DUMMY_FUNCTION): New macro.
16538 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
16539 Use it.
16540 (main): Add casts to avoid warnings
16541 if GCC considers string literals to be constants.
16542
16543 * lisp.h (fatal_error_signal): Add decl, since it's exported.
16544
16545 * dbusbind.c: Pointer signedness fixes.
16546 (xd_signature, xd_append_arg, xd_initialize):
16547 (Fdbus_call_method, Fdbus_call_method_asynchronously):
16548 (Fdbus_method_return_internal, Fdbus_method_error_internal):
16549 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
16550 (Fdbus_register_signal): Use SSDATA when the context wants char *.
16551
16552 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
16553 if GCC considers string literals to be constants.
16554 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
16555
16556 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16557
16558 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
16559 (print_preprocess, print_object): New macro to fix last change.
16560
16561 * print.c (print_preprocess): Don't forget font objects.
16562
16563 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16564
16565 * emacs.c (USAGE3): Doc fixes.
16566
16567 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
16568
16569 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
16570 structure.
16571
16572 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
16573
16574 * lisp.h (VWindow_system, Qfile_name_history):
16575 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
16576 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
16577 (w32_system_caret_x, w32_system_caret_y): Declare extern.
16578
16579 * w32select.c: Don't #include "keyboard.h".
16580 (run_protected): Add extern declaration for waiting_for_input.
16581
16582 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
16583 * w32console.c (detect_input_pending, read_input_pending)
16584 (encode_terminal_code):
16585 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
16586 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
16587 (w32_system_caret_y, Qfile_name_history):
16588 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
16589 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
16590 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
16591 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
16592 * w32proc.c (Qlocal, report_file_error):
16593 * w32term.c (Vwindow_system, updating_frame):
16594 * w32uniscribe.c (initialized, uniscribe_font_driver):
16595 Remove unneeded extern declarations.
16596
16597 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
16598
16599 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
16600
16601 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
16602
16603 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
16604 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
16605 These macros can no longer be used for assignment.
16606
16607 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
16608 Assign struct members directly, instead of using BUF_BEGV etc.
16609 (record_buffer_markers, fetch_buffer_markers): New functions for
16610 recording and fetching special buffer markers.
16611 (set_buffer_internal_1, set_buffer_temp): Use them.
16612
16613 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
16614
16615 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
16616
16617 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
16618 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
16619
16620 * xdisp.c (hscroll_window_tree):
16621 (reconsider_clip_changes): Use PT instead of BUF_PT.
16622
16623 2011-03-13 Eli Zaretskii <eliz@gnu.org>
16624
16625 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
16626 $(EMACS_ROOT)/lib/intprops.h.
16627
16628 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
16629
16630 Fix more problems found by GCC 4.5.2's static checks.
16631
16632 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
16633 to unsigned char * to avoid compiler diagnostic.
16634 (xg_free_frame_widgets): Make it clear that a local variable is
16635 needed only if USE_GTK_TOOLTIP.
16636 (gdk_window_get_screen): Make it clear that this macro is needed
16637 only if USE_GTK_TOOLTIP.
16638 (int_gtk_range_get_value): New function, which avoids a diagnostic
16639 from gcc -Wbad-function-cast.
16640 (xg_set_toolkit_scroll_bar_thumb): Use it.
16641 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
16642 diagnostic from gcc -Wbad-function-cast.
16643 (get_utf8_string, xg_get_file_with_chooser):
16644 Rename locals to avoid shadowing.
16645 (create_dialog): Move locals to avoid shadowing.
16646
16647 * xgselect.c (xg_select): Remove unused var.
16648
16649 * image.c (four_corners_best): Mark locals as initialized.
16650 (gif_load): Initialize transparent_p to zero (Bug#8238).
16651 Mark another local as initialized.
16652 (my_png_error, my_error_exit): Mark with NO_RETURN.
16653
16654 * image.c (clear_image_cache): Now static.
16655 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
16656 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
16657 (x_edge_detection): Remove unnecessary cast that
16658 gcc -Wbad-function-cast diagnoses.
16659 (gif_load): Fix pointer signedness.
16660 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
16661 (jpeg_load, gif_load): Rename locals to avoid shadowing.
16662
16663 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
16664
16665 Improve quality of tests for time stamp overflow.
16666 For example, without this patch (encode-time 0 0 0 1 1
16667 1152921504606846976) returns the obviously-bogus value (-948597
16668 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
16669 reports time overflow. See
16670 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
16671 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
16672 * editfns.c: Include limits.h and intprops.h.
16673 (TIME_T_MIN, TIME_T_MAX): New macros.
16674 (time_overflow): Move earlier, to before first use.
16675 (hi_time, lo_time): New functions, for an accurate test for
16676 out-of-range times.
16677 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
16678 (Fget_internal_run_time): Don't assume time_t fits in int.
16679 (make_time): Use list2 instead of Fcons twice.
16680 (Fdecode_time): More accurate test for out-of-range times.
16681 (check_tm_member): New function.
16682 (Fencode_time): Use it, to test for out-of-range times.
16683 (lisp_time_argument): Don't rely on undefined left-shift and
16684 right-shift behavior when checking for time stamp overflow.
16685
16686 * editfns.c (time_overflow): New function, refactoring common code.
16687 (Fformat_time_string, Fdecode_time, Fencode_time):
16688 (Fcurrent_time_string): Use it.
16689
16690 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
16691 * dired.c (make_time): Move to ...
16692 * editfns.c (make_time): ... here.
16693 * systime.h: Note the move.
16694
16695 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16696
16697 * fringe.c (update_window_fringes): Remove unused variables.
16698
16699 * unexmacosx.c (copy_data_segment): Also copy __got section.
16700 (Bug#8223)
16701
16702 2011-03-12 Eli Zaretskii <eliz@gnu.org>
16703
16704 * termcap.c [MSDOS]: Include "msdos.h".
16705 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
16706 Constify `char *' arguments and their references according to
16707 prototypes in tparam.h.
16708
16709 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
16710
16711 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
16712 Adapt all references accordingly.
16713
16714 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
16715
16716 2011-03-11 Tom Tromey <tromey@redhat.com>
16717
16718 * buffer.c (syms_of_buffer): Remove obsolete comment.
16719
16720 2011-03-11 Eli Zaretskii <eliz@gnu.org>
16721
16722 * termhooks.h (encode_terminal_code): Declare prototype.
16723
16724 * msdos.c (encode_terminal_code): Don't declare prototype.
16725
16726 * term.c (encode_terminal_code): Now external again, used by
16727 w32console.c and msdos.c.
16728
16729 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
16730 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
16731
16732 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
16733
16734 Fix some minor problems found by GCC 4.5.2's static checks.
16735
16736 * fringe.c (update_window_fringes): Mark locals as initialized
16737 (Bug#8227).
16738 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
16739
16740 * alloc.c (mark_fringe_data): Move decl from here ...
16741 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
16742 to check its interface.
16743 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
16744
16745 * fontset.c (free_realized_fontset): Now static.
16746 (Fset_fontset_font): Rename local to avoid shadowing.
16747 (fontset_font): Mark local as initialized.
16748 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
16749
16750 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
16751
16752 * xselect.c (x_disown_buffer_selections): Remove; not used.
16753 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
16754 (x_own_selection, Fx_disown_selection_internal): Rename locals
16755 to avoid shadowing.
16756 (x_handle_dnd_message): Remove local to avoid shadowing.
16757
16758 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
16759 so that the caller can use some name other than gcpro1.
16760 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
16761 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
16762 (Fx_backspace_delete_keys_p):
16763 Use them to avoid shadowing, and rename vars to avoid shadowing.
16764 (x_decode_color, x_set_name, x_window): Now static.
16765 (Fx_create_frame): Add braces to silence GCC warning.
16766 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
16767 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
16768 Remove unused locals.
16769 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
16770 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
16771 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
16772 macros.
16773
16774 * xterm.h (x_mouse_leave): New decl.
16775
16776 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
16777 Remove unused functions.
16778 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
16779 (x_calc_absolute_position): Now static.
16780 (XTread_socket): Don't define label "out" unless it's used.
16781 Don't declare local "event" unless it's used.
16782 (x_iconify_frame, x_free_frame_resources): Don't declare locals
16783 unless they are used.
16784 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
16785 (x_fatal_error_signal): Remove; not used.
16786 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
16787 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
16788 (x_error_catcher, x_connection_closed, x_error_handler):
16789 (x_error_quitter, xembed_send_message, x_iconify_frame):
16790 (my_log_handler): Rename locals to avoid shadowing.
16791 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
16792 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
16793
16794 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
16795 Rename or move locals to avoid shadowing.
16796 (tty_defined_color, merge_face_heights): Now static.
16797 (free_realized_faces_for_fontset): Remove; not used.
16798 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
16799 does not deduce is never used uninitialized.
16800 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
16801 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
16802
16803 * terminal.c (store_terminal_param): Now static.
16804
16805 * xmenu.c (menu_highlight_callback): Now static.
16806 (set_frame_menubar): Remove unused local.
16807 (xmenu_show): Rename parameter to avoid shadowing.
16808 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
16809 since they might point to immutable storage.
16810 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
16811 since it's unused otherwise.
16812
16813 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
16814 Add a FIXME, since the code still doesn't look right. (Bug#8215)
16815 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
16816 avoids a gcc -Wuninitialized diagnostic.
16817 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
16818 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
16819 does not deduce are never used uninitialized.
16820
16821 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
16822
16823 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
16824 * window.c (window_loop, size_window):
16825 (run_window_configuration_change_hook, enlarge_window): Likewise.
16826
16827 * window.c (display_buffer): Now static.
16828 (size_window): Mark variables that gcc -Wuninitialized
16829 does not deduce are never used uninitialized.
16830 * window.h (check_all_windows): New decl, to forestall
16831 gcc -Wmissing-prototypes diagnostic.
16832 * dispextern.h (bidi_dump_cached_states): Likewise.
16833
16834 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
16835 shadowing.
16836 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
16837 Include <limits.h>.
16838 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
16839 and to avoid gcc -Wuninitialized warning.
16840 (load_charset_map): Mark variables that gcc -Wuninitialized
16841 does not deduce are never used uninitialized.
16842 (load_charset): Abort instead of using uninitialized var (Bug#8229).
16843
16844 * coding.c (coding_set_source, coding_set_destination):
16845 Use "else { /* comment */ }" rather than "else /* comment */;"
16846 for clarity, and to avoid gcc -Wempty-body warning.
16847 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
16848 a block, when the outer 'i' will do.
16849 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
16850 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
16851 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
16852 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
16853 (Fdecode_sjis_char, Fdefine_coding_system_internal):
16854 Rename locals to avoid shadowing.
16855 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
16856 * coding.c (emacs_mule_char, encode_invocation_designation):
16857 Now static, since they're not used elsewhere.
16858 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
16859 (decode_coding_object, encode_coding_object, detect_coding_system):
16860 (decode_coding_emacs_mule): Mark variables that gcc
16861 -Wuninitialized does not deduce are never used uninitialized.
16862 (detect_coding_iso_2022): Initialize a local variable that might
16863 be used uninitialized. Leave a FIXME because it's not clear that
16864 this initialization is needed. (Bug#8211)
16865 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
16866 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
16867 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
16868 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
16869 Remove unused macros.
16870
16871 * category.c (hash_get_category_set): Remove unused local var.
16872 (copy_category_table): Now static, since it's not used elsewhere.
16873 * character.c (string_count_byte8): Likewise.
16874
16875 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
16876 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
16877
16878 * chartab.c (copy_sub_char_table): Now static, since it's not used
16879 elsewhere.
16880 (sub_char_table_ref_and_range, char_table_ref_and_range):
16881 Rename locals to avoid shadowing.
16882 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
16883
16884 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
16885 (BIDI_BOB): Remove unused macro.
16886
16887 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
16888 deduce are never used uninitialized.
16889 * term.c (encode_terminal_code): Likewise.
16890
16891 * term.c (encode_terminal_code): Now static. Remove unused local.
16892
16893 * tparam.h: New file.
16894 * term.c, tparam.h: Include it.
16895 * deps.mk (term.o, tparam.o): Depend on tparam.h.
16896 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
16897 Move these decls to tparam.h, and make them agree with what
16898 is actually in tparam.c. The previous trick of using incompatible
16899 decls in different modules does not conform to the C standard.
16900 All callers of tparam changed to use tparam's actual API.
16901 * tparam.c (tparam1, tparam, tgoto):
16902 Use const pointers where appropriate.
16903
16904 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
16905 * cm.h (struct cm): Likewise.
16906 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
16907 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
16908 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
16909 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
16910 (turn_on_face, init_tty): Likewise.
16911 * termchar.h (struct tty_display_info): Likewise.
16912
16913 * term.c (term_mouse_position): Rename local to avoid shadowing.
16914
16915 * alloc.c (mark_ttys): Move decl from here ...
16916 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
16917
16918 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
16919
16920 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
16921
16922 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
16923
16924 * search.c (compile_pattern_1): Remove argument regp, unused since
16925 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
16926 (compile_pattern): Don't pass it.
16927
16928 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
16929
16930 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
16931 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
16932 for ! HAVE_GTK3.
16933 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
16934
16935 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
16936
16937 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
16938 gdk_window_get_screen, gdk_window_get_geometry,
16939 gdk_x11_window_lookup_for_display and GDK_KEY_g.
16940 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
16941 (xg_get_pixbuf_from_pixmap): New function.
16942 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
16943 to Pixmap, take frame as parameter, remove GdkColormap parameter.
16944 Call xg_get_pixbuf_from_pixmap instead of
16945 gdk_pixbuf_get_from_drawable.
16946 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
16947 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
16948 (xg_check_special_colors): Use GtkStyleContext and its functions
16949 for HAVE_GTK3.
16950 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
16951 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
16952 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
16953 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
16954 Call gtk_widget_get_preferred_size.
16955 (xg_frame_resized): gdk_window_get_geometry only takes 5
16956 parameters.
16957 (xg_win_to_widget, xg_event_is_for_menubar):
16958 Call gdk_x11_window_lookup_for_display.
16959 (xg_set_widget_bg): New function.
16960 (delete_cb): New function.
16961 (xg_create_frame_widgets): Connect delete-event to delete_cb.
16962 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
16963 (xg_set_background_color): Call xg_set_widget_bg.
16964 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
16965 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
16966 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
16967 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
16968 if ! HAVE_GTK3.
16969 (update_frame_tool_bar): Call gtk_widget_hide.
16970 (xg_initialize): Use GDK_KEY_g.
16971
16972 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
16973 if ! HAVE_GTK3
16974 (x_session_initialize): Call gdk_x11_set_sm_client_id.
16975
16976 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
16977 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
16978 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
16979
16980 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
16981
16982 * w32xfns.c (select_palette): Check success of RealizePalette against
16983 GDI_ERROR, not zero.
16984
16985 See ChangeLog.11 for earlier changes.
16986
16987 ;; Local Variables:
16988 ;; coding: utf-8
16989 ;; End:
16990
16991 Copyright (C) 2011-2012 Free Software Foundation, Inc.
16992
16993 This file is part of GNU Emacs.
16994
16995 GNU Emacs is free software: you can redistribute it and/or modify
16996 it under the terms of the GNU General Public License as published by
16997 the Free Software Foundation, either version 3 of the License, or
16998 (at your option) any later version.
16999
17000 GNU Emacs is distributed in the hope that it will be useful,
17001 but WITHOUT ANY WARRANTY; without even the implied warranty of
17002 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17003 GNU General Public License for more details.
17004
17005 You should have received a copy of the GNU General Public License
17006 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.