* lib-src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
[bpt/emacs.git] / src / ChangeLog
1 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (C_CTYPE_H): New macro.
4 (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)):
5 ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)):
6 ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
7
8 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
9
10 Use ASCII tests for character types.
11 * category.c, dispnew.c, doprnt.c, editfns.c, syntax.c, term.c:
12 * xfns.c, xterm.c:
13 Don't include <ctype.h>; was not needed.
14 * charset.c, doc.c, fileio.c, font.c, frame.c, gtkutil.c, image.c:
15 * sysdep.c, xfaces.c:
16 Include <c-ctype.h> instead of <ctype.h>.
17 * nsterm.m: Include <c-ctype.h>.
18 * charset.c (read_hex):
19 * doc.c (Fsnarf_documentation):
20 * fileio.c (IS_DRIVE) [WINDOWSNT]:
21 (DRIVE_LETTER) [DOS_NT]:
22 (Ffile_name_directory, Fexpand_file_name)
23 (Fsubstitute_in_file_name):
24 * font.c (font_parse_xlfd, font_parse_fcname):
25 * frame.c (x_set_font_backend):
26 * gtkutil.c (xg_get_font):
27 * image.c (xbm_scan, xpm_scan, pbm_scan_number):
28 * nsimage.m (hexchar):
29 * nsterm.m (ns_xlfd_to_fontname):
30 * sysdep.c (system_process_attributes):
31 * xfaces.c (hash_string_case_insensitive):
32 Use C-locale tests instead of locale-specific tests for character
33 types, since we want the ASCII interpretation here, not the
34 interpretation suitable for whatever happens to be the current locale.
35
36 2012-08-16 Martin Rudalics <rudalics@gmx.at>
37
38 Consistently check windows for validity/liveness
39 (Bug#11984, Bug#12025, Bug#12026).
40 * lisp.h (CHECK_VALID_WINDOW): New macro.
41 * window.c (decode_window): Rename to decode_live_window.
42 (decode_valid_window, Fwindow_valid_p): New functions.
43 (Fwindow_frame, Fframe_root_window, Fwindow_minibuffer_p)
44 (Fframe_first_window, Fframe_selected_window, Fwindow_parent)
45 (Fwindow_top_child, Fwindow_left_child, Fwindow_next_sibling)
46 (Fwindow_prev_sibling, Fwindow_combination_limit)
47 (Fset_window_combination_limit, Fwindow_use_time)
48 (Fwindow_total_height, Fwindow_total_width, Fwindow_new_total)
49 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_left_column)
50 (Fwindow_top_line, Fwindow_body_height, Fwindow_body_width)
51 (Fwindow_hscroll, Fset_window_hscroll)
52 (Fwindow_redisplay_end_trigger)
53 (Fset_window_redisplay_end_trigger, Fwindow_edges)
54 (Fwindow_pixel_edges, Fwindow_absolute_pixel_edges)
55 (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
56 (Fcoordinates_in_window_p, Fwindow_point, Fwindow_start)
57 (Fwindow_end, Fset_window_point, Fset_window_start)
58 (Fpos_visible_in_window_p, Fwindow_line_height)
59 (Fwindow_dedicated_p, Fset_window_dedicated_p)
60 (Fwindow_prev_buffers, Fset_window_prev_buffers)
61 (Fwindow_next_buffers, Fwindow_parameters, Fwindow_parameter)
62 (Fset_window_parameter, Fwindow_display_table)
63 (Fset_window_display_table, Fdelete_other_windows_internal)
64 (Fset_window_buffer, Fset_window_new_total)
65 (Fset_window_new_normal, Fdelete_window_internal)
66 (Fwindow_text_height, Fset_window_margins, Fwindow_margins)
67 (Fset_window_fringes, Fwindow_fringes, Fset_window_scroll_bars)
68 (Fwindow_scroll_bars): Check whether argument window is a valid or
69 live window. Update doc-strings.
70 (syms_of_window): New symbol Qwindow_valid_p.
71 * keyboard.c (Fposn_at_x_y): Check whether argument
72 frame_or_window denotes a valid window.
73
74 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
75
76 Fix previous char table change.
77 * lisp.h (CHAR_TABLE_SET): Use sub_char_table_set_contents.
78 * chartab.c (optimize_sub_char_table): Likewise.
79
80 2012-08-16 Chong Yidong <cyd@gnu.org>
81
82 * gtkutil.c (xg_get_font): Demand an Xft font (Bug#3228).
83
84 * xfont.c (xfont_open):
85 * xftfont.c (xftfont_open): Set the font's max_width field.
86
87 * nsfont.m (nsfont_open): Similar to the Xft backend, set
88 min_width to space_width and average_width to the average over
89 printable ASCII characters.
90 (ns_char_width): Code cleanup.
91 (ns_ascii_average_width): New utility function.
92
93 * font.h (struct font): Update comments.
94
95 2012-08-16 Dmitry Antipov <dmantipov@yandex.ru>
96
97 Simple interface to set Lisp_Object fields of character tables.
98 * lisp.h (CSET): New macro.
99 (char_table_set_extras, char_table_set_contents)
100 (sub_char_table_set_contents): New function.
101 * casetab.c, category.c, chartab.c, fns.c, fontset.c, search.c:
102 * syntax.c: Adjust users.
103
104 2012-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * eval.c (eval_sub): Bind lexical-binding.
107 * lread.c (Qlexical_binding): Make non-static.
108
109 2012-08-15 Jan Djärv <jan.h.d@swipnet.se>
110
111 * nsmenu.m (popupSession): Remove.
112 (pop_down_menu): Remove endModalSession.
113 (timeout_handler:): New method.
114 (runDialogAt:): Get next timeout. Start a NSTimer with that timeout.
115 Call runModalForWindow. Check timer_fired when it returns.
116 If not set, cancel timer and break out of loop.
117 Otherwise loop again, with a new timeout.
118
119 * nsterm.m: Include fcntl.h if present.
120 (fd_entry, t_readfds, inNsSelect): Remove.
121 (select_writefds, select_valid, select_timeout, selfds)
122 (select_mutex, apploopnr): Add.
123 (EV_TRAILER): Call kbd_buffer_store_event_hold only if q_event_ptr.
124 Otherwise call kbd_buffer_store_event.
125 (ns_send_appdefined): Remove release of fd_entry.
126 (ns_read_socket): Always send appdefined. Remove inNsSelect check.
127 Increment and decrement apploopnr.
128 (ns_select): If no file descriptors, just do a NSTimer.
129 Otherwise copy read/write masks and start select thread (fd_handler).
130 Start main loop and wait for application defined event.
131 Inform select thread to stop selecting after main loop is exited.
132 (ns_term_init): Create selfds pipe and set non-blocking.
133 Initialize select_mutex. Start the select thread (fd_handler).
134 (fd_handler:): Loop forever, wait for info from the main thread
135 to either start or stop selecting. When select returns, send
136 and appdefined event.
137 (sendScrollEventAtLoc:fromEvent:): Check if q_event_ptr is set.
138 If not call kbd_buffer_store_event.
139
140 * nsterm.h (EmacsApp): fd_handler takes id argument.
141 (EmacsDialogPanel): Add timer_fired and timeout_handler.
142
143 * gtkutil.c (xg_mark_data): Use FRAME_X_P.
144
145 2012-08-15 Eli Zaretskii <eliz@gnu.org>
146
147 * region-cache.c (move_cache_gap): Update gap_len using the actual
148 growth of the boundaries array. Do not change cache_len.
149 (Bug#12196)
150
151 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
152
153 Generalize and cleanup font subsystem checks.
154 * font.h (FONT_DEBUG, font_assert): Remove.
155 * font.c, fontset.c, w32font.c, xfont.c, xftfont.c:
156 Change font_assert to eassert. Use eassert where appropriate.
157
158 2012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
159
160 * gtkutil.c (xg_get_font): Use pango_units_to_double.
161
162 2012-08-15 Chong Yidong <cyd@gnu.org>
163
164 * gtkutil.c (xg_get_font): Rename from xg_get_font_name.
165 When using the new font chooser, use gtk_font_chooser_get_font_desc to
166 extract the font descriptor instead of just the font name.
167 In that case, return a font spec instead of a string.
168 (x_last_font_name): Move to this file from xfns.c.
169
170 * xfns.c (Fx_select_font): The return value can also be a font
171 spec. Move x_last_font_name management to gtkutil.c.
172
173 * xfaces.c: Make font weight and style symbols non-static.
174
175 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
178 (bug#12117).
179
180 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * alloc.c (Fgarbage_collect): Use plural form consistently.
183
184 2012-08-14 Eli Zaretskii <eliz@gnu.org>
185
186 * keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
187 iteration through the command loop. Fixes a problem whereby mouse
188 movements are ignored until the first mouse click.
189
190 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
191
192 Use bool, not int, for Lisp booleans.
193 This is more natural, and on my platform (GCC 4.7.1 x86-64) it
194 makes Emacs a bit smaller and presumably a bit faster.
195 * lisp.h: Include <stdbool.h>.
196 (struct Lisp_Boolfwd, defvar_bool):
197 * lread.c (defvar_bool): Use bool, not int, for Lisp booleans.
198 * regex.c [!emacs]: Include <stdbool.h>.
199 (false, true): Remove; <stdbool.h> does this for us now.
200
201 2012-08-14 Chong Yidong <cyd@gnu.org>
202
203 * character.c (Fcharacterp): Doc fix (Bug#12076).
204
205 * data.c (Findirect_variable): Doc fix (Bug#11040).
206
207 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
208
209 * editfns.c (Fformat): Doc fix (Bug#12059).
210 (Fsave_current_buffer): Doc fix (Bug#11542).
211
212 2012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
213
214 * keyboard.c (access_keymap_keyremap): Accept anonymous functions
215 (bug#12022).
216
217 2012-08-14 Martin Rudalics <rudalics@gmx.at>
218
219 * frame.c (make_frame_without_minibuffer, make_minibuffer_frame)
220 (delete_frame, Fmake_frame_invisible, Ficonify_frame):
221 * minibuf.c (choose_minibuf_frame, read_minibuf):
222 * w32fns.c (x_create_tip_frame):
223 * xfns.c (x_create_tip_frame): Call set_window_buffer instead of
224 Fset_window_buffer (Bug#11984, Bug#12025, Bug#12026).
225
226 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
227
228 * intervals.c (offset_intervals): Remove obsolete comment.
229
230 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
231
232 * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
233
234 2012-08-14 Gergely Risko <gergely@risko.hu>
235
236 * coding.c (decode_coding): Record buffer modification before
237 disabling undo_list (Bug#11773).
238
239 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
240
241 Revert and cleanup some recent overlay changes.
242 * buffer.h (enum overlay_type): Remove.
243 (buffer_get_overlays, buffer_set_overlays): Likewise.
244 (buffer_set_overlays_before, buffer_set_overlays_after):
245 New function. Adjust users.
246 (unchain_both): Add eassert.
247
248 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
249
250 * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
251
252 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
253
254 * gtkutil.c (xg_mark_data): Don't assume C99.
255
256 2012-08-13 Jan Djärv <jan.h.d@swipnet.se>
257
258 * gtkutil.c (xg_frame_tb_info): New struct.
259 (TB_INFO_KEY): New define.
260 (xg_free_frame_widgets): Free xg_frame_tb_info for frame if present.
261 (xg_mark_data): Mark Lisp_Objects in xg_frame_tb_info.
262 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
263 if not present.
264 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
265 is up to date. Otherwise store new data.
266 (free_frame_tool_bar): Free xg_frame_tb_info if present.
267
268 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
269
270 Use KSET for write access to Lisp_Object members of struct kboard.
271 * keyboard.h (KSET): New macro.
272 * callint.c, category.c, frame.c, keyboard.c, keyboard.h, macros.c:
273 * msdos.c, nsfns.m, nsterm.m, term.c, w32fns.c, w32term.c, xfns.c:
274 * xterm.c: Adjust users.
275
276 2012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
277
278 Use BSET for write access to Lisp_Object members of struct buffer.
279 * buffer.h (BSET): New macro.
280 * buffer.c, casetab.c, cmds.c, coding.c, data.c, editfns.c:
281 * fileio.c, frame.c, indent.c, insdel.c, intervals.c, keymap.c:
282 * minibuf.c, print.c, process.c, syntax.c, undo.c, w32fns.c:
283 * window.c, xdisp.c, xfns.c: Adjust users.
284
285 2012-08-11 BT Templeton <bpt@hcoop.net> (tiny change)
286
287 * lread.c (syms_of_lread): Initialize Vlexical_binding.
288
289 2012-08-11 Jan Djärv <jan.h.d@swipnet.se>
290
291 * nsterm.m (not_in_argv): New function.
292 (application:openFile, application:openTempFile:):
293 (application:openFileWithoutUI:, application:openFiles:): Open file
294 if not_in_argv returns non-zero (bug#12171).
295
296 * gtkutil.c (gtk_font_chooser_dialog_new, GTK_FONT_CHOOSER)
297 (gtk_font_chooser_set_font, gtk_font_chooser_get_font):
298 Define for Gtk+ versions less than 3.2.
299 (xg_get_font_name): Use those functions/macros here.
300 Reported by Frans Oilinki <moilinki@gmail.com>.
301
302 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
303
304 * unexmacosx.c (copy_data_segment): Copy initialized data in
305 statically linked libraries from input file rather than memory.
306
307 * unexmacosx.c (print_load_command_name): Add cases LC_MAIN,
308 LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS.
309 (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data.
310
311 2012-08-10 Glenn Morris <rgm@gnu.org>
312
313 * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
314 * lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
315
316 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
317
318 Fix last change to allow compilation with low optimization levels.
319 * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
320 Reported by Jan Djärv <jan.h.d@swipnet.se>.
321
322 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
323
324 Use common inline syntax in intervals.h.
325 * intervals.h (INTERVALS_INLINE): New macro.
326 Change all users from LISP_INLINE.
327
328 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
329
330 Define Qnone once for all platforms.
331 * frame.c (Qnone): Define here.
332 (syms_of_frame): DEFSYM it.
333 * lisp.h (Qnone): New declaration.
334 * nsfns.m, nsterm.h, nsterm.m, w32fns.c, w32font.c:
335 * xfns.c: Remove duplication. Adjust users.
336
337 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru>
338
339 Remove unused macros from intervals.h.
340 * intervals.h (MERGE_INSERTIONS, DISPLAY_INVISIBLE_GLYPH): Remove.
341 * intervals.c: Adjust comment.
342
343 2012-08-10 Eli Zaretskii <eliz@gnu.org>
344
345 * w32fns.c <w32_unicode_gui>: New static variable.
346 (globals_of_w32fns): Initialize it according to os_subtype.
347 (w32_init_class, w32_msg_pump, w32_wnd_proc): Use it instead of
348 testing os_subtype.
349
350 2012-08-10 Joakim Hårsman <joakim.harsman@gmail.com> (tiny change)
351 Eli Zaretskii <eliz@gnu.org>
352
353 Fix bug #10299 with Unicode characters sent by customized
354 keyboards created by MSKLC.
355 * w32fns.c (INIT_WINDOW_CLASS): New macro.
356 (w32_init_class): Use it to initialize the Emacs class with either
357 ANSI or Unicode API calls.
358 (w32_msg_pump): Call GetMessageW and DispatchMessageW on NT and
359 later.
360 (w32_wnd_proc): If the character code sent by WM_CHAR or
361 WM_SYSCHAR is above 255, post a WM_UNICHAR message, not the
362 original message. Call DefWindowProcW on NT and later.
363
364 2012-08-10 Glenn Morris <rgm@gnu.org>
365
366 * Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
367
368 * lisp.h (DIRECTORY_SEP): Let configure set it.
369
370 2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
371
372 Use TSET for write access to Lisp_Object slots of struct terminal.
373 * termhooks.h (TSET): New macro.
374 * coding.c, terminal.c, xselect.c: Adjust users.
375
376 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
379 the failing expression, include them in the error message.
380 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
381 * lisp.h (internal_condition_case_n): Update declaration.
382
383 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
384
385 Inline functions to examine and change buffer overlays.
386 * buffer.c (unchain_both): New function.
387 * buffer.h (buffer_get_overlays, buffer_set_overlays):
388 (buffer_has_overlays): New function.
389 (enum overlay_type): New enum.
390 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c:
391 * insdel.c, intervals.c, print.c, xdisp.c: Adjust users.
392
393 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
394
395 Inline functions to examine and change buffer intervals.
396 * alloc.c (mark_interval_tree): Remove.
397 (MARK_INTERVAL_TREE): Simplify.
398 (UNMARK_BALANCE_INTERVALS): Remove. Adjust users.
399 * intervals.c (buffer_balance_intervals): New function.
400 (graft_intervals_into_buffer): Adjust indentation.
401 (set_intervals_multibyte): Simplify.
402 * buffer.h (BUF_INTERVALS): Remove.
403 (buffer_get_intervals, buffer_set_intervals): New function.
404 * alloc.c, buffer.c, editfns.c, fileio.c, indent.c, insdel.c:
405 * intervals.c, textprop.c: Adjust users.
406
407 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
408
409 Inline functions to examine and change string intervals.
410 * lisp.h (STRING_INTERVALS, STRING_SET_INTERVALS): Remove.
411 (string_get_intervals, string_set_intervals): New function.
412 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
413 * lread.c, print.c, textprop.c: Adjust users.
414
415 2012-08-08 Glenn Morris <rgm@gnu.org>
416
417 * lisp.mk (lisp): Remove language/persian.elc.
418
419 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
420
421 Cleanup intervals.
422 * intervals.h (NULL_INTERVAL, DEFAULT_INTERVAL): Remove.
423 (NULL_INTERVAL_P): Likewise. Adjust users.
424 (FRONT_STICKY_P, END_NONSTICKY_P, FRONT_NONSTICKY_P):
425 Adjust comment. Move under #if 0.
426 * alloc.c, buffer.c, editfns.c, fns.c, insdel.c, intervals.c:
427 * print.c, syntax.c, textprop.c, xdisp.c: Adjust users.
428
429 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
430
431 Check total length of intervals with eassert.
432 * intervals.h (CHECK_TOTAL_LENGTH): Remove.
433 * intervals.c: Change all users to eassert.
434
435 2012-08-07 Eli Zaretskii <eliz@gnu.org>
436
437 * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist):
438 Rename fields to match removal of FGET and WGET and disuse of
439 INTERNAL_FIELD in Lisp_Cons.
440
441 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
442
443 Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
444 * lisp.h (struct Lisp_Symbol): Change xname to meaningful
445 name since all xname users are fixed long time ago. Do not
446 use INTERNAL_FIELD.
447 (set_symbol_name, set_symbol_function, set_symbol_plist):
448 (set_symbol_next, set_overlay_plist): New function.
449 (struct Lisp_Cons): Do not use INTERNAL_FIELD.
450 (struct Lisp_Overlay): Likewise.
451 (CVAR, MVAR, SVAR): Remove.
452 * alloc.c, buffer.c, buffer.h, bytecode.c, cmds.c, data.c:
453 * doc.c, eval.c, fns.c, keyboard.c, lread.c, nsselect.m:
454 * xterm.c: Adjust users.
455 * .gdbinit: Change to use name field of struct Lisp_Symbol
456 where appropriate.
457
458 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
459
460 Basic functions to set Lisp_Object and pointer slots of intervals.
461 * intervals.h (interval_set_parent, interval_set_object):
462 (interval_set_left, interval_set_right, interval_set_plist):
463 (interval_copy_parent): New function.
464 (SET_INTERVAL_OBJECT, SET_INTERVAL_PARENT, INTERVAL_PTR_SIZE): Remove.
465 (RESET_INTERVAL, COPY_INTERVAL_CACHE, MERGE_INTERVAL_CACHE):
466 Adjust indentation.
467 (INTERVAL_SIZE): Remove. Adjust users.
468 * alloc.c, intervals.c, lread.c, textprop.c: Use new functions.
469
470 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
471
472 Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.
473 * process.h (PGET): Remove.
474 (struct Lisp_Process): Do not use INTERNAL_FIELD.
475 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
476
477 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
478
479 Drop WGET and revert read access to Lisp_Objects slots of struct window.
480 * window.h (WGET): Remove.
481 (struct window): Do not use INTERNAL_FIELD.
482 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
483 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
484 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
485 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
486 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
487 Adjust users.
488
489 2012-08-07 Chong Yidong <cyd@gnu.org>
490
491 * window.c (Fwindow_edges, Fwindow_pixel_edges)
492 (Fwindow_absolute_pixel_edges, Fdelete_other_windows_internal)
493 (Fdelete_window_internal): Signal an error if the window is not on
494 a live frame (Bug#12025).
495
496 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
497
498 Drop FGET and revert read access to Lisp_Objects slots of struct frame.
499 * frame.h (FGET): Remove.
500 (struct frame): Do not use INTERNAL_FIELD.
501 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
502 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
503 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
504 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
505
506 2012-08-06 Juanma Barranquero <lekktu@gmail.com>
507
508 * w32.c: Silence compiler warnings.
509 (map_w32_filename): Remove unused variable `is_fat'.
510 (chase_symlinks): Add parentheses around expression.
511
512 2012-08-06 Glenn Morris <rgm@gnu.org>
513
514 * sysdep.c: Respect BROKEN_GETWD.
515
516 * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
517 Let configure handle it.
518 (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
519
520 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
521
522 Use GCALIGNMENT where appropriate.
523 * alloc.c (XMALLOC_HEADER_ALIGNMENT, roundup_size):
524 (union aligned_Lisp_Symbol, union aligned_Lisp_Misc):
525 (mark_maybe_pointer, pure_alloc): Change to use GCALIGNMENT.
526
527 2012-08-06 Eli Zaretskii <eliz@gnu.org>
528
529 * w32menu.c (set_frame_menubar, initialize_frame_menubar):
530 Don't use FRAME_MENU_BAR_ITEMS as an lvalue.
531
532 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * buffer.h (struct buffer): Revert `indirections' to a simple int;
535 that should be sufficient for everyone.
536
537 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
538
539 * keyboard.c (timer_check_2): Add break so timer_check returns next
540 timeout.
541
542 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
543
544 Fix Windows build errors introduced after converting to WGET and WSET.
545 * w32term.c (w32_set_vertical_scroll_bar): Change to use WSET.
546 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
547
548 2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
549
550 * nsterm.m (ns_frame_rehighlight): Use FSET.
551
552 * nsmenu.m (ns_update_menubar): Use FSET.
553
554 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
555
556 Separate read and write access to Lisp_Object slots of Lisp_Process.
557 * process.h (PGET, PSET): New macros similar to AREF and ASET.
558 * gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
559
560 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
561
562 Separate read and write access to Lisp_Object slots of struct window.
563 * window.h (WGET, WSET): New macros similar to AREF and ASET.
564 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
565 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
566 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, msdos.c, nsfns.m:
567 * nsmenu.m, nsterm.m, print.c, textprop.c, w32fns.c, w32menu.c:
568 * w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
569 Adjust users.
570
571 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
572
573 Fix Windows build errors introduced after converting to FGET and FSET.
574 * w32term.c (x_frame_rehighlight, x_scroll_bar_create):
575 (w32_condemn_scroll_bars, w32_redeem_scroll_bar):
576 (w32_judge_scroll_bars): Change to use FSET.
577 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
578
579 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
580
581 Fix replacement typo.
582 * window.c (replace_window): Set root_window instead of
583 selected_window. This fixes a total window subsystem
584 malfunction reported by Bastien Guerry <bzg@gnu.org>.
585
586 2012-08-06 Glenn Morris <rgm@gnu.org>
587
588 * lisp.mk (lisp): Add language/persian.elc.
589
590 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
591
592 Separate read and write access to Lisp_Object slots of struct frame.
593 * frame.h (FGET, FSET): New macros similar to AREF and ASET.
594 * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c:
595 * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m:
596 * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
597 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users.
598
599 2012-08-05 Andreas Schwab <schwab@linux-m68k.org>
600
601 * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.
602
603 2012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
604
605 Generalize common compile-time constants.
606 * lisp.h (header_size, bool_header_size, word_size): Now here.
607 (struct Lisp_Vector): Add comment.
608 (struct Lisp_Bool_Vector): Move up to define handy constants.
609 (VECSIZE, PSEUDOVECSIZE): Simplify.
610 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
611 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
612 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
613 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
614 * xfont.c, xmenu.c: Use word_size where appropriate.
615
616 2012-08-05 Lawrence Mitchell <wence@gmx.li>
617
618 * search.c (Freplace_match): Treat \? in the replacement text
619 literally (Bug#8161).
620
621 2012-08-05 Chong Yidong <cyd@gnu.org>
622
623 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):
624 * frame.c (Vdelete_frame_functions):
625 * emacs.c (Vkill_emacs_hook): Doc fix.
626
627 2012-08-04 Eli Zaretskii <eliz@gnu.org>
628
629 * xfns.c (x_set_menu_bar_lines): Fix compilation error in
630 --with-x-toolkit=no builds.
631 Reported by Carsten Mattner <carstenmattner@gmail.com>.
632
633 2012-08-04 Chong Yidong <cyd@gnu.org>
634
635 * syntax.c (Fmodify_syntax_entry): Doc fix.
636
637 2012-08-04 Eli Zaretskii <eliz@gnu.org>
638
639 Fix startup warnings about ../site-lisp on MS-Windows. (Bug#11959)
640 * w32.c (init_environment): Change the default values of many
641 environment variables in dflt_envvars[] to NULL, to avoid pushing
642 them into environment when they were not already defined.
643 Remove the code that deletes site-lisp subdirectories from the default
644 value of EMACSLOADPATH, as it is no longer needed.
645 (check_windows_init_file): Now external, not static.
646 Use Vload_path as is, without adding anything, as this function is now
647 called when Vload_path is already set up.
648
649 * w32.h (check_windows_init_file): Add prototype.
650
651 * emacs.c (init_cmdargs) [WINDOWSNT]: When running from the build
652 directory, ignore the /*/i386/ tail in Vinvocation_directory, for
653 compatibility with Posix platforms.
654 (main): Move the call to check_windows_init_file to here from
655 w32.c.
656 (decode_env_path) [WINDOWSNT]: Expand the %emacs_dir%/ prefix, if
657 any, in the DEFALT argument into the root of the Emacs build or
658 installation tree, as appropriate.
659
660 * callproc.c (init_callproc_1): Call decode_env_path instead of
661 doing its equivalent by hand.
662 (init_callproc): Replace DOS_NT condition with MSDOS, thus letting
663 the code that sets Vexec_path run on MS-Windows.
664
665 * lread.c (init_lread): Add comments to #ifdef's.
666
667 * msdos.c (dos_set_window_size, IT_update_begin)
668 (IT_frame_up_to_date, IT_set_frame_parameters): Use FVAR and WVAR
669 instead of direct references.
670
671 2012-08-04 Paul Eggert <eggert@cs.ucla.edu>
672
673 Export DEFAULT_REHASH_* to GDB.
674 * lisp.h (DEFAULT_REHASH_THRESHOLD, DEFAULT_REHASH_SIZE):
675 Now constants, not macros.
676
677 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
678
679 Remove unnecessary casts involving pointers.
680 These casts are no longer needed now that we assume C89 or later,
681 since they involve casting to or from void *.
682 * alloc.c (make_pure_string, make_pure_c_string, pure_cons)
683 (make_pure_float, make_pure_vector):
684 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP):
685 * macros.c (Fstart_kbd_macro):
686 * menu.c (find_and_return_menu_selection):
687 * minibuf.c (read_minibuf_noninteractive):
688 * sysdep.c (closedir):
689 * xdisp.c (x_produce_glyphs):
690 * xfaces.c (compare_fonts_by_sort_order):
691 * xfns.c (x_real_positions, select_visual):
692 * xselect.c (x_stop_queuing_selection_requests)
693 (x_get_window_property, x_get_window_property_as_lisp_data):
694 * xterm.c (x_set_frame_alpha, x_find_modifier_meanings):
695 Remove unnecessary pointer casts.
696 * alloc.c (record_xmalloc): New function.
697 * lisp.h (record_xmalloc): New decl.
698 (SAFE_ALLOCA): Now takes just one arg -- the size -- and acts
699 more like a function. This is because the pointer cast is not
700 needed. All uses changed.
701 * print.c (print_string, print_error_message): Avoid length recalc.
702
703 Improve fix for macroexp crash with debugging (Bug#12118).
704 * lisp.h (ASET) [ENABLE_CHECKING]: Pay attention to
705 ARRAY_MARK_FLAG when checking subscripts, because ASET is
706 not supposed to be invoked from the garbage collector.
707 See Andreas Schwab in <http://bugs.gnu.org/12118#25>.
708 (gc_aset): New function, which is like ASET but can be
709 used in the garbage collector.
710 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
711 (set_hash_index): Use it instead of ASET.
712
713 2012-08-03 Eli Zaretskii <eliz@gnu.org>
714
715 Support symlinks on latest versions of MS-Windows.
716 * w32.c: Include winioctl.h and aclapi.h.
717 (is_symlink, chase_symlinks, enable_privilege, restore_privilege)
718 (revert_to_self): Forward declarations of static functions.
719 <static BOOL g_b_init_get_security_info>:
720 <g_b_init_create_symbolic_link>: New static flags.
721 (globals_of_w32): Initialize them to zero.
722 (GetSecurityInfo_Proc, CreateSymbolicLink_Proc): New typedefs.
723 (map_w32_filename): Improve commentary. Simplify switch.
724 (SYMBOLIC_LINK_FLAG_DIRECTORY): Define if not defined in system
725 headers (most versions of MinGW w32api don't).
726 (get_security_info, create_symbolic_link)
727 (get_file_security_desc_by_handle, is_symlink, chase_symlinks):
728 New functions.
729 (sys_access, sys_chmod): Call 'chase_symlinks' to resolve symlinks
730 in the argument file name.
731 (sys_access): Call unc_volume_file_attributes only if
732 GetFileAttributes fails with network-related error codes.
733 (sys_rename): Diagnose renaming of a symlink when the user doesn't
734 have the required privileges.
735 (get_file_security_desc_by_name): Rename from
736 get_file_security_desc.
737 (stat_worker): New function, with most of the guts of 'stat', and
738 with addition of handling of symlinks and support for 'lstat'.
739 If possible, get file's attributes and security information by
740 handle, not by name. Produce S_IFLNK bit for symlinks, when
741 called from 'lstat'.
742 (stat, lstat): New functions, call 'stat_worker'.
743 (symlink, readlink, careadlinkat): Rewritten to create and resolve
744 symlinks when the underlying filesystem supports them.
745
746 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
747
748 Fix macroexp crash on Windows with debugging (Bug#12118).
749 * lisp.h (ASET) [ENABLE_CHECKING]: Ignore ARRAY_MARK_FLAG when
750 checking subscripts; problem introduced with the recent
751 "ASET (a, i, v)" rather than "AREF (a, i) = v" patch.
752 (ARRAY_MARK_FLAG): Now a macro as well as a constant,
753 since it's used in non-static inline functions now.
754
755 * xfaces.c (face_at_buffer_position, face_for_overlay_string):
756 Don't assume buffer size fits in 'int'. Remove unused local.
757
758 Use C99-style 'extern inline' if available.
759 * buffer.h (BUFFER_INLINE):
760 * category.h (CATEGORY_INLINE):
761 * character.h (CHARACTER_INLINE):
762 * charset.h (CHARSET_INLINE):
763 * composite.h (COMPOSITE_INLINE):
764 * dispextern.h (DISPEXTERN_INLINE):
765 * lisp.h (LISP_INLINE):
766 * systime.h (SYSTIME_INLINE):
767 New macro, replacing 'static inline' in this header.
768 * buffer.h, category.h, character.h, charset.h, composite.h:
769 * dispextern.h, lisp.h, systime.h:
770 Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
771 * alloc.c (LISP_INLINE):
772 * buffer.c (BUFFER_INLINE):
773 * category.c (CATEGORY_INLINE):
774 * character.c (CHARACTER_INLINE):
775 * charset.c (CHARSET_INLINE):
776 * composite.c (COMPOSITE_INLINE):
777 * dispnew.c (DISPEXTERN_INLINE):
778 * sysdep.c (SYSTIME_INLINE):
779 Define to EXTERN_INLINE, so that the corresponding functions
780 are compiled into code.
781 * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN)
782 (INLINE_HEADER_END): New macros.
783 * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant,
784 since it's used in non-static inline functions now.
785 (VALMASK) [!USE_LSB_TAG]: Likewise.
786
787 2012-08-02 Glenn Morris <rgm@gnu.org>
788
789 * s/: Remove empty directory.
790
791 * s/ms-w32.h: Move to ../nt/inc.
792 * makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
793 Update for new ms-w32.h location.
794
795 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
796
797 Port to Solaris 8.
798 * syswait.h (WRETCODE): Remove, consistently with ../configure.ac.
799
800 2012-08-02 Glenn Morris <rgm@gnu.org>
801
802 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
803 hard-coding the path separator.
804
805 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
806
807 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".
808 This how ASET and AREF are supposed to work, and makes
809 it easier to think about future improvements. See
810 <http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00026.html>.
811 * charset.h (set_charset_attr): New function.
812 All lvalue-style uses of CHARSET_DECODER etc. changed to use it.
813 * lisp.h (ASET): Rewrite so as not to use AREF in an lvalue style.
814 (aref_addr): New function. All uses of &AREF(...) changed.
815 (set_hash_key, set_hash_value, set_hash_next, set_hash_hash)
816 (set_hash_index): New functions. All lvalue-style uses of
817 HASH_KEY etc. changed.
818 * keyboard.c (set_prop): New function. All lvalue-style uses
819 of PROP changed.
820
821 2012-08-01 Alp Aker <alp.tekin.aker@gmail.com>
822
823 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
824 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
825 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
826 * nsfns.m (ns_set_name_as_filename): Likewise.
827 * nsmenu.m (ns_update_menubar): Likewise.
828 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
829
830 2012-08-01 Eli Zaretskii <eliz@gnu.org>
831
832 * .gdbinit (xcar, xcdr, xlist, xwindow, nextcons, xprintsym):
833 Adapt to latest changes in field names of the corresponding Lisp
834 objects.
835
836 * xdisp.c (try_window_id): Use WVAR in IF_DEBUG code.
837
838 2012-08-01 Glenn Morris <rgm@gnu.org>
839
840 * s/msdos.h: Remove file.
841 * conf_post.h [MSDOS]: New section, moved from s/msdos.h.
842 * Makefile.in (S_FILE): Remove.
843 (config_h): Remove S_FILE.
844
845 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
846
847 * s/ms-w32.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP):
848 Remove; moved to nt/config.nt.
849
850 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
851
852 Use INTERNAL_FIELD for conses and overlays.
853 * lisp.h (struct Lisp_Cons): Use INTERNAL_FIELD.
854 Remove obsolete comment.
855 (MVAR): New macro.
856 (struct Lisp_Overlay): Use INTERNAL_FIELD.
857 * alloc.c, buffer.c, buffer.h, fns.c: Adjust users.
858
859 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
860
861 Use INTERNAL_FIELD for symbols.
862 * lisp.h (SVAR): New macro. Adjust users.
863 * alloc.c, bytecode.c, cmds.c, data.c, doc.c, eval.c:
864 * fns.c, keyboard.c, lread.c, xterm.c: Users changed.
865
866 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
867
868 Use INTERNAL_FIELD for processes.
869 * process.h (PVAR): New macro. Adjust style.
870 (struct Lisp_Process): Change Lisp_Object members to INTERNAL_FIELD.
871 * print.c, process.c, sysdep.c, w32.c, xdisp.c: Users changed.
872
873 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
874
875 Use INTERNAL_FIELD for windows.
876 * window.h (WVAR): New macro.
877 (struct window): Change Lisp_Object members to INTERNAL_FIELD.
878 * alloc.c, buffer.c, composite.c, dispextern.h, dispnew.c, editfns.c:
879 * fileio.c, font.c, fontset.c, frame.c, frame.h, fringe.c, indent.c:
880 * insdel.c, keyboard.c, keymap.c, lisp.h, minibuf.c, nsterm.m, print.c:
881 * textprop.c, w32fns.c, w32menu.c, w32term.c, window.c, xdisp.c:
882 * xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
883
884 2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
885
886 * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
887
888 2012-08-01 Glenn Morris <rgm@gnu.org>
889
890 * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
891 Move to configure.ac.
892
893 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
894
895 * makefile.w32-in (CONFIG_H): Update dependencies.
896 (CONF_POST_H): New macro.
897
898 * s/ms-w32.h (SEPCHAR, NULL_DEVICE): Remove; moved to nt/config.nt.
899
900 2012-07-31 Glenn Morris <rgm@gnu.org>
901
902 * Makefile.in (S_FILE): No longer set by configure.
903
904 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
905 is available.
906 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
907
908 * process.h (NULL_DEVICE):
909 * emacs.c (SEPCHAR):
910 * editfns.c (USER_FULL_NAME): Let configure set them.
911
912 * s/README, s/template.h: Remove files.
913
914 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.
915
916 * conf_post.h (AMPERSAND_FULL_NAME, subprocesses):
917 Move to configure.ac.
918
919 2012-07-31 Eli Zaretskii <eliz@gnu.org>
920
921 * .gdbinit (xframe): Adapt to introduction of FVAR and the
922 resulting renaming of 'struct frame' members.
923
924 * w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
925
926 * fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING
927 after introduction of FVAR.
928
929 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
930
931 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
932
933 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
934 instead of compositeToPoint.
935 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
936
937 * nsfns.m, nsmenu.m, nsterm.m: Adopt to struct frame/FVAR changes.
938
939 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
940
941 Generalize INTERNAL_FIELD between buffers, keyboards and frames.
942 * lisp.h (INTERNAL_FIELD): New macro.
943 * buffer.h (BUFFER_INTERNAL_FIELD): Remove.
944 (BVAR): Change to use INTERNAL_FIELD.
945 * keyboard.h (KBOARD_INTERNAL_FIELD): Likewise.
946 (KVAR): Change to use INTERNAL_FIELD.
947 * frame.h (FVAR): New macro.
948 (struct frame): Use INTERNAL_FIELD for all Lisp_Object fields.
949 * alloc.c, buffer.c, data.c, dispnew.c, dosfns.c, eval.c, frame.c:
950 * fringe.c, gtkutil.c, minibuf.c, nsfns.m, nsterm.m, print.c:
951 * term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h:
952 * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Users changed.
953
954 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
955
956 Miscellaneous fixes for non-default X toolkits.
957 * xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
958 * xterm.c (x_frame_of_widget): Remove redundant prototype.
959 Move under #ifdef USE_LUCID.
960 (x_create_toolkit_scroll_bar): Adjust scroll_bar_name
961 definition and usage to avoid warnings.
962
963 2012-07-31 Jan Djärv <jan.h.d@swipnet.se>
964
965 * nsterm.m (openFiles): Fix previous checkin.
966
967 2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
968
969 * indent.c (compute_motion): Remove unused local.
970
971 2012-07-31 Glenn Morris <rgm@gnu.org>
972
973 * s/usg5-4-common.h (wait3, WRETCODE): Let configure set them.
974
975 * conf_post.h [USG5_4]:
976 Move remaining contents of s/usg5-4-common.h here.
977 * s/usg5-4-common.h: Remove file.
978
979 * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
980 * s/irix6-5.h: Remove file.
981
982 * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
983 * s/darwin.h: Remove file.
984
985 * conf_post.h [HPUX]: Move random, srandom here from s/hpux10-20.h.
986 * s/hpux10-20.h: Remove file, which is now empty.
987
988 2012-07-30 Glenn Morris <rgm@gnu.org>
989
990 * conf_post.h: New, split from configure.ac's AH_BOTTOM.
991 * Makefile.in (config_h): Add conf_post.h.
992 * makefile.w32-in (CONFIG_H): Add conf_post.h.
993
994 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
995
996 * nsterm.m (ns_do_open_file): New variable.
997 (ns_term_init): Set ns_do_open_file to YES after run returns.
998 (openFile, openTempFile, openFileWithoutUI, openFiles):
999 Open files only if ns_do_open_file.
1000
1001 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1002
1003 * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
1004 This no-op macro hasn't been needed for many years.
1005 * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise.
1006
1007 Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
1008 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits.
1009 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
1010 gdb_make_enums_visible.
1011 (TYPEMASK, VALMASK) [USE_LSB_TAGS]: Now enum constants, not macros.
1012 (DIRECTORY_SEP): Now a constant, not a macro.
1013
1014 2012-07-30 Eli Zaretskii <eliz@gnu.org>
1015
1016 * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
1017 w32_kbd_patch_key as the 2nd arg. (Bug#12082)
1018
1019 * w32term.c <w32_keyboard_codepage>: Renamed from
1020 keyboard_codepage and now external. All users changed.
1021
1022 * w32term.h: Add declaration of w32_keyboard_codepage.
1023
1024 * w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
1025 the codepage to translate keys to Unicode. If this argument is
1026 -1, use the value returned by GetConsoleCP. All callers changed.
1027
1028 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1029
1030 Update .PHONY listings in makefiles.
1031 * Makefile.in (.PHONY): Add all, mostlyclean, clean,
1032 bootstrap-clean, distclean, maintainer-clean, versioclean,
1033 extraclean, frc.
1034
1035 * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t.
1036 This is a bit clearer. Fix some commentary typos.
1037
1038 2012-07-30 Glenn Morris <rgm@gnu.org>
1039
1040 * s/netbsd.h: Let configure include signal.h if needed.
1041 Remove file, which is now empty.
1042
1043 * s/usg5-4-common.h (_longjmp, _setjmp, TIOCSIGSEND):
1044 Let configure set them.
1045 * s/irix6-5.h (_longjmp, _setjmp, TIOCSIGSEND):
1046 No more need to undefine.
1047
1048 2012-07-30 Andreas Schwab <schwab@linux-m68k.org>
1049
1050 * keymap.c (Fkey_description): Don't remove 0x80 bit from
1051 non-single-byte char when adding meta modifier. (Bug#12090)
1052
1053 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
1054
1055 Convert safe_call to use variable number of arguments.
1056 * xdisp.c (safe_call): Convert to use varargs. Adjust users.
1057 (safe_call2): Fix comment.
1058 * lisp.h (safe_call): Adjust prototype.
1059 * coding.c (encode_coding_object): Change to use safe_call2.
1060 * xfaces.c (merge_face_heights): Change to use safe_call1.
1061
1062 2012-07-30 Glenn Morris <rgm@gnu.org>
1063
1064 * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
1065 does that unconditionally. Remove file, which is now empty.
1066
1067 * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
1068 Remove empty files.
1069
1070 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1071
1072 Export to GDB most of lisp.h's remaining object-like macros.
1073 * lisp.h (min, max): Move earlier, because they're used earlier now.
1074 (INTMASK, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK)
1075 (CHAR_TABLE_STANDARD_SLOTS, CHARTAB_SIZE_BITS_0)
1076 (CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2, CHARTAB_SIZE_BITS_3)
1077 (DEFAULT_HASH_SIZE, COMPILED_ARGLIST, COMPILED_BYTECODE)
1078 (COMPILED_CONSTANTS, COMPILED_STACK_DEPTH, COMPILED_DOC_STRING)
1079 (COMPILED_INTERACTIVE, CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT)
1080 (CHAR_CTL, CHAR_META, CHAR_MODIFIER_MASK, CHARACTERBITS)
1081 (MANY, UNEVALLED, FLOAT_TO_STRING_BUFSIZE, MAX_ALLOCA):
1082 Now constants, for GDB. They need not be macros.
1083 (MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM, STRING_BYTES_BOUND):
1084 Now constants, for GDB, as well as macros, for static initializers.
1085 (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_EXTRA_SLOTS):
1086 Move to after the definition of struct Lisp_Char_Table,
1087 since the former now needs that type defined.
1088 (enum CHARTAB_SIZE_BITS, enum CHAR_TABLE_STANDARD_SLOTS)
1089 (enum DEFAULT_HASH_SIZE, enum Lisp_Compiled, enum char_bits)
1090 (enum maxargs, enum FLOAT_TO_STRING_BUFSIZE, enum MAX_ALLOCA):
1091 New enums, for gdb_make_enums_visible.
1092 (GLYPH_MODE_LINE_FACE): Remove; unused.
1093 * alloc.c (STRING_BYTES_MAX): Now a constant, not a macro.
1094 (gdb_make_enums_visible): Add enum CHARTAB_SIZE_BITS, enum
1095 CHAR_TABLE_STANDARD_SLOTS, enum char_bits, enum DEFAULT_HASH_SIZE,
1096 enum FLOAT_TO_STRING_BUFSIZE, enum Lisp_Bits, enum Lisp_Compiled,
1097 enum maxargs, enum MAX_ALLOCA.
1098 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): Remove.
1099 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Remove;
1100 no longer needed, now that they are done in lisp.h.
1101
1102 2012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
1103
1104 Cleanup string bytes checking.
1105 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
1106 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
1107 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
1108 (check_sblock, compact_small_strings): Simplify.
1109
1110 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1111
1112 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
1113 These macros are confusing and no longer need to be defined, as
1114 the enum values now suffice. All uses replaced with definiens.
1115 (Lisp_Int1, Lisp_String): Define directly; this is clearer.
1116
1117 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
1118
1119 * makefile.w32-in (LISP_H, $(BLD)/emacs.$(O), $(BLD)/w32inevt.$(O))
1120 ($(BLD)/w32console.$(O)): Update dependencies.
1121
1122 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
1123
1124 Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check.
1125 * lisp.h (HIDE_LISP_IMPLEMENTATION): Remove as useless for a long
1126 time. Adjust users.
1127 (CHECK_CONS_LIST): Remove. Convert all users to check_cons_list.
1128
1129 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1130
1131 * lread.c (init_lread): Remove if-statement in ifdef HAVE_NS before
1132 setting sitelisp (Bug#12010).
1133
1134 2012-07-29 Eli Zaretskii <eliz@gnu.org>
1135
1136 * w32heap.h (OS_9X): Rename from OS_WINDOWS_95.
1137
1138 * w32heap.c (cache_system_info):
1139 * w32.c (sys_rename):
1140 * w32proc.c (find_child_console, sys_kill): All users changed.
1141
1142 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1143
1144 * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.
1145
1146 2012-07-29 Eli Zaretskii <eliz@gnu.org>
1147
1148 * makefile.w32-in (LISP_H): Add $(NT_INC)/stdalign.h.
1149
1150 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
1151
1152 Cleanup statistics calculation in Fgarbage_collect.
1153 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start.
1154 Fix zombies percentage calculation. Simplify elapsed time calculation.
1155
1156 2012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
1157
1158 Generalize marker debugging code under MARKER_DEBUG and use eassert.
1159 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
1160 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)
1161 (insert_from_string_1, insert_from_gap, insert_from_buffer_1)
1162 (replace_range, replace_range_2, del_range_2): Change to eassert.
1163 * marker.c (byte_char_debug_check): Adjust style.
1164
1165 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1166
1167 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
1168 * regex.c (MAX_BUF_SIZE): Remove some incorrect and
1169 long-ago-commented-out code that talks about "WIN32".
1170 * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
1171 All uses changed.
1172
1173 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1174
1175 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1176 * alloc.c (XMALLOC_BASE_ALIGNMENT, GC_POINTER_ALIGNMENT, pure_alloc):
1177 Simplify by using alignof.
1178 (pure_alloc) [! USE_LSB_TAG]: Don't over-align EMACS_INT values.
1179 * lisp.h: Include <stdalign.h>.
1180 (GCALIGNMENT): New macro and constant.
1181 (DECL_ALIGN): Remove. All uses replaced by alignas (GCALIGNMENT).
1182 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
1183 (stdalign): New macro, if not already defined.
1184
1185 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1186
1187 Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)
1188 * w32inevt.c: Include w32inevt.h.
1189 (w32_read_console_input): New inline function, calls either
1190 ReadConsoleInputA or ReadConsoleInputW, depending on the value of
1191 w32_console_unicode_input.
1192 (fill_queue): Call w32_read_console_input instead of ReadConsoleInput.
1193 (w32_kbd_patch_key, key_event): Use the codepage returned by
1194 GetConsoleCP, rather than the ANSI codepage returned by GetLocaleInfo.
1195 (key_event): use uChar.UnicodeChar only if
1196 w32_console_unicode_input is non-zero.
1197
1198 * w32console.c: Include w32heap.h.
1199 <w32_console_unicode_input>: New global variable.
1200 (initialize_w32_display): Set w32_console_unicode_input to 1 on NT
1201 family of Windows, zero otherwise.
1202
1203 * w32inevt.h: Declare w32_console_unicode_input.
1204
1205 * xdisp.c (init_iterator): Don't reference tip_frame in a build
1206 --without-x. (Bug#11742)
1207
1208 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
1209
1210 Adjust GDB to reflect pvec_type changes (Bug#12036).
1211 * .gdbinit (xvectype, xpr, xbacktrace): Adjust to reflect the
1212 2012-07-04 changes to pseudovector representation.
1213 Problem reported by Eli Zaretskii in <http://bugs.gnu.org/12036#30>.
1214
1215 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
1216
1217 * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session
1218 bus address.
1219 (xd_close_bus, Fdbus_init_bus): Handle reference counter properly.
1220
1221 2012-07-27 Eli Zaretskii <eliz@gnu.org>
1222
1223 * alloc.c (listn): Fix the order the arguments are consed onto the
1224 list.
1225
1226 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
1227 enumeration constants, as PURE and HEAP are too general, and clash
1228 with other headers and sources, such as gmalloc.c and the
1229 MS-Windows system headers. All users changed.
1230
1231 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1232
1233 Revert last save_excursion_save and save_excursion_restore changes.
1234 * alloc.c, editfns.c, marker.c, lisp.h: Revert.
1235 Lots of crashes reported by Chong Yidong <cyd@gnu.org>.
1236
1237 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1238
1239 Fix recently-introduced typos in Windows port.
1240 Reported by Martin Rudalics <rudalics@gmx.at>.
1241 * w32.c (init_environment): Replace comma with semicolon.
1242 * w32fns.c (syms_of_w32fns): Add missing parenthesis.
1243
1244 2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
1245
1246 Improve GDB symbol export (Bug#12036).
1247 * .gdbinit (xgetptr, xgetint, xgettype): Set $bugfix in different
1248 arms of an 'if', not using conditional expressions; otherwise GDB
1249 complains about the types in the unevaluated arm when the argument
1250 is an integer literal.
1251 (xgetint): Simplify expression.
1252 * alloc.c (gdb_make_enums_visible): New constant. This ports to
1253 GCC 3.4.2 the export of symbols to GDB. Problem reported by Eli
1254 Zaretskii in <http://bugs.gnu.org/12036#13>.
1255 * lisp.h (PUBLISH_TO_GDB): Remove. All uses removed. No longer
1256 needed now that we have gdb_make_enums_visible.
1257 (enum CHECK_LISP_OBJECT_TYPE, enum Lisp_Bits, enum More_Lisp_Bits)
1258 (enum enum_USE_LSB_TAG):
1259 New enum types, packaging up enums that need to be exported to GDB.
1260
1261 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1262
1263 Utility function to make a list from specified amount of objects.
1264 * lisp.h (enum constype): New datatype.
1265 (listn): New prototype.
1266 * alloc.c (listn): New function.
1267 (Fmemory_use_count, syms_of_alloc): Use it.
1268 * buffer.c (syms_of_buffer): Likewise.
1269 * callint.c (syms_of_callint): Likewise.
1270 * charset.c (define_charset_internal): Likewise.
1271 * coding.c (syms_of_coding): Likewise.
1272 * keymap.c (syms_of_keymap): Likewise.
1273 * search.c (syms_of_search): Likewise.
1274 * syntax.c (syms_of_syntax): Likewise.
1275 * w32.c (init_environment): Likewise.
1276 * w32fns.c (Fw32_battery_status, syms_of_w32fns): Likewise.
1277 * xdisp.c (syms_of_xdisp): Likewise.
1278 * xfns.c (syms_of_xfns): Likewise.
1279
1280 2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
1281
1282 Fast save_excursion_save and save_excursion_restore.
1283 * lisp.h (struct Lisp_Excursion): New data type.
1284 (PVEC_EXCURSION): New pseudovector type.
1285 (XEXCURSION, XSETEXCURSION, EXCURSIONP): Convenient macros
1286 to deal with it. Adjust comments.
1287 (init_marker, attach_marker): New prototype.
1288 (unchain_marker): Adjust prototype.
1289 * marker.c (attach_marker): Change to global.
1290 (init_marker): New function.
1291 * alloc.c (Fmake_marker, build_marker): Use it.
1292 (build_marker): More easserts.
1293 (mark_object): Handle struct Lisp_Excursion.
1294 * editfns.c (save_excursion_save, save_excursion_restore):
1295 Reimplement to use struct Lisp_Excursion. Add comments.
1296
1297 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
1298
1299 Fix export of symbols to GDB (Bug#12036).
1300 * alloc.c (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL)
1301 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Move these here from
1302 emacs.c, as this is a more-suitable home. Had this been done earlier
1303 the fix for 12036 would have avoided some of the problems noted in
1304 <http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
1305 would have been more obvious.
1306 * emacs.c: Do not include <verify.h>; no longer needed.
1307 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
1308 (gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
1309 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
1310 Remove; now done in lisp.h.
1311 * lisp.h (PUBLISH_TO_GDB): New macro.
1312 (GCTYPEBITS, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE, enum pvec_type)
1313 (DATA_SEG_BITS): Use it.
1314 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
1315 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Now just an enum, for GDB.
1316 * mem-limits.h (EXCEEDS_LISP_PTR): Redo so that DATA_SEG_BITS need
1317 not be usable in #if. This simplifies things.
1318
1319 2012-07-26 Juanma Barranquero <lekktu@gmail.com>
1320
1321 * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.
1322
1323 2012-07-26 Paul Eggert <eggert@cs.ucla.edu>
1324
1325 Simplify export of symbols to GDB (Bug#12036).
1326 * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix =
1327 $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway).
1328 (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr):
1329 Adjust to changes in lisp.h and emacs.c, by using
1330 CHECK_LISP_OBJECT_TYPE rather than gdb_use_struct, VALMASK instead
1331 of $valmask, DATA_SEG_BITS instead of gdb_data_seg_bits,
1332 INTTYPEBITS instead of gdb_gctypebits - 1, USE_LSB_TAG instead of
1333 gdb_use_lsb, (1 << GCTYPEBITS) - 1 instead of $tagmask, VALBITS
1334 instead of gdb_valbits.
1335 (xvectype, xvector, xpr, xprintstr, xbacktrace): Similarly, use
1336 PSEUDOVECTOR_FLAG instead of PVEC_FLAG, and ARRAY_MARK_FLAG
1337 instead of gdb_array_mark_flag.
1338 (xboolvector): Get size from $->size, not $->header.size.
1339 Use BOOL_VECTOR_BITS_PER_CHAR rather than mystery constants.
1340 (xreload, hook-run, hookpost-run): Remove.
1341 * emacs.c: Include <verify.h>.
1342 (gdb_use_lsb, gdb_use_struct, gdb_valbits, gdb_gctypebits)
1343 (gdb_data_seg_bits, PVEC_FLAG, gdb_array_mark_flag, gdb_pvec_type):
1344 Remove.
1345 (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS, gdb_GCTYPEBITS)
1346 (gdb_USE_LSB_TAG): New enum constants.
1347 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
1348 Also define these as enum constants, so they're visible to GDB.
1349 (ARRAY_MARK_FLAG_VAL, PSEUDOVECTOR_FLAG_VAL, VALMASK_VAL): New macros.
1350 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Also define these
1351 as constants, so they're visible to GDB.
1352 * lisp.h (VALBITS, INTTYPEBITS, FIXNUM_BITS, PSEUDOVECTOR_SIZE_BITS)
1353 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK, BOOL_VECTOR_BITS_PER_CHAR):
1354 Now enum constants, not macros, so they're visible to GDB.
1355 (CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS): Default to 0, as this is
1356 more convenient now. All uses changed.
1357 (VALMASK) [USE_LSB_TAG]: Also define in this case.
1358 * mem-limits.h (EXCEEDS_LISP_PTR): Adjust to DATA_SEG_BITS change.
1359
1360 2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
1361
1362 Explicitly free restriction data that are not needed anymore.
1363 * editfns.c (save_restriction_restore): Free restriction data.
1364
1365 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,
1368 add argument, tune behavior, and adjust all callers.
1369
1370 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1371
1372 Use typedef for EMACS_INT, EMACS_UINT.
1373 * lisp.h, s/ms-w32.h (EMACS_INT, EMACS_UINT): Use typedefs rather
1374 than macros. This simplifies debugging in the usual case, since
1375 it lets GDB show addresses as 'EMACS_INT *' rather than 'long int *'
1376 and it allows expressions involving EMACS_INT casts.
1377 * .gdbinit (xreload): Simplify by using EMACS_INT cast.
1378
1379 2012-07-25 Jan Djärv <jan.h.d@swipnet.se>
1380
1381 * nsterm.m (ns_read_socket): Return early if there is a modal
1382 window (Bug#12043).
1383
1384 2012-07-25 Martin Rudalics <rudalics@gmx.at>
1385
1386 * frame.c (Fredirect_frame_focus): In doc-string don't mention
1387 that FOCUS-FRAME can be omitted.
1388
1389 2012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
1390
1391 Adjust buffer text indirection counters at the end of Fkill_buffer.
1392 * buffer.c (Fkill_buffer): Adjust indirection counters when the
1393 buffer is definitely dead. This should really fix an issue reported
1394 by Christoph Scholtes again. (Bug#12007).
1395 (init_buffer_once): Initialize indirection counters of
1396 buffer_defaults and buffer_local_symbols (for sanity and safety).
1397
1398 2012-07-24 Eli Zaretskii <eliz@gnu.org>
1399
1400 * xdisp.c (init_iterator): Don't compute dimensions of truncation
1401 and continuation glyphs on tooltip frames, leave them at zero.
1402 Avoids continued lines in tooltips. (Bug#11832)
1403
1404 2012-07-24 Dmitry Antipov <dmantipov@yandex.ru>
1405
1406 Simplify copy_overlay.
1407 * buffer.c (copy_overlay): Simplify. Use build_marker.
1408 * lisp.h (struct Lisp_Overlay): Restore comment with minor tweaks.
1409
1410 2012-07-23 Eli Zaretskii <eliz@gnu.org>
1411
1412 * print.c (print_object): Don't crash when a frame's name is nil
1413 or invalid. (Bug#12025)
1414
1415 * window.c (decode_any_window): Disable CHECK_LIVE_FRAME test, as
1416 it signals an error when a tooltip frame is being created.
1417
1418 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
1419
1420 Cleanup miscellaneous objects allocation and initialization.
1421 * alloc.c (allocate_misc): Change to static. Add argument to
1422 specify the subtype. Adjust comment and users.
1423 (build_overlay): New function.
1424 * buffer.c (copy_overlays, Fmake_overlay): Use it.
1425 * lisp.h (struct Lisp_Overlay): Remove obsolete comment.
1426 (allocate_misc): Remove prototype.
1427 (build_overlay): Add prototype.
1428
1429 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru>
1430
1431 Swap buffer text indirection counters in Fbuffer_swap_text.
1432 * buffer.c (Fbuffer_swap_text): Swap indirections too.
1433 This avoids crash reported by Christoph Scholtes at
1434 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00785.html.
1435
1436 2012-07-22 Jan Djärv <jan.h.d@swipnet.se>
1437
1438 * nsmenu.m (Popdown_data): New struct.
1439 (pop_down_menu): p->pointer is Popdown_data. Release the pool and
1440 free Popdown_data.
1441 (ns_popup_dialog): Use NSAutoreleasePool and pass it to pop_down_menu.
1442 (initWithContentRect): Make imgView and contentView non-static
1443 and autorelease them. Also autorelease img and matrix (Bug#12005).
1444 (dealloc): Remove (Bug#12005).
1445
1446 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
1447
1448 Adjust consing_since_gc when objects are explicitly freed.
1449 * alloc.c (GC_DEFAULT_THRESHOLD): New macro.
1450 (Fgarbage_collect): Use it. Change minimum to 1/10 of default.
1451 (free_cons, free_misc): Subtract object size from consing_since_gc.
1452
1453 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
1454
1455 Simplify and cleanup markers positioning code.
1456 * marker.c (attach_marker): More useful eassert.
1457 (live_buffer, set_marker_internal): New function.
1458 (Fset_marker, set_marker_restricted): Use set_marker_internal.
1459 (set_marker_both, set_marker_restricted_both): Use live_buffer.
1460
1461 2012-07-22 Paul Eggert <eggert@cs.ucla.edu>
1462
1463 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,
1464 as it's limited by the amount of memory, not by INT_MAX.
1465
1466 2012-07-21 Eli Zaretskii <eliz@gnu.org>
1467
1468 * keyboard.c (keys_of_keyboard): Bind language-change to 'ignore'
1469 in special-event-map. See the discussion at
1470 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00417.html
1471 for the reasons.
1472
1473 * w32menu.c (add_menu_item): Cast to ULONG_PTR when assigning
1474 info.dwItemData. Fixes crashes on 64-bit Windows.
1475 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
1476
1477 2012-07-21 Jan Djärv <jan.h.d@swipnet.se>
1478
1479 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
1480 (conversationIdentifier): Return value is NSInteger.
1481 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
1482
1483 2012-07-21 Chong Yidong <cyd@gnu.org>
1484
1485 * window.c (decode_any_window): Signal an error if the window is
1486 on a dead frame (Bug#11984).
1487
1488 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1489
1490 Add indirection counting to speed up Fkill_buffer.
1491 * buffer.h (struct buffer): New member.
1492 * buffer.c (Fget_buffer_create): Set indirection counter to 0.
1493 (Fmake_indirect_buffer): Set indirection counter to -1, increment
1494 base buffer indirection counter.
1495 (compact_buffer): If ENABLE_CHECKING, verify indirection counters.
1496 (Fkill_buffer): Adjust indirection counters as needed, don't walk
1497 through buffer list if indirection counter is 0.
1498
1499 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1500
1501 Extend the value returned by Fgarbage_collect with heap statistics.
1502 * alloc.c (Qheap): New symbol.
1503 (syms_of_alloc): DEFSYM it.
1504 (Fgarbage_collect): If DOUG_LEA_MALLOC, add mallinfo data.
1505 (Fmemory_free): Remove.
1506 (syms_of_alloc): Don't defsubr it.
1507 * buffer.c (Fcompact_buffer): Remove.
1508 (syms_of_buffer): Don't defsubr it.
1509
1510 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1511
1512 Make maybe_gc inline.
1513 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
1514 * lisp.h (consing_since_gc, gc_relative_threshold)
1515 (memory_full_cons_threshold): Revert declaration.
1516 (maybe_gc): Remove prototype, define as inline.
1517 * alloc.c: Remove old commented-out code.
1518 (consing_since_gc, gc_relative_threshold)
1519 (memory_full_cons_threshold): Revert to global.
1520 (maybe_gc): Remove.
1521
1522 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1523
1524 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
1525 * lisp.h (build_unibyte_string): New function.
1526 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c:
1527 * sysdep.c, w32fns.c, xfns.c: Use it.
1528 * font.c (font_open_by_name): Change 2nd and 3rd args to the only arg
1529 of type Lisp_Object to avoid redundant calls to make_unibyte_string.
1530 Adjust users accordingly.
1531 * font.h (font_open_by_name): Adjust prototype.
1532
1533 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
1534
1535 Cleanup calls to Fgarbage_collect.
1536 * lisp.h (maybe_gc): New prototype.
1537 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
1538 Remove declarations.
1539 * alloc.c (maybe_gc): New function.
1540 (consing_since_gc, gc_relative_threshold, memory_full_cons_threshold):
1541 Make them static.
1542 * bytecode.c (MAYBE_GC): Use maybe_gc.
1543 * eval.c (eval_sub, Ffuncall): Likewise.
1544 * keyboard.c (read_char): Likewise. Adjust call to maybe_gc
1545 to avoid dependency from auto-save feature.
1546
1547 2012-07-19 Paul Eggert <eggert@cs.ucla.edu>
1548
1549 * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
1550 (FOR_EACH_PER_BUFFER_OBJECT_AT): Rename from
1551 'for_each_per_buffer_object_at'.
1552 All uses changed. It's better to use upper-case for macros that
1553 cannot be implemented as functions, to give the reader a clue
1554 that they're special.
1555
1556 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * alloc.c (Fgarbage_collect): Tweak docstring.
1559
1560 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
1561
1562 Tweak the value returned from Fgarbage_collect again.
1563 * alloc.c (Fgarbage_collect): New return value, as confirmed in
1564 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00418.html.
1565 Adjust documentation.
1566 (total_vector_bytes): Rename to total_vector_slots, adjust
1567 accounting.
1568 (total_free_vector_bytes): Rename to total_free_vector_slots,
1569 adjust accounting.
1570 (Qstring_bytes, Qvector_slots): New symbols.
1571 (syms_of_alloc): DEFSYM them.
1572
1573 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
1574
1575 Buffer compaction primitive which may be used from Lisp.
1576 * buffer.c (compact_buffer, Fcompact_buffer): New function.
1577 (syms_of_buffer): Register Fcompact_buffer.
1578 * alloc.c (Fgarbage_collect): Use compact_buffer.
1579 * buffer.h (compact_buffer): New prototype.
1580 (struct buffer_text): New member.
1581
1582 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
1583
1584 New macro to iterate over all buffers, miscellaneous cleanups.
1585 * lisp.h (all_buffers): Remove declaration.
1586 * buffer.h (all_buffers): Add declaration, with comment.
1587 (for_each_buffer): New macro.
1588 * alloc.c (Fgarbage_collect, mark_object): Use it.
1589 * buffer.c (Fkill_buffer, Fbuffer_swap_text, Fset_buffer_multibyte)
1590 (init_buffer): Likewise.
1591 * data.c (Fset_default): Likewise.
1592 * coding.c (code_conversion_restore): Remove redundant check
1593 for dead buffer.
1594 * buffer.c (Fkill_buffer): Likewise. Remove obsolete comment.
1595
1596 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
1597
1598 Fix bug that created negative-length intervals.
1599 * intervals.c (merge_interval_right, merge_interval_left):
1600 Do not zero out this interval if it is absorbed by its children,
1601 as this interval's total length doesn't change in that case. See
1602 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00403.html>.
1603
1604 2012-07-18 Paul Eggert <eggert@cs.ucla.edu>
1605
1606 * alloc.c (Fmake_bool_vector): Fix off-by-8 bug
1607 when invoking (make-bool-vector N t) and N is a positive
1608 multiple of 8 -- the last 8 bits were mistakenly cleared.
1609
1610 Remove some struct layout assumptions in bool vectors.
1611 * alloc.c (bool_header_size): New constant.
1612 (header_size, word_size): Move earlier, as they're now used earlier.
1613 Use 'word_size' in a few more places, where it's appropriate.
1614 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
1615 padding before the data member of a bool vector.
1616 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
1617 than doing the check by hand with an abort ().
1618
1619 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * eval.c (Fdefvar): Don't check constants since we only set the var if
1622 it's not yet defined anyway (bug#11904).
1623
1624 * lisp.h (last_undo_boundary): Declare new var.
1625 * keyboard.c (command_loop_1): Set it.
1626 * cmds.c (Fself_insert_command): Use it to only remove boundaries that
1627 were auto-added by the command loop (bug#11774).
1628
1629 2012-07-18 Andreas Schwab <schwab@linux-m68k.org>
1630
1631 * w32font.c (Qsymbol): Remove local definition.
1632 (syms_of_w32font): Don't DEFSYM it.
1633
1634 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
1635
1636 Fix sweep_vectors to handle large bool vectors correctly.
1637 * alloc.c (sweep_vectors): Account total_vector_bytes for
1638 bool vectors larger than VBLOCK_BYTES_MAX.
1639
1640 2012-07-18 Chong Yidong <cyd@gnu.org>
1641
1642 * frame.c (x_set_frame_parameters): Revert bogus change introduced
1643 in 2012-05-25 commit by Paul Eggert (Bug#11738).
1644
1645 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
1646
1647 Return more descriptive data from Fgarbage_collect.
1648 Suggested by Stefan Monnier in
1649 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00369.html.
1650 * alloc.c (bounded_number): New function.
1651 (total_buffers, total_vectors): New variable.
1652 (total_string_size): Rename to total_string_bytes, adjust users.
1653 (total_vector_size): Rename to total_vector_bytes, adjust users.
1654 (sweep_vectors): Account total_vectors and total_vector_bytes.
1655 (Fgarbage_collect): New return value. Adjust documentation.
1656 (gc_sweep): Account total_buffers.
1657 (Fmemory_free, Fmemory_use_counts): Use bounded_number.
1658 (VECTOR_SIZE): Remove.
1659 * data.c (Qfloat, Qvector, Qsymbol, Qstring, Qcons): Make global.
1660 (Qinterval, Qmisc): New symbols.
1661 (syms_of_data): Initialize them.
1662 * lisp.h (Qinterval, Qsymbol, Qstring, Qmisc, Qvector, Qfloat)
1663 (Qcons, Qbuffer): New declarations.
1664
1665 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1666
1667 * alloc.c (Fmemory_free): Account for memory-free's own storage.
1668 Round up, not down. Improve doc.
1669
1670 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1671
1672 Restore old code in allocate_string_data to avoid Faset breakage.
1673 Reported by Julien Danjou <julien@danjou.info> in
1674 http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00371.html.
1675 * alloc.c (allocate_string_data): Restore old code with minor
1676 adjustments, fix comment to explain this subtle issue.
1677
1678 2012-07-17 Eli Zaretskii <eliz@gnu.org>
1679
1680 Remove FILE_SYSTEM_CASE.
1681 * s/msdos.h (FILE_SYSTEM_CASE): Don't define.
1682
1683 * fileio.c (FILE_SYSTEM_CASE): Don't define.
1684 (Ffile_name_directory, Fexpand_file_name): Don't use FILE_SYSTEM_CASE.
1685 Fixes problems on MS-DOS with Vtemp_file_name_pattern when
1686 call-process-region passes it through expand-file-name.
1687
1688 * dired.c (file_name_completion): Don't use FILE_SYSTEM_CASE.
1689
1690 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1691
1692 Fix crash when creating indirect buffer (Bug#11917)
1693 * buffer.c (buffer_lisp_local_variables): Add argument CLONE.
1694 Don't handle unbound variables specially if non-zero.
1695 (Fbuffer_local_variables): Pass zero.
1696 (clone_per_buffer_values): Pass non-zero.
1697
1698 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1699
1700 * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUIT
1701 to make the loop interruptible.
1702
1703 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1704
1705 * gnutls.c (emacs_gnutls_handshake): Only retry if
1706 GNUTLS_E_INTERRUPTED.
1707
1708 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1709
1710 Cleanup and convert miscellaneous checks to eassert.
1711 * alloc.c (mark_interval): Fix comment, partially rephrase
1712 old comment from intervals.h (see below).
1713 * intervals.c (find_interval, adjust_intervals_for_insertion)
1714 (delete_interval, adjust_intervals_for_deletion)
1715 (graft_intervals_into_buffer, temp_set_point_both, copy_intervals):
1716 Convert to eassert.
1717 (adjust_intervals_for_insertion, make_new_interval):
1718 Remove obsolete and unused code.
1719 * intervals.h (struct interval): Remove obsolete comment.
1720 * textprotp.c (erase_properties): Remove unused code.
1721 (Fadd_text_properties, set_text_properties_1, Fremove_text_properties)
1722 (Fremove_list_of_text_properties): Convert to eassert.
1723
1724 2012-07-17 Chong Yidong <cyd@gnu.org>
1725
1726 * editfns.c (Finsert_char): Doc fix.
1727
1728 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1729
1730 Fix previous change to make Fmemory_free always accurate.
1731 * alloc.c (make_interval): Update total_free_intervals.
1732 (make_float): Likewise for total_free_floats.
1733 (free_cons, Fcons): Likewise for total_free_conses.
1734 (SETUP_ON_FREE_LIST, allocate_vector_from_block):
1735 Likewise for total_free_vector_bytes.
1736 (Fmake_symbol): Likewise for total_free_symbols.
1737 (bytes_free): Remove.
1738
1739 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1740
1741 Simple free memory accounting feature.
1742 * alloc.c (bytes_free, total_free_vector_bytes): New variable.
1743 (sweep_vectors): Accumulate size of free vectors.
1744 (Fgarbage_collect): Setup bytes_free.
1745 (Fmemory_free): New function.
1746 (syms_of_alloc): Register it.
1747
1748 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1749
1750 Cleanup overlays checking.
1751 * buffer.h (OVERLAY_VALID): Remove as useless synonym of OVERLAYP.
1752 * buffer.c (overlay_touches_p, recenter_overlay_lists): Change to
1753 eassert and OVERLAYP.
1754 (sort_overlays): Change to use OVERLAYP.
1755
1756 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
1757
1758 * editfns.c (Finsert_char): Make it interactive, and make the
1759 second arg optional. Copy interactive spec and docstring from
1760 ucs-insert.
1761
1762 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1763
1764 * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT (Bug#11913).
1765 Unlike the other wrapped functions, fabs has an unspecified
1766 effect on errno.
1767
1768 2012-07-16 Jan Djärv <jan.h.d@swipnet.se>
1769
1770 * nsterm.m (keyDown): Interpret flags without left/right bits
1771 as the left key (Bug#11670).
1772
1773 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
1774
1775 Remove empty and useless init functions.
1776 * lisp.h (init_character_once, init_fns, init_image)
1777 (init_filelock, init_sound): Remove prototype.
1778 * character.c (init_character_once): Remove.
1779 * filelock.c (init_filelock): Likewise.
1780 * fns.c (init_fns): Likewise.
1781 * image.c (init_image): Likewise.
1782 * sound.c (init_sound): Likewise.
1783 * emacs.c (main): Adjust accordingly.
1784
1785 2012-07-16 Dmitry Antipov <dmantipov@yandex.ru>
1786
1787 * gtkutil.h: Tiny cleanups.
1788 (use_old_gtk_file_dialog): Remove useless declaration.
1789 (xg_uses_old_file_dialog): Add suggested const attribute.
1790
1791 2012-07-15 Eli Zaretskii <eliz@gnu.org>
1792
1793 * bidi.c (MAX_STRONG_CHAR_SEARCH): New macro.
1794 (bidi_paragraph_init): Use it to limit search forward for a strong
1795 directional character in abnormally large paragraphs full of
1796 neutral or weak characters. (Bug#11943)
1797
1798 2012-07-15 Stefano Facchini <stefano.facchini@gmail.com> (tiny change)
1799
1800 * gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to
1801 the toolbar (Bug#9451).
1802 (xg_make_tool_item): Give the widget event box a transparent
1803 background.
1804
1805 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
1806
1807 Cleanup basic allocation variables and functions.
1808 * alloc.c (ignore_warnings, init_intervals, init_float)
1809 (init_cons, init_symbol, init_marker): Remove.
1810 (interval_block_index): Initialize to INTERVAL_BLOCK_SIZE.
1811 (float_block_index): Initialize to FLOAT_BLOCK_SIZE.
1812 (cons_block_index): Initialize to CONS_BLOCK_SIZE.
1813 (symbol_block_size): Initialize to SYMBOL_BLOCK_SIZE.
1814 (marker_block_index): Initialize to MARKER_BLOCK_SIZE.
1815 (staticidx, init_alloc_once, init_strings, free_ablock):
1816 Remove redundant initialization.
1817 * fns.c (init_weak_hash_tables): Remove.
1818 * lisp.h (init_weak_hash_tables): Remove prototype.
1819
1820 2012-07-15 Dmitry Antipov <dmantipov@yandex.ru>
1821
1822 Use zero_vector where appropriate.
1823 * alloc.c (zero_vector): Define as Lisp_Object. Adjust users
1824 accordingly.
1825 * lisp.h (zero_vector): New declaration.
1826 * font.c (null_vector): Remove.
1827 (syms_of_font): Remove initialization and staticpro.
1828 (font_list_entities, font_find_for_lface): Change to use zero_vector.
1829 * keymap.c (Faccessible_keymaps): Likewise.
1830
1831 2012-07-15 Leo Liu <sdl.web@gmail.com>
1832
1833 * fringe.c: Fix typo in comments.
1834
1835 2012-07-14 Leo Liu <sdl.web@gmail.com>
1836
1837 * fringe.c: Add a new bitmap exclamation-mark.
1838
1839 2012-07-14 Eli Zaretskii <eliz@gnu.org>
1840
1841 * gmalloc.c (GMALLOC_INHIBIT_VALLOC): Don't reference.
1842
1843 * s/msdos.h (BSD_SYSTEM, DATA_START, GC_SETJMP_WORKS, HAVE_MOUSE)
1844 (HAVE_MENUS): Don't define, defined by editing config.in with
1845 msdos/sed2v2.inp.
1846 (GMALLOC_INHIBIT_VALLOC): Don't define.
1847 (MODE_LINE_BINARY_TEXT): Remove, not used anymore.
1848
1849 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
1850
1851 * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
1852
1853 2012-07-14 Glenn Morris <rgm@gnu.org>
1854
1855 * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h:
1856 * s/irix6-5.h, s/netbsd.h, s/sol2-6.h, s/unixware.h:
1857 Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
1858
1859 2012-07-13 Glenn Morris <rgm@gnu.org>
1860
1861 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
1862
1863 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it.
1864 * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it.
1865
1866 2012-07-13 Jan Djärv <jan.h.d@swipnet.se>
1867
1868 * nsterm.m (uRect): Only define if NS_IMPL_GNUSTEP.
1869 (x_free_frame_resources): Pass x_free_frame_resources to NSTRACE.
1870 (ns_lisp_to_color, ns_string_to_lispmod, ns_term_init)
1871 (ns_term_shutdown, requestService, initFrameFromEmacs): Use SSDATA
1872 where appropriate.
1873 (ns_exec_path, ns_load_path, changeFont): Put () around assignment used
1874 as boolean expression.
1875 (x_set_window_size): Remove unused variable toolbar.
1876 (ns_get_color_default, ns_mod_to_lisp): Remove.
1877 (ns_mouse_position): Remove unused variables xchar and ychar.
1878 (ns_compute_glyph_string_overhangs): Remove unused variable face.
1879 (ns_set_vertical_scroll_bar): Remove unused variable count.
1880 (ns_delete_terminal): Remove unused variable i.
1881 (ns_term_init): Remove unused variables r, g and b.
1882 (mouseDown): Remove unused variable window.
1883 (windowDidResize): Move definition of theWindow inside NS_IMPL_GNUSTEP.
1884 (initFrameFromEmacs): Remove unused variable vbextra.
1885 (mouseEntered): Remove unused variables p and dpyinfo.
1886 (mouseExited): Remove unused variables p and r.
1887 (ns_define_frame_cursor, ns_clear_frame_area)
1888 (ns_draw_window_cursor, ns_initialize_display_info): Make static.
1889 (menuDown): Assign [sender tag] to variable and cast the variable.
1890
1891 * nsterm.h (menuDown): Add id as type to argument sender.
1892 (ns_display_info_for_name): Add Lisp_Object argument.
1893 (ns_term_init): Add Lisp_Object argument.
1894 (ns_map_event_to_object): Add void argument.
1895 (ns_string_from_pasteboard, ns_string_to_pasteboard): Add correct
1896 prototype with arguments and only declare if __OBJC__.
1897 (nxatoms_of_nsselect): Add void argument.
1898 (ns_lisp_to_cursor_type): Add Lisp_Object argument.
1899 (ns_alloc_autorelease_pool): Add void argument.
1900 (ns_release_autorelease_pool): Add void* argument.
1901 (ns_get_defaults_value): Add const char* argument.
1902
1903 * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog)
1904 (initFromContents): Use SSDATA where appropriate.
1905 (ns_update_menubar): Add braces to ambigous if-else.
1906 (initWithTitle): Put () around assignment in if statement.
1907 (ns_menu_show): Remove unused variables window and keymap.
1908 (update_frame_tool_bar): Remove unused variable selected_p.
1909 (initWithContentRect): Remove unused variable this_cmd_name.
1910
1911 * nsimage.m (ns_load_image, allocInitFromFile): Use SSDATA where
1912 appropriate.
1913 (setXBMColor): Remove unused variable len.
1914 (setPixmapData): Put () around assignment in loop statement.
1915
1916 * nsfont.m (ns_get_family, ns_lang_to_script, ns_otf_to_script)
1917 (ns_registry_to_script, ns_get_req_script, nsfont_open): Use SSDATA
1918 where appropriate.
1919 (ns_get_covering_families, ns_findfonts, nsfont_list_family): Put ()
1920 around assignment in loop statement.
1921 (nsfont_open): Remove unused variable i.
1922 (nsfont_open): Remove unused variable len.
1923 (nsfont_draw): Remove unused variable cs.
1924
1925 * nsfns.m (x_set_icon_name, ns_set_name_internal)
1926 (ns_set_name_as_filename, ns_implicitly_set_icon_type)
1927 (x_set_icon_type, ns_lisp_to_cursor_type, Fns_read_file_name)
1928 (Fns_get_resource, Fns_set_resource, Fx_open_connection)
1929 (Fns_font_name, Fns_perform_service)
1930 (Fns_convert_utf8_nfd_to_nfc, ns_do_applescript)
1931 (Fns_do_applescript, Fx_show_tip): Use SSDATA where appropriate.
1932 (ns_set_name): Remove unused variable view.
1933 (x_set_menu_bar_lines): Remove unused variable olines.
1934 (x_set_tool_bar_lines): Remove unused variable root_window.
1935 (Fns_list_colors): Put () around assignment in while statement.
1936 (Fns_perform_service): Remove unused variable len.
1937 (Fns_display_usable_bounds): Remove unused variable top.
1938 (syms_of_nsfns): Remove unused variable i.
1939
1940 * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 to
1941 memcpy (Bug#11907).
1942
1943 2012-07-13 Kalle Kankare <kalle.kankare@iki.fi> (tiny change)
1944
1945 * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfo
1946 and free it with DestroyExceptionInfo (Bug#11558).
1947
1948 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * s/ms-w32.h (FIRST_PTY_LETTER, HAVE_SOCKETS): Move to nt/config.nt.
1951 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
1952 Set here, not in nt/config.nt.
1953
1954 2012-07-13 Eli Zaretskii <eliz@gnu.org>
1955
1956 * xdisp.c (move_it_in_display_line_to): On GUI terminals, allow
1957 cursor overflow into the last glyph on display line when the right
1958 fringe is off. (Bug#11832)
1959
1960 2012-07-13 Paul Eggert <eggert@cs.ucla.edu>
1961
1962 * xdisp.c (produce_special_glyphs): Now static.
1963 * dispextern.h (produce_special_glyphs): Remove decl.
1964
1965 2012-07-13 Glenn Morris <rgm@gnu.org>
1966
1967 * s/bsd-common.h, s/cygwin.h: Remove empty files.
1968 * s/freebsd.h, s/netbsd.h: Do not include bsd-common.h.
1969
1970 * s/usg5-4-common.h (USG, USG5):
1971 * s/template.h (USG5, USG, HPUX, BSD4_2, BSD_SYSTEM):
1972 * s/sol2-6.h (SOLARIS2):
1973 * s/irix6-5.h (IRIX6_5):
1974 * s/hpux10-20.h (USG, USG5, HPUX):
1975 * s/gnu-linux.h (USG, GNU_LINUX):
1976 * s/freebsd.h (BSD_SYSTEM):
1977 * s/darwin.h (BSD4_2, BSD_SYSTEM, DARWIN_OS):
1978 * s/cygwin.h (CYGWIN):
1979 * s/bsd-common.h (BSD_SYSTEM, BSD4_2):
1980 * s/aix4-2.h (USG, USG5, _AIX): Move "system type" macros to configure.
1981
1982 2012-07-13 BT Templeton <bpt@hcoop.net> (tiny change)
1983
1984 * nsfont.m (ns_charset_covers): Don't abort if no bitmap (Bug#11853).
1985
1986 2012-07-13 Glenn Morris <rgm@gnu.org>
1987
1988 * s/usg5-4-common.h (NSIG_MINIMUM): Let configure set it.
1989
1990 * s/gnu-linux.h, s/irix6-5.h: Let configure set ULIMIT_BREAK_VALUE.
1991
1992 * process.c (init_process_emacs): Replace MIN_PTY_KERNEL_VERSION.
1993 * s/darwin.h (MIN_PTY_KERNEL_VERSION): Remove single-use macro.
1994
1995 2012-07-12 Glenn Morris <rgm@gnu.org>
1996
1997 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Move to configure.
1998
1999 * process.c (init_process_emacs): Rename from init_process.
2000 The old name is also the name of a Mach system call.
2001 * lisp.h, emacs.c: Update for this name change.
2002 * nsgui.h, sysselect.h, s/darwin.h: Remove workaround that is no
2003 longer needed.
2004
2005 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2006
2007 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
2008 memmove call that removes glyphs covered by the left truncation
2009 glyph. Improve commentary.
2010 (display_line): Fix display of continuation glyphs on GUI frames
2011 when the right fringe is turned off and variable-size fonts are
2012 used in the window. Move the code that appends a stretch glyph to
2013 produce_special_glyphs, so that it could be used for truncation
2014 and continuation glyphs alike.
2015 (produce_special_glyphs) [HAVE_WINDOW_SYSTEM]: Produce a stretch
2016 glyph of a suitably computed width, to align the special glyphs at
2017 the window margin. Code moved from display_line. (Bug#11832)
2018
2019 2012-07-12 Glenn Morris <rgm@gnu.org>
2020
2021 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
2022
2023 * s/gnu-linux.h, s/hpux10-20.h:
2024 Do not unconditionally define HAVE_XRMSETDATABASE.
2025
2026 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
2027
2028 2012-07-12 Paul Eggert <eggert@cs.ucla.edu>
2029
2030 Fix typos that broke OS X build.
2031 Reported by Randal L. Schwartz in
2032 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00225.html>.
2033 * nsterm.m (ns_timeout): Add missing local decl.
2034 (ns_get_color): snprintf -> sprintf, to fix typo.
2035
2036 2012-07-12 Glenn Morris <rgm@gnu.org>
2037
2038 * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
2039 * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
2040 * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
2041 Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
2042
2043 * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h:
2044 Move PTY_OPEN to configure.
2045
2046 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
2047 * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h, s/template.h:
2048 * s/usg5-4-common.h: Move FIRST_PTY_LETTER, PTY_ITERATION to configure.
2049
2050 2012-07-12 Dmitry Antipov <dmantipov@yandex.ru>
2051
2052 Use empty_unibyte_string where applicable.
2053 * keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
2054 * lread.c (read1): Likewise.
2055 * xsettings.c (syms_of_xsettings): Likewise.
2056
2057 2012-07-12 Glenn Morris <rgm@gnu.org>
2058
2059 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
2060 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
2061 * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP):
2062 * s/hpux10-20.h (RUN_TIME_REMAP):
2063 * s/bsd-common.h (TABDLY): Move to configure.
2064
2065 * s/hpux10-20.h, s/sol2-6.h: Move XOS_NEEDS_TIME_H to configure.
2066
2067 * s/bsd-common.h, s/darwin.h: Move TAB3 to configure.
2068
2069 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
2070 (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
2071
2072 * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them.
2073
2074 * s/bsd-common.h, s/cygwin.h, s/gnu-linux.h, s/irix6-5.h:
2075 * s/template.h: Move NARROWPROTO to configure.
2076
2077 2012-07-11 Glenn Morris <rgm@gnu.org>
2078
2079 * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
2080 unused since 2011-01-17 change to systty.h.
2081
2082 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
2083 * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
2084 Move HAVE_PTYS and HAVE_SOCKETS to configure.
2085
2086 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2087
2088 * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914)
2089
2090 2012-07-11 Glenn Morris <rgm@gnu.org>
2091
2092 * s/darwin.h, s/gnu-linux.h, s/template.h:
2093 Move INTERRUPT_INPUT to configure.
2094
2095 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2096
2097 Minor adjustments to interning code.
2098 * lisp.h (intern, intern_c_string): Redefine as static inline
2099 wrappers for intern_1 and intern_c_string_1, respectively.
2100 (intern_1, intern_c_string_1): Rename prototypes.
2101 * lread.c (intern_1, intern_c_string_1, oblookup):
2102 Simplify Vobarray checking.
2103 * font.c (font_intern_prop): Likewise. Adjust comment.
2104 * w32font.c (intern_font_name): Likewise.
2105
2106 2012-07-11 Andreas Schwab <schwab@linux-m68k.org>
2107
2108 * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.
2109
2110 * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead
2111 of Fcar/Fcdr if possible.
2112 * font.c (check_otf_features): Likewise.
2113 * fontset.c (Fnew_fontset): Likewise.
2114 * gnutls.c (Fgnutls_boot): Likewise.
2115 * minibuf.c (read_minibuf): Likewise.
2116 * msdos.c (IT_set_frame_parameters): Likewise.
2117 * xmenu.c (Fx_popup_dialog): Likewise.
2118 * w32menu.c (Fx_popup_dialog): Likewise.
2119
2120 2012-07-11 Glenn Morris <rgm@gnu.org>
2121
2122 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
2123 since nothing has defined it on these platforms.
2124
2125 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
2126 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
2127
2128 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
2129 * s/gnu-linux.h, s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
2130 Move CLASH_DETECTION to configure.
2131
2132 * s/gnu.h: Remove file, which is now empty.
2133
2134 * s/gnu.h, s/gnu-linux.h:
2135 Move GNU_LIBRARY_PENDING_OUTPUT_COUNT to configure.
2136
2137 2012-07-11 John Wiegley <johnw@newartisans.com>
2138
2139 * alloc.c (mark_memory): Guard the "no_address_safety_analysis"
2140 function attribute, so we only use it if it exists in the
2141 compiler.
2142
2143 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2144
2145 Avoid call to strlen in fast_c_string_match_ignore_case.
2146 * search.c (fast_c_string_match_ignore_case): Change to use
2147 length argument. Adjust users accordingly.
2148 * lisp.h (fast_c_string_match_ignore_case): Adjust prototype.
2149
2150 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2151
2152 Assume mkdir, rmdir.
2153 * sysdep.c (mkdir) [!HAVE_MKDIR]: Remove.
2154 * sysdep.c (rmdir) [!HAVE_RMDIR]: Remove.
2155
2156 Assume rename.
2157 * sysdep.c (rename) [!HAVE_RENAME]: Remove.
2158
2159 Assume perror.
2160 * s/hpux10-20.h (HAVE_PERROR): Remove.
2161 * sysdep.c (perror) [HPUX && !HAVE_PERROR]:
2162 Remove dummy definition, as this problem was obsolete long ago.
2163
2164 Assume strerror.
2165 * sysdep.c (strerror) [!HAVE_STRERROR && !WINDOWSNT]: Remove.
2166
2167 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru>
2168
2169 Avoid calls to strlen in font processing functions.
2170 * font.c (font_parse_name, font_parse_xlfd, font_parse_fcname)
2171 (font_open_by_name): Change to use length argument.
2172 Adjust users accordingly.
2173 * font.h (font_open_by_name, font_parse_xlfd, font_unparse_xlfd):
2174 Adjust prototypes.
2175 * xfont.c (xfont_decode_coding_xlfd, font_unparse_xlfd):
2176 Change to return ptrdiff_t.
2177 (xfont_list_pattern, xfont_match): Use length returned by
2178 xfont_decode_coding_xlfd.
2179 * xfns.c (x_default_font_parameter): Omit useless xstrdup.
2180
2181 2012-07-11 Glenn Morris <rgm@gnu.org>
2182
2183 * s/darwin.h, s/freebsd.h, s/netbsd.h:
2184 Move DONT_REOPEN_PTY to configure.
2185
2186 * sound.c (DEFAULT_SOUND_DEVICE) [!WINDOWSNT]:
2187 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Let configure set it.
2188
2189 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2190
2191 Remove "#define unix" that is no longer needed (Bug#11905).
2192 * s/aix4-2.h (unix): Remove; no longer needed.
2193
2194 EMACS_TIME simplification (Bug#11875).
2195 This replaces macros (which typically do not work in GDB)
2196 with functions, typedefs and enums, making the code easier to debug.
2197 The functional style also makes code easier to read and maintain.
2198 * systime.h: Include <sys/time.h> on all hosts, not just if
2199 WINDOWSNT, since 'struct timeval' is needed in general.
2200 (EMACS_TIME): Now a typedef, not a macro.
2201 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): Now constants,
2202 not macros.
2203 (EMACS_SECS, EMACS_NSECS, EMACS_TIME_SIGN, EMACS_TIME_VALID_P)
2204 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE, EMACS_TIME_EQ)
2205 (EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT)
2206 (EMACS_TIME_LE): Now functions, not macros.
2207 (EMACS_SET_SECS, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS)
2208 (EMACS_SET_USECS, EMACS_SET_SECS_USECS): Remove these macros,
2209 which are not functions. All uses rewritten to use:
2210 (make_emacs_time): New function.
2211 (EMACS_SECS_ADDR, EMACS_SET_INVALID_TIME, EMACS_GET_TIME)
2212 (EMACS_ADD_TIME, EMACS_SUB_TIME): Remove these macros, which are
2213 not functions. All uses rewritten to use the following, respectively:
2214 (emacs_secs_addr, invalid_emacs_time, get_emacs_time)
2215 (add_emacs_time, sub_emacs_time): New functions.
2216 * atimer.c: Don't include <sys/time.h>, as "systime.h" does this.
2217 * fileio.c (Fcopy_file):
2218 * xterm.c (XTflash): Get the current time closer to when it's used.
2219 * makefile.w32-in ($(BLD)/atimer.$(O)): Update dependencies.
2220
2221 * bytecode.c (targets): Suppress -Woverride-init warnings.
2222
2223 Simplify by avoiding confusing use of strncpy etc.
2224 * doc.c (Fsnarf_documentation):
2225 * fileio.c (Ffile_name_directory, Fsubstitute_in_file_name):
2226 * frame.c (Fmake_terminal_frame):
2227 * gtkutil.c (get_utf8_string):
2228 * lread.c (openp):
2229 * nsmenu.m (ns_update_menubar):
2230 * regex.c (regerror):
2231 Prefer memcpy to strncpy and strncat when either will do.
2232 * fileio.c (Fsubstitute_in_file_name):
2233 * keyboard.c (MULTI_LETTER_MOD, parse_modifiers_uncached)
2234 (menu_separator_name_p):
2235 * nsmenu.m (ns_update_menubar):
2236 Prefer memcmp to strncmp when either will do.
2237 * nsterm.m: Include <ftoastr.h>.
2238 (ns_get_color):
2239 * s/gnu-linux.h, s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):
2240 Prefer snprintf to strncpy.
2241 * nsterm.m (ns_term_init):
2242 * widget.c (set_frame_size) [0]: Prefer xstrdup to xmalloc + strncpy.
2243 * nsterm.m (ns_term_init):
2244 Avoid the need for strncpy, by using build_string or
2245 make_unibyte_string directly. Use dtoastr, not snprintf.
2246 * process.c (Fmake_network_process): Diagnose service names that
2247 are too long, rather than silently truncating them or creating
2248 non-null-terminated names.
2249 (Fnetwork_interface_info): Likewise, for interface names.
2250 * sysdep.c (system_process_attributes) [GNU_LINUX]:
2251 Prefer sprintf to strncat.
2252 * xdisp.c (debug_method_add) [GLYPH_DEBUG]:
2253 Prefer vsnprintf to vsprintf + strncpy.
2254
2255 2012-07-10 Glenn Morris <rgm@gnu.org>
2256
2257 * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]:
2258 Clarify fallback case.
2259
2260 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2261
2262 Use XCAR and XCDR instead of Fcar and Fcdr where possible.
2263 * callint.c, coding.c, doc.c, editfns.c, eval.c, font.c, fontset.c,
2264 * frame.c, gnutls.c, minibuf.c, msdos.c, textprop.c, w32fns.c,
2265 * w32menu.c, window.c, xmenu.c: Change to use XCAR and XCDR
2266 where argument type is known to be a Lisp_Cons.
2267
2268 2012-07-10 Tom Tromey <tromey@redhat.com>
2269
2270 * bytecode.c (BYTE_CODE_THREADED): New macro.
2271 (BYTE_CODES): New macro. Replaces all old byte-code defines.
2272 (enum byte_code_op): New type.
2273 (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
2274 (exec_byte_code): Use them. Use token threading when applicable.
2275
2276 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2277
2278 Optimize pure C strings initialization.
2279 * lisp.h (make_pure_string): Fix prototype.
2280 (build_pure_c_string): New function, defined as static inline. This
2281 provides a better opportunity to optimize away calls to strlen when
2282 the function is called with compile-time constant argument.
2283 * alloc.c (make_pure_c_string): Fix comment. Change to add nchars
2284 argument, adjust users accordingly. Use build_pure_c_string where
2285 appropriate.
2286 * buffer.c, coding.c, data.c, dbusbind.c, fileio.c, fontset.c, frame.c,
2287 * keyboard.c, keymap.c, lread.c, search.c, syntax.c, w32fns.c, xdisp.c,
2288 * xfaces.c, xfns.c, xterm.c: Use build_pure_c_string where appropriate.
2289
2290 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2291
2292 Avoid calls to strlen in miscellaneous functions.
2293 * buffer.c (init_buffer): Use precalculated len, adjust if needed.
2294 * font.c (Ffont_xlfd_name): Likewise. Change to call make_string.
2295 * lread.c (openp): Likewise.
2296
2297 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
2298
2299 Avoid calls to strlen in path processing functions.
2300 * fileio.c (file_name_as_directory): Add comment. Change to add
2301 srclen argument and return the length of result. Adjust users
2302 accordingly.
2303 (directory_file_name): Fix comment. Change to add srclen argument,
2304 swap 1st and 2nd arguments to obey the common convention.
2305 Adjust users accordingly.
2306 * filelock.c (fill_in_lock_file_name): Avoid calls to strlen.
2307
2308 2012-07-10 Glenn Morris <rgm@gnu.org>
2309
2310 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h:
2311 Move PENDING_OUTPUT_COUNT definition to configure.
2312
2313 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
2314 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
2315 * s/gnu.h (DATA_START): Move definitions to configure.
2316
2317 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
2318 We include usg5-4-common.h, which defines them both.
2319
2320 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
2321 O_RDONLY already includes it).
2322
2323 Stop ns builds setting the EMACSLOADPATH environment variable.
2324 * nsterm.m (ns_load_path): Rename from ns_init_paths.
2325 Now it does not set EMACSLOADPATH, just returns the load-path string.
2326 * nsterm.h: Update accordingly.
2327 * lread.c [HAVE_NS]: Include nsterm.h.
2328 (init_lread) [HAVE_NS]: Use ns_load_path.
2329 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
2330
2331 2012-07-09 Glenn Morris <rgm@gnu.org>
2332
2333 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,
2334 since the included bsd-common.h does so.
2335
2336 Stop ns builds setting the EMACSPATH environment variable.
2337 * nsterm.m (ns_exec_path): New function, split from ns_init_paths.
2338 (ns_init_paths): Do not set EMACSPATH.
2339 * nsterm.h (ns_exec_path): Add it.
2340 * callproc.c (init_callproc_1, init_callproc) [HAVE_NS]:
2341 Use ns_exec_path.
2342
2343 * nsterm.m, nsterm.h (ns_etc_directory): Fix type, empty return.
2344
2345 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2346
2347 * process.c (wait_reading_process_output): 'waitchannels' was unset
2348 when read_kbd || !NILP (wait_for_cell); fix this.
2349
2350 Add GCC-style 'const' attribute to functions that can use it.
2351 * character.h (char_resolve_modifier_mask):
2352 * keyboard.h (make_ctrl_char):
2353 * lisp.h (multibyte_char_to_unibyte, multibyte_char_to_unibyte_safe)
2354 (init_character_once, next_almost_prime, init_fns, init_image)
2355 (flush_pending_output, init_sound):
2356 * mem-limits.h (start_of_data):
2357 * menu.h (finish_menu_items):
2358 Add ATTRIBUTE_CONST.
2359 * emacs.c (DEFINE_DUMMY_FUNCTION):
2360 Declare the dummy function with ATTRIBUTE_CONST.
2361 * lisp.h (Fbyteorder, Fmax_char, Fidentity):
2362 Add decls with ATTRIBUTE_CONST.
2363
2364 Minor improvements to make_formatted_string.
2365 * alloc.c (make_formatted_string): Prefer int to ptrdiff_t
2366 where int is good enough, as vsprintf returns an int.
2367 * lisp.h (make_formatted_string): Add ATTRIBUTE_FORMAT_PRINTF.
2368
2369 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
2370
2371 Use make_formatted_string to avoid double length calculation.
2372 * lisp.h (make_formatted_string): New prototype.
2373 * alloc.c (make_formatted_string): New function.
2374 * buffer.c (Fgenerate_new_buffer_name): Use it.
2375 * dbus.c (syms_of_dbusbind): Likewise.
2376 * editfns.c (Fcurrent_time_zone): Likewise.
2377 * filelock.c (get_boot_time): Likewise.
2378 * frame.c (make_terminal_frame, set_term_frame_name)
2379 (x_report_frame_params): Likewise.
2380 * image.c (gs_load): Likewise.
2381 * minibuf.c (get_minibuffer): Likewise.
2382 * msdos.c (dos_set_window_size): Likewise.
2383 * process.c (make_process): Likewise.
2384 * xdisp.c (ensure_echo_area_buffers): Likewise.
2385 * xsettings.c (apply_xft_settings): Likewise.
2386
2387 2012-07-09 Glenn Morris <rgm@gnu.org>
2388
2389 Stop ns builds polluting the environment with EMACSDATA, EMACSDOC.
2390 * nsterm.m (ns_etc_directory): New function, split from ns_init_paths.
2391 (ns_init_paths): Do not set EMACSDATA, EMACSDOC.
2392 * nsterm.h (ns_etc_directory): Add it.
2393 * callproc.c [HAVE_NS]: Include nsterm.h.
2394 (init_callproc_1, init_callproc) [HAVE_NS]: Use ns_etc_directory.
2395
2396 2012-07-09 Dmitry Antipov <dmantipov@yandex.ru>
2397
2398 Move marker debugging code under MARKER_DEBUG.
2399 * marker.c (MARKER_DEBUG): Move marker debugging code under
2400 #ifdef MARKER_DEBUG because byte_char_debug_check is too slow
2401 for bootstrap with --enable-checking (~3x slowdown reported
2402 by Juanma Barranquero <lekktu@gmail.com>).
2403 (verify_bytepos): Move under #ifdef MARKER_DEBUG.
2404
2405 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2406
2407 * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.
2408 See <http://bugs.gnu.org/11825#29>.
2409
2410 2012-07-08 Eli Zaretskii <eliz@gnu.org>
2411
2412 * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph
2413 has no font, use the frame's font. (Bug#11813)
2414 (display_line): Add commentary about displaying truncation glyphs
2415 on GUI frames.
2416 (produce_special_glyphs): Move here from term.c.
2417
2418 * term.c (produce_special_glyphs): Move to xdisp.c.
2419
2420 * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
2421 section.
2422
2423 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2424
2425 * xdisp.c (display_line): Avoid warning about implicit declaration
2426 of FRAME_FONT.
2427
2428 * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.
2429
2430 * lisp.h: Remove empty conditional.
2431
2432 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2433
2434 * lread.c (load_path_check): Now static.
2435
2436 Fix some minor --with-ns problems found by static checking.
2437 * frame.c (Ftool_bar_pixel_width) [!FRAME_TOOLBAR_WIDTH]:
2438 (x_set_font) [!HAVE_X_WINDOWS]:
2439 * image.c (xpm_load_image) [HAVE_NS]:
2440 (x_to_xcolors) [!HAVE_X_WINDOWS && !HAVE_NTGUI]:
2441 (x_disable_image) [!HAVE_NS && !HAVE_NTGUI]:
2442 Remove unused local.
2443 (Fx_parse_geometry) [HAVE_NS]: Don't return garbage.
2444 (xpm_load_image) [HAVE_NS && !HAVE_XPM]: Remove unused label.
2445 * image.c (x_create_bitmap_from_file) [HAVE_NS]:
2446 (xpm_load_image, xpm_load) [HAVE_NS && !HAVE_XPM]:
2447 * nsselect.m (symbol_to_nsstring, ns_string_to_pasteboard_internal):
2448 * xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
2449 Fix pointer signedness problem.
2450 * xfaces.c (FRAME_X_FONT_TABLE):
2451 * xterm.h (FRAME_X_FONT_TABLE): Remove unused, incompatible macros.
2452
2453 2012-07-07 Glenn Morris <rgm@gnu.org>
2454
2455 * lread.c (load_path_check): New function, split from init_lread.
2456 (init_lread): Reorganize. Motivation:
2457 If EMACSLOADPATH is set, check/warn about that rather than the
2458 defaults, which we are not going to use. Hence we can remove
2459 the turn_off_warning and WINDOWSNT || HAVE_NS tests.
2460 Don't warn if site-lisp directories are missing.
2461 If not installed, start from a blank load-path, since
2462 PATH_LOADSEARCH refers to the eventual installation directories.
2463
2464 2012-07-07 Eli Zaretskii <eliz@gnu.org>
2465
2466 Support truncation and continuation glyphs on GUI frames, when
2467 fringes are disabled. (Bug#11832)
2468 * xdisp.c (init_iterator): Get dimensions of truncation and
2469 continuation glyphs even if on GUI frames.
2470 Adjust it->last_visible_x on GUI frames when the left or right fringes,
2471 or both, are absent.
2472 (start_display, move_it_in_display_line_to): Handle the case of a
2473 GUI frame without a fringe to display continuation or truncation
2474 glyphs.
2475 (insert_left_trunc_glyphs): Support GUI frames: make sure
2476 truncation glyphs overwrite enough glyphs from the current line to
2477 have sufficient space in pixels.
2478 (display_line): Support truncation and continuation glyphs on GUI
2479 frames. If some spare pixels are left on the line after inserting
2480 the truncation glyphs, fill that space with a stretch glyph of a
2481 suitably computed width.
2482
2483 * term.c (produce_special_glyphs): Call PRODUCE_GLYPHS, not
2484 produce_glyphs, to support GUI sessions.
2485
2486 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2487
2488 * sysdep.c (ULLONG_MAX): Define if not already defined (Bug#11781).
2489
2490 * sysdep.c (list_system_processes): Port to NetBSD-current (Bug#11797).
2491
2492 Do not require float-time's arg to fit in time_t (Bug#11825).
2493 This works better on hosts where time_t is unsigned, and where
2494 float-time is applied to the (negative) difference between two times.
2495 * editfns.c (decode_time_components): Last arg is now double *,
2496 not int *, and means to store all the result as a double, without
2497 worrying about whether the seconds part fits in time_t.
2498 All callers changed.
2499 (lisp_time_argument): Remove last int * arg, as it's no longer needed.
2500 All callers changed.
2501 (Ffloat_time): Do not fail merely because the specified time falls
2502 outside of time_t range.
2503
2504 2012-07-07 Glenn Morris <rgm@gnu.org>
2505
2506 * s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
2507 * s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
2508 * s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
2509
2510 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
2511
2512 * makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)):
2513 Update dependencies.
2514
2515 * s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
2516
2517 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2518
2519 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
2520 * dispextern.h, nsfns.m, nsterm.m: Include <c-strcase.h>.
2521 * dispextern.h (xstrcasecmp): Rewrite using c_strcasecmp.
2522 * nsfns.m (x_get_string_resource): Use c_strncasecmp, not strncasecmp.
2523 * nsterm.m (ns_default): Use c_strcasecmp, not strcasecmp.
2524 * xfaces.c (xstrcasecmp) [!HAVE_STRCASECMP]: Remove.
2525
2526 * xfont.c (compare_font_names): Redo to omit the need for casts.
2527
2528 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
2529
2530 * xfns.c (Fx_change_window_property): Doc fix.
2531 * w32fns.c (Fx_change_window_property): Doc fix.
2532
2533 * w32fns.c (Fx_window_property): Accept the same arguments as the
2534 X Windows version. Doc fix.
2535 * xfns.c (Fx_window_property): Doc fix. (Bug#11870)
2536
2537 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
2538 Eli Zaretskii <eliz@gnu.org>
2539
2540 * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
2541 Windows-specific code from nt/config.nt moved here.
2542 Obsolete settings removed.
2543
2544 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2545
2546 * process.c: Avoid unnecessary calls to gettime.
2547 (wait_reading_process_output): Don't get the time of day
2548 when gobbling data immediately and not waiting, as there's no need
2549 for it in that case. This removes a FIXME.
2550
2551 2012-07-06 Jan Djärv <jan.h.d@swipnet.se>
2552
2553 * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3
2554 is defined (Bug#11768).
2555
2556 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
2557
2558 Fix marker debugging code.
2559 * marker.c (byte_char_debug_check): Do not perform the check
2560 if buffer is not multibyte.
2561 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
2562 Call byte_char_debug_check with correct arguments.
2563
2564 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
2565
2566 Compile marker debugging code only if ENABLE_CHECKING is defined.
2567 * marker.c (byte_char_debug_check, count_markers):
2568 Use only if ENABLE_CHECKING is defined.
2569 (byte_debug_flag): Remove.
2570 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
2571 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
2572
2573 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
2574
2575 Avoid code repetition in marker-related functions.
2576 * marker.c (attach_marker): New function.
2577 (Fset_marker, set_marker_restricted, set_marker_both)
2578 (set_marker_restricted_both): Use it.
2579 (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at):
2580 Consistently rename charno to charpos.
2581 (marker_position): Add eassert.
2582 (marker_byte_position): Convert to eassert.
2583
2584 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
2585
2586 Simplify list operations in unchain_overlay and unchain_marker.
2587 * buffer.c (unchain_overlay): Simplify. Add comment.
2588 * marker.c (unchain_marker): Simplify. Fix comments.
2589
2590 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
2591
2592 Introduce fast path for the widely used marker operation.
2593 * alloc.c (build_marker): New function.
2594 * lisp.h (build_marker): New prototype.
2595 * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it.
2596 * composite.c (autocmp_chars): Likewise.
2597 * editfns.c (buildmark): Remove.
2598 (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker)
2599 (save_restriction_save): Use build_marker.
2600 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise.
2601 * window.c (save_window_save): Likewise.
2602
2603 2012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
2604
2605 Do not use Fdelete_overlay in delete_all_overlays
2606 to avoid redundant calls to unchain_overlay.
2607 * buffer.c (drop_overlay): New function.
2608 (delete_all_overlays, Fdelete_overlay): Use it.
2609 * minibuf.c (get_minibuffer): Fix comment.
2610
2611 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2612
2613 Port to OpenBSD 5.1 amd64.
2614 * sysdep.c [BSD_SYSTEM]: Include <sys/param.h> before <sys/sysctl.h>.
2615 This is needed for OpenBSD, and should be harmless on all BSD systems.
2616 Also, include <sys/sysctl.h>, as it should be available on all
2617 BSD_SYSTEM hosts given that we're already calling sysctl in that case.
2618 (list_system_processes) [__OpenBSD__]: Use DARWIN_OS style mib, but
2619 use p_pid member, not kp_proc.pid.
2620
2621 2012-07-06 Glenn Morris <rgm@gnu.org>
2622
2623 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
2624
2625 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
2626
2627 More xmalloc and related cleanup.
2628 * alloc.c, bidi.c, buffer.c, buffer.h, bytecode.c, callint.c:
2629 * callproc.c, charset.c, coding.c, composite.c, data.c, dispnew.c:
2630 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fns.c:
2631 * font.c, fontset.c, frame.c, fringe.c, ftfont.c, ftxfont.c, gmalloc.c:
2632 * gtkutil.c, image.c, keyboard.c, keymap.c, lread.c, macros.c, menu.c:
2633 * nsfns.m, nsfont.m, nsmenu.m, nsterm.m, print.c, process.c, ralloc.c:
2634 * regex.c, region-cache.c, scroll.c, search.c, sound.c, syntax.c:
2635 * sysdep.c, term.c, termcap.c, unexmacosx.c, window.c, xdisp.c:
2636 * xfaces.c, xfns.c, xftfont.c, xgselect.c, xmenu.c, xrdb.c, xselect.c:
2637 * xterm.c:
2638 Omit needless casts involving void * pointers and allocation.
2639 Prefer "P = xmalloc (sizeof *P)" to "P = xmalloc (sizeof (TYPE_OF_P))",
2640 as the former is more robust if P's type is changed.
2641 Prefer xzalloc to xmalloc + memset 0.
2642 Simplify malloc-or-realloc to realloc.
2643 Don't worry about xmalloc returning a null pointer.
2644 Prefer xstrdup to xmalloc + strcpy.
2645 * editfns.c (Fmessage_box): Grow message_text by at least 80 when
2646 growing it.
2647 * keyboard.c (apply_modifiers_uncached): Prefer local array to
2648 alloca of a constant.
2649
2650 2012-07-05 Eli Zaretskii <eliz@gnu.org>
2651
2652 * xdisp.c (display_line): Fix horizontal pixel coordinates when
2653 hscroll is larger than the line width. Fixes long and futile
2654 looping inside extend_face_to_end_of_line (on a TTY) producing
2655 glyphs that are not needed and thrown away.
2656
2657 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
2658
2659 * marker.c (set_marker_restricted_both): Simplify by using
2660 clip_to_bounds.
2661
2662 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
2663
2664 * editfns.c (region_limit): Simplify by using clip_to_bounds.
2665
2666 2012-07-05 Jan Djärv <jan.h.d@swipnet.se>
2667
2668 * gtkutil.c (gtk_scrollbar_new, gtk_box_new): Define when HAVE_GTK3 is
2669 not defined (Bug#11768).
2670 (xg_create_frame_widgets): Use gtk_plug_new_for_display (Bug#11768).
2671 (xg_create_frame_widgets, create_dialog, xg_get_file_with_chooser)
2672 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
2673 followed by gtk_box_set_homogeneous (Bug#11768).
2674 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
2675 (update_theme_scrollbar_width, xg_create_scroll_bar):
2676 Use gtk_scrollbar_new (Bug#11768).
2677 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
2678 (is_box_type): New function (Bug#11768).
2679 (xg_tool_item_stale_p): Call is_box_type.
2680 (xg_initialize): Get settings by calling gtk_settings_get_for_screen
2681 with default display (Bug#11768).
2682
2683 2012-07-05 Eli Zaretskii <eliz@gnu.org>
2684
2685 * xdisp.c (window_hscroll_limited): New function.
2686 (pos_visible_p, init_iterator): Use it to avoid overflow of pixel
2687 coordinates when window's hscroll is set to insanely large
2688 values. (Bug#11857)
2689
2690 2012-07-05 Juanma Barranquero <lekktu@gmail.com>
2691
2692 * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
2693 ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
2694
2695 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
2696
2697 Cleanup xmalloc.
2698 * lisp.h (xzalloc): New prototype. Omit needless casts.
2699 * alloc.c (xzalloc): New function. Omit needless casts.
2700 * charset.c: Omit needless casts. Convert all calls to
2701 xmalloc with following memset to xzalloc.
2702 * dispnew.c: Likewise.
2703 * fringe.c: Likewise.
2704 * image.c: Likewise.
2705 * sound.c: Likewise.
2706 * term.c: Likewise.
2707 * w32fns.c: Likewise.
2708 * w32font.c: Likewise.
2709 * w32term.c: Likewise.
2710 * xfaces.c: Likewise.
2711 * xfns.c: Likewise.
2712 * xterm.c: Likewise.
2713 * atimer.c: Omit needless casts.
2714 * buffer.c: Likewise.
2715 * callproc.c: Likewise.
2716 * ccl.c: Likewise.
2717 * coding.c: Likewise.
2718 * composite.c: Likewise.
2719 * doc.c: Likewise.
2720 * doprnt.c: Likewise.
2721 * editfns.c: Likewise.
2722 * emacs.c: Likewise.
2723 * eval.c: Likewise.
2724 * filelock.c: Likewise.
2725 * fns.c: Likewise.
2726 * gtkutil.c: Likewise.
2727 * keyboard.c: Likewise.
2728 * lisp.h: Likewise.
2729 * lread.c: Likewise.
2730 * minibuf.c: Likewise.
2731 * msdos.c: Likewise.
2732 * print.c: Likewise.
2733 * process.c: Likewise.
2734 * region-cache.c: Likewise.
2735 * search.c: Likewise.
2736 * sysdep.c: Likewise.
2737 * termcap.c: Likewise.
2738 * terminal.c: Likewise.
2739 * tparam.c: Likewise.
2740 * w16select.c: Likewise.
2741 * w32.c: Likewise.
2742 * w32reg.c: Likewise.
2743 * w32select.c: Likewise.
2744 * w32uniscribe.c: Likewise.
2745 * widget.c: Likewise.
2746 * xdisp.c: Likewise.
2747 * xmenu.c: Likewise.
2748 * xrdb.c: Likewise.
2749 * xselect.c: Likewise.
2750
2751 2012-07-05 Paul Eggert <eggert@cs.ucla.edu>
2752
2753 * fileio.c (time_error_value): Check the right error number.
2754 Problem reported by Troels Nielsen in
2755 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00095.html>.
2756
2757 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2758
2759 * window.c (set_window_hscroll): Revert the 100000 hscroll limit.
2760 This should be fixed in a better way; see Eli Zaretskii in
2761 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00088.html>.
2762 (HSCROLL_MAX): Remove; this is now internal to set_window_hscroll.
2763
2764 * fileio.c (time_error_value): Rename from special_mtime.
2765 The old name's problems were noted by Eli Zaretskii in
2766 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00087.html>.
2767
2768 * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
2769 This variable's comment says Emacs needs at least one GDB-visible
2770 symbol of type enum pvec_type, to work around GDB problems.
2771 The symbol's value doesn't matter.
2772
2773 * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
2774 that causes compilation to fail on pre-C99 compilers.
2775
2776 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
2777
2778 * s/ms-w32.h (LISP_FLOAT_TYPE, HAVE_MEMCMP, HAVE_MEMCPY)
2779 (HAVE_MEMMOVE, HAVE_MEMSET): Don't set, obsolete.
2780
2781 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2782
2783 * buffer.c (init_buffer_once): Fix initialization of
2784 headers for buffer_defaults and buffer_local_symbols.
2785 Reported by Juanma Barranquero <lekktu@gmail.com>.
2786
2787 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
2790 * lisp.h (enum pvec_type): Use fewer bits.
2791 (PSEUDOVECTOR_SIZE_BITS): New constant.
2792 (PSEUDOVECTOR_SIZE_MASK, PVEC_TYPE_MASK): Use it.
2793 (XSETPVECTYPESIZE, XSETTYPED_PSEUDOVECTOR, DEFUN): Adapt code to
2794 change in pvec_type.
2795 (PSEUDOVECTOR_TYPEP): New macro.
2796 (TYPED_PSEUDOVECTORP): Use it.
2797 * fns.c (internal_equal): Adapt code to extract pvectype.
2798 * emacs.c (gdb_pvec_type): Update type.
2799 * alloc.c (PSEUDOVECTOR_NBYTES): New macro.
2800 (VECTOR_FREE_LIST_SIZE_MASK): Remove (=> PSEUDOVECTOR_SIZE_MASK).
2801 (VECTOR_FREE_LIST_FLAG): Remove (=> PVEC_FREE).
2802 (SETUP_ON_FREE_LIST): Use XSETPVECTYPESIZE.
2803 (sweep_vectors): Use it. Use local var `total_bytes' instead of
2804 abusing vector->header.next.nbytes.
2805 (live_vector_p): Use PVEC_TYPE.
2806 (mark_object): Adapt code to extract pvectype. Use switch.
2807
2808 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2809
2810 * doprnt.c (doprnt): Don't assume string length fits in 'int'.
2811 Tighten new eassert a bit.
2812
2813 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2814
2815 Fix compilation with --enable-gcc-warnings and -O1
2816 optimization level.
2817 * doprnt.c (doprnt): Change type of tem to int, initialize
2818 to avoid compiler warning. Add eassert.
2819 * search.c (simple_search): Initialize match_byte to avoid
2820 compiler warning. Add eassert.
2821
2822 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2823
2824 Avoid weird behavior with large horizontal scrolls.
2825 Without this change, for example, large hscroll values would
2826 mess up Emacs's display on Fedora 15 x86, presumably due to
2827 overflows in int calculations in the display code.
2828 Also, if buffers had long lines, Emacs would freeze.
2829 * window.c (HSCROLL_MAX): Reduce to 100000, and make it visible to GDB.
2830 (set_window_hscroll): New function, containing the old guts of
2831 Fset_window_hscroll. Return the clipped value.
2832 (Fset_window_hscroll, Fscroll_left, Fscroll_right): Use it.
2833 This avoids the need to check against PTRDIFF_MAX.
2834
2835 * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.
2836
2837 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2838
2839 * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
2840
2841 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2842
2843 * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
2844 Conditionalize the pragmas on GCC 4.5 or later, not GCC 4.3 or later,
2845 since GCC 4.4.6 issues a bogus warning for them.
2846
2847 Fix bugs in file timestamp newness comparisons.
2848 * fileio.c (Ffile_newer_than_file_p):
2849 * lread.c (Fload): Use full timestamp resolution of files,
2850 not just the 1-second resolution, so that files that are only
2851 slightly newer still count as newer.
2852 * fileio.c (Ffile_newer_than_file_p): Don't assume file
2853 timestamps fit in 'int'; this fixes a Y2038 bug on most hosts.
2854
2855 2012-07-03 Paul Eggert <eggert@cs.ucla.edu>
2856
2857 * fileio.c: Improve handling of file time marker. (Bug#11852)
2858 (special_mtime): New function.
2859 (Finsert_file_contents, Fverify_visited_file_modtime):
2860 Use it to set special mtime values consistently.
2861
2862 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
2863
2864 * fileio.c (Finsert_file_contents): Properly handle st_mtime
2865 marker for non-existing file. (Bug#11852)
2866
2867 2012-07-03 Glenn Morris <rgm@gnu.org>
2868
2869 * lisp.h (Fread_file_name): Restore EXFUN (it's not a normal DEFUN
2870 and did not make it into globals.h).
2871
2872 2012-07-03 Tom Tromey <tromey@redhat.com>
2873
2874 * window.c (Fset_window_margins, Fset_window_fringes)
2875 (Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
2876 * textprop.c (Fprevious_property_change): No longer static.
2877 * syntax.c (Fsyntax_table_p): No longer static.
2878 * process.c (Fget_process, Fprocess_datagram_address): No longer
2879 static.
2880 * keymap.c (Flookup_key, Fcopy_keymap): No longer static.
2881 * keyboard.c (Fcommand_execute): No longer static.
2882 Remove EXFUN.
2883 * insdel.c (Fcombine_after_change_execute): No longer static.
2884 * image.c (Finit_image_library): No longer static.
2885 * fileio.c (Fmake_symbolic_link): No longer static.
2886 * eval.c (Ffetch_bytecode): No longer static.
2887 * editfns.c (Fuser_full_name): No longer static.
2888 * doc.c (Fdocumentation_property, Fsnarf_documentation):
2889 No longer static.
2890 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
2891 static.
2892 * dired.c (Ffile_attributes): No longer static.
2893 * composite.c (Fcomposition_get_gstring): No longer static.
2894 * callproc.c (Fgetenv_internal): No longer static.
2895
2896 * ccl.h: Remove EXFUNs.
2897 * buffer.h: Remove EXFUNs.
2898 * dispextern.h: Remove EXFUNs.
2899 * intervals.h: Remove EXFUNs.
2900 * fontset.h: Remove EXFUN.
2901 * font.h: Remove EXFUNs.
2902 * dosfns.c (system_process_attributes): Remove EXFUN.
2903 * keymap.h: Remove EXFUNs.
2904 * lisp.h: Remove EXFUNs.
2905 * w32term.h: Remove EXFUNs.
2906 * window.h: Remove EXFUNs.
2907 * xsettings.h: Remove EXFUN.
2908 * xterm.h: Remove EXFUN.
2909
2910 2012-07-03 Glenn Morris <rgm@gnu.org>
2911
2912 * lisp.h (Frandom): Make it visible to C.
2913 * buffer.c (Fgenerate_new_buffer_name): Speed up finding a new
2914 buffer for invisible buffers. (Bug#1229)
2915
2916 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
2917
2918 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
2919 values which aren't power of 2.
2920 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
2921 Verify it's value and the value of VECTOR_BLOCK_SIZE. Adjust users
2922 accordingly.
2923
2924 2012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * lisp.h (Lisp_Misc, Lisp_Fwd): Move around to group better.
2927
2928 * alloc.c (mark_object): Revert part of last patch to use `switch'.
2929
2930 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
2931
2932 * alloc.c (allocate_vector_block): Remove redundant
2933 calls to mallopt if DOUG_LEA_MALLOC is defined.
2934 (allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
2935 avoid calls to mallopt if zero_vector is returned.
2936
2937 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
2938
2939 * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
2940 is enabled, avoid dereferencing NULL current_sblock if
2941 running undumped.
2942
2943 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru>
2944
2945 Cleanup basic buffer management.
2946 * buffer.h (struct buffer): Change layout to use generic vector
2947 marking code. Fix some comments. Change type of 'clip_changed'
2948 to bitfield. Remove unused #ifndef old.
2949 (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER): Remove.
2950 (GET_OVERLAYS_AT): Fix indentation.
2951 (for_each_per_buffer_object_at): New macro.
2952 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
2953 (Fbuffer_local_variables): Use it.
2954 (init_buffer_once, syms_of_buffer): Remove unused #ifndef old.
2955 * alloc.c (allocate_buffer): Adjust to match new layout of
2956 struct buffer. Fix comment.
2957 (mark_overlay): New function.
2958 (mark_buffer): Use it. Use mark_vectorlike to mark normal
2959 Lisp area of struct buffer.
2960 (mark_object): Use it. Adjust marking of misc objects
2961 and related comments.
2962
2963 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
2964
2965 * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"
2966 wrapper that is not needed because the wrapped code is a no-op (zero
2967 machine instructions) when GC_CHECK_MARKED_OBJECTS is not defined.
2968 This avoids a -Wunused-macros diagnostic with GCC 4.7.1 x86-64.
2969
2970 2012-07-02 Dmitry Antipov <dmantipov@yandex.ru>
2971
2972 * alloc.c (mark_buffer): Simplify. Remove prototype.
2973 (mark_object): Add comment. Reorganize marking of vector-like
2974 objects. Use CHECK_LIVE for all vector-like objects except buffers
2975 and subroutines when GC_CHECK_MARKED_OBJECTS is defined.
2976 Avoid redundant calls to mark_vectorlike for bool vectors.
2977
2978 2012-06-30 Glenn Morris <rgm@gnu.org>
2979
2980 * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
2981
2982 * epaths.in (PATH_SITELOADSEARCH): New.
2983 * lread.c (init_lread): Use PATH_SITELOADSEARCH.
2984 This is rather than relying on --enable-locallisppath elements
2985 having "site-lisp" in their names. (Bug#10208#25, 11658)
2986
2987 2012-06-30 Eli Zaretskii <eliz@gnu.org>
2988
2989 * w32proc.c (sys_select): Accept and ignore one more argument.
2990
2991 * w32.c (emacs_gnutls_pull): Call select with one more argument.
2992
2993 * sysselect.h [DOS_NT]: Don't include sys/select.h.
2994 (pselect) [!MS_DOS]: Redirect to sys_select.
2995
2996 * sysdep.c: Don't include dos.h and dosfns.h.
2997
2998 * process.c (sys_select):
2999 * msdos.c (sys_select): Accept one more argument and ignore it.
3000
3001 * msdos.c (event_timestamp, sys_select): Use gnulib's gettime;
3002 adapt data types and code to that.
3003
3004 * dosfns.c:
3005 * msdos.c (gettime, settime): Define away the prototypes in dos.h,
3006 which clashes with the gnulib function of the same name.
3007
3008 2012-06-30 Andreas Schwab <schwab@linux-m68k.org>
3009
3010 * font.c (font_style_to_value, font_style_symbolic)
3011 (font_prop_validate_style): Add type checks for values in
3012 font_style_table.
3013
3014 * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
3015 argument.
3016 * character.c, charset.c, menu.c, process.c, window.c: Adjust all
3017 uses.
3018
3019 2012-06-29 Eli Zaretskii <eliz@gnu.org>
3020
3021 * xdisp.c (try_window_id): Undo last change.
3022
3023 * w32.c (getwd): Adjust commentary about startup_dir.
3024 (init_environment): Always call sys_access, even in non-MSVC
3025 builds. Don't chdir to the directory of the Emacs executable.
3026 This undoes code from 1997 which was justified by the need to
3027 "avoid conflicts when removing and renaming directories". But its
3028 downside was that every relative file name was being interpreted
3029 relative to the directory of the Emacs executable, which can never
3030 be TRT. In particular, it broke sys_access when called with
3031 relative file names.
3032 (sys_access): Map GetLastError to errno.
3033
3034 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3035
3036 * window.h (struct window): Change type of 'fringes_outside_margins'
3037 to bitfield. Fix comment. Adjust users accordingly.
3038 (struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
3039 Adjust comment.
3040 * xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
3041 to ptrdiff_t.
3042
3043 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3044
3045 * gnutls.c (emacs_gnutls_handshake):
3046 Add QUIT to make the loop interruptible.
3047
3048 2012-06-29 Glenn Morris <rgm@gnu.org>
3049
3050 * charset.c (init_charset): Make lack of etc/charsets fatal.
3051
3052 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3053
3054 * editfns.c (region_limit): Fix type mismatch.
3055
3056 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3057
3058 * nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
3059 undefined. Convert from xassert to eassert.
3060 * nsmenu.m: Convert from xassert to eassert.
3061 * nsterm.m: Likewise.
3062
3063 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * editfns.c (region_limit): Clip to narrowing (bug#11770).
3066
3067 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
3068
3069 Avoid integer overflow on scroll-left and scroll-right.
3070 * window.c (HSCROLL_MAX): New macro.
3071 (Fscroll_left, Fscroll_right): Avoid undefined behavior on integer
3072 overflow when requested scroll falls outside ptrdiff_t range.
3073
3074 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3075
3076 * window.h (struct window): Change type of 'hscroll',
3077 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t,
3078 'last_modified' and 'last_overlay_modified' to EMACS_INT.
3079 Adjust users accordingly.
3080 * xdisp.c (try_cursor_movement): Replace type check with eassert.
3081 * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll'
3082 from EMACS_INT to ptrdiff_t.
3083 (make_window): Omit redundant initialization.
3084
3085 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
3086
3087 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
3088
3089 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3090
3091 * window.h (struct window): Change type of 'use_time' and
3092 'sequence_number' from Lisp_Object to int.
3093 * frame.c (make_frame): Adjust users accordingly.
3094 * print.c (print_object): Likewise.
3095 * window.c (select_window, Fwindow_use_time, make_parent_window)
3096 (make_window): Likewise.
3097
3098 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3099
3100 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
3101 enabled with --enable-checking=[all,glyphs] configure option.
3102 Fix GLYPH_DEBUG usage assuming that it may be undefined,
3103 adjust comments accordingly.
3104 * dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
3105 undefined, adjust comments accordingly.
3106 * image.c: Likewise.
3107 * scroll.c: Likewise.
3108 * w32fns.c: Likewise.
3109 * w32term.c: Likewise.
3110 * xdisp.c: Likewise.
3111 * xfaces.c: Likewise.
3112 * xfns.c: Likewise.
3113 * xterm.c: Likewise.
3114
3115 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3116
3117 Generalize run-time debugging checks.
3118 * dispextern.h (XASSERTS): Remove.
3119 * fontset.c (xassert): Remove.
3120 Convert from xassert to eassert.
3121 * alloc.c: Convert from xassert to eassert.
3122 * bidi.c: Likewise.
3123 * dispnew.c: Likewise.
3124 * fns.c: Likewise.
3125 * fringe.c: Likewise.
3126 * ftfont.c: Likewise.
3127 * gtkutil.c: Likewise.
3128 * image.c: Likewise.
3129 * keyboard.c: Likewise.
3130 * menu.c: Likewise.
3131 * process.c: Likewise.
3132 * scroll.c: Likewise.
3133 * sound.c: Likewise.
3134 * term.c: Likewise.
3135 * w32console.c: Likewise.
3136 * w32fns.c: Likewise.
3137 * w32term.c: Likewise.
3138 * window.c: Likewise.
3139 * xdisp.c: Likewise.
3140 * xfaces.c: Likewise.
3141 * xfns.c: Likewise.
3142 * xselect.c: Likewise.
3143 * xterm.c: Likewise.
3144
3145 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * fns.c (maybe_resize_hash_table): Output message when growing the
3148 purify-hashtable.
3149
3150 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3151
3152 * alloc.c (allocate_string_data): Remove dead code.
3153 * xsettings.c (XSETTINGS_FONT_NAME): Move under HAVE_XFT to
3154 avoid GCC warning about unused macro.
3155
3156 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3157
3158 * alloc.c (allocate_string): Omit intervals initialization.
3159 * alloc.c (make_uninit_multibyte_string): Initialize intervals
3160 as in make_pure_string and make_pure_c_string.
3161
3162 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3163
3164 * alloc.c (allocate_string): Fix last change.
3165
3166 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
3167
3168 * alloc.c (allocate_string): Remove two redundant calls
3169 to memset, add explicit initialization where appropriate.
3170
3171 2012-06-27 Glenn Morris <rgm@gnu.org>
3172
3173 * lisp.mk (lisp): Remove paths.elc.
3174
3175 2012-06-27 Chong Yidong <cyd@gnu.org>
3176
3177 * doc.c (Fsubstitute_command_keys): Fix punctuation.
3178
3179 2012-06-26 John Wiegley <johnw@newartisans.com>
3180
3181 * unexmacosx.c (copy_data_segment): Add two section names used
3182 on Mac OS X Lion: __mod_init_func and __mod_term_func.
3183
3184 * alloc.c (mark_memory): Do not check with -faddress-sanitizer
3185 when building with Clang.
3186
3187 2012-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * eval.c (Fapply): Allow calling it with a single argument.
3190
3191 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3192
3193 * s/ms-w32.h (strcasecmp, strncasecmp) [_MSC_VER]: Redirect to
3194 _stricmp and _strnicmp.
3195 (HAVE_STRCASECMP, HAVE_STRNCASECMP): Define to 1.
3196
3197 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3198
3199 * alloc.c (allocate_window): Zero out non-Lisp part of newly
3200 allocated window.
3201 (allocate_process): Likewise for new process.
3202 (allocate_terminal): Change to use offsetof.
3203 (allocate_frame): Likewise.
3204 * frame.c (make_frame): Omit redundant initialization.
3205 * window.c (make_parent_window): Use memset.
3206 (make_window): Omit redundant initialization.
3207 * process.c (make_process): Omit redundant initialization.
3208 * terminal.c (create_terminal): Likewise.
3209
3210 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3211
3212 * term.c (delete_tty): Remove redundant call to memset.
3213
3214 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
3215
3216 * alloc.c: Remove build_string.
3217 * lisp.h: Define build_string as static inline. This provides
3218 a better opportunity to optimize away calls to strlen when the
3219 function is called with compile-time constant argument.
3220 * image.c (imagemagick_error): Convert to build_string.
3221 * w32proc.c (sys_spawnve): Likewise.
3222 * xterm.c (x_term_init): Likewise.
3223
3224 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
3225
3226 Use sprintf return value instead of invoking strlen on result.
3227 In the old days this wasn't portable, since some sprintf
3228 implementations returned char *. But they died out years ago and
3229 Emacs already assumes sprintf returns int.
3230 Similarly for float_to_string.
3231 This patch speeds up (number-to-string 1000) by 3% on Fedora 15 x86-64.
3232 * ccl.c (ccl_driver):
3233 * character.c (string_escape_byte8):
3234 * data.c (Fnumber_to_string):
3235 * doprnt.c (doprnt):
3236 * print.c (print_object):
3237 * xdisp.c (message_dolog):
3238 * xfns.c (syms_of_xfns):
3239 Use sprintf or float_to_string result to avoid need to call strlen.
3240 * data.c (Fnumber_to_string):
3241 Use make_unibyte_string, since the string must be ASCII.
3242 * lisp.h, print.c (float_to_string): Now returns int length.
3243 * term.c (produce_glyphless_glyph):
3244 Use sprintf result rather than recomputing it.
3245
3246 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
3247 * Makefile.in (ALL_CFLAGS):
3248 * makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
3249 * gmalloc.c, regex.c: Include <config.h> unconditionally.
3250
3251 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3252
3253 * dispextern.h (xstrcasecmp): Define to library function
3254 strcasecmp if available.
3255 * xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
3256
3257 2012-06-25 Andreas Schwab <schwab@linux-m68k.org>
3258
3259 * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):
3260 Avoid comma operator.
3261 * menu.c (push_submenu_start, push_submenu_end)
3262 (push_left_right_boundary, push_menu_pane): Likewise.
3263 * msdos.c (dos_rawgetc): Likewise.
3264
3265 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3266
3267 * xfns.c (xic_create_fontsetname): Remove redundant calls
3268 to memset.
3269
3270 2012-06-25 Paul Eggert <eggert@cs.ucla.edu>
3271
3272 * gtkutil.c (get_utf8_string): Remove redundant assignment.
3273 sprintf already null-terminates its output.
3274
3275 * xfns.c (x_window): Remove redundant cast.
3276
3277 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3278
3279 * xmenu.c (xmenu_show, xdialog_show): Explicit cast from
3280 `const char *' to `char *' to avoid compiler warning.
3281
3282 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3283
3284 * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string
3285 instead of truncating it to 63 (admittedly a generous limit).
3286
3287 * process.c: Fix spelling and caps in comments.
3288
3289 2012-06-24 Dan Nicolaescu <dann@ics.uci.edu>
3290
3291 * emacs.c (setpgrp): Remove definition, unused.
3292 * sysdep.c (setpgrp): Remove definition, not used in this file.
3293
3294 2012-06-24 Juanma Barranquero <lekktu@gmail.com>
3295
3296 * makefile.w32-in: Update dependencies.
3297
3298 2012-06-24 Eli Zaretskii <eliz@gnu.org>
3299
3300 * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.
3301 (SYSTIME_H): Add nt/inc/sys/time.h.
3302
3303 * systime.h [WINDOWSNT]: Include sys/time.h.
3304
3305 * s/ms-w32.h (struct timespec): Definition moved from
3306 nt/inc/sys/time.h. Suggested by Paul Eggert <eggert@cs.ucla.edu>.
3307
3308 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3309
3310 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
3311 * buffer.h (buffer_slot_type_mismatch):
3312 * data.c (arith_error) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
3313 * eval.c (unwind_to_catch):
3314 * image.c (my_png_error, my_error_exit):
3315 * keyboard.c (quit_throw_to_read_char, user_error)
3316 (Fexit_recursive_edit, Fabort_recursive_edit):
3317 * lisp.h (die, args_out_of_range, args_out_of_range_3)
3318 (wrong_type_argument, buffer_overflow, __executable_start)
3319 (memory_full, buffer_memory_full, string_overflow, Fthrow)
3320 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error)
3321 (error, verror, nsberror, report_file_error, Ftop_level, Fkill_emacs)
3322 (fatal):
3323 (child_setup) [!DOS_NT]:
3324 * lread.c (end_of_file_error, invalid_syntax):
3325 * process.c (send_process_trap) [!FORWARD_SIGNAL_TO_MAIN_THREAD]:
3326 * puresize.h (pure_write_error):
3327 * search.c (matcher_overflow):
3328 * sound.c (sound_perror, alsa_sound_perror):
3329 * sysdep.c, syssignal.h (croak):
3330 * term.c (maybe_fatal, vfatal):
3331 * textprop.c (text_read_only):
3332 * undo.c (user_error):
3333 * unexmacosx.c (unexec_error):
3334 * xterm.c (x_ins_del_lines, x_delete_glyphs):
3335 Use _Noreturn rather than NO_RETURN.
3336 No need for separate decl merely because of _Noreturn.
3337 * sound.c (sound_warning, parse_sound):
3338 Remove unnecessary forward decls.
3339
3340 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3341
3342 Fix bug when time_t is unsigned and as wide as intmax_t (Bug#9000).
3343 * lisp.h (WAIT_READING_MAX): New macro.
3344 * dispnew.c (Fsleep_for, sit_for):
3345 * keyboard.c (kbd_buffer_get_event):
3346 * process.c (Faccept_process_output):
3347 Use it to avoid bogus compiler warnings with obsolescent GCC versions.
3348 This improves on the previous patch, which introduced a bug
3349 when time_t is unsigned and as wide as intmax_t.
3350 See <http://bugs.gnu.org/9000#51>.
3351
3352 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3353
3354 * dispnew.c (sit_for, Fsleep_for):
3355 * keyboard.c (kbd_buffer_get_event):
3356 * process.c (Faccept_process_output): Avoid compiler warnings when
3357 comparing a 32-bit time_t with a 64-bit INTMAX_MAX.
3358
3359 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
3360
3361 * makefile.w32-in: Update dependencies.
3362
3363 * w32.c (ltime): Add return type and declare static.
3364 (w32_get_internal_run_time): Remove usused variable `time_100ns'.
3365
3366 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3367
3368 * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos.
3369 Privately reported by Herbert J. Skuhra.
3370 (make_lisp_timeval) [__FreeBSD__]: Rename from TIMELIST.
3371 All uses changed.
3372 (system_process_attributes) [__FreeBSD__]: Invoke make_lisp_time,
3373 not make_lisp_timeval, when the argument is of type EMACS_TIME.
3374
3375 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3376
3377 * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
3378 last argument of make_unibyte_string.
3379
3380 * keyboard.c (kbd_buffer_get_event): Include the codepage and the
3381 language ID in the event parameters.
3382
3383 * w32term.c (w32_read_socket): Put the new keyboard codepage into
3384 event.code, not the obscure "character set ID".
3385
3386 2012-06-23 Chong Yidong <cyd@gnu.org>
3387
3388 * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select.
3389
3390 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3391
3392 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
3393 * w32.c (fdutimens): New function.
3394
3395 * w32proc.c (sys_select): Adapt to change in the EMACS_TIME type.
3396
3397 * s/ms-w32.h (pselect): Redirect to sys_select.
3398
3399 * sysselect.h [WINDOWSNT]: Don't include sys/select.h.
3400
3401 * ralloc.c (r_alloc_inhibit_buffer_relocation): Fix stupid thinko
3402 in the logic of incrementing and decrementing the value of
3403 use_relocatable_buffers.
3404
3405 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3406
3407 * sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
3408 Privately reported by Herbert J. Skuhra.
3409 [__FreeBSD__]: Remove "*/" typo after "#include".
3410 (timeval_to_EMACS_TIME) [__FreeBSD__]: New static function.
3411 (TIMEVAL) [__FreeBSD__]: Now a static function rather than a macro.
3412 (TIMEVAL, system_process_attributes) [__FreeBSD__]:
3413 Don't assume EMACS_TIME and struct timeval are the same type.
3414
3415 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3416
3417 Support higher-resolution time stamps (Bug#9000).
3418 The time stamps are only nanosecond-resolution at the C level,
3419 since that's the best that any real-world system supports now.
3420 But they are picosecond-resolution at the Lisp level, as that's
3421 easy, and leaves room for future OS improvements.
3422
3423 * Makefile.in (LIB_CLOCK_GETTIME): New macro.
3424 (LIBES): Use it.
3425
3426 * alloc.c (Fgarbage_collect): Port to higher-res time stamps.
3427 Don't get current time unless it's needed.
3428
3429 * atimer.c: Include <sys/time.h> unconditionally, since gnulib
3430 now provides it if it's absent.
3431 (start_atimer): Port to higher-res time stamps.
3432 Check for time stamp overflow. Don't get current time more
3433 often than is needed.
3434
3435 * buffer.h (struct buffer): Buffer modtime now has high resolution.
3436 Include systime.h, not time.h.
3437 (NONEXISTENT_MODTIME_NSECS, UNKNOWN_MODTIME_NSECS): New macros.
3438
3439 * dired.c: Include stat-time.h.
3440 (Ffile-attributes): File times now have higher resolution.
3441
3442 * dispextern.h [HAVE_WINDOW_SYSTEM]: Include systime.h.
3443 (struct image): Timestamp now has higher resolution.
3444
3445 * dispnew.c (PERIODIC_PREEMPTION_CHECKING): Remove, as Emacs always
3446 has at least microseconds now. All uses removed.
3447 (update_frame, update_single_window, update_window, update_frame_1)
3448 (Fsleep_for, sit_for): Port to higher-resolution time stamps.
3449
3450 * editfns.c (time_overflow): Now extern.
3451 (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument)
3452 (float-time, Fformat_time_string, Fcurrent_time_string)
3453 (Fcurrent_time_zone): Accept and generate higher-resolution
3454 time stamps.
3455 (make_time_tail, make_lisp_time, dissassemble_lisp_time)
3456 (decode_time_components, lisp_seconds_argument): New functions.
3457 (make_time): Now static.
3458 (lisp_time_argument): Now returns EMACS_TIME. New arg ppsec.
3459 Report an error if the time is invalid, rather than having the caller
3460 do that.
3461
3462 * fileio.c: Include <stat-time.h>
3463 (Fcopy_file): Copy higher-resolution time stamps.
3464 Prefer to set the time stamp via a file descriptor if that works.
3465 (Fset_file_times, Finsert_file_contents, Fwrite_region)
3466 (Fverify_visited_file_modtime, Fclear_visited_file_modtime)
3467 (Fvisited_file_modtime, Fset_visited_file_modtime):
3468 Support higher-resolution time stamps.
3469
3470 * fns.c (Frandom): Use nanoseconds, not microseconds, for seed.
3471
3472 * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps.
3473
3474 * image.c (prepare_image_for_display, clear_image_cache)
3475 (lookup_image): Port to higer-resolution time stamps.
3476
3477 * keyboard.c (start_polling, bind_polling_period):
3478 Check for time stamp overflow.
3479 (read_char, kbd_buffer_get_event, timer_start_idle)
3480 (timer_stop_idle, timer_resume_idle, timer_check_2, timer_check)
3481 (Fcurrent_idle_time, init_keyboard, set_waiting_for_input):
3482 Port to higher-resolution time stamps. Do not assume time_t is signed.
3483 (decode_timer): New function. Timers are now vectors of length 9,
3484 not 8, to accommodate the picosecond component.
3485 (timer_check_2): Use it.
3486
3487 * nsterm.m (select_timeout, timeval_subtract): Remove.
3488 (ns_timeout): Use Emacs's facilities for time stamp arithmetic,
3489 as they're a bit more accurate and handle overflow better.
3490 (ns_select): Change prototype to be compatible with pselect.
3491 (ns_select, ns_term_shutdown): Port to ns-resolution time stamps.
3492 * nsterm.h (ns_select): Adjust prototype.
3493
3494 * msdos.c (EMACS_TIME_ZERO_OR_NEG_P): Remove, as it assumes
3495 us-resolution time stamps.
3496 (sys_select): Use the new EMACS_TIME_SIGN macro instead.
3497
3498 * lread.c (read_filtered_event): Port to ns-resolution time stamps.
3499
3500 * lisp.h (time_overflow): New decl.
3501 (wait_reading_process_output): First arg is now intmax_t, not int,
3502 to accommodate larger waits.
3503
3504 * process.h (struct Lisp_Process.read_output_delay):
3505 Now counts nanoseconds, not microseconds.
3506 * process.c (ADAPTIVE_READ_BUFFERING): Don't worry about
3507 EMACS_HAS_USECS.
3508 (READ_OUTPUT_DELAY_INCREMENT, Faccept_process_output)
3509 (wait_reading_process_output):
3510 Port to ns-resolution time stamps.
3511 (Faccept_process_output, wait_reading_process_output):
3512 Check for time stamp overflow. Do not assume time_t is signed.
3513 (select_wrapper): Remove; we now use pselect.
3514 (Fprocess_attributes): Now generates ns-resolution time stamps.
3515
3516 * sysdep.c: Include utimens.h. Don't include utime.h
3517 or worry about struct utimbuf; gnulib does that for us now.
3518 (gettimeofday): Remove; gnulib provides a substitute.
3519 (make_timeval): New function.
3520 (set_file_times): Now sets ns-resolution time stamps.
3521 New arg FD; all uses changed.
3522 (time_from_jiffies, ltime_from_jiffies, get_up_time)
3523 (system_process_attributes):
3524 Now returns ns-resolution time stamp. All uses changed.
3525 Check for time stamp overflow.
3526
3527 * sysselect.h: Don't depend on HAVE_SYS_SELECT_H; gnulib
3528 provides a substitute now.
3529
3530 * systime.h: Include timespec.h rather than sys/time.h and time.h,
3531 since it guarantees struct timespec.
3532 (EMACS_TIME): Now struct timespec, so that we can support
3533 ns-resolution time stamps.
3534 (EMACS_TIME_RESOLUTION, LOG10_EMACS_TIME_RESOLUTION): New macros.
3535 (EMACS_HAS_USECS): Remove; Emacs always has sub-second time stamps now.
3536 (EMACS_USECS): Remove.
3537 (EMACS_SET_USECS): The underlying time stamp now has ns resolution,
3538 so multiply the arg by 1000 before storing it.
3539 (EMACS_NSECS, EMACS_SECS_ADDR, EMACS_SET_NSECS, EMACS_SET_SECS_NSECS):
3540 New macros.
3541 (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME):
3542 Port to ns-resolution time stamps.
3543 (EMACS_TIME_NEG_P): Remove; replaced by....
3544 (EMACS_TIME_SIGN): New macro.
3545 (EMACS_SET_INVALID_TIME, EMACS_TIME_VALID_P)
3546 (EMACS_TIME_FROM_DOUBLE, EMACS_TIME_TO_DOUBLE): New macros.
3547 (set_file_times, make_time, lisp_time_argument): Adjust signature.
3548 (make_timeval, make_lisp_time, decode_time_components): New decls.
3549 (EMACS_TIME_CMP): Remove; no longer used. Plus, it was buggy, in
3550 that it mishandled time_t overflow. You can't compare by subtracting!
3551 (EMACS_TIME_EQ, EMACS_TIME_NE, EMACS_TIME_GT, EMACS_TIME_GE)
3552 (EMACS_TIME_LT, EMACS_TIME_LE): Rewrite in terms of timespec_cmp.
3553
3554 * term.c: Include <sys/time.h>.
3555 (timeval_to_Time): New function, for proper overflow wraparound.
3556 (term_mouse_position, term_mouse_click): Use it.
3557
3558 * undo.c (record_first_change): Support higher-resolution time stamps
3559 in the undo buffer.
3560 (Fprimitive_undo): Use them when restoring time stamps.
3561
3562 * w32.c (ltime, U64_TO_LISP_TIME, process_times, emacs_gnutls_pull)
3563 (w32_get_internal_run_time):
3564 Port to higher-resolution Emacs time stamps.
3565 (ltime): Now accepts single 64-bit integer, as that's more convenient
3566 for callers.
3567
3568 * xdisp.c (start_hourglass): Port to ns-resolution time stamps.
3569
3570 * xgselect.c, xgselect.h (xg_select): Add sigmask argument,
3571 for compatibility with pselect. Support ns-resolution time stamps.
3572
3573 * xmenu.c (x_menu_wait_for_event): Support ns-resolution time stamps.
3574
3575 * xselect.c (wait_for_property_change, x_get_foreign_selection):
3576 Check for time stamp overflow, and support ns-resolution time stamps.
3577
3578 * xterm.c: Don't include sys/time.h; gnulib does that for us now.
3579 Don't worry about whether HAVE_TIMEVAL and HAVE_SELECT are set.
3580 (timeval_subtract): Remove; no longer needed.
3581 (XTflash, XTring_bell, x_wait_for_event):
3582 Port to ns-resolution time stamps. Don't assume time_t is signed.
3583
3584 2012-06-22 Chong Yidong <cyd@gnu.org>
3585
3586 * xdisp.c (x_consider_frame_title): Revert last change.
3587
3588 2012-06-22 Eli Zaretskii <eliz@gnu.org>
3589
3590 * alloc.c (NSTATICS): Enlarge to 0x650. Otherwise, Emacs compiled
3591 with -DENABLE_CHECKING -DXASSERTS -DGLYPH_DEBUG=1 -DBYTE_CODE_METER
3592 aborts in staticpro during startup. (Without -DBYTE_CODE_METER,
3593 staticidx goes up to 1597 out of 1600 = 0x640.)
3594
3595 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
3596
3597 * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
3598 Otherwise, the umask might be mistakenly 0 while handling input signals.
3599
3600 2012-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * minibuf.c (Fread_string): Bind minibuffer-completion-table.
3603
3604 2012-06-19 Dmitry Antipov <dmantipov@yandex.ru>
3605
3606 * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:
3607 * font.c, image.c, keyboard.c, lread.c, menu.c, minibuf.c, msdos.c:
3608 * print.c, syntax.c, window.c, xmenu.c, xselect.c: Replace direct
3609 access to `contents' member of Lisp_Vector objects with AREF and ASET
3610 where appropriate.
3611
3612 2012-06-19 Chong Yidong <cyd@gnu.org>
3613
3614 * frame.c (delete_frame): When selecting a frame on a different
3615 text terminal, do not alter the terminal's top-frame.
3616
3617 * xdisp.c (format_mode_line_unwind_data): Record the target
3618 frame's selected window and its terminal's top-frame.
3619 (unwind_format_mode_line): Restore them.
3620 (x_consider_frame_title, display_mode_line, Fformat_mode_line):
3621 Callers changed.
3622 (x_consider_frame_title): Do not condition on HAVE_WINDOW_SYSTEM,
3623 since tty frames can be explicitly named.
3624 (prepare_menu_bars): Likewise.
3625
3626 * term.c (Ftty_top_frame): New function.
3627
3628 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
3629
3630 Port byte-code-meter to modern targets.
3631 * bytecode.c (METER_CODE) [BYTE_CODE_METER]: Don't assume
3632 !CHECK_LISP_OBJECT_TYPE && !USE_LSB_TAG. Problem with
3633 CHECK_LISP_OBJECT_TYPE reported by Dmitry Antipov in
3634 <http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00282.html>.
3635 (METER_1, METER_2): Simplify.
3636
3637 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * data.c (Fdefalias): Return `symbol' (bug#11686).
3640
3641 2012-06-18 Martin Rudalics <rudalics@gmx.at>
3642
3643 * buffer.c (Fkill_buffer): Don't throw an error when the buffer
3644 gets killed during executing of this function (Bug#11665).
3645 Try to always return Qt when the buffer has been actually killed.
3646 (Vkill_buffer_query_functions): In doc-string say that functions
3647 run by this hook should not change the current buffer.
3648
3649 2012-06-18 Paul Eggert <eggert@cs.ucla.edu>
3650
3651 Fix recently-introduced process.c problems found by static checking.
3652 * process.c (write_queue_push, write_queue_pop, send_process):
3653 Use ptrdiff_t, not int or EMACS_INT, for buffer lengths and offsets.
3654 (write_queue_pop): Fix pointer signedness problem.
3655 (send_process): Remove unused local.
3656
3657 2012-06-17 Chong Yidong <cyd@gnu.org>
3658
3659 * xdisp.c (redisplay_internal): No need to redisplay terminal
3660 frames that are not on top.
3661
3662 2012-06-17 Troels Nielsen <bn.troels@gmail.com>
3663
3664 * process.c (make_process): Initialize write_queue.
3665 (write_queue_push, write_queue_pop): New functions.
3666 (send_process): Use them to maintain correct ordering of process
3667 writes (Bug#10815).
3668
3669 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3670
3671 * lisp.h (eassert): Assume C89 or later.
3672 This removes the need for CHECK.
3673 (CHECK): Remove. Its comments about always evaluating its
3674 argument were confusing, as 'eassert' typically does not evaluate
3675 its argument.
3676
3677 * coding.c (produce_chars): Use ptrdiff_t, not int.
3678
3679 * xterm.c (x_draw_underwave): Check for integer overflow.
3680 This pacifies gcc 4.7.0 -Wunsafe-loop-optimizations on x86-64.
3681
3682 2012-06-17 Jan Djärv <jan.h.d@swipnet.se>
3683
3684 * nsterm.m (x_free_frame_resources): Move xfree so freed memory isn't
3685 referenced (Bug#11583).
3686
3687 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
3688
3689 Implement wave-style variant of underlining.
3690 * dispextern.h (face_underline_type): New enum.
3691 (face): Add field for underline type.
3692 * nsterm.m (ns_draw_underwave): New function.
3693 (ns_draw_text_decoration): Use it.
3694 * w32term.c (w32_restore_glyph_string_clip, w32_draw_underwave):
3695 New functions.
3696 (x_draw_glyph_string): Use them.
3697 * xfaces.c (Qline, Qwave): New Lisp objects.
3698 (check_lface_attrs, merge_face_ref)
3699 (Finternal_set_lisp_face_attribute, realize_x_face):
3700 Handle wave-style underline face attributes.
3701 * xterm.c (x_draw_underwave): New function.
3702 (x_draw_glyph_string): Use it.
3703
3704 2012-06-16 Juanma Barranquero <lekktu@gmail.com>
3705
3706 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/fringe.$(O))
3707 ($(BLD)/xml.$(O), $(BLD)/intervals.$(O), $(BLD)/macros.$(O))
3708 ($(BLD)/minibuf.$(O), $(BLD)/regex.$(O), $(BLD)/region-cache.$(O))
3709 ($(BLD)/textprop.$(O), $(BLD)/undo.$(O), $(BLD)/window.$(O))
3710 ($(BLD)/w32select.$(O)): Update dependencies.
3711
3712 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
3713
3714 * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
3715 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
3716 * character.c (_fetch_multibyte_char_p): Remove.
3717 * alloc.c: Include "character.h" before "buffer.h".
3718 * bidi.c: Likewise.
3719 * buffer.c: Likewise.
3720 * bytecode.c: Likewise.
3721 * callint.c: Likewise.
3722 * callproc.c: Likewise.
3723 * casefiddle.c: Likewise.
3724 * casetab.c: Likewise.
3725 * category.c: Likewise.
3726 * cmds.c: Likewise.
3727 * coding.c: Likewise.
3728 * composite.c: Likewise.
3729 * dired.c: Likewise.
3730 * dispnew.c: Likewise.
3731 * doc.c: Likewise.
3732 * dosfns.c: Likewise.
3733 * editfns.c: Likewise.
3734 * emacs.c: Likewise.
3735 * fileio.c: Likewise.
3736 * filelock.c: Likewise.
3737 * font.c: Likewise.
3738 * fontset.c: Likewise.
3739 * fringe.c: Likewise.
3740 * indent.c: Likewise.
3741 * insdel.c: Likewise.
3742 * intervals.c: Likewise.
3743 * keyboard.c: Likewise.
3744 * keymap.c: Likewise.
3745 * lread.c: Likewise.
3746 * macros.c: Likewise.
3747 * marker.c: Likewise.
3748 * minibuf.c: Likewise.
3749 * nsfns.m: Likewise.
3750 * nsmenu.m: Likewise.
3751 * print.c: Likewise.
3752 * process.c: Likewise.
3753 * regex.c: Likewise.
3754 * region-cache.c: Likewise.
3755 * search.c: Likewise.
3756 * syntax.c: Likewise.
3757 * term.c: Likewise.
3758 * textprop.c: Likewise.
3759 * undo.c: Likewise.
3760 * unexsol.c: Likewise.
3761 * w16select.c: Likewise.
3762 * w32fns.c: Likewise.
3763 * w32menu.c: Likewise.
3764 * window.c: Likewise.
3765 * xdisp.c: Likewise.
3766 * xfns.c: Likewise.
3767 * xmenu.c: Likewise.
3768 * xml.c: Likewise.
3769 * xselect.c: Likewise.
3770
3771 2012-06-16 Eli Zaretskii <eliz@gnu.org>
3772
3773 * xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.
3774 If all the glyphs of the glyph row came from strings, and we have no
3775 cursor positioning clues, put the cursor on the first glyph of the
3776 row.
3777 (handle_face_prop): Use chunk-relative overlay string index when
3778 indexing into it->string_overlays array. (Bug#11653)
3779 (set_cursor_from_row): Use the leftmost glyph as GLYPH_BEFORE, not
3780 the rightmost. (Bug#11720)
3781
3782 2012-06-16 Andreas Schwab <schwab@linux-m68k.org>
3783
3784 * category.h (CHAR_HAS_CATEGORY): Define as inline.
3785 (CATEGORY_MEMBER): Enforce 1/0 value.
3786 * category.c (_temp_category_set): Remove.
3787
3788 2012-06-16 Eli Zaretskii <eliz@gnu.org>
3789
3790 * window.c (Fdelete_other_windows_internal)
3791 (Fdelete_window_internal): Don't access frame's mouse highlight
3792 info of the initial frame. (Bug#11677)
3793
3794 2012-06-14 Paul Eggert <eggert@cs.ucla.edu>
3795
3796 * .gdbinit (xgetint): Fix recently-introduced paren typo.
3797 Assume USE_2_TAGS_FOR_INTS.
3798 (xreload): Adjust $tagmask width to match recent lisp.h change.
3799
3800 Simplify lisp.h in minor ways that should not affect code.
3801 * lisp.h (USE_2_TAGS_FOR_INTS): Remove, as it was always defined.
3802 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P)
3803 (LISP_INT1_TAG, enum Lisp_Type, XINT, XUINT, make_number):
3804 Simplify under the assumption that USE_2_TAGS_FOR_INTS is defined.
3805 (INTTYPEBITS): New macro, for clarity.
3806 (INTMASK, MOST_POSITIVE_FIXNUM): Use it.
3807 (LISP_INT1_TAG, LISP_STRING_TAG, LISP_INT_TAG_P):
3808 Simplify now that USE_LSB_TAG is always defined.
3809 (TYPEMASK, XINT) [USE_LSB_TAG]: Remove unnecessary cast.
3810 (make_number) [!USE_LSB_TAG]: Use INTMASK; that's simpler.
3811
3812 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
3813
3814 * makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
3815
3816 2012-06-13 Glenn Morris <rgm@gnu.org>
3817
3818 * s/bsd-common.h (BSD4_3):
3819 * s/usg5-4-common.h (USG5_4): No longer define; unused.
3820
3821 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
3822
3823 * lisp.h (Lisp_Object) [CHECK_LISP_OBJECT_TYPE]: Define as struct
3824 instead of union.
3825 (XLI, XIL): Define.
3826 (XHASH, XTYPE, XINT, XUINT, make_number, XSET, XPNTR, XUNTAG):
3827 Use them.
3828 * emacs.c (gdb_use_struct): Rename from gdb_use_union.
3829 * .gdbinit: Check gdb_use_struct instead of gdb_use_union.
3830 * alloc.c (widen_to_Lisp_Object): Remove.
3831 (mark_memory): Use XIL instead of widen_to_Lisp_Object.
3832 * frame.c (delete_frame): Remove outdated comment.
3833 * w32fns.c (Fw32_register_hot_key): Use XLI instead of checking
3834 USE_LISP_UNION_TYPE.
3835 (Fw32_unregister_hot_key): Likewise.
3836 (Fw32_toggle_lock_key): Likewise.
3837 * w32menu.c (add_menu_item): Likewise.
3838 (w32_menu_display_help): Use XIL instead of checking
3839 USE_LISP_UNION_TYPE.
3840 * w32heap.c (allocate_heap): Don't check USE_LISP_UNION_TYPE.
3841 (init_heap): Likewise.
3842 * w32term.c (w32_read_socket): Update comment.
3843
3844 2012-06-13 Glenn Morris <rgm@gnu.org>
3845
3846 * s/usg5-4-common.h, src/s/unixware.h:
3847 Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04).
3848
3849 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
3850
3851 2012-06-13 Paul Eggert <eggert@cs.ucla.edu>
3852
3853 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
3854 * alloc.c (make_number) [!defined make_number]:
3855 Remove, as lisp.h always defines this now.
3856 (mark_maybe_pointer): Simplify since USE_LSB_TAG is always defined now.
3857 (roundup_size): Verify that it is a power of 2.
3858 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
3859 * ftfont.c (ftfont_driver): Use LISP_INITIALLY_ZERO.
3860 * lisp.h (USE_LSB_TAG): Allow the builder to compile with
3861 -DUSE_LSB_TAG=0, to override the automatically-selected default.
3862 USE_LSB_TAG now is always defined to be either 0 or 1.
3863 All uses changed.
3864 (union Lisp_Object): Don't worry about WORDS_BIGENDIAN; the
3865 code works fine either way, and efficiency is not a concern here,
3866 as the union type is for debugging, not for production.
3867 (LISP_MAKE_RVALUE, make_number) [USE_LISP_UNION_TYPE]:
3868 Use an inline function on all platforms when using the union type,
3869 since this is simpler and 'static inline' can be used portably
3870 within Emacs now.
3871 (LISP_INITIALLY_ZERO): New macro.
3872 (XFASTINT, XSETFASTINT) [USE_LISP_UNION_TYPE]: Remove.
3873 (XSET) [USE_LISP_UNION_TYPE]: Don't overparenthesize.
3874
3875 2012-06-12 Glenn Morris <rgm@gnu.org>
3876
3877 * s/gnu-kfreebsd.h, s/hpux11.h, s/openbsd.h, s/sol2-10.h: Remove files.
3878
3879 * s/gnu-linux.h (HAVE_PROCFS): Move to configure.
3880
3881 * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h:
3882 Move BROKEN_SIGIO to configure.
3883
3884 * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h:
3885 Move NO_TERMIO to configure.
3886
3887 2012-06-12 Chong Yidong <cyd@gnu.org>
3888
3889 * image.c (imagemagick_load_image): Use MagickFlattenImage if
3890 MagickMergeImageLayers is undefined. Use pixel pusher loop if
3891 MagickExportImagePixels is undefined.
3892
3893 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
3894
3895 * image.c (imagemagick_load_image): Remove unused label.
3896
3897 2012-06-11 Glenn Morris <rgm@gnu.org>
3898
3899 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:
3900 * s/gnu-kfreebsd.h, s/gnu-linux.h, s/gnu.h, s/hpux10-20.h:
3901 * s/irix6-5.h, s/ms-w32.h, s/msdos.h, s/template.h:
3902 * s/usg5-4-common.h: Move SYSTEM_TYPE to configure.
3903
3904 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * alloc.c (make_byte_code): New function.
3907 (Fmake_byte_code): Use it. Don't purify here.
3908 * lread.c (read1): Use it as well to avoid extra allocation.
3909
3910 2012-06-11 Chong Yidong <cyd@gnu.org>
3911
3912 * image.c (imagemagick_load_image): Implement transparency.
3913
3914 2012-06-10 Andreas Schwab <schwab@linux-m68k.org>
3915
3916 * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly
3917 account for preceding backslashes. (Bug#11663)
3918
3919 2012-06-09 Chong Yidong <cyd@gnu.org>
3920
3921 * term.c: Support italics in capable terminals (Bug#9652).
3922 (no_color_bit): Replace unused NC_BLINK with NC_ITALIC.
3923 (turn_on_face): Output using TS_enter_italic_mode if available.
3924 Don't handle unused blinking and alt-charset cases.
3925 (turn_off_face): Handle italic case; discard unused tty_blinking_p
3926 and tty_alt_charset_p cases.
3927 (tty_capable_p, init_tty): Support italics.
3928
3929 * termchar.h (struct tty_display_info): Add field for italics.
3930 Remove unused blink field.
3931
3932 * xfaces.c (tty_supports_face_attributes_p, realize_tty_face):
3933 Handle slant.
3934
3935 * dispextern.h: Replace unused TTY_CAP_BLINK with TTY_CAP_ITALIC.
3936 (struct face): Remove unused fields tty_dim_p, tty_blinking_p, and
3937 tty_alt_charset_p. Add tty_italic_p.
3938
3939 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
3940
3941 * dbusbind.c (XD_BASIC_DBUS_TYPE): Use dbus_type_is_valid and
3942 dbus_type_is_basic if available.
3943 (xd_extract_signed, xd_extract_unsigned): Rename from
3944 extract_signed and extract_unsigned, respectively. Adapt callers.
3945
3946 2012-06-09 Chong Yidong <cyd@gnu.org>
3947
3948 * xfaces.c (face_for_overlay_string): Handle face remapping (Bug#2066).
3949
3950 * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive
3951 case (Bug#9752).
3952
3953 2012-06-08 Paul Eggert <eggert@cs.ucla.edu>
3954
3955 * xdisp.c (vmessage): Treat frame message as multibyte.
3956 Without this change, (let ((§ 1)) (make-variable-buffer-local '§))
3957 would generate the diagnostic "Making \302\247 buffer-local while
3958 let-bound!".
3959
3960 2012-06-08 Eli Zaretskii <eliz@gnu.org>
3961
3962 * dispnew.c (showing_window_margins_p): Undo last change, which
3963 was done due to an inadvertent commit.
3964 (adjust_frame_glyphs_for_frame_redisplay): Do call
3965 showing_window_margins_p.
3966
3967 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * eval.c (Fmake_var_non_special): New primitive.
3970 (syms_of_eval): Defsubr it.
3971 * lread.c (syms_of_lread): Mark `values' as lexically scoped.
3972
3973 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
3974
3975 * dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
3976 function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
3977
3978 2012-06-08 Eli Zaretskii <eliz@gnu.org>
3979
3980 * alloc.c (allocate_vectorlike): Fix last change.
3981
3982 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
3983
3984 Block-based vector allocation of small vectors.
3985 * lisp.h (struct vectorlike_header): New field `nbytes',
3986 adjust comment accordingly.
3987 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
3988 to denote vector blocks. Adjust users (live_vector_p,
3989 mark_maybe_pointer, valid_lisp_object_p) accordingly.
3990 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
3991 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
3992 (VBLOCK_BYTES_MIN, VBLOCK_BYTES_MAX, VECTOR_MAX_FREE_LIST_INDEX),
3993 (VECTOR_FREE_LIST_FLAG, ADVANCE, VINDEX, SETUP_ON_FREE_LIST),
3994 (VECTOR_SIZE, VECTOR_IN_BLOCK): New macros.
3995 (roundup_size): New constant.
3996 (struct vector_block): New data type.
3997 (vector_blocks, vector_free_lists, zero_vector): New variables.
3998 (all_vectors): Rename to `large_vectors'.
3999 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
4000 (sweep_vectors): New functions.
4001 (allocate_vectorlike): Return `zero_vector' as the only vector of
4002 0 items. Allocate new vector from block if vector size is less than
4003 or equal to VBLOCK_BYTES_MAX.
4004 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
4005 (init_alloc_once): Add call to init_vectors.
4006
4007 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * eval.c (Fmacroexpand): Stop if the macro returns the same form.
4010
4011 2012-06-07 Paul Eggert <eggert@cs.ucla.edu>
4012
4013 * doprnt.c (doprnt): Truncate multibyte char correctly.
4014 Without this change, doprnt (buf, 2, "%s", FORMAT_END, AP)
4015 would mishandle a string argument "Xc" if X was a multibyte
4016 character of length 2: it would truncate after X's first byte
4017 rather than including all of X.
4018
4019 2012-06-06 Chong Yidong <cyd@gnu.org>
4020
4021 * buffer.c (word_wrap): Doc fix.
4022
4023 2012-06-04 Paul Eggert <eggert@cs.ucla.edu>
4024
4025 * xdisp.c (note_mode_line_or_margin_highlight): Pacify gcc -Wall.
4026
4027 2012-06-03 Glenn Morris <rgm@gnu.org>
4028
4029 * xdisp.c (tool-bar-style): Doc fix.
4030
4031 2012-06-03 Ulrich Müller <ulm@gentoo.org>
4032
4033 * Makefile.in (PAXCTL): Define.
4034 (temacs$(EXEEXT)): Disable memory randomization for the temacs
4035 binary via PaX flags if the paxctl utility is available.
4036 (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
4037 Restore PaX flags to their default. (Bug#11398)
4038
4039 2012-06-03 Chong Yidong <cyd@gnu.org>
4040
4041 * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
4042 buffer (Bug#11226).
4043
4044 2012-06-03 Chong Yidong <cyd@gnu.org>
4045
4046 * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value.
4047 (note_mode_line_or_margin_highlight): If there is no help echo,
4048 use mode-line-default-help-echo. Handle the case where the mouse
4049 position is past the end of the mode line string.
4050
4051 * buffer.c (buffer_local_value_1): New function, split from
4052 Fbuffer_local_value; can return Qunbound.
4053 (Fbuffer_local_value): Use it.
4054 (Vmode_line_format): Docstring tweaks.
4055
4056 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
4057
4058 * sysdep.c (system_process_attributes): Improve comment.
4059
4060 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * keyboard.c: Export real-this-command to Elisp.
4063 (syms_of_keyboard): Rename real_this_command to Vreal_this_command
4064 and DEFVAR it. Update all users.
4065
4066 2012-06-02 Paul Eggert <eggert@cs.ucla.edu>
4067
4068 * minibuf.c (Fassoc_string): Remove duplicate declaration.
4069
4070 * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]:
4071 Convert pctcpu and pctmem to Lisp float properly.
4072 Let the compiler fold better, as 100.0/0x8000 is exact.
4073
4074 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
4075
4076 * alloc.c (CONS_BLOCK_SIZE): Account for padding at the end of
4077 cons_block.
4078
4079 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
4080
4081 * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.
4082
4083 2012-06-01 Dmitry Antipov <dmantipov@yandex.ru>
4084
4085 For a 'struct window', replace some Lisp_Object fields to
4086 bitfields where appropriate, remove unused fields.
4087 * window.h (struct window): Remove unused 'last_mark_x' and
4088 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
4089 change it's type from Lisp_Object to bitfield.
4090 Change type of 'force_start', 'optional_new_start',
4091 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
4092 fields from Lisp_Object to bitfield. Adjust users accordingly.
4093
4094 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
4095
4096 Pacify gcc -Wdouble-precision when using Xaw.
4097 * xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
4098 [HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
4099 Use 'float' consistently, rather than 'float' in most places
4100 and 'double' in a couple of places.
4101
4102 2012-05-31 Eli Zaretskii <eliz@gnu.org>
4103
4104 * xdisp.c (handle_stop): Detect whether we have overlay strings
4105 loaded by testing it->current.overlay_string_index to be
4106 non-negative, instead of checking whether n_overlay_strings is
4107 positive. (Bug#11587)
4108
4109 2012-05-31 Chong Yidong <cyd@gnu.org>
4110
4111 * keymap.c (describe_map_tree): Revert 2011-07-07 change (Bug#1169).
4112
4113 * doc.c (Fsubstitute_command_keys): Doc fix.
4114
4115 2012-05-31 Eli Zaretskii <eliz@gnu.org>
4116
4117 * search.c (search_buffer): Remove calls to
4118 r_alloc_inhibit_buffer_relocation, as it is now called by
4119 maybe_unify_char, which was the cause of relocation of buffer text
4120 in bug#11519.
4121
4122 2012-05-31 Eli Zaretskii <eliz@gnu.org>
4123
4124 * charset.c (maybe_unify_char): Inhibit relocation of buffer text
4125 for the duration of call to load_charset, to avoid problems with
4126 callers of maybe_unify_char that access buffer text through C
4127 pointers.
4128
4129 * ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and
4130 decrement the inhibition flag, instead of just setting or
4131 resetting it.
4132
4133 2012-05-31 Paul Eggert <eggert@cs.ucla.edu>
4134
4135 Remove obsolete '#define static' cruft.
4136 * s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
4137 This #undef was "temporary" in 2000; it is no longer needed
4138 now that '#define static' has gone away.
4139 * xfns.c, xterm.h (gray_bitmap_width, gray_bitmap_height)
4140 (gray_bitmap_bits): Remove; no longer needed.
4141 All uses replaced with definiens.
4142 * xterm.c: Include "bitmaps/gray.xbm".
4143
4144 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
4145
4146 Clean up __executable_start, monstartup when --enable-profiling.
4147 The following changes affect the code only when profiling.
4148 * dispnew.c (__executable_start): Rename from safe_bcopy.
4149 Define only on platforms that need it.
4150 * emacs.c: Include <sys/gmon.h> when profiling.
4151 (_mcleanup): Remove decl, since <sys/gmon.h> does it now.
4152 (__executable_start): Remove decl, since lisp.h does it now.
4153 (safe_bcopy): Remove decl; no longer has that name.
4154 (main): Coalesce #if into single bit of code, for simplicity.
4155 Cast pointers to uintptr_t, since standard libraries want integers
4156 and not pointers.
4157 * lisp.h (__executable_start): New decl.
4158
4159 2012-05-31 Glenn Morris <rgm@gnu.org>
4160
4161 * image.c (Fimagemagick_types): Doc fix.
4162
4163 2012-05-30 Jim Meyering <meyering@redhat.com>
4164
4165 * callproc.c (Fcall_process_region): Include directory component
4166 in mkstemp error message (Bug#11586).
4167
4168 2012-05-30 Paul Eggert <eggert@cs.ucla.edu>
4169
4170 * alloc.c, lisp.h (make_pure_vector): Now static.
4171
4172 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4173
4174 * eval.c (Fdefun, Fdefmacro, Vmacro_declaration_function):
4175 Move to byte-run.el.
4176 (Fautoload): Do the hash-doc more carefully.
4177 * data.c (Fdefalias): Purify definition, except for keymaps.
4178 (Qdefun): Move from eval.c.
4179 * lisp.h (Qdefun): Remove.
4180 * lread.c (read1): Tiny simplification.
4181
4182 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
4183
4184 Do not create empty overlays with the evaporate property (Bug#9642).
4185 * buffer.c (Fmove_overlay): Reinstate the earlier fix for
4186 Bug#9642, but explicitly check that the buffer the overlay would
4187 be moved to is live and rearrange lines to make sure that errors
4188 will not put the overlay in an inconsistent state.
4189 (Fdelete_overlay): Cosmetics.
4190
4191 2012-05-28 Eli Zaretskii <eliz@gnu.org>
4192
4193 * w32term.c (my_bring_window_to_top): New function.
4194 (x_raise_frame): Use handle returned by DeferWindowPos, which
4195 could be different from the original one.
4196 Call my_bring_window_to_top instead of my_set_foreground_window.
4197 (Bug#11513)
4198
4199 * w32fns.c (w32_wnd_proc): Accept and process WM_EMACS_BRINGTOTOP
4200 by calling BringWindowToTop.
4201
4202 * w32term.h (WM_EMACS_BRINGTOTOP): New message.
4203 (WM_EMACS_END): Increase by one.
4204
4205 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
4206
4207 * bidi.c (bidi_mirror_char): Put eassert before conversion to int.
4208 This avoids undefined behavior that might cause the eassert
4209 to not catch an out-of-range value.
4210
4211 2012-05-28 Juanma Barranquero <lekktu@gmail.com>
4212
4213 * makefile.w32-in ($(BLD)/w32inevt.$(O), $(BLD)/w32console.$(O)):
4214 Update dependencies.
4215
4216 2012-05-27 Eli Zaretskii <eliz@gnu.org>
4217
4218 * bidi.c (bidi_mirror_char): Fix last change.
4219
4220 2012-05-27 Andreas Schwab <schwab@linux-m68k.org>
4221
4222 * unexmacosx.c (copy_data_segment): Truncate after 16 characters
4223 when referring to sectname field in printf format.
4224
4225 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
4226
4227 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
4228 Only r_alloc_inhibit_buffer_relocation needed to be added;
4229 the others were already declared.
4230
4231 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
4232 before checking whether it's out of range. Put the check inside
4233 eassert. See
4234 <http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
4235
4236 2012-05-27 Ken Brown <kbrown@cornell.edu>
4237
4238 * callproc.c (Fcall_process): Restore a line that was accidentally
4239 commented out in the 2011-02-13 change (bug#11547).
4240
4241 2012-05-27 Eli Zaretskii <eliz@gnu.org>
4242
4243 * lisp.h [REL_ALLOC]: Add prototypes for external functions
4244 defined on ralloc.c.
4245
4246 * buffer.c [REL_ALLOC]: Remove prototypes of
4247 r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free,
4248 they are now on lisp.h.
4249
4250 * ralloc.c (r_alloc_inhibit_buffer_relocation): New function.
4251
4252 * search.c (search_buffer): Use it to inhibit relocation of buffer
4253 text while re_search_2 is doing its job, because re_search_2 is
4254 passed C pointers to buffer text. (Bug#11519)
4255
4256 * msdos.c (internal_terminal_init) <Vwindow_system_version>:
4257 Update value to 24.
4258
4259 * xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator
4260 state after an additional call to move_it_in_display_line_to, keep
4261 the values of it->max_ascent and it->max_descent found for the
4262 entire line.
4263 (pos_visible_p): Revert the comparison against bottom_y to what it
4264 was in revid eliz@gnu.org-20120513182235-4p6386j761ld0nwb.
4265 (Bug#11464)
4266
4267 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
4268
4269 Fix coding-related core dumps with gcc -ftrapv.
4270 The code was computing A - B, where A and B are pointers, and B is
4271 random garbage. This can lead to core dumps on platforms that
4272 have special pointer registers, and it also leads to core dumps on
4273 x86-64 when compiled with gcc -ftrapv. The fix is to compute
4274 A - B only when B is initialized properly.
4275 * coding.c (coding_set_source, coding_set_destination): Return void.
4276 (coding_change_source, coding_change_destinations): New functions,
4277 with the old behaviors of coding_set_source and coding_set_destination.
4278 All callers that need an offset changed to use these new functions.
4279
4280 2012-05-26 Glenn Morris <rgm@gnu.org>
4281
4282 * nsterm.m (ns_init_paths): Don't mess with INFOPATH. (Bug#2791)
4283
4284 2012-05-26 Eli Zaretskii <eliz@gnu.org>
4285
4286 Extend mouse support on W32 text-mode console.
4287 * xdisp.c (draw_row_with_mouse_face):
4288 Call tty_draw_row_with_mouse_face for WINDOWSNT as well.
4289
4290 * w32console.c: Include window.h.
4291 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face):
4292 New functions.
4293 (initialize_w32_display): Initialize mouse-highlight data.
4294
4295 * w32inevt.c: Include termchar.h and window.h.
4296 (do_mouse_event): Support mouse-autoselect-window. When the mouse
4297 moves, call note_mouse_highlight. If help_echo changed, call
4298 gen_help_event to produce help-echo message in the echo area.
4299 Call clear_mouse_face if mouse_face_hidden is set in the mouse
4300 highlight info.
4301
4302 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
4303
4304 * lread.c (read1): Simplify slightly to avoid an overflow warning
4305 with GCC 4.7.0 on x86-64.
4306
4307 2012-05-26 Eli Zaretskii <eliz@gnu.org>
4308
4309 * bidi.c (bidi_mirror_char): Revert last change: an int is
4310 definitely wide enough here.
4311
4312 2012-05-25 Paul Eggert <eggert@cs.ucla.edu>
4313
4314 Fix integer width and related bugs (Bug#9874).
4315 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
4316 (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE)
4317 (string_bytes, check_sblock, allocate_string_data):
4318 (compact_small_strings, Fmake_bool_vector, make_string)
4319 (make_unibyte_string, make_multibyte_string)
4320 (make_string_from_bytes, make_specified_string)
4321 (allocate_vectorlike, Fmake_vector, find_string_data_in_pure)
4322 (make_pure_string, make_pure_c_string, make_pure_vector, Fpurecopy)
4323 (mark_vectorlike):
4324 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4325 (allocate_pseudovector):
4326 Use int, not EMACS_INT, where int is wide enough.
4327 (inhibit_garbage_collection, Fgarbage_collect):
4328 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4329 * bidi.c (bidi_mirror_char): Use EMACS_INT, not int, where
4330 int might not be wide enough.
4331 (bidi_cache_search, bidi_cache_find, bidi_init_it)
4332 (bidi_count_bytes, bidi_char_at_pos, bidi_fetch_char)
4333 (bidi_at_paragraph_end, bidi_find_paragraph_start)
4334 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
4335 (bidi_level_of_next_char, bidi_move_to_visually_next):
4336 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4337 * buffer.c (copy_overlays, Fgenerate_new_buffer_name)
4338 (Fkill_buffer, Fset_buffer_major_mode)
4339 (advance_to_char_boundary, Fbuffer_swap_text)
4340 (Fset_buffer_multibyte, overlays_at, overlays_in)
4341 (overlay_touches_p, struct sortvec, record_overlay_string)
4342 (overlay_strings, recenter_overlay_lists)
4343 (adjust_overlays_for_insert, adjust_overlays_for_delete)
4344 (fix_start_end_in_overlays, fix_overlays_before, modify_overlay)
4345 (Fmove_overlay, Fnext_overlay_change, Fprevious_overlay_change)
4346 (Foverlay_recenter, last_overlay_modification_hooks_used)
4347 (report_overlay_modification, evaporate_overlays, enlarge_buffer_text):
4348 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4349 (validate_region): Omit unnecessary test for b <= e,
4350 since that's guaranteed by the previous test.
4351 (adjust_overlays_for_delete): Avoid pos + length overflow.
4352 (Fmove_overlay, Fdelete_overlay, add_overlay_mod_hooklist)
4353 (report_overlay_modification):
4354 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4355 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change):
4356 Omit pointer cast, which isn't needed anyway, and doesn't work
4357 after the EMACS_INT -> ptrdiff_t change.
4358 (Fmove_overlay): Clip BEG and END to ptrdiff_t to avoid overflow.
4359 * buffer.h: Adjust decls to match defn changes elsewhere.
4360 (struct buffer_text, struct buffer):
4361 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4362 Use EMACS_INT, not int, where int might not be wide enough.
4363 * bytecode.c (unmark_byte_stack, exec_byte_code): Use ptrdiff_t,
4364 not int, to avoid needless 32-bit limit on 64-bit hosts.
4365 (exec_byte_code): Use tighter memory-full test, one that checks
4366 for alloca overflow. Don't compute the address of the object just
4367 before an array, as that's not portable. Use EMACS_INT, not
4368 ptrdiff_t or int, where ptrdiff_t or int might not be wide enough.
4369 * callint.c (Fcall_interactively):
4370 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4371 * callproc.c (call_process_kill, Fcall_process):
4372 Don't assume pid_t fits into an Emacs fixnum.
4373 (call_process_cleanup, Fcall_process, child_setup):
4374 Don't assume pid_t fits into int.
4375 (call_process_cleanup, Fcall_process, delete_temp_file)
4376 (Fcall_process_region):
4377 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4378 (Fcall_process): Simplify handling of volatile integers.
4379 Use int, not EMACS_INT, where int will do.
4380 * casefiddle.c (casify_object, casify_region, operate_on_word)
4381 (Fupcase_word, Fdowncase_word, Fcapitalize_word):
4382 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4383 (casify_object): Avoid integer overflow when overallocating buffer.
4384 * casetab.c (set_identity, shuffle): Prefer int to unsigned when
4385 either works. Use lint_assume to convince GCC 4.6.1 that it's OK.
4386 * category.c (Fchar_category_set): Don't assume fixnum fits in int.
4387 * category.h (CATEGORYP): Don't assume arg is nonnegative.
4388 * ccl.c (GET_CCL_INT): Remove; no longer needed, since the
4389 integers are now checked earlier. All uses replaced with XINT.
4390 (ccl_driver):
4391 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4392 For CCL_MapSingle, check that content and value are in int range.
4393 (ccl_driver, Fregister_code_conversion_map):
4394 Check that Vcode_version_map_vector is a vector.
4395 (resolve_symbol_ccl_program): Check that vector header is in range.
4396 Always copy the vector, so that we can check its contents reliably
4397 now rather than having to recheck each instruction as it's being
4398 executed. Check that vector words fit in 'int'.
4399 (ccl_get_compiled_code, Fregister_ccl_program)
4400 (Fregister_code_conversion_map): Use ptrdiff_t, not int, for
4401 program indexes, to avoid needless 32-bit limit on 64-bit hosts.
4402 (Fccl_execute, Fccl_execute_on_string): Check that initial reg
4403 contents are in range.
4404 (Fccl_execute_on_string): Check that status is in range.
4405 * ccl.h (struct ccl_program.idx): Now ptrdiff_t, not int.
4406 * character.c (char_resolve_modifier_mask, Fchar_resolve_modifiers):
4407 Accept and return EMACS_INT, not int, because callers can pass values
4408 out of 'int' range.
4409 (c_string_width, strwidth, lisp_string_width, chars_in_text)
4410 (multibyte_chars_in_text, parse_str_as_multibyte)
4411 (str_as_multibyte, count_size_as_multibyte, str_to_multibyte)
4412 (str_as_unibyte, str_to_unibyte, string_count_byte8)
4413 (string_escape_byte8, Fget_byte):
4414 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4415 (Funibyte_string): Use CHECK_RANGED_INTEGER, not CHECK_NATNUM, to
4416 avoid mishandling large integers.
4417 * character.h: Adjust decls to match defn changes elsewhere.
4418 * charset.c (load_charset_map_from_file, find_charsets_in_text)
4419 (Ffind_charset_region):
4420 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4421 (load_charset_map_from_file): Redo idx calculation to avoid overflow.
4422 (load_charset_map_from_vector, Fdefine_charset_internal):
4423 Don't assume fixnum fits in int.
4424 (load_charset_map_from_vector, Fmap_charset_chars):
4425 Remove now-unnecessary CHECK_NATNUMs.
4426 (Fdefine_charset_internal): Check ranges here, more carefully.
4427 Don't rely on undefined behavior with signed left shift overflow.
4428 Don't assume unsigned int fits into fixnum, or that fixnum fits
4429 into unsigned int. Don't require max_code to be a valid fixnum;
4430 that's not true for gb10830 4-byte on a 32-bit host. Allow
4431 invalid_code to be a cons, for the same reason. Require code_offset
4432 to be a character. Avoid int overflow if max_char is close
4433 to INT_MAX.
4434 (CODE_POINT_TO_INDEX): On 32-bit hosts, return int, not unsigned;
4435 this is intended anyway and avoids some undefined behavior.
4436 (load_charset_map): Pass unsigned, not int, as 2nd arg of
4437 INDEX_TO_CODE_POINT, as that's what it expects.
4438 (Funify_charset, encode_char): Don't stuff unsigned vals into int vars.
4439 * charset.h (DECODE_CHAR): Return int, not unsigned;
4440 this is what was intended anyway, and it avoids undefined behavior.
4441 (CHARSET_OFFSET): Remove unused macro, instead of fixing its
4442 integer-overflow issues.
4443 (ENCODE_CHAR): Return unsigned on all hosts, not just on 32-bit hosts.
4444 Formerly, it returned EMACS_INT on 64-bit hosts in the common case
4445 where the argument is EMACS_INT, and this behavior is not intended.
4446 * chartab.c (Fmake_char_table, Fset_char_table_range)
4447 (uniprop_get_decoder, uniprop_get_encoder):
4448 Don't assume fixnum fits in int.
4449 * cmds.c (move_point): New function, that does the gist of
4450 Fforward_char and Fbackward_char, but does so while checking
4451 for integer overflow more accurately.
4452 (Fforward_char, Fbackward_char): Use it.
4453 (Fforward_line, Fend_of_line, internal_self_insert)
4454 (internal_self_insert):
4455 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4456 Fix a FIXME, by checking for integer overflow when calculating
4457 target_clm and actual_clm.
4458 * coding.c (detect_coding_XXX, encode_coding_XXX, CODING_DECODE_CHAR)
4459 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET, CODING_CHAR_CHARSET_P)
4460 (ASSURE_DESTINATION, coding_alloc_by_realloc)
4461 (coding_alloc_by_making_gap, alloc_destination)
4462 (detect_coding_utf_8, encode_coding_utf_8, decode_coding_utf_16)
4463 (encode_coding_utf_16, detect_coding_emacs_mule)
4464 (decode_coding_emacs_mule, encode_coding_emacs_mule)
4465 (detect_coding_iso_2022, decode_coding_iso_2022)
4466 (encode_invocation_designation, encode_designation_at_bol)
4467 (encode_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
4468 (decode_coding_sjis, decode_coding_big5, encode_coding_sjis)
4469 (encode_coding_big5, detect_coding_ccl, decode_coding_ccl)
4470 (encode_coding_ccl, encode_coding_raw_text)
4471 (detect_coding_charset, decode_coding_charset)
4472 (encode_coding_charset, detect_eol, decode_eol, produce_chars)
4473 (produce_composition, produce_charset, produce_annotation)
4474 (decode_coding, handle_composition_annotation)
4475 (handle_charset_annotation, consume_chars, decode_coding_gap)
4476 (decode_coding_object, encode_coding_object, detect_coding_system)
4477 (Ffind_coding_systems_region_internal, Fcheck_coding_systems_region)
4478 (code_convert_region, code_convert_string)
4479 (Fdefine_coding_system_internal)
4480 (coding_set_source, coding_set_destination):
4481 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4482 (setup_iso_safe_charsets, consume_chars, Funencodable_char_position)
4483 (Fdefine_coding_system_internal):
4484 Don't assume fixnums fit in int.
4485 (decode_coding_gap, decode_coding_object, encode_coding_object)
4486 (Fread_coding_system, Fdetect_coding_region)
4487 (Funencodable_char_position, Fcheck_coding_systems_region)
4488 (get_translation, handle_composition_annotation, consume_chars):
4489 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4490 (consume_chars): Rewrite to not calculate an address outside buffer.
4491 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
4492 Don't access memory outside of the args array.
4493 (Fdefine_coding_system_internal): Check for charset-id overflow.
4494 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
4495 result of ENCODE_CHAR.
4496 * coding.h: Adjust decls to match defn changes elsewhere.
4497 (struct coding_system):
4498 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4499 * composite.c (get_composition_id, find_composition)
4500 (run_composition_function, update_compositions)
4501 (compose_text, composition_gstring_put_cache)
4502 (composition_gstring_p, composition_gstring_width)
4503 (fill_gstring_header, fill_gstring_body, autocmp_chars)
4504 (composition_compute_stop_pos, composition_reseat_it)
4505 (composition_update_it, struct position_record)
4506 (find_automatic_composition, composition_adjust_point)
4507 (Fcomposition_get_gstring, Ffind_composition_internal):
4508 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4509 (update_compositions):
4510 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4511 * composite.h: Adjust decls to match defn changes elsewhere.
4512 (struct composition):
4513 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4514 * data.c (let_shadows_buffer_binding_p, let_shadows_global_binding_p):
4515 Do not attempt to compute the address of the object just before a
4516 buffer; this is not portable.
4517 (Faref, Faset):
4518 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4519 (Faset): Use int, not EMACS_INT, where int is wide enough.
4520 (Fstring_to_number): Don't assume fixnums fit in int.
4521 (Frem): Don't assume arg is nonnegative.
4522 * dbusbind.c (xd_append_arg): Check for integers out of range.
4523 (Fdbus_call_method): Don't overflow the timeout int.
4524 (extract_signed, extract_unsigned): New functions.
4525 (XD_CHECK_DBUS_SERIAL): Remove; superseded by extract_unsigned.
4526 (xd_get_connection_references): Return ptrdiff_t, not int.
4527 All uses changed.
4528 (xd_signature, xd_append_arg, xd_retrieve_arg, Fdbus_message_internal)
4529 (xd_read_message_1):
4530 Use int, not unsigned, where the dbus API uses int.
4531 (Fdbus_message_internal): Don't overflow mtype.
4532 (syms_of_dbusbind): Allocate right-sized buffer for integers.
4533 * dired.c (directory_files_internal, file_name_completion, scmp)
4534 (file_name_completion_stat):
4535 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4536 (file_name_completion): Don't overflow matchcount.
4537 (file_name_completion_stat): Use SAFE_ALLOCA, not alloca.
4538 * dispextern.h: Adjust decls to match defn changes elsewhere.
4539 (struct text_pos, struct glyph, struct bidi_saved_info)
4540 (struct bidi_string_data, struct bidi_it, struct composition_it)
4541 (struct it):
4542 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4543 (struct display_pos, struct composition_it, struct it):
4544 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4545 * dispnew.c (increment_matrix_positions)
4546 (increment_row_positions, mode_line_string)
4547 (marginal_area_string):
4548 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4549 (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
4550 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4551 (duration_to_sec_usec): New function, to check for overflow better.
4552 (Fsleep_for, sit_for): Use it.
4553 * doc.c (get_doc_string, store_function_docstring):
4554 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4555 (get_doc_string, Fsnarf_documentation):
4556 Use int, not EMACS_INT, where int is wide enough.
4557 (get_doc_string):
4558 Use SAFE_ALLOCA, not alloca.
4559 Check for overflow when converting EMACS_INT to off_t.
4560 * doprnt.c (doprnt):
4561 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4562 * editfns.c (init_editfns, Fuser_uid, Fuser_real_uid):
4563 Don't assume uid_t fits into fixnum.
4564 (buildmark, Fgoto_char, overlays_around, find_field, Fdelete_field)
4565 (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
4566 (Ffield_end, Fconstrain_to_field, Fline_beginning_position)
4567 (Fline_end_position, Fprevious_char, Fchar_after, Fchar_before)
4568 (general_insert_function)
4569 (Finsert_char, make_buffer_string, make_buffer_string_both)
4570 (update_buffer_properties, Fbuffer_substring)
4571 (Fbuffer_substring_no_properties, Fcompare_buffer_substrings)
4572 (Fsubst_char_in_region, check_translation)
4573 (Ftranslate_region_internal, save_restriction_restore, Fformat)
4574 (transpose_markers, Ftranspose_regions):
4575 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4576 (clip_to_bounds): Move to lisp.h as an inline function).
4577 (Fconstrain_to_field): Don't assume integers are nonnegative.
4578 (Fline_beginning_position, Fsave_excursion, Fsave_current_buffer):
4579 (Fsubst_char_in_region, Fsave_restriction):
4580 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4581 (Femacs_pid): Don't assume pid_t fits into fixnum.
4582 (lo_time): Use int, not EMACS_INT, when int suffices.
4583 (lisp_time_argument): Check for usec out of range.
4584 (Fencode_time): Don't assume fixnum fits in int.
4585 (Fuser_login_name, Fuser_full_name): Signal an error
4586 if a uid argument is out of range, rather than relying on
4587 undefined behavior.
4588 (Fformat_time_string): Remove now-unnecessary check.
4589 lisp_time_argument checks for out-of-range usec now.
4590 Use ptrdiff_t, not size_t, where ptrdiff_t will do.
4591 * emacs.c (gdb_valbits, gdb_gctypebits): Now int, not EMACS_INT.
4592 (gdb_data_seg_bits): Now uintptr_t, not EMACS_INT.
4593 (PVEC_FLAG, gdb_array_mark_flag): Now ptrdiff_t, not EMACS_INT.
4594 (init_cmdargs, Fdump_emacs):
4595 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4596 (Fkill_emacs): Don't assume fixnum fits in int; instead, take just
4597 the bottom (typically) 32 bits of the fixnum.
4598 * eval.c (specpdl_size, call_debugger):
4599 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4600 (when_entered_debugger, Fbacktrace_debug):
4601 Don't assume fixnum can fit in int.
4602 (Fdefvaralias, Fdefvar): Do not attempt to compute the address of
4603 the object just before a buffer; this is not portable.
4604 (FletX, Flet, Funwind_protect, do_autoload, Feval, funcall_lambda)
4605 (grow_specpdl, unbind_to):
4606 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4607 (Fapply, apply_lambda): Don't assume ptrdiff_t can hold fixnum.
4608 (grow_specpdl): Simplify allocation by using xpalloc.
4609 (Fprog1, Fprog2): Don't assume list length fits in int. Simplify.
4610 * fileio.c (Ffind_file_name_handler, Fcopy_file, Frename_file)
4611 (Finsert_file_contents, Fwrite_region, Fdo_auto_save):
4612 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4613 (Ffind_file_name_handler, non_regular_inserted, Finsert_file_contents)
4614 (a_write, e_write):
4615 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4616 (Fcopy_file, non_regular_nbytes, read_non_regular)
4617 (Finsert_file_contents):
4618 Use int, not EMACS_INT, where int is wide enough.
4619 (READ_BUF_SIZE): Verify that it fits in int.
4620 (Finsert_file_contents): Check that counts are in proper range,
4621 rather than assuming fixnums fit into ptrdiff_t etc.
4622 Don't assume fixnums fit into int.
4623 * floatfns.c (Fexpt): Avoid undefined signed * signed overflow.
4624 * fns.c (Fcompare_strings, Fstring_lessp, struct textprop_rec, concat)
4625 (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
4626 (string_char_to_byte, string_byte_to_char)
4627 (string_make_multibyte, string_to_multibyte)
4628 (string_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte)
4629 (Fstring_to_unibyte, Fsubstring, Fsubstring_no_properties)
4630 (substring_both, Fdelete, internal_equal, Ffillarray)
4631 (Fclear_string, mapcar1)
4632 (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
4633 (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
4634 (larger_vector, make_hash_table, maybe_resize_hash_table)
4635 (hash_lookup, hash_remove_from_table, hash_clear, sweep_weak_table)
4636 (Fmaphash, secure_hash):
4637 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4638 (concat): Check for string index and length overflow.
4639 (Fmapconcat): Don't assume fixnums fit into ptrdiff_t.
4640 (Frequire):
4641 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4642 (larger_vector): New API (vec, incr_min, size_max) replaces old
4643 one (vec, new_size, init). This catches size overflow.
4644 INIT was removed because it was always Qnil.
4645 All callers changed.
4646 (INDEX_SIZE_BOUND): New macro, which calculates more precisely
4647 the upper bound on a hash table index size.
4648 (make_hash_table, maybe_resize_hash_table): Use it.
4649 (secure_hash): Computer start_byte and end_byte only after
4650 they're known to be in ptrdiff_t range.
4651 * font.c (font_intern_prop, font_at, font_range, Ffont_shape_gstring)
4652 (Ffont_get_glyphs, Ffont_at):
4653 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4654 (font_style_to_value, font_prop_validate_style, font_expand_wildcards)
4655 (Flist_fonts, Fopen_font):
4656 Don't assume fixnum can fit in int.
4657 (check_gstring): Don't assume index can fit in int.
4658 (font_match_p): Check that fixnum is a character, not a nonnegative
4659 fixnum, since the later code needs to stuff it into an int.
4660 (font_find_for_lface): Use SAFE_ALLOCA_LISP, not alloca.
4661 (font_fill_lglyph_metrics): Use unsigned, not EMACS_INT, to avoid
4662 conversion overflow issues.
4663 (Fopen_font): Check for integer out of range.
4664 (Ffont_get_glyphs): Don't assume index can fit in int.
4665 * font.h: Adjust decls to match defn changes elsewhere.
4666 * fontset.c (reorder_font_vector): Redo score calculation to avoid
4667 integer overflow.
4668 (num_auto_fontsets, fontset_from_font): Use ptrdiff_t, not
4669 printmax_t, where ptrdiff_t is wide enough.
4670 (Finternal_char_font):
4671 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4672 * frame.c (Fset_mouse_position, Fset_mouse_pixel_position)
4673 (Fset_frame_height, Fset_frame_width, Fset_frame_size)
4674 (Fset_frame_position, x_set_frame_parameters)
4675 (x_set_line_spacing, x_set_border_width)
4676 (x_set_internal_border_width, x_set_alpha, x_figure_window_size):
4677 Check that fixnums are in proper range for system types.
4678 (frame_name_fnn_p, Fframe_parameter, Fmodify_frame_parameters):
4679 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4680 (Fmodify_frame_parameters): Don't assume fixnum fits in int.
4681 Use SAFE_ALLOCA_LISP, not alloca.
4682 * frame.h (struct frame): Use intptr_t, not EMACS_INT, where
4683 intptr_t is wide enough.
4684 * fringe.c (lookup_fringe_bitmap, get_logical_fringe_bitmap)
4685 (Fdefine_fringe_bitmap): Don't assume fixnum fits in int.
4686 (Ffringe_bitmaps_at_pos): Don't assume index fits in int.
4687 Check for fixnum out of range.
4688 * ftfont.c (ftfont_list): Don't assume index fits in int.
4689 Check that fixnums are in proper range for system types.
4690 (ftfont_shape_by_flt):
4691 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4692 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
4693 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4694 (Fgnutls_error_fatalp, Fgnutls_error_string, Fgnutls_boot):
4695 Check that fixnums are in proper range for system types.
4696 * gnutls.h: Adjust decls to match defn changes elsewhere.
4697 * gtkutil.c (xg_dialog_run):
4698 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4699 (update_frame_tool_bar):
4700 Check that fixnums are in proper range for system types.
4701 * image.c (parse_image_spec): Redo count calculation to avoid overflow.
4702 (lookup_image): Check that fixnums are in range for system types.
4703 * indent.c (last_known_column, last_known_column_point):
4704 (current_column_bol_cache):
4705 (skip_invisible, current_column, check_display_width):
4706 (check_display_width, scan_for_column, current_column_1)
4707 (Findent_to, Fcurrent_indentation, position_indentation)
4708 (indented_beyond_p, Fmove_to_column, compute_motion):
4709 (Fcompute_motion, Fvertical_motion):
4710 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4711 (last_known_column_modified): Use EMACS_INT, not int.
4712 (check_display_width):
4713 (Fcompute_motion):
4714 Check that fixnums and floats are in proper range for system types.
4715 (compute_motion): Don't assume index or fixnum fits in int.
4716 (compute_motion, Fcompute_motion):
4717 Use int, not EMACS_INT, when it is wide enough.
4718 (vmotion): Omit local var start_hpos that is always 0; that way
4719 we don't need to worry about overflow in expressions involving it.
4720 * indent.h: Adjust decls to match defn changes elsewhere.
4721 (struct position):
4722 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4723 Use int, not EMACS_INT, where int is wide enough.
4724 Remove unused members ovstring_chars_done and tab_offset;
4725 all uses removed.
4726 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
4727 (adjust_markers_for_delete, adjust_markers_for_insert, adjust_point)
4728 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
4729 (make_gap, copy_text, insert, insert_and_inherit)
4730 (insert_before_markers, insert_before_markers_and_inherit)
4731 (insert_1, count_combining_before, count_combining_after)
4732 (insert_1_both, insert_from_string)
4733 (insert_from_string_before_markers, insert_from_string_1)
4734 (insert_from_gap, insert_from_buffer, insert_from_buffer_1)
4735 (adjust_after_replace, adjust_after_insert, replace_range)
4736 (replace_range_2, del_range, del_range_1, del_range_byte)
4737 (del_range_both, del_range_2, modify_region)
4738 (prepare_to_modify_buffer, signal_before_change)
4739 (signal_after_change, Fcombine_after_change_execute):
4740 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4741 * intervals.c (traverse_intervals, rotate_right, rotate_left)
4742 (balance_an_interval, split_interval_right, split_interval_left)
4743 (find_interval, next_interval, update_interval)
4744 (adjust_intervals_for_insertion, delete_node, delete_interval)
4745 (interval_deletion_adjustment, adjust_intervals_for_deletion)
4746 (static_offset_intervals, offset_intervals)
4747 (merge_interval_right, merge_interval_left, make_new_interval)
4748 (graft_intervals_into_buffer, temp_set_point_both)
4749 (temp_set_point, set_point, adjust_for_invis_intang)
4750 (set_point_both, move_if_not_intangible, get_property_and_range)
4751 (get_local_map, copy_intervals, copy_intervals_to_string)
4752 (compare_string_intervals, set_intervals_multibyte_1):
4753 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4754 * intervals.h: Adjust decls to match defn changes elsewhere.
4755 (struct interval):
4756 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4757 * keyboard.c (this_command_key_count, this_single_command_key_start)
4758 (before_command_key_count, before_command_echo_length, echo_now)
4759 (echo_length, recursive_edit_1, Frecursive_edit, Ftrack_mouse)
4760 (command_loop_1, safe_run_hooks, read_char, timer_check_2)
4761 (menu_item_eval_property, read_key_sequence, Fread_key_sequence)
4762 (Fread_key_sequence_vector, Fexecute_extended_command, Fsuspend_emacs):
4763 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4764 (last_non_minibuf_size, last_point_position, echo_truncate)
4765 (command_loop_1, adjust_point_for_property, read_char, gen_help_event)
4766 (make_lispy_position, make_lispy_event, parse_modifiers_uncached)
4767 (parse_modifiers, modify_event_symbol, Fexecute_extended_command)
4768 (stuff_buffered_input):
4769 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4770 (last_auto_save, command_loop_1, read_char):
4771 Use EMACS_INT, not int, to avoid integer overflow.
4772 (record_char): Avoid overflow in total_keys computation.
4773 (parse_modifiers_uncached): Redo index calculation to avoid overflow.
4774 * keyboard.h: Adjust decls to match defn changes elsewhere.
4775 * keymap.c (Fdefine_key, Fcurrent_active_maps, accessible_keymaps_1)
4776 (Fkey_description, Fdescribe_vector, Flookup_key):
4777 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4778 (click_position): New function, to check that positions are in range.
4779 (Fcurrent_active_maps):
4780 (describe_command):
4781 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4782 (Faccessible_keymaps, Fkey_description):
4783 (preferred_sequence_p):
4784 Don't assume fixnum can fit into int.
4785 (Fkey_description): Use SAFE_ALLOCA_LISP, not alloca.
4786 Check for integer overflow in size calculations.
4787 (Ftext_char_description): Use CHECK_CHARACTER, not CHECK_NUMBER, to
4788 avoid mishandling large integers.
4789 * lisp.h: Adjust decls to match defn changes elsewhere.
4790 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, struct Lisp_String)
4791 (struct vectorlike_header, struct Lisp_Subr, struct Lisp_Hash_Table)
4792 (struct Lisp_Marker):
4793 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4794 (clip_to_bounds): Now an inline function, moved here from editfns.c.
4795 (GLYPH_CODE_P): Check for overflow in system types, subsuming the
4796 need for GLYPH_CODE_CHAR_VALID_P and doing proper checking ourselves.
4797 All callers changed.
4798 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE):
4799 Assume the arg has valid form, since it always does.
4800 (TYPE_RANGED_INTEGERP): Avoid bug when checking against a wide
4801 unsigned integer system type.
4802 (CHECK_RANGED_INTEGER, CHECK_TYPE_RANGED_INTEGER): New macros.
4803 (struct catchtag, specpdl_size, SPECPDL_INDEX, USE_SAFE_ALLOCA):
4804 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4805 (struct catchtag): Use EMACS_INT, not int, since it may be a fixnum.
4806 (duration_to_sec_usec): New decl.
4807 * lread.c (read_from_string_index, read_from_string_index_byte)
4808 (read_from_string_limit, readchar, unreadchar, openp)
4809 (read_internal_start, read1, oblookup):
4810 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4811 (Fload, readevalloop, Feval_buffer, Feval_region):
4812 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4813 (openp): Check for out-of-range argument to 'access'.
4814 (read1): Use int, not EMACS_INT, where int is wide enough.
4815 Don't assume fixnum fits into int.
4816 Fix off-by-one error that can read outside a buffer.
4817 (read_filtered_event): Use duration_to_sec_usec
4818 to do proper overflow checking on durations.
4819 * macros.c (Fstart_kbd_macro): Use xpalloc to check for overflow
4820 in size calculation.
4821 (Fexecute_kbd_macro):
4822 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4823 * marker.c (cached_charpos, cached_bytepos, CONSIDER)
4824 (byte_char_debug_check, buf_charpos_to_bytepos, verify_bytepos)
4825 (buf_bytepos_to_charpos, Fset_marker, set_marker_restricted)
4826 (set_marker_both, set_marker_restricted_both, marker_position)
4827 (marker_byte_position, Fbuffer_has_markers_at):
4828 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4829 (Fset_marker, set_marker_restricted): Don't assume fixnum fits in int.
4830 * menu.c (ensure_menu_items): Rename from grow_menu_items.
4831 It now merely ensures that the menu is large enough, without
4832 necessarily growing it, as this avoids some integer overflow issues.
4833 All callers changed.
4834 (keymap_panes, parse_single_submenu, Fx_popup_menu):
4835 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4836 (parse_single_submenu, Fx_popup_menu): Don't assume fixnum fits in int.
4837 Use SAFE_ALLOCA_LISP, not alloca.
4838 (find_and_return_menu_selection): Avoid unnecessary casts of pointers
4839 to EMACS_INT. Check that fixnums are in proper range for system types.
4840 * minibuf.c (minibuf_prompt_width, string_to_object)
4841 (Fminibuffer_contents, Fminibuffer_contents_no_properties)
4842 (Fminibuffer_completion_contents, Ftry_completion, Fall_completions):
4843 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4844 (get_minibuffer, read_minibuf_unwind):
4845 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4846 (read_minibuf): Omit unnecessary arg BACKUP_N, which is always nil;
4847 this simplifies overflow checking. All callers changed.
4848 (read_minibuf, Fread_buffer, Ftry_completion, Fall_completions)
4849 (Ftest_completion):
4850 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4851 * nsfns.m (check_ns_display_info): Don't assume fixnum fits in long.
4852 (x_set_menu_bar_lines, x_set_tool_bar_lines, Fx_create_frame):
4853 Check that fixnums are in proper range for system types.
4854 (Fx_create_frame, Fx_show_tip):
4855 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4856 * nsfont.m (ns_findfonts, nsfont_list_family):
4857 Don't assume fixnum fits in long.
4858 * nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
4859 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4860 (ns_update_menubar): Use intptr_t, not EMACS_INT, when intptr_t is
4861 wide enough.
4862 * nsselect.m (ns_get_local_selection, clean_local_selection_data):
4863 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4864 * print.c (print_buffer_size, print_buffer_pos, print_buffer_pos_byte)
4865 (PRINTDECLARE, PRINTPREPARE):
4866 (strout, print_string):
4867 (print, print_preprocess, print_check_string_charset_prop)
4868 (print_object):
4869 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4870 (PRINTDECLARE):
4871 (temp_output_buffer_setup, Fprin1_to_string, print_object):
4872 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4873 (PRINTPREPARE): Use int, not ptrdiff_t, where int is wide enough.
4874 (printchar, strout): Use xpalloc to catch size calculation overflow.
4875 (Fexternal_debugging_output): Don't overflow EMACS_INT->int conversion.
4876 (print_error_message): Use SAFE_ALLOCA, not alloca.
4877 (print_object): Use int, not EMACS_INT, where int is wide enough.
4878 (print_depth, new_backquote_output, print_number_index):
4879 Use ptrdiff_t, not int, where int might not be wide enough.
4880 * process.c (Fdelete_process): Don't assume pid fits into EMACS_INT.
4881 (Fset_process_window_size, Fformat_network_address)
4882 (get_lisp_to_sockaddr_size, set_socket_option, Fmake_network_process)
4883 (sigchld_handler):
4884 Check that fixnums are in proper range for system types.
4885 (Fsignal_process): Simplify by avoiding a goto.
4886 Check for process-ids out of pid_t range rather than relying on
4887 undefined behavior.
4888 (process_tick, update_tick): Use EMACS_INT, not int.
4889 (Fformat_network_address, read_process_output, send_process)
4890 (Fprocess_send_region, status_notify):
4891 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4892 (Fformat_network_address, Fmake_serial_process, Fmake_network_process)
4893 (wait_reading_process_output, read_process_output, exec_sentinel):
4894 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4895 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
4896 (Faccept_process_output): Use duration_to_sec_usec to do proper
4897 overflow checking on durations.
4898 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
4899 Don't assume pid_t fits in int.
4900 * process.h (struct Lisp_Process): Members tick and update_tick
4901 are now of type EMACS_INT, not int.
4902 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
4903 configured --with-wide-int.
4904 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
4905 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
4906 * search.c (looking_at_1, string_match_1):
4907 (fast_string_match, fast_c_string_match_ignore_case)
4908 (fast_string_match_ignore_case, fast_looking_at, scan_buffer)
4909 (scan_newline, find_before_next_newline, search_command)
4910 (trivial_regexp_p, search_buffer, simple_search, boyer_moore)
4911 (set_search_regs, wordify):
4912 (Freplace_match):
4913 (Fmatch_data):
4914 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4915 (string_match_1, search_buffer, set_search_regs):
4916 (Fmatch_data):
4917 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4918 (wordify): Check for overflow in size calculation.
4919 (Freplace_match): Avoid potential buffer overflow in search_regs.start.
4920 (Fset_match_data): Don't assume fixnum fits in ptrdiff_t.
4921 Check that fixnums are in proper range for system types.
4922 * sound.c (struct sound_device)
4923 (wav_play, au_play, vox_write, alsa_period_size, alsa_write):
4924 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4925 (Fplay_sound_internal):
4926 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4927 * syntax.c (struct lisp_parse_state, find_start_modiff)
4928 (Finternal_describe_syntax_value, scan_lists, scan_sexps_forward):
4929 (Fparse_partial_sexp):
4930 Don't assume fixnums can fit in int.
4931 (struct lisp_parse_state, find_start_pos, find_start_value)
4932 (find_start_value_byte, find_start_begv)
4933 (update_syntax_table, char_quoted, dec_bytepos)
4934 (find_defun_start, prev_char_comend_first, back_comment):
4935 (scan_words, skip_chars, skip_syntaxes, forw_comment, Fforward_comment)
4936 (scan_lists, Fbackward_prefix_chars, scan_sexps_forward):
4937 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4938 (Finternal_describe_syntax_value): Check that match_lisp is a
4939 character, not an integer, since the code stuffs it into int.
4940 (scan_words, scan_sexps_forward):
4941 Check that fixnums are in proper range for system types.
4942 (Fforward_word):
4943 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4944 (scan_sexps_forward):
4945 Use CHARACTERP, not INTEGERP, since the value must fit into int.
4946 (Fparse_partial_sexp): Fix doc; element 8 is not ignored.
4947 * syntax.h: Adjust decls to match defn changes elsewhere.
4948 (struct gl_state_s):
4949 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4950 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not
4951 MOST_POSITIVE_FIXNUM.
4952 * sysdep.c (wait_for_termination_1, wait_for_termination)
4953 (interruptible_wait_for_termination, mkdir):
4954 Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit.
4955 (emacs_read, emacs_write):
4956 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4957 (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT,
4958 and double all fit in int.
4959 * term.c (set_tty_color_mode):
4960 Check that fixnums are in proper range for system types.
4961 * termhooks.h (struct input_event):
4962 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4963 * textprop.c (validate_interval_range, interval_of)
4964 (Fadd_text_properties, set_text_properties_1)
4965 (Fremove_text_properties, Fremove_list_of_text_properties)
4966 (Ftext_property_any, Ftext_property_not_all)
4967 (copy_text_properties, text_property_list, extend_property_ranges)
4968 (verify_interval_modification):
4969 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4970 (Fnext_single_char_property_change)
4971 (Fprevious_single_char_property_change):
4972 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4973 (copy_text_properties):
4974 Check for integer overflow in index calculation.
4975 * undo.c (last_boundary_position, record_point, record_insert)
4976 (record_delete, record_marker_adjustment, record_change)
4977 (record_property_change):
4978 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4979 (truncate_undo_list, Fprimitive_undo): Don't assume fixnum fits in int.
4980 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4981 * w32fns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
4982 (Fx_hide_tip, Fx_file_dialog):
4983 * w32menu.c (set_frame_menubar):
4984 Use ptrdiff_t, not int, for consistency with rest of code.
4985 * window.c (window_scroll_preserve_hpos, window_scroll_preserve_vpos)
4986 (select_window, Fdelete_other_windows_internal)
4987 (window_scroll_pixel_based, window_scroll_line_based)
4988 (Frecenter, Fset_window_configuration):
4989 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
4990 (Fset_window_hscroll, run_window_configuration_change_hook)
4991 (set_window_buffer, temp_output_buffer_show, scroll_command)
4992 (Fscroll_other_window, Frecenter):
4993 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
4994 (Fwindow_line_height, window_scroll, Fscroll_left, Fscroll_right):
4995 Don't assume fixnum fits in int.
4996 (Fset_window_scroll_bars):
4997 Check that fixnums are in proper range for system types.
4998 * xdisp.c (help_echo_pos, pos_visible_p, string_pos_nchars_ahead)
4999 (string_pos, c_string_pos, number_of_chars, init_iterator)
5000 (in_ellipses_for_invisible_text_p, init_from_display_pos)
5001 (compute_stop_pos, next_overlay_change, compute_display_string_pos)
5002 (compute_display_string_end, handle_face_prop)
5003 (face_before_or_after_it_pos, handle_invisible_prop)
5004 (handle_display_prop, handle_display_spec, handle_single_display_spec)
5005 (display_prop_intangible_p, string_buffer_position_lim)
5006 (string_buffer_position, handle_composition_prop, load_overlay_strings)
5007 (get_overlay_strings_1, get_overlay_strings)
5008 (iterate_out_of_display_property, forward_to_next_line_start)
5009 (back_to_previous_visible_line_start, reseat, reseat_to_string)
5010 (get_next_display_element, set_iterator_to_next)
5011 (get_visually_first_element, compute_stop_pos_backwards)
5012 (handle_stop_backwards, next_element_from_buffer)
5013 (move_it_in_display_line_to, move_it_in_display_line)
5014 (move_it_to, move_it_vertically_backward, move_it_by_lines)
5015 (add_to_log, message_dolog, message_log_check_duplicate)
5016 (message2, message2_nolog, message3, message3_nolog
5017 (with_echo_area_buffer, display_echo_area_1, resize_mini_window_1)
5018 (current_message_1, truncate_echo_area, truncate_message_1)
5019 (set_message, set_message_1, store_mode_line_noprop)
5020 (hscroll_window_tree, debug_delta, debug_delta_bytes, debug_end_vpos)
5021 (text_outside_line_unchanged_p, check_point_in_composition)
5022 (reconsider_clip_changes)
5023 (redisplay_internal, set_cursor_from_row, try_scrolling)
5024 (try_cursor_movement, set_vertical_scroll_bar, redisplay_window)
5025 (redisplay_window, find_last_unchanged_at_beg_row)
5026 (find_first_unchanged_at_end_row, row_containing_pos, try_window_id)
5027 (trailing_whitespace_p, find_row_edges, display_line)
5028 (RECORD_MAX_MIN_POS, Fcurrent_bidi_paragraph_direction)
5029 (display_mode_element, store_mode_line_string)
5030 (pint2str, pint2hrstr, decode_mode_spec)
5031 (display_count_lines, display_string, draw_glyphs)
5032 (x_produce_glyphs, x_insert_glyphs)
5033 (rows_from_pos_range, mouse_face_from_buffer_pos)
5034 (fast_find_string_pos, mouse_face_from_string_pos)
5035 (note_mode_line_or_margin_highlight, note_mouse_highlight):
5036 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5037 (safe_call, init_from_display_pos, handle_fontified_prop)
5038 (handle_single_display_spec, load_overlay_strings)
5039 (with_echo_area_buffer, setup_echo_area_for_printing)
5040 (display_echo_area, echo_area_display)
5041 (x_consider_frame_title, prepare_menu_bars, update_menu_bar)
5042 (update_tool_bar, hscroll_window_tree, redisplay_internal)
5043 (redisplay_window, dump_glyph_row, display_mode_line)
5044 (Fformat_mode_line, decode_mode_spec, on_hot_spot_p):
5045 (handle_display_spec, display_prop_string_p):
5046 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5047 (handle_single_display_spec, build_desired_tool_bar_string)
5048 (redisplay_tool_bar, scroll_window_tree, Fdump_glyph_matrix)
5049 (get_specified_cursor_type):
5050 Check that fixnums are in proper range for system types.
5051 (struct overlay_entry, resize_mini_window, Fdump_glyph_row)
5052 (Flookup_image_map):
5053 Don't assume fixnums fit in int.
5054 (compare_overlay_entries):
5055 Avoid mishandling comparisons due to subtraction overflow.
5056 (load_overlay_strings): Use SAFE_NALLOCA, not alloca.
5057 (last_escape_glyph_face_id, last_glyphless_glyph_face_id):
5058 (handle_tool_bar_click):
5059 Use int, not unsigned, since we prefer signed and the signedness
5060 doesn't matter here.
5061 (get_next_display_element, next_element_from_display_vector):
5062 Use int, not EMACS_INT, when int is wide enough.
5063 (start_hourglass): Use duration_to_sec_usec to do proper
5064 overflow checking on durations.
5065 * xfaces.c (Fbitmap_spec_p):
5066 Check that fixnums are in proper range for system types.
5067 (compare_fonts_by_sort_order):
5068 Avoid mishandling comparisons due to subtraction overflow.
5069 (Fx_family_fonts, realize_basic_faces):
5070 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5071 (Fx_family_fonts):
5072 Don't assume fixnum fits in int.
5073 Use SAFE_ALLOCA_LISP, not alloca.
5074 (merge_face_heights): Remove unnecessary cast to EMACS_INT.
5075 (Finternal_make_lisp_face): Don't allocate more than MAX_FACE_ID.
5076 (face_at_buffer_position, face_for_overlay_string)
5077 (face_at_string_position):
5078 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5079 (merge_faces): Use int, not EMACS_INT, where int is wide enough.
5080 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines, x_icon_verify)
5081 (Fx_show_tip):
5082 Check that fixnums are in proper range for system types.
5083 (Fx_create_frame, x_create_tip_frame, Fx_show_tip)
5084 (Fx_hide_tip, Fx_file_dialog, Fx_select_font):
5085 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5086 (Fx_change_window_property): Don't assume fixnums fit in int.
5087 * xfont.c (xfont_chars_supported):
5088 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5089 * xmenu.c (Fx_popup_dialog, set_frame_menubar)
5090 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
5091 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5092 * xml.c (parse_region):
5093 * xrdb.c (magic_file_p):
5094 Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
5095 * xselect.c (TRACE1): Don't assume pid_t promotes to int.
5096 (x_get_local_selection, x_reply_selection_request)
5097 (x_handle_selection_request, wait_for_property_change):
5098 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5099 (selection_data_to_lisp_data): Use short, not EMACS_INT, where
5100 short is wide enough.
5101 (x_send_client_event): Don't assume fixnum fits in int.
5102 * xterm.c (x_x_to_emacs_modifiers):
5103 Don't assume EMACS_INT overflows nicely into int.
5104 (x_emacs_to_x_modifiers): Use EMACS_INT, not int, because values
5105 may come from Lisp.
5106 (handle_one_xevent): NATNUMP can eval its arg twice.
5107 (x_connection_closed):
5108 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
5109 * xterm.h: Adjust decls to match defn changes elsewhere.
5110 (struct scroll_bar): Use struct vectorlike_header
5111 rather than rolling our own approximation.
5112 (SCROLL_BAR_VEC_SIZE): Remove; not used.
5113
5114 2012-05-25 Glenn Morris <rgm@gnu.org>
5115
5116 * lisp.mk (lisp): Update for more files being compiled now.
5117
5118 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * lread.c: Remove `read_pure' which makes no difference.
5121 (read_pure): Remove var.
5122 (unreadpure): Remove function.
5123 (readevalloop): Don't call read_list with -1 flag.
5124 (read1, read_vector): Don't test read_pure any more.
5125 (read_list): Simplify.
5126
5127 * fileio.c, character.h: Minor style tweaks.
5128
5129 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
5130
5131 * window.h (clip_changed): Remove useless declaration.
5132
5133 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
5134
5135 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
5136 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
5137
5138 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
5139
5140 Remove src/m/*.
5141 This directory predates autoconf and is no longer needed nowadays.
5142 Move its few remaining bits of functionality to where they're needed.
5143 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
5144 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
5145 * m/template.h: Remove.
5146 * Makefile.in (M_FILE): Remove. All uses removed.
5147 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
5148 * lisp.h (USE_LSB_TAG):
5149 * mem-limits.h (EXCEEDS_LISP_PTR):
5150 Use VAL_MAX, not VALBITS, in #if.
5151 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
5152 (EMACS_UINT): Define unconditionally now.
5153 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
5154 (BITS_PER_EMACS_INT): New constants, replacing
5155 what used to be in config.h, but not useful in #if.
5156 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
5157 define them any more.
5158 (VAL_MAX): New macro.
5159 (VALMASK): Use it.
5160 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
5161 BITS_PER_EMACS_INT, in #if.
5162 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
5163 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
5164 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
5165 * s/ms-w32.h (DATA_START):
5166 Move here from removed file m/intel386.h.
5167 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
5168 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
5169
5170 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
5171
5172 Assume C89 or later.
5173 * alloc.c, buffer.c, lisp.h: Replace POINTER_TYPE with void.
5174 * alloc.c (overrun_check_malloc, overrun_check_realloc, xmalloc)
5175 (xrealloc):
5176 * buffer.c (mmap_free_1, mmap_enlarge): Omit needless casts.
5177 * editfns.c, fns.c, gmalloc.c, insdel.c, sysdep.c, termcap.c (NULL):
5178 * textprop.c, tparam.c (NULL): Remove.
5179 * ralloc.c, vm-limit.c (POINTER): Assume void * works.
5180 * regex.c (SIGN_EXTEND_CHAR): Assume signed char works.
5181 * regex.h (_RE_ARGS): Remove. All uses rewritten to use prototypes.
5182 * unexelf.c (ElfBitsW): Assume c89 preprocessor or better.
5183 * xterm.c (input_signal_count): Assume volatile works.
5184
5185 2012-05-21 Ken Brown <kbrown@cornell.edu>
5186
5187 * xgselect.c (xg_select): Fix first argument in call to 'select'
5188 (bug#11508).
5189
5190 2012-05-20 Ken Brown <kbrown@cornell.edu>
5191
5192 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
5193 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
5194
5195 2012-05-19 Ken Brown <kbrown@cornell.edu>
5196
5197 * xfns.c (x_in_use): Remove `static' qualifier.
5198 * xterm.h (x_in_use): Declare.
5199 * xgselect.c: Include xterm.h.
5200 (xg_select): Test `x_in_use' instead of `inhibit_window_system'
5201 and `display_arg' (bug#9754).
5202
5203 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
5204
5205 * s/ms-w32.h (HAVE_GETDOMAINNAME): Remove; not needed.
5206
5207 * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
5208 * s/ms-w32.h (HAVE_FTIME): Remove; not needed.
5209
5210 2012-05-18 Eli Zaretskii <eliz@gnu.org>
5211
5212 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
5213
5214 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
5215 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
5216
5217 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
5218 reference to image_cache->refcount.
5219 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
5220
5221 2012-05-17 Juri Linkov <juri@jurta.org>
5222
5223 * search.c (Fword_search_regexp, Fword_search_backward)
5224 (Fword_search_forward, Fword_search_backward_lax)
5225 (Fword_search_forward_lax): Move functions to isearch.el
5226 (bug#10145, bug#11381).
5227
5228 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
5229
5230 * xgselect.c (xg_select): Just invoke 'select' if -nw (Bug#9754).
5231
5232 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * lread.c (init_obarray): Declare Qt and Qnil as special.
5235
5236 2012-05-14 Glenn Morris <rgm@gnu.org>
5237
5238 * nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
5239 Put "libexec" before "bin", for the sake of init_callproc_1.
5240
5241 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
5242
5243 * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
5244
5245 * unexaix.c: Port to more-recent AIX compilers.
5246 (report_error, report_error_1, make_hdr, copy_sym)
5247 (mark_x, adjust_lnnoptrs, unrelocate_symbols):
5248 Make arguments const char *, not char *, to avoid violations of C
5249 standard and to fix some AIX warnings reported by Gilles Pion.
5250
5251 2012-05-14 Eli Zaretskii <eliz@gnu.org>
5252
5253 * xdisp.c (handle_stop): Don't call get_overlay_strings_1 if we
5254 already have overlays loaded.
5255 (handle_single_display_spec): Before returning without displaying
5256 fringe bitmap, synchronize the bidi iterator with the main display
5257 iterator, by calling iterate_out_of_display_property.
5258 (iterate_out_of_display_property): Detect buffer iteration by
5259 testing that it->string is a Lisp string.
5260 (get_next_display_element): When the current object is exhausted,
5261 and there's something on it->stack, call set_iterator_to_next to
5262 proceed with what's on the stack, instead of returning zero.
5263 (set_iterator_to_next): If called at the end of a Lisp string,
5264 proceed to consider_string_end without incrementing string
5265 position. Don't increment display vector index past the end of
5266 the display vector. (Bug#11417)
5267 (pos_visible_p): Don't report a position visible when move_it_to
5268 stopped at the last line of window, which happens to be scanned
5269 backwards by the bidi iteration. (Bug#11464)
5270
5271 2012-05-14 Eli Zaretskii <eliz@gnu.org>
5272
5273 * xdisp.c (handle_single_display_spec): Return 1 for left-margin
5274 and right-margin display specs even if the spec is invalid or we
5275 are on a TTY, and thus unable to display on the fringes.
5276 That's because the text with the property will not be displayed anyway,
5277 so we need to signal to the caller that this is a "replacing"
5278 display spec. This fixes display when the spec is invalid or we
5279 are on a TTY.
5280
5281 2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
5282
5283 * unexaix.c (make_hdr): Fix typo in prototype.
5284 This bug broke the build on AIX. Problem reported by Gilles Pion.
5285
5286 2012-05-14 Michael Albinus <michael.albinus@gmx.de>
5287
5288 * keyboard.c (kbd_buffer_get_event): Read special events also in
5289 batch mode. (Bug#11415)
5290
5291 2012-05-12 Glenn Morris <rgm@gnu.org>
5292
5293 * ns.mk: Update for ns_appbindir no longer having trailing "/".
5294
5295 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5296
5297 * lisp.mk (lisp): Add newcomment.elc.
5298
5299 2012-05-12 Glenn Morris <rgm@gnu.org>
5300
5301 * Makefile.in (MKDIR_P): New, set by configure.
5302 * ns.mk (${ns_appdir}, ${ns_appbindir}Emacs): Use $MKDIR_P.
5303
5304 2012-05-11 Paul Eggert <eggert@cs.ucla.edu>
5305
5306 Remove unused function hourglass_started.
5307 * dispextern.h (hourglass_started):
5308 * w32fns.c (hourglass_started):
5309 * xdisp.c (hourglass_started): Remove.
5310
5311 2012-05-10 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
5314 Update dependencies.
5315
5316 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
5317
5318 * xgselect.c (xg_select): Put maxfds+1 into a var.
5319 This is slightly clearer, and pacifies Ubuntu 12.04 gcc.
5320
5321 * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.
5322
5323 2012-05-10 Dave Abrahams <dave@boostpro.com>
5324
5325 * filelock.c (syms_of_filelock): New boolean create-lockfiles.
5326 (lock_file): If create_lockfiles is 0, do nothing. (Bug#11227)
5327
5328 2012-05-09 Michael Albinus <michael.albinus@gmx.de>
5329
5330 * dbusbind.c (xd_registered_buses): New internal Lisp object.
5331 Rename all occurences of Vdbus_registered_buses to xd_registered_buses.
5332 (syms_of_dbusbind): Remove declaration of Vdbus_registered_buses.
5333 Initialize xd_registered_buses.
5334
5335 2012-05-09 Paul Eggert <eggert@cs.ucla.edu>
5336
5337 Untag more efficiently if USE_LSB_TAG.
5338 This is based on a proposal by YAMAMOTO Mitsuharu in
5339 <http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01876.html>.
5340 For an admittedly artificial (nth 8000 longlist) benchmark on
5341 Fedora 15 x86-64, this yields a 25% CPU speedup. Also, it shrinks
5342 Emacs's overall text size by 1%.
5343 * lisp.h (XUNTAG): New macro.
5344 (XCONS, XVECTOR, XSTRING, XSYMBOL, XFLOAT, XMISC, XPROCESS, XWINDOW)
5345 (XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE, XSUB_CHAR_TABLE, XBOOL_VECTOR)
5346 (XSETTYPED_PSEUDOVECTOR, XHASH_TABLE, TYPED_PSEUDOVECTORP): Use it.
5347 * eval.c (Fautoload):
5348 * font.h (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT):
5349 * frame.h (XFRAME): Use XUNTAG.
5350
5351 Port recent dbusbind.c changes to 32-bit --with-wide-int.
5352 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
5353 Remove unportable assumptions about print widths of types like
5354 dbus_uint32_t.
5355 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
5356 intptr_t when converting between pointer and integer, to avoid GCC
5357 warnings about wrong width.
5358
5359 2012-05-09 Eli Zaretskii <eliz@gnu.org>
5360
5361 * w32proc.c (new_child): Force Windows to reserve only 64KB of
5362 stack for each reader_thread, instead of defaulting to 8MB
5363 determined by the linker. This avoids failures in creating
5364 subprocesses on Windows 7, see the discussion in this thread:
5365 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00119.html.
5366
5367 2012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
5368
5369 Fix up display of the *Minibuf-0* buffer in the mini window.
5370 * keyboard.c (read_char): Don't clear the echo area if there's no
5371 message to clear.
5372 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
5373 contents of *Minibuf-0*) if there's no message displayed in its stead.
5374
5375 2012-05-07 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in
5378 batch mode.
5379
5380 2012-05-06 Chong Yidong <cyd@gnu.org>
5381
5382 * lisp.mk (lisp): Update.
5383
5384 2012-05-05 Jim Meyering <meyering@redhat.com>
5385
5386 * w32font.c (fill_in_logfont): NUL-terminate a string (Bug#11372).
5387
5388 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * data.c (PUT_ERROR): New macro.
5391 (syms_of_data): Use it. Add new error type `user-error'.
5392 * undo.c (user_error): New function.
5393 (Fprimitive_undo): Use it.
5394 * print.c (print_error_message): Adjust print style for `user-error'.
5395 * keyboard.c (user_error): New function.
5396 (Fexit_recursive_edit, Fabort_recursive_edit): Use it.
5397
5398 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
5399
5400 Do not limit current-time-string to years 1000..9999.
5401 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): Remove.
5402 (Fcurrent_time_string): Support any year that is supported by the
5403 underlying localtime representation. Don't use asctime, as it
5404 has undefined behavior for years outside the range -999..9999.
5405
5406 2012-05-02 Paul Eggert <eggert@cs.ucla.edu>
5407
5408 Fix race conditions involving setenv, gmtime, localtime, asctime.
5409 Without this fix, interrupts could mess up code that uses these
5410 nonreentrant functions, since setting TZ invalidates existing
5411 tm_zone or tzname values, and since most of these functions return
5412 pointers to static storage.
5413 * editfns.c (format_time_string, Fdecode_time, Fencode_time)
5414 (Fcurrent_time_string, Fcurrent_time_zone, Fset_time_zone_rule):
5415 Grow the critical sections to include not just invoking
5416 localtime/gmtime, but also accessing these functions' results
5417 including their tm_zone values if any, and any related TZ setting.
5418 (format_time_string): Last arg is now struct tm *, not struct tm **,
5419 so that the struct tm is saved in the critical section.
5420 All callers changed. Simplify allocation of initial buffer, partly
5421 motivated by the fact that memory allocation needs to be outside
5422 the critical section.
5423
5424 2012-05-02 Dmitry Antipov <dmantipov@yandex.ru>
5425
5426 * intervals.c (adjust_intervals_for_insertion): Initialize `newi'
5427 with RESET_INTERVAL.
5428
5429 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
5430 Remove duplicated buffer name initialization.
5431
5432 2012-05-02 Jim Meyering <jim@meyering.net>
5433
5434 * xterm.c (x_term_init): Use memcpy instead of strncpy (Bug#11373).
5435
5436 * xfns.c (x_window): Use xstrdup (Bug#11375).
5437
5438 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5439
5440 * xdisp.c (pos_visible_p): If already at a newline from the
5441 display string before the 'while' loop, don't walk back the glyphs
5442 from it3.glyph_row. Solves assertion violation when the display
5443 string begins with a newline (egg.el). (Bug#11367)
5444
5445 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
5448 Move to simple.el.
5449
5450 2012-05-01 Glenn Morris <rgm@gnu.org>
5451
5452 * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in
5453 s/ptx4.h), BROKEN_SIGTSTP (last used in m/ustation.h, m/dpx2.h),
5454 and BROKEN_SIGURG (was in s/gnu-linux.h prior to 2008-02-10).
5455 All were removed before 23.1.
5456
5457 * dispnew.c: Remove HAVE_LIBNCURSES test;
5458 it is always true on relevant platforms.
5459
5460 * Makefile.in (LD_SWITCH_X_SITE_RPATH):
5461 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
5462
5463 * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
5464
5465 2012-04-30 Andreas Schwab <schwab@linux-m68k.org>
5466
5467 * .gdbinit (xpr): Remove checks for no longer existing misc types.
5468 (xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal):
5469 Remove.
5470
5471 2012-04-28 Paul Eggert <eggert@cs.ucla.edu>
5472
5473 Do not avoid creating empty evaporating overlays (Bug#9642).
5474 * buffer.c (Fmove_overlay): Revert the change of 2012-04-23.
5475 That is, do not delete an evaporating overlay if it becomes
5476 empty after its bounds are adjusted to fit within its buffer.
5477 This fix caused other problems, and I'm reverting it until we get
5478 to the bottom of them.
5479
5480 2012-04-27 Chong Yidong <cyd@gnu.org>
5481
5482 * xselect.c (x_convert_selection): Initialize a pointer (Bug#11315).
5483
5484 2012-04-27 Eli Zaretskii <eliz@gnu.org>
5485
5486 * xdisp.c (pos_visible_p): If the window start position is beyond
5487 ZV, start the display from buffer beginning. Prevents assertion
5488 violation in init_iterator when the minibuffer window is scrolled
5489 via the scroll bar.
5490
5491 * window.c (window_scroll_pixel_based): Likewise.
5492
5493 2012-04-27 Chong Yidong <cyd@gnu.org>
5494
5495 * keymap.c (where_is_internal): Doc fix (Bug#10872).
5496
5497 2012-04-27 Glenn Morris <rgm@gnu.org>
5498
5499 * fileio.c (Fcopy_file, Fset_file_selinux_context):
5500 Ignore ENOTSUP failures from setfilecon functions. (Bug#11245)
5501
5502 2012-04-27 Eli Zaretskii <eliz@gnu.org>
5503
5504 * dispnew.c (swap_glyph_pointers, copy_row_except_pointers):
5505 Don't overrun array limits of glyph row's used[] array. (Bug#11288)
5506
5507 2012-04-26 Eli Zaretskii <eliz@gnu.org>
5508
5509 * xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded
5510 display element, check also the underlying string or buffer
5511 character. (Bug#11341)
5512
5513 * w32menu.c: Include w32heap.h.
5514 (add_menu_item): If the call to AppendMenuW (via
5515 unicode_append_menu) fails, disable Unicode menus only if we are
5516 running on Windows 9X/Me.
5517
5518 2012-04-24 Andreas Schwab <schwab@linux-m68k.org>
5519
5520 * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.
5521 (xgetint): Add missing shift for LSB tags.
5522
5523 2012-04-24 Martin Rudalics <rudalics@gmx.at>
5524
5525 * keyboard.c (read_char): Don't wipe echo area for select window
5526 events: These might get delayed via `mouse-autoselect-window'
5527 (Bug#11304).
5528
5529 2012-04-24 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * gnutls.c (init_gnutls_functions): Protect against (unlikely)
5532 manipulation of :loaded-from data.
5533
5534 2012-04-23 Juanma Barranquero <lekktu@gmail.com>
5535
5536 * gnutls.c (init_gnutls_functions): The value of :loaded-from is
5537 now a cons (bug#11311).
5538
5539 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
5540
5541 Do not create empty overlays with the evaporate property (Bug#9642).
5542 * buffer.c (Fmove_overlay): Delete an evaporating overlay
5543 if it becomes empty after its bounds are adjusted to fit within
5544 its buffer. Without this fix, in a nonempty buffer (let ((o
5545 (make-overlay 1 2))) (overlay-put o 'evaporate t) (move-overlay o 0 1))
5546 yields an empty overlay that has the evaporate property, which is
5547 not supposed to happen.
5548
5549 Fix minor GTK3 problems found by static checking.
5550 * emacsgtkfixed.c (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
5551 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
5552 (struct _EmacsFixedClass, emacs_fixed_get_type):
5553 Move decls here from emacsgtkfixed.h, since they needn't be public.
5554 (emacs_fixed_get_type): Now static.
5555 (emacs_fixed_class_init): Omit unused local.
5556 (emacs_fixed_child_type): Remove; unused.
5557 * emacsgtkfixed.h (EMACS_TYPE_FIXED, EMACS_FIXED, EmacsFixed)
5558 (EmacsFixedPrivate, EmacsFixedClass, struct _EmacsFixed)
5559 (struct _EmacsFixedClass): Move to emacsgtkfixed.c.
5560 (EMACS_FIXED_CLASS, EMACS_IS_FIXED, EMACS_IS_FIXED_CLASS)
5561 (EMACS_FIXED_GET_CLASS): Remove; unused.
5562 * gtkutil.c (xg_create_frame_widgets) [!HAVE_GTK3]: Omit unused local.
5563
5564 * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO.
5565 Problem reported by Juanma Barranquero for Windows -Wunused-function.
5566
5567 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
5568
5569 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
5570 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
5571 (__malloc_size_t, __malloc_ptrdiff_t):
5572 Remove. All uses removed, replaced by the definiens if needed,
5573 since we can assume C89 or better now.
5574 Include <stdint.h>, for PTRDIFF_MAX, uintptr_t.
5575 (protect_malloc_state, align, get_contiguous_space)
5576 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
5577 (malloc_atfork_handler_child, malloc_enable_thread)
5578 (malloc_initialize_1, __malloc_initialize, morecore_nolock)
5579 (_malloc_internal_nolock, _malloc_internal, malloc, _malloc)
5580 (_free, _realloc, _free_internal_nolock, _free_internal, free, cfree)
5581 (special_realloc, _realloc_internal_nolock, _realloc_internal)
5582 (realloc, calloc, __default_morecore, memalign, valloc, checkhdr)
5583 (freehook, mallochook, reallochook, mabort, mcheck, mprobe):
5584 Define using prototypes, not old style.
5585 (align, _malloc_internal_nolock, _free_internal_nolock, memalign):
5586 Don't assume ptrdiff_t and uintptr_t are no wider than unsigned long.
5587 (align): Don't assume that signed integer overflow wraps around.
5588 Omit unused local var.
5589 (malloc_initialize_1, morecore_nolock, _malloc_internal_nolock)
5590 (_free_internal_nolock, memalign, mallochook, reallochook):
5591 Omit no-longer-needed casts.
5592 (valloc): Use getpagesize, not __getpagesize.
5593 (MAGICWORD, MAGICFREE): Now randomish size_t values, not 32-bit.
5594 (struct hdr): The 'magic' member is now size_t, not unsigned long.
5595
5596 * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed.
5597
5598 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
5599
5600 Move functions from C to Lisp. Make non-blocking method calls
5601 the default. Implement further D-Bus standard interfaces.
5602
5603 * dbusbind.c (DBUS_NUM_MESSAGE_TYPES): Declare.
5604 (QCdbus_request_name_allow_replacement)
5605 (QCdbus_request_name_replace_existing)
5606 (QCdbus_request_name_do_not_queue)
5607 (QCdbus_request_name_reply_primary_owner)
5608 (QCdbus_request_name_reply_in_queue)
5609 (QCdbus_request_name_reply_exists)
5610 (QCdbus_request_name_reply_already_owner): Move to dbus.el.
5611 (QCdbus_registered_serial, QCdbus_registered_method)
5612 (QCdbus_registered_signal): New Lisp objects.
5613 (XD_DEBUG_MESSAGE): Use sizeof.
5614 (XD_MESSAGE_TYPE_TO_STRING, XD_OBJECT_TO_STRING)
5615 (XD_DBUS_VALIDATE_BUS_ADDRESS, XD_DBUS_VALIDATE_OBJECT)
5616 (XD_DBUS_VALIDATE_BUS_NAME, XD_DBUS_VALIDATE_PATH)
5617 (XD_DBUS_VALIDATE_INTERFACE, XD_DBUS_VALIDATE_MEMBER): New macros.
5618 (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL.
5619 (xd_signature, xd_append_arg): Allow float for integer types.
5620 (xd_get_connection_references): New function.
5621 (xd_get_connection_address): Rename from xd_initialize.
5622 Return cached address.
5623 (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS.
5624 (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp
5625 level.
5626 (Fdbus_init_bus): New optional arg PRIVATE. Cache address.
5627 Return number of refcounts.
5628 (Fdbus_get_unique_name): Make stronger parameter check.
5629 (Fdbus_message_internal): New defun.
5630 (Fdbus_call_method, Fdbus_call_method_asynchronously)
5631 (Fdbus_method_return_internal, Fdbus_method_error_internal)
5632 (Fdbus_send_signal, Fdbus_register_service)
5633 (Fdbus_register_signal, Fdbus_register_method): Move to dbus.el.
5634 (xd_read_message_1): Obey new structure of Vdbus_registered_objects.
5635 (xd_read_queued_messages): Obey new structure of Vdbus_registered_buses.
5636 (Vdbus_compiled_version, Vdbus_runtime_version)
5637 (Vdbus_message_type_invalid, Vdbus_message_type_method_call)
5638 (Vdbus_message_type_method_return, Vdbus_message_type_error)
5639 (Vdbus_message_type_signal): New defvars.
5640 (Vdbus_registered_buses, Vdbus_registered_objects_table):
5641 Adapt docstring.
5642
5643 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
5644
5645 Fix GC_MALLOC_CHECK debugging output on 64-bit hosts.
5646 * alloc.c (emacs_blocked_malloc) [GC_MALLOC_CHECK]:
5647 Do not assume ptrdiff_t is the same width as 'int'.
5648
5649 * alloc.c: Handle unusual debugging option combinations.
5650 (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
5651 since the two debugging options are incompatible.
5652 (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
5653 is defined.
5654 (mem_init, mem_insert, mem_insert_fixup):
5655 Define if GC_MARK_STACK || GC_MALLOC_CHECK.
5656 (NEED_MEM_INSERT): Remove; no longer needed.
5657
5658 2012-04-22 Leo Liu <sdl.web@gmail.com>
5659
5660 * sysdep.c (list_system_processes): Support Darwin (Bug#5725).
5661
5662 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
5663
5664 * sysdep.c [__FreeBSD__]: Minor cleanups.
5665 (list_system_processes, system_process_attributes) [__FreeBSD__]:
5666 Use Emacs indenting style more consistently. Avoid some casts.
5667 Use 'double' consistently rather than mixing 'float' and 'double'.
5668
5669 2012-04-21 Eduard Wiebe <usenet@pusto.de>
5670
5671 * sysdep.c (list_system_processes, system_process_attributes):
5672 Add implementation for FreeBSD (Bug#5243).
5673
5674 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
5675
5676 * lisp.mk (lisp): Update.
5677
5678 2012-04-20 Paul Eggert <eggert@cs.ucla.edu>
5679
5680 * keyboard.c (process_pending_signals): Define only if SYNC_INPUT.
5681 It is never used otherwise.
5682
5683 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * print.c (print_preprocess): Only check print_depth if print-circle
5686 is nil.
5687 (print_object): Check for cycles even when print-circle is nil and
5688 print-gensym is t, but only check print_depth if print-circle is nil.
5689
5690 2012-04-20 Chong Yidong <cyd@gnu.org>
5691
5692 * process.c (wait_reading_process_output): If EIO occurs on a pty,
5693 set the status to "failed" and ensure that sentinel is run.
5694
5695 2012-04-20 Glenn Morris <rgm@gnu.org>
5696
5697 * process.c (Fset_process_inherit_coding_system_flag)
5698 (Fset_process_query_on_exit_flag): Doc fix (mention return value).
5699 (Fmake_network_process, Fmake_serial_process): Doc fix.
5700
5701 2012-04-20 Eli Zaretskii <eliz@gnu.org>
5702
5703 * xdisp.c (string_buffer_position_lim): Limit starting position to
5704 BEGV.
5705 (set_cursor_from_row): If called for a mode-line or header-line
5706 row, return zero immediately.
5707 (try_cursor_movement): If inside continuation line, don't back up
5708 farther than the first row after the header line, if any.
5709 Don't consider the header-line row as "partially visible", even if
5710 MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero. (Bug#11261)
5711
5712 2012-04-20 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
5713
5714 * lread.c (lisp_file_lexically_bound_p): Fix hang at ";-*-\n"
5715 (bug#11238).
5716
5717 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5718 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
5719
5720 configure: new option --enable-gcc-warnings (Bug#11207)
5721 * Makefile.in (C_WARNINGS_SWITCH): Remove.
5722 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
5723 (ALL_CFLAGS): Use new macros rather than old.
5724 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
5725 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
5726 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
5727 -Wunused-result, -Wunused-variable. This should go away once
5728 the Emacs and Gnulib regex code is merged.
5729 (xmalloc, xrealloc): Now static.
5730
5731 2012-04-17 Paul Eggert <eggert@cs.ucla.edu>
5732
5733 * dired.c (Fsystem_groups): Remove unused local.
5734
5735 2012-04-17 Glenn Morris <rgm@gnu.org>
5736
5737 * dired.c (Fsystem_users): Doc fix.
5738
5739 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
5740
5741 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
5742 (syms_of_dired): Add them.
5743
5744 2012-04-16 Paul Eggert <eggert@cs.ucla.edu>
5745
5746 Fix minor alloc.c problems found by static checking.
5747 * alloc.c (_malloc_internal, _free_internal) [!DOUG_LEA_MALLOC]:
5748 New extern decls, to avoid calling undeclared functions.
5749 (dont_register_blocks): Define if ((!SYSTEM_MALLOC && !SYNC_INPUT)
5750 && GC_MALLOC_CHECK), not if ((GC_MARK_STACK || defined
5751 GC_MALLOC_CHECK) && GC_MALLOC_CHECK), to match when it's used.
5752 (NEED_MEM_INSERT): New macro.
5753 (mem_insert, mem_insert_fixup) [!NEED_MEM_INSERT]: Remove; unused.
5754 Remove one incorrect comment and fix another.
5755
5756 Fix minor ralloc.c problems found by static checking.
5757 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
5758 * ralloc.c (ALIGNED, ROUND_TO_PAGE, HEAP_PTR_SIZE)
5759 (r_alloc_size_in_use, r_alloc_freeze, r_alloc_thaw): Remove; unused.
5760 (r_alloc_sbrk): Now static.
5761
5762 Improve ralloc.c interface checking.
5763 See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
5764 * buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
5765 (r_alloc_free) [REL_ALLOC]: Move decls from here ...
5766 * lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
5767 [REL_ALLOC]: ... to here, to check interface.
5768 * m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
5769 Remove decls. This fixes an "It stinks!".
5770
5771 * alloc.c (which_symbols): Fix alignment issue / type clash.
5772
5773 2012-04-15 Andreas Schwab <schwab@linux-m68k.org>
5774
5775 * lisp.h (struct Lisp_Symbol): Remove explicit padding.
5776 (struct Lisp_Misc_Any): Likewise.
5777 (struct Lisp_Free): Likewise.
5778 * alloc.c (union aligned_Lisp_Symbol): Define.
5779 (SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
5780 aligned_Lisp_Symbol instead of struct Lisp_Symbol.
5781 (union aligned_Lisp_Misc): Define.
5782 (MARKER_BLOCK_SIZE, struct marker_block): Use union
5783 aligned_Lisp_Misc instead of union Lisp_Misc.
5784 (Fmake_symbol, allocate_misc, gc_sweep): Adjust.
5785
5786 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
5787
5788 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
5789 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
5790 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
5791 * s/netbsd.h, s/sol2-6.h:
5792 Remove definition of GC_MARK_STACK, since the default now works.
5793 * s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
5794 Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
5795 no longer the default.
5796 * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
5797
5798 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
5799
5800 * lread.c (lisp_file_lexically_bound_p):
5801 Fix hang at ";-*-\n" (bug#11238).
5802
5803 2012-04-14 Eli Zaretskii <eliz@gnu.org>
5804
5805 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
5806 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
5807
5808 2012-04-14 Jan Djärv <jan.h.d@swipnet.se>
5809
5810 * nsterm.m (constrainFrameRect): Always constrain when there is only
5811 one screen (Bug#10962).
5812
5813 2012-04-13 Ken Brown <kbrown@cornell.edu>
5814
5815 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
5816
5817 2012-04-13 Reuben Thomas <rrt@sc3d.org>
5818
5819 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
5820
5821 2012-04-11 Daniel Colascione <dancol@dancol.org>
5822
5823 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
5824 against is gone. It's better to use vfork now so that when Cygwin
5825 gains a new, working vfork, we use it automatically (bug#10398).
5826
5827 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * window.c (save_window_save): Obey window-point-insertion-type.
5830
5831 2012-04-11 Glenn Morris <rgm@gnu.org>
5832
5833 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
5834
5835 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
5838
5839 2012-04-10 Jason S. Cornez <jcornez@ravenpack.com> (tiny change)
5840
5841 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
5842 (force_quit_count): New var.
5843 (handle_interrupt): Use it.
5844
5845 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
5846
5847 * w32.c (w32_delayed_load): Record the full path of the library
5848 being loaded (bug#10424).
5849
5850 2012-04-09 Glenn Morris <rgm@gnu.org>
5851
5852 * doc.c (Fsnarf_documentation): Check variables, functions are bound,
5853 not just in the obarray, before snarfing them. (Bug#11036)
5854
5855 * Makefile.in ($(leimdir)/leim-list.el):
5856 Pass EMACS rather than BUILT_EMACS.
5857
5858 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
5859
5860 * process.c (make_process):
5861 * process.h: Add integer `gnutls_handshakes_tried' member to
5862 process struct.
5863
5864 * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit.
5865 Add convenience `GNUTLS_LOG2i' macro.
5866
5867 * gnutls.c (gnutls_log_function2i): Convenience log function.
5868 (emacs_gnutls_read): Use new log functions,
5869 `gnutls_handshakes_tried' process member, and
5870 `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake
5871 attempts per process (connection).
5872
5873 2012-04-09 Chong Yidong <cyd@gnu.org>
5874
5875 * eval.c (Fuser_variable_p, user_variable_p_eh)
5876 (lisp_indirect_variable): Functions deleted.
5877 (Fdefvar): Caller changed.
5878
5879 * callint.c (Finteractive, Fcall_interactively):
5880 * minibuf.c (Fread_variable): Callers changed.
5881
5882 2012-04-09 Eli Zaretskii <eliz@gnu.org>
5883
5884 * xdisp.c (set_cursor_from_row): If the display string appears in
5885 the buffer at position that is closer to point than the position
5886 after the display string, display the cursor on the first glyph of
5887 the display string. Fixes cursor display when a 'display' text
5888 property immediately follows invisible text. (Bug#11094)
5889
5890 2012-04-09 Paul Eggert <eggert@cs.ucla.edu>
5891
5892 composite.c: use 'double' consistently
5893 * composite.c (get_composition_id): Use 'double' consistently
5894 instead of converting 'float' to 'double' and vice versa; this is
5895 easier to understand and avoids a GCC warning.
5896
5897 2012-04-09 Glenn Morris <rgm@gnu.org>
5898
5899 * Makefile.in: Generate leim-list with bootstrap-emacs, in
5900 preparation for dumping it with emacs. (Bug#4789)
5901 (leimdir): New variable.
5902 ($(leimdir)/leim-list.el): New rule.
5903 (emacs$(EXEEXT)): Depend on leim-list.el.
5904
5905 * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821)
5906 (Fget_buffer_create): Don't call Qucs_set_table_for_input.
5907 (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
5908
5909 2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
5910
5911 * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
5912 proper alignment.
5913
5914 2012-04-07 Juanma Barranquero <lekktu@gmail.com>
5915
5916 * xml.c (init_libxml2_functions) [WINDOWSNT]:
5917 Remove unused local variable.
5918
5919 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
5920
5921 Avoid unnecessary pointer scanning in garbage collection (Bug#10780).
5922 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS): New macro.
5923 (mark_memory): Mark Lisp_Objects only if pointers might hide in
5924 objects, as mark_maybe_pointer will catch them otherwise.
5925 (GC_LISP_OBJECT_ALIGNMENT): Remove; no longer needed.
5926 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT) [__mc68000__]: Likewise.
5927
5928 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
5929
5930 Fix typo that broke non-Windows builds.
5931 * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
5932
5933 2012-04-07 Eli Zaretskii <eliz@gnu.org>
5934
5935 Support building on MS-Windows with libxml2.
5936
5937 * makefile.w32-in (OBJ2): Add xml.$(O).
5938 (GLOBAL_SOURCES): Add xml.c.
5939 ($(BLD)/xml.$(O)): New dependency list.
5940
5941 * xml.c (DEF_XML2_FN, LOAD_XML2_FN) [WINDOWSNT]: New macros.
5942 (fn_htmlReadMemory, fn_xmlReadMemory, fn_xmlDocGetRootElement)
5943 (fn_xmlFreeDoc, fn_xmlCleanupParser, fn_xmlCheckVersion)
5944 [!WINDOWSNT]: New macros.
5945 (init_libxml2_functions, libxml2_loaded_p): New functions.
5946 (parse_region): Call fn_xmlCheckVersion instead of using the macro
5947 LIBXML_TEST_VERSION. Call libxml2 functions via the fn_* macros.
5948 (xml_cleanup_parser): New function, export for fn_xmlCleanupParser.
5949 Calls xmlCleanupParser only if libxml2 was loaded (or statically
5950 linked in).
5951 (Flibxml_parse_html_region, Flibxml_parse_xml_region):
5952 Call init_libxml2_functions before calling libxml2 functions.
5953 (syms_of_xml) <Qlibxml2_dll>: DEFSYM it.
5954
5955 * emacs.c: Don't include libxml/parser.h.
5956 (shut_down_emacs): Call xml_cleanup_parser, instead of calling
5957 xmlCleanupParser directly.
5958
5959 * lisp.h [HAVE_LIBXML2]: Add prototype for xml_cleanup_parser.
5960
5961 2012-04-07 Eli Zaretskii <eliz@gnu.org>
5962
5963 * indent.c (Fvertical_motion): If there is a display string at
5964 point, use it.vpos to compute how many lines to backtrack after
5965 move_it_to point. (Bug#11133)
5966
5967 2012-04-06 Eli Zaretskii <eliz@gnu.org>
5968
5969 * buffer.h (FETCH_CHAR, FETCH_MULTIBYTE_CHAR):
5970 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Add comments
5971 about subtle differences between FETCH_CHAR* and STRING_CHAR*
5972 macros related to unification of CJK characters. For the details,
5973 see the discussion following the message here:
5974 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11073#14.
5975
5976 2012-04-04 Chong Yidong <cyd@gnu.org>
5977
5978 * keyboard.c (Vdelayed_warnings_list): Doc fix.
5979
5980 2012-04-01 Eli Zaretskii <eliz@gnu.org>
5981
5982 * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA
5983 instead of alloca. (Bug#11138)
5984
5985 2012-04-01 Andreas Schwab <schwab@linux-m68k.org>
5986
5987 * w32menu.c (is_simple_dialog): Properly check lisp types.
5988 (Bug#11141)
5989
5990 2012-03-31 Eli Zaretskii <eliz@gnu.org>
5991
5992 * xdisp.c (move_it_by_lines): When DVPOS is positive, and the
5993 position we get to after a call to move_it_to fails the
5994 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
5995 only if we wind up in a string from display property. (Bug#11063)
5996
5997 * window.c (Fdelete_other_windows_internal): Invalidate the row
5998 and column information about mouse highlight, so that redisplay
5999 restores it after reallocating the glyph matrices. (Bug#7464)
6000
6001 * xdisp.c (set_cursor_from_row): If `cursor' property on a display
6002 string comes from a `display' text property, use the buffer
6003 position of that property as if we actually saw that position in
6004 the row's glyphs.
6005 (move_it_by_lines): Remove the assertion that
6006 "it->current_x == 0 && it->hpos == 0" which can be legitimately
6007 violated when there's a before-string at the beginning of a line.
6008 (Bug#11063)
6009
6010 2012-03-30 Eli Zaretskii <eliz@gnu.org>
6011
6012 * xdisp.c (append_space_for_newline): If the default face was
6013 remapped, use the remapped face for the appended newline.
6014 (extend_face_to_end_of_line): Use the remapped default face for
6015 extending the face to the end of the line.
6016 (display_line): Call extend_face_to_end_of_line when the default
6017 face was remapped. (Bug#11068)
6018
6019 2012-03-29 Eli Zaretskii <eliz@gnu.org>
6020
6021 * s/ms-w32.h: Discourage from defining HAVE_GETCWD.
6022
6023 2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * keyboard.c (safe_run_hooks_error): Don't unquote strings.
6026
6027 2012-03-27 Glenn Morris <rgm@gnu.org>
6028
6029 * search.c (Fword_search_backward_lax, Fword_search_forward_lax):
6030 Doc fixes.
6031
6032 2012-03-26 Kenichi Handa <handa@m17n.org>
6033
6034 * dispextern.h (struct glyph): Fix previous change. Change the
6035 bit length of glyphless.ch to 25 (Bug#11082).
6036
6037 2012-03-26 Chong Yidong <cyd@gnu.org>
6038
6039 * keyboard.c (Vselection_inhibit_update_commands): New variable.
6040 (command_loop_1): Use it; inhibit selection update for
6041 handle-select-window too (Bug#8996).
6042
6043 2012-03-25 Fabrice Popineau <fabrice.popineau@supelec.fr>
6044
6045 * w32heap.c (_heap_init, _heap_term): Remove dead MSVC-specific code.
6046
6047 2012-03-25 Kenichi Handa <handa@m17n.org>
6048
6049 * dispextern.h (struct glyph): Change the bit length of
6050 glyphless.ch to 22 to make the member glyphless fit in 32 bits.
6051
6052 2012-03-24 Eli Zaretskii <eliz@gnu.org>
6053
6054 * s/ms-w32.h (tzname): Include time.h before redirecting to
6055 _tzname. Fixes the MSVC build. (Bug#9960)
6056
6057 2012-03-24 Andreas Schwab <schwab@linux-m68k.org>
6058
6059 * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6
6060 characters.
6061
6062 * xterm.c (XTread_socket): Only modify handling_signal if
6063 !SYNC_INPUT. (Bug#11080)
6064
6065 2012-03-23 Eli Zaretskii <eliz@gnu.org>
6066
6067 * bidi.c (bidi_fetch_char): Use STRING_CHAR_AND_LENGTH instead of
6068 FETCH_MULTIBYTE_CHAR followed by CHAR_BYTES. Prevents crashes
6069 when fetching a multibyte character consumes more bytes than
6070 CHAR_BYTES returns, due to unification of CJK characters in
6071 string_char. (Bug#11073)
6072
6073 2012-03-23 Troels Nielsen <bn.troels@gmail.com> (tiny change)
6074
6075 * process.c (wait_reading_process_output): Handle pty disconnect
6076 by refraining from sending oneself a SIGCHLD (bug#10933).
6077
6078 2012-03-22 Chong Yidong <cyd@gnu.org>
6079
6080 * dispextern.h (struct it): New member string_from_prefix_prop_p.
6081
6082 * xdisp.c (push_prefix_prop): Rename from push_display_prop.
6083 Mark string as coming from a prefix property.
6084 (handle_face_prop): Use default face for prefix strings (Bug#4281).
6085 (pop_it, reseat_1): Save and restore string_from_prefix_prop_p.
6086
6087 2012-03-21 Chong Yidong <cyd@gnu.org>
6088
6089 * xfaces.c (Vface_remapping_alist): Doc fix.
6090
6091 2012-03-20 Eli Zaretskii <eliz@gnu.org>
6092
6093 * w32proc.c (Fw32_set_console_codepage)
6094 (Fw32_set_console_output_codepage, Fw32_get_codepage_charset):
6095 Doc fixes.
6096
6097 2012-03-20 Chong Yidong <cyd@gnu.org>
6098
6099 * dispnew.c (Fredisplay, Vredisplay_preemption_period): Update doc
6100 to reflect default non-nil value of redisplay-dont-pause.
6101
6102 2012-03-19 Kenichi Handa <handa@m17n.org>
6103
6104 * ftfont.c (ftfont_drive_otf): Mask bits of character code to make
6105 it fit in a valid range (Bug#11003).
6106
6107 2012-03-18 Eli Zaretskii <eliz@gnu.org>
6108
6109 * xdisp.c (cursor_row_p): Even if the glyph row ends in a string
6110 that is not from display property, accept the row as a "cursor
6111 row" if one of the string's character has a non-nil `cursor'
6112 property. Fixes cursor positioning when there are newlines in
6113 overlay strings, e.g. in icomplete.el. (Bug#11035)
6114
6115 2012-03-12 Paul Eggert <eggert@cs.ucla.edu>
6116
6117 * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).
6118
6119 2012-03-12 Chong Yidong <cyd@gnu.org>
6120
6121 * eval.c (inhibit_lisp_code): Rename from
6122 inhibit_window_configuration_change_hook; move from window.c.
6123
6124 * xfns.c (unwind_create_frame_1, Fx_create_frame):
6125 * window.c (run_window_configuration_change_hook)
6126 (syms_of_window): Callers changed.
6127
6128 2012-03-11 Chong Yidong <cyd@gnu.org>
6129
6130 * keymap.c (Fkey_description): Doc fix (Bug#9700).
6131
6132 * editfns.c (Fconstrain_to_field): Doc fix (Bug#9452).
6133
6134 2012-03-10 Chong Yidong <cyd@gnu.org>
6135
6136 * frame.c (other_visible_frames): Don't assume the selected frame
6137 is visible (Bug#10955).
6138
6139 2012-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * buffer.c (compare_overlays): Avoid qsort's instability (bug#6830).
6142
6143 2012-03-08 Jan Djärv <jan.h.d@swipnet.se>
6144
6145 * gtkutil.c (x_wm_set_size_hint): Use one row in call to
6146 FRAME_TEXT_LINES_TO_PIXEL_HEIGHT so base_height is greater than
6147 zero (Bug#10954).
6148
6149 2012-03-03 Glenn Morris <rgm@gnu.org>
6150
6151 * alloc.c (Fgarbage_collect, misc-objects-consed): Doc fixes.
6152
6153 2012-03-02 Eli Zaretskii <eliz@gnu.org>
6154
6155 * xdisp.c (try_window_reusing_current_matrix): Don't move cursor
6156 position past the first glyph_row that ends at ZV. (Bug#10902)
6157 (redisplay_window, next_element_from_string): Fix typos in
6158 comments.
6159 (redisplay_window): Pass to move_it_vertically the margin in
6160 pixels, not in screen lines.
6161
6162 2012-03-02 Glenn Morris <rgm@gnu.org>
6163
6164 * buffer.c (buffer-list-update-hook): Doc fix.
6165
6166 2012-02-29 Eli Zaretskii <eliz@gnu.org>
6167
6168 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
6169 push_it before setting up the iterator for the first overlay
6170 string, even if we have an empty string loaded.
6171 (next_overlay_string): If there's an empty string on the iterator
6172 stack, pop the stack. (Bug#10903)
6173
6174 2012-02-25 Paul Eggert <eggert@cs.ucla.edu>
6175
6176 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).
6177 Suggested by Stefan Monnier in
6178 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00692.html>.
6179 * alloc.c (widen_to_Lisp_Object): New static function.
6180 (mark_memory): Also mark Lisp_Objects by fetching pointer words
6181 and widening them to Lisp_Objects. This would work even if
6182 USE_LSB_TAG is defined and wide integers are used, which might
6183 happen in a future version of Emacs.
6184
6185 2012-02-25 Chong Yidong <cyd@gnu.org>
6186
6187 * fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
6188 Doc fix.
6189
6190 * xselect.c (Fx_selection_exists_p): Doc fix.
6191 (x_clipboard_manager_save_all): Print an informative message
6192 before saving to clipboard manager.
6193
6194 2012-02-24 Chong Yidong <cyd@gnu.org>
6195
6196 * keyboard.c (process_special_events): Handle all X selection
6197 requests in kbd_buffer, not just the next one (Bug#8869).
6198
6199 2012-02-23 Chong Yidong <cyd@gnu.org>
6200
6201 * xfns.c (Fx_create_frame): Avoid window-configuration-change-hook
6202 call when setting menu-bar-lines and tool-bar-lines parameters.
6203 (unwind_create_frame_1): New helper function.
6204
6205 * window.c (inhibit_window_configuration_change_hook): New var.
6206 (run_window_configuration_change_hook): Obey it.
6207 (syms_of_window): Initialize it.
6208
6209 2012-02-22 Chong Yidong <cyd@gnu.org>
6210
6211 * xterm.c (x_draw_image_relief): Add missing type check for
6212 Vtool_bar_button_margin (Bug#10743).
6213
6214 2012-02-21 Chong Yidong <cyd@gnu.org>
6215
6216 * fileio.c (Vfile_name_handler_alist): Doc fix.
6217
6218 * buffer.c (Fget_file_buffer): Protect against invalid file
6219 handler return value.
6220
6221 2012-02-20 Paul Eggert <eggert@cs.ucla.edu>
6222
6223 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
6224 when computing $valmask.
6225
6226 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
6227 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
6228 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.
6229 It's useless in that case, and it can cause problems on hosts
6230 that allocate halves of EMACS_INT values separately.
6231 Reported by Dan Horák. Diagnosed by Andreas Schwab in
6232 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10780#30>.
6233 * mem-limits.h (EXCEEDS_LISP_PTR): Define to 0 on hosts where
6234 UINTPTR_MAX >> VALBITS == 0. This is required by the above change;
6235 it avoids undefined behavior on hosts where shifting right by more
6236 than the word width has undefined behavior.
6237
6238 2012-02-19 Chong Yidong <cyd@gnu.org>
6239
6240 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
6241 (Funhandled_file_name_directory, Ffile_name_as_directory)
6242 (Fdirectory_file_name, Fexpand_file_name)
6243 (Fsubstitute_in_file_name): Protect against invalid file handler
6244 return values (Bug#10845).
6245
6246 2012-02-18 Eli Zaretskii <eliz@gnu.org>
6247
6248 * .gdbinit (pitx): Fix incorrect references to fields of the
6249 iterator stack.
6250
6251 2012-02-17 Chong Yidong <cyd@gnu.org>
6252
6253 * syntax.c (Fscan_lists): Doc fix (Bug#10833).
6254
6255 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
6256
6257 * image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
6258 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
6259
6260 2012-02-15 Chong Yidong <cyd@gnu.org>
6261
6262 * eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
6263 marked as special. Also, starting docstrings with * is obsolete.
6264
6265 2012-02-13 Andreas Schwab <schwab@linux-m68k.org>
6266
6267 * gnutls.c (emacs_gnutls_write): Fix last change.
6268
6269 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6270
6271 * gnutls.c (emacs_gnutls_write): Set errno appropriately for
6272 send_process.
6273
6274 2012-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * keymap.c (Fsingle_key_description): Handle char ranges.
6277
6278 2012-02-12 Chong Yidong <cyd@gnu.org>
6279
6280 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
6281 as that creates a dangerous corner case.
6282
6283 * window.c (Fdelete_window_internal): Invalidate the mouse
6284 highlight (Bug#9904).
6285
6286 2012-02-12 Glenn Morris <rgm@gnu.org>
6287
6288 * xselect.c (Fx_own_selection_internal)
6289 (Fx_get_selection_internal, Fx_disown_selection_internal)
6290 (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
6291 * nsselect.m (Fx_own_selection_internal)
6292 (Fx_disown_selection_internal, Fx_selection_exists_p)
6293 (Fx_selection_owner_p, Fx_get_selection_internal):
6294 Sync docs and argument specs with the xselect.c versions.
6295
6296 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
6297
6298 * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.
6299
6300 2012-02-11 Eli Zaretskii <eliz@gnu.org>
6301
6302 * w32select.c (Fx_selection_exists_p): Sync doc string and
6303 argument list with xselect.c. (Bug#10783)
6304
6305 * w16select.c (Fx_selection_exists_p): Sync doc string and
6306 argument list with xselect.c. (Bug#10783)
6307
6308 2012-02-10 Glenn Morris <rgm@gnu.org>
6309
6310 * fns.c (Fsecure_hash): Doc fix.
6311
6312 2012-02-09 Kenichi Handa <handa@m17n.org>
6313
6314 * coding.c (produce_chars): Fix updating of src_end (Bug#10701).
6315
6316 2012-02-07 Chong Yidong <cyd@gnu.org>
6317
6318 * buffer.c (Fbuffer_local_variables)
6319 (buffer_lisp_local_variables): Handle unbound vars correctly;
6320 don't let Qunbound leak into Lisp.
6321
6322 2012-02-07 Glenn Morris <rgm@gnu.org>
6323
6324 * image.c (Fimagemagick_types): Doc fix.
6325
6326 * image.c (imagemagick-render-type): Change it from a lisp object
6327 to an integer. Move the doc here from the lisp manual.
6328 Treat all values not equal to 0 the same.
6329
6330 2012-02-06 Chong Yidong <cyd@gnu.org>
6331
6332 * doc.c (store_function_docstring): Avoid applying docstring of
6333 alias to base function (Bug#2603).
6334
6335 2012-02-04 Andreas Schwab <schwab@linux-m68k.org>
6336
6337 * .gdbinit (pp1, pv1): Remove redundant defines.
6338 (pr): Use pp.
6339
6340 2012-02-04 Chong Yidong <cyd@gnu.org>
6341
6342 * nsterm.m: Declare a global (Bug#10694).
6343
6344 2012-02-04 Eli Zaretskii <eliz@gnu.org>
6345
6346 * w32.c (get_emacs_configuration_options):
6347 Include --enable-checking, if specified, in the return value.
6348
6349 2012-02-04 Martin Rudalics <rudalics@gmx.at>
6350
6351 * dispnew.c (change_frame_size_1): Calculate new_frame_total_cols
6352 after rounding frame sizes. (Bug#9723)
6353
6354 2012-02-04 Eli Zaretskii <eliz@gnu.org>
6355
6356 * keyboard.c (adjust_point_for_property): Don't position point
6357 before BEGV. (Bug#10696)
6358
6359 2012-02-03 Paul Eggert <eggert@cs.ucla.edu>
6360
6361 Handle overflow when computing char display width (Bug#9496).
6362 * character.c (char_width): Return EMACS_INT, not int.
6363 (char_width, c_string_width): Check for overflow when
6364 computing the width; this is possible now that individual
6365 characters can have unbounded width. Problem introduced
6366 by merge from Emacs 23 on 2012-01-19.
6367
6368 2012-02-02 Michael Albinus <michael.albinus@gmx.de>
6369
6370 * dbusbind.c (Fdbus_register_method): Mention the return value
6371 :ignore in the docstring.
6372
6373 2012-02-02 Glenn Morris <rgm@gnu.org>
6374
6375 * callproc.c (Fcall_process, Fcall_process_region): Doc fix.
6376
6377 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
6378 Unconditionally set to t. (Bug#10673)
6379 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
6380 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
6381 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
6382
6383 2012-02-02 Kenichi Handa <handa@m17n.org>
6384
6385 (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is
6386 0, do not call append_composite_glyph.
6387
6388 2012-02-02 Kenichi Handa <handa@m17n.org>
6389
6390 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING): Initialize first_s to
6391 NULL (Bug#6988).
6392 (x_produce_glyphs): If the component of a composition is a null
6393 string, set it->pixel_width to 1 to avoid zero-width glyph.
6394
6395 2012-02-01 Eli Zaretskii <eliz@gnu.org>
6396
6397 * ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its
6398 first 2 arguments are identical. This makes inserting large
6399 output from a subprocess an order of magnitude faster on
6400 MS-Windows, where all sbrk'ed memory is always contiguous.
6401
6402 2012-01-31 Glenn Morris <rgm@gnu.org>
6403
6404 * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>:
6405 * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
6406 * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
6407
6408 2012-01-29 Glenn Morris <rgm@gnu.org>
6409
6410 * gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
6411
6412 2012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
6413
6414 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
6415
6416 2012-01-28 Chong Yidong <cyd@gnu.org>
6417
6418 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
6419
6420 2012-01-26 Chong Yidong <cyd@gnu.org>
6421
6422 * keyboard.c (Vecho_keystrokes): Document zero value (Bug#10503).
6423
6424 * search.c (Fsearch_forward, Fsearch_backward): Document negative
6425 repeat counts (Bug#10507).
6426
6427 2012-01-26 Glenn Morris <rgm@gnu.org>
6428
6429 * lread.c (syms_of_lread): Doc fix.
6430
6431 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change)
6432
6433 * coding.c (encode_designation_at_bol): Change return value to
6434 EMACS_INT.
6435
6436 2012-01-25 Chong Yidong <cyd@gnu.org>
6437
6438 * eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
6439
6440 2012-01-21 Chong Yidong <cyd@gnu.org>
6441
6442 * floatfns.c (Fcopysign): Make the second argument non-optional,
6443 since nil is not allowed anyway.
6444
6445 2012-01-21 Andreas Schwab <schwab@linux-m68k.org>
6446
6447 * process.c (read_process_output): Use p instead of XPROCESS (proc).
6448 (send_process): Likewise.
6449
6450 2012-01-19 Martin Rudalics <rudalics@gmx.at>
6451
6452 * window.c (save_window_save, Fcurrent_window_configuration)
6453 (Vwindow_persistent_parameters): Do not use Qstate.
6454 Rewrite doc-strings.
6455
6456 2012-01-19 Kenichi Handa <handa@m17n.org>
6457
6458 * character.c (char_width): New function.
6459 (Fchar_width, c_string_width, lisp_string_width):
6460 Use char_width (Bug#9496).
6461
6462 2012-01-16 Martin Rudalics <rudalics@gmx.at>
6463
6464 * window.c (Vwindow_persistent_parameters): New variable.
6465 (Fset_window_configuration, save_window_save): Handle persistent
6466 window parameters.
6467
6468 2012-01-14 Eli Zaretskii <eliz@gnu.org>
6469
6470 * w32fns.c (signal_user_input): Don't do a QUIT, to avoid
6471 thrashing the stack of the thread. (Bug#9087)
6472
6473 2012-01-12 Paul Eggert <eggert@cs.ucla.edu>
6474
6475 * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses.
6476
6477 2012-01-11 Eli Zaretskii <eliz@gnu.org>
6478
6479 * xdisp.c (rows_from_pos_range): Handle the case where the
6480 highlight ends on a newline. (Bug#10464)
6481 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
6482 he end column for display of highlight that ends on a newline
6483 before a R2L line.
6484
6485 2012-01-11 Glenn Morris <rgm@gnu.org>
6486
6487 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
6488 from load-path also when installation-directory is nil. (Bug#10208)
6489
6490 2012-01-10 Glenn Morris <rgm@gnu.org>
6491
6492 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
6493
6494 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
6495 Update template values to be closer to their typical values these days.
6496
6497 2012-01-09 Eli Zaretskii <eliz@gnu.org>
6498
6499 * xdisp.c (rows_from_pos_range): Accept additional argument
6500 DISP_STRING, and accept any glyph in a row whose object is that
6501 string as eligible for mouse highlight. Fixes mouse highlight of
6502 display strings from overlays. (Bug#10464)
6503
6504 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6505
6506 emacs: fix an auto-save permissions race condition (Bug#10400)
6507 * fileio.c (auto_saving_dir_umask): New static var.
6508 (Fmake_directory_internal): Use it.
6509 (do_auto_save_make_dir): Set it, instead of invoking chmod after
6510 creating the directory. The old code temporarily assigns
6511 too-generous permissions to the directory.
6512 (do_auto_save_eh): Clear it.
6513 (Fdo_auto_save): Catch all errors, not just file errors, so
6514 that the var is always cleared.
6515
6516 2012-01-07 Eli Zaretskii <eliz@gnu.org>
6517
6518 * search.c (scan_buffer): Pass character positions to
6519 know_region_cache, not byte positions. (Bug#6540)
6520
6521 2012-01-07 LynX <_LynX@bk.ru> (tiny change)
6522
6523 * w32.c (sys_rename): Report EXDEV when rename of a directory
6524 fails because the target is on another logical disk. (Bug#10284)
6525
6526 2012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
6527
6528 * xterm.c (x_embed_request_focus): New function.
6529
6530 * xterm.h: Add prototype.
6531
6532 * xfns.c (Fx_focus_frame): Use it for embedded frames (Bug#9977).
6533
6534 2012-01-05 Glenn Morris <rgm@gnu.org>
6535
6536 * emacs.c (emacs_copyright): Update short copyright year to 2012.
6537
6538 2012-01-01 Eli Zaretskii <eliz@gnu.org>
6539
6540 * gnutls.c (init_gnutls_functions): Load gnutls_check_version.
6541 Load gnutls_transport_set_lowat only if GnuTLS version is below
6542 2.11.1.
6543 (emacs_gnutls_handshake): Call gnutls_transport_set_lowat only for
6544 GnuTLS versions below 2.11.1.
6545
6546 2011-12-31 Antoine Levitt <antoine.levitt@gmail.com>
6547
6548 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Add warning
6549 to the doc string advising against its use for altering the way
6550 windows are scrolled.
6551
6552 2011-12-28 Kenichi Handa <handa@m17n.org>
6553
6554 * coding.c (Fdefine_coding_system_internal): Make an utf-8 base
6555 coding-system ASCII compatible only when it does not produce BOM
6556 on encoding (Bug#10383).
6557
6558 2011-12-26 Jan Djärv <jan.h.d@swipnet.se>
6559
6560 * xmenu.c (x_menu_wait_for_event): Use xg_select for Gtk3 so menus
6561 can scroll.
6562 (create_and_show_popup_menu): Always use menu_position_func for
6563 Gtk3 (Bug#10361).
6564
6565 2011-12-24 Andreas Schwab <schwab@linux-m68k.org>
6566
6567 * callint.c (Fcall_interactively): Don't truncate prompt string.
6568
6569 2011-12-23 Eli Zaretskii <eliz@gnu.org>
6570
6571 * xdisp.c (handle_invisible_prop): Handle correctly an invisible
6572 property that ends at ZV, so that the bidi iteration could be
6573 resumed from there (after widening). (Bug#10360)
6574
6575 2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
6576
6577 * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
6578
6579 2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
6580
6581 * nsterm.m (x_free_frame_resources):
6582 Release f->output_data.ns->miniimage.
6583 (ns_index_color): Fix indentation. Do not retain
6584 color_table->colors[i].
6585
6586 * nsmenu.m (ns_update_menubar): Call free_menubar_widget_value_tree
6587 before returning.
6588
6589 * nsfns.m (x_set_background_color): Assign return value from
6590 ns_index_color to face-background instead of NSColor*.
6591 (ns_implicitly_set_icon_type): Fix indentation.
6592 Change assignment in for loop to comparison.
6593
6594 * emacs.c (ns_pool): New variable.
6595 (main): Assign ns_pool.
6596 (Fkill_emacs): Call ns_release_autorelease_pool.
6597
6598 * nsfont.m (ns_spec_to_descriptor): Fix indentation,
6599 autorelease fdesc, release fdAttrs and tdict.
6600 (ns_get_covering_families): Release charset.
6601 (ns_findfonts): Release NSFontDescriptor created with new.
6602 (ns_uni_to_glyphs): Fix indentation.
6603 (setString): Release attrStr before assigning new value.
6604
6605 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6606
6607 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
6608 and NS_IMPL_COCOA.
6609 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
6610 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
6611
6612 2011-12-18 David Reitter <reitter@cmu.edu>
6613
6614 * nsterm.m (ns_term_init): Subscribe for notifications
6615 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
6616 to method trackingNotification in EmacsMenu.
6617
6618 * nsmenu.m (trackingMenu): New variable.
6619 (trackingNotification): New method (from Aquamacs).
6620 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
6621 from Aquamacs (Bug#7030).
6622
6623 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6624
6625 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
6626 (symbol_to_nsstring): Fix indentation.
6627 (ns_symbol_to_pb): New function.
6628 (Fns_get_selection_internal): Rename from Fns_get_cut_buffer_internal.
6629 (Fns_rotate_cut_buffers_internal): Remove.
6630 (Fns_store_selection_internal): Rename from
6631 Fns_store_cut_buffer_internal.
6632 (ns_get_foreign_selection, Fx_own_selection_internal)
6633 (Fx_disown_selection_internal, Fx_selection_exists_p)
6634 (Fns_get_selection_internal, Fns_store_selection_internal):
6635 Use ns_symbol_to_pb and check if return value is nil.
6636 (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr
6637 Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal
6638 renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal
6639 renamed to Sns_store_selection_internal.
6640 (ns_handle_selection_request): Move code to Fx_own_selection_internal
6641 and remove this function.
6642 (ns_handle_selection_clear): Remove, never used.
6643 (Fx_own_selection_internal): Move code from ns_handle_selection_request
6644 here.
6645
6646 2011-12-17 Ken Brown <kbrown@cornell.edu>
6647
6648 * fileio.c (check_writable) [CYGWIN]: Return non-zero if UID or
6649 GID is unknown (Bug#10257).
6650
6651 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
6652
6653 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
6654 (GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
6655 which caused a build failure on GNU/Linux IA-64. This problem was
6656 introduced by my 2011-10-07 patch.
6657
6658 2011-12-15 Juri Linkov <juri@jurta.org>
6659
6660 * image.c (imagemagick_error): New function. (Bug#10112)
6661 (imagemagick_load_image): Comment out `MagickSetResolution' call.
6662 Use `imagemagick_error' where ImageMagick functions return
6663 `MagickFalse'.
6664 (Fimagemagick_types): Add `Fnreverse' to return the list in the
6665 proper order.
6666
6667 2011-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6668
6669 * xftfont.c (xftfont_draw): Use the font metrics of s->font to
6670 fill background (Bug#8992).
6671
6672 2011-12-13 Martin Rudalics <rudalics@gmx.at>
6673
6674 * window.c (Vwindow_combination_resize)
6675 (Vwindow_combination_limit): Use t instead of non-nil in
6676 doc-strings.
6677 (Vrecenter_redisplay): Add first sentence of doc-string on
6678 separate line.
6679 (Frecenter): Fix doc-string typo.
6680
6681 2011-12-11 Kenichi Handa <handa@m17n.org>
6682
6683 * coding.c (Funencodable_char_position): Pay attention to the
6684 buffer text relocation (Bug#9389).
6685
6686 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
6687
6688 * xterm.c (x_term_init): Move call to gdk_window_add_filter before
6689 gtk_init (Bug#10100).
6690
6691 2011-12-10 Eli Zaretskii <eliz@gnu.org>
6692
6693 * xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if
6694 IT->string is nil. (Bug#10263)
6695
6696 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
6697
6698 * nsterm.h (x_free_frame_resources): Declare.
6699
6700 * nsfns.m (ns_get_defaults_value): New function (Bug#10103).
6701 (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value.
6702
6703 * nsterm.h (ns_get_defaults_value): Declare.
6704
6705 * nsterm.m (ns_default): Call ns_get_defaults_value.
6706
6707 2011-12-09 Eli Zaretskii <eliz@gnu.org>
6708
6709 * xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
6710 (Bug#10170)
6711
6712 2011-12-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6713
6714 * unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case
6715 that where the value of an _OBJC_* symbol points to is in the .bss
6716 section (Bug#10240).
6717
6718 2011-12-08 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6719
6720 * coding.c (encode_coding_ccl): Check (charbuf < charbuf_end)
6721 after the loop to call ccl_driver at least once (Bug#8619).
6722
6723 2011-12-08 Kenichi Handa <handa@m17n.org>
6724
6725 * ftfont.c (get_adstyle_property): Fix previous change
6726 (Bug#10233).
6727
6728 2011-12-07 Juanma Barranquero <lekktu@gmail.com>
6729
6730 * w32.c (init_environment): If no_site_lisp, remove site-lisp
6731 dirs from the default value of EMACSLOADPATH (bug#10208).
6732
6733 2011-12-07 Glenn Morris <rgm@gnu.org>
6734
6735 * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
6736 installation and source directories as well. (Bug#10208)
6737
6738 2011-12-06 Chong Yidong <cyd@gnu.org>
6739
6740 * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).
6741
6742 2011-12-06 Glenn Morris <rgm@gnu.org>
6743
6744 * process.c (start_process_unwind): Treat any pid <= 0, except -2,
6745 as an error, not just -1. (Bug#10217)
6746
6747 2011-12-05 Chong Yidong <cyd@gnu.org>
6748
6749 * keyboard.c (process_special_events): New function.
6750 (swallow_events, Finput_pending_p): Use it (Bug#10195).
6751
6752 2011-12-05 Paul Eggert <eggert@cs.ucla.edu>
6753
6754 * coding.c (encode_designation_at_bol): Don't use uninitialized
6755 local variable (Bug#9318).
6756
6757 2011-12-05 Kenichi Handa <handa@m17n.org>
6758
6759 * ftfont.c (get_adstyle_property): If the font is not BDF nor PCF,
6760 return Qnil (Bug#8046, Bug#10193).
6761
6762 2011-12-05 Kenichi Handa <handa@m17n.org>
6763
6764 * coding.c (encode_designation_at_bol): New args charbuf_end and
6765 dst. Return the number of produced bytes. Callers changed.
6766 (coding_set_source): Return how many bytes coding->source was
6767 relocated.
6768 (coding_set_destination): Return how many bytes
6769 coding->destination was relocated.
6770 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
6771 (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
6772
6773 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6774
6775 * coding.c (CODING_CHAR_CHARSET_P): New macro.
6776 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
6777 macro (Bug#9318).
6778
6779 2011-12-05 Andreas Schwab <schwab@linux-m68k.org>
6780
6781 The following changes are to fix Bug#9318.
6782
6783 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
6784 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
6785 (encode_coding_iso_2022, encode_coding_sjis)
6786 (encode_coding_big5, encode_coding_charset): Use the above macros.
6787
6788 2011-12-05 Juanma Barranquero <lekktu@gmail.com>
6789
6790 * lisp.h (process_quit_flag): Fix external declaration.
6791
6792 2011-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 Don't macro-inline non-performance-critical code.
6795 * eval.c (process_quit_flag): New function.
6796 * lisp.h (QUIT): Use it.
6797
6798 2011-12-04 Jan Djärv <jan.h.d@swipnet.se>
6799
6800 * nsfns.m (get_geometry_from_preferences): New function.
6801 (Fx_create_frame): Call get_geometry_from_preferences (Bug#10103).
6802
6803 2011-12-04 Andreas Schwab <schwab@linux-m68k.org>
6804
6805 * emacs.c (Qkill_emacs): Define.
6806 (syms_of_emacs): Initialize it.
6807 * keyboard.c (interrupt_signal): Don't call Fkill_emacs here, set
6808 Qquit_flag to `kill-emacs' instead.
6809 (quit_throw_to_read_char): Add parameter `from_signal'.
6810 All callers changed. Call Fkill_emacs if requested and safe.
6811 * lisp.h (QUIT): Call Fkill_emacs if requested.
6812
6813 2011-12-03 Jan Djärv <jan.h.d@swipnet.se>
6814
6815 * widget.c (update_wm_hints): Return if wmshell is null.
6816 (widget_update_wm_size_hints): New function.
6817
6818 * widget.h (widget_update_wm_size_hints): Declare.
6819
6820 * xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
6821 widget_update_wm_size_hints (Bug#10104).
6822
6823 2011-12-03 Eli Zaretskii <eliz@gnu.org>
6824
6825 * xdisp.c (handle_invisible_prop): If the invisible text ends just
6826 before a newline, prepare the bidi iterator for consuming the
6827 newline, and keep the current paragraph direction. (Bug#10183)
6828 (redisplay_window): Don't let `margin' become negative. (Bug#10192)
6829
6830 2011-12-02 Juri Linkov <juri@jurta.org>
6831
6832 * search.c (Fword_search_regexp): New Lisp function created from
6833 `wordify'. Change type of arg `lax' from `int' to `Lisp_Object'.
6834 (Fword_search_backward, Fword_search_forward)
6835 (Fword_search_backward_lax, Fword_search_forward_lax):
6836 Use `Fword_search_regexp' instead of `wordify'. Doc fix.
6837 (syms_of_search): Define `Sword_search_regexp'. (Bug#10145)
6838
6839 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * fileio.c (Finsert_file_contents): Move after-change-function call
6842 to before the "handled:" label, since all "goto handled" appear in
6843 cases where the *-change-functions have already been properly called
6844 (bug#10117).
6845
6846 2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
6847
6848 * keyboard.c (interrupt_signal): Don't call kill-emacs when
6849 waiting for input. (Bug#10169)
6850
6851 2011-11-30 Eli Zaretskii <eliz@gnu.org>
6852
6853 * dispnew.c (adjust_glyph_matrix): Remove the assertion that
6854 verifies glyph row's hash code--we have just reallocated the
6855 glyphs, so their contents can be complete garbage. (Bug#10164)
6856
6857 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
6858
6859 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.
6860
6861 2011-11-30 Eli Zaretskii <eliz@gnu.org>
6862
6863 * dispnew.c (adjust_glyph_matrix) [XASSERTS]: Ensure ROW's
6864 attributes are tested _before_ calling verify_row_hash, to protect
6865 against GCC re-ordering of the tests. (Bug#10164)
6866
6867 2011-11-29 Jan Djärv <jan.h.d@swipnet.se>
6868
6869 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.
6870
6871 * xterm.c (handle_one_xevent): Only set async_visible and friends
6872 if net_wm_state_hidden_seen is non-zero (Bug#10002)
6873 (get_current_wm_state): Set net_wm_state_hidden_seen to 1 if
6874 _NET_WM_STATE_HIDDEN is in NET_WM_STATE.
6875
6876 2011-11-28 Paul Eggert <eggert@cs.ucla.edu>
6877
6878 Remove GCPRO-related macros that exist only to avoid shadowing locals.
6879 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR)
6880 (GCPRO6_VAR, UNGCPRO_VAR): Remove. See
6881 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
6882 All uses changed to use GCPRO1 etc.
6883 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6, UNGCPRO):
6884 Revert to old implementation (i.e., before 2011-03-11).
6885
6886 2011-11-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6887
6888 * dispnew.c (scrolling_window): Truncate overlaps in copy destination
6889 of scroll runs so as to avoid assigning disabled bogus rows and
6890 unnecessary graphics copy operations.
6891
6892 2011-11-27 Eli Zaretskii <eliz@gnu.org>
6893
6894 * s/ms-w32.h (utimbuf) [_MSC_VER]: Don't define.
6895 (snprintf) [_MSC_VER]: Redirect to _snprintf.
6896 (strtoll) [_MSC_VER]: Redirect to _strtoi64.
6897 (malloc, free, realloc, calloc): Redirect to e_* only when
6898 compiling Emacs.
6899
6900 * lisp.h (GCTYPEBITS): Move before first use.
6901 (ALIGN_GCTYPEBITS) [_MSC_VER]: Define.
6902 (DECL_ALIGN) [_MSC_VER]: Use it, as MSVC doesn't like bit ops in
6903 this macro definition.
6904
6905 * s/ms-w32.h (tzname): Redirect to _tzname for all values of
6906 _MSC_VER.
6907
6908 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
6909
6910 * gtkutil.c (xg_create_frame_widgets):
6911 Call gtk_window_set_has_resize_grip (FALSE) if that function is
6912 present with Gtk+ 2.0.
6913
6914 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
6915
6916 * fileio.c (Finsert_file_contents): Undo previous change; see
6917 <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.
6918
6919 2011-11-26 Paul Eggert <eggert@cs.ucla.edu>
6920
6921 Rename locals to avoid shadowing.
6922 * fileio.c (Finsert_file_contents):
6923 Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
6924 * process.c (wait_reading_process_output):
6925 Rename inner 'proc' to 'p' to avoid shadowing.
6926 Indent for consistency with usual Emacs style.
6927
6928 2011-11-25 Eli Zaretskii <eliz@gnu.org>
6929
6930 * xdisp.c (redisplay_window): If cursor row is not fully visible
6931 after recentering, and scroll-conservatively is set to a large
6932 number, scroll window by a few more lines to make the cursor fully
6933 visible and out of scroll-margin. (Bug#10105)
6934 (start_display): Don't move to the next line if the display should
6935 start at a newline that is part of a display vector or an overlay
6936 string. (Bug#10119)
6937
6938 2011-11-24 Juri Linkov <juri@jurta.org>
6939
6940 * image.c (imagemagick_load_image): Move `MagickSetResolution' down
6941 after the `MagickPingImage' call. (Bug#10112)
6942
6943 2011-11-23 Chong Yidong <cyd@gnu.org>
6944
6945 * window.c (Fcoordinates_in_window_p): Accept only live windows.
6946
6947 2011-11-23 Martin Rudalics <rudalics@gmx.at>
6948
6949 * buffer.c (Fkill_buffer): Run replace_buffer_in_windows before
6950 making another buffer current. (Bug#10114)
6951
6952 2011-11-23 Glenn Morris <rgm@gnu.org>
6953
6954 * font.c (font_find_for_lface) [HAVE_NS]: Ignore case. (Bug#2526)
6955
6956 2011-11-23 Chong Yidong <cyd@gnu.org>
6957
6958 * xdisp.c (compute_stop_pos): Check validity of end_charpos before
6959 using it (Bug#5984).
6960
6961 2011-11-22 Eli Zaretskii <eliz@gnu.org>
6962
6963 * dispnew.c (adjust_glyph_matrix): Don't verify hash code of mode-
6964 and header-lines, as they don't have one computed for them.
6965 (Bug#10098)
6966
6967 * .gdbinit (prow): Make displayed values more self-explaining.
6968 Add row's hash code.
6969
6970 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6971
6972 * process.c (wait_reading_process_output): Fix asynchrounous
6973 GnuTLS socket handling on some versions of the GnuTLS library.
6974 (wait_reading_process_output): Add comment and URL.
6975
6976 2011-11-21 Jan Djärv <jan.h.d@swipnet.se>
6977
6978 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
6979
6980 2011-11-21 Chong Yidong <cyd@gnu.org>
6981
6982 * window.c (Fnext_window, Fprevious_window): Doc fix.
6983
6984 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.
6987
6988 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
6989
6990 * nsfont.m (syms_of_nsfont) <ns-reg-to-script>: Fix typo.
6991
6992 2011-11-20 Martin Rudalics <rudalics@gmx.at>
6993
6994 * window.c (Fset_window_combination_limit): Rename argument
6995 STATUS to LIMIT.
6996 (Vwindow_combination_limit): Remove "status" from doc-string.
6997
6998 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
6999
7000 * m/ibms390.h: Remove.
7001 * m/ibms390x.h: Don't include "ibms390.h".
7002
7003 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
7006 Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
7007
7008 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7009
7010 * casetab.c (Fset_case_table):
7011 * charset.c (Fcharset_after): Fix typos.
7012
7013 2011-11-20 Paul Eggert <eggert@cs.ucla.edu>
7014
7015 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
7016 Otherwise, valgrind does not work on some platforms.
7017 Problem reported by Andreas Schwab in
7018 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>.
7019 * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES
7020 is set, removing the need for VIRT_ADDRESS_VARIES.
7021 (PURE_P): Use a more-efficient implementation that needs just one
7022 comparison, not two: on x86-64 with GCC 4.6.2, this cut down the
7023 number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge)
7024 to 4 (xorl, subq, cmpq, setbe).
7025 * alloc.c (pure): Always extern now, since that's the
7026 VIRT_ADDR_VARIES behavior.
7027 (PURE_POINTER_P): Use a single comparison, not two, for
7028 consistency with the new puresize.h.
7029 * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed.
7030 * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h:
7031 Remove VIRT_ADDR_VARIES no longer needed.
7032
7033 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7034
7035 * xdisp.c (x_write_glyphs, draw_phys_cursor_glyph)
7036 (erase_phys_cursor, update_window_cursor, show_mouse_face)
7037 (cursor_in_mouse_face_p): If the cursor position is out of bounds,
7038 behave as if the cursor position were at the window margin.
7039
7040 * window.c (get_phys_cursor_glyph): If the window is hscrolled,
7041 and the cursor position is out of bounds, behave as if the cursor
7042 position were at the window margin. (Bug#10075)
7043
7044 2011-11-18 Chong Yidong <cyd@gnu.org>
7045
7046 * window.c (Fwindow_combination_limit): Make first argument
7047 non-optional, since it is meaningless for live windows like the
7048 selected window.
7049
7050 2011-11-18 Dmitry Antipov <dmantipov@yandex.ru>
7051
7052 * keymap.c (Fwhere_is_internal): Add missing RETURN_UNGCPROs.
7053
7054 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * intervals.c: Fix grafting over the whole buffer (bug#10071).
7057 (graft_intervals_into_buffer): Simplify.
7058
7059 2011-11-18 Eli Zaretskii <eliz@gnu.org>
7060
7061 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
7062 hash values of the two rows.
7063 (copy_row_except_pointers): Preserve the used[] arrays and the
7064 hash values of the two rows. (Bug#10035)
7065 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
7066
7067 * xdisp.c (row_hash): New function, body extracted from
7068 compute_line_metrics.
7069 (compute_line_metrics): Call row_hash, instead of computing the
7070 hash code inline.
7071
7072 * dispnew.c (verify_row_hash): Call row_hash for computing the
7073 hash code of a row, instead of duplicating code from xdisp.c.
7074
7075 * dispextern.h (row_hash): Add prototype.
7076
7077 2011-11-18 Tassilo Horn <tassilo@member.fsf.org>
7078
7079 * frame.c (delete_frame): Don't delete the terminal when the last
7080 X frame is closed if emacs is built with GTK toolkit.
7081
7082 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
7083
7084 * window.c (syms_of_window) <window-combination-resize>: Fix typo.
7085
7086 2011-11-17 Martin Rudalics <rudalics@gmx.at>
7087
7088 * window.c (Vwindow_splits): Rename to
7089 Vwindow_combination_resize. Suggested by Juri Linkov.
7090 (Fsplit_window_internal): Use Vwindow_combination_resize instead
7091 of Vwindow_splits.
7092
7093 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7094
7095 * nsfns.m (Fns_font_name):
7096 * window.c (syms_of_window) <window-combination-limit>: Fix typos.
7097
7098 2011-11-16 Martin Rudalics <rudalics@gmx.at>
7099
7100 * window.h (window): Rename slot "nest" to "combination_limit".
7101 * window.c (Fwindow_nest): Rename to Fwindow_combination_limit.
7102 (Fset_window_nest): Rename to Fset_window_combination_limit.
7103 (Vwindow_nest): Rename to Vwindow_combination_limit.
7104 (recombine_windows, make_parent_window, make_window)
7105 (Fsplit_window_internal, saved_window)
7106 (Fset_window_configuration, save_window_save): Rename all
7107 occurrences of window_nest to window_combination_limit.
7108
7109 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7110
7111 * image.c (imagemagick_load_image): Fix typo.
7112
7113 2011-11-14 Eli Zaretskii <eliz@gnu.org>
7114
7115 * xdisp.c (display_line): Move the call to
7116 highlight_trailing_whitespace before the call to
7117 compute_line_metrics, since the latter needs to see the final
7118 faces of all the glyphs to compute ROW's hash value.
7119 Fixes assertion violations in row_equal_p. (Bug#10035)
7120
7121 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
7122
7123 * w32proc.c (reader_thread): Don't check pending input if cp->fd < 0,
7124 just return (bug#10044).
7125
7126 2011-11-12 Eli Zaretskii <eliz@gnu.org>
7127
7128 * makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
7129 with user-defined heap size. Bump the default size of the temacs
7130 heap to 27MB, to avoid memory warning when running temacs.
7131 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
7132
7133 * dispnew.c (scrolling_window): Fix incorrect indices in accessing
7134 current_matrix and desired_matrix. (Bug#9990)
7135 (verify_row_hash) [XASSERTS]: New function.
7136 (adjust_glyph_matrix, row_equal_p): Use it in xassert to verify
7137 that the hash value of glyph rows is correct.
7138
7139 2011-11-12 Martin Rudalics <rudalics@gmx.at>
7140
7141 * window.h (window): Remove splits slot.
7142 * window.c (Fwindow_splits, Fset_window_splits): Remove.
7143 (Fdelete_other_windows_internal, make_parent_window)
7144 (make_window, Fsplit_window_internal, Fdelete_window_internal)
7145 (Fset_window_configuration, save_window_save): Don't deal with
7146 split status of windows.
7147 (saved_window): Remove splits slot.
7148 (Vwindow_splits): Rewrite doc-string.
7149
7150 2011-11-11 Jan Djärv <jan.h.d@swipnet.se>
7151
7152 * xfns.c (unwind_create_frame):
7153 * nsfns.m (unwind_create_frame):
7154 * w32fns.c (unwind_create_frame): Use Fmemq to check if frame is in
7155 Vframe_list (Bug#9999).
7156
7157 2011-11-11 Dmitry Antipov <dmantipov@yandex.ru>
7158
7159 * xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
7160
7161 2011-11-11 Kenichi Handa <handa@m17n.org>
7162
7163 * callproc.c (Fcall_process): Set the member dst_multibyte of
7164 process_coding.
7165
7166 2011-11-11 Johan Bockgård <bojohan@gnu.org>
7167
7168 * xdisp.c (fill_composite_glyph_string): Always set s->face, to
7169 avoid a crash (bug#9496).
7170
7171 2011-11-09 Chong Yidong <cyd@gnu.org>
7172
7173 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges)
7174 (Fwindow_inside_absolute_pixel_edges): Only allow live windows.
7175
7176 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
7177
7178 * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
7179
7180 2011-11-08 Paul Eggert <eggert@cs.ucla.edu>
7181
7182 Avoid some portability problems by eschewing 'extern inline' functions.
7183 The trivial performance wins aren't worth the portability hassles; see
7184 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>
7185 et seq.
7186 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
7187 (window_box_width, window_box_left, window_box_left_offset)
7188 (window_box_right, window_box_right_offset): Undo previous change,
7189 by removing the "extern"s.
7190 * intervals.c (adjust_intervals_for_insertion)
7191 (adjust_intervals_for_deletion): Undo previous change,
7192 making these static again.
7193 (offset_intervals, temp_set_point_both, temp_set_point)
7194 (copy_intervals_to_string): No longer inline.
7195 * xdisp.c (window_text_bottom_y, window_box_width)
7196 (window_box_height, window_box_left_offset)
7197 (window_box_right_offset, window_box_left, window_box_right)
7198 (window_box): No longer inline.
7199
7200 2011-11-08 Chong Yidong <cyd@gnu.org>
7201
7202 * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
7203 (Fwindow_body_height, Fwindow_body_width): Move from Lisp.
7204 Signal an error if not a live window.
7205 (Fwindow_total_width, Fwindow_total_height): Move from Lisp.
7206 (Fwindow_total_size, Fwindow_body_size): Move to Lisp.
7207
7208 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
7209
7210 * lisp.h (syms_of_abbrev): Remove declaration.
7211 Reported by CHENG Gao <chenggao@royau.me>.
7212
7213 2011-11-07 Eli Zaretskii <eliz@gnu.org>
7214
7215 * w32.c (check_windows_init_file): Don't look for term/w32-win.el
7216 if Vpurify_flag is non-nil. Fixes a crash when running w32 build
7217 of temacs in GUI mode.
7218
7219 2011-11-07 Martin Rudalics <rudalics@gmx.at>
7220
7221 * window.h: Declare delete_all_child_windows instead of
7222 delete_all_subwindows.
7223 * window.c (Fwindow_nest, Fset_window_nest)
7224 (Fset_window_new_total, Fset_window_new_normal)
7225 (Fwindow_resize_apply): Don't use term subwindow in doc-strings.
7226 (delete_all_subwindows): Rename to delete_all_child_windows.
7227 (Fdelete_other_windows_internal, Fset_window_configuration):
7228 Call delete_all_child_windows instead of delete_all_subwindows.
7229 * frame.c (delete_frame): Call delete_all_child_windows instead
7230 of delete_all_subwindows.
7231
7232 2011-11-07 Paul Eggert <eggert@cs.ucla.edu>
7233
7234 * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).
7235 This is also needed for porting to any host where GC_MARK_STACK is
7236 not GC_MAKE_GCPROS_NOOPS.
7237 (which_symbols): Use it.
7238
7239 2011-11-07 Kenichi Handa <handa@m17n.org>
7240
7241 * coding.c (coding_set_destination): Check coding->src_pos only
7242 when coding->src_object is a buffer (bug#9910).
7243
7244 * process.c (send_process): Set the member src_multibyte of coding
7245 to 0 (bug#9911) when sending a unibyte text.
7246
7247 * callproc.c (Fcall_process): Set the member src_multibyte of
7248 process_coding to 0 (bug#9912).
7249
7250 2011-11-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7251
7252 * xmenu.c (cleanup_widget_value_tree): New function.
7253 (xmenu_show, xdialog_show): Use it in record_unwind_protect instead of
7254 calling free_menubar_widget_value_tree directly (Bug#9830).
7255
7256 2011-11-06 Paul Eggert <eggert@cs.ucla.edu>
7257
7258 Fix some portability problems with 'inline'.
7259 * dispextern.h (window_box, window_box_height, window_text_bottom_y)
7260 (window_box_width, window_box_left, window_box_left_offset)
7261 (window_box_right, window_box_right_offset): Declare extern.
7262 Otherwise, these inline functions do not conform to C99 and
7263 are miscompiled by Microsoft compilers. Reported by Eli Zaretskii in
7264 <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00084.html>.
7265 * intervals.c (adjust_intervals_for_insertion)
7266 (adjust_intervals_for_deletion): Now extern, because otherwise the
7267 extern inline functions 'offset_intervals' couldn't refer to it.
7268 (static_offset_intervals): Remove.
7269 (offset_intervals): Rewrite using the old contents of
7270 static_offset_intervals. The old version didn't conform to C99
7271 because an extern inline function contained a reference to an
7272 identifier with static linkage.
7273
7274 2011-11-06 Andreas Schwab <schwab@linux-m68k.org>
7275
7276 * keyboard.c (interrupt_signal): Don't call kill-emacs while in
7277 GC.
7278
7279 2011-11-06 Eli Zaretskii <eliz@gnu.org>
7280
7281 * xdisp.c (init_iterator, reseat_to_string): Don't set the
7282 iterator's bidi_p flag if Vpurify_flag is non-nil. (Bug#9963)
7283 (Fcurrent_bidi_paragraph_direction): If Vpurify_flag is non-nil,
7284 return Qleft_to_right.
7285
7286 2011-11-06 Chong Yidong <cyd@gnu.org>
7287
7288 * window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
7289 (Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
7290 (Fset_window_splits, Fwindow_nest, Fset_window_nest)
7291 (Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
7292 (Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
7293 (Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
7294 (Fwindow_vscroll): Doc fix.
7295 (Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
7296 argument, since it makes no sense to pass a live window and for
7297 consistency with window-child.
7298
7299 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
7300
7301 * makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) to
7302 support MSVC.
7303
7304 2011-11-05 Jason Rumney <jasonr@gnu.org>
7305
7306 * w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.
7307 (add_font_entity_to_list): Filter out non-Japanese Shift-JIS
7308 fonts (Bug#6029).
7309 (add_font_entity_to_list): Fix logic errors in mixed boolean and
7310 bitwise arithmetic preventing use of unicode-sip and non-truetype
7311 opentype fonts.
7312
7313 2011-11-05 Eli Zaretskii <eliz@gnu.org>
7314
7315 * s/ms-w32.h (fstat, stat, utime): Move redirections to
7316 "emacs"-only part.
7317
7318 * w32fns.c (x_create_tip_frame, Fx_create_frame): Rearrange
7319 initialization code to keep similarity to xfns.c after changes
7320 from 2011-11-05.
7321
7322 2011-11-05 Jan Djärv <jan.h.d@swipnet.se>
7323
7324 * nsfns.m: Declare image_cache_refcount if GLYPH_DEBUG.
7325 (unwind_create_frame): New function (Bug#9943).
7326 (Fx_create_frame): Restructure code to be more similar to the one in
7327 xfns.c. Call record_unwind_protect with unwind_create_frame (Bug#9943).
7328 Initialize image_cache_refcount if GLYPH_DEBUG (Bug#9943).
7329 Move terminal->reference_count++ just before making the frame official
7330 (Bug#9943).
7331
7332 * nsterm.m (x_free_frame_resources): New function.
7333 (x_destroy_window): Move code to x_free_frame_resources.
7334
7335 * xfns.c (unwind_create_frame): Fix comment.
7336 (Fx_create_frame, x_create_tip_frame):
7337 Move terminal->reference_count++ just before making the frame
7338 official. Move initialization of image_cache_refcount and
7339 dpyinfo_refcount before calling init_frame_faces (Bug#9943).
7340
7341 2011-11-05 Eli Zaretskii <eliz@gnu.org>
7342
7343 Support MSVC build with newer versions of Visual Studio.
7344 * makefile.w32-in (TAGS-gmake): Don't use $(patsubst ...), as
7345 Nmake barfs on that. Use $(OBJ*_c) variables instead, defined on
7346 nt/gmake.defs.
7347
7348 * lisp.h (ENUM_BF): New macro, for enumerated types in bitfields,
7349 which are not supported by MSVC.
7350 (Lisp_Symbol, Lisp_Misc_Any, Lisp_Marker, Lisp_Misc_Overlay)
7351 (Lisp_Save_Value, Lisp_Free): Use ENUM_BF for enumerated types in
7352 bitfields.
7353 (Lisp_Object) [USE_LISP_UNION_TYPE]: Use ENUM_BF for enumerated
7354 types in bitfields.
7355 (DEFUN) [_MSC_VER]: Define in a different way for MSVC.
7356
7357 * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
7358
7359 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
7360
7361 Support MSVC build with newer versions of Visual Studio.
7362 * w32.c: Don't include w32api.h for MSVC.
7363 (init_environment) [_MSC_VER]: Call sys_access, not _access.
7364
7365 * s/ms-w32.h <sigset_t, ssize_t> [_MSC_VER]: Typedefs for MSVC.
7366 [_MSC_VER]: Include sys/timeb.h, sys/stat.h, and signal.h.
7367 (fstat, stat, utime) [_MSC_VER]: Redirect to their sys_* cousins.
7368 (malloc, free, realloc, calloc) [_MSC_VER]: Always redirect to the
7369 e_* cousins.
7370 (alloca) [_MSC_VER]: Define to _alloca.
7371
7372 * lisp.h (DECL_ALIGN) [_MSC_VER]: Define for MSVC.
7373
7374 * regex.c <re_char> [_MSC_VER]: A separate definition for MSVC.
7375
7376 2011-11-04 Eli Zaretskii <eliz@gnu.org>
7377
7378 * xdisp.c (note_mouse_highlight): If either of
7379 previous/next-single-property-change returns nil, treat that as
7380 the beginning or the end of the buffer. (Bug#9955)
7381
7382 2011-11-04 Jan Djärv <jan.h.d@swipnet.se>
7383
7384 * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or
7385 label is not null (Bug#9951).
7386 (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl
7387 may be NULL.
7388
7389 2011-11-04 Eli Zaretskii <eliz@gnu.org>
7390
7391 * window.c (Fwindow_body_size): Mention in the doc string that the
7392 return value is in frame's canonical units. (Bug#9949)
7393
7394 2011-11-03 Eli Zaretskii <eliz@gnu.org>
7395
7396 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
7397
7398 * w32fns.c (unwind_create_frame): If needed, free the glyph
7399 matrices of the partially constructed frame. (Bug#9943)
7400 * xfns.c (unwind_create_frame): Likewise.
7401
7402 2011-11-01 Eli Zaretskii <eliz@gnu.org>
7403
7404 * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment.
7405 Don't stop backward scan on the continuation glyph, even though
7406 its CHARPOS is positive.
7407 (mouse_face_from_buffer_pos, note_mouse_highlight):
7408 Rename cover_string to disp_string.
7409
7410 2011-11-01 Martin Rudalics <rudalics@gmx.at>
7411
7412 * window.c (temp_output_buffer_show): Don't use
7413 Vtemp_buffer_show_specifiers.
7414 (Vtemp_buffer_show_specifiers): Remove unused variable.
7415
7416 2011-10-30 Eli Zaretskii <eliz@gnu.org>
7417
7418 * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
7419 past the beginning of the current glyph matrix.
7420
7421 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
7422
7423 * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
7424 (x_error_handler): Ignore BadMatch for X_SetInputFocus for
7425 HAVE_GTK3 (Bug#9869).
7426
7427 * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize
7428 type to GDK_NOTHING so valgrind does not complain (Bug#9901).
7429
7430 * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
7431
7432 * xterm.c: Declare x_handle_net_wm_state to return int.
7433 (handle_one_xevent): Check if we are iconified but don't have
7434 _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893).
7435 (get_current_wm_state): Return non-zero if not hidden,
7436 check for _NET_WM_STATE_HIDDEN (Bug#9893).
7437 (do_ewmh_fullscreen): Ignore return value from get_current_wm_state.
7438 (x_handle_net_wm_state): Return what get_current_wm_state returns.
7439 (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden.
7440
7441 2011-10-29 Paul Eggert <eggert@cs.ucla.edu>
7442
7443 * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
7444 so that this new function doesn't get optimized away by a
7445 whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
7446
7447 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
7448
7449 * frame.h (MOUSE_HL_INFO): Remove excess parens.
7450
7451 2011-10-29 Eli Zaretskii <eliz@gnu.org>
7452
7453 Fix the `xbytecode' command.
7454 * .gdbinit (xprintbytestr): New command.
7455 (xwhichsymbols): Rename from `which'; all callers changed.
7456 (xbytecode): Print the byte-code string as well.
7457
7458 2011-10-29 Kim Storm <storm@cua.dk>
7459
7460 * alloc.c (which_symbols): New function.
7461
7462 2011-10-29 Andreas Schwab <schwab@linux-m68k.org>
7463
7464 * minibuf.c (read_minibuf_noninteractive): Allow reading empty
7465 line. (Bug#9903)
7466
7467 2011-10-29 Glenn Morris <rgm@gnu.org>
7468
7469 * process.c (wait_reading_process_output): Revert 2009-08-30 change.
7470 Not clear what it was for, and it causes various bugs. (Bug#9839)
7471
7472 2011-10-28 Eli Zaretskii <eliz@gnu.org>
7473
7474 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
7475 possible random value that matches one of those tested as
7476 condition to clear the mouse face.
7477
7478 2011-10-28 Chong Yidong <cyd@gnu.org>
7479
7480 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.
7481
7482 2011-10-28 Dan Nicolaescu <dann@ics.uci.edu>
7483
7484 * window.c (make_window): Initialize phys_cursor_on_p.
7485
7486 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * lisp.h (struct Lisp_Symbol): Update comments.
7489
7490 2011-10-28 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * w32font.c (w32_load_unicows_or_gdi32): Add missing return.
7493
7494 2011-10-28 Eli Zaretskii <eliz@gnu.org>
7495
7496 Fix Emacs on Windows 9X (bug#8562). Thanks to oslsachem
7497 <oslsachem@gmail.com> for helping to debug this.
7498
7499 * w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w)
7500 (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w)
7501 (g_b_init_get_glyph_outline_w): New static variables.
7502 (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc)
7503 (GetGlyphOutlineW_Proc): New typedefs.
7504 (w32_load_unicows_or_gdi32, get_outline_metrics_w)
7505 (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font):
7506 New functions.
7507 (w32font_open_internal, compute_metrics):
7508 Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w
7509 instead of calling the "wide" APIs directly.
7510
7511 * emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font.
7512
7513 * w32.h (syms_of_w32font): Add prototype.
7514
7515 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
7516
7517 * window.c (Fframe_root_window, Fframe_first_window, Fwindow_end)
7518 (Fframe_selected_window, Ftemp_output_buffer_show, Fnext_window)
7519 (Fdelete_window_internal, Fwindow_parameters): Fix typos in docstrings.
7520 (Fmove_to_window_line): Doc fix.
7521
7522 2011-10-27 Chong Yidong <cyd@gnu.org>
7523
7524 * process.c (make_process): Set gnutls_state to NULL.
7525
7526 * gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is
7527 non-NULL, regardless of GNUTLS_INITSTAGE.
7528 (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal
7529 an error. Set process slots as soon as we allocate them.
7530
7531 * gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros.
7532
7533 2011-10-27 Chong Yidong <cyd@gnu.org>
7534
7535 * gnutls.c (emacs_gnutls_deinit): New function.
7536 Deallocate credentials structures as well as calling gnutls_deinit.
7537 (Fgnutls_deinit, Fgnutls_boot): Use it.
7538
7539 * process.c (make_process): Initialize GnuTLS credentials to NULL.
7540 (deactivate_process): Call emacs_gnutls_deinit.
7541
7542 2011-10-27 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * image.c (x_create_x_image_and_pixmap):
7545 * w32.c (sys_rename, w32_delayed_load):
7546 * w32font.c (fill_in_logfont):
7547 * w32reg.c (x_get_string_resource): Silence compiler warnings.
7548
7549 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
7550
7551 * w32fns.c (w32_default_color_map): New function,
7552 extracted from Fw32_default_color_map.
7553 (Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
7554
7555 2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
7556
7557 * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
7558
7559 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * keyboard.c (test_undefined): New function (bug#9751).
7562 (read_key_sequence): Use it to detect when a key is bound to `undefined'.
7563
7564 2011-10-25 Enami Tsugutomo <tsugutomo.enami@jp.sony.com>
7565
7566 * sysdep.c (init_sys_modes): Fix the check for the controlling
7567 terminal (Bug#6649).
7568
7569 2011-10-20 Eli Zaretskii <eliz@gnu.org>
7570
7571 * dispextern.h (struct bidi_it): New member next_en_type.
7572
7573 * bidi.c (bidi_line_init): Initialize the next_en_type member.
7574 (bidi_resolve_explicit_1): When next_en_pos is valid for the
7575 current character, check also for next_en_type being WEAK_EN.
7576 (bidi_resolve_weak): Don't enter the expensive loop if the current
7577 position is before next_en_pos. Record the bidi type of the first
7578 non-ET, non-BN character we find, in addition to its position.
7579 (bidi_level_of_next_char): Invalidate next_en_type when
7580 next_en_pos is over-stepped.
7581
7582 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
7583
7584 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
7585 * editfns.c: Rewrite current-time-zone so that it invokes
7586 the equivalent of (format-time-string "%Z") to get the time zone name.
7587 This fixes a bug when the time zone name contains characters that
7588 need converting from the system time locale to Emacs internal format.
7589 This fixes a shortcoming that I introduced in my 1999-10-19 patch:
7590 that patch fixed format-time-string to do the conversion, but
7591 I forgot to fix current-time-zone.
7592 (format_time_string): New function, containing most of
7593 what Fformat_time_string used to contain.
7594 (Fformat_time_string): Rewrite in terms of format_time_string.
7595 This doesn't change this function's behavior.
7596 (current-time-zone): Rewrite to use format_time_string.
7597 This fixes the bug reported by Michael Schierl in
7598 <http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html>.
7599 Jason Rumney's 2007-06-07 change worked around this bug, but
7600 didn't fix it.
7601 * systime.h (tzname, timezone): Remove no-longer-used declarations.
7602
7603 2011-10-19 Eli Zaretskii <eliz@gnu.org>
7604
7605 * xdisp.c (start_display): If the character at POS is displayed
7606 via a display vector, reset IT->current.dpvec_index to zero.
7607 (try_window_reusing_current_matrix): If a line ends in a display
7608 vector or the next line starts in a display vector, continue
7609 redrawing the window even though the character position of
7610 start_row was reached.
7611 (Bug#9771, part 2)
7612
7613 2011-10-18 Chong Yidong <cyd@gnu.org>
7614
7615 * xdisp.c (get_next_display_element): Handle U+2010 and U+2011
7616 with nobreak-char-display too.
7617
7618 2011-10-18 Eli Zaretskii <eliz@gnu.org>
7619
7620 Fix part 3 of bug#9771.
7621 * bidi.c (bidi_line_init): Initialize next_en_pos to zero, not -1.
7622 (bidi_resolve_neutral): Don't enter the expensive loop looking for
7623 non-neutral characters if the current character is a paragraph
7624 separator (a.k.a. Newline). This avoids running the same
7625 expensive loop twice, once when we consume the preceding newline
7626 and the other time when the line actually needs to be displayed.
7627 Avoid the loop when we see neutrals on the base embedding level
7628 following a character whose directionality is the same as the
7629 paragraph's. This avoids running the expensive loop when a line
7630 ends in a long sequence of neutrals, like control characters.
7631 Add assertion against STRONG_AL type. Slightly rearrange code
7632 that determines the type of a neutral given the first non-neutral
7633 that follows it.
7634 (bidi_level_of_next_char): Set next_en_pos to zero when
7635 invalidating its info.
7636
7637 2011-10-17 Eli Zaretskii <eliz@gnu.org>
7638
7639 * xdisp.c (push_display_prop): Determine whether to record string
7640 or buffer position by IT->string, not by IT->method. Allow
7641 GET_FROM_DISPLAY_VECTOR as IT->method on entry. (Bug#9771, part 4)
7642 (move_it_vertically_backward): Don't look for character position
7643 immediately after the newline when in a continuation line.
7644 (Bug#9771, part 1)
7645
7646 2011-10-15 Martin Rudalics <rudalics@gmx.at>
7647
7648 * window.c (coordinates_in_window): Rewrite and delabelize
7649 vertical border check. (Bug#5357) (Bug#9618)
7650
7651 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
7654 errors in XSetWindowBorder (bug#9310).
7655
7656 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
7657
7658 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
7659 avoid crash when xmalloc overrun checking is enabled.
7660
7661 2011-10-13 Eli Zaretskii <eliz@gnu.org>
7662
7663 * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize
7664 itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect
7665 cursor motion with <left> and <right> arrow keys.
7666
7667 * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as
7668 some callers set that themselves.
7669
7670 2011-10-12 Eli Zaretskii <eliz@gnu.org>
7671
7672 * xdisp.c (find_row_edges): Handle the case where ROW comes from a
7673 display string and the previous row comes from the same string and
7674 is empty. (Bug#9739) (Bug#9738)
7675
7676 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * doc.c (get_doc_string): Encode file name (bug#9735).
7679
7680 2011-10-12 Eli Zaretskii <eliz@gnu.org>
7681
7682 * bidi.c (bidi_level_of_next_char):
7683 * xdisp.c (get_visually_first_element): Remove old incorrect
7684 comments regarding the Unicode Line Separator character.
7685
7686 * bidi.c (bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
7687
7688 2011-10-12 Dmitry Antipov <dmantipov@yandex.ru>
7689
7690 * alloc.c (Fgc_status): Do not access beyond zombies array
7691 boundary if nzombies > MAX_ZOMBIES.
7692 * alloc.c (dump_zombies): Add missing format specifier.
7693
7694 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
7695
7696 * xdisp.c (set_cursor_from_row): Simplify conditionals,
7697 to pacify GCC 4.6.1 x86-64 with -O2 -Wstrict-overflow.
7698
7699 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
7700 Some packages use them to denote characters with modifiers.
7701
7702 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
7703
7704 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)
7705 (GCPRO5_VAR, GCPRO6_VAR, UNGCPRO_VAR): Add whitespace to avoid
7706 matching a pp-number. Rename parameter var to var1.
7707
7708 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * minibuf.c (Finternal_complete_buffer): Fix last change (bug#9709).
7711
7712 2011-10-08 Glenn Morris <rgm@gnu.org>
7713
7714 * callint.c (Fcall_interactively): Give a more explicit error for the
7715 'c' case with a non-character input. (Bug#8479)
7716
7717 2011-10-08 Eli Zaretskii <eliz@gnu.org>
7718
7719 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
7720 lines.
7721 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
7722 lines that are hscrolled on the left.
7723
7724 * dispnew.c (buffer_posn_from_coords): Account for a possible
7725 presence of header-line. (Bug#4426)
7726
7727 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
7730 Don't advertise functionality which we discourage or doesn't work.
7731
7732 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
7733
7734 * alloc.c (GC_LISP_OBJECT_ALIGNMENT): Use offsetof, not __alignof__
7735 or sizeof. __alignof__ gives the wrong answer on Fedora x86-64
7736 with GCC 4.6.1 when configured with CC='gcc -m32' --with-wide-int;
7737 this makes Emacs dump core during garbage collection on rare
7738 occasions. sizeof is obviously inferior to offsetof here, so
7739 stick with offsetof.
7740 (GC_POINTER_ALIGNMENT): New macro.
7741 (mark_memory): Omit 3rd (offset) arg; caller changed.
7742 Don't assume EMACS_INT alignment is the same as pointer alignment.
7743
7744 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * keyboard.c (read_key_sequence_remapped): New var.
7747 (read_key_sequence): Compute remapping in the right buffer.
7748 (command_loop_1): Use read_key_sequence's remapping directly.
7749
7750 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * dired.c (file_name_completion): Don't expand file name.
7753 (Ffile_name_completion, Ffile_name_all_completions): Expand file name
7754 before checking file name handler.
7755
7756 * minibuf.c (Finternal_complete_buffer): Only show internal buffers if
7757 they've been requested explicitly (bug#9591).
7758
7759 2011-10-01 Andreas Schwab <schwab@linux-m68k.org>
7760
7761 * keymap.c (Fsingle_key_description): Use make_specified_string
7762 instead of build_string to build string from push_key_description.
7763 (Bug#5193)
7764
7765 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
7766
7767 * buffer.h (struct buffer): Use time_t, not int, for a time stamp.
7768 This fixes a Y2038 bug on 64-bit hosts.
7769 * buffer.c (reset_buffer):
7770 * fileio.c (Fdo_auto_save, Fset_buffer_auto_saved)
7771 (Fclear_buffer_auto_save_failure):
7772 Use 0, not -1, to represent an unset failure time, since time_t
7773 might not be signed.
7774
7775 Remove dependency on glibc malloc internals.
7776 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
7777 Move back here from lisp.h, but with their new implementations.
7778 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
7779 (XMALLOC_OVERRUN_SIZE_SIZE): Move these new lisp.h macros here.
7780 * charset.c (charset_table_init): New static var.
7781 (syms_of_charset): Use it instead of xmalloc. This removes a
7782 dependency on glibc malloc internals. See Eli Zaretskii's comment in
7783 <http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00815.html>.
7784 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
7785 Move back to alloc.c.
7786 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
7787 (XMALLOC_OVERRUN_SIZE_SIZE): Move to alloc.c.
7788
7789 2011-09-30 Jan Djärv <jan.h.d@swipnet.se>
7790
7791 * nsterm.m (windowDidResize): Call x_set_window_size only when
7792 ns_in_resize is true. Otherwise set pixelwidth/height and
7793 call change_frame_size (Bug#9628).
7794
7795 2011-09-30 Paul Eggert <eggert@cs.ucla.edu>
7796
7797 Port --enable-checking=all to Fedora 14 x86-64.
7798 * charset.c (syms_of_charset): Also account for glibc malloc's
7799 internal overhead when calculating the initial malloc maximum.
7800
7801 Port --enable-checking=all to Fedora 14 x86.
7802 * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
7803 Move to lisp.h.
7804 (xmalloc_put_size, xmalloc_get_size, overrun_check_malloc)
7805 (overrun_check_realloc, overrun_check_free):
7806 Use XMALLOC_OVERRUN_SIZE_SIZE, not sizeof (size_t).
7807 That way, xmalloc returns a properly-aligned pointer even if
7808 XMALLOC_OVERRUN_CHECK is defined. The old debugging code happened
7809 to align OK on typical 64-bit hosts, but not on Fedora 14 x86.
7810 * charset.c (syms_of_charset): Take XMALLOC_OVERRUN_CHECK_OVERHEAD
7811 into account when calculating the initial malloc maximum.
7812 * lisp.h (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE):
7813 Move here from alloc.c, so that charset.c can use it too.
7814 Properly align; the old code wasn't right for common 32-bit hosts
7815 when configured with --enable-checking=all.
7816 (XMALLOC_BASE_ALIGNMENT, COMMON_MULTIPLE, XMALLOC_HEADER_ALIGNMENT)
7817 (XMALLOC_OVERRUN_SIZE_SIZE): New macros.
7818
7819 2011-09-29 Eli Zaretskii <eliz@gnu.org>
7820
7821 * sysdep.c (snprintf) [!EOVERFLOW]: If EOVERFLOW is not defined,
7822 use EDOM.
7823
7824 2011-09-28 Eli Zaretskii <eliz@gnu.org>
7825
7826 * xdisp.c (compute_display_string_end): If there's no display
7827 string at CHARPOS, return -1.
7828
7829 * bidi.c (bidi_fetch_char): When compute_display_string_end
7830 returns a negative value, treat the character as a normal
7831 character not covered by a display string. (Bug#9624)
7832
7833 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
7834
7835 * lread.c (Fread_from_string): Fix typo in docstring.
7836
7837 2011-09-27 Eli Zaretskii <eliz@gnu.org>
7838
7839 * xdisp.c (handle_invisible_prop): If invisible text ends on a
7840 newline, reseat the iterator instead of bidi-iterating there one
7841 character at a time. (Bug#9610)
7842 (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past
7843 TO_CHARPOS if the bidi iterator is at base embedding level.
7844
7845 2011-09-27 Andreas Schwab <schwab@linux-m68k.org>
7846
7847 * lread.c (readevalloop): Use correct code for NBSP.
7848 (read1): Likewise. (Bug#9608)
7849
7850 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
7851
7852 * dbusbind.c (Fdbus_register_signal): When service is not
7853 registered, use nil in Vdbus_registered_objects_table. (Bug#9581)
7854
7855 2011-09-25 Glenn Morris <rgm@gnu.org>
7856
7857 * buffer.c (truncate-lines): Doc fix.
7858
7859 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
7860
7861 * window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
7862 (Fset_window_next_buffers): Doc fix.
7863
7864 2011-09-24 Glenn Morris <rgm@gnu.org>
7865
7866 * minibuf.c (read_minibuf): Disable line truncation. (Bug#5715)
7867
7868 2011-09-24 Paul Eggert <eggert@cs.ucla.edu>
7869
7870 Fix minor problems found by static checking.
7871 * xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
7872 * indent.c (Fvertical_motion): Fix == vs = typo.
7873
7874 2011-09-24 Eli Zaretskii <eliz@gnu.org>
7875
7876 * dispnew.c (syms_of_display) <redisplay-dont-pause>:
7877 Default value is now t. Doc fix.
7878
7879 * indent.c (Fvertical_motion): Compute and apply the overshoot
7880 logic when moving up, not only when moving down. Fix the
7881 confusing name and values of the it_overshoot_expected variable;
7882 logic changes accordingly. (Bug#9254) (Bug#9549)
7883
7884 * xdisp.c (pos_visible_p): Produce correct pixel coordinates when
7885 CHARPOS is covered by a display string which includes newlines.
7886 (move_it_vertically_backward): Avoid inflooping when START_CHARPOS
7887 is covered by a display string with embedded newlines.
7888
7889 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
7890
7891 * dbusbind.c (Fdbus_register_signal): Add match rule to
7892 Vdbus_registered_objects_table. (Bug#9581)
7893 (Fdbus_register_method, Vdbus_registered_objects_table):
7894 Fix docstring.
7895
7896 2011-09-24 Jim Meyering <meyering@redhat.com>
7897
7898 do not ignore write error for any output size
7899 The previous change was incomplete.
7900 While it makes emacs --batch detect the vast majority of stdout
7901 write failures, errors were still ignored whenever the output size is
7902 k * (BUFSIZ+1) - 4. E.g., on a system with BUFSIZ of 4096,
7903 $ emacs --batch --eval '(print (format "%4093d" 0))' > /dev/full \
7904 && echo FAIL: ignored write error
7905 FAIL: ignored write error
7906 $ emacs --batch --eval '(print (format "%20481d" 0))' > /dev/full \
7907 && echo FAIL: ignored write error
7908 FAIL: ignored write error
7909 * emacs.c (Fkill_emacs): Also test ferror. (Bug#9574)
7910
7911 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
7912
7913 * emacs.c (Fkill_emacs): In noninteractive mode exit
7914 non-successfully if a write error occurred on stdout. (Bug#9574)
7915
7916 2011-09-21 Eli Zaretskii <eliz@gnu.org>
7917
7918 * xdisp.c (pop_it): Allow it->object that is a cons cell to pass
7919 the xassert test.
7920
7921 * dispextern.h (struct it): Update the comment documenting what
7922 can it->OBJECT be.
7923
7924 2011-09-20 Eli Zaretskii <eliz@gnu.org>
7925
7926 * xdisp.c (set_cursor_from_row): If the row ends in a newline from
7927 a display string, extend search for cursor position to end of row.
7928 (find_row_edges): If the row ends in a newline from a display
7929 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
7930 Handle the case of a display string with multiple newlines.
7931 (Fcurrent_bidi_paragraph_direction): Fix search for previous
7932 non-empty line. Fixes confusing cursor motion with arrow keys at
7933 the beginning of a line that starts with whitespace.
7934
7935 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7936
7937 * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
7938 (bug#9493).
7939
7940 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
7941
7942 * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
7943 boolean (Bug#9154).
7944
7945 2011-09-18 Eli Zaretskii <eliz@gnu.org>
7946
7947 * xdisp.c (display_line): Record maximum and minimum buffer
7948 positions even if no glyphs were produced (e.g., by a zero-width
7949 stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record
7950 buffer positions that will be removed from the glyph row because
7951 they don't fit.
7952 (produce_stretch_glyph): Fix a bug in :align-to on a TTY when the
7953 column is beyond frame width: don't subtract 1 "pixel" when
7954 computing width of the stretch.
7955 (reseat_at_next_visible_line_start): Undo the change made on
7956 2011-09-17 that saved paragraph information and restored it after
7957 the call to `reseat'. (Bug#9545)
7958
7959 2011-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7960
7961 * xdisp.c (expose_window): Save original value of phys_cursor_on_p
7962 and turn window cursor on if cleared (Bug#9415).
7963
7964 2011-09-18 Andreas Schwab <schwab@linux-m68k.org>
7965
7966 * search.c (boyer_moore): Take unibyte characters from pattern
7967 literally. (Bug#9458)
7968
7969 2011-09-18 Eli Zaretskii <eliz@gnu.org>
7970
7971 * xdisp.c (reseat_at_next_visible_line_start): Fix last change.
7972
7973 2011-09-18 Paul Eggert <eggert@cs.ucla.edu>
7974
7975 Fix minor problem found by static checking.
7976 * xdisp.c (reseat_at_next_visible_line_start): Mark locals as
7977 initialized, to pacify gcc -Wuninitialized.
7978
7979 * fileio.c: Report proper errno when syscall falls.
7980 (Finsert_file_contents): Save and restore errno,
7981 so that report_file_error outputs the correct diagnostic.
7982 (Fwrite_region) [CLASH_DETECTION]: Likewise.
7983
7984 2011-09-18 Eli Zaretskii <eliz@gnu.org>
7985
7986 * .gdbinit (pgx): Fix references to fields of `struct glyph'.
7987
7988 2011-09-17 Eli Zaretskii <eliz@gnu.org>
7989
7990 * xdisp.c (produce_stretch_glyph): Another fix for changes made on
7991 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9530)
7992
7993 2011-09-17 Eli Zaretskii <eliz@gnu.org>
7994
7995 * xdisp.c (reseat_at_next_visible_line_start): Keep information
7996 about the current paragraph and restore it after the call to reseat.
7997
7998 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
7999 (bidi_find_paragraph_start): Search back for paragraph beginning
8000 at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE.
8001 (bidi_move_to_visually_next): Only trigger paragraph-related
8002 computations when the last character is a newline or at EOB, not
8003 just any NEUTRAL_B. (Bug#9470)
8004
8005 * xdisp.c (set_cursor_from_row): Don't invoke special treatment of
8006 truncated lines if point is covered by a display string. (Bug#9524)
8007
8008 2011-09-16 Paul Eggert <eggert@cs.ucla.edu>
8009
8010 * xselect.c: Relax test for outgoing X longs (Bug#9498).
8011 (cons_to_x_long): New function.
8012 (lisp_data_to_selection_data): Use it. Correct the test for
8013 short-versus-long data; it was negated. Break out of vector
8014 loop, for efficiency, when a long datum is discovered.
8015
8016 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * eval.c (Fquote): Document its non-consing behavior (bug#9482).
8019
8020 2011-09-16 Eli Zaretskii <eliz@gnu.org>
8021
8022 * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
8023 GCC PR/17406) by declaring this function with external scope.
8024
8025 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
8026
8027 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
8028 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
8029
8030 2011-09-15 Andreas Schwab <schwab@linux-m68k.org>
8031
8032 * editfns.c (Fformat): Correctly handle text properties on "%%".
8033
8034 2011-09-15 Eli Zaretskii <eliz@gnu.org>
8035
8036 * xterm.c (x_draw_composite_glyph_string_foreground):
8037 * w32term.c (x_draw_composite_glyph_string_foreground):
8038 * term.c (encode_terminal_code):
8039 * composite.c (composition_update_it, get_composition_id):
8040 * xdisp.c (get_next_display_element)
8041 (fill_composite_glyph_string): Add comments about special meaning
8042 of TAB characters in a composition.
8043
8044 2011-09-15 Paul Eggert <eggert@cs.ucla.edu>
8045
8046 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
8047 This occurs when processing a multibyte format.
8048 Problem reported by Wolfgang Jenker.
8049
8050 2011-09-15 Johan Bockgård <bojohan@gnu.org>
8051
8052 * xdisp.c (try_cursor_movement): Only check for exact match if
8053 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
8054
8055 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
8056
8057 Remove unused external symbols.
8058 * dispextern.h (calc_pixel_width_or_height): Remove decl.
8059 * xdisp.c (calc_pixel_width_or_height): Now static.
8060 * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove.
8061 * indent.c (check_display_width):
8062 * w32term.c: Fix comment to match code.
8063 * xterm.c, xterm.h (x_catching_errors): Remove.
8064
8065 2011-09-14 Paul Eggert <eggert@cs.ucla.edu>
8066
8067 * xselect.c: Use signed conversions more consistently (Bug#9498).
8068 (selection_data_to_lisp_data): Assume incoming selection data are
8069 signed integers, not unsigned. This is to be consistent with
8070 outgoing selection data, which was modified to use signed integers
8071 in as part of the fix to Bug#9196 in response to Jan D.'s comment
8072 in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
8073 expects long, not unsigned long.
8074
8075 2011-09-14 Eli Zaretskii <eliz@gnu.org>
8076
8077 * xdisp.c (try_window_reusing_current_matrix): Fix incorrect
8078 computation of loop end. Reported by Johan Bockgård
8079 <bojohan@gnu.org>.
8080
8081 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
8082
8083 * frame.c (Fother_visible_frames_p): Function deleted.
8084
8085 2011-09-12 Eli Zaretskii <eliz@gnu.org>
8086
8087 * indent.c (compute_motion): Process display vector front to back
8088 rather than the other way around. (Bug#2496)
8089
8090 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.
8093
8094 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
8095
8096 * minibuf.c (Fread_from_minibuffer): Doc fix.
8097
8098 2011-09-11 Eli Zaretskii <eliz@gnu.org>
8099
8100 * xdisp.c (produce_stretch_glyph): Fix a typo made in changes from
8101 2011-08-30T17:32:44Z!eliz@gnu.org. (Bug#9475)
8102
8103 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8104
8105 * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
8106 value for non-existent files.
8107
8108 2011-09-11 Eli Zaretskii <eliz@gnu.org>
8109
8110 * fileio.c (Finsert_file_contents): If the file cannot be opened,
8111 set its "size" to -1. This will set the modtime_size field of
8112 the corresponding buffer to -1, which is what
8113 verify-visited-file-modtime expects for files that do not exist.
8114 (Bug#9139)
8115
8116 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
8117
8118 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
8119 here ...
8120 * lisp.h: ... from here. push_key_description is no longer
8121 defined in keyboard.c, so its declaration should not be in
8122 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
8123 logically belongs with push_key_description.
8124
8125 2011-09-10 Paul Eggert <eggert@cs.ucla.edu>
8126
8127 * buffer.h: Include <sys/types.h> instead of <time.h>.
8128 Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386.
8129 Problem reported by Herbert J. Skuhra.
8130
8131 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8132
8133 * xml.c (parse_region): Make the parsing work for
8134 non-comment-starting XML files again (bug#9144).
8135
8136 2011-09-10 Andreas Schwab <schwab@linux-m68k.org>
8137
8138 * image.c (gif_load): Fix calculation of bottom and right corner.
8139 (Bug#9468)
8140
8141 2011-09-10 Eli Zaretskii <eliz@gnu.org>
8142
8143 * xdisp.c (MAX_DISP_SCAN): Decrease to 250. Prevents sluggish
8144 redisplay in small windows.
8145
8146 2011-09-09 Eli Zaretskii <eliz@gnu.org>
8147
8148 * frame.c (x_report_frame_params): Cast to avoid compiler warnings.
8149
8150 2011-09-08 Martin Rudalics <rudalics@gmx.at>
8151
8152 * window.c (Fset_window_prev_buffers, Fset_window_next_buffers):
8153 Operate on live windows only.
8154
8155 2011-09-08 Juanma Barranquero <lekktu@gmail.com>
8156
8157 * emacs.c (my_heap_start): #ifdef to avoid warnings when unused.
8158
8159 2011-09-07 Eli Zaretskii <eliz@gnu.org>
8160
8161 * xdisp.c (move_it_in_display_line_to): Call RESTORE_IT on ppos_it
8162 only under bidi iteration.
8163
8164 2011-09-07 Jan Djärv <jan.h.d@swipnet.se>
8165
8166 * gtkutil.c (xg_make_tool_item): Insert comment about eventbox.
8167
8168 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
8169
8170 isnan: Fix porting problem to Solaris 10 with bundled gcc.
8171 Without this fix, the command to link temacs failed due to an
8172 undefined symbol __builtin_isnan. This is because
8173 /usr/include/iso/math_c99.h #defines isnan(x) to
8174 __builtin_isnan(x), but the bundled gcc, which identifies itself
8175 as gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath), does not have
8176 a __builtin_isnan.
8177 * floatfns.c (isnan): #undef, and then #define to a clone of
8178 what's in data.c.
8179 (Fisnan): Always define, since it's always available now.
8180 (syms_of_floatfns): Always define isnan at the Lisp level.
8181
8182 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
8183
8184 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
8185
8186 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
8187
8188 * fileio.c: Fix bugs with large file offsets (Bug#9428).
8189 The previous code assumed that file offsets (off_t values) fit in
8190 EMACS_INT variables, which is not true on typical 32-bit hosts.
8191 The code messed up by falsely reporting buffer overflow in cases
8192 such as (insert-file-contents "big" nil 1 2) into an empty buffer
8193 when "big" contains more than 2**29 bytes, even though this
8194 inserts just one byte and does not overflow the buffer.
8195 (Finsert_file_contents): Store file offsets as off_t
8196 values, not as EMACS_INT values. Check for overflow when
8197 converting between EMACS_INT and off_t. When checking for
8198 buffer overflow or for overlap, take the offsets into account.
8199 Don't use EMACS_INT for small values where int suffices.
8200 When checking for overlap, fix a typo: ZV was used where
8201 ZV_BYTE was intended.
8202 (Fwrite_region): Don't assume off_t fits into 'long'.
8203 * buffer.h (struct buffer.modtime_size): Now off_t, not EMACS_INT.
8204
8205 2011-09-05 Michael Albinus <michael.albinus@gmx.de>
8206
8207 * dbusbind.c (xd_signature_cat): Rename from signature_cat.
8208
8209 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
8210
8211 sprintf-related integer and memory overflow issues (Bug#9412).
8212
8213 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
8214 (esprintf, exprintf, evxprintf): New functions.
8215 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
8216 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
8217 (modify_event_symbol): Do not assume that the length of
8218 name_alist_or_stem is safe to alloca and fits in int.
8219 (Fexecute_extended_command): Likewise for function name and binding.
8220 (Frecursion_depth): Wrap around reliably on integer overflow.
8221 * keymap.c (push_key_description): First arg is now EMACS_INT, not int,
8222 since some callers pass EMACS_INT values.
8223 (Fsingle_key_description): Don't crash if symbol name contains more
8224 than MAX_ALLOCA bytes.
8225 * minibuf.c (minibuf_level): Now EMACS_INT, not int.
8226 (get_minibuffer): Arg is now EMACS_INT, not int.
8227 * lisp.h (get_minibuffer, push_key_description): Reflect API changes.
8228 (esprintf, exprintf, evxprintf): New decls.
8229 * window.h (command_loop_level, minibuf_level): Reflect API changes.
8230
8231 * dbusbind.c (signature_cat): New function.
8232 (xd_signature, Fdbus_register_signal):
8233 Do not overrun buffer; instead, report string overflow.
8234
8235 * dispnew.c (add_window_display_history): Don't overrun buffer.
8236 Truncate instead; this is OK since it's just a log.
8237
8238 * editfns.c (Fcurrent_time_zone): Don't overrun buffer
8239 even if the time zone offset is outlandishly large.
8240 Don't mishandle offset == INT_MIN.
8241
8242 * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
8243 when creating daemon; the previous buffer-overflow check was incorrect.
8244
8245 * eval.c (verror): Simplify by rewriting in terms of evxprintf,
8246 which has the guts of the old verror function.
8247
8248 * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;
8249 use SAFE_ALLOCA instead. Use esprintf to avoid int-overflow issues.
8250
8251 * font.c: Include <float.h>, for DBL_MAX_10_EXP.
8252 (font_unparse_xlfd): Don't blindly alloca long strings.
8253 Don't assume XINT result fits in int, or that XFLOAT_DATA * 10
8254 fits in int, when using sprintf. Use single snprintf to count
8255 length of string rather than counting it via multiple sprintfs;
8256 that's simpler and more reliable.
8257 (font_unparse_fcname): Use it to avoid sprintf buffer overrun.
8258 (generate_otf_features) [0 && HAVE_LIBOTF]: Use esprintf, not
8259 sprintf, in case result does not fit in int.
8260
8261 * fontset.c (num_auto_fontsets): Now printmax_t, not int.
8262 (fontset_from_font): Print it.
8263
8264 * frame.c (tty_frame_count): Now printmax_t, not int.
8265 (make_terminal_frame, set_term_frame_name): Print it.
8266 (x_report_frame_params): In X, window IDs are unsigned long,
8267 not signed long, so print them as unsigned.
8268 (validate_x_resource_name): Check for implausibly long names,
8269 and don't assume name length fits in 'int'.
8270 (x_get_resource_string): Don't blindly alloca invocation name;
8271 use SAFE_ALLOCA. Use esprintf, not sprintf, in case result does
8272 not fit in int.
8273
8274 * gtkutil.c: Include <float.h>, for DBL_MAX_10_EXP.
8275 (xg_check_special_colors, xg_set_geometry):
8276 Make sprintf buffers a bit bigger, to avoid potential buffer overrun.
8277
8278 * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.
8279 Use esprintf, not sprintf, in case result does not fit in int.
8280
8281 * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.
8282 (Fend_kbd_macro): Don't mishandle MOST_NEGATIVE_FIXNUM by treating
8283 it as a large positive number.
8284 (Fexecute_kbd_macro): Don't assume repeat count fits in int.
8285 * macros.h (executing_kbd_macro_iterations): Now EMACS_INT, not int.
8286
8287 * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,
8288 in case result does not fit in int.
8289
8290 * print.c (float_to_string): Detect width overflow more reliably.
8291 (print_object): Make sprintf buffer a bit bigger, to avoid potential
8292 buffer overrun. Don't assume list length fits in 'int'. Treat
8293 print length of 0 as 0, not as infinity; to be consistent with other
8294 uses of print length in this function. Don't overflow print length
8295 index. Don't assume hash table size fits in 'long', or that
8296 vectorlike size fits in 'unsigned long'.
8297
8298 * process.c (make_process): Use printmax_t, not int, to format
8299 process-name gensyms.
8300
8301 * sysdep.c (snprintf) [! HAVE_SNPRINTF]: New function.
8302
8303 * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger
8304 to avoid potential buffer overrun.
8305
8306 * xfaces.c (x_update_menu_appearance): Don't overrun buffer
8307 if X resource line is longer than 512 bytes.
8308
8309 * xfns.c (x_window): Make sprintf buffer a bit bigger
8310 to avoid potential buffer overrun.
8311
8312 * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.
8313
8314 * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
8315
8316 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
8317
8318 Integer overflow fixes for scrolling, etc.
8319 Without these, Emacs silently mishandles large integers sometimes.
8320 For example, "C-u 4294967297 M-x recenter" was treated as if
8321 it were "C-u 1 M-x recenter" on a typical 64-bit host.
8322
8323 * xdisp.c (try_window_id): Check Emacs fixnum range before
8324 converting to 'int'.
8325
8326 * window.c (window_scroll_line_based, Frecenter):
8327 Check that an Emacs fixnum is in range before assigning it to 'int'.
8328 (Frecenter, Fmove_to_window_line): Use EMACS_INT, not int, for
8329 values converted from Emacs fixnums.
8330 (Frecenter): Don't wrap around a line count if it is out of 'int'
8331 range; instead, treat it as an extreme value.
8332 (Fset_window_configuration, compare_window_configurations):
8333 Use ptrdiff_t, not int, for index that might exceed 2 GiB.
8334
8335 * search.c (Freplace_match): Use ptrdiff_t, not int, for indexes
8336 that can exceed INT_MAX. Check that EMACS_INT value is in range
8337 before assigning it to the (possibly-narrower) index.
8338 (match_limit): Don't assume that a fixnum can fit in 'int'.
8339
8340 * print.c (print_object): Use ptrdiff_t, not int, for index that can
8341 exceed INT_MAX.
8342
8343 * indent.c (position_indentation): Now takes ptrdiff_t, not int.
8344 (Fvertical_motion): Don't wrap around LINES values that don't fit
8345 in 'int'. Instead, treat them as extreme values. This is good
8346 enough for windows, which can't have more than INT_MAX lines anyway.
8347
8348 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8349
8350 * Require libxml/parser.h to avoid compilation warning.
8351
8352 * emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
8353
8354 * xml.c (parse_region): Don't call xmlCleanupParser after parsing,
8355 since this reportedly can destroy thread storage.
8356
8357 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
8358
8359 * syntax.c (find_defun_start): Update all cache variables if
8360 exiting early (Bug#9401).
8361
8362 2011-08-30 Eli Zaretskii <eliz@gnu.org>
8363
8364 * image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.
8365
8366 * xdisp.c (produce_stretch_glyph): No longer static, compiled also
8367 when HAVE_WINDOW_SYSTEM is not defined. Support both GUI and TTY
8368 frames. Call tty_append_glyph in the TTY case. (Bug#9402)
8369
8370 * term.c (tty_append_glyph): New function.
8371 (produce_stretch_glyph): Static function and its prototype deleted.
8372
8373 * dispextern.h (produce_stretch_glyph, tty_append_glyph):
8374 Add prototypes.
8375
8376 2011-08-29 Paul Eggert <eggert@cs.ucla.edu>
8377
8378 * image.c (parse_image_spec): Check for nonnegative, not for positive,
8379 when checking :margin (Bug#9390).
8380 (IMAGE_NON_NEGATIVE_INTEGER_VALUE_OR_PAIR):
8381 Rename from IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR,
8382 so that the name doesn't mislead. All uses changed.
8383
8384 2011-08-28 Johan Bockgård <bojohan@gnu.org>
8385
8386 * term.c (init_tty) [HAVE_GPM]: Move mouse settings after
8387 set_tty_hooks.
8388
8389 2011-08-27 Eli Zaretskii <eliz@gnu.org>
8390
8391 * xdisp.c (move_it_to): Don't bail out early when reaching
8392 position beyond to_charpos, if we are scanning backwards.
8393 (move_it_vertically_backward): When DY == 0, make sure we get to
8394 the first character in the line after the newline.
8395
8396 2011-08-27 Paul Eggert <eggert@cs.ucla.edu>
8397
8398 * ccl.c: Improve and simplify overflow checking (Bug#9196).
8399 (ccl_driver): Do not generate an out-of-range pointer.
8400 (Fccl_execute_on_string): Remove unnecessary check for
8401 integer overflow, noted by Stefan Monnier in
8402 <http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00979.html>.
8403 Remove a FIXME that didn't need fixing.
8404 Simplify the newly-introduced buffer reallocation code.
8405
8406 2011-08-27 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.
8409
8410 2011-08-26 Paul Eggert <eggert@cs.ucla.edu>
8411
8412 Integer and memory overflow issues (Bug#9196).
8413
8414 * doc.c (get_doc_string): Rework so that
8415 get_doc_string_buffer_size is the actual buffer size, rather than
8416 being 1 less than the actual buffer size; this makes xpalloc more
8417 convenient.
8418
8419 * image.c (x_allocate_bitmap_record, cache_image):
8420 * xselect.c (Fx_register_dnd_atom):
8421 Simplify previous changes by using xpalloc.
8422
8423 * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
8424 since either will do and ptrdiff_t is convenient with xpalloc.
8425
8426 * charset.c (charset_table_size)
8427 (struct charset_sort_data.priority): Now ptrdiff_t.
8428 (charset_compare): Don't overflow if priorities differ greatly.
8429 (Fsort_charsets): Don't assume list length fits in int.
8430 Check for size-calculation overflow when allocating sort data.
8431 (syms_of_charset): Allocate an initial charset table that is
8432 just under 64 KiB, to avoid problems with glibc malloc and mmap.
8433
8434 * cmds.c (internal_self_insert): Check for size-calculation overflow.
8435
8436 * composite.h (struct composition.glyph_len): Now int, not unsigned.
8437 The actual value is always <= INT_MAX, and leaving it unsigned made
8438 overflow checking harder.
8439
8440 * dispextern.h (struct glyph_matrix.rows_allocated)
8441 (struct face_cache.size): Now ptrdiff_t, for convenience in use
8442 with xpalloc. The values are still always <= INT_MAX.
8443
8444 * indent.c (compute_motion): Adjust to region_cache_forward sig change.
8445
8446 * lisp.h (xnmalloc, xnrealloc, xpalloc): New decls.
8447 (SAFE_NALLOCA): New macro.
8448
8449 * region-cache.c (struct boundary.pos, find_cache_boundary)
8450 (move_cache_gap, insert_cache_boundary, delete_cache_boundaries)
8451 (set_cache_region, invalidate_region_cache)
8452 (revalidate_region_cache, know_region_cache, region_cache_forward)
8453 (region_cache_backward, pp_cache):
8454 Use ptrdiff_t, not EMACS_INT, since either will do. This is needed
8455 so that ptrdiff_t * can be passed to xpalloc.
8456 (struct region_cache): Similarly, for gap_start, gap_len, cache_len,
8457 beg_unchanged, end_unchanged, buffer_beg, buffer_end members.
8458 (pp_cache): Don't assume cache_len fits in int.
8459 * region-cache.h: Adjust extern decls to match.
8460
8461 * search.c (scan_buffer, Freplace_match): Use ptrdiff_t, not
8462 EMACS_INT, since either will do, for xpalloc.
8463
8464 * alloc.c: Include verify.h, and check that int fits in ptrdiff_t.
8465 (xnmalloc, xnrealloc, xpalloc): New functions.
8466
8467 * bidi.c (bidi_shelve_header_size): New constant.
8468 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
8469 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
8470
8471 * bidi.c (bidi_cache_shrink):
8472 * buffer.c (overlays_at, overlays_in, record_overlay_string)
8473 (overlay_strings):
8474 Don't update size of array until after memory allocation succeeds,
8475 because xmalloc/xrealloc may not return.
8476 (struct sortstrlist.bytes): Now ptrdiff_t, as EMACS_INT doesn't help
8477 now that we have proper integer overflow checking.
8478 (record_overlay_string, overlay_strings): Catch overflows when
8479 calculating size of overlay_str_buf.
8480
8481 * callproc.c (Fcall_process): Check for size overflow when
8482 calculating size of args2.
8483 (child_setup): Avoid overflow by using size_t rather than ptrdiff_t.
8484 Normally we prefer signed values, but sticking with ptrdiff_t would
8485 require adding more-complicated checks.
8486
8487 * ccl.c (Fccl_execute_on_string): Check for memory overflow.
8488 Use ptrdiff_t rather than EMACS_INT where ptrdiff_t will do.
8489 Redo buffer-overflow calculations to avoid integer overflow.
8490 Add a FIXME comment where memory seems to be over-allocated.
8491
8492 * character.c (Fstring): Check for size-calculation overflow.
8493
8494 * coding.c (produce_chars): Redo buffer-overflow calculations to avoid
8495 unnecessary integer overflow. Check for size overflow.
8496 (encode_coding_object): Don't update size until xmalloc succeeds.
8497
8498 * composite.c (get_composition_id): Check for overflow in glyph
8499 length calculations.
8500
8501 Integer and memory overflow fixes for display code.
8502 * dispextern.h (struct glyph_pool.nglyphs): Now ptrdiff_t, not int.
8503 * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool)
8504 (scrolling_window): Check for overflow in size calculations.
8505 (line_draw_cost, realloc_glyph_pool, add_row_entry):
8506 Don't assume glyph table len fits in int.
8507 (struct row_entry.bucket, row_entry_pool_size, row_entry_idx)
8508 (row_table_size): Now ptrdiff_t, not int.
8509 (scrolling_window): Avoid overflow in size calculations.
8510 Don't update size until allocation succeeds.
8511 * fns.c (concat): Check for overflow in size calculations.
8512 (next_almost_prime): Verify NEXT_ALMOST_PRIME_LIMIT.
8513 * lisp.h (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
8514 (NEXT_ALMOST_PRIME_LIMIT): New constant.
8515
8516 * doc.c (get_doc_string_buffer_size): Now ptrdiff_t, not int.
8517 (get_doc_string): Check for size calculation overflow.
8518 Don't update size until allocation succeeds.
8519 (get_doc_string, Fsubstitute_command_keys): Use ptrdiff_t, not
8520 EMACS_INT, where ptrdiff_t will do.
8521 (Fsubstitute_command_keys): Check for string overflow.
8522
8523 * editfns.c (set_time_zone_rule): Don't assume environment length
8524 fits in int.
8525 (message_length): Now ptrdiff_t, not int.
8526 (Fmessage_box): Don't update size until allocation succeeds.
8527 Don't assume message length fits in int.
8528 (Fformat): Use ptrdiff_t, not EMACS_INT, where ptrdiff_t will do.
8529
8530 * emacs.c (main): Do not reallocate argv, since there is a null at
8531 the end that can be overwritten, and this way there's no need to
8532 worry about size-calculation overflow.
8533 (sort_args): Check for size-calculation overflow.
8534
8535 * eval.c (init_eval_once, grow_specpdl): Don't update size until
8536 alloc succeeds.
8537 (call_debugger, grow_specpdl): Redo calculations to avoid overflow.
8538
8539 * frame.c (set_menu_bar_lines, x_set_frame_parameters)
8540 (x_set_scroll_bar_width, x_figure_window_size):
8541 Check for integer overflow.
8542 (x_set_alpha): Do not assume XINT fits in int.
8543
8544 * frame.h (struct frame): Use int, not EMACS_INT, where int works.
8545 This is for the members text_lines, text_cols, total_lines, total_cols,
8546 where the system imposes an 'int' limit.
8547
8548 * fringe.c (Fdefine_fringe_bitmap):
8549 Don't update size until alloc works.
8550
8551 * ftfont.c (ftfont_get_open_type_spec, setup_otf_gstring)
8552 (ftfont_shape_by_flt): Check for integer overflow in size calculations.
8553
8554 * gtkutil.c (get_utf8_string, xg_store_widget_in_map):
8555 Check for size-calculation overflow.
8556 (get_utf8_string): Use ptrdiff_t, not size_t, where either will
8557 do, as we prefer signed integers.
8558 (id_to_widget.max_size, id_to_widget.used)
8559 (xg_store_widget_in_map, xg_remove_widget_from_map)
8560 (xg_get_widget_from_map, xg_get_scroll_id_for_window)
8561 (xg_remove_scroll_bar, xg_update_scrollbar_pos):
8562 Use and return ptrdiff_t, not int.
8563 (xg_gtk_scroll_destroy): Don't assume ptrdiff_t fits in int.
8564 * gtkutil.h: Change prototypes to match the above.
8565
8566 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): Remove; these
8567 are duplicate now that they've been promoted to lisp.h.
8568 (x_allocate_bitmap_record, x_alloc_image_color)
8569 (make_image_cache, cache_image, xpm_load):
8570 Don't update size until alloc is done.
8571 (xpm_load, lookup_rgb_color, lookup_pixel_color, x_to_xcolors)
8572 (x_detect_edges):
8573 Check for size calculation overflow.
8574 (ct_colors_allocated_max): New constant.
8575 (x_to_xcolors, x_detect_edges): Reorder multiplicands to avoid
8576 overflow.
8577
8578 * keyboard.c (read_char, menu_bar_items, tool_bar_items)
8579 (read_char_x_menu_prompt, read_char_minibuf_menu_width)
8580 (read_char_minibuf_menu_prompt, follow_key, read_key_sequence):
8581 Use ptrdiff_t, not int, to count maps.
8582 (read_char_minibuf_menu_prompt): Check for overflow in size
8583 calculations. Don't update size until allocation succeeds.
8584 Redo calculations to avoid overflow.
8585 * keyboard.h: Change prototypes to match the above.
8586
8587 * keymap.c (cmm_size, current_minor_maps): Use ptrdiff_t, not int,
8588 to count maps.
8589 (current_minor_maps): Check for size calculation overflow.
8590 * keymap.h: Change prototypes to match the above.
8591
8592 * lread.c (read1, init_obarray): Don't update size until alloc done.
8593
8594 * macros.c (Fstart_kbd_macro): Don't update size until alloc done.
8595 (store_kbd_macro_char): Reorder multiplicands to avoid overflow.
8596
8597 * nsterm.h (struct ns_color_table.size, struct ns_color_table.avail):
8598 Now ptrdiff_t, not int.
8599 * nsterm.m (ns_index_color): Use ptrdiff_t, not int, for table indexes.
8600 (ns_draw_fringe_bitmap): Rewrite to avoid overflow.
8601
8602 * process.c (Fnetwork_interface_list): Check for overflow
8603 in size calculation.
8604
8605 * region-cache.c (move_cache_gap): Check for size calculation overflow.
8606
8607 * scroll.c (do_line_insertion_deletion_costs): Check for size calc
8608 overflow. Don't bother calling xmalloc when xrealloc will do.
8609
8610 * search.c (Freplace_match): Check for size calculation overflow.
8611 (Fset_match_data): Don't assume list lengths fit in 'int'.
8612
8613 * sysdep.c (system_process_attributes): Use ptrdiff_t, not int,
8614 for command line length. Do not attempt to address one before the
8615 beginning of an array, as that's not portable.
8616
8617 * term.c (max_frame_lines): Remove; unused.
8618 (encode_terminal_src_size, encode_terminal_dst_size): Now ptrdiff_t,
8619 not int.
8620 (encode_terminal_code, calculate_costs): Check for size
8621 calculation overflow.
8622 (encode_terminal_code): Use ptrdiff_t, not int, to record glyph
8623 table lengths and related sizes. Don't update size until alloc
8624 done. Redo calculations to avoid overflow.
8625 (calculate_costs): Don't bother calling xmalloc when xrealloc will do.
8626
8627 * termcap.c (tgetent): Use ptrdiff_t, not int, to record results of
8628 subtracting pointers.
8629 (gobble_line): Check for overflow more carefully. Don't update size
8630 until alloc done.
8631
8632 * tparam.c (tparam1): Use ptrdiff_t, not int, for sizes.
8633 Don't update size until alloc done.
8634 Redo size calculations to avoid overflow.
8635 Check for size calculation overflow.
8636 (main) [DEBUG]: Fix typo in invoking tparam1.
8637
8638 * xdisp.c (store_mode_line_noprop_char, x_consider_frame_title):
8639 Use ptrdiff_t, not int, for sizes.
8640 (store_mode_line_noprop_char): Don't update size until alloc done.
8641
8642 * xfaces.c (lface_id_to_name_size, Finternal_make_lisp_face):
8643 Use ptrdiff_t, not int, for sizes.
8644 (Finternal_make_lisp_face, cache_face):
8645 Check for size calculation overflow.
8646 (cache_face): Treat size calculation overflows as if they were
8647 memory exhaustion (the usual treatment), rather than aborting.
8648
8649 * xfns.c (x_encode_text, x_set_name_internal)
8650 (Fx_change_window_property): Use ptrdiff_t, not int, to count
8651 sizes, since they can exceed INT_MAX in size. Check for size
8652 calculation overflow.
8653
8654 * xgselect.c (gfds_size): Now ptrdiff_t, for convenience with xpalloc.
8655 (xg_select): Check for size calculation overflow.
8656 Don't update size until alloc done.
8657
8658 * xrdb.c (get_environ_db): Don't assume path length fits in int,
8659 as sprintf is limited to int lengths.
8660
8661 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
8662 (X_LONG_MIN): New macros.
8663 Use them to make the following changes clearer.
8664 (MAX_SELECTION_QUANTUM): Make the other bounds on this value clearer.
8665 This change doesn't affect the value now, but it may help remind
8666 future maintainers not to raise the value too much later.
8667 (SELECTION_QUANTUM): Remove, replacing with ...
8668 (selection_quantum): ... new function, which avoids overflow.
8669 All uses changed.
8670 (struct selection_data.size): Now ptrdiff_t, not int, to avoid
8671 assumption that selection length fits in 'int'.
8672 (x_reply_selection_request, x_handle_selection_request)
8673 (x_get_window_property, receive_incremental_selection)
8674 (x_get_window_property_as_lisp_data, selection_data_to_lisp_data)
8675 (lisp_data_to_selection_data, clean_local_selection_data):
8676 Use ptrdiff_t, not int, to record length of selection.
8677 (x_reply_selection_request, x_get_window_property)
8678 (receive_incremental_selection, x_property_data_to_lisp):
8679 Redo calculations to avoid overflow.
8680 (x_reply_selection_request): When sending hint, ceiling it at
8681 X_LONG_MAX rather than relying on wraparound overflow to send
8682 something.
8683 (x_get_window_property, receive_incremental_selection)
8684 (lisp_data_to_selection_data, x_property_data_to_lisp):
8685 Check for size-calculation overflow.
8686 (x_get_window_property, receive_incremental_selection)
8687 (lisp_data_to_selection_data, Fx_register_dnd_atom):
8688 Don't store size until memory allocation succeeds.
8689 (x_get_window_property): Plug memory leak on memory exhaustion.
8690 Don't double-block input; malloc is safe here. Don't assume 2**34
8691 - 4 fits in unsigned long. Add an xassert to check
8692 XGetWindowProperty overflow. Be more careful about overflow
8693 calculations, and distinguish size from memory overflow better.
8694 (receive_incremental_selection): When tracing, don't assume
8695 unsigned int is less than INT_MAX.
8696 (x_selection_data_to_lisp_data): Remove unnecessary (and in theory
8697 harmful) conversions of unsigned short to int.
8698 (lisp_data_to_selection_data): Don't assume that integers
8699 in the range -65535 through -1 fit in an X unsigned short.
8700 Don't assume that ULONG_MAX == X_ULONG_MAX. Don't store into
8701 result parameters unless successful. Rely on cons_to_unsigned
8702 to report problems with elements; the old code wasn't right anyway.
8703 (x_check_property_data): Check for int overflow; we cannot use
8704 a wider type due to X limits.
8705 (x_handle_dnd_message): Use unsigned int, to avoid int overflow.
8706
8707 * xsmfns.c (smc_save_yourself_CB): Check for size calc overflow.
8708
8709 * xterm.c (x_color_cells, x_send_scrollbar_event, handle_one_xevent)
8710 (x_term_init): Check for size calculation overflow.
8711 (x_color_cells): Don't store size until memory allocation succeeds.
8712 (handle_one_xevent): Use ptrdiff_t, not int, for byte counts.
8713 Don't assume alloca size is less than MAX_ALLOCA.
8714 (x_term_init): Don't assume length fits in int (sprintf is limited
8715 to int size).
8716
8717 Use ptrdiff_t for composition IDs.
8718 * character.c (lisp_string_width):
8719 * composite.c (composition_table_size, n_compositions)
8720 (get_composition_id, composition_gstring_from_id):
8721 * dispextern.h (struct glyph_string.cmp_id, struct composition_it.id):
8722 * xdisp.c (BUILD_COMPOSITE_GLYPH_STRING):
8723 * window.c (Frecenter):
8724 Use ptrdiff_t, not int, for composition IDs.
8725 * composite.c (get_composition_id): Check for integer overflow.
8726 * composite.h: Adjust prototypes to match the above changes.
8727
8728 Use ptrdiff_t for hash table indexes.
8729 * category.c (hash_get_category_set):
8730 * ccl.c (ccl_driver):
8731 * charset.h (struct charset.hash_index, CHECK_CHARSET_GET_ID):
8732 * coding.c (coding_system_charset_list, detect_coding_system):
8733 * coding.h (struct coding_system.id):
8734 * composite.c (get_composition_id, gstring_lookup_cache):
8735 * fns.c (hash_lookup, hash_put, Fgethash, Fputhash):
8736 * image.c (xpm_get_color_table_h):
8737 * lisp.h (hash_lookup, hash_put):
8738 * minibuf.c (Ftest_completion):
8739 Use ptrdiff_t for hash table indexes, not int (which is too
8740 narrow, on 64-bit hosts) or EMACS_INT (which is too wide, on
8741 32-bit --with-wide-int hosts).
8742
8743 * charset.c (Fdefine_charset_internal): Check for integer overflow.
8744 Add a FIXME comment about memory leaks.
8745 (syms_of_charset): Don't assume xmalloc returns.
8746
8747 Don't assume that stated character widths fit in int.
8748 * character.c (Fchar_width, c_string_width, lisp_string_width):
8749 * character.h (CHAR_WIDTH):
8750 * indent.c (MULTIBYTE_BYTES_WIDTH):
8751 Use sanitize_char_width to avoid undefined and/or bad behavior
8752 with outlandish widths.
8753 * character.h (sanitize_tab_width): Rename from sanitize_width,
8754 now that we have two such functions. All uses changed.
8755 (sanitize_char_width): New inline function.
8756
8757 Don't assume that tab-width fits in int.
8758 * character.h (sanitize_width): New inline function.
8759 (SANE_TAB_WIDTH): New macro.
8760 (ASCII_CHAR_WIDTH): Use it.
8761 * indent.c (sane_tab_width): Remove. All uses replaced by
8762 SANE_TAB_WIDTH (current_buffer).
8763 * xdisp.c (init_iterator): Use SANE_TAB_WIDTH.
8764
8765 * fileio.c: Integer overflow issues with file modes.
8766 (Fset_file_modes, auto_save_1): Don't assume EMACS_INT fits in int.
8767
8768 * charset.c (read_hex): New arg OVERFLOW. All uses changed.
8769 Remove unreachable code.
8770 (read_hex, load_charset_map_from_file): Check for integer overflow.
8771
8772 * xterm.c: Don't go over XClientMessageEvent limit.
8773 (scroll_bar_windows_size): Now ptrdiff_t, as we prefer signed.
8774 (x_send_scroll_bar_event): Likewise. Check that the size does not
8775 exceed limits imposed by XClientMessageEvent, as well as the usual
8776 ptrdiff_t and size_t limits.
8777
8778 * keyboard.c: Overflow, signedness and related fixes.
8779 (make_lispy_movement): Use same integer type in forward decl
8780 that is used in the definition.
8781 (read_key_sequence, keyremap_step):
8782 Change bufsize argument back to int, undoing my 2011-03-30 change.
8783 We prefer signed types, and int is wide enough here.
8784 (parse_tool_bar_item): Don't assume tool_bar_max_label_size is less
8785 than TYPE_MAXIMUM (EMACS_INT) / 2. Don't let the label size grow
8786 larger than STRING_BYTES_BOUND. Use ptrdiff_t for Emacs string
8787 length, not size_t. Use ptrdiff_t for index, not int.
8788 (keyremap_step, read_key_sequence): Redo bufsize check to avoid
8789 possibility of integer overflow.
8790
8791 Overflow, signedness and related fixes for images.
8792
8793 * dispextern.h (struct it.stack[0].u.image.image_id)
8794 (struct_it.image_id, struct image.id, struct image_cache.size)
8795 (struct image_cache.used, struct image_cache.ref_count):
8796 * gtkutil.c (update_frame_tool_bar):
8797 * image.c (x_reference_bitmap, Fimage_size, Fimage_mask_p)
8798 (Fimage_metadata, free_image_cache, clear_image_cache, lookup_image)
8799 (cache_image, mark_image_cache, x_kill_gs_process, Flookup_image):
8800 * nsmenu.m (update_frame_tool_bar):
8801 * xdisp.c (calc_pixel_width_or_height):
8802 * xfns.c (image_cache_refcount):
8803 Image IDs are now ptrdiff_t, not int, to avoid arbitrary limits
8804 on typical 64-bit hosts.
8805
8806 * image.c (RANGED_INTEGERP, TYPE_RANGED_INTEGERP): New macros.
8807 (x_bitmap_pixmap, x_create_x_image_and_pixmap):
8808 Omit unnecessary casts to int.
8809 (parse_image_spec): Check that integers fall into 'int' range
8810 when the callers expect that.
8811 (image_ascent): Redo ascent calculation to avoid int overflow.
8812 (clear_image_cache): Avoid overflow when sqrt (INT_MAX) < nimages.
8813 (lookup_image): Remove unnecessary tests.
8814 (xbm_image_p): Locals are now of int, not EMACS_INT,
8815 since parse_image_check makes sure they fit into int.
8816 (png_load, gif_load, svg_load_image):
8817 Prefer int to unsigned where either will do.
8818 (tiff_handler): New function, combining the cores of the
8819 old tiff_error_handler and tiff_warning_handler.
8820 This function is rewritten to use vsnprintf and thereby avoid
8821 stack buffer overflows. It uses only the features of vsnprintf
8822 that are common to both POSIX and native Microsoft.
8823 (tiff_error_handler, tiff_warning_handler): Use it.
8824 (tiff_load, gif_load, imagemagick_load_image):
8825 Don't assume :index value fits in 'int'.
8826 (gif_load): Omit unnecessary cast to double, and avoid double-rounding.
8827 (imagemagick_load_image): Check that crop parameters fit into
8828 the integer types that MagickCropImage accepts. Don't assume
8829 Vimagemagick_render_type has a nonnegative value. Don't assume
8830 size_t fits in 'long'.
8831 (gs_load): Use printmax_t to print the widest integers possible.
8832 Check for integer overflow when computing image height and width.
8833
8834 2011-08-26 Eli Zaretskii <eliz@gnu.org>
8835
8836 * xdisp.c (redisplay_window): Don't force window start if point
8837 will be invisible in the resulting window. (Bug#9324)
8838
8839 2011-08-25 Eli Zaretskii <eliz@gnu.org>
8840
8841 * xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when
8842 the display spec is of the form `(space ...)'.
8843 (handle_display_spec): Return the value returned by
8844 handle_single_display_spec, not just 1 or zero.
8845 (handle_single_display_spec): If the display spec is of the form
8846 `(space ...)', and specifies display in the text area, return 2
8847 rather than 1.
8848 (try_cursor_movement): Check for the need to scroll more
8849 accurately, and prefer exact match for point under bidi.
8850 Don't advance `row' beyond the last row of the window.
8851
8852 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
8853 into disp_prop; all users changed.
8854
8855 * bidi.c (bidi_fetch_char): If compute_display_string_pos returns
8856 DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character
8857 for the text covered by the display property.
8858
8859 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
8860
8861 * buffer.c (Fbury_buffer_internal): Rename from Funrecord_buffer.
8862 Change return value to nil.
8863 (Frecord_buffer): Delete unused function.
8864
8865 2011-08-24 Eli Zaretskii <eliz@gnu.org>
8866
8867 * xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte
8868 buffers, return left-to-right.
8869 (set_cursor_from_row): Consider candidate row a win if its glyph
8870 represents a newline and point is on that newline. Fixes cursor
8871 positioning on the newline at EOL of R2L text within L2R
8872 paragraph, and vice versa.
8873 (try_cursor_movement): Check continued rows, in addition to
8874 continuation rows. Fixes unwarranted scroll when point enters a
8875 continued line of R2L text within an L2R paragraph, or vice versa.
8876 (cursor_row_p): Consider the case of point being equal to
8877 MATRIX_ROW_END_CHARPOS. Prevents cursor being stuck when moving
8878 from the end of a short line to the beginning of a continued line
8879 of R2L text within L2R paragraph.
8880 (RECORD_MAX_MIN_POS): For max_pos, use IT_CHARPOS even for
8881 composed characters.
8882
8883 * bidi.c (bidi_check_type): Use xassert.
8884 (bidi_cache_iterator_state): Update the disp_pos and disp_prop_p
8885 members.
8886
8887 2011-08-23 Eli Zaretskii <eliz@gnu.org>
8888
8889 * bidi.c (bidi_get_type): Abort if we get zero as the bidi type of
8890 a character.
8891
8892 2011-08-23 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * nsfont.m (ns_otf_to_script): Fix typo.
8895
8896 2011-08-22 Kenichi Handa <handa@m17n.org>
8897
8898 * chartab.c (Fset_char_table_extra_slot): Do not inhibit setting a
8899 extra slot even if the purpose is char-code-property-table.
8900
8901 2011-08-23 Eli Zaretskii <eliz@gnu.org>
8902
8903 * xdisp.c (redisplay_window): When computing centering_position,
8904 account for the height of the header line. (Bug#8874)
8905
8906 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
8907 instead of CHAR_TO_BYTE. Fixes a crash when a completion
8908 candidate is selected by the mouse, and that candidate has a
8909 composed character under the mouse.
8910
8911 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
8912 coordinates reported by pos-visible-in-window-p for a composed
8913 character in column zero.
8914
8915 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * cmds.c (Fself_insert_command): Mention post-self-insert-hook.
8918
8919 2011-08-22 Eli Zaretskii <eliz@gnu.org>
8920
8921 * xdisp.c (BUFFER_POS_REACHED_P): If this is a composition,
8922 consider it a hit if to_charpos is anywhere in the range of the
8923 composed buffer positions.
8924
8925 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * image.c (gif_load): Don't assume that each subimage has the same
8928 dimensions as the base image. Handle disposal method that is
8929 "undefined" by the gif spec (Bug#9335).
8930
8931 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
8932
8933 * eval.c (Fsignal): Handle `debug' symbol in error handler (Bug#9329).
8934 (Fcondition_case): Document `debug' symbol in error handler.
8935
8936 2011-08-19 Eli Zaretskii <eliz@gnu.org>
8937
8938 * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of
8939 face ID by FACE_FROM_ID, and avoid a crash when mouse is moved
8940 from an Org mode buffer to a Speedbar frame.
8941
8942 * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from
8943 a composition, take its buffer position from IT->cmp_it.charpos.
8944 Fixes cursor positioning at the beginning of a line that begins
8945 with a composed character.
8946
8947 2011-08-18 Eli Zaretskii <eliz@gnu.org>
8948
8949 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
8950 character bidirectional type, use STRONG_L instead. Fixes crashes
8951 in a buffer produced by `describe-categories'.
8952
8953 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
8954 members before the level stack, so they would be saved and
8955 restored when copying iterator state. Fixes incorrect reordering
8956 around TABs covered by display properties.
8957
8958 2011-08-18 Andreas Schwab <schwab@linux-m68k.org>
8959
8960 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
8961
8962 2011-08-17 Chong Yidong <cyd@stupidchicken.com>
8963
8964 * eval.c (internal_condition_case, internal_condition_case_1)
8965 (internal_condition_case_2, internal_condition_case_n):
8966 Remove unnecessary aborts (Bug#9081).
8967
8968 2011-08-17 Eli Zaretskii <eliz@gnu.org>
8969
8970 * lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
8971 has no `load' handler, try opening the file locally. (Bug#9311)
8972
8973 2011-08-16 Ken Brown <kbrown@cornell.edu>
8974
8975 * gmalloc.c: Expand comment.
8976
8977 2011-08-16 Eli Zaretskii <eliz@gnu.org>
8978
8979 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
8980 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
8981
8982 2011-08-16 Ken Brown <kbrown@cornell.edu>
8983
8984 Fix memory allocation problems in Cygwin build (Bug#9273).
8985
8986 * unexcw.c ( __malloc_initialized): Declare external variable.
8987 (fixup_executable): Force the dumped emacs to reinitialize malloc.
8988
8989 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
8990 New variables.
8991 (malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
8992 dumped emacs.
8993 (_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
8994 in the static heap.
8995 [CYGWIN] (special_realloc): New function.
8996 (_realloc_internal_nolock) [CYGWIN]: Use the new function on
8997 requests to realloc storage in the static heap.
8998
8999 2011-08-15 Paul Eggert <eggert@cs.ucla.edu>
9000
9001 * bidi.c (bidi_initialize): Remove unused local.
9002
9003 2011-08-15 Eli Zaretskii <eliz@gnu.org>
9004
9005 * bidimirror.h:
9006 * biditype.h: Remove file.
9007 * makefile.w32-in ($(BLD)/bidi.$(O)):
9008 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
9009
9010 * dispextern.h: Fix a typo in the comment to bidi_type_t.
9011
9012 * chartab.c: Improve commentary for the uniprop_table API.
9013
9014 * bidi.c (bidi_paragraph_init): Support zero value of
9015 bidi_ignore_explicit_marks_for_paragraph_level.
9016 (bidi_initialize): Use uniprop_table instead of including
9017 biditype.h and bidimirror.h.
9018
9019 * xdisp.c (move_it_in_display_line_to): Don't reset pixel
9020 coordinates of the iterator when restoring from ppos_it.
9021 (Bug#9296)
9022
9023 2011-08-14 Kenichi Handa <handa@m17n.org>
9024
9025 * process.c (create_process): Call setup_process_coding_systems
9026 after the pid of the process is set to -1 (Bug#8162).
9027
9028 2011-08-14 Eli Zaretskii <eliz@gnu.org>
9029
9030 * xdisp.c (move_it_in_display_line_to): Don't invoke
9031 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
9032 ppos_it. Fixes vertical cursor motion when line beginning is
9033 covered by an image. (Bug#9296)
9034
9035 2011-08-14 Jan Djärv <jan.h.d@swipnet.se>
9036
9037 * nsterm.h (ns_run_ascript): Declare.
9038 (NSAPP_DATA2_RUNASSCRIPT): Define.
9039
9040 * nsfns.m (as_script, as_result, as_status): New static variables.
9041 (ns_run_ascript): New function.
9042 (Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
9043 event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
9044 the event loop. Get status from as_status (Bug#7276).
9045
9046 * nsterm.m (sendEvent): If event is NSApplicationDefined and
9047 data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
9048 the event loop (Bug#7276).
9049
9050 2011-08-14 Andreas Schwab <schwab@linux-m68k.org>
9051
9052 * gnutls.c (QCgnutls_bootprop_priority)
9053 (QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
9054 (QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
9055 (QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
9056 (QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
9057 (QCgnutls_bootprop_verify_hostname_error)
9058 (QCgnutls_bootprop_callbacks_verify): Rename from
9059 Qgnutls_bootprop_..., all uses changed.
9060
9061 * xfaces.c (QCignore_defface): Rename from Qignore_defface, all
9062 uses changed.
9063
9064 2011-08-14 Paul Eggert <eggert@cs.ucla.edu>
9065
9066 * xfaces.c (Qframe_set_background_mode): Now static.
9067 * dispextern.h (Qframe_set_background_mode): Remove decl.
9068
9069 * process.c (Fnetwork_interface_info): Declare local only if needed.
9070
9071 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
9072
9073 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
9074 (Fnetwork_interface_list): Allocate in increments of bytes instead
9075 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
9076 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
9077 sockaddr.
9078 (struct ifflag_def): notrailers is smart on OSX.
9079 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
9080 Get hardware address with getifaddrs if available.
9081
9082 2011-08-12 Eli Zaretskii <eliz@gnu.org>
9083
9084 * xdisp.c (iterate_out_of_display_property): xassert that
9085 IT->position is set to within IT->object's boundaries. Break from
9086 the loop as soon as EOB is reached; avoids infloops in redisplay
9087 when IT->position is set up wrongly due to some bug.
9088 Set IT->current to match the bidi iterator unconditionally.
9089 (push_display_prop): Allow GET_FROM_STRING as IT->method on
9090 entry. Force push_it to save on the stack the current
9091 buffer/string position, to be restored by pop_it. Fix flags in
9092 the iterator structure wrt the object coming from a display
9093 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
9094 properties. (Bug#9284)
9095
9096 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
9097
9098 * fontset.c (fontset_get_font_group): Add proper type checks.
9099 (Bug#9172)
9100
9101 2011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9102
9103 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
9104 and LC_VERSION_MIN_MACOSX.
9105 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
9106 (dump_it) [LC_FUNCTION_STARTS]: Use it.
9107
9108 2011-08-08 Eli Zaretskii <eliz@gnu.org>
9109
9110 * xdisp.c (forward_to_next_line_start): Allow to use the
9111 no-display-properties-and-no-overlays under bidi display.
9112 Set disp_pos in the bidi iterator to avoid searches for display
9113 properties and overlays.
9114
9115 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * editfns.c (Fset_time_zone_rule): Document relationship with the
9118 setenv function.
9119
9120 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
9121 the font entity extracted from the cache (Bug#8109).
9122
9123 2011-08-07 Chong Yidong <cyd@stupidchicken.com>
9124
9125 * composite.c (autocmp_chars): Don't reset point. That is done by
9126 restore_point_unwind (Bug#5984).
9127
9128 2011-08-07 Juri Linkov <juri@jurta.org>
9129
9130 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
9131 to show the arg `TIME' instead of `TIMEVAL'.
9132
9133 2011-08-06 Eli Zaretskii <eliz@gnu.org>
9134
9135 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a
9136 display property strides EOL and includes a newline, as in
9137 longlines-mode. (Bug#9254)
9138 (move_it_in_display_line_to): Fix vertical-motion in a buffer with
9139 word-wrap under bidirectional display. (Bug#9224)
9140
9141 * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
9142 is non-zero, even if the data buffer is NULL. Fixes a crash in
9143 vertical-motion with longlines-mode. (Bug#9254)
9144
9145 2011-08-05 Eli Zaretskii <eliz@gnu.org>
9146
9147 * bidi.c <bidi_cache_total_alloc>: Now static.
9148 (bidi_initialize): Initialize bidi_cache_total_alloc.
9149
9150 * xdisp.c (display_line): Release buffer allocated for shelved bidi
9151 cache. (Bug#9221)
9152
9153 * bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
9154 amount allocated this far in `bidi_cache_total_alloc'.
9155 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
9156 non-zero, only free the data buffer without restoring the cache
9157 contents. All callers changed.
9158
9159 * dispextern.h (bidi_unshelve_cache): Update prototype.
9160
9161 * xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
9162 (move_it_in_display_line, move_it_to)
9163 (move_it_vertically_backward, move_it_by_lines): Replace the call
9164 to xfree to an equivalent call to bidi_unshelve_cache.
9165 (move_it_in_display_line_to): Fix logic of returning
9166 MOVE_POS_MATCH_OR_ZV in the bidi case. (Bug#9224)
9167
9168 2011-08-05 Eli Zaretskii <eliz@gnu.org>
9169
9170 * xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
9171 came from a string character with a `cursor' property. (Bug#9229)
9172
9173 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
9174
9175 * Makefile.in (LIB_PTHREAD): New variable.
9176 (LIBES): Add LIB_PTHREAD (Bug#9216).
9177
9178 * alloc.c, emacs.c, gmalloc.c, gtkutil.c, keyboard.c, syssignal.h:
9179 Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
9180
9181 2011-08-04 Andreas Schwab <schwab@linux-m68k.org>
9182
9183 * regex.c (re_iswctype): Remove some redundant boolean conversions.
9184
9185 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
9186
9187 * xterm.c (x_find_topmost_parent): New function.
9188 (x_set_frame_alpha): Find topmost parent window with
9189 x_find_topmost_parent and set the property there also (bug#9181).
9190 (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify.
9191
9192 2011-08-04 Paul Eggert <eggert@cs.ucla.edu>
9193
9194 * callproc.c (Fcall_process): Avoid vfork clobbering
9195 the local vars buffer, coding_systems, current_dir.
9196
9197 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * keymap.c (Fmake_composed_keymap): Move to subr.el.
9200
9201 2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
9202
9203 * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLE
9204 so that it is not optimized away.
9205
9206 * xdisp.c (compute_display_string_pos): Remove unused local.
9207
9208 2011-08-02 Eli Zaretskii <eliz@gnu.org>
9209
9210 Fix slow cursor motion and scrolling in large buffers with
9211 selective display, like Org Mode buffers. (Bug#9218)
9212
9213 * dispextern.h (struct bidi_it): New member disp_prop_p.
9214
9215 * xdisp.c: Remove one-slot cache of display string positions.
9216 (compute_display_string_pos): Accept an additional argument
9217 DISP_PROP_P; callers changed. Scan at most 5K characters forward
9218 for a display string or property. If found, set DISP_PROP_P
9219 non-zero.
9220
9221 * bidi.c (bidi_fetch_char): Accept an additional argument
9222 DISP_PROP_P, and pass it to compute_display_string_pos.
9223 Only handle text covered by a display string if DISP_PROP_P is returned
9224 non-zero. All callers of bidi_fetch_char changed.
9225
9226 2011-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.
9229
9230 2010-12-03 Don March <don@ohspite.net>
9231
9232 * keymap.c (Fdefine_key): Fix non-prefix key error message when
9233 last character M-[char] is translated to ESC [char] (bug#7541).
9234
9235 2011-08-02 Kenichi Handa <handa@m17n.org>
9236
9237 * lisp.h (uniprop_table): Extern it.
9238
9239 * chartab.c (uniprop_table): Make it non-static.
9240
9241 2011-08-01 Eli Zaretskii <eliz@gnu.org>
9242
9243 * xdisp.c (forward_to_next_line_start): Accept additional argument
9244 BIDI_IT_PREV, and store into it the state of the bidi iterator had
9245 on the newline.
9246 (reseat_at_next_visible_line_start): Use the bidi iterator state
9247 returned by forward_to_next_line_start to restore the state of
9248 it->bidi_it after backing up to previous newline. (Bug#9212)
9249
9250 2011-07-30 Andreas Schwab <schwab@linux-m68k.org>
9251
9252 * regex.c (re_comp): Protoize.
9253 (re_exec): Fix return type.
9254 (regexec): Fix type of `ret'. (Bug#9203)
9255
9256 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9257
9258 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
9259 This is needed if max-image-size is a floating-point number.
9260
9261 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
9262
9263 * print.c (print_object): Print empty symbol as ##.
9264
9265 * lread.c (read1): Read ## as empty symbol.
9266
9267 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
9268
9269 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
9270 setting frame foreground color (Bug#9175).
9271 (x_set_background_color): Likewise.
9272
9273 * nsmenu.m (-setText): Size tooltip dimensions precisely to
9274 contents (Bug#9176).
9275 (EmacsTooltip -init): Remove bezels and add shadows to
9276 tooltip windows.
9277
9278 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
9279 or scroll bar (Bug#8470).
9280
9281 * nsfont.m (nsfont_open): Remove assignment to voffset and
9282 unnecessary vars hshink, expand, hd, full_height, min_height.
9283 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
9284
9285 * nsterm.h (nsfont_info): Remove voffset field.
9286
9287 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
9288
9289 Implement strike-through and overline on NextStep (Bug#8863).
9290
9291 * nsfont.m (nsfont_open): Use underline position provided by font,
9292 instead of hard-coded value of 2.
9293 (nsfont_draw): Call ns_draw_text_decoration instead.
9294
9295 * nsterm.h: Add declaration for ns_draw_text_decoration.
9296
9297 * nsterm.m (ns_draw_text_decoration): New function for drawing
9298 underline, overline, and strike-through.
9299 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
9300 ns_draw_text_decoration. Change treatment of cursor drawing to
9301 accommodate underlining, etc.
9302
9303 2011-07-28 Eli Zaretskii <eliz@gnu.org>
9304
9305 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
9306 default.
9307
9308 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9309
9310 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
9311 Without this fix, if a signal arrives just after memory fills up,
9312 'malloc' might be invoked reentrantly.
9313
9314 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
9315 In other words, assume that every image size is allowed, on non-X
9316 hosts. This assumption is probably wrong, but it lets Emacs compile.
9317
9318 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
9319
9320 * regex.c (re_iswctype): Convert return values to boolean.
9321
9322 2011-07-28 Eli Zaretskii <eliz@fencepost.gnu.org>
9323
9324 * xdisp.c (compute_display_string_pos): Don't use cached display
9325 string position if the buffer had its restriction changed.
9326 (Bug#9184)
9327
9328 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9329
9330 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
9331
9332 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9333
9334 Integer signedness and overflow and related fixes. (Bug#9079)
9335
9336 * bidi.c: Integer size and overflow fixes.
9337 (bidi_cache_size, bidi_cache_idx, bidi_cache_last_idx)
9338 (bidi_cache_start, bidi_cache_fetch_state, bidi_cache_search)
9339 (bidi_cache_find_level_change, bidi_cache_ensure_space)
9340 (bidi_cache_iterator_state, bidi_cache_find, bidi_cache_start_stack)
9341 (bidi_find_other_level_edge):
9342 Use ptrdiff_t instead of EMACS_INT where either will do.
9343 This works better on 32-bit hosts configured --with-wide-int.
9344 (bidi_cache_ensure_space): Check for size-calculation overflow.
9345 Use % rather than repeated addition, for better worst-case speed.
9346 Don't set bidi_cache_size until after xrealloc returns, because it
9347 might not return.
9348 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
9349 (bidi_cache_ensure_space): Also check that the bidi cache size
9350 does not exceed that of the largest Lisp string or buffer. See Eli
9351 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
9352
9353 * alloc.c (__malloc_size_t): Remove.
9354 All uses replaced by size_t. See Andreas Schwab's note
9355 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#8>.
9356
9357 * image.c: Improve checking for integer overflow.
9358 (check_image_size): Assume that f is nonnull, since
9359 it is always nonnull in practice. This is one less thing to
9360 worry about when checking for integer overflow later.
9361 (x_check_image_size): New function, which checks for integer
9362 overflow issues inside X.
9363 (x_create_x_image_and_pixmap, xbm_read_bitmap_data): Use it.
9364 This removes the need for a memory_full check.
9365 (xbm_image_p): Rewrite to avoid integer multiplication overflow.
9366 (Create_Pixmap_From_Bitmap_Data, xbm_load): Use x_check_image_size.
9367 (xbm_read_bitmap_data): Change locals back to 'int', since
9368 their values must fit in 'int'.
9369 (xpm_load_image, png_load, tiff_load):
9370 Invoke x_create_x_image_and_pixmap earlier,
9371 to avoid much needless work if the image is too large.
9372 (tiff_load): Treat overly large images as if
9373 x_create_x_image_and_pixmap failed, not as malloc failures.
9374 (gs_load): Use x_check_image_size.
9375
9376 * gtkutil.c: Omit integer casts.
9377 (xg_get_pixbuf_from_pixmap): Remove unnecessary cast.
9378 (xg_set_toolkit_scroll_bar_thumb): Rewrite to avoid need for cast.
9379
9380 * image.c (png_load): Don't assume height * row_bytes fits in 'int'.
9381
9382 * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
9383 Without this fix, (bitmap-spec-p '(34359738368 1 "x"))
9384 would wrongly return t on a 64-bit host.
9385
9386 * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
9387 The plain *_OVERFLOW macros run afoul of GCC bug 49705
9388 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
9389 and therefore cause GCC to emit a bogus diagnostic in some cases.
9390
9391 * image.c: Integer signedness and overflow and related fixes.
9392 This is not an exhaustive set of fixes, but it's time to
9393 record what I've got.
9394 (lookup_pixel_color, check_image_size): Remove redundant decls.
9395 (check_image_size): Don't assume that arbitrary EMACS_INT values
9396 fit in 'int', or that arbitrary 'double' values fit in 'int'.
9397 (x_alloc_image_color, x_create_x_image_and_pixmap, png_load)
9398 (tiff_load, imagemagick_load_image):
9399 Check for overflow in size calculations.
9400 (x_create_x_image_and_pixmap): Remove unnecessary test for
9401 xmalloc returning NULL; that can't happen.
9402 (xbm_read_bitmap_data): Don't assume sizes fit into 'int'.
9403 (xpm_color_bucket): Use better integer hashing function.
9404 (xpm_cache_color): Don't possibly over-allocate memory.
9405 (struct png_memory_storage, tiff_memory_source, tiff_seek_in_memory)
9406 (gif_memory_source):
9407 Use ptrdiff_t, not int or size_t, to record sizes.
9408 (png_load): Don't assume values greater than 2**31 fit in 'int'.
9409 (our_stdio_fill_input_buffer): Prefer ptrdiff_t to size_t when
9410 either works, as we prefer signed integers.
9411 (tiff_read_from_memory, tiff_write_from_memory):
9412 Return tsize_t, not size_t, since that's what the TIFF API wants.
9413 (tiff_read_from_memory): Don't fail simply because the read would
9414 go past EOF; instead, return a short read.
9415 (tiff_load): Omit no-longer-needed casts.
9416 (Fimagemagick_types): Don't assume size fits into 'int'.
9417
9418 Improve hashing quality when configured --with-wide-int.
9419 * fns.c (hash_string): New function, taken from sxhash_string.
9420 Do not discard information about ASCII character case; this
9421 discarding is no longer needed.
9422 (sxhash-string): Use it. Change sig to match it. Caller changed.
9423 * lisp.h: Declare it.
9424 * lread.c (hash_string): Remove, since we now use fns.c's version.
9425 The fns.c version returns a wider integer if --with-wide-int is
9426 specified, so this should help the quality of the hashing a bit.
9427
9428 * emacs.c: Integer overflow minor fix.
9429 (heap_bss_diff): Now uprintmax_t, not unsigned long. All used changed.
9430 Define only if GNU_LINUX.
9431 (main, Fdump_emacs): Set and use heap_bss_diff only if GNU_LINUX.
9432
9433 * dispnew.c: Integer signedness and overflow fixes.
9434 Remove unnecessary forward decls, that were a maintenance hassle.
9435 (history_tick): Now uprintmax_t, so it's more likely to avoid overflow.
9436 All uses changed.
9437 (adjust_glyph_matrix, realloc_glyph_pool, adjust_frame_message_buffer)
9438 (scrolling_window): Use ptrdiff_t, not int, for byte count.
9439 (prepare_desired_row, line_draw_cost):
9440 Use int, not unsigned, where either works.
9441 (save_current_matrix, restore_current_matrix):
9442 Use ptrdiff_t, not size_t, where either works.
9443 (init_display): Check for overflow more accurately, and without
9444 relying on undefined behavior.
9445
9446 * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
9447 Remove, replacing with the new symbols in lisp.h. All uses changed.
9448 * fileio.c (make_temp_name):
9449 * filelock.c (lock_file_1, lock_file):
9450 * xdisp.c (message_dolog):
9451 Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
9452 Use pMd etc. instead.
9453 * lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
9454 replacing the pWIDE etc. symbols removed from editfns.c.
9455
9456 * keyboard.h (num_input_events): Now uintmax_t.
9457 This is (very slightly) less likely to mess up due to wraparound.
9458 All uses changed.
9459
9460 * buffer.c: Integer signedness fixes.
9461 (alloc_buffer_text, enlarge_buffer_text):
9462 Use ptrdiff_t rather than size_t when either will do, as we prefer
9463 signed integers.
9464
9465 * alloc.c: Integer signedness and overflow fixes.
9466 Do not impose an arbitrary 32-bit limit on malloc sizes when debugging.
9467 (__malloc_size_t): Default to size_t, not to int.
9468 (pure_size, pure_bytes_used_before_overflow, stack_copy_size)
9469 (Fgarbage_collect, mark_object_loop_halt, mark_object):
9470 Prefer ptrdiff_t to size_t when either would do, as we prefer
9471 signed integers.
9472 (XMALLOC_OVERRUN_CHECK_OVERHEAD): New macro.
9473 (xmalloc_overrun_check_header, xmalloc_overrun_check_trailer):
9474 Now const. Initialize with values that are in range even if char
9475 is signed.
9476 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): Remove, replacing with ...
9477 (xmalloc_put_size, xmalloc_get_size): New functions. All uses changed.
9478 These functions do the right thing with sizes > 2**32.
9479 (check_depth): Now ptrdiff_t, not int.
9480 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
9481 Adjust to new way of storing sizes. Check for size overflow bugs
9482 in rest of code.
9483 (STRING_BYTES_MAX): Adjust to new overheads. The old code was
9484 slightly wrong anyway, as it missed one instance of
9485 XMALLOC_OVERRUN_CHECK_OVERHEAD.
9486 (refill_memory_reserve): Omit needless cast to size_t.
9487 (mark_object_loop_halt): Mark as externally visible.
9488
9489 * xselect.c: Integer signedness and overflow fixes.
9490 (Fx_register_dnd_atom, x_handle_dnd_message):
9491 Use ptrdiff_t, not size_t, since we prefer signed.
9492 (Fx_register_dnd_atom): Check for ptrdiff_t (and size_t) overflow.
9493 * xterm.h (struct x_display_info): Use ptrdiff_t, not size_t, for
9494 x_dnd_atoms_size and x_dnd_atoms_length.
9495
9496 * doprnt.c: Prefer signed to unsigned when either works.
9497 * eval.c (verror):
9498 * doprnt.c (doprnt):
9499 * lisp.h (doprnt):
9500 * xdisp.c (vmessage):
9501 Use ptrdiff_t, not size_t, when using or implementing doprnt,
9502 since the sizes cannot exceed ptrdiff_t bounds anyway, and we
9503 prefer signed arithmetic to avoid comparison confusion.
9504 * doprnt.c (doprnt): Avoid a "+ 1" that can't overflow,
9505 but is a bit tricky.
9506
9507 Assume freestanding C89 headers, string.h, stdlib.h.
9508 * data.c, doprnt.c, floatfns.c, print.c:
9509 Include float.h unconditionally.
9510 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
9511 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
9512 * regex.c: Likewise for stddef.h, string.h.
9513 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
9514 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
9515 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
9516 (STDC_HEADERS): Remove obsolete defines.
9517 * sysdep.c: Include limits.h unconditionally.
9518
9519 Assume support for memcmp, memcpy, memmove, memset.
9520 * lisp.h, sysdep.c (memcmp, memcpy, memmove, memset):
9521 * regex.c (memcmp, memcpy):
9522 Remove; we assume C89 now.
9523
9524 * gmalloc.c (memcpy, memset, memmove): Remove; we assume C89 now.
9525 (__malloc_safe_bcopy): Remove; no longer needed.
9526
9527 * lisp.h (struct vectorlike_header, struct Lisp_Subr): Signed sizes.
9528 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
9529 well either way, and we prefer signed to unsigned.
9530
9531 2011-07-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9532
9533 * gnutls.c (emacs_gnutls_read): Don't message anything if the peer
9534 closes the connection while we're reading (bug#9182).
9535
9536 2011-07-25 Jan Djärv <jan.h.d@swipnet.se>
9537
9538 * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttons
9539 are specified (Bug#9168).
9540
9541 2011-07-25 Paul Eggert <eggert@cs.ucla.edu>
9542
9543 * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.
9544 Found by GCC static checking and --with-wide-int on a 32-bit host.
9545
9546 2011-07-25 Eli Zaretskii <eliz@gnu.org>
9547
9548 * xdisp.c (compute_display_string_pos): Fix logic of caching
9549 previous display string position. Initialize cached_prev_pos to
9550 -1. Fixes slow-down at the beginning of a buffer.
9551
9552 2011-07-24 Eli Zaretskii <eliz@gnu.org>
9553
9554 * xfaces.c (check_lface_attrs) [HAVE_WINDOW_SYSTEM]: Allow `nil'
9555 for attrs[LFACE_FONTSET_INDEX].
9556
9557 2011-07-23 Paul Eggert <eggert@cs.ucla.edu>
9558
9559 * xml.c (parse_region): Remove unused local
9560 that was recently introduced.
9561
9562 2011-07-23 Eli Zaretskii <eliz@gnu.org>
9563
9564 * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
9565 2008-02-22T17:42:09Z!monnier@iro.umontreal.ca.
9566
9567 * xdisp.c (move_it_in_display_line_to): Record the best matching
9568 position for TO_CHARPOS while scanning the line, and restore it on
9569 exit if none of the characters scanned was an exact match.
9570 Fixes vertical-motion and pos-visible-in-window-p under bidi redisplay
9571 when exact match is impossible due to invisible text, and the
9572 lines are truncated.
9573
9574 2011-07-23 Jan Djärv <jan.h.d@swipnet.se>
9575
9576 * nsterm.m (initFrameFromEmacs): Set NSTitledWindowMask in styleMask
9577 for OSX >= 10.7.
9578
9579 2011-07-22 Eli Zaretskii <eliz@gnu.org>
9580
9581 Fix a significant slow-down of cursor motion with C-n, C-p,
9582 C-f/C-b, and C-v/M-v that couldn't keep up with keyboard
9583 auto-repeat under bidi redisplay in fontified buffers.
9584 * xdisp.c (compute_stop_pos_backwards): New function.
9585 (next_element_from_buffer): Call compute_stop_pos_backwards to
9586 find a suitable prev_stop when we find ourselves before
9587 base_level_stop.
9588 (reseat): Don't look for prev_stop, as that could mean a very long
9589 run.
9590 <cached_disp_pos, cached_disp_buffer, cached_disp_modiff>
9591 <cached_disp_overlay_modiff>: Cache for last found display string
9592 position.
9593 (compute_display_string_pos): Return the cached position if asked
9594 about the same buffer in the same area of character positions, and
9595 the buffer wasn't changed since the time the display string
9596 position was cached.
9597
9598 2011-07-22 Eli Zaretskii <eliz@gnu.org>
9599
9600 * xdisp.c (rows_from_pos_range): Don't ignore glyphs whose object
9601 is an integer, which is important for empty lines. (Bug#9149)
9602
9603 2011-07-22 Chong Yidong <cyd@stupidchicken.com>
9604
9605 * frame.c (Fmodify_frame_parameters): In tty case, update the
9606 default face if necessary (Bug#4238).
9607
9608 2011-07-21 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * editfns.c (Fstring_to_char): No need to explain what a character
9611 is in the docstring (Bug#6576).
9612
9613 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9614
9615 * xml.c (parse_region): Make sure we always return a tree.
9616
9617 2011-07-20 HAMANO Kiyoto <khiker.mail@gmail.com>
9618
9619 * xml.c (parse_region): If a document contains only comments,
9620 return that, too.
9621
9622 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9623
9624 * xml.c (make_dom): Return comments, too.
9625
9626 2011-07-19 Paul Eggert <eggert@cs.ucla.edu>
9627
9628 Port to OpenBSD.
9629 See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html
9630 and the surrounding thread.
9631 * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar
9632 rather than fgets, and retry after EINTR. Otherwise, 'emacs
9633 --batch -f byte-compile-file' fails on OpenBSD if an inactivity
9634 timer goes off.
9635 * s/openbsd.h (BROKEN_SIGIO): Define.
9636 * unexelf.c (unexec) [__OpenBSD__]:
9637 Don't update the .mdebug section of the Alpha COFF symbol table.
9638
9639 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9640
9641 * lread.c (syms_of_lread): Clarify when `lexical-binding' is used
9642 (bug#8460).
9643
9644 2011-07-18 Paul Eggert <eggert@cs.ucla.edu>
9645
9646 * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.
9647 This fixes some race conditions on the permissions of any newly
9648 created file.
9649
9650 * alloc.c (valid_pointer_p): Use pipe, not open.
9651 This fixes some permissions issues when debugging.
9652
9653 * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)
9654 If fchown fails to set both uid and gid, try to set just gid,
9655 as that is sometimes allowed. Adjust the file's mode to eliminate
9656 setuid or setgid bits that are inappropriate if fchown fails.
9657
9658 2011-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ
9661 to compare Lisp_Objects.
9662 * gnutls.c (syms_of_gnutls): Rename Vgnutls_log_level to
9663 global_gnutls_log_level, don't mistake it for a Lisp_Object.
9664 (init_gnutls_functions, emacs_gnutls_handle_error): Fix up uses.
9665
9666 2011-07-17 Andreas Schwab <schwab@linux-m68k.org>
9667
9668 * lread.c (read_integer): Unread even EOF character.
9669 (read1): Likewise. Properly record start position of symbol.
9670
9671 * lread.c (read1): Read `#:' as empty uninterned symbol if no
9672 symbol character follows.
9673
9674 2011-07-17 Paul Eggert <eggert@cs.ucla.edu>
9675
9676 * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
9677 This works around a problem with the previous change to Fcopy_file.
9678 Recent glibc declares fchown with __attribute__((warn_unused_result)),
9679 and without this change, GCC might complain about discarding
9680 fchown's return value.
9681
9682 2011-07-16 Juanma Barranquero <lekktu@gmail.com>
9683
9684 * makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).
9685
9686 2011-07-16 Paul Eggert <eggert@cs.ucla.edu>
9687
9688 * fileio.c (Fcopy_file): Don't diagnose fchown failures. (Bug#9002)
9689
9690 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9691
9692 * gnutls.c (syms_of_gnutls): Define `gnutls-log-level' here, since
9693 it's used from the C level.
9694
9695 * process.c: Use the same condition for POLL_FOR_INPUT in both
9696 keyboard.c and process.c (bug#1858).
9697
9698 2011-07-09 Lawrence Mitchell <wence@gmx.li>
9699
9700 * gnutls.c (Qgnutls_bootprop_min_prime_bits): New variable.
9701 (Fgnutls_boot): Use it.
9702
9703 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
9704
9705 * doc.c (Fsubstitute_command_keys): Revert last change.
9706
9707 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9708
9709 * doc.c (Fsubstitute_command_keys): Clarify that \= really only
9710 quotes the next character, and doesn't affect other longer
9711 sequences (bug#8935).
9712
9713 * lread.c (syms_of_lread): Clarify that is isn't only
9714 `eval-buffer' and `eval-defun' that's affected by
9715 `lexical-binding' (bug#8460).
9716
9717 2011-07-15 Eli Zaretskii <eliz@gnu.org>
9718
9719 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
9720 bidi redisplay when a line includes both an image and is truncated.
9721
9722 2011-07-14 Paul Eggert <eggert@cs.ucla.edu>
9723
9724 Fix minor problems found by static checking.
9725 * bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
9726 (elsz): Now a signed constant, not a size_t var. We prefer signed
9727 types to unsigned, to avoid integer comparison confusion. Without
9728 this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
9729 "cannot optimize loop, the loop counter may overflow", a symptom
9730 of the confusion.
9731 * indent.c (Fvertical_motion): Mark locals as initialized.
9732 * xdisp.c (reseat_to_string): Fix pointer signedness issue.
9733
9734 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9735
9736 * search.c (Fre_search_backward): Mention `case-fold-search' in
9737 all the re_search_* functions (bug#8138).
9738
9739 * keyboard.c (Fopen_dribble_file): Document when the file is
9740 closed (bug#8056).
9741
9742 2011-07-14 Eli Zaretskii <eliz@gnu.org>
9743
9744 * bidi.c (bidi_dump_cached_states): Fix format of displaying
9745 bidi_cache_idx.
9746
9747 Support bidi reordering of display and overlay strings.
9748 * xdisp.c (compute_display_string_pos)
9749 (compute_display_string_end): Accept additional argument STRING.
9750 (init_iterator, reseat_1): Initialize bidi_it->string.s to NULL.
9751 (reseat_to_string): Initialize bidi_it->string.s and
9752 bidi_it->string.schars.
9753 (Fcurrent_bidi_paragraph_direction): Initialize itb.string.s to
9754 NULL (avoids a crash in bidi_paragraph_init).
9755 Initialize itb.string.lstring.
9756 (init_iterator): Call bidi_init_it only of a valid
9757 buffer position was specified. Initialize paragraph_embedding to
9758 L2R.
9759 (reseat_to_string): Initialize the bidi iterator.
9760 (display_string): If we need to ignore text properties of
9761 LISP_STRING, set IT->stop_charpos to IT->end_charpos. (The
9762 original value of -1 will not work with bidi.)
9763 (compute_display_string_pos): First arg is now struct
9764 `text_pos *'; all callers changed. Support display properties on
9765 Lisp strings.
9766 (compute_display_string_end): Support display properties on Lisp
9767 strings.
9768 (init_iterator, reseat_1, reseat_to_string): Initialize the
9769 string.bufpos member to 0 (zero, for compatibility with IT_CHARPOS
9770 when iterating on a string not from display properties).
9771 (compute_display_string_pos, compute_display_string_end):
9772 Fix calculation of the object to scan. Fixes an error when using
9773 arrow keys.
9774 (next_element_from_buffer): Don't abort when IT_CHARPOS is before
9775 base_level_stop; instead, set base_level_stop to BEGV.
9776 Fixes crashes in vertical-motion.
9777 (next_element_from_buffer): Improve commentary for when
9778 the iterator is before prev_stop.
9779 (init_iterator): Initialize bidi_p from the default value of
9780 bidi-display-reordering, not from buffer-local value. Use the
9781 buffer-local value only if initializing for buffer iteration.
9782 (handle_invisible_prop): Support invisible properties on strings
9783 that are being bidi-reordered.
9784 (set_iterator_to_next): Support bidi reordering of C strings and
9785 Lisp strings.
9786 (next_element_from_string): Support bidi reordering of Lisp
9787 strings.
9788 (handle_stop_backwards): Support Lisp strings as well.
9789 (display_string): Support display of R2L glyph rows.
9790 Use IT_STRING_CHARPOS when displaying from a Lisp string.
9791 (init_iterator): Don't initialize it->bidi_p for strings
9792 here.
9793 (reseat_to_string): Initialize it->bidi_p for strings here.
9794 (next_element_from_string, next_element_from_c_string)
9795 (next_element_from_buffer): Add xassert's for correspondence
9796 between IT's object being iterated and it->bidi_it.string
9797 structure.
9798 (face_before_or_after_it_pos): Support bidi iteration.
9799 (next_element_from_c_string): Handle the case of the first string
9800 character that is not the first one in the visual order.
9801 (get_visually_first_element): New function, refactored from common
9802 parts of next_element_from_buffer, next_element_from_string, and
9803 next_element_from_c_string.
9804 (tool_bar_lines_needed, redisplay_tool_bar)
9805 (display_menu_bar): Force left-to-right direction. Add a FIXME
9806 comment for making that be controlled by a user option.
9807 (push_it, pop_it): Save and restore the state of the
9808 bidi iterator. Save and restore the bidi_p flag.
9809 (pop_it): Iterate out of display property for string iteration as
9810 well.
9811 (iterate_out_of_display_property): Support iteration over strings.
9812 (handle_single_display_spec): Set up it->bidi_it for iteration
9813 over a display string, and call bidi_init_it.
9814 (handle_single_display_spec, next_overlay_string)
9815 (get_overlay_strings_1, push_display_prop): Set up the bidi
9816 iterator for displaying display or overlay strings.
9817 (forward_to_next_line_start): Don't use the shortcut if
9818 bidi-iterating.
9819 (back_to_previous_visible_line_start): If handle_display_prop
9820 pushed the iterator stack, restore the internal state of the bidi
9821 iterator by calling bidi_pop_it same number of times.
9822 (reseat_at_next_visible_line_start): If ON_NEWLINE_P is non-zero,
9823 and we are bidi-iterating, don't decrement the iterator position;
9824 instead, set the first_elt flag in the bidi iterator, to produce
9825 the same effect.
9826 (reseat_1): Remove redundant setting of string_from_display_prop_p.
9827 (push_display_prop): xassert that we are iterating a buffer.
9828 (push_it, pop_it): Save and restore paragraph_embedding member.
9829 (handle_single_display_spec, next_overlay_string)
9830 (get_overlay_strings_1, reseat_1, reseat_to_string)
9831 (push_display_prop): Set up the `unibyte' member of bidi_it.string
9832 correctly. Don't assume unibyte strings are not bidi-reordered.
9833 (compute_display_string_pos)
9834 (compute_display_string_end): Fix handling the case of C string.
9835 (push_it, pop_it): Save and restore from_disp_prop_p.
9836 (handle_single_display_spec, push_display_prop): Set the
9837 from_disp_prop_p flag.
9838 (get_overlay_strings_1): Reset the from_disp_prop_p flag.
9839 (pop_it): Call iterate_out_of_display_property only if we are
9840 popping after iteration over a string that came from a display
9841 property. Fix a typo in popping stretch info. Add an assertion
9842 for verifying that the iterator position is in sync with the bidi
9843 iterator.
9844 (handle_single_display_spec, get_overlay_strings_1)
9845 (push_display_prop): Fix initialization of paragraph direction for
9846 string when that of the parent object is not yet determined.
9847 (reseat_1): Call bidi_init_it to resync the bidi
9848 iterator with IT's position. (Bug#7616)
9849 (find_row_edges): If ROW->start.pos gives position
9850 smaller than min_pos, use it as ROW->minpos. (Bug#7616)
9851 (handle_stop, back_to_previous_visible_line_start, reseat_1):
9852 Reset the from_disp_prop_p flag.
9853 (SAVE_IT, RESTORE_IT): New macros.
9854 (pos_visible_p, face_before_or_after_it_pos)
9855 (back_to_previous_visible_line_start)
9856 (move_it_in_display_line_to, move_it_in_display_line)
9857 (move_it_to, move_it_vertically_backward, move_it_by_lines)
9858 (try_scrolling, redisplay_window, display_line): Use them when
9859 saving a temporary copy of the iterator and restoring it back.
9860 (back_to_previous_visible_line_start, reseat_1)
9861 (init_iterator): Empty the bidi cache "stack".
9862 (move_it_in_display_line_to): If iterator ended up at
9863 EOL, but we never saw any buffer positions smaller than
9864 to_charpos, return MOVE_POS_MATCH_OR_ZV. Fixes vertical cursor
9865 motion in bidi-reordered lines.
9866 (move_it_in_display_line_to): Record prev_method and prev_pos
9867 immediately before the call to set_iterator_to_next. Fixes cursor
9868 motion in bidi-reordered lines with stretch glyphs and strings
9869 displayed in margins. (Bug#8133) (Bug#8867)
9870 Return MOVE_POS_MATCH_OR_ZV only if iterator position is past
9871 TO_CHARPOS.
9872 (pos_visible_p): Support positions in bidi-reordered lines.
9873 Save and restore bidi cache.
9874
9875 * bidi.c (bidi_level_of_next_char): clen should be EMACS_NT, not int.
9876 (bidi_paragraph_info): Delete unused struct.
9877 (bidi_cache_idx, bidi_cache_last_idx): Declare EMACS_INT.
9878 (bidi_cache_start): New variable.
9879 (bidi_cache_reset): Reset bidi_cache_idx to bidi_cache_start, not
9880 to zero.
9881 (bidi_cache_fetch_state, bidi_cache_search)
9882 (bidi_cache_find_level_change, bidi_cache_iterator_state)
9883 (bidi_cache_find, bidi_peek_at_next_level)
9884 (bidi_level_of_next_char, bidi_find_other_level_edge)
9885 (bidi_move_to_visually_next): Compare cache index with
9886 bidi_cache_start rather than with zero.
9887 (bidi_fetch_char): Accept new argument STRING; all callers
9888 changed. Support iteration over a string. Support strings with
9889 display properties. Support unibyte strings. Fix the type of
9890 `len' according to what STRING_CHAR_AND_LENGTH expects.
9891 (bidi_paragraph_init, bidi_resolve_explicit_1)
9892 (bidi_resolve_explicit, bidi_resolve_weak)
9893 (bidi_level_of_next_char, bidi_move_to_visually_next):
9894 Support iteration over a string.
9895 (bidi_set_sor_type, bidi_resolve_explicit_1)
9896 (bidi_resolve_explicit, bidi_type_of_next_char): ignore_bn_limit
9897 can now be zero (for strings); special values 0 and -1 were
9898 changed to -1 and -2, respectively.
9899 (bidi_char_at_pos): New function.
9900 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak):
9901 Call it instead of FETCH_MULTIBYTE_CHAR.
9902 (bidi_move_to_visually_next): Abort if charpos or bytepos were not
9903 initialized to valid values.
9904 (bidi_init_it): Don't initialize charpos and bytepos with invalid
9905 values.
9906 (bidi_level_of_next_char): Allow the sentinel "position" to pass
9907 the test for valid cached positions. Fix the logic for looking up
9908 the sentinel state in the cache. GCPRO the Lisp string we are
9909 iterating.
9910 (bidi_push_it, bidi_pop_it): New functions.
9911 (bidi_initialize): Initialize the bidi cache start stack pointer.
9912 (bidi_cache_ensure_space): New function, refactored from part of
9913 bidi_cache_iterator_state. Don't assume the required size is just
9914 one BIDI_CACHE_CHUNK away.
9915 (bidi_cache_start_stack, bidi_push_it): Use IT_STACK_SIZE.
9916 (bidi_count_bytes, bidi_char_at_pos): New functions.
9917 (bidi_cache_search): Don't assume bidi_cache_last_idx is
9918 always valid if bidi_cache_idx is valid.
9919 (bidi_cache_find_level_change): xassert that bidi_cache_last_idx
9920 is valid if it's going to be used.
9921 (bidi_shelve_cache, bidi_unshelve_cache): New functions.
9922 (bidi_cache_fetch_state, bidi_cache_search)
9923 (bidi_cache_find_level_change, bidi_cache_ensure_space)
9924 (bidi_cache_iterator_state, bidi_cache_find)
9925 (bidi_find_other_level_edge, bidi_cache_start_stack):
9926 All variables related to cache indices are now EMACS_INT.
9927
9928 * dispextern.h (struct bidi_string_data): New structure.
9929 (struct bidi_it): New member `string'. Make flag members be 1-bit
9930 fields, and put them last in the struct.
9931 (compute_display_string_pos, compute_display_string_end):
9932 Update prototypes.
9933 (bidi_push_it, bidi_pop_it): Add prototypes.
9934 (struct iterator_stack_entry): New members bidi_p,
9935 paragraph_embedding, and from_disp_prop_p.
9936 (struct it): Member bidi_p is now a bit field 1 bit wide.
9937 (bidi_shelve_cache, bidi_unshelve_cache):
9938 Declare prototypes.
9939
9940 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
9941 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
9942 and vector-like objects.
9943
9944 * dispnew.c (buffer_posn_from_coords): Save and restore the bidi
9945 cache around display iteration.
9946
9947 * window.c (Fwindow_end, window_scroll_pixel_based)
9948 (displayed_window_lines, Frecenter): Save and restore the bidi
9949 cache around display iteration.
9950
9951 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9952
9953 * editfns.c (Fdelete_region): Clarify the use of the named
9954 parameters (bug#6788).
9955
9956 2011-07-14 Martin Rudalics <rudalics@gmx.at>
9957
9958 * indent.c (Fvertical_motion): Set and restore w->pointm when
9959 saving and restoring the window's buffer (Bug#9006).
9960
9961 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9962
9963 * editfns.c (Fstring_to_char): Clarify just what is returned
9964 (bug#6576). Text by Eli Zaretskii.
9965
9966 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
9967
9968 * gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).
9969
9970 2011-07-13 Eli Zaretskii <eliz@gnu.org>
9971
9972 * buffer.c (mmap_find): Fix a typo.
9973
9974 2011-07-13 Johan Bockgård <bojohan@gnu.org>
9975
9976 Fix execution of x selection hooks.
9977 * xselect.c (Qx_lost_selection_functions)
9978 (Qx_sent_selection_functions): New vars.
9979 (syms_of_xselect): DEFSYM them.
9980 (x_handle_selection_request): Pass Qx_sent_selection_functions
9981 rather than Vx_sent_selection_functions to Frun_hook_with_args.
9982 (x_handle_selection_clear,x_clear_frame_selections):
9983 Pass Qx_lost_selection_functions rather than
9984 Vx_lost_selection_functions to Frun_hook_with_args.
9985
9986 2011-07-13 Paul Eggert <eggert@cs.ucla.edu>
9987
9988 * buffer.c (Fget_buffer_create): Initialize inhibit_shrinking.
9989 The old code sometimes used this field without initializing it.
9990
9991 * alloc.c (gc_sweep): Don't read past end of array.
9992 In theory, the old code could also have corrupted Emacs internals,
9993 though it'd be very unlikely.
9994
9995 2011-07-12 Andreas Schwab <schwab@linux-m68k.org>
9996
9997 * character.c (Fcharacterp): Don't advertise optional ignored
9998 argument. (Bug#4026)
9999
10000 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10001
10002 * keymap.c (syms_of_keymap): Clarify that "modifier" is "modifier
10003 key" (bug#4257).
10004
10005 * window.c (Fset_window_start): Doc fix (bug#4199).
10006 (Fset_window_hscroll): Ditto.
10007
10008 2011-07-12 Paul Eggert <eggert@cs.ucla.edu>
10009
10010 Fix minor new problems caught by GCC 4.6.1.
10011 * term.c (init_tty): Remove unused local.
10012 * xsettings.c (store_monospaced_changed): Define this function only
10013 if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
10014 not used otherwise.
10015
10016 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
10017
10018 * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
10019
10020 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10021
10022 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
10023 are the mini-buffer and the echo area (bug#3320).
10024
10025 * term.c (init_tty): Remove support for supdup, c10 and perq
10026 terminals, which are no longer supported (bug#1482).
10027
10028 2011-07-10 Johan Bockgård <bojohan@gnu.org>
10029
10030 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.
10031
10032 2011-07-10 Jan Djärv <jan.h.d@swipnet.se>
10033
10034 * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event
10035 for non-popups (Bug#3642).
10036
10037 2011-07-10 Andreas Schwab <schwab@linux-m68k.org>
10038
10039 * alloc.c (reset_malloc_hooks): Protoize.
10040 * buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge)
10041 (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Likewise.
10042 * cm.c (losecursor): Likewise.
10043 * data.c (fmod): Likewise.
10044 * dispnew.c (swap_glyphs_in_rows): Likewise.
10045 * emacs.c (memory_warning_signal): Likewise.
10046 * floatfns.c (float_error): Likewise.
10047 * font.c (check_gstring, check_otf_features, otf_tag_symbol)
10048 (otf_open, font_otf_capability, generate_otf_features)
10049 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
10050 Likewise.
10051 * image.c (pbm_read_file): Likewise.
10052 * indent.c (string_display_width): Likewise.
10053 * intervals.c (check_for_interval, search_for_interval)
10054 (inc_interval_count, count_intervals, root_interval)
10055 (adjust_intervals_for_insertion, make_new_interval): Likewise.
10056 * lread.c (defalias): Likewise.
10057 * ralloc.c (r_alloc_check): Likewise.
10058 * regex.c (set_image_of_range_1, set_image_of_range)
10059 (regex_grow_registers): Likewise.
10060 * sysdep.c (strerror): Likewise.
10061 * termcap.c (valid_filename_p, tprint, main): Likewise.
10062 * tparam.c (main): Likewise.
10063 * unexhp9k800.c (run_time_remap, save_data_space)
10064 (update_file_ptrs, read_header, write_header, calculate_checksum)
10065 (copy_file, copy_rest, display_header): Likewise.
10066 * widget.c (mark_shell_size_user_specified, create_frame_gcs):
10067 Likewise.
10068 * xdisp.c (check_it): Likewise.
10069 * xfaces.c (register_color, unregister_color, unregister_colors):
10070 Likewise.
10071 * xfns.c (print_fontset_result): Likewise.
10072 * xrdb.c (member, fatal, main): Likewise.
10073
10074 2011-07-10 Paul Eggert <eggert@cs.ucla.edu>
10075
10076 Fix minor problems found by static checking (Bug#9031).
10077 * chartab.c (char_table_set_range, map_sub_char_table):
10078 Remove unused locals.
10079 (uniprop_table): Now static.
10080 * composite.c (_work_char): Remove unused static var.
10081
10082 2011-07-09 Juanma Barranquero <lekktu@gmail.com>
10083
10084 * chartab.c (uniprop_table_uncompress): Remove unused local variable.
10085
10086 2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
10087
10088 * gtkutil.c (qttip_cb): Remove code without function.
10089
10090 2011-07-09 Eli Zaretskii <eliz@gnu.org>
10091
10092 * w32.c (pthread_sigmask): New stub.
10093
10094 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
10095
10096 Use pthread_sigmask, not sigprocmask (Bug#9010).
10097 sigprocmask is portable only for single-threaded applications, and
10098 Emacs can be multi-threaded when it uses GTK.
10099 * Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
10100 (LIBES): Use it.
10101 * callproc.c (Fcall_process):
10102 * process.c (create_process):
10103 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
10104 Use pthread_sigmask, not sigprocmask.
10105
10106 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
10107
10108 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
10109 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
10110 wrong (Bug#8591).
10111
10112 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
10113
10114 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
10115 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
10116 (xg_hide_tooltip): Fix comment.
10117
10118 * nsterm.m (initFrameFromEmacs): Don't use ns_return_types
10119 in registerServicesMenuSendTypes.
10120 (validRequestorForSendType): Don't check ns_return_types.
10121
10122 * nsfns.m (Fx_open_connection): Put NSStringPboardType into
10123 ns_return_type.
10124
10125 2011-07-08 Jason Rumney <jasonr@gnu.org>
10126
10127 * w32term.c (x_make_frame_visible): Use SH_SHOWNORMAL rather than
10128 SH_SHOW for hidden windows (Bug#5482).
10129
10130 * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
10131 frame struct members of non-existent frames (Bug#6284).
10132
10133 2011-07-08 Jan Djärv <jan.h.d@swipnet.se>
10134
10135 * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and
10136 variable firstTime not needed on OSX >= 10.6.
10137 (setPosition): setFloatValue:knobProportion: is deprecated on OSX
10138 >= 10.5. Use setKnobProportion, setDoubleValue.
10139
10140 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4)
10141 (MAC_OS_X_VERSION_10_5): Define if not defined.
10142 (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6.
10143 (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6.
10144 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
10145
10146 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
10147 cString and lossyCString on OSX >= 10.4.
10148
10149 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
10150 sizeToFit on OSX >= 10.2.
10151
10152 * nsimage.m (allocInitFromFile): Don't use deprecated method
10153 bestRepresentationForDevice on OSX >= 10.6.
10154
10155 * nsfns.m (check_ns_display_info): Cast to long and use %ld in error
10156 to avoid warning.
10157
10158 * emacs.c: Declare unexec_init_emacs_zone.
10159
10160 * nsgui.h: Fix compiler warning about gnulib redefining verify.
10161
10162 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
10163
10164 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
10165 on svcsMenu (Bug#8842).
10166
10167 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
10168 ns_return_types.
10169 (Fns_list_services): Just return Qnil on 10.6, code not working there.
10170
10171 * nsterm.m (QUTF8_STRING): Declare.
10172 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
10173 (validRequestorForSendType): Return type is (id).
10174 Change indexOfObjectIdenticalTo to indexOfObject.
10175 Check if we have local selection before returning self (Bug#8842).
10176 (writeSelectionToPasteboard): Put local selection into paste board
10177 if we have a local selection (Bug#8842).
10178 (syms_of_nsterm): DEFSYM QUTF8_STRING.
10179
10180 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
10181 (ns_get_local_selection): Declare.
10182
10183 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10184
10185 * keymap.c (describe_map_tree): Don't insert a double newline at
10186 the end of the buffer (bug#1169) and return whether we inserted
10187 something.
10188
10189 * callint.c (Fcall_interactively): Change "reading args" to
10190 "providing args" to try to clarify what it does (bug#1010).
10191
10192 2011-07-07 Kenichi Handa <handa@m17n.org>
10193
10194 * composite.c (composition_compute_stop_pos): Ignore a static
10195 composition starting before CHARPOS (Bug#8915).
10196
10197 * xdisp.c (handle_composition_prop): Likewise.
10198
10199 2011-07-07 Eli Zaretskii <eliz@gnu.org>
10200
10201 * term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
10202 (Bug#9015)
10203
10204 2011-07-07 Kenichi Handa <handa@m17n.org>
10205
10206 * character.h (unicode_category_t): New enum type.
10207
10208 * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types.
10209 (Qchar_code_property_table): New variable.
10210 (UNIPROP_TABLE_P, UNIPROP_GET_DECODER)
10211 (UNIPROP_COMPRESSED_FORM_P): New macros.
10212 (char_table_ascii): Uncompress the compressed values.
10213 (sub_char_table_ref): New arg is_uniprop. Callers changed.
10214 Uncompress the compressed values.
10215 (sub_char_table_ref_and_range): Likewise.
10216 (char_table_ref_and_range): Uncompress the compressed values.
10217 (sub_char_table_set): New arg is_uniprop. Callers changed.
10218 Uncompress the compressed values.
10219 (sub_char_table_set_range): Args changed. Callers changed.
10220 (char_table_set_range): Adjuted for the above change.
10221 (map_sub_char_table): Delete args default_val and parent. Add arg
10222 top. Give decoded values to a Lisp function.
10223 (map_char_table): Adjust for the above change. Give decoded
10224 values to a Lisp function. Gcpro more variables.
10225 (uniprop_table_uncompress)
10226 (uniprop_decode_value_run_length): New functions.
10227 (uniprop_decoder, uniprop_decoder_count): New variables.
10228 (uniprop_get_decoder, uniprop_encode_value_character)
10229 (uniprop_encode_value_run_length, uniprop_encode_value_numeric):
10230 New functions.
10231 (uniprop_encoder, uniprop_encoder_count): New variables.
10232 (uniprop_get_encoder, uniprop_table)
10233 (Funicode_property_table_internal, Fget_unicode_property_internal)
10234 (Fput_unicode_property_internal): New functions.
10235 (syms_of_chartab): DEFSYM Qchar_code_property_table, defsubr
10236 Sunicode_property_table_internal, Sget_unicode_property_internal,
10237 and Sput_unicode_property_internal. Defvar_lisp
10238 char-code-property-alist.
10239
10240 * composite.c (CHAR_COMPOSABLE_P): Adjust for the change of
10241 Vunicode_category_table.
10242
10243 * font.c (font_range): Adjust for the change of
10244 Vunicode_category_table.
10245
10246 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
10247
10248 * m/iris4d.h: Remove file, move contents ...
10249 * s/irix6-5.h: ... here.
10250
10251 2011-07-06 Paul Eggert <eggert@cs.ucla.edu>
10252
10253 Remove unportable assumption about struct layout (Bug#8884).
10254 * alloc.c (mark_buffer):
10255 * buffer.c (reset_buffer_local_variables, Fbuffer_local_variables)
10256 (clone_per_buffer_values): Don't assume that
10257 sizeof (struct buffer) is a multiple of sizeof (Lisp_Object).
10258 This isn't true in general, and it's particularly not true
10259 if Emacs is configured with --with-wide-int.
10260 * buffer.h (FIRST_FIELD_PER_BUFFER, LAST_FIELD_PER_BUFFER):
10261 New macros, used in the buffer.c change.
10262
10263 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
10264
10265 * xsettings.c: Use both GConf and GSettings if both are available.
10266 (store_config_changed_event): Add comment.
10267 (dpyinfo_valid, store_font_name_changed, map_tool_bar_style)
10268 (store_tool_bar_style_changed): New functions.
10269 (store_monospaced_changed): Add comment. Call dpyinfo_valid.
10270 (struct xsettings): Move font inside HAVE_XFT.
10271 (GSETTINGS_TOOL_BAR_STYLE, GSETTINGS_FONT_NAME): New defines.
10272 (GSETTINGS_MONO_FONT): Rename from SYSTEM_MONO_FONT.
10273 Move inside HAVE_XFT.
10274 (something_changed_gsettingsCB): Rename from something_changedCB.
10275 Check for changes in GSETTINGS_TOOL_BAR_STYLE and GSETTINGS_FONT_NAME
10276 also.
10277 (GCONF_TOOL_BAR_STYLE, GCONF_FONT_NAME): New defines.
10278 (GCONF_MONO_FONT): Rename from SYSTEM_MONO_FONT. Move inside HAVE_XFT.
10279 (something_changed_gconfCB): Rename from something_changedCB.
10280 Check for changes in GCONF_TOOL_BAR_STYLE and GCONF_FONT_NAME also.
10281 (parse_settings): Move check for font inside HAVE_XFT.
10282 (read_settings, apply_xft_settings): Add comment.
10283 (read_and_apply_settings): Add comment. Call map_tool_bar_style and
10284 store_tool_bar_style_changed. Move check for font inside HAVE_XFT and
10285 call store_font_name_changed.
10286 (xft_settings_event): Add comment.
10287 (init_gsettings): Add comment. Get values for GSETTINGS_TOOL_BAR_STYLE
10288 and GSETTINGS_FONT_NAME. Move check for fonts within HAVE_XFT.
10289 (init_gconf): Add comment. Get values for GCONF_TOOL_BAR_STYLE
10290 and GCONF_FONT_NAME. Move check for fonts within HAVE_XFT.
10291 (xsettings_initialize): Call init_gsettings last.
10292 (xsettings_get_system_font, xsettings_get_system_normal_font):
10293 Add comment.
10294
10295 2011-07-05 Paul Eggert <eggert@cs.ucla.edu>
10296
10297 Random fixes. E.g., (random) never returned negative values.
10298 * fns.c (Frandom): Use GET_EMACS_TIME for random seed, and add the
10299 subseconds part to the entropy, as that's a bit more random.
10300 Prefer signed to unsigned, since the signedness doesn't matter and
10301 in general we prefer signed. When given a limit, use a
10302 denominator equal to INTMASK + 1, not to VALMASK + 1, because the
10303 latter isn't right if USE_2_TAGS_FOR_INTS.
10304 * sysdep.c (get_random): Return a value in the range 0..INTMASK,
10305 not 0..VALMASK. Don't discard "excess" bits that random () returns.
10306
10307 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10308
10309 * textprop.c (text_property_stickiness):
10310 Obey Vtext_property_default_nonsticky.
10311 (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
10312 * w32fns.c (syms_of_w32fns):
10313 * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
10314
10315 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10316
10317 * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
10318 This is more efficient than Ffile_directory_p and avoids a minor race.
10319
10320 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10321
10322 * buffer.c (Foverlay_put): Say what the return value is
10323 (bug#7835).
10324
10325 * fileio.c (barf_or_query_if_file_exists): Check first if the file
10326 is a directory before asking whether to use the file name
10327 (bug#7564).
10328 (barf_or_query_if_file_exists): Make the "File is a directory"
10329 error be more correct.
10330
10331 * fns.c (Frequire): Remove the mention of the .gz files, since
10332 that's installation-specific, but keep the mention of
10333 `get-load-suffixes'.
10334
10335 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
10336
10337 * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
10338 Report string overflow if the output is too long.
10339
10340 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
10341
10342 * gnutls.c (Fgnutls_boot): Don't mention :verify-error.
10343 (syms_of_gnutls): Remove duplicate DEFSYM for
10344 Qgnutls_bootprop_verify_hostname_error, an error for
10345 Qgnutls_bootprop_verify_error (which is no longer used).
10346
10347 * eval.c (find_handler_clause): Remove parameters `sig' and `data',
10348 unused since 2011-01-26T20:02:07Z!monnier@iro.umontreal.ca. All callers changed.
10349 Also (re)move comments that are misplaced or no longer relevant.
10350
10351 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10352
10353 * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
10354
10355 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
10356
10357 * xfaces.c (Finternal_merge_in_global_face): Modify the foreground
10358 and background color parameters if they have been changed.
10359
10360 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10361
10362 * editfns.c (Fformat): Clarify the - and 0 flags (bug#6659).
10363
10364 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
10365
10366 * xsettings.c (SYSTEM_FONT): Define only when used.
10367 No need to define when HAVE_GSETTINGS || !HAVE_XFT.
10368
10369 * keymap.c (access_keymap_1): Now static.
10370
10371 2011-07-02 Chong Yidong <cyd@stupidchicken.com>
10372
10373 * keyboard.c (command_loop_1): If a down-mouse event is unbound,
10374 leave any prefix arg for the up event (Bug#1586).
10375
10376 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10377
10378 * lread.c (syms_of_lread): Mention single symbols defined by
10379 `defvar' or `defconst' (bug#7154).
10380
10381 * fns.c (Frequire): Mention .el.gz files (bug#7314).
10382 (Frequire): Mention get-load-suffixes.
10383
10384 2011-07-02 Martin Rudalics <rudalics@gmx.at>
10385
10386 * window.h (window): Remove clone_number slot.
10387 * window.c (Fwindow_clone_number, Fset_window_clone_number):
10388 Remove.
10389 (make_parent_window, make_window, saved_window)
10390 (Fset_window_configuration, save_window_save): Don't deal with
10391 clone numbers.
10392 * buffer.c (Qclone_number): Remove declaration.
10393 (sort_overlays, overlay_strings): Don't deal with clone numbers.
10394
10395 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 Add multiple inheritance to keymaps.
10398 * keymap.c (Fmake_composed_keymap): New function.
10399 (Fset_keymap_parent): Simplify.
10400 (fix_submap_inheritance): Remove.
10401 (access_keymap_1): New function extracted from access_keymap to handle
10402 embedded parents and handle lists of maps.
10403 (access_keymap): Use it.
10404 (Fkeymap_prompt, map_keymap_internal, map_keymap, store_in_keymap)
10405 (Fcopy_keymap): Handle embedded parents.
10406 (Fcommand_remapping, define_as_prefix): Simplify.
10407 (Fkey_binding): Simplify.
10408 (syms_of_keymap): Move minibuffer-local-completion-map,
10409 minibuffer-local-filename-completion-map,
10410 minibuffer-local-must-match-map, and
10411 minibuffer-local-filename-must-match-map to Elisp.
10412 (syms_of_keymap): Defsubr make-composed-keymap.
10413 * keyboard.c (menu_bar_items): Use map_keymap_canonical.
10414 (parse_menu_item): Trivial simplification.
10415
10416 2011-07-01 Glenn Morris <rgm@gnu.org>
10417
10418 * Makefile.in (SETTINGS_LIBS): Fix typo.
10419
10420 2011-07-01 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
10421
10422 * coding.c (Fencode_coding_string): Record the last coding system
10423 used, as the function doc string says (bug#8738).
10424
10425 2011-07-01 Jan Djärv <jan.h.d@swipnet.se>
10426
10427 * xsettings.c (store_monospaced_changed): Take new font as arg and
10428 check for change against current_mono_font.
10429 (EMACS_TYPE_SETTINGS): Remove this and related defines.
10430 (emacs_settings_constructor, emacs_settings_get_property)
10431 (emacs_settings_set_property, emacs_settings_class_init)
10432 (emacs_settings_init, gsettings_obj): Remove.
10433 (something_changedCB): New function for HAVE_GSETTINGS.
10434 (something_changedCB): HAVE_GCONF: Call store_monospaced_changed
10435 with value as argument.
10436 (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling
10437 g_settings_new (Bug#8967). Do not create gsettings_obj.
10438 Remove calls to g_settings_bind. Connect something_changedCB to
10439 "changed".
10440
10441 * xgselect.c: Add defined (HAVE_GSETTINGS).
10442 (xgselect_initialize): Ditto.
10443
10444 * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h
10445 (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for
10446 xg_select.
10447
10448 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
10449
10450 * eval.c (struct backtrace): Simplify and port the data structure.
10451 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
10452 signed bit field, as this assumption is not portable and it makes
10453 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
10454 "char debug_on_exit : 1" as this is not portable either; instead,
10455 use the portable "unsigned int debug_on_exit : 1". Remove unused
10456 member evalargs. Remove obsolete comments about cc bombing out.
10457
10458 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
10459
10460 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.
10461 Let HAVE_GSETTINGS override HAVE_GCONF.
10462 (store_monospaced_changed): New function.
10463 (EMACS_SETTINGS): A new type derived from GObject to handle
10464 GSettings notifications.
10465 (emacs_settings_constructor, emacs_settings_get_property)
10466 (emacs_settings_set_property, emacs_settings_class_init):
10467 New functions.
10468 (gsettings_client, gsettings_obj): New variables.
10469 (GSETTINGS_SCHEMA): New define.
10470 (something_changedCB): Call store_monospaced_changed.
10471 (init_gsettings): New function.
10472 (xsettings_initialize): Call init_gsettings.
10473 (syms_of_xsettings): Initialize gsettings_client, gsettings_obj
10474 to NULL.
10475
10476 * Makefile.in (SETTINGS_CFLAGS, SETTINGS_LIBS): Rename from
10477 GCONF_CFLAGS/LIBS.
10478
10479 2011-06-29 Martin Rudalics <rudalics@gmx.at>
10480
10481 * window.c (resize_root_window, grow_mini_window)
10482 (shrink_mini_window): Rename Qresize_root_window to
10483 Qwindow_resize_root_window and Qresize_root_window_vertically to
10484 Qwindow_resize_root_window_vertically.
10485
10486 2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
10487
10488 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
10489
10490 2011-06-27 Juanma Barranquero <lekktu@gmail.com>
10491
10492 * makefile.w32-in: Redesign dependencies so they reflect more
10493 clearly which files are directly included by each source file,
10494 and not through other includes.
10495
10496 2011-06-27 Martin Rudalics <rudalics@gmx.at>
10497
10498 * buffer.c (Qclone_number): Declare static and DEFSYM it.
10499 (sort_overlays, overlay_strings): When an overlay's clone number
10500 matches the window's clone number process the overlay even if
10501 the overlay's window property doesn't match the current window.
10502
10503 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
10504 (Fwindow_hchild): Rename to Fwindow_left_child.
10505 (Fwindow_next): Rename to Fwindow_next_sibling.
10506 (Fwindow_prev): Rename to Fwindow_prev_sibling.
10507 (resize_window_check): Rename to window_resize_check.
10508 (resize_window_apply): Rename to window_resize_apply.
10509 (Fresize_window_apply): Rename to Fwindow_resize_apply.
10510 (Fdelete_other_windows_internal, resize_frame_windows)
10511 (Fsplit_window_internal, Fdelete_window_internal)
10512 (grow_mini_window, shrink_mini_window)
10513 (Fresize_mini_window_internal): Fix callers accordingly.
10514
10515 2011-06-26 Jan Djärv <jan.h.d@swipnet.se>
10516
10517 * emacsgtkfixed.h: State that this is only used with Gtk+3.
10518 (emacs_fixed_set_min_size): Remove.
10519 (emacs_fixed_new): Take frame as argument.
10520
10521 * emacsgtkfixed.c: State that this is only used with Gtk+3.
10522 (_EmacsFixedPrivate): Remove minwidth/height.
10523 Add struct frame *f.
10524 (emacs_fixed_init): Initialize priv->f.
10525 (get_parent_class, emacs_fixed_set_min_size): Remove.
10526 (emacs_fixed_new): Set priv->f to argument.
10527 (emacs_fixed_get_preferred_width)
10528 (emacs_fixed_get_preferred_height): Use min_width/height from
10529 frames size_hint to set minimum and natural (Bug#8919).
10530 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
10531 and use min_width/height from frames size_hint to set
10532 min_width/height (Bug#8919).
10533
10534 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
10535 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size.
10536 Fix indentation.
10537
10538 2011-06-26 Eli Zaretskii <eliz@gnu.org>
10539
10540 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
10541 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
10542 called at ZV.
10543
10544 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
10545
10546 * process.c (wait_reading_process_output): Bypass select if
10547 waiting for a cell while ignoring keyboard input, and input is
10548 pending. Suggested by Jan Djärv (Bug#8869).
10549
10550 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
10551
10552 Use gnulib's dup2 module instead of rolling our own.
10553 * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this.
10554
10555 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10556
10557 * dispnew.c (scrolling_window): Before scrolling, turn off a
10558 mouse-highlight in the window being scrolled.
10559
10560 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
10561
10562 Move DEFSYM to lisp.h and use everywhere.
10563
10564 * character.h (DEFSYM): Move declaration...
10565 * lisp.h (DEFSYM): ...here.
10566
10567 * gnutls.c:
10568 * minibuf.c:
10569 * w32menu.c:
10570 * w32proc.c:
10571 * w32select.c: Don't include character.h.
10572
10573 * alloc.c (syms_of_alloc):
10574 * buffer.c (syms_of_buffer):
10575 * bytecode.c (syms_of_bytecode):
10576 * callint.c (syms_of_callint):
10577 * casefiddle.c (syms_of_casefiddle):
10578 * casetab.c (init_casetab_once):
10579 * category.c (init_category_once, syms_of_category):
10580 * ccl.c (syms_of_ccl):
10581 * cmds.c (syms_of_cmds):
10582 * composite.c (syms_of_composite):
10583 * dbusbind.c (syms_of_dbusbind):
10584 * dired.c (syms_of_dired):
10585 * dispnew.c (syms_of_display):
10586 * doc.c (syms_of_doc):
10587 * editfns.c (syms_of_editfns):
10588 * emacs.c (syms_of_emacs):
10589 * eval.c (syms_of_eval):
10590 * fileio.c (syms_of_fileio):
10591 * fns.c (syms_of_fns):
10592 * frame.c (syms_of_frame):
10593 * fringe.c (syms_of_fringe):
10594 * insdel.c (syms_of_insdel):
10595 * keymap.c (syms_of_keymap):
10596 * lread.c (init_obarray, syms_of_lread):
10597 * macros.c (syms_of_macros):
10598 * msdos.c (syms_of_msdos):
10599 * print.c (syms_of_print):
10600 * process.c (syms_of_process):
10601 * search.c (syms_of_search):
10602 * sound.c (syms_of_sound):
10603 * syntax.c (init_syntax_once, syms_of_syntax):
10604 * terminal.c (syms_of_terminal):
10605 * textprop.c (syms_of_textprop):
10606 * undo.c (syms_of_undo):
10607 * w32.c (globals_of_w32):
10608 * window.c (syms_of_window):
10609 * xdisp.c (syms_of_xdisp):
10610 * xfaces.c (syms_of_xfaces):
10611 * xfns.c (syms_of_xfns):
10612 * xmenu.c (syms_of_xmenu):
10613 * xsettings.c (syms_of_xsettings):
10614 * xterm.c (syms_of_xterm): Use DEFSYM.
10615
10616 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com>
10617
10618 * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.
10619
10620 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
10621
10622 Integer and buffer overflow fixes (Bug#8873).
10623
10624 * print.c (printchar, strout): Check for string overflow.
10625 (PRINTPREPARE, printchar, strout):
10626 Don't set size unless allocation succeeds.
10627
10628 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
10629 for sizes. Check for string overflow more accurately.
10630 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.
10631
10632 * macros.c: Integer and buffer overflow fixes.
10633 * keyboard.h (struct keyboard.kbd_macro_bufsize):
10634 * macros.c (Fstart_kbd_macro, store_kbd_macro_char):
10635 Use ptrdiff_t, not int, for sizes.
10636 Don't increment bufsize until after realloc succeeds.
10637 Check for size-calculation overflow.
10638 (Fstart_kbd_macro): Use EMACS_INT, not int, for XINT result.
10639
10640 * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.
10641
10642 * lread.c: Integer overflow fixes.
10643 (read_integer): Radix is now EMACS_INT, not int,
10644 to improve quality of diagnostics for out-of-range radices.
10645 Calculate buffer size correctly for out-of-range radices.
10646 (read1): Check for integer overflow in radices, and in
10647 read-circle numbers.
10648 (read_escape): Avoid int overflow.
10649 (Fload, openp, read_buffer_size, read1)
10650 (substitute_object_recurse, read_vector, read_list, map_obarray):
10651 Use ptrdiff_t, not int, for sizes.
10652 (read1): Use EMACS_INT, not int, for sizes.
10653 Check for size overflow.
10654
10655 * image.c (cache_image): Check for size arithmetic overflow.
10656
10657 * lread.c: Integer overflow issues.
10658 (saved_doc_string_size, saved_doc_string_length)
10659 (prev_saved_doc_string_size, prev_saved_doc_string_length):
10660 Now ptrdiff_t, not int.
10661 (read1): Don't assume doc string length fits in int. Check for
10662 out-of-range doc string lengths.
10663 (read_list): Don't assume file position fits in int.
10664 (read_escape): Check for hex character overflow.
10665
10666 2011-06-22 Leo Liu <sdl.web@gmail.com>
10667
10668 * minibuf.c (Fcompleting_read_default, Vcompleting_read_function):
10669 Move to minibuffer.el.
10670
10671 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
10672
10673 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
10674 The following patches are for when GLYPH_DEBUG && !XASSERT.
10675 * dispextern.h (trace_redisplay_p, dump_glyph_string):
10676 * dispnew.c (flush_stdout):
10677 * xdisp.c (dump_glyph_row, dump_glyph_matrix, dump_glyph):
10678 Mark as externally visible.
10679 * dispnew.c (check_window_matrix_pointers): Now static.
10680 * dispnew.c (window_to_frame_vpos):
10681 * xfns.c (unwind_create_frame):
10682 * xterm.c (x_check_font): Remove unused local.
10683 * scroll.c (CHECK_BOUNDS):
10684 * xfaces.c (cache_fache): Rename local to avoid shadowing.
10685 * xfns.c, w32fns.c (image_cache_refcount, dpyinfo_refcount): Now static.
10686 * xdisp.c (check_window_end): Now a no-op if !XASSERTS.
10687 (debug_first_unchanged_at_end_vpos, debug_last_unchanged_at_beg_vpos)
10688 (debug_dvpos, debug_dy, debug_delta, debug_delta_bytes, debug_end_vpos):
10689 Now static.
10690 (debug_method_add): Use va_list and vsprintf rather than relying
10691 on undefined behavior with wrong number of arguments.
10692 (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
10693 Don't assume ptrdiff_t and EMACS_INT are the same width as int.
10694 In this code, it's OK to assume C99 behavior for ptrdiff_t formats
10695 since we're not interested in debugging glyphs with old libraries.
10696 * xfaces.c (cache_face): Move debugging code earlier; this pacifies
10697 GCC 4.6.0's static checking.
10698
10699 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
10700
10701 Integer overflow and signedness fixes (Bug#8873).
10702 A few related buffer overrun fixes, too.
10703
10704 * font.c (font_score): Use EMACS_INT, not int, to store XINT value.
10705
10706 * dispextern.h (struct face.stipple):
10707 * image.c (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10708 (x_bitmap_mask, x_allocate_bitmap_record)
10709 (x_create_bitmap_from_data, x_create_bitmap_from_file)
10710 (x_destroy_bitmap, x_destroy_all_bitmaps, x_create_bitmap_mask)
10711 (x_create_bitmap_from_xpm_data):
10712 * nsterm.h (struct ns_display_info.bitmaps_size, .bitmaps_last):
10713 * w32term.h (struct w32_display_info.icon_bitmap_id, .bitmaps_size)
10714 (.bitmaps_last):
10715 * xfaces.c (load_pixmap):
10716 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap):
10717 * xterm.h (struct x_display_info.icon_bitmap_id, .bitmaps_size)
10718 (.bitmaps_last, struct x_output.icon_bitmap):
10719 Use ptrdiff_t, not int, for bitmap indexes.
10720 (x_allocate_bitmap_record): Check for size overflow.
10721 * dispextern.h, lisp.h: Adjust to API changes elsewhere.
10722
10723 Use ptrdiff_t, not int, for overlay counts.
10724 * buffer.h (overlays_at, sort_overlays, GET_OVERLAYS_AT):
10725 * editfns.c (overlays_around, get_pos_property):
10726 * textprop.c (get_char_property_and_overlay):
10727 * xdisp.c (next_overlay_change, note_mouse_highlight):
10728 * xfaces.c (face_at_buffer_position):
10729 * buffer.c (OVERLAY_COUNT_MAX): New macro.
10730 (overlays_at, overlays_in, sort_overlays, Foverlays_at)
10731 (Fnext_overlay_change, Fprevious_overlay_change)
10732 (mouse_face_overlay_overlaps, Foverlays_in):
10733 Use ptrdiff_t, not int, for sizes.
10734 (overlays_at, overlays_in): Check for size-calculation overflow.
10735
10736 * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int.
10737
10738 * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen.
10739 (x_session_initialize): Do not assume string length fits in int.
10740
10741 * xsettings.c (apply_xft_settings): Fix potential buffer overrun.
10742 This is unlikely, but can occur if DPI is outlandish.
10743
10744 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
10745 * xselect.c (Fx_get_atom_name): Avoid need for strlen.
10746
10747 * xrdb.c: Don't assume strlen fits in int; avoid some strlens.
10748 * xrdb.c (magic_file_p, search_magic_path):
10749 Omit last arg SUFFIX; it was always 0. All callers changed.
10750 (magic_file_p): Use ptrdiff_t, not int. Check for size overflow.
10751
10752 * xfont.c (xfont_match): Avoid need for strlen.
10753
10754 * xfns.c: Don't assume strlen fits in int.
10755 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
10756
10757 * xdisp.c (message_log_check_duplicate): Return intmax_t,
10758 not unsigned long, as we prefer signed integers. All callers changed.
10759 Detect integer overflow in repeat count.
10760 (message_dolog): Don't assume print length fits in 39 bytes.
10761 (display_mode_element): Don't assume strlen fits in int.
10762
10763 * termcap.c: Don't assume sizes fit in int and never overflow.
10764 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.
10765 (gobble_line): Check for size-calculation overflow.
10766
10767 * minibuf.c (Fread_buffer):
10768 * lread.c (intern, intern_c_string):
10769 * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
10770 Don't assume string length fits in int.
10771
10772 * keyboard.c (parse_tool_bar_item):
10773 * gtkutil.c (style_changed_cb): Avoid need for strlen.
10774
10775 * font.c: Don't assume string length fits in int.
10776 (font_parse_xlfd, font_parse_fcname, font_unparse_fcname):
10777 Use ptrdiff_t, not int.
10778 (font_intern_prop): Don't assume string length fits in int.
10779 Don't assume integer property fits in fixnum.
10780 * font.h (font_intern_prop): 2nd arg is now ptrdiff_t, not int.
10781
10782 * filelock.c: Fix some buffer overrun and integer overflow issues.
10783 (get_boot_time): Don't assume gzip command string fits in 100 bytes.
10784 Reformulate so as not to need the command string.
10785 Invoke gzip -cd rather than gunzip, as it's more portable.
10786 (lock_info_type, lock_file_1, lock_file):
10787 Don't assume pid_t and time_t fit in unsigned long.
10788 (LOCK_PID_MAX): Remove; we now use more-reliable bounds.
10789 (current_lock_owner): Prefer signed type for sizes.
10790 Use memcpy, not strncpy, where memcpy is what is really wanted.
10791 Don't assume (via atoi) that time_t and pid_t fit in int.
10792 Check for time_t and/or pid_t out of range, e.g., via a network share.
10793 Don't alloca where an auto var works fine.
10794
10795 * fileio.c: Fix some integer overflow issues.
10796 (file_name_as_directory, Fexpand_file_name, Fsubstitute_in_file_name):
10797 Don't assume string length fits in int.
10798 (directory_file_name): Don't assume string length fits in long.
10799 (make_temp_name): Don't assume pid fits in int, or that its print
10800 length is less than 20.
10801
10802 * data.c (Fsubr_name): Rewrite to avoid a strlen call.
10803
10804 * coding.c (make_subsidiaries): Don't assume string length fits in int.
10805
10806 * callproc.c (child_setup): Rewrite to avoid two strlen calls.
10807
10808 * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.
10809 We prefer signed integers, even for size calculations.
10810
10811 * emacs.c: Don't assume string length fits in 'int'.
10812 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
10813 (main): Don't invoke strlen when not needed.
10814
10815 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
10816 (XD_DEBUG_MESSAGE): Don't waste a byte.
10817
10818 * callproc.c (getenv_internal_1, getenv_internal)
10819 (Fgetenv_internal):
10820 * buffer.c (init_buffer): Don't assume string length fits in 'int'.
10821
10822 * lread.c (invalid_syntax): Omit length argument.
10823 All uses changed. This doesn't fix a bug, but it simplifies the
10824 code away from its former Hollerith-constant appearance, and it's
10825 one less 'int' to worry about when looking at integer-overflow issues.
10826 (string_to_number): Simplify 2011-04-26 change by invoking xsignal1.
10827
10828 * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
10829 This didn't break anything, but it didn't help either.
10830 It's confusing to put a bogus integer in a place where the actual
10831 value does not matter.
10832 (LIST_END_P): Remove unused macro and its bogus comment.
10833 (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT.
10834
10835 * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
10836 This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE,
10837 implementation.
10838 (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT.
10839 We prefer signed types, and the value cannot exceed the EMACS_INT
10840 range anyway (because otherwise the length would not be representable).
10841 (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t,
10842 not EMACS_UINT and EMACS_INT, when converting pointer to integer.
10843 This avoids a GCC warning when WIDE_EMACS_INT.
10844
10845 * indent.c (sane_tab_width): New function.
10846 (current_column, scan_for_column, Findent_to, position_indentation)
10847 (compute_motion): Use it. This is just for clarity.
10848 (Fcompute_motion): Don't assume hscroll and tab offset fit in int.
10849
10850 * image.c (xbm_image_p): Don't assume stated width, height fit in int.
10851
10852 * lisp.h (lint_assume): New macro.
10853 * composite.c (composition_gstring_put_cache):
10854 * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
10855
10856 * editfns.c, insdel.c:
10857 Omit unnecessary forward decls, to simplify future changes.
10858
10859 * ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
10860
10861 * font.c (Ffont_shape_gstring): Don't assume glyph len fits in 'int'.
10862
10863 * fns.c (Ffillarray): Don't assume bool vector size fits in 'int'.
10864 Use much-faster test for byte-length change.
10865 Don't assume string byte-length fits in 'int'.
10866 Check that character arg fits in 'int'.
10867 (mapcar1): Declare byte as byte, for clarity.
10868
10869 * alloc.c (Fmake_bool_vector): Avoid unnecessary multiplication.
10870
10871 * fns.c (concat): Catch string overflow earlier.
10872 Do not rely on integer wraparound.
10873
10874 * dispextern.h (struct it.overlay_strings_charpos)
10875 (struct it.selective): Now EMACS_INT, not int.
10876 * xdisp.c (forward_to_next_line_start)
10877 (back_to_previous_visible_line_start)
10878 (reseat_at_next_visible_line_start, next_element_from_buffer):
10879 Don't arbitrarily truncate the value of 'selective' to int.
10880
10881 * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.
10882
10883 * composite.c: Don't truncate sizes to 'int'.
10884 (composition_gstring_p, composition_reseat_it)
10885 (composition_adjust_point): Use EMACS_INT, not int.
10886 (get_composition_id, composition_gstring_put_cache): Use EMACS_INT,
10887 not EMACS_UINT, for indexes.
10888
10889 * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.
10890
10891 * buffer.c: Include <verify.h>.
10892 (struct sortvec.priority, struct sortstr.priority):
10893 Now EMACS_INT, not int.
10894 (compare_overlays, cmp_for_strings): Avoid subtraction overflow.
10895 (struct sortstr.size, record_overlay_string)
10896 (struct sortstrlist.size, struct sortlist.used):
10897 Don't truncate size to int.
10898 (record_overlay_string): Check for size-calculation overflow.
10899 (init_buffer_once): Check at compile-time, not run-time.
10900
10901 2011-06-22 Jim Meyering <meyering@redhat.com>
10902
10903 Don't leak an XBM-image-sized buffer
10904 * image.c (xbm_load): Free the image buffer after using it.
10905
10906 2011-06-21 Paul Eggert <eggert@cs.ucla.edu>
10907
10908 Port to Sun C.
10909 * composite.c (find_automatic_composition): Omit needless 'return 0;'
10910 that Sun C diagnosed.
10911 * fns.c (secure_hash): Fix pointer signedness issue.
10912 * intervals.c (static_offset_intervals): New function.
10913 (offset_intervals): Use it.
10914
10915 2011-06-21 Leo Liu <sdl.web@gmail.com>
10916
10917 * deps.mk (fns.o):
10918 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
10919 sha512.h.
10920
10921 * fns.c (secure_hash): Rename from crypto_hash_function and change
10922 the first arg to accept symbols.
10923 (Fsecure_hash): New primitive.
10924 (syms_of_fns): New symbols.
10925
10926 2011-06-20 Deniz Dogan <deniz@dogan.se>
10927
10928 * process.c (Fset_process_buffer): Clarify return value in
10929 docstring.
10930
10931 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
10932
10933 * dispnew.c (add_window_display_history): Use BVAR.
10934
10935 * xdisp.c (debug_method_add): Use BVAR.
10936 (check_window_end, dump_glyph_matrix, dump_glyph)
10937 (dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.
10938
10939 * xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
10940 Likewise.
10941
10942 * xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
10943 check till after the cache is created in init_frame_faces.
10944
10945 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 * fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.
10948
10949 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
10950
10951 * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.
10952 Without this, prin1 mishandles Lisp_Misc_Save_Value printing on
10953 hosts with pre-C99 libraries, because pD is wrongly defined to "t".
10954
10955 Improve buffer-overflow checking (Bug#8873).
10956 * fileio.c (Finsert_file_contents):
10957 * insdel.c (insert_from_buffer_1, replace_range, replace_range_2):
10958 Remove the old (too-loose) buffer overflow checks.
10959 They weren't needed, since make_gap checks for buffer overflow.
10960 * insdel.c (make_gap_larger): Catch buffer overflows that were missed.
10961 The old code merely checked for Emacs fixnum overflow, and relied
10962 on undefined (wraparound) behavior. The new code avoids undefined
10963 behavior, and also checks for ptrdiff_t and/or size_t overflow.
10964
10965 * editfns.c (Finsert_char): Don't dump core with very negative counts.
10966 Tune. Don't use wider integers than needed. Don't use alloca.
10967 Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
10968
10969 * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
10970
10971 * insdel.c, lisp.h (buffer_overflow): New function.
10972 (insert_from_buffer_1, replace_range, replace_range_2):
10973 * insdel.c (make_gap_larger):
10974 * editfns.c (Finsert_char):
10975 * fileio.c (Finsert_file_contents): Use it, to normalize wording.
10976
10977 * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.
10978
10979 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
10980
10981 Integer overflow and signedness fixes (Bug#8873, Bug#8828).
10982
10983 * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.
10984 (GET_CCL_RANGE, IN_INT_RANGE): Use it.
10985
10986 * fileio.c: Don't assume EMACS_INT fits in off_t.
10987 (emacs_lseek): New static function.
10988 (Finsert_file_contents, Fwrite_region): Use it.
10989 Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate.
10990
10991 * fns.c (Fload_average): Don't assume 100 * load average fits in int.
10992
10993 * fns.c: Don't overflow int when computing a list length.
10994 * fns.c (QUIT_COUNT_HEURISTIC): New constant.
10995 (Flength, Fsafe_length): Use EMACS_INT, not int, to avoid unwanted
10996 truncation on 64-bit hosts. Check for QUIT every
10997 QUIT_COUNT_HEURISTIC entries rather than every other entry; that's
10998 faster and is responsive enough.
10999 (Flength): Report an error instead of overflowing an integer.
11000 (Fsafe_length): Return a float if the value is not representable
11001 as a fixnum. This shouldn't happen except in contrived situations.
11002 (Fnthcdr, Fsort): Don't assume list length fits in int.
11003 (Fcopy_sequence): Don't assume vector length fits in int.
11004
11005 * alloc.c: Check that resized vectors' lengths fit in fixnums.
11006 (header_size, word_size): New constants.
11007 (allocate_vectorlike): Don't check size overflow here.
11008 (allocate_vector): Check it here instead, since this is the only
11009 caller of allocate_vectorlike that could cause overflow.
11010 Check that the new vector's length is representable as a fixnum.
11011
11012 * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.
11013 The previous code was bogus. For example, next_almost_prime (32)
11014 returned 39, which is undesirable as it is a multiple of 3; and
11015 next_almost_prime (24) returned 25, which is a multiple of 5 so
11016 why was the code bothering to check for multiples of 7?
11017
11018 * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.
11019
11020 * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.
11021
11022 Variadic C functions now count arguments with ptrdiff_t.
11023 This partly undoes my 2011-03-30 change, which replaced int with size_t.
11024 Back then I didn't know that the Emacs coding style prefers signed int.
11025 Also, in the meantime I found a few more instances where arguments
11026 were being counted with int, which may truncate counts on 64-bit
11027 machines, or EMACS_INT, which may be unnecessarily wide.
11028 * lisp.h (struct Lisp_Subr.function.aMANY)
11029 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call):
11030 Arg counts are now ptrdiff_t, not size_t.
11031 All variadic functions and their callers changed accordingly.
11032 (struct gcpro.nvars): Now size_t, not size_t. All uses changed.
11033 * bytecode.c (exec_byte_code): Check maxdepth for overflow,
11034 to avoid potential buffer overrun. Don't assume arg counts fit in 'int'.
11035 * callint.c (Fcall_interactively): Check arg count for overflow,
11036 to avoid potential buffer overrun. Use signed char, not 'int',
11037 for 'varies' array, so that we needn't bother to check its size
11038 calculation for overflow.
11039 * editfns.c (Fformat): Use ptrdiff_t, not EMACS_INT, to count args.
11040 * eval.c (apply_lambda):
11041 * fns.c (Fmapconcat): Use XFASTINT, not XINT, to get args length.
11042 (struct textprop_rec.argnum): Now ptrdiff_t, not int. All uses changed.
11043 (mapconcat): Use ptrdiff_t, not int and EMACS_INT, to count args.
11044
11045 * callint.c (Fcall_interactively): Don't use index var as event count.
11046
11047 * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
11048 * mem-limits.h (SIZE): Remove; no longer used.
11049
11050 * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works.
11051
11052 Remove unnecessary casts.
11053 * xterm.c (x_term_init):
11054 * xfns.c (x_set_border_pixel):
11055 * widget.c (create_frame_gcs): Remove casts to unsigned long etc.
11056 These aren't needed now that we assume ANSI C.
11057
11058 * sound.c (Fplay_sound_internal): Remove cast to unsigned long.
11059 It's more likely to cause problems (due to unsigned overflow)
11060 than to cure them.
11061
11062 * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.
11063
11064 * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.
11065
11066 * xterm.c (handle_one_xevent): Omit unnecessary casts to unsigned.
11067
11068 * keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
11069
11070 * lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
11071
11072 * lread.c (Fload): Don't compare a possibly-garbage time_t value.
11073
11074 GLYPH_CODE_FACE returns EMACS_INT, not int.
11075 * dispextern.h (merge_faces):
11076 * xfaces.c (merge_faces):
11077 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11078 Don't assume EMACS_INT fits in int.
11079
11080 * character.h (CHAR_VALID_P): Remove unused parameter.
11081 * fontset.c, lisp.h, xdisp.c: All uses changed.
11082
11083 * editfns.c (Ftranslate_region_internal): Omit redundant test.
11084
11085 * fns.c (concat): Minor tuning based on overflow analysis.
11086 This doesn't fix any bugs. Use int to hold character, instead
11087 of constantly refetching from Emacs object. Use XFASTINT, not
11088 XINT, for value known to be a character. Don't bother comparing
11089 a single byte to 0400, as it's always less.
11090
11091 * floatfns.c (Fexpt):
11092 * fileio.c (make_temp_name): Omit unnecessary cast to unsigned.
11093
11094 * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT
11095 for characters.
11096
11097 * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
11098
11099 * data.c (Faset): If ARRAY is a string, check that NEWELT is a char.
11100 Without this fix, on a 64-bit host (aset S 0 4294967386) would
11101 incorrectly succeed when S was a string, because 4294967386 was
11102 truncated before it was used.
11103
11104 * chartab.c (Fchar_table_range): Use CHARACTERP to check range.
11105 Otherwise, an out-of-range integer could cause undefined behavior
11106 on a 64-bit host.
11107
11108 * composite.c: Use int, not EMACS_INT, for characters.
11109 (fill_gstring_body, composition_compute_stop_pos): Use int, not
11110 EMACS_INT, for values that are known to be in character range.
11111 This doesn't fix any bugs but is the usual style inside Emacs and
11112 may generate better code on 32-bit machines.
11113
11114 Make sure a 64-bit char is never passed to ENCODE_CHAR.
11115 This is for reasons similar to the recent CHAR_STRING fix.
11116 * charset.c (Fencode_char): Check that character arg is actually
11117 a character. Pass an int to ENCODE_CHAR.
11118 * charset.h (ENCODE_CHAR): Verify that the character argument is no
11119 wider than 'int', as a compile-time check to prevent future regressions
11120 in this area.
11121
11122 * character.c (char_string): Remove unnecessary casts.
11123
11124 Make sure a 64-bit char is never passed to CHAR_STRING.
11125 Otherwise, CHAR_STRING would do the wrong thing on a 64-bit platform,
11126 by silently ignoring the top 32 bits, allowing some values
11127 that were far too large to be valid characters.
11128 * character.h: Include <verify.h>.
11129 (CHAR_STRING, CHAR_STRING_ADVANCE): Verify that the character
11130 arguments are no wider than unsigned, as a compile-time check
11131 to prevent future regressions in this area.
11132 * data.c (Faset):
11133 * editfns.c (Fchar_to_string, general_insert_function, Finsert_char)
11134 (Fsubst_char_in_region):
11135 * fns.c (concat):
11136 * xdisp.c (decode_mode_spec_coding):
11137 Adjust to CHAR_STRING's new requirement.
11138 * editfns.c (Finsert_char, Fsubst_char_in_region):
11139 * fns.c (concat): Check that character args are actually
11140 characters. Without this test, these functions did the wrong
11141 thing with wildly out-of-range values on 64-bit hosts.
11142
11143 Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
11144 These casts should not be needed on 32-bit hosts, either.
11145 * keyboard.c (read_char):
11146 * lread.c (Fload): Remove casts to unsigned.
11147
11148 * lisp.h (UNSIGNED_CMP): New macro.
11149 This fixes comparison bugs on 64-bit hosts.
11150 (ASCII_CHAR_P): Use it.
11151 * casefiddle.c (casify_object):
11152 * character.h (ASCII_BYTE_P, CHAR_VALID_P)
11153 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
11154 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
11155 * dispextern.h (FACE_FROM_ID):
11156 * keyboard.c (read_char): Use UNSIGNED_CMP.
11157
11158 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
11159 not to EMACS_INT, to avoid GCC warning.
11160
11161 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
11162
11163 * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast.
11164 The cast incorrectly truncated 64-bit byte offsets to 32 bits, and
11165 isn't needed on 32-bit machines.
11166
11167 * buffer.c (Fgenerate_new_buffer_name):
11168 Use EMACS_INT for count, not int.
11169 (advance_to_char_boundary): Return EMACS_INT, not int.
11170
11171 * data.c (Qcompiled_function): Now static.
11172
11173 * window.c (window_body_lines): Now static.
11174
11175 * image.c (gif_load): Rename local to avoid shadowing.
11176
11177 * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
11178 (struct Lisp_Save_Value): Use ptrdiff_t, not int, for 'integer' member.
11179 * alloc.c (make_save_value): Integer argument is now of type
11180 ptrdiff_t, not int.
11181 (mark_object): Use ptrdiff_t, not int.
11182 * lisp.h (pD): New macro.
11183 * print.c (print_object): Use it.
11184
11185 * alloc.c: Use EMACS_INT, not int, to count objects.
11186 (total_conses, total_markers, total_symbols, total_vector_size)
11187 (total_free_conses, total_free_markers, total_free_symbols)
11188 (total_free_floats, total_floats, total_free_intervals)
11189 (total_intervals, total_strings, total_free_strings):
11190 Now EMACS_INT, not int. All uses changed.
11191 (Fgarbage_collect): Compute overall total using a double, so that
11192 integer overflow is less likely to be a problem. Check for overflow
11193 when converting back to an integer.
11194 (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
11195 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
11196 These were 'int' variables that could overflow on 64-bit hosts;
11197 they were never used, so remove them instead of repairing them.
11198 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
11199 (inhibit_garbage_collection): Set gc_cons_threshold to max value.
11200 Previously, this ceilinged at INT_MAX, but that doesn't work on
11201 64-bit machines.
11202 (allocate_pseudovector): Don't use EMACS_INT when int would do.
11203
11204 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
11205 (allocate_vectorlike): Check for ptrdiff_t overflow.
11206 (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
11207 when a (possibly-narrower) signed value would do just as well.
11208 We prefer using signed arithmetic, to avoid comparison confusion.
11209
11210 * alloc.c: Catch some string size overflows that we were missing.
11211 (XMALLOC_OVERRUN_CHECK_SIZE) [!XMALLOC_OVERRUN_CHECK]: Define to 0,
11212 for convenience in STRING_BYTES_MAX.
11213 (STRING_BYTES_MAX): New macro, superseding the old one in lisp.h.
11214 The definition here is exact; the one in lisp.h was approximate.
11215 (allocate_string_data): Check for string overflow. This catches
11216 some instances we weren't catching before. Also, it catches
11217 size_t overflow on (unusual) hosts where SIZE_MAX <= min
11218 (PTRDIFF_MAX, MOST_POSITIVE_FIXNUM), e.g., when size_t is 32 bits
11219 and ptrdiff_t and EMACS_INT are both 64 bits.
11220
11221 * character.c, coding.c, doprnt.c, editfns.c, eval.c:
11222 All uses of STRING_BYTES_MAX replaced by STRING_BYTES_BOUND.
11223 * lisp.h (STRING_BYTES_BOUND): Rename from STRING_BYTES_MAX.
11224
11225 * character.c (string_escape_byte8): Fix nbytes/nchars typo.
11226
11227 * alloc.c (Fmake_string): Check for out-of-range init.
11228
11229 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * eval.c (Fdefvaralias): Also mark the target as variable-special-p.
11232
11233 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
11234
11235 * xfns.c (x_set_scroll_bar_default_width): Remove argument to
11236 xg_get_default_scrollbar_width.
11237
11238 * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3.
11239 (int_gtk_range_get_value): Move to the scroll bar part of the file.
11240 (style_changed_cb): Call update_theme_scrollbar_width and call
11241 x_set_scroll_bar_default_width and xg_frame_set_char_size for
11242 all frames (Bug#8505).
11243 (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505).
11244 Call gtk_window_set_resizable if HAVE_GTK3.
11245 (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width
11246 and height if HAVE_GTK3 (Bug#8505).
11247 (scroll_bar_width_for_theme): New variable.
11248 (update_theme_scrollbar_width): New function.
11249 (xg_get_default_scrollbar_width): Move code to
11250 update_theme_scrollbar_width, just return scroll_bar_width_for_theme.
11251 (xg_initialize): Call update_theme_scrollbar_width.
11252
11253 * gtkutil.h (xg_get_default_scrollbar_width): Remove argument.
11254
11255 * emacsgtkfixed.c, emacsgtkfixed.h: New files.
11256
11257 2011-06-12 Martin Rudalics <rudalics@gmx.at>
11258
11259 * frame.c (make_frame): Call other_buffer_safely instead of
11260 other_buffer.
11261
11262 * window.c (temp_output_buffer_show): Call display_buffer with
11263 second argument Vtemp_buffer_show_specifiers and reset latter
11264 immediately after the call.
11265 (Vtemp_buffer_show_specifiers): New variable.
11266 (auto_window_vscroll_p, next_screen_context_lines)
11267 (Vscroll_preserve_screen_position): Remove leading asterisks from
11268 doc-strings.
11269
11270 2011-06-12 Paul Eggert <eggert@cs.ucla.edu>
11271
11272 Fix minor problems found by GCC 4.6.0 static checking.
11273 * buffer.c (Qclone_number): Remove for now, as it's unused.
11274 (record_buffer, Funrecord_buffer): Rename local to avoid shadowing.
11275 (record_buffer): Remove unused local.
11276 * frame.c (other_visible_frames, frame_buffer_list): Now static.
11277 (set_frame_buffer_list): Remove; unused.
11278 * frame.h (other_visible_frames): Remove decl.
11279 * keyboard.h (menu_items_inuse): Declare only if USE_GTK || USE_MOTIF.
11280 * lisp.h (frame_buffer_list, set_frame_buffer_list): Remove decls.
11281 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor): Declare only
11282 if HAVE_GPM.
11283 * menu.c (menu_items_inuse): Now static unless USE_GTK || USE_MOTIF.
11284 * process.c (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
11285 Define only if HAVE_GPM.
11286 * widget.c (EmacsFrameResize, emacsFrameClassRec): Now static.
11287 (update_hints_inhibit): Remove; never set. All uses removed.
11288 * widgetprv.h (emacsFrameClassRec): Remove decl.
11289 * window.c (delete_deletable_window): Now returns void, since it
11290 wasn't returning anything.
11291 (compare_window_configurations): Remove unused locals.
11292 * xfns.c (x_set_scroll_bar_default_width): Remove unused locals.
11293 * xmenu.c (x_menu_set_in_use): Define only if USE_GTK || USE_MOTIF.
11294 (dialog_selection_callback) [!USE_GTK]: Prefer intptr_t for integers
11295 the same widths as pointers. This follows up on the 2011-05-06 patch.
11296 * xterm.c (x_alloc_lighter_color_for_widget): Define only if USE_LUCID.
11297 * xterm.h: Likewise.
11298 (x_menu_set_in_use): Declare only if USE_GTK || USE_MOTIF.
11299
11300 2011-06-12 Juanma Barranquero <lekktu@gmail.com>
11301
11302 * makefile.w32-in: Update dependencies.
11303 (LISP_H): Add lib/intprops.h.
11304
11305 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
11306
11307 * image.c (gif_load): Add animation frame delay to the metadata.
11308 (syms_of_image): Use DEFSYM. New symbol `delay'.
11309
11310 2011-06-11 Martin Rudalics <rudalics@gmx.at>
11311
11312 * window.c (delete_deletable_window): Re-add.
11313 (Fset_window_configuration): Rewrite to handle dead buffers and
11314 consequently deletable windows.
11315 (window_tree, Fwindow_tree): Remove. Supply functionality in
11316 window.el.
11317 (compare_window_configurations): Simplify code.
11318
11319 2011-06-11 Andreas Schwab <schwab@linux-m68k.org>
11320
11321 * image.c (imagemagick_load_image): Fix type mismatch.
11322 (Fimagemagick_types): Likewise.
11323
11324 * window.h (replace_buffer_in_windows): Declare.
11325
11326 2011-06-11 Martin Rudalics <rudalics@gmx.at>
11327
11328 * buffer.c: New Lisp objects Qbuffer_list_update_hook and
11329 Qclone_number. Remove external declaration of Qdelete_window.
11330 (Fbuffer_list): Rewrite doc-string. Minor restructuring of
11331 code.
11332 (Fget_buffer_create, Fmake_indirect_buffer, Frename_buffer):
11333 Run Qbuffer_list_update_hook if allowed.
11334 (Fother_buffer): Rewrite doc-string. Major rewrite for new
11335 buffer list implementation.
11336 (other_buffer_safely): New function.
11337 (Fkill_buffer): Replace call to replace_buffer_in_all_windows by
11338 calls to replace_buffer_in_windows and
11339 replace_buffer_in_windows_safely. Run Qbuffer_list_update_hook
11340 if allowed.
11341 (record_buffer): Inhibit quitting and rewrite using quittable
11342 functions. Run Qbuffer_list_update_hook if allowed.
11343 (Frecord_buffer, Funrecord_buffer): New functions.
11344 (switch_to_buffer_1, Fswitch_to_buffer): Remove.
11345 Move switch-to-buffer to window.el.
11346 (bury-buffer): Move to window.el.
11347 (Vbuffer_list_update_hook): New variable.
11348
11349 * lisp.h (other_buffer_safely): Add prototype in buffer.c
11350 section.
11351
11352 * window.h (resize_frame_windows): Move up in code.
11353 (Fwindow_frame): Remove EXFUN.
11354 (replace_buffer_in_all_windows): Remove prototype.
11355 (replace_buffer_in_windows_safely): Add prototype.
11356
11357 * window.c: Declare Qdelete_window static again. Move down
11358 declaration of select_count.
11359 (Fnext_window, Fprevious_window): Rewrite doc-strings.
11360 (Fother_window): Move to window.el.
11361 (window_loop): Remove DELETE_BUFFER_WINDOWS and UNSHOW_BUFFER
11362 cases. Add REPLACE_BUFFER_IN_WINDOWS_SAFELY case.
11363 (Fdelete_windows_on, Freplace_buffer_in_windows): Move to
11364 window.el.
11365 (replace_buffer_in_windows): Implement by calling
11366 Qreplace_buffer_in_windows.
11367 (replace_buffer_in_all_windows): Remove with some functionality
11368 moved into replace_buffer_in_windows_safely.
11369 (replace_buffer_in_windows_safely): New function.
11370 (select_window_norecord, select_frame_norecord): Move in front
11371 of run_window_configuration_change_hook. Remove now obsolete
11372 declarations.
11373 (Fset_window_buffer): Rewrite doc-string.
11374 Call Qrecord_window_buffer.
11375 (keys_of_window): Move binding for other-window to window.el.
11376
11377 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
11378
11379 * dispextern.h (struct image): Replace data member, whose int_val
11380 and ptr_val fields were not used by anything, with a single
11381 lisp_val object.
11382
11383 * image.c (Fimage_metadata, make_image, mark_image, tiff_load)
11384 (gif_clear_image, gif_load, imagemagick_load_image)
11385 (gs_clear_image, gs_load): Callers changed.
11386
11387 2011-06-10 Paul Eggert <eggert@cs.ucla.edu>
11388
11389 * buffer.h: Include <time.h>, for time_t.
11390 Needed to build on FreeBSD 8.2. Problem reported by Herbert J. Skuhra.
11391
11392 Fix minor problems found by static checking.
11393
11394 * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't.
11395
11396 Make identifiers static if they are not used in other modules.
11397 * data.c (Qcompiled_function, Qframe, Qvector):
11398 * image.c (QimageMagick, Qsvg):
11399 * minibuf.c (Qmetadata):
11400 * window.c (resize_window_check, resize_root_window): Now static.
11401 * window.h (resize_window_check, resize_root_window): Remove decls.
11402
11403 * window.c (window_deletion_count, delete_deletable_window):
11404 Remove; unused.
11405 (window_body_lines): Now static.
11406 (Fdelete_other_windows_internal): Mark vars as initialized.
11407 Make sure 'resize_failed' is initialized.
11408 (run_window_configuration_change_hook): Rename local to avoid shadowing.
11409 (resize_window_apply): Remove unused local.
11410 * window.h (delete_deletable_window): Remove decl.
11411
11412 * image.c (gif_load, svg_load_image): Rename locals to avoid shadowing.
11413 (imagemagick_load_image): Fix pointer signedness problem by changing
11414 last arg from unsigned char * to char *. All uses changed.
11415 Also, fix a local for similar reasons.
11416 Remove unused locals. Remove locals to avoid shadowing.
11417 (fn_rsvg_handle_free): Remove; unused.
11418 (svg_load, svg_load_image): Fix pointer signedness problem.
11419 (imagemagick_load_image): Don't use garbage pointer image_wand.
11420
11421 * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals.
11422
11423 2011-06-10 Chong Yidong <cyd@stupidchicken.com>
11424
11425 * image.c (gif_load): Fix omitted cast error introduced by
11426 2011-06-06 change.
11427
11428 2011-06-10 Martin Rudalics <rudalics@gmx.at>
11429
11430 * window.h (resize_proportionally, orig_total_lines)
11431 (orig_top_line): Remove from window structure.
11432 (set_window_height, set_window_width, change_window_heights)
11433 (Fdelete_window): Remove prototypes.
11434 (resize_frame_windows): Remove duplicate declaration.
11435
11436 2011-06-10 Eli Zaretskii <eliz@gnu.org>
11437
11438 * window.h (resize_frame_windows, resize_window_check)
11439 (delete_deletable_window, resize_root_window)
11440 (resize_frame_windows): Declare prototypes.
11441
11442 * window.c (resize_window_apply): Make definition be "static" to
11443 match the prototype.
11444
11445 2011-06-10 Martin Rudalics <rudalics@gmx.at>
11446
11447 * window.c: Remove declarations of Qwindow_size_fixed,
11448 window_min_size_1, window_min_size_2, window_min_size,
11449 size_window, window_fixed_size_p, enlarge_window, delete_window.
11450 Remove static from declaration of Qdelete_window, it's
11451 temporarily needed by Fbury_buffer.
11452 (replace_window): Don't assign orig_top_line and
11453 orig_total_lines.
11454 (Fdelete_window, delete_window): Remove. Window deletion is
11455 handled by window.el.
11456 (window_loop): Remove DELETE_OTHER_WINDOWS case.
11457 Replace Fdelete_window calls with calls to Qdelete_window.
11458 (Fdelete_other_windows): Remove. Deleting other windows is
11459 handled by window.el.
11460 (window_fixed_size_p): Remove. Fixed-sizeness of windows is
11461 handled in window.el.
11462 (window_min_size_2, window_min_size_1, window_min_size): Remove.
11463 Window minimum sizes are handled in window.el.
11464 (shrink_windows, size_window, set_window_height)
11465 (set_window_width, change_window_heights, window_height)
11466 (window_width, CURBEG, CURSIZE, enlarge_window)
11467 (adjust_window_trailing_edge, Fadjust_window_trailing_edge)
11468 (Fenlarge_window, Fshrink_window): Remove. Window resizing is
11469 handled in window.el.
11470 (make_dummy_parent): Rename to make_parent_window and give it a
11471 second argument horflag.
11472 (make_window): Don't set resize_proportionally any more.
11473 (Fsplit_window): Remove. Windows are split in window.el.
11474 (save_restore_action, save_restore_orig_size)
11475 (shrink_window_lowest_first, save_restore_orig_size): Remove.
11476 Resize mini windows in window.el.
11477 (grow_mini_window, shrink_mini_window): Implement by calling
11478 Qresize_root_window_vertically, resize_window_check and
11479 resize_window_apply.
11480 (saved_window, Fset_window_configuration, save_window_save):
11481 Do not handle orig_top_line, orig_total_lines, and
11482 resize_proportionally.
11483 (window_min_height, window_min_width): Move to window.el.
11484 (keys_of_window): Move bindings for delete-other-windows,
11485 split-window, delete-window and enlarge-window to window.el.
11486
11487 * buffer.c: Temporarily extern Qdelete_window.
11488 (Fbury_buffer): Temporarily call Qdelete_window instead of
11489 Fdelete_window (Fbury_buffer will move to window.el soon).
11490
11491 * frame.c (set_menu_bar_lines_1): Remove code handling
11492 orig_top_line and orig_total_lines.
11493
11494 * dispnew.c (adjust_frame_glyphs_initially): Don't use
11495 set_window_height but set heights directly.
11496 (change_frame_size_1): Use resize_frame_windows.
11497
11498 * xdisp.c (init_xdisp): Don't use set_window_height but set
11499 heights directly.
11500
11501 * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines):
11502 Use resize_frame_windows instead of change_window_heights and run
11503 run_window_configuration_change_hook.
11504
11505 * w32fns.c (x_set_tool_bar_lines): Use resize_frame_windows
11506 instead of change_window_heights and run
11507 run_window_configuration_change_hook.
11508
11509 2011-06-09 Martin Rudalics <rudalics@gmx.at>
11510
11511 * window.c (replace_window): Rename second argument REPLACEMENT to
11512 NEW. New third argument SETFLAG. Rewrite.
11513 (delete_window, make_dummy_parent): Call replace_window with
11514 third argument 1.
11515 (window_list_1): Move down in code.
11516 (run_window_configuration_change_hook): Move set_buffer part
11517 before select_frame_norecord part in order to unwind correctly.
11518 Rename count1 to count.
11519 (recombine_windows, delete_deletable_window, resize_root_window)
11520 (Fdelete_other_windows_internal)
11521 (Frun_window_configuration_change_hook, make_parent_window)
11522 (resize_window_check, resize_window_apply, Fresize_window_apply)
11523 (resize_frame_windows, Fsplit_window_internal)
11524 (Fdelete_window_internal, Fresize_mini_window_internal):
11525 New functions.
11526 (syms_of_window): New variables Vwindow_splits and Vwindow_nest.
11527
11528 2011-06-08 Martin Rudalics <rudalics@gmx.at>
11529
11530 * window.h (window): Add some new members to window structure -
11531 normal_lines, normal_cols, new_total, new_normal, clone_number,
11532 splits, nest, prev_buffers, next_buffers.
11533 (WINDOW_TOTAL_SIZE): Move here from window.c.
11534 (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here.
11535
11536 * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p):
11537 Remove.
11538 (make_dummy_parent): Set new members of windows structure.
11539 (make_window): Move down in code. Handle new members of window
11540 structure.
11541 (Fwindow_clone_number, Fwindow_splits, Fset_window_splits)
11542 (Fwindow_nest, Fset_window_nest, Fwindow_new_total)
11543 (Fwindow_normal_size, Fwindow_new_normal, Fwindow_prev_buffers)
11544 (Fset_window_prev_buffers, Fwindow_next_buffers)
11545 (Fset_window_next_buffers, Fset_window_clone_number):
11546 New functions.
11547 (Fwindow_hscroll, Fwindow_at, Fwindow_point, Fwindow_start)
11548 (Fwindow_end, Fwindow_line_height, Fset_window_dedicated_p):
11549 Doc-string fixes.
11550 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter):
11551 Argument WINDOW can be now internal window too.
11552 (Fwindow_use_time): Move up in code.
11553 (Fget_buffer_window): Rename argument FRAME to ALL-FRAMES.
11554 Rewrite doc-string.
11555 (Fset_window_configuration, saved_window)
11556 (Fcurrent_window_configuration, save_window_save): Handle new
11557 members of window structure.
11558 (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH)
11559 (MIN_SAFE_WINDOW_HEIGHT): Move to window.h.
11560 (syms_of_window): New Lisp objects Qrecord_window_buffer,
11561 Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows,
11562 Qget_mru_window, Qresize_root_window,
11563 Qresize_root_window_vertically, Qsafe, Qabove, Qbelow,
11564 Qauto_buffer_name; staticpro them.
11565
11566 2011-06-07 Martin Rudalics <rudalics@gmx.at>
11567
11568 * window.c (Fwindow_total_size, Fwindow_left_column)
11569 (Fwindow_top_line, window_body_lines, Fwindow_body_size)
11570 (Fwindow_list_1): New functions.
11571 (window_box_text_cols): Replace with window_body_cols.
11572 (Fwindow_width, Fscroll_left, Fscroll_right):
11573 Use window_body_cols instead of window_box_text_cols.
11574 (delete_window, Fset_window_configuration):
11575 Call delete_all_subwindows with window as argument.
11576 (delete_all_subwindows): Take a window as argument and not a
11577 structure. Rewrite.
11578 (window_loop): Remove handling of GET_LRU_WINDOW and
11579 GET_LARGEST_WINDOW.
11580 (Fget_lru_window, Fget_largest_window): Move to window.el.
11581
11582 * window.h: Extern window_body_cols instead of
11583 window_box_text_cols. delete_all_subwindows now takes a
11584 Lisp_Object as argument.
11585
11586 * indent.c (compute_motion, Fcompute_motion):
11587 Use window_body_cols instead of window_box_text_cols.
11588
11589 * frame.c (delete_frame): Call delete_all_subwindows with root
11590 window as argument.
11591
11592 2011-06-07 Daniel Colascione <dan.colascione@gmail.com>
11593
11594 * fns.c (Fputhash): Document return value.
11595
11596 2011-06-06 Chong Yidong <cyd@stupidchicken.com>
11597
11598 * image.c (gif_load): Implement gif89a spec "no disposal" method.
11599
11600 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
11601
11602 Cons<->int and similar integer overflow fixes (Bug#8794).
11603
11604 Check for overflow when converting integer to cons and back.
11605 * charset.c (Fdefine_charset_internal, Fdecode_char):
11606 Use cons_to_unsigned to catch overflow.
11607 (Fencode_char): Use INTEGER_TO_CONS.
11608 * composite.h (LGLYPH_CODE): Use cons_to_unsigned.
11609 (LGLYPH_SET_CODE): Use INTEGER_TO_CONS.
11610 * data.c (long_to_cons, cons_to_long): Remove.
11611 (cons_to_unsigned, cons_to_signed): New functions.
11612 These signal an error for invalid or out-of-range values.
11613 * dired.c (Ffile_attributes): Use INTEGER_TO_CONS.
11614 * fileio.c (Fset_visited_file_modtime): Use CONS_TO_INTEGER.
11615 * font.c (Ffont_variation_glyphs):
11616 * fontset.c (Finternal_char_font): Use INTEGER_TO_CONS.
11617 * lisp.h: Include <intprops.h>.
11618 (INTEGER_TO_CONS, CONS_TO_INTEGER): New macros.
11619 (cons_to_signed, cons_to_unsigned): New decls.
11620 (long_to_cons, cons_to_long): Remove decls.
11621 * undo.c (record_first_change): Use INTEGER_TO_CONS.
11622 (Fprimitive_undo): Use CONS_TO_INTEGER.
11623 * xfns.c (Fx_window_property): Likewise.
11624 * xselect.c: Include <limits.h>.
11625 (x_own_selection, selection_data_to_lisp_data):
11626 Use INTEGER_TO_CONS.
11627 (x_handle_selection_request, x_handle_selection_clear)
11628 (x_get_foreign_selection, Fx_disown_selection_internal)
11629 (Fx_get_atom_name, x_send_client_event): Use CONS_TO_INTEGER.
11630 (lisp_data_to_selection_data): Use cons_to_unsigned.
11631 (x_fill_property_data): Use cons_to_signed.
11632 Report values out of range.
11633
11634 Check for buffer and string overflow more precisely.
11635 * buffer.h (BUF_BYTES_MAX): New macro.
11636 * lisp.h (STRING_BYTES_MAX): New macro.
11637 * alloc.c (Fmake_string):
11638 * character.c (string_escape_byte8):
11639 * coding.c (coding_alloc_by_realloc):
11640 * doprnt.c (doprnt):
11641 * editfns.c (Fformat):
11642 * eval.c (verror):
11643 Use STRING_BYTES_MAX, not MOST_POSITIVE_FIXNUM,
11644 since they may not be the same number.
11645 * editfns.c (Finsert_char):
11646 * fileio.c (Finsert_file_contents):
11647 Likewise for BUF_BYTES_MAX.
11648
11649 * image.c: Use ptrdiff_t, not int, for sizes.
11650 (slurp_file): Switch from int to ptrdiff_t.
11651 All uses changed.
11652 (slurp_file): Check that file size fits in both size_t (for
11653 malloc) and ptrdiff_t (for sanity and safety).
11654
11655 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
11656 if b->modtime has its maximal value.
11657
11658 * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.
11659
11660 Don't assume time_t can fit into int.
11661 * buffer.h (struct buffer.modtime): Now time_t, not int.
11662 * fileio.c (Fvisited_file_modtime): No need for time_t cast now.
11663 * undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
11664
11665 Minor fixes for signed vs unsigned integers.
11666 * character.h (MAYBE_UNIFY_CHAR):
11667 * charset.c (maybe_unify_char):
11668 * keyboard.c (read_char, reorder_modifiers):
11669 XINT -> XFASTINT, since the integer must be nonnegative.
11670 * ftfont.c (ftfont_spec_pattern):
11671 * keymap.c (access_keymap, silly_event_symbol_error):
11672 XUINT -> XFASTINT, since the integer must be nonnegative.
11673 (Fsingle_key_description, preferred_sequence_p): XUINT -> XINT,
11674 since it makes no difference and we prefer signed.
11675 * keyboard.c (record_char): Use XUINT when all the neighbors do.
11676 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
11677 nonnegative.
11678
11679 2011-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * window.h (Fwindow_frame): Declare.
11682
11683 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
11684
11685 * alloc.c: Simplify handling of large-request failures (Bug#8800).
11686 (SPARE_MEMORY): Always define.
11687 (LARGE_REQUEST): Remove.
11688 (memory_full): Use SPARE_MEMORY rather than LARGE_REQUEST.
11689
11690 2011-06-06 Martin Rudalics <rudalics@gmx.at>
11691
11692 * lisp.h: Move EXFUNS for Fframe_root_window,
11693 Fframe_first_window and Fset_frame_selected_window to window.h.
11694
11695 * window.h: Move EXFUNS for Fframe_root_window,
11696 Fframe_first_window and Fset_frame_selected_window here from
11697 lisp.h.
11698
11699 * frame.c (Fwindow_frame, Fframe_first_window)
11700 (Fframe_root_window, Fframe_selected_window)
11701 (Fset_frame_selected_window): Move to window.c.
11702 (Factive_minibuffer_window): Move to minibuf.c.
11703 (Fother_visible_frames_p): New function.
11704
11705 * minibuf.c (Factive_minibuffer_window): Move here from frame.c.
11706
11707 * window.c (decode_window, decode_any_window): Move up in code.
11708 (Fwindowp, Fwindow_live_p): Rewrite doc-strings.
11709 (inhibit_frame_unsplittable): Remove unused variable.
11710 (Fwindow_buffer): Move up and rewrite doc-string.
11711 (Fwindow_parent, Fwindow_vchild, Fwindow_hchild, Fwindow_next)
11712 (Fwindow_prev): New functions.
11713 (Fwindow_frame): Move here from frame.c. Accept any window as
11714 argument.
11715 (Fframe_root_window, Fframe_first_window)
11716 (Fframe_selected_window): Move here from frame.c. Accept frame
11717 or arbitrary window as argument. Update doc-strings.
11718 (Fminibuffer_window): Move up in code.
11719 (Fwindow_minibuffer_p): Move up in code and simplify.
11720 (Fset_frame_selected_window): Move here from frame.c.
11721 Marginal rewrite.
11722 (Fselected_window, select_window, Fselect_window): Move up in
11723 code. Minor doc-string fixes.
11724
11725 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
11726
11727 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
11728 Do not assume that spare memory exists; that assumption is valid
11729 only if SYSTEM_MALLOC.
11730 (LARGE_REQUEST): New macro, so that the issue of large requests
11731 is separated from the issue of spare memory.
11732
11733 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
11734
11735 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
11736 format. (Bug#8806)
11737
11738 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
11739
11740 * xfns.c (x_set_scroll_bar_default_width): Move declarations
11741 before statements.
11742
11743 2011-06-05 Jan Djärv <jan.h.d@swipnet.se>
11744
11745 * gtkutil.c (xg_get_default_scrollbar_width): New function.
11746
11747 * gtkutil.h: Declare xg_get_default_scrollbar_width.
11748
11749 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
11750 min width by calling x_set_scroll_bar_default_width (Bug#8505).
11751
11752 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
11753
11754 * xdisp.c (single_display_spec_intangible_p): Remove declaration.
11755
11756 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
11757
11758 * xselect.c (x_clipboard_manager_save): Remove redundant arg.
11759 (x_clipboard_manager_save): Add return value.
11760 (x_clipboard_manager_error_1, x_clipboard_manager_error_2):
11761 New error handlers.
11762 (x_clipboard_manager_save_frame, x_clipboard_manager_save_all):
11763 Obey Vx_select_enable_clipboard_manager. Catch errors in
11764 x_clipboard_manager_save (Bug#8779).
11765 (Vx_select_enable_clipboard_manager): New variable.
11766 (x_get_foreign_selection): Reduce scope of x_catch_errors (Bug#8790).
11767
11768 2011-06-04 Dan Nicolaescu <dann@ics.uci.edu>
11769
11770 * emacs.c (main): Warn when starting a GTK emacs in daemon mode.
11771
11772 2011-06-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11773
11774 * fringe.c (update_window_fringes): Don't update overlay arrow bitmap
11775 in the current matrix if keep_current_p is non-zero.
11776
11777 2011-06-04 Eli Zaretskii <eliz@gnu.org>
11778
11779 * bidi.c (bidi_level_of_next_char): Fix last change.
11780
11781 2011-06-03 Eli Zaretskii <eliz@gnu.org>
11782
11783 Support bidi reordering of text covered by display properties.
11784
11785 * bidi.c (bidi_copy_it): Use offsetof instead of emulating it.
11786 (bidi_fetch_char, bidi_fetch_char_advance): New functions.
11787 (bidi_cache_search, bidi_cache_iterator_state)
11788 (bidi_paragraph_init, bidi_resolve_explicit, bidi_resolve_weak)
11789 (bidi_level_of_next_char, bidi_move_to_visually_next):
11790 Support character positions inside a run of characters covered by a
11791 display string.
11792 (bidi_paragraph_init, bidi_resolve_explicit_1)
11793 (bidi_level_of_next_char): Call bidi_fetch_char and
11794 bidi_fetch_char_advance instead of FETCH_CHAR and
11795 FETCH_CHAR_ADVANCE.
11796 (bidi_init_it): Initialize new members.
11797 (LRE_CHAR, RLE_CHAR, PDF_CHAR, LRO_CHAR, RLO_CHAR): Remove macro
11798 definitions.
11799 (bidi_explicit_dir_char): Lookup character type in bidi_type_table,
11800 instead of using explicit *_CHAR codes.
11801 (bidi_resolve_explicit, bidi_resolve_weak):
11802 Use FETCH_MULTIBYTE_CHAR instead of FETCH_CHAR, as reordering of
11803 bidirectional text is supported only in multibyte buffers.
11804 (bidi_init_it): Accept additional argument FRAME_WINDOW_P and use
11805 it to initialize the frame_window_p member of struct bidi_it.
11806 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
11807 (bidi_resolve_explicit, bidi_resolve_weak)
11808 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
11809 bidi_it->nchars is non-positive.
11810 (bidi_level_of_next_char): Don't try to lookup the cache for the
11811 next/previous character if nothing is cached there yet, or if we
11812 were just reseat()'ed to a new position.
11813
11814 * xdisp.c (set_cursor_from_row): Set start and stop points
11815 according to the row's direction when priming the loop that looks
11816 for the glyph on which to display cursor.
11817 (single_display_spec_intangible_p): Function deleted.
11818 (display_prop_intangible_p): Reimplement to call
11819 handle_display_spec instead of single_display_spec_intangible_p.
11820 Accept 3 additional arguments needed by handle_display_spec.
11821 This fixes incorrect cursor motion across display property with complex
11822 values: lists, `(when COND...)' forms, etc.
11823 (single_display_spec_string_p): Support property values that are
11824 lists with the argument STRING its top-level element.
11825 (display_prop_string_p): Fix the condition for processing a
11826 property that is a list to be consistent with handle_display_spec.
11827 (handle_display_spec): New function, refactored from the
11828 last portion of handle_display_prop.
11829 (compute_display_string_pos): Accept additional argument
11830 FRAME_WINDOW_P. Call handle_display_spec to determine whether the
11831 value of a `display' property is a "replacing spec".
11832 (handle_single_display_spec): Accept 2 additional arguments BUFPOS
11833 and FRAME_WINDOW_P. If IT is NULL, don't set up the iterator from
11834 the display property, but just return a value indicating whether
11835 the display property will replace the characters it covers.
11836 (Fcurrent_bidi_paragraph_direction): Initialize the nchars and
11837 frame_window_p members of struct bidi_it.
11838 (compute_display_string_pos, compute_display_string_end):
11839 New functions.
11840 (push_it): Accept second argument POSITION, where pop_it should
11841 jump to continue iteration.
11842 (reseat_1): Initialize bidi_it.disp_pos.
11843
11844 * keyboard.c (adjust_point_for_property): Adjust the call to
11845 display_prop_intangible_p to its new signature.
11846
11847 * dispextern.h (struct bidi_it): New member frame_window_p.
11848 (bidi_init_it): Update prototypes.
11849 (display_prop_intangible_p): Update prototype.
11850 (compute_display_string_pos, compute_display_string_end):
11851 Declare prototypes.
11852 (struct bidi_it): New members nchars and disp_pos. ch_len is now
11853 EMACS_INT.
11854
11855 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
11856
11857 Malloc failure behavior now depends on size of allocation.
11858 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
11859 * lisp.h: Change signatures accordingly.
11860 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
11861 All callers changed. (Bug#8762)
11862
11863 * gnutls.c: Use Emacs's memory allocators.
11864 Without this change, the gnutls library would invoke malloc etc.
11865 directly, which causes problems on non-SYNC_INPUT hosts, and which
11866 runs afoul of improving memory_full behavior. (Bug#8761)
11867 (fn_gnutls_global_set_mem_functions): New macro or function pointer.
11868 (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
11869 xfree instead of the default malloc, realloc, free.
11870 (Fgnutls_boot): No need to check for memory allocation failure,
11871 since xmalloc does that for us.
11872
11873 Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771)
11874 * category.c (hash_get_category_set):
11875 * ccl.c (ccl_driver):
11876 * charset.c (Fdefine_charset_internal):
11877 * charset.h (struct charset.hash_index):
11878 * composite.c (get_composition_id, gstring_lookup_cache)
11879 (composition_gstring_put_cache):
11880 * composite.h (struct composition.hash_index):
11881 * dispextern.h (struct image.hash):
11882 * fns.c (next_almost_prime, larger_vector, cmpfn_eql)
11883 (cmpfn_equal, cmpfn_user_defined, hashfn_eq, hashfn_eql)
11884 (hashfn_equal, hashfn_user_defined, make_hash_table)
11885 (maybe_resize_hash_table, hash_lookup, hash_put)
11886 (hash_remove_from_table, hash_clear, sweep_weak_table, SXHASH_COMBINE)
11887 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector)
11888 (Fsxhash, Fgethash, Fputhash, Fmaphash):
11889 * image.c (make_image, search_image_cache, lookup_image)
11890 (xpm_put_color_table_h):
11891 * lisp.h (struct Lisp_Hash_Table):
11892 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
11893 * print.c (print): Use 'EMACS_UINT' and 'EMACS_INT'
11894 for hashes and hash indexes, instead of 'unsigned' and 'int'.
11895 * alloc.c (allocate_vectorlike):
11896 Check for overflow in vector size calculations.
11897 * ccl.c (ccl_driver):
11898 Check for overflow when converting EMACS_INT to int.
11899 * fns.c, image.c: Remove unnecessary static decls that would otherwise
11900 need to be updated by these changes.
11901 * fns.c (make_hash_table, maybe_resize_hash_table):
11902 Check for integer overflow with large hash tables.
11903 (make_hash_table, maybe_resize_hash_table, Fmake_hash_table):
11904 Prefer the faster XFLOAT_DATA to XFLOATINT where either will do.
11905 (SXHASH_REDUCE): New macro.
11906 (sxhash_string, sxhash_list, sxhash_vector, sxhash_bool_vector):
11907 Use it instead of discarding useful hash info with large hash values.
11908 (sxhash_float): New function.
11909 (sxhash): Use it. No more need for "& INTMASK" due to above changes.
11910 * lisp.h (FIXNUM_BITS): New macro, useful for SXHASH_REDUCE etc.
11911 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
11912 Rewrite to use FIXNUM_BITS, as this simplifies things.
11913 (next_almost_prime, larger_vector, sxhash, hash_lookup, hash_put):
11914 Adjust signatures to match updated version of code.
11915 (consing_since_gc): Now EMACS_INT, since a single hash table can
11916 use more than INT_MAX bytes.
11917
11918 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
11919
11920 Make it possible to build with GCC-4.6+ -O2 -flto.
11921
11922 * emacs.c (__malloc_initialize_hook): Mark as EXTERNALLY_VISIBLE.
11923
11924 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * minibuf.c (get_minibuffer, read_minibuf_unwind):
11927 Call minibuffer-inactive-mode.
11928
11929 2011-05-31 Juanma Barranquero <lekktu@gmail.com>
11930
11931 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
11932 Update dependencies.
11933
11934 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
11935
11936 * data.c (init_data): Remove code for UTS, this system is not
11937 supported anymore.
11938
11939 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
11940
11941 Don't force ./temacs to start in terminal mode.
11942
11943 * frame.c (make_initial_frame): Initialize faces in all cases, not
11944 only when CANNOT_DUMP is defined.
11945 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
11946
11947 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
11948
11949 * dispnew.c (add_window_display_history): Use const for the string
11950 pointer. Remove declaration, not needed.
11951
11952 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
11953
11954 Use 'inline', not 'INLINE'.
11955 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
11956 * alloc.c, fontset.c (INLINE): Remove.
11957 * alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
11958 * intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
11959 * xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
11960 * gmalloc.c (register_heapinfo): Use inline unconditionally.
11961 * lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
11962
11963 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
11964
11965 Make it possible to run ./temacs.
11966
11967 * callproc.c (set_initial_environment): Remove CANNOT_DUMP code,
11968 syms_of_callproc does the same thing. Remove test for
11969 "initialized", do it in the caller.
11970 * emacs.c (main): Avoid calling set_initial_environment when dumping.
11971
11972 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * minibuf.c (Finternal_complete_buffer): Return `category' metadata.
11975 (read_minibuf): Use get_minibuffer.
11976 (syms_of_minibuf): Use DEFSYM.
11977 (Qmetadata): New var.
11978 * data.c (Qbuffer): Don't make it static.
11979 (syms_of_data): Use DEFSYM.
11980
11981 2011-05-31 Paul Eggert <eggert@cs.ucla.edu>
11982
11983 * ccl.c (CCL_CODE_RANGE): Allow negative numbers. (Bug#8751)
11984 (CCL_CODE_MIN): New macro.
11985
11986 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
11987
11988 * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.
11989
11990 * eval.c (Qdebug): Now static.
11991 * lisp.h (Qdebug): Remove decl. This reverts a part of the
11992 2011-04-26T11:26:05Z!dan.colascione@gmail.com that inadvertently undid part of
11993 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
11994
11995 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
11996
11997 * image.c: Various fixes to ImageMagick code comments.
11998 (Fimagemagick_types): Doc fix.
11999
12000 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
12001
12002 Minor fixes prompted by GCC 4.6.0 warnings.
12003
12004 * xselect.c (converted_selections, conversion_fail_tag): Now static.
12005
12006 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
12007 (x_clipboard_manager_save_all): Move extern decl to ...
12008 * xterm.h: ... here, so that it can be checked for consistency.
12009
12010 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
12011
12012 * xselect.c (x_clipboard_manager_save_frame)
12013 (x_clipboard_manager_save_all): New functions.
12014 (Fx_clipboard_manager_save): Lisp function deleted.
12015
12016 * emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all.
12017 * frame.c (delete_frame): Call x_clipboard_manager_save_frame.
12018
12019 * xterm.h: Update prototype.
12020
12021 2011-05-28 William Xu <william.xwl@gmail.com>
12022
12023 * nsterm.m (ns_term_shutdown): Synchronize user defaults before
12024 exiting (Bug#8239).
12025
12026 2011-05-28 Jim Meyering <meyering@redhat.com>
12027
12028 Avoid a sign-extension bug in crypto_hash_function.
12029 * fns.c (to_uchar): Define.
12030 (crypto_hash_function): Use it to convert some newly-signed
12031 variables to unsigned, to avoid sign-extension bugs. For example,
12032 without this change, (md5 "truc") would evaluate to
12033 45723a2aff78ff4fff7fff1114760e62 rather than the expected
12034 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in
12035 https://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00883.html.
12036
12037 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
12038
12039 Integer overflow fixes.
12040
12041 * dbusbind.c: Serial number integer overflow fixes.
12042 (CHECK_DBUS_SERIAL_GET_SERIAL): New macro.
12043 (Fdbus_call_method_asynchronously, xd_read_message_1): Use a float
12044 to hold a serial number that is too large for a fixnum.
12045 (Fdbus_method_return_internal, Fdbus_method_error_internal):
12046 Check for serial numbers out of range. Decode any serial number
12047 that was so large that it became a float. (Bug#8722)
12048
12049 * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.
12050 (Fdbus_call_method, Fdbus_call_method_asynchronously):
12051 Use XFASTINT rather than XUINT when numbers are nonnegative.
12052 (xd_append_arg, Fdbus_method_return_internal):
12053 (Fdbus_method_error_internal): Likewise. Also, for unsigned
12054 arguments, check that Lisp number is nonnegative, rather than
12055 silently wrapping negative numbers around. (Bug#8722)
12056 (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.
12057 (Bug#8722)
12058
12059 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
12060
12061 * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.
12062
12063 ccl: Add integer overflow checks.
12064 * ccl.c (CCL_CODE_MAX, GET_CCL_RANGE, GET_CCL_CODE, GET_CCL_INT):
12065 (IN_INT_RANGE): New macros.
12066 (ccl_driver): Use them to check for integer overflow when
12067 decoding a CCL program. Many of the new checks are whether XINT (x)
12068 fits in int; it doesn't always, on 64-bit hosts. The new version
12069 doesn't catch all possible integer overflows, but it's an
12070 improvement. (Bug#8719)
12071
12072 * alloc.c (make_event_array): Use XINT, not XUINT.
12073 There's no need for unsigned here.
12074
12075 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
12076 This follows up to the 2011-05-06 change that substituted uintptr_t
12077 for EMACS_INT. This case wasn't caught back then.
12078
12079 Rework Fformat to avoid integer overflow issues.
12080 * editfns.c: Include <float.h> unconditionally, as it's everywhere
12081 now (part of C89). Include <verify.h>.
12082 (MAX_10_EXP, CONVERTED_BYTE_SIZE): Remove; no longer needed.
12083 (pWIDE, pWIDElen, signed_wide, unsigned_wide): New defns.
12084 (Fformat): Avoid the prepass trying to compute sizes; it was only
12085 approximate and thus did not catch overflow reliably. Instead, walk
12086 through the format just once, formatting and computing sizes as we go,
12087 checking for integer overflow at every step, and allocating a larger
12088 buffer as needed. Keep track separately whether the format is
12089 multibyte. Keep only the most-recently calculated precision, rather
12090 than them all. Record whether each argument has been converted to
12091 string. Use EMACS_INT, not int, for byte and char and arg counts.
12092 Support field widths and precisions larger than INT_MAX. Avoid
12093 sprintf's undefined behavior with conversion specifications such as %#d
12094 and %.0c. Fix bug with strchr succeeding on '\0' when looking for
12095 flags. Fix bug with (format "%c" 256.0). Avoid integer overflow when
12096 formatting out-of-range floating point numbers with int
12097 formats. (Bug#8668)
12098
12099 * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.
12100
12101 * data.c: Avoid integer truncation in expressions involving floats.
12102 * data.c: Include <intprops.h>.
12103 (arith_driver): When there's an integer overflow in an expression
12104 involving floating point, convert the integers to floating point
12105 so that the resulting value does not suffer from catastrophic
12106 integer truncation. For example, on a 64-bit host (* 4
12107 most-negative-fixnum 0.5) should yield about -4.6e+18, not zero.
12108 Do not rely on undefined behavior after integer overflow.
12109
12110 merge count_size_as_multibyte, parse_str_to_multibyte
12111 * character.c, character.h (count_size_as_multibyte):
12112 Rename from parse_str_to_multibyte; all uses changed.
12113 Check for integer overflow.
12114 * insdel.c, lisp.h (count_size_as_multibyte): Remove,
12115 since it's now a duplicate of the other. This is more of
12116 a character than a buffer op, so better that it's in character.c.
12117 * fns.c, print.c: Adjust to above changes.
12118
12119 2011-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12120
12121 * xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.
12122
12123 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
12124
12125 * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.
12126 (x_handle_selection_request, frame_for_x_selection): Remove unused vars.
12127 (x_clipboard_manager_save): Now static.
12128 (Fx_clipboard_manager_save): Rename local to avoid shadowing.
12129
12130 * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
12131 (crypto_hash_function): Now static.
12132 Fix pointer signedness problems. Avoid unnecessary initializations.
12133
12134 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
12135
12136 * termhooks.h (Vselection_alist): Make it terminal-local.
12137
12138 * terminal.c (create_terminal): Initialize it.
12139
12140 * xselect.c: Support for clipboard managers.
12141 (Vselection_alist): Move to termhooks.h as terminal-local var.
12142 (LOCAL_SELECTION): New macro.
12143 (x_atom_to_symbol): Handle x_display_info_for_display fail case.
12144 (symbol_to_x_atom): Remove gratuitous arg.
12145 (x_handle_selection_request, lisp_data_to_selection_data)
12146 (x_get_foreign_selection, Fx_register_dnd_atom): Callers changed.
12147 (x_own_selection, x_get_local_selection, x_convert_selection):
12148 New arg, specifying work frame. Use terminal-local Vselection_alist.
12149 (some_frame_on_display): Delete unused function.
12150 (Fx_own_selection_internal, Fx_get_selection_internal)
12151 (Fx_disown_selection_internal, Fx_selection_owner_p)
12152 (Fx_selection_exists_p): New optional frame arg.
12153 (frame_for_x_selection, Fx_clipboard_manager_save): New functions.
12154 (x_handle_selection_clear): Don't treat other terminals with the
12155 same keyboard specially. Use the terminal-local Vselection_alist.
12156 (x_clear_frame_selections): Use Frun_hook_with_args.
12157
12158 * xterm.c (x_term_init): Intern ATOM and CLIPBOARD_MANAGER atoms.
12159
12160 * xterm.h: Add support for those atoms.
12161
12162 2011-05-26 Chong Yidong <cyd@stupidchicken.com>
12163
12164 * xselect.c: ICCCM-compliant handling of MULTIPLE targets.
12165 (converted_selections, conversion_fail_tag): New global variables.
12166 (x_selection_request_lisp_error): Free the above.
12167 (x_get_local_selection): Remove unnecessary code.
12168 (x_reply_selection_request): Args changed; handle arbitrary array
12169 of converted selections stored in converted_selections.
12170 Separate the XChangeProperty and SelectionNotify steps.
12171 (x_handle_selection_request): Rewrite to handle MULTIPLE target.
12172 (x_convert_selection): New function.
12173 (x_handle_selection_event): Simplify.
12174 (x_get_foreign_selection): Don't ignore incoming requests while
12175 waiting for an answer; this will fail when we implement
12176 SAVE_TARGETS, and seems unnecessary anyway.
12177 (selection_data_to_lisp_data): Recognize ATOM_PAIR type.
12178 (Vx_sent_selection_functions): Doc fix.
12179
12180 2011-05-26 Leo Liu <sdl.web@gmail.com>
12181
12182 * editfns.c (Ftranspose_regions): Allow empty regions. (Bug#8699)
12183
12184 2011-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12185
12186 * dispextern.h (struct glyph_row): New member fringe_bitmap_periodic_p.
12187
12188 * dispnew.c (shift_glyph_matrix, scrolling_window): Mark scrolled row
12189 for fringe update if it has periodic bitmap.
12190 (row_equal_p): Also compare left_fringe_offset, right_fringe_offset,
12191 and fringe_bitmap_periodic_p.
12192
12193 * fringe.c (get_fringe_bitmap_data): New function.
12194 (draw_fringe_bitmap_1, update_window_fringes): Use it.
12195 (update_window_fringes): Record periodicity of fringe bitmap in glyph
12196 row. Mark glyph row for fringe update if periodicity changed.
12197
12198 * xdisp.c (try_window_reusing_current_matrix): Don't mark scrolled row
12199 for fringe update unless it has periodic bitmap.
12200
12201 2011-05-25 Kenichi Handa <handa@m17n.org>
12202
12203 * xdisp.c (get_next_display_element): Set correct it->face_id for
12204 a static composition.
12205
12206 2011-05-24 Leo Liu <sdl.web@gmail.com>
12207
12208 * deps.mk (fns.o):
12209 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
12210
12211 * fns.c (crypto_hash_function, Fsha1): New function.
12212 (Fmd5): Use crypto_hash_function.
12213 (syms_of_fns): Add Ssha1.
12214
12215 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
12216
12217 * gnutls.c: Remove unused macros.
12218 (fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
12219 (fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
12220 Remove macros that are defined and never used.
12221 Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
12222
12223 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
12224
12225 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
12226 (Fx_get_selection_internal): Minor cleanup.
12227 (Fx_own_selection_internal): Rename arguments for consistency with
12228 select.el.
12229
12230 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
12231
12232 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
12233
12234 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
12235
12236 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
12237
12238 2011-05-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12239
12240 * dispnew.c (scrolling_window): Don't exclude the case that the
12241 last enabled row in the desired matrix touches the bottom boundary.
12242
12243 2011-05-21 Glenn Morris <rgm@gnu.org>
12244
12245 * Makefile.in ($(etc)/DOC): Make second command line even shorter.
12246 (SOME_MACHINE_OBJECTS): Replace FONT_OBJ by its maximal expansion,
12247 and add some more files.
12248
12249 2011-05-20 Eli Zaretskii <eliz@gnu.org>
12250
12251 * callproc.c (Fcall_process) [MSDOS]: Fix arguments to
12252 report_file_error introduced by the change from 2011-05-07.
12253
12254 2011-05-20 Paul Eggert <eggert@cs.ucla.edu>
12255
12256 * systime.h (Time): Define only if emacs is defined.
12257 This is to allow ../lib-src/profile.c to be compiled on FreeBSD,
12258 where the include path doesn't have X11/X.h by default. See
12259 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
12260
12261 2011-05-20 Kenichi Handa <handa@m17n.org>
12262
12263 * composite.c (find_automatic_composition): Fix previous change.
12264
12265 2011-05-20 Glenn Morris <rgm@gnu.org>
12266
12267 * lisp.mk: New file, split from Makefile.in.
12268 * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@.
12269 (shortlisp): Remove.
12270 ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp.
12271
12272 2011-05-19 Glenn Morris <rgm@gnu.org>
12273
12274 * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT)
12275 (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
12276 (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove.
12277 (lisp): Set the order to that of loadup.el.
12278 (shortlisp): Make it a copy of $lisp.
12279 (SOME_MACHINE_LISP): Remove.
12280 ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too.
12281 Use just $shortlisp, not $SOME_MACHINE_LISP too.
12282
12283 2011-05-18 Kenichi Handa <handa@m17n.org>
12284
12285 * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.
12286 (BACKWARD_CHAR): Wrap the arg STOP by parenthesis.
12287 (find_automatic_composition): Mostly rewrite for efficiency.
12288
12289 2011-05-18 Juanma Barranquero <lekktu@gmail.com>
12290
12291 * makefile.w32-in: Update dependencies.
12292
12293 2011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
12294
12295 * menu.c: Include limits.h (fixes the MS-Windows build broken by
12296 2011-06-18T18:49:19Z!cyd@stupidchicken.com).
12297
12298 2011-05-18 Paul Eggert <eggert@cs.ucla.edu>
12299
12300 Fix some integer overflow issues, such as string length overflow.
12301
12302 * insdel.c (count_size_as_multibyte): Check for string overflow.
12303
12304 * character.c (lisp_string_width): Check for string overflow.
12305 Use EMACS_INT, not int, for string indexes and lengths; in
12306 particular, 2nd arg is now EMACS_INT, not int. Do not crash if
12307 the resulting string length overflows an EMACS_INT; instead,
12308 report a string overflow if no precision given. When checking for
12309 precision exhaustion, use a check that cannot possibly have
12310 integer overflow. (Bug#8675)
12311 * character.h (lisp_string_width): Adjust to new signature.
12312
12313 * alloc.c (string_overflow): New function.
12314 (Fmake_string): Use it. This doesn't change behavior, but saves
12315 a few bytes and will simplify future changes.
12316 * character.c (string_escape_byte8): Likewise.
12317 * lisp.h (string_overflow): New decl.
12318
12319 Fixups, following up to the user-interface timestamp change.
12320 * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time
12321 for UI timestamps, instead of unsigned long.
12322 * msdos.c (mouse_get_pos): Likewise.
12323 * w32inevt.c (movement_time, w32_console_mouse_position): Likewise.
12324 * w32gui.h (Time): Define by including "systime.h" rather than by
12325 declaring it ourselves. (Bug#8664)
12326
12327 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
12328 * image.c (clear_image_cache): Likewise.
12329
12330 * term.c (term_mouse_position): Don't assume time_t wraparound.
12331
12332 Be more systematic about user-interface timestamps.
12333 Before, the code sometimes used 'Time', sometimes 'unsigned long',
12334 and sometimes 'EMACS_UINT', to represent these timestamps.
12335 This change causes it to use 'Time' uniformly, as that's what X uses.
12336 This makes the code easier to follow, and makes it easier to catch
12337 integer overflow bugs such as Bug#8664.
12338 * frame.c (Fmouse_position, Fmouse_pixel_position):
12339 Use Time, not unsigned long, for user-interface timestamps.
12340 * keyboard.c (last_event_timestamp, kbd_buffer_get_event): Likewise.
12341 (button_down_time, make_lispy_position, make_lispy_movement): Likewise.
12342 * keyboard.h (last_event_timestamp): Likewise.
12343 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
12344 * menu.h (xmenu_show): Likewise.
12345 * term.c (term_mouse_position): Likewise.
12346 * termhooks.h (struct input_event.timestamp): Likewise.
12347 (struct terminal.mouse_position_hook): Likewise.
12348 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.
12349 * xterm.c (XTmouse_position, x_scroll_bar_report_motion): Likewise.
12350 * systime.h (Time): New decl. Pull it in from <X11/X.h> if
12351 HAVE_X_WINDOWS, otherwise define it as unsigned long, which is
12352 what it was before.
12353 * menu.h, termhooks.h: Include "systime.h", for Time.
12354
12355 * keyboard.c (make_lispy_event): Fix problem in integer overflow.
12356 Don't assume that the difference between two unsigned long values
12357 can fit into an integer. At this point, we know button_down_time
12358 <= event->timestamp, so the difference must be nonnegative, so
12359 there's no need to cast the result if double-click-time is
12360 nonnegative, as it should be; check that it's nonnegative, just in
12361 case. This bug is triggered when events are more than 2**31 ms
12362 apart (about 25 days). (Bug#8664)
12363
12364 * xselect.c (last_event_timestamp): Remove duplicate decl.
12365 (x_own_selection): Remove needless cast to unsigned long.
12366
12367 * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
12368 that always fit in int. Use a sentinel instead of a counter, to
12369 avoid a temp and to allay GCC's concerns about possible int overflow.
12370 * frame.h (struct frame): Use int for menu_bar_items_used
12371 instead of EMACS_INT, since it always fits in int.
12372
12373 * menu.c (grow_menu_items): Check for int overflow.
12374
12375 * xmenu.c (set_frame_menubar): Don't mishandle vectors with no nils.
12376
12377 * xterm.c: Use EMACS_INT for Emacs modifiers, and int for X modifiers.
12378 Before, the code was not consistent. These values cannot exceed
12379 2**31 - 1 so there's no need to make them unsigned.
12380 (x_x_to_emacs_modifiers): Accept int and return EMACS_INT.
12381 (x_emacs_to_x_modifiers): Accept EMACS_INT and return int.
12382 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Reject non-integers
12383 as modifiers.
12384 * xterm.h (x_x_to_emacs_modifiers): Adjust to signature change.
12385
12386 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
12387 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
12388 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
12389 presumably because the widths might not match.
12390
12391 * window.c (size_window): Avoid needless test at loop start.
12392
12393 2011-05-18 Courtney Bane <emacs-bugs-7626@cbane.org> (tiny change)
12394
12395 * term.c (Fresume_tty): Restore hooks before reinitializing (bug#8687).
12396
12397 2011-05-12 Drew Adams <drew.adams@oracle.com>
12398
12399 * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
12400
12401 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12402
12403 * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
12404 `width' to `bar_area_x' and `bar_area_width', respectively.
12405 (x_scroll_run): Take account of fringe background extension.
12406
12407 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
12408 Rename local vars `left' and `width' to `bar_area_x' and
12409 `bar_area_width', respectively.
12410 (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
12411 background extension.
12412
12413 2011-05-10 Jim Meyering <meyering@redhat.com>
12414
12415 * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the".
12416
12417 2011-05-10 Juanma Barranquero <lekktu@gmail.com>
12418
12419 * image.c (Finit_image_library): Return t for built-in image types,
12420 like pbm and xbm. (Bug#8640)
12421
12422 2011-05-09 Andreas Schwab <schwab@linux-m68k.org>
12423
12424 * w32menu.c (set_frame_menubar): Fix submenu allocation.
12425
12426 2011-05-07 Eli Zaretskii <eliz@gnu.org>
12427
12428 * w32console.c (Fset_screen_color): Doc fix.
12429 (Fget_screen_color): New function.
12430 (syms_of_ntterm): Defsubr it.
12431
12432 * callproc.c (call_process_cleanup) [MSDOS]: Don't close and
12433 unlink the temporary file if Fcall_process didn't create it in the
12434 first place.
12435 (Fcall_process) [MSDOS]: Don't create tempfile if stdout of the
12436 child process will be redirected to a file specified with `:file'.
12437 Don't try to re-open tempfile in that case, and set fd[0] to -1 as
12438 cue to call_process_cleanup not to close that handle.
12439
12440 2011-05-07 Ben Key <bkey76@gmail.com>
12441
12442 * makefile.w32-in: The bootstrap-temacs rule now makes use of
12443 one of two shell specific rules, either bootstrap-temacs-CMD or
12444 bootstrap-temacs-SH. The bootstrap-temacs-SH rule is identical
12445 to the previous implementation of the bootstrap-temacs rule.
12446 The bootstrap-temacs-CMD rule is similar to the previous
12447 implementation of the bootstrap-temacs rule except that it
12448 makes use of the ESC_CFLAGS variable instead of the CFLAGS
12449 variable.
12450
12451 These changes, along with some changes to nt/configure.bat,
12452 nt/gmake.defs, and nt/nmake.defs, are required to extend my
12453 earlier fix to add support for --cflags and --ldflags options
12454 that include quotes so that it works whether make uses cmd or
12455 sh as the shell.
12456
12457 2011-05-06 Michael Albinus <michael.albinus@gmx.de>
12458
12459 * dbusbind.c (QCdbus_type_unix_fd): Declare static.
12460 (xd_remove_watch): Don't check QCdbus_type_unix_fd for SYMBOLP, it
12461 is a constant.
12462 (Fdbus_init_bus, xd_read_queued_messages): Bus can be a symbol or
12463 a string. Handle both cases.
12464 (Fdbus_call_method_asynchronously, Fdbus_register_signal)
12465 (Fdbus_register_method): Use Qinvalid_function.
12466
12467 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
12468
12469 * makefile.w32-in: Update dependencies.
12470 (LISP_H): Add inttypes.h and stdin.h.
12471 (PROCESS_H): Add unistd.h.
12472
12473 2011-05-06 Eli Zaretskii <eliz@gnu.org>
12474
12475 * lread.c: Include limits.h (fixes the MS-Windows build broken by
12476 2011-05-06T07:13:19Z!eggert@cs.ucla.edu).
12477
12478 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
12479
12480 * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.
12481
12482 * term.c (vfatal): Remove stray call to va_end.
12483 It's not needed and the C Standard doesn't allow it here anyway.
12484
12485 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
12486 * eval.c (verror): doprnt a copy of ap, not the original. (Bug#8545)
12487
12488 * eval.c (verror): OK to create a string of up to MOST_POSITIVE_FIXNUM
12489 bytes.
12490
12491 * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
12492
12493 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
12494
12495 * process.c (Fformat_network_address): Fix typo: args2 -> *args2.
12496
12497 * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
12498
12499 * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).
12500
12501 * charset.h (struct charset.code_space): Now has 15 elements, not 16.
12502 * charset.c (Fdefine_charset_internal): Don't initialize
12503 charset.code_space[15]. The value was garbage, on hosts with
12504 32-bit int (Bug#8600).
12505
12506 * lread.c (read_integer): Be more consistent with string-to-number.
12507 Use string_to_number to do the actual conversion; this avoids
12508 rounding errors and fixes some other screwups. Without this fix,
12509 for example, #x1fffffffffffffff was misread as -2305843009213693952.
12510 (digit_to_number): Move earlier, for benefit of read_integer.
12511 Return -1 if the digit is out of range for the base, -2 if it is
12512 not a digit in any supported base. (Bug#8602)
12513
12514 * doprnt.c (doprnt): Support arbitrary pI values, such as "I64".
12515
12516 * dispnew.c (scrolling_window): Return 1 if we scrolled,
12517 to match comment at start of function. This also removes a
12518 GCC warning about overflow in a 32+64-bit port.
12519
12520 * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Simplify.
12521
12522 * dbusbind.c: Do not use XPNTR on a value that may be an integer.
12523 Reported by Stefan Monnier in
12524 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00919.html>.
12525 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
12526 Use SYMBOLP-guarded XSYMBOL, not XPNTR.
12527
12528 * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
12529 (EMACS_UINTPTR): Likewise, with uintptr_t.
12530
12531 * lisp.h: Prefer 64-bit EMACS_INT if available.
12532 (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT, pI): Define to 64-bit
12533 on 32-bit hosts that have 64-bit int, so that they can access
12534 large files.
12535 However, temporarily disable this change unless the temporary
12536 symbol WIDE_EMACS_INT is defined.
12537
12538 * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.
12539
12540 Prefer intptr_t/uintptr_t for integers the same widths as pointers.
12541 This removes an assumption that EMACS_INT and long are the same
12542 width as pointers. The assumption is true for Emacs porting targets
12543 now, but we want to make other targets possible.
12544 * lisp.h: Include <inttypes.h>, for INTPTR_MAX, UINTPTR_MAX.
12545 (EMACS_INTPTR, EMACS_UINTPTR): New macros.
12546 In the rest of the code, change types of integers that hold casted
12547 pointers to EMACS_INTPTR and EMACS_UINTPTR, systematically
12548 replacing EMACS_INT, long, EMACS_UINT, and unsigned long.
12549 (XTYPE): Don't cast arg to EMACS_UINT; normally is not needed.
12550 (XSET): Cast type of XTYPE arg to EMACS_INTPTR; it is needed here.
12551 No need to cast type when ORing.
12552 (XPNTR): Return a value of type EMACS_INTPTR or EMACS_UINTPTR.
12553 * alloc.c (lisp_align_malloc): Remove a no-longer-needed cast.
12554 * doc.c (store_function_docstring): Use EMACS_INTPTR, so as not to
12555 assume EMACS_INT is the same width as char *.
12556 * gtkutil.c (xg_gtk_scroll_destroy, xg_tool_bar_button_cb):
12557 (xg_tool_bar_callback, xg_tool_bar_help_callback, xg_make_tool_item):
12558 Remove no-longer-needed casts.
12559 (xg_create_scroll_bar, xg_tool_bar_button_cb, xg_tool_bar_callback):
12560 (xg_tool_bar_help_callback, xg_make_tool_item):
12561 Use EMACS_INTPTR to hold an integer
12562 that will be cast to void *; this can avoid a GCC warning
12563 if EMACS_INT is not the same width as void *.
12564 * menu.c (find_and_call_menu_selection): Remove no-longer-needed cast.
12565 * xdisp.c (display_echo_area_1, resize_mini_window_1):
12566 (current_message_1, set_message_1):
12567 Use a local to convert to proper width without a cast.
12568 * xmenu.c (dialog_selection_callback): Likewise.
12569
12570 * sysdep.c (get_random): Don't assume EMACS_INT is no wider than long.
12571 Also, don't assume VALBITS / RAND_BITS is less than 5,
12572 and don't rely on undefined behavior when shifting a 1 left into
12573 the sign bit.
12574 * lisp.h (get_random): Change signature to match.
12575
12576 * lread.c (hash_string): Use size_t, not int, for hash computation.
12577 Normally we prefer signed values; but hashing is special, because
12578 it's better to use unsigned division on hash table sizes so that
12579 the remainder is nonnegative. Also, size_t is the natural width
12580 for hashing into memory. The previous code used 'int', which doesn't
12581 retain enough info to hash well into very large tables.
12582 (oblookup, oblookup_last_bucket_number, Funintern): Likewise.
12583
12584 * dbusbind.c: Don't possibly lose pointer info when converting.
12585 (xd_remove_watch, Fdbus_init_bus, xd_read_queued_messages):
12586 Use XPNTR rather than XHASH, so that the high-order bits of
12587 the pointer aren't lost when converting through void *.
12588
12589 * eval.c (Fautoload): Don't double-shift a pointer.
12590
12591 * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.
12592
12593 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
12594
12595 * gnutls.c (DEF_GNUTLS_FN):
12596 * image.c (DEF_IMGLIB_FN): Make function pointers static.
12597
12598 2011-05-05 Andreas Schwab <schwab@linux-m68k.org>
12599
12600 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
12601 marker. (Bug#8610)
12602
12603 2011-05-05 Eli Zaretskii <eliz@gnu.org>
12604
12605 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
12606 New version that can reserve upto 2GB of heap space.
12607
12608 2011-05-05 Chong Yidong <cyd@stupidchicken.com>
12609
12610 * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).
12611
12612 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12613
12614 * gnutls.c (fn_gnutls_certificate_set_x509_key_file): Add alias to
12615 `gnutls_certificate_set_x509_key_file'.
12616
12617 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
12618
12619 * makefile.w32-in ($(BLD)/image.$(O), $(BLD)/process.$(O)):
12620 Update dependencies.
12621
12622 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
12623
12624 * gnutls.h (emacs_gnutls_write, emacs_gnutls_read):
12625 * gnutls.c (emacs_gnutls_write, emacs_gnutls_read):
12626 Remove unused parameter `fildes'.
12627 * process.c (read_process_output, send_process): Don't pass it.
12628
12629 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
12630
12631 Fix previous change: the library cache is defined in w32.c.
12632 * image.c (CACHE_IMAGE_TYPE) [!HAVE_NTGUI]: Define to noop.
12633 (Finit_image_library): Wrap Vlibrary_cache on "#ifdef HAVE_NTGUI".
12634
12635 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
12636
12637 Implement dynamic loading of GnuTLS on Windows.
12638
12639 * gnutls.h (GNUTLS_EMACS_ERROR_NOT_LOADED): New macro.
12640 (emacs_gnutls_write, emacs_gnutls_read): Mark as extern.
12641 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
12642 Declare.
12643
12644 * gnutls.c (Qgnutls_dll): Define.
12645 (DEF_GNUTLS_FN, LOAD_GNUTLS_FN): New macros.
12646 (gnutls_*): Declare function pointers.
12647 (init_gnutls_functions): New function to initialize function pointers.
12648 (emacs_gnutls_handshake, Fgnutls_error_string, Fgnutls_deinit)
12649 (emacs_gnutls_global_init, Fgnutls_bye): Use function pointers.
12650 (emacs_gnutls_record_check_pending, emacs_gnutls_transport_set_errno):
12651 Wrappers for gnutls_record_check_pending and gnutls_transport_set_errno.
12652 (emacs_gnutls_write, emacs_gnutls_read)
12653 (emacs_gnutls_handle_error, Fgnutls_error_fatalp)
12654 (Fgnutls_available_p): New function.
12655 (Fgnutls_boot): Call Fgnutls_available_p. Use function pointers.
12656 (syms_of_gnutls) <Qgnutls_dll>: Initialize and staticpro it.
12657 (syms_of_gnutls) <Sgnutls_available_p>: defsubr it.
12658
12659 * image.c: Include w32.h.
12660 (Vimage_type_cache): Delete.
12661 (syms_of_image) <Vimage_type_cache>: Don't initialize and staticpro it.
12662 (CACHE_IMAGE_TYPE, Finit_image_library): Use Vlibrary_cache instead.
12663 (w32_delayed_load): Move to w32.c.
12664
12665 * w32.h (VlibraryCache, QCloaded_from, w32_delayed_load): Declare.
12666
12667 * w32.c (QCloaded_from, Vlibrary_cache): Define.
12668 (w32_delayed_load): Move from image.c. When loading a library, record
12669 its filename in the :loaded-from property of the library id.
12670 (globals_of_w32) <QCloaded_from, Vlibrary_cache>:
12671 Initialize and staticpro them.
12672 (emacs_gnutls_pull, emacs_gnutls_push): Call emacs_gnutls_* functions.
12673
12674 * process.c: Include lisp.h before w32.h, not after.
12675 (wait_reading_process_output): Call emacs_gnutls_record_check_pending
12676 instead of gnutls_record_check_pending.
12677
12678 * callproc.c, emacs.c: Include lisp.h before w32.h, not after.
12679
12680 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
12681
12682 * gnutls.c (Fgnutls_boot): Support :keylist and :crlfiles options
12683 instead of :keyfiles. Give GnuTLS the keylist and the CRL lists
12684 as passed in.
12685
12686 2011-05-03 Jan Djärv <jan.h.d@swipnet.se>
12687
12688 * xterm.c (x_set_frame_alpha): Do not set property on anything
12689 else than FRAME_X_OUTER_WINDOW (Bug#8608).
12690
12691 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
12692
12693 * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596)
12694
12695 2011-05-02 Juanma Barranquero <lekktu@gmail.com>
12696
12697 * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon)
12698 (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again)
12699 (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake)
12700 (gnutls_global_initialized, Qgnutls_bootprop_priority)
12701 (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles)
12702 (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel)
12703 (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags)
12704 (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error)
12705 (Qgnutls_bootprop_callbacks_verify): Make static.
12706
12707 2011-05-01 Andreas Schwab <schwab@linux-m68k.org>
12708
12709 * callproc.c: Indentation fixup.
12710
12711 * sysdep.c (wait_for_termination_1): Make static.
12712 (wait_for_termination, interruptible_wait_for_termination):
12713 Move after wait_for_termination_1.
12714
12715 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12716
12717 * sysdep.c (interruptible_wait_for_termination): New function
12718 which is like wait_for_termination, but allows keyboard
12719 interruptions.
12720
12721 * callproc.c (Fcall_process): Add (:file "file") as an option for
12722 the STDOUT buffer.
12723 (Fcall_process_region): Ditto.
12724
12725 2011-04-30 Eli Zaretskii <eliz@gnu.org>
12726
12727 * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)'
12728 rather than `XVECTOR (FOO)->size'.
12729
12730 * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
12731 inttypes.h, as a gnulib replacement is used if it not available in
12732 system headers.
12733
12734 2011-04-21 Eli Zaretskii <eliz@gnu.org>
12735
12736 Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
12737 * fileio.c (Finsert_file_contents): Don't limit file size to 1/4
12738 of MOST_POSITIVE_FIXNUM. (Bug#8528)
12739
12740 * coding.c (coding_alloc_by_realloc): Error out if destination
12741 will grow beyond MOST_POSITIVE_FIXNUM.
12742 (decode_coding_emacs_mule): Abort if there isn't enough place in
12743 charbuf for the composition carryover bytes. Reserve an extra
12744 space for up to 2 characters produced in a loop.
12745 (decode_coding_iso_2022): Abort if there isn't enough place in
12746 charbuf for the composition carryover bytes.
12747
12748 2011-04-21 Eli Zaretskii <eliz@gnu.org>
12749
12750 * doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of
12751 aborting when %lld or %lll format is passed.
12752 [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when
12753 %llo or %llx format is passed. (Bug#8545)
12754
12755 * window.c (window_scroll_line_based): Use a marker instead of
12756 simple variables to record original value of point. (Bug#7952)
12757
12758 * doprnt.c (doprnt): Fix the case where a multibyte sequence
12759 produced by %s or %c overflows available buffer space. (Bug#8545)
12760
12761 2011-04-28 Paul Eggert <eggert@cs.ucla.edu>
12762
12763 * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).
12764 (SIZE_MAX): Move defn after all includes, as they might #define it.
12765
12766 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
12767
12768 * w32.c (init_environment): Warn about defaulting HOME to C:\.
12769
12770 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
12771
12772 * keyboard.c (Qdelayed_warnings_hook): Define.
12773 (command_loop_1): Run `delayed-warnings-hook'
12774 if Vdelayed_warnings_list is non-nil.
12775 (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it.
12776 (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
12777
12778 2011-04-28 Eli Zaretskii <eliz@gnu.org>
12779
12780 * doprnt.c (doprnt): Don't return value smaller than the buffer
12781 size if the message was truncated. (Bug#8545).
12782
12783 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
12784
12785 * w32fns.c (Fx_change_window_property, Fx_delete_window_property)
12786 (Fx_window_property): #if-0 the whole functions, not just the bodies.
12787
12788 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
12789
12790 * doprnt.c (doprnt): Support "ll" length modifier, for long long.
12791
12792 2011-04-27 Juanma Barranquero <lekktu@gmail.com>
12793
12794 * makefile.w32-in: Update dependencies.
12795
12796 2011-04-27 Eli Zaretskii <eliz@gnu.org>
12797
12798 Improve `doprnt' and its usage. (Bug#8545)
12799 * doprnt.c (doprnt): Make sure `format' is never accessed beyond
12800 `format_end'. Remove support for %l as a conversion specifier.
12801 Don't use xrealloc. Improve diagnostics when the %l size modifier
12802 is used. Update the commentary.
12803
12804 * eval.c (verror): Simplify calculation of size_t.
12805
12806 * coding.c (Ffind_operation_coding_system): Fix diagnostic error
12807 messages.
12808
12809 2011-04-27 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
12810
12811 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing
12812 change.
12813
12814 2011-04-27 Paul Eggert <eggert@cs.ucla.edu>
12815
12816 * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.
12817 This makes this file independent of the recent pseudovector change.
12818
12819 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
12820
12821 * keyboard.c (handle_user_signal): Fix pointer signedness problem.
12822
12823 * gnutls.c (emacs_gnutls_handle_error): Remove unused local.
12824 (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.
12825 Remove unused local.
12826 (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
12827
12828 * lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
12829 GCC 4.6.0 optimizes based on type-based alias analysis.
12830 For example, if b is of type struct buffer * and v of type struct
12831 Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
12832 != &v->size, and therefore "v->size = 1; b->size = 2; return
12833 v->size;" must therefore return 1. This assumption is incorrect
12834 for Emacs, since it type-puns struct Lisp_Vector * with many other
12835 types. To fix this problem, this patch adds a new type struct
12836 vectorlike_header that documents the constraints on layout of vectors
12837 and pseudovectors, and helps optimizing compilers not get fooled
12838 by Emacs's type punning. It also adds the macros XSETTYPED_PVECTYPE
12839 XSETTYPED_PSEUDOVECTOR, TYPED_PSEUDOVECTORP, for similar reasons.
12840 * lisp.h (XSETTYPED_PVECTYPE): New macro, specifying the name of
12841 the size member.
12842 (XSETPVECTYPE): Rewrite in terms of new macro.
12843 (XSETPVECTYPESIZE): New macro, specifying both type and size.
12844 This is a bit clearer, and further avoids the possibility of
12845 undesirable aliasing.
12846 (XSETTYPED_PSEUDOVECTOR): New macro, specifying the size.
12847 (XSETPSEUDOVECTOR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR.
12848 (XSETSUBR): Rewrite in terms of XSETTYPED_PSEUDOVECTOR and XSIZE,
12849 since Lisp_Subr is a special case (no "next" field).
12850 (ASIZE): Now uses header.size rather than size.
12851 All previous uses of XVECTOR (foo)->size replaced to use this macro,
12852 to avoid the hassle of writing XVECTOR (foo)->header.size.
12853 (struct vectorlike_header): New type.
12854 (TYPED_PSEUDOVECTORP): New macro, also specifying the C type of the
12855 object, to help avoid aliasing.
12856 (PSEUDOVECTORP): Rewrite in terms of TYPED_PSEUDOVECTORP.
12857 (SUBRP): Likewise, since Lisp_Subr is a special case.
12858 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table):
12859 (struct Lisp_Sub_Char_Table, struct Lisp_Bool_Vector):
12860 (struct Lisp_Hash_Table): Combine first two members into a single
12861 struct vectorlike_header member. All uses of "size" and "next" members
12862 changed to be "header.size" and "header.next".
12863 * buffer.h (struct buffer): Likewise.
12864 * font.h (struct font_spec, struct font_entity, struct font): Likewise.
12865 * frame.h (struct frame): Likewise.
12866 * process.h (struct Lisp_Process): Likewise.
12867 * termhooks.h (struct terminal): Likewise.
12868 * window.c (struct save_window_data, struct saved_window): Likewise.
12869 * window.h (struct window): Likewise.
12870 * alloc.c (allocate_buffer, Fmake_bool_vector, allocate_pseudovector):
12871 Use XSETPVECTYPESIZE, not XSETPVECTYPE, to avoid aliasing problems.
12872 * buffer.c (init_buffer_once): Likewise.
12873 * lread.c (defsubr): Use XSETTYPED_PVECTYPE, since Lisp_Subr is a
12874 special case.
12875 * process.c (Fformat_network_address): Use local var for size,
12876 for brevity.
12877
12878 * bytecode.c (exec_byte_code): Don't use XVECTOR before CHECK_VECTOR.
12879
12880 Make the Lisp reader and string-to-float more consistent (Bug#8525)
12881 * data.c (atof): Remove decl; no longer used or needed.
12882 (digit_to_number): Move to lread.c.
12883 (Fstring_to_number): Use new string_to_number function, to be
12884 consistent with how the Lisp reader treats infinities and NaNs.
12885 Do not assume that floating-point numbers represent EMACS_INT
12886 without losing information; this is not true on most 64-bit hosts.
12887 Avoid double-rounding errors, by insisting on integers when
12888 parsing non-base-10 numbers, as the documentation specifies.
12889 * lisp.h (string_to_number): New decl, replacing ...
12890 (isfloat_string): Remove.
12891 * lread.c: Include <inttypes.h>, for uintmax_t and strtoumax.
12892 (read1): Do not accept +. and -. as integers; this
12893 appears to have been a coding error. Similarly, do not accept
12894 strings like +-1e0 as floating point numbers. Do not report
12895 overflow for integer overflows unless the base is not 10 which
12896 means we have no simple and reliable way to continue.
12897 Break out the floating-point parsing into a new
12898 function string_to_number, so that Fstring_to_number parses
12899 floating point numbers consistently with the Lisp reader.
12900 (digit_to_number): Move here from data.c. Make it static inline.
12901 (E_CHAR, EXP_INT): Remove, replacing with ...
12902 (E_EXP): New macro, to solve the "1.0e+" problem mentioned below.
12903 (string_to_number): New function, replacing isfloat_string.
12904 This function checks for valid syntax and produces the resulting
12905 Lisp float number too. Rework it so that string-to-number
12906 no longer mishandles examples like "1.0e+". Use strtoumax,
12907 so that overflow for non-base-10 numbers is reported only when
12908 there's no portable and simple way to convert to floating point.
12909
12910 * textprop.c (set_text_properties_1): Rewrite for clarity,
12911 and to avoid GCC warning about integer overflow.
12912
12913 * intervals.h (struct interval): Use EMACS_INT for members
12914 where EMACS_UINT might cause problems. See
12915 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html>.
12916 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
12917 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
12918 All uses changed.
12919 (offset_intervals): Tell GCC not to worry about length overflow
12920 when negating a negative length.
12921
12922 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
12923 (overrun_check_free): Likewise.
12924
12925 * alloc.c (SDATA_SIZE) [!GC_CHECK_STRING_BYTES]: Avoid runtime check
12926 in the common case where SDATA_DATA_OFFSET is a multiple of Emacs
12927 word size.
12928
12929 * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
12930 (gnutls_make_error): Rename local to avoid shadowing.
12931 (gnutls_emacs_global_deinit): ifdef out; not used.
12932 (Fgnutls_boot): Use const for pointer to readonly storage.
12933 Comment out unused local. Fix pointer signedness problems.
12934
12935 * lread.c (openp): Don't stuff size_t into an 'int'.
12936 Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
12937 about possible signed overflow.
12938
12939 * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.
12940 (GDK_KEY_g): Don't define if already defined.
12941 (xg_prepare_tooltip): Avoid pointer signedness problem.
12942 (xg_set_toolkit_scroll_bar_thumb): Redo to avoid two casts.
12943
12944 * process.c (Fnetwork_interface_info): Avoid left-shift undefined
12945 behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
12946
12947 * xfns.c (Fx_window_property): Simplify a bit,
12948 to make a bit faster and to avoid GCC 4.6.0 warning.
12949 * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise.
12950
12951 * fns.c (internal_equal): Don't assume size_t fits in int.
12952
12953 * alloc.c (compact_small_strings): Tighten assertion a little.
12954
12955 Replace pEd with more-general pI, and fix some printf arg casts.
12956 * lisp.h (pI): New macro, generalizing old pEd macro to other
12957 conversion specifiers. For example, use "...%"pI"d..." rather
12958 than "...%"pEd"...".
12959 (pEd): Remove. All uses replaced with similar uses of pI.
12960 * m/amdx86-64.h, m/ia64.h, m/ibms390x.h: Likewise.
12961 * alloc.c (check_pure_size): Don't overflow by converting size to int.
12962 * bidi.c (bidi_dump_cached_states): Use pI to avoid cast.
12963 * data.c (Fnumber_to_string): Use pI instead of if-then-else-abort.
12964 * dbusbind.c (xd_append_arg): Use pI to avoid cast.
12965 (Fdbus_method_return_internal, Fdbus_method_error_internal): Likewise.
12966 * font.c (font_unparse_xlfd): Avoid potential buffer overrun on
12967 64-bit hosts.
12968 (font_unparse_xlfd, font_unparse_fcname): Use pI to avoid casts.
12969 * keyboard.c (record_char, modify_event_symbol): Use pI to avoid casts.
12970 * print.c (safe_debug_print, print_object): Likewise.
12971 (print_object): Don't overflow by converting EMACS_INT or EMACS_UINT
12972 to int.
12973 Use pI instead of if-then-else-abort. Use %p to avoid casts,
12974 avoiding the 0 flag, which is not portable.
12975 * process.c (Fmake_network_process): Use pI to avoid cast.
12976 * region-cache.c (pp_cache): Likewise.
12977 * xdisp.c (decode_mode_spec): Likewise.
12978 * xrdb.c (x_load_resources) [USE_MOTIF]: Use pI to avoid undefined
12979 behavior on 64-bit hosts with printf arg.
12980 * xselect.c (x_queue_event): Use %p to avoid casts, avoiding 0 flag.
12981 (x_stop_queuing_selection_requests): Likewise.
12982 (x_get_window_property): Don't truncate byte count to an 'int'
12983 when tracing.
12984
12985 * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right
12986 here, since it parses constructs like leading '-' and spaces,
12987 which are not wanted; and it overflows with large numbers.
12988 Instead, simply match F[0-9]+, which is what is wanted anyway.
12989
12990 * alloc.c: Remove unportable assumptions about struct layout.
12991 (SDATA_SELECTOR, SDATA_DATA_OFFSET): New macros.
12992 (SDATA_OF_STRING, SDATA_SIZE, allocate_string_data):
12993 (allocate_vectorlike, make_pure_vector): Use the new macros,
12994 plus offsetof, to remove unportable assumptions about struct layout.
12995 These assumptions hold on all porting targets that I know of, but
12996 they are not guaranteed, they're easy to remove, and removing them
12997 makes further changes easier.
12998
12999 * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
13000 This doesn't fix a bug but makes the code clearer.
13001 (string_overrun_cookie): Now const. Use initializers that
13002 don't formally overflow signed char, to avoid warnings.
13003 (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that
13004 can cause Emacs to crash when string overrun checking is enabled.
13005 (allocate_buffer): Don't assume sizeof (struct buffer) is a
13006 multiple of sizeof (EMACS_INT); it need not be, if
13007 alignof(EMACS_INT) < sizeof (EMACS_INT).
13008 (check_sblock, check_string_bytes, check_string_free_list): Protoize.
13009
13010 2011-04-26 Juanma Barranquero <lekktu@gmail.com>
13011
13012 * keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
13013
13014 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13015
13016 * gnutls.c (emacs_gnutls_handshake): Return an error if we're not
13017 supposed to be handshaking. (Bug#8556)
13018 Reported by Paul Eggert <eggert@cs.ucla.edu>.
13019
13020 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
13021
13022 * lisp.h (Qdebug): List symbol.
13023 * eval.c (Qdebug): Restore global linkage.
13024 * keyboard.c (debug-on-event): New variable.
13025 (handle_user_signal): Break into debugger when debug-on-event
13026 matches the current signal symbol.
13027
13028 2011-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13029
13030 * alloc.c (check_sblock, check_string_bytes)
13031 (check_string_free_list): Convert to standard C.
13032
13033 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13034
13035 * w32.c (emacs_gnutls_push): Fix typo.
13036
13037 2011-04-25 Eli Zaretskii <eliz@gnu.org>
13038
13039 * gnutls.c (emacs_gnutls_handshake): Avoid compiler warnings about
13040 "cast to pointer from integer of different size".
13041
13042 Improve doprnt and its use in verror. (Bug#8545)
13043 * doprnt.c (doprnt): Document the set of format control sequences
13044 supported by the function. Use SAFE_ALLOCA instead of always
13045 using `alloca'.
13046
13047 * eval.c (verror): Don't limit the buffer size at size_max-1, that
13048 is one byte too soon. Don't use xrealloc; instead xfree and
13049 xmalloc anew.
13050
13051 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
13052
13053 * gnutls.h: Add GNUTLS_STAGE_CALLBACKS enum to denote we're in the
13054 callbacks stage.
13055
13056 * gnutls.c: Renamed global_initialized to
13057 gnutls_global_initialized. Added internals for the
13058 :verify-hostname-error, :verify-error, and :verify-flags
13059 parameters of `gnutls-boot' and documented those parameters in the
13060 docstring. Start callback support.
13061 (emacs_gnutls_handshake): Add Woe32 support. Retry handshake
13062 unless a fatal error occurred. Call gnutls_alert_send_appropriate
13063 on error. Return error code.
13064 (emacs_gnutls_write): Call emacs_gnutls_handle_error.
13065 (emacs_gnutls_read): Likewise.
13066 (Fgnutls_boot): Return handshake error code.
13067 (emacs_gnutls_handle_error): New function.
13068 (wsaerror_to_errno): Likewise.
13069
13070 * w32.h (emacs_gnutls_pull): Add prototype.
13071 (emacs_gnutls_push): Likewise.
13072
13073 * w32.c (emacs_gnutls_pull): New function for GnuTLS on Woe32.
13074 (emacs_gnutls_push): Likewise.
13075
13076 2011-04-24 Claudio Bley <claudio.bley@gmail.com> (tiny change)
13077
13078 * process.c (wait_reading_process_output): Check if GnuTLS
13079 buffered some data internally if no FDs are set for TLS
13080 connections.
13081
13082 * makefile.w32-in (OBJ2): Add gnutls.$(O).
13083 (LIBS): Link to USER_LIBS.
13084 ($(BLD)/gnutls.$(0)): New target.
13085
13086 2011-04-24 Eli Zaretskii <eliz@gnu.org>
13087
13088 * xdisp.c (handle_single_display_spec): Rename the
13089 display_replaced_before_p argument into display_replaced_p, to
13090 make it consistent with the commentary. Fix typos in the
13091 commentary.
13092
13093 * textprop.c (syms_of_textprop): Remove dead code.
13094 (copy_text_properties): Delete obsolete commentary about an
13095 interface that was deleted long ago. Fix typos in the description
13096 of arguments.
13097
13098 * msdos.c (XMenuActivate, XMenuAddSelection): Adjust argument list
13099 to changes in oldXMenu/XMenu.h from 2011-04-16.
13100 <menu_help_message, prev_menu_help_message>: Constify.
13101 (IT_menu_make_room): menu->help_text is now `const char **';
13102 adjust.
13103
13104 * msdos.h (XMenuActivate, XMenuAddSelection): Adjust prototypes
13105 to changes in oldXMenu/XMenu.h from 2011-04-16.
13106 (struct XMenu): Declare `help_text' `const char **'.
13107
13108 * xfaces.c <Qunspecified>: Make extern again.
13109
13110 * syntax.c: Include sys/types.h before including regex.h, as
13111 required by POSIX.
13112
13113 * doc.c (get_doc_string): Improve the format passed to `error'.
13114
13115 * doprnt.c (doprnt): Improve commentary.
13116
13117 * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
13118
13119 * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
13120 them with etags.
13121
13122 * makefile.w32-in (globals.h): Add a dummy recipe, to make any
13123 changes in globals.h immediately force recompilation.
13124 (TAGS): Depend on $(CURDIR)/m/intel386.h and
13125 $(CURDIR)/s/ms-w32.h.
13126 (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
13127
13128 * character.c (Fchar_direction): Function deleted.
13129 (syms_of_character): Don't defsubr it.
13130 <char-direction-table>: Deleted.
13131
13132 2011-04-23 Eli Zaretskii <eliz@gnu.org>
13133
13134 Fix doprnt so it could be used again safely in `verror'. (Bug#8435)
13135 * doprnt.c: Include limits.h.
13136 (SIZE_MAX): New macro.
13137 (doprnt): Return a size_t value. 2nd arg is now size_t.
13138 Many local variables are now size_t instead of int or unsigned.
13139 Improve overflow protection. Support `l' modifier for integer
13140 conversions. Support %l conversion. Don't assume an EMACS_INT
13141 argument for integer conversions and for %c.
13142
13143 * lisp.h (doprnt): Restore prototype.
13144
13145 * makefile.w32-in ($(BLD)/callint.$(O)): Depend on
13146 $(SRC)/character.h.
13147
13148 * Makefile.in (base_obj): Add back doprnt.o.
13149
13150 * deps.mk (doprnt.o): Add back prerequisites.
13151 (callint.o): Depend on character.h.
13152
13153 * eval.c (internal_lisp_condition_case): Include the handler
13154 representation in the error message.
13155 (verror): Call doprnt instead of vsnprintf. Fix an off-by-one bug
13156 when breaking from the loop.
13157
13158 * xdisp.c (vmessage): Call doprnt instead of vsnprintf.
13159
13160 * callint.c (Fcall_interactively): When displaying error message
13161 about invalid control letter, pass the character's codepoint, not
13162 a pointer to its multibyte form. Improve display of the character
13163 in octal and display also its hex code.
13164
13165 * character.c (char_string): Use %x to display the (unsigned)
13166 codepoint of an invalid character, to avoid displaying a bogus
13167 negative value.
13168
13169 * font.c (check_otf_features): Pass SDATA of SYMBOL_NAME to
13170 `error', not SYMBOL_NAME itself.
13171
13172 * coding.c (Fencode_sjis_char, Fencode_big5_char): Use %c for
13173 character arguments to `error'.
13174
13175 * charset.c (check_iso_charset_parameter): Fix incorrect argument
13176 to `error' in error message about FINAL_CHAR argument. Make sure
13177 FINAL_CHAR is a character, and use %c when it is passed as
13178 argument to `error'.
13179
13180 2011-04-23 Eli Zaretskii <eliz@gnu.org>
13181
13182 * s/ms-w32.h (localtime): Redirect to sys_localtime.
13183
13184 * w32.c: Include <time.h>.
13185 (sys_localtime): New function.
13186
13187 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
13188
13189 * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).
13190
13191 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
13192
13193 2011-04-23 Samuel Thibault <sthibault@debian.org> (tiny change)
13194
13195 * sysdep.c (wait_for_termination): On GNU Hurd, kill returns -1 on
13196 zombies (Bug#8467).
13197
13198 2011-04-19 Eli Zaretskii <eliz@gnu.org>
13199
13200 * syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix setting of
13201 gl_state.e_property when gl_state.object is Qt.
13202
13203 * insdel.c (make_gap_larger): Remove limitation of buffer size
13204 to <= INT_MAX.
13205
13206 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
13207
13208 * xdisp.c (lookup_glyphless_char_display)
13209 (produce_glyphless_glyph): Handle cons cell entry in
13210 glyphless-char-display.
13211 (Vglyphless_char_display): Document it.
13212
13213 * term.c (produce_glyphless_glyph): Handle cons cell entry in
13214 glyphless-char-display.
13215
13216 2011-04-17 Chong Yidong <cyd@stupidchicken.com>
13217
13218 * xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
13219
13220 * termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
13221
13222 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
13223 definition for no-X builds.
13224
13225 2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
13226
13227 Static checks with GCC 4.6.0 and non-default toolkits.
13228
13229 * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.
13230
13231 * process.c (keyboard_bit_set): Define only if SIGIO.
13232 (send_process_trap): Mark it with NO_RETURN if it doesn't return.
13233 (send_process): Repair possible setjmp clobbering.
13234
13235 * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.
13236
13237 * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.
13238
13239 * data.c (arith_error): Mark with NO_RETURN if it doesn't return.
13240
13241 * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
13242 Define only if needed.
13243
13244 * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier
13245 by pacifying GCC about it. Maybe it's time to retire it?
13246 * xfaces.c (USG, __TIMEVAL__): Likewise.
13247
13248 * dispextern.h (struct redisplay_interface): Rename param
13249 to avoid shadowing.
13250 * termhooks.h (struct terminal): Likewise.
13251 * xterm.c (xembed_send_message): Likewise.
13252
13253 * insdel.c (make_gap_smaller): Define only if
13254 USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
13255
13256 * keyboard.c (read_char): Make a var volatile so longjmp won't clobber
13257 it.
13258
13259 * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,
13260 so that we aren't warned about unused symbols.
13261
13262 * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
13263
13264 * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).
13265
13266 * xfns.c (x_real_positions): Mark locals as initialized.
13267
13268 * xmenu.c (xmenu_show): Don't use uninitialized vars.
13269
13270 * xterm.c: Fix problems found by static analysis with other toolkits.
13271 (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT.
13272 (x_dispatch_event): Declare static if USE_GTK, and
13273 define if USE_GTK || USE_X_TOOLKIT.
13274 (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
13275 * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
13276 * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
13277 if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
13278
13279 * xmenu.c (menu_help_callback): Pointer type fixes.
13280 Use const pointers when pointing at readonly data. Avoid pointer
13281 signedness clashes.
13282 (FALSE): Remove unused macro.
13283 (update_frame_menubar): Remove unused decl.
13284
13285 * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
13286
13287 * menu.c (push_submenu_start, push_submenu_end): Do not define unless
13288 USE_X_TOOLKIT || USE_GTK || HAVE_NS || defined HAVE_NTGUI.
13289 (single_menu_item): Rename local to avoid shadowing.
13290
13291 * keyboard.c (make_lispy_event): Remove unused local var.
13292
13293 * frame.c, frame.h (x_get_resource_string): Bring this back, but
13294 only if HAVE_X_WINDOWS && !USE_X_TOOLKIT.
13295
13296 * bitmaps: Change bitmaps from unsigned char back to the X11
13297 compatible char. Avoid the old compiler warnings about
13298 out-of-range initializers by using, for example, '\xab' rather
13299 than 0xab.
13300
13301 * xgselect.c (xgselect_initialize): Check vs interface
13302 even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
13303
13304 * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
13305
13306 * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
13307 to read-only memory.
13308
13309 * fns.c (vector): Remove; this old hack is no longer needed.
13310
13311 * xsmfns.c (create_client_leader_window): Rename shadowing arg.
13312 Remove unused var.
13313 (gdk_x11_set_sm_client_id) [!USE_GTK]: Don't define.
13314
13315 * xrdb.c (x_load_resources): Omit unused local.
13316
13317 * xfns.c (free_frame_menubar, atof): Remove duplicate decls.
13318 (x_window): Rename locals to avoid shadowing.
13319 (USG): Use the kludged USG macro, to pacify gcc.
13320
13321 * xterm.c (x_alloc_nearest_color_for_widget): Remove; unused.
13322 (x_term_init): Remove local to avoid shadowing.
13323
13324 * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.
13325
13326 * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern if
13327 USE_TOOLKIT_SCROLL_BARS && !USE_GTK, as xterm.c needs it then.
13328
13329 2011-04-16 Eli Zaretskii <eliz@gnu.org>
13330
13331 * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
13332
13333 Fix regex.c, syntax.c and friends for buffers > 2GB.
13334 * syntax.h (struct gl_state_s): Declare character position members
13335 EMACS_INT.
13336
13337 * syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT.
13338
13339 * textprop.c (verify_interval_modification, interval_of):
13340 Declare arguments EMACS_INT.
13341
13342 * intervals.c (adjust_intervals_for_insertion): Declare arguments
13343 EMACS_INT.
13344
13345 * intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'.
13346
13347 * indent.c (Fvertical_motion): Local variable it_start is now
13348 EMACS_INT.
13349
13350 * regex.c (re_match, re_match_2, re_match_2_internal)
13351 (bcmp_translate, regcomp, regexec, print_double_string)
13352 (group_in_compile_stack, re_search, re_search_2, regex_compile)
13353 (re_compile_pattern, re_exec): Declare arguments and local
13354 variables `size_t' and `ssize_t' and return values `regoff_t', as
13355 appropriate.
13356 (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'.
13357 (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'.
13358 <compile_stack_type>: `size' and `avail' are now `size_t'.
13359
13360 * regex.h <regoff_t>: Use ssize_t, not int.
13361 (re_search, re_search_2, re_match, re_match_2): Arguments that
13362 specify buffer/string position and length are now ssize_t and
13363 size_t. Return type is regoff_t.
13364
13365 2011-04-16 Ben Key <bkey76@gmail.com>
13366
13367 * nsfont.m: Fixed bugs in ns_get_family and
13368 ns_descriptor_to_entity that were caused by using free to
13369 deallocate memory blocks that were allocated by xmalloc (via
13370 xstrdup). This caused Emacs to crash when compiled with
13371 XMALLOC_OVERRUN_CHECK defined (when Emacs was configured with
13372 --enable-checking=xmallocoverrun). xfree is now used to
13373 deallocate these memory blocks.
13374
13375 2011-04-15 Paul Eggert <eggert@cs.ucla.edu>
13376
13377 * sysdep.c (emacs_read): Remove unnecessary check vs MAX_RW_COUNT.
13378
13379 emacs_write: Accept and return EMACS_INT for sizes.
13380 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00514.html
13381 et seq.
13382 * gnutls.c, gnutls.h (emacs_gnutls_read, emacs_gnutls_write):
13383 Accept and return EMACS_INT.
13384 (emacs_gnutls_write): Return the number of bytes written on
13385 partial writes.
13386 * sysdep.c, lisp.h (emacs_read, emacs_write): Likewise.
13387 (emacs_read, emacs_write): Remove check for negative size, as the
13388 Emacs source code has been audited now.
13389 * sysdep.c (MAX_RW_COUNT): New macro, to work around kernel bugs.
13390 (emacs_read, emacs_write): Use it.
13391 * process.c (send_process): Adjust to the new signatures of
13392 emacs_write and emacs_gnutls_write. Do not attempt to store
13393 a byte offset into an 'int'; it might overflow.
13394 See http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00483.html
13395
13396 * sound.c: Don't assume sizes fit in 'int'.
13397 (struct sound_device.period_size, alsa_period_size):
13398 Return EMACS_INT, not int.
13399 (struct sound_device.write, vox_write, alsa_write):
13400 Accept EMACS_INT, not int.
13401 (wav_play, au_play): Use EMACS_INT to store sizes and to
13402 record read return values.
13403
13404 2011-04-15 Ben Key <bkey76@gmail.com>
13405
13406 * keyboard.c (Qundefined): Don't declare static since it is used
13407 in nsfns.m.
13408 * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare
13409 static since they are used in nsfont.m.
13410
13411 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * process.c (Qprocessp): Don't declare static.
13414 * lisp.h (Qprocessp): Declare again.
13415
13416 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
13417
13418 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
13419
13420 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
13421
13422 Improve C-level modularity by making more things 'static'.
13423
13424 Don't publish debugger-only interfaces to other modules.
13425 * lisp.h (safe_debug_print, debug_output_compilation_hack):
13426 (verify_bytepos, count_markers): Move decls to the only modules
13427 that need them.
13428 * region-cache.h (pp_cache): Likewise.
13429 * window.h (check_all_windows): Likewise.
13430 * marker.c, print.c, region-cache.c, window.c: Decls moved here.
13431
13432 * sysdep.c (croak): Now static, if
13433 defined TIOCNOTTY || defined USG5 || defined CYGWIN.
13434 * syssignal.h (croak): Declare only if not static.
13435
13436 * alloc.c (refill_memory_reserve): Now static if
13437 !defined REL_ALLOC || defined SYSTEM_MALLOC.
13438 * lisp.h (refill_memory_reserve): Declare only if not static.
13439
13440 * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
13441 Define only if USE_LUCID.
13442
13443 * xrdb.c (x_customization_string, x_rm_string): Now static.
13444
13445 * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
13446 * xterm.h (x_menu_wait_for_event): Declare only if USE_MOTIF.
13447
13448 * xdisp.c (draw_row_with_mouse_face): Now static.
13449 * dispextern.h (draw_row_with_mouse_fave): Remove decl.
13450
13451 * window.h (check_all_windows): Mark externally visible.
13452
13453 * window.c (window_deletion_count): Now static.
13454
13455 * undo.c: Make symbols static if they're not exported.
13456 (last_undo_buffer, last_boundary_position, pending_boundary):
13457 Now static.
13458
13459 * textprop.c (interval_insert_behind_hooks): Now static.
13460 (interval_insert_in_front_hooks): Likewise.
13461
13462 * term.c: Make symbols static if they're not exported.
13463 (tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
13464 (max_frame_lines, tty_set_terminal_modes):
13465 (tty_reset_terminal_modes, tty_turn_off_highlight):
13466 (get_tty_terminal): Now static.
13467 (term_mouse_moveto): Do not define if HAVE_WINDOW_SYSTEM.
13468 * termhooks.h (term_mouse_moveto): Do not declare if
13469 HAVE_WINDOW_SYSTEM.
13470 * dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes):
13471 (tty_turn_off_highlight, get_tty_terminal): Remove decls.
13472
13473 * sysdep.c: Make symbols static if they're not exported.
13474 (emacs_get_tty, emacs_set_tty, old_fcntl_flags, old_fcntl_owner):
13475 Now static.
13476 (sigprocmask_set, full_mask): Remove; unused.
13477 (wait_debugging): Mark as visible.
13478 * syssignal.h (SIGFULLMASK, full_mask): Remove decls.
13479 * systty.h (emacs_get_tty, emacs_set_tty): Remove decls.
13480
13481 * syntax.c (syntax_temp): Define only if !__GNUC__.
13482
13483 * sound.c (current_sound_device, current_sound): Now static.
13484
13485 * search.c (searchbufs, searchbuf_head): Now static.
13486
13487 * scroll.c (scroll_cost): Remove; unused.
13488 * dispextern.h (scroll_cost): Remove decl.
13489
13490 * region-cache.h (pp_cache): Mark as externally visible.
13491
13492 * process.c: Make symbols static if they're not exported.
13493 (process_tick, update_tick, create_process, chan_process):
13494 (Vprocess_alist, proc_buffered_char, datagram_access):
13495 (fd_callback_data, send_process_frame, process_sent_to): Now static.
13496 (deactivate_process): Mark defn as static, as well as decl.
13497 * lisp.h (create_process): Remove decl.
13498 * process.h (chan_process, Vprocess_alist): Remove decls.
13499
13500 * print.c: Make symbols static if they're not exported.
13501 (print_depth, new_backquote_output, being_printed, print_buffer):
13502 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
13503 (print_interval, print_number_index, initial_stderr_stream):
13504 Now static.
13505 * lisp.h (Fprinc): Remove decl.
13506 (debug_output_compilation_hack): Mark as externally visible.
13507
13508 * sysdep.c (croak): Move decl from here to syssignal.h.
13509 * syssignal.h (croak): Put it here, so the API can be checked when
13510 'croak' is called from dissociate_if_controlling_tty.
13511
13512 * minibuf.c: Make symbols static if they're not exported.
13513 (minibuf_save_list, choose_minibuf_frame): Now static.
13514 * lisp.h (choose_minibuf_frame): Remove decl.
13515
13516 * lisp.h (verify_bytepos, count_markers): Mark as externally visible.
13517
13518 * lread.c: Make symbols static if they're not exported.
13519 (read_objects, initial_obarray, oblookup_last_bucket_number):
13520 Now static.
13521 (make_symbol): Remove; unused.
13522 * lisp.h (initial_obarray, make_symbol): Remove decls.
13523
13524 * keyboard.c: Make symbols static if they're not exported.
13525 (single_kboard, recent_keys_index, total_keys, recent_keys):
13526 (this_command_key_count_reset, raw_keybuf, raw_keybuf_count):
13527 (this_single_command_key_start, echoing, last_auto_save):
13528 (read_key_sequence_cmd, dribble, recursive_edit_unwind):
13529 (command_loop, echo_now, keyboard_init_hook, help_char_p):
13530 (quit_throw_to_read_char, command_loop_2, top_level_1, poll_timer):
13531 (Vlispy_mouse_stem, double_click_count):
13532 Now static.
13533 (force_auto_save_soon): Define only if SIGDANGER.
13534 (ignore_mouse_drag_p): Now static if
13535 !defined HAVE_WINDOW_SYSTEM || defined USE_GTK || defined HAVE_NS.
13536 (print_help): Remove; unused.
13537 (stop_character, last_timer_event): Mark as externally visible.
13538 * keyboard.h (ignore_mouse_drag_p): Declare only if
13539 defined HAVE_WINDOW_SYSTEM && !defined USE_GTK && !defined HAVE_NS.
13540 (echo_now, help_char_p, quit_throw_to_read_char): Remove decls.
13541 * lisp.h (echoing): Remove decl.
13542 (force_auto_save_soon): Declare only if SIGDANGER.
13543 * xdisp.c (redisplay_window): Simplify code, to make it more
13544 obvious that ignore_mouse_drag_p is not accessed if !defined
13545 USE_GTK && !defined HAVE_NS.
13546
13547 * intervals.c: Make symbols static if they're not exported.
13548 (merge_properties_sticky, merge_interval_right, delete_interval):
13549 Now static.
13550 * intervals.h (merge_interval_right, delete_interval): Remove decls.
13551
13552 * insdel.c: Make symbols static if they're not exported.
13553 However, leave prepare_to_modify_buffer alone. It's never
13554 called from outside this function, but that appears to be a bug.
13555 (combine_after_change_list, combine_after_change_buffer):
13556 (adjust_after_replace, signal_before_change): Now static.
13557 (adjust_after_replace_noundo): Remove; unused.
13558 * lisp.h (adjust_after_replace, adjust_after_replace_noundo):
13559 (signal_before_change): Remove decls.
13560
13561 * indent.c (val_compute_motion, val_vmotion): Now static.
13562
13563 * image.c: Make symbols static if they're not exported.
13564 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
13565 if USE_GTK.
13566 * image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
13567 (xpm_color_cache, ct_table, ct_colors_allocated): Now static.
13568
13569 * fringe.c (standard_bitmaps): Now static.
13570 (max_used_fringe_bitmap): Now static, unless HAVE_NS.
13571
13572 * frame.c: Make symbols static if they're not exported.
13573 (x_report_frame_params, make_terminal_frame): Now static.
13574 (get_frame_param): Now static, unless HAVE_NS.
13575 (x_fullscreen_adjust): Define if WINDOWSNT, not if HAVE_WINDOW_SYSTEM.
13576 (x_get_resource_string): Remove; not used.
13577 * frame.h (make_terminal_frame, x_report_frame_params):
13578 (x_get_resource_string); Remove decls.
13579 (x_fullscreen_adjust): Declare only if WINDOWSNT.
13580 * lisp.h (get_frame_param): Declare only if HAVE_NS.
13581
13582 * font.c, fontset.c: Make symbols static if they're not exported.
13583 * dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): New macro.
13584 (FACE_SUITABLE_FOR_CHAR_P): Use it.
13585 * font.c (font_close_object): Now static.
13586 * font.h (font_close_object): Remove.
13587 * fontset.c (FONTSET_OBJLIST): Remove.
13588 (free_realized_fontset) #if-0 the body, which does nothing.
13589 (face_suitable_for_char_p): #if-0, as it's never called.
13590 * fontset.h (face_suitable_for_char_p): Remove decl.
13591 * xfaces.c (face_at_string_position):
13592 Use FACE_SUITABLE_FOR_ASCII_CHAR_P, not FACE_SUITABLE_FOR_CHAR_P,
13593 since 0 is always ASCII.
13594
13595 * fns.c (weak_hash_tables): Now static.
13596
13597 * fileio.c: Make symbols static if they're not exported.
13598 (auto_saving, auto_save_mode_bits, auto_save_error_occurred):
13599 (Vwrite_region_annotation_buffers): Now static.
13600
13601 * eval.c: Make symbols static if they're not exported.
13602 (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
13603 * lisp.h (backtrace_list): Remove decl.
13604
13605 * emacs.c: Make symbols static if they're not exported.
13606 (malloc_state_ptr, malloc_using_checking, syms_of_emacs):
13607 (fatal_error_code, fatal_error_signal_hook, standard_args):
13608 Now static.
13609 (fatal_error_signal): Now static, unless FLOAT_CATCH_SIGKILL.
13610 (DEFINE_DUMMY_FUNCTION): Mark function as externally visible.
13611 (__CTOR_LIST__, __DTOR_LIST__): Now externally visible.
13612 * lisp.h (fatal_error_signal_hook): Remove decl.
13613 (fatal_error_signal): Declare only if FLOAT_CATCH_SIGKILL.
13614
13615 * editfns.c: Move a (normally-unused) function to its only use.
13616 * editfns.c, lisp.h (get_operating_system_release): Remove.
13617 * process.c (init_process) [DARWIN_OS]: Do it inline, as it is not
13618 worth the hassle of breaking this out.
13619
13620 * xterm.c: Make symbols static if they're not exported.
13621 (x_raise_frame, x_lower_frame, x_wm_set_window_state):
13622 (x_wm_set_icon_pixmap, x_initialize, XTread_socket_fake_io_error):
13623 (x_destroy_window, x_delete_display):
13624 Now static.
13625 (x_dispatch_event): Now static if ! (USE_MOTIF || USE_X_TOOLKIT).
13626 (x_mouse_leave): Remove; unused.
13627 * xterm.h (x_display_info_for_name, x_raise_frame, x_lower_frame):
13628 (x_destroy_window, x_wm_set_window_state, x_wm_set_icon_pixmap):
13629 (x_delete_display, x_initialize, x_set_border_pixel, x_screen_planes):
13630 Remove decls.
13631 (x_mouse_leave): Declare only if WINDOWSNT.
13632 (x_dispatch_event): Declare only if USE_MOTIF or USE_X_TOOLKIT.
13633 (xic_create_fontsetname): Declare only if HAVE_X_WINDOWS &&
13634 USE_X_TOOLKIT.
13635
13636 * ftxfont.c: Make symbols static if they're not exported.
13637 (ftxfont_driver): Export only if !defined HAVE_XFT && def8ined
13638 HAVE_FREETYPE.
13639 * font.h (ftxfont_driver): Likewise.
13640
13641 * xfns.c: Make symbols static if they're not exported.
13642 (x_last_font_name, x_display_info_for_name):
13643 (x_set_foreground_color, x_set_background_color, x_set_mouse_color):
13644 (x_set_cursor_color, x_set_border_pixel, x_set_border_color):
13645 (x_set_cursor_type, x_set_icon_type, x_set_icon_name):
13646 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
13647 (x_explicitly_set_name, x_set_title, xic_defaut_fontset, tip_timer):
13648 (last_show_tip_args): Now static.
13649 (xic_defaut_fontset, xic_create_fontsetname): Define only if
13650 defined HAVE_X_WINDOWS && defined USE_X_TOOLKIT
13651 (x_screen_planes): Remove; unused.
13652 * dispextern.h (x_screen_planes): Remove decl.
13653
13654 * dispnew.c: Make symbols static if they're not exported.
13655 * dispextern.h (redraw_garbaged_frames, scrolling):
13656 (increment_row_positions): Remove.
13657 * dispnew.c (new_glyph_matrix, increment_row_positions, scrolling):
13658 (delayed_size_change, glyph_matrix_count, glyph_pool_count):
13659 Now static.
13660 (redraw_garbaged_frames): Remove; unused.
13661
13662 * xfaces.c: Make symbols static if they're not exported.
13663 * dispextern.h (ascii_face_of_lisp_face, free_realized_face):
13664 Remove decls.
13665 * xterm.h (defined_color): Remove decls.
13666 (x_free_dpy_colors): Declare only if USE_X_TOOLKIT.
13667 * xfaces.c (tty_suppress_bold_inverse_default_colors_p):
13668 (menu_face_changed_default, defined_color, free_realized_face):
13669 (x_free_dpy_colors): Define only if USE_X_TOOLKIT.
13670 (ascii_face_of_lisp_face): Remove; unused.
13671
13672 * xdisp.c: Make symbols static if they're not exported.
13673 * dispextern.h (scratch_glyph_row, window_box_edges):
13674 (glyph_to_pixel_coords, set_cursor_from_row):
13675 (get_next_display_element, set_iterator_to_next):
13676 (highlight_trailing_whitespace, frame_to_window_pixel_xy):
13677 (show_mouse_face): Remove decls
13678 * frame.h (message_buf_print): Likewise.
13679 * lisp.h (pop_message, set_message, check_point_in_composition):
13680 Likewise.
13681 * xterm.h (set_vertical_scroll_bar): Likewise.
13682 * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed):
13683 (message_buf_print, scratch_glyph_row, displayed_buffer):
13684 (set_iterator_to_next, pop_message, set_message, set_cursor_from_row):
13685 (get_next_display_element, show_mouse_face, window_box_edges):
13686 (frame_to_window_pixel_xy, check_point_in_composition):
13687 (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static.
13688 (glyph_to_pixel_coords): Remove; unused.
13689
13690 * dired.c (file_name_completion): Now static.
13691
13692 * dbusbind.c (xd_in_read_queued_messages): Now static.
13693
13694 * lisp.h (circular_list_error, FOREACH): Remove; unused.
13695 * data.c (circular_list_error): Remove.
13696
13697 * commands.h (last_point_position, last_point_position_buffer):
13698 (last_point_position_window): Remove decls.
13699 * keyboard.c: Make these variables static.
13700
13701 * coding.h (coding, code_convert_region, encode_coding_gap):
13702 Remove decls.
13703 * coding.c (Vsjis_coding_system, Vbig5_coding_system):
13704 (iso_code_class, detect_coding, code_convert_region): Now static.
13705 (encode_coding_gap): Remove; unused.
13706
13707 * chartab.c (chartab_chars, chartab_bits): Now static.
13708
13709 * charset.h (charset_iso_8859_1): Remove decl.
13710 * charset.c (charset_iso_8859_1, charset_emacs, map_charset_for_dump):
13711 Now static.
13712
13713 * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
13714 * ccl.c (Vccl_program_table): Now static.
13715 (check_ccl_update): Remove; unused.
13716
13717 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
13718 * category.h: ... from here.
13719 * category.c (check_category_table, set_category_set): Now static.
13720
13721 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
13722 * lisp.h: Remove these decls.
13723
13724 * buffer.c (buffer_count): Remove unused var.
13725
13726 * bidi.c (bidi_dump_cached_states): Mark as externally visible,
13727 so that it's not optimized away.
13728 (bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
13729 * dispextern.h (bidi_dump_cached_states): Remove, since it's
13730 exported only to the debugger.
13731
13732 * atimer.c (alarm_signal_handler, run_all_atimers): Now static.
13733 * atimer.h (run_all_atimers): Remove; not exported.
13734
13735 font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
13736 * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
13737 was inaccessible from Lisp.
13738 (merge_font_spec): Likewise, renaming from Fmerge_font_spec.
13739 * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
13740
13741 alloc.c: Import and export fewer symbols, and remove unused items.
13742 * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING
13743 is defined.
13744 (suppress_checking): Add EXTERNALLY_VISIBLE attribute, so that
13745 it's not optimized away by whole-program optimization.
13746 (message_enable_multibyte, free_misc): Remove.
13747 (catchlist, handlerlist, mark_backtrace):
13748 Declare only if BYTE_MARK_STACK.
13749 (mark_byte_stack): Likewise, fixing a ifdef-vs-if typo.
13750 * alloc.c (pure): Export only if VIRT_ADDR_VARIES is defined.
13751 (message_enable_multibyte): Remove decl.
13752 (free_misc, interval_free_list, float_block, float_block_index):
13753 (n_float_blocks, float_free_list, cons_block, cons_block_index):
13754 (cons_free_list, last_marked_index):
13755 Now static.
13756 (suppress_checking, die): Define only if ENABLE_CHECKING is defined.
13757 * eval.c (catchlist, handlerlist): Export only if BYTE_MARK_STACK.
13758 (mark_backtrace): Define only if BYTE_MARK_STACK.
13759 * xdisp.c (message_enable_multibyte): Now static.
13760
13761 Declare Lisp_Object Q* variables to be 'static' if not exported.
13762 This makes it easier for human readers (and static analyzers)
13763 to see whether these variables are used from other modules.
13764 * alloc.c, buffer.c, bytecode.c, callint.c, casetab.c, category.c:
13765 * ccl.c, character.c, charset.c, cmds.c, coding.c, composite.c:
13766 * data.c, dbusbind.c, dired.c, editfns.c, eval.c, fileio.c, fns.c:
13767 * font.c, frame.c, fringe.c, ftfont.c, image.c, keyboard.c, keymap.c:
13768 * lread.c, macros.c, minibuf.c, print.c, process.c, search.c:
13769 * sound.c, syntax.c, textprop.c, window.c, xdisp.c, xfaces.c, xfns.c:
13770 * xmenu.c, xselect.c:
13771 Declare Q* vars static if they are not used in other modules.
13772 * ccl.h, character.h, charset.h, coding.h, composite.h, font.h:
13773 * frame.h, intervals.h, keyboard.h, lisp.h, process.h, syntax.h:
13774 Remove decls of unexported vars.
13775 * keyboard.h (EVENT_HEAD_UNMODIFIED): Remove now-unused macro.
13776
13777 * lisp.h (DEFINE_FUNC): Make sname 'static'.
13778
13779 Make Emacs functions such as Fatom 'static' by default.
13780 This makes it easier for human readers (and static analyzers)
13781 to see whether these functions can be called from other modules.
13782 DEFUN now defines a static function. To make the function external
13783 so that it can be used in other C modules, use the new macro DEFUE.
13784 * lisp.h (Funibyte_char_to_multibyte, Fsyntax_table_p):
13785 (Finit_image_library):
13786 (Feval_region, Fbacktrace, Ffetch_bytecode, Fswitch_to_buffer):
13787 (Ffile_executable_p, Fmake_symbolic_link, Fcommand_execute):
13788 (Fget_process, Fdocumentation_property, Fbyte_code, Ffile_attributes):
13789 Remove decls, since these functions are now static.
13790 (Funintern, Fget_internal_run_time): New decls, since these functions
13791 were already external.
13792
13793 * alloc.c, buffer.c, callint.c, callproc.c, casefiddle.c, casetab.c:
13794 * ccl.c, character.c, chartab.c, cmds.c, coding.c, data.c, dispnew.c:
13795 * doc.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, floatfns.c:
13796 * fns.c, font.c, fontset.c, frame.c, image.c, indent.c:
13797 * keyboard.c, keymap.c, lread.c:
13798 * macros.c, marker.c, menu.c, minibuf.c, print.c, process.c, search.c:
13799 * syntax.c, term.c, terminal.c, textprop.c, undo.c:
13800 * window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, xsettings.c:
13801 Mark functions with DEFUE instead of DEFUN,
13802 if they are used in other modules.
13803 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): New forward
13804 decls for now-static functions.
13805 * buffer.h (Fdelete_overlay): Remove decl.
13806 * callproc.c (Fgetenv_internal): Mark as internal.
13807 * composite.c (Fremove_list_of_text_properties): Remove decl.
13808 (Fcomposition_get_gstring): New forward static decl.
13809 * composite.h (Fcomposite_get_gstring): Remove decl.
13810 * dired.c (Ffile_attributes): New forward static decl.
13811 * doc.c (Fdocumntation_property): New forward static decl.
13812 * eval.c (Ffetch_bytecode): New forward static decl.
13813 (Funintern): Remove extern decl; now in .h file where it belongs.
13814 * fileio.c (Fmake_symbolic_link): New forward static decl.
13815 * image.c (Finit_image_library): New forward static decl.
13816 * insdel.c (Fcombine_after_change_execute): Make forward decl static.
13817 * intervals.h (Fprevious_property_change):
13818 (Fremove_list_of_text_properties): Remove decls.
13819 * keyboard.c (Fthis_command_keys): Remove decl.
13820 (Fcommand_execute): New forward static decl.
13821 * keymap.c (Flookup_key): New forward static decl.
13822 (Fcopy_keymap): Now static.
13823 * keymap.h (Flookup_key): Remove decl.
13824 * process.c (Fget_process): New forward static decl.
13825 (Fprocess_datagram_address): Mark as internal.
13826 * syntax.c (Fsyntax_table_p): New forward static decl.
13827 (skip_chars): Remove duplicate decl.
13828 * textprop.c (Fprevious_property_change): New forward static decl.
13829 * window.c (Fset_window_fringes, Fset_window_scroll_bars):
13830 Now internal.
13831 (Fset_window_margins, Fset_window_vscroll): New forward static decls.
13832 * window.h (Fset_window_vscroll, Fset_window_margins): Remove decls.
13833
13834 * editfns.c (Fformat): Remove unreachable code.
13835
13836 2011-04-14 Andreas Schwab <schwab@linux-m68k.org>
13837
13838 * fileio.c (Finsert_file_contents): Fix typo in 2005-05-13
13839 change. (Bug#8496)
13840
13841 2011-04-13 Eli Zaretskii <eliz@gnu.org>
13842
13843 * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init
13844 when at ZV. (Bug#8487)
13845
13846 2011-04-12 Andreas Schwab <schwab@linux-m68k.org>
13847
13848 * charset.c (Fclear_charset_maps): Use xfree instead of free.
13849 (Bug#8437)
13850 * keyboard.c (parse_tool_bar_item): Likewise.
13851 * sound.c (sound_cleanup, alsa_close): Likewise.
13852 * termcap.c (tgetent): Likewise.
13853 * xfns.c (x_default_font_parameter): Likewise.
13854 * xsettings.c (read_and_apply_settings): Likewise.
13855
13856 * alloc.c (overrun_check_malloc, overrun_check_realloc)
13857 (overrun_check_free): Protoize.
13858
13859 2011-04-12 Paul Eggert <eggert@cs.ucla.edu>
13860
13861 * sysdep.c (emacs_read, emacs_write): Check for negative sizes
13862 since callers should never pass a negative size.
13863 Change the signature to match that of plain 'read' and 'write'; see
13864 <http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00397.html>.
13865 * lisp.h: Update prototypes of emacs_write and emacs_read.
13866
13867 2011-04-11 Eli Zaretskii <eliz@gnu.org>
13868
13869 * xdisp.c (redisplay_window): Don't try to determine the character
13870 position of the scroll margin if the window start point w->startp
13871 is outside the buffer's accessible region. (Bug#8468)
13872
13873 2011-04-10 Eli Zaretskii <eliz@gnu.org>
13874
13875 Fix write-region and its subroutines for buffers > 2GB.
13876 * fileio.c (a_write, e_write): Modify declaration of arguments and
13877 local variables to support buffers larger than 2GB.
13878 (Fcopy_file): Use EMACS_INT for return value of emacs_read.
13879
13880 * sysdep.c (emacs_write, emacs_read): Use ssize_t for last
13881 argument, local variables, and return value.
13882
13883 * lisp.h: Update prototypes of emacs_write and emacs_read.
13884
13885 * sound.c (vox_write): Use ssize_t for return value of emacs_write.
13886
13887 2011-04-10 Paul Eggert <eggert@cs.ucla.edu>
13888
13889 * xdisp.c (vmessage): Use memchr, not strnlen, which some hosts lack.
13890
13891 Fix more problems found by GCC 4.6.0's static checks.
13892
13893 * xdisp.c (vmessage): Use a better test for character truncation.
13894
13895 * charset.c (load_charset_map): <, not <=, for optimization,
13896 and to avoid potential problems with integer overflow.
13897 * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
13898 * casetab.c (set_identity, shuffle): Likewise.
13899 * editfns.c (Fformat): Likewise.
13900 * syntax.c (skip_chars): Likewise.
13901
13902 * xmenu.c (set_frame_menubar): Allocate smaller local vectors.
13903 This also lets GCC 4.6.0 generate slightly better loop code.
13904
13905 * callint.c (Fcall_interactively): <, not <=, for optimization.
13906 (Fcall_interactively): Count the number of arguments produced,
13907 not the number of arguments given. This is simpler and lets GCC
13908 4.6.0 generate slightly better code.
13909
13910 * ftfont.c: Distingish more carefully between FcChar8 and char.
13911 The previous code passed unsigned char * to a functions like
13912 strlen and xstrcasecmp that expect char *, which does not
13913 conform to the C standard.
13914 (get_adstyle_property, ftfont_pattern_entity): Use FcChar8 for
13915 arguments to FcPatternGetString, and explicitly cast FcChar8 * to
13916 char * when the C standard requires it.
13917
13918 * keyboard.c (read_char): Remove unused var.
13919
13920 * eval.c: Port to Windows vsnprintf (Bug#8435).
13921 Include <limits.h>.
13922 (SIZE_MAX): Define if the headers do not.
13923 (verror): Do not give up if vsnprintf returns a negative count.
13924 Instead, grow the buffer. This ports to Windows vsnprintf, which
13925 does not conform to C99. Problem reported by Eli Zaretskii.
13926 Also, simplify the allocation scheme, by avoiding the need for
13927 calling realloc, and removing the ALLOCATED variable.
13928
13929 * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.
13930
13931 Remove invocations of doprnt, as Emacs now uses vsnprintf.
13932 But keep the doprint source code for now, as we might revamp it
13933 and use it again (Bug#8435).
13934 * lisp.h (doprnt): Remove.
13935 * Makefile.in (base_obj): Remove doprnt.o.
13936 * deps.mk (doprnt.o): Remove.
13937
13938 error: Print 32- and 64-bit integers portably (Bug#8435).
13939 Without this change, on typical 64-bit hosts error ("...%d...", N)
13940 was used to print both 32- and 64-bit integers N, which relied on
13941 undefined behavior.
13942 * lisp.h, m/amdx86-64.h, m/ia64.h, m/ibms390x.h (pEd): New macro.
13943 * lisp.h (error, verror): Mark as printf-like functions.
13944 * eval.c (verror): Use vsnprintf, not doprnt, to do the real work.
13945 Report overflow in size calculations when allocating printf buffer.
13946 Do not truncate output string at its first null byte.
13947 * xdisp.c (vmessage): Use vsnprintf, not doprnt, to do the real work.
13948 Truncate the output at a character boundary, since vsnprintf does not
13949 do that.
13950 * charset.c (check_iso_charset_parameter): Convert internal
13951 character to string before calling 'error', since %c now has the
13952 printf meaning.
13953 * coding.c (Fdecode_sjis_char, Fdecode_big5_char): Avoid int
13954 overflow when computing char to be passed to 'error'. Do not
13955 pass Lisp_Object to 'error'; pass the integer instead.
13956 * nsfns.m (Fns_do_applescript): Use int, not long, since it's
13957 formatted with plain %d.
13958
13959 * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
13960
13961 * keyboard.c (access_keymap_keyremap): Print func name, not garbage.
13962
13963 * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.
13964
13965 * xterm.c (x_catch_errors): Remove duplicate declaration.
13966
13967 * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.
13968
13969 * xdisp.c, lisp.h (message_nolog): Remove; unused.
13970
13971 2011-04-10 Jim Meyering <meyering@redhat.com>
13972
13973 use ssize_t and size_t for read- and write-like emacs_gnutls_* functions
13974 * gnutls.c (emacs_gnutls_read): Adjust signature to be more read-like:
13975 return ssize_t not "int", and use size_t as the buffer length.
13976 (emacs_gnutls_write): Likewise, and make the buffer pointer "const".
13977 * gnutls.h: Update declarations.
13978 * process.c (read_process_output): Use ssize_t, to match.
13979 (send_process): Likewise.
13980
13981 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
13982
13983 * image.c (Fimagemagick_types): Doc fix, and comment cleanup.
13984
13985 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
13986
13987 * ftfont.c (get_adstyle_property, ftfont_pattern_entity):
13988 Use unsigned char, to match FcChar8 type definition.
13989
13990 * xterm.c (handle_one_xevent):
13991 * xmenu.c (create_and_show_popup_menu):
13992 * xselect.c (x_decline_selection_request)
13993 (x_reply_selection_request): Avoid type-punned deref of X events.
13994
13995 2011-04-09 Eli Zaretskii <eliz@gnu.org>
13996
13997 Fix some uses of `int' instead of EMACS_INT.
13998 * search.c (string_match_1, fast_string_match)
13999 (fast_c_string_match_ignore_case, fast_string_match_ignore_case)
14000 (scan_buffer, find_next_newline_no_quit)
14001 (find_before_next_newline, search_command, Freplace_match)
14002 (Fmatch_data): Make some `int' variables be EMACS_INT.
14003
14004 * xdisp.c (display_count_lines): 3rd argument and return value now
14005 EMACS_INT. All callers changed.
14006 (pint2hrstr): Last argument is now EMACS_INT.
14007
14008 * coding.c (detect_coding_utf_8, detect_coding_emacs_mule)
14009 (detect_coding_iso_2022, detect_coding_sjis, detect_coding_big5)
14010 (detect_coding_ccl, detect_coding_charset, decode_coding_utf_8)
14011 (decode_coding_utf_16, decode_coding_emacs_mule)
14012 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
14013 (decode_coding_ccl, decode_coding_charset)
14014 <consumed_chars, consumed_chars_base>: Declare EMACS_INT.
14015 (decode_coding_iso_2022, decode_coding_emacs_mule)
14016 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
14017 <char_offset, last_offset>: Declare EMACS_INT.
14018 (encode_coding_utf_8, encode_coding_utf_16)
14019 (encode_coding_emacs_mule, encode_invocation_designation)
14020 (encode_designation_at_bol, encode_coding_iso_2022)
14021 (encode_coding_sjis, encode_coding_big5, encode_coding_ccl)
14022 (encode_coding_raw_text, encode_coding_charset) <produced_chars>:
14023 Declare EMACS_INT.
14024 (ASSURE_DESTINATION): Declare more_bytes EMACS_INT.
14025 (encode_invocation_designation): Last argument P_NCHARS is now
14026 EMACS_INT.
14027 (decode_eol): Declare pos_byte, pos, and pos_end EMACS_INT.
14028 (produce_chars): from_nchars and to_nchars are now EMACS_INT.
14029
14030 * coding.h (struct coding_system) <head_ascii>: Declare EMACS_INT.
14031 All users changed.
14032
14033 * ccl.c (Fccl_execute_on_string): Declare some variables
14034 EMACS_INT.
14035
14036 2011-04-08 Samuel Thibault <sthibault@debian.org> (tiny change)
14037
14038 * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).
14039
14040 2011-03-19 Christoph Scholtes <cschol2112@googlemail.com>
14041
14042 * process.c (Fformat_network_address): Doc fix.
14043
14044 2011-04-08 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
14045
14046 * xml.c (parse_region): Avoid creating spurious whitespace nodes.
14047
14048 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
14049
14050 * keyboard.c (read_char): Call Lisp function help-form-show,
14051 instead of using internal_with_output_to_temp_buffer.
14052 (Qhelp_form_show): New var.
14053 (syms_of_keyboard): Use DEFSYM macro.
14054
14055 * print.c (internal_with_output_to_temp_buffer): Function deleted.
14056
14057 * lisp.h (internal_with_output_to_temp_buffer): Remove prototype.
14058
14059 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
14060
14061 * process.c (Flist_processes): Remove to Lisp.
14062 (list_processes_1): Delete.
14063
14064 2011-04-06 Eli Zaretskii <eliz@gnu.org>
14065
14066 * msdos.c (careadlinkat, careadlinkatcwd): MS-DOS replacements.
14067
14068 * w32.c (careadlinkat, careadlinkatcwd): New always-fail stubs.
14069
14070 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
14071
14072 Fix more problems found by GCC 4.6.0's static checks.
14073
14074 * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.
14075
14076 * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.
14077
14078 * lisp.h (message, message_nolog, fatal): Mark as printf-like.
14079
14080 * xdisp.c (vmessage): Mark as a printf-like function.
14081
14082 * term.c (vfatal, maybe_fatal): Mark as printf-like functions.
14083
14084 * sound.c (sound_warning): Don't crash if arg contains a printf format.
14085
14086 * image.c (tiff_error_handler, tiff_warning_handler): Mark as
14087 printf-like functions.
14088 (tiff_load): Add casts to remove these marks before passing them
14089 to system-supplied API.
14090
14091 * eval.c (Fsignal): Remove excess argument to 'fatal'.
14092
14093 * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
14094 This avoids several warnings with gcc -Wstrict-overflow.
14095 (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code
14096 directly, rather than having caller test rule sign. This avoids
14097 some unnecessary tests.
14098 * composite.h (COMPOSITION_ENCODE_RULE_VALID): New macro.
14099 (COMPOSITION_ENCODE_RULE): Arguments now must be valid. This
14100 affects only one use, in DECODE_COMPOSITION_RULE, which is changed.
14101
14102 * xfont.c (xfont_text_extents): Remove var that was set but not used.
14103 (xfont_open): Avoid unnecessary tests.
14104
14105 * composite.c (composition_gstring_put_cache): Use unsigned integer.
14106
14107 * composite.h, composite.c (composition_gstring_put_cache):
14108 Use EMACS_INT, not int, for length.
14109
14110 * composite.h (COMPOSITION_DECODE_REFS): New macro,
14111 breaking out part of COMPOSITION_DECODE_RULE.
14112 (COMPOSITION_DECODE_RULE): Use it.
14113 * composite.c (get_composition_id): Remove unused local vars,
14114 by using the new macro.
14115
14116 * textprop.c (set_text_properties_1): Change while to do-while,
14117 since the condition is always true at first.
14118
14119 * intervals.c (graft_intervals_into_buffer): Mark var as used.
14120 (interval_deletion_adjustment): Return unsigned value.
14121 All uses changed.
14122
14123 * process.c (list_processes_1, create_pty, read_process_output):
14124 (exec_sentinel): Remove vars that were set but not used.
14125 (create_pty): Remove unnecessary "volatile"s.
14126 (Fnetwork_interface_info): Avoid possibility of int overflow.
14127 (read_process_output): Do adaptive read buffering even if carryover.
14128 (read_process_output): Simplify nbytes computation if buffered.
14129
14130 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
14131
14132 * syntax.c (scan_words): Remove var that was set but not used.
14133 (update_syntax_table): Use unsigned instead of int.
14134
14135 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
14136 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.
14137 (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
14138
14139 * print.c (print_error_message): Avoid int overflow.
14140
14141 * font.c (font_list_entities): Redo for clarity,
14142 so that reader need not know FONT_DPI_INDEX + 1 == FONT_SPACING_INDEX.
14143
14144 * font.c (font_find_for_lface, Ffont_get_glyphs): Remove unused vars.
14145 (font_score): Avoid potential overflow in diff calculation.
14146
14147 * fns.c (substring_both): Remove var that is set but not used.
14148 (sxhash): Redo loop for clarity and to avoid wraparound warning.
14149
14150 * eval.c (funcall_lambda): Rename local to avoid shadowing.
14151
14152 * alloc.c (mark_object_loop_halt, mark_object): Use size_t, not int.
14153 Otherwise, GCC 4.6.0 optimizes the loop check away since the check
14154 can always succeed if overflow has undefined behavior.
14155
14156 * search.c (boyer_moore, wordify): Remove vars set but not used.
14157 (wordify): Omit three unnecessary tests.
14158
14159 * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column.
14160 All callers changed. This avoids the need for an unused var.
14161
14162 * casefiddle.c (casify_region): Remove var that is set but not used.
14163
14164 * dired.c (file_name_completion): Remove var that is set but not used.
14165
14166 * fileio.c (Finsert_file_contents): Make EOF condition clearer.
14167
14168 * fileio.c (Finsert_file_contents): Avoid signed integer overflow.
14169 (Finsert_file_contents): Remove unnecessary code checking fd.
14170
14171 * minibuf.c (read_minibuf_noninteractive): Use size_t for sizes.
14172 Check for integer overflow on size calculations.
14173
14174 * buffer.c (Fprevious_overlay_change): Remove var that is set
14175 but not used.
14176
14177 * keyboard.c (menu_bar_items, read_char_minibuf_menu_prompt):
14178 Remove vars that are set but not used.
14179 (timer_check_2): Don't assume timer-list and idle-timer-list are lists.
14180 (timer_check_2): Mark vars as initialized.
14181
14182 * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.
14183
14184 * image.c (lookup_image): Remove var that is set but not used.
14185 (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.
14186
14187 * fontset.c (Finternal_char_font, Ffontset_info): Remove vars
14188 that are set but not used.
14189
14190 * xfns.c (make_invisible_cursor): Don't return garbage
14191 if XCreateBitmapFromData fails (Bug#8410).
14192
14193 * xselect.c (x_get_local_selection, x_handle_property_notify):
14194 Remove vars that are set but not used.
14195
14196 * xfns.c (x_create_tip_frame): Remove var that is set but not used.
14197 (make_invisible_cursor): Initialize a possibly-uninitialized variable.
14198
14199 * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:
14200 Remove var that is set but not used.
14201 (scroll_bar_windows_size): Now size_t, not int.
14202 (x_send_scroll_bar_event): Use size_t, not int, for sizes.
14203 Check for overflow.
14204
14205 * xfaces.c (realize_named_face): Remove vars that are set but not used.
14206 (map_tty_color) [!defined MSDOS]: Likewise.
14207
14208 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
14209
14210 * coding.c: Remove vars that are set but not used.
14211 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
14212 All callers changed.
14213 (decode_coding_utf_8, decode_coding_utf_16 decode_coding_emacs_mule):
14214 (decode_coding_iso_2022, encode_coding_sjis, encode_coding_big5):
14215 (decode_coding_charset): Remove vars that are set but not used.
14216
14217 * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove var
14218 that is set but not used.
14219
14220 * print.c (print_object): Remove var that is set but not used.
14221
14222 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
14223 The gnulib version avoids calling malloc in the usual case,
14224 and on 64-bit hosts doesn't have some arbitrary 32-bit limits.
14225 * fileio.c (Ffile_symlink_p): Use emacs_readlink.
14226 * filelock.c (current_lock_owner): Likewise.
14227 * lisp.h (READLINK_BUFSIZE, emacs_readlink): New function.
14228 * sysdep.c: Include allocator.h, careadlinkat.h.
14229 (emacs_no_realloc_allocator): New static constant.
14230 (emacs_readlink): New function.
14231 * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
14232 ../lib/careadlinkat.h.
14233
14234 2011-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at the
14237 first non-nil return value).
14238
14239 2011-04-03 Jan Djärv <jan.h.d@swipnet.se>
14240
14241 * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6
14242 if not defined (Bug#8403).
14243
14244 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
14245
14246 * xdisp.c (display_count_lines): Remove parameter `start',
14247 unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
14248 (get_char_face_and_encoding): Remove parameter `multibyte_p',
14249 unused since 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
14250 (fill_stretch_glyph_string): Remove parameters `row' and `area',
14251 unused at least since Kim's GUI unification at 2003-03-16T20:45:46Z!storm@cua.dk
14252 and thereabouts. All callers changed.
14253 (get_per_char_metric): Remove parameter `f', unused since
14254 2008-05-14T01:40:23Z!handa@m17n.org. All callers changed.
14255
14256 2011-04-02 Jim Meyering <meyering@redhat.com>
14257
14258 do not dereference NULL upon failed strdup
14259 * nsfont.m (ns_descriptor_to_entity): Use xstrdup, not strdup.
14260 (ns_get_family): Likewise.
14261
14262 2011-04-02 Juanma Barranquero <lekktu@gmail.com>
14263
14264 * eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.
14265
14266 2011-04-02 Jan Djärv <jan.h.d@swipnet.se>
14267
14268 * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or
14269 later (Bug#8403).
14270
14271 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 Add lexical binding.
14274
14275 * window.c (Ftemp_output_buffer_show): New fun.
14276 (Fsave_window_excursion):
14277 * print.c (Fwith_output_to_temp_buffer): Move to subr.el.
14278
14279 * lread.c (lisp_file_lexically_bound_p): New function.
14280 (Fload): Bind Qlexical_binding.
14281 (readevalloop): Remove `evalfun' arg.
14282 Bind Qinternal_interpreter_environment.
14283 (Feval_buffer): Bind Qlexical_binding.
14284 (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard):
14285 Mark as dynamic.
14286 (syms_of_lread): Declare `lexical-binding'.
14287
14288 * lisp.h (struct Lisp_Symbol): New field `declared_special'.
14289
14290 * keyboard.c (eval_dyn): New fun.
14291 (menu_item_eval_property): Use it.
14292
14293 * image.c (parse_image_spec): Use Ffunctionp.
14294
14295 * fns.c (concat, mapcar1): Accept byte-code-functions.
14296
14297 * eval.c (Fsetq): Handle lexical vars.
14298 (Fdefun, Fdefmacro, Ffunction): Make closures when needed.
14299 (Fdefconst, Fdefvaralias, Fdefvar): Mark as dynamic.
14300 (FletX, Flet): Obey lexical binding.
14301 (Fcommandp): Handle closures.
14302 (Feval): New `lexical' arg.
14303 (eval_sub): New function extracted from Feval. Use it almost
14304 everywhere where Feval was used. Look up vars in lexical env.
14305 Handle closures.
14306 (Ffunctionp): Move from subr.el.
14307 (Ffuncall): Handle closures.
14308 (apply_lambda): Remove `eval_flags'.
14309 (funcall_lambda): Handle closures and new byte-code-functions.
14310 (Fspecial_variable_p): New function.
14311 (syms_of_eval): Initialize the Vinternal_interpreter_environment var,
14312 but without exporting it to Lisp.
14313
14314 * doc.c (Fdocumentation, store_function_docstring):
14315 * data.c (Finteractive_form): Handle closures.
14316
14317 * callint.c (Fcall_interactively): Preserve lexical-binding mode for
14318 interactive spec.
14319
14320 * bytecode.c (Bstack_ref, Bstack_set, Bstack_set2, BdiscardN):
14321 New byte-codes.
14322 (exec_byte_code): New function extracted from Fbyte_code to handle new
14323 calling convention for byte-code-functions. Add new byte-codes.
14324
14325 * buffer.c (defvar_per_buffer): Set new `declared_special' field.
14326
14327 * alloc.c (Fmake_symbol): Init new `declared_special' field.
14328
14329 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
14330
14331 * xdisp.c (redisplay_internal): Fix prototype.
14332
14333 2011-03-31 Eli Zaretskii <eliz@gnu.org>
14334
14335 * xdisp.c (SCROLL_LIMIT): New macro.
14336 (try_scrolling): Use it when setting scroll_limit.
14337 Limit scrolling to 100 screen lines.
14338 (redisplay_window): Even when falling back on "recentering",
14339 position point in the window according to scroll-conservatively,
14340 scroll-margin, and scroll-*-aggressively variables. (Bug#6671)
14341
14342 (try_scrolling): When point is above the window, allow searching
14343 as far as scroll_max, or one screenful, to compute vertical
14344 distance from PT to the scroll margin position. This prevents
14345 try_scrolling from unnecessarily failing when
14346 scroll-conservatively is set to a value slightly larger than the
14347 window height. Clean up the case of PT below the margin at bottom
14348 of window: scroll_max can no longer be INT_MAX. When aggressive
14349 scrolling is in use, don't let point enter the opposite scroll
14350 margin as result of the scroll.
14351 (syms_of_xdisp) <scroll-conservatively>: Document the
14352 threshold of 100 lines for never-recentering scrolling.
14353
14354 2011-03-31 Juanma Barranquero <lekktu@gmail.com>
14355
14356 * dispextern.h (move_it_by_lines):
14357 * xdisp.c (move_it_by_lines): Remove parameter `need_y_p', unused
14358 since 2000-12-29T14:24:09Z!gerd@gnu.org. All callers changed.
14359 (message_log_check_duplicate): Remove parameters `prev_bol' and
14360 `this_bol', unused since 1998-01-01T02:27:27Z!rms@gnu.org. All callers changed.
14361 (redisplay_internal): Remove parameter `preserve_echo_area',
14362 unused since 1999-07-21T21:43:52Z!gerd@gnu.org. All callers changed.
14363
14364 * indent.c (Fvertical_motion):
14365 * window.c (window_scroll_pixel_based, Frecenter):
14366 Don't pass `need_y_p' to `move_it_by_lines'.
14367
14368 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * eval.c (struct backtrace): Don't cheat with negative numbers, but do
14371 steal a few bits to be more compact.
14372 (interactive_p, Fbacktrace, Fbacktrace_frame, mark_backtrace):
14373 Remove unneeded casts.
14374
14375 * bytecode.c (Fbyte_code): CAR and CDR can GC.
14376
14377 2011-03-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
14378
14379 * keyboard.c (Fexecute_extended_command): Do log the "suggest key
14380 binding" message (bug#7967).
14381
14382 2011-03-30 Paul Eggert <eggert@cs.ucla.edu>
14383
14384 Fix more problems found by GCC 4.6.0's static checks.
14385
14386 * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:
14387 Remove unused local var.
14388
14389 * editfns.c (Fmessage_box): Remove unused local var.
14390
14391 * xdisp.c (try_window_reusing_current_matrix, x_produce_glyphs):
14392 (note_mode_line_or_margin_highlight, note_mouse_highlight):
14393 Omit unused local vars.
14394 * window.c (shrink_windows): Omit unused local var.
14395 * menu.c (digest_single_submenu): Omit unused local var.
14396 * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:
14397 Omit unused local var.
14398
14399 * keyboard.c (parse_modifiers_uncached, parse_modifiers):
14400 Don't assume string length fits in int.
14401 (keyremap_step, read_key_sequence): Use size_t for sizes.
14402 (read_key_sequence): Don't check last_real_key_start redundantly.
14403
14404 * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
14405 instead of alloca (Bug#8344).
14406
14407 * eval.c (Fbacktrace): Don't assume nargs fits in int.
14408 (Fbacktrace_frame): Don't assume nframes fits in int.
14409
14410 * syntax.c (scan_sexps_forward): Avoid pointer wraparound.
14411
14412 * xterm.c (x_make_frame_visible, same_x_server): Redo to avoid overflow
14413 concerns.
14414
14415 * term.c (produce_glyphless_glyph): Remove unnecessary test.
14416
14417 * cm.c (calccost): Turn while-do into do-while, for clarity.
14418
14419 * keyboard.c (syms_of_keyboard): Use the same style as later
14420 in this function when indexing through an array. This also
14421 works around GCC bug 48267.
14422
14423 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
14424
14425 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
14426
14427 * chartab.c (sub_char_table_ref_and_range): Redo for slight
14428 efficiency gain, and to bypass a gcc -Wstrict-overflow warning.
14429
14430 * keyboard.c, keyboard.h (num_input_events): Now size_t.
14431 This avoids undefined behavior on integer overflow, and is a bit
14432 more convenient anyway since it is compared to a size_t variable.
14433
14434 Variadic C functions now count arguments with size_t, not int.
14435 This avoids an unnecessary limitation on 64-bit machines, which
14436 caused (substring ...) to crash on large vectors (Bug#8344).
14437 * lisp.h (struct Lisp_Subr.function.aMANY): Now takes size_t, not int.
14438 (DEFUN_ARGS_MANY, internal_condition_case_n, safe_call): Likewise.
14439 All variadic functions and their callers changed accordingly.
14440 (struct gcpro.nvars): Now size_t, not int. All uses changed.
14441 * data.c (arith_driver, float_arith_driver): Likewise.
14442 * editfns.c (general_insert_function): Likewise.
14443 * eval.c (struct backtrace.nargs, interactive_p)
14444 (internal_condition_case_n, run_hook_with_args, apply_lambda)
14445 (funcall_lambda, mark_backtrace): Likewise.
14446 * fns.c (concat): Likewise.
14447 * frame.c (x_set_frame_parameters): Likewise.
14448 * fns.c (get_key_arg): Now accepts and returns size_t, and returns
14449 0 if not found, not -1. All callers changed.
14450
14451 * alloc.c (garbage_collect): Don't assume stack size fits in int.
14452 (stack_copy_size): Now size_t, not int.
14453 (stack_copy, stack_copy_size): Define only if MAX_SAVE_STACK > 0.
14454
14455 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
14456
14457 * coding.c (encode_designation_at_bol): Remove parameter `charbuf_end',
14458 unused since 2002-03-01T01:17:24Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
14459 All callers changed.
14460
14461 * lisp.h (multibyte_char_to_unibyte):
14462 * character.c (multibyte_char_to_unibyte): Remove parameter `rev_tbl',
14463 unused since 2002-03-01T01:16:34Z!handa@m17n.org and 2008-02-01T16:01:31Z!miles@gnu.org.
14464 * character.h (CHAR_TO_BYTE8):
14465 * cmds.c (internal_self_insert):
14466 * editfns.c (general_insert_function):
14467 * keymap.c (push_key_description):
14468 * search.c (Freplace_match):
14469 * xdisp.c (message_dolog, set_message_1): All callers changed.
14470
14471 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14472
14473 * keyboard.c (safe_run_hook_funcall): New function.
14474 (safe_run_hooks_1, safe_run_hooks_error, safe_run_hooks): On error,
14475 don't set the hook to nil, but remove the offending function instead.
14476 (Qcommand_hook_internal): Remove, unused.
14477 (syms_of_keyboard): Don't initialize Qcommand_hook_internal nor define
14478 Vcommand_hook_internal.
14479
14480 * eval.c (enum run_hooks_condition): Remove.
14481 (funcall_nil, funcall_not): New functions.
14482 (run_hook_with_args): Call each function through a `funcall' argument.
14483 Remove `cond' argument, now redundant.
14484 (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
14485 (Frun_hook_with_args_until_failure): Adjust accordingly.
14486 (run_hook_wrapped_funcall, Frun_hook_wrapped): New functions.
14487
14488 2011-03-28 Juanma Barranquero <lekktu@gmail.com>
14489
14490 * dispextern.h (string_buffer_position): Remove declaration.
14491
14492 * print.c (strout): Remove parameter `multibyte', unused since
14493 1999-08-21T19:30:21Z!gerd@gnu.org. All callers changed.
14494
14495 * search.c (boyer_moore): Remove parameters `len', `pos' and `lim',
14496 never used since function introduction in 1998-02-08T21:33:56Z!rms@gnu.org.
14497 All callers changed.
14498
14499 * w32.c (_wsa_errlist): Use braces for struct initializers.
14500
14501 * xdisp.c (string_buffer_position_lim): Remove parameter `w',
14502 never used since function introduction in 2001-03-09T18:41:50Z!gerd@gnu.org.
14503 All callers changed.
14504 (string_buffer_position): Likewise. Also, make static (it's never
14505 used outside xdisp.c).
14506 (cursor_row_p): Remove parameter `w', unused since
14507 2000-10-17T16:08:57Z!gerd@gnu.org. All callers changed.
14508 (decode_mode_spec): Remove parameter `precision', introduced during
14509 Gerd Moellmann's rewrite at 1999-07-21T21:43:52Z!gerd@gnu.org, but never used.
14510 All callers changed.
14511
14512 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
14513
14514 * nsterm.m (syms_of_nsterm): Use doc: for ns-auto-hide-menu-bar.
14515
14516 2011-03-27 Anders Lindgren <andlind@gmail.com>
14517
14518 * nsterm.m (ns_menu_bar_is_hidden): New variable.
14519 (ns_constrain_all_frames, ns_menu_bar_should_be_hidden)
14520 (ns_update_auto_hide_menu_bar): New functions.
14521 (ns_update_begin): Call ns_update_auto_hide_menu_bar.
14522 (applicationDidBecomeActive): Call ns_update_auto_hide_menu_bar and
14523 ns_constrain_all_frames.
14524 (constrainFrameRect): Return at once if ns_menu_bar_should_be_hidden.
14525 (syms_of_nsterm): DEFVAR ns-auto-hide-menu-bar, init to Qnil.
14526
14527 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
14528
14529 * nsmenu.m (runDialogAt): Remove argument to timer_check.
14530
14531 2011-03-27 Glenn Morris <rgm@gnu.org>
14532
14533 * syssignal.h: Replace RETSIGTYPE with void.
14534 * atimer.c, data.c, dispnew.c, emacs.c, floatfns.c, keyboard.c:
14535 * keyboard.h, lisp.h, process.c, sysdep.c, xterm.c:
14536 Replace SIGTYPE with void everywhere.
14537 * s/usg5-4-common.h (SIGTYPE): Remove definition.
14538 * s/template.h (SIGTYPE): Remove commented out definition.
14539
14540 2011-03-26 Eli Zaretskii <eliz@gnu.org>
14541
14542 * xdisp.c (redisplay_window): Don't check buffer's clip_changed
14543 flag as a prerequisite for invoking try_scrolling. (Bug#6671)
14544
14545 2011-03-26 Juanma Barranquero <lekktu@gmail.com>
14546
14547 * w32.c (read_unc_volume): Use parameter `henum', instead of
14548 global variable `wget_enum_handle'.
14549
14550 * keymap.c (describe_vector): Remove parameters `indices' and
14551 `char_table_depth', unused since 2002-03-01T01:43:26Z!handa@m17n.org.
14552 (describe_map, Fdescribe_vector): Adjust calls to `describe_vector'.
14553
14554 * keyboard.h (timer_check, show_help_echo): Remove unused parameters.
14555
14556 * keyboard.c (timer_check): Remove parameter `do_it_now',
14557 unused since 1996-04-12T06:01:29Z!rms@gnu.org.
14558 (show_help_echo): Remove parameter `ok_to_overwrite_keystroke_echo',
14559 unused since 2008-04-19T19:30:53Z!monnier@iro.umontreal.ca.
14560
14561 * keyboard.c (read_char):
14562 * w32menu.c (w32_menu_display_help):
14563 * xmenu.c (show_help_event, menu_help_callback):
14564 Adjust calls to `show_help_echo'.
14565
14566 * gtkutil.c (xg_maybe_add_timer):
14567 * keyboard.c (readable_events):
14568 * process.c (wait_reading_process_output):
14569 * xmenu.c (x_menu_wait_for_event): Adjust calls to `timer_check'.
14570
14571 * insdel.c (adjust_markers_gap_motion):
14572 Remove; no-op since 1998-01-02T21:29:48Z!rms@gnu.org.
14573 (gap_left, gap_right): Don't call it.
14574
14575 2011-03-25 Chong Yidong <cyd@stupidchicken.com>
14576
14577 * xdisp.c (handle_fontified_prop): Discard changes to clip_changed
14578 incurred during fontification.
14579
14580 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
14581
14582 * buffer.c (defvar_per_buffer): Remove unused parameter `doc'.
14583 (DEFVAR_PER_BUFFER): Don't pass it.
14584
14585 * dispnew.c (row_equal_p, add_row_entry): Remove unused parameter `w'.
14586 (scrolling_window): Don't pass it.
14587
14588 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
14589
14590 * dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
14591
14592 * fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
14593 and `suffix'.
14594 (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
14595 of variables specific to SELinux and computation of `encoded_absname'.
14596
14597 * image.c (XPutPixel): Remove unused variable `height'.
14598
14599 * keyboard.c (make_lispy_event): Remove unused variable `hpos'.
14600
14601 * unexw32.c (get_section_info): Remove unused variable `section'.
14602
14603 * w32.c (stat): Remove unused variables `drive_root' and `devtype'.
14604 (system_process_attributes): Remove unused variable `sess'.
14605 (sys_read): Remove unused variable `err'.
14606
14607 * w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
14608 (w32_wnd_proc): Remove unused variable `isdead'.
14609 (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
14610 (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
14611 (x_create_tip_frame): Remove unused variable `tem'.
14612
14613 * w32inevt.c (w32_console_read_socket):
14614 Remove unused variable `no_events'.
14615
14616 * w32term.c (x_draw_composite_glyph_string_foreground):
14617 Remove unused variable `width'.
14618
14619 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
14620
14621 * w32term.c (x_set_glyph_string_clipping):
14622 Don't pass uninitialized region to CombineRgn.
14623
14624 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
14625
14626 * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
14627 (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
14628 (Fx_close_connection): Remove unused variable `i'.
14629
14630 * w32font.c (w32font_draw): Return number of glyphs.
14631 (w32font_open_internal): Remove unused variable `i'.
14632 (w32font_driver): Add missing initializer.
14633
14634 * w32menu.c (utf8to16): Remove unused variable `utf16'.
14635 (fill_in_menu): Remove unused variable `items_added'.
14636
14637 * w32term.c (last_mouse_press_frame): Remove static global variable.
14638 (w32_clip_to_row): Remove unused variable `f'.
14639 (x_delete_terminal): Remove unused variable `i'.
14640
14641 * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
14642 (NOTHING): Remove unused static global variable.
14643 (uniscribe_check_otf): Remove unused variable `table'.
14644 (uniscribe_font_driver): Add missing initializers.
14645
14646 2011-03-23 Julien Danjou <julien@danjou.info>
14647
14648 * term.c (Fsuspend_tty, Fresume_tty):
14649 * minibuf.c (read_minibuf, run_exit_minibuf_hook):
14650 * window.c (temp_output_buffer_show):
14651 * insdel.c (signal_before_change):
14652 * frame.c (Fhandle_switch_frame):
14653 * fileio.c (Fdo_auto_save):
14654 * emacs.c (Fkill_emacs):
14655 * editfns.c (save_excursion_restore):
14656 * cmds.c (internal_self_insert):
14657 * callint.c (Fcall_interactively):
14658 * buffer.c (Fkill_all_local_variables):
14659 * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1):
14660 Use Frun_hooks.
14661 (command_loop_1): Use Frun_hooks. Call safe_run_hooks
14662 unconditionally since it does the check itself.
14663
14664 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
14665
14666 Fix more problems found by GCC 4.5.2's static checks.
14667
14668 * coding.c (encode_coding_raw_text): Avoid unnecessary test
14669 the first time through the loop, since we know p0 < p1 then.
14670 This also avoids a gcc -Wstrict-overflow warning.
14671
14672 * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
14673 leading to a memory leak, possible in functions like
14674 load_charset_map_from_file that can allocate an unbounded number
14675 of objects (Bug#8318).
14676
14677 * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
14678 that could (at least in theory) be that large.
14679
14680 * xdisp.c (message_log_check_duplicate): Return unsigned long, not int.
14681 This is less likely to overflow, and avoids undefined behavior if
14682 overflow does occur. All callers changed. Use strtoul to scan
14683 for the unsigned long integer.
14684 (pint2hrstr): Simplify and tune code slightly.
14685 This also avoids a (bogus) GCC warning with gcc -Wstrict-overflow.
14686
14687 * scroll.c (do_scrolling): Work around GCC bug 48228.
14688 See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228>.
14689
14690 * frame.c (Fmodify_frame_parameters): Simplify loop counter.
14691 This also avoids a warning with gcc -Wstrict-overflow.
14692 (validate_x_resource_name): Simplify count usage.
14693 This also avoids a warning with gcc -Wstrict-overflow.
14694
14695 * fileio.c (Fcopy_file): Report error if fchown or fchmod
14696 fail (Bug#8306).
14697
14698 * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303).
14699
14700 * process.c (Fmake_network_process): Use socklen_t, not int,
14701 where POSIX says socklen_t is required in portable programs.
14702 This fixes a porting bug on hosts like 64-bit HP-UX, where
14703 socklen_t is wider than int (Bug#8277).
14704 (Fmake_network_process, server_accept_connection):
14705 (wait_reading_process_output, read_process_output):
14706 Likewise.
14707
14708 * process.c: Rename or move locals to avoid shadowing.
14709 (list_processes_1, Fmake_network_process):
14710 (read_process_output_error_handler, exec_sentinel_error_handler):
14711 Rename or move locals.
14712 (Fmake_network_process): Define label "retry_connect" only if needed.
14713 (Fnetwork_interface_info): Fix pointer signedness.
14714 (process_send_signal): Add cast to avoid pointer signedness problem.
14715 (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.
14716 (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298).
14717
14718 Make tparam.h and terminfo.c consistent.
14719 * cm.c (tputs, tgoto, BC, UP): Remove extern decls.
14720 Include tparam.h instead, since it declares them.
14721 * cm.h (PC): Remove extern decl; tparam.h now does this.
14722 * deps.mk (cm.o, terminfo.o): Depend on tparam.h.
14723 * terminfo.c: Include tparam.h, to check interfaces.
14724 (tparm): Make 1st arg a const pointer in decl. Put it at top level.
14725 (tparam): Adjust signature to match interface in tparam.h;
14726 this removes some undefined behavior. Check that outstring and len
14727 are zero, which they always are with Emacs.
14728 * tparam.h (PC, BC, UP): New extern decls.
14729
14730 * xftfont.c (xftfont_shape): Now static, and defined only if needed.
14731 (xftfont_open): Rename locals to avoid shadowing.
14732
14733 * ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.
14734 (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.
14735 (OTF_TAG_SYM): Omit macro if not needed.
14736 (ftfont_list): Remove unused local.
14737 (get_adstyle_property, ftfont_pattern_entity):
14738 (ftfont_lookup_cache, ftfont_open, ftfont_anchor_point):
14739 Rename locals to avoid shadowing.
14740
14741 * xfont.c (xfont_list_family): Mark var as initialized.
14742
14743 * xml.c (make_dom): Now static.
14744
14745 * composite.c (composition_compute_stop_pos): Rename local to
14746 avoid shadowing.
14747 (composition_reseat_it): Remove unused locals.
14748 (find_automatic_composition, composition_adjust_point): Likewise.
14749 (composition_update_it): Mark var as initialized.
14750 (find_automatic_composition): Mark vars as initialized,
14751 with a FIXME (Bug#8290).
14752
14753 character.h: Rename locals to avoid shadowing.
14754 * character.h (PREV_CHAR_BOUNDARY, FETCH_STRING_CHAR_ADVANCE):
14755 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE, FETCH_CHAR_ADVANCE):
14756 (FETCH_CHAR_ADVANCE_NO_CHECK, INC_POS, DEC_POS, BUF_INC_POS):
14757 (BUF_DEC_POS): Be more systematic about renaming local temporaries
14758 to avoid shadowing.
14759
14760 * textprop.c (property_change_between_p): Remove; unused.
14761
14762 * intervals.c (interval_start_pos): Now static.
14763
14764 * intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
14765
14766 * atimer.c (start_atimer, append_atimer_lists, set_alarm):
14767 Rename locals to avoid shadowing.
14768
14769 * sound.c (wav_play, au_play, Fplay_sound_internal):
14770 Fix pointer signedness.
14771 (alsa_choose_format): Remove unused local var.
14772 (wav_play): Initialize a variable to 0, to prevent undefined
14773 behavior (Bug#8278).
14774
14775 * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.
14776
14777 * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes.
14778
14779 * callproc.c (Fcall_process): Use 'volatile' to avoid vfork
14780 clobbering (Bug#8298).
14781 * sysdep.c (sys_subshell): Likewise.
14782 Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out.
14783
14784 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
14785 This should get cleaned up, so that child_setup has the
14786 same signature on all platforms.
14787
14788 * callproc.c (call_process_cleanup): Now static.
14789 (relocate_fd): Rename locals to avoid shadowing.
14790
14791 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
14792
14793 * xterm.c (x_clear_frame): Remove XClearWindow call. This appears
14794 not to be necessary, and produces flickering.
14795
14796 2011-03-20 Glenn Morris <rgm@gnu.org>
14797
14798 * config.in: Remove file.
14799
14800 2011-03-20 Juanma Barranquero <lekktu@gmail.com>
14801
14802 * minibuf.c (Vcompleting_read_function): Don't declare, global variables
14803 are now in src/globals.h.
14804 (syms_of_minibuf): Remove spurious & from previous change.
14805
14806 2011-03-20 Leo Liu <sdl.web@gmail.com>
14807
14808 * minibuf.c (completing-read-function): New variable.
14809 (completing-read-default): Rename from completing-read.
14810 (completing-read): Call completing-read-function.
14811
14812 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
14813
14814 * xfaces.c (Fx_load_color_file):
14815 Read color file from absolute filename (bug#8250).
14816
14817 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
14818
14819 * makefile.w32-in: Update dependencies.
14820
14821 2011-03-17 Eli Zaretskii <eliz@gnu.org>
14822
14823 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
14824
14825 2011-03-17 Paul Eggert <eggert@cs.ucla.edu>
14826
14827 Fix more problems found by GCC 4.5.2's static checks.
14828
14829 * process.c (make_serial_process_unwind, send_process_trap):
14830 (sigchld_handler): Now static.
14831
14832 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
14833 That way, the code declares only the vars that it needs.
14834 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
14835 * s/cygwin.h (PTY_ITERATION): Likewise.
14836 * s/darwin.h (PTY_ITERATION): Likewise.
14837 * s/gnu-linux.h (PTY_ITERATION): Likewise.
14838
14839 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
14840 * process.c (allocate_pty): Don't declare stb unless it's needed.
14841
14842 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
14843 (CONSTANTLIM): Remove; unused.
14844 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):
14845 Define only if needed.
14846
14847 * unexelf.c (unexec): Name an expression,
14848 to avoid gcc -Wbad-function-cast warning.
14849 Use a different way to cause a compilation error if anyone uses
14850 n rather than nn, a way that does not involve shadowing.
14851 (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused.
14852
14853 * deps.mk (unexalpha.o): Remove; unused.
14854
14855 New file unexec.h, the (simple) interface for unexec (Bug#8267).
14856 * unexec.h: New file.
14857 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
14858 (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
14859 Depend on unexec.h.
14860 * emacs.c [!defined CANNOT_DUMP]: Include unexec.h.
14861 * unexaix.c, unexcoff.c, unexcw.c, unexelf.c, unexhp9k800.c:
14862 * unexmacosx.c, unexsol.c, unexw32.c: Include unexec.h.
14863 Change as necessary to match prototype in unexec.h.
14864
14865 * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid
14866 shadowing.
14867 (back_comment, skip_chars): Mark vars as initialized.
14868
14869 * character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK, BUF_INC_POS):
14870 Rename locals to avoid shadowing.
14871
14872 * lread.c (read1): Rewrite so as not to use empty "else".
14873 (Fload, readevalloop, read1): Rename locals to avoid shadowing.
14874
14875 * print.c (Fredirect_debugging_output): Fix pointer signedess.
14876
14877 * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
14878 warning when compiling print.c.
14879
14880 * font.c (font_unparse_fcname): Abort in an "impossible" situation
14881 instead of using an uninitialized var.
14882 (font_sort_entities): Mark var as initialized.
14883
14884 * character.h (FETCH_CHAR_ADVANCE): Rename locals to avoid shadowing.
14885
14886 * font.c (font_unparse_xlfd): Don't mix pointers to variables with
14887 pointers to constants.
14888 (font_parse_fcname): Remove unused vars.
14889 (font_delete_unmatched): Now static.
14890 (font_get_spec): Remove; unused.
14891 (font_style_to_value, font_prop_validate_style, font_unparse_fcname):
14892 (font_update_drivers, Ffont_get_glyphs, font_add_log):
14893 Rename or move locals to avoid shadowing.
14894
14895 * fns.c (require_nesting_list, require_unwind): Now static.
14896 (Ffillarray): Rename locals to avoid shadowing.
14897
14898 * floatfns.c (domain_error2): Define only if needed.
14899 (Ffrexp, Fldexp): Rename locals to avoid shadowing.
14900
14901 * alloc.c (mark_backtrace): Move decl from here ...
14902 * lisp.h: ... to here, so that it can be checked.
14903
14904 * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.
14905 (Fdefvar): Rewrite so as not to use empty "else".
14906 (lisp_indirect_variable): Name an expression,
14907 to avoid gcc -Wbad-function-cast warning.
14908 (Fdefvar): Rename locals to avoid shadowing.
14909
14910 * callint.c (quotify_arg, quotify_args): Now static.
14911 (Fcall_interactively): Rename locals to avoid shadowing.
14912 Use const pointer when appropriate.
14913
14914 * lisp.h (get_system_name, get_operating_system_release):
14915 Move decls here, to check interfaces.
14916 * process.c (get_operating_system_release): Move decl to lisp.h.
14917 * xrdb.c (get_system_name): Likewise.
14918 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
14919 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
14920 some of which prompt warnings from gcc -Wbad-function-cast.
14921 (Fformat_time_string, Fencode_time, Finsert_char):
14922 (Ftranslate_region_internal, Fformat):
14923 Rename or remove local vars to avoid shadowing.
14924 (Ftranslate_region_internal): Mark var as initialized.
14925
14926 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
14927 avoid shadowing.
14928
14929 * lisp.h (eassert): Check that the argument compiles, even if
14930 ENABLE_CHECKING is not defined.
14931
14932 * data.c (Findirect_variable): Name an expression, to avoid
14933 gcc -Wbad-function-cast warning.
14934 (default_value, arithcompare, arith_driver, arith_error): Now static.
14935 (store_symval_forwarding): Rename local to avoid shadowing.
14936 (Fmake_variable_buffer_local, Fmake_local_variable):
14937 Mark variables as initialized.
14938 (do_blv_forwarding, do_symval_forwarding): Remove; unused.
14939
14940 * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.
14941 (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):
14942 Rename locals to avoid shadowing.
14943 (mark_stack): Move local variables into the #ifdef region where
14944 they're used.
14945 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only if
14946 ! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not
14947 needed otherwise.
14948 (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS.
14949 (GC_STRING_CHARS): Remove; not used.
14950 (Fmemory_limit): Cast sbrk's returned value to char *.
14951
14952 * lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this
14953 avoids undefined behavior in theory.
14954
14955 * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.
14956
14957 Use functions, not macros, for up- and down-casing (Bug#8254).
14958 * buffer.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
14959 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Remove. All callers changed
14960 to use the following functions instead of these macros.
14961 (downcase): Adjust to lack of DOWNCASE_TABLE. Return int, not
14962 EMACS_INT, since callers assume the returned value fits in int.
14963 (upcase1): Likewise, for UPCASE_TABLE.
14964 (uppercasep, lowercasep, upcase): New static inline functions.
14965 * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
14966 the race-condition problem in the old DOWNCASE.
14967
14968 * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
14969 Rename locals to avoid shadowing.
14970 (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
14971 (regex_compile, re_search_2, re_match_2_internal):
14972 Remove unused local vars.
14973 (FREE_VAR): Rewrite so as not to use empty "else",
14974 which gcc can warn about.
14975 (regex_compile, re_match_2_internal): Mark locals as initialized.
14976 (RETALLOC_IF): Define only if needed.
14977 (WORDCHAR_P): Likewise. This one is never needed, but is used
14978 only in a comment talking about a compiler bug, so put inside
14979 the #if 0 of that comment.
14980 (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK):
14981 (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING):
14982 Remove; unused.
14983
14984 * search.c (boyer_moore): Rename locals to avoid shadowing.
14985 * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE):
14986 (PREV_CHAR_BOUNDARY): Likewise.
14987
14988 * search.c (simple_search): Remove unused var.
14989
14990 * dired.c (compile_pattern): Move decl from here ...
14991 * lisp.h: ... to here, so that it can be checked.
14992 (struct re_registers): New forward decl.
14993
14994 * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.
14995
14996 * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.
14997 All uses changed.
14998 (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion):
14999 Rename locals to avoid shadowing.
15000 (Fvertical_motion): Mark locals as initialized.
15001
15002 * casefiddle.c (casify_object, casify_region): Now static.
15003 (casify_region): Mark local as initialized.
15004
15005 * cmds.c (internal_self_insert): Rename local to avoid shadowing.
15006
15007 * lisp.h (GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR, GCPRO5_VAR, GCPRO6_VAR):
15008 New macros, so that the caller can use some names other than
15009 gcpro1, gcpro2, etc.
15010 (GCPRO2, GCPRO3, GCPRO4, GCPRO5, GCPRO6): Reimplement in terms
15011 of the new macros.
15012 (GCPRO1_VAR, UNGCPRO_VAR): Change the meaning of the second
15013 argument, for consistency with GCPRO2_VAR, etc: it is now the
15014 prefix of the variable, not the variable itself. All uses
15015 changed.
15016 * dired.c (directory_files_internal, file_name_completion):
15017 Rename locals to avoid shadowing.
15018
15019 Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).
15020 An expression of the form (DOWNCASE (x) == DOWNCASE (y)), found in
15021 dired.c's scmp function, had undefined behavior.
15022 * lisp.h (DOWNCASE_TABLE, UPCASE_TABLE, DOWNCASE, UPPERCASEP):
15023 (NOCASEP, LOWERCASEP, UPCASE, UPCASE1): Move from here ...
15024 * buffer.h: ... to here, because these macros use current_buffer,
15025 and the new implementation with inline functions needs to have
15026 current_buffer in scope now, rather than later when the macros
15027 are used.
15028 (downcase, upcase1): New static inline functions.
15029 (DOWNCASE, UPCASE1): Reimplement using these functions.
15030 This avoids undefined behavior in expressions like
15031 DOWNCASE (x) == DOWNCASE (y), which previously suffered
15032 from race conditions in accessing the global variables
15033 case_temp1 and case_temp2.
15034 * casetab.c (case_temp1, case_temp2): Remove; no longer needed.
15035 * lisp.h (case_temp1, case_temp2): Remove their decls.
15036 * character.h (ASCII_CHAR_P): Move from here ...
15037 * lisp.h: ... to here, so that the inline functions mentioned
15038 above can use them.
15039
15040 * dired.c (directory_files_internal_unwind): Now static.
15041
15042 * fileio.c (file_name_as_directory, directory_file_name):
15043 (barf_or_query_if_file_exists, auto_save_error, auto_save_1):
15044 Now static.
15045 (file_name_as_directory): Use const pointers when appropriate.
15046 (Fexpand_file_name): Likewise. In particular, newdir might
15047 point at constant storage, so make it a const pointer.
15048 (Fmake_directory_internal, Fread_file_name): Remove unused vars.
15049 (Ffile_selinux_context, Fset_file_selinux_context): Fix pointer
15050 signedness issues.
15051 (Fset_file_times, Finsert_file_contents, auto_save_error):
15052 Rename locals to avoid shadowing.
15053
15054 * minibuf.c (choose_minibuf_frame_1): Now static.
15055 (Ftry_completion, Fall_completions): Rename or remove locals
15056 to avoid shadowing.
15057
15058 * marker.c (bytepos_to_charpos): Remove; unused.
15059
15060 * lisp.h (verify_bytepos, count_markers): New decls,
15061 so that gcc does not warn that these functions aren't declared.
15062
15063 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
15064 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
15065 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
15066 (copy_text): Remove unused local var.
15067
15068 * filelock.c (within_one_second): Now static.
15069 (lock_file_1): Rename local to avoid shadowing.
15070
15071 * buffer.c (fix_overlays_before): Mark locals as initialized.
15072 (fix_start_end_in_overlays): Likewise. This function should be
15073 simplified by using pointers-to-pointers, but that's a different
15074 matter.
15075 (switch_to_buffer_1): Now static.
15076 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
15077 (report_overlay_modification): Rename locals to avoid shadowing.
15078
15079 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
15080 Fix pointer signedness issue.
15081 (sys_subshell): Mark local as volatile if checking for lint,
15082 to suppress a gcc -Wclobbered warning that does not seem to be right.
15083 (MAXPATHLEN): Define only if needed.
15084
15085 * process.c (serial_open, serial_configure): Move decls from here ...
15086 * systty.h: ... to here, so that they can be checked.
15087
15088 * fns.c (get_random, seed_random): Move extern decls from here ...
15089 * lisp.h: ... to here, so that they can be checked.
15090
15091 * sysdep.c (reset_io): Now static.
15092 (wait_for_termination_signal): Remove; unused.
15093
15094 * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
15095 (copy_keymap_item, append_key, push_text_char_description):
15096 Now static.
15097 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
15098 (DENSE_TABLE_SIZE): Remove; unused.
15099 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
15100 (describe_map_tree):
15101 Rename locals to avoid shadowing.
15102
15103 * keyboard.c: Declare functions static if they are not used elsewhere.
15104 (echo_char, echo_dash, cmd_error, top_level_2):
15105 (poll_for_input, handle_async_input): Now static.
15106 (read_char, kbd_buffer_get_event, make_lispy_position):
15107 (make_lispy_event, make_lispy_movement, apply_modifiers):
15108 (decode_keyboard_code, tty_read_avail_input, menu_bar_items):
15109 (parse_tool_bar_item, read_key_sequence, Fread_key_sequence):
15110 (Fread_key_sequence_vector): Rename locals to avoid shadowing.
15111 (read_key_sequence, read_char): Mark locals as initialized.
15112 (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.
15113
15114 * keyboard.h (make_ctrl_char): New decl.
15115 (mark_kboards): Move decl here ...
15116 * alloc.c (mark_kboards): ... from here.
15117
15118 * lisp.h (force_auto_save_soon): New decl.
15119
15120 * emacs.c (init_cmdargs): Rename local to avoid shadowing.
15121 (DEFINE_DUMMY_FUNCTION): New macro.
15122 (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main):
15123 Use it.
15124 (main): Add casts to avoid warnings
15125 if GCC considers string literals to be constants.
15126
15127 * lisp.h (fatal_error_signal): Add decl, since it's exported.
15128
15129 * dbusbind.c: Pointer signedness fixes.
15130 (xd_signature, xd_append_arg, xd_initialize):
15131 (Fdbus_call_method, Fdbus_call_method_asynchronously):
15132 (Fdbus_method_return_internal, Fdbus_method_error_internal):
15133 (Fdbus_send_signal, xd_read_message_1, Fdbus_register_service):
15134 (Fdbus_register_signal): Use SSDATA when the context wants char *.
15135
15136 * dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
15137 if GCC considers string literals to be constants.
15138 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
15139
15140 2011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
15143 (print_preprocess, print_object): New macro to fix last change.
15144
15145 * print.c (print_preprocess): Don't forget font objects.
15146
15147 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
15148
15149 * emacs.c (USAGE3): Doc fixes.
15150
15151 2011-03-15 Andreas Schwab <schwab@linux-m68k.org>
15152
15153 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
15154 structure.
15155
15156 2011-03-14 Juanma Barranquero <lekktu@gmail.com>
15157
15158 * lisp.h (VWindow_system, Qfile_name_history):
15159 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
15160 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
15161 (w32_system_caret_x, w32_system_caret_y): Declare extern.
15162
15163 * w32select.c: Don't #include "keyboard.h".
15164 (run_protected): Add extern declaration for waiting_for_input.
15165
15166 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
15167 * w32console.c (detect_input_pending, read_input_pending)
15168 (encode_terminal_code):
15169 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
15170 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
15171 (w32_system_caret_y, Qfile_name_history):
15172 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
15173 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
15174 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
15175 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
15176 * w32proc.c (Qlocal, report_file_error):
15177 * w32term.c (Vwindow_system, updating_frame):
15178 * w32uniscribe.c (initialized, uniscribe_font_driver):
15179 Remove unneeded extern declarations.
15180
15181 2011-03-14 Chong Yidong <cyd@stupidchicken.com>
15182
15183 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
15184
15185 2011-03-13 Chong Yidong <cyd@stupidchicken.com>
15186
15187 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
15188 (BUF_PT_BYTE): Rewrite to handle indirect buffers (Bug#8219).
15189 These macros can no longer be used for assignment.
15190
15191 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
15192 Assign struct members directly, instead of using BUF_BEGV etc.
15193 (record_buffer_markers, fetch_buffer_markers): New functions for
15194 recording and fetching special buffer markers.
15195 (set_buffer_internal_1, set_buffer_temp): Use them.
15196
15197 * lread.c (unreadchar): Use SET_BUF_PT_BOTH.
15198
15199 * insdel.c (adjust_point): Use SET_BUF_PT_BOTH.
15200
15201 * intervals.c (temp_set_point_both): Use SET_BUF_PT_BOTH.
15202 (get_local_map): Use SET_BUF_BEGV_BOTH and SET_BUF_ZV_BOTH.
15203
15204 * xdisp.c (hscroll_window_tree):
15205 (reconsider_clip_changes): Use PT instead of BUF_PT.
15206
15207 2011-03-13 Eli Zaretskii <eliz@gnu.org>
15208
15209 * makefile.w32-in ($(BLD)/editfns.$(O)): Depend on
15210 $(EMACS_ROOT)/lib/intprops.h.
15211
15212 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
15213
15214 Fix more problems found by GCC 4.5.2's static checks.
15215
15216 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
15217 to unsigned char * to avoid compiler diagnostic.
15218 (xg_free_frame_widgets): Make it clear that a local variable is
15219 needed only if USE_GTK_TOOLTIP.
15220 (gdk_window_get_screen): Make it clear that this macro is needed
15221 only if USE_GTK_TOOLTIP.
15222 (int_gtk_range_get_value): New function, which avoids a diagnostic
15223 from gcc -Wbad-function-cast.
15224 (xg_set_toolkit_scroll_bar_thumb): Use it.
15225 (xg_tool_bar_callback, xg_tool_item_stale_p): Rewrite to avoid
15226 diagnostic from gcc -Wbad-function-cast.
15227 (get_utf8_string, xg_get_file_with_chooser):
15228 Rename locals to avoid shadowing.
15229 (create_dialog): Move locals to avoid shadowing.
15230
15231 * xgselect.c (xg_select): Remove unused var.
15232
15233 * image.c (four_corners_best): Mark locals as initialized.
15234 (gif_load): Initialize transparent_p to zero (Bug#8238).
15235 Mark another local as initialized.
15236 (my_png_error, my_error_exit): Mark with NO_RETURN.
15237
15238 * image.c (clear_image_cache): Now static.
15239 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
15240 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
15241 (x_edge_detection): Remove unnecessary cast that
15242 gcc -Wbad-function-cast diagnoses.
15243 (gif_load): Fix pointer signedness.
15244 (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
15245 (jpeg_load, gif_load): Rename locals to avoid shadowing.
15246
15247 2011-03-12 Paul Eggert <eggert@cs.ucla.edu>
15248
15249 Improve quality of tests for time stamp overflow.
15250 For example, without this patch (encode-time 0 0 0 1 1
15251 1152921504606846976) returns the obviously-bogus value (-948597
15252 62170) on my RHEL 5.5 x86-64 host. With the patch, it correctly
15253 reports time overflow. See
15254 <http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00470.html>.
15255 * deps.mk (editfns.o): Depend on ../lib/intprops.h.
15256 * editfns.c: Include limits.h and intprops.h.
15257 (TIME_T_MIN, TIME_T_MAX): New macros.
15258 (time_overflow): Move earlier, to before first use.
15259 (hi_time, lo_time): New functions, for an accurate test for
15260 out-of-range times.
15261 (Fcurrent_time, Fget_internal_run_time, make_time): Use them.
15262 (Fget_internal_run_time): Don't assume time_t fits in int.
15263 (make_time): Use list2 instead of Fcons twice.
15264 (Fdecode_time): More accurate test for out-of-range times.
15265 (check_tm_member): New function.
15266 (Fencode_time): Use it, to test for out-of-range times.
15267 (lisp_time_argument): Don't rely on undefined left-shift and
15268 right-shift behavior when checking for time stamp overflow.
15269
15270 * editfns.c (time_overflow): New function, refactoring common code.
15271 (Fformat_time_string, Fdecode_time, Fencode_time):
15272 (Fcurrent_time_string): Use it.
15273
15274 Move 'make_time' to be next to its inverse 'lisp_time_argument'.
15275 * dired.c (make_time): Move to ...
15276 * editfns.c (make_time): ... here.
15277 * systime.h: Note the move.
15278
15279 2011-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15280
15281 * fringe.c (update_window_fringes): Remove unused variables.
15282
15283 * unexmacosx.c (copy_data_segment): Also copy __got section.
15284 (Bug#8223)
15285
15286 2011-03-12 Eli Zaretskii <eliz@gnu.org>
15287
15288 * termcap.c [MSDOS]: Include "msdos.h".
15289 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
15290 Constify `char *' arguments and their references according to
15291 prototypes in tparam.h.
15292
15293 * deps.mk (termcap.o): Depend on tparam.h and msdos.h.
15294
15295 * msdos.c (XMenuAddPane): 3rd argument is `const char *' now.
15296 Adapt all references accordingly.
15297
15298 * msdos.h (XMenuAddPane): 3rd argument is `const char *' now.
15299
15300 2011-03-11 Tom Tromey <tromey@redhat.com>
15301
15302 * buffer.c (syms_of_buffer): Remove obsolete comment.
15303
15304 2011-03-11 Eli Zaretskii <eliz@gnu.org>
15305
15306 * termhooks.h (encode_terminal_code): Declare prototype.
15307
15308 * msdos.c (encode_terminal_code): Don't declare prototype.
15309
15310 * term.c (encode_terminal_code): Now external again, used by
15311 w32console.c and msdos.c.
15312
15313 * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)):
15314 Depend on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
15315
15316 2011-03-11 Paul Eggert <eggert@cs.ucla.edu>
15317
15318 Fix some minor problems found by GCC 4.5.2's static checks.
15319
15320 * fringe.c (update_window_fringes): Mark locals as initialized
15321 (Bug#8227).
15322 (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
15323
15324 * alloc.c (mark_fringe_data): Move decl from here ...
15325 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
15326 to check its interface.
15327 (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
15328
15329 * fontset.c (free_realized_fontset): Now static.
15330 (Fset_fontset_font): Rename local to avoid shadowing.
15331 (fontset_font): Mark local as initialized.
15332 (FONTSET_SPEC, FONTSET_REPERTORY, RFONT_DEF_REPERTORY): Remove; unused.
15333
15334 * xrdb.c: Include "xterm.h", to check x_load_resources's interface.
15335
15336 * xselect.c (x_disown_buffer_selections): Remove; not used.
15337 (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
15338 (x_own_selection, Fx_disown_selection_internal): Rename locals
15339 to avoid shadowing.
15340 (x_handle_dnd_message): Remove local to avoid shadowing.
15341
15342 * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
15343 so that the caller can use some name other than gcpro1.
15344 (GCPRO1, UNGCPRO): Reimplement in terms of the new macros.
15345 * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
15346 (Fx_backspace_delete_keys_p):
15347 Use them to avoid shadowing, and rename vars to avoid shadowing.
15348 (x_decode_color, x_set_name, x_window): Now static.
15349 (Fx_create_frame): Add braces to silence GCC warning.
15350 (Fx_file_dialog, Fx_select_font): Fix pointer signedness.
15351 (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):
15352 Remove unused locals.
15353 (Fx_create_frame, x_create_tip_frame, Fx_show_tip):
15354 (Fx_backspace_delete_keys_p): Rename locals to avoid shadowing.
15355 Some of these renamings use the new GCPRO1_VAR and UNGCPRO_VAR
15356 macros.
15357
15358 * xterm.h (x_mouse_leave): New decl.
15359
15360 * xterm.c (x_copy_dpy_color, x_focus_on_frame, x_unfocus_frame):
15361 Remove unused functions.
15362 (x_shift_glyphs_for_insert, XTflash, XTring_bell):
15363 (x_calc_absolute_position): Now static.
15364 (XTread_socket): Don't define label "out" unless it's used.
15365 Don't declare local "event" unless it's used.
15366 (x_iconify_frame, x_free_frame_resources): Don't declare locals
15367 unless they are used.
15368 (XEMBED_VERSION, xembed_set_info): Don't define unless needed.
15369 (x_fatal_error_signal): Remove; not used.
15370 (x_draw_image_foreground, redo_mouse_highlight, XTmouse_position):
15371 (x_scroll_bar_report_motion, handle_one_xevent, x_draw_bar_cursor):
15372 (x_error_catcher, x_connection_closed, x_error_handler):
15373 (x_error_quitter, xembed_send_message, x_iconify_frame):
15374 (my_log_handler): Rename locals to avoid shadowing.
15375 (x_delete_glyphs, x_ins_del_lines): Mark with NO_RETURN.
15376 (x_connection_closed): Tell GCC not to suggest NO_RETURN.
15377
15378 * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font):
15379 Rename or move locals to avoid shadowing.
15380 (tty_defined_color, merge_face_heights): Now static.
15381 (free_realized_faces_for_fontset): Remove; not used.
15382 (Fx_list_fonts): Mark variable that gcc -Wuninitialized
15383 does not deduce is never used uninitialized.
15384 (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.
15385 (LFACEP): Define only if XASSERTS, as it's not needed otherwise.
15386
15387 * terminal.c (store_terminal_param): Now static.
15388
15389 * xmenu.c (menu_highlight_callback): Now static.
15390 (set_frame_menubar): Remove unused local.
15391 (xmenu_show): Rename parameter to avoid shadowing.
15392 (xmenu_show, xdialog_show, xmenu_show): Make local pointers "const"
15393 since they might point to immutable storage.
15394 (next_menubar_widget_id): Declare only if USE_X_TOOLKIT,
15395 since it's unused otherwise.
15396
15397 * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff.
15398 Add a FIXME, since the code still doesn't look right. (Bug#8215)
15399 (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
15400 avoids a gcc -Wuninitialized diagnostic.
15401 (display_line, BUILD_COMPOSITE_GLYPH_STRING, draw_glyphs):
15402 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
15403 does not deduce are never used uninitialized.
15404
15405 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
15406
15407 * xdisp.c (redisplay_window): Rename local to avoid shadowing.
15408 * window.c (window_loop, size_window):
15409 (run_window_configuration_change_hook, enlarge_window): Likewise.
15410
15411 * window.c (display_buffer): Now static.
15412 (size_window): Mark variables that gcc -Wuninitialized
15413 does not deduce are never used uninitialized.
15414 * window.h (check_all_windows): New decl, to forestall
15415 gcc -Wmissing-prototypes diagnostic.
15416 * dispextern.h (bidi_dump_cached_states): Likewise.
15417
15418 * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid
15419 shadowing.
15420 * charset.c (map_charset_for_dump, Fchar_charset): Likewise.
15421 Include <limits.h>.
15422 (Fsort_charsets): Redo min/max calculation to shorten the code a bit
15423 and to avoid gcc -Wuninitialized warning.
15424 (load_charset_map): Mark variables that gcc -Wuninitialized
15425 does not deduce are never used uninitialized.
15426 (load_charset): Abort instead of using uninitialized var (Bug#8229).
15427
15428 * coding.c (coding_set_source, coding_set_destination):
15429 Use "else { /* comment */ }" rather than "else /* comment */;"
15430 for clarity, and to avoid gcc -Wempty-body warning.
15431 (Fdefine_coding_system_internal): Don't redeclare 'i' inside
15432 a block, when the outer 'i' will do.
15433 (decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
15434 (emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
15435 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
15436 (decode_coding_raw_text, decode_coding_charset, get_translation_table):
15437 (Fdecode_sjis_char, Fdefine_coding_system_internal):
15438 Rename locals to avoid shadowing.
15439 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
15440 * coding.c (emacs_mule_char, encode_invocation_designation):
15441 Now static, since they're not used elsewhere.
15442 (decode_coding_iso_2022): Add "default: abort ();" as a safety check.
15443 (decode_coding_object, encode_coding_object, detect_coding_system):
15444 (decode_coding_emacs_mule): Mark variables that gcc
15445 -Wuninitialized does not deduce are never used uninitialized.
15446 (detect_coding_iso_2022): Initialize a local variable that might
15447 be used uninitialized. Leave a FIXME because it's not clear that
15448 this initialization is needed. (Bug#8211)
15449 (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT):
15450 (ONE_MORE_BYTE_NO_CHECK, UTF_BOM, UTF_16_INVALID_P):
15451 (SHIFT_OUT_OK, ENCODE_CONTROL_SEQUENCE_INTRODUCER):
15452 (ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
15453 Remove unused macros.
15454
15455 * category.c (hash_get_category_set): Remove unused local var.
15456 (copy_category_table): Now static, since it's not used elsewhere.
15457 * character.c (string_count_byte8): Likewise.
15458
15459 * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string):
15460 (Fregister_code_conversion_map): Rename locals to avoid shadowing.
15461
15462 * chartab.c (copy_sub_char_table): Now static, since it's not used
15463 elsewhere.
15464 (sub_char_table_ref_and_range, char_table_ref_and_range):
15465 Rename locals to avoid shadowing.
15466 (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
15467
15468 * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
15469 (BIDI_BOB): Remove unused macro.
15470
15471 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
15472 deduce are never used uninitialized.
15473 * term.c (encode_terminal_code): Likewise.
15474
15475 * term.c (encode_terminal_code): Now static. Remove unused local.
15476
15477 * tparam.h: New file.
15478 * term.c, tparam.h: Include it.
15479 * deps.mk (term.o, tparam.o): Depend on tparam.h.
15480 * term.c (tputs, tgetent, tgetflag, tgetnum, tparam, tgetstr):
15481 Move these decls to tparam.h, and make them agree with what
15482 is actually in tparam.c. The previous trick of using incompatible
15483 decls in different modules does not conform to the C standard.
15484 All callers of tparam changed to use tparam's actual API.
15485 * tparam.c (tparam1, tparam, tgoto):
15486 Use const pointers where appropriate.
15487
15488 * cm.c (calccost, cmgoto): Use const pointers where appropriate.
15489 * cm.h (struct cm): Likewise.
15490 * dispextern.h (do_line_insertion_deletion_costs): Likewise.
15491 * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise.
15492 * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table):
15493 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
15494 (turn_on_face, init_tty): Likewise.
15495 * termchar.h (struct tty_display_info): Likewise.
15496
15497 * term.c (term_mouse_position): Rename local to avoid shadowing.
15498
15499 * alloc.c (mark_ttys): Move decl from here ...
15500 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
15501
15502 2011-03-11 Andreas Schwab <schwab@linux-m68k.org>
15503
15504 * .gdbinit (pwinx, xbuffer): Fix access to buffer name.
15505
15506 2011-03-09 Juanma Barranquero <lekktu@gmail.com>
15507
15508 * search.c (compile_pattern_1): Remove argument regp, unused since
15509 revid:rms@gnu.org-19941211082627-3x1g1wyqkjmwloig.
15510 (compile_pattern): Don't pass it.
15511
15512 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
15513
15514 * xterm.h (DEFAULT_GDK_DISPLAY): New define.
15515 (GDK_WINDOW_XID, gtk_widget_get_preferred_size): New defines
15516 for ! HAVE_GTK3.
15517 (GTK_WIDGET_TO_X_WIN): Use GDK_WINDOW_XID.
15518
15519 * xmenu.c (menu_position_func): Call gtk_widget_get_preferred_size.
15520
15521 * gtkutil.c: Include gtkx.h if HAVE_GTK3. If ! HAVE_GTK3, define
15522 gdk_window_get_screen, gdk_window_get_geometry,
15523 gdk_x11_window_lookup_for_display and GDK_KEY_g.
15524 (xg_set_screen): Use DEFAULT_GDK_DISPLAY.
15525 (xg_get_pixbuf_from_pixmap): New function.
15526 (xg_get_pixbuf_from_pix_and_mask): Change parameters from GdkPixmap
15527 to Pixmap, take frame as parameter, remove GdkColormap parameter.
15528 Call xg_get_pixbuf_from_pixmap instead of
15529 gdk_pixbuf_get_from_drawable.
15530 (xg_get_image_for_pixmap): Do not make GdkPixmaps, call
15531 xg_get_pixbuf_from_pix_and_mask with Pixmap parameters instead.
15532 (xg_check_special_colors): Use GtkStyleContext and its functions
15533 for HAVE_GTK3.
15534 (xg_prepare_tooltip, xg_hide_tooltip): Call gdk_window_get_screen.
15535 (xg_prepare_tooltip, create_dialog, menubar_map_cb)
15536 (xg_update_frame_menubar, xg_tool_bar_detach_callback)
15537 (xg_tool_bar_attach_callback, xg_update_tool_bar_sizes):
15538 Call gtk_widget_get_preferred_size.
15539 (xg_frame_resized): gdk_window_get_geometry only takes 5
15540 parameters.
15541 (xg_win_to_widget, xg_event_is_for_menubar):
15542 Call gdk_x11_window_lookup_for_display.
15543 (xg_set_widget_bg): New function.
15544 (delete_cb): New function.
15545 (xg_create_frame_widgets): Connect delete-event to delete_cb.
15546 Call xg_set_widget_bg. Only set background pixmap for ! HAVE_GTK3
15547 (xg_set_background_color): Call xg_set_widget_bg.
15548 (xg_set_frame_icon): Call xg_get_pixbuf_from_pix_and_mask.
15549 (xg_create_scroll_bar): vadj is a GtkAdjustment for HAVE_GTK3.
15550 Only call gtk_range_set_update_policy if ! HAVE_GTK3.
15551 (xg_make_tool_item): Only connect xg_tool_bar_item_expose_callback
15552 if ! HAVE_GTK3.
15553 (update_frame_tool_bar): Call gtk_widget_hide.
15554 (xg_initialize): Use GDK_KEY_g.
15555
15556 * xsmfns.c (gdk_set_sm_client_id): Define to gdk_set_sm_client_id
15557 if ! HAVE_GTK3
15558 (x_session_initialize): Call gdk_x11_set_sm_client_id.
15559
15560 * xterm.c (XFillRectangle): Use cairo routines for HAVE_GTK3.
15561 (x_term_init): Disable Xinput(2) with GDK_CORE_DEVICE_EVENTS.
15562 Load ~/emacs.d/gtkrc only for ! HAVE_GTK3.
15563
15564 2011-03-08 Juanma Barranquero <lekktu@gmail.com>
15565
15566 * w32xfns.c (select_palette): Check success of RealizePalette against
15567 GDI_ERROR, not zero.
15568
15569 See ChangeLog.11 for earlier changes.
15570
15571 ;; Local Variables:
15572 ;; coding: utf-8
15573 ;; End:
15574
15575 Copyright (C) 2011-2012 Free Software Foundation, Inc.
15576
15577 This file is part of GNU Emacs.
15578
15579 GNU Emacs is free software: you can redistribute it and/or modify
15580 it under the terms of the GNU General Public License as published by
15581 the Free Software Foundation, either version 3 of the License, or
15582 (at your option) any later version.
15583
15584 GNU Emacs is distributed in the hope that it will be useful,
15585 but WITHOUT ANY WARRANTY; without even the implied warranty of
15586 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15587 GNU General Public License for more details.
15588
15589 You should have received a copy of the GNU General Public License
15590 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.